react-ecosistema-unp 1.7.13 → 1.7.15

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.
Files changed (27) hide show
  1. package/README.md +61 -61
  2. package/dist/cards/tarjeta/nuevo-elemento/NuevoElemento.js +1 -1
  3. package/dist/cards/tarjeta-info/TarjetaInfo.js +1 -1
  4. package/dist/data/tarjeta-datos/TarjetaDatos.js +1 -1
  5. package/dist/{index-CgSyrJ_X.js → index-D3WseyJh.js} +18 -14
  6. package/dist/{index-069JzHFQ.js → index-DDjnZyBf.js} +16 -12
  7. package/dist/lib/assets/animations/noData.json.d.ts +5866 -5866
  8. package/dist/lib/assets/animations/noInfo.json.d.ts +2981 -2981
  9. package/dist/lib/tables/tabla-registros/TablaRegistros.d.ts +2 -0
  10. package/dist/lib/tables/tabla-registros/tabla/Tabla.d.ts +3 -0
  11. package/dist/shared/app-list/AppList.js +2 -2
  12. package/dist/shared/iconos-sistema/logout-button/LogoutButton.js +1 -1
  13. package/dist/shared/menu-lateral/MenuLateral.js +9 -9
  14. package/dist/shared/notificacion-usuario/NotificacionUsuario.js +3 -3
  15. package/dist/tables/tabla-registros/TablaRegistros.js +268 -264
  16. package/dist/tables/tabla-registros/buscador/Buscador.js +1 -1
  17. package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +9 -8
  18. package/dist/tables/tabla-registros/modal-v2/EcoModal.js +1 -1
  19. package/dist/tables/tabla-registros/tabla/Tabla.js +179 -122
  20. package/dist/ui/contenido-modal/ContenidoModal.js +1 -1
  21. package/dist/ui/contenido-modal/ContenidoModalv0.1.js +1 -1
  22. package/dist/ui/icono-tooltip/IconoTooltip.js +1 -1
  23. package/dist/ui/items-modal/ItemsModal.js +1 -1
  24. package/dist/ui/logo/Logo.js +6 -6
  25. package/dist/utils/fetch-interceptor/fetchInterceptor.js +27 -26
  26. package/dist/utils/unp-historico/UnpHistorico.js +1 -1
  27. package/package.json +113 -113
@@ -1,5 +1,5 @@
1
1
  import { jsx as a, jsxs as t } from "react/jsx-runtime";
2
- import { w as s } from "../../../index-069JzHFQ.js";
2
+ import { x as s } from "../../../index-DDjnZyBf.js";
3
3
  import { F as i, a as l } from "../../../FormGroup-BLpFcIN5.js";
