tabexseriescomponents 0.0.371 → 0.0.373

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
@@ -132,6 +132,7 @@ var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
132
132
  var FaTelegramPlane = require('@react-icons/all-files/fa/FaTelegramPlane');
133
133
  var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
134
134
  var FaPhone = require('@react-icons/all-files/fa/FaPhone');
135
+ var FiGlobe = require('@react-icons/all-files/fi/FiGlobe');
135
136
  var BiUserCircle = require('@react-icons/all-files/bi/BiUserCircle');
136
137
  var GoLocation = require('@react-icons/all-files/go/GoLocation');
137
138
  var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
@@ -2069,6 +2070,10 @@ var ProductExtraFields = function ProductExtraFields(props) {
2069
2070
  });
2070
2071
  return /*#__PURE__*/React__default["default"].createElement("div", {
2071
2072
  className: 'col-lg-6 col-md-6 col-sm-12 mb-4 p-sm-0'
2073
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2074
+ "class": "row m-0 w-100"
2075
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2076
+ "class": "col-lg-12 p-0 d-flex align-items-start flex-row"
2072
2077
  }, /*#__PURE__*/React__default["default"].createElement("label", {
2073
2078
  className: ' d-flex align-items-start ',
2074
2079
  style: {
@@ -2079,7 +2084,17 @@ var ProductExtraFields = function ProductExtraFields(props) {
2079
2084
  }
2080
2085
  }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("span", {
2081
2086
  "class": "text-danger ml-1 mr-1"
2082
- }, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
2087
+ }, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("label", {
2088
+ className: ' d-flex align-items-start mx-2 ',
2089
+ style: {
2090
+ color: '#666666',
2091
+ fontWeight: 400,
2092
+ fontSize: '13px',
2093
+ textTransform: sectionproperties.form_labeltexttransform
2094
+ }
2095
+ }, item.subtitle_en != null && langdetect == 'en' && '(' + item.subtitle_en + ')', item.subtitle_ar != null && langdetect == 'ar' && '(' + item.subtitle_ar + ')')), /*#__PURE__*/React__default["default"].createElement("div", {
2096
+ "class": "col-lg-12 p-0"
2097
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2083
2098
  className: loginstyles.wrap_input100 + ' textarea '
2084
2099
  }, isinputcomponent == 1 && /*#__PURE__*/React__default["default"].createElement("input", {
2085
2100
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
@@ -2112,7 +2127,7 @@ var ProductExtraFields = function ProductExtraFields(props) {
2112
2127
  }
2113
2128
  })), /*#__PURE__*/React__default["default"].createElement("span", {
2114
2129
  className: loginstyles.login_input_focus
2115
- })));
2130
+ })))));
2116
2131
  }))));
2117
2132
  };
2118
2133
 
@@ -4689,6 +4704,9 @@ var Productinfo = function Productinfo(props) {
4689
4704
  setsectionproperties(_objectSpread$2k({}, secpropobj));
4690
4705
  setTabIndex(0);
4691
4706
  settabname('descriptiontab');
4707
+ if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
4708
+ settabname('shippingpolicytab');
4709
+ }
4692
4710
  }
4693
4711
  }, [StatePagePropertiesContext]);
4694
4712
  React.useEffect(function () {
@@ -6747,7 +6765,7 @@ var Ordershistory = function Ordershistory(props) {
6747
6765
  style: {
6748
6766
  textAlign: langdetect == 'en' ? 'left' : 'right'
6749
6767
  }
6750
- }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), /*#__PURE__*/React__default["default"].createElement("th", {
6768
+ }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("th", {
6751
6769
  className: "text-center font-weight-500 font-14 text-uppercase text-light",
6752
6770
  style: {
6753
6771
  minWidth: '200px'
@@ -6765,7 +6783,13 @@ var Ordershistory = function Ordershistory(props) {
6765
6783
  style: {
6766
6784
  textAlign: langdetect == 'en' ? 'left' : 'right'
6767
6785
  }
6768
- }, item.orderid), /*#__PURE__*/React__default["default"].createElement("td", {
6786
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
6787
+ "class": "row m-0 w-100"
6788
+ }, sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
6789
+ "class": "col-lg-12 p-0 text-start"
6790
+ }, item.orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
6791
+ "class": "col-lg-12 p-0 text-start"
6792
+ }, item.timestamp))), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("td", {
6769
6793
  className: "text-center",
6770
6794
  style: {
6771
6795
  minWidth: '200px'
@@ -6833,13 +6857,18 @@ var Ordershistory = function Ordershistory(props) {
6833
6857
  textTransform: sectionproperties.sectionTitleTextTransform,
6834
6858
  fontWeight: sectionproperties.sectionTitleFontWeight
6835
6859
  }
6836
- }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', /*#__PURE__*/React__default["default"].createElement("span", {
6860
+ }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
6837
6861
  style: {
6838
6862
  color: sectionproperties.sectiontitlesecondarycolor,
6839
6863
  direction: 'ltr'
6840
6864
  }
6841
- }, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid))), /*#__PURE__*/React__default["default"].createElement("div", {
6842
- className: langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
6865
+ }, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
6866
+ style: {
6867
+ color: sectionproperties.sectiontitlesecondarycolor,
6868
+ direction: 'ltr'
6869
+ }
6870
+ }, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].timestamp))), /*#__PURE__*/React__default["default"].createElement("div", {
6871
+ className: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'col-lg-12 p-0' : langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
6843
6872
  }, /*#__PURE__*/React__default["default"].createElement("div", {
6844
6873
  className: "row m-0 w-100"
6845
6874
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -6857,7 +6886,7 @@ var Ordershistory = function Ordershistory(props) {
6857
6886
  style: {
6858
6887
  textAlign: langdetect == 'en' ? 'left' : 'right'
6859
6888
  }
6860
- }, langdetect == 'en' ? 'Details' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
6889
+ }, langdetect == 'en' ? 'Details' : 'التفاصيل')), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
6861
6890
  className: "col-lg-3 col-md-3 col-sm-6 p-0 d-flex align-items-center justify-content-end"
