tabexseriescomponents 0.0.705 → 0.0.707
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/dist/index.cjs.js +1070 -1797
- package/dist/index.esm.js +1070 -1797
- package/dist/index.umd.js +1070 -1798
- package/package.json +1 -1
- package/srcoriginal/Contexts/LanguageContext.jsx +408 -0
- package/srcoriginal/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcoriginal/Imagekitconfig.jsx +46 -0
- package/srcoriginal/StylesJS/Customstyles.js +345 -0
- package/srcoriginal/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/srcoriginal/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/srcoriginal/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcoriginal/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcoriginal/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcoriginal/TabexComponents/Cards/Card23/Card23.jsx +733 -0
- package/srcoriginal/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcoriginal/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcoriginal/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcoriginal/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcoriginal/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/srcoriginal/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcoriginal/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcoriginal/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcoriginal/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/srcoriginal/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcoriginal/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/srcoriginal/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +147 -0
- package/srcoriginal/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcoriginal/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcoriginal/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/srcoriginal/TabexComponents/Cards/MenuCard/MenuCard.jsx +744 -0
- package/srcoriginal/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcoriginal/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcoriginal/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcoriginal/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcoriginal/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcoriginal/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcoriginal/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcoriginal/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcoriginal/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcoriginal/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcoriginal/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +600 -0
- package/srcoriginal/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcoriginal/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcoriginal/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/srcoriginal/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +611 -0
- package/srcoriginal/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/srcoriginal/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/srcoriginal/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcoriginal/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcoriginal/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcoriginal/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcoriginal/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
- package/srcoriginal/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/srcoriginal/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/srcoriginal/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcoriginal/TabexComponents/Footer/Footer5/Footer5.jsx +751 -0
- package/srcoriginal/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcoriginal/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/srcoriginal/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/srcoriginal/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcoriginal/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +581 -0
- package/srcoriginal/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +884 -0
- package/srcoriginal/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/srcoriginal/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcoriginal/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcoriginal/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcoriginal/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/srcoriginal/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/srcoriginal/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/srcoriginal/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1268 -0
- package/srcoriginal/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcoriginal/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/srcoriginal/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/srcoriginal/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcoriginal/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcoriginal/TabexComponents/Headers/Header8/Header8.jsx +2016 -0
- package/srcoriginal/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/srcoriginal/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/srcoriginal/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/srcoriginal/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcoriginal/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +1228 -0
- package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1846 -0
- package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcoriginal/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/srcoriginal/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/srcoriginal/TabexComponents/Headers/Modernheader/Modernheader.jsx +977 -0
- package/srcoriginal/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/srcoriginal/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/srcoriginal/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1110 -0
- package/srcoriginal/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +151 -0
- package/srcoriginal/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/srcoriginal/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/srcoriginal/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcoriginal/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcoriginal/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcoriginal/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/srcoriginal/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1093 -0
- package/srcoriginal/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +938 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +677 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +616 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1938 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcoriginal/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcoriginal/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcoriginal/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +1238 -0
- package/srcoriginal/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/srcoriginal/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +760 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1679 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +385 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +512 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/srcoriginal/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcoriginal/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/srcoriginal/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/srcoriginal/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/srcoriginal/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/srcoriginal/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout.jsx +1911 -0
- package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter.jsx +2979 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcoriginal/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcoriginal/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcoriginal/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcoriginal/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcoriginal/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcoriginal/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/srcoriginal/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/srcoriginal/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/srcoriginal/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcoriginal/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +2118 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1947 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcoriginal/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcoriginal/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/srcoriginal/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/srcoriginal/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/srcoriginal/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcoriginal/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcoriginal/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/srcoriginal/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcoriginal/button.jsx +40 -0
- package/srcoriginal/index.jsx +334 -0
- package/srcoriginal/styles/Home.module.css +129 -0
- package/srcoriginal/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcoriginal/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcoriginal/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcoriginal/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcoriginal/styles/cards/Productcard6.module.css +9 -0
- package/srcoriginal/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/srcoriginal/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcoriginal/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcoriginal/styles/cards/card23.module.css +60 -0
- package/srcoriginal/styles/cards/categorycard.module.css +84 -0
- package/srcoriginal/styles/cards/categorycard3.module.css +50 -0
- package/srcoriginal/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcoriginal/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcoriginal/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcoriginal/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcoriginal/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcoriginal/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcoriginal/styles/general/bootstrap.css +4763 -0
- package/srcoriginal/styles/general/dropdown.css +206 -0
- package/srcoriginal/styles/general/editorbardropdown.module.css +94 -0
- package/srcoriginal/styles/general/filter.module.css +108 -0
- package/srcoriginal/styles/general/form.module.css +255 -0
- package/srcoriginal/styles/general/general.module.css +872 -0
- package/srcoriginal/styles/general/image-gallery.css +531 -0
- package/srcoriginal/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcoriginal/styles/general/react-phone-input-2.module.css +927 -0
- package/srcoriginal/styles/general/scrollbtn.module.css +22 -0
- package/srcoriginal/styles/general/slick.module.css +166 -0
- package/srcoriginal/styles/general/tabs.module.css +119 -0
- package/srcoriginal/styles/general/workplaceeditor.module.css +328 -0
- package/srcoriginal/styles/globals.css +26 -0
- package/srcoriginal/styles/headers/CTAHeader.module.css +40 -0
- package/srcoriginal/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcoriginal/styles/headers/Gotoheader.module.css +87 -0
- package/srcoriginal/styles/headers/Header7.module.css +50 -0
- package/srcoriginal/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcoriginal/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcoriginal/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcoriginal/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcoriginal/styles/headers/NewHeader.module.css +101 -0
- package/srcoriginal/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcoriginal/styles/headers/Sideheader.module.css +108 -0
- package/srcoriginal/styles/headers/Simpleheader.module.css +102 -0
- package/srcoriginal/styles/headers/classicheader.module.css +16 -0
- package/srcoriginal/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcoriginal/styles/headers/dropdown.css +0 -0
- package/srcoriginal/styles/headers/header4.module.css +175 -0
- package/srcoriginal/styles/headers/header5.module.css +30 -0
- package/srcoriginal/styles/headers/header_contactinfo.module.css +53 -0
- package/srcoriginal/styles/headers/headerresturant.module.css +89 -0
- package/srcoriginal/styles/headers/modernheader.module.css +45 -0
- package/srcoriginal/styles/headers/stylishheader.module.css +24 -0
- package/srcoriginal/styles/headers/subheader.module.css +114 -0
- package/srcoriginal/styles/headers/threetieredheader.module.css +91 -0
- package/srcoriginal/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcoriginal/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcoriginal/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcoriginal/styles/sections/Freetext.module.css +18 -0
- package/srcoriginal/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcoriginal/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcoriginal/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcoriginal/styles/staticpages/accordion.module.css +9 -0
- package/srcoriginal/styles/staticpages/cart.module.css +108 -0
- package/srcoriginal/styles/staticpages/dropdown.css +196 -0
- package/srcoriginal/styles/staticpages/filter.module.css +139 -0
- package/srcoriginal/styles/staticpages/image-gallery.css +481 -0
- package/srcoriginal/styles/staticpages/login.module.css +155 -0
- package/srcoriginal/styles/staticpages/productinfo.module.css +54 -0
- package/srcoriginal/styles/staticpages/shop.module.css +191 -0
- package/srcoriginal/styles/staticpages/signup.module.css +250 -0
- package/srcoriginal/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcoriginal/styles/staticpages/viewcart.module.css +129 -0
- package/srcoriginal/styles/staticpages/wishlist.module.css +29 -0
package/dist/index.cjs.js
CHANGED
|
@@ -116,9 +116,7 @@ var VscHeart = require('@react-icons/all-files/vsc/VscHeart');
|
|
|
116
116
|
var IoSearchOutline = require('@react-icons/all-files/io5/IoSearchOutline');
|
|
117
117
|
var AiFillYoutube = require('@react-icons/all-files/ai/AiFillYoutube');
|
|
118
118
|
var IoLogoTiktok = require('@react-icons/all-files/io5/IoLogoTiktok');
|
|
119
|
-
var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
|
|
120
119
|
var FiMenu = require('@react-icons/all-files/fi/FiMenu');
|
|
121
|
-
var BsChevronDown = require('@react-icons/all-files/bs/BsChevronDown');
|
|
122
120
|
var IoClose = require('@react-icons/all-files/io5/IoClose');
|
|
123
121
|
var BiSearch = require('@react-icons/all-files/bi/BiSearch');
|
|
124
122
|
var FiUser = require('@react-icons/all-files/fi/FiUser');
|
|
@@ -130,9 +128,10 @@ var BsSearch = require('@react-icons/all-files/bs/BsSearch');
|
|
|
130
128
|
var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
|
|
131
129
|
var GoSearch = require('@react-icons/all-files/go/GoSearch');
|
|
132
130
|
var AiOutlineInstagram = require('@react-icons/all-files/ai/AiOutlineInstagram');
|
|
133
|
-
var
|
|
131
|
+
var BsChevronDown = require('@react-icons/all-files/bs/BsChevronDown');
|
|
134
132
|
var RiUserSettingsLine = require('@react-icons/all-files/ri/RiUserSettingsLine');
|
|
135
133
|
var HiUserCircle = require('@react-icons/all-files/hi/HiUserCircle');
|
|
134
|
+
var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
|
|
136
135
|
var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
|
|
137
136
|
var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
|
|
138
137
|
var FaTelegramPlane = require('@react-icons/all-files/fa/FaTelegramPlane');
|
|
@@ -141,6 +140,7 @@ var FaPhone = require('@react-icons/all-files/fa/FaPhone');
|
|
|
141
140
|
var FiGlobe = require('@react-icons/all-files/fi/FiGlobe');
|
|
142
141
|
var BiUserCircle = require('@react-icons/all-files/bi/BiUserCircle');
|
|
143
142
|
var GoLocation = require('@react-icons/all-files/go/GoLocation');
|
|
143
|
+
var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
|
|
144
144
|
var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
|
|
145
145
|
var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
|
|
146
146
|
var AiOutlineLinkedin = require('@react-icons/all-files/ai/AiOutlineLinkedin');
|
|
@@ -149,6 +149,7 @@ var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLe
|
|
|
149
149
|
var Select$5 = require('react-select');
|
|
150
150
|
var GoStar = require('@react-icons/all-files/go/GoStar');
|
|
151
151
|
var IoIosStar = require('@react-icons/all-files/io/IoIosStar');
|
|
152
|
+
var reactCountdownCircleTimer = require('react-countdown-circle-timer');
|
|
152
153
|
var BackgroundSlideshow = require('react-background-slideshow');
|
|
153
154
|
var _extends = require('@babel/runtime/helpers/extends');
|
|
154
155
|
var reactSlideshowImage = require('react-slideshow-image');
|
|
@@ -2408,7 +2409,7 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2408
2409
|
function ownKeys$2u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2409
2410
|
function _objectSpread$2u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2u(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2410
2411
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2411
|
-
var
|
|
2412
|
+
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer44, _fetchProductInfoQuer45, _fetchProductInfoQuer46, _fetchProductInfoQuer48, _fetchProductInfoQuer49, _fetchProductInfoQuer50, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _fetchProductInfoQuer53, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer54, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _fetchProductInfoQuer57, _fetchProductInfoQuer58;
|
|
2412
2413
|
var lang = props.actions.lang;
|
|
2413
2414
|
var langdetect = props.actions.langdetect;
|
|
2414
2415
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -2599,7 +2600,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2599
2600
|
}
|
|
2600
2601
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2601
2602
|
"class": ' col-lg-12 p-0 '
|
|
2602
|
-
},
|
|
2603
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2603
2604
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
2604
2605
|
style: {
|
|
2605
2606
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -2734,7 +2735,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2734
2735
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2735
2736
|
fontWeight: 400,
|
|
2736
2737
|
color: sectionproperties.measurementunitcolor,
|
|
2737
|
-
fontSize: sectionproperties.
|
|
2738
|
+
fontSize: sectionproperties.measurementunitfontsize + 'px'
|
|
2738
2739
|
}
|
|
2739
2740
|
}, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2740
2741
|
"class": "col-lg-12 p-0 text-start"
|
|
@@ -2852,9 +2853,14 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2852
2853
|
return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
|
|
2853
2854
|
style: {
|
|
2854
2855
|
textTransform: 'capitalize',
|
|
2855
|
-
color: '#000'
|
|
2856
|
+
color: '#000',
|
|
2857
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2856
2858
|
}
|
|
2857
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td",
|
|
2859
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", {
|
|
2860
|
+
style: {
|
|
2861
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2862
|
+
}
|
|
2863
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
2858
2864
|
}))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
2859
2865
|
actions: props.actions
|
|
2860
2866
|
}), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3741,109 +3747,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3741
3747
|
"class": "my-3"
|
|
3742
3748
|
})), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3743
3749
|
"class": "col-lg-12 p-0 allcentered mt-2"
|
|
3744
|
-
}, ShareButtonsContainer()))))))
|
|
3745
|
-
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
3746
|
-
style: {
|
|
3747
|
-
minHeight: sectionproperties.height + 'vh'
|
|
3748
|
-
// paddingLeft: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
3749
|
-
// paddingRight: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
3750
|
-
}
|
|
3751
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3752
|
-
"class": "col-lg-12 allcentered p-0 mb-2"
|
|
3753
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3754
|
-
className: "w-100 h-100",
|
|
3755
|
-
style: {}
|
|
3756
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
3757
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
3758
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
3759
|
-
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer59 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.productinfo) === null || _fetchProductInfoQuer59 === void 0 ? void 0 : _fetchProductInfoQuer59.productmainimage),
|
|
3760
|
-
style: {
|
|
3761
|
-
width: '100%',
|
|
3762
|
-
height: '100%',
|
|
3763
|
-
objectFit: 'contain'
|
|
3764
|
-
},
|
|
3765
|
-
loading: "lazy"
|
|
3766
|
-
}))), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3767
|
-
className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-2 mt-3'
|
|
3768
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3769
|
-
className: ' m-0 p-0 wordbreak d-flex justify-content-start ',
|
|
3770
|
-
style: {
|
|
3771
|
-
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
3772
|
-
fontWeight: 400,
|
|
3773
|
-
color: sectionproperties.measurementunitcolor,
|
|
3774
|
-
fontSize: sectionproperties.measurementunitfontsize + 'px'
|
|
3775
|
-
}
|
|
3776
|
-
}, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3777
|
-
className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
|
|
3778
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3779
|
-
className: props.srcfromprops != 'templatedraftrouter' ? "".concat(productinfo_cssstyles.productname, " ").concat(productinfo_cssstyles.productnamehover) + ' m-0 p-0 wordbreak d-flex justify-content-start cursor-pointer font-sm-15 ' : "".concat(productinfo_cssstyles.productname) + ' m-0 p-0 wordbreak d-flex justify-content-start font-sm-15 ',
|
|
3780
|
-
onClick: function onClick() {
|
|
3781
|
-
if (props.srcfromprops != 'templatedraftrouter') {
|
|
3782
|
-
routingcountext(StaticPagesLinksContext.productinfo, true, fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
3783
|
-
}
|
|
3784
|
-
},
|
|
3785
|
-
style: {
|
|
3786
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
3787
|
-
}
|
|
3788
|
-
}, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3789
|
-
"class": "col-lg-12 col-md-12 p-0"
|
|
3790
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3791
|
-
"class": "row m-0 w-100"
|
|
3792
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3793
|
-
className: "col-lg-12 p-0 d-flex align-items-center justify-content-start"
|
|
3794
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3795
|
-
"class": "m-0 p-0",
|
|
3796
|
-
style: {
|
|
3797
|
-
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
3798
|
-
fontWeight: sectionproperties.prodCatFontWeight,
|
|
3799
|
-
color: sectionproperties.prodCatColor,
|
|
3800
|
-
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
3801
|
-
}
|
|
3802
|
-
}, langdetect == 'en' ? sectionproperties.shortdescriptiontitle_en : sectionproperties.shortdescriptiontitle_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3803
|
-
"class": "col-lg-12 mt-3"
|
|
3804
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3805
|
-
className: 'm-0 p-0 wordbreak',
|
|
3806
|
-
style: {
|
|
3807
|
-
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
3808
|
-
color: sectionproperties.prodCatColor
|
|
3809
|
-
},
|
|
3810
|
-
dangerouslySetInnerHTML: {
|
|
3811
|
-
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer60 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.productinfo) === null || _fetchProductInfoQuer60 === void 0 ? void 0 : _fetchProductInfoQuer60.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer61 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.productinfo) === null || _fetchProductInfoQuer61 === void 0 ? void 0 : _fetchProductInfoQuer61.short_description_ar
|
|
3812
|
-
}
|
|
3813
|
-
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3814
|
-
"class": "col-lg-12 p-0 my-4"
|
|
3815
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3816
|
-
"class": "row m-0 w-100"
|
|
3817
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer62 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.productinfo) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.productimages) === null || _fetchProductInfoQuer62 === void 0 ? void 0 : _fetchProductInfoQuer62.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer63 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.productinfo) === null || _fetchProductInfoQuer63 === void 0 ? void 0 : _fetchProductInfoQuer63.productimages.map(function (item, index) {
|
|
3818
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3819
|
-
"class": "col-lg-4 col-sm-12"
|
|
3820
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3821
|
-
"class": ' mx-2 w-100 h-100',
|
|
3822
|
-
style: {}
|
|
3823
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
3824
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
3825
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
3826
|
-
path: '/tr:w-500,h-500/' + item.path,
|
|
3827
|
-
style: {
|
|
3828
|
-
width: '100%',
|
|
3829
|
-
height: '100%',
|
|
3830
|
-
objectFit: 'contain'
|
|
3831
|
-
},
|
|
3832
|
-
loading: "lazy"
|
|
3833
|
-
})));
|
|
3834
|
-
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3835
|
-
"class": "col-lg-12 p-0 my-3"
|
|
3836
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3837
|
-
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
3838
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3839
|
-
className: 'text-black m-0 p-0 wordbreak',
|
|
3840
|
-
style: {
|
|
3841
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
3842
|
-
},
|
|
3843
|
-
dangerouslySetInnerHTML: {
|
|
3844
|
-
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer64 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.productinfo) === null || _fetchProductInfoQuer64 === void 0 ? void 0 : _fetchProductInfoQuer64.description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer65 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.productinfo) === null || _fetchProductInfoQuer65 === void 0 ? void 0 : _fetchProductInfoQuer65.description_ar
|
|
3845
|
-
}
|
|
3846
|
-
}))))));
|
|
3750
|
+
}, ShareButtonsContainer()))))))));
|
|
3847
3751
|
};
|
|
3848
3752
|
|
|
3849
3753
|
function ownKeys$2t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -6707,8 +6611,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6707
6611
|
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
6708
6612
|
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
6709
6613
|
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
6710
|
-
|
|
6711
|
-
borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
6614
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
6712
6615
|
marginBottom: sectionproperties.relatedProductsMb + 'px'
|
|
6713
6616
|
}
|
|
6714
6617
|
}, Relatedproducts.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -11283,7 +11186,7 @@ var Checkout = function Checkout(props) {
|
|
|
11283
11186
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11284
11187
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
11285
11188
|
}, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11286
|
-
type: '
|
|
11189
|
+
type: 'text',
|
|
11287
11190
|
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
11288
11191
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue62 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue62 === void 0 || (_fetchcustomercartQue62 = _fetchcustomercartQue62.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.mobile,
|
|
11289
11192
|
onChange: function onChange(event) {
|
|
@@ -15328,7 +15231,6 @@ var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
15328
15231
|
});
|
|
15329
15232
|
var Filter$1 = function Filter(props) {
|
|
15330
15233
|
var _css;
|
|
15331
|
-
var FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
|
|
15332
15234
|
var lang = props.actions.lang;
|
|
15333
15235
|
var langdetect = props.actions.langdetect;
|
|
15334
15236
|
props.actions.productfiltercontext;
|
|
@@ -15349,21 +15251,10 @@ var Filter$1 = function Filter(props) {
|
|
|
15349
15251
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
15350
15252
|
_useState2[0];
|
|
15351
15253
|
_useState2[1];
|
|
15352
|
-
var _useState3 = React.useState(
|
|
15353
|
-
min: '',
|
|
15354
|
-
max: ''
|
|
15355
|
-
}),
|
|
15254
|
+
var _useState3 = React.useState([]),
|
|
15356
15255
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
15357
|
-
|
|
15358
|
-
|
|
15359
|
-
var _useState5 = React.useState([]),
|
|
15360
|
-
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
15361
|
-
productfeatuesarr = _useState6[0],
|
|
15362
|
-
setproductfeatuesarr = _useState6[1];
|
|
15363
|
-
var _useState7 = React.useState([]),
|
|
15364
|
-
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
15365
|
-
vendorarr = _useState8[0],
|
|
15366
|
-
setvendorsarr = _useState8[1];
|
|
15256
|
+
productfeatuesarr = _useState4[0],
|
|
15257
|
+
setproductfeatuesarr = _useState4[1];
|
|
15367
15258
|
var fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
|
|
15368
15259
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
15369
15260
|
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
@@ -15372,50 +15263,41 @@ var Filter$1 = function Filter(props) {
|
|
|
15372
15263
|
var FetchTabexStatesPayloadobjContext = props.actions.FetchTabexStatesPayloadobjContext;
|
|
15373
15264
|
var setFetchTabexStatesPayloadobjContext = props.actions.setFetchTabexStatesPayloadobjContext;
|
|
15374
15265
|
var fetchProductFeaturesQueryContext = props.actions.fetchProductFeaturesQueryContext;
|
|
15375
|
-
var
|
|
15376
|
-
|
|
15377
|
-
sectionproperties =
|
|
15378
|
-
setsectionproperties =
|
|
15266
|
+
var _useState5 = React.useState(''),
|
|
15267
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
15268
|
+
sectionproperties = _useState6[0],
|
|
15269
|
+
setsectionproperties = _useState6[1];
|
|
15379
15270
|
// const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
|
|
15271
|
+
var _useState7 = React.useState([]),
|
|
15272
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
15273
|
+
instfilters = _useState8[0],
|
|
15274
|
+
setinstfilters = _useState8[1];
|
|
15275
|
+
var _useState9 = React.useState([]),
|
|
15276
|
+
_useState10 = _slicedToArray__default["default"](_useState9, 2),
|
|
15277
|
+
collectionstobevisible = _useState10[0],
|
|
15278
|
+
setcollectionstobevisible = _useState10[1];
|
|
15380
15279
|
var _useState11 = React.useState([]),
|
|
15381
15280
|
_useState12 = _slicedToArray__default["default"](_useState11, 2),
|
|
15382
|
-
|
|
15383
|
-
|
|
15281
|
+
instcollections = _useState12[0],
|
|
15282
|
+
setinstcollections = _useState12[1];
|
|
15384
15283
|
var _useState13 = React.useState([]),
|
|
15385
15284
|
_useState14 = _slicedToArray__default["default"](_useState13, 2),
|
|
15386
|
-
|
|
15387
|
-
|
|
15388
|
-
var _useState15 = React.useState([]),
|
|
15389
|
-
_useState16 = _slicedToArray__default["default"](_useState15, 2),
|
|
15390
|
-
instcollections = _useState16[0],
|
|
15391
|
-
setinstcollections = _useState16[1];
|
|
15392
|
-
var _useState17 = React.useState([]),
|
|
15393
|
-
_useState18 = _slicedToArray__default["default"](_useState17, 2),
|
|
15394
|
-
instcategories = _useState18[0],
|
|
15395
|
-
setinstcategories = _useState18[1];
|
|
15285
|
+
instcategories = _useState14[0],
|
|
15286
|
+
setinstcategories = _useState14[1];
|
|
15396
15287
|
// const [sortby, setSortby] = useState('Sort by');
|
|
15397
|
-
var
|
|
15288
|
+
var _useState15 = React.useState({
|
|
15398
15289
|
min: 0,
|
|
15399
15290
|
max: 5
|
|
15400
15291
|
}),
|
|
15401
|
-
|
|
15402
|
-
raterangevalue =
|
|
15403
|
-
setraterangevalue =
|
|
15292
|
+
_useState16 = _slicedToArray__default["default"](_useState15, 2),
|
|
15293
|
+
raterangevalue = _useState16[0],
|
|
15294
|
+
setraterangevalue = _useState16[1];
|
|
15404
15295
|
var timeoutRef = React__default["default"].useRef(null);
|
|
15405
|
-
var
|
|
15406
|
-
|
|
15407
|
-
|
|
15408
|
-
var setsortbycontext =
|
|
15409
|
-
var
|
|
15410
|
-
_useState24 = _slicedToArray__default["default"](_useState23, 2),
|
|
15411
|
-
pricefrom = _useState24[0];
|
|
15412
|
-
_useState24[1];
|
|
15413
|
-
var _useState25 = React.useState(''),
|
|
15414
|
-
_useState26 = _slicedToArray__default["default"](_useState25, 2),
|
|
15415
|
-
priceto = _useState26[0];
|
|
15416
|
-
_useState26[1];
|
|
15417
|
-
props.actions.setfetchingtype;
|
|
15418
|
-
var _useState27 = React.useState([{
|
|
15296
|
+
var _useState17 = React.useState(''),
|
|
15297
|
+
_useState18 = _slicedToArray__default["default"](_useState17, 2);
|
|
15298
|
+
_useState18[0];
|
|
15299
|
+
var setsortbycontext = _useState18[1];
|
|
15300
|
+
var _useState19 = React.useState([{
|
|
15419
15301
|
payloadvalue: 'sortprice',
|
|
15420
15302
|
name: lang.price,
|
|
15421
15303
|
filterarray: [{
|
|
@@ -15440,24 +15322,12 @@ var Filter$1 = function Filter(props) {
|
|
|
15440
15322
|
isfilterselected: false
|
|
15441
15323
|
}]
|
|
15442
15324
|
}]),
|
|
15443
|
-
|
|
15444
|
-
otherfilters =
|
|
15445
|
-
|
|
15325
|
+
_useState20 = _slicedToArray__default["default"](_useState19, 2),
|
|
15326
|
+
otherfilters = _useState20[0];
|
|
15327
|
+
_useState20[1];
|
|
15446
15328
|
React.useEffect(function () {
|
|
15447
15329
|
filterupdater();
|
|
15448
15330
|
}, []);
|
|
15449
|
-
React.useEffect(function () {
|
|
15450
|
-
var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
|
|
15451
|
-
if (FetchAllVendorsQuery !== null && FetchAllVendorsQuery !== void 0 && FetchAllVendorsQuery.isSuccess && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = _FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 ? void 0 : _FetchAllVendorsQuery.vendors) != undefined && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery2 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.vendors) === null || _FetchAllVendorsQuery2 === void 0 ? void 0 : _FetchAllVendorsQuery2.length) != 0) {
|
|
15452
|
-
var _FetchAllVendorsQuery3, _temp;
|
|
15453
|
-
var temp = _toConsumableArray__default["default"](vendorarr);
|
|
15454
|
-
temp = _toConsumableArray__default["default"](FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
|
|
15455
|
-
(_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
|
|
15456
|
-
instfilteritem.isfilterselected = false;
|
|
15457
|
-
});
|
|
15458
|
-
setvendorsarr(_toConsumableArray__default["default"](temp));
|
|
15459
|
-
}
|
|
15460
|
-
}, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
|
|
15461
15331
|
React.useEffect(function () {
|
|
15462
15332
|
if (fetchproductoptionsQueryContext.isSuccess) {
|
|
15463
15333
|
var _fetchproductoptionsQ;
|
|
@@ -15473,17 +15343,7 @@ var Filter$1 = function Filter(props) {
|
|
|
15473
15343
|
React.useEffect(function () {
|
|
15474
15344
|
if (fetchcollectionsQueryContext.isSuccess) {
|
|
15475
15345
|
var _fetchcollectionsQuer;
|
|
15476
|
-
|
|
15477
|
-
var tempcollinfilter = [];
|
|
15478
|
-
{
|
|
15479
|
-
tempcoll === null || tempcoll === void 0 || tempcoll.map(function (collectionitem, collectionindex) {
|
|
15480
|
-
if (collectionitem.isshowntocustomers == 1 && collectionitem.isinftiler == 1) {
|
|
15481
|
-
tempcollinfilter.push(collectionitem);
|
|
15482
|
-
}
|
|
15483
|
-
});
|
|
15484
|
-
}
|
|
15485
|
-
setinstcollections([].concat(tempcollinfilter));
|
|
15486
|
-
// setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
|
|
15346
|
+
setinstcollections(_toConsumableArray__default["default"](fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections));
|
|
15487
15347
|
}
|
|
15488
15348
|
}, [fetchcollectionsQueryContext.isSuccess]);
|
|
15489
15349
|
// useEffect(() => {
|
|
@@ -16218,7 +16078,7 @@ var Filter$1 = function Filter(props) {
|
|
|
16218
16078
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
16219
16079
|
color: sectionproperties.filtertitle_color
|
|
16220
16080
|
}, "color", sectionproperties.filtertitle_color), "fontSize", sectionproperties.filtertitle_fontsize + 'px'), "fontWeight", sectionproperties.filtertitle_fontweight), "color", sectionproperties.filtertitle_color), "textTransform", 'capitalize')
|
|
16221
|
-
}, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16081
|
+
}, langdetect == 'en' ? item.name_en : item.name_ar, item.type), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16222
16082
|
"class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
|
|
16223
16083
|
style: {
|
|
16224
16084
|
direction: 'ltr'
|
|
@@ -16641,10 +16501,10 @@ var Filter$1 = function Filter(props) {
|
|
|
16641
16501
|
isSearchable: true
|
|
16642
16502
|
})))));
|
|
16643
16503
|
};
|
|
16644
|
-
var
|
|
16645
|
-
|
|
16646
|
-
checked =
|
|
16647
|
-
setChecked =
|
|
16504
|
+
var _useState21 = React.useState(false),
|
|
16505
|
+
_useState22 = _slicedToArray__default["default"](_useState21, 2),
|
|
16506
|
+
checked = _useState22[0],
|
|
16507
|
+
setChecked = _useState22[1];
|
|
16648
16508
|
// const queryParameters = new URLSearchParams(window.location.search);
|
|
16649
16509
|
// useEffect(() => {
|
|
16650
16510
|
// // setsortbycontext('Sort By');
|
|
@@ -17001,48 +16861,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17001
16861
|
"class": "row m-0 w-100"
|
|
17002
16862
|
}, CollectionsFilter()), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17003
16863
|
"class": "row m-0 w-100"
|
|
17004
|
-
}, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters(),
|
|
17005
|
-
"class": "row m-0 w-100"
|
|
17006
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17007
|
-
className: "col-lg-12 p-0"
|
|
17008
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17009
|
-
className: "row m-0 w-100"
|
|
17010
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17011
|
-
"class": "col-lg-12 p-0 text-start mb-2"
|
|
17012
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17013
|
-
className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
|
|
17014
|
-
}, langdetect == 'en' ? 'Brands' : 'الماركات')), vendorarr.map(function (item, index) {
|
|
17015
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17016
|
-
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(item.isfilterselected ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n ") + ' d-flex align-items-center pb-3 col-12 ',
|
|
17017
|
-
onClick: function onClick() {
|
|
17018
|
-
var _tempfetchproductsfil3;
|
|
17019
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
17020
|
-
// alert(JSON.stringify(tempfetchproductsfilerobjcontext));
|
|
17021
|
-
tempfetchproductsfilerobjcontext.vendorsarr = [];
|
|
17022
|
-
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
|
|
17023
|
-
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
17024
|
-
var temp = _toConsumableArray__default["default"](vendorarr);
|
|
17025
|
-
temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
|
|
17026
|
-
instfilteritem.isfilterselected = false;
|
|
17027
|
-
});
|
|
17028
|
-
item.isfilterselected = true;
|
|
17029
|
-
setvendorsarr(_toConsumableArray__default["default"](temp));
|
|
17030
|
-
}
|
|
17031
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17032
|
-
"class": "mr-2"
|
|
17033
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17034
|
-
className: " ".concat(item.isfilterselected ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
|
|
17035
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
17036
|
-
className: "h-100 d-flex align-items-center"
|
|
17037
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17038
|
-
className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
|
|
17039
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17040
|
-
className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
|
|
17041
|
-
style: {
|
|
17042
|
-
color: item.isfilterselected ? sectionproperties.activecat_color : ''
|
|
17043
|
-
}
|
|
17044
|
-
}, langdetect == 'en' ? item.vendorname : item.vendorname)));
|
|
17045
|
-
}))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16864
|
+
}, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters()))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17046
16865
|
className: "col-lg-12"
|
|
17047
16866
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
|
|
17048
16867
|
show: props === null || props === void 0 ? void 0 : props.openFilterSlider,
|
|
@@ -17217,175 +17036,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17217
17036
|
}
|
|
17218
17037
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17219
17038
|
className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '
|
|
17220
|
-
}, sectionproperties.
|
|
17221
|
-
"class": "row m-0 w-100"
|
|
17222
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17223
|
-
"class": "col-lg-12 d-flex justify-content-start p-0"
|
|
17224
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17225
|
-
className: "m-0 p-0 font-16 font-weight-600",
|
|
17226
|
-
style: {
|
|
17227
|
-
color: sectionproperties.filter_titlecolor,
|
|
17228
|
-
fontSize: sectionproperties.filter_titlefontsize + 'px',
|
|
17229
|
-
fontWeight: sectionproperties.filter_titlefontweight,
|
|
17230
|
-
textTransform: sectionproperties.filter_titletextransform
|
|
17231
|
-
}
|
|
17232
|
-
}, langdetect == 'en' ? 'Sort By' : 'ترتيب حسب')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17233
|
-
className: "col-lg-12"
|
|
17234
|
-
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
17235
|
-
className: "mt-2 mb-3"
|
|
17236
|
-
})), otherfilters.map(function (item, index) {
|
|
17237
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17238
|
-
className: "col-lg-12 p-0"
|
|
17239
|
-
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
17240
|
-
allowMultipleExpanded: true,
|
|
17241
|
-
allowZeroExpanded: true,
|
|
17242
|
-
preExpanded: [0, 1, 2, 3],
|
|
17243
|
-
style: {
|
|
17244
|
-
width: '100%'
|
|
17245
|
-
}
|
|
17246
|
-
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
|
|
17247
|
-
uuid: index
|
|
17248
|
-
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17249
|
-
className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
|
|
17250
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17251
|
-
className: "col-lg-10 col-md-10 col-sm-10 p-0"
|
|
17252
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17253
|
-
className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
|
|
17254
|
-
}, item.name)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17255
|
-
className: "col-lg-2 col-md-2 col-sm-2 p-0"
|
|
17256
|
-
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
17257
|
-
if (state.expanded == true) {
|
|
17258
|
-
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
17259
|
-
className: filter_cssstyles.collapsetitle + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
17260
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
|
|
17261
|
-
} else {
|
|
17262
|
-
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
17263
|
-
className: filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '
|
|
17264
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
|
|
17265
|
-
}
|
|
17266
|
-
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
17267
|
-
className: "p-0"
|
|
17268
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17269
|
-
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
17270
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17271
|
-
className: 'col-lg-12'
|
|
17272
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17273
|
-
className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
|
|
17274
|
-
}, item.filterarray.map(function (valueitem, valueindex) {
|
|
17275
|
-
var ischecked = false;
|
|
17276
|
-
if (item.payloadvalue == 'sortprice') {
|
|
17277
|
-
if (valueitem.value == ProductFilterObjContext.sortprice) {
|
|
17278
|
-
ischecked = true;
|
|
17279
|
-
}
|
|
17280
|
-
} else if (item.payloadvalue == 'sortdates') {
|
|
17281
|
-
if (valueitem.value == ProductFilterObjContext.sortdates) {
|
|
17282
|
-
ischecked = true;
|
|
17283
|
-
}
|
|
17284
|
-
}
|
|
17285
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17286
|
-
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
17287
|
-
onClick: function onClick() {
|
|
17288
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
17289
|
-
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
17290
|
-
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
17291
|
-
} else {
|
|
17292
|
-
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
17293
|
-
}
|
|
17294
|
-
tempfetchproductsfilerobjcontext.page = 0;
|
|
17295
|
-
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
17296
|
-
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17297
|
-
}
|
|
17298
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17299
|
-
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
|
|
17300
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
17301
|
-
className: "h-100 d-flex align-items-center"
|
|
17302
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17303
|
-
className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
|
|
17304
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17305
|
-
className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
|
|
17306
|
-
style: {
|
|
17307
|
-
color: ischecked ? sectionproperties.activecat_color : ''
|
|
17308
|
-
}
|
|
17309
|
-
}, valueitem.name)));
|
|
17310
|
-
}))))))));
|
|
17311
|
-
}), sectionproperties.showfilterbyrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17312
|
-
className: "col-lg-12 pl-4 pr-4"
|
|
17313
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17314
|
-
className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
|
|
17315
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17316
|
-
className: "col-lg-12 col-md-12 col-sm-12 p-0 mb-3"
|
|
17317
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17318
|
-
className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
|
|
17319
|
-
}, langdetect == 'en' ? 'Ratings' : 'التقييمات')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17320
|
-
className: "col-lg-12 col-md-12 col-sm-12 mb-4"
|
|
17321
|
-
}, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
|
|
17322
|
-
draggableTrack: true,
|
|
17323
|
-
formatLabel: function formatLabel(value) {
|
|
17324
|
-
return "".concat(value);
|
|
17325
|
-
},
|
|
17326
|
-
maxValue: 5,
|
|
17327
|
-
minValue: 0,
|
|
17328
|
-
value: raterangevalue,
|
|
17329
|
-
onChange: function onChange(value) {
|
|
17330
|
-
setraterangevalue(_objectSpread$2b({}, value));
|
|
17331
|
-
}
|
|
17332
|
-
}))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17333
|
-
"class": "row m-0 w-100 mb-3 mt-2"
|
|
17334
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17335
|
-
"class": "col-lg-12 p-0 text-start mb-2"
|
|
17336
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17337
|
-
className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
|
|
17338
|
-
}, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17339
|
-
className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
|
|
17340
|
-
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
17341
|
-
className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
|
|
17342
|
-
}, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
17343
|
-
type: "text",
|
|
17344
|
-
value: pricevalue2.min,
|
|
17345
|
-
onChange: function onChange(event) {
|
|
17346
|
-
var temppricevalue = _objectSpread$2b({}, pricevalue2);
|
|
17347
|
-
temppricevalue.min = event.target.value;
|
|
17348
|
-
setpricevalue2(_objectSpread$2b({}, temppricevalue));
|
|
17349
|
-
// var temppayloadobj = { ...pricefrom };
|
|
17350
|
-
// temppayloadobj = event.target.value;
|
|
17351
|
-
// setpricefrom({ ...temppayloadobj });
|
|
17352
|
-
},
|
|
17353
|
-
style: {
|
|
17354
|
-
background: '#fff',
|
|
17355
|
-
border: '1px solid #ccc',
|
|
17356
|
-
borderRadius: 5,
|
|
17357
|
-
color: '#000',
|
|
17358
|
-
height: 35,
|
|
17359
|
-
width: '100%',
|
|
17360
|
-
paddingLeft: 10,
|
|
17361
|
-
paddingRight: 10
|
|
17362
|
-
}
|
|
17363
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17364
|
-
className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
|
|
17365
|
-
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
17366
|
-
className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
|
|
17367
|
-
}, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
17368
|
-
type: "text",
|
|
17369
|
-
value: pricevalue2.max,
|
|
17370
|
-
onChange: function onChange(event) {
|
|
17371
|
-
// var temppayloadobj = { ...priceto };
|
|
17372
|
-
// temppayloadobj = event.target.value;
|
|
17373
|
-
// setpriceto({ ...temppayloadobj });
|
|
17374
|
-
var temppricevalue = _objectSpread$2b({}, pricevalue2);
|
|
17375
|
-
temppricevalue.max = event.target.value;
|
|
17376
|
-
setpricevalue2(_objectSpread$2b({}, temppricevalue));
|
|
17377
|
-
},
|
|
17378
|
-
style: {
|
|
17379
|
-
width: '100%',
|
|
17380
|
-
background: '#fff',
|
|
17381
|
-
border: '1px solid #ccc',
|
|
17382
|
-
borderRadius: 5,
|
|
17383
|
-
color: '#000',
|
|
17384
|
-
height: 35,
|
|
17385
|
-
paddingRight: 10,
|
|
17386
|
-
paddingLeft: 10
|
|
17387
|
-
}
|
|
17388
|
-
}))), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17039
|
+
}, sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17389
17040
|
"class": "row m-0 w-100 mb-3"
|
|
17390
17041
|
}, CategoriesFilter()), sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17391
17042
|
"class": "row m-0 w-100 mb-3"
|
|
@@ -17462,7 +17113,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17462
17113
|
}
|
|
17463
17114
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17464
17115
|
className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
|
|
17465
|
-
},
|
|
17116
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
17466
17117
|
allowMultipleExpanded: true,
|
|
17467
17118
|
allowZeroExpanded: true,
|
|
17468
17119
|
preExpanded: [0, 1, 2, 3],
|
|
@@ -17538,57 +17189,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17538
17189
|
}
|
|
17539
17190
|
}, valueitem.name)));
|
|
17540
17191
|
}));
|
|
17541
|
-
}))))))),
|
|
17542
|
-
"class": "row m-0 w-100 mb-3 mt-2 px-3"
|
|
17543
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17544
|
-
"class": "col-lg-12 p-0 text-start mb-2"
|
|
17545
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17546
|
-
className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
|
|
17547
|
-
}, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17548
|
-
className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
|
|
17549
|
-
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
17550
|
-
className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
|
|
17551
|
-
}, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
17552
|
-
type: "text",
|
|
17553
|
-
value: pricefrom,
|
|
17554
|
-
onChange: function onChange(event) {
|
|
17555
|
-
var temppricevalue = _objectSpread$2b({}, pricevalue2);
|
|
17556
|
-
temppricevalue.min = event.target.value;
|
|
17557
|
-
setpricevalue2(_objectSpread$2b({}, temppricevalue));
|
|
17558
|
-
},
|
|
17559
|
-
style: {
|
|
17560
|
-
background: '#fff',
|
|
17561
|
-
border: '1px solid #ccc',
|
|
17562
|
-
borderRadius: 5,
|
|
17563
|
-
color: '#000',
|
|
17564
|
-
height: 35,
|
|
17565
|
-
width: '100%',
|
|
17566
|
-
paddingLeft: 15,
|
|
17567
|
-
paddingRight: 15
|
|
17568
|
-
}
|
|
17569
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17570
|
-
className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
|
|
17571
|
-
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
17572
|
-
className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
|
|
17573
|
-
}, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
17574
|
-
type: "text",
|
|
17575
|
-
value: priceto,
|
|
17576
|
-
onChange: function onChange(event) {
|
|
17577
|
-
var temppricevalue = _objectSpread$2b({}, pricevalue2);
|
|
17578
|
-
temppricevalue.max = event.target.value;
|
|
17579
|
-
setpricevalue2(_objectSpread$2b({}, temppricevalue));
|
|
17580
|
-
},
|
|
17581
|
-
style: {
|
|
17582
|
-
width: '100%',
|
|
17583
|
-
background: '#fff',
|
|
17584
|
-
border: '1px solid #ccc',
|
|
17585
|
-
borderRadius: 5,
|
|
17586
|
-
color: '#000',
|
|
17587
|
-
height: 35,
|
|
17588
|
-
paddingLeft: 15,
|
|
17589
|
-
paddingRight: 15
|
|
17590
|
-
}
|
|
17591
|
-
}))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17192
|
+
}))))))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17592
17193
|
className: "col-lg-12 p-0"
|
|
17593
17194
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
17594
17195
|
className: "mt-2 mb-3"
|
|
@@ -17921,7 +17522,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
17921
17522
|
perpageItems = _useState14[0],
|
|
17922
17523
|
setperpageItems = _useState14[1];
|
|
17923
17524
|
var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
|
|
17924
|
-
props.actions.authdetailsContext;
|
|
17925
17525
|
React.useEffect(function () {
|
|
17926
17526
|
var productfilerobjtemp = ProductFilterObjContext;
|
|
17927
17527
|
if (props.filterparamsprops != undefined) {
|
|
@@ -18195,7 +17795,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
18195
17795
|
};
|
|
18196
17796
|
if (fetchingtype == 'products') {
|
|
18197
17797
|
var _arrayItem$features3;
|
|
18198
|
-
var itemquantity =
|
|
17798
|
+
var itemquantity = 0;
|
|
18199
17799
|
if (langdetect == 'en') {
|
|
18200
17800
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
18201
17801
|
} else {
|
|
@@ -18206,11 +17806,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
18206
17806
|
} else {
|
|
18207
17807
|
cardobj.description = arrayItem.productinfo.description_ar;
|
|
18208
17808
|
}
|
|
18209
|
-
if (langdetect == 'en') {
|
|
18210
|
-
cardobj.shortdescription = arrayItem.short_description_ar;
|
|
18211
|
-
} else {
|
|
18212
|
-
cardobj.shortdescription = arrayItem.productinfo.description_ar;
|
|
18213
|
-
}
|
|
18214
17809
|
if (langdetect == 'en') {
|
|
18215
17810
|
cardobj.shortdescription = arrayItem.short_description_en;
|
|
18216
17811
|
} else {
|
|
@@ -18236,7 +17831,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
18236
17831
|
cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
|
|
18237
17832
|
cardobj.hassale = arrayItem.productinfo.hassale;
|
|
18238
17833
|
cardobj.productid = arrayItem.productinfo.productid;
|
|
18239
|
-
cardobj.vendorid = arrayItem.productinfo.vendorproviderid;
|
|
18240
17834
|
cardobj.hasvariants = arrayItem.productinfo.hasvariants;
|
|
18241
17835
|
cardobj.description_en = arrayItem.productinfo.description_en;
|
|
18242
17836
|
cardobj.description_ar = arrayItem.productinfo.description_ar;
|
|
@@ -18374,28 +17968,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
18374
17968
|
}
|
|
18375
17969
|
}
|
|
18376
17970
|
var section_cssstyles = {
|
|
18377
|
-
btnnn: glamor.css({
|
|
18378
|
-
width: '20%',
|
|
18379
|
-
height: 40,
|
|
18380
|
-
background: '#5c5c5c',
|
|
18381
|
-
fontSize: 14,
|
|
18382
|
-
fontWeight: 400,
|
|
18383
|
-
color: 'white',
|
|
18384
|
-
borderRadius: 10,
|
|
18385
|
-
':hover': {
|
|
18386
|
-
color: 'white',
|
|
18387
|
-
background: '#000',
|
|
18388
|
-
transition: '.3s'
|
|
18389
|
-
}
|
|
18390
|
-
}),
|
|
18391
|
-
titleee: glamor.css({
|
|
18392
|
-
fontSize: 25,
|
|
18393
|
-
color: '#000',
|
|
18394
|
-
fontWeight: 600,
|
|
18395
|
-
'@media (max-width: 800px)': {
|
|
18396
|
-
fontSize: 20
|
|
18397
|
-
}
|
|
18398
|
-
}),
|
|
18399
17971
|
sectioncontainerr: glamor.css({
|
|
18400
17972
|
width: sectionproperties.width + 'vw',
|
|
18401
17973
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -18600,11 +18172,12 @@ var CardsSection = function CardsSection(props) {
|
|
|
18600
18172
|
};
|
|
18601
18173
|
var SectionTitle = function SectionTitle() {
|
|
18602
18174
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18603
|
-
"class": "d-flex align-items-center
|
|
18175
|
+
"class": "d-flex align-items-center",
|
|
18604
18176
|
style: {
|
|
18605
18177
|
position: 'relative',
|
|
18606
18178
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
18607
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
18179
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
|
|
18180
|
+
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
18608
18181
|
}
|
|
18609
18182
|
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18610
18183
|
"class": section_cssstyles.line_left
|
|
@@ -18619,6 +18192,14 @@ var CardsSection = function CardsSection(props) {
|
|
|
18619
18192
|
}
|
|
18620
18193
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18621
18194
|
"class": section_cssstyles.line_right
|
|
18195
|
+
}), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18196
|
+
style: {
|
|
18197
|
+
width: '50%',
|
|
18198
|
+
background: sectionproperties.linebgcolor,
|
|
18199
|
+
height: 3,
|
|
18200
|
+
borderRadius: 10,
|
|
18201
|
+
marginTop: 5
|
|
18202
|
+
}
|
|
18622
18203
|
}));
|
|
18623
18204
|
};
|
|
18624
18205
|
var isCardsectionloading = function isCardsectionloading() {
|
|
@@ -19339,23 +18920,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
19339
18920
|
setopenFilterSlider: setopenFilterSlider,
|
|
19340
18921
|
show_product_group_titles: show_product_group_titles,
|
|
19341
18922
|
typeprops: 'vertical'
|
|
19342
|
-
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()
|
|
19343
|
-
"class": "col-lg-12 allcentered my-5"
|
|
19344
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19345
|
-
"class": "row m-0 w-100"
|
|
19346
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19347
|
-
"class": "col-lg-12 allcentered mb-3"
|
|
19348
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
19349
|
-
"class": section_cssstyles.titleee + ' m-0 p-0 ',
|
|
19350
|
-
style: {}
|
|
19351
|
-
}, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19352
|
-
"class": "col-lg-12 allcentered"
|
|
19353
|
-
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
19354
|
-
"class": section_cssstyles.btnnn + ' w-md-100 ',
|
|
19355
|
-
onClick: function onClick() {
|
|
19356
|
-
routingcountext('inquiryform', false, '');
|
|
19357
|
-
}
|
|
19358
|
-
}, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
|
|
18923
|
+
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
19359
18924
|
};
|
|
19360
18925
|
|
|
19361
18926
|
function ownKeys$28(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -22553,7 +22118,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
22553
22118
|
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
22554
22119
|
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22555
22120
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
22556
|
-
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13
|
|
22121
|
+
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
22557
22122
|
props.actions;
|
|
22558
22123
|
props.actions.StatePagePropertiesContext;
|
|
22559
22124
|
var _useState = React.useState({}),
|
|
@@ -22634,39 +22199,26 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
22634
22199
|
style: {
|
|
22635
22200
|
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
22636
22201
|
}
|
|
22637
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.
|
|
22202
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22638
22203
|
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
22639
22204
|
onClick: function onClick() {
|
|
22640
22205
|
var _authdetailsContext$i11;
|
|
22641
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.
|
|
22206
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null) {
|
|
22642
22207
|
var _authdetailsContext$i12;
|
|
22643
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.
|
|
22208
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink, '_blank');
|
|
22644
22209
|
}
|
|
22645
22210
|
}
|
|
22646
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
22211
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
22647
22212
|
style: {
|
|
22648
22213
|
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
22649
22214
|
}
|
|
22650
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.
|
|
22215
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22651
22216
|
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
22652
22217
|
onClick: function onClick() {
|
|
22653
22218
|
var _authdetailsContext$i14;
|
|
22654
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.
|
|
22219
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
|
|
22655
22220
|
var _authdetailsContext$i15;
|
|
22656
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.
|
|
22657
|
-
}
|
|
22658
|
-
}
|
|
22659
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
22660
|
-
style: {
|
|
22661
|
-
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
22662
|
-
}
|
|
22663
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22664
|
-
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
22665
|
-
onClick: function onClick() {
|
|
22666
|
-
var _authdetailsContext$i17;
|
|
22667
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
22668
|
-
var _authdetailsContext$i18;
|
|
22669
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
22221
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber), '_blank');
|
|
22670
22222
|
}
|
|
22671
22223
|
}
|
|
22672
22224
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -22679,10 +22231,10 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
22679
22231
|
function ownKeys$1Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
22680
22232
|
function _objectSpread$1Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22681
22233
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
22682
|
-
var
|
|
22234
|
+
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12;
|
|
22683
22235
|
var actions = props.actions;
|
|
22684
22236
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
22685
|
-
|
|
22237
|
+
props.actions.setsidecartnavshowcontext;
|
|
22686
22238
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
22687
22239
|
props.actions.StatePagePropertiesContext;
|
|
22688
22240
|
var lang = props.actions.lang;
|
|
@@ -22690,12 +22242,12 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22690
22242
|
var setlang = props.actions.setlang;
|
|
22691
22243
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
22692
22244
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
22693
|
-
|
|
22245
|
+
props.actions.fetchcustomercartQueryContext;
|
|
22694
22246
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
22695
22247
|
props.actions.favoriteprojectscountContext;
|
|
22696
22248
|
var routingcountext = props.actions.routingcountext;
|
|
22697
22249
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
22698
|
-
|
|
22250
|
+
props.actions.setcurrencyfunccontext;
|
|
22699
22251
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
22700
22252
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
22701
22253
|
var _useState = React.useState(''),
|
|
@@ -22915,47 +22467,6 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22915
22467
|
});
|
|
22916
22468
|
return policyobj;
|
|
22917
22469
|
};
|
|
22918
|
-
var CartButton = function CartButton() {
|
|
22919
|
-
var _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
22920
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22921
|
-
"class": "d-flex align-items-center",
|
|
22922
|
-
style: {
|
|
22923
|
-
position: 'relative'
|
|
22924
|
-
}
|
|
22925
|
-
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
22926
|
-
className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center p-0 ',
|
|
22927
|
-
onClick: function onClick() {
|
|
22928
|
-
var _fetchcustomercartQue;
|
|
22929
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.customercart) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.cartitems) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.length) > 7) {
|
|
22930
|
-
routingcountext(StaticPagesLinksContext.viewcart);
|
|
22931
|
-
} else {
|
|
22932
|
-
setsidecartnavshowcontext(true);
|
|
22933
|
-
}
|
|
22934
|
-
}
|
|
22935
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
22936
|
-
className: ' h-100 d-flex align-items-center justify-content-center '
|
|
22937
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
|
|
22938
|
-
size: sectionproperties.cartBtniconresp_size
|
|
22939
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
|
|
22940
|
-
size: sectionproperties.cartBtniconresp_size
|
|
22941
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
22942
|
-
size: sectionproperties.cartBtniconresp_size
|
|
22943
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
22944
|
-
size: sectionproperties.cartBtniconresp_size
|
|
22945
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
22946
|
-
size: sectionproperties.cartBtniconresp_size
|
|
22947
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
22948
|
-
size: sectionproperties.cartBtniconresp_size
|
|
22949
|
-
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
22950
|
-
size: sectionproperties.cartBtniconresp_size
|
|
22951
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22952
|
-
className: "".concat(header_cssstyles.badge_counter_header_notifications),
|
|
22953
|
-
style: {
|
|
22954
|
-
top: sectionproperties.cartbadgefromtop + 'px',
|
|
22955
|
-
right: sectionproperties.cartbadgefromright + 'px'
|
|
22956
|
-
}
|
|
22957
|
-
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0));
|
|
22958
|
-
};
|
|
22959
22470
|
var _useState15 = React.useState(false),
|
|
22960
22471
|
_useState16 = _slicedToArray__default["default"](_useState15, 2),
|
|
22961
22472
|
openmenuCanvas = _useState16[0],
|
|
@@ -23030,8 +22541,10 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23030
22541
|
style: {
|
|
23031
22542
|
position: 'relative'
|
|
23032
22543
|
}
|
|
23033
|
-
},
|
|
23034
|
-
className: "col-md-
|
|
22544
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22545
|
+
className: "col-md-6 col-sm-8 d-flex filter align-items-center p-0"
|
|
22546
|
+
}, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22547
|
+
className: "col-md-6 col-sm-4 text-end p-0"
|
|
23035
22548
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23036
22549
|
style: {}
|
|
23037
22550
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -23057,158 +22570,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23057
22570
|
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
23058
22571
|
size: sectionproperties.resp_sidenav_size,
|
|
23059
22572
|
color: sectionproperties.resp_sidenav_color
|
|
23060
|
-
}))),
|
|
23061
|
-
style: {
|
|
23062
|
-
width: '30px',
|
|
23063
|
-
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
23064
|
-
}
|
|
23065
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23066
|
-
"class": "h-100 allcentered",
|
|
23067
|
-
onClick: function onClick() {
|
|
23068
|
-
setopenSearch(true);
|
|
23069
|
-
}
|
|
23070
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
23071
|
-
size: 22,
|
|
23072
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23073
|
-
})))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23074
|
-
className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
|
|
23075
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23076
|
-
style: {
|
|
23077
|
-
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
|
23078
|
-
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
23079
|
-
},
|
|
23080
|
-
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
23081
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23082
|
-
"class": ' h-100 allcentered ',
|
|
23083
|
-
style: {
|
|
23084
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23085
|
-
},
|
|
23086
|
-
onClick: function onClick() {
|
|
23087
|
-
if (sectionproperties.responsiveheaderstyle == 'Style 2') {
|
|
23088
|
-
if (menuactive == true) {
|
|
23089
|
-
setmenuactive(false);
|
|
23090
|
-
} else {
|
|
23091
|
-
setmenuactive(true);
|
|
23092
|
-
}
|
|
23093
|
-
} else {
|
|
23094
|
-
setopenmenuCanvas(true);
|
|
23095
|
-
setactiveTab('menu');
|
|
23096
|
-
}
|
|
23097
|
-
}
|
|
23098
|
-
}, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
|
|
23099
|
-
size: 20,
|
|
23100
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23101
|
-
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
23102
|
-
size: 20,
|
|
23103
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23104
|
-
}))), InstLogoContainer()), sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23105
|
-
className: "col-md-4 col-sm-6 allcentered p-0"
|
|
23106
|
-
}, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23107
|
-
className: sectionproperties.logocentered != 'Centered' ? 'col-md-6 col-sm-6 d-flex align-items-center justify-content-end p-0' : 'col-md-4 col-sm-3 d-flex align-items-center justify-content-end p-0'
|
|
23108
|
-
}, sectionproperties.searchbar_show == 'Show' && sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23109
|
-
style: {
|
|
23110
|
-
width: '30px',
|
|
23111
|
-
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
23112
|
-
}
|
|
23113
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23114
|
-
"class": "h-100 allcentered",
|
|
23115
|
-
onClick: function onClick() {
|
|
23116
|
-
setopenSearch(true);
|
|
23117
|
-
}
|
|
23118
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
23119
|
-
size: 22,
|
|
23120
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23121
|
-
}))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23122
|
-
style: {
|
|
23123
|
-
width: '30px',
|
|
23124
|
-
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
23125
|
-
}
|
|
23126
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23127
|
-
"class": "h-100 allcentered",
|
|
23128
|
-
onClick: function onClick() {
|
|
23129
|
-
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
23130
|
-
}
|
|
23131
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
23132
|
-
size: 22,
|
|
23133
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23134
|
-
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23135
|
-
"class": 'd-flex align-items-center pl-1 pr-1 pt-1',
|
|
23136
|
-
style: {}
|
|
23137
|
-
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
23138
|
-
"class": ' d-flex align-items-center justify-content-center '
|
|
23139
|
-
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23140
|
-
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23141
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23142
|
-
"class": "m-0 p-0 mr-1 ml-1"
|
|
23143
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23144
|
-
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23145
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23146
|
-
"class": "m-0 p-0 ml-1 mr-1"
|
|
23147
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
23148
|
-
var _authdetailsContext$i4;
|
|
23149
|
-
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
23150
|
-
"class": "m-0 p-0",
|
|
23151
|
-
onClick: function onClick() {
|
|
23152
|
-
setcurrencyfunccontext(item);
|
|
23153
|
-
}
|
|
23154
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23155
|
-
"class": "row m-0 w-100"
|
|
23156
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23157
|
-
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
23158
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23159
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
23160
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23161
|
-
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
23162
|
-
style: {
|
|
23163
|
-
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
23164
|
-
fontWeight: sectionproperties.dropdown_fontweight,
|
|
23165
|
-
textTransform: sectionproperties.dropdown_texttransform,
|
|
23166
|
-
color: sectionproperties.language_container_color_resp
|
|
23167
|
-
}
|
|
23168
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
23169
|
-
"class": 'ml-2 mr-2'
|
|
23170
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23171
|
-
"class": "col-lg-12 p-0"
|
|
23172
|
-
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
23173
|
-
"class": "m-0"
|
|
23174
|
-
}))));
|
|
23175
|
-
})))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23176
|
-
className: 'allcentered resposiveheader_languagedropdown',
|
|
23177
|
-
style: {
|
|
23178
|
-
marginLeft: langdetect == 'en' ? '0.25rem' : 0,
|
|
23179
|
-
marginRight: langdetect == 'ar' ? '0.25rem' : 0
|
|
23180
|
-
}
|
|
23181
|
-
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23182
|
-
className: ' row m-0 w-100 allcentered ',
|
|
23183
|
-
style: {
|
|
23184
|
-
direction: 'rtl',
|
|
23185
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23186
|
-
},
|
|
23187
|
-
onClick: function onClick() {
|
|
23188
|
-
setlang('ar');
|
|
23189
|
-
}
|
|
23190
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23191
|
-
"class": "m-0 p-0 font-weight-500"
|
|
23192
|
-
}, "\u0639"), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23193
|
-
className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
|
|
23194
|
-
}, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
|
|
23195
|
-
size: 20
|
|
23196
|
-
}))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23197
|
-
className: ' row m-0 w-100 allcentered ',
|
|
23198
|
-
style: {
|
|
23199
|
-
direction: 'ltr',
|
|
23200
|
-
color: sectionproperties.cart_BtnTextcolor_resp
|
|
23201
|
-
},
|
|
23202
|
-
onClick: function onClick() {
|
|
23203
|
-
setlang('en');
|
|
23204
|
-
}
|
|
23205
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23206
|
-
"class": "m-0 p-0 font-weight-500 mr-1"
|
|
23207
|
-
}, "En"), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23208
|
-
className: "h-100 allcentered"
|
|
23209
|
-
}, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
|
|
23210
|
-
size: 20
|
|
23211
|
-
}))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22573
|
+
})))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23212
22574
|
"class": "px-4 py-4 scrollvertical",
|
|
23213
22575
|
style: {
|
|
23214
22576
|
position: 'fixed',
|
|
@@ -23851,7 +23213,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23851
23213
|
}, lang.logout))))), activeTab == 'categories' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23852
23214
|
className: ' row m-0 w-100 accordionContainer anim'
|
|
23853
23215
|
}, sectionproperties.subheaderParentType == 'Categories' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
23854
|
-
allowMultipleExpanded:
|
|
23216
|
+
allowMultipleExpanded: true,
|
|
23855
23217
|
allowZeroExpanded: true
|
|
23856
23218
|
}, fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery2 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery2 === void 0 || (_fetchCategoriesQuery2 = _fetchCategoriesQuery2.data) === null || _fetchCategoriesQuery2 === void 0 ? void 0 : _fetchCategoriesQuery2.categories.map(function (item, index) {
|
|
23857
23219
|
if (item.isshowntocustomers == 1) {
|
|
@@ -23907,7 +23269,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23907
23269
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23908
23270
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
23909
23271
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
23910
|
-
allowMultipleExpanded:
|
|
23272
|
+
allowMultipleExpanded: true,
|
|
23911
23273
|
allowZeroExpanded: true
|
|
23912
23274
|
}, Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery3 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.categories[Choosenindex]) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.parentcolletions) === null || _fetchCategoriesQuery3 === void 0 ? void 0 : _fetchCategoriesQuery3.length) != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery4 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery4 === void 0 || (_fetchCategoriesQuery4 = _fetchCategoriesQuery4.data) === null || _fetchCategoriesQuery4 === void 0 || (_fetchCategoriesQuery4 = _fetchCategoriesQuery4.categories[Choosenindex]) === null || _fetchCategoriesQuery4 === void 0 ? void 0 : _fetchCategoriesQuery4.parentcolletions.map(function (pitem, pindex) {
|
|
23913
23275
|
if (pitem.isshowntocustomers == 1) {
|
|
@@ -23983,7 +23345,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23983
23345
|
}))))));
|
|
23984
23346
|
}
|
|
23985
23347
|
})), sectionproperties.subheaderParentType == 'Parent Collections' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
23986
|
-
allowMultipleExpanded:
|
|
23348
|
+
allowMultipleExpanded: true,
|
|
23987
23349
|
allowZeroExpanded: true
|
|
23988
23350
|
}, pcollarray.map(function (item, index) {
|
|
23989
23351
|
if (item.isshowntocustomers == 1) {
|
|
@@ -24097,7 +23459,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24097
23459
|
}
|
|
24098
23460
|
})))));
|
|
24099
23461
|
}
|
|
24100
|
-
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23462
|
+
})), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcollections) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.map(function (collitem, collindex) {
|
|
24101
23463
|
if (collitem.isshowntocustomers == 1) {
|
|
24102
23464
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24103
23465
|
className: ' row m-0 p-0 mb-2 w-100 '
|
|
@@ -24123,49 +23485,49 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24123
23485
|
style: {
|
|
24124
23486
|
background: '#eee'
|
|
24125
23487
|
}
|
|
24126
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23488
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24127
23489
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24128
23490
|
onClick: function onClick() {
|
|
24129
|
-
var _authdetailsContext$
|
|
24130
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
24131
|
-
var _authdetailsContext$
|
|
24132
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23491
|
+
var _authdetailsContext$i4;
|
|
23492
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
|
|
23493
|
+
var _authdetailsContext$i5;
|
|
23494
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
|
|
24133
23495
|
}
|
|
24134
23496
|
}
|
|
24135
23497
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
24136
23498
|
size: '20',
|
|
24137
23499
|
color: '#62564b'
|
|
24138
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23500
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24139
23501
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24140
23502
|
onClick: function onClick() {
|
|
24141
|
-
var _authdetailsContext$
|
|
24142
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
24143
|
-
var _authdetailsContext$
|
|
24144
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23503
|
+
var _authdetailsContext$i7;
|
|
23504
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
23505
|
+
var _authdetailsContext$i8;
|
|
23506
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
24145
23507
|
}
|
|
24146
23508
|
}
|
|
24147
23509
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
24148
23510
|
size: '22',
|
|
24149
23511
|
color: '#62564b'
|
|
24150
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23512
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24151
23513
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24152
23514
|
onClick: function onClick() {
|
|
24153
|
-
var _authdetailsContext$
|
|
24154
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
24155
|
-
var _authdetailsContext$
|
|
24156
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23515
|
+
var _authdetailsContext$i10;
|
|
23516
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
23517
|
+
var _authdetailsContext$i11;
|
|
23518
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink, '_blank');
|
|
24157
23519
|
}
|
|
24158
23520
|
}
|
|
24159
23521
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
24160
23522
|
size: '20',
|
|
24161
23523
|
color: '#62564b'
|
|
24162
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23524
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24163
23525
|
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24164
23526
|
onClick: function onClick() {
|
|
24165
|
-
var _authdetailsContext$
|
|
24166
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
24167
|
-
var _authdetailsContext$
|
|
24168
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23527
|
+
var _authdetailsContext$i13;
|
|
23528
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
23529
|
+
var _authdetailsContext$i14;
|
|
23530
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink, '_blank');
|
|
24169
23531
|
}
|
|
24170
23532
|
}
|
|
24171
23533
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
@@ -26681,7 +26043,7 @@ styleInject(css_248z$y);
|
|
|
26681
26043
|
function ownKeys$1V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
26682
26044
|
function _objectSpread$1V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1V(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
26683
26045
|
var ClassicHeader = function ClassicHeader(props) {
|
|
26684
|
-
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2,
|
|
26046
|
+
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
26685
26047
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
26686
26048
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
26687
26049
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
@@ -27329,14 +26691,13 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
27329
26691
|
top: sectionproperties.cartbadgetop + 'px',
|
|
27330
26692
|
right: sectionproperties.cartbadgeright + 'px'
|
|
27331
26693
|
}
|
|
27332
|
-
}, fetchcustomercartQueryContext
|
|
27333
|
-
"class": ' mb-0 p-0
|
|
26694
|
+
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length : 0)), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26695
|
+
"class": header_cssstyles.cartbtntext + ' mb-0 p-0 cartbtnicon ',
|
|
27334
26696
|
style: {
|
|
27335
26697
|
marginLeft: langdetect == 'en' ? '9px' : 0,
|
|
27336
|
-
marginRight: langdetect == 'ar' ? '9px' : 0
|
|
27337
|
-
color: sectionproperties.cartBtnTextcolor
|
|
26698
|
+
marginRight: langdetect == 'ar' ? '9px' : 0
|
|
27338
26699
|
}
|
|
27339
|
-
}, langdetect == 'en' ?
|
|
26700
|
+
}, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27340
26701
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
27341
26702
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
27342
26703
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -28988,7 +28349,7 @@ styleInject(css_248z$w);
|
|
|
28988
28349
|
function ownKeys$1T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
28989
28350
|
function _objectSpread$1T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1T(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
28990
28351
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
28991
|
-
var _authdetailsContext$
|
|
28352
|
+
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i8, _authdetailsContext$i9;
|
|
28992
28353
|
var _useState = React.useState(''),
|
|
28993
28354
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
28994
28355
|
sectionproperties = _useState2[0],
|
|
@@ -29010,10 +28371,6 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29010
28371
|
var actions = props.actions;
|
|
29011
28372
|
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
29012
28373
|
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
29013
|
-
var _useState3 = React.useState(false),
|
|
29014
|
-
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
29015
|
-
dropdownselect = _useState4[0],
|
|
29016
|
-
setdropdownselect = _useState4[1];
|
|
29017
28374
|
React.useEffect(function () {
|
|
29018
28375
|
var secpropobj = {};
|
|
29019
28376
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -29030,18 +28387,10 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29030
28387
|
}
|
|
29031
28388
|
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
29032
28389
|
}, [StatePagePropertiesContext]);
|
|
29033
|
-
var
|
|
29034
|
-
|
|
29035
|
-
logoarrayofobjects =
|
|
29036
|
-
setlogoarrayofobjects =
|
|
29037
|
-
var _useState7 = React.useState([]),
|
|
29038
|
-
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
29039
|
-
pcollarray = _useState8[0],
|
|
29040
|
-
setpcollarray = _useState8[1];
|
|
29041
|
-
var _useState9 = React.useState(''),
|
|
29042
|
-
_useState10 = _slicedToArray__default["default"](_useState9, 2),
|
|
29043
|
-
Choosenindex = _useState10[0],
|
|
29044
|
-
setChoosenindex = _useState10[1];
|
|
28390
|
+
var _useState3 = React.useState([]),
|
|
28391
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
28392
|
+
logoarrayofobjects = _useState4[0],
|
|
28393
|
+
setlogoarrayofobjects = _useState4[1];
|
|
29045
28394
|
React.useEffect(function () {
|
|
29046
28395
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
29047
28396
|
var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
|
|
@@ -29050,28 +28399,6 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29050
28399
|
}
|
|
29051
28400
|
}
|
|
29052
28401
|
}, [templateproperties_context]);
|
|
29053
|
-
React.useEffect(function () {
|
|
29054
|
-
var _authdetailsContext$i;
|
|
29055
|
-
var temppcollarray = _toConsumableArray__default["default"](pcollarray);
|
|
29056
|
-
authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instcategories) === null || _authdetailsContext$i === void 0 || _authdetailsContext$i.forEach(function (arrayItem) {
|
|
29057
|
-
var _arrayItem$parentcoll;
|
|
29058
|
-
arrayItem === null || arrayItem === void 0 || (_arrayItem$parentcoll = arrayItem.parentcolletions) === null || _arrayItem$parentcoll === void 0 || _arrayItem$parentcoll.forEach(function (item) {
|
|
29059
|
-
temppcollarray.push(item);
|
|
29060
|
-
});
|
|
29061
|
-
});
|
|
29062
|
-
setpcollarray(_toConsumableArray__default["default"](temppcollarray));
|
|
29063
|
-
}, [authdetailsContext]);
|
|
29064
|
-
React.useEffect(function () {
|
|
29065
|
-
var _authdetailsContext$i2;
|
|
29066
|
-
var temppcollarray = _toConsumableArray__default["default"](pcollarray);
|
|
29067
|
-
authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcategories) === null || _authdetailsContext$i2 === void 0 || _authdetailsContext$i2.forEach(function (arrayItem) {
|
|
29068
|
-
var _arrayItem$parentcoll2;
|
|
29069
|
-
arrayItem === null || arrayItem === void 0 || (_arrayItem$parentcoll2 = arrayItem.parentcolletions) === null || _arrayItem$parentcoll2 === void 0 || _arrayItem$parentcoll2.forEach(function (item) {
|
|
29070
|
-
temppcollarray.push(item);
|
|
29071
|
-
});
|
|
29072
|
-
});
|
|
29073
|
-
setpcollarray(_toConsumableArray__default["default"](temppcollarray));
|
|
29074
|
-
}, [authdetailsContext]);
|
|
29075
28402
|
var header_cssstyles = {
|
|
29076
28403
|
header_outercontainer: glamor.css({
|
|
29077
28404
|
position: sectionproperties.headerstyles_position,
|
|
@@ -29302,151 +28629,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29302
28629
|
':hover': {
|
|
29303
28630
|
color: sectionproperties.upperheadercoloronhover
|
|
29304
28631
|
}
|
|
29305
|
-
}),
|
|
29306
|
-
categorybtn: glamor.css({
|
|
29307
|
-
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
29308
|
-
width: sectionproperties.generalbtn_width + 'px',
|
|
29309
|
-
maxWidth: '100%',
|
|
29310
|
-
height: sectionproperties.generalbtn_height + 'px',
|
|
29311
|
-
borderRadius: sectionproperties.generalbtnborderradius + 'px',
|
|
29312
|
-
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
29313
|
-
color: sectionproperties.generalbtn_textColor,
|
|
29314
|
-
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
29315
|
-
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
29316
|
-
// background: '#003b42',
|
|
29317
|
-
// width: '100%',
|
|
29318
|
-
// height: 40,
|
|
29319
|
-
// borderRadius: 10,
|
|
29320
|
-
// color: 'white',
|
|
29321
|
-
// fontSize: 14,
|
|
29322
|
-
transition: '.3s',
|
|
29323
|
-
':hover': {
|
|
29324
|
-
color: sectionproperties.generalbtn_textColoronhover,
|
|
29325
|
-
backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover
|
|
29326
|
-
// color: '#fff',
|
|
29327
|
-
// backgroundColor: '#de5511',
|
|
29328
|
-
}
|
|
29329
|
-
}),
|
|
29330
|
-
categoryname: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
29331
|
-
color: sectionproperties.subheader_categorytitle_fontColor,
|
|
29332
|
-
fontSize: sectionproperties.subheader_categorytitle_fontSize + 'px',
|
|
29333
|
-
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
29334
|
-
fontWeight: sectionproperties.subheader_categorytitle_textfontweight
|
|
29335
|
-
}, "color", '#003B42'), "fontSize", 14), "fontWeight", 500), "transition", '.3s'), ':hover', _defineProperty__default["default"]({
|
|
29336
|
-
color: sectionproperties.subheader_categorytitle_coloronhover
|
|
29337
|
-
}, "color", '#de5511'))),
|
|
29338
|
-
parentcollection: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
29339
|
-
color: sectionproperties.subheader_collectiontitle_fontColor,
|
|
29340
|
-
fontSize: sectionproperties.subheader_collectiontitle_fontSize + 'px',
|
|
29341
|
-
textTransform: sectionproperties.subheader_collectiontitle_textTransform,
|
|
29342
|
-
fontWeight: sectionproperties.subheader_collectiontitle_textfontweight,
|
|
29343
|
-
transition: '.3s'
|
|
29344
|
-
}, "color", '#003B42'), "fontSize", 14), "fontWeight", 500), ':hover', _defineProperty__default["default"]({
|
|
29345
|
-
color: sectionproperties.subheader_collectiontitle_coloronhover
|
|
29346
|
-
}, "color", '#de5511'))),
|
|
29347
|
-
collectionName: glamor.css({
|
|
29348
|
-
color: sectionproperties.collectionsectiontextcolor,
|
|
29349
|
-
fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
|
|
29350
|
-
textTransform: sectionproperties.collectionsectiontexttransform,
|
|
29351
|
-
fontWeight: sectionproperties.collectionsectiontextfontweight,
|
|
29352
|
-
transition: '.3s',
|
|
29353
|
-
// color: '#003B42',
|
|
29354
|
-
// fontSize: 14,
|
|
29355
|
-
// fontWeight: 400,
|
|
29356
|
-
':hover': {
|
|
29357
|
-
color: sectionproperties.collectionsectiontextcoloronhover
|
|
29358
|
-
// color: '#de5511',
|
|
29359
|
-
}
|
|
29360
28632
|
})
|
|
29361
28633
|
};
|
|
29362
|
-
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
29363
|
-
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
29364
|
-
var parentclassname = '';
|
|
29365
|
-
if (sectionproperties.fetchparenttype == 'Categories') {
|
|
29366
|
-
parentclassname = header_cssstyles.categoryname;
|
|
29367
|
-
} else if (sectionproperties.fetchparenttype == 'Parent Collections') {
|
|
29368
|
-
parentclassname = header_cssstyles.parentcollection;
|
|
29369
|
-
} else {
|
|
29370
|
-
parentclassname = header_cssstyles.collectionName;
|
|
29371
|
-
}
|
|
29372
|
-
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29373
|
-
"class": "dropdown d-flex align-items-center w-100"
|
|
29374
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29375
|
-
"class": parentclassname + ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
|
|
29376
|
-
onMouseEnter: function onMouseEnter() {
|
|
29377
|
-
setChoosenindex(index);
|
|
29378
|
-
}
|
|
29379
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29380
|
-
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
29381
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29382
|
-
"class": ' m-0 p-0 wordbreak wordbreak1 ',
|
|
29383
|
-
onClick: function onClick() {
|
|
29384
|
-
if (sectionproperties.fetchparenttype == 'Categories') {
|
|
29385
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
|
|
29386
|
-
} else if (sectionproperties.fetchparenttype == 'Parent Collections') {
|
|
29387
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
|
|
29388
|
-
} else {
|
|
29389
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29390
|
-
}
|
|
29391
|
-
}
|
|
29392
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar)), sectionproperties.fetchparenttype != 'Collections' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29393
|
-
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
29394
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29395
|
-
className: ' p-0 h-100 allcentered '
|
|
29396
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
29397
|
-
size: sectionproperties.collectionsectioniconfontsize
|
|
29398
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
29399
|
-
size: sectionproperties.collectionsectioniconfontsize
|
|
29400
|
-
})))), sectionproperties.fetchparenttype == 'Categories' && ((_fetchedarray$Choosen = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen === void 0 || (_fetchedarray$Choosen = _fetchedarray$Choosen.parentcolletions) === null || _fetchedarray$Choosen === void 0 ? void 0 : _fetchedarray$Choosen.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_fetchedarray$Choosen2 = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen2 === void 0 || (_fetchedarray$Choosen2 = _fetchedarray$Choosen2.parentcolletions) === null || _fetchedarray$Choosen2 === void 0 ? void 0 : _fetchedarray$Choosen2.map(function (item, index) {
|
|
29401
|
-
var _item$collections;
|
|
29402
|
-
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29403
|
-
"class": "dropdown d-flex align-items-center w-100"
|
|
29404
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29405
|
-
"class": header_cssstyles.parentcollection + ' w-100 dropdownInnerContainer cursor-pointer ',
|
|
29406
|
-
onClick: function onClick() {
|
|
29407
|
-
if (sectionproperties.fetchparenttype == 'Categories') {
|
|
29408
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
|
|
29409
|
-
} else {
|
|
29410
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29411
|
-
}
|
|
29412
|
-
}
|
|
29413
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29414
|
-
"class": "row m-0 w-100"
|
|
29415
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29416
|
-
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
29417
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29418
|
-
"class": ' m-0 p-0 wordbreak wordbreak1 '
|
|
29419
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar)), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29420
|
-
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
29421
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29422
|
-
className: ' p-0 h-100 allcentered '
|
|
29423
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
29424
|
-
size: sectionproperties.collectionsectioniconfontsize
|
|
29425
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
29426
|
-
size: sectionproperties.collectionsectioniconfontsize
|
|
29427
|
-
}))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (item, index) {
|
|
29428
|
-
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29429
|
-
"class": header_cssstyles.collectionName + ' w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
|
|
29430
|
-
onClick: function onClick() {
|
|
29431
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29432
|
-
}
|
|
29433
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
29434
|
-
})));
|
|
29435
|
-
})), sectionproperties.fetchparenttype == 'Parent Collections' && ((_pcollarray$Choosenin = pcollarray[Choosenindex]) === null || _pcollarray$Choosenin === void 0 ? void 0 : _pcollarray$Choosenin.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_pcollarray$Choosenin2 = pcollarray[Choosenindex]) === null || _pcollarray$Choosenin2 === void 0 || (_pcollarray$Choosenin2 = _pcollarray$Choosenin2.collections) === null || _pcollarray$Choosenin2 === void 0 ? void 0 : _pcollarray$Choosenin2.map(function (item, index) {
|
|
29436
|
-
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29437
|
-
"class": "dropdown d-flex align-items-center w-100"
|
|
29438
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29439
|
-
"class": header_cssstyles.collectionName + ' w-100 dropdownInnerContainer cursor-pointer ',
|
|
29440
|
-
onClick: function onClick() {
|
|
29441
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29442
|
-
}
|
|
29443
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29444
|
-
className: ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
29445
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29446
|
-
"class": ' m-0 p-0 wordbreak wordbreak1 '
|
|
29447
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar))));
|
|
29448
|
-
})));
|
|
29449
|
-
};
|
|
29450
28634
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29451
28635
|
"class": ' row m-0 w-100 d-flex justify-content-center align-items-center ',
|
|
29452
28636
|
style: {
|
|
@@ -29472,7 +28656,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29472
28656
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
29473
28657
|
}
|
|
29474
28658
|
}))), /*#__PURE__*/React__default["default"].createElement("a", {
|
|
29475
|
-
href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
28659
|
+
href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber),
|
|
29476
28660
|
target: '_blank',
|
|
29477
28661
|
style: {
|
|
29478
28662
|
position: 'fixed',
|
|
@@ -29520,30 +28704,30 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29520
28704
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
29521
28705
|
"class": header_cssstyles.fbbtn + ' cursor-pointer ml-3 mr-3 ',
|
|
29522
28706
|
onClick: function onClick() {
|
|
29523
|
-
var _authdetailsContext$
|
|
29524
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29525
|
-
var _authdetailsContext$
|
|
29526
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
28707
|
+
var _authdetailsContext$i2;
|
|
28708
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
|
|
28709
|
+
var _authdetailsContext$i3;
|
|
28710
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
|
|
29527
28711
|
}
|
|
29528
28712
|
},
|
|
29529
28713
|
size: sectionproperties.facebkbtnniconfontsize
|
|
29530
28714
|
}), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(AiOutlineInstagram.AiOutlineInstagram, {
|
|
29531
28715
|
"class": header_cssstyles.instagrambtn + ' cursor-pointer ml-3 mr-3 ',
|
|
29532
28716
|
onClick: function onClick() {
|
|
29533
|
-
var _authdetailsContext$
|
|
29534
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29535
|
-
var _authdetailsContext$
|
|
29536
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
28717
|
+
var _authdetailsContext$i4;
|
|
28718
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
|
|
28719
|
+
var _authdetailsContext$i5;
|
|
28720
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
|
|
29537
28721
|
}
|
|
29538
28722
|
},
|
|
29539
28723
|
size: sectionproperties.instgrambtniconfontsize
|
|
29540
28724
|
}), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
29541
28725
|
"class": header_cssstyles.whatsapp_btn + ' cursor-pointer ml-3 mr-3 ',
|
|
29542
28726
|
onClick: function onClick() {
|
|
29543
|
-
var _authdetailsContext$
|
|
29544
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29545
|
-
var _authdetailsContext$
|
|
29546
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
28727
|
+
var _authdetailsContext$i6;
|
|
28728
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
|
|
28729
|
+
var _authdetailsContext$i7;
|
|
28730
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber), '_blank');
|
|
29547
28731
|
}
|
|
29548
28732
|
},
|
|
29549
28733
|
size: sectionproperties.youtubebtniconfontsize
|
|
@@ -29614,68 +28798,12 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29614
28798
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29615
28799
|
"class": 'ml-2 mr-2'
|
|
29616
28800
|
}, lang.english)))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29617
|
-
"class": "".concat(headerstyles$a.header_innercontainer, " ").concat(header_cssstyles.header_innercontainer) + ' row m-0 w-100 d-flex align-items-center
|
|
28801
|
+
"class": "".concat(headerstyles$a.header_innercontainer, " ").concat(header_cssstyles.header_innercontainer) + ' row m-0 w-100 d-flex align-items-center ',
|
|
29618
28802
|
style: {
|
|
29619
28803
|
zIndex: 2
|
|
29620
28804
|
}
|
|
29621
28805
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29622
28806
|
"class": "col-lg-5 p-0 d-flex align-items-center justify-content-start h-100"
|
|
29623
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29624
|
-
"class": "row m-0 w-100"
|
|
29625
|
-
}, sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29626
|
-
"class": 'col-lg-3 col-xl-4 d-flex align-items-center justify-content-start ',
|
|
29627
|
-
onClick: function onClick() {
|
|
29628
|
-
setdropdownselect(!dropdownselect);
|
|
29629
|
-
}
|
|
29630
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29631
|
-
"class": "".concat(header_cssstyles.categorybtn) + ' categoriesdropdown d-flex w-100 align-items-center pl-2 pr-2 ',
|
|
29632
|
-
style: {
|
|
29633
|
-
zIndex: 100000
|
|
29634
|
-
}
|
|
29635
|
-
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29636
|
-
"class": langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'
|
|
29637
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29638
|
-
"class": ' m-0 allcentered cursor-pointer px-2 p-lg-0 '
|
|
29639
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29640
|
-
"class": 'col-lg-10 d-flex justify-content-start m-0 p-0'
|
|
29641
|
-
}, langdetect == 'en' ? 'Products' : 'المنتجات'), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29642
|
-
"class": "col-lg-2 p-0 h-100 d-flex align-items-center justify-content-end d-xl-flex d-lg-none"
|
|
29643
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29644
|
-
"class": "h-100 d-flex align-items-center justify-content-end"
|
|
29645
|
-
}, dropdownselect ? /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowUp.MdKeyboardArrowUp, {
|
|
29646
|
-
size: 25
|
|
29647
|
-
}) : /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
|
|
29648
|
-
size: 25
|
|
29649
|
-
})))), /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
29650
|
-
"class": "mt-2",
|
|
29651
|
-
sytle: {
|
|
29652
|
-
width: '200px'
|
|
29653
|
-
}
|
|
29654
|
-
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.instcategories) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.map(function (item, index) {
|
|
29655
|
-
var _authdetailsContext$i11;
|
|
29656
|
-
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instcategories;
|
|
29657
|
-
if (item.isshowntocustomers == 1) {
|
|
29658
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29659
|
-
"class": "w-100"
|
|
29660
|
-
}, ButtonDropdown(item, index, fetchedarray));
|
|
29661
|
-
}
|
|
29662
|
-
})), sectionproperties.fetchparenttype == 'Parent Collections' && (pcollarray === null || pcollarray === void 0 ? void 0 : pcollarray.map(function (item, index) {
|
|
29663
|
-
var fetchedarray = pcollarray;
|
|
29664
|
-
if (item.isshowntocustomers == 1) {
|
|
29665
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29666
|
-
"class": "w-100"
|
|
29667
|
-
}, ButtonDropdown(item, index, fetchedarray));
|
|
29668
|
-
}
|
|
29669
|
-
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.instcollections) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
29670
|
-
var _authdetailsContext$i13;
|
|
29671
|
-
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instcollections;
|
|
29672
|
-
if (item.isshowntocustomers == 1) {
|
|
29673
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29674
|
-
"class": "w-100"
|
|
29675
|
-
}, ButtonDropdown(item, index, fetchedarray));
|
|
29676
|
-
}
|
|
29677
|
-
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29678
|
-
"class": sectionproperties.generalbtn_show == 'Show' ? 'col-xl-8 col-lg-9' : 'col-12'
|
|
29679
28807
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29680
28808
|
"class": ' scrollhorizontal w-100 align-items-center h-100 ',
|
|
29681
28809
|
style: {
|
|
@@ -29703,7 +28831,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29703
28831
|
"class": "".concat(headerstyles$a.navbar_item_text, " ").concat(header_cssstyles.navbar_item_text)
|
|
29704
28832
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
29705
28833
|
}
|
|
29706
|
-
}))
|
|
28834
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29707
28835
|
"class": "row m-0 w-100 p-0"
|
|
29708
28836
|
}, /*#__PURE__*/React__default["default"].createElement(Subheader, {
|
|
29709
28837
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -29982,7 +29110,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29982
29110
|
}
|
|
29983
29111
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29984
29112
|
"class": 'ml-2 mr-2'
|
|
29985
|
-
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29113
|
+
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.instcurrencies) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.length) > 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29986
29114
|
"class": ' d-flex align-items-center justify-content-center '
|
|
29987
29115
|
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29988
29116
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
@@ -29992,8 +29120,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29992
29120
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
29993
29121
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29994
29122
|
"class": "m-0 p-0 ml-2 mr-2"
|
|
29995
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29996
|
-
var _authdetailsContext$
|
|
29123
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 || (_authdetailsContext$i9 = _authdetailsContext$i9.instcurrencies) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.map(function (item, index) {
|
|
29124
|
+
var _authdetailsContext$i10;
|
|
29997
29125
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29998
29126
|
onClick: function onClick() {
|
|
29999
29127
|
setcurrencyfunccontext(item);
|
|
@@ -30011,7 +29139,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
30011
29139
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
30012
29140
|
textTransform: sectionproperties.dropdown_texttransform
|
|
30013
29141
|
}
|
|
30014
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29142
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.instcurrencies) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30015
29143
|
"class": "col-lg-12 p-0"
|
|
30016
29144
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
30017
29145
|
"class": "m-0"
|
|
@@ -30352,31 +29480,6 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
30352
29480
|
templateproperties_contextprops: templateproperties_context,
|
|
30353
29481
|
actions: actions
|
|
30354
29482
|
}), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30355
|
-
style: {
|
|
30356
|
-
position: 'fixed',
|
|
30357
|
-
bottom: 15,
|
|
30358
|
-
right: 15,
|
|
30359
|
-
zIndex: 2000,
|
|
30360
|
-
transition: 'all 0.3s ease-out',
|
|
30361
|
-
width: '100%',
|
|
30362
|
-
display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
|
|
30363
|
-
},
|
|
30364
|
-
"class": "text-end"
|
|
30365
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30366
|
-
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
30367
|
-
style: {},
|
|
30368
|
-
onClick: function onClick() {
|
|
30369
|
-
if (sectionproperties.btnlinktype == 'Website Link') {
|
|
30370
|
-
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
30371
|
-
} else {
|
|
30372
|
-
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
30373
|
-
|
|
30374
|
-
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
30375
|
-
}
|
|
30376
|
-
}
|
|
30377
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30378
|
-
"class": "m-0 p-0"
|
|
30379
|
-
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30380
29483
|
style: {
|
|
30381
29484
|
position: 'fixed',
|
|
30382
29485
|
bottom: 15,
|
|
@@ -30390,13 +29493,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
30390
29493
|
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
30391
29494
|
style: {},
|
|
30392
29495
|
onClick: function onClick() {
|
|
30393
|
-
|
|
30394
|
-
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
30395
|
-
} else {
|
|
30396
|
-
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
30397
|
-
|
|
30398
|
-
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
30399
|
-
}
|
|
29496
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
30400
29497
|
}
|
|
30401
29498
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30402
29499
|
"class": "m-0 p-0"
|
|
@@ -30565,7 +29662,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
30565
29662
|
size: sectionproperties.cartBtn_iconFontSize
|
|
30566
29663
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
30567
29664
|
size: sectionproperties.cartBtn_iconFontSize
|
|
30568
|
-
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29665
|
+
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30569
29666
|
"class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
|
|
30570
29667
|
onClick: function onClick() {
|
|
30571
29668
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -30577,7 +29674,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
30577
29674
|
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
30578
29675
|
fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
|
|
30579
29676
|
}
|
|
30580
|
-
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29677
|
+
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30581
29678
|
className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
30582
29679
|
sytle: {
|
|
30583
29680
|
position: 'relative'
|
|
@@ -30656,7 +29753,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
30656
29753
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
|
|
30657
29754
|
}, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
|
|
30658
29755
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
30659
|
-
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29756
|
+
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30660
29757
|
"class": langdetect == 'en' ? " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ml-2 ' : " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center mr-2 ',
|
|
30661
29758
|
sytle: {
|
|
30662
29759
|
position: 'relative'
|
|
@@ -31424,23 +30521,6 @@ var Header8 = function Header8(props) {
|
|
|
31424
30521
|
':hover': {
|
|
31425
30522
|
color: sectionproperties.collectionsectiontextcoloronhover
|
|
31426
30523
|
}
|
|
31427
|
-
}),
|
|
31428
|
-
floatingbtn: glamor.css({
|
|
31429
|
-
width: sectionproperties.floatingbtnwidth + '%',
|
|
31430
|
-
height: sectionproperties.floatingbtnheight + 'px',
|
|
31431
|
-
background: sectionproperties.floatingbtnbg,
|
|
31432
|
-
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
31433
|
-
color: sectionproperties.floatingbtncolor,
|
|
31434
|
-
borderRadius: 10,
|
|
31435
|
-
':hover': {
|
|
31436
|
-
color: sectionproperties.floatingbtncolorhover,
|
|
31437
|
-
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
31438
|
-
transitions: '.3s',
|
|
31439
|
-
cursor: 'pointer'
|
|
31440
|
-
},
|
|
31441
|
-
'@media (max-width: 800px)': {
|
|
31442
|
-
width: '50%'
|
|
31443
|
-
}
|
|
31444
30524
|
})
|
|
31445
30525
|
};
|
|
31446
30526
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -31455,26 +30535,7 @@ var Header8 = function Header8(props) {
|
|
|
31455
30535
|
sectionpropertiesprops: sectionproperties,
|
|
31456
30536
|
templateproperties_contextprops: templateproperties_context,
|
|
31457
30537
|
actions: actions
|
|
31458
|
-
})), sectionproperties.
|
|
31459
|
-
style: {
|
|
31460
|
-
position: 'fixed',
|
|
31461
|
-
bottom: 15,
|
|
31462
|
-
right: 15,
|
|
31463
|
-
zIndex: 2000,
|
|
31464
|
-
transition: 'all 0.3s ease-out',
|
|
31465
|
-
width: '100%',
|
|
31466
|
-
display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
|
|
31467
|
-
},
|
|
31468
|
-
"class": "text-end"
|
|
31469
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31470
|
-
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
31471
|
-
style: {},
|
|
31472
|
-
onClick: function onClick() {
|
|
31473
|
-
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31474
|
-
}
|
|
31475
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31476
|
-
"class": "m-0 p-0"
|
|
31477
|
-
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
30538
|
+
})), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
31478
30539
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
31479
30540
|
target: '_self',
|
|
31480
30541
|
style: {
|
|
@@ -34657,11 +33718,11 @@ var Modernheader = function Modernheader(props) {
|
|
|
34657
33718
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34658
33719
|
"class": "row m-0 w-100"
|
|
34659
33720
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34660
|
-
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
|
|
33721
|
+
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center justify-content-center px-1025-1 '
|
|
34661
33722
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34662
|
-
"class": "col-lg-4 col-md-6 col-sm-12 d-
|
|
33723
|
+
"class": "col-lg-4 col-md-6 col-sm-12 d-none align-items-center justify-content-start p-0",
|
|
34663
33724
|
style: {}
|
|
34664
|
-
}, sectionproperties.searchbartype == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33725
|
+
}, sectionproperties.searchbartype == 'Full Width' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34665
33726
|
"class": header_cssstyles.searchbarcont
|
|
34666
33727
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
34667
33728
|
type: "text",
|
|
@@ -34680,7 +33741,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
34680
33741
|
sectionpropertiesprops: sectionproperties,
|
|
34681
33742
|
srcfromprops: 'fullheader',
|
|
34682
33743
|
actions: actions
|
|
34683
|
-
})), sectionproperties.searchbartype == 'Icon' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33744
|
+
})), sectionproperties.searchbartype == 'Icon' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34684
33745
|
"class": header_cssstyles.searchbarcont + ' allcentered ',
|
|
34685
33746
|
style: {
|
|
34686
33747
|
width: sectionproperties.searchbaricon_width + 'px',
|
|
@@ -34702,22 +33763,12 @@ var Modernheader = function Modernheader(props) {
|
|
|
34702
33763
|
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34703
33764
|
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
34704
33765
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
34705
|
-
"class": "m-0 p-0 mr-2 ml-2"
|
|
34706
|
-
|
|
34707
|
-
color: sectionproperties.searchbaricon_color
|
|
34708
|
-
}
|
|
34709
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
|
|
34710
|
-
color: sectionproperties.searchbaricon_color
|
|
34711
|
-
})), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33766
|
+
"class": "m-0 p-0 mr-2 ml-2"
|
|
33767
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34712
33768
|
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
34713
33769
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
34714
|
-
"class": "m-0 p-0 ml-2 mr-2"
|
|
34715
|
-
|
|
34716
|
-
color: sectionproperties.searchbaricon_color
|
|
34717
|
-
}
|
|
34718
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
|
|
34719
|
-
color: sectionproperties.searchbaricon_color
|
|
34720
|
-
})))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
33770
|
+
"class": "m-0 p-0 ml-2 mr-2"
|
|
33771
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
34721
33772
|
var _authdetailsContext$i4;
|
|
34722
33773
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
34723
33774
|
onClick: function onClick() {
|
|
@@ -34734,8 +33785,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
34734
33785
|
style: {
|
|
34735
33786
|
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
34736
33787
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
34737
|
-
textTransform: sectionproperties.dropdown_texttransform
|
|
34738
|
-
color: sectionproperties.searchbaricon_color
|
|
33788
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
34739
33789
|
}
|
|
34740
33790
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
34741
33791
|
"class": 'ml-2 mr-2'
|
|
@@ -34745,7 +33795,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
34745
33795
|
"class": "m-0"
|
|
34746
33796
|
}))));
|
|
34747
33797
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34748
|
-
"class": "col-lg-
|
|
33798
|
+
"class": "col-lg-6 col-md-6 col-sm-12 allcentered p-0"
|
|
34749
33799
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34750
33800
|
"class": "".concat(header_cssstyles.header_logo) + ' allcentered ',
|
|
34751
33801
|
style: {
|
|
@@ -34764,8 +33814,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
34764
33814
|
objectFit: 'contain'
|
|
34765
33815
|
}
|
|
34766
33816
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34767
|
-
"class": "col-lg-4 col-md-6 col-sm-12 p-0 d-
|
|
34768
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33817
|
+
"class": "col-lg-4 col-md-6 col-sm-12 p-0 d-none align-items-center justify-content-end"
|
|
33818
|
+
}, sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34769
33819
|
style: {
|
|
34770
33820
|
marginRight: langdetect == 'en' ? '30px' : 0,
|
|
34771
33821
|
marginLeft: langdetect == 'en' ? 0 : '30px'
|
|
@@ -34907,7 +33957,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
34907
33957
|
top: sectionproperties.wishlistbadgetop + 'px',
|
|
34908
33958
|
right: sectionproperties.wishlistbadgeright + 'px'
|
|
34909
33959
|
}
|
|
34910
|
-
}, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33960
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34911
33961
|
"class": "".concat(headerstyles$g.header_menu, " ").concat(header_cssstyles.cart_btn) + ' cursor-pointer allcentered ',
|
|
34912
33962
|
onClick: function onClick() {
|
|
34913
33963
|
setsidecartnavshowcontext(true);
|
|
@@ -34948,7 +33998,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
34948
33998
|
top: sectionproperties.cartbadgetop + 'px',
|
|
34949
33999
|
right: sectionproperties.cartbadgeright + 'px'
|
|
34950
34000
|
}
|
|
34951
|
-
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34001
|
+
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34952
34002
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
34953
34003
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
34954
34004
|
"class": "".concat(headerstyles$g.header_menu) + ' allcentered '
|
|
@@ -41633,16 +40683,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
41633
40683
|
}
|
|
41634
40684
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
41635
40685
|
"class": "col-lg-12 p-0"
|
|
41636
|
-
},
|
|
41637
|
-
sectionpropertiesprops: sectionproperties,
|
|
41638
|
-
actions: actions
|
|
41639
|
-
}), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
41640
|
-
sectionpropertiesprops: sectionproperties,
|
|
41641
|
-
actions: actions
|
|
41642
|
-
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
41643
|
-
sectionpropertiesprops: sectionproperties,
|
|
41644
|
-
actions: actions
|
|
41645
|
-
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
40686
|
+
}, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
41646
40687
|
sectionpropertiesprops: sectionproperties,
|
|
41647
40688
|
actions: actions
|
|
41648
40689
|
})));
|
|
@@ -42464,19 +41505,10 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
42464
41505
|
subheadercontentpositionprops: 'center',
|
|
42465
41506
|
numofcols: '6'
|
|
42466
41507
|
}
|
|
42467
|
-
})))),
|
|
42468
|
-
sectionpropertiesprops: sectionproperties,
|
|
42469
|
-
actions: actions
|
|
42470
|
-
}), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
42471
|
-
sectionpropertiesprops: sectionproperties,
|
|
42472
|
-
actions: actions
|
|
42473
|
-
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
42474
|
-
sectionpropertiesprops: sectionproperties,
|
|
42475
|
-
actions: actions
|
|
42476
|
-
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
41508
|
+
})))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
42477
41509
|
sectionpropertiesprops: sectionproperties,
|
|
42478
41510
|
actions: actions
|
|
42479
|
-
})
|
|
41511
|
+
}));
|
|
42480
41512
|
};
|
|
42481
41513
|
|
|
42482
41514
|
function ownKeys$1E(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -43837,7 +42869,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
43837
42869
|
function ownKeys$1C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
43838
42870
|
function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43839
42871
|
var Footer1 = function Footer1(props) {
|
|
43840
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2,
|
|
42872
|
+
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4, _logoarrayofobjects$3, _logoarrayofobjects$4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i8, _authdetailsContext$i14, _authdetailsContext$i15, _bgimagearrayofobjs$5, _bgimagearrayofobjs$6, _logoarrayofobjects$5, _logoarrayofobjects$6, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i24;
|
|
43841
42873
|
var _useState = React.useState(''),
|
|
43842
42874
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
43843
42875
|
sectionproperties = _useState2[0],
|
|
@@ -43856,6 +42888,14 @@ var Footer1 = function Footer1(props) {
|
|
|
43856
42888
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
43857
42889
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
43858
42890
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
42891
|
+
// const [newsletter, setnewsletter] = useState('');
|
|
42892
|
+
var _useState5 = React.useState({
|
|
42893
|
+
min: '',
|
|
42894
|
+
max: ''
|
|
42895
|
+
}),
|
|
42896
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
42897
|
+
pricevalue2 = _useState6[0],
|
|
42898
|
+
setpricevalue2 = _useState6[1];
|
|
43859
42899
|
React.useEffect(function () {
|
|
43860
42900
|
if (props.srcfrom == 'addsectionform') {
|
|
43861
42901
|
var secpropobj = {};
|
|
@@ -43883,6 +42923,18 @@ var Footer1 = function Footer1(props) {
|
|
|
43883
42923
|
}
|
|
43884
42924
|
}
|
|
43885
42925
|
}, [templateproperties_context]);
|
|
42926
|
+
var _useState7 = React.useState([]),
|
|
42927
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
42928
|
+
bgimagearrayofobjs = _useState8[0],
|
|
42929
|
+
setbgimagearrayofobjs = _useState8[1];
|
|
42930
|
+
React.useEffect(function () {
|
|
42931
|
+
if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
|
|
42932
|
+
var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
|
|
42933
|
+
if (Array.isArray(bg1_arrayofobjsparsed)) {
|
|
42934
|
+
setbgimagearrayofobjs(_toConsumableArray__default["default"](bg1_arrayofobjsparsed));
|
|
42935
|
+
}
|
|
42936
|
+
}
|
|
42937
|
+
}, [sectionproperties]);
|
|
43886
42938
|
var footerStyles = {
|
|
43887
42939
|
footerContainer: glamor.css({
|
|
43888
42940
|
width: '100vw',
|
|
@@ -44013,6 +43065,17 @@ var Footer1 = function Footer1(props) {
|
|
|
44013
43065
|
maxWidth: '35%',
|
|
44014
43066
|
height: 'auto'
|
|
44015
43067
|
}
|
|
43068
|
+
}),
|
|
43069
|
+
btnn: glamor.css({
|
|
43070
|
+
width: '150px',
|
|
43071
|
+
height: 40,
|
|
43072
|
+
borderRadius: 10,
|
|
43073
|
+
background: '#C2A24D',
|
|
43074
|
+
color: 'white',
|
|
43075
|
+
':hover': {
|
|
43076
|
+
transition: '.3s',
|
|
43077
|
+
background: '#186a81'
|
|
43078
|
+
}
|
|
44016
43079
|
})
|
|
44017
43080
|
};
|
|
44018
43081
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
@@ -44027,8 +43090,8 @@ var Footer1 = function Footer1(props) {
|
|
|
44027
43090
|
};
|
|
44028
43091
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44029
43092
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
44030
|
-
}, /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
44031
|
-
"class": "".concat(footerStyles.footerContainer) + '
|
|
43093
|
+
}, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43094
|
+
"class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
|
|
44032
43095
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44033
43096
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
44034
43097
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -44038,7 +43101,7 @@ var Footer1 = function Footer1(props) {
|
|
|
44038
43101
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
44039
43102
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
44040
43103
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
44041
|
-
path: langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
43104
|
+
path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.englishlogo : (_bgimagearrayofobjs$2 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$2 === void 0 ? void 0 : _bgimagearrayofobjs$2.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
44042
43105
|
style: {
|
|
44043
43106
|
width: '100%',
|
|
44044
43107
|
height: '100%',
|
|
@@ -44052,7 +43115,7 @@ var Footer1 = function Footer1(props) {
|
|
|
44052
43115
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
44053
43116
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
44054
43117
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
44055
|
-
path:
|
|
43118
|
+
path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$3 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$3 === void 0 ? void 0 : _bgimagearrayofobjs$3.englishlogo : (_bgimagearrayofobjs$4 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$4 === void 0 ? void 0 : _bgimagearrayofobjs$4.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
|
|
44056
43119
|
style: {
|
|
44057
43120
|
width: '100%',
|
|
44058
43121
|
height: '100%',
|
|
@@ -44188,10 +43251,10 @@ var Footer1 = function Footer1(props) {
|
|
|
44188
43251
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44189
43252
|
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
|
|
44190
43253
|
onClick: function onClick() {
|
|
44191
|
-
var _authdetailsContext$
|
|
44192
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44193
|
-
var _authdetailsContext$
|
|
44194
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43254
|
+
var _authdetailsContext$i2;
|
|
43255
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
|
|
43256
|
+
var _authdetailsContext$i3;
|
|
43257
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
|
|
44195
43258
|
}
|
|
44196
43259
|
}
|
|
44197
43260
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
@@ -44199,10 +43262,10 @@ var Footer1 = function Footer1(props) {
|
|
|
44199
43262
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44200
43263
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
44201
43264
|
onClick: function onClick() {
|
|
44202
|
-
var _authdetailsContext$
|
|
44203
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44204
|
-
var _authdetailsContext$
|
|
44205
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43265
|
+
var _authdetailsContext$i4;
|
|
43266
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
|
|
43267
|
+
var _authdetailsContext$i5;
|
|
43268
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
|
|
44206
43269
|
}
|
|
44207
43270
|
}
|
|
44208
43271
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -44210,14 +43273,25 @@ var Footer1 = function Footer1(props) {
|
|
|
44210
43273
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44211
43274
|
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
44212
43275
|
onClick: function onClick() {
|
|
44213
|
-
var _authdetailsContext$
|
|
44214
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44215
|
-
var _authdetailsContext$
|
|
44216
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43276
|
+
var _authdetailsContext$i6;
|
|
43277
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
|
|
43278
|
+
var _authdetailsContext$i7;
|
|
43279
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber), '_blank');
|
|
44217
43280
|
}
|
|
44218
43281
|
}
|
|
44219
43282
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
44220
43283
|
size: sectionproperties.youtubebtniconfontsize
|
|
43284
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43285
|
+
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43286
|
+
onClick: function onClick() {
|
|
43287
|
+
var _authdetailsContext$i9;
|
|
43288
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
|
|
43289
|
+
var _authdetailsContext$i10;
|
|
43290
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
|
|
43291
|
+
}
|
|
43292
|
+
}
|
|
43293
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
43294
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44221
43295
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44222
43296
|
"class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
|
|
44223
43297
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -44228,15 +43302,15 @@ var Footer1 = function Footer1(props) {
|
|
|
44228
43302
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer mx-2 ',
|
|
44229
43303
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
44230
43304
|
onClick: function onClick() {
|
|
44231
|
-
var _authdetailsContext$
|
|
44232
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43305
|
+
var _authdetailsContext$i11;
|
|
43306
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
|
|
44233
43307
|
}
|
|
44234
43308
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
44235
43309
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer mx-2 ',
|
|
44236
43310
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
44237
43311
|
onClick: function onClick() {
|
|
44238
|
-
var _authdetailsContext$
|
|
44239
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43312
|
+
var _authdetailsContext$i12;
|
|
43313
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
|
|
44240
43314
|
}
|
|
44241
43315
|
})), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44242
43316
|
"class": "col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
|
|
@@ -44253,12 +43327,12 @@ var Footer1 = function Footer1(props) {
|
|
|
44253
43327
|
textTransform: sectionproperties.footerinfotext_textTransform
|
|
44254
43328
|
},
|
|
44255
43329
|
onClick: function onClick() {
|
|
44256
|
-
var _authdetailsContext$
|
|
44257
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43330
|
+
var _authdetailsContext$i13;
|
|
43331
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 || (_authdetailsContext$i13 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.email), '_self');
|
|
44258
43332
|
}
|
|
44259
43333
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44260
43334
|
"class": ' fa fa-at mr-2 text-transform-none ml-2 '
|
|
44261
|
-
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43335
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 || (_authdetailsContext$i14 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44262
43336
|
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
|
|
44263
43337
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
44264
43338
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center mr-1 ',
|
|
@@ -44287,7 +43361,151 @@ var Footer1 = function Footer1(props) {
|
|
|
44287
43361
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
44288
43362
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
44289
43363
|
size: sectionproperties.footerinfoicon_fontsize
|
|
44290
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43364
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_en)))))), sectionproperties.opencollapsible == 'Not Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43365
|
+
"class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
|
|
43366
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43367
|
+
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43368
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43369
|
+
"class": "col-lg-6"
|
|
43370
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43371
|
+
"class": "row m-0 w-100"
|
|
43372
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43373
|
+
"class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
|
|
43374
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43375
|
+
"class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
|
|
43376
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
43377
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
43378
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
43379
|
+
path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$5 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$5 === void 0 ? void 0 : _bgimagearrayofobjs$5.englishlogo : (_bgimagearrayofobjs$6 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$6 === void 0 ? void 0 : _bgimagearrayofobjs$6.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$5 = logoarrayofobjects[0]) === null || _logoarrayofobjects$5 === void 0 ? void 0 : _logoarrayofobjects$5.englishlogo : (_logoarrayofobjects$6 = logoarrayofobjects[0]) === null || _logoarrayofobjects$6 === void 0 ? void 0 : _logoarrayofobjects$6.arabiclogo,
|
|
43380
|
+
style: {
|
|
43381
|
+
width: '100%',
|
|
43382
|
+
height: '100%',
|
|
43383
|
+
objectFit: 'contain'
|
|
43384
|
+
},
|
|
43385
|
+
loading: "lazy"
|
|
43386
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43387
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43388
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43389
|
+
"class": "m-0 p-0",
|
|
43390
|
+
style: {
|
|
43391
|
+
fontSize: '15px',
|
|
43392
|
+
color: '#fff',
|
|
43393
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
43394
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43395
|
+
}
|
|
43396
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43397
|
+
"class": "col-lg-12 p-0 flex-row text-start"
|
|
43398
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43399
|
+
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43400
|
+
onClick: function onClick() {
|
|
43401
|
+
var _authdetailsContext$i18;
|
|
43402
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null) {
|
|
43403
|
+
var _authdetailsContext$i19;
|
|
43404
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink, '_blank');
|
|
43405
|
+
}
|
|
43406
|
+
}
|
|
43407
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
43408
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
43409
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43410
|
+
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
43411
|
+
onClick: function onClick() {
|
|
43412
|
+
var _authdetailsContext$i20;
|
|
43413
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instagramlink) != null) {
|
|
43414
|
+
var _authdetailsContext$i21;
|
|
43415
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink, '_blank');
|
|
43416
|
+
}
|
|
43417
|
+
}
|
|
43418
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
43419
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
43420
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43421
|
+
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43422
|
+
onClick: function onClick() {
|
|
43423
|
+
var _authdetailsContext$i22;
|
|
43424
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
|
|
43425
|
+
var _authdetailsContext$i23;
|
|
43426
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
|
|
43427
|
+
}
|
|
43428
|
+
}
|
|
43429
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
43430
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
43431
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43432
|
+
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43433
|
+
onClick: function onClick() {
|
|
43434
|
+
var _authdetailsContext$i25;
|
|
43435
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink) != null) {
|
|
43436
|
+
var _authdetailsContext$i26;
|
|
43437
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.twitterlink, '_blank');
|
|
43438
|
+
}
|
|
43439
|
+
}
|
|
43440
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43441
|
+
className: "h-100 allcentered",
|
|
43442
|
+
style: {
|
|
43443
|
+
fontSize: 20
|
|
43444
|
+
}
|
|
43445
|
+
}, "x"))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43446
|
+
"class": "col-lg-6"
|
|
43447
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43448
|
+
"class": "row m-0 w-100 mt-md-3"
|
|
43449
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43450
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43451
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43452
|
+
"class": "m-0 p-0",
|
|
43453
|
+
style: {
|
|
43454
|
+
fontSize: 20,
|
|
43455
|
+
color: 'white',
|
|
43456
|
+
fontWeight: 600,
|
|
43457
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43458
|
+
}
|
|
43459
|
+
}, "\u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u064A \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43460
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43461
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43462
|
+
"class": "m-0 p-0",
|
|
43463
|
+
style: {
|
|
43464
|
+
fontSize: 15,
|
|
43465
|
+
color: 'white',
|
|
43466
|
+
fontWeight: 500,
|
|
43467
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43468
|
+
}
|
|
43469
|
+
}, "\u0623\u062F\u062E\u0644 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u062F\u0648\u0631\u064A\u0629 \u062D\u0648\u0644 \u0627\u0644\u0645\u0624\u062A\u0645\u0631.")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43470
|
+
"class": "col-lg-12 mb-3 text-start p-0"
|
|
43471
|
+
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
43472
|
+
type: "text",
|
|
43473
|
+
className: "".concat(footerStyles.form_control) + ' w-md-100 ',
|
|
43474
|
+
value: pricevalue2.min,
|
|
43475
|
+
placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
|
|
43476
|
+
onChange: function onChange(event) {
|
|
43477
|
+
var temppricevalue = _objectSpread$1C({}, pricevalue2);
|
|
43478
|
+
temppricevalue.min = event.target.value;
|
|
43479
|
+
setpricevalue2(_objectSpread$1C({}, temppricevalue));
|
|
43480
|
+
},
|
|
43481
|
+
style: {
|
|
43482
|
+
background: 'white',
|
|
43483
|
+
fontSize: 14,
|
|
43484
|
+
color: '#000',
|
|
43485
|
+
borderRadius: 10,
|
|
43486
|
+
width: '50%',
|
|
43487
|
+
height: 40,
|
|
43488
|
+
paddingLeft: 20,
|
|
43489
|
+
paddingRight: 20
|
|
43490
|
+
}
|
|
43491
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43492
|
+
"class": "col-lg-12 text-start mb-3 text-start p-0"
|
|
43493
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
43494
|
+
"class": footerStyles.btnn
|
|
43495
|
+
}, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43496
|
+
"class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
|
|
43497
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43498
|
+
"class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
|
|
43499
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43500
|
+
"class": "col-lg-12 text-start"
|
|
43501
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43502
|
+
"class": "m-0 p-0",
|
|
43503
|
+
style: {
|
|
43504
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
43505
|
+
color: sectionproperties.generaltext_fontColor,
|
|
43506
|
+
fontWeight: sectionproperties.generaltext_fontWeight
|
|
43507
|
+
}
|
|
43508
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
44291
43509
|
};
|
|
44292
43510
|
|
|
44293
43511
|
function ownKeys$1B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -45517,7 +44735,7 @@ var Footer4 = function Footer4(props) {
|
|
|
45517
44735
|
function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
45518
44736
|
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45519
44737
|
var Footer5 = function Footer5(props) {
|
|
45520
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46
|
|
44738
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46;
|
|
45521
44739
|
var _useState = React.useState(''),
|
|
45522
44740
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
45523
44741
|
sectionproperties = _useState2[0],
|
|
@@ -46034,32 +45252,13 @@ var Footer5 = function Footer5(props) {
|
|
|
46034
45252
|
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
46035
45253
|
className: "".concat(footerStyles.payimg)
|
|
46036
45254
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46037
|
-
className: "".concat(footerStyles.payimgcont),
|
|
46038
|
-
style: {
|
|
46039
|
-
width: '70px',
|
|
46040
|
-
height: '30px',
|
|
46041
|
-
borderRadius: 10
|
|
46042
|
-
}
|
|
46043
|
-
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
46044
|
-
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
46045
|
-
className: "".concat(footerStyles.payimg)
|
|
46046
|
-
})), sectionproperties.showbankak == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46047
|
-
className: "".concat(footerStyles.payimgcont),
|
|
46048
|
-
style: {
|
|
46049
|
-
width: '50px',
|
|
46050
|
-
height: '50px'
|
|
46051
|
-
}
|
|
46052
|
-
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
46053
|
-
src: 'https://tabex-co.com/storage/StaticImages/bankak.png',
|
|
46054
|
-
className: "".concat(footerStyles.payimg)
|
|
46055
|
-
})), sectionproperties.showinstapay == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46056
45255
|
className: "".concat(footerStyles.payimgcont),
|
|
46057
45256
|
style: {
|
|
46058
45257
|
width: '70px',
|
|
46059
45258
|
height: '30px'
|
|
46060
45259
|
}
|
|
46061
45260
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
46062
|
-
src: 'https://tabex-co.com/storage/StaticImages/
|
|
45261
|
+
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
46063
45262
|
className: "".concat(footerStyles.payimg)
|
|
46064
45263
|
})))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46065
45264
|
className: "row m-0 w-100 mt-3"
|
|
@@ -46180,19 +45379,6 @@ var Footer5 = function Footer5(props) {
|
|
|
46180
45379
|
className: "h-100 allcentered"
|
|
46181
45380
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
46182
45381
|
size: sectionproperties.instgrambtniconfontsize
|
|
46183
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46184
|
-
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
46185
|
-
onClick: function onClick() {
|
|
46186
|
-
var _authdetailsContext$i50;
|
|
46187
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.telegramlink) != null) {
|
|
46188
|
-
var _authdetailsContext$i51;
|
|
46189
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.telegramlink, '_blank');
|
|
46190
|
-
}
|
|
46191
|
-
}
|
|
46192
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
46193
|
-
className: "h-100 allcentered"
|
|
46194
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
46195
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
46196
45382
|
})))))));
|
|
46197
45383
|
};
|
|
46198
45384
|
|
|
@@ -47959,7 +47145,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
47959
47145
|
function ownKeys$1s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
47960
47146
|
function _objectSpread$1s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1s(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
47961
47147
|
var ModernFooter = function ModernFooter(props) {
|
|
47962
|
-
var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23
|
|
47148
|
+
var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23;
|
|
47963
47149
|
var _useState = React.useState(''),
|
|
47964
47150
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
47965
47151
|
sectionproperties = _useState2[0],
|
|
@@ -48266,57 +47452,43 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
48266
47452
|
}, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
48267
47453
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
48268
47454
|
size: sectionproperties.whatsappiconfontsize
|
|
48269
|
-
}), sectionproperties.whatsapplinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.
|
|
48270
|
-
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
48271
|
-
onClick: function onClick() {
|
|
48272
|
-
var _authdetailsContext$i12;
|
|
48273
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.twitterlink) != null) {
|
|
48274
|
-
var _authdetailsContext$i13;
|
|
48275
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.twitterlink, '_blank');
|
|
48276
|
-
}
|
|
48277
|
-
}
|
|
48278
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
48279
|
-
className: "h-100 allcentered",
|
|
48280
|
-
style: {
|
|
48281
|
-
fontSize: 20
|
|
48282
|
-
}
|
|
48283
|
-
}, "x")), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47455
|
+
}), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48284
47456
|
"class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
|
|
48285
47457
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
48286
47458
|
"class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
|
|
48287
47459
|
onClick: function onClick() {
|
|
48288
|
-
var _authdetailsContext$
|
|
48289
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48290
|
-
var _authdetailsContext$
|
|
48291
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47460
|
+
var _authdetailsContext$i12;
|
|
47461
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
|
|
47462
|
+
var _authdetailsContext$i13;
|
|
47463
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
|
|
48292
47464
|
}
|
|
48293
47465
|
}
|
|
48294
47466
|
}, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(AiOutlineLinkedin.AiOutlineLinkedin, {
|
|
48295
47467
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
48296
47468
|
size: sectionproperties.linkedinbtniconfontsize
|
|
48297
|
-
}), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47469
|
+
}), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48298
47470
|
"class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
|
|
48299
47471
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
48300
47472
|
"class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
|
|
48301
47473
|
onClick: function onClick() {
|
|
48302
|
-
var _authdetailsContext$
|
|
48303
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48304
|
-
var _authdetailsContext$
|
|
48305
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47474
|
+
var _authdetailsContext$i15;
|
|
47475
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
|
|
47476
|
+
var _authdetailsContext$i16;
|
|
47477
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
|
|
48306
47478
|
}
|
|
48307
47479
|
}
|
|
48308
47480
|
}, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
48309
47481
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
48310
47482
|
size: sectionproperties.instagramiconfontsize
|
|
48311
|
-
}), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47483
|
+
}), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48312
47484
|
"class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
|
|
48313
47485
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
48314
47486
|
"class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
|
|
48315
47487
|
onClick: function onClick() {
|
|
48316
|
-
var _authdetailsContext$
|
|
48317
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48318
|
-
var _authdetailsContext$
|
|
48319
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47488
|
+
var _authdetailsContext$i18;
|
|
47489
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
|
|
47490
|
+
var _authdetailsContext$i19;
|
|
47491
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
|
|
48320
47492
|
}
|
|
48321
47493
|
}
|
|
48322
47494
|
}, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
@@ -48348,7 +47520,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
48348
47520
|
}
|
|
48349
47521
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
48350
47522
|
size: sectionproperties.footerinfoicon_fontsize
|
|
48351
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47523
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48352
47524
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
48353
47525
|
onClick: function onClick() {
|
|
48354
47526
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -48367,14 +47539,14 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
48367
47539
|
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48368
47540
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
48369
47541
|
onClick: function onClick() {
|
|
48370
|
-
var _authdetailsContext$
|
|
48371
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47542
|
+
var _authdetailsContext$i21;
|
|
47543
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.contactinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.email), '_self');
|
|
48372
47544
|
}
|
|
48373
47545
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
48374
47546
|
"class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
|
|
48375
47547
|
onClick: function onClick() {
|
|
48376
|
-
var _authdetailsContext$
|
|
48377
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47548
|
+
var _authdetailsContext$i22;
|
|
47549
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 || (_authdetailsContext$i22 = _authdetailsContext$i22.contactinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.email), '_self');
|
|
48378
47550
|
},
|
|
48379
47551
|
style: {
|
|
48380
47552
|
textTransform: 'none'
|
|
@@ -48385,7 +47557,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
48385
47557
|
marginRight: langdetect == 'en' ? '0.5rem' : 0,
|
|
48386
47558
|
marginLeft: langdetect == 'ar' ? '0.5rem' : 0
|
|
48387
47559
|
}
|
|
48388
|
-
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47560
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 || (_authdetailsContext$i23 = _authdetailsContext$i23.contactinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48389
47561
|
"class": sectionproperties.showfooteraddress == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' ? 'col-lg-4 col-md-12 col-sm-12 mt-md-3' : 'col-lg-3 col-md-12 col-sm-12 mt-md-3'
|
|
48390
47562
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48391
47563
|
className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
|
|
@@ -48397,15 +47569,15 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
48397
47569
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
|
|
48398
47570
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
48399
47571
|
onClick: function onClick() {
|
|
48400
|
-
var _authdetailsContext$
|
|
48401
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47572
|
+
var _authdetailsContext$i24;
|
|
47573
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
48402
47574
|
}
|
|
48403
47575
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
48404
47576
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
|
|
48405
47577
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
48406
47578
|
onClick: function onClick() {
|
|
48407
|
-
var _authdetailsContext$
|
|
48408
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47579
|
+
var _authdetailsContext$i25;
|
|
47580
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_appstore, '_blank');
|
|
48409
47581
|
}
|
|
48410
47582
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48411
47583
|
"class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
|
|
@@ -48413,15 +47585,15 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
48413
47585
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
|
|
48414
47586
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
48415
47587
|
onClick: function onClick() {
|
|
48416
|
-
var _authdetailsContext$
|
|
48417
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47588
|
+
var _authdetailsContext$i26;
|
|
47589
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_playstore, '_blank');
|
|
48418
47590
|
}
|
|
48419
47591
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
48420
47592
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
|
|
48421
47593
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
48422
47594
|
onClick: function onClick() {
|
|
48423
|
-
var _authdetailsContext$
|
|
48424
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
47595
|
+
var _authdetailsContext$i27;
|
|
47596
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
|
|
48425
47597
|
}
|
|
48426
47598
|
}))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48427
47599
|
"class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
|
|
@@ -48451,7 +47623,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
48451
47623
|
function ownKeys$1r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
48452
47624
|
function _objectSpread$1r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1r(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
48453
47625
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
48454
|
-
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$
|
|
47626
|
+
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i22, _authdetailsContext$i25, _authdetailsContext$i30, _authdetailsContext$i31;
|
|
48455
47627
|
var _useState = React.useState(''),
|
|
48456
47628
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
48457
47629
|
sectionproperties = _useState2[0],
|
|
@@ -49037,57 +48209,43 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
49037
48209
|
}
|
|
49038
48210
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
49039
48211
|
size: sectionproperties.instgrambtniconfontsize
|
|
49040
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.
|
|
49041
|
-
|
|
48212
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
48213
|
+
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
49042
48214
|
onClick: function onClick() {
|
|
49043
48215
|
var _authdetailsContext$i18;
|
|
49044
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.
|
|
48216
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
|
|
49045
48217
|
var _authdetailsContext$i19;
|
|
49046
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.
|
|
49047
|
-
}
|
|
49048
|
-
}
|
|
49049
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
49050
|
-
className: "h-100 allcentered",
|
|
49051
|
-
style: {
|
|
49052
|
-
fontSize: 20
|
|
49053
|
-
}
|
|
49054
|
-
}, "x")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49055
|
-
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
49056
|
-
onClick: function onClick() {
|
|
49057
|
-
var _authdetailsContext$i21;
|
|
49058
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
|
|
49059
|
-
var _authdetailsContext$i22;
|
|
49060
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
|
|
48218
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
|
|
49061
48219
|
}
|
|
49062
48220
|
}
|
|
49063
48221
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
49064
48222
|
size: sectionproperties.instgrambtniconfontsize
|
|
49065
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48223
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49066
48224
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
49067
48225
|
onClick: function onClick() {
|
|
49068
|
-
var _authdetailsContext$
|
|
49069
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48226
|
+
var _authdetailsContext$i21;
|
|
48227
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.linkedinlink, '_blank');
|
|
49070
48228
|
}
|
|
49071
48229
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
49072
48230
|
size: sectionproperties.instgrambtniconfontsize
|
|
49073
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48231
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49074
48232
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
49075
48233
|
onClick: function onClick() {
|
|
49076
|
-
var _authdetailsContext$
|
|
49077
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
49078
|
-
var _authdetailsContext$
|
|
49079
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48234
|
+
var _authdetailsContext$i23;
|
|
48235
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
|
|
48236
|
+
var _authdetailsContext$i24;
|
|
48237
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.whatsappnumber), '_blank');
|
|
49080
48238
|
}
|
|
49081
48239
|
}
|
|
49082
48240
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
49083
48241
|
size: sectionproperties.youtubebtniconfontsize
|
|
49084
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48242
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
49085
48243
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
49086
48244
|
onClick: function onClick() {
|
|
49087
|
-
var _authdetailsContext$
|
|
49088
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
49089
|
-
var _authdetailsContext$
|
|
49090
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48245
|
+
var _authdetailsContext$i26;
|
|
48246
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.googlemapslink) != null) {
|
|
48247
|
+
var _authdetailsContext$i27;
|
|
48248
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.googlemapslink, '_blank');
|
|
49091
48249
|
}
|
|
49092
48250
|
}
|
|
49093
48251
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
@@ -49107,15 +48265,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
49107
48265
|
"class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
|
|
49108
48266
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
49109
48267
|
onClick: function onClick() {
|
|
49110
|
-
var _authdetailsContext$
|
|
49111
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48268
|
+
var _authdetailsContext$i28;
|
|
48269
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
|
|
49112
48270
|
}
|
|
49113
48271
|
}), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
|
|
49114
48272
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
49115
48273
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
49116
48274
|
onClick: function onClick() {
|
|
49117
|
-
var _authdetailsContext$
|
|
49118
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48275
|
+
var _authdetailsContext$i29;
|
|
48276
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
|
|
49119
48277
|
}
|
|
49120
48278
|
}))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49121
48279
|
"class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
|
|
@@ -49132,7 +48290,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
49132
48290
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
49133
48291
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
49134
48292
|
size: 30
|
|
49135
|
-
})), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
48293
|
+
})), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49136
48294
|
"class": "col-lg-12 p-0 d-block my-3"
|
|
49137
48295
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
49138
48296
|
"class": "m-0 p-0"
|
|
@@ -51947,7 +51105,6 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
51947
51105
|
function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
51948
51106
|
function _objectSpread$1l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1l(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51949
51107
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
51950
|
-
var authdetailsContext = props.actions.authdetailsContext;
|
|
51951
51108
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
51952
51109
|
props.actions.lang;
|
|
51953
51110
|
var langdetect = props.actions.langdetect;
|
|
@@ -52480,22 +51637,10 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
52480
51637
|
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
52481
51638
|
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px'
|
|
52482
51639
|
}
|
|
52483
|
-
}),
|
|
52484
|
-
imageoutercont: glamor.css({
|
|
52485
|
-
height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
|
|
52486
|
-
'@media (max-width: 800px)': {
|
|
52487
|
-
height: '30vh'
|
|
52488
|
-
}
|
|
52489
|
-
}),
|
|
52490
|
-
imageoutercont2: glamor.css({
|
|
52491
|
-
height: sectionproperties.image_height2 == 0 ? '100%' : sectionproperties.image_height2 + 'vh',
|
|
52492
|
-
'@media (max-width: 800px)': {
|
|
52493
|
-
height: '25vh'
|
|
52494
|
-
}
|
|
52495
51640
|
})
|
|
52496
51641
|
};
|
|
52497
51642
|
var cardsrender = function cardsrender() {
|
|
52498
|
-
var
|
|
51643
|
+
var _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20;
|
|
52499
51644
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52500
51645
|
"class": 'row m-0 w-100'
|
|
52501
51646
|
}, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -52563,7 +51708,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
52563
51708
|
}
|
|
52564
51709
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52565
51710
|
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center pl-md-2 pr-md-2 ' : sectionproperties.paddingRight != 0 ? section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center pr-md-2 ' : sectionproperties.paddingLeft != 0 ? section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center pl-md-2 ' : section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center '
|
|
52566
|
-
},
|
|
51711
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52567
51712
|
"class": "row m-0 w-100 "
|
|
52568
51713
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52569
51714
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer ',
|
|
@@ -52852,218 +51997,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
52852
51997
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
52853
51998
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
52854
51999
|
"class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
|
|
52855
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))))
|
|
52856
|
-
"class": "row m-0 w-100 "
|
|
52857
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52858
|
-
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-6 p-md-0 mb-md-3 cursor-pointer '
|
|
52859
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52860
|
-
"class": "row m-0 w-100"
|
|
52861
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52862
|
-
"class": "col-12 cursor-pointer",
|
|
52863
|
-
onClick: function onClick() {
|
|
52864
|
-
var _cardsarray$21;
|
|
52865
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$21 = cardsarray[0]) === null || _cardsarray$21 === void 0 ? void 0 : _cardsarray$21.collectionid));
|
|
52866
|
-
},
|
|
52867
|
-
style: {
|
|
52868
|
-
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
52869
|
-
paddingRight: sectionproperties.imagepadding + 'px',
|
|
52870
|
-
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
52871
|
-
}
|
|
52872
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52873
|
-
"class": section_cssstyles.imageoutercont + ' row m-0 w-100 ',
|
|
52874
|
-
style: {
|
|
52875
|
-
width: '100%'
|
|
52876
|
-
}
|
|
52877
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52878
|
-
"class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
|
|
52879
|
-
style: {
|
|
52880
|
-
width: '100%',
|
|
52881
|
-
height: '100%'
|
|
52882
|
-
}
|
|
52883
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52884
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52885
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52886
|
-
path: (_cardsarray$22 = cardsarray[0]) === null || _cardsarray$22 === void 0 ? void 0 : _cardsarray$22.image,
|
|
52887
|
-
loading: "lazy",
|
|
52888
|
-
style: {
|
|
52889
|
-
width: '100%',
|
|
52890
|
-
height: '100%',
|
|
52891
|
-
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
52892
|
-
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
52893
|
-
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
52894
|
-
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
52895
|
-
objectFit: 'cover',
|
|
52896
|
-
zIndex: 1
|
|
52897
|
-
}
|
|
52898
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52899
|
-
"class": section_cssstyles.imageoutercont,
|
|
52900
|
-
style: _defineProperty__default["default"](_defineProperty__default["default"]({
|
|
52901
|
-
position: 'absolute',
|
|
52902
|
-
zIndex: 1000,
|
|
52903
|
-
// height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
|
|
52904
|
-
width: '100%'
|
|
52905
|
-
}, "zIndex", 5), "left", 0)
|
|
52906
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52907
|
-
"class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
|
|
52908
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52909
|
-
"class": "col-lg-12 p-0 d-flex allcentered h-100"
|
|
52910
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
52911
|
-
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
52912
|
-
}, langdetect == 'en' ? (_cardsarray$23 = cardsarray[0]) === null || _cardsarray$23 === void 0 ? void 0 : _cardsarray$23.name_en : (_cardsarray$24 = cardsarray[0]) === null || _cardsarray$24 === void 0 ? void 0 : _cardsarray$24.name_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52913
|
-
"class": "col-12 cursor-pointer",
|
|
52914
|
-
onClick: function onClick() {
|
|
52915
|
-
var _cardsarray$25;
|
|
52916
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$25 = cardsarray[2]) === null || _cardsarray$25 === void 0 ? void 0 : _cardsarray$25.collectionid));
|
|
52917
|
-
},
|
|
52918
|
-
style: {
|
|
52919
|
-
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
52920
|
-
paddingRight: sectionproperties.imagepadding + 'px',
|
|
52921
|
-
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
52922
|
-
}
|
|
52923
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52924
|
-
"class": section_cssstyles.imageoutercont2 + ' row m-0 w-100 ',
|
|
52925
|
-
style: {
|
|
52926
|
-
width: '100%'
|
|
52927
|
-
}
|
|
52928
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52929
|
-
"class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
|
|
52930
|
-
style: {
|
|
52931
|
-
width: '100%',
|
|
52932
|
-
height: '100%'
|
|
52933
|
-
}
|
|
52934
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52935
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52936
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52937
|
-
path: (_cardsarray$26 = cardsarray[2]) === null || _cardsarray$26 === void 0 ? void 0 : _cardsarray$26.image,
|
|
52938
|
-
loading: "lazy",
|
|
52939
|
-
style: {
|
|
52940
|
-
width: '100%',
|
|
52941
|
-
height: '100%',
|
|
52942
|
-
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
52943
|
-
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
52944
|
-
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
52945
|
-
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
52946
|
-
objectFit: 'cover',
|
|
52947
|
-
zIndex: 1
|
|
52948
|
-
}
|
|
52949
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52950
|
-
"class": section_cssstyles.imageoutercont2,
|
|
52951
|
-
style: _defineProperty__default["default"](_defineProperty__default["default"]({
|
|
52952
|
-
position: 'absolute',
|
|
52953
|
-
zIndex: 1000,
|
|
52954
|
-
width: '100%'
|
|
52955
|
-
}, "zIndex", 5), "left", 0)
|
|
52956
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52957
|
-
"class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
|
|
52958
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52959
|
-
"class": "col-lg-12 p-0 d-flex allcentered h-100"
|
|
52960
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
52961
|
-
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
52962
|
-
}, langdetect == 'en' ? (_cardsarray$27 = cardsarray[2]) === null || _cardsarray$27 === void 0 ? void 0 : _cardsarray$27.name_en : (_cardsarray$28 = cardsarray[2]) === null || _cardsarray$28 === void 0 ? void 0 : _cardsarray$28.name_ar)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52963
|
-
"class": 'col-6 pl-0 pr-0'
|
|
52964
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52965
|
-
"class": "row m-0 w-100"
|
|
52966
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52967
|
-
"class": "col-12 cursor-pointer",
|
|
52968
|
-
onClick: function onClick() {
|
|
52969
|
-
var _cardsarray$29;
|
|
52970
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$29 = cardsarray[1]) === null || _cardsarray$29 === void 0 ? void 0 : _cardsarray$29.collectionid));
|
|
52971
|
-
},
|
|
52972
|
-
style: {
|
|
52973
|
-
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
52974
|
-
paddingRight: sectionproperties.imagepadding + 'px',
|
|
52975
|
-
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
52976
|
-
}
|
|
52977
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52978
|
-
"class": section_cssstyles.imageoutercont2 + ' row m-0 w-100 ',
|
|
52979
|
-
style: {
|
|
52980
|
-
width: '100%'
|
|
52981
|
-
}
|
|
52982
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52983
|
-
"class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
|
|
52984
|
-
style: {
|
|
52985
|
-
width: '100%',
|
|
52986
|
-
height: '100%'
|
|
52987
|
-
}
|
|
52988
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52989
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52990
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52991
|
-
path: (_cardsarray$30 = cardsarray[1]) === null || _cardsarray$30 === void 0 ? void 0 : _cardsarray$30.image,
|
|
52992
|
-
loading: "lazy",
|
|
52993
|
-
style: {
|
|
52994
|
-
width: '100%',
|
|
52995
|
-
height: '100%',
|
|
52996
|
-
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
52997
|
-
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
52998
|
-
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
52999
|
-
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
53000
|
-
objectFit: 'cover',
|
|
53001
|
-
zIndex: 1
|
|
53002
|
-
}
|
|
53003
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53004
|
-
"class": section_cssstyles.imageoutercont2,
|
|
53005
|
-
style: _defineProperty__default["default"](_defineProperty__default["default"]({
|
|
53006
|
-
position: 'absolute',
|
|
53007
|
-
zIndex: 1000,
|
|
53008
|
-
width: '100%'
|
|
53009
|
-
}, "zIndex", 5), "left", 0)
|
|
53010
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53011
|
-
"class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
|
|
53012
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53013
|
-
"class": "col-lg-12 p-0 d-flex allcentered h-100"
|
|
53014
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
53015
|
-
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
53016
|
-
}, langdetect == 'en' ? (_cardsarray$31 = cardsarray[1]) === null || _cardsarray$31 === void 0 ? void 0 : _cardsarray$31.name_en : (_cardsarray$32 = cardsarray[1]) === null || _cardsarray$32 === void 0 ? void 0 : _cardsarray$32.name_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53017
|
-
"class": "col-12 cursor-pointer",
|
|
53018
|
-
onClick: function onClick() {
|
|
53019
|
-
var _cardsarray$33;
|
|
53020
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$33 = cardsarray[3]) === null || _cardsarray$33 === void 0 ? void 0 : _cardsarray$33.collectionid));
|
|
53021
|
-
},
|
|
53022
|
-
style: {
|
|
53023
|
-
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
53024
|
-
paddingRight: sectionproperties.imagepadding + 'px',
|
|
53025
|
-
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
53026
|
-
}
|
|
53027
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53028
|
-
"class": section_cssstyles.imageoutercont + ' row m-0 w-100 ',
|
|
53029
|
-
style: {
|
|
53030
|
-
width: '100%'
|
|
53031
|
-
}
|
|
53032
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53033
|
-
"class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
|
|
53034
|
-
style: {
|
|
53035
|
-
width: '100%',
|
|
53036
|
-
height: '100%'
|
|
53037
|
-
}
|
|
53038
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
53039
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
53040
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
53041
|
-
path: (_cardsarray$34 = cardsarray[3]) === null || _cardsarray$34 === void 0 ? void 0 : _cardsarray$34.image,
|
|
53042
|
-
loading: "lazy",
|
|
53043
|
-
style: {
|
|
53044
|
-
width: '100%',
|
|
53045
|
-
height: '100%',
|
|
53046
|
-
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
53047
|
-
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
53048
|
-
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
53049
|
-
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
53050
|
-
objectFit: 'cover',
|
|
53051
|
-
zIndex: 1
|
|
53052
|
-
}
|
|
53053
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53054
|
-
"class": section_cssstyles.imageoutercont,
|
|
53055
|
-
style: _defineProperty__default["default"](_defineProperty__default["default"]({
|
|
53056
|
-
position: 'absolute',
|
|
53057
|
-
zIndex: 1000,
|
|
53058
|
-
width: '100%'
|
|
53059
|
-
}, "zIndex", 5), "left", 0)
|
|
53060
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53061
|
-
"class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
|
|
53062
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53063
|
-
"class": "col-lg-12 p-0 d-flex allcentered h-100"
|
|
53064
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
53065
|
-
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
53066
|
-
}, langdetect == 'en' ? (_cardsarray$35 = cardsarray[3]) === null || _cardsarray$35 === void 0 ? void 0 : _cardsarray$35.name_en : (_cardsarray$36 = cardsarray[3]) === null || _cardsarray$36 === void 0 ? void 0 : _cardsarray$36.name_ar))))))))))));
|
|
52000
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))))))))));
|
|
53067
52001
|
};
|
|
53068
52002
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53069
52003
|
"class": "row m-0 d-flex w-100 justify-content-center",
|
|
@@ -58072,7 +57006,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
58072
57006
|
style: {}
|
|
58073
57007
|
}, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
58074
57008
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58075
|
-
className: bgimagearrayofobjs[index].bg1_numberofcols != 12 ? sectionproperties.imagepadding != 0 ? ' d-flex align-items-stretch col-md-
|
|
57009
|
+
className: bgimagearrayofobjs[index].bg1_numberofcols != 12 ? sectionproperties.imagepadding != 0 ? ' d-flex align-items-stretch col-md-6 col-sm-12 pr-sm-2 pl-sm-2 mb-md-3 mt-md-3 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-6 col-sm-12 p-sm-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-12 col-sm-12 pr-md-0 pl-md-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols,
|
|
58076
57010
|
style: {
|
|
58077
57011
|
paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
|
|
58078
57012
|
paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
|
|
@@ -58084,6 +57018,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
58084
57018
|
if (item.place_clickable == 'General') {
|
|
58085
57019
|
if (item.externallink == 'Yes') {
|
|
58086
57020
|
window.open(item.clickable_page_route, '_blank');
|
|
57021
|
+
|
|
58087
57022
|
// history.push(item.clickable_page_route);
|
|
58088
57023
|
} else if (item.clickable_page_route && item.clickable_page_route.length != 0) {
|
|
58089
57024
|
routingcountext(item.clickable_page_route, false, '');
|
|
@@ -58416,9 +57351,9 @@ var VideosSection = function VideosSection(props) {
|
|
|
58416
57351
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
58417
57352
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
58418
57353
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
58419
|
-
height: sectionproperties.image_height
|
|
57354
|
+
height: sectionproperties.image_height + 'px',
|
|
58420
57355
|
'@media (max-width: 800px)': {
|
|
58421
|
-
height: sectionproperties.
|
|
57356
|
+
height: sectionproperties.height_responsive + 'px'
|
|
58422
57357
|
}
|
|
58423
57358
|
}),
|
|
58424
57359
|
lau: glamor.css({
|
|
@@ -58612,7 +57547,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
58612
57547
|
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
58613
57548
|
transitionBehavior: 'auto',
|
|
58614
57549
|
wrapperClassName: '',
|
|
58615
|
-
itemClassName: '',
|
|
57550
|
+
itemClassName: 'videoscard',
|
|
58616
57551
|
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
58617
57552
|
}, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
|
|
58618
57553
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59438,8 +58373,6 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59438
58373
|
type = 'number';
|
|
59439
58374
|
} else if (item.type == 'text') {
|
|
59440
58375
|
type = 'text';
|
|
59441
|
-
} else if (item.type == 'phone number') {
|
|
59442
|
-
type = 'phonenumber';
|
|
59443
58376
|
}
|
|
59444
58377
|
if (item.type == 'date') {
|
|
59445
58378
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59497,40 +58430,6 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59497
58430
|
}))));
|
|
59498
58431
|
}
|
|
59499
58432
|
};
|
|
59500
|
-
var phonenumber = function phonenumber(item, index) {
|
|
59501
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59502
|
-
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
59503
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59504
|
-
"class": "row m-0 w-100 mb-3"
|
|
59505
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59506
|
-
"class": "col-lg-12 text-start mb-2 p-0"
|
|
59507
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59508
|
-
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
59509
|
-
style: {}
|
|
59510
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
59511
|
-
"class": "text-danger"
|
|
59512
|
-
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
|
|
59513
|
-
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control),
|
|
59514
|
-
country: 'eg',
|
|
59515
|
-
enableSearch: true,
|
|
59516
|
-
autoFormat: true,
|
|
59517
|
-
value: item.value,
|
|
59518
|
-
inputStyle: {
|
|
59519
|
-
color: sectionproperties.inputfieldcolor
|
|
59520
|
-
},
|
|
59521
|
-
onChange: function onChange(event, country) {
|
|
59522
|
-
updateformfield(event, index);
|
|
59523
|
-
// var temp = { ...payloadobj };
|
|
59524
|
-
// temp.mobile = event;
|
|
59525
|
-
// temp.countrydialcode = country.dialCode;
|
|
59526
|
-
// setpayloadobj({ ...temp });
|
|
59527
|
-
},
|
|
59528
|
-
style: {
|
|
59529
|
-
direction: 'ltr',
|
|
59530
|
-
color: sectionproperties.inputfieldcolor
|
|
59531
|
-
}
|
|
59532
|
-
})));
|
|
59533
|
-
};
|
|
59534
58433
|
var textareaitem = function textareaitem(item, index) {
|
|
59535
58434
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59536
58435
|
"class": 'col-md-12 col-lg-12'
|
|
@@ -59602,19 +58501,20 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59602
58501
|
boxShadow: 'none',
|
|
59603
58502
|
transition: '.3s'
|
|
59604
58503
|
}))),
|
|
59605
|
-
generalbtn: glamor.css(
|
|
58504
|
+
generalbtn: glamor.css({
|
|
59606
58505
|
width: sectionproperties.generalbtn_width + '%',
|
|
59607
58506
|
height: sectionproperties.generalbtn_height + 'px',
|
|
59608
58507
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
59609
|
-
borderRadius: sectionproperties.
|
|
58508
|
+
borderRadius: sectionproperties.generalbtnborderradius + 'px',
|
|
59610
58509
|
color: sectionproperties.generalbtn_textColor,
|
|
59611
58510
|
fontSize: sectionproperties.generalbtn_fontsize,
|
|
59612
|
-
fontWeight: sectionproperties.generalbtn_fontweight
|
|
59613
|
-
|
|
59614
|
-
|
|
59615
|
-
|
|
59616
|
-
|
|
59617
|
-
|
|
58511
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
58512
|
+
':hover': {
|
|
58513
|
+
transition: '.3s',
|
|
58514
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
58515
|
+
backgroundColor: sectionproperties.generalbtn_bgColoronhover
|
|
58516
|
+
}
|
|
58517
|
+
}),
|
|
59618
58518
|
btnLeft: glamor.css({
|
|
59619
58519
|
width: 40,
|
|
59620
58520
|
height: 40,
|
|
@@ -59645,6 +58545,14 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59645
58545
|
transition: '.3s',
|
|
59646
58546
|
backgroundColor: '#044da6'
|
|
59647
58547
|
}
|
|
58548
|
+
}),
|
|
58549
|
+
sectiontitle: glamor.css({
|
|
58550
|
+
color: sectionproperties.sectionTitleColor,
|
|
58551
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58552
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
58553
|
+
'@media (max-width: 800px)': {
|
|
58554
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp
|
|
58555
|
+
}
|
|
59648
58556
|
})
|
|
59649
58557
|
};
|
|
59650
58558
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59688,12 +58596,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59688
58596
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
59689
58597
|
}
|
|
59690
58598
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59691
|
-
"class":
|
|
59692
|
-
style: {
|
|
59693
|
-
color: sectionproperties.sectionTitleColor,
|
|
59694
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59695
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
59696
|
-
}
|
|
58599
|
+
"class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
|
|
58600
|
+
style: {}
|
|
59697
58601
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59698
58602
|
"class": 'row m-0 w-100 p-3 mt-3'
|
|
59699
58603
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59814,12 +58718,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59814
58718
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
59815
58719
|
}
|
|
59816
58720
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59817
|
-
"class":
|
|
59818
|
-
style: {
|
|
59819
|
-
color: sectionproperties.sectionTitleColor,
|
|
59820
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59821
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
59822
|
-
}
|
|
58721
|
+
"class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
|
|
58722
|
+
style: {}
|
|
59823
58723
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59824
58724
|
"class": 'row m-0 w-100 '
|
|
59825
58725
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59829,8 +58729,6 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59829
58729
|
}, dynamicform === null || dynamicform === void 0 || (_dynamicform$fields5 = dynamicform.fields) === null || _dynamicform$fields5 === void 0 ? void 0 : _dynamicform$fields5.map(function (item, index) {
|
|
59830
58730
|
if (item.type == 'text' || item.type == 'date' || item.type == 'number') {
|
|
59831
58731
|
return inputitem(item, index);
|
|
59832
|
-
} else if (item.type == 'phone number') {
|
|
59833
|
-
return phonenumber(item, index);
|
|
59834
58732
|
} else if (item.type == 'textarea') {
|
|
59835
58733
|
return textareaitem(item, index);
|
|
59836
58734
|
} else if (item.type == 'selectbox') {
|
|
@@ -59876,19 +58774,14 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59876
58774
|
"class": "",
|
|
59877
58775
|
color: '#fff'
|
|
59878
58776
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59879
|
-
"class": "
|
|
59880
|
-
style: {
|
|
59881
|
-
background: sectionproperties.popupbackgroundcolor
|
|
59882
|
-
}
|
|
59883
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59884
|
-
"class": "col-lg-12 allcentered py-4"
|
|
58777
|
+
"class": "col-lg-12 allcentered my-4 py-4"
|
|
59885
58778
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59886
58779
|
"class": "m-0 p-0",
|
|
59887
58780
|
style: {
|
|
59888
58781
|
fontSize: 20,
|
|
59889
|
-
color:
|
|
58782
|
+
color: '#000'
|
|
59890
58783
|
}
|
|
59891
|
-
}, confirmationtext)))
|
|
58784
|
+
}, confirmationtext))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
59892
58785
|
};
|
|
59893
58786
|
|
|
59894
58787
|
function ownKeys$$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -60665,14 +59558,14 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
60665
59558
|
height: '1px',
|
|
60666
59559
|
position: 'relative',
|
|
60667
59560
|
flex: '1 1 auto',
|
|
60668
|
-
minWidth: '10%',
|
|
59561
|
+
// minWidth: '10%',
|
|
60669
59562
|
background: sectionproperties.linebgcolor
|
|
60670
59563
|
}),
|
|
60671
59564
|
line_right: glamor.css({
|
|
60672
59565
|
height: '1px',
|
|
60673
59566
|
position: 'relative',
|
|
60674
59567
|
flex: '1 1 auto',
|
|
60675
|
-
minWidth: '10%',
|
|
59568
|
+
// minWidth: '10%',
|
|
60676
59569
|
background: sectionproperties.linebgcolor
|
|
60677
59570
|
}),
|
|
60678
59571
|
btn: glamor.css({
|
|
@@ -60710,36 +59603,40 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
60710
59603
|
top: 0,
|
|
60711
59604
|
bottom: 0
|
|
60712
59605
|
}
|
|
59606
|
+
}),
|
|
59607
|
+
sectiontitlecontent: glamor.css({
|
|
59608
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59609
|
+
color: sectionproperties.sectionTitleColor,
|
|
59610
|
+
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
59611
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
59612
|
+
// padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
59613
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
59614
|
+
'@media (max-width: 800px)': {
|
|
59615
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
59616
|
+
}
|
|
60713
59617
|
})
|
|
60714
59618
|
};
|
|
60715
59619
|
var SectionTitle = function SectionTitle() {
|
|
60716
59620
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60717
|
-
"class": "d-flex align-items-center
|
|
59621
|
+
"class": "d-flex align-items-center allcentered",
|
|
60718
59622
|
style: {
|
|
60719
59623
|
position: 'relative',
|
|
60720
59624
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
60721
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
59625
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
|
|
59626
|
+
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
60722
59627
|
}
|
|
60723
|
-
},
|
|
60724
|
-
"class": section_styles.line_left,
|
|
60725
|
-
style: {
|
|
60726
|
-
marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
60727
|
-
marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
60728
|
-
}
|
|
60729
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59628
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60730
59629
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_styles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
|
|
59630
|
+
style: {}
|
|
59631
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59632
|
+
"class": section_styles.sectiontitlecontent
|
|
59633
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
60731
59634
|
style: {
|
|
60732
|
-
|
|
60733
|
-
|
|
60734
|
-
|
|
60735
|
-
|
|
60736
|
-
|
|
60737
|
-
}
|
|
60738
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
60739
|
-
"class": section_styles.line_right,
|
|
60740
|
-
style: {
|
|
60741
|
-
marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
60742
|
-
marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59635
|
+
width: '50%',
|
|
59636
|
+
background: sectionproperties.linebgcolor,
|
|
59637
|
+
height: 3,
|
|
59638
|
+
borderRadius: 10,
|
|
59639
|
+
marginTop: 5
|
|
60743
59640
|
}
|
|
60744
59641
|
}));
|
|
60745
59642
|
};
|
|
@@ -60798,8 +59695,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
60798
59695
|
style: {
|
|
60799
59696
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
60800
59697
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
60801
|
-
paddingTop: type == 'responsive' ? '
|
|
60802
|
-
paddingBottom: type == 'responsive' ? '
|
|
59698
|
+
paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
|
|
59699
|
+
paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
|
|
60803
59700
|
zIndex: 100,
|
|
60804
59701
|
height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
|
|
60805
59702
|
}
|
|
@@ -60847,7 +59744,45 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
60847
59744
|
"class": "w-100 allcentered",
|
|
60848
59745
|
style: {
|
|
60849
59746
|
background: sectionproperties.outerbgcolor
|
|
59747
|
+
// backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
|
|
59748
|
+
}
|
|
59749
|
+
}, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59750
|
+
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
|
|
59751
|
+
style: {
|
|
59752
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
59753
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
60850
59754
|
}
|
|
59755
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59756
|
+
"class": "col-lg-12 p-0"
|
|
59757
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59758
|
+
"class": "row m-0 w-100 allcentered"
|
|
59759
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59760
|
+
"class": "col-lg-10 col-md-11 mt-3 mb-3",
|
|
59761
|
+
style: {
|
|
59762
|
+
background: 'white',
|
|
59763
|
+
borderRadius: 10,
|
|
59764
|
+
boxShadow: '0 0 10px #ccc',
|
|
59765
|
+
padding: 40
|
|
59766
|
+
}
|
|
59767
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59768
|
+
"class": "row m-0 w-100"
|
|
59769
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59770
|
+
"class": "col-lg-3 col-md-12 allcentered"
|
|
59771
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59772
|
+
"class": "w-100 d-flex allcentered mb-md-4"
|
|
59773
|
+
}, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59774
|
+
"class": "col-lg-9 col-md-12 p-md-0",
|
|
59775
|
+
style: {
|
|
59776
|
+
paddingLeft: langdetect == 'en' ? '50px' : 0,
|
|
59777
|
+
paddingRight: langdetect == 'ar' ? '50px' : 0
|
|
59778
|
+
}
|
|
59779
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59780
|
+
"class": "row m-0 w-100 text-start text-md-center",
|
|
59781
|
+
style: {
|
|
59782
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
59783
|
+
}
|
|
59784
|
+
}, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59785
|
+
"class": "row m-0 w-100"
|
|
60851
59786
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60852
59787
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
60853
59788
|
style: {
|
|
@@ -60862,7 +59797,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
60862
59797
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60863
59798
|
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
|
|
60864
59799
|
}
|
|
60865
|
-
}, SectionContent('responsive')));
|
|
59800
|
+
}, SectionContent('responsive'))));
|
|
60866
59801
|
};
|
|
60867
59802
|
|
|
60868
59803
|
function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -60935,6 +59870,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60935
59870
|
color: sectionproperties.generalbtn_textColoronhover
|
|
60936
59871
|
}
|
|
60937
59872
|
}),
|
|
59873
|
+
btn2: glamor.css({
|
|
59874
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
59875
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
59876
|
+
// backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
59877
|
+
color: sectionproperties.generalbtn_bgColoronhover,
|
|
59878
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
59879
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
59880
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
59881
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
59882
|
+
border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
|
|
59883
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
59884
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
59885
|
+
marginTop: sectionproperties.generalbtn_marginTop + 'px',
|
|
59886
|
+
marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
|
|
59887
|
+
transition: '.3s',
|
|
59888
|
+
cursor: 'pointer',
|
|
59889
|
+
':hover': {
|
|
59890
|
+
// backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
59891
|
+
color: sectionproperties.sectionproperties,
|
|
59892
|
+
borderColor: sectionproperties.sectionproperties
|
|
59893
|
+
}
|
|
59894
|
+
}),
|
|
60938
59895
|
sectiontitlespan: glamor.css({
|
|
60939
59896
|
paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
60940
59897
|
paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
|
|
@@ -60949,7 +59906,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60949
59906
|
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
60950
59907
|
display: 'block',
|
|
60951
59908
|
backgroundColor: sectionproperties.linebgcolor,
|
|
60952
|
-
borderRadius: '6px'
|
|
59909
|
+
borderRadius: '6px',
|
|
59910
|
+
marginTop: 15
|
|
60953
59911
|
}
|
|
60954
59912
|
}),
|
|
60955
59913
|
facebook_btn: glamor.css({
|
|
@@ -61058,11 +60016,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61058
60016
|
};
|
|
61059
60017
|
var SectionTitle = function SectionTitle() {
|
|
61060
60018
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61061
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
|
|
60019
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ',
|
|
61062
60020
|
style: {
|
|
61063
60021
|
color: sectionproperties.sectionTitleColor,
|
|
61064
60022
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
61065
|
-
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
60023
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
61066
60024
|
}
|
|
61067
60025
|
}, sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61068
60026
|
"class": "".concat(section_styles.sectiontitlespan) + ' pl-md-2 pr-md-2 left-md-0 '
|
|
@@ -61090,8 +60048,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61090
60048
|
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
61091
60049
|
}
|
|
61092
60050
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61093
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100 ',
|
|
61094
|
-
style: {
|
|
60051
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100 py-md-4 ',
|
|
60052
|
+
style: {
|
|
60053
|
+
// padding: 20,
|
|
60054
|
+
}
|
|
61095
60055
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61096
60056
|
"class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex ',
|
|
61097
60057
|
style: {
|
|
@@ -61230,7 +60190,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61230
60190
|
})))));
|
|
61231
60191
|
};
|
|
61232
60192
|
var Image = function Image() {
|
|
61233
|
-
var _imagesarray$, _imagesarray$7, _imagesarray$8;
|
|
60193
|
+
var _imagesarray$, _imagesarray$7, _imagesarray$8, _imagesarray$9, _imagesarray$10;
|
|
61234
60194
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61235
60195
|
"class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0' : 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0' : sectionproperties.sectionstyle == 'Image on left' ? 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0' : 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0',
|
|
61236
60196
|
style: {
|
|
@@ -61252,29 +60212,43 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61252
60212
|
}
|
|
61253
60213
|
}
|
|
61254
60214
|
}
|
|
60215
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60216
|
+
"class": "col-lg-12 p-0 d-flex d-md-none justify-content-center align-items-center"
|
|
61255
60217
|
}, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
61256
60218
|
"class": section_styles.imageimage,
|
|
61257
60219
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61258
60220
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61259
60221
|
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$7 = imagesarray[0]) === null || _imagesarray$7 === void 0 ? void 0 : _imagesarray$7.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$8 = imagesarray[0]) === null || _imagesarray$8 === void 0 ? void 0 : _imagesarray$8.bgsection_image_ar),
|
|
61260
60222
|
style: {}
|
|
61261
|
-
}))
|
|
60223
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60224
|
+
"class": "col-lg-12 p-0 d-none d-md-flex justify-content-center align-items-center"
|
|
60225
|
+
}, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
60226
|
+
"class": section_styles.imageimage,
|
|
60227
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
60228
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
60229
|
+
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$9 = imagesarray[0]) === null || _imagesarray$9 === void 0 ? void 0 : _imagesarray$9.bgsection_imageresponsive) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$10 = imagesarray[0]) === null || _imagesarray$10 === void 0 ? void 0 : _imagesarray$10.bgsection_imageresponsive_ar),
|
|
60230
|
+
style: {}
|
|
60231
|
+
})));
|
|
61262
60232
|
};
|
|
61263
60233
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61264
|
-
"class":
|
|
60234
|
+
"class": "row m-0 w-100 allcentered"
|
|
60235
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60236
|
+
"class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center ',
|
|
61265
60237
|
style: {
|
|
61266
60238
|
marginTop: sectionproperties.marginTop + 'px',
|
|
61267
60239
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
61268
|
-
background: sectionproperties.backgroundColor
|
|
60240
|
+
background: sectionproperties.backgroundColor,
|
|
60241
|
+
width: sectionproperties.width + 'vw',
|
|
60242
|
+
borderRadius: sectionproperties.sectioncardborderradius + 'px'
|
|
61269
60243
|
}
|
|
61270
60244
|
}, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61271
|
-
"class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto' : sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center w-md-100 mx-auto',
|
|
60245
|
+
"class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-100 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-100 w-md-100 mx-auto' : sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center w-100 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center w-100 w-md-100 mx-auto',
|
|
61272
60246
|
style: {
|
|
61273
60247
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
61274
60248
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
61275
|
-
width: sectionproperties.width + 'vw',
|
|
61276
|
-
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
|
|
61277
|
-
borderRadius: sectionproperties.sectioncardborderradius + 'px'
|
|
60249
|
+
// width: sectionproperties.width + 'vw',
|
|
60250
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
|
|
60251
|
+
// borderRadius: sectionproperties.sectioncardborderradius + 'px',
|
|
61278
60252
|
}
|
|
61279
60253
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61280
60254
|
"class":
|
|
@@ -61305,10 +60279,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61305
60279
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61306
60280
|
}
|
|
61307
60281
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61308
|
-
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center
|
|
60282
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
|
|
61309
60283
|
style: {
|
|
61310
60284
|
background: sectionproperties.reservation_bgcolor,
|
|
61311
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60285
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60286
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60287
|
+
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60288
|
+
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
61312
60289
|
}
|
|
61313
60290
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61314
60291
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -61325,6 +60302,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61325
60302
|
style: {
|
|
61326
60303
|
position: 'relative',
|
|
61327
60304
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60305
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
61328
60306
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
61329
60307
|
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
61330
60308
|
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
@@ -61388,7 +60366,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61388
60366
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61389
60367
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
61390
60368
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
61391
|
-
"class": "".concat(section_styles.
|
|
60369
|
+
"class": "".concat(section_styles.btn2) + ' m-md-0 ',
|
|
61392
60370
|
onClick: function onClick() {
|
|
61393
60371
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
61394
60372
|
var _authdetailsContext$i9;
|
|
@@ -61407,7 +60385,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61407
60385
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
61408
60386
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
61409
60387
|
}
|
|
61410
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)
|
|
60388
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), sectionproperties.showbtn2 == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60389
|
+
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60390
|
+
onClick: function onClick() {
|
|
60391
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60392
|
+
var _authdetailsContext$i11;
|
|
60393
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
|
|
60394
|
+
var _authdetailsContext$i12;
|
|
60395
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.whatsappnumber), '_blank');
|
|
60396
|
+
}
|
|
60397
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60398
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60399
|
+
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60400
|
+
} else {
|
|
60401
|
+
window.open(sectionproperties.btnlink2, '_blank');
|
|
60402
|
+
}
|
|
60403
|
+
},
|
|
60404
|
+
style: {
|
|
60405
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60406
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60407
|
+
}
|
|
60408
|
+
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61411
60409
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
61412
60410
|
style: {
|
|
61413
60411
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -61417,10 +60415,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61417
60415
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61418
60416
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61419
60417
|
onClick: function onClick() {
|
|
61420
|
-
var _authdetailsContext$
|
|
61421
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61422
|
-
var _authdetailsContext$
|
|
61423
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60418
|
+
var _authdetailsContext$i13;
|
|
60419
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
|
|
60420
|
+
var _authdetailsContext$i14;
|
|
60421
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
|
|
61424
60422
|
}
|
|
61425
60423
|
}
|
|
61426
60424
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -61428,10 +60426,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61428
60426
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61429
60427
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61430
60428
|
onClick: function onClick() {
|
|
61431
|
-
var _authdetailsContext$
|
|
61432
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61433
|
-
var _authdetailsContext$
|
|
61434
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60429
|
+
var _authdetailsContext$i15;
|
|
60430
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
|
|
60431
|
+
var _authdetailsContext$i16;
|
|
60432
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
|
|
61435
60433
|
}
|
|
61436
60434
|
}
|
|
61437
60435
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -61439,10 +60437,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61439
60437
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61440
60438
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61441
60439
|
onClick: function onClick() {
|
|
61442
|
-
var _authdetailsContext$
|
|
61443
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61444
|
-
var _authdetailsContext$
|
|
61445
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60440
|
+
var _authdetailsContext$i17;
|
|
60441
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
60442
|
+
var _authdetailsContext$i18;
|
|
60443
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
61446
60444
|
}
|
|
61447
60445
|
}
|
|
61448
60446
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -61456,10 +60454,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61456
60454
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61457
60455
|
}
|
|
61458
60456
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61459
|
-
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
60457
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 mb-md-3 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 mb-md-3 ',
|
|
61460
60458
|
style: {
|
|
61461
60459
|
background: sectionproperties.reservation_bgcolor,
|
|
61462
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60460
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60461
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
61463
60462
|
}
|
|
61464
60463
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61465
60464
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -61542,10 +60541,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61542
60541
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
61543
60542
|
onClick: function onClick() {
|
|
61544
60543
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
61545
|
-
var _authdetailsContext$
|
|
61546
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61547
|
-
var _authdetailsContext$
|
|
61548
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60544
|
+
var _authdetailsContext$i19;
|
|
60545
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
|
|
60546
|
+
var _authdetailsContext$i20;
|
|
60547
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
|
|
61549
60548
|
}
|
|
61550
60549
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61551
60550
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -61568,10 +60567,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61568
60567
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61569
60568
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61570
60569
|
onClick: function onClick() {
|
|
61571
|
-
var _authdetailsContext$
|
|
61572
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61573
|
-
var _authdetailsContext$
|
|
61574
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60570
|
+
var _authdetailsContext$i21;
|
|
60571
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
|
|
60572
|
+
var _authdetailsContext$i22;
|
|
60573
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
|
|
61575
60574
|
}
|
|
61576
60575
|
}
|
|
61577
60576
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -61579,10 +60578,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61579
60578
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61580
60579
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61581
60580
|
onClick: function onClick() {
|
|
61582
|
-
var _authdetailsContext$
|
|
61583
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61584
|
-
var _authdetailsContext$
|
|
61585
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60581
|
+
var _authdetailsContext$i23;
|
|
60582
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
|
|
60583
|
+
var _authdetailsContext$i24;
|
|
60584
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
|
|
61586
60585
|
}
|
|
61587
60586
|
}
|
|
61588
60587
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -61590,10 +60589,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61590
60589
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61591
60590
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61592
60591
|
onClick: function onClick() {
|
|
61593
|
-
var _authdetailsContext$
|
|
61594
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61595
|
-
var _authdetailsContext$
|
|
61596
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60592
|
+
var _authdetailsContext$i25;
|
|
60593
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
|
|
60594
|
+
var _authdetailsContext$i26;
|
|
60595
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber), '_blank');
|
|
61597
60596
|
}
|
|
61598
60597
|
}
|
|
61599
60598
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -61607,10 +60606,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61607
60606
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61608
60607
|
}
|
|
61609
60608
|
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61610
|
-
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center
|
|
60609
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
|
|
61611
60610
|
style: {
|
|
61612
60611
|
background: sectionproperties.reservation_bgcolor,
|
|
61613
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60612
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60613
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60614
|
+
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60615
|
+
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
61614
60616
|
}
|
|
61615
60617
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61616
60618
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -61690,13 +60692,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61690
60692
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61691
60693
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
61692
60694
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
61693
|
-
"class": "".concat(section_styles.
|
|
60695
|
+
"class": "".concat(section_styles.btn2) + ' m-md-0 ',
|
|
61694
60696
|
onClick: function onClick() {
|
|
61695
60697
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
61696
|
-
var _authdetailsContext$
|
|
61697
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61698
|
-
var _authdetailsContext$
|
|
61699
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60698
|
+
var _authdetailsContext$i27;
|
|
60699
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
|
|
60700
|
+
var _authdetailsContext$i28;
|
|
60701
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.whatsappnumber), '_blank');
|
|
61700
60702
|
}
|
|
61701
60703
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61702
60704
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -61709,7 +60711,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61709
60711
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
61710
60712
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
61711
60713
|
}
|
|
61712
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)
|
|
60714
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60715
|
+
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60716
|
+
onClick: function onClick() {
|
|
60717
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60718
|
+
var _authdetailsContext$i29;
|
|
60719
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
|
|
60720
|
+
var _authdetailsContext$i30;
|
|
60721
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber), '_blank');
|
|
60722
|
+
}
|
|
60723
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60724
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60725
|
+
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60726
|
+
} else {
|
|
60727
|
+
window.open(sectionproperties.btnlink2, '_blank');
|
|
60728
|
+
}
|
|
60729
|
+
},
|
|
60730
|
+
style: {
|
|
60731
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60732
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60733
|
+
}
|
|
60734
|
+
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61713
60735
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
61714
60736
|
style: {
|
|
61715
60737
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -61719,10 +60741,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61719
60741
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61720
60742
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61721
60743
|
onClick: function onClick() {
|
|
61722
|
-
var _authdetailsContext$
|
|
61723
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61724
|
-
var _authdetailsContext$
|
|
61725
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60744
|
+
var _authdetailsContext$i31;
|
|
60745
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
|
|
60746
|
+
var _authdetailsContext$i32;
|
|
60747
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
|
|
61726
60748
|
}
|
|
61727
60749
|
}
|
|
61728
60750
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -61730,10 +60752,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61730
60752
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61731
60753
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61732
60754
|
onClick: function onClick() {
|
|
61733
|
-
var _authdetailsContext$
|
|
61734
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61735
|
-
var _authdetailsContext$
|
|
61736
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60755
|
+
var _authdetailsContext$i33;
|
|
60756
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
|
|
60757
|
+
var _authdetailsContext$i34;
|
|
60758
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
|
|
61737
60759
|
}
|
|
61738
60760
|
}
|
|
61739
60761
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -61741,10 +60763,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61741
60763
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61742
60764
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61743
60765
|
onClick: function onClick() {
|
|
61744
|
-
var _authdetailsContext$
|
|
61745
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61746
|
-
var _authdetailsContext$
|
|
61747
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60766
|
+
var _authdetailsContext$i35;
|
|
60767
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
|
|
60768
|
+
var _authdetailsContext$i36;
|
|
60769
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
|
|
61748
60770
|
}
|
|
61749
60771
|
}
|
|
61750
60772
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -61844,10 +60866,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61844
60866
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
61845
60867
|
onClick: function onClick() {
|
|
61846
60868
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
61847
|
-
var _authdetailsContext$
|
|
61848
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61849
|
-
var _authdetailsContext$
|
|
61850
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60869
|
+
var _authdetailsContext$i37;
|
|
60870
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
|
|
60871
|
+
var _authdetailsContext$i38;
|
|
60872
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber), '_blank');
|
|
61851
60873
|
}
|
|
61852
60874
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61853
60875
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -61870,10 +60892,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61870
60892
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61871
60893
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61872
60894
|
onClick: function onClick() {
|
|
61873
|
-
var _authdetailsContext$
|
|
61874
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61875
|
-
var _authdetailsContext$
|
|
61876
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60895
|
+
var _authdetailsContext$i39;
|
|
60896
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
|
|
60897
|
+
var _authdetailsContext$i40;
|
|
60898
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
|
|
61877
60899
|
}
|
|
61878
60900
|
}
|
|
61879
60901
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -61881,10 +60903,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61881
60903
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61882
60904
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61883
60905
|
onClick: function onClick() {
|
|
61884
|
-
var _authdetailsContext$
|
|
61885
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61886
|
-
var _authdetailsContext$
|
|
61887
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60906
|
+
var _authdetailsContext$i41;
|
|
60907
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
|
|
60908
|
+
var _authdetailsContext$i42;
|
|
60909
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
|
|
61888
60910
|
}
|
|
61889
60911
|
}
|
|
61890
60912
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -61892,10 +60914,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61892
60914
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61893
60915
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61894
60916
|
onClick: function onClick() {
|
|
61895
|
-
var _authdetailsContext$
|
|
61896
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61897
|
-
var _authdetailsContext$
|
|
61898
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60917
|
+
var _authdetailsContext$i43;
|
|
60918
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
|
|
60919
|
+
var _authdetailsContext$i44;
|
|
60920
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.whatsappnumber), '_blank');
|
|
61899
60921
|
}
|
|
61900
60922
|
}
|
|
61901
60923
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -61962,7 +60984,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61962
60984
|
}
|
|
61963
60985
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61964
60986
|
"class": "w-100 mb-md-3"
|
|
61965
|
-
}, " ", Image()), Content())))));
|
|
60987
|
+
}, " ", Image()), Content()))))));
|
|
61966
60988
|
};
|
|
61967
60989
|
|
|
61968
60990
|
function ownKeys$V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -62189,7 +61211,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
62189
61211
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
|
|
62190
61212
|
};
|
|
62191
61213
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62192
|
-
"class": ' row ml-0 mr-0 align-items-center
|
|
61214
|
+
"class": ' row ml-0 mr-0 align-items-center ',
|
|
62193
61215
|
style: {
|
|
62194
61216
|
width: sectionproperties.width + 'vw',
|
|
62195
61217
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -62295,7 +61317,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
62295
61317
|
"class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
|
|
62296
61318
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
62297
61319
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62298
|
-
"class": "col-lg-
|
|
61320
|
+
"class": "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
62299
61321
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62300
61322
|
// class="m-lg-auto d-flex justify-content-center"
|
|
62301
61323
|
"class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
|
|
@@ -62319,7 +61341,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
62319
61341
|
window.open(cardinfoitem.btnlink, '_blank');
|
|
62320
61342
|
}
|
|
62321
61343
|
}
|
|
62322
|
-
},
|
|
61344
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62323
61345
|
"class": "d-flex d-sm-none",
|
|
62324
61346
|
style: {
|
|
62325
61347
|
width: sectionproperties.image_width + 'px',
|
|
@@ -62337,7 +61359,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
62337
61359
|
width: '100%',
|
|
62338
61360
|
objectFit: 'cover'
|
|
62339
61361
|
}
|
|
62340
|
-
})),
|
|
61362
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62341
61363
|
"class": "d-none d-sm-flex mt-auto mb-auto",
|
|
62342
61364
|
style: {
|
|
62343
61365
|
width: 35,
|
|
@@ -62386,22 +61408,89 @@ var Servicesection = function Servicesection(props) {
|
|
|
62386
61408
|
|
|
62387
61409
|
function ownKeys$T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
62388
61410
|
function _objectSpread$T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$T(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
61411
|
+
// const minuteSeconds = 60;
|
|
61412
|
+
// const hourSeconds = 3600;
|
|
61413
|
+
// const daySeconds = 86400;
|
|
61414
|
+
|
|
61415
|
+
// const timerProps = {
|
|
61416
|
+
// isPlaying: true,
|
|
61417
|
+
// size: 120,
|
|
61418
|
+
// strokeWidth: 6,
|
|
61419
|
+
// };
|
|
61420
|
+
|
|
61421
|
+
var formatTime = function formatTime(time) {
|
|
61422
|
+
var days = Math.floor(time / (60 * 60 * 24));
|
|
61423
|
+
var hours = Math.floor(time % (60 * 60 * 24) / (60 * 60));
|
|
61424
|
+
var minutes = Math.floor(time % (60 * 60) / 60);
|
|
61425
|
+
var seconds = time % 60;
|
|
61426
|
+
return {
|
|
61427
|
+
days: days,
|
|
61428
|
+
hours: hours,
|
|
61429
|
+
minutes: minutes,
|
|
61430
|
+
seconds: seconds
|
|
61431
|
+
};
|
|
61432
|
+
};
|
|
61433
|
+
// const renderTime = (dimension, time) => {
|
|
61434
|
+
// return (
|
|
61435
|
+
// <div className="time-wrapper">
|
|
61436
|
+
// <div className="time">{time}</div>
|
|
61437
|
+
// <div>{dimension}</div>
|
|
61438
|
+
// </div>
|
|
61439
|
+
// );
|
|
61440
|
+
// };
|
|
61441
|
+
|
|
61442
|
+
// const getTimeSeconds = (time) => (minuteSeconds - time) | 0;
|
|
61443
|
+
// const getTimeMinutes = (time) => ((time % hourSeconds) / minuteSeconds) | 0;
|
|
61444
|
+
// const getTimeHours = (time) => ((time % daySeconds) / hourSeconds) | 0;
|
|
61445
|
+
// const getTimeDays = (time) => (time / daySeconds) | 0;
|
|
61446
|
+
|
|
62389
61447
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
62390
61448
|
var _maincontainerarrayof;
|
|
62391
|
-
var
|
|
61449
|
+
var targetStartDate = new Date('2024-12-16T12:00:00');
|
|
61450
|
+
var _useState = React.useState(0),
|
|
62392
61451
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
62393
|
-
|
|
62394
|
-
|
|
62395
|
-
var _useState3 = React.useState(
|
|
61452
|
+
remainingTimeInSeconds = _useState2[0],
|
|
61453
|
+
setRemainingTimeInSeconds = _useState2[1];
|
|
61454
|
+
var _useState3 = React.useState(''),
|
|
62396
61455
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
62397
|
-
|
|
62398
|
-
|
|
61456
|
+
sectionproperties = _useState4[0],
|
|
61457
|
+
setsectionproperties = _useState4[1];
|
|
61458
|
+
var _useState5 = React.useState([]),
|
|
61459
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
61460
|
+
cardsarray = _useState6[0],
|
|
61461
|
+
setcardsarray = _useState6[1];
|
|
62399
61462
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
62400
61463
|
props.actions.lang;
|
|
62401
61464
|
var langdetect = props.actions.langdetect;
|
|
62402
61465
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
62403
61466
|
var routingcountext = props.actions.routingcountext;
|
|
62404
61467
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
61468
|
+
|
|
61469
|
+
// const remainingTime = endTime - stratTime;
|
|
61470
|
+
// // const days = Math.ceil(remainingTime / daySeconds);
|
|
61471
|
+
// const daysDuration = days * daySeconds;
|
|
61472
|
+
React.useEffect(function () {
|
|
61473
|
+
var interval = setInterval(function () {
|
|
61474
|
+
var currentTime = new Date();
|
|
61475
|
+
var differenceInSeconds = Math.max(Math.floor((targetStartDate - currentTime) / 1000), 0);
|
|
61476
|
+
setRemainingTimeInSeconds(differenceInSeconds);
|
|
61477
|
+
}, 1000); // Update every second
|
|
61478
|
+
|
|
61479
|
+
return function () {
|
|
61480
|
+
return clearInterval(interval);
|
|
61481
|
+
}; // Cleanup interval on unmount
|
|
61482
|
+
}, [targetStartDate]);
|
|
61483
|
+
|
|
61484
|
+
// Format the remaining time into days, hours, minutes, and seconds
|
|
61485
|
+
var _formatTime = formatTime(remainingTimeInSeconds),
|
|
61486
|
+
days = _formatTime.days,
|
|
61487
|
+
hours = _formatTime.hours,
|
|
61488
|
+
minutes = _formatTime.minutes,
|
|
61489
|
+
seconds = _formatTime.seconds;
|
|
61490
|
+
var _useState7 = React.useState([]),
|
|
61491
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
61492
|
+
maincontainerarrayofobjs = _useState8[0],
|
|
61493
|
+
setmaincontainerarrayofobjs = _useState8[1];
|
|
62405
61494
|
React.useEffect(function () {
|
|
62406
61495
|
var secpropobj = {};
|
|
62407
61496
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -62423,10 +61512,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62423
61512
|
}
|
|
62424
61513
|
}
|
|
62425
61514
|
}, [sectionproperties]);
|
|
62426
|
-
var _useState5 = React.useState([]),
|
|
62427
|
-
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
62428
|
-
maincontainerarrayofobjs = _useState6[0],
|
|
62429
|
-
setmaincontainerarrayofobjs = _useState6[1];
|
|
62430
61515
|
React.useEffect(function () {
|
|
62431
61516
|
if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
|
|
62432
61517
|
var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
|
|
@@ -62531,6 +61616,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62531
61616
|
}
|
|
62532
61617
|
}),
|
|
62533
61618
|
cardContainer: glamor.css({
|
|
61619
|
+
background: sectionproperties.reservation_bgcolor,
|
|
62534
61620
|
':hover .imageContainer': {
|
|
62535
61621
|
transition: '.3s',
|
|
62536
61622
|
backgroundColor: sectionproperties.activedotcolor
|
|
@@ -62538,6 +61624,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62538
61624
|
':hover .text1Styles': {
|
|
62539
61625
|
transition: '.3s',
|
|
62540
61626
|
color: sectionproperties.text1secondarycolor
|
|
61627
|
+
},
|
|
61628
|
+
':hover': {
|
|
61629
|
+
background: sectionproperties.innersectionbgcolorhover
|
|
62541
61630
|
}
|
|
62542
61631
|
}),
|
|
62543
61632
|
btnstyles: glamor.css({
|
|
@@ -62546,7 +61635,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62546
61635
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
62547
61636
|
color: sectionproperties.generalbtn_textColor,
|
|
62548
61637
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
62549
|
-
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61638
|
+
// textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
62550
61639
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
62551
61640
|
borderRadius: sectionproperties.generalbtnborderradius,
|
|
62552
61641
|
':hover': {
|
|
@@ -62618,18 +61707,22 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62618
61707
|
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
62619
61708
|
}
|
|
62620
61709
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62621
|
-
"class": "d-flex align-items-center flex-
|
|
61710
|
+
"class": "d-flex align-items-center flex-column allcentered",
|
|
62622
61711
|
style: {
|
|
62623
61712
|
position: 'relative',
|
|
62624
61713
|
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
62625
61714
|
}
|
|
62626
|
-
},
|
|
62627
|
-
"class": sectionStyles.line_left
|
|
62628
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61715
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
62629
61716
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ',
|
|
62630
61717
|
style: {}
|
|
62631
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line
|
|
62632
|
-
|
|
61718
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61719
|
+
style: {
|
|
61720
|
+
width: '50%',
|
|
61721
|
+
background: sectionproperties.linebgcolor,
|
|
61722
|
+
height: 3,
|
|
61723
|
+
borderRadius: 10,
|
|
61724
|
+
marginTop: 5
|
|
61725
|
+
}
|
|
62633
61726
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62634
61727
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
62635
61728
|
style: {
|
|
@@ -62641,10 +61734,215 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62641
61734
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
62642
61735
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
62643
61736
|
style: {}
|
|
62644
|
-
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)),
|
|
61737
|
+
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61738
|
+
"class": "row m-0 w-100 allcentered"
|
|
61739
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61740
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61741
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
|
|
61742
|
+
isPlaying: true,
|
|
61743
|
+
duration: remainingTimeInSeconds,
|
|
61744
|
+
colors: "#013c48",
|
|
61745
|
+
strokeWidth: 8,
|
|
61746
|
+
size: 120,
|
|
61747
|
+
initialRemainingTime: remainingTimeInSeconds
|
|
61748
|
+
}, function (_ref) {
|
|
61749
|
+
_ref.elapsedTime;
|
|
61750
|
+
_ref.color;
|
|
61751
|
+
return /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61752
|
+
style: {
|
|
61753
|
+
color: '#bea04b',
|
|
61754
|
+
fontSize: 23,
|
|
61755
|
+
fontWeight: 600
|
|
61756
|
+
},
|
|
61757
|
+
"class": "allcentered"
|
|
61758
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61759
|
+
className: "time-wrapper allcentered flex-column"
|
|
61760
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61761
|
+
className: "time"
|
|
61762
|
+
}, days), /*#__PURE__*/React__default["default"].createElement("div", null, "\u064A\u0648\u0645")));
|
|
61763
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61764
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61765
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
|
|
61766
|
+
isPlaying: true,
|
|
61767
|
+
duration: remainingTimeInSeconds,
|
|
61768
|
+
colors: "#013c48",
|
|
61769
|
+
strokeWidth: 8,
|
|
61770
|
+
size: 120,
|
|
61771
|
+
initialRemainingTime: remainingTimeInSeconds
|
|
61772
|
+
}, function (_ref2) {
|
|
61773
|
+
_ref2.elapsedTime;
|
|
61774
|
+
_ref2.color;
|
|
61775
|
+
return /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61776
|
+
style: {
|
|
61777
|
+
color: '#bea04b',
|
|
61778
|
+
fontSize: 23,
|
|
61779
|
+
fontWeight: 600
|
|
61780
|
+
},
|
|
61781
|
+
"class": "allcentered"
|
|
61782
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61783
|
+
className: "time-wrapper allcentered flex-column"
|
|
61784
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61785
|
+
className: "time"
|
|
61786
|
+
}, hours), /*#__PURE__*/React__default["default"].createElement("div", null, "\u0633\u0627\u0639\u0629")));
|
|
61787
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61788
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61789
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
|
|
61790
|
+
isPlaying: true,
|
|
61791
|
+
duration: remainingTimeInSeconds,
|
|
61792
|
+
colors: "#013c48",
|
|
61793
|
+
strokeWidth: 8,
|
|
61794
|
+
size: 120,
|
|
61795
|
+
initialRemainingTime: remainingTimeInSeconds
|
|
61796
|
+
}, function (_ref3) {
|
|
61797
|
+
_ref3.elapsedTime;
|
|
61798
|
+
_ref3.color;
|
|
61799
|
+
return /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61800
|
+
style: {
|
|
61801
|
+
color: '#bea04b',
|
|
61802
|
+
fontSize: 23,
|
|
61803
|
+
fontWeight: 600
|
|
61804
|
+
},
|
|
61805
|
+
"class": "allcentered"
|
|
61806
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61807
|
+
className: "time-wrapper allcentered flex-column"
|
|
61808
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61809
|
+
className: "time"
|
|
61810
|
+
}, minutes), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062F\u0642\u064A\u0642\u0629")));
|
|
61811
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61812
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61813
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
|
|
61814
|
+
isPlaying: true,
|
|
61815
|
+
duration: remainingTimeInSeconds,
|
|
61816
|
+
colors: "#013c48",
|
|
61817
|
+
strokeWidth: 8,
|
|
61818
|
+
size: 120,
|
|
61819
|
+
initialRemainingTime: remainingTimeInSeconds
|
|
61820
|
+
}, function (_ref4) {
|
|
61821
|
+
_ref4.elapsedTime;
|
|
61822
|
+
_ref4.color;
|
|
61823
|
+
return /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61824
|
+
style: {
|
|
61825
|
+
color: '#bea04b',
|
|
61826
|
+
fontSize: 23,
|
|
61827
|
+
fontWeight: 600
|
|
61828
|
+
},
|
|
61829
|
+
"class": "allcentered"
|
|
61830
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61831
|
+
className: "time-wrapper allcentered flex-column"
|
|
61832
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61833
|
+
className: "time"
|
|
61834
|
+
}, seconds), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062B\u0627\u0646\u064A\u0629")));
|
|
61835
|
+
}))), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61836
|
+
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
61837
|
+
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61838
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61839
|
+
"class": 'flip-card d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 ',
|
|
61840
|
+
style: {
|
|
61841
|
+
zIndex: 2,
|
|
61842
|
+
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
61843
|
+
paddingRight: sectionproperties.marginhorizontal + 'px'
|
|
61844
|
+
}
|
|
61845
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61846
|
+
"class": "flip-card-inner",
|
|
61847
|
+
style: {
|
|
61848
|
+
background: sectionproperties.reservation_bgcolor,
|
|
61849
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61850
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
|
|
61851
|
+
}
|
|
61852
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61853
|
+
"class": "flip-card-front"
|
|
61854
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61855
|
+
"class": "row m-0 w-100"
|
|
61856
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61857
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61858
|
+
style: {
|
|
61859
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
61860
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61861
|
+
}
|
|
61862
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61863
|
+
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
61864
|
+
style: {
|
|
61865
|
+
background: 'transparent'
|
|
61866
|
+
}
|
|
61867
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
61868
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61869
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61870
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61871
|
+
style: {
|
|
61872
|
+
maxHeight: sectionproperties.iconcontainerwidth + '%',
|
|
61873
|
+
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
61874
|
+
objectFit: 'contain'
|
|
61875
|
+
}
|
|
61876
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61877
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61878
|
+
style: {
|
|
61879
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61880
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61881
|
+
}
|
|
61882
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61883
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61884
|
+
style: {
|
|
61885
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
61886
|
+
}
|
|
61887
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61888
|
+
"class": "flip-card-back allcentered"
|
|
61889
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61890
|
+
"class": "row m-0 w-100 allcentered"
|
|
61891
|
+
}, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61892
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61893
|
+
style: {
|
|
61894
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
61895
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61896
|
+
}
|
|
61897
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61898
|
+
"class": ' d-flex align-items-center ',
|
|
61899
|
+
style: {
|
|
61900
|
+
width: '30%',
|
|
61901
|
+
height: '30%',
|
|
61902
|
+
justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
|
|
61903
|
+
}
|
|
61904
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
61905
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61906
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61907
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61908
|
+
style: {
|
|
61909
|
+
maxHeight: '100%',
|
|
61910
|
+
maxWidth: '100%',
|
|
61911
|
+
objectFit: 'contain'
|
|
61912
|
+
}
|
|
61913
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61914
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61915
|
+
style: {
|
|
61916
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61917
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61918
|
+
}
|
|
61919
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61920
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61921
|
+
style: {
|
|
61922
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61923
|
+
color: ' #FFECB5',
|
|
61924
|
+
fontSize: 14
|
|
61925
|
+
}
|
|
61926
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61927
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61928
|
+
style: {
|
|
61929
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61930
|
+
}
|
|
61931
|
+
}, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61932
|
+
"class": "m-0 wordbreak",
|
|
61933
|
+
style: {
|
|
61934
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
61935
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
61936
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
61937
|
+
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
61938
|
+
}
|
|
61939
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
|
|
61940
|
+
})), sectionproperties.flippingcards == 'No' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61941
|
+
"class": "row m-0 w-100"
|
|
61942
|
+
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
62645
61943
|
var _authdetailsContext$i;
|
|
62646
61944
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62647
|
-
"class":
|
|
61945
|
+
"class": 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 omancard col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
62648
61946
|
style: {
|
|
62649
61947
|
zIndex: 2,
|
|
62650
61948
|
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
@@ -62654,20 +61952,37 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62654
61952
|
"class": sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' row m-0 w-100 mb-auto ',
|
|
62655
61953
|
style: {
|
|
62656
61954
|
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
62657
|
-
background: sectionproperties.reservation_bgcolor,
|
|
62658
61955
|
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
62659
61956
|
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
62660
61957
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
62661
61958
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
62662
61959
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
62663
|
-
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor :
|
|
61960
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
61961
|
+
// sectionproperties.innersectionbordertype == 'All'
|
|
61962
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61963
|
+
// : cardinfoindex != cardsarray.length - 1
|
|
61964
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61965
|
+
// : '',
|
|
62664
61966
|
// cardinfoindex != cardsarray.length - 1
|
|
62665
61967
|
// ? sectionproperties.innersectionbordertype == 'All'
|
|
62666
61968
|
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
62667
61969
|
// : ''
|
|
62668
61970
|
// : '',
|
|
62669
|
-
borderRight:
|
|
62670
|
-
|
|
61971
|
+
// borderRight:
|
|
61972
|
+
// cardinfoindex != cardsarray.length - 1
|
|
61973
|
+
// ? sectionproperties.innersectionbordertype == 'Right'
|
|
61974
|
+
// ? langdetect == 'en'
|
|
61975
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61976
|
+
// : ''
|
|
61977
|
+
// : ''
|
|
61978
|
+
// : '',
|
|
61979
|
+
// borderLeft:
|
|
61980
|
+
// sectionproperties.innersectionbordertype == 'Right'
|
|
61981
|
+
// ? langdetect == 'ar'
|
|
61982
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61983
|
+
// : ''
|
|
61984
|
+
// : '',
|
|
61985
|
+
borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
62671
61986
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
62672
61987
|
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
62673
61988
|
},
|
|
@@ -62790,7 +62105,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62790
62105
|
}
|
|
62791
62106
|
}
|
|
62792
62107
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
62793
|
-
}))));
|
|
62108
|
+
})))));
|
|
62794
62109
|
};
|
|
62795
62110
|
|
|
62796
62111
|
var css_248z$h = ".Slideshow_with_rotatedsquare-module_sectioncont__AfYNO{\n padding-top:80px;\n padding-bottom:80px;\n padding-left: 180px;\n padding-right: 180px;\n \n }\n .Slideshow_with_rotatedsquare-module_rotatedsquare__lZPTd{\n width:150px;\n height:150px;\n border-radius:15px;\n position: relative;\n transform: rotate(-45deg);\n }\n .Slideshow_with_rotatedsquare-module_circle__ofuN0{\n position: absolute;\n width:60px;\n height:60px;\n border-radius:50%;\n left:57%;\n top:100px;\n \n }\n .Slideshow_with_rotatedsquare-module_circle1__4tbou{\n \n width:10px;\n height:10px;\n border-radius:50%;\n margin-right:10px;\n margin-left:140px;\n background-color:blue;\n \n }\n \n ";
|
|
@@ -69637,6 +68952,22 @@ var Card23 = function Card23(props) {
|
|
|
69637
68952
|
minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
|
|
69638
68953
|
maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px'
|
|
69639
68954
|
}
|
|
68955
|
+
}),
|
|
68956
|
+
pillcont: glamor.css({
|
|
68957
|
+
position: 'absolute',
|
|
68958
|
+
top: sectionproperties.counterposition == 'Top' ? sectionproperties.pillpositionfromtop + 'px' : '',
|
|
68959
|
+
bottom: sectionproperties.counterposition == 'Bottom' ? sectionproperties.pillpositionfromtop + 'px' : '',
|
|
68960
|
+
left: sectionproperties.pillpositionfromright + 'px',
|
|
68961
|
+
width: sectionproperties.pillwidth + 'px',
|
|
68962
|
+
height: sectionproperties.pillheight + 'px',
|
|
68963
|
+
background: sectionproperties.pillbgcolor,
|
|
68964
|
+
borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
|
|
68965
|
+
display: item.defaultprice == 0 && item.defaultsaleprice == 0 ? 'none' : 'flex',
|
|
68966
|
+
'@media (max-width: 800px)': {
|
|
68967
|
+
top: sectionproperties.counterposition == 'Top' ? '7px' : '',
|
|
68968
|
+
// bottom: sectionproperties.counterposition == 'Bottom' ? '7px' : '',
|
|
68969
|
+
left: '7px'
|
|
68970
|
+
}
|
|
69640
68971
|
})
|
|
69641
68972
|
};
|
|
69642
68973
|
var plainString = function plainString(html) {
|
|
@@ -69719,18 +69050,8 @@ var Card23 = function Card23(props) {
|
|
|
69719
69050
|
fontSize: sectionproperties.badge_fontsize + 'px'
|
|
69720
69051
|
}
|
|
69721
69052
|
}, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.showpill == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69722
|
-
"class":
|
|
69723
|
-
style: {
|
|
69724
|
-
position: 'absolute',
|
|
69725
|
-
top: sectionproperties.counterposition == 'Top' ? sectionproperties.pillpositionfromtop + 'px' : '',
|
|
69726
|
-
bottom: sectionproperties.counterposition == 'Bottom' ? sectionproperties.pillpositionfromtop + 'px' : '',
|
|
69727
|
-
left: sectionproperties.pillpositionfromright + 'px',
|
|
69728
|
-
width: sectionproperties.pillwidth + 'px',
|
|
69729
|
-
height: sectionproperties.pillheight + 'px',
|
|
69730
|
-
background: sectionproperties.pillbgcolor,
|
|
69731
|
-
borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
|
|
69732
|
-
display: item.defaultprice == 0 && item.defaultsaleprice == 0 ? 'none' : 'flex'
|
|
69733
|
-
}
|
|
69053
|
+
"class": cardsstyles2.pillcont + ' align-items-center justify-content-center ',
|
|
69054
|
+
style: {}
|
|
69734
69055
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
69735
69056
|
"class": "m-0 p-0 text-uppercase",
|
|
69736
69057
|
style: {
|
|
@@ -69772,7 +69093,7 @@ var Card23 = function Card23(props) {
|
|
|
69772
69093
|
AddtoCartContext(tempaddtocardpayloadobj);
|
|
69773
69094
|
};
|
|
69774
69095
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69775
|
-
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(cardsstyles2.productcard) + ' w-100 px-md-1 ' : " ".concat(cardsstyles2.productcard),
|
|
69096
|
+
"class": props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft != 0 ? "".concat(cardsstyles2.productcard) + ' w-100 px-md-1 ' : "".concat(cardsstyles2.productcard) + ' w-100 px-md-0 ' : " ".concat(cardsstyles2.productcard),
|
|
69776
69097
|
style: {
|
|
69777
69098
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
69778
69099
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
@@ -69887,18 +69208,12 @@ var Card23 = function Card23(props) {
|
|
|
69887
69208
|
// sectionproperties.hideshowcardtransition == 'Show'
|
|
69888
69209
|
// ? ` ${cardsstyles2.imageContainer} ${cardstyles.imagecontainer}` + ' d-flex d-md-none '
|
|
69889
69210
|
// : ` ${cardsstyles2.imageContainer} ` + ' d-flex d-md-none '
|
|
69890
|
-
sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(cardsstyles2.imageContainer, " ").concat(cardstyles$7.imagecontainer) + ' d-flex
|
|
69211
|
+
sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(cardsstyles2.imageContainer, " ").concat(cardstyles$7.imagecontainer) + ' d-flex ' : " ".concat(cardsstyles2.imageContainer, " ") + ' d-flex ',
|
|
69891
69212
|
style: {
|
|
69892
69213
|
height: sectionproperties.image_height + 'px',
|
|
69893
69214
|
marginBottom: sectionproperties.image_mb + 'px'
|
|
69894
69215
|
}
|
|
69895
69216
|
}, Image('normal')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69896
|
-
"class": cardsstyles2.imageContainer + ' d-none d-md-flex ',
|
|
69897
|
-
style: {
|
|
69898
|
-
height: sectionproperties.height_responsive + 'px',
|
|
69899
|
-
marginBottom: sectionproperties.image_mb + 'px'
|
|
69900
|
-
}
|
|
69901
|
-
}, Image('responsive')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69902
69217
|
"class": sectionproperties.innersectionpaddinghorizontal == 0 ? 'row m-0 w-100' : 'row m-0 w-100 pl-sm-2 pr-sm-2',
|
|
69903
69218
|
style: {
|
|
69904
69219
|
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
@@ -70445,8 +69760,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
70445
69760
|
functype: 'add',
|
|
70446
69761
|
productid: item.productid,
|
|
70447
69762
|
variantid: '',
|
|
70448
|
-
quantity: item.quantity
|
|
70449
|
-
vendorid: item.vendorid
|
|
69763
|
+
quantity: item.quantity
|
|
70450
69764
|
};
|
|
70451
69765
|
var runfunc = false;
|
|
70452
69766
|
if (addtocardpayloadobj.productid.length != 0 && addtocardpayloadobj.quantity > 0) {
|
|
@@ -70557,10 +69871,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
70557
69871
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70558
69872
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70559
69873
|
background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
|
|
70560
|
-
opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' ? 0.4 : 1
|
|
70561
|
-
'@media (max-width: 800px)': {
|
|
70562
|
-
height: sectionproperties.height_responsive + 'px'
|
|
70563
|
-
}
|
|
69874
|
+
opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' ? 0.4 : 1
|
|
70564
69875
|
}),
|
|
70565
69876
|
quantitybtn: glamor.css({
|
|
70566
69877
|
flex: 1,
|
|
@@ -70639,7 +69950,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
70639
69950
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70640
69951
|
"class": ' d-flex align-items-center justify-content-center '
|
|
70641
69952
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
70642
|
-
color:
|
|
69953
|
+
color: "white",
|
|
70643
69954
|
width: "20px",
|
|
70644
69955
|
height: "20px",
|
|
70645
69956
|
duration: "1s"
|
|
@@ -70765,7 +70076,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
70765
70076
|
size: sectionproperties.favBtnIconfontsize
|
|
70766
70077
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
70767
70078
|
size: sectionproperties.favBtnIconfontsize
|
|
70768
|
-
})))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.prodsalePriceshow == 'Show' &&
|
|
70079
|
+
})))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70769
70080
|
"class": "allcentered",
|
|
70770
70081
|
style: {
|
|
70771
70082
|
position: 'absolute',
|
|
@@ -70782,38 +70093,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
70782
70093
|
color: sectionproperties.badge_color,
|
|
70783
70094
|
fontSize: sectionproperties.badge_fontsize + 'px'
|
|
70784
70095
|
}
|
|
70785
|
-
}, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.
|
|
70786
|
-
style: {
|
|
70787
|
-
position: 'absolute',
|
|
70788
|
-
top: sectionproperties.pillpositionfromtop + 'px',
|
|
70789
|
-
left: sectionproperties.pillpositionfromright + 'px',
|
|
70790
|
-
// right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px',
|
|
70791
|
-
zIndex: 3
|
|
70792
|
-
}
|
|
70793
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70794
|
-
"class": sectionproperties.pillwidth == 0 ? ' px-2 allcentered' : 'allcentered',
|
|
70795
|
-
style: {
|
|
70796
|
-
zIndex: 2,
|
|
70797
|
-
width: sectionproperties.pillwidth == 0 ? 'auto' : sectionproperties.pillwidth + 'px',
|
|
70798
|
-
height: sectionproperties.pillheight + 'px',
|
|
70799
|
-
background: sectionproperties.pillbgcolor,
|
|
70800
|
-
borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px'
|
|
70801
|
-
}
|
|
70802
|
-
}, sectionproperties.countertype == 'Percentage' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70803
|
-
"class": "m-0 p-0",
|
|
70804
|
-
style: {
|
|
70805
|
-
color: sectionproperties.pillcolor,
|
|
70806
|
-
fontSize: sectionproperties.pillfontSize + 'px',
|
|
70807
|
-
direction: 'ltr'
|
|
70808
|
-
}
|
|
70809
|
-
}, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70810
|
-
"class": "m-0 p-0 text-uppercase",
|
|
70811
|
-
style: {
|
|
70812
|
-
color: sectionproperties.pillcolor,
|
|
70813
|
-
fontSize: sectionproperties.pillfontSize + 'px',
|
|
70814
|
-
direction: 'ltr'
|
|
70815
|
-
}
|
|
70816
|
-
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', ' ', parseFloat(Math.round(parseInt(item.defaultprice) - parseInt(item.defaultsaleprice))).toFixed(0), " ", langdetect == 'en' ? '' : item.currencyname))), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70096
|
+
}, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70817
70097
|
"class": "".concat(cardsstyles2.outstockbadge) + ' allcentered '
|
|
70818
70098
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70819
70099
|
"class": "m-0 p-0"
|
|
@@ -71954,7 +71234,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
71954
71234
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
71955
71235
|
transition: '.3s',
|
|
71956
71236
|
cursor: 'pointer',
|
|
71957
|
-
zIndex:
|
|
71237
|
+
zIndex: 1000,
|
|
71958
71238
|
':hover': {
|
|
71959
71239
|
color: sectionproperties.text_secondarycolor
|
|
71960
71240
|
}
|
|
@@ -71973,7 +71253,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
71973
71253
|
textTransform: sectionproperties.generalbtn_texttransform,
|
|
71974
71254
|
opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
|
|
71975
71255
|
top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
|
|
71976
|
-
zIndex:
|
|
71256
|
+
zIndex: 1000,
|
|
71977
71257
|
':hover': {
|
|
71978
71258
|
backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
71979
71259
|
color: sectionproperties.generalbtn_textColoronhover,
|
|
@@ -72231,7 +71511,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
72231
71511
|
style: {
|
|
72232
71512
|
display: 'flex',
|
|
72233
71513
|
justifyContent: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start',
|
|
72234
|
-
zIndex:
|
|
71514
|
+
zIndex: 10000
|
|
72235
71515
|
}
|
|
72236
71516
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72237
71517
|
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
|
|
@@ -72243,7 +71523,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
72243
71523
|
"class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
|
|
72244
71524
|
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
72245
71525
|
style: {
|
|
72246
|
-
zIndex:
|
|
71526
|
+
zIndex: 10000
|
|
72247
71527
|
},
|
|
72248
71528
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
72249
71529
|
onClick: function onClick(e) {
|
|
@@ -72380,8 +71660,7 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
72380
71660
|
width: '100%',
|
|
72381
71661
|
bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
|
|
72382
71662
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
72383
|
-
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
|
|
72384
|
-
left: 0
|
|
71663
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
|
|
72385
71664
|
}
|
|
72386
71665
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72387
71666
|
"class": "".concat(card_cssstyles.textContainer, " ") + ' allcentered pl-2 pr-2 '
|
|
@@ -72772,6 +72051,11 @@ var MenuCard = function MenuCard(props) {
|
|
|
72772
72051
|
React.useEffect(function () {
|
|
72773
72052
|
setitem(props.cardinfoitemprops);
|
|
72774
72053
|
}, [props.cardinfoitemprops]);
|
|
72054
|
+
var plainString = function plainString(html) {
|
|
72055
|
+
var divContainer = document.createElement('div');
|
|
72056
|
+
divContainer.innerHTML = html;
|
|
72057
|
+
return divContainer.textContent || divContainer.innerText || '';
|
|
72058
|
+
};
|
|
72775
72059
|
// const addtocartfunc = () => {
|
|
72776
72060
|
// const addtocardpayloadobj = {
|
|
72777
72061
|
// functype: 'add',
|
|
@@ -73003,7 +72287,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
73003
72287
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
73004
72288
|
}
|
|
73005
72289
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73006
|
-
"class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0
|
|
72290
|
+
"class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 '
|
|
73007
72291
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73008
72292
|
"class": "row w-100 m-0 d-flex"
|
|
73009
72293
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -73014,7 +72298,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
73014
72298
|
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
73015
72299
|
}
|
|
73016
72300
|
},
|
|
73017
|
-
"class": langdetect == 'en' ? "".concat(card_cssstyles.productcardimagecont) + ' d-flex justify-content-start mr-2
|
|
72301
|
+
"class": langdetect == 'en' ? "".concat(card_cssstyles.productcardimagecont) + ' d-flex justify-content-start mr-2 ' : "".concat(card_cssstyles.productcardimagecont) + ' d-flex justify-content-start ml-2 ',
|
|
73018
72302
|
style: {}
|
|
73019
72303
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
73020
72304
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
@@ -73047,25 +72331,12 @@ var MenuCard = function MenuCard(props) {
|
|
|
73047
72331
|
style: {
|
|
73048
72332
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
73049
72333
|
}
|
|
73050
|
-
}, item.name)), sectionproperties.prodCatShow == 'Show' &&
|
|
73051
|
-
|
|
73052
|
-
// <p
|
|
73053
|
-
// // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
|
|
73054
|
-
// // style={{
|
|
73055
|
-
// // textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
73056
|
-
// // }}
|
|
73057
|
-
// // >
|
|
73058
|
-
// // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
|
|
73059
|
-
// // </p>
|
|
73060
|
-
React__default["default"].createElement("p", {
|
|
73061
|
-
"class": sectionproperties.descriptionwordbreak == 'None' ? "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 mt-1 ' : "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
|
|
72334
|
+
}, item.name)), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72335
|
+
"class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 ',
|
|
73062
72336
|
style: {
|
|
73063
|
-
textAlign:
|
|
73064
|
-
},
|
|
73065
|
-
dangerouslySetInnerHTML: {
|
|
73066
|
-
__html: item.shortdescription
|
|
72337
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
73067
72338
|
}
|
|
73068
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72339
|
+
}, plainString(langdetect == 'en' ? item.description_en : item.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73069
72340
|
style: {
|
|
73070
72341
|
display: 'flex',
|
|
73071
72342
|
flexDirection: 'column',
|
|
@@ -73073,16 +72344,16 @@ var MenuCard = function MenuCard(props) {
|
|
|
73073
72344
|
},
|
|
73074
72345
|
"class": "col-lg-3 col-md-3 col-sm-12 mt-2 p-0"
|
|
73075
72346
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73076
|
-
"class": "row m-0 w-100 d-flex flex-column flex-sm-
|
|
72347
|
+
"class": "row m-0 w-100 d-flex flex-column flex-sm-row justify-content-end justify-content-sm-start"
|
|
73077
72348
|
}, sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73078
72349
|
"class": langdetect == 'en' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
73079
72350
|
}, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73080
72351
|
"class": langdetect == 'en' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
73081
72352
|
}, langdetect == 'en' ? 'EGP' : '', ' ', item.hassale == 1 ? parseFloat(Number(item.defaultsaleprice).toFixed(2)) : parseFloat(Number(item.defaultprice).toFixed(2)), ' ', langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73082
|
-
"class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3
|
|
72353
|
+
"class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 '
|
|
73083
72354
|
}, langdetect == 'en' ? 'EGP' : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73084
|
-
"class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3
|
|
73085
|
-
}, langdetect == 'en' ? 'EGP' : '',
|
|
72355
|
+
"class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 '
|
|
72356
|
+
}, langdetect == 'en' ? 'EGP' : '', parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73086
72357
|
"class": "row m-0 mt-auto w-100"
|
|
73087
72358
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73088
72359
|
"class": "col-lg-12 d-flex justify-content-end p-0"
|
|
@@ -77428,7 +76699,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
77428
76699
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
77429
76700
|
props.actions.NotificationManager;
|
|
77430
76701
|
var AddtoCartContext = props.actions.AddtoCartContext;
|
|
77431
|
-
var AddtoCartMutationContext = props.
|
|
76702
|
+
var AddtoCartMutationContext = props.AddtoCartMutationContext;
|
|
77432
76703
|
var _useState5 = React.useState(''),
|
|
77433
76704
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
77434
76705
|
addtocardpayloadobj = _useState6[0];
|
|
@@ -78029,7 +77300,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
78029
77300
|
style: {
|
|
78030
77301
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
78031
77302
|
}
|
|
78032
|
-
}, plainString(item.
|
|
77303
|
+
}, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
78033
77304
|
style: {
|
|
78034
77305
|
flexDirection: 'column'
|
|
78035
77306
|
},
|
|
@@ -79414,7 +78685,9 @@ var QuantityButtonBasedProductCard = function QuantityButtonBasedProductCard(pro
|
|
|
79414
78685
|
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
|
|
79415
78686
|
style: {
|
|
79416
78687
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
79417
|
-
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
78688
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
78689
|
+
minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
|
|
78690
|
+
maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px'
|
|
79418
78691
|
}
|
|
79419
78692
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
79420
78693
|
"class": ' cursor-pointer w-100 ',
|