adpro-react 0.0.42 → 0.0.44

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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as o, jsxs as _, Fragment as Q } from "react/jsx-runtime";
2
2
  import Y, { useState as F, useEffect as E, useCallback as G, createElement as te, useMemo as ne, useRef as Xe, PureComponent as Je, createContext as et } from "react";
3
- import { ThemeProvider as X, Autocomplete as Ue, TextField as We, IconButton as fe, CircularProgress as tt, Box as $, Tooltip as nt, Typography as W, MenuItem as it, Checkbox as rt, ListItemText as ot, useTheme as $e, useMediaQuery as at, Stack as z, Divider as st, LinearProgress as lt, Slide as ct, FormControl as dt, Button as Se, Skeleton as ut, Accordion as ht, AccordionSummary as ft, Chip as pt, AccordionDetails as mt, Alert as gt, SvgIcon as xt, Dialog as vt, DialogTitle as yt, DialogContent as St } from "@mui/material";
3
+ import { ThemeProvider as X, Autocomplete as Ue, TextField as We, IconButton as pe, CircularProgress as tt, Box as $, Tooltip as nt, Typography as W, MenuItem as it, Checkbox as rt, ListItemText as ot, useTheme as $e, useMediaQuery as st, Stack as z, Divider as at, LinearProgress as lt, Slide as ct, FormControl as dt, Button as Se, Skeleton as ut, Accordion as ht, AccordionSummary as pt, Chip as ft, AccordionDetails as mt, Alert as gt, SvgIcon as xt, Dialog as vt, DialogTitle as yt, DialogContent as St } from "@mui/material";
4
4
  import qe from "axios";
5
5
  import { ClearRounded as bt, SearchOutlined as Ct, UnfoldLess as It, UnfoldMore as wt, FiberManualRecord as Tt, ExpandMore as _t, Close as Ot } from "@mui/icons-material";
6
6
  import Dt from "@mui/icons-material/ArrowDropDown";
@@ -30,16 +30,16 @@ const qt = {
30
30
  serviceUrl: t,
31
31
  body: n,
32
32
  method: i = "get",
33
- defaultToken: a = !0,
33
+ defaultToken: s = !0,
34
34
  srm: c,
35
- core: s
35
+ core: a
36
36
  } = e;
37
37
  let { headers: l } = e;
