@gisce/react-ooui 2.58.0-alpha.2 → 2.58.0-alpha.4
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
CHANGED
|
@@ -14079,14 +14079,14 @@ function Ay(e, t) {
|
|
|
14079
14079
|
async function m(A) {
|
|
14080
14080
|
const { actionRawData: b } = A;
|
|
14081
14081
|
let F;
|
|
14082
|
-
b != null && b.context && typeof b.context == "object" && b.context !== null ? F = b : F = b && Mt({
|
|
14082
|
+
b != null && b.context && typeof b.context == "object" && b.context !== null ? F = b : b && b.context ? F = b && Mt({
|
|
14083
14083
|
context: b.context,
|
|
14084
14084
|
fields: b.fields || {},
|
|
14085
14085
|
values: { ...a, ...b.values || {} }
|
|
14086
|
-
});
|
|
14086
|
+
}) : F = {};
|
|
14087
14087
|
const T = await (async () => {
|
|
14088
14088
|
try {
|
|
14089
|
-
return b != null && b.domain && Array.isArray(b.domain) && b.domain.length > 0 ? b.domain : b && !Array.isArray(b.domain) ? await $.getHandler().evalDomain({
|
|
14089
|
+
return b != null && b.domain && Array.isArray(b.domain) && b.domain.length > 0 ? b.domain : b && b.domain && !Array.isArray(b.domain) ? await $.getHandler().evalDomain({
|
|
14090
14090
|
domain: b.domain,
|
|
14091
14091
|
values: b.fields ? jt({
|
|
14092
14092
|
fields: b.fields,
|