@gisce/react-ooui 2.26.2 → 2.26.4
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
|
@@ -1193,37 +1193,22 @@ const Ic = (e) => {
|
|
|
1193
1193
|
return c ? /* @__PURE__ */ i(tt, { className: "mt-10", message: c, type: "error", banner: !0 }) : a ? /* @__PURE__ */ i(He, {}) : /* @__PURE__ */ E(ae, { children: [
|
|
1194
1194
|
/* @__PURE__ */ i(gr, { style: { padding: "1rem" }, children: T.map((F, O) => {
|
|
1195
1195
|
var V, A;
|
|
1196
|
-
return /* @__PURE__ */ i(
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
{
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
},
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
/* @__PURE__ */ i(
|
|
1213
|
-
"div",
|
|
1214
|
-
{
|
|
1215
|
-
style: { display: "inline-block", cursor: "pointer" },
|
|
1216
|
-
onClick: () => {
|
|
1217
|
-
h(
|
|
1218
|
-
T.find(
|
|
1219
|
-
(R) => F.id === R.id
|
|
1220
|
-
)
|
|
1221
|
-
), d(!0);
|
|
1222
|
-
},
|
|
1223
|
-
children: (A = F.values) == null ? void 0 : A[g]
|
|
1224
|
-
}
|
|
1225
|
-
)
|
|
1226
|
-
] }, O) }, O);
|
|
1196
|
+
return /* @__PURE__ */ i(gr.Item, { children: /* @__PURE__ */ E(
|
|
1197
|
+
"div",
|
|
1198
|
+
{
|
|
1199
|
+
style: { display: "inline-block", cursor: "pointer" },
|
|
1200
|
+
onClick: () => {
|
|
1201
|
+
h(
|
|
1202
|
+
T.find((R) => F.id === R.id)
|
|
1203
|
+
), d(!0);
|
|
1204
|
+
},
|
|
1205
|
+
children: [
|
|
1206
|
+
/* @__PURE__ */ i("strong", { children: (V = F.values) == null ? void 0 : V[w] }),
|
|
1207
|
+
/* @__PURE__ */ i("br", {}),
|
|
1208
|
+
((A = F.values) == null ? void 0 : A[g]) && /* @__PURE__ */ i("span", { children: F.values[g] })
|
|
1209
|
+
]
|
|
1210
|
+
}
|
|
1211
|
+
) }, O);
|
|
1227
1212
|
}) }),
|
|
1228
1213
|
/* @__PURE__ */ i(
|
|
1229
1214
|
cn,
|
|
@@ -11525,7 +11510,7 @@ const hh = pt(ph), gh = (e) => {
|
|
|
11525
11510
|
setCurrentView: d,
|
|
11526
11511
|
availableViews: p,
|
|
11527
11512
|
searchTreeNameSearch: h
|
|
11528
|
-
} = e, m = be(() => a != null && a.arch ? Cc(a == null ? void 0 : a.arch, "infinite")
|
|
11513
|
+
} = e, m = be(() => a != null && a.arch ? Cc(a == null ? void 0 : a.arch, "infinite") === "1" : !1, [a]);
|
|
11529
11514
|
de(() => {
|
|
11530
11515
|
g == null || g(m);
|
|
11531
11516
|
}, [m]);
|