tabexseriescomponents 0.2.1234 → 0.2.1235
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 +60 -3
- package/dist/index.esm.js +60 -3
- package/dist/index.umd.js +60 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21852,6 +21852,60 @@ var Filter$1 = function Filter(props) {
|
|
|
21852
21852
|
}, (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21853
21853
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex w-100"
|
|
21854
21854
|
}, fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
|
|
21855
|
+
// if (item.type == 'Selectbox') {
|
|
21856
|
+
// var selectboxarr = [];
|
|
21857
|
+
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21858
|
+
// var itemlabel = '';
|
|
21859
|
+
// if (langdetect == 'en') {
|
|
21860
|
+
// itemlabel = slecitem.value_en;
|
|
21861
|
+
// } else {
|
|
21862
|
+
// itemlabel = slecitem.value_ar;
|
|
21863
|
+
// }
|
|
21864
|
+
// selectboxarr.push({ label: itemlabel, value: slecitem.value_en });
|
|
21865
|
+
// });
|
|
21866
|
+
// return (
|
|
21867
|
+
// <div class="col-lg-12 col-md-12 d-flex flex-column align-items-center justify-content-start mb-3 p-0">
|
|
21868
|
+
// <label
|
|
21869
|
+
// className={' mb-3 w-100 '}
|
|
21870
|
+
// style={{
|
|
21871
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
21872
|
+
// color: sectionproperties.filtertitle_color,
|
|
21873
|
+
// color: sectionproperties.filtertitle_color,
|
|
21874
|
+
// fontSize: sectionproperties.filtertitle_fontsize + 'px',
|
|
21875
|
+
// fontWeight: sectionproperties.filtertitle_fontweight,
|
|
21876
|
+
// color: sectionproperties.filtertitle_color,
|
|
21877
|
+
// textTransform: 'capitalize',
|
|
21878
|
+
// }}
|
|
21879
|
+
// >
|
|
21880
|
+
// {langdetect == 'en' ? item.name_en : item.name_ar}
|
|
21881
|
+
// </label>
|
|
21882
|
+
// <div class={'col-lg-12 p-0'}>
|
|
21883
|
+
// <Select
|
|
21884
|
+
// options={selectboxarr}
|
|
21885
|
+
// styles={langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated}
|
|
21886
|
+
// placeholder={''}
|
|
21887
|
+
// onChange={(e) => {
|
|
21888
|
+
// var isattrexists = false;
|
|
21889
|
+
// var tempproductfeatuesarr = [...productfeatuesarr];
|
|
21890
|
+
// tempproductfeatuesarr?.forEach(function (attritem, attrindex) {
|
|
21891
|
+
// if (attritem.id == item.id) {
|
|
21892
|
+
// tempproductfeatuesarr[attrindex].value = e.value;
|
|
21893
|
+
// isattrexists = true;
|
|
21894
|
+
// }
|
|
21895
|
+
// });
|
|
21896
|
+
// if (isattrexists == false) {
|
|
21897
|
+
// tempproductfeatuesarr.push({
|
|
21898
|
+
// id: item.id,
|
|
21899
|
+
// value: e.value,
|
|
21900
|
+
// });
|
|
21901
|
+
// }
|
|
21902
|
+
// setproductfeatuesarr([...tempproductfeatuesarr]);
|
|
21903
|
+
// }}
|
|
21904
|
+
// />
|
|
21905
|
+
// </div>
|
|
21906
|
+
// </div>
|
|
21907
|
+
// );
|
|
21908
|
+
// }
|
|
21855
21909
|
if (item.type == 'Selectbox') {
|
|
21856
21910
|
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21857
21911
|
// var itemlabel = '';
|
|
@@ -73353,9 +73407,9 @@ var MapsSection = function MapsSection(props) {
|
|
|
73353
73407
|
"class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
73354
73408
|
style: {}
|
|
73355
73409
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73356
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
73410
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
73357
73411
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73358
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
73412
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '69b717e02ef5a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
73359
73413
|
style: {
|
|
73360
73414
|
zIndex: 2
|
|
73361
73415
|
}
|
|
@@ -73378,7 +73432,10 @@ var MapsSection = function MapsSection(props) {
|
|
|
73378
73432
|
}
|
|
73379
73433
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73380
73434
|
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
73381
|
-
style: {
|
|
73435
|
+
style: {
|
|
73436
|
+
borderRadius: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '69b717e02ef5a' ? 30 : 0,
|
|
73437
|
+
overflow: 'hidden'
|
|
73438
|
+
}
|
|
73382
73439
|
}, /*#__PURE__*/React__default["default"].createElement("iframe", {
|
|
73383
73440
|
src: cardinfoitem.maplink,
|
|
73384
73441
|
width: "100%",
|
package/dist/index.esm.js
CHANGED
|
@@ -21801,6 +21801,60 @@ var Filter$1 = function Filter(props) {
|
|
|
21801
21801
|
}, (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && /*#__PURE__*/React.createElement("div", {
|
|
21802
21802
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex w-100"
|
|
21803
21803
|
}, fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
|
|
21804
|
+
// if (item.type == 'Selectbox') {
|
|
21805
|
+
// var selectboxarr = [];
|
|
21806
|
+
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21807
|
+
// var itemlabel = '';
|
|
21808
|
+
// if (langdetect == 'en') {
|
|
21809
|
+
// itemlabel = slecitem.value_en;
|
|
21810
|
+
// } else {
|
|
21811
|
+
// itemlabel = slecitem.value_ar;
|
|
21812
|
+
// }
|
|
21813
|
+
// selectboxarr.push({ label: itemlabel, value: slecitem.value_en });
|
|
21814
|
+
// });
|
|
21815
|
+
// return (
|
|
21816
|
+
// <div class="col-lg-12 col-md-12 d-flex flex-column align-items-center justify-content-start mb-3 p-0">
|
|
21817
|
+
// <label
|
|
21818
|
+
// className={' mb-3 w-100 '}
|
|
21819
|
+
// style={{
|
|
21820
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
21821
|
+
// color: sectionproperties.filtertitle_color,
|
|
21822
|
+
// color: sectionproperties.filtertitle_color,
|
|
21823
|
+
// fontSize: sectionproperties.filtertitle_fontsize + 'px',
|
|
21824
|
+
// fontWeight: sectionproperties.filtertitle_fontweight,
|
|
21825
|
+
// color: sectionproperties.filtertitle_color,
|
|
21826
|
+
// textTransform: 'capitalize',
|
|
21827
|
+
// }}
|
|
21828
|
+
// >
|
|
21829
|
+
// {langdetect == 'en' ? item.name_en : item.name_ar}
|
|
21830
|
+
// </label>
|
|
21831
|
+
// <div class={'col-lg-12 p-0'}>
|
|
21832
|
+
// <Select
|
|
21833
|
+
// options={selectboxarr}
|
|
21834
|
+
// styles={langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated}
|
|
21835
|
+
// placeholder={''}
|
|
21836
|
+
// onChange={(e) => {
|
|
21837
|
+
// var isattrexists = false;
|
|
21838
|
+
// var tempproductfeatuesarr = [...productfeatuesarr];
|
|
21839
|
+
// tempproductfeatuesarr?.forEach(function (attritem, attrindex) {
|
|
21840
|
+
// if (attritem.id == item.id) {
|
|
21841
|
+
// tempproductfeatuesarr[attrindex].value = e.value;
|
|
21842
|
+
// isattrexists = true;
|
|
21843
|
+
// }
|
|
21844
|
+
// });
|
|
21845
|
+
// if (isattrexists == false) {
|
|
21846
|
+
// tempproductfeatuesarr.push({
|
|
21847
|
+
// id: item.id,
|
|
21848
|
+
// value: e.value,
|
|
21849
|
+
// });
|
|
21850
|
+
// }
|
|
21851
|
+
// setproductfeatuesarr([...tempproductfeatuesarr]);
|
|
21852
|
+
// }}
|
|
21853
|
+
// />
|
|
21854
|
+
// </div>
|
|
21855
|
+
// </div>
|
|
21856
|
+
// );
|
|
21857
|
+
// }
|
|
21804
21858
|
if (item.type == 'Selectbox') {
|
|
21805
21859
|
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21806
21860
|
// var itemlabel = '';
|
|
@@ -73302,9 +73356,9 @@ var MapsSection = function MapsSection(props) {
|
|
|
73302
73356
|
"class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
73303
73357
|
style: {}
|
|
73304
73358
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73305
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
73359
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
73306
73360
|
return /*#__PURE__*/React.createElement("div", {
|
|
73307
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
73361
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '69b717e02ef5a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
73308
73362
|
style: {
|
|
73309
73363
|
zIndex: 2
|
|
73310
73364
|
}
|
|
@@ -73327,7 +73381,10 @@ var MapsSection = function MapsSection(props) {
|
|
|
73327
73381
|
}
|
|
73328
73382
|
}, /*#__PURE__*/React.createElement("div", {
|
|
73329
73383
|
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
73330
|
-
style: {
|
|
73384
|
+
style: {
|
|
73385
|
+
borderRadius: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '69b717e02ef5a' ? 30 : 0,
|
|
73386
|
+
overflow: 'hidden'
|
|
73387
|
+
}
|
|
73331
73388
|
}, /*#__PURE__*/React.createElement("iframe", {
|
|
73332
73389
|
src: cardinfoitem.maplink,
|
|
73333
73390
|
width: "100%",
|
package/dist/index.umd.js
CHANGED
|
@@ -21658,6 +21658,60 @@
|
|
|
21658
21658
|
}, (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21659
21659
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex w-100"
|
|
21660
21660
|
}, fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
|
|
21661
|
+
// if (item.type == 'Selectbox') {
|
|
21662
|
+
// var selectboxarr = [];
|
|
21663
|
+
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21664
|
+
// var itemlabel = '';
|
|
21665
|
+
// if (langdetect == 'en') {
|
|
21666
|
+
// itemlabel = slecitem.value_en;
|
|
21667
|
+
// } else {
|
|
21668
|
+
// itemlabel = slecitem.value_ar;
|
|
21669
|
+
// }
|
|
21670
|
+
// selectboxarr.push({ label: itemlabel, value: slecitem.value_en });
|
|
21671
|
+
// });
|
|
21672
|
+
// return (
|
|
21673
|
+
// <div class="col-lg-12 col-md-12 d-flex flex-column align-items-center justify-content-start mb-3 p-0">
|
|
21674
|
+
// <label
|
|
21675
|
+
// className={' mb-3 w-100 '}
|
|
21676
|
+
// style={{
|
|
21677
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
21678
|
+
// color: sectionproperties.filtertitle_color,
|
|
21679
|
+
// color: sectionproperties.filtertitle_color,
|
|
21680
|
+
// fontSize: sectionproperties.filtertitle_fontsize + 'px',
|
|
21681
|
+
// fontWeight: sectionproperties.filtertitle_fontweight,
|
|
21682
|
+
// color: sectionproperties.filtertitle_color,
|
|
21683
|
+
// textTransform: 'capitalize',
|
|
21684
|
+
// }}
|
|
21685
|
+
// >
|
|
21686
|
+
// {langdetect == 'en' ? item.name_en : item.name_ar}
|
|
21687
|
+
// </label>
|
|
21688
|
+
// <div class={'col-lg-12 p-0'}>
|
|
21689
|
+
// <Select
|
|
21690
|
+
// options={selectboxarr}
|
|
21691
|
+
// styles={langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated}
|
|
21692
|
+
// placeholder={''}
|
|
21693
|
+
// onChange={(e) => {
|
|
21694
|
+
// var isattrexists = false;
|
|
21695
|
+
// var tempproductfeatuesarr = [...productfeatuesarr];
|
|
21696
|
+
// tempproductfeatuesarr?.forEach(function (attritem, attrindex) {
|
|
21697
|
+
// if (attritem.id == item.id) {
|
|
21698
|
+
// tempproductfeatuesarr[attrindex].value = e.value;
|
|
21699
|
+
// isattrexists = true;
|
|
21700
|
+
// }
|
|
21701
|
+
// });
|
|
21702
|
+
// if (isattrexists == false) {
|
|
21703
|
+
// tempproductfeatuesarr.push({
|
|
21704
|
+
// id: item.id,
|
|
21705
|
+
// value: e.value,
|
|
21706
|
+
// });
|
|
21707
|
+
// }
|
|
21708
|
+
// setproductfeatuesarr([...tempproductfeatuesarr]);
|
|
21709
|
+
// }}
|
|
21710
|
+
// />
|
|
21711
|
+
// </div>
|
|
21712
|
+
// </div>
|
|
21713
|
+
// );
|
|
21714
|
+
// }
|
|
21661
21715
|
if (item.type == 'Selectbox') {
|
|
21662
21716
|
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21663
21717
|
// var itemlabel = '';
|
|
@@ -73159,9 +73213,9 @@
|
|
|
73159
73213
|
"class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
73160
73214
|
style: {}
|
|
73161
73215
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73162
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
73216
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
73163
73217
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73164
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
73218
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '69b717e02ef5a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
73165
73219
|
style: {
|
|
73166
73220
|
zIndex: 2
|
|
73167
73221
|
}
|
|
@@ -73184,7 +73238,10 @@
|
|
|
73184
73238
|
}
|
|
73185
73239
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73186
73240
|
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
73187
|
-
style: {
|
|
73241
|
+
style: {
|
|
73242
|
+
borderRadius: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '69b717e02ef5a' ? 30 : 0,
|
|
73243
|
+
overflow: 'hidden'
|
|
73244
|
+
}
|
|
73188
73245
|
}, /*#__PURE__*/React__default["default"].createElement("iframe", {
|
|
73189
73246
|
src: cardinfoitem.maplink,
|
|
73190
73247
|
width: "100%",
|