@pepperdash/mobile-control-react-app-core 1.21.0-fix-double-join-call.4 → 1.21.0-fix-double-join-call.6
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/dist/mobile-control-react-app-core.es.js +1829 -1628
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/services/index.d.ts +1 -1
- package/dist/services/index.d.ts.map +1 -1
- package/dist/services/{apiService.d.ts → useInitialize.d.ts} +2 -2
- package/dist/services/useInitialize.d.ts.map +1 -0
- package/dist/store/hooks.d.ts +1 -1
- package/dist/store/hooks.d.ts.map +1 -1
- package/dist/store/index.d.ts +1 -0
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/middleware/index.d.ts +9 -0
- package/dist/store/middleware/index.d.ts.map +1 -0
- package/dist/store/middleware/websocketMiddleware.d.ts +63 -0
- package/dist/store/middleware/websocketMiddleware.d.ts.map +1 -0
- package/dist/store/store.d.ts +1 -1
- package/dist/store/store.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts +4 -3
- package/dist/utils/WebsocketProvider.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/services/apiService.d.ts.map +0 -1
package/dist/services/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './useInitialize';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const httpClient: import("axios").AxiosInstance;
|
|
2
2
|
/**
|
|
3
3
|
* Initialize the application by getting the local config data and setting it in the store
|
|
4
|
-
* @returns {Promise<boolean>} true if successful, false if not
|
|
4
|
+
* @returns {() => Promise<boolean>} true if successful, false if not
|
|
5
5
|
*/
|
|
6
6
|
export declare function useInitialize(): () => Promise<boolean>;
|
|
7
|
-
//# sourceMappingURL=
|
|
7
|
+
//# sourceMappingURL=useInitialize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInitialize.d.ts","sourceRoot":"","sources":["../../src/lib/services/useInitialize.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,UAAU,+BAAiB,CAAC;AAEzC;;;GAGG;AACH,wBAAgB,aAAa,IAAI,MAAM,OAAO,CAAC,OAAO,CAAC,CA0CtD"}
|
package/dist/store/hooks.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const useAppDispatch: import("react-redux").UseDispatch<import("r
|
|
|
4
4
|
rooms: Record<string, import("..").RoomState>;
|
|
5
5
|
devices: Record<string, import("..").DeviceState>;
|
|
6
6
|
ui: import(".").UiConfigState;
|
|
7
|
-
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<import("redux").UnknownAction>>;
|
|
7
|
+
}, undefined, import("redux").UnknownAction> & Record<string, never> & import("redux").Dispatch<import("redux").UnknownAction>>;
|
|
8
8
|
export declare const useAppSelector: import("react-redux").UseSelector<{
|
|
9
9
|
appConfig: import("./appConfig/appConfig.slice").AppConfigState;
|
|
10
10
|
runtimeConfig: import("./runtimeConfig/runtimeConfig.slice").RuntimeConfigState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/lib/store/hooks.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/lib/store/hooks.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;;;;+HAAuC,CAAC;AACnE,eAAO,MAAM,cAAc;;;;;;EAAqC,CAAC"}
|
package/dist/store/index.d.ts
CHANGED
|
@@ -15,5 +15,6 @@ export { appConfigActions } from './appConfig/appConfig.slice';
|
|
|
15
15
|
export { devicesActions } from './devices/devices.slice';
|
|
16
16
|
export { roomsActions } from './rooms/rooms.slice';
|
|
17
17
|
export { runtimeConfigActions } from './runtimeConfig/runtimeConfig.slice';
|
|
18
|
+
export * from './middleware';
|
|
18
19
|
export { uiActions } from './ui/ui.slice';
|
|
19
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAElC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAE9B,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAElC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAE9B,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAG3E,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/store/middleware/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Middleware } from '@reduxjs/toolkit';
|
|
2
|
+
import { Message } from '../../types';
|
|
3
|
+
import { RoomState } from '../../types/state/state';
|
|
4
|
+
import { DeviceState } from '../../types/state/state/DeviceState';
|
|
5
|
+
import { AppConfigState } from '../appConfig/appConfig.slice';
|
|
6
|
+
import { RuntimeConfigState } from '../runtimeConfig/runtimeConfig.slice';
|
|
7
|
+
import { UiConfigState } from '../ui/ui.slice';
|
|
8
|
+
type LocalRootState = {
|
|
9
|
+
appConfig: AppConfigState;
|
|
10
|
+
runtimeConfig: RuntimeConfigState;
|
|
11
|
+
rooms: Record<string, RoomState>;
|
|
12
|
+
devices: Record<string, DeviceState>;
|
|
13
|
+
ui: UiConfigState;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* WebSocket middleware action types
|
|
17
|
+
*/
|
|
18
|
+
export declare const WS_CONNECT = "websocket/connect";
|
|
19
|
+
export declare const WS_DISCONNECT = "websocket/disconnect";
|
|
20
|
+
export declare const WS_SEND_MESSAGE = "websocket/sendMessage";
|
|
21
|
+
export declare const WS_ADD_EVENT_HANDLER = "websocket/addEventHandler";
|
|
22
|
+
export declare const WS_REMOVE_EVENT_HANDLER = "websocket/removeEventHandler";
|
|
23
|
+
export declare const WS_RECONNECT = "websocket/reconnect";
|
|
24
|
+
/**
|
|
25
|
+
* WebSocket middleware action creators
|
|
26
|
+
*/
|
|
27
|
+
export declare const wsConnect: () => {
|
|
28
|
+
type: string;
|
|
29
|
+
};
|
|
30
|
+
export declare const wsDisconnect: () => {
|
|
31
|
+
type: string;
|
|
32
|
+
};
|
|
33
|
+
export declare const wsSendMessage: (messageType: string, content: unknown) => {
|
|
34
|
+
type: string;
|
|
35
|
+
payload: {
|
|
36
|
+
messageType: string;
|
|
37
|
+
content: unknown;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export declare const wsAddEventHandler: (eventType: string, key: string, callback: (data: Message) => void) => {
|
|
41
|
+
type: string;
|
|
42
|
+
payload: {
|
|
43
|
+
eventType: string;
|
|
44
|
+
key: string;
|
|
45
|
+
callback: (data: Message) => void;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export declare const wsRemoveEventHandler: (eventType: string, key: string) => {
|
|
49
|
+
type: string;
|
|
50
|
+
payload: {
|
|
51
|
+
eventType: string;
|
|
52
|
+
key: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
export declare const wsReconnect: () => {
|
|
56
|
+
type: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Creates the WebSocket middleware
|
|
60
|
+
*/
|
|
61
|
+
export declare const createWebSocketMiddleware: () => Middleware<Record<string, never>, LocalRootState>;
|
|
62
|
+
export {};
|
|
63
|
+
//# sourceMappingURL=websocketMiddleware.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"websocketMiddleware.d.ts","sourceRoot":"","sources":["../../../src/lib/store/middleware/websocketMiddleware.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnE,OAAO,EAAa,OAAO,EAAY,MAAM,aAAa,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAElE,OAAO,EAAoB,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAGhF,OAAO,EAEL,kBAAkB,EAEnB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAa,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAK1D,KAAK,cAAc,GAAG;IACpB,SAAS,EAAE,cAAc,CAAC;IAC1B,aAAa,EAAE,kBAAkB,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IACrC,EAAE,EAAE,aAAa,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU,sBAAsB,CAAC;AAC9C,eAAO,MAAM,aAAa,yBAAyB,CAAC;AACpD,eAAO,MAAM,eAAe,0BAA0B,CAAC;AACvD,eAAO,MAAM,oBAAoB,8BAA8B,CAAC;AAChE,eAAO,MAAM,uBAAuB,iCAAiC,CAAC;AACtE,eAAO,MAAM,YAAY,wBAAwB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,SAAS;;CAA+B,CAAC;AACtD,eAAO,MAAM,YAAY;;CAAkC,CAAC;AAC5D,eAAO,MAAM,aAAa,gBAAiB,MAAM,WAAW,OAAO;;;;;;CAGjE,CAAC;AACH,eAAO,MAAM,iBAAiB,cACjB,MAAM,OACZ,MAAM,mBACM,OAAO,KAAK,IAAI;;;;;yBAAhB,OAAO,KAAK,IAAI;;CAIjC,CAAC;AACH,eAAO,MAAM,oBAAoB,cAAe,MAAM,OAAO,MAAM;;;;;;CAGjE,CAAC;AACH,eAAO,MAAM,WAAW;;CAAiC,CAAC;AAa1D;;GAEG;AACH,eAAO,MAAM,yBAAyB,QAAO,WAC3C,OAAO,MAAM,EAAE,KAAK,CAAC,EACrB,cAAc,CA2mBf,CAAC"}
|
package/dist/store/store.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
11
11
|
rooms: Record<string, import("..").RoomState>;
|
|
12
12
|
devices: Record<string, import("..").DeviceState>;
|
|
13
13
|
ui: import("./ui/ui.slice").UiConfigState;
|
|
14
|
-
}, undefined, import("redux").UnknownAction>;
|
|
14
|
+
}, undefined, import("redux").UnknownAction> & Record<string, never>;
|
|
15
15
|
}>, import("redux").StoreEnhancer]>>;
|
|
16
16
|
export type RootState = ReturnType<typeof store.getState>;
|
|
17
17
|
export type AppDispatch = typeof store.dispatch;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/lib/store/store.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/lib/store/store.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;oCAShB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,QAAQ,CAAC,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,OAAO,KAAK,CAAC,QAAQ,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
3
|
+
* Backward-compatible WebSocket provider that uses Redux middleware
|
|
4
|
+
* Maintains the same API as the original WebsocketProvider
|
|
5
|
+
*
|
|
6
|
+
* @param children the child components
|
|
6
7
|
*/
|
|
7
8
|
declare const WebsocketProvider: ({ children }: {
|
|
8
9
|
children: ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebsocketProvider.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketProvider.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WebsocketProvider.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA0B,MAAM,OAAO,CAAC;AAc1D;;;;;GAKG;AACH,QAAA,MAAM,iBAAiB;cAA8B,SAAS;6CAwE7D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"apiService.d.ts","sourceRoot":"","sources":["../../src/lib/services/apiService.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU,+BAAiB,CAAC;AAEzC;;;GAGG;AACH,wBAAgB,aAAa,2BAuC5B"}
|