react-ecosistema-unp 1.2.10 → 1.3.0-pre-release.1

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.
@@ -5,3 +5,7 @@ export declare const urlActaReunion = "/sistema/acta-reunion";
5
5
  export declare const urlSolicitudViatico = "/sistema/solicitud-viaticos";
6
6
  export declare const urlCertificadoLaboral = "/sg/gc/certificados-inicio";
7
7
  export declare const urlHome = "/sitema/inicio";
8
+ export declare const urlAuthLocal = "http://localhost:8001/api-auth";
9
+ export declare const urlAuthDev = "https://ecosistemadesarrollo.unp.gov.co/api-auth";
10
+ export declare const urlAuthTest = "https://ecosistemapruebas.unp.gov.co/api-auth";
11
+ export declare const urlAuthProd = "https://ecosistema.unp.gov.co/api-auth";
@@ -1,3 +1,6 @@
1
1
  import { default as React } from 'react';
2
- declare const ProtectedRoute: React.FC;
2
+ interface ProtectedRouteProps {
3
+ server: 'local' | 'dev' | 'test' | 'prod';
4
+ }
5
+ declare const ProtectedRoute: React.FC<ProtectedRouteProps>;
3
6
  export { ProtectedRoute };
@@ -1,3 +1,6 @@
1
1
  import { default as React } from 'react';
2
- declare const UserRoute: React.FC;
2
+ interface UserRouteProps {
3
+ server: 'local' | 'dev' | 'test' | 'prod';
4
+ }
5
+ declare const UserRoute: React.FC<UserRouteProps>;
3
6
  export { UserRoute };
@@ -1,201 +1,202 @@
1
- import { jsx as a, Fragment as x, jsxs as t } from "react/jsx-runtime";
2
- import { useState as o, useEffect as h } from "react";
1
+ import { jsx as a, Fragment as x, jsxs as e } from "react/jsx-runtime";
2
+ import { useState as o, useEffect as d } from "react";
3
3
  import { useNavigate as z } from "react-router-dom";