38
- window.parent.location.href.includes("localhost") && (s ? B = "http://localhost:3500/core/api" : B = "http://localhost:3500");
39
- const f = qe.create({
40
- baseURL: c ? `${B.toLowerCase().replace("/adpro/", "/srm/")}` : s ? `${B.toLowerCase().replace("/adpro/api", "/adpro/core/api")}` : B
38
+ window.parent.location.href.includes("localhost") && (a ? B = "http://localhost:3500/core/api" : B = "http://localhost:3500");
39
+ const p = qe.create({
40
+ baseURL: c ? `${B.toLowerCase().replace("/adpro/", "/srm/")}` : a ? `${B.toLowerCase().replace("/adpro/api", "/adpro/core/api")}` : B
41
41
  });
42
- return l = l || {}, a && (l.Authorization = await Be(window), l["X-SincoERP-Authorization"] = de(window)), await f[i](t, Ht(n, i, l), {
42
+ return l = l || {}, s && (l.Authorization = await Be(window), l["X-SincoERP-Authorization"] = de(window)), await p[i](t, Ht(n, i, l), {
43
43
  headers: l,
44
44
  validateStatus: function(d) {
45
45
  return d < 400;
@@ -63,8 +63,8 @@ const qt = {
63
63
  }
64
64
  }, Ht = (e, t, n) => {
65
65
  const i = e;
66
- for (const a in e)
67
- e[a] === "" && (e[a] = null);
66
+ for (const s in e)
67
+ e[s] === "" && (e[s] = null);
68
68
  return t === "get" || t === "delete" ? { params: i, headers: n, data: i } : i;
69
69
  }, Be = async (e) => window.parent.location.href.includes("localhost") ? (B = "http://localhost:3500", `Bearer ${(await qe.get(`${B}/token`)).data}`) : typeof e.getToken == "function" ? e.getToken() : e.parent && e.parent !== e ? typeof e.parent.getToken == "function" ? e.parent.getToken() : await Be(e.parent) : "", de = (e) => {
70
70
  try {
@@ -84,19 +84,19 @@ function jt(e) {
84
84
  type: t,
85
85
  action: n = "search",
86
86
  value: i,
87
- inputValue: a,
87
+ inputValue: s,
88
88
  handleValue: c,
89
- labelKey: s,
89
+ labelKey: a,
90
90
  labelText: l,
91
- optionAll: f
92
- } = e, m = t === "request" ? e.request : null, d = t === "list" ? e.list : null, [g, x] = F(() => Bt(i, s, f)), [v, u] = F(a || ""), [r, h] = F(d || []), [p, y] = F("input"), [b, I] = F(!1), [S, w] = F(!1);
91
+ optionAll: p
92
+ } = e, m = t === "request" ? e.request : null, d = t === "list" ? e.list : null, [g, x] = F(() => Bt(i, a, p)), [v, u] = F(s || ""), [r, h] = F(d || []), [f, y] = F("input"), [b, I] = F(!1), [S, w] = F(!1);
93
93
  E(() => {
94
94
  t === "list" ? T(r) : n === "all" && k((C) => T(C));
95
95
  }, []), E(() => {
96
- t === "list" || n === "all" ? R(r) : f ? v !== "" && (p === "input" || p === "reset" || p === "selectOption") && x(i) : x(i);
96
+ t === "list" || n === "all" ? R(r) : p ? v !== "" && (f === "input" || f === "reset" || f === "selectOption") && x(i) : x(i);
97
97
  }, [i]), E(() => {
98
98
  let C = null;
99
- return t === "request" && n === "search" && v && p === "input" && I(!0), n === "search" && v && p === "input" && (C = setTimeout(() => {
99
+ return t === "request" && n === "search" && v && f === "input" && I(!0), n === "search" && v && f === "input" && (C = setTimeout(() => {
100
100
  k();
101
101
  }, Vt)), () => {
102
102
  I(!1), C && clearTimeout(C);
@@ -107,31 +107,31 @@ function jt(e) {
107
107
  const T = G(
108
108
  (C) => {
109
109
  if (i) {
110
- const M = i ? i[s] : "", A = C.find((U) => U[s] == M);
111
- A && (x(A), u(A[l]));
110
+ const A = i ? i[a] : "", D = C.find((U) => U[a] == A);
111
+ D && (x(D), u(D[l]));
112
112
  }
113
113
  },
114
- [i, s, l]
114
+ [i, a, l]
115
115
  ), R = G(
116
116
  (C) => {
117
117
  if (i) {
118
- const M = i[s] || "", A = C.find((U) => U[s] == M);
119
- A && (x(A), u(A[l]));
118
+ const A = i[a] || "", D = C.find((U) => U[a] == A);
119
+ D && (x(D), u(D[l]));
120
120
  } else
121
121
  x(null), u("");
122
122
  },
123
- [i, s, l]
123
+ [i, a, l]
124
124
  ), k = G(
125
- (C, M) => {
125
+ (C, A) => {
126
126
  if (m) {
127
127
  if (t === "request" && n === "search" && I(!0), t === "request" && n === "all" && r.length > 0) return;
128
- let A = M !== void 0 ? M.trim() : v.trim();
129
- if ((A === "" || A === "-1" || e.value[s] === "-1" || e.value[s] === -1) && (A = "_"), g && g[l] === A && n === "search") {
128
+ let D = A !== void 0 ? A.trim() : v.trim();
129
+ if ((D === "" || D === "-1" || p && D === String(p[l]).trim()) && (D = "_"), g && g[l] === D && n === "search") {
130
130
  h([g]), I(!1);
131
131
  return;
132
132
  }
133
133
  m.body = {
134
- [m.filterName || "filter"]: A
134
+ [m.filterName || "filter"]: D
135
135
  }, qt.Send(m).then((U) => {
136
136
  if (U) {
137
137
  let L = U;
@@ -150,30 +150,30 @@ function jt(e) {
150
150
  y(C);
151
151
  }, []);
152
152
  E(() => {
153
- if (t === "list" && n === "search" && p === "input" && d)
153
+ if (t === "list" && n === "search" && f === "input" && d)
154
154
  if (v.trim() === "")
155
155
  h(d);
156
156
  else {
157
157
  const C = d.filter(
158
- (M) => String(M[l]).toLowerCase().includes(v.toLowerCase()) || String(M[s]).toLowerCase().includes(v.toLowerCase())
158
+ (A) => String(A[l]).toLowerCase().includes(v.toLowerCase()) || String(A[a]).toLowerCase().includes(v.toLowerCase())
159
159
  );
160
160
  h(C);
161
161
  }
162
162
  }, [v]);
163
163
  const K = () => {
164
164
  if (t === "request")
165
- f ? c && c(f) : (x(null), c && c(null)), u(""), h([]), k(void 0, "");
165
+ p ? c && c(p) : (x(null), c && c(null)), u(""), h([]), k(void 0, "");
166
166
  else if (d)
167
- if (f) {
168
- const C = d.find((M) => M[s] == "-1");
167
+ if (p) {
168
+ const C = d.find((A) => A[a] == "-1");
169
169
  C ? (x(C), u(C[l]), c && c(C)) : (u(""), x(g || i), c && c(g || i));
170
170
  } else {
171
- const C = i ? i[s] : "", M = d.find((A) => A[s] == C);
172
- M ? (x(M), u(M[l]), c && c(M)) : (u(""), x(g), c && c(g));
171
+ const C = i ? i[a] : "", A = d.find((D) => D[a] == C);
172
+ A ? (x(A), u(A[l]), c && c(A)) : (u(""), x(g), c && c(g));
173
173
  }
174
174
  };
175
175
  return E(() => {
176
- S ? t === "request" && k() : (t === "list" && n === "search" && (x(g), u(g ? g[l] : ""), v === "" && h(d || [])), t === "request" && (f ? ((p === "clear" || p === "blur") && (i[s] === "-1" || i[s] === -1) && (x(f), u(f[l]), c && c(f)), p === "input" && v === "" && (i[s] === "-1" || i[s] === -1) && (x(f), u(f[l]), c && c(f))) : (x(g), u(g ? g[l] : ""))));
176
+ S ? t === "request" && k() : (t === "list" && n === "search" && (x(g), u(g ? g[l] : ""), v === "" && h(d || [])), t === "request" && (p ? ((f === "clear" || f === "blur") && (i[a] === "-1" || i[a] === -1) && (x(p), u(p[l]), c && c(p)), f === "input" && v === "" && (i[a] === "-1" || i[a] === -1) && (x(p), u(p[l]), c && c(p))) : (x(g), u(g ? g[l] : ""))));
177
177
  }, [S]), {
178
178
  dataList: r,
179
179
  loading: b,
@@ -187,7 +187,7 @@ function jt(e) {
187
187
  clearValues: K
188
188
  };
189
189
  }
190
- const pe = {
190
+ const fe = {
191
191
  ...O,
192
192
  components: {
193
193
  ...O.components,
@@ -226,11 +226,11 @@ const pe = {
226
226
  label: t,
227
227
  helperText: n,
228
228
  inputRef: i,
229
- name: a,
229
+ name: s,
230
230
  customTheme: c,
231
- required: s,
231
+ required: a,
232
232
  error: l,
233
- placeholder: f,
233
+ placeholder: p,
234
234
  size: m,
235
235
  type: d,
236
236
  labelText: g,
@@ -240,7 +240,7 @@ const pe = {
240
240
  } = e, {
241
241
  dataList: r,
242
242
  loading: h,
243
- isFocused: p,
243
+ isFocused: f,
244
244
  autocompleteValue: y,
245
245
  textFieldValue: b,
246
246
  handleAutocompleteValue: I,
@@ -248,22 +248,22 @@ const pe = {
248
248
  handleReasonChangeTextField: w,
249
249
  setIsFocused: T,
250
250
  clearValues: R
251
- } = jt(e), k = c || pe, q = x ? [x, ...r] : r, {
251
+ } = jt(e), k = c || fe, q = x ? [x, ...r] : r, {
252
252
  action: V,
253
253
  type: J,
254
254
  labelText: K,
255
255
  labelKey: C,
256
- handleValue: M,
257
- label: A,
256
+ handleValue: A,
257
+ label: D,
258
258
  value: U,
259
259
  inputValue: L,
260
260
  required: me,
261
261
  error: oe,
262
262
  helperText: ge,
263
263
  inputRef: xe,
264
- name: ae,
264
+ name: se,
265
265
  placeholder: j,
266
- customTheme: se,
266
+ customTheme: ae,
267
267
  size: zn,
268
268
  optionAll: Rn,
269
269
  showId: En,
@@ -312,10 +312,10 @@ const pe = {
312
312
  value: b,
313
313
  error: l,
314
314
  helperText: n,
315
- placeholder: f,
316
- required: s,
315
+ placeholder: p,
316
+ required: a,
317
317
  ref: i,
318
- name: a ?? "",
318
+ name: s ?? "",
319
319
  size: m,
320
320
  onFocus: () => {
321
321
  T(!0);
@@ -323,7 +323,7 @@ const pe = {
323
323
  InputProps: {
324
324
  ...N.InputProps,
325
325
  endAdornment: /* @__PURE__ */ _(Q, { children: [
326
- b && d !== "list" ? /* @__PURE__ */ o(fe, { size: "small", onClick: R, sx: { height: "22px", width: "22px" }, children: /* @__PURE__ */ o(
326
+ b && d !== "list" ? /* @__PURE__ */ o(pe, { size: "small", onClick: R, sx: { height: "22px", width: "22px" }, children: /* @__PURE__ */ o(
327
327
  bt,
328
328
  {
329
329
  fontSize: "small",
@@ -331,7 +331,7 @@ const pe = {
331
331
  sx: { height: "16px", width: "16px" }
332
332
  }
333
333
  ) }) : null,
334
- h ? /* @__PURE__ */ o(tt, { color: "primary", size: 20 }) : d === "list" || u === "all" && d === "request" ? p ? /* @__PURE__ */ o(
334
+ h ? /* @__PURE__ */ o(tt, { color: "primary", size: 20 }) : d === "list" || u === "all" && d === "request" ? f ? /* @__PURE__ */ o(
335
335
  Mt,
336
336
  {
337
337
  color: "action",
@@ -361,44 +361,44 @@ const pe = {
361
361
  ) });
362
362
  };
363
363
  function Gt(e) {
364
- const { options: t, value: n, onSelected: i, labelKey: a, labelText: c, todos: s, disableAutoSelectTodos: l } = e, f = ne(
365
- () => s ? {
366
- [a]: "-1",
364
+ const { options: t, value: n, onSelected: i, labelKey: s, labelText: c, todos: a, disableAutoSelectTodos: l } = e, p = ne(
365
+ () => a ? {
366
+ [s]: "-1",
367
367
  [c]: "Todos"
368
368
  } : null,
369
- [s, a, c]
369
+ [a, s, c]
370
370
  ), m = ne(
371
- () => s && f ? [f, ...t] : t,
372
- [s, f, t]
371
+ () => a && p ? [p, ...t] : t,
372
+ [a, p, t]
373
373
  ), d = ne(
374
- () => m.filter((v) => v[a] !== "-1"),
375
- [m, a]
374
+ () => m.filter((v) => v[s] !== "-1"),
375
+ [m, s]
376
376
  ), g = n.length === d.length;
377
377
  return E(() => {
378
- s && !l && n.length === 0 && d.length > 0 && i(d);
378
+ a && !l && n.length === 0 && d.length > 0 && i(d);
379
379
  }, []), {
380
380
  updatedOptions: m,
381
381
  handleChange: (v, u) => {
382
- if (!s || !f) {
382
+ if (!a || !p) {
383
383
  i(u);
384
384
  return;
385
385
  }
386
386
  const r = u.some(
387
- (h) => h[a] === f[a]
387
+ (h) => h[s] === p[s]
388
388
  );
389
389
  i(r ? g ? [] : d : u);
390
390
  },
391
391
  isAllSelected: g
392
392
  };
393
393
  }
394
- const Yt = ({ text: e, variant: t = "body3", align: n, placement: i, color: a }) => {
395
- const c = Xe(null), [s, l] = F(!1);
394
+ const Yt = ({ text: e, variant: t = "body3", align: n, placement: i, color: s }) => {
395
+ const c = Xe(null), [a, l] = F(!1);
396
396
  E(() => {
397
397
  const m = c.current;
398
398
  m && l(m.offsetWidth < m.scrollWidth);
399
399
  }, [e]);
400
- const f = /* @__PURE__ */ o(W, { variant: t, noWrap: !0, ref: c, textAlign: n, color: a, children: e });
401
- return s ? /* @__PURE__ */ o(X, { theme: O, children: /* @__PURE__ */ o(nt, { title: e, arrow: !0, placement: i, children: f }) }) : f;
400
+ const p = /* @__PURE__ */ o(W, { variant: t, noWrap: !0, ref: c, textAlign: n, color: s, children: e });
401
+ return a ? /* @__PURE__ */ o(X, { theme: O, children: /* @__PURE__ */ o(nt, { title: e, arrow: !0, placement: i, children: p }) }) : p;
402
402
  };
403
403
  function ue() {
404
404
  return ue = Object.assign ? Object.assign.bind() : function(e) {
@@ -437,13 +437,13 @@ function Xt(e, t) {
437
437
  }
438
438
  function le(e, t) {
439
439
  t === void 0 && (t = Xt);
440
- var n, i = [], a, c = !1;
441
- function s() {
442
- for (var l = [], f = 0; f < arguments.length; f++)
443
- l[f] = arguments[f];
444
- return c && n === this && t(l, i) || (a = e.apply(this, l), c = !0, n = this, i = l), a;
440
+ var n, i = [], s, c = !1;
441
+ function a() {
442
+ for (var l = [], p = 0; p < arguments.length; p++)
443
+ l[p] = arguments[p];
444
+ return c && n === this && t(l, i) || (s = e.apply(this, l), c = !0, n = this, i = l), s;
445
445
  }
446
- return s;
446
+ return a;
447
447
  }
448
448
  var Jt = typeof performance == "object" && typeof performance.now == "function", De = Jt ? function() {
449
449
  return performance.now();
@@ -456,12 +456,12 @@ function Me(e) {
456
456
  function en(e, t) {
457
457
  var n = De();
458
458
  function i() {
459
- De() - n >= t ? e.call(null) : a.id = requestAnimationFrame(i);
459
+ De() - n >= t ? e.call(null) : s.id = requestAnimationFrame(i);
460
460
  }
461
- var a = {
461
+ var s = {
462
462
  id: requestAnimationFrame(i)
463
463
  };
464
- return a;
464
+ return s;
465
465
  }
466
466
  var ce = -1;
467
467
  function Ae(e) {
@@ -476,8 +476,8 @@ function ke(e) {
476
476
  if (e === void 0 && (e = !1), Z === null || e) {
477
477
  var t = document.createElement("div"), n = t.style;
478
478
  n.width = "50px", n.height = "50px", n.overflow = "scroll", n.direction = "rtl";
479
- var i = document.createElement("div"), a = i.style;
480
- return a.width = "100px", a.height = "100px", t.appendChild(i), document.body.appendChild(t), t.scrollLeft > 0 ? Z = "positive-descending" : (t.scrollLeft = 1, t.scrollLeft === 0 ? Z = "negative" : Z = "positive-ascending"), document.body.removeChild(t), Z;
479
+ var i = document.createElement("div"), s = i.style;
480
+ return s.width = "100px", s.height = "100px", t.appendChild(i), document.body.appendChild(t), t.scrollLeft > 0 ? Z = "positive-descending" : (t.scrollLeft = 1, t.scrollLeft === 0 ? Z = "negative" : Z = "positive-ascending"), document.body.removeChild(t), Z;
481
481
  }
482
482
  return Z;
483
483
  }
@@ -487,36 +487,36 @@ var tn = 150, nn = function(t, n) {
487
487
  }, ie = null, re = null;
488
488
  process.env.NODE_ENV !== "production" && typeof window < "u" && typeof window.WeakSet < "u" && (ie = /* @__PURE__ */ new WeakSet(), re = /* @__PURE__ */ new WeakSet());
489
489
  function rn(e) {
490
- var t, n = e.getItemOffset, i = e.getEstimatedTotalSize, a = e.getItemSize, c = e.getOffsetForIndexAndAlignment, s = e.getStartIndexForOffset, l = e.getStopIndexForStartIndex, f = e.initInstanceProps, m = e.shouldResetStyleCacheOnItemSizeChange, d = e.validateProps;
490
+ var t, n = e.getItemOffset, i = e.getEstimatedTotalSize, s = e.getItemSize, c = e.getOffsetForIndexAndAlignment, a = e.getStartIndexForOffset, l = e.getStopIndexForStartIndex, p = e.initInstanceProps, m = e.shouldResetStyleCacheOnItemSizeChange, d = e.validateProps;
491
491
  return t = /* @__PURE__ */ (function(g) {
492
492
  Kt(x, g);
493
493
  function x(u) {
494
494
  var r;
495
- return r = g.call(this, u) || this, r._instanceProps = f(r.props, _e(r)), r._outerRef = void 0, r._resetIsScrollingTimeoutId = null, r.state = {
495
+ return r = g.call(this, u) || this, r._instanceProps = p(r.props, _e(r)), r._outerRef = void 0, r._resetIsScrollingTimeoutId = null, r.state = {
496
496
  instance: _e(r),
497
497
  isScrolling: !1,
498
498
  scrollDirection: "forward",
499
499
  scrollOffset: typeof r.props.initialScrollOffset == "number" ? r.props.initialScrollOffset : 0,
500
500
  scrollUpdateWasRequested: !1
501
- }, r._callOnItemsRendered = void 0, r._callOnItemsRendered = le(function(h, p, y, b) {
501
+ }, r._callOnItemsRendered = void 0, r._callOnItemsRendered = le(function(h, f, y, b) {
502
502
  return r.props.onItemsRendered({
503
503
  overscanStartIndex: h,
504
- overscanStopIndex: p,
504
+ overscanStopIndex: f,
505
505
  visibleStartIndex: y,
506
506
  visibleStopIndex: b
507
507
  });
508
- }), r._callOnScroll = void 0, r._callOnScroll = le(function(h, p, y) {
508
+ }), r._callOnScroll = void 0, r._callOnScroll = le(function(h, f, y) {
509
509
  return r.props.onScroll({
510
510
  scrollDirection: h,
511
- scrollOffset: p,
511
+ scrollOffset: f,
512
512
  scrollUpdateWasRequested: y
513
513
  });
514
514
  }), r._getItemStyle = void 0, r._getItemStyle = function(h) {
515
- var p = r.props, y = p.direction, b = p.itemSize, I = p.layout, S = r._getItemStyleCache(m && b, m && I, m && y), w;
515
+ var f = r.props, y = f.direction, b = f.itemSize, I = f.layout, S = r._getItemStyleCache(m && b, m && I, m && y), w;
516
516
  if (S.hasOwnProperty(h))
517
517
  w = S[h];
518
518
  else {
519
- var T = n(r.props, h, r._instanceProps), R = a(r.props, h, r._instanceProps), k = y === "horizontal" || I === "horizontal", q = y === "rtl", V = k ? T : 0;
519
+ var T = n(r.props, h, r._instanceProps), R = s(r.props, h, r._instanceProps), k = y === "horizontal" || I === "horizontal", q = y === "rtl", V = k ? T : 0;
520
520
  S[h] = w = {
521
521
  position: "absolute",
522
522
  left: q ? void 0 : V,
@@ -527,10 +527,10 @@ function rn(e) {
527
527
  };
528
528
  }
529
529
  return w;
530
- }, r._getItemStyleCache = void 0, r._getItemStyleCache = le(function(h, p, y) {
530
+ }, r._getItemStyleCache = void 0, r._getItemStyleCache = le(function(h, f, y) {
531
531
  return {};
532
532
  }), r._onScrollHorizontal = function(h) {
533
- var p = h.currentTarget, y = p.clientWidth, b = p.scrollLeft, I = p.scrollWidth;
533
+ var f = h.currentTarget, y = f.clientWidth, b = f.scrollLeft, I = f.scrollWidth;
534
534
  r.setState(function(S) {
535
535
  if (S.scrollOffset === b)
536
536
  return null;
@@ -552,7 +552,7 @@ function rn(e) {
552
552
  };
553
553
  }, r._resetIsScrollingDebounced);
554
554
  }, r._onScrollVertical = function(h) {
555
- var p = h.currentTarget, y = p.clientHeight, b = p.scrollHeight, I = p.scrollTop;
555
+ var f = h.currentTarget, y = f.clientHeight, b = f.scrollHeight, I = f.scrollTop;
556
556
  r.setState(function(S) {
557
557
  if (S.scrollOffset === I)
558
558
  return null;
@@ -565,8 +565,8 @@ function rn(e) {
565
565
  };
566
566
  }, r._resetIsScrollingDebounced);
567
567
  }, r._outerRefSetter = function(h) {
568
- var p = r.props.outerRef;
569
- r._outerRef = h, typeof p == "function" ? p(h) : p != null && typeof p == "object" && p.hasOwnProperty("current") && (p.current = h);
568
+ var f = r.props.outerRef;
569
+ r._outerRef = h, typeof f == "function" ? f(h) : f != null && typeof f == "object" && f.hasOwnProperty("current") && (f.current = h);
570
570
  }, r._resetIsScrollingDebounced = function() {
571
571
  r._resetIsScrollingTimeoutId !== null && Me(r._resetIsScrollingTimeoutId), r._resetIsScrollingTimeoutId = en(r._resetIsScrolling, tn);
572
572
  }, r._resetIsScrolling = function() {
@@ -591,7 +591,7 @@ function rn(e) {
591
591
  }, this._resetIsScrollingDebounced);
592
592
  }, v.scrollToItem = function(r, h) {
593
593
  h === void 0 && (h = "auto");
594
- var p = this.props, y = p.itemCount, b = p.layout, I = this.state.scrollOffset;
594
+ var f = this.props, y = f.itemCount, b = f.layout, I = this.state.scrollOffset;
595
595
  r = Math.max(0, Math.min(r, y - 1));
596
596
  var S = 0;
597
597
  if (this._outerRef) {
@@ -600,17 +600,17 @@ function rn(e) {
600
600
  }
601
601
  this.scrollTo(c(this.props, r, h, I, this._instanceProps, S));
602
602
  }, v.componentDidMount = function() {
603
- var r = this.props, h = r.direction, p = r.initialScrollOffset, y = r.layout;
604
- if (typeof p == "number" && this._outerRef != null) {
603
+ var r = this.props, h = r.direction, f = r.initialScrollOffset, y = r.layout;
604
+ if (typeof f == "number" && this._outerRef != null) {
605
605
  var b = this._outerRef;
606
- h === "horizontal" || y === "horizontal" ? b.scrollLeft = p : b.scrollTop = p;
606
+ h === "horizontal" || y === "horizontal" ? b.scrollLeft = f : b.scrollTop = f;
607
607
  }
608
608
  this._callPropsCallbacks();
609
609
  }, v.componentDidUpdate = function() {
610
- var r = this.props, h = r.direction, p = r.layout, y = this.state, b = y.scrollOffset, I = y.scrollUpdateWasRequested;
610
+ var r = this.props, h = r.direction, f = r.layout, y = this.state, b = y.scrollOffset, I = y.scrollUpdateWasRequested;
611
611
  if (I && this._outerRef != null) {
612
612
  var S = this._outerRef;
613
- if (h === "horizontal" || p === "horizontal")
613
+ if (h === "horizontal" || f === "horizontal")
614
614
  if (h === "rtl")
615
615
  switch (ke()) {
616
616
  case "negative":
@@ -633,45 +633,45 @@ function rn(e) {
633
633
  }, v.componentWillUnmount = function() {
634
634
  this._resetIsScrollingTimeoutId !== null && Me(this._resetIsScrollingTimeoutId);
635
635
  }, v.render = function() {
636
- var r = this.props, h = r.children, p = r.className, y = r.direction, b = r.height, I = r.innerRef, S = r.innerElementType, w = r.innerTagName, T = r.itemCount, R = r.itemData, k = r.itemKey, q = k === void 0 ? nn : k, V = r.layout, J = r.outerElementType, K = r.outerTagName, C = r.style, M = r.useIsScrolling, A = r.width, U = this.state.isScrolling, L = y === "horizontal" || V === "horizontal", me = L ? this._onScrollHorizontal : this._onScrollVertical, oe = this._getRangeToRender(), ge = oe[0], xe = oe[1], ae = [];
636
+ var r = this.props, h = r.children, f = r.className, y = r.direction, b = r.height, I = r.innerRef, S = r.innerElementType, w = r.innerTagName, T = r.itemCount, R = r.itemData, k = r.itemKey, q = k === void 0 ? nn : k, V = r.layout, J = r.outerElementType, K = r.outerTagName, C = r.style, A = r.useIsScrolling, D = r.width, U = this.state.isScrolling, L = y === "horizontal" || V === "horizontal", me = L ? this._onScrollHorizontal : this._onScrollVertical, oe = this._getRangeToRender(), ge = oe[0], xe = oe[1], se = [];
637
637
  if (T > 0)
638
638
  for (var j = ge; j <= xe; j++)
639
- ae.push(te(h, {
639
+ se.push(te(h, {
640
640
  data: R,
641
641
  key: q(j, R),
642
642
  index: j,
643
- isScrolling: M ? U : void 0,
643
+ isScrolling: A ? U : void 0,
644
644
  style: this._getItemStyle(j)
645
645
  }));
646
- var se = i(this.props, this._instanceProps);
646
+ var ae = i(this.props, this._instanceProps);
647
647
  return te(J || K || "div", {
648
- className: p,
648
+ className: f,
649
649
  onScroll: me,
650
650
  ref: this._outerRefSetter,
651
651
  style: ue({
652
652
  position: "relative",
653
653
  height: b,
654
- width: A,
654
+ width: D,
655
655
  overflow: "auto",
656
656
  WebkitOverflowScrolling: "touch",
657
657
  willChange: "transform",
658
658
  direction: y
659
659
  }, C)
660
660
  }, te(S || w || "div", {
661
- children: ae,
661
+ children: se,
662
662
  ref: I,
663
663
  style: {
664
- height: L ? "100%" : se,
664
+ height: L ? "100%" : ae,
665
665
  pointerEvents: U ? "none" : void 0,
666
- width: L ? se : "100%"
666
+ width: L ? ae : "100%"
667
667
  }
668
668
  }));
669
669
  }, v._callPropsCallbacks = function() {
670
670
  if (typeof this.props.onItemsRendered == "function") {
671
671
  var r = this.props.itemCount;
672
672
  if (r > 0) {
673
- var h = this._getRangeToRender(), p = h[0], y = h[1], b = h[2], I = h[3];
674
- this._callOnItemsRendered(p, y, b, I);
673
+ var h = this._getRangeToRender(), f = h[0], y = h[1], b = h[2], I = h[3];
674
+ this._callOnItemsRendered(f, y, b, I);
675
675
  }
676
676
  }
677
677
  if (typeof this.props.onScroll == "function") {
@@ -679,10 +679,10 @@ function rn(e) {
679
679
  this._callOnScroll(w, T, R);
680
680
  }
681
681
  }, v._getRangeToRender = function() {
682
- var r = this.props, h = r.itemCount, p = r.overscanCount, y = this.state, b = y.isScrolling, I = y.scrollDirection, S = y.scrollOffset;
682
+ var r = this.props, h = r.itemCount, f = r.overscanCount, y = this.state, b = y.isScrolling, I = y.scrollDirection, S = y.scrollOffset;
683
683
  if (h === 0)
684
684
  return [0, 0, 0, 0];
685
- var w = s(this.props, S, this._instanceProps), T = l(this.props, w, S, this._instanceProps), R = !b || I === "backward" ? Math.max(1, p) : 1, k = !b || I === "forward" ? Math.max(1, p) : 1;
685
+ var w = a(this.props, S, this._instanceProps), T = l(this.props, w, S, this._instanceProps), R = !b || I === "backward" ? Math.max(1, f) : 1, k = !b || I === "forward" ? Math.max(1, f) : 1;
686
686
  return [Math.max(0, w - R), Math.max(0, Math.min(h - 1, T + k)), w, T];
687
687
  }, x;
688
688
  })(Je), t.defaultProps = {
@@ -694,11 +694,11 @@ function rn(e) {
694
694
  }, t;
695
695
  }
696
696
  var on = function(t, n) {
697
- var i = t.children, a = t.direction, c = t.height, s = t.layout, l = t.innerTagName, f = t.outerTagName, m = t.width, d = n.instance;
697
+ var i = t.children, s = t.direction, c = t.height, a = t.layout, l = t.innerTagName, p = t.outerTagName, m = t.width, d = n.instance;
698
698
  if (process.env.NODE_ENV !== "production") {
699
- (l != null || f != null) && re && !re.has(d) && (re.add(d), console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));
700
- var g = a === "horizontal" || s === "horizontal";
701
- switch (a) {
699
+ (l != null || p != null) && re && !re.has(d) && (re.add(d), console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));
700
+ var g = s === "horizontal" || a === "horizontal";
701
+ switch (s) {
702
702
  case "horizontal":
703
703
  case "vertical":
704
704
  ie && !ie.has(d) && (ie.add(d), console.warn('The direction prop should be either "ltr" (default) or "rtl". Please use the layout prop to specify "vertical" (default) or "horizontal" orientation.'));
@@ -707,14 +707,14 @@ var on = function(t, n) {
707
707
  case "rtl":
708
708
  break;
709
709
  default:
710
- throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". ' + ('"' + a + '" was specified.'));
710
+ throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". ' + ('"' + s + '" was specified.'));
711
711
  }
712
- switch (s) {
712
+ switch (a) {
713
713
  case "horizontal":
714
714
  case "vertical":
715
715
  break;
716
716
  default:
717
- throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". ' + ('"' + s + '" was specified.'));
717
+ throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". ' + ('"' + a + '" was specified.'));
718
718
  }
719
719
  if (i == null)
720
720
  throw Error('An invalid "children" prop has been specified. Value should be a React component. ' + ('"' + (i === null ? "null" : typeof i) + '" was specified.'));
@@ -723,7 +723,7 @@ var on = function(t, n) {
723
723
  if (!g && typeof c != "number")
724
724
  throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. ' + ('"' + (c === null ? "null" : typeof c) + '" was specified.'));
725
725
  }
726
- }, an = /* @__PURE__ */ rn({
726
+ }, sn = /* @__PURE__ */ rn({
727
727
  getItemOffset: function(t, n) {
728
728
  var i = t.itemSize;
729
729
  return n * i;
@@ -736,30 +736,30 @@ var on = function(t, n) {
736
736
  var n = t.itemCount, i = t.itemSize;
737
737
  return i * n;
738
738
  },
739
- getOffsetForIndexAndAlignment: function(t, n, i, a, c, s) {
740
- var l = t.direction, f = t.height, m = t.itemCount, d = t.itemSize, g = t.layout, x = t.width, v = l === "horizontal" || g === "horizontal", u = v ? x : f, r = Math.max(0, m * d - u), h = Math.min(r, n * d), p = Math.max(0, n * d - u + d + s);
741
- switch (i === "smart" && (a >= p - u && a <= h + u ? i = "auto" : i = "center"), i) {
739
+ getOffsetForIndexAndAlignment: function(t, n, i, s, c, a) {
740
+ var l = t.direction, p = t.height, m = t.itemCount, d = t.itemSize, g = t.layout, x = t.width, v = l === "horizontal" || g === "horizontal", u = v ? x : p, r = Math.max(0, m * d - u), h = Math.min(r, n * d), f = Math.max(0, n * d - u + d + a);
741
+ switch (i === "smart" && (s >= f - u && s <= h + u ? i = "auto" : i = "center"), i) {
742
742
  case "start":
743
743
  return h;
744
744
  case "end":
745
- return p;
745
+ return f;
746
746
  case "center": {
747
- var y = Math.round(p + (h - p) / 2);
747
+ var y = Math.round(f + (h - f) / 2);
748
748
  return y < Math.ceil(u / 2) ? 0 : y > r + Math.floor(u / 2) ? r : y;
749
749
  }
750
750
  case "auto":
751
751
  default:
752
- return a >= p && a <= h ? a : a < p ? p : h;
752
+ return s >= f && s <= h ? s : s < f ? f : h;
753
753
  }
754
754
  },
755
755
  getStartIndexForOffset: function(t, n) {
756
- var i = t.itemCount, a = t.itemSize;
757
- return Math.max(0, Math.min(i - 1, Math.floor(n / a)));
756
+ var i = t.itemCount, s = t.itemSize;
757
+ return Math.max(0, Math.min(i - 1, Math.floor(n / s)));
758
758
  },
759
759
  getStopIndexForStartIndex: function(t, n, i) {
760
- var a = t.direction, c = t.height, s = t.itemCount, l = t.itemSize, f = t.layout, m = t.width, d = a === "horizontal" || f === "horizontal", g = n * l, x = d ? m : c, v = Math.ceil((x + i - g) / l);
760
+ var s = t.direction, c = t.height, a = t.itemCount, l = t.itemSize, p = t.layout, m = t.width, d = s === "horizontal" || p === "horizontal", g = n * l, x = d ? m : c, v = Math.ceil((x + i - g) / l);
761
761
  return Math.max(0, Math.min(
762
- s - 1,
762
+ a - 1,
763
763
  n + v - 1
764
764
  // -1 is because stop index is inclusive
765
765
  ));
@@ -773,13 +773,13 @@ var on = function(t, n) {
773
773
  throw Error('An invalid "itemSize" prop has been specified. Value should be a number. ' + ('"' + (n === null ? "null" : typeof n) + '" was specified.'));
774
774
  }
775
775
  });
776
- const sn = 0, ze = 35, ln = 20;
776
+ const an = 0, ze = 35, ln = 20;
777
777
  function cn(e) {
778
- const { data: t, index: n, style: i } = e, a = t[n], c = {
778
+ const { data: t, index: n, style: i } = e, s = t[n], c = {
779
779
  ...i,
780
- top: i.top + sn
780
+ top: i.top + an
781
781
  };
782
- return Y.cloneElement(a, {
782
+ return Y.cloneElement(s, {
783
783
  style: c
784
784
  });
785
785
  }
@@ -789,16 +789,16 @@ const je = Y.createContext({}), dn = Y.forwardRef(
789
789
  return /* @__PURE__ */ o("div", { ref: n, ...t, ...i });
790
790
  }
791
791
  ), un = Y.forwardRef(function(t, n) {
792
- const { children: i, ...a } = t, c = Y.Children.toArray(i), s = c.length, l = Math.min(s, ln) * ze;
793
- return /* @__PURE__ */ o("div", { ref: n, children: /* @__PURE__ */ o(je.Provider, { value: a, children: /* @__PURE__ */ o(
794
- an,
792
+ const { children: i, ...s } = t, c = Y.Children.toArray(i), a = c.length, l = Math.min(a, ln) * ze;
793
+ return /* @__PURE__ */ o("div", { ref: n, children: /* @__PURE__ */ o(je.Provider, { value: s, children: /* @__PURE__ */ o(
794
+ sn,
795
795
  {
796
796
  height: l,
797
797
  width: "100%",
798
798
  outerElementType: dn,
799
799
  itemSize: ze,
800
800
  overscanCount: 5,
801
- itemCount: s,
801
+ itemCount: a,
802
802
  itemData: c,
803
803
  children: cn
804
804
  }
@@ -808,14 +808,14 @@ const je = Y.createContext({}), dn = Y.forwardRef(
808
808
  value: t,
809
809
  placeholder: n,
810
810
  labelKey: i,
811
- labelText: a,
811
+ labelText: s,
812
812
  label: c,
813
- todos: s,
813
+ todos: a,
814
814
  showSelectedCount: l,
815
- customTheme: f,
815
+ customTheme: p,
816
816
  showId: m
817
- } = e, d = (r, h) => h ? "Todos" : m ? `${r[i]} - ${r[a]}` : String(r[a]), { isAllSelected: g, updatedOptions: x, handleChange: v } = Gt(e);
818
- return /* @__PURE__ */ o(X, { theme: f || pe, children: /* @__PURE__ */ o(
817
+ } = e, d = (r, h) => h ? "Todos" : m ? `${r[i]} - ${r[s]}` : String(r[s]), { isAllSelected: g, updatedOptions: x, handleChange: v } = Gt(e);
818
+ return /* @__PURE__ */ o(X, { theme: p || fe, children: /* @__PURE__ */ o(
819
819
  Ue,
820
820
  {
821
821
  multiple: !0,
@@ -830,15 +830,15 @@ const je = Y.createContext({}), dn = Y.forwardRef(
830
830
  ListboxComponent: un,
831
831
  isOptionEqualToValue: (r, h) => r[i] === h[i],
832
832
  getOptionLabel: (r) => d(r, r[i] === "-1"),
833
- renderTags: (r) => l ? g ? s ? "Todos" : `${r.length} seleccionados` : `${r.length} seleccionados` : /* @__PURE__ */ o(Q, {}),
834
- renderOption: (r, h, { selected: p }) => {
835
- const { key: y, ...b } = r, I = h[i] === "-1", S = I ? g : p;
833
+ renderTags: (r) => l ? g ? a ? "Todos" : `${r.length} seleccionados` : `${r.length} seleccionados` : /* @__PURE__ */ o(Q, {}),
834
+ renderOption: (r, h, { selected: f }) => {
835
+ const { key: y, ...b } = r, I = h[i] === "-1", S = I ? g : f;
836
836
  return /* @__PURE__ */ _(
837
837
  it,
838
838
  {
839
839
  ...b,
840
840
  sx: {
841
- borderBottom: s && h[a] === "Todos" ? "1px #0000001F solid" : "",
841
+ borderBottom: a && h[s] === "Todos" ? "1px #0000001F solid" : "",
842
842
  gap: 1,
843
843
  padding: "7px 16px !important"
844
844
  },
@@ -868,16 +868,16 @@ const Re = "DD/MM/YYYY", Ee = (e, t) => {
868
868
  const n = e !== "" ? P(e, Re) : P().subtract(2, "month"), i = t !== "" ? P(t, Re) : P();
869
869
  return { defaultI: n, defaultF: i };
870
870
  }, hn = ({ defaultValue: e, onchange: t, onInvalidDate: n, clear: i }) => {
871
- const a = Ee((e == null ? void 0 : e.inicial) || "", (e == null ? void 0 : e.final) || ""), [c, s] = F([a.defaultI, a.defaultF]), [l, f] = F(null);
871
+ const s = Ee((e == null ? void 0 : e.inicial) || "", (e == null ? void 0 : e.final) || ""), [c, a] = F([s.defaultI, s.defaultF]), [l, p] = F(null);
872
872
  E(() => {
873
873
  if (i === !0) {
874
874
  const { defaultI: x, defaultF: v } = Ee((e == null ? void 0 : e.inicial) || "", (e == null ? void 0 : e.final) || "");
875
- s([x, v]);
875
+ a([x, v]);
876
876
  }
877
877
  }, [i]);
878
878
  const m = (x) => {
879
879
  const v = P(x[0]), u = P(x[1]), r = d([v, u]);
880
- s(x), r == "" ? f("") : (f(r), n && n());
880
+ a(x), r == "" ? p("") : (p(r), n && n());
881
881
  }, d = (x) => {
882
882
  const v = P(x[0]), u = P(x[1]);
883
883
  return v.isValid() && u.isValid() ? v.year() < 2010 ? "Fecha inicial mínima es del año 2010" : u.year() < 2010 ? "Fecha final mínima es del año 2010" : v.isBefore(u) ? "" : "La fecha inicial debe ser menor que la fecha final" : "Fecha no válida";
@@ -888,14 +888,14 @@ const Re = "DD/MM/YYYY", Ee = (e, t) => {
888
888
  warningMessage: l,
889
889
  handleClose: () => {
890
890
  const x = P(c[0]), v = P(c[1]), u = d([x, v]);
891
- u == "" ? (f(""), t({
891
+ u == "" ? (p(""), t({
892
892
  fechai: x.format("DD/MM/YYYY"),
893
893
  fechaf: v.format("DD/MM/YYYY")
894
- })) : (n && n(), f(u));
894
+ })) : (n && n(), p(u));
895
895
  }
896
896
  };
897
897
  }, ci = (e) => {
898
- const { selectedDateRange: t, handleDateChange: n, warningMessage: i, handleClose: a } = hn(e), c = $e(), s = at(c.breakpoints.up("sm")), l = e.localeText ?? {
898
+ const { selectedDateRange: t, handleDateChange: n, warningMessage: i, handleClose: s } = hn(e), c = $e(), a = st(c.breakpoints.up("sm")), l = e.localeText ?? {
899
899
  start: "Fecha inicial",
900
900
  end: "Fecha final"
901
901
  };
@@ -917,13 +917,13 @@ const Re = "DD/MM/YYYY", Ee = (e, t) => {
917
917
  "& .MuiMultiInputDateRangeField-separator": { display: "none" }
918
918
  },
919
919
  value: t,
920
- onClose: a,
920
+ onClose: s,
921
921
  onChange: n,
922
- desktopModeMediaQuery: e.isInputIndividual && s == !1 ? "sm" : "",
922
+ desktopModeMediaQuery: e.isInputIndividual && a == !1 ? "sm" : "",
923
923
  slots: e.isInputIndividual ? {} : { field: At },
924
924
  slotProps: {
925
- textField: (f) => {
926
- const m = f.position;
925
+ textField: (p) => {
926
+ const m = p.position;
927
927
  return {
928
928
  size: "small",
929
929
  label: m === "start" ? l.start : l.end,
@@ -952,14 +952,14 @@ const Re = "DD/MM/YYYY", Ee = (e, t) => {
952
952
  ] })
953
953
  }
954
954
  );
955
- }, fn = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='RE'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20453.5433%20453.5433'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20url(%23Degradado_sin_nombre_34-4);%20}%20.cls-1,%20.cls-2,%20.cls-3,%20.cls-4,%20.cls-5,%20.cls-6,%20.cls-7%20{%20stroke-width:%200px;%20}%20.cls-2%20{%20fill:%20url(%23Degradado_sin_nombre_34-2);%20}%20.cls-3%20{%20fill:%20url(%23Degradado_sin_nombre_38-2);%20}%20.cls-4%20{%20fill:%20url(%23Degradado_sin_nombre_38);%20}%20.cls-5%20{%20fill:%20url(%23Degradado_sin_nombre_34-3);%20}%20.cls-6%20{%20fill:%20%23fff;%20}%20.cls-7%20{%20fill:%20url(%23Degradado_sin_nombre_34);%20}%20%3c/style%3e%3clinearGradient%20id='Degradado_sin_nombre_34'%20data-name='Degradado%20sin%20nombre%2034'%20x1='56.7178'%20y1='226.7717'%20x2='396.8255'%20y2='226.7717'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%230f666b'/%3e%3cstop%20offset='1'%20stop-color='%231d8d97'/%3e%3c/linearGradient%3e%3clinearGradient%20id='Degradado_sin_nombre_34-2'%20data-name='Degradado%20sin%20nombre%2034'%20x1='14.4541'%20y1='175.1242'%20x2='234.3511'%20y2='175.1242'%20xlink:href='%23Degradado_sin_nombre_34'/%3e%3clinearGradient%20id='Degradado_sin_nombre_38'%20data-name='Degradado%20sin%20nombre%2038'%20x1='293.0693'%20y1='107.0773'%20x2='515.5374'%20y2='107.0773'%20gradientTransform='translate(68.1195%20732.5845)%20rotate(-90)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%230f666b'/%3e%3cstop%20offset='1'%20stop-color='%231d8d97'/%3e%3c/linearGradient%3e%3clinearGradient%20id='Degradado_sin_nombre_38-2'%20data-name='Degradado%20sin%20nombre%2038'%20x1='314.2624'%20y1='364.163'%20x2='535.4932'%20y2='364.163'%20gradientTransform='translate(753.3515%20642.5821)%20rotate(-180)'%20xlink:href='%23Degradado_sin_nombre_38'/%3e%3clinearGradient%20id='Degradado_sin_nombre_34-3'%20data-name='Degradado%20sin%20nombre%2034'%20x1='117.6042'%20y1='14.1612'%20x2='122.7773'%20y2='14.1612'%20xlink:href='%23Degradado_sin_nombre_34'/%3e%3clinearGradient%20id='Degradado_sin_nombre_34-4'%20data-name='Degradado%20sin%20nombre%2034'%20x1='134.9218'%20y1='124.6425'%20x2='439.0892'%20y2='124.6425'%20xlink:href='%23Degradado_sin_nombre_34'/%3e%3c/defs%3e%3cg%3e%3crect%20class='cls-7'%20x='56.7178'%20y='60.1189'%20width='340.1077'%20height='333.3056'/%3e%3cpath%20class='cls-2'%20d='M124.4026,14.0281C63.6799,14.0281,14.4541,62.6329,14.4541,122.5894v213.6309c60.7232,0,109.9485-48.6043,109.9485-108.5614v-105.0695c0-59.9566,49.2258-108.5614,109.9485-108.5614h-109.9485Z'/%3e%3cpath%20class='cls-4'%20d='M14.4541,328.2812c0,61.4329,48.4982,111.234,108.3232,111.234h213.1623c0-61.4329-48.4977-111.234-108.3227-111.234h-104.8396c-59.825,0-108.3232-49.8009-108.3232-111.234v111.234Z'/%3e%3cpath%20class='cls-3'%20d='M328.4739,439.5152c61.0911,0,110.6151-48.6045,110.6151-108.5614V117.323c-61.0911,0-110.6151,48.6048-110.6151,108.5614v105.0695c0,59.9568-49.5245,108.5614-110.6156,108.5614h110.6156Z'/%3e%3cg%3e%3cpath%20class='cls-5'%20d='M122.7773,14.0281h-5.1731c0,.0903.0123.1765.0128.2663,1.7221-.083,3.4187-.2663,5.1603-.2663Z'/%3e%3cpath%20class='cls-1'%20d='M330.7665,14.0281h-99.666c-41.8918,0-78.1576,24.3255-96.1787,59.8592,19.2851,30.5087,52.7999,50.7552,91.0051,50.7552h104.8396c59.825,0,108.3227,49.5235,108.3227,110.6144v-110.6144c0-61.0904-48.4977-110.6144-108.3227-110.6144Z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20class='cls-6'%20d='M107.9407,179.8078c-2.6359-.9974-4.9904-2.2596-7.0614-3.785s-3.7469-3.3514-5.0268-5.4797c-1.281-2.1272-1.9209-4.6412-1.9209-7.5413,0-2.9376.6399-5.5829,1.9209-7.9369,1.2799-2.3534,2.9658-4.3499,5.0555-5.9884,2.0897-1.6379,4.4531-2.8996,7.0901-3.785,2.6348-.8843,5.3093-1.3273,8.0213-1.3273,2.1835,0,4.3119.2262,6.3839.678,2.0699.4518,4.0106,1.121,5.8179,2.0053,1.8084.8854,3.4457,1.9772,4.9154,3.2764,1.4685,1.2992,2.6922,2.8157,3.6719,4.5474.4138.678.5075,1.3659.2825,2.0621-.2262.6973-.5473,1.2523-.961,1.6666-.5274.4899-1.2148.7817-2.0621.8755-.8474.0943-1.666-.16-2.4571-.7624-2.1846-2.6739-4.5193-4.548-7.0051-5.621-2.4847-1.0736-5.3093-1.6103-8.4737-1.6103-1.7698,0-3.5395.2543-5.3093.763-1.7709.5081-3.3806,1.2523-4.8304,2.2315-1.4498.9798-2.637,2.2127-3.5594,3.7001-.9224,1.4879-1.3836,3.2113-1.3836,5.1686,0,2.0721.5451,3.7949,1.6385,5.1692,1.0912,1.3753,2.4759,2.5333,4.1519,3.4744,1.6749.9417,3.5108,1.7041,5.5079,2.2878,1.9959.5842,3.8981,1.1017,5.7054,1.5535,2.787.8667,5.5079,1.8453,8.1636,2.9376,2.6546,1.0923,5.0081,2.429,7.0614,4.0106,2.0522,1.5816,3.6995,3.4656,4.943,5.6491,1.2424,2.1846,1.8635,4.8017,1.8635,7.8525,0,3.2764-.6499,6.2422-1.9485,8.8973-1.2997,2.6546-3.0507,4.9341-5.2541,6.8352-2.2034,1.9022-4.7642,3.3707-7.6826,4.4062-2.9194,1.0355-5.979,1.5535-9.1798,1.5535-2.6745,0-5.2541-.358-7.7388-1.073-2.4858-.715-4.7742-1.6854-6.8639-2.9095-2.0908-1.2236-3.918-2.6734-5.4803-4.3499-1.5623-1.6754-2.7584-3.4739-3.587-5.3948-.5649-1.2048-.6499-2.2122-.2538-3.0221.395-.8099.9687-1.4211,1.7223-1.836.8661-.4893,1.6859-.5936,2.4582-.3111.7712.2825,1.5712.9516,2.4009,2.0059.715,1.5066,1.6848,2.8621,2.9084,4.0669,1.2236,1.206,2.6083,2.2315,4.153,3.0789,1.5436.8474,3.2195,1.4972,5.0268,1.9491,1.8084.4518,3.6719.678,5.5928.678,1.9959,0,3.9831-.3012,5.9602-.9042,1.9772-.6019,3.7569-1.5055,5.338-2.7115,1.5822-1.2048,2.8621-2.7015,3.8418-4.4911.9787-1.788,1.4685-3.8501,1.4685-6.1853,0-2.1471-.4899-3.945-1.4685-5.3953-.9798-1.4492-2.2795-2.6922-3.8981-3.7282-1.6197-1.0355-3.4457-1.9209-5.4792-2.6552-2.0346-.7343-4.0868-1.4404-6.1577-2.1184-2.712-.6399-5.3865-1.4592-8.0224-2.4571Z'/%3e%3cpath%20class='cls-6'%20d='M158.3292,213.335c0,.9798-.3487,1.8078-1.0449,2.4858-.6973.678-1.5347,1.0167-2.5134,1.0167-.9798,0-1.8183-.3387-2.5145-1.0167-.6973-.678-1.0449-1.5061-1.0449-2.4858v-65.3034c0-1.0167.3476-1.8547,1.0449-2.514.6962-.6587,1.5347-.9886,2.5145-.9886.9787,0,1.8161.3299,2.5134.9886.6962.6592,1.0449,1.4972,1.0449,2.514v65.3034Z'/%3e%3cpath%20class='cls-6'%20d='M180.1334,158.8212l-5.9316-8.4737c-.3762-.4888-.5925-1.0636-.6499-1.7229-.0563-.6587.0287-1.2799.2549-1.8641.2262-.5837.5737-1.0824,1.0449-1.4972.47-.4138,1.0449-.6212,1.7234-.6212h.2825c.3751.0756.7525.1887,1.1298.3387h.1125c.075.0761.1501.123.2262.1412.075.0193.1501.0662.2262.1412l.2251.1131c.1136.0761.2163.1694.3111.2825.0938.1131.1975.2262.3111.3387l.1688.2825,39.5443,56.3217v-54.5139c0-.9787.3476-1.8167,1.0449-2.514.6973-.6962,1.5535-1.0449,2.5708-1.0449s1.8547.3487,2.5134,1.0449c.6587.6973.9886,1.5353.9886,2.514v65.2472c0,.8667-.2736,1.6197-.8187,2.2596-.5462.641-1.2335,1.0366-2.0621,1.1866-.1512.0375-.3762.0563-.6775.0563-1.0548,0-1.9408-.3575-2.6557-1.0736l-.2251-.3387-.1699-.1694-39.488-56.4348v54.5139c0,.9798-.3487,1.8078-1.0449,2.4858-.6973.678-1.5347,1.0167-2.5134,1.0167-.9798,0-1.8183-.3387-2.5145-1.0167-.6973-.678-1.0449-1.5061-1.0449-2.4858v-65.1903c0-.9792.3476-1.8078,1.0449-2.4858.6962-.678,1.5347-1.0167,2.5145-1.0167h.2825c.4138.0756.79.1887,1.1298.3387h.1125c.075.0761.1501.123.2262.1412.075.0193.1501.0662.2262.1412.075,0,.1501.0381.2251.1131.4149.3018.7437.6973.9886,1.1861.2449.4899.3674,1.0173.3674,1.5822v10.6765Z'/%3e%3cpath%20class='cls-6'%20d='M297.6354,157.4089c0,.9417-.3398,1.7709-1.0173,2.4858-.7161.678-1.5734,1.0267-2.5708,1.0449-.9974.0193-1.8172-.3106-2.4571-.9886-2.9757-2.9376-6.2703-5.1405-9.8859-6.6096-3.6156-1.4685-7.3626-2.2028-11.2419-2.2028-4.0669,0-7.8999.7723-11.4957,2.3159-3.5969,1.5447-6.7315,3.6537-9.406,6.3271-2.6745,2.6745-4.783,5.8185-6.3266,9.4341-1.5447,3.6151-2.3159,7.4762-2.3159,11.5807,0,3.9544.7425,7.7206,2.231,11.2982,1.4873,3.5781,3.5395,6.7221,6.1577,9.4341,2.6171,2.7115,5.7241,4.8679,9.321,6.4678,3.5958,1.6015,7.5038,2.4009,11.7219,2.4009,3.8782.0381,7.6064-.6212,11.1857-1.9772,3.577-1.3555,6.8716-3.5395,9.8859-6.5527.715-.678,1.5623-1.0256,2.5421-1.0449.9787-.0188,1.8073.2918,2.4847.9318.715.678,1.0636,1.5254,1.046,2.5421-.0199,1.0167-.3487,1.8459-.9886,2.4858-3.6918,3.6912-7.7774,6.4115-12.2592,8.1631-4.4818,1.751-9.1147,2.6265-13.8966,2.6265-3.3519,0-6.5914-.443-9.716-1.3273-3.1269-.8843-6.0452-2.1184-8.7561-3.7001-2.712-1.5822-5.1791-3.4932-7.4012-5.7341-2.2221-2.2403-4.1232-4.7256-5.7054-7.4569-1.5811-2.7302-2.8058-5.6579-3.6719-8.7842-.8661-3.1258-1.2986-6.3834-1.2986-9.7728,0-3.2008.4138-6.3459,1.2424-9.4341.8275-3.0877,2.0059-5.9878,3.5307-8.6998,1.5248-2.7115,3.3795-5.2155,5.5641-7.5132,2.1835-2.2966,4.6418-4.2738,7.3725-5.9316,2.7297-1.6567,5.6855-2.9465,8.8687-3.8694,3.182-.9224,6.5616-1.3841,10.1408-1.3841,4.7444,0,9.3674.9235,13.8679,2.7683,4.5005,1.8453,8.5586,4.5756,12.1743,8.1912.715.7155,1.0736,1.5447,1.0736,2.4853Z'/%3e%3cpath%20class='cls-6'%20d='M353.4754,146.9018c4.4619,1.9204,8.36,4.5474,11.6932,7.8806,3.3332,3.3326,5.9691,7.2219,7.9087,11.6651,1.9397,4.4443,2.9095,9.2079,2.9095,14.2921,0,3.3895-.4435,6.6576-1.3273,9.8015-.886,3.1451-2.1184,6.0728-3.7006,8.7842-1.5822,2.7115-3.502,5.1973-5.7616,7.4569-2.2596,2.2596-4.7455,4.18-7.4575,5.7622-2.7109,1.5816-5.6403,2.8157-8.7837,3.7001-3.1456.8843-6.4126,1.3273-9.8021,1.3273s-6.6565-.443-9.801-1.3273c-3.1445-.8843-6.0728-2.1184-8.7837-3.7001-2.712-1.5822-5.1791-3.5026-7.4012-5.7622s-4.1232-4.7455-5.7054-7.4569c-1.5811-2.7115-2.8058-5.6392-3.6719-8.7842-.8661-3.144-1.2986-6.4121-1.2986-9.8015s.4325-6.6465,1.2986-9.7728c.8661-3.1252,2.0908-6.0447,3.6719-8.7561,1.5822-2.7115,3.4832-5.1874,5.7054-7.4282,2.2221-2.2403,4.6892-4.1612,7.4012-5.7622,2.7109-1.6004,5.6392-2.8334,8.7837-3.7001,3.1445-.8661,6.4115-1.2997,9.801-1.2997,5.0842,0,9.8583.9605,14.3214,2.8814ZM327.6021,153.5113c-3.5969,1.5447-6.7227,3.6532-9.3773,6.3266-2.6557,2.6745-4.7554,5.8003-6.299,9.3778-1.5447,3.5781-2.3159,7.4194-2.3159,11.5238,0,4.1436.7712,8.013,2.3159,11.6094,1.5436,3.5969,3.6432,6.732,6.299,9.4054,2.6546,2.6745,5.7804,4.7835,9.3773,6.3271,3.5958,1.5447,7.4652,2.3159,11.6094,2.3159,4.1044,0,7.9551-.7712,11.552-2.3159,3.5958-1.5436,6.7315-3.6526,9.406-6.3271,2.6734-2.6734,4.7819-5.8085,6.3266-9.4054,1.5436-3.5963,2.3159-7.4658,2.3159-11.6094,0-4.1044-.7723-7.9457-2.3159-11.5238-1.5447-3.5776-3.6532-6.7033-6.3266-9.3778-2.6745-2.6734-5.8102-4.7819-9.406-6.3266-3.5969-1.5441-7.4476-2.3165-11.552-2.3165-4.1441,0-8.0136.7723-11.6094,2.3165Z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='cls-6'%20d='M136.348,294.1054h-29.4172l-7.827,18.52c-.376.8531-.9724,1.4414-1.7911,1.7652-.8181.3235-1.6712.2979-2.558-.0768-.8525-.375-1.4064-.9721-1.6625-1.7908-.2561-.8184-.1967-1.6369.1792-2.4556l25.5289-59.0388c.5796-1.2959,1.5682-1.9441,2.9671-1.9441.6476,0,1.2278.1711,1.7393.5115.5121.3413.9037.8187,1.1772,1.4326l25.3753,59.0388c.3747.8531.4347,1.6803.1792,2.4812-.2561.8019-.7931,1.3902-1.6119,1.7652-.8187.3747-1.6543.4003-2.5068.0768-.8531-.3238-1.467-.8956-1.8417-1.714l-7.9301-18.5712ZM109.6425,287.6591h23.9945l-12.0232-28.2915-11.9713,28.2915Z'/%3e%3cpath%20class='cls-6'%20d='M172.3644,249.0844c3.0701,0,6.0284.3838,8.8762,1.151,2.8478.7675,5.5001,1.8595,7.9557,3.2743,2.4556,1.4158,4.707,3.1129,6.7529,5.0904,2.0465,1.9785,3.7864,4.1783,5.2184,6.5996,1.4326,2.4222,2.5493,5.0395,3.3511,7.8533.8013,2.8138,1.2022,5.7555,1.2022,8.825,0,4.6046-.8787,8.894-2.6348,12.8669-1.7568,3.9738-4.1437,7.4358-7.1619,10.3857-3.0189,2.9502-6.5487,5.2612-10.5905,6.9321-4.0419,1.6715-8.3648,2.5068-12.9693,2.5068h-10.999c-.8874,0-1.6462-.3069-2.277-.9208-.6314-.6139-.9461-1.3636-.9461-2.2511v-59.1413c0-.9208.3148-1.6796.9461-2.2767.6308-.5964,1.3895-.8952,2.277-.8952h10.999ZM172.5181,255.5816h-7.9295v52.5417h7.827c3.7171,0,7.205-.6651,10.4625-1.9953,3.2568-1.3299,6.0959-3.1719,8.5184-5.5251,2.4212-2.3535,4.331-5.1241,5.7299-8.3135,1.3977-3.1888,2.0971-6.6589,2.0971-10.4113,0-3.6834-.6995-7.1279-2.0971-10.3342-1.3989-3.2056-3.2999-5.986-5.7043-8.3392-2.405-2.3535-5.2359-4.212-8.4928-5.5766-3.2575-1.3636-6.7279-2.0465-10.4113-2.0465Z'/%3e%3cpath%20class='cls-6'%20d='M221.8878,286.3801v25.0175c0,.8874-.316,1.6372-.9468,2.2511-.6314.6139-1.3902.9208-2.2764.9208-.8874,0-1.6462-.3069-2.277-.9208-.6314-.6139-.9461-1.3636-.9461-2.2511v-59.1413c0-.9208.3148-1.6796.9461-2.2767.6308-.5964,1.3895-.8952,2.277-.8952h17.1898c2.6935,0,5.2184.4781,7.5716,1.4323,2.3532.9555,4.3997,2.2689,6.139,3.9394,1.7399,1.6715,3.112,3.65,4.1187,5.9345,1.0055,2.2854,1.5088,4.7582,1.5088,7.4183s-.5034,5.1248-1.5088,7.3927c-1.0067,2.2686-2.3788,4.2295-4.1187,5.8836-1.7393,1.6547-3.7858,2.9505-6.139,3.8882-2.3532.9383-4.8781,1.4067-7.5716,1.4067h-13.9667ZM221.8878,255.4282v24.5057h14.0179c1.8417,0,3.5466-.3326,5.116-.9977,1.5682-.6648,2.924-1.5604,4.0668-2.6857,1.1422-1.1257,2.0378-2.4303,2.686-3.9138.6476-1.4835.9724-3.0439.9724-4.6811,0-1.7396-.3329-3.3511-.998-4.8347-.6651-1.4838-1.5694-2.7707-2.7116-3.8626-1.1429-1.091-2.5068-1.9522-4.0924-2.5836-1.5863-.6308-3.2999-.9465-5.1416-.9465h-13.9154Z'/%3e%3cpath%20class='cls-6'%20d='M303.8973,267.8089c0,2.3198-.3835,4.4943-1.151,6.5231-.7675,2.0297-1.8336,3.837-3.1975,5.423-1.3646,1.586-2.9846,2.9249-4.86,4.0159-1.876,1.092-3.9226,1.842-6.1396,2.2511l14.8366,23.7384c.4771.8874.5627,1.7571.2561,2.6092-.3073.8528-.8699,1.4667-1.6887,1.8417-.7844.4094-1.5775.4862-2.3788.2301-.8019-.2557-1.4245-.7585-1.8673-1.5091l-16.3198-26.5522h-10.7947v25.0175c0,.8874-.316,1.6372-.9468,2.2511-.6314.6139-1.3902.9208-2.2764.9208-.8874,0-1.6462-.3069-2.277-.9208-.6314-.6139-.9461-1.3636-.9461-2.2511v-59.1413c0-.9208.3148-1.6796.9461-2.2767.6308-.5964,1.3895-.8952,2.277-.8952h17.1898c2.6935,0,5.2184.4781,7.5716,1.4323,2.3532.9555,4.3997,2.2689,6.139,3.9394,1.7399,1.6715,3.112,3.65,4.1187,5.9345,1.0055,2.2854,1.5088,4.7582,1.5088,7.4183ZM270.5925,255.4282v24.5057h14.0179c1.8417,0,3.5466-.3326,5.116-.9977,1.5682-.6648,2.924-1.5604,4.0668-2.6857,1.1422-1.1257,2.0378-2.4303,2.686-3.9138.6476-1.4835.9724-3.0439.9724-4.6811,0-1.7396-.3329-3.3511-.998-4.8347-.6651-1.4838-1.5694-2.7707-2.7116-3.8626-1.1429-1.091-2.5068-1.9522-4.0924-2.5836-1.5863-.6308-3.2999-.9465-5.1416-.9465h-13.9154Z'/%3e%3cpath%20class='cls-6'%20d='M356.464,251.2331c4.0419,1.7396,7.5722,4.1184,10.5905,7.137,3.0183,3.0183,5.4052,6.5405,7.1626,10.5646,1.7561,4.0247,2.6342,8.3392,2.6342,12.9434,0,3.0698-.4009,6.0291-1.2022,8.8762-.8013,2.8484-1.9185,5.4998-3.3505,7.9557-1.4326,2.4556-3.1719,4.7067-5.2184,6.7529-2.0465,2.0465-4.2979,3.7861-6.7535,5.2184-2.4556,1.4326-5.1079,2.5502-7.9551,3.3511-2.8484.8009-5.8067,1.2022-8.8762,1.2022s-6.0291-.4013-8.8762-1.2022c-2.8484-.8009-5.5001-1.9185-7.9557-3.3511-2.4556-1.4323-4.6901-3.1719-6.7023-5.2184-2.0128-2.0462-3.7346-4.2973-5.1666-6.7529-1.4326-2.4559-2.5418-5.1073-3.3255-7.9557-.785-2.8472-1.1766-5.8064-1.1766-8.8762s.3916-6.0194,1.1766-8.8506c.7838-2.8306,1.8929-5.4742,3.3255-7.9298,1.432-2.4559,3.1538-4.6979,5.1666-6.7276,2.0122-2.029,4.2467-3.7683,6.7023-5.2184,2.4556-1.4492,5.1073-2.5661,7.9557-3.3508,2.8472-.7844,5.8061-1.1769,8.8762-1.1769,4.6039,0,8.9274.8699,12.9687,2.6092ZM333.0328,257.2187c-3.2575,1.3989-6.0878,3.3087-8.4928,5.7299-2.4044,2.4222-4.306,5.2528-5.7043,8.4928-1.3989,3.2406-2.0977,6.7195-2.0977,10.4366,0,3.7524.6988,7.2569,2.0977,10.5134,1.3983,3.2575,3.2999,6.0968,5.7043,8.5184,2.405,2.4222,5.2353,4.3316,8.4928,5.7299,3.2568,1.3989,6.761,2.0974,10.5137,2.0974,3.7171,0,7.2044-.6985,10.4619-2.0974,3.2568-1.3983,6.0959-3.3077,8.5184-5.7299,2.4212-2.4216,4.331-5.2609,5.7299-8.5184,1.3983-3.2565,2.0977-6.761,2.0977-10.5134,0-3.7171-.6995-7.196-2.0977-10.4366-1.3989-3.24-3.3087-6.0706-5.7299-8.4928-2.4225-2.4212-5.2615-4.331-8.5184-5.7299-3.2575-1.398-6.7448-2.0974-10.4619-2.0974-3.7527,0-7.2569.6995-10.5137,2.0974Z'/%3e%3c/g%3e%3c/svg%3e", di = ({
955
+ }, pn = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='RE'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20453.5433%20453.5433'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20url(%23Degradado_sin_nombre_34-4);%20}%20.cls-1,%20.cls-2,%20.cls-3,%20.cls-4,%20.cls-5,%20.cls-6,%20.cls-7%20{%20stroke-width:%200px;%20}%20.cls-2%20{%20fill:%20url(%23Degradado_sin_nombre_34-2);%20}%20.cls-3%20{%20fill:%20url(%23Degradado_sin_nombre_38-2);%20}%20.cls-4%20{%20fill:%20url(%23Degradado_sin_nombre_38);%20}%20.cls-5%20{%20fill:%20url(%23Degradado_sin_nombre_34-3);%20}%20.cls-6%20{%20fill:%20%23fff;%20}%20.cls-7%20{%20fill:%20url(%23Degradado_sin_nombre_34);%20}%20%3c/style%3e%3clinearGradient%20id='Degradado_sin_nombre_34'%20data-name='Degradado%20sin%20nombre%2034'%20x1='56.7178'%20y1='226.7717'%20x2='396.8255'%20y2='226.7717'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%230f666b'/%3e%3cstop%20offset='1'%20stop-color='%231d8d97'/%3e%3c/linearGradient%3e%3clinearGradient%20id='Degradado_sin_nombre_34-2'%20data-name='Degradado%20sin%20nombre%2034'%20x1='14.4541'%20y1='175.1242'%20x2='234.3511'%20y2='175.1242'%20xlink:href='%23Degradado_sin_nombre_34'/%3e%3clinearGradient%20id='Degradado_sin_nombre_38'%20data-name='Degradado%20sin%20nombre%2038'%20x1='293.0693'%20y1='107.0773'%20x2='515.5374'%20y2='107.0773'%20gradientTransform='translate(68.1195%20732.5845)%20rotate(-90)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%230f666b'/%3e%3cstop%20offset='1'%20stop-color='%231d8d97'/%3e%3c/linearGradient%3e%3clinearGradient%20id='Degradado_sin_nombre_38-2'%20data-name='Degradado%20sin%20nombre%2038'%20x1='314.2624'%20y1='364.163'%20x2='535.4932'%20y2='364.163'%20gradientTransform='translate(753.3515%20642.5821)%20rotate(-180)'%20xlink:href='%23Degradado_sin_nombre_38'/%3e%3clinearGradient%20id='Degradado_sin_nombre_34-3'%20data-name='Degradado%20sin%20nombre%2034'%20x1='117.6042'%20y1='14.1612'%20x2='122.7773'%20y2='14.1612'%20xlink:href='%23Degradado_sin_nombre_34'/%3e%3clinearGradient%20id='Degradado_sin_nombre_34-4'%20data-name='Degradado%20sin%20nombre%2034'%20x1='134.9218'%20y1='124.6425'%20x2='439.0892'%20y2='124.6425'%20xlink:href='%23Degradado_sin_nombre_34'/%3e%3c/defs%3e%3cg%3e%3crect%20class='cls-7'%20x='56.7178'%20y='60.1189'%20width='340.1077'%20height='333.3056'/%3e%3cpath%20class='cls-2'%20d='M124.4026,14.0281C63.6799,14.0281,14.4541,62.6329,14.4541,122.5894v213.6309c60.7232,0,109.9485-48.6043,109.9485-108.5614v-105.0695c0-59.9566,49.2258-108.5614,109.9485-108.5614h-109.9485Z'/%3e%3cpath%20class='cls-4'%20d='M14.4541,328.2812c0,61.4329,48.4982,111.234,108.3232,111.234h213.1623c0-61.4329-48.4977-111.234-108.3227-111.234h-104.8396c-59.825,0-108.3232-49.8009-108.3232-111.234v111.234Z'/%3e%3cpath%20class='cls-3'%20d='M328.4739,439.5152c61.0911,0,110.6151-48.6045,110.6151-108.5614V117.323c-61.0911,0-110.6151,48.6048-110.6151,108.5614v105.0695c0,59.9568-49.5245,108.5614-110.6156,108.5614h110.6156Z'/%3e%3cg%3e%3cpath%20class='cls-5'%20d='M122.7773,14.0281h-5.1731c0,.0903.0123.1765.0128.2663,1.7221-.083,3.4187-.2663,5.1603-.2663Z'/%3e%3cpath%20class='cls-1'%20d='M330.7665,14.0281h-99.666c-41.8918,0-78.1576,24.3255-96.1787,59.8592,19.2851,30.5087,52.7999,50.7552,91.0051,50.7552h104.8396c59.825,0,108.3227,49.5235,108.3227,110.6144v-110.6144c0-61.0904-48.4977-110.6144-108.3227-110.6144Z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20class='cls-6'%20d='M107.9407,179.8078c-2.6359-.9974-4.9904-2.2596-7.0614-3.785s-3.7469-3.3514-5.0268-5.4797c-1.281-2.1272-1.9209-4.6412-1.9209-7.5413,0-2.9376.6399-5.5829,1.9209-7.9369,1.2799-2.3534,2.9658-4.3499,5.0555-5.9884,2.0897-1.6379,4.4531-2.8996,7.0901-3.785,2.6348-.8843,5.3093-1.3273,8.0213-1.3273,2.1835,0,4.3119.2262,6.3839.678,2.0699.4518,4.0106,1.121,5.8179,2.0053,1.8084.8854,3.4457,1.9772,4.9154,3.2764,1.4685,1.2992,2.6922,2.8157,3.6719,4.5474.4138.678.5075,1.3659.2825,2.0621-.2262.6973-.5473,1.2523-.961,1.6666-.5274.4899-1.2148.7817-2.0621.8755-.8474.0943-1.666-.16-2.4571-.7624-2.1846-2.6739-4.5193-4.548-7.0051-5.621-2.4847-1.0736-5.3093-1.6103-8.4737-1.6103-1.7698,0-3.5395.2543-5.3093.763-1.7709.5081-3.3806,1.2523-4.8304,2.2315-1.4498.9798-2.637,2.2127-3.5594,3.7001-.9224,1.4879-1.3836,3.2113-1.3836,5.1686,0,2.0721.5451,3.7949,1.6385,5.1692,1.0912,1.3753,2.4759,2.5333,4.1519,3.4744,1.6749.9417,3.5108,1.7041,5.5079,2.2878,1.9959.5842,3.8981,1.1017,5.7054,1.5535,2.787.8667,5.5079,1.8453,8.1636,2.9376,2.6546,1.0923,5.0081,2.429,7.0614,4.0106,2.0522,1.5816,3.6995,3.4656,4.943,5.6491,1.2424,2.1846,1.8635,4.8017,1.8635,7.8525,0,3.2764-.6499,6.2422-1.9485,8.8973-1.2997,2.6546-3.0507,4.9341-5.2541,6.8352-2.2034,1.9022-4.7642,3.3707-7.6826,4.4062-2.9194,1.0355-5.979,1.5535-9.1798,1.5535-2.6745,0-5.2541-.358-7.7388-1.073-2.4858-.715-4.7742-1.6854-6.8639-2.9095-2.0908-1.2236-3.918-2.6734-5.4803-4.3499-1.5623-1.6754-2.7584-3.4739-3.587-5.3948-.5649-1.2048-.6499-2.2122-.2538-3.0221.395-.8099.9687-1.4211,1.7223-1.836.8661-.4893,1.6859-.5936,2.4582-.3111.7712.2825,1.5712.9516,2.4009,2.0059.715,1.5066,1.6848,2.8621,2.9084,4.0669,1.2236,1.206,2.6083,2.2315,4.153,3.0789,1.5436.8474,3.2195,1.4972,5.0268,1.9491,1.8084.4518,3.6719.678,5.5928.678,1.9959,0,3.9831-.3012,5.9602-.9042,1.9772-.6019,3.7569-1.5055,5.338-2.7115,1.5822-1.2048,2.8621-2.7015,3.8418-4.4911.9787-1.788,1.4685-3.8501,1.4685-6.1853,0-2.1471-.4899-3.945-1.4685-5.3953-.9798-1.4492-2.2795-2.6922-3.8981-3.7282-1.6197-1.0355-3.4457-1.9209-5.4792-2.6552-2.0346-.7343-4.0868-1.4404-6.1577-2.1184-2.712-.6399-5.3865-1.4592-8.0224-2.4571Z'/%3e%3cpath%20class='cls-6'%20d='M158.3292,213.335c0,.9798-.3487,1.8078-1.0449,2.4858-.6973.678-1.5347,1.0167-2.5134,1.0167-.9798,0-1.8183-.3387-2.5145-1.0167-.6973-.678-1.0449-1.5061-1.0449-2.4858v-65.3034c0-1.0167.3476-1.8547,1.0449-2.514.6962-.6587,1.5347-.9886,2.5145-.9886.9787,0,1.8161.3299,2.5134.9886.6962.6592,1.0449,1.4972,1.0449,2.514v65.3034Z'/%3e%3cpath%20class='cls-6'%20d='M180.1334,158.8212l-5.9316-8.4737c-.3762-.4888-.5925-1.0636-.6499-1.7229-.0563-.6587.0287-1.2799.2549-1.8641.2262-.5837.5737-1.0824,1.0449-1.4972.47-.4138,1.0449-.6212,1.7234-.6212h.2825c.3751.0756.7525.1887,1.1298.3387h.1125c.075.0761.1501.123.2262.1412.075.0193.1501.0662.2262.1412l.2251.1131c.1136.0761.2163.1694.3111.2825.0938.1131.1975.2262.3111.3387l.1688.2825,39.5443,56.3217v-54.5139c0-.9787.3476-1.8167,1.0449-2.514.6973-.6962,1.5535-1.0449,2.5708-1.0449s1.8547.3487,2.5134,1.0449c.6587.6973.9886,1.5353.9886,2.514v65.2472c0,.8667-.2736,1.6197-.8187,2.2596-.5462.641-1.2335,1.0366-2.0621,1.1866-.1512.0375-.3762.0563-.6775.0563-1.0548,0-1.9408-.3575-2.6557-1.0736l-.2251-.3387-.1699-.1694-39.488-56.4348v54.5139c0,.9798-.3487,1.8078-1.0449,2.4858-.6973.678-1.5347,1.0167-2.5134,1.0167-.9798,0-1.8183-.3387-2.5145-1.0167-.6973-.678-1.0449-1.5061-1.0449-2.4858v-65.1903c0-.9792.3476-1.8078,1.0449-2.4858.6962-.678,1.5347-1.0167,2.5145-1.0167h.2825c.4138.0756.79.1887,1.1298.3387h.1125c.075.0761.1501.123.2262.1412.075.0193.1501.0662.2262.1412.075,0,.1501.0381.2251.1131.4149.3018.7437.6973.9886,1.1861.2449.4899.3674,1.0173.3674,1.5822v10.6765Z'/%3e%3cpath%20class='cls-6'%20d='M297.6354,157.4089c0,.9417-.3398,1.7709-1.0173,2.4858-.7161.678-1.5734,1.0267-2.5708,1.0449-.9974.0193-1.8172-.3106-2.4571-.9886-2.9757-2.9376-6.2703-5.1405-9.8859-6.6096-3.6156-1.4685-7.3626-2.2028-11.2419-2.2028-4.0669,0-7.8999.7723-11.4957,2.3159-3.5969,1.5447-6.7315,3.6537-9.406,6.3271-2.6745,2.6745-4.783,5.8185-6.3266,9.4341-1.5447,3.6151-2.3159,7.4762-2.3159,11.5807,0,3.9544.7425,7.7206,2.231,11.2982,1.4873,3.5781,3.5395,6.7221,6.1577,9.4341,2.6171,2.7115,5.7241,4.8679,9.321,6.4678,3.5958,1.6015,7.5038,2.4009,11.7219,2.4009,3.8782.0381,7.6064-.6212,11.1857-1.9772,3.577-1.3555,6.8716-3.5395,9.8859-6.5527.715-.678,1.5623-1.0256,2.5421-1.0449.9787-.0188,1.8073.2918,2.4847.9318.715.678,1.0636,1.5254,1.046,2.5421-.0199,1.0167-.3487,1.8459-.9886,2.4858-3.6918,3.6912-7.7774,6.4115-12.2592,8.1631-4.4818,1.751-9.1147,2.6265-13.8966,2.6265-3.3519,0-6.5914-.443-9.716-1.3273-3.1269-.8843-6.0452-2.1184-8.7561-3.7001-2.712-1.5822-5.1791-3.4932-7.4012-5.7341-2.2221-2.2403-4.1232-4.7256-5.7054-7.4569-1.5811-2.7302-2.8058-5.6579-3.6719-8.7842-.8661-3.1258-1.2986-6.3834-1.2986-9.7728,0-3.2008.4138-6.3459,1.2424-9.4341.8275-3.0877,2.0059-5.9878,3.5307-8.6998,1.5248-2.7115,3.3795-5.2155,5.5641-7.5132,2.1835-2.2966,4.6418-4.2738,7.3725-5.9316,2.7297-1.6567,5.6855-2.9465,8.8687-3.8694,3.182-.9224,6.5616-1.3841,10.1408-1.3841,4.7444,0,9.3674.9235,13.8679,2.7683,4.5005,1.8453,8.5586,4.5756,12.1743,8.1912.715.7155,1.0736,1.5447,1.0736,2.4853Z'/%3e%3cpath%20class='cls-6'%20d='M353.4754,146.9018c4.4619,1.9204,8.36,4.5474,11.6932,7.8806,3.3332,3.3326,5.9691,7.2219,7.9087,11.6651,1.9397,4.4443,2.9095,9.2079,2.9095,14.2921,0,3.3895-.4435,6.6576-1.3273,9.8015-.886,3.1451-2.1184,6.0728-3.7006,8.7842-1.5822,2.7115-3.502,5.1973-5.7616,7.4569-2.2596,2.2596-4.7455,4.18-7.4575,5.7622-2.7109,1.5816-5.6403,2.8157-8.7837,3.7001-3.1456.8843-6.4126,1.3273-9.8021,1.3273s-6.6565-.443-9.801-1.3273c-3.1445-.8843-6.0728-2.1184-8.7837-3.7001-2.712-1.5822-5.1791-3.5026-7.4012-5.7622s-4.1232-4.7455-5.7054-7.4569c-1.5811-2.7115-2.8058-5.6392-3.6719-8.7842-.8661-3.144-1.2986-6.4121-1.2986-9.8015s.4325-6.6465,1.2986-9.7728c.8661-3.1252,2.0908-6.0447,3.6719-8.7561,1.5822-2.7115,3.4832-5.1874,5.7054-7.4282,2.2221-2.2403,4.6892-4.1612,7.4012-5.7622,2.7109-1.6004,5.6392-2.8334,8.7837-3.7001,3.1445-.8661,6.4115-1.2997,9.801-1.2997,5.0842,0,9.8583.9605,14.3214,2.8814ZM327.6021,153.5113c-3.5969,1.5447-6.7227,3.6532-9.3773,6.3266-2.6557,2.6745-4.7554,5.8003-6.299,9.3778-1.5447,3.5781-2.3159,7.4194-2.3159,11.5238,0,4.1436.7712,8.013,2.3159,11.6094,1.5436,3.5969,3.6432,6.732,6.299,9.4054,2.6546,2.6745,5.7804,4.7835,9.3773,6.3271,3.5958,1.5447,7.4652,2.3159,11.6094,2.3159,4.1044,0,7.9551-.7712,11.552-2.3159,3.5958-1.5436,6.7315-3.6526,9.406-6.3271,2.6734-2.6734,4.7819-5.8085,6.3266-9.4054,1.5436-3.5963,2.3159-7.4658,2.3159-11.6094,0-4.1044-.7723-7.9457-2.3159-11.5238-1.5447-3.5776-3.6532-6.7033-6.3266-9.3778-2.6745-2.6734-5.8102-4.7819-9.406-6.3266-3.5969-1.5441-7.4476-2.3165-11.552-2.3165-4.1441,0-8.0136.7723-11.6094,2.3165Z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='cls-6'%20d='M136.348,294.1054h-29.4172l-7.827,18.52c-.376.8531-.9724,1.4414-1.7911,1.7652-.8181.3235-1.6712.2979-2.558-.0768-.8525-.375-1.4064-.9721-1.6625-1.7908-.2561-.8184-.1967-1.6369.1792-2.4556l25.5289-59.0388c.5796-1.2959,1.5682-1.9441,2.9671-1.9441.6476,0,1.2278.1711,1.7393.5115.5121.3413.9037.8187,1.1772,1.4326l25.3753,59.0388c.3747.8531.4347,1.6803.1792,2.4812-.2561.8019-.7931,1.3902-1.6119,1.7652-.8187.3747-1.6543.4003-2.5068.0768-.8531-.3238-1.467-.8956-1.8417-1.714l-7.9301-18.5712ZM109.6425,287.6591h23.9945l-12.0232-28.2915-11.9713,28.2915Z'/%3e%3cpath%20class='cls-6'%20d='M172.3644,249.0844c3.0701,0,6.0284.3838,8.8762,1.151,2.8478.7675,5.5001,1.8595,7.9557,3.2743,2.4556,1.4158,4.707,3.1129,6.7529,5.0904,2.0465,1.9785,3.7864,4.1783,5.2184,6.5996,1.4326,2.4222,2.5493,5.0395,3.3511,7.8533.8013,2.8138,1.2022,5.7555,1.2022,8.825,0,4.6046-.8787,8.894-2.6348,12.8669-1.7568,3.9738-4.1437,7.4358-7.1619,10.3857-3.0189,2.9502-6.5487,5.2612-10.5905,6.9321-4.0419,1.6715-8.3648,2.5068-12.9693,2.5068h-10.999c-.8874,0-1.6462-.3069-2.277-.9208-.6314-.6139-.9461-1.3636-.9461-2.2511v-59.1413c0-.9208.3148-1.6796.9461-2.2767.6308-.5964,1.3895-.8952,2.277-.8952h10.999ZM172.5181,255.5816h-7.9295v52.5417h7.827c3.7171,0,7.205-.6651,10.4625-1.9953,3.2568-1.3299,6.0959-3.1719,8.5184-5.5251,2.4212-2.3535,4.331-5.1241,5.7299-8.3135,1.3977-3.1888,2.0971-6.6589,2.0971-10.4113,0-3.6834-.6995-7.1279-2.0971-10.3342-1.3989-3.2056-3.2999-5.986-5.7043-8.3392-2.405-2.3535-5.2359-4.212-8.4928-5.5766-3.2575-1.3636-6.7279-2.0465-10.4113-2.0465Z'/%3e%3cpath%20class='cls-6'%20d='M221.8878,286.3801v25.0175c0,.8874-.316,1.6372-.9468,2.2511-.6314.6139-1.3902.9208-2.2764.9208-.8874,0-1.6462-.3069-2.277-.9208-.6314-.6139-.9461-1.3636-.9461-2.2511v-59.1413c0-.9208.3148-1.6796.9461-2.2767.6308-.5964,1.3895-.8952,2.277-.8952h17.1898c2.6935,0,5.2184.4781,7.5716,1.4323,2.3532.9555,4.3997,2.2689,6.139,3.9394,1.7399,1.6715,3.112,3.65,4.1187,5.9345,1.0055,2.2854,1.5088,4.7582,1.5088,7.4183s-.5034,5.1248-1.5088,7.3927c-1.0067,2.2686-2.3788,4.2295-4.1187,5.8836-1.7393,1.6547-3.7858,2.9505-6.139,3.8882-2.3532.9383-4.8781,1.4067-7.5716,1.4067h-13.9667ZM221.8878,255.4282v24.5057h14.0179c1.8417,0,3.5466-.3326,5.116-.9977,1.5682-.6648,2.924-1.5604,4.0668-2.6857,1.1422-1.1257,2.0378-2.4303,2.686-3.9138.6476-1.4835.9724-3.0439.9724-4.6811,0-1.7396-.3329-3.3511-.998-4.8347-.6651-1.4838-1.5694-2.7707-2.7116-3.8626-1.1429-1.091-2.5068-1.9522-4.0924-2.5836-1.5863-.6308-3.2999-.9465-5.1416-.9465h-13.9154Z'/%3e%3cpath%20class='cls-6'%20d='M303.8973,267.8089c0,2.3198-.3835,4.4943-1.151,6.5231-.7675,2.0297-1.8336,3.837-3.1975,5.423-1.3646,1.586-2.9846,2.9249-4.86,4.0159-1.876,1.092-3.9226,1.842-6.1396,2.2511l14.8366,23.7384c.4771.8874.5627,1.7571.2561,2.6092-.3073.8528-.8699,1.4667-1.6887,1.8417-.7844.4094-1.5775.4862-2.3788.2301-.8019-.2557-1.4245-.7585-1.8673-1.5091l-16.3198-26.5522h-10.7947v25.0175c0,.8874-.316,1.6372-.9468,2.2511-.6314.6139-1.3902.9208-2.2764.9208-.8874,0-1.6462-.3069-2.277-.9208-.6314-.6139-.9461-1.3636-.9461-2.2511v-59.1413c0-.9208.3148-1.6796.9461-2.2767.6308-.5964,1.3895-.8952,2.277-.8952h17.1898c2.6935,0,5.2184.4781,7.5716,1.4323,2.3532.9555,4.3997,2.2689,6.139,3.9394,1.7399,1.6715,3.112,3.65,4.1187,5.9345,1.0055,2.2854,1.5088,4.7582,1.5088,7.4183ZM270.5925,255.4282v24.5057h14.0179c1.8417,0,3.5466-.3326,5.116-.9977,1.5682-.6648,2.924-1.5604,4.0668-2.6857,1.1422-1.1257,2.0378-2.4303,2.686-3.9138.6476-1.4835.9724-3.0439.9724-4.6811,0-1.7396-.3329-3.3511-.998-4.8347-.6651-1.4838-1.5694-2.7707-2.7116-3.8626-1.1429-1.091-2.5068-1.9522-4.0924-2.5836-1.5863-.6308-3.2999-.9465-5.1416-.9465h-13.9154Z'/%3e%3cpath%20class='cls-6'%20d='M356.464,251.2331c4.0419,1.7396,7.5722,4.1184,10.5905,7.137,3.0183,3.0183,5.4052,6.5405,7.1626,10.5646,1.7561,4.0247,2.6342,8.3392,2.6342,12.9434,0,3.0698-.4009,6.0291-1.2022,8.8762-.8013,2.8484-1.9185,5.4998-3.3505,7.9557-1.4326,2.4556-3.1719,4.7067-5.2184,6.7529-2.0465,2.0465-4.2979,3.7861-6.7535,5.2184-2.4556,1.4326-5.1079,2.5502-7.9551,3.3511-2.8484.8009-5.8067,1.2022-8.8762,1.2022s-6.0291-.4013-8.8762-1.2022c-2.8484-.8009-5.5001-1.9185-7.9557-3.3511-2.4556-1.4323-4.6901-3.1719-6.7023-5.2184-2.0128-2.0462-3.7346-4.2973-5.1666-6.7529-1.4326-2.4559-2.5418-5.1073-3.3255-7.9557-.785-2.8472-1.1766-5.8064-1.1766-8.8762s.3916-6.0194,1.1766-8.8506c.7838-2.8306,1.8929-5.4742,3.3255-7.9298,1.432-2.4559,3.1538-4.6979,5.1666-6.7276,2.0122-2.029,4.2467-3.7683,6.7023-5.2184,2.4556-1.4492,5.1073-2.5661,7.9557-3.3508,2.8472-.7844,5.8061-1.1769,8.8762-1.1769,4.6039,0,8.9274.8699,12.9687,2.6092ZM333.0328,257.2187c-3.2575,1.3989-6.0878,3.3087-8.4928,5.7299-2.4044,2.4222-4.306,5.2528-5.7043,8.4928-1.3989,3.2406-2.0977,6.7195-2.0977,10.4366,0,3.7524.6988,7.2569,2.0977,10.5134,1.3983,3.2575,3.2999,6.0968,5.7043,8.5184,2.405,2.4222,5.2353,4.3316,8.4928,5.7299,3.2568,1.3989,6.761,2.0974,10.5137,2.0974,3.7171,0,7.2044-.6985,10.4619-2.0974,3.2568-1.3983,6.0959-3.3077,8.5184-5.7299,2.4212-2.4216,4.331-5.2609,5.7299-8.5184,1.3983-3.2565,2.0977-6.761,2.0977-10.5134,0-3.7171-.6995-7.196-2.0977-10.4366-1.3989-3.24-3.3087-6.0706-5.7299-8.4928-2.4225-2.4212-5.2615-4.331-8.5184-5.7299-3.2575-1.398-6.7448-2.0974-10.4619-2.0974-3.7527,0-7.2569.6995-10.5137,2.0974Z'/%3e%3c/g%3e%3c/svg%3e", di = ({
956
956
  title: e,
957
957
  isLoading: t,
958
958
  zIndex: n = 9999,
959
959
  sx: i,
960
- logo: a = fn,
960
+ logo: s = pn,
961
961
  logoAlt: c = "Logo ADPRO",
962
- logoWidth: s = "120px"
962
+ logoWidth: a = "120px"
963
963
  }) => t ? /* @__PURE__ */ o(X, { theme: O, children: /* @__PURE__ */ _(
964
964
  $,
965
965
  {
@@ -988,7 +988,7 @@ const Re = "DD/MM/YYYY", Ee = (e, t) => {
988
988
  overflow: "hidden",
989
989
  fontFamily: "Nunito, Segoe UI, sans-serif"
990
990
  }, children: [
991
- /* @__PURE__ */ o("img", { src: a, alt: c, className: "imagenLogoADPRO", width: s, style: { zIndex: 10 } }),
991
+ /* @__PURE__ */ o("img", { src: s, alt: c, className: "imagenLogoADPRO", width: a, style: { zIndex: 10 } }),
992
992
  /* @__PURE__ */ _($, { sx: { display: "flex", gap: "5px" }, children: [
993
993
  /* @__PURE__ */ o("div", { className: "pointLoading", style: { animationDelay: "0s" }, children: "•" }),
994
994
  /* @__PURE__ */ o("div", { className: "pointLoading", style: { animationDelay: "0.2s" }, children: "•" }),
@@ -1013,7 +1013,7 @@ const Re = "DD/MM/YYYY", Ee = (e, t) => {
1013
1013
  ]
1014
1014
  }
1015
1015
  ) }) : null;
1016
- let pn = 0;
1016
+ let fn = 0;
1017
1017
  const Ze = Ve((e, t) => ({
1018
1018
  snackPack: [],
1019
1019
  open: !1,
@@ -1026,10 +1026,10 @@ const Ze = Ve((e, t) => ({
1026
1026
  type: n.type,
1027
1027
  snackTransitionDirection: n.snackTransitionDirection,
1028
1028
  snackAnchorOrigin: n.snackAnchorOrigin,
1029
- key: ++pn
1029
+ key: ++fn
1030
1030
  };
1031
- e((a) => ({
1032
- snackPack: [...a.snackPack, i]
1031
+ e((s) => ({
1032
+ snackPack: [...s.snackPack, i]
1033
1033
  }));
1034
1034
  },
1035
1035
  close: () => {
@@ -1042,9 +1042,9 @@ const Ze = Ve((e, t) => ({
1042
1042
  processQueue: () => {
1043
1043
  const { snackPack: n, messageInfo: i } = t();
1044
1044
  if (n.length > 0 && !i) {
1045
- const a = n[0];
1045
+ const s = n[0];
1046
1046
  e((c) => ({
1047
- messageInfo: a,
1047
+ messageInfo: s,
1048
1048
  snackPack: c.snackPack.slice(1),
1049
1049
  open: !0
1050
1050
  }));
@@ -1102,23 +1102,23 @@ function Ne(e, t, n, i) {
1102
1102
  ] });
1103
1103
  }
1104
1104
  const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1105
- const { open: e, messageInfo: t, snackPack: n, close: i, processQueue: a, onExited: c } = Ze();
1105
+ const { open: e, messageInfo: t, snackPack: n, close: i, processQueue: s, onExited: c } = Ze();
1106
1106
  E(() => {
1107
- a();
1108
- }, [n, t, e, a]);
1109
- const s = (m, d) => {
1107
+ s();
1108
+ }, [n, t, e, s]);
1109
+ const a = (m, d) => {
1110
1110
  i();
1111
- }, [l, f] = F(100);
1111
+ }, [l, p] = F(100);
1112
1112
  return E(() => {
1113
1113
  let m;
1114
1114
  if (e && t && t.type !== "snack") {
1115
1115
  const d = Date.now();
1116
1116
  m = setInterval(() => {
1117
1117
  const g = Date.now() - d, x = Math.max(100 - g / Fe * 100, 0);
1118
- f(x), x <= 0 && clearInterval(m);
1118
+ p(x), x <= 0 && clearInterval(m);
1119
1119
  }, vn);
1120
1120
  } else
1121
- f(100);
1121
+ p(100);
1122
1122
  return () => clearInterval(m);
1123
1123
  }, [e, t]), /* @__PURE__ */ o(Q, { children: t && (t.type === "snack" ? /* @__PURE__ */ o(
1124
1124
  Ce,
@@ -1126,7 +1126,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1126
1126
  anchorOrigin: t.snackAnchorOrigin ?? { horizontal: "center", vertical: "bottom" },
1127
1127
  open: e,
1128
1128
  autoHideDuration: xn,
1129
- onClose: s,
1129
+ onClose: a,
1130
1130
  slotProps: { transition: { onExited: c } },
1131
1131
  slots: { transition: mn },
1132
1132
  message: t && /* @__PURE__ */ _(z, { direction: "row", alignItems: "flex-start", gap: 2, children: [
@@ -1152,7 +1152,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1152
1152
  action: /* @__PURE__ */ o(
1153
1153
  Ie,
1154
1154
  {
1155
- onClick: s,
1155
+ onClick: a,
1156
1156
  size: "small",
1157
1157
  sx: { height: "1.375rem", width: "1.375rem" },
1158
1158
  children: /* @__PURE__ */ o(
@@ -1186,7 +1186,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1186
1186
  anchorOrigin: { horizontal: "right", vertical: "top" },
1187
1187
  open: e,
1188
1188
  autoHideDuration: Fe,
1189
- onClose: s,
1189
+ onClose: a,
1190
1190
  slotProps: { transition: { onExited: c } },
1191
1191
  message: t && /* @__PURE__ */ _($, { alignSelf: "stretch", sx: { minWidth: "288px !important", flex: 1 }, children: [
1192
1192
  /* @__PURE__ */ _(
@@ -1212,7 +1212,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1212
1212
  children: Pe(t.severity, !1)
1213
1213
  }
1214
1214
  ),
1215
- /* @__PURE__ */ o(st, { orientation: "vertical", flexItem: !0 }),
1215
+ /* @__PURE__ */ o(at, { orientation: "vertical", flexItem: !0 }),
1216
1216
  /* @__PURE__ */ o(
1217
1217
  z,
1218
1218
  {
@@ -1241,7 +1241,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1241
1241
  children: /* @__PURE__ */ o(
1242
1242
  Ie,
1243
1243
  {
1244
- onClick: s,
1244
+ onClick: a,
1245
1245
  size: "small",
1246
1246
  sx: { height: "1.375rem", width: "1.375rem" },
1247
1247
  children: /* @__PURE__ */ o(
@@ -1318,14 +1318,14 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1318
1318
  fullWidth: !1,
1319
1319
  filterName: "",
1320
1320
  onClose: () => e((n) => ({ ...n, open: !1 })),
1321
- show: ({ id: n, open: i, serviceUsuario: a, title: c, subtitle: s, fullScreen: l, fullWidth: f, filterName: m }) => e({
1321
+ show: ({ id: n, open: i, serviceUsuario: s, title: c, subtitle: a, fullScreen: l, fullWidth: p, filterName: m }) => e({
1322
1322
  id: n,
1323
1323
  open: i,
1324
- serviceUsuario: a,
1324
+ serviceUsuario: s,
1325
1325
  title: c,
1326
- subtitle: s,
1326
+ subtitle: a,
1327
1327
  fullScreen: l || !1,
1328
- fullWidth: f || !1,
1328
+ fullWidth: p || !1,
1329
1329
  filterName: m || ""
1330
1330
  }),
1331
1331
  data: {},
@@ -1341,23 +1341,23 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1341
1341
  fetchAuditoria: async () => {
1342
1342
  try {
1343
1343
  e({ data: {}, isLoading: !0 });
1344
- const { date: n, usuario: i, id: a, apiFetch: c, serviceUsuario: s } = t();
1344
+ const { date: n, usuario: i, id: s, apiFetch: c, serviceUsuario: a } = t();
1345
1345
  if (!c) {
1346
1346
  console.error("No existe función apiFetch en el store. Usa setApiFetch para configurarla."), e({ isLoading: !1 });
1347
1347
  return;
1348
1348
  }
1349
- const l = i && i[s.type.key] !== void 0 ? Number(i[s.type.key]) : -1, f = await c(a, n, l);
1350
- e({ data: f, isLoading: !1 });
1349
+ const l = i && i[a.type.key] !== void 0 ? Number(i[a.type.key]) : -1, p = await c(s, n, l);
1350
+ e({ data: p, isLoading: !1 });
1351
1351
  } catch (n) {
1352
1352
  console.error(n), e({ data: {}, isLoading: !1 });
1353
1353
  }
1354
1354
  }
1355
- }), D = Ve()(
1355
+ }), M = Ve()(
1356
1356
  Ut((e, t, n) => ({
1357
1357
  ...Sn(e, t)
1358
1358
  }))
1359
1359
  ), bn = ({ handleConsultarAuditoria: e }) => {
1360
- const t = D((u) => u.date), n = D((u) => u.isLoading), i = D((u) => u.expanded), a = D((u) => u.usuario), c = D((u) => u.setUsuario), s = D((u) => u.setDate), l = D((u) => u.setExpanded), f = D((u) => u.serviceUsuario), m = D((u) => u.filterName), d = f.type.key, g = f.type.label, x = (u) => {
1360
+ const t = M((u) => u.date), n = M((u) => u.isLoading), i = M((u) => u.expanded), s = M((u) => u.usuario), c = M((u) => u.setUsuario), a = M((u) => u.setDate), l = M((u) => u.setExpanded), p = M((u) => u.serviceUsuario), m = M((u) => u.filterName), d = p.type.key, g = p.type.label, x = (u) => {
1361
1361
  c(u);
1362
1362
  }, v = () => {
1363
1363
  l(!i);
@@ -1373,7 +1373,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1373
1373
  He,
1374
1374
  {
1375
1375
  value: t,
1376
- onChange: s,
1376
+ onChange: a,
1377
1377
  disabled: !1,
1378
1378
  slotProps: {
1379
1379
  textField: (u) => {
@@ -1384,7 +1384,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1384
1384
  label: r === "start" ? "Fecha inicial" : "Fecha final",
1385
1385
  size: "small",
1386
1386
  InputProps: {
1387
- endAdornment: /* @__PURE__ */ o(fe, { "aria-label": "Close", size: "small", children: /* @__PURE__ */ o(kt, {}) })
1387
+ endAdornment: /* @__PURE__ */ o(pe, { "aria-label": "Close", size: "small", children: /* @__PURE__ */ o(kt, {}) })
1388
1388
  }
1389
1389
  };
1390
1390
  }
@@ -1405,10 +1405,10 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1405
1405
  const r = u;
1406
1406
  return r ? r[d] === "" || r[d] === "-1" ? "" : `${r[d]} - ${r[g]}` : "";
1407
1407
  },
1408
- request: { serviceUrl: f.request, method: "get", filterName: m === "" ? void 0 : m },
1408
+ request: { serviceUrl: p.request, method: "get", filterName: m === "" ? void 0 : m },
1409
1409
  value: {
1410
- [d]: `${a == null ? void 0 : a[d]}`,
1411
- [g]: `${a == null ? void 0 : a[g]}`
1410
+ [d]: `${s == null ? void 0 : s[d]}`,
1411
+ [g]: `${s == null ? void 0 : s[g]}`
1412
1412
  },
1413
1413
  handleValue: (u) => {
1414
1414
  u == null ? x({
@@ -1445,16 +1445,16 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1445
1445
  }
1446
1446
  )
1447
1447
  ] });
1448
- }, Cn = () => /* @__PURE__ */ o(z, { gap: 0.5, children: Array.from({ length: 5 }).map((e, t) => /* @__PURE__ */ o(ut, { variant: "rounded", height: 40 }, t)) }), In = ({ cantidad: e, isExpanded: t, titulo: n, ultimaMod: i, data: a, onHandlerExpanded: c }) => {
1448
+ }, Cn = () => /* @__PURE__ */ o(z, { gap: 0.5, children: Array.from({ length: 5 }).map((e, t) => /* @__PURE__ */ o(ut, { variant: "rounded", height: 40 }, t)) }), In = ({ cantidad: e, isExpanded: t, titulo: n, ultimaMod: i, data: s, onHandlerExpanded: c }) => {
1449
1449
  var l;
1450
- const s = ne(() => {
1451
- if (!a || a.length === 0) return [];
1452
- const f = /* @__PURE__ */ new Set();
1453
- return a.forEach((m) => {
1450
+ const a = ne(() => {
1451
+ if (!s || s.length === 0) return [];
1452
+ const p = /* @__PURE__ */ new Set();
1453
+ return s.forEach((m) => {
1454
1454
  Object.keys(m).forEach((d) => {
1455
- d.startsWith("$") && f.add(d);
1455
+ d.startsWith("$") && p.add(d);
1456
1456
  });
1457
- }), [...f].map((m) => {
1457
+ }), [...p].map((m) => {
1458
1458
  const d = m.replace(/^\$/, ""), g = yn[d] || d;
1459
1459
  return d === "Antes" || d === "Despues" ? {
1460
1460
  field: m,
@@ -1485,7 +1485,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1485
1485
  flex: 1
1486
1486
  };
1487
1487
  });
1488
- }, [a]);
1488
+ }, [s]);
1489
1489
  return /* @__PURE__ */ _(
1490
1490
  ht,
1491
1491
  {
@@ -1499,7 +1499,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1499
1499
  },
1500
1500
  children: [
1501
1501
  /* @__PURE__ */ o(
1502
- ft,
1502
+ pt,
1503
1503
  {
1504
1504
  expandIcon: /* @__PURE__ */ o(_t, {}),
1505
1505
  "aria-controls": `panel-content-${n}`,
@@ -1508,16 +1508,16 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1508
1508
  /* @__PURE__ */ o(W, { variant: "subtitle1", children: n }),
1509
1509
  /* @__PURE__ */ _(z, { direction: "row", alignItems: "center", gap: 1, padding: "0px 16px", children: [
1510
1510
  /* @__PURE__ */ o(W, { variant: "caption", children: `Última modificación: ${i}` }),
1511
- /* @__PURE__ */ o(pt, { label: `${e} ${e === 1 ? "cambio" : "cambios"}`, size: "medium", variant: "outlined", color: "primary" })
1511
+ /* @__PURE__ */ o(ft, { label: `${e} ${e === 1 ? "cambio" : "cambios"}`, size: "medium", variant: "outlined", color: "primary" })
1512
1512
  ] })
1513
1513
  ] })
1514
1514
  }
1515
1515
  ),
1516
- /* @__PURE__ */ o(mt, { children: a.length > 0 && /* @__PURE__ */ o(
1516
+ /* @__PURE__ */ o(mt, { children: s.length > 0 && /* @__PURE__ */ o(
1517
1517
  Wt,
1518
1518
  {
1519
- columns: s,
1520
- rows: a,
1519
+ columns: a,
1520
+ rows: s,
1521
1521
  pagination: !0,
1522
1522
  localeText: (l = $t.components) == null ? void 0 : l.MuiDataGrid.defaultProps.localeText,
1523
1523
  pageSizeOptions: [10],
@@ -1558,20 +1558,20 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1558
1558
  }
1559
1559
  );
1560
1560
  }, wn = () => {
1561
- const e = D((l) => l.data), t = D((l) => l.expanded), n = D((l) => l.isLoading), [i, a] = F([]), c = Object.keys(e).sort(), s = (l) => (f, m) => {
1562
- a((d) => m ? [...d, l] : d.filter((g) => g !== l));
1561
+ const e = M((l) => l.data), t = M((l) => l.expanded), n = M((l) => l.isLoading), [i, s] = F([]), c = Object.keys(e).sort(), a = (l) => (p, m) => {
1562
+ s((d) => m ? [...d, l] : d.filter((g) => g !== l));
1563
1563
  };
1564
1564
  return /* @__PURE__ */ o(Q, { children: n ? /* @__PURE__ */ o(Cn, {}) : c.length == 0 ? /* @__PURE__ */ o(gt, { severity: "warning", children: "No existen datos con estos criterios de búsqueda" }) : c.map((l) => {
1565
- const f = e[l].length, m = f > 0 && e[l][f - 1].$FechaHora || "", d = t || i.includes(l);
1565
+ const p = e[l].length, m = p > 0 && e[l][p - 1].$FechaHora || "", d = t || i.includes(l);
1566
1566
  return /* @__PURE__ */ o(
1567
1567
  In,
1568
1568
  {
1569
- cantidad: f,
1569
+ cantidad: p,
1570
1570
  isExpanded: d,
1571
1571
  titulo: l,
1572
1572
  ultimaMod: m,
1573
1573
  data: e[l],
1574
- onHandlerExpanded: s
1574
+ onHandlerExpanded: a
1575
1575
  },
1576
1576
  l
1577
1577
  );
@@ -1586,7 +1586,7 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1586
1586
  /* @__PURE__ */ o("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.9343 7.06944C10.8113 7.06944 10.6987 7.17305 10.6987 7.31574V26.7684C10.6987 27.0644 10.4589 27.3042 10.1629 27.3042C9.867 27.3042 9.6271 27.0644 9.6271 26.7684V7.31574C9.6271 6.59737 10.2034 5.99779 10.9343 5.99779H26.0099C26.5207 5.99779 26.9332 6.41669 26.9332 6.92467V11.3792L31.4131 11.3722C31.9239 11.3722 32.3364 11.7911 32.3364 12.2991V32.333C32.3364 33.0514 31.7601 33.6509 31.0292 33.6509H12.9291C12.6331 33.6509 12.3932 33.411 12.3932 33.1151C12.3932 32.8192 12.6331 32.5793 12.9291 32.5793H31.0292C31.1522 32.5793 31.2647 32.4757 31.2647 32.333V12.4441L26.7849 12.451C26.2673 12.451 25.8616 12.0289 25.8616 11.5241V7.06944H10.9343Z", fill: "#6392BD" }),
1587
1587
  /* @__PURE__ */ o("path", { d: "M27.9938 9.89453V6.16329C27.9938 5.98749 28.2055 5.90139 28.3275 6.02337L32.2525 9.95194C32.3745 10.0739 32.2883 10.2856 32.1126 10.2856H28.3813C28.166 10.2856 27.9902 10.1098 27.9902 9.89453H27.9938Z", fill: "#00BCD4" })
1588
1588
  ] }), On = () => {
1589
- const e = D((a) => a.title), t = D((a) => a.subtitle), n = D((a) => a.onClose), i = $e();
1589
+ const e = M((s) => s.title), t = M((s) => s.subtitle), n = M((s) => s.onClose), i = $e();
1590
1590
  return /* @__PURE__ */ _(z, { direction: "row", alignItems: "flex-start", alignSelf: "stretch", children: [
1591
1591
  /* @__PURE__ */ _(z, { direction: "row", alignItems: "center", gap: 2, flex: "1 0 0", children: [
1592
1592
  /* @__PURE__ */ o(_n, { sx: { height: "2.5rem", width: "2.5rem" } }),
@@ -1595,22 +1595,22 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1595
1595
  /* @__PURE__ */ o(W, { variant: "body2", color: i.palette.text.secondary, children: `${t}` })
1596
1596
  ] })
1597
1597
  ] }),
1598
- /* @__PURE__ */ o(fe, { "aria-label": "Close", size: "small", onClick: n, sx: { height: "22px", width: "22px" }, children: /* @__PURE__ */ o(Ot, { sx: { height: "16px", width: "16px" }, color: "action" }) })
1598
+ /* @__PURE__ */ o(pe, { "aria-label": "Close", size: "small", onClick: n, sx: { height: "22px", width: "22px" }, children: /* @__PURE__ */ o(Ot, { sx: { height: "16px", width: "16px" }, color: "action" }) })
1599
1599
  ] });
1600
1600
  }, hi = () => {
1601
- const e = D((s) => s.open), t = D((s) => s.fullScreen), n = D((s) => s.fullWidth), i = D((s) => s.fetchAuditoria), a = D((s) => s.onClose), c = G(() => {
1601
+ const e = M((a) => a.open), t = M((a) => a.fullScreen), n = M((a) => a.fullWidth), i = M((a) => a.fetchAuditoria), s = M((a) => a.onClose), c = G(() => {
1602
1602
  i();
1603
1603
  }, [i]);
1604
1604
  return E(() => {
1605
1605
  e && c();
1606
- }, [e, c]), /* @__PURE__ */ o(X, { theme: pe, children: /* @__PURE__ */ _(
1606
+ }, [e, c]), /* @__PURE__ */ o(X, { theme: fe, children: /* @__PURE__ */ _(
1607
1607
  vt,
1608
1608
  {
1609
1609
  fullWidth: n,
1610
1610
  fullScreen: t,
1611
1611
  maxWidth: "lg",
1612
1612
  open: e,
1613
- onClose: a,
1613
+ onClose: s,
1614
1614
  sx: {
1615
1615
  "& .MuiDialog-container": {
1616
1616
  alignItems: "flex-start"
@@ -1672,11 +1672,11 @@ const Fe = 5e3, xn = 3e3, vn = 100, ui = () => {
1672
1672
  idOrigen: 0,
1673
1673
  URL_Entorno: window.location.href
1674
1674
  } : Ge(window);
1675
- function fi({ children: e }) {
1675
+ function pi({ children: e }) {
1676
1676
  return /* @__PURE__ */ o(Mn.Provider, { value: { stateSession: kn() }, children: e });
1677
1677
  }
1678
1678
  export {
1679
- pe as ADPROTheme,
1679
+ fe as ADPROTheme,
1680
1680
  hi as AuditoriaADPRO,
1681
1681
  Zt as AutocompleteADPRO,
1682
1682
  Yt as EllipsisWithTooltip,
@@ -1686,12 +1686,12 @@ export {
1686
1686
  ci as RangoFechasADPRO,
1687
1687
  qt as RequestADPRO,
1688
1688
  Mn as SessionContext,
1689
- fi as SessionProvider,
1689
+ pi as SessionProvider,
1690
1690
  yn as columnsAudit,
1691
1691
  Be as getAuthorization,
1692
1692
  kn as getSession,
1693
1693
  de as getSincoERPAuthorization,
1694
- D as useAuditoriaStore,
1694
+ M as useAuditoriaStore,
1695
1695
  jt as useAutocompleteADPRO,
1696
1696
  Gt as useMultiSelectADPRO,
1697
1697
  Ze as useNotificationStore,