@espresso-lab/mantine-data-table 1.0.16 → 1.0.17

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 CHANGED
@@ -4650,7 +4650,7 @@ async function k_(i) {
4650
4650
  const {
4651
4651
  baseUrl: t
4652
4652
  } = En();
4653
- return fetch(`${t}${i}`, {
4653
+ return console.log("baseUrl", t), fetch(`${t}${i}`, {
4654
4654
  method: "GET",
4655
4655
  headers: await ji()
4656
4656
  }).then(async (r) => {
@@ -4663,7 +4663,7 @@ async function I_(i, t) {
4663
4663
  const {
4664
4664
  baseUrl: r
4665
4665
  } = En();
4666
- return fetch(`${r}${i}/${t}`, {
4666
+ return console.log("baseUrl", r), fetch(`${r}${i}/${t}`, {
4667
4667
  method: "GET",
4668
4668
  headers: await ji()
4669
4669
  }).then(async (s) => {
@@ -4676,7 +4676,7 @@ async function $_(i, t) {
4676
4676
  const {
4677
4677
  baseUrl: r
4678
4678
  } = En();
4679
- await fetch(`${r}${i}/${t}`, {
4679
+ console.log("baseUrl", r), await fetch(`${r}${i}/${t}`, {
4680
4680
  method: "DELETE",
4681
4681
  headers: await ji()
4682
4682
  }).then(async (s) => {
@@ -4689,7 +4689,7 @@ async function P_(i, t) {
4689
4689
  const {
4690
4690
  baseUrl: r
4691
4691
  } = En();
4692
- return fetch(`${r}${i}`, {
4692
+ return console.log("baseUrl", r), fetch(`${r}${i}`, {
4693
4693
  method: "POST",
4694
4694
  headers: await ji(),
4695
4695
  body: JSON.stringify(t)
@@ -4703,7 +4703,7 @@ async function x4(i, t, r) {
4703
4703
  const {
4704
4704
  baseUrl: s
4705
4705
  } = En();
4706
- return fetch(`${s}${t}`, {
4706
+ return console.log("baseUrl", s), fetch(`${s}${t}`, {
4707
4707
  method: i,
4708
4708
  headers: await ji(),
4709
4709
  body: r ? JSON.stringify(r) : void 0
@@ -4720,7 +4720,7 @@ async function N_(i, t) {
4720
4720
  const {
4721
4721
  baseUrl: r
4722
4722
  } = En();
4723
- return fetch(`${r}${i}/${t.id}`, {
4723
+ return console.log("baseUrl", r), fetch(`${r}${i}/${t.id}`, {
4724
4724
  method: "PUT",
4725
4725
  headers: await ji(),
4726
4726
  body: JSON.stringify(t)