tabexseriescomponents 0.0.621 → 0.0.623
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 +66 -36
- package/dist/index.esm.js +66 -36
- package/dist/index.umd.js +70 -39
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -71,7 +71,6 @@ var HiUser = require('@react-icons/all-files/hi/HiUser');
|
|
|
71
71
|
var GrMail = require('@react-icons/all-files/gr/GrMail');
|
|
72
72
|
var FiCheckCircle = require('@react-icons/all-files/fi/FiCheckCircle');
|
|
73
73
|
var BiPhone = require('@react-icons/all-files/bi/BiPhone');
|
|
74
|
-
require('@paypal/react-paypal-js');
|
|
75
74
|
var PhoneInput = require('react-phone-input-2');
|
|
76
75
|
var BsChevronLeft = require('@react-icons/all-files/bs/BsChevronLeft');
|
|
77
76
|
var BsChevronRight = require('@react-icons/all-files/bs/BsChevronRight');
|
|
@@ -10131,7 +10130,7 @@ var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
10131
10130
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
10132
10131
|
});
|
|
10133
10132
|
var Checkout = function Checkout(props) {
|
|
10134
|
-
var _css, _checkoutstyles, _ref, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue74, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _authdetailsContext$i4, _fetchcustomercartQue82, _authdetailsContext$i5, _fetchcustomercartQue84, _authdetailsContext$i6, _fetchcustomercartQue86, _fetchcustomercartQue88;
|
|
10133
|
+
var _css, _checkoutstyles, _ref, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue74, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _authdetailsContext$i4, _fetchcustomercartQue82, _authdetailsContext$i5, _fetchcustomercartQue84, _authdetailsContext$i6, _fetchcustomercartQue86, _authdetailsContext$i7, _fetchcustomercartQue88, _fetchcustomercartQue90;
|
|
10135
10134
|
var _useState = React.useState(null),
|
|
10136
10135
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
10137
10136
|
_useState2[0];
|
|
@@ -11473,17 +11472,38 @@ var Checkout = function Checkout(props) {
|
|
|
11473
11472
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11474
11473
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11475
11474
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11476
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.
|
|
11475
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11477
11476
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11478
11477
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11479
11478
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11480
11479
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11481
11480
|
type: "checkbox",
|
|
11482
11481
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11483
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue84 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.customercart) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.paymentmethod) == '
|
|
11482
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue84 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.customercart) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.paymentmethod) == 'paypal' ? true : false,
|
|
11484
11483
|
onChange: function onChange() {
|
|
11485
11484
|
var _fetchcustomercartQue85;
|
|
11486
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.customercart) === null || _fetchcustomercartQue85 === void 0 ? void 0 : _fetchcustomercartQue85.paymentmethod) != '
|
|
11485
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.customercart) === null || _fetchcustomercartQue85 === void 0 ? void 0 : _fetchcustomercartQue85.paymentmethod) != 'paypal') {
|
|
11486
|
+
cartinfoupdater('paymentmethod', 'paypal');
|
|
11487
|
+
}
|
|
11488
|
+
}
|
|
11489
|
+
}), /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
11490
|
+
viewBox: "0 0 21 21",
|
|
11491
|
+
className: checkoutstyles.svgstyles + ' h-100 '
|
|
11492
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
11493
|
+
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11494
|
+
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11495
|
+
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
11496
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11497
|
+
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11498
|
+
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11499
|
+
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11500
|
+
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11501
|
+
type: "checkbox",
|
|
11502
|
+
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11503
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue86 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue86 === void 0 || (_fetchcustomercartQue86 = _fetchcustomercartQue86.data) === null || _fetchcustomercartQue86 === void 0 || (_fetchcustomercartQue86 = _fetchcustomercartQue86.customercart) === null || _fetchcustomercartQue86 === void 0 ? void 0 : _fetchcustomercartQue86.paymentmethod) == 'bankinstallments' ? true : false,
|
|
11504
|
+
onChange: function onChange() {
|
|
11505
|
+
var _fetchcustomercartQue87;
|
|
11506
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue87 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue87 === void 0 || (_fetchcustomercartQue87 = _fetchcustomercartQue87.data) === null || _fetchcustomercartQue87 === void 0 || (_fetchcustomercartQue87 = _fetchcustomercartQue87.customercart) === null || _fetchcustomercartQue87 === void 0 ? void 0 : _fetchcustomercartQue87.paymentmethod) != 'bankinstallments') {
|
|
11487
11507
|
cartinfoupdater('paymentmethod', 'bankinstallments');
|
|
11488
11508
|
}
|
|
11489
11509
|
}
|
|
@@ -11494,17 +11514,17 @@ var Checkout = function Checkout(props) {
|
|
|
11494
11514
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11495
11515
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11496
11516
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11497
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11517
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11498
11518
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11499
11519
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11500
11520
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11501
11521
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11502
11522
|
type: "checkbox",
|
|
11503
11523
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11504
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11524
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue88 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue88 === void 0 || (_fetchcustomercartQue88 = _fetchcustomercartQue88.data) === null || _fetchcustomercartQue88 === void 0 || (_fetchcustomercartQue88 = _fetchcustomercartQue88.customercart) === null || _fetchcustomercartQue88 === void 0 ? void 0 : _fetchcustomercartQue88.paymentmethod) == 'Aman' ? true : false,
|
|
11505
11525
|
onChange: function onChange() {
|
|
11506
|
-
var
|
|
11507
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11526
|
+
var _fetchcustomercartQue89;
|
|
11527
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue89 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue89 === void 0 || (_fetchcustomercartQue89 = _fetchcustomercartQue89.data) === null || _fetchcustomercartQue89 === void 0 || (_fetchcustomercartQue89 = _fetchcustomercartQue89.customercart) === null || _fetchcustomercartQue89 === void 0 ? void 0 : _fetchcustomercartQue89.paymentmethod) != 'Aman') {
|
|
11508
11528
|
cartinfoupdater('paymentmethod', 'Aman');
|
|
11509
11529
|
}
|
|
11510
11530
|
}
|
|
@@ -11515,7 +11535,7 @@ var Checkout = function Checkout(props) {
|
|
|
11515
11535
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11516
11536
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11517
11537
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11518
|
-
}, langdetect == 'en' ? 'Aman' : 'Aman')))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11538
|
+
}, langdetect == 'en' ? 'Aman' : 'Aman')))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue90 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue90 === void 0 || (_fetchcustomercartQue90 = _fetchcustomercartQue90.data) === null || _fetchcustomercartQue90 === void 0 ? void 0 : _fetchcustomercartQue90.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11519
11539
|
className: "col-lg-12 p-0 w-100 mb-3"
|
|
11520
11540
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11521
11541
|
style: {
|
|
@@ -60902,6 +60922,27 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60902
60922
|
}
|
|
60903
60923
|
}, [sectionproperties]);
|
|
60904
60924
|
var sectionStyles = {
|
|
60925
|
+
containerrrr: glamor.css({
|
|
60926
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
60927
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60928
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
60929
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
60930
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
60931
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
60932
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
60933
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60934
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60935
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60936
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60937
|
+
border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60938
|
+
borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60939
|
+
borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60940
|
+
borderLeftWidth: 0,
|
|
60941
|
+
borderRightWidth: 0,
|
|
60942
|
+
'@media (max-width: 800px)': {
|
|
60943
|
+
marginTop: sectionproperties.marginTopResp + 'px'
|
|
60944
|
+
}
|
|
60945
|
+
}),
|
|
60905
60946
|
imgcontainer: glamor.css({
|
|
60906
60947
|
':before': {
|
|
60907
60948
|
width: '100%',
|
|
@@ -60958,8 +60999,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60958
60999
|
}
|
|
60959
61000
|
}),
|
|
60960
61001
|
imageContainer: glamor.css({
|
|
60961
|
-
width: sectionproperties.image_width + 'px',
|
|
60962
|
-
height: sectionproperties.image_height + 'px',
|
|
61002
|
+
width: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.image_width + '%' : sectionproperties.image_width + 'px',
|
|
61003
|
+
height: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.image_height + '%' : sectionproperties.image_height + 'px',
|
|
60963
61004
|
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
60964
61005
|
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
60965
61006
|
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
@@ -60971,8 +61012,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60971
61012
|
backgroundColor: sectionproperties.activedotcolor
|
|
60972
61013
|
},
|
|
60973
61014
|
'@media (max-width: 800px)': {
|
|
60974
|
-
width: sectionproperties.innerwidthheightresp + 'px',
|
|
60975
|
-
height: sectionproperties.innerwidthheightresp + 'px'
|
|
61015
|
+
width: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.innerwidthheightresp + '%' : sectionproperties.innerwidthheightresp + 'px',
|
|
61016
|
+
height: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.innerwidthheightresp + '%' : sectionproperties.innerwidthheightresp + 'px'
|
|
60976
61017
|
}
|
|
60977
61018
|
}),
|
|
60978
61019
|
cardContainer: glamor.css({
|
|
@@ -60986,12 +61027,18 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60986
61027
|
}
|
|
60987
61028
|
}),
|
|
60988
61029
|
btnstyles: glamor.css({
|
|
61030
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
61031
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
60989
61032
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
60990
61033
|
color: sectionproperties.generalbtn_textColor,
|
|
60991
61034
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
60992
|
-
textDecoration: 'underline',
|
|
61035
|
+
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61036
|
+
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
61037
|
+
borderRadius: sectionproperties.generalbtnborderradius,
|
|
60993
61038
|
':hover': {
|
|
60994
|
-
color: sectionproperties.generalbtn_textColoronhover
|
|
61039
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
61040
|
+
backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
61041
|
+
transition: '.3s'
|
|
60995
61042
|
}
|
|
60996
61043
|
}),
|
|
60997
61044
|
outercontainer: glamor.css({
|
|
@@ -61041,25 +61088,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61041
61088
|
left: 0
|
|
61042
61089
|
}
|
|
61043
61090
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61044
|
-
"class":
|
|
61045
|
-
style: {
|
|
61046
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
61047
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
61048
|
-
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
61049
|
-
paddingRight: sectionproperties.paddingRight + 'px',
|
|
61050
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
61051
|
-
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
61052
|
-
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
61053
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
61054
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
61055
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
61056
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
61057
|
-
border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
61058
|
-
borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
61059
|
-
borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
61060
|
-
borderLeftWidth: 0,
|
|
61061
|
-
borderRightWidth: 0
|
|
61062
|
-
}
|
|
61091
|
+
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3 ',
|
|
61092
|
+
style: {}
|
|
61063
61093
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61064
61094
|
"class": "col-lg-12 allcentered p-0",
|
|
61065
61095
|
style: {
|
|
@@ -61129,7 +61159,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61129
61159
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
61130
61160
|
// window.open(cardinfoitem.btnlink, '_blank');
|
|
61131
61161
|
// }
|
|
61132
|
-
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
61162
|
+
if (cardinfoitem.btntype == 'Web Product Link' || cardinfoitem.btntype == 'App/Web Page') {
|
|
61133
61163
|
routingcountext(cardinfoitem.btnlink, false, '');
|
|
61134
61164
|
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
61135
61165
|
// window.open(cardinfoitem.btnlink, '_target');
|
package/dist/index.esm.js
CHANGED
|
@@ -69,7 +69,6 @@ import { HiUser } from '@react-icons/all-files/hi/HiUser';
|
|
|
69
69
|
import { GrMail } from '@react-icons/all-files/gr/GrMail';
|
|
70
70
|
import { FiCheckCircle } from '@react-icons/all-files/fi/FiCheckCircle';
|
|
71
71
|
import { BiPhone } from '@react-icons/all-files/bi/BiPhone';
|
|
72
|
-
import '@paypal/react-paypal-js';
|
|
73
72
|
import PhoneInput from 'react-phone-input-2';
|
|
74
73
|
import { BsChevronLeft } from '@react-icons/all-files/bs/BsChevronLeft';
|
|
75
74
|
import { BsChevronRight } from '@react-icons/all-files/bs/BsChevronRight';
|
|
@@ -10082,7 +10081,7 @@ var Select$3 = /*#__PURE__*/React.lazy(function () {
|
|
|
10082
10081
|
return import('react-select');
|
|
10083
10082
|
});
|
|
10084
10083
|
var Checkout = function Checkout(props) {
|
|
10085
|
-
var _css, _checkoutstyles, _ref, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue74, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _authdetailsContext$i4, _fetchcustomercartQue82, _authdetailsContext$i5, _fetchcustomercartQue84, _authdetailsContext$i6, _fetchcustomercartQue86, _fetchcustomercartQue88;
|
|
10084
|
+
var _css, _checkoutstyles, _ref, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue74, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _authdetailsContext$i4, _fetchcustomercartQue82, _authdetailsContext$i5, _fetchcustomercartQue84, _authdetailsContext$i6, _fetchcustomercartQue86, _authdetailsContext$i7, _fetchcustomercartQue88, _fetchcustomercartQue90;
|
|
10086
10085
|
var _useState = useState(null),
|
|
10087
10086
|
_useState2 = _slicedToArray(_useState, 2);
|
|
10088
10087
|
_useState2[0];
|
|
@@ -11424,17 +11423,38 @@ var Checkout = function Checkout(props) {
|
|
|
11424
11423
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11425
11424
|
})), /*#__PURE__*/React.createElement("p", {
|
|
11426
11425
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11427
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.
|
|
11426
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.acceptonlinePaypal) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
11428
11427
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11429
11428
|
}, /*#__PURE__*/React.createElement("label", {
|
|
11430
11429
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11431
11430
|
}, /*#__PURE__*/React.createElement("input", {
|
|
11432
11431
|
type: "checkbox",
|
|
11433
11432
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11434
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue84 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.customercart) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.paymentmethod) == '
|
|
11433
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue84 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.customercart) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.paymentmethod) == 'paypal' ? true : false,
|
|
11435
11434
|
onChange: function onChange() {
|
|
11436
11435
|
var _fetchcustomercartQue85;
|
|
11437
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.customercart) === null || _fetchcustomercartQue85 === void 0 ? void 0 : _fetchcustomercartQue85.paymentmethod) != '
|
|
11436
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.customercart) === null || _fetchcustomercartQue85 === void 0 ? void 0 : _fetchcustomercartQue85.paymentmethod) != 'paypal') {
|
|
11437
|
+
cartinfoupdater('paymentmethod', 'paypal');
|
|
11438
|
+
}
|
|
11439
|
+
}
|
|
11440
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
11441
|
+
viewBox: "0 0 21 21",
|
|
11442
|
+
className: checkoutstyles.svgstyles + ' h-100 '
|
|
11443
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11444
|
+
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11445
|
+
})), /*#__PURE__*/React.createElement("p", {
|
|
11446
|
+
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
11447
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
11448
|
+
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11449
|
+
}, /*#__PURE__*/React.createElement("label", {
|
|
11450
|
+
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11451
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
11452
|
+
type: "checkbox",
|
|
11453
|
+
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11454
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue86 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue86 === void 0 || (_fetchcustomercartQue86 = _fetchcustomercartQue86.data) === null || _fetchcustomercartQue86 === void 0 || (_fetchcustomercartQue86 = _fetchcustomercartQue86.customercart) === null || _fetchcustomercartQue86 === void 0 ? void 0 : _fetchcustomercartQue86.paymentmethod) == 'bankinstallments' ? true : false,
|
|
11455
|
+
onChange: function onChange() {
|
|
11456
|
+
var _fetchcustomercartQue87;
|
|
11457
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue87 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue87 === void 0 || (_fetchcustomercartQue87 = _fetchcustomercartQue87.data) === null || _fetchcustomercartQue87 === void 0 || (_fetchcustomercartQue87 = _fetchcustomercartQue87.customercart) === null || _fetchcustomercartQue87 === void 0 ? void 0 : _fetchcustomercartQue87.paymentmethod) != 'bankinstallments') {
|
|
11438
11458
|
cartinfoupdater('paymentmethod', 'bankinstallments');
|
|
11439
11459
|
}
|
|
11440
11460
|
}
|
|
@@ -11445,17 +11465,17 @@ var Checkout = function Checkout(props) {
|
|
|
11445
11465
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11446
11466
|
})), /*#__PURE__*/React.createElement("p", {
|
|
11447
11467
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11448
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11468
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.acceptAmanCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
11449
11469
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11450
11470
|
}, /*#__PURE__*/React.createElement("label", {
|
|
11451
11471
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11452
11472
|
}, /*#__PURE__*/React.createElement("input", {
|
|
11453
11473
|
type: "checkbox",
|
|
11454
11474
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11455
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11475
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue88 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue88 === void 0 || (_fetchcustomercartQue88 = _fetchcustomercartQue88.data) === null || _fetchcustomercartQue88 === void 0 || (_fetchcustomercartQue88 = _fetchcustomercartQue88.customercart) === null || _fetchcustomercartQue88 === void 0 ? void 0 : _fetchcustomercartQue88.paymentmethod) == 'Aman' ? true : false,
|
|
11456
11476
|
onChange: function onChange() {
|
|
11457
|
-
var
|
|
11458
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11477
|
+
var _fetchcustomercartQue89;
|
|
11478
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue89 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue89 === void 0 || (_fetchcustomercartQue89 = _fetchcustomercartQue89.data) === null || _fetchcustomercartQue89 === void 0 || (_fetchcustomercartQue89 = _fetchcustomercartQue89.customercart) === null || _fetchcustomercartQue89 === void 0 ? void 0 : _fetchcustomercartQue89.paymentmethod) != 'Aman') {
|
|
11459
11479
|
cartinfoupdater('paymentmethod', 'Aman');
|
|
11460
11480
|
}
|
|
11461
11481
|
}
|
|
@@ -11466,7 +11486,7 @@ var Checkout = function Checkout(props) {
|
|
|
11466
11486
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11467
11487
|
})), /*#__PURE__*/React.createElement("p", {
|
|
11468
11488
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11469
|
-
}, langdetect == 'en' ? 'Aman' : 'Aman')))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11489
|
+
}, langdetect == 'en' ? 'Aman' : 'Aman')))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue90 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue90 === void 0 || (_fetchcustomercartQue90 = _fetchcustomercartQue90.data) === null || _fetchcustomercartQue90 === void 0 ? void 0 : _fetchcustomercartQue90.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React.createElement("div", {
|
|
11470
11490
|
className: "col-lg-12 p-0 w-100 mb-3"
|
|
11471
11491
|
}, /*#__PURE__*/React.createElement("div", {
|
|
11472
11492
|
style: {
|
|
@@ -60853,6 +60873,27 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60853
60873
|
}
|
|
60854
60874
|
}, [sectionproperties]);
|
|
60855
60875
|
var sectionStyles = {
|
|
60876
|
+
containerrrr: css({
|
|
60877
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
60878
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60879
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
60880
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
60881
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
60882
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
60883
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
60884
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60885
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60886
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60887
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60888
|
+
border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60889
|
+
borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60890
|
+
borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60891
|
+
borderLeftWidth: 0,
|
|
60892
|
+
borderRightWidth: 0,
|
|
60893
|
+
'@media (max-width: 800px)': {
|
|
60894
|
+
marginTop: sectionproperties.marginTopResp + 'px'
|
|
60895
|
+
}
|
|
60896
|
+
}),
|
|
60856
60897
|
imgcontainer: css({
|
|
60857
60898
|
':before': {
|
|
60858
60899
|
width: '100%',
|
|
@@ -60909,8 +60950,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60909
60950
|
}
|
|
60910
60951
|
}),
|
|
60911
60952
|
imageContainer: css({
|
|
60912
|
-
width: sectionproperties.image_width + 'px',
|
|
60913
|
-
height: sectionproperties.image_height + 'px',
|
|
60953
|
+
width: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.image_width + '%' : sectionproperties.image_width + 'px',
|
|
60954
|
+
height: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.image_height + '%' : sectionproperties.image_height + 'px',
|
|
60914
60955
|
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
60915
60956
|
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
60916
60957
|
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
@@ -60922,8 +60963,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60922
60963
|
backgroundColor: sectionproperties.activedotcolor
|
|
60923
60964
|
},
|
|
60924
60965
|
'@media (max-width: 800px)': {
|
|
60925
|
-
width: sectionproperties.innerwidthheightresp + 'px',
|
|
60926
|
-
height: sectionproperties.innerwidthheightresp + 'px'
|
|
60966
|
+
width: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.innerwidthheightresp + '%' : sectionproperties.innerwidthheightresp + 'px',
|
|
60967
|
+
height: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.innerwidthheightresp + '%' : sectionproperties.innerwidthheightresp + 'px'
|
|
60927
60968
|
}
|
|
60928
60969
|
}),
|
|
60929
60970
|
cardContainer: css({
|
|
@@ -60937,12 +60978,18 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60937
60978
|
}
|
|
60938
60979
|
}),
|
|
60939
60980
|
btnstyles: css({
|
|
60981
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
60982
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
60940
60983
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
60941
60984
|
color: sectionproperties.generalbtn_textColor,
|
|
60942
60985
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
60943
|
-
textDecoration: 'underline',
|
|
60986
|
+
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
60987
|
+
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
60988
|
+
borderRadius: sectionproperties.generalbtnborderradius,
|
|
60944
60989
|
':hover': {
|
|
60945
|
-
color: sectionproperties.generalbtn_textColoronhover
|
|
60990
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
60991
|
+
backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
60992
|
+
transition: '.3s'
|
|
60946
60993
|
}
|
|
60947
60994
|
}),
|
|
60948
60995
|
outercontainer: css({
|
|
@@ -60992,25 +61039,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60992
61039
|
left: 0
|
|
60993
61040
|
}
|
|
60994
61041
|
})), /*#__PURE__*/React.createElement("div", {
|
|
60995
|
-
"class":
|
|
60996
|
-
style: {
|
|
60997
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
60998
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60999
|
-
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
61000
|
-
paddingRight: sectionproperties.paddingRight + 'px',
|
|
61001
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
61002
|
-
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
61003
|
-
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
61004
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
61005
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
61006
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
61007
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
61008
|
-
border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
61009
|
-
borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
61010
|
-
borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
61011
|
-
borderLeftWidth: 0,
|
|
61012
|
-
borderRightWidth: 0
|
|
61013
|
-
}
|
|
61042
|
+
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3 ',
|
|
61043
|
+
style: {}
|
|
61014
61044
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61015
61045
|
"class": "col-lg-12 allcentered p-0",
|
|
61016
61046
|
style: {
|
|
@@ -61080,7 +61110,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61080
61110
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
61081
61111
|
// window.open(cardinfoitem.btnlink, '_blank');
|
|
61082
61112
|
// }
|
|
61083
|
-
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
61113
|
+
if (cardinfoitem.btntype == 'Web Product Link' || cardinfoitem.btntype == 'App/Web Page') {
|
|
61084
61114
|
routingcountext(cardinfoitem.btnlink, false, '');
|
|
61085
61115
|
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
61086
61116
|
// window.open(cardinfoitem.btnlink, '_target');
|
package/dist/index.umd.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('@mui/system'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-player'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/fi/FiCalendar'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', '@mui/system', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-player', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', 'react-bootstrap/Dropdown', '@react-icons/all-files/fi/FiCalendar', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.FaPlus, global.FaMinus, global.FiBox$1, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.HiOutlinePlusCircle, null, global.TextareaAutosize, null, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.Dropdown, global.FiCalendar, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone,
|
|
5
|
-
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaPlus, FaMinus, FiBox$1, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, system, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, FiCalendar, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('@mui/system'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-player'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/fi/FiCalendar'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-phone-input-2'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiSliders'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/fi/FiGlobe'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('react-select'), require('@react-icons/all-files/go/GoStar'), require('@react-icons/all-files/io/IoIosStar'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', '@mui/system', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-player', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', 'react-bootstrap/Dropdown', '@react-icons/all-files/fi/FiCalendar', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-phone-input-2', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiSliders', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/fi/FiGlobe', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'react-select', '@react-icons/all-files/go/GoStar', '@react-icons/all-files/io/IoIosStar', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.FaPlus, global.FaMinus, global.FiBox$1, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.HiOutlinePlusCircle, null, global.TextareaAutosize, null, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.Dropdown, global.FiCalendar, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.BsChevronLeft, global.BsChevronRight, null, null, null, null, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FiFilter, global.FiSliders, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, global.FaWhatsapp, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FiMenu, global.BsChevronDown, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.RiUserSettingsLine, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.BiUserCircle, global.GoLocation, global.FaLinkedinIn, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.Select$5, global.GoStar, global.IoIosStar, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
|
|
5
|
+
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaPlus, FaMinus, FiBox$1, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, system, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, FiCalendar, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiSliders, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, FaWhatsapp, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FiMenu, BsChevronDown, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, RiUserSettingsLine, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, BiUserCircle, GoLocation, FaLinkedinIn, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, FaArrowAltCircleRight, FaArrowAltCircleLeft, Select$5, GoStar, IoIosStar, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -9954,7 +9954,7 @@
|
|
|
9954
9954
|
return import('react-select');
|
|
9955
9955
|
});
|
|
9956
9956
|
var Checkout = function Checkout(props) {
|
|
9957
|
-
var _css, _checkoutstyles, _ref, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue74, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _authdetailsContext$i4, _fetchcustomercartQue82, _authdetailsContext$i5, _fetchcustomercartQue84, _authdetailsContext$i6, _fetchcustomercartQue86, _fetchcustomercartQue88;
|
|
9957
|
+
var _css, _checkoutstyles, _ref, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue74, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _authdetailsContext$i4, _fetchcustomercartQue82, _authdetailsContext$i5, _fetchcustomercartQue84, _authdetailsContext$i6, _fetchcustomercartQue86, _authdetailsContext$i7, _fetchcustomercartQue88, _fetchcustomercartQue90;
|
|
9958
9958
|
var _useState = React.useState(null),
|
|
9959
9959
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
9960
9960
|
_useState2[0];
|
|
@@ -11296,17 +11296,38 @@
|
|
|
11296
11296
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11297
11297
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11298
11298
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11299
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.
|
|
11299
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11300
11300
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11301
11301
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11302
11302
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11303
11303
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11304
11304
|
type: "checkbox",
|
|
11305
11305
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11306
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue84 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.customercart) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.paymentmethod) == '
|
|
11306
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue84 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.data) === null || _fetchcustomercartQue84 === void 0 || (_fetchcustomercartQue84 = _fetchcustomercartQue84.customercart) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.paymentmethod) == 'paypal' ? true : false,
|
|
11307
11307
|
onChange: function onChange() {
|
|
11308
11308
|
var _fetchcustomercartQue85;
|
|
11309
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.customercart) === null || _fetchcustomercartQue85 === void 0 ? void 0 : _fetchcustomercartQue85.paymentmethod) != '
|
|
11309
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue85 === void 0 || (_fetchcustomercartQue85 = _fetchcustomercartQue85.customercart) === null || _fetchcustomercartQue85 === void 0 ? void 0 : _fetchcustomercartQue85.paymentmethod) != 'paypal') {
|
|
11310
|
+
cartinfoupdater('paymentmethod', 'paypal');
|
|
11311
|
+
}
|
|
11312
|
+
}
|
|
11313
|
+
}), /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
11314
|
+
viewBox: "0 0 21 21",
|
|
11315
|
+
className: checkoutstyles.svgstyles + ' h-100 '
|
|
11316
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
11317
|
+
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11318
|
+
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11319
|
+
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
11320
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11321
|
+
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11322
|
+
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11323
|
+
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11324
|
+
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11325
|
+
type: "checkbox",
|
|
11326
|
+
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11327
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue86 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue86 === void 0 || (_fetchcustomercartQue86 = _fetchcustomercartQue86.data) === null || _fetchcustomercartQue86 === void 0 || (_fetchcustomercartQue86 = _fetchcustomercartQue86.customercart) === null || _fetchcustomercartQue86 === void 0 ? void 0 : _fetchcustomercartQue86.paymentmethod) == 'bankinstallments' ? true : false,
|
|
11328
|
+
onChange: function onChange() {
|
|
11329
|
+
var _fetchcustomercartQue87;
|
|
11330
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue87 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue87 === void 0 || (_fetchcustomercartQue87 = _fetchcustomercartQue87.data) === null || _fetchcustomercartQue87 === void 0 || (_fetchcustomercartQue87 = _fetchcustomercartQue87.customercart) === null || _fetchcustomercartQue87 === void 0 ? void 0 : _fetchcustomercartQue87.paymentmethod) != 'bankinstallments') {
|
|
11310
11331
|
cartinfoupdater('paymentmethod', 'bankinstallments');
|
|
11311
11332
|
}
|
|
11312
11333
|
}
|
|
@@ -11317,17 +11338,17 @@
|
|
|
11317
11338
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11318
11339
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11319
11340
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11320
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
11341
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11321
11342
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
11322
11343
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11323
11344
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
11324
11345
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11325
11346
|
type: "checkbox",
|
|
11326
11347
|
className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11327
|
-
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11348
|
+
checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue88 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue88 === void 0 || (_fetchcustomercartQue88 = _fetchcustomercartQue88.data) === null || _fetchcustomercartQue88 === void 0 || (_fetchcustomercartQue88 = _fetchcustomercartQue88.customercart) === null || _fetchcustomercartQue88 === void 0 ? void 0 : _fetchcustomercartQue88.paymentmethod) == 'Aman' ? true : false,
|
|
11328
11349
|
onChange: function onChange() {
|
|
11329
|
-
var
|
|
11330
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11350
|
+
var _fetchcustomercartQue89;
|
|
11351
|
+
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue89 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue89 === void 0 || (_fetchcustomercartQue89 = _fetchcustomercartQue89.data) === null || _fetchcustomercartQue89 === void 0 || (_fetchcustomercartQue89 = _fetchcustomercartQue89.customercart) === null || _fetchcustomercartQue89 === void 0 ? void 0 : _fetchcustomercartQue89.paymentmethod) != 'Aman') {
|
|
11331
11352
|
cartinfoupdater('paymentmethod', 'Aman');
|
|
11332
11353
|
}
|
|
11333
11354
|
}
|
|
@@ -11338,7 +11359,7 @@
|
|
|
11338
11359
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
11339
11360
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11340
11361
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
11341
|
-
}, langdetect == 'en' ? 'Aman' : 'Aman')))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
11362
|
+
}, langdetect == 'en' ? 'Aman' : 'Aman')))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue90 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue90 === void 0 || (_fetchcustomercartQue90 = _fetchcustomercartQue90.data) === null || _fetchcustomercartQue90 === void 0 ? void 0 : _fetchcustomercartQue90.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11342
11363
|
className: "col-lg-12 p-0 w-100 mb-3"
|
|
11343
11364
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11344
11365
|
style: {
|
|
@@ -60725,6 +60746,27 @@
|
|
|
60725
60746
|
}
|
|
60726
60747
|
}, [sectionproperties]);
|
|
60727
60748
|
var sectionStyles = {
|
|
60749
|
+
containerrrr: glamor.css({
|
|
60750
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
60751
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60752
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
60753
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
60754
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
60755
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
60756
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
60757
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60758
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60759
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60760
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60761
|
+
border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60762
|
+
borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60763
|
+
borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60764
|
+
borderLeftWidth: 0,
|
|
60765
|
+
borderRightWidth: 0,
|
|
60766
|
+
'@media (max-width: 800px)': {
|
|
60767
|
+
marginTop: sectionproperties.marginTopResp + 'px'
|
|
60768
|
+
}
|
|
60769
|
+
}),
|
|
60728
60770
|
imgcontainer: glamor.css({
|
|
60729
60771
|
':before': {
|
|
60730
60772
|
width: '100%',
|
|
@@ -60781,8 +60823,8 @@
|
|
|
60781
60823
|
}
|
|
60782
60824
|
}),
|
|
60783
60825
|
imageContainer: glamor.css({
|
|
60784
|
-
width: sectionproperties.image_width + 'px',
|
|
60785
|
-
height: sectionproperties.image_height + 'px',
|
|
60826
|
+
width: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.image_width + '%' : sectionproperties.image_width + 'px',
|
|
60827
|
+
height: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.image_height + '%' : sectionproperties.image_height + 'px',
|
|
60786
60828
|
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
60787
60829
|
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
60788
60830
|
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
@@ -60794,8 +60836,8 @@
|
|
|
60794
60836
|
backgroundColor: sectionproperties.activedotcolor
|
|
60795
60837
|
},
|
|
60796
60838
|
'@media (max-width: 800px)': {
|
|
60797
|
-
width: sectionproperties.innerwidthheightresp + 'px',
|
|
60798
|
-
height: sectionproperties.innerwidthheightresp + 'px'
|
|
60839
|
+
width: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.innerwidthheightresp + '%' : sectionproperties.innerwidthheightresp + 'px',
|
|
60840
|
+
height: sectionproperties.percentagepixel == 'Percentage' ? sectionproperties.innerwidthheightresp + '%' : sectionproperties.innerwidthheightresp + 'px'
|
|
60799
60841
|
}
|
|
60800
60842
|
}),
|
|
60801
60843
|
cardContainer: glamor.css({
|
|
@@ -60809,12 +60851,18 @@
|
|
|
60809
60851
|
}
|
|
60810
60852
|
}),
|
|
60811
60853
|
btnstyles: glamor.css({
|
|
60854
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
60855
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
60812
60856
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
60813
60857
|
color: sectionproperties.generalbtn_textColor,
|
|
60814
60858
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
60815
|
-
textDecoration: 'underline',
|
|
60859
|
+
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
60860
|
+
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
60861
|
+
borderRadius: sectionproperties.generalbtnborderradius,
|
|
60816
60862
|
':hover': {
|
|
60817
|
-
color: sectionproperties.generalbtn_textColoronhover
|
|
60863
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
60864
|
+
backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
60865
|
+
transition: '.3s'
|
|
60818
60866
|
}
|
|
60819
60867
|
}),
|
|
60820
60868
|
outercontainer: glamor.css({
|
|
@@ -60864,25 +60912,8 @@
|
|
|
60864
60912
|
left: 0
|
|
60865
60913
|
}
|
|
60866
60914
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60867
|
-
"class":
|
|
60868
|
-
style: {
|
|
60869
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
60870
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60871
|
-
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
60872
|
-
paddingRight: sectionproperties.paddingRight + 'px',
|
|
60873
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
60874
|
-
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
60875
|
-
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
60876
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60877
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60878
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60879
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60880
|
-
border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60881
|
-
borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60882
|
-
borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
60883
|
-
borderLeftWidth: 0,
|
|
60884
|
-
borderRightWidth: 0
|
|
60885
|
-
}
|
|
60915
|
+
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3 ',
|
|
60916
|
+
style: {}
|
|
60886
60917
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60887
60918
|
"class": "col-lg-12 allcentered p-0",
|
|
60888
60919
|
style: {
|
|
@@ -60952,7 +60983,7 @@
|
|
|
60952
60983
|
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
60953
60984
|
// window.open(cardinfoitem.btnlink, '_blank');
|
|
60954
60985
|
// }
|
|
60955
|
-
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
60986
|
+
if (cardinfoitem.btntype == 'Web Product Link' || cardinfoitem.btntype == 'App/Web Page') {
|
|
60956
60987
|
routingcountext(cardinfoitem.btnlink, false, '');
|
|
60957
60988
|
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
60958
60989
|
// window.open(cardinfoitem.btnlink, '_target');
|