@gisce/react-ooui 1.5.15-rc.1 → 1.5.15
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
|
@@ -5154,9 +5154,12 @@ const ut = {
|
|
|
5154
5154
|
},
|
|
5155
5155
|
children: f
|
|
5156
5156
|
});
|
|
5157
|
-
}, mc = (e, t, r, i) =>
|
|
5158
|
-
|
|
5159
|
-
|
|
5157
|
+
}, mc = (e, t, r, i) => {
|
|
5158
|
+
let o = e;
|
|
5159
|
+
return Array.isArray(e) && e.length === 2 && (o = e[0]), /* @__PURE__ */ n(te, {
|
|
5160
|
+
children: r.selectionValues.get(o)
|
|
5161
|
+
});
|
|
5162
|
+
}, hc = (e, t, r, i) => /* @__PURE__ */ n(te, {
|
|
5160
5163
|
children: /* @__PURE__ */ n(zl, {
|
|
5161
5164
|
value: e,
|
|
5162
5165
|
selectionValues: r.selectionValues,
|