@3deye-toolkit/react-event-search 0.0.6 → 0.0.7
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.
|
@@ -79,7 +79,6 @@ declare class Api<T extends DeepPartial<IApi>> {
|
|
|
79
79
|
shutdownConnection(): void;
|
|
80
80
|
private init;
|
|
81
81
|
private createHubMethod;
|
|
82
|
-
private subscribeToEvents;
|
|
83
82
|
}
|
|
84
83
|
|
|
85
84
|
declare type ApiPageResult<T> = {
|
|
@@ -382,7 +381,7 @@ declare interface Connection {
|
|
|
382
381
|
};
|
|
383
382
|
};
|
|
384
383
|
createHubProxy: (hubName: string) => void;
|
|
385
|
-
lastError:
|
|
384
|
+
lastError: unknown;
|
|
386
385
|
qs: {
|
|
387
386
|
access_token: string;
|
|
388
387
|
};
|
|
@@ -421,7 +420,6 @@ declare interface DetectedObjectOption {
|
|
|
421
420
|
declare const events: {
|
|
422
421
|
[P in keyof PartialApi]: {
|
|
423
422
|
name: string;
|
|
424
|
-
explicit?: boolean;
|
|
425
423
|
}[];
|
|
426
424
|
};
|
|
427
425
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@3deye-toolkit/react-event-search",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"module": "dist/react-event-search.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
8
8
|
"types": "dist/react-event-search.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@3deye-toolkit/core": "0.0.
|
|
10
|
+
"@3deye-toolkit/core": "0.0.7",
|
|
11
11
|
"@floating-ui/react": "^0.25.4",
|
|
12
12
|
"@mantine/hooks": "^6.0.21",
|
|
13
13
|
"@seznam/compose-react-refs": "^1.0.6",
|