tabexseriescomponents 0.0.215 → 0.0.217
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 +182 -81
- package/dist/index.esm.js +182 -81
- package/dist/index.umd.js +182 -81
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1784,7 +1784,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1784
1784
|
TabIndicatorProps: {
|
|
1785
1785
|
style: {
|
|
1786
1786
|
background: sectionproperties.activetabbordercolor,
|
|
1787
|
-
width: '50%',
|
|
1787
|
+
// width: '50%',
|
|
1788
1788
|
right: sectionproperties.showfirstpolicy == 'Hide' ? 0 : sectionproperties.showsecondpolicy == 'Hide' ? 0 : '',
|
|
1789
1789
|
margin: sectionproperties.showfirstpolicy == 'Hide' ? 'auto' : sectionproperties.showsecondpolicy == 'Hide' ? 'auto' : ''
|
|
1790
1790
|
}
|
|
@@ -22562,7 +22562,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
22562
22562
|
maxHeight: '100%'
|
|
22563
22563
|
}
|
|
22564
22564
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
22565
|
-
"class": ' col-lg-
|
|
22565
|
+
"class": ' col-lg-7 p-0 d-flex flex-row align-items-center justify-content-start '
|
|
22566
22566
|
}, /*#__PURE__*/React.createElement("div", {
|
|
22567
22567
|
"class": " ".concat(headerstyles$2.nav__item) + 'scrollhorizontal w-100 align-items-center justify-content-start',
|
|
22568
22568
|
style: {
|
|
@@ -22590,7 +22590,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
22590
22590
|
subheadercontentpositionprops: 'start'
|
|
22591
22591
|
}
|
|
22592
22592
|
})), /*#__PURE__*/React.createElement("div", {
|
|
22593
|
-
"class": "col-lg-
|
|
22593
|
+
"class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
|
|
22594
22594
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
22595
22595
|
"class": " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ',
|
|
22596
22596
|
style: {
|
|
@@ -22619,7 +22619,10 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
22619
22619
|
}, /*#__PURE__*/React.createElement("p", {
|
|
22620
22620
|
"class": header_cssstyles.greetingstyles + ' m-0 p-0 mb-1 '
|
|
22621
22621
|
}, lang.hello, langdetect == 'en' ? ',' : '،'), /*#__PURE__*/React.createElement("p", {
|
|
22622
|
-
"class": header_cssstyles.loggedinusername + ' loggedinuserbtn text-overflow m-0 p-0 '
|
|
22622
|
+
"class": header_cssstyles.loggedinusername + ' loggedinuserbtn text-overflow m-0 p-0 ',
|
|
22623
|
+
style: {
|
|
22624
|
+
maxWidth: '100px'
|
|
22625
|
+
}
|
|
22623
22626
|
}, authdetailsContext.customerinfo.name)))), !authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown.Menu, null, /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
22624
22627
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
22625
22628
|
onClick: function onClick() {
|
|
@@ -27026,7 +27029,6 @@ var Footer5 = function Footer5(props) {
|
|
|
27026
27029
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
27027
27030
|
logoarrayofobjects = _useState6[0],
|
|
27028
27031
|
setlogoarrayofobjects = _useState6[1];
|
|
27029
|
-
props.actions.history;
|
|
27030
27032
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
27031
27033
|
var lang = props.actions.lang;
|
|
27032
27034
|
var langdetect = props.actions.langdetect;
|
|
@@ -30264,6 +30266,18 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
30264
30266
|
cardobj.productimages = arrayItem.productinfo.productimages;
|
|
30265
30267
|
cardobj.quantity = itemquantity;
|
|
30266
30268
|
cardobj.timestamp = arrayItem.productinfo.timestamp;
|
|
30269
|
+
if (langdetect == 'en') {
|
|
30270
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 ? void 0 : fetchAuthorizationQueryContext.data.data.currencyname_en;
|
|
30271
|
+
} else {
|
|
30272
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 ? void 0 : fetchAuthorizationQueryContext.data.data.currencyname_ar;
|
|
30273
|
+
}
|
|
30274
|
+
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
30275
|
+
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
30276
|
+
if (arrayItem.productinfo.productid == favitem) {
|
|
30277
|
+
cardobj.IsFavExists = true;
|
|
30278
|
+
}
|
|
30279
|
+
});
|
|
30280
|
+
}
|
|
30267
30281
|
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
30268
30282
|
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
30269
30283
|
if (arrayItem.productinfo.productid == favitem) {
|
|
@@ -30420,13 +30434,13 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
30420
30434
|
color: sectionproperties.noprod_iconcolor
|
|
30421
30435
|
}
|
|
30422
30436
|
}), /*#__PURE__*/React.createElement("p", {
|
|
30437
|
+
"class": "m-0 p-0 mt-2",
|
|
30423
30438
|
style: {
|
|
30424
|
-
fontSize: sectionproperties.noprod_fontSize + 'px',
|
|
30425
30439
|
fontWeight: sectionproperties.noprod_fontWeight,
|
|
30426
|
-
|
|
30427
|
-
|
|
30440
|
+
color: sectionproperties.noprod_color,
|
|
30441
|
+
fontSize: sectionproperties.noprod_fontSize + 'px'
|
|
30428
30442
|
}
|
|
30429
|
-
}, langdetect == 'en' ?
|
|
30443
|
+
}, langdetect == 'en' ? sectionproperties.nocards_content_en : sectionproperties.nocards_content_ar))), cardsarray.length != 0 && StatePagePropertiesContext.pageobj.sections[props.sectionindexprops].childsections.map(function (item, index) {
|
|
30430
30444
|
if (item.tabexsectioninfo != null) {
|
|
30431
30445
|
if (item.sectionstructype == 'child' && TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname] != undefined) {
|
|
30432
30446
|
var Sectioncomp = TabexSectionsComponentsContext[item.tabexsectioninfo.sectioncompname];
|
|
@@ -30437,7 +30451,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
30437
30451
|
}, /*#__PURE__*/React.createElement(ScrollMenu, {
|
|
30438
30452
|
transitionBehavior: 'auto',
|
|
30439
30453
|
wrapperClassName: '',
|
|
30440
|
-
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : item.tabexsectioninfo.sectioncompname == 'Card20' ? 'scrollmenuclassnameitemCard20' : 'scrollmenuclassnameitem',
|
|
30454
|
+
itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : item.tabexsectioninfo.sectioncompname == 'Card20' ? 'scrollmenuclassnameitemCard20' : item.tabexsectioninfo.sectioncompname == 'UpSlideEffectCard' ? 'scrollmenuclassnameitemUpSlideEffectCard' : 'scrollmenuclassnameitem',
|
|
30441
30455
|
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
30442
30456
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
30443
30457
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -36144,7 +36158,12 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
36144
36158
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr));
|
|
36145
36159
|
};
|
|
36146
36160
|
return /*#__PURE__*/React.createElement("div", {
|
|
36147
|
-
"class":
|
|
36161
|
+
"class": "w-100 allcentered",
|
|
36162
|
+
style: {
|
|
36163
|
+
background: sectionproperties.backgroundColor
|
|
36164
|
+
}
|
|
36165
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36166
|
+
"class": ' row ml-0 mr-0 d-flex justify-content-between w-md-100 align-items-center ',
|
|
36148
36167
|
style: {
|
|
36149
36168
|
marginTop: sectionproperties.marginTop + 'px',
|
|
36150
36169
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -36153,7 +36172,9 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
36153
36172
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
36154
36173
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
36155
36174
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
36156
|
-
position: 'relative'
|
|
36175
|
+
position: 'relative',
|
|
36176
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
36177
|
+
width: sectionproperties.width + 'vw'
|
|
36157
36178
|
}
|
|
36158
36179
|
}, maincontainerarrayofobjs != undefined && (maincontainerarrayofobjs === null || maincontainerarrayofobjs === void 0 ? void 0 : maincontainerarrayofobjs.length) != 0 && /*#__PURE__*/React.createElement("div", {
|
|
36159
36180
|
"class": section_styles.imgcontainer
|
|
@@ -36220,7 +36241,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
36220
36241
|
"class": "col-lg-12 p-0"
|
|
36221
36242
|
}, /*#__PURE__*/React.createElement("button", {
|
|
36222
36243
|
"class": "".concat(section_styles.btn)
|
|
36223
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))));
|
|
36244
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))));
|
|
36224
36245
|
};
|
|
36225
36246
|
|
|
36226
36247
|
function ownKeys$Q(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -36359,15 +36380,22 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
36359
36380
|
};
|
|
36360
36381
|
var Content = function Content() {
|
|
36361
36382
|
return /*#__PURE__*/React.createElement("div", {
|
|
36362
|
-
"class": "col-lg-6 col-md-12 d-flex justify-content-start h-100 justify-content-md-center
|
|
36383
|
+
"class": "col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0",
|
|
36384
|
+
style: {
|
|
36385
|
+
background: sectionproperties.reservation_bgcolor,
|
|
36386
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
36387
|
+
paddingTop: sectionproperties.sectiontitleposition == 'Centered' ? 50 : 0,
|
|
36388
|
+
paddingBottom: sectionproperties.sectiontitleposition == 'Centered' ? 50 : 0
|
|
36389
|
+
}
|
|
36363
36390
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36364
|
-
"class":
|
|
36391
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
36365
36392
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36366
|
-
"class": "col-lg-12
|
|
36393
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
36367
36394
|
style: {
|
|
36368
36395
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
36369
36396
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
36370
|
-
marginTop: sectionproperties.sectionTitleMarginTop + 'px'
|
|
36397
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
36398
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
36371
36399
|
}
|
|
36372
36400
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36373
36401
|
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
@@ -36447,7 +36475,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
36447
36475
|
return /*#__PURE__*/React.createElement("div", {
|
|
36448
36476
|
"class": sectionproperties.image_height == 0 ? 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center h-auto p-0' : 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-0',
|
|
36449
36477
|
style: {
|
|
36450
|
-
cursor: ((_imagesarray$ = imagesarray[0]) === null || _imagesarray$ === void 0 ? void 0 : _imagesarray$.IsClickable) == 'Yes' ? 'pointer' : 'default'
|
|
36478
|
+
cursor: ((_imagesarray$ = imagesarray[0]) === null || _imagesarray$ === void 0 ? void 0 : _imagesarray$.IsClickable) == 'Yes' ? 'pointer' : 'default',
|
|
36479
|
+
background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor
|
|
36451
36480
|
},
|
|
36452
36481
|
onClick: function onClick() {
|
|
36453
36482
|
var _imagesarray$2;
|
|
@@ -36462,10 +36491,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
36462
36491
|
}
|
|
36463
36492
|
}
|
|
36464
36493
|
}
|
|
36465
|
-
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
36494
|
+
}, imagesarray.length != 0 && /*#__PURE__*/React.createElement(IKImage, {
|
|
36466
36495
|
urlEndpoint: IKurlEndpoint,
|
|
36467
36496
|
publicKey: IKpublicKey,
|
|
36468
|
-
path:
|
|
36497
|
+
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$7 = imagesarray[0]) === null || _imagesarray$7 === void 0 ? void 0 : _imagesarray$7.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$8 = imagesarray[0]) === null || _imagesarray$8 === void 0 ? void 0 : _imagesarray$8.bgsection_image_ar),
|
|
36469
36498
|
style: {
|
|
36470
36499
|
width: '100%',
|
|
36471
36500
|
height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
|
|
@@ -36480,7 +36509,17 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
36480
36509
|
}));
|
|
36481
36510
|
};
|
|
36482
36511
|
return /*#__PURE__*/React.createElement("div", {
|
|
36483
|
-
"class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center
|
|
36512
|
+
"class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center '
|
|
36513
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36514
|
+
"class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? 'col-lg-12 d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100' : 'col-lg-12 d-flex justify-content-between align-items-center w-md-100',
|
|
36515
|
+
style: {
|
|
36516
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
36517
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
36518
|
+
width: sectionproperties.width + 'vw',
|
|
36519
|
+
background: sectionproperties.backgroundColor
|
|
36520
|
+
}
|
|
36521
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36522
|
+
"class": sectionproperties.paddingLeft != 0 ? 'row m-0 w-100 d-flex justify-content-between px-1025-1 pl-md-3 pr-md-3' : 'row m-0 w-100 d-flex justify-content-between',
|
|
36484
36523
|
style: {
|
|
36485
36524
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
36486
36525
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
@@ -36488,22 +36527,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
36488
36527
|
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
36489
36528
|
marginTop: sectionproperties.marginTop + 'px',
|
|
36490
36529
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
36491
|
-
background: sectionproperties.backgroundColor,
|
|
36492
36530
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
36493
36531
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
36494
36532
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
36495
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px'
|
|
36496
|
-
width: sectionproperties.width + 'vw'
|
|
36533
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px'
|
|
36497
36534
|
}
|
|
36498
36535
|
}, sectionproperties.sectionstyle == 'Image on right' && /*#__PURE__*/React.createElement("div", {
|
|
36499
|
-
"class": "col-lg-12 p-0"
|
|
36536
|
+
"class": "col-lg-12 p-0 d-flex justify-content-between"
|
|
36500
36537
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36501
|
-
"class": "row m-0 w-100"
|
|
36538
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
36539
|
+
style: {
|
|
36540
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
36541
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
36542
|
+
}
|
|
36502
36543
|
}, Content(), Image())), sectionproperties.sectionstyle != 'Image on right' && /*#__PURE__*/React.createElement("div", {
|
|
36503
36544
|
"class": "col-lg-12 p-0"
|
|
36504
36545
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36505
|
-
"class": "row m-0 w-100"
|
|
36506
|
-
|
|
36546
|
+
"class": "row m-0 w-100",
|
|
36547
|
+
style: {
|
|
36548
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
36549
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
36550
|
+
}
|
|
36551
|
+
}, Image(), Content())))));
|
|
36507
36552
|
};
|
|
36508
36553
|
|
|
36509
36554
|
function ownKeys$P(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -37895,10 +37940,11 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
37895
37940
|
pcollarray = _useState12[0],
|
|
37896
37941
|
setpcollarray = _useState12[1];
|
|
37897
37942
|
useEffect(function () {
|
|
37898
|
-
var _authdetailsContext$i;
|
|
37943
|
+
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
37899
37944
|
var temppcollarray = _toConsumableArray(pcollarray);
|
|
37900
|
-
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instcategories.forEach(function (arrayItem) {
|
|
37901
|
-
|
|
37945
|
+
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.instcategories) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.forEach(function (arrayItem) {
|
|
37946
|
+
var _arrayItem$parentcoll;
|
|
37947
|
+
arrayItem === null || arrayItem === void 0 ? void 0 : (_arrayItem$parentcoll = arrayItem.parentcolletions) === null || _arrayItem$parentcoll === void 0 ? void 0 : _arrayItem$parentcoll.forEach(function (item) {
|
|
37902
37948
|
temppcollarray.push(item);
|
|
37903
37949
|
});
|
|
37904
37950
|
});
|
|
@@ -38058,7 +38104,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38058
38104
|
}))));
|
|
38059
38105
|
};
|
|
38060
38106
|
var SlideshowContent = function SlideshowContent() {
|
|
38061
|
-
var _authdetailsContext$
|
|
38107
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16;
|
|
38062
38108
|
return /*#__PURE__*/React.createElement("div", {
|
|
38063
38109
|
"class": "col-lg-12 p-0"
|
|
38064
38110
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -38085,8 +38131,8 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38085
38131
|
height: sectionproperties.height + 'vh',
|
|
38086
38132
|
overflowY: 'scroll'
|
|
38087
38133
|
}
|
|
38088
|
-
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38089
|
-
var _authdetailsContext$
|
|
38134
|
+
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : (_authdetailsContext$i4 = _authdetailsContext$i3.instcategories) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.map(function (item, index) {
|
|
38135
|
+
var _authdetailsContext$i5;
|
|
38090
38136
|
return /*#__PURE__*/React.createElement("div", {
|
|
38091
38137
|
"class": slideshow_styles.categoryname + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
38092
38138
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -38108,7 +38154,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38108
38154
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38109
38155
|
}) : /*#__PURE__*/React.createElement(BsChevronLeft, {
|
|
38110
38156
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38111
|
-
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38157
|
+
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instcategories) - 1 && /*#__PURE__*/React.createElement("div", {
|
|
38112
38158
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
38113
38159
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
38114
38160
|
"class": "m-0"
|
|
@@ -38142,7 +38188,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38142
38188
|
"class": "m-0"
|
|
38143
38189
|
})));
|
|
38144
38190
|
}
|
|
38145
|
-
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38191
|
+
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instcollections.map(function (item, index) {
|
|
38146
38192
|
if (item.isshowntocustomers == 1) {
|
|
38147
38193
|
return /*#__PURE__*/React.createElement("div", {
|
|
38148
38194
|
"class": slideshow_styles.parentcollection + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
@@ -38163,7 +38209,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38163
38209
|
"class": "m-0"
|
|
38164
38210
|
})));
|
|
38165
38211
|
}
|
|
38166
|
-
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38212
|
+
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.instcategories[Choosenindex]) === null || _authdetailsContext$i8 === void 0 ? void 0 : (_authdetailsContext$i9 = _authdetailsContext$i8.parentcolletions) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.length) != 0 && /*#__PURE__*/React.createElement("div", {
|
|
38167
38213
|
"class": langdetect == 'en' ? 'cat_dropdown-menu cat_dropdown cat_dropdownen' : 'cat_dropdown-menu cat_dropdown cat_dropdownar',
|
|
38168
38214
|
style: {
|
|
38169
38215
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -38173,7 +38219,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38173
38219
|
}
|
|
38174
38220
|
}, /*#__PURE__*/React.createElement("div", {
|
|
38175
38221
|
"class": "row m-0 w-100"
|
|
38176
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38222
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : (_authdetailsContext$i11 = _authdetailsContext$i10.instcategories[Choosenindex]) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.parentcolletions) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
38177
38223
|
var _item$collections;
|
|
38178
38224
|
return /*#__PURE__*/React.createElement("div", {
|
|
38179
38225
|
"class": "col-lg-4 p-0"
|
|
@@ -38208,7 +38254,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38208
38254
|
}
|
|
38209
38255
|
}, /*#__PURE__*/React.createElement("div", {
|
|
38210
38256
|
"class": "row m-0 w-100"
|
|
38211
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38257
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.instcategories[0]) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.parentcolletions[Choosenindex]) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.collections) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.map(function (item, index) {
|
|
38212
38258
|
return /*#__PURE__*/React.createElement("div", {
|
|
38213
38259
|
"class": "col-lg-4 p-0",
|
|
38214
38260
|
onClick: function onClick() {
|
|
@@ -40094,7 +40140,7 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
|
|
|
40094
40140
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
40095
40141
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
|
|
40096
40142
|
}
|
|
40097
|
-
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
40143
|
+
}, item.image != '' && /*#__PURE__*/React.createElement(IKImage, {
|
|
40098
40144
|
urlEndpoint: IKurlEndpoint,
|
|
40099
40145
|
publicKey: IKpublicKey,
|
|
40100
40146
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
@@ -40109,7 +40155,21 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
|
|
|
40109
40155
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
40110
40156
|
},
|
|
40111
40157
|
loading: "lazy"
|
|
40112
|
-
}), item.
|
|
40158
|
+
}), item.image == '' && /*#__PURE__*/React.createElement("div", {
|
|
40159
|
+
style: {
|
|
40160
|
+
width: '100%',
|
|
40161
|
+
height: '100%',
|
|
40162
|
+
background: sectionproperties.image_bgtransparent == 'Transparent' ? 'Transparent' : sectionproperties.image_bgcolor,
|
|
40163
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
40164
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
40165
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
40166
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
40167
|
+
}
|
|
40168
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
40169
|
+
"class": "h-100 allcentered text-light"
|
|
40170
|
+
}, /*#__PURE__*/React.createElement(FiLayers, {
|
|
40171
|
+
size: 26
|
|
40172
|
+
}))), item.hassale == 1 && /*#__PURE__*/React.createElement("div", {
|
|
40113
40173
|
"class": "".concat(card_cssstyles.badgeStyles) + ' allcentered '
|
|
40114
40174
|
}, /*#__PURE__*/React.createElement("p", {
|
|
40115
40175
|
"class": "m-0 p-0",
|
|
@@ -40233,14 +40293,14 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
|
|
|
40233
40293
|
style: {
|
|
40234
40294
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
40235
40295
|
}
|
|
40236
|
-
}, langdetect == 'en' ?
|
|
40296
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname, ' '), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("span", {
|
|
40237
40297
|
"class": "".concat(card_cssstyles.productSalePricestyles)
|
|
40238
40298
|
}, " / "), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("p", {
|
|
40239
|
-
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto
|
|
40299
|
+
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto ',
|
|
40240
40300
|
style: {
|
|
40241
40301
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
40242
40302
|
}
|
|
40243
|
-
}, langdetect == 'en' ?
|
|
40303
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)))));
|
|
40244
40304
|
};
|
|
40245
40305
|
|
|
40246
40306
|
function ownKeys$A(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -40754,10 +40814,19 @@ var CategoryCardTextOnImage = function CategoryCardTextOnImage(props) {
|
|
|
40754
40814
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
40755
40815
|
transform: 'scale(0.9)',
|
|
40756
40816
|
cursor: 'pointer',
|
|
40757
|
-
|
|
40817
|
+
':hover': {
|
|
40758
40818
|
transition: '.3s',
|
|
40759
40819
|
transform: 'scale(1)',
|
|
40760
40820
|
boxShadow: '0px 0px 5px #ECECEC'
|
|
40821
|
+
},
|
|
40822
|
+
':hover .categoryname': {
|
|
40823
|
+
transition: 'all .4s ease',
|
|
40824
|
+
color: sectionproperties.text_secondarycolor
|
|
40825
|
+
},
|
|
40826
|
+
':hover .button_styles': {
|
|
40827
|
+
backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
40828
|
+
borderColor: sectionproperties.generalbtn_textColoronhover,
|
|
40829
|
+
transition: 'all .4s ease'
|
|
40761
40830
|
}
|
|
40762
40831
|
}),
|
|
40763
40832
|
inner_content: css({
|
|
@@ -40785,14 +40854,63 @@ var CategoryCardTextOnImage = function CategoryCardTextOnImage(props) {
|
|
|
40785
40854
|
':hover': {
|
|
40786
40855
|
backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
40787
40856
|
borderColor: sectionproperties.generalbtn_textColoronhover,
|
|
40788
|
-
transition: '.
|
|
40857
|
+
transition: 'all .4s ease'
|
|
40789
40858
|
}
|
|
40790
40859
|
})
|
|
40791
40860
|
};
|
|
40861
|
+
var CardContent = function CardContent() {
|
|
40862
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
40863
|
+
"class": "w-100 h-100",
|
|
40864
|
+
style: {
|
|
40865
|
+
overflow: 'hidden'
|
|
40866
|
+
}
|
|
40867
|
+
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
40868
|
+
urlEndpoint: IKurlEndpoint,
|
|
40869
|
+
publicKey: IKpublicKey,
|
|
40870
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
40871
|
+
style: {
|
|
40872
|
+
height: '100%',
|
|
40873
|
+
width: '100%',
|
|
40874
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'
|
|
40875
|
+
},
|
|
40876
|
+
loading: "lazy"
|
|
40877
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
40878
|
+
"class": "".concat(card_cssstyles.inner_content) + ' row m-0 w-100 align-items-center justify-content-start pl-sm-2 pr-sm-2 '
|
|
40879
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
40880
|
+
"class": "col-lg-9 col-md-9 col-sm-9 p-0 h-100 d-flex align-items-center"
|
|
40881
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
40882
|
+
"class": "".concat(card_cssstyles.categoryname) + ' categoryname wordbreak wordbreak1 m-0 ',
|
|
40883
|
+
style: {
|
|
40884
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
40885
|
+
}
|
|
40886
|
+
}, item.name)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
40887
|
+
"class": "col-lg-3 col-md-3 col-sm-3 100 d-flex align-items-center justify-content-end p-0"
|
|
40888
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
40889
|
+
"class": "".concat(card_cssstyles.button_styles) + ' button_styles '
|
|
40890
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
40891
|
+
"class": "h-100 d-flex align-items-center justify-content-center"
|
|
40892
|
+
}, langdetect == 'en' ? /*#__PURE__*/React.createElement(BsArrowRight, {
|
|
40893
|
+
size: sectionproperties.generalbtn_fontsize,
|
|
40894
|
+
style: {
|
|
40895
|
+
color: sectionproperties.generalbtn_textColor,
|
|
40896
|
+
':hover': {
|
|
40897
|
+
color: sectionproperties.generalbtn_textColoronhover
|
|
40898
|
+
}
|
|
40899
|
+
}
|
|
40900
|
+
}) : /*#__PURE__*/React.createElement(BsArrowLeft, {
|
|
40901
|
+
size: sectionproperties.generalbtn_fontsize,
|
|
40902
|
+
style: {
|
|
40903
|
+
color: sectionproperties.generalbtn_textColor,
|
|
40904
|
+
':hover': {
|
|
40905
|
+
color: sectionproperties.generalbtn_textColoronhover
|
|
40906
|
+
}
|
|
40907
|
+
}
|
|
40908
|
+
}))))));
|
|
40909
|
+
};
|
|
40792
40910
|
return /*#__PURE__*/React.createElement("div", {
|
|
40793
40911
|
"class": card_cssstyles.categorycard + ' col-lg-12 p-0 '
|
|
40794
40912
|
}, /*#__PURE__*/React.createElement("div", {
|
|
40795
|
-
"class": "row mt-0 ml-0 mr-0 w-100 align-items-center justify-content-center",
|
|
40913
|
+
"class": "row mt-0 ml-0 mr-0 w-100 align-items-center justify-content-center d-flex d-md-none",
|
|
40796
40914
|
onClick: function onClick() {
|
|
40797
40915
|
if (props.fetchingtypeprops == 'collections') {
|
|
40798
40916
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
@@ -40810,43 +40928,26 @@ var CategoryCardTextOnImage = function CategoryCardTextOnImage(props) {
|
|
|
40810
40928
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
40811
40929
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px'
|
|
40812
40930
|
}
|
|
40813
|
-
}, /*#__PURE__*/React.createElement(
|
|
40814
|
-
|
|
40815
|
-
|
|
40816
|
-
|
|
40817
|
-
|
|
40818
|
-
|
|
40819
|
-
|
|
40820
|
-
objectFit: 'cover'
|
|
40821
|
-
},
|
|
40822
|
-
loading: "lazy"
|
|
40823
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
40824
|
-
"class": "".concat(card_cssstyles.inner_content) + " row m-0 w-100 align-items-center justify-content-start "
|
|
40825
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
40826
|
-
"class": "col-lg-10 p-0 h-100"
|
|
40827
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
40828
|
-
"class": "".concat(card_cssstyles.categoryname) + ' wordbreak wordbreak1 m-0 '
|
|
40829
|
-
}, item.name)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
40830
|
-
"class": langdetect == 'en' ? "".concat(card_cssstyles.button_styles) + ' ml-auto ' : "".concat(card_cssstyles.button_styles) + ' mr-auto '
|
|
40831
|
-
}, /*#__PURE__*/React.createElement("i", {
|
|
40832
|
-
"class": "h-100 d-flex align-items-center justify-content-center"
|
|
40833
|
-
}, langdetect == 'en' ? /*#__PURE__*/React.createElement(BsArrowRight, {
|
|
40834
|
-
size: sectionproperties.generalbtn_fontsize,
|
|
40835
|
-
style: {
|
|
40836
|
-
color: sectionproperties.generalbtn_textColor,
|
|
40837
|
-
':hover': {
|
|
40838
|
-
color: sectionproperties.generalbtn_textColoronhover
|
|
40931
|
+
}, CardContent()), /*#__PURE__*/React.createElement("div", {
|
|
40932
|
+
"class": "row mt-0 ml-0 mr-0 w-100 align-items-center justify-content-center d-none d-md-flex",
|
|
40933
|
+
onClick: function onClick() {
|
|
40934
|
+
if (props.fetchingtypeprops == 'collections') {
|
|
40935
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
40936
|
+
} else {
|
|
40937
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
40839
40938
|
}
|
|
40840
|
-
}
|
|
40841
|
-
}) : /*#__PURE__*/React.createElement(BsArrowLeft, {
|
|
40842
|
-
size: sectionproperties.generalbtn_fontsize,
|
|
40939
|
+
},
|
|
40843
40940
|
style: {
|
|
40844
|
-
|
|
40845
|
-
|
|
40846
|
-
|
|
40847
|
-
|
|
40941
|
+
position: 'relative',
|
|
40942
|
+
height: sectionproperties.height_responsive + 'px',
|
|
40943
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
40944
|
+
backgroundColor: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
40945
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
40946
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
40947
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
40948
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px'
|
|
40848
40949
|
}
|
|
40849
|
-
})))
|
|
40950
|
+
}, CardContent()));
|
|
40850
40951
|
};
|
|
40851
40952
|
|
|
40852
40953
|
function ownKeys$y(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|