@gisce/react-ooui 1.5.13 → 1.5.14
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 sr({
|
|
3673
|
+
!d && (nt() || ce() === void 0) && (oe = !0, bn(!0), m === "2many" ? (await sr({
|
|
3674
3674
|
callOnSubmitSucceed: !1
|
|
3675
3675
|
}), Z.current = !0) : await en({
|
|
3676
3676
|
callOnSubmitSucceed: !1
|
|
@@ -7116,7 +7116,7 @@ const Gc = (e) => {
|
|
|
7116
7116
|
children: [/* @__PURE__ */ n(Yc, {
|
|
7117
7117
|
mode: a,
|
|
7118
7118
|
title: Be(),
|
|
7119
|
-
readOnly: z,
|
|
7119
|
+
readOnly: z || !1,
|
|
7120
7120
|
isMany2Many: ne,
|
|
7121
7121
|
formHasChanges: C,
|
|
7122
7122
|
totalItems: J.length,
|