@gisce/react-ooui 2.124.0-alpha.6 → 2.124.0-alpha.7
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.
|
@@ -4904,7 +4904,7 @@ const Bp = ({
|
|
|
4904
4904
|
}, jp = (t, e, n, r) => {
|
|
4905
4905
|
var f;
|
|
4906
4906
|
const o = t.split("#")[0], i = n.findById(o), a = i == null ? void 0 : i.type, d = (f = i == null ? void 0 : i.raw_props) == null ? void 0 : f.widget, c = i == null ? void 0 : i.fieldType;
|
|
4907
|
-
if (d === "many2one_lazy" || r && d === "selection" && c === "many2one" || c === "many2many"
|
|
4907
|
+
if (d === "many2one_lazy" || r && d === "selection" && c === "many2one" || c === "many2many") {
|
|
4908
4908
|
if (Array.isArray(e) && e.length > 0 && Array.isArray(e[0]) && typeof e[0][0] == "number") {
|
|
4909
4909
|
const m = e.map((p) => p[0]);
|
|
4910
4910
|
return [o, "in", m];
|
|
@@ -25406,4 +25406,4 @@ export {
|
|
|
25406
25406
|
zm as y,
|
|
25407
25407
|
zC as z
|
|
25408
25408
|
};
|
|
25409
|
-
//# sourceMappingURL=TabContent-
|
|
25409
|
+
//# sourceMappingURL=TabContent-f59c1ddc.mjs.map
|