fansunited-management-components 1.31.0 → 1.31.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.es.js +9 -9
- package/index.umd.js +2 -2
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -34284,12 +34284,12 @@ const Qi = /* @__PURE__ */ Nn(fF), Ln = ({ option: t }) => /* @__PURE__ */ u.jsx
|
|
|
34284
34284
|
});
|
|
34285
34285
|
}, []);
|
|
34286
34286
|
const x = _e(
|
|
34287
|
-
() => Qi((C) => {
|
|
34288
|
-
c(!0), m.football.getTeams({ name: C, scope:
|
|
34289
|
-
const
|
|
34290
|
-
l([...ug(
|
|
34291
|
-
}).catch((
|
|
34292
|
-
console.error(
|
|
34287
|
+
() => Qi((C, b) => {
|
|
34288
|
+
c(!0), m.football.getTeams({ name: C, scope: b }).then((S) => {
|
|
34289
|
+
const _ = S.data.filter((E) => !E.name.includes("/"));
|
|
34290
|
+
l([...ug(_)]), c(!1);
|
|
34291
|
+
}).catch((S) => {
|
|
34292
|
+
console.error(S), g(), l([]), c(!1);
|
|
34293
34293
|
});
|
|
34294
34294
|
}, 300),
|
|
34295
34295
|
[]
|
|
@@ -34299,7 +34299,7 @@ const Qi = /* @__PURE__ */ Nn(fF), Ln = ({ option: t }) => /* @__PURE__ */ u.jsx
|
|
|
34299
34299
|
l([]);
|
|
34300
34300
|
return;
|
|
34301
34301
|
}
|
|
34302
|
-
return x(d), () => x.cancel();
|
|
34302
|
+
return x(d, n), () => x.cancel();
|
|
34303
34303
|
}, [d, x]);
|
|
34304
34304
|
const y = (C, b) => C.map((S, _) => /* @__PURE__ */ u.jsx(
|
|
34305
34305
|
ln,
|
|
@@ -39327,7 +39327,7 @@ const SC = Xe(/* @__PURE__ */ u.jsx("path", {
|
|
|
39327
39327
|
o(null);
|
|
39328
39328
|
},
|
|
39329
39329
|
children: [
|
|
39330
|
-
/* @__PURE__ */ u.jsx(yC, { items: t, children: /* @__PURE__ */ u.jsx(tm, { sx: { gap: "10px" }, children: t.map((s) => /* @__PURE__ */ u.jsxs(
|
|
39330
|
+
/* @__PURE__ */ u.jsx(yC, { items: t, children: /* @__PURE__ */ u.jsx(tm, { sx: { gap: "10px", padding: 0 }, children: t.map((s) => /* @__PURE__ */ u.jsxs(
|
|
39331
39331
|
$g,
|
|
39332
39332
|
{
|
|
39333
39333
|
id: s.id,
|
|
@@ -39335,7 +39335,7 @@ const SC = Xe(/* @__PURE__ */ u.jsx("path", {
|
|
|
39335
39335
|
removeItem: () => r(s.id),
|
|
39336
39336
|
tooltipTitle: e.removeEntity,
|
|
39337
39337
|
children: [
|
|
39338
|
-
/* @__PURE__ */ u.jsx(be, { ml: 2, children: s.title || s.name }),
|
|
39338
|
+
/* @__PURE__ */ u.jsx(be, { ml: 2.5, children: s.title || s.name }),
|
|
39339
39339
|
s.type && /* @__PURE__ */ u.jsx(ln, { color: qU(s.type), sx: { marginLeft: 2 }, children: JU(s.type) })
|
|
39340
39340
|
]
|
|
39341
39341
|
},
|