react-ecosistema-unp 1.7.1 → 1.7.2
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/README.md +61 -61
- package/dist/TabPane-BiwPZSbT.js +752 -0
- package/dist/assets/EcoModalStyles.css +1 -0
- package/dist/assets/Modal.css +1 -1
- 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-Cpp73e44.js → index-069JzHFQ.js} +23 -15
- package/dist/index-BrykDZgK.js +390 -0
- package/dist/lib/assets/animations/noData.json.d.ts +5866 -5866
- package/dist/lib/assets/animations/noInfo.json.d.ts +2981 -2981
- package/dist/lib/tables/tabla-registros/modal/Modal.d.ts +2 -3
- package/dist/lib/tables/tabla-registros/modal-v2/EcoModal.d.ts +21 -0
- package/dist/lib/ui.d.ts +1 -1
- package/dist/shared/app-list/AppList.js +1 -1
- package/dist/shared/iconos-sistema/logout-button/LogoutButton.js +1 -1
- package/dist/shared/menu-lateral/MenuLateral.js +14 -12
- 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 +2 -1
- package/dist/tables/tabla-registros/buscador/Buscador.js +1 -1
- package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +5 -3
- package/dist/tables/tabla-registros/modal/Modal.js +23 -23
- package/dist/tables/tabla-registros/modal-v2/EcoModal.js +117 -0
- 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 +5 -5
- package/dist/ui/logo/Logo.js +6 -6
- package/dist/ui.js +9 -8
- package/dist/utils/unp-historico/UnpHistorico.js +5 -3
- package/package.json +111 -111
- package/dist/TabPane-DtFCEmIj.js +0 -1136
|
@@ -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.modal-open{overflow:hidden}.modal-overlay{position:fixed;background:#00000080;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}.modal-overlay.primary-left{justify-content:flex-start}.modal-overlay.primary-right{justify-content:flex-end}.modal-overlay.primary-center{justify-content:center}.modal-overlay.secondary-overlay{background:transparent!important;pointer-events:none}.modal-overlay.show{opacity:1;visibility:visible}.modal-overlay.hide{opacity:0;visibility:hidden}.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}.modal-container.primary{z-index:1001}.modal-container.secondary{z-index:1002;flex:1 1 auto;min-width:0}.modal-container.primary:not(.centered):not(.maximized){width:var(--modal-primary-width, 42%)!important;flex-shrink:0}.modal-container.primary.centered:not(.maximized){width:var(--modal-primary-width, 50%)!important;flex-shrink:0}.modal-container.primary-left.show{transform:translate(0)}.modal-container.primary-right{transform:translate(100%)}.modal-container.primary-right.show{transform:translate(0)}.modal-container.primary-center{transform:scale(.8);opacity:0}.modal-container.primary-center.show{transform:scale(1);opacity:1}.modal-container.secondary-left{transform:translateY(-100%)}.modal-container.secondary-left.show{transform:translateY(0)}.modal-container.secondary-right{transform:translateY(100%)}.modal-container.secondary-right.show{transform:translateY(0)}.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}.modal_body{flex-grow:1;overflow-y:auto;border-radius:0 0 12px 12px}.close_button,.max_button{background:none;border:none;font-size:1.5em;cursor:pointer;color:#fff}.close_button:disabled,.max_button:disabled{opacity:.5;cursor:not-allowed}.close_button:hover:not(:disabled),.max_button:hover:not(:disabled),.icon-header:hover{color:#d36269}.max_button{margin-bottom:1px}.modal_body::-webkit-scrollbar{width:10px}.modal_body::-webkit-scrollbar-track{background:transparent}.modal_body::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:10px;border:3px solid transparent;background-clip:padding-box}.modal-container.maximized{position:fixed!important;z-index:1003!important}.modal-container.maximized.primary-left,.modal-container.maximized.primary-right{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.modal-container.maximized.primary-center{left:50%!important;right:auto!important;width:calc(100vw - 2 * var(--modal-padding))!important;transform:translate(-50%)!important}.modal-container.maximized.secondary{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.two-modals-50 .modal-container:not(.maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.two-modals-50.primary-right .modal-container:not(.maximized).primary-right{right:0!important;left:auto!important;width:var(--half-available)!important}.two-modals-50.primary-right .modal-container:not(.maximized).secondary{left:0!important;right:auto!important;width:var(--half-available)!important}.two-modals-50.primary-left .modal-container:not(.maximized).primary-left{left:0!important;right:auto!important;width:var(--half-available)!important}.two-modals-50.primary-left .modal-container:not(.maximized).secondary{right:0!important;left:auto!important;width:var(--half-available)!important}.two-modals-50 .modal-overlay{gap:var(--modal-gap)}.two-modals-large .modal-container:not(.maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.two-modals-large.primary-right .modal-container:not(.maximized).primary-right{right:0!important;left:auto!important;width:var(--primary-30)!important}.two-modals-large.primary-right .modal-container:not(.maximized).secondary{left:0!important;right:auto!important;width:var(--secondary-70)!important}.two-modals-large.primary-left .modal-container:not(.maximized).primary-left{left:0!important;right:auto!important;width:var(--primary-30)!important}.two-modals-large.primary-left .modal-container:not(.maximized).secondary{right:0!important;left:auto!important;width:var(--secondary-70)!important}.two-modals-large .modal-overlay{gap:var(--modal-gap)}@media (max-width: 992px){.two-modals-50 .modal-container:not(.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,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { s } from "../../../index-069JzHFQ.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-069JzHFQ.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-069JzHFQ.js";
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -23,10 +23,10 @@ function g(c) {
|
|
|
23
23
|
function d(c) {
|
|
24
24
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z" }, child: [] }] })(c);
|
|
25
25
|
}
|
|
26
|
-
function
|
|
26
|
+
function e(c) {
|
|
27
27
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z" }, child: [] }] })(c);
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function z(c) {
|
|
30
30
|
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z" }, child: [] }] })(c);
|
|
31
31
|
}
|
|
32
32
|
function o(c) {
|
|
@@ -59,18 +59,24 @@ function F(c) {
|
|
|
59
59
|
function m(c) {
|
|
60
60
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M384 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L398.4 96c-5.2 25.8-22.9 47.1-46.4 57.3L352 448l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-23.5-10.3-41.2-31.6-46.4-57.3L128 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288l144.9 0L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320l144.9 0L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z" }, child: [] }] })(c);
|
|
61
61
|
}
|
|
62
|
-
function
|
|
62
|
+
function x(c) {
|
|
63
63
|
return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z" }, child: [] }] })(c);
|
|
64
64
|
}
|
|
65
|
-
function
|
|
65
|
+
function B(c) {
|
|
66
66
|
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);
|
|
67
67
|
}
|
|
68
|
-
function
|
|
68
|
+
function f(c) {
|
|
69
69
|
return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z" }, child: [] }] })(c);
|
|
70
70
|
}
|
|
71
71
|
function A(c) {
|
|
72
72
|
return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192l42.7 0c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0L21.3 320C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7l42.7 0C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3l-213.3 0zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352l117.3 0C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7l-330.7 0c-14.7 0-26.7-11.9-26.7-26.7z" }, child: [] }] })(c);
|
|
73
73
|
}
|
|
74
|
+
function S(c) {
|
|
75
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 96l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32s14.3-32 32-32z" }, child: [] }] })(c);
|
|
76
|
+
}
|
|
77
|
+
function k(c) {
|
|
78
|
+
return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M432 64L208 64c-8.8 0-16 7.2-16 16l0 16-64 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-64 16 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192zm64 32c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 192c-17.7 0-32 14.3-32 32z" }, child: [] }] })(c);
|
|
79
|
+
}
|
|
74
80
|
export {
|
|
75
81
|
u as F,
|
|
76
82
|
F as a,
|
|
@@ -80,20 +86,22 @@ export {
|
|
|
80
86
|
h as e,
|
|
81
87
|
o as f,
|
|
82
88
|
n as g,
|
|
83
|
-
|
|
89
|
+
B as h,
|
|
84
90
|
m as i,
|
|
85
91
|
v as j,
|
|
86
92
|
p as k,
|
|
87
93
|
A as l,
|
|
88
|
-
|
|
94
|
+
f as m,
|
|
89
95
|
M as n,
|
|
90
96
|
d as o,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
e as p,
|
|
98
|
+
k as q,
|
|
99
|
+
S as r,
|
|
100
|
+
x as s,
|
|
101
|
+
g as t,
|
|
102
|
+
z as u,
|
|
103
|
+
C as v,
|
|
104
|
+
w,
|
|
105
|
+
s as x,
|
|
106
|
+
r as y
|
|
99
107
|
};
|
|
@@ -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
|
+
};
|