@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/index.cjs
ADDED
|
@@ -0,0 +1,811 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkBK3OTIBD_cjs = require('./chunk-BK3OTIBD.cjs');
|
|
4
|
+
var chunkPCNSWVA5_cjs = require('./chunk-PCNSWVA5.cjs');
|
|
5
|
+
var chunkUVF5S6LX_cjs = require('./chunk-UVF5S6LX.cjs');
|
|
6
|
+
var chunkN4264P7N_cjs = require('./chunk-N4264P7N.cjs');
|
|
7
|
+
var chunkCRTVS7VI_cjs = require('./chunk-CRTVS7VI.cjs');
|
|
8
|
+
var chunkJRJSKRZW_cjs = require('./chunk-JRJSKRZW.cjs');
|
|
9
|
+
var chunkB4KO3K3E_cjs = require('./chunk-B4KO3K3E.cjs');
|
|
10
|
+
var chunkWEIXCDCA_cjs = require('./chunk-WEIXCDCA.cjs');
|
|
11
|
+
var chunk5J6OXSLW_cjs = require('./chunk-5J6OXSLW.cjs');
|
|
12
|
+
var chunk52ZO6Y67_cjs = require('./chunk-52ZO6Y67.cjs');
|
|
13
|
+
var chunkYW5PNTRU_cjs = require('./chunk-YW5PNTRU.cjs');
|
|
14
|
+
var chunkAPXNNHBD_cjs = require('./chunk-APXNNHBD.cjs');
|
|
15
|
+
var chunkNF5QYPYC_cjs = require('./chunk-NF5QYPYC.cjs');
|
|
16
|
+
var chunk6MAYHLTE_cjs = require('./chunk-6MAYHLTE.cjs');
|
|
17
|
+
var chunkOFLCHKKE_cjs = require('./chunk-OFLCHKKE.cjs');
|
|
18
|
+
var reactQuery = require('@tanstack/react-query');
|
|
19
|
+
var reactQueryPersistClient = require('@tanstack/react-query-persist-client');
|
|
20
|
+
var react = require('react');
|
|
21
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
22
|
+
|
|
23
|
+
function PersistQueryClientProvider({
|
|
24
|
+
children,
|
|
25
|
+
client,
|
|
26
|
+
cacheKey = "tanstack-query-cache",
|
|
27
|
+
enablePersistence = true,
|
|
28
|
+
enableOfflineSupport = true,
|
|
29
|
+
onPersistError: _onPersistError,
|
|
30
|
+
onPersistRestore
|
|
31
|
+
}) {
|
|
32
|
+
react.useEffect(() => {
|
|
33
|
+
if (enableOfflineSupport) {
|
|
34
|
+
chunkB4KO3K3E_cjs.setupOnlineManager();
|
|
35
|
+
}
|
|
36
|
+
}, [enableOfflineSupport]);
|
|
37
|
+
const persister = react.useMemo(() => {
|
|
38
|
+
if (!enablePersistence) return null;
|
|
39
|
+
return chunkB4KO3K3E_cjs.createPersister(cacheKey, void 0, _onPersistError);
|
|
40
|
+
}, [cacheKey, enablePersistence, _onPersistError]);
|
|
41
|
+
const persistOptions = react.useMemo(() => {
|
|
42
|
+
if (!persister) return null;
|
|
43
|
+
return {
|
|
44
|
+
persister,
|
|
45
|
+
maxAge: chunk6MAYHLTE_cjs.TIME_CONSTANTS.ONE_DAY
|
|
46
|
+
};
|
|
47
|
+
}, [persister]);
|
|
48
|
+
if (enablePersistence) {
|
|
49
|
+
if (!persistOptions) {
|
|
50
|
+
return /* @__PURE__ */ jsxRuntime.jsx(reactQuery.QueryClientProvider, { client, children });
|
|
51
|
+
}
|
|
52
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
53
|
+
reactQueryPersistClient.PersistQueryClientProvider,
|
|
54
|
+
{
|
|
55
|
+
client,
|
|
56
|
+
persistOptions,
|
|
57
|
+
onSuccess: onPersistRestore,
|
|
58
|
+
children
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
return /* @__PURE__ */ jsxRuntime.jsx(reactQuery.QueryClientProvider, { client, children });
|
|
63
|
+
}
|
|
64
|
+
function usePersistenceStatus() {
|
|
65
|
+
const [online, setOnline] = react.useState(chunkB4KO3K3E_cjs.isOnline());
|
|
66
|
+
react.useEffect(() => {
|
|
67
|
+
return chunkB4KO3K3E_cjs.subscribeToOnlineStatus(setOnline);
|
|
68
|
+
}, []);
|
|
69
|
+
return {
|
|
70
|
+
isOnline: online,
|
|
71
|
+
isOffline: !online
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
function usePersistenceManager() {
|
|
75
|
+
const clearPersistenceCache = (cacheKey = "tanstack-query-cache") => {
|
|
76
|
+
chunkB4KO3K3E_cjs.clearCache(cacheKey);
|
|
77
|
+
};
|
|
78
|
+
const getOnlineStatus = () => {
|
|
79
|
+
return chunkB4KO3K3E_cjs.isOnline();
|
|
80
|
+
};
|
|
81
|
+
return {
|
|
82
|
+
clearCache: clearPersistenceCache,
|
|
83
|
+
getOnlineStatus
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
Object.defineProperty(exports, "MutationOperationType", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return chunkBK3OTIBD_cjs.MutationOperationType; }
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "SmartPrefetchManager", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function () { return chunkPCNSWVA5_cjs.SmartPrefetchManager; }
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(exports, "batchRemoveItems", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return chunkPCNSWVA5_cjs.batchRemoveItems; }
|
|
98
|
+
});
|
|
99
|
+
Object.defineProperty(exports, "batchUpdateItems", {
|
|
100
|
+
enumerable: true,
|
|
101
|
+
get: function () { return chunkPCNSWVA5_cjs.batchUpdateItems; }
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "cancelQueriesBatch", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return chunkPCNSWVA5_cjs.cancelQueriesBatch; }
|
|
106
|
+
});
|
|
107
|
+
Object.defineProperty(exports, "compose", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function () { return chunkPCNSWVA5_cjs.compose; }
|
|
110
|
+
});
|
|
111
|
+
Object.defineProperty(exports, "conditionalUpdateItems", {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () { return chunkPCNSWVA5_cjs.conditionalUpdateItems; }
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "createAddItemConfig", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function () { return chunkPCNSWVA5_cjs.createAddItemConfig; }
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(exports, "createFieldEnricher", {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () { return chunkPCNSWVA5_cjs.createFieldEnricher; }
|
|
122
|
+
});
|
|
123
|
+
Object.defineProperty(exports, "createListOperationConfig", {
|
|
124
|
+
enumerable: true,
|
|
125
|
+
get: function () { return chunkPCNSWVA5_cjs.createListOperationConfig; }
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(exports, "createOptimisticBase", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () { return chunkPCNSWVA5_cjs.createOptimisticBase; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "createRemoveItemConfig", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return chunkPCNSWVA5_cjs.createRemoveItemConfig; }
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "createTempId", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () { return chunkPCNSWVA5_cjs.createTempId; }
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(exports, "createUpdateItemConfig", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function () { return chunkPCNSWVA5_cjs.createUpdateItemConfig; }
|
|
142
|
+
});
|
|
143
|
+
Object.defineProperty(exports, "getPrefetchManager", {
|
|
144
|
+
enumerable: true,
|
|
145
|
+
get: function () { return chunkPCNSWVA5_cjs.getPrefetchManager; }
|
|
146
|
+
});
|
|
147
|
+
Object.defineProperty(exports, "invalidateQueriesBatch", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () { return chunkPCNSWVA5_cjs.invalidateQueriesBatch; }
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(exports, "keepPreviousData", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function () { return chunkPCNSWVA5_cjs.keepPreviousData; }
|
|
154
|
+
});
|
|
155
|
+
Object.defineProperty(exports, "listUpdater", {
|
|
156
|
+
enumerable: true,
|
|
157
|
+
get: function () { return chunkPCNSWVA5_cjs.listUpdater; }
|
|
158
|
+
});
|
|
159
|
+
Object.defineProperty(exports, "reorderItems", {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () { return chunkPCNSWVA5_cjs.reorderItems; }
|
|
162
|
+
});
|
|
163
|
+
Object.defineProperty(exports, "resetPrefetchManager", {
|
|
164
|
+
enumerable: true,
|
|
165
|
+
get: function () { return chunkPCNSWVA5_cjs.resetPrefetchManager; }
|
|
166
|
+
});
|
|
167
|
+
Object.defineProperty(exports, "selectById", {
|
|
168
|
+
enumerable: true,
|
|
169
|
+
get: function () { return chunkPCNSWVA5_cjs.selectById; }
|
|
170
|
+
});
|
|
171
|
+
Object.defineProperty(exports, "selectByIds", {
|
|
172
|
+
enumerable: true,
|
|
173
|
+
get: function () { return chunkPCNSWVA5_cjs.selectByIds; }
|
|
174
|
+
});
|
|
175
|
+
Object.defineProperty(exports, "selectCount", {
|
|
176
|
+
enumerable: true,
|
|
177
|
+
get: function () { return chunkPCNSWVA5_cjs.selectCount; }
|
|
178
|
+
});
|
|
179
|
+
Object.defineProperty(exports, "selectField", {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
get: function () { return chunkPCNSWVA5_cjs.selectField; }
|
|
182
|
+
});
|
|
183
|
+
Object.defineProperty(exports, "selectFields", {
|
|
184
|
+
enumerable: true,
|
|
185
|
+
get: function () { return chunkPCNSWVA5_cjs.selectFields; }
|
|
186
|
+
});
|
|
187
|
+
Object.defineProperty(exports, "selectFirst", {
|
|
188
|
+
enumerable: true,
|
|
189
|
+
get: function () { return chunkPCNSWVA5_cjs.selectFirst; }
|
|
190
|
+
});
|
|
191
|
+
Object.defineProperty(exports, "selectItems", {
|
|
192
|
+
enumerable: true,
|
|
193
|
+
get: function () { return chunkPCNSWVA5_cjs.selectItems; }
|
|
194
|
+
});
|
|
195
|
+
Object.defineProperty(exports, "selectLast", {
|
|
196
|
+
enumerable: true,
|
|
197
|
+
get: function () { return chunkPCNSWVA5_cjs.selectLast; }
|
|
198
|
+
});
|
|
199
|
+
Object.defineProperty(exports, "selectMap", {
|
|
200
|
+
enumerable: true,
|
|
201
|
+
get: function () { return chunkPCNSWVA5_cjs.selectMap; }
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(exports, "selectTotal", {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function () { return chunkPCNSWVA5_cjs.selectTotal; }
|
|
206
|
+
});
|
|
207
|
+
Object.defineProperty(exports, "selectWhere", {
|
|
208
|
+
enumerable: true,
|
|
209
|
+
get: function () { return chunkPCNSWVA5_cjs.selectWhere; }
|
|
210
|
+
});
|
|
211
|
+
Object.defineProperty(exports, "selectors", {
|
|
212
|
+
enumerable: true,
|
|
213
|
+
get: function () { return chunkPCNSWVA5_cjs.selectors; }
|
|
214
|
+
});
|
|
215
|
+
Object.defineProperty(exports, "setQueryDataBatch", {
|
|
216
|
+
enumerable: true,
|
|
217
|
+
get: function () { return chunkPCNSWVA5_cjs.setQueryDataBatch; }
|
|
218
|
+
});
|
|
219
|
+
Object.defineProperty(exports, "stableListPlaceholder", {
|
|
220
|
+
enumerable: true,
|
|
221
|
+
get: function () { return chunkPCNSWVA5_cjs.stableListPlaceholder; }
|
|
222
|
+
});
|
|
223
|
+
Object.defineProperty(exports, "ListOperationType", {
|
|
224
|
+
enumerable: true,
|
|
225
|
+
get: function () { return chunkUVF5S6LX_cjs.ListOperationType; }
|
|
226
|
+
});
|
|
227
|
+
Object.defineProperty(exports, "OptimisticOperationType", {
|
|
228
|
+
enumerable: true,
|
|
229
|
+
get: function () { return chunkUVF5S6LX_cjs.OptimisticOperationType; }
|
|
230
|
+
});
|
|
231
|
+
Object.defineProperty(exports, "CardSkeletonFallback", {
|
|
232
|
+
enumerable: true,
|
|
233
|
+
get: function () { return chunkN4264P7N_cjs.CardSkeletonFallback; }
|
|
234
|
+
});
|
|
235
|
+
Object.defineProperty(exports, "DefaultLoadingFallback", {
|
|
236
|
+
enumerable: true,
|
|
237
|
+
get: function () { return chunkN4264P7N_cjs.DefaultLoadingFallback; }
|
|
238
|
+
});
|
|
239
|
+
Object.defineProperty(exports, "FullScreenLoading", {
|
|
240
|
+
enumerable: true,
|
|
241
|
+
get: function () { return chunkN4264P7N_cjs.FullScreenLoading; }
|
|
242
|
+
});
|
|
243
|
+
Object.defineProperty(exports, "HydrationBoundary", {
|
|
244
|
+
enumerable: true,
|
|
245
|
+
get: function () { return chunkN4264P7N_cjs.HydrationBoundary; }
|
|
246
|
+
});
|
|
247
|
+
Object.defineProperty(exports, "ListSkeletonFallback", {
|
|
248
|
+
enumerable: true,
|
|
249
|
+
get: function () { return chunkN4264P7N_cjs.ListSkeletonFallback; }
|
|
250
|
+
});
|
|
251
|
+
Object.defineProperty(exports, "PageSkeletonFallback", {
|
|
252
|
+
enumerable: true,
|
|
253
|
+
get: function () { return chunkN4264P7N_cjs.PageSkeletonFallback; }
|
|
254
|
+
});
|
|
255
|
+
Object.defineProperty(exports, "QueryErrorBoundary", {
|
|
256
|
+
enumerable: true,
|
|
257
|
+
get: function () { return chunkN4264P7N_cjs.QueryErrorBoundary; }
|
|
258
|
+
});
|
|
259
|
+
Object.defineProperty(exports, "QuerySuspenseWrapper", {
|
|
260
|
+
enumerable: true,
|
|
261
|
+
get: function () { return chunkN4264P7N_cjs.QuerySuspenseWrapper; }
|
|
262
|
+
});
|
|
263
|
+
Object.defineProperty(exports, "SmallLoadingIndicator", {
|
|
264
|
+
enumerable: true,
|
|
265
|
+
get: function () { return chunkN4264P7N_cjs.SmallLoadingIndicator; }
|
|
266
|
+
});
|
|
267
|
+
Object.defineProperty(exports, "SuspenseWrapper", {
|
|
268
|
+
enumerable: true,
|
|
269
|
+
get: function () { return chunkN4264P7N_cjs.SuspenseWrapper; }
|
|
270
|
+
});
|
|
271
|
+
Object.defineProperty(exports, "TextSkeletonFallback", {
|
|
272
|
+
enumerable: true,
|
|
273
|
+
get: function () { return chunkN4264P7N_cjs.TextSkeletonFallback; }
|
|
274
|
+
});
|
|
275
|
+
Object.defineProperty(exports, "dehydrate", {
|
|
276
|
+
enumerable: true,
|
|
277
|
+
get: function () { return chunkN4264P7N_cjs.dehydrate; }
|
|
278
|
+
});
|
|
279
|
+
Object.defineProperty(exports, "hydrate", {
|
|
280
|
+
enumerable: true,
|
|
281
|
+
get: function () { return chunkN4264P7N_cjs.hydrate; }
|
|
282
|
+
});
|
|
283
|
+
Object.defineProperty(exports, "areKeysEqual", {
|
|
284
|
+
enumerable: true,
|
|
285
|
+
get: function () { return chunkCRTVS7VI_cjs.areKeysEqual; }
|
|
286
|
+
});
|
|
287
|
+
Object.defineProperty(exports, "containsEntity", {
|
|
288
|
+
enumerable: true,
|
|
289
|
+
get: function () { return chunkCRTVS7VI_cjs.containsEntity; }
|
|
290
|
+
});
|
|
291
|
+
Object.defineProperty(exports, "createAppQueryOptions", {
|
|
292
|
+
enumerable: true,
|
|
293
|
+
get: function () { return chunkCRTVS7VI_cjs.createAppQueryOptions; }
|
|
294
|
+
});
|
|
295
|
+
Object.defineProperty(exports, "createAppQueryOptionsWithSelect", {
|
|
296
|
+
enumerable: true,
|
|
297
|
+
get: function () { return chunkCRTVS7VI_cjs.createAppQueryOptionsWithSelect; }
|
|
298
|
+
});
|
|
299
|
+
Object.defineProperty(exports, "createComplexKey", {
|
|
300
|
+
enumerable: true,
|
|
301
|
+
get: function () { return chunkCRTVS7VI_cjs.createComplexKey; }
|
|
302
|
+
});
|
|
303
|
+
Object.defineProperty(exports, "createDomainKeyFactory", {
|
|
304
|
+
enumerable: true,
|
|
305
|
+
get: function () { return chunkCRTVS7VI_cjs.createDomainKeyFactory; }
|
|
306
|
+
});
|
|
307
|
+
Object.defineProperty(exports, "createFilteredKey", {
|
|
308
|
+
enumerable: true,
|
|
309
|
+
get: function () { return chunkCRTVS7VI_cjs.createFilteredKey; }
|
|
310
|
+
});
|
|
311
|
+
Object.defineProperty(exports, "createListQueryOptions", {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
get: function () { return chunkCRTVS7VI_cjs.createListQueryOptions; }
|
|
314
|
+
});
|
|
315
|
+
Object.defineProperty(exports, "createMutationKeyFactory", {
|
|
316
|
+
enumerable: true,
|
|
317
|
+
get: function () { return chunkCRTVS7VI_cjs.createMutationKeyFactory; }
|
|
318
|
+
});
|
|
319
|
+
Object.defineProperty(exports, "createPaginatedKey", {
|
|
320
|
+
enumerable: true,
|
|
321
|
+
get: function () { return chunkCRTVS7VI_cjs.createPaginatedKey; }
|
|
322
|
+
});
|
|
323
|
+
Object.defineProperty(exports, "createSearchKey", {
|
|
324
|
+
enumerable: true,
|
|
325
|
+
get: function () { return chunkCRTVS7VI_cjs.createSearchKey; }
|
|
326
|
+
});
|
|
327
|
+
Object.defineProperty(exports, "createSortedKey", {
|
|
328
|
+
enumerable: true,
|
|
329
|
+
get: function () { return chunkCRTVS7VI_cjs.createSortedKey; }
|
|
330
|
+
});
|
|
331
|
+
Object.defineProperty(exports, "extractEntityId", {
|
|
332
|
+
enumerable: true,
|
|
333
|
+
get: function () { return chunkCRTVS7VI_cjs.extractEntityId; }
|
|
334
|
+
});
|
|
335
|
+
Object.defineProperty(exports, "matchesKeyPattern", {
|
|
336
|
+
enumerable: true,
|
|
337
|
+
get: function () { return chunkCRTVS7VI_cjs.matchesKeyPattern; }
|
|
338
|
+
});
|
|
339
|
+
Object.defineProperty(exports, "normalizeQueryKey", {
|
|
340
|
+
enumerable: true,
|
|
341
|
+
get: function () { return chunkCRTVS7VI_cjs.normalizeQueryKey; }
|
|
342
|
+
});
|
|
343
|
+
Object.defineProperty(exports, "queryKeys", {
|
|
344
|
+
enumerable: true,
|
|
345
|
+
get: function () { return chunkCRTVS7VI_cjs.queryKeys; }
|
|
346
|
+
});
|
|
347
|
+
Object.defineProperty(exports, "validateQueryKey", {
|
|
348
|
+
enumerable: true,
|
|
349
|
+
get: function () { return chunkCRTVS7VI_cjs.validateQueryKey; }
|
|
350
|
+
});
|
|
351
|
+
Object.defineProperty(exports, "ReactQueryDevtools", {
|
|
352
|
+
enumerable: true,
|
|
353
|
+
get: function () { return chunkJRJSKRZW_cjs.ReactQueryDevtools; }
|
|
354
|
+
});
|
|
355
|
+
Object.defineProperty(exports, "createDevToolsConfig", {
|
|
356
|
+
enumerable: true,
|
|
357
|
+
get: function () { return chunkJRJSKRZW_cjs.createDevToolsConfig; }
|
|
358
|
+
});
|
|
359
|
+
Object.defineProperty(exports, "defaultDevToolsConfig", {
|
|
360
|
+
enumerable: true,
|
|
361
|
+
get: function () { return chunkJRJSKRZW_cjs.defaultDevToolsConfig; }
|
|
362
|
+
});
|
|
363
|
+
Object.defineProperty(exports, "isDevToolsEnabled", {
|
|
364
|
+
enumerable: true,
|
|
365
|
+
get: function () { return chunkJRJSKRZW_cjs.isDevToolsEnabled; }
|
|
366
|
+
});
|
|
367
|
+
Object.defineProperty(exports, "deepClone", {
|
|
368
|
+
enumerable: true,
|
|
369
|
+
get: function () { return chunkWEIXCDCA_cjs.deepClone; }
|
|
370
|
+
});
|
|
371
|
+
Object.defineProperty(exports, "formatBytes", {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function () { return chunkWEIXCDCA_cjs.formatBytes; }
|
|
374
|
+
});
|
|
375
|
+
Object.defineProperty(exports, "getStorageUsage", {
|
|
376
|
+
enumerable: true,
|
|
377
|
+
get: function () { return chunkWEIXCDCA_cjs.getStorageUsage; }
|
|
378
|
+
});
|
|
379
|
+
Object.defineProperty(exports, "isStorageAvailable", {
|
|
380
|
+
enumerable: true,
|
|
381
|
+
get: function () { return chunkWEIXCDCA_cjs.isStorageAvailable; }
|
|
382
|
+
});
|
|
383
|
+
Object.defineProperty(exports, "CachePriority", {
|
|
384
|
+
enumerable: true,
|
|
385
|
+
get: function () { return chunk5J6OXSLW_cjs.CachePriority; }
|
|
386
|
+
});
|
|
387
|
+
Object.defineProperty(exports, "ConnectionQuality", {
|
|
388
|
+
enumerable: true,
|
|
389
|
+
get: function () { return chunk5J6OXSLW_cjs.ConnectionQuality; }
|
|
390
|
+
});
|
|
391
|
+
Object.defineProperty(exports, "PersistenceStrategyType", {
|
|
392
|
+
enumerable: true,
|
|
393
|
+
get: function () { return chunk5J6OXSLW_cjs.PersistenceStrategyType; }
|
|
394
|
+
});
|
|
395
|
+
Object.defineProperty(exports, "StorageType", {
|
|
396
|
+
enumerable: true,
|
|
397
|
+
get: function () { return chunk5J6OXSLW_cjs.StorageType; }
|
|
398
|
+
});
|
|
399
|
+
Object.defineProperty(exports, "batchQueryUtils", {
|
|
400
|
+
enumerable: true,
|
|
401
|
+
get: function () { return chunk52ZO6Y67_cjs.batchQueryUtils; }
|
|
402
|
+
});
|
|
403
|
+
Object.defineProperty(exports, "calculateBatchStats", {
|
|
404
|
+
enumerable: true,
|
|
405
|
+
get: function () { return chunk52ZO6Y67_cjs.calculateBatchStats; }
|
|
406
|
+
});
|
|
407
|
+
Object.defineProperty(exports, "createBatchQueryConfig", {
|
|
408
|
+
enumerable: true,
|
|
409
|
+
get: function () { return chunk52ZO6Y67_cjs.createBatchQueryConfig; }
|
|
410
|
+
});
|
|
411
|
+
Object.defineProperty(exports, "createCursorPaginationOptions", {
|
|
412
|
+
enumerable: true,
|
|
413
|
+
get: function () { return chunk52ZO6Y67_cjs.createCursorPaginationOptions; }
|
|
414
|
+
});
|
|
415
|
+
Object.defineProperty(exports, "createInfiniteQueryOptions", {
|
|
416
|
+
enumerable: true,
|
|
417
|
+
get: function () { return chunk52ZO6Y67_cjs.createInfiniteQueryOptions; }
|
|
418
|
+
});
|
|
419
|
+
Object.defineProperty(exports, "createOffsetPaginationOptions", {
|
|
420
|
+
enumerable: true,
|
|
421
|
+
get: function () { return chunk52ZO6Y67_cjs.createOffsetPaginationOptions; }
|
|
422
|
+
});
|
|
423
|
+
Object.defineProperty(exports, "createPageNumberPaginationOptions", {
|
|
424
|
+
enumerable: true,
|
|
425
|
+
get: function () { return chunk52ZO6Y67_cjs.createPageNumberPaginationOptions; }
|
|
426
|
+
});
|
|
427
|
+
Object.defineProperty(exports, "createSuspenseInfiniteQuery", {
|
|
428
|
+
enumerable: true,
|
|
429
|
+
get: function () { return chunk52ZO6Y67_cjs.createSuspenseInfiniteQuery; }
|
|
430
|
+
});
|
|
431
|
+
Object.defineProperty(exports, "createSuspenseQuery", {
|
|
432
|
+
enumerable: true,
|
|
433
|
+
get: function () { return chunk52ZO6Y67_cjs.createSuspenseQuery; }
|
|
434
|
+
});
|
|
435
|
+
Object.defineProperty(exports, "setupMutationDefaults", {
|
|
436
|
+
enumerable: true,
|
|
437
|
+
get: function () { return chunk52ZO6Y67_cjs.setupMutationDefaults; }
|
|
438
|
+
});
|
|
439
|
+
Object.defineProperty(exports, "useAutoRefreshBatchQueries", {
|
|
440
|
+
enumerable: true,
|
|
441
|
+
get: function () { return chunk52ZO6Y67_cjs.useAutoRefreshBatchQueries; }
|
|
442
|
+
});
|
|
443
|
+
Object.defineProperty(exports, "useBatchPrefetch", {
|
|
444
|
+
enumerable: true,
|
|
445
|
+
get: function () { return chunk52ZO6Y67_cjs.useBatchPrefetch; }
|
|
446
|
+
});
|
|
447
|
+
Object.defineProperty(exports, "useBatchQueryPerformance", {
|
|
448
|
+
enumerable: true,
|
|
449
|
+
get: function () { return chunk52ZO6Y67_cjs.useBatchQueryPerformance; }
|
|
450
|
+
});
|
|
451
|
+
Object.defineProperty(exports, "useCombinedQueries", {
|
|
452
|
+
enumerable: true,
|
|
453
|
+
get: function () { return chunk52ZO6Y67_cjs.useCombinedQueries; }
|
|
454
|
+
});
|
|
455
|
+
Object.defineProperty(exports, "useConditionalBatchQueries", {
|
|
456
|
+
enumerable: true,
|
|
457
|
+
get: function () { return chunk52ZO6Y67_cjs.useConditionalBatchQueries; }
|
|
458
|
+
});
|
|
459
|
+
Object.defineProperty(exports, "useConditionalFocusRefetch", {
|
|
460
|
+
enumerable: true,
|
|
461
|
+
get: function () { return chunk52ZO6Y67_cjs.useConditionalFocusRefetch; }
|
|
462
|
+
});
|
|
463
|
+
Object.defineProperty(exports, "useConditionalPrefetch", {
|
|
464
|
+
enumerable: true,
|
|
465
|
+
get: function () { return chunk52ZO6Y67_cjs.useConditionalPrefetch; }
|
|
466
|
+
});
|
|
467
|
+
Object.defineProperty(exports, "useDashboardQueries", {
|
|
468
|
+
enumerable: true,
|
|
469
|
+
get: function () { return chunk52ZO6Y67_cjs.useDashboardQueries; }
|
|
470
|
+
});
|
|
471
|
+
Object.defineProperty(exports, "useDataGuardMutation", {
|
|
472
|
+
enumerable: true,
|
|
473
|
+
get: function () { return chunk52ZO6Y67_cjs.useDataGuardMutation; }
|
|
474
|
+
});
|
|
475
|
+
Object.defineProperty(exports, "useDataGuardQueryConfig", {
|
|
476
|
+
enumerable: true,
|
|
477
|
+
get: function () { return chunk52ZO6Y67_cjs.useDataGuardQueryConfig; }
|
|
478
|
+
});
|
|
479
|
+
Object.defineProperty(exports, "useDependentBatchQueries", {
|
|
480
|
+
enumerable: true,
|
|
481
|
+
get: function () { return chunk52ZO6Y67_cjs.useDependentBatchQueries; }
|
|
482
|
+
});
|
|
483
|
+
Object.defineProperty(exports, "useDynamicBatchQueries", {
|
|
484
|
+
enumerable: true,
|
|
485
|
+
get: function () { return chunk52ZO6Y67_cjs.useDynamicBatchQueries; }
|
|
486
|
+
});
|
|
487
|
+
Object.defineProperty(exports, "useEnhancedInfiniteQuery", {
|
|
488
|
+
enumerable: true,
|
|
489
|
+
get: function () { return chunk52ZO6Y67_cjs.useEnhancedInfiniteQuery; }
|
|
490
|
+
});
|
|
491
|
+
Object.defineProperty(exports, "useEnhancedQueries", {
|
|
492
|
+
enumerable: true,
|
|
493
|
+
get: function () { return chunk52ZO6Y67_cjs.useEnhancedQueries; }
|
|
494
|
+
});
|
|
495
|
+
Object.defineProperty(exports, "useEnhancedQuery", {
|
|
496
|
+
enumerable: true,
|
|
497
|
+
get: function () { return chunk52ZO6Y67_cjs.useEnhancedQuery; }
|
|
498
|
+
});
|
|
499
|
+
Object.defineProperty(exports, "useEnhancedSuspenseInfiniteQuery", {
|
|
500
|
+
enumerable: true,
|
|
501
|
+
get: function () { return chunk52ZO6Y67_cjs.useEnhancedSuspenseInfiniteQuery; }
|
|
502
|
+
});
|
|
503
|
+
Object.defineProperty(exports, "useEnhancedSuspenseQueries", {
|
|
504
|
+
enumerable: true,
|
|
505
|
+
get: function () { return chunk52ZO6Y67_cjs.useEnhancedSuspenseQueries; }
|
|
506
|
+
});
|
|
507
|
+
Object.defineProperty(exports, "useEnhancedSuspenseQuery", {
|
|
508
|
+
enumerable: true,
|
|
509
|
+
get: function () { return chunk52ZO6Y67_cjs.useEnhancedSuspenseQuery; }
|
|
510
|
+
});
|
|
511
|
+
Object.defineProperty(exports, "useFocusCallback", {
|
|
512
|
+
enumerable: true,
|
|
513
|
+
get: function () { return chunk52ZO6Y67_cjs.useFocusCallback; }
|
|
514
|
+
});
|
|
515
|
+
Object.defineProperty(exports, "useFocusRefetch", {
|
|
516
|
+
enumerable: true,
|
|
517
|
+
get: function () { return chunk52ZO6Y67_cjs.useFocusRefetch; }
|
|
518
|
+
});
|
|
519
|
+
Object.defineProperty(exports, "useFocusState", {
|
|
520
|
+
enumerable: true,
|
|
521
|
+
get: function () { return chunk52ZO6Y67_cjs.useFocusState; }
|
|
522
|
+
});
|
|
523
|
+
Object.defineProperty(exports, "useHoverPrefetch", {
|
|
524
|
+
enumerable: true,
|
|
525
|
+
get: function () { return chunk52ZO6Y67_cjs.useHoverPrefetch; }
|
|
526
|
+
});
|
|
527
|
+
Object.defineProperty(exports, "useIdlePrefetch", {
|
|
528
|
+
enumerable: true,
|
|
529
|
+
get: function () { return chunk52ZO6Y67_cjs.useIdlePrefetch; }
|
|
530
|
+
});
|
|
531
|
+
Object.defineProperty(exports, "useIsFetching", {
|
|
532
|
+
enumerable: true,
|
|
533
|
+
get: function () { return chunk52ZO6Y67_cjs.useIsFetching; }
|
|
534
|
+
});
|
|
535
|
+
Object.defineProperty(exports, "useListMutation", {
|
|
536
|
+
enumerable: true,
|
|
537
|
+
get: function () { return chunk52ZO6Y67_cjs.useListMutation; }
|
|
538
|
+
});
|
|
539
|
+
Object.defineProperty(exports, "useMutation", {
|
|
540
|
+
enumerable: true,
|
|
541
|
+
get: function () { return chunk52ZO6Y67_cjs.useMutation; }
|
|
542
|
+
});
|
|
543
|
+
Object.defineProperty(exports, "useMutationState", {
|
|
544
|
+
enumerable: true,
|
|
545
|
+
get: function () { return chunk52ZO6Y67_cjs.useMutationState; }
|
|
546
|
+
});
|
|
547
|
+
Object.defineProperty(exports, "usePageVisibility", {
|
|
548
|
+
enumerable: true,
|
|
549
|
+
get: function () { return chunk52ZO6Y67_cjs.usePageVisibility; }
|
|
550
|
+
});
|
|
551
|
+
Object.defineProperty(exports, "usePaginatedBatchQueries", {
|
|
552
|
+
enumerable: true,
|
|
553
|
+
get: function () { return chunk52ZO6Y67_cjs.usePaginatedBatchQueries; }
|
|
554
|
+
});
|
|
555
|
+
Object.defineProperty(exports, "usePauseFocus", {
|
|
556
|
+
enumerable: true,
|
|
557
|
+
get: function () { return chunk52ZO6Y67_cjs.usePauseFocus; }
|
|
558
|
+
});
|
|
559
|
+
Object.defineProperty(exports, "usePeriodicPrefetch", {
|
|
560
|
+
enumerable: true,
|
|
561
|
+
get: function () { return chunk52ZO6Y67_cjs.usePeriodicPrefetch; }
|
|
562
|
+
});
|
|
563
|
+
Object.defineProperty(exports, "usePredictivePrefetch", {
|
|
564
|
+
enumerable: true,
|
|
565
|
+
get: function () { return chunk52ZO6Y67_cjs.usePredictivePrefetch; }
|
|
566
|
+
});
|
|
567
|
+
Object.defineProperty(exports, "usePriorityPrefetch", {
|
|
568
|
+
enumerable: true,
|
|
569
|
+
get: function () { return chunk52ZO6Y67_cjs.usePriorityPrefetch; }
|
|
570
|
+
});
|
|
571
|
+
Object.defineProperty(exports, "useRetryBatchQueries", {
|
|
572
|
+
enumerable: true,
|
|
573
|
+
get: function () { return chunk52ZO6Y67_cjs.useRetryBatchQueries; }
|
|
574
|
+
});
|
|
575
|
+
Object.defineProperty(exports, "useRoutePrefetch", {
|
|
576
|
+
enumerable: true,
|
|
577
|
+
get: function () { return chunk52ZO6Y67_cjs.useRoutePrefetch; }
|
|
578
|
+
});
|
|
579
|
+
Object.defineProperty(exports, "useSmartFocusManager", {
|
|
580
|
+
enumerable: true,
|
|
581
|
+
get: function () { return chunk52ZO6Y67_cjs.useSmartFocusManager; }
|
|
582
|
+
});
|
|
583
|
+
Object.defineProperty(exports, "useSmartPrefetch", {
|
|
584
|
+
enumerable: true,
|
|
585
|
+
get: function () { return chunk52ZO6Y67_cjs.useSmartPrefetch; }
|
|
586
|
+
});
|
|
587
|
+
Object.defineProperty(exports, "ConflictError", {
|
|
588
|
+
enumerable: true,
|
|
589
|
+
get: function () { return chunkYW5PNTRU_cjs.ConflictError; }
|
|
590
|
+
});
|
|
591
|
+
Object.defineProperty(exports, "addHashToData", {
|
|
592
|
+
enumerable: true,
|
|
593
|
+
get: function () { return chunkAPXNNHBD_cjs.addHashToData; }
|
|
594
|
+
});
|
|
595
|
+
Object.defineProperty(exports, "applyDataGuard", {
|
|
596
|
+
enumerable: true,
|
|
597
|
+
get: function () { return chunkAPXNNHBD_cjs.applyDataGuard; }
|
|
598
|
+
});
|
|
599
|
+
Object.defineProperty(exports, "clearRecentlyUpdated", {
|
|
600
|
+
enumerable: true,
|
|
601
|
+
get: function () { return chunkAPXNNHBD_cjs.clearRecentlyUpdated; }
|
|
602
|
+
});
|
|
603
|
+
Object.defineProperty(exports, "createQueryKeyFactory", {
|
|
604
|
+
enumerable: true,
|
|
605
|
+
get: function () { return chunkAPXNNHBD_cjs.createQueryKeyFactory; }
|
|
606
|
+
});
|
|
607
|
+
Object.defineProperty(exports, "createSimpleQueryKeyFactory", {
|
|
608
|
+
enumerable: true,
|
|
609
|
+
get: function () { return chunkAPXNNHBD_cjs.createSimpleQueryKeyFactory; }
|
|
610
|
+
});
|
|
611
|
+
Object.defineProperty(exports, "deriveFamilyKey", {
|
|
612
|
+
enumerable: true,
|
|
613
|
+
get: function () { return chunkAPXNNHBD_cjs.deriveFamilyKey; }
|
|
614
|
+
});
|
|
615
|
+
Object.defineProperty(exports, "extractParamsFromKey", {
|
|
616
|
+
enumerable: true,
|
|
617
|
+
get: function () { return chunkAPXNNHBD_cjs.extractParamsFromKey; }
|
|
618
|
+
});
|
|
619
|
+
Object.defineProperty(exports, "getNetworkInfo", {
|
|
620
|
+
enumerable: true,
|
|
621
|
+
get: function () { return chunkAPXNNHBD_cjs.getNetworkInfo; }
|
|
622
|
+
});
|
|
623
|
+
Object.defineProperty(exports, "getNetworkSpeed", {
|
|
624
|
+
enumerable: true,
|
|
625
|
+
get: function () { return chunkAPXNNHBD_cjs.getNetworkSpeed; }
|
|
626
|
+
});
|
|
627
|
+
Object.defineProperty(exports, "hashObject", {
|
|
628
|
+
enumerable: true,
|
|
629
|
+
get: function () { return chunkAPXNNHBD_cjs.hashObject; }
|
|
630
|
+
});
|
|
631
|
+
Object.defineProperty(exports, "isFastNetwork", {
|
|
632
|
+
enumerable: true,
|
|
633
|
+
get: function () { return chunkAPXNNHBD_cjs.isFastNetwork; }
|
|
634
|
+
});
|
|
635
|
+
Object.defineProperty(exports, "isListFamilyKey", {
|
|
636
|
+
enumerable: true,
|
|
637
|
+
get: function () { return chunkAPXNNHBD_cjs.isListFamilyKey; }
|
|
638
|
+
});
|
|
639
|
+
Object.defineProperty(exports, "isQueryKeyEqual", {
|
|
640
|
+
enumerable: true,
|
|
641
|
+
get: function () { return chunkAPXNNHBD_cjs.isQueryKeyEqual; }
|
|
642
|
+
});
|
|
643
|
+
Object.defineProperty(exports, "isSlowNetwork", {
|
|
644
|
+
enumerable: true,
|
|
645
|
+
get: function () { return chunkAPXNNHBD_cjs.isSlowNetwork; }
|
|
646
|
+
});
|
|
647
|
+
Object.defineProperty(exports, "markRecentlyUpdated", {
|
|
648
|
+
enumerable: true,
|
|
649
|
+
get: function () { return chunkAPXNNHBD_cjs.markRecentlyUpdated; }
|
|
650
|
+
});
|
|
651
|
+
Object.defineProperty(exports, "normalizeQueryParams", {
|
|
652
|
+
enumerable: true,
|
|
653
|
+
get: function () { return chunkAPXNNHBD_cjs.normalizeQueryParams; }
|
|
654
|
+
});
|
|
655
|
+
Object.defineProperty(exports, "startsWithKeyPrefix", {
|
|
656
|
+
enumerable: true,
|
|
657
|
+
get: function () { return chunkAPXNNHBD_cjs.startsWithKeyPrefix; }
|
|
658
|
+
});
|
|
659
|
+
Object.defineProperty(exports, "updateFamilyMetadata", {
|
|
660
|
+
enumerable: true,
|
|
661
|
+
get: function () { return chunkAPXNNHBD_cjs.updateFamilyMetadata; }
|
|
662
|
+
});
|
|
663
|
+
Object.defineProperty(exports, "SmartFocusManager", {
|
|
664
|
+
enumerable: true,
|
|
665
|
+
get: function () { return chunkNF5QYPYC_cjs.SmartFocusManager; }
|
|
666
|
+
});
|
|
667
|
+
Object.defineProperty(exports, "focusManager", {
|
|
668
|
+
enumerable: true,
|
|
669
|
+
get: function () { return chunkNF5QYPYC_cjs.focusManager; }
|
|
670
|
+
});
|
|
671
|
+
Object.defineProperty(exports, "getSmartFocusManager", {
|
|
672
|
+
enumerable: true,
|
|
673
|
+
get: function () { return chunkNF5QYPYC_cjs.getSmartFocusManager; }
|
|
674
|
+
});
|
|
675
|
+
Object.defineProperty(exports, "pauseFocusManager", {
|
|
676
|
+
enumerable: true,
|
|
677
|
+
get: function () { return chunkNF5QYPYC_cjs.pauseFocusManager; }
|
|
678
|
+
});
|
|
679
|
+
Object.defineProperty(exports, "resetSmartFocusManager", {
|
|
680
|
+
enumerable: true,
|
|
681
|
+
get: function () { return chunkNF5QYPYC_cjs.resetSmartFocusManager; }
|
|
682
|
+
});
|
|
683
|
+
Object.defineProperty(exports, "resumeFocusManager", {
|
|
684
|
+
enumerable: true,
|
|
685
|
+
get: function () { return chunkNF5QYPYC_cjs.resumeFocusManager; }
|
|
686
|
+
});
|
|
687
|
+
Object.defineProperty(exports, "setupFocusManager", {
|
|
688
|
+
enumerable: true,
|
|
689
|
+
get: function () { return chunkNF5QYPYC_cjs.setupFocusManager; }
|
|
690
|
+
});
|
|
691
|
+
Object.defineProperty(exports, "DEFAULT_GC_TIME", {
|
|
692
|
+
enumerable: true,
|
|
693
|
+
get: function () { return chunk6MAYHLTE_cjs.DEFAULT_GC_TIME; }
|
|
694
|
+
});
|
|
695
|
+
Object.defineProperty(exports, "DEFAULT_MUTATION_CONFIG", {
|
|
696
|
+
enumerable: true,
|
|
697
|
+
get: function () { return chunk6MAYHLTE_cjs.DEFAULT_MUTATION_CONFIG; }
|
|
698
|
+
});
|
|
699
|
+
Object.defineProperty(exports, "DEFAULT_QUERY_CONFIG", {
|
|
700
|
+
enumerable: true,
|
|
701
|
+
get: function () { return chunk6MAYHLTE_cjs.DEFAULT_QUERY_CONFIG; }
|
|
702
|
+
});
|
|
703
|
+
Object.defineProperty(exports, "DEFAULT_STALE_TIME", {
|
|
704
|
+
enumerable: true,
|
|
705
|
+
get: function () { return chunk6MAYHLTE_cjs.DEFAULT_STALE_TIME; }
|
|
706
|
+
});
|
|
707
|
+
Object.defineProperty(exports, "DEVELOPMENT_CONFIG", {
|
|
708
|
+
enumerable: true,
|
|
709
|
+
get: function () { return chunk6MAYHLTE_cjs.DEVELOPMENT_CONFIG; }
|
|
710
|
+
});
|
|
711
|
+
Object.defineProperty(exports, "GLOBAL_QUERY_CONFIG", {
|
|
712
|
+
enumerable: true,
|
|
713
|
+
get: function () { return chunk6MAYHLTE_cjs.GLOBAL_QUERY_CONFIG; }
|
|
714
|
+
});
|
|
715
|
+
Object.defineProperty(exports, "LONG_CACHE_CONFIG", {
|
|
716
|
+
enumerable: true,
|
|
717
|
+
get: function () { return chunk6MAYHLTE_cjs.LONG_CACHE_CONFIG; }
|
|
718
|
+
});
|
|
719
|
+
Object.defineProperty(exports, "PRODUCTION_CONFIG", {
|
|
720
|
+
enumerable: true,
|
|
721
|
+
get: function () { return chunk6MAYHLTE_cjs.PRODUCTION_CONFIG; }
|
|
722
|
+
});
|
|
723
|
+
Object.defineProperty(exports, "REALTIME_CONFIG", {
|
|
724
|
+
enumerable: true,
|
|
725
|
+
get: function () { return chunk6MAYHLTE_cjs.REALTIME_CONFIG; }
|
|
726
|
+
});
|
|
727
|
+
Object.defineProperty(exports, "SMART_RETRY_MUTATION_CONFIG", {
|
|
728
|
+
enumerable: true,
|
|
729
|
+
get: function () { return chunk6MAYHLTE_cjs.SMART_RETRY_MUTATION_CONFIG; }
|
|
730
|
+
});
|
|
731
|
+
Object.defineProperty(exports, "TIME_CONSTANTS", {
|
|
732
|
+
enumerable: true,
|
|
733
|
+
get: function () { return chunk6MAYHLTE_cjs.TIME_CONSTANTS; }
|
|
734
|
+
});
|
|
735
|
+
Object.defineProperty(exports, "createCustomConfig", {
|
|
736
|
+
enumerable: true,
|
|
737
|
+
get: function () { return chunk6MAYHLTE_cjs.createCustomConfig; }
|
|
738
|
+
});
|
|
739
|
+
Object.defineProperty(exports, "createErrorSafeConfig", {
|
|
740
|
+
enumerable: true,
|
|
741
|
+
get: function () { return chunk6MAYHLTE_cjs.createErrorSafeConfig; }
|
|
742
|
+
});
|
|
743
|
+
Object.defineProperty(exports, "createSafeRetryStrategy", {
|
|
744
|
+
enumerable: true,
|
|
745
|
+
get: function () { return chunk6MAYHLTE_cjs.createSafeRetryStrategy; }
|
|
746
|
+
});
|
|
747
|
+
Object.defineProperty(exports, "defaultMutationRetryStrategy", {
|
|
748
|
+
enumerable: true,
|
|
749
|
+
get: function () { return chunk6MAYHLTE_cjs.defaultMutationRetryStrategy; }
|
|
750
|
+
});
|
|
751
|
+
Object.defineProperty(exports, "defaultQueryRetryStrategy", {
|
|
752
|
+
enumerable: true,
|
|
753
|
+
get: function () { return chunk6MAYHLTE_cjs.defaultQueryRetryStrategy; }
|
|
754
|
+
});
|
|
755
|
+
Object.defineProperty(exports, "ensureBestPractices", {
|
|
756
|
+
enumerable: true,
|
|
757
|
+
get: function () { return chunk6MAYHLTE_cjs.ensureBestPractices; }
|
|
758
|
+
});
|
|
759
|
+
Object.defineProperty(exports, "exponentialBackoff", {
|
|
760
|
+
enumerable: true,
|
|
761
|
+
get: function () { return chunk6MAYHLTE_cjs.exponentialBackoff; }
|
|
762
|
+
});
|
|
763
|
+
Object.defineProperty(exports, "getConfigByEnvironment", {
|
|
764
|
+
enumerable: true,
|
|
765
|
+
get: function () { return chunk6MAYHLTE_cjs.getConfigByEnvironment; }
|
|
766
|
+
});
|
|
767
|
+
Object.defineProperty(exports, "validateConfig", {
|
|
768
|
+
enumerable: true,
|
|
769
|
+
get: function () { return chunk6MAYHLTE_cjs.validateConfig; }
|
|
770
|
+
});
|
|
771
|
+
Object.defineProperty(exports, "validateGcTime", {
|
|
772
|
+
enumerable: true,
|
|
773
|
+
get: function () { return chunk6MAYHLTE_cjs.validateGcTime; }
|
|
774
|
+
});
|
|
775
|
+
Object.defineProperty(exports, "isDev", {
|
|
776
|
+
enumerable: true,
|
|
777
|
+
get: function () { return chunkOFLCHKKE_cjs.isDev; }
|
|
778
|
+
});
|
|
779
|
+
Object.defineProperty(exports, "isProd", {
|
|
780
|
+
enumerable: true,
|
|
781
|
+
get: function () { return chunkOFLCHKKE_cjs.isProd; }
|
|
782
|
+
});
|
|
783
|
+
Object.defineProperty(exports, "isTest", {
|
|
784
|
+
enumerable: true,
|
|
785
|
+
get: function () { return chunkOFLCHKKE_cjs.isTest; }
|
|
786
|
+
});
|
|
787
|
+
Object.defineProperty(exports, "QueryClient", {
|
|
788
|
+
enumerable: true,
|
|
789
|
+
get: function () { return reactQuery.QueryClient; }
|
|
790
|
+
});
|
|
791
|
+
Object.defineProperty(exports, "QueryClientProvider", {
|
|
792
|
+
enumerable: true,
|
|
793
|
+
get: function () { return reactQuery.QueryClientProvider; }
|
|
794
|
+
});
|
|
795
|
+
Object.defineProperty(exports, "skipToken", {
|
|
796
|
+
enumerable: true,
|
|
797
|
+
get: function () { return reactQuery.skipToken; }
|
|
798
|
+
});
|
|
799
|
+
Object.defineProperty(exports, "useIsMutating", {
|
|
800
|
+
enumerable: true,
|
|
801
|
+
get: function () { return reactQuery.useIsMutating; }
|
|
802
|
+
});
|
|
803
|
+
Object.defineProperty(exports, "useQueryClient", {
|
|
804
|
+
enumerable: true,
|
|
805
|
+
get: function () { return reactQuery.useQueryClient; }
|
|
806
|
+
});
|
|
807
|
+
exports.PersistQueryClientProvider = PersistQueryClientProvider;
|
|
808
|
+
exports.usePersistenceManager = usePersistenceManager;
|
|
809
|
+
exports.usePersistenceStatus = usePersistenceStatus;
|
|
810
|
+
//# sourceMappingURL=index.cjs.map
|
|
811
|
+
//# sourceMappingURL=index.cjs.map
|