tabexseriescomponents 0.2.817 → 0.2.820
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 +36 -21
- package/dist/index.esm.js +36 -21
- package/dist/index.umd.js +36 -21
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -68800,7 +68800,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
68800
68800
|
function ownKeys$V(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; }
|
|
68801
68801
|
function _objectSpread$V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$V(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
68802
68802
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
68803
|
-
var _maincontainerarrayof, _maincontainerarrayof2;
|
|
68803
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _maincontainerarrayof, _maincontainerarrayof2;
|
|
68804
68804
|
var _useState = React.useState(''),
|
|
68805
68805
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
68806
68806
|
sectionproperties = _useState2[0],
|
|
@@ -69000,6 +69000,14 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69000
69000
|
'@media (max-width: 800px)': {
|
|
69001
69001
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
69002
69002
|
}
|
|
69003
|
+
}),
|
|
69004
|
+
icontxtcont: glamor.css({
|
|
69005
|
+
position: sectionproperties.textonimage == 'Yes' ? 'absolute' : 'relative',
|
|
69006
|
+
bottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6790ae890234e' ? '' : sectionproperties.textonimage == 'Yes' ? 60 : 0,
|
|
69007
|
+
top: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '6790ae890234e' ? '60%' : '',
|
|
69008
|
+
'@media (max-width: 1025px)': {
|
|
69009
|
+
top: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '6790ae890234e' ? '40%' : ''
|
|
69010
|
+
}
|
|
69003
69011
|
})
|
|
69004
69012
|
};
|
|
69005
69013
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -69074,7 +69082,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69074
69082
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
69075
69083
|
style: {}
|
|
69076
69084
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69077
|
-
var _authdetailsContext$
|
|
69085
|
+
var _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
69078
69086
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69079
69087
|
// class={
|
|
69080
69088
|
// sectionproperties.numofcols == '2'
|
|
@@ -69118,7 +69126,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69118
69126
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69119
69127
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69120
69128
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69121
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69129
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66b4a0338cb14' ? '100%' : '',
|
|
69122
69130
|
position: 'relative'
|
|
69123
69131
|
},
|
|
69124
69132
|
onClick: function onClick() {
|
|
@@ -69157,11 +69165,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69157
69165
|
objectFit: 'contain'
|
|
69158
69166
|
}
|
|
69159
69167
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69160
|
-
"class":
|
|
69161
|
-
style: {
|
|
69162
|
-
position: sectionproperties.textonimage == 'Yes' ? 'absolute' : 'relative',
|
|
69163
|
-
bottom: sectionproperties.textonimage == 'Yes' ? 60 : 0
|
|
69164
|
-
}
|
|
69168
|
+
"class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 ',
|
|
69169
|
+
style: {}
|
|
69165
69170
|
}, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69166
69171
|
"class": "col-lg-12 allcentered p-0 mb-1"
|
|
69167
69172
|
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
@@ -69220,7 +69225,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69220
69225
|
color: cardinfoitem.text2colorfromarray
|
|
69221
69226
|
}
|
|
69222
69227
|
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar)), sectionproperties.generalbtn_show == 'Show' && cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69223
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
69228
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 md-md-2 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 mt-md-2 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
69224
69229
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
69225
69230
|
"class": "".concat(sectionStyles.btnstyles),
|
|
69226
69231
|
onClick: function onClick() {
|
|
@@ -69321,7 +69326,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69321
69326
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.view_as_slider_vertical != 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69322
69327
|
"class": ' scrollhorizontal w-100 align-items-center justify-content- '
|
|
69323
69328
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69324
|
-
var _authdetailsContext$
|
|
69329
|
+
var _authdetailsContext$i7;
|
|
69325
69330
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69326
69331
|
"class": 'w-sm-85 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
|
|
69327
69332
|
style: {
|
|
@@ -69351,7 +69356,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69351
69356
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69352
69357
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69353
69358
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69354
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69359
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
69355
69360
|
},
|
|
69356
69361
|
onClick: function onClick() {
|
|
69357
69362
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
@@ -69485,7 +69490,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69485
69490
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
69486
69491
|
}
|
|
69487
69492
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69488
|
-
var _authdetailsContext$
|
|
69493
|
+
var _authdetailsContext$i8, _authdetailsContext$i9;
|
|
69489
69494
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69490
69495
|
// class={
|
|
69491
69496
|
// sectionproperties.numofcols == '2'
|
|
@@ -69499,7 +69504,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69499
69504
|
// }
|
|
69500
69505
|
"class":
|
|
69501
69506
|
// sectionproperties.evencards
|
|
69502
|
-
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69507
|
+
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '6762e6ec9e9f8' ? sectionproperties.numofcols == '2' ? ' h-100 h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
69503
69508
|
style: {
|
|
69504
69509
|
zIndex: 2,
|
|
69505
69510
|
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
@@ -69531,7 +69536,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69531
69536
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69532
69537
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69533
69538
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69534
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69539
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
69535
69540
|
},
|
|
69536
69541
|
onClick: function onClick() {
|
|
69537
69542
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
@@ -71342,7 +71347,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71342
71347
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
71343
71348
|
showpopup = _useState8[0],
|
|
71344
71349
|
setshowpopup = _useState8[1];
|
|
71345
|
-
|
|
71350
|
+
props.actions.authdetailsContext;
|
|
71346
71351
|
React.useEffect(function () {
|
|
71347
71352
|
if (props.srcfrom == 'addsectionform') {
|
|
71348
71353
|
var secpropobj = {};
|
|
@@ -71456,13 +71461,12 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71456
71461
|
})
|
|
71457
71462
|
};
|
|
71458
71463
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
71459
|
-
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
71460
71464
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71461
71465
|
"class": cardarrayofobjs.length != 0 ? slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 mt-sm-n6 px-2 ' : slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-2 '
|
|
71462
71466
|
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
71463
71467
|
,
|
|
71464
71468
|
style: {}
|
|
71465
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71469
|
+
}, sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71466
71470
|
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start'
|
|
71467
71471
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71468
71472
|
className: "m-0 p-0 wordbreak font-sm-20",
|
|
@@ -71472,7 +71476,18 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71472
71476
|
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
71473
71477
|
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71474
71478
|
}
|
|
71475
|
-
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71479
|
+
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71480
|
+
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start',
|
|
71481
|
+
"data-aos": 'fade-up'
|
|
71482
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71483
|
+
className: "m-0 p-0 wordbreak font-sm-20",
|
|
71484
|
+
style: {
|
|
71485
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
71486
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
71487
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
71488
|
+
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71489
|
+
}
|
|
71490
|
+
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.slideshowText2ContentFontSize != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71476
71491
|
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 text-start '
|
|
71477
71492
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71478
71493
|
className: "m-0 p-0 wordbreak font-sm-18",
|
|
@@ -71482,7 +71497,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71482
71497
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
71483
71498
|
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71484
71499
|
}
|
|
71485
|
-
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' &&
|
|
71500
|
+
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71486
71501
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start'
|
|
71487
71502
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
71488
71503
|
"class": langdetect == 'en' ? "".concat(slideshow_styles.slideshow_btn) + ' allcentered mr-auto ' : "".concat(slideshow_styles.slideshow_btn) + ' allcentered ml-auto ',
|
|
@@ -71496,8 +71511,8 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71496
71511
|
style: {
|
|
71497
71512
|
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
71498
71513
|
}
|
|
71499
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' &&
|
|
71500
|
-
"class": 'col-lg-12 allcentered',
|
|
71514
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71515
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
|
|
71501
71516
|
"data-aos": 'fade-up'
|
|
71502
71517
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
71503
71518
|
"class": "".concat(slideshow_styles.slideshow_btnyrh) + ' allcentered ',
|
package/dist/index.esm.js
CHANGED
|
@@ -68752,7 +68752,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
68752
68752
|
function ownKeys$V(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; }
|
|
68753
68753
|
function _objectSpread$V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$V(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
68754
68754
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
68755
|
-
var _maincontainerarrayof, _maincontainerarrayof2;
|
|
68755
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _maincontainerarrayof, _maincontainerarrayof2;
|
|
68756
68756
|
var _useState = useState(''),
|
|
68757
68757
|
_useState2 = _slicedToArray(_useState, 2),
|
|
68758
68758
|
sectionproperties = _useState2[0],
|
|
@@ -68952,6 +68952,14 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68952
68952
|
'@media (max-width: 800px)': {
|
|
68953
68953
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
68954
68954
|
}
|
|
68955
|
+
}),
|
|
68956
|
+
icontxtcont: css({
|
|
68957
|
+
position: sectionproperties.textonimage == 'Yes' ? 'absolute' : 'relative',
|
|
68958
|
+
bottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6790ae890234e' ? '' : sectionproperties.textonimage == 'Yes' ? 60 : 0,
|
|
68959
|
+
top: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '6790ae890234e' ? '60%' : '',
|
|
68960
|
+
'@media (max-width: 1025px)': {
|
|
68961
|
+
top: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '6790ae890234e' ? '40%' : ''
|
|
68962
|
+
}
|
|
68955
68963
|
})
|
|
68956
68964
|
};
|
|
68957
68965
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -69026,7 +69034,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69026
69034
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
69027
69035
|
style: {}
|
|
69028
69036
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69029
|
-
var _authdetailsContext$
|
|
69037
|
+
var _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
69030
69038
|
return /*#__PURE__*/React.createElement("div", {
|
|
69031
69039
|
// class={
|
|
69032
69040
|
// sectionproperties.numofcols == '2'
|
|
@@ -69070,7 +69078,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69070
69078
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69071
69079
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69072
69080
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69073
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69081
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66b4a0338cb14' ? '100%' : '',
|
|
69074
69082
|
position: 'relative'
|
|
69075
69083
|
},
|
|
69076
69084
|
onClick: function onClick() {
|
|
@@ -69109,11 +69117,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69109
69117
|
objectFit: 'contain'
|
|
69110
69118
|
}
|
|
69111
69119
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
69112
|
-
"class":
|
|
69113
|
-
style: {
|
|
69114
|
-
position: sectionproperties.textonimage == 'Yes' ? 'absolute' : 'relative',
|
|
69115
|
-
bottom: sectionproperties.textonimage == 'Yes' ? 60 : 0
|
|
69116
|
-
}
|
|
69120
|
+
"class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 ',
|
|
69121
|
+
style: {}
|
|
69117
69122
|
}, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React.createElement("div", {
|
|
69118
69123
|
"class": "col-lg-12 allcentered p-0 mb-1"
|
|
69119
69124
|
}, /*#__PURE__*/React.createElement(ReactStars, {
|
|
@@ -69172,7 +69177,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69172
69177
|
color: cardinfoitem.text2colorfromarray
|
|
69173
69178
|
}
|
|
69174
69179
|
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar)), sectionproperties.generalbtn_show == 'Show' && cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
69175
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
69180
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 md-md-2 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 mt-md-2 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
69176
69181
|
}, /*#__PURE__*/React.createElement("button", {
|
|
69177
69182
|
"class": "".concat(sectionStyles.btnstyles),
|
|
69178
69183
|
onClick: function onClick() {
|
|
@@ -69273,7 +69278,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69273
69278
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.view_as_slider_vertical != 'Vertical' && /*#__PURE__*/React.createElement("div", {
|
|
69274
69279
|
"class": ' scrollhorizontal w-100 align-items-center justify-content- '
|
|
69275
69280
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69276
|
-
var _authdetailsContext$
|
|
69281
|
+
var _authdetailsContext$i7;
|
|
69277
69282
|
return /*#__PURE__*/React.createElement("div", {
|
|
69278
69283
|
"class": 'w-sm-85 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
|
|
69279
69284
|
style: {
|
|
@@ -69303,7 +69308,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69303
69308
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69304
69309
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69305
69310
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69306
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69311
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
69307
69312
|
},
|
|
69308
69313
|
onClick: function onClick() {
|
|
69309
69314
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
@@ -69437,7 +69442,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69437
69442
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
69438
69443
|
}
|
|
69439
69444
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69440
|
-
var _authdetailsContext$
|
|
69445
|
+
var _authdetailsContext$i8, _authdetailsContext$i9;
|
|
69441
69446
|
return /*#__PURE__*/React.createElement("div", {
|
|
69442
69447
|
// class={
|
|
69443
69448
|
// sectionproperties.numofcols == '2'
|
|
@@ -69451,7 +69456,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69451
69456
|
// }
|
|
69452
69457
|
"class":
|
|
69453
69458
|
// sectionproperties.evencards
|
|
69454
|
-
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69459
|
+
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '6762e6ec9e9f8' ? sectionproperties.numofcols == '2' ? ' h-100 h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
69455
69460
|
style: {
|
|
69456
69461
|
zIndex: 2,
|
|
69457
69462
|
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
@@ -69483,7 +69488,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
69483
69488
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69484
69489
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69485
69490
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69486
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69491
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
69487
69492
|
},
|
|
69488
69493
|
onClick: function onClick() {
|
|
69489
69494
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
@@ -71294,7 +71299,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71294
71299
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
71295
71300
|
showpopup = _useState8[0],
|
|
71296
71301
|
setshowpopup = _useState8[1];
|
|
71297
|
-
|
|
71302
|
+
props.actions.authdetailsContext;
|
|
71298
71303
|
useEffect(function () {
|
|
71299
71304
|
if (props.srcfrom == 'addsectionform') {
|
|
71300
71305
|
var secpropobj = {};
|
|
@@ -71408,13 +71413,12 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71408
71413
|
})
|
|
71409
71414
|
};
|
|
71410
71415
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
71411
|
-
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
71412
71416
|
return /*#__PURE__*/React.createElement("div", {
|
|
71413
71417
|
"class": cardarrayofobjs.length != 0 ? slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 mt-sm-n6 px-2 ' : slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-2 '
|
|
71414
71418
|
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
71415
71419
|
,
|
|
71416
71420
|
style: {}
|
|
71417
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
71421
|
+
}, sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
71418
71422
|
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start'
|
|
71419
71423
|
}, /*#__PURE__*/React.createElement("p", {
|
|
71420
71424
|
className: "m-0 p-0 wordbreak font-sm-20",
|
|
@@ -71424,7 +71428,18 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71424
71428
|
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
71425
71429
|
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71426
71430
|
}
|
|
71427
|
-
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React.createElement("div", {
|
|
71431
|
+
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
71432
|
+
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start',
|
|
71433
|
+
"data-aos": 'fade-up'
|
|
71434
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
71435
|
+
className: "m-0 p-0 wordbreak font-sm-20",
|
|
71436
|
+
style: {
|
|
71437
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
71438
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
71439
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
71440
|
+
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71441
|
+
}
|
|
71442
|
+
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.slideshowText2ContentFontSize != 0 && /*#__PURE__*/React.createElement("div", {
|
|
71428
71443
|
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 text-start '
|
|
71429
71444
|
}, /*#__PURE__*/React.createElement("p", {
|
|
71430
71445
|
className: "m-0 p-0 wordbreak font-sm-18",
|
|
@@ -71434,7 +71449,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71434
71449
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
71435
71450
|
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71436
71451
|
}
|
|
71437
|
-
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' &&
|
|
71452
|
+
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
71438
71453
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start'
|
|
71439
71454
|
}, /*#__PURE__*/React.createElement("button", {
|
|
71440
71455
|
"class": langdetect == 'en' ? "".concat(slideshow_styles.slideshow_btn) + ' allcentered mr-auto ' : "".concat(slideshow_styles.slideshow_btn) + ' allcentered ml-auto ',
|
|
@@ -71448,8 +71463,8 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
71448
71463
|
style: {
|
|
71449
71464
|
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
71450
71465
|
}
|
|
71451
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' &&
|
|
71452
|
-
"class": 'col-lg-12 allcentered',
|
|
71466
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
71467
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
|
|
71453
71468
|
"data-aos": 'fade-up'
|
|
71454
71469
|
}, /*#__PURE__*/React.createElement("button", {
|
|
71455
71470
|
"class": "".concat(slideshow_styles.slideshow_btnyrh) + ' allcentered ',
|
package/dist/index.umd.js
CHANGED
|
@@ -68613,7 +68613,7 @@
|
|
|
68613
68613
|
function ownKeys$V(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; }
|
|
68614
68614
|
function _objectSpread$V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$V(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
68615
68615
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
68616
|
-
var _maincontainerarrayof, _maincontainerarrayof2;
|
|
68616
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _maincontainerarrayof, _maincontainerarrayof2;
|
|
68617
68617
|
var _useState = React.useState(''),
|
|
68618
68618
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
68619
68619
|
sectionproperties = _useState2[0],
|
|
@@ -68813,6 +68813,14 @@
|
|
|
68813
68813
|
'@media (max-width: 800px)': {
|
|
68814
68814
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
68815
68815
|
}
|
|
68816
|
+
}),
|
|
68817
|
+
icontxtcont: glamor.css({
|
|
68818
|
+
position: sectionproperties.textonimage == 'Yes' ? 'absolute' : 'relative',
|
|
68819
|
+
bottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6790ae890234e' ? '' : sectionproperties.textonimage == 'Yes' ? 60 : 0,
|
|
68820
|
+
top: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '6790ae890234e' ? '60%' : '',
|
|
68821
|
+
'@media (max-width: 1025px)': {
|
|
68822
|
+
top: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '6790ae890234e' ? '40%' : ''
|
|
68823
|
+
}
|
|
68816
68824
|
})
|
|
68817
68825
|
};
|
|
68818
68826
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -68887,7 +68895,7 @@
|
|
|
68887
68895
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
68888
68896
|
style: {}
|
|
68889
68897
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68890
|
-
var _authdetailsContext$
|
|
68898
|
+
var _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
68891
68899
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68892
68900
|
// class={
|
|
68893
68901
|
// sectionproperties.numofcols == '2'
|
|
@@ -68931,7 +68939,7 @@
|
|
|
68931
68939
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
68932
68940
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
68933
68941
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
68934
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
68942
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66b4a0338cb14' ? '100%' : '',
|
|
68935
68943
|
position: 'relative'
|
|
68936
68944
|
},
|
|
68937
68945
|
onClick: function onClick() {
|
|
@@ -68970,11 +68978,8 @@
|
|
|
68970
68978
|
objectFit: 'contain'
|
|
68971
68979
|
}
|
|
68972
68980
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68973
|
-
"class":
|
|
68974
|
-
style: {
|
|
68975
|
-
position: sectionproperties.textonimage == 'Yes' ? 'absolute' : 'relative',
|
|
68976
|
-
bottom: sectionproperties.textonimage == 'Yes' ? 60 : 0
|
|
68977
|
-
}
|
|
68981
|
+
"class": sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 ',
|
|
68982
|
+
style: {}
|
|
68978
68983
|
}, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68979
68984
|
"class": "col-lg-12 allcentered p-0 mb-1"
|
|
68980
68985
|
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
@@ -69033,7 +69038,7 @@
|
|
|
69033
69038
|
color: cardinfoitem.text2colorfromarray
|
|
69034
69039
|
}
|
|
69035
69040
|
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar)), sectionproperties.generalbtn_show == 'Show' && cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69036
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
69041
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 0 ? 'col-lg-12 mt-5 md-md-2 allcentered' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' && cardinfoindex == 1 ? 'col-lg-12 mt-4 mt-md-2 allcentered' : sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
69037
69042
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
69038
69043
|
"class": "".concat(sectionStyles.btnstyles),
|
|
69039
69044
|
onClick: function onClick() {
|
|
@@ -69134,7 +69139,7 @@
|
|
|
69134
69139
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.view_as_slider_vertical != 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69135
69140
|
"class": ' scrollhorizontal w-100 align-items-center justify-content- '
|
|
69136
69141
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69137
|
-
var _authdetailsContext$
|
|
69142
|
+
var _authdetailsContext$i7;
|
|
69138
69143
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69139
69144
|
"class": 'w-sm-85 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
|
|
69140
69145
|
style: {
|
|
@@ -69164,7 +69169,7 @@
|
|
|
69164
69169
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69165
69170
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69166
69171
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69167
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69172
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
69168
69173
|
},
|
|
69169
69174
|
onClick: function onClick() {
|
|
69170
69175
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
@@ -69298,7 +69303,7 @@
|
|
|
69298
69303
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
69299
69304
|
}
|
|
69300
69305
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
69301
|
-
var _authdetailsContext$
|
|
69306
|
+
var _authdetailsContext$i8, _authdetailsContext$i9;
|
|
69302
69307
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69303
69308
|
// class={
|
|
69304
69309
|
// sectionproperties.numofcols == '2'
|
|
@@ -69312,7 +69317,7 @@
|
|
|
69312
69317
|
// }
|
|
69313
69318
|
"class":
|
|
69314
69319
|
// sectionproperties.evencards
|
|
69315
|
-
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69320
|
+
(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '6762e6ec9e9f8' ? sectionproperties.numofcols == '2' ? ' h-100 h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
69316
69321
|
style: {
|
|
69317
69322
|
zIndex: 2,
|
|
69318
69323
|
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
@@ -69344,7 +69349,7 @@
|
|
|
69344
69349
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
69345
69350
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
69346
69351
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
69347
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
69352
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
69348
69353
|
},
|
|
69349
69354
|
onClick: function onClick() {
|
|
69350
69355
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
@@ -71155,7 +71160,7 @@
|
|
|
71155
71160
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
71156
71161
|
showpopup = _useState8[0],
|
|
71157
71162
|
setshowpopup = _useState8[1];
|
|
71158
|
-
|
|
71163
|
+
props.actions.authdetailsContext;
|
|
71159
71164
|
React.useEffect(function () {
|
|
71160
71165
|
if (props.srcfrom == 'addsectionform') {
|
|
71161
71166
|
var secpropobj = {};
|
|
@@ -71269,13 +71274,12 @@
|
|
|
71269
71274
|
})
|
|
71270
71275
|
};
|
|
71271
71276
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
71272
|
-
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
71273
71277
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71274
71278
|
"class": cardarrayofobjs.length != 0 ? slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 mt-sm-n6 px-2 ' : slideshow_styles.textcont + ' row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-2 '
|
|
71275
71279
|
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
71276
71280
|
,
|
|
71277
71281
|
style: {}
|
|
71278
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71282
|
+
}, sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71279
71283
|
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start'
|
|
71280
71284
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71281
71285
|
className: "m-0 p-0 wordbreak font-sm-20",
|
|
@@ -71285,7 +71289,18 @@
|
|
|
71285
71289
|
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
71286
71290
|
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71287
71291
|
}
|
|
71288
|
-
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71292
|
+
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71293
|
+
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 text-start',
|
|
71294
|
+
"data-aos": 'fade-up'
|
|
71295
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71296
|
+
className: "m-0 p-0 wordbreak font-sm-20",
|
|
71297
|
+
style: {
|
|
71298
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
71299
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
71300
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
71301
|
+
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71302
|
+
}
|
|
71303
|
+
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.slideshowText2ContentFontSize != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71289
71304
|
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 text-start '
|
|
71290
71305
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
71291
71306
|
className: "m-0 p-0 wordbreak font-sm-18",
|
|
@@ -71295,7 +71310,7 @@
|
|
|
71295
71310
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
71296
71311
|
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71297
71312
|
}
|
|
71298
|
-
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' &&
|
|
71313
|
+
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71299
71314
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start'
|
|
71300
71315
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
71301
71316
|
"class": langdetect == 'en' ? "".concat(slideshow_styles.slideshow_btn) + ' allcentered mr-auto ' : "".concat(slideshow_styles.slideshow_btn) + ' allcentered ml-auto ',
|
|
@@ -71309,8 +71324,8 @@
|
|
|
71309
71324
|
style: {
|
|
71310
71325
|
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
71311
71326
|
}
|
|
71312
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' &&
|
|
71313
|
-
"class": 'col-lg-12 allcentered',
|
|
71327
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71328
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : item.titleen == null && item.descriptionen == null ? sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 allcentered-md' : 'col-lg-12 text-start',
|
|
71314
71329
|
"data-aos": 'fade-up'
|
|
71315
71330
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
71316
71331
|
"class": "".concat(slideshow_styles.slideshow_btnyrh) + ' allcentered ',
|