@suspensive/react-query-4 3.19.2 → 3.19.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 (310) hide show
  1. package/dist/IsFetching.cjs +18 -2
  2. package/dist/IsFetching.cjs.map +1 -0
  3. package/dist/IsFetching.d.cts +18 -2
  4. package/dist/IsFetching.d.cts.map +1 -0
  5. package/dist/IsFetching.d.mts +18 -2
  6. package/dist/IsFetching.d.mts.map +1 -0
  7. package/dist/IsFetching.mjs +17 -2
  8. package/dist/IsFetching.mjs.map +1 -0
  9. package/dist/Mutation.cjs +14 -2
  10. package/dist/Mutation.cjs.map +1 -0
  11. package/dist/Mutation.d.cts +14 -2
  12. package/dist/Mutation.d.cts.map +1 -0
  13. package/dist/Mutation.d.mts +14 -2
  14. package/dist/Mutation.d.mts.map +1 -0
  15. package/dist/Mutation.mjs +13 -2
  16. package/dist/Mutation.mjs.map +1 -0
  17. package/dist/PrefetchInfiniteQuery.cjs +20 -2
  18. package/dist/PrefetchInfiniteQuery.cjs.map +1 -0
  19. package/dist/PrefetchInfiniteQuery.d.cts +16 -2
  20. package/dist/PrefetchInfiniteQuery.d.cts.map +1 -0
  21. package/dist/PrefetchInfiniteQuery.d.mts +16 -2
  22. package/dist/PrefetchInfiniteQuery.d.mts.map +1 -0
  23. package/dist/PrefetchInfiniteQuery.mjs +19 -2
  24. package/dist/PrefetchInfiniteQuery.mjs.map +1 -0
  25. package/dist/PrefetchQuery.cjs +20 -2
  26. package/dist/PrefetchQuery.cjs.map +1 -0
  27. package/dist/PrefetchQuery.d.cts +16 -2
  28. package/dist/PrefetchQuery.d.cts.map +1 -0
  29. package/dist/PrefetchQuery.d.mts +16 -2
  30. package/dist/PrefetchQuery.d.mts.map +1 -0
  31. package/dist/PrefetchQuery.mjs +19 -2
  32. package/dist/PrefetchQuery.mjs.map +1 -0
  33. package/dist/{QueriesHydration-dcSAzQNT.cjs → QueriesHydration-B9tinfWA.cjs} +16 -16
  34. package/dist/QueriesHydration-B9tinfWA.cjs.map +1 -0
  35. package/dist/{QueriesHydration-GQxJe_Vu.mjs → QueriesHydration-MZQ7Oj60.mjs} +11 -11
  36. package/dist/QueriesHydration-MZQ7Oj60.mjs.map +1 -0
  37. package/dist/QueriesHydration.cjs +2 -1
  38. package/dist/QueriesHydration.d.cts +105 -2
  39. package/dist/QueriesHydration.d.cts.map +1 -0
  40. package/dist/QueriesHydration.d.mts +105 -2
  41. package/dist/QueriesHydration.d.mts.map +1 -0
  42. package/dist/QueriesHydration.mjs +1 -1
  43. package/dist/QueryClientConsumer.cjs +14 -2
  44. package/dist/QueryClientConsumer.cjs.map +1 -0
  45. package/dist/QueryClientConsumer.d.cts +18 -2
  46. package/dist/QueryClientConsumer.d.cts.map +1 -0
  47. package/dist/QueryClientConsumer.d.mts +18 -2
  48. package/dist/QueryClientConsumer.d.mts.map +1 -0
  49. package/dist/QueryClientConsumer.mjs +13 -2
  50. package/dist/QueryClientConsumer.mjs.map +1 -0
  51. package/dist/SuspenseInfiniteQuery.cjs +30 -2
  52. package/dist/SuspenseInfiniteQuery.cjs.map +1 -0
  53. package/dist/SuspenseInfiniteQuery.d.cts +31 -2
  54. package/dist/SuspenseInfiniteQuery.d.cts.map +1 -0
  55. package/dist/SuspenseInfiniteQuery.d.mts +31 -3
  56. package/dist/SuspenseInfiniteQuery.d.mts.map +1 -0
  57. package/dist/SuspenseInfiniteQuery.mjs +29 -2
  58. package/dist/SuspenseInfiniteQuery.mjs.map +1 -0
  59. package/dist/SuspenseQueries.cjs +26 -2
  60. package/dist/SuspenseQueries.cjs.map +1 -0
  61. package/dist/SuspenseQueries.d.cts +30 -2
  62. package/dist/SuspenseQueries.d.cts.map +1 -0
  63. package/dist/SuspenseQueries.d.mts +30 -2
  64. package/dist/SuspenseQueries.d.mts.map +1 -0
  65. package/dist/SuspenseQueries.mjs +25 -2
  66. package/dist/SuspenseQueries.mjs.map +1 -0
  67. package/dist/SuspenseQuery.cjs +30 -2
  68. package/dist/SuspenseQuery.cjs.map +1 -0
  69. package/dist/SuspenseQuery.d.cts +30 -2
  70. package/dist/SuspenseQuery.d.cts.map +1 -0
  71. package/dist/SuspenseQuery.d.mts +30 -2
  72. package/dist/SuspenseQuery.d.mts.map +1 -0
  73. package/dist/SuspenseQuery.mjs +29 -2
  74. package/dist/SuspenseQuery.mjs.map +1 -0
  75. package/dist/components/ClientOnly.cjs +13 -2
  76. package/dist/components/ClientOnly.cjs.map +1 -0
  77. package/dist/components/ClientOnly.d.cts +2 -2
  78. package/dist/components/ClientOnly.d.cts.map +1 -1
  79. package/dist/components/ClientOnly.d.mts +2 -2
  80. package/dist/components/ClientOnly.d.mts.map +1 -1
  81. package/dist/components/ClientOnly.mjs +12 -2
  82. package/dist/components/ClientOnly.mjs.map +1 -0
  83. package/dist/createGetQueryClient.cjs +63 -2
  84. package/dist/createGetQueryClient.cjs.map +1 -0
  85. package/dist/createGetQueryClient.d.cts +53 -2
  86. package/dist/createGetQueryClient.d.cts.map +1 -0
  87. package/dist/createGetQueryClient.d.mts +53 -2
  88. package/dist/createGetQueryClient.d.mts.map +1 -0
  89. package/dist/createGetQueryClient.mjs +62 -2
  90. package/dist/createGetQueryClient.mjs.map +1 -0
  91. package/dist/index.cjs +19 -18
  92. package/dist/index.d.cts +18 -18
  93. package/dist/index.d.mts +18 -18
  94. package/dist/index.mjs +18 -18
  95. package/dist/infiniteQueryOptions.cjs +17 -2
  96. package/dist/infiniteQueryOptions.cjs.map +1 -0
  97. package/dist/infiniteQueryOptions.d.cts +28 -2
  98. package/dist/infiniteQueryOptions.d.cts.map +1 -0
  99. package/dist/infiniteQueryOptions.d.mts +28 -2
  100. package/dist/infiniteQueryOptions.d.mts.map +1 -0
  101. package/dist/infiniteQueryOptions.mjs +16 -2
  102. package/dist/infiniteQueryOptions.mjs.map +1 -0
  103. package/dist/mutationOptions.cjs +9 -2
  104. package/dist/mutationOptions.cjs.map +1 -0
  105. package/dist/mutationOptions.d.cts +7 -2
  106. package/dist/mutationOptions.d.cts.map +1 -0
  107. package/dist/mutationOptions.d.mts +7 -2
  108. package/dist/mutationOptions.d.mts.map +1 -0
  109. package/dist/mutationOptions.mjs +7 -2
  110. package/dist/mutationOptions.mjs.map +1 -0
  111. package/dist/{objectSpread2-CpqxxdM2.cjs → objectSpread2-9HkiXZY2.cjs} +15 -15
  112. package/dist/{objectSpread2-BFPIJj0i.mjs → objectSpread2-BX3M3dlG.mjs} +15 -15
  113. package/dist/{objectWithoutProperties-BYP50gyF.mjs → objectWithoutProperties-CZk5Qmfh.mjs} +2 -2
  114. package/dist/{objectWithoutProperties-CYXRK7DS.cjs → objectWithoutProperties-CfjOeCpP.cjs} +2 -2
  115. package/dist/queryOptions.cjs +17 -2
  116. package/dist/queryOptions.cjs.map +1 -0
  117. package/dist/queryOptions.d.cts +28 -2
  118. package/dist/queryOptions.d.cts.map +1 -0
  119. package/dist/queryOptions.d.mts +28 -2
  120. package/dist/queryOptions.d.mts.map +1 -0
  121. package/dist/queryOptions.mjs +16 -2
  122. package/dist/queryOptions.mjs.map +1 -0
  123. package/dist/usePrefetchInfiniteQuery.cjs +15 -2
  124. package/dist/usePrefetchInfiniteQuery.cjs.map +1 -0
  125. package/dist/usePrefetchInfiniteQuery.d.cts +11 -2
  126. package/dist/usePrefetchInfiniteQuery.d.cts.map +1 -0
  127. package/dist/usePrefetchInfiniteQuery.d.mts +11 -2
  128. package/dist/usePrefetchInfiniteQuery.d.mts.map +1 -0
  129. package/dist/usePrefetchInfiniteQuery.mjs +14 -2
  130. package/dist/usePrefetchInfiniteQuery.mjs.map +1 -0
  131. package/dist/usePrefetchQuery.cjs +15 -2
  132. package/dist/usePrefetchQuery.cjs.map +1 -0
  133. package/dist/usePrefetchQuery.d.cts +11 -2
  134. package/dist/usePrefetchQuery.d.cts.map +1 -0
  135. package/dist/usePrefetchQuery.d.mts +11 -2
  136. package/dist/usePrefetchQuery.d.mts.map +1 -0
  137. package/dist/usePrefetchQuery.mjs +14 -2
  138. package/dist/usePrefetchQuery.mjs.map +1 -0
  139. package/dist/useSuspenseInfiniteQuery.cjs +17 -2
  140. package/dist/useSuspenseInfiniteQuery.cjs.map +1 -0
  141. package/dist/useSuspenseInfiniteQuery.d.cts +17 -2
  142. package/dist/useSuspenseInfiniteQuery.d.cts.map +1 -0
  143. package/dist/useSuspenseInfiniteQuery.d.mts +17 -2
  144. package/dist/useSuspenseInfiniteQuery.d.mts.map +1 -0
  145. package/dist/useSuspenseInfiniteQuery.mjs +16 -2
  146. package/dist/useSuspenseInfiniteQuery.mjs.map +1 -0
  147. package/dist/useSuspenseQueries.cjs +17 -2
  148. package/dist/useSuspenseQueries.cjs.map +1 -0
  149. package/dist/useSuspenseQueries.d.cts +36 -2
  150. package/dist/useSuspenseQueries.d.cts.map +1 -0
  151. package/dist/useSuspenseQueries.d.mts +36 -2
  152. package/dist/useSuspenseQueries.d.mts.map +1 -0
  153. package/dist/useSuspenseQueries.mjs +16 -2
  154. package/dist/useSuspenseQueries.mjs.map +1 -0
  155. package/dist/useSuspenseQuery.cjs +17 -2
  156. package/dist/useSuspenseQuery.cjs.map +1 -0
  157. package/dist/useSuspenseQuery.d.cts +36 -2
  158. package/dist/useSuspenseQuery.d.cts.map +1 -0
  159. package/dist/useSuspenseQuery.d.mts +36 -2
  160. package/dist/useSuspenseQuery.d.mts.map +1 -0
  161. package/dist/useSuspenseQuery.mjs +16 -2
  162. package/dist/useSuspenseQuery.mjs.map +1 -0
  163. package/package.json +4 -4
  164. package/src/createGetQueryClient.spec.tsx +25 -77
  165. package/dist/ClientOnly-BdmzVYnI.mjs +0 -15
  166. package/dist/ClientOnly-BdmzVYnI.mjs.map +0 -1
  167. package/dist/ClientOnly-Dvf8t__-.cjs +0 -20
  168. package/dist/ClientOnly-Dvf8t__-.cjs.map +0 -1
  169. package/dist/IsFetching-BYkNw1cs.mjs +0 -18
  170. package/dist/IsFetching-BYkNw1cs.mjs.map +0 -1
  171. package/dist/IsFetching-BfIQ3Qek.d.mts +0 -19
  172. package/dist/IsFetching-BfIQ3Qek.d.mts.map +0 -1
  173. package/dist/IsFetching-BhOgGqrs.cjs +0 -23
  174. package/dist/IsFetching-BhOgGqrs.cjs.map +0 -1
  175. package/dist/IsFetching-CuftXnaJ.d.cts +0 -19
  176. package/dist/IsFetching-CuftXnaJ.d.cts.map +0 -1
  177. package/dist/Mutation-CGUYEkKX.cjs +0 -19
  178. package/dist/Mutation-CGUYEkKX.cjs.map +0 -1
  179. package/dist/Mutation-CGpbCg54.d.mts +0 -14
  180. package/dist/Mutation-CGpbCg54.d.mts.map +0 -1
  181. package/dist/Mutation-DGmP7HQI.d.cts +0 -14
  182. package/dist/Mutation-DGmP7HQI.d.cts.map +0 -1
  183. package/dist/Mutation-DUJhz3rT.mjs +0 -14
  184. package/dist/Mutation-DUJhz3rT.mjs.map +0 -1
  185. package/dist/PrefetchInfiniteQuery-BewcG5rR.d.cts +0 -17
  186. package/dist/PrefetchInfiniteQuery-BewcG5rR.d.cts.map +0 -1
  187. package/dist/PrefetchInfiniteQuery-D-3dZMEz.d.mts +0 -17
  188. package/dist/PrefetchInfiniteQuery-D-3dZMEz.d.mts.map +0 -1
  189. package/dist/PrefetchInfiniteQuery-RS3Qz-7B.mjs +0 -20
  190. package/dist/PrefetchInfiniteQuery-RS3Qz-7B.mjs.map +0 -1
  191. package/dist/PrefetchInfiniteQuery-cCSXqKVR.cjs +0 -25
  192. package/dist/PrefetchInfiniteQuery-cCSXqKVR.cjs.map +0 -1
  193. package/dist/PrefetchQuery-0pdYNtpS.cjs +0 -25
  194. package/dist/PrefetchQuery-0pdYNtpS.cjs.map +0 -1
  195. package/dist/PrefetchQuery-Ddbt43Fk.d.cts +0 -17
  196. package/dist/PrefetchQuery-Ddbt43Fk.d.cts.map +0 -1
  197. package/dist/PrefetchQuery-DqgbVdjY.d.mts +0 -17
  198. package/dist/PrefetchQuery-DqgbVdjY.d.mts.map +0 -1
  199. package/dist/PrefetchQuery-uh4idoXK.mjs +0 -20
  200. package/dist/PrefetchQuery-uh4idoXK.mjs.map +0 -1
  201. package/dist/QueriesHydration-DPogKsc4.d.mts +0 -106
  202. package/dist/QueriesHydration-DPogKsc4.d.mts.map +0 -1
  203. package/dist/QueriesHydration-DnlRrHJ3.d.cts +0 -106
  204. package/dist/QueriesHydration-DnlRrHJ3.d.cts.map +0 -1
  205. package/dist/QueriesHydration-GQxJe_Vu.mjs.map +0 -1
  206. package/dist/QueriesHydration-dcSAzQNT.cjs.map +0 -1
  207. package/dist/QueryClientConsumer-5PZLv_8g.d.mts +0 -18
  208. package/dist/QueryClientConsumer-5PZLv_8g.d.mts.map +0 -1
  209. package/dist/QueryClientConsumer-e7PyaFF3.mjs +0 -14
  210. package/dist/QueryClientConsumer-e7PyaFF3.mjs.map +0 -1
  211. package/dist/QueryClientConsumer-mF0OUwkq.cjs +0 -19
  212. package/dist/QueryClientConsumer-mF0OUwkq.cjs.map +0 -1
  213. package/dist/QueryClientConsumer-pihgMOoA.d.cts +0 -18
  214. package/dist/QueryClientConsumer-pihgMOoA.d.cts.map +0 -1
  215. package/dist/SuspenseInfiniteQuery-BimBkaCe.mjs +0 -30
  216. package/dist/SuspenseInfiniteQuery-BimBkaCe.mjs.map +0 -1
  217. package/dist/SuspenseInfiniteQuery-BtRviR-Z.d.mts +0 -32
  218. package/dist/SuspenseInfiniteQuery-BtRviR-Z.d.mts.map +0 -1
  219. package/dist/SuspenseInfiniteQuery-DSYC5XON.d.cts +0 -32
  220. package/dist/SuspenseInfiniteQuery-DSYC5XON.d.cts.map +0 -1
  221. package/dist/SuspenseInfiniteQuery-oVQE2P2T.cjs +0 -35
  222. package/dist/SuspenseInfiniteQuery-oVQE2P2T.cjs.map +0 -1
  223. package/dist/SuspenseQueries-BPvriygJ.d.cts +0 -31
  224. package/dist/SuspenseQueries-BPvriygJ.d.cts.map +0 -1
  225. package/dist/SuspenseQueries-Brk6gtMw.cjs +0 -31
  226. package/dist/SuspenseQueries-Brk6gtMw.cjs.map +0 -1
  227. package/dist/SuspenseQueries-C0mF_XD_.mjs +0 -26
  228. package/dist/SuspenseQueries-C0mF_XD_.mjs.map +0 -1
  229. package/dist/SuspenseQueries-CHFS9e4y.d.mts +0 -31
  230. package/dist/SuspenseQueries-CHFS9e4y.d.mts.map +0 -1
  231. package/dist/SuspenseQuery-BWI24top.mjs +0 -30
  232. package/dist/SuspenseQuery-BWI24top.mjs.map +0 -1
  233. package/dist/SuspenseQuery-D4IZU_Co.d.cts +0 -31
  234. package/dist/SuspenseQuery-D4IZU_Co.d.cts.map +0 -1
  235. package/dist/SuspenseQuery-DE4NKrqP.cjs +0 -35
  236. package/dist/SuspenseQuery-DE4NKrqP.cjs.map +0 -1
  237. package/dist/SuspenseQuery-VjYG_b1z.d.mts +0 -31
  238. package/dist/SuspenseQuery-VjYG_b1z.d.mts.map +0 -1
  239. package/dist/createGetQueryClient-B0yrcyXF.mjs +0 -63
  240. package/dist/createGetQueryClient-B0yrcyXF.mjs.map +0 -1
  241. package/dist/createGetQueryClient-DTKVVwpJ.d.mts +0 -54
  242. package/dist/createGetQueryClient-DTKVVwpJ.d.mts.map +0 -1
  243. package/dist/createGetQueryClient-iXoXO7so.d.cts +0 -54
  244. package/dist/createGetQueryClient-iXoXO7so.d.cts.map +0 -1
  245. package/dist/createGetQueryClient-nXvPqrrS.cjs +0 -68
  246. package/dist/createGetQueryClient-nXvPqrrS.cjs.map +0 -1
  247. package/dist/infiniteQueryOptions-2KFmTqEY.mjs +0 -17
  248. package/dist/infiniteQueryOptions-2KFmTqEY.mjs.map +0 -1
  249. package/dist/infiniteQueryOptions-BVac5B-c.cjs +0 -22
  250. package/dist/infiniteQueryOptions-BVac5B-c.cjs.map +0 -1
  251. package/dist/infiniteQueryOptions-Be7VYTUR.d.cts +0 -29
  252. package/dist/infiniteQueryOptions-Be7VYTUR.d.cts.map +0 -1
  253. package/dist/infiniteQueryOptions-Bpz4mFYH.d.mts +0 -29
  254. package/dist/infiniteQueryOptions-Bpz4mFYH.d.mts.map +0 -1
  255. package/dist/mutationOptions-BIOn3zne.cjs +0 -14
  256. package/dist/mutationOptions-BIOn3zne.cjs.map +0 -1
  257. package/dist/mutationOptions-BZS10WEJ.d.mts +0 -7
  258. package/dist/mutationOptions-BZS10WEJ.d.mts.map +0 -1
  259. package/dist/mutationOptions-C4emetVL.mjs +0 -8
  260. package/dist/mutationOptions-C4emetVL.mjs.map +0 -1
  261. package/dist/mutationOptions-Eid3aM1W.d.cts +0 -7
  262. package/dist/mutationOptions-Eid3aM1W.d.cts.map +0 -1
  263. package/dist/queryOptions-92vSd4eV.cjs +0 -22
  264. package/dist/queryOptions-92vSd4eV.cjs.map +0 -1
  265. package/dist/queryOptions-DILe-4vk.d.mts +0 -29
  266. package/dist/queryOptions-DILe-4vk.d.mts.map +0 -1
  267. package/dist/queryOptions-DNGHeGX5.d.cts +0 -29
  268. package/dist/queryOptions-DNGHeGX5.d.cts.map +0 -1
  269. package/dist/queryOptions-Dnf4-wlk.mjs +0 -17
  270. package/dist/queryOptions-Dnf4-wlk.mjs.map +0 -1
  271. package/dist/usePrefetchInfiniteQuery-B0_Ladyp.d.mts +0 -12
  272. package/dist/usePrefetchInfiniteQuery-B0_Ladyp.d.mts.map +0 -1
  273. package/dist/usePrefetchInfiniteQuery-BmZtlLeD.cjs +0 -20
  274. package/dist/usePrefetchInfiniteQuery-BmZtlLeD.cjs.map +0 -1
  275. package/dist/usePrefetchInfiniteQuery-CQSN-P9m.mjs +0 -15
  276. package/dist/usePrefetchInfiniteQuery-CQSN-P9m.mjs.map +0 -1
  277. package/dist/usePrefetchInfiniteQuery-CRwRctQH.d.cts +0 -12
  278. package/dist/usePrefetchInfiniteQuery-CRwRctQH.d.cts.map +0 -1
  279. package/dist/usePrefetchQuery-38O319FT.d.mts +0 -12
  280. package/dist/usePrefetchQuery-38O319FT.d.mts.map +0 -1
  281. package/dist/usePrefetchQuery-93Pltnzl.d.cts +0 -12
  282. package/dist/usePrefetchQuery-93Pltnzl.d.cts.map +0 -1
  283. package/dist/usePrefetchQuery-CtrJciA6.mjs +0 -15
  284. package/dist/usePrefetchQuery-CtrJciA6.mjs.map +0 -1
  285. package/dist/usePrefetchQuery-woiivAJc.cjs +0 -20
  286. package/dist/usePrefetchQuery-woiivAJc.cjs.map +0 -1
  287. package/dist/useSuspenseInfiniteQuery-Bh0nh8Kc.d.mts +0 -17
  288. package/dist/useSuspenseInfiniteQuery-Bh0nh8Kc.d.mts.map +0 -1
  289. package/dist/useSuspenseInfiniteQuery-CA0jmgbX.cjs +0 -22
  290. package/dist/useSuspenseInfiniteQuery-CA0jmgbX.cjs.map +0 -1
  291. package/dist/useSuspenseInfiniteQuery-DUxKOkCo.mjs +0 -17
  292. package/dist/useSuspenseInfiniteQuery-DUxKOkCo.mjs.map +0 -1
  293. package/dist/useSuspenseInfiniteQuery-xXu-A7cX.d.cts +0 -17
  294. package/dist/useSuspenseInfiniteQuery-xXu-A7cX.d.cts.map +0 -1
  295. package/dist/useSuspenseQueries-Bf0lSTWB.mjs +0 -17
  296. package/dist/useSuspenseQueries-Bf0lSTWB.mjs.map +0 -1
  297. package/dist/useSuspenseQueries-CHPLAyeb.d.cts +0 -37
  298. package/dist/useSuspenseQueries-CHPLAyeb.d.cts.map +0 -1
  299. package/dist/useSuspenseQueries-DqBaOI3L.cjs +0 -22
  300. package/dist/useSuspenseQueries-DqBaOI3L.cjs.map +0 -1
  301. package/dist/useSuspenseQueries-pfI8hFSM.d.mts +0 -37
  302. package/dist/useSuspenseQueries-pfI8hFSM.d.mts.map +0 -1
  303. package/dist/useSuspenseQuery-41ONxa6i.cjs +0 -22
  304. package/dist/useSuspenseQuery-41ONxa6i.cjs.map +0 -1
  305. package/dist/useSuspenseQuery-CVWQeHhd.mjs +0 -17
  306. package/dist/useSuspenseQuery-CVWQeHhd.mjs.map +0 -1
  307. package/dist/useSuspenseQuery-DG0Jz1Da.d.mts +0 -37
  308. package/dist/useSuspenseQuery-DG0Jz1Da.d.mts.map +0 -1
  309. package/dist/useSuspenseQuery-DiNomNWA.d.cts +0 -37
  310. package/dist/useSuspenseQuery-DiNomNWA.d.cts.map +0 -1
