@gisce/react-ooui 2.96.0 → 2.96.2
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
|
@@ -4699,7 +4699,7 @@ const { useToken: kf } = nt, { Title: $f, Text: wr } = an, Xr = ({
|
|
|
4699
4699
|
aggregates: t,
|
|
4700
4700
|
isLoading: e
|
|
4701
4701
|
}) => {
|
|
4702
|
-
const n = t && Object.keys(t).map((r) => t[r].map((a) => `${a.label}: ${a.amount}`).join(", "));
|
|
4702
|
+
const n = t && Object.keys(t).sort().map((r) => t[r].map((a) => `${a.label}: ${a.amount}`).join(", "));
|
|
4703
4703
|
return /* @__PURE__ */ H(
|
|
4704
4704
|
"div",
|
|
4705
4705
|
{
|
|
@@ -11875,7 +11875,7 @@ const qn = Nt(oy), Gn = (t) => {
|
|
|
11875
11875
|
children: /* @__PURE__ */ s(
|
|
11876
11876
|
qn,
|
|
11877
11877
|
{
|
|
11878
|
-
id: n,
|
|
11878
|
+
id: n || b,
|
|
11879
11879
|
showFooter: !0,
|
|
11880
11880
|
insideButtonModal: o,
|
|
11881
11881
|
onCancel: i,
|