@espresso-lab/mantine-data-table 2.1.12 → 2.1.13
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 +4 -4
- 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
|
@@ -3429,10 +3429,10 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
|
|
|
3429
3429
|
shadow: "md",
|
|
3430
3430
|
trapFocus: !0,
|
|
3431
3431
|
children: [/* @__PURE__ */ p(F.Target, { children: /* @__PURE__ */ p(E, {
|
|
3432
|
+
inline: !0,
|
|
3432
3433
|
disabled: !A,
|
|
3433
|
-
color: "
|
|
3434
|
-
|
|
3435
|
-
offset: 4,
|
|
3434
|
+
color: "green",
|
|
3435
|
+
withBorder: !0,
|
|
3436
3436
|
children: /* @__PURE__ */ p(g, {
|
|
3437
3437
|
variant: A ? "filled" : "default",
|
|
3438
3438
|
size: "input-sm",
|
|
@@ -3460,7 +3460,7 @@ function jr({ records: e, fields: n, onRowClick: r, actions: i, canUpdate: a, ca
|
|
|
3460
3460
|
}), e.column.filtering && /* @__PURE__ */ p(v, {
|
|
3461
3461
|
w: 8,
|
|
3462
3462
|
h: 8,
|
|
3463
|
-
bg: "
|
|
3463
|
+
bg: "green",
|
|
3464
3464
|
style: { borderRadius: "50%" }
|
|
3465
3465
|
})]
|
|
3466
3466
|
}) }), /* @__PURE__ */ p(h.Panel, { children: typeof e.column.filter == "function" ? e.column.filter({ close: () => N(!1) }) : e.column.filter })]
|