@@ -1,106 +0,0 @@
1
- import { HydrateProps, OmitKeyof, QueryClient, QueryOptions, UseInfiniteQueryOptions, WithRequired } from "@tanstack/react-query";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
3
- import { ReactNode } from "react";
4
-
5
- //#region src/QueriesHydration.d.ts
6
-
7
- /**
8
- * A server component that fetches multiple queries on the server and hydrates them to the client.
9
- *
10
- * @experimental This component is experimental and may be changed or removed in the future.
11
- *
12
- * @description
13
- * QueriesHydration is designed for React Server Components (RSC).
14
- * It pre-fetches multiple queries on the server side and automatically hydrates
15
- * the data to the client, enabling seamless data synchronization between server and client.
16
- *
17
- * When errors occur during server-side fetching, the component gracefully falls back
18
- * to client-side rendering, ensuring your application remains resilient.
19
- *
20
- * @example
21
- * ```tsx
22
- * // app/page.tsx (Server Component)
23
- * import { Suspense } from 'react'
24
- * import { QueriesHydration } from '@suspensive/react-query'
25
- * import { queryOptions } from '@tanstack/react-query'
26
- *
27
- * const userQueryOptions = (userId: string) => queryOptions({
28
- * queryKey: ['user', userId],
29
- * queryFn: () => fetchUser(userId)
30
- * })
31
- *
32
- * const postsQueryOptions = () => queryOptions({
33
- * queryKey: ['posts'],
34
- * queryFn: () => fetchPosts()
35
- * })
36
- *
37
- * export default function Page({ userId }: { userId: string }) {
38
- * return (
39
- * <>
40
- * <Suspense fallback={<div>Loading user...</div>}>
41
- * <QueriesHydration queries={[userQueryOptions(userId)]}>
42
- * <UserProfile />
43
- * </QueriesHydration>
44
- * </Suspense>
45
- *
46
- * <Suspense fallback={<div>Loading posts...</div>}>
47
- * <QueriesHydration queries={[postsQueryOptions()]}>
48
- * <PostsList />
49
- * </QueriesHydration>
50
- * </Suspense>
51
- * </>
52
- * )
53
- * }
54
- * ```
55
- *
56
- * @example
57
- * ```tsx
58
- * // With custom error fallback
59
- * <Suspense fallback={<div>Loading user...</div>}>
60
- * <QueriesHydration
61
- * queries={[userQueryOptions(userId)]}
62
- * skipSsrOnError={{ fallback: <div>Fetching on client...</div> }}
63
- * >
64
- * <UserProfile />
65
- * </QueriesHydration>
66
- * </Suspense>
67
- * ```
68
- *
69
- * @see {@link https://suspensive.org/docs/react-query/QueriesHydration Documentation}
70
- */
71
- declare function QueriesHydration({
72
- queries,
73
- children,
74
- queryClient,
75
- skipSsrOnError,
76
- timeout,
77
- ...props
78
- }: {
79
- /**
80
- * The QueryClient instance to use for fetching queries.
81
- */
82
- queryClient?: QueryClient;
83
- /**
84
- * An array of query options or infinite query options to be fetched on the server. Each query must include a `queryKey`.
85
- * You can mix regular queries and infinite queries in the same array.
86
- */
87
- queries: (WithRequired<QueryOptions<any, any, any, any>, 'queryKey'> | WithRequired<UseInfiniteQueryOptions<any, any, any, any, any>, 'queryKey'>)[];
88
- /**
89
- * Controls error handling behavior:
90
- * - `true` (default): Skips SSR and falls back to client-side rendering when server fetch fails
91
- * - `false`: Proceeds with SSR without hydration (retry fetching on client component server rendering)
92
- * - `{ fallback: ReactNode }`: Skips SSR with custom fallback UI during client-side rendering
93
- */
94
- skipSsrOnError?: boolean | {
95
- fallback: ReactNode;
96
- };
97
- /**
98
- * The timeout in milliseconds for the query.
99
- * If the query takes longer than the timeout, it will be considered as an error.
100
- * When not set, no timeout is applied.
101
- */
102
- timeout?: number;
103
- } & OmitKeyof<HydrateProps, 'state'>): Promise<react_jsx_runtime2.JSX.Element>;
104
- //#endregion
105
- export { QueriesHydration as t };
106
- //# sourceMappingURL=QueriesHydration-DPogKsc4.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueriesHydration-DPogKsc4.d.mts","names":[],"sources":["../src/QueriesHydration.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAsB,gBAAA;;;;;;;;;;;gBAWN;;;;;YAMV,aAAa,gDACb,aAAa;;;;;;;;cAWD;;;;;;;;IAQd,UAAU,yBAAsB,QAAA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,106 +0,0 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
- import { HydrateProps, OmitKeyof, QueryClient, QueryOptions, UseInfiniteQueryOptions, WithRequired } from "@tanstack/react-query";
3
- import { ReactNode } from "react";
4
-
5
- //#region src/QueriesHydration.d.ts
6
-
7
- /**
8
- * A server component that fetches multiple queries on the server and hydrates them to the client.
9
- *
10
- * @experimental This component is experimental and may be changed or removed in the future.
11
- *
12
- * @description
13
- * QueriesHydration is designed for React Server Components (RSC).
14
- * It pre-fetches multiple queries on the server side and automatically hydrates
15
- * the data to the client, enabling seamless data synchronization between server and client.
16
- *
17
- * When errors occur during server-side fetching, the component gracefully falls back
18
- * to client-side rendering, ensuring your application remains resilient.
19
- *
20
- * @example
21
- * ```tsx
22
- * // app/page.tsx (Server Component)
23
- * import { Suspense } from 'react'
24
- * import { QueriesHydration } from '@suspensive/react-query'
25
- * import { queryOptions } from '@tanstack/react-query'
26
- *
27
- * const userQueryOptions = (userId: string) => queryOptions({
28
- * queryKey: ['user', userId],
29
- * queryFn: () => fetchUser(userId)
30
- * })
31
- *
32
- * const postsQueryOptions = () => queryOptions({
33
- * queryKey: ['posts'],
34
- * queryFn: () => fetchPosts()
35
- * })
36
- *
37
- * export default function Page({ userId }: { userId: string }) {
38
- * return (
39
- * <>
40
- * <Suspense fallback={<div>Loading user...</div>}>
41
- * <QueriesHydration queries={[userQueryOptions(userId)]}>
42
- * <UserProfile />
43
- * </QueriesHydration>
44
- * </Suspense>
45
- *
46
- * <Suspense fallback={<div>Loading posts...</div>}>
47
- * <QueriesHydration queries={[postsQueryOptions()]}>
48
- * <PostsList />
49
- * </QueriesHydration>
50
- * </Suspense>
51
- * </>
52
- * )
53
- * }
54
- * ```
55
- *
56
- * @example
57
- * ```tsx
58
- * // With custom error fallback
59
- * <Suspense fallback={<div>Loading user...</div>}>
60
- * <QueriesHydration
61
- * queries={[userQueryOptions(userId)]}
62
- * skipSsrOnError={{ fallback: <div>Fetching on client...</div> }}
63
- * >
64
- * <UserProfile />
65
- * </QueriesHydration>
66
- * </Suspense>
67
- * ```
68
- *
69
- * @see {@link https://suspensive.org/docs/react-query/QueriesHydration Documentation}
70
- */
71
- declare function QueriesHydration({
72
- queries,
73
- children,
74
- queryClient,
75
- skipSsrOnError,
76
- timeout,
77
- ...props
78
- }: {
79
- /**
80
- * The QueryClient instance to use for fetching queries.
81
- */
82
- queryClient?: QueryClient;
83
- /**
84
- * An array of query options or infinite query options to be fetched on the server. Each query must include a `queryKey`.
85
- * You can mix regular queries and infinite queries in the same array.
86
- */
87
- queries: (WithRequired<QueryOptions<any, any, any, any>, 'queryKey'> | WithRequired<UseInfiniteQueryOptions<any, any, any, any, any>, 'queryKey'>)[];
88
- /**
89
- * Controls error handling behavior:
90
- * - `true` (default): Skips SSR and falls back to client-side rendering when server fetch fails
91
- * - `false`: Proceeds with SSR without hydration (retry fetching on client component server rendering)
92
- * - `{ fallback: ReactNode }`: Skips SSR with custom fallback UI during client-side rendering
93
- */
94
- skipSsrOnError?: boolean | {
95
- fallback: ReactNode;
96
- };
97
- /**
98
- * The timeout in milliseconds for the query.
99
- * If the query takes longer than the timeout, it will be considered as an error.
100
- * When not set, no timeout is applied.
101
- */
102
- timeout?: number;
103
- } & OmitKeyof<HydrateProps, 'state'>): Promise<react_jsx_runtime1.JSX.Element>;
104
- //#endregion
105
- export { QueriesHydration as t };
106
- //# sourceMappingURL=QueriesHydration-DnlRrHJ3.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueriesHydration-DnlRrHJ3.d.cts","names":[],"sources":["../src/QueriesHydration.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAsB,gBAAA;;;;;;;;;;;gBAWN;;;;;YAMV,aAAa,gDACb,aAAa;;;;;;;;cAWD;;;;;;;;IAQd,UAAU,yBAAsB,QAAA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueriesHydration-GQxJe_Vu.mjs","names":["timerId: ReturnType<typeof setTimeout> | undefined"],"sources":["../src/QueriesHydration.tsx"],"sourcesContent":["import {\n Hydrate,\n type HydrateProps,\n type OmitKeyof,\n QueryClient,\n type QueryOptions,\n type UseInfiniteQueryOptions,\n type WithRequired,\n dehydrate,\n} from '@tanstack/react-query'\nimport type { ReactNode } from 'react'\nimport { ClientOnly } from './components/ClientOnly'\n\n/**\n * A server component that fetches multiple queries on the server and hydrates them to the client.\n *\n * @experimental This component is experimental and may be changed or removed in the future.\n *\n * @description\n * QueriesHydration is designed for React Server Components (RSC).\n * It pre-fetches multiple queries on the server side and automatically hydrates\n * the data to the client, enabling seamless data synchronization between server and client.\n *\n * When errors occur during server-side fetching, the component gracefully falls back\n * to client-side rendering, ensuring your application remains resilient.\n *\n * @example\n * ```tsx\n * // app/page.tsx (Server Component)\n * import { Suspense } from 'react'\n * import { QueriesHydration } from '@suspensive/react-query'\n * import { queryOptions } from '@tanstack/react-query'\n *\n * const userQueryOptions = (userId: string) => queryOptions({\n * queryKey: ['user', userId],\n * queryFn: () => fetchUser(userId)\n * })\n *\n * const postsQueryOptions = () => queryOptions({\n * queryKey: ['posts'],\n * queryFn: () => fetchPosts()\n * })\n *\n * export default function Page({ userId }: { userId: string }) {\n * return (\n * <>\n * <Suspense fallback={<div>Loading user...</div>}>\n * <QueriesHydration queries={[userQueryOptions(userId)]}>\n * <UserProfile />\n * </QueriesHydration>\n * </Suspense>\n *\n * <Suspense fallback={<div>Loading posts...</div>}>\n * <QueriesHydration queries={[postsQueryOptions()]}>\n * <PostsList />\n * </QueriesHydration>\n * </Suspense>\n * </>\n * )\n * }\n * ```\n *\n * @example\n * ```tsx\n * // With custom error fallback\n * <Suspense fallback={<div>Loading user...</div>}>\n * <QueriesHydration\n * queries={[userQueryOptions(userId)]}\n * skipSsrOnError={{ fallback: <div>Fetching on client...</div> }}\n * >\n * <UserProfile />\n * </QueriesHydration>\n * </Suspense>\n * ```\n *\n * @see {@link https://suspensive.org/docs/react-query/QueriesHydration Documentation}\n */\nexport async function QueriesHydration({\n queries,\n children,\n queryClient = new QueryClient(),\n skipSsrOnError = true,\n timeout,\n ...props\n}: {\n /**\n * The QueryClient instance to use for fetching queries.\n */\n queryClient?: QueryClient\n /**\n * An array of query options or infinite query options to be fetched on the server. Each query must include a `queryKey`.\n * You can mix regular queries and infinite queries in the same array.\n */\n queries: (\n | WithRequired<QueryOptions<any, any, any, any>, 'queryKey'>\n | WithRequired<UseInfiniteQueryOptions<any, any, any, any, any>, 'queryKey'>\n )[]\n /**\n * Controls error handling behavior:\n * - `true` (default): Skips SSR and falls back to client-side rendering when server fetch fails\n * - `false`: Proceeds with SSR without hydration (retry fetching on client component server rendering)\n * - `{ fallback: ReactNode }`: Skips SSR with custom fallback UI during client-side rendering\n */\n skipSsrOnError?:\n | boolean\n | {\n fallback: ReactNode\n }\n /**\n * The timeout in milliseconds for the query.\n * If the query takes longer than the timeout, it will be considered as an error.\n * When not set, no timeout is applied.\n */\n timeout?: number\n} & OmitKeyof<HydrateProps, 'state'>) {\n const timeoutController =\n timeout != null && timeout >= 0\n ? createTimeoutController(timeout, `QueriesHydration: timeout after ${timeout} ms)`)\n : undefined\n try {\n const queriesPromise = Promise.all(\n queries.map((query) =>\n 'getNextPageParam' in query ? queryClient.fetchInfiniteQuery(query) : queryClient.fetchQuery(query)\n )\n )\n await (timeoutController != null ? Promise.race([queriesPromise, timeoutController.promise]) : queriesPromise)\n timeoutController?.clear()\n } catch {\n timeoutController?.clear()\n if (skipSsrOnError) {\n return (\n <ClientOnly fallback={skipSsrOnError === true ? undefined : skipSsrOnError.fallback}>{children}</ClientOnly>\n )\n }\n }\n return (\n <Hydrate {...props} state={dehydrate(queryClient)}>\n {children}\n </Hydrate>\n )\n}\n\nconst createTimeoutController = (ms: number, errorMessage: string) => {\n let timerId: ReturnType<typeof setTimeout> | undefined\n return {\n promise: new Promise<never>((_, reject) => {\n timerId = setTimeout(() => reject(new Error(errorMessage)), ms)\n }),\n clear: () => timerId != null && clearTimeout(timerId),\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EE;CACA;CACA;CACA;CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AALF,SAAsB,iBAAiB;;;;wDAqCD;MArCC,EACrC,SACA,UACA,cAAc,IAAI,aAAa,EAC/B,iBAAiB,MACjB,kBACG;EAgCH,MAAM,oBACJ,WAAW,QAAQ,WAAW,IAC1B,wBAAwB,SAAS,mCAAmC,QAAQ,MAAM,GAClF;AACN,MAAI;GACF,MAAM,iBAAiB,QAAQ,IAC7B,QAAQ,KAAK,UACX,sBAAsB,QAAQ,YAAY,mBAAmB,MAAM,GAAG,YAAY,WAAW,MAAM,CACpG,CACF;AACD,SAAO,qBAAqB,OAAO,QAAQ,KAAK,CAAC,gBAAgB,kBAAkB,QAAQ,CAAC,GAAG;AAC/F,mFAAmB,OAAO;oBACpB;AACN,mFAAmB,OAAO;AAC1B,OAAI,eACF,QACE,oBAAC;IAAW,UAAU,mBAAmB,OAAO,SAAY,eAAe;IAAW;KAAsB;;AAIlH,SACE,oBAAC,2CAAY;GAAO,OAAO,UAAU,YAAY;GAC9C;KACO;;;;AAId,MAAM,2BAA2B,IAAY,iBAAyB;CACpE,IAAIA;AACJ,QAAO;EACL,SAAS,IAAI,SAAgB,GAAG,WAAW;AACzC,aAAU,iBAAiB,OAAO,IAAI,MAAM,aAAa,CAAC,EAAE,GAAG;IAC/D;EACF,aAAa,WAAW,QAAQ,aAAa,QAAQ;EACtD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueriesHydration-dcSAzQNT.cjs","names":["QueryClient","ClientOnly","Hydrate","timerId: ReturnType<typeof setTimeout> | undefined"],"sources":["../src/QueriesHydration.tsx"],"sourcesContent":["import {\n Hydrate,\n type HydrateProps,\n type OmitKeyof,\n QueryClient,\n type QueryOptions,\n type UseInfiniteQueryOptions,\n type WithRequired,\n dehydrate,\n} from '@tanstack/react-query'\nimport type { ReactNode } from 'react'\nimport { ClientOnly } from './components/ClientOnly'\n\n/**\n * A server component that fetches multiple queries on the server and hydrates them to the client.\n *\n * @experimental This component is experimental and may be changed or removed in the future.\n *\n * @description\n * QueriesHydration is designed for React Server Components (RSC).\n * It pre-fetches multiple queries on the server side and automatically hydrates\n * the data to the client, enabling seamless data synchronization between server and client.\n *\n * When errors occur during server-side fetching, the component gracefully falls back\n * to client-side rendering, ensuring your application remains resilient.\n *\n * @example\n * ```tsx\n * // app/page.tsx (Server Component)\n * import { Suspense } from 'react'\n * import { QueriesHydration } from '@suspensive/react-query'\n * import { queryOptions } from '@tanstack/react-query'\n *\n * const userQueryOptions = (userId: string) => queryOptions({\n * queryKey: ['user', userId],\n * queryFn: () => fetchUser(userId)\n * })\n *\n * const postsQueryOptions = () => queryOptions({\n * queryKey: ['posts'],\n * queryFn: () => fetchPosts()\n * })\n *\n * export default function Page({ userId }: { userId: string }) {\n * return (\n * <>\n * <Suspense fallback={<div>Loading user...</div>}>\n * <QueriesHydration queries={[userQueryOptions(userId)]}>\n * <UserProfile />\n * </QueriesHydration>\n * </Suspense>\n *\n * <Suspense fallback={<div>Loading posts...</div>}>\n * <QueriesHydration queries={[postsQueryOptions()]}>\n * <PostsList />\n * </QueriesHydration>\n * </Suspense>\n * </>\n * )\n * }\n * ```\n *\n * @example\n * ```tsx\n * // With custom error fallback\n * <Suspense fallback={<div>Loading user...</div>}>\n * <QueriesHydration\n * queries={[userQueryOptions(userId)]}\n * skipSsrOnError={{ fallback: <div>Fetching on client...</div> }}\n * >\n * <UserProfile />\n * </QueriesHydration>\n * </Suspense>\n * ```\n *\n * @see {@link https://suspensive.org/docs/react-query/QueriesHydration Documentation}\n */\nexport async function QueriesHydration({\n queries,\n children,\n queryClient = new QueryClient(),\n skipSsrOnError = true,\n timeout,\n ...props\n}: {\n /**\n * The QueryClient instance to use for fetching queries.\n */\n queryClient?: QueryClient\n /**\n * An array of query options or infinite query options to be fetched on the server. Each query must include a `queryKey`.\n * You can mix regular queries and infinite queries in the same array.\n */\n queries: (\n | WithRequired<QueryOptions<any, any, any, any>, 'queryKey'>\n | WithRequired<UseInfiniteQueryOptions<any, any, any, any, any>, 'queryKey'>\n )[]\n /**\n * Controls error handling behavior:\n * - `true` (default): Skips SSR and falls back to client-side rendering when server fetch fails\n * - `false`: Proceeds with SSR without hydration (retry fetching on client component server rendering)\n * - `{ fallback: ReactNode }`: Skips SSR with custom fallback UI during client-side rendering\n */\n skipSsrOnError?:\n | boolean\n | {\n fallback: ReactNode\n }\n /**\n * The timeout in milliseconds for the query.\n * If the query takes longer than the timeout, it will be considered as an error.\n * When not set, no timeout is applied.\n */\n timeout?: number\n} & OmitKeyof<HydrateProps, 'state'>) {\n const timeoutController =\n timeout != null && timeout >= 0\n ? createTimeoutController(timeout, `QueriesHydration: timeout after ${timeout} ms)`)\n : undefined\n try {\n const queriesPromise = Promise.all(\n queries.map((query) =>\n 'getNextPageParam' in query ? queryClient.fetchInfiniteQuery(query) : queryClient.fetchQuery(query)\n )\n )\n await (timeoutController != null ? Promise.race([queriesPromise, timeoutController.promise]) : queriesPromise)\n timeoutController?.clear()\n } catch {\n timeoutController?.clear()\n if (skipSsrOnError) {\n return (\n <ClientOnly fallback={skipSsrOnError === true ? undefined : skipSsrOnError.fallback}>{children}</ClientOnly>\n )\n }\n }\n return (\n <Hydrate {...props} state={dehydrate(queryClient)}>\n {children}\n </Hydrate>\n )\n}\n\nconst createTimeoutController = (ms: number, errorMessage: string) => {\n let timerId: ReturnType<typeof setTimeout> | undefined\n return {\n promise: new Promise<never>((_, reject) => {\n timerId = setTimeout(() => reject(new Error(errorMessage)), ms)\n }),\n clear: () => timerId != null && clearTimeout(timerId),\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EE;CACA;CACA;CACA;CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AALF,SAAsB,iBAAiB;;;;wDAqCD;MArCC,EACrC,SACA,UACA,cAAc,IAAIA,oCAAa,EAC/B,iBAAiB,MACjB,kBACG;EAgCH,MAAM,oBACJ,WAAW,QAAQ,WAAW,IAC1B,wBAAwB,SAAS,mCAAmC,QAAQ,MAAM,GAClF;AACN,MAAI;GACF,MAAM,iBAAiB,QAAQ,IAC7B,QAAQ,KAAK,UACX,sBAAsB,QAAQ,YAAY,mBAAmB,MAAM,GAAG,YAAY,WAAW,MAAM,CACpG,CACF;AACD,SAAO,qBAAqB,OAAO,QAAQ,KAAK,CAAC,gBAAgB,kBAAkB,QAAQ,CAAC,GAAG;AAC/F,mFAAmB,OAAO;oBACpB;AACN,mFAAmB,OAAO;AAC1B,OAAI,eACF,QACE,2CAACC;IAAW,UAAU,mBAAmB,OAAO,SAAY,eAAe;IAAW;KAAsB;;AAIlH,SACE,2CAACC,8GAAY;GAAO,6CAAiB,YAAY;GAC9C;KACO;;;;AAId,MAAM,2BAA2B,IAAY,iBAAyB;CACpE,IAAIC;AACJ,QAAO;EACL,SAAS,IAAI,SAAgB,GAAG,WAAW;AACzC,aAAU,iBAAiB,OAAO,IAAI,MAAM,aAAa,CAAC,EAAE,GAAG;IAC/D;EACF,aAAa,WAAW,QAAQ,aAAa,QAAQ;EACtD"}
@@ -1,18 +0,0 @@
1
- import { QueryClient } from "@tanstack/react-query";
2
- import * as react_jsx_runtime3 from "react/jsx-runtime";
3
- import { Context, ReactNode } from "react";
4
-
5
- //#region src/QueryClientConsumer.d.ts
6
- /**
7
- * @experimental This is experimental feature.
8
- */
9
- declare function QueryClientConsumer({
10
- children,
11
- context
12
- }: {
13
- children: (queryClient: QueryClient) => ReactNode;
14
- context?: Context<QueryClient | undefined>;
15
- }): react_jsx_runtime3.JSX.Element;
16
- //#endregion
17
- export { QueryClientConsumer as t };
18
- //# sourceMappingURL=QueryClientConsumer-5PZLv_8g.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryClientConsumer-5PZLv_8g.d.mts","names":[],"sources":["../src/QueryClientConsumer.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAQgB,iBAAA,mBAAA,CAAmB;EAAA,QAAA;EAAA;CAAA,EAAA;EACjC,QAAA,EAAA,CAAA,WAAA,EAGwB,WAHxB,EAAA,GAGwC,SAHxC;EACA,OAAA,CAAA,EAGU,OAHV,CAGkB,WAHlB,GAAA,SAAA,CAAA;CAEwB,CAAA,EAEzB,kBAAA,CAAA,GAAA,CAAA,OAFyB"}
@@ -1,14 +0,0 @@
1
- import { useQueryClient } from "@tanstack/react-query";
2
- import { Fragment, jsx } from "react/jsx-runtime";
3
-
4
- //#region src/QueryClientConsumer.tsx
5
- /**
6
- * @experimental This is experimental feature.
7
- */
8
- function QueryClientConsumer({ children, context }) {
9
- return /* @__PURE__ */ jsx(Fragment, { children: children(useQueryClient({ context })) });
10
- }
11
-
12
- //#endregion
13
- export { QueryClientConsumer as t };
14
- //# sourceMappingURL=QueryClientConsumer-e7PyaFF3.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryClientConsumer-e7PyaFF3.mjs","names":[],"sources":["../src/QueryClientConsumer.tsx"],"sourcesContent":["'use client'\n\nimport { type QueryClient, useQueryClient } from '@tanstack/react-query'\nimport type { Context, ReactNode } from 'react'\n\n/**\n * @experimental This is experimental feature.\n */\nexport function QueryClientConsumer({\n children,\n context,\n}: {\n children: (queryClient: QueryClient) => ReactNode\n context?: Context<QueryClient | undefined>\n}) {\n return <>{children(useQueryClient({ context: context as any }))}</>\n}\n"],"mappings":";;;;;;;AAQA,SAAgB,oBAAoB,EAClC,UACA,WAIC;AACD,QAAO,0CAAG,SAAS,eAAe,EAAW,SAAgB,CAAC,CAAC,GAAI"}
@@ -1,19 +0,0 @@
1
- let __tanstack_react_query = require("@tanstack/react-query");
2
- let react_jsx_runtime = require("react/jsx-runtime");
3
-
4
- //#region src/QueryClientConsumer.tsx
5
- /**
6
- * @experimental This is experimental feature.
7
- */
8
- function QueryClientConsumer({ children, context }) {
9
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: children((0, __tanstack_react_query.useQueryClient)({ context })) });
10
- }
11
-
12
- //#endregion
13
- Object.defineProperty(exports, 'QueryClientConsumer', {
14
- enumerable: true,
15
- get: function () {
16
- return QueryClientConsumer;
17
- }
18
- });
19
- //# sourceMappingURL=QueryClientConsumer-mF0OUwkq.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryClientConsumer-mF0OUwkq.cjs","names":[],"sources":["../src/QueryClientConsumer.tsx"],"sourcesContent":["'use client'\n\nimport { type QueryClient, useQueryClient } from '@tanstack/react-query'\nimport type { Context, ReactNode } from 'react'\n\n/**\n * @experimental This is experimental feature.\n */\nexport function QueryClientConsumer({\n children,\n context,\n}: {\n children: (queryClient: QueryClient) => ReactNode\n context?: Context<QueryClient | undefined>\n}) {\n return <>{children(useQueryClient({ context: context as any }))}</>\n}\n"],"mappings":";;;;;;;AAQA,SAAgB,oBAAoB,EAClC,UACA,WAIC;AACD,QAAO,mFAAG,oDAAwB,EAAW,SAAgB,CAAC,CAAC,GAAI"}
@@ -1,18 +0,0 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
- import { QueryClient } from "@tanstack/react-query";
3
- import { Context, ReactNode } from "react";
4
-
5
- //#region src/QueryClientConsumer.d.ts
6
- /**
7
- * @experimental This is experimental feature.
8
- */
9
- declare function QueryClientConsumer({
10
- children,
11
- context
12
- }: {
13
- children: (queryClient: QueryClient) => ReactNode;
14
- context?: Context<QueryClient | undefined>;
15
- }): react_jsx_runtime2.JSX.Element;
16
- //#endregion
17
- export { QueryClientConsumer as t };
18
- //# sourceMappingURL=QueryClientConsumer-pihgMOoA.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueryClientConsumer-pihgMOoA.d.cts","names":[],"sources":["../src/QueryClientConsumer.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAQgB,iBAAA,mBAAA,CAAmB;EAAA,QAAA;EAAA;CAAA,EAAA;EACjC,QAAA,EAAA,CAAA,WAAA,EAGwB,WAHxB,EAAA,GAGwC,SAHxC;EACA,OAAA,CAAA,EAGU,OAHV,CAGkB,WAHlB,GAAA,SAAA,CAAA;CAEwB,CAAA,EAEzB,kBAAA,CAAA,GAAA,CAAA,OAFyB"}
@@ -1,30 +0,0 @@
1
- import { t as _objectWithoutProperties } from "./objectWithoutProperties-BYP50gyF.mjs";
2
- import { useSuspenseInfiniteQuery } from "@tanstack/react-query";
3
- import { Fragment, jsx } from "react/jsx-runtime";
4
-
5
- //#region src/SuspenseInfiniteQuery.tsx
6
- const _excluded = ["children"];
7
- /**
8
- * We provide these components to clearly express what causes suspense at the same depth.
9
- * `<SuspenseInfiniteQuery/>` serves to make `useSuspenseInfiniteQuery` easier to use in jsx.
10
- * @see {@link https://suspensive.org/docs/react-query/SuspenseInfiniteQuery Suspensive Docs}
11
- * @example
12
- * ```tsx
13
- * import { SuspenseInfiniteQuery } from '@suspensive/react-query'
14
- *
15
- * // You can use infiniteQueryOptions as props.
16
- * <SuspenseInfiniteQuery {...infiniteQueryOptions()}>
17
- * {({ data, fetchNextPage }) => {
18
- * return <></>
19
- * }}
20
- * </SuspenseInfiniteQuery>
21
- * ```
22
- */
23
- const SuspenseInfiniteQuery = (_ref) => {
24
- let { children } = _ref;
25
- return /* @__PURE__ */ jsx(Fragment, { children: children(useSuspenseInfiniteQuery(_objectWithoutProperties(_ref, _excluded))) });
26
- };
27
-
28
- //#endregion
29
- export { SuspenseInfiniteQuery as t };
30
- //# sourceMappingURL=SuspenseInfiniteQuery-BimBkaCe.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseInfiniteQuery-BimBkaCe.mjs","names":[],"sources":["../src/SuspenseInfiniteQuery.tsx"],"sourcesContent":["'use client'\n\nimport { type QueryKey, type UseSuspenseInfiniteQueryResult, useSuspenseInfiniteQuery } from '@tanstack/react-query'\nimport type { ReactNode } from 'react'\nimport { type UseSuspenseInfiniteQueryOptions } from './useSuspenseInfiniteQuery'\n/**\n * We provide these components to clearly express what causes suspense at the same depth.\n * `<SuspenseInfiniteQuery/>` serves to make `useSuspenseInfiniteQuery` easier to use in jsx.\n * @see {@link https://suspensive.org/docs/react-query/SuspenseInfiniteQuery Suspensive Docs}\n * @example\n * ```tsx\n * import { SuspenseInfiniteQuery } from '@suspensive/react-query'\n *\n * // You can use infiniteQueryOptions as props.\n * <SuspenseInfiniteQuery {...infiniteQueryOptions()}>\n * {({ data, fetchNextPage }) => {\n * return <></>\n * }}\n * </SuspenseInfiniteQuery>\n * ```\n */\nexport const SuspenseInfiniteQuery = <\n TQueryFnData = unknown,\n TError = unknown,\n TData = TQueryFnData,\n TQueryKey extends QueryKey = QueryKey,\n>({\n children,\n ...options\n}: UseSuspenseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryKey> & {\n children: (query: UseSuspenseInfiniteQueryResult<TData, TError>) => ReactNode\n}) => <>{children(useSuspenseInfiniteQuery(options))}</>\n"],"mappings":";;;;;mBA2BE;;;;;;;;;;;;;;;;;AANF,MAAa,yBAKX,SAKI;KALJ,EACA;AAII,kDAAG,SAAS,mEAAiC,CAAC,GAAI"}
@@ -1,32 +0,0 @@
1
- import { t as UseSuspenseInfiniteQueryOptions } from "./useSuspenseInfiniteQuery-Bh0nh8Kc.mjs";
2
- import { QueryKey, UseSuspenseInfiniteQueryResult } from "@tanstack/react-query";
3
- import * as react_jsx_runtime7 from "react/jsx-runtime";
4
- import { ReactNode } from "react";
5
-
6
- //#region src/SuspenseInfiniteQuery.d.ts
7
-
8
- /**
9
- * We provide these components to clearly express what causes suspense at the same depth.
10
- * `<SuspenseInfiniteQuery/>` serves to make `useSuspenseInfiniteQuery` easier to use in jsx.
11
- * @see {@link https://suspensive.org/docs/react-query/SuspenseInfiniteQuery Suspensive Docs}
12
- * @example
13
- * ```tsx
14
- * import { SuspenseInfiniteQuery } from '@suspensive/react-query'
15
- *
16
- * // You can use infiniteQueryOptions as props.
17
- * <SuspenseInfiniteQuery {...infiniteQueryOptions()}>
18
- * {({ data, fetchNextPage }) => {
19
- * return <></>
20
- * }}
21
- * </SuspenseInfiniteQuery>
22
- * ```
23
- */
24
- declare const SuspenseInfiniteQuery: <TQueryFnData = unknown, TError = unknown, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey>({
25
- children,
26
- ...options
27
- }: UseSuspenseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryKey> & {
28
- children: (query: UseSuspenseInfiniteQueryResult<TData, TError>) => ReactNode;
29
- }) => react_jsx_runtime7.JSX.Element;
30
- //#endregion
31
- export { SuspenseInfiniteQuery as t };
32
- //# sourceMappingURL=SuspenseInfiniteQuery-BtRviR-Z.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseInfiniteQuery-BtRviR-Z.d.mts","names":[],"sources":["../src/SuspenseInfiniteQuery.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAqBA;;;;;;;;;;;;;AASsE,cATzD,qBASyD,EAAA,CAAA,eAAA,OAAA,EAAA,SAAA,OAAA,EAAA,QAN5D,YAM4D,EAAA,kBALlD,QAKkD,GALvC,QAKuC,CAAA,CAAA;EAAA,QAAA;EAAA,GAAA;CAAA,EADnE,+BACmE,CADnC,YACmC,EADrB,MACqB,EADb,KACa,EADN,SACM,CAAA,GAAA;EACrE,QAAA,EAAA,CAAA,KAAA,EADmB,8BACnB,CADkD,KAClD,EADyD,MACzD,CAAA,EAAA,GADqE,SACrE;CAAuD,EAAA,GAAvD,kBAAA,CAAA,GAAA,CAAA,OAAuD"}
@@ -1,32 +0,0 @@
1
- import { t as UseSuspenseInfiniteQueryOptions } from "./useSuspenseInfiniteQuery-xXu-A7cX.cjs";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
3
- import { QueryKey, UseSuspenseInfiniteQueryResult } from "@tanstack/react-query";
4
- import { ReactNode } from "react";
5
-
6
- //#region src/SuspenseInfiniteQuery.d.ts
7
-
8
- /**
9
- * We provide these components to clearly express what causes suspense at the same depth.
10
- * `<SuspenseInfiniteQuery/>` serves to make `useSuspenseInfiniteQuery` easier to use in jsx.
11
- * @see {@link https://suspensive.org/docs/react-query/SuspenseInfiniteQuery Suspensive Docs}
12
- * @example
13
- * ```tsx
14
- * import { SuspenseInfiniteQuery } from '@suspensive/react-query'
15
- *
16
- * // You can use infiniteQueryOptions as props.
17
- * <SuspenseInfiniteQuery {...infiniteQueryOptions()}>
18
- * {({ data, fetchNextPage }) => {
19
- * return <></>
20
- * }}
21
- * </SuspenseInfiniteQuery>
22
- * ```
23
- */
24
- declare const SuspenseInfiniteQuery: <TQueryFnData = unknown, TError = unknown, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey>({
25
- children,
26
- ...options
27
- }: UseSuspenseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryKey> & {
28
- children: (query: UseSuspenseInfiniteQueryResult<TData, TError>) => ReactNode;
29
- }) => react_jsx_runtime5.JSX.Element;
30
- //#endregion
31
- export { SuspenseInfiniteQuery as t };
32
- //# sourceMappingURL=SuspenseInfiniteQuery-DSYC5XON.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseInfiniteQuery-DSYC5XON.d.cts","names":[],"sources":["../src/SuspenseInfiniteQuery.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAqBA;;;;;;;;;;;;;AASsE,cATzD,qBASyD,EAAA,CAAA,eAAA,OAAA,EAAA,SAAA,OAAA,EAAA,QAN5D,YAM4D,EAAA,kBALlD,QAKkD,GALvC,QAKuC,CAAA,CAAA;EAAA,QAAA;EAAA,GAAA;CAAA,EADnE,+BACmE,CADnC,YACmC,EADrB,MACqB,EADb,KACa,EADN,SACM,CAAA,GAAA;EACrE,QAAA,EAAA,CAAA,KAAA,EADmB,8BACnB,CADkD,KAClD,EADyD,MACzD,CAAA,EAAA,GADqE,SACrE;CAAuD,EAAA,GAAvD,kBAAA,CAAA,GAAA,CAAA,OAAuD"}
@@ -1,35 +0,0 @@
1
- const require_objectWithoutProperties = require('./objectWithoutProperties-CYXRK7DS.cjs');
2
- let __tanstack_react_query = require("@tanstack/react-query");
3
- let react_jsx_runtime = require("react/jsx-runtime");
4
-
5
- //#region src/SuspenseInfiniteQuery.tsx
6
- const _excluded = ["children"];
7
- /**
8
- * We provide these components to clearly express what causes suspense at the same depth.
9
- * `<SuspenseInfiniteQuery/>` serves to make `useSuspenseInfiniteQuery` easier to use in jsx.
10
- * @see {@link https://suspensive.org/docs/react-query/SuspenseInfiniteQuery Suspensive Docs}
11
- * @example
12
- * ```tsx
13
- * import { SuspenseInfiniteQuery } from '@suspensive/react-query'
14
- *
15
- * // You can use infiniteQueryOptions as props.
16
- * <SuspenseInfiniteQuery {...infiniteQueryOptions()}>
17
- * {({ data, fetchNextPage }) => {
18
- * return <></>
19
- * }}
20
- * </SuspenseInfiniteQuery>
21
- * ```
22
- */
23
- const SuspenseInfiniteQuery = (_ref) => {
24
- let { children } = _ref;
25
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: children((0, __tanstack_react_query.useSuspenseInfiniteQuery)(require_objectWithoutProperties._objectWithoutProperties(_ref, _excluded))) });
26
- };
27
-
28
- //#endregion
29
- Object.defineProperty(exports, 'SuspenseInfiniteQuery', {
30
- enumerable: true,
31
- get: function () {
32
- return SuspenseInfiniteQuery;
33
- }
34
- });
35
- //# sourceMappingURL=SuspenseInfiniteQuery-oVQE2P2T.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseInfiniteQuery-oVQE2P2T.cjs","names":[],"sources":["../src/SuspenseInfiniteQuery.tsx"],"sourcesContent":["'use client'\n\nimport { type QueryKey, type UseSuspenseInfiniteQueryResult, useSuspenseInfiniteQuery } from '@tanstack/react-query'\nimport type { ReactNode } from 'react'\nimport { type UseSuspenseInfiniteQueryOptions } from './useSuspenseInfiniteQuery'\n/**\n * We provide these components to clearly express what causes suspense at the same depth.\n * `<SuspenseInfiniteQuery/>` serves to make `useSuspenseInfiniteQuery` easier to use in jsx.\n * @see {@link https://suspensive.org/docs/react-query/SuspenseInfiniteQuery Suspensive Docs}\n * @example\n * ```tsx\n * import { SuspenseInfiniteQuery } from '@suspensive/react-query'\n *\n * // You can use infiniteQueryOptions as props.\n * <SuspenseInfiniteQuery {...infiniteQueryOptions()}>\n * {({ data, fetchNextPage }) => {\n * return <></>\n * }}\n * </SuspenseInfiniteQuery>\n * ```\n */\nexport const SuspenseInfiniteQuery = <\n TQueryFnData = unknown,\n TError = unknown,\n TData = TQueryFnData,\n TQueryKey extends QueryKey = QueryKey,\n>({\n children,\n ...options\n}: UseSuspenseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryKey> & {\n children: (query: UseSuspenseInfiniteQueryResult<TData, TError>) => ReactNode\n}) => <>{children(useSuspenseInfiniteQuery(options))}</>\n"],"mappings":";;;;;mBA2BE;;;;;;;;;;;;;;;;;AANF,MAAa,yBAKX,SAKI;KALJ,EACA;AAII,2FAAG,wIAA0C,CAAC,GAAI"}
@@ -1,31 +0,0 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
2
- import { SuspenseQueriesOptions, SuspenseQueriesResults } from "@tanstack/react-query";
3
- import { ReactNode } from "react";
4
-
5
- //#region src/SuspenseQueries.d.ts
6
-
7
- /**
8
- * We provide these components to clearly express what causes suspense at the same depth.
9
- * `<SuspenseQueries/>` serves to make `useSuspenseQueries` easier to use in jsx.
10
- * @see {@link https://suspensive.org/docs/react-query/SuspenseQueries Suspensive Docs}
11
- * @example
12
- * ```tsx
13
- * import { SuspenseQueries } from '@suspensive/react-query'
14
- *
15
- * <SuspenseQueries queries={[firstQueryOptions(), secondQueryOptions()]}>
16
- * {([{ data: firstQueryData }, { data: secondQueryData }]) => {
17
- * return <></>
18
- * }}
19
- * </SuspenseQueries>
20
- * ```
21
- */
22
- declare function SuspenseQueries<T extends any[]>({
23
- children,
24
- queries
25
- }: {
26
- queries: readonly [...SuspenseQueriesOptions<T>];
27
- children: (queries: SuspenseQueriesResults<T>) => ReactNode;
28
- }): react_jsx_runtime3.JSX.Element;
29
- //#endregion
30
- export { SuspenseQueries as t };
31
- //# sourceMappingURL=SuspenseQueries-BPvriygJ.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseQueries-BPvriygJ.d.cts","names":[],"sources":["../src/SuspenseQueries.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAoBA;;;;;;;;;;;;iBAAgB;;;;wBAIQ,uBAAuB;sBACzB,uBAAuB,OAAO;IACnD,kBAAA,CAAA,GAAA,CAAA"}
@@ -1,31 +0,0 @@
1
- let __tanstack_react_query = require("@tanstack/react-query");
2
- let react_jsx_runtime = require("react/jsx-runtime");
3
-
4
- //#region src/SuspenseQueries.tsx
5
- /**
6
- * We provide these components to clearly express what causes suspense at the same depth.
7
- * `<SuspenseQueries/>` serves to make `useSuspenseQueries` easier to use in jsx.
8
- * @see {@link https://suspensive.org/docs/react-query/SuspenseQueries Suspensive Docs}
9
- * @example
10
- * ```tsx
11
- * import { SuspenseQueries } from '@suspensive/react-query'
12
- *
13
- * <SuspenseQueries queries={[firstQueryOptions(), secondQueryOptions()]}>
14
- * {([{ data: firstQueryData }, { data: secondQueryData }]) => {
15
- * return <></>
16
- * }}
17
- * </SuspenseQueries>
18
- * ```
19
- */
20
- function SuspenseQueries({ children, queries }) {
21
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: children((0, __tanstack_react_query.useSuspenseQueries)({ queries })) });
22
- }
23
-
24
- //#endregion
25
- Object.defineProperty(exports, 'SuspenseQueries', {
26
- enumerable: true,
27
- get: function () {
28
- return SuspenseQueries;
29
- }
30
- });
31
- //# sourceMappingURL=SuspenseQueries-Brk6gtMw.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseQueries-Brk6gtMw.cjs","names":[],"sources":["../src/SuspenseQueries.tsx"],"sourcesContent":["'use client'\n\nimport { type SuspenseQueriesOptions, type SuspenseQueriesResults, useSuspenseQueries } from '@tanstack/react-query'\nimport type { ReactNode } from 'react'\n\n/**\n * We provide these components to clearly express what causes suspense at the same depth.\n * `<SuspenseQueries/>` serves to make `useSuspenseQueries` easier to use in jsx.\n * @see {@link https://suspensive.org/docs/react-query/SuspenseQueries Suspensive Docs}\n * @example\n * ```tsx\n * import { SuspenseQueries } from '@suspensive/react-query'\n *\n * <SuspenseQueries queries={[firstQueryOptions(), secondQueryOptions()]}>\n * {([{ data: firstQueryData }, { data: secondQueryData }]) => {\n * return <></>\n * }}\n * </SuspenseQueries>\n * ```\n */\nexport function SuspenseQueries<T extends any[]>({\n children,\n queries,\n}: {\n queries: readonly [...SuspenseQueriesOptions<T>]\n children: (queries: SuspenseQueriesResults<T>) => ReactNode\n}) {\n return <>{children(useSuspenseQueries({ queries }))}</>\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAoBA,SAAgB,gBAAiC,EAC/C,UACA,WAIC;AACD,QAAO,mFAAG,wDAA4B,EAAE,SAAS,CAAC,CAAC,GAAI"}
@@ -1,26 +0,0 @@
1
- import { useSuspenseQueries } from "@tanstack/react-query";
2
- import { Fragment, jsx } from "react/jsx-runtime";
3
-
4
- //#region src/SuspenseQueries.tsx
5
- /**
6
- * We provide these components to clearly express what causes suspense at the same depth.
7
- * `<SuspenseQueries/>` serves to make `useSuspenseQueries` easier to use in jsx.
8
- * @see {@link https://suspensive.org/docs/react-query/SuspenseQueries Suspensive Docs}
9
- * @example
10
- * ```tsx
11
- * import { SuspenseQueries } from '@suspensive/react-query'
12
- *
13
- * <SuspenseQueries queries={[firstQueryOptions(), secondQueryOptions()]}>
14
- * {([{ data: firstQueryData }, { data: secondQueryData }]) => {
15
- * return <></>
16
- * }}
17
- * </SuspenseQueries>
18
- * ```
19
- */
20
- function SuspenseQueries({ children, queries }) {
21
- return /* @__PURE__ */ jsx(Fragment, { children: children(useSuspenseQueries({ queries })) });
22
- }
23
-
24
- //#endregion
25
- export { SuspenseQueries as t };
26
- //# sourceMappingURL=SuspenseQueries-C0mF_XD_.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseQueries-C0mF_XD_.mjs","names":[],"sources":["../src/SuspenseQueries.tsx"],"sourcesContent":["'use client'\n\nimport { type SuspenseQueriesOptions, type SuspenseQueriesResults, useSuspenseQueries } from '@tanstack/react-query'\nimport type { ReactNode } from 'react'\n\n/**\n * We provide these components to clearly express what causes suspense at the same depth.\n * `<SuspenseQueries/>` serves to make `useSuspenseQueries` easier to use in jsx.\n * @see {@link https://suspensive.org/docs/react-query/SuspenseQueries Suspensive Docs}\n * @example\n * ```tsx\n * import { SuspenseQueries } from '@suspensive/react-query'\n *\n * <SuspenseQueries queries={[firstQueryOptions(), secondQueryOptions()]}>\n * {([{ data: firstQueryData }, { data: secondQueryData }]) => {\n * return <></>\n * }}\n * </SuspenseQueries>\n * ```\n */\nexport function SuspenseQueries<T extends any[]>({\n children,\n queries,\n}: {\n queries: readonly [...SuspenseQueriesOptions<T>]\n children: (queries: SuspenseQueriesResults<T>) => ReactNode\n}) {\n return <>{children(useSuspenseQueries({ queries }))}</>\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAoBA,SAAgB,gBAAiC,EAC/C,UACA,WAIC;AACD,QAAO,0CAAG,SAAS,mBAAmB,EAAE,SAAS,CAAC,CAAC,GAAI"}
@@ -1,31 +0,0 @@
1
- import { SuspenseQueriesOptions, SuspenseQueriesResults } from "@tanstack/react-query";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
3
- import { ReactNode } from "react";
4
-
5
- //#region src/SuspenseQueries.d.ts
6
-
7
- /**
8
- * We provide these components to clearly express what causes suspense at the same depth.
9
- * `<SuspenseQueries/>` serves to make `useSuspenseQueries` easier to use in jsx.
10
- * @see {@link https://suspensive.org/docs/react-query/SuspenseQueries Suspensive Docs}
11
- * @example
12
- * ```tsx
13
- * import { SuspenseQueries } from '@suspensive/react-query'
14
- *
15
- * <SuspenseQueries queries={[firstQueryOptions(), secondQueryOptions()]}>
16
- * {([{ data: firstQueryData }, { data: secondQueryData }]) => {
17
- * return <></>
18
- * }}
19
- * </SuspenseQueries>
20
- * ```
21
- */
22
- declare function SuspenseQueries<T extends any[]>({
23
- children,
24
- queries
25
- }: {
26
- queries: readonly [...SuspenseQueriesOptions<T>];
27
- children: (queries: SuspenseQueriesResults<T>) => ReactNode;
28
- }): react_jsx_runtime1.JSX.Element;
29
- //#endregion
30
- export { SuspenseQueries as t };
31
- //# sourceMappingURL=SuspenseQueries-CHFS9e4y.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SuspenseQueries-CHFS9e4y.d.mts","names":[],"sources":["../src/SuspenseQueries.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAoBA;;;;;;;;;;;;iBAAgB;;;;wBAIQ,uBAAuB;sBACzB,uBAAuB,OAAO;IACnD,kBAAA,CAAA,GAAA,CAAA"}