@tanstack/vue-query-devtools
Advanced tools
Comparing version
@@ -13,3 +13,4 @@ import { defineComponent, ref, watchEffect, onMounted, onScopeDispose, createElementBlock, openBlock } from "vue"; | ||
styleNonce: {}, | ||
shadowDOMTarget: {} | ||
shadowDOMTarget: {}, | ||
hideDisabledQueries: { type: Boolean } | ||
}, | ||
@@ -30,3 +31,4 @@ setup(__props) { | ||
styleNonce: props.styleNonce, | ||
shadowDOMTarget: props.shadowDOMTarget | ||
shadowDOMTarget: props.shadowDOMTarget, | ||
hideDisabledQueries: props.hideDisabledQueries | ||
}); | ||
@@ -33,0 +35,0 @@ watchEffect(() => { |
@@ -36,2 +36,6 @@ import { DevtoolsButtonPosition, DevtoolsErrorType, DevtoolsPosition } from '@tanstack/query-devtools'; | ||
shadowDOMTarget?: ShadowRoot; | ||
/** | ||
* Set this to true to hide disabled queries from the devtools panel. | ||
*/ | ||
hideDisabledQueries?: boolean; | ||
} |
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.83.1", | ||
"version": "5.84.0", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -45,3 +45,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-devtools": "5.83.1" | ||
"@tanstack/query-devtools": "5.84.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "devDependencies": { |
@@ -41,2 +41,6 @@ import type { | ||
shadowDOMTarget?: ShadowRoot | ||
/** | ||
* Set this to true to hide disabled queries from the devtools panel. | ||
*/ | ||
hideDisabledQueries?: boolean | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21042
3.76%261
4.82%+ Added
- Removed