tabexseriescomponents 0.0.71 → 0.0.73

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 (386) hide show
  1. package/dist/index.cjs.js +420 -218
  2. package/dist/index.esm.js +421 -219
  3. package/dist/index.umd.js +420 -218
  4. package/package.json +1 -1
  5. package/src-aya/Contexts/LanguageContext.jsx +369 -0
  6. package/{src1-10 → src-aya}/Contexts/ProductsCardsSectionContext.jsx +0 -0
  7. package/{src1-10 → src-aya}/StylesJS/Customstyles.js +0 -0
  8. package/src-aya/TabexComponents/Cards/Card20/Card20.jsx +288 -0
  9. package/src-aya/TabexComponents/Cards/Card21/Card21.jsx +386 -0
  10. package/src-aya/TabexComponents/Cards/Card22/Card22.jsx +289 -0
  11. package/src-aya/TabexComponents/Cards/Card23/Card23.jsx +355 -0
  12. package/src-aya/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +393 -0
  13. package/src-aya/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +168 -0
  14. package/src-aya/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +243 -0
  15. package/src-aya/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +202 -0
  16. package/src-aya/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +174 -0
  17. package/src-aya/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +182 -0
  18. package/src-aya/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +158 -0
  19. package/src-aya/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +189 -0
  20. package/src-aya/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +150 -0
  21. package/src-aya/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  22. package/src-aya/TabexComponents/Cards/MenuCard/MenuCard.jsx +538 -0
  23. package/src-aya/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +491 -0
  24. package/src-aya/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +469 -0
  25. package/src-aya/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  26. package/src-aya/TabexComponents/Cards/Productcard7/Productcard7.jsx +272 -0
  27. package/src-aya/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +295 -0
  28. package/src-aya/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +289 -0
  29. package/src-aya/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  30. package/src-aya/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +288 -0
  31. package/src-aya/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +328 -0
  32. package/src-aya/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +509 -0
  33. package/{src1-10 → src-aya}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +2 -2
  34. package/src-aya/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  35. package/src-aya/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +133 -0
  36. package/src-aya/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +125 -0
  37. package/src-aya/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  38. package/src-aya/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +336 -0
  39. package/src-aya/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +429 -0
  40. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer1/Footer1.jsx +21 -23
  41. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer2/Footer2.jsx +6 -6
  42. package/src-aya/TabexComponents/Footer/Footer3/Footer3.jsx +302 -0
  43. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer4/Footer4.jsx +8 -8
  44. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer5/Footer5.jsx +8 -8
  45. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer6/Footer6.jsx +4 -4
  46. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer7/Footer7.jsx +5 -5
  47. package/{src1-10 → src-aya}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +2 -2
  48. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  49. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/noimage.png +0 -0
  50. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  51. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  52. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  53. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  54. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  55. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  56. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  57. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  58. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  59. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/usflag.png +0 -0
  60. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  61. package/src-aya/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +822 -0
  62. package/src-aya/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +841 -0
  63. package/src-aya/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +677 -0
  64. package/src-aya/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +707 -0
  65. package/{src1-10 → src-aya}/TabexComponents/Headers/Header4/Header4.jsx +0 -0
  66. package/src-aya/TabexComponents/Headers/Header6/Header6.jsx +631 -0
  67. package/{src1-10 → src-aya}/TabexComponents/Headers/Header8/Header8.jsx +103 -176
  68. package/{src1-10 → src-aya}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +105 -106
  69. package/{src1-10 → src-aya}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +99 -98
  70. package/src-aya/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +669 -0
  71. package/src-aya/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +919 -0
  72. package/src-aya/TabexComponents/Headers/Modernheader/Modernheader.jsx +687 -0
  73. package/src-aya/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +813 -0
  74. package/src-aya/TabexComponents/Headers/Subheader/Subheader.jsx +248 -0
  75. package/src-aya/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +926 -0
  76. package/src-aya/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +168 -0
  77. package/src-aya/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +346 -0
  78. package/src-aya/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +304 -0
  79. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
  80. package/src-aya/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +271 -0
  81. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +2 -1
  82. package/src-aya/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +200 -0
  83. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -0
  84. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
  85. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +0 -0
  86. package/src-aya/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +768 -0
  87. package/{src1-10 → src-aya}/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +1 -4
  88. package/src-aya/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.jsx +663 -0
  89. package/{src1-10 → src-aya}/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +0 -0
  90. package/src-aya/TabexComponents/Sections/Cards/Cardsection10/Arrows.js +94 -0
  91. package/src-aya/TabexComponents/Sections/Cards/Cardsection10/Cardsection10.js +741 -0
  92. package/src-aya/TabexComponents/Sections/Cards/Cardsection100/Cardsection10.js +430 -0
  93. package/src-aya/TabexComponents/Sections/Cards/Cardsection100/burger.jpg +0 -0
  94. package/src-aya/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +473 -0
  95. package/src-aya/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +523 -0
  96. package/src-aya/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +502 -0
  97. package/src-aya/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +276 -0
  98. package/src-aya/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +160 -0
  99. package/src-aya/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +176 -0
  100. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1 -1
  101. package/src-aya/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +140 -0
  102. package/src-aya/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +201 -0
  103. package/src-aya/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +125 -0
  104. package/src-aya/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  105. package/src-aya/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  106. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +139 -0
  107. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +215 -0
  108. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +6 -1
  109. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +0 -0
  110. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +277 -0
  111. package/{src1-10 → src-aya}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -0
  112. package/src-aya/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +458 -0
  113. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +0 -0
  114. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
  115. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Filter/Filter.jsx +0 -0
  116. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
  117. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
  118. package/src-aya/TabexComponents/StaticPages/Login/Login.jsx +283 -0
  119. package/{src1-10 → src-aya}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +0 -0
  120. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -0
  121. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -0
  122. package/src-aya/TabexComponents/StaticPages/Productinfo/Iteminfo.js +1287 -0
  123. package/src-aya/TabexComponents/StaticPages/Productinfo/Productinfo.js +710 -0
  124. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +3 -2
  125. package/src-aya/TabexComponents/StaticPages/Productinfo/Serviceinfo.js +804 -0
  126. package/src-aya/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +206 -0
  127. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +15 -0
  128. package/src-aya/TabexComponents/StaticPages/Signup/Signup.jsx +155 -0
  129. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -6
  130. package/src-aya/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +1048 -0
  131. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -0
  132. package/src-aya/assets/images/appstore.png +0 -0
  133. package/{src1-10 → src-aya}/assets/images/cod.png +0 -0
  134. package/{src1-10 → src-aya}/assets/images/egyptflag.png +0 -0
  135. package/{src1-10 → src-aya}/assets/images/fawry.png +0 -0
  136. package/src-aya/assets/images/googleplay.png +0 -0
  137. package/{src1-10 → src-aya}/assets/images/payment.png +0 -0
  138. package/{src1-10 → src-aya}/assets/images/paymob.png +0 -0
  139. package/{src1-10 → src-aya}/assets/images/paypal.png +0 -0
  140. package/{src1-10 → src-aya}/assets/images/shoppingcart.png +0 -0
  141. package/{src1-10 → src-aya}/assets/images/usflag.png +0 -0
  142. package/{src1-10 → src-aya}/assets/images/visa.png +0 -0
  143. package/{src1-10 → src-aya}/assets/images/whatsapp.png +0 -0
  144. package/{src1-10 → src-aya}/button.jsx +0 -0
  145. package/src-aya/index.jsx +222 -0
  146. package/{src1-10 → src-aya}/styles/Home.module.css +0 -0
  147. package/{src1-10 → src-aya}/styles/cards/Categorcycard_fullimage.module.css +0 -0
  148. package/{src1-10 → src-aya}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
  149. package/{src1-10 → src-aya}/styles/cards/Categorycard_withshapes.module.css +0 -0
  150. package/src-aya/styles/cards/ModernCardWithQuantityButton.module.css +34 -0
  151. package/{src1-10 → src-aya}/styles/cards/Productcard6.module.css +0 -0
  152. package/{src1-10 → src-aya}/styles/cards/Productcard_with_circularbg.module.css +0 -0
  153. package/{src1-10 → src-aya}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
  154. package/src-aya/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  155. package/src-aya/styles/cards/categorycard.module.css +85 -0
  156. package/src-aya/styles/cards/categorycard3.module.css +50 -0
  157. package/{src1-10 → src-aya}/styles/cards/categorycardwithtext.module.css +0 -0
  158. package/src-aya/styles/cards/productcard_animatedbuttons.module.css +127 -0
  159. package/{src1-10 → src-aya}/styles/cards/productcard_with_textonhover.module.css +0 -0
  160. package/{src1-10 → src-aya}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
  161. package/src-aya/styles/general/bootstrap.css +4562 -0
  162. package/src-aya/styles/general/dropdown.css +206 -0
  163. package/{src1-10 → src-aya}/styles/general/editorbardropdown.module.css +0 -0
  164. package/{src1-10 → src-aya}/styles/general/filter.module.css +0 -0
  165. package/{src1-10 → src-aya}/styles/general/form.module.css +0 -0
  166. package/{src1-10 → src-aya}/styles/general/general.module.css +0 -0
  167. package/{src1-10 → src-aya}/styles/general/image-gallery.css +0 -0
  168. package/{src1-10 → src-aya}/styles/general/react-accessible-accordion.module.css +0 -0
  169. package/{src1-10 → src-aya}/styles/general/react-phone-input-2.module.css +0 -0
  170. package/{src1-10 → src-aya}/styles/general/scrollbtn.module.css +0 -0
  171. package/{src1-10 → src-aya}/styles/general/slick.module.css +0 -0
  172. package/{src1-10 → src-aya}/styles/general/tabs.module.css +0 -0
  173. package/{src1-10 → src-aya}/styles/general/workplaceeditor.module.css +0 -0
  174. package/{src1-10 → src-aya}/styles/globals.css +0 -0
  175. package/src-aya/styles/headers/CTAHeader.module.css +40 -0
  176. package/src-aya/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  177. package/{src1-10/styles/headers/Allinoneheader.module.css → src-aya/styles/headers/Gotoheader.module.css} +0 -0
  178. package/{src1-10 → src-aya}/styles/headers/Header7.module.css +0 -0
  179. package/src-aya/styles/headers/Header_threesectionslogocentered.module.css +96 -0
  180. package/{src1-10 → src-aya}/styles/headers/Sideheader.module.css +0 -0
  181. package/src-aya/styles/headers/classicheader.module.css +16 -0
  182. package/{src1-10 → src-aya}/styles/headers/classicheaderstyles.module.css +0 -0
  183. package/{src1-10 → src-aya}/styles/headers/dropdown.css +0 -0
  184. package/{src1-10 → src-aya}/styles/headers/header4.module.css +0 -0
  185. package/{src1-10 → src-aya}/styles/headers/header5.module.css +0 -0
  186. package/src-aya/styles/headers/header6.module.css +102 -0
  187. package/src-aya/styles/headers/header_contactinfo.module.css +66 -0
  188. package/{src1-10 → src-aya}/styles/headers/headerresturant.module.css +0 -0
  189. package/src-aya/styles/headers/modernheader.module.css +72 -0
  190. package/{src1-10/styles/headers/headerstyles.module.css → src-aya/styles/headers/stylishheader.module.css} +0 -0
  191. package/{src1-10 → src-aya}/styles/headers/subheader.module.css +0 -0
  192. package/src-aya/styles/headers/threetieredheader.module.css +91 -0
  193. package/src-aya/styles/sections/BackgroundImageWithTopContent.css +4 -0
  194. package/{src1-10 → src-aya}/styles/sections/Backgroundimage1.module.css +0 -0
  195. package/{src1-10 → src-aya}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
  196. package/{src1-10 → src-aya}/styles/sections/Section_with_rightbgcont.module.css +0 -0
  197. package/{src1-10 → src-aya}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
  198. package/{src1-10 → src-aya}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
  199. package/{src1-10 → src-aya}/styles/staticpages/accordion.module.css +0 -0
  200. package/{src1-10 → src-aya}/styles/staticpages/cart.module.css +0 -0
  201. package/{src1-10 → src-aya}/styles/staticpages/dropdown.css +0 -0
  202. package/{src1-10 → src-aya}/styles/staticpages/filter.module.css +0 -0
  203. package/src-aya/styles/staticpages/image-gallery.css +481 -0
  204. package/src-aya/styles/staticpages/login.module.css +113 -0
  205. package/{src1-10 → src-aya}/styles/staticpages/productinfo.module.css +0 -0
  206. package/{src1-10 → src-aya}/styles/staticpages/shop.module.css +0 -0
  207. package/src-aya/styles/staticpages/signup.module.css +206 -0
  208. package/{src1-10 → src-aya}/styles/staticpages/staticroutersidenav.module.css +0 -0
  209. package/{src1-10 → src-aya}/styles/staticpages/viewcart.module.css +0 -0
  210. package/{src1-10 → src-aya}/styles/staticpages/wishlist.module.css +0 -0
  211. package/src-aya/styles.rar +0 -0
  212. package/{src1-10 → srcOLD}/Contexts/LanguageContext.jsx +0 -0
  213. package/srcOLD/Contexts/ProductsCardsSectionContext.jsx +28 -0
  214. package/srcOLD/StylesJS/Customstyles.js +235 -0
  215. package/{src1-10 → srcOLD}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +9 -0
  216. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +19 -0
  217. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +8 -0
  218. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +7 -0
  219. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +72 -45
  220. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
  221. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +9 -0
  222. package/{src1-10 → srcOLD}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +9 -0
  223. package/{src1-10 → srcOLD}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +15 -0
  224. package/{src1-10 → srcOLD}/TabexComponents/Cards/MenuCard/MenuCard.jsx +12 -0
  225. package/{src1-10 → srcOLD}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +12 -0
  226. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard6/Productcard6.jsx +10 -0
  227. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard7/Productcard7.jsx +10 -0
  228. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +14 -0
  229. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +17 -0
  230. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +14 -1
  231. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +11 -0
  232. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +10 -0
  233. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +10 -0
  234. package/srcOLD/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +282 -0
  235. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +12 -0
  236. package/{src1-10 → srcOLD}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +12 -0
  237. package/{src1-10 → srcOLD}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +9 -0
  238. package/{src1-10 → srcOLD}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +15 -3
  239. package/{src1-10 → srcOLD}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +11 -1
  240. package/srcOLD/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  241. package/srcOLD/TabexComponents/Footer/Footer2/Footer2.jsx +382 -0
  242. package/{src1-10 → srcOLD}/TabexComponents/Footer/Footer3/Footer3.jsx +6 -14
  243. package/srcOLD/TabexComponents/Footer/Footer4/Footer4.jsx +438 -0
  244. package/srcOLD/TabexComponents/Footer/Footer5/Footer5.jsx +495 -0
  245. package/srcOLD/TabexComponents/Footer/Footer6/Footer6.jsx +295 -0
  246. package/srcOLD/TabexComponents/Footer/Footer7/Footer7.jsx +373 -0
  247. package/srcOLD/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +238 -0
  248. package/srcOLD/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  249. package/srcOLD/TabexComponents/Generalfiles/images/noimage.png +0 -0
  250. package/srcOLD/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  251. package/srcOLD/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  252. package/srcOLD/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  253. package/srcOLD/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  254. package/srcOLD/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  255. package/srcOLD/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  256. package/srcOLD/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  257. package/srcOLD/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  258. package/srcOLD/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  259. package/srcOLD/TabexComponents/Generalfiles/images/usflag.png +0 -0
  260. package/srcOLD/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  261. package/{src1-10 → srcOLD}/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +99 -97
  262. package/{src1-10 → srcOLD}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +80 -74
  263. package/srcOLD/TabexComponents/Headers/Header4/Header4.jsx +632 -0
  264. package/{src1-10 → srcOLD}/TabexComponents/Headers/Header6/Header6.jsx +76 -73
  265. package/srcOLD/TabexComponents/Headers/Header8/Header8.jsx +882 -0
  266. package/srcOLD/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +754 -0
  267. package/srcOLD/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +798 -0
  268. package/{src1-10 → srcOLD}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +23 -3
  269. package/{src1-10 → srcOLD}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +114 -116
  270. package/{src1-10 → srcOLD}/TabexComponents/Headers/Modernheader/Modernheader.jsx +92 -100
  271. package/{src1-10 → srcOLD}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +98 -110
  272. package/srcOLD/TabexComponents/Headers/Subheader/Subheader copy.jsx +228 -0
  273. package/{src1-10 → srcOLD}/TabexComponents/Headers/Subheader/Subheader.jsx +22 -10
  274. package/srcOLD/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  275. package/{src1-10 → srcOLD}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
  276. package/srcOLD/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +138 -0
  277. package/srcOLD/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +160 -0
  278. package/srcOLD/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  279. package/srcOLD/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +784 -0
  280. package/{src1-10 → srcOLD}/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +75 -7
  281. package/srcOLD/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.js +496 -0
  282. package/{src1-10 → srcOLD}/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +0 -0
  283. package/srcOLD/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  284. package/{src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx → srcOLD/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.js} +74 -34
  285. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
  286. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
  287. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -0
  288. package/srcOLD/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +284 -0
  289. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
  290. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +0 -0
  291. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -0
  292. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
  293. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
  294. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
  295. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +8 -0
  296. package/srcOLD/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +414 -0
  297. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +53 -92
  298. package/srcOLD/TabexComponents/StaticPages/Aboutus/Aboutus.js +175 -0
  299. package/srcOLD/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +275 -0
  300. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
  301. package/srcOLD/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.js +146 -0
  302. package/srcOLD/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  303. package/srcOLD/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  304. package/srcOLD/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  305. package/srcOLD/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  306. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
  307. package/srcOLD/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  308. package/srcOLD/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1285 -0
  309. package/srcOLD/TabexComponents/StaticPages/Policies/Policies.jsx +358 -0
  310. package/srcOLD/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1506 -0
  311. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +16 -0
  312. package/srcOLD/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +788 -0
  313. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
  314. package/srcOLD/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +295 -0
  315. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Viewcart/Viewcart.js +0 -0
  316. package/srcOLD/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +629 -0
  317. package/srcOLD/assets/images/cod.png +0 -0
  318. package/srcOLD/assets/images/egyptflag.png +0 -0
  319. package/srcOLD/assets/images/fawry.png +0 -0
  320. package/srcOLD/assets/images/payment.png +0 -0
  321. package/srcOLD/assets/images/paymob.png +0 -0
  322. package/srcOLD/assets/images/paypal.png +0 -0
  323. package/srcOLD/assets/images/shoppingcart.png +0 -0
  324. package/srcOLD/assets/images/usflag.png +0 -0
  325. package/srcOLD/assets/images/visa.png +0 -0
  326. package/srcOLD/assets/images/whatsapp.png +0 -0
  327. package/srcOLD/button.jsx +40 -0
  328. package/{src1-10 → srcOLD}/index.jsx +2 -6
  329. package/srcOLD/styles/Home.module.css +129 -0
  330. package/srcOLD/styles/cards/Categorcycard_fullimage.module.css +10 -0
  331. package/srcOLD/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  332. package/srcOLD/styles/cards/Categorycard_withshapes.module.css +189 -0
  333. package/srcOLD/styles/cards/Productcard6.module.css +9 -0
  334. package/srcOLD/styles/cards/Productcard_with_circularbg.module.css +137 -0
  335. package/srcOLD/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  336. package/{src1-10 → srcOLD}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
  337. package/{src1-10 → srcOLD}/styles/cards/categorycard.module.css +0 -0
  338. package/{src1-10 → srcOLD}/styles/cards/categorycard3.module.css +0 -0
  339. package/srcOLD/styles/cards/categorycardwithtext.module.css +40 -0
  340. package/{src1-10 → srcOLD}/styles/cards/productcard_animatedbuttons.module.css +0 -0
  341. package/srcOLD/styles/cards/productcard_with_textonhover.module.css +12 -0
  342. package/srcOLD/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  343. package/{src1-10 → srcOLD}/styles/general/bootstrap.css +73 -68
  344. package/{src1-10 → srcOLD}/styles/general/dropdown.css +0 -0
  345. package/srcOLD/styles/general/editorbardropdown.module.css +94 -0
  346. package/srcOLD/styles/general/filter.module.css +108 -0
  347. package/srcOLD/styles/general/form.module.css +273 -0
  348. package/srcOLD/styles/general/general.module.css +709 -0
  349. package/srcOLD/styles/general/image-gallery.css +481 -0
  350. package/srcOLD/styles/general/react-accessible-accordion.module.css +52 -0
  351. package/srcOLD/styles/general/react-phone-input-2.module.css +927 -0
  352. package/srcOLD/styles/general/scrollbtn.module.css +22 -0
  353. package/srcOLD/styles/general/slick.module.css +166 -0
  354. package/srcOLD/styles/general/tabs.module.css +110 -0
  355. package/srcOLD/styles/general/workplaceeditor.module.css +328 -0
  356. package/srcOLD/styles/globals.css +26 -0
  357. package/srcOLD/styles/headers/Allinoneheader.module.css +91 -0
  358. package/srcOLD/styles/headers/Header7.module.css +50 -0
  359. package/{src1-10 → srcOLD}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
  360. package/srcOLD/styles/headers/Sideheader.module.css +108 -0
  361. package/srcOLD/styles/headers/classicheaderstyles.module.css +16 -0
  362. package/srcOLD/styles/headers/dropdown.css +0 -0
  363. package/srcOLD/styles/headers/header4.module.css +175 -0
  364. package/srcOLD/styles/headers/header5.module.css +30 -0
  365. package/{src1-10 → srcOLD}/styles/headers/header6.module.css +0 -0
  366. package/{src1-10 → srcOLD}/styles/headers/header_contactinfo.module.css +0 -0
  367. package/srcOLD/styles/headers/headerresturant.module.css +89 -0
  368. package/srcOLD/styles/headers/headerstyles.module.css +24 -0
  369. package/{src1-10 → srcOLD}/styles/headers/modernheader.module.css +0 -0
  370. package/srcOLD/styles/headers/subheader.module.css +114 -0
  371. package/srcOLD/styles/sections/Backgroundimage1.module.css +17 -0
  372. package/srcOLD/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  373. package/srcOLD/styles/sections/Section_with_rightbgcont.module.css +49 -0
  374. package/srcOLD/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  375. package/srcOLD/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  376. package/srcOLD/styles/staticpages/accordion.module.css +9 -0
  377. package/srcOLD/styles/staticpages/cart.module.css +108 -0
  378. package/srcOLD/styles/staticpages/dropdown.css +196 -0
  379. package/srcOLD/styles/staticpages/filter.module.css +139 -0
  380. package/{src1-10 → srcOLD}/styles/staticpages/login.module.css +0 -0
  381. package/srcOLD/styles/staticpages/productinfo.module.css +54 -0
  382. package/srcOLD/styles/staticpages/shop.module.css +191 -0
  383. package/{src1-10 → srcOLD}/styles/staticpages/signup.module.css +0 -0
  384. package/srcOLD/styles/staticpages/staticroutersidenav.module.css +129 -0
  385. package/srcOLD/styles/staticpages/viewcart.module.css +129 -0
  386. package/srcOLD/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,768 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import generalstyles from '../../../../styles/general/general.module.css';
3
+ import { css } from 'glamor';
4
+ import Filter from '../../../StaticPages/Filter/Filter.jsx';
5
+ import { useInView } from 'react-intersection-observer';
6
+ import { MdOutlineLayersClear } from 'react-icons/md';
7
+ import { BsFillArrowRightCircleFill, BsFillArrowLeftCircleFill } from 'react-icons/bs';
8
+ import { FiFilter } from 'react-icons/fi';
9
+ import { CircularProgress } from 'react-cssfx-loading';
10
+ import { ScrollMenu, VisibilityContext } from 'react-horizontal-scrolling-menu';
11
+ import { serverbaselink } from '../../../../../Env';
12
+ const CardsSection = (props) => {
13
+ const { ref, inView } = useInView();
14
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
15
+ const lang = props.actions.lang;
16
+ const langdetect = props.actions.langdetect;
17
+ const fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
18
+ const favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
19
+ const routingcountext = props.actions.routingcountext;
20
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
21
+ const ProductFilterObjContext = props.actions.ProductFilterObjContext;
22
+ const setProductFilterObjContext = props.actions.setProductFilterObjContext;
23
+ const TabexSectionsComponentsContext = props.actions.TabexSectionsComponentsContext;
24
+ const FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
25
+ const setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
26
+ const fetchProductsQuery = props.actions.fetchProductsQuery;
27
+ const fetchcollectionsQueryContext = props.actions.fetchcollectionsQueryContext;
28
+ const setParentCollectionsForCollectionQueryArr = props.actions.setParentCollectionsForCollectionQueryArr;
29
+ const ParentCollectionsForCollectionQueryArr = props.actions.ParentCollectionsForCollectionQueryArr;
30
+ const setfetchingtype = props.actions.setfetchingtype;
31
+ const fetchingtype = props.actions.fetchingtype;
32
+ const actions = props.actions;
33
+ const [sectionproperties, setsectionproperties] = useState('');
34
+ const [imagesarray, setimagesarray] = useState([]);
35
+ const [cardsarray, setcardsarray] = useState([]);
36
+ const [searchinput, setsearchinput] = useState('');
37
+ React.useEffect(() => {
38
+ if (inView) {
39
+ fetchProductsQuery.fetchNextPage();
40
+ }
41
+ }, [inView]);
42
+ const [ProductsFetchingTypeSectionObj, setProductsFetchingTypeSectionObj] = useState({ productfetchingtype: 'Random', collectionid: '' });
43
+
44
+ useEffect(() => {
45
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
46
+ if (sectionitem.sectionid == props.sectionidprops) {
47
+ var secpropobj = {};
48
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
49
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
50
+ });
51
+ setsectionproperties({ ...secpropobj });
52
+
53
+ if (props.srcfromprops == 'GeneralProductsComponent') {
54
+ setfetchingtype('products');
55
+ setProductsFetchingTypeSectionObj({
56
+ productfetchingtype: 'Random',
57
+ collectionid: props.collectionidprops,
58
+ });
59
+ } else {
60
+ setfetchingtype(sectionitem.fetchingtype);
61
+ setProductsFetchingTypeSectionObj({
62
+ productfetchingtype: sectionitem.productsfetchingtype,
63
+ collectionid: sectionitem.productsfetchingtypeCollectioncollectionid,
64
+ });
65
+ }
66
+ }
67
+ });
68
+ }, [StatePagePropertiesContext]);
69
+ useEffect(() => {
70
+ if (sectionproperties.length != 0) {
71
+ if (cardsarray.length == 0) {
72
+ if (fetchingtype == 'collections') {
73
+ if (fetchcollectionsQueryContext.isSuccess) {
74
+ cardobjassigner(fetchcollectionsQueryContext.data.data.collections);
75
+ }
76
+ } else if (fetchingtype == 'products') {
77
+ if (fetchProductsQuery.isSuccess) {
78
+ var allpagesarr = [];
79
+ fetchProductsQuery.data.pages.forEach((page) => {
80
+ page.data.products.forEach((productobj) => {
81
+ allpagesarr.push(productobj);
82
+ });
83
+ });
84
+ cardobjassigner(allpagesarr);
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }, [sectionproperties]);
90
+ useEffect(() => {
91
+ if (fetchingtype.length != 0) {
92
+ var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
93
+ if (fetchingtype == 'collections') {
94
+ // tempFetchQueriesEngineContext.collections = true;
95
+ if (ProductsFetchingTypeSectionObj.collectionid == 'all' || ProductsFetchingTypeSectionObj.collectionid == null || ProductsFetchingTypeSectionObj.collectionid == undefined) {
96
+ setParentCollectionsForCollectionQueryArr('all');
97
+ } else {
98
+ setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
99
+ }
100
+ }
101
+ if (fetchingtype == 'products') {
102
+ var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
103
+ tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
104
+ tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
105
+
106
+ setProductFilterObjContext({ ...tempfetchproductsfilerobjcontext });
107
+ }
108
+
109
+ setFetchQueriesEngineContext({ ...tempFetchQueriesEngineContext });
110
+ }
111
+ }, [fetchingtype, ProductsFetchingTypeSectionObj]);
112
+ useEffect(() => {
113
+ if (fetchingtype == 'products') {
114
+ if (fetchProductsQuery.isSuccess && fetchcustomercartQueryContext.isSuccess) {
115
+ var allpagesarr = [];
116
+ fetchProductsQuery.data.pages.forEach((page) => {
117
+ page.data.products.forEach((productobj) => {
118
+ allpagesarr.push(productobj);
119
+ });
120
+ });
121
+ cardobjassigner(allpagesarr);
122
+ }
123
+ }
124
+ }, [fetchProductsQuery.isSuccess, fetchProductsQuery.dataUpdatedAt, fetchProductsQuery.data, fetchcustomercartQueryContext.dataUpdatedAt]);
125
+ useEffect(() => {
126
+ if (fetchingtype == 'collections') {
127
+ if (fetchcollectionsQueryContext.isSuccess) {
128
+ cardobjassigner(fetchcollectionsQueryContext.data.data.collections);
129
+ }
130
+ }
131
+ }, [fetchcollectionsQueryContext.isSuccess]);
132
+ useEffect(() => {
133
+ favassigner();
134
+ }, [favoriteprojectscountContext]);
135
+ const favassigner = () => {
136
+ if (fetchingtype == 'products') {
137
+ if (cardsarray.length != 0) {
138
+ if (favoriteprojectscountContext != undefined && Array.isArray(favoriteprojectscountContext)) {
139
+ var tempcardsarray = [...cardsarray];
140
+ tempcardsarray.forEach(function (arrayItem, arrayindex) {
141
+ arrayItem.IsFavExists = false;
142
+ });
143
+ tempcardsarray.forEach(function (arrayItem, arrayindex) {
144
+ favoriteprojectscountContext.forEach(function (favitem, favindex) {
145
+ if (arrayItem.productid == favitem) {
146
+ arrayItem.IsFavExists = true;
147
+ }
148
+ });
149
+ });
150
+ setcardsarray([...tempcardsarray]);
151
+ }
152
+ }
153
+ }
154
+ };
155
+ const cardobjassigner = (fetchedarray) => {
156
+ var temparray = [];
157
+ fetchedarray.forEach(function (arrayItem, arrayindex) {
158
+ var cardobj = {
159
+ name: '',
160
+ image: '',
161
+ };
162
+ if (fetchingtype == 'products') {
163
+ var itemquantity = 0;
164
+ if (langdetect == 'en') {
165
+ cardobj.name = arrayItem.productinfo.name_en;
166
+ } else {
167
+ cardobj.name = arrayItem.productinfo.name_ar;
168
+ }
169
+ if (langdetect == 'en') {
170
+ cardobj.description = arrayItem.productinfo.description_en;
171
+ } else {
172
+ cardobj.description = arrayItem.productinfo.description_ar;
173
+ }
174
+ if (arrayItem.productinfo.hasvariants == 0) {
175
+ fetchcustomercartQueryContext.data.data.customercart.cartitems.forEach(function (cartitem, cartindex) {
176
+ if (cartitem.productid == arrayItem.productinfo.productid) {
177
+ itemquantity = cartitem.quantity;
178
+ }
179
+ });
180
+ }
181
+ cardobj.image = arrayItem.productinfo.productmainimage;
182
+ cardobj.hassale = arrayItem.productinfo.hassale;
183
+ cardobj.productid = arrayItem.productinfo.productid;
184
+ cardobj.hasvariants = arrayItem.productinfo.hasvariants;
185
+ cardobj.description_en = arrayItem.productinfo.description_en;
186
+ cardobj.description_ar = arrayItem.productinfo.description_ar;
187
+ cardobj.defaultprice = arrayItem.productinfo.defaultprice;
188
+ cardobj.defaultsaleprice = arrayItem.productinfo.defaultsaleprice;
189
+ cardobj.productimages = arrayItem.productinfo.productimages;
190
+ cardobj.quantity = itemquantity;
191
+ cardobj.timestamp = arrayItem.productinfo.timestamp;
192
+
193
+ if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
194
+ favoriteprojectscountContext.forEach(function (favitem, favindex) {
195
+ if (arrayItem.productinfo.productid == favitem) {
196
+ cardobj.IsFavExists = true;
197
+ }
198
+ });
199
+ }
200
+ } else if (fetchingtype == 'collections') {
201
+ cardobj.collectionid = arrayItem.collectionid;
202
+ if (langdetect == 'en') {
203
+ cardobj.name = arrayItem.title_en;
204
+ cardobj.description = arrayItem.description_en;
205
+ } else if (langdetect == 'ar') {
206
+ cardobj.name = arrayItem.title_ar;
207
+ cardobj.description = arrayItem.description_ar;
208
+ }
209
+ cardobj.image = arrayItem.collectionlogo;
210
+ } else if (fetchingtype == 'custom') {
211
+ }
212
+ temparray.push(cardobj);
213
+ });
214
+
215
+ setcardsarray([...temparray]);
216
+ };
217
+ const [maincontainerarrayofobjs, setmaincontainerarrayofobjs] = useState([]);
218
+ useEffect(() => {
219
+ if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
220
+ var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
221
+ if (Array.isArray(maincontainerarrayofobjsparsed)) {
222
+ setmaincontainerarrayofobjs([...maincontainerarrayofobjsparsed]);
223
+ }
224
+ }
225
+ }, [sectionproperties]);
226
+ const section_cssstyles = {
227
+ sectiontitlespan: css({
228
+ ':after': {
229
+ height: '5px',
230
+ width: sectionproperties.sectitle_lineafterwidth + '%',
231
+ backgroundColor: sectionproperties.linebgcolor,
232
+ },
233
+ }),
234
+ line_left: css({
235
+ height: '1px',
236
+ position: 'relative',
237
+ flex: '1 1 auto',
238
+ minWidth: '10%',
239
+ background: sectionproperties.linebgcolor,
240
+ }),
241
+ line_right: css({
242
+ height: '1px',
243
+ position: 'relative',
244
+ flex: '1 1 auto',
245
+ minWidth: '10%',
246
+ background: sectionproperties.linebgcolor,
247
+ }),
248
+ cards_sections: css({
249
+ marginTop: sectionproperties.marginTop + 'px',
250
+ marginBottom: sectionproperties.marginBottom + 'px',
251
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
252
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
253
+ paddingTop: sectionproperties.paddingTop + 'px',
254
+ paddingBottom: sectionproperties.paddingBottom + 'px',
255
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
256
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
257
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
258
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
259
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
260
+ borderColor: sectionproperties.sectioncardbordercolor,
261
+ border: sectionproperties.sectioncardborderwidth + 'px solid',
262
+ }),
263
+ filterbtn: css({
264
+ width: sectionproperties.filterbtn_Width + 'px',
265
+ height: sectionproperties.filterbtn_Height + 'px',
266
+ background: sectionproperties.filterbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.filterbtn_bgColor,
267
+ borderBottomLeftRadius: sectionproperties.filterbtn_borderBottomLeftRadius + 'px',
268
+ borderBottomRightRadius: sectionproperties.filterbtn_borderBottomRightRadius + 'px',
269
+ borderTopLeftRadius: sectionproperties.filterbtn_borderTopLeftRadius + 'px',
270
+ borderTopRightRadius: sectionproperties.filterbtn_borderTopRightRadius + 'px',
271
+ color: sectionproperties.filterbtn_Textcolor,
272
+ boxShadow: sectionproperties.filterbtn_showshadow == 'Show' ? '0 0 10px ' + sectionproperties.filterbtn_shadowcolor : '',
273
+ marginTop: sectionproperties.filterbtn_marginTop + 'px',
274
+ marginBottom: sectionproperties.filterbtn_marginBottom + 'px',
275
+ marginLeft: sectionproperties.filterbtn_marginLeft + 'px',
276
+ marginRight: sectionproperties.filterbtn_marginRight + 'px',
277
+ transition: '.3s',
278
+ ':hover': {
279
+ background: sectionproperties.filterbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.filterbtn_bgColoronhover,
280
+ color: sectionproperties.filterbtn_Textcoloronhover,
281
+ },
282
+ }),
283
+ viewmorebtn: css({
284
+ width: sectionproperties.viewmorebtn_Width + 'px',
285
+ height: sectionproperties.viewmorebtn_Height + 'px',
286
+ background: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColor,
287
+ borderRadius: sectionproperties.viewmorebtn_borderBottomLeftRadius + 'px',
288
+ color: sectionproperties.viewmorebtn_Textcolor,
289
+ fontSize: sectionproperties.viewmorebtn_fontSize + 'px',
290
+ fontWeight: sectionproperties.viewmorebtn_fontWeight,
291
+ textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'underline' : 'none',
292
+ transition: '.3s',
293
+ ':hover': {
294
+ background: sectionproperties.viewmorebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColoronhover,
295
+ color: sectionproperties.viewmorebtn_Textcoloronhover,
296
+ },
297
+ }),
298
+ loadbtn: css({
299
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
300
+ color: sectionproperties.generaltext_fontColor,
301
+ fontWeight: sectionproperties.generaltext_fontWeight,
302
+ textDecoration: 'underline',
303
+ transition: '.3s',
304
+ ':hover': {
305
+ color: sectionproperties.text_secondarycolor,
306
+ },
307
+ }),
308
+ };
309
+ const cardsrender = () => {
310
+ return (
311
+ <div class={sectionproperties.showFilter == 'show' && sectionproperties.filterdirection == 'Vertical' ? 'col-lg-9 p-sm-0' : 'row m-0 w-100'}>
312
+ {!fetchProductsQuery.isFetching && cardsarray.length == 0 && (
313
+ <div className="row m-0 w-100 d-flex align-items-center" style={{ height: '50vh' }}>
314
+ <div className="col-lg-12 text-light d-flex align-items-center justify-content-center flex-column">
315
+ <MdOutlineLayersClear
316
+ style={{
317
+ fontSize: sectionproperties.noprod_iconfontSize + 'px',
318
+ color: sectionproperties.noprod_iconcolor,
319
+ }}
320
+ />
321
+ <p
322
+ style={{
323
+ fontSize: sectionproperties.noprod_fontSize + 'px',
324
+ fontWeight: sectionproperties.noprod_fontWeight,
325
+ textTransform: sectionproperties.noprod_textTransform,
326
+ color: sectionproperties.noprod_color,
327
+ }}
328
+ >
329
+ {langdetect == 'en' ? 'No Products Found' : 'لا توجد منتجات'}
330
+ </p>
331
+ </div>
332
+ </div>
333
+ )}
334
+ {cardsarray.length != 0 && sectionproperties.length != 0 && (
335
+ <div className="row m-0 w-100 d-flex align-items-center p-sm-0">
336
+ <div
337
+ className="row ml-0 mr-0 w-100 pl-md-2 pr-md-2 pl-sm-2 pr-sm-2"
338
+ style={{
339
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
340
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
341
+ paddingLeft: sectionproperties.sectionTitleMarginLeft + 'px',
342
+ paddingRight: sectionproperties.sectionTitleMarginRight + 'px',
343
+ }}
344
+ >
345
+ <div
346
+ class={
347
+ sectionproperties.viewmorebtnshow == 'Show'
348
+ ? sectionproperties.sectiontitleposition == 'Centered'
349
+ ? ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
350
+ : ' col-lg-7 col-md-7 col-sm-9 d-flex align-items-center p-0 '
351
+ : sectionproperties.showFilter == 'show'
352
+ ? ' col-lg-12 col-md-7 col-sm-9 d-flex align-items-center p-0 '
353
+ : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
354
+ }
355
+ >
356
+ <div class="row m-0 w-100">
357
+ {sectionproperties.sectiontitleshow == 'Show' && (
358
+ <div
359
+ class={`${generalstyles.sectiontitlecont}` + ' col-lg-12 p-0 d-flex align-items-center '}
360
+ style={{
361
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
362
+ }}
363
+ >
364
+ <div
365
+ class="d-flex align-items-center flex-row"
366
+ style={{
367
+ position: 'relative',
368
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
369
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
370
+ }}
371
+ >
372
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && <span class={section_cssstyles.line_left}></span>}
373
+ <p
374
+ class={
375
+ // font-sm-18 font-md-20
376
+ sectionproperties.sectiontitlefontfamily == 'Pacifico'
377
+ ? `${section_cssstyles.sectiontitlespan}` + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
378
+ : sectionproperties.sectiontitlefontfamily == 'Playfair'
379
+ ? `${section_cssstyles.sectiontitlespan}` + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
380
+ : sectionproperties.sectiontitlefontfamily == 'Great Vibes'
381
+ ? `${section_cssstyles.sectiontitlespan}` + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
382
+ : sectionproperties.sectiontitlefontfamily == 'Quicksand'
383
+ ? `${section_cssstyles.sectiontitlespan}` + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
384
+ : sectionproperties.sectiontitlefontfamily == 'Satisfy'
385
+ ? `${section_cssstyles.sectiontitlespan}` + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
386
+ : `${section_cssstyles.sectiontitlespan}` + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
387
+ }
388
+ style={{
389
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
390
+ color: sectionproperties.sectionTitleColor,
391
+ fontWeight: sectionproperties.sectionTitleFontWeight,
392
+ paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
393
+ paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
394
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
395
+ }}
396
+ >
397
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
398
+ </p>
399
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && <span class={section_cssstyles.line_right}></span>}
400
+ </div>
401
+ </div>
402
+ )}
403
+ {sectionproperties.prodCatShow == 'Show' && (
404
+ <div
405
+ class={' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '}
406
+ style={{
407
+ justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
408
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
409
+ paddingLeft: langdetect == 'en' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
410
+ paddingRight: langdetect == 'en' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
411
+ }}
412
+ >
413
+ <p
414
+ class={
415
+ sectionproperties.descFontFamily == 'Pacifico'
416
+ ? ' PacificoFont m-0 p-0 wordbreak '
417
+ : sectionproperties.descFontFamily == 'Playfair'
418
+ ? ' PlayfairFont m-0 p-0 wordbreak '
419
+ : sectionproperties.descFontFamily == 'Great Vibes'
420
+ ? ' GreatvibesFont m-0 p-0 wordbreak '
421
+ : sectionproperties.descFontFamily == 'Quicksand'
422
+ ? ' QuicksandFont m-0 p-0 wordbreak'
423
+ : ' m-0 p-0 wordbreak'
424
+ }
425
+ style={{
426
+ fontSize: sectionproperties.prodCatFontSize + 'px',
427
+ color: sectionproperties.prodCatColor,
428
+ fontWeight: sectionproperties.prodCatFontWeight,
429
+ textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
430
+ }}
431
+ >
432
+ {langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr}
433
+ </p>
434
+ </div>
435
+ )}
436
+ </div>
437
+ </div>
438
+ {/* <div class="col-lg-12">
439
+ <Filter2 />
440
+ </div> */}
441
+ <div
442
+ class={
443
+ sectionproperties.sectiontitleposition == 'Centered'
444
+ ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-item-center justify-content-center p-0'
445
+ : 'col-lg-5 col-md-5 col-sm-3 d-flex align-item-center justify-content-end justify-content-sm-center p-0'
446
+ }
447
+ style={{
448
+ marginTop: sectionproperties.sectiontitleposition == 'Centered' ? '10px' : 0,
449
+ }}
450
+ >
451
+ <div
452
+ class={
453
+ sectionproperties.sectiontitleposition == 'Centered'
454
+ ? ' row m-0 w-100 d-flex align-item-center justify-content-center '
455
+ : ' row m-0 w-100 d-flex align-item-center justify-content-end mt-auto mb-auto '
456
+ }
457
+ >
458
+ {/* sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && */}
459
+ {sectionproperties.viewmorebtnshow == 'Show' && (
460
+ <button
461
+ class={
462
+ sectionproperties.sectiontitleposition == 'Centered'
463
+ ? `${section_cssstyles.viewmorebtn}` + ' m-sm-0 allcentered mt-auto mb-auto '
464
+ : `${section_cssstyles.viewmorebtn}` + ' w-sm-auto btn-circle-resp m-sm-0 mt-auto mb-auto '
465
+ }
466
+ onClick={() => {
467
+ if (fetchingtype == 'products') {
468
+ if (ProductsFetchingTypeSectionObj.productfetchingtype == 'Collection') {
469
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, ProductsFetchingTypeSectionObj.collectionid);
470
+ } else {
471
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
472
+ }
473
+ } else {
474
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
475
+ }
476
+ }}
477
+ >
478
+ <span
479
+ class={
480
+ sectionproperties.sectiontitleposition == 'Centered'
481
+ ? 'd-flex justify-content-center align-items-center'
482
+ : 'd-flex justify-content-center align-items-center d-md-none'
483
+ }
484
+ >
485
+ {langdetect == 'en' ? sectionproperties.viewmorebtn_text : sectionproperties.viewmorebtn_text_ar}
486
+ </span>
487
+ <span
488
+ class={
489
+ sectionproperties.sectiontitleposition == 'Centered'
490
+ ? 'd-none align-items-center justify-content-center'
491
+ : 'd-none d-md-flex align-items-center justify-content-center'
492
+ }
493
+ >
494
+ <i class="h-100 d-flex align-items-center justify-content-center">
495
+ {langdetect == 'en' ? <BsFillArrowRightCircleFill /> : <BsFillArrowLeftCircleFill />}
496
+ </i>
497
+ </span>
498
+ </button>
499
+ )}
500
+ {sectionproperties.showFilter == 'show' && (
501
+ <button
502
+ class={
503
+ sectionproperties.searchbar_show == 'Show'
504
+ ? ' col-lg-3 col-md-3 pl-0 pr-0 d-none d-md-flex justify-content-end ml-1 '
505
+ : ' col-lg-12 col-sm-12 pl-0 pr-0 d-none d-md-flex justify-content-end ml-1 '
506
+ }
507
+ onClick={() => {
508
+ var element = document.getElementById('filterslider');
509
+ element.classList.add(filterstyles.filterslider_container_opened);
510
+ }}
511
+ >
512
+ <div class={`${section_cssstyles.filterbtn}`}>
513
+ <i class="h-100 d-flex align-items-center justify-content-center">
514
+ <FiFilter />
515
+ </i>
516
+ </div>
517
+ </button>
518
+ )}
519
+ </div>
520
+ </div>
521
+ {sectionproperties.showseparator == 'Show' && (
522
+ <div class="col-lg-12 p-0">
523
+ <hr class="mt-3 mb-2" style={{ borderColor: sectionproperties.upperseparatorbgcolor }} />
524
+ </div>
525
+ )}
526
+ </div>
527
+ {StatePagePropertiesContext.pageobj.sections[props.sectionindexprops].childsections.map((item, index) => {
528
+ if (item.tabexsectioninfo != null) {
529
+ if (item.sectionstructype == 'child' && TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname] != undefined) {
530
+ var Sectioncomp = TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname];
531
+ return (
532
+ <div className={section_cssstyles.cards_sections + ' row ml-0 mr-0 w-100 p-sm-0 '}>
533
+ {sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && (
534
+ <div class={langdetect == 'en' ? 'col-lg-12 p-0 pl-sm-2' : 'col-lg-12 p-0 pr-sm-2'}>
535
+ <ScrollMenu
536
+ transitionBehavior={'auto'}
537
+ wrapperClassName={''}
538
+ itemClassName={
539
+ item.tabexsectioninfo.sectioncompname == 'Productcard6'
540
+ ? 'scrollmenuclassnameitemProductcard6'
541
+ : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover'
542
+ ? 'scrollmenuclassnameitemProductcard_with_circularhover'
543
+ : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg'
544
+ ? 'scrollmenuclassnameitemProductcard_with_circularbg'
545
+ : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition'
546
+ ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition'
547
+ : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation'
548
+ ? 'scrollmenuclassnameitemProductcard_with_slideanimation'
549
+ : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext'
550
+ ? 'scrollmenuclassnameitemCategorycard_withtext'
551
+ : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons'
552
+ ? 'scrollmenuclassnameitemProductcard_animatedbuttons'
553
+ : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants'
554
+ ? 'scrollmenuclassnameitemProductcard_with_variants'
555
+ : item.tabexsectioninfo.sectioncompname == 'Productcarddefault'
556
+ ? 'scrollmenuclassnameitemProductcarddefault'
557
+ : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard'
558
+ ? 'scrollmenuclassnameitemSimpleproductcard'
559
+ : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg'
560
+ ? 'scrollmenuclassnameitemCategorycard_with_trianglebg'
561
+ : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover'
562
+ ? 'scrollmenuclassnameitemProductcard_with_textonhover'
563
+ : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled'
564
+ ? 'scrollmenuclassnameitemCategorycard_slidebgscaled'
565
+ : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft'
566
+ ? 'scrollmenuclassnameitemProductccard_with_imageontopleft'
567
+ : item.tabexsectioninfo.sectioncompname == 'Productcard_with_zoominonhover'
568
+ ? 'scrollmenuclassnameitemProductcard_with_zoominonhover'
569
+ : item.tabexsectioninfo.sectioncompname == 'Horizontalcard'
570
+ ? 'scrollmenuclassnameitemProductcard_Horizontalcard'
571
+ : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage'
572
+ ? 'scrollmenuclassnameitemCategorycard_fullimage'
573
+ : item.tabexsectioninfo.sectioncompname == 'Classiccategorycard'
574
+ ? 'scrollmenuclassnameitemClassiccategorycard'
575
+ : item.tabexsectioninfo.sectioncompname == 'ModernProductCard'
576
+ ? 'scrollmenuclassnameitemModernProductCard'
577
+ : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow'
578
+ ? 'scrollmenuclassnameitemSimplecategorycardwithtextbelow'
579
+ : item.tabexsectioninfo.sectioncompname == 'Productcard7'
580
+ ? 'scrollmenuclassnameitemProductcard7'
581
+ : item.tabexsectioninfo.sectioncompname == 'MenuCard'
582
+ ? 'scrollmenuclassnameitemMenuCard'
583
+ : item.tabexsectioninfo.sectioncompname == 'StylishProductCard'
584
+ ? 'scrollmenuclassnameitemStylishProductCard'
585
+ : item.tabexsectioninfo.sectioncompname == 'ProductCardWithTextOnImage'
586
+ ? 'scrollmenuclassnameitemProductCardWithTextOnImage'
587
+ : item.tabexsectioninfo.sectioncompname == 'Card23'
588
+ ? 'scrollmenuclassnameitemCard23'
589
+ : item.tabexsectioninfo.sectioncompname == 'Card20'
590
+ ? 'scrollmenuclassnameitemCard20'
591
+ : item.tabexsectioninfo.sectioncompname == 'ModernCardWithQuantityButton'
592
+ ? 'scrollmenuclassnameitemModernCardWithQuantityButton'
593
+ : 'scrollmenuclassnameitem'
594
+ }
595
+ scrollContainerClassName={'scrollmenuclasssubscrollbar'}
596
+ >
597
+ {cardsarray.map((cardinfoitem, cardinfoindex) => {
598
+ return (
599
+ <div className={' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100'}>
600
+ <Sectioncomp
601
+ sectiontypeprops={'horizontal'}
602
+ fetchingtypeprops={fetchingtype}
603
+ cardinfoindexprops={cardinfoindex}
604
+ cardinfoitemprops={cardinfoitem}
605
+ sectionindexprops={index}
606
+ sectionidprops={item.sectionid}
607
+ actions={actions}
608
+ />
609
+ </div>
610
+ );
611
+ })}
612
+ {fetchingtype == 'products' && fetchProductsQuery.isFetchingNextPage && (
613
+ <button
614
+ className={section_cssstyles.loadbtn + ' d-flex justify-content-end align-items-center '}
615
+ ref={ref}
616
+ onClick={() => fetchProductsQuery.fetchNextPage()}
617
+ disabled={!fetchProductsQuery.hasNextPage || fetchProductsQuery.isFetchingNextPage}
618
+ >
619
+ <CircularProgress color="#000" width="20px" height="20px" duration="1s" />
620
+ </button>
621
+ )}
622
+ </ScrollMenu>
623
+ </div>
624
+ )}
625
+ {sectionproperties.view_as_slider_vertical != 'Slider (Horizontal)' && (
626
+ <div className="row m-0 w-100">
627
+ {cardsarray.map((cardinfoitem, cardinfoindex) => {
628
+ return (
629
+ <div
630
+ class={
631
+ sectionproperties.numberOfColsvertical == '1'
632
+ ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover'
633
+ ? ' col-xl-12 p-0 col-lg-12 col-md-4 p-0 d-flex justify-content-center col-sm-6 '
634
+ : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft'
635
+ ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-6 d-flex justify-content-center p-0 '
636
+ : item.tabexsectioninfo.sectioncompname == 'ModernProductCard'
637
+ ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 '
638
+ : item.tabexsectioninfo.sectioncompname == 'MenuCard'
639
+ ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 '
640
+ : item.tabexsectioninfo.sectioncompname == 'StylishProductCard'
641
+ ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
642
+ : ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
643
+ : sectionproperties.numberOfColsvertical == '2'
644
+ ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover'
645
+ ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
646
+ : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft '
647
+ ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0 '
648
+ : item.tabexsectioninfo.sectioncompname == 'ModernProductCard'
649
+ ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
650
+ : item.tabexsectioninfo.sectioncompname == 'MenuCard'
651
+ ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 '
652
+ : item.tabexsectioninfo.sectioncompname == 'StylishProductCard'
653
+ ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
654
+ : ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0'
655
+ : sectionproperties.numberOfColsvertical == '3'
656
+ ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover'
657
+ ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center '
658
+ : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft'
659
+ ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
660
+ : item.tabexsectioninfo.sectioncompname == 'ModernProductCard'
661
+ ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 '
662
+ : item.tabexsectioninfo.sectioncompname == 'MenuCard'
663
+ ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 '
664
+ : item.tabexsectioninfo.sectioncompname == 'StylishProductCard'
665
+ ? ' col-xl-4 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
666
+ : ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
667
+ : sectionproperties.numberOfColsvertical == '4'
668
+ ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover'
669
+ ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
670
+ : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft'
671
+ ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
672
+ : item.tabexsectioninfo.sectioncompname == 'ModernProductCard'
673
+ ? ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
674
+ : item.tabexsectioninfo.sectioncompname == 'MenuCard'
675
+ ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 '
676
+ : item.tabexsectioninfo.sectioncompname == 'StylishProductCard'
677
+ ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
678
+ : ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 '
679
+ : sectionproperties.numberOfColsvertical == '12'
680
+ ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover'
681
+ ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
682
+ : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft'
683
+ ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
684
+ : item.tabexsectioninfo.sectioncompname == 'MenuCard'
685
+ ? ' col-xl-3 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 '
686
+ : item.tabexsectioninfo.sectioncompname == 'StylishProductCard'
687
+ ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
688
+ : ''
689
+ : sectionproperties.numberOfColsvertical == '6'
690
+ ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover'
691
+ ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
692
+ : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft'
693
+ ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 '
694
+ : item.tabexsectioninfo.sectioncompname == 'MenuCard'
695
+ ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 '
696
+ : item.tabexsectioninfo.sectioncompname == 'StylishProductCard'
697
+ ? ' col-xl-2 p-0 col-lg-2 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
698
+ : ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 '
699
+ : ''
700
+ }
701
+ >
702
+ <Sectioncomp
703
+ sectiontypeprops={'horizontal'}
704
+ fetchingtypeprops={fetchingtype}
705
+ cardinfoindexprops={cardinfoindex}
706
+ cardinfoitemprops={cardinfoitem}
707
+ sectionindexprops={index}
708
+ sectionidprops={item.sectionid}
709
+ actions={actions}
710
+ />
711
+ </div>
712
+ );
713
+ })}
714
+ {fetchingtype == 'products' && (
715
+ <div className="w-100 col-lg-12 allcentered">
716
+ <button
717
+ className={section_cssstyles.loadbtn + ' d-flex justify-content-end align-items-center '}
718
+ // ref={ref}
719
+ onClick={() => fetchProductsQuery.fetchNextPage()}
720
+ disabled={!fetchProductsQuery.hasNextPage || fetchProductsQuery.isFetchingNextPage}
721
+ >
722
+ {fetchProductsQuery.isFetchingNextPage ? (
723
+ <CircularProgress color="#000" width="20px" height="20px" duration="1s" />
724
+ ) : fetchProductsQuery.hasNextPage ? (
725
+ 'Load more'
726
+ ) : (
727
+ <CircularProgress color="#000" width="20px" height="20px" duration="1s" />
728
+ )}
729
+ </button>
730
+ </div>
731
+ )}
732
+ </div>
733
+ )}
734
+ </div>
735
+ );
736
+ }
737
+ }
738
+ })}
739
+ </div>
740
+ )}
741
+ </div>
742
+ );
743
+ };
744
+ return (
745
+ <div
746
+ class={' row m-0 d-flex w-100 justify-content-center '}
747
+ style={{
748
+ zIndex: 2,
749
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
750
+ backgroundImage: maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink + maincontainerarrayofobjs[0].back_bgimage + ')' : '',
751
+ backgroundSize: 'cover',
752
+ }}
753
+ >
754
+ {sectionproperties.length != 0 && (
755
+ <div class={' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '}>
756
+ {sectionproperties.showFilter == 'show' && (
757
+ <div className={sectionproperties.filterdirection == 'Horizontal' ? ' col-lg-12 ' : 'col-lg-3'}>
758
+ <Filter sectionpropertiesprops={sectionproperties} actions={actions} />
759
+ </div>
760
+ )}
761
+ {fetchingtype == 'custom' && <>{cardsrender()}</>}
762
+ {fetchingtype != 'custom' && cardsrender()}
763
+ </div>
764
+ )}
765
+ </div>
766
+ );
767
+ };
768
+ export default CardsSection;