@tanstack/query-devtools 5.65.0 → 5.71.2

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,9 +1,9 @@
1
- import { sortFns, mutationSortFns, createContext, splitProps, createMemo, createComponent, mergeProps, createUniqueId, createSignal, createEffect, onCleanup, Show, on, delegateEvents, Dynamic, useContext, createRenderEffect, setAttribute, Portal, onMount, use, insert, className, getQueryStatusColor, getMutationStatusColor, getQueryStatusLabel, spread, getQueryStatusColorByLabel, displayValue, For, batch, clearDelegatedEvents, isServer, untrack, template, serialize, Index, updateNestedDataByPath, convertRemToPixels, getSidedProp, useTransition, $TRACK, createRoot, createComputed, addEventListener, stringify, Switch, Match, deleteNestedDataByPath, getOwner, DEV } from './JAANZ2TG.js';
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 './KX7DYCBK.js';
2
2
 
3
- // ../../node_modules/.pnpm/@solid-primitives+utils@6.2.3_solid-js@1.9.3/node_modules/@solid-primitives/utils/dist/chunk/R5675YMU.js
3
+ // ../../node_modules/.pnpm/@solid-primitives+utils@6.2.3_solid-js@1.9.5/node_modules/@solid-primitives/utils/dist/chunk/R5675YMU.js
4
4
  var isClient = !isServer;
5
5
  var isDev = isClient && !!DEV;
6
- var noop = () => undefined;
6
+ var noop = () => void 0;
7
7
  var isNonNullable = (i2) => i2 != null;
8
8
  var filterNonNullable = (arr) => arr.filter(isNonNullable);
