@ws-ui/shared 1.11.10 → 1.11.11
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/index.es.js
CHANGED
|
@@ -14169,7 +14169,9 @@ function vM(e, t) {
|
|
|
14169
14169
|
return xI(r, t);
|
|
14170
14170
|
}
|
|
14171
14171
|
function yM(e) {
|
|
14172
|
-
const t = e.map(
|
|
14172
|
+
const t = e.map(
|
|
14173
|
+
(r) => typeof r.message == "string" ? r.message : String(r)
|
|
14174
|
+
);
|
|
14173
14175
|
return t.length === 0 ? [] : [{ messages: t }];
|
|
14174
14176
|
}
|
|
14175
14177
|
const ft = "/rest/$designer", Ks = "/rest/$designer-ext";
|