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,157 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import generalstyles from '../../../styles/general/general.module.css';
3
+ import CustomerInformationForm from './CustomerInformationForm.jsx';
4
+
5
+ import { css } from 'glamor';
6
+ import { CircularProgress } from 'react-cssfx-loading';
7
+ const Signup = (props) => {
8
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
9
+ const CurrentSrcTypeContext = props.actions.CurrentSrcTypeContext;
10
+ const routingcountext = props.actions.routingcountext;
11
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
12
+ const SocialLoginMutationContext = props.actions.SocialLoginMutationContext;
13
+ const lang = props.actions.lang;
14
+ const langdetect = props.actions.langdetect;
15
+ const templatepropcontext = props.actions.templatepropcontext;
16
+ const authdetailsContext = props.actions.authdetailsContext;
17
+ const actions = props.actions;
18
+ const [CurrentPageId, setCurrentPageId] = useState('');
19
+
20
+ const [sectionproperties, setsectionproperties] = useState('');
21
+ useEffect(() => {
22
+ if (authdetailsContext.loggedin) {
23
+ routingcountext('');
24
+ }
25
+ }, []);
26
+ useEffect(() => {
27
+ var cartindex = templatepropcontext?.pagesnprop.findIndex((x) => x.staticpageid == '6218bccb7f4f7');
28
+ if (cartindex >= 0) {
29
+ setCurrentPageId(cartindex);
30
+ }
31
+ }, []);
32
+ useEffect(() => {
33
+ var secpropobj = {};
34
+ templatepropcontext?.pagesnprop[CurrentPageId]?.pageproperties?.forEach(function (arrayItem, arrayindex) {
35
+ secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
36
+ });
37
+ setsectionproperties({ ...secpropobj });
38
+ }, [CurrentPageId]);
39
+ useEffect(() => {
40
+ if (CurrentSrcTypeContext == 'workplace') {
41
+ if (StatePagePropertiesContext != null && StatePagePropertiesContext != undefined && StatePagePropertiesContext.length != 0) {
42
+ var secpropobj = {};
43
+ StatePagePropertiesContext?.pageobj?.pageproperties?.forEach(function (arrayItem, arrayindex) {
44
+ secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
45
+ });
46
+ setsectionproperties({ ...secpropobj });
47
+ }
48
+ }
49
+ }, [StatePagePropertiesContext]);
50
+ const loginstyles2 = {
51
+ loginbtn: css({
52
+ color: sectionproperties.login_btn_color,
53
+ fontSize: sectionproperties.login_btn_fontSize + 'px',
54
+ textTransform: sectionproperties.login_btn_texttransform,
55
+ fontWeight: sectionproperties.login_btn_fontweight,
56
+ textDecoration: 'underline',
57
+ transition: '.3s',
58
+ ':hover': {
59
+ color: sectionproperties.login_btn_coloronhover,
60
+ },
61
+ }),
62
+ logininputLabel: css({
63
+ color: sectionproperties.form_labelcolor,
64
+ textTransform: sectionproperties.form_labeltexttransform,
65
+ fontWeight: sectionproperties.form_labelfontweight,
66
+ fontSize: sectionproperties.form_labelfontsize + 'px',
67
+ }),
68
+ signupbtn: css({
69
+ background: sectionproperties.signup_btnbgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcolor,
70
+ width: sectionproperties.signup_btn_width + 'px',
71
+ height: sectionproperties.signup_btn_height + 'px',
72
+ borderRadius: sectionproperties.signup_btn_borderBottomLeftRadius + 'px',
73
+ color: sectionproperties.signup_btn_color,
74
+ fontSize: sectionproperties.signup_btn_fontSize + 'px',
75
+ textTransform: sectionproperties.signup_btn_texttransform,
76
+ fontWeight: sectionproperties.signup_btn_fontweight,
77
+ boxShadow: sectionproperties.signup_btn_showshadow == 'Show' ? '0 0 10px ' + sectionproperties.signup_btn_shadowcolor : '',
78
+ border: sectionproperties.signup_btn_borderwidth + 'px solid ' + sectionproperties.signup_btn_bordercolor,
79
+ opacity: sectionproperties.signup_btn_opacity,
80
+ transition: '.3s',
81
+ ':hover': {
82
+ color: sectionproperties.signup_btn_coloronhover,
83
+ background: sectionproperties.signup_btnbgcoloroonhover,
84
+ opacity: sectionproperties.signup_btn_opacityonhover,
85
+ },
86
+ }),
87
+ form_control: css({
88
+ backgroundImage: 'linear-gradient(to top, #eac435 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px)',
89
+ }),
90
+ };
91
+ return (
92
+ <div className="col-lg-12 d-flex align-items-center justify-content-center pt-3 pb-3 pt-md-3 ">
93
+ <div className={'row m-0 w-100 pl-3 pr-3 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'}>
94
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center">
95
+ <p
96
+ className="m-0 p-0"
97
+ style={{
98
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
99
+ color: sectionproperties.sectionTitleColor,
100
+ fontWeight: sectionproperties.sectionTitleFontWeight,
101
+ }}
102
+ >
103
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
104
+ </p>
105
+ </div>
106
+ <div className="row m-0 w-100 mb-2">
107
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2">
108
+ <p
109
+ className="m-0 p-0"
110
+ style={{
111
+ color: sectionproperties.formRightTextColor1,
112
+ fontSize: sectionproperties.formRightTextFontSize1 + 'px',
113
+ fontWeight: sectionproperties.formRightTextFontWeight1,
114
+ }}
115
+ >
116
+ {langdetect == 'en' ? sectionproperties.formRightText1 : sectionproperties.formRightText1_ar}
117
+ </p>
118
+ <p
119
+ className={`${loginstyles2.loginbtn} ` + ' ml-2 mr-2 mb-0 p-0 cursor-pointer '}
120
+ onClick={() => {
121
+ routingcountext(StaticPagesLinksContext.Login);
122
+ }}
123
+ >
124
+ {lang.login}
125
+ </p>
126
+ </div>
127
+ </div>
128
+ <div className="col-lg-12 p-sm-0">
129
+ <div className={`${generalstyles.card}` + ' p-0 ml-3 mr-3 m-md-0 '}>
130
+ <div className=" row m-0 w-100 ">
131
+ <div
132
+ className="col-lg-12 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch"
133
+ style={{
134
+ background: sectionproperties.formLeftbgColor,
135
+ borderTopRightRadius: sectionproperties.formLeft_bordertoprightradius + 'px',
136
+ borderTopLeftRadius: sectionproperties.formLeft_bordertopleftradius + 'px',
137
+ borderBottomRightRadius: sectionproperties.formLeft_borderbottomrightadius + 'px',
138
+ borderBottomLeftRadius: sectionproperties.formLeft_borderbottomleftadius + 'px',
139
+ }}
140
+ >
141
+ {!SocialLoginMutationContext.isLoading && (
142
+ <CustomerInformationForm formtype="add" sectionpropertiesprops={sectionproperties} srcfromprops={'signup'} actions={actions} />
143
+ )}
144
+ {SocialLoginMutationContext.isLoading && (
145
+ <div className="w-100 d-flex m-auto mx-auto justify-content-center align-items-center">
146
+ <CircularProgress color="black" width="40px" height="40px" duration="1s" />
147
+ </div>
148
+ )}
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ );
156
+ };
157
+ export default Signup;
@@ -0,0 +1,285 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { NavItem } from 'react-bootstrap';
3
+ import staticroutersidenav from '../../../styles/staticpages/staticroutersidenav.module.css';
4
+ import { AiOutlineUser, AiOutlineLogout } from 'react-icons/ai';
5
+ import { FiShoppingCart } from 'react-icons/fi';
6
+ import { FaStar } from 'react-icons/fa';
7
+ import { MdOutlinePolicy } from 'react-icons/md';
8
+ import { css } from 'glamor';
9
+
10
+ const Staticpagesrouter = (props) => {
11
+ const [currentchecked, setcurrentchecked] = useState(props.currentpageprops);
12
+ const [CurrentPageId, setCurrentPageId] = useState('');
13
+ const [sectionproperties, setsectionproperties] = useState('');
14
+ const templatepropcontext = props.actions.templatepropcontext;
15
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
16
+ const lang = props.actions.lang;
17
+ const langdetect = props.actions.langdetect;
18
+ const routingcountext = props.actions.routingcountext;
19
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
20
+ const navigationstyle = props.actions.navigationstyle;
21
+ const setnavigationstyle = props.actions.setnavigationstyle;
22
+ const authdetailsContext = props.actions.authdetailsContext;
23
+ const [tabsarray, settabsarray] = useState([
24
+ {
25
+ tabname: lang.accountinformation,
26
+ route: StaticPagesLinksContext.accountinfo,
27
+ ischecked: currentchecked == 'accountinfo' ? true : false,
28
+ icon: (
29
+ <i className="h-100 d-flex align-items-center justify-content-center">
30
+ <AiOutlineUser size={15} />
31
+ </i>
32
+ ),
33
+ Isvisible: authdetailsContext?.loggedin,
34
+ },
35
+ {
36
+ tabname: lang.previousorders,
37
+ route: StaticPagesLinksContext.Ordershistory,
38
+ ischecked: currentchecked == 'previousorders' ? true : false,
39
+ icon: (
40
+ <i className="h-100 d-flex align-items-center justify-content-center">
41
+ <FiShoppingCart />
42
+ </i>
43
+ ),
44
+ Isvisible: authdetailsContext.loggedin,
45
+ },
46
+ {
47
+ tabname: lang.policies,
48
+ route: StaticPagesLinksContext.Policies,
49
+ ischecked: currentchecked == 'Policies' ? true : false,
50
+ icon: (
51
+ <i className="h-100 d-flex align-items-center justify-content-center">
52
+ <MdOutlinePolicy />
53
+ </i>
54
+ ),
55
+ Isvisible: true,
56
+ // counter: 0,
57
+ },
58
+ {
59
+ route: StaticPagesLinksContext.Wishlist,
60
+ tabname: lang.wishlist,
61
+ ischecked: currentchecked == 'Wishlist' ? true : false,
62
+ icon: (
63
+ <i className="h-100 d-flex align-items-center justify-content-center">
64
+ <FaStar />
65
+ </i>
66
+ ),
67
+ Isvisible: true,
68
+ // counter:
69
+ // fetchFavoriteProductsQueryContext.isFetching == false && fetchFavoriteProductsQueryContext.isSuccess == true ? (
70
+ // fetchFavoriteProductsQueryContext.data.data.products.length
71
+ // ) : (
72
+ // <CircularProgress color={props.pillpropertiesprops.color} width="10px" height="10px" duration="1s" />
73
+ // ),
74
+ },
75
+ {
76
+ route: StaticPagesLinksContext.viewcart,
77
+ tabname: lang.viewcart,
78
+ ischecked: currentchecked == 'Viewcart' ? true : false,
79
+ icon: (
80
+ <i className="h-100 d-flex align-items-center justify-content-center">
81
+ <FaStar />
82
+ </i>
83
+ ),
84
+ Isvisible: true,
85
+ },
86
+ ]);
87
+
88
+ useEffect(() => {
89
+ var cartindex = templatepropcontext.pagesnprop.findIndex((x) => x.staticpageid == '623dbf7ccdc8b');
90
+ if (cartindex >= 0) {
91
+ setCurrentPageId(cartindex);
92
+ }
93
+ }, []);
94
+
95
+ useEffect(() => {
96
+ // if (CurrentSrcTypeContext == 'workplace') {
97
+ // if (StatePagePropertiesContext != null && StatePagePropertiesContext != undefined && StatePagePropertiesContext.length != 0) {
98
+ var secpropobj = {};
99
+ templatepropcontext?.pagesnprop[CurrentPageId]?.pageproperties?.forEach(function (arrayItem, arrayindex) {
100
+ secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
101
+ });
102
+ setsectionproperties({ ...secpropobj });
103
+ setnavigationstyle('Upper Navigation');
104
+ // }
105
+ // }
106
+ }, [CurrentPageId]);
107
+ const styles = {
108
+ generalbtn: css({
109
+ position: 'relative',
110
+ color: sectionproperties.cartBtnTextcolor,
111
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
112
+ textTransform: sectionproperties.cartBtnTexttransform,
113
+ height: sectionproperties.cartBtnHeight + 'px',
114
+ width: sectionproperties.cartBtnWidth + 'px',
115
+ background: currentchecked == 'viewcart' ? sectionproperties.generalbtn_bgColoronhover : sectionproperties.cartBtnbgColor,
116
+ borderRadius: sectionproperties.cart_btn_borderTopLeftRadius + 'px',
117
+ fontWeight: sectionproperties.cartBtnTextfontweight,
118
+ transition: '.3s',
119
+ ':hover': {
120
+ background: sectionproperties.cartBtnbgColoronhover,
121
+ color: sectionproperties.cartBtnTextcoloronhover,
122
+ },
123
+ }),
124
+ sidebar_item: css({
125
+ color: sectionproperties.navigationtextcolor,
126
+ background: sectionproperties.navcontbg_color,
127
+ borderRadius: sectionproperties.navcontborderbl + 'px',
128
+ ':hover': {
129
+ color: sectionproperties.navigationtextcoloronhover,
130
+ background: sectionproperties.navcontbgcoloronhover,
131
+ },
132
+ ':after': {
133
+ left: langdetect == 'en' ? '' : 0,
134
+ right: langdetect == 'en' ? 0 : '',
135
+ },
136
+ ':hover:after': {
137
+ background: sectionproperties.navigationtextcoloronhover,
138
+ left: langdetect == 'en' ? '' : 0,
139
+ right: langdetect == 'en' ? 0 : '',
140
+ },
141
+ }),
142
+ sidenav_page_name: css({
143
+ fontSize: sectionproperties.navigationtextfontsize + 'px',
144
+ fontWeight: sectionproperties.navigationtextfontweight,
145
+ textTransform: sectionproperties.navigationtexttextransform,
146
+ }),
147
+ sidenav_icon_cont: css({
148
+ width: sectionproperties.iconcontainerwidth + 'px',
149
+ height: sectionproperties.iconcontainerheight + 'px',
150
+ borderRadius: sectionproperties.iconcontainerborderbl + 'px',
151
+ color: sectionproperties.iconcontainercolor,
152
+ background: sectionproperties.iconcontainerbg,
153
+ ':hover': {
154
+ background: sectionproperties.navigationtextcoloronhover,
155
+ },
156
+ }),
157
+ sidenav_active: css({
158
+ // color: sectionproperties.navigationtextactivecolor,
159
+ background: sectionproperties.activepagebgcolor,
160
+ ':after': {
161
+ backgroundColor: sectionproperties.navigationtextactivecolor,
162
+ },
163
+ }),
164
+ activeicon: css({
165
+ background: sectionproperties.navigationtextactivecolor,
166
+ }),
167
+ sidenavtext_active: css({
168
+ color: sectionproperties.navigationtextactivecolor,
169
+ }),
170
+ };
171
+ return (
172
+ <div className="row ml-0 mr-0 w-100">
173
+ <div className="col-lg-12 p-0">
174
+ {sectionproperties.length != 0 && (
175
+ <div className="row ml-0 mr-0 w-100">
176
+ {navigationstyle == 'Side Navigation' && (
177
+ <div className="col-lg-12 p-0">
178
+ <div className={staticroutersidenav.vertical_nav_menu + ' w-100 pb-3 pl-3 pr-3 p-md-0 '}>
179
+ {tabsarray.map((item, index) => {
180
+ var activeclass = '';
181
+ var activeclass2 = '';
182
+ var activeicon = '';
183
+ if (item.ischecked) {
184
+ activeclass = styles.sidenav_active;
185
+ activeclass2 = staticroutersidenav.sidenav_active;
186
+ activeicon = styles.activeicon;
187
+ }
188
+ if (item.Isvisible) {
189
+ return (
190
+ <div
191
+ className="row m-0 w-100 "
192
+ onClick={() => {
193
+ routingcountext(item.route);
194
+ }}
195
+ >
196
+ <li className="col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center p-0 w-100 ">
197
+ <li
198
+ className={
199
+ `${staticroutersidenav.sidebar_item} ${styles.sidebar_item} ${activeclass} ${activeclass2}` +
200
+ ' w-100 d-flex justify-content-start align-items-center '
201
+ }
202
+ >
203
+ <p
204
+ className={
205
+ langdetect == 'en'
206
+ ? `${styles.sidenav_icon_cont} ${staticroutersidenav.sidenav_icon_cont} ${activeicon}` + ' mr-2 p-0 m-0 '
207
+ : `${styles.sidenav_icon_cont} ${staticroutersidenav.sidenav_icon_cont} ${activeicon}` + ' ml-2 p-0 m-0 '
208
+ }
209
+ >
210
+ {item.icon}
211
+ </p>
212
+ <p className={`${styles.sidenav_page_name} ${staticroutersidenav.sidenav_page_name}` + ' p-0 m-0 '}>{item.tabname}</p>
213
+ </li>
214
+ </li>
215
+ <div className="col-lg-12">
216
+ <hr className="mt-2 mb-2" />
217
+ </div>
218
+ </div>
219
+ );
220
+ }
221
+ })}
222
+ </div>
223
+ <div className="col-lg-12 p-0 d-flex align-items-center justify-content-center mt-3">
224
+ <Link to={StaticPagesLinksContext.viewcart}>
225
+ <button className={`${styles.generalbtn}` + ' d-flex align-items-center justify-content-center '}>
226
+ <FiShoppingCart size={18} className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
227
+ {langdetect == 'en' ? 'My Cart' : 'حقيبة التسوق'}
228
+ </button>
229
+ </Link>
230
+ </div>
231
+ </div>
232
+ )}
233
+ {navigationstyle == 'Upper Navigation' && (
234
+ <div className="col-lg-12 d-flex justify-content-center p-0">
235
+ <div className={staticroutersidenav.horizontal_nav_menu + ' row m-0 w-100 justify-content-center justify-content-between '}>
236
+ {tabsarray.map((item, index) => {
237
+ var activeclass = '';
238
+ var lastchild = '';
239
+ var textactiveclass = '';
240
+ if (item.ischecked) {
241
+ activeclass = styles.sidenav_active;
242
+ textactiveclass = styles.sidenavtext_active;
243
+ }
244
+ if (index == tabsarray.length - 1) {
245
+ lastchild = staticroutersidenav.sidebar_itemlastchild;
246
+ }
247
+ if (item.Isvisible) {
248
+ return (
249
+ <div
250
+ onClick={() => {
251
+ routingcountext(item.route);
252
+ }}
253
+ className={
254
+ langdetect == 'en'
255
+ ? `${staticroutersidenav.sidebar_item} ${styles.sidebar_item} ${activeclass} ${lastchild}` +
256
+ ' justify-content-center align-items-center mr-3 mb-3 cursor-pointer '
257
+ : `${staticroutersidenav.sidebar_item} ${styles.sidebar_item} ${activeclass} ${lastchild}` +
258
+ ' justify-content-center align-items-center ml-3 mb-3 cursor-pointer '
259
+ }
260
+ style={{ flex: 1, height: '55px' }}
261
+ >
262
+ <p
263
+ className={
264
+ `${styles.sidenav_page_name} ${staticroutersidenav.sidenav_page_name} ${textactiveclass}` +
265
+ ' p-0 d-flex justify-content-center align-items-center h-100 text-uppercase wordbreak-noellipsis '
266
+ }
267
+ style={{ fontSize: '13px' }}
268
+ >
269
+ {item.tabname}
270
+ </p>
271
+ </div>
272
+ );
273
+ }
274
+ })}
275
+ </div>
276
+ </div>
277
+ )}
278
+ </div>
279
+ )}
280
+ </div>
281
+ </div>
282
+ );
283
+ };
284
+
285
+ export default Staticpagesrouter;