@tanstack/query-devtools 5.0.0-alpha.84 → 5.0.0-alpha.86

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,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-edbb2275.cjs');
3
+ var index = require('./index-94a2ab18.cjs');
4
4
 
5
5
 
6
6
 
@@ -1,4 +1,4 @@
1
- import { u as untrack, c as createSignal, a as createMemo, $ as $TRACK, b as useTransition, o as onCleanup, d as createRoot, e as onMount, f as createEffect, g as createRenderEffect, s as setAttribute, t as template, h as delegateEvents, i as insert, j as createComponent, k as className, S as Show, I as Index, l as addEventListener, M as Match, m as Switch, n as useContext, p as createContext, q as on, r as spread, v as mergeProps, w as use, F as For } from './index-7c6d68e3.js';
1
+ import { u as untrack, c as createSignal, a as createMemo, $ as $TRACK, b as useTransition, o as onCleanup, d as createRoot, e as onMount, f as createEffect, g as createRenderEffect, s as setAttribute, t as template, h as delegateEvents, i as insert, j as createComponent, k as className, S as Show, I as Index, l as addEventListener, M as Match, m as Switch, n as useContext, p as createContext, q as on, r as spread, v as mergeProps, w as use, F as For } from './index-7b089165.js';
2
2
 
3
3
  /**
4
4
  * match-sorter-utils
@@ -5273,13 +5273,11 @@ const DevtoolsPanel = props => {
5273
5273
  }), null);
5274
5274
  _el$24.$$click = () => {
5275
5275
  if (offline()) {
5276
- onlineManager().setOnline(undefined);
5276
+ onlineManager().setOnline(true);
5277
5277
  setOffline(false);
5278
- window.dispatchEvent(new Event('online'));
5279
5278
  } else {
5280
5279
  onlineManager().setOnline(false);
5281
5280
  setOffline(true);
5282
- window.dispatchEvent(new Event('offline'));
5283
5281
  }
5284
5282
  };
5285
5283
  insert(_el$24, (() => {
@@ -6755,4 +6753,4 @@ const getStyles = () => {
6755
6753
  delegateEvents(["click", "mousedown", "input"]);
6756
6754
 
6757
6755
  export { Devtools, DevtoolsComponent, DevtoolsPanel, QueryRow, QueryStatus, QueryStatusCount, DevtoolsComponent as default };
6758
- //# sourceMappingURL=Devtools-26de9f2c.js.map
6756
+ //# sourceMappingURL=Devtools-74e35f67.js.map