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.
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -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.
|
|
7133
|
+
!c.value || c.value.fetchWithoutLoading(!0);
|
|
7134
7134
|
}
|
|
7135
7135
|
const m = T(() => {
|
|
7136
7136
|
var p, f;
|
package/package.json
CHANGED
|
@@ -490,7 +490,7 @@ function fetchWithoutLoading() {
|
|
|
490
490
|
return;
|
|
491
491
|
}
|
|
492
492
|
// Refetch even if URL is the same
|
|
493
|
-
dataIterator.value.
|
|
493
|
+
dataIterator.value.fetchWithoutLoading(true);
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
const dataIteratorQuery = computed((): DataTableQuery | null => {
|