@tanstack/solid-query 5.91.3 → 5.91.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56,12 +56,11 @@ import { InvalidateOptions } from '@tanstack/query-core';
|
|
|
56
56
|
import { InvalidateQueryFilters } from '@tanstack/query-core';
|
|
57
57
|
import { isCancelledError } from '@tanstack/query-core';
|
|
58
58
|
import { isServer } from '@tanstack/query-core';
|
|
59
|
-
import { JSX } from 'solid-js';
|
|
59
|
+
import type { JSX } from 'solid-js';
|
|
60
60
|
import { keepPreviousData } from '@tanstack/query-core';
|
|
61
61
|
import { ManagedTimerId } from '@tanstack/query-core';
|
|
62
62
|
import { matchMutation } from '@tanstack/query-core';
|
|
63
63
|
import { matchQuery } from '@tanstack/query-core';
|
|
64
|
-
import type { MockInstance } from 'vitest';
|
|
65
64
|
import { MutateFunction } from '@tanstack/query-core';
|
|
66
65
|
import { MutateOptions } from '@tanstack/query-core';
|
|
67
66
|
import { Mutation } from '@tanstack/query-core';
|
|
@@ -96,7 +95,6 @@ import { OmitKeyof } from '@tanstack/query-core';
|
|
|
96
95
|
import { onlineManager } from '@tanstack/query-core';
|
|
97
96
|
import { Options } from 'tsup';
|
|
98
97
|
import { Override } from '@tanstack/query-core';
|
|
99
|
-
import type { ParentProps } from 'solid-js';
|
|
100
98
|
import { partialMatchKey } from '@tanstack/query-core';
|
|
101
99
|
import { PlaceholderDataFunction } from '@tanstack/query-core';
|
|
102
100
|
import { QueriesObserver } from '@tanstack/query-core';
|
|
@@ -151,10 +149,6 @@ import { WithRequired } from '@tanstack/query-core';
|
|
|
151
149
|
|
|
152
150
|
export { AnyDataTag }
|
|
153
151
|
|
|
154
|
-
export declare function Blink(props: {
|
|
155
|
-
duration: number;
|
|
156
|
-
} & ParentProps): JSX;
|
|
157
|
-
|
|
158
152
|
export { CancelledError }
|
|
159
153
|
|
|
160
154
|
export { CancelOptions }
|
|
@@ -376,8 +370,6 @@ export { matchQuery }
|
|
|
376
370
|
|
|
377
371
|
declare type MAXIMUM_DEPTH = 20;
|
|
378
372
|
|
|
379
|
-
export declare function mockOnlineManagerIsOnline(value: boolean): MockInstance<() => boolean>;
|
|
380
|
-
|
|
381
373
|
export { MutateFunction }
|
|
382
374
|
|
|
383
375
|
export { MutateOptions }
|
|
@@ -598,8 +590,6 @@ export { ResetOptions }
|
|
|
598
590
|
|
|
599
591
|
export { ResultOptions }
|
|
600
592
|
|
|
601
|
-
export declare function setActTimeout(fn: () => void, ms?: number): NodeJS.Timeout;
|
|
602
|
-
|
|
603
593
|
export { SetDataOptions }
|
|
604
594
|
|
|
605
595
|
export { shouldThrowError }
|
|
@@ -56,12 +56,11 @@ import { InvalidateOptions } from '@tanstack/query-core';
|
|
|
56
56
|
import { InvalidateQueryFilters } from '@tanstack/query-core';
|
|
57
57
|
import { isCancelledError } from '@tanstack/query-core';
|
|
58
58
|
import { isServer } from '@tanstack/query-core';
|
|
59
|
-
import { JSX } from 'solid-js';
|
|
59
|
+
import type { JSX } from 'solid-js';
|
|
60
60
|
import { keepPreviousData } from '@tanstack/query-core';
|
|
61
61
|
import { ManagedTimerId } from '@tanstack/query-core';
|
|
62
62
|
import { matchMutation } from '@tanstack/query-core';
|
|
63
63
|
import { matchQuery } from '@tanstack/query-core';
|
|
64
|
-
import type { MockInstance } from 'vitest';
|
|
65
64
|
import { MutateFunction } from '@tanstack/query-core';
|
|
66
65
|
import { MutateOptions } from '@tanstack/query-core';
|
|
67
66
|
import { Mutation } from '@tanstack/query-core';
|
|
@@ -96,7 +95,6 @@ import { OmitKeyof } from '@tanstack/query-core';
|
|
|
96
95
|
import { onlineManager } from '@tanstack/query-core';
|
|
97
96
|
import { Options } from 'tsup';
|
|
98
97
|
import { Override } from '@tanstack/query-core';
|
|
99
|
-
import type { ParentProps } from 'solid-js';
|
|
100
98
|
import { partialMatchKey } from '@tanstack/query-core';
|
|
101
99
|
import { PlaceholderDataFunction } from '@tanstack/query-core';
|
|
102
100
|
import { QueriesObserver } from '@tanstack/query-core';
|
|
@@ -151,10 +149,6 @@ import { WithRequired } from '@tanstack/query-core';
|
|
|
151
149
|
|
|
152
150
|
export { AnyDataTag }
|
|
153
151
|
|
|
154
|
-
export declare function Blink(props: {
|
|
155
|
-
duration: number;
|
|
156
|
-
} & ParentProps): JSX;
|
|
157
|
-
|
|
158
152
|
export { CancelledError }
|
|
159
153
|
|
|
160
154
|
export { CancelOptions }
|
|
@@ -376,8 +370,6 @@ export { matchQuery }
|
|
|
376
370
|
|
|
377
371
|
declare type MAXIMUM_DEPTH = 20;
|
|
378
372
|
|
|
379
|
-
export declare function mockOnlineManagerIsOnline(value: boolean): MockInstance<() => boolean>;
|
|
380
|
-
|
|
381
373
|
export { MutateFunction }
|
|
382
374
|
|
|
383
375
|
export { MutateOptions }
|
|
@@ -598,8 +590,6 @@ export { ResetOptions }
|
|
|
598
590
|
|
|
599
591
|
export { ResultOptions }
|
|
600
592
|
|
|
601
|
-
export declare function setActTimeout(fn: () => void, ms?: number): NodeJS.Timeout;
|
|
602
|
-
|
|
603
593
|
export { SetDataOptions }
|
|
604
594
|
|
|
605
595
|
export { shouldThrowError }
|