4
4
  import '../../../assets/Buscador.css';const d = ({ onSearch: r }) => {
5
5
  const n = (e) => e.normalize("NFD").replace(/[\u0300-\u036f]/g, "");
@@ -1,5 +1,5 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
- import { Encabezado as e } from "../../../ui/encabezado/Encabezado.js";
2
+ import { Encabezado as a } from "../../../ui/encabezado/Encabezado.js";
3
3
  import "../../../ui/subtitulo/Subtitulo.js";
4
4
  import "react";
5
5
  import '../../../assets/EcoModalStyles.css';import '../../../assets/Modal.css';import '../../../assets/ContenedorVentana.css';import '../../../assets/IconoTooltip.css';import '../../../assets/ItemsModal.css';import '../../../assets/Logo.css';import '../../../assets/Bootstrap.css';import '../../../assets/Paginador.css';import '../../../assets/ContenidoModal.css';/* empty css */
@@ -14,21 +14,22 @@ import "react-router-dom";
14
14
  import "../../../index-BrykDZgK.js";
15
15
  /* empty css */
16
16
  import "../../../Animacion-ThNL9iiY.js";
17
- import { BusquedaInput as c } from "../buscador/Buscador.js";
18
- const S = ({
17
+ import { BusquedaInput as e } from "../buscador/Buscador.js";
18
+ const B = ({
19
19
  title: m,
20
20
  subtitle: t,
21
21
  data: p,
22
22
  setSearchTerm: n,
23
- extraInput: o,
24
- enableColumnSearch: a
23
+ extraInput: o
24
+ // enableColumnSearch
25
25
  }) => /* @__PURE__ */ i("div", { className: "unp-row", children: [
26
- /* @__PURE__ */ r(e, { title: m, subtitle: t }),
26
+ /* @__PURE__ */ r(a, { title: m, subtitle: t }),
27
27
  /* @__PURE__ */ i("div", { className: "inputs-container", children: [
28
- p.length > 0 && !a && /* @__PURE__ */ r(c, { onSearch: n }),
28
+ p.length > 0 && // && !enableColumnSearch
29
+ /* @__PURE__ */ r(e, { onSearch: n }),
29
30
  o && /* @__PURE__ */ r("div", { children: o })
30
31
  ] })
31
32
  ] });
32
33
  export {
33
- S as EncabezadoTabla
34
+ B as EncabezadoTabla
34
35
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as t, jsxs as i } from "react/jsx-runtime";
2
2
  import { useState as m, useRef as I, useEffect as u } from "react";
3
3
  import { R as M } from "../../../index-BrykDZgK.js";
4
- import { q as A, r as B } from "../../../index-069JzHFQ.js";
4
+ import { q as A, r as B } from "../../../index-DDjnZyBf.js";
5
5
  import '../../../assets/EcoModalStyles.css';/* empty css */
6
6
  const X = ({
7
7
  show: r,
@@ -1,146 +1,203 @@
1
- import { jsx as r, jsxs as d } from "react/jsx-runtime";
2
- import H, { useState as S } from "react";
3
- import { v as j } from "../../../index-069JzHFQ.js";
4
- import { a as A, b as E, c as z } from "../../../index-CgSyrJ_X.js";
5
- import { T as M } from "../../../Table-C5ydZooy.js";
6
- import { F as O, a as U } from "../../../FormGroup-BLpFcIN5.js";
7
- import { B as V } from "../../../Button-B87TJYml.js";
8
- import '../../../assets/Tabla.css';const P = ({
9
- columns: f,
10
- displayedData: l,
1
+ import { jsx as s, jsxs as d } from "react/jsx-runtime";
2
+ import L, { useState as m, useEffect as Q } from "react";
3
+ import { v as S, w as X } from "../../../index-DDjnZyBf.js";
4
+ import { a as Y, b as Z, c as w, d as ee } from "../../../index-D3WseyJh.js";
5
+ import { T as te } from "../../../Table-C5ydZooy.js";
6
+ import { F as re, a as se } from "../../../FormGroup-BLpFcIN5.js";
7
+ import { B as oe } from "../../../Button-B87TJYml.js";
8
+ import '../../../assets/Tabla.css';const pe = ({
9
+ columns: u,
10
+ displayedData: f,
11
11
  // tableData,
12
- hasMoreData: h,
13
- setHasMoreData: v,
14
- visibleData: x,
15
- setVisibleData: N,
16
- handleCellClick: T,
17
- totalDias: y,
18
- isShared: p,
12
+ hasMoreData: x,
13
+ setHasMoreData: z,
14
+ visibleData: I,
15
+ setVisibleData: D,
16
+ handleCellClick: O,
17
+ totalDias: v,
18
+ isShared: b,
19
19
  //
20
- enableColumnSearch: u,
21
- columnSearch: k,
22
- handleColumnSearch: b,
23
- enableColumnSorter: C
20
+ enableColumnSearch: N,
21
+ columnSearch: R,
22
+ handleColumnSearch: M,
23
+ enableColumnSorter: T,
24
+ //
25
+ onSelectionChange: C,
26
+ enableRowSelection: h = !1
24
27
  }) => {
25
- const [i, B] = S({
28
+ const [l, P] = m({
26
29
  key: null,
27
30
  direction: null
28
- }), F = { i: 0 }, m = (e) => {
29
- if (y) {
30
- const o = e / y * 100;
31
+ }), [c, U] = m([]), [y, _] = m(null), [k, B] = m(null);
32
+ Q(() => {
33
+ C == null || C(c);
34
+ }, [c]);
35
+ const V = (e, o) => {
36
+ const r = k || H, i = r.findIndex((p) => p.numeroRegistro === e);
37
+ if (i === -1) return;
38
+ const n = r[i], t = c.includes(e);
39
+ let a = [];
40
+ if (t)
41
+ a = c.filter((p) => p !== e), a.length === 0 && (B(null), _(null));
42
+ else if (c.length === 0) {
43
+ a = [e], _(n.tipoMesa);
44
+ const p = n.tipoMesa, q = r.filter((g) => g.tipoMesa === p && g.numeroRegistro !== e), j = r.filter((g) => g.tipoMesa !== p), E = r.findIndex((g) => g.numeroRegistro === e), J = j.slice(0, E), K = j.slice(E);
45
+ B([...J, n, ...q, ...K]);
46
+ } else {
47
+ if (y && n.tipoMesa !== y) return;
48
+ a = [...c, e];
49
+ }
50
+ U(a);
51
+ }, A = { i: 0 }, G = (e) => {
52
+ if (v) {
53
+ const o = e / v * 100;
31
54
  return o <= 25 ? { backgroundColor: "#3AB34A", color: "#FFFFFF" } : o <= 50 ? { backgroundColor: "#F8EB10", color: "#000000" } : o <= 75 ? { backgroundColor: "#F79122", color: "#000000" } : { backgroundColor: "#E91720", color: "#FFFFFF" };
32
55
  }
33
56
  return { backgroundColor: "transparent", color: "inherit" };
34
- }, _ = (e) => {
35
- const { scrollTop: o, clientHeight: n, scrollHeight: t } = e.currentTarget;
36
- t - o <= n + 50 && h && N((a) => {
37
- const s = a + 5;
38
- return s >= l.length && v(!1), Math.min(s, l.length);
57
+ }, W = (e) => {
58
+ const { scrollTop: o, clientHeight: r, scrollHeight: i } = e.currentTarget;
59
+ i - o <= r + 50 && x && D((n) => {
60
+ const t = n + 5;
61
+ return t >= f.length && z(!1), Math.min(t, f.length);
39
62
  });
40
- }, R = (e) => {
41
- B((o) => ({
63
+ }, $ = (e) => {
64
+ P((o) => ({
42
65
  key: e,
43
66
  direction: o.key === e && o.direction === "asc" ? "desc" : "asc"
44
67
  }));
45
- }, G = (() => {
46
- if (!i.key) return l;
47
- if (p) {
48
- const [e, o] = l.reduce(
49
- (t, a) => (t[a.estadoRegistro === "en_gestion" ? 0 : 1].push(a), t),
68
+ }, H = (() => {
69
+ if (!l.key) return f;
70
+ if (b) {
71
+ const [e, o] = f.reduce(
72
+ (i, n) => (i[n.estadoRegistro === "en_gestion" ? 0 : 1].push(n), i),
50
73
  [[], []]
51
74
  );
52
- return [...[...e].sort((t, a) => {
53
- const s = t[i.key], c = a[i.key];
54
- return typeof s == "number" && typeof c == "number" ? i.direction === "asc" ? s - c : c - s : typeof s == "string" && typeof c == "string" ? i.direction === "asc" ? s.localeCompare(c) : c.localeCompare(s) : 0;
75
+ return [...[...e].sort((i, n) => {
76
+ const t = i[l.key], a = n[l.key];
77
+ return typeof t == "number" && typeof a == "number" ? l.direction === "asc" ? t - a : a - t : typeof t == "string" && typeof a == "string" ? l.direction === "asc" ? t.localeCompare(a) : a.localeCompare(t) : 0;
55
78
  }), ...o];
56
79
  }
57
- return [...l].sort((e, o) => {
58
- const n = e[i.key], t = o[i.key];
59
- return typeof n == "number" && typeof t == "number" ? i.direction === "asc" ? n - t : t - n : typeof n == "string" && typeof t == "string" ? i.direction === "asc" ? n.localeCompare(t) : t.localeCompare(n) : 0;
80
+ return [...f].sort((e, o) => {
81
+ const r = e[l.key], i = o[l.key];
82
+ return typeof r == "number" && typeof i == "number" ? l.direction === "asc" ? r - i : i - r : typeof r == "string" && typeof i == "string" ? l.direction === "asc" ? r.localeCompare(i) : i.localeCompare(r) : 0;
60
83
  });
61
- })(), g = i.direction === "asc" || i.direction === "desc" ? G : l;
62
- return /* @__PURE__ */ r("div", { className: "table_container", children: /* @__PURE__ */ r("div", { className: "table-scroll", onScroll: _, children: /* @__PURE__ */ d(M, { striped: !0, hover: !0, children: [
84
+ })(), F = k || (l.direction === "asc" || l.direction === "desc" ? H : f);
85
+ return /* @__PURE__ */ s("div", { className: "table_container", children: /* @__PURE__ */ s("div", { className: "table-scroll", onScroll: W, children: /* @__PURE__ */ d(te, { striped: !0, hover: !0, children: [
63
86
  /* @__PURE__ */ d("thead", { children: [
64
- /* @__PURE__ */ r("tr", { children: f.map((e, o) => /* @__PURE__ */ d(
65
- "th",
66
- {
67
- className: "table-header-unp",
68
- onClick: () => (e.sorter || C) && R(e.key),
69
- style: { cursor: u ? "pointer" : "default" },
70
- children: [
71
- e.label,
72
- " ",
73
- e.sorter || C ? i.key === e.key ? i.direction === "asc" ? /* @__PURE__ */ r(A, {}) : /* @__PURE__ */ r(E, {}) : /* @__PURE__ */ r(z, {}) : null
74
- ]
75
- },
76
- o
77
- )) }),
78
- u && /* @__PURE__ */ r("tr", { children: f.map((e, o) => /* @__PURE__ */ r("th", { children: /* @__PURE__ */ d(O, { className: "mx-1 position-relative", children: [
79
- /* @__PURE__ */ r(
80
- U,
81
- {
82
- type: "text",
83
- placeholder: `Buscar ${e.label}`,
84
- value: k[e.key] || "",
85
- onChange: (n) => b(e.key, n.target.value),
86
- className: "search-column-input"
87
- }
88
- ),
89
- k[e.key] && /* @__PURE__ */ r(
90
- V,
87
+ /* @__PURE__ */ d("tr", { children: [
88
+ h && /* @__PURE__ */ s("th", { className: "table-header-unp" }),
89
+ u.map((e, o) => /* @__PURE__ */ d(
90
+ "th",
91
91
  {
92
- variant: "link",
93
- size: "sm",
94
- className: "position-absolute end-0 top-50 translate-middle-y me-2 p-0",
95
- onClick: () => b(e.key, ""),
96
- style: { textDecoration: "none", color: "gray" },
97
- children: "✖"
98
- }
99
- )
100
- ] }) }, o)) })
92
+ className: "table-header-unp",
93
+ onClick: () => (e.sorter || T) && $(e.key),
94
+ style: { cursor: N ? "pointer" : "default" },
95
+ children: [
96
+ e.label,
97
+ " ",
98
+ c.length == 0 && (e.sorter || T) ? l.key === e.key ? l.direction === "asc" ? /* @__PURE__ */ s(Y, {}) : /* @__PURE__ */ s(Z, {}) : /* @__PURE__ */ s(w, {}) : null
99
+ ]
100
+ },
101
+ o
102
+ ))
103
+ ] }),
104
+ c.length == 0 && N && /* @__PURE__ */ d("tr", { children: [
105
+ h && /* @__PURE__ */ s("th", { className: "table-header-unp" }),
106
+ u.map((e, o) => /* @__PURE__ */ s("th", { children: /* @__PURE__ */ d(re, { className: "mx-1 position-relative", children: [
107
+ /* @__PURE__ */ s(
108
+ se,
109
+ {
110
+ type: "text",
111
+ placeholder: `Buscar ${e.label}`,
112
+ value: R[e.key] || "",
113
+ onChange: (r) => M(e.key, r.target.value),
114
+ className: "search-column-input"
115
+ }
116
+ ),
117
+ R[e.key] && /* @__PURE__ */ s(
118
+ oe,
119
+ {
120
+ variant: "link",
121
+ size: "sm",
122
+ className: "position-absolute end-0 top-50 translate-middle-y me-2 p-0",
123
+ onClick: () => M(e.key, ""),
124
+ style: { textDecoration: "none", color: "gray" },
125
+ children: "✖"
126
+ }
127
+ )
128
+ ] }) }, o))
129
+ ] })
101
130
  ] }),
102
131
  /* @__PURE__ */ d("tbody", { children: [
103
- g.slice(0, x).map((e, o) => {
104
- let n = !1;
105
- return p ? e.estadoRegistro === "en_gestion" ? n = !0 : e.estadoRegistro === "por_gestionar" && F.i < 5 && (n = !0, F.i++) : n = !0, /* @__PURE__ */ d(H.Fragment, { children: [
106
- /* @__PURE__ */ r("tr", { children: f.map((t, a) => /* @__PURE__ */ r(
107
- "td",
132
+ F.slice(0, I).map((e, o) => {
133
+ let r = !1;
134
+ b ? e.estadoRegistro === "en_gestion" ? r = !0 : e.estadoRegistro === "por_gestionar" && A.i < 5 && (r = !0, A.i++) : r = !0;
135
+ const i = h && y != null && e.tipoMesa !== y, n = c.includes(e.numeroRegistro);
136
+ return /* @__PURE__ */ d(L.Fragment, { children: [
137
+ /* @__PURE__ */ d(
138
+ "tr",
108
139
  {
109
- onClick: () => n ? T(t, e) : {},
110
- style: {
111
- cursor: (t.hasModal || t.redirectTo) && n ? "pointer" : "default"
112
- },
113
- className: n ? t.redirectTo ? "cell-redirect" : t.hasModal ? "cell-with-modal" : "" : "",
114
- children: t.key === "diasHabiles" ? /* @__PURE__ */ r(
115
- "div",
116
- {
117
- style: {
118
- display: "flex",
119
- justifyContent: "center"
140
+ className: h && n ? "row-selected" : "",
141
+ style: i && !n ? { opacity: 0.5 } : void 0,
142
+ children: [
143
+ h && /* @__PURE__ */ s(
144
+ "td",
145
+ {
146
+ className: "selection-cell",
147
+ style: {
148
+ width: 36,
149
+ textAlign: "center",
150
+ padding: 4,
151
+ cursor: i ? "not-allowed" : "pointer"
152
+ },
153
+ onClick: (t) => {
154
+ t.stopPropagation(), i || V(e.numeroRegistro);
155
+ },
156
+ children: n ? /* @__PURE__ */ s(ee, { size: 18, style: { color: "#505050ff" } }) : /* @__PURE__ */ s(S, { size: 18, style: { color: "#505050ff" } })
157
+ }
158
+ ),
159
+ u.map((t, a) => /* @__PURE__ */ s(
160
+ "td",
161
+ {
162
+ onClick: () => r ? O(t, e) : {},
163
+ style: {
164
+ cursor: (t.hasModal || t.redirectTo) && r ? "pointer" : "default"
165
+ },
166
+ className: r ? t.redirectTo ? "cell-redirect" : t.hasModal ? "cell-with-modal" : "" : "",
167
+ children: t.key === "diasHabiles" ? /* @__PURE__ */ s(
168
+ "div",
169
+ {
170
+ style: {
171
+ display: "flex",
172
+ justifyContent: "center"
173
+ },
174
+ children: /* @__PURE__ */ s(
175
+ "div",
176
+ {
177
+ style: {
178
+ padding: "8px",
179
+ borderRadius: "100px",
180
+ width: "40px",
181
+ backgroundColor: G(
182
+ e.diasHabiles
183
+ ).backgroundColor,
184
+ color: G(
185
+ e.diasHabiles
186
+ ).color
187
+ },
188
+ children: /* @__PURE__ */ s("span", { children: e.diasHabiles })
189
+ }
190
+ )
191
+ }
192
+ ) : t.renderComponent ? t.renderComponent(e) : /* @__PURE__ */ s("div", { children: t.truncateText && (typeof e[t.key] == "string" || e[t.key] instanceof String) && e[t.key].length > 26 ? e[t.key].slice(0, 26) + "..." : e[t.key] })
120
193
  },
121
- children: /* @__PURE__ */ r(
122
- "div",
123
- {
124
- style: {
125
- padding: "8px",
126
- borderRadius: "100px",
127
- width: "40px",
128
- backgroundColor: m(
129
- e.diasHabiles
130
- ).backgroundColor,
131
- color: m(
132
- e.diasHabiles
133
- ).color
134
- },
135
- children: /* @__PURE__ */ r("span", { children: e.diasHabiles })
136
- }
137
- )
138
- }
139
- ) : t.renderComponent ? t.renderComponent(e) : /* @__PURE__ */ r("div", { children: t.truncateText && (typeof e[t.key] == "string" || e[t.key] instanceof String) && e[t.key].length > 26 ? e[t.key].slice(0, 26) + "..." : e[t.key] })
194
+ a
195
+ ))
196
+ ]
140
197
  },
141
- a
142
- )) }),
143
- p && e.estadoRegistro === "en_gestion" && !g.some((t) => t.estadoRegistro === "en_gestion" && g.indexOf(t) > o) && /* @__PURE__ */ r("tr", { children: /* @__PURE__ */ r("td", { colSpan: f.length, className: "text-center", style: { padding: "0 0 0 0" }, children: /* @__PURE__ */ r("div", { style: {
198
+ e.numeroRegistro
199
+ ),
200
+ b && e.estadoRegistro === "en_gestion" && !F.some((t) => t.estadoRegistro === "en_gestion" && F.indexOf(t) > o) && /* @__PURE__ */ s("tr", { children: /* @__PURE__ */ s("td", { colSpan: u.length, className: "text-center", style: { padding: "0 0 0 0" }, children: /* @__PURE__ */ s("div", { style: {
144
201
  height: "2rem",
145
202
  display: "flex",
146
203
  flexDirection: "row",
@@ -149,13 +206,13 @@ import '../../../assets/Tabla.css';const P = ({
149
206
  fontWeight: "600",
150
207
  color: o % 2 === 0 ? "#365072" : "#303D50",
151
208
  backgroundColor: o % 2 === 0 ? "#fefefe" : "#f9fafa"
152
- }, children: /* @__PURE__ */ r(j, { style: { fontSize: "1.3rem" } }) }) }) })
209
+ }, children: /* @__PURE__ */ s(X, { style: { fontSize: "1.3rem" } }) }) }) })
153
210
  ] }, o);
154
211
  }),
155
- h && /* @__PURE__ */ r("tr", { children: /* @__PURE__ */ r("td", { colSpan: f.length, className: "text-center", children: "Cargando más datos..." }) })
212
+ x && /* @__PURE__ */ s("tr", { children: /* @__PURE__ */ s("td", { colSpan: u.length, className: "text-center", children: "Cargando más datos..." }) })
156
213
  ] })
157
214
  ] }) }) });
158
215
  };
159
216
  export {
160
- P as Tabla
217
+ pe as Tabla
161
218
  };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, Fragment as N, jsx as e } from "react/jsx-runtime";
2
2
  import p, { useState as o } from "react";
3
- import { n as v } from "../../index-069JzHFQ.js";
3
+ import { n as v } from "../../index-DDjnZyBf.js";
4
4
  import '../../assets/ContenidoModal.css';/* empty css */
5
5
  const x = ({ title: u, modalContent: i, children: d }) => {
6
6
  const [a, l] = o(0), [m, c] = o(!0), [r, n] = o(!1);
@@ -1,6 +1,6 @@
1
1
  import { jsxs as t, Fragment as N, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as m, useEffect as p } from "react";
3
- import { n as v } from "../../index-069JzHFQ.js";
3
+ import { n as v } from "../../index-DDjnZyBf.js";
4
4
  import '../../assets/ContenidoModal.css';/* empty css */
5
5
  const y = ({ title: d, children: h, buttons: s, isShowing: i, setIsShowing: u = () => {
6
6
  } }) => {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as L, jsx as u } from "react/jsx-runtime";
2
2
  import { useState as M } from "react";
3
- import { F as A, a as U, b as j, c as B, d as J, e as W, f as z, g as P, h as Y, i as q, j as g, k as h, l as G, m as H } from "../../index-069JzHFQ.js";
3
+ import { F as A, a as U, b as j, c as B, d as J, e as W, f as z, g as P, h as Y, i as q, j as g, k as h, l as G, m as H } from "../../index-DDjnZyBf.js";
4
4
  import '../../assets/IconoTooltip.css';/* empty css */
5
5
  const _ = ({ recordType: x, taken: o = !0, customIcon: l }) => {
6
6
  const [a, b] = M(!1);
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as o } from "react/jsx-runtime";
2
2
  import { useNavigate as s } from "react-router-dom";
3
- import { t as i, u as n } from "../../index-069JzHFQ.js";
3
+ import { t as i, u as n } from "../../index-DDjnZyBf.js";
4
4
  import { G as c } from "../../iconBase-LROS5hdG.js";
5
5
  import '../../assets/ItemsModal.css';/* empty css */
6
6
  function m(l) {