tabexseriescomponents 0.0.460 → 0.0.462
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 +114 -63
- package/dist/index.esm.js +114 -63
- package/dist/index.umd.js +115 -65
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -71,8 +71,8 @@ import { BsChevronLeft } from '@react-icons/all-files/bs/BsChevronLeft';
|
|
|
71
71
|
import { BsChevronRight } from '@react-icons/all-files/bs/BsChevronRight';
|
|
72
72
|
import '@react-icons/all-files/ri/RiArrowUpSLine';
|
|
73
73
|
import '@react-icons/all-files/ri/RiArrowDownSLine';
|
|
74
|
-
import
|
|
75
|
-
import
|
|
74
|
+
import '@react-icons/all-files/io/IoIosArrowRoundForward';
|
|
75
|
+
import '@react-icons/all-files/io/IoIosArrowRoundBack';
|
|
76
76
|
import { FiChevronUp } from '@react-icons/all-files/fi/FiChevronUp';
|
|
77
77
|
import { FiChevronDown } from '@react-icons/all-files/fi/FiChevronDown';
|
|
78
78
|
import { HiOutlinePlus } from '@react-icons/all-files/hi/HiOutlinePlus';
|
|
@@ -155,6 +155,7 @@ import { BsArrowRight } from '@react-icons/all-files/bs/BsArrowRight';
|
|
|
155
155
|
import { BsArrowLeft } from '@react-icons/all-files/bs/BsArrowLeft';
|
|
156
156
|
import { BsEye } from '@react-icons/all-files/bs/BsEye';
|
|
157
157
|
import { BiTimeFive } from '@react-icons/all-files/bi/BiTimeFive';
|
|
158
|
+
import '@mui/system';
|
|
158
159
|
import { IoIosArrowUp } from '@react-icons/all-files/io/IoIosArrowUp';
|
|
159
160
|
|
|
160
161
|
// import './index.module.css'
|
|
@@ -2240,7 +2241,7 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2240
2241
|
function ownKeys$2s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2241
2242
|
function _objectSpread$2s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2242
2243
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2243
|
-
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8,
|
|
2244
|
+
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer43;
|
|
2244
2245
|
var lang = props.actions.lang;
|
|
2245
2246
|
var langdetect = props.actions.langdetect;
|
|
2246
2247
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -3036,6 +3037,40 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3036
3037
|
height: "20px",
|
|
3037
3038
|
duration: "1s"
|
|
3038
3039
|
}))))))), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3040
|
+
"class": "col-lg-12 p-md-0"
|
|
3041
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
3042
|
+
"class": "my-3"
|
|
3043
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
3044
|
+
"class": "col-lg-12 text-start p-md-0"
|
|
3045
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.productfeatures.map(function (fitem, findex) {
|
|
3046
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3047
|
+
"class": "row m-0 w-100 text-start mb-3 mt-2"
|
|
3048
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
3049
|
+
"class": "col-lg-12 text-start mb-3 text-uppercase p-0"
|
|
3050
|
+
}, (fitem === null || fitem === void 0 ? void 0 : fitem.name_en) == 'support level' && /*#__PURE__*/React.createElement("img", {
|
|
3051
|
+
"class": langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
3052
|
+
src: 'https://tabex-co.com/storage/StaticImages/icons8-bars-48.png',
|
|
3053
|
+
style: {
|
|
3054
|
+
width: '20px'
|
|
3055
|
+
}
|
|
3056
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
3057
|
+
"class": "m-0 p-0",
|
|
3058
|
+
style: {
|
|
3059
|
+
color: sectionproperties.prodCatColor,
|
|
3060
|
+
fontWeight: 600,
|
|
3061
|
+
fontSize: 17
|
|
3062
|
+
}
|
|
3063
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
3064
|
+
"class": "col-lg-12 text-start text-capitalize"
|
|
3065
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
3066
|
+
"class": "m-0 p-0",
|
|
3067
|
+
style: {
|
|
3068
|
+
color: sectionproperties.prodCatColor,
|
|
3069
|
+
fontWeight: 400,
|
|
3070
|
+
fontSize: 15
|
|
3071
|
+
}
|
|
3072
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar)));
|
|
3073
|
+
})), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3039
3074
|
"class": "col-lg-12 col-md-12 p-md-0 mt-3"
|
|
3040
3075
|
}, /*#__PURE__*/React.createElement(Accordion, {
|
|
3041
3076
|
allowMultipleExpanded: true,
|
|
@@ -3123,7 +3158,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3123
3158
|
color: sectionproperties.prodCatColor
|
|
3124
3159
|
},
|
|
3125
3160
|
dangerouslySetInnerHTML: {
|
|
3126
|
-
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3161
|
+
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.productinfo) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : _fetchProductInfoQuer37.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer38 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : _fetchProductInfoQuer38.short_description_ar
|
|
3127
3162
|
}
|
|
3128
3163
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3129
3164
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
@@ -3248,7 +3283,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3248
3283
|
onClick: function onClick() {
|
|
3249
3284
|
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
3250
3285
|
}
|
|
3251
|
-
}, "SEE MORE")))))), sectionproperties.productInformationType == 'Product/Service Information' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3286
|
+
}, "SEE MORE")))))), sectionproperties.productInformationType == 'Product/Service Information' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer39 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.isproducttobesold) == 1 && sectionproperties.showtotalsection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
3252
3287
|
className: "col-lg-12 p-0 mb-3"
|
|
3253
3288
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3254
3289
|
className: "row m-0 w-100 d-flex flex-row"
|
|
@@ -3271,7 +3306,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3271
3306
|
}
|
|
3272
3307
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3273
3308
|
className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right ' : ' d-flex align-items-center justify-content-end wordbreak text-left '
|
|
3274
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3309
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.productinfo) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.variants[variantindexcompleted]) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.hassale) == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer41 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.productinfo) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.variants[variantindexcompleted]) === null || _fetchProductInfoQuer41 === void 0 ? void 0 : _fetchProductInfoQuer41.hassale) == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React.createElement("p", {
|
|
3275
3310
|
className: 'm-0 p-0 linethrough wordbreak',
|
|
3276
3311
|
style: {
|
|
3277
3312
|
color: sectionproperties.prodsalePriceColor,
|
|
@@ -3285,14 +3320,14 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3285
3320
|
style: {
|
|
3286
3321
|
textDecoration: 'none'
|
|
3287
3322
|
}
|
|
3288
|
-
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3323
|
+
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer42 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.productinfo) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.variants[variantindexcompleted]) === null || _fetchProductInfoQuer42 === void 0 ? void 0 : _fetchProductInfoQuer42.hassale) == 1 && /*#__PURE__*/React.createElement("span", {
|
|
3289
3324
|
className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right wordbreak ' : ' d-flex align-items-center justify-content-end wordbreak text-left wordbreak '
|
|
3290
3325
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3291
3326
|
className: "ml-2 mr-2",
|
|
3292
3327
|
style: {
|
|
3293
3328
|
textDecoration: 'none'
|
|
3294
3329
|
}
|
|
3295
|
-
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.availabilitybtnposition == 'Bottom' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3330
|
+
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.availabilitybtnposition == 'Bottom' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer43 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.productinfo) === null || _fetchProductInfoQuer43 === void 0 ? void 0 : _fetchProductInfoQuer43.isproducttobesold) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
3296
3331
|
className: "col-lg-12 p-0 mb-3 mt-2"
|
|
3297
3332
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3298
3333
|
style: {
|
|
@@ -12682,7 +12717,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
12682
12717
|
})))))));
|
|
12683
12718
|
};
|
|
12684
12719
|
|
|
12685
|
-
var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n height: auto;\n display: flex;\n width: 100% !important;\n flex-direction: column;\n word-wrap: break-word;\n}\n.tabs-module_tabs__36dMY input[name='tab-control'] {\n display: none;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n list-style-type: none;\n padding-left: 0;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n /* width: 30%; */\n height: 100%;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n box-sizing: border-box;\n flex: 1;\n display: inline-block;\n width: 100% !important;\n text-align: left;\n /* border-right: 1px solid #ccc; */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n font-size: 16px;\n font-weight: 500;\n transition: all 0.3s ease-in-out;\n padding: 10px;\n overflow: hidden;\n text-overflow: ellipsis;\n display: block;\n cursor: pointer;\n transition: all 0.2s ease-in-out;\n white-space: nowrap;\n /* color: var(--light2); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label:hover {\n outline: 0;\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label.tabs-module_active__6wLfI {\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(1):checked ~ ul li:nth-child(1) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(2):checked ~ ul li:nth-child(2) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(3):checked ~ ul li:nth-child(3) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(4):checked ~ ul li:nth-child(4) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n@media screen and (max-width: 800px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n width: 100%;\n display: block;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 50% !important;\n float: none;\n display: inline-block;\n zoom: 1;\n border-right: 0 !important;\n }\n /* label:hover {\n border-right: 0 !important;\n border-top: 3px solid !important;\n } */\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsliheaderresp__TPNhh{\n width: 50% !important;\n }\n .tabs-module_accordionContainer__-MSW5 label:hover {\n border-top: none !important;\n } \n}\n@media (max-width: 576px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width:
|
|
12720
|
+
var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n height: auto;\n display: flex;\n width: 100% !important;\n flex-direction: column;\n word-wrap: break-word;\n}\n.tabs-module_tabs__36dMY input[name='tab-control'] {\n display: none;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n list-style-type: none;\n padding-left: 0;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n /* width: 30%; */\n height: 100%;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n box-sizing: border-box;\n flex: 1;\n display: inline-block;\n width: 100% !important;\n text-align: left;\n /* border-right: 1px solid #ccc; */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n font-size: 16px;\n font-weight: 500;\n transition: all 0.3s ease-in-out;\n padding: 10px;\n overflow: hidden;\n text-overflow: ellipsis;\n display: block;\n cursor: pointer;\n transition: all 0.2s ease-in-out;\n white-space: nowrap;\n /* color: var(--light2); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label:hover {\n outline: 0;\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label.tabs-module_active__6wLfI {\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(1):checked ~ ul li:nth-child(1) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(2):checked ~ ul li:nth-child(2) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(3):checked ~ ul li:nth-child(3) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(4):checked ~ ul li:nth-child(4) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n@media screen and (max-width: 800px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n width: 100%;\n display: block;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 50% !important;\n float: none;\n display: inline-block;\n zoom: 1;\n border-right: 0 !important;\n }\n /* label:hover {\n border-right: 0 !important;\n border-top: 3px solid !important;\n } */\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsliheaderresp__TPNhh{\n width: 50% !important;\n }\n .tabs-module_accordionContainer__-MSW5 label:hover {\n border-top: none !important;\n } \n}\n@media (max-width: 576px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 50% !important;\n }\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsliheaderresp__TPNhh{\n width: 50% !important;\n }\n}\n\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy {\n flex-direction: row !important;\n}\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n /* border-top: 5px solid #fff; */\n margin: 0 5px;\n}\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n padding: 0 !important;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n";
|
|
12686
12721
|
var tabstyles = {"tabs":"tabs-module_tabs__36dMY","tabsul":"tabs-module_tabsul__wNZqy","tabsli":"tabs-module_tabsli__-uR10","active":"tabs-module_active__6wLfI","tabsliheaderresp":"tabs-module_tabsliheaderresp__TPNhh","accordionContainer":"tabs-module_accordionContainer__-MSW5","policiestabs":"tabs-module_policiestabs__nopXD"};
|
|
12687
12722
|
styleInject(css_248z$F);
|
|
12688
12723
|
|
|
@@ -12997,15 +13032,15 @@ var CartSlider = function CartSlider(props) {
|
|
|
12997
13032
|
CurrentPageId = _useState6[0],
|
|
12998
13033
|
setCurrentPageId = _useState6[1];
|
|
12999
13034
|
var _useState7 = useState(''),
|
|
13000
|
-
_useState8 = _slicedToArray(_useState7, 2)
|
|
13001
|
-
|
|
13035
|
+
_useState8 = _slicedToArray(_useState7, 2);
|
|
13036
|
+
_useState8[0];
|
|
13002
13037
|
_useState8[1];
|
|
13003
13038
|
var _useState9 = useState({
|
|
13004
13039
|
productfetchingtype: 'Random',
|
|
13005
13040
|
collectionid: ''
|
|
13006
13041
|
}),
|
|
13007
|
-
_useState10 = _slicedToArray(_useState9, 2)
|
|
13008
|
-
|
|
13042
|
+
_useState10 = _slicedToArray(_useState9, 2);
|
|
13043
|
+
_useState10[0];
|
|
13009
13044
|
_useState10[1];
|
|
13010
13045
|
useEffect(function () {
|
|
13011
13046
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13359,12 +13394,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
13359
13394
|
}, langdetect == 'en' ? sectionproperties.nocards_content_en : sectionproperties.nocards_content_ar), /*#__PURE__*/React.createElement("button", {
|
|
13360
13395
|
className: "".concat(cart_cssstyles.shopbuttonstyles) + ' mt-4 d-flex align-items-center justify-content-center ',
|
|
13361
13396
|
onClick: function onClick() {
|
|
13362
|
-
if (
|
|
13363
|
-
|
|
13364
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, ProductsFetchingTypeSectionObj.collectionid);
|
|
13365
|
-
} else {
|
|
13366
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13367
|
-
}
|
|
13397
|
+
if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
|
|
13398
|
+
routingcountext(sectionproperties.btnlink, false);
|
|
13368
13399
|
} else {
|
|
13369
13400
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13370
13401
|
}
|
|
@@ -15427,10 +15458,10 @@ var Filter$1 = function Filter(props) {
|
|
|
15427
15458
|
transitionBehavior: 'auto',
|
|
15428
15459
|
wrapperClassName: '',
|
|
15429
15460
|
itemClassName: '',
|
|
15430
|
-
scrollContainerClassName: '
|
|
15461
|
+
scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
|
|
15431
15462
|
}, collectionstobevisible.map(function (item, index) {
|
|
15432
15463
|
return /*#__PURE__*/React.createElement("div", {
|
|
15433
|
-
className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100'
|
|
15464
|
+
className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
|
|
15434
15465
|
}, /*#__PURE__*/React.createElement("div", {
|
|
15435
15466
|
className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
|
|
15436
15467
|
onClick: function onClick() {
|
|
@@ -15460,11 +15491,11 @@ var Filter$1 = function Filter(props) {
|
|
|
15460
15491
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
15461
15492
|
"class": "row m-0 w-100"
|
|
15462
15493
|
}, /*#__PURE__*/React.createElement("div", {
|
|
15463
|
-
"class": "col-
|
|
15494
|
+
"class": "col-10 text-start"
|
|
15464
15495
|
}, /*#__PURE__*/React.createElement("p", {
|
|
15465
15496
|
"class": ' m-0 p-0 '
|
|
15466
15497
|
}, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React.createElement("div", {
|
|
15467
|
-
"class": "col-
|
|
15498
|
+
"class": "col-2 text-end"
|
|
15468
15499
|
}, /*#__PURE__*/React.createElement("i", {
|
|
15469
15500
|
"class": "h-100 allcentered"
|
|
15470
15501
|
}, langdetect == 'en' ? /*#__PURE__*/React.createElement(BsChevronRight, null) : /*#__PURE__*/React.createElement(BsChevronRight, null))))));
|
|
@@ -16618,6 +16649,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16618
16649
|
image: ''
|
|
16619
16650
|
};
|
|
16620
16651
|
if (fetchingtype == 'products') {
|
|
16652
|
+
var _arrayItem$features3;
|
|
16621
16653
|
var itemquantity = 0;
|
|
16622
16654
|
if (langdetect == 'en') {
|
|
16623
16655
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
@@ -16650,6 +16682,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16650
16682
|
var _arrayItem$features2;
|
|
16651
16683
|
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
16652
16684
|
}
|
|
16685
|
+
cardobj.productfeatureid = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.featureid;
|
|
16653
16686
|
cardobj.hassale = arrayItem.productinfo.hassale;
|
|
16654
16687
|
cardobj.productid = arrayItem.productinfo.productid;
|
|
16655
16688
|
cardobj.hasvariants = arrayItem.productinfo.hasvariants;
|
|
@@ -20512,7 +20545,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
20512
20545
|
style: {
|
|
20513
20546
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
20514
20547
|
}
|
|
20515
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
20548
|
+
}))), templateproperties_context.showpolicies == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
20516
20549
|
className: "row m-0 w-100"
|
|
20517
20550
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20518
20551
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -41782,7 +41815,7 @@ var Footer2 = function Footer2(props) {
|
|
|
41782
41815
|
function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41783
41816
|
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41784
41817
|
var Footer3 = function Footer3(props) {
|
|
41785
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$
|
|
41818
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18;
|
|
41786
41819
|
var _useState = useState(''),
|
|
41787
41820
|
_useState2 = _slicedToArray(_useState, 2),
|
|
41788
41821
|
sectionproperties = _useState2[0],
|
|
@@ -42083,6 +42116,14 @@ var Footer3 = function Footer3(props) {
|
|
|
42083
42116
|
}
|
|
42084
42117
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
42085
42118
|
size: sectionproperties.youtubebtniconfontsize
|
|
42119
|
+
})), sectionproperties.showviewLocation == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
42120
|
+
"class": "".concat(footerStyles.viewlocation) + ' cursor-pointer d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
42121
|
+
onClick: function onClick() {
|
|
42122
|
+
var _authdetailsContext$i15;
|
|
42123
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.googlemapslink);
|
|
42124
|
+
}
|
|
42125
|
+
}, /*#__PURE__*/React.createElement(RiRoadMapLine, {
|
|
42126
|
+
size: sectionproperties.viewLocationFontSize
|
|
42086
42127
|
})))))), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
42087
42128
|
"class": "col-lg-12 p-0 allcentered"
|
|
42088
42129
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -42100,14 +42141,14 @@ var Footer3 = function Footer3(props) {
|
|
|
42100
42141
|
}, /*#__PURE__*/React.createElement("div", {
|
|
42101
42142
|
"class": "".concat(footerStyles.footerinfotext) + ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 cursor-pointer ',
|
|
42102
42143
|
onClick: function onClick() {
|
|
42103
|
-
var _authdetailsContext$
|
|
42104
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42144
|
+
var _authdetailsContext$i16;
|
|
42145
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 || (_authdetailsContext$i16 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email), '_self');
|
|
42105
42146
|
}
|
|
42106
42147
|
}, /*#__PURE__*/React.createElement("p", {
|
|
42107
42148
|
"class": ' storeinfotext d-flex align-items-center justify-content-md-center text-transform-none '
|
|
42108
42149
|
}, /*#__PURE__*/React.createElement("i", {
|
|
42109
42150
|
"class": ' fa fa-at mr-2 ml-2 storeinfotext text-transform-none '
|
|
42110
|
-
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42151
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email)), /*#__PURE__*/React.createElement("div", {
|
|
42111
42152
|
"class": ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 '
|
|
42112
42153
|
}, /*#__PURE__*/React.createElement("p", {
|
|
42113
42154
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center ',
|
|
@@ -42128,7 +42169,7 @@ var Footer3 = function Footer3(props) {
|
|
|
42128
42169
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
42129
42170
|
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
42130
42171
|
size: sectionproperties.footerinfoicon_fontsize
|
|
42131
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42172
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.address_en)))))));
|
|
42132
42173
|
};
|
|
42133
42174
|
|
|
42134
42175
|
function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -53833,7 +53874,10 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53833
53874
|
display: 'flex',
|
|
53834
53875
|
width: '100%',
|
|
53835
53876
|
height: '100%',
|
|
53836
|
-
zIndex: 100
|
|
53877
|
+
zIndex: 100,
|
|
53878
|
+
'@media (max-width: 800px)': {
|
|
53879
|
+
bottom: '30px'
|
|
53880
|
+
}
|
|
53837
53881
|
}),
|
|
53838
53882
|
bgimage: css({
|
|
53839
53883
|
':before': {
|
|
@@ -53911,8 +53955,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53911
53955
|
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
53912
53956
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
53913
53957
|
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
53914
|
-
marginLeft: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'en' ?
|
|
53915
|
-
marginRight: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'ar' ?
|
|
53958
|
+
marginLeft: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'en' ? '16px' : '',
|
|
53959
|
+
marginRight: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'ar' ? '16px' : '',
|
|
53916
53960
|
transition: '.3s',
|
|
53917
53961
|
':hover': {
|
|
53918
53962
|
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
@@ -54012,7 +54056,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
54012
54056
|
zIndex: 1
|
|
54013
54057
|
}
|
|
54014
54058
|
}, /*#__PURE__*/React.createElement("div", {
|
|
54015
|
-
className: "".concat(bgcssstyles.centered_container) + ' row m-0 d-flex pt-0 d-flex align-items-stretch '
|
|
54059
|
+
className: "".concat(bgcssstyles.centered_container) + ' row m-0 d-flex pt-0 d-flex align-items-stretch h-sm-auto '
|
|
54016
54060
|
}, /*#__PURE__*/React.createElement("div", {
|
|
54017
54061
|
className: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? ' d-flex flex-column d-md-none col-lg-12 d-flex align-items-stretch ' : bgimagearrayofobjs[index].bg1_numberofcols >= '6' ? ' d-flex flex-column d-md-none col-lg-6 d-flex align-items-stretch ' : ' d-flex flex-column d-md-none col-lg-10 d-flex align-items-stretch ',
|
|
54018
54062
|
style: {
|
|
@@ -54059,7 +54103,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
54059
54103
|
color: bgimagearrayofobjs[index].bg1_descolor
|
|
54060
54104
|
}
|
|
54061
54105
|
}, langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar), bgimagearrayofobjs[index].showbutton1 == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
54062
|
-
className: "".concat(bgcssstyles.btnresp) + '
|
|
54106
|
+
className: "".concat(bgcssstyles.btnresp) + ' ',
|
|
54063
54107
|
onClick: function onClick() {
|
|
54064
54108
|
if (item.IsClickable == 'Yes') {
|
|
54065
54109
|
if (item.place_clickable == 'Button') {
|
|
@@ -58292,51 +58336,48 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58292
58336
|
};
|
|
58293
58337
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
58294
58338
|
return /*#__PURE__*/React.createElement("div", {
|
|
58295
|
-
"class": 'row m-0 w-100
|
|
58339
|
+
"class": 'row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
|
|
58340
|
+
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
58341
|
+
,
|
|
58296
58342
|
style: {
|
|
58297
58343
|
position: 'absolute',
|
|
58298
|
-
|
|
58299
|
-
zIndex:
|
|
58300
|
-
|
|
58301
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
58302
|
-
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
58344
|
+
bottom: 40,
|
|
58345
|
+
zIndex: 2,
|
|
58346
|
+
width: '50%'
|
|
58303
58347
|
}
|
|
58304
58348
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58305
|
-
"class": 'col-lg-12
|
|
58306
|
-
style: {
|
|
58307
|
-
textAlign: 'center'
|
|
58308
|
-
}
|
|
58349
|
+
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 '
|
|
58309
58350
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58310
|
-
className: "m-0 p-0 wordbreak
|
|
58351
|
+
className: "m-0 p-0 wordbreak text-wrap",
|
|
58311
58352
|
style: {
|
|
58312
58353
|
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
58313
58354
|
color: sectionproperties.slideshowText1ContentColor,
|
|
58314
|
-
fontWeight: sectionproperties.slideshowText1ContentFontWeight
|
|
58355
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
58356
|
+
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
58357
|
+
overflow: 'hidden'
|
|
58315
58358
|
}
|
|
58316
58359
|
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React.createElement("div", {
|
|
58317
|
-
"class": 'col-lg-12 d-
|
|
58360
|
+
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3 d-md-none' : 'col-lg-12 mb-3 d-md-none'
|
|
58318
58361
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58319
58362
|
className: "m-0 p-0 wordbreak",
|
|
58320
58363
|
style: {
|
|
58321
58364
|
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
58322
58365
|
color: sectionproperties.slideshowText2ContentColor,
|
|
58323
|
-
fontWeight: sectionproperties.slideshowText2ContentFontWeight
|
|
58366
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
58367
|
+
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
58368
|
+
overflow: 'hidden'
|
|
58324
58369
|
}
|
|
58325
58370
|
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
58326
|
-
"class": 'col-lg-12
|
|
58371
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 '
|
|
58327
58372
|
}, /*#__PURE__*/React.createElement("button", {
|
|
58328
58373
|
"class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
|
|
58329
|
-
style: {
|
|
58330
|
-
letterSpacing: langdetect == 'en' ? '1px' : 0
|
|
58331
|
-
},
|
|
58332
58374
|
onClick: function onClick() {
|
|
58333
58375
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
58376
|
+
},
|
|
58377
|
+
style: {
|
|
58378
|
+
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
58334
58379
|
}
|
|
58335
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' '
|
|
58336
|
-
size: 20
|
|
58337
|
-
}) : /*#__PURE__*/React.createElement(IoIosArrowRoundBack, {
|
|
58338
|
-
size: 20
|
|
58339
|
-
}))));
|
|
58380
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')));
|
|
58340
58381
|
};
|
|
58341
58382
|
var SlideshowContent = function SlideshowContent() {
|
|
58342
58383
|
var _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7;
|
|
@@ -58559,7 +58600,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58559
58600
|
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
58560
58601
|
}
|
|
58561
58602
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58562
|
-
"class": 'p-0 align-items-center d-flex d-
|
|
58603
|
+
"class": 'p-0 align-items-center d-flex d-md-none',
|
|
58563
58604
|
key: index,
|
|
58564
58605
|
onClick: function onClick() {
|
|
58565
58606
|
if (item.IsClickableimg == 'Yes') {
|
|
@@ -58590,12 +58631,12 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58590
58631
|
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
58591
58632
|
}
|
|
58592
58633
|
}), SlideShowTextContainer(item)), /*#__PURE__*/React.createElement("div", {
|
|
58593
|
-
"class": 'p-0 align-items-center d-none d-
|
|
58634
|
+
"class": 'p-0 align-items-center d-none d-md-flex ',
|
|
58594
58635
|
key: index,
|
|
58595
58636
|
style: {
|
|
58596
58637
|
width: '100%',
|
|
58597
58638
|
height: '100%',
|
|
58598
|
-
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
58639
|
+
// direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
58599
58640
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
58600
58641
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
58601
58642
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
@@ -66133,7 +66174,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
66133
66174
|
categorycard: css({
|
|
66134
66175
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
66135
66176
|
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
66136
|
-
height: sectionproperties.
|
|
66177
|
+
height: sectionproperties.image_height + 'px',
|
|
66137
66178
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
66138
66179
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
66139
66180
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
@@ -66183,6 +66224,9 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
66183
66224
|
},
|
|
66184
66225
|
':hover:after': {
|
|
66185
66226
|
opacity: sectionproperties.cardtransitionbgopacityonhover
|
|
66227
|
+
},
|
|
66228
|
+
'@media (max-width: 800px)': {
|
|
66229
|
+
height: sectionproperties.height_responsive + 'px'
|
|
66186
66230
|
}
|
|
66187
66231
|
}),
|
|
66188
66232
|
categorycardtext: css({
|
|
@@ -71966,7 +72010,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
71966
72010
|
style: {
|
|
71967
72011
|
height: 40
|
|
71968
72012
|
}
|
|
71969
|
-
}, /*#__PURE__*/React.createElement("
|
|
72013
|
+
}, item.productfeatureid == '80' && /*#__PURE__*/React.createElement("img", {
|
|
72014
|
+
"class": ' mx-2 ',
|
|
72015
|
+
src: 'https://tabex-co.com/storage/StaticImages/icons8-bars-48.png',
|
|
72016
|
+
style: {
|
|
72017
|
+
maxWidth: '50%',
|
|
72018
|
+
maxHeight: '50%'
|
|
72019
|
+
}
|
|
72020
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
71970
72021
|
"class": "text-capitalize",
|
|
71971
72022
|
style: {
|
|
71972
72023
|
color: sectionproperties.tagcolor,
|
|
@@ -72020,7 +72071,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
72020
72071
|
marginBottom: sectionproperties.productpricemarginBottom + 'px'
|
|
72021
72072
|
}
|
|
72022
72073
|
}, /*#__PURE__*/React.createElement("div", {
|
|
72023
|
-
"class":
|
|
72074
|
+
"class": ' d-flex align-items-center p-0 mb-0 flex-column ',
|
|
72024
72075
|
style: {
|
|
72025
72076
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
72026
72077
|
}
|