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,299 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ // import { useHistory } from 'react-router-dom';
3
+
4
+ import loginstyles from '../../../styles/staticpages/login.module.css';
5
+ import { AiOutlineUser } from 'react-icons/ai';
6
+ // import { IoLockClosedOutline } from 'react-icons/io5';
7
+ // import { useMutation, useQuery, useQueryClient } from 'react-query';
8
+ // import { LanguageContext } from '../../../../../../../Contexts/LanguageContext';
9
+ // import { FetchingContext } from '../../../../../../../Contexts/FetchingContext';
10
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../../../../Contexts/WebsiteDesignWorkPlaceContext';
11
+ // import { TemplateRoutingContext } from '../../../../../../../Contexts/TemplateRoutingContext';
12
+ // import { serverbaselink, instapikey } from '../../../../../../../Env_Variables';
13
+ // import { Login_API } from '../../../../../../../components/API/API';
14
+ import { CircularProgress } from 'react-cssfx-loading';
15
+ // import { NotificationManager } from 'react-notifications';
16
+
17
+ import { css } from 'glamor';
18
+ // import { Page_Template_Fetch_API } from '../../../../../../../components/API/WebsiteDesign_API';
19
+ import GoogleLogin from './GoogleLoginButton.jsx';
20
+ import FacebookLoginButton from './FacebookLoginButton.jsx';
21
+ const Login = (props) => {
22
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
23
+ const lang = props.actions.lang;
24
+ const templatepropcontext = props.actions.templatepropcontext;
25
+ const langdetect = props.actions.langdetect;
26
+ const routingcountext = props.actions.routingcountext;
27
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
28
+ const SocialLoginMutationContext = props.actions.SocialLoginMutationContext;
29
+ const authdetailsContext = props.actions.authdetailsContext;
30
+ const LoginMutation = props.actions.LoginMutationContext;
31
+ const instapikey = props.actions.instapikey;
32
+ const actions = props.actions;
33
+ const [CurrentPageId, setCurrentPageId] = useState('');
34
+
35
+ const [sectionproperties, setsectionproperties] = useState('');
36
+ useEffect(() => {
37
+ // if (fetchAuthorizationQueryContext.data.data.loggedin) {
38
+ // routingcountext('');
39
+ // }
40
+ }, []);
41
+ useEffect(() => {
42
+ var cartindex = templatepropcontext.pagesnprop.findIndex((x) => x.staticpageid == '6218bccb77283');
43
+ if (cartindex >= 0) {
44
+ setCurrentPageId(templatepropcontext.pagesnprop[cartindex].pageid);
45
+ }
46
+ }, []);
47
+
48
+ useEffect(() => {
49
+ if (StatePagePropertiesContext != null && StatePagePropertiesContext != undefined && StatePagePropertiesContext.length != 0) {
50
+ var secpropobj = {};
51
+ StatePagePropertiesContext?.pageobj?.pageproperties?.forEach(function (arrayItem, arrayindex) {
52
+ secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
53
+ });
54
+ setsectionproperties({ ...secpropobj });
55
+ }
56
+ }, [StatePagePropertiesContext]);
57
+ const [statusreason, setstatusreason] = useState('');
58
+ const [payloadobj, setpayloadobj] = useState({
59
+ instapikey: instapikey,
60
+ email: '',
61
+ password: '',
62
+ });
63
+
64
+ const loginstyles2 = {
65
+ loginbtn: css({
66
+ background: sectionproperties.login_btn_backgroundtransparent == 'Transparent' ? 'transparent' : sectionproperties.login_btn_background,
67
+ color: sectionproperties.login_btn_color,
68
+ // borderTopRightRadius: sectionproperties.login_btn_borderTopRightRadius + 'px',
69
+ // borderTopLeftRadius: sectionproperties.login_btn_borderTopLeftRadius + 'px',
70
+ // borderBottomRightRadius: sectionproperties.login_btn_borderBottomRightRadius + 'px',
71
+ borderRadius: sectionproperties.login_btn_borderBottomLeftRadius + 'px',
72
+ fontSize: sectionproperties.login_btn_fontSize + 'px',
73
+ lineHeight: sectionproperties.login_btn_fontSize + 'px',
74
+ width: sectionproperties.login_btn_width + 'px',
75
+ height: sectionproperties.login_btn_height + 'px',
76
+ fontWeight: sectionproperties.login_btn_fontweight,
77
+ transition: '.3s',
78
+ border: sectionproperties.login_btn_borderwidth + 'px solid ' + sectionproperties.login_btn_bordercolor,
79
+ ':hover': {
80
+ background: sectionproperties.login_btn_backgroundonhover,
81
+ color: sectionproperties.login_btn_coloronhover,
82
+ },
83
+ }),
84
+ logininputLabel: css({
85
+ color: sectionproperties.form_labelcolor,
86
+ textTransform: sectionproperties.form_labeltexttransform,
87
+ fontWeight: sectionproperties.form_labelfontweight,
88
+ fontSize: sectionproperties.form_labelfontsize + 'px',
89
+ }),
90
+ signupbtn: css({
91
+ background: sectionproperties.signup_btnbgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcolor,
92
+ width: sectionproperties.signup_btn_width + 'px',
93
+ height: sectionproperties.signup_btn_height + 'px',
94
+ // borderTopRightRadius: sectionproperties.signup_btn_borderTopRightRadius + 'px',
95
+ // borderTopLeftRadius: sectionproperties.signup_btn_borderTopLeftRadius + 'px',
96
+ // borderBottomRightRadius: sectionproperties.signup_btn_borderBottomRightRadius + 'px',
97
+ borderRadius: sectionproperties.signup_btn_borderBottomLeftRadius + 'px',
98
+ color: sectionproperties.signup_btn_color,
99
+ fontSize: sectionproperties.signup_btn_fontSize + 'px',
100
+ textTransform: sectionproperties.signup_btn_texttransform,
101
+ fontWeight: sectionproperties.signup_btn_fontweight,
102
+ boxShadow: sectionproperties.signup_btn_showshadow == 'Show' ? '0 0 10px ' + sectionproperties.signup_btn_shadowcolor : '',
103
+ border: sectionproperties.signup_btn_borderwidth + 'px solid ' + sectionproperties.signup_btn_bordercolor,
104
+ opacity: sectionproperties.signup_btn_opacity,
105
+ transition: '.3s',
106
+ ':hover': {
107
+ color: sectionproperties.signup_btn_coloronhover,
108
+ background: sectionproperties.signup_btnbgcoloroonhover,
109
+ opacity: sectionproperties.signup_btn_opacityonhover,
110
+ },
111
+ }),
112
+ form_control: css({
113
+ 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)',
114
+ }),
115
+ };
116
+
117
+ return (
118
+ <div className="col-lg-12 d-flex align-items-center justify-content-center pt-md-3 mb-5 pb-5">
119
+ {sectionproperties.length != 0 && (
120
+ <div className={'row m-0 w-100 pl-5 pr-5 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'}>
121
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center">
122
+ <p
123
+ className="text-md-center"
124
+ style={{
125
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
126
+ color: sectionproperties.sectionTitleColor,
127
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
128
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
129
+ marginLeft: sectionproperties.sectionTitleMarginLeft + 'px',
130
+ marginRight: sectionproperties.sectionTitleMarginRight + 'px',
131
+ textTransform: sectionproperties.sectionTitleTextTransform,
132
+ fontWeight: sectionproperties.sectionTitleFontWeight,
133
+ }}
134
+ >
135
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
136
+ </p>
137
+ </div>
138
+ <div className="col-lg-12 col-md-12 col-sm-12 p-sm-0 d-flex justify-content-center">
139
+ <div className={' col-lg-10 col-md-12 col-sm-12 p-sm-0 '}>
140
+ <div className=" row m-0 w-100 ">
141
+ <form
142
+ className={`${loginstyles.leftcontainer}` + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 '}
143
+ style={{
144
+ background: sectionproperties.formLeftbgColor,
145
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.formLeft_bordertoprightradius + 'px' : sectionproperties.formLeft_bordertopleftradius + 'px',
146
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.formLeft_bordertopleftradius + 'px' : sectionproperties.formLeft_bordertoprightradius + 'px',
147
+ borderBottomRightRadius:
148
+ langdetect == 'en' ? sectionproperties.formLeft_borderbottomrightadius + 'px' : sectionproperties.formLeft_borderbottomleftadius + 'px',
149
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.formLeft_borderbottomleftadius + 'px' : sectionproperties.formLeft_borderbottomrightadius + 'px',
150
+ }}
151
+ >
152
+ <div className="row m-0 w-100 d-block p-2 pl-sm-3 pr-sm-3">
153
+ <div className="col-lg-12 col-md-12 col-sm-12 mb-5 p-sm-0">
154
+ <label className={`${loginstyles2.logininputLabel}` + ' m-0 text-transform-none d-flex justify-content-start '}>
155
+ {langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'}
156
+ </label>
157
+ <input
158
+ type="text"
159
+ className={`${loginstyles.form_control} ${loginstyles2.form_control}`}
160
+ value={payloadobj.email}
161
+ onChange={(event) => {
162
+ var temppayloadobj = { ...payloadobj };
163
+ temppayloadobj.email = event.target.value;
164
+ setpayloadobj({ ...temppayloadobj });
165
+ }}
166
+ />
167
+ <span className={langdetect == 'en' ? loginstyles.login_input_icon : loginstyles.login_input_icontrans}>
168
+ <i className="h-100 d-flex align-items-center justify-content-center">
169
+ <AiOutlineUser size={18} />
170
+ </i>
171
+ </span>
172
+ </div>
173
+ <div className="col-lg-12 col-md-12 col-sm-12 p-sm-0">
174
+ <label className={`${loginstyles2.logininputLabel}` + ' m-0 d-flex justify-content-start '}>{langdetect == 'en' ? 'Password' : 'كلمة السر'}</label>
175
+ <input
176
+ className={`${loginstyles.form_control} ${loginstyles2.form_control}`}
177
+ type="password"
178
+ textplaceholder=""
179
+ value={payloadobj.password}
180
+ onChange={(event) => {
181
+ var temppayloadobj = { ...payloadobj };
182
+ temppayloadobj.password = event.target.value;
183
+ setpayloadobj({ ...temppayloadobj });
184
+ }}
185
+ />
186
+ <span className={langdetect == 'en' ? loginstyles.login_input_icon : loginstyles.login_input_icontrans}>
187
+ <i className=" fa fa-at h-100 d-flex align-items-center justify-content-center"></i>
188
+ </span>
189
+ </div>
190
+ <div className="col-lg-12 col-md-12 col-sm-12 mb-3 d-flex justify-content-end mt-1 cursor-pointer text-light text-lighthover font-13 ">
191
+ <p className={'m-0 p-0 '}>{langdetect == 'en' ? 'Forgot Password?' : 'هل نسيت كلمة السر؟'}</p>
192
+ </div>
193
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center font-13 mb-2">
194
+ <p style={{ color: 'red' }} className="m-0 p-0">
195
+ {statusreason}
196
+ </p>
197
+ </div>
198
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3">
199
+ <button
200
+ className={` ${loginstyles2.loginbtn}` + ' d-flex align-items-center justify-content-center '}
201
+ onClick={() => {
202
+ if (payloadobj.email.length != 0 && payloadobj.password.length != 0) {
203
+ LoginMutation.mutate(payloadobj);
204
+ }
205
+ }}
206
+ disabled={LoginMutation.isLoading == true ? true : false}
207
+ >
208
+ {!SocialLoginMutationContext.isLoading && (
209
+ <>
210
+ {LoginMutation.isLoading && <CircularProgress color="#fff" width="20px" height="20px" duration="1s" />}
211
+
212
+ {!LoginMutation.isLoading && (
213
+ <span style={{ letterSpacing: langdetect == 'en' ? '1px' : '', textTransform: sectionproperties.login_btn_texttransform }}>
214
+ {lang.login}
215
+ </span>
216
+ )}
217
+ </>
218
+ )}
219
+ {SocialLoginMutationContext.isLoading && <CircularProgress color="#fff" width="20px" height="20px" duration="1s" />}
220
+ </button>
221
+ </div>
222
+ {/* <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mt-3 mb-3">
223
+ <p className="m-0 p-0 text-black font-weight-600">{lang.orsigninwith}</p>
224
+ </div> */}
225
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-2">
226
+ <FacebookLoginButton actions={actions} />
227
+ </div>
228
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center">
229
+ <GoogleLogin actions={actions} />
230
+ </div>
231
+ </div>
232
+ </form>
233
+ <div className={' col-lg-6 col-md-12 col-sm-12 d-flex align-items-stretch p-0 '}>
234
+ <div
235
+ className={`${loginstyles.rightContainer}` + ' p-2 row m-0 w-100 d-flex align-items-center justify-content-center pt-md-4 pb-md-4 '}
236
+ style={{
237
+ background: sectionproperties.formRightbgColor,
238
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.formRight_bordertoprightradius + 'px' : sectionproperties.formRight_bordertopleftradius + 'px',
239
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.formRight_bordertopleftradius + 'px' : sectionproperties.formRight_bordertoprightradius + 'px',
240
+ borderBottomRightRadius:
241
+ langdetect == 'en' ? sectionproperties.formRight_borderbottomrightadius + 'px' : sectionproperties.formRight_borderbottomleftadius + 'px',
242
+ borderBottomLeftRadius:
243
+ langdetect == 'en' ? sectionproperties.formRight_borderbottomleftadius + 'px' : sectionproperties.formRight_borderbottomrightadius + 'px',
244
+ }}
245
+ >
246
+ <div className="row m-0 w-100">
247
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2">
248
+ <p
249
+ className={` ${loginstyles.rightContainerText}`}
250
+ style={{
251
+ color: sectionproperties.formRightTextColor1,
252
+ fontSize: sectionproperties.formRightTextFontSize1 + 'px',
253
+ fontWeight: sectionproperties.formRightTextFontWeight1,
254
+ marginBottom: sectionproperties.formRightTextMarginBottom1 + 'px',
255
+ }}
256
+ >
257
+ {langdetect == 'en' ? sectionproperties.formRightText1 : sectionproperties.formRightText1_ar}
258
+ </p>
259
+ </div>
260
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2">
261
+ <p
262
+ className={` ${loginstyles.rightContainerText}`}
263
+ style={{
264
+ color: sectionproperties.formRightTextColor2,
265
+ fontSize: sectionproperties.formRightTextFontSize2 + 'px',
266
+ fontWeight: sectionproperties.formRightTextFontWeight2,
267
+ marginBottom: sectionproperties.formRightTextMarginBottom2 + 'px',
268
+ }}
269
+ >
270
+ {langdetect == 'en' ? sectionproperties.formRightText2 : sectionproperties.formRightText2_ar}
271
+ </p>
272
+ </div>
273
+
274
+ <div className="col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center">
275
+ <button
276
+ className={`${loginstyles2.signupbtn} ` + ' pl-4 pr-4 '}
277
+ onClick={() => {
278
+ routingcountext(StaticPagesLinksContext.Signup);
279
+ }}
280
+ >
281
+ {lang.signup}
282
+ </button>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </div>
290
+ <form method="POST" action={'/surfer/login'} className="" id={'loginform'} style={{ display: 'none' }}>
291
+ <input type="hidden" name="email" value={payloadobj.email} />
292
+ <input type="hidden" name="password" value={payloadobj.password} />
293
+ </form>
294
+ </div>
295
+ )}
296
+ </div>
297
+ );
298
+ };
299
+ export default Login;
@@ -0,0 +1,192 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { LanguageContext } from '../../../../../../../Contexts/LanguageContext';
3
+ import { FetchingContext } from '../../../../../../../Contexts/FetchingContext';
4
+ import { WebsiteDesignWorkPlaceContext } from '../../../../../../../Contexts/WebsiteDesignWorkPlaceContext';
5
+ import { TemplateRoutingContext } from '../../../../../../../Contexts/TemplateRoutingContext';
6
+ import { BrowserRouter as Router, Switch, Route, Redirect, useParams, useHistory, useLocation } from 'react-router-dom';
7
+ import { useQuery, useQueryClient, useMutation } from 'react-query';
8
+ import { css } from 'glamor';
9
+ import { Page_Template_Fetch_API } from '../../../../../../../components/API/WebsiteDesign_API';
10
+ import { BsBagCheck, BsBagX } from 'react-icons/bs';
11
+
12
+ const OrderSuccess = (props) => {
13
+ let history = useHistory();
14
+ let location = useLocation();
15
+ const queryClient = useQueryClient();
16
+ const { lang, langdetect } = useContext(LanguageContext);
17
+ const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
18
+ const { setShowPaymentOnlineModalContext, ApplyPromoCodeMutationContext } = useContext(FetchingContext);
19
+ const [timer, settimer] = useState(null);
20
+ const [IsOrderSuccess, setIsOrderSuccess] = useState(false);
21
+ const [ReasonFail, setReasonFail] = useState('');
22
+ const { fetch_inst_tabex_websitetemplatesQueryContext, sectionindexcontext, pageindexcontext, ProjectOpenrcTypeContext, TemplateIdContext, INSTAPIKEYCONTEXT } =
23
+ useContext(WebsiteDesignWorkPlaceContext);
24
+ const [sectionproperties, setsectionproperties] = useState('');
25
+ const [CurrentPageId, setCurrentPageId] = useState('');
26
+ const PageTemplateFetcherQuery = useQuery(
27
+ [ProjectOpenrcTypeContext == 'workplace' ? 'FetchPages_API' + TemplateIdContext + CurrentPageId : 'FetchPages_API' + INSTAPIKEYCONTEXT + CurrentPageId],
28
+ () =>
29
+ Page_Template_Fetch_API(
30
+ ProjectOpenrcTypeContext == 'workplace'
31
+ ? { templateid: TemplateIdContext, pageid: CurrentPageId }
32
+ : { INSTAPIKEYCONTEXT: INSTAPIKEYCONTEXT, srctypefrom: 'subdomain', pageid: CurrentPageId },
33
+ ),
34
+ {
35
+ keepPreviousData: true,
36
+ staleTime: Infinity,
37
+ enabled: CurrentPageId.length != 0 ? true : false,
38
+ },
39
+ );
40
+ useEffect(() => {
41
+ const query = new URLSearchParams(location.search);
42
+ var issuccess = query.get('status');
43
+
44
+ if (issuccess == true || issuccess == 1 || issuccess == 'true') {
45
+ setIsOrderSuccess(true);
46
+ } else {
47
+ setIsOrderSuccess(false);
48
+ setReasonFail(query.get('reason'));
49
+ }
50
+ }, []);
51
+ useEffect(() => {
52
+ var cartindex = fetch_inst_tabex_websitetemplatesQueryContext.data.data.template.pages.findIndex((x) => x.staticpageid == '62af2f545cebb');
53
+ if (cartindex >= 0) {
54
+ setCurrentPageId(fetch_inst_tabex_websitetemplatesQueryContext.data.data.template.pages[cartindex].pageid);
55
+ }
56
+ }, [fetch_inst_tabex_websitetemplatesQueryContext.dataUpdatedAt]);
57
+ useEffect(() => {
58
+ if (PageTemplateFetcherQuery.isSuccess) {
59
+ var secpropobj = {};
60
+ PageTemplateFetcherQuery.data.data.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
61
+ secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
62
+ });
63
+ setsectionproperties({ ...secpropobj });
64
+ }
65
+ }, [PageTemplateFetcherQuery.dataUpdatedAt, PageTemplateFetcherQuery.isSuccess]);
66
+ const {
67
+ fetchcustomercartQueryContext,
68
+ FetchQueriesEngineContext,
69
+ setFetchQueriesEngineContext,
70
+ fetchTabexCountriesQueryContext,
71
+ fetchTabexStatesQueryContext,
72
+ FetchTabexStatesPayloadobjContext,
73
+ setFetchTabexStatesPayloadobjContext,
74
+ FetchInstituteZoneDetailsQueryContext,
75
+ setFetchInstituteZoneDetailsPayloadobj,
76
+ ChooseState_CountryMutationContext,
77
+ FetchInstituteZoneDetailsPayloadobj,
78
+ fetchTabexCitiesQueryContext,
79
+ AddOrderMutationContext,
80
+ fetchAuthorizationQueryContext,
81
+ } = useContext(FetchingContext);
82
+ const ordersuccessstyle = {
83
+ ordersuccessbtn: css({
84
+ background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
85
+ color: sectionproperties.generalbtn_textColor,
86
+ borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
87
+ borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
88
+ borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
89
+ borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
90
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
91
+ textTransform: sectionproperties.generalbtn_texttransform,
92
+ width: sectionproperties.generalbtn_width + 'px',
93
+ height: sectionproperties.generalbtn_height + 'px',
94
+ fontWeight: sectionproperties.generalbtn_fontweight,
95
+ transition: '.3s',
96
+ border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
97
+ ':hover': {
98
+ background: sectionproperties.generalbtn_bgColoronhover,
99
+ color: sectionproperties.generalbtn_textColoronhover,
100
+ },
101
+ }),
102
+ };
103
+ return (
104
+ <div
105
+ className={'row m-0 w-100 justify-content-center mt-4 mb-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2'}
106
+ style={{
107
+ paddingLeft: sectionproperties.paddingLeft + 'px',
108
+ paddingRight: sectionproperties.paddingRight + 'px',
109
+ paddingTop: sectionproperties.paddingTop + 'px',
110
+ paddingBottom: sectionproperties.paddingBottom + 'px',
111
+ }}
112
+ >
113
+ {IsOrderSuccess && (
114
+ <div
115
+ className="col-lg-12 allcentered flex-column d-none"
116
+ style={{
117
+ minHeight: '50vh',
118
+ background: 'white',
119
+ borderRadius: '10px',
120
+ }}
121
+ >
122
+ <BsBagCheck size={sectionproperties.icontextfontsize} color={sectionproperties.iconcontainercolor} className="mb-2" />
123
+ <p
124
+ className="m-0 p-0 wordbreak"
125
+ style={{
126
+ color: sectionproperties.slideshowText1ContentColor,
127
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
128
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
129
+ }}
130
+ dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.text1editortexten : sectionproperties.text1editortextar }}
131
+ >
132
+ {/* {lang.ordersuccess1} */}
133
+ </p>
134
+ {/* <p
135
+ className="m-0 p-0 wordbreak"
136
+ style={{
137
+ color: sectionproperties.slideshowText1ContentColor,
138
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
139
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
140
+ }}
141
+ >
142
+ {lang.ordersuccess2}
143
+ </p> */}
144
+ {fetchAuthorizationQueryContext.data.data.loggedin && (
145
+ <button
146
+ className={`${ordersuccessstyle.ordersuccessbtn} ` + ' mt-3 d-flex align-items-center justify-content-center '}
147
+ onClick={() => {
148
+ routingcountext(StaticPagesLinksContext.Ordershistory);
149
+ }}
150
+ >
151
+ {lang.checkyourorder}
152
+ </button>
153
+ )}
154
+ </div>
155
+ )}
156
+ {!IsOrderSuccess && (
157
+ <div
158
+ className="col-lg-12 allcentered flex-column"
159
+ style={{
160
+ minHeight: '50vh',
161
+ background: 'white',
162
+ borderRadius: '10px',
163
+ }}
164
+ >
165
+ <BsBagX size={sectionproperties.icontextfontsize} color={sectionproperties.iconcontainercolor} className="mb-2" />
166
+ <p
167
+ className="m-0 p-0 wordbreak"
168
+ style={{
169
+ color: sectionproperties.slideshowText2ContentColor,
170
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
171
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
172
+ }}
173
+ dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar }}
174
+ >
175
+ {/* {lang.ordererror1} */}
176
+ </p>
177
+ <p
178
+ className="m-0 p-0 wordbreak"
179
+ style={{
180
+ color: sectionproperties.slideshowText2ContentColor,
181
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
182
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
183
+ }}
184
+ >
185
+ {ReasonFail}
186
+ </p>
187
+ </div>
188
+ )}
189
+ </div>
190
+ );
191
+ };
192
+ export default OrderSuccess;