9
9
  function chain(callbacks) {
@@ -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.3/node_modules/@solid-primitives/storage/dist/index.js
53
+ // ../../node_modules/.pnpm/@solid-primitives+storage@1.3.11_solid-js@1.9.5/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) => {
@@ -68,7 +68,7 @@ function createStorage(props) {
68
68
  get(_, key) {
69
69
  let node = signals.get(key);
70
70
  if (!node) {
71
- node = createSignal(undefined, { equals: false });
71
+ node = createSignal(void 0, { equals: false });
72
72
  signals.set(key, node);
73
73
  }
74
74
  node[0]();
@@ -286,18 +286,18 @@ var DEFAULT_MUTATION_SORT_FN_NAME = Object.keys(mutationSortFns)[0];
286
286
 
287
287
  // src/contexts/QueryDevtoolsContext.ts
288
288
  var QueryDevtoolsContext = createContext({
289
- client: undefined,
290
- onlineManager: undefined,
289
+ client: void 0,
290
+ onlineManager: void 0,
291
291
  queryFlavor: "",
292
292
  version: "",
293
- shadowDOMTarget: undefined
293
+ shadowDOMTarget: void 0
294
294
  });
295
295
  function useQueryDevtoolsContext() {
296
296
  return useContext(QueryDevtoolsContext);
297
297
  }
298
298
 
299
299
  // src/contexts/PiPContext.tsx
300
- var PiPContext = createContext(undefined);
300
+ var PiPContext = createContext(void 0);
301
301
  var PiPProvider = (props) => {
302
302
  const [pipWindow, setPipWindow] = createSignal(null);
303
303
  const closePipWindow = () => {
@@ -1090,10 +1090,6 @@ function clsx() {
1090
1090
  (e2 = arguments[f]) && (t2 = r(e2)) && (n2 && (n2 += " "), n2 += t2);
1091
1091
  return n2;
1092
1092
  }
1093
-
1094
- // ../../node_modules/.pnpm/@solid-primitives+transition-group@1.0.5_solid-js@1.9.3/node_modules/@solid-primitives/transition-group/dist/index.js
1095
- var noop2 = () => {
1096
- };
1097
1093
  function createListTransition(source, options) {
1098
1094
  const initSource = untrack(source);
1099
1095
  if (isServer) {
@@ -1101,16 +1097,16 @@ function createListTransition(source, options) {
1101
1097
  return () => copy;
1102
1098
  }
1103
1099
  const { onChange } = options;
1104
- let prevSet = new Set(options.appear ? undefined : initSource);
1100
+ let prevSet = new Set(options.appear ? void 0 : initSource);
1105
1101
  const exiting = /* @__PURE__ */ new WeakSet();
1106
1102
  const [toRemove, setToRemove] = createSignal([], { equals: false });
1107
1103
  const [isTransitionPending] = useTransition();
1108
- const finishRemoved = options.exitMethod === "remove" ? noop2 : (els) => {
1104
+ const finishRemoved = (els) => {
1109
1105
  setToRemove((p2) => (p2.push.apply(p2, els), p2));
1110
1106
  for (const el of els)
1111
1107
  exiting.delete(el);
1112
1108
  };
1113
- const handleRemoved = options.exitMethod === "remove" ? noop2 : options.exitMethod === "keep-index" ? (els, el, i2) => els.splice(i2, 0, el) : (els, el) => els.push(el);
1109
+ const handleRemoved = (els, el, i2) => els.splice(i2, 0, el) ;
1114
1110
  return createMemo(
1115
1111
  (prev) => {
1116
1112
  const elsToRemove = toRemove();
@@ -1159,7 +1155,7 @@ function createListTransition(source, options) {
1159
1155
  );
1160
1156
  }
1161
1157
 
1162
- // ../../node_modules/.pnpm/@solid-primitives+refs@1.0.8_solid-js@1.9.3/node_modules/@solid-primitives/refs/dist/index.js
1158
+ // ../../node_modules/.pnpm/@solid-primitives+refs@1.0.8_solid-js@1.9.5/node_modules/@solid-primitives/refs/dist/index.js
1163
1159
  function mergeRefs(...refs) {
1164
1160
  return chain(refs);
1165
1161
  }
@@ -1192,7 +1188,7 @@ function resolveElements(fn, predicate = defaultElementPredicate, serverPredicat
1192
1188
  return memo;
1193
1189
  }
1194
1190
 
1195
- // ../../node_modules/.pnpm/solid-transition-group@0.2.3_solid-js@1.9.3/node_modules/solid-transition-group/dist/index.js
1191
+ // ../../node_modules/.pnpm/solid-transition-group@0.2.3_solid-js@1.9.5/node_modules/solid-transition-group/dist/index.js
1196
1192
  function createClassnames(props) {
1197
1193
  return createMemo(() => {
1198
1194
  const name = props.name || "s";
@@ -1269,7 +1265,6 @@ var TransitionGroup = (props) => {
1269
1265
  const classnames = createClassnames(props);
1270
1266
  return createListTransition(resolveElements(() => props.children).toArray, {
1271
1267
  appear: props.appear,
1272
- exitMethod: "keep-index",
1273
1268
  onChange({ added, removed, finishRemoved, list }) {
1274
1269
  const classes = classnames();
1275
1270
  for (const el of added) {
@@ -1313,7 +1308,7 @@ var TransitionGroup = (props) => {
1313
1308
  });
1314
1309
  };
1315
1310
 
1316
- // ../../node_modules/.pnpm/@solid-primitives+keyed@1.2.2_solid-js@1.9.3/node_modules/@solid-primitives/keyed/dist/index.js
1311
+ // ../../node_modules/.pnpm/@solid-primitives+keyed@1.2.2_solid-js@1.9.5/node_modules/@solid-primitives/keyed/dist/index.js
1317
1312
  var FALLBACK = Symbol("fallback");
1318
1313
  function dispose(list) {
1319
1314
  for (const o2 of list)
@@ -1406,12 +1401,12 @@ function Key(props) {
1406
1401
  () => props.each,
1407
1402
  typeof by === "function" ? by : (v) => v[by],
1408
1403
  props.children,
1409
- "fallback" in props ? { fallback: () => props.fallback } : undefined
1404
+ "fallback" in props ? { fallback: () => props.fallback } : void 0
1410
1405
  )
1411
1406
  );
1412
1407
  }
1413
1408
 
1414
- // ../../node_modules/.pnpm/@solid-primitives+event-listener@2.3.3_solid-js@1.9.3/node_modules/@solid-primitives/event-listener/dist/index.js
1409
+ // ../../node_modules/.pnpm/@solid-primitives+event-listener@2.3.3_solid-js@1.9.5/node_modules/@solid-primitives/event-listener/dist/index.js
1415
1410
  function makeEventListener(target, type, handler, options) {
1416
1411
  target.addEventListener(type, handler, options);
1417
1412
  return tryOnCleanup(target.removeEventListener.bind(target, type, handler, options));
@@ -1431,7 +1426,7 @@ function createEventListener(targets, type, handler, options) {
1431
1426
  createRenderEffect(attachListeners);
1432
1427
  }
1433
1428
 
1434
- // ../../node_modules/.pnpm/@solid-primitives+resize-observer@2.0.26_solid-js@1.9.3/node_modules/@solid-primitives/resize-observer/dist/index.js
1429
+ // ../../node_modules/.pnpm/@solid-primitives+resize-observer@2.0.26_solid-js@1.9.5/node_modules/@solid-primitives/resize-observer/dist/index.js
1435
1430
  function makeResizeObserver(callback, options) {
1436
1431
  if (isServer) {
1437
1432
  return { observe: noop, unobserve: noop };
@@ -1462,7 +1457,7 @@ function createResizeObserver(targets, onResize, options) {
1462
1457
  }, []);
1463
1458
  }
1464
1459
 
1465
- // ../../node_modules/.pnpm/@solid-primitives+props@3.1.11_solid-js@1.9.3/node_modules/@solid-primitives/props/dist/index.js
1460
+ // ../../node_modules/.pnpm/@solid-primitives+props@3.1.11_solid-js@1.9.5/node_modules/@solid-primitives/props/dist/index.js
1466
1461
  var extractCSSregex = /((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g;
1467
1462
  function stringStyleToObject(style) {
1468
1463
  const object = {};
@@ -1483,7 +1478,7 @@ function combineStyle(a2, b2) {
1483
1478
  return { ...a2, ...b2 };
1484
1479
  }
1485
1480
 
1486
- // ../../node_modules/.pnpm/@kobalte+utils@0.9.0_solid-js@1.9.3/node_modules/@kobalte/utils/dist/index.js
1481
+ // ../../node_modules/.pnpm/@kobalte+utils@0.9.0_solid-js@1.9.5/node_modules/@kobalte/utils/dist/index.js
1487
1482
  function addItemToArray(array, item, index = -1) {
1488
1483
  if (!(index in array)) {
1489
1484
  return [...array, item];
@@ -1925,15 +1920,15 @@ var visuallyHiddenStyles = {
1925
1920
  "white-space": "nowrap"
1926
1921
  };
1927
1922
 
1928
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/E4R2EMM4.js
1923
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/E4R2EMM4.js
1929
1924
  function createRegisterId(setter) {
1930
1925
  return (id) => {
1931
1926
  setter(id);
1932
- return () => setter(undefined);
1927
+ return () => setter(void 0);
1933
1928
  };
1934
1929
  }
1935
1930
 
1936
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/ET5T45DO.js
1931
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/ET5T45DO.js
1937
1932
  function createTagName(ref, fallback) {
1938
1933
  const [tagName, setTagName] = createSignal(stringOrUndefined(fallback?.()));
1939
1934
  createEffect(() => {
@@ -1942,10 +1937,10 @@ function createTagName(ref, fallback) {
1942
1937
  return tagName;
1943
1938
  }
1944
1939
  function stringOrUndefined(value) {
1945
- return isString(value) ? value : undefined;
1940
+ return isString(value) ? value : void 0;
1946
1941
  }
1947
1942
 
1948
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/6Y7B2NEO.js
1943
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/6Y7B2NEO.js
1949
1944
  function Polymorphic(props) {
1950
1945
  const [local, others] = splitProps(props, ["as"]);
1951
1946
  if (!local.as) {
@@ -1961,7 +1956,7 @@ function Polymorphic(props) {
1961
1956
  );
1962
1957
  }
1963
1958
 
1964
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/Q2DJLZQE.js
1959
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/Q2DJLZQE.js
1965
1960
  var FORM_CONTROL_PROP_NAMES = ["id", "name", "validationState", "required", "disabled", "readOnly"];
1966
1961
  function createFormControl(props) {
1967
1962
  const defaultId = `form-control-${createUniqueId()}`;
@@ -1978,8 +1973,8 @@ function createFormControl(props) {
1978
1973
  fieldAriaLabelledBy,
1979
1974
  labelId(),
1980
1975
  // If there is both an aria-label and aria-labelledby, add the field itself has an aria-labelledby
1981
- hasAriaLabelledBy && fieldAriaLabel != null ? fieldId2 : undefined
1982
- ].filter(Boolean).join(" ") || undefined;
1976
+ hasAriaLabelledBy && fieldAriaLabel != null ? fieldId2 : void 0
1977
+ ].filter(Boolean).join(" ") || void 0;
1983
1978
  };
1984
1979
  const getAriaDescribedBy = (fieldAriaDescribedBy) => {
1985
1980
  return [
@@ -1988,14 +1983,14 @@ function createFormControl(props) {
1988
1983
  // See https://github.com/adobe/react-spectrum/issues/1346#issuecomment-740136268
1989
1984
  errorMessageId(),
1990
1985
  fieldAriaDescribedBy
1991
- ].filter(Boolean).join(" ") || undefined;
1986
+ ].filter(Boolean).join(" ") || void 0;
1992
1987
  };
1993
1988
  const dataset = createMemo(() => ({
1994
- "data-valid": access(mergedProps.validationState) === "valid" ? "" : undefined,
1995
- "data-invalid": access(mergedProps.validationState) === "invalid" ? "" : undefined,
1996
- "data-required": access(mergedProps.required) ? "" : undefined,
1997
- "data-disabled": access(mergedProps.disabled) ? "" : undefined,
1998
- "data-readonly": access(mergedProps.readOnly) ? "" : undefined
1989
+ "data-valid": access(mergedProps.validationState) === "valid" ? "" : void 0,
1990
+ "data-invalid": access(mergedProps.validationState) === "invalid" ? "" : void 0,
1991
+ "data-required": access(mergedProps.required) ? "" : void 0,
1992
+ "data-disabled": access(mergedProps.disabled) ? "" : void 0,
1993
+ "data-readonly": access(mergedProps.readOnly) ? "" : void 0
1999
1994
  }));
2000
1995
  const formControlContext = {
2001
1996
  name: () => access(mergedProps.name) ?? access(mergedProps.id),
@@ -2023,7 +2018,7 @@ function createFormControl(props) {
2023
2018
  var FormControlContext = createContext();
2024
2019
  function useFormControlContext() {
2025
2020
  const context = useContext(FormControlContext);
2026
- if (context === undefined) {
2021
+ if (context === void 0) {
2027
2022
  throw new Error("[kobalte]: `useFormControlContext` must be used within a `FormControlContext.Provider` component");
2028
2023
  }
2029
2024
  return context;
@@ -2078,12 +2073,12 @@ function FormControlLabel(props) {
2078
2073
  typeof _ref$ === "function" && _ref$(r$);
2079
2074
  },
2080
2075
  get ["for"]() {
2081
- return createMemo(() => tagName() === "label")() ? context.fieldId() : undefined;
2076
+ return createMemo(() => tagName() === "label")() ? context.fieldId() : void 0;
2082
2077
  }
2083
2078
  }, () => context.dataset(), others));
2084
2079
  }
2085
2080
 
2086
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/ANN3A2QM.js
2081
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/ANN3A2QM.js
2087
2082
  function createFormResetListener(element, handler) {
2088
2083
  createEffect(
2089
2084
  on(element, (element2) => {
@@ -2108,10 +2103,10 @@ function isFormElement(element) {
2108
2103
  return element.matches("textarea, input, select, button");
2109
2104
  }
2110
2105
 
2111
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/BLN63FDC.js
2106
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/BLN63FDC.js
2112
2107
  function createControllableSignal(props) {
2113
2108
  const [_value, _setValue] = createSignal(props.defaultValue?.());
2114
- const isControlled = createMemo(() => props.value?.() !== undefined);
2109
+ const isControlled = createMemo(() => props.value?.() !== void 0);
2115
2110
  const value = createMemo(() => isControlled() ? props.value?.() : _value());
2116
2111
  const setValue = (next) => {
2117
2112
  untrack(() => {
@@ -2138,7 +2133,7 @@ function createControllableArraySignal(props) {
2138
2133
  return [value, setValue];
2139
2134
  }
2140
2135
 
2141
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/YGDQXQ2B.js
2136
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/YGDQXQ2B.js
2142
2137
  function createToggleState(props = {}) {
2143
2138
  const [isSelected, _setIsSelected] = createControllableBooleanSignal({
2144
2139
  value: () => access(props.isSelected),
@@ -2162,21 +2157,21 @@ function createToggleState(props = {}) {
2162
2157
  };
2163
2158
  }
2164
2159
 
2165
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/5ZKAE4VZ.js
2160
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/5ZKAE4VZ.js
2166
2161
  var __defProp = Object.defineProperty;
2167
2162
  var __export = (target, all) => {
2168
2163
  for (var name in all)
2169
2164
  __defProp(target, name, { get: all[name], enumerable: true });
2170
2165
  };
2171
2166
 
2172
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/7CVNMTYF.js
2167
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/7CVNMTYF.js
2173
2168
  var DomCollectionContext = createContext();
2174
2169
  function useOptionalDomCollectionContext() {
2175
2170
  return useContext(DomCollectionContext);
2176
2171
  }
2177
2172
  function useDomCollectionContext() {
2178
2173
  const context = useOptionalDomCollectionContext();
2179
- if (context === undefined) {
2174
+ if (context === void 0) {
2180
2175
  throw new Error(
2181
2176
  "[kobalte]: `useDomCollectionContext` must be used within a `DomCollectionProvider` component"
2182
2177
  );
@@ -2333,7 +2328,7 @@ function createDomCollectionItem(props) {
2333
2328
  });
2334
2329
  }
2335
2330
 
2336
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/JMA2RWU6.js
2331
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/JMA2RWU6.js
2337
2332
  function buildNodes(params) {
2338
2333
  let index = params.startIndex ?? 0;
2339
2334
  const level = params.startLevel ?? 0;
@@ -2363,7 +2358,7 @@ function buildNodes(params) {
2363
2358
  };
2364
2359
  const getSectionChildren = (data) => {
2365
2360
  if (data == null) {
2366
- return undefined;
2361
+ return void 0;
2367
2362
  }
2368
2363
  if (isString(params.getSectionChildren)) {
2369
2364
  return data[params.getSectionChildren];
@@ -2442,7 +2437,7 @@ function createCollection(props, deps = []) {
2442
2437
  });
2443
2438
  }
2444
2439
 
2445
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/XHJPQEZP.js
2440
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/XHJPQEZP.js
2446
2441
  var RTL_SCRIPTS = /* @__PURE__ */ new Set([
2447
2442
  "Avst",
2448
2443
  "Arab",
@@ -2541,7 +2536,7 @@ var cache = /* @__PURE__ */ new Map();
2541
2536
  function createCollator(options) {
2542
2537
  const { locale } = useLocale();
2543
2538
  const cacheKey = createMemo(() => {
2544
- return locale() + (Object.entries(options).sort((a2, b2) => a2[0] < b2[0] ? -1 : 1).join() );
2539
+ return locale() + (options ? Object.entries(options).sort((a2, b2) => a2[0] < b2[0] ? -1 : 1).join() : "");
2545
2540
  });
2546
2541
  return createMemo(() => {
2547
2542
  const key = cacheKey();
@@ -2557,7 +2552,7 @@ function createCollator(options) {
2557
2552
  });
2558
2553
  }
2559
2554
 
2560
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/H6DSIDEC.js
2555
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/H6DSIDEC.js
2561
2556
  var Selection = class _Selection extends Set {
2562
2557
  anchorKey;
2563
2558
  currentKey;
@@ -2716,7 +2711,7 @@ function createSelectableCollection(props, ref, scrollRef) {
2716
2711
  const { direction } = useLocale();
2717
2712
  let scrollPos = { top: 0, left: 0 };
2718
2713
  createEventListener(
2719
- () => !access(mergedProps.isVirtualized) ? finalScrollRef() : undefined,
2714
+ () => !access(mergedProps.isVirtualized) ? finalScrollRef() : void 0,
2720
2715
  "scroll",
2721
2716
  () => {
2722
2717
  const scrollEl = finalScrollRef();
@@ -3020,7 +3015,7 @@ function createSelectableCollection(props, ref, scrollRef) {
3020
3015
  );
3021
3016
  const tabIndex = createMemo(() => {
3022
3017
  if (access(mergedProps.shouldUseVirtualFocus)) {
3023
- return undefined;
3018
+ return void 0;
3024
3019
  }
3025
3020
  return access(mergedProps.selectionManager).focusedKey() == null ? 0 : -1;
3026
3021
  });
@@ -3109,12 +3104,12 @@ function createSelectableItem(props, ref) {
3109
3104
  };
3110
3105
  const tabIndex = createMemo(() => {
3111
3106
  if (shouldUseVirtualFocus() || isDisabled()) {
3112
- return undefined;
3107
+ return void 0;
3113
3108
  }
3114
3109
  return key() === manager().focusedKey() ? 0 : -1;
3115
3110
  });
3116
3111
  const dataKey = createMemo(() => {
3117
- return access(props.virtualized) ? undefined : key();
3112
+ return access(props.virtualized) ? void 0 : key();
3118
3113
  });
3119
3114
  createEffect(
3120
3115
  on(
@@ -3474,13 +3469,13 @@ var ListCollection = class {
3474
3469
  node.prevKey = last.key;
3475
3470
  } else {
3476
3471
  this.firstKey = key;
3477
- node.prevKey = undefined;
3472
+ node.prevKey = void 0;
3478
3473
  }
3479
3474
  if (node.type === "item") {
3480
3475
  node.index = index++;
3481
3476
  }
3482
3477
  last = node;
3483
- last.nextKey = undefined;
3478
+ last.nextKey = void 0;
3484
3479
  }
3485
3480
  this.lastKey = last.key;
3486
3481
  }
@@ -3533,7 +3528,7 @@ function createListState(props) {
3533
3528
  createComputed(() => {
3534
3529
  const focusedKey = selectionState.focusedKey();
3535
3530
  if (focusedKey != null && !collection().getItem(focusedKey)) {
3536
- selectionState.setFocusedKey(undefined);
3531
+ selectionState.setFocusedKey(void 0);
3537
3532
  }
3538
3533
  });
3539
3534
  return {
@@ -3542,10 +3537,10 @@ function createListState(props) {
3542
3537
  };
3543
3538
  }
3544
3539
 
3545
- // ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.3/node_modules/@corvu/utils/dist/chunk/ZV6G25TT.js
3540
+ // ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.5/node_modules/@corvu/utils/dist/chunk/ZV6G25TT.js
3546
3541
  var access2 = (v) => typeof v === "function" ? v() : v;
3547
3542
 
3548
- // ../../node_modules/.pnpm/solid-presence@0.1.7_solid-js@1.9.3/node_modules/solid-presence/dist/index.js
3543
+ // ../../node_modules/.pnpm/solid-presence@0.1.7_solid-js@1.9.5/node_modules/solid-presence/dist/index.js
3549
3544
  var createPresence = (props) => {
3550
3545
  const refStyles = createMemo(() => {
3551
3546
  const element = access2(props.element);
@@ -3615,7 +3610,7 @@ var createPresence = (props) => {
3615
3610
  var presence_default = createPresence;
3616
3611
  var src_default = presence_default;
3617
3612
 
3618
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/ZKYDDHM6.js
3613
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/ZKYDDHM6.js
3619
3614
  var DATA_TOP_LAYER_ATTR = "data-kb-top-layer";
3620
3615
  var originalBodyPointerEvents;
3621
3616
  var hasDisabledBodyPointerEvents = false;
@@ -3692,7 +3687,7 @@ var layerStack = {
3692
3687
  restoreBodyPointerEvents
3693
3688
  };
3694
3689
 
3695
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/7OVKXYPU.js
3690
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/7OVKXYPU.js
3696
3691
  var button_exports = {};
3697
3692
  __export(button_exports, {
3698
3693
  Button: () => Button,
@@ -3746,22 +3741,22 @@ function ButtonRoot(props) {
3746
3741
  typeof _ref$ === "function" && _ref$(r$);
3747
3742
  },
3748
3743
  get type() {
3749
- return isNativeButton() || isNativeInput() ? local.type : undefined;
3744
+ return isNativeButton() || isNativeInput() ? local.type : void 0;
3750
3745
  },
3751
3746
  get role() {
3752
- return !isNativeButton() && !isNativeLink() ? "button" : undefined;
3747
+ return !isNativeButton() && !isNativeLink() ? "button" : void 0;
3753
3748
  },
3754
3749
  get tabIndex() {
3755
- return !isNativeButton() && !isNativeLink() && !local.disabled ? 0 : undefined;
3750
+ return !isNativeButton() && !isNativeLink() && !local.disabled ? 0 : void 0;
3756
3751
  },
3757
3752
  get disabled() {
3758
- return isNativeButton() || isNativeInput() ? local.disabled : undefined;
3753
+ return isNativeButton() || isNativeInput() ? local.disabled : void 0;
3759
3754
  },
3760
3755
  get ["aria-disabled"]() {
3761
- return !isNativeButton() && !isNativeInput() && local.disabled ? true : undefined;
3756
+ return !isNativeButton() && !isNativeInput() && local.disabled ? true : void 0;
3762
3757
  },
3763
3758
  get ["data-disabled"]() {
3764
- return local.disabled ? "" : undefined;
3759
+ return local.disabled ? "" : void 0;
3765
3760
  }
3766
3761
  }, others));
3767
3762
  }
@@ -3812,7 +3807,7 @@ function getAlignmentAxis(placement) {
3812
3807
  return getOppositeAxis(getSideAxis(placement));
3813
3808
  }
3814
3809
  function getAlignmentSides(placement, rects, rtl) {
3815
- if (rtl === undefined) {
3810
+ if (rtl === void 0) {
3816
3811
  rtl = false;
3817
3812
  }
3818
3813
  const alignment = getAlignment(placement);
@@ -3963,7 +3958,7 @@ var computePosition = async (reference, floating, config) => {
3963
3958
  platform: platform2
3964
3959
  } = config;
3965
3960
  const validMiddleware = middleware.filter(Boolean);
3966
- const rtl = await (platform2.isRTL == null ? undefined : platform2.isRTL(floating));
3961
+ const rtl = await (platform2.isRTL == null ? void 0 : platform2.isRTL(floating));
3967
3962
  let rects = await platform2.getElementRects({
3968
3963
  reference,
3969
3964
  floating,
@@ -4040,7 +4035,7 @@ var computePosition = async (reference, floating, config) => {
4040
4035
  };
4041
4036
  async function detectOverflow(state, options) {
4042
4037
  var _await$platform$isEle;
4043
- if (options === undefined) {
4038
+ if (options === void 0) {
4044
4039
  options = {};
4045
4040
  }
4046
4041
  const {
@@ -4062,7 +4057,7 @@ async function detectOverflow(state, options) {
4062
4057
  const altContext = elementContext === "floating" ? "reference" : "floating";
4063
4058
  const element = elements[altBoundary ? altContext : elementContext];
4064
4059
  const clippingClientRect = rectToClientRect(await platform2.getClippingRect({
4065
- element: ((_await$platform$isEle = await (platform2.isElement == null ? undefined : platform2.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || await (platform2.getDocumentElement == null ? undefined : platform2.getDocumentElement(elements.floating)),
4060
+ element: ((_await$platform$isEle = await (platform2.isElement == null ? void 0 : platform2.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || await (platform2.getDocumentElement == null ? void 0 : platform2.getDocumentElement(elements.floating)),
4066
4061
  boundary,
4067
4062
  rootBoundary,
4068
4063
  strategy
@@ -4073,8 +4068,8 @@ async function detectOverflow(state, options) {
4073
4068
  width: rects.floating.width,
4074
4069
  height: rects.floating.height
4075
4070
  } : rects.reference;
4076
- const offsetParent = await (platform2.getOffsetParent == null ? undefined : platform2.getOffsetParent(elements.floating));
4077
- const offsetScale = await (platform2.isElement == null ? undefined : platform2.isElement(offsetParent)) ? await (platform2.getScale == null ? undefined : platform2.getScale(offsetParent)) || {
4071
+ const offsetParent = await (platform2.getOffsetParent == null ? void 0 : platform2.getOffsetParent(elements.floating));
4072
+ const offsetScale = await (platform2.isElement == null ? void 0 : platform2.isElement(offsetParent)) ? await (platform2.getScale == null ? void 0 : platform2.getScale(offsetParent)) || {
4078
4073
  x: 1,
4079
4074
  y: 1
4080
4075
  } : {
@@ -4128,9 +4123,9 @@ var arrow = (options) => ({
4128
4123
  const clientProp = isYAxis ? "clientHeight" : "clientWidth";
4129
4124
  const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];
4130
4125
  const startDiff = coords[axis] - rects.reference[axis];
4131
- const arrowOffsetParent = await (platform2.getOffsetParent == null ? undefined : platform2.getOffsetParent(element));
4126
+ const arrowOffsetParent = await (platform2.getOffsetParent == null ? void 0 : platform2.getOffsetParent(element));
4132
4127
  let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;
4133
- if (!clientSize || !await (platform2.isElement == null ? undefined : platform2.isElement(arrowOffsetParent))) {
4128
+ if (!clientSize || !await (platform2.isElement == null ? void 0 : platform2.isElement(arrowOffsetParent))) {
4134
4129
  clientSize = elements.floating[clientProp] || rects.floating[length];
4135
4130
  }
4136
4131
  const centerToReference = endDiff / 2 - startDiff / 2;
@@ -4157,7 +4152,7 @@ var arrow = (options) => ({
4157
4152
  }
4158
4153
  });
4159
4154
  var flip = function(options) {
4160
- if (options === undefined) {
4155
+ if (options === void 0) {
4161
4156
  options = {};
4162
4157
  }
4163
4158
  return {
@@ -4188,7 +4183,7 @@ var flip = function(options) {
4188
4183
  const side = getSide(placement);
4189
4184
  const initialSideAxis = getSideAxis(initialPlacement);
4190
4185
  const isBasePlacement = getSide(initialPlacement) === initialPlacement;
4191
- const rtl = await (platform2.isRTL == null ? undefined : platform2.isRTL(elements.floating));
4186
+ const rtl = await (platform2.isRTL == null ? void 0 : platform2.isRTL(elements.floating));
4192
4187
  const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement(initialPlacement)] : getExpandedPlacements(initialPlacement));
4193
4188
  const hasFallbackAxisSideDirection = fallbackAxisSideDirection !== "none";
4194
4189
  if (!specifiedFallbackPlacements && hasFallbackAxisSideDirection) {
@@ -4197,7 +4192,7 @@ var flip = function(options) {
4197
4192
  const placements2 = [initialPlacement, ...fallbackPlacements];
4198
4193
  const overflow = await detectOverflow(state, detectOverflowOptions);
4199
4194
  const overflows = [];
4200
- let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? undefined : _middlewareData$flip.overflows) || [];
4195
+ let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];
4201
4196
  if (checkMainAxis) {
4202
4197
  overflows.push(overflow[side]);
4203
4198
  }
@@ -4211,7 +4206,7 @@ var flip = function(options) {
4211
4206
  }];
4212
4207
  if (!overflows.every((side2) => side2 <= 0)) {
4213
4208
  var _middlewareData$flip2, _overflowsData$filter;
4214
- const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? undefined : _middlewareData$flip2.index) || 0) + 1;
4209
+ const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;
4215
4210
  const nextPlacement = placements2[nextIndex];
4216
4211
  if (nextPlacement) {
4217
4212
  return {
@@ -4224,7 +4219,7 @@ var flip = function(options) {
4224
4219
  }
4225
4220
  };
4226
4221
  }
4227
- let resetPlacement = (_overflowsData$filter = overflowsData.filter((d) => d.overflows[0] <= 0).sort((a2, b2) => a2.overflows[1] - b2.overflows[1])[0]) == null ? undefined : _overflowsData$filter.placement;
4222
+ let resetPlacement = (_overflowsData$filter = overflowsData.filter((d) => d.overflows[0] <= 0).sort((a2, b2) => a2.overflows[1] - b2.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;
4228
4223
  if (!resetPlacement) {
4229
4224
  switch (fallbackStrategy) {
4230
4225
  case "bestFit": {
@@ -4237,7 +4232,7 @@ var flip = function(options) {
4237
4232
  currentSideAxis === "y";
4238
4233
  }
4239
4234
  return true;
4240
- }).map((d) => [d.placement, d.overflows.filter((overflow2) => overflow2 > 0).reduce((acc, overflow2) => acc + overflow2, 0)]).sort((a2, b2) => a2[1] - b2[1])[0]) == null ? undefined : _overflowsData$filter2[0];
4235
+ }).map((d) => [d.placement, d.overflows.filter((overflow2) => overflow2 > 0).reduce((acc, overflow2) => acc + overflow2, 0)]).sort((a2, b2) => a2[1] - b2[1])[0]) == null ? void 0 : _overflowsData$filter2[0];
4241
4236
  if (placement2) {
4242
4237
  resetPlacement = placement2;
4243
4238
  }
@@ -4272,7 +4267,7 @@ function isAnySideFullyClipped(overflow) {
4272
4267
  return sides.some((side) => overflow[side] >= 0);
4273
4268
  }
4274
4269
  var hide = function(options) {
4275
- if (options === undefined) {
4270
+ if (options === void 0) {
4276
4271
  options = {};
4277
4272
  }
4278
4273
  return {
@@ -4326,7 +4321,7 @@ async function convertValueToCoords(state, options) {
4326
4321
  platform: platform2,
4327
4322
  elements
4328
4323
  } = state;
4329
- const rtl = await (platform2.isRTL == null ? undefined : platform2.isRTL(elements.floating));
4324
+ const rtl = await (platform2.isRTL == null ? void 0 : platform2.isRTL(elements.floating));
4330
4325
  const side = getSide(placement);
4331
4326
  const alignment = getAlignment(placement);
4332
4327
  const isVertical = getSideAxis(placement) === "y";
@@ -4359,7 +4354,7 @@ async function convertValueToCoords(state, options) {
4359
4354
  };
4360
4355
  }
4361
4356
  var offset = function(options) {
4362
- if (options === undefined) {
4357
+ if (options === void 0) {
4363
4358
  options = 0;
4364
4359
  }
4365
4360
  return {
@@ -4374,7 +4369,7 @@ var offset = function(options) {
4374
4369
  middlewareData
4375
4370
  } = state;
4376
4371
  const diffCoords = await convertValueToCoords(state, options);
4377
- if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? undefined : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {
4372
+ if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {
4378
4373
  return {};
4379
4374
  }
4380
4375
  return {
@@ -4389,7 +4384,7 @@ var offset = function(options) {
4389
4384
  };
4390
4385
  };
4391
4386
  var shift = function(options) {
4392
- if (options === undefined) {
4387
+ if (options === void 0) {
4393
4388
  options = {};
4394
4389
  }
4395
4390
  return {
@@ -4457,7 +4452,7 @@ var shift = function(options) {
4457
4452
  };
4458
4453
  };
4459
4454
  var size = function(options) {
4460
- if (options === undefined) {
4455
+ if (options === void 0) {
4461
4456
  options = {};
4462
4457
  }
4463
4458
  return {
@@ -4487,7 +4482,7 @@ var size = function(options) {
4487
4482
  let widthSide;
4488
4483
  if (side === "top" || side === "bottom") {
4489
4484
  heightSide = side;
4490
- widthSide = alignment === (await (platform2.isRTL == null ? undefined : platform2.isRTL(elements.floating)) ? "start" : "end") ? "left" : "right";
4485
+ widthSide = alignment === (await (platform2.isRTL == null ? void 0 : platform2.isRTL(elements.floating)) ? "start" : "end") ? "left" : "right";
4491
4486
  } else {
4492
4487
  widthSide = side;
4493
4488
  heightSide = alignment === "end" ? "top" : "bottom";
@@ -4542,11 +4537,11 @@ function getNodeName(node) {
4542
4537
  }
4543
4538
  function getWindow2(node) {
4544
4539
  var _node$ownerDocument;
4545
- return (node == null || (_node$ownerDocument = node.ownerDocument) == null ? undefined : _node$ownerDocument.defaultView) || window;
4540
+ return (node == null || (_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.defaultView) || window;
4546
4541
  }
4547
4542
  function getDocumentElement(node) {
4548
4543
  var _ref;
4549
- return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? undefined : _ref.documentElement;
4544
+ return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? void 0 : _ref.documentElement;
4550
4545
  }
4551
4546
  function isNode(value) {
4552
4547
  return value instanceof Node || value instanceof getWindow2(value).Node;
@@ -4649,14 +4644,14 @@ function getNearestOverflowAncestor(node) {
4649
4644
  }
4650
4645
  function getOverflowAncestors(node, list, traverseIframes) {
4651
4646
  var _node$ownerDocument2;
4652
- if (list === undefined) {
4647
+ if (list === void 0) {
4653
4648
  list = [];
4654
4649
  }
4655
- if (traverseIframes === undefined) {
4650
+ if (traverseIframes === void 0) {
4656
4651
  traverseIframes = true;
4657
4652
  }
4658
4653
  const scrollableAncestor = getNearestOverflowAncestor(node);
4659
- const isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? undefined : _node$ownerDocument2.body);
4654
+ const isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? void 0 : _node$ownerDocument2.body);
4660
4655
  const win = getWindow2(scrollableAncestor);
4661
4656
  if (isBody) {
4662
4657
  return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], win.frameElement && traverseIframes ? getOverflowAncestors(win.frameElement) : []);
@@ -4722,7 +4717,7 @@ function getVisualOffsets(element) {
4722
4717
  };
4723
4718
  }
4724
4719
  function shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {
4725
- if (isFixed === undefined) {
4720
+ if (isFixed === void 0) {
4726
4721
  isFixed = false;
4727
4722
  }
4728
4723
  if (!floatingOffsetParent || isFixed && floatingOffsetParent !== getWindow2(element)) {
@@ -4731,10 +4726,10 @@ function shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {
4731
4726
  return isFixed;
4732
4727
  }
4733
4728
  function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) {
4734
- if (includeScale === undefined) {
4729
+ if (includeScale === void 0) {
4735
4730
  includeScale = false;
4736
4731
  }
4737
- if (isFixedStrategy === undefined) {
4732
+ if (isFixedStrategy === void 0) {
4738
4733
  isFixedStrategy = false;
4739
4734
  }
4740
4735
  const clientRect = element.getBoundingClientRect();
@@ -5077,10 +5072,10 @@ function observeMove(element, onMove) {
5077
5072
  io = null;
5078
5073
  }
5079
5074
  function refresh(skip, threshold) {
5080
- if (skip === undefined) {
5075
+ if (skip === void 0) {
5081
5076
  skip = false;
5082
5077
  }
5083
- if (threshold === undefined) {
5078
+ if (threshold === void 0) {
5084
5079
  threshold = 1;
5085
5080
  }
5086
5081
  cleanup();
@@ -5137,7 +5132,7 @@ function observeMove(element, onMove) {
5137
5132
  return cleanup;
5138
5133
  }
5139
5134
  function autoUpdate(reference, floating, update, options) {
5140
- if (options === undefined) {
5135
+ if (options === void 0) {
5141
5136
  options = {};
5142
5137
  }
5143
5138
  const {
@@ -5226,11 +5221,11 @@ var computePosition2 = (reference, floating, options) => {
5226
5221
  });
5227
5222
  };
5228
5223
 
5229
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/4X2EKUJ3.js
5224
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/4X2EKUJ3.js
5230
5225
  var PopperContext = createContext();
5231
5226
  function usePopperContext() {
5232
5227
  const context = useContext(PopperContext);
5233
- if (context === undefined) {
5228
+ if (context === void 0) {
5234
5229
  throw new Error("[kobalte]: `usePopperContext` must be used within a `Popper` component");
5235
5230
  }
5236
5231
  return context;
@@ -5415,14 +5410,14 @@ function PopperRoot(props) {
5415
5410
  const hasAlignment = !!placement.split("-")[1];
5416
5411
  return {
5417
5412
  mainAxis: finalGutter,
5418
- crossAxis: !hasAlignment ? mergedProps.shift : undefined,
5413
+ crossAxis: !hasAlignment ? mergedProps.shift : void 0,
5419
5414
  alignmentAxis: mergedProps.shift
5420
5415
  };
5421
5416
  })
5422
5417
  ];
5423
5418
  if (mergedProps.flip !== false) {
5424
- const fallbackPlacements = typeof mergedProps.flip === "string" ? mergedProps.flip.split(" ") : undefined;
5425
- if (fallbackPlacements !== undefined && !fallbackPlacements.every(isValidPlacement)) {
5419
+ const fallbackPlacements = typeof mergedProps.flip === "string" ? mergedProps.flip.split(" ") : void 0;
5420
+ if (fallbackPlacements !== void 0 && !fallbackPlacements.every(isValidPlacement)) {
5426
5421
  throw new Error("`flip` expects a spaced-delimited list of placements");
5427
5422
  }
5428
5423
  middleware.push(flip2({
@@ -5552,7 +5547,7 @@ var Popper = Object.assign(PopperRoot, {
5552
5547
  Positioner: PopperPositioner
5553
5548
  });
5554
5549
 
5555
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/QEMPLYZX.js
5550
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/QEMPLYZX.js
5556
5551
  function createEscapeKeyDown(props) {
5557
5552
  const handleKeyDown = (event) => {
5558
5553
  if (event.key === EventKey.Escape) {
@@ -5574,7 +5569,7 @@ function createEscapeKeyDown(props) {
5574
5569
  });
5575
5570
  }
5576
5571
 
5577
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/QGCMYLTA.js
5572
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/QGCMYLTA.js
5578
5573
  var POINTER_DOWN_OUTSIDE_EVENT = "interactOutside.pointerDownOutside";
5579
5574
  var FOCUS_OUTSIDE_EVENT = "interactOutside.focusOutside";
5580
5575
  function createInteractOutside(props, ref) {
@@ -5676,7 +5671,7 @@ function createInteractOutside(props, ref) {
5676
5671
  });
5677
5672
  }
5678
5673
 
5679
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/G7G3PFRJ.js
5674
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/G7G3PFRJ.js
5680
5675
  var DismissableLayerContext = createContext();
5681
5676
  function useOptionalDismissableLayerContext() {
5682
5677
  return useContext(DismissableLayerContext);
@@ -5795,7 +5790,7 @@ function DismissableLayer(props) {
5795
5790
  });
5796
5791
  }
5797
5792
 
5798
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/7LCANGHD.js
5793
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/7LCANGHD.js
5799
5794
  function createDisclosureState(props = {}) {
5800
5795
  const [isOpen, setIsOpen] = createControllableBooleanSignal({
5801
5796
  value: () => access(props.open),
@@ -5820,7 +5815,7 @@ function createDisclosureState(props = {}) {
5820
5815
  };
5821
5816
  }
5822
5817
 
5823
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/Q2BOFK7I.js
5818
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/Q2BOFK7I.js
5824
5819
  var radio_group_exports = {};
5825
5820
  __export(radio_group_exports, {
5826
5821
  Description: () => FormControlDescription,
@@ -5838,7 +5833,7 @@ __export(radio_group_exports, {
5838
5833
  var RadioGroupContext = createContext();
5839
5834
  function useRadioGroupContext() {
5840
5835
  const context = useContext(RadioGroupContext);
5841
- if (context === undefined) {
5836
+ if (context === void 0) {
5842
5837
  throw new Error("[kobalte]: `useRadioGroupContext` must be used within a `RadioGroup` component");
5843
5838
  }
5844
5839
  return context;
@@ -5846,7 +5841,7 @@ function useRadioGroupContext() {
5846
5841
  var RadioGroupItemContext = createContext();
5847
5842
  function useRadioGroupItemContext() {
5848
5843
  const context = useContext(RadioGroupItemContext);
5849
- if (context === undefined) {
5844
+ if (context === void 0) {
5850
5845
  throw new Error("[kobalte]: `useRadioGroupItemContext` must be used within a `RadioGroup.Item` component");
5851
5846
  }
5852
5847
  return context;
@@ -5878,8 +5873,8 @@ function RadioGroupItem(props) {
5878
5873
  };
5879
5874
  const dataset = createMemo(() => ({
5880
5875
  ...formControlContext.dataset(),
5881
- "data-disabled": isDisabled() ? "" : undefined,
5882
- "data-checked": isSelected() ? "" : undefined
5876
+ "data-disabled": isDisabled() ? "" : void 0,
5877
+ "data-checked": isSelected() ? "" : void 0
5883
5878
  }));
5884
5879
  const context = {
5885
5880
  value: () => local.value,
@@ -5984,11 +5979,11 @@ function RadioGroupItemInput(props) {
5984
5979
  local["aria-labelledby"],
5985
5980
  radioContext.labelId(),
5986
5981
  // If there is both an aria-label and aria-labelledby, add the input itself has an aria-labelledby
5987
- local["aria-labelledby"] != null && others["aria-label"] != null ? others.id : undefined
5988
- ].filter(Boolean).join(" ") || undefined;
5982
+ local["aria-labelledby"] != null && others["aria-label"] != null ? others.id : void 0
5983
+ ].filter(Boolean).join(" ") || void 0;
5989
5984
  };
5990
5985
  const ariaDescribedBy = () => {
5991
- return [local["aria-describedby"], radioContext.descriptionId(), radioGroupContext.ariaDescribedBy()].filter(Boolean).join(" ") || undefined;
5986
+ return [local["aria-describedby"], radioContext.descriptionId(), radioGroupContext.ariaDescribedBy()].filter(Boolean).join(" ") || void 0;
5992
5987
  };
5993
5988
  const [isInternalChangeEvent, setIsInternalChangeEvent] = createSignal(false);
5994
5989
  const onChange = (e2) => {
@@ -6143,16 +6138,16 @@ function RadioGroupRoot(props) {
6143
6138
  return access(formControlProps.id);
6144
6139
  },
6145
6140
  get ["aria-invalid"]() {
6146
- return formControlContext.validationState() === "invalid" || undefined;
6141
+ return formControlContext.validationState() === "invalid" || void 0;
6147
6142
  },
6148
6143
  get ["aria-required"]() {
6149
- return formControlContext.isRequired() || undefined;
6144
+ return formControlContext.isRequired() || void 0;
6150
6145
  },
6151
6146
  get ["aria-disabled"]() {
6152
- return formControlContext.isDisabled() || undefined;
6147
+ return formControlContext.isDisabled() || void 0;
6153
6148
  },
6154
6149
  get ["aria-readonly"]() {
6155
- return formControlContext.isReadOnly() || undefined;
6150
+ return formControlContext.isReadOnly() || void 0;
6156
6151
  },
6157
6152
  get ["aria-orientation"]() {
6158
6153
  return local.orientation;
@@ -6181,7 +6176,7 @@ var RadioGroup = Object.assign(RadioGroupRoot, {
6181
6176
  Label: RadioGroupLabel
6182
6177
  });
6183
6178
 
6184
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/GLKC2QFF.js
6179
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/GLKC2QFF.js
6185
6180
  var ListKeyboardDelegate = class {
6186
6181
  collection;
6187
6182
  ref;
@@ -6316,7 +6311,7 @@ function createSelectableList(props, ref, scrollRef) {
6316
6311
  ref);
6317
6312
  }
6318
6313
 
6319
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/ISKHZMHS.js
6314
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/ISKHZMHS.js
6320
6315
  var AUTOFOCUS_ON_MOUNT_EVENT = "focusScope.autoFocusOnMount";
6321
6316
  var AUTOFOCUS_ON_UNMOUNT_EVENT = "focusScope.autoFocusOnUnmount";
6322
6317
  var EVENT_OPTIONS = {
@@ -6517,10 +6512,10 @@ function createFocusScope(props, ref) {
6517
6512
  });
6518
6513
  }
6519
6514
 
6520
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/YA7DCYMB.js
6515
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/YA7DCYMB.js
6521
6516
  var DATA_LIVE_ANNOUNCER_ATTR = "data-live-announcer";
6522
6517
 
6523
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/TZGE2AQH.js
6518
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/TZGE2AQH.js
6524
6519
  function createHideOutside(props) {
6525
6520
  createEffect(() => {
6526
6521
  if (access(props.isDisabled)) {
@@ -6640,7 +6635,7 @@ function ariaHideOutside(targets, root = document.body) {
6640
6635
  };
6641
6636
  }
6642
6637
 
6643
- // ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.3/node_modules/@corvu/utils/dist/chunk/HD4B7J7A.js
6638
+ // ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.5/node_modules/@corvu/utils/dist/chunk/HD4B7J7A.js
6644
6639
  var activeStyles = /* @__PURE__ */ new Map();
6645
6640
  var createStyle = (props) => {
6646
6641
  createEffect(() => {
@@ -6688,7 +6683,7 @@ var createStyle = (props) => {
6688
6683
  };
6689
6684
  var style_default = createStyle;
6690
6685
 
6691
- // ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.3/node_modules/@corvu/utils/dist/scroll/index.js
6686
+ // ../../node_modules/.pnpm/@corvu+utils@0.3.2_solid-js@1.9.5/node_modules/@corvu/utils/dist/scroll/index.js
6692
6687
  var getScrollDimensions = (element, axis) => {
6693
6688
  switch (axis) {
6694
6689
  case "x":
@@ -6728,7 +6723,7 @@ var getScrollAtLocation = (location, axis, stopAt) => {
6728
6723
  return [availableScroll, availableScrollTop];
6729
6724
  };
6730
6725
 
6731
- // ../../node_modules/.pnpm/solid-prevent-scroll@0.1.9_solid-js@1.9.3/node_modules/solid-prevent-scroll/dist/index.js
6726
+ // ../../node_modules/.pnpm/solid-prevent-scroll@0.1.9_solid-js@1.9.5/node_modules/solid-prevent-scroll/dist/index.js
6732
6727
  var [preventScrollStack, setPreventScrollStack] = createSignal([]);
6733
6728
  var isActive = (id) => preventScrollStack().indexOf(id) === preventScrollStack().length - 1;
6734
6729
  var createPreventScroll = (props) => {
@@ -6886,7 +6881,7 @@ var wouldScroll = (target, axis, delta, wrapper) => {
6886
6881
  const [availableScroll, availableScrollTop] = getScrollAtLocation(
6887
6882
  target,
6888
6883
  axis,
6889
- targetInWrapper ? wrapper : undefined
6884
+ targetInWrapper ? wrapper : void 0
6890
6885
  );
6891
6886
  if (delta > 0 && Math.abs(availableScroll) <= 1) {
6892
6887
  return false;
@@ -6910,14 +6905,14 @@ var contains2 = (wrapper, target) => {
6910
6905
  var preventScroll_default = createPreventScroll;
6911
6906
  var src_default2 = preventScroll_default;
6912
6907
 
6913
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/3F4B62RP.js
6908
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/3F4B62RP.js
6914
6909
  var MenuContext = createContext();
6915
6910
  function useOptionalMenuContext() {
6916
6911
  return useContext(MenuContext);
6917
6912
  }
6918
6913
  function useMenuContext() {
6919
6914
  const context = useOptionalMenuContext();
6920
- if (context === undefined) {
6915
+ if (context === void 0) {
6921
6916
  throw new Error("[kobalte]: `useMenuContext` must be used within a `Menu` component");
6922
6917
  }
6923
6918
  return context;
@@ -6925,7 +6920,7 @@ function useMenuContext() {
6925
6920
  var MenuItemContext = createContext();
6926
6921
  function useMenuItemContext() {
6927
6922
  const context = useContext(MenuItemContext);
6928
- if (context === undefined) {
6923
+ if (context === void 0) {
6929
6924
  throw new Error("[kobalte]: `useMenuItemContext` must be used within a `Menu.Item` component");
6930
6925
  }
6931
6926
  return context;
@@ -6933,7 +6928,7 @@ function useMenuItemContext() {
6933
6928
  var MenuRootContext = createContext();
6934
6929
  function useMenuRootContext() {
6935
6930
  const context = useContext(MenuRootContext);
6936
- if (context === undefined) {
6931
+ if (context === void 0) {
6937
6932
  throw new Error("[kobalte]: `useMenuRootContext` must be used within a `MenuRoot` component");
6938
6933
  }
6939
6934
  return context;
@@ -7025,15 +7020,15 @@ function MenuItemBase(props) {
7025
7020
  return "mixed";
7026
7021
  }
7027
7022
  if (local.checked == null) {
7028
- return undefined;
7023
+ return void 0;
7029
7024
  }
7030
7025
  return local.checked;
7031
7026
  });
7032
7027
  const dataset = createMemo(() => ({
7033
- "data-indeterminate": local.indeterminate ? "" : undefined,
7034
- "data-checked": local.checked && !local.indeterminate ? "" : undefined,
7035
- "data-disabled": local.disabled ? "" : undefined,
7036
- "data-highlighted": isHighlighted() ? "" : undefined
7028
+ "data-indeterminate": local.indeterminate ? "" : void 0,
7029
+ "data-checked": local.checked && !local.indeterminate ? "" : void 0,
7030
+ "data-disabled": local.disabled ? "" : void 0,
7031
+ "data-highlighted": isHighlighted() ? "" : void 0
7037
7032
  }));
7038
7033
  const context = {
7039
7034
  isChecked: () => local.checked,
@@ -7141,9 +7136,9 @@ function MenuTrigger(props) {
7141
7136
  }, props);
7142
7137
  const [local, others] = splitProps(mergedProps, ["ref", "id", "disabled", "onPointerDown", "onClick", "onKeyDown", "onMouseOver", "onFocus"]);
7143
7138
  let key = () => rootContext.value();
7144
- if (optionalMenubarContext !== undefined) {
7139
+ if (optionalMenubarContext !== void 0) {
7145
7140
  key = () => rootContext.value() ?? local.id;
7146
- if (optionalMenubarContext.lastValue() === undefined)
7141
+ if (optionalMenubarContext.lastValue() === void 0)
7147
7142
  optionalMenubarContext.setLastValue(key);
7148
7143
  }
7149
7144
  const tagName = createTagName(() => context.triggerRef(), () => "button");
@@ -7157,7 +7152,7 @@ function MenuTrigger(props) {
7157
7152
  context.triggerRef()?.focus();
7158
7153
  }));
7159
7154
  const handleClick = () => {
7160
- if (optionalMenubarContext !== undefined) {
7155
+ if (optionalMenubarContext !== void 0) {
7161
7156
  if (!context.isOpen()) {
7162
7157
  if (!optionalMenubarContext.autoFocusMenu()) {
7163
7158
  optionalMenubarContext.setAutoFocusMenu(true);
@@ -7213,14 +7208,14 @@ function MenuTrigger(props) {
7213
7208
  context.open("last");
7214
7209
  break;
7215
7210
  case MENUBAR_KEYS.next(direction(), rootContext.orientation()):
7216
- if (optionalMenubarContext === undefined)
7211
+ if (optionalMenubarContext === void 0)
7217
7212
  break;
7218
7213
  e2.stopPropagation();
7219
7214
  e2.preventDefault();
7220
7215
  optionalMenubarContext.nextMenu();
7221
7216
  break;
7222
7217
  case MENUBAR_KEYS.previous(direction(), rootContext.orientation()):
7223
- if (optionalMenubarContext === undefined)
7218
+ if (optionalMenubarContext === void 0)
7224
7219
  break;
7225
7220
  e2.stopPropagation();
7226
7221
  e2.preventDefault();
@@ -7232,13 +7227,13 @@ function MenuTrigger(props) {
7232
7227
  callHandler(e2, local.onMouseOver);
7233
7228
  if (context.triggerRef()?.dataset.pointerType === "touch")
7234
7229
  return;
7235
- if (!local.disabled && optionalMenubarContext !== undefined && optionalMenubarContext.value() !== undefined) {
7230
+ if (!local.disabled && optionalMenubarContext !== void 0 && optionalMenubarContext.value() !== void 0) {
7236
7231
  optionalMenubarContext.setValue(key);
7237
7232
  }
7238
7233
  };
7239
7234
  const onFocus = (e2) => {
7240
7235
  callHandler(e2, local.onFocus);
7241
- if (optionalMenubarContext !== undefined && e2.currentTarget.dataset.pointerType !== "touch")
7236
+ if (optionalMenubarContext !== void 0 && e2.currentTarget.dataset.pointerType !== "touch")
7242
7237
  optionalMenubarContext.setValue(key);
7243
7238
  };
7244
7239
  createEffect(() => onCleanup(context.registerTriggerId(local.id)));
@@ -7261,20 +7256,20 @@ function MenuTrigger(props) {
7261
7256
  return context.isOpen();
7262
7257
  },
7263
7258
  get ["aria-controls"]() {
7264
- return createMemo(() => !!context.isOpen())() ? context.contentId() : undefined;
7259
+ return createMemo(() => !!context.isOpen())() ? context.contentId() : void 0;
7265
7260
  },
7266
7261
  get ["data-highlighted"]() {
7267
- return key() !== undefined && optionalMenubarContext?.value() === key() ? true : undefined;
7262
+ return key() !== void 0 && optionalMenubarContext?.value() === key() ? true : void 0;
7268
7263
  },
7269
7264
  get tabIndex() {
7270
- return optionalMenubarContext !== undefined ? optionalMenubarContext.value() === key() || optionalMenubarContext.lastValue() === key() ? 0 : -1 : undefined;
7265
+ return optionalMenubarContext !== void 0 ? optionalMenubarContext.value() === key() || optionalMenubarContext.lastValue() === key() ? 0 : -1 : void 0;
7271
7266
  },
7272
7267
  onPointerDown,
7273
7268
  onMouseOver,
7274
7269
  onClick,
7275
7270
  onKeyDown,
7276
7271
  onFocus,
7277
- role: optionalMenubarContext !== undefined ? "menuitem" : undefined
7272
+ role: optionalMenubarContext !== void 0 ? "menuitem" : void 0
7278
7273
  }, () => context.dataset(), others));
7279
7274
  }
7280
7275
  var NavigationMenuContext = createContext();
@@ -7296,7 +7291,7 @@ function MenuContentBase(props) {
7296
7291
  const [local, others] = splitProps(mergedProps, ["ref", "id", "style", "onOpenAutoFocus", "onCloseAutoFocus", "onEscapeKeyDown", "onFocusOutside", "onPointerEnter", "onPointerMove", "onKeyDown", "onMouseDown", "onFocusIn", "onFocusOut"]);
7297
7292
  let lastPointerX = 0;
7298
7293
  const isRootModalContent = () => {
7299
- return context.parentMenuContext() == null && optionalMenubarContext === undefined && rootContext.isModal();
7294
+ return context.parentMenuContext() == null && optionalMenubarContext === void 0 && rootContext.isModal();
7300
7295
  };
7301
7296
  const selectableList = createSelectableList({
7302
7297
  selectionManager: context.listState().selectionManager,
@@ -7311,7 +7306,7 @@ function MenuContentBase(props) {
7311
7306
  createFocusScope({
7312
7307
  trapFocus: () => isRootModalContent() && context.isOpen(),
7313
7308
  onMountAutoFocus: (event) => {
7314
- if (optionalMenubarContext === undefined)
7309
+ if (optionalMenubarContext === void 0)
7315
7310
  local.onOpenAutoFocus?.(event);
7316
7311
  },
7317
7312
  onUnmountAutoFocus: local.onCloseAutoFocus
@@ -7323,7 +7318,7 @@ function MenuContentBase(props) {
7323
7318
  if (e2.key === "Tab" && context.isOpen()) {
7324
7319
  e2.preventDefault();
7325
7320
  }
7326
- if (optionalMenubarContext !== undefined) {
7321
+ if (optionalMenubarContext !== void 0) {
7327
7322
  if (e2.currentTarget.getAttribute("aria-haspopup") !== "true")
7328
7323
  switch (e2.key) {
7329
7324
  case MENUBAR_KEYS.next(direction(), rootContext.orientation()):
@@ -7362,7 +7357,7 @@ function MenuContentBase(props) {
7362
7357
  return;
7363
7358
  }
7364
7359
  context.parentMenuContext()?.listState().selectionManager().setFocused(false);
7365
- context.parentMenuContext()?.listState().selectionManager().setFocusedKey(undefined);
7360
+ context.parentMenuContext()?.listState().selectionManager().setFocusedKey(void 0);
7366
7361
  };
7367
7362
  const onPointerMove = (e2) => {
7368
7363
  callHandler(e2, local.onPointerMove);
@@ -7409,7 +7404,7 @@ function MenuContentBase(props) {
7409
7404
  get children() {
7410
7405
  return createComponent(Show, {
7411
7406
  get when() {
7412
- return optionalNavigationMenuContext === undefined || context.parentMenuContext() != null;
7407
+ return optionalNavigationMenuContext === void 0 || context.parentMenuContext() != null;
7413
7408
  },
7414
7409
  get fallback() {
7415
7410
  return createComponent(Polymorphic, mergeProps({
@@ -7467,7 +7462,7 @@ function MenuContent(props) {
7467
7462
  var MenuGroupContext = createContext();
7468
7463
  function useMenuGroupContext() {
7469
7464
  const context = useContext(MenuGroupContext);
7470
- if (context === undefined) {
7465
+ if (context === void 0) {
7471
7466
  throw new Error("[kobalte]: `useMenuGroupContext` must be used within a `Menu.Group` component");
7472
7467
  }
7473
7468
  return context;
@@ -7589,7 +7584,7 @@ function MenuPortal(props) {
7589
7584
  var MenuRadioGroupContext = createContext();
7590
7585
  function useMenuRadioGroupContext() {
7591
7586
  const context = useContext(MenuRadioGroupContext);
7592
- if (context === undefined) {
7587
+ if (context === void 0) {
7593
7588
  throw new Error("[kobalte]: `useMenuRadioGroupContext` must be used within a `Menu.RadioGroup` component");
7594
7589
  }
7595
7590
  return context;
@@ -7741,7 +7736,7 @@ function Menu(props) {
7741
7736
  if (content) {
7742
7737
  focusWithoutScrolling(content);
7743
7738
  listState.selectionManager().setFocused(true);
7744
- listState.selectionManager().setFocusedKey(undefined);
7739
+ listState.selectionManager().setFocusedKey(void 0);
7745
7740
  }
7746
7741
  };
7747
7742
  const focusContent = () => {
@@ -7795,12 +7790,12 @@ function Menu(props) {
7795
7790
  });
7796
7791
  });
7797
7792
  createEffect(() => {
7798
- if (parentMenuContext !== undefined)
7793
+ if (parentMenuContext !== void 0)
7799
7794
  return;
7800
7795
  optionalMenubarContext?.registerMenu(rootContext.value(), [contentRef(), ...nestedMenus()]);
7801
7796
  });
7802
7797
  createEffect(() => {
7803
- if (parentMenuContext !== undefined || optionalMenubarContext === undefined)
7798
+ if (parentMenuContext !== void 0 || optionalMenubarContext === void 0)
7804
7799
  return;
7805
7800
  if (optionalMenubarContext.value() === rootContext.value()) {
7806
7801
  triggerRef()?.focus();
@@ -7810,19 +7805,19 @@ function Menu(props) {
7810
7805
  close();
7811
7806
  });
7812
7807
  createEffect(() => {
7813
- if (parentMenuContext !== undefined || optionalMenubarContext === undefined)
7808
+ if (parentMenuContext !== void 0 || optionalMenubarContext === void 0)
7814
7809
  return;
7815
7810
  if (disclosureState.isOpen())
7816
7811
  optionalMenubarContext.setValue(rootContext.value());
7817
7812
  });
7818
7813
  onCleanup(() => {
7819
- if (parentMenuContext !== undefined)
7814
+ if (parentMenuContext !== void 0)
7820
7815
  return;
7821
7816
  optionalMenubarContext?.unregisterMenu(rootContext.value());
7822
7817
  });
7823
7818
  const dataset = createMemo(() => ({
7824
- "data-expanded": disclosureState.isOpen() ? "" : undefined,
7825
- "data-closed": !disclosureState.isOpen() ? "" : undefined
7819
+ "data-expanded": disclosureState.isOpen() ? "" : void 0,
7820
+ "data-closed": !disclosureState.isOpen() ? "" : void 0
7826
7821
  }));
7827
7822
  const context = {
7828
7823
  dataset,
@@ -7861,7 +7856,7 @@ function Menu(props) {
7861
7856
  value: context,
7862
7857
  get children() {
7863
7858
  return createComponent(Show, {
7864
- when: optionalNavigationMenuContext === undefined,
7859
+ when: optionalNavigationMenuContext === void 0,
7865
7860
  get fallback() {
7866
7861
  return others.children;
7867
7862
  },
@@ -8012,7 +8007,7 @@ function MenuSubTrigger(props) {
8012
8007
  if (!e2.defaultPrevented) {
8013
8008
  if (context.listState().selectionManager().isFocused()) {
8014
8009
  context.listState().selectionManager().setFocused(false);
8015
- context.listState().selectionManager().setFocusedKey(undefined);
8010
+ context.listState().selectionManager().setFocusedKey(void 0);
8016
8011
  }
8017
8012
  focusWithoutScrolling(e2.currentTarget);
8018
8013
  parentMenuContext?.listState().selectionManager().setFocused(true);
@@ -8059,7 +8054,7 @@ function MenuSubTrigger(props) {
8059
8054
  e2.stopPropagation();
8060
8055
  e2.preventDefault();
8061
8056
  parentSelectionManager().setFocused(false);
8062
- parentSelectionManager().setFocusedKey(undefined);
8057
+ parentSelectionManager().setFocusedKey(void 0);
8063
8058
  if (!context.isOpen()) {
8064
8059
  context.open("first");
8065
8060
  }
@@ -8112,7 +8107,7 @@ function MenuSubTrigger(props) {
8112
8107
  return context.isOpen();
8113
8108
  },
8114
8109
  get ["aria-controls"]() {
8115
- return createMemo(() => !!context.isOpen())() ? context.contentId() : undefined;
8110
+ return createMemo(() => !!context.isOpen())() ? context.contentId() : void 0;
8116
8111
  },
8117
8112
  get ["aria-disabled"]() {
8118
8113
  return local.disabled;
@@ -8121,10 +8116,10 @@ function MenuSubTrigger(props) {
8121
8116
  return selectableItem.dataKey();
8122
8117
  },
8123
8118
  get ["data-highlighted"]() {
8124
- return isHighlighted() ? "" : undefined;
8119
+ return isHighlighted() ? "" : void 0;
8125
8120
  },
8126
8121
  get ["data-disabled"]() {
8127
- return local.disabled ? "" : undefined;
8122
+ return local.disabled ? "" : void 0;
8128
8123
  },
8129
8124
  get onPointerDown() {
8130
8125
  return composeEventHandlers([local.onPointerDown, selectableItem.onPointerDown]);
@@ -8184,7 +8179,7 @@ function MenuRoot(props) {
8184
8179
  });
8185
8180
  }
8186
8181
 
8187
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/STGRFJHZ.js
8182
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/STGRFJHZ.js
8188
8183
  var separator_exports = {};
8189
8184
  __export(separator_exports, {
8190
8185
  Root: () => SeparatorRoot,
@@ -8204,10 +8199,10 @@ function SeparatorRoot(props) {
8204
8199
  typeof _ref$ === "function" && _ref$(r$);
8205
8200
  },
8206
8201
  get role() {
8207
- return tagName() !== "hr" ? "separator" : undefined;
8202
+ return tagName() !== "hr" ? "separator" : void 0;
8208
8203
  },
8209
8204
  get ["aria-orientation"]() {
8210
- return local.orientation === "vertical" ? "vertical" : undefined;
8205
+ return local.orientation === "vertical" ? "vertical" : void 0;
8211
8206
  },
8212
8207
  get ["data-orientation"]() {
8213
8208
  return local.orientation;
@@ -8216,7 +8211,7 @@ function SeparatorRoot(props) {
8216
8211
  }
8217
8212
  var Separator = SeparatorRoot;
8218
8213
 
8219
- // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.3/node_modules/@kobalte/core/dist/chunk/V2JBZ7BJ.js
8214
+ // ../../node_modules/.pnpm/@kobalte+core@0.13.4_solid-js@1.9.5/node_modules/@kobalte/core/dist/chunk/V2JBZ7BJ.js
8220
8215
  var dropdown_menu_exports = {};
8221
8216
  __export(dropdown_menu_exports, {
8222
8217
  Arrow: () => PopperArrow,
@@ -8858,12 +8853,13 @@ var CopyButton = (props) => {
8858
8853
  setCopyState("NoCopy");
8859
8854
  }, 1500);
8860
8855
  }, (err) => {
8856
+ console.error("Failed to copy: ", err);
8861
8857
  setCopyState("ErrorCopy");
8862
8858
  setTimeout(() => {
8863
8859
  setCopyState("NoCopy");
8864
8860
  }, 1500);
8865
8861
  });
8866
- } : undefined, true);
8862
+ } : void 0, true);
8867
8863
  insert(_el$2, createComponent(Switch, {
8868
8864
  get children() {
8869
8865
  return [createComponent(Match, {
@@ -8900,8 +8896,8 @@ var CopyButton = (props) => {
8900
8896
  _v$2 !== _p$.t && setAttribute(_el$2, "aria-label", _p$.t = _v$2);
8901
8897
  return _p$;
8902
8898
  }, {
8903
- e: undefined,
8904
- t: undefined
8899
+ e: void 0,
8900
+ t: void 0
8905
8901
  });
8906
8902
  return _el$2;
8907
8903
  })();
@@ -9063,7 +9059,7 @@ function Explorer(props) {
9063
9059
  }), null);
9064
9060
  insert(_el$14, createComponent(Show, {
9065
9061
  get when() {
9066
- return props.itemsDeletable && props.activeQuery !== undefined;
9062
+ return props.itemsDeletable && props.activeQuery !== void 0;
9067
9063
  },
9068
9064
  get children() {
9069
9065
  return createComponent(DeleteItemButton, {
@@ -9076,7 +9072,7 @@ function Explorer(props) {
9076
9072
  }), null);
9077
9073
  insert(_el$14, createComponent(Show, {
9078
9074
  get when() {
9079
- return type() === "array" && props.activeQuery !== undefined;
9075
+ return type() === "array" && props.activeQuery !== void 0;
9080
9076
  },
9081
9077
  get children() {
9082
9078
  return createComponent(ClearArrayButton, {
@@ -9112,9 +9108,9 @@ function Explorer(props) {
9112
9108
  _v$5 !== _p$.a && className(_el$12, _p$.a = _v$5);
9113
9109
  return _p$;
9114
9110
  }, {
9115
- e: undefined,
9116
- t: undefined,
9117
- a: undefined
9111
+ e: void 0,
9112
+ t: void 0,
9113
+ a: void 0
9118
9114
  });
9119
9115
  return _el$7;
9120
9116
  })(), createComponent(Show, {
@@ -9224,8 +9220,8 @@ function Explorer(props) {
9224
9220
  _v$11 !== _p$.t && className(_el$25, _p$.t = _v$11);
9225
9221
  return _p$;
9226
9222
  }, {
9227
- e: undefined,
9228
- t: undefined
9223
+ e: void 0,
9224
+ t: void 0
9229
9225
  });
9230
9226
  return _el$23;
9231
9227
  })()
@@ -9247,7 +9243,7 @@ function Explorer(props) {
9247
9243
  insert(_el$19, () => props.label, _el$20);
9248
9244
  insert(_el$18, createComponent(Show, {
9249
9245
  get when() {
9250
- return createMemo(() => !!(props.editable && props.activeQuery !== undefined))() && (type() === "string" || type() === "number" || type() === "boolean");
9246
+ return createMemo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number" || type() === "boolean");
9251
9247
  },
9252
9248
  get fallback() {
9253
9249
  return (() => {
@@ -9260,7 +9256,7 @@ function Explorer(props) {
9260
9256
  get children() {
9261
9257
  return [createComponent(Show, {
9262
9258
  get when() {
9263
- return createMemo(() => !!(props.editable && props.activeQuery !== undefined))() && (type() === "string" || type() === "number");
9259
+ return createMemo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number");
9264
9260
  },
9265
9261
  get children() {
9266
9262
  var _el$21 = _tmpl$92();
@@ -9275,8 +9271,8 @@ function Explorer(props) {
9275
9271
  _v$7 !== _p$.t && className(_el$21, _p$.t = _v$7);
9276
9272
  return _p$;
9277
9273
  }, {
9278
- e: undefined,
9279
- t: undefined
9274
+ e: void 0,
9275
+ t: void 0
9280
9276
  });
9281
9277
  createRenderEffect(() => _el$21.value = props.value);
9282
9278
  return _el$21;
@@ -9305,7 +9301,7 @@ function Explorer(props) {
9305
9301
  }), null);
9306
9302
  insert(_el$18, createComponent(Show, {
9307
9303
  get when() {
9308
- return props.editable && props.itemsDeletable && props.activeQuery !== undefined;
9304
+ return props.editable && props.itemsDeletable && props.activeQuery !== void 0;
9309
9305
  },
9310
9306
  get children() {
9311
9307
  return createComponent(DeleteItemButton, {
@@ -9322,8 +9318,8 @@ function Explorer(props) {
9322
9318
  _v$9 !== _p$.t && className(_el$19, _p$.t = _v$9);
9323
9319
  return _p$;
9324
9320
  }, {
9325
- e: undefined,
9326
- t: undefined
9321
+ e: void 0,
9322
+ t: void 0
9327
9323
  });
9328
9324
  return _el$18;
9329
9325
  }
@@ -9875,11 +9871,11 @@ var DraggablePanel = (props) => {
9875
9871
  _v$5 !== _p$.i && className(_el$9, _p$.i = _v$5);
9876
9872
  return _p$;
9877
9873
  }, {
9878
- e: undefined,
9879
- t: undefined,
9880
- a: undefined,
9881
- o: undefined,
9882
- i: undefined
9874
+ e: void 0,
9875
+ t: void 0,
9876
+ a: void 0,
9877
+ o: void 0,
9878
+ i: void 0
9883
9879
  });
9884
9880
  return _el$7;
9885
9881
  })();
@@ -10363,26 +10359,26 @@ var ContentView = (props) => {
10363
10359
  _v$25 !== _p$.b && setAttribute(_el$29, "title", _p$.b = _v$25);
10364
10360
  return _p$;
10365
10361
  }, {
10366
- e: undefined,
10367
- t: undefined,
10368
- a: undefined,
10369
- o: undefined,
10370
- i: undefined,
10371
- n: undefined,
10372
- s: undefined,
10373
- h: undefined,
10374
- r: undefined,
10375
- d: undefined,
10376
- l: undefined,
10377
- u: undefined,
10378
- c: undefined,
10379
- w: undefined,
10380
- m: undefined,
10381
- f: undefined,
10382
- y: undefined,
10383
- g: undefined,
10384
- p: undefined,
10385
- b: undefined
10362
+ e: void 0,
10363
+ t: void 0,
10364
+ a: void 0,
10365
+ o: void 0,
10366
+ i: void 0,
10367
+ n: void 0,
10368
+ s: void 0,
10369
+ h: void 0,
10370
+ r: void 0,
10371
+ d: void 0,
10372
+ l: void 0,
10373
+ u: void 0,
10374
+ c: void 0,
10375
+ w: void 0,
10376
+ m: void 0,
10377
+ f: void 0,
10378
+ y: void 0,
10379
+ g: void 0,
10380
+ p: void 0,
10381
+ b: void 0
10386
10382
  });
10387
10383
  createRenderEffect(() => _el$20.value = selectedView() === "queries" ? props.localStore.filter || "" : props.localStore.mutationFilter || "");
10388
10384
  return _el$10;
@@ -10468,9 +10464,9 @@ var QueryRow = (props) => {
10468
10464
  _v$28 !== _p$.a && className(_el$50, _p$.a = _v$28);
10469
10465
  return _p$;
10470
10466
  }, {
10471
- e: undefined,
10472
- t: undefined,
10473
- a: undefined
10467
+ e: void 0,
10468
+ t: void 0,
10469
+ a: void 0
10474
10470
  });
10475
10471
  return _el$49;
10476
10472
  }
@@ -10581,9 +10577,9 @@ var MutationRow = (props) => {
10581
10577
  _v$31 !== _p$.a && className(_el$54, _p$.a = _v$31);
10582
10578
  return _p$;
10583
10579
  }, {
10584
- e: undefined,
10585
- t: undefined,
10586
- a: undefined
10580
+ e: void 0,
10581
+ t: void 0,
10582
+ a: void 0
10587
10583
  });
10588
10584
  return _el$53;
10589
10585
  }
@@ -10791,8 +10787,8 @@ var QueryStatus = (props) => {
10791
10787
  _v$33 !== _p$.t && className(_el$62, _p$.t = _v$33);
10792
10788
  return _p$;
10793
10789
  }, {
10794
- e: undefined,
10795
- t: undefined
10790
+ e: void 0,
10791
+ t: void 0
10796
10792
  });
10797
10793
  return _el$58;
10798
10794
  })();
@@ -10908,7 +10904,7 @@ var QueryDetails = () => {
10908
10904
  setSelectedQueryHash(null);
10909
10905
  };
10910
10906
  _el$86.$$click = () => {
10911
- if (activeQuery()?.state.data === undefined) {
10907
+ if (activeQuery()?.state.data === void 0) {
10912
10908
  setRestoringLoading(true);
10913
10909
  restoreQueryAfterLoadingOrError();
10914
10910
  } else {
@@ -10925,7 +10921,7 @@ var QueryDetails = () => {
10925
10921
  gcTime: -1
10926
10922
  });
10927
10923
  activeQueryVal.setState({
10928
- data: undefined,
10924
+ data: void 0,
10929
10925
  status: "pending",
10930
10926
  fetchMeta: {
10931
10927
  ...activeQueryVal.state.fetchMeta,
@@ -10960,9 +10956,9 @@ var QueryDetails = () => {
10960
10956
  _v$36 !== _p$.a && className(_el$90, _p$.a = _v$36);
10961
10957
  return _p$;
10962
10958
  }, {
10963
- e: undefined,
10964
- t: undefined,
10965
- a: undefined
10959
+ e: void 0,
10960
+ t: void 0,
10961
+ a: void 0
10966
10962
  });
10967
10963
  return _el$89;
10968
10964
  }
@@ -10998,9 +10994,9 @@ var QueryDetails = () => {
10998
10994
  _v$39 !== _p$.a && (_el$95.disabled = _p$.a = _v$39);
10999
10995
  return _p$;
11000
10996
  }, {
11001
- e: undefined,
11002
- t: undefined,
11003
- a: undefined
10997
+ e: void 0,
10998
+ t: void 0,
10999
+ a: void 0
11004
11000
  });
11005
11001
  return _el$92;
11006
11002
  }
@@ -11068,14 +11064,14 @@ var QueryDetails = () => {
11068
11064
  _v$47 !== _p$.h && className(_el$106, _p$.h = _v$47);
11069
11065
  return _p$;
11070
11066
  }, {
11071
- e: undefined,
11072
- t: undefined,
11073
- a: undefined,
11074
- o: undefined,
11075
- i: undefined,
11076
- n: undefined,
11077
- s: undefined,
11078
- h: undefined
11067
+ e: void 0,
11068
+ t: void 0,
11069
+ a: void 0,
11070
+ o: void 0,
11071
+ i: void 0,
11072
+ n: void 0,
11073
+ s: void 0,
11074
+ h: void 0
11079
11075
  });
11080
11076
  createRenderEffect(() => _el$101.value = JSON.stringify(activeQueryStateData(), null, 2));
11081
11077
  return _el$100;
@@ -11136,30 +11132,30 @@ var QueryDetails = () => {
11136
11132
  _v$71 !== _p$.I && ((_p$.I = _v$71) != null ? _el$108.style.setProperty("padding", _v$71) : _el$108.style.removeProperty("padding"));
11137
11133
  return _p$;
11138
11134
  }, {
11139
- e: undefined,
11140
- t: undefined,
11141
- a: undefined,
11142
- o: undefined,
11143
- i: undefined,
11144
- n: undefined,
11145
- s: undefined,
11146
- h: undefined,
11147
- r: undefined,
11148
- d: undefined,
11149
- l: undefined,
11150
- u: undefined,
11151
- c: undefined,
11152
- w: undefined,
11153
- m: undefined,
11154
- f: undefined,
11155
- y: undefined,
11156
- g: undefined,
11157
- p: undefined,
11158
- b: undefined,
11159
- T: undefined,
11160
- A: undefined,
11161
- O: undefined,
11162
- I: undefined
11135
+ e: void 0,
11136
+ t: void 0,
11137
+ a: void 0,
11138
+ o: void 0,
11139
+ i: void 0,
11140
+ n: void 0,
11141
+ s: void 0,
11142
+ h: void 0,
11143
+ r: void 0,
11144
+ d: void 0,
11145
+ l: void 0,
11146
+ u: void 0,
11147
+ c: void 0,
11148
+ w: void 0,
11149
+ m: void 0,
11150
+ f: void 0,
11151
+ y: void 0,
11152
+ g: void 0,
11153
+ p: void 0,
11154
+ b: void 0,
11155
+ T: void 0,
11156
+ A: void 0,
11157
+ O: void 0,
11158
+ I: void 0
11163
11159
  });
11164
11160
  return _el$63;
11165
11161
  }
@@ -11284,18 +11280,18 @@ var MutationDetails = () => {
11284
11280
  _v$83 !== _p$.u && ((_p$.u = _v$83) != null ? _el$127.style.setProperty("padding", _v$83) : _el$127.style.removeProperty("padding"));
11285
11281
  return _p$;
11286
11282
  }, {
11287
- e: undefined,
11288
- t: undefined,
11289
- a: undefined,
11290
- o: undefined,
11291
- i: undefined,
11292
- n: undefined,
11293
- s: undefined,
11294
- h: undefined,
11295
- r: undefined,
11296
- d: undefined,
11297
- l: undefined,
11298
- u: undefined
11283
+ e: void 0,
11284
+ t: void 0,
11285
+ a: void 0,
11286
+ o: void 0,
11287
+ i: void 0,
11288
+ n: void 0,
11289
+ s: void 0,
11290
+ h: void 0,
11291
+ r: void 0,
11292
+ d: void 0,
11293
+ l: void 0,
11294
+ u: void 0
11299
11295
  });
11300
11296
  return _el$110;
11301
11297
  }
@@ -11329,7 +11325,7 @@ var createSubscribeToQueryCacheBatcher = (callback, equalityCheck = true, should
11329
11325
  });
11330
11326
  const [value, setValue] = createSignal(callback(queryCache), !equalityCheck ? {
11331
11327
  equals: false
11332
- } : undefined);
11328
+ } : void 0);
11333
11329
  createEffect(() => {
11334
11330
  setValue(callback(queryCache));
11335
11331
  });
@@ -11368,7 +11364,7 @@ var createSubscribeToMutationCacheBatcher = (callback, equalityCheck = true) =>
11368
11364
  });
11369
11365
  const [value, setValue] = createSignal(callback(mutationCache), !equalityCheck ? {
11370
11366
  equals: false
11371
- } : undefined);
11367
+ } : void 0);
11372
11368
  createEffect(() => {
11373
11369
  setValue(callback(mutationCache));
11374
11370
  });