@gisce/react-ooui 1.2.6-rc.0 → 1.2.6-rc.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 +6 -4
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +1 -1
- package/dist/react-ooui.umd.js.map +1 -1
- package/dist/widgets/views/SearchTree.d.ts.map +1 -1
- package/dist/widgets/views/Tree.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/widgets/views/SearchTree.tsx +1 -2
- package/src/widgets/views/Tree.tsx +15 -13
package/dist/react-ooui.es.js
CHANGED
|
@@ -5056,11 +5056,13 @@ function mn(e) {
|
|
|
5056
5056
|
padding: "2rem"
|
|
5057
5057
|
}
|
|
5058
5058
|
}) : /* @__PURE__ */ P("div", {
|
|
5059
|
-
children: [I(), /* @__PURE__ */ n(
|
|
5059
|
+
children: [I(), l && /* @__PURE__ */ n(Ae, {
|
|
5060
|
+
className: "pb-4"
|
|
5061
|
+
}), /* @__PURE__ */ n(Ti, {
|
|
5060
5062
|
height: j,
|
|
5061
5063
|
columns: B.columns,
|
|
5062
5064
|
dataSource: O,
|
|
5063
|
-
loading:
|
|
5065
|
+
loading: !1,
|
|
5064
5066
|
loadingComponent: /* @__PURE__ */ n(Ae, {}),
|
|
5065
5067
|
onRowStyle: (U) => {
|
|
5066
5068
|
if (m[U.id])
|
|
@@ -5260,7 +5262,7 @@ function Yl(e, t) {
|
|
|
5260
5262
|
searchError: Ne,
|
|
5261
5263
|
searchVisible: E,
|
|
5262
5264
|
searchValues: we
|
|
5263
|
-
}),
|
|
5265
|
+
}), /* @__PURE__ */ n(mn, {
|
|
5264
5266
|
context: c,
|
|
5265
5267
|
total: De,
|
|
5266
5268
|
limit: Pe,
|
|
@@ -5268,7 +5270,7 @@ function Yl(e, t) {
|
|
|
5268
5270
|
treeView: b,
|
|
5269
5271
|
results: Q(),
|
|
5270
5272
|
onRequestPageChange: de,
|
|
5271
|
-
loading:
|
|
5273
|
+
loading: Fe,
|
|
5272
5274
|
onRowClicked: Z,
|
|
5273
5275
|
scrollY: l || Oe(),
|
|
5274
5276
|
colorsForResults: se,
|