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,18 +1,8 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
// import { useHistory, Link } from 'react-router-dom';
|
|
3
2
|
import headerstyles from '../../../styles/headers/subheader.module.css';
|
|
4
|
-
// import { LanguageContext } from '../../../../../../../Contexts/LanguageContext';
|
|
5
|
-
// import { FetchingContext } from '../../../../../../../Contexts/FetchingContext';
|
|
6
|
-
// import { WebsiteDesignWorkPlaceContext } from '../../../../../../../Contexts/WebsiteDesignWorkPlaceContext';
|
|
7
|
-
// import { TemplateRoutingContext } from '../../../../../../../Contexts/TemplateRoutingContext';
|
|
8
3
|
import { css } from 'glamor';
|
|
9
4
|
import { MdOutlineLayersClear } from 'react-icons/md';
|
|
10
|
-
|
|
11
5
|
const Subheader = (props) => {
|
|
12
|
-
// const { lang, setlang, langdetect } = useContext(LanguageContext);
|
|
13
|
-
// const { FetchQueriesEngineContext, setFetchQueriesEngineContext, fetchCategoriesQueryContext } = useContext(FetchingContext);
|
|
14
|
-
// const { fetch_inst_tabex_websitetemplatesQueryContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
15
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
16
6
|
const FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
17
7
|
const setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
18
8
|
const fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
@@ -89,7 +79,7 @@ const Subheader = (props) => {
|
|
|
89
79
|
<div class={`${headerstyles.sub_container}` + ' w-100 p-md-0 '}>
|
|
90
80
|
{fetchCategoriesQueryContext.isSuccess && fetchCategoriesQueryContext.data.data.status && (
|
|
91
81
|
<div
|
|
92
|
-
class={` ${headerstyles.subheader}` + ' row w-100 m-0
|
|
82
|
+
class={` ${headerstyles.subheader}` + ' row w-100 m-0 allcentered flex-row w-sm-100 '}
|
|
93
83
|
style={{
|
|
94
84
|
position: 'relative',
|
|
95
85
|
}}
|
|
@@ -113,11 +103,11 @@ const Subheader = (props) => {
|
|
|
113
103
|
}}
|
|
114
104
|
>
|
|
115
105
|
<div
|
|
116
|
-
class={`${headerstyles.nav__item}` + ' scrollhorizontal flex-row align-items-center '}
|
|
106
|
+
class={`${headerstyles.nav__item}` + ' scrollhorizontal flex-row align-items-center w-100 '}
|
|
117
107
|
style={{
|
|
118
108
|
zIndex: 1000,
|
|
119
109
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
120
|
-
|
|
110
|
+
justifyContent: props.subheaderpropertiesprops?.subheadercontentpositionprops,
|
|
121
111
|
}}
|
|
122
112
|
>
|
|
123
113
|
{props?.subheaderpropertiesprops?.subheaderpositionprops == 'in nav' &&
|
|
@@ -137,23 +127,21 @@ const Subheader = (props) => {
|
|
|
137
127
|
<p
|
|
138
128
|
class={`${headerstyles.link} ${header_cssstyles.subheader_category}` + ' mb-0 p-0 ml-md-3 mr-md-3 '}
|
|
139
129
|
onClick={() => {
|
|
140
|
-
|
|
130
|
+
templatepropcontext?.pagesnprop.forEach(function (pageitem, pageindex) {
|
|
141
131
|
pageitem.isselected = false;
|
|
142
132
|
});
|
|
143
|
-
|
|
133
|
+
templatepropcontext.pagesnprop[index].isselected = true;
|
|
144
134
|
}}
|
|
145
135
|
style={{
|
|
146
136
|
marginLeft: langdetect == 'en' ? 0 : props?.subheaderpropertiesprops?.paddingLeftprops,
|
|
147
137
|
marginRight: langdetect == 'en' ? props?.subheaderpropertiesprops?.paddingRightprops : 0,
|
|
148
138
|
}}
|
|
149
|
-
>
|
|
150
|
-
{langdetect == 'en' ? item.pagename : item.pagename_ar}
|
|
151
|
-
</p>
|
|
139
|
+
></p>
|
|
152
140
|
</div>
|
|
153
141
|
);
|
|
154
142
|
}
|
|
155
143
|
})}
|
|
156
|
-
{fetchCategoriesQueryContext
|
|
144
|
+
{fetchCategoriesQueryContext?.data?.data?.categories.map((item, index) => (
|
|
157
145
|
<p
|
|
158
146
|
class={`${headerstyles.link} ${header_cssstyles.subheader_category}` + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard '}
|
|
159
147
|
onClick={() => {}}
|
|
@@ -171,7 +159,7 @@ const Subheader = (props) => {
|
|
|
171
159
|
))}
|
|
172
160
|
</div>
|
|
173
161
|
</div>
|
|
174
|
-
{Choosenindex.length != 0 && fetchCategoriesQueryContext
|
|
162
|
+
{Choosenindex.length != 0 && fetchCategoriesQueryContext?.data?.data?.categories[Choosenindex]?.parentcolletions?.length != 0 && (
|
|
175
163
|
<div
|
|
176
164
|
class={
|
|
177
165
|
`${headerstyles.dropmenu} ${header_cssstyles.dropdownmenu} ${showdownheadermenu ? 'd-flex' : 'd-none'}` +
|
|
@@ -187,13 +175,13 @@ const Subheader = (props) => {
|
|
|
187
175
|
}}
|
|
188
176
|
>
|
|
189
177
|
<div class="row m-0 w-100 d-flex p-3">
|
|
190
|
-
{fetchCategoriesQueryContext
|
|
178
|
+
{fetchCategoriesQueryContext?.data?.data?.categories[Choosenindex]?.parentcolletions?.length == 0 && (
|
|
191
179
|
<div class="col-lg-12 d-flex align-items-center justify-content-center text-light flex-column h-100 pt-5 pb-5">
|
|
192
180
|
<MdOutlineLayersClear size={30} />
|
|
193
181
|
<p class="font-16 font-weight-500 m-0 p-0">{langdetect == 'en' ? 'No collections' : 'لا توجد مجموعات'}</p>
|
|
194
182
|
</div>
|
|
195
183
|
)}
|
|
196
|
-
{fetchCategoriesQueryContext
|
|
184
|
+
{fetchCategoriesQueryContext?.data?.data?.categories[Choosenindex]?.parentcolletions.map((item, index) => (
|
|
197
185
|
<div class="col-lg-2 col-md-6 col-sm-12 mb-md-4 p-0" style={{ cursor: 'pointer' }}>
|
|
198
186
|
<div class="row w-100 m-0 d-flex flex-column justify-content-center mb-2">
|
|
199
187
|
<div
|
|
File without changes
|
|
File without changes
|
|
@@ -1,20 +1,11 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
// import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
|
|
3
2
|
import { css } from 'glamor';
|
|
4
|
-
// import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
|
|
5
|
-
// import { LanguageContext } from '../../../../LanguageContext';
|
|
6
3
|
import { serverbaselink } from '../../../../../Env';
|
|
7
|
-
|
|
8
4
|
import { IKImage } from 'imagekitio-react';
|
|
9
5
|
import { IoIosArrowRoundForward, IoIosArrowRoundBack } from 'react-icons/io';
|
|
10
|
-
// import Categoriesdropdown from '../../../StaticPages/Categoriesdropdown/Categoriesdropdown';
|
|
11
6
|
const BackgroundimageandTextsection = (props) => {
|
|
12
|
-
// const { lang, langdetect } = useContext(LanguageContext);
|
|
13
|
-
// const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
14
7
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
15
8
|
const [imagesarray, setimagesarray] = useState([]);
|
|
16
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
17
|
-
|
|
18
9
|
const lang = props.actions.lang;
|
|
19
10
|
const langdetect = props.actions.langdetect;
|
|
20
11
|
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -1,22 +1,15 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
// import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
|
|
3
2
|
import { css } from 'glamor';
|
|
4
3
|
import { serverbaselink } from '../../../../../Env';
|
|
5
|
-
// import sectionstyles from './Section_with_rightbgcont.module.css';
|
|
6
|
-
// import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
|
|
7
4
|
|
|
8
5
|
const Section_with_rightbgcont = (props) => {
|
|
9
|
-
// const { fetch_inst_tabex_websitetemplatesQueryContext, sectionindexcontext, pageindexcontext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
10
6
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
11
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
12
7
|
const [cardsarray, setcardsarray] = useState([]);
|
|
13
|
-
|
|
14
8
|
const lang = props.actions.lang;
|
|
15
9
|
const langdetect = props.actions.langdetect;
|
|
16
10
|
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
17
11
|
const routingcountext = props.actions.routingcountext;
|
|
18
12
|
const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
19
|
-
const sectionindexcontext = props.sectionindexcontext;
|
|
20
13
|
|
|
21
14
|
useEffect(() => {
|
|
22
15
|
if (props.srcfrom == 'addsectionform') {
|
package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx
RENAMED
|
File without changes
|
|
@@ -0,0 +1,409 @@
|
|
|
1
|
+
import Categoriesdropdown from '../../../StaticPages/Categoriesdropdown/Categoriesdropdown.jsx';
|
|
2
|
+
import React, { useEffect, useState, useContext } from 'react';
|
|
3
|
+
import { css } from 'glamor';
|
|
4
|
+
import { serverbaselink } from '../../../../../Env';
|
|
5
|
+
import { IKImage } from 'imagekitio-react';
|
|
6
|
+
import { IKpublicKey, IKurlEndpoint } from '../../../../../Env';
|
|
7
|
+
import { IoIosArrowRoundForward, IoIosArrowRoundBack } from 'react-icons/io';
|
|
8
|
+
const Twobgimages = (props) => {
|
|
9
|
+
const [sectionproperties, setsectionproperties] = useState('');
|
|
10
|
+
const [bgimagearrayofobjs, setbgimagearrayofobjs] = useState([]);
|
|
11
|
+
const [maincontainerarrayofobjs, setmaincontainerarrayofobjs] = useState([]);
|
|
12
|
+
const lang = props.actions.lang;
|
|
13
|
+
const langdetect = props.actions.langdetect;
|
|
14
|
+
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
15
|
+
const routingcountext = props.actions.routingcountext;
|
|
16
|
+
const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
17
|
+
const actions = props.actions;
|
|
18
|
+
|
|
19
|
+
useEffect(() => {
|
|
20
|
+
if (props.srcfrom == 'addsectionform') {
|
|
21
|
+
var secpropobj = {};
|
|
22
|
+
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
23
|
+
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24
|
+
});
|
|
25
|
+
setsectionproperties({ ...secpropobj });
|
|
26
|
+
} else {
|
|
27
|
+
var secpropobj = {};
|
|
28
|
+
|
|
29
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
30
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
31
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
32
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
setsectionproperties({ ...secpropobj });
|
|
37
|
+
}
|
|
38
|
+
}, [StatePagePropertiesContext]);
|
|
39
|
+
useEffect(() => {
|
|
40
|
+
if (sectionproperties.length != 0 && sectionproperties.bg1_arrayofobjs != undefined) {
|
|
41
|
+
var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.bg1_arrayofobjs);
|
|
42
|
+
if (Array.isArray(bg1_arrayofobjsparsed)) {
|
|
43
|
+
setbgimagearrayofobjs([...bg1_arrayofobjsparsed]);
|
|
44
|
+
}
|
|
45
|
+
var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
|
|
46
|
+
if (Array.isArray(maincontainerarrayofobjsparsed)) {
|
|
47
|
+
setmaincontainerarrayofobjs([...maincontainerarrayofobjsparsed]);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}, [sectionproperties]);
|
|
51
|
+
const bgcssstyles = {
|
|
52
|
+
bgImageContainer: css({
|
|
53
|
+
height: sectionproperties.height + 'vh',
|
|
54
|
+
backgroundPosition: 'center',
|
|
55
|
+
backgroundRepeat: 'no-repeat',
|
|
56
|
+
backgroundSize: 'cover',
|
|
57
|
+
margin: 0,
|
|
58
|
+
padding: 0,
|
|
59
|
+
position: 'relative',
|
|
60
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
61
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
62
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
63
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
64
|
+
alignItems: sectionproperties.generaltext_textposition == 'Center Center' ? 'center' : sectionproperties.generaltext_textposition == 'Top Left' ? '' : '',
|
|
65
|
+
justifyContent: sectionproperties.generaltext_textposition == 'Center Center' ? 'center' : '',
|
|
66
|
+
}),
|
|
67
|
+
centered_container: css({
|
|
68
|
+
position: 'absolute',
|
|
69
|
+
display: 'flex',
|
|
70
|
+
width: '100%',
|
|
71
|
+
height: '100%',
|
|
72
|
+
}),
|
|
73
|
+
btnone: css({
|
|
74
|
+
position: 'absolute',
|
|
75
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
76
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
77
|
+
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
78
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
79
|
+
color: sectionproperties.generalbtn_textColor,
|
|
80
|
+
textTransform: sectionproperties.generalbtn_texttransform,
|
|
81
|
+
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
82
|
+
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
83
|
+
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
84
|
+
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
85
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
86
|
+
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
87
|
+
transition: '.3s',
|
|
88
|
+
':hover': {
|
|
89
|
+
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
90
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
91
|
+
},
|
|
92
|
+
}),
|
|
93
|
+
btnresp: css({
|
|
94
|
+
// position: 'absolute',
|
|
95
|
+
// bottom: 10,
|
|
96
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
97
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
98
|
+
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
99
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
100
|
+
color: sectionproperties.generalbtn_textColor,
|
|
101
|
+
textTransform: sectionproperties.generalbtn_texttransform,
|
|
102
|
+
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
103
|
+
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
104
|
+
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
105
|
+
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
106
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
107
|
+
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
108
|
+
transition: '.3s',
|
|
109
|
+
':hover': {
|
|
110
|
+
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
111
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
112
|
+
},
|
|
113
|
+
}),
|
|
114
|
+
bgimage: css({
|
|
115
|
+
':before': {
|
|
116
|
+
content: 'h',
|
|
117
|
+
position: 'absolute',
|
|
118
|
+
width: '100%',
|
|
119
|
+
height: '100%',
|
|
120
|
+
backgroundColor: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
121
|
+
top: 0,
|
|
122
|
+
borrom: 0,
|
|
123
|
+
right: 0,
|
|
124
|
+
left: 0,
|
|
125
|
+
zIndex: 1,
|
|
126
|
+
fontSize: 0,
|
|
127
|
+
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
128
|
+
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
129
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
130
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
131
|
+
},
|
|
132
|
+
}),
|
|
133
|
+
};
|
|
134
|
+
return (
|
|
135
|
+
<div className="row m-0 w-100">
|
|
136
|
+
<div className="col-lg-12 p-0">
|
|
137
|
+
<div
|
|
138
|
+
className={bgimagearrayofobjs[0]?.bg1_numberofcols == '12' ? 'row w-100 ml-0 mr-0 pl-md-0 pr-md-0 no-repeat' : 'row w-100 ml-0 mr-0 pl-md-3 pr-md-3 no-repeat'}
|
|
139
|
+
style={{
|
|
140
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
141
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
142
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
143
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
144
|
+
backgroundImage: maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink + maincontainerarrayofobjs[0].back_bgimage + ')' : '',
|
|
145
|
+
backgroundSize: 'cover',
|
|
146
|
+
background: sectionproperties.backgroundColor,
|
|
147
|
+
}}
|
|
148
|
+
>
|
|
149
|
+
{sectionproperties.collectionssectionshow == 'Show' && (
|
|
150
|
+
<div className="col-lg-2 col-md-12 pl-2 pr-2 mb-md-3">
|
|
151
|
+
<Categoriesdropdown sectionpropertiesprops={sectionproperties} actions={actions} />
|
|
152
|
+
</div>
|
|
153
|
+
)}
|
|
154
|
+
<div className={sectionproperties.collectionssectionshow == 'Show' ? 'col-lg-10 col-md-12 p-md-0' : 'col-lg-12 p-0'}>
|
|
155
|
+
<div className="row m-0 w-100">
|
|
156
|
+
{Object.keys(bgimagearrayofobjs).length != 0 &&
|
|
157
|
+
bgimagearrayofobjs.map((item, index) => {
|
|
158
|
+
// bgimagearrayofobjs.IsClickable
|
|
159
|
+
// bgimagearrayofobjs.clickable_page_route
|
|
160
|
+
// bgimagearrayofobjs.Clickable_Reference_Collection_ID
|
|
161
|
+
return (
|
|
162
|
+
<div
|
|
163
|
+
className={
|
|
164
|
+
bgimagearrayofobjs[index].bg1_numberofcols != 12
|
|
165
|
+
? ' d-flex align-items-stretch col-md-' +
|
|
166
|
+
bgimagearrayofobjs[index].bg1_numberofcols +
|
|
167
|
+
' col-sm-12 pr-sm-2 pl-sm-2 mb-md-3 mt-md-3 col-lg-' +
|
|
168
|
+
bgimagearrayofobjs[index].bg1_numberofcols
|
|
169
|
+
: ' d-flex align-items-stretch col-md-12 col-sm-12 pr-md-0 pl-md-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols
|
|
170
|
+
}
|
|
171
|
+
style={{
|
|
172
|
+
paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '7px',
|
|
173
|
+
paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '7px',
|
|
174
|
+
cursor: item.place_clickable == 'General' ? 'pointer' : 'default',
|
|
175
|
+
}}
|
|
176
|
+
onClick={() => {
|
|
177
|
+
if (item.IsClickable == 'Yes') {
|
|
178
|
+
if (item.place_clickable == 'General') {
|
|
179
|
+
if (item.clickable_page_route && item.clickable_page_route.length != 0) {
|
|
180
|
+
routingcountext(item.clickable_page_route, false, '');
|
|
181
|
+
} else {
|
|
182
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.Clickable_Reference_Collection_ID);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}}
|
|
187
|
+
>
|
|
188
|
+
<div className="row ml-0 mr-0 d-flex justify-content-center w-100">
|
|
189
|
+
<div
|
|
190
|
+
className={sectionproperties.bgcovercontainresponsive == 'Contain' ? 'col-lg-12 p-0 h-md-auto' : 'col-lg-12 p-0'}
|
|
191
|
+
style={{
|
|
192
|
+
height: sectionproperties.image_height + 'vh',
|
|
193
|
+
}}
|
|
194
|
+
>
|
|
195
|
+
<div
|
|
196
|
+
className={`${bgcssstyles.bgimage}` + ' d-md-flex d-sm-none '}
|
|
197
|
+
style={{
|
|
198
|
+
height: '100%',
|
|
199
|
+
width: '100%',
|
|
200
|
+
}}
|
|
201
|
+
>
|
|
202
|
+
<IKImage
|
|
203
|
+
urlEndpoint={IKurlEndpoint}
|
|
204
|
+
publicKey={IKpublicKey}
|
|
205
|
+
path={
|
|
206
|
+
bgimagearrayofobjs.length != 0
|
|
207
|
+
? langdetect == 'en'
|
|
208
|
+
? bgimagearrayofobjs[index].bg1_image
|
|
209
|
+
: bgimagearrayofobjs[index].bg1_image_ar
|
|
210
|
+
: ''
|
|
211
|
+
}
|
|
212
|
+
className={sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : ''}
|
|
213
|
+
style={{
|
|
214
|
+
height: '100%',
|
|
215
|
+
width: '100%',
|
|
216
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
217
|
+
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
218
|
+
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
219
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
220
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
221
|
+
}}
|
|
222
|
+
/>
|
|
223
|
+
</div>
|
|
224
|
+
<div
|
|
225
|
+
className={`${bgcssstyles.bgimage}` + ' d-none d-md-none d-sm-flex'}
|
|
226
|
+
style={{
|
|
227
|
+
height: '100%',
|
|
228
|
+
width: '100%',
|
|
229
|
+
}}
|
|
230
|
+
>
|
|
231
|
+
<IKImage
|
|
232
|
+
urlEndpoint={IKurlEndpoint}
|
|
233
|
+
publicKey={IKpublicKey}
|
|
234
|
+
path={
|
|
235
|
+
bgimagearrayofobjs.length != 0
|
|
236
|
+
? langdetect == 'en'
|
|
237
|
+
? bgimagearrayofobjs[index].bg1_imageresponsive
|
|
238
|
+
: bgimagearrayofobjs[index].bg1_imageresponsive_ar
|
|
239
|
+
: ''
|
|
240
|
+
}
|
|
241
|
+
className={sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : ''}
|
|
242
|
+
style={{
|
|
243
|
+
height: '100%',
|
|
244
|
+
width: '100%',
|
|
245
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
246
|
+
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
247
|
+
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
248
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
249
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
250
|
+
}}
|
|
251
|
+
/>
|
|
252
|
+
</div>
|
|
253
|
+
<div
|
|
254
|
+
className={`${bgcssstyles.bgImageContainer}` + ' col-lg-12 p-0 w-100 '}
|
|
255
|
+
style={{
|
|
256
|
+
position: 'absolute',
|
|
257
|
+
top: 0,
|
|
258
|
+
right: 0,
|
|
259
|
+
bottom: 0,
|
|
260
|
+
left: 0,
|
|
261
|
+
zIndex: 100,
|
|
262
|
+
}}
|
|
263
|
+
>
|
|
264
|
+
<div className={`${bgcssstyles.centered_container}` + ' row m-0 d-flex pt-0 '}>
|
|
265
|
+
<div
|
|
266
|
+
className={
|
|
267
|
+
bgimagearrayofobjs[index].bg1_numberofcols == '12'
|
|
268
|
+
? ' p-0 d-flex flex-column d-md-none col-lg-12 '
|
|
269
|
+
: ' p-0 d-flex flex-column d-md-none col-lg-6 '
|
|
270
|
+
}
|
|
271
|
+
style={{ position: 'relative', overflow: 'hidden' }}
|
|
272
|
+
>
|
|
273
|
+
<p
|
|
274
|
+
className={'d-flex justify-content-md-center wordbreak'}
|
|
275
|
+
style={{
|
|
276
|
+
maxWidth: '100%',
|
|
277
|
+
position: 'relative',
|
|
278
|
+
fontSize: bgimagearrayofobjs[index].bg1_fontsize + 'px',
|
|
279
|
+
color: bgimagearrayofobjs[index].bg1_txtcolor,
|
|
280
|
+
textTransform: bgimagearrayofobjs[index].bg1_txttransform,
|
|
281
|
+
fontWeight: bgimagearrayofobjs[index].bg1_fontweight,
|
|
282
|
+
top: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : bgimagearrayofobjs[index].bg1_texttop + 'px',
|
|
283
|
+
left:
|
|
284
|
+
bgimagearrayofobjs[index].bg1_numberofcols == '12'
|
|
285
|
+
? 0
|
|
286
|
+
: langdetect == 'en'
|
|
287
|
+
? bgimagearrayofobjs[index].bg1_textleft + 'px'
|
|
288
|
+
: '',
|
|
289
|
+
right:
|
|
290
|
+
bgimagearrayofobjs[index].bg1_numberofcols == '12'
|
|
291
|
+
? 0
|
|
292
|
+
: langdetect == 'en'
|
|
293
|
+
? ''
|
|
294
|
+
: bgimagearrayofobjs[index].bg1_textleft + 'px',
|
|
295
|
+
bottom: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '',
|
|
296
|
+
margin: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 'auto' : '',
|
|
297
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
298
|
+
}}
|
|
299
|
+
>
|
|
300
|
+
{langdetect == 'en' ? bgimagearrayofobjs[index].bg1_text_en : bgimagearrayofobjs[index].bg1_text_ar}
|
|
301
|
+
</p>
|
|
302
|
+
{bgimagearrayofobjs[index].showdescription1 == 'Show' && (
|
|
303
|
+
<p
|
|
304
|
+
className={'d-flex justify-content-md-center wordbreak'}
|
|
305
|
+
style={{
|
|
306
|
+
// maxWidth: '97%',
|
|
307
|
+
position: 'relative',
|
|
308
|
+
fontSize: bgimagearrayofobjs[index].bg1_desfontsize + 'px',
|
|
309
|
+
color: bgimagearrayofobjs[index].bg1_descolor,
|
|
310
|
+
textTransform: bgimagearrayofobjs[index].bg1_destxttransform,
|
|
311
|
+
fontWeight: bgimagearrayofobjs[index].bg1_desfontweight,
|
|
312
|
+
top: bgimagearrayofobjs[index].desc1top + 'px',
|
|
313
|
+
left: langdetect == 'en' ? bgimagearrayofobjs[index].desc1left + 'px' : '',
|
|
314
|
+
right: langdetect == 'en' ? '' : bgimagearrayofobjs[index].desc1left + 'px',
|
|
315
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
316
|
+
}}
|
|
317
|
+
>
|
|
318
|
+
{langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar}
|
|
319
|
+
</p>
|
|
320
|
+
)}
|
|
321
|
+
{bgimagearrayofobjs[index].showbutton1 == 'Show' && (
|
|
322
|
+
<button
|
|
323
|
+
className={`${bgcssstyles.btnone}` + ' allcentered '}
|
|
324
|
+
style={{
|
|
325
|
+
top: bgimagearrayofobjs[index].bg1_btnpositiontop + 'px',
|
|
326
|
+
left: langdetect == 'en' ? bgimagearrayofobjs[index].bg1_btnpositionleft + 'px' : '',
|
|
327
|
+
right: langdetect == 'en' ? '' : bgimagearrayofobjs[index].bg1_btnpositionleft + 'px',
|
|
328
|
+
letterSpacing: langdetect == 'en' ? '1px' : 0,
|
|
329
|
+
}}
|
|
330
|
+
onClick={() => {
|
|
331
|
+
if (item.IsClickable == 'Yes') {
|
|
332
|
+
if (item.place_clickable == 'Button') {
|
|
333
|
+
if (item.clickable_page_route && item.clickable_page_route.length != 0) {
|
|
334
|
+
routingcountext(item.clickable_page_route, false, '');
|
|
335
|
+
} else {
|
|
336
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.Clickable_Reference_Collection_ID);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
}}
|
|
341
|
+
>
|
|
342
|
+
{langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}{' '}
|
|
343
|
+
{langdetect == 'en' ? <IoIosArrowRoundForward size={20} /> : <IoIosArrowRoundBack size={20} />}
|
|
344
|
+
</button>
|
|
345
|
+
)}
|
|
346
|
+
</div>
|
|
347
|
+
<div className="col-md-12 d-none d-md-flex flex-column mt-auto mb-auto ">
|
|
348
|
+
<p
|
|
349
|
+
className="wordbreak m-0"
|
|
350
|
+
style={{
|
|
351
|
+
position: 'relative',
|
|
352
|
+
fontSize: bgimagearrayofobjs[index].bg1_fontsize + 'px',
|
|
353
|
+
color: bgimagearrayofobjs[index].bg1_txtcolor,
|
|
354
|
+
textTransform: bgimagearrayofobjs[index].bg1_txttransform,
|
|
355
|
+
fontWeight: bgimagearrayofobjs[index].bg1_fontweight,
|
|
356
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
357
|
+
}}
|
|
358
|
+
>
|
|
359
|
+
{langdetect == 'en' ? bgimagearrayofobjs[index].bg1_text_en : bgimagearrayofobjs[index].bg1_text_ar}
|
|
360
|
+
</p>
|
|
361
|
+
{bgimagearrayofobjs[index].showdescription1 == 'Show' && (
|
|
362
|
+
<p
|
|
363
|
+
className={'d-flex justify-content-md-center wordbreak m-0'}
|
|
364
|
+
style={{
|
|
365
|
+
position: 'relative',
|
|
366
|
+
fontSize: bgimagearrayofobjs[index].bg1_desfontsize + 'px',
|
|
367
|
+
color: bgimagearrayofobjs[index].bg1_descolor,
|
|
368
|
+
textTransform: bgimagearrayofobjs[index].bg1_destxttransform,
|
|
369
|
+
fontWeight: bgimagearrayofobjs[index].bg1_desfontweight,
|
|
370
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
371
|
+
}}
|
|
372
|
+
>
|
|
373
|
+
{langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar}
|
|
374
|
+
</p>
|
|
375
|
+
)}
|
|
376
|
+
{bgimagearrayofobjs[index].showbutton1 == 'Show' && (
|
|
377
|
+
<button
|
|
378
|
+
className={`${bgcssstyles.btnresp}` + ' mt-md-5 mt-sm-3 '}
|
|
379
|
+
onClick={() => {
|
|
380
|
+
if (item.IsClickable == 'Yes') {
|
|
381
|
+
if (item.place_clickable == 'Button') {
|
|
382
|
+
if (item.clickable_page_route && item.clickable_page_route.length != 0) {
|
|
383
|
+
routingcountext(item.clickable_page_route, false, '');
|
|
384
|
+
} else {
|
|
385
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.Clickable_Reference_Collection_ID);
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
}}
|
|
390
|
+
>
|
|
391
|
+
{langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
|
|
392
|
+
</button>
|
|
393
|
+
)}
|
|
394
|
+
</div>
|
|
395
|
+
</div>
|
|
396
|
+
</div>
|
|
397
|
+
</div>
|
|
398
|
+
</div>
|
|
399
|
+
</div>
|
|
400
|
+
);
|
|
401
|
+
})}
|
|
402
|
+
</div>
|
|
403
|
+
</div>
|
|
404
|
+
</div>
|
|
405
|
+
</div>
|
|
406
|
+
</div>
|
|
407
|
+
);
|
|
408
|
+
};
|
|
409
|
+
export default Twobgimages;
|