react-ecosistema-unp 0.8.15-react-19 → 0.9.0
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/{Bootstrap-Bjgu14O1.js → Bootstrap-yLMFDuQq.js} +2 -2
- package/dist/{Button-t4PJaubx.js → Button-DMwpnJlD.js} +1 -1
- package/dist/{Card-aTqC9rSK.js → Card-BXqmurzN.js} +2 -2
- package/dist/{CardBody-B9vvCH8g.js → CardBody-RoDe1y90.js} +1 -1
- package/dist/{NotificacionUsuario-BQ655oML.js → NotificacionUsuario-WGsdHnu2.js} +10 -10
- package/dist/ThemeProvider-CFCmmLJC.js +69 -0
- package/dist/assets/BarraAccesibilidad.css +1 -1
- package/dist/assets/Breadcrumb.css +1 -1
- package/dist/assets/MenuLateral.css +1 -1
- package/dist/assets/NotificacionUsuario.css +1 -1
- package/dist/assets/SeccionTarjeta.css +1 -1
- package/dist/assets/SeccionTarjetaLectura.css +1 -1
- package/dist/assets/Subtitulo.css +1 -0
- package/dist/assets/TarjetaLectura.css +1 -1
- package/dist/assets/VentanaLienzo.css +1 -0
- package/dist/{index-B-HWDQSx.js → index-Bk5C3cP1.js} +1 -1
- package/dist/{index-PYPwtOs4.js → index-DAgOFOds.js} +18 -14
- package/dist/lib/shared/breadcrumb/Breadcrumb.d.ts +4 -4
- package/dist/lib/shared/ventana-lienzo/VentanaLienzo.d.ts +3 -0
- package/dist/lib/shared.d.ts +1 -1
- package/dist/lib/tables/tabla-registros/TablaRegistros.d.ts +2 -2
- package/dist/lib/tables/tabla-registros/{encabezado → encabezado-tabla}/EncabezadoTabla.d.ts +3 -4
- package/dist/lib/tables.d.ts +0 -1
- package/dist/lib/ui/encabezado/Encabezado.d.ts +2 -2
- package/dist/lib/ui/icono-tooltip/IconoTooltip.d.ts +18 -0
- package/dist/lib/ui/{tarjeta-listado/TarjetaListado.d.ts → items-modal/ItemsModal.d.ts} +4 -4
- package/dist/lib/ui/paginador/Paginador.d.ts +1 -1
- package/dist/lib/ui/subtitulo/Subtitulo.d.ts +3 -2
- package/dist/lib/ui/tarjeta/Tarjeta.d.ts +1 -3
- package/dist/lib/ui/tarjeta/nuevo-elemento/NuevoElemento.d.ts +9 -0
- package/dist/lib/ui/tarjeta/seccion-tarjeta/SeccionTarjeta.d.ts +1 -1
- package/dist/lib/ui.d.ts +4 -3
- package/dist/shared/breadcrumb/Breadcrumb.js +49 -39
- package/dist/shared/menu-lateral/MenuLateral.js +127 -127
- package/dist/shared/notificacion-usuario/NotificacionUsuario.js +1 -1
- package/dist/shared/{ventana-tabs → tab-ventana}/TabVentana.js +2 -2
- package/dist/shared/ventana-lienzo/VentanaLienzo.js +18 -18
- package/dist/shared/ventana-tabs/VentanaTabs.js +3 -3
- package/dist/shared.js +1 -1
- package/dist/tables/tabla-registros/TablaRegistros.js +5485 -3869
- package/dist/tables/tabla-registros/buscador/Buscador.js +4 -4
- package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +32 -0
- package/dist/tables/tabla-registros/tabla/Tabla.js +5 -5
- package/dist/tables.js +0 -2
- package/dist/{tables/tabla-registros → ui}/contenido-modal/ContenidoModal.js +2 -2
- package/dist/{tables/tabla-registros → ui}/contenido-modal/ContenidoModalv0.1.js +2 -2
- package/dist/ui/encabezado/Encabezado.js +1 -1
- package/dist/ui/icono-tooltip/IconoTooltip.js +95 -0
- package/dist/ui/items-modal/ItemsModal.js +40 -0
- package/dist/ui/logo/Logo.js +5 -9
- package/dist/ui/paginador/Paginador.js +16 -19
- package/dist/ui/subtitulo/Subtitulo.js +14 -24
- package/dist/ui/tarjeta/Tarjeta.js +28 -65
- package/dist/ui/tarjeta/{tarjeta-agregar/TarjetaAgregar.js → nuevo-elemento/NuevoElemento.js} +9 -8
- package/dist/ui/tarjeta/seccion-tarjeta/SeccionTarjeta.js +11 -5
- package/dist/ui/tarjeta-info/TarjetaInfo.js +1 -1
- package/dist/ui/tarjeta-lectura/TarjetaLectura.js +26 -27
- package/dist/ui/tarjeta-lectura/seccion-tarjeta-lectura/SeccionTarjetaLectura.js +10 -6
- package/dist/ui.js +20 -18
- package/dist/{warning-b8Ghk8WQ.js → warning-BMiIoRBk.js} +1 -1
- package/package.json +3 -2
- package/dist/ThemeProvider-DwZMEupk.js +0 -83
- package/dist/lib/tables/tabla-registros/icono-tabla/IconoTabla.d.ts +0 -14
- package/dist/lib/ui/tarjeta/tarjeta-agregar/TarjetaAgregar.d.ts +0 -9
- package/dist/logo_escudo_blanco-DaOI8SGq.js +0 -4
- package/dist/tables/tabla-registros/encabezado/EncabezadoTabla.js +0 -30
- package/dist/tables/tabla-registros/icono-tabla/IconoTabla.js +0 -68
- package/dist/ui/tarjeta-listado/TarjetaListado.js +0 -40
- /package/dist/assets/{IconoTabla.css → IconoTooltip.css} +0 -0
- /package/dist/assets/{TarjetaListado.css → ItemsModal.css} +0 -0
- /package/dist/lib/shared/{ventana-tabs → tab-ventana}/TabVentana.d.ts +0 -0
- /package/dist/lib/{tables/tabla-registros → ui}/contenido-modal/ContenidoModal.d.ts +0 -0
- /package/dist/lib/{tables/tabla-registros → ui}/contenido-modal/ContenidoModalv0.1.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
.breadcrumb-container{z-index:1000;
|
|
1
|
+
ol.breadcrumb{margin:0!important}.breadcrumb-container{z-index:1000;background-color:#f8f9fa;height:56px;border-bottom:1px solid #dee2e6}.breadcrumb-item a{text-decoration:none;color:#697580;font-weight:500;transition:color .3s ease}.breadcrumb-item a:hover{color:#344754}.breadcrumb-item{--bs-breadcrumb-item-active-color: #074470}.breadcrumb-item.active{font-weight:500}.breadcrumb-wrapper{display:flex;align-items:center;padding:1rem;margin-right:2rem}.breadcrumb-right{display:flex;align-items:center;justify-content:end}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Noto+Sans:wght@300;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap";:root{--color-default: #303d50;--color-white: #fff;--color-body: #ffffff;--color-light: #e0e0e0;--Color-complementario: #2e4b6b}*{padding:0%;margin:0%;box-sizing:border-box;font-family:roboto,sans-serif}body{min-height:calc(100vh - .5rem)}.sidebar-bar-panel{min-height:100vh;width:78px;padding:6px 14px;background-color:var(--color-default);transition:all .5s ease;position:fixed;top:0;left:0;z-index:0}.sidebar-bar-panel.open{width:280px;z-index:0}.sidebar-bar-panel .logo_details{height:60px;display:flex;align-items:center;position:relative}.logo-image{height:30px;max-width:30px;min-width:0px;object-fit:contain;margin-right:10px;margin-left:4px}.sidebar-bar-panel .logo_details .icon{opacity:0;transition:all .5s ease}.sidebar-bar-panel .logo_details .logo-name{color:var(--color-white);font-size:18px;font-weight:600;padding-left:0;max-width:180px;min-width:0px;opacity:0;transition:all .5s ease;z-index:0}.sidebar-bar-panel.open .logo_details .icon,.sidebar-bar-panel.open .logo_details .logo-name{opacity:1}.sidebar-bar-panel .logo_details #btn{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:23px;text-align:center;cursor:pointer;transition:all .5s ease}.sidebar-bar-panel.open .logo_details #btn{text-align:right;left:84.5%}.sidebar-bar-panel .i{color:var(--color-white);height:30px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:400}.sidebar-bar-panel .i2{color:var(--color-white);height:20px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:300}.sidebar-bar-panel .nav-list-panel{margin-top:20px;height:100%;padding:0}.sidebar-bar-panel li{position:relative;margin:20px 0;list-style:none}.sidebar-bar-panel li .tooltip{position:absolute;top:-20px;left:calc(100% + 15px);z-index:9000!important;background-color:var(--color-white);box-shadow:0 5px 10px #0000004d;padding:6px 14px;font-size:15px;font-weight:500;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none}.sidebar-bar-panel li:hover .tooltip{opacity:1;pointer-events:auto;transition:all .4s ease;top:50%;transform:translateY(-50%)}.sidebar-bar-panel.open li .tooltip{display:none}.sidebar-bar-panel li a{display:flex;height:100%;width:100%;align-items:center;text-decoration:none;background-color:var(--color-default);position:relative;transition:all .5s ease;z-index:12}.sidebar-bar-panel li a:after{content:"";position:absolute;width:100%;height:35px;transform:scaleX(0);background-color:var(--color-white);border-radius:5px;transition:transform .3s ease-in-out;transform-origin:left;z-index:-2}.sidebar-bar-panel li a:hover:after{transform:scaleX(1);color:var(--color-default);height:35px}.sidebar-bar-panel li a .link_name{color:var(--color-white);font-size:15px;font-weight:500;white-space:nowrap;pointer-events:auto;transition:all .4s ease;pointer-events:none;opacity:0}.sidebar-bar-panel li a:hover .link_name,.sidebar-bar-panel li a:hover .i{transition:all .5s ease;color:var(--color-default)}.sidebar-bar-panel li a:hover .bx{color:var(--color-default)}.sidebar-bar-panel.open li a .link_name{opacity:1;pointer-events:auto}.sidebar-bar-panel .profile-content{position:absolute;color:var(--color-white);bottom:0;left:0;width:100%}.sidebar-bar-panel .profile-content .profile{position:relative;padding:18px;height:75px;background:none;transition:all .5s ease}.sidebar-bar-panel .profile-content .profile a{text-decoration:none;color:var(--color-white)}.sidebar-bar-panel.open .profile-content .profile{background-color:var(--Color-complementario)}.profile-content .profile .profile-detail{display:flex;align-items:center;opacity:0;pointer-events:auto;white-space:nowrap}.sidebar-bar-panel.open .profile .profile-detail{opacity:1;pointer-events:auto}.sidebar-bar-panel.open .profile .icon{left:90%;background:none}.sidebar-bar-panel .profile .icon:hover{cursor:pointer}.profile .profile-detail .name-job{margin-left:10px}.profile .profile-detail .name{font-size:15px;font-weight:600}.profile .profile-detail .job{font-size:12px;font-weight:400}.profile .icon{position:absolute;left:50%;bottom:23%;transform:translate(-50%);min-width:40px;line-height:60px;height:38px;text-align:center;transition:all .5s ease;background:var(--Color-complementario);padding:7px;border-radius:7px}.main-section{margin-top:0;margin-left:78px;margin-right:0;transition:margin-left .5s ease;z-index:1
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Noto+Sans:wght@300;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap";:root{--color-default: #303d50;--color-white: #fff;--color-body: #ffffff;--color-light: #e0e0e0;--Color-complementario: #2e4b6b}*{padding:0%;margin:0%;box-sizing:border-box;font-family:roboto,sans-serif}body{min-height:calc(100vh - .5rem)}.sidebar-bar-panel{min-height:100vh;width:78px;padding:6px 14px;background-color:var(--color-default);transition:all .5s ease;position:fixed;top:0;left:0;z-index:0}.sidebar-bar-panel.open{width:280px;z-index:0}.sidebar-bar-panel .logo_details{height:60px;display:flex;align-items:center;position:relative}.logo-image{height:30px;max-width:30px;min-width:0px;object-fit:contain;margin-right:10px;margin-left:4px}.sidebar-bar-panel .logo_details .icon{opacity:0;transition:all .5s ease}.sidebar-bar-panel .logo_details .logo-name{color:var(--color-white);font-size:18px;font-weight:600;padding-left:0;max-width:180px;min-width:0px;opacity:0;transition:all .5s ease;z-index:0}.sidebar-bar-panel.open .logo_details .icon,.sidebar-bar-panel.open .logo_details .logo-name{opacity:1}.sidebar-bar-panel .logo_details #btn{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:23px;text-align:center;cursor:pointer;transition:all .5s ease}.sidebar-bar-panel.open .logo_details #btn{text-align:right;left:84.5%}.sidebar-bar-panel .i{color:var(--color-white);height:30px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:400}.sidebar-bar-panel .i2{color:var(--color-white);height:20px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:300}.sidebar-bar-panel .nav-list-panel{margin-top:20px;height:100%;padding:0}.sidebar-bar-panel li{position:relative;margin:20px 0;list-style:none}.sidebar-bar-panel li .tooltip{position:absolute;top:-20px;left:calc(100% + 15px);z-index:9000!important;background-color:var(--color-white);box-shadow:0 5px 10px #0000004d;padding:6px 14px;font-size:15px;font-weight:500;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none}.sidebar-bar-panel li:hover .tooltip{opacity:1;pointer-events:auto;transition:all .4s ease;top:50%;transform:translateY(-50%)}.sidebar-bar-panel.open li .tooltip{display:none}.sidebar-bar-panel li a{display:flex;height:100%;width:100%;align-items:center;text-decoration:none;background-color:var(--color-default);position:relative;transition:all .5s ease;z-index:12}.sidebar-bar-panel li a:after{content:"";position:absolute;width:100%;height:35px;transform:scaleX(0);background-color:var(--color-white);border-radius:5px;transition:transform .3s ease-in-out;transform-origin:left;z-index:-2}.sidebar-bar-panel li a:hover:after{transform:scaleX(1);color:var(--color-default);height:35px}.sidebar-bar-panel li a .link_name{color:var(--color-white);font-size:15px;font-weight:500;white-space:nowrap;pointer-events:auto;transition:all .4s ease;pointer-events:none;opacity:0}.sidebar-bar-panel li a:hover .link_name,.sidebar-bar-panel li a:hover .i{transition:all .5s ease;color:var(--color-default)}.sidebar-bar-panel li a:hover .bx{color:var(--color-default)}.sidebar-bar-panel.open li a .link_name{opacity:1;pointer-events:auto}.sidebar-bar-panel .profile-content{position:absolute;color:var(--color-white);bottom:0;left:0;width:100%}.sidebar-bar-panel .profile-content .profile{position:relative;padding:18px;height:75px;background:none;transition:all .5s ease}.sidebar-bar-panel .profile-content .profile a{text-decoration:none;color:var(--color-white)}.sidebar-bar-panel.open .profile-content .profile{background-color:var(--Color-complementario)}.profile-content .profile .profile-detail{display:flex;align-items:center;opacity:0;pointer-events:auto;white-space:nowrap}.sidebar-bar-panel.open .profile .profile-detail{opacity:1;pointer-events:auto}.sidebar-bar-panel.open .profile .icon{left:90%;background:none}.sidebar-bar-panel .profile .icon:hover{cursor:pointer}.profile .profile-detail .name-job{margin-left:10px}.profile .profile-detail .name{font-size:15px;font-weight:600}.profile .profile-detail .job{font-size:12px;font-weight:400}.profile .icon{position:absolute;left:50%;bottom:23%;transform:translate(-50%);min-width:40px;line-height:60px;height:38px;text-align:center;transition:all .5s ease;background:var(--Color-complementario);padding:7px;border-radius:7px}.main-section{margin-top:0;margin-left:78px;margin-right:0;transition:margin-left .5s ease;z-index:1}.menu-open .main-section{margin-left:280px;z-index:1}.bg-custom{background-color:#303d50;border:#ffffff}.bg-custom:hover{background-color:#2e465f}.custom-collapse{animation:slideFromRight .5s ease forwards}.custom-collapse-reverse{animation:slideToRight .5s ease forwards}@keyframes slideFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideToRight{0%{transform:translate(0)}to{transform:translate(100%)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.dropdown-toggle{
|
|
1
|
+
.dropdown-toggle{margin-top:.5rem;margin-right:.75rem}.dropdown-toggle:after{display:none!important}.dropdown-toggle.nav-link{padding:0}.dropdown-menu.show{margin-top:.75rem;border-radius:10px;border:0;box-shadow:0 6px 12px #0000002d}.icono-notificaciones{width:25px;height:25px;color:#303d50}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.tarjeta-container-section{background-color:#f7f7f7}.tarjeta-container
|
|
1
|
+
.tarjeta-container-section{background-color:#f7f7f7}.tarjeta-container-last{border-bottom-left-radius:12px;border-bottom-right-radius:12px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.section_header_qy{font-size:16px;font-weight:400;color:#fff;background-color:#303d50;padding:.6rem 1.25rem}
|
|
1
|
+
.section_header_qy{font-size:16px;font-weight:400;color:#fff;background-color:#303d50;padding:.6rem 1.25rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.subtitulo-contenedor-fila{display:flex;justify-content:space-between;align-items:center;margin-top:1.2rem;margin-bottom:.9rem}.subtitulo-contenedor-icon-subtitle{display:flex;justify-content:start;align-items:center}.subtitulo-icon{font-size:1.25rem;color:#303d50;margin-right:.66rem}.subtitulo-subtitle{font-size:1.1rem;font-weight:700;color:#303d50}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.form_qy{border:1px solid #303D50;border-radius:9px;margin-bottom:2rem;box-shadow:0 2px 4px #00000016}.main_title_container_qy{display:grid;grid-template-columns:4fr .5fr}.subtitle_container_qy{background-color:#303d50;height:110px;color:#fff;display:flex;justify-content:center;padding:0 1.3rem;flex-direction:column;border-top-left-radius:7px}.logo_container_qy{height:110px;background-color:#fff0;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #303D50;border-radius:0 8px 0 0}.section_header_container_qy{padding:1.25rem}.paginador-card{z-index:0!important;border-radius:12px!important;box-shadow:1px 4px 12px 1px #00000018;margin-top:2rem;margin-bottom:2rem;background-color:#f7f7f7!important}.paginador-content,.paginador-buttons{margin-top:2rem;margin-bottom:2rem}#paginador-tarjeta-lectura{overflow:hidden;display:flex;justify-content:center;margin-bottom:0;margin-top:
|
|
1
|
+
.form_qy{border:1px solid #303D50;border-radius:9px;margin-bottom:2rem;box-shadow:0 2px 4px #00000016}.main_title_container_qy{display:grid;grid-template-columns:4fr .5fr}.subtitle_container_qy{background-color:#303d50;height:110px;color:#fff;display:flex;justify-content:center;padding:0 1.3rem;flex-direction:column;border-top-left-radius:7px}.logo_container_qy{height:110px;background-color:#fff0;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #303D50;border-radius:0 8px 0 0}.section_header_container_qy{padding:1.25rem}.paginador-card{z-index:0!important;border-radius:12px!important;box-shadow:1px 4px 12px 1px #00000018;margin-top:2rem;margin-bottom:2rem;background-color:#f7f7f7!important}.paginador-content,.paginador-buttons{margin-top:2rem;margin-bottom:2rem}#paginador-tarjeta-lectura{overflow:hidden;display:flex;justify-content:center;margin-bottom:0;margin-top:0;padding:0;list-style-type:none;color:#d3d3d3}#paginador-tarjeta-lectura .active{color:#d36269}#paginador-tarjeta-lectura li{font-size:12px;width:10%;position:relative;text-align:center;font-weight:400}#paginador-tarjeta-lectura li .step{font-size:15px;color:gray;width:60px;height:60px;border-radius:50%;background-color:#d3d3d3;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-weight:400;color:#fff;cursor:pointer}#paginador-tarjeta-lectura li:before{width:50px;height:50px;line-height:45px;display:block;font-size:12px;color:#fff;background:#d3d3d3;border-radius:50%;margin:0 auto 10px;padding:2px}#paginador-tarjeta-lectura li:after{content:"";width:100%;height:3px;background:#d3d3d3;position:absolute;left:0;top:30px;z-index:-1;font-size:12px}#paginador-tarjeta-lectura li.active:before,#paginador-tarjeta-lectura li.active:after{background:#d36269}#paginador-tarjeta-lectura li.active .step{background:#dc4f58;color:#fff}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ventana-lienzo-container{padding:.5rem;height:calc(100vh - 3.813rem);overflow-y:auto}.ventana-lienzo-container::-webkit-scrollbar{width:12px}.ventana-lienzo-container::-webkit-scrollbar-track{background:transparent}.ventana-lienzo-container::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:20px;border:3px solid transparent;background-clip:padding-box}
|
|
@@ -18,38 +18,42 @@ function h(c) {
|
|
|
18
18
|
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);
|
|
19
19
|
}
|
|
20
20
|
function g(c) {
|
|
21
|
+
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);
|
|
22
|
+
}
|
|
23
|
+
function d(c) {
|
|
21
24
|
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);
|
|
22
25
|
}
|
|
23
26
|
function e(c) {
|
|
24
27
|
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);
|
|
25
28
|
}
|
|
26
|
-
function
|
|
29
|
+
function o(c) {
|
|
27
30
|
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);
|
|
28
31
|
}
|
|
29
32
|
function z(c) {
|
|
30
33
|
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);
|
|
31
34
|
}
|
|
32
|
-
function
|
|
35
|
+
function M(c) {
|
|
33
36
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z" }, child: [] }] })(c);
|
|
34
37
|
}
|
|
35
|
-
function
|
|
38
|
+
function L(c) {
|
|
36
39
|
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);
|
|
37
40
|
}
|
|
38
|
-
function
|
|
41
|
+
function v(c) {
|
|
39
42
|
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);
|
|
40
43
|
}
|
|
41
44
|
export {
|
|
42
45
|
i as F,
|
|
43
46
|
s as a,
|
|
44
47
|
z as b,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
g as c,
|
|
49
|
+
l as d,
|
|
50
|
+
M as e,
|
|
51
|
+
o as f,
|
|
52
|
+
v as g,
|
|
53
|
+
L as h,
|
|
54
|
+
h as i,
|
|
55
|
+
r as j,
|
|
56
|
+
n as k,
|
|
57
|
+
d as l,
|
|
58
|
+
e as m
|
|
55
59
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { default as React
|
|
2
|
-
interface BreadcrumbItem {
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface BreadcrumbItem {
|
|
3
3
|
label: string;
|
|
4
4
|
link?: string;
|
|
5
5
|
}
|
|
6
6
|
interface BreadcrumbNavProps {
|
|
7
|
-
items
|
|
8
|
-
|
|
7
|
+
items?: BreadcrumbItem[];
|
|
8
|
+
extraInput?: React.ReactNode;
|
|
9
9
|
}
|
|
10
10
|
declare const BreadcrumbNav: React.FC<BreadcrumbNavProps>;
|
|
11
11
|
export default BreadcrumbNav;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
+
import { BreadcrumbItem } from '../breadcrumb/Breadcrumb.js';
|
|
2
3
|
interface VentanaLienzoProps {
|
|
3
4
|
children?: React.ReactNode;
|
|
5
|
+
items?: BreadcrumbItem[];
|
|
6
|
+
extraInput?: React.ReactNode;
|
|
4
7
|
}
|
|
5
8
|
declare const VentanaLienzo: React.FC<VentanaLienzoProps>;
|
|
6
9
|
export { VentanaLienzo };
|
package/dist/lib/shared.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { VentanaLienzo } from './shared/ventana-lienzo/VentanaLienzo.js';
|
|
2
2
|
export { VentanaTabs } from './shared/ventana-tabs/VentanaTabs.js';
|
|
3
|
-
export { TabVentana } from './shared/ventana
|
|
3
|
+
export { TabVentana } from './shared/tab-ventana/TabVentana.js';
|
|
@@ -6,13 +6,13 @@ interface Column {
|
|
|
6
6
|
renderComponent?: (row: Record<string, any>) => React.ReactNode;
|
|
7
7
|
}
|
|
8
8
|
interface TableProps {
|
|
9
|
-
title
|
|
9
|
+
title?: string;
|
|
10
10
|
subtitle: string;
|
|
11
11
|
columns: Column[];
|
|
12
12
|
data: Array<Record<string, any>>;
|
|
13
13
|
totalDias?: number;
|
|
14
14
|
renderModalContent?: (row: any, column: any, onHide: () => void) => ReactNode;
|
|
15
|
-
|
|
15
|
+
alertAction?: (...args: any[]) => any;
|
|
16
16
|
extraInput?: React.ReactNode;
|
|
17
17
|
dateColumnKey?: string;
|
|
18
18
|
isShared?: boolean;
|
package/dist/lib/tables/tabla-registros/{encabezado → encabezado-tabla}/EncabezadoTabla.d.ts
RENAMED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
title: string;
|
|
1
|
+
interface EncabezadoTablaProps {
|
|
2
|
+
title?: string;
|
|
4
3
|
subtitle: string;
|
|
5
4
|
data: Array<Record<string, any>>;
|
|
6
5
|
setSearchTerm: (term: string) => void;
|
|
7
6
|
extraInput?: React.ReactNode;
|
|
8
7
|
}
|
|
9
|
-
declare const EncabezadoTabla: React.FC<
|
|
8
|
+
declare const EncabezadoTabla: React.FC<EncabezadoTablaProps>;
|
|
10
9
|
export { EncabezadoTabla };
|
package/dist/lib/tables.d.ts
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IconType } from 'react-icons';
|
|
3
|
+
interface IconTooltip {
|
|
4
|
+
icon: IconType;
|
|
5
|
+
color: string;
|
|
6
|
+
tooltipText: string;
|
|
7
|
+
}
|
|
8
|
+
type IconoTablaProps = ({
|
|
9
|
+
recordType: string;
|
|
10
|
+
taken?: boolean;
|
|
11
|
+
customIcon?: never;
|
|
12
|
+
} | {
|
|
13
|
+
recordType?: never;
|
|
14
|
+
taken?: boolean;
|
|
15
|
+
customIcon: IconTooltip;
|
|
16
|
+
});
|
|
17
|
+
declare const IconoTooltip: React.FC<IconoTablaProps>;
|
|
18
|
+
export { IconoTooltip };
|
|
@@ -5,10 +5,10 @@ interface Listado {
|
|
|
5
5
|
icon: IconType;
|
|
6
6
|
route: string;
|
|
7
7
|
closed?: boolean;
|
|
8
|
-
handleDownload?: any;
|
|
8
|
+
handleDownload?: (...args: any[]) => any;
|
|
9
9
|
}
|
|
10
|
-
interface
|
|
10
|
+
interface ItemsModalProps {
|
|
11
11
|
sections: Listado[];
|
|
12
12
|
}
|
|
13
|
-
declare const
|
|
14
|
-
export {
|
|
13
|
+
declare const ItemsModal: React.FC<ItemsModalProps>;
|
|
14
|
+
export { ItemsModal };
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { IconType } from 'react-icons';
|
|
3
3
|
interface SubtituloProps {
|
|
4
|
-
|
|
5
|
-
icon
|
|
4
|
+
subtitle: string;
|
|
5
|
+
icon?: IconType;
|
|
6
|
+
extraInput?: React.ReactNode;
|
|
6
7
|
}
|
|
7
8
|
declare const Subtitulo: React.FC<SubtituloProps>;
|
|
8
9
|
export { Subtitulo };
|
|
@@ -3,9 +3,7 @@ interface TarjetaProps {
|
|
|
3
3
|
title: string;
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
method?: string;
|
|
6
|
-
|
|
7
|
-
onSubmit?: any;
|
|
8
|
-
hasBody?: boolean;
|
|
6
|
+
onSubmit?: (...args: any[]) => any;
|
|
9
7
|
}
|
|
10
8
|
declare const Tarjeta: React.FC<TarjetaProps>;
|
|
11
9
|
export { Tarjeta };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
interface NuevoElementoProps {
|
|
3
|
+
label?: string;
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
onClose: (...args: any[]) => any;
|
|
6
|
+
isGray?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const NuevoElemento: React.FC<NuevoElementoProps>;
|
|
9
|
+
export { NuevoElemento };
|
package/dist/lib/ui.d.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
export { Encabezado } from './ui/encabezado/Encabezado.js';
|
|
2
2
|
export { Subtitulo } from './ui/subtitulo/Subtitulo.js';
|
|
3
|
-
export { ContenidoModal } from './
|
|
3
|
+
export { ContenidoModal } from './ui/contenido-modal/ContenidoModal.js';
|
|
4
4
|
export { Tarjeta } from './ui/tarjeta/Tarjeta.js';
|
|
5
5
|
export { SeccionTarjeta } from './ui/tarjeta/seccion-tarjeta/SeccionTarjeta.js';
|
|
6
|
-
export {
|
|
6
|
+
export { NuevoElemento } from './ui/tarjeta/nuevo-elemento/NuevoElemento.js';
|
|
7
7
|
export { ContenedorTarjeta } from './ui/tarjeta/contenedor-tarjeta/ContenedorTarjeta.js';
|
|
8
8
|
export { Paginador } from './ui/paginador/Paginador.js';
|
|
9
9
|
export { Logo } from './ui/logo/Logo.js';
|
|
10
10
|
export { TarjetaLectura } from './ui/tarjeta-lectura/TarjetaLectura.js';
|
|
11
11
|
export { SeccionTarjetaLectura } from './ui/tarjeta-lectura/seccion-tarjeta-lectura/SeccionTarjetaLectura.js';
|
|
12
|
-
export {
|
|
12
|
+
export { ItemsModal } from './ui/items-modal/ItemsModal.js';
|
|
13
13
|
export { TarjetaInfo } from './ui/tarjeta-info/TarjetaInfo.js';
|
|
14
|
+
export { IconoTooltip } from './ui/icono-tooltip/IconoTooltip.js';
|
|
@@ -1,69 +1,79 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { u as b, c as u } from "../../ThemeProvider-
|
|
1
|
+
import { jsx as a, jsxs as x } from "react/jsx-runtime";
|
|
2
|
+
import { u as b, c as u } from "../../ThemeProvider-CFCmmLJC.js";
|
|
3
3
|
import * as o from "react";
|
|
4
|
-
import { A as
|
|
5
|
-
import '../../assets/Breadcrumb.css';const
|
|
4
|
+
import { A as g } from "../../Anchor-D8f6vg0T.js";
|
|
5
|
+
import '../../assets/Breadcrumb.css';const t = /* @__PURE__ */ o.forwardRef(({
|
|
6
6
|
bsPrefix: c,
|
|
7
|
-
active:
|
|
7
|
+
active: e = !1,
|
|
8
8
|
children: r,
|
|
9
9
|
className: s,
|
|
10
10
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
11
|
-
as:
|
|
12
|
-
linkAs: d =
|
|
11
|
+
as: n = "li",
|
|
12
|
+
linkAs: d = g,
|
|
13
13
|
linkProps: l = {},
|
|
14
|
-
href:
|
|
14
|
+
href: m,
|
|
15
15
|
title: i,
|
|
16
|
-
target:
|
|
17
|
-
...
|
|
18
|
-
},
|
|
19
|
-
const
|
|
20
|
-
return /* @__PURE__ */
|
|
21
|
-
ref:
|
|
22
|
-
...
|
|
23
|
-
className: u(
|
|
24
|
-
active:
|
|
16
|
+
target: h,
|
|
17
|
+
...p
|
|
18
|
+
}, N) => {
|
|
19
|
+
const B = b(c, "breadcrumb-item");
|
|
20
|
+
return /* @__PURE__ */ a(n, {
|
|
21
|
+
ref: N,
|
|
22
|
+
...p,
|
|
23
|
+
className: u(B, s, {
|
|
24
|
+
active: e
|
|
25
25
|
}),
|
|
26
|
-
"aria-current":
|
|
27
|
-
children:
|
|
26
|
+
"aria-current": e ? "page" : void 0,
|
|
27
|
+
children: e ? r : /* @__PURE__ */ a(d, {
|
|
28
28
|
...l,
|
|
29
|
-
href:
|
|
29
|
+
href: m,
|
|
30
30
|
title: i,
|
|
31
|
-
target:
|
|
31
|
+
target: h,
|
|
32
32
|
children: r
|
|
33
33
|
})
|
|
34
34
|
});
|
|
35
35
|
});
|
|
36
|
-
|
|
37
|
-
const
|
|
36
|
+
t.displayName = "BreadcrumbItem";
|
|
37
|
+
const f = /* @__PURE__ */ o.forwardRef(({
|
|
38
38
|
bsPrefix: c,
|
|
39
|
-
className:
|
|
39
|
+
className: e,
|
|
40
40
|
listProps: r = {},
|
|
41
41
|
children: s,
|
|
42
|
-
label:
|
|
42
|
+
label: n = "breadcrumb",
|
|
43
43
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
44
44
|
as: d = "nav",
|
|
45
45
|
...l
|
|
46
|
-
},
|
|
46
|
+
}, m) => {
|
|
47
47
|
const i = b(c, "breadcrumb");
|
|
48
|
-
return /* @__PURE__ */
|
|
49
|
-
"aria-label":
|
|
50
|
-
className:
|
|
51
|
-
ref:
|
|
48
|
+
return /* @__PURE__ */ a(d, {
|
|
49
|
+
"aria-label": n,
|
|
50
|
+
className: e,
|
|
51
|
+
ref: m,
|
|
52
52
|
...l,
|
|
53
|
-
children: /* @__PURE__ */
|
|
53
|
+
children: /* @__PURE__ */ a("ol", {
|
|
54
54
|
...r,
|
|
55
55
|
className: u(i, r == null ? void 0 : r.className),
|
|
56
56
|
children: s
|
|
57
57
|
})
|
|
58
58
|
});
|
|
59
59
|
});
|
|
60
|
-
|
|
61
|
-
const
|
|
62
|
-
Item:
|
|
63
|
-
}),
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
60
|
+
f.displayName = "Breadcrumb";
|
|
61
|
+
const j = Object.assign(f, {
|
|
62
|
+
Item: t
|
|
63
|
+
}), k = ({ items: c, extraInput: e }) => /* @__PURE__ */ a("div", { className: "breadcrumb-container", children: /* @__PURE__ */ x(
|
|
64
|
+
"div",
|
|
65
|
+
{
|
|
66
|
+
className: "breadcrumb-wrapper",
|
|
67
|
+
style: {
|
|
68
|
+
// Ajusta la posición de los elementos si se proporcionan links y hay un input extra
|
|
69
|
+
justifyContent: c ? "space-between" : "end"
|
|
70
|
+
},
|
|
71
|
+
children: [
|
|
72
|
+
c && /* @__PURE__ */ a(j, { children: c.map((r, s) => /* @__PURE__ */ a(t, { href: r.link, active: !r.link, children: r.label }, s)) }),
|
|
73
|
+
e && /* @__PURE__ */ a("div", { className: "breadcrumb-right", children: e })
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
) });
|
|
67
77
|
export {
|
|
68
|
-
|
|
78
|
+
k as default
|
|
69
79
|
};
|