tabexseriescomponents 0.60.8 → 0.60.9
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 +35 -23
- package/dist/index.esm.js +35 -23
- package/dist/index.umd.js +35 -23
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8597,17 +8597,17 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
8597
8597
|
var _fetchProductInfoQuer16, _fetchProductInfoQuer17;
|
|
8598
8598
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.serviceinfo) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.scheduletype) == 'days') {
|
|
8599
8599
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8600
|
-
addtocartfunc(
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
8600
|
+
addtocartfunc();
|
|
8601
|
+
setTimeout(function () {
|
|
8602
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8603
|
+
}, 2000);
|
|
8604
8604
|
}
|
|
8605
8605
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.serviceinfo) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.scheduletype) == 'minutes') {
|
|
8606
8606
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8607
|
-
addtocartfunc(
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8607
|
+
addtocartfunc();
|
|
8608
|
+
setTimeout(function () {
|
|
8609
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8610
|
+
}, 2000);
|
|
8611
8611
|
}
|
|
8612
8612
|
} else {
|
|
8613
8613
|
NotificationManager.warning(lang.completerequiredfields);
|
|
@@ -8680,17 +8680,23 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
8680
8680
|
var _fetchProductInfoQuer20, _fetchProductInfoQuer21;
|
|
8681
8681
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer20 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.productinfo) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.serviceinfo) === null || _fetchProductInfoQuer20 === void 0 ? void 0 : _fetchProductInfoQuer20.scheduletype) == 'days') {
|
|
8682
8682
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8683
|
-
addtocartfunc(
|
|
8683
|
+
addtocartfunc();
|
|
8684
8684
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
8685
8685
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8686
8686
|
}
|
|
8687
|
+
setTimeout(function () {
|
|
8688
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8689
|
+
}, 2000);
|
|
8687
8690
|
}
|
|
8688
8691
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.serviceinfo) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.scheduletype) == 'minutes') {
|
|
8689
8692
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8690
|
-
addtocartfunc(
|
|
8693
|
+
addtocartfunc();
|
|
8691
8694
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
8692
8695
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8693
8696
|
}
|
|
8697
|
+
setTimeout(function () {
|
|
8698
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8699
|
+
}, 2000);
|
|
8694
8700
|
}
|
|
8695
8701
|
} else {
|
|
8696
8702
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -8765,13 +8771,19 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
8765
8771
|
var _fetchProductInfoQuer24, _fetchProductInfoQuer25;
|
|
8766
8772
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.serviceinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.scheduletype) == 'days') {
|
|
8767
8773
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8768
|
-
addtocartfunc(
|
|
8774
|
+
addtocartfunc();
|
|
8769
8775
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8776
|
+
setTimeout(function () {
|
|
8777
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8778
|
+
}, 2000);
|
|
8770
8779
|
}
|
|
8771
8780
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.serviceinfo) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.scheduletype) == 'minutes') {
|
|
8772
8781
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8773
|
-
addtocartfunc(
|
|
8782
|
+
addtocartfunc();
|
|
8774
8783
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8784
|
+
setTimeout(function () {
|
|
8785
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8786
|
+
}, 2000);
|
|
8775
8787
|
}
|
|
8776
8788
|
} else {
|
|
8777
8789
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -9535,6 +9547,9 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9535
9547
|
}
|
|
9536
9548
|
}, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic))), /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
9537
9549
|
actions: props.actions
|
|
9550
|
+
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9551
|
+
addtocartfunc: addtocartfunc,
|
|
9552
|
+
actions: props.actions
|
|
9538
9553
|
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
9539
9554
|
actions: {
|
|
9540
9555
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
@@ -9554,9 +9569,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9554
9569
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9555
9570
|
addtofavoritescontext: addtofavoritescontext
|
|
9556
9571
|
}
|
|
9557
|
-
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9558
|
-
addtocartfunc: addtocartfunc,
|
|
9559
|
-
actions: props.actions
|
|
9560
9572
|
})))))), sectionproperties.descriptionstyle != 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9561
9573
|
"class": "col-lg-12 d-flex align-items-center justify-content-start p-0 flex-column"
|
|
9562
9574
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -9584,6 +9596,9 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9584
9596
|
}, /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
9585
9597
|
actions: props.actions,
|
|
9586
9598
|
srcprops: 'reservation'
|
|
9599
|
+
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9600
|
+
addtocartfunc: addtocartfunc,
|
|
9601
|
+
actions: props.actions
|
|
9587
9602
|
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
9588
9603
|
actions: {
|
|
9589
9604
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
@@ -9603,9 +9618,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9603
9618
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9604
9619
|
addtofavoritescontext: addtofavoritescontext
|
|
9605
9620
|
}
|
|
9606
|
-
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9607
|
-
addtocartfunc: addtocartfunc,
|
|
9608
|
-
actions: props.actions
|
|
9609
9621
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9610
9622
|
className: langdetect == 'en' ? 'col-lg-3 pr-0 border-md-none p-md-0 pt-4 pl-md-0 pr-md-0' : 'col-lg-3 pl-0 border-md-none md-0 pt-4 pl-md-0 pr-md-0'
|
|
9611
9623
|
// className={langdetect == 'en' ? 'col-lg-3 pr-0 border-md-none p-md-0' : 'col-lg-3 pl-0 border-md-none p-md-0'}
|
|
@@ -9743,7 +9755,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9743
9755
|
srcfromprops: 'servicestyle2'
|
|
9744
9756
|
}), sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9745
9757
|
"class": "col-12 p-0"
|
|
9746
|
-
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(
|
|
9758
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9759
|
+
actions: props.actions,
|
|
9760
|
+
srcfromprops: 'servicestyle2',
|
|
9761
|
+
addtocartfunc: addtocartfunc
|
|
9762
|
+
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
9747
9763
|
actions: {
|
|
9748
9764
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
9749
9765
|
sectionproperties: sectionproperties,
|
|
@@ -9762,10 +9778,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9762
9778
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9763
9779
|
addtofavoritescontext: addtofavoritescontext
|
|
9764
9780
|
}
|
|
9765
|
-
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9766
|
-
actions: props.actions,
|
|
9767
|
-
srcfromprops: 'servicestyle2',
|
|
9768
|
-
addtocartfunc: addtocartfunc
|
|
9769
9781
|
})))), sizeguideimage.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
9770
9782
|
show: opensizeguidemodal,
|
|
9771
9783
|
onHide: function onHide() {
|
package/dist/index.esm.js
CHANGED
|
@@ -8546,17 +8546,17 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
8546
8546
|
var _fetchProductInfoQuer16, _fetchProductInfoQuer17;
|
|
8547
8547
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.serviceinfo) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.scheduletype) == 'days') {
|
|
8548
8548
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8549
|
-
addtocartfunc(
|
|
8550
|
-
|
|
8551
|
-
|
|
8552
|
-
|
|
8549
|
+
addtocartfunc();
|
|
8550
|
+
setTimeout(function () {
|
|
8551
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8552
|
+
}, 2000);
|
|
8553
8553
|
}
|
|
8554
8554
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.serviceinfo) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.scheduletype) == 'minutes') {
|
|
8555
8555
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8556
|
-
addtocartfunc(
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
|
|
8556
|
+
addtocartfunc();
|
|
8557
|
+
setTimeout(function () {
|
|
8558
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8559
|
+
}, 2000);
|
|
8560
8560
|
}
|
|
8561
8561
|
} else {
|
|
8562
8562
|
NotificationManager.warning(lang.completerequiredfields);
|
|
@@ -8629,17 +8629,23 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
8629
8629
|
var _fetchProductInfoQuer20, _fetchProductInfoQuer21;
|
|
8630
8630
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer20 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.productinfo) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.serviceinfo) === null || _fetchProductInfoQuer20 === void 0 ? void 0 : _fetchProductInfoQuer20.scheduletype) == 'days') {
|
|
8631
8631
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8632
|
-
addtocartfunc(
|
|
8632
|
+
addtocartfunc();
|
|
8633
8633
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
8634
8634
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8635
8635
|
}
|
|
8636
|
+
setTimeout(function () {
|
|
8637
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8638
|
+
}, 2000);
|
|
8636
8639
|
}
|
|
8637
8640
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.serviceinfo) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.scheduletype) == 'minutes') {
|
|
8638
8641
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8639
|
-
addtocartfunc(
|
|
8642
|
+
addtocartfunc();
|
|
8640
8643
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
8641
8644
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8642
8645
|
}
|
|
8646
|
+
setTimeout(function () {
|
|
8647
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8648
|
+
}, 2000);
|
|
8643
8649
|
}
|
|
8644
8650
|
} else {
|
|
8645
8651
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -8714,13 +8720,19 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
8714
8720
|
var _fetchProductInfoQuer24, _fetchProductInfoQuer25;
|
|
8715
8721
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.serviceinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.scheduletype) == 'days') {
|
|
8716
8722
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8717
|
-
addtocartfunc(
|
|
8723
|
+
addtocartfunc();
|
|
8718
8724
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8725
|
+
setTimeout(function () {
|
|
8726
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8727
|
+
}, 2000);
|
|
8719
8728
|
}
|
|
8720
8729
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.serviceinfo) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.scheduletype) == 'minutes') {
|
|
8721
8730
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8722
|
-
addtocartfunc(
|
|
8731
|
+
addtocartfunc();
|
|
8723
8732
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8733
|
+
setTimeout(function () {
|
|
8734
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8735
|
+
}, 2000);
|
|
8724
8736
|
}
|
|
8725
8737
|
} else {
|
|
8726
8738
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -9484,6 +9496,9 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9484
9496
|
}
|
|
9485
9497
|
}, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic))), /*#__PURE__*/React.createElement(Variantoptions, {
|
|
9486
9498
|
actions: props.actions
|
|
9499
|
+
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
9500
|
+
addtocartfunc: addtocartfunc,
|
|
9501
|
+
actions: props.actions
|
|
9487
9502
|
}), /*#__PURE__*/React.createElement(Serviceinfotabs, {
|
|
9488
9503
|
actions: {
|
|
9489
9504
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
@@ -9503,9 +9518,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9503
9518
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9504
9519
|
addtofavoritescontext: addtofavoritescontext
|
|
9505
9520
|
}
|
|
9506
|
-
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
9507
|
-
addtocartfunc: addtocartfunc,
|
|
9508
|
-
actions: props.actions
|
|
9509
9521
|
})))))), sectionproperties.descriptionstyle != 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
9510
9522
|
"class": "col-lg-12 d-flex align-items-center justify-content-start p-0 flex-column"
|
|
9511
9523
|
}, /*#__PURE__*/React.createElement("p", {
|
|
@@ -9533,6 +9545,9 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9533
9545
|
}, /*#__PURE__*/React.createElement(Variantoptions, {
|
|
9534
9546
|
actions: props.actions,
|
|
9535
9547
|
srcprops: 'reservation'
|
|
9548
|
+
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
9549
|
+
addtocartfunc: addtocartfunc,
|
|
9550
|
+
actions: props.actions
|
|
9536
9551
|
}), /*#__PURE__*/React.createElement(Serviceinfotabs, {
|
|
9537
9552
|
actions: {
|
|
9538
9553
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
@@ -9552,9 +9567,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9552
9567
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9553
9568
|
addtofavoritescontext: addtofavoritescontext
|
|
9554
9569
|
}
|
|
9555
|
-
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
9556
|
-
addtocartfunc: addtocartfunc,
|
|
9557
|
-
actions: props.actions
|
|
9558
9570
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
9559
9571
|
className: langdetect == 'en' ? 'col-lg-3 pr-0 border-md-none p-md-0 pt-4 pl-md-0 pr-md-0' : 'col-lg-3 pl-0 border-md-none md-0 pt-4 pl-md-0 pr-md-0'
|
|
9560
9572
|
// className={langdetect == 'en' ? 'col-lg-3 pr-0 border-md-none p-md-0' : 'col-lg-3 pl-0 border-md-none p-md-0'}
|
|
@@ -9692,7 +9704,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9692
9704
|
srcfromprops: 'servicestyle2'
|
|
9693
9705
|
}), sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
9694
9706
|
"class": "col-12 p-0"
|
|
9695
|
-
}, /*#__PURE__*/React.createElement("hr", null)), /*#__PURE__*/React.createElement(
|
|
9707
|
+
}, /*#__PURE__*/React.createElement("hr", null)), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
9708
|
+
actions: props.actions,
|
|
9709
|
+
srcfromprops: 'servicestyle2',
|
|
9710
|
+
addtocartfunc: addtocartfunc
|
|
9711
|
+
}), /*#__PURE__*/React.createElement(Serviceinfotabs, {
|
|
9696
9712
|
actions: {
|
|
9697
9713
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
9698
9714
|
sectionproperties: sectionproperties,
|
|
@@ -9711,10 +9727,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
9711
9727
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9712
9728
|
addtofavoritescontext: addtofavoritescontext
|
|
9713
9729
|
}
|
|
9714
|
-
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
9715
|
-
actions: props.actions,
|
|
9716
|
-
srcfromprops: 'servicestyle2',
|
|
9717
|
-
addtocartfunc: addtocartfunc
|
|
9718
9730
|
})))), sizeguideimage.length != 0 && /*#__PURE__*/React.createElement(Modal, {
|
|
9719
9731
|
show: opensizeguidemodal,
|
|
9720
9732
|
onHide: function onHide() {
|
package/dist/index.umd.js
CHANGED
|
@@ -8406,17 +8406,17 @@
|
|
|
8406
8406
|
var _fetchProductInfoQuer16, _fetchProductInfoQuer17;
|
|
8407
8407
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.serviceinfo) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.scheduletype) == 'days') {
|
|
8408
8408
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8409
|
-
addtocartfunc(
|
|
8410
|
-
|
|
8411
|
-
|
|
8412
|
-
|
|
8409
|
+
addtocartfunc();
|
|
8410
|
+
setTimeout(function () {
|
|
8411
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8412
|
+
}, 2000);
|
|
8413
8413
|
}
|
|
8414
8414
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.serviceinfo) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.scheduletype) == 'minutes') {
|
|
8415
8415
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8416
|
-
addtocartfunc(
|
|
8417
|
-
|
|
8418
|
-
|
|
8419
|
-
|
|
8416
|
+
addtocartfunc();
|
|
8417
|
+
setTimeout(function () {
|
|
8418
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8419
|
+
}, 2000);
|
|
8420
8420
|
}
|
|
8421
8421
|
} else {
|
|
8422
8422
|
NotificationManager.warning(lang.completerequiredfields);
|
|
@@ -8489,17 +8489,23 @@
|
|
|
8489
8489
|
var _fetchProductInfoQuer20, _fetchProductInfoQuer21;
|
|
8490
8490
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer20 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.productinfo) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.serviceinfo) === null || _fetchProductInfoQuer20 === void 0 ? void 0 : _fetchProductInfoQuer20.scheduletype) == 'days') {
|
|
8491
8491
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8492
|
-
addtocartfunc(
|
|
8492
|
+
addtocartfunc();
|
|
8493
8493
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
8494
8494
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8495
8495
|
}
|
|
8496
|
+
setTimeout(function () {
|
|
8497
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8498
|
+
}, 2000);
|
|
8496
8499
|
}
|
|
8497
8500
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.serviceinfo) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.scheduletype) == 'minutes') {
|
|
8498
8501
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8499
|
-
addtocartfunc(
|
|
8502
|
+
addtocartfunc();
|
|
8500
8503
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
8501
8504
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8502
8505
|
}
|
|
8506
|
+
setTimeout(function () {
|
|
8507
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8508
|
+
}, 2000);
|
|
8503
8509
|
}
|
|
8504
8510
|
} else {
|
|
8505
8511
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -8574,13 +8580,19 @@
|
|
|
8574
8580
|
var _fetchProductInfoQuer24, _fetchProductInfoQuer25;
|
|
8575
8581
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.serviceinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.scheduletype) == 'days') {
|
|
8576
8582
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
8577
|
-
addtocartfunc(
|
|
8583
|
+
addtocartfunc();
|
|
8578
8584
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8585
|
+
setTimeout(function () {
|
|
8586
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8587
|
+
}, 2000);
|
|
8579
8588
|
}
|
|
8580
8589
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.serviceinfo) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.scheduletype) == 'minutes') {
|
|
8581
8590
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
8582
|
-
addtocartfunc(
|
|
8591
|
+
addtocartfunc();
|
|
8583
8592
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8593
|
+
setTimeout(function () {
|
|
8594
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
8595
|
+
}, 2000);
|
|
8584
8596
|
}
|
|
8585
8597
|
} else {
|
|
8586
8598
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -9344,6 +9356,9 @@
|
|
|
9344
9356
|
}
|
|
9345
9357
|
}, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic))), /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
9346
9358
|
actions: props.actions
|
|
9359
|
+
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9360
|
+
addtocartfunc: addtocartfunc,
|
|
9361
|
+
actions: props.actions
|
|
9347
9362
|
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
9348
9363
|
actions: {
|
|
9349
9364
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
@@ -9363,9 +9378,6 @@
|
|
|
9363
9378
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9364
9379
|
addtofavoritescontext: addtofavoritescontext
|
|
9365
9380
|
}
|
|
9366
|
-
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9367
|
-
addtocartfunc: addtocartfunc,
|
|
9368
|
-
actions: props.actions
|
|
9369
9381
|
})))))), sectionproperties.descriptionstyle != 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9370
9382
|
"class": "col-lg-12 d-flex align-items-center justify-content-start p-0 flex-column"
|
|
9371
9383
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -9393,6 +9405,9 @@
|
|
|
9393
9405
|
}, /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
9394
9406
|
actions: props.actions,
|
|
9395
9407
|
srcprops: 'reservation'
|
|
9408
|
+
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9409
|
+
addtocartfunc: addtocartfunc,
|
|
9410
|
+
actions: props.actions
|
|
9396
9411
|
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
9397
9412
|
actions: {
|
|
9398
9413
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
@@ -9412,9 +9427,6 @@
|
|
|
9412
9427
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9413
9428
|
addtofavoritescontext: addtofavoritescontext
|
|
9414
9429
|
}
|
|
9415
|
-
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9416
|
-
addtocartfunc: addtocartfunc,
|
|
9417
|
-
actions: props.actions
|
|
9418
9430
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9419
9431
|
className: langdetect == 'en' ? 'col-lg-3 pr-0 border-md-none p-md-0 pt-4 pl-md-0 pr-md-0' : 'col-lg-3 pl-0 border-md-none md-0 pt-4 pl-md-0 pr-md-0'
|
|
9420
9432
|
// className={langdetect == 'en' ? 'col-lg-3 pr-0 border-md-none p-md-0' : 'col-lg-3 pl-0 border-md-none p-md-0'}
|
|
@@ -9552,7 +9564,11 @@
|
|
|
9552
9564
|
srcfromprops: 'servicestyle2'
|
|
9553
9565
|
}), sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9554
9566
|
"class": "col-12 p-0"
|
|
9555
|
-
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(
|
|
9567
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9568
|
+
actions: props.actions,
|
|
9569
|
+
srcfromprops: 'servicestyle2',
|
|
9570
|
+
addtocartfunc: addtocartfunc
|
|
9571
|
+
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
9556
9572
|
actions: {
|
|
9557
9573
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
9558
9574
|
sectionproperties: sectionproperties,
|
|
@@ -9571,10 +9587,6 @@
|
|
|
9571
9587
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
9572
9588
|
addtofavoritescontext: addtofavoritescontext
|
|
9573
9589
|
}
|
|
9574
|
-
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
9575
|
-
actions: props.actions,
|
|
9576
|
-
srcfromprops: 'servicestyle2',
|
|
9577
|
-
addtocartfunc: addtocartfunc
|
|
9578
9590
|
})))), sizeguideimage.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
9579
9591
|
show: opensizeguidemodal,
|
|
9580
9592
|
onHide: function onHide() {
|