zudoku 0.32.1 → 0.32.3

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.
Files changed (205) hide show
  1. package/dist/app/tailwind.js +6 -0
  2. package/dist/app/tailwind.js.map +1 -1
  3. package/dist/config/validators/InputSidebarSchema.d.ts +15 -15
  4. package/dist/config/validators/InputSidebarSchema.js +10 -1
  5. package/dist/config/validators/InputSidebarSchema.js.map +1 -1
  6. package/dist/config/validators/common.d.ts +40 -40
  7. package/dist/config/validators/icon-types.d.ts +1 -1
  8. package/dist/config/validators/validate.d.ts +19 -19
  9. package/dist/lib/components/Header.js +2 -2
  10. package/dist/lib/components/Header.js.map +1 -1
  11. package/dist/lib/components/Layout.js +1 -1
  12. package/dist/lib/components/Layout.js.map +1 -1
  13. package/dist/lib/components/TopNavigation.js +3 -2
  14. package/dist/lib/components/TopNavigation.js.map +1 -1
  15. package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
  16. package/dist/lib/components/index.d.ts +1 -0
  17. package/dist/lib/components/index.js +2 -0
  18. package/dist/lib/components/index.js.map +1 -1
  19. package/dist/lib/components/navigation/SidebarBadge.d.ts +2 -0
  20. package/dist/lib/components/navigation/SidebarBadge.js +3 -1
  21. package/dist/lib/components/navigation/SidebarBadge.js.map +1 -1
  22. package/dist/lib/components/navigation/SidebarItem.js +1 -1
  23. package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
  24. package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
  25. package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
  26. package/dist/lib/oas/graphql/index.js +3 -1
  27. package/dist/lib/oas/graphql/index.js.map +1 -1
  28. package/dist/lib/plugins/api-catalog/Catalog.d.ts +2 -2
  29. package/dist/lib/plugins/api-catalog/Catalog.js +11 -24
  30. package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -1
  31. package/dist/lib/plugins/api-catalog/index.d.ts +1 -0
  32. package/dist/lib/plugins/api-catalog/index.js +37 -8
  33. package/dist/lib/plugins/api-catalog/index.js.map +1 -1
  34. package/dist/lib/plugins/markdown/MdxPage.js +1 -1
  35. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  36. package/dist/lib/plugins/openapi/Sidecar.js +1 -1
  37. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  38. package/dist/lib/plugins/openapi/SidecarExamples.js +2 -2
  39. package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
  40. package/dist/lib/plugins/openapi/graphql/gql.js +0 -11
  41. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  42. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +1 -1
  43. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  44. package/dist/lib/ui/Badge.d.ts +1 -1
  45. package/dist/lib/ui/Button.d.ts +1 -1
  46. package/dist/lib/ui/Command.d.ts +1 -1
  47. package/dist/lib/ui/SyntaxHighlight.d.ts +14 -0
  48. package/dist/lib/{components → ui}/SyntaxHighlight.js +9 -6
  49. package/dist/lib/ui/SyntaxHighlight.js.map +1 -0
  50. package/dist/lib/ui/util.d.ts +2 -0
  51. package/dist/lib/ui/util.js +3 -0
  52. package/dist/lib/ui/util.js.map +1 -0
  53. package/dist/lib/util/MdxComponents.js +1 -1
  54. package/dist/lib/util/MdxComponents.js.map +1 -1
  55. package/dist/vite/config.js +4 -14
  56. package/dist/vite/config.js.map +1 -1
  57. package/dist/vite/plugin-api.js +2 -2
  58. package/dist/vite/plugin-api.js.map +1 -1
  59. package/dist/vite/plugin-config-reload.js +2 -1
  60. package/dist/vite/plugin-config-reload.js.map +1 -1
  61. package/dist/vite/plugin-config.js +5 -2
  62. package/dist/vite/plugin-config.js.map +1 -1
  63. package/lib/{AuthenticationPlugin-_YVa673u.js → AuthenticationPlugin-BlxA4Mbn.js} +4 -4
  64. package/lib/{AuthenticationPlugin-_YVa673u.js.map → AuthenticationPlugin-BlxA4Mbn.js.map} +1 -1
  65. package/lib/{CategoryHeading-MYL1u_6K.js → CategoryHeading-DpB47wvk.js} +3 -3
  66. package/lib/{CategoryHeading-MYL1u_6K.js.map → CategoryHeading-DpB47wvk.js.map} +1 -1
  67. package/lib/{Markdown-8mv9nhGd.js → Markdown-Cr9sYpR_.js} +4800 -4729
  68. package/lib/Markdown-Cr9sYpR_.js.map +1 -0
  69. package/lib/{MdxPage-GM1T5jmO.js → MdxPage-Dt-UEQl8.js} +10 -10
  70. package/lib/MdxPage-Dt-UEQl8.js.map +1 -0
  71. package/lib/{OasProvider-IS9wBrb7.js → OasProvider-WVtvHP5H.js} +6 -6
  72. package/lib/{OasProvider-IS9wBrb7.js.map → OasProvider-WVtvHP5H.js.map} +1 -1
  73. package/lib/{OperationList-BTmRbbXk.js → OperationList-DhOwupvv.js} +18 -19
  74. package/lib/{OperationList-BTmRbbXk.js.map → OperationList-DhOwupvv.js.map} +1 -1
  75. package/lib/Select-D9hI1G-y.js +223 -0
  76. package/lib/{Select-D9CKL33X.js.map → Select-D9hI1G-y.js.map} +1 -1
  77. package/lib/{SlotletProvider-D0mFmGJu.js → SlotletProvider-CEfNOA8i.js} +53 -53
  78. package/lib/{SlotletProvider-D0mFmGJu.js.map → SlotletProvider-CEfNOA8i.js.map} +1 -1
  79. package/lib/{Spinner-BlzrEEk1.js → Spinner-1KrEmx1V.js} +3 -3
  80. package/lib/{Spinner-BlzrEEk1.js.map → Spinner-1KrEmx1V.js.map} +1 -1
  81. package/lib/{SyntaxHighlight-B0L4SC_N.js → SyntaxHighlight-CcnUjERD.js} +445 -445
  82. package/lib/SyntaxHighlight-CcnUjERD.js.map +1 -0
  83. package/lib/{chunk-SYFQ2XB5-QijJrSf0.js → chunk-IR6S3I6Y-D_3UmFIn.js} +597 -597
  84. package/lib/chunk-IR6S3I6Y-D_3UmFIn.js.map +1 -0
  85. package/lib/{circular-DxaIIlWD.js → circular-v7K6lDDh.js} +1413 -1413
  86. package/lib/{circular-DxaIIlWD.js.map → circular-v7K6lDDh.js.map} +1 -1
  87. package/lib/context-DLCwaMXN.js +22 -0
  88. package/lib/{context-rwLGh-6_.js.map → context-DLCwaMXN.js.map} +1 -1
  89. package/lib/{createServer-DSQiPwjN.js → createServer-DMf6O2Rz.js} +3669 -3562
  90. package/lib/createServer-DMf6O2Rz.js.map +1 -0
  91. package/lib/{hook-C_t2ISLC.js → hook-CWwSAAlH.js} +384 -379
  92. package/lib/hook-CWwSAAlH.js.map +1 -0
  93. package/lib/index-Bn6Lc9tq.js +9 -0
  94. package/lib/index-Bn6Lc9tq.js.map +1 -0
  95. package/lib/index-CPNSgwSb.js +36 -0
  96. package/lib/{index-Djenk2Hj.js.map → index-CPNSgwSb.js.map} +1 -1
  97. package/lib/{index-BANyVRgL.js → index-Do_30Hpk.js} +78 -78
  98. package/lib/index-Do_30Hpk.js.map +1 -0
  99. package/lib/{index-B7mqiOei.js → index-Du5aNddU.js} +101 -101
  100. package/lib/index-Du5aNddU.js.map +1 -0
  101. package/lib/{index-CjJS0l4l.js → index-LNp6rxyU.js} +2 -2
  102. package/lib/{index-CjJS0l4l.js.map → index-LNp6rxyU.js.map} +1 -1
  103. package/lib/{index.esm-CrSoEshU.js → index.esm--gIChbWs.js} +3 -3
  104. package/lib/{index.esm-CrSoEshU.js.map → index.esm--gIChbWs.js.map} +1 -1
  105. package/lib/{index.esm-9-TF9KQB.js → index.esm-CQHE3GEU.js} +52 -53
  106. package/lib/{index.esm-9-TF9KQB.js.map → index.esm-CQHE3GEU.js.map} +1 -1
  107. package/lib/joinUrl-10po2Jdj.js +20 -0
  108. package/lib/{joinUrl-nLx9pD-Z.js.map → joinUrl-10po2Jdj.js.map} +1 -1
  109. package/lib/{jsx-runtime-Bdg6XQ1m.js → jsx-runtime-CYK1ROHF.js} +99 -99
  110. package/lib/{jsx-runtime-Bdg6XQ1m.js.map → jsx-runtime-CYK1ROHF.js.map} +1 -1
  111. package/lib/{mutation-Cm3O9f3X.js → mutation-B0wxqzSN.js} +26 -26
  112. package/lib/{mutation-Cm3O9f3X.js.map → mutation-B0wxqzSN.js.map} +1 -1
  113. package/lib/post-processors/removeExtensions.js +4 -4
  114. package/lib/ui/Accordion.js +1 -1
  115. package/lib/ui/ActionButton.js +2 -2
  116. package/lib/ui/Alert.js +2 -2
  117. package/lib/ui/AlertDialog.js +1 -1
  118. package/lib/ui/Badge.js +2 -2
  119. package/lib/ui/Breadcrumb.js +4 -4
  120. package/lib/ui/Button.js +2 -2
  121. package/lib/ui/Callout.js +4 -4
  122. package/lib/ui/Card.js +1 -1
  123. package/lib/ui/Carousel.js +1 -1
  124. package/lib/ui/Checkbox.js +2 -2
  125. package/lib/ui/Command.js +2 -2
  126. package/lib/ui/Dialog.js +1 -1
  127. package/lib/ui/Drawer.js +521 -543
  128. package/lib/ui/Drawer.js.map +1 -1
  129. package/lib/ui/DropdownMenu.js +1 -1
  130. package/lib/ui/Form.js +5 -5
  131. package/lib/ui/HoverCard.js +1 -1
  132. package/lib/ui/Input.js +1 -1
  133. package/lib/ui/Label.js +2 -2
  134. package/lib/ui/Pagination.js +10 -10
  135. package/lib/ui/Popover.js +1 -1
  136. package/lib/ui/Progress.js +1 -1
  137. package/lib/ui/RadioGroup.js +1 -1
  138. package/lib/ui/ScrollArea.js +1 -1
  139. package/lib/ui/Select.js +1 -1
  140. package/lib/ui/Skeleton.js +1 -1
  141. package/lib/ui/Slider.js +1 -1
  142. package/lib/ui/Switch.js +1 -1
  143. package/lib/ui/SyntaxHighlight.js +10 -0
  144. package/lib/ui/SyntaxHighlight.js.map +1 -0
  145. package/lib/ui/Tabs.js +1 -1
  146. package/lib/ui/Textarea.js +1 -1
  147. package/lib/ui/Toggle.js +2 -2
  148. package/lib/ui/ToggleGroup.js +1 -1
  149. package/lib/ui/Tooltip.js +1 -1
  150. package/lib/ui/util.js +6 -0
  151. package/lib/ui/util.js.map +1 -0
  152. package/lib/{useExposedProps-Bbf99zic.js → useExposedProps-RIvey2Oy.js} +2 -2
  153. package/lib/{useExposedProps-Bbf99zic.js.map → useExposedProps-RIvey2Oy.js.map} +1 -1
  154. package/lib/{useScrollToAnchor-BGEcH3HM.js → useScrollToAnchor-C-sRxs9o.js} +13 -9
  155. package/lib/useScrollToAnchor-C-sRxs9o.js.map +1 -0
  156. package/lib/zudoku.auth-auth0.js +1 -1
  157. package/lib/zudoku.auth-clerk.js +18 -18
  158. package/lib/zudoku.auth-openid.js +255 -295
  159. package/lib/zudoku.auth-openid.js.map +1 -1
  160. package/lib/zudoku.components.js +290 -283
  161. package/lib/zudoku.components.js.map +1 -1
  162. package/lib/zudoku.icons.js +1 -1
  163. package/lib/zudoku.plugin-api-catalog.js +91 -108
  164. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  165. package/lib/zudoku.plugin-api-keys.js +6 -6
  166. package/lib/zudoku.plugin-custom-pages.js +3 -3
  167. package/lib/zudoku.plugin-markdown.js +2 -2
  168. package/lib/zudoku.plugin-openapi.js +6 -6
  169. package/lib/zudoku.plugin-redirect.js +1 -1
  170. package/lib/zudoku.plugin-search-inkeep.js +9 -9
  171. package/package.json +49 -50
  172. package/src/app/tailwind.ts +6 -0
  173. package/src/lib/components/Header.tsx +3 -3
  174. package/src/lib/components/Layout.tsx +2 -2
  175. package/src/lib/components/TopNavigation.tsx +13 -9
  176. package/src/lib/components/index.ts +2 -0
  177. package/src/lib/components/navigation/SidebarBadge.tsx +4 -1
  178. package/src/lib/components/navigation/SidebarItem.tsx +1 -0
  179. package/src/lib/components/navigation/SidebarWrapper.tsx +1 -1
  180. package/src/lib/oas/graphql/index.ts +4 -1
  181. package/src/lib/plugins/api-catalog/Catalog.tsx +31 -94
  182. package/src/lib/plugins/api-catalog/index.tsx +54 -9
  183. package/src/lib/plugins/markdown/MdxPage.tsx +1 -1
  184. package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
  185. package/src/lib/plugins/openapi/SidecarExamples.tsx +1 -2
  186. package/src/lib/plugins/openapi/graphql/gql.ts +9 -1
  187. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +1 -1
  188. package/src/lib/{components → ui}/SyntaxHighlight.tsx +23 -8
  189. package/src/lib/ui/util.tsx +3 -0
  190. package/src/lib/util/MdxComponents.tsx +1 -1
  191. package/dist/lib/components/SyntaxHighlight.d.ts +0 -12
  192. package/dist/lib/components/SyntaxHighlight.js.map +0 -1
  193. package/lib/Markdown-8mv9nhGd.js.map +0 -1
  194. package/lib/MdxPage-GM1T5jmO.js.map +0 -1
  195. package/lib/Select-D9CKL33X.js +0 -223
  196. package/lib/SyntaxHighlight-B0L4SC_N.js.map +0 -1
  197. package/lib/chunk-SYFQ2XB5-QijJrSf0.js.map +0 -1
  198. package/lib/context-rwLGh-6_.js +0 -22
  199. package/lib/createServer-DSQiPwjN.js.map +0 -1
  200. package/lib/hook-C_t2ISLC.js.map +0 -1
  201. package/lib/index-B7mqiOei.js.map +0 -1
  202. package/lib/index-BANyVRgL.js.map +0 -1
  203. package/lib/index-Djenk2Hj.js +0 -36
  204. package/lib/joinUrl-nLx9pD-Z.js +0 -20
  205. package/lib/useScrollToAnchor-BGEcH3HM.js.map +0 -1
