@espresso-lab/mantine-data-table 1.9.20 → 1.9.21
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 +6 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4744,7 +4744,8 @@ function n2(i, n) {
|
|
|
4744
4744
|
mutationFn: m,
|
|
4745
4745
|
onSettled() {
|
|
4746
4746
|
return u.invalidateQueries({
|
|
4747
|
-
queryKey: [...n.map(r2)]
|
|
4747
|
+
queryKey: [...n.map(r2)],
|
|
4748
|
+
exact: !0
|
|
4748
4749
|
});
|
|
4749
4750
|
},
|
|
4750
4751
|
onError(C) {
|
|
@@ -4773,7 +4774,8 @@ function Ph(i, n) {
|
|
|
4773
4774
|
mutationFn: m,
|
|
4774
4775
|
onSettled() {
|
|
4775
4776
|
return u.invalidateQueries({
|
|
4776
|
-
queryKey: [...n.map(o2)]
|
|
4777
|
+
queryKey: [...n.map(o2)],
|
|
4778
|
+
exact: !0
|
|
4777
4779
|
});
|
|
4778
4780
|
},
|
|
4779
4781
|
onError(C) {
|
|
@@ -4802,7 +4804,8 @@ function a2(i, n) {
|
|
|
4802
4804
|
mutationFn: m,
|
|
4803
4805
|
onSettled() {
|
|
4804
4806
|
return u.invalidateQueries({
|
|
4805
|
-
queryKey: [...n.map(l2)]
|
|
4807
|
+
queryKey: [...n.map(l2)],
|
|
4808
|
+
exact: !0
|
|
4806
4809
|
});
|
|
4807
4810
|
},
|
|
4808
4811
|
onError(C) {
|