react-ecosistema-unp 1.9.1 → 1.9.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/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-DDjnZyBf.js → index-DV5CcUu9.js} +2 -2
- package/dist/lib/tables/tabla-registros/TablaRegistros.d.ts +1 -0
- package/dist/lib/tables/tabla-registros/buscador/Buscador.d.ts +1 -0
- package/dist/lib/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.d.ts +1 -0
- package/dist/lib/utils/unp-historico/UnpHistorico.d.ts +5 -1
- package/dist/shared/app-list/AppList.js +1 -1
- package/dist/shared/iconos-sistema/logout-button/LogoutButton.js +1 -1
- package/dist/tables/tabla-registros/TablaRegistros.js +263 -261
- package/dist/tables/tabla-registros/buscador/Buscador.js +44 -14
- package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +23 -16
- package/dist/tables/tabla-registros/modal-v2/EcoModal.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/icono-tooltip/IconoTooltip.js +1 -1
- package/dist/ui/items-modal/ItemsModal.js +1 -1
- package/dist/utils/unp-historico/UnpHistorico.js +16 -16
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../index-
|
|
2
|
+
import { s } from "../../../index-DV5CcUu9.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 a, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as c, useRef as u, useEffect as j } from "react";
|
|
3
|
-
import { o as p, p as N } from "../../index-
|
|
3
|
+
import { o as p, p as N } from "../../index-DV5CcUu9.js";
|
|
4
4
|
import '../../assets/UnpHistorico.css';/* empty css */
|
|
5
5
|
const b = ({ icon: l, label: h, show: f = !1, children: o, extraItem: i }) => {
|
|
6
6
|
const [e, s] = c(f), [m, r] = c(0), n = u(null);
|
|
@@ -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';/* 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-DV5CcUu9.js";
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -5,6 +5,7 @@ interface EncabezadoTablaProps {
|
|
|
5
5
|
setSearchTerm: (term: string) => void;
|
|
6
6
|
extraInput?: React.ReactNode;
|
|
7
7
|
enableColumnSearch: boolean;
|
|
8
|
+
onFetchTableSearch?: (value: string) => any;
|
|
8
9
|
}
|
|
9
10
|
declare const EncabezadoTabla: React.FC<EncabezadoTablaProps>;
|
|
10
11
|
export { EncabezadoTabla };
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
interface UnpHistoricoProps {
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Will be removed in version 2.0.
|
|
5
|
+
*/
|
|
6
|
+
endpoint?: string;
|
|
4
7
|
nuip: string;
|
|
8
|
+
showMessage?: boolean;
|
|
5
9
|
}
|
|
6
10
|
declare const UnpHistorico: React.FC<UnpHistoricoProps>;
|
|
7
11
|
export { UnpHistorico };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o, jsxs as r } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d, useEffect as h } from "react";
|
|
3
3
|
import { F as n, f as u, g as f, h as v, i as z } from "../../index-D3WseyJh.js";
|
|
4
|
-
import { z as N } from "../../index-
|
|
4
|
+
import { z as N } from "../../index-DV5CcUu9.js";
|
|
5
5
|
import { G as g } from "../../iconBase-LROS5hdG.js";
|
|
6
6
|
import { N as w } from "../../NavDropdown-ei8eIwIE.js";
|
|
7
7
|
import '../../assets/AppList.css';function U(s) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as i, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useFinalizarSesion as n } from "../../../auth/hooks/useFinalizarSesion.js";
|
|
3
|
-
import {
|
|
3
|
+
import { x as s } from "../../../index-DV5CcUu9.js";
|
|
4
4
|
import { L as m } from "../../../index-Cs6Q8pv4.js";
|
|
5
5
|
import '../../../assets/LogoutButton.css';const p = () => {
|
|
6
6
|
const { FinSesion: r } = n();
|