@gisce/react-ooui 1.1.4 → 1.1.5
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 +1 -1
- 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/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/types/index.ts +1 -0
- package/src/views/actionViews/TreeActionView.tsx +1 -1
package/dist/react-ooui.es.js
CHANGED
|
@@ -27837,7 +27837,7 @@ const TreeActionView = (e) => {
|
|
|
27837
27837
|
return t ? /* @__PURE__ */ jsxs(Fragment, {
|
|
27838
27838
|
children: [/* @__PURE__ */ jsx(TitleHeader, {
|
|
27839
27839
|
children: /* @__PURE__ */ jsx(TreeActionBar, {
|
|
27840
|
-
toolbar:
|
|
27840
|
+
toolbar: s == null ? void 0 : s.toolbar,
|
|
27841
27841
|
parentContext: o,
|
|
27842
27842
|
treeExpandable: (s == null ? void 0 : s.isExpandable) || !1
|
|
27843
27843
|
})
|