@suspensive/react-query-4 3.19.2 → 3.19.4

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 (326) 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.cjs +117 -2
  34. package/dist/QueriesHydration.cjs.map +1 -0
  35. package/dist/QueriesHydration.d.cts +105 -2
  36. package/dist/QueriesHydration.d.cts.map +1 -0
  37. package/dist/QueriesHydration.d.mts +105 -2
  38. package/dist/QueriesHydration.d.mts.map +1 -0
  39. package/dist/QueriesHydration.mjs +116 -2
  40. package/dist/QueriesHydration.mjs.map +1 -0
  41. package/dist/QueryClientConsumer.cjs +14 -2
  42. package/dist/QueryClientConsumer.cjs.map +1 -0
  43. package/dist/QueryClientConsumer.d.cts +18 -2
  44. package/dist/QueryClientConsumer.d.cts.map +1 -0
  45. package/dist/QueryClientConsumer.d.mts +18 -2
  46. package/dist/QueryClientConsumer.d.mts.map +1 -0
  47. package/dist/QueryClientConsumer.mjs +13 -2
  48. package/dist/QueryClientConsumer.mjs.map +1 -0
  49. package/dist/SuspenseInfiniteQuery.cjs +30 -2
  50. package/dist/SuspenseInfiniteQuery.cjs.map +1 -0
  51. package/dist/SuspenseInfiniteQuery.d.cts +31 -2
  52. package/dist/SuspenseInfiniteQuery.d.cts.map +1 -0
  53. package/dist/SuspenseInfiniteQuery.d.mts +31 -3
  54. package/dist/SuspenseInfiniteQuery.d.mts.map +1 -0
  55. package/dist/SuspenseInfiniteQuery.mjs +29 -2
  56. package/dist/SuspenseInfiniteQuery.mjs.map +1 -0
  57. package/dist/SuspenseQueries.cjs +26 -2
  58. package/dist/SuspenseQueries.cjs.map +1 -0
  59. package/dist/SuspenseQueries.d.cts +30 -2
  60. package/dist/SuspenseQueries.d.cts.map +1 -0
  61. package/dist/SuspenseQueries.d.mts +30 -2
  62. package/dist/SuspenseQueries.d.mts.map +1 -0
  63. package/dist/SuspenseQueries.mjs +25 -2
  64. package/dist/SuspenseQueries.mjs.map +1 -0
  65. package/dist/SuspenseQuery.cjs +30 -2
  66. package/dist/SuspenseQuery.cjs.map +1 -0
  67. package/dist/SuspenseQuery.d.cts +30 -2
  68. package/dist/SuspenseQuery.d.cts.map +1 -0
  69. package/dist/SuspenseQuery.d.mts +30 -2
  70. package/dist/SuspenseQuery.d.mts.map +1 -0
  71. package/dist/SuspenseQuery.mjs +29 -2
  72. package/dist/SuspenseQuery.mjs.map +1 -0
  73. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/asyncToGenerator.cjs +29 -0
  74. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/asyncToGenerator.mjs +28 -0
  75. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/defineProperty.cjs +14 -0
  76. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/defineProperty.mjs +14 -0
  77. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/objectSpread2.cjs +27 -0
  78. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/objectSpread2.mjs +27 -0
  79. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/objectWithoutProperties.cjs +15 -0
  80. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/objectWithoutProperties.mjs +15 -0
  81. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/objectWithoutPropertiesLoose.cjs +14 -0
  82. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/objectWithoutPropertiesLoose.mjs +13 -0
  83. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/toPrimitive.cjs +16 -0
  84. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/toPrimitive.mjs +16 -0
  85. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/toPropertyKey.cjs +11 -0
  86. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/toPropertyKey.mjs +11 -0
  87. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/typeof.cjs +18 -0
  88. package/dist/_virtual/_@oxc-project_runtime@0.115.0/helpers/typeof.mjs +12 -0
  89. package/dist/components/ClientOnly.cjs +12 -2
  90. package/dist/components/ClientOnly.cjs.map +1 -0
  91. package/dist/components/ClientOnly.mjs +12 -2
  92. package/dist/components/ClientOnly.mjs.map +1 -0
  93. package/dist/createGetQueryClient.cjs +63 -2
  94. package/dist/createGetQueryClient.cjs.map +1 -0
  95. package/dist/createGetQueryClient.d.cts +53 -2
  96. package/dist/createGetQueryClient.d.cts.map +1 -0
  97. package/dist/createGetQueryClient.d.mts +53 -2
  98. package/dist/createGetQueryClient.d.mts.map +1 -0
  99. package/dist/createGetQueryClient.mjs +62 -2
  100. package/dist/createGetQueryClient.mjs.map +1 -0
  101. package/dist/index.cjs +19 -18
  102. package/dist/index.d.cts +18 -18
  103. package/dist/index.d.mts +18 -18
  104. package/dist/index.mjs +18 -18
  105. package/dist/infiniteQueryOptions.cjs +17 -2
  106. package/dist/infiniteQueryOptions.cjs.map +1 -0
  107. package/dist/infiniteQueryOptions.d.cts +28 -2
  108. package/dist/infiniteQueryOptions.d.cts.map +1 -0
  109. package/dist/infiniteQueryOptions.d.mts +28 -2
  110. package/dist/infiniteQueryOptions.d.mts.map +1 -0
  111. package/dist/infiniteQueryOptions.mjs +16 -2
  112. package/dist/infiniteQueryOptions.mjs.map +1 -0
  113. package/dist/mutationOptions.cjs +9 -2
  114. package/dist/mutationOptions.cjs.map +1 -0
  115. package/dist/mutationOptions.d.cts +7 -2
  116. package/dist/mutationOptions.d.cts.map +1 -0
  117. package/dist/mutationOptions.d.mts +7 -2
  118. package/dist/mutationOptions.d.mts.map +1 -0
  119. package/dist/mutationOptions.mjs +7 -2
  120. package/dist/mutationOptions.mjs.map +1 -0
  121. package/dist/queryOptions.cjs +17 -2
  122. package/dist/queryOptions.cjs.map +1 -0
  123. package/dist/queryOptions.d.cts +28 -2
  124. package/dist/queryOptions.d.cts.map +1 -0
  125. package/dist/queryOptions.d.mts +28 -2
  126. package/dist/queryOptions.d.mts.map +1 -0
  127. package/dist/queryOptions.mjs +16 -2
  128. package/dist/queryOptions.mjs.map +1 -0
  129. package/dist/usePrefetchInfiniteQuery.cjs +15 -2
  130. package/dist/usePrefetchInfiniteQuery.cjs.map +1 -0
  131. package/dist/usePrefetchInfiniteQuery.d.cts +11 -2
  132. package/dist/usePrefetchInfiniteQuery.d.cts.map +1 -0
  133. package/dist/usePrefetchInfiniteQuery.d.mts +11 -2
  134. package/dist/usePrefetchInfiniteQuery.d.mts.map +1 -0
  135. package/dist/usePrefetchInfiniteQuery.mjs +14 -2
  136. package/dist/usePrefetchInfiniteQuery.mjs.map +1 -0
  137. package/dist/usePrefetchQuery.cjs +15 -2
  138. package/dist/usePrefetchQuery.cjs.map +1 -0
  139. package/dist/usePrefetchQuery.d.cts +11 -2
  140. package/dist/usePrefetchQuery.d.cts.map +1 -0
  141. package/dist/usePrefetchQuery.d.mts +11 -2
  142. package/dist/usePrefetchQuery.d.mts.map +1 -0
  143. package/dist/usePrefetchQuery.mjs +14 -2
  144. package/dist/usePrefetchQuery.mjs.map +1 -0
  145. package/dist/useSuspenseInfiniteQuery.cjs +17 -2
  146. package/dist/useSuspenseInfiniteQuery.cjs.map +1 -0
  147. package/dist/useSuspenseInfiniteQuery.d.cts +17 -2
  148. package/dist/useSuspenseInfiniteQuery.d.cts.map +1 -0
  149. package/dist/useSuspenseInfiniteQuery.d.mts +17 -2
  150. package/dist/useSuspenseInfiniteQuery.d.mts.map +1 -0
  151. package/dist/useSuspenseInfiniteQuery.mjs +16 -2
  152. package/dist/useSuspenseInfiniteQuery.mjs.map +1 -0
  153. package/dist/useSuspenseQueries.cjs +17 -2
  154. package/dist/useSuspenseQueries.cjs.map +1 -0
  155. package/dist/useSuspenseQueries.d.cts +36 -2
  156. package/dist/useSuspenseQueries.d.cts.map +1 -0
  157. package/dist/useSuspenseQueries.d.mts +36 -2
  158. package/dist/useSuspenseQueries.d.mts.map +1 -0
  159. package/dist/useSuspenseQueries.mjs +16 -2
  160. package/dist/useSuspenseQueries.mjs.map +1 -0
  161. package/dist/useSuspenseQuery.cjs +17 -2
  162. package/dist/useSuspenseQuery.cjs.map +1 -0
  163. package/dist/useSuspenseQuery.d.cts +36 -2
  164. package/dist/useSuspenseQuery.d.cts.map +1 -0
  165. package/dist/useSuspenseQuery.d.mts +36 -2
  166. package/dist/useSuspenseQuery.d.mts.map +1 -0
  167. package/dist/useSuspenseQuery.mjs +16 -2
  168. package/dist/useSuspenseQuery.mjs.map +1 -0
  169. package/package.json +4 -4
  170. package/src/createGetQueryClient.spec.tsx +25 -77
  171. package/dist/ClientOnly-BdmzVYnI.mjs +0 -15
  172. package/dist/ClientOnly-BdmzVYnI.mjs.map +0 -1
  173. package/dist/ClientOnly-Dvf8t__-.cjs +0 -20
  174. package/dist/ClientOnly-Dvf8t__-.cjs.map +0 -1
  175. package/dist/IsFetching-BYkNw1cs.mjs +0 -18
  176. package/dist/IsFetching-BYkNw1cs.mjs.map +0 -1
  177. package/dist/IsFetching-BfIQ3Qek.d.mts +0 -19
  178. package/dist/IsFetching-BfIQ3Qek.d.mts.map +0 -1
  179. package/dist/IsFetching-BhOgGqrs.cjs +0 -23
  180. package/dist/IsFetching-BhOgGqrs.cjs.map +0 -1
  181. package/dist/IsFetching-CuftXnaJ.d.cts +0 -19
  182. package/dist/IsFetching-CuftXnaJ.d.cts.map +0 -1
  183. package/dist/Mutation-CGUYEkKX.cjs +0 -19
  184. package/dist/Mutation-CGUYEkKX.cjs.map +0 -1
  185. package/dist/Mutation-CGpbCg54.d.mts +0 -14
  186. package/dist/Mutation-CGpbCg54.d.mts.map +0 -1
  187. package/dist/Mutation-DGmP7HQI.d.cts +0 -14
  188. package/dist/Mutation-DGmP7HQI.d.cts.map +0 -1
  189. package/dist/Mutation-DUJhz3rT.mjs +0 -14
  190. package/dist/Mutation-DUJhz3rT.mjs.map +0 -1
  191. package/dist/PrefetchInfiniteQuery-BewcG5rR.d.cts +0 -17
  192. package/dist/PrefetchInfiniteQuery-BewcG5rR.d.cts.map +0 -1
  193. package/dist/PrefetchInfiniteQuery-D-3dZMEz.d.mts +0 -17
  194. package/dist/PrefetchInfiniteQuery-D-3dZMEz.d.mts.map +0 -1
  195. package/dist/PrefetchInfiniteQuery-RS3Qz-7B.mjs +0 -20
  196. package/dist/PrefetchInfiniteQuery-RS3Qz-7B.mjs.map +0 -1
  197. package/dist/PrefetchInfiniteQuery-cCSXqKVR.cjs +0 -25
  198. package/dist/PrefetchInfiniteQuery-cCSXqKVR.cjs.map +0 -1
  199. package/dist/PrefetchQuery-0pdYNtpS.cjs +0 -25
  200. package/dist/PrefetchQuery-0pdYNtpS.cjs.map +0 -1
  201. package/dist/PrefetchQuery-Ddbt43Fk.d.cts +0 -17
  202. package/dist/PrefetchQuery-Ddbt43Fk.d.cts.map +0 -1
  203. package/dist/PrefetchQuery-DqgbVdjY.d.mts +0 -17
  204. package/dist/PrefetchQuery-DqgbVdjY.d.mts.map +0 -1
  205. package/dist/PrefetchQuery-uh4idoXK.mjs +0 -20
  206. package/dist/PrefetchQuery-uh4idoXK.mjs.map +0 -1
  207. package/dist/QueriesHydration-DPogKsc4.d.mts +0 -106
  208. package/dist/QueriesHydration-DPogKsc4.d.mts.map +0 -1
  209. package/dist/QueriesHydration-DnlRrHJ3.d.cts +0 -106
  210. package/dist/QueriesHydration-DnlRrHJ3.d.cts.map +0 -1
  211. package/dist/QueriesHydration-GQxJe_Vu.mjs +0 -143
  212. package/dist/QueriesHydration-GQxJe_Vu.mjs.map +0 -1
  213. package/dist/QueriesHydration-dcSAzQNT.cjs +0 -148
  214. package/dist/QueriesHydration-dcSAzQNT.cjs.map +0 -1
  215. package/dist/QueryClientConsumer-5PZLv_8g.d.mts +0 -18
  216. package/dist/QueryClientConsumer-5PZLv_8g.d.mts.map +0 -1
  217. package/dist/QueryClientConsumer-e7PyaFF3.mjs +0 -14
  218. package/dist/QueryClientConsumer-e7PyaFF3.mjs.map +0 -1
  219. package/dist/QueryClientConsumer-mF0OUwkq.cjs +0 -19
  220. package/dist/QueryClientConsumer-mF0OUwkq.cjs.map +0 -1
  221. package/dist/QueryClientConsumer-pihgMOoA.d.cts +0 -18
  222. package/dist/QueryClientConsumer-pihgMOoA.d.cts.map +0 -1
  223. package/dist/SuspenseInfiniteQuery-BimBkaCe.mjs +0 -30
  224. package/dist/SuspenseInfiniteQuery-BimBkaCe.mjs.map +0 -1
  225. package/dist/SuspenseInfiniteQuery-BtRviR-Z.d.mts +0 -32
  226. package/dist/SuspenseInfiniteQuery-BtRviR-Z.d.mts.map +0 -1
  227. package/dist/SuspenseInfiniteQuery-DSYC5XON.d.cts +0 -32
  228. package/dist/SuspenseInfiniteQuery-DSYC5XON.d.cts.map +0 -1
  229. package/dist/SuspenseInfiniteQuery-oVQE2P2T.cjs +0 -35
  230. package/dist/SuspenseInfiniteQuery-oVQE2P2T.cjs.map +0 -1
  231. package/dist/SuspenseQueries-BPvriygJ.d.cts +0 -31
  232. package/dist/SuspenseQueries-BPvriygJ.d.cts.map +0 -1
  233. package/dist/SuspenseQueries-Brk6gtMw.cjs +0 -31
  234. package/dist/SuspenseQueries-Brk6gtMw.cjs.map +0 -1
  235. package/dist/SuspenseQueries-C0mF_XD_.mjs +0 -26
  236. package/dist/SuspenseQueries-C0mF_XD_.mjs.map +0 -1
  237. package/dist/SuspenseQueries-CHFS9e4y.d.mts +0 -31
  238. package/dist/SuspenseQueries-CHFS9e4y.d.mts.map +0 -1
  239. package/dist/SuspenseQuery-BWI24top.mjs +0 -30
  240. package/dist/SuspenseQuery-BWI24top.mjs.map +0 -1
  241. package/dist/SuspenseQuery-D4IZU_Co.d.cts +0 -31
  242. package/dist/SuspenseQuery-D4IZU_Co.d.cts.map +0 -1
  243. package/dist/SuspenseQuery-DE4NKrqP.cjs +0 -35
  244. package/dist/SuspenseQuery-DE4NKrqP.cjs.map +0 -1
  245. package/dist/SuspenseQuery-VjYG_b1z.d.mts +0 -31
  246. package/dist/SuspenseQuery-VjYG_b1z.d.mts.map +0 -1
  247. package/dist/components/ClientOnly.d.cts +0 -13
  248. package/dist/components/ClientOnly.d.cts.map +0 -1
  249. package/dist/components/ClientOnly.d.mts +0 -13
  250. package/dist/components/ClientOnly.d.mts.map +0 -1
  251. package/dist/createGetQueryClient-B0yrcyXF.mjs +0 -63
  252. package/dist/createGetQueryClient-B0yrcyXF.mjs.map +0 -1
  253. package/dist/createGetQueryClient-DTKVVwpJ.d.mts +0 -54
  254. package/dist/createGetQueryClient-DTKVVwpJ.d.mts.map +0 -1
  255. package/dist/createGetQueryClient-iXoXO7so.d.cts +0 -54
  256. package/dist/createGetQueryClient-iXoXO7so.d.cts.map +0 -1
  257. package/dist/createGetQueryClient-nXvPqrrS.cjs +0 -68
  258. package/dist/createGetQueryClient-nXvPqrrS.cjs.map +0 -1
  259. package/dist/infiniteQueryOptions-2KFmTqEY.mjs +0 -17
  260. package/dist/infiniteQueryOptions-2KFmTqEY.mjs.map +0 -1
  261. package/dist/infiniteQueryOptions-BVac5B-c.cjs +0 -22
  262. package/dist/infiniteQueryOptions-BVac5B-c.cjs.map +0 -1
  263. package/dist/infiniteQueryOptions-Be7VYTUR.d.cts +0 -29
  264. package/dist/infiniteQueryOptions-Be7VYTUR.d.cts.map +0 -1
  265. package/dist/infiniteQueryOptions-Bpz4mFYH.d.mts +0 -29
  266. package/dist/infiniteQueryOptions-Bpz4mFYH.d.mts.map +0 -1
  267. package/dist/mutationOptions-BIOn3zne.cjs +0 -14
  268. package/dist/mutationOptions-BIOn3zne.cjs.map +0 -1
  269. package/dist/mutationOptions-BZS10WEJ.d.mts +0 -7
  270. package/dist/mutationOptions-BZS10WEJ.d.mts.map +0 -1
  271. package/dist/mutationOptions-C4emetVL.mjs +0 -8
  272. package/dist/mutationOptions-C4emetVL.mjs.map +0 -1
  273. package/dist/mutationOptions-Eid3aM1W.d.cts +0 -7
  274. package/dist/mutationOptions-Eid3aM1W.d.cts.map +0 -1
  275. package/dist/objectSpread2-BFPIJj0i.mjs +0 -67
  276. package/dist/objectSpread2-CpqxxdM2.cjs +0 -73
  277. package/dist/objectWithoutProperties-BYP50gyF.mjs +0 -25
  278. package/dist/objectWithoutProperties-CYXRK7DS.cjs +0 -31
  279. package/dist/queryOptions-92vSd4eV.cjs +0 -22
  280. package/dist/queryOptions-92vSd4eV.cjs.map +0 -1
  281. package/dist/queryOptions-DILe-4vk.d.mts +0 -29
  282. package/dist/queryOptions-DILe-4vk.d.mts.map +0 -1
  283. package/dist/queryOptions-DNGHeGX5.d.cts +0 -29
  284. package/dist/queryOptions-DNGHeGX5.d.cts.map +0 -1
  285. package/dist/queryOptions-Dnf4-wlk.mjs +0 -17
  286. package/dist/queryOptions-Dnf4-wlk.mjs.map +0 -1
  287. package/dist/usePrefetchInfiniteQuery-B0_Ladyp.d.mts +0 -12
  288. package/dist/usePrefetchInfiniteQuery-B0_Ladyp.d.mts.map +0 -1
  289. package/dist/usePrefetchInfiniteQuery-BmZtlLeD.cjs +0 -20
  290. package/dist/usePrefetchInfiniteQuery-BmZtlLeD.cjs.map +0 -1
  291. package/dist/usePrefetchInfiniteQuery-CQSN-P9m.mjs +0 -15
  292. package/dist/usePrefetchInfiniteQuery-CQSN-P9m.mjs.map +0 -1
  293. package/dist/usePrefetchInfiniteQuery-CRwRctQH.d.cts +0 -12
  294. package/dist/usePrefetchInfiniteQuery-CRwRctQH.d.cts.map +0 -1
  295. package/dist/usePrefetchQuery-38O319FT.d.mts +0 -12
  296. package/dist/usePrefetchQuery-38O319FT.d.mts.map +0 -1
  297. package/dist/usePrefetchQuery-93Pltnzl.d.cts +0 -12
  298. package/dist/usePrefetchQuery-93Pltnzl.d.cts.map +0 -1
  299. package/dist/usePrefetchQuery-CtrJciA6.mjs +0 -15
  300. package/dist/usePrefetchQuery-CtrJciA6.mjs.map +0 -1
  301. package/dist/usePrefetchQuery-woiivAJc.cjs +0 -20
  302. package/dist/usePrefetchQuery-woiivAJc.cjs.map +0 -1
  303. package/dist/useSuspenseInfiniteQuery-Bh0nh8Kc.d.mts +0 -17
  304. package/dist/useSuspenseInfiniteQuery-Bh0nh8Kc.d.mts.map +0 -1
  305. package/dist/useSuspenseInfiniteQuery-CA0jmgbX.cjs +0 -22
  306. package/dist/useSuspenseInfiniteQuery-CA0jmgbX.cjs.map +0 -1
  307. package/dist/useSuspenseInfiniteQuery-DUxKOkCo.mjs +0 -17
  308. package/dist/useSuspenseInfiniteQuery-DUxKOkCo.mjs.map +0 -1
  309. package/dist/useSuspenseInfiniteQuery-xXu-A7cX.d.cts +0 -17
  310. package/dist/useSuspenseInfiniteQuery-xXu-A7cX.d.cts.map +0 -1
  311. package/dist/useSuspenseQueries-Bf0lSTWB.mjs +0 -17
  312. package/dist/useSuspenseQueries-Bf0lSTWB.mjs.map +0 -1
  313. package/dist/useSuspenseQueries-CHPLAyeb.d.cts +0 -37
  314. package/dist/useSuspenseQueries-CHPLAyeb.d.cts.map +0 -1
  315. package/dist/useSuspenseQueries-DqBaOI3L.cjs +0 -22
  316. package/dist/useSuspenseQueries-DqBaOI3L.cjs.map +0 -1
  317. package/dist/useSuspenseQueries-pfI8hFSM.d.mts +0 -37
  318. package/dist/useSuspenseQueries-pfI8hFSM.d.mts.map +0 -1
  319. package/dist/useSuspenseQuery-41ONxa6i.cjs +0 -22
  320. package/dist/useSuspenseQuery-41ONxa6i.cjs.map +0 -1
  321. package/dist/useSuspenseQuery-CVWQeHhd.mjs +0 -17
  322. package/dist/useSuspenseQuery-CVWQeHhd.mjs.map +0 -1
  323. package/dist/useSuspenseQuery-DG0Jz1Da.d.mts +0 -37
  324. package/dist/useSuspenseQuery-DG0Jz1Da.d.mts.map +0 -1
  325. package/dist/useSuspenseQuery-DiNomNWA.d.cts +0 -37
  326. package/dist/useSuspenseQuery-DiNomNWA.d.cts.map +0 -1
@@ -1,63 +0,0 @@
1
- import { t as _objectSpread2 } from "./objectSpread2-BFPIJj0i.mjs";
2
- import { QueryClient, isServer } from "@tanstack/react-query";
3
-
4
- //#region src/createGetQueryClient.ts
5
- /**
6
- * Creates a function that returns a QueryClient instance, with different behavior for server and client environments.
7
- *
8
- * On the server, it always creates a new QueryClient instance with `cacheTime: Infinity` to prevent data from being garbage collected.
9
- * On the client, it reuses the same QueryClient instance to avoid recreating it during React's initial render suspension.
10
- *
11
- * @experimental This component is experimental and may be changed or removed in the future.
12
- *
13
- * @param config - Optional QueryClient configuration. On the server, `cacheTime` will be automatically set to `Infinity`.
14
- * @returns An object containing a `getQueryClient` function that returns a QueryClient instance.
15
- *
16
- * @example
17
- * ```tsx
18
- * // Create a get-query-client.ts file in your project:
19
- * // get-query-client.ts
20
- * import { createGetQueryClient } from '@suspensive/react-query'
21
- *
22
- * export const { getQueryClient } = createGetQueryClient()
23
- *
24
- * @example
25
- * ```tsx
26
- * // Then import and use it in your code:
27
- * // app/providers.tsx
28
- * 'use client'
29
- *
30
- * import { QueryClientProvider } from '@tanstack/react-query'
31
- * import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
32
- * import { getQueryClient } from '@/app/get-query-client'
33
- * import type * as React from 'react'
34
- *
35
- * export default function Providers({ children }: { children: React.ReactNode }) {
36
- * const queryClient = getQueryClient()
37
- *
38
- * return (
39
- * <QueryClientProvider client={queryClient}>
40
- * {children}
41
- * <ReactQueryDevtools />
42
- * </QueryClientProvider>
43
- * )
44
- * }
45
- * ```
46
- *
47
- * @see {@link https://suspensive.org/docs/react-query/createGetQueryClient Suspensive Docs}
48
- */
49
- function createGetQueryClient(config = {}) {
50
- var _config$defaultOption;
51
- let browserQueryClient;
52
- const getQueryClientConfig = isServer ? _objectSpread2(_objectSpread2({}, config), {}, { defaultOptions: _objectSpread2(_objectSpread2({}, config.defaultOptions), {}, { queries: _objectSpread2(_objectSpread2({}, (_config$defaultOption = config.defaultOptions) === null || _config$defaultOption === void 0 ? void 0 : _config$defaultOption.queries), {}, { cacheTime: Infinity }) }) }) : config;
53
- function getQueryClient() {
54
- if (isServer) return new QueryClient(getQueryClientConfig);
55
- if (!browserQueryClient) browserQueryClient = new QueryClient(getQueryClientConfig);
56
- return browserQueryClient;
57
- }
58
- return { getQueryClient };
59
- }
60
-
61
- //#endregion
62
- export { createGetQueryClient as t };
63
- //# sourceMappingURL=createGetQueryClient-B0yrcyXF.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createGetQueryClient-B0yrcyXF.mjs","names":["browserQueryClient: QueryClient | undefined","getQueryClientConfig: QueryClientConfig"],"sources":["../src/createGetQueryClient.ts"],"sourcesContent":["import { QueryClient, type QueryClientConfig, isServer } from '@tanstack/react-query'\n\n/**\n * Creates a function that returns a QueryClient instance, with different behavior for server and client environments.\n *\n * On the server, it always creates a new QueryClient instance with `cacheTime: Infinity` to prevent data from being garbage collected.\n * On the client, it reuses the same QueryClient instance to avoid recreating it during React's initial render suspension.\n *\n * @experimental This component is experimental and may be changed or removed in the future.\n *\n * @param config - Optional QueryClient configuration. On the server, `cacheTime` will be automatically set to `Infinity`.\n * @returns An object containing a `getQueryClient` function that returns a QueryClient instance.\n *\n * @example\n * ```tsx\n * // Create a get-query-client.ts file in your project:\n * // get-query-client.ts\n * import { createGetQueryClient } from '@suspensive/react-query'\n *\n * export const { getQueryClient } = createGetQueryClient()\n *\n * @example\n * ```tsx\n * // Then import and use it in your code:\n * // app/providers.tsx\n * 'use client'\n *\n * import { QueryClientProvider } from '@tanstack/react-query'\n * import { ReactQueryDevtools } from '@tanstack/react-query-devtools'\n * import { getQueryClient } from '@/app/get-query-client'\n * import type * as React from 'react'\n *\n * export default function Providers({ children }: { children: React.ReactNode }) {\n * const queryClient = getQueryClient()\n *\n * return (\n * <QueryClientProvider client={queryClient}>\n * {children}\n * <ReactQueryDevtools />\n * </QueryClientProvider>\n * )\n * }\n * ```\n *\n * @see {@link https://suspensive.org/docs/react-query/createGetQueryClient Suspensive Docs}\n */\nexport function createGetQueryClient(config: QueryClientConfig = {}) {\n let browserQueryClient: QueryClient | undefined\n const getQueryClientConfig: QueryClientConfig = isServer\n ? {\n ...config,\n defaultOptions: {\n ...config.defaultOptions,\n queries: {\n ...config.defaultOptions?.queries,\n cacheTime: Infinity,\n },\n },\n }\n : config\n\n function getQueryClient() {\n if (isServer) {\n // Server: always make a new query client\n return new QueryClient(getQueryClientConfig)\n }\n // Browser: make a new query client if we don't already have one\n // This is very important, so we don't re-make a new client if React\n // suspends during the initial render. This may not be needed if we\n // have a suspense boundary BELOW the creation of the query client\n if (!browserQueryClient) {\n browserQueryClient = new QueryClient(getQueryClientConfig)\n }\n return browserQueryClient\n }\n\n return { getQueryClient }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8CA,SAAgB,qBAAqB,SAA4B,EAAE,EAAE;;CACnE,IAAIA;CACJ,MAAMC,uBAA0C,6CAEvC,eACH,kDACK,OAAO,uBACV,oEACK,OAAO,8FAAgB,gBAC1B,WAAW,oBAIjB;CAEJ,SAAS,iBAAiB;AACxB,MAAI,SAEF,QAAO,IAAI,YAAY,qBAAqB;AAM9C,MAAI,CAAC,mBACH,sBAAqB,IAAI,YAAY,qBAAqB;AAE5D,SAAO;;AAGT,QAAO,EAAE,gBAAgB"}
@@ -1,54 +0,0 @@
1
- import { QueryClient, QueryClientConfig } from "@tanstack/react-query";
2
-
3
- //#region src/createGetQueryClient.d.ts
4
-
5
- /**
6
- * Creates a function that returns a QueryClient instance, with different behavior for server and client environments.
7
- *
8
- * On the server, it always creates a new QueryClient instance with `cacheTime: Infinity` to prevent data from being garbage collected.
9
- * On the client, it reuses the same QueryClient instance to avoid recreating it during React's initial render suspension.
10
- *
11
- * @experimental This component is experimental and may be changed or removed in the future.
12
- *
13
- * @param config - Optional QueryClient configuration. On the server, `cacheTime` will be automatically set to `Infinity`.
14
- * @returns An object containing a `getQueryClient` function that returns a QueryClient instance.
15
- *
16
- * @example
17
- * ```tsx
18
- * // Create a get-query-client.ts file in your project:
19
- * // get-query-client.ts
20
- * import { createGetQueryClient } from '@suspensive/react-query'
21
- *
22
- * export const { getQueryClient } = createGetQueryClient()
23
- *
24
- * @example
25
- * ```tsx
26
- * // Then import and use it in your code:
27
- * // app/providers.tsx
28
- * 'use client'
29
- *
30
- * import { QueryClientProvider } from '@tanstack/react-query'
31
- * import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
32
- * import { getQueryClient } from '@/app/get-query-client'
33
- * import type * as React from 'react'
34
- *
35
- * export default function Providers({ children }: { children: React.ReactNode }) {
36
- * const queryClient = getQueryClient()
37
- *
38
- * return (
39
- * <QueryClientProvider client={queryClient}>
40
- * {children}
41
- * <ReactQueryDevtools />
42
- * </QueryClientProvider>
43
- * )
44
- * }
45
- * ```
46
- *
47
- * @see {@link https://suspensive.org/docs/react-query/createGetQueryClient Suspensive Docs}
48
- */
49
- declare function createGetQueryClient(config?: QueryClientConfig): {
50
- getQueryClient: () => QueryClient;
51
- };
52
- //#endregion
53
- export { createGetQueryClient as t };
54
- //# sourceMappingURL=createGetQueryClient-DTKVVwpJ.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createGetQueryClient-DTKVVwpJ.d.mts","names":[],"sources":["../src/createGetQueryClient.ts"],"sourcesContent":[],"mappings":";;;;;;AA8CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAgB,oBAAA,UAA6B;wBAAA"}
@@ -1,54 +0,0 @@
1
- import { QueryClient, QueryClientConfig } from "@tanstack/react-query";
2
-
3
- //#region src/createGetQueryClient.d.ts
4
-
5
- /**
6
- * Creates a function that returns a QueryClient instance, with different behavior for server and client environments.
7
- *
8
- * On the server, it always creates a new QueryClient instance with `cacheTime: Infinity` to prevent data from being garbage collected.
9
- * On the client, it reuses the same QueryClient instance to avoid recreating it during React's initial render suspension.
10
- *
11
- * @experimental This component is experimental and may be changed or removed in the future.
12
- *
13
- * @param config - Optional QueryClient configuration. On the server, `cacheTime` will be automatically set to `Infinity`.
14
- * @returns An object containing a `getQueryClient` function that returns a QueryClient instance.
15
- *
16
- * @example
17
- * ```tsx
18
- * // Create a get-query-client.ts file in your project:
19
- * // get-query-client.ts
20
- * import { createGetQueryClient } from '@suspensive/react-query'
21
- *
22
- * export const { getQueryClient } = createGetQueryClient()
23
- *
24
- * @example
25
- * ```tsx
26
- * // Then import and use it in your code:
27
- * // app/providers.tsx
28
- * 'use client'
29
- *
30
- * import { QueryClientProvider } from '@tanstack/react-query'
31
- * import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
32
- * import { getQueryClient } from '@/app/get-query-client'
33
- * import type * as React from 'react'
34
- *
35
- * export default function Providers({ children }: { children: React.ReactNode }) {
36
- * const queryClient = getQueryClient()
37
- *
38
- * return (
39
- * <QueryClientProvider client={queryClient}>
40
- * {children}
41
- * <ReactQueryDevtools />
42
- * </QueryClientProvider>
43
- * )
44
- * }
45
- * ```
46
- *
47
- * @see {@link https://suspensive.org/docs/react-query/createGetQueryClient Suspensive Docs}
48
- */
49
- declare function createGetQueryClient(config?: QueryClientConfig): {
50
- getQueryClient: () => QueryClient;
51
- };
52
- //#endregion
53
- export { createGetQueryClient as t };
54
- //# sourceMappingURL=createGetQueryClient-iXoXO7so.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createGetQueryClient-iXoXO7so.d.cts","names":[],"sources":["../src/createGetQueryClient.ts"],"sourcesContent":[],"mappings":";;;;;;AA8CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAgB,oBAAA,UAA6B;wBAAA"}
@@ -1,68 +0,0 @@
1
- const require_objectSpread2 = require('./objectSpread2-CpqxxdM2.cjs');
2
- let __tanstack_react_query = require("@tanstack/react-query");
3
-
4
- //#region src/createGetQueryClient.ts
5
- /**
6
- * Creates a function that returns a QueryClient instance, with different behavior for server and client environments.
7
- *
8
- * On the server, it always creates a new QueryClient instance with `cacheTime: Infinity` to prevent data from being garbage collected.
9
- * On the client, it reuses the same QueryClient instance to avoid recreating it during React's initial render suspension.
10
- *
11
- * @experimental This component is experimental and may be changed or removed in the future.
12
- *
13
- * @param config - Optional QueryClient configuration. On the server, `cacheTime` will be automatically set to `Infinity`.
14
- * @returns An object containing a `getQueryClient` function that returns a QueryClient instance.
15
- *
16
- * @example
17
- * ```tsx
18
- * // Create a get-query-client.ts file in your project:
19
- * // get-query-client.ts
20
- * import { createGetQueryClient } from '@suspensive/react-query'
21
- *
22
- * export const { getQueryClient } = createGetQueryClient()
23
- *
24
- * @example
25
- * ```tsx
26
- * // Then import and use it in your code:
27
- * // app/providers.tsx
28
- * 'use client'
29
- *
30
- * import { QueryClientProvider } from '@tanstack/react-query'
31
- * import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
32
- * import { getQueryClient } from '@/app/get-query-client'
33
- * import type * as React from 'react'
34
- *
35
- * export default function Providers({ children }: { children: React.ReactNode }) {
36
- * const queryClient = getQueryClient()
37
- *
38
- * return (
39
- * <QueryClientProvider client={queryClient}>
40
- * {children}
41
- * <ReactQueryDevtools />
42
- * </QueryClientProvider>
43
- * )
44
- * }
45
- * ```
46
- *
47
- * @see {@link https://suspensive.org/docs/react-query/createGetQueryClient Suspensive Docs}
48
- */
49
- function createGetQueryClient(config = {}) {
50
- var _config$defaultOption;
51
- let browserQueryClient;
52
- const getQueryClientConfig = __tanstack_react_query.isServer ? require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, config), {}, { defaultOptions: require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, config.defaultOptions), {}, { queries: require_objectSpread2._objectSpread2(require_objectSpread2._objectSpread2({}, (_config$defaultOption = config.defaultOptions) === null || _config$defaultOption === void 0 ? void 0 : _config$defaultOption.queries), {}, { cacheTime: Infinity }) }) }) : config;
53
- function getQueryClient() {
54
- if (__tanstack_react_query.isServer) return new __tanstack_react_query.QueryClient(getQueryClientConfig);
55
- if (!browserQueryClient) browserQueryClient = new __tanstack_react_query.QueryClient(getQueryClientConfig);
56
- return browserQueryClient;
57
- }
58
- return { getQueryClient };
59
- }
60
-
61
- //#endregion
62
- Object.defineProperty(exports, 'createGetQueryClient', {
63
- enumerable: true,
64
- get: function () {
65
- return createGetQueryClient;
66
- }
67
- });
68
- //# sourceMappingURL=createGetQueryClient-nXvPqrrS.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createGetQueryClient-nXvPqrrS.cjs","names":["browserQueryClient: QueryClient | undefined","getQueryClientConfig: QueryClientConfig","isServer","QueryClient"],"sources":["../src/createGetQueryClient.ts"],"sourcesContent":["import { QueryClient, type QueryClientConfig, isServer } from '@tanstack/react-query'\n\n/**\n * Creates a function that returns a QueryClient instance, with different behavior for server and client environments.\n *\n * On the server, it always creates a new QueryClient instance with `cacheTime: Infinity` to prevent data from being garbage collected.\n * On the client, it reuses the same QueryClient instance to avoid recreating it during React's initial render suspension.\n *\n * @experimental This component is experimental and may be changed or removed in the future.\n *\n * @param config - Optional QueryClient configuration. On the server, `cacheTime` will be automatically set to `Infinity`.\n * @returns An object containing a `getQueryClient` function that returns a QueryClient instance.\n *\n * @example\n * ```tsx\n * // Create a get-query-client.ts file in your project:\n * // get-query-client.ts\n * import { createGetQueryClient } from '@suspensive/react-query'\n *\n * export const { getQueryClient } = createGetQueryClient()\n *\n * @example\n * ```tsx\n * // Then import and use it in your code:\n * // app/providers.tsx\n * 'use client'\n *\n * import { QueryClientProvider } from '@tanstack/react-query'\n * import { ReactQueryDevtools } from '@tanstack/react-query-devtools'\n * import { getQueryClient } from '@/app/get-query-client'\n * import type * as React from 'react'\n *\n * export default function Providers({ children }: { children: React.ReactNode }) {\n * const queryClient = getQueryClient()\n *\n * return (\n * <QueryClientProvider client={queryClient}>\n * {children}\n * <ReactQueryDevtools />\n * </QueryClientProvider>\n * )\n * }\n * ```\n *\n * @see {@link https://suspensive.org/docs/react-query/createGetQueryClient Suspensive Docs}\n */\nexport function createGetQueryClient(config: QueryClientConfig = {}) {\n let browserQueryClient: QueryClient | undefined\n const getQueryClientConfig: QueryClientConfig = isServer\n ? {\n ...config,\n defaultOptions: {\n ...config.defaultOptions,\n queries: {\n ...config.defaultOptions?.queries,\n cacheTime: Infinity,\n },\n },\n }\n : config\n\n function getQueryClient() {\n if (isServer) {\n // Server: always make a new query client\n return new QueryClient(getQueryClientConfig)\n }\n // Browser: make a new query client if we don't already have one\n // This is very important, so we don't re-make a new client if React\n // suspends during the initial render. This may not be needed if we\n // have a suspense boundary BELOW the creation of the query client\n if (!browserQueryClient) {\n browserQueryClient = new QueryClient(getQueryClientConfig)\n }\n return browserQueryClient\n }\n\n return { getQueryClient }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8CA,SAAgB,qBAAqB,SAA4B,EAAE,EAAE;;CACnE,IAAIA;CACJ,MAAMC,uBAA0CC,gHAEvC,eACH,8FACK,OAAO,uBACV,gHACK,OAAO,8FAAgB,gBAC1B,WAAW,oBAIjB;CAEJ,SAAS,iBAAiB;AACxB,MAAIA,gCAEF,QAAO,IAAIC,mCAAY,qBAAqB;AAM9C,MAAI,CAAC,mBACH,sBAAqB,IAAIA,mCAAY,qBAAqB;AAE5D,SAAO;;AAGT,QAAO,EAAE,gBAAgB"}
@@ -1,17 +0,0 @@
1
- import { infiniteQueryOptions } from "@tanstack/react-query";
2
-
3
- //#region src/infiniteQueryOptions.ts
4
- /**
5
- * This feature is officially supported in \@tanstack/react-query@^4.41.0, You can proceed with the migration.
6
- * @deprecated Use `infiniteQueryOptions` from \@tanstack/react-query@^4.41.0
7
- * @example
8
- * ```diff
9
- * - import { infiniteQueryOptions } from '@suspensive/react-query'
10
- * + import { infiniteQueryOptions } from '@tanstack/react-query'
11
- * ```
12
- */
13
- const infiniteQueryOptions$1 = infiniteQueryOptions;
14
-
15
- //#endregion
16
- export { infiniteQueryOptions$1 as t };
17
- //# sourceMappingURL=infiniteQueryOptions-2KFmTqEY.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"infiniteQueryOptions-2KFmTqEY.mjs","names":["infiniteQueryOptions","original_infiniteQueryOptions"],"sources":["../src/infiniteQueryOptions.ts"],"sourcesContent":["import {\n type InfiniteData,\n type OmitKeyof,\n type QueryKey,\n type UseInfiniteQueryOptions,\n type WithRequired,\n infiniteQueryOptions as original_infiniteQueryOptions,\n} from '@tanstack/react-query'\n\n/**\n * @deprecated There is no `SelectedInfiniteOptions` in \\@tanstack/react-query@^4.40.0.\n */\nexport type SelectedInfiniteOptions<\n TQueryFnData,\n TError = unknown,\n TData = InfiniteData<TQueryFnData>,\n TQueryKey extends QueryKey = QueryKey,\n> = WithRequired<\n OmitKeyof<\n UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>,\n | 'queryKeyHashFn'\n | '_defaulted'\n | 'behavior'\n | 'structuralSharing'\n | 'isDataEqual'\n | 'onSuccess'\n | 'onError'\n | 'onSettled'\n | 'enabled'\n | 'refetchInterval'\n | 'initialData'\n | 'networkMode'\n >,\n 'queryKey' | 'queryFn'\n> & {\n select: (data: InfiniteData<TQueryFnData>) => InfiniteData<TData>\n}\n\n/**\n * @deprecated There is no `UnSelectedInfiniteOptions` in \\@tanstack/react-query@^4.40.0.\n */\nexport type UnSelectedInfiniteOptions<\n TQueryFnData,\n TError = unknown,\n TData = InfiniteData<TQueryFnData>,\n TQueryKey extends QueryKey = QueryKey,\n> = WithRequired<\n OmitKeyof<\n UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>,\n | 'queryKeyHashFn'\n | '_defaulted'\n | 'behavior'\n | 'structuralSharing'\n | 'isDataEqual'\n | 'onSuccess'\n | 'onError'\n | 'onSettled'\n | 'enabled'\n | 'refetchInterval'\n | 'initialData'\n | 'networkMode'\n >,\n 'queryKey' | 'queryFn'\n> & {\n select?: undefined\n}\n\n/**\n * This feature is officially supported in \\@tanstack/react-query@^4.41.0, You can proceed with the migration.\n * @deprecated Use `infiniteQueryOptions` from \\@tanstack/react-query@^4.41.0\n * @example\n * ```diff\n * - import { infiniteQueryOptions } from '@suspensive/react-query'\n * + import { infiniteQueryOptions } from '@tanstack/react-query'\n * ```\n */\nexport const infiniteQueryOptions = original_infiniteQueryOptions\n"],"mappings":";;;;;;;;;;;;AA4EA,MAAaA,yBAAuBC"}
@@ -1,22 +0,0 @@
1
- let __tanstack_react_query = require("@tanstack/react-query");
2
-
3
- //#region src/infiniteQueryOptions.ts
4
- /**
5
- * This feature is officially supported in \@tanstack/react-query@^4.41.0, You can proceed with the migration.
6
- * @deprecated Use `infiniteQueryOptions` from \@tanstack/react-query@^4.41.0
7
- * @example
8
- * ```diff
9
- * - import { infiniteQueryOptions } from '@suspensive/react-query'
10
- * + import { infiniteQueryOptions } from '@tanstack/react-query'
11
- * ```
12
- */
13
- const infiniteQueryOptions = __tanstack_react_query.infiniteQueryOptions;
14
-
15
- //#endregion
16
- Object.defineProperty(exports, 'infiniteQueryOptions', {
17
- enumerable: true,
18
- get: function () {
19
- return infiniteQueryOptions;
20
- }
21
- });
22
- //# sourceMappingURL=infiniteQueryOptions-BVac5B-c.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"infiniteQueryOptions-BVac5B-c.cjs","names":["original_infiniteQueryOptions"],"sources":["../src/infiniteQueryOptions.ts"],"sourcesContent":["import {\n type InfiniteData,\n type OmitKeyof,\n type QueryKey,\n type UseInfiniteQueryOptions,\n type WithRequired,\n infiniteQueryOptions as original_infiniteQueryOptions,\n} from '@tanstack/react-query'\n\n/**\n * @deprecated There is no `SelectedInfiniteOptions` in \\@tanstack/react-query@^4.40.0.\n */\nexport type SelectedInfiniteOptions<\n TQueryFnData,\n TError = unknown,\n TData = InfiniteData<TQueryFnData>,\n TQueryKey extends QueryKey = QueryKey,\n> = WithRequired<\n OmitKeyof<\n UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>,\n | 'queryKeyHashFn'\n | '_defaulted'\n | 'behavior'\n | 'structuralSharing'\n | 'isDataEqual'\n | 'onSuccess'\n | 'onError'\n | 'onSettled'\n | 'enabled'\n | 'refetchInterval'\n | 'initialData'\n | 'networkMode'\n >,\n 'queryKey' | 'queryFn'\n> & {\n select: (data: InfiniteData<TQueryFnData>) => InfiniteData<TData>\n}\n\n/**\n * @deprecated There is no `UnSelectedInfiniteOptions` in \\@tanstack/react-query@^4.40.0.\n */\nexport type UnSelectedInfiniteOptions<\n TQueryFnData,\n TError = unknown,\n TData = InfiniteData<TQueryFnData>,\n TQueryKey extends QueryKey = QueryKey,\n> = WithRequired<\n OmitKeyof<\n UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>,\n | 'queryKeyHashFn'\n | '_defaulted'\n | 'behavior'\n | 'structuralSharing'\n | 'isDataEqual'\n | 'onSuccess'\n | 'onError'\n | 'onSettled'\n | 'enabled'\n | 'refetchInterval'\n | 'initialData'\n | 'networkMode'\n >,\n 'queryKey' | 'queryFn'\n> & {\n select?: undefined\n}\n\n/**\n * This feature is officially supported in \\@tanstack/react-query@^4.41.0, You can proceed with the migration.\n * @deprecated Use `infiniteQueryOptions` from \\@tanstack/react-query@^4.41.0\n * @example\n * ```diff\n * - import { infiniteQueryOptions } from '@suspensive/react-query'\n * + import { infiniteQueryOptions } from '@tanstack/react-query'\n * ```\n */\nexport const infiniteQueryOptions = original_infiniteQueryOptions\n"],"mappings":";;;;;;;;;;;;AA4EA,MAAa,uBAAuBA"}
@@ -1,29 +0,0 @@
1
- import { InfiniteData, OmitKeyof, QueryKey, UseInfiniteQueryOptions, WithRequired, infiniteQueryOptions } from "@tanstack/react-query";
2
-
3
- //#region src/infiniteQueryOptions.d.ts
4
-
5
- /**
6
- * @deprecated There is no `SelectedInfiniteOptions` in \@tanstack/react-query@^4.40.0.
7
- */
8
- type SelectedInfiniteOptions<TQueryFnData, TError = unknown, TData = InfiniteData<TQueryFnData>, TQueryKey extends QueryKey = QueryKey> = WithRequired<OmitKeyof<UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>, 'queryKeyHashFn' | '_defaulted' | 'behavior' | 'structuralSharing' | 'isDataEqual' | 'onSuccess' | 'onError' | 'onSettled' | 'enabled' | 'refetchInterval' | 'initialData' | 'networkMode'>, 'queryKey' | 'queryFn'> & {
9
- select: (data: InfiniteData<TQueryFnData>) => InfiniteData<TData>;
10
- };
11
- /**
12
- * @deprecated There is no `UnSelectedInfiniteOptions` in \@tanstack/react-query@^4.40.0.
13
- */
14
- type UnSelectedInfiniteOptions<TQueryFnData, TError = unknown, TData = InfiniteData<TQueryFnData>, TQueryKey extends QueryKey = QueryKey> = WithRequired<OmitKeyof<UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>, 'queryKeyHashFn' | '_defaulted' | 'behavior' | 'structuralSharing' | 'isDataEqual' | 'onSuccess' | 'onError' | 'onSettled' | 'enabled' | 'refetchInterval' | 'initialData' | 'networkMode'>, 'queryKey' | 'queryFn'> & {
15
- select?: undefined;
16
- };
17
- /**
18
- * This feature is officially supported in \@tanstack/react-query@^4.41.0, You can proceed with the migration.
19
- * @deprecated Use `infiniteQueryOptions` from \@tanstack/react-query@^4.41.0
20
- * @example
21
- * ```diff
22
- * - import { infiniteQueryOptions } from '@suspensive/react-query'
23
- * + import { infiniteQueryOptions } from '@tanstack/react-query'
24
- * ```
25
- */
26
- declare const infiniteQueryOptions$1: typeof infiniteQueryOptions;
27
- //#endregion
28
- export { UnSelectedInfiniteOptions as n, infiniteQueryOptions$1 as r, SelectedInfiniteOptions as t };
29
- //# sourceMappingURL=infiniteQueryOptions-Be7VYTUR.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"infiniteQueryOptions-Be7VYTUR.d.cts","names":[],"sources":["../src/infiniteQueryOptions.ts"],"sourcesContent":[],"mappings":";;;;;;AAYA;AAGuB,KAHX,uBAGW,CAAA,YAAA,EAAA,SAAA,OAAA,EAAA,QAAb,YAAa,CAAA,YAAA,CAAA,EAAA,kBACH,QADG,GACQ,QADR,CAAA,GAEnB,YAFmB,CAGrB,SAHqB,CAInB,uBAJmB,CAIK,YAJL,EAImB,MAJnB,EAI2B,KAJ3B,EAIkC,YAJlC,EAIgD,SAJhD,CAAA,EAAA,gBAAA,GAAA,YAAA,GAAA,UAAA,GAAA,mBAAA,GAAA,aAAA,GAAA,WAAA,GAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,iBAAA,GAAA,aAAA,GAAA,aAAA,CAAA,EAAA,UAAA,GAAA,SAAA,CAAA,GAAA;EAAb,MAAA,EAAA,CAAA,IAAA,EAoBO,YApBP,CAoBoB,YApBpB,CAAA,EAAA,GAoBsC,YApBtC,CAoBmD,KApBnD,CAAA;CACU;;;;AAG8B,KAsBtC,yBAtBsC,CAAA,YAAA,EAAA,SAAA,OAAA,EAAA,QAyBxC,YAzBwC,CAyB3B,YAzB2B,CAAA,EAAA,kBA0B9B,QA1B8B,GA0BnB,QA1BmB,CAAA,GA2B9C,YA3B8C,CA4BhD,SA5BgD,CA6B9C,uBA7B8C,CA6BtB,YA7BsB,EA6BR,MA7BQ,EA6BA,KA7BA,EA6BO,YA7BP,EA6BqB,SA7BrB,CAAA,EAAA,gBAAA,GAAA,YAAA,GAAA,UAAA,GAAA,mBAAA,GAAA,aAAA,GAAA,WAAA,GAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,iBAAA,GAAA,aAAA,GAAA,aAAA,CAAA,EAAA,UAAA,GAAA,SAAA,CAAA,GAAA;EAAO,MAAA,CAAA,EAAA,SAAA;CAAc;;;;;;;;;AAsBvE;AAGuB,cAgCV,sBAhCU,EAAA,OAgCU,oBAhCV"}
@@ -1,29 +0,0 @@
1
- import { InfiniteData, OmitKeyof, QueryKey, UseInfiniteQueryOptions, WithRequired, infiniteQueryOptions } from "@tanstack/react-query";
2
-
3
- //#region src/infiniteQueryOptions.d.ts
4
-
5
- /**
6
- * @deprecated There is no `SelectedInfiniteOptions` in \@tanstack/react-query@^4.40.0.
7
- */
8
- type SelectedInfiniteOptions<TQueryFnData, TError = unknown, TData = InfiniteData<TQueryFnData>, TQueryKey extends QueryKey = QueryKey> = WithRequired<OmitKeyof<UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>, 'queryKeyHashFn' | '_defaulted' | 'behavior' | 'structuralSharing' | 'isDataEqual' | 'onSuccess' | 'onError' | 'onSettled' | 'enabled' | 'refetchInterval' | 'initialData' | 'networkMode'>, 'queryKey' | 'queryFn'> & {
9
- select: (data: InfiniteData<TQueryFnData>) => InfiniteData<TData>;
10
- };
11
- /**
12
- * @deprecated There is no `UnSelectedInfiniteOptions` in \@tanstack/react-query@^4.40.0.
13
- */
14
- type UnSelectedInfiniteOptions<TQueryFnData, TError = unknown, TData = InfiniteData<TQueryFnData>, TQueryKey extends QueryKey = QueryKey> = WithRequired<OmitKeyof<UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey>, 'queryKeyHashFn' | '_defaulted' | 'behavior' | 'structuralSharing' | 'isDataEqual' | 'onSuccess' | 'onError' | 'onSettled' | 'enabled' | 'refetchInterval' | 'initialData' | 'networkMode'>, 'queryKey' | 'queryFn'> & {
15
- select?: undefined;
16
- };
17
- /**
18
- * This feature is officially supported in \@tanstack/react-query@^4.41.0, You can proceed with the migration.
19
- * @deprecated Use `infiniteQueryOptions` from \@tanstack/react-query@^4.41.0
20
- * @example
21
- * ```diff
22
- * - import { infiniteQueryOptions } from '@suspensive/react-query'
23
- * + import { infiniteQueryOptions } from '@tanstack/react-query'
24
- * ```
25
- */
26
- declare const infiniteQueryOptions$1: typeof infiniteQueryOptions;
27
- //#endregion
28
- export { UnSelectedInfiniteOptions as n, infiniteQueryOptions$1 as r, SelectedInfiniteOptions as t };
29
- //# sourceMappingURL=infiniteQueryOptions-Bpz4mFYH.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"infiniteQueryOptions-Bpz4mFYH.d.mts","names":[],"sources":["../src/infiniteQueryOptions.ts"],"sourcesContent":[],"mappings":";;;;;;AAYA;AAGuB,KAHX,uBAGW,CAAA,YAAA,EAAA,SAAA,OAAA,EAAA,QAAb,YAAa,CAAA,YAAA,CAAA,EAAA,kBACH,QADG,GACQ,QADR,CAAA,GAEnB,YAFmB,CAGrB,SAHqB,CAInB,uBAJmB,CAIK,YAJL,EAImB,MAJnB,EAI2B,KAJ3B,EAIkC,YAJlC,EAIgD,SAJhD,CAAA,EAAA,gBAAA,GAAA,YAAA,GAAA,UAAA,GAAA,mBAAA,GAAA,aAAA,GAAA,WAAA,GAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,iBAAA,GAAA,aAAA,GAAA,aAAA,CAAA,EAAA,UAAA,GAAA,SAAA,CAAA,GAAA;EAAb,MAAA,EAAA,CAAA,IAAA,EAoBO,YApBP,CAoBoB,YApBpB,CAAA,EAAA,GAoBsC,YApBtC,CAoBmD,KApBnD,CAAA;CACU;;;;AAG8B,KAsBtC,yBAtBsC,CAAA,YAAA,EAAA,SAAA,OAAA,EAAA,QAyBxC,YAzBwC,CAyB3B,YAzB2B,CAAA,EAAA,kBA0B9B,QA1B8B,GA0BnB,QA1BmB,CAAA,GA2B9C,YA3B8C,CA4BhD,SA5BgD,CA6B9C,uBA7B8C,CA6BtB,YA7BsB,EA6BR,MA7BQ,EA6BA,KA7BA,EA6BO,YA7BP,EA6BqB,SA7BrB,CAAA,EAAA,gBAAA,GAAA,YAAA,GAAA,UAAA,GAAA,mBAAA,GAAA,aAAA,GAAA,WAAA,GAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,iBAAA,GAAA,aAAA,GAAA,aAAA,CAAA,EAAA,UAAA,GAAA,SAAA,CAAA,GAAA;EAAO,MAAA,CAAA,EAAA,SAAA;CAAc;;;;;;;;;AAsBvE;AAGuB,cAgCV,sBAhCU,EAAA,OAgCU,oBAhCV"}
@@ -1,14 +0,0 @@
1
-
2
- //#region src/mutationOptions.tsx
3
- function mutationOptions(options) {
4
- return options;
5
- }
6
-
7
- //#endregion
8
- Object.defineProperty(exports, 'mutationOptions', {
9
- enumerable: true,
10
- get: function () {
11
- return mutationOptions;
12
- }
13
- });
14
- //# sourceMappingURL=mutationOptions-BIOn3zne.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mutationOptions-BIOn3zne.cjs","names":[],"sources":["../src/mutationOptions.tsx"],"sourcesContent":["import type { UseMutationOptions } from '@tanstack/react-query'\n\nexport function mutationOptions<TData = unknown, TError = unknown, TVariables = void, TContext = unknown>(\n options: UseMutationOptions<TData, TError, TVariables, TContext>\n): UseMutationOptions<TData, TError, TVariables, TContext> {\n return options\n}\n"],"mappings":";;AAEA,SAAgB,gBACd,SACyD;AACzD,QAAO"}
@@ -1,7 +0,0 @@
1
- import { UseMutationOptions } from "@tanstack/react-query";
2
-
3
- //#region src/mutationOptions.d.ts
4
- declare function mutationOptions<TData = unknown, TError = unknown, TVariables = void, TContext = unknown>(options: UseMutationOptions<TData, TError, TVariables, TContext>): UseMutationOptions<TData, TError, TVariables, TContext>;
5
- //#endregion
6
- export { mutationOptions as t };
7
- //# sourceMappingURL=mutationOptions-BZS10WEJ.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mutationOptions-BZS10WEJ.d.mts","names":[],"sources":["../src/mutationOptions.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,mGACL,mBAAmB,OAAO,QAAQ,YAAY,YACtD,mBAAmB,OAAO,QAAQ,YAAY"}
@@ -1,8 +0,0 @@
1
- //#region src/mutationOptions.tsx
2
- function mutationOptions(options) {
3
- return options;
4
- }
5
-
6
- //#endregion
7
- export { mutationOptions as t };
8
- //# sourceMappingURL=mutationOptions-C4emetVL.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mutationOptions-C4emetVL.mjs","names":[],"sources":["../src/mutationOptions.tsx"],"sourcesContent":["import type { UseMutationOptions } from '@tanstack/react-query'\n\nexport function mutationOptions<TData = unknown, TError = unknown, TVariables = void, TContext = unknown>(\n options: UseMutationOptions<TData, TError, TVariables, TContext>\n): UseMutationOptions<TData, TError, TVariables, TContext> {\n return options\n}\n"],"mappings":";AAEA,SAAgB,gBACd,SACyD;AACzD,QAAO"}
@@ -1,7 +0,0 @@
1
- import { UseMutationOptions } from "@tanstack/react-query";
2
-
3
- //#region src/mutationOptions.d.ts
4
- declare function mutationOptions<TData = unknown, TError = unknown, TVariables = void, TContext = unknown>(options: UseMutationOptions<TData, TError, TVariables, TContext>): UseMutationOptions<TData, TError, TVariables, TContext>;
5
- //#endregion
6
- export { mutationOptions as t };
7
- //# sourceMappingURL=mutationOptions-Eid3aM1W.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mutationOptions-Eid3aM1W.d.cts","names":[],"sources":["../src/mutationOptions.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,mGACL,mBAAmB,OAAO,QAAQ,YAAY,YACtD,mBAAmB,OAAO,QAAQ,YAAY"}
@@ -1,67 +0,0 @@
1
- //#region \0@oxc-project+runtime@0.101.0/helpers/typeof.js
2
- function _typeof(o) {
3
- "@babel/helpers - typeof";
4
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
5
- return typeof o$1;
6
- } : function(o$1) {
7
- return o$1 && "function" == typeof Symbol && o$1.constructor === Symbol && o$1 !== Symbol.prototype ? "symbol" : typeof o$1;
8
- }, _typeof(o);
9
- }
10
-
11
- //#endregion
12
- //#region \0@oxc-project+runtime@0.101.0/helpers/toPrimitive.js
13
- function toPrimitive(t, r) {
14
- if ("object" != _typeof(t) || !t) return t;
15
- var e = t[Symbol.toPrimitive];
16
- if (void 0 !== e) {
17
- var i = e.call(t, r || "default");
18
- if ("object" != _typeof(i)) return i;
19
- throw new TypeError("@@toPrimitive must return a primitive value.");
20
- }
21
- return ("string" === r ? String : Number)(t);
22
- }
23
-
24
- //#endregion
25
- //#region \0@oxc-project+runtime@0.101.0/helpers/toPropertyKey.js
26
- function toPropertyKey(t) {
27
- var i = toPrimitive(t, "string");
28
- return "symbol" == _typeof(i) ? i : i + "";
29
- }
30
-
31
- //#endregion
32
- //#region \0@oxc-project+runtime@0.101.0/helpers/defineProperty.js
33
- function _defineProperty(e, r, t) {
34
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
35
- value: t,
36
- enumerable: !0,
37
- configurable: !0,
38
- writable: !0
39
- }) : e[r] = t, e;
40
- }
41
-
42
- //#endregion
43
- //#region \0@oxc-project+runtime@0.101.0/helpers/objectSpread2.js
44
- function ownKeys(e, r) {
45
- var t = Object.keys(e);
46
- if (Object.getOwnPropertySymbols) {
47
- var o = Object.getOwnPropertySymbols(e);
48
- r && (o = o.filter(function(r$1) {
49
- return Object.getOwnPropertyDescriptor(e, r$1).enumerable;
50
- })), t.push.apply(t, o);
51
- }
52
- return t;
53
- }
54
- function _objectSpread2(e) {
55
- for (var r = 1; r < arguments.length; r++) {
56
- var t = null != arguments[r] ? arguments[r] : {};
57
- r % 2 ? ownKeys(Object(t), !0).forEach(function(r$1) {
58
- _defineProperty(e, r$1, t[r$1]);
59
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r$1) {
60
- Object.defineProperty(e, r$1, Object.getOwnPropertyDescriptor(t, r$1));
61
- });
62
- }
63
- return e;
64
- }
65
-
66
- //#endregion
67
- export { _objectSpread2 as t };
@@ -1,73 +0,0 @@
1
-
2
- //#region \0@oxc-project+runtime@0.101.0/helpers/typeof.js
3
- function _typeof(o) {
4
- "@babel/helpers - typeof";
5
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
6
- return typeof o$1;
7
- } : function(o$1) {
8
- return o$1 && "function" == typeof Symbol && o$1.constructor === Symbol && o$1 !== Symbol.prototype ? "symbol" : typeof o$1;
9
- }, _typeof(o);
10
- }
11
-
12
- //#endregion
13
- //#region \0@oxc-project+runtime@0.101.0/helpers/toPrimitive.js
14
- function toPrimitive(t, r) {
15
- if ("object" != _typeof(t) || !t) return t;
16
- var e = t[Symbol.toPrimitive];
17
- if (void 0 !== e) {
18
- var i = e.call(t, r || "default");
19
- if ("object" != _typeof(i)) return i;
20
- throw new TypeError("@@toPrimitive must return a primitive value.");
21
- }
22
- return ("string" === r ? String : Number)(t);
23
- }
24
-
25
- //#endregion
26
- //#region \0@oxc-project+runtime@0.101.0/helpers/toPropertyKey.js
27
- function toPropertyKey(t) {
28
- var i = toPrimitive(t, "string");
29
- return "symbol" == _typeof(i) ? i : i + "";
30
- }
31
-
32
- //#endregion
33
- //#region \0@oxc-project+runtime@0.101.0/helpers/defineProperty.js
34
- function _defineProperty(e, r, t) {
35
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
36
- value: t,
37
- enumerable: !0,
38
- configurable: !0,
39
- writable: !0
40
- }) : e[r] = t, e;
41
- }
42
-
43
- //#endregion
44
- //#region \0@oxc-project+runtime@0.101.0/helpers/objectSpread2.js
45
- function ownKeys(e, r) {
46
- var t = Object.keys(e);
47
- if (Object.getOwnPropertySymbols) {
48
- var o = Object.getOwnPropertySymbols(e);
49
- r && (o = o.filter(function(r$1) {
50
- return Object.getOwnPropertyDescriptor(e, r$1).enumerable;
51
- })), t.push.apply(t, o);
52
- }
53
- return t;
54
- }
55
- function _objectSpread2(e) {
56
- for (var r = 1; r < arguments.length; r++) {
57
- var t = null != arguments[r] ? arguments[r] : {};
58
- r % 2 ? ownKeys(Object(t), !0).forEach(function(r$1) {
59
- _defineProperty(e, r$1, t[r$1]);
60
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r$1) {
61
- Object.defineProperty(e, r$1, Object.getOwnPropertyDescriptor(t, r$1));
62
- });
63
- }
64
- return e;
65
- }
66
-
67
- //#endregion
68
- Object.defineProperty(exports, '_objectSpread2', {
69
- enumerable: true,
70
- get: function () {
71
- return _objectSpread2;
72
- }
73
- });
@@ -1,25 +0,0 @@
1
- //#region \0@oxc-project+runtime@0.101.0/helpers/objectWithoutPropertiesLoose.js
2
- function _objectWithoutPropertiesLoose(r, e) {
3
- if (null == r) return {};
4
- var t = {};
5
- for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
6
- if (e.includes(n)) continue;
7
- t[n] = r[n];
8
- }
9
- return t;
10
- }
11
-
12
- //#endregion
13
- //#region \0@oxc-project+runtime@0.101.0/helpers/objectWithoutProperties.js
14
- function _objectWithoutProperties(e, t) {
15
- if (null == e) return {};
16
- var o, r, i = _objectWithoutPropertiesLoose(e, t);
17
- if (Object.getOwnPropertySymbols) {
18
- var s = Object.getOwnPropertySymbols(e);
19
- for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
20
- }
21
- return i;
22
- }
23
-
24
- //#endregion
25
- export { _objectWithoutProperties as t };