@@ -1,12 +1,12 @@
1
- var Be = (t) => {
1
+ var Ge = (t) => {
2
2
  throw TypeError(t);
3
3
  };
4
- var me = (t, e, s) => e.has(t) || Be("Cannot " + s);
5
- var n = (t, e, s) => (me(t, e, "read from private field"), s ? s.call(t) : e.get(t)), g = (t, e, s) => e.has(t) ? Be("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, s), d = (t, e, s, r) => (me(t, e, "write to private field"), r ? r.call(t, s) : e.set(t, s), s), w = (t, e, s) => (me(t, e, "access private method"), s);
4
+ var me = (t, e, s) => e.has(t) || Ge("Cannot " + s);
5
+ var n = (t, e, s) => (me(t, e, "read from private field"), s ? s.call(t) : e.get(t)), g = (t, e, s) => e.has(t) ? Ge("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, s), d = (t, e, s, r) => (me(t, e, "write to private field"), r ? r.call(t, s) : e.set(t, s), s), w = (t, e, s) => (me(t, e, "access private method"), s);
6
6
  import * as A from "react";
7
- import Ge, { createContext as Ct, useContext as Et, useMemo as Ot } from "react";
8
- import { j as It } from "./jsx-runtime-Bdg6XQ1m.js";
9
- import { u as pe, m as $e } from "./chunk-SYFQ2XB5-QijJrSf0.js";
7
+ import $e, { createContext as Et, useContext as Ot, useMemo as It } from "react";
8
+ import { j as Ft } from "./jsx-runtime-CYK1ROHF.js";
9
+ import { u as ve, m as ze } from "./chunk-IR6S3I6Y-D_3UmFIn.js";
10
10
  var qe = class {
11
11
  constructor() {
12
12
  this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
@@ -23,25 +23,25 @@ var qe = class {
23
23
  }
24
24
  onUnsubscribe() {
25
25
  }
26
- }, J = typeof window > "u" || "Deno" in globalThis;
27
- function ge() {
26
+ }, V = typeof window > "u" || "Deno" in globalThis;
27
+ function Se() {
28
28
  }
29
- function ds(t, e) {
29
+ function fs(t, e) {
30
30
  return typeof t == "function" ? t(e) : t;
31
31
  }
32
- function Se(t) {
32
+ function we(t) {
33
33
  return typeof t == "number" && t >= 0 && t !== 1 / 0;
34
34
  }
35
- function it(t, e) {
35
+ function at(t, e) {
36
36
  return Math.max(t + (e || 0) - Date.now(), 0);
37
37
  }
38
- function fe(t, e) {
38
+ function ye(t, e) {
39
39
  return typeof t == "function" ? t(e) : t;
40
40
  }
41
41
  function k(t, e) {
42
42
  return typeof t == "function" ? t(e) : t;
43
43
  }
44
- function fs(t, e) {
44
+ function ys(t, e) {
45
45
  const {
46
46
  type: s = "all",
47
47
  exact: r,
@@ -52,9 +52,9 @@ function fs(t, e) {
52
52
  } = t;
53
53
  if (o) {
54
54
  if (r) {
55
- if (e.queryHash !== Ft(o, e.options))
55
+ if (e.queryHash !== Pt(o, e.options))
56
56
  return !1;
57
- } else if (!Qe(e.queryKey, o))
57
+ } else if (!Le(e.queryKey, o))
58
58
  return !1;
59
59
  }
60
60
  if (s !== "all") {
@@ -64,47 +64,47 @@ function fs(t, e) {
64
64
  }
65
65
  return !(typeof u == "boolean" && e.isStale() !== u || i && i !== e.state.fetchStatus || a && !a(e));
66
66
  }
67
- function ys(t, e) {
67
+ function ps(t, e) {
68
68
  const { exact: s, status: r, predicate: i, mutationKey: a } = t;
69
69
  if (a) {
70
70
  if (!e.options.mutationKey)
71
71
  return !1;
72
72
  if (s) {
73
- if (we(e.options.mutationKey) !== we(a))
73
+ if (Re(e.options.mutationKey) !== Re(a))
74
74
  return !1;
75
- } else if (!Qe(e.options.mutationKey, a))
75
+ } else if (!Le(e.options.mutationKey, a))
76
76
  return !1;
77
77
  }
78
78
  return !(r && e.state.status !== r || i && !i(e));
79
79
  }
80
- function Ft(t, e) {
81
- return ((e == null ? void 0 : e.queryKeyHashFn) || we)(t);
80
+ function Pt(t, e) {
81
+ return ((e == null ? void 0 : e.queryKeyHashFn) || Re)(t);
82
82
  }
83
- function we(t) {
83
+ function Re(t) {
84
84
  return JSON.stringify(
85
85
  t,
86
- (e, s) => Ee(s) ? Object.keys(s).sort().reduce((r, i) => (r[i] = s[i], r), {}) : s
86
+ (e, s) => Oe(s) ? Object.keys(s).sort().reduce((r, i) => (r[i] = s[i], r), {}) : s
87
87
  );
88
88
  }
89
- function Qe(t, e) {
90
- return t === e ? !0 : typeof t != typeof e ? !1 : t && e && typeof t == "object" && typeof e == "object" ? !Object.keys(e).some((s) => !Qe(t[s], e[s])) : !1;
89
+ function Le(t, e) {
90
+ return t === e ? !0 : typeof t != typeof e ? !1 : t && e && typeof t == "object" && typeof e == "object" ? !Object.keys(e).some((s) => !Le(t[s], e[s])) : !1;
91
91
  }
92
- function Re(t, e) {
92
+ function Ce(t, e) {
93
93
  if (t === e)
94
94
  return t;
95
- const s = ze(t) && ze(e);
96
- if (s || Ee(t) && Ee(e)) {
95
+ const s = Je(t) && Je(e);
96
+ if (s || Oe(t) && Oe(e)) {
97
97
  const r = s ? t : Object.keys(t), i = r.length, a = s ? e : Object.keys(e), o = a.length, u = s ? [] : {};
98
98
  let l = 0;
99
99
  for (let f = 0; f < o; f++) {
100
- const v = s ? f : a[f];
101
- (!s && r.includes(v) || s) && t[v] === void 0 && e[v] === void 0 ? (u[v] = void 0, l++) : (u[v] = Re(t[v], e[v]), u[v] === t[v] && t[v] !== void 0 && l++);
100
+ const m = s ? f : a[f];
101
+ (!s && r.includes(m) || s) && t[m] === void 0 && e[m] === void 0 ? (u[m] = void 0, l++) : (u[m] = Ce(t[m], e[m]), u[m] === t[m] && t[m] !== void 0 && l++);
102
102
  }
103
103
  return i === o && l === i ? t : u;
104
104
  }
105
105
  return e;
106
106
  }
107
- function Ce(t, e) {
107
+ function Ee(t, e) {
108
108
  if (!e || Object.keys(t).length !== Object.keys(e).length)
109
109
  return !1;
110
110
  for (const s in t)
@@ -112,43 +112,43 @@ function Ce(t, e) {
112
112
  return !1;
113
113
  return !0;
114
114
  }
115
- function ze(t) {
115
+ function Je(t) {
116
116
  return Array.isArray(t) && t.length === Object.keys(t).length;
117
117
  }
118
- function Ee(t) {
119
- if (!Je(t))
118
+ function Oe(t) {
119
+ if (!Ve(t))
120
120
  return !1;
121
121
  const e = t.constructor;
122
122
  if (e === void 0)
123
123
  return !0;
124
124
  const s = e.prototype;
125
- return !(!Je(s) || !s.hasOwnProperty("isPrototypeOf") || Object.getPrototypeOf(t) !== Object.prototype);
125
+ return !(!Ve(s) || !s.hasOwnProperty("isPrototypeOf") || Object.getPrototypeOf(t) !== Object.prototype);
126
126
  }
127
- function Je(t) {
127
+ function Ve(t) {
128
128
  return Object.prototype.toString.call(t) === "[object Object]";
129
129
  }
130
- function Pt(t) {
130
+ function Tt(t) {
131
131
  return new Promise((e) => {
132
132
  setTimeout(e, t);
133
133
  });
134
134
  }
135
- function Oe(t, e, s) {
135
+ function Ie(t, e, s) {
136
136
  if (typeof s.structuralSharing == "function")
137
137
  return s.structuralSharing(t, e);
138
138
  if (s.structuralSharing !== !1) {
139
139
  if (process.env.NODE_ENV !== "production")
140
140
  try {
141
- return Re(t, e);
141
+ return Ce(t, e);
142
142
  } catch (r) {
143
143
  console.error(
144
144
  `Structural sharing requires data to be JSON serializable. To fix this, turn off structuralSharing or return JSON-serializable data from your queryFn. [${s.queryHash}]: ${r}`
145
145
  );
146
146
  }
147
- return Re(t, e);
147
+ return Ce(t, e);
148
148
  }
149
149
  return e;
150
150
  }
151
- function ps(t, e, s = 0) {
151
+ function vs(t, e, s = 0) {
152
152
  const r = [...t, e];
153
153
  return s && r.length > s ? r.slice(1) : r;
154
154
  }
@@ -156,20 +156,20 @@ function bs(t, e, s = 0) {
156
156
  const r = [e, ...t];
157
157
  return s && r.length > s ? r.slice(0, -1) : r;
158
158
  }
159
- var ye = Symbol();
160
- function Tt(t, e) {
161
- return process.env.NODE_ENV !== "production" && t.queryFn === ye && console.error(
159
+ var pe = Symbol();
160
+ function Dt(t, e) {
161
+ return process.env.NODE_ENV !== "production" && t.queryFn === pe && console.error(
162
162
  `Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${t.queryHash}'`
163
- ), !t.queryFn && (e != null && e.initialPromise) ? () => e.initialPromise : !t.queryFn || t.queryFn === ye ? () => Promise.reject(new Error(`Missing queryFn: '${t.queryHash}'`)) : t.queryFn;
163
+ ), !t.queryFn && (e != null && e.initialPromise) ? () => e.initialPromise : !t.queryFn || t.queryFn === pe ? () => Promise.reject(new Error(`Missing queryFn: '${t.queryHash}'`)) : t.queryFn;
164
164
  }
165
- var H, L, X, et, Dt = (et = class extends qe {
165
+ var H, L, ee, tt, At = (tt = class extends qe {
166
166
  constructor() {
167
167
  super();
168
168
  g(this, H);
169
169
  g(this, L);
170
- g(this, X);
171
- d(this, X, (e) => {
172
- if (!J && window.addEventListener) {
170
+ g(this, ee);
171
+ d(this, ee, (e) => {
172
+ if (!V && window.addEventListener) {
173
173
  const s = () => e();
174
174
  return window.addEventListener("visibilitychange", s, !1), () => {
175
175
  window.removeEventListener("visibilitychange", s);
@@ -178,7 +178,7 @@ var H, L, X, et, Dt = (et = class extends qe {
178
178
  });
179
179
  }
180
180
  onSubscribe() {
181
- n(this, L) || this.setEventListener(n(this, X));
181
+ n(this, L) || this.setEventListener(n(this, ee));
182
182
  }
183
183
  onUnsubscribe() {
184
184
  var e;
@@ -186,7 +186,7 @@ var H, L, X, et, Dt = (et = class extends qe {
186
186
  }
187
187
  setEventListener(e) {
188
188
  var s;
189
- d(this, X, e), (s = n(this, L)) == null || s.call(this), d(this, L, e((r) => {
189
+ d(this, ee, e), (s = n(this, L)) == null || s.call(this), d(this, L, e((r) => {
190
190
  typeof r == "boolean" ? this.setFocused(r) : this.onFocus();
191
191
  }));
192
192
  }
@@ -203,14 +203,14 @@ var H, L, X, et, Dt = (et = class extends qe {
203
203
  var e;
204
204
  return typeof n(this, H) == "boolean" ? n(this, H) : ((e = globalThis.document) == null ? void 0 : e.visibilityState) !== "hidden";
205
205
  }
206
- }, H = new WeakMap(), L = new WeakMap(), X = new WeakMap(), et), at = new Dt(), ee, M, te, tt, At = (tt = class extends qe {
206
+ }, H = new WeakMap(), L = new WeakMap(), ee = new WeakMap(), tt), ot = new At(), te, M, se, st, jt = (st = class extends qe {
207
207
  constructor() {
208
208
  super();
209
- g(this, ee, !0);
209
+ g(this, te, !0);
210
210
  g(this, M);
211
- g(this, te);
212
- d(this, te, (e) => {
213
- if (!J && window.addEventListener) {
211
+ g(this, se);
212
+ d(this, se, (e) => {
213
+ if (!V && window.addEventListener) {
214
214
  const s = () => e(!0), r = () => e(!1);
215
215
  return window.addEventListener("online", s, !1), window.addEventListener("offline", r, !1), () => {
216
216
  window.removeEventListener("online", s), window.removeEventListener("offline", r);
@@ -219,7 +219,7 @@ var H, L, X, et, Dt = (et = class extends qe {
219
219
  });
220
220
  }
221
221
  onSubscribe() {
222
- n(this, M) || this.setEventListener(n(this, te));
222
+ n(this, M) || this.setEventListener(n(this, se));
223
223
  }
224
224
  onUnsubscribe() {
225
225
  var e;
@@ -227,18 +227,18 @@ var H, L, X, et, Dt = (et = class extends qe {
227
227
  }
228
228
  setEventListener(e) {
229
229
  var s;
230
- d(this, te, e), (s = n(this, M)) == null || s.call(this), d(this, M, e(this.setOnline.bind(this)));
230
+ d(this, se, e), (s = n(this, M)) == null || s.call(this), d(this, M, e(this.setOnline.bind(this)));
231
231
  }
232
232
  setOnline(e) {
233
- n(this, ee) !== e && (d(this, ee, e), this.listeners.forEach((r) => {
233
+ n(this, te) !== e && (d(this, te, e), this.listeners.forEach((r) => {
234
234
  r(e);
235
235
  }));
236
236
  }
237
237
  isOnline() {
238
- return n(this, ee);
238
+ return n(this, te);
239
239
  }
240
- }, ee = new WeakMap(), M = new WeakMap(), te = new WeakMap(), tt), ot = new At();
241
- function Ie() {
240
+ }, te = new WeakMap(), M = new WeakMap(), se = new WeakMap(), st), ut = new jt();
241
+ function Fe() {
242
242
  let t, e;
243
243
  const s = new Promise((i, a) => {
244
244
  t = i, e = a;
@@ -260,40 +260,40 @@ function Ie() {
260
260
  }), e(i);
261
261
  }, s;
262
262
  }
263
- function jt(t) {
263
+ function kt(t) {
264
264
  return Math.min(1e3 * 2 ** t, 3e4);
265
265
  }
266
- function ut(t) {
267
- return (t ?? "online") === "online" ? ot.isOnline() : !0;
266
+ function ct(t) {
267
+ return (t ?? "online") === "online" ? ut.isOnline() : !0;
268
268
  }
269
- var ct = class extends Error {
269
+ var ht = class extends Error {
270
270
  constructor(t) {
271
271
  super("CancelledError"), this.revert = t == null ? void 0 : t.revert, this.silent = t == null ? void 0 : t.silent;
272
272
  }
273
273
  };
274
- function ve(t) {
275
- return t instanceof ct;
274
+ function ge(t) {
275
+ return t instanceof ht;
276
276
  }
277
- function kt(t) {
277
+ function xt(t) {
278
278
  let e = !1, s = 0, r = !1, i;
279
- const a = Ie(), o = (h) => {
280
- var b;
281
- r || (p(new ct(h)), (b = t.abort) == null || b.call(t));
279
+ const a = Fe(), o = (h) => {
280
+ var v;
281
+ r || (p(new ht(h)), (v = t.abort) == null || v.call(t));
282
282
  }, u = () => {
283
283
  e = !0;
284
284
  }, l = () => {
285
285
  e = !1;
286
- }, f = () => at.isFocused() && (t.networkMode === "always" || ot.isOnline()) && t.canRun(), v = () => ut(t.networkMode) && t.canRun(), c = (h) => {
287
- var b;
288
- r || (r = !0, (b = t.onSuccess) == null || b.call(t, h), i == null || i(), a.resolve(h));
286
+ }, f = () => ot.isFocused() && (t.networkMode === "always" || ut.isOnline()) && t.canRun(), m = () => ct(t.networkMode) && t.canRun(), c = (h) => {
287
+ var v;
288
+ r || (r = !0, (v = t.onSuccess) == null || v.call(t, h), i == null || i(), a.resolve(h));
289
289
  }, p = (h) => {
290
- var b;
291
- r || (r = !0, (b = t.onError) == null || b.call(t, h), i == null || i(), a.reject(h));
290
+ var v;
291
+ r || (r = !0, (v = t.onError) == null || v.call(t, h), i == null || i(), a.reject(h));
292
292
  }, y = () => new Promise((h) => {
293
- var b;
293
+ var v;
294
294
  i = (C) => {
295
295
  (r || f()) && h(C);
296
- }, (b = t.onPause) == null || b.call(t);
296
+ }, (v = t.onPause) == null || v.call(t);
297
297
  }).then(() => {
298
298
  var h;
299
299
  i = void 0, r || (h = t.onContinue) == null || h.call(t);
@@ -301,9 +301,9 @@ function kt(t) {
301
301
  if (r)
302
302
  return;
303
303
  let h;
304
- const b = s === 0 ? t.initialPromise : void 0;
304
+ const v = s === 0 ? t.initialPromise : void 0;
305
305
  try {
306
- h = b ?? t.fn();
306
+ h = v ?? t.fn();
307
307
  } catch (C) {
308
308
  h = Promise.reject(C);
309
309
  }
@@ -311,12 +311,12 @@ function kt(t) {
311
311
  var be;
312
312
  if (r)
313
313
  return;
314
- const R = t.retry ?? (J ? 0 : 3), O = t.retryDelay ?? jt, Q = typeof O == "function" ? O(s, C) : O, Z = R === !0 || typeof R == "number" && s < R || typeof R == "function" && R(s, C);
315
- if (e || !Z) {
314
+ const R = t.retry ?? (V ? 0 : 3), O = t.retryDelay ?? kt, q = typeof O == "function" ? O(s, C) : O, W = R === !0 || typeof R == "number" && s < R || typeof R == "function" && R(s, C);
315
+ if (e || !W) {
316
316
  p(C);
317
317
  return;
318
318
  }
319
- s++, (be = t.onFail) == null || be.call(t, s, C), Pt(Q).then(() => f() ? void 0 : y()).then(() => {
319
+ s++, (be = t.onFail) == null || be.call(t, s, C), Tt(q).then(() => f() ? void 0 : y()).then(() => {
320
320
  e ? p(C) : E();
321
321
  });
322
322
  });
@@ -327,11 +327,11 @@ function kt(t) {
327
327
  continue: () => (i == null || i(), a),
328
328
  cancelRetry: u,
329
329
  continueRetry: l,
330
- canStart: v,
331
- start: () => (v() ? E() : y().then(E), a)
330
+ canStart: m,
331
+ start: () => (m() ? E() : y().then(E), a)
332
332
  };
333
333
  }
334
- function xt() {
334
+ function Qt() {
335
335
  let t = [], e = 0, s = (u) => {
336
336
  u();
337
337
  }, r = (u) => {
@@ -390,7 +390,7 @@ function xt() {
390
390
  }
391
391
  };
392
392
  }
393
- var Le = xt(), K, st, Ut = (st = class {
393
+ var Me = Qt(), K, rt, Ut = (rt = class {
394
394
  constructor() {
395
395
  g(this, K);
396
396
  }
@@ -398,30 +398,31 @@ var Le = xt(), K, st, Ut = (st = class {
398
398
  this.clearGcTimeout();
399
399
  }
400
400
  scheduleGc() {
401
- this.clearGcTimeout(), Se(this.gcTime) && d(this, K, setTimeout(() => {
401
+ this.clearGcTimeout(), we(this.gcTime) && d(this, K, setTimeout(() => {
402
402
  this.optionalRemove();
403
403
  }, this.gcTime));
404
404
  }
405
405
  updateGcTime(t) {
406
406
  this.gcTime = Math.max(
407
407
  this.gcTime || 0,
408
- t ?? (J ? 1 / 0 : 5 * 60 * 1e3)
408
+ t ?? (V ? 1 / 0 : 5 * 60 * 1e3)
409
409
  );
410
410
  }
411
411
  clearGcTimeout() {
412
412
  n(this, K) && (clearTimeout(n(this, K)), d(this, K, void 0));
413
413
  }
414
- }, K = new WeakMap(), st), se, re, D, I, ce, B, j, q, rt, ms = (rt = class extends Ut {
414
+ }, K = new WeakMap(), rt), re, ne, D, B, I, he, G, j, U, nt, ms = (nt = class extends Ut {
415
415
  constructor(e) {
416
416
  super();
417
417
  g(this, j);
418
- g(this, se);
419
418
  g(this, re);
419
+ g(this, ne);
420
420
  g(this, D);
421
- g(this, I);
422
- g(this, ce);
423
421
  g(this, B);
424
- d(this, B, !1), d(this, ce, e.defaultOptions), this.setOptions(e.options), this.observers = [], d(this, D, e.cache), this.queryKey = e.queryKey, this.queryHash = e.queryHash, d(this, se, qt(this.options)), this.state = e.state ?? n(this, se), this.scheduleGc();
422
+ g(this, I);
423
+ g(this, he);
424
+ g(this, G);
425
+ d(this, G, !1), d(this, he, e.defaultOptions), this.setOptions(e.options), this.observers = [], d(this, B, e.client), d(this, D, n(this, B).getQueryCache()), this.queryKey = e.queryKey, this.queryHash = e.queryHash, d(this, re, qt(this.options)), this.state = e.state ?? n(this, re), this.scheduleGc();
425
426
  }
426
427
  get meta() {
427
428
  return this.options.meta;
@@ -431,14 +432,14 @@ var Le = xt(), K, st, Ut = (st = class {
431
432
  return (e = n(this, I)) == null ? void 0 : e.promise;
432
433
  }
433
434
  setOptions(e) {
434
- this.options = { ...n(this, ce), ...e }, this.updateGcTime(this.options.gcTime);
435
+ this.options = { ...n(this, he), ...e }, this.updateGcTime(this.options.gcTime);
435
436
  }
436
437
  optionalRemove() {
437
438
  !this.observers.length && this.state.fetchStatus === "idle" && n(this, D).remove(this);
438
439
  }
439
440
  setData(e, s) {
440
- const r = Oe(this.state.data, e, this.options);
441
- return w(this, j, q).call(this, {
441
+ const r = Ie(this.state.data, e, this.options);
442
+ return w(this, j, U).call(this, {
442
443
  data: r,
443
444
  type: "success",
444
445
  dataUpdatedAt: s == null ? void 0 : s.updatedAt,
@@ -446,18 +447,18 @@ var Le = xt(), K, st, Ut = (st = class {
446
447
  }), r;
447
448
  }
448
449
  setState(e, s) {
449
- w(this, j, q).call(this, { type: "setState", state: e, setStateOptions: s });
450
+ w(this, j, U).call(this, { type: "setState", state: e, setStateOptions: s });
450
451
  }
451
452
  cancel(e) {
452
453
  var r, i;
453
454
  const s = (r = n(this, I)) == null ? void 0 : r.promise;
454
- return (i = n(this, I)) == null || i.cancel(e), s ? s.then(ge).catch(ge) : Promise.resolve();
455
+ return (i = n(this, I)) == null || i.cancel(e), s ? s.then(Se).catch(Se) : Promise.resolve();
455
456
  }
456
457
  destroy() {
457
458
  super.destroy(), this.cancel({ silent: !0 });
458
459
  }
459
460
  reset() {
460
- this.destroy(), this.setState(n(this, se));
461
+ this.destroy(), this.setState(n(this, re));
461
462
  }
462
463
  isActive() {
463
464
  return this.observers.some(
@@ -465,7 +466,7 @@ var Le = xt(), K, st, Ut = (st = class {
465
466
  );
466
467
  }
467
468
  isDisabled() {
468
- return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === ye || this.state.dataUpdateCount + this.state.errorUpdateCount === 0;
469
+ return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === pe || this.state.dataUpdateCount + this.state.errorUpdateCount === 0;
469
470
  }
470
471
  isStale() {
471
472
  return this.state.isInvalidated ? !0 : this.getObserversCount() > 0 ? this.observers.some(
@@ -473,7 +474,7 @@ var Le = xt(), K, st, Ut = (st = class {
473
474
  ) : this.state.data === void 0;
474
475
  }
475
476
  isStaleByTime(e = 0) {
476
- return this.state.isInvalidated || this.state.data === void 0 || !it(this.state.dataUpdatedAt, e);
477
+ return this.state.isInvalidated || this.state.data === void 0 || !at(this.state.dataUpdatedAt, e);
477
478
  }
478
479
  onFocus() {
479
480
  var s;
@@ -489,16 +490,16 @@ var Le = xt(), K, st, Ut = (st = class {
489
490
  this.observers.includes(e) || (this.observers.push(e), this.clearGcTimeout(), n(this, D).notify({ type: "observerAdded", query: this, observer: e }));
490
491
  }
491
492
  removeObserver(e) {
492
- this.observers.includes(e) && (this.observers = this.observers.filter((s) => s !== e), this.observers.length || (n(this, I) && (n(this, B) ? n(this, I).cancel({ revert: !0 }) : n(this, I).cancelRetry()), this.scheduleGc()), n(this, D).notify({ type: "observerRemoved", query: this, observer: e }));
493
+ this.observers.includes(e) && (this.observers = this.observers.filter((s) => s !== e), this.observers.length || (n(this, I) && (n(this, G) ? n(this, I).cancel({ revert: !0 }) : n(this, I).cancelRetry()), this.scheduleGc()), n(this, D).notify({ type: "observerRemoved", query: this, observer: e }));
493
494
  }
494
495
  getObserversCount() {
495
496
  return this.observers.length;
496
497
  }
497
498
  invalidate() {
498
- this.state.isInvalidated || w(this, j, q).call(this, { type: "invalidate" });
499
+ this.state.isInvalidated || w(this, j, U).call(this, { type: "invalidate" });
499
500
  }
500
501
  fetch(e, s) {
501
- var l, f, v;
502
+ var l, f, m;
502
503
  if (this.state.fetchStatus !== "idle") {
503
504
  if (this.state.data !== void 0 && (s != null && s.cancelRefetch))
504
505
  this.cancel({ silent: !0 });
@@ -515,14 +516,15 @@ var Le = xt(), K, st, Ut = (st = class {
515
516
  const r = new AbortController(), i = (c) => {
516
517
  Object.defineProperty(c, "signal", {
517
518
  enumerable: !0,
518
- get: () => (d(this, B, !0), r.signal)
519
+ get: () => (d(this, G, !0), r.signal)
519
520
  });
520
521
  }, a = () => {
521
- const c = Tt(this.options, s), p = {
522
+ const c = Dt(this.options, s), p = {
523
+ client: n(this, B),
522
524
  queryKey: this.queryKey,
523
525
  meta: this.meta
524
526
  };
525
- return i(p), d(this, B, !1), this.options.persister ? this.options.persister(
527
+ return i(p), d(this, G, !1), this.options.persister ? this.options.persister(
526
528
  c,
527
529
  p,
528
530
  this
@@ -531,19 +533,20 @@ var Le = xt(), K, st, Ut = (st = class {
531
533
  fetchOptions: s,
532
534
  options: this.options,
533
535
  queryKey: this.queryKey,
536
+ client: n(this, B),
534
537
  state: this.state,
535
538
  fetchFn: a
536
539
  };
537
540
  i(o), (l = this.options.behavior) == null || l.onFetch(
538
541
  o,
539
542
  this
540
- ), d(this, re, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((f = o.fetchOptions) == null ? void 0 : f.meta)) && w(this, j, q).call(this, { type: "fetch", meta: (v = o.fetchOptions) == null ? void 0 : v.meta });
543
+ ), d(this, ne, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((f = o.fetchOptions) == null ? void 0 : f.meta)) && w(this, j, U).call(this, { type: "fetch", meta: (m = o.fetchOptions) == null ? void 0 : m.meta });
541
544
  const u = (c) => {
542
545
  var p, y, E, h;
543
- ve(c) && c.silent || w(this, j, q).call(this, {
546
+ ge(c) && c.silent || w(this, j, U).call(this, {
544
547
  type: "error",
545
548
  error: c
546
- }), ve(c) || ((y = (p = n(this, D).config).onError) == null || y.call(
549
+ }), ge(c) || ((y = (p = n(this, D).config).onError) == null || y.call(
547
550
  p,
548
551
  c,
549
552
  this
@@ -554,7 +557,7 @@ var Le = xt(), K, st, Ut = (st = class {
554
557
  this
555
558
  )), this.scheduleGc();
556
559
  };
557
- return d(this, I, kt({
560
+ return d(this, I, xt({
558
561
  initialPromise: s == null ? void 0 : s.initialPromise,
559
562
  fn: o.fetchFn,
560
563
  abort: r.abort.bind(r),
@@ -568,8 +571,8 @@ var Le = xt(), K, st, Ut = (st = class {
568
571
  }
569
572
  try {
570
573
  this.setData(c);
571
- } catch (b) {
572
- u(b);
574
+ } catch (v) {
575
+ u(v);
573
576
  return;
574
577
  }
575
578
  (y = (p = n(this, D).config).onSuccess) == null || y.call(p, c, this), (h = (E = n(this, D).config).onSettled) == null || h.call(
@@ -581,13 +584,13 @@ var Le = xt(), K, st, Ut = (st = class {
581
584
  },
582
585
  onError: u,
583
586
  onFail: (c, p) => {
584
- w(this, j, q).call(this, { type: "failed", failureCount: c, error: p });
587
+ w(this, j, U).call(this, { type: "failed", failureCount: c, error: p });
585
588
  },
586
589
  onPause: () => {
587
- w(this, j, q).call(this, { type: "pause" });
590
+ w(this, j, U).call(this, { type: "pause" });
588
591
  },
589
592
  onContinue: () => {
590
- w(this, j, q).call(this, { type: "continue" });
593
+ w(this, j, U).call(this, { type: "continue" });
591
594
  },
592
595
  retry: o.options.retry,
593
596
  retryDelay: o.options.retryDelay,
@@ -595,7 +598,7 @@ var Le = xt(), K, st, Ut = (st = class {
595
598
  canRun: () => !0
596
599
  })), n(this, I).start();
597
600
  }
598
- }, se = new WeakMap(), re = new WeakMap(), D = new WeakMap(), I = new WeakMap(), ce = new WeakMap(), B = new WeakMap(), j = new WeakSet(), q = function(e) {
601
+ }, re = new WeakMap(), ne = new WeakMap(), D = new WeakMap(), B = new WeakMap(), I = new WeakMap(), he = new WeakMap(), G = new WeakMap(), j = new WeakSet(), U = function(e) {
599
602
  const s = (r) => {
600
603
  switch (e.type) {
601
604
  case "failed":
@@ -617,7 +620,7 @@ var Le = xt(), K, st, Ut = (st = class {
617
620
  case "fetch":
618
621
  return {
619
622
  ...r,
620
- ...ht(r.data, this.options),
623
+ ...lt(r.data, this.options),
621
624
  fetchMeta: e.meta ?? null
622
625
  };
623
626
  case "success":
@@ -637,7 +640,7 @@ var Le = xt(), K, st, Ut = (st = class {
637
640
  };
638
641
  case "error":
639
642
  const i = e.error;
640
- return ve(i) && i.revert && n(this, re) ? { ...n(this, re), fetchStatus: "idle" } : {
643
+ return ge(i) && i.revert && n(this, ne) ? { ...n(this, ne), fetchStatus: "idle" } : {
641
644
  ...r,
642
645
  error: i,
643
646
  errorUpdateCount: r.errorUpdateCount + 1,
@@ -659,17 +662,17 @@ var Le = xt(), K, st, Ut = (st = class {
659
662
  };
660
663
  }
661
664
  };
662
- this.state = s(this.state), Le.batch(() => {
665
+ this.state = s(this.state), Me.batch(() => {
663
666
  this.observers.forEach((r) => {
664
667
  r.onQueryUpdate();
665
668
  }), n(this, D).notify({ query: this, type: "updated", action: e });
666
669
  });
667
- }, rt);
668
- function ht(t, e) {
670
+ }, nt);
671
+ function lt(t, e) {
669
672
  return {
670
673
  fetchFailureCount: 0,
671
674
  fetchFailureReason: null,
672
- fetchStatus: ut(e.networkMode) ? "fetching" : "paused",
675
+ fetchStatus: ct(e.networkMode) ? "fetching" : "paused",
673
676
  ...t === void 0 && {
674
677
  error: null,
675
678
  status: "pending"
@@ -693,28 +696,28 @@ function qt(t) {
693
696
  fetchStatus: "idle"
694
697
  };
695
698
  }
696
- var T, m, he, P, G, ne, N, U, le, ie, ae, $, z, _, oe, S, ue, Fe, Pe, Te, De, Ae, je, ke, dt, nt, lt = (nt = class extends qe {
699
+ var T, b, le, P, $, ie, N, Q, de, ae, oe, z, J, _, ue, S, ce, Pe, Te, De, Ae, je, ke, xe, ft, it, dt = (it = class extends qe {
697
700
  constructor(e, s) {
698
701
  super();
699
702
  g(this, S);
700
703
  g(this, T);
701
- g(this, m);
702
- g(this, he);
703
- g(this, P);
704
- g(this, G);
705
- g(this, ne);
706
- g(this, N);
707
- g(this, U);
704
+ g(this, b);
708
705
  g(this, le);
706
+ g(this, P);
707
+ g(this, $);
709
708
  g(this, ie);
709
+ g(this, N);
710
+ g(this, Q);
711
+ g(this, de);
712
+ g(this, ae);
710
713
  // This property keeps track of the last query with defined data.
711
714
  // It will be used to pass the previous data and query to the placeholder function between renders.
712
- g(this, ae);
713
- g(this, $);
715
+ g(this, oe);
714
716
  g(this, z);
717
+ g(this, J);
715
718
  g(this, _);
716
- g(this, oe, /* @__PURE__ */ new Set());
717
- this.options = s, d(this, T, e), d(this, U, null), d(this, N, Ie()), this.options.experimental_prefetchInRender || n(this, N).reject(
719
+ g(this, ue, /* @__PURE__ */ new Set());
720
+ this.options = s, d(this, T, e), d(this, Q, null), d(this, N, Fe()), this.options.experimental_prefetchInRender || n(this, N).reject(
718
721
  new Error("experimental_prefetchInRender feature flag is not enabled")
719
722
  ), this.bindMethods(), this.setOptions(s);
720
723
  }
@@ -722,52 +725,52 @@ var T, m, he, P, G, ne, N, U, le, ie, ae, $, z, _, oe, S, ue, Fe, Pe, Te, De, Ae
722
725
  this.refetch = this.refetch.bind(this);
723
726
  }
724
727
  onSubscribe() {
725
- this.listeners.size === 1 && (n(this, m).addObserver(this), Ve(n(this, m), this.options) ? w(this, S, ue).call(this) : this.updateResult(), w(this, S, De).call(this));
728
+ this.listeners.size === 1 && (n(this, b).addObserver(this), Ze(n(this, b), this.options) ? w(this, S, ce).call(this) : this.updateResult(), w(this, S, Ae).call(this));
726
729
  }
727
730
  onUnsubscribe() {
728
731
  this.hasListeners() || this.destroy();
729
732
  }
730
733
  shouldFetchOnReconnect() {
731
- return xe(
732
- n(this, m),
734
+ return Qe(
735
+ n(this, b),
733
736
  this.options,
734
737
  this.options.refetchOnReconnect
735
738
  );
736
739
  }
737
740
  shouldFetchOnWindowFocus() {
738
- return xe(
739
- n(this, m),
741
+ return Qe(
742
+ n(this, b),
740
743
  this.options,
741
744
  this.options.refetchOnWindowFocus
742
745
  );
743
746
  }
744
747
  destroy() {
745
- this.listeners = /* @__PURE__ */ new Set(), w(this, S, Ae).call(this), w(this, S, je).call(this), n(this, m).removeObserver(this);
748
+ this.listeners = /* @__PURE__ */ new Set(), w(this, S, je).call(this), w(this, S, ke).call(this), n(this, b).removeObserver(this);
746
749
  }
747
750
  setOptions(e, s) {
748
- const r = this.options, i = n(this, m);
749
- if (this.options = n(this, T).defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof k(this.options.enabled, n(this, m)) != "boolean")
751
+ const r = this.options, i = n(this, b);
752
+ if (this.options = n(this, T).defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof k(this.options.enabled, n(this, b)) != "boolean")
750
753
  throw new Error(
751
754
  "Expected enabled to be a boolean or a callback that returns a boolean"
752
755
  );
753
- w(this, S, ke).call(this), n(this, m).setOptions(this.options), r._defaulted && !Ce(this.options, r) && n(this, T).getQueryCache().notify({
756
+ w(this, S, xe).call(this), n(this, b).setOptions(this.options), r._defaulted && !Ee(this.options, r) && n(this, T).getQueryCache().notify({
754
757
  type: "observerOptionsUpdated",
755
- query: n(this, m),
758
+ query: n(this, b),
756
759
  observer: this
757
760
  });
758
761
  const a = this.hasListeners();
759
- a && Ze(
760
- n(this, m),
762
+ a && We(
763
+ n(this, b),
761
764
  i,
762
765
  this.options,
763
766
  r
764
- ) && w(this, S, ue).call(this), this.updateResult(s), a && (n(this, m) !== i || k(this.options.enabled, n(this, m)) !== k(r.enabled, n(this, m)) || fe(this.options.staleTime, n(this, m)) !== fe(r.staleTime, n(this, m))) && w(this, S, Fe).call(this);
765
- const o = w(this, S, Pe).call(this);
766
- a && (n(this, m) !== i || k(this.options.enabled, n(this, m)) !== k(r.enabled, n(this, m)) || o !== n(this, _)) && w(this, S, Te).call(this, o);
767
+ ) && w(this, S, ce).call(this), this.updateResult(s), a && (n(this, b) !== i || k(this.options.enabled, n(this, b)) !== k(r.enabled, n(this, b)) || ye(this.options.staleTime, n(this, b)) !== ye(r.staleTime, n(this, b))) && w(this, S, Pe).call(this);
768
+ const o = w(this, S, Te).call(this);
769
+ a && (n(this, b) !== i || k(this.options.enabled, n(this, b)) !== k(r.enabled, n(this, b)) || o !== n(this, _)) && w(this, S, De).call(this, o);
767
770
  }
768
771
  getOptimisticResult(e) {
769
772
  const s = n(this, T).getQueryCache().build(n(this, T), e), r = this.createResult(s, e);
770
- return Lt(this, r) && (d(this, P, r), d(this, ne, this.options), d(this, G, n(this, m).state)), r;
773
+ return Mt(this, r) && (d(this, P, r), d(this, ie, this.options), d(this, $, n(this, b).state)), r;
771
774
  }
772
775
  getCurrentResult() {
773
776
  return n(this, P);
@@ -783,10 +786,10 @@ var T, m, he, P, G, ne, N, U, le, ie, ae, $, z, _, oe, S, ue, Fe, Pe, Te, De, Ae
783
786
  }), r;
784
787
  }
785
788
  trackProp(e) {
786
- n(this, oe).add(e);
789
+ n(this, ue).add(e);
787
790
  }
788
791
  getCurrentQuery() {
789
- return n(this, m);
792
+ return n(this, b);
790
793
  }
791
794
  refetch({ ...e } = {}) {
792
795
  return this.fetch({
@@ -798,62 +801,62 @@ var T, m, he, P, G, ne, N, U, le, ie, ae, $, z, _, oe, S, ue, Fe, Pe, Te, De, Ae
798
801
  return r.fetch().then(() => this.createResult(r, s));
799
802
  }
800
803
  fetch(e) {
801
- return w(this, S, ue).call(this, {
804
+ return w(this, S, ce).call(this, {
802
805
  ...e,
803
806
  cancelRefetch: e.cancelRefetch ?? !0
804
807
  }).then(() => (this.updateResult(), n(this, P)));
805
808
  }
806
809
  createResult(e, s) {
807
- var Ke;
808
- const r = n(this, m), i = this.options, a = n(this, P), o = n(this, G), u = n(this, ne), f = e !== r ? e.state : n(this, he), { state: v } = e;
809
- let c = { ...v }, p = !1, y;
810
+ var Be;
811
+ const r = n(this, b), i = this.options, a = n(this, P), o = n(this, $), u = n(this, ie), f = e !== r ? e.state : n(this, le), { state: m } = e;
812
+ let c = { ...m }, p = !1, y;
810
813
  if (s._optimisticResults) {
811
- const F = this.hasListeners(), W = !F && Ve(e, s), Y = F && Ze(e, r, s, i);
812
- (W || Y) && (c = {
814
+ const F = this.hasListeners(), Y = !F && Ze(e, s), X = F && We(e, r, s, i);
815
+ (Y || X) && (c = {
813
816
  ...c,
814
- ...ht(v.data, e.options)
817
+ ...lt(m.data, e.options)
815
818
  }), s._optimisticResults === "isRestoring" && (c.fetchStatus = "idle");
816
819
  }
817
- let { error: E, errorUpdatedAt: h, status: b } = c;
820
+ let { error: E, errorUpdatedAt: h, status: v } = c;
818
821
  if (s.select && c.data !== void 0)
819
- if (a && c.data === (o == null ? void 0 : o.data) && s.select === n(this, le))
820
- y = n(this, ie);
822
+ if (a && c.data === (o == null ? void 0 : o.data) && s.select === n(this, de))
823
+ y = n(this, ae);
821
824
  else
822
825
  try {
823
- d(this, le, s.select), y = s.select(c.data), y = Oe(a == null ? void 0 : a.data, y, s), d(this, ie, y), d(this, U, null);
826
+ d(this, de, s.select), y = s.select(c.data), y = Ie(a == null ? void 0 : a.data, y, s), d(this, ae, y), d(this, Q, null);
824
827
  } catch (F) {
825
- d(this, U, F);
828
+ d(this, Q, F);
826
829
  }
827
830
  else
828
831
  y = c.data;
829
- if (s.placeholderData !== void 0 && y === void 0 && b === "pending") {
832
+ if (s.placeholderData !== void 0 && y === void 0 && v === "pending") {
830
833
  let F;
831
834
  if (a != null && a.isPlaceholderData && s.placeholderData === (u == null ? void 0 : u.placeholderData))
832
835
  F = a.data;
833
836
  else if (F = typeof s.placeholderData == "function" ? s.placeholderData(
834
- (Ke = n(this, ae)) == null ? void 0 : Ke.state.data,
835
- n(this, ae)
837
+ (Be = n(this, oe)) == null ? void 0 : Be.state.data,
838
+ n(this, oe)
836
839
  ) : s.placeholderData, s.select && F !== void 0)
837
840
  try {
838
- F = s.select(F), d(this, U, null);
839
- } catch (W) {
840
- d(this, U, W);
841
+ F = s.select(F), d(this, Q, null);
842
+ } catch (Y) {
843
+ d(this, Q, Y);
841
844
  }
842
- F !== void 0 && (b = "success", y = Oe(
845
+ F !== void 0 && (v = "success", y = Ie(
843
846
  a == null ? void 0 : a.data,
844
847
  F,
845
848
  s
846
849
  ), p = !0);
847
850
  }
848
- n(this, U) && (E = n(this, U), y = n(this, ie), h = Date.now(), b = "error");
849
- const C = c.fetchStatus === "fetching", R = b === "pending", O = b === "error", Q = R && C, Z = y !== void 0, x = {
850
- status: b,
851
+ n(this, Q) && (E = n(this, Q), y = n(this, ae), h = Date.now(), v = "error");
852
+ const C = c.fetchStatus === "fetching", R = v === "pending", O = v === "error", q = R && C, W = y !== void 0, x = {
853
+ status: v,
851
854
  fetchStatus: c.fetchStatus,
852
855
  isPending: R,
853
- isSuccess: b === "success",
856
+ isSuccess: v === "success",
854
857
  isError: O,
855
- isInitialLoading: Q,
856
- isLoading: Q,
858
+ isInitialLoading: q,
859
+ isLoading: q,
857
860
  data: y,
858
861
  dataUpdatedAt: c.dataUpdatedAt,
859
862
  error: E,
@@ -865,145 +868,145 @@ var T, m, he, P, G, ne, N, U, le, ie, ae, $, z, _, oe, S, ue, Fe, Pe, Te, De, Ae
865
868
  isFetchedAfterMount: c.dataUpdateCount > f.dataUpdateCount || c.errorUpdateCount > f.errorUpdateCount,
866
869
  isFetching: C,
867
870
  isRefetching: C && !R,
868
- isLoadingError: O && !Z,
871
+ isLoadingError: O && !W,
869
872
  isPaused: c.fetchStatus === "paused",
870
873
  isPlaceholderData: p,
871
- isRefetchError: O && Z,
872
- isStale: Me(e, s),
874
+ isRefetchError: O && W,
875
+ isStale: Ne(e, s),
873
876
  refetch: this.refetch,
874
877
  promise: n(this, N)
875
878
  };
876
879
  if (this.options.experimental_prefetchInRender) {
877
- const F = (de) => {
878
- x.status === "error" ? de.reject(x.error) : x.data !== void 0 && de.resolve(x.data);
879
- }, W = () => {
880
- const de = d(this, N, x.promise = Ie());
881
- F(de);
882
- }, Y = n(this, N);
883
- switch (Y.status) {
880
+ const F = (fe) => {
881
+ x.status === "error" ? fe.reject(x.error) : x.data !== void 0 && fe.resolve(x.data);
882
+ }, Y = () => {
883
+ const fe = d(this, N, x.promise = Fe());
884
+ F(fe);
885
+ }, X = n(this, N);
886
+ switch (X.status) {
884
887
  case "pending":
885
- e.queryHash === r.queryHash && F(Y);
888
+ e.queryHash === r.queryHash && F(X);
886
889
  break;
887
890
  case "fulfilled":
888
- (x.status === "error" || x.data !== Y.value) && W();
891
+ (x.status === "error" || x.data !== X.value) && Y();
889
892
  break;
890
893
  case "rejected":
891
- (x.status !== "error" || x.error !== Y.reason) && W();
894
+ (x.status !== "error" || x.error !== X.reason) && Y();
892
895
  break;
893
896
  }
894
897
  }
895
898
  return x;
896
899
  }
897
900
  updateResult(e) {
898
- const s = n(this, P), r = this.createResult(n(this, m), this.options);
899
- if (d(this, G, n(this, m).state), d(this, ne, this.options), n(this, G).data !== void 0 && d(this, ae, n(this, m)), Ce(r, s))
901
+ const s = n(this, P), r = this.createResult(n(this, b), this.options);
902
+ if (d(this, $, n(this, b).state), d(this, ie, this.options), n(this, $).data !== void 0 && d(this, oe, n(this, b)), Ee(r, s))
900
903
  return;
901
904
  d(this, P, r);
902
905
  const i = {}, a = () => {
903
906
  if (!s)
904
907
  return !0;
905
908
  const { notifyOnChangeProps: o } = this.options, u = typeof o == "function" ? o() : o;
906
- if (u === "all" || !u && !n(this, oe).size)
909
+ if (u === "all" || !u && !n(this, ue).size)
907
910
  return !0;
908
911
  const l = new Set(
909
- u ?? n(this, oe)
912
+ u ?? n(this, ue)
910
913
  );
911
914
  return this.options.throwOnError && l.add("error"), Object.keys(n(this, P)).some((f) => {
912
- const v = f;
913
- return n(this, P)[v] !== s[v] && l.has(v);
915
+ const m = f;
916
+ return n(this, P)[m] !== s[m] && l.has(m);
914
917
  });
915
918
  };
916
- (e == null ? void 0 : e.listeners) !== !1 && a() && (i.listeners = !0), w(this, S, dt).call(this, { ...i, ...e });
919
+ (e == null ? void 0 : e.listeners) !== !1 && a() && (i.listeners = !0), w(this, S, ft).call(this, { ...i, ...e });
917
920
  }
918
921
  onQueryUpdate() {
919
- this.updateResult(), this.hasListeners() && w(this, S, De).call(this);
922
+ this.updateResult(), this.hasListeners() && w(this, S, Ae).call(this);
920
923
  }
921
- }, T = new WeakMap(), m = new WeakMap(), he = new WeakMap(), P = new WeakMap(), G = new WeakMap(), ne = new WeakMap(), N = new WeakMap(), U = new WeakMap(), le = new WeakMap(), ie = new WeakMap(), ae = new WeakMap(), $ = new WeakMap(), z = new WeakMap(), _ = new WeakMap(), oe = new WeakMap(), S = new WeakSet(), ue = function(e) {
922
- w(this, S, ke).call(this);
923
- let s = n(this, m).fetch(
924
+ }, T = new WeakMap(), b = new WeakMap(), le = new WeakMap(), P = new WeakMap(), $ = new WeakMap(), ie = new WeakMap(), N = new WeakMap(), Q = new WeakMap(), de = new WeakMap(), ae = new WeakMap(), oe = new WeakMap(), z = new WeakMap(), J = new WeakMap(), _ = new WeakMap(), ue = new WeakMap(), S = new WeakSet(), ce = function(e) {
925
+ w(this, S, xe).call(this);
926
+ let s = n(this, b).fetch(
924
927
  this.options,
925
928
  e
926
929
  );
927
- return e != null && e.throwOnError || (s = s.catch(ge)), s;
928
- }, Fe = function() {
929
- w(this, S, Ae).call(this);
930
- const e = fe(
930
+ return e != null && e.throwOnError || (s = s.catch(Se)), s;
931
+ }, Pe = function() {
932
+ w(this, S, je).call(this);
933
+ const e = ye(
931
934
  this.options.staleTime,
932
- n(this, m)
935
+ n(this, b)
933
936
  );
934
- if (J || n(this, P).isStale || !Se(e))
937
+ if (V || n(this, P).isStale || !we(e))
935
938
  return;
936
- const r = it(n(this, P).dataUpdatedAt, e) + 1;
937
- d(this, $, setTimeout(() => {
939
+ const r = at(n(this, P).dataUpdatedAt, e) + 1;
940
+ d(this, z, setTimeout(() => {
938
941
  n(this, P).isStale || this.updateResult();
939
942
  }, r));
940
- }, Pe = function() {
941
- return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(n(this, m)) : this.options.refetchInterval) ?? !1;
942
- }, Te = function(e) {
943
- w(this, S, je).call(this), d(this, _, e), !(J || k(this.options.enabled, n(this, m)) === !1 || !Se(n(this, _)) || n(this, _) === 0) && d(this, z, setInterval(() => {
944
- (this.options.refetchIntervalInBackground || at.isFocused()) && w(this, S, ue).call(this);
943
+ }, Te = function() {
944
+ return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(n(this, b)) : this.options.refetchInterval) ?? !1;
945
+ }, De = function(e) {
946
+ w(this, S, ke).call(this), d(this, _, e), !(V || k(this.options.enabled, n(this, b)) === !1 || !we(n(this, _)) || n(this, _) === 0) && d(this, J, setInterval(() => {
947
+ (this.options.refetchIntervalInBackground || ot.isFocused()) && w(this, S, ce).call(this);
945
948
  }, n(this, _)));
946
- }, De = function() {
947
- w(this, S, Fe).call(this), w(this, S, Te).call(this, w(this, S, Pe).call(this));
948
949
  }, Ae = function() {
949
- n(this, $) && (clearTimeout(n(this, $)), d(this, $, void 0));
950
+ w(this, S, Pe).call(this), w(this, S, De).call(this, w(this, S, Te).call(this));
950
951
  }, je = function() {
951
- n(this, z) && (clearInterval(n(this, z)), d(this, z, void 0));
952
+ n(this, z) && (clearTimeout(n(this, z)), d(this, z, void 0));
952
953
  }, ke = function() {
954
+ n(this, J) && (clearInterval(n(this, J)), d(this, J, void 0));
955
+ }, xe = function() {
953
956
  const e = n(this, T).getQueryCache().build(n(this, T), this.options);
954
- if (e === n(this, m))
957
+ if (e === n(this, b))
955
958
  return;
956
- const s = n(this, m);
957
- d(this, m, e), d(this, he, e.state), this.hasListeners() && (s == null || s.removeObserver(this), e.addObserver(this));
958
- }, dt = function(e) {
959
- Le.batch(() => {
959
+ const s = n(this, b);
960
+ d(this, b, e), d(this, le, e.state), this.hasListeners() && (s == null || s.removeObserver(this), e.addObserver(this));
961
+ }, ft = function(e) {
962
+ Me.batch(() => {
960
963
  e.listeners && this.listeners.forEach((s) => {
961
964
  s(n(this, P));
962
965
  }), n(this, T).getQueryCache().notify({
963
- query: n(this, m),
966
+ query: n(this, b),
964
967
  type: "observerResultsUpdated"
965
968
  });
966
969
  });
967
- }, nt);
968
- function Qt(t, e) {
970
+ }, it);
971
+ function Lt(t, e) {
969
972
  return k(e.enabled, t) !== !1 && t.state.data === void 0 && !(t.state.status === "error" && e.retryOnMount === !1);
970
973
  }
971
- function Ve(t, e) {
972
- return Qt(t, e) || t.state.data !== void 0 && xe(t, e, e.refetchOnMount);
974
+ function Ze(t, e) {
975
+ return Lt(t, e) || t.state.data !== void 0 && Qe(t, e, e.refetchOnMount);
973
976
  }
974
- function xe(t, e, s) {
977
+ function Qe(t, e, s) {
975
978
  if (k(e.enabled, t) !== !1) {
976
979
  const r = typeof s == "function" ? s(t) : s;
977
- return r === "always" || r !== !1 && Me(t, e);
980
+ return r === "always" || r !== !1 && Ne(t, e);
978
981
  }
979
982
  return !1;
980
983
  }
981
- function Ze(t, e, s, r) {
982
- return (t !== e || k(r.enabled, t) === !1) && (!s.suspense || t.state.status !== "error") && Me(t, s);
984
+ function We(t, e, s, r) {
985
+ return (t !== e || k(r.enabled, t) === !1) && (!s.suspense || t.state.status !== "error") && Ne(t, s);
983
986
  }
984
- function Me(t, e) {
985
- return k(e.enabled, t) !== !1 && t.isStaleByTime(fe(e.staleTime, t));
987
+ function Ne(t, e) {
988
+ return k(e.enabled, t) !== !1 && t.isStaleByTime(ye(e.staleTime, t));
986
989
  }
987
- function Lt(t, e) {
988
- return !Ce(t.getCurrentResult(), e);
990
+ function Mt(t, e) {
991
+ return !Ee(t.getCurrentResult(), e);
989
992
  }
990
- var ft = A.createContext(
993
+ var yt = A.createContext(
991
994
  void 0
992
- ), yt = (t) => {
993
- const e = A.useContext(ft);
995
+ ), pt = (t) => {
996
+ const e = A.useContext(yt);
994
997
  if (t)
995
998
  return t;
996
999
  if (!e)
997
1000
  throw new Error("No QueryClient set, use QueryClientProvider to set one");
998
1001
  return e;
999
- }, vs = ({
1002
+ }, gs = ({
1000
1003
  client: t,
1001
1004
  children: e
1002
1005
  }) => (A.useEffect(() => (t.mount(), () => {
1003
1006
  t.unmount();
1004
- }), [t]), /* @__PURE__ */ It.jsx(ft.Provider, { value: t, children: e })), pt = A.createContext(!1), Mt = () => A.useContext(pt);
1005
- pt.Provider;
1006
- function Nt() {
1007
+ }), [t]), /* @__PURE__ */ Ft.jsx(yt.Provider, { value: t, children: e })), vt = A.createContext(!1), Nt = () => A.useContext(vt);
1008
+ vt.Provider;
1009
+ function _t() {
1007
1010
  let t = !1;
1008
1011
  return {
1009
1012
  clearReset: () => {
@@ -1015,27 +1018,28 @@ function Nt() {
1015
1018
  isReset: () => t
1016
1019
  };
1017
1020
  }
1018
- var _t = A.createContext(Nt()), Ht = () => A.useContext(_t);
1019
- function Kt(t, e) {
1021
+ var Ht = A.createContext(_t()), Kt = () => A.useContext(Ht);
1022
+ function Bt(t, e) {
1020
1023
  return typeof t == "function" ? t(...e) : !!t;
1021
1024
  }
1022
- function We() {
1025
+ function Ye() {
1023
1026
  }
1024
- var Bt = (t, e) => {
1027
+ var Gt = (t, e) => {
1025
1028
  (t.suspense || t.throwOnError || t.experimental_prefetchInRender) && (e.isReset() || (t.retryOnMount = !1));
1026
- }, Gt = (t) => {
1029
+ }, $t = (t) => {
1027
1030
  A.useEffect(() => {
1028
1031
  t.clearReset();
1029
1032
  }, [t]);
1030
- }, $t = ({
1033
+ }, zt = ({
1031
1034
  result: t,
1032
1035
  errorResetBoundary: e,
1033
1036
  throwOnError: s,
1034
- query: r
1035
- }) => t.isError && !e.isReset() && !t.isFetching && r && Kt(s, [t.error, r]), zt = (t, e) => e.state.data === void 0, Jt = (t) => {
1037
+ query: r,
1038
+ suspense: i
1039
+ }) => t.isError && !e.isReset() && !t.isFetching && r && (i && t.data === void 0 || Bt(s, [t.error, r])), Jt = (t, e) => e.state.data === void 0, Vt = (t) => {
1036
1040
  const e = t.staleTime;
1037
1041
  t.suspense && (t.staleTime = typeof e == "function" ? (...s) => Math.max(e(...s), 1e3) : Math.max(e ?? 1e3, 1e3), typeof t.gcTime == "number" && (t.gcTime = Math.max(t.gcTime, 1e3)));
1038
- }, Vt = (t, e) => t.isLoading && t.isFetching && !e, Zt = (t, e) => (t == null ? void 0 : t.suspense) && e.isPending, Ye = (t, e, s) => e.fetchOptimistic(t).catch(() => {
1042
+ }, Zt = (t, e) => t.isLoading && t.isFetching && !e, Wt = (t, e) => (t == null ? void 0 : t.suspense) && e.isPending, Xe = (t, e, s) => e.fetchOptimistic(t).catch(() => {
1039
1043
  s.clearReset();
1040
1044
  });
1041
1045
  function bt(t, e, s) {
@@ -1044,144 +1048,145 @@ function bt(t, e, s) {
1044
1048
  throw new Error(
1045
1049
  'Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object'
1046
1050
  );
1047
- const r = yt(s), i = Mt(), a = Ht(), o = r.defaultQueryOptions(t);
1051
+ const r = pt(s), i = Nt(), a = Kt(), o = r.defaultQueryOptions(t);
1048
1052
  (p = (c = r.getDefaultOptions().queries) == null ? void 0 : c._experimental_beforeQuery) == null || p.call(
1049
1053
  c,
1050
1054
  o
1051
- ), o._optimisticResults = i ? "isRestoring" : "optimistic", Jt(o), Bt(o, a), Gt(a);
1055
+ ), o._optimisticResults = i ? "isRestoring" : "optimistic", Vt(o), Gt(o, a), $t(a);
1052
1056
  const u = !r.getQueryCache().get(o.queryHash), [l] = A.useState(
1053
1057
  () => new e(
1054
1058
  r,
1055
1059
  o
1056
1060
  )
1057
- ), f = l.getOptimisticResult(o), v = !i && t.subscribed !== !1;
1061
+ ), f = l.getOptimisticResult(o), m = !i && t.subscribed !== !1;
1058
1062
  if (A.useSyncExternalStore(
1059
1063
  A.useCallback(
1060
- (b) => {
1061
- const C = v ? l.subscribe(Le.batchCalls(b)) : We;
1064
+ (v) => {
1065
+ const C = m ? l.subscribe(Me.batchCalls(v)) : Ye;
1062
1066
  return l.updateResult(), C;
1063
1067
  },
1064
- [l, v]
1068
+ [l, m]
1065
1069
  ),
1066
1070
  () => l.getCurrentResult(),
1067
1071
  () => l.getCurrentResult()
1068
1072
  ), A.useEffect(() => {
1069
1073
  l.setOptions(o, { listeners: !1 });
1070
- }, [o, l]), Zt(o, f))
1071
- throw Ye(o, l, a);
1072
- if ($t({
1074
+ }, [o, l]), Wt(o, f))
1075
+ throw Xe(o, l, a);
1076
+ if (zt({
1073
1077
  result: f,
1074
1078
  errorResetBoundary: a,
1075
1079
  throwOnError: o.throwOnError,
1076
- query: r.getQueryCache().get(o.queryHash)
1080
+ query: r.getQueryCache().get(o.queryHash),
1081
+ suspense: o.suspense
1077
1082
  }))
1078
1083
  throw f.error;
1079
1084
  if ((E = (y = r.getDefaultOptions().queries) == null ? void 0 : y._experimental_afterQuery) == null || E.call(
1080
1085
  y,
1081
1086
  o,
1082
1087
  f
1083
- ), o.experimental_prefetchInRender && !J && Vt(f, i)) {
1084
- const b = u ? (
1088
+ ), o.experimental_prefetchInRender && !V && Zt(f, i)) {
1089
+ const v = u ? (
1085
1090
  // Fetch immediately on render in order to ensure `.promise` is resolved even if the component is unmounted
1086
- Ye(o, l, a)
1091
+ Xe(o, l, a)
1087
1092
  ) : (
1088
1093
  // subscribe to the "cache promise" so that we can finalize the currentThenable once data comes in
1089
1094
  (h = r.getQueryCache().get(o.queryHash)) == null ? void 0 : h.promise
1090
1095
  );
1091
- b == null || b.catch(We).finally(() => {
1096
+ v == null || v.catch(Ye).finally(() => {
1092
1097
  l.updateResult();
1093
1098
  });
1094
1099
  }
1095
1100
  return o.notifyOnChangeProps ? f : l.trackResult(f);
1096
1101
  }
1097
- function Wt(t, e) {
1098
- return bt(t, lt, e);
1099
- }
1100
1102
  function Yt(t, e) {
1101
- return process.env.NODE_ENV !== "production" && t.queryFn === ye && console.error("skipToken is not allowed for useSuspenseQuery"), bt(
1103
+ return bt(t, dt, e);
1104
+ }
1105
+ function Xt(t, e) {
1106
+ return process.env.NODE_ENV !== "production" && t.queryFn === pe && console.error("skipToken is not allowed for useSuspenseQuery"), bt(
1102
1107
  {
1103
1108
  ...t,
1104
1109
  enabled: !0,
1105
1110
  suspense: !0,
1106
- throwOnError: zt,
1111
+ throwOnError: Jt,
1107
1112
  placeholderData: void 0
1108
1113
  },
1109
- lt,
1114
+ dt,
1110
1115
  e
1111
1116
  );
1112
1117
  }
1113
- const V = (...t) => {
1118
+ const Z = (...t) => {
1114
1119
  const e = t.filter((s) => !!s).map((s) => s.replace(/(^\/+|\/+$)/g, "")).join("/").replace(/(^\/+|\/+$)/g, "");
1115
1120
  return e ? `/${e}` : "/";
1116
1121
  }, mt = Object.freeze({
1117
1122
  API_IDENTITIES: ["api-identities"]
1118
- }), gs = () => {
1119
- const t = yt();
1123
+ }), Ss = () => {
1124
+ const t = pt();
1120
1125
  return {
1121
1126
  invalidateCache: async (e) => {
1122
1127
  await t.invalidateQueries({ queryKey: mt[e] });
1123
1128
  }
1124
1129
  };
1125
- }, Ne = (t, e) => {
1130
+ }, _e = (t, e) => {
1126
1131
  for (const s of t) {
1127
- const r = _e(s, e);
1132
+ const r = He(s, e);
1128
1133
  if (r !== void 0) return r;
1129
1134
  }
1130
- }, _e = (t, e, s = []) => {
1135
+ }, He = (t, e, s = []) => {
1131
1136
  const r = e(t, s);
1132
1137
  if (r !== void 0) return r;
1133
1138
  if (t.type === "category")
1134
1139
  for (const i of t.items) {
1135
- const a = _e(i, e, [
1140
+ const a = He(i, e, [
1136
1141
  ...s,
1137
1142
  t
1138
1143
  ]);
1139
1144
  if (a !== void 0) return a;
1140
1145
  }
1141
- }, Ss = () => {
1142
- const t = pe(), s = vt().sidebar;
1143
- return Ne(s, (r) => {
1144
- if (r.type === "doc" && V(r.id) === t.pathname)
1146
+ }, ws = () => {
1147
+ const t = ve(), s = gt().sidebar;
1148
+ return _e(s, (r) => {
1149
+ if (r.type === "doc" && Z(r.id) === t.pathname)
1145
1150
  return r;
1146
1151
  });
1147
- }, ws = (t) => {
1148
- const e = pe();
1149
- return _e(t, (s) => {
1150
- if (s.type === "category" && s.link && V(s.link.id) === e.pathname || s.type === "doc" && V(s.id) === e.pathname)
1152
+ }, Rs = (t) => {
1153
+ const e = ve();
1154
+ return He(t, (s) => {
1155
+ if (s.type === "category" && s.link && Z(s.link.id) === e.pathname || s.type === "doc" && Z(s.id) === e.pathname)
1151
1156
  return !0;
1152
1157
  });
1153
- }, Rs = () => {
1154
- const t = pe().pathname, s = vt().sidebar;
1158
+ }, Cs = () => {
1159
+ const t = ve().pathname, s = gt().sidebar;
1155
1160
  let r, i, a = !1;
1156
- return Ne(s, (o) => {
1157
- const u = o.type === "doc" ? V(o.id) : o.type === "category" && o.link ? V(o.link.id) : void 0;
1161
+ return _e(s, (o) => {
1162
+ const u = o.type === "doc" ? Z(o.id) : o.type === "category" && o.link ? Z(o.link.id) : void 0;
1158
1163
  if (u) {
1159
1164
  if (a)
1160
1165
  return i = { label: o.label, id: u }, !0;
1161
1166
  t === u ? a = !0 : r = { label: o.label, id: u };
1162
1167
  }
1163
1168
  }), { prev: r, next: i };
1164
- }, Xt = Ct(
1169
+ }, es = Et(
1165
1170
  void 0
1166
- ), He = () => {
1167
- const t = Et(Xt);
1171
+ ), Ke = () => {
1172
+ const t = Ot(es);
1168
1173
  if (!t)
1169
1174
  throw new Error("useZudoku must be used within a ZudokuProvider.");
1170
1175
  return t;
1171
- }, Cs = () => {
1172
- const { getApiIdentities: t } = He();
1173
- return Wt({
1176
+ }, Es = () => {
1177
+ const { getApiIdentities: t } = Ke();
1178
+ return Yt({
1174
1179
  queryFn: t,
1175
1180
  queryKey: [mt.API_IDENTITIES]
1176
1181
  });
1177
- }, vt = () => {
1182
+ }, gt = () => {
1178
1183
  var c;
1179
- const { getPluginSidebar: t, sidebars: e, topNavigation: s, options: r } = He(), i = pe(), a = os(), o = (c = r.protectedRoutes) == null ? void 0 : c.some(
1180
- (p) => $e(p, i.pathname)
1181
- ), u = Object.entries(e).find(([, p]) => Ne(p, (y) => {
1182
- if ((y.type === "doc" ? V(y.id) : y.type === "category" && y.link ? V(y.link.id) : void 0) === i.pathname)
1184
+ const { getPluginSidebar: t, sidebars: e, topNavigation: s, options: r } = Ke(), i = ve(), a = us(), o = (c = r.protectedRoutes) == null ? void 0 : c.some(
1185
+ (p) => ze(p, i.pathname)
1186
+ ), u = Object.entries(e).find(([, p]) => _e(p, (y) => {
1187
+ if ((y.type === "doc" ? Z(y.id) : y.type === "category" && y.link ? Z(y.link.id) : void 0) === i.pathname)
1183
1188
  return y;
1184
- })), l = s.find((p) => p.id === (u == null ? void 0 : u[0])) ?? s.find((p) => $e(p.id, i.pathname)), { data: f } = Yt({
1189
+ })), l = s.find((p) => p.id === (u == null ? void 0 : u[0])) ?? s.find((p) => ze(p.id, i.pathname)), { data: f } = Xt({
1185
1190
  queryFn: () => t(i.pathname),
1186
1191
  queryKey: ["plugin-sidebar", i.pathname]
1187
1192
  });
@@ -1189,30 +1194,30 @@ const V = (...t) => {
1189
1194
  sidebar: a.isAuthEnabled && !a.isAuthenticated && o ? [] : [...u ? u[1] : [], ...f],
1190
1195
  topNavItem: l
1191
1196
  };
1192
- }, Xe = (t) => {
1197
+ }, et = (t) => {
1193
1198
  let e;
1194
- const s = /* @__PURE__ */ new Set(), r = (f, v) => {
1199
+ const s = /* @__PURE__ */ new Set(), r = (f, m) => {
1195
1200
  const c = typeof f == "function" ? f(e) : f;
1196
1201
  if (!Object.is(c, e)) {
1197
1202
  const p = e;
1198
- e = v ?? (typeof c != "object" || c === null) ? c : Object.assign({}, e, c), s.forEach((y) => y(e, p));
1203
+ e = m ?? (typeof c != "object" || c === null) ? c : Object.assign({}, e, c), s.forEach((y) => y(e, p));
1199
1204
  }
1200
1205
  }, i = () => e, u = { setState: r, getState: i, getInitialState: () => l, subscribe: (f) => (s.add(f), () => s.delete(f)) }, l = e = t(r, i, u);
1201
1206
  return u;
1202
- }, es = (t) => t ? Xe(t) : Xe, ts = (t) => t;
1203
- function ss(t, e = ts) {
1204
- const s = Ge.useSyncExternalStore(
1207
+ }, ts = (t) => t ? et(t) : et, ss = (t) => t;
1208
+ function rs(t, e = ss) {
1209
+ const s = $e.useSyncExternalStore(
1205
1210
  t.subscribe,
1206
1211
  () => e(t.getState()),
1207
1212
  () => e(t.getInitialState())
1208
1213
  );
1209
- return Ge.useDebugValue(s), s;
1214
+ return $e.useDebugValue(s), s;
1210
1215
  }
1211
- const rs = (t) => {
1212
- const e = es(t), s = (r) => ss(e, r);
1216
+ const ns = (t) => {
1217
+ const e = ts(t), s = (r) => rs(e, r);
1213
1218
  return Object.assign(s, e), s;
1214
- }, gt = (t) => rs;
1215
- function St(t, e) {
1219
+ }, St = (t) => ns;
1220
+ function wt(t, e) {
1216
1221
  let s;
1217
1222
  try {
1218
1223
  s = t();
@@ -1253,13 +1258,13 @@ const Ue = (t) => (e) => {
1253
1258
  }
1254
1259
  };
1255
1260
  }
1256
- }, ns = (t, e) => (s, r, i) => {
1261
+ }, is = (t, e) => (s, r, i) => {
1257
1262
  let a = {
1258
- storage: St(() => localStorage),
1263
+ storage: wt(() => localStorage),
1259
1264
  partialize: (h) => h,
1260
1265
  version: 0,
1261
- merge: (h, b) => ({
1262
- ...b,
1266
+ merge: (h, v) => ({
1267
+ ...v,
1263
1268
  ...h
1264
1269
  }),
1265
1270
  ...e
@@ -1276,19 +1281,19 @@ const Ue = (t) => (e) => {
1276
1281
  r,
1277
1282
  i
1278
1283
  );
1279
- const v = () => {
1284
+ const m = () => {
1280
1285
  const h = a.partialize({ ...r() });
1281
1286
  return f.setItem(a.name, {
1282
1287
  state: h,
1283
1288
  version: a.version
1284
1289
  });
1285
1290
  }, c = i.setState;
1286
- i.setState = (h, b) => {
1287
- c(h, b), v();
1291
+ i.setState = (h, v) => {
1292
+ c(h, v), m();
1288
1293
  };
1289
1294
  const p = t(
1290
1295
  (...h) => {
1291
- s(...h), v();
1296
+ s(...h), m();
1292
1297
  },
1293
1298
  r,
1294
1299
  i
@@ -1296,13 +1301,13 @@ const Ue = (t) => (e) => {
1296
1301
  i.getInitialState = () => p;
1297
1302
  let y;
1298
1303
  const E = () => {
1299
- var h, b;
1304
+ var h, v;
1300
1305
  if (!f) return;
1301
1306
  o = !1, u.forEach((R) => {
1302
1307
  var O;
1303
1308
  return R((O = r()) != null ? O : p);
1304
1309
  });
1305
- const C = ((b = a.onRehydrateStorage) == null ? void 0 : b.call(a, (h = r()) != null ? h : p)) || void 0;
1310
+ const C = ((v = a.onRehydrateStorage) == null ? void 0 : v.call(a, (h = r()) != null ? h : p)) || void 0;
1306
1311
  return Ue(f.getItem.bind(f))(a.name).then((R) => {
1307
1312
  if (R)
1308
1313
  if (typeof R.version == "number" && R.version !== a.version) {
@@ -1311,7 +1316,7 @@ const Ue = (t) => (e) => {
1311
1316
  R.state,
1312
1317
  R.version
1313
1318
  );
1314
- return O instanceof Promise ? O.then((Q) => [!0, Q]) : [!0, O];
1319
+ return O instanceof Promise ? O.then((q) => [!0, q]) : [!0, O];
1315
1320
  }
1316
1321
  console.error(
1317
1322
  "State loaded from storage couldn't be migrated since no migrate function was provided"
@@ -1321,12 +1326,12 @@ const Ue = (t) => (e) => {
1321
1326
  return [!1, void 0];
1322
1327
  }).then((R) => {
1323
1328
  var O;
1324
- const [Q, Z] = R;
1329
+ const [q, W] = R;
1325
1330
  if (y = a.merge(
1326
- Z,
1331
+ W,
1327
1332
  (O = r()) != null ? O : p
1328
- ), s(y, !0), Q)
1329
- return v();
1333
+ ), s(y, !0), q)
1334
+ return m();
1330
1335
  }).then(() => {
1331
1336
  C == null || C(y, void 0), y = r(), o = !0, l.forEach((R) => R(y));
1332
1337
  }).catch((R) => {
@@ -1353,15 +1358,15 @@ const Ue = (t) => (e) => {
1353
1358
  l.delete(h);
1354
1359
  })
1355
1360
  }, a.skipHydration || E(), y || p;
1356
- }, wt = ns, is = (t) => {
1361
+ }, Rt = is, as = (t) => {
1357
1362
  const e = (s) => {
1358
1363
  s.key === t.persist.getOptions().name && s.newValue && t.persist.rehydrate();
1359
1364
  };
1360
1365
  return window.addEventListener("storage", e), () => {
1361
1366
  window.removeEventListener("storage", e);
1362
1367
  };
1363
- }, Rt = gt()(
1364
- wt(
1368
+ }, Ct = St()(
1369
+ Rt(
1365
1370
  (t) => ({
1366
1371
  isAuthenticated: !1,
1367
1372
  isPending: !1,
@@ -1370,31 +1375,31 @@ const Ue = (t) => (e) => {
1370
1375
  }),
1371
1376
  {
1372
1377
  name: "auth-state",
1373
- storage: St(() => localStorage)
1378
+ storage: wt(() => localStorage)
1374
1379
  // partialize: (s) => ({ state: s }),
1375
1380
  }
1376
1381
  )
1377
1382
  );
1378
- typeof window < "u" && is(Rt);
1379
- const as = gt()(
1380
- wt(
1383
+ typeof window < "u" && as(Ct);
1384
+ const os = St()(
1385
+ Rt(
1381
1386
  (t) => ({
1382
1387
  selectedServer: void 0,
1383
1388
  setSelectedServer: (e) => t({ selectedServer: e })
1384
1389
  }),
1385
1390
  { name: "zudoku-selected-server" }
1386
1391
  )
1387
- ), Es = (t) => {
1388
- const { selectedServer: e, setSelectedServer: s } = as();
1389
- return { selectedServer: Ot(
1392
+ ), Os = (t) => {
1393
+ const { selectedServer: e, setSelectedServer: s } = os();
1394
+ return { selectedServer: It(
1390
1395
  () => {
1391
1396
  var i;
1392
1397
  return e && t.some((a) => a.url === e) ? e : ((i = t.at(0)) == null ? void 0 : i.url) ?? "";
1393
1398
  },
1394
1399
  [e, t]
1395
1400
  ), setSelectedServer: s };
1396
- }, os = () => {
1397
- const { authentication: t } = He(), e = Rt(), s = typeof t < "u";
1401
+ }, us = () => {
1402
+ const { authentication: t } = Ke(), e = Ct(), s = typeof t < "u";
1398
1403
  return {
1399
1404
  isAuthEnabled: s,
1400
1405
  ...e,
@@ -1411,45 +1416,45 @@ const as = gt()(
1411
1416
  };
1412
1417
  };
1413
1418
  export {
1414
- Qe as A,
1415
- ye as B,
1416
- vs as C,
1417
- vt as D,
1418
- Ne as E,
1419
- gs as F,
1419
+ Le as A,
1420
+ pe as B,
1421
+ gs as C,
1422
+ gt as D,
1423
+ _e as E,
1424
+ Ss as F,
1420
1425
  mt as G,
1421
- Wt as H,
1422
- Es as I,
1423
- Cs as J,
1426
+ Yt as H,
1427
+ Os as I,
1428
+ Es as J,
1424
1429
  ms as Q,
1425
1430
  Ut as R,
1426
1431
  qe as S,
1427
- Xt as Z,
1428
- Yt as a,
1429
- Ss as b,
1430
- kt as c,
1431
- Rs as d,
1432
- yt as e,
1433
- We as f,
1434
- Kt as g,
1435
- we as h,
1436
- He as i,
1437
- V as j,
1438
- os as k,
1439
- ws as l,
1440
- Ft as m,
1441
- Le as n,
1442
- fs as o,
1443
- ys as p,
1444
- ge as q,
1445
- Tt as r,
1446
- Ce as s,
1432
+ es as Z,
1433
+ Xt as a,
1434
+ ws as b,
1435
+ xt as c,
1436
+ Cs as d,
1437
+ pt as e,
1438
+ Ye as f,
1439
+ Bt as g,
1440
+ Re as h,
1441
+ Ke as i,
1442
+ Z as j,
1443
+ us as k,
1444
+ Rs as l,
1445
+ Pt as m,
1446
+ Me as n,
1447
+ ys as o,
1448
+ ps as p,
1449
+ Se as q,
1450
+ Dt as r,
1451
+ Ee as s,
1447
1452
  bs as t,
1448
- Rt as u,
1449
- ps as v,
1450
- at as w,
1451
- ot as x,
1452
- fe as y,
1453
- ds as z
1453
+ Ct as u,
1454
+ vs as v,
1455
+ ot as w,
1456
+ ut as x,
1457
+ ye as y,
1458
+ fs as z
1454
1459
  };
1455
- //# sourceMappingURL=hook-C_t2ISLC.js.map
1460
+ //# sourceMappingURL=hook-CWwSAAlH.js.map