contentoh-components-library 21.0.38 → 21.0.41
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/components/atoms/GeneralInput/index.js +2 -6
- package/dist/components/atoms/GradientPanel/styles.js +1 -1
- package/dist/components/atoms/Loading/index.js +5 -3
- package/dist/components/atoms/Loading/styles.js +1 -1
- package/dist/components/molecules/LoginPasswordStrength/index.js +2 -8
- package/dist/components/molecules/RegistrationFirstStep/index.js +77 -135
- package/dist/components/molecules/RegistrationFirstStep/styles.js +1 -1
- package/dist/components/molecules/RegistrationSecondStep/index.js +43 -111
- package/dist/components/molecules/RegistrationThirdStep/index.js +19 -33
- package/dist/components/molecules/SignInLogin/styles.js +1 -1
- package/dist/components/molecules/TagAndInput/index.js +2 -6
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/index.js +115 -9
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/utils.js +2 -2
- package/dist/components/organisms/ChangePassword/index.js +13 -3
- package/dist/components/organisms/ChangePassword/styles.js +1 -1
- package/package.json +2 -2
- package/src/components/atoms/GeneralInput/index.js +0 -4
- package/src/components/atoms/GradientPanel/styles.js +1 -0
- package/src/components/atoms/Loading/index.js +2 -0
- package/src/components/atoms/Loading/styles.js +12 -3
- package/src/components/molecules/EmailResetPasswordLogin/index.js +0 -1
- package/src/components/molecules/LoginPasswordStrength/index.js +0 -5
- package/src/components/molecules/RegistrationFirstStep/index.js +95 -141
- package/src/components/molecules/RegistrationFirstStep/styles.js +4 -1
- package/src/components/molecules/RegistrationSecondStep/index.js +52 -87
- package/src/components/molecules/RegistrationThirdStep/index.js +14 -1
- package/src/components/molecules/SignInLogin/styles.js +1 -0
- package/src/components/molecules/TagAndInput/index.js +0 -4
- package/src/components/molecules/VerificationCodeResetPasswordLogin/index.js +103 -11
- package/src/components/molecules/VerificationCodeResetPasswordLogin/utils.js +2 -4
- package/src/components/organisms/ChangePassword/index.js +16 -3
- package/src/components/organisms/ChangePassword/styles.js +2 -2
|
@@ -28,9 +28,7 @@ var GeneralInput = function GeneralInput(_ref) {
|
|
|
28
28
|
inputsArray = _ref.inputsArray,
|
|
29
29
|
maxLength = _ref.maxLength,
|
|
30
30
|
inputSize = _ref.inputSize,
|
|
31
|
-
|
|
32
|
-
required = _ref.required,
|
|
33
|
-
defaultValue = _ref.defaultValue;
|
|
31
|
+
required = _ref.required;
|
|
34
32
|
|
|
35
33
|
var _useState = (0, _react.useState)({
|
|
36
34
|
value: inputValue !== null && inputValue !== void 0 ? inputValue : ""
|
|
@@ -67,9 +65,7 @@ var GeneralInput = function GeneralInput(_ref) {
|
|
|
67
65
|
return onHandleChange(e);
|
|
68
66
|
},
|
|
69
67
|
maxLength: maxLength && maxLength,
|
|
70
|
-
|
|
71
|
-
required: required,
|
|
72
|
-
defaultValue: defaultValue
|
|
68
|
+
required: required
|
|
73
69
|
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)("textarea", {
|
|
74
70
|
name: inputName,
|
|
75
71
|
id: inputId,
|
|
@@ -15,7 +15,7 @@ var _variables = require("../../../global-files/variables");
|
|
|
15
15
|
|
|
16
16
|
var _templateObject;
|
|
17
17
|
|
|
18
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n align-items: center;\n label {\n color: red;\n margin-top: 3px;\n margin-left: 15px;\n font-family: ", ";\n font-size: 11px;\n }\n &.home-panel {\n text-align: center;\n h2 {\n & + * {\n margin-top: 20px;\n }\n }\n p {\n font-family: ", ";\n color: ", ";\n font-size: 18px;\n line-height: 21px;\n letter-spacing: -0.015em;\n & + * {\n margin-top: 20px;\n }\n }\n }\n\n &.home-login {\n .credenciales {\n & + * {\n margin-top: 30px;\n }\n }\n .user {\n & + * {\n margin-top: 20px;\n }\n }\n .password {\n & + * {\n margin-top: 20px;\n }\n }\n .select {\n display: flex;\n justify-content: space-between;\n .active-right {\n font-family: ", ";\n font-weight: 500;\n font-size: 13px;\n line-height: 24px;\n letter-spacing: -0.015em;\n color: ", ";\n }\n & + * {\n margin-top: 50px;\n }\n }\n .button-right {\n text-align: right;\n & + * {\n margin-top: 55px;\n }\n }\n .new-login {\n p {\n font-family: ", ";\n text-align: right;\n font-weight: 500;\n font-size: 13px;\n line-height: 24px;\n color: ", ";\n span {\n color: ", ";\n }\n }\n }\n }\n &.home-card {\n position: relative;\n .plan {\n text-align: center;\n & + * {\n margin-top: 40px;\n }\n }\n .arrowimage {\n position: absolute;\n top: 50px;\n left: 40px;\n }\n .general-text {\n font-family: ", ";\n font-size: 14px;\n line-height: 19px;\n text-align: center;\n letter-spacing: -0.015em;\n & + * {\n margin-top: 50px;\n }\n }\n .payment-register {\n & + * {\n margin-top: 50px;\n }\n }\n .button-continuar {\n text-align: center;\n & + * {\n margin-top: 35px;\n }\n }\n .continue {\n text-align: center;\n font-family: ", ";\n font-size: 14px;\n line-height: 19px;\n letter-spacing: -0.015em;\n text-decoration-line: underline;\n color: ", ";\n }\n }\n .main-container{\n max-width: 80%;\n max-height: 80%;\n }\n"])), function (_ref) {
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n display: flex;\n height: 100%;\n justify-content: center;\n align-items: center;\n label {\n color: red;\n margin-top: 3px;\n margin-left: 15px;\n font-family: ", ";\n font-size: 11px;\n }\n &.home-panel {\n text-align: center;\n h2 {\n & + * {\n margin-top: 20px;\n }\n }\n p {\n font-family: ", ";\n color: ", ";\n font-size: 18px;\n line-height: 21px;\n letter-spacing: -0.015em;\n & + * {\n margin-top: 20px;\n }\n }\n }\n\n &.home-login {\n width: 100%;\n .credenciales {\n & + * {\n margin-top: 30px;\n }\n }\n .user {\n & + * {\n margin-top: 20px;\n }\n }\n .password {\n & + * {\n margin-top: 20px;\n }\n }\n .select {\n display: flex;\n justify-content: space-between;\n .active-right {\n font-family: ", ";\n font-weight: 500;\n font-size: 13px;\n line-height: 24px;\n letter-spacing: -0.015em;\n color: ", ";\n }\n & + * {\n margin-top: 50px;\n }\n }\n .button-right {\n text-align: right;\n & + * {\n margin-top: 55px;\n }\n }\n .new-login {\n p {\n font-family: ", ";\n text-align: right;\n font-weight: 500;\n font-size: 13px;\n line-height: 24px;\n color: ", ";\n span {\n color: ", ";\n }\n }\n }\n }\n &.home-card {\n position: relative;\n .plan {\n text-align: center;\n & + * {\n margin-top: 40px;\n }\n }\n .arrowimage {\n position: absolute;\n top: 50px;\n left: 40px;\n }\n .general-text {\n font-family: ", ";\n font-size: 14px;\n line-height: 19px;\n text-align: center;\n letter-spacing: -0.015em;\n & + * {\n margin-top: 50px;\n }\n }\n .payment-register {\n & + * {\n margin-top: 50px;\n }\n }\n .button-continuar {\n text-align: center;\n & + * {\n margin-top: 35px;\n }\n }\n .continue {\n text-align: center;\n font-family: ", ";\n font-size: 14px;\n line-height: 19px;\n letter-spacing: -0.015em;\n text-decoration-line: underline;\n color: ", ";\n }\n }\n .main-container{\n max-width: 80%;\n max-height: 80%;\n }\n"])), function (_ref) {
|
|
19
19
|
var panelColor = _ref.panelColor;
|
|
20
20
|
return panelColor ? panelColor : "linear-gradient(180deg, #E33AA9 0%, #3B1366 100%)";
|
|
21
21
|
}, _variables.FontFamily.Raleway_700, _variables.FontFamily.AvenirNext, function (_ref2) {
|
|
@@ -7,11 +7,13 @@ exports.Loading = void 0;
|
|
|
7
7
|
|
|
8
8
|
var _styles = require("./styles");
|
|
9
9
|
|
|
10
|
+
var _LogoImage = require("../LogoImage");
|
|
11
|
+
|
|
10
12
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
13
|
|
|
12
14
|
var Loading = function Loading() {
|
|
13
|
-
return /*#__PURE__*/(0, _jsxRuntime.
|
|
14
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
15
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
|
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_LogoImage.LogoImage, {}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
15
17
|
className: "loader",
|
|
16
18
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
17
19
|
className: "first"
|
|
@@ -20,7 +22,7 @@ var Loading = function Loading() {
|
|
|
20
22
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
21
23
|
className: "third"
|
|
22
24
|
})]
|
|
23
|
-
})
|
|
25
|
+
})]
|
|
24
26
|
});
|
|
25
27
|
};
|
|
26
28
|
|
|
@@ -13,6 +13,6 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
13
13
|
|
|
14
14
|
var _templateObject;
|
|
15
15
|
|
|
16
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n
|
|
16
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n justify-content: center;\n align-items: center;\n height: 100vh;\n width: 50%;\n position: relative;\n img {\n width: 70%;\n position: absolute;\n bottom: 55%;\n left: 10%;\n }\n .loader {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 10%;\n width: 50%;\n position: absolute;\n bottom: 45%;\n left:15%;\n span {\n display: inline-block;\n border-radius: 100%;\n margin-left: 5px;\n opacity: 1;\n }\n .first {\n background-color: #ff75cf;\n }\n .second {\n background-color: #e33aa9;\n }\n .third {\n background-color: #b12d84;\n }\n span:nth-child(1) {\n width: 16px;\n height: 16px;\n animation: opacitychange 1s ease-in-out infinite;\n }\n span:nth-child(2) {\n width: 18px;\n height: 18px;\n\n animation: opacitychange 1s ease-in-out 0.33s infinite;\n }\n span:nth-child(3) {\n width: 20px;\n height: 20px;\n\n animation: opacitychange 1s ease-in-out 0.66s infinite;\n }\n @keyframes opacitychange {\n 0%,\n 100% {\n opacity: 0;\n }\n 60% {\n opacity: 1;\n }\n }\n }\n"])));
|
|
17
17
|
|
|
18
18
|
exports.Container = Container;
|
|
@@ -21,7 +21,6 @@ var LoginPasswordStrength = function LoginPasswordStrength(_ref) {
|
|
|
21
21
|
var emptyPassword = _ref.emptyPassword,
|
|
22
22
|
emptyConfirmPassword = _ref.emptyConfirmPassword,
|
|
23
23
|
matchPasswords = _ref.matchPasswords,
|
|
24
|
-
onChange = _ref.onChange,
|
|
25
24
|
required = _ref.required;
|
|
26
25
|
|
|
27
26
|
var _useState = (0, _react.useState)(0),
|
|
@@ -62,9 +61,6 @@ var LoginPasswordStrength = function LoginPasswordStrength(_ref) {
|
|
|
62
61
|
});
|
|
63
62
|
break;
|
|
64
63
|
|
|
65
|
-
case "confirmPasswordInput":
|
|
66
|
-
break;
|
|
67
|
-
|
|
68
64
|
default:
|
|
69
65
|
return;
|
|
70
66
|
}
|
|
@@ -77,8 +73,7 @@ var LoginPasswordStrength = function LoginPasswordStrength(_ref) {
|
|
|
77
73
|
inputType: "password",
|
|
78
74
|
inputId: "newPasswordInput",
|
|
79
75
|
label: "Ingrese su nueva contraseña",
|
|
80
|
-
required: required
|
|
81
|
-
onChange: onChange
|
|
76
|
+
required: required
|
|
82
77
|
}), emptyPassword && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
83
78
|
children: "La contrase\xF1a debe ser minimo de 8 caracteres"
|
|
84
79
|
})]
|
|
@@ -123,8 +118,7 @@ var LoginPasswordStrength = function LoginPasswordStrength(_ref) {
|
|
|
123
118
|
inputType: "password",
|
|
124
119
|
inputId: "confirmPasswordInput",
|
|
125
120
|
label: "Confirme la nueva contraseña",
|
|
126
|
-
required: required
|
|
127
|
-
onChange: onChange
|
|
121
|
+
required: required
|
|
128
122
|
}), emptyConfirmPassword && !emptyPassword && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
129
123
|
children: "Confirme la contrase\xF1a"
|
|
130
124
|
}), !emptyConfirmPassword && !emptyPassword && !matchPasswords && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
@@ -55,30 +55,25 @@ var RegistrationFirstStep = function RegistrationFirstStep(props) {
|
|
|
55
55
|
emptyPhone = _useState10[0],
|
|
56
56
|
setEmptyPhone = _useState10[1];
|
|
57
57
|
|
|
58
|
-
var _useState11 = (0, _react.useState)(
|
|
58
|
+
var _useState11 = (0, _react.useState)(false),
|
|
59
59
|
_useState12 = (0, _slicedToArray2.default)(_useState11, 2),
|
|
60
60
|
emptyCountry = _useState12[0],
|
|
61
61
|
setEmptyCountry = _useState12[1];
|
|
62
62
|
|
|
63
63
|
var _useState13 = (0, _react.useState)(false),
|
|
64
64
|
_useState14 = (0, _slicedToArray2.default)(_useState13, 2),
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
invalidEmail = _useState14[0],
|
|
66
|
+
setInvalidEmail = _useState14[1];
|
|
67
67
|
|
|
68
68
|
var _useState15 = (0, _react.useState)(false),
|
|
69
69
|
_useState16 = (0, _slicedToArray2.default)(_useState15, 2),
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
phoneFormatError = _useState16[0],
|
|
71
|
+
setPhoneFormatError = _useState16[1];
|
|
72
72
|
|
|
73
73
|
var _useState17 = (0, _react.useState)(false),
|
|
74
74
|
_useState18 = (0, _slicedToArray2.default)(_useState17, 2),
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
var _useState19 = (0, _react.useState)(false),
|
|
79
|
-
_useState20 = (0, _slicedToArray2.default)(_useState19, 2),
|
|
80
|
-
emailFormatError = _useState20[0],
|
|
81
|
-
setEmailFormatError = _useState20[1];
|
|
75
|
+
regError = _useState18[0],
|
|
76
|
+
setRegError = _useState18[1];
|
|
82
77
|
|
|
83
78
|
(0, _react.useEffect)(function () {
|
|
84
79
|
JSON.parse(sessionStorage.getItem("nuevoRegistro")).name === "" && sessionStorage.removeItem("registrationError");
|
|
@@ -96,79 +91,53 @@ var RegistrationFirstStep = function RegistrationFirstStep(props) {
|
|
|
96
91
|
sessionStorage.getItem("resetPasswordProcess") && sessionStorage.getItem("resetPasswordProcess");
|
|
97
92
|
}, []);
|
|
98
93
|
|
|
99
|
-
var
|
|
100
|
-
var
|
|
94
|
+
var validate = function validate(evt) {
|
|
95
|
+
var valid = true;
|
|
96
|
+
evt.preventDefault();
|
|
97
|
+
var name = document.querySelector("#nameInput").value;
|
|
98
|
+
var lastName = document.querySelector("#lastNameInput").value;
|
|
99
|
+
var email = document.querySelector("#emailInput").value;
|
|
100
|
+
var job = document.querySelector("#jobInput").value;
|
|
101
|
+
var phone = document.querySelector("#phoneInput").value;
|
|
102
|
+
var country = document.querySelector("#countrySelect").value;
|
|
103
|
+
name === "" ? setEmptyName(true) : setEmptyName(false);
|
|
104
|
+
lastName === "" ? setEmptyLastName(true) : setEmptyLastName(false);
|
|
105
|
+
email === "" ? setEmptyEmail(true) : setEmptyEmail(false);
|
|
106
|
+
job === "" ? setEmptyJob(true) : setEmptyJob(false);
|
|
107
|
+
phone === "" ? setEmptyPhone(true) : setEmptyPhone(false);
|
|
108
|
+
!/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(email) ? setInvalidEmail(true) : setInvalidEmail(false);
|
|
109
|
+
var invalidPhone = true;
|
|
110
|
+
country === "value" ? setEmptyCountry(true) : setEmptyCountry(false);
|
|
111
|
+
Array.from(phone).forEach(function (digit, i) {
|
|
112
|
+
phone.charCodeAt(i) < 48 ? setPhoneFormatError(true) : invalidPhone = false;
|
|
113
|
+
phone.charCodeAt(i) > 57 ? setPhoneFormatError(true) : invalidPhone = false;
|
|
114
|
+
});
|
|
101
115
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
newValue === "" ? setEmptyName(true) : setEmptyName(false);
|
|
106
|
-
break;
|
|
107
|
-
|
|
108
|
-
case "lastNameInput":
|
|
109
|
-
nuevoUsuario.lastName = newValue;
|
|
110
|
-
newValue === "" ? setEmptyLastName(true) : setEmptyLastName(false);
|
|
111
|
-
break;
|
|
112
|
-
|
|
113
|
-
case "emailInput":
|
|
114
|
-
nuevoUsuario.email = newValue;
|
|
115
|
-
newValue === "" ? setEmptyEmail(true) : setEmptyEmail(false);
|
|
116
|
-
|
|
117
|
-
if (!/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(newValue)) {
|
|
118
|
-
setEmailFormatError(true);
|
|
119
|
-
} else {
|
|
120
|
-
setEmailFormatError(false);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
break;
|
|
124
|
-
|
|
125
|
-
case "jobInput":
|
|
126
|
-
nuevoUsuario.position = newValue;
|
|
127
|
-
newValue === "" ? setEmptyJob(true) : setEmptyJob(false);
|
|
128
|
-
break;
|
|
129
|
-
|
|
130
|
-
case "phoneInput":
|
|
131
|
-
Array.from(newValue).forEach(function (digit, i) {
|
|
132
|
-
newValue.charCodeAt(i) < 48 ? setPhoneFormatError(true) : setPhoneFormatError(false);
|
|
133
|
-
newValue.charCodeAt(i) > 57 ? setPhoneFormatError(true) : setPhoneFormatError(false);
|
|
134
|
-
});
|
|
135
|
-
nuevoUsuario.phone = "".concat(JSON.parse(sessionStorage.getItem("countryCodeSelect"))).concat(newValue);
|
|
136
|
-
newValue === "" ? setEmptyPhone(true) : setEmptyPhone(false);
|
|
137
|
-
break;
|
|
138
|
-
|
|
139
|
-
case "countrySelect":
|
|
140
|
-
nuevoUsuario.country = newValue;
|
|
141
|
-
newValue === "" || newValue === "Selecciona tu país" ? setEmptyCountry(true) : setEmptyCountry(false);
|
|
142
|
-
break;
|
|
143
|
-
|
|
144
|
-
case "countryCodeSelect":
|
|
145
|
-
sessionStorage.setItem("countryCode", JSON.stringify(newValue));
|
|
146
|
-
nuevoUsuario.phone = "".concat(JSON.parse(sessionStorage.getItem("countryCode"))).concat(document.querySelector("#phoneInput").value);
|
|
147
|
-
break;
|
|
148
|
-
|
|
149
|
-
default:
|
|
150
|
-
return;
|
|
151
|
-
}
|
|
116
|
+
if (name === "" || lastName === "" || email === "" || job === "" || phone === "" || country === "value" || !/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(email) || invalidPhone) {
|
|
117
|
+
valid = false;
|
|
118
|
+
} else valid = true;
|
|
152
119
|
|
|
153
|
-
|
|
120
|
+
return valid;
|
|
154
121
|
};
|
|
155
122
|
|
|
156
|
-
var validateForm = function validateForm(evt) {
|
|
157
|
-
var valid = true;
|
|
123
|
+
var validateForm = function validateForm(evt, valid) {
|
|
158
124
|
evt.preventDefault();
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
125
|
+
var nuevoUsuario = JSON.parse(sessionStorage.getItem("nuevoRegistro"));
|
|
126
|
+
|
|
127
|
+
if (valid) {
|
|
128
|
+
sessionStorage.setItem("countryCode", JSON.stringify(countryCode));
|
|
129
|
+
nuevoUsuario.name = name;
|
|
130
|
+
nuevoUsuario.lastName = lastName;
|
|
131
|
+
nuevoUsuario.email = email;
|
|
132
|
+
nuevoUsuario.position = job;
|
|
133
|
+
nuevoUsuario.phone = "".concat(JSON.parse(sessionStorage.getItem("countryCode"))).concat(phone);
|
|
134
|
+
nuevoUsuario.country = country;
|
|
135
|
+
sessionStorage.setItem("nuevoRegistro", JSON.stringify(nuevoUsuario));
|
|
136
|
+
!regError && valid && props.setPaso(function (paso) {
|
|
137
|
+
return props.paso + 1;
|
|
138
|
+
});
|
|
139
|
+
regError && valid && props.setPaso(4);
|
|
140
|
+
}
|
|
172
141
|
};
|
|
173
142
|
|
|
174
143
|
var loginRight = [/*#__PURE__*/(0, _jsxRuntime.jsx)(_LogoImage.LogoImage, {}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
@@ -187,54 +156,37 @@ var RegistrationFirstStep = function RegistrationFirstStep(props) {
|
|
|
187
156
|
inputId: "nameInput",
|
|
188
157
|
label: "Nombre",
|
|
189
158
|
inputPlaceHolder: "Nombre",
|
|
190
|
-
|
|
191
|
-
required: required,
|
|
192
|
-
onInput: function onInput(e) {
|
|
193
|
-
return updateInfo(e, e.target.value);
|
|
194
|
-
}
|
|
159
|
+
required: "required"
|
|
195
160
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInput.TagAndInput, {
|
|
196
161
|
inputType: "text",
|
|
197
162
|
inputId: "lastNameInput",
|
|
198
163
|
label: "Apellido",
|
|
199
164
|
inputPlaceHolder: "Apellido",
|
|
200
|
-
|
|
201
|
-
required: required,
|
|
202
|
-
onChange: function onChange(e) {
|
|
203
|
-
return updateInfo(e, e.target.value);
|
|
204
|
-
}
|
|
165
|
+
required: "required"
|
|
205
166
|
})]
|
|
206
|
-
}), emptyName &&
|
|
167
|
+
}), emptyName && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
207
168
|
children: "Ingrese su nombre"
|
|
208
|
-
}), emptyLastName &&
|
|
169
|
+
}), emptyLastName && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
209
170
|
children: "Ingrese sus apellidos"
|
|
210
171
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInput.TagAndInput, {
|
|
211
172
|
inputType: "text",
|
|
212
173
|
inputId: "emailInput",
|
|
213
174
|
label: "Correo electrónico",
|
|
214
175
|
inputPlaceHolder: "username@contentoh.com",
|
|
215
|
-
required: required
|
|
216
|
-
defaultValue: JSON.parse(sessionStorage.getItem("nuevoRegistro")).email,
|
|
217
|
-
id: "emailInput",
|
|
218
|
-
onChange: function onChange(e) {
|
|
219
|
-
return updateInfo(e, e.target.value);
|
|
220
|
-
}
|
|
176
|
+
required: "required"
|
|
221
177
|
}), regError && JSON.parse(sessionStorage.getItem("registrationError")) === "emailExists" && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
222
178
|
children: "Ya existe una cuenta asociada a este correo"
|
|
223
|
-
}), emptyEmail &&
|
|
179
|
+
}), emptyEmail && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
224
180
|
children: "Ingrese su email"
|
|
225
|
-
}),
|
|
181
|
+
}), invalidEmail && !emptyEmail && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
226
182
|
children: "Ingrese un correo v\xE1lido"
|
|
227
183
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInput.TagAndInput, {
|
|
228
184
|
inputType: "text",
|
|
229
185
|
inputId: "jobInput",
|
|
230
186
|
label: "Puesto laboral",
|
|
231
187
|
inputPlaceHolder: "Puesto dentro de la empresa",
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
onChange: function onChange(e) {
|
|
235
|
-
return updateInfo(e, e.target.value);
|
|
236
|
-
}
|
|
237
|
-
}), emptyJob && showErrors && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
188
|
+
required: "required"
|
|
189
|
+
}), emptyJob && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
238
190
|
children: "Ingrese su puesto"
|
|
239
191
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_ScreenHeader.ScreenHeader, {
|
|
240
192
|
text: "Teléfono",
|
|
@@ -268,18 +220,13 @@ var RegistrationFirstStep = function RegistrationFirstStep(props) {
|
|
|
268
220
|
inputId: "phoneInput",
|
|
269
221
|
inputType: "text",
|
|
270
222
|
inputPlaceholder: "Teléfono",
|
|
271
|
-
|
|
272
|
-
JSON.parse(sessionStorage.getItem("nuevoRegistro")).phone.substring(JSON.parse(sessionStorage.getItem("countryCode")).length, JSON.parse(sessionStorage.getItem("nuevoRegistro")).phone.length - 1),
|
|
273
|
-
required: required,
|
|
274
|
-
onChange: function onChange(e) {
|
|
275
|
-
return updateInfo(e, e.target.value);
|
|
276
|
-
}
|
|
223
|
+
required: "required"
|
|
277
224
|
})]
|
|
278
225
|
}), regError && JSON.parse(sessionStorage.getItem("registrationError")) === "phoneFormatError" && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
279
226
|
children: "Introduzca un n\xFAmero v\xE1lido"
|
|
280
|
-
}), emptyPhone &&
|
|
227
|
+
}), emptyPhone && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
281
228
|
children: "Ingrese su n\xFAmero de tel\xE9fono"
|
|
282
|
-
}), phoneFormatError &&
|
|
229
|
+
}), phoneFormatError && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
283
230
|
children: "Introduzca un n\xFAmero valido ( Solo numeros )"
|
|
284
231
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_ScreenHeader.ScreenHeader, {
|
|
285
232
|
text: "País",
|
|
@@ -288,40 +235,36 @@ var RegistrationFirstStep = function RegistrationFirstStep(props) {
|
|
|
288
235
|
name: "select",
|
|
289
236
|
className: "country-options",
|
|
290
237
|
id: "countrySelect",
|
|
291
|
-
defaultValue: JSON.parse(sessionStorage.getItem("nuevoRegistro")).country,
|
|
292
|
-
onChange: function onChange(e) {
|
|
293
|
-
return updateInfo(e, e.target.value);
|
|
294
|
-
},
|
|
295
238
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
296
|
-
value: "
|
|
239
|
+
value: "value",
|
|
297
240
|
selected: true,
|
|
298
241
|
children: "Selecciona tu pa\xEDs"
|
|
299
242
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
300
|
-
value: "
|
|
243
|
+
value: "Argentina",
|
|
301
244
|
children: "Argentina"
|
|
302
245
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
303
|
-
value: "
|
|
246
|
+
value: "Colombia",
|
|
304
247
|
children: "Colombia"
|
|
305
248
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
306
|
-
value: "
|
|
249
|
+
value: "Ecuador",
|
|
307
250
|
children: "Ecuador"
|
|
308
251
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
309
|
-
value: "
|
|
252
|
+
value: "El Salvador",
|
|
310
253
|
children: "El Salvador"
|
|
311
254
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
312
|
-
value: "
|
|
255
|
+
value: "Honduras",
|
|
313
256
|
children: "Honduras"
|
|
314
257
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
315
|
-
value: "
|
|
258
|
+
value: "M\xE9xico",
|
|
316
259
|
children: "M\xE9xico"
|
|
317
260
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
318
|
-
value: "
|
|
261
|
+
value: "Panam\xE1",
|
|
319
262
|
children: "Panam\xE1"
|
|
320
263
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("option", {
|
|
321
|
-
value: "
|
|
264
|
+
value: "Per\xFA",
|
|
322
265
|
children: "Per\xFA"
|
|
323
266
|
})]
|
|
324
|
-
}),
|
|
267
|
+
}), emptyCountry && /*#__PURE__*/(0, _jsxRuntime.jsx)("label", {
|
|
325
268
|
children: "Seleccione su pa\xEDs"
|
|
326
269
|
})]
|
|
327
270
|
}, "3"), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
@@ -330,7 +273,8 @@ var RegistrationFirstStep = function RegistrationFirstStep(props) {
|
|
|
330
273
|
buttonType: "general-default-button",
|
|
331
274
|
label: "Enviar",
|
|
332
275
|
onClick: function onClick(e) {
|
|
333
|
-
|
|
276
|
+
var flag = validate(e);
|
|
277
|
+
validateForm(e, flag);
|
|
334
278
|
}
|
|
335
279
|
})
|
|
336
280
|
}, "4"), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
@@ -357,12 +301,10 @@ var RegistrationFirstStep = function RegistrationFirstStep(props) {
|
|
|
357
301
|
})
|
|
358
302
|
}, "7")];
|
|
359
303
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.Container, {
|
|
360
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
panelColor: _variables.GlobalColors.white
|
|
365
|
-
})
|
|
304
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_GradientPanel.GradientPanel, {
|
|
305
|
+
componentsArray: loginRight,
|
|
306
|
+
panelType: "home-login",
|
|
307
|
+
panelColor: _variables.GlobalColors.white
|
|
366
308
|
})
|
|
367
309
|
});
|
|
368
310
|
};
|
|
@@ -15,6 +15,6 @@ var _variables = require("../../../global-files/variables");
|
|
|
15
15
|
|
|
16
16
|
var _templateObject;
|
|
17
17
|
|
|
18
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n width: 50%;\n height: 100vh;\n .user {\n .name-registration-user {\n display: flex;\n justify-content: space-between;\n input {\n width: 160px;\n }\n }\n .input-name-header {\n margin-bottom: 4px;\n margin-top: 12px;\n }\n .phone-registration-user {\n display: flex;\n justify-content: space-between;\n .phone-options {\n width: 80px;\n }\n input {\n width: 100%;\n }\n & + * {\n margin-top: 10px;\n }\n }\n .country-options,\n .phone-options {\n width: 100%;\n border: 1px solid ", ";\n font-family: ", ";\n color: ", ";\n font-weight: normal;\n font-size: 12px;\n line-height: 15px;\n padding: 10px;\n outline: none;\n border-radius: 2px;\n resize: none;\n &:focus {\n border: 1px solid ", ";\n }\n }\n }\n .button-end {\n text-align: end;\n .general-default-button {\n width: 160px;\n }\n & + * {\n margin-top: 10px;\n }\n }\n .progress-bar {\n width: 100%;\n height: 8px;\n display: flex;\n justify-content: space-between;\n .progress-bar-first-step {\n width: 33.33%;\n background-color: rgb(196, 196, 196);\n }\n .progress-bar-registration {\n background-color: rgb(226, 226, 226);\n width: 66.66%;\n }\n }\n .date-header {\n .new-login {\n & + * {\n margin-top: 20px;\n }\n }\n }\n"])), _variables.GlobalColors.s2, _variables.FontFamily.AvenirNext, _variables.GlobalColors.s4, _variables.GlobalColors.magenta_s2);
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n width: 50%;\n height: 100vh;\n .user {\n .name-registration-user {\n display: flex;\n justify-content: space-between;\n input {\n width: 160px;\n }\n }\n .input-name-header {\n margin-bottom: 4px;\n margin-top: 12px;\n }\n .phone-registration-user {\n display: flex;\n justify-content: space-between;\n .phone-options {\n width: 80px;\n }\n input {\n width: 100%;\n }\n & + * {\n margin-top: 10px;\n }\n }\n .country-options,\n .phone-options {\n width: 100%;\n border: 1px solid ", ";\n font-family: ", ";\n color: ", ";\n font-weight: normal;\n font-size: 12px;\n line-height: 15px;\n padding: 10px;\n outline: none;\n border-radius: 2px;\n resize: none;\n &:focus {\n border: 1px solid ", ";\n }\n }\n }\n .button-end {\n text-align: end;\n .general-default-button {\n width: 160px;\n }\n & + * {\n margin-top: 10px;\n }\n }\n .progress-bar {\n width: 100%;\n height: 8px;\n display: flex;\n justify-content: space-between;\n .progress-bar-first-step {\n width: 33.33%;\n background-color: rgb(196, 196, 196);\n }\n .progress-bar-registration {\n background-color: rgb(226, 226, 226);\n width: 66.66%;\n }\n }\n .date-header {\n .new-login {\n & + * {\n margin-top: 20px;\n }\n }\n }\n .pre-registro {\n cursor: pointer;\n }\n"])), _variables.GlobalColors.s2, _variables.FontFamily.AvenirNext, _variables.GlobalColors.s4, _variables.GlobalColors.magenta_s2);
|
|
19
19
|
|
|
20
20
|
exports.Container = Container;
|