tabexseriescomponents 0.0.64 → 0.0.66

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 (178) hide show
  1. package/dist/index.cjs.js +25023 -16634
  2. package/dist/index.esm.js +25033 -16645
  3. package/dist/index.umd.js +24824 -16437
  4. package/package.json +1 -1
  5. package/src1-10/Contexts/LanguageContext.jsx +347 -0
  6. package/src1-10/Contexts/ProductsCardsSectionContext.jsx +28 -0
  7. package/src1-10/StylesJS/Customstyles.js +235 -0
  8. package/src1-10/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +205 -0
  9. package/src1-10/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +239 -0
  10. package/src1-10/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +198 -0
  11. package/src1-10/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +169 -0
  12. package/src1-10/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +180 -0
  13. package/src1-10/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +162 -0
  14. package/src1-10/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  15. package/src1-10/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +149 -0
  16. package/src1-10/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  17. package/src1-10/TabexComponents/Cards/MenuCard/MenuCard.jsx +546 -0
  18. package/src1-10/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +474 -0
  19. package/src1-10/TabexComponents/Cards/Productcard6/Productcard6.jsx +290 -0
  20. package/src1-10/TabexComponents/Cards/Productcard7/Productcard7.jsx +278 -0
  21. package/src1-10/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +293 -0
  22. package/src1-10/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +278 -0
  23. package/src1-10/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +312 -0
  24. package/src1-10/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +279 -0
  25. package/src1-10/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +293 -0
  26. package/src1-10/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +456 -0
  27. package/src1-10/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +272 -0
  28. package/src1-10/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  29. package/src1-10/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +127 -0
  30. package/src1-10/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +126 -0
  31. package/src1-10/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  32. package/src1-10/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +281 -0
  33. package/src1-10/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  34. package/src1-10/TabexComponents/Footer/Footer2/Footer2.jsx +381 -0
  35. package/src1-10/TabexComponents/Footer/Footer3/Footer3.jsx +316 -0
  36. package/src1-10/TabexComponents/Footer/Footer4/Footer4.jsx +437 -0
  37. package/src1-10/TabexComponents/Footer/Footer5/Footer5.jsx +488 -0
  38. package/src1-10/TabexComponents/Footer/Footer6/Footer6.jsx +286 -0
  39. package/src1-10/TabexComponents/Footer/Footer7/Footer7.jsx +370 -0
  40. package/src1-10/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +231 -0
  41. package/src1-10/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  42. package/src1-10/TabexComponents/Generalfiles/images/noimage.png +0 -0
  43. package/src1-10/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  44. package/src1-10/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  45. package/src1-10/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  46. package/src1-10/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  47. package/src1-10/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  48. package/src1-10/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  49. package/src1-10/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  50. package/src1-10/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  51. package/src1-10/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  52. package/src1-10/TabexComponents/Generalfiles/images/usflag.png +0 -0
  53. package/src1-10/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  54. package/src1-10/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +722 -0
  55. package/src1-10/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +681 -0
  56. package/src1-10/TabexComponents/Headers/Header4/Header4.jsx +614 -0
  57. package/src1-10/TabexComponents/Headers/Header6/Header6.jsx +666 -0
  58. package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
  59. package/src1-10/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +710 -0
  60. package/src1-10/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +769 -0
  61. package/src1-10/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +666 -0
  62. package/src1-10/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +940 -0
  63. package/src1-10/TabexComponents/Headers/Modernheader/Modernheader.jsx +714 -0
  64. package/src1-10/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +833 -0
  65. package/src1-10/TabexComponents/Headers/Subheader/Subheader.jsx +239 -0
  66. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  67. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +278 -0
  68. package/src1-10/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +129 -0
  69. package/src1-10/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +153 -0
  70. package/src1-10/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  71. package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
  72. package/src1-10/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +793 -0
  73. package/src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +486 -0
  74. package/src1-10/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +888 -0
  75. package/src1-10/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  76. package/src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +512 -0
  77. package/src1-10/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +281 -0
  78. package/src1-10/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +166 -0
  79. package/src1-10/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +152 -0
  80. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
  81. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +146 -0
  82. package/src1-10/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +209 -0
  83. package/src1-10/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +145 -0
  84. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +252 -0
  85. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +175 -0
  86. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +154 -0
  87. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +193 -0
  88. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
  89. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
  90. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +309 -0
  91. package/src1-10/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +260 -0
  92. package/src1-10/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +459 -0
  93. package/src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +216 -0
  94. package/src1-10/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  95. package/src1-10/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  96. package/src1-10/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  97. package/src1-10/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  98. package/src1-10/TabexComponents/StaticPages/Login/Login.jsx +299 -0
  99. package/src1-10/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  100. package/src1-10/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1271 -0
  101. package/src1-10/TabexComponents/StaticPages/Policies/Policies.jsx +353 -0
  102. package/src1-10/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1456 -0
  103. package/src1-10/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +209 -0
  104. package/src1-10/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +776 -0
  105. package/src1-10/TabexComponents/StaticPages/Signup/Signup.jsx +157 -0
  106. package/src1-10/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +285 -0
  107. package/src1-10/TabexComponents/StaticPages/Viewcart/Viewcart.js +1090 -0
  108. package/src1-10/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +606 -0
  109. package/src1-10/assets/images/cod.png +0 -0
  110. package/src1-10/assets/images/egyptflag.png +0 -0
  111. package/src1-10/assets/images/fawry.png +0 -0
  112. package/src1-10/assets/images/payment.png +0 -0
  113. package/src1-10/assets/images/paymob.png +0 -0
  114. package/src1-10/assets/images/paypal.png +0 -0
  115. package/src1-10/assets/images/shoppingcart.png +0 -0
  116. package/src1-10/assets/images/usflag.png +0 -0
  117. package/src1-10/assets/images/visa.png +0 -0
  118. package/src1-10/assets/images/whatsapp.png +0 -0
  119. package/src1-10/button.jsx +40 -0
  120. package/src1-10/index.jsx +179 -0
  121. package/src1-10/styles/Home.module.css +129 -0
  122. package/src1-10/styles/cards/Categorcycard_fullimage.module.css +10 -0
  123. package/src1-10/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  124. package/src1-10/styles/cards/Categorycard_withshapes.module.css +189 -0
  125. package/src1-10/styles/cards/Productcard6.module.css +9 -0
  126. package/src1-10/styles/cards/Productcard_with_circularbg.module.css +137 -0
  127. package/src1-10/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  128. package/src1-10/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  129. package/src1-10/styles/cards/categorycard.module.css +102 -0
  130. package/src1-10/styles/cards/categorycard3.module.css +51 -0
  131. package/src1-10/styles/cards/categorycardwithtext.module.css +40 -0
  132. package/src1-10/styles/cards/productcard_animatedbuttons.module.css +104 -0
  133. package/src1-10/styles/cards/productcard_with_textonhover.module.css +12 -0
  134. package/src1-10/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  135. package/src1-10/styles/general/bootstrap.css +4415 -0
  136. package/src1-10/styles/general/dropdown.css +199 -0
  137. package/src1-10/styles/general/editorbardropdown.module.css +94 -0
  138. package/src1-10/styles/general/filter.module.css +108 -0
  139. package/src1-10/styles/general/form.module.css +273 -0
  140. package/src1-10/styles/general/general.module.css +861 -0
  141. package/src1-10/styles/general/image-gallery.css +481 -0
  142. package/src1-10/styles/general/react-accessible-accordion.module.css +52 -0
  143. package/src1-10/styles/general/react-phone-input-2.module.css +927 -0
  144. package/src1-10/styles/general/scrollbtn.module.css +22 -0
  145. package/src1-10/styles/general/slick.module.css +166 -0
  146. package/src1-10/styles/general/tabs.module.css +110 -0
  147. package/src1-10/styles/general/workplaceeditor.module.css +328 -0
  148. package/src1-10/styles/globals.css +26 -0
  149. package/src1-10/styles/headers/Allinoneheader.module.css +91 -0
  150. package/src1-10/styles/headers/Header7.module.css +50 -0
  151. package/src1-10/styles/headers/Header_threesectionslogocentered.module.css +97 -0
  152. package/src1-10/styles/headers/Sideheader.module.css +108 -0
  153. package/src1-10/styles/headers/classicheaderstyles.module.css +16 -0
  154. package/src1-10/styles/headers/dropdown.css +0 -0
  155. package/src1-10/styles/headers/header4.module.css +175 -0
  156. package/src1-10/styles/headers/header5.module.css +30 -0
  157. package/src1-10/styles/headers/header6.module.css +117 -0
  158. package/src1-10/styles/headers/header_contactinfo.module.css +78 -0
  159. package/src1-10/styles/headers/headerresturant.module.css +89 -0
  160. package/src1-10/styles/headers/headerstyles.module.css +24 -0
  161. package/src1-10/styles/headers/modernheader.module.css +78 -0
  162. package/src1-10/styles/headers/subheader.module.css +114 -0
  163. package/src1-10/styles/sections/Backgroundimage1.module.css +17 -0
  164. package/src1-10/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  165. package/src1-10/styles/sections/Section_with_rightbgcont.module.css +49 -0
  166. package/src1-10/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  167. package/src1-10/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  168. package/src1-10/styles/staticpages/accordion.module.css +9 -0
  169. package/src1-10/styles/staticpages/cart.module.css +108 -0
  170. package/src1-10/styles/staticpages/dropdown.css +196 -0
  171. package/src1-10/styles/staticpages/filter.module.css +139 -0
  172. package/src1-10/styles/staticpages/login.module.css +146 -0
  173. package/src1-10/styles/staticpages/productinfo.module.css +54 -0
  174. package/src1-10/styles/staticpages/shop.module.css +191 -0
  175. package/src1-10/styles/staticpages/signup.module.css +206 -0
  176. package/src1-10/styles/staticpages/staticroutersidenav.module.css +129 -0
  177. package/src1-10/styles/staticpages/viewcart.module.css +129 -0
  178. package/src1-10/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,512 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { IKImage } from 'imagekitio-react';
3
+ import { IKpublicKey, IKurlEndpoint } from '../../../../../Env';
4
+ import { css } from 'glamor';
5
+ import { useQuery, useQueryClient, useMutation, useInfiniteQuery } from 'react-query';
6
+ import { useInView } from 'react-intersection-observer';
7
+ import axios from 'axios';
8
+ import { BsFillArrowRightCircleFill, BsFillArrowLeftCircleFill } from 'react-icons/bs';
9
+ import generalstyles from '../../../../styles/general/general.module.css';
10
+ const Sixverticalcardssection = (props) => {
11
+ const queryClient = useQueryClient();
12
+ const [sectionproperties, setsectionproperties] = useState('');
13
+ const [cardsarray, setcardsarray] = useState([]);
14
+ const [searchinput, setsearchinput] = useState('');
15
+ const { ref, inView } = useInView();
16
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
17
+ const lang = props.actions.lang;
18
+ const langdetect = props.actions.langdetect;
19
+ const setlang = props.actions.setlang;
20
+ const fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
21
+ const favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
22
+ const routingcountext = props.actions.routingcountext;
23
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
24
+ const ProductFilterObjContext = props.actions.ProductFilterObjContext;
25
+ const setProductFilterObjContext = props.actions.setProductFilterObjContext;
26
+ const TabexSectionsComponentsContext = props.actions.TabexSectionsComponentsContext;
27
+ const FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
28
+ const setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
29
+ const SearchHeaderMutationContext = props.actions.SearchHeaderMutationContext;
30
+ const fetchProductsQuery = props.actions.fetchProductsQuery;
31
+ const fetchcollectionsQueryContext = props.actions.fetchcollectionsQueryContext;
32
+ const setfetchingtype = props.actions.setfetchingtype;
33
+ const fetchingtype = props.actions.fetchingtype;
34
+ const actions = props.actions;
35
+ React.useEffect(() => {
36
+ if (inView) {
37
+ fetchProductsQuery.fetchNextPage();
38
+ }
39
+ }, [inView]);
40
+ const [ProductsFetchingTypeSectionObj, setProductsFetchingTypeSectionObj] = useState({ productfetchingtype: 'Random', collectionid: '' });
41
+ useEffect(() => {
42
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
43
+ if (sectionitem.sectionid == props.sectionidprops) {
44
+ var secpropobj = {};
45
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
46
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
47
+ });
48
+ setsectionproperties({ ...secpropobj });
49
+
50
+ if (props.srcfromprops == 'GeneralProductsComponent') {
51
+ setfetchingtype('products');
52
+ setProductsFetchingTypeSectionObj({
53
+ productfetchingtype: 'Random',
54
+ collectionid: props.collectionidprops,
55
+ });
56
+ } else {
57
+ setfetchingtype(sectionitem.fetchingtype);
58
+ setProductsFetchingTypeSectionObj({
59
+ productfetchingtype: sectionitem.productsfetchingtype,
60
+ collectionid: sectionitem.productsfetchingtypeCollectioncollectionid,
61
+ });
62
+ }
63
+ }
64
+ });
65
+ }, [StatePagePropertiesContext]);
66
+ useEffect(() => {
67
+ SearchHeaderMutationContext.reset();
68
+ const delayDebounceFn = setTimeout(() => {
69
+ if (searchinput.length != 0) {
70
+ SearchHeaderMutationContext.mutate({
71
+ SearchHeaderValue: searchinput,
72
+ });
73
+ }
74
+ }, 1000);
75
+
76
+ return () => clearTimeout(delayDebounceFn);
77
+ }, [searchinput]);
78
+ useEffect(() => {
79
+ if (sectionproperties.length != 0) {
80
+ if (cardsarray.length == 0) {
81
+ if (fetchingtype == 'collections') {
82
+ if (fetchcollectionsQueryContext.isSuccess) {
83
+ cardobjassigner(fetchcollectionsQueryContext.data.data.collections);
84
+ }
85
+ } else if (fetchingtype == 'products') {
86
+ if (fetchProductsQuery.isSuccess) {
87
+ var allpagesarr = [];
88
+ fetchProductsQuery.data.pages.forEach((page) => {
89
+ page.data.products.forEach((productobj) => {
90
+ allpagesarr.push(productobj);
91
+ });
92
+ });
93
+ cardobjassigner(allpagesarr);
94
+ }
95
+ }
96
+ }
97
+ }
98
+ }, [sectionproperties]);
99
+ useEffect(() => {
100
+ if (fetchingtype.length != 0) {
101
+ var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
102
+
103
+ if (fetchingtype == 'collections') {
104
+ tempFetchQueriesEngineContext.collections = true;
105
+ }
106
+ if (fetchingtype == 'products') {
107
+ var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
108
+ tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
109
+ tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
110
+
111
+ setProductFilterObjContext({ ...tempfetchproductsfilerobjcontext });
112
+ }
113
+
114
+ setFetchQueriesEngineContext({ ...tempFetchQueriesEngineContext });
115
+ }
116
+ }, [fetchingtype, ProductsFetchingTypeSectionObj]);
117
+ useEffect(() => {
118
+ if (fetchingtype == 'products') {
119
+ if (fetchProductsQuery.isSuccess && fetchcustomercartQueryContext.isSuccess) {
120
+ var allpagesarr = [];
121
+ fetchProductsQuery.data.pages.forEach((page) => {
122
+ page.data.products.forEach((productobj) => {
123
+ allpagesarr.push(productobj);
124
+ });
125
+ });
126
+ cardobjassigner(allpagesarr);
127
+ }
128
+ }
129
+ }, [fetchProductsQuery.isSuccess, fetchProductsQuery.dataUpdatedAt, fetchProductsQuery.data, fetchcustomercartQueryContext.dataUpdatedAt]);
130
+ useEffect(() => {
131
+ if (fetchingtype == 'collections') {
132
+ if (fetchcollectionsQueryContext.isSuccess) {
133
+ cardobjassigner(fetchcollectionsQueryContext.data.data.collections);
134
+ }
135
+ }
136
+ }, [fetchcollectionsQueryContext.isSuccess]);
137
+ useEffect(() => {
138
+ favassigner();
139
+ }, [favoriteprojectscountContext]);
140
+ const favassigner = () => {
141
+ if (fetchingtype == 'products') {
142
+ if (cardsarray.length != 0) {
143
+ if (favoriteprojectscountContext != undefined && Array.isArray(favoriteprojectscountContext)) {
144
+ var tempcardsarray = [...cardsarray];
145
+ tempcardsarray.forEach(function (arrayItem, arrayindex) {
146
+ arrayItem.IsFavExists = false;
147
+ });
148
+ tempcardsarray.forEach(function (arrayItem, arrayindex) {
149
+ favoriteprojectscountContext.forEach(function (favitem, favindex) {
150
+ if (arrayItem.productid == favitem) {
151
+ arrayItem.IsFavExists = true;
152
+ }
153
+ });
154
+ });
155
+ setcardsarray([...tempcardsarray]);
156
+ }
157
+ }
158
+ }
159
+ };
160
+ const cardobjassigner = (fetchedarray) => {
161
+ var temparray = [];
162
+ fetchedarray.forEach(function (arrayItem, arrayindex) {
163
+ var cardobj = {
164
+ name: '',
165
+ image: '',
166
+ };
167
+ if (fetchingtype == 'products') {
168
+ var itemquantity = 0;
169
+ if (langdetect == 'en') {
170
+ cardobj.name = arrayItem.productinfo.name_en;
171
+ } else {
172
+ cardobj.name = arrayItem.productinfo.name_ar;
173
+ }
174
+ if (langdetect == 'en') {
175
+ cardobj.description = arrayItem.productinfo.description_en;
176
+ } else {
177
+ cardobj.description = arrayItem.productinfo.description_ar;
178
+ }
179
+ if (arrayItem.productinfo.hasvariants == 0) {
180
+ fetchcustomercartQueryContext.data.data.customercart.cartitems.forEach(function (cartitem, cartindex) {
181
+ if (cartitem.productid == arrayItem.productinfo.productid) {
182
+ itemquantity = cartitem.quantity;
183
+ }
184
+ });
185
+ }
186
+ cardobj.image = arrayItem.productinfo.productmainimage;
187
+ cardobj.hassale = arrayItem.productinfo.hassale;
188
+ cardobj.productid = arrayItem.productinfo.productid;
189
+ cardobj.hasvariants = arrayItem.productinfo.hasvariants;
190
+ cardobj.description_en = arrayItem.productinfo.description_en;
191
+ cardobj.description_ar = arrayItem.productinfo.description_ar;
192
+ cardobj.defaultprice = arrayItem.productinfo.defaultprice;
193
+ cardobj.defaultsaleprice = arrayItem.productinfo.defaultsaleprice;
194
+ cardobj.productimages = arrayItem.productinfo.productimages;
195
+ cardobj.quantity = itemquantity;
196
+ cardobj.timestamp = arrayItem.productinfo.timestamp;
197
+
198
+ if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
199
+ favoriteprojectscountContext.forEach(function (favitem, favindex) {
200
+ if (arrayItem.productinfo.productid == favitem) {
201
+ cardobj.IsFavExists = true;
202
+ }
203
+ });
204
+ }
205
+ } else if (fetchingtype == 'collections') {
206
+ cardobj.collectionid = arrayItem.collectionid;
207
+ if (langdetect == 'en') {
208
+ cardobj.name = arrayItem.title_en;
209
+ } else if (langdetect == 'ar') {
210
+ cardobj.name = arrayItem.title_ar;
211
+ }
212
+ cardobj.image = arrayItem.collectionlogo;
213
+ } else if (fetchingtype == 'custom') {
214
+ }
215
+ temparray.push(cardobj);
216
+ });
217
+
218
+ setcardsarray([...temparray]);
219
+ };
220
+ const [bgimagearrayofobjs, setbgimagearrayofobjs] = useState([]);
221
+ useEffect(() => {
222
+ if (sectionproperties.length != 0) {
223
+ if (sectionproperties.bgsection_imagearrayofobjs != null) {
224
+ var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
225
+ if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
226
+ setbgimagearrayofobjs([...bgsection_imagearrayofobjsparsed]);
227
+ }
228
+ }
229
+ }
230
+ }, [sectionproperties]);
231
+ const section_cssstyles = {
232
+ sectiontitlespan: css({
233
+ ':after': {
234
+ width: sectionproperties.sectitle_lineafterwidth + '%',
235
+ backgroundColor: sectionproperties.linebgcolor,
236
+ },
237
+ }),
238
+ cardcontainer: css({
239
+ marginTop: sectionproperties.marginTop + 'px',
240
+ marginBottom: sectionproperties.marginBottom + 'px',
241
+ paddingLeft: sectionproperties.paddingLeft + 'px',
242
+ paddingRight: sectionproperties.paddingRight + 'px',
243
+ paddingTop: sectionproperties.paddingTop + 'px',
244
+ paddingBottom: sectionproperties.paddingBottom + 'px',
245
+ background: sectionproperties.backgroundColor,
246
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
247
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
248
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
249
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
250
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
251
+ }),
252
+ sectiontitlespan: css({
253
+ ':after': {
254
+ height: '5px',
255
+ width: sectionproperties.sectitle_lineafterwidth + '%',
256
+ backgroundColor: sectionproperties.linebgcolor,
257
+ },
258
+ }),
259
+ line_left: css({
260
+ height: '1px',
261
+ position: 'relative',
262
+ flex: '1 1 auto',
263
+ minWidth: '10%',
264
+ background: sectionproperties.linebgcolor,
265
+ }),
266
+ line_right: css({
267
+ height: '1px',
268
+ position: 'relative',
269
+ flex: '1 1 auto',
270
+ minWidth: '10%',
271
+ background: sectionproperties.linebgcolor,
272
+ }),
273
+ filterbtn: css({
274
+ width: sectionproperties.filterbtn_Width + 'px',
275
+ height: sectionproperties.filterbtn_Height + 'px',
276
+ background: sectionproperties.filterbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.filterbtn_bgColor,
277
+ borderBottomLeftRadius: sectionproperties.filterbtn_borderBottomLeftRadius + 'px',
278
+ borderBottomRightRadius: sectionproperties.filterbtn_borderBottomRightRadius + 'px',
279
+ borderTopLeftRadius: sectionproperties.filterbtn_borderTopLeftRadius + 'px',
280
+ borderTopRightRadius: sectionproperties.filterbtn_borderTopRightRadius + 'px',
281
+ color: sectionproperties.filterbtn_Textcolor,
282
+ boxShadow: sectionproperties.filterbtn_showshadow == 'Show' ? '0 0 10px ' + sectionproperties.filterbtn_shadowcolor : '',
283
+ marginTop: sectionproperties.filterbtn_marginTop + 'px',
284
+ marginBottom: sectionproperties.filterbtn_marginBottom + 'px',
285
+ marginLeft: sectionproperties.filterbtn_marginLeft + 'px',
286
+ marginRight: sectionproperties.filterbtn_marginRight + 'px',
287
+ transition: '.3s',
288
+ ':hover': {
289
+ background: sectionproperties.filterbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.filterbtn_bgColoronhover,
290
+ color: sectionproperties.filterbtn_Textcoloronhover,
291
+ },
292
+ }),
293
+ viewmorebtn: css({
294
+ width: sectionproperties.viewmorebtn_Width + 'px',
295
+ height: sectionproperties.viewmorebtn_Height + 'px',
296
+ background: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColor,
297
+ borderBottomLeftRadius: sectionproperties.viewmorebtn_borderBottomLeftRadius + 'px',
298
+ borderBottomRightRadius: sectionproperties.viewmorebtn_borderBottomRightRadius + 'px',
299
+ borderTopLeftRadius: sectionproperties.viewmorebtn_borderTopLeftRadius + 'px',
300
+ borderTopRightRadius: sectionproperties.viewmorebtn_borderTopRightRadius + 'px',
301
+ color: sectionproperties.viewmorebtn_Textcolor,
302
+ fontSize: sectionproperties.viewmorebtn_fontSize + 'px',
303
+ fontWeight: sectionproperties.viewmorebtn_fontWeight,
304
+ textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'underline' : 'none',
305
+ transition: '.3s',
306
+ ':hover': {
307
+ background: sectionproperties.viewmorebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColoronhover,
308
+ color: sectionproperties.viewmorebtn_Textcoloronhover,
309
+ },
310
+ }),
311
+ };
312
+ const ImageSection = () => {
313
+ return (
314
+ <div
315
+ className="mt-sm-3 mb-sm-3"
316
+ style={{
317
+ width: '100%',
318
+ height: '100%',
319
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
320
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
321
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
322
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
323
+ }}
324
+ >
325
+ <IKImage
326
+ urlEndpoint={IKurlEndpoint}
327
+ publicKey={IKpublicKey}
328
+ className="h-sm-auto"
329
+ path={bgimagearrayofobjs.length != 0 ? (langdetect == 'en' ? bgimagearrayofobjs[0]?.bgsection_image : bgimagearrayofobjs[0]?.bgsection_image_ar) : ''}
330
+ style={{
331
+ width: '100%',
332
+ height: '100%',
333
+ objectFit: 'cover',
334
+ margin: 0,
335
+ padding: 0,
336
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
337
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
338
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
339
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
340
+ }}
341
+ />
342
+ </div>
343
+ );
344
+ };
345
+ const CardsSection = () => {
346
+ return (
347
+ <div className="row m-0 w-100">
348
+ <div className="col-lg-12 p-0">
349
+ <div
350
+ className="row ml-0 mr-0 w-100 pl-md-1 pr-md-1 pl-sm-2 pr-sm-2"
351
+ style={{
352
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
353
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
354
+ paddingLeft: sectionproperties.sectionTitleMarginLeft + 'px',
355
+ paddingRight: sectionproperties.sectionTitleMarginRight + 'px',
356
+ }}
357
+ >
358
+ {sectionproperties.sectiontitleshow == 'Show' && (
359
+ <div
360
+ className={
361
+ sectionproperties.viewmorebtnshow == 'Show'
362
+ ? ' col-lg-6 col-md-6 col-sm-6 d-flex align-items-center p-0 '
363
+ : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
364
+ }
365
+ >
366
+ <div
367
+ className={`${generalstyles.sectiontitlecont}` + ' col-lg-12 p-0 d-flex align-items-center mb-auto mt-sm-auto mb-sm-auto '}
368
+ style={{
369
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
370
+ }}
371
+ >
372
+ <div
373
+ className="d-flex align-items-center flex-row"
374
+ style={{
375
+ position: 'relative',
376
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
377
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
378
+ }}
379
+ >
380
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && <span className={section_cssstyles.line_left + ' d-sm-none '}></span>}
381
+ <p
382
+ className={`${section_cssstyles.sectiontitlespan}` + ' mb-auto mb-0 pb-0 font-sm-18 font-md-20 wordbreak d-flex align-items-center justify-content-start '}
383
+ style={{
384
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
385
+ color: sectionproperties.sectionTitleColor,
386
+ fontWeight: sectionproperties.sectionTitleFontWeight,
387
+ paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
388
+ paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
389
+ }}
390
+ >
391
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
392
+ </p>
393
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && <span className={section_cssstyles.line_right + ' d-sm-none '}></span>}
394
+ </div>
395
+ </div>
396
+ </div>
397
+ )}
398
+ <div className="col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end justify-content-sm-center p-0">
399
+ <div className="row m-0 w-100 d-flex align-item-center justify-content-end ">
400
+ {sectionproperties.viewmorebtnshow == 'Show' && (
401
+ <div className={'pl-0 pr-0 d-flex justify-content-end justify-content-sm-center pl-1 pr-0'}>
402
+ <button
403
+ className={`${section_cssstyles.viewmorebtn}` + ' w-sm-auto btn-circle-resp m-sm-0 '}
404
+ onClick={() => {
405
+ if (fetchingtype == 'products') {
406
+ if (ProductsFetchingTypeSectionObj.productfetchingtype == 'Collection') {
407
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, ProductsFetchingTypeSectionObj.collectionid);
408
+ } else {
409
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
410
+ }
411
+ } else {
412
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
413
+ }
414
+ }}
415
+ >
416
+ <span className="d-md-none">{langdetect == 'en' ? sectionproperties.viewmorebtn_text : sectionproperties.viewmorebtn_text_ar}</span>
417
+ <span className="d-none d-md-flex align-items-center justify-content-center">
418
+ <i className="h-100 d-flex align-items-center justify-content-center">
419
+ {langdetect == 'en' ? <BsFillArrowRightCircleFill /> : <BsFillArrowLeftCircleFill />}
420
+ </i>
421
+ </span>
422
+ </button>
423
+ </div>
424
+ )}
425
+ </div>
426
+ </div>
427
+ {sectionproperties.showseparator == 'Show' && (
428
+ <div className="col-lg-12 p-0">
429
+ <hr className="mt-2 mb-2" style={{ borderColor: sectionproperties.upperseparatorbgcolor }} />
430
+ </div>
431
+ )}
432
+ </div>
433
+ {cardsarray.length != 0 &&
434
+ StatePagePropertiesContext.pageobj.sections[props.sectionindexprops].childsections.map((item, index) => {
435
+ if (item.tabexsectioninfo != null) {
436
+ if (item.sectionstructype == 'child' && TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname] != undefined) {
437
+ var Sectioncomp = TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname];
438
+ return (
439
+ <div className={' row m-0 w-100 d-flex '}>
440
+ {cardsarray.map((cardinfoitem, cardinfoindex) => {
441
+ if (cardinfoindex <= 5) {
442
+ return (
443
+ <div className={'col-xl-4 col-lg-4 col-md-6 col-sm-12 p-0 '}>
444
+ <Sectioncomp
445
+ sectiontypeprops={'horizontal'}
446
+ fetchingtypeprops={fetchingtype}
447
+ cardinfoindexprops={cardinfoindex}
448
+ cardinfoitemprops={cardinfoitem}
449
+ sectionindexprops={index}
450
+ sectionidprops={item.sectionid}
451
+ actions={actions}
452
+ />
453
+ </div>
454
+ );
455
+ }
456
+ })}
457
+ </div>
458
+ );
459
+ }
460
+ }
461
+ })}
462
+ </div>
463
+ </div>
464
+ );
465
+ };
466
+ const cardsrender = () => {
467
+ return (
468
+ <div className="col-lg-12 p-0">
469
+ <div className={section_cssstyles.cardcontainer + ' row ml-0 mr-0 w-100 align-items-center pl-md-2 pr-md-2 '}>
470
+ {sectionproperties.sectionstyle == 'Image on left' && (
471
+ <div className="col-lg-12 p-0 h-100">
472
+ <div className="row m-0 w-100 h-100 d-flex align-items-stretch">
473
+ <div className="col-lg-2 col-md-3 col-sm-12 d-flex align-items-stretch h-sm-auto hmin-sm-auto" style={{ minHeight: '25vh' }}>
474
+ {ImageSection()}
475
+ </div>
476
+ <div className="col-lg-10 col-md-9 col-sm-12 d-flex align-items-stretch">{CardsSection()}</div>
477
+ </div>
478
+ </div>
479
+ )}
480
+ {sectionproperties.sectionstyle == 'Image on right' && (
481
+ <div className="col-lg-12 p-0 h-100">
482
+ <div className="row m-0 w-100 h-100 d-flex align-items-stretch">
483
+ <div className="col-lg-2 col-md-3 col-sm-12 d-none d-sm-flex align-items-stretch h-sm-auto">{ImageSection()}</div>
484
+ <div className="col-lg-10 col-md-9 col-sm-12 d-flex align-items-stretch">{CardsSection()}</div>
485
+ <div className="col-lg-2 col-md-3 col-sm-12 d-flex d-sm-none align-items-stretch" style={{ minHeight: '25vh' }}>
486
+ {ImageSection()}
487
+ </div>
488
+ </div>
489
+ </div>
490
+ )}
491
+ </div>
492
+ </div>
493
+ );
494
+ };
495
+ return (
496
+ <div className="row m-0 d-flex w-100 justify-content-center" style={{ zIndex: 2 }}>
497
+ <div className="col-lg-12 p-0 ">
498
+ {sectionproperties.length != 0 && (
499
+ <div
500
+ className={
501
+ langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 pr-md-0 ' : ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 pl-md-0 '
502
+ }
503
+ >
504
+ {fetchingtype == 'custom' && <>{cardsrender()}</>}
505
+ {fetchingtype != 'custom' && cardsrender()}
506
+ </div>
507
+ )}
508
+ </div>
509
+ </div>
510
+ );
511
+ };
512
+ export default Sixverticalcardssection;