tabexseriescomponents 0.0.362 → 0.0.364
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/.expo/README.md +15 -0
- package/.expo/settings.json +8 -0
- package/dist/index.cjs.js +46 -15
- package/dist/index.esm.js +46 -15
- package/dist/index.umd.js +46 -15
- package/package.json +1 -1
package/.expo/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
> Why do I have a folder named ".expo" in my project?
|
|
2
|
+
|
|
3
|
+
The ".expo" folder is created when an Expo project is started using "expo start" command.
|
|
4
|
+
|
|
5
|
+
> What do the files contain?
|
|
6
|
+
|
|
7
|
+
- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
|
|
8
|
+
- "packager-info.json": contains port numbers and process PIDs that are used to serve the application to the mobile device/simulator.
|
|
9
|
+
- "settings.json": contains the server configuration that is used to serve the application manifest.
|
|
10
|
+
|
|
11
|
+
> Should I commit the ".expo" folder?
|
|
12
|
+
|
|
13
|
+
No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
|
|
14
|
+
|
|
15
|
+
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
|
package/dist/index.cjs.js
CHANGED
|
@@ -18404,6 +18404,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
18404
18404
|
props.actions.lang;
|
|
18405
18405
|
var langdetect = props.actions.langdetect;
|
|
18406
18406
|
props.actions.StatePagePropertiesContext;
|
|
18407
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
18407
18408
|
var _useState = React.useState({}),
|
|
18408
18409
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
18409
18410
|
sectionproperties = _useState2[0],
|
|
@@ -18460,8 +18461,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
18460
18461
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
18461
18462
|
"class": header_cssstyles.storeimage + ' cursor-pointer mx-2 mx-sm-2 ',
|
|
18462
18463
|
onClick: function onClick() {
|
|
18463
|
-
var _authdetailsContext;
|
|
18464
|
-
window.open(
|
|
18464
|
+
var _authdetailsContext$i;
|
|
18465
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.mobileapplink_appstore, '_blank');
|
|
18465
18466
|
}
|
|
18466
18467
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18467
18468
|
"class": header_cssstyles.storeimage + ' cursor-pointer mx-sm-0 '
|
|
@@ -18469,8 +18470,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
18469
18470
|
,
|
|
18470
18471
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
18471
18472
|
onClick: function onClick() {
|
|
18472
|
-
var
|
|
18473
|
-
window.open(
|
|
18473
|
+
var _authdetailsContext$i2;
|
|
18474
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobileapplink_playstore, '_blank');
|
|
18474
18475
|
}
|
|
18475
18476
|
}))));
|
|
18476
18477
|
};
|
|
@@ -41761,7 +41762,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
41761
41762
|
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41762
41763
|
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41763
41764
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
41764
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$
|
|
41765
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
41765
41766
|
var _useState = React.useState(''),
|
|
41766
41767
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
41767
41768
|
sectionproperties = _useState2[0],
|
|
@@ -41802,6 +41803,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
41802
41803
|
return policyobj;
|
|
41803
41804
|
};
|
|
41804
41805
|
var footerStyles = {
|
|
41806
|
+
payimgcont: glamor.css({
|
|
41807
|
+
marginLeft: '10px',
|
|
41808
|
+
marginRight: '10px'
|
|
41809
|
+
}),
|
|
41810
|
+
payimg: glamor.css({
|
|
41811
|
+
width: '100%',
|
|
41812
|
+
height: '100%',
|
|
41813
|
+
objectFit: 'contain'
|
|
41814
|
+
}),
|
|
41805
41815
|
footerContainer: glamor.css({
|
|
41806
41816
|
background: sectionproperties.footerbgcolor,
|
|
41807
41817
|
paddingTop: sectionproperties.footer_paddingTop + 'px',
|
|
@@ -42192,25 +42202,46 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
42192
42202
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42193
42203
|
onClick: function onClick() {
|
|
42194
42204
|
var _authdetailsContext$i15;
|
|
42195
|
-
|
|
42196
|
-
var _authdetailsContext$i16;
|
|
42197
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
|
|
42198
|
-
}
|
|
42205
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
|
|
42199
42206
|
}
|
|
42200
42207
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
42201
42208
|
size: sectionproperties.instgrambtniconfontsize
|
|
42202
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42209
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42203
42210
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42204
42211
|
onClick: function onClick() {
|
|
42205
|
-
var _authdetailsContext$
|
|
42206
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42207
|
-
var _authdetailsContext$
|
|
42208
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42212
|
+
var _authdetailsContext$i17;
|
|
42213
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
42214
|
+
var _authdetailsContext$i18;
|
|
42215
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
42209
42216
|
}
|
|
42210
42217
|
}
|
|
42211
42218
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
42212
42219
|
size: sectionproperties.youtubebtniconfontsize
|
|
42213
|
-
}))))
|
|
42220
|
+
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42221
|
+
"class": "col-lg-12 p-0 d-block my-3"
|
|
42222
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
42223
|
+
"class": "m-0 p-0"
|
|
42224
|
+
})), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42225
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
42226
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42227
|
+
className: "".concat(footerStyles.payimgcont),
|
|
42228
|
+
style: {
|
|
42229
|
+
width: '50px',
|
|
42230
|
+
height: '40px'
|
|
42231
|
+
}
|
|
42232
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
42233
|
+
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
42234
|
+
className: "".concat(footerStyles.payimg)
|
|
42235
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42236
|
+
className: "".concat(footerStyles.payimgcont),
|
|
42237
|
+
style: {
|
|
42238
|
+
width: '50px',
|
|
42239
|
+
height: '40px'
|
|
42240
|
+
}
|
|
42241
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
42242
|
+
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
42243
|
+
className: "".concat(footerStyles.payimg)
|
|
42244
|
+
}))))));
|
|
42214
42245
|
};
|
|
42215
42246
|
|
|
42216
42247
|
function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.esm.js
CHANGED
|
@@ -18355,6 +18355,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
18355
18355
|
props.actions.lang;
|
|
18356
18356
|
var langdetect = props.actions.langdetect;
|
|
18357
18357
|
props.actions.StatePagePropertiesContext;
|
|
18358
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
18358
18359
|
var _useState = useState({}),
|
|
18359
18360
|
_useState2 = _slicedToArray(_useState, 2),
|
|
18360
18361
|
sectionproperties = _useState2[0],
|
|
@@ -18411,8 +18412,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
18411
18412
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
18412
18413
|
"class": header_cssstyles.storeimage + ' cursor-pointer mx-2 mx-sm-2 ',
|
|
18413
18414
|
onClick: function onClick() {
|
|
18414
|
-
var _authdetailsContext;
|
|
18415
|
-
window.open(
|
|
18415
|
+
var _authdetailsContext$i;
|
|
18416
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.mobileapplink_appstore, '_blank');
|
|
18416
18417
|
}
|
|
18417
18418
|
}), /*#__PURE__*/React.createElement("img", {
|
|
18418
18419
|
"class": header_cssstyles.storeimage + ' cursor-pointer mx-sm-0 '
|
|
@@ -18420,8 +18421,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
18420
18421
|
,
|
|
18421
18422
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
18422
18423
|
onClick: function onClick() {
|
|
18423
|
-
var
|
|
18424
|
-
window.open(
|
|
18424
|
+
var _authdetailsContext$i2;
|
|
18425
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobileapplink_playstore, '_blank');
|
|
18425
18426
|
}
|
|
18426
18427
|
}))));
|
|
18427
18428
|
};
|
|
@@ -41712,7 +41713,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
41712
41713
|
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41713
41714
|
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41714
41715
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
41715
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$
|
|
41716
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
41716
41717
|
var _useState = useState(''),
|
|
41717
41718
|
_useState2 = _slicedToArray(_useState, 2),
|
|
41718
41719
|
sectionproperties = _useState2[0],
|
|
@@ -41753,6 +41754,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
41753
41754
|
return policyobj;
|
|
41754
41755
|
};
|
|
41755
41756
|
var footerStyles = {
|
|
41757
|
+
payimgcont: css({
|
|
41758
|
+
marginLeft: '10px',
|
|
41759
|
+
marginRight: '10px'
|
|
41760
|
+
}),
|
|
41761
|
+
payimg: css({
|
|
41762
|
+
width: '100%',
|
|
41763
|
+
height: '100%',
|
|
41764
|
+
objectFit: 'contain'
|
|
41765
|
+
}),
|
|
41756
41766
|
footerContainer: css({
|
|
41757
41767
|
background: sectionproperties.footerbgcolor,
|
|
41758
41768
|
paddingTop: sectionproperties.footer_paddingTop + 'px',
|
|
@@ -42143,25 +42153,46 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
42143
42153
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42144
42154
|
onClick: function onClick() {
|
|
42145
42155
|
var _authdetailsContext$i15;
|
|
42146
|
-
|
|
42147
|
-
var _authdetailsContext$i16;
|
|
42148
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
|
|
42149
|
-
}
|
|
42156
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
|
|
42150
42157
|
}
|
|
42151
42158
|
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
42152
42159
|
size: sectionproperties.instgrambtniconfontsize
|
|
42153
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42160
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
|
|
42154
42161
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42155
42162
|
onClick: function onClick() {
|
|
42156
|
-
var _authdetailsContext$
|
|
42157
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42158
|
-
var _authdetailsContext$
|
|
42159
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42163
|
+
var _authdetailsContext$i17;
|
|
42164
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
42165
|
+
var _authdetailsContext$i18;
|
|
42166
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
42160
42167
|
}
|
|
42161
42168
|
}
|
|
42162
42169
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
42163
42170
|
size: sectionproperties.youtubebtniconfontsize
|
|
42164
|
-
}))))
|
|
42171
|
+
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
42172
|
+
"class": "col-lg-12 p-0 d-block my-3"
|
|
42173
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
42174
|
+
"class": "m-0 p-0"
|
|
42175
|
+
})), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
42176
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
42177
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42178
|
+
className: "".concat(footerStyles.payimgcont),
|
|
42179
|
+
style: {
|
|
42180
|
+
width: '50px',
|
|
42181
|
+
height: '40px'
|
|
42182
|
+
}
|
|
42183
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
42184
|
+
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
42185
|
+
className: "".concat(footerStyles.payimg)
|
|
42186
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
42187
|
+
className: "".concat(footerStyles.payimgcont),
|
|
42188
|
+
style: {
|
|
42189
|
+
width: '50px',
|
|
42190
|
+
height: '40px'
|
|
42191
|
+
}
|
|
42192
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
42193
|
+
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
42194
|
+
className: "".concat(footerStyles.payimg)
|
|
42195
|
+
}))))));
|
|
42165
42196
|
};
|
|
42166
42197
|
|
|
42167
42198
|
function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.umd.js
CHANGED
|
@@ -18237,6 +18237,7 @@
|
|
|
18237
18237
|
props.actions.lang;
|
|
18238
18238
|
var langdetect = props.actions.langdetect;
|
|
18239
18239
|
props.actions.StatePagePropertiesContext;
|
|
18240
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
18240
18241
|
var _useState = React.useState({}),
|
|
18241
18242
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
18242
18243
|
sectionproperties = _useState2[0],
|
|
@@ -18293,8 +18294,8 @@
|
|
|
18293
18294
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
18294
18295
|
"class": header_cssstyles.storeimage + ' cursor-pointer mx-2 mx-sm-2 ',
|
|
18295
18296
|
onClick: function onClick() {
|
|
18296
|
-
var _authdetailsContext;
|
|
18297
|
-
window.open(
|
|
18297
|
+
var _authdetailsContext$i;
|
|
18298
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.mobileapplink_appstore, '_blank');
|
|
18298
18299
|
}
|
|
18299
18300
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
18300
18301
|
"class": header_cssstyles.storeimage + ' cursor-pointer mx-sm-0 '
|
|
@@ -18302,8 +18303,8 @@
|
|
|
18302
18303
|
,
|
|
18303
18304
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
18304
18305
|
onClick: function onClick() {
|
|
18305
|
-
var
|
|
18306
|
-
window.open(
|
|
18306
|
+
var _authdetailsContext$i2;
|
|
18307
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobileapplink_playstore, '_blank');
|
|
18307
18308
|
}
|
|
18308
18309
|
}))));
|
|
18309
18310
|
};
|
|
@@ -41594,7 +41595,7 @@
|
|
|
41594
41595
|
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41595
41596
|
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41596
41597
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
41597
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$
|
|
41598
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
41598
41599
|
var _useState = React.useState(''),
|
|
41599
41600
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
41600
41601
|
sectionproperties = _useState2[0],
|
|
@@ -41635,6 +41636,15 @@
|
|
|
41635
41636
|
return policyobj;
|
|
41636
41637
|
};
|
|
41637
41638
|
var footerStyles = {
|
|
41639
|
+
payimgcont: glamor.css({
|
|
41640
|
+
marginLeft: '10px',
|
|
41641
|
+
marginRight: '10px'
|
|
41642
|
+
}),
|
|
41643
|
+
payimg: glamor.css({
|
|
41644
|
+
width: '100%',
|
|
41645
|
+
height: '100%',
|
|
41646
|
+
objectFit: 'contain'
|
|
41647
|
+
}),
|
|
41638
41648
|
footerContainer: glamor.css({
|
|
41639
41649
|
background: sectionproperties.footerbgcolor,
|
|
41640
41650
|
paddingTop: sectionproperties.footer_paddingTop + 'px',
|
|
@@ -42025,25 +42035,46 @@
|
|
|
42025
42035
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42026
42036
|
onClick: function onClick() {
|
|
42027
42037
|
var _authdetailsContext$i15;
|
|
42028
|
-
|
|
42029
|
-
var _authdetailsContext$i16;
|
|
42030
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
|
|
42031
|
-
}
|
|
42038
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
|
|
42032
42039
|
}
|
|
42033
42040
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
42034
42041
|
size: sectionproperties.instgrambtniconfontsize
|
|
42035
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42042
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42036
42043
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
42037
42044
|
onClick: function onClick() {
|
|
42038
|
-
var _authdetailsContext$
|
|
42039
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42040
|
-
var _authdetailsContext$
|
|
42041
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42045
|
+
var _authdetailsContext$i17;
|
|
42046
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
42047
|
+
var _authdetailsContext$i18;
|
|
42048
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
42042
42049
|
}
|
|
42043
42050
|
}
|
|
42044
42051
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
42045
42052
|
size: sectionproperties.youtubebtniconfontsize
|
|
42046
|
-
}))))
|
|
42053
|
+
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42054
|
+
"class": "col-lg-12 p-0 d-block my-3"
|
|
42055
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
42056
|
+
"class": "m-0 p-0"
|
|
42057
|
+
})), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42058
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
42059
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42060
|
+
className: "".concat(footerStyles.payimgcont),
|
|
42061
|
+
style: {
|
|
42062
|
+
width: '50px',
|
|
42063
|
+
height: '40px'
|
|
42064
|
+
}
|
|
42065
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
42066
|
+
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
42067
|
+
className: "".concat(footerStyles.payimg)
|
|
42068
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42069
|
+
className: "".concat(footerStyles.payimgcont),
|
|
42070
|
+
style: {
|
|
42071
|
+
width: '50px',
|
|
42072
|
+
height: '40px'
|
|
42073
|
+
}
|
|
42074
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
42075
|
+
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
42076
|
+
className: "".concat(footerStyles.payimg)
|
|
42077
|
+
}))))));
|
|
42047
42078
|
};
|
|
42048
42079
|
|
|
42049
42080
|
function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|