tabexseriescomponents 0.0.263 → 0.0.264
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 +120 -91
- package/dist/index.esm.js +120 -91
- package/dist/index.umd.js +123 -95
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -110,6 +110,7 @@ var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
|
|
|
110
110
|
var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
|
|
111
111
|
var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
|
|
112
112
|
var IoClose = require('@react-icons/all-files/io5/IoClose');
|
|
113
|
+
var FaTelegramPlane = require('@react-icons/all-files/fa/FaTelegramPlane');
|
|
113
114
|
var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
|
|
114
115
|
var FaPhone = require('@react-icons/all-files/fa/FaPhone');
|
|
115
116
|
var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
|
|
@@ -7817,7 +7818,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7817
7818
|
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _fetchAuthorizationQu4, _fetchAuthorizationQu5, _fetchAuthorizationQu6, _css, _authdetailsContext$c, _authdetailsContext$c2;
|
|
7818
7819
|
var lang = props.actions.lang;
|
|
7819
7820
|
var langdetect = props.actions.langdetect;
|
|
7820
|
-
props.actions.routingcountext;
|
|
7821
|
+
var routingcountext = props.actions.routingcountext;
|
|
7821
7822
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
7822
7823
|
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
7823
7824
|
var fetchinstitutecustomerinfosignupQueryContext = props.actions.fetchinstitutecustomerinfosignupQueryContext;
|
|
@@ -8098,6 +8099,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
8098
8099
|
}),
|
|
8099
8100
|
svgstyles: glamor.css({
|
|
8100
8101
|
stroke: 'var(--stroke, ' + sectionproperties.checkbox_checkedcolor + ')'
|
|
8102
|
+
}),
|
|
8103
|
+
terms: glamor.css({
|
|
8104
|
+
':hover': {
|
|
8105
|
+
transition: '.3s',
|
|
8106
|
+
color: sectionproperties.termsandconditionsecondarycolor
|
|
8107
|
+
}
|
|
8101
8108
|
})
|
|
8102
8109
|
};
|
|
8103
8110
|
var PersonalInformation = function PersonalInformation() {
|
|
@@ -8617,7 +8624,21 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
8617
8624
|
className: "mt-2 mb-3"
|
|
8618
8625
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8619
8626
|
className: "row ml-0 mr-0"
|
|
8620
|
-
}, Otherinformation()))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8627
|
+
}, Otherinformation()))))), sectionproperties.viewtermsandcondition == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8628
|
+
"class": "col-lg-12 allcentered"
|
|
8629
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8630
|
+
"class": "m-0 p-0",
|
|
8631
|
+
style: {
|
|
8632
|
+
fontSize: sectionproperties.termsandconditionfontsize + 'px',
|
|
8633
|
+
color: sectionproperties.termsandconditioncolor,
|
|
8634
|
+
fontWeight: 600
|
|
8635
|
+
}
|
|
8636
|
+
}, langdetect == 'en' ? sectionproperties.termsandconditiontext_en : sectionproperties.termsandconditiontext_ar, ' ', /*#__PURE__*/React__default["default"].createElement("span", {
|
|
8637
|
+
"class": formstyles.terms + ' cursor-pointer ',
|
|
8638
|
+
onClick: function onClick() {
|
|
8639
|
+
routingcountext(StaticPagesLinksContext.Policies);
|
|
8640
|
+
}
|
|
8641
|
+
}, "\u0627\u0644\u0634\u0631\u0648\u0637 \u0648 \u0627\u0644\u0627\u062D\u0643\u0627\u0645"))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8621
8642
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3 mt-3"
|
|
8622
8643
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
8623
8644
|
className: "".concat(formstyles.signupbtn) + ' d-flex align-items-center justify-content-center ',
|
|
@@ -11710,7 +11731,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
11710
11731
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11711
11732
|
className: "row ml-0 mr-0 w-100 px-1025-1 pl-md-2 pr-md-2 pl-sm-2 pr-sm-2",
|
|
11712
11733
|
style: {
|
|
11713
|
-
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
11734
|
+
marginTop: sectionproperties.showbadge == 'Show' ? 0 : sectionproperties.sectionTitleMarginTop + 'px',
|
|
11714
11735
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
11715
11736
|
paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
|
|
11716
11737
|
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
@@ -11719,17 +11740,35 @@ var CardsSection = function CardsSection(props) {
|
|
|
11719
11740
|
"class": sectionproperties.viewmorebtnshow == 'Show' ? sectionproperties.sectiontitleposition == 'Centered' ? ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 ' : ' col-lg-7 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : sectionproperties.showFilter == 'show' ? ' col-lg-12 col-md-7 col-sm-9 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
|
|
11720
11741
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11721
11742
|
"class": "row m-0 w-100"
|
|
11722
|
-
}, sectionproperties.
|
|
11743
|
+
}, sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11744
|
+
"class": ' col-lg-12 p-0 d-flex align-items-center ',
|
|
11745
|
+
style: {
|
|
11746
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
11747
|
+
}
|
|
11748
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11749
|
+
"class": "m-0 p-0 allcentered",
|
|
11750
|
+
style: {
|
|
11751
|
+
fontSize: sectionproperties.badge_fontsize + 'px',
|
|
11752
|
+
background: sectionproperties.badge_bgcolor,
|
|
11753
|
+
minWidth: sectionproperties.badge_width + 'px',
|
|
11754
|
+
height: sectionproperties.badge_height + 'px',
|
|
11755
|
+
color: sectionproperties.badge_color,
|
|
11756
|
+
borderRadius: sectionproperties.badge_borderradius + 'px',
|
|
11757
|
+
border: sectionproperties.badgeborderwidth + 'px solid ' + sectionproperties.badgebordercolor
|
|
11758
|
+
}
|
|
11759
|
+
}, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11723
11760
|
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
11724
11761
|
style: {
|
|
11725
11762
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
11726
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
11763
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
11764
|
+
marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
|
|
11727
11765
|
}
|
|
11728
11766
|
}, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11729
11767
|
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
11730
11768
|
style: {
|
|
11731
11769
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
11732
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
11770
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
11771
|
+
marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0
|
|
11733
11772
|
}
|
|
11734
11773
|
}, SectionTitle()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11735
11774
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center d-md-none ',
|
|
@@ -20754,7 +20793,7 @@ styleInject(css_248z$s);
|
|
|
20754
20793
|
function ownKeys$1y(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; }
|
|
20755
20794
|
function _objectSpread$1y(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1y(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1y(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
20756
20795
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
20757
|
-
var _authdetailsContext$
|
|
20796
|
+
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i15, _authdetailsContext$i16, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
20758
20797
|
var _useState = React.useState(''),
|
|
20759
20798
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
20760
20799
|
sectionproperties = _useState2[0],
|
|
@@ -21061,35 +21100,46 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
21061
21100
|
"class": "col-lg-3 d-flex align-items-center p-0"
|
|
21062
21101
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21063
21102
|
"class": "row m-0 w-100"
|
|
21064
|
-
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21103
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21065
21104
|
"class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
|
|
21066
21105
|
onClick: function onClick() {
|
|
21067
|
-
var _authdetailsContext$
|
|
21068
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21069
|
-
var _authdetailsContext$
|
|
21070
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21106
|
+
var _authdetailsContext$i2;
|
|
21107
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
|
|
21108
|
+
var _authdetailsContext$i3;
|
|
21109
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
|
|
21071
21110
|
}
|
|
21072
21111
|
}
|
|
21073
21112
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
21074
21113
|
size: sectionproperties.facebkbtnniconfontsize
|
|
21075
|
-
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21114
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21076
21115
|
"class": header_cssstyles.whatsappbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
|
|
21077
21116
|
onClick: function onClick() {
|
|
21078
|
-
var _authdetailsContext$
|
|
21079
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21080
|
-
var _authdetailsContext$
|
|
21081
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21117
|
+
var _authdetailsContext$i5;
|
|
21118
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.whatsappnumber) != null) {
|
|
21119
|
+
var _authdetailsContext$i6;
|
|
21120
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber), '_blank');
|
|
21082
21121
|
}
|
|
21083
21122
|
}
|
|
21084
21123
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
21085
21124
|
size: sectionproperties.youtubebtniconfontsize
|
|
21086
|
-
})), sectionproperties.
|
|
21125
|
+
})), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21126
|
+
"class": header_cssstyles.fbbtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
|
|
21127
|
+
onClick: function onClick() {
|
|
21128
|
+
var _authdetailsContext$i8;
|
|
21129
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.telegramlink) != null) {
|
|
21130
|
+
var _authdetailsContext$i9;
|
|
21131
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.telegramlink, '_blank');
|
|
21132
|
+
}
|
|
21133
|
+
}
|
|
21134
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
21135
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
21136
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21087
21137
|
"class": header_cssstyles.instagrambtn + ' pl-3 pr-3 pt-2 pb-2 allcentered cursor-pointer ',
|
|
21088
21138
|
onClick: function onClick() {
|
|
21089
|
-
var _authdetailsContext$
|
|
21090
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21091
|
-
var _authdetailsContext$
|
|
21092
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21139
|
+
var _authdetailsContext$i11;
|
|
21140
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
|
|
21141
|
+
var _authdetailsContext$i12;
|
|
21142
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
|
|
21093
21143
|
}
|
|
21094
21144
|
}
|
|
21095
21145
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineInstagram.AiOutlineInstagram, {
|
|
@@ -21118,15 +21168,15 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
21118
21168
|
borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
|
|
21119
21169
|
},
|
|
21120
21170
|
onClick: function onClick() {
|
|
21121
|
-
var _authdetailsContext$
|
|
21122
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21171
|
+
var _authdetailsContext$i13, _authdetailsContext$i14;
|
|
21172
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email), '_self');
|
|
21123
21173
|
}
|
|
21124
21174
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
21125
21175
|
"class": header_cssstyles.upperheadertext + ' ml-1 mr-1 storeinfotext ',
|
|
21126
21176
|
size: sectionproperties.footerinfotext_fontsize
|
|
21127
21177
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
21128
21178
|
"class": header_cssstyles.upperheadertext + ' storeinfotext '
|
|
21129
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
21179
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email)), sectionproperties.showopeninghours == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21130
21180
|
"class": "d-flex align-items-center justify-content-center pl-3 pr-3 h-100",
|
|
21131
21181
|
style: {
|
|
21132
21182
|
borderRight: sectionproperties.vl_width + 'px solid ' + sectionproperties.vl_bg
|
|
@@ -30069,7 +30119,7 @@ var mastercard = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACAAAAATYAgMAAAD2
|
|
|
30069
30119
|
function ownKeys$1k(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; }
|
|
30070
30120
|
function _objectSpread$1k(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1k(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1k(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
30071
30121
|
var Footer4 = function Footer4(props) {
|
|
30072
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
30122
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17;
|
|
30073
30123
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
30074
30124
|
var lang = props.actions.lang;
|
|
30075
30125
|
var langdetect = props.actions.langdetect;
|
|
@@ -30434,13 +30484,26 @@ var Footer4 = function Footer4(props) {
|
|
|
30434
30484
|
className: "h-100 allcentered"
|
|
30435
30485
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
30436
30486
|
size: sectionproperties.instgrambtniconfontsize
|
|
30437
|
-
}))), sectionproperties.
|
|
30438
|
-
className: langdetect == 'en' ? "".concat(footerStyles.
|
|
30487
|
+
}))), sectionproperties.showtelegrambtn == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.telegramlink) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30488
|
+
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
30439
30489
|
onClick: function onClick() {
|
|
30440
30490
|
var _authdetailsContext$i15;
|
|
30441
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.
|
|
30491
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.telegramlink) != null) {
|
|
30442
30492
|
var _authdetailsContext$i16;
|
|
30443
|
-
window.open(
|
|
30493
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.telegramlink, '_blank');
|
|
30494
|
+
}
|
|
30495
|
+
}
|
|
30496
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
30497
|
+
className: "h-100 allcentered"
|
|
30498
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
30499
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
30500
|
+
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30501
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
30502
|
+
onClick: function onClick() {
|
|
30503
|
+
var _authdetailsContext$i18;
|
|
30504
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
|
|
30505
|
+
var _authdetailsContext$i19;
|
|
30506
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
|
|
30444
30507
|
}
|
|
30445
30508
|
}
|
|
30446
30509
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -42346,7 +42409,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
42346
42409
|
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
42347
42410
|
}
|
|
42348
42411
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42349
|
-
"class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto
|
|
42412
|
+
"class": sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto w-sm-100',
|
|
42350
42413
|
style: {
|
|
42351
42414
|
position: 'relative',
|
|
42352
42415
|
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
@@ -42373,7 +42436,8 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
42373
42436
|
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
42374
42437
|
}
|
|
42375
42438
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42376
|
-
|
|
42439
|
+
// d-sm-none
|
|
42440
|
+
"class": 'p-0 align-items-center d-flex ',
|
|
42377
42441
|
key: index,
|
|
42378
42442
|
onClick: function onClick() {
|
|
42379
42443
|
if (item.IsClickableimg == 'Yes') {
|
|
@@ -42402,65 +42466,32 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
42402
42466
|
width: '100%',
|
|
42403
42467
|
height: '100%'
|
|
42404
42468
|
}
|
|
42405
|
-
}), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42406
|
-
"class": 'p-0 align-items-center d-none d-sm-flex ',
|
|
42407
|
-
key: index,
|
|
42408
|
-
style: {
|
|
42409
|
-
width: '100%',
|
|
42410
|
-
height: '100%',
|
|
42411
|
-
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
42412
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
42413
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
42414
|
-
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
42415
|
-
}
|
|
42416
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
42417
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
42418
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
42419
|
-
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_en : '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_ar,
|
|
42420
|
-
style: {
|
|
42421
|
-
objectFit: 'contain',
|
|
42422
|
-
margin: 0,
|
|
42423
|
-
padding: 0,
|
|
42424
|
-
width: '100%',
|
|
42425
|
-
height: '100%'
|
|
42426
|
-
}
|
|
42427
42469
|
}), SlideShowTextContainer(item)));
|
|
42428
42470
|
}))))));
|
|
42429
42471
|
};
|
|
42430
|
-
return (
|
|
42431
|
-
|
|
42432
|
-
|
|
42433
|
-
|
|
42434
|
-
|
|
42435
|
-
|
|
42436
|
-
|
|
42437
|
-
|
|
42438
|
-
|
|
42439
|
-
|
|
42440
|
-
|
|
42441
|
-
|
|
42442
|
-
|
|
42443
|
-
|
|
42444
|
-
|
|
42445
|
-
|
|
42446
|
-
|
|
42447
|
-
|
|
42448
|
-
|
|
42449
|
-
|
|
42450
|
-
|
|
42451
|
-
|
|
42452
|
-
|
|
42453
|
-
}
|
|
42454
|
-
}, SlideshowContent()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42455
|
-
"class": "row m-0 w-100 d-none d-md-flex",
|
|
42456
|
-
style: {
|
|
42457
|
-
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
42458
|
-
},
|
|
42459
|
-
onMouseLeave: function onMouseLeave() {
|
|
42460
|
-
setChoosenindex('');
|
|
42461
|
-
}
|
|
42462
|
-
}, SlideshowContent())))
|
|
42463
|
-
);
|
|
42472
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42473
|
+
"class": sectionproperties.collectionssectionshow == 'Show' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2' : sectionproperties.width == '100' ? 'row ml-0 mr-0 w-100 d-flex justify-content-center' : 'row ml-0 mr-0 w-100 d-flex justify-content-center px-1025-1 pl-md-2 pr-md-2',
|
|
42474
|
+
style: {
|
|
42475
|
+
paddingBottom: sectionproperties.marginBottom + 'px',
|
|
42476
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
42477
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
42478
|
+
background: sectionproperties.backgroundColor
|
|
42479
|
+
},
|
|
42480
|
+
onMouseEnter: function onMouseEnter() {
|
|
42481
|
+
setChoosenindex('');
|
|
42482
|
+
}
|
|
42483
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42484
|
+
"class": "col-lg-12 p-0"
|
|
42485
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42486
|
+
// d-md-none
|
|
42487
|
+
"class": "row m-0 w-100 d-flex",
|
|
42488
|
+
style: {
|
|
42489
|
+
paddingTop: sectionproperties.marginTop + 'px'
|
|
42490
|
+
},
|
|
42491
|
+
onMouseLeave: function onMouseLeave() {
|
|
42492
|
+
setChoosenindex('');
|
|
42493
|
+
}
|
|
42494
|
+
}, SlideshowContent())));
|
|
42464
42495
|
};
|
|
42465
42496
|
|
|
42466
42497
|
function ownKeys$I(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; }
|
|
@@ -47630,8 +47661,6 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
47630
47661
|
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
47631
47662
|
color: sectionproperties.cartBtnTextcolor,
|
|
47632
47663
|
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
47633
|
-
// fontSize: sectionproperties.cartBtn_iconFontSize + 'px',
|
|
47634
|
-
textTransform: sectionproperties.cartBtnTexttransform,
|
|
47635
47664
|
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
47636
47665
|
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
47637
47666
|
transition: '.3s',
|
|
@@ -47738,7 +47767,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
47738
47767
|
size: sectionproperties.cartBtn_iconFontSize
|
|
47739
47768
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
47740
47769
|
size: sectionproperties.cartBtn_iconFontSize
|
|
47741
|
-
})),
|
|
47770
|
+
})), langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic);
|
|
47742
47771
|
}
|
|
47743
47772
|
}
|
|
47744
47773
|
if (!AddtoCartMutationContext.isLoading) {
|