tabexseriescomponents 0.0.818 → 0.0.821
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 +18 -12
- package/dist/index.esm.js +18 -12
- package/dist/index.umd.js +18 -12
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1332,14 +1332,14 @@ var defaultstyles = {
|
|
|
1332
1332
|
});
|
|
1333
1333
|
},
|
|
1334
1334
|
control: function control() {
|
|
1335
|
-
return _defineProperty__default["default"](_defineProperty__default["default"]({
|
|
1335
|
+
return _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
1336
1336
|
borderBottom: '1px solid #ccc',
|
|
1337
1337
|
backgroundColor: 'white',
|
|
1338
1338
|
display: 'flex',
|
|
1339
1339
|
cursor: 'pointer',
|
|
1340
1340
|
padding: 0,
|
|
1341
1341
|
transition: '.3s'
|
|
1342
|
-
}, "backgroundColor", 'transparent'), '&:hover', {
|
|
1342
|
+
}, "backgroundColor", 'transparent'), "color", 'red'), '&:hover', {
|
|
1343
1343
|
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1344
1344
|
// borderRadius: '10px',
|
|
1345
1345
|
});
|
|
@@ -4518,7 +4518,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4518
4518
|
background: 'transparent',
|
|
4519
4519
|
borderWidth: 0,
|
|
4520
4520
|
height: '100%',
|
|
4521
|
-
zIndex: 2
|
|
4521
|
+
zIndex: 2,
|
|
4522
|
+
color: sectionproperties.inputfieldcolor
|
|
4522
4523
|
},
|
|
4523
4524
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
4524
4525
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
@@ -10784,7 +10785,7 @@ var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
10784
10785
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
10785
10786
|
});
|
|
10786
10787
|
var Checkout = function Checkout(props) {
|
|
10787
|
-
var _css, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _fetchcustomercartQue82, _fetchcustomercartQue84, _authdetailsContext$
|
|
10788
|
+
var _css, _fetchcustomercartQue65, _fetchcustomercartQue66, _authdetailsContext$i4, _fetchcustomercartQue67, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _fetchcustomercartQue82, _fetchcustomercartQue84, _authdetailsContext$i5, _fetchcustomercartQue86, _authdetailsContext$i6, _fetchcustomercartQue88, _authdetailsContext$i7, _fetchcustomercartQue90, _authdetailsContext$i8, _fetchcustomercartQue92, _fetchcustomercartQue94;
|
|
10788
10789
|
var _useState = React.useState(null),
|
|
10789
10790
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
10790
10791
|
_useState2[0];
|
|
@@ -11831,7 +11832,12 @@ var Checkout = function Checkout(props) {
|
|
|
11831
11832
|
className: "col-lg-4 col-md-12 mb-3"
|
|
11832
11833
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11833
11834
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
11834
|
-
}, lang.email
|
|
11835
|
+
}, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
11836
|
+
"class": "mx-2",
|
|
11837
|
+
style: {
|
|
11838
|
+
fontSize: 13
|
|
11839
|
+
}
|
|
11840
|
+
}, langdetect == 'en' ? 'Optional' : 'اختياري'), ' '), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11835
11841
|
type: 'text',
|
|
11836
11842
|
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
11837
11843
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 || (_fetchcustomercartQue67 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : _fetchcustomercartQue67.customercart.email,
|
|
@@ -11849,7 +11855,7 @@ var Checkout = function Checkout(props) {
|
|
|
11849
11855
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11850
11856
|
"class": "row m-0 w-100"
|
|
11851
11857
|
}, sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11852
|
-
className:
|
|
11858
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11853
11859
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11854
11860
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11855
11861
|
}, " ", lang.country), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -11896,7 +11902,7 @@ var Checkout = function Checkout(props) {
|
|
|
11896
11902
|
placeholder: lang.choosecountry,
|
|
11897
11903
|
isSearchable: true
|
|
11898
11904
|
})), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11899
|
-
className:
|
|
11905
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11900
11906
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11901
11907
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11902
11908
|
}, lang.stategov), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -11951,7 +11957,7 @@ var Checkout = function Checkout(props) {
|
|
|
11951
11957
|
placeholder: lang.choosestategov,
|
|
11952
11958
|
isSearchable: true
|
|
11953
11959
|
})), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11954
|
-
className:
|
|
11960
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11955
11961
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11956
11962
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11957
11963
|
}, lang.city), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -12235,7 +12241,7 @@ var Checkout = function Checkout(props) {
|
|
|
12235
12241
|
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"
|
|
12236
12242
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12237
12243
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12238
|
-
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12244
|
+
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12239
12245
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12240
12246
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12241
12247
|
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 '
|
|
@@ -12256,7 +12262,7 @@ var Checkout = function Checkout(props) {
|
|
|
12256
12262
|
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"
|
|
12257
12263
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12258
12264
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12259
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12265
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12260
12266
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12261
12267
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12262
12268
|
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 '
|
|
@@ -12277,7 +12283,7 @@ var Checkout = function Checkout(props) {
|
|
|
12277
12283
|
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"
|
|
12278
12284
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12279
12285
|
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
12280
|
-
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12286
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12281
12287
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12282
12288
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12283
12289
|
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 '
|
|
@@ -12298,7 +12304,7 @@ var Checkout = function Checkout(props) {
|
|
|
12298
12304
|
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"
|
|
12299
12305
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12300
12306
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12301
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12307
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12302
12308
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12303
12309
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12304
12310
|
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 '
|
package/dist/index.esm.js
CHANGED
|
@@ -1283,14 +1283,14 @@ var defaultstyles = {
|
|
|
1283
1283
|
});
|
|
1284
1284
|
},
|
|
1285
1285
|
control: function control() {
|
|
1286
|
-
return _defineProperty(_defineProperty({
|
|
1286
|
+
return _defineProperty(_defineProperty(_defineProperty({
|
|
1287
1287
|
borderBottom: '1px solid #ccc',
|
|
1288
1288
|
backgroundColor: 'white',
|
|
1289
1289
|
display: 'flex',
|
|
1290
1290
|
cursor: 'pointer',
|
|
1291
1291
|
padding: 0,
|
|
1292
1292
|
transition: '.3s'
|
|
1293
|
-
}, "backgroundColor", 'transparent'), '&:hover', {
|
|
1293
|
+
}, "backgroundColor", 'transparent'), "color", 'red'), '&:hover', {
|
|
1294
1294
|
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1295
1295
|
// borderRadius: '10px',
|
|
1296
1296
|
});
|
|
@@ -4469,7 +4469,8 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4469
4469
|
background: 'transparent',
|
|
4470
4470
|
borderWidth: 0,
|
|
4471
4471
|
height: '100%',
|
|
4472
|
-
zIndex: 2
|
|
4472
|
+
zIndex: 2,
|
|
4473
|
+
color: sectionproperties.inputfieldcolor
|
|
4473
4474
|
},
|
|
4474
4475
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
4475
4476
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
@@ -10735,7 +10736,7 @@ var Select$3 = /*#__PURE__*/React.lazy(function () {
|
|
|
10735
10736
|
return import('react-select');
|
|
10736
10737
|
});
|
|
10737
10738
|
var Checkout = function Checkout(props) {
|
|
10738
|
-
var _css, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _fetchcustomercartQue82, _fetchcustomercartQue84, _authdetailsContext$
|
|
10739
|
+
var _css, _fetchcustomercartQue65, _fetchcustomercartQue66, _authdetailsContext$i4, _fetchcustomercartQue67, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _fetchcustomercartQue82, _fetchcustomercartQue84, _authdetailsContext$i5, _fetchcustomercartQue86, _authdetailsContext$i6, _fetchcustomercartQue88, _authdetailsContext$i7, _fetchcustomercartQue90, _authdetailsContext$i8, _fetchcustomercartQue92, _fetchcustomercartQue94;
|
|
10739
10740
|
var _useState = useState(null),
|
|
10740
10741
|
_useState2 = _slicedToArray(_useState, 2);
|
|
10741
10742
|
_useState2[0];
|
|
@@ -11782,7 +11783,12 @@ var Checkout = function Checkout(props) {
|
|
|
11782
11783
|
className: "col-lg-4 col-md-12 mb-3"
|
|
11783
11784
|
}, /*#__PURE__*/React.createElement("label", {
|
|
11784
11785
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
11785
|
-
}, lang.email
|
|
11786
|
+
}, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React.createElement("span", {
|
|
11787
|
+
"class": "mx-2",
|
|
11788
|
+
style: {
|
|
11789
|
+
fontSize: 13
|
|
11790
|
+
}
|
|
11791
|
+
}, langdetect == 'en' ? 'Optional' : 'اختياري'), ' '), /*#__PURE__*/React.createElement("input", {
|
|
11786
11792
|
type: 'text',
|
|
11787
11793
|
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
11788
11794
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 || (_fetchcustomercartQue67 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : _fetchcustomercartQue67.customercart.email,
|
|
@@ -11800,7 +11806,7 @@ var Checkout = function Checkout(props) {
|
|
|
11800
11806
|
}, /*#__PURE__*/React.createElement("div", {
|
|
11801
11807
|
"class": "row m-0 w-100"
|
|
11802
11808
|
}, sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
11803
|
-
className:
|
|
11809
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11804
11810
|
}, /*#__PURE__*/React.createElement("label", {
|
|
11805
11811
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11806
11812
|
}, " ", lang.country), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React.createElement("div", {
|
|
@@ -11847,7 +11853,7 @@ var Checkout = function Checkout(props) {
|
|
|
11847
11853
|
placeholder: lang.choosecountry,
|
|
11848
11854
|
isSearchable: true
|
|
11849
11855
|
})), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
11850
|
-
className:
|
|
11856
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11851
11857
|
}, /*#__PURE__*/React.createElement("label", {
|
|
11852
11858
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11853
11859
|
}, lang.stategov), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React.createElement("div", {
|
|
@@ -11902,7 +11908,7 @@ var Checkout = function Checkout(props) {
|
|
|
11902
11908
|
placeholder: lang.choosestategov,
|
|
11903
11909
|
isSearchable: true
|
|
11904
11910
|
})), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
11905
|
-
className:
|
|
11911
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11906
11912
|
}, /*#__PURE__*/React.createElement("label", {
|
|
11907
11913
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11908
11914
|
}, lang.city), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React.createElement("div", {
|
|
@@ -12186,7 +12192,7 @@ var Checkout = function Checkout(props) {
|
|
|
12186
12192
|
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"
|
|
12187
12193
|
})), /*#__PURE__*/React.createElement("p", {
|
|
12188
12194
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12189
|
-
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12195
|
+
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.acceptForsaCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
12190
12196
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12191
12197
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12192
12198
|
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 '
|
|
@@ -12207,7 +12213,7 @@ var Checkout = function Checkout(props) {
|
|
|
12207
12213
|
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"
|
|
12208
12214
|
})), /*#__PURE__*/React.createElement("p", {
|
|
12209
12215
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12210
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12216
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.acceptonlinePaypal) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
12211
12217
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12212
12218
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12213
12219
|
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 '
|
|
@@ -12228,7 +12234,7 @@ var Checkout = function Checkout(props) {
|
|
|
12228
12234
|
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"
|
|
12229
12235
|
})), /*#__PURE__*/React.createElement("p", {
|
|
12230
12236
|
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
12231
|
-
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12237
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
12232
12238
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12233
12239
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12234
12240
|
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 '
|
|
@@ -12249,7 +12255,7 @@ var Checkout = function Checkout(props) {
|
|
|
12249
12255
|
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"
|
|
12250
12256
|
})), /*#__PURE__*/React.createElement("p", {
|
|
12251
12257
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12252
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12258
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.acceptAmanCard) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
12253
12259
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12254
12260
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12255
12261
|
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 '
|
package/dist/index.umd.js
CHANGED
|
@@ -1148,14 +1148,14 @@
|
|
|
1148
1148
|
});
|
|
1149
1149
|
},
|
|
1150
1150
|
control: function control() {
|
|
1151
|
-
return _defineProperty__default["default"](_defineProperty__default["default"]({
|
|
1151
|
+
return _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
1152
1152
|
borderBottom: '1px solid #ccc',
|
|
1153
1153
|
backgroundColor: 'white',
|
|
1154
1154
|
display: 'flex',
|
|
1155
1155
|
cursor: 'pointer',
|
|
1156
1156
|
padding: 0,
|
|
1157
1157
|
transition: '.3s'
|
|
1158
|
-
}, "backgroundColor", 'transparent'), '&:hover', {
|
|
1158
|
+
}, "backgroundColor", 'transparent'), "color", 'red'), '&:hover', {
|
|
1159
1159
|
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1160
1160
|
// borderRadius: '10px',
|
|
1161
1161
|
});
|
|
@@ -4334,7 +4334,8 @@
|
|
|
4334
4334
|
background: 'transparent',
|
|
4335
4335
|
borderWidth: 0,
|
|
4336
4336
|
height: '100%',
|
|
4337
|
-
zIndex: 2
|
|
4337
|
+
zIndex: 2,
|
|
4338
|
+
color: sectionproperties.inputfieldcolor
|
|
4338
4339
|
},
|
|
4339
4340
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
4340
4341
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
@@ -10600,7 +10601,7 @@
|
|
|
10600
10601
|
return import('react-select');
|
|
10601
10602
|
});
|
|
10602
10603
|
var Checkout = function Checkout(props) {
|
|
10603
|
-
var _css, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _fetchcustomercartQue82, _fetchcustomercartQue84, _authdetailsContext$
|
|
10604
|
+
var _css, _fetchcustomercartQue65, _fetchcustomercartQue66, _authdetailsContext$i4, _fetchcustomercartQue67, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _fetchcustomercartQue82, _fetchcustomercartQue84, _authdetailsContext$i5, _fetchcustomercartQue86, _authdetailsContext$i6, _fetchcustomercartQue88, _authdetailsContext$i7, _fetchcustomercartQue90, _authdetailsContext$i8, _fetchcustomercartQue92, _fetchcustomercartQue94;
|
|
10604
10605
|
var _useState = React.useState(null),
|
|
10605
10606
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
10606
10607
|
_useState2[0];
|
|
@@ -11647,7 +11648,12 @@
|
|
|
11647
11648
|
className: "col-lg-4 col-md-12 mb-3"
|
|
11648
11649
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11649
11650
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
11650
|
-
}, lang.email
|
|
11651
|
+
}, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
11652
|
+
"class": "mx-2",
|
|
11653
|
+
style: {
|
|
11654
|
+
fontSize: 13
|
|
11655
|
+
}
|
|
11656
|
+
}, langdetect == 'en' ? 'Optional' : 'اختياري'), ' '), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11651
11657
|
type: 'text',
|
|
11652
11658
|
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
11653
11659
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 || (_fetchcustomercartQue67 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : _fetchcustomercartQue67.customercart.email,
|
|
@@ -11665,7 +11671,7 @@
|
|
|
11665
11671
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11666
11672
|
"class": "row m-0 w-100"
|
|
11667
11673
|
}, sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11668
|
-
className:
|
|
11674
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11669
11675
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11670
11676
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11671
11677
|
}, " ", lang.country), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -11712,7 +11718,7 @@
|
|
|
11712
11718
|
placeholder: lang.choosecountry,
|
|
11713
11719
|
isSearchable: true
|
|
11714
11720
|
})), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11715
|
-
className:
|
|
11721
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11716
11722
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11717
11723
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11718
11724
|
}, lang.stategov), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -11767,7 +11773,7 @@
|
|
|
11767
11773
|
placeholder: lang.choosestategov,
|
|
11768
11774
|
isSearchable: true
|
|
11769
11775
|
})), sectionproperties.hidecountrystatecity == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11770
|
-
className:
|
|
11776
|
+
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11771
11777
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11772
11778
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11773
11779
|
}, lang.city), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -12051,7 +12057,7 @@
|
|
|
12051
12057
|
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"
|
|
12052
12058
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12053
12059
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12054
|
-
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12060
|
+
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12055
12061
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12056
12062
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12057
12063
|
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 '
|
|
@@ -12072,7 +12078,7 @@
|
|
|
12072
12078
|
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"
|
|
12073
12079
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12074
12080
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12075
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12081
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12076
12082
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12077
12083
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12078
12084
|
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 '
|
|
@@ -12093,7 +12099,7 @@
|
|
|
12093
12099
|
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"
|
|
12094
12100
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12095
12101
|
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
12096
|
-
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12102
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12097
12103
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12098
12104
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12099
12105
|
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 '
|
|
@@ -12114,7 +12120,7 @@
|
|
|
12114
12120
|
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"
|
|
12115
12121
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12116
12122
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
12117
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12123
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12118
12124
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
12119
12125
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12120
12126
|
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 '
|