4
- import { j as d } from "../../index-CuHybtft.js";
5
- import { useFinalizarSesion as b } from "../../auth/hooks/useFinalizarSesion.js";
6
- import { urlBase as M, urlCertificadoLaboral as k } from "../../utils/Url.js";
7
- import { l as B } from "../../logo_escudo_blanco-DaOI8SGq.js";
8
- import { G as i } from "../../iconBase-LROS5hdG.js";
9
- import '../../assets/MenuLateral.css';function H(e) {
10
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M2 12h2a7.986 7.986 0 0 1 2.337-5.663 7.91 7.91 0 0 1 2.542-1.71 8.12 8.12 0 0 1 6.13-.041A2.488 2.488 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725-2.431-.973-5.223-.958-7.635.059a9.928 9.928 0 0 0-3.18 2.139 9.92 9.92 0 0 0-2.14 3.179A10.005 10.005 0 0 0 2 12zm17.373 3.122c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.965 9.965 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z" }, child: [] }, { tag: "path", attr: { d: "M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538s4.538-2.036 4.538-4.538S14.502 7.462 12 7.462zm0 7.076c-1.399 0-2.538-1.139-2.538-2.538S10.601 9.462 12 9.462s2.538 1.139 2.538 2.538-1.139 2.538-2.538 2.538z" }, child: [] }] })(e);
4
+ import { j as h } from "../../index-CuHybtft.js";
5
+ import { useFinalizarSesion as f } from "../../auth/hooks/useFinalizarSesion.js";
6
+ import { urlBase as I, urlCertificadoLaboral as M } from "../../utils/Url.js";
7
+ import { l as k } from "../../logo_escudo_blanco-DaOI8SGq.js";
8
+ import { G as t } from "../../iconBase-LROS5hdG.js";
9
+ import '../../assets/MenuLateral.css';function w(i) {
10
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M2 12h2a7.986 7.986 0 0 1 2.337-5.663 7.91 7.91 0 0 1 2.542-1.71 8.12 8.12 0 0 1 6.13-.041A2.488 2.488 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725-2.431-.973-5.223-.958-7.635.059a9.928 9.928 0 0 0-3.18 2.139 9.92 9.92 0 0 0-2.14 3.179A10.005 10.005 0 0 0 2 12zm17.373 3.122c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.965 9.965 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z" }, child: [] }, { tag: "path", attr: { d: "M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538s4.538-2.036 4.538-4.538S14.502 7.462 12 7.462zm0 7.076c-1.399 0-2.538-1.139-2.538-2.538S10.601 9.462 12 9.462s2.538 1.139 2.538 2.538-1.139 2.538-2.538 2.538z" }, child: [] }] })(i);
11
11
  }
12
- function C(e) {
13
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M19 2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2zm0 14H5V5c0-.806.55-.988 1-1h13v12z" }, child: [] }] })(e);
12
+ function B(i) {
13
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M19 2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2zm0 14H5V5c0-.806.55-.988 1-1h13v12z" }, child: [] }] })(i);
14
14
  }
15
- function _(e) {
16
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z" }, child: [] }] })(e);
15
+ function H(i) {
16
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z" }, child: [] }] })(i);
17
17
  }
18
- function w(e) {
19
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M11.953 2C6.465 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.493 2 11.953 2zM12 20c-4.411 0-8-3.589-8-8s3.567-8 7.953-8C16.391 4 20 7.589 20 12s-3.589 8-8 8z" }, child: [] }, { tag: "path", attr: { d: "M11 7h2v7h-2zm0 8h2v2h-2z" }, child: [] }] })(e);
18
+ function V(i) {
19
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M11.953 2C6.465 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.493 2 11.953 2zM12 20c-4.411 0-8-3.589-8-8s3.567-8 7.953-8C16.391 4 20 7.589 20 12s-3.589 8-8 8z" }, child: [] }, { tag: "path", attr: { d: "M11 7h2v7h-2zm0 8h2v2h-2z" }, child: [] }] })(i);
20
20
  }
21
- function A(e) {
22
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M19.903 8.586a.997.997 0 0 0-.196-.293l-6-6a.997.997 0 0 0-.293-.196c-.03-.014-.062-.022-.094-.033a.991.991 0 0 0-.259-.051C13.04 2.011 13.021 2 13 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V9c0-.021-.011-.04-.013-.062a.952.952 0 0 0-.051-.259c-.01-.032-.019-.063-.033-.093zM16.586 8H14V5.414L16.586 8zM6 20V4h6v5a1 1 0 0 0 1 1h5l.002 10H6z" }, child: [] }, { tag: "path", attr: { d: "M8 12h8v2H8zm0 4h8v2H8zm0-8h2v2H8z" }, child: [] }] })(e);
21
+ function Z(i) {
22
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M19.903 8.586a.997.997 0 0 0-.196-.293l-6-6a.997.997 0 0 0-.293-.196c-.03-.014-.062-.022-.094-.033a.991.991 0 0 0-.259-.051C13.04 2.011 13.021 2 13 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V9c0-.021-.011-.04-.013-.062a.952.952 0 0 0-.051-.259c-.01-.032-.019-.063-.033-.093zM16.586 8H14V5.414L16.586 8zM6 20V4h6v5a1 1 0 0 0 1 1h5l.002 10H6z" }, child: [] }, { tag: "path", attr: { d: "M8 12h8v2H8zm0 4h8v2H8zm0-8h2v2H8z" }, child: [] }] })(i);
23
23
  }
24
- function S(e) {
25
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707l-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13zm7 7v-5h4v5h-4zm2-15.586 6 6V15l.001 5H16v-5c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v5H6v-9.586l6-6z" }, child: [] }] })(e);
24
+ function j(i) {
25
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707l-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13zm7 7v-5h4v5h-4zm2-15.586 6 6V15l.001 5H16v-5c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v5H6v-9.586l6-6z" }, child: [] }] })(i);
26
26
  }
27
- function V(e) {
28
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4.222 19.778a4.983 4.983 0 0 0 3.535 1.462 4.986 4.986 0 0 0 3.536-1.462l2.828-2.829-1.414-1.414-2.828 2.829a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l2.829-2.828-1.414-1.414-2.829 2.828a5.006 5.006 0 0 0 0 7.071zm15.556-8.485a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0L9.879 7.051l1.414 1.414 2.828-2.829a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.829 2.828 1.414 1.414 2.829-2.828z" }, child: [] }, { tag: "path", attr: { d: "m8.464 16.95-1.415-1.414 8.487-8.486 1.414 1.415z" }, child: [] }] })(e);
27
+ function C(i) {
28
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4.222 19.778a4.983 4.983 0 0 0 3.535 1.462 4.986 4.986 0 0 0 3.536-1.462l2.828-2.829-1.414-1.414-2.828 2.829a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l2.829-2.828-1.414-1.414-2.829 2.828a5.006 5.006 0 0 0 0 7.071zm15.556-8.485a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0L9.879 7.051l1.414 1.414 2.828-2.829a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.829 2.828 1.414 1.414 2.829-2.828z" }, child: [] }, { tag: "path", attr: { d: "m8.464 16.95-1.415-1.414 8.487-8.486 1.414 1.415z" }, child: [] }] })(i);
29
29
  }
30
- function L(e) {
31
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M16 13v-2H7V8l-5 4 5 4v-3z" }, child: [] }, { tag: "path", attr: { d: "M20 3h-9c-1.103 0-2 .897-2 2v4h2V5h9v14h-9v-4H9v4c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2z" }, child: [] }] })(e);
30
+ function S(i) {
31
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M16 13v-2H7V8l-5 4 5 4v-3z" }, child: [] }, { tag: "path", attr: { d: "M20 3h-9c-1.103 0-2 .897-2 2v4h2V5h9v14h-9v-4H9v4c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2z" }, child: [] }] })(i);
32
32
  }
33
- function P(e) {
34
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "m12 17 1-2V9.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15l1 2zM10 6c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2-2-.897-2-2z" }, child: [] }, { tag: "path", attr: { d: "m16.267 10.563-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437z" }, child: [] }] })(e);
33
+ function Y(i) {
34
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "m12 17 1-2V9.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15l1 2zM10 6c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2-2-.897-2-2z" }, child: [] }, { tag: "path", attr: { d: "m16.267 10.563-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437z" }, child: [] }] })(i);
35
35
  }
