react-ecosistema-unp 1.7.0 → 1.7.1-8.pre-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/TabPane-BiwPZSbT.js +752 -0
- package/dist/assets/ContenedorVentana.css +1 -1
- package/dist/assets/EcoModalStyles.css +1 -0
- package/dist/assets/Modal.css +1 -1
- package/dist/assets/TabVentana.css +1 -1
- package/dist/assets/Tabla.css +1 -1
- package/dist/assets/Tarjeta.css +1 -1
- package/dist/cards/tarjeta/Tarjeta.js +37 -34
- 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-BrykDZgK.js +390 -0
- package/dist/{index-CgSyrJ_X.js → index-D3WseyJh.js} +18 -14
- package/dist/{index-Cpp73e44.js → index-DDjnZyBf.js} +31 -19
- package/dist/lib/auth/contexts/AuthContex.d.ts +3 -0
- package/dist/lib/cards/tarjeta/Tarjeta.d.ts +1 -0
- package/dist/lib/tables/tabla-registros/TablaRegistros.d.ts +8 -0
- package/dist/lib/tables/tabla-registros/modal/Modal.d.ts +2 -3
- package/dist/lib/tables/tabla-registros/modal-v2/EcoModal.d.ts +22 -0
- package/dist/lib/tables/tabla-registros/tabla/Tabla.d.ts +7 -1
- package/dist/lib/ui/items-modal/ItemsModal.d.ts +1 -0
- package/dist/lib/ui/paginador/Paginador.d.ts +3 -0
- package/dist/lib/ui.d.ts +1 -1
- package/dist/lib/utils/eco-provider/EcoContext.d.ts +4 -0
- package/dist/lib/utils/fetch-interceptor/fetchInterceptor.d.ts +7 -0
- package/dist/lib/utils/websocket-manager/WebSocketContext.d.ts +3 -0
- package/dist/lib/utils.d.ts +1 -0
- package/dist/shared/app-list/AppList.js +2 -2
- package/dist/shared/iconos-sistema/logout-button/LogoutButton.js +1 -1
- package/dist/shared/menu-lateral/MenuLateral.js +6 -4
- package/dist/shared/notificacion-usuario/NotificacionUsuario.js +3 -3
- package/dist/shared/tab-ventana/TabVentana.js +1 -1
- package/dist/shared/ventana-tabs/VentanaTabs.js +1 -1
- package/dist/tables/tabla-registros/TablaRegistros.js +499 -492
- package/dist/tables/tabla-registros/buscador/Buscador.js +1 -1
- package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +12 -9
- package/dist/tables/tabla-registros/modal/Modal.js +23 -23
- package/dist/tables/tabla-registros/modal-v2/EcoModal.js +118 -0
- package/dist/tables/tabla-registros/tabla/Tabla.js +187 -127
- 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 +16 -13
- package/dist/ui/paginador/Paginador.js +27 -16
- package/dist/ui.js +9 -8
- package/dist/utils/components/ProtectedRoute.js +74 -31
- package/dist/utils/components/UserRoute.js +45 -22
- package/dist/utils/eco-provider/EcoContext.js +31 -0
- package/dist/utils/fetch-interceptor/fetchInterceptor.js +56 -0
- package/dist/utils/unp-historico/UnpHistorico.js +6 -4
- package/dist/utils.js +17 -15
- package/package.json +4 -2
- package/dist/TabPane-DtFCEmIj.js +0 -1136
|
@@ -1 +1 @@
|
|
|
1
|
-
.container-ecosistema-unp{margin:0 auto;width:min(
|
|
1
|
+
.container-ecosistema-unp{margin:0 auto;width:min(1000px,92%);max-width:100%;box-sizing:border-box;padding:0 .5rem;transition:width .3s ease}@media (max-width: 1600px){.container-ecosistema-unp{width:min(950px,90%)}}@media (max-width: 1333px){.container-ecosistema-unp{width:min(900px,88%)}}@media (max-width: 1176px){.container-ecosistema-unp{width:min(850px,92%)}}@media (max-width: 1024px){.container-ecosistema-unp{width:min(800px,95%)}}@media (max-width: 900px){.container-ecosistema-unp{width:90%}}@media (max-width: 768px){.container-ecosistema-unp{width:95%;padding:0 1rem}}@media (max-width: 480px){.container-ecosistema-unp{width:100%;padding:0 .75rem}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--modal-gap: 10px;--modal-padding: 1.25rem;--modal-primary-width: 42%;--half-available: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) / 2);--primary-30: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) * .4);--secondary-70: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) * .6)}body.eco_modal_open{overflow:hidden}.eco_modal_overlay_bg{background:#00000080}.eco_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;justify-content:flex-start;transition:opacity .4s ease,visibility .4s ease;opacity:0;visibility:hidden;z-index:1000;gap:var(--modal-gap);box-sizing:border-box;padding:0}.eco_modal_overlay.eco_modal_primary_left{justify-content:flex-start}.eco_modal_overlay.eco_modal_primary_right{justify-content:flex-end}.eco_modal_overlay.eco_modal_primary_center{justify-content:center}.eco_modal_overlay.eco_modal_secondary_overlay{background:transparent!important;pointer-events:none}.eco_modal_overlay.eco_modal_show{opacity:1;visibility:visible}.eco_modal_overlay.eco_modal_hide{opacity:0;visibility:hidden}.eco_modal_container{height:95vh;background:#fff;box-shadow:0 4px 8px #0003;position:relative;transition:left .4s ease,right .4s ease,width .4s ease,height .4s ease,border-radius .3s ease,transform .4s ease,opacity .4s ease;pointer-events:auto;display:flex;flex-direction:column;margin:var(--modal-padding);border-radius:.9rem}.eco_modal_container.primary{z-index:1001}.eco_modal_container.secondary{z-index:1002;flex:1 1 auto;min-width:0}.eco_modal_container.primary:not(.eco_modal_centered):not(.eco_modal_maximized){width:var(--modal-primary-width, 42%)!important;flex-shrink:0}.eco_modal_container.primary.eco_modal_centered:not(.eco_modal_maximized){width:var(--modal-primary-width, 50%)!important;flex-shrink:0}.eco_modal_container.eco_modal_primary_left.eco_modal_show{transform:translate(0)}.eco_modal_container.eco_modal_primary_right{transform:translate(100%)}.eco_modal_container.eco_modal_primary_right.eco_modal_show{transform:translate(0)}.eco_modal_container.eco_modal_primary_center{transform:scale(.8);opacity:0}.eco_modal_container.eco_modal_primary_center.eco_modal_show{transform:scale(1);opacity:1}.eco_modal_container.secondary-left{transform:translateY(-100%)}.eco_modal_container.secondary-left.eco_modal_show{transform:translateY(0)}.eco_modal_container.secondary-right{transform:translateY(100%)}.eco_modal_container.secondary-right.eco_modal_show{transform:translateY(0)}.eco_modal_header{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;color:#fff;font-weight:500;font-size:16px;border-radius:12px 12px 0 0;flex-shrink:0}.eco_modal_body{flex-grow:1;overflow-y:auto;border-radius:0 0 12px 12px}.eco_modal_close_button,.eco_modal_max_button{background:none;border:none;font-size:1.5em;cursor:pointer;color:#fff}.eco_modal_close_button:disabled,.eco_modal_max_button:disabled{opacity:.5;cursor:not-allowed}.eco_modal_close_button:hover:not(:disabled),.eco_modal_max_button:hover:not(:disabled),.eco_modal_icon_header:hover{color:#d36269}.eco_modal_max_button{margin-bottom:1px}.eco_modal_body::-webkit-scrollbar{width:10px}.eco_modal_body::-webkit-scrollbar-track{background:transparent}.eco_modal_body::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:10px;border:3px solid transparent;background-clip:padding-box}.eco_modal_container.eco_modal_maximized{position:fixed!important;z-index:1003!important}.eco_modal_container.eco_modal_maximized.eco_modal_primary_left,.eco_modal_container.eco_modal_maximized.eco_modal_primary_right{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.eco_modal_container.eco_modal_maximized.eco_modal_primary_center{left:50%!important;right:auto!important;width:calc(100vw - 2 * var(--modal-padding))!important;transform:translate(-50%)!important}.eco_modal_container.eco_modal_maximized.secondary{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.eco_modal_two_modals_50 .eco_modal_container:not(.eco_modal_maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.eco_modal_two_modals_50.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_right{right:0!important;left:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).secondary{left:0!important;right:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_left{left:0!important;right:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).secondary{right:0!important;left:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50 .eco_modal_overlay{gap:var(--modal-gap)}.eco_modal_two_modals_large .eco_modal_container:not(.eco_modal_maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.eco_modal_two_modals_large.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_right{right:0!important;left:auto!important;width:var(--primary-30)!important}.eco_modal_two_modals_large.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).secondary{left:0!important;right:auto!important;width:var(--secondary-70)!important}.eco_modal_two_modals_large.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_left{left:0!important;right:auto!important;width:var(--primary-30)!important}.eco_modal_two_modals_large.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).secondary{right:0!important;left:auto!important;width:var(--secondary-70)!important}.eco_modal_two_modals_large .eco_modal_overlay{gap:var(--modal-gap)}@media (max-width: 992px){.eco_modal_two_modals_50 .eco_modal_container:not(.eco_modal_maximized){position:static!important;width:100%!important}}@media (max-width: 1920px){:root{--modal-primary-width: 40% !important}}@media (max-width: 1800px){:root{--modal-primary-width: 42.5% !important}}@media (max-width: 1650px){:root{--modal-primary-width: 45% !important}}@media (max-width: 1500px){:root{--modal-primary-width: 50% !important}}@media (max-width: 1425px){:root{--modal-primary-width: 55% !important}}@media (max-width: 1275px){:root{--modal-primary-width: 57.5% !important}}@media (max-width: 1150px){:root{--modal-primary-width: 60% !important}}@media (max-width: 992px){:root{--modal-primary-width: 70% !important}}@media (max-width: 768px){:root{--modal-primary-width: 85% !important}}
|
package/dist/assets/Modal.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:flex-end;align-items:center;transition:opacity .4s ease;opacity:0;visibility:hidden;z-index:1000}.modal-overlay.show{opacity:1;visibility:visible}.modal-overlay.hide{opacity:0;visibility:none}.modal-container{width:42%;height:95vh;background:#fff;box-shadow:0 4px 8px #0003;position:relative;transform:translate(100%);transition:transform .4s ease,opacity .4s ease;border-radius:12px;margin:1.75em}.modal-container.show{transform:translate(0);opacity:1}.modal-container.hide{transform:translate(100%);opacity:0}
|
|
1
|
+
.modal-overlay-old{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:flex-end;align-items:center;transition:opacity .4s ease;opacity:0;visibility:hidden;z-index:1000}.modal-overlay-old.show-old{opacity:1;visibility:visible}.modal-overlay-old.hide-old{opacity:0;visibility:none}.modal-container-old{width:42%;height:95vh;background:#fff;box-shadow:0 4px 8px #0003;position:relative;transform:translate(100%);transition:transform .4s ease,opacity .4s ease;border-radius:12px;margin:1.75em}.modal-container-old.show-old{transform:translate(0);opacity:1}.modal-container-old.hide-old{transform:translate(100%);opacity:0}.modal_header-old{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;background-color:#303d50;color:#fff;font-weight:500;font-size:16px;border-radius:12px 12px 0 0}.modal_body_old{padding:1.25rem 1.75rem 1rem;height:calc(100% - 56px);border-radius:0 0 12px 12px;overflow-y:auto}.close_button_old{background:none;border:none;font-size:1.5em;cursor:pointer;color:#fff}.close_button_old:hover{color:#d36269}.modal_body_old::-webkit-scrollbar{width:10px}.modal_body_old::-webkit-scrollbar-track{background:transparent}.modal_body_old::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:10px;border:3px solid transparent;background-clip:padding-box}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.nav{background:#f8f9fa;padding-top:.66rem}.nav-tabs{padding-left:.66rem;padding-right:1.75rem;--bs-nav-tabs-link-active-color: #074470;--bs-nav-tabs-link-active-bg: #ffffff;--bs-nav-tabs-link-hover-border-color: #c3c3c3 !important;--bs-nav-link-color: #697580;--bs-nav-link-hover-color: #344754}.nav-item{font-weight:500}.nav-link{padding:.55rem 1.75rem .66rem;border-top-color:#e8e8e8!important;border-right-color:#e8e8e8!important;--bs-nav-tabs-border-radius: 10px}.nav-link:hover{border-top-color:#c3c3c3!important;border-right-color:#c3c3c3!important}.nav-link.active{border-top-color:#dee2e6!important;border-right-color:#dee2e6!important}.tab-content{padding:.5rem;height:calc(100vh - 3.813rem);overflow-y:auto}.tab-content::-webkit-scrollbar{width:12px}.tab-content::-webkit-scrollbar-track{background:transparent}.tab-content::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:20px;border:3px solid transparent;background-clip:padding-box}
|
|
1
|
+
.nav{background:#f8f9fa;padding-top:.66rem}.nav-tabs{padding-left:.66rem;padding-right:1.75rem;--bs-nav-tabs-link-active-color: #074470;--bs-nav-tabs-link-active-bg: #ffffff;--bs-nav-tabs-link-hover-border-color: #c3c3c3 !important;--bs-nav-link-color: #697580;--bs-nav-link-hover-color: #344754}.nav-item{font-weight:500}.nav-link{padding:.55rem 1.75rem .66rem;border-top-color:#e8e8e8!important;border-right-color:#e8e8e8!important;border-left-color:#e8e8e8!important;--bs-nav-tabs-border-radius: 10px}.nav-link:hover{border-top-color:#c3c3c3!important;border-right-color:#c3c3c3!important;border-left-color:#c3c3c3!important}.nav-link.active{border-top-color:#dee2e6!important;border-right-color:#dee2e6!important;border-left-color:#dee2e6!important}.tab-content{padding:.5rem;height:calc(100vh - 3.813rem);overflow-y:auto}.tab-content::-webkit-scrollbar{width:12px}.tab-content::-webkit-scrollbar-track{background:transparent}.tab-content::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:20px;border:3px solid transparent;background-clip:padding-box}
|
package/dist/assets/Tabla.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.table_container{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.table-scroll{position:relative;max-height:70vh;overflow-y:auto;overflow-x:auto;margin-right:5px;margin-left:5px;border-radius:10px;box-shadow:0 2px 12px #00000016;background:#f9fafa}@media (max-height: 780px){.table-scroll{max-height:65vh!important}}@media (max-height: 670px){.table-scroll{max-height:60vh!important}}@media (max-height: 590px){.table-scroll{max-height:55vh!important}}@media (max-height: 520px){.table-scroll{max-height:50vh!important}}@media (max-height: 470px){.table-scroll{max-height:40vh!important}}.table-scroll th,.table-scroll td{white-space:nowrap;word-wrap:normal;min-width:100px;padding-left:15px;padding-right:15px}.table-scroll::-webkit-scrollbar{width:16px}.table-scroll::-webkit-scrollbar-track{background:linear-gradient(to bottom right,#f9fafa,#f9fafa,#fff);border-top-right-radius:10px;border-bottom-right-radius:10px}.table-scroll::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:10px;border:6px solid transparent;background-clip:padding-box}thead tr th{background-color:#fff!important;border-bottom:1px solid #DEE2E6!important;position:sticky;top:0;z-index:2}.table td,.table th{text-align:center;vertical-align:middle}.table{margin-bottom:0!important}.table-header-unp{background-color:#f9fafa!important;color:#2c2c2c!important;font-weight:600;font-size:1.1rem;padding:1.25rem
|
|
1
|
+
.table_container{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.table-scroll{position:relative;max-height:70vh;overflow-y:auto;overflow-x:auto;margin-right:5px;margin-left:5px;border-radius:10px;box-shadow:0 2px 12px #00000016;background:#f9fafa}@media (max-height: 780px){.table-scroll{max-height:65vh!important}}@media (max-height: 670px){.table-scroll{max-height:60vh!important}}@media (max-height: 590px){.table-scroll{max-height:55vh!important}}@media (max-height: 520px){.table-scroll{max-height:50vh!important}}@media (max-height: 470px){.table-scroll{max-height:40vh!important}}.table-scroll th,.table-scroll td{white-space:nowrap;word-wrap:normal;min-width:100px;padding-left:15px;padding-right:15px}.table-scroll::-webkit-scrollbar{width:16px}.table-scroll::-webkit-scrollbar-track{background:linear-gradient(to bottom right,#f9fafa,#f9fafa,#fff);border-top-right-radius:10px;border-bottom-right-radius:10px}.table-scroll::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:10px;border:6px solid transparent;background-clip:padding-box}thead tr th{background-color:#fff!important;border-bottom:1px solid #DEE2E6!important;position:sticky;top:0;z-index:2}.table td,.table th{text-align:center;vertical-align:middle}.table{margin-bottom:0!important}.table-header-unp{background-color:#f9fafa!important;color:#2c2c2c!important;font-weight:600;font-size:1.1rem;padding:1.25rem 1.5rem!important}.cell-with-modal{transition:background-color .3s ease}.cell-with-modal:hover{background-color:#303d50!important;color:#fff;font-weight:600}.data-count,.data-unp{font-weight:500;font-size:.85rem;margin-top:1rem;margin-left:5px;margin-right:5px;color:#8c8c8f}.animation-container{gap:2rem;height:73vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#919191}@media (min-width: 1800px){.table-scroll{max-height:75vh}}.search-column-input{border-radius:11px!important;padding-right:25px!important;box-shadow:0 1px 6px #00000012!important}.cell-redirect:hover{background-color:#3c2970;color:#fff;font-weight:600;cursor:pointer}
|
package/dist/assets/Tarjeta.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bg-unp{border-radius:6px 6px 0 0!important;background-color:#303d50!important}.tarjeta-unp{border-radius:12px!important;box-shadow:0 6px 10px #00000019;border-bottom-left-radius:12px;margin-bottom:
|
|
1
|
+
.bg-unp{border-radius:6px 6px 0 0!important;background-color:#303d50!important}.tarjeta-unp{border-radius:12px!important;box-shadow:0 6px 10px #00000019;border-bottom-left-radius:12px;margin-bottom:1rem}.tarjeta-header-unp{border-top-left-radius:12px!important;border-top-right-radius:12px!important}.card-close-button{background:none;border:none;font-size:1.5em;cursor:pointer;color:#fff;margin-left:auto}.card-close-button:hover{color:#d36269}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as l, jsx as t, Fragment as c } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import '../../assets/Bootstrap.css';import '../../assets/Tarjeta.css';/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
|
-
import { C as
|
|
6
|
-
import { C as
|
|
7
|
-
import { B as
|
|
8
|
-
const
|
|
9
|
-
marginBottom: "20px",
|
|
5
|
+
import { C as v, a as E } from "../../Card-DAsInpjB.js";
|
|
6
|
+
import { C as T } from "../../CardBody-CqyD8ylW.js";
|
|
7
|
+
import { B as x } from "../../Button-B87TJYml.js";
|
|
8
|
+
const V = {
|
|
10
9
|
width: "100px"
|
|
11
|
-
},
|
|
12
|
-
title:
|
|
10
|
+
}, k = ({
|
|
11
|
+
title: y,
|
|
13
12
|
header: s = !1,
|
|
14
|
-
children:
|
|
15
|
-
method:
|
|
16
|
-
validated:
|
|
17
|
-
onSubmit:
|
|
18
|
-
hasPaddingTop:
|
|
13
|
+
children: i,
|
|
14
|
+
method: o = "get",
|
|
15
|
+
validated: u = !1,
|
|
16
|
+
onSubmit: f,
|
|
17
|
+
hasPaddingTop: g = !0,
|
|
19
18
|
onClose: r,
|
|
20
|
-
hasBody:
|
|
21
|
-
buttonLabel:
|
|
22
|
-
isButtonDisabled:
|
|
19
|
+
hasBody: b = !0,
|
|
20
|
+
buttonLabel: j = "Enviar",
|
|
21
|
+
isButtonDisabled: h = !1,
|
|
22
|
+
extraButton: m
|
|
23
23
|
}) => {
|
|
24
|
-
const
|
|
25
|
-
(
|
|
26
|
-
),
|
|
27
|
-
isGray:
|
|
28
|
-
isLast:
|
|
29
|
-
}) :
|
|
30
|
-
return /* @__PURE__ */
|
|
24
|
+
const n = a.Children.toArray(i), C = n[0] && a.isValidElement(n[0]) && n[0].type.displayName === "Subtitulo", p = n.filter(
|
|
25
|
+
(e) => a.isValidElement(e) && e.type.displayName === "SeccionTarjeta"
|
|
26
|
+
), N = p.length > 0, S = a.Children.map(i, (e, d) => a.isValidElement(e) && e.type.displayName === "SeccionTarjeta" ? a.cloneElement(e, {
|
|
27
|
+
isGray: e.props.isGray ?? d % 2 === 1,
|
|
28
|
+
isLast: e.props.isLast ?? d === p.length - 1
|
|
29
|
+
}) : e);
|
|
30
|
+
return /* @__PURE__ */ l(
|
|
31
31
|
"form",
|
|
32
32
|
{
|
|
33
|
-
method:
|
|
33
|
+
method: o,
|
|
34
34
|
noValidate: !0,
|
|
35
|
-
onSubmit:
|
|
36
|
-
className:
|
|
35
|
+
onSubmit: f,
|
|
36
|
+
className: u ? "was-validated" : "",
|
|
37
37
|
children: [
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
/* @__PURE__ */
|
|
40
|
-
|
|
38
|
+
/* @__PURE__ */ l(v, { className: "border-0 tarjeta-unp", children: [
|
|
39
|
+
/* @__PURE__ */ l(
|
|
40
|
+
E,
|
|
41
41
|
{
|
|
42
42
|
className: "bg-unp text-light tarjeta-header-unp",
|
|
43
43
|
style: {
|
|
@@ -50,18 +50,21 @@ const T = {
|
|
|
50
50
|
alignItems: "center"
|
|
51
51
|
},
|
|
52
52
|
children: [
|
|
53
|
-
/* @__PURE__ */
|
|
54
|
-
r && /* @__PURE__ */
|
|
53
|
+
/* @__PURE__ */ t("span", { style: { marginLeft: s && r ? "auto" : "" }, children: y }),
|
|
54
|
+
r && /* @__PURE__ */ t("button", { className: "card-close-button", onClick: r, type: "button", children: "×" })
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
),
|
|
58
|
-
|
|
58
|
+
N ? S : b ? /* @__PURE__ */ t(T, { className: `${C || !g ? "pt-0" : ""}`, children: i }) : /* @__PURE__ */ t(c, { children: i })
|
|
59
59
|
] }),
|
|
60
|
-
|
|
60
|
+
(o === "post" || m) && /* @__PURE__ */ l("div", { style: { display: "flex", justifyContent: "end", gap: "0.5rem", marginBottom: "1rem" }, children: [
|
|
61
|
+
/* @__PURE__ */ t("div", { children: o === "post" && /* @__PURE__ */ t(x, { variant: "unp_send", style: V, type: "submit", disabled: h, children: j }) }),
|
|
62
|
+
/* @__PURE__ */ t("div", { children: m && /* @__PURE__ */ t(c, { children: m }) })
|
|
63
|
+
] })
|
|
61
64
|
]
|
|
62
65
|
}
|
|
63
66
|
);
|
|
64
67
|
};
|
|
65
68
|
export {
|
|
66
|
-
|
|
69
|
+
k as Tarjeta
|
|
67
70
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { s } from "../../../index-DDjnZyBf.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 { o as j, p } from "../../index-
|
|
3
|
+
import { o as j, p } from "../../index-DDjnZyBf.js";
|
|
4
4
|
import '../../assets/UnpHistorico.css';/* empty css */
|
|
5
5
|
const x = ({ icon: c, label: l, show: h = !1, children: o }) => {
|
|
6
6
|
const [e, i] = r(h), [f, s] = r(0), a = d(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-DDjnZyBf.js";
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -0,0 +1,390 @@
|
|
|
1
|
+
import { g as D } from "./_commonjsHelpers-C6fGbg64.js";
|
|
2
|
+
import R from "react";
|
|
3
|
+
var O = { exports: {} }, o = {};
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* react-dom.production.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var S;
|
|
14
|
+
function v() {
|
|
15
|
+
if (S) return o;
|
|
16
|
+
S = 1;
|
|
17
|
+
var d = R;
|
|
18
|
+
function p(n) {
|
|
19
|
+
var r = "https://react.dev/errors/" + n;
|
|
20
|
+
if (1 < arguments.length) {
|
|
21
|
+
r += "?args[]=" + encodeURIComponent(arguments[1]);
|
|
22
|
+
for (var a = 2; a < arguments.length; a++)
|
|
23
|
+
r += "&args[]=" + encodeURIComponent(arguments[a]);
|
|
24
|
+
}
|
|
25
|
+
return "Minified React error #" + n + "; visit " + r + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
26
|
+
}
|
|
27
|
+
function l() {
|
|
28
|
+
}
|
|
29
|
+
var c = {
|
|
30
|
+
d: {
|
|
31
|
+
f: l,
|
|
32
|
+
r: function() {
|
|
33
|
+
throw Error(p(522));
|
|
34
|
+
},
|
|
35
|
+
D: l,
|
|
36
|
+
C: l,
|
|
37
|
+
L: l,
|
|
38
|
+
m: l,
|
|
39
|
+
X: l,
|
|
40
|
+
S: l,
|
|
41
|
+
M: l
|
|
42
|
+
},
|
|
43
|
+
p: 0,
|
|
44
|
+
findDOMNode: null
|
|
45
|
+
}, s = Symbol.for("react.portal");
|
|
46
|
+
function g(n, r, a) {
|
|
47
|
+
var t = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
48
|
+
return {
|
|
49
|
+
$$typeof: s,
|
|
50
|
+
key: t == null ? null : "" + t,
|
|
51
|
+
children: n,
|
|
52
|
+
containerInfo: r,
|
|
53
|
+
implementation: a
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
var y = d.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
57
|
+
function m(n, r) {
|
|
58
|
+
if (n === "font") return "";
|
|
59
|
+
if (typeof r == "string")
|
|
60
|
+
return r === "use-credentials" ? r : "";
|
|
61
|
+
}
|
|
62
|
+
return o.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = c, o.createPortal = function(n, r) {
|
|
63
|
+
var a = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
64
|
+
if (!r || r.nodeType !== 1 && r.nodeType !== 9 && r.nodeType !== 11)
|
|
65
|
+
throw Error(p(299));
|
|
66
|
+
return g(n, r, null, a);
|
|
67
|
+
}, o.flushSync = function(n) {
|
|
68
|
+
var r = y.T, a = c.p;
|
|
69
|
+
try {
|
|
70
|
+
if (y.T = null, c.p = 2, n) return n();
|
|
71
|
+
} finally {
|
|
72
|
+
y.T = r, c.p = a, c.d.f();
|
|
73
|
+
}
|
|
74
|
+
}, o.preconnect = function(n, r) {
|
|
75
|
+
typeof n == "string" && (r ? (r = r.crossOrigin, r = typeof r == "string" ? r === "use-credentials" ? r : "" : void 0) : r = null, c.d.C(n, r));
|
|
76
|
+
}, o.prefetchDNS = function(n) {
|
|
77
|
+
typeof n == "string" && c.d.D(n);
|
|
78
|
+
}, o.preinit = function(n, r) {
|
|
79
|
+
if (typeof n == "string" && r && typeof r.as == "string") {
|
|
80
|
+
var a = r.as, t = m(a, r.crossOrigin), e = typeof r.integrity == "string" ? r.integrity : void 0, i = typeof r.fetchPriority == "string" ? r.fetchPriority : void 0;
|
|
81
|
+
a === "style" ? c.d.S(
|
|
82
|
+
n,
|
|
83
|
+
typeof r.precedence == "string" ? r.precedence : void 0,
|
|
84
|
+
{
|
|
85
|
+
crossOrigin: t,
|
|
86
|
+
integrity: e,
|
|
87
|
+
fetchPriority: i
|
|
88
|
+
}
|
|
89
|
+
) : a === "script" && c.d.X(n, {
|
|
90
|
+
crossOrigin: t,
|
|
91
|
+
integrity: e,
|
|
92
|
+
fetchPriority: i,
|
|
93
|
+
nonce: typeof r.nonce == "string" ? r.nonce : void 0
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
}, o.preinitModule = function(n, r) {
|
|
97
|
+
if (typeof n == "string")
|
|
98
|
+
if (typeof r == "object" && r !== null) {
|
|
99
|
+
if (r.as == null || r.as === "script") {
|
|
100
|
+
var a = m(
|
|
101
|
+
r.as,
|
|
102
|
+
r.crossOrigin
|
|
103
|
+
);
|
|
104
|
+
c.d.M(n, {
|
|
105
|
+
crossOrigin: a,
|
|
106
|
+
integrity: typeof r.integrity == "string" ? r.integrity : void 0,
|
|
107
|
+
nonce: typeof r.nonce == "string" ? r.nonce : void 0
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
} else r == null && c.d.M(n);
|
|
111
|
+
}, o.preload = function(n, r) {
|
|
112
|
+
if (typeof n == "string" && typeof r == "object" && r !== null && typeof r.as == "string") {
|
|
113
|
+
var a = r.as, t = m(a, r.crossOrigin);
|
|
114
|
+
c.d.L(n, a, {
|
|
115
|
+
crossOrigin: t,
|
|
116
|
+
integrity: typeof r.integrity == "string" ? r.integrity : void 0,
|
|
117
|
+
nonce: typeof r.nonce == "string" ? r.nonce : void 0,
|
|
118
|
+
type: typeof r.type == "string" ? r.type : void 0,
|
|
119
|
+
fetchPriority: typeof r.fetchPriority == "string" ? r.fetchPriority : void 0,
|
|
120
|
+
referrerPolicy: typeof r.referrerPolicy == "string" ? r.referrerPolicy : void 0,
|
|
121
|
+
imageSrcSet: typeof r.imageSrcSet == "string" ? r.imageSrcSet : void 0,
|
|
122
|
+
imageSizes: typeof r.imageSizes == "string" ? r.imageSizes : void 0,
|
|
123
|
+
media: typeof r.media == "string" ? r.media : void 0
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
}, o.preloadModule = function(n, r) {
|
|
127
|
+
if (typeof n == "string")
|
|
128
|
+
if (r) {
|
|
129
|
+
var a = m(r.as, r.crossOrigin);
|
|
130
|
+
c.d.m(n, {
|
|
131
|
+
as: typeof r.as == "string" && r.as !== "script" ? r.as : void 0,
|
|
132
|
+
crossOrigin: a,
|
|
133
|
+
integrity: typeof r.integrity == "string" ? r.integrity : void 0
|
|
134
|
+
});
|
|
135
|
+
} else c.d.m(n);
|
|
136
|
+
}, o.requestFormReset = function(n) {
|
|
137
|
+
c.d.r(n);
|
|
138
|
+
}, o.unstable_batchedUpdates = function(n, r) {
|
|
139
|
+
return n(r);
|
|
140
|
+
}, o.useFormState = function(n, r, a) {
|
|
141
|
+
return y.H.useFormState(n, r, a);
|
|
142
|
+
}, o.useFormStatus = function() {
|
|
143
|
+
return y.H.useHostTransitionStatus();
|
|
144
|
+
}, o.version = "19.0.0", o;
|
|
145
|
+
}
|
|
146
|
+
var u = {};
|
|
147
|
+
/**
|
|
148
|
+
* @license React
|
|
149
|
+
* react-dom.development.js
|
|
150
|
+
*
|
|
151
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
152
|
+
*
|
|
153
|
+
* This source code is licensed under the MIT license found in the
|
|
154
|
+
* LICENSE file in the root directory of this source tree.
|
|
155
|
+
*/
|
|
156
|
+
var E;
|
|
157
|
+
function b() {
|
|
158
|
+
return E || (E = 1, process.env.NODE_ENV !== "production" && function() {
|
|
159
|
+
function d() {
|
|
160
|
+
}
|
|
161
|
+
function p(t) {
|
|
162
|
+
return "" + t;
|
|
163
|
+
}
|
|
164
|
+
function l(t, e, i) {
|
|
165
|
+
var f = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
166
|
+
try {
|
|
167
|
+
p(f);
|
|
168
|
+
var _ = !1;
|
|
169
|
+
} catch {
|
|
170
|
+
_ = !0;
|
|
171
|
+
}
|
|
172
|
+
return _ && (console.error(
|
|
173
|
+
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
174
|
+
typeof Symbol == "function" && Symbol.toStringTag && f[Symbol.toStringTag] || f.constructor.name || "Object"
|
|
175
|
+
), p(f)), {
|
|
176
|
+
$$typeof: r,
|
|
177
|
+
key: f == null ? null : "" + f,
|
|
178
|
+
children: t,
|
|
179
|
+
containerInfo: e,
|
|
180
|
+
implementation: i
|
|
181
|
+
};
|
|
182
|
+
}
|
|
183
|
+
function c(t, e) {
|
|
184
|
+
if (t === "font") return "";
|
|
185
|
+
if (typeof e == "string")
|
|
186
|
+
return e === "use-credentials" ? e : "";
|
|
187
|
+
}
|
|
188
|
+
function s(t) {
|
|
189
|
+
return t === null ? "`null`" : t === void 0 ? "`undefined`" : t === "" ? "an empty string" : 'something with type "' + typeof t + '"';
|
|
190
|
+
}
|
|
191
|
+
function g(t) {
|
|
192
|
+
return t === null ? "`null`" : t === void 0 ? "`undefined`" : t === "" ? "an empty string" : typeof t == "string" ? JSON.stringify(t) : typeof t == "number" ? "`" + t + "`" : 'something with type "' + typeof t + '"';
|
|
193
|
+
}
|
|
194
|
+
function y() {
|
|
195
|
+
var t = a.H;
|
|
196
|
+
return t === null && console.error(
|
|
197
|
+
`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
198
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
199
|
+
2. You might be breaking the Rules of Hooks
|
|
200
|
+
3. You might have more than one copy of React in the same app
|
|
201
|
+
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
|
|
202
|
+
), t;
|
|
203
|
+
}
|
|
204
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
205
|
+
var m = R, n = {
|
|
206
|
+
d: {
|
|
207
|
+
f: d,
|
|
208
|
+
r: function() {
|
|
209
|
+
throw Error(
|
|
210
|
+
"Invalid form element. requestFormReset must be passed a form that was rendered by React."
|
|
211
|
+
);
|
|
212
|
+
},
|
|
213
|
+
D: d,
|
|
214
|
+
C: d,
|
|
215
|
+
L: d,
|
|
216
|
+
m: d,
|
|
217
|
+
X: d,
|
|
218
|
+
S: d,
|
|
219
|
+
M: d
|
|
220
|
+
},
|
|
221
|
+
p: 0,
|
|
222
|
+
findDOMNode: null
|
|
223
|
+
}, r = Symbol.for("react.portal"), a = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
224
|
+
typeof Map == "function" && Map.prototype != null && typeof Map.prototype.forEach == "function" && typeof Set == "function" && Set.prototype != null && typeof Set.prototype.clear == "function" && typeof Set.prototype.forEach == "function" || console.error(
|
|
225
|
+
"React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"
|
|
226
|
+
), u.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = n, u.createPortal = function(t, e) {
|
|
227
|
+
var i = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
228
|
+
if (!e || e.nodeType !== 1 && e.nodeType !== 9 && e.nodeType !== 11)
|
|
229
|
+
throw Error("Target container is not a DOM element.");
|
|
230
|
+
return l(t, e, null, i);
|
|
231
|
+
}, u.flushSync = function(t) {
|
|
232
|
+
var e = a.T, i = n.p;
|
|
233
|
+
try {
|
|
234
|
+
if (a.T = null, n.p = 2, t)
|
|
235
|
+
return t();
|
|
236
|
+
} finally {
|
|
237
|
+
a.T = e, n.p = i, n.d.f() && console.error(
|
|
238
|
+
"flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."
|
|
239
|
+
);
|
|
240
|
+
}
|
|
241
|
+
}, u.preconnect = function(t, e) {
|
|
242
|
+
typeof t == "string" && t ? e != null && typeof e != "object" ? console.error(
|
|
243
|
+
"ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",
|
|
244
|
+
g(e)
|
|
245
|
+
) : e != null && typeof e.crossOrigin != "string" && console.error(
|
|
246
|
+
"ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",
|
|
247
|
+
s(e.crossOrigin)
|
|
248
|
+
) : console.error(
|
|
249
|
+
"ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
|
|
250
|
+
s(t)
|
|
251
|
+
), typeof t == "string" && (e ? (e = e.crossOrigin, e = typeof e == "string" ? e === "use-credentials" ? e : "" : void 0) : e = null, n.d.C(t, e));
|
|
252
|
+
}, u.prefetchDNS = function(t) {
|
|
253
|
+
if (typeof t != "string" || !t)
|
|
254
|
+
console.error(
|
|
255
|
+
"ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
|
|
256
|
+
s(t)
|
|
257
|
+
);
|
|
258
|
+
else if (1 < arguments.length) {
|
|
259
|
+
var e = arguments[1];
|
|
260
|
+
typeof e == "object" && e.hasOwnProperty("crossOrigin") ? console.error(
|
|
261
|
+
"ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. It looks like the you are attempting to set a crossOrigin property for this DNS lookup hint. Browsers do not perform DNS queries using CORS and setting this attribute on the resource hint has no effect. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",
|
|
262
|
+
g(e)
|
|
263
|
+
) : console.error(
|
|
264
|
+
"ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",
|
|
265
|
+
g(e)
|
|
266
|
+
);
|
|
267
|
+
}
|
|
268
|
+
typeof t == "string" && n.d.D(t);
|
|
269
|
+
}, u.preinit = function(t, e) {
|
|
270
|
+
if (typeof t == "string" && t ? e == null || typeof e != "object" ? console.error(
|
|
271
|
+
"ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",
|
|
272
|
+
g(e)
|
|
273
|
+
) : e.as !== "style" && e.as !== "script" && console.error(
|
|
274
|
+
'ReactDOM.preinit(): Expected the `as` property in the `options` argument (second) to contain a valid value describing the type of resource to be preinitialized but encountered %s instead. Valid values for `as` are "style" and "script".',
|
|
275
|
+
g(e.as)
|
|
276
|
+
) : console.error(
|
|
277
|
+
"ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
|
|
278
|
+
s(t)
|
|
279
|
+
), typeof t == "string" && e && typeof e.as == "string") {
|
|
280
|
+
var i = e.as, f = c(i, e.crossOrigin), _ = typeof e.integrity == "string" ? e.integrity : void 0, h = typeof e.fetchPriority == "string" ? e.fetchPriority : void 0;
|
|
281
|
+
i === "style" ? n.d.S(
|
|
282
|
+
t,
|
|
283
|
+
typeof e.precedence == "string" ? e.precedence : void 0,
|
|
284
|
+
{
|
|
285
|
+
crossOrigin: f,
|
|
286
|
+
integrity: _,
|
|
287
|
+
fetchPriority: h
|
|
288
|
+
}
|
|
289
|
+
) : i === "script" && n.d.X(t, {
|
|
290
|
+
crossOrigin: f,
|
|
291
|
+
integrity: _,
|
|
292
|
+
fetchPriority: h,
|
|
293
|
+
nonce: typeof e.nonce == "string" ? e.nonce : void 0
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
}, u.preinitModule = function(t, e) {
|
|
297
|
+
var i = "";
|
|
298
|
+
if (typeof t == "string" && t || (i += " The `href` argument encountered was " + s(t) + "."), e !== void 0 && typeof e != "object" ? i += " The `options` argument encountered was " + s(e) + "." : e && "as" in e && e.as !== "script" && (i += " The `as` option encountered was " + g(e.as) + "."), i)
|
|
299
|
+
console.error(
|
|
300
|
+
"ReactDOM.preinitModule(): Expected up to two arguments, a non-empty `href` string and, optionally, an `options` object with a valid `as` property.%s",
|
|
301
|
+
i
|
|
302
|
+
);
|
|
303
|
+
else
|
|
304
|
+
switch (i = e && typeof e.as == "string" ? e.as : "script", i) {
|
|
305
|
+
case "script":
|
|
306
|
+
break;
|
|
307
|
+
default:
|
|
308
|
+
i = g(i), console.error(
|
|
309
|
+
'ReactDOM.preinitModule(): Currently the only supported "as" type for this function is "script" but received "%s" instead. This warning was generated for `href` "%s". In the future other module types will be supported, aligning with the import-attributes proposal. Learn more here: (https://github.com/tc39/proposal-import-attributes)',
|
|
310
|
+
i,
|
|
311
|
+
t
|
|
312
|
+
);
|
|
313
|
+
}
|
|
314
|
+
typeof t == "string" && (typeof e == "object" && e !== null ? (e.as == null || e.as === "script") && (i = c(
|
|
315
|
+
e.as,
|
|
316
|
+
e.crossOrigin
|
|
317
|
+
), n.d.M(t, {
|
|
318
|
+
crossOrigin: i,
|
|
319
|
+
integrity: typeof e.integrity == "string" ? e.integrity : void 0,
|
|
320
|
+
nonce: typeof e.nonce == "string" ? e.nonce : void 0
|
|
321
|
+
})) : e == null && n.d.M(t));
|
|
322
|
+
}, u.preload = function(t, e) {
|
|
323
|
+
var i = "";
|
|
324
|
+
if (typeof t == "string" && t || (i += " The `href` argument encountered was " + s(t) + "."), e == null || typeof e != "object" ? i += " The `options` argument encountered was " + s(e) + "." : typeof e.as == "string" && e.as || (i += " The `as` option encountered was " + s(e.as) + "."), i && console.error(
|
|
325
|
+
'ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',
|
|
326
|
+
i
|
|
327
|
+
), typeof t == "string" && typeof e == "object" && e !== null && typeof e.as == "string") {
|
|
328
|
+
i = e.as;
|
|
329
|
+
var f = c(
|
|
330
|
+
i,
|
|
331
|
+
e.crossOrigin
|
|
332
|
+
);
|
|
333
|
+
n.d.L(t, i, {
|
|
334
|
+
crossOrigin: f,
|
|
335
|
+
integrity: typeof e.integrity == "string" ? e.integrity : void 0,
|
|
336
|
+
nonce: typeof e.nonce == "string" ? e.nonce : void 0,
|
|
337
|
+
type: typeof e.type == "string" ? e.type : void 0,
|
|
338
|
+
fetchPriority: typeof e.fetchPriority == "string" ? e.fetchPriority : void 0,
|
|
339
|
+
referrerPolicy: typeof e.referrerPolicy == "string" ? e.referrerPolicy : void 0,
|
|
340
|
+
imageSrcSet: typeof e.imageSrcSet == "string" ? e.imageSrcSet : void 0,
|
|
341
|
+
imageSizes: typeof e.imageSizes == "string" ? e.imageSizes : void 0,
|
|
342
|
+
media: typeof e.media == "string" ? e.media : void 0
|
|
343
|
+
});
|
|
344
|
+
}
|
|
345
|
+
}, u.preloadModule = function(t, e) {
|
|
346
|
+
var i = "";
|
|
347
|
+
typeof t == "string" && t || (i += " The `href` argument encountered was " + s(t) + "."), e !== void 0 && typeof e != "object" ? i += " The `options` argument encountered was " + s(e) + "." : e && "as" in e && typeof e.as != "string" && (i += " The `as` option encountered was " + s(e.as) + "."), i && console.error(
|
|
348
|
+
'ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',
|
|
349
|
+
i
|
|
350
|
+
), typeof t == "string" && (e ? (i = c(
|
|
351
|
+
e.as,
|
|
352
|
+
e.crossOrigin
|
|
353
|
+
), n.d.m(t, {
|
|
354
|
+
as: typeof e.as == "string" && e.as !== "script" ? e.as : void 0,
|
|
355
|
+
crossOrigin: i,
|
|
356
|
+
integrity: typeof e.integrity == "string" ? e.integrity : void 0
|
|
357
|
+
})) : n.d.m(t));
|
|
358
|
+
}, u.requestFormReset = function(t) {
|
|
359
|
+
n.d.r(t);
|
|
360
|
+
}, u.unstable_batchedUpdates = function(t, e) {
|
|
361
|
+
return t(e);
|
|
362
|
+
}, u.useFormState = function(t, e, i) {
|
|
363
|
+
return y().useFormState(t, e, i);
|
|
364
|
+
}, u.useFormStatus = function() {
|
|
365
|
+
return y().useHostTransitionStatus();
|
|
366
|
+
}, u.version = "19.0.0", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
367
|
+
}()), u;
|
|
368
|
+
}
|
|
369
|
+
var T;
|
|
370
|
+
function M() {
|
|
371
|
+
if (T) return O.exports;
|
|
372
|
+
T = 1;
|
|
373
|
+
function d() {
|
|
374
|
+
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) {
|
|
375
|
+
if (process.env.NODE_ENV !== "production")
|
|
376
|
+
throw new Error("^_^");
|
|
377
|
+
try {
|
|
378
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(d);
|
|
379
|
+
} catch (p) {
|
|
380
|
+
console.error(p);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
return process.env.NODE_ENV === "production" ? (d(), O.exports = v()) : O.exports = b(), O.exports;
|
|
385
|
+
}
|
|
386
|
+
var N = M();
|
|
387
|
+
const L = /* @__PURE__ */ D(N);
|
|
388
|
+
export {
|
|
389
|
+
L as R
|
|
390
|
+
};
|
|
@@ -2,25 +2,28 @@ import { G as t } from "./iconBase-LROS5hdG.js";
|
|
|
2
2
|
function h(c) {
|
|
3
3
|
return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z" }, child: [] }] })(c);
|
|
4
4
|
}
|
|
5
|
+
function r(c) {
|
|
6
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" }, child: [] }] })(c);
|
|
7
|
+
}
|
|
5
8
|
function v(c) {
|
|
6
9
|
return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z" }, child: [] }] })(c);
|
|
7
10
|
}
|
|
8
|
-
function
|
|
11
|
+
function i(c) {
|
|
9
12
|
return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z" }, child: [] }] })(c);
|
|
10
13
|
}
|
|
11
|
-
function
|
|
14
|
+
function l(c) {
|
|
12
15
|
return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z" }, child: [] }] })(c);
|
|
13
16
|
}
|
|
14
|
-
function
|
|
17
|
+
function n(c) {
|
|
15
18
|
return t({ tag: "svg", attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z" }, child: [] }] })(c);
|
|
16
19
|
}
|
|
17
|
-
function
|
|
20
|
+
function d(c) {
|
|
18
21
|
return t({ tag: "svg", attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z" }, child: [] }] })(c);
|
|
19
22
|
}
|
|
20
|
-
function
|
|
23
|
+
function o(c) {
|
|
21
24
|
return t({ tag: "svg", attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z" }, child: [] }] })(c);
|
|
22
25
|
}
|
|
23
|
-
function
|
|
26
|
+
function e(c) {
|
|
24
27
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z" }, child: [] }] })(c);
|
|
25
28
|
}
|
|
26
29
|
function g(c) {
|
|
@@ -28,12 +31,13 @@ function g(c) {
|
|
|
28
31
|
}
|
|
29
32
|
export {
|
|
30
33
|
g as F,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
d as a,
|
|
35
|
+
n as b,
|
|
36
|
+
o as c,
|
|
37
|
+
r as d,
|
|
38
|
+
h as e,
|
|
39
|
+
e as f,
|
|
40
|
+
v as g,
|
|
41
|
+
l as h,
|
|
42
|
+
i
|
|
39
43
|
};
|