tabexseriescomponents 0.2.976 → 0.2.978
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 +38 -9
- package/dist/index.esm.js +38 -9
- package/dist/index.umd.js +38 -9
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -17533,12 +17533,14 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
17533
17533
|
function ownKeys$2p(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; }
|
|
17534
17534
|
function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17535
17535
|
var AccountInformation = function AccountInformation(props) {
|
|
17536
|
-
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
17536
|
+
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _authdetailsContext$i;
|
|
17537
17537
|
var lang = props.actions.lang;
|
|
17538
17538
|
var langdetect = props.actions.langdetect;
|
|
17539
17539
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
17540
17540
|
props.actions.StatePagePropertiesContext;
|
|
17541
17541
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
17542
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
17543
|
+
var routingcountext = props.actions.routingcountext;
|
|
17542
17544
|
var actions = props.actions;
|
|
17543
17545
|
var _useState = React.useState(''),
|
|
17544
17546
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
@@ -17585,6 +17587,23 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
17585
17587
|
'@media (max-width: 800px)': {
|
|
17586
17588
|
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
17587
17589
|
}
|
|
17590
|
+
}),
|
|
17591
|
+
signupbtn: glamor.css({
|
|
17592
|
+
width: sectionproperties.signup_btn_width + 'px',
|
|
17593
|
+
height: sectionproperties.signup_btn_height + 'px',
|
|
17594
|
+
borderRadius: sectionproperties.signup_btn_borderBottomLeftRadius + 'px',
|
|
17595
|
+
textTransform: sectionproperties.signup_btn_texttransform,
|
|
17596
|
+
fontSize: sectionproperties.signup_btn_fontSize + 'px',
|
|
17597
|
+
color: sectionproperties.signup_btn_color,
|
|
17598
|
+
fontWeight: sectionproperties.signup_btn_fontweight,
|
|
17599
|
+
background: sectionproperties.signup_btnbgcolor_transparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcolor,
|
|
17600
|
+
border: sectionproperties.signup_btn_borderwidth + 'px solid ' + sectionproperties.signupbtn_bordercolor,
|
|
17601
|
+
transition: '.3s',
|
|
17602
|
+
':hover': {
|
|
17603
|
+
background: sectionproperties.signup_btnbgcoloroonhovertransparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcoloroonhover,
|
|
17604
|
+
color: sectionproperties.signup_btn_coloronhover,
|
|
17605
|
+
borderColor: sectionproperties.signup_btn_coloronhover
|
|
17606
|
+
}
|
|
17588
17607
|
})
|
|
17589
17608
|
};
|
|
17590
17609
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -17706,7 +17725,17 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
17706
17725
|
color: sectionproperties.sectionTitleColor,
|
|
17707
17726
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
17708
17727
|
}
|
|
17709
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17728
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17729
|
+
"class": "col-12 allcentered mb-3"
|
|
17730
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
17731
|
+
className: "".concat(sectionstyles.signupbtn) + ' w-sm-100 d-flex align-items-center justify-content-center ',
|
|
17732
|
+
onClick: function onClick() {
|
|
17733
|
+
routingcountext('clinics', false, '');
|
|
17734
|
+
},
|
|
17735
|
+
style: {
|
|
17736
|
+
width: '30%'
|
|
17737
|
+
}
|
|
17738
|
+
}, "BOOK NOW")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17710
17739
|
className: 'col-lg-12 p-0'
|
|
17711
17740
|
}, /*#__PURE__*/React__default["default"].createElement(CustomerInformationForm, {
|
|
17712
17741
|
formtype: "edit",
|
|
@@ -92197,7 +92226,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92197
92226
|
} else {
|
|
92198
92227
|
item.productid;
|
|
92199
92228
|
}
|
|
92200
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92229
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92201
92230
|
}
|
|
92202
92231
|
} else {
|
|
92203
92232
|
if (sectionproperties.urlwithproductname == 'Yes') {
|
|
@@ -92205,7 +92234,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92205
92234
|
} else {
|
|
92206
92235
|
item.productid;
|
|
92207
92236
|
}
|
|
92208
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92237
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92209
92238
|
}
|
|
92210
92239
|
};
|
|
92211
92240
|
var PillContainer = function PillContainer() {
|
|
@@ -92378,7 +92407,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92378
92407
|
} else {
|
|
92379
92408
|
item.productid;
|
|
92380
92409
|
}
|
|
92381
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92410
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92382
92411
|
}
|
|
92383
92412
|
}
|
|
92384
92413
|
}, Image('normal')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -92406,7 +92435,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92406
92435
|
} else {
|
|
92407
92436
|
item.productid;
|
|
92408
92437
|
}
|
|
92409
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92438
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92410
92439
|
}
|
|
92411
92440
|
},
|
|
92412
92441
|
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
|
|
@@ -92484,7 +92513,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92484
92513
|
} else {
|
|
92485
92514
|
item.productid;
|
|
92486
92515
|
}
|
|
92487
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92516
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92488
92517
|
}
|
|
92489
92518
|
},
|
|
92490
92519
|
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
|
|
@@ -92623,14 +92652,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92623
92652
|
if (sectionproperties.automaticaddtocart == 'Yes' && item.hasvariants == 0) {
|
|
92624
92653
|
addtocartfunc();
|
|
92625
92654
|
} else if (sectionproperties.automaticaddtocart == 'Yes' && item.hasvariants == 1) {
|
|
92626
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92655
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92627
92656
|
} else {
|
|
92628
92657
|
if (sectionproperties.urlwithproductname == 'Yes') {
|
|
92629
92658
|
item.productendpointurl;
|
|
92630
92659
|
} else {
|
|
92631
92660
|
item.productid;
|
|
92632
92661
|
}
|
|
92633
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92662
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92634
92663
|
}
|
|
92635
92664
|
}
|
|
92636
92665
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -17482,12 +17482,14 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
17482
17482
|
function ownKeys$2p(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; }
|
|
17483
17483
|
function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17484
17484
|
var AccountInformation = function AccountInformation(props) {
|
|
17485
|
-
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
17485
|
+
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _authdetailsContext$i;
|
|
17486
17486
|
var lang = props.actions.lang;
|
|
17487
17487
|
var langdetect = props.actions.langdetect;
|
|
17488
17488
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
17489
17489
|
props.actions.StatePagePropertiesContext;
|
|
17490
17490
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
17491
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
17492
|
+
var routingcountext = props.actions.routingcountext;
|
|
17491
17493
|
var actions = props.actions;
|
|
17492
17494
|
var _useState = useState(''),
|
|
17493
17495
|
_useState2 = _slicedToArray(_useState, 2);
|
|
@@ -17534,6 +17536,23 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
17534
17536
|
'@media (max-width: 800px)': {
|
|
17535
17537
|
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
17536
17538
|
}
|
|
17539
|
+
}),
|
|
17540
|
+
signupbtn: css({
|
|
17541
|
+
width: sectionproperties.signup_btn_width + 'px',
|
|
17542
|
+
height: sectionproperties.signup_btn_height + 'px',
|
|
17543
|
+
borderRadius: sectionproperties.signup_btn_borderBottomLeftRadius + 'px',
|
|
17544
|
+
textTransform: sectionproperties.signup_btn_texttransform,
|
|
17545
|
+
fontSize: sectionproperties.signup_btn_fontSize + 'px',
|
|
17546
|
+
color: sectionproperties.signup_btn_color,
|
|
17547
|
+
fontWeight: sectionproperties.signup_btn_fontweight,
|
|
17548
|
+
background: sectionproperties.signup_btnbgcolor_transparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcolor,
|
|
17549
|
+
border: sectionproperties.signup_btn_borderwidth + 'px solid ' + sectionproperties.signupbtn_bordercolor,
|
|
17550
|
+
transition: '.3s',
|
|
17551
|
+
':hover': {
|
|
17552
|
+
background: sectionproperties.signup_btnbgcoloroonhovertransparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcoloroonhover,
|
|
17553
|
+
color: sectionproperties.signup_btn_coloronhover,
|
|
17554
|
+
borderColor: sectionproperties.signup_btn_coloronhover
|
|
17555
|
+
}
|
|
17537
17556
|
})
|
|
17538
17557
|
};
|
|
17539
17558
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -17655,7 +17674,17 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
17655
17674
|
color: sectionproperties.sectionTitleColor,
|
|
17656
17675
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
17657
17676
|
}
|
|
17658
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React.createElement("div", {
|
|
17677
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && /*#__PURE__*/React.createElement("div", {
|
|
17678
|
+
"class": "col-12 allcentered mb-3"
|
|
17679
|
+
}, /*#__PURE__*/React.createElement("button", {
|
|
17680
|
+
className: "".concat(sectionstyles.signupbtn) + ' w-sm-100 d-flex align-items-center justify-content-center ',
|
|
17681
|
+
onClick: function onClick() {
|
|
17682
|
+
routingcountext('clinics', false, '');
|
|
17683
|
+
},
|
|
17684
|
+
style: {
|
|
17685
|
+
width: '30%'
|
|
17686
|
+
}
|
|
17687
|
+
}, "BOOK NOW")), /*#__PURE__*/React.createElement("div", {
|
|
17659
17688
|
className: 'col-lg-12 p-0'
|
|
17660
17689
|
}, /*#__PURE__*/React.createElement(CustomerInformationForm, {
|
|
17661
17690
|
formtype: "edit",
|
|
@@ -92146,7 +92175,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92146
92175
|
} else {
|
|
92147
92176
|
item.productid;
|
|
92148
92177
|
}
|
|
92149
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92178
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92150
92179
|
}
|
|
92151
92180
|
} else {
|
|
92152
92181
|
if (sectionproperties.urlwithproductname == 'Yes') {
|
|
@@ -92154,7 +92183,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92154
92183
|
} else {
|
|
92155
92184
|
item.productid;
|
|
92156
92185
|
}
|
|
92157
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92186
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92158
92187
|
}
|
|
92159
92188
|
};
|
|
92160
92189
|
var PillContainer = function PillContainer() {
|
|
@@ -92327,7 +92356,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92327
92356
|
} else {
|
|
92328
92357
|
item.productid;
|
|
92329
92358
|
}
|
|
92330
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92359
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92331
92360
|
}
|
|
92332
92361
|
}
|
|
92333
92362
|
}, Image('normal')), /*#__PURE__*/React.createElement("div", {
|
|
@@ -92355,7 +92384,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92355
92384
|
} else {
|
|
92356
92385
|
item.productid;
|
|
92357
92386
|
}
|
|
92358
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92387
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92359
92388
|
}
|
|
92360
92389
|
},
|
|
92361
92390
|
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
|
|
@@ -92433,7 +92462,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92433
92462
|
} else {
|
|
92434
92463
|
item.productid;
|
|
92435
92464
|
}
|
|
92436
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92465
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92437
92466
|
}
|
|
92438
92467
|
},
|
|
92439
92468
|
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
|
|
@@ -92572,14 +92601,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
92572
92601
|
if (sectionproperties.automaticaddtocart == 'Yes' && item.hasvariants == 0) {
|
|
92573
92602
|
addtocartfunc();
|
|
92574
92603
|
} else if (sectionproperties.automaticaddtocart == 'Yes' && item.hasvariants == 1) {
|
|
92575
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92604
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92576
92605
|
} else {
|
|
92577
92606
|
if (sectionproperties.urlwithproductname == 'Yes') {
|
|
92578
92607
|
item.productendpointurl;
|
|
92579
92608
|
} else {
|
|
92580
92609
|
item.productid;
|
|
92581
92610
|
}
|
|
92582
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92611
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92583
92612
|
}
|
|
92584
92613
|
}
|
|
92585
92614
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -17342,12 +17342,14 @@
|
|
|
17342
17342
|
function ownKeys$2p(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; }
|
|
17343
17343
|
function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17344
17344
|
var AccountInformation = function AccountInformation(props) {
|
|
17345
|
-
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
17345
|
+
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _authdetailsContext$i;
|
|
17346
17346
|
var lang = props.actions.lang;
|
|
17347
17347
|
var langdetect = props.actions.langdetect;
|
|
17348
17348
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
17349
17349
|
props.actions.StatePagePropertiesContext;
|
|
17350
17350
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
17351
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
17352
|
+
var routingcountext = props.actions.routingcountext;
|
|
17351
17353
|
var actions = props.actions;
|
|
17352
17354
|
var _useState = React.useState(''),
|
|
17353
17355
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
@@ -17394,6 +17396,23 @@
|
|
|
17394
17396
|
'@media (max-width: 800px)': {
|
|
17395
17397
|
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
17396
17398
|
}
|
|
17399
|
+
}),
|
|
17400
|
+
signupbtn: glamor.css({
|
|
17401
|
+
width: sectionproperties.signup_btn_width + 'px',
|
|
17402
|
+
height: sectionproperties.signup_btn_height + 'px',
|
|
17403
|
+
borderRadius: sectionproperties.signup_btn_borderBottomLeftRadius + 'px',
|
|
17404
|
+
textTransform: sectionproperties.signup_btn_texttransform,
|
|
17405
|
+
fontSize: sectionproperties.signup_btn_fontSize + 'px',
|
|
17406
|
+
color: sectionproperties.signup_btn_color,
|
|
17407
|
+
fontWeight: sectionproperties.signup_btn_fontweight,
|
|
17408
|
+
background: sectionproperties.signup_btnbgcolor_transparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcolor,
|
|
17409
|
+
border: sectionproperties.signup_btn_borderwidth + 'px solid ' + sectionproperties.signupbtn_bordercolor,
|
|
17410
|
+
transition: '.3s',
|
|
17411
|
+
':hover': {
|
|
17412
|
+
background: sectionproperties.signup_btnbgcoloroonhovertransparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcoloroonhover,
|
|
17413
|
+
color: sectionproperties.signup_btn_coloronhover,
|
|
17414
|
+
borderColor: sectionproperties.signup_btn_coloronhover
|
|
17415
|
+
}
|
|
17397
17416
|
})
|
|
17398
17417
|
};
|
|
17399
17418
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -17515,7 +17534,17 @@
|
|
|
17515
17534
|
color: sectionproperties.sectionTitleColor,
|
|
17516
17535
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
17517
17536
|
}
|
|
17518
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17537
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17538
|
+
"class": "col-12 allcentered mb-3"
|
|
17539
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
17540
|
+
className: "".concat(sectionstyles.signupbtn) + ' w-sm-100 d-flex align-items-center justify-content-center ',
|
|
17541
|
+
onClick: function onClick() {
|
|
17542
|
+
routingcountext('clinics', false, '');
|
|
17543
|
+
},
|
|
17544
|
+
style: {
|
|
17545
|
+
width: '30%'
|
|
17546
|
+
}
|
|
17547
|
+
}, "BOOK NOW")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17519
17548
|
className: 'col-lg-12 p-0'
|
|
17520
17549
|
}, /*#__PURE__*/React__default["default"].createElement(CustomerInformationForm, {
|
|
17521
17550
|
formtype: "edit",
|
|
@@ -92006,7 +92035,7 @@
|
|
|
92006
92035
|
} else {
|
|
92007
92036
|
item.productid;
|
|
92008
92037
|
}
|
|
92009
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92038
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92010
92039
|
}
|
|
92011
92040
|
} else {
|
|
92012
92041
|
if (sectionproperties.urlwithproductname == 'Yes') {
|
|
@@ -92014,7 +92043,7 @@
|
|
|
92014
92043
|
} else {
|
|
92015
92044
|
item.productid;
|
|
92016
92045
|
}
|
|
92017
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92046
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92018
92047
|
}
|
|
92019
92048
|
};
|
|
92020
92049
|
var PillContainer = function PillContainer() {
|
|
@@ -92187,7 +92216,7 @@
|
|
|
92187
92216
|
} else {
|
|
92188
92217
|
item.productid;
|
|
92189
92218
|
}
|
|
92190
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92219
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92191
92220
|
}
|
|
92192
92221
|
}
|
|
92193
92222
|
}, Image('normal')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -92215,7 +92244,7 @@
|
|
|
92215
92244
|
} else {
|
|
92216
92245
|
item.productid;
|
|
92217
92246
|
}
|
|
92218
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92247
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92219
92248
|
}
|
|
92220
92249
|
},
|
|
92221
92250
|
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
|
|
@@ -92293,7 +92322,7 @@
|
|
|
92293
92322
|
} else {
|
|
92294
92323
|
item.productid;
|
|
92295
92324
|
}
|
|
92296
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92325
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92297
92326
|
}
|
|
92298
92327
|
},
|
|
92299
92328
|
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
|
|
@@ -92432,14 +92461,14 @@
|
|
|
92432
92461
|
if (sectionproperties.automaticaddtocart == 'Yes' && item.hasvariants == 0) {
|
|
92433
92462
|
addtocartfunc();
|
|
92434
92463
|
} else if (sectionproperties.automaticaddtocart == 'Yes' && item.hasvariants == 1) {
|
|
92435
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92464
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92436
92465
|
} else {
|
|
92437
92466
|
if (sectionproperties.urlwithproductname == 'Yes') {
|
|
92438
92467
|
item.productendpointurl;
|
|
92439
92468
|
} else {
|
|
92440
92469
|
item.productid;
|
|
92441
92470
|
}
|
|
92442
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
|
|
92471
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92443
92472
|
}
|
|
92444
92473
|
}
|
|
92445
92474
|
}
|