tabexseriescomponents 0.2.1404 → 0.2.1406
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 +59 -42
- package/dist/index.esm.js +59 -42
- package/dist/index.umd.js +59 -42
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -57018,7 +57018,7 @@ var Footer3 = function Footer3(props) {
|
|
|
57018
57018
|
function ownKeys$1I(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; }
|
|
57019
57019
|
function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
57020
57020
|
var Footer4 = function Footer4(props) {
|
|
57021
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2,
|
|
57021
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _templatepropcontext$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17;
|
|
57022
57022
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
57023
57023
|
var lang = props.actions.lang;
|
|
57024
57024
|
var langdetect = props.actions.langdetect;
|
|
@@ -57185,6 +57185,11 @@ var Footer4 = function Footer4(props) {
|
|
|
57185
57185
|
googleplay: glamor.css({
|
|
57186
57186
|
width: '70%',
|
|
57187
57187
|
objectFit: 'contain'
|
|
57188
|
+
}),
|
|
57189
|
+
descriptionstyles: glamor.css({
|
|
57190
|
+
color: sectionproperties.prodCatColor,
|
|
57191
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
57192
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
57188
57193
|
})
|
|
57189
57194
|
};
|
|
57190
57195
|
var _useState3 = React.useState([]),
|
|
@@ -57204,14 +57209,18 @@ var Footer4 = function Footer4(props) {
|
|
|
57204
57209
|
style: {
|
|
57205
57210
|
marginTop: sectionproperties.footer_mt + 'px'
|
|
57206
57211
|
}
|
|
57207
|
-
}, /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
57212
|
+
}, "// move to spo check all footer", /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
57208
57213
|
className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 px-2015-2 '
|
|
57209
57214
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57210
57215
|
className: "row w-100 m-0"
|
|
57211
57216
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57212
57217
|
className: "col-lg-3 p-0 d-flex justify-content-start p-md-0 mb-md-3"
|
|
57213
57218
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57214
|
-
|
|
57219
|
+
"class": "row m-0 w-100"
|
|
57220
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57221
|
+
"class": "col-12 p-0 d-flex justify-content-start justify-content-md-center"
|
|
57222
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57223
|
+
className: "".concat(footerStyles.footerlogo) + ' d-flex flex-column align-items-center justify-content-start justify-content-md-center cursor-pointer ',
|
|
57215
57224
|
onClick: function onClick() {
|
|
57216
57225
|
routingcountext('home');
|
|
57217
57226
|
}
|
|
@@ -57223,8 +57232,15 @@ var Footer4 = function Footer4(props) {
|
|
|
57223
57232
|
maxWidth: '100%',
|
|
57224
57233
|
maxHeight: '100%'
|
|
57225
57234
|
}
|
|
57226
|
-
}))), sectionproperties.
|
|
57227
|
-
|
|
57235
|
+
}))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57236
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
57237
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57238
|
+
className: "".concat(footerStyles.descriptionstyles) + ' wordbreak p-0 mt-3 text-md-center ',
|
|
57239
|
+
style: {
|
|
57240
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57241
|
+
}
|
|
57242
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57243
|
+
className: langdetect == 'en' ? sectionproperties.showdownloadsection == 'Show' ? 'col-lg-2 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pl-5' : 'col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pl-5' : sectionproperties.showdownloadsection == 'Show' ? 'col-lg-2 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pr-5' : 'col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pr-5'
|
|
57228
57244
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57229
57245
|
className: "row m-0 w-100 d-flex"
|
|
57230
57246
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -57236,11 +57252,11 @@ var Footer4 = function Footer4(props) {
|
|
|
57236
57252
|
}
|
|
57237
57253
|
}, lang.usefullinks)), templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
|
|
57238
57254
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
57239
|
-
var _authdetailsContext$
|
|
57255
|
+
var _authdetailsContext$i3;
|
|
57240
57256
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57241
57257
|
className: "col-lg-12 p-0",
|
|
57242
57258
|
style: {
|
|
57243
|
-
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57259
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '6a0f22815b7b7' && item.pagename == 'Home' ? 'none' : 'flex'
|
|
57244
57260
|
}
|
|
57245
57261
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57246
57262
|
onClick: function onClick() {
|
|
@@ -57307,11 +57323,11 @@ var Footer4 = function Footer4(props) {
|
|
|
57307
57323
|
style: {
|
|
57308
57324
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57309
57325
|
}
|
|
57310
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57326
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.address_ar)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57311
57327
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-3 ',
|
|
57312
57328
|
onClick: function onClick() {
|
|
57313
|
-
var _authdetailsContext$
|
|
57314
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57329
|
+
var _authdetailsContext$i6;
|
|
57330
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
|
|
57315
57331
|
},
|
|
57316
57332
|
style: {
|
|
57317
57333
|
cursor: 'pointer'
|
|
@@ -57323,7 +57339,7 @@ var Footer4 = function Footer4(props) {
|
|
|
57323
57339
|
size: 20
|
|
57324
57340
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57325
57341
|
className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
|
|
57326
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57342
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57327
57343
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-md-3 cursor-pointer ',
|
|
57328
57344
|
onClick: function onClick() {
|
|
57329
57345
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -57352,15 +57368,15 @@ var Footer4 = function Footer4(props) {
|
|
|
57352
57368
|
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mb-2 mb-md-0 ',
|
|
57353
57369
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
57354
57370
|
onClick: function onClick() {
|
|
57355
|
-
var _authdetailsContext$
|
|
57356
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57371
|
+
var _authdetailsContext$i8;
|
|
57372
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.mobileapplink_appstore, '_blank');
|
|
57357
57373
|
}
|
|
57358
57374
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
57359
57375
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ml-md-3 mr-md-3 ',
|
|
57360
57376
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
57361
57377
|
onClick: function onClick() {
|
|
57362
|
-
var _authdetailsContext$
|
|
57363
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57378
|
+
var _authdetailsContext$i9;
|
|
57379
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_playstore, '_blank');
|
|
57364
57380
|
}
|
|
57365
57381
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57366
57382
|
className: "".concat(footerStyles.divider)
|
|
@@ -57382,52 +57398,52 @@ var Footer4 = function Footer4(props) {
|
|
|
57382
57398
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
57383
57399
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57384
57400
|
}
|
|
57385
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57401
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.facebooklink) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57386
57402
|
className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
|
|
57387
57403
|
onClick: function onClick() {
|
|
57388
|
-
var _authdetailsContext$
|
|
57389
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57390
|
-
var _authdetailsContext$
|
|
57391
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57404
|
+
var _authdetailsContext$i1;
|
|
57405
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.facebooklink) != null) {
|
|
57406
|
+
var _authdetailsContext$i10;
|
|
57407
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink, '_blank');
|
|
57392
57408
|
}
|
|
57393
57409
|
}
|
|
57394
57410
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
57395
57411
|
className: "h-100 allcentered"
|
|
57396
57412
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
57397
57413
|
size: sectionproperties.facebkbtnniconfontsize
|
|
57398
|
-
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57414
|
+
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57399
57415
|
className: "".concat(footerStyles.instgram_btn) + ' allcentered mx-2',
|
|
57400
57416
|
onClick: function onClick() {
|
|
57401
|
-
var _authdetailsContext$
|
|
57402
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57403
|
-
var _authdetailsContext$
|
|
57404
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57417
|
+
var _authdetailsContext$i12;
|
|
57418
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
|
|
57419
|
+
var _authdetailsContext$i13;
|
|
57420
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
|
|
57405
57421
|
}
|
|
57406
57422
|
}
|
|
57407
57423
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
57408
57424
|
className: "h-100 allcentered"
|
|
57409
57425
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
57410
57426
|
size: sectionproperties.instgrambtniconfontsize
|
|
57411
|
-
}))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57427
|
+
}))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57412
57428
|
className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
|
|
57413
57429
|
onClick: function onClick() {
|
|
57414
|
-
var _authdetailsContext$
|
|
57415
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57416
|
-
var _authdetailsContext$
|
|
57417
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57430
|
+
var _authdetailsContext$i15;
|
|
57431
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.telegramlink) != null) {
|
|
57432
|
+
var _authdetailsContext$i16;
|
|
57433
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.telegramlink, '_blank');
|
|
57418
57434
|
}
|
|
57419
57435
|
}
|
|
57420
57436
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
57421
57437
|
className: "h-100 allcentered"
|
|
57422
57438
|
}, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
57423
57439
|
size: sectionproperties.facebkbtnniconfontsize
|
|
57424
|
-
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57440
|
+
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57425
57441
|
className: "".concat(footerStyles.youtube_btn) + ' allcentered mx-2 ',
|
|
57426
57442
|
onClick: function onClick() {
|
|
57427
|
-
var _authdetailsContext$
|
|
57428
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57429
|
-
var _authdetailsContext$
|
|
57430
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57443
|
+
var _authdetailsContext$i18;
|
|
57444
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
|
|
57445
|
+
var _authdetailsContext$i19;
|
|
57446
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
|
|
57431
57447
|
}
|
|
57432
57448
|
}
|
|
57433
57449
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -57437,10 +57453,10 @@ var Footer4 = function Footer4(props) {
|
|
|
57437
57453
|
}))), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57438
57454
|
className: "".concat(footerStyles.tiktokbtn) + ' allcentered mx-2 ',
|
|
57439
57455
|
onClick: function onClick() {
|
|
57440
|
-
var _authdetailsContext$
|
|
57441
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57442
|
-
var _authdetailsContext$
|
|
57443
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57456
|
+
var _authdetailsContext$i20;
|
|
57457
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null) {
|
|
57458
|
+
var _authdetailsContext$i21;
|
|
57459
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink, '_blank');
|
|
57444
57460
|
}
|
|
57445
57461
|
}
|
|
57446
57462
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -59186,7 +59202,7 @@ var Footer8 = function Footer8(props) {
|
|
|
59186
59202
|
}, [sectionproperties]);
|
|
59187
59203
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
59188
59204
|
"class": "row m-0 w-100 justify-content-center"
|
|
59189
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '6878f8eba941f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59205
|
+
}, "// move to spo check all footer", (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '6878f8eba941f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59190
59206
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 px-md-0 '
|
|
59191
59207
|
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59192
59208
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 px-md-3",
|
|
@@ -92520,6 +92536,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92520
92536
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92521
92537
|
onClick: function onClick(e) {
|
|
92522
92538
|
e.stopPropagation();
|
|
92539
|
+
// move to spo
|
|
92523
92540
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92524
92541
|
}
|
|
92525
92542
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
@@ -99413,14 +99430,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99413
99430
|
fontSize: sectionproperties.pillfontSize + 'px',
|
|
99414
99431
|
direction: 'ltr'
|
|
99415
99432
|
}
|
|
99416
|
-
}, '-' + parseFloat(Math.round(10.0 * ((
|
|
99433
|
+
}, '-' + parseFloat(Math.round(10.0 * ((parseFloat(price) - parseFloat(sale_price)) / parseFloat(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
99417
99434
|
"class": "m-0 p-0 text-uppercase",
|
|
99418
99435
|
style: {
|
|
99419
99436
|
color: sectionproperties.pillcolor,
|
|
99420
99437
|
fontSize: sectionproperties.pillfontSize + 'px',
|
|
99421
99438
|
direction: 'ltr'
|
|
99422
99439
|
}
|
|
99423
|
-
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(
|
|
99440
|
+
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseFloat(price) - parseFloat(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
|
|
99424
99441
|
};
|
|
99425
99442
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99426
99443
|
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard) + ' h-100 ' : props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
package/dist/index.esm.js
CHANGED
|
@@ -56967,7 +56967,7 @@ var Footer3 = function Footer3(props) {
|
|
|
56967
56967
|
function ownKeys$1I(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; }
|
|
56968
56968
|
function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
56969
56969
|
var Footer4 = function Footer4(props) {
|
|
56970
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2,
|
|
56970
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _templatepropcontext$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17;
|
|
56971
56971
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
56972
56972
|
var lang = props.actions.lang;
|
|
56973
56973
|
var langdetect = props.actions.langdetect;
|
|
@@ -57134,6 +57134,11 @@ var Footer4 = function Footer4(props) {
|
|
|
57134
57134
|
googleplay: css({
|
|
57135
57135
|
width: '70%',
|
|
57136
57136
|
objectFit: 'contain'
|
|
57137
|
+
}),
|
|
57138
|
+
descriptionstyles: css({
|
|
57139
|
+
color: sectionproperties.prodCatColor,
|
|
57140
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
57141
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
57137
57142
|
})
|
|
57138
57143
|
};
|
|
57139
57144
|
var _useState3 = useState([]),
|
|
@@ -57153,14 +57158,18 @@ var Footer4 = function Footer4(props) {
|
|
|
57153
57158
|
style: {
|
|
57154
57159
|
marginTop: sectionproperties.footer_mt + 'px'
|
|
57155
57160
|
}
|
|
57156
|
-
}, /*#__PURE__*/React.createElement("footer", {
|
|
57161
|
+
}, "// move to spo check all footer", /*#__PURE__*/React.createElement("footer", {
|
|
57157
57162
|
className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 px-2015-2 '
|
|
57158
57163
|
}, /*#__PURE__*/React.createElement("div", {
|
|
57159
57164
|
className: "row w-100 m-0"
|
|
57160
57165
|
}, /*#__PURE__*/React.createElement("div", {
|
|
57161
57166
|
className: "col-lg-3 p-0 d-flex justify-content-start p-md-0 mb-md-3"
|
|
57162
57167
|
}, /*#__PURE__*/React.createElement("div", {
|
|
57163
|
-
|
|
57168
|
+
"class": "row m-0 w-100"
|
|
57169
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57170
|
+
"class": "col-12 p-0 d-flex justify-content-start justify-content-md-center"
|
|
57171
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57172
|
+
className: "".concat(footerStyles.footerlogo) + ' d-flex flex-column align-items-center justify-content-start justify-content-md-center cursor-pointer ',
|
|
57164
57173
|
onClick: function onClick() {
|
|
57165
57174
|
routingcountext('home');
|
|
57166
57175
|
}
|
|
@@ -57172,8 +57181,15 @@ var Footer4 = function Footer4(props) {
|
|
|
57172
57181
|
maxWidth: '100%',
|
|
57173
57182
|
maxHeight: '100%'
|
|
57174
57183
|
}
|
|
57175
|
-
}))), sectionproperties.
|
|
57176
|
-
|
|
57184
|
+
}))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57185
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
57186
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
57187
|
+
className: "".concat(footerStyles.descriptionstyles) + ' wordbreak p-0 mt-3 text-md-center ',
|
|
57188
|
+
style: {
|
|
57189
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57190
|
+
}
|
|
57191
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57192
|
+
className: langdetect == 'en' ? sectionproperties.showdownloadsection == 'Show' ? 'col-lg-2 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pl-5' : 'col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pl-5' : sectionproperties.showdownloadsection == 'Show' ? 'col-lg-2 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pr-5' : 'col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pr-5'
|
|
57177
57193
|
}, /*#__PURE__*/React.createElement("div", {
|
|
57178
57194
|
className: "row m-0 w-100 d-flex"
|
|
57179
57195
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -57185,11 +57201,11 @@ var Footer4 = function Footer4(props) {
|
|
|
57185
57201
|
}
|
|
57186
57202
|
}, lang.usefullinks)), templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
|
|
57187
57203
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
57188
|
-
var _authdetailsContext$
|
|
57204
|
+
var _authdetailsContext$i3;
|
|
57189
57205
|
return /*#__PURE__*/React.createElement("div", {
|
|
57190
57206
|
className: "col-lg-12 p-0",
|
|
57191
57207
|
style: {
|
|
57192
|
-
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57208
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '6a0f22815b7b7' && item.pagename == 'Home' ? 'none' : 'flex'
|
|
57193
57209
|
}
|
|
57194
57210
|
}, /*#__PURE__*/React.createElement("div", {
|
|
57195
57211
|
onClick: function onClick() {
|
|
@@ -57256,11 +57272,11 @@ var Footer4 = function Footer4(props) {
|
|
|
57256
57272
|
style: {
|
|
57257
57273
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57258
57274
|
}
|
|
57259
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57275
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.address_ar)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57260
57276
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-3 ',
|
|
57261
57277
|
onClick: function onClick() {
|
|
57262
|
-
var _authdetailsContext$
|
|
57263
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57278
|
+
var _authdetailsContext$i6;
|
|
57279
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
|
|
57264
57280
|
},
|
|
57265
57281
|
style: {
|
|
57266
57282
|
cursor: 'pointer'
|
|
@@ -57272,7 +57288,7 @@ var Footer4 = function Footer4(props) {
|
|
|
57272
57288
|
size: 20
|
|
57273
57289
|
})), /*#__PURE__*/React.createElement("p", {
|
|
57274
57290
|
className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
|
|
57275
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57291
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57276
57292
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-md-3 cursor-pointer ',
|
|
57277
57293
|
onClick: function onClick() {
|
|
57278
57294
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -57301,15 +57317,15 @@ var Footer4 = function Footer4(props) {
|
|
|
57301
57317
|
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mb-2 mb-md-0 ',
|
|
57302
57318
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
57303
57319
|
onClick: function onClick() {
|
|
57304
|
-
var _authdetailsContext$
|
|
57305
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57320
|
+
var _authdetailsContext$i8;
|
|
57321
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.mobileapplink_appstore, '_blank');
|
|
57306
57322
|
}
|
|
57307
57323
|
}), /*#__PURE__*/React.createElement("img", {
|
|
57308
57324
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ml-md-3 mr-md-3 ',
|
|
57309
57325
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
57310
57326
|
onClick: function onClick() {
|
|
57311
|
-
var _authdetailsContext$
|
|
57312
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57327
|
+
var _authdetailsContext$i9;
|
|
57328
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_playstore, '_blank');
|
|
57313
57329
|
}
|
|
57314
57330
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
57315
57331
|
className: "".concat(footerStyles.divider)
|
|
@@ -57331,52 +57347,52 @@ var Footer4 = function Footer4(props) {
|
|
|
57331
57347
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
57332
57348
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57333
57349
|
}
|
|
57334
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57350
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.facebooklink) && /*#__PURE__*/React.createElement("div", {
|
|
57335
57351
|
className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
|
|
57336
57352
|
onClick: function onClick() {
|
|
57337
|
-
var _authdetailsContext$
|
|
57338
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57339
|
-
var _authdetailsContext$
|
|
57340
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57353
|
+
var _authdetailsContext$i1;
|
|
57354
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.facebooklink) != null) {
|
|
57355
|
+
var _authdetailsContext$i10;
|
|
57356
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink, '_blank');
|
|
57341
57357
|
}
|
|
57342
57358
|
}
|
|
57343
57359
|
}, /*#__PURE__*/React.createElement("i", {
|
|
57344
57360
|
className: "h-100 allcentered"
|
|
57345
57361
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
57346
57362
|
size: sectionproperties.facebkbtnniconfontsize
|
|
57347
|
-
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57363
|
+
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
57348
57364
|
className: "".concat(footerStyles.instgram_btn) + ' allcentered mx-2',
|
|
57349
57365
|
onClick: function onClick() {
|
|
57350
|
-
var _authdetailsContext$
|
|
57351
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57352
|
-
var _authdetailsContext$
|
|
57353
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57366
|
+
var _authdetailsContext$i12;
|
|
57367
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
|
|
57368
|
+
var _authdetailsContext$i13;
|
|
57369
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
|
|
57354
57370
|
}
|
|
57355
57371
|
}
|
|
57356
57372
|
}, /*#__PURE__*/React.createElement("i", {
|
|
57357
57373
|
className: "h-100 allcentered"
|
|
57358
57374
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
57359
57375
|
size: sectionproperties.instgrambtniconfontsize
|
|
57360
|
-
}))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57376
|
+
}))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink) && /*#__PURE__*/React.createElement("div", {
|
|
57361
57377
|
className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
|
|
57362
57378
|
onClick: function onClick() {
|
|
57363
|
-
var _authdetailsContext$
|
|
57364
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57365
|
-
var _authdetailsContext$
|
|
57366
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57379
|
+
var _authdetailsContext$i15;
|
|
57380
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.telegramlink) != null) {
|
|
57381
|
+
var _authdetailsContext$i16;
|
|
57382
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.telegramlink, '_blank');
|
|
57367
57383
|
}
|
|
57368
57384
|
}
|
|
57369
57385
|
}, /*#__PURE__*/React.createElement("i", {
|
|
57370
57386
|
className: "h-100 allcentered"
|
|
57371
57387
|
}, /*#__PURE__*/React.createElement(FaTelegramPlane, {
|
|
57372
57388
|
size: sectionproperties.facebkbtnniconfontsize
|
|
57373
|
-
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57389
|
+
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
|
|
57374
57390
|
className: "".concat(footerStyles.youtube_btn) + ' allcentered mx-2 ',
|
|
57375
57391
|
onClick: function onClick() {
|
|
57376
|
-
var _authdetailsContext$
|
|
57377
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57378
|
-
var _authdetailsContext$
|
|
57379
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57392
|
+
var _authdetailsContext$i18;
|
|
57393
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
|
|
57394
|
+
var _authdetailsContext$i19;
|
|
57395
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
|
|
57380
57396
|
}
|
|
57381
57397
|
}
|
|
57382
57398
|
}, /*#__PURE__*/React.createElement("i", {
|
|
@@ -57386,10 +57402,10 @@ var Footer4 = function Footer4(props) {
|
|
|
57386
57402
|
}))), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57387
57403
|
className: "".concat(footerStyles.tiktokbtn) + ' allcentered mx-2 ',
|
|
57388
57404
|
onClick: function onClick() {
|
|
57389
|
-
var _authdetailsContext$
|
|
57390
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57391
|
-
var _authdetailsContext$
|
|
57392
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57405
|
+
var _authdetailsContext$i20;
|
|
57406
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null) {
|
|
57407
|
+
var _authdetailsContext$i21;
|
|
57408
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink, '_blank');
|
|
57393
57409
|
}
|
|
57394
57410
|
}
|
|
57395
57411
|
}, /*#__PURE__*/React.createElement("i", {
|
|
@@ -59135,7 +59151,7 @@ var Footer8 = function Footer8(props) {
|
|
|
59135
59151
|
}, [sectionproperties]);
|
|
59136
59152
|
return /*#__PURE__*/React.createElement("footer", {
|
|
59137
59153
|
"class": "row m-0 w-100 justify-content-center"
|
|
59138
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '6878f8eba941f' && /*#__PURE__*/React.createElement("div", {
|
|
59154
|
+
}, "// move to spo check all footer", (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '6878f8eba941f' && /*#__PURE__*/React.createElement("div", {
|
|
59139
59155
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 px-md-0 '
|
|
59140
59156
|
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
59141
59157
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 px-md-3",
|
|
@@ -92469,6 +92485,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92469
92485
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92470
92486
|
onClick: function onClick(e) {
|
|
92471
92487
|
e.stopPropagation();
|
|
92488
|
+
// move to spo
|
|
92472
92489
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92473
92490
|
}
|
|
92474
92491
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -99362,14 +99379,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99362
99379
|
fontSize: sectionproperties.pillfontSize + 'px',
|
|
99363
99380
|
direction: 'ltr'
|
|
99364
99381
|
}
|
|
99365
|
-
}, '-' + parseFloat(Math.round(10.0 * ((
|
|
99382
|
+
}, '-' + parseFloat(Math.round(10.0 * ((parseFloat(price) - parseFloat(sale_price)) / parseFloat(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React.createElement("p", {
|
|
99366
99383
|
"class": "m-0 p-0 text-uppercase",
|
|
99367
99384
|
style: {
|
|
99368
99385
|
color: sectionproperties.pillcolor,
|
|
99369
99386
|
fontSize: sectionproperties.pillfontSize + 'px',
|
|
99370
99387
|
direction: 'ltr'
|
|
99371
99388
|
}
|
|
99372
|
-
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(
|
|
99389
|
+
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseFloat(price) - parseFloat(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
|
|
99373
99390
|
};
|
|
99374
99391
|
return /*#__PURE__*/React.createElement("div", {
|
|
99375
99392
|
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard) + ' h-100 ' : props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
package/dist/index.umd.js
CHANGED
|
@@ -56820,7 +56820,7 @@
|
|
|
56820
56820
|
function ownKeys$1I(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; }
|
|
56821
56821
|
function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
56822
56822
|
var Footer4 = function Footer4(props) {
|
|
56823
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2,
|
|
56823
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _templatepropcontext$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17;
|
|
56824
56824
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
56825
56825
|
var lang = props.actions.lang;
|
|
56826
56826
|
var langdetect = props.actions.langdetect;
|
|
@@ -56987,6 +56987,11 @@
|
|
|
56987
56987
|
googleplay: glamor.css({
|
|
56988
56988
|
width: '70%',
|
|
56989
56989
|
objectFit: 'contain'
|
|
56990
|
+
}),
|
|
56991
|
+
descriptionstyles: glamor.css({
|
|
56992
|
+
color: sectionproperties.prodCatColor,
|
|
56993
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
56994
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
56990
56995
|
})
|
|
56991
56996
|
};
|
|
56992
56997
|
var _useState3 = React.useState([]),
|
|
@@ -57006,14 +57011,18 @@
|
|
|
57006
57011
|
style: {
|
|
57007
57012
|
marginTop: sectionproperties.footer_mt + 'px'
|
|
57008
57013
|
}
|
|
57009
|
-
}, /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
57014
|
+
}, "// move to spo check all footer", /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
57010
57015
|
className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 px-2015-2 '
|
|
57011
57016
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57012
57017
|
className: "row w-100 m-0"
|
|
57013
57018
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57014
57019
|
className: "col-lg-3 p-0 d-flex justify-content-start p-md-0 mb-md-3"
|
|
57015
57020
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57016
|
-
|
|
57021
|
+
"class": "row m-0 w-100"
|
|
57022
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57023
|
+
"class": "col-12 p-0 d-flex justify-content-start justify-content-md-center"
|
|
57024
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57025
|
+
className: "".concat(footerStyles.footerlogo) + ' d-flex flex-column align-items-center justify-content-start justify-content-md-center cursor-pointer ',
|
|
57017
57026
|
onClick: function onClick() {
|
|
57018
57027
|
routingcountext('home');
|
|
57019
57028
|
}
|
|
@@ -57025,8 +57034,15 @@
|
|
|
57025
57034
|
maxWidth: '100%',
|
|
57026
57035
|
maxHeight: '100%'
|
|
57027
57036
|
}
|
|
57028
|
-
}))), sectionproperties.
|
|
57029
|
-
|
|
57037
|
+
}))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57038
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
57039
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57040
|
+
className: "".concat(footerStyles.descriptionstyles) + ' wordbreak p-0 mt-3 text-md-center ',
|
|
57041
|
+
style: {
|
|
57042
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57043
|
+
}
|
|
57044
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57045
|
+
className: langdetect == 'en' ? sectionproperties.showdownloadsection == 'Show' ? 'col-lg-2 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pl-5' : 'col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pl-5' : sectionproperties.showdownloadsection == 'Show' ? 'col-lg-2 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pr-5' : 'col-lg-3 col-md-6 col-sm-12 d-flex justify-content-start p-sm-0 h-100 mb-sm-3 pr-5'
|
|
57030
57046
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57031
57047
|
className: "row m-0 w-100 d-flex"
|
|
57032
57048
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -57038,11 +57054,11 @@
|
|
|
57038
57054
|
}
|
|
57039
57055
|
}, lang.usefullinks)), templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
|
|
57040
57056
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
57041
|
-
var _authdetailsContext$
|
|
57057
|
+
var _authdetailsContext$i3;
|
|
57042
57058
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57043
57059
|
className: "col-lg-12 p-0",
|
|
57044
57060
|
style: {
|
|
57045
|
-
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57061
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '6a0f22815b7b7' && item.pagename == 'Home' ? 'none' : 'flex'
|
|
57046
57062
|
}
|
|
57047
57063
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57048
57064
|
onClick: function onClick() {
|
|
@@ -57109,11 +57125,11 @@
|
|
|
57109
57125
|
style: {
|
|
57110
57126
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57111
57127
|
}
|
|
57112
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57128
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.address_ar)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57113
57129
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-3 ',
|
|
57114
57130
|
onClick: function onClick() {
|
|
57115
|
-
var _authdetailsContext$
|
|
57116
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57131
|
+
var _authdetailsContext$i6;
|
|
57132
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
|
|
57117
57133
|
},
|
|
57118
57134
|
style: {
|
|
57119
57135
|
cursor: 'pointer'
|
|
@@ -57125,7 +57141,7 @@
|
|
|
57125
57141
|
size: 20
|
|
57126
57142
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57127
57143
|
className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
|
|
57128
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57144
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57129
57145
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-md-3 cursor-pointer ',
|
|
57130
57146
|
onClick: function onClick() {
|
|
57131
57147
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -57154,15 +57170,15 @@
|
|
|
57154
57170
|
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mb-2 mb-md-0 ',
|
|
57155
57171
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
57156
57172
|
onClick: function onClick() {
|
|
57157
|
-
var _authdetailsContext$
|
|
57158
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57173
|
+
var _authdetailsContext$i8;
|
|
57174
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.mobileapplink_appstore, '_blank');
|
|
57159
57175
|
}
|
|
57160
57176
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
57161
57177
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ml-md-3 mr-md-3 ',
|
|
57162
57178
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
57163
57179
|
onClick: function onClick() {
|
|
57164
|
-
var _authdetailsContext$
|
|
57165
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57180
|
+
var _authdetailsContext$i9;
|
|
57181
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_playstore, '_blank');
|
|
57166
57182
|
}
|
|
57167
57183
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57168
57184
|
className: "".concat(footerStyles.divider)
|
|
@@ -57184,52 +57200,52 @@
|
|
|
57184
57200
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
57185
57201
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57186
57202
|
}
|
|
57187
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57203
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.facebooklink) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57188
57204
|
className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
|
|
57189
57205
|
onClick: function onClick() {
|
|
57190
|
-
var _authdetailsContext$
|
|
57191
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57192
|
-
var _authdetailsContext$
|
|
57193
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57206
|
+
var _authdetailsContext$i1;
|
|
57207
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.facebooklink) != null) {
|
|
57208
|
+
var _authdetailsContext$i10;
|
|
57209
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink, '_blank');
|
|
57194
57210
|
}
|
|
57195
57211
|
}
|
|
57196
57212
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
57197
57213
|
className: "h-100 allcentered"
|
|
57198
57214
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
57199
57215
|
size: sectionproperties.facebkbtnniconfontsize
|
|
57200
|
-
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57216
|
+
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57201
57217
|
className: "".concat(footerStyles.instgram_btn) + ' allcentered mx-2',
|
|
57202
57218
|
onClick: function onClick() {
|
|
57203
|
-
var _authdetailsContext$
|
|
57204
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57205
|
-
var _authdetailsContext$
|
|
57206
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57219
|
+
var _authdetailsContext$i12;
|
|
57220
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
|
|
57221
|
+
var _authdetailsContext$i13;
|
|
57222
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
|
|
57207
57223
|
}
|
|
57208
57224
|
}
|
|
57209
57225
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
57210
57226
|
className: "h-100 allcentered"
|
|
57211
57227
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
57212
57228
|
size: sectionproperties.instgrambtniconfontsize
|
|
57213
|
-
}))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57229
|
+
}))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57214
57230
|
className: "".concat(footerStyles.facebook_btn) + ' allcentered mx-2 ',
|
|
57215
57231
|
onClick: function onClick() {
|
|
57216
|
-
var _authdetailsContext$
|
|
57217
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57218
|
-
var _authdetailsContext$
|
|
57219
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57232
|
+
var _authdetailsContext$i15;
|
|
57233
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.telegramlink) != null) {
|
|
57234
|
+
var _authdetailsContext$i16;
|
|
57235
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.telegramlink, '_blank');
|
|
57220
57236
|
}
|
|
57221
57237
|
}
|
|
57222
57238
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
57223
57239
|
className: "h-100 allcentered"
|
|
57224
57240
|
}, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
57225
57241
|
size: sectionproperties.facebkbtnniconfontsize
|
|
57226
|
-
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57242
|
+
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57227
57243
|
className: "".concat(footerStyles.youtube_btn) + ' allcentered mx-2 ',
|
|
57228
57244
|
onClick: function onClick() {
|
|
57229
|
-
var _authdetailsContext$
|
|
57230
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57231
|
-
var _authdetailsContext$
|
|
57232
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57245
|
+
var _authdetailsContext$i18;
|
|
57246
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
|
|
57247
|
+
var _authdetailsContext$i19;
|
|
57248
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
|
|
57233
57249
|
}
|
|
57234
57250
|
}
|
|
57235
57251
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -57239,10 +57255,10 @@
|
|
|
57239
57255
|
}))), sectionproperties.tiktokshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57240
57256
|
className: "".concat(footerStyles.tiktokbtn) + ' allcentered mx-2 ',
|
|
57241
57257
|
onClick: function onClick() {
|
|
57242
|
-
var _authdetailsContext$
|
|
57243
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57244
|
-
var _authdetailsContext$
|
|
57245
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57258
|
+
var _authdetailsContext$i20;
|
|
57259
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null) {
|
|
57260
|
+
var _authdetailsContext$i21;
|
|
57261
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink, '_blank');
|
|
57246
57262
|
}
|
|
57247
57263
|
}
|
|
57248
57264
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -58988,7 +59004,7 @@
|
|
|
58988
59004
|
}, [sectionproperties]);
|
|
58989
59005
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
58990
59006
|
"class": "row m-0 w-100 justify-content-center"
|
|
58991
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '6878f8eba941f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59007
|
+
}, "// move to spo check all footer", (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '6878f8eba941f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58992
59008
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 px-md-0 '
|
|
58993
59009
|
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58994
59010
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 px-md-3",
|
|
@@ -92322,6 +92338,7 @@
|
|
|
92322
92338
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92323
92339
|
onClick: function onClick(e) {
|
|
92324
92340
|
e.stopPropagation();
|
|
92341
|
+
// move to spo
|
|
92325
92342
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92326
92343
|
}
|
|
92327
92344
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
@@ -99215,14 +99232,14 @@
|
|
|
99215
99232
|
fontSize: sectionproperties.pillfontSize + 'px',
|
|
99216
99233
|
direction: 'ltr'
|
|
99217
99234
|
}
|
|
99218
|
-
}, '-' + parseFloat(Math.round(10.0 * ((
|
|
99235
|
+
}, '-' + parseFloat(Math.round(10.0 * ((parseFloat(price) - parseFloat(sale_price)) / parseFloat(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
99219
99236
|
"class": "m-0 p-0 text-uppercase",
|
|
99220
99237
|
style: {
|
|
99221
99238
|
color: sectionproperties.pillcolor,
|
|
99222
99239
|
fontSize: sectionproperties.pillfontSize + 'px',
|
|
99223
99240
|
direction: 'ltr'
|
|
99224
99241
|
}
|
|
99225
|
-
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(
|
|
99242
|
+
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseFloat(price) - parseFloat(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
|
|
99226
99243
|
};
|
|
99227
99244
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99228
99245
|
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard) + ' h-100 ' : props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|