36
- function T(e) {
37
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4 6h16v2H4zm4 5h12v2H8zm5 5h7v2h-7z" }, child: [] }] })(e);
36
+ function A(i) {
37
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4 6h16v2H4zm4 5h12v2H8zm5 5h7v2h-7z" }, child: [] }] })(i);
38
38
  }
39
- function I(e) {
40
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z" }, child: [] }] })(e);
39
+ function J(i) {
40
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z" }, child: [] }] })(i);
41
41
  }
42
- function y(e) {
43
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M11.63 21.91A.9.9 0 0 0 12 22a1 1 0 0 0 .41-.09C22 17.67 21 7 21 6.9a1 1 0 0 0-.55-.79l-8-4a1 1 0 0 0-.9 0l-8 4A1 1 0 0 0 3 6.9c0 .1-.92 10.77 8.63 15.01zM5 7.63l7-3.51 7 3.51c.05 2-.27 9-7 12.27C5.26 16.63 4.94 9.64 5 7.63z" }, child: [] }, { tag: "path", attr: { d: "M11.06 16h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3v3z" }, child: [] }] })(e);
42
+ function L(i) {
43
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M11.63 21.91A.9.9 0 0 0 12 22a1 1 0 0 0 .41-.09C22 17.67 21 7 21 6.9a1 1 0 0 0-.55-.79l-8-4a1 1 0 0 0-.9 0l-8 4A1 1 0 0 0 3 6.9c0 .1-.92 10.77 8.63 15.01zM5 7.63l7-3.51 7 3.51c.05 2-.27 9-7 12.27C5.26 16.63 4.94 9.64 5 7.63z" }, child: [] }, { tag: "path", attr: { d: "M11.06 16h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3v3z" }, child: [] }] })(i);
44
44
  }
45
- function j(e) {
46
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M3.414 13.778 2 15.192l4.949 2.121 2.122 4.95 1.414-1.414-.707-3.536L13.091 14l3.61 7.704 1.339-1.339-1.19-10.123 2.828-2.829a2 2 0 1 0-2.828-2.828l-2.903 2.903L3.824 6.297 2.559 7.563l7.644 3.67-3.253 3.253-3.536-.708z" }, child: [] }] })(e);
45
+ function y(i) {
46
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M3.414 13.778 2 15.192l4.949 2.121 2.122 4.95 1.414-1.414-.707-3.536L13.091 14l3.61 7.704 1.339-1.339-1.19-10.123 2.828-2.829a2 2 0 1 0-2.828-2.828l-2.903 2.903L3.824 6.297 2.559 7.563l7.644 3.67-3.253 3.253-3.536-.708z" }, child: [] }] })(i);
47
47
  }
48
- function E(e) {
49
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M15.661 15.549a1.315 1.315 0 0 0 1.185-1.386 1.363 1.363 0 0 0-1.35-1.302h-.048a1.352 1.352 0 0 0-1.303 1.397c.024.379.179.687.391.911-.827 1.609-2.07 2.794-3.954 3.788-1.266.663-2.604.912-3.905.734-1.089-.153-1.94-.64-2.463-1.421-.78-1.185-.852-2.462-.201-3.74a5.597 5.597 0 0 1 1.658-1.931 7.88 7.88 0 0 1-.331-1.218c-3.506 2.51-3.148 5.942-2.084 7.564.794 1.184 2.415 1.941 4.19 1.941.474 0 .972-.035 1.457-.154 3.077-.592 5.409-2.438 6.747-5.16l.011-.023z" }, child: [] }, { tag: "path", attr: { d: "M19.887 12.589c-1.834-2.154-4.533-3.337-7.611-3.337h-.403c-.2-.438-.661-.711-1.183-.711h-.036c-.744 0-1.325.64-1.301 1.385.023.71.627 1.302 1.35 1.302h.059a1.332 1.332 0 0 0 1.183-.828h.439c1.824 0 3.551.532 5.126 1.574 1.206.792 2.072 1.834 2.557 3.077.425 1.019.402 2.013-.035 2.843-.675 1.302-1.812 1.988-3.314 1.988-.947 0-1.871-.296-2.345-.509-.283.235-.758.626-1.102.863 1.042.473 2.096.746 3.113.746 2.309 0 4.023-1.302 4.676-2.557.709-1.422.651-3.813-1.161-5.859l-.012.023z" }, child: [] }, { tag: "path", attr: { d: "M7.647 15.975c.023.71.626 1.302 1.35 1.302h.048a1.334 1.334 0 0 0 1.302-1.397c0-.71-.616-1.301-1.338-1.301h-.048c-.048 0-.118 0-.178.022-.982-1.657-1.397-3.434-1.242-5.349.094-1.445.567-2.7 1.42-3.742.71-.888 2.048-1.326 2.96-1.35 2.556-.048 3.622 3.138 3.704 4.404l1.184.354C16.536 5.036 14.122 3 11.813 3 9.647 3 7.647 4.574 6.842 6.884c-1.102 3.077-.379 6.036.971 8.404-.118.154-.189.426-.166.687z" }, child: [] }] })(e);
48
+ function _(i) {
49
+ return t({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M15.661 15.549a1.315 1.315 0 0 0 1.185-1.386 1.363 1.363 0 0 0-1.35-1.302h-.048a1.352 1.352 0 0 0-1.303 1.397c.024.379.179.687.391.911-.827 1.609-2.07 2.794-3.954 3.788-1.266.663-2.604.912-3.905.734-1.089-.153-1.94-.64-2.463-1.421-.78-1.185-.852-2.462-.201-3.74a5.597 5.597 0 0 1 1.658-1.931 7.88 7.88 0 0 1-.331-1.218c-3.506 2.51-3.148 5.942-2.084 7.564.794 1.184 2.415 1.941 4.19 1.941.474 0 .972-.035 1.457-.154 3.077-.592 5.409-2.438 6.747-5.16l.011-.023z" }, child: [] }, { tag: "path", attr: { d: "M19.887 12.589c-1.834-2.154-4.533-3.337-7.611-3.337h-.403c-.2-.438-.661-.711-1.183-.711h-.036c-.744 0-1.325.64-1.301 1.385.023.71.627 1.302 1.35 1.302h.059a1.332 1.332 0 0 0 1.183-.828h.439c1.824 0 3.551.532 5.126 1.574 1.206.792 2.072 1.834 2.557 3.077.425 1.019.402 2.013-.035 2.843-.675 1.302-1.812 1.988-3.314 1.988-.947 0-1.871-.296-2.345-.509-.283.235-.758.626-1.102.863 1.042.473 2.096.746 3.113.746 2.309 0 4.023-1.302 4.676-2.557.709-1.422.651-3.813-1.161-5.859l-.012.023z" }, child: [] }, { tag: "path", attr: { d: "M7.647 15.975c.023.71.626 1.302 1.35 1.302h.048a1.334 1.334 0 0 0 1.302-1.397c0-.71-.616-1.301-1.338-1.301h-.048c-.048 0-.118 0-.178.022-.982-1.657-1.397-3.434-1.242-5.349.094-1.445.567-2.7 1.42-3.742.71-.888 2.048-1.326 2.96-1.35 2.556-.048 3.622 3.138 3.704 4.404l1.184.354C16.536 5.036 14.122 3 11.813 3 9.647 3 7.647 4.574 6.842 6.884c-1.102 3.077-.379 6.036.971 8.404-.118.154-.189.426-.166.687z" }, child: [] }] })(i);
50
50
  }
51
- const J = ({ onToggle: e, isOpen: n }) => {
52
- const [m, p] = o(!0), [r, s] = o(null), v = n ? "sidebar-bar-panel open" : "sidebar-bar-panel", g = z(), { FinSesion: u } = b();
53
- if (h(() => {
54
- const l = localStorage.getItem("user_token");
51
+ const O = ({ onToggle: i, isOpen: n }) => {
52
+ const [m, p] = o(!0), [s, r] = o(null), g = n ? "sidebar-bar-panel open" : "sidebar-bar-panel", v = z(), { FinSesion: u } = f();
53
+ if (d(() => {
54
+ sessionStorage.setItem("user_token", '"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRvc19iYXNpY29zIjp7InVzZXJuYW1lIjoiZGFuaWVsLm1vbnRpZWwiLCJub21icmUiOiJEYW5pZWwgQWxlamFuZHJvIE1vbnRpZWwgUm9kcmlndWV6IiwiaWRfYnVzdWFyaW8iOiIyNjQxYjg1YS1lYmE1LTRhMjEtYmFkOS03NWY0NDVjNTAxYjkiLCJkZXBlbmRlbmNpYSI6IlN1YmRpcmVjY2lcdTAwZjNuIEVzcGVjaWFsaXphZGEgZGUgU2VndXJpZGFkIHkgUHJvdGVjY2lcdTAwZjNuIiwiZ3J1cG8iOiJHcnVwbyBkZSBSZWNlcGNpXHUwMGYzbiwgQW5cdTAwZTFsaXNpcywgZXZhbHVhY2lcdTAwZjNuIGRlIHJpZXNnb3MgeSByZWNvbWVuZGFjaW9uZXMiLCJyb2xlcyI6WyJSZXBhcnRpZG9yIHBvYmxhY2lvbmFsIl0sInJ1dGFzIjpbInNlc3AvZ3JhZXJyL3JlcGFydGlkb3IiXX0sImFkZHJlc3MiOiIxMjcuMC4wLjEiLCJ0eXBlIjoiZGF0YSIsInVzZXJfdHlwZSI6ImludGVybiIsInRva2VuX2lkIjoiMDg5NWE1MzgtNjU4NS00MjlkLTg3YTktY2ViZDY2Y2I0YzJmIiwiaWF0IjoxNzQ1ODYyOTIzLCJleHAiOjE3NDU4NjY1MjN9.uY4otFv-rYIndo6fSKFbD0gXIIGe0xNxtZi-RA6tFnk"');
55
+ const l = sessionStorage.getItem("user_token");
55
56
  if (l) {
56
- const c = d(l);
57
- s(c);
57
+ const c = h(l);
58
+ r(c);
58
59
  }
59
60
  p(!1);
60
- }, []), h(() => {
61
+ }, []), d(() => {
61
62
  const l = setTimeout(() => {
62
- const c = localStorage.getItem("user_token");
63
+ const c = sessionStorage.getItem("user_token");
63
64
  if (c) {
64
- const f = d(c);
65
- s(f);
65
+ const b = h(c);
66
+ r(b);
66
67
  }
67
68
  }, 2e3);
68
69
  return () => clearTimeout(l);
69
70
  }, []), m)
70
71
  return /* @__PURE__ */ a(x, {});
71
72
  const N = () => {
72
- g("/sistema/usuario");
73
+ v("/unp/ecosistema/usuario");
73
74
  };
74
- return /* @__PURE__ */ a("div", { className: `container-fluid ${n ? "menu-open" : ""}`, children: /* @__PURE__ */ t("div", { className: v, children: [
75
- /* @__PURE__ */ t("div", { className: "logo_details", children: [
75
+ return /* @__PURE__ */ a("div", { className: `container-fluid ${n ? "menu-open" : ""}`, children: /* @__PURE__ */ e("div", { className: g, children: [
76
+ /* @__PURE__ */ e("div", { className: "logo_details", children: [
76
77
  /* @__PURE__ */ a(
77
78
  "img",
78
79
  {
79
- src: B,
80
+ src: k,
80
81
  alt: "Logo",
81
82
  className: "icon logo-image"
82
83
  }
83
84
  ),
84
85
  /* @__PURE__ */ a("div", { className: "logo-name", children: "EI - UNP" }),
85
86
  n ? /* @__PURE__ */ a(
86
- T,
87
+ A,
87
88
  {
88
89
  className: "bx bx-menu i",
89
90
  id: "btn",
90
- onClick: e
91
+ onClick: i
91
92
  }
92
- ) : /* @__PURE__ */ a(I, { className: "bx bx-menu i", id: "btn", onClick: e })
93
+ ) : /* @__PURE__ */ a(J, { className: "bx bx-menu i", id: "btn", onClick: i })
93
94
  ] }),
94
- /* @__PURE__ */ t("ul", { className: "nav-list-panel", children: [
95
- /* @__PURE__ */ t("li", { children: [
96
- /* @__PURE__ */ t("a", { href: "", children: [
97
- /* @__PURE__ */ a(S, { className: "bx bx-home i2" }),
95
+ /* @__PURE__ */ e("ul", { className: "nav-list-panel", children: [
96
+ /* @__PURE__ */ e("li", { children: [
97
+ /* @__PURE__ */ e("a", { href: "", children: [
98
+ /* @__PURE__ */ a(j, { className: "bx bx-home i2" }),
98
99
  /* @__PURE__ */ a("span", { className: "link_name", children: "Inicio" })
99
100
  ] }),
100
101
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Inicio" })
101
102
  ] }),
102
- /* @__PURE__ */ t("li", { children: [
103
- /* @__PURE__ */ t("a", { href: "", children: [
104
- /* @__PURE__ */ a(P, { className: "bx bx-map-pin i2" }),
103
+ /* @__PURE__ */ e("li", { children: [
104
+ /* @__PURE__ */ e("a", { href: "", children: [
105
+ /* @__PURE__ */ a(Y, { className: "bx bx-map-pin i2" }),
105
106
  /* @__PURE__ */ a("span", { className: "link_name", children: "Mapa del proceso" })
106
107
  ] }),
107
108
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Mapa del proceso" })
108
109
  ] }),
109
- /* @__PURE__ */ t("li", { children: [
110
- /* @__PURE__ */ t("a", { href: "", children: [
111
- /* @__PURE__ */ a(C, { className: "bx bx-book-alt i2" }),
110
+ /* @__PURE__ */ e("li", { children: [
111
+ /* @__PURE__ */ e("a", { href: "", children: [
112
+ /* @__PURE__ */ a(B, { className: "bx bx-book-alt i2" }),
112
113
  /* @__PURE__ */ a("span", { className: "link_name", children: "Manuales de usuario" })
113
114
  ] }),
114
115
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Manual de usuario" })
115
116
  ] }),
116
117
  /* @__PURE__ */ a("div", { style: { paddingLeft: "15px", paddingRight: "15px" }, children: /* @__PURE__ */ a("hr", { style: { borderTop: "1px solid white" } }) }),
117
- /* @__PURE__ */ t("li", { children: [
118
- /* @__PURE__ */ t("a", { href: "https://www.unp.gov.co/", target: "_blank", children: [
119
- /* @__PURE__ */ a(V, { className: "bx bx-link-alt i2" }),
118
+ /* @__PURE__ */ e("li", { children: [
119
+ /* @__PURE__ */ e("a", { href: "https://www.unp.gov.co/", target: "_blank", children: [
120
+ /* @__PURE__ */ a(C, { className: "bx bx-link-alt i2" }),
120
121
  /* @__PURE__ */ a("span", { className: "link_name", children: "Portal UNP" })
121
122
  ] }),
122
123
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Portal UNP" })
123
124
  ] }),
124
- /* @__PURE__ */ t("li", { children: [
125
- /* @__PURE__ */ t(
125
+ /* @__PURE__ */ e("li", { children: [
126
+ /* @__PURE__ */ e(
126
127
  "a",
127
128
  {
128
129
  href: "https://login.microsoftonline.com/common/oauth2/authorize?client_id=00000002-0000-0ff1-ce00-000000000000",
129
130
  target: "_blank",
130
131
  children: [
131
- /* @__PURE__ */ a(_, { className: "bx bx-envelope i2" }),
132
+ /* @__PURE__ */ a(H, { className: "bx bx-envelope i2" }),
132
133
  /* @__PURE__ */ a("span", { className: "link_name", children: "Correo institucional" })
133
134
  ]
134
135
  }
135
136
  ),
136
137
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Correo institucional" })
137
138
  ] }),
138
- /* @__PURE__ */ t("li", { children: [
139
- /* @__PURE__ */ t("a", { href: "http://intranet.unp.gov.co/", target: "_blank", children: [
140
- /* @__PURE__ */ a(E, { className: "bx bxl-redux i2" }),
139
+ /* @__PURE__ */ e("li", { children: [
140
+ /* @__PURE__ */ e("a", { href: "http://intranet.unp.gov.co/", target: "_blank", children: [
141
+ /* @__PURE__ */ a(_, { className: "bx bxl-redux i2" }),
141
142
  /* @__PURE__ */ a("span", { className: "link_name", children: "Acceso directo a Intranet" })
142
143
  ] }),
143
144
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Acceso directo a Intranet" })
144
145
  ] }),
145
- /* @__PURE__ */ t("li", { children: [
146
- /* @__PURE__ */ t("a", { href: "https://mesadeservicios.unp.gov.co/HEAT/", target: "_blank", children: [
147
- /* @__PURE__ */ a(w, { className: "bx bx-error-circle i2" }),
146
+ /* @__PURE__ */ e("li", { children: [
147
+ /* @__PURE__ */ e("a", { href: "https://mesadeservicios.unp.gov.co/HEAT/", target: "_blank", children: [
148
+ /* @__PURE__ */ a(V, { className: "bx bx-error-circle i2" }),
148
149
  /* @__PURE__ */ a("span", { className: "link_name", children: "Mesa de servicios" })
149
150
  ] }),
150
151
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Mesa de servicios" })
151
152
  ] }),
152
153
  /* @__PURE__ */ a("div", { style: { paddingLeft: "15px", paddingRight: "15px" }, children: /* @__PURE__ */ a("hr", { style: { borderTop: "1px solid white" } }) }),
153
- /* @__PURE__ */ t("li", { children: [
154
- /* @__PURE__ */ t("a", { href: "", children: [
155
- /* @__PURE__ */ a(y, { className: "bx i2" }),
154
+ /* @__PURE__ */ e("li", { children: [
155
+ /* @__PURE__ */ e("a", { href: "", children: [
156
+ /* @__PURE__ */ a(L, { className: "bx i2" }),
156
157
  /* @__PURE__ */ a("span", { className: "link_name", children: "Medida de emergencia" })
157
158
  ] }),
158
159
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Medida de emergencia" })
159
160
  ] }),
160
- /* @__PURE__ */ t("li", { children: [
161
- /* @__PURE__ */ t("a", { href: "", children: [
162
- /* @__PURE__ */ a(H, { className: "bx i2" }),
161
+ /* @__PURE__ */ e("li", { children: [
162
+ /* @__PURE__ */ e("a", { href: "", children: [
163
+ /* @__PURE__ */ a(w, { className: "bx i2" }),
163
164
  /* @__PURE__ */ a("span", { className: "link_name", children: "Acta de reunión" })
164
165
  ] }),
165
166
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Acta de reunión" })
166
167
  ] }),
167
- /* @__PURE__ */ t("li", { children: [
168
- /* @__PURE__ */ t("a", { href: "", children: [
169
- /* @__PURE__ */ a(j, { className: "bx i2" }),
168
+ /* @__PURE__ */ e("li", { children: [
169
+ /* @__PURE__ */ e("a", { href: "", children: [
170
+ /* @__PURE__ */ a(y, { className: "bx i2" }),
170
171
  /* @__PURE__ */ a("span", { className: "link_name", children: "Solicitud de viáticos" })
171
172
  ] }),
172
173
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Solicitud de viáticos" })
173
174
  ] }),
174
- /* @__PURE__ */ t("li", { children: [
175
- /* @__PURE__ */ t("a", { href: `${M}${k}`, target: "_blank", children: [
176
- /* @__PURE__ */ a(A, { className: "bx i2" }),
175
+ /* @__PURE__ */ e("li", { children: [
176
+ /* @__PURE__ */ e("a", { href: `${I}${M}`, target: "_blank", children: [
177
+ /* @__PURE__ */ a(Z, { className: "bx i2" }),
177
178
  /* @__PURE__ */ a("span", { className: "link_name", children: "Certificados laborales (OPS)" })
178
179
  ] }),
179
180
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Certificados laborales (OPS)" })
180
181
  ] })
181
182
  ] }),
182
- /* @__PURE__ */ a("div", { className: "profile-content", children: /* @__PURE__ */ t("div", { className: "profile", children: [
183
+ /* @__PURE__ */ a("div", { className: "profile-content", children: /* @__PURE__ */ e("div", { className: "profile", children: [
183
184
  /* @__PURE__ */ a(
184
185
  "div",
185
186
  {
186
187
  className: "profile-detail",
187
188
  onClick: N,
188
189
  style: { cursor: "pointer" },
189
- children: r && /* @__PURE__ */ t("div", { className: "name-job", style: { marginTop: "3px" }, children: [
190
- /* @__PURE__ */ a("div", { className: "name", children: r.access_nuser }),
191
- /* @__PURE__ */ a("div", { className: "job", children: r.acces_linker })
190
+ children: s && /* @__PURE__ */ e("div", { className: "name-job", style: { marginTop: "3px" }, children: [
191
+ /* @__PURE__ */ a("div", { className: "name text-truncate", style: { width: "200px" }, children: s.datos_basicos.nombre }),
192
+ /* @__PURE__ */ a("div", { className: "job" })
192
193
  ] })
193
194
  }
194
195
  ),
195
- /* @__PURE__ */ a(L, { className: "icon", onClick: u })
196
+ /* @__PURE__ */ a(S, { className: "icon", onClick: u })
196
197
  ] }) })
197
198
  ] }) });
198
199
  };
199
200
  export {
200
- J as MenuLateral
201
+ O as MenuLateral
201
202
  };
package/dist/utils/Url.js CHANGED
@@ -1,10 +1,14 @@
1
- const i = "https://ecosistemapruebas.unp.gov.co", s = "https://ecosistemapruebas.unp.gov.co/api-eiunp", e = "/sistema/medidas-emergencia", t = "/sistema/acta-reunion", o = "/sistema/solicitud-viaticos", c = "/sg/gc/certificados-inicio", a = "/sitema/inicio";
1
+ const t = "https://ecosistemapruebas.unp.gov.co", s = "https://ecosistemapruebas.unp.gov.co/api-eiunp", o = "/sistema/medidas-emergencia", i = "/sistema/acta-reunion", a = "/sistema/solicitud-viaticos", c = "/sg/gc/certificados-inicio", e = "/sitema/inicio", u = "http://localhost:8001/api-auth", n = "https://ecosistemadesarrollo.unp.gov.co/api-auth", r = "https://ecosistemapruebas.unp.gov.co/api-auth", p = "https://ecosistema.unp.gov.co/api-auth";
2
2
  export {
3
- t as urlActaReunion,
4
- i as urlBase,
3
+ i as urlActaReunion,
4
+ n as urlAuthDev,
5
+ u as urlAuthLocal,
6
+ p as urlAuthProd,
7
+ r as urlAuthTest,
8
+ t as urlBase,
5
9
  c as urlCertificadoLaboral,
6
- a as urlHome,
7
- e as urlMedidasEmergencia,
10
+ e as urlHome,
11
+ o as urlMedidasEmergencia,
8
12
  s as urlRequest,
9
- o as urlSolicitudViatico
13
+ a as urlSolicitudViatico
10
14
  };
@@ -1,22 +1,44 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { useLocation as d, Navigate as r, Outlet as p } from "react-router-dom";
3
- import { useAuthId as f } from "../../auth/hooks/AuthHook.js";
4
- import { j as h } from "../../index-CuHybtft.js";
5
- const T = () => {
6
- const { authToken: s, userToken: n } = f(), i = d(), a = n || localStorage.getItem("user_token");
7
- if (!(s || localStorage.getItem("access_token")) || !a)
8
- return /* @__PURE__ */ e(r, { to: "/", replace: !0 });
9
- let c;
10
- try {
11
- c = h(a);
12
- } catch (t) {
13
- return console.error("Error decoding token:", t), /* @__PURE__ */ e(r, { to: "/", replace: !0 });
14
- }
15
- const u = c.access_url, o = i.pathname, l = u.map(
16
- (t) => t.startsWith("/") ? t : `/${t}`
17
- ), m = o.startsWith("/") ? o : `/${o}`;
18
- return l.includes(m) ? /* @__PURE__ */ e(p, {}) : /* @__PURE__ */ e(r, { to: "/sistema/pagina-no-permitida", replace: !0 });
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { useState as p, useEffect as h } from "react";
3
+ import { useNavigate as k, useLocation as T, Outlet as v } from "react-router-dom";
4
+ import { urlAuthDev as A, urlAuthTest as U, urlAuthProd as g, urlAuthLocal as j } from "../Url.js";
5
+ import { j as y } from "../../index-CuHybtft.js";
6
+ const D = ({ server: o }) => {
7
+ const [l, s] = p(!1), t = k(), c = T();
8
+ let e;
9
+ return o === "dev" ? e = A : o === "test" ? e = U : o === "prod" ? e = g : e = j, h(() => {
10
+ (async () => {
11
+ try {
12
+ if ((await fetch(
13
+ `${e}/auth/validate/`,
14
+ {
15
+ method: "POST",
16
+ headers: {
17
+ "Content-Type": "application/json"
18
+ },
19
+ credentials: "include"
20
+ }
21
+ )).ok) {
22
+ const i = sessionStorage.getItem("user_token");
23
+ if (i) {
24
+ const u = y(i).datos_basicos.rutas, r = c.pathname, d = u.map(
25
+ (a) => a.startsWith("/") ? a : `/${a}`
26
+ ), f = r.startsWith("/") ? r : `/${r}`;
27
+ if (d.includes(f))
28
+ s(!0);
29
+ else
30
+ return s(!1), t("/");
31
+ } else
32
+ return s(!1), t("/");
33
+ } else
34
+ return t("/");
35
+ } catch (n) {
36
+ return console.error("Validation error:", n), t("/");
37
+ } finally {
38
+ }
39
+ })();
40
+ }, [t]), l ? /* @__PURE__ */ m(v, {}) : null;
19
41
  };
20
42
  export {
21
- T as ProtectedRoute
43
+ D as ProtectedRoute
22
44
  };
@@ -1,10 +1,33 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { Navigate as a, Outlet as n } from "react-router-dom";
3
- import { useAuthId as s } from "../../auth/hooks/AuthHook.js";
4
- const p = () => {
5
- const { authToken: e, userToken: o } = s(), r = o || localStorage.getItem("user_token");
6
- return !(e || localStorage.getItem("access_token")) || !r ? /* @__PURE__ */ t(a, { to: "/sistema/pagina-no-permitida", replace: !0 }) : /* @__PURE__ */ t(n, {});
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import { useState as i, useEffect as n } from "react";
3
+ import { useNavigate as u, Outlet as c } from "react-router-dom";
4
+ import { urlAuthDev as d, urlAuthTest as f, urlAuthProd as p, urlAuthLocal as h } from "../Url.js";
5
+ const k = ({ server: t }) => {
6
+ const [a, l] = i(!1), r = u();
7
+ let e;
8
+ return t === "dev" ? e = d : t === "test" ? e = f : t === "prod" ? e = p : e = h, n(() => {
9
+ (async () => {
10
+ try {
11
+ if ((await fetch(
12
+ `${e}/auth/validate/`,
13
+ {
14
+ method: "POST",
15
+ headers: {
16
+ "Content-Type": "application/json"
17
+ },
18
+ credentials: "include"
19
+ }
20
+ )).ok)
21
+ l(!0);
22
+ else
23
+ return r("/");
24
+ } catch (o) {
25
+ return console.error("Validation error:", o), r("/");
26
+ } finally {
27
+ }
28
+ })();
29
+ }, [r]), a ? /* @__PURE__ */ s(c, {}) : null;
7
30
  };
8
31
  export {
9
- p as UserRoute
32
+ k as UserRoute
10
33
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "react-ecosistema-unp",
3
3
  "author": "Ecosistema de Información - Unidad Nacional de Protección",
4
4
  "private": false,
5
- "version": "1.2.10",
5
+ "version": "1.3.0-pre-release.1",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {