@tanstack/query-devtools 5.81.2 → 5.83.1
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/build/DevtoolsComponent/{HH7B3BHX.js → HKROQVJD.js} +2 -2
- package/build/DevtoolsComponent/{I3HPI4QX.js → JH472VU3.js} +2 -2
- package/build/DevtoolsPanelComponent/{CXEL7IU7.js → OPQFORGE.js} +2 -2
- package/build/DevtoolsPanelComponent/{JZI2RDCT.js → UT2DTSDK.js} +2 -2
- package/build/chunk/{HASRA6WW.js → BWXLFTZP.js} +69 -68
- package/build/chunk/{V5T5VJKG.js → CXOMC62J.js} +177 -286
- package/build/chunk/{HR7YXZ5H.js → EIDV623S.js} +177 -286
- package/build/chunk/{L7Z3HDK6.js → SNNOUPG2.js} +68 -69
- package/build/dev.cjs +308 -417
- package/build/dev.js +3 -3
- package/build/index.cjs +308 -417
- package/build/index.js +3 -3
- package/package.json +24 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/
|
|
2
|
-
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/BWXLFTZP.js';
|
|
2
|
+
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/CXOMC62J.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsComponent.tsx
|
|
5
5
|
var DevtoolsComponent = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/
|
|
2
|
-
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/SNNOUPG2.js';
|
|
2
|
+
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/EIDV623S.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsComponent.tsx
|
|
5
5
|
var DevtoolsComponent = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/
|
|
2
|
-
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/SNNOUPG2.js';
|
|
2
|
+
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/EIDV623S.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsPanelComponent.tsx
|
|
5
5
|
var DevtoolsPanelComponent = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/
|
|
2
|
-
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/BWXLFTZP.js';
|
|
2
|
+
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/CXOMC62J.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsPanelComponent.tsx
|
|
5
5
|
var DevtoolsPanelComponent = (props) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { sortFns, mutationSortFns, createContext, splitProps, createMemo, createComponent, mergeProps, createUniqueId, createSignal, createEffect, onCleanup, Show, on, delegateEvents, Dynamic, useContext, template, createRenderEffect, setAttribute, Portal, untrack, isServer, onMount, createComputed, getOwner, use, insert, className, getSidedProp, getQueryStatusColor, getMutationStatusColor, getQueryStatusLabel, spread, getQueryStatusColorByLabel, displayValue, For, batch, clearDelegatedEvents, convertRemToPixels, serialize, Index, updateNestedDataByPath, $TRACK, createRoot, DEV, addEventListener, stringify, Switch, Match, deleteNestedDataByPath, useTransition } from './
|
|
1
|
+
import { sortFns, mutationSortFns, createContext, splitProps, createMemo, createComponent, mergeProps, createUniqueId, createSignal, createEffect, onCleanup, Show, on, delegateEvents, Dynamic, useContext, template, createRenderEffect, setAttribute, memo, Portal, untrack, isServer, onMount, createComputed, getOwner, use, insert, className, getSidedProp, getQueryStatusColor, getMutationStatusColor, getQueryStatusLabel, spread, getQueryStatusColorByLabel, displayValue, For, batch, clearDelegatedEvents, convertRemToPixels, serialize, Index, updateNestedDataByPath, $TRACK, createRoot, DEV, addEventListener, stringify, Switch, Match, deleteNestedDataByPath, useTransition } from './CXOMC62J.js';
|
|
2
2
|
|
|
3
|
-
// ../../node_modules/.pnpm/@solid-primitives+utils@6.2.3_solid-js@1.9.
|
|
3
|
+
// ../../node_modules/.pnpm/@solid-primitives+utils@6.2.3_solid-js@1.9.7/node_modules/@solid-primitives/utils/dist/chunk/R5675YMU.js
|
|
4
4
|
var isClient = !isServer;
|
|
5
5
|
var isDev = isClient && !!DEV;
|
|
6
6
|
var noop = () => void 0;
|
|
@@ -50,7 +50,7 @@ function handleDiffArray(current, prev, handleAdded, handleRemoved) {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
// ../../node_modules/.pnpm/@solid-primitives+storage@1.3.11_solid-js@1.9.
|
|
53
|
+
// ../../node_modules/.pnpm/@solid-primitives+storage@1.3.11_solid-js@1.9.7/node_modules/@solid-primitives/storage/dist/index.js
|
|
54
54
|
function createStorage(props) {
|
|
55
55
|
const [error, setError] = createSignal();
|
|
56
56
|
const handleError = props?.throw ? (err, fallback) => {
|
|
@@ -210,15 +210,15 @@ var serializeCookieOptions = (options) => {
|
|
|
210
210
|
if (!options) {
|
|
211
211
|
return "";
|
|
212
212
|
}
|
|
213
|
-
let
|
|
213
|
+
let memo2 = "";
|
|
214
214
|
for (const key in options) {
|
|
215
215
|
if (!options.hasOwnProperty(key)) {
|
|
216
216
|
continue;
|
|
217
217
|
}
|
|
218
218
|
const value = options[key];
|
|
219
|
-
|
|
219
|
+
memo2 += value instanceof Date ? `; ${key}=${value.toUTCString()}` : typeof value === "boolean" ? `; ${key}` : `; ${key}=${value}`;
|
|
220
220
|
}
|
|
221
|
-
return
|
|
221
|
+
return memo2;
|
|
222
222
|
};
|
|
223
223
|
var cookieStorage = addClearMethod({
|
|
224
224
|
_cookies: [globalThis.document, "cookie"],
|
|
@@ -1146,7 +1146,7 @@ function createListTransition(source, options) {
|
|
|
1146
1146
|
);
|
|
1147
1147
|
}
|
|
1148
1148
|
|
|
1149
|
-
// ../../node_modules/.pnpm/@solid-primitives+refs@1.0.8_solid-js@1.9.
|
|
1149
|
+
// ../../node_modules/.pnpm/@solid-primitives+refs@1.0.8_solid-js@1.9.7/node_modules/@solid-primitives/refs/dist/index.js
|
|
1150
1150
|
function mergeRefs(...refs) {
|
|
1151
1151
|
return chain(refs);
|
|
1152
1152
|
}
|
|
@@ -1169,17 +1169,17 @@ function getResolvedElements(value, predicate) {
|
|
|
1169
1169
|
}
|
|
1170
1170
|
function resolveElements(fn, predicate = defaultElementPredicate, serverPredicate = defaultElementPredicate) {
|
|
1171
1171
|
const children2 = createMemo(fn);
|
|
1172
|
-
const
|
|
1172
|
+
const memo2 = createMemo(
|
|
1173
1173
|
() => getResolvedElements(children2(), isServer ? serverPredicate : predicate)
|
|
1174
1174
|
);
|
|
1175
|
-
|
|
1176
|
-
const value =
|
|
1175
|
+
memo2.toArray = () => {
|
|
1176
|
+
const value = memo2();
|
|
1177
1177
|
return Array.isArray(value) ? value : value ? [value] : [];
|
|
1178
1178
|
};
|
|
1179
|
-
return
|
|
1179
|
+
return memo2;
|
|
1180
1180
|
}
|
|
1181
1181
|
|
|
1182
|
-
// ../../node_modules/.pnpm/solid-transition-group@0.2.3_solid-js@1.9.
|
|
1182
|
+
// ../../node_modules/.pnpm/solid-transition-group@0.2.3_solid-js@1.9.7/node_modules/solid-transition-group/dist/index.js
|
|
1183
1183
|
function createClassnames(props) {
|
|
1184
1184
|
return createMemo(() => {
|
|
1185
1185
|
const name = props.name || "s";
|
|
@@ -1299,7 +1299,7 @@ var TransitionGroup = (props) => {
|
|
|
1299
1299
|
});
|
|
1300
1300
|
};
|
|
1301
1301
|
|
|
1302
|
-
// ../../node_modules/.pnpm/@solid-primitives+keyed@1.2.2_solid-js@1.9.
|
|
1302
|
+
// ../../node_modules/.pnpm/@solid-primitives+keyed@1.2.2_solid-js@1.9.7/node_modules/@solid-primitives/keyed/dist/index.js
|
|
1303
1303
|
var FALLBACK = Symbol("fallback");
|
|
1304
1304
|
function dispose(list) {
|
|
1305
1305
|
for (const o2 of list)
|
|
@@ -1397,7 +1397,7 @@ function Key(props) {
|
|
|
1397
1397
|
);
|
|
1398
1398
|
}
|
|
1399
1399
|
|
|
1400
|
-
// ../../node_modules/.pnpm/@solid-primitives+event-listener@2.3.3_solid-js@1.9.
|
|
1400
|
+
// ../../node_modules/.pnpm/@solid-primitives+event-listener@2.3.3_solid-js@1.9.7/node_modules/@solid-primitives/event-listener/dist/index.js
|
|
1401
1401
|
function makeEventListener(target, type, handler, options) {
|
|
1402
1402
|
target.addEventListener(type, handler, options);
|
|
1403
1403
|
return tryOnCleanup(target.removeEventListener.bind(target, type, handler, options));
|
|
@@ -1417,7 +1417,7 @@ function createEventListener(targets, type, handler, options) {
|
|
|
1417
1417
|
createRenderEffect(attachListeners);
|
|
1418
1418
|
}
|
|
1419
1419
|
|
|
1420
|
-
// ../../node_modules/.pnpm/@solid-primitives+resize-observer@2.0.26_solid-js@1.9.
|
|
1420
|
+
// ../../node_modules/.pnpm/@solid-primitives+resize-observer@2.0.26_solid-js@1.9.7/node_modules/@solid-primitives/resize-observer/dist/index.js
|
|
1421
1421
|
function makeResizeObserver(callback, options) {
|
|
1422
1422
|
if (isServer) {
|
|
1423
1423
|
return { observe: noop, unobserve: noop };
|
|
@@ -1448,7 +1448,7 @@ function createResizeObserver(targets, onResize, options) {
|
|
|
1448
1448
|
}, []);
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
1451
|
-
// ../../node_modules/.pnpm/@solid-primitives+props@3.1.11_solid-js@1.9.
|
|
1451
|
+
// ../../node_modules/.pnpm/@solid-primitives+props@3.1.11_solid-js@1.9.7/node_modules/@solid-primitives/props/dist/index.js
|
|
1452
1452
|
var extractCSSregex = /((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g;
|
|
1453
1453
|
function stringStyleToObject(style) {
|
|
1454
1454
|
const object = {};
|
|
@@ -1469,7 +1469,7 @@ function combineStyle(a2, b2) {
|
|
|
1469
1469
|
return { ...a2, ...b2 };
|
|
1470
1470
|
}
|
|
1471
1471
|
|
|
1472
|
-
// ../../node_modules/.pnpm/@kobalte+utils@0.9.0_solid-js@1.9.
|
|
1472
|
+
// ../../node_modules/.pnpm/@kobalte+utils@0.9.0_solid-js@1.9.7/node_modules/@kobalte/utils/dist/index.js
|
|
1473
1473
|
function addItemToArray(array, item, index = -1) {
|
|
1474
1474
|
if (!(index in array)) {
|
|
1475
1475
|
return [...array, item];
|
|
@@ -1911,7 +1911,7 @@ var visuallyHiddenStyles = {
|
|
|
1911
1911
|
"white-space": "nowrap"
|
|
1912
1912
|
};
|
|
1913
1913
|
|
|
1914
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
1914
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/E4R2EMM4.js
|
|
1915
1915
|
function createRegisterId(setter) {
|
|
1916
1916
|
return (id) => {
|
|
1917
1917
|
setter(id);
|
|
@@ -1919,7 +1919,7 @@ function createRegisterId(setter) {
|
|
|
1919
1919
|
};
|
|
1920
1920
|
}
|
|
1921
1921
|
|
|
1922
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
1922
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/ET5T45DO.js
|
|
1923
1923
|
function createTagName(ref, fallback) {
|
|
1924
1924
|
const [tagName, setTagName] = createSignal(stringOrUndefined(fallback?.()));
|
|
1925
1925
|
createEffect(() => {
|
|
@@ -1931,7 +1931,7 @@ function stringOrUndefined(value) {
|
|
|
1931
1931
|
return isString(value) ? value : void 0;
|
|
1932
1932
|
}
|
|
1933
1933
|
|
|
1934
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
1934
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/6Y7B2NEO.js
|
|
1935
1935
|
function Polymorphic(props) {
|
|
1936
1936
|
const [local, others] = splitProps(props, ["as"]);
|
|
1937
1937
|
if (!local.as) {
|
|
@@ -1947,7 +1947,7 @@ function Polymorphic(props) {
|
|
|
1947
1947
|
);
|
|
1948
1948
|
}
|
|
1949
1949
|
|
|
1950
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
1950
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/Q2DJLZQE.js
|
|
1951
1951
|
var FORM_CONTROL_PROP_NAMES = ["id", "name", "validationState", "required", "disabled", "readOnly"];
|
|
1952
1952
|
function createFormControl(props) {
|
|
1953
1953
|
const defaultId = `form-control-${createUniqueId()}`;
|
|
@@ -2064,12 +2064,12 @@ function FormControlLabel(props) {
|
|
|
2064
2064
|
typeof _ref$ === "function" && _ref$(r$);
|
|
2065
2065
|
},
|
|
2066
2066
|
get ["for"]() {
|
|
2067
|
-
return
|
|
2067
|
+
return memo(() => tagName() === "label")() ? context.fieldId() : void 0;
|
|
2068
2068
|
}
|
|
2069
2069
|
}, () => context.dataset(), others));
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
2072
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2072
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/ANN3A2QM.js
|
|
2073
2073
|
function createFormResetListener(element, handler) {
|
|
2074
2074
|
createEffect(
|
|
2075
2075
|
on(element, (element2) => {
|
|
@@ -2094,7 +2094,7 @@ function isFormElement(element) {
|
|
|
2094
2094
|
return element.matches("textarea, input, select, button");
|
|
2095
2095
|
}
|
|
2096
2096
|
|
|
2097
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2097
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/BLN63FDC.js
|
|
2098
2098
|
function createControllableSignal(props) {
|
|
2099
2099
|
const [_value, _setValue] = createSignal(props.defaultValue?.());
|
|
2100
2100
|
const isControlled = createMemo(() => props.value?.() !== void 0);
|
|
@@ -2124,7 +2124,7 @@ function createControllableArraySignal(props) {
|
|
|
2124
2124
|
return [value, setValue];
|
|
2125
2125
|
}
|
|
2126
2126
|
|
|
2127
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2127
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/YGDQXQ2B.js
|
|
2128
2128
|
function createToggleState(props = {}) {
|
|
2129
2129
|
const [isSelected, _setIsSelected] = createControllableBooleanSignal({
|
|
2130
2130
|
value: () => access(props.isSelected),
|
|
@@ -2148,14 +2148,14 @@ function createToggleState(props = {}) {
|
|
|
2148
2148
|
};
|
|
2149
2149
|
}
|
|
2150
2150
|
|
|
2151
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2151
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/5ZKAE4VZ.js
|
|
2152
2152
|
var __defProp = Object.defineProperty;
|
|
2153
2153
|
var __export = (target, all) => {
|
|
2154
2154
|
for (var name in all)
|
|
2155
2155
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
2156
2156
|
};
|
|
2157
2157
|
|
|
2158
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2158
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/7CVNMTYF.js
|
|
2159
2159
|
var DomCollectionContext = createContext();
|
|
2160
2160
|
function useOptionalDomCollectionContext() {
|
|
2161
2161
|
return useContext(DomCollectionContext);
|
|
@@ -2319,7 +2319,7 @@ function createDomCollectionItem(props) {
|
|
|
2319
2319
|
});
|
|
2320
2320
|
}
|
|
2321
2321
|
|
|
2322
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2322
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/JMA2RWU6.js
|
|
2323
2323
|
function buildNodes(params) {
|
|
2324
2324
|
let index = params.startIndex ?? 0;
|
|
2325
2325
|
const level = params.startLevel ?? 0;
|
|
@@ -2428,7 +2428,7 @@ function createCollection(props, deps = []) {
|
|
|
2428
2428
|
});
|
|
2429
2429
|
}
|
|
2430
2430
|
|
|
2431
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2431
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/XHJPQEZP.js
|
|
2432
2432
|
var RTL_SCRIPTS = /* @__PURE__ */ new Set([
|
|
2433
2433
|
"Avst",
|
|
2434
2434
|
"Arab",
|
|
@@ -2543,7 +2543,7 @@ function createCollator(options) {
|
|
|
2543
2543
|
});
|
|
2544
2544
|
}
|
|
2545
2545
|
|
|
2546
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
2546
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/H6DSIDEC.js
|
|
2547
2547
|
var Selection = class _Selection extends Set {
|
|
2548
2548
|
anchorKey;
|
|
2549
2549
|
currentKey;
|
|
@@ -3528,10 +3528,10 @@ function createListState(props) {
|
|
|
3528
3528
|
};
|
|
3529
3529
|
}
|
|
3530
3530
|
|
|
3531
|
-
// ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.
|
|
3531
|
+
// ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.7/node_modules/@corvu/utils/dist/chunk/ZV6G25TT.js
|
|
3532
3532
|
var access2 = (v) => typeof v === "function" ? v() : v;
|
|
3533
3533
|
|
|
3534
|
-
// ../../node_modules/.pnpm/solid-presence@0.1.7_solid-js@1.9.
|
|
3534
|
+
// ../../node_modules/.pnpm/solid-presence@0.1.7_solid-js@1.9.7/node_modules/solid-presence/dist/index.js
|
|
3535
3535
|
var createPresence = (props) => {
|
|
3536
3536
|
const refStyles = createMemo(() => {
|
|
3537
3537
|
const element = access2(props.element);
|
|
@@ -3598,7 +3598,7 @@ var createPresence = (props) => {
|
|
|
3598
3598
|
var presence_default = createPresence;
|
|
3599
3599
|
var src_default = presence_default;
|
|
3600
3600
|
|
|
3601
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
3601
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/ZKYDDHM6.js
|
|
3602
3602
|
var DATA_TOP_LAYER_ATTR = "data-kb-top-layer";
|
|
3603
3603
|
var originalBodyPointerEvents;
|
|
3604
3604
|
var hasDisabledBodyPointerEvents = false;
|
|
@@ -3675,7 +3675,7 @@ var layerStack = {
|
|
|
3675
3675
|
restoreBodyPointerEvents
|
|
3676
3676
|
};
|
|
3677
3677
|
|
|
3678
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
3678
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/7OVKXYPU.js
|
|
3679
3679
|
var button_exports = {};
|
|
3680
3680
|
__export(button_exports, {
|
|
3681
3681
|
Button: () => Button,
|
|
@@ -5207,7 +5207,7 @@ var computePosition2 = (reference, floating, options) => {
|
|
|
5207
5207
|
});
|
|
5208
5208
|
};
|
|
5209
5209
|
|
|
5210
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
5210
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/4X2EKUJ3.js
|
|
5211
5211
|
var PopperContext = createContext();
|
|
5212
5212
|
function usePopperContext() {
|
|
5213
5213
|
const context = useContext(PopperContext);
|
|
@@ -5533,7 +5533,7 @@ var Popper = Object.assign(PopperRoot, {
|
|
|
5533
5533
|
Positioner: PopperPositioner
|
|
5534
5534
|
});
|
|
5535
5535
|
|
|
5536
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
5536
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/QEMPLYZX.js
|
|
5537
5537
|
function createEscapeKeyDown(props) {
|
|
5538
5538
|
const handleKeyDown = (event) => {
|
|
5539
5539
|
if (event.key === EventKey.Escape) {
|
|
@@ -5555,7 +5555,7 @@ function createEscapeKeyDown(props) {
|
|
|
5555
5555
|
});
|
|
5556
5556
|
}
|
|
5557
5557
|
|
|
5558
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
5558
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/QGCMYLTA.js
|
|
5559
5559
|
var POINTER_DOWN_OUTSIDE_EVENT = "interactOutside.pointerDownOutside";
|
|
5560
5560
|
var FOCUS_OUTSIDE_EVENT = "interactOutside.focusOutside";
|
|
5561
5561
|
function createInteractOutside(props, ref) {
|
|
@@ -5657,7 +5657,7 @@ function createInteractOutside(props, ref) {
|
|
|
5657
5657
|
});
|
|
5658
5658
|
}
|
|
5659
5659
|
|
|
5660
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
5660
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/G7G3PFRJ.js
|
|
5661
5661
|
var DismissableLayerContext = createContext();
|
|
5662
5662
|
function useOptionalDismissableLayerContext() {
|
|
5663
5663
|
return useContext(DismissableLayerContext);
|
|
@@ -5776,7 +5776,7 @@ function DismissableLayer(props) {
|
|
|
5776
5776
|
});
|
|
5777
5777
|
}
|
|
5778
5778
|
|
|
5779
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
5779
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/7LCANGHD.js
|
|
5780
5780
|
function createDisclosureState(props = {}) {
|
|
5781
5781
|
const [isOpen, setIsOpen] = createControllableBooleanSignal({
|
|
5782
5782
|
value: () => access(props.open),
|
|
@@ -5801,7 +5801,7 @@ function createDisclosureState(props = {}) {
|
|
|
5801
5801
|
};
|
|
5802
5802
|
}
|
|
5803
5803
|
|
|
5804
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
5804
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/Q2BOFK7I.js
|
|
5805
5805
|
var radio_group_exports = {};
|
|
5806
5806
|
__export(radio_group_exports, {
|
|
5807
5807
|
Description: () => FormControlDescription,
|
|
@@ -6162,7 +6162,7 @@ var RadioGroup = Object.assign(RadioGroupRoot, {
|
|
|
6162
6162
|
Label: RadioGroupLabel
|
|
6163
6163
|
});
|
|
6164
6164
|
|
|
6165
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
6165
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/GLKC2QFF.js
|
|
6166
6166
|
var ListKeyboardDelegate = class {
|
|
6167
6167
|
collection;
|
|
6168
6168
|
ref;
|
|
@@ -6297,7 +6297,7 @@ function createSelectableList(props, ref, scrollRef) {
|
|
|
6297
6297
|
ref);
|
|
6298
6298
|
}
|
|
6299
6299
|
|
|
6300
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
6300
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/ISKHZMHS.js
|
|
6301
6301
|
var AUTOFOCUS_ON_MOUNT_EVENT = "focusScope.autoFocusOnMount";
|
|
6302
6302
|
var AUTOFOCUS_ON_UNMOUNT_EVENT = "focusScope.autoFocusOnUnmount";
|
|
6303
6303
|
var EVENT_OPTIONS = {
|
|
@@ -6498,10 +6498,10 @@ function createFocusScope(props, ref) {
|
|
|
6498
6498
|
});
|
|
6499
6499
|
}
|
|
6500
6500
|
|
|
6501
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
6501
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/YA7DCYMB.js
|
|
6502
6502
|
var DATA_LIVE_ANNOUNCER_ATTR = "data-live-announcer";
|
|
6503
6503
|
|
|
6504
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
6504
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/TZGE2AQH.js
|
|
6505
6505
|
function createHideOutside(props) {
|
|
6506
6506
|
createEffect(() => {
|
|
6507
6507
|
if (access(props.isDisabled)) {
|
|
@@ -6621,7 +6621,7 @@ function ariaHideOutside(targets, root = document.body) {
|
|
|
6621
6621
|
};
|
|
6622
6622
|
}
|
|
6623
6623
|
|
|
6624
|
-
// ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.
|
|
6624
|
+
// ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.7/node_modules/@corvu/utils/dist/chunk/HD4B7J7A.js
|
|
6625
6625
|
var activeStyles = /* @__PURE__ */ new Map();
|
|
6626
6626
|
var createStyle = (props) => {
|
|
6627
6627
|
createEffect(() => {
|
|
@@ -6668,7 +6668,7 @@ var createStyle = (props) => {
|
|
|
6668
6668
|
};
|
|
6669
6669
|
var style_default = createStyle;
|
|
6670
6670
|
|
|
6671
|
-
// ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.
|
|
6671
|
+
// ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.7/node_modules/@corvu/utils/dist/scroll/index.js
|
|
6672
6672
|
var getScrollDimensions = (element, axis) => {
|
|
6673
6673
|
switch (axis) {
|
|
6674
6674
|
case "x":
|
|
@@ -6708,7 +6708,7 @@ var getScrollAtLocation = (location, axis, stopAt) => {
|
|
|
6708
6708
|
return [availableScroll, availableScrollTop];
|
|
6709
6709
|
};
|
|
6710
6710
|
|
|
6711
|
-
// ../../node_modules/.pnpm/solid-prevent-scroll@0.1.9_solid-js@1.9.
|
|
6711
|
+
// ../../node_modules/.pnpm/solid-prevent-scroll@0.1.9_solid-js@1.9.7/node_modules/solid-prevent-scroll/dist/index.js
|
|
6712
6712
|
var [preventScrollStack, setPreventScrollStack] = createSignal([]);
|
|
6713
6713
|
var isActive = (id) => preventScrollStack().indexOf(id) === preventScrollStack().length - 1;
|
|
6714
6714
|
var createPreventScroll = (props) => {
|
|
@@ -6886,7 +6886,7 @@ var contains2 = (wrapper, target) => {
|
|
|
6886
6886
|
var preventScroll_default = createPreventScroll;
|
|
6887
6887
|
var src_default2 = preventScroll_default;
|
|
6888
6888
|
|
|
6889
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
6889
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/3F4B62RP.js
|
|
6890
6890
|
var MenuContext = createContext();
|
|
6891
6891
|
function useOptionalMenuContext() {
|
|
6892
6892
|
return useContext(MenuContext);
|
|
@@ -7237,7 +7237,7 @@ function MenuTrigger(props) {
|
|
|
7237
7237
|
return context.isOpen();
|
|
7238
7238
|
},
|
|
7239
7239
|
get ["aria-controls"]() {
|
|
7240
|
-
return
|
|
7240
|
+
return memo(() => !!context.isOpen())() ? context.contentId() : void 0;
|
|
7241
7241
|
},
|
|
7242
7242
|
get ["data-highlighted"]() {
|
|
7243
7243
|
return key() !== void 0 && optionalMenubarContext?.value() === key() ? true : void 0;
|
|
@@ -7397,7 +7397,7 @@ function MenuContentBase(props) {
|
|
|
7397
7397
|
get children() {
|
|
7398
7398
|
return createComponent(DismissableLayer, mergeProps({
|
|
7399
7399
|
get disableOutsidePointerEvents() {
|
|
7400
|
-
return
|
|
7400
|
+
return memo(() => !!isRootModalContent())() && context.isOpen();
|
|
7401
7401
|
},
|
|
7402
7402
|
get excludedElements() {
|
|
7403
7403
|
return [context.triggerRef];
|
|
@@ -8088,7 +8088,7 @@ function MenuSubTrigger(props) {
|
|
|
8088
8088
|
return context.isOpen();
|
|
8089
8089
|
},
|
|
8090
8090
|
get ["aria-controls"]() {
|
|
8091
|
-
return
|
|
8091
|
+
return memo(() => !!context.isOpen())() ? context.contentId() : void 0;
|
|
8092
8092
|
},
|
|
8093
8093
|
get ["aria-disabled"]() {
|
|
8094
8094
|
return local.disabled;
|
|
@@ -8160,7 +8160,7 @@ function MenuRoot(props) {
|
|
|
8160
8160
|
});
|
|
8161
8161
|
}
|
|
8162
8162
|
|
|
8163
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
8163
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/STGRFJHZ.js
|
|
8164
8164
|
var separator_exports = {};
|
|
8165
8165
|
__export(separator_exports, {
|
|
8166
8166
|
Root: () => SeparatorRoot,
|
|
@@ -8192,7 +8192,7 @@ function SeparatorRoot(props) {
|
|
|
8192
8192
|
}
|
|
8193
8193
|
var Separator = SeparatorRoot;
|
|
8194
8194
|
|
|
8195
|
-
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.
|
|
8195
|
+
// ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.7/node_modules/@kobalte/core/dist/chunk/V2JBZ7BJ.js
|
|
8196
8196
|
var dropdown_menu_exports = {};
|
|
8197
8197
|
__export(dropdown_menu_exports, {
|
|
8198
8198
|
Arrow: () => PopperArrow,
|
|
@@ -8834,6 +8834,7 @@ var CopyButton = (props) => {
|
|
|
8834
8834
|
setCopyState("NoCopy");
|
|
8835
8835
|
}, 1500);
|
|
8836
8836
|
}, (err) => {
|
|
8837
|
+
console.error("Failed to copy: ", err);
|
|
8837
8838
|
setCopyState("ErrorCopy");
|
|
8838
8839
|
setTimeout(() => {
|
|
8839
8840
|
setCopyState("NoCopy");
|
|
@@ -9065,7 +9066,7 @@ function Explorer(props) {
|
|
|
9065
9066
|
}), null);
|
|
9066
9067
|
insert(_el$12, createComponent(Show, {
|
|
9067
9068
|
get when() {
|
|
9068
|
-
return
|
|
9069
|
+
return memo(() => !!!!props.onEdit)() && !serialize(props.value).meta;
|
|
9069
9070
|
},
|
|
9070
9071
|
get children() {
|
|
9071
9072
|
var _el$13 = _tmpl$62();
|
|
@@ -9223,7 +9224,7 @@ function Explorer(props) {
|
|
|
9223
9224
|
insert(_el$17, () => props.label, _el$18);
|
|
9224
9225
|
insert(_el$16, createComponent(Show, {
|
|
9225
9226
|
get when() {
|
|
9226
|
-
return
|
|
9227
|
+
return memo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number" || type() === "boolean");
|
|
9227
9228
|
},
|
|
9228
9229
|
get fallback() {
|
|
9229
9230
|
return (() => {
|
|
@@ -9236,7 +9237,7 @@ function Explorer(props) {
|
|
|
9236
9237
|
get children() {
|
|
9237
9238
|
return [createComponent(Show, {
|
|
9238
9239
|
get when() {
|
|
9239
|
-
return
|
|
9240
|
+
return memo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number");
|
|
9240
9241
|
},
|
|
9241
9242
|
get children() {
|
|
9242
9243
|
var _el$19 = _tmpl$92();
|
|
@@ -9538,7 +9539,7 @@ var Devtools = (props) => {
|
|
|
9538
9539
|
const pip_open = createMemo(() => props.localStore.pip_open ?? "false");
|
|
9539
9540
|
return [createComponent(Show, {
|
|
9540
9541
|
get when() {
|
|
9541
|
-
return
|
|
9542
|
+
return memo(() => !!pip().pipWindow)() && pip_open() == "true";
|
|
9542
9543
|
},
|
|
9543
9544
|
get children() {
|
|
9544
9545
|
return createComponent(Portal, {
|
|
@@ -9563,7 +9564,7 @@ var Devtools = (props) => {
|
|
|
9563
9564
|
get children() {
|
|
9564
9565
|
return createComponent(Show, {
|
|
9565
9566
|
get when() {
|
|
9566
|
-
return
|
|
9567
|
+
return memo(() => !!(isOpen() && !pip().pipWindow))() && pip_open() == "false";
|
|
9567
9568
|
},
|
|
9568
9569
|
get children() {
|
|
9569
9570
|
return createComponent(DraggablePanel, {
|
|
@@ -10084,12 +10085,12 @@ var ContentView = (props) => {
|
|
|
10084
10085
|
onlineManager().setOnline(!onlineManager().isOnline());
|
|
10085
10086
|
};
|
|
10086
10087
|
insert(_el$27, (() => {
|
|
10087
|
-
var _c$ =
|
|
10088
|
+
var _c$ = memo(() => !!offline());
|
|
10088
10089
|
return () => _c$() ? createComponent(Offline, {}) : createComponent(Wifi, {});
|
|
10089
10090
|
})());
|
|
10090
10091
|
insert(_el$25, createComponent(Show, {
|
|
10091
10092
|
get when() {
|
|
10092
|
-
return
|
|
10093
|
+
return memo(() => !!!pip().pipWindow)() && !pip().disabled;
|
|
10093
10094
|
},
|
|
10094
10095
|
get children() {
|
|
10095
10096
|
var _el$28 = _tmpl$83();
|
|
@@ -10114,7 +10115,7 @@ var ContentView = (props) => {
|
|
|
10114
10115
|
}), createComponent(dropdown_menu_exports.Portal, {
|
|
10115
10116
|
ref: (el) => setComputedVariables(el),
|
|
10116
10117
|
get mount() {
|
|
10117
|
-
return
|
|
10118
|
+
return memo(() => !!pip().pipWindow)() ? pip().pipWindow.document.body : document.body;
|
|
10118
10119
|
},
|
|
10119
10120
|
get children() {
|
|
10120
10121
|
return createComponent(dropdown_menu_exports.Content, {
|
|
@@ -10146,7 +10147,7 @@ var ContentView = (props) => {
|
|
|
10146
10147
|
}), createComponent(dropdown_menu_exports.Portal, {
|
|
10147
10148
|
ref: (el) => setComputedVariables(el),
|
|
10148
10149
|
get mount() {
|
|
10149
|
-
return
|
|
10150
|
+
return memo(() => !!pip().pipWindow)() ? pip().pipWindow.document.body : document.body;
|
|
10150
10151
|
},
|
|
10151
10152
|
get children() {
|
|
10152
10153
|
return createComponent(dropdown_menu_exports.SubContent, {
|
|
@@ -10221,7 +10222,7 @@ var ContentView = (props) => {
|
|
|
10221
10222
|
}), createComponent(dropdown_menu_exports.Portal, {
|
|
10222
10223
|
ref: (el) => setComputedVariables(el),
|
|
10223
10224
|
get mount() {
|
|
10224
|
-
return
|
|
10225
|
+
return memo(() => !!pip().pipWindow)() ? pip().pipWindow.document.body : document.body;
|
|
10225
10226
|
},
|
|
10226
10227
|
get children() {
|
|
10227
10228
|
return createComponent(dropdown_menu_exports.SubContent, {
|
|
@@ -10372,14 +10373,14 @@ var ContentView = (props) => {
|
|
|
10372
10373
|
return _el$0;
|
|
10373
10374
|
})(), createComponent(Show, {
|
|
10374
10375
|
get when() {
|
|
10375
|
-
return
|
|
10376
|
+
return memo(() => selectedView() === "queries")() && selectedQueryHash();
|
|
10376
10377
|
},
|
|
10377
10378
|
get children() {
|
|
10378
10379
|
return createComponent(QueryDetails, {});
|
|
10379
10380
|
}
|
|
10380
10381
|
}), createComponent(Show, {
|
|
10381
10382
|
get when() {
|
|
10382
|
-
return
|
|
10383
|
+
return memo(() => selectedView() === "mutations")() && selectedMutationId();
|
|
10383
10384
|
},
|
|
10384
10385
|
get children() {
|
|
10385
10386
|
return createComponent(MutationDetails, {});
|
|
@@ -10563,7 +10564,7 @@ var MutationRow = (props) => {
|
|
|
10563
10564
|
return props.mutation.options.mutationKey;
|
|
10564
10565
|
},
|
|
10565
10566
|
get children() {
|
|
10566
|
-
return [
|
|
10567
|
+
return [memo(() => JSON.stringify(props.mutation.options.mutationKey)), " -", " "];
|
|
10567
10568
|
}
|
|
10568
10569
|
}), null);
|
|
10569
10570
|
insert(_el$54, () => new Date(props.mutation.state.submittedAt).toLocaleString(), null);
|
|
@@ -10749,7 +10750,7 @@ var QueryStatus = (props) => {
|
|
|
10749
10750
|
} : {}), false, true);
|
|
10750
10751
|
insert(_el$57, createComponent(Show, {
|
|
10751
10752
|
get when() {
|
|
10752
|
-
return
|
|
10753
|
+
return memo(() => !!!showLabel())() && (mouseOver() || focused());
|
|
10753
10754
|
},
|
|
10754
10755
|
get children() {
|
|
10755
10756
|
var _el$58 = _tmpl$242();
|
|
@@ -10901,7 +10902,7 @@ var QueryDetails = () => {
|
|
|
10901
10902
|
};
|
|
10902
10903
|
return createComponent(Show, {
|
|
10903
10904
|
get when() {
|
|
10904
|
-
return
|
|
10905
|
+
return memo(() => !!activeQuery())() && activeQueryState();
|
|
10905
10906
|
},
|
|
10906
10907
|
get children() {
|
|
10907
10908
|
var _el$62 = _tmpl$31(), _el$63 = _el$62.firstChild, _el$64 = _el$63.nextSibling, _el$65 = _el$64.firstChild, _el$66 = _el$65.firstChild, _el$67 = _el$66.firstChild, _el$68 = _el$66.nextSibling, _el$69 = _el$65.nextSibling, _el$70 = _el$69.firstChild, _el$71 = _el$70.nextSibling, _el$72 = _el$69.nextSibling, _el$73 = _el$72.firstChild, _el$74 = _el$73.nextSibling, _el$75 = _el$64.nextSibling, _el$76 = _el$75.nextSibling, _el$77 = _el$76.firstChild, _el$78 = _el$77.firstChild, _el$79 = _el$77.nextSibling, _el$80 = _el$79.firstChild, _el$81 = _el$79.nextSibling, _el$82 = _el$81.firstChild, _el$83 = _el$81.nextSibling, _el$84 = _el$83.firstChild, _el$85 = _el$83.nextSibling, _el$86 = _el$85.firstChild, _el$87 = _el$86.nextSibling, _el$96 = _el$76.nextSibling; _el$96.firstChild; var _el$106 = _el$96.nextSibling, _el$107 = _el$106.nextSibling;
|