tabexseriescomponents 0.2.1234 → 0.2.1236

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 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 = '';
@@ -53040,18 +53094,7 @@ var Footer1 = function Footer1(props) {
53040
53094
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
53041
53095
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
53042
53096
  size: sectionproperties.footerinfoicon_fontsize
53043
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
53044
- "class": "col-12 mt-2 d-flex justify-content-center justify-content-md-center align-items-start p-0"
53045
- }, /*#__PURE__*/React__default["default"].createElement("p", {
53046
- "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center text-start ',
53047
- style: {
53048
- color: sectionproperties.footerinfotext_color,
53049
- fontSize: '15px',
53050
- fontWeight: sectionproperties.footerinfotext_fontweight,
53051
- textTransform: sectionproperties.footerinfotext_textTransform,
53052
- direction: 'ltr'
53053
- }
53054
- }, "\xA9Copyrights Sealandx")))))));
53097
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_ar)))))));
53055
53098
  };
53056
53099
 
53057
53100
  function ownKeys$1J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -73353,9 +73396,9 @@ var MapsSection = function MapsSection(props) {
73353
73396
  "class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
73354
73397
  style: {}
73355
73398
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
73356
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
73399
+ var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
73357
73400
  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',
73401
+ "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
73402
  style: {
73360
73403
  zIndex: 2
73361
73404
  }
@@ -73378,7 +73421,10 @@ var MapsSection = function MapsSection(props) {
73378
73421
  }
73379
73422
  }, /*#__PURE__*/React__default["default"].createElement("div", {
73380
73423
  "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
73381
- style: {}
73424
+ style: {
73425
+ borderRadius: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '69b717e02ef5a' ? 30 : 0,
73426
+ overflow: 'hidden'
73427
+ }
73382
73428
  }, /*#__PURE__*/React__default["default"].createElement("iframe", {
73383
73429
  src: cardinfoitem.maplink,
73384
73430
  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 = '';
@@ -52989,18 +53043,7 @@ var Footer1 = function Footer1(props) {
52989
53043
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
52990
53044
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
52991
53045
  size: sectionproperties.footerinfoicon_fontsize
52992
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_ar)), /*#__PURE__*/React.createElement("div", {
52993
- "class": "col-12 mt-2 d-flex justify-content-center justify-content-md-center align-items-start p-0"
52994
- }, /*#__PURE__*/React.createElement("p", {
52995
- "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center text-start ',
52996
- style: {
52997
- color: sectionproperties.footerinfotext_color,
52998
- fontSize: '15px',
52999
- fontWeight: sectionproperties.footerinfotext_fontweight,
53000
- textTransform: sectionproperties.footerinfotext_textTransform,
53001
- direction: 'ltr'
53002
- }
53003
- }, "\xA9Copyrights Sealandx")))))));
53046
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_ar)))))));
53004
53047
  };
53005
53048
 
53006
53049
  function ownKeys$1J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -73302,9 +73345,9 @@ var MapsSection = function MapsSection(props) {
73302
73345
  "class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
73303
73346
  style: {}
73304
73347
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
73305
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
73348
+ var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
73306
73349
  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',
73350
+ "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
73351
  style: {
73309
73352
  zIndex: 2
73310
73353
  }
@@ -73327,7 +73370,10 @@ var MapsSection = function MapsSection(props) {
73327
73370
  }
73328
73371
  }, /*#__PURE__*/React.createElement("div", {
73329
73372
  "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
73330
- style: {}
73373
+ style: {
73374
+ borderRadius: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '69b717e02ef5a' ? 30 : 0,
73375
+ overflow: 'hidden'
73376
+ }
73331
73377
  }, /*#__PURE__*/React.createElement("iframe", {
73332
73378
  src: cardinfoitem.maplink,
73333
73379
  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 = '';
@@ -52846,18 +52900,7 @@
52846
52900
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
52847
52901
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
52848
52902
  size: sectionproperties.footerinfoicon_fontsize
52849
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
52850
- "class": "col-12 mt-2 d-flex justify-content-center justify-content-md-center align-items-start p-0"
52851
- }, /*#__PURE__*/React__default["default"].createElement("p", {
52852
- "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center text-start ',
52853
- style: {
52854
- color: sectionproperties.footerinfotext_color,
52855
- fontSize: '15px',
52856
- fontWeight: sectionproperties.footerinfotext_fontweight,
52857
- textTransform: sectionproperties.footerinfotext_textTransform,
52858
- direction: 'ltr'
52859
- }
52860
- }, "\xA9Copyrights Sealandx")))))));
52903
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_ar)))))));
52861
52904
  };
52862
52905
 
52863
52906
  function ownKeys$1J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -73159,9 +73202,9 @@
73159
73202
  "class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
73160
73203
  style: {}
73161
73204
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
73162
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
73205
+ var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
73163
73206
  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',
73207
+ "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
73208
  style: {
73166
73209
  zIndex: 2
73167
73210
  }
@@ -73184,7 +73227,10 @@
73184
73227
  }
73185
73228
  }, /*#__PURE__*/React__default["default"].createElement("div", {
73186
73229
  "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
73187
- style: {}
73230
+ style: {
73231
+ borderRadius: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '69b717e02ef5a' ? 30 : 0,
73232
+ overflow: 'hidden'
73233
+ }
73188
73234
  }, /*#__PURE__*/React__default["default"].createElement("iframe", {
73189
73235
  src: cardinfoitem.maplink,
73190
73236
  width: "100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1234",
3
+ "version": "0.2.1236",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",