@gisce/react-ooui 1.5.12 → 1.5.13-rc.0
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 +2 -2
- 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 +2 -2
- package/src/stories/mocks/models/cups.ts +18 -1
- package/src/widgets/base/one2many/One2manyInput.tsx +1 -1
- package/src/widgets/views/Form.tsx +1 -1
package/dist/react-ooui.es.js
CHANGED
|
@@ -3670,7 +3670,7 @@ function Il(e, t) {
|
|
|
3670
3670
|
}
|
|
3671
3671
|
let oe = !1;
|
|
3672
3672
|
try {
|
|
3673
|
-
(nt() || ce() === void 0) && (oe = !0, bn(!0), m === "2many" ? (await ir({
|
|
3673
|
+
!d && (nt() || ce() === void 0) && (oe = !0, bn(!0), m === "2many" ? (await ir({
|
|
3674
3674
|
callOnSubmitSucceed: !1
|
|
3675
3675
|
}), Z.current = !0) : await Qt({
|
|
3676
3676
|
callOnSubmitSucceed: !1
|
|
@@ -7081,7 +7081,7 @@ const Uc = (e) => {
|
|
|
7081
7081
|
children: [/* @__PURE__ */ n(Kc, {
|
|
7082
7082
|
mode: a,
|
|
7083
7083
|
title: Be(),
|
|
7084
|
-
readOnly: z,
|
|
7084
|
+
readOnly: z || !1,
|
|
7085
7085
|
isMany2Many: ne,
|
|
7086
7086
|
formHasChanges: C,
|
|
7087
7087
|
totalItems: J.length,
|