@gisce/react-ooui 1.1.66 → 1.1.67
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 +6 -9
- 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/widgets/base/one2many/One2manyInput.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/widgets/base/one2many/One2manyInput.tsx +3 -5
package/dist/react-ooui.es.js
CHANGED
|
@@ -22149,17 +22149,14 @@ const One2manyInput = (e) => {
|
|
|
22149
22149
|
}
|
|
22150
22150
|
};
|
|
22151
22151
|
async function J() {
|
|
22152
|
-
M && (I.current =
|
|
22153
|
-
domain:
|
|
22154
|
-
|
|
22155
|
-
values: transformPlainMany2Ones({
|
|
22156
|
-
fields: p(),
|
|
22157
|
-
values: h()
|
|
22158
|
-
}),
|
|
22152
|
+
M && (I.current = await ConnectionProvider.getHandler().evalDomain({
|
|
22153
|
+
domain: M,
|
|
22154
|
+
values: transformPlainMany2Ones({
|
|
22159
22155
|
fields: p(),
|
|
22160
|
-
|
|
22156
|
+
values: h()
|
|
22161
22157
|
}),
|
|
22162
|
-
|
|
22158
|
+
fields: p(),
|
|
22159
|
+
context: v()
|
|
22163
22160
|
})), y && y.length > 0 && (I.current = I.current.concat(transformDomainForChildWidget({
|
|
22164
22161
|
domain: y,
|
|
22165
22162
|
widgetFieldName: X
|