@qiaopeng/tanstack-query-plus 0.5.9 → 0.5.10

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 (250) hide show
  1. package/README.md +86 -55
  2. package/dist/{types/base.d.ts → base-CHnwqfyz.d.cts} +12 -14
  3. package/dist/base-CHnwqfyz.d.ts +52 -0
  4. package/dist/chunk-52ZO6Y67.cjs +1121 -0
  5. package/dist/chunk-52ZO6Y67.cjs.map +1 -0
  6. package/dist/chunk-5J6OXSLW.cjs +36 -0
  7. package/dist/chunk-5J6OXSLW.cjs.map +1 -0
  8. package/dist/chunk-6MAYHLTE.cjs +310 -0
  9. package/dist/chunk-6MAYHLTE.cjs.map +1 -0
  10. package/dist/chunk-ADS2QTMP.js +144 -0
  11. package/dist/chunk-ADS2QTMP.js.map +1 -0
  12. package/dist/chunk-APXNNHBD.cjs +374 -0
  13. package/dist/chunk-APXNNHBD.cjs.map +1 -0
  14. package/dist/chunk-AXMWOGNX.js +134 -0
  15. package/dist/chunk-AXMWOGNX.js.map +1 -0
  16. package/dist/chunk-B4KO3K3E.cjs +521 -0
  17. package/dist/chunk-B4KO3K3E.cjs.map +1 -0
  18. package/dist/chunk-BK3OTIBD.cjs +15 -0
  19. package/dist/chunk-BK3OTIBD.cjs.map +1 -0
  20. package/dist/chunk-BYAOQALW.js +13 -0
  21. package/dist/chunk-BYAOQALW.js.map +1 -0
  22. package/dist/chunk-CRTVS7VI.cjs +162 -0
  23. package/dist/chunk-CRTVS7VI.cjs.map +1 -0
  24. package/dist/chunk-EXITP7QO.js +288 -0
  25. package/dist/chunk-EXITP7QO.js.map +1 -0
  26. package/dist/chunk-GMO3PRZZ.js +565 -0
  27. package/dist/chunk-GMO3PRZZ.js.map +1 -0
  28. package/dist/chunk-HRO2DWKZ.js +12 -0
  29. package/dist/chunk-HRO2DWKZ.js.map +1 -0
  30. package/dist/chunk-JHDKUQSB.js +1069 -0
  31. package/dist/chunk-JHDKUQSB.js.map +1 -0
  32. package/dist/chunk-JN2Y6RSY.js +23 -0
  33. package/dist/chunk-JN2Y6RSY.js.map +1 -0
  34. package/dist/chunk-JRJSKRZW.cjs +29 -0
  35. package/dist/chunk-JRJSKRZW.cjs.map +1 -0
  36. package/dist/chunk-KC62H4VJ.js +123 -0
  37. package/dist/chunk-KC62H4VJ.js.map +1 -0
  38. package/dist/chunk-LHEHSLD5.js +31 -0
  39. package/dist/chunk-LHEHSLD5.js.map +1 -0
  40. package/dist/chunk-N4264P7N.cjs +156 -0
  41. package/dist/chunk-N4264P7N.cjs.map +1 -0
  42. package/dist/chunk-NF5QYPYC.cjs +133 -0
  43. package/dist/chunk-NF5QYPYC.cjs.map +1 -0
  44. package/dist/chunk-OFLCHKKE.cjs +28 -0
  45. package/dist/chunk-OFLCHKKE.cjs.map +1 -0
  46. package/dist/chunk-PCNSWVA5.cjs +602 -0
  47. package/dist/chunk-PCNSWVA5.cjs.map +1 -0
  48. package/dist/chunk-STOMAA2X.js +85 -0
  49. package/dist/chunk-STOMAA2X.js.map +1 -0
  50. package/dist/chunk-UVF5S6LX.cjs +15 -0
  51. package/dist/chunk-UVF5S6LX.cjs.map +1 -0
  52. package/dist/chunk-WEIXCDCA.cjs +90 -0
  53. package/dist/chunk-WEIXCDCA.cjs.map +1 -0
  54. package/dist/chunk-X3ZTSLBQ.js +355 -0
  55. package/dist/chunk-X3ZTSLBQ.js.map +1 -0
  56. package/dist/chunk-YEV73J4J.js +504 -0
  57. package/dist/chunk-YEV73J4J.js.map +1 -0
  58. package/dist/chunk-YW5PNTRU.cjs +14 -0
  59. package/dist/chunk-YW5PNTRU.cjs.map +1 -0
  60. package/dist/chunk-ZNXSWUIS.js +12 -0
  61. package/dist/chunk-ZNXSWUIS.js.map +1 -0
  62. package/dist/chunk-ZUEMBY4W.js +21 -0
  63. package/dist/chunk-ZUEMBY4W.js.map +1 -0
  64. package/dist/components/index.cjs +60 -0
  65. package/dist/components/index.cjs.map +1 -0
  66. package/dist/components/index.d.cts +43 -0
  67. package/dist/components/index.d.ts +43 -4
  68. package/dist/components/index.js +3 -4
  69. package/dist/components/index.js.map +1 -0
  70. package/dist/core/devtools.cjs +25 -0
  71. package/dist/core/devtools.cjs.map +1 -0
  72. package/dist/core/devtools.d.cts +17 -0
  73. package/dist/core/devtools.d.ts +9 -7
  74. package/dist/core/devtools.js +4 -16
  75. package/dist/core/devtools.js.map +1 -0
  76. package/dist/core/index.cjs +220 -0
  77. package/dist/core/index.cjs.map +1 -0
  78. package/dist/core/index.d.cts +196 -0
  79. package/dist/core/index.d.ts +196 -9
  80. package/dist/core/index.js +7 -8
  81. package/dist/core/index.js.map +1 -0
  82. package/dist/features/index.cjs +76 -0
  83. package/dist/features/index.cjs.map +1 -0
  84. package/dist/features/index.d.cts +86 -0
  85. package/dist/features/index.d.ts +86 -4
  86. package/dist/features/index.js +7 -3
  87. package/dist/features/index.js.map +1 -0
  88. package/dist/hooks/index.cjs +209 -0
  89. package/dist/hooks/index.cjs.map +1 -0
  90. package/dist/hooks/index.d.cts +377 -0
  91. package/dist/hooks/index.d.ts +377 -10
  92. package/dist/hooks/index.js +8 -9
  93. package/dist/hooks/index.js.map +1 -0
  94. package/dist/hooks/useInViewPrefetch.cjs +33 -0
  95. package/dist/hooks/useInViewPrefetch.cjs.map +1 -0
  96. package/dist/hooks/useInViewPrefetch.d.cts +12 -0
  97. package/dist/hooks/useInViewPrefetch.d.ts +6 -4
  98. package/dist/hooks/useInViewPrefetch.js +30 -20
  99. package/dist/hooks/useInViewPrefetch.js.map +1 -0
  100. package/dist/index.cjs +811 -0
  101. package/dist/index.cjs.map +1 -0
  102. package/dist/index.d.cts +36 -0
  103. package/dist/index.d.ts +36 -8
  104. package/dist/index.js +89 -7
  105. package/dist/index.js.map +1 -0
  106. package/dist/{types/offline.d.ts → offline-DVPtgoAS.d.ts} +15 -13
  107. package/dist/offline-xxeA_-6V.d.cts +99 -0
  108. package/dist/persistence-MRtkmhqq.d.cts +216 -0
  109. package/dist/persistence-tIrEb0pR.d.ts +216 -0
  110. package/dist/react-query/index.cjs +52 -0
  111. package/dist/react-query/index.cjs.map +1 -0
  112. package/dist/react-query/index.d.cts +1 -0
  113. package/dist/react-query/index.d.ts +1 -3
  114. package/dist/react-query/index.js +3 -1
  115. package/dist/react-query/index.js.map +1 -0
  116. package/dist/types/index.cjs +43 -0
  117. package/dist/types/index.cjs.map +1 -0
  118. package/dist/types/index.d.cts +157 -0
  119. package/dist/types/index.d.ts +116 -12
  120. package/dist/types/index.js +6 -8
  121. package/dist/types/index.js.map +1 -0
  122. package/dist/utils/index.cjs +234 -0
  123. package/dist/utils/index.cjs.map +1 -0
  124. package/dist/utils/index.d.cts +272 -0
  125. package/dist/utils/index.d.ts +272 -10
  126. package/dist/utils/index.js +9 -9
  127. package/dist/utils/index.js.map +1 -0
  128. package/package.json +13 -3
  129. package/dist/PersistQueryClientProvider.d.ts +0 -22
  130. package/dist/PersistQueryClientProvider.d.ts.map +0 -1
  131. package/dist/PersistQueryClientProvider.js +0 -57
  132. package/dist/components/LoadingFallback.d.ts +0 -16
  133. package/dist/components/LoadingFallback.d.ts.map +0 -1
  134. package/dist/components/LoadingFallback.js +0 -27
  135. package/dist/components/QueryErrorBoundary.d.ts +0 -12
  136. package/dist/components/QueryErrorBoundary.d.ts.map +0 -1
  137. package/dist/components/QueryErrorBoundary.js +0 -9
  138. package/dist/components/SuspenseWrapper.d.ts +0 -14
  139. package/dist/components/SuspenseWrapper.d.ts.map +0 -1
  140. package/dist/components/SuspenseWrapper.js +0 -9
  141. package/dist/components/index.d.ts.map +0 -1
  142. package/dist/components/internal/ErrorBoundary.d.ts +0 -27
  143. package/dist/components/internal/ErrorBoundary.d.ts.map +0 -1
  144. package/dist/components/internal/ErrorBoundary.js +0 -37
  145. package/dist/core/config.d.ts +0 -80
  146. package/dist/core/config.d.ts.map +0 -1
  147. package/dist/core/config.js +0 -327
  148. package/dist/core/devtools.d.ts.map +0 -1
  149. package/dist/core/env.d.ts +0 -4
  150. package/dist/core/env.d.ts.map +0 -1
  151. package/dist/core/env.js +0 -26
  152. package/dist/core/focusManager.d.ts +0 -33
  153. package/dist/core/focusManager.d.ts.map +0 -1
  154. package/dist/core/focusManager.js +0 -122
  155. package/dist/core/index.d.ts.map +0 -1
  156. package/dist/core/keys.d.ts +0 -59
  157. package/dist/core/keys.d.ts.map +0 -1
  158. package/dist/core/keys.js +0 -107
  159. package/dist/core/queryOptions.d.ts +0 -19
  160. package/dist/core/queryOptions.d.ts.map +0 -1
  161. package/dist/core/queryOptions.js +0 -32
  162. package/dist/features/index.d.ts.map +0 -1
  163. package/dist/features/offline.d.ts +0 -49
  164. package/dist/features/offline.d.ts.map +0 -1
  165. package/dist/features/offline.js +0 -300
  166. package/dist/features/persistence.d.ts +0 -36
  167. package/dist/features/persistence.d.ts.map +0 -1
  168. package/dist/features/persistence.js +0 -187
  169. package/dist/hooks/batchQueries.d.ts +0 -129
  170. package/dist/hooks/batchQueries.d.ts.map +0 -1
  171. package/dist/hooks/batchQueries.js +0 -301
  172. package/dist/hooks/index.d.ts.map +0 -1
  173. package/dist/hooks/useDataGuardMutation.d.ts +0 -39
  174. package/dist/hooks/useDataGuardMutation.d.ts.map +0 -1
  175. package/dist/hooks/useDataGuardMutation.js +0 -137
  176. package/dist/hooks/useDataGuardQuery.d.ts +0 -28
  177. package/dist/hooks/useDataGuardQuery.d.ts.map +0 -1
  178. package/dist/hooks/useDataGuardQuery.js +0 -71
  179. package/dist/hooks/useFocusManager.d.ts +0 -41
  180. package/dist/hooks/useFocusManager.d.ts.map +0 -1
  181. package/dist/hooks/useFocusManager.js +0 -109
  182. package/dist/hooks/useInViewPrefetch.d.ts.map +0 -1
  183. package/dist/hooks/useInfiniteQuery.d.ts +0 -33
  184. package/dist/hooks/useInfiniteQuery.d.ts.map +0 -1
  185. package/dist/hooks/useInfiniteQuery.js +0 -61
  186. package/dist/hooks/useMutation.d.ts +0 -25
  187. package/dist/hooks/useMutation.d.ts.map +0 -1
  188. package/dist/hooks/useMutation.js +0 -180
  189. package/dist/hooks/usePrefetch.d.ts +0 -54
  190. package/dist/hooks/usePrefetch.d.ts.map +0 -1
  191. package/dist/hooks/usePrefetch.js +0 -229
  192. package/dist/hooks/useQuery.d.ts +0 -21
  193. package/dist/hooks/useQuery.d.ts.map +0 -1
  194. package/dist/hooks/useQuery.js +0 -46
  195. package/dist/hooks/useSuspenseQuery.d.ts +0 -11
  196. package/dist/hooks/useSuspenseQuery.d.ts.map +0 -1
  197. package/dist/hooks/useSuspenseQuery.js +0 -19
  198. package/dist/index.d.ts.map +0 -1
  199. package/dist/react-query/index.d.ts.map +0 -1
  200. package/dist/types/base.d.ts.map +0 -1
  201. package/dist/types/base.js +0 -26
  202. package/dist/types/dataGuard.d.ts +0 -69
  203. package/dist/types/dataGuard.d.ts.map +0 -1
  204. package/dist/types/dataGuard.js +0 -10
  205. package/dist/types/index.d.ts.map +0 -1
  206. package/dist/types/infinite.d.ts +0 -39
  207. package/dist/types/infinite.d.ts.map +0 -1
  208. package/dist/types/infinite.js +0 -1
  209. package/dist/types/offline.d.ts.map +0 -1
  210. package/dist/types/offline.js +0 -8
  211. package/dist/types/optimistic.d.ts +0 -126
  212. package/dist/types/optimistic.d.ts.map +0 -1
  213. package/dist/types/optimistic.js +0 -7
  214. package/dist/types/persistence.d.ts +0 -9
  215. package/dist/types/persistence.d.ts.map +0 -1
  216. package/dist/types/persistence.js +0 -1
  217. package/dist/types/selectors.d.ts +0 -11
  218. package/dist/types/selectors.d.ts.map +0 -1
  219. package/dist/types/selectors.js +0 -1
  220. package/dist/types/suspense.d.ts +0 -67
  221. package/dist/types/suspense.d.ts.map +0 -1
  222. package/dist/types/suspense.js +0 -1
  223. package/dist/utils/dataGuard.d.ts +0 -37
  224. package/dist/utils/dataGuard.d.ts.map +0 -1
  225. package/dist/utils/dataGuard.js +0 -251
  226. package/dist/utils/fieldMapper.d.ts +0 -9
  227. package/dist/utils/fieldMapper.d.ts.map +0 -1
  228. package/dist/utils/fieldMapper.js +0 -27
  229. package/dist/utils/index.d.ts.map +0 -1
  230. package/dist/utils/network.d.ts +0 -9
  231. package/dist/utils/network.d.ts.map +0 -1
  232. package/dist/utils/network.js +0 -43
  233. package/dist/utils/optimisticUtils.d.ts +0 -45
  234. package/dist/utils/optimisticUtils.d.ts.map +0 -1
  235. package/dist/utils/optimisticUtils.js +0 -116
  236. package/dist/utils/placeholderData.d.ts +0 -3
  237. package/dist/utils/placeholderData.d.ts.map +0 -1
  238. package/dist/utils/placeholderData.js +0 -28
  239. package/dist/utils/prefetchManager.d.ts +0 -111
  240. package/dist/utils/prefetchManager.d.ts.map +0 -1
  241. package/dist/utils/prefetchManager.js +0 -246
  242. package/dist/utils/queryKey.d.ts +0 -26
  243. package/dist/utils/queryKey.d.ts.map +0 -1
  244. package/dist/utils/queryKey.js +0 -89
  245. package/dist/utils/selectors.d.ts +0 -30
  246. package/dist/utils/selectors.d.ts.map +0 -1
  247. package/dist/utils/selectors.js +0 -18
  248. package/dist/utils/storage.d.ts +0 -7
  249. package/dist/utils/storage.d.ts.map +0 -1
  250. package/dist/utils/storage.js +0 -84
