sprintify-ui 0.0.80 → 0.0.81

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.
@@ -7130,7 +7130,7 @@ const zd = /* @__PURE__ */ Re(Fd, [["render", qd]]), Ud = { class: "flex justify
7130
7130
  !c.value || c.value.fetch(!0);
7131
7131
  }
7132
7132
  function $() {
7133
- !c.value || c.value.fetchWithLoading(!0);
7133
+ !c.value || c.value.fetchWithoutLoading(!0);
7134
7134
  }
7135
7135
  const m = T(() => {
7136
7136
  var p, f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -490,7 +490,7 @@ function fetchWithoutLoading() {
490
490
  return;
491
491
  }
492
492
  // Refetch even if URL is the same
493
- dataIterator.value.fetchWithLoading(true);
493
+ dataIterator.value.fetchWithoutLoading(true);
494
494
  }
495
495
 
496
496
  const dataIteratorQuery = computed((): DataTableQuery | null => {