@gisce/react-ooui 2.127.0-alpha.1 → 2.127.0-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/{TabContent-cae11b7c.mjs → TabContent-8f2a6694.mjs} +6 -2
- package/dist/TabContent-8f2a6694.mjs.map +1 -0
- package/dist/docs.es.js +1 -1
- package/dist/react-ooui.es.js +2 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/views/actionViews/TreeActionView.d.ts.map +1 -1
- package/dist/widgets/base/one2many/One2many.d.ts.map +1 -1
- package/package.json +2 -3
- package/dist/TabContent-cae11b7c.mjs.map +0 -1
|
@@ -18401,7 +18401,11 @@ const Bd = ({
|
|
|
18401
18401
|
), R = J(null), O = S((F) => {
|
|
18402
18402
|
R.current = F;
|
|
18403
18403
|
}, []), M = async (F) => {
|
|
18404
|
-
if (
|
|
18404
|
+
if (q.getHandler().getView({
|
|
18405
|
+
model: r,
|
|
18406
|
+
type: F,
|
|
18407
|
+
context: { ...h == null ? void 0 : h(), ...a }
|
|
18408
|
+
}), o && o[F]) {
|
|
18405
18409
|
const I = o[F];
|
|
18406
18410
|
if (x && !I.toolbar && (F === "form" || F === "tree")) {
|
|
18407
18411
|
const N = await w({
|
|
@@ -25580,4 +25584,4 @@ export {
|
|
|
25580
25584
|
Qm as y,
|
|
25581
25585
|
dx as z
|
|
25582
25586
|
};
|
|
25583
|
-
//# sourceMappingURL=TabContent-
|
|
25587
|
+
//# sourceMappingURL=TabContent-8f2a6694.mjs.map
|