@@ -1,4 +1,86 @@
1
- export { cancelQueriesBatch, invalidateQueriesBatch, setQueryDataBatch } from "../hooks/useMutation.js";
2
- export { calculateExponentialBackoff, configureOfflineQueries, createOfflineQueueManager, isOnline, mutationRegistry, OfflineQueueManager, serializeMutationKey, setupOnlineManager, subscribeToOnlineStatus } from "./offline.js";
3
- export { checkStorageSize, clearCache, clearExpiredCache, createPersister, createPersistOptions, getStorageStats, migrateToIndexedDB, type PersistedClient, type Persister, type PersistOptions } from "./persistence.js";
4
- //# sourceMappingURL=index.d.ts.map
1
+ import { QueryClient, Query } from '@tanstack/react-query';
2
+ import { c as OfflineQueueConfig, b as OfflineMutationOperation, f as OfflineState, d as MutationFunctionRegistry } from '../offline-DVPtgoAS.js';
3
+ import { Persister } from '@tanstack/react-query-persist-client';
4
+ export { PersistedClient, Persister } from '@tanstack/react-query-persist-client';
5
+ import '../base-CHnwqfyz.js';
6
+
7
+ declare function setupOnlineManager(): void;
8
+ declare const isOnline: () => boolean;
9
+ declare function subscribeToOnlineStatus(callback: (online: boolean) => void): () => void;
10
+ declare function configureOfflineQueries(_queryClient: QueryClient): void;
11
+ declare function serializeMutationKey(mutationKey: unknown): string;
12
+ declare function calculateExponentialBackoff(attempt: number, baseDelay?: number, maxDelay?: number): number;
13
+ declare class MutationRegistry implements MutationFunctionRegistry {
14
+ private registry;
15
+ register(key: string, fn: () => Promise<unknown>): void;
16
+ get(key: string): (() => Promise<unknown>) | undefined;
17
+ unregister(key: string): void;
18
+ clear(): void;
19
+ getKeys(): string[];
20
+ }
21
+ declare const mutationRegistry: MutationRegistry;
22
+ declare class OfflineQueueManager {
23
+ private queue;
24
+ private config;
25
+ private isExecuting;
26
+ private executionTimer;
27
+ private unsubscribeOnline;
28
+ private executingOperations;
29
+ constructor(config?: Partial<OfflineQueueConfig>);
30
+ add(operation: Omit<OfflineMutationOperation, "id" | "createdAt" | "retryCount">): Promise<string>;
31
+ remove(operationId: string): Promise<boolean>;
32
+ getState(): OfflineState;
33
+ getOperations(): OfflineMutationOperation[];
34
+ clear(): Promise<void>;
35
+ execute(): Promise<{
36
+ success: number;
37
+ failed: number;
38
+ skipped: number;
39
+ }>;
40
+ private executeOperation;
41
+ private sortOperationsByDependency;
42
+ private createBatches;
43
+ private persistQueue;
44
+ private loadQueue;
45
+ private cleanupOldOperations;
46
+ private setupOnlineListener;
47
+ private startAutoExecution;
48
+ private stopAutoExecution;
49
+ destroy(): void;
50
+ }
51
+ declare function createOfflineQueueManager(config?: Partial<OfflineQueueConfig>): OfflineQueueManager;
52
+
53
+ interface PersistOptions {
54
+ maxAge?: number;
55
+ onlyPersistSuccess?: boolean;
56
+ dehydrateOptions?: {
57
+ shouldDehydrateQuery?: (query: Query) => boolean;
58
+ };
59
+ }
60
+ declare function createPersistOptions(config?: Partial<PersistOptions>): {
61
+ maxAge: number;
62
+ dehydrateOptions?: {
63
+ shouldDehydrateQuery?: (query: Query) => boolean;
64
+ };
65
+ };
66
+ declare function createPersister(storageKey?: string, storage?: Storage, onError?: (error: Error) => void): Persister | undefined;
67
+ declare function clearCache(key?: string): void;
68
+ declare function clearExpiredCache(key?: string, maxAge?: number): void;
69
+ declare function migrateToIndexedDB(localStorageKey: string | undefined, indexedDBKey: string | undefined, indexedDBStorage: Storage | {
70
+ setItem: (key: string, value: string) => Promise<void>;
71
+ }): Promise<boolean>;
72
+ declare function checkStorageSize(key?: string): {
73
+ sizeInBytes: number;
74
+ sizeInMB: number;
75
+ shouldMigrate: boolean;
76
+ message: string;
77
+ };
78
+ declare function getStorageStats(key?: string): {
79
+ exists: boolean;
80
+ age?: number;
81
+ queriesCount?: number;
82
+ mutationsCount?: number;
83
+ sizeInfo: ReturnType<typeof checkStorageSize>;
84
+ };
85
+
86
+ export { OfflineQueueManager, type PersistOptions, calculateExponentialBackoff, checkStorageSize, clearCache, clearExpiredCache, configureOfflineQueries, createOfflineQueueManager, createPersistOptions, createPersister, getStorageStats, isOnline, migrateToIndexedDB, mutationRegistry, serializeMutationKey, setupOnlineManager, subscribeToOnlineStatus };
@@ -1,3 +1,7 @@
1
- export { cancelQueriesBatch, invalidateQueriesBatch, setQueryDataBatch } from "../hooks/useMutation.js";
2
- export { calculateExponentialBackoff, configureOfflineQueries, createOfflineQueueManager, isOnline, mutationRegistry, OfflineQueueManager, serializeMutationKey, setupOnlineManager, subscribeToOnlineStatus } from "./offline.js";
3
- export { checkStorageSize, clearCache, clearExpiredCache, createPersister, createPersistOptions, getStorageStats, migrateToIndexedDB } from "./persistence.js";
1
+ export { OfflineQueueManager, calculateExponentialBackoff, checkStorageSize, clearCache, clearExpiredCache, configureOfflineQueries, createOfflineQueueManager, createPersistOptions, createPersister, getStorageStats, isOnline, migrateToIndexedDB, mutationRegistry, serializeMutationKey, setupOnlineManager, subscribeToOnlineStatus } from '../chunk-YEV73J4J.js';
2
+ import '../chunk-STOMAA2X.js';
3
+ import '../chunk-LHEHSLD5.js';
4
+ import '../chunk-EXITP7QO.js';
5
+ import '../chunk-JN2Y6RSY.js';
6
+ //# sourceMappingURL=index.js.map
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
@@ -0,0 +1,209 @@
1
+ 'use strict';
2
+
3
+ var chunk52ZO6Y67_cjs = require('../chunk-52ZO6Y67.cjs');
4
+ require('../chunk-YW5PNTRU.cjs');
5
+ require('../chunk-APXNNHBD.cjs');
6
+ require('../chunk-NF5QYPYC.cjs');
7
+ require('../chunk-6MAYHLTE.cjs');
8
+ require('../chunk-OFLCHKKE.cjs');
9
+
10
+
11
+
12
+ Object.defineProperty(exports, "batchQueryUtils", {
13
+ enumerable: true,
14
+ get: function () { return chunk52ZO6Y67_cjs.batchQueryUtils; }
15
+ });
16
+ Object.defineProperty(exports, "calculateBatchStats", {
17
+ enumerable: true,
18
+ get: function () { return chunk52ZO6Y67_cjs.calculateBatchStats; }
19
+ });
20
+ Object.defineProperty(exports, "createBatchQueryConfig", {
21
+ enumerable: true,
22
+ get: function () { return chunk52ZO6Y67_cjs.createBatchQueryConfig; }
23
+ });
24
+ Object.defineProperty(exports, "createCursorPaginationOptions", {
25
+ enumerable: true,
26
+ get: function () { return chunk52ZO6Y67_cjs.createCursorPaginationOptions; }
27
+ });
28
+ Object.defineProperty(exports, "createInfiniteQueryOptions", {
29
+ enumerable: true,
30
+ get: function () { return chunk52ZO6Y67_cjs.createInfiniteQueryOptions; }
31
+ });
32
+ Object.defineProperty(exports, "createOffsetPaginationOptions", {
33
+ enumerable: true,
34
+ get: function () { return chunk52ZO6Y67_cjs.createOffsetPaginationOptions; }
35
+ });
36
+ Object.defineProperty(exports, "createPageNumberPaginationOptions", {
37
+ enumerable: true,
38
+ get: function () { return chunk52ZO6Y67_cjs.createPageNumberPaginationOptions; }
39
+ });
40
+ Object.defineProperty(exports, "createSuspenseInfiniteQuery", {
41
+ enumerable: true,
42
+ get: function () { return chunk52ZO6Y67_cjs.createSuspenseInfiniteQuery; }
43
+ });
44
+ Object.defineProperty(exports, "createSuspenseQuery", {
45
+ enumerable: true,
46
+ get: function () { return chunk52ZO6Y67_cjs.createSuspenseQuery; }
47
+ });
48
+ Object.defineProperty(exports, "setupMutationDefaults", {
49
+ enumerable: true,
50
+ get: function () { return chunk52ZO6Y67_cjs.setupMutationDefaults; }
51
+ });
52
+ Object.defineProperty(exports, "skipToken", {
53
+ enumerable: true,
54
+ get: function () { return chunk52ZO6Y67_cjs.skipToken; }
55
+ });
56
+ Object.defineProperty(exports, "useAutoRefreshBatchQueries", {
57
+ enumerable: true,
58
+ get: function () { return chunk52ZO6Y67_cjs.useAutoRefreshBatchQueries; }
59
+ });
60
+ Object.defineProperty(exports, "useBatchPrefetch", {
61
+ enumerable: true,
62
+ get: function () { return chunk52ZO6Y67_cjs.useBatchPrefetch; }
63
+ });
64
+ Object.defineProperty(exports, "useBatchQueryPerformance", {
65
+ enumerable: true,
66
+ get: function () { return chunk52ZO6Y67_cjs.useBatchQueryPerformance; }
67
+ });
68
+ Object.defineProperty(exports, "useCombinedQueries", {
69
+ enumerable: true,
70
+ get: function () { return chunk52ZO6Y67_cjs.useCombinedQueries; }
71
+ });
72
+ Object.defineProperty(exports, "useConditionalBatchQueries", {
73
+ enumerable: true,
74
+ get: function () { return chunk52ZO6Y67_cjs.useConditionalBatchQueries; }
75
+ });
76
+ Object.defineProperty(exports, "useConditionalFocusRefetch", {
77
+ enumerable: true,
78
+ get: function () { return chunk52ZO6Y67_cjs.useConditionalFocusRefetch; }
79
+ });
80
+ Object.defineProperty(exports, "useConditionalPrefetch", {
81
+ enumerable: true,
82
+ get: function () { return chunk52ZO6Y67_cjs.useConditionalPrefetch; }
83
+ });
84
+ Object.defineProperty(exports, "useDashboardQueries", {
85
+ enumerable: true,
86
+ get: function () { return chunk52ZO6Y67_cjs.useDashboardQueries; }
87
+ });
88
+ Object.defineProperty(exports, "useDataGuardMutation", {
89
+ enumerable: true,
90
+ get: function () { return chunk52ZO6Y67_cjs.useDataGuardMutation; }
91
+ });
92
+ Object.defineProperty(exports, "useDataGuardQueryConfig", {
93
+ enumerable: true,
94
+ get: function () { return chunk52ZO6Y67_cjs.useDataGuardQueryConfig; }
95
+ });
96
+ Object.defineProperty(exports, "useDependentBatchQueries", {
97
+ enumerable: true,
98
+ get: function () { return chunk52ZO6Y67_cjs.useDependentBatchQueries; }
99
+ });
100
+ Object.defineProperty(exports, "useDynamicBatchQueries", {
101
+ enumerable: true,
102
+ get: function () { return chunk52ZO6Y67_cjs.useDynamicBatchQueries; }
103
+ });
104
+ Object.defineProperty(exports, "useEnhancedInfiniteQuery", {
105
+ enumerable: true,
106
+ get: function () { return chunk52ZO6Y67_cjs.useEnhancedInfiniteQuery; }
107
+ });
108
+ Object.defineProperty(exports, "useEnhancedQueries", {
109
+ enumerable: true,
110
+ get: function () { return chunk52ZO6Y67_cjs.useEnhancedQueries; }
111
+ });
112
+ Object.defineProperty(exports, "useEnhancedQuery", {
113
+ enumerable: true,
114
+ get: function () { return chunk52ZO6Y67_cjs.useEnhancedQuery; }
115
+ });
116
+ Object.defineProperty(exports, "useEnhancedSuspenseInfiniteQuery", {
117
+ enumerable: true,
118
+ get: function () { return chunk52ZO6Y67_cjs.useEnhancedSuspenseInfiniteQuery; }
119
+ });
120
+ Object.defineProperty(exports, "useEnhancedSuspenseQueries", {
121
+ enumerable: true,
122
+ get: function () { return chunk52ZO6Y67_cjs.useEnhancedSuspenseQueries; }
123
+ });
124
+ Object.defineProperty(exports, "useEnhancedSuspenseQuery", {
125
+ enumerable: true,
126
+ get: function () { return chunk52ZO6Y67_cjs.useEnhancedSuspenseQuery; }
127
+ });
128
+ Object.defineProperty(exports, "useFocusCallback", {
129
+ enumerable: true,
130
+ get: function () { return chunk52ZO6Y67_cjs.useFocusCallback; }
131
+ });
132
+ Object.defineProperty(exports, "useFocusRefetch", {
133
+ enumerable: true,
134
+ get: function () { return chunk52ZO6Y67_cjs.useFocusRefetch; }
135
+ });
136
+ Object.defineProperty(exports, "useFocusState", {
137
+ enumerable: true,
138
+ get: function () { return chunk52ZO6Y67_cjs.useFocusState; }
139
+ });
140
+ Object.defineProperty(exports, "useHoverPrefetch", {
141
+ enumerable: true,
142
+ get: function () { return chunk52ZO6Y67_cjs.useHoverPrefetch; }
143
+ });
144
+ Object.defineProperty(exports, "useIdlePrefetch", {
145
+ enumerable: true,
146
+ get: function () { return chunk52ZO6Y67_cjs.useIdlePrefetch; }
147
+ });
148
+ Object.defineProperty(exports, "useIsFetching", {
149
+ enumerable: true,
150
+ get: function () { return chunk52ZO6Y67_cjs.useIsFetching; }
151
+ });
152
+ Object.defineProperty(exports, "useIsMutating", {
153
+ enumerable: true,
154
+ get: function () { return chunk52ZO6Y67_cjs.useIsMutating; }
155
+ });
156
+ Object.defineProperty(exports, "useListMutation", {
157
+ enumerable: true,
158
+ get: function () { return chunk52ZO6Y67_cjs.useListMutation; }
159
+ });
160
+ Object.defineProperty(exports, "useMutation", {
161
+ enumerable: true,
162
+ get: function () { return chunk52ZO6Y67_cjs.useMutation; }
163
+ });
164
+ Object.defineProperty(exports, "useMutationState", {
165
+ enumerable: true,
166
+ get: function () { return chunk52ZO6Y67_cjs.useMutationState; }
167
+ });
168
+ Object.defineProperty(exports, "usePageVisibility", {
169
+ enumerable: true,
170
+ get: function () { return chunk52ZO6Y67_cjs.usePageVisibility; }
171
+ });
172
+ Object.defineProperty(exports, "usePaginatedBatchQueries", {
173
+ enumerable: true,
174
+ get: function () { return chunk52ZO6Y67_cjs.usePaginatedBatchQueries; }
175
+ });
176
+ Object.defineProperty(exports, "usePauseFocus", {
177
+ enumerable: true,
178
+ get: function () { return chunk52ZO6Y67_cjs.usePauseFocus; }
179
+ });
180
+ Object.defineProperty(exports, "usePeriodicPrefetch", {
181
+ enumerable: true,
182
+ get: function () { return chunk52ZO6Y67_cjs.usePeriodicPrefetch; }
183
+ });
184
+ Object.defineProperty(exports, "usePredictivePrefetch", {
185
+ enumerable: true,
186
+ get: function () { return chunk52ZO6Y67_cjs.usePredictivePrefetch; }
187
+ });
188
+ Object.defineProperty(exports, "usePriorityPrefetch", {
189
+ enumerable: true,
190
+ get: function () { return chunk52ZO6Y67_cjs.usePriorityPrefetch; }
191
+ });
192
+ Object.defineProperty(exports, "useRetryBatchQueries", {
193
+ enumerable: true,
194
+ get: function () { return chunk52ZO6Y67_cjs.useRetryBatchQueries; }
195
+ });
196
+ Object.defineProperty(exports, "useRoutePrefetch", {
197
+ enumerable: true,
198
+ get: function () { return chunk52ZO6Y67_cjs.useRoutePrefetch; }
199
+ });
200
+ Object.defineProperty(exports, "useSmartFocusManager", {
201
+ enumerable: true,
202
+ get: function () { return chunk52ZO6Y67_cjs.useSmartFocusManager; }
203
+ });
204
+ Object.defineProperty(exports, "useSmartPrefetch", {
205
+ enumerable: true,
206
+ get: function () { return chunk52ZO6Y67_cjs.useSmartPrefetch; }
207
+ });
208
+ //# sourceMappingURL=index.cjs.map
209
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}