tabexseriescomponents 0.0.65 → 0.0.67
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 +22892 -14865
- package/dist/index.esm.js +22897 -14871
- package/dist/index.umd.js +21722 -13696
- package/package.json +1 -1
- package/{srcOLD → src1-10}/Contexts/LanguageContext.jsx +0 -0
- package/{srcOLD → src1-10}/Contexts/ProductsCardsSectionContext.jsx +0 -0
- package/{srcOLD → src1-10}/StylesJS/Customstyles.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -19
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -8
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +45 -72
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/MenuCard/MenuCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -17
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +1 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -11
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +3 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +1 -11
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer1/Footer1.jsx +26 -26
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer2/Footer2.jsx +24 -25
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer3/Footer3.jsx +14 -6
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer4/Footer4.jsx +11 -12
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer5/Footer5.jsx +81 -88
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer6/Footer6.jsx +39 -48
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer7/Footer7.jsx +58 -61
- package/{srcOLD → src1-10}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +27 -34
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +97 -99
- package/{srcOLD → src1-10}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +74 -80
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header4/Header4.jsx +77 -95
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header6/Header6.jsx +73 -76
- package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +93 -137
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +85 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +3 -23
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +116 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Modernheader/Modernheader.jsx +100 -92
- package/{srcOLD → src1-10}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +110 -98
- package/{srcOLD → src1-10}/TabexComponents/Headers/Subheader/Subheader.jsx +10 -22
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
- package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +7 -75
- package/{srcOLD/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.js → src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx} +82 -92
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +0 -0
- package/{srcOLD/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.js → src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx} +34 -74
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -8
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +92 -53
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
- package/{srcOLD/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.js → src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx} +110 -40
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Filter/Filter.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -5
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +0 -50
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -16
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Viewcart/Viewcart.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -23
- package/{srcOLD → src1-10}/assets/images/cod.png +0 -0
- package/{srcOLD → src1-10}/assets/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/fawry.png +0 -0
- package/{srcOLD → src1-10}/assets/images/payment.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paymob.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paypal.png +0 -0
- package/{srcOLD → src1-10}/assets/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/assets/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/visa.png +0 -0
- package/{srcOLD → src1-10}/assets/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/button.jsx +0 -0
- package/{srcOLD → src1-10}/index.jsx +6 -2
- package/{srcOLD → src1-10}/styles/Home.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorcycard_fullimage.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_withshapes.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard_with_circularbg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard3.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycardwithtext.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_animatedbuttons.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_with_textonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/bootstrap.css +68 -73
- package/{srcOLD → src1-10}/styles/general/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/general/editorbardropdown.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/form.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/general.module.css +152 -0
- package/{srcOLD → src1-10}/styles/general/image-gallery.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-accessible-accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-phone-input-2.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/scrollbtn.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/slick.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/tabs.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/workplaceeditor.module.css +0 -0
- package/{srcOLD → src1-10}/styles/globals.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Allinoneheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header7.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Sideheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/classicheaderstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header4.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header5.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header_contactinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerresturant.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/modernheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/subheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage1.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Section_with_rightbgcont.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/cart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/login.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/productinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/shop.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/signup.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/staticroutersidenav.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/viewcart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/wishlist.module.css +0 -0
- package/srcOLD/TabexComponents/Headers/Header8/Header8.jsx +0 -882
- package/srcOLD/TabexComponents/Headers/Subheader/Subheader copy.jsx +0 -228
- package/srcOLD/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +0 -784
- package/srcOLD/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -284
- package/srcOLD/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -414
- package/srcOLD/TabexComponents/StaticPages/Aboutus/Aboutus.js +0 -175
|
@@ -1,414 +0,0 @@
|
|
|
1
|
-
// import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
// import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
|
|
3
|
-
// import { Slide } from 'react-slideshow-image';
|
|
4
|
-
// import 'react-slideshow-image/dist/styles.css';
|
|
5
|
-
// import { css } from 'glamor';
|
|
6
|
-
// import { serverbaselink } from '../../../../Env_Variables';
|
|
7
|
-
// import { LanguageContext } from '../../../../LanguageContext';
|
|
8
|
-
// import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
|
|
9
|
-
// import { IoIosArrowRoundForward, IoIosArrowRoundBack } from 'react-icons/io';
|
|
10
|
-
|
|
11
|
-
// const Slideshowslide = (props) => {
|
|
12
|
-
// const { lang, langdetect } = useContext(LanguageContext);
|
|
13
|
-
// const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
14
|
-
// const [sectionproperties, setsectionproperties] = useState('');
|
|
15
|
-
// const [bgimagearrayofobjs, setbgimagearrayofobjs] = useState([]);
|
|
16
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
17
|
-
// useEffect(() => {
|
|
18
|
-
// if (props.srcfrom == 'addsectionform') {
|
|
19
|
-
// var secpropobj = {};
|
|
20
|
-
// props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
21
|
-
// secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22
|
-
// });
|
|
23
|
-
// setsectionproperties({ ...secpropobj });
|
|
24
|
-
// } else {
|
|
25
|
-
// var secpropobj = {};
|
|
26
|
-
|
|
27
|
-
// StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
28
|
-
// if (sectionitem.sectionid == props.sectionidprops) {
|
|
29
|
-
// sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
30
|
-
// secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
31
|
-
// });
|
|
32
|
-
// }
|
|
33
|
-
// });
|
|
34
|
-
// setsectionproperties({ ...secpropobj });
|
|
35
|
-
// }
|
|
36
|
-
// }, [StatePagePropertiesContext]);
|
|
37
|
-
// useEffect(() => {
|
|
38
|
-
// if (sectionproperties.length != 0 && sectionproperties.bg1_arrayofobjs != undefined) {
|
|
39
|
-
// var bg_arrayofobjsparsed = JSON.parse(sectionproperties.bg1_arrayofobjs);
|
|
40
|
-
// if (Array.isArray(bg_arrayofobjsparsed)) {
|
|
41
|
-
// setbgimagearrayofobjs([...bg_arrayofobjsparsed]);
|
|
42
|
-
// }
|
|
43
|
-
// }
|
|
44
|
-
// }, [sectionproperties]);
|
|
45
|
-
|
|
46
|
-
// const Slideshowsettings = {
|
|
47
|
-
// indicators: false,
|
|
48
|
-
// arrows: false,
|
|
49
|
-
// pauseOnHover: false,
|
|
50
|
-
// };
|
|
51
|
-
// const slideshow_styles = {
|
|
52
|
-
// slideshow_btn: css({
|
|
53
|
-
// height: sectionproperties.generalbtn_height + 'px',
|
|
54
|
-
// width: sectionproperties.generalbtn_width + 'px',
|
|
55
|
-
// background: sectionproperties.generalbtn_bgColor,
|
|
56
|
-
// color: sectionproperties.generalbtn_textColor,
|
|
57
|
-
// borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
58
|
-
// borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
59
|
-
// borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
60
|
-
// borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
61
|
-
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
62
|
-
// lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
63
|
-
// textTransform: sectionproperties.generalbtn_texttransform,
|
|
64
|
-
// fontWeight: sectionproperties.generalbtn_fontweight,
|
|
65
|
-
// transition: '.3s',
|
|
66
|
-
// ':hover': {
|
|
67
|
-
// background: sectionproperties.generalbtn_bgColoronhover,
|
|
68
|
-
// color: sectionproperties.generalbtn_textColoronhover,
|
|
69
|
-
// },
|
|
70
|
-
// }),
|
|
71
|
-
// };
|
|
72
|
-
|
|
73
|
-
// return (
|
|
74
|
-
// <div class="row m-0 w-100 d-flex justify-content-center align-items-center">
|
|
75
|
-
// <div class="col-lg-12 p-0 d-flex justify-content-center h-md-350px" style={{ height: sectionproperties.height + 'vh' }}>
|
|
76
|
-
// <div
|
|
77
|
-
// style={{
|
|
78
|
-
// borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
79
|
-
// borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
80
|
-
// borderBottomRightRadius: sectionproperties.borderBottomRightRadius + '100px',
|
|
81
|
-
// borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + '100px',
|
|
82
|
-
// width: sectionproperties.width + 'vw',
|
|
83
|
-
// marginBottom: sectionproperties.marginBottom + 'px',
|
|
84
|
-
// marginTop: sectionproperties.marginTop + 'px',
|
|
85
|
-
// height: sectionproperties.height + 'vh',
|
|
86
|
-
// }}
|
|
87
|
-
// >
|
|
88
|
-
// <Slide {...Slideshowsettings} transitionDuration={500} duration={1500} arrow={true} easing="ease">
|
|
89
|
-
// {Object.keys(bgimagearrayofobjs).length != 0 &&
|
|
90
|
-
// bgimagearrayofobjs.map((item, index) => {
|
|
91
|
-
// return (
|
|
92
|
-
// <div
|
|
93
|
-
// key={index}
|
|
94
|
-
// class="h-md-350px p-sm-2 d-md-flex justify-content-md-center align-items-md-center"
|
|
95
|
-
// style={{
|
|
96
|
-
// width: '100%',
|
|
97
|
-
// height: sectionproperties.height + 'vh',
|
|
98
|
-
// borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
99
|
-
// borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
100
|
-
// borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
101
|
-
// borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
102
|
-
// backgroundSize: 'cover',
|
|
103
|
-
// backgroundPosition: 'center',
|
|
104
|
-
// backgroundImage: `url(` + serverbaselink + bgimagearrayofobjs[index].bg1_image + `)`,
|
|
105
|
-
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
106
|
-
// paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
107
|
-
// paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px',
|
|
108
|
-
// }}
|
|
109
|
-
// >
|
|
110
|
-
// <div class="row m-0 w-100 d-flex d-md-none align-items-md-center justify-content-md-center pl-3 pr-3" style={{ position: 'absolute', height: '100%' }}>
|
|
111
|
-
// <p
|
|
112
|
-
// className="m-0 p-0"
|
|
113
|
-
// style={{
|
|
114
|
-
// position: 'relative',
|
|
115
|
-
// fontSize: bgimagearrayofobjs[index].bg1_fontsize + 'px',
|
|
116
|
-
// color: bgimagearrayofobjs[index].bg1_txtcolor,
|
|
117
|
-
// fontWeight: bgimagearrayofobjs[index].bg1_fontweight,
|
|
118
|
-
// top: bgimagearrayofobjs[index].bg1_texttop + 'px',
|
|
119
|
-
// left: langdetect == 'en' ? bgimagearrayofobjs[index].bg1_textleft + 'px' : '20%',
|
|
120
|
-
// // right: langdetect == 'en' ? '' : bgimagearrayofobjs[index].bg1_textleft + 'px',
|
|
121
|
-
// zIndex: 1000,
|
|
122
|
-
// }}
|
|
123
|
-
// >
|
|
124
|
-
// {langdetect == 'en' ? bgimagearrayofobjs[index].bg1_text_en : bgimagearrayofobjs[index].bg1_text_ar}
|
|
125
|
-
// </p>
|
|
126
|
-
// <p
|
|
127
|
-
// className="m-0 p-0"
|
|
128
|
-
// style={{
|
|
129
|
-
// position: 'absolute',
|
|
130
|
-
// fontSize: bgimagearrayofobjs[index].bg1_desfontsize + 'px',
|
|
131
|
-
// color: bgimagearrayofobjs[index].bg1_descolor,
|
|
132
|
-
// textTransform: bgimagearrayofobjs[index].bg1_destxttransform,
|
|
133
|
-
// fontWeight: bgimagearrayofobjs[index].bg1_desfontweight,
|
|
134
|
-
// top: bgimagearrayofobjs[index].desc1top + 'px',
|
|
135
|
-
// left: langdetect == 'en' ? bgimagearrayofobjs[index].desc1left + 'px' : '',
|
|
136
|
-
// right: langdetect == 'en' ? '' : bgimagearrayofobjs[index].desc1left + 'px',
|
|
137
|
-
// // textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
138
|
-
// }}
|
|
139
|
-
// >
|
|
140
|
-
// {langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar}
|
|
141
|
-
// </p>
|
|
142
|
-
// {bgimagearrayofobjs[index].showbutton1 == 'Show' && (
|
|
143
|
-
// <button
|
|
144
|
-
// class={`${slideshow_styles.slideshow_btn}` + ' allcentered '}
|
|
145
|
-
// style={{
|
|
146
|
-
// position: 'absolute',
|
|
147
|
-
// top: bgimagearrayofobjs[index].bg1_btnpositiontop + 'px',
|
|
148
|
-
// left: langdetect == 'en' ? bgimagearrayofobjs[index].bg1_btnpositionleft + 'px' : '',
|
|
149
|
-
// right: langdetect == 'en' ? '' : bgimagearrayofobjs[index].bg1_btnpositionleft + 'px',
|
|
150
|
-
// letterSpacing: langdetect == 'en' ? '1px' : 0,
|
|
151
|
-
// }}
|
|
152
|
-
// onClick={() => {
|
|
153
|
-
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
154
|
-
// }}
|
|
155
|
-
// >
|
|
156
|
-
// {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}{' '}
|
|
157
|
-
// {langdetect == 'en' ? <IoIosArrowRoundForward size={20} /> : <IoIosArrowRoundBack size={20} />}
|
|
158
|
-
// </button>
|
|
159
|
-
// )}
|
|
160
|
-
// </div>
|
|
161
|
-
// <div class="row m-0 w-100 d-none d-md-flex flex-column justify-content-center align-items-center pl-3 pr-3">
|
|
162
|
-
// <p
|
|
163
|
-
// className="m-0 p-0"
|
|
164
|
-
// style={{
|
|
165
|
-
// fontSize: bgimagearrayofobjs[index].bg1_fontsize + 'px',
|
|
166
|
-
// color: bgimagearrayofobjs[index].bg1_txtcolor,
|
|
167
|
-
// fontWeight: bgimagearrayofobjs[index].bg1_fontweight,
|
|
168
|
-
// zIndex: 1000,
|
|
169
|
-
// }}
|
|
170
|
-
// >
|
|
171
|
-
// {langdetect == 'en' ? bgimagearrayofobjs[index].bg1_text_en : bgimagearrayofobjs[index].bg1_text_ar}
|
|
172
|
-
// </p>
|
|
173
|
-
// <p
|
|
174
|
-
// style={{
|
|
175
|
-
// fontSize: bgimagearrayofobjs[index].bg1_desfontsize + 'px',
|
|
176
|
-
// color: bgimagearrayofobjs[index].bg1_descolor,
|
|
177
|
-
// textTransform: bgimagearrayofobjs[index].bg1_destxttransform,
|
|
178
|
-
// fontWeight: bgimagearrayofobjs[index].bg1_desfontweight,
|
|
179
|
-
// }}
|
|
180
|
-
// >
|
|
181
|
-
// {langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar}
|
|
182
|
-
// </p>
|
|
183
|
-
// {bgimagearrayofobjs[index].showbutton1 == 'Show' && (
|
|
184
|
-
// <button
|
|
185
|
-
// class={`${slideshow_styles.slideshow_btn}` + ' allcentered '}
|
|
186
|
-
// style={{
|
|
187
|
-
// letterSpacing: langdetect == 'en' ? '1px' : 0,
|
|
188
|
-
// }}
|
|
189
|
-
// onClick={() => {
|
|
190
|
-
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
191
|
-
// }}
|
|
192
|
-
// >
|
|
193
|
-
// {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}{' '}
|
|
194
|
-
// {langdetect == 'en' ? <IoIosArrowRoundForward size={20} /> : <IoIosArrowRoundBack size={20} />}
|
|
195
|
-
// </button>
|
|
196
|
-
// )}
|
|
197
|
-
// </div>
|
|
198
|
-
// </div>
|
|
199
|
-
// );
|
|
200
|
-
// })}
|
|
201
|
-
// </Slide>
|
|
202
|
-
// </div>
|
|
203
|
-
// </div>
|
|
204
|
-
// </div>
|
|
205
|
-
// );
|
|
206
|
-
// };
|
|
207
|
-
// export default Slideshowslide;
|
|
208
|
-
|
|
209
|
-
import React, { useEffect, useState, useContext } from 'react';
|
|
210
|
-
// import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
|
|
211
|
-
import { Slide } from 'react-slideshow-image';
|
|
212
|
-
// import 'react-slideshow-image/dist/styles.css';
|
|
213
|
-
import { css } from 'glamor';
|
|
214
|
-
import { serverbaselink } from '../../../../../Env';
|
|
215
|
-
// import { LanguageContext } from '../../../../LanguageContext';
|
|
216
|
-
import { IoIosArrowRoundForward, IoIosArrowRoundBack } from 'react-icons/io';
|
|
217
|
-
// import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
|
|
218
|
-
const Slideshowslide = (props) => {
|
|
219
|
-
// const { lang, langdetect } = useContext(LanguageContext);
|
|
220
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
221
|
-
// const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
222
|
-
const [sectionproperties, setsectionproperties] = useState('');
|
|
223
|
-
const [bgimagearrayofobjs, setbgimagearrayofobjs] = useState([]);
|
|
224
|
-
|
|
225
|
-
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
226
|
-
const lang = props.actions.lang;
|
|
227
|
-
const langdetect = props.actions.langdetect;
|
|
228
|
-
const routingcountext = props.actions.routingcountext;
|
|
229
|
-
const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
230
|
-
|
|
231
|
-
useEffect(() => {
|
|
232
|
-
if (props.srcfrom == 'addsectionform') {
|
|
233
|
-
var secpropobj = {};
|
|
234
|
-
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
235
|
-
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
236
|
-
});
|
|
237
|
-
setsectionproperties({ ...secpropobj });
|
|
238
|
-
} else {
|
|
239
|
-
var secpropobj = {};
|
|
240
|
-
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
241
|
-
if (sectionitem.sectionid == props.sectionidprops) {
|
|
242
|
-
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
243
|
-
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
244
|
-
});
|
|
245
|
-
}
|
|
246
|
-
});
|
|
247
|
-
setsectionproperties({ ...secpropobj });
|
|
248
|
-
}
|
|
249
|
-
}, [StatePagePropertiesContext]);
|
|
250
|
-
useEffect(() => {
|
|
251
|
-
if (sectionproperties.length != 0 && sectionproperties.slideshowarrayofobj != undefined) {
|
|
252
|
-
var bg_arrayofobjsparsed = JSON.parse(sectionproperties.slideshowarrayofobj);
|
|
253
|
-
if (Array.isArray(bg_arrayofobjsparsed)) {
|
|
254
|
-
setbgimagearrayofobjs([...bg_arrayofobjsparsed]);
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}, [sectionproperties]);
|
|
258
|
-
const Slideshowsettings = {
|
|
259
|
-
indicators: false,
|
|
260
|
-
arrows: false,
|
|
261
|
-
pauseOnHover: false,
|
|
262
|
-
scale: 1.4,
|
|
263
|
-
};
|
|
264
|
-
const slideshow_styles = {
|
|
265
|
-
slideshow_btn: css({
|
|
266
|
-
zIndex: 1000,
|
|
267
|
-
height: sectionproperties.generalbtn_height + 'px',
|
|
268
|
-
width: sectionproperties.generalbtn_width + 'px',
|
|
269
|
-
background: sectionproperties.generalbtn_bgColor,
|
|
270
|
-
color: sectionproperties.generalbtn_textColor,
|
|
271
|
-
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
272
|
-
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
273
|
-
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
274
|
-
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
275
|
-
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
276
|
-
lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
277
|
-
textTransform: sectionproperties.generalbtn_texttransform,
|
|
278
|
-
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
279
|
-
transition: '.3s',
|
|
280
|
-
':hover': {
|
|
281
|
-
background: sectionproperties.generalbtn_bgColoronhover,
|
|
282
|
-
color: sectionproperties.generalbtn_textColoronhover,
|
|
283
|
-
},
|
|
284
|
-
}),
|
|
285
|
-
};
|
|
286
|
-
const SlideShowTextContainer = (item) => {
|
|
287
|
-
return (
|
|
288
|
-
<div
|
|
289
|
-
class={'row m-0 w-100 pl-md-2 pr-md-2'}
|
|
290
|
-
style={{
|
|
291
|
-
position: 'absolute',
|
|
292
|
-
top: '40%',
|
|
293
|
-
zIndex: 1000,
|
|
294
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
295
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
296
|
-
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px',
|
|
297
|
-
}}
|
|
298
|
-
>
|
|
299
|
-
<div
|
|
300
|
-
class={'col-lg-12 d-flex justify-content-start'}
|
|
301
|
-
style={{
|
|
302
|
-
textAlign: 'center',
|
|
303
|
-
}}
|
|
304
|
-
>
|
|
305
|
-
<p
|
|
306
|
-
className="m-0 p-0 wordbreak PacificoFont"
|
|
307
|
-
style={{
|
|
308
|
-
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
309
|
-
color: sectionproperties.slideshowText1ContentColor,
|
|
310
|
-
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
311
|
-
}}
|
|
312
|
-
>
|
|
313
|
-
{langdetect == 'en' ? item.titleen : item.titlear}
|
|
314
|
-
</p>
|
|
315
|
-
</div>
|
|
316
|
-
<div class={'col-lg-12 d-flex justify-content-start'}>
|
|
317
|
-
<p
|
|
318
|
-
className="m-0 p-0 wordbreak"
|
|
319
|
-
style={{
|
|
320
|
-
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
321
|
-
color: sectionproperties.slideshowText2ContentColor,
|
|
322
|
-
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
323
|
-
}}
|
|
324
|
-
>
|
|
325
|
-
{langdetect == 'en' ? item.descriptionen : item.descriptionar}
|
|
326
|
-
</p>
|
|
327
|
-
</div>
|
|
328
|
-
<div class={'col-lg-12 d-flex justify-content-start mt-3'}>
|
|
329
|
-
<button
|
|
330
|
-
class={`${slideshow_styles.slideshow_btn}` + ' allcentered '}
|
|
331
|
-
style={{
|
|
332
|
-
letterSpacing: langdetect == 'en' ? '1px' : 0,
|
|
333
|
-
}}
|
|
334
|
-
onClick={() => {
|
|
335
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
336
|
-
}}
|
|
337
|
-
>
|
|
338
|
-
{langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}{' '}
|
|
339
|
-
{langdetect == 'en' ? <IoIosArrowRoundForward size={20} /> : <IoIosArrowRoundBack size={20} />}
|
|
340
|
-
</button>
|
|
341
|
-
</div>
|
|
342
|
-
</div>
|
|
343
|
-
);
|
|
344
|
-
};
|
|
345
|
-
return (
|
|
346
|
-
<div class="row m-0 w-100 d-flex justify-content-center align-items-center">
|
|
347
|
-
<div class={'col-lg-12 p-0 d-flex justify-content-center'} style={{ height: sectionproperties.height + 'vh' }}>
|
|
348
|
-
<div
|
|
349
|
-
style={{
|
|
350
|
-
position: 'relative',
|
|
351
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
352
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
353
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
354
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
355
|
-
width: sectionproperties.width + 'vw',
|
|
356
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
357
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
358
|
-
height: sectionproperties.height + 'vh',
|
|
359
|
-
}}
|
|
360
|
-
>
|
|
361
|
-
<Slide {...Slideshowsettings} transitionDuration={1500} duration={1500} arrow={true} easing="ease">
|
|
362
|
-
{Object.keys(bgimagearrayofobjs).length != 0 &&
|
|
363
|
-
bgimagearrayofobjs.map((item, index) => {
|
|
364
|
-
return (
|
|
365
|
-
<div
|
|
366
|
-
class="row m-0 w-100"
|
|
367
|
-
style={{
|
|
368
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
369
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
370
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
371
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
372
|
-
}}
|
|
373
|
-
>
|
|
374
|
-
<div
|
|
375
|
-
class={'p-0 align-items-center d-flex d-sm-none '}
|
|
376
|
-
key={index}
|
|
377
|
-
style={{
|
|
378
|
-
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
379
|
-
width: '100%',
|
|
380
|
-
height: sectionproperties.height + 'vh',
|
|
381
|
-
backgroundSize: 'cover',
|
|
382
|
-
backgroundPosition: 'center',
|
|
383
|
-
backgroundImage: langdetect == 'en' ? `url(` + serverbaselink + item.imageen + `)` : `url(` + serverbaselink + item.imagear + `)`,
|
|
384
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
385
|
-
}}
|
|
386
|
-
>
|
|
387
|
-
{SlideShowTextContainer(item)}
|
|
388
|
-
</div>
|
|
389
|
-
<div
|
|
390
|
-
class={'p-0 align-items-center d-none d-sm-flex '}
|
|
391
|
-
key={index}
|
|
392
|
-
style={{
|
|
393
|
-
width: '100%',
|
|
394
|
-
height: sectionproperties.height + 'vh',
|
|
395
|
-
backgroundSize: 'cover',
|
|
396
|
-
backgroundPosition: 'center',
|
|
397
|
-
backgroundImage: langdetect == 'en' ? `url(` + serverbaselink + item.image_resp_en + `)` : `url(` + serverbaselink + item.image_resp_ar + `)`,
|
|
398
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
399
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
400
|
-
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px',
|
|
401
|
-
}}
|
|
402
|
-
>
|
|
403
|
-
{SlideShowTextContainer(item)}
|
|
404
|
-
</div>
|
|
405
|
-
</div>
|
|
406
|
-
);
|
|
407
|
-
})}
|
|
408
|
-
</Slide>
|
|
409
|
-
</div>
|
|
410
|
-
</div>
|
|
411
|
-
</div>
|
|
412
|
-
);
|
|
413
|
-
};
|
|
414
|
-
export default Slideshowslide;
|
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
import { LanguageContext } from '../../../../../../../Contexts/LanguageContext';
|
|
3
|
-
import { FetchingContext } from '../../../../../../../Contexts/FetchingContext';
|
|
4
|
-
import { WebsiteDesignWorkPlaceContext } from '../../../../../../../Contexts/WebsiteDesignWorkPlaceContext';
|
|
5
|
-
import generalstyles from '../../../../../../../styles/general/general.module.css';
|
|
6
|
-
import { BrowserRouter as Router, useHistory } from 'react-router-dom';
|
|
7
|
-
import { css } from 'glamor';
|
|
8
|
-
import { useParams } from 'react-router';
|
|
9
|
-
import { ProductsCardsSectionContext_Provider } from '../../../../../../../Contexts/ProductsCardsSectionContext';
|
|
10
|
-
|
|
11
|
-
const Aboutus = (props) => {
|
|
12
|
-
let history = useHistory();
|
|
13
|
-
const { lang, langdetect } = useContext(LanguageContext);
|
|
14
|
-
const { FetchQueriesEngineContext, setFetchQueriesEngineContext } = useContext(FetchingContext);
|
|
15
|
-
const { fetch_inst_tabex_websitetemplatesQueryContext, pageindexcontext, TabexSectionsComponentsContext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
16
|
-
const { collectionidparams } = useParams();
|
|
17
|
-
useEffect(() => {
|
|
18
|
-
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
19
|
-
var secpropobj = {};
|
|
20
|
-
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
21
|
-
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
22
|
-
});
|
|
23
|
-
setsectionproperties({ ...secpropobj });
|
|
24
|
-
}
|
|
25
|
-
}, [StatePagePropertiesContext]);
|
|
26
|
-
const [CurrentPageId, setCurrentPageId] = useState('');
|
|
27
|
-
const [sectionproperties, setsectionproperties] = useState('');
|
|
28
|
-
useEffect(() => {
|
|
29
|
-
var cartindex = fetch_inst_tabex_websitetemplatesQueryContext.data.data.template.pages.findIndex((x) => x.staticpageid == '62adc7201f0b8');
|
|
30
|
-
if (cartindex >= 0) {
|
|
31
|
-
setCurrentPageId(fetch_inst_tabex_websitetemplatesQueryContext.data.data.template.pages[cartindex].pageid);
|
|
32
|
-
}
|
|
33
|
-
}, [fetch_inst_tabex_websitetemplatesQueryContext.dataUpdatedAt]);
|
|
34
|
-
useEffect(() => {
|
|
35
|
-
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
36
|
-
var secpropobj = {};
|
|
37
|
-
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
38
|
-
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
39
|
-
});
|
|
40
|
-
setsectionproperties({ ...secpropobj });
|
|
41
|
-
}
|
|
42
|
-
}, [StatePagePropertiesContext]);
|
|
43
|
-
const wishlist_cssstyles = {
|
|
44
|
-
sectiontitlespan: css({
|
|
45
|
-
':after': {
|
|
46
|
-
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
47
|
-
backgroundColor: sectionproperties.linebgcolor,
|
|
48
|
-
},
|
|
49
|
-
}),
|
|
50
|
-
sectiontitlespan2: css({
|
|
51
|
-
':after': {
|
|
52
|
-
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
53
|
-
height: '100%',
|
|
54
|
-
backgroundColor: sectionproperties.linebgcolor,
|
|
55
|
-
},
|
|
56
|
-
}),
|
|
57
|
-
pill: css({
|
|
58
|
-
minWidth: sectionproperties.pillwidth + 'px',
|
|
59
|
-
height: sectionproperties.pillheight + 'px',
|
|
60
|
-
backgroundColor: sectionproperties.pillbgcolor,
|
|
61
|
-
color: sectionproperties.pillcolor,
|
|
62
|
-
textTransform: sectionproperties.pillcolor,
|
|
63
|
-
fontWeight: sectionproperties.pillfontWeight,
|
|
64
|
-
fontSize: sectionproperties.pillfontSize + 'px',
|
|
65
|
-
borderTopLeftRadius: sectionproperties.pillborderTopLeftRadius + 'px',
|
|
66
|
-
borderTopRightRadius: sectionproperties.pillborderTopRightRadius + 'px',
|
|
67
|
-
borderBottomLeftRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
|
|
68
|
-
borderBottomRightRadius: sectionproperties.pillborderBottomRightRadius + 'px',
|
|
69
|
-
}),
|
|
70
|
-
productNameStyles: css({
|
|
71
|
-
color: sectionproperties.prodNameColor,
|
|
72
|
-
fontSize: sectionproperties.prodNameFontSize + 'px',
|
|
73
|
-
textTransform: sectionproperties.prodNameTextTranform,
|
|
74
|
-
fontWeight: sectionproperties.prodNameFontWeight,
|
|
75
|
-
}),
|
|
76
|
-
productPricestyles: css({
|
|
77
|
-
color: sectionproperties.prodPriceColor,
|
|
78
|
-
fontSize: sectionproperties.prodpriceFontSize + 'px',
|
|
79
|
-
fontWeight: sectionproperties.prodPriceFontWeight,
|
|
80
|
-
}),
|
|
81
|
-
productsalePricestyles: css({
|
|
82
|
-
color: sectionproperties.prodsalePriceColor,
|
|
83
|
-
fontSize: sectionproperties.prodsalepriceFontSize + 'px',
|
|
84
|
-
fontWeight: sectionproperties.prodsalePriceFontWeight,
|
|
85
|
-
}),
|
|
86
|
-
cart_btn: css({
|
|
87
|
-
width: sectionproperties.cartBtnWidth + 'px',
|
|
88
|
-
height: sectionproperties.cartBtnHeight + 'px',
|
|
89
|
-
background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
|
|
90
|
-
borderBottomLeftRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
91
|
-
borderBottomRightRadius: sectionproperties.cart_btn_borderBottomRightRadius + 'px',
|
|
92
|
-
borderTopLeftRadius: sectionproperties.cart_btn_borderTopLeftRadius + 'px',
|
|
93
|
-
borderTopRightRadius: sectionproperties.cart_btn_borderTopRightRadius + 'px',
|
|
94
|
-
color: sectionproperties.cartBtnTextcolor,
|
|
95
|
-
textTransform: sectionproperties.cartBtnTexttransform,
|
|
96
|
-
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
97
|
-
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
98
|
-
transition: '.3s',
|
|
99
|
-
opacity: sectionproperties.cartbtn_opacity,
|
|
100
|
-
':hover': {
|
|
101
|
-
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
102
|
-
color: sectionproperties.cartBtnTextcoloronhover,
|
|
103
|
-
opacity: sectionproperties.cartbtn_opacityonhover,
|
|
104
|
-
},
|
|
105
|
-
}),
|
|
106
|
-
trash_btn: css({
|
|
107
|
-
width: sectionproperties.trashbtn_Width + 'px',
|
|
108
|
-
height: sectionproperties.trashbtn_Height + 'px',
|
|
109
|
-
background: sectionproperties.trashbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.trashbtn_bgColor,
|
|
110
|
-
color: sectionproperties.trashbtn_Textcolor,
|
|
111
|
-
borderBottomLeftRadius: sectionproperties.trashbtn_borderBottomLeftRadius + 'px',
|
|
112
|
-
borderBottomRightRadius: sectionproperties.trashbtn_borderBottomRightRadius + 'px',
|
|
113
|
-
borderTopLeftRadius: sectionproperties.trashbtn_borderTopLeftRadius + 'px',
|
|
114
|
-
borderTopRightRadius: sectionproperties.trashbtn_borderTopRightRadius + 'px',
|
|
115
|
-
boxShadow: sectionproperties.trashbtn_showshadow == 'Show' ? '0 0 10px ' + sectionproperties.trashbtn_shadowcolor : '',
|
|
116
|
-
transition: '.3s',
|
|
117
|
-
opacity: sectionproperties.trashbtn_opacity,
|
|
118
|
-
border: sectionproperties.trashbtn_borderwidth + 'px solid ' + sectionproperties.trashbtn_bordercolor,
|
|
119
|
-
//
|
|
120
|
-
':hover': {
|
|
121
|
-
background: sectionproperties.trashbtn_bgColoronhover,
|
|
122
|
-
color: sectionproperties.trashbtn_Textcoloronhover,
|
|
123
|
-
opacity: sectionproperties.trashbtn_opacityonhover,
|
|
124
|
-
},
|
|
125
|
-
}),
|
|
126
|
-
imagecont: css({
|
|
127
|
-
width: '70px',
|
|
128
|
-
height: '60px',
|
|
129
|
-
border: sectionproperties.prodimage_borderwidth + 'px solid ' + sectionproperties.prodimage_color,
|
|
130
|
-
backgroundColor: sectionproperties.prodimage_bgcolor,
|
|
131
|
-
borderBottomLeftRadius: sectionproperties.prodimage__borderBottomLeftRadius + 'px',
|
|
132
|
-
borderBottomRightRadius: sectionproperties.prodimage__borderBottomRightRadius + 'px',
|
|
133
|
-
borderTopLeftRadius: sectionproperties.prodimage__borderTopLeftRadius + 'px',
|
|
134
|
-
borderTopRightRadius: sectionproperties.prodimage__borderTopRightRadius + 'px',
|
|
135
|
-
display: 'flex',
|
|
136
|
-
alignItems: 'center',
|
|
137
|
-
justifyContent: 'center',
|
|
138
|
-
backgroundRepeat: 'no-repeat',
|
|
139
|
-
backgroundSize: 'cover',
|
|
140
|
-
backgroundPosition: 'center',
|
|
141
|
-
position: 'relative',
|
|
142
|
-
}),
|
|
143
|
-
};
|
|
144
|
-
return (
|
|
145
|
-
<div className={'row ml-0 mr-0 w-100'} style={{ backgroundColor: sectionproperties.backgroundColor }}>
|
|
146
|
-
<div className="col-lg-12 d-flex align-items-center justify-content-center p-0 ">
|
|
147
|
-
{pageindexcontext.length != 0 && Object.keys(StatePagePropertiesContext).length != 0 && (
|
|
148
|
-
<div className={generalstyles.app_container + ' w-100 '} style={{ position: 'relative' }}>
|
|
149
|
-
{StatePagePropertiesContext.pageobj.sections.map((item, index) => {
|
|
150
|
-
if (item.tabexsectioninfo != null && TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname] != undefined && item.componenttype == 'section') {
|
|
151
|
-
var sectioncomp = TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname];
|
|
152
|
-
return (
|
|
153
|
-
<div className="row w-100 ml-0 mr-0 d-flex justify-content-center p-0">
|
|
154
|
-
{item.tabexsectioninfo.sectiontype == 'Cards' && (
|
|
155
|
-
<ProductsCardsSectionContext_Provider>
|
|
156
|
-
{React.createElement(sectioncomp, {
|
|
157
|
-
sectionidprops: item.sectionid,
|
|
158
|
-
sectionindexprops: index,
|
|
159
|
-
srcfromprops: 'GeneralProductsComponent',
|
|
160
|
-
collectionidprops: collectionidparams,
|
|
161
|
-
})}
|
|
162
|
-
</ProductsCardsSectionContext_Provider>
|
|
163
|
-
)}
|
|
164
|
-
{item.tabexsectioninfo.sectiontype != 'Cards' && React.createElement(sectioncomp, { sectionidprops: item.sectionid, sectionindexprops: index })}
|
|
165
|
-
</div>
|
|
166
|
-
);
|
|
167
|
-
}
|
|
168
|
-
})}
|
|
169
|
-
</div>
|
|
170
|
-
)}
|
|
171
|
-
</div>
|
|
172
|
-
</div>
|
|
173
|
-
);
|
|
174
|
-
};
|
|
175
|
-
export default Aboutus;
|