react-ecosistema-unp 1.2.4 → 1.2.6
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/Animacion-ThNL9iiY.js +7667 -0
- package/dist/{Button-DMwpnJlD.js → Button-B87TJYml.js} +1 -1
- package/dist/{Card-BXqmurzN.js → Card-DAsInpjB.js} +2 -2
- package/dist/{CardBody-RoDe1y90.js → CardBody-CqyD8ylW.js} +1 -1
- package/dist/{NotificacionUsuario-B0uOnywk.js → NotificacionUsuario-DsYVJEKu.js} +21 -20
- package/dist/{TabPane-BvUHIFlv.js → TabPane-DtFCEmIj.js} +103 -102
- package/dist/{Table-dmTfkFLf.js → Table-C5ydZooy.js} +1 -1
- package/dist/{ThemeProvider-CFCmmLJC.js → ThemeProvider-Bs1j1Nwi.js} +22 -25
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/assets/Animacion.css +1 -0
- package/dist/cards/tarjeta/Tarjeta.js +3 -3
- package/dist/cards/tarjeta/nuevo-elemento/NuevoElemento.js +1 -1
- package/dist/cards/tarjeta/seccion-tarjeta/SeccionTarjeta.js +1 -1
- package/dist/cards/tarjeta-lectura/TarjetaLectura.js +1 -1
- package/dist/{index-Bk5C3cP1.js → index-sDUMSncV.js} +1 -1
- package/dist/isLoading-B9qN9mny.js +407 -0
- package/dist/lib/assets/animations/loadingCat.json.d.ts +3 -0
- package/dist/lib/ui/animacion/Animacion.d.ts +8 -0
- package/dist/lib/ui.d.ts +1 -0
- package/dist/shared/breadcrumb/Breadcrumb.js +1 -1
- package/dist/shared/iconos-sistema/IconosSistema.js +1 -1
- package/dist/shared/notificacion-usuario/NotificacionUsuario.js +1 -1
- package/dist/shared/tab-ventana/TabVentana.js +2 -2
- package/dist/shared/ventana-tabs/VentanaTabs.js +3 -3
- package/dist/tables/tabla-registros/TablaRegistros.js +1012 -9073
- package/dist/tables/tabla-registros/buscador/Buscador.js +3 -3
- package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +3 -2
- package/dist/tables/tabla-registros/tabla/Tabla.js +1 -1
- package/dist/ui/animacion/Animacion.js +25 -0
- package/dist/ui/paginador/Paginador.js +2 -2
- package/dist/ui.js +12 -10
- package/dist/utils/unp-historico/UnpHistorico.js +67 -67
- package/dist/{warning-BMiIoRBk.js → warning-DfuoVnCC.js} +1 -1
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@ import { jsx as n, jsxs as C } from "react/jsx-runtime";
|
|
|
2
2
|
import { s as w } from "../../../index-CcQhl4DX.js";
|
|
3
3
|
import * as s from "react";
|
|
4
4
|
import { useContext as $, useMemo as T } from "react";
|
|
5
|
-
import { c as p, u as R } from "../../../ThemeProvider-
|
|
6
|
-
import { w as j } from "../../../warning-
|
|
7
|
-
import { P as l } from "../../../index-
|
|
5
|
+
import { c as p, u as R } from "../../../ThemeProvider-Bs1j1Nwi.js";
|
|
6
|
+
import { w as j } from "../../../warning-DfuoVnCC.js";
|
|
7
|
+
import { P as l } from "../../../index-sDUMSncV.js";
|
|
8
8
|
import '../../../assets/Buscador.css';const k = {
|
|
9
9
|
/**
|
|
10
10
|
* Specify whether the feedback is for valid or invalid fields
|
|
@@ -11,8 +11,9 @@ import "react-router-dom";
|
|
|
11
11
|
/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
|
+
import "../../../Animacion-ThNL9iiY.js";
|
|
14
15
|
import { BusquedaInput as e } from "../buscador/Buscador.js";
|
|
15
|
-
const
|
|
16
|
+
const q = ({
|
|
16
17
|
title: m,
|
|
17
18
|
subtitle: t,
|
|
18
19
|
data: p,
|
|
@@ -26,5 +27,5 @@ const g = ({
|
|
|
26
27
|
] })
|
|
27
28
|
] });
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
+
q as EncabezadoTabla
|
|
30
31
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
2
2
|
import C from "react";
|
|
3
3
|
import { p as y } from "../../../index-CcQhl4DX.js";
|
|
4
|
-
import { T as k } from "../../../Table-
|
|
4
|
+
import { T as k } from "../../../Table-C5ydZooy.js";
|
|
5
5
|
import '../../../assets/Tabla.css';const T = ({
|
|
6
6
|
columns: n,
|
|
7
7
|
filteredData: o,
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { useState as o, useEffect as t } from "react";
|
|
3
|
+
import { n as e, a as r, i as l, L as n } from "../../isLoading-B9qN9mny.js";
|
|
4
|
+
import "../../Animacion-ThNL9iiY.js";
|
|
5
|
+
const m = "Loader_générique", c = 1, p = 200, y = 280, f = { g: "@lottiefiles/toolkit-js 0.33.2" }, h = /* @__PURE__ */ JSON.parse('[{"ty":4,"nm":"Museau Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[4.076,1.879,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[137.44,69.219,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.742,1.626],[-1.687,-1.068]],"o":[[-2.162,-1.283],[1.688,1.068]],"v":[[1.084,-0.346],[-2.139,0.561]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[4.076,1.879],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":1},{"ty":4,"nm":"Collier Blanc Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[12,82,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[134.367,162.9,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-4.832,11.694],[0.244,1.662],[7.698,2.053],[-1.641,-10.997],[-1.149,-18.546],[0.81,-2.054],[0,0],[0,0],[0.164,4.924]],"o":[[0.641,-1.552],[-0.893,-6.097],[-9.848,-2.626],[1.641,10.997],[1.149,18.547],[-0.477,1.21],[0,0],[0,0],[-0.154,-4.616]],"v":[[10.421,-10.549],[11.113,-15.439],[-0.361,-37.775],[-9.717,-12.991],[-4.135,10.808],[-3.189,38.32],[-4.956,40.352],[8.84,40.401],[6.04,33.459]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.851,0.8706,0.9294],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[11.608,40.651],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":2},{"ty":4,"nm":"Ventre Blanc Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[4.269,9.999,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[153.803,152.168,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[1.608,3.654],[0,0],[0,0],[-0.154,-0.467],[-1.966,-3.166],[0.37,-0.017],[0.408,-1.795],[-1.9,-0.585]],"o":[[0,0],[-0.542,-1.325],[0,0],[0.104,-0.48],[0.799,2.414],[0.195,0.314],[-1.136,0.052],[-0.408,1.793],[0,0]],"v":[[-3.946,9.749],[-2.119,4.342],[-4.019,2.515],[-1.48,-9.227],[-0.553,-9.282],[3.824,0.746],[3.452,1.477],[0,3.685],[2.032,9.741]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.7294,0.7569,0.8471],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[4.269,9.999],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":3},{"ty":4,"nm":"Patte Droite Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[6.144,4.34,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[125.27,157.847,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,1.424],[3.255,0],[0,-2.53],[-1.067,-0.829]],"o":[[1.31,-0.84],[0,-2.53],[-3.255,0],[0,1.265],[0,0]],"v":[[3.748,4.027],[5.894,0.492],[0,-4.09],[-5.894,0.492],[-3.912,4.09]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.2,0.2275,0.3059],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[6.144,4.34],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":4},{"ty":4,"nm":"Corps Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[22.961,52.658,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[140.308,112.467,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.957,-0.631],[0,0],[0,12.491],[0,0],[-12.491,0],[0,-12.491],[0,0],[0,-4.516]],"o":[[0,0],[-12.491,0],[0,0],[0,-12.491],[12.491,0],[0,0],[0,10.794],[0,10]],"v":[[0.001,49.471],[0.001,49.471],[-22.711,26.76],[-22.711,-29.697],[0.001,-52.408],[22.711,-29.697],[22.711,34.865],[12.952,42.408]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.2,0.2275,0.3059],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[22.961,52.658],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":5},{"ty":4,"nm":"Arrière Train Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[34.668,38.551,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[145.806,123.604,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":5,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.937,2.437],[0.079,8.745],[18.854,-0.274],[0,-26.848],[-2.691,-6.976],[-1.943,0],[0,0]],"o":[[2.751,-7.144],[-0.243,-26.829],[-18.822,0.274],[0,8.52],[0.935,2.423],[0,0],[1.953,0]],"v":[[30.133,34.363],[34.339,10.247],[-0.396,-38.027],[-34.417,10.891],[-30.195,34.398],[-25.51,38.301],[25.434,38.301]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 2","c":{"a":0,"k":[0.1569,0.1804,0.2392],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.2,0.2275,0.3059],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[34.667,38.551],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":6},{"ty":4,"nm":"Oreillle Droite Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[7.207,11.228,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[132.432,63.714,0],"ix":2},"r":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":4},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[-16],"t":7},{"s":[0],"t":11}],"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,-3.053],[0,0]],"o":[[0,0],[-1.442,-2.69],[0,0],[0,0]],"v":[[6.957,-2.142],[1.453,-8.288],[-4.07,-6.9],[-6.957,10.978]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1294,0.1412,0.1961],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[7.207,11.228],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":7},{"ty":4,"nm":"Oreille Gauche Outlines","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[7.856,17.275,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[156.589,69.788,0],"ix":2},"r":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":4},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[16],"t":7},{"s":[0],"t":11}],"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.417,22.687],[1.47,-2.676],[0,0],[0,0]],"o":[[-0.19,-3.047],[0,0],[0,0],[0,0]],"v":[[6.19,-12.905],[0.681,-14.349],[-7.607,-4.578],[5.423,17.025]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1294,0.1412,0.1961],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[7.856,17.275],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":8},{"ty":4,"nm":"Queue","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[86.141,81.208,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[164.778,130.315,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Shape 1","ix":1,"cix":2,"np":3,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-7.536,17.971],[-11.024,9.843],[10.236,-20.079]],"o":[[0,0],[5.118,-12.205],[9.762,-8.716],[-12.555,24.628]],"v":[[7.638,18.504],[27.323,11.811],[23.78,-35.039],[46.614,-14.961]]}],"t":0},{"o":{"x":0.282,"y":0.238},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-7.536,17.971],[-1.181,21.26],[-14.567,-4.331]],"o":[[0,0],[5.118,-12.205],[0.726,-13.067],[26.497,7.878]],"v":[[7.638,18.504],[28.504,14.961],[25.354,-27.165],[44.252,-43.307]]}],"t":2.391},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-11.102,2.362],[3.386,16.221],[-11.102,3.78]],"o":[[0,0],[9.764,-5.118],[-6.457,-15.669],[8.283,-3.29]],"v":[[7.638,18.504],[27.008,23.622],[38.11,-0.079],[36.85,-43.543]]}],"t":4},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-13.832,0.656],[-7.848,11.207],[17.533,8.031]],"o":[[0,0],[5.853,-0.262],[7.9,-11.234],[-0.825,-8.874]],"v":[[7.638,18.504],[28.556,24.672],[48.556,8.871],[40.105,-29.291]]}],"t":5.304},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-13.832,0.656],[-7.848,11.207],[17.533,8.031]],"o":[[0,0],[5.853,-0.262],[7.9,-11.234],[-0.825,-8.874]],"v":[[7.638,18.504],[28.556,24.672],[48.556,8.871],[40.105,-29.291]]}],"t":6.608},{"o":{"x":0.282,"y":0.238},"i":{"x":0.667,"y":0.748},"s":[{"c":false,"i":[[0,0],[-19.291,-2.756],[-6.068,0.735],[14.961,15.748]],"o":[[0,0],[14.856,2.122],[12.992,-1.575],[-19.039,-20.041]],"v":[[7.638,18.504],[31.654,26.772],[61.181,26.772],[69.055,-11.417]]}],"t":7.913},{"o":{"x":0.299,"y":0.252},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-9.843,-13.386],[-6.068,0.735],[14.961,15.748]],"o":[[0,0],[8.676,11.8],[12.992,-1.575],[-19.039,-20.041]],"v":[[7.638,18.504],[28.898,35.827],[61.181,46.063],[76.535,15.354]]}],"t":9},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-13.78,-11.024],[-16.535,-2.756],[3.543,16.142]],"o":[[0,0],[11.437,9.15],[12.909,2.152],[-5.927,-27]],"v":[[7.638,18.504],[31.654,31.102],[65.118,51.969],[88.346,37.795]]}],"t":10.479},{"o":{"x":0.282,"y":0.238},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-15.354,-9.711],[-13.85,-6.658],[-0.394,15.354]],"o":[[0,0],[12.184,7.846],[10.837,5.24],[0.79,-25.902]],"v":[[7.638,18.504],[29.816,21.522],[60.262,65.486],[86.509,58.924]]}],"t":11.782},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-18.504,-7.087],[-8.478,-14.462],[-8.268,13.78]],"o":[[0,0],[13.678,5.238],[6.693,11.417],[14.222,-23.704]],"v":[[7.638,18.504],[30.866,20.079],[52.913,53.543],[85.197,62.205]]}],"t":13},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-19.716,-1.972],[-8.478,-14.462],[-14.567,-9.449]],"o":[[0,0],[11.811,1.181],[6.693,11.417],[19.26,12.493]],"v":[[7.638,18.504],[31.26,15.748],[58.425,36.22],[75.354,80.315]]}],"t":14.304},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-18.038,8.199],[-8.478,-14.462],[3.162,-17.073]],"o":[[0,0],[12.992,-5.906],[6.693,11.417],[-3.937,21.26]],"v":[[7.638,18.504],[24.961,8.661],[64.724,21.26],[65.906,65.748]]}],"t":15.608},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-12.023,13.541],[-12.31,-4.971],[9.449,-16.929]],"o":[[0,0],[7.874,-7.283],[19.882,11.024],[-10.537,18.88]],"v":[[7.638,18.504],[25.551,11.417],[57.047,6.299],[68.268,58.268]]}],"t":16.913},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-6.008,18.882],[-16.143,4.52],[3.162,-17.073]],"o":[[0,0],[2.756,-8.661],[9.843,-2.756],[-3.937,21.26]],"v":[[7.638,18.504],[26.142,7.087],[50.157,-12.598],[86.378,8.268]]}],"t":18.217},{"o":{"x":0.299,"y":0.252},"i":{"x":0.667,"y":1},"s":[{"c":false,"i":[[0,0],[-1.968,14.567],[-12.493,11.178],[10.236,-22.441]],"o":[[0,0],[1.213,-8.974],[7.48,-6.693],[-8.973,19.671]],"v":[[7.638,18.504],[26.142,7.087],[27.323,-32.677],[52.52,-9.055]]}],"t":19.521},{"s":[{"c":false,"i":[[0,0],[-7.536,17.971],[-11.024,9.843],[10.236,-20.079]],"o":[[0,0],[5.118,-12.205],[9.762,-8.716],[-12.555,24.628]],"v":[[7.638,18.504],[27.323,11.811],[23.78,-35.039],[46.614,-14.961]]}],"t":27.6083984375}],"ix":2}},{"ty":"st","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Stroke","nm":"Stroke 1","lc":2,"lj":1,"ml":4,"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":13,"ix":5},"c":{"a":0,"k":[0.2,0.2275,0.3059],"ix":3}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":9},{"ty":4,"nm":"Queue Ombre","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":1,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[68.913,64.966,80],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[166.547,152.16,0],"ix":2},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":58,"ix":8},"ry":{"a":0,"k":0,"ix":9},"rz":{"a":0,"k":0,"ix":10},"or":{"a":0,"k":[0,0,0],"ix":7}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Shape 1","ix":1,"cix":2,"np":3,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-7.536,17.971],[-11.024,9.843],[10.236,-20.079]],"o":[[0,0],[5.118,-12.205],[9.762,-8.716],[-12.555,24.628]],"v":[[7.638,18.504],[27.323,11.811],[23.78,-35.039],[46.614,-14.961]]}],"t":0},{"o":{"x":0.282,"y":0.238},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-7.536,17.971],[-1.181,21.26],[-14.567,-4.331]],"o":[[0,0],[5.118,-12.205],[0.726,-13.067],[26.497,7.878]],"v":[[7.638,18.504],[28.504,14.961],[25.354,-27.165],[44.252,-43.307]]}],"t":2.391},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-11.102,2.362],[3.386,16.221],[-11.102,3.78]],"o":[[0,0],[9.764,-5.118],[-6.457,-15.669],[8.283,-3.29]],"v":[[7.638,18.504],[27.008,23.622],[38.11,-0.079],[36.85,-43.543]]}],"t":4},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-13.832,0.656],[-7.848,11.207],[17.533,8.031]],"o":[[0,0],[5.853,-0.262],[7.9,-11.234],[-0.825,-8.874]],"v":[[7.638,18.504],[28.556,24.672],[48.556,8.871],[40.105,-29.291]]}],"t":5.304},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.751},"s":[{"c":false,"i":[[0,0],[-13.832,0.656],[-7.848,11.207],[17.533,8.031]],"o":[[0,0],[5.853,-0.262],[7.9,-11.234],[-0.825,-8.874]],"v":[[7.638,18.504],[28.556,24.672],[48.556,8.871],[40.105,-29.291]]}],"t":6.608},{"o":{"x":0.282,"y":0.238},"i":{"x":0.667,"y":0.748},"s":[{"c":false,"i":[[0,0],[-19.291,-2.756],[-6.068,0.735],[14.961,15.748]],"o":[[0,0],[14.856,2.122],[12.992,-1.575],[-19.039,-20.041]],"v":[[7.638,18.504],[31.654,26.772],[61.181,26.772],[69.055,-11.417]]}],"t":7.913},{"o":{"x":0.299,"y":0.252},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-9.843,-13.386],[-6.068,0.735],[14.961,15.748]],"o":[[0,0],[8.676,11.8],[12.992,-1.575],[-19.039,-20.041]],"v":[[7.638,18.504],[28.898,35.827],[61.181,46.063],[76.535,15.354]]}],"t":9},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-13.78,-11.024],[-16.535,-2.756],[3.543,16.142]],"o":[[0,0],[11.437,9.15],[12.909,2.152],[-5.927,-27]],"v":[[7.638,18.504],[31.654,31.102],[65.118,51.969],[88.346,37.795]]}],"t":10.479},{"o":{"x":0.282,"y":0.238},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-15.354,-9.711],[-13.85,-6.658],[-0.394,15.354]],"o":[[0,0],[12.184,7.846],[10.837,5.24],[0.79,-25.902]],"v":[[7.638,18.504],[29.816,21.522],[60.262,65.486],[86.509,58.924]]}],"t":11.782},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-18.504,-7.087],[-8.478,-14.462],[-8.268,13.78]],"o":[[0,0],[13.678,5.238],[6.693,11.417],[14.222,-23.704]],"v":[[7.638,18.504],[30.866,20.079],[52.913,53.543],[85.197,62.205]]}],"t":13},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-19.716,-1.972],[-8.478,-14.462],[-14.567,-9.449]],"o":[[0,0],[11.811,1.181],[6.693,11.417],[19.26,12.493]],"v":[[7.638,18.504],[31.26,15.748],[58.425,36.22],[75.354,80.315]]}],"t":14.304},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-18.038,8.199],[-8.478,-14.462],[3.162,-17.073]],"o":[[0,0],[12.992,-5.906],[6.693,11.417],[-3.937,21.26]],"v":[[7.638,18.504],[24.961,8.661],[64.724,21.26],[65.906,65.748]]}],"t":15.608},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-12.023,13.541],[-12.31,-4.971],[9.449,-16.929]],"o":[[0,0],[7.874,-7.283],[19.882,11.024],[-10.537,18.88]],"v":[[7.638,18.504],[25.551,11.417],[57.047,6.299],[68.268,58.268]]}],"t":16.913},{"o":{"x":0.23,"y":0.194},"i":{"x":0.667,"y":0.745},"s":[{"c":false,"i":[[0,0],[-6.008,18.882],[-16.143,4.52],[3.162,-17.073]],"o":[[0,0],[2.756,-8.661],[9.843,-2.756],[-3.937,21.26]],"v":[[7.638,18.504],[26.142,7.087],[50.157,-12.598],[86.378,8.268]]}],"t":18.217},{"o":{"x":0.299,"y":0.252},"i":{"x":0.667,"y":1},"s":[{"c":false,"i":[[0,0],[-1.968,14.567],[-12.493,11.178],[10.236,-22.441]],"o":[[0,0],[1.213,-8.974],[7.48,-6.693],[-8.973,19.671]],"v":[[7.638,18.504],[26.142,7.087],[27.323,-32.677],[52.52,-9.055]]}],"t":19.521},{"s":[{"c":false,"i":[[0,0],[-7.536,17.971],[-11.024,9.843],[10.236,-20.079]],"o":[[0,0],[5.118,-12.205],[9.762,-8.716],[-12.555,24.628]],"v":[[7.638,18.504],[27.323,11.811],[23.78,-35.039],[46.614,-14.961]]}],"t":27.6083984375}],"ix":2}},{"ty":"st","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Stroke","nm":"Stroke 1","lc":2,"lj":1,"ml":4,"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":15,"ix":5},"c":{"a":0,"k":[0.6,0.6,0.7608],"ix":3}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":10},{"ty":4,"nm":"Ombre","sr":1,"st":0,"op":125,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[-52.446,2.907,0],"ix":1},"s":{"a":0,"k":[106.225,128.888,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[142.54,156.967,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Ellipse 1","ix":1,"cix":2,"np":3,"it":[{"ty":"el","bm":0,"hd":false,"mn":"ADBE Vector Shape - Ellipse","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"s":{"a":0,"k":[75.895,8.177],"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.6,0.6,0.7608],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[-52.446,2.907],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":11}]'), d = "5.4.2", u = 25, b = 32, v = 0, G = [], A = {
|
|
6
|
+
nm: m,
|
|
7
|
+
ddd: c,
|
|
8
|
+
h: p,
|
|
9
|
+
w: y,
|
|
10
|
+
meta: f,
|
|
11
|
+
layers: h,
|
|
12
|
+
v: d,
|
|
13
|
+
fr: u,
|
|
14
|
+
op: b,
|
|
15
|
+
ip: v,
|
|
16
|
+
assets: G
|
|
17
|
+
}, F = ({ width: x = 150, type: a }) => {
|
|
18
|
+
const [k, i] = o();
|
|
19
|
+
return t(() => {
|
|
20
|
+
a === "no_data" ? i(e) : a === "no_info" ? i(r) : a === "is_loading" ? i(l) : a === "loading_cat" && i(A);
|
|
21
|
+
}, []), /* @__PURE__ */ s("div", { className: "contenedor-animacion-ecosistema", children: /* @__PURE__ */ s("div", { style: { width: x }, children: /* @__PURE__ */ s(n, { animationData: k, loop: !0 }) }) });
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
F as Animacion
|
|
25
|
+
};
|
|
@@ -2,8 +2,8 @@ import { jsxs as s, Fragment as h, jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as p, useRef as g, useEffect as y } from "react";
|
|
3
3
|
import '../../assets/Bootstrap.css';import '../../assets/Paginador.css';/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
|
-
import { C as v } from "../../Card-
|
|
6
|
-
import { B as f } from "../../Button-
|
|
5
|
+
import { C as v } from "../../Card-DAsInpjB.js";
|
|
6
|
+
import { B as f } from "../../Button-B87TJYml.js";
|
|
7
7
|
const w = ({ stepContent: a, onSubmit: d, canJump: c = !0 }) => {
|
|
8
8
|
const [e, t] = p(0), o = g(null);
|
|
9
9
|
return y(() => {
|
package/dist/ui.js
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import { Encabezado as t } from "./ui/encabezado/Encabezado.js";
|
|
2
2
|
import { Subtitulo as m } from "./ui/subtitulo/Subtitulo.js";
|
|
3
|
-
import { ContenidoModal as
|
|
4
|
-
import { Paginador as
|
|
3
|
+
import { ContenidoModal as p } from "./ui/contenido-modal/ContenidoModal.js";
|
|
4
|
+
import { Paginador as f } from "./ui/paginador/Paginador.js";
|
|
5
5
|
import { Logo as d } from "./ui/logo/Logo.js";
|
|
6
|
-
import { ItemsModal as
|
|
7
|
-
import { IconoTooltip as
|
|
8
|
-
import { ContenedorVentana as
|
|
6
|
+
import { ItemsModal as l } from "./ui/items-modal/ItemsModal.js";
|
|
7
|
+
import { IconoTooltip as u } from "./ui/icono-tooltip/IconoTooltip.js";
|
|
8
|
+
import { ContenedorVentana as M } from "./ui/contenedor-ventana/ContenedorVentana.js";
|
|
9
9
|
import { CustomModal as g } from "./tables/tabla-registros/modal/Modal.js";
|
|
10
|
+
import { Animacion as I } from "./ui/animacion/Animacion.js";
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
I as Animacion,
|
|
13
|
+
M as ContenedorVentana,
|
|
14
|
+
p as ContenidoModal,
|
|
13
15
|
g as CustomModal,
|
|
14
16
|
t as Encabezado,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
u as IconoTooltip,
|
|
18
|
+
l as ItemsModal,
|
|
17
19
|
d as Logo,
|
|
18
|
-
|
|
20
|
+
f as Paginador,
|
|
19
21
|
m as Subtitulo
|
|
20
22
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as t, Fragment as i, jsxs as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsx as t, Fragment as i, jsxs as a } from "react/jsx-runtime";
|
|
2
|
+
import { useState as o, useEffect as x } from "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";
|
|
@@ -10,135 +10,135 @@ import "../../cards/tarjeta/seccion-tarjeta/SeccionTarjeta.js";
|
|
|
10
10
|
import { TarjetaInfo as N } from "../../cards/tarjeta-info/TarjetaInfo.js";
|
|
11
11
|
import { F as b } from "../../index-COVtBfm6.js";
|
|
12
12
|
import { fetchHistorico as p } from "./FetchHistorico.js";
|
|
13
|
-
import { T as u } from "../../Table-
|
|
14
|
-
const D = ({ endpoint:
|
|
15
|
-
const [c,
|
|
13
|
+
import { T as u } from "../../Table-C5ydZooy.js";
|
|
14
|
+
const D = ({ endpoint: n, nuip: d }) => {
|
|
15
|
+
const [c, h] = o({
|
|
16
16
|
sintesisHechos1: !1,
|
|
17
17
|
sintesisHehcos2: !1
|
|
18
|
-
}), [r, m] =
|
|
19
|
-
|
|
20
|
-
...
|
|
21
|
-
[e]: !
|
|
18
|
+
}), [r, m] = o([]), l = (e) => {
|
|
19
|
+
h((s) => ({
|
|
20
|
+
...s,
|
|
21
|
+
[e]: !s[e]
|
|
22
22
|
}));
|
|
23
23
|
};
|
|
24
24
|
return x(() => {
|
|
25
25
|
(async () => {
|
|
26
|
-
const
|
|
27
|
-
m(
|
|
26
|
+
const s = await p(n, d);
|
|
27
|
+
m(s);
|
|
28
28
|
})();
|
|
29
|
-
}, [d]), /* @__PURE__ */ t(i, { children: r && r.length > 0 ? /* @__PURE__ */ t(i, { children: r.sort((e,
|
|
30
|
-
/* @__PURE__ */
|
|
29
|
+
}, [d]), /* @__PURE__ */ t(i, { children: r && r.length > 0 ? /* @__PURE__ */ t(i, { children: r.sort((e, s) => e.ordenTrabajo < s.ordenTrabajo ? 1 : -1).map((e, s) => /* @__PURE__ */ t(N, { icon: b, label: `OT ${e.ordenTrabajo} • ${e.tipoEstudio}`, children: /* @__PURE__ */ t(u, { striped: !0, bordered: !0, children: /* @__PURE__ */ a("tbody", { children: [
|
|
30
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
31
31
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Evaluado" }) }),
|
|
32
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.nombreCompleto })
|
|
32
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.nombreCompleto && e.nombreCompleto })
|
|
33
33
|
] }),
|
|
34
|
-
/* @__PURE__ */
|
|
34
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
35
35
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Nuip" }) }),
|
|
36
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.nuip })
|
|
36
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.nuip && e.nuip })
|
|
37
37
|
] }),
|
|
38
|
-
/* @__PURE__ */
|
|
38
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
39
39
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Ubicación" }) }),
|
|
40
|
-
/* @__PURE__ */
|
|
41
|
-
e.departamento,
|
|
40
|
+
/* @__PURE__ */ a("td", { className: "text-start", children: [
|
|
41
|
+
e.departamento && e.departamento,
|
|
42
42
|
", ",
|
|
43
|
-
e.municipio
|
|
43
|
+
e.municipio && e.municipio
|
|
44
44
|
] })
|
|
45
45
|
] }),
|
|
46
|
-
/* @__PURE__ */
|
|
46
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
47
47
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Celular" }) }),
|
|
48
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.celularEvaluado })
|
|
48
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.celularEvaluado && e.celularEvaluado })
|
|
49
49
|
] }),
|
|
50
|
-
/* @__PURE__ */
|
|
50
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
51
51
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Correo electrónico" }) }),
|
|
52
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.correoEvaluado })
|
|
52
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.correoEvaluado && e.correoEvaluado })
|
|
53
53
|
] }),
|
|
54
|
-
/* @__PURE__ */
|
|
54
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
55
55
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Factor diferencial" }) }),
|
|
56
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.factorDiferencial })
|
|
56
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.factorDiferencial && e.factorDiferencial })
|
|
57
57
|
] }),
|
|
58
58
|
/* @__PURE__ */ t("tr", { children: /* @__PURE__ */ t("td", { colSpan: 2 }) }),
|
|
59
|
-
/* @__PURE__ */
|
|
59
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
60
60
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Analista de riesgo" }) }),
|
|
61
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.analistaRiesgo })
|
|
61
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.analistaRiesgo && e.analistaRiesgo })
|
|
62
62
|
] }),
|
|
63
|
-
/* @__PURE__ */
|
|
63
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
64
64
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Estado OT" }) }),
|
|
65
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.EstadoOT })
|
|
65
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.EstadoOT && e.EstadoOT })
|
|
66
66
|
] }),
|
|
67
|
-
/* @__PURE__ */
|
|
67
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
68
68
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Tipo de estudio" }) }),
|
|
69
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.tipoEstudio })
|
|
69
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.tipoEstudio && e.tipoEstudio })
|
|
70
70
|
] }),
|
|
71
|
-
/* @__PURE__ */
|
|
71
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
72
72
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Evaluación de riesgo anterior" }) }),
|
|
73
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.evaluacionRiesgo })
|
|
73
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.evaluacionRiesgo && e.evaluacionRiesgo })
|
|
74
74
|
] }),
|
|
75
|
-
/* @__PURE__ */
|
|
75
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
76
76
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Fecha autorización" }) }),
|
|
77
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.FechaAutorizacion })
|
|
77
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.FechaAutorizacion && e.FechaAutorizacion })
|
|
78
78
|
] }),
|
|
79
|
-
/* @__PURE__ */
|
|
79
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
80
80
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Población" }) }),
|
|
81
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.poblacion })
|
|
81
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.poblacion && e.poblacion })
|
|
82
82
|
] }),
|
|
83
|
-
/* @__PURE__ */
|
|
83
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
84
84
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Subpoblación" }) }),
|
|
85
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.subpoblacion })
|
|
85
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.subpoblacion && e.subpoblacion })
|
|
86
86
|
] }),
|
|
87
|
-
/* @__PURE__ */
|
|
87
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
88
88
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Cargo" }) }),
|
|
89
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.cargo_evaluado })
|
|
89
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.cargo_evaluado && e.cargo_evaluado })
|
|
90
90
|
] }),
|
|
91
|
-
/* @__PURE__ */
|
|
91
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
92
92
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Fecha de entrevista" }) }),
|
|
93
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.fechaEntrevista })
|
|
93
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.fechaEntrevista && e.fechaEntrevista })
|
|
94
94
|
] }),
|
|
95
|
-
/* @__PURE__ */
|
|
95
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
96
96
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Síntesis de hechos #1" }) }),
|
|
97
|
-
/* @__PURE__ */
|
|
97
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.sintesisHechos1 && /* @__PURE__ */ a(i, { children: [
|
|
98
98
|
c.sintesisHechos1 ? e.sintesisHechos1 + " " : e.sintesisHechos1.slice(0, 250) + "... ",
|
|
99
99
|
/* @__PURE__ */ t("a", { className: "link-primary", onClick: () => l("sintesisHechos1"), children: c.sintesisHechos1 ? "Ver menos" : "Ver más" })
|
|
100
|
-
] })
|
|
100
|
+
] }) })
|
|
101
101
|
] }),
|
|
102
|
-
/* @__PURE__ */
|
|
102
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
103
103
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Síntesos de hechos #2" }) }),
|
|
104
|
-
/* @__PURE__ */
|
|
104
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.sintesisHechos2 && /* @__PURE__ */ a(i, { children: [
|
|
105
105
|
c.sintesisHechos2 ? e.sintesisHechos2 + " " : e.sintesisHechos2.slice(0, 250) + "... ",
|
|
106
106
|
/* @__PURE__ */ t("a", { className: "link-primary", onClick: () => l("sintesisHechos2"), children: c.sintesisHechos2 ? "Ver menos" : "Ver más" })
|
|
107
|
-
] })
|
|
107
|
+
] }) })
|
|
108
108
|
] }),
|
|
109
|
-
/* @__PURE__ */
|
|
109
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
110
110
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Desplazamiento" }) }),
|
|
111
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.desplazamientos })
|
|
111
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.desplazamientos && e.desplazamientos })
|
|
112
112
|
] }),
|
|
113
|
-
/* @__PURE__ */
|
|
113
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
114
114
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Contexto público" }) }),
|
|
115
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.contextoPublico })
|
|
115
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.contextoPublico && e.contextoPublico })
|
|
116
116
|
] }),
|
|
117
|
-
/* @__PURE__ */
|
|
117
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
118
118
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Observaciones CIAT" }) }),
|
|
119
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.observacionesCIAT })
|
|
119
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.observacionesCIAT && e.observacionesCIAT })
|
|
120
120
|
] }),
|
|
121
|
-
/* @__PURE__ */
|
|
121
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
122
122
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Medidas de protección vigentes" }) }),
|
|
123
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.medidasProteccion })
|
|
123
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.medidasProteccion && e.medidasProteccion })
|
|
124
124
|
] }),
|
|
125
|
-
/* @__PURE__ */
|
|
125
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
126
126
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Medidas de emergencia" }) }),
|
|
127
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.medidasEmergencia })
|
|
127
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.medidasEmergencia && e.medidasEmergencia })
|
|
128
128
|
] }),
|
|
129
|
-
/* @__PURE__ */
|
|
129
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
130
130
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Ponderación de la matriz" }) }),
|
|
131
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.ponderacionMatriz })
|
|
131
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.ponderacionMatriz && e.ponderacionMatriz })
|
|
132
132
|
] }),
|
|
133
|
-
/* @__PURE__ */
|
|
133
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
134
134
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Motivo de la inactivación" }) }),
|
|
135
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.motivoInactivacion })
|
|
135
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.motivoInactivacion && e.motivoInactivacion })
|
|
136
136
|
] }),
|
|
137
|
-
/* @__PURE__ */
|
|
137
|
+
/* @__PURE__ */ a("tr", { children: [
|
|
138
138
|
/* @__PURE__ */ t("td", { className: "text-start", children: /* @__PURE__ */ t("b", { children: "Tipo de anulación" }) }),
|
|
139
|
-
/* @__PURE__ */ t("td", { className: "text-start", children: e.tipoAnulacion })
|
|
139
|
+
/* @__PURE__ */ t("td", { className: "text-start", children: e.tipoAnulacion && e.tipoAnulacion })
|
|
140
140
|
] })
|
|
141
|
-
] }) }) },
|
|
141
|
+
] }) }) }, s)) }) : /* @__PURE__ */ t(i, { children: "No hay información disponible." }) });
|
|
142
142
|
};
|
|
143
143
|
export {
|
|
144
144
|
D as UnpHistorico
|