@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.
- package/dist/cjs/{Devtools-0f2840bd.cjs → Devtools-5eee2153.cjs} +3 -5
- package/dist/cjs/{Devtools-0f2840bd.cjs.map → Devtools-5eee2153.cjs.map} +1 -1
- package/dist/cjs/{index-edbb2275.cjs → index-94a2ab18.cjs} +2 -2
- package/dist/cjs/{index-edbb2275.cjs.map → index-94a2ab18.cjs.map} +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/{Devtools-26de9f2c.js → Devtools-74e35f67.js} +3 -5
- package/dist/esm/{Devtools-26de9f2c.js.map → Devtools-74e35f67.js.map} +1 -1
- package/dist/esm/{index-7c6d68e3.js → index-7b089165.js} +2 -2
- package/dist/esm/{index-7c6d68e3.js.map → index-7b089165.js.map} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/source/Devtools.jsx +1 -3
- package/package.json +2 -2
- package/src/Devtools.tsx +1 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -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-
|
|
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(
|
|
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-
|
|
6756
|
+
//# sourceMappingURL=Devtools-74e35f67.js.map
|