tabexseriescomponents 0.0.603 → 0.0.605
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 +8 -3
- package/dist/index.esm.js +8 -3
- package/dist/index.umd.js +8 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12134,7 +12134,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12134
12134
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
12135
12135
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12136
12136
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
12137
|
-
}, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
12137
|
+
}, lang.email), sectionproperties.showemaildisclaimer == 'Show' && /*#__PURE__*/React__default["default"].createElement("sup", null, langdetect == 'en' ? sectionproperties.emaildisclaimeren : sectionproperties.emaildisclaimerar), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
12138
12138
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
12139
12139
|
type: "text",
|
|
12140
12140
|
textplaceholder: "",
|
|
@@ -47741,7 +47741,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
47741
47741
|
var _authdetailsContext$i24;
|
|
47742
47742
|
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
47743
47743
|
}
|
|
47744
|
-
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
47744
|
+
}), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
|
|
47745
47745
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
47746
47746
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
47747
47747
|
onClick: function onClick() {
|
|
@@ -60313,7 +60313,12 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60313
60313
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
60314
60314
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
60315
60315
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60316
|
-
border:
|
|
60316
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
60317
|
+
// cardinfoindex != cardsarray.length - 1
|
|
60318
|
+
// ? sectionproperties.innersectionbordertype == 'All'
|
|
60319
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
60320
|
+
// : ''
|
|
60321
|
+
// : '',
|
|
60317
60322
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
60318
60323
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
60319
60324
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
|
package/dist/index.esm.js
CHANGED
|
@@ -12085,7 +12085,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12085
12085
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
12086
12086
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12087
12087
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
12088
|
-
}, lang.email), /*#__PURE__*/React.createElement("input", {
|
|
12088
|
+
}, lang.email), sectionproperties.showemaildisclaimer == 'Show' && /*#__PURE__*/React.createElement("sup", null, langdetect == 'en' ? sectionproperties.emaildisclaimeren : sectionproperties.emaildisclaimerar), /*#__PURE__*/React.createElement("input", {
|
|
12089
12089
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
12090
12090
|
type: "text",
|
|
12091
12091
|
textplaceholder: "",
|
|
@@ -47692,7 +47692,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
47692
47692
|
var _authdetailsContext$i24;
|
|
47693
47693
|
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
47694
47694
|
}
|
|
47695
|
-
}), /*#__PURE__*/React.createElement("img", {
|
|
47695
|
+
}), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React.createElement("img", {
|
|
47696
47696
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
47697
47697
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
47698
47698
|
onClick: function onClick() {
|
|
@@ -60264,7 +60264,12 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
60264
60264
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
60265
60265
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
60266
60266
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60267
|
-
border:
|
|
60267
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
60268
|
+
// cardinfoindex != cardsarray.length - 1
|
|
60269
|
+
// ? sectionproperties.innersectionbordertype == 'All'
|
|
60270
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
60271
|
+
// : ''
|
|
60272
|
+
// : '',
|
|
60268
60273
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
60269
60274
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
60270
60275
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
|
package/dist/index.umd.js
CHANGED
|
@@ -11958,7 +11958,7 @@
|
|
|
11958
11958
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
11959
11959
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11960
11960
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
11961
|
-
}, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11961
|
+
}, lang.email), sectionproperties.showemaildisclaimer == 'Show' && /*#__PURE__*/React__default["default"].createElement("sup", null, langdetect == 'en' ? sectionproperties.emaildisclaimeren : sectionproperties.emaildisclaimerar), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
11962
11962
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
11963
11963
|
type: "text",
|
|
11964
11964
|
textplaceholder: "",
|
|
@@ -47565,7 +47565,7 @@
|
|
|
47565
47565
|
var _authdetailsContext$i24;
|
|
47566
47566
|
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
47567
47567
|
}
|
|
47568
|
-
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
47568
|
+
}), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
|
|
47569
47569
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
47570
47570
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
47571
47571
|
onClick: function onClick() {
|
|
@@ -60137,7 +60137,12 @@
|
|
|
60137
60137
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
60138
60138
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
60139
60139
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60140
|
-
border:
|
|
60140
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
60141
|
+
// cardinfoindex != cardsarray.length - 1
|
|
60142
|
+
// ? sectionproperties.innersectionbordertype == 'All'
|
|
60143
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
60144
|
+
// : ''
|
|
60145
|
+
// : '',
|
|
60141
60146
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
60142
60147
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
60143
60148
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
|