tabexseriescomponents 0.2.793 → 0.2.795
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 +16 -17
- package/dist/index.esm.js +16 -17
- package/dist/index.umd.js +16 -17
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2889,11 +2889,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2889
2889
|
onSlide: function onSlide(d) {
|
|
2890
2890
|
setcurrentshowingimageindex(d);
|
|
2891
2891
|
},
|
|
2892
|
-
onClick: function onClick() {
|
|
2893
|
-
if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
|
|
2894
|
-
toggleFullScreen();
|
|
2895
|
-
}
|
|
2896
|
-
}
|
|
2892
|
+
onClick: function onClick() {}
|
|
2897
2893
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2898
2894
|
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0' : langdetect == 'en' ? 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2899
2895
|
// className={
|
|
@@ -3287,7 +3283,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3287
3283
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
3288
3284
|
}))), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
3289
3285
|
className: "".concat(productinfo_cssstyles.quantitybtn_text)
|
|
3290
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(
|
|
3286
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(3) : parseInt(addtocardpayloadobj.quantity)), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
3291
3287
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
3292
3288
|
onClick: function onClick() {
|
|
3293
3289
|
var _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41;
|
|
@@ -25608,7 +25604,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25608
25604
|
style: {
|
|
25609
25605
|
position: sectionproperties.respheaderposition,
|
|
25610
25606
|
// position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
|
|
25611
|
-
zIndex:
|
|
25607
|
+
zIndex: 999,
|
|
25612
25608
|
top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
|
|
25613
25609
|
}
|
|
25614
25610
|
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -29407,8 +29403,8 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29407
29403
|
zIndex: 999999,
|
|
29408
29404
|
transition: 'all 0.3s ease-out',
|
|
29409
29405
|
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
29410
|
-
right: langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29411
|
-
left: langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29406
|
+
right: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
|
|
29407
|
+
left: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
|
|
29412
29408
|
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
29413
29409
|
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
29414
29410
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
@@ -29531,9 +29527,9 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29531
29527
|
background: sectionproperties.callfloatingbgcoloronhover
|
|
29532
29528
|
}
|
|
29533
29529
|
}),
|
|
29534
|
-
callbtnen: glamor.css(
|
|
29530
|
+
callbtnen: glamor.css({
|
|
29535
29531
|
right: sectionproperties.callppositionfromright + 'px'
|
|
29536
|
-
}
|
|
29532
|
+
}),
|
|
29537
29533
|
callbtnar: glamor.css({
|
|
29538
29534
|
left: sectionproperties.callppositionfromright + 'px'
|
|
29539
29535
|
})
|
|
@@ -29558,7 +29554,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29558
29554
|
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29559
29555
|
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
29560
29556
|
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar))), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29561
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29557
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29562
29558
|
onClick: function onClick() {
|
|
29563
29559
|
var _authdetailsContext$i3;
|
|
29564
29560
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
@@ -29569,7 +29565,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29569
29565
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
29570
29566
|
size: sectionproperties.floatingfbiconiconsize
|
|
29571
29567
|
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29572
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29568
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29573
29569
|
onClick: function onClick() {
|
|
29574
29570
|
var _authdetailsContext$i5;
|
|
29575
29571
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
@@ -29580,7 +29576,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29580
29576
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
29581
29577
|
size: sectionproperties.floatinginstagramiconiconsize
|
|
29582
29578
|
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29583
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29579
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29584
29580
|
onClick: function onClick() {
|
|
29585
29581
|
var _authdetailsContext$i7;
|
|
29586
29582
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
@@ -29591,7 +29587,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29591
29587
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
29592
29588
|
size: sectionproperties.tiktokfloatingiconiconfontsize
|
|
29593
29589
|
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29594
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ',
|
|
29590
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ',
|
|
29595
29591
|
style: {},
|
|
29596
29592
|
onClick: function onClick() {
|
|
29597
29593
|
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
@@ -29632,7 +29628,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29632
29628
|
zIndex: 999999,
|
|
29633
29629
|
transition: 'all 0.3s ease-out'
|
|
29634
29630
|
},
|
|
29635
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered '
|
|
29631
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered '
|
|
29636
29632
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29637
29633
|
"class": 'h-100 d-flex align-items-center justify-content-center'
|
|
29638
29634
|
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
@@ -68751,7 +68747,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68751
68747
|
}
|
|
68752
68748
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
68753
68749
|
})), sectionproperties.view_as_slider_vertical == 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68754
|
-
"class": "row m-0 w-100 d-flex
|
|
68750
|
+
"class": "row m-0 w-100 d-flex ",
|
|
68751
|
+
style: {
|
|
68752
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
68753
|
+
}
|
|
68755
68754
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68756
68755
|
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
68757
68756
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -2840,11 +2840,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2840
2840
|
onSlide: function onSlide(d) {
|
|
2841
2841
|
setcurrentshowingimageindex(d);
|
|
2842
2842
|
},
|
|
2843
|
-
onClick: function onClick() {
|
|
2844
|
-
if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
|
|
2845
|
-
toggleFullScreen();
|
|
2846
|
-
}
|
|
2847
|
-
}
|
|
2843
|
+
onClick: function onClick() {}
|
|
2848
2844
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
2849
2845
|
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0' : langdetect == 'en' ? 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2850
2846
|
// className={
|
|
@@ -3238,7 +3234,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3238
3234
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
3239
3235
|
}))), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
3240
3236
|
className: "".concat(productinfo_cssstyles.quantitybtn_text)
|
|
3241
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(
|
|
3237
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(3) : parseInt(addtocardpayloadobj.quantity)), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
3242
3238
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
3243
3239
|
onClick: function onClick() {
|
|
3244
3240
|
var _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41;
|
|
@@ -25559,7 +25555,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25559
25555
|
style: {
|
|
25560
25556
|
position: sectionproperties.respheaderposition,
|
|
25561
25557
|
// position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
|
|
25562
|
-
zIndex:
|
|
25558
|
+
zIndex: 999,
|
|
25563
25559
|
top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
|
|
25564
25560
|
}
|
|
25565
25561
|
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -29358,8 +29354,8 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29358
29354
|
zIndex: 999999,
|
|
29359
29355
|
transition: 'all 0.3s ease-out',
|
|
29360
29356
|
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
29361
|
-
right: langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29362
|
-
left: langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29357
|
+
right: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
|
|
29358
|
+
left: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
|
|
29363
29359
|
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
29364
29360
|
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
29365
29361
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
@@ -29482,9 +29478,9 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29482
29478
|
background: sectionproperties.callfloatingbgcoloronhover
|
|
29483
29479
|
}
|
|
29484
29480
|
}),
|
|
29485
|
-
callbtnen: css(
|
|
29481
|
+
callbtnen: css({
|
|
29486
29482
|
right: sectionproperties.callppositionfromright + 'px'
|
|
29487
|
-
}
|
|
29483
|
+
}),
|
|
29488
29484
|
callbtnar: css({
|
|
29489
29485
|
left: sectionproperties.callppositionfromright + 'px'
|
|
29490
29486
|
})
|
|
@@ -29509,7 +29505,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29509
29505
|
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React.createElement("span", {
|
|
29510
29506
|
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
29511
29507
|
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar))), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29512
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29508
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29513
29509
|
onClick: function onClick() {
|
|
29514
29510
|
var _authdetailsContext$i3;
|
|
29515
29511
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
@@ -29520,7 +29516,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29520
29516
|
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
29521
29517
|
size: sectionproperties.floatingfbiconiconsize
|
|
29522
29518
|
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29523
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29519
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29524
29520
|
onClick: function onClick() {
|
|
29525
29521
|
var _authdetailsContext$i5;
|
|
29526
29522
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
@@ -29531,7 +29527,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29531
29527
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
29532
29528
|
size: sectionproperties.floatinginstagramiconiconsize
|
|
29533
29529
|
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29534
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29530
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29535
29531
|
onClick: function onClick() {
|
|
29536
29532
|
var _authdetailsContext$i7;
|
|
29537
29533
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
@@ -29542,7 +29538,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29542
29538
|
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
29543
29539
|
size: sectionproperties.tiktokfloatingiconiconfontsize
|
|
29544
29540
|
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29545
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ',
|
|
29541
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ',
|
|
29546
29542
|
style: {},
|
|
29547
29543
|
onClick: function onClick() {
|
|
29548
29544
|
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
@@ -29583,7 +29579,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29583
29579
|
zIndex: 999999,
|
|
29584
29580
|
transition: 'all 0.3s ease-out'
|
|
29585
29581
|
},
|
|
29586
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered '
|
|
29582
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered '
|
|
29587
29583
|
}, /*#__PURE__*/React.createElement("i", {
|
|
29588
29584
|
"class": 'h-100 d-flex align-items-center justify-content-center'
|
|
29589
29585
|
}, /*#__PURE__*/React.createElement(FiPhone, {
|
|
@@ -68702,7 +68698,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68702
68698
|
}
|
|
68703
68699
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
68704
68700
|
})), sectionproperties.view_as_slider_vertical == 'Vertical' && /*#__PURE__*/React.createElement("div", {
|
|
68705
|
-
"class": "row m-0 w-100 d-flex
|
|
68701
|
+
"class": "row m-0 w-100 d-flex ",
|
|
68702
|
+
style: {
|
|
68703
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
68704
|
+
}
|
|
68706
68705
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68707
68706
|
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
68708
68707
|
return /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -2701,11 +2701,7 @@
|
|
|
2701
2701
|
onSlide: function onSlide(d) {
|
|
2702
2702
|
setcurrentshowingimageindex(d);
|
|
2703
2703
|
},
|
|
2704
|
-
onClick: function onClick() {
|
|
2705
|
-
if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
|
|
2706
|
-
toggleFullScreen();
|
|
2707
|
-
}
|
|
2708
|
-
}
|
|
2704
|
+
onClick: function onClick() {}
|
|
2709
2705
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2710
2706
|
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0' : langdetect == 'en' ? 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2711
2707
|
// className={
|
|
@@ -3099,7 +3095,7 @@
|
|
|
3099
3095
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
3100
3096
|
}))), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
3101
3097
|
className: "".concat(productinfo_cssstyles.quantitybtn_text)
|
|
3102
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(
|
|
3098
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(3) : parseInt(addtocardpayloadobj.quantity)), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
3103
3099
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
3104
3100
|
onClick: function onClick() {
|
|
3105
3101
|
var _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41;
|
|
@@ -25420,7 +25416,7 @@
|
|
|
25420
25416
|
style: {
|
|
25421
25417
|
position: sectionproperties.respheaderposition,
|
|
25422
25418
|
// position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
|
|
25423
|
-
zIndex:
|
|
25419
|
+
zIndex: 999,
|
|
25424
25420
|
top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
|
|
25425
25421
|
}
|
|
25426
25422
|
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -29219,8 +29215,8 @@
|
|
|
29219
29215
|
zIndex: 999999,
|
|
29220
29216
|
transition: 'all 0.3s ease-out',
|
|
29221
29217
|
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
29222
|
-
right: langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29223
|
-
left: langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29218
|
+
right: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
|
|
29219
|
+
left: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
|
|
29224
29220
|
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
29225
29221
|
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
29226
29222
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
@@ -29343,9 +29339,9 @@
|
|
|
29343
29339
|
background: sectionproperties.callfloatingbgcoloronhover
|
|
29344
29340
|
}
|
|
29345
29341
|
}),
|
|
29346
|
-
callbtnen: glamor.css(
|
|
29342
|
+
callbtnen: glamor.css({
|
|
29347
29343
|
right: sectionproperties.callppositionfromright + 'px'
|
|
29348
|
-
}
|
|
29344
|
+
}),
|
|
29349
29345
|
callbtnar: glamor.css({
|
|
29350
29346
|
left: sectionproperties.callppositionfromright + 'px'
|
|
29351
29347
|
})
|
|
@@ -29370,7 +29366,7 @@
|
|
|
29370
29366
|
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29371
29367
|
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
29372
29368
|
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar))), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29373
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29369
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29374
29370
|
onClick: function onClick() {
|
|
29375
29371
|
var _authdetailsContext$i3;
|
|
29376
29372
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
@@ -29381,7 +29377,7 @@
|
|
|
29381
29377
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
29382
29378
|
size: sectionproperties.floatingfbiconiconsize
|
|
29383
29379
|
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29384
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29380
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29385
29381
|
onClick: function onClick() {
|
|
29386
29382
|
var _authdetailsContext$i5;
|
|
29387
29383
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
@@ -29392,7 +29388,7 @@
|
|
|
29392
29388
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
29393
29389
|
size: sectionproperties.floatinginstagramiconiconsize
|
|
29394
29390
|
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29395
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29391
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29396
29392
|
onClick: function onClick() {
|
|
29397
29393
|
var _authdetailsContext$i7;
|
|
29398
29394
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
@@ -29403,7 +29399,7 @@
|
|
|
29403
29399
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
29404
29400
|
size: sectionproperties.tiktokfloatingiconiconfontsize
|
|
29405
29401
|
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29406
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ',
|
|
29402
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ',
|
|
29407
29403
|
style: {},
|
|
29408
29404
|
onClick: function onClick() {
|
|
29409
29405
|
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
@@ -29444,7 +29440,7 @@
|
|
|
29444
29440
|
zIndex: 999999,
|
|
29445
29441
|
transition: 'all 0.3s ease-out'
|
|
29446
29442
|
},
|
|
29447
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered '
|
|
29443
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered '
|
|
29448
29444
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29449
29445
|
"class": 'h-100 d-flex align-items-center justify-content-center'
|
|
29450
29446
|
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
@@ -68563,7 +68559,10 @@
|
|
|
68563
68559
|
}
|
|
68564
68560
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
68565
68561
|
})), sectionproperties.view_as_slider_vertical == 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68566
|
-
"class": "row m-0 w-100 d-flex
|
|
68562
|
+
"class": "row m-0 w-100 d-flex ",
|
|
68563
|
+
style: {
|
|
68564
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
68565
|
+
}
|
|
68567
68566
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68568
68567
|
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
68569
68568
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|