@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.
- package/README.md +86 -55
- package/dist/{types/base.d.ts → base-CHnwqfyz.d.cts} +12 -14
- package/dist/base-CHnwqfyz.d.ts +52 -0
- package/dist/chunk-52ZO6Y67.cjs +1121 -0
- package/dist/chunk-52ZO6Y67.cjs.map +1 -0
- package/dist/chunk-5J6OXSLW.cjs +36 -0
- package/dist/chunk-5J6OXSLW.cjs.map +1 -0
- package/dist/chunk-6MAYHLTE.cjs +310 -0
- package/dist/chunk-6MAYHLTE.cjs.map +1 -0
- package/dist/chunk-ADS2QTMP.js +144 -0
- package/dist/chunk-ADS2QTMP.js.map +1 -0
- package/dist/chunk-APXNNHBD.cjs +374 -0
- package/dist/chunk-APXNNHBD.cjs.map +1 -0
- package/dist/chunk-AXMWOGNX.js +134 -0
- package/dist/chunk-AXMWOGNX.js.map +1 -0
- package/dist/chunk-B4KO3K3E.cjs +521 -0
- package/dist/chunk-B4KO3K3E.cjs.map +1 -0
- package/dist/chunk-BK3OTIBD.cjs +15 -0
- package/dist/chunk-BK3OTIBD.cjs.map +1 -0
- package/dist/chunk-BYAOQALW.js +13 -0
- package/dist/chunk-BYAOQALW.js.map +1 -0
- package/dist/chunk-CRTVS7VI.cjs +162 -0
- package/dist/chunk-CRTVS7VI.cjs.map +1 -0
- package/dist/chunk-EXITP7QO.js +288 -0
- package/dist/chunk-EXITP7QO.js.map +1 -0
- package/dist/chunk-GMO3PRZZ.js +565 -0
- package/dist/chunk-GMO3PRZZ.js.map +1 -0
- package/dist/chunk-HRO2DWKZ.js +12 -0
- package/dist/chunk-HRO2DWKZ.js.map +1 -0
- package/dist/chunk-JHDKUQSB.js +1069 -0
- package/dist/chunk-JHDKUQSB.js.map +1 -0
- package/dist/chunk-JN2Y6RSY.js +23 -0
- package/dist/chunk-JN2Y6RSY.js.map +1 -0
- package/dist/chunk-JRJSKRZW.cjs +29 -0
- package/dist/chunk-JRJSKRZW.cjs.map +1 -0
- package/dist/chunk-KC62H4VJ.js +123 -0
- package/dist/chunk-KC62H4VJ.js.map +1 -0
- package/dist/chunk-LHEHSLD5.js +31 -0
- package/dist/chunk-LHEHSLD5.js.map +1 -0
- package/dist/chunk-N4264P7N.cjs +156 -0
- package/dist/chunk-N4264P7N.cjs.map +1 -0
- package/dist/chunk-NF5QYPYC.cjs +133 -0
- package/dist/chunk-NF5QYPYC.cjs.map +1 -0
- package/dist/chunk-OFLCHKKE.cjs +28 -0
- package/dist/chunk-OFLCHKKE.cjs.map +1 -0
- package/dist/chunk-PCNSWVA5.cjs +602 -0
- package/dist/chunk-PCNSWVA5.cjs.map +1 -0
- package/dist/chunk-STOMAA2X.js +85 -0
- package/dist/chunk-STOMAA2X.js.map +1 -0
- package/dist/chunk-UVF5S6LX.cjs +15 -0
- package/dist/chunk-UVF5S6LX.cjs.map +1 -0
- package/dist/chunk-WEIXCDCA.cjs +90 -0
- package/dist/chunk-WEIXCDCA.cjs.map +1 -0
- package/dist/chunk-X3ZTSLBQ.js +355 -0
- package/dist/chunk-X3ZTSLBQ.js.map +1 -0
- package/dist/chunk-YEV73J4J.js +504 -0
- package/dist/chunk-YEV73J4J.js.map +1 -0
- package/dist/chunk-YW5PNTRU.cjs +14 -0
- package/dist/chunk-YW5PNTRU.cjs.map +1 -0
- package/dist/chunk-ZNXSWUIS.js +12 -0
- package/dist/chunk-ZNXSWUIS.js.map +1 -0
- package/dist/chunk-ZUEMBY4W.js +21 -0
- package/dist/chunk-ZUEMBY4W.js.map +1 -0
- package/dist/components/index.cjs +60 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.cts +43 -0
- package/dist/components/index.d.ts +43 -4
- package/dist/components/index.js +3 -4
- package/dist/components/index.js.map +1 -0
- package/dist/core/devtools.cjs +25 -0
- package/dist/core/devtools.cjs.map +1 -0
- package/dist/core/devtools.d.cts +17 -0
- package/dist/core/devtools.d.ts +9 -7
- package/dist/core/devtools.js +4 -16
- package/dist/core/devtools.js.map +1 -0
- package/dist/core/index.cjs +220 -0
- package/dist/core/index.cjs.map +1 -0
- package/dist/core/index.d.cts +196 -0
- package/dist/core/index.d.ts +196 -9
- package/dist/core/index.js +7 -8
- package/dist/core/index.js.map +1 -0
- package/dist/features/index.cjs +76 -0
- package/dist/features/index.cjs.map +1 -0
- package/dist/features/index.d.cts +86 -0
- package/dist/features/index.d.ts +86 -4
- package/dist/features/index.js +7 -3
- package/dist/features/index.js.map +1 -0
- package/dist/hooks/index.cjs +209 -0
- package/dist/hooks/index.cjs.map +1 -0
- package/dist/hooks/index.d.cts +377 -0
- package/dist/hooks/index.d.ts +377 -10
- package/dist/hooks/index.js +8 -9
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/useInViewPrefetch.cjs +33 -0
- package/dist/hooks/useInViewPrefetch.cjs.map +1 -0
- package/dist/hooks/useInViewPrefetch.d.cts +12 -0
- package/dist/hooks/useInViewPrefetch.d.ts +6 -4
- package/dist/hooks/useInViewPrefetch.js +30 -20
- package/dist/hooks/useInViewPrefetch.js.map +1 -0
- package/dist/index.cjs +811 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +36 -0
- package/dist/index.d.ts +36 -8
- package/dist/index.js +89 -7
- package/dist/index.js.map +1 -0
- package/dist/{types/offline.d.ts → offline-DVPtgoAS.d.ts} +15 -13
- package/dist/offline-xxeA_-6V.d.cts +99 -0
- package/dist/persistence-MRtkmhqq.d.cts +216 -0
- package/dist/persistence-tIrEb0pR.d.ts +216 -0
- package/dist/react-query/index.cjs +52 -0
- package/dist/react-query/index.cjs.map +1 -0
- package/dist/react-query/index.d.cts +1 -0
- package/dist/react-query/index.d.ts +1 -3
- package/dist/react-query/index.js +3 -1
- package/dist/react-query/index.js.map +1 -0
- package/dist/types/index.cjs +43 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +157 -0
- package/dist/types/index.d.ts +116 -12
- package/dist/types/index.js +6 -8
- package/dist/types/index.js.map +1 -0
- package/dist/utils/index.cjs +234 -0
- package/dist/utils/index.cjs.map +1 -0
- package/dist/utils/index.d.cts +272 -0
- package/dist/utils/index.d.ts +272 -10
- package/dist/utils/index.js +9 -9
- package/dist/utils/index.js.map +1 -0
- package/package.json +13 -3
- package/dist/PersistQueryClientProvider.d.ts +0 -22
- package/dist/PersistQueryClientProvider.d.ts.map +0 -1
- package/dist/PersistQueryClientProvider.js +0 -57
- package/dist/components/LoadingFallback.d.ts +0 -16
- package/dist/components/LoadingFallback.d.ts.map +0 -1
- package/dist/components/LoadingFallback.js +0 -27
- package/dist/components/QueryErrorBoundary.d.ts +0 -12
- package/dist/components/QueryErrorBoundary.d.ts.map +0 -1
- package/dist/components/QueryErrorBoundary.js +0 -9
- package/dist/components/SuspenseWrapper.d.ts +0 -14
- package/dist/components/SuspenseWrapper.d.ts.map +0 -1
- package/dist/components/SuspenseWrapper.js +0 -9
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/internal/ErrorBoundary.d.ts +0 -27
- package/dist/components/internal/ErrorBoundary.d.ts.map +0 -1
- package/dist/components/internal/ErrorBoundary.js +0 -37
- package/dist/core/config.d.ts +0 -80
- package/dist/core/config.d.ts.map +0 -1
- package/dist/core/config.js +0 -327
- package/dist/core/devtools.d.ts.map +0 -1
- package/dist/core/env.d.ts +0 -4
- package/dist/core/env.d.ts.map +0 -1
- package/dist/core/env.js +0 -26
- package/dist/core/focusManager.d.ts +0 -33
- package/dist/core/focusManager.d.ts.map +0 -1
- package/dist/core/focusManager.js +0 -122
- package/dist/core/index.d.ts.map +0 -1
- package/dist/core/keys.d.ts +0 -59
- package/dist/core/keys.d.ts.map +0 -1
- package/dist/core/keys.js +0 -107
- package/dist/core/queryOptions.d.ts +0 -19
- package/dist/core/queryOptions.d.ts.map +0 -1
- package/dist/core/queryOptions.js +0 -32
- package/dist/features/index.d.ts.map +0 -1
- package/dist/features/offline.d.ts +0 -49
- package/dist/features/offline.d.ts.map +0 -1
- package/dist/features/offline.js +0 -300
- package/dist/features/persistence.d.ts +0 -36
- package/dist/features/persistence.d.ts.map +0 -1
- package/dist/features/persistence.js +0 -187
- package/dist/hooks/batchQueries.d.ts +0 -129
- package/dist/hooks/batchQueries.d.ts.map +0 -1
- package/dist/hooks/batchQueries.js +0 -301
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/useDataGuardMutation.d.ts +0 -39
- package/dist/hooks/useDataGuardMutation.d.ts.map +0 -1
- package/dist/hooks/useDataGuardMutation.js +0 -137
- package/dist/hooks/useDataGuardQuery.d.ts +0 -28
- package/dist/hooks/useDataGuardQuery.d.ts.map +0 -1
- package/dist/hooks/useDataGuardQuery.js +0 -71
- package/dist/hooks/useFocusManager.d.ts +0 -41
- package/dist/hooks/useFocusManager.d.ts.map +0 -1
- package/dist/hooks/useFocusManager.js +0 -109
- package/dist/hooks/useInViewPrefetch.d.ts.map +0 -1
- package/dist/hooks/useInfiniteQuery.d.ts +0 -33
- package/dist/hooks/useInfiniteQuery.d.ts.map +0 -1
- package/dist/hooks/useInfiniteQuery.js +0 -61
- package/dist/hooks/useMutation.d.ts +0 -25
- package/dist/hooks/useMutation.d.ts.map +0 -1
- package/dist/hooks/useMutation.js +0 -180
- package/dist/hooks/usePrefetch.d.ts +0 -54
- package/dist/hooks/usePrefetch.d.ts.map +0 -1
- package/dist/hooks/usePrefetch.js +0 -229
- package/dist/hooks/useQuery.d.ts +0 -21
- package/dist/hooks/useQuery.d.ts.map +0 -1
- package/dist/hooks/useQuery.js +0 -46
- package/dist/hooks/useSuspenseQuery.d.ts +0 -11
- package/dist/hooks/useSuspenseQuery.d.ts.map +0 -1
- package/dist/hooks/useSuspenseQuery.js +0 -19
- package/dist/index.d.ts.map +0 -1
- package/dist/react-query/index.d.ts.map +0 -1
- package/dist/types/base.d.ts.map +0 -1
- package/dist/types/base.js +0 -26
- package/dist/types/dataGuard.d.ts +0 -69
- package/dist/types/dataGuard.d.ts.map +0 -1
- package/dist/types/dataGuard.js +0 -10
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/infinite.d.ts +0 -39
- package/dist/types/infinite.d.ts.map +0 -1
- package/dist/types/infinite.js +0 -1
- package/dist/types/offline.d.ts.map +0 -1
- package/dist/types/offline.js +0 -8
- package/dist/types/optimistic.d.ts +0 -126
- package/dist/types/optimistic.d.ts.map +0 -1
- package/dist/types/optimistic.js +0 -7
- package/dist/types/persistence.d.ts +0 -9
- package/dist/types/persistence.d.ts.map +0 -1
- package/dist/types/persistence.js +0 -1
- package/dist/types/selectors.d.ts +0 -11
- package/dist/types/selectors.d.ts.map +0 -1
- package/dist/types/selectors.js +0 -1
- package/dist/types/suspense.d.ts +0 -67
- package/dist/types/suspense.d.ts.map +0 -1
- package/dist/types/suspense.js +0 -1
- package/dist/utils/dataGuard.d.ts +0 -37
- package/dist/utils/dataGuard.d.ts.map +0 -1
- package/dist/utils/dataGuard.js +0 -251
- package/dist/utils/fieldMapper.d.ts +0 -9
- package/dist/utils/fieldMapper.d.ts.map +0 -1
- package/dist/utils/fieldMapper.js +0 -27
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/network.d.ts +0 -9
- package/dist/utils/network.d.ts.map +0 -1
- package/dist/utils/network.js +0 -43
- package/dist/utils/optimisticUtils.d.ts +0 -45
- package/dist/utils/optimisticUtils.d.ts.map +0 -1
- package/dist/utils/optimisticUtils.js +0 -116
- package/dist/utils/placeholderData.d.ts +0 -3
- package/dist/utils/placeholderData.d.ts.map +0 -1
- package/dist/utils/placeholderData.js +0 -28
- package/dist/utils/prefetchManager.d.ts +0 -111
- package/dist/utils/prefetchManager.d.ts.map +0 -1
- package/dist/utils/prefetchManager.js +0 -246
- package/dist/utils/queryKey.d.ts +0 -26
- package/dist/utils/queryKey.d.ts.map +0 -1
- package/dist/utils/queryKey.js +0 -89
- package/dist/utils/selectors.d.ts +0 -30
- package/dist/utils/selectors.d.ts.map +0 -1
- package/dist/utils/selectors.js +0 -18
- package/dist/utils/storage.d.ts +0 -7
- package/dist/utils/storage.d.ts.map +0 -1
- package/dist/utils/storage.js +0 -84
package/dist/features/index.d.ts
CHANGED
|
@@ -1,4 +1,86 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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 };
|
package/dist/features/index.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
3
|
-
|
|
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"}
|