react-ecosistema-unp 1.7.6 → 1.7.8
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/assets/Tabla.css +1 -1
- package/dist/assets/Tarjeta.css +1 -1
- package/dist/cards/tarjeta/Tarjeta.js +37 -34
- 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 +1 -0
- package/dist/lib/utils/eco-provider/EcoContext.d.ts +4 -0
- package/dist/lib/utils/websocket-manager/WebSocketContext.d.ts +3 -0
- package/dist/lib/utils.d.ts +1 -0
- package/dist/tables/tabla-registros/TablaRegistros.js +263 -261
- package/dist/tables/tabla-registros/tabla/Tabla.js +104 -101
- package/dist/utils/eco-provider/EcoContext.js +31 -0
- package/dist/utils.js +17 -15
- package/package.json +1 -1
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 0!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:
|
|
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 0!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
|
};
|
|
@@ -4,5 +4,8 @@ declare const AuthContext: React.Context<AuthContextType | undefined>;
|
|
|
4
4
|
interface AuthProviderProps {
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
}
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated since version 1.7.7 — use `EcoProvider` instead.
|
|
9
|
+
*/
|
|
7
10
|
declare const AuthProvider: React.FC<AuthProviderProps>;
|
|
8
11
|
export { AuthContext, AuthProvider };
|
package/dist/lib/utils.d.ts
CHANGED