6862
6891
  }, /*#__PURE__*/React__default["default"].createElement("p", {
6863
6892
  style: {
@@ -7044,7 +7073,10 @@ var Ordershistory = function Ordershistory(props) {
7044
7073
  }), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("p", {
7045
7074
  "class": "m-0 p-0"
7046
7075
  }, " ", langdetect == 'en' ? 'Delete Order' : 'حذف الطلب'))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
7047
- className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0'
7076
+ className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0',
7077
+ style: {
7078
+ display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
7079
+ }
7048
7080
  }, /*#__PURE__*/React__default["default"].createElement("div", {
7049
7081
  className: "row m-0 w-100 mb-3",
7050
7082
  style: {
@@ -7240,7 +7272,7 @@ var Ordershistory = function Ordershistory(props) {
7240
7272
  textTransform: sectionproperties.total_texttransform,
7241
7273
  color: sectionproperties.total_color
7242
7274
  }
7243
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React__default["default"].createElement("div", {
7275
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.showpayemntsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
7244
7276
  className: "row m-0 w-100 mb-3",
7245
7277
  style: {
7246
7278
  background: sectionproperties.payment_sectionbgcolor,
@@ -35918,7 +35950,10 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
35918
35950
  };
35919
35951
  return /*#__PURE__*/React__default["default"].createElement("div", {
35920
35952
  "class": "row m-0 w-100 d-flex align-items-center justify-content-center "
35921
- }, /*#__PURE__*/React__default["default"].createElement("div", {
35953
+ }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
35954
+ sectionpropertiesprops: sectionproperties,
35955
+ actions: actions
35956
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
35922
35957
  "class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
35923
35958
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35924
35959
  "class": "row m-0 w-100 "
@@ -36154,39 +36189,13 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36154
36189
  }
36155
36190
  }, langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
36156
36191
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
36157
- }, /*#__PURE__*/React__default["default"].createElement("img", {
36158
- src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
36159
- style: {
36160
- maxWidth: '2vh',
36161
- maxHeight: '2vh'
36162
- }
36163
- }), /*#__PURE__*/React__default["default"].createElement("div", {
36164
- style: {
36165
- height: '20px',
36166
- width: '1.5px',
36167
- background: '#e6e6e6'
36168
- },
36169
- "class": "ml-2 mr-2"
36170
- }), /*#__PURE__*/React__default["default"].createElement("p", {
36171
- "class": "m-0 p-0"
36172
- }, "\u0639")), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
36192
+ }, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
36193
+ size: sectionproperties.language_container_fontsize
36194
+ })), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
36173
36195
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
36174
- }, /*#__PURE__*/React__default["default"].createElement("img", {
36175
- src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
36176
- style: {
36177
- maxWidth: '2vh',
36178
- maxHeight: '2vh'
36179
- }
36180
- }), /*#__PURE__*/React__default["default"].createElement("div", {
36181
- style: {
36182
- height: '20px',
36183
- width: '1.5px',
36184
- background: '#e6e6e6'
36185
- },
36186
- "class": "ml-2 mr-2"
36187
- }), /*#__PURE__*/React__default["default"].createElement("p", {
36188
- "class": "m-0 p-0"
36189
- }, "En")))))))), /*#__PURE__*/React__default["default"].createElement("div", {
36196
+ }, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
36197
+ size: sectionproperties.language_container_fontsize
36198
+ })))))))), /*#__PURE__*/React__default["default"].createElement("div", {
36190
36199
  "class": "col-lg-12 d-flex align-items-center p-0"
36191
36200
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36192
36201
  "class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
@@ -38231,12 +38240,26 @@ var Footer2 = function Footer2(props) {
38231
38240
  marginLeft: sectionproperties.vl_ml + 'px',
38232
38241
  marginRight: sectionproperties.vl_mr + 'px',
38233
38242
  background: sectionproperties.vl_bg
38243
+ }),
38244
+ apptore: glamor.css({
38245
+ width: '7%',
38246
+ objectFit: 'contain',
38247
+ '@media (max-width: 800px)': {
38248
+ width: '30%'
38249
+ }
38250
+ }),
38251
+ googleplay: glamor.css({
38252
+ width: '7%',
38253
+ objectFit: 'contain',
38254
+ '@media (max-width: 800px)': {
38255
+ width: '30%'
38256
+ }
38234
38257
  })
38235
38258
  };
