@gisce/react-ooui 1.5.8-rc.1 → 1.5.8
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 +3 -3
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +2 -2
- package/dist/react-ooui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/actionbar/FormActionBar.tsx +1 -1
- package/src/stories/mocks/models/cups.ts +1 -18
- package/src/widgets/base/one2many/One2manyInput.tsx +1 -1
- package/src/widgets/views/Form.tsx +1 -1
package/dist/react-ooui.es.js
CHANGED
|
@@ -3669,7 +3669,7 @@ function Ol(e, t) {
|
|
|
3669
3669
|
}
|
|
3670
3670
|
let oe = !1;
|
|
3671
3671
|
try {
|
|
3672
|
-
|
|
3672
|
+
(nt() || ce() === void 0) && (oe = !0, bn(!0), m === "2many" ? (await ir({
|
|
3673
3673
|
callOnSubmitSucceed: !1
|
|
3674
3674
|
}), Z.current = !0) : await Qt({
|
|
3675
3675
|
callOnSubmitSucceed: !1
|
|
@@ -7080,7 +7080,7 @@ const Wc = (e) => {
|
|
|
7080
7080
|
children: [/* @__PURE__ */ n(jc, {
|
|
7081
7081
|
mode: a,
|
|
7082
7082
|
title: Be(),
|
|
7083
|
-
readOnly: z
|
|
7083
|
+
readOnly: z,
|
|
7084
7084
|
isMany2Many: ne,
|
|
7085
7085
|
formHasChanges: C,
|
|
7086
7086
|
totalItems: J.length,
|
|
@@ -8579,7 +8579,7 @@ function Id({
|
|
|
8579
8579
|
model: m,
|
|
8580
8580
|
context: b.current.getContext()
|
|
8581
8581
|
});
|
|
8582
|
-
N && await (x == null ? void 0 : x(N));
|
|
8582
|
+
N && await (x == null ? void 0 : x([N]));
|
|
8583
8583
|
} catch (N) {
|
|
8584
8584
|
sn(JSON.stringify(N));
|
|
8585
8585
|
} finally {
|