@gisce/react-ooui 1.2.0-rc.14 → 1.2.0-rc.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
|
@@ -26828,7 +26828,7 @@ const jt = (e) => {
|
|
|
26828
26828
|
return jsxs(Rt, { label: S("registersToExport", a), children: [jsx("p", { dangerouslySetInnerHTML: { __html: u } }), jsxs(Radio$1.Group, { onChange: c, value: r, children: [jsx(Radio$1, { value: "selected", children: S("registersSelection", a) }), jsx(Radio$1, { value: "all", children: S("registersSelectionAll", a) })] })] });
|
|
26829
26829
|
}, { Text: on } = Typography$1, Je = ({ node: e }) => {
|
|
26830
26830
|
const { required: r = !1, tooltip: o, title: a } = e, s = ["flex", "flex-row", "items-center", "justify-start"];
|
|
26831
|
-
return r && s.push("bg-blue-100"), jsxs("div", { className: s.join(" "), children: [jsx(on, { children: a
|
|
26831
|
+
return r && s.push("bg-blue-100"), jsxs("div", { className: s.join(" "), children: [jsx(on, { children: a }), o && jsx(Tooltip$2, { title: o, className: "pl-1", children: jsx(Et, { className: "text-xs text-blue-400" }) })] });
|
|
26832
26832
|
}, Be = (e, r) => r.title.toLowerCase().indexOf(e.toLowerCase()) > -1 || r.key.toLowerCase().indexOf(e.toLowerCase()) > -1, qt = (e, r, o) => e.map((a) => a.key === r ? { ...a, children: o } : a.children ? { ...a, children: qt(a.children, r, o) } : a), Ae = (e) => {
|
|
26833
26833
|
const r = [];
|
|
26834
26834
|
return function o(a = []) {
|