38236
38259
  return /*#__PURE__*/React__default["default"].createElement("div", {
38237
38260
  "class": "row m-0 w-100 d-flex justify-content-center"
38238
38261
  }, /*#__PURE__*/React__default["default"].createElement("footer", {
38239
- "class": "".concat(footerStyles.footerContainer)
38262
+ "class": "".concat(footerStyles.footerContainer) + ' pl-md-2 pr-md-2 '
38240
38263
  }, /*#__PURE__*/React__default["default"].createElement("div", {
38241
38264
  "class": "row w-100 m-0 d-flex justify-content-center"
38242
38265
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -38406,7 +38429,23 @@ var Footer2 = function Footer2(props) {
38406
38429
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
38407
38430
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
38408
38431
  size: sectionproperties.footerinfoicon_fontsize
38409
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))))));
38432
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
38433
+ "class": "col-lg-12 d-flex align-items-center justify-content-center p-sm-0"
38434
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
38435
+ "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
38436
+ src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
38437
+ onClick: function onClick() {
38438
+ var _authdetailsContext$i11;
38439
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
38440
+ }
38441
+ }), /*#__PURE__*/React__default["default"].createElement("img", {
38442
+ "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
38443
+ src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
38444
+ onClick: function onClick() {
38445
+ var _authdetailsContext$i12;
38446
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
38447
+ }
38448
+ })))));
38410
38449
  };
38411
38450
 
38412
38451
  function ownKeys$1v(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; }
@@ -61628,9 +61667,10 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
61628
61667
  zIndex: 10000
61629
61668
  }
61630
61669
  }, /*#__PURE__*/React__default["default"].createElement("p", {
61631
- "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 ',
61670
+ "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
61632
61671
  style: {
61633
- fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic'
61672
+ fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic',
61673
+ textAlign: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start'
61634
61674
  }
61635
61675
  }, item.name))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("ul", {
61636
61676
  "class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
package/dist/index.esm.js CHANGED
@@ -130,6 +130,7 @@ import { AiFillPhone } from '@react-icons/all-files/ai/AiFillPhone';
130
130
  import { FaTelegramPlane } from '@react-icons/all-files/fa/FaTelegramPlane';
131
131
  import { FaPhoneAlt } from '@react-icons/all-files/fa/FaPhoneAlt';
132
132
  import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
133
+ import { FiGlobe } from '@react-icons/all-files/fi/FiGlobe';
133
134
  import { BiUserCircle } from '@react-icons/all-files/bi/BiUserCircle';
134
135
  import { GoLocation } from '@react-icons/all-files/go/GoLocation';
135
136
  import { RiRoadMapLine } from '@react-icons/all-files/ri/RiRoadMapLine';
@@ -2020,6 +2021,10 @@ var ProductExtraFields = function ProductExtraFields(props) {
2020
2021
  });
2021
2022
  return /*#__PURE__*/React.createElement("div", {
2022
2023
  className: 'col-lg-6 col-md-6 col-sm-12 mb-4 p-sm-0'
2024
+ }, /*#__PURE__*/React.createElement("div", {
2025
+ "class": "row m-0 w-100"
2026
+ }, /*#__PURE__*/React.createElement("div", {
2027
+ "class": "col-lg-12 p-0 d-flex align-items-start flex-row"
2023
2028
  }, /*#__PURE__*/React.createElement("label", {
2024
2029
  className: ' d-flex align-items-start ',
2025
2030
  style: {
@@ -2030,7 +2035,17 @@ var ProductExtraFields = function ProductExtraFields(props) {
2030
2035
  }
2031
2036
  }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("span", {
2032
2037
  "class": "text-danger ml-1 mr-1"
2033
- }, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("div", {
2038
+ }, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("label", {
2039
+ className: ' d-flex align-items-start mx-2 ',
2040
+ style: {
2041
+ color: '#666666',
2042
+ fontWeight: 400,
2043
+ fontSize: '13px',
2044
+ textTransform: sectionproperties.form_labeltexttransform
2045
+ }
2046
+ }, item.subtitle_en != null && langdetect == 'en' && '(' + item.subtitle_en + ')', item.subtitle_ar != null && langdetect == 'ar' && '(' + item.subtitle_ar + ')')), /*#__PURE__*/React.createElement("div", {
2047
+ "class": "col-lg-12 p-0"
2048
+ }, /*#__PURE__*/React.createElement("div", {
2034
2049
  className: loginstyles.wrap_input100 + ' textarea '
2035
2050
  }, isinputcomponent == 1 && /*#__PURE__*/React.createElement("input", {
2036
2051
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
@@ -2063,7 +2078,7 @@ var ProductExtraFields = function ProductExtraFields(props) {
2063
2078
  }
2064
2079
  })), /*#__PURE__*/React.createElement("span", {
2065
2080
  className: loginstyles.login_input_focus
2066
- })));
2081
+ })))));
2067
2082
  }))));
2068
2083
  };
2069
2084
 
@@ -4640,6 +4655,9 @@ var Productinfo = function Productinfo(props) {
4640
4655
  setsectionproperties(_objectSpread$2k({}, secpropobj));
4641
4656
  setTabIndex(0);
4642
4657
  settabname('descriptiontab');
4658
+ if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
4659
+ settabname('shippingpolicytab');
4660
+ }
4643
4661
  }
4644
4662
  }, [StatePagePropertiesContext]);
4645
4663
  useEffect(function () {
@@ -6698,7 +6716,7 @@ var Ordershistory = function Ordershistory(props) {
6698
6716
  style: {
6699
6717
  textAlign: langdetect == 'en' ? 'left' : 'right'
6700
6718
  }
6701
- }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), /*#__PURE__*/React.createElement("th", {
6719
+ }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React.createElement("th", {
6702
6720
  className: "text-center font-weight-500 font-14 text-uppercase text-light",
6703
6721
  style: {
6704
6722
  minWidth: '200px'
@@ -6716,7 +6734,13 @@ var Ordershistory = function Ordershistory(props) {
6716
6734
  style: {
6717
6735
  textAlign: langdetect == 'en' ? 'left' : 'right'
6718
6736
  }
6719
- }, item.orderid), /*#__PURE__*/React.createElement("td", {
6737
+ }, /*#__PURE__*/React.createElement("div", {
6738
+ "class": "row m-0 w-100"
6739
+ }, sectionproperties.showorderid == 'Show' && /*#__PURE__*/React.createElement("div", {
6740
+ "class": "col-lg-12 p-0 text-start"
6741
+ }, item.orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React.createElement("div", {
6742
+ "class": "col-lg-12 p-0 text-start"
6743
+ }, item.timestamp))), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React.createElement("td", {
6720
6744
  className: "text-center",
6721
6745
  style: {
6722
6746
  minWidth: '200px'
@@ -6784,13 +6808,18 @@ var Ordershistory = function Ordershistory(props) {
6784
6808
  textTransform: sectionproperties.sectionTitleTextTransform,
6785
6809
  fontWeight: sectionproperties.sectionTitleFontWeight
6786
6810
  }
6787
- }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', /*#__PURE__*/React.createElement("span", {
6811
+ }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', sectionproperties.showorderid == 'Show' && /*#__PURE__*/React.createElement("span", {
6788
6812
  style: {
6789
6813
  color: sectionproperties.sectiontitlesecondarycolor,
6790
6814
  direction: 'ltr'
6791
6815
  }
6792
- }, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid))), /*#__PURE__*/React.createElement("div", {
6793
- className: langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
6816
+ }, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React.createElement("span", {
6817
+ style: {
6818
+ color: sectionproperties.sectiontitlesecondarycolor,
6819
+ direction: 'ltr'
6820
+ }
6821
+ }, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].timestamp))), /*#__PURE__*/React.createElement("div", {
6822
+ className: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'col-lg-12 p-0' : langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
6794
6823
  }, /*#__PURE__*/React.createElement("div", {
6795
6824
  className: "row m-0 w-100"
6796
6825
  }, /*#__PURE__*/React.createElement("div", {
@@ -6808,7 +6837,7 @@ var Ordershistory = function Ordershistory(props) {
6808
6837
  style: {
6809
6838
  textAlign: langdetect == 'en' ? 'left' : 'right'
6810
6839
  }
6811
- }, langdetect == 'en' ? 'Details' : 'التفاصيل')), /*#__PURE__*/React.createElement("div", {
6840
+ }, langdetect == 'en' ? 'Details' : 'التفاصيل')), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React.createElement("div", {
6812
6841
  className: "col-lg-3 col-md-3 col-sm-6 p-0 d-flex align-items-center justify-content-end"
6813
6842
  }, /*#__PURE__*/React.createElement("p", {
6814
6843
  style: {
@@ -6995,7 +7024,10 @@ var Ordershistory = function Ordershistory(props) {
6995
7024
  }), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React.createElement("p", {
6996
7025
  "class": "m-0 p-0"
6997
7026
  }, " ", langdetect == 'en' ? 'Delete Order' : 'حذف الطلب'))))))))), /*#__PURE__*/React.createElement("div", {
6998
- className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0'
7027
+ className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0',
7028
+ style: {
7029
+ display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
7030
+ }
6999
7031
  }, /*#__PURE__*/React.createElement("div", {
7000
7032
  className: "row m-0 w-100 mb-3",
7001
7033
  style: {
@@ -7191,7 +7223,7 @@ var Ordershistory = function Ordershistory(props) {
7191
7223
  textTransform: sectionproperties.total_texttransform,
7192
7224
  color: sectionproperties.total_color
7193
7225
  }
7194
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React.createElement("div", {
7226
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.showpayemntsection == 'Show' && /*#__PURE__*/React.createElement("div", {
7195
7227
  className: "row m-0 w-100 mb-3",
7196
7228
  style: {
7197
7229
  background: sectionproperties.payment_sectionbgcolor,
@@ -35869,7 +35901,10 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
35869
35901
  };
35870
35902
  return /*#__PURE__*/React.createElement("div", {
35871
35903
  "class": "row m-0 w-100 d-flex align-items-center justify-content-center "
35872
- }, /*#__PURE__*/React.createElement("div", {
35904
+ }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React.createElement(DownloadApp, {
35905
+ sectionpropertiesprops: sectionproperties,
35906
+ actions: actions
35907
+ }), /*#__PURE__*/React.createElement("div", {
35873
35908
  "class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
35874
35909
  }, /*#__PURE__*/React.createElement("div", {
35875
35910
  "class": "row m-0 w-100 "
@@ -36105,39 +36140,13 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36105
36140
  }
36106
36141
  }, langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
36107
36142
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
36108
- }, /*#__PURE__*/React.createElement("img", {
36109
- src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
36110
- style: {
36111
- maxWidth: '2vh',
36112
- maxHeight: '2vh'
36113
- }
36114
- }), /*#__PURE__*/React.createElement("div", {
36115
- style: {
36116
- height: '20px',
36117
- width: '1.5px',
36118
- background: '#e6e6e6'
36119
- },
36120
- "class": "ml-2 mr-2"
36121
- }), /*#__PURE__*/React.createElement("p", {
36122
- "class": "m-0 p-0"
36123
- }, "\u0639")), langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
36143
+ }, /*#__PURE__*/React.createElement(FiGlobe, {
36144
+ size: sectionproperties.language_container_fontsize
36145
+ })), langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
36124
36146
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
36125
- }, /*#__PURE__*/React.createElement("img", {
36126
- src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
36127
- style: {
36128
- maxWidth: '2vh',
36129
- maxHeight: '2vh'
36130
- }
36131
- }), /*#__PURE__*/React.createElement("div", {
36132
- style: {
36133
- height: '20px',
36134
- width: '1.5px',
36135
- background: '#e6e6e6'
36136
- },
36137
- "class": "ml-2 mr-2"
36138
- }), /*#__PURE__*/React.createElement("p", {
36139
- "class": "m-0 p-0"
36140
- }, "En")))))))), /*#__PURE__*/React.createElement("div", {
36147
+ }, /*#__PURE__*/React.createElement(FiGlobe, {
36148
+ size: sectionproperties.language_container_fontsize
36149
+ })))))))), /*#__PURE__*/React.createElement("div", {
36141
36150
  "class": "col-lg-12 d-flex align-items-center p-0"
36142
36151
  }, /*#__PURE__*/React.createElement("div", {
36143
36152
  "class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
@@ -38182,12 +38191,26 @@ var Footer2 = function Footer2(props) {
38182
38191
  marginLeft: sectionproperties.vl_ml + 'px',
38183
38192
  marginRight: sectionproperties.vl_mr + 'px',
38184
38193
  background: sectionproperties.vl_bg
38194
+ }),
38195
+ apptore: css({
38196
+ width: '7%',
38197
+ objectFit: 'contain',
38198
+ '@media (max-width: 800px)': {
38199
+ width: '30%'
38200
+ }
38201
+ }),
38202
+ googleplay: css({
38203
+ width: '7%',
38204
+ objectFit: 'contain',
38205
+ '@media (max-width: 800px)': {
38206
+ width: '30%'
38207
+ }
38185
38208
  })
38186
38209
  };
38187
38210
  return /*#__PURE__*/React.createElement("div", {
38188
38211
  "class": "row m-0 w-100 d-flex justify-content-center"
38189
38212
  }, /*#__PURE__*/React.createElement("footer", {
38190
- "class": "".concat(footerStyles.footerContainer)
38213
+ "class": "".concat(footerStyles.footerContainer) + ' pl-md-2 pr-md-2 '
38191
38214
  }, /*#__PURE__*/React.createElement("div", {
38192
38215
  "class": "row w-100 m-0 d-flex justify-content-center"
38193
38216
  }, /*#__PURE__*/React.createElement("div", {
@@ -38357,7 +38380,23 @@ var Footer2 = function Footer2(props) {
38357
38380
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
38358
38381
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
38359
38382
  size: sectionproperties.footerinfoicon_fontsize
38360
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))))));
38383
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
38384
+ "class": "col-lg-12 d-flex align-items-center justify-content-center p-sm-0"
38385
+ }, /*#__PURE__*/React.createElement("img", {
38386
+ "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
38387
+ src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
38388
+ onClick: function onClick() {
38389
+ var _authdetailsContext$i11;
38390
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
38391
+ }
38392
+ }), /*#__PURE__*/React.createElement("img", {
38393
+ "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
38394
+ src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
38395
+ onClick: function onClick() {
38396
+ var _authdetailsContext$i12;
38397
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
38398
+ }
38399
+ })))));
38361
38400
  };
38362
38401
 
38363
38402
  function ownKeys$1v(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; }
@@ -61579,9 +61618,10 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
61579
61618
  zIndex: 10000
61580
61619
  }
61581
61620
  }, /*#__PURE__*/React.createElement("p", {
61582
- "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 ',
61621
+ "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
61583
61622
  style: {
61584
- fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic'
61623
+ fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic',
61624
+ textAlign: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start'
61585
61625
  }
61586
61626
  }, item.name))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("ul", {
61587
61627
  "class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
package/dist/index.umd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('react-textarea-autosize'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-player'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('@react-icons/all-files/fi/FiCalendar'), require('react-bootstrap/Dropdown'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-phone-input-2'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-accessible-accordion'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('react-select'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
3
- typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', 'react-textarea-autosize', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-player', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', '@react-icons/all-files/fi/FiCalendar', 'react-bootstrap/Dropdown', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-phone-input-2', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-accessible-accordion', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'react-select', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.BsChevronLeft, global.BsChevronRight, null, null, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.reactAccessibleAccordion, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, global.FaWhatsapp, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FiMenu, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.BsChevronDown, global.RiUserSettingsLine, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.BiUserCircle, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.FaLinkedinIn, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.Select$5, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
- })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, HiOutlineTrash, BiSad, FiCalendar, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, reactAccessibleAccordion, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, FaWhatsapp, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FiMenu, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, BsChevronDown, RiUserSettingsLine, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, BiUserCircle, GoLocation, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, FaLinkedinIn, FaArrowAltCircleRight, FaArrowAltCircleLeft, Select$5, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('react-textarea-autosize'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-player'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('@react-icons/all-files/fi/FiCalendar'), require('react-bootstrap/Dropdown'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-phone-input-2'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-accessible-accordion'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/fi/FiGlobe'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('react-select'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
3
+ typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', 'react-textarea-autosize', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-player', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', '@react-icons/all-files/fi/FiCalendar', 'react-bootstrap/Dropdown', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-phone-input-2', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-accessible-accordion', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/fi/FiGlobe', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'react-select', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.BsChevronLeft, global.BsChevronRight, null, null, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.reactAccessibleAccordion, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, global.FaWhatsapp, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FiMenu, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.BsChevronDown, global.RiUserSettingsLine, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.BiUserCircle, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.FaLinkedinIn, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.Select$5, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
+ })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, HiOutlineTrash, BiSad, FiCalendar, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, reactAccessibleAccordion, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, FaWhatsapp, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FiMenu, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, BsChevronDown, RiUserSettingsLine, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, BiUserCircle, GoLocation, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, FaLinkedinIn, FaArrowAltCircleRight, FaArrowAltCircleLeft, Select$5, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -1902,6 +1902,10 @@
1902
1902
  });
1903
1903
  return /*#__PURE__*/React__default["default"].createElement("div", {
1904
1904
  className: 'col-lg-6 col-md-6 col-sm-12 mb-4 p-sm-0'
1905
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
1906
+ "class": "row m-0 w-100"
1907
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
1908
+ "class": "col-lg-12 p-0 d-flex align-items-start flex-row"
1905
1909
  }, /*#__PURE__*/React__default["default"].createElement("label", {
1906
1910
  className: ' d-flex align-items-start ',
1907
1911
  style: {
@@ -1912,7 +1916,17 @@
1912
1916
  }
1913
1917
  }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("span", {
1914
1918
  "class": "text-danger ml-1 mr-1"
1915
- }, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
1919
+ }, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("label", {
1920
+ className: ' d-flex align-items-start mx-2 ',
1921
+ style: {
1922
+ color: '#666666',
1923
+ fontWeight: 400,
1924
+ fontSize: '13px',
1925
+ textTransform: sectionproperties.form_labeltexttransform
1926
+ }
1927
+ }, item.subtitle_en != null && langdetect == 'en' && '(' + item.subtitle_en + ')', item.subtitle_ar != null && langdetect == 'ar' && '(' + item.subtitle_ar + ')')), /*#__PURE__*/React__default["default"].createElement("div", {
1928
+ "class": "col-lg-12 p-0"
1929
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
1916
1930
  className: loginstyles.wrap_input100 + ' textarea '
1917
1931
  }, isinputcomponent == 1 && /*#__PURE__*/React__default["default"].createElement("input", {
1918
1932
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
@@ -1945,7 +1959,7 @@
1945
1959
  }
1946
1960
  })), /*#__PURE__*/React__default["default"].createElement("span", {
1947
1961
  className: loginstyles.login_input_focus
1948
- })));
1962
+ })))));
1949
1963
  }))));
1950
1964
  };
1951
1965
 
@@ -4522,6 +4536,9 @@
4522
4536
  setsectionproperties(_objectSpread$2k({}, secpropobj));
4523
4537
  setTabIndex(0);
4524
4538
  settabname('descriptiontab');
4539
+ if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
4540
+ settabname('shippingpolicytab');
4541
+ }
4525
4542
  }
4526
4543
  }, [StatePagePropertiesContext]);
4527
4544
  React.useEffect(function () {
@@ -6580,7 +6597,7 @@
6580
6597
  style: {
6581
6598
  textAlign: langdetect == 'en' ? 'left' : 'right'
6582
6599
  }
6583
- }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), /*#__PURE__*/React__default["default"].createElement("th", {
6600
+ }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("th", {
6584
6601
  className: "text-center font-weight-500 font-14 text-uppercase text-light",
6585
6602
  style: {
6586
6603
  minWidth: '200px'
@@ -6598,7 +6615,13 @@
6598
6615
  style: {
6599
6616
  textAlign: langdetect == 'en' ? 'left' : 'right'
6600
6617
  }
6601
- }, item.orderid), /*#__PURE__*/React__default["default"].createElement("td", {
6618
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
6619
+ "class": "row m-0 w-100"
6620
+ }, sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
6621
+ "class": "col-lg-12 p-0 text-start"
6622
+ }, item.orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
6623
+ "class": "col-lg-12 p-0 text-start"
6624
+ }, item.timestamp))), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("td", {
6602
6625
  className: "text-center",
6603
6626
  style: {
6604
6627
  minWidth: '200px'
@@ -6666,13 +6689,18 @@
6666
6689
  textTransform: sectionproperties.sectionTitleTextTransform,
6667
6690
  fontWeight: sectionproperties.sectionTitleFontWeight
6668
6691
  }
6669
- }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', /*#__PURE__*/React__default["default"].createElement("span", {
6692
+ }, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
6670
6693
  style: {
6671
6694
  color: sectionproperties.sectiontitlesecondarycolor,
6672
6695
  direction: 'ltr'
6673
6696
  }
6674
- }, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid))), /*#__PURE__*/React__default["default"].createElement("div", {
6675
- className: langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
6697
+ }, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
6698
+ style: {
6699
+ color: sectionproperties.sectiontitlesecondarycolor,
6700
+ direction: 'ltr'
6701
+ }
6702
+ }, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].timestamp))), /*#__PURE__*/React__default["default"].createElement("div", {
6703
+ className: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'col-lg-12 p-0' : langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
6676
6704
  }, /*#__PURE__*/React__default["default"].createElement("div", {
6677
6705
  className: "row m-0 w-100"
6678
6706
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -6690,7 +6718,7 @@
6690
6718
  style: {
6691
6719
  textAlign: langdetect == 'en' ? 'left' : 'right'
6692
6720
  }
6693
- }, langdetect == 'en' ? 'Details' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
6721
+ }, langdetect == 'en' ? 'Details' : 'التفاصيل')), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
6694
6722
  className: "col-lg-3 col-md-3 col-sm-6 p-0 d-flex align-items-center justify-content-end"
6695
6723
  }, /*#__PURE__*/React__default["default"].createElement("p", {
6696
6724
  style: {
@@ -6877,7 +6905,10 @@
6877
6905
  }), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("p", {
6878
6906
  "class": "m-0 p-0"
6879
6907
  }, " ", langdetect == 'en' ? 'Delete Order' : 'حذف الطلب'))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
6880
- className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0'
6908
+ className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0',
6909
+ style: {
6910
+ display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
6911
+ }
6881
6912
  }, /*#__PURE__*/React__default["default"].createElement("div", {
6882
6913
  className: "row m-0 w-100 mb-3",
6883
6914
  style: {
@@ -7073,7 +7104,7 @@
7073
7104
  textTransform: sectionproperties.total_texttransform,
7074
7105
  color: sectionproperties.total_color
7075
7106
  }
7076
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React__default["default"].createElement("div", {
7107
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.showpayemntsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
7077
7108
  className: "row m-0 w-100 mb-3",
7078
7109
  style: {
7079
7110
  background: sectionproperties.payment_sectionbgcolor,
@@ -35751,7 +35782,10 @@
35751
35782
  };
35752
35783
  return /*#__PURE__*/React__default["default"].createElement("div", {
35753
35784
  "class": "row m-0 w-100 d-flex align-items-center justify-content-center "
35754
- }, /*#__PURE__*/React__default["default"].createElement("div", {
35785
+ }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
35786
+ sectionpropertiesprops: sectionproperties,
35787
+ actions: actions
35788
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
35755
35789
  "class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
35756
35790
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35757
35791
  "class": "row m-0 w-100 "
@@ -35987,39 +36021,13 @@
35987
36021
  }
35988
36022
  }, langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
35989
36023
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
35990
- }, /*#__PURE__*/React__default["default"].createElement("img", {
35991
- src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
35992
- style: {
35993
- maxWidth: '2vh',
35994
- maxHeight: '2vh'
35995
- }
35996
- }), /*#__PURE__*/React__default["default"].createElement("div", {
35997
- style: {
35998
- height: '20px',
35999
- width: '1.5px',
36000
- background: '#e6e6e6'
36001
- },
36002
- "class": "ml-2 mr-2"
36003
- }), /*#__PURE__*/React__default["default"].createElement("p", {
36004
- "class": "m-0 p-0"
36005
- }, "\u0639")), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
36024
+ }, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
36025
+ size: sectionproperties.language_container_fontsize
36026
+ })), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
36006
36027
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
36007
- }, /*#__PURE__*/React__default["default"].createElement("img", {
36008
- src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
36009
- style: {
36010
- maxWidth: '2vh',
36011
- maxHeight: '2vh'
36012
- }
36013
- }), /*#__PURE__*/React__default["default"].createElement("div", {
36014
- style: {
36015
- height: '20px',
36016
- width: '1.5px',
36017
- background: '#e6e6e6'
36018
- },
36019
- "class": "ml-2 mr-2"
36020
- }), /*#__PURE__*/React__default["default"].createElement("p", {
36021
- "class": "m-0 p-0"
36022
- }, "En")))))))), /*#__PURE__*/React__default["default"].createElement("div", {
36028
+ }, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
36029
+ size: sectionproperties.language_container_fontsize
36030
+ })))))))), /*#__PURE__*/React__default["default"].createElement("div", {
36023
36031
  "class": "col-lg-12 d-flex align-items-center p-0"
36024
36032
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36025
36033
  "class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
@@ -38064,12 +38072,26 @@
38064
38072
  marginLeft: sectionproperties.vl_ml + 'px',
38065
38073
  marginRight: sectionproperties.vl_mr + 'px',
38066
38074
  background: sectionproperties.vl_bg
38075
+ }),
38076
+ apptore: glamor.css({
38077
+ width: '7%',
38078
+ objectFit: 'contain',
38079
+ '@media (max-width: 800px)': {
38080
+ width: '30%'
38081
+ }
38082
+ }),
38083
+ googleplay: glamor.css({
38084
+ width: '7%',
38085
+ objectFit: 'contain',
38086
+ '@media (max-width: 800px)': {
38087
+ width: '30%'
38088
+ }
38067
38089
  })
38068
38090
  };
38069
38091
  return /*#__PURE__*/React__default["default"].createElement("div", {
38070
38092
  "class": "row m-0 w-100 d-flex justify-content-center"
38071
38093
  }, /*#__PURE__*/React__default["default"].createElement("footer", {
38072
- "class": "".concat(footerStyles.footerContainer)
38094
+ "class": "".concat(footerStyles.footerContainer) + ' pl-md-2 pr-md-2 '
38073
38095
  }, /*#__PURE__*/React__default["default"].createElement("div", {
38074
38096
  "class": "row w-100 m-0 d-flex justify-content-center"
38075
38097
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -38239,7 +38261,23 @@
38239
38261
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
38240
38262
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
38241
38263
  size: sectionproperties.footerinfoicon_fontsize
38242
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))))));
38264
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
38265
+ "class": "col-lg-12 d-flex align-items-center justify-content-center p-sm-0"
38266
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
38267
+ "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
38268
+ src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
38269
+ onClick: function onClick() {
38270
+ var _authdetailsContext$i11;
38271
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
38272
+ }
38273
+ }), /*#__PURE__*/React__default["default"].createElement("img", {
38274
+ "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
38275
+ src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
38276
+ onClick: function onClick() {
38277
+ var _authdetailsContext$i12;
38278
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
38279
+ }
38280
+ })))));
38243
38281
  };
38244
38282
 
38245
38283
  function ownKeys$1v(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; }
@@ -61461,9 +61499,10 @@
61461
61499
  zIndex: 10000
61462
61500
  }
61463
61501
  }, /*#__PURE__*/React__default["default"].createElement("p", {
61464
- "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 ',
61502
+ "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
61465
61503
  style: {
61466
- fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic'
61504
+ fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic',
61505
+ textAlign: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start'
61467
61506
  }
61468
61507
  }, item.name))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("ul", {
61469
61508
  "class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.371",
3
+ "version": "0.0.373",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {