@gisce/react-ooui 1.1.15 → 1.1.16-rc.0
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
|
@@ -18496,11 +18496,8 @@ const ProgressBar = (e) => /* @__PURE__ */ jsx(Field$1, {
|
|
|
18496
18496
|
id: e.id,
|
|
18497
18497
|
model: e.model
|
|
18498
18498
|
})]
|
|
18499
|
-
}) : /* @__PURE__ */ jsx(Fragment, {}), textComponentFn = (e) => /* @__PURE__ */ jsx(
|
|
18500
|
-
|
|
18501
|
-
whiteSpace: "pre-line"
|
|
18502
|
-
},
|
|
18503
|
-
children: e
|
|
18499
|
+
}) : /* @__PURE__ */ jsx(Fragment, {}), textComponentFn = (e) => /* @__PURE__ */ jsx(Interweave, {
|
|
18500
|
+
content: e == null ? void 0 : e.replace(/(?:\r\n|\r|\n)/g, "<br>")
|
|
18504
18501
|
}), one2ManyComponentFn = (e) => {
|
|
18505
18502
|
const t = Array.isArray(e == null ? void 0 : e.items) ? e == null ? void 0 : e.items.length : 0;
|
|
18506
18503
|
return /* @__PURE__ */ jsx(Fragment, {
|