@gisce/react-ooui 1.2.0-rc.23 → 1.2.0-rc.24
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
|
@@ -19854,11 +19854,8 @@ const ProgressBar = (e) => /* @__PURE__ */ jsx(Field$1, {
|
|
|
19854
19854
|
id: e.id,
|
|
19855
19855
|
model: e.model
|
|
19856
19856
|
})]
|
|
19857
|
-
}) : /* @__PURE__ */ jsx(Fragment, {}), textComponentFn = (e) => /* @__PURE__ */ jsx(
|
|
19858
|
-
|
|
19859
|
-
whiteSpace: "pre-line"
|
|
19860
|
-
},
|
|
19861
|
-
children: e
|
|
19857
|
+
}) : /* @__PURE__ */ jsx(Fragment, {}), textComponentFn = (e) => /* @__PURE__ */ jsx(Interweave, {
|
|
19858
|
+
content: e == null ? void 0 : e.replace(/(?:\r\n|\r|\n)/g, "<br>")
|
|
19862
19859
|
}), one2ManyComponentFn = (e) => {
|
|
19863
19860
|
const r = Array.isArray(e == null ? void 0 : e.items) ? e == null ? void 0 : e.items.length : 0;
|
|
19864
19861
|
return /* @__PURE__ */ jsx(Fragment, {
|