react-ecosistema-unp 1.5.2 → 1.5.3
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/assets/AppList.css +1 -1
- package/dist/assets/LogoutButton.css +1 -0
- package/dist/cards/tarjeta/nuevo-elemento/NuevoElemento.js +1 -1
- package/dist/cards/tarjeta-info/TarjetaInfo.js +1 -1
- package/dist/data/tarjeta-datos/TarjetaDatos.js +1 -1
- package/dist/{index-CZLknVmR.js → index-BpmHFDVa.js} +39 -35
- package/dist/lib/shared/iconos-sistema/IconosSistema.d.ts +1 -0
- package/dist/lib/shared/iconos-sistema/logout-button/LogoutButton.d.ts +3 -0
- package/dist/lib/shared.d.ts +1 -0
- package/dist/shared/app-list/AppList.js +51 -52
- package/dist/shared/iconos-sistema/IconosSistema.js +12 -10
- package/dist/shared/iconos-sistema/logout-button/LogoutButton.js +10 -0
- package/dist/shared.js +6 -4
- package/dist/tables/tabla-registros/buscador/Buscador.js +1 -1
- package/dist/tables/tabla-registros/tabla/Tabla.js +1 -1
- package/dist/ui/contenido-modal/ContenidoModal.js +1 -1
- package/dist/ui/contenido-modal/ContenidoModalv0.1.js +1 -1
- package/dist/ui/encabezado/Encabezado.js +6 -7
- package/dist/ui/icono-tooltip/IconoTooltip.js +1 -1
- package/dist/ui/items-modal/ItemsModal.js +1 -1
- package/package.json +1 -1
package/dist/assets/AppList.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.dropdown-toggle{margin-top:.5rem}.dropdown-toggle:after{display:none!important}.dropdown-toggle.nav-link{padding:0}.dropdown-menu.show{margin-top:1rem;margin-right:.5rem;border-radius:10px;border:0;box-shadow:0 6px 10px #0000002d;background-color:#fefefe}.icono-app{font-size:25px;color:#303d50;margin-right:.75rem}.icon-app-2{color:#cc5159}.grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:300px;margin:0 auto}.icon-wrapper{position:relative;cursor:pointer;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;background-color:#fafafa;border-radius:8px;padding:8px 4px;box-shadow:0 2px 4px #00000018;transition:background-color .3s,transform .2s;border:solid 1px #dedede;text-align:center;width:100%;min-height:5.5rem;max-height:5.5rem}.icon-wrapper:hover{background-color:#f6f6f6;transform:scale(1.05);border:solid 1px #d97980}.icono-nombre-app{font-size:.7125rem;line-height:14px;color:#494949;font-weight:500}.icono-grid-tooltip-container{position:relative;display:inline-block;z-index:9999}.icono-grid-tooltip-text{visibility:hidden;opacity:0;width:max-content;background-color:#5f6564ef;color:#fff;text-align:center;border-radius:10px;padding:7px 11px;position:absolute;bottom:100%;right:0;margin-bottom:8px;transition:opacity .1s ease-in-out;pointer-events:none;z-index:1000}.icono-grid-tooltip-container:hover .icono-grid-tooltip-text{visibility:visible;opacity:1}
|
|
1
|
+
.dropdown-toggle{margin-top:.5rem}.dropdown-toggle:after{display:none!important}.dropdown-toggle.nav-link{padding:0}.dropdown-menu.show{margin-top:1rem;margin-right:.5rem;border-radius:10px;border:0;box-shadow:0 6px 10px #0000002d;background-color:#fefefe}.icono-app{font-size:25px;color:#303d50;margin-right:.75rem}.icon-app-2{color:#cc5159}.grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:300px;margin:0 auto}.icon-wrapper{position:relative;cursor:pointer;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;background-color:#fafafa;border-radius:8px;padding:8px 4px;box-shadow:0 2px 4px #00000018;transition:background-color .3s,transform .2s;border:solid 1px #dedede;text-align:center;width:100%;min-height:5.5rem;max-height:5.5rem}.icon-wrapper.active{background-color:#efdcdc;border:solid 1px #d7bcbc}.icon-wrapper:hover{background-color:#f6f6f6;transform:scale(1.05);border:solid 1px #d97980}.icono-nombre-app{font-size:.7125rem;line-height:14px;color:#494949;font-weight:500}.icono-grid-tooltip-container{position:relative;display:inline-block;z-index:9999}.icono-grid-tooltip-text{visibility:hidden;opacity:0;width:max-content;background-color:#5f6564ef;color:#fff;text-align:center;border-radius:10px;padding:7px 11px;position:absolute;bottom:100%;right:0;margin-bottom:8px;transition:opacity .1s ease-in-out;pointer-events:none;z-index:1000}.icono-grid-tooltip-container:hover .icono-grid-tooltip-text{visibility:visible;opacity:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.icono-logout{font-size:25px;color:#303d50;margin-top:.5rem;cursor:pointer;transform:rotate(180deg)}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { o as s } from "../../../index-
|
|
2
|
+
import { o as s } from "../../../index-BpmHFDVa.js";
|
|
3
3
|
import '../../../assets/Bootstrap.css';/* empty css */
|
|
4
4
|
import { B as a } from "../../../Button-B87TJYml.js";
|
|
5
5
|
const d = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as r, useRef as d, useEffect as u } from "react";
|
|
3
|
-
import { t as j, u as N } from "../../index-
|
|
3
|
+
import { t as j, u as N } from "../../index-BpmHFDVa.js";
|
|
4
4
|
import '../../assets/UnpHistorico.css';const C = ({ icon: c, label: l, show: h = !1, children: o }) => {
|
|
5
5
|
const [e, i] = r(h), [f, s] = r(0), a = d(null);
|
|
6
6
|
return u(() => {
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import '../../assets/SeccionTarjetaLectura.css';import '../../assets/Logo.css';import '../../assets/TarjetaLectura.css';import '../../assets/ContenedorTarjeta.css';import '../../assets/Bootstrap.css';import '../../assets/Tarjeta.css';import '../../assets/UnpHistorico.css';/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
import "../../cards/tarjeta/seccion-tarjeta/SeccionTarjeta.js";
|
|
6
|
-
import { m as t } from "../../index-
|
|
6
|
+
import { m as t } from "../../index-BpmHFDVa.js";
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -3,60 +3,63 @@ function a(c) {
|
|
|
3
3
|
return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L320 96z" }, child: [] }] })(c);
|
|
4
4
|
}
|
|
5
5
|
function s(c) {
|
|
6
|
-
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "
|
|
6
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z" }, child: [] }] })(c);
|
|
7
7
|
}
|
|
8
8
|
function r(c) {
|
|
9
|
-
return t({ tag: "svg", attr: { viewBox: "0 0
|
|
9
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z" }, child: [] }] })(c);
|
|
10
10
|
}
|
|
11
11
|
function i(c) {
|
|
12
|
-
return t({ tag: "svg", attr: { viewBox: "0 0
|
|
12
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0z" }, child: [] }] })(c);
|
|
13
13
|
}
|
|
14
14
|
function n(c) {
|
|
15
|
-
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "
|
|
15
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160 352 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l111.5 0c0 0 0 0 0 0l.4 0c17.7 0 32-14.3 32-32l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 35.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1L16 432c0 17.7 14.3 32 32 32s32-14.3 32-32l0-35.1 17.6 17.5c0 0 0 0 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.8c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352l34.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48.4 288c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z" }, child: [] }] })(c);
|
|
16
16
|
}
|
|
17
17
|
function h(c) {
|
|
18
|
-
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "
|
|
18
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" }, child: [] }] })(c);
|
|
19
19
|
}
|
|
20
20
|
function g(c) {
|
|
21
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" }, child: [] }] })(c);
|
|
22
|
+
}
|
|
23
|
+
function d(c) {
|
|
21
24
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z" }, child: [] }] })(c);
|
|
22
25
|
}
|
|
23
26
|
function z(c) {
|
|
24
27
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z" }, child: [] }] })(c);
|
|
25
28
|
}
|
|
26
|
-
function
|
|
29
|
+
function e(c) {
|
|
27
30
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z" }, child: [] }] })(c);
|
|
28
31
|
}
|
|
29
|
-
function
|
|
32
|
+
function o(c) {
|
|
30
33
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z" }, child: [] }] })(c);
|
|
31
34
|
}
|
|
32
|
-
function
|
|
35
|
+
function L(c) {
|
|
33
36
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M128 0C110.3 0 96 14.3 96 32l0 192 96 0 0-32c0-35.3 28.7-64 64-64l224 0 0-96c0-17.7-14.3-32-32-32L128 0zM256 160c-17.7 0-32 14.3-32 32l0 32 96 0c35.3 0 64 28.7 64 64l0 128 192 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-320 0zm240 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32l0 13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301l0-13c0-17.7-14.3-32-32-32L64 256zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8 32 480c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-139.2z" }, child: [] }] })(c);
|
|
34
37
|
}
|
|
35
|
-
function
|
|
38
|
+
function M(c) {
|
|
36
39
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z" }, child: [] }] })(c);
|
|
37
40
|
}
|
|
38
|
-
function
|
|
41
|
+
function v(c) {
|
|
39
42
|
return t({ tag: "svg", attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM112 256l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z" }, child: [] }] })(c);
|
|
40
43
|
}
|
|
41
|
-
function
|
|
44
|
+
function u(c) {
|
|
42
45
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z" }, child: [] }] })(c);
|
|
43
46
|
}
|
|
44
|
-
function
|
|
47
|
+
function C(c) {
|
|
45
48
|
return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48z" }, child: [] }] })(c);
|
|
46
49
|
}
|
|
47
|
-
function
|
|
50
|
+
function p(c) {
|
|
48
51
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M128 0C92.7 0 64 28.7 64 64l0 224-44.8 0C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384L320 384l0-96-192 0 0-224 320 0 0 32 64 0 0-32c0-35.3-28.7-64-64-64L128 0zM512 128l-112 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-208-96 0c-17.7 0-32-14.3-32-32l0-96zm32 0l0 96 96 0-96-96z" }, child: [] }] })(c);
|
|
49
52
|
}
|
|
50
|
-
function
|
|
53
|
+
function w(c) {
|
|
51
54
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" }, child: [] }] })(c);
|
|
52
55
|
}
|
|
53
|
-
function
|
|
56
|
+
function F(c) {
|
|
54
57
|
return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z" }, child: [] }] })(c);
|
|
55
58
|
}
|
|
56
59
|
function m(c) {
|
|
57
60
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M384 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L398.4 96c-5.2 25.8-22.9 47.1-46.4 57.3L352 448l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-23.5-10.3-41.2-31.6-46.4-57.3L128 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288l144.9 0L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320l144.9 0L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z" }, child: [] }] })(c);
|
|
58
61
|
}
|
|
59
|
-
function
|
|
62
|
+
function B(c) {
|
|
60
63
|
return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z" }, child: [] }] })(c);
|
|
61
64
|
}
|
|
62
65
|
function f(c) {
|
|
@@ -65,31 +68,32 @@ function f(c) {
|
|
|
65
68
|
function x(c) {
|
|
66
69
|
return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z" }, child: [] }] })(c);
|
|
67
70
|
}
|
|
68
|
-
function
|
|
71
|
+
function A(c) {
|
|
69
72
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192l42.7 0c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0L21.3 320C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7l42.7 0C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3l-213.3 0zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352l117.3 0C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7l-330.7 0c-14.7 0-26.7-11.9-26.7-26.7z" }, child: [] }] })(c);
|
|
70
73
|
}
|
|
71
74
|
export {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
75
|
+
u as F,
|
|
76
|
+
F as a,
|
|
77
|
+
L as b,
|
|
78
|
+
i as c,
|
|
76
79
|
a as d,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
h as e,
|
|
81
|
+
o as f,
|
|
82
|
+
n as g,
|
|
80
83
|
f as h,
|
|
81
84
|
m as i,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
+
v as j,
|
|
86
|
+
p as k,
|
|
87
|
+
A as l,
|
|
85
88
|
x as m,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
89
|
+
M as n,
|
|
90
|
+
B as o,
|
|
91
|
+
g as p,
|
|
92
|
+
e as q,
|
|
93
|
+
C as r,
|
|
94
|
+
w as s,
|
|
95
|
+
d as t,
|
|
93
96
|
z as u,
|
|
94
|
-
s as v
|
|
97
|
+
s as v,
|
|
98
|
+
r as w
|
|
95
99
|
};
|
package/dist/lib/shared.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { VentanaLienzo } from './shared/ventana-lienzo/VentanaLienzo.js';
|
|
2
2
|
export { VentanaTabs } from './shared/ventana-tabs/VentanaTabs.js';
|
|
3
3
|
export { TabVentana } from './shared/tab-ventana/TabVentana.js';
|
|
4
|
+
export { IconosSistema } from './shared/iconos-sistema/IconosSistema.js';
|
|
@@ -1,82 +1,81 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { F as
|
|
4
|
-
import {
|
|
5
|
-
import { G as
|
|
6
|
-
import { j as
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/* empty css */
|
|
11
|
-
/* empty css */
|
|
12
|
-
/* empty css */
|
|
13
|
-
import "react-router-dom";
|
|
14
|
-
/* empty css */
|
|
15
|
-
/* empty css */
|
|
16
|
-
/* empty css */
|
|
17
|
-
/* empty css */
|
|
18
|
-
import "../../Animacion-ThNL9iiY.js";
|
|
19
|
-
import { N as w } from "../../NavDropdown-ei8eIwIE.js";
|
|
20
|
-
function b(r) {
|
|
21
|
-
return u({ tag: "svg", attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z" }, child: [] }] })(r);
|
|
1
|
+
import { jsx as o, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { useState as d, useEffect as h } from "react";
|
|
3
|
+
import { F as t, e as u, f, g as v, h as z } from "../../index-CgSyrJ_X.js";
|
|
4
|
+
import { w as N } from "../../index-BpmHFDVa.js";
|
|
5
|
+
import { G as g } from "../../iconBase-LROS5hdG.js";
|
|
6
|
+
import { j as w } from "../../index-CuHybtft.js";
|
|
7
|
+
import { N as b } from "../../NavDropdown-ei8eIwIE.js";
|
|
8
|
+
import '../../assets/AppList.css';function U(s) {
|
|
9
|
+
return g({ tag: "svg", attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z" }, child: [] }] })(s);
|
|
22
10
|
}
|
|
23
11
|
const F = {
|
|
24
|
-
Usuario: /* @__PURE__ */
|
|
25
|
-
"Asesor(a) poblacional": /* @__PURE__ */
|
|
26
|
-
Radicador: /* @__PURE__ */
|
|
27
|
-
"Reparto poblacional": /* @__PURE__ */
|
|
28
|
-
Digitador: /* @__PURE__ */
|
|
12
|
+
Usuario: /* @__PURE__ */ o(t, { size: 24, className: "icon-app-2" }),
|
|
13
|
+
"Asesor(a) poblacional": /* @__PURE__ */ o(u, { size: 24, className: "icon-app-2" }),
|
|
14
|
+
Radicador: /* @__PURE__ */ o(f, { size: 24, className: "icon-app-2" }),
|
|
15
|
+
"Reparto poblacional": /* @__PURE__ */ o(v, { size: 24, className: "icon-app-2" }),
|
|
16
|
+
Digitador: /* @__PURE__ */ o(z, { size: 24, className: "icon-app-2" })
|
|
29
17
|
}, R = {
|
|
30
18
|
Usuario: "Mi perfil",
|
|
31
19
|
"Asesor(a) poblacional": "Asesoría",
|
|
32
20
|
Radicador: "Radicación",
|
|
33
21
|
"Reparto poblacional": "Reparto",
|
|
34
22
|
Digitador: "Digitación"
|
|
35
|
-
},
|
|
36
|
-
const [
|
|
37
|
-
|
|
38
|
-
const
|
|
39
|
-
if (
|
|
23
|
+
}, j = () => {
|
|
24
|
+
const [s, l] = d([]), e = location.pathname, c = e.startsWith("/") ? e : `/${e}`;
|
|
25
|
+
h(() => {
|
|
26
|
+
const a = sessionStorage.getItem("user_token");
|
|
27
|
+
if (a)
|
|
40
28
|
try {
|
|
41
|
-
const i =
|
|
42
|
-
|
|
29
|
+
const i = w(a);
|
|
30
|
+
l(i.datos_basicos.servicios);
|
|
43
31
|
} catch (i) {
|
|
44
32
|
console.error("Error al decodificar el token:", i);
|
|
45
33
|
}
|
|
46
34
|
}, []);
|
|
47
|
-
const
|
|
48
|
-
const i = `${window.location.protocol}//${window.location.host}/${
|
|
35
|
+
const n = (a) => {
|
|
36
|
+
const i = `${window.location.protocol}//${window.location.host}/${a}`;
|
|
49
37
|
window.location.href = i;
|
|
50
38
|
};
|
|
51
|
-
return /* @__PURE__ */
|
|
52
|
-
|
|
39
|
+
return /* @__PURE__ */ o(
|
|
40
|
+
b,
|
|
53
41
|
{
|
|
54
|
-
title: /* @__PURE__ */
|
|
42
|
+
title: /* @__PURE__ */ o(U, { className: "icono-app" }),
|
|
55
43
|
align: "end",
|
|
56
|
-
children: /* @__PURE__ */
|
|
44
|
+
children: /* @__PURE__ */ o("div", { style: {
|
|
57
45
|
fontWeight: "400",
|
|
58
46
|
padding: "1rem"
|
|
59
|
-
}, children: [
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
return /* @__PURE__ */ s(
|
|
47
|
+
}, children: /* @__PURE__ */ r("div", { className: "grid-container", children: [
|
|
48
|
+
s.filter((a) => !(a.url === "unp/ecosistema/usuario" && a.rol === "Usuario")).map(({ rol: a, url: i }) => {
|
|
49
|
+
const p = F[a] || /* @__PURE__ */ o(N, { size: 24, className: "icon-app-2" }), m = R[a] || a;
|
|
50
|
+
return /* @__PURE__ */ r(
|
|
64
51
|
"div",
|
|
65
52
|
{
|
|
66
|
-
className:
|
|
67
|
-
onClick: () =>
|
|
53
|
+
className: `icon-wrapper ${c === "/" + i ? "active" : ""}`,
|
|
54
|
+
onClick: () => n(i),
|
|
68
55
|
children: [
|
|
69
|
-
|
|
70
|
-
/* @__PURE__ */
|
|
56
|
+
p,
|
|
57
|
+
/* @__PURE__ */ o("span", { className: "icono-nombre-app", children: m })
|
|
71
58
|
]
|
|
72
59
|
},
|
|
73
|
-
|
|
60
|
+
a
|
|
74
61
|
);
|
|
75
|
-
})
|
|
76
|
-
|
|
62
|
+
}),
|
|
63
|
+
/* @__PURE__ */ r(
|
|
64
|
+
"div",
|
|
65
|
+
{
|
|
66
|
+
className: `icon-wrapper ${c === "/unp/ecosistema/usuario" ? "active" : ""}`,
|
|
67
|
+
onClick: () => n("unp/ecosistema/usuario"),
|
|
68
|
+
children: [
|
|
69
|
+
/* @__PURE__ */ o(t, { size: 24, className: "icon-app-2" }),
|
|
70
|
+
/* @__PURE__ */ o("span", { className: "icono-nombre-app", children: "Mi Perfil" })
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
9999
|
|
74
|
+
)
|
|
75
|
+
] }) })
|
|
77
76
|
}
|
|
78
77
|
);
|
|
79
78
|
};
|
|
80
79
|
export {
|
|
81
|
-
|
|
80
|
+
j as AppList
|
|
82
81
|
};
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import { jsxs as c, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import { AppList as
|
|
4
|
-
import
|
|
5
|
-
|
|
2
|
+
import { LogoutButton as t } from "./logout-button/LogoutButton.js";
|
|
3
|
+
import { AppList as n } from "../app-list/AppList.js";
|
|
4
|
+
import { NotificacionUsuario as p } from "../notificacion-usuario/NotificacionUsuario.js";
|
|
5
|
+
import '../../assets/IconosSistema.css';const x = ({ elements: s, showLogout: a = !1 }) => /* @__PURE__ */ c("div", { className: "iconos-sistema-container", children: [
|
|
6
|
+
s && s.slice(0, 5).map((o, r) => /* @__PURE__ */ c("div", { className: "icono-sistema-tooltip-container", children: [
|
|
6
7
|
/* @__PURE__ */ i(
|
|
7
8
|
o.icon,
|
|
8
9
|
{
|
|
9
10
|
className: "iconos-sistema-icon",
|
|
10
11
|
onClick: o.action
|
|
11
12
|
},
|
|
12
|
-
|
|
13
|
+
r
|
|
13
14
|
),
|
|
14
15
|
o.label && /* @__PURE__ */ i("span", { className: "icono-sistema-tooltip-text", children: o.label })
|
|
15
|
-
] },
|
|
16
|
-
|
|
16
|
+
] }, r)),
|
|
17
|
+
a && /* @__PURE__ */ i("div", { children: /* @__PURE__ */ i(t, {}) }),
|
|
18
|
+
(s || a) && /* @__PURE__ */ i(
|
|
17
19
|
"div",
|
|
18
20
|
{
|
|
19
21
|
style: {
|
|
@@ -26,9 +28,9 @@ import '../../assets/IconosSistema.css';const m = ({ elements: s }) => /* @__PUR
|
|
|
26
28
|
}
|
|
27
29
|
}
|
|
28
30
|
),
|
|
29
|
-
/* @__PURE__ */ i("div", { children: /* @__PURE__ */ i(
|
|
30
|
-
/* @__PURE__ */ i("div", { children: /* @__PURE__ */ i(
|
|
31
|
+
/* @__PURE__ */ i("div", { children: /* @__PURE__ */ i(p, {}) }),
|
|
32
|
+
/* @__PURE__ */ i("div", { children: /* @__PURE__ */ i(n, {}) })
|
|
31
33
|
] });
|
|
32
34
|
export {
|
|
33
|
-
|
|
35
|
+
x as IconosSistema
|
|
34
36
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { useFinalizarSesion as t } from "../../../auth/hooks/useFinalizarSesion.js";
|
|
3
|
+
import { v as i } from "../../../index-BpmHFDVa.js";
|
|
4
|
+
import '../../../assets/LogoutButton.css';const a = () => {
|
|
5
|
+
const { FinSesion: o } = t();
|
|
6
|
+
return /* @__PURE__ */ r(i, { className: "icono-logout", onClick: o });
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
a as LogoutButton
|
|
10
|
+
};
|
package/dist/shared.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { VentanaLienzo as
|
|
1
|
+
import { VentanaLienzo as e } from "./shared/ventana-lienzo/VentanaLienzo.js";
|
|
2
2
|
import { VentanaTabs as r } from "./shared/ventana-tabs/VentanaTabs.js";
|
|
3
|
-
import { TabVentana as
|
|
3
|
+
import { TabVentana as m } from "./shared/tab-ventana/TabVentana.js";
|
|
4
|
+
import { IconosSistema as p } from "./shared/iconos-sistema/IconosSistema.js";
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
p as IconosSistema,
|
|
7
|
+
m as TabVentana,
|
|
8
|
+
e as VentanaLienzo,
|
|
7
9
|
r as VentanaTabs
|
|
8
10
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as s } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../index-
|
|
2
|
+
import { s as t } from "../../../index-BpmHFDVa.js";
|
|
3
3
|
import { F as i, a as l } from "../../../FormGroup-BLpFcIN5.js";
|
|
4
4
|
import '../../../assets/Buscador.css';const d = ({ onSearch: r }) => {
|
|
5
5
|
const n = (e) => e.normalize("NFD").replace(/[\u0300-\u036f]/g, "");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r, jsxs as d } from "react/jsx-runtime";
|
|
2
2
|
import _, { useState as j } from "react";
|
|
3
|
-
import { r as A } from "../../../index-
|
|
3
|
+
import { r as A } from "../../../index-BpmHFDVa.js";
|
|
4
4
|
import { a as G, b as R, c as E } from "../../../index-CgSyrJ_X.js";
|
|
5
5
|
import { T as z } from "../../../Table-C5ydZooy.js";
|
|
6
6
|
import { F as M, a as O } from "../../../FormGroup-BLpFcIN5.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, Fragment as N, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import p, { useState as o } from "react";
|
|
3
|
-
import { n as v } from "../../index-
|
|
3
|
+
import { n as v } from "../../index-BpmHFDVa.js";
|
|
4
4
|
import '../../assets/ContenidoModal.css';/* empty css */
|
|
5
5
|
const x = ({ title: u, modalContent: i, children: d }) => {
|
|
6
6
|
const [a, l] = o(0), [m, c] = o(!0), [r, n] = o(!1);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as N, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as m, useEffect as p } from "react";
|
|
3
|
-
import { n as v } from "../../index-
|
|
3
|
+
import { n as v } from "../../index-BpmHFDVa.js";
|
|
4
4
|
import '../../assets/ContenidoModal.css';/* empty css */
|
|
5
5
|
const y = ({ title: d, children: h, buttons: s, isShowing: i, setIsShowing: u = () => {
|
|
6
6
|
} }) => {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Logo as
|
|
3
|
-
import '../../assets/Encabezado.css'
|
|
4
|
-
const l = ({
|
|
2
|
+
import { Logo as r } from "../logo/Logo.js";
|
|
3
|
+
import '../../assets/Encabezado.css';const c = ({
|
|
5
4
|
title: t = "",
|
|
6
|
-
subtitle:
|
|
5
|
+
subtitle: n = "",
|
|
7
6
|
hasMargin: a = !0
|
|
8
7
|
}) => /* @__PURE__ */ i(
|
|
9
8
|
"div",
|
|
@@ -16,15 +15,15 @@ const l = ({
|
|
|
16
15
|
children: [
|
|
17
16
|
/* @__PURE__ */ i("div", { className: "logo-subtitle-container", children: [
|
|
18
17
|
/* @__PURE__ */ e("div", { className: "red-section" }),
|
|
19
|
-
/* @__PURE__ */ e(
|
|
18
|
+
/* @__PURE__ */ e(r, { type: "entidad", variant: "unp", color: "gris", height: "62" })
|
|
20
19
|
] }),
|
|
21
20
|
/* @__PURE__ */ i("div", { className: "subtitle-container", children: [
|
|
22
21
|
/* @__PURE__ */ e("span", { className: "title", children: t || "Unidad Nacional de Protección" }),
|
|
23
|
-
/* @__PURE__ */ e("span", { className: "subtitle", children:
|
|
22
|
+
/* @__PURE__ */ e("span", { className: "subtitle", children: n })
|
|
24
23
|
] })
|
|
25
24
|
]
|
|
26
25
|
}
|
|
27
26
|
);
|
|
28
27
|
export {
|
|
29
|
-
|
|
28
|
+
c as Encabezado
|
|
30
29
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as L, jsx as u } from "react/jsx-runtime";
|
|
2
2
|
import { useState as M } from "react";
|
|
3
|
-
import { F as A, a as U, b as j, c as B, d as J, e as W, f as z, g as P, h as Y, i as q, j as g, k as h, l as G, m as H } from "../../index-
|
|
3
|
+
import { F as A, a as U, b as j, c as B, d as J, e as W, f as z, g as P, h as Y, i as q, j as g, k as h, l as G, m as H } from "../../index-BpmHFDVa.js";
|
|
4
4
|
import '../../assets/IconoTooltip.css';/* empty css */
|
|
5
5
|
const _ = ({ recordType: x, taken: o = !0, customIcon: l }) => {
|
|
6
6
|
const [a, b] = M(!1);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as o } from "react/jsx-runtime";
|
|
2
2
|
import { useNavigate as s } from "react-router-dom";
|
|
3
|
-
import { p as i, q as n } from "../../index-
|
|
3
|
+
import { p as i, q as n } from "../../index-BpmHFDVa.js";
|
|
4
4
|
import { G as c } from "../../iconBase-LROS5hdG.js";
|
|
5
5
|
import '../../assets/ItemsModal.css';/* empty css */
|
|
6
6
|
function m(l) {
|