tabexseriescomponents 0.0.707 → 0.0.708

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.
Files changed (357) hide show
  1. package/dist/index.cjs.js +1798 -1071
  2. package/dist/index.esm.js +1798 -1071
  3. package/dist/index.umd.js +1799 -1071
  4. package/package.json +1 -1
  5. package/{srcoriginal → srcoman}/TabexComponents/Cards/Card23/Card23.jsx +29 -20
  6. package/{srcoriginal → srcoman}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +2 -2
  7. package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +2 -2
  8. package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +0 -1
  9. package/{srcoriginal → srcoman}/TabexComponents/Cards/MenuCard/MenuCard.jsx +13 -25
  10. package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +3 -45
  11. package/{srcoriginal → srcoman}/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +2 -0
  12. package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +2 -2
  13. package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
  14. package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer5/Footer5.jsx +0 -37
  15. package/{srcoriginal → srcoman}/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +0 -19
  16. package/{srcoriginal → srcoman}/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +0 -19
  17. package/{srcoriginal → srcoman}/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +1 -1
  18. package/{srcoriginal → srcoman}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +3 -8
  19. package/{srcoriginal → srcoman}/TabexComponents/Headers/Header8/Header8.jsx +1 -41
  20. package/{srcoriginal → srcoman}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +33 -308
  21. package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +21 -257
  22. package/{srcoriginal → srcoman}/TabexComponents/Headers/Modernheader/Modernheader.jsx +217 -222
  23. package/{srcoriginal → srcoman}/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +4 -41
  24. package/{srcoriginal → srcoman}/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +0 -18
  25. package/{srcoriginal → srcoman}/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1 -5
  26. package/{srcoriginal → srcoman}/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +4 -6
  27. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +22 -72
  28. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +4 -3
  29. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +3 -3
  30. package/{srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx → srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx} +13 -6
  31. package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +215 -491
  32. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
  33. package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +1 -1
  34. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
  35. package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +40 -45
  36. package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
  37. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout.jsx +1 -20
  38. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter.jsx +252 -460
  39. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
  40. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1 -2
  41. package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +0 -551
  42. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +0 -1938
  43. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -760
  44. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -1679
  45. package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -512
  46. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +0 -2118
  47. /package/{srcoriginal → srcoman}/Contexts/LanguageContext.jsx +0 -0
  48. /package/{srcoriginal → srcoman}/Contexts/ProductsCardsSectionContext.jsx +0 -0
  49. /package/{srcoriginal → srcoman}/Imagekitconfig.jsx +0 -0
  50. /package/{srcoriginal → srcoman}/StylesJS/Customstyles.js +0 -0
  51. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +0 -0
  52. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card20/Card20.jsx +0 -0
  53. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card21/Card21.jsx +0 -0
  54. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card22/Card22.jsx +0 -0
  55. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card23/Card23 copy.jsx +0 -0
  56. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardAll/CardAll.jsx +0 -0
  57. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +0 -0
  58. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +0 -0
  59. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +0 -0
  60. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -0
  61. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -0
  62. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -0
  63. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +0 -0
  64. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
  65. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +0 -0
  66. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +0 -0
  67. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +0 -0
  68. /package/{srcoriginal → srcoman}/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +0 -0
  69. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -0
  70. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +0 -0
  71. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -0
  72. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +0 -0
  73. /package/{srcoriginal → srcoman}/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +0 -0
  74. /package/{srcoriginal → srcoman}/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +0 -0
  75. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +0 -0
  76. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -0
  77. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -0
  78. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -0
  79. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -0
  80. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +0 -0
  81. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -0
  82. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +0 -0
  83. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -0
  84. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -0
  85. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -0
  86. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -0
  87. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +0 -0
  88. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -0
  89. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +0 -0
  90. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +0 -0
  91. /package/{srcoriginal → srcoman}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +0 -0
  92. /package/{srcoriginal → srcoman}/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  93. /package/{srcoriginal → srcoman}/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +0 -0
  94. /package/{srcoriginal → srcoman}/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +0 -0
  95. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +0 -0
  96. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer2/Footer2.jsx +0 -0
  97. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer3/Footer3.jsx +0 -0
  98. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer4/Footer4.jsx +0 -0
  99. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer6/Footer6.jsx +0 -0
  100. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer7/Footer7.jsx +0 -0
  101. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer8/Footer8.jsx +0 -0
  102. /package/{srcoriginal → srcoman}/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +0 -0
  103. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +0 -0
  104. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +0 -0
  105. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  106. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/noimage.png +0 -0
  107. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  108. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  109. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  110. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  111. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  112. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  113. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  114. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  115. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  116. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/usflag.png +0 -0
  117. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  118. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +0 -0
  119. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +0 -0
  120. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +0 -0
  121. /package/{srcoriginal → srcoman}/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +0 -0
  122. /package/{srcoriginal → srcoman}/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +0 -0
  123. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +0 -0
  124. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Header4/Header4.jsx +0 -0
  125. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Header8/Header8 copy.jsx +0 -0
  126. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +0 -0
  127. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +0 -0
  128. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +0 -0
  129. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +0 -0
  130. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +0 -0
  131. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +0 -0
  132. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +0 -0
  133. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +0 -0
  134. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +0 -0
  135. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +0 -0
  136. /package/{srcoriginal → srcoman}/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +0 -0
  137. /package/{srcoriginal → srcoman}/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +0 -0
  138. /package/{srcoriginal → srcoman}/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +0 -0
  139. /package/{srcoriginal → srcoman}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +0 -0
  140. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheader.jsx +0 -0
  141. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheader13-3.jsx +0 -0
  142. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +0 -0
  143. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheadernew.jsx +0 -0
  144. /package/{srcoriginal → srcoman}/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +0 -0
  145. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +0 -0
  146. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +0 -0
  147. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +0 -0
  148. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +0 -0
  149. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
  150. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
  151. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -0
  152. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +0 -0
  153. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +0 -0
  154. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +0 -0
  155. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +0 -0
  156. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +0 -0
  157. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +0 -0
  158. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +0 -0
  159. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +0 -0
  160. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +0 -0
  161. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +0 -0
  162. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -0
  163. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +0 -0
  164. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
  165. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +0 -0
  166. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +0 -0
  167. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +0 -0
  168. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +0 -0
  169. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +0 -0
  170. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +0 -0
  171. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +0 -0
  172. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +0 -0
  173. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +0 -0
  174. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +0 -0
  175. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +0 -0
  176. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +0 -0
  177. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +0 -0
  178. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +0 -0
  179. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
  180. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
  181. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +0 -0
  182. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +0 -0
  183. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +0 -0
  184. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
  185. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +0 -0
  186. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
  187. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
  188. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
  189. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +0 -0
  190. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -0
  191. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +0 -0
  192. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -0
  193. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +0 -0
  194. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +0 -0
  195. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +0 -0
  196. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +0 -0
  197. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +0 -0
  198. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +0 -0
  199. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +0 -0
  200. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +0 -0
  201. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  202. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -0
  203. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/AddReview/AddReview.jsx +0 -0
  204. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +0 -0
  205. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
  206. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +0 -0
  207. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +0 -0
  208. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +0 -0
  209. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +0 -0
  210. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +0 -0
  211. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +0 -0
  212. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +0 -0
  213. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter copy.jsx +0 -0
  214. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter1-5.jsx +0 -0
  215. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter13-11.jsx +0 -0
  216. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter14-8.jsx +0 -0
  217. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter17-9.jsx +0 -0
  218. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/VariantFilter.jsx +0 -0
  219. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +0 -0
  220. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
  221. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
  222. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/Login copy.jsx +0 -0
  223. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
  224. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +0 -0
  225. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -0
  226. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -0
  227. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +0 -0
  228. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +0 -0
  229. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +0 -0
  230. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +0 -0
  231. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +0 -0
  232. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +0 -0
  233. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +0 -0
  234. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +0 -0
  235. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +0 -0
  236. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +0 -0
  237. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +0 -0
  238. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +0 -0
  239. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +0 -0
  240. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +0 -0
  241. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +0 -0
  242. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +0 -0
  243. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +0 -0
  244. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +0 -0
  245. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +0 -0
  246. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +0 -0
  247. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +0 -0
  248. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +0 -0
  249. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +0 -0
  250. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +0 -0
  251. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +0 -0
  252. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +0 -0
  253. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +0 -0
  254. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +0 -0
  255. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +0 -0
  256. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +0 -0
  257. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +0 -0
  258. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +0 -0
  259. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +0 -0
  260. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +0 -0
  261. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +0 -0
  262. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +0 -0
  263. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -0
  264. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +0 -0
  265. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +0 -0
  266. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +0 -0
  267. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -0
  268. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
  269. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -0
  270. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +0 -0
  271. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +0 -0
  272. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +0 -0
  273. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +0 -0
  274. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +0 -0
  275. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +0 -0
  276. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +0 -0
  277. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -0
  278. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +0 -0
  279. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +0 -0
  280. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +0 -0
  281. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +0 -0
  282. /package/{srcoriginal → srcoman}/button.jsx +0 -0
  283. /package/{srcoriginal → srcoman}/index.jsx +0 -0
  284. /package/{srcoriginal → srcoman}/styles/Home.module.css +0 -0
  285. /package/{srcoriginal → srcoman}/styles/cards/Categorcycard_fullimage.module.css +0 -0
  286. /package/{srcoriginal → srcoman}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
  287. /package/{srcoriginal → srcoman}/styles/cards/Categorycard_withshapes.module.css +0 -0
  288. /package/{srcoriginal → srcoman}/styles/cards/ModernCardWithQuantityButton.module.css +0 -0
  289. /package/{srcoriginal → srcoman}/styles/cards/Productcard6.module.css +0 -0
  290. /package/{srcoriginal → srcoman}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
  291. /package/{srcoriginal → srcoman}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
  292. /package/{srcoriginal → srcoman}/styles/cards/UserCardWithSocialMediaOnHover.module.css +0 -0
  293. /package/{srcoriginal → srcoman}/styles/cards/card23.module.css +0 -0
  294. /package/{srcoriginal → srcoman}/styles/cards/categorycard.module.css +0 -0
  295. /package/{srcoriginal → srcoman}/styles/cards/categorycard3.module.css +0 -0
  296. /package/{srcoriginal → srcoman}/styles/cards/categorycardwithtext.module.css +0 -0
  297. /package/{srcoriginal → srcoman}/styles/cards/generalCardsStyles.module.css +0 -0
  298. /package/{srcoriginal → srcoman}/styles/cards/productcard_animatedbuttons.module.css +0 -0
  299. /package/{srcoriginal → srcoman}/styles/cards/productcard_with_textonhover.module.css +0 -0
  300. /package/{srcoriginal → srcoman}/styles/cards/productcard_withtextonimage.module.css +0 -0
  301. /package/{srcoriginal → srcoman}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
  302. /package/{srcoriginal → srcoman}/styles/general/bootstrap.css +0 -0
  303. /package/{srcoriginal → srcoman}/styles/general/dropdown.css +0 -0
  304. /package/{srcoriginal → srcoman}/styles/general/editorbardropdown.module.css +0 -0
  305. /package/{srcoriginal → srcoman}/styles/general/filter.module.css +0 -0
  306. /package/{srcoriginal → srcoman}/styles/general/form.module.css +0 -0
  307. /package/{srcoriginal → srcoman}/styles/general/general.module.css +0 -0
  308. /package/{srcoriginal → srcoman}/styles/general/image-gallery.css +0 -0
  309. /package/{srcoriginal → srcoman}/styles/general/react-accessible-accordion.module.css +0 -0
  310. /package/{srcoriginal → srcoman}/styles/general/react-phone-input-2.module.css +0 -0
  311. /package/{srcoriginal → srcoman}/styles/general/scrollbtn.module.css +0 -0
  312. /package/{srcoriginal → srcoman}/styles/general/slick.module.css +0 -0
  313. /package/{srcoriginal → srcoman}/styles/general/tabs.module.css +0 -0
  314. /package/{srcoriginal → srcoman}/styles/general/workplaceeditor.module.css +0 -0
  315. /package/{srcoriginal → srcoman}/styles/globals.css +0 -0
  316. /package/{srcoriginal → srcoman}/styles/headers/CTAHeader.module.css +0 -0
  317. /package/{srcoriginal → srcoman}/styles/headers/CategoryFeaturingHeader.module.css +0 -0
  318. /package/{srcoriginal → srcoman}/styles/headers/Gotoheader.module.css +0 -0
  319. /package/{srcoriginal → srcoman}/styles/headers/Header7.module.css +0 -0
  320. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithAdSlider.module.css +0 -0
  321. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithSearchOnCenter.module.css +0 -0
  322. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithUtilityBar.module.css +0 -0
  323. /package/{srcoriginal → srcoman}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
  324. /package/{srcoriginal → srcoman}/styles/headers/NewHeader.module.css +0 -0
  325. /package/{srcoriginal → srcoman}/styles/headers/SearchFocusedHeader.module.css +0 -0
  326. /package/{srcoriginal → srcoman}/styles/headers/Sideheader.module.css +0 -0
  327. /package/{srcoriginal → srcoman}/styles/headers/Simpleheader.module.css +0 -0
  328. /package/{srcoriginal → srcoman}/styles/headers/classicheader.module.css +0 -0
  329. /package/{srcoriginal → srcoman}/styles/headers/classicheaderstyles.module.css +0 -0
  330. /package/{srcoriginal → srcoman}/styles/headers/dropdown.css +0 -0
  331. /package/{srcoriginal → srcoman}/styles/headers/header4.module.css +0 -0
  332. /package/{srcoriginal → srcoman}/styles/headers/header5.module.css +0 -0
  333. /package/{srcoriginal → srcoman}/styles/headers/header_contactinfo.module.css +0 -0
  334. /package/{srcoriginal → srcoman}/styles/headers/headerresturant.module.css +0 -0
  335. /package/{srcoriginal → srcoman}/styles/headers/modernheader.module.css +0 -0
  336. /package/{srcoriginal → srcoman}/styles/headers/stylishheader.module.css +0 -0
  337. /package/{srcoriginal → srcoman}/styles/headers/subheader.module.css +0 -0
  338. /package/{srcoriginal → srcoman}/styles/headers/threetieredheader.module.css +0 -0
  339. /package/{srcoriginal → srcoman}/styles/sections/BackgroundImageWithTopContent.css +0 -0
  340. /package/{srcoriginal → srcoman}/styles/sections/Backgroundimage1.module.css +0 -0
  341. /package/{srcoriginal → srcoman}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
  342. /package/{srcoriginal → srcoman}/styles/sections/Freetext.module.css +0 -0
  343. /package/{srcoriginal → srcoman}/styles/sections/Section_with_rightbgcont.module.css +0 -0
  344. /package/{srcoriginal → srcoman}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
  345. /package/{srcoriginal → srcoman}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
  346. /package/{srcoriginal → srcoman}/styles/staticpages/accordion.module.css +0 -0
  347. /package/{srcoriginal → srcoman}/styles/staticpages/cart.module.css +0 -0
  348. /package/{srcoriginal → srcoman}/styles/staticpages/dropdown.css +0 -0
  349. /package/{srcoriginal → srcoman}/styles/staticpages/filter.module.css +0 -0
  350. /package/{srcoriginal → srcoman}/styles/staticpages/image-gallery.css +0 -0
  351. /package/{srcoriginal → srcoman}/styles/staticpages/login.module.css +0 -0
  352. /package/{srcoriginal → srcoman}/styles/staticpages/productinfo.module.css +0 -0
  353. /package/{srcoriginal → srcoman}/styles/staticpages/shop.module.css +0 -0
  354. /package/{srcoriginal → srcoman}/styles/staticpages/signup.module.css +0 -0
  355. /package/{srcoriginal → srcoman}/styles/staticpages/staticroutersidenav.module.css +0 -0
  356. /package/{srcoriginal → srcoman}/styles/staticpages/viewcart.module.css +0 -0
  357. /package/{srcoriginal → srcoman}/styles/staticpages/wishlist.module.css +0 -0
@@ -18,7 +18,6 @@ import { BsChevronRight } from '@react-icons/all-files/bs/BsChevronRight';
18
18
  const Select = React.lazy(() => import('react-select'));
19
19
 
20
20
  const Filter = (props) => {
21
- const FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
22
21
  const lang = props.actions.lang;
23
22
  const langdetect = props.actions.langdetect;
24
23
  const productfiltercontext = props.actions.productfiltercontext;
@@ -33,9 +32,7 @@ const Filter = (props) => {
33
32
  const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
34
33
  const ikimagecredcontext = props.actions.ikimagecredcontext;
35
34
  const [pricevalue, setpricevalue] = useState({ min: 0, max: 10000 });
36
- const [pricevalue2, setpricevalue2] = useState({ min: '', max: '' });
37
35
  const [productfeatuesarr, setproductfeatuesarr] = useState([]);
38
- const [vendorarr, setvendorsarr] = useState([]);
39
36
 
40
37
  const fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
41
38
  const FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
@@ -57,9 +54,6 @@ const Filter = (props) => {
57
54
  const [raterangevalue, setraterangevalue] = useState({ min: 0, max: 5 });
58
55
  const timeoutRef = React.useRef(null);
59
56
  const [sortbycontext, setsortbycontext] = useState('');
60
- const [pricefrom, setpricefrom] = useState('');
61
- const [priceto, setpriceto] = useState('');
62
- const setfetchingtype = props.actions.setfetchingtype;
63
57
 
64
58
  const [otherfilters, setotherfilters] = useState([
65
59
  {
@@ -83,16 +77,6 @@ const Filter = (props) => {
83
77
  useEffect(() => {
84
78
  filterupdater();
85
79
  }, []);
86
- useEffect(() => {
87
- if (FetchAllVendorsQuery?.isSuccess && FetchAllVendorsQuery?.data?.data?.vendors != undefined && FetchAllVendorsQuery?.data?.data?.vendors?.length != 0) {
88
- var temp = [...vendorarr];
89
- temp = [...FetchAllVendorsQuery?.data?.data?.vendors];
90
- temp?.forEach(function (instfilteritem, instfilterindex) {
91
- instfilteritem.isfilterselected = false;
92
- });
93
- setvendorsarr([...temp]);
94
- }
95
- }, [FetchAllVendorsQuery?.isSuccess]);
96
80
  useEffect(() => {
97
81
  if (fetchproductoptionsQueryContext.isSuccess) {
98
82
  setinstfilters([...fetchproductoptionsQueryContext?.data?.data?.productoptions]);
@@ -105,17 +89,7 @@ const Filter = (props) => {
105
89
  }, [fetchCategoriesQueryContext.isSuccess]);
106
90
  useEffect(() => {
107
91
  if (fetchcollectionsQueryContext.isSuccess) {
108
- var tempcoll = fetchcollectionsQueryContext?.data?.data?.collections;
109
- var tempcollinfilter = [];
110
- {
111
- tempcoll?.map((collectionitem, collectionindex) => {
112
- if (collectionitem.isshowntocustomers == 1 && collectionitem.isinftiler == 1) {
113
- tempcollinfilter.push(collectionitem);
114
- }
115
- });
116
- }
117
- setinstcollections([...tempcollinfilter]);
118
- // setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
92
+ setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
119
93
  }
120
94
  }, [fetchcollectionsQueryContext.isSuccess]);
121
95
  // useEffect(() => {
@@ -992,6 +966,7 @@ ${collectionitem.isfilterselected ? `${filter_cssstyles.timelineinnercont_active
992
966
  }}
993
967
  >
994
968
  {langdetect == 'en' ? item.name_en : item.name_ar}
969
+ {item.type}
995
970
  </label>
996
971
  <div class={'col-lg-12 pl-4 pr-4 mt-2 mb-2'} style={{ direction: 'ltr' }}>
997
972
  <InputRange
@@ -2032,66 +2007,6 @@ ${collectionitem.isfilterselected ? `${filter_cssstyles.timelineinnercont_active
2032
2007
  {sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && <div class="row m-0 w-100">{CollectionsFilter()}</div>}
2033
2008
  {sectionproperties.showdynamicfilter == 'Show' && <div class="row m-0 w-100">{DynamicFilter()}</div>}
2034
2009
  {sectionproperties.showvariantsfilter == 'Show' && InstFilters()}
2035
- {sectionproperties.showvendorfilter == 'Show' && (
2036
- <div class="row m-0 w-100">
2037
- <div className="col-lg-12 p-0">
2038
- <div className="row m-0 w-100">
2039
- <div class="col-lg-12 p-0 text-start mb-2">
2040
- <p className={langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'}>
2041
- {langdetect == 'en' ? 'Brands' : 'الماركات'}
2042
- </p>
2043
- </div>
2044
-
2045
- {vendorarr.map((item, index) => {
2046
- return (
2047
- <div
2048
- className={
2049
- `${filterstyles.border_left_line} ${filterstyles.timelineinnercont} ${filter_cssstyles.timelineinnercont}
2050
- ${item.isfilterselected ? `${filter_cssstyles.timelineinnercont_active} ${filterstyles.timelineinnercont_active}` : ''}
2051
- ` + ' d-flex align-items-center pb-3 col-12 '
2052
- }
2053
- onClick={() => {
2054
- var tempfetchproductsfilerobjcontext = { ...ProductFilterObjContext };
2055
- // alert(JSON.stringify(tempfetchproductsfilerobjcontext));
2056
- tempfetchproductsfilerobjcontext.vendorsarr = [];
2057
- tempfetchproductsfilerobjcontext?.vendorsarr?.push(item.vendorid);
2058
- setProductFilterObjContext({ ...tempfetchproductsfilerobjcontext });
2059
- var temp = [...vendorarr];
2060
- temp?.forEach(function (instfilteritem, instfilterindex) {
2061
- instfilteritem.isfilterselected = false;
2062
- });
2063
- item.isfilterselected = true;
2064
-
2065
- setvendorsarr([...temp]);
2066
- }}
2067
- >
2068
- <div class="mr-2">
2069
- <div
2070
- className={
2071
- ` ${item.isfilterselected ? filter_cssstyles.btn_item_active : ''} ${filterstyles.btn_item} ${filter_cssstyles.btn_item}` +
2072
- ' d-flex align-items-center '
2073
- }
2074
- >
2075
- <i className="h-100 d-flex align-items-center"></i>
2076
- </div>
2077
- </div>
2078
- <div className={langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'}>
2079
- <p
2080
- className={`${filterstyles.timeline_text} ${filter_cssstyles.timeline_text}` + ' m-0 p-0 '}
2081
- style={{
2082
- color: item.isfilterselected ? sectionproperties.activecat_color : '',
2083
- }}
2084
- >
2085
- {langdetect == 'en' ? item.vendorname : item.vendorname}
2086
- </p>
2087
- </div>
2088
- </div>
2089
- );
2090
- })}
2091
- </div>
2092
- </div>
2093
- </div>
2094
- )}
2095
2010
  </div>
2096
2011
  </div>
2097
2012
  </div>
@@ -2351,245 +2266,181 @@ ${collectionitem.isfilterselected ? `${filter_cssstyles.timelineinnercont_active
2351
2266
  </i>
2352
2267
  </div>
2353
2268
  </div>
2354
-
2355
- <div className={filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '}>
2356
- {sectionproperties.otherfilters == 'Show' && (
2357
- <div class="row m-0 w-100">
2358
- <div class="col-lg-12 d-flex justify-content-start p-0">
2359
- <p
2360
- className="m-0 p-0 font-16 font-weight-600"
2361
- style={{
2362
- color: sectionproperties.filter_titlecolor,
2363
- fontSize: sectionproperties.filter_titlefontsize + 'px',
2364
- fontWeight: sectionproperties.filter_titlefontweight,
2365
- textTransform: sectionproperties.filter_titletextransform,
2366
- }}
2367
- >
2368
- {langdetect == 'en' ? 'Sort By' : 'ترتيب حسب'}
2369
- </p>
2370
- </div>
2371
- <div className="col-lg-12">
2372
- <hr className="mt-2 mb-3" />
2373
- </div>
2374
- {otherfilters.map((item, index) => {
2375
- return (
2376
- <div className="col-lg-12 p-0">
2377
- <Accordion allowMultipleExpanded={true} allowZeroExpanded={true} preExpanded={[0, 1, 2, 3]} style={{ width: '100%' }}>
2378
- <AccordionItem uuid={index}>
2379
- <AccordionItemHeading>
2380
- <AccordionItemButton>
2381
- <div className={filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
2382
- <div className="col-lg-10 col-md-10 col-sm-10 p-0">
2383
- <p
2384
- className={
2385
- langdetect == 'en'
2386
- ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle '
2387
- : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
2388
- }
2389
- >
2390
- {item.name}
2391
- </p>
2392
- </div>
2393
- <div className="col-lg-2 col-md-2 col-sm-2 p-0">
2394
- <AccordionItemState>
2395
- {(state) => {
2396
- if (state.expanded == true) {
2397
- return (
2398
- <i
2399
- className={
2400
- filter_cssstyles.collapsetitle +
2401
- ' collapsetitle h-100 d-flex align-items-center justify-content-end '
2402
- }
2403
- >
2404
- <FiChevronUp />
2405
- </i>
2406
- );
2407
- } else {
2408
- return (
2409
- <i className={filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '}>
2410
- <FiChevronDown />
2411
- </i>
2412
- );
2413
- }
2414
- }}
2415
- </AccordionItemState>
2416
- </div>
2417
- </div>
2418
- </AccordionItemButton>
2419
- </AccordionItemHeading>
2420
- <AccordionItemPanel className="p-0">
2421
- <div className="row mt-0 mb-2 ml-0 mr-0 d-lg-flex">
2422
- <div className={'col-lg-12'}>
2423
- <div
2269
+ {/* {sectionproperties.otherfilters == 'Show' && (
2270
+ <div class="row m-0 w-100">
2271
+ <div class="col-lg-12 d-flex justify-content-start">
2272
+ <p
2273
+ className="m-0 p-0 font-16 font-weight-600"
2274
+ style={{
2275
+ color: sectionproperties.filter_titlecolor,
2276
+ fontSize: sectionproperties.filter_titlefontsize + 'px',
2277
+ fontWeight: sectionproperties.filter_titlefontweight,
2278
+ textTransform: sectionproperties.filter_titletextransform,
2279
+ }}
2280
+ >
2281
+ {langdetect == 'en' ? 'Sort By' : 'ترتيب حسب'}
2282
+ </p>
2283
+ </div>
2284
+ <div className="col-lg-12">
2285
+ <hr className="mt-2 mb-3" />
2286
+ </div>
2287
+ {otherfilters.map((item, index) => {
2288
+ return (
2289
+ <div className="col-lg-12 pl-4 pr-4">
2290
+ <Accordion allowMultipleExpanded={true} allowZeroExpanded={true} preExpanded={[0, 1, 2, 3]} style={{ width: '100%' }}>
2291
+ <AccordionItem uuid={index}>
2292
+ <AccordionItemHeading>
2293
+ <AccordionItemButton>
2294
+ <div className={filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
2295
+ <div className="col-lg-10 col-md-10 col-sm-10 p-0">
2296
+ <p
2424
2297
  className={
2425
2298
  langdetect == 'en'
2426
- ? `${filterstyles.timeline}` + ' p-sm-0 '
2427
- : `${filterstyles.timeline} ${filterstyles.timelinetrans}` + ' p-sm-0 '
2299
+ ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle '
2300
+ : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
2428
2301
  }
2429
2302
  >
2430
- {item.filterarray.map((valueitem, valueindex) => {
2431
- var ischecked = false;
2432
- if (item.payloadvalue == 'sortprice') {
2433
- if (valueitem.value == ProductFilterObjContext.sortprice) {
2434
- ischecked = true;
2435
- }
2436
- } else if (item.payloadvalue == 'sortdates') {
2437
- if (valueitem.value == ProductFilterObjContext.sortdates) {
2438
- ischecked = true;
2439
- }
2303
+ {item.name}
2304
+ </p>
2305
+ </div>
2306
+ <div className="col-lg-2 col-md-2 col-sm-2 p-0">
2307
+ <AccordionItemState>
2308
+ {(state) => {
2309
+ if (state.expanded == true) {
2310
+ return (
2311
+ <i
2312
+ className={
2313
+ filter_cssstyles.collapsetitle + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
2314
+ }
2315
+ >
2316
+ <FiChevronDown />
2317
+ </i>
2318
+ );
2319
+ } else {
2320
+ return (
2321
+ <i className={filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '}>
2322
+ <FiChevronUp />
2323
+ </i>
2324
+ );
2440
2325
  }
2441
- return (
2442
- <div
2443
- className={
2444
- `${filterstyles.border_left_line} ${filterstyles.timelineinnercont} ${filter_cssstyles.timelineinnercont}
2326
+ }}
2327
+ </AccordionItemState>
2328
+ </div>
2329
+ </div>
2330
+ </AccordionItemButton>
2331
+ </AccordionItemHeading>
2332
+ <AccordionItemPanel className="p-0">
2333
+ <div className="row mt-0 mb-2 ml-0 mr-0 d-lg-flex">
2334
+ <div className={'col-lg-12'}>
2335
+ <div
2336
+ className={
2337
+ langdetect == 'en'
2338
+ ? `${filterstyles.timeline}` + ' p-sm-0 '
2339
+ : `${filterstyles.timeline} ${filterstyles.timelinetrans}` + ' p-sm-0 '
2340
+ }
2341
+ >
2342
+ {item.filterarray.map((valueitem, valueindex) => {
2343
+ var ischecked = false;
2344
+ if (item.payloadvalue == 'sortprice') {
2345
+ if (valueitem.value == ProductFilterObjContext.sortprice) {
2346
+ ischecked = true;
2347
+ }
2348
+ } else if (item.payloadvalue == 'sortdates') {
2349
+ if (valueitem.value == ProductFilterObjContext.sortdates) {
2350
+ ischecked = true;
2351
+ }
2352
+ }
2353
+ return (
2354
+ <div
2355
+ className={
2356
+ `${filterstyles.border_left_line} ${filterstyles.timelineinnercont} ${filter_cssstyles.timelineinnercont}
2445
2357
  ${ischecked ? `${filter_cssstyles.timelineinnercont_active} ${filterstyles.timelineinnercont_active}` : ''}
2446
2358
 
2447
2359
  ` + ' d-flex align-items-center pb-3 '
2360
+ }
2361
+ onClick={() => {
2362
+ var tempfetchproductsfilerobjcontext = { ...ProductFilterObjContext };
2363
+ if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
2364
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
2365
+ } else {
2366
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
2448
2367
  }
2449
- onClick={() => {
2450
- var tempfetchproductsfilerobjcontext = { ...ProductFilterObjContext };
2451
- if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
2452
- tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
2453
- } else {
2454
- tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
2455
- }
2456
- tempfetchproductsfilerobjcontext.page = 0;
2457
- setProductFilterObjContext({ ...tempfetchproductsfilerobjcontext });
2368
+ tempfetchproductsfilerobjcontext.page = 0;
2369
+ setProductFilterObjContext({ ...tempfetchproductsfilerobjcontext });
2458
2370
 
2459
- filterrouting(tempfetchproductsfilerobjcontext);
2460
- }}
2461
- >
2462
- <div>
2463
- <div
2464
- className={
2465
- ` ${ischecked ? filter_cssstyles.btn_item_active : ''} ${filterstyles.btn_item} ${
2466
- filter_cssstyles.btn_item
2467
- }` + ' d-flex align-items-center '
2468
- }
2469
- >
2470
- <i className="h-100 d-flex align-items-center"></i>
2471
- </div>
2472
- </div>
2473
- <div className={langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'}>
2474
- <p
2475
- className={`${filterstyles.timeline_text} ${filter_cssstyles.timeline_text}` + ' m-0 p-0 '}
2476
- style={{
2477
- color: ischecked ? sectionproperties.activecat_color : '',
2478
- }}
2479
- >
2480
- {valueitem.name}
2481
- </p>
2371
+ filterrouting(tempfetchproductsfilerobjcontext);
2372
+ }}
2373
+ >
2374
+ <div>
2375
+ <div
2376
+ className={
2377
+ ` ${ischecked ? filter_cssstyles.btn_item_active : ''} ${filterstyles.btn_item} ${
2378
+ filter_cssstyles.btn_item
2379
+ }` + ' mb-2 d-flex align-items-center '
2380
+ }
2381
+ >
2382
+ <i className="h-100 d-flex align-items-center"></i>
2482
2383
  </div>
2483
2384
  </div>
2484
- );
2485
- })}
2486
- </div>
2385
+ <div className={langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'}>
2386
+ <p
2387
+ className={`${filterstyles.timeline_text} ${filter_cssstyles.timeline_text}` + ' m-0 p-0 '}
2388
+ style={{
2389
+ color: ischecked ? sectionproperties.activecat_color : '',
2390
+ }}
2391
+ >
2392
+ {valueitem.name}
2393
+ </p>
2394
+ </div>
2395
+ </div>
2396
+ );
2397
+ })}
2487
2398
  </div>
2488
2399
  </div>
2489
- </AccordionItemPanel>
2490
- </AccordionItem>
2491
- </Accordion>
2400
+ </div>
2401
+ </AccordionItemPanel>
2402
+ </AccordionItem>
2403
+ </Accordion>
2404
+ </div>
2405
+ );
2406
+ })}
2407
+ {sectionproperties.showfilterbyrating == 'Show' && (
2408
+ <div className="col-lg-12 pl-4 pr-4">
2409
+ <div className={filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
2410
+ <div className="col-lg-12 col-md-12 col-sm-12 p-0 mb-3">
2411
+ <p
2412
+ className={
2413
+ langdetect == 'en'
2414
+ ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle '
2415
+ : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
2416
+ }
2417
+ >
2418
+ {langdetect == 'en' ? 'Ratings' : 'التقييمات'}
2419
+ </p>
2492
2420
  </div>
2493
- );
2494
- })}
2495
- {sectionproperties.showfilterbyrating == 'Show' && (
2496
- <div className="col-lg-12 pl-4 pr-4">
2497
- <div className={filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
2498
- <div className="col-lg-12 col-md-12 col-sm-12 p-0 mb-3">
2499
- <p
2500
- className={
2501
- langdetect == 'en'
2502
- ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle '
2503
- : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
2504
- }
2505
- >
2506
- {langdetect == 'en' ? 'Ratings' : 'التقييمات'}
2507
- </p>
2508
- </div>
2509
- <div className="col-lg-12 col-md-12 col-sm-12 mb-4">
2510
- <InputRange
2511
- draggableTrack={true}
2512
- formatLabel={(value) => `${value}`}
2513
- maxValue={5}
2514
- minValue={0}
2515
- value={raterangevalue}
2516
- onChange={(value) => {
2517
- setraterangevalue({ ...value });
2518
- }}
2519
- />
2520
- </div>
2421
+ <div className="col-lg-12 col-md-12 col-sm-12 mb-4">
2422
+ <InputRange
2423
+ draggableTrack={true}
2424
+ formatLabel={(value) => `${value}`}
2425
+ maxValue={5}
2426
+ minValue={0}
2427
+ value={raterangevalue}
2428
+ onChange={(value) => {
2429
+ setraterangevalue({ ...value });
2430
+ }}
2431
+ />
2521
2432
  </div>
2522
2433
  </div>
2523
- )}
2524
- </div>
2525
- )}
2526
-
2527
- {authdetailsContext.instinfo.instid == '673f49cede6cb' && (
2528
- <div class="row m-0 w-100 mb-3 mt-2">
2529
- <div class="col-lg-12 p-0 text-start mb-2">
2530
- <p className={langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'}>
2531
- {langdetect == 'en' ? 'Price' : 'السعر'}
2532
- </p>
2533
- </div>
2534
- <div className={langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'}>
2535
- <label className={`${filter_cssstyles.collapsetitle}` + ' d-flex justify-content-start '}>{langdetect == 'en' ? 'From' : 'من'}</label>
2536
- <input
2537
- type="text"
2538
- value={pricevalue2.min}
2539
- onChange={(event) => {
2540
- var temppricevalue = { ...pricevalue2 };
2541
- temppricevalue.min = event.target.value;
2542
- setpricevalue2({ ...temppricevalue });
2543
- // var temppayloadobj = { ...pricefrom };
2544
- // temppayloadobj = event.target.value;
2545
- // setpricefrom({ ...temppayloadobj });
2546
- }}
2547
- style={{
2548
- background: '#fff',
2549
- border: '1px solid #ccc',
2550
- borderRadius: 5,
2551
- color: '#000',
2552
- height: 35,
2553
- width: '100%',
2554
- paddingLeft: 10,
2555
- paddingRight: 10,
2556
- }}
2557
- />
2558
2434
  </div>
2559
- <div className={langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'}>
2560
- <label className={`${filter_cssstyles.collapsetitle}` + ' d-flex justify-content-start '}>{langdetect == 'en' ? 'To' : 'إلى'}</label>
2561
- <input
2562
- type="text"
2563
- value={pricevalue2.max}
2564
- onChange={(event) => {
2565
- // var temppayloadobj = { ...priceto };
2566
- // temppayloadobj = event.target.value;
2567
- // setpriceto({ ...temppayloadobj });
2568
- var temppricevalue = { ...pricevalue2 };
2569
- temppricevalue.max = event.target.value;
2570
- setpricevalue2({ ...temppricevalue });
2571
- }}
2572
- style={{
2573
- width: '100%',
2574
- background: '#fff',
2575
- border: '1px solid #ccc',
2576
- borderRadius: 5,
2577
- color: '#000',
2578
- height: 35,
2579
- paddingRight: 10,
2580
- paddingLeft: 10,
2581
- }}
2582
- />
2583
- </div>
2584
- </div>
2585
- )}
2435
+ )}
2436
+ </div>
2437
+ )} */}
2586
2438
 
2439
+ <div className={filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '}>
2587
2440
  {sectionproperties.showcountriesfilter == 'Show' && Countriesfilter()}
2588
2441
  {sectionproperties.showvariantsfilter == 'Show' && InstFilters()}
2589
2442
  {sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && <div class="row m-0 w-100 mb-3">{CategoriesFilter()}</div>}
2590
2443
  {sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && <div class="row m-0 w-100 mb-3">{CollectionsFilter()}</div>}
2591
- {/* showvendorfilter */}
2592
-
2593
2444
  {sectionproperties.showdynamicfilter == 'Show' && <div class="row m-0 w-100 mb-3">{DynamicFilter()}</div>}
2594
2445
  </div>
2595
2446
  </div>
@@ -2700,120 +2551,115 @@ ${collectionitem.isfilterselected ? `${filter_cssstyles.timelineinnercont_active
2700
2551
  otherfilters.map((item, index) => {
2701
2552
  return (
2702
2553
  <> */}
2703
- {sectionproperties.otherfilters == 'Show' && (
2704
- <Accordion allowMultipleExpanded={true} allowZeroExpanded={true} preExpanded={[0, 1, 2, 3]} style={{ width: '100%' }}>
2705
- <AccordionItem uuid={0}>
2706
- <AccordionItemHeading>
2707
- <AccordionItemButton>
2708
- <div className={filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
2709
- <div className="col-lg-10 col-md-10 col-sm-10 p-0">
2710
- <p
2711
- className={
2712
- langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
2713
- }
2714
- >
2715
- {lang.sortby}
2716
- </p>
2717
- </div>
2718
- <div className="col-lg-2 col-md-2 col-sm-2 p-0">
2719
- <AccordionItemState>
2720
- {(state) => {
2721
- if (state.expanded == true) {
2722
- return (
2723
- <i className={filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '}>
2724
- <FiChevronUp />
2725
- </i>
2726
- );
2727
- } else {
2728
- return (
2729
- <i className={filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '}>
2730
- <FiChevronDown />
2731
- </i>
2732
- );
2733
- }
2734
- }}
2735
- </AccordionItemState>
2736
- </div>
2737
- </div>
2738
- </AccordionItemButton>
2739
- </AccordionItemHeading>
2740
- <AccordionItemPanel className="p-0">
2741
- <div className="row mt-0 mb-2 ml-0 mr-0 d-lg-flex">
2742
- <div className={'col-lg-12'}>
2743
- <div
2554
+ <Accordion allowMultipleExpanded={true} allowZeroExpanded={true} preExpanded={[0, 1, 2, 3]} style={{ width: '100%' }}>
2555
+ <AccordionItem uuid={0}>
2556
+ <AccordionItemHeading>
2557
+ <AccordionItemButton>
2558
+ <div className={filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
2559
+ <div className="col-lg-10 col-md-10 col-sm-10 p-0">
2560
+ <p
2744
2561
  className={
2745
- langdetect == 'en'
2746
- ? `${filterstyles.timeline}` + ' p-sm-0 '
2747
- : `${filterstyles.timeline} ${filterstyles.timelinetrans}` + ' p-sm-0 '
2562
+ langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
2748
2563
  }
2749
2564
  >
2750
- {otherfilters.map((item, index) => {
2751
- return (
2752
- <div class="w-100 px-3">
2753
- {item.filterarray.map((valueitem, valueindex) => {
2754
- var ischecked = false;
2755
- if (item.payloadvalue == 'sortprice') {
2756
- if (valueitem.value == ProductFilterObjContext.sortprice) {
2757
- ischecked = true;
2758
- }
2759
- } else if (item.payloadvalue == 'sortdates') {
2760
- if (valueitem.value == ProductFilterObjContext.sortdates) {
2761
- ischecked = true;
2762
- }
2565
+ {lang.sortby}
2566
+ </p>
2567
+ </div>
2568
+ <div className="col-lg-2 col-md-2 col-sm-2 p-0">
2569
+ <AccordionItemState>
2570
+ {(state) => {
2571
+ if (state.expanded == true) {
2572
+ return (
2573
+ <i className={filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '}>
2574
+ <FiChevronUp />
2575
+ </i>
2576
+ );
2577
+ } else {
2578
+ return (
2579
+ <i className={filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '}>
2580
+ <FiChevronDown />
2581
+ </i>
2582
+ );
2583
+ }
2584
+ }}
2585
+ </AccordionItemState>
2586
+ </div>
2587
+ </div>
2588
+ </AccordionItemButton>
2589
+ </AccordionItemHeading>
2590
+ <AccordionItemPanel className="p-0">
2591
+ <div className="row mt-0 mb-2 ml-0 mr-0 d-lg-flex">
2592
+ <div className={'col-lg-12'}>
2593
+ <div
2594
+ className={
2595
+ langdetect == 'en' ? `${filterstyles.timeline}` + ' p-sm-0 ' : `${filterstyles.timeline} ${filterstyles.timelinetrans}` + ' p-sm-0 '
2596
+ }
2597
+ >
2598
+ {otherfilters.map((item, index) => {
2599
+ return (
2600
+ <div class="w-100 px-3">
2601
+ {item.filterarray.map((valueitem, valueindex) => {
2602
+ var ischecked = false;
2603
+ if (item.payloadvalue == 'sortprice') {
2604
+ if (valueitem.value == ProductFilterObjContext.sortprice) {
2605
+ ischecked = true;
2763
2606
  }
2764
- return (
2765
- <div
2766
- className={
2767
- `${filterstyles.border_left_line} ${filterstyles.timelineinnercont} ${
2768
- filter_cssstyles.timelineinnercont
2769
- }
2607
+ } else if (item.payloadvalue == 'sortdates') {
2608
+ if (valueitem.value == ProductFilterObjContext.sortdates) {
2609
+ ischecked = true;
2610
+ }
2611
+ }
2612
+ return (
2613
+ <div
2614
+ className={
2615
+ `${filterstyles.border_left_line} ${filterstyles.timelineinnercont} ${filter_cssstyles.timelineinnercont}
2770
2616
  ${
2771
2617
  ischecked
2772
2618
  ? `${filter_cssstyles.timelineinnercont_active} ${filterstyles.timelineinnercont_active}`
2773
2619
  : ''
2774
2620
  }
2775
2621
  ` + ' d-flex align-items-center pb-3 '
2622
+ }
2623
+ onClick={() => {
2624
+ var tempfetchproductsfilerobjcontext = { ...ProductFilterObjContext };
2625
+ if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
2626
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
2627
+ } else {
2628
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
2776
2629
  }
2777
- onClick={() => {
2778
- var tempfetchproductsfilerobjcontext = { ...ProductFilterObjContext };
2779
- if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
2780
- tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
2781
- } else {
2782
- tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
2783
- }
2784
- tempfetchproductsfilerobjcontext.page = 0;
2785
- setProductFilterObjContext({ ...tempfetchproductsfilerobjcontext });
2630
+ tempfetchproductsfilerobjcontext.page = 0;
2631
+ setProductFilterObjContext({ ...tempfetchproductsfilerobjcontext });
2786
2632
 
2787
- filterrouting(tempfetchproductsfilerobjcontext);
2788
- setsortbycontext(valueitem.name);
2789
- }}
2633
+ filterrouting(tempfetchproductsfilerobjcontext);
2634
+ setsortbycontext(valueitem.name);
2635
+ }}
2636
+ >
2637
+ <div
2638
+ className={
2639
+ ` ${ischecked ? filter_cssstyles.btn_item_active : ''} ${filterstyles.btn_item} ${
2640
+ filter_cssstyles.btn_item
2641
+ }` + ' d-flex align-items-center '
2642
+ }
2790
2643
  >
2791
- <div
2792
- className={
2793
- ` ${ischecked ? filter_cssstyles.btn_item_active : ''} ${filterstyles.btn_item} ${
2794
- filter_cssstyles.btn_item
2795
- }` + ' d-flex align-items-center '
2796
- }
2644
+ <i className="h-100 d-flex align-items-center"></i>
2645
+ </div>
2646
+ <div className={langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'}>
2647
+ <p
2648
+ className={`${filterstyles.timeline_text} ${filter_cssstyles.timeline_text}` + ' m-0 p-0 '}
2649
+ style={{
2650
+ color: ischecked ? sectionproperties.activecat_color : '',
2651
+ }}
2797
2652
  >
2798
- <i className="h-100 d-flex align-items-center"></i>
2799
- </div>
2800
- <div className={langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'}>
2801
- <p
2802
- className={`${filterstyles.timeline_text} ${filter_cssstyles.timeline_text}` + ' m-0 p-0 '}
2803
- style={{
2804
- color: ischecked ? sectionproperties.activecat_color : '',
2805
- }}
2806
- >
2807
- {valueitem.name}
2808
- </p>
2809
- </div>
2653
+ {valueitem.name}
2654
+ </p>
2810
2655
  </div>
2811
- );
2812
- })}
2813
- </div>
2814
- );
2815
- })}
2816
- {/* {item.filterarray.map((valueitem, valueindex) => {
2656
+ </div>
2657
+ );
2658
+ })}
2659
+ </div>
2660
+ );
2661
+ })}
2662
+ {/* {item.filterarray.map((valueitem, valueindex) => {
2817
2663
  var ischecked = false;
2818
2664
  if (item.payloadvalue == 'sortprice') {
2819
2665
  if (valueitem.value == ProductFilterObjContext.sortprice) {
@@ -2869,66 +2715,12 @@ ${collectionitem.isfilterselected ? `${filter_cssstyles.timelineinnercont_active
2869
2715
  </div>
2870
2716
  );
2871
2717
  })} */}
2872
- </div>
2873
2718
  </div>
2874
2719
  </div>
2875
- </AccordionItemPanel>
2876
- </AccordionItem>
2877
- </Accordion>
2878
- )}
2879
- {authdetailsContext.instinfo.instid == '673f49cede6cb' && (
2880
- <div class="row m-0 w-100 mb-3 mt-2 px-3">
2881
- <div class="col-lg-12 p-0 text-start mb-2">
2882
- <p className={langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'}>
2883
- {langdetect == 'en' ? 'Price' : 'السعر'}
2884
- </p>
2885
- </div>
2886
- <div className={langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'}>
2887
- <label className={`${filter_cssstyles.collapsetitle}` + ' d-flex justify-content-start '}>{langdetect == 'en' ? 'From' : 'من'}</label>
2888
- <input
2889
- type="text"
2890
- value={pricefrom}
2891
- onChange={(event) => {
2892
- var temppricevalue = { ...pricevalue2 };
2893
- temppricevalue.min = event.target.value;
2894
- setpricevalue2({ ...temppricevalue });
2895
- }}
2896
- style={{
2897
- background: '#fff',
2898
- border: '1px solid #ccc',
2899
- borderRadius: 5,
2900
- color: '#000',
2901
- height: 35,
2902
- width: '100%',
2903
- paddingLeft: 15,
2904
- paddingRight: 15,
2905
- }}
2906
- />
2907
- </div>
2908
- <div className={langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'}>
2909
- <label className={`${filter_cssstyles.collapsetitle}` + ' d-flex justify-content-start '}>{langdetect == 'en' ? 'To' : 'إلى'}</label>
2910
- <input
2911
- type="text"
2912
- value={priceto}
2913
- onChange={(event) => {
2914
- var temppricevalue = { ...pricevalue2 };
2915
- temppricevalue.max = event.target.value;
2916
- setpricevalue2({ ...temppricevalue });
2917
- }}
2918
- style={{
2919
- width: '100%',
2920
- background: '#fff',
2921
- border: '1px solid #ccc',
2922
- borderRadius: 5,
2923
- color: '#000',
2924
- height: 35,
2925
- paddingLeft: 15,
2926
- paddingRight: 15,
2927
- }}
2928
- />
2929
- </div>
2930
- </div>
2931
- )}
2720
+ </div>
2721
+ </AccordionItemPanel>
2722
+ </AccordionItem>
2723
+ </Accordion>
2932
2724
  {/* <hr className="mt-3 mb-3" /> */}
2933
2725
  {/* </>
2934
2726
  );