tabexseriescomponents 0.0.706 → 0.0.708
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/srcoman/Contexts/LanguageContext.jsx +408 -0
- package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcoman/Imagekitconfig.jsx +46 -0
- package/srcoman/StylesJS/Customstyles.js +345 -0
- package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
- package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
- package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
- package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
- package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
- package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
- package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
- package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
- package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
- package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
- package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
- package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
- package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
- package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
- package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
- package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcoman/button.jsx +40 -0
- package/srcoman/index.jsx +334 -0
- package/srcoman/styles/Home.module.css +129 -0
- package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcoman/styles/cards/Productcard6.module.css +9 -0
- package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcoman/styles/cards/card23.module.css +60 -0
- package/srcoman/styles/cards/categorycard.module.css +84 -0
- package/srcoman/styles/cards/categorycard3.module.css +50 -0
- package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcoman/styles/general/bootstrap.css +4763 -0
- package/srcoman/styles/general/dropdown.css +206 -0
- package/srcoman/styles/general/editorbardropdown.module.css +94 -0
- package/srcoman/styles/general/filter.module.css +108 -0
- package/srcoman/styles/general/form.module.css +255 -0
- package/srcoman/styles/general/general.module.css +872 -0
- package/srcoman/styles/general/image-gallery.css +531 -0
- package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
- package/srcoman/styles/general/scrollbtn.module.css +22 -0
- package/srcoman/styles/general/slick.module.css +166 -0
- package/srcoman/styles/general/tabs.module.css +119 -0
- package/srcoman/styles/general/workplaceeditor.module.css +328 -0
- package/srcoman/styles/globals.css +26 -0
- package/srcoman/styles/headers/CTAHeader.module.css +40 -0
- package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcoman/styles/headers/Gotoheader.module.css +87 -0
- package/srcoman/styles/headers/Header7.module.css +50 -0
- package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcoman/styles/headers/NewHeader.module.css +101 -0
- package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcoman/styles/headers/Sideheader.module.css +108 -0
- package/srcoman/styles/headers/Simpleheader.module.css +102 -0
- package/srcoman/styles/headers/classicheader.module.css +16 -0
- package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcoman/styles/headers/dropdown.css +0 -0
- package/srcoman/styles/headers/header4.module.css +175 -0
- package/srcoman/styles/headers/header5.module.css +30 -0
- package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
- package/srcoman/styles/headers/headerresturant.module.css +89 -0
- package/srcoman/styles/headers/modernheader.module.css +45 -0
- package/srcoman/styles/headers/stylishheader.module.css +24 -0
- package/srcoman/styles/headers/subheader.module.css +114 -0
- package/srcoman/styles/headers/threetieredheader.module.css +91 -0
- package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcoman/styles/sections/Freetext.module.css +18 -0
- package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcoman/styles/staticpages/accordion.module.css +9 -0
- package/srcoman/styles/staticpages/cart.module.css +108 -0
- package/srcoman/styles/staticpages/dropdown.css +196 -0
- package/srcoman/styles/staticpages/filter.module.css +139 -0
- package/srcoman/styles/staticpages/image-gallery.css +481 -0
- package/srcoman/styles/staticpages/login.module.css +155 -0
- package/srcoman/styles/staticpages/productinfo.module.css +54 -0
- package/srcoman/styles/staticpages/shop.module.css +191 -0
- package/srcoman/styles/staticpages/signup.module.css +250 -0
- package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcoman/styles/staticpages/viewcart.module.css +129 -0
- package/srcoman/styles/staticpages/wishlist.module.css +29 -0
|
@@ -0,0 +1,704 @@
|
|
|
1
|
+
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
+
import headerstyles from '../../../styles/headers/HeaderWithSearchOnCenter.module.css';
|
|
3
|
+
import { css } from 'glamor';
|
|
4
|
+
import Dropdown from 'react-bootstrap/Dropdown';
|
|
5
|
+
import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
|
|
6
|
+
import Searchlist from '../../StaticPages/Searchlist/Searchlist.jsx';
|
|
7
|
+
import Headerresponsive from '../Headerresponsive/Headerresponsive.jsx';
|
|
8
|
+
import Subheader from '../Subheader/Subheader.jsx';
|
|
9
|
+
import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
|
|
10
|
+
import { AiOutlineUserAdd } from '@react-icons/all-files/ai/AiOutlineUserAdd';
|
|
11
|
+
import { AiOutlineLogin } from '@react-icons/all-files/ai/AiOutlineLogin';
|
|
12
|
+
import { AiOutlineUser } from '@react-icons/all-files/ai/AiOutlineUser';
|
|
13
|
+
import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
|
|
14
|
+
import { AiOutlineSecurityScan } from '@react-icons/all-files/ai/AiOutlineSecurityScan';
|
|
15
|
+
import { HiOutlineShoppingBag } from '@react-icons/all-files/hi/HiOutlineShoppingBag';
|
|
16
|
+
import { BsBag } from '@react-icons/all-files/bs/BsBag';
|
|
17
|
+
import { BsSearch } from '@react-icons/all-files/bs/BsSearch';
|
|
18
|
+
import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
|
|
19
|
+
import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
|
|
20
|
+
import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
|
|
21
|
+
import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
|
|
22
|
+
import { BiLogOutCircle } from '@react-icons/all-files/bi/BiLogOutCircle';
|
|
23
|
+
import { FiCalendar } from '@react-icons/all-files/fi/FiCalendar';
|
|
24
|
+
|
|
25
|
+
const HeaderWithSearchOnCenter = (props) => {
|
|
26
|
+
const [sectionproperties, setsectionproperties] = useState('');
|
|
27
|
+
const LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
28
|
+
const fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
29
|
+
const setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
30
|
+
const setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
31
|
+
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
32
|
+
const lang = props.actions.lang;
|
|
33
|
+
const langdetect = props.actions.langdetect;
|
|
34
|
+
const setlang = props.actions.setlang;
|
|
35
|
+
const templatepropcontext = props.actions.templatepropcontext;
|
|
36
|
+
const authdetailsContext = props.actions.authdetailsContext;
|
|
37
|
+
const templateproperties_context = props.actions.templateproperties_context;
|
|
38
|
+
const favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
39
|
+
const routingcountext = props.actions.routingcountext;
|
|
40
|
+
const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
41
|
+
const ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
42
|
+
const actions = props.actions;
|
|
43
|
+
|
|
44
|
+
useEffect(() => {
|
|
45
|
+
var secpropobj = {};
|
|
46
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
47
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
48
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
49
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
if (Object.keys(secpropobj).length === 0) {
|
|
54
|
+
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
55
|
+
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
setsectionproperties({ ...secpropobj });
|
|
59
|
+
}, [StatePagePropertiesContext]);
|
|
60
|
+
const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
|
|
61
|
+
useEffect(() => {
|
|
62
|
+
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
63
|
+
var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
|
|
64
|
+
if (Array.isArray(logoarrayofobjectsparsed)) {
|
|
65
|
+
setlogoarrayofobjects([...logoarrayofobjectsparsed]);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}, [templateproperties_context]);
|
|
69
|
+
const header_cssstyles = {
|
|
70
|
+
upperheadersection: css({
|
|
71
|
+
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'Transparent' : sectionproperties.uppersection_bgcolor,
|
|
72
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
73
|
+
paddingRight: langdetect == 'en' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
|
|
74
|
+
paddingTop: sectionproperties.uppersection_paddingtop + 'px',
|
|
75
|
+
paddingBottom: sectionproperties.uppersection_paddingbottom + 'px',
|
|
76
|
+
borderTopLeftRadius: sectionproperties.uppersection_btlradius + 'px',
|
|
77
|
+
borderTopRightRadius: sectionproperties.uppersection_btrradius + 'px',
|
|
78
|
+
borderBottomLeftRadius: sectionproperties.uppersection_bblradius + 'px',
|
|
79
|
+
borderBottomRightRadius: sectionproperties.uppersection_bbrradius + 'px',
|
|
80
|
+
}),
|
|
81
|
+
upperheadertext: css({
|
|
82
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
83
|
+
color: sectionproperties.footerinfotext_color,
|
|
84
|
+
fontWeight: sectionproperties.footerinfotext_fontweight,
|
|
85
|
+
transition: '.3s',
|
|
86
|
+
':hover': {
|
|
87
|
+
color: sectionproperties.footerinfotext_coloronhover,
|
|
88
|
+
},
|
|
89
|
+
}),
|
|
90
|
+
headercontainer: css({
|
|
91
|
+
position: sectionproperties.headerstyles_position,
|
|
92
|
+
top: 0,
|
|
93
|
+
display: 'flex',
|
|
94
|
+
alignItems: 'center',
|
|
95
|
+
alignContent: 'center',
|
|
96
|
+
justifyContent: 'center',
|
|
97
|
+
width: sectionproperties.header_width + 'vw',
|
|
98
|
+
backgroundColor: sectionproperties.headerstyles_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.header_backgroundColor,
|
|
99
|
+
borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
|
|
100
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.header_paddingLeft + 'px' : sectionproperties.header_paddingRight + 'px',
|
|
101
|
+
paddingRight: langdetect == 'en' ? sectionproperties.header_paddingRight + 'px' : sectionproperties.header_paddingLeft + 'px',
|
|
102
|
+
paddingTop: sectionproperties.header_paddingTop + 'px',
|
|
103
|
+
paddingBottom: sectionproperties.header_paddingBottom + 'px',
|
|
104
|
+
transition: 'all 0.2s',
|
|
105
|
+
zIndex: 1000,
|
|
106
|
+
}),
|
|
107
|
+
navbar_item_text: css({
|
|
108
|
+
color: sectionproperties.header_fontColor,
|
|
109
|
+
fontSize: sectionproperties.header_fontSize + 'px',
|
|
110
|
+
textTransform: sectionproperties.header_textTransform,
|
|
111
|
+
fontWeight: sectionproperties.header_textfontweight,
|
|
112
|
+
marginLeft: langdetect == 'en' ? 0 : '35px',
|
|
113
|
+
marginRight: langdetect == 'en' ? '35px' : 0,
|
|
114
|
+
transition: 'transform 0.3s cubic-bezier(0.2, 1, 0.8, 1)',
|
|
115
|
+
transition: '0.3s',
|
|
116
|
+
padding: 0,
|
|
117
|
+
':hover': {
|
|
118
|
+
color: sectionproperties.header_fontColoronhover,
|
|
119
|
+
},
|
|
120
|
+
':before': {
|
|
121
|
+
background: sectionproperties.header_fontColoronhover,
|
|
122
|
+
},
|
|
123
|
+
':after': {
|
|
124
|
+
background: sectionproperties.header_fontColoronhover,
|
|
125
|
+
},
|
|
126
|
+
}),
|
|
127
|
+
dropdownitem: css({
|
|
128
|
+
padding: '0.3rem 0.8rem',
|
|
129
|
+
display: 'flex',
|
|
130
|
+
alignItems: 'center',
|
|
131
|
+
transition: '.3s',
|
|
132
|
+
zIndex: 2000,
|
|
133
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
134
|
+
color: sectionproperties.dropdown_color,
|
|
135
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
136
|
+
textTransform: sectionproperties.dropdown_texttransform,
|
|
137
|
+
':hover': {
|
|
138
|
+
color: sectionproperties.dropdown_hovercolor,
|
|
139
|
+
},
|
|
140
|
+
}),
|
|
141
|
+
wishlist_btn: css({
|
|
142
|
+
width: sectionproperties.favBtnWidth + 'px',
|
|
143
|
+
height: sectionproperties.favBtnHeight + 'px',
|
|
144
|
+
background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
|
|
145
|
+
borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
|
|
146
|
+
color: sectionproperties.favBtnTextcolor,
|
|
147
|
+
fontSize: sectionproperties.favBtnTextfontsize + 'px',
|
|
148
|
+
textTransform: sectionproperties.favBtnTexttransform,
|
|
149
|
+
fontWeight: sectionproperties.favBtnTextfontweight,
|
|
150
|
+
transition: '.3s',
|
|
151
|
+
border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
|
|
152
|
+
':hover': {
|
|
153
|
+
background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
|
|
154
|
+
color: sectionproperties.favBtnTextcoloronhover,
|
|
155
|
+
border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favBtnTextcoloronhover,
|
|
156
|
+
},
|
|
157
|
+
}),
|
|
158
|
+
cart_btn: css({
|
|
159
|
+
width: sectionproperties.cartBtnWidth + 'px',
|
|
160
|
+
height: sectionproperties.cartBtnHeight + 'px',
|
|
161
|
+
background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
|
|
162
|
+
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
163
|
+
color: sectionproperties.cart_iconcolor,
|
|
164
|
+
textTransform: sectionproperties.cartBtnTexttransform,
|
|
165
|
+
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
166
|
+
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
167
|
+
transition: '.3s',
|
|
168
|
+
position: 'relative',
|
|
169
|
+
cursor: 'pointer',
|
|
170
|
+
':hover': {
|
|
171
|
+
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
172
|
+
borderColor: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.cartBtnTextcoloronhover : sectionproperties.cartBtnbgColoronhover,
|
|
173
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
174
|
+
},
|
|
175
|
+
}),
|
|
176
|
+
cartbadge: css({
|
|
177
|
+
top: sectionproperties.cartbadgetop + 'px',
|
|
178
|
+
right: sectionproperties.cartbadgeright + 'px',
|
|
179
|
+
}),
|
|
180
|
+
user_btn: css({
|
|
181
|
+
background: sectionproperties.userbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColor,
|
|
182
|
+
width: sectionproperties.userBtnWidth + 'px',
|
|
183
|
+
height: sectionproperties.userBtnHeight + 'px',
|
|
184
|
+
borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
|
|
185
|
+
color: sectionproperties.userBtniconcolor,
|
|
186
|
+
fontSize: sectionproperties.userBtniconfontsize + 'px',
|
|
187
|
+
border: sectionproperties.userbtnborderwidth + 'px solid ' + sectionproperties.userbtnbordercolor,
|
|
188
|
+
cursor: 'pointer',
|
|
189
|
+
transition: '.3s',
|
|
190
|
+
':hover': {
|
|
191
|
+
color: sectionproperties.userBtnTextcoloronhover,
|
|
192
|
+
background: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColoronhover,
|
|
193
|
+
borderColor: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.userBtnTextcoloronhover : sectionproperties.userBtnbgColoronhover,
|
|
194
|
+
},
|
|
195
|
+
}),
|
|
196
|
+
header_logo: css({
|
|
197
|
+
width: templateproperties_context.logo_width + 'px',
|
|
198
|
+
height: templateproperties_context.logo_height + 'px',
|
|
199
|
+
}),
|
|
200
|
+
searchbarcont: css({
|
|
201
|
+
position: 'relative',
|
|
202
|
+
transition: '.3s',
|
|
203
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
204
|
+
background: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
205
|
+
width: sectionproperties.searchbarcont_width + 'px',
|
|
206
|
+
borderRadius: sectionproperties.searchbarcont_borderRadius + 'px',
|
|
207
|
+
border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
|
|
208
|
+
}),
|
|
209
|
+
searchbar_icon_cont: css({
|
|
210
|
+
width: sectionproperties.searchbaricon_width + 'px',
|
|
211
|
+
height: sectionproperties.searchbaricon_height + 'px',
|
|
212
|
+
borderRadius: sectionproperties.searchbaricon_borderRadius + 'px',
|
|
213
|
+
color: sectionproperties.searchbaricon_color,
|
|
214
|
+
backgroundColor: sectionproperties.searchbaricon_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbaricon_bgcolor,
|
|
215
|
+
transition: '0.3s ease',
|
|
216
|
+
position: 'absolute',
|
|
217
|
+
right: langdetect == 'en' ? 0 : '',
|
|
218
|
+
left: langdetect == 'en' ? '' : 0,
|
|
219
|
+
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)',
|
|
220
|
+
bottom: 0,
|
|
221
|
+
top: 0,
|
|
222
|
+
margin: 'auto',
|
|
223
|
+
}),
|
|
224
|
+
searchbarcont_input: css({
|
|
225
|
+
height: '100%',
|
|
226
|
+
width: '100%',
|
|
227
|
+
outline: 'none',
|
|
228
|
+
background: 'transparent',
|
|
229
|
+
color: sectionproperties.searchbarcontinput_color,
|
|
230
|
+
fontWeight: sectionproperties.searchbarcont_inputfontweight,
|
|
231
|
+
fontSize: sectionproperties.searchbarcontinput_fontsize + 'px',
|
|
232
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.searchbarcont_paddingLeft + 'px' : sectionproperties.searchbarcont_paddingRight + 'px',
|
|
233
|
+
paddingRight: langdetect == 'en' ? sectionproperties.searchbarcont_paddingRight + 'px' : sectionproperties.searchbarcont_paddingLeft,
|
|
234
|
+
transition: '0.3s',
|
|
235
|
+
':focus': {
|
|
236
|
+
borderColor: sectionproperties.searchbarcontinput_bordercoloronfocus,
|
|
237
|
+
},
|
|
238
|
+
}),
|
|
239
|
+
badge_counter_header_notifications: css({
|
|
240
|
+
background: sectionproperties.badge_bgcolor,
|
|
241
|
+
width: sectionproperties.badge_width + 'px',
|
|
242
|
+
height: sectionproperties.badge_height + 'px',
|
|
243
|
+
color: sectionproperties.badge_color,
|
|
244
|
+
borderRadius: sectionproperties.badge_borderradius + 'px',
|
|
245
|
+
top: sectionproperties.badge_top + 'px',
|
|
246
|
+
right: sectionproperties.badge_right + 'px',
|
|
247
|
+
fontSize: sectionproperties.badge_fontsize + 'px',
|
|
248
|
+
}),
|
|
249
|
+
languagecontainer: css({
|
|
250
|
+
background: sectionproperties.language_container_bgcolor,
|
|
251
|
+
width: sectionproperties.language_container_width + 'px',
|
|
252
|
+
height: sectionproperties.language_container_height + 'px',
|
|
253
|
+
color: sectionproperties.language_container_color,
|
|
254
|
+
borderRadius: sectionproperties.language_container_borderRadius + 'px',
|
|
255
|
+
fontSize: sectionproperties.language_container_fontsize + 'px',
|
|
256
|
+
fontWeight: 600,
|
|
257
|
+
transition: '.3s',
|
|
258
|
+
':hover': {
|
|
259
|
+
color: sectionproperties.language_container_coloronhover,
|
|
260
|
+
background: sectionproperties.language_container_bgcoloronhover,
|
|
261
|
+
},
|
|
262
|
+
}),
|
|
263
|
+
loggedintext: css({
|
|
264
|
+
color: sectionproperties.userBtnTextcolor,
|
|
265
|
+
fontSize: sectionproperties.userBtntextfontsize + 'px',
|
|
266
|
+
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
267
|
+
transition: '.3s',
|
|
268
|
+
':hover': {
|
|
269
|
+
color: sectionproperties.userBtnTextcoloronhover,
|
|
270
|
+
},
|
|
271
|
+
}),
|
|
272
|
+
loggedinusername: css({
|
|
273
|
+
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
274
|
+
textTransform: sectionproperties.userBtnTexttransform,
|
|
275
|
+
color: sectionproperties.userBtnTextcolor,
|
|
276
|
+
fontSize: sectionproperties.userBtntextfontsize + 'px',
|
|
277
|
+
lineHeight: sectionproperties.userBtntextfontsize + 'px',
|
|
278
|
+
transition: '.3s',
|
|
279
|
+
}),
|
|
280
|
+
userbtnloggedin: css({
|
|
281
|
+
width: sectionproperties.loggedinuserbtn_width + 'px',
|
|
282
|
+
height: sectionproperties.loggedinuserbtn_height + 'px',
|
|
283
|
+
border: sectionproperties.userlogginbtnborderwidth + 'px solid ' + sectionproperties.userlogginbtnbordercolor,
|
|
284
|
+
borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
|
|
285
|
+
background: sectionproperties.userBtnbgColor_loggedin,
|
|
286
|
+
color: sectionproperties.userBtniconcolor_loggedin,
|
|
287
|
+
transition: '.3s',
|
|
288
|
+
':hover': {
|
|
289
|
+
backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin,
|
|
290
|
+
},
|
|
291
|
+
}),
|
|
292
|
+
userBtnLoggedinContainer: css({
|
|
293
|
+
transition: '.3s',
|
|
294
|
+
':hover .loggedinuserbtn': {
|
|
295
|
+
transition: '.3s',
|
|
296
|
+
color: sectionproperties.userBtnTextcoloronhover_loggedin,
|
|
297
|
+
borderColor: sectionproperties.userbtn_loggedin_iconcoloronhover,
|
|
298
|
+
},
|
|
299
|
+
':hover .loggedinuserbtnbg': {
|
|
300
|
+
backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin,
|
|
301
|
+
color: sectionproperties.userbtn_loggedin_iconcoloronhover,
|
|
302
|
+
},
|
|
303
|
+
}),
|
|
304
|
+
divider: css({
|
|
305
|
+
height: sectionproperties.vl_height + 'px',
|
|
306
|
+
width: sectionproperties.vl_width + '%',
|
|
307
|
+
backgroundColor: sectionproperties.vl_bg,
|
|
308
|
+
marginTop: sectionproperties.divider_mt,
|
|
309
|
+
marginBottom: sectionproperties.divider_mb,
|
|
310
|
+
marginRight: sectionproperties.vl_mr,
|
|
311
|
+
marginLeft: sectionproperties.vl_ml,
|
|
312
|
+
}),
|
|
313
|
+
fbbtn: css({
|
|
314
|
+
width: sectionproperties.facebkbtnnWidth + 'px',
|
|
315
|
+
height: sectionproperties.facebkbtnnHeight + 'px',
|
|
316
|
+
backgroundColor: sectionproperties.facebkbtnn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColor,
|
|
317
|
+
color: sectionproperties.facebkbtnnTextcolor,
|
|
318
|
+
borderLeft: '1px solid ' + sectionproperties.upperheaderseparatorcolor,
|
|
319
|
+
borderRight: '1px solid ' + sectionproperties.upperheaderseparatorcolor,
|
|
320
|
+
transition: '.3s',
|
|
321
|
+
':hover': {
|
|
322
|
+
color: sectionproperties.facebkbtnnTextcoloronhover,
|
|
323
|
+
backgroundColor: sectionproperties.facebkbtnntransparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColoronhover,
|
|
324
|
+
},
|
|
325
|
+
}),
|
|
326
|
+
instagrambtn: css({
|
|
327
|
+
width: sectionproperties.instgrambtnWidth + 'px',
|
|
328
|
+
height: sectionproperties.instgrambtnHeight + 'px',
|
|
329
|
+
backgroundColor: sectionproperties.instgrambtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColor,
|
|
330
|
+
color: sectionproperties.instgrambtnTextcolor,
|
|
331
|
+
borderLeft: langdetect == 'en' ? 0 : '1px solid ' + sectionproperties.upperheaderseparatorcolor,
|
|
332
|
+
borderRight: langdetect == 'ar' ? '1px solid ' + sectionproperties.upperheaderseparatorcolor : 0,
|
|
333
|
+
transition: '.3s',
|
|
334
|
+
':hover': {
|
|
335
|
+
color: sectionproperties.instgrambtnTextcoloronhover,
|
|
336
|
+
backgroundColor: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColoronhover,
|
|
337
|
+
},
|
|
338
|
+
}),
|
|
339
|
+
whatsappbtn: css({
|
|
340
|
+
width: sectionproperties.youtubebtnWidth + 'px',
|
|
341
|
+
height: sectionproperties.youtubebtnHeight + 'px',
|
|
342
|
+
backgroundColor: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
|
|
343
|
+
color: sectionproperties.youtubebtnTextcolor,
|
|
344
|
+
transition: '.3s',
|
|
345
|
+
borderLeft: langdetect == 'en' ? 0 : '1px solid ' + sectionproperties.upperheaderseparatorcolor,
|
|
346
|
+
borderRight: langdetect == 'en' ? '1px solid ' + sectionproperties.upperheaderseparatorcolor : 0,
|
|
347
|
+
|
|
348
|
+
':hover': {
|
|
349
|
+
color: sectionproperties.youtubebtnTextcoloronhover,
|
|
350
|
+
backgroundColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
|
|
351
|
+
},
|
|
352
|
+
}),
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
return (
|
|
356
|
+
<div
|
|
357
|
+
class="row m-0 w-100 d-flex align-items-center justify-content-center "
|
|
358
|
+
style={{
|
|
359
|
+
marginTop: sectionproperties.header_marginTop + 'px',
|
|
360
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
361
|
+
}}
|
|
362
|
+
>
|
|
363
|
+
<div class={` ${header_cssstyles.headercontainer}` + ' d-flex d-md-none align-items-center m-0 '}>
|
|
364
|
+
<div class="row m-0 w-100 ">
|
|
365
|
+
{sectionproperties.showupperheadersection == 'Show' && (
|
|
366
|
+
<div class={' col-lg-12 d-flex align-items-center p-0 '}>
|
|
367
|
+
<div class={header_cssstyles.upperheadersection + ' w-100 plr-1025-0 '}>
|
|
368
|
+
<div class="row m-0 w-100">
|
|
369
|
+
<div class="col-lg-2 col-md-2 d-flex align-items-center justify-content-start p-0">
|
|
370
|
+
<div
|
|
371
|
+
class={`${header_cssstyles.header_logo}` + ' d-flex align-items-center justify-content-center '}
|
|
372
|
+
style={{ cursor: 'pointer' }}
|
|
373
|
+
onClick={() => {
|
|
374
|
+
routingcountext('home');
|
|
375
|
+
}}
|
|
376
|
+
>
|
|
377
|
+
<Imagekitimagecomp
|
|
378
|
+
urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
379
|
+
publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
380
|
+
path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
|
|
381
|
+
style={{
|
|
382
|
+
maxWidth: '100%',
|
|
383
|
+
maxHeight: '100%',
|
|
384
|
+
}}
|
|
385
|
+
/>
|
|
386
|
+
</div>
|
|
387
|
+
</div>
|
|
388
|
+
<div class="col-lg-6 col-md-6 d-flex align-items-center justify-content-center p-0">
|
|
389
|
+
<div class={header_cssstyles.searchbarcont} style={{ position: 'relative' }}>
|
|
390
|
+
<input
|
|
391
|
+
type="text"
|
|
392
|
+
placeholder={lang.searchproducts}
|
|
393
|
+
class={`${header_cssstyles.searchbarcont_input}`}
|
|
394
|
+
onChange={(event) => {
|
|
395
|
+
setSearchHeaderInputContext(event.target.value);
|
|
396
|
+
}}
|
|
397
|
+
/>
|
|
398
|
+
<button class={` ${header_cssstyles.searchbar_icon_cont}` + ' d-flex align-items-center justify-content-center '}>
|
|
399
|
+
<BsSearch color={sectionproperties.searchbaricon_color} size={sectionproperties.searchbaricon_fontsize} />
|
|
400
|
+
</button>
|
|
401
|
+
<Searchlist sectionpropertiesprops={sectionproperties} srcfromprops={'headerfullwidth'} actions={actions} />
|
|
402
|
+
</div>
|
|
403
|
+
</div>
|
|
404
|
+
<div class="col-lg-4 col-md-4 d-flex align-items-center justify-content-end p-0">
|
|
405
|
+
{sectionproperties.showfooterphonenumber == 'Show' && (
|
|
406
|
+
<div
|
|
407
|
+
class={
|
|
408
|
+
langdetect == 'en'
|
|
409
|
+
? ' d-flex align-items-center justify-content-center h-100 mr-1 '
|
|
410
|
+
: ' d-flex align-items-center justify-content-center h-100 ml-1 '
|
|
411
|
+
}
|
|
412
|
+
>
|
|
413
|
+
<a href={'tel:' + authdetailsContext?.CuContactphonenumber} target={'_self'} class="d-flex align-items-center">
|
|
414
|
+
<span class={`${header_cssstyles.upperheadertext}` + ' d-flex flex-column '}>
|
|
415
|
+
<span class={langdetect == 'en' ? ' mr-1 ' : ' ml-1 '}>{langdetect == 'en' ? 'Available 24/7 at' : 'التواصل متاح 24/7 على'}</span>
|
|
416
|
+
{authdetailsContext?.CuContactphonenumber}
|
|
417
|
+
</span>
|
|
418
|
+
</a>
|
|
419
|
+
</div>
|
|
420
|
+
)}
|
|
421
|
+
{sectionproperties.favBtnShow == 'Show' && (
|
|
422
|
+
<div
|
|
423
|
+
class={
|
|
424
|
+
langdetect == 'en'
|
|
425
|
+
? `${header_cssstyles.wishlist_btn}` + ' cursor-pointer allcentered ml-1 '
|
|
426
|
+
: `${header_cssstyles.wishlist_btn}` + ' cursor-pointer allcentered mr-1 '
|
|
427
|
+
}
|
|
428
|
+
onClick={() => {
|
|
429
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
430
|
+
}}
|
|
431
|
+
>
|
|
432
|
+
<span class={' pr-0 '} style={{ position: 'relative' }}>
|
|
433
|
+
<i class="allcentered">
|
|
434
|
+
{sectionproperties.faviconshape == 'Heart Shape' && (
|
|
435
|
+
<FaRegHeart
|
|
436
|
+
style={{
|
|
437
|
+
fontSize: sectionproperties.favBtnIconfontsize + 'px',
|
|
438
|
+
}}
|
|
439
|
+
/>
|
|
440
|
+
)}
|
|
441
|
+
{sectionproperties.faviconshape == 'Star Shape' && (
|
|
442
|
+
<AiFillStar
|
|
443
|
+
style={{
|
|
444
|
+
fontSize: sectionproperties.favBtnIconfontsize + 'px',
|
|
445
|
+
}}
|
|
446
|
+
/>
|
|
447
|
+
)}
|
|
448
|
+
</i>
|
|
449
|
+
{/* <div class={`${headerstyles.badge_counter_header_notifications} ${header_cssstyles.badge_counter_header_notifications}`}>
|
|
450
|
+
<span> {favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length}</span>
|
|
451
|
+
</div> */}
|
|
452
|
+
</span>
|
|
453
|
+
</div>
|
|
454
|
+
)}
|
|
455
|
+
<Dropdown>
|
|
456
|
+
<Dropdown.Toggle>
|
|
457
|
+
{!authdetailsContext.loggedin && (
|
|
458
|
+
<div class={` ${header_cssstyles.user_btn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '} style={{ position: 'relative' }}>
|
|
459
|
+
<i class={' h-100 d-flex align-items-center '}>
|
|
460
|
+
<AiOutlineUser size={sectionproperties.userBtnTextfontsize} />
|
|
461
|
+
</i>
|
|
462
|
+
</div>
|
|
463
|
+
)}
|
|
464
|
+
{authdetailsContext.loggedin && (
|
|
465
|
+
<div
|
|
466
|
+
class={` ${header_cssstyles.userBtnLoggedinContainer}` + ' allcentered ml-2 mr-2 '}
|
|
467
|
+
style={{
|
|
468
|
+
position: 'relative',
|
|
469
|
+
}}
|
|
470
|
+
>
|
|
471
|
+
<div class={header_cssstyles.userbtnloggedin + ' loggedinuserbtn loggedinuserbtnbg ml-1 mr-1 '}>
|
|
472
|
+
<i class={' h-100 allcentered '}>
|
|
473
|
+
<AiOutlineUser size={sectionproperties.loggedinusericonfontsize} />
|
|
474
|
+
</i>
|
|
475
|
+
</div>
|
|
476
|
+
<div
|
|
477
|
+
class="m-0 p-0 loggedinuserbtn flex-column"
|
|
478
|
+
style={{
|
|
479
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
480
|
+
}}
|
|
481
|
+
>
|
|
482
|
+
<p class={header_cssstyles.loggedinusername + ' loggedinuserbtn text-capitalize m-0 p-0 '}>{authdetailsContext?.customerinfo?.name}</p>
|
|
483
|
+
</div>
|
|
484
|
+
</div>
|
|
485
|
+
)}
|
|
486
|
+
</Dropdown.Toggle>
|
|
487
|
+
{!authdetailsContext.loggedin && (
|
|
488
|
+
<Dropdown.Menu>
|
|
489
|
+
<Dropdown.Item
|
|
490
|
+
class={`${header_cssstyles.dropdownitem}`}
|
|
491
|
+
onClick={() => {
|
|
492
|
+
routingcountext(StaticPagesLinksContext.Login);
|
|
493
|
+
}}
|
|
494
|
+
>
|
|
495
|
+
<div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
496
|
+
<p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem allcenetered m-0 p-0 '}>
|
|
497
|
+
<AiOutlineLogin class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
498
|
+
{lang.login}
|
|
499
|
+
</p>
|
|
500
|
+
</div>
|
|
501
|
+
</Dropdown.Item>
|
|
502
|
+
<Dropdown.Divider></Dropdown.Divider>
|
|
503
|
+
<Dropdown.Item
|
|
504
|
+
class={`${header_cssstyles.dropdownitem}`}
|
|
505
|
+
onClick={() => {
|
|
506
|
+
routingcountext(StaticPagesLinksContext.Signup);
|
|
507
|
+
}}
|
|
508
|
+
>
|
|
509
|
+
<div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
510
|
+
<p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem allcenetered m-0 p-0 text-transform-none '}>
|
|
511
|
+
<AiOutlineUserAdd class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
512
|
+
{lang.signup}
|
|
513
|
+
</p>
|
|
514
|
+
</div>
|
|
515
|
+
</Dropdown.Item>
|
|
516
|
+
</Dropdown.Menu>
|
|
517
|
+
)}
|
|
518
|
+
{authdetailsContext.loggedin && (
|
|
519
|
+
<Dropdown.Menu style={{ minWidth: '200px' }}>
|
|
520
|
+
<Dropdown.Item class={`${header_cssstyles.dropdownitem}` + ' allcentered '}>
|
|
521
|
+
<span
|
|
522
|
+
style={{
|
|
523
|
+
color: '#8fa0bd',
|
|
524
|
+
}}
|
|
525
|
+
>
|
|
526
|
+
{lang.hello},
|
|
527
|
+
</span>
|
|
528
|
+
<span
|
|
529
|
+
class="font-weight-600 ml-1 mr-1 text-overflow text-capitalize"
|
|
530
|
+
onClick={() => {
|
|
531
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
532
|
+
}}
|
|
533
|
+
>
|
|
534
|
+
{authdetailsContext?.customerinfo?.name}
|
|
535
|
+
</span>
|
|
536
|
+
</Dropdown.Item>
|
|
537
|
+
<Dropdown.Divider></Dropdown.Divider>
|
|
538
|
+
<Dropdown.Item
|
|
539
|
+
onClick={() => {
|
|
540
|
+
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
541
|
+
}}
|
|
542
|
+
>
|
|
543
|
+
<div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
544
|
+
<p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem allcenetered m-0 p-0 '}>
|
|
545
|
+
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
546
|
+
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
547
|
+
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
548
|
+
{sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
549
|
+
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
550
|
+
{sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
551
|
+
{sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
552
|
+
|
|
553
|
+
{lang.orderhistory}
|
|
554
|
+
</p>
|
|
555
|
+
</div>
|
|
556
|
+
</Dropdown.Item>
|
|
557
|
+
<Dropdown.Divider></Dropdown.Divider>
|
|
558
|
+
<Dropdown.Item
|
|
559
|
+
onClick={() => {
|
|
560
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
561
|
+
}}
|
|
562
|
+
>
|
|
563
|
+
<div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
564
|
+
<p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem allcenetered m-0 p-0 '}>
|
|
565
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
566
|
+
{sectionproperties.faviconshape == 'Star Shape' && <AiFillStar class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />} {lang.wishlist}
|
|
567
|
+
</p>
|
|
568
|
+
</div>
|
|
569
|
+
</Dropdown.Item>
|
|
570
|
+
<Dropdown.Divider></Dropdown.Divider>
|
|
571
|
+
<Dropdown.Item
|
|
572
|
+
onClick={() => {
|
|
573
|
+
routingcountext(StaticPagesLinksContext.Policies);
|
|
574
|
+
}}
|
|
575
|
+
>
|
|
576
|
+
<div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
577
|
+
<p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem allcenetered m-0 p-0 '}>
|
|
578
|
+
<AiOutlineSecurityScan class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
579
|
+
{lang.policies}
|
|
580
|
+
</p>
|
|
581
|
+
</div>
|
|
582
|
+
</Dropdown.Item>
|
|
583
|
+
<Dropdown.Divider></Dropdown.Divider>
|
|
584
|
+
<Dropdown.Item
|
|
585
|
+
onClick={() => {
|
|
586
|
+
LogoutMutationContext.mutate();
|
|
587
|
+
}}
|
|
588
|
+
>
|
|
589
|
+
<div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
590
|
+
<p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem allcenetered m-0 p-0 '}>
|
|
591
|
+
<BiLogOutCircle class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
592
|
+
{lang.logout}
|
|
593
|
+
</p>
|
|
594
|
+
</div>
|
|
595
|
+
</Dropdown.Item>
|
|
596
|
+
</Dropdown.Menu>
|
|
597
|
+
)}
|
|
598
|
+
</Dropdown>
|
|
599
|
+
{sectionproperties.cartBtnShow == 'Show' && (
|
|
600
|
+
<div
|
|
601
|
+
class={`${header_cssstyles.cart_btn}` + ' allcentered '}
|
|
602
|
+
onClick={() => {
|
|
603
|
+
setsidecartnavshowcontext(true);
|
|
604
|
+
}}
|
|
605
|
+
>
|
|
606
|
+
<div
|
|
607
|
+
className={
|
|
608
|
+
`${headerstyles.badge_counter_header_notifications} ${header_cssstyles.badge_counter_header_notifications}` +
|
|
609
|
+
' d-flex justify-content-center align-items-center '
|
|
610
|
+
}
|
|
611
|
+
style={{
|
|
612
|
+
top: sectionproperties.cartbadgetop + 'px',
|
|
613
|
+
right: sectionproperties.cartbadgeright + 'px',
|
|
614
|
+
}}
|
|
615
|
+
>
|
|
616
|
+
{fetchcustomercartQueryContext?.data?.data?.customercart != null ? fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length : 0}
|
|
617
|
+
</div>
|
|
618
|
+
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
|
|
619
|
+
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
|
|
620
|
+
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag size={sectionproperties.cartBtn_iconFontSize} />}
|
|
621
|
+
{sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
|
|
622
|
+
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
|
|
623
|
+
{sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
|
|
624
|
+
{sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar size={sectionproperties.cartBtn_iconFontSize} />}
|
|
625
|
+
</div>
|
|
626
|
+
)}
|
|
627
|
+
</div>
|
|
628
|
+
</div>
|
|
629
|
+
</div>
|
|
630
|
+
</div>
|
|
631
|
+
)}
|
|
632
|
+
<div class="col-lg-12 p-0">
|
|
633
|
+
<div class={` ${headerstyles.navbar}` + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '}>
|
|
634
|
+
<div class={` ${headerstyles.nav__item}` + ' col-lg-7 p-0 d-flex flex-row align-items-center justify-content-start '}>
|
|
635
|
+
{templatepropcontext.pagesnprop.map((item, index) => {
|
|
636
|
+
var activeclass = '';
|
|
637
|
+
var pagedisabled = '';
|
|
638
|
+
if (item.isselected) {
|
|
639
|
+
activeclass = headerstyles.navbar_item_active;
|
|
640
|
+
}
|
|
641
|
+
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
642
|
+
return (
|
|
643
|
+
<div
|
|
644
|
+
class="cursor-pointer"
|
|
645
|
+
onClick={() => {
|
|
646
|
+
routingcountext(item.navigationroute, false, '');
|
|
647
|
+
}}
|
|
648
|
+
>
|
|
649
|
+
<p class={` ${headerstyles.link} ${header_cssstyles.navbar_item_text}` + ' p-0 mb-0 '}>{langdetect == 'en' ? item.pagename : item.pagename_ar}</p>
|
|
650
|
+
</div>
|
|
651
|
+
);
|
|
652
|
+
}
|
|
653
|
+
})}
|
|
654
|
+
</div>
|
|
655
|
+
<div class="col-lg-5 p-0 d-flex align-items-center justify-content-end">
|
|
656
|
+
<div
|
|
657
|
+
class={langdetect == 'en' ? `${headerstyles.navbar_item}` + ' allcentered m-0 cursor-pointer ml-1 ' : `${headerstyles.navbar_item}` + ' m-0 cursor-pointer mr-1 '}
|
|
658
|
+
onClick={() => {
|
|
659
|
+
if (langdetect == 'en') {
|
|
660
|
+
setlang('ar');
|
|
661
|
+
} else {
|
|
662
|
+
setlang('en');
|
|
663
|
+
}
|
|
664
|
+
}}
|
|
665
|
+
>
|
|
666
|
+
{langdetect == 'en' && (
|
|
667
|
+
<div class={`${header_cssstyles.languagecontainer}` + ' row m-0 allcentered '}>
|
|
668
|
+
<img src={'https://tabex-co.com/storage/StaticImages/egyptflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
|
|
669
|
+
<div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }} class="ml-2 mr-2"></div>
|
|
670
|
+
<p class="m-0 p-0">ع</p>
|
|
671
|
+
</div>
|
|
672
|
+
)}
|
|
673
|
+
{langdetect == 'ar' && (
|
|
674
|
+
<div class={`${header_cssstyles.languagecontainer}` + ' row m-0 allcentered '}>
|
|
675
|
+
<img src={'https://tabex-co.com/storage/StaticImages/usflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
|
|
676
|
+
<div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }} class="ml-2 mr-2"></div>
|
|
677
|
+
<p class="m-0 p-0">En</p>
|
|
678
|
+
</div>
|
|
679
|
+
)}
|
|
680
|
+
</div>
|
|
681
|
+
</div>
|
|
682
|
+
</div>
|
|
683
|
+
</div>
|
|
684
|
+
<div class="col-lg-12 p-0">
|
|
685
|
+
{sectionproperties.showhidesubheader == 'Show' && (
|
|
686
|
+
<Subheader
|
|
687
|
+
sectionpropertiesprops={sectionproperties}
|
|
688
|
+
actions={actions}
|
|
689
|
+
subheaderpropertiesprops={{
|
|
690
|
+
subheaderpositionprops: 'Full Width',
|
|
691
|
+
paddingLeftprops: '25px',
|
|
692
|
+
paddingRightprops: '25px',
|
|
693
|
+
}}
|
|
694
|
+
/>
|
|
695
|
+
)}
|
|
696
|
+
</div>
|
|
697
|
+
</div>
|
|
698
|
+
</div>
|
|
699
|
+
<Headerresponsive sectionpropertiesprops={sectionproperties} actions={actions} />
|
|
700
|
+
</div>
|
|
701
|
+
);
|
|
702
|
+
};
|
|
703
|
+
|
|
704
|
+
export default HeaderWithSearchOnCenter;
|