tabexseriescomponents 0.2.877 → 0.2.879
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 +3 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.umd.js +3 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -24398,6 +24398,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24398
24398
|
_useState0 = _slicedToArray__default["default"](_useState9, 2),
|
|
24399
24399
|
sectionproperties = _useState0[0],
|
|
24400
24400
|
setsectionproperties = _useState0[1];
|
|
24401
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
24401
24402
|
React.useEffect(function () {
|
|
24402
24403
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
24403
24404
|
return x.staticpageid == '65073ffd6239d';
|
|
@@ -24480,6 +24481,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24480
24481
|
})))
|
|
24481
24482
|
};
|
|
24482
24483
|
var LoginContent = function LoginContent() {
|
|
24484
|
+
var _authdetailsContext$i;
|
|
24483
24485
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24484
24486
|
"class": "col-lg-12 p-0"
|
|
24485
24487
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -24535,7 +24537,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24535
24537
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
24536
24538
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
24537
24539
|
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
24538
|
-
}, langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
24540
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Mobile Number' : 'رقم الهاتف' : langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
24539
24541
|
type: "text",
|
|
24540
24542
|
className: "".concat(loginstyles2.form_control),
|
|
24541
24543
|
value: forgotpasswordpayload.email,
|
package/dist/index.esm.js
CHANGED
|
@@ -24348,6 +24348,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24348
24348
|
_useState0 = _slicedToArray(_useState9, 2),
|
|
24349
24349
|
sectionproperties = _useState0[0],
|
|
24350
24350
|
setsectionproperties = _useState0[1];
|
|
24351
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
24351
24352
|
useEffect(function () {
|
|
24352
24353
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
24353
24354
|
return x.staticpageid == '65073ffd6239d';
|
|
@@ -24430,6 +24431,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24430
24431
|
})))
|
|
24431
24432
|
};
|
|
24432
24433
|
var LoginContent = function LoginContent() {
|
|
24434
|
+
var _authdetailsContext$i;
|
|
24433
24435
|
return /*#__PURE__*/React.createElement("div", {
|
|
24434
24436
|
"class": "col-lg-12 p-0"
|
|
24435
24437
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -24485,7 +24487,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24485
24487
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
24486
24488
|
}, /*#__PURE__*/React.createElement("label", {
|
|
24487
24489
|
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
24488
|
-
}, langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React.createElement("input", {
|
|
24490
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Mobile Number' : 'رقم الهاتف' : langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React.createElement("input", {
|
|
24489
24491
|
type: "text",
|
|
24490
24492
|
className: "".concat(loginstyles2.form_control),
|
|
24491
24493
|
value: forgotpasswordpayload.email,
|
package/dist/index.umd.js
CHANGED
|
@@ -24208,6 +24208,7 @@
|
|
|
24208
24208
|
_useState0 = _slicedToArray__default["default"](_useState9, 2),
|
|
24209
24209
|
sectionproperties = _useState0[0],
|
|
24210
24210
|
setsectionproperties = _useState0[1];
|
|
24211
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
24211
24212
|
React.useEffect(function () {
|
|
24212
24213
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
24213
24214
|
return x.staticpageid == '65073ffd6239d';
|
|
@@ -24290,6 +24291,7 @@
|
|
|
24290
24291
|
})))
|
|
24291
24292
|
};
|
|
24292
24293
|
var LoginContent = function LoginContent() {
|
|
24294
|
+
var _authdetailsContext$i;
|
|
24293
24295
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24294
24296
|
"class": "col-lg-12 p-0"
|
|
24295
24297
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -24345,7 +24347,7 @@
|
|
|
24345
24347
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
24346
24348
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
24347
24349
|
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
24348
|
-
}, langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
24350
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Mobile Number' : 'رقم الهاتف' : langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
24349
24351
|
type: "text",
|
|
24350
24352
|
className: "".concat(loginstyles2.form_control),
|
|
24351
24353
|
value: forgotpasswordpayload.email,
|