@espresso-lab/mantine-data-table 1.5.6 → 1.5.7
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 +2 -9
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +18 -18
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11572,14 +11572,7 @@ function Zx({
|
|
|
11572
11572
|
x.length || r();
|
|
11573
11573
|
}, [r, x]), x.length ? /* @__PURE__ */ O.jsxs(O.Fragment, { children: [
|
|
11574
11574
|
p && m.message && /* @__PURE__ */ O.jsx(Qs, { variant: "outline", color: "red", title: m.name, children: m.message }),
|
|
11575
|
-
/* @__PURE__ */ O.
|
|
11576
|
-
"Sollen ",
|
|
11577
|
-
x.length,
|
|
11578
|
-
" ",
|
|
11579
|
-
x.length === 1 ? "Eintrag" : "Einträge",
|
|
11580
|
-
" ",
|
|
11581
|
-
"wirklich gelöscht werden?"
|
|
11582
|
-
] }),
|
|
11575
|
+
/* @__PURE__ */ O.jsx(Mo, { children: x.length === 1 ? `Soll ${x.length} Eintrag wirklich gelöscht werden?` : `Sollen ${x.length} Einträge wirklich gelöscht werden?` }),
|
|
11583
11576
|
/* @__PURE__ */ O.jsxs(sr, { mt: "md", justify: "end", children: [
|
|
11584
11577
|
/* @__PURE__ */ O.jsx(ar, { onClick: r, variant: "outline", disabled: N, children: "Abbrechen" }),
|
|
11585
11578
|
/* @__PURE__ */ O.jsx(ar, { color: "red", loading: N, onClick: async () => {
|
|
@@ -11589,7 +11582,7 @@ function Zx({
|
|
|
11589
11582
|
} finally {
|
|
11590
11583
|
T(!1);
|
|
11591
11584
|
}
|
|
11592
|
-
}, children:
|
|
11585
|
+
}, children: "Löschen" })
|
|
11593
11586
|
] })
|
|
11594
11587
|
] }) : /* @__PURE__ */ O.jsx(O.Fragment, {});
|
|
11595
11588
|
}
|