@tanstack/vue-query-devtools 5.8.3 → 5.8.8
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Yi = Object.defineProperty;
|
|
2
2
|
var Xi = (e, t, n) => t in e ? Yi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var Br = (e, t, n) => (Xi(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
4
|
-
import { d as In, s as Gn, m as Vn, c as z, g as Zi, a as D, b as v, e as U, o as It, i as E, f as G, h as or, j, k as V, u as Se, t as q, l as tn, S as R, n as I, p as Rr, q as Ji, r as ze, v as F, w as es, x as Et, y as Ct, z as ts, A as xn, F as qo, $ as ct, B as $n, C as jn, D as ns, E as Be, G as ke, I as rs, H as ir, J as Qt, K as Nr, L as J, P as os, M as is, N as ss, O as qn, Q as ls, R as as, T as cs, U as Pn, V as us, W as ds } from "./devtools.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { d as In, s as Gn, m as Vn, c as z, g as Zi, a as D, b as v, e as U, o as It, i as E, f as G, h as or, j, k as V, u as Se, t as q, l as tn, S as R, n as I, p as Rr, q as Ji, r as ze, v as F, w as es, x as Et, y as Ct, z as ts, A as xn, F as qo, $ as ct, B as $n, C as jn, D as ns, E as Be, G as ke, I as rs, H as ir, J as Qt, K as Nr, L as J, P as os, M as is, N as ss, O as qn, Q as ls, R as as, T as cs, U as Pn, V as us, W as ds } from "./devtools.vue_vue_type_script_setup_true_lang-63a80721.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
var Po = {
|
|
7
7
|
À: "A",
|
|
@@ -6957,6 +6957,7 @@ var Ni = (e) => {
|
|
|
6957
6957
|
`,
|
|
6958
6958
|
label: _`
|
|
6959
6959
|
color: ${s(t.gray[700], t.gray[300])};
|
|
6960
|
+
white-space: nowrap;
|
|
6960
6961
|
`,
|
|
6961
6962
|
value: _`
|
|
6962
6963
|
color: ${s(t.purple[600], t.purple[400])};
|
|
@@ -7089,7 +7090,9 @@ var Ju = () => {
|
|
|
7089
7090
|
}), null), G(() => I(i, O(_`
|
|
7090
7091
|
& .tsqd-panel-transition-exit-active,
|
|
7091
7092
|
& .tsqd-panel-transition-enter-active {
|
|
7092
|
-
transition:
|
|
7093
|
+
transition:
|
|
7094
|
+
opacity 0.3s,
|
|
7095
|
+
transform 0.3s;
|
|
7093
7096
|
}
|
|
7094
7097
|
|
|
7095
7098
|
& .tsqd-panel-transition-exit-to,
|
|
@@ -7099,7 +7102,9 @@ var Ju = () => {
|
|
|
7099
7102
|
|
|
7100
7103
|
& .tsqd-button-transition-exit-active,
|
|
7101
7104
|
& .tsqd-button-transition-enter-active {
|
|
7102
|
-
transition:
|
|
7105
|
+
transition:
|
|
7106
|
+
opacity 0.3s,
|
|
7107
|
+
transform 0.3s;
|
|
7103
7108
|
}
|
|
7104
7109
|
|
|
7105
7110
|
& .tsqd-button-transition-exit-to,
|
|
@@ -2252,7 +2252,7 @@ var oi = (e, t = !1) => {
|
|
|
2252
2252
|
const t = $n(() => {
|
|
2253
2253
|
const [n] = m(this, J), [r] = m(this, ee), [i] = m(this, te), [s] = m(this, ne), [o] = m(this, Z);
|
|
2254
2254
|
let a;
|
|
2255
|
-
m(this, re) ? a = m(this, re) : (a = xn(() => import("./
|
|
2255
|
+
m(this, re) ? a = m(this, re) : (a = xn(() => import("./YNBGVEJ4-b2e2e452.js")), b(this, re, a)), Lr(m(this, ve));
|
|
2256
2256
|
const u = this;
|
|
2257
2257
|
return Sn(a, En({
|
|
2258
2258
|
get queryFlavor() {
|
package/dist/index.js
CHANGED
package/dist/production.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/vue-query-devtools",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.8",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"src"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@tanstack/query-devtools": "5.8.
|
|
42
|
+
"@tanstack/query-devtools": "5.8.8"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
46
46
|
"vue": "^3.3.0",
|
|
47
47
|
"vue-tsc": "^1.8.21",
|
|
48
48
|
"vite": "^4.4.11",
|
|
49
|
-
"@tanstack/vue-query": "5.8.
|
|
49
|
+
"@tanstack/vue-query": "5.8.7"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"vue": "^3.3.0"
|