componentes-exagono 0.2.46 → 0.2.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -159,9 +159,9 @@ function Hm() {
159
159
  return null;
160
160
  }
161
161
  var H = Object.assign, ee = 0, U, P, ae, ue, j, J, we;
162
- function _e() {
162
+ function Se() {
163
163
  }
164
- _e.__reactDisabledLog = !0;
164
+ Se.__reactDisabledLog = !0;
165
165
  function de() {
166
166
  {
167
167
  if (ee === 0) {
@@ -169,7 +169,7 @@ function Hm() {
169
169
  var E = {
170
170
  configurable: !0,
171
171
  enumerable: !0,
172
- value: _e,
172
+ value: Se,
173
173
  writable: !0
174
174
  };
175
175
  Object.defineProperties(console, {
@@ -221,7 +221,7 @@ function Hm() {
221
221
  }
222
222
  }
223
223
  var ce = b.ReactCurrentDispatcher, Q;
224
- function Se(E, re, me) {
224
+ function _e(E, re, me) {
225
225
  {
226
226
  if (Q === void 0)
227
227
  try {
@@ -307,7 +307,7 @@ function Hm() {
307
307
  } finally {
308
308
  he = !1, ce.current = ct, se(), Error.prepareStackTrace = Qe;
309
309
  }
310
- var X = E ? E.displayName || E.name : "", ye = X ? Se(X) : "";
310
+ var X = E ? E.displayName || E.name : "", ye = X ? _e(X) : "";
311
311
  return typeof E == "function" && K.set(E, ye), ye;
312
312
  }
313
313
  function Ve(E, re, me) {
@@ -323,12 +323,12 @@ function Hm() {
323
323
  if (typeof E == "function")
324
324
  return I(E, Xe(E));
325
325
  if (typeof E == "string")
326
- return Se(E);
326
+ return _e(E);
327
327
  switch (E) {
328
328
  case d:
329
- return Se("Suspense");
329
+ return _e("Suspense");
330
330
  case u:
331
- return Se("SuspenseList");
331
+ return _e("SuspenseList");
332
332
  }
333
333
  if (typeof E == "object")
334
334
  switch (E.$$typeof) {
@@ -860,7 +860,7 @@ function ag() {
860
860
  function we(I) {
861
861
  return w(I) === s;
862
862
  }
863
- function _e(I) {
863
+ function Se(I) {
864
864
  return typeof I == "object" && I !== null && I.$$typeof === r;
865
865
  }
866
866
  function de(I) {
@@ -875,7 +875,7 @@ function ag() {
875
875
  function Q(I) {
876
876
  return w(I) === g;
877
877
  }
878
- function Se(I) {
878
+ function _e(I) {
879
879
  return w(I) === t;
880
880
  }
881
881
  function he(I) {
@@ -887,7 +887,7 @@ function ag() {
887
887
  function Ie(I) {
888
888
  return w(I) === f;
889
889
  }
890
- rt.AsyncMode = y, rt.ConcurrentMode = L, rt.ContextConsumer = _, rt.ContextProvider = D, rt.Element = R, rt.ForwardRef = k, rt.Fragment = V, rt.Lazy = q, rt.Memo = B, rt.Portal = H, rt.Profiler = ee, rt.StrictMode = U, rt.Suspense = P, rt.isAsyncMode = ue, rt.isConcurrentMode = j, rt.isContextConsumer = J, rt.isContextProvider = we, rt.isElement = _e, rt.isForwardRef = de, rt.isFragment = se, rt.isLazy = ce, rt.isMemo = Q, rt.isPortal = Se, rt.isProfiler = he, rt.isStrictMode = K, rt.isSuspense = Ie, rt.isValidElementType = S, rt.typeOf = w;
890
+ rt.AsyncMode = y, rt.ConcurrentMode = L, rt.ContextConsumer = _, rt.ContextProvider = D, rt.Element = R, rt.ForwardRef = k, rt.Fragment = V, rt.Lazy = q, rt.Memo = B, rt.Portal = H, rt.Profiler = ee, rt.StrictMode = U, rt.Suspense = P, rt.isAsyncMode = ue, rt.isConcurrentMode = j, rt.isContextConsumer = J, rt.isContextProvider = we, rt.isElement = Se, rt.isForwardRef = de, rt.isFragment = se, rt.isLazy = ce, rt.isMemo = Q, rt.isPortal = _e, rt.isProfiler = he, rt.isStrictMode = K, rt.isSuspense = Ie, rt.isValidElementType = S, rt.typeOf = w;
891
891
  })()), rt;
892
892
  }
893
893
  var mu;
@@ -1060,31 +1060,31 @@ function cg() {
1060
1060
  function v(j) {
1061
1061
  if (process.env.NODE_ENV !== "production")
1062
1062
  var J = {}, we = 0;
1063
- function _e(se, ce, Q, Se, he, K, Ie) {
1064
- if (Se = Se || h, K = K || Q, Ie !== t) {
1063
+ function Se(se, ce, Q, _e, he, K, Ie) {
1064
+ if (_e = _e || h, K = K || Q, Ie !== t) {
1065
1065
  if (c) {
1066
1066
  var I = new Error(
1067
1067
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
1068
1068
  );
1069
1069
  throw I.name = "Invariant Violation", I;
1070
1070
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
1071
- var Ve = Se + ":" + Q;
1071
+ var Ve = _e + ":" + Q;
1072
1072
  !J[Ve] && // Avoid spamming the console because they are often not actionable except for lib authors
1073
1073
  we < 3 && (a(
1074
- "You are manually calling a React.PropTypes validation function for the `" + K + "` prop on `" + Se + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
1074
+ "You are manually calling a React.PropTypes validation function for the `" + K + "` prop on `" + _e + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
1075
1075
  ), J[Ve] = !0, we++);
1076
1076
  }
1077
1077
  }
1078
- return ce[Q] == null ? se ? ce[Q] === null ? new p("The " + he + " `" + K + "` is marked as required " + ("in `" + Se + "`, but its value is `null`.")) : new p("The " + he + " `" + K + "` is marked as required in " + ("`" + Se + "`, but its value is `undefined`.")) : null : j(ce, Q, Se, he, K);
1078
+ return ce[Q] == null ? se ? ce[Q] === null ? new p("The " + he + " `" + K + "` is marked as required " + ("in `" + _e + "`, but its value is `null`.")) : new p("The " + he + " `" + K + "` is marked as required in " + ("`" + _e + "`, but its value is `undefined`.")) : null : j(ce, Q, _e, he, K);
1079
1079
  }
1080
- var de = _e.bind(null, !1);
1081
- return de.isRequired = _e.bind(null, !0), de;
1080
+ var de = Se.bind(null, !1);
1081
+ return de.isRequired = Se.bind(null, !0), de;
1082
1082
  }
1083
1083
  function b(j) {
1084
- function J(we, _e, de, se, ce, Q) {
1085
- var Se = we[_e], he = U(Se);
1084
+ function J(we, Se, de, se, ce, Q) {
1085
+ var _e = we[Se], he = U(_e);
1086
1086
  if (he !== j) {
1087
- var K = P(Se);
1087
+ var K = P(_e);
1088
1088
  return new p(
1089
1089
  "Invalid " + se + " `" + ce + "` of type " + ("`" + K + "` supplied to `" + de + "`, expected ") + ("`" + j + "`."),
1090
1090
  { expectedType: j }
@@ -1098,13 +1098,13 @@ function cg() {
1098
1098
  return v(s);
1099
1099
  }
1100
1100
  function S(j) {
1101
- function J(we, _e, de, se, ce) {
1101
+ function J(we, Se, de, se, ce) {
1102
1102
  if (typeof j != "function")
1103
1103
  return new p("Property `" + ce + "` of component `" + de + "` has invalid PropType notation inside arrayOf.");
1104
- var Q = we[_e];
1104
+ var Q = we[Se];
1105
1105
  if (!Array.isArray(Q)) {
1106
- var Se = U(Q);
1107
- return new p("Invalid " + se + " `" + ce + "` of type " + ("`" + Se + "` supplied to `" + de + "`, expected an array."));
1106
+ var _e = U(Q);
1107
+ return new p("Invalid " + se + " `" + ce + "` of type " + ("`" + _e + "` supplied to `" + de + "`, expected an array."));
1108
1108
  }
1109
1109
  for (var he = 0; he < Q.length; he++) {
1110
1110
  var K = j(Q, he, de, se, ce + "[" + he + "]", t);
@@ -1116,32 +1116,32 @@ function cg() {
1116
1116
  return v(J);
1117
1117
  }
1118
1118
  function w() {
1119
- function j(J, we, _e, de, se) {
1119
+ function j(J, we, Se, de, se) {
1120
1120
  var ce = J[we];
1121
1121
  if (!i(ce)) {
1122
1122
  var Q = U(ce);
1123
- return new p("Invalid " + de + " `" + se + "` of type " + ("`" + Q + "` supplied to `" + _e + "`, expected a single ReactElement."));
1123
+ return new p("Invalid " + de + " `" + se + "` of type " + ("`" + Q + "` supplied to `" + Se + "`, expected a single ReactElement."));
1124
1124
  }
1125
1125
  return null;
1126
1126
  }
1127
1127
  return v(j);
1128
1128
  }
1129
1129
  function y() {
1130
- function j(J, we, _e, de, se) {
1130
+ function j(J, we, Se, de, se) {
1131
1131
  var ce = J[we];
1132
1132
  if (!e.isValidElementType(ce)) {
1133
1133
  var Q = U(ce);
1134
- return new p("Invalid " + de + " `" + se + "` of type " + ("`" + Q + "` supplied to `" + _e + "`, expected a single ReactElement type."));
1134
+ return new p("Invalid " + de + " `" + se + "` of type " + ("`" + Q + "` supplied to `" + Se + "`, expected a single ReactElement type."));
1135
1135
  }
1136
1136
  return null;
1137
1137
  }
1138
1138
  return v(j);
1139
1139
  }
1140
1140
  function L(j) {
1141
- function J(we, _e, de, se, ce) {
1142
- if (!(we[_e] instanceof j)) {
1143
- var Q = j.name || h, Se = ue(we[_e]);
1144
- return new p("Invalid " + se + " `" + ce + "` of type " + ("`" + Se + "` supplied to `" + de + "`, expected ") + ("instance of `" + Q + "`."));
1141
+ function J(we, Se, de, se, ce) {
1142
+ if (!(we[Se] instanceof j)) {
1143
+ var Q = j.name || h, _e = ue(we[Se]);
1144
+ return new p("Invalid " + se + " `" + ce + "` of type " + ("`" + _e + "` supplied to `" + de + "`, expected ") + ("instance of `" + Q + "`."));
1145
1145
  }
1146
1146
  return null;
1147
1147
  }
@@ -1152,9 +1152,9 @@ function cg() {
1152
1152
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
1153
1153
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
1154
1154
  ) : a("Invalid argument supplied to oneOf, expected an array.")), s;
1155
- function J(we, _e, de, se, ce) {
1156
- for (var Q = we[_e], Se = 0; Se < j.length; Se++)
1157
- if (m(Q, j[Se]))
1155
+ function J(we, Se, de, se, ce) {
1156
+ for (var Q = we[Se], _e = 0; _e < j.length; _e++)
1157
+ if (m(Q, j[_e]))
1158
1158
  return null;
1159
1159
  var he = JSON.stringify(j, function(Ie, I) {
1160
1160
  var Ve = P(I);
@@ -1165,12 +1165,12 @@ function cg() {
1165
1165
  return v(J);
1166
1166
  }
1167
1167
  function D(j) {
1168
- function J(we, _e, de, se, ce) {
1168
+ function J(we, Se, de, se, ce) {
1169
1169
  if (typeof j != "function")
1170
1170
  return new p("Property `" + ce + "` of component `" + de + "` has invalid PropType notation inside objectOf.");
1171
- var Q = we[_e], Se = U(Q);
1172
- if (Se !== "object")
1173
- return new p("Invalid " + se + " `" + ce + "` of type " + ("`" + Se + "` supplied to `" + de + "`, expected an object."));
1171
+ var Q = we[Se], _e = U(Q);
1172
+ if (_e !== "object")
1173
+ return new p("Invalid " + se + " `" + ce + "` of type " + ("`" + _e + "` supplied to `" + de + "`, expected an object."));
1174
1174
  for (var he in Q)
1175
1175
  if (n(Q, he)) {
1176
1176
  var K = j(Q, he, de, se, ce + "." + he, t);
@@ -1191,34 +1191,34 @@ function cg() {
1191
1191
  "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ae(we) + " at index " + J + "."
1192
1192
  ), s;
1193
1193
  }
1194
- function _e(de, se, ce, Q, Se) {
1194
+ function Se(de, se, ce, Q, _e) {
1195
1195
  for (var he = [], K = 0; K < j.length; K++) {
1196
- var Ie = j[K], I = Ie(de, se, ce, Q, Se, t);
1196
+ var Ie = j[K], I = Ie(de, se, ce, Q, _e, t);
1197
1197
  if (I == null)
1198
1198
  return null;
1199
1199
  I.data && n(I.data, "expectedType") && he.push(I.data.expectedType);
1200
1200
  }
1201
1201
  var Ve = he.length > 0 ? ", expected one of type [" + he.join(", ") + "]" : "";
1202
- return new p("Invalid " + Q + " `" + Se + "` supplied to " + ("`" + ce + "`" + Ve + "."));
1202
+ return new p("Invalid " + Q + " `" + _e + "` supplied to " + ("`" + ce + "`" + Ve + "."));
1203
1203
  }
1204
- return v(_e);
1204
+ return v(Se);
1205
1205
  }
1206
1206
  function k() {
1207
- function j(J, we, _e, de, se) {
1208
- return H(J[we]) ? null : new p("Invalid " + de + " `" + se + "` supplied to " + ("`" + _e + "`, expected a ReactNode."));
1207
+ function j(J, we, Se, de, se) {
1208
+ return H(J[we]) ? null : new p("Invalid " + de + " `" + se + "` supplied to " + ("`" + Se + "`, expected a ReactNode."));
1209
1209
  }
1210
1210
  return v(j);
1211
1211
  }
1212
- function V(j, J, we, _e, de) {
1212
+ function V(j, J, we, Se, de) {
1213
1213
  return new p(
1214
- (j || "React class") + ": " + J + " type `" + we + "." + _e + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + de + "`."
1214
+ (j || "React class") + ": " + J + " type `" + we + "." + Se + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + de + "`."
1215
1215
  );
1216
1216
  }
1217
1217
  function q(j) {
1218
- function J(we, _e, de, se, ce) {
1219
- var Q = we[_e], Se = U(Q);
1220
- if (Se !== "object")
1221
- return new p("Invalid " + se + " `" + ce + "` of type `" + Se + "` " + ("supplied to `" + de + "`, expected `object`."));
1218
+ function J(we, Se, de, se, ce) {
1219
+ var Q = we[Se], _e = U(Q);
1220
+ if (_e !== "object")
1221
+ return new p("Invalid " + se + " `" + ce + "` of type `" + _e + "` " + ("supplied to `" + de + "`, expected `object`."));
1222
1222
  for (var he in j) {
1223
1223
  var K = j[he];
1224
1224
  if (typeof K != "function")
@@ -1232,18 +1232,18 @@ function cg() {
1232
1232
  return v(J);
1233
1233
  }
1234
1234
  function B(j) {
1235
- function J(we, _e, de, se, ce) {
1236
- var Q = we[_e], Se = U(Q);
1237
- if (Se !== "object")
1238
- return new p("Invalid " + se + " `" + ce + "` of type `" + Se + "` " + ("supplied to `" + de + "`, expected `object`."));
1239
- var he = r({}, we[_e], j);
1235
+ function J(we, Se, de, se, ce) {
1236
+ var Q = we[Se], _e = U(Q);
1237
+ if (_e !== "object")
1238
+ return new p("Invalid " + se + " `" + ce + "` of type `" + _e + "` " + ("supplied to `" + de + "`, expected `object`."));
1239
+ var he = r({}, we[Se], j);
1240
1240
  for (var K in he) {
1241
1241
  var Ie = j[K];
1242
1242
  if (n(j, K) && typeof Ie != "function")
1243
1243
  return V(de, se, ce, K, P(Ie));
1244
1244
  if (!Ie)
1245
1245
  return new p(
1246
- "Invalid " + se + " `" + ce + "` key `" + K + "` supplied to `" + de + "`.\nBad object: " + JSON.stringify(we[_e], null, " ") + `
1246
+ "Invalid " + se + " `" + ce + "` key `" + K + "` supplied to `" + de + "`.\nBad object: " + JSON.stringify(we[Se], null, " ") + `
1247
1247
  Valid keys: ` + JSON.stringify(Object.keys(j), null, " ")
1248
1248
  );
1249
1249
  var I = Ie(Q, K, de, se, ce + "." + K, t);
@@ -1269,14 +1269,14 @@ Valid keys: ` + JSON.stringify(Object.keys(j), null, " ")
1269
1269
  return !0;
1270
1270
  var J = f(j);
1271
1271
  if (J) {
1272
- var we = J.call(j), _e;
1272
+ var we = J.call(j), Se;
1273
1273
  if (J !== j.entries) {
1274
- for (; !(_e = we.next()).done; )
1275
- if (!H(_e.value))
1274
+ for (; !(Se = we.next()).done; )
1275
+ if (!H(Se.value))
1276
1276
  return !1;
1277
1277
  } else
1278
- for (; !(_e = we.next()).done; ) {
1279
- var de = _e.value;
1278
+ for (; !(Se = we.next()).done; ) {
1279
+ var de = Se.value;
1280
1280
  if (de && !H(de[1]))
1281
1281
  return !1;
1282
1282
  }
@@ -2705,7 +2705,7 @@ function kv() {
2705
2705
  function we(I) {
2706
2706
  return w(I) === s;
2707
2707
  }
2708
- function _e(I) {
2708
+ function Se(I) {
2709
2709
  return typeof I == "object" && I !== null && I.$$typeof === r;
2710
2710
  }
2711
2711
  function de(I) {
@@ -2720,7 +2720,7 @@ function kv() {
2720
2720
  function Q(I) {
2721
2721
  return w(I) === g;
2722
2722
  }
2723
- function Se(I) {
2723
+ function _e(I) {
2724
2724
  return w(I) === t;
2725
2725
  }
2726
2726
  function he(I) {
@@ -2732,7 +2732,7 @@ function kv() {
2732
2732
  function Ie(I) {
2733
2733
  return w(I) === f;
2734
2734
  }
2735
- ot.AsyncMode = y, ot.ConcurrentMode = L, ot.ContextConsumer = _, ot.ContextProvider = D, ot.Element = R, ot.ForwardRef = k, ot.Fragment = V, ot.Lazy = q, ot.Memo = B, ot.Portal = H, ot.Profiler = ee, ot.StrictMode = U, ot.Suspense = P, ot.isAsyncMode = ue, ot.isConcurrentMode = j, ot.isContextConsumer = J, ot.isContextProvider = we, ot.isElement = _e, ot.isForwardRef = de, ot.isFragment = se, ot.isLazy = ce, ot.isMemo = Q, ot.isPortal = Se, ot.isProfiler = he, ot.isStrictMode = K, ot.isSuspense = Ie, ot.isValidElementType = S, ot.typeOf = w;
2735
+ ot.AsyncMode = y, ot.ConcurrentMode = L, ot.ContextConsumer = _, ot.ContextProvider = D, ot.Element = R, ot.ForwardRef = k, ot.Fragment = V, ot.Lazy = q, ot.Memo = B, ot.Portal = H, ot.Profiler = ee, ot.StrictMode = U, ot.Suspense = P, ot.isAsyncMode = ue, ot.isConcurrentMode = j, ot.isContextConsumer = J, ot.isContextProvider = we, ot.isElement = Se, ot.isForwardRef = de, ot.isFragment = se, ot.isLazy = ce, ot.isMemo = Q, ot.isPortal = _e, ot.isProfiler = he, ot.isStrictMode = K, ot.isSuspense = Ie, ot.isValidElementType = S, ot.typeOf = w;
2736
2736
  })()), ot;
2737
2737
  }
2738
2738
  var $u;
@@ -4369,7 +4369,7 @@ function ay() {
4369
4369
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
4370
4370
  // For more details: https://github.com/mui/material-ui/pull/37908
4371
4371
  overridesResolver: j = y(S(P))
4372
- } = ee, J = (0, t.default)(ee, f), we = U && U.startsWith("Mui") || P ? "components" : "custom", _e = ae !== void 0 ? ae : (
4372
+ } = ee, J = (0, t.default)(ee, f), we = U && U.startsWith("Mui") || P ? "components" : "custom", Se = ae !== void 0 ? ae : (
4373
4373
  // TODO v6: remove `Root` in the next major release
4374
4374
  // For more details: https://github.com/mui/material-ui/pull/37908
4375
4375
  P && P !== "Root" && P !== "root" || !1
@@ -4381,7 +4381,7 @@ function ay() {
4381
4381
  const Q = (0, n.default)(H, (0, r.default)({
4382
4382
  shouldForwardProp: ce,
4383
4383
  label: se
4384
- }, J)), Se = (K) => typeof K == "function" && K.__emotion_real !== K || (0, o.isPlainObject)(K) ? (Ie) => {
4384
+ }, J)), _e = (K) => typeof K == "function" && K.__emotion_real !== K || (0, o.isPlainObject)(K) ? (Ie) => {
4385
4385
  const I = w({
4386
4386
  theme: Ie.theme,
4387
4387
  defaultTheme: k,
@@ -4391,8 +4391,8 @@ function ay() {
4391
4391
  theme: I
4392
4392
  }), I.modularCssLayers ? we : void 0);
4393
4393
  } : K, he = (K, ...Ie) => {
4394
- let I = Se(K);
4395
- const Ve = Ie ? Ie.map(Se) : [];
4394
+ let I = _e(K);
4395
+ const Ve = Ie ? Ie.map(_e) : [];
4396
4396
  U && j && Ve.push((Fe) => {
4397
4397
  const We = w((0, r.default)({}, Fe, {
4398
4398
  defaultTheme: k,
@@ -4406,7 +4406,7 @@ function ay() {
4406
4406
  theme: We
4407
4407
  }), We.modularCssLayers ? "theme" : void 0);
4408
4408
  }), j(Fe, ht);
4409
- }), U && !_e && Ve.push((Fe) => {
4409
+ }), U && !Se && Ve.push((Fe) => {
4410
4410
  var We;
4411
4411
  const Ke = w((0, r.default)({}, Fe, {
4412
4412
  defaultTheme: k,
@@ -12902,7 +12902,7 @@ const US = {
12902
12902
  P
12903
12903
  ] }),
12904
12904
  ae.map((ue) => {
12905
- const j = Ae(ue.color || "#ffcc00"), J = j.toString(), we = j.clone().darken(15).toString(), _e = new Intl.DateTimeFormat("es-ES", {
12905
+ const j = Ae(ue.color || "#ffcc00"), J = j.toString(), we = j.clone().darken(15).toString(), Se = new Intl.DateTimeFormat("es-ES", {
12906
12906
  hour: "numeric",
12907
12907
  minute: "2-digit",
12908
12908
  hour12: !0
@@ -12930,7 +12930,7 @@ const US = {
12930
12930
  /* @__PURE__ */ l.jsx("img", { src: Uh, width: 16, style: { marginRight: "6px", opacity: 0.7 } }),
12931
12931
  /* @__PURE__ */ l.jsx("span", { style: { fontSize: "13px" }, children: ue.nombreAnfitrion })
12932
12932
  ] }),
12933
- /* @__PURE__ */ l.jsx("div", { className: xe.eventTime, style: { fontSize: "12px", marginTop: "4px", opacity: 0.7 }, children: `${_e.format(ue.fechaInicio).toLowerCase()} - ${_e.format(ue.fechaFin).toLowerCase()}` })
12933
+ /* @__PURE__ */ l.jsx("div", { className: xe.eventTime, style: { fontSize: "12px", marginTop: "4px", opacity: 0.7 }, children: `${Se.format(ue.fechaInicio).toLowerCase()} - ${Se.format(ue.fechaFin).toLowerCase()}` })
12934
12934
  ] }),
12935
12935
  ue.link && /* @__PURE__ */ l.jsx("a", { onClick: (de) => de.stopPropagation(), href: ue.link, target: "_blank", rel: "noopener noreferrer", style: { display: "flex", alignItems: "center", padding: "4px" }, children: /* @__PURE__ */ l.jsx("img", { src: e_, alt: "Video", width: 20, style: { opacity: 0.8 } }) })
12936
12936
  ]
@@ -14285,7 +14285,7 @@ function gE(e = {}) {
14285
14285
  C && xa(C).forEach((T) => Vt(t.errors, T)), h.state.next({
14286
14286
  errors: C ? t.errors : {}
14287
14287
  });
14288
- }, _e = (C, T, z) => {
14288
+ }, Se = (C, T, z) => {
14289
14289
  const ie = (fe(n, C, { _f: {} })._f || {}).ref, oe = fe(t.errors, C) || {}, { ref: O, message: ne, type: Ce, ...je } = oe;
14290
14290
  lt(t.errors, C, {
14291
14291
  ...je,
@@ -14322,7 +14322,7 @@ function gE(e = {}) {
14322
14322
  ...t,
14323
14323
  ...T.keepDirty ? { isDirty: V() } : {}
14324
14324
  }), !T.keepIsValid && p();
14325
- }, Se = ({ disabled: C, name: T }) => {
14325
+ }, _e = ({ disabled: C, name: T }) => {
14326
14326
  (pr(C) && s.mount || C || i.disabled.has(T)) && (C ? i.disabled.add(T) : i.disabled.delete(T));
14327
14327
  }, he = (C, T = {}) => {
14328
14328
  let z = fe(n, C);
@@ -14335,7 +14335,7 @@ function gE(e = {}) {
14335
14335
  mount: !0,
14336
14336
  ...T
14337
14337
  }
14338
- }), i.mount.add(C), z ? Se({
14338
+ }), i.mount.add(C), z ? _e({
14339
14339
  disabled: pr(T.disabled) ? T.disabled : r.disabled,
14340
14340
  name: C
14341
14341
  }) : w(C, !0, T.value), {
@@ -14489,7 +14489,7 @@ function gE(e = {}) {
14489
14489
  unregister: Q,
14490
14490
  getFieldState: J,
14491
14491
  handleSubmit: I,
14492
- setError: _e,
14492
+ setError: Se,
14493
14493
  _subscribe: se,
14494
14494
  _runSchema: _,
14495
14495
  _focusError: K,
@@ -14497,7 +14497,7 @@ function gE(e = {}) {
14497
14497
  _getDirty: V,
14498
14498
  _setValid: p,
14499
14499
  _setFieldArray: b,
14500
- _setDisabledField: Se,
14500
+ _setDisabledField: _e,
14501
14501
  _setErrors: S,
14502
14502
  _getFieldArray: B,
14503
14503
  _reset: Xe,
@@ -14555,7 +14555,7 @@ function gE(e = {}) {
14555
14555
  resetField: Ve,
14556
14556
  clearErrors: we,
14557
14557
  unregister: Q,
14558
- setError: _e,
14558
+ setError: Se,
14559
14559
  setFocus: Fe,
14560
14560
  getFieldState: J
14561
14561
  };
@@ -17714,11 +17714,11 @@ const v5 = {
17714
17714
  const i = parseInt(s[0], 10), c = parseInt(s[1], 10), d = new Date(a, o, n, i, c);
17715
17715
  return isNaN(d.getTime()) || !Nr(d) ? null : d;
17716
17716
  }, b5 = ({ isVisible: e, onClose: r, onSave: t, onDelete: n, selectedDate: o, initialEvent: a, userId: s, masNombreBD: i, disId: c, onReenviar: d }) => {
17717
- const [u, f] = pe(!1), [h, g] = pe(!1), m = gt(/* @__PURE__ */ new Date(), "yyyy-MM-dd"), [p, v] = pe(""), [b, x] = pe([]), [S, w] = pe(!1), y = S0(), [L, _] = pe([]), [D, R] = pe(""), [k, V] = pe(ap), [q, B] = pe(!1), [H, ee] = pe(""), [U, P] = pe(!1), [ae, ue] = pe([]), [j, J] = pe([]), we = g5(H, 300), _e = k.filter((Z) => Z.tieneConflicto).length, {
17717
+ const [u, f] = pe(!1), [h, g] = pe(!1), m = gt(/* @__PURE__ */ new Date(), "yyyy-MM-dd"), [p, v] = pe(""), [b, x] = pe([]), [S, w] = pe(!1), y = S0(), [L, _] = pe([]), [D, R] = pe(""), [k, V] = pe(ap), [q, B] = pe(!1), [H, ee] = pe(""), [U, P] = pe(!1), [ae, ue] = pe([]), [j, J] = pe([]), we = g5(H, 300), Se = k.filter((Z) => Z.tieneConflicto).length, {
17718
17718
  control: de,
17719
17719
  handleSubmit: se,
17720
17720
  reset: ce,
17721
- formState: { errors: Q, isValid: Se },
17721
+ formState: { errors: Q, isValid: _e },
17722
17722
  watch: he,
17723
17723
  setValue: K
17724
17724
  } = N0({
@@ -18273,7 +18273,7 @@ const v5 = {
18273
18273
  }
18274
18274
  ) }) }),
18275
18275
  /* @__PURE__ */ l.jsx("div", { className: "row mb-2", children: /* @__PURE__ */ l.jsx("div", { className: "col-12", children: /* @__PURE__ */ l.jsx(i5, { onSelectGuest: M, availableSuggestions: j, onInputTextChange: At }) }) }),
18276
- U || _e > 0 && /* @__PURE__ */ l.jsx("div", { className: "row mb-2", children: /* @__PURE__ */ l.jsx("div", { className: "col-12", children: /* @__PURE__ */ l.jsx(m5, { guests: k, conflictCount: _e, onViewSuggestions: () => B(!0), onDeleteGuest: te }) }) }),
18276
+ U && /* @__PURE__ */ l.jsx("div", { className: "row mb-2", children: /* @__PURE__ */ l.jsx("div", { className: "col-12", children: /* @__PURE__ */ l.jsx(m5, { guests: k, conflictCount: Se, onViewSuggestions: () => B(!0), onDeleteGuest: te }) }) }),
18277
18277
  a?.invitados && a?.invitados?.length > 0 && /* @__PURE__ */ l.jsx("div", { className: "row mb-2", children: /* @__PURE__ */ l.jsx("div", { className: "col-12", children: /* @__PURE__ */ l.jsx($, { children: /* @__PURE__ */ l.jsx(XA, { guests: k, onReenviar: d, esOrganizador: a?.esOrganizador }) }) }) }),
18278
18278
  /* @__PURE__ */ l.jsx(o5, { open: q, handleClose: be, suggestions: ae, onSelectSlot: It }),
18279
18279
  /* @__PURE__ */ l.jsx("div", { className: "row mb-2", children: /* @__PURE__ */ l.jsx("div", { className: "col-12", children: /* @__PURE__ */ l.jsxs(
@@ -18368,7 +18368,7 @@ const v5 = {
18368
18368
  {
18369
18369
  onClick: Ue,
18370
18370
  variant: "contained",
18371
- disabled: !Se,
18371
+ disabled: !_e,
18372
18372
  hidden: a ? a?.esOrganizador != !0 : !1,
18373
18373
  sx: {
18374
18374
  flex: 1,
@@ -18696,7 +18696,7 @@ const j5 = (e, r, t) => {
18696
18696
  ]
18697
18697
  }
18698
18698
  ), xR = ({ userId: e, leads30Days: r, leads90Days: t, disId: n, masNombreBD: o, usrNombre: a }) => {
18699
- const [s, i] = pe(/* @__PURE__ */ new Date()), [c, d] = pe([]), [u, f] = pe(!1), [h, g] = pe(null), [m, p] = pe(!1), [v, b] = pe(null), [x, S] = pe([]), { enqueueSnackbar: w } = dl(), y = S0(), L = Fl(), _ = $l(), [D, R] = pe(!1), [k, V] = pe([]), [q, B] = pe(null), { session: H, sessionoutlook: ee } = Hh(), { googleEvents: U, setGoogleEvents: P, outlookEvents: ae, setOutlookEvents: ue } = T5(), [j, J] = pe([]), [we, _e] = pe([]), [de, se] = pe([]), [ce, Q] = pe(!1), [Se, he] = pe([]), [K, Ie] = pe(), I = (W, De) => {
18699
+ const [s, i] = pe(/* @__PURE__ */ new Date()), [c, d] = pe([]), [u, f] = pe(!1), [h, g] = pe(null), [m, p] = pe(!1), [v, b] = pe(null), [x, S] = pe([]), { enqueueSnackbar: w } = dl(), y = S0(), L = Fl(), _ = $l(), [D, R] = pe(!1), [k, V] = pe([]), [q, B] = pe(null), { session: H, sessionoutlook: ee } = Hh(), { googleEvents: U, setGoogleEvents: P, outlookEvents: ae, setOutlookEvents: ue } = T5(), [j, J] = pe([]), [we, Se] = pe([]), [de, se] = pe([]), [ce, Q] = pe(!1), [_e, he] = pe([]), [K, Ie] = pe(), I = (W, De) => {
18700
18700
  V(W), B(De), R(!0);
18701
18701
  }, Ve = async () => {
18702
18702
  if (e === void 0) return;
@@ -18841,7 +18841,7 @@ const j5 = (e, r, t) => {
18841
18841
  Q(!0);
18842
18842
  try {
18843
18843
  const De = (await L.getGoogleCalendars(H.userEmail, n)).map((Pe) => ({ ...Pe, selected: !0 }));
18844
- _e(De);
18844
+ Se(De);
18845
18845
  const ke = De.map((Pe) => Pe.id);
18846
18846
  M(ke);
18847
18847
  } catch (W) {
@@ -18852,7 +18852,7 @@ const j5 = (e, r, t) => {
18852
18852
  }
18853
18853
  }, ne = async (W) => {
18854
18854
  const De = we.map((Pe) => Pe.id === W ? { ...Pe, selected: !Pe.selected } : Pe);
18855
- _e(De);
18855
+ Se(De);
18856
18856
  const ke = De.filter((Pe) => Pe.selected).map((Pe) => Pe.id);
18857
18857
  M(ke);
18858
18858
  }, Ce = async () => {
@@ -18982,8 +18982,8 @@ const j5 = (e, r, t) => {
18982
18982
  isLoadingCalendars: ce,
18983
18983
  onToggleGoogle: ne,
18984
18984
  onToggleOutlook: je,
18985
- notifications: Se,
18986
- unreadCount: Se?.filter((W) => !W.leida).length,
18985
+ notifications: _e,
18986
+ unreadCount: _e?.filter((W) => !W.leida).length,
18987
18987
  onAceppInvitacion: At
18988
18988
  }
18989
18989
  ),
@@ -19613,7 +19613,7 @@ function D4({
19613
19613
  vt(() => {
19614
19614
  c && c.length && U(c);
19615
19615
  }, [c]);
19616
- const j = c?.length ? c : ee, J = o?.title ?? ((N) => N?.Nombre || N?.name || "Sin título"), we = o?.infoItems ?? [], _e = (N) => N.nombreAsesor?.trim() || (N.Email ? N.Email : "Sistema"), de = (N) => {
19616
+ const j = c?.length ? c : ee, J = o?.title ?? ((N) => N?.Nombre || N?.name || "Sin título"), we = o?.infoItems ?? [], Se = (N) => N.nombreAsesor?.trim() || (N.Email ? N.Email : "Sistema"), de = (N) => {
19617
19617
  const X = N || "", ye = X.split(" ").filter(Boolean);
19618
19618
  return ye.length >= 2 ? (ye[0][0] + ye[1][0]).toUpperCase() : (X[0] || "?").toUpperCase();
19619
19619
  }, se = (N) => N?.SolID ?? N?.solID ?? N?.SolId ?? N?.SOLID ?? null, ce = at(() => {
@@ -19625,15 +19625,15 @@ function D4({
19625
19625
  const ye = se(X);
19626
19626
  return ye != null && String(ye) === String(B);
19627
19627
  });
19628
- }, [ce, P, B]), Se = at(
19628
+ }, [ce, P, B]), _e = at(
19629
19629
  () => [...Q].sort(
19630
19630
  (N, X) => new Date(X.fecAlta).getTime() - new Date(N.fecAlta).getTime()
19631
19631
  ),
19632
19632
  [Q]
19633
19633
  ), [he, K] = pe(!1), Ie = at(
19634
- () => he ? Se : Se.slice(0, _),
19635
- [he, Se]
19636
- ), I = Math.max(Se.length - _, 0), Ve = (N) => String(N ?? "").normalize("NFD").replace(new RegExp("\\p{Diacritic}", "gu"), "").toLowerCase().trim(), Xe = (N, X) => Ve(JSON.stringify(N)).includes(Ve(X)), Ue = (N, X) => f ? f(N, X) : Xe(N, X), Fe = (N, X) => {
19634
+ () => he ? _e : _e.slice(0, _),
19635
+ [he, _e]
19636
+ ), I = Math.max(_e.length - _, 0), Ve = (N) => String(N ?? "").normalize("NFD").replace(new RegExp("\\p{Diacritic}", "gu"), "").toLowerCase().trim(), Xe = (N, X) => Ve(JSON.stringify(N)).includes(Ve(X)), Ue = (N, X) => f ? f(N, X) : Xe(N, X), Fe = (N, X) => {
19637
19637
  const ye = Ve(X).split(/\s+/).filter(Boolean);
19638
19638
  return ye.length ? ye.every((Oe) => Ue(N, Oe)) : !0;
19639
19639
  }, [We, Ke] = pe(""), [ht, C] = pe([]);
@@ -20224,7 +20224,7 @@ function D4({
20224
20224
  Ie.length === 0 && /* @__PURE__ */ l.jsx(ve, { variant: "body2", color: "text.secondary", children: "Sin actividad registrada." }),
20225
20225
  /* @__PURE__ */ l.jsxs($, { children: [
20226
20226
  Ie?.map((N, X) => {
20227
- const ye = _e(N), Oe = w4(N.comentario || "");
20227
+ const ye = Se(N), Oe = w4(N.comentario || "");
20228
20228
  return /* @__PURE__ */ l.jsxs($, { sx: { pb: 1.5 }, children: [
20229
20229
  /* @__PURE__ */ l.jsxs(
20230
20230
  Rr,
@@ -20295,7 +20295,7 @@ function D4({
20295
20295
  X < Ie.length - 1 && /* @__PURE__ */ l.jsx(Cr, { sx: { mt: 1.25 } })
20296
20296
  ] }, N.segID ?? X);
20297
20297
  }),
20298
- Se.length > _ && /* @__PURE__ */ l.jsx($, { sx: { mt: 1 }, children: /* @__PURE__ */ l.jsx(
20298
+ _e.length > _ && /* @__PURE__ */ l.jsx($, { sx: { mt: 1 }, children: /* @__PURE__ */ l.jsx(
20299
20299
  Dt,
20300
20300
  {
20301
20301
  onClick: () => K((N) => !N),
@@ -21054,13 +21054,13 @@ function wR(e) {
21054
21054
  fields: {},
21055
21055
  order: []
21056
21056
  // si te pasan order sin defaults, se aplicará solo a dinámicas
21057
- }), [t, d]), _e = at(() => {
21057
+ }), [t, d]), Se = at(() => {
21058
21058
  if (!n || !B) return r;
21059
21059
  const se = we.find((Q) => Q.key === B.key);
21060
21060
  if (!se) return r;
21061
21061
  const ce = [...r];
21062
- return ce.sort((Q, Se) => {
21063
- const he = Cc(se, Q, 0), K = Cc(se, Se, 0), Ie = z5(he, K);
21062
+ return ce.sort((Q, _e) => {
21063
+ const he = Cc(se, Q, 0), K = Cc(se, _e, 0), Ie = z5(he, K);
21064
21064
  return B.direction === "asc" ? Ie : -Ie;
21065
21065
  }), ce;
21066
21066
  }, [r, we, B, n]), de = at(() => {
@@ -21098,7 +21098,7 @@ function wR(e) {
21098
21098
  },
21099
21099
  se.key
21100
21100
  )) }) }),
21101
- /* @__PURE__ */ l.jsx("tbody", { children: _e.map((se, ce) => (
21101
+ /* @__PURE__ */ l.jsx("tbody", { children: Se.map((se, ce) => (
21102
21102
  // <tr key={rowKey(row, ri)}>
21103
21103
  /* @__PURE__ */ l.jsx(
21104
21104
  "tr",
@@ -21110,7 +21110,7 @@ function wR(e) {
21110
21110
  (Q.key === "Enter" || Q.key === " ") && j?.(se);
21111
21111
  },
21112
21112
  style: { cursor: "pointer" },
21113
- children: we.map((Q, Se) => {
21113
+ children: we.map((Q, _e) => {
21114
21114
  const he = Q.Component ? /* @__PURE__ */ l.jsx(Q.Component, { row: se, index: ce }) : Q.cell ? Q.cell(se, ce) : (() => {
21115
21115
  const K = Cc(Q, se, ce);
21116
21116
  return K == null || K === "" ? "" : String(K);
@@ -21125,7 +21125,7 @@ function wR(e) {
21125
21125
  },
21126
21126
  children: he
21127
21127
  },
21128
- `${String(Q.key)}-${Se}`
21128
+ `${String(Q.key)}-${_e}`
21129
21129
  );
21130
21130
  })
21131
21131
  },
@@ -21656,23 +21656,23 @@ function _R(e) {
21656
21656
  }), U = (O) => O == null ? !1 : typeof O == "string" ? O.trim().length > 0 : Array.isArray(O) ? O.length > 0 : typeof O == "number" ? !Number.isNaN(O) : typeof O == "object" ? Object.keys(O).length > 0 : !0, P = at(() => H.length ? ee?.every(U) ?? !1 : !0, [ee, H]), {
21657
21657
  handleSubmit: ae,
21658
21658
  formState: { isSubmitting: ue, isDirty: j, isValid: J }
21659
- } = x, we = u ?? ((O, ne) => JSON.stringify(O).toLowerCase().includes(ne.toLowerCase())), _e = at(
21659
+ } = x, we = u ?? ((O, ne) => JSON.stringify(O).toLowerCase().includes(ne.toLowerCase())), Se = at(
21660
21660
  () => S.trim() ? d?.filter((O) => we(O, S)) : d,
21661
21661
  [d, S, we]
21662
21662
  ), de = at(() => {
21663
- if (!_e) return _e;
21664
- const O = q.current, ne = [..._e];
21663
+ if (!Se) return Se;
21664
+ const O = q.current, ne = [...Se];
21665
21665
  return ne.sort((Ce, je) => {
21666
21666
  const M = O.has(k(Ce)) ? 0 : 1, te = O.has(k(je)) ? 0 : 1;
21667
21667
  if (M !== te) return M - te;
21668
21668
  const be = V.get(k(Ce)) ?? 0, Ge = V.get(k(je)) ?? 0;
21669
21669
  return be - Ge;
21670
21670
  }), ne;
21671
- }, [_e, V, k]), {
21671
+ }, [Se, V, k]), {
21672
21672
  currentItems: se,
21673
21673
  totalPages: ce,
21674
21674
  showingFrom: Q,
21675
- showingTo: Se,
21675
+ showingTo: _e,
21676
21676
  totalItems: he,
21677
21677
  currentPage: K,
21678
21678
  itemsPerPage: Ie,
@@ -22101,7 +22101,7 @@ function _R(e) {
22101
22101
  onItemsPerPageChange: Xe,
22102
22102
  itemsPerPageOptions: I,
22103
22103
  showingFrom: Q,
22104
- showingTo: Se,
22104
+ showingTo: _e,
22105
22105
  totalItems: he
22106
22106
  }
22107
22107
  )
@@ -22198,7 +22198,7 @@ function SR({
22198
22198
  y,
22199
22199
  _
22200
22200
  );
22201
- }, J = (M) => n({ ...t, message: M }), we = (M) => n({ ...t, attachments: [...t.attachments, ...M] }), _e = (M) => n({
22201
+ }, J = (M) => n({ ...t, message: M }), we = (M) => n({ ...t, attachments: [...t.attachments, ...M] }), Se = (M) => n({
22202
22202
  ...t,
22203
22203
  attachments: t.attachments.filter((te) => te.name !== M)
22204
22204
  }), de = (M) => {
@@ -22226,9 +22226,9 @@ function SR({
22226
22226
  ), Q = at(
22227
22227
  () => ce.map((M) => (M.EmailAsesor ?? "").trim()).filter(Boolean),
22228
22228
  [ce]
22229
- ), Se = wn(!1);
22229
+ ), _e = wn(!1);
22230
22230
  vt(() => {
22231
- if (e && !Se.current) {
22231
+ if (e && !_e.current) {
22232
22232
  let M = [];
22233
22233
  w && se && (M = hn(M, [se])), L && Q.length && (M = hn(M, Q)), j((te) => hn(te, M)), ue(
22234
22234
  t.recipients,
@@ -22237,9 +22237,9 @@ function SR({
22237
22237
  Q,
22238
22238
  y,
22239
22239
  _
22240
- ), S(""), Se.current = !0;
22240
+ ), S(""), _e.current = !0;
22241
22241
  }
22242
- e || (Se.current = !1);
22242
+ e || (_e.current = !1);
22243
22243
  }, [e, w, L, se, Q]);
22244
22244
  const he = (M) => {
22245
22245
  const te = ce.find((be) => xn(be.EmailAsesor ?? "") === xn(M));
@@ -22656,7 +22656,7 @@ function SR({
22656
22656
  Yt,
22657
22657
  {
22658
22658
  edge: "end",
22659
- onClick: () => _e(M.name),
22659
+ onClick: () => Se(M.name),
22660
22660
  size: "small",
22661
22661
  children: /* @__PURE__ */ l.jsx(Qr, { fontSize: "small" })
22662
22662
  }