tabexseriescomponents 0.0.581 → 0.0.583
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 +37 -23
- package/dist/index.esm.js +37 -23
- package/dist/index.umd.js +37 -23
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1499,7 +1499,7 @@ var Variantoptions = function Variantoptions(props) {
|
|
|
1499
1499
|
};
|
|
1500
1500
|
};
|
|
1501
1501
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.hasvariants) == 1 && sectionproperties.productInformationType == 'Product/Service Information' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1502
|
-
className:
|
|
1502
|
+
className: props.srcprops == 'reservation' ? 'row mx-0 mt-3 w-100 d-flex align-items-start' : 'row m-0 w-100 d-flex align-items-start'
|
|
1503
1503
|
}, sectionproperties.variantstyle == 'Slider' && (ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data4 = ProductInfoObj.data) === null || _ProductInfoObj$data4 === void 0 || (_ProductInfoObj$data4 = _ProductInfoObj$data4.productinfo) === null || _ProductInfoObj$data4 === void 0 || (_ProductInfoObj$data4 = _ProductInfoObj$data4.productoptions) === null || _ProductInfoObj$data4 === void 0 ? void 0 : _ProductInfoObj$data4.map(function (item, index) {
|
|
1504
1504
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1505
1505
|
className: "col-lg-12 p-0 mb-3 d-flex justify-content-start"
|
|
@@ -2306,7 +2306,7 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2306
2306
|
setShowMore = _useState2[1];
|
|
2307
2307
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
2308
2308
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2309
|
-
"class": props.srcfromprops == 'Articles' ? 'mt-3 px-3 mb-4' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : sectionproperties.gallerystyle == 'Style 1' ? 'col-lg-12 pl-5 pr-5 p-md-0 w-100' : 'col-lg-12 p-0 w-100'
|
|
2309
|
+
"class": props.srcfromprops == 'Articles' ? 'mt-3 px-3 mb-4' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : sectionproperties.gallerystyle == 'Style 1' && props.srcfromprops != 'service' ? 'col-lg-12 pl-5 pr-5 p-md-0 w-100' : 'col-lg-12 p-0 w-100'
|
|
2310
2310
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2311
2311
|
"class": "row m-0 w-100"
|
|
2312
2312
|
}, sectionproperties.gallerystyle == 'Style 2' && props.srcfromprops != 'collap' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4053,7 +4053,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4053
4053
|
"class": TabsStyles.booknow_btn + ' allcentered mt-sm-3 ',
|
|
4054
4054
|
style: {
|
|
4055
4055
|
opacity: 0.5,
|
|
4056
|
-
cursor: 'not-allowed'
|
|
4056
|
+
cursor: 'not-allowed',
|
|
4057
|
+
background: '#ccc'
|
|
4057
4058
|
}
|
|
4058
4059
|
}, /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.generalbtn_bookedcontent : sectionproperties.generalbtn_bookedcontent_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4059
4060
|
"class": "col-sm-3 p-0 d-none d-sm-flex justify-content-end justify-content-sm-center align-items-center"
|
|
@@ -4156,7 +4157,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4156
4157
|
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
4157
4158
|
color: sectionproperties.time_timeColor,
|
|
4158
4159
|
fontWeight: sectionproperties.time_timeFontweight,
|
|
4159
|
-
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
4160
|
+
fontSize: sectionproperties.time_timeFontsize + 'px',
|
|
4161
|
+
background: '#ccc'
|
|
4160
4162
|
}
|
|
4161
4163
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4162
4164
|
"class": ' p-0 m-0 '
|
|
@@ -4418,7 +4420,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4418
4420
|
};
|
|
4419
4421
|
|
|
4420
4422
|
var Service_itemtype = function Service_itemtype(props) {
|
|
4421
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
4423
|
+
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
4422
4424
|
var lang = props.actions.lang;
|
|
4423
4425
|
var langdetect = props.actions.langdetect;
|
|
4424
4426
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -4596,13 +4598,24 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4596
4598
|
className: "col-xl-8 col-lg-7 col-md-8 col-sm-12 p-0 mb-1 d-flex d-md-none justify-content-start align-items-center"
|
|
4597
4599
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4598
4600
|
"class": "row m-0 w-100"
|
|
4599
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4601
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4602
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start mb-2"
|
|
4603
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4604
|
+
"class": "m-0 p-0",
|
|
4605
|
+
style: {
|
|
4606
|
+
color: '#000'
|
|
4607
|
+
}
|
|
4608
|
+
}, langdetect == 'en' ? sectionproperties.vendortitleen : sectionproperties.vendortitlear, ":", ' ', /*#__PURE__*/React__default["default"].createElement("span", {
|
|
4609
|
+
style: {
|
|
4610
|
+
fontWeight: 600
|
|
4611
|
+
}
|
|
4612
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.vendorinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.vendorname))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4600
4613
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4601
|
-
}, ProductName()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4614
|
+
}, ProductName()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4602
4615
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4603
4616
|
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
4604
4617
|
count: 5,
|
|
4605
|
-
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4618
|
+
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.productoverallrate,
|
|
4606
4619
|
edit: false,
|
|
4607
4620
|
size: 18,
|
|
4608
4621
|
emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -4623,7 +4636,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4623
4636
|
activeColor: "#ffd700"
|
|
4624
4637
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4625
4638
|
className: "col-xl-4 col-lg-5 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end justify-content-md-start align-items-center"
|
|
4626
|
-
}, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4639
|
+
}, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4627
4640
|
"class": "d-flex justify-content-center align-items-center ml-2 mr-2 m-md-0",
|
|
4628
4641
|
style: {
|
|
4629
4642
|
minWidth: sectionproperties.availability_width + 'px',
|
|
@@ -4670,7 +4683,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4670
4683
|
className: "col-lg-8 col-md-8 col-sm-12 p-0 mb-1 d-none d-sm-flex justify-content-start align-items-center"
|
|
4671
4684
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4672
4685
|
"class": "row m-0 w-100"
|
|
4673
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4686
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4674
4687
|
"class": "col-lg-12 p-0 d-flex justify-content-start mb-2"
|
|
4675
4688
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4676
4689
|
"class": "m-0 p-0",
|
|
@@ -4681,12 +4694,12 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4681
4694
|
style: {
|
|
4682
4695
|
fontWeight: 600
|
|
4683
4696
|
}
|
|
4684
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4697
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.vendorinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.vendorname))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4685
4698
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4686
4699
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4687
4700
|
"class": "row m-0 w-100"
|
|
4688
4701
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4689
|
-
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4702
|
+
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
|
|
4690
4703
|
}, ProductName()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4691
4704
|
className: "col-lg-4 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end align-items-center"
|
|
4692
4705
|
}, sectionproperties.btnposition == 'Top' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4717,11 +4730,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4717
4730
|
size: sectionproperties.favBtnIconfontsize
|
|
4718
4731
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
4719
4732
|
size: sectionproperties.favBtnIconfontsize
|
|
4720
|
-
}))))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4733
|
+
}))))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4721
4734
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4722
4735
|
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
4723
4736
|
count: 5,
|
|
4724
|
-
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4737
|
+
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.productoverallrate,
|
|
4725
4738
|
edit: false,
|
|
4726
4739
|
size: 18,
|
|
4727
4740
|
emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -4741,7 +4754,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4741
4754
|
}),
|
|
4742
4755
|
activeColor: "#ffd700"
|
|
4743
4756
|
})))), sectionproperties.showSKU == 'Show' && sectionproperties.productInformationType == 'Product/Service Information' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4744
|
-
"class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4757
|
+
"class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.deliverydatetext) != null ? 'col-lg-12 p-0 mb-2 d-flex justify-content-start' : 'col-lg-12 p-0 mb-3 d-flex justify-content-start'
|
|
4745
4758
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4746
4759
|
"class": "m-0 p-0 d-flex justify-content-start"
|
|
4747
4760
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
@@ -4762,7 +4775,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4762
4775
|
}, fetchProductInfoQueryContext.data.data.productinfo.sku))), /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
4763
4776
|
actions: props.actions
|
|
4764
4777
|
}), sectionproperties.descriptionstyle == 'Style 1' && sectionproperties.descriptionposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4765
|
-
"class": "col-lg-12 col-md-12 p-md-0
|
|
4778
|
+
"class": "col-lg-12 col-md-12 p-md-0"
|
|
4766
4779
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4767
4780
|
"class": "row m-0 w-100"
|
|
4768
4781
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4779,8 +4792,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4779
4792
|
"class": "col-lg-12 p-0 mt-3"
|
|
4780
4793
|
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
4781
4794
|
actions: props.actions,
|
|
4782
|
-
srcfromprops: '
|
|
4783
|
-
}))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4795
|
+
srcfromprops: 'service'
|
|
4796
|
+
}))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.deliverydatetext) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4784
4797
|
"class": sectionproperties.gallerystyle == 'Style 2' ? 'mb-4 col-lg-6 d-flex flex-row flex-sm-column allcentered' : 'mb-4 col-lg-12 d-flex flex-row flex-sm-column allcentered',
|
|
4785
4798
|
style: {
|
|
4786
4799
|
width: '100%',
|
|
@@ -4806,11 +4819,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4806
4819
|
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
4807
4820
|
color: sectionproperties.deliverytimecontainercolor
|
|
4808
4821
|
}
|
|
4809
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4822
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.deliverydatetext)), sectionproperties.showfeatures == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4810
4823
|
"class": "col-lg-12 text-start p-md-0"
|
|
4811
4824
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4812
4825
|
className: "row m-0 w-100"
|
|
4813
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4826
|
+
}, 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.productfeatures) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.map(function (fitem, findex) {
|
|
4814
4827
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4815
4828
|
"class": "col-lg-4 col-md-12 p-0 mb-3 mt-2"
|
|
4816
4829
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4887,7 +4900,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4887
4900
|
"class": "col-lg-12 p-0 mt-3"
|
|
4888
4901
|
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
4889
4902
|
actions: props.actions,
|
|
4890
|
-
srcfromprops: '
|
|
4903
|
+
srcfromprops: 'service'
|
|
4891
4904
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4892
4905
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
4893
4906
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
@@ -4936,7 +4949,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4936
4949
|
color: sectionproperties.prodCatColor
|
|
4937
4950
|
},
|
|
4938
4951
|
dangerouslySetInnerHTML: {
|
|
4939
|
-
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4952
|
+
__html: langdetect == 'en' ? 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 ? void 0 : _fetchProductInfoQuer17.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.short_description_ar
|
|
4940
4953
|
}
|
|
4941
4954
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4942
4955
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
@@ -5153,7 +5166,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5153
5166
|
})), sectionproperties.descriptionstyle != 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5154
5167
|
"class": "col-lg-12 p-0"
|
|
5155
5168
|
}, /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
5156
|
-
actions: props.actions
|
|
5169
|
+
actions: props.actions,
|
|
5170
|
+
srcprops: 'reservation'
|
|
5157
5171
|
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
5158
5172
|
actions: props.actions
|
|
5159
5173
|
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
package/dist/index.esm.js
CHANGED
|
@@ -1450,7 +1450,7 @@ var Variantoptions = function Variantoptions(props) {
|
|
|
1450
1450
|
};
|
|
1451
1451
|
};
|
|
1452
1452
|
return /*#__PURE__*/React.createElement(React.Fragment, null, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.hasvariants) == 1 && sectionproperties.productInformationType == 'Product/Service Information' && /*#__PURE__*/React.createElement("div", {
|
|
1453
|
-
className:
|
|
1453
|
+
className: props.srcprops == 'reservation' ? 'row mx-0 mt-3 w-100 d-flex align-items-start' : 'row m-0 w-100 d-flex align-items-start'
|
|
1454
1454
|
}, sectionproperties.variantstyle == 'Slider' && (ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data4 = ProductInfoObj.data) === null || _ProductInfoObj$data4 === void 0 || (_ProductInfoObj$data4 = _ProductInfoObj$data4.productinfo) === null || _ProductInfoObj$data4 === void 0 || (_ProductInfoObj$data4 = _ProductInfoObj$data4.productoptions) === null || _ProductInfoObj$data4 === void 0 ? void 0 : _ProductInfoObj$data4.map(function (item, index) {
|
|
1455
1455
|
return /*#__PURE__*/React.createElement("div", {
|
|
1456
1456
|
className: "col-lg-12 p-0 mb-3 d-flex justify-content-start"
|
|
@@ -2257,7 +2257,7 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2257
2257
|
setShowMore = _useState2[1];
|
|
2258
2258
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
2259
2259
|
return /*#__PURE__*/React.createElement("div", {
|
|
2260
|
-
"class": props.srcfromprops == 'Articles' ? 'mt-3 px-3 mb-4' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : sectionproperties.gallerystyle == 'Style 1' ? 'col-lg-12 pl-5 pr-5 p-md-0 w-100' : 'col-lg-12 p-0 w-100'
|
|
2260
|
+
"class": props.srcfromprops == 'Articles' ? 'mt-3 px-3 mb-4' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : sectionproperties.gallerystyle == 'Style 1' && props.srcfromprops != 'service' ? 'col-lg-12 pl-5 pr-5 p-md-0 w-100' : 'col-lg-12 p-0 w-100'
|
|
2261
2261
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2262
2262
|
"class": "row m-0 w-100"
|
|
2263
2263
|
}, sectionproperties.gallerystyle == 'Style 2' && props.srcfromprops != 'collap' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -4004,7 +4004,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4004
4004
|
"class": TabsStyles.booknow_btn + ' allcentered mt-sm-3 ',
|
|
4005
4005
|
style: {
|
|
4006
4006
|
opacity: 0.5,
|
|
4007
|
-
cursor: 'not-allowed'
|
|
4007
|
+
cursor: 'not-allowed',
|
|
4008
|
+
background: '#ccc'
|
|
4008
4009
|
}
|
|
4009
4010
|
}, /*#__PURE__*/React.createElement("span", null, langdetect == 'en' ? sectionproperties.generalbtn_bookedcontent : sectionproperties.generalbtn_bookedcontent_ar))), /*#__PURE__*/React.createElement("div", {
|
|
4010
4011
|
"class": "col-sm-3 p-0 d-none d-sm-flex justify-content-end justify-content-sm-center align-items-center"
|
|
@@ -4107,7 +4108,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4107
4108
|
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
4108
4109
|
color: sectionproperties.time_timeColor,
|
|
4109
4110
|
fontWeight: sectionproperties.time_timeFontweight,
|
|
4110
|
-
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
4111
|
+
fontSize: sectionproperties.time_timeFontsize + 'px',
|
|
4112
|
+
background: '#ccc'
|
|
4111
4113
|
}
|
|
4112
4114
|
}, /*#__PURE__*/React.createElement("p", {
|
|
4113
4115
|
"class": ' p-0 m-0 '
|
|
@@ -4369,7 +4371,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4369
4371
|
};
|
|
4370
4372
|
|
|
4371
4373
|
var Service_itemtype = function Service_itemtype(props) {
|
|
4372
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
4374
|
+
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
4373
4375
|
var lang = props.actions.lang;
|
|
4374
4376
|
var langdetect = props.actions.langdetect;
|
|
4375
4377
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -4547,13 +4549,24 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4547
4549
|
className: "col-xl-8 col-lg-7 col-md-8 col-sm-12 p-0 mb-1 d-flex d-md-none justify-content-start align-items-center"
|
|
4548
4550
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4549
4551
|
"class": "row m-0 w-100"
|
|
4550
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
4552
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
4553
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start mb-2"
|
|
4554
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
4555
|
+
"class": "m-0 p-0",
|
|
4556
|
+
style: {
|
|
4557
|
+
color: '#000'
|
|
4558
|
+
}
|
|
4559
|
+
}, langdetect == 'en' ? sectionproperties.vendortitleen : sectionproperties.vendortitlear, ":", ' ', /*#__PURE__*/React.createElement("span", {
|
|
4560
|
+
style: {
|
|
4561
|
+
fontWeight: 600
|
|
4562
|
+
}
|
|
4563
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.vendorinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.vendorname))), /*#__PURE__*/React.createElement("div", {
|
|
4551
4564
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4552
|
-
}, ProductName()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4565
|
+
}, ProductName()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
4553
4566
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4554
4567
|
}, /*#__PURE__*/React.createElement(ReactStars, {
|
|
4555
4568
|
count: 5,
|
|
4556
|
-
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4569
|
+
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.productoverallrate,
|
|
4557
4570
|
edit: false,
|
|
4558
4571
|
size: 18,
|
|
4559
4572
|
emptyIcon: /*#__PURE__*/React.createElement("i", {
|
|
@@ -4574,7 +4587,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4574
4587
|
activeColor: "#ffd700"
|
|
4575
4588
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
4576
4589
|
className: "col-xl-4 col-lg-5 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end justify-content-md-start align-items-center"
|
|
4577
|
-
}, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4590
|
+
}, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.isproducttobesold) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
4578
4591
|
"class": "d-flex justify-content-center align-items-center ml-2 mr-2 m-md-0",
|
|
4579
4592
|
style: {
|
|
4580
4593
|
minWidth: sectionproperties.availability_width + 'px',
|
|
@@ -4621,7 +4634,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4621
4634
|
className: "col-lg-8 col-md-8 col-sm-12 p-0 mb-1 d-none d-sm-flex justify-content-start align-items-center"
|
|
4622
4635
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4623
4636
|
"class": "row m-0 w-100"
|
|
4624
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4637
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
4625
4638
|
"class": "col-lg-12 p-0 d-flex justify-content-start mb-2"
|
|
4626
4639
|
}, /*#__PURE__*/React.createElement("p", {
|
|
4627
4640
|
"class": "m-0 p-0",
|
|
@@ -4632,12 +4645,12 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4632
4645
|
style: {
|
|
4633
4646
|
fontWeight: 600
|
|
4634
4647
|
}
|
|
4635
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4648
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.vendorinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.vendorname))), /*#__PURE__*/React.createElement("div", {
|
|
4636
4649
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4637
4650
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4638
4651
|
"class": "row m-0 w-100"
|
|
4639
4652
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4640
|
-
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4653
|
+
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
|
|
4641
4654
|
}, ProductName()), /*#__PURE__*/React.createElement("div", {
|
|
4642
4655
|
className: "col-lg-4 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end align-items-center"
|
|
4643
4656
|
}, sectionproperties.btnposition == 'Top' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -4668,11 +4681,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4668
4681
|
size: sectionproperties.favBtnIconfontsize
|
|
4669
4682
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
4670
4683
|
size: sectionproperties.favBtnIconfontsize
|
|
4671
|
-
}))))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4684
|
+
}))))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
4672
4685
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4673
4686
|
}, /*#__PURE__*/React.createElement(ReactStars, {
|
|
4674
4687
|
count: 5,
|
|
4675
|
-
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4688
|
+
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.productoverallrate,
|
|
4676
4689
|
edit: false,
|
|
4677
4690
|
size: 18,
|
|
4678
4691
|
emptyIcon: /*#__PURE__*/React.createElement("i", {
|
|
@@ -4692,7 +4705,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4692
4705
|
}),
|
|
4693
4706
|
activeColor: "#ffd700"
|
|
4694
4707
|
})))), sectionproperties.showSKU == 'Show' && sectionproperties.productInformationType == 'Product/Service Information' && /*#__PURE__*/React.createElement("div", {
|
|
4695
|
-
"class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4708
|
+
"class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.deliverydatetext) != null ? 'col-lg-12 p-0 mb-2 d-flex justify-content-start' : 'col-lg-12 p-0 mb-3 d-flex justify-content-start'
|
|
4696
4709
|
}, /*#__PURE__*/React.createElement("p", {
|
|
4697
4710
|
"class": "m-0 p-0 d-flex justify-content-start"
|
|
4698
4711
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -4713,7 +4726,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4713
4726
|
}, fetchProductInfoQueryContext.data.data.productinfo.sku))), /*#__PURE__*/React.createElement(ProductHeaderPricing, {
|
|
4714
4727
|
actions: props.actions
|
|
4715
4728
|
}), sectionproperties.descriptionstyle == 'Style 1' && sectionproperties.descriptionposition == 'Top' && /*#__PURE__*/React.createElement("div", {
|
|
4716
|
-
"class": "col-lg-12 col-md-12 p-md-0
|
|
4729
|
+
"class": "col-lg-12 col-md-12 p-md-0"
|
|
4717
4730
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4718
4731
|
"class": "row m-0 w-100"
|
|
4719
4732
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -4730,8 +4743,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4730
4743
|
"class": "col-lg-12 p-0 mt-3"
|
|
4731
4744
|
}, /*#__PURE__*/React.createElement(DescriptionContent, {
|
|
4732
4745
|
actions: props.actions,
|
|
4733
|
-
srcfromprops: '
|
|
4734
|
-
}))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4746
|
+
srcfromprops: 'service'
|
|
4747
|
+
}))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.deliverydatetext) != null && /*#__PURE__*/React.createElement("div", {
|
|
4735
4748
|
"class": sectionproperties.gallerystyle == 'Style 2' ? 'mb-4 col-lg-6 d-flex flex-row flex-sm-column allcentered' : 'mb-4 col-lg-12 d-flex flex-row flex-sm-column allcentered',
|
|
4736
4749
|
style: {
|
|
4737
4750
|
width: '100%',
|
|
@@ -4757,11 +4770,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4757
4770
|
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
4758
4771
|
color: sectionproperties.deliverytimecontainercolor
|
|
4759
4772
|
}
|
|
4760
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4773
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.deliverydatetext)), sectionproperties.showfeatures == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
4761
4774
|
"class": "col-lg-12 text-start p-md-0"
|
|
4762
4775
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4763
4776
|
className: "row m-0 w-100"
|
|
4764
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4777
|
+
}, 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.productfeatures) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.map(function (fitem, findex) {
|
|
4765
4778
|
return /*#__PURE__*/React.createElement("div", {
|
|
4766
4779
|
"class": "col-lg-4 col-md-12 p-0 mb-3 mt-2"
|
|
4767
4780
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -4838,7 +4851,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4838
4851
|
"class": "col-lg-12 p-0 mt-3"
|
|
4839
4852
|
}, /*#__PURE__*/React.createElement(DescriptionContent, {
|
|
4840
4853
|
actions: props.actions,
|
|
4841
|
-
srcfromprops: '
|
|
4854
|
+
srcfromprops: 'service'
|
|
4842
4855
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
4843
4856
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
4844
4857
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
@@ -4887,7 +4900,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4887
4900
|
color: sectionproperties.prodCatColor
|
|
4888
4901
|
},
|
|
4889
4902
|
dangerouslySetInnerHTML: {
|
|
4890
|
-
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4903
|
+
__html: langdetect == 'en' ? 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 ? void 0 : _fetchProductInfoQuer17.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.short_description_ar
|
|
4891
4904
|
}
|
|
4892
4905
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
4893
4906
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
@@ -5104,7 +5117,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5104
5117
|
})), sectionproperties.descriptionstyle != 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
5105
5118
|
"class": "col-lg-12 p-0"
|
|
5106
5119
|
}, /*#__PURE__*/React.createElement(Variantoptions, {
|
|
5107
|
-
actions: props.actions
|
|
5120
|
+
actions: props.actions,
|
|
5121
|
+
srcprops: 'reservation'
|
|
5108
5122
|
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
5109
5123
|
actions: props.actions
|
|
5110
5124
|
}), /*#__PURE__*/React.createElement(Serviceinfotabs, {
|
package/dist/index.umd.js
CHANGED
|
@@ -1323,7 +1323,7 @@
|
|
|
1323
1323
|
};
|
|
1324
1324
|
};
|
|
1325
1325
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.hasvariants) == 1 && sectionproperties.productInformationType == 'Product/Service Information' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1326
|
-
className:
|
|
1326
|
+
className: props.srcprops == 'reservation' ? 'row mx-0 mt-3 w-100 d-flex align-items-start' : 'row m-0 w-100 d-flex align-items-start'
|
|
1327
1327
|
}, sectionproperties.variantstyle == 'Slider' && (ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data4 = ProductInfoObj.data) === null || _ProductInfoObj$data4 === void 0 || (_ProductInfoObj$data4 = _ProductInfoObj$data4.productinfo) === null || _ProductInfoObj$data4 === void 0 || (_ProductInfoObj$data4 = _ProductInfoObj$data4.productoptions) === null || _ProductInfoObj$data4 === void 0 ? void 0 : _ProductInfoObj$data4.map(function (item, index) {
|
|
1328
1328
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1329
1329
|
className: "col-lg-12 p-0 mb-3 d-flex justify-content-start"
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
setShowMore = _useState2[1];
|
|
2131
2131
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
2132
2132
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2133
|
-
"class": props.srcfromprops == 'Articles' ? 'mt-3 px-3 mb-4' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : sectionproperties.gallerystyle == 'Style 1' ? 'col-lg-12 pl-5 pr-5 p-md-0 w-100' : 'col-lg-12 p-0 w-100'
|
|
2133
|
+
"class": props.srcfromprops == 'Articles' ? 'mt-3 px-3 mb-4' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : props.srcfromprops == 'undername' ? 'col-lg-12 p-0 w-100' : sectionproperties.gallerystyle == 'Style 1' && props.srcfromprops != 'service' ? 'col-lg-12 pl-5 pr-5 p-md-0 w-100' : 'col-lg-12 p-0 w-100'
|
|
2134
2134
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2135
2135
|
"class": "row m-0 w-100"
|
|
2136
2136
|
}, sectionproperties.gallerystyle == 'Style 2' && props.srcfromprops != 'collap' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3877,7 +3877,8 @@
|
|
|
3877
3877
|
"class": TabsStyles.booknow_btn + ' allcentered mt-sm-3 ',
|
|
3878
3878
|
style: {
|
|
3879
3879
|
opacity: 0.5,
|
|
3880
|
-
cursor: 'not-allowed'
|
|
3880
|
+
cursor: 'not-allowed',
|
|
3881
|
+
background: '#ccc'
|
|
3881
3882
|
}
|
|
3882
3883
|
}, /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.generalbtn_bookedcontent : sectionproperties.generalbtn_bookedcontent_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3883
3884
|
"class": "col-sm-3 p-0 d-none d-sm-flex justify-content-end justify-content-sm-center align-items-center"
|
|
@@ -3980,7 +3981,8 @@
|
|
|
3980
3981
|
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
3981
3982
|
color: sectionproperties.time_timeColor,
|
|
3982
3983
|
fontWeight: sectionproperties.time_timeFontweight,
|
|
3983
|
-
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
3984
|
+
fontSize: sectionproperties.time_timeFontsize + 'px',
|
|
3985
|
+
background: '#ccc'
|
|
3984
3986
|
}
|
|
3985
3987
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3986
3988
|
"class": ' p-0 m-0 '
|
|
@@ -4242,7 +4244,7 @@
|
|
|
4242
4244
|
};
|
|
4243
4245
|
|
|
4244
4246
|
var Service_itemtype = function Service_itemtype(props) {
|
|
4245
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
4247
|
+
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8;
|
|
4246
4248
|
var lang = props.actions.lang;
|
|
4247
4249
|
var langdetect = props.actions.langdetect;
|
|
4248
4250
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -4420,13 +4422,24 @@
|
|
|
4420
4422
|
className: "col-xl-8 col-lg-7 col-md-8 col-sm-12 p-0 mb-1 d-flex d-md-none justify-content-start align-items-center"
|
|
4421
4423
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4422
4424
|
"class": "row m-0 w-100"
|
|
4423
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4425
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4426
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start mb-2"
|
|
4427
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4428
|
+
"class": "m-0 p-0",
|
|
4429
|
+
style: {
|
|
4430
|
+
color: '#000'
|
|
4431
|
+
}
|
|
4432
|
+
}, langdetect == 'en' ? sectionproperties.vendortitleen : sectionproperties.vendortitlear, ":", ' ', /*#__PURE__*/React__default["default"].createElement("span", {
|
|
4433
|
+
style: {
|
|
4434
|
+
fontWeight: 600
|
|
4435
|
+
}
|
|
4436
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.vendorinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.vendorname))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4424
4437
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4425
|
-
}, ProductName()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4438
|
+
}, ProductName()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4426
4439
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4427
4440
|
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
4428
4441
|
count: 5,
|
|
4429
|
-
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4442
|
+
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.productoverallrate,
|
|
4430
4443
|
edit: false,
|
|
4431
4444
|
size: 18,
|
|
4432
4445
|
emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -4447,7 +4460,7 @@
|
|
|
4447
4460
|
activeColor: "#ffd700"
|
|
4448
4461
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4449
4462
|
className: "col-xl-4 col-lg-5 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end justify-content-md-start align-items-center"
|
|
4450
|
-
}, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4463
|
+
}, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4451
4464
|
"class": "d-flex justify-content-center align-items-center ml-2 mr-2 m-md-0",
|
|
4452
4465
|
style: {
|
|
4453
4466
|
minWidth: sectionproperties.availability_width + 'px',
|
|
@@ -4494,7 +4507,7 @@
|
|
|
4494
4507
|
className: "col-lg-8 col-md-8 col-sm-12 p-0 mb-1 d-none d-sm-flex justify-content-start align-items-center"
|
|
4495
4508
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4496
4509
|
"class": "row m-0 w-100"
|
|
4497
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4510
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4498
4511
|
"class": "col-lg-12 p-0 d-flex justify-content-start mb-2"
|
|
4499
4512
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4500
4513
|
"class": "m-0 p-0",
|
|
@@ -4505,12 +4518,12 @@
|
|
|
4505
4518
|
style: {
|
|
4506
4519
|
fontWeight: 600
|
|
4507
4520
|
}
|
|
4508
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4521
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.vendorinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.vendorname))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4509
4522
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4510
4523
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4511
4524
|
"class": "row m-0 w-100"
|
|
4512
4525
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4513
|
-
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4526
|
+
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
|
|
4514
4527
|
}, ProductName()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4515
4528
|
className: "col-lg-4 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end align-items-center"
|
|
4516
4529
|
}, sectionproperties.btnposition == 'Top' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4541,11 +4554,11 @@
|
|
|
4541
4554
|
size: sectionproperties.favBtnIconfontsize
|
|
4542
4555
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
4543
4556
|
size: sectionproperties.favBtnIconfontsize
|
|
4544
|
-
}))))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4557
|
+
}))))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4545
4558
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
4546
4559
|
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
4547
4560
|
count: 5,
|
|
4548
|
-
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4561
|
+
value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.productoverallrate,
|
|
4549
4562
|
edit: false,
|
|
4550
4563
|
size: 18,
|
|
4551
4564
|
emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -4565,7 +4578,7 @@
|
|
|
4565
4578
|
}),
|
|
4566
4579
|
activeColor: "#ffd700"
|
|
4567
4580
|
})))), sectionproperties.showSKU == 'Show' && sectionproperties.productInformationType == 'Product/Service Information' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4568
|
-
"class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4581
|
+
"class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.deliverydatetext) != null ? 'col-lg-12 p-0 mb-2 d-flex justify-content-start' : 'col-lg-12 p-0 mb-3 d-flex justify-content-start'
|
|
4569
4582
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4570
4583
|
"class": "m-0 p-0 d-flex justify-content-start"
|
|
4571
4584
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
@@ -4586,7 +4599,7 @@
|
|
|
4586
4599
|
}, fetchProductInfoQueryContext.data.data.productinfo.sku))), /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
4587
4600
|
actions: props.actions
|
|
4588
4601
|
}), sectionproperties.descriptionstyle == 'Style 1' && sectionproperties.descriptionposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4589
|
-
"class": "col-lg-12 col-md-12 p-md-0
|
|
4602
|
+
"class": "col-lg-12 col-md-12 p-md-0"
|
|
4590
4603
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4591
4604
|
"class": "row m-0 w-100"
|
|
4592
4605
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4603,8 +4616,8 @@
|
|
|
4603
4616
|
"class": "col-lg-12 p-0 mt-3"
|
|
4604
4617
|
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
4605
4618
|
actions: props.actions,
|
|
4606
|
-
srcfromprops: '
|
|
4607
|
-
}))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4619
|
+
srcfromprops: 'service'
|
|
4620
|
+
}))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.deliverydatetext) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4608
4621
|
"class": sectionproperties.gallerystyle == 'Style 2' ? 'mb-4 col-lg-6 d-flex flex-row flex-sm-column allcentered' : 'mb-4 col-lg-12 d-flex flex-row flex-sm-column allcentered',
|
|
4609
4622
|
style: {
|
|
4610
4623
|
width: '100%',
|
|
@@ -4630,11 +4643,11 @@
|
|
|
4630
4643
|
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
4631
4644
|
color: sectionproperties.deliverytimecontainercolor
|
|
4632
4645
|
}
|
|
4633
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4646
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.deliverydatetext)), sectionproperties.showfeatures == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4634
4647
|
"class": "col-lg-12 text-start p-md-0"
|
|
4635
4648
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4636
4649
|
className: "row m-0 w-100"
|
|
4637
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4650
|
+
}, 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.productfeatures) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.map(function (fitem, findex) {
|
|
4638
4651
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4639
4652
|
"class": "col-lg-4 col-md-12 p-0 mb-3 mt-2"
|
|
4640
4653
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4711,7 +4724,7 @@
|
|
|
4711
4724
|
"class": "col-lg-12 p-0 mt-3"
|
|
4712
4725
|
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
4713
4726
|
actions: props.actions,
|
|
4714
|
-
srcfromprops: '
|
|
4727
|
+
srcfromprops: 'service'
|
|
4715
4728
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4716
4729
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
4717
4730
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
@@ -4760,7 +4773,7 @@
|
|
|
4760
4773
|
color: sectionproperties.prodCatColor
|
|
4761
4774
|
},
|
|
4762
4775
|
dangerouslySetInnerHTML: {
|
|
4763
|
-
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
4776
|
+
__html: langdetect == 'en' ? 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 ? void 0 : _fetchProductInfoQuer17.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.short_description_ar
|
|
4764
4777
|
}
|
|
4765
4778
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4766
4779
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
@@ -4977,7 +4990,8 @@
|
|
|
4977
4990
|
})), sectionproperties.descriptionstyle != 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4978
4991
|
"class": "col-lg-12 p-0"
|
|
4979
4992
|
}, /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
4980
|
-
actions: props.actions
|
|
4993
|
+
actions: props.actions,
|
|
4994
|
+
srcprops: 'reservation'
|
|
4981
4995
|
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
4982
4996
|
actions: props.actions
|
|
4983
4997
|
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|