@espresso-lab/mantine-data-table 2.1.12 → 2.1.14
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 +11 -10
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3397,12 +3397,7 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
|
|
|
3397
3397
|
event: n
|
|
3398
3398
|
});
|
|
3399
3399
|
};
|
|
3400
|
-
return
|
|
3401
|
-
c: "dimmed",
|
|
3402
|
-
ta: "center",
|
|
3403
|
-
py: "xl",
|
|
3404
|
-
children: "Keine Einträge gefunden"
|
|
3405
|
-
}) : /* @__PURE__ */ m(ne, {
|
|
3400
|
+
return /* @__PURE__ */ m(ne, {
|
|
3406
3401
|
gap: "sm",
|
|
3407
3402
|
my: "md",
|
|
3408
3403
|
children: [
|
|
@@ -3429,10 +3424,10 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
|
|
|
3429
3424
|
shadow: "md",
|
|
3430
3425
|
trapFocus: !0,
|
|
3431
3426
|
children: [/* @__PURE__ */ p(F.Target, { children: /* @__PURE__ */ p(E, {
|
|
3427
|
+
inline: !0,
|
|
3432
3428
|
disabled: !A,
|
|
3433
|
-
color: "
|
|
3434
|
-
|
|
3435
|
-
offset: 4,
|
|
3429
|
+
color: "green",
|
|
3430
|
+
withBorder: !0,
|
|
3436
3431
|
children: /* @__PURE__ */ p(g, {
|
|
3437
3432
|
variant: A ? "filled" : "default",
|
|
3438
3433
|
size: "input-sm",
|
|
@@ -3460,7 +3455,7 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
|
|
|
3460
3455
|
}), e.column.filtering && /* @__PURE__ */ p(v, {
|
|
3461
3456
|
w: 8,
|
|
3462
3457
|
h: 8,
|
|
3463
|
-
bg: "
|
|
3458
|
+
bg: "green",
|
|
3464
3459
|
style: { borderRadius: "50%" }
|
|
3465
3460
|
})]
|
|
3466
3461
|
}) }), /* @__PURE__ */ p(h.Panel, { children: typeof e.column.filter == "function" ? e.column.filter({ close: () => N(!1) }) : e.column.filter })]
|
|
@@ -3469,6 +3464,12 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
|
|
|
3469
3464
|
})]
|
|
3470
3465
|
})]
|
|
3471
3466
|
}),
|
|
3467
|
+
e.length === 0 && /* @__PURE__ */ p(V, {
|
|
3468
|
+
c: "dimmed",
|
|
3469
|
+
ta: "center",
|
|
3470
|
+
py: "xl",
|
|
3471
|
+
children: "Keine Einträge gefunden"
|
|
3472
|
+
}),
|
|
3472
3473
|
e.map((e, n) => {
|
|
3473
3474
|
let s = e.id ?? n, c = b(s);
|
|
3474
3475
|
return /* @__PURE__ */ p(t.Fragment, { children: /* @__PURE__ */ m(v, {
|