@espresso-lab/mantine-data-table 2.1.5 → 2.1.6
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 +15 -15
package/dist/index.es.js
CHANGED
|
@@ -404,10 +404,10 @@ var et = class extends U {
|
|
|
404
404
|
this.#g(), this.#v(this.#_());
|
|
405
405
|
}
|
|
406
406
|
#b() {
|
|
407
|
-
this.#d
|
|
407
|
+
this.#d !== void 0 && (je.clearTimeout(this.#d), this.#d = void 0);
|
|
408
408
|
}
|
|
409
409
|
#x() {
|
|
410
|
-
this.#f
|
|
410
|
+
this.#f !== void 0 && (je.clearInterval(this.#f), this.#f = void 0);
|
|
411
411
|
}
|
|
412
412
|
createResult(e, t) {
|
|
413
413
|
let n = this.#t, r = this.options, i = this.#r, a = this.#i, o = this.#a, s = e === n ? this.#n : e.state, { state: c } = e, l = { ...c }, u = !1, d;
|
|
@@ -514,7 +514,7 @@ var et = class extends U {
|
|
|
514
514
|
}
|
|
515
515
|
};
|
|
516
516
|
function tt(e, t) {
|
|
517
|
-
return q(t.enabled, e) !== !1 && e.state.data === void 0 && !(e.state.status === "error" && t.retryOnMount === !1);
|
|
517
|
+
return q(t.enabled, e) !== !1 && e.state.data === void 0 && !(e.state.status === "error" && q(t.retryOnMount, e) === !1);
|
|
518
518
|
}
|
|
519
519
|
function nt(e, t) {
|
|
520
520
|
return tt(e, t) || e.state.data !== void 0 && rt(e, t, t.refetchOnMount);
|
|
@@ -2297,7 +2297,7 @@ function ar({ open: e, colSpan: t, content: n, collapseProps: r }) {
|
|
|
2297
2297
|
className: "mantine-datatable-row-expansion-cell",
|
|
2298
2298
|
colSpan: t,
|
|
2299
2299
|
children: p(x, {
|
|
2300
|
-
|
|
2300
|
+
expanded: i,
|
|
2301
2301
|
...r,
|
|
2302
2302
|
children: p("div", {
|
|
2303
2303
|
className: "mantine-datatable-row-expansion-cell-content",
|