@gisce/react-ooui 2.37.0-alpha.1 → 2.37.0-alpha.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/dist/react-ooui.es.js
CHANGED
|
@@ -1404,23 +1404,22 @@ const Lt = ({
|
|
|
1404
1404
|
const P = dt(R);
|
|
1405
1405
|
return P && /* @__PURE__ */ i(P, {});
|
|
1406
1406
|
}, F = b.map((R) => {
|
|
1407
|
-
var
|
|
1408
|
-
|
|
1407
|
+
var _, W, M, L;
|
|
1408
|
+
const P = {
|
|
1409
1409
|
children: /* @__PURE__ */ i(
|
|
1410
1410
|
jc,
|
|
1411
1411
|
{
|
|
1412
|
-
title: (
|
|
1413
|
-
summary: (
|
|
1412
|
+
title: (_ = R.values) == null ? void 0 : _[w],
|
|
1413
|
+
summary: (W = R.values) == null ? void 0 : W[y],
|
|
1414
1414
|
onClick: () => {
|
|
1415
1415
|
h(
|
|
1416
|
-
b.find((
|
|
1416
|
+
b.find((N) => R.id === N.id)
|
|
1417
1417
|
), d(!0);
|
|
1418
1418
|
}
|
|
1419
1419
|
}
|
|
1420
|
-
)
|
|
1421
|
-
dot: ((W = R.values) == null ? void 0 : W[S]) && E((M = R.values) == null ? void 0 : M[S]),
|
|
1422
|
-
color: (L = R.values) != null && L[x] && !Gi(R.values[x]) && !Ki(R.values[x]) && !((N = R.values) != null && N[x].toString().startsWith("#")) ? wn(R.values[x]) : R.values[x]
|
|
1420
|
+
)
|
|
1423
1421
|
};
|
|
1422
|
+
return (M = R.values) != null && M[S] && (P.dot = E(R.values[S])), (L = R.values) != null && L[x] && (P.color = !Gi(R.values[x]) && !Ki(R.values[x]) && !R.values[x].toString().startsWith("#") ? wn(R.values[x]) : R.values[x]), P;
|
|
1424
1423
|
});
|
|
1425
1424
|
return /* @__PURE__ */ V(oe, { children: [
|
|
1426
1425
|
/* @__PURE__ */ i(Ci, { style: { padding: "1rem" }, items: F }),
|