@tanstack/query-devtools
Advanced tools
Comparing version 5.0.0-alpha.83 to 5.0.0-alpha.84
@@ -1,2 +0,2 @@ | ||
export { T as TanstackQueryDevtools } from './index-339c169d.js'; | ||
export { T as TanstackQueryDevtools } from './index-7c6d68e3.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,14 +0,14 @@ | ||
import { createEffect, createMemo, createSignal, on, onCleanup, onMount, For, Show, } from 'solid-js'; | ||
import { For, Show, createEffect, createMemo, createSignal, on, onCleanup, onMount, } from 'solid-js'; | ||
import { rankItem } from '@tanstack/match-sorter-utils'; | ||
import { css, cx } from '@emotion/css'; | ||
import { TransitionGroup } from 'solid-transition-group'; | ||
import { Key } from '@solid-primitives/keyed'; | ||
import { createLocalStorage } from '@solid-primitives/storage'; | ||
import { createResizeObserver } from '@solid-primitives/resize-observer'; | ||
import { tokens } from './theme'; | ||
import { getQueryStatusLabel, getQueryStatusColor, displayValue, getQueryStatusColorByLabel, sortFns, convertRemToPixels, getSidedProp, } from './utils'; | ||
import { convertRemToPixels, displayValue, getQueryStatusColor, getQueryStatusColorByLabel, getQueryStatusLabel, getSidedProp, sortFns, } from './utils'; | ||
import { ArrowDown, ArrowUp, ChevronDown, Offline, Search, Settings, TanstackLogo, Wifi, } from './icons'; | ||
import Explorer from './Explorer'; | ||
import { QueryDevtoolsContext, useQueryDevtoolsContext } from './Context'; | ||
import { TransitionGroup } from 'solid-transition-group'; | ||
import { loadFonts } from './fonts'; | ||
import { Key } from '@solid-primitives/keyed'; | ||
import { createLocalStorage } from '@solid-primitives/storage'; | ||
import { createResizeObserver } from '@solid-primitives/resize-observer'; | ||
const firstBreakpoint = 1024; | ||
@@ -15,0 +15,0 @@ const secondBreakpoint = 796; |
@@ -1,7 +0,7 @@ | ||
import { displayValue } from './utils'; | ||
import { stringify } from 'superjson'; | ||
import { css, cx } from '@emotion/css'; | ||
import { Index, Match, Show, Switch, createMemo, createSignal } from 'solid-js'; | ||
import { Key } from '@solid-primitives/keyed'; | ||
import { tokens } from './theme'; | ||
import { createMemo, createSignal, Index, Match, Show, Switch } from 'solid-js'; | ||
import { Key } from '@solid-primitives/keyed'; | ||
import { displayValue } from './utils'; | ||
import { CopiedCopier, Copier, ErrorCopier } from './icons'; | ||
@@ -8,0 +8,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import type { QueryClient, onlineManager, Query } from '@tanstack/query-core'; | ||
import type { Query, QueryClient, onlineManager } from '@tanstack/query-core'; | ||
type XPosition = 'left' | 'right'; | ||
@@ -3,0 +3,0 @@ type YPosition = 'top' | 'bottom'; |
@@ -1,5 +0,5 @@ | ||
import type { Component, JSX } from 'solid-js'; | ||
import type { QueryDevtoolsProps } from './Context'; | ||
import type { Query } from '@tanstack/query-core'; | ||
import type { QueryDevtoolsProps } from './Context'; | ||
import type { StorageObject, StorageSetter } from '@solid-primitives/storage'; | ||
import type { Component, JSX } from 'solid-js'; | ||
interface DevtoolsPanelProps { | ||
@@ -6,0 +6,0 @@ localStore: StorageObject<string>; |
import type { QueryClient, onlineManager as TonlineManager } from '@tanstack/query-core'; | ||
import type { DevtoolsComponent } from './Devtools'; | ||
import type { DevtoolsButtonPosition, DevtoolsPosition, QueryDevtoolsProps, DevToolsErrorType } from './Context'; | ||
import type { DevToolsErrorType, DevtoolsButtonPosition, DevtoolsPosition, QueryDevtoolsProps } from './Context'; | ||
import type { Signal } from 'solid-js'; | ||
@@ -5,0 +5,0 @@ export type { DevtoolsButtonPosition, DevtoolsPosition, DevToolsErrorType }; |
{ | ||
"name": "@tanstack/query-devtools", | ||
"version": "5.0.0-alpha.83", | ||
"version": "5.0.0-alpha.84", | ||
"description": "Developer tools to interact with and visualize the TanStack Query cache", | ||
@@ -47,3 +47,3 @@ "author": "tannerlinsley", | ||
"vite-plugin-solid": "^2.5.0", | ||
"@tanstack/query-core": "5.0.0-alpha.81" | ||
"@tanstack/query-core": "5.0.0-alpha.84" | ||
}, | ||
@@ -50,0 +50,0 @@ "scripts": { |
@@ -1,3 +0,3 @@ | ||
import type { QueryClient, onlineManager, Query } from '@tanstack/query-core' | ||
import { createContext, useContext } from 'solid-js' | ||
import type { Query, QueryClient, onlineManager } from '@tanstack/query-core' | ||
@@ -4,0 +4,0 @@ type XPosition = 'left' | 'right' |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2113874