tabexseriescomponents 0.2.878 → 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 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.umd.js +3 -2
- 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,7 +24481,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24480
24481
|
})))
|
|
24481
24482
|
};
|
|
24482
24483
|
var LoginContent = function LoginContent() {
|
|
24483
|
-
var _authdetailsContext;
|
|
24484
|
+
var _authdetailsContext$i;
|
|
24484
24485
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24485
24486
|
"class": "col-lg-12 p-0"
|
|
24486
24487
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -24536,7 +24537,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24536
24537
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
24537
24538
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
24538
24539
|
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
24539
|
-
}, (
|
|
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", {
|
|
24540
24541
|
type: "text",
|
|
24541
24542
|
className: "".concat(loginstyles2.form_control),
|
|
24542
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,7 +24431,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24430
24431
|
})))
|
|
24431
24432
|
};
|
|
24432
24433
|
var LoginContent = function LoginContent() {
|
|
24433
|
-
var _authdetailsContext;
|
|
24434
|
+
var _authdetailsContext$i;
|
|
24434
24435
|
return /*#__PURE__*/React.createElement("div", {
|
|
24435
24436
|
"class": "col-lg-12 p-0"
|
|
24436
24437
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -24486,7 +24487,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
24486
24487
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
24487
24488
|
}, /*#__PURE__*/React.createElement("label", {
|
|
24488
24489
|
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
24489
|
-
}, (
|
|
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", {
|
|
24490
24491
|
type: "text",
|
|
24491
24492
|
className: "".concat(loginstyles2.form_control),
|
|
24492
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,7 +24291,7 @@
|
|
|
24290
24291
|
})))
|
|
24291
24292
|
};
|
|
24292
24293
|
var LoginContent = function LoginContent() {
|
|
24293
|
-
var _authdetailsContext;
|
|
24294
|
+
var _authdetailsContext$i;
|
|
24294
24295
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24295
24296
|
"class": "col-lg-12 p-0"
|
|
24296
24297
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -24346,7 +24347,7 @@
|
|
|
24346
24347
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
24347
24348
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
24348
24349
|
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
24349
|
-
}, (
|
|
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", {
|
|
24350
24351
|
type: "text",
|
|
24351
24352
|
className: "".concat(loginstyles2.form_control),
|
|
24352
24353
|
value: forgotpasswordpayload.email,
|