@pepperdash/mobile-control-react-app-core 1.9.1 → 1.9.2-beta.1
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 +987 -982
- package/dist/mobile-control-react-app-core.umd.js +11 -11
- package/dist/shared/Icons/MultiStateIcons/IconMultiRoomPC.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts +8 -0
- package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtimeSelectors.d.ts +3 -0
- package/dist/store/runtimeConfig/runtimeSelectors.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconMultiRoomPC.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/Icons/MultiStateIcons/IconMultiRoomPC.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA2B,MAAM,eAAe,CAAC;AAEnE,eAAO,MAAM,eAAe,qCAMzB,SAAS,
|
|
1
|
+
{"version":3,"file":"IconMultiRoomPC.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/Icons/MultiStateIcons/IconMultiRoomPC.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA2B,MAAM,eAAe,CAAC;AAEnE,eAAO,MAAM,eAAe,qCAMzB,SAAS,4CA0DX,CAAC"}
|
|
@@ -9,6 +9,7 @@ export interface RuntimeConfigState {
|
|
|
9
9
|
pluginVersion: string;
|
|
10
10
|
disconnectionMessage: string;
|
|
11
11
|
token: string;
|
|
12
|
+
roomKey: string;
|
|
12
13
|
roomData: RoomData;
|
|
13
14
|
}
|
|
14
15
|
export interface UserCode {
|
|
@@ -25,6 +26,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
25
26
|
pluginVersion: string;
|
|
26
27
|
disconnectionMessage: string;
|
|
27
28
|
token: string;
|
|
29
|
+
roomKey: string;
|
|
28
30
|
roomData: {
|
|
29
31
|
clientId: string | number;
|
|
30
32
|
roomKey: string;
|
|
@@ -47,6 +49,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
47
49
|
pluginVersion: string;
|
|
48
50
|
disconnectionMessage: string;
|
|
49
51
|
token: string;
|
|
52
|
+
roomKey: string;
|
|
50
53
|
roomData: {
|
|
51
54
|
clientId: string | number;
|
|
52
55
|
roomKey: string;
|
|
@@ -69,6 +72,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
69
72
|
pluginVersion: string;
|
|
70
73
|
disconnectionMessage: string;
|
|
71
74
|
token: string;
|
|
75
|
+
roomKey: string;
|
|
72
76
|
roomData: {
|
|
73
77
|
clientId: string | number;
|
|
74
78
|
roomKey: string;
|
|
@@ -91,6 +95,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
91
95
|
pluginVersion: string;
|
|
92
96
|
disconnectionMessage: string;
|
|
93
97
|
token: string;
|
|
98
|
+
roomKey: string;
|
|
94
99
|
roomData: {
|
|
95
100
|
clientId: string | number;
|
|
96
101
|
roomKey: string;
|
|
@@ -113,6 +118,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
113
118
|
pluginVersion: string;
|
|
114
119
|
disconnectionMessage: string;
|
|
115
120
|
token: string;
|
|
121
|
+
roomKey: string;
|
|
116
122
|
roomData: {
|
|
117
123
|
clientId: string | number;
|
|
118
124
|
roomKey: string;
|
|
@@ -135,6 +141,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
135
141
|
pluginVersion: string;
|
|
136
142
|
disconnectionMessage: string;
|
|
137
143
|
token: string;
|
|
144
|
+
roomKey: string;
|
|
138
145
|
roomData: {
|
|
139
146
|
clientId: string | number;
|
|
140
147
|
roomKey: string;
|
|
@@ -157,6 +164,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
157
164
|
pluginVersion: string;
|
|
158
165
|
disconnectionMessage: string;
|
|
159
166
|
token: string;
|
|
167
|
+
roomKey: string;
|
|
160
168
|
roomData: {
|
|
161
169
|
clientId: string | number;
|
|
162
170
|
roomKey: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtimeConfig.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"runtimeConfig.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtimeConfig.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAwD7C,MAAM,WAAW,kBAAkB;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,kCAAkC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxD,SAAS,EAAE;QACP,WAAW,EAAE,OAAO,CAAC;KACxB,CAAA;IACD,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;CACtB;AAED,MAAM,WAAW,QAAQ;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,oBAAoB;;oBAjBjB,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;iBACJ,MAAM;;;;;;;;;;;;;eAnCqB,cAAc,kBAAkB,CAAC;;oBA2BzD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;iBACJ,MAAM;;;;;;;;;;;;;eA/Ba,cAAc,MAAM,CAAC;;oBAuBrC,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;iBACJ,MAAM;;;;;;;;;;;;;eA5B4B,cAAc,OAAO,CAAC;;oBAoBrD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;iBACJ,MAAM;;;;;;;;;;;;;eAzBqB,cAAc,MAAM,CAAC;;oBAiB7C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;iBACJ,MAAM;;;;;;;;;;;;;eAtBgB,cAAc,QAAQ,CAAC;;oBAc1C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;iBACJ,MAAM;;;;;;;;;;;;;eAnBsB,cAAc,MAAM,CAAC;;oBAW9C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;iBACJ,MAAM;;;;;;;;;;;;;eAhBgB,cAAc,QAAQ,CAAC;mBAyBI,CAAC;AAC/D,eAAO,MAAM,oBAAoB,6CAA6B,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export declare const useWsIsConnected: () => boolean;
|
|
2
2
|
export declare const useRoomKey: () => string;
|
|
3
3
|
export declare const useClientId: () => string | number;
|
|
4
|
+
export declare const useServerIsRunningOnProcessorHardware: () => boolean | undefined;
|
|
5
|
+
export declare const useSystemUuid: () => string;
|
|
6
|
+
export declare const useUserCode: () => string;
|
|
4
7
|
//# sourceMappingURL=runtimeSelectors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtimeSelectors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,eAA6E,CAAC;AAE3G,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"runtimeSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtimeSelectors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,eAA6E,CAAC;AAE3G,eAAO,MAAM,UAAU,cAA+D,CAAC;AAEvF,eAAO,MAAM,WAAW,uBAAyE,CAAC;AAElG,eAAO,MAAM,qCAAqC,2BAA0F,CAAC;AAE7I,eAAO,MAAM,aAAa,cAA2E,CAAC;AAEtG,eAAO,MAAM,WAAW,cAAyE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebsocketProvider.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA4C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"WebsocketProvider.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA4C,MAAM,OAAO,CAAC;AAuB5E;;;;GAIG;AACH,QAAA,MAAM,iBAAiB;cAA8B,SAAS;6CA8P7D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|