@pepperdash/mobile-control-react-app-core 1.20.5 → 1.20.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.
- package/dist/mobile-control-react-app-core.es.js +861 -801
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/store/appConfig/appConfig.hooks.d.ts +4 -109
- package/dist/store/appConfig/appConfig.hooks.d.ts.map +1 -1
- package/dist/store/appConfig/appConfig.selectors.d.ts +109 -4
- package/dist/store/appConfig/appConfig.selectors.d.ts.map +1 -1
- package/dist/store/devices/devices.hooks.d.ts +12 -55
- package/dist/store/devices/devices.hooks.d.ts.map +1 -1
- package/dist/store/devices/devices.selectors.d.ts +55 -12
- package/dist/store/devices/devices.selectors.d.ts.map +1 -1
- package/dist/store/index.d.ts +6 -1
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/rooms/rooms.hooks.d.ts +25 -541
- package/dist/store/rooms/rooms.hooks.d.ts.map +1 -1
- package/dist/store/rooms/rooms.selectors.d.ts +664 -25
- package/dist/store/rooms/rooms.selectors.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.hooks.d.ts +10 -269
- package/dist/store/runtimeConfig/runtime.hooks.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +269 -10
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/dist/store/ui/{uiSelectors.d.ts → ui.hooks.d.ts} +1 -1
- package/dist/store/ui/ui.hooks.d.ts.map +1 -0
- package/dist/store/ui/ui.selectors.d.ts +164 -0
- package/dist/store/ui/ui.selectors.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/store/ui/uiSelectors.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rooms.selectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.selectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"rooms.selectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.selectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAoB,MAAM,SAAS,CAAC;AAKpE,eAAO,MAAM,uBAAuB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAF5B,SAAS;;;;;;;;CAKnC,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;2BAPG,SAAS;;;;;;;;CAUnC,CAAC;AAEF,eAAO,MAAM,eAAe,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAZpB,SAAS;;;;;;;;CAenC,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAjBnB,SAAS;;;;;;;;CAoBnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,YAAa,MAAM,aAAa,MAAM;;;;;;;;;;;;;;;;;;2BAtBxC,SAAS;;;;;;;;CAyBnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BA3B5B,SAAS;;;;;;;;CA8BnC,CAAC;AAEF,eAAO,MAAM,oBAAoB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAhCzB,SAAS;;;;;;;;CAmCnC,CAAC;AAEF,eAAO,MAAM,+BAA+B,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BArCpC,SAAS;;;;;;;;CAwCnC,CAAC;AAEF,eAAO,MAAM,sBAAsB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BA1C3B,SAAS;;;;;;;;CA6CnC,CAAC;AAEF,eAAO,MAAM,yBAAyB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BA/C9B,SAAS;;;;;;;;CAkDnC,CAAC;AAEF,eAAO,MAAM,8BAA8B,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BApDnC,SAAS;;;;;;;;CAuDnC,CAAC;AAEF,eAAO,MAAM,oCAAoC,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAzDzC,SAAS;;;;;;;;CA8DnC,CAAC;AAEF,eAAO,MAAM,oCAAoC,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAhEzC,SAAS;;;;;;;;CAqEnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAvErB,SAAS;;;;;;;;CA0EnC,CAAC;AAEF,eAAO,MAAM,qBAAqB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BA5E1B,SAAS;;;;;;;;CA+EnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAjF5B,SAAS;;;;;;;;CAoFnC,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAtFnB,SAAS;;;;;;;;CAyFnC,CAAC;AAEF,eAAO,MAAM,+BAA+B,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BA3FpC,SAAS;;;;;;;;CA8FnC,CAAC;AAEF,eAAO,MAAM,oBAAoB,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BAhGzB,SAAS;;;;;;;;CAmGnC,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAAa,MAAM;;;;;;;;;;;;;;;;;;2BArGhC,SAAS;;;;;;;;CAwGnC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAExB,SAAS,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAE1B,SAAS,WAAW,MAAM;;;;;;;;CAcrC,CAAC"}
|
|
@@ -1,173 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}) => boolean) & {
|
|
9
|
-
clearCache: () => void;
|
|
10
|
-
resultsCount: () => number;
|
|
11
|
-
resetResultsCount: () => void;
|
|
12
|
-
} & {
|
|
13
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean;
|
|
14
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean) & {
|
|
15
|
-
clearCache: () => void;
|
|
16
|
-
resultsCount: () => number;
|
|
17
|
-
resetResultsCount: () => void;
|
|
18
|
-
};
|
|
19
|
-
lastResult: () => boolean;
|
|
20
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
21
|
-
recomputations: () => number;
|
|
22
|
-
resetRecomputations: () => void;
|
|
23
|
-
dependencyRecomputations: () => number;
|
|
24
|
-
resetDependencyRecomputations: () => void;
|
|
25
|
-
} & {
|
|
26
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
27
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
28
|
-
};
|
|
29
|
-
export declare const selectRoomKey: ((state: {
|
|
30
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
31
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
32
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
33
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
34
|
-
ui: import("src/lib").UiConfigState;
|
|
35
|
-
}) => string) & {
|
|
36
|
-
clearCache: () => void;
|
|
37
|
-
resultsCount: () => number;
|
|
38
|
-
resetResultsCount: () => void;
|
|
39
|
-
} & {
|
|
40
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
41
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
42
|
-
clearCache: () => void;
|
|
43
|
-
resultsCount: () => number;
|
|
44
|
-
resetResultsCount: () => void;
|
|
45
|
-
};
|
|
46
|
-
lastResult: () => string;
|
|
47
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
48
|
-
recomputations: () => number;
|
|
49
|
-
resetRecomputations: () => void;
|
|
50
|
-
dependencyRecomputations: () => number;
|
|
51
|
-
resetDependencyRecomputations: () => void;
|
|
52
|
-
} & {
|
|
53
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
54
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
55
|
-
};
|
|
56
|
-
export declare const selectClientId: ((state: {
|
|
57
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
58
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
59
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
60
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
61
|
-
ui: import("src/lib").UiConfigState;
|
|
62
|
-
}) => string | number) & {
|
|
63
|
-
clearCache: () => void;
|
|
64
|
-
resultsCount: () => number;
|
|
65
|
-
resetResultsCount: () => void;
|
|
66
|
-
} & {
|
|
67
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string | number;
|
|
68
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string | number) & {
|
|
69
|
-
clearCache: () => void;
|
|
70
|
-
resultsCount: () => number;
|
|
71
|
-
resetResultsCount: () => void;
|
|
72
|
-
};
|
|
73
|
-
lastResult: () => string | number;
|
|
74
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
75
|
-
recomputations: () => number;
|
|
76
|
-
resetRecomputations: () => void;
|
|
77
|
-
dependencyRecomputations: () => number;
|
|
78
|
-
resetDependencyRecomputations: () => void;
|
|
79
|
-
} & {
|
|
80
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
81
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
82
|
-
};
|
|
83
|
-
export declare const selectSystemUuid: ((state: {
|
|
84
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
85
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
86
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
87
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
88
|
-
ui: import("src/lib").UiConfigState;
|
|
89
|
-
}) => string) & {
|
|
90
|
-
clearCache: () => void;
|
|
91
|
-
resultsCount: () => number;
|
|
92
|
-
resetResultsCount: () => void;
|
|
93
|
-
} & {
|
|
94
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
95
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
96
|
-
clearCache: () => void;
|
|
97
|
-
resultsCount: () => number;
|
|
98
|
-
resetResultsCount: () => void;
|
|
99
|
-
};
|
|
100
|
-
lastResult: () => string;
|
|
101
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
102
|
-
recomputations: () => number;
|
|
103
|
-
resetRecomputations: () => void;
|
|
104
|
-
dependencyRecomputations: () => number;
|
|
105
|
-
resetDependencyRecomputations: () => void;
|
|
106
|
-
} & {
|
|
107
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
108
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
109
|
-
};
|
|
110
|
-
export declare const selectUserCode: ((state: {
|
|
111
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
112
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
113
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
114
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
115
|
-
ui: import("src/lib").UiConfigState;
|
|
116
|
-
}) => string) & {
|
|
117
|
-
clearCache: () => void;
|
|
118
|
-
resultsCount: () => number;
|
|
119
|
-
resetResultsCount: () => void;
|
|
120
|
-
} & {
|
|
121
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
122
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
123
|
-
clearCache: () => void;
|
|
124
|
-
resultsCount: () => number;
|
|
125
|
-
resetResultsCount: () => void;
|
|
126
|
-
};
|
|
127
|
-
lastResult: () => string;
|
|
128
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
129
|
-
recomputations: () => number;
|
|
130
|
-
resetRecomputations: () => void;
|
|
131
|
-
dependencyRecomputations: () => number;
|
|
132
|
-
resetDependencyRecomputations: () => void;
|
|
133
|
-
} & {
|
|
134
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
135
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
136
|
-
};
|
|
137
|
-
export declare const selectServerIsRunningOnProcessorHardware: ((state: {
|
|
138
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
139
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
140
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
141
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
142
|
-
ui: import("src/lib").UiConfigState;
|
|
143
|
-
}) => boolean | undefined) & {
|
|
144
|
-
clearCache: () => void;
|
|
145
|
-
resultsCount: () => number;
|
|
146
|
-
resetResultsCount: () => void;
|
|
147
|
-
} & {
|
|
148
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean | undefined;
|
|
149
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean | undefined) & {
|
|
150
|
-
clearCache: () => void;
|
|
151
|
-
resultsCount: () => number;
|
|
152
|
-
resetResultsCount: () => void;
|
|
153
|
-
};
|
|
154
|
-
lastResult: () => boolean | undefined;
|
|
155
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
156
|
-
recomputations: () => number;
|
|
157
|
-
resetRecomputations: () => void;
|
|
158
|
-
dependencyRecomputations: () => number;
|
|
159
|
-
resetDependencyRecomputations: () => void;
|
|
160
|
-
} & {
|
|
161
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
162
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
163
|
-
};
|
|
164
|
-
export declare const selectRuntimeInfo: ((state: {
|
|
165
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
166
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
167
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
168
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
169
|
-
ui: import("src/lib").UiConfigState;
|
|
170
|
-
}) => {
|
|
1
|
+
export declare const useWsIsConnected: () => boolean;
|
|
2
|
+
export declare const useRoomKey: () => string;
|
|
3
|
+
export declare const useClientId: () => string | number;
|
|
4
|
+
export declare const useSystemUuid: () => string;
|
|
5
|
+
export declare const useUserCode: () => string;
|
|
6
|
+
export declare const useServerIsRunningOnProcessorHardware: () => boolean | undefined;
|
|
7
|
+
export declare const useRuntimeInfo: () => {
|
|
171
8
|
pluginVersion: string;
|
|
172
9
|
essentialsVersion: string;
|
|
173
10
|
pepperDashCoreVersion: string;
|
|
@@ -175,103 +12,7 @@ export declare const selectRuntimeInfo: ((state: {
|
|
|
175
12
|
name: string;
|
|
176
13
|
version: string;
|
|
177
14
|
}[];
|
|
178
|
-
} | undefined
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
resetResultsCount: () => void;
|
|
182
|
-
} & {
|
|
183
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => {
|
|
184
|
-
pluginVersion: string;
|
|
185
|
-
essentialsVersion: string;
|
|
186
|
-
pepperDashCoreVersion: string;
|
|
187
|
-
essentialsPlugins: {
|
|
188
|
-
name: string;
|
|
189
|
-
version: string;
|
|
190
|
-
}[];
|
|
191
|
-
} | undefined;
|
|
192
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => {
|
|
193
|
-
pluginVersion: string;
|
|
194
|
-
essentialsVersion: string;
|
|
195
|
-
pepperDashCoreVersion: string;
|
|
196
|
-
essentialsPlugins: {
|
|
197
|
-
name: string;
|
|
198
|
-
version: string;
|
|
199
|
-
}[];
|
|
200
|
-
} | undefined) & {
|
|
201
|
-
clearCache: () => void;
|
|
202
|
-
resultsCount: () => number;
|
|
203
|
-
resetResultsCount: () => void;
|
|
204
|
-
};
|
|
205
|
-
lastResult: () => {
|
|
206
|
-
pluginVersion: string;
|
|
207
|
-
essentialsVersion: string;
|
|
208
|
-
pepperDashCoreVersion: string;
|
|
209
|
-
essentialsPlugins: {
|
|
210
|
-
name: string;
|
|
211
|
-
version: string;
|
|
212
|
-
}[];
|
|
213
|
-
} | undefined;
|
|
214
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
215
|
-
recomputations: () => number;
|
|
216
|
-
resetRecomputations: () => void;
|
|
217
|
-
dependencyRecomputations: () => number;
|
|
218
|
-
resetDependencyRecomputations: () => void;
|
|
219
|
-
} & {
|
|
220
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
221
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
222
|
-
};
|
|
223
|
-
export declare const selectTouchpanelKey: ((state: {
|
|
224
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
225
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
226
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
227
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
228
|
-
ui: import("src/lib").UiConfigState;
|
|
229
|
-
}) => string) & {
|
|
230
|
-
clearCache: () => void;
|
|
231
|
-
resultsCount: () => number;
|
|
232
|
-
resetResultsCount: () => void;
|
|
233
|
-
} & {
|
|
234
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
235
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
236
|
-
clearCache: () => void;
|
|
237
|
-
resultsCount: () => number;
|
|
238
|
-
resetResultsCount: () => void;
|
|
239
|
-
};
|
|
240
|
-
lastResult: () => string;
|
|
241
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
242
|
-
recomputations: () => number;
|
|
243
|
-
resetRecomputations: () => void;
|
|
244
|
-
dependencyRecomputations: () => number;
|
|
245
|
-
resetDependencyRecomputations: () => void;
|
|
246
|
-
} & {
|
|
247
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
248
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
249
|
-
};
|
|
250
|
-
export declare const selectIsTouchpanel: ((state: {
|
|
251
|
-
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
252
|
-
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
253
|
-
rooms: Record<string, import("src/lib").RoomState>;
|
|
254
|
-
devices: Record<string, import("src/lib").DeviceState>;
|
|
255
|
-
ui: import("src/lib").UiConfigState;
|
|
256
|
-
}) => boolean) & {
|
|
257
|
-
clearCache: () => void;
|
|
258
|
-
resultsCount: () => number;
|
|
259
|
-
resetResultsCount: () => void;
|
|
260
|
-
} & {
|
|
261
|
-
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean;
|
|
262
|
-
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean) & {
|
|
263
|
-
clearCache: () => void;
|
|
264
|
-
resultsCount: () => number;
|
|
265
|
-
resetResultsCount: () => void;
|
|
266
|
-
};
|
|
267
|
-
lastResult: () => boolean;
|
|
268
|
-
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
269
|
-
recomputations: () => number;
|
|
270
|
-
resetRecomputations: () => void;
|
|
271
|
-
dependencyRecomputations: () => number;
|
|
272
|
-
resetDependencyRecomputations: () => void;
|
|
273
|
-
} & {
|
|
274
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
275
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
276
|
-
};
|
|
15
|
+
} | undefined;
|
|
16
|
+
export declare const useTouchpanelKey: () => string;
|
|
17
|
+
export declare const useIsTouchpanel: () => boolean;
|
|
277
18
|
//# sourceMappingURL=runtime.hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.hooks.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtime.hooks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"runtime.hooks.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtime.hooks.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,eAA4C,CAAC;AAE1E,eAAO,MAAM,UAAU,cAAsC,CAAC;AAE9D,eAAO,MAAM,WAAW,uBAAuC,CAAC;AAEhE,eAAO,MAAM,aAAa,cAAyC,CAAC;AAEpE,eAAO,MAAM,WAAW,cAAuC,CAAC;AAEhE,eAAO,MAAM,qCAAqC,2BAAiE,CAAC;AAEpH,eAAO,MAAM,cAAc;;;;;;;;aAA0C,CAAC;AAEtE,eAAO,MAAM,gBAAgB,cAA4C,CAAC;AAE1E,eAAO,MAAM,eAAe,eAA2C,CAAC"}
|
|
@@ -1,10 +1,173 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { RootState } from 'src/lib';
|
|
2
|
+
export declare const selectWsIsConnected: ((state: {
|
|
3
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
4
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
5
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
6
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
7
|
+
ui: import("src/lib").UiConfigState;
|
|
8
|
+
}) => boolean) & {
|
|
9
|
+
clearCache: () => void;
|
|
10
|
+
resultsCount: () => number;
|
|
11
|
+
resetResultsCount: () => void;
|
|
12
|
+
} & {
|
|
13
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean;
|
|
14
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean) & {
|
|
15
|
+
clearCache: () => void;
|
|
16
|
+
resultsCount: () => number;
|
|
17
|
+
resetResultsCount: () => void;
|
|
18
|
+
};
|
|
19
|
+
lastResult: () => boolean;
|
|
20
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
21
|
+
recomputations: () => number;
|
|
22
|
+
resetRecomputations: () => void;
|
|
23
|
+
dependencyRecomputations: () => number;
|
|
24
|
+
resetDependencyRecomputations: () => void;
|
|
25
|
+
} & {
|
|
26
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
27
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
28
|
+
};
|
|
29
|
+
export declare const selectRoomKey: ((state: {
|
|
30
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
31
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
32
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
33
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
34
|
+
ui: import("src/lib").UiConfigState;
|
|
35
|
+
}) => string) & {
|
|
36
|
+
clearCache: () => void;
|
|
37
|
+
resultsCount: () => number;
|
|
38
|
+
resetResultsCount: () => void;
|
|
39
|
+
} & {
|
|
40
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
41
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
42
|
+
clearCache: () => void;
|
|
43
|
+
resultsCount: () => number;
|
|
44
|
+
resetResultsCount: () => void;
|
|
45
|
+
};
|
|
46
|
+
lastResult: () => string;
|
|
47
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
48
|
+
recomputations: () => number;
|
|
49
|
+
resetRecomputations: () => void;
|
|
50
|
+
dependencyRecomputations: () => number;
|
|
51
|
+
resetDependencyRecomputations: () => void;
|
|
52
|
+
} & {
|
|
53
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
54
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
55
|
+
};
|
|
56
|
+
export declare const selectClientId: ((state: {
|
|
57
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
58
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
59
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
60
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
61
|
+
ui: import("src/lib").UiConfigState;
|
|
62
|
+
}) => string | number) & {
|
|
63
|
+
clearCache: () => void;
|
|
64
|
+
resultsCount: () => number;
|
|
65
|
+
resetResultsCount: () => void;
|
|
66
|
+
} & {
|
|
67
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string | number;
|
|
68
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string | number) & {
|
|
69
|
+
clearCache: () => void;
|
|
70
|
+
resultsCount: () => number;
|
|
71
|
+
resetResultsCount: () => void;
|
|
72
|
+
};
|
|
73
|
+
lastResult: () => string | number;
|
|
74
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
75
|
+
recomputations: () => number;
|
|
76
|
+
resetRecomputations: () => void;
|
|
77
|
+
dependencyRecomputations: () => number;
|
|
78
|
+
resetDependencyRecomputations: () => void;
|
|
79
|
+
} & {
|
|
80
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
81
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
82
|
+
};
|
|
83
|
+
export declare const selectSystemUuid: ((state: {
|
|
84
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
85
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
86
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
87
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
88
|
+
ui: import("src/lib").UiConfigState;
|
|
89
|
+
}) => string) & {
|
|
90
|
+
clearCache: () => void;
|
|
91
|
+
resultsCount: () => number;
|
|
92
|
+
resetResultsCount: () => void;
|
|
93
|
+
} & {
|
|
94
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
95
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
96
|
+
clearCache: () => void;
|
|
97
|
+
resultsCount: () => number;
|
|
98
|
+
resetResultsCount: () => void;
|
|
99
|
+
};
|
|
100
|
+
lastResult: () => string;
|
|
101
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
102
|
+
recomputations: () => number;
|
|
103
|
+
resetRecomputations: () => void;
|
|
104
|
+
dependencyRecomputations: () => number;
|
|
105
|
+
resetDependencyRecomputations: () => void;
|
|
106
|
+
} & {
|
|
107
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
108
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
109
|
+
};
|
|
110
|
+
export declare const selectUserCode: ((state: {
|
|
111
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
112
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
113
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
114
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
115
|
+
ui: import("src/lib").UiConfigState;
|
|
116
|
+
}) => string) & {
|
|
117
|
+
clearCache: () => void;
|
|
118
|
+
resultsCount: () => number;
|
|
119
|
+
resetResultsCount: () => void;
|
|
120
|
+
} & {
|
|
121
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
122
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
123
|
+
clearCache: () => void;
|
|
124
|
+
resultsCount: () => number;
|
|
125
|
+
resetResultsCount: () => void;
|
|
126
|
+
};
|
|
127
|
+
lastResult: () => string;
|
|
128
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
129
|
+
recomputations: () => number;
|
|
130
|
+
resetRecomputations: () => void;
|
|
131
|
+
dependencyRecomputations: () => number;
|
|
132
|
+
resetDependencyRecomputations: () => void;
|
|
133
|
+
} & {
|
|
134
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
135
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
136
|
+
};
|
|
137
|
+
export declare const selectServerIsRunningOnProcessorHardware: ((state: {
|
|
138
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
139
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
140
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
141
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
142
|
+
ui: import("src/lib").UiConfigState;
|
|
143
|
+
}) => boolean | undefined) & {
|
|
144
|
+
clearCache: () => void;
|
|
145
|
+
resultsCount: () => number;
|
|
146
|
+
resetResultsCount: () => void;
|
|
147
|
+
} & {
|
|
148
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean | undefined;
|
|
149
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean | undefined) & {
|
|
150
|
+
clearCache: () => void;
|
|
151
|
+
resultsCount: () => number;
|
|
152
|
+
resetResultsCount: () => void;
|
|
153
|
+
};
|
|
154
|
+
lastResult: () => boolean | undefined;
|
|
155
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
156
|
+
recomputations: () => number;
|
|
157
|
+
resetRecomputations: () => void;
|
|
158
|
+
dependencyRecomputations: () => number;
|
|
159
|
+
resetDependencyRecomputations: () => void;
|
|
160
|
+
} & {
|
|
161
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
162
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
163
|
+
};
|
|
164
|
+
export declare const selectRuntimeInfo: ((state: {
|
|
165
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
166
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
167
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
168
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
169
|
+
ui: import("src/lib").UiConfigState;
|
|
170
|
+
}) => {
|
|
8
171
|
pluginVersion: string;
|
|
9
172
|
essentialsVersion: string;
|
|
10
173
|
pepperDashCoreVersion: string;
|
|
@@ -12,7 +175,103 @@ export declare const useRuntimeInfo: () => {
|
|
|
12
175
|
name: string;
|
|
13
176
|
version: string;
|
|
14
177
|
}[];
|
|
15
|
-
} | undefined
|
|
16
|
-
|
|
17
|
-
|
|
178
|
+
} | undefined) & {
|
|
179
|
+
clearCache: () => void;
|
|
180
|
+
resultsCount: () => number;
|
|
181
|
+
resetResultsCount: () => void;
|
|
182
|
+
} & {
|
|
183
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => {
|
|
184
|
+
pluginVersion: string;
|
|
185
|
+
essentialsVersion: string;
|
|
186
|
+
pepperDashCoreVersion: string;
|
|
187
|
+
essentialsPlugins: {
|
|
188
|
+
name: string;
|
|
189
|
+
version: string;
|
|
190
|
+
}[];
|
|
191
|
+
} | undefined;
|
|
192
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => {
|
|
193
|
+
pluginVersion: string;
|
|
194
|
+
essentialsVersion: string;
|
|
195
|
+
pepperDashCoreVersion: string;
|
|
196
|
+
essentialsPlugins: {
|
|
197
|
+
name: string;
|
|
198
|
+
version: string;
|
|
199
|
+
}[];
|
|
200
|
+
} | undefined) & {
|
|
201
|
+
clearCache: () => void;
|
|
202
|
+
resultsCount: () => number;
|
|
203
|
+
resetResultsCount: () => void;
|
|
204
|
+
};
|
|
205
|
+
lastResult: () => {
|
|
206
|
+
pluginVersion: string;
|
|
207
|
+
essentialsVersion: string;
|
|
208
|
+
pepperDashCoreVersion: string;
|
|
209
|
+
essentialsPlugins: {
|
|
210
|
+
name: string;
|
|
211
|
+
version: string;
|
|
212
|
+
}[];
|
|
213
|
+
} | undefined;
|
|
214
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
215
|
+
recomputations: () => number;
|
|
216
|
+
resetRecomputations: () => void;
|
|
217
|
+
dependencyRecomputations: () => number;
|
|
218
|
+
resetDependencyRecomputations: () => void;
|
|
219
|
+
} & {
|
|
220
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
221
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
222
|
+
};
|
|
223
|
+
export declare const selectTouchpanelKey: ((state: {
|
|
224
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
225
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
226
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
227
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
228
|
+
ui: import("src/lib").UiConfigState;
|
|
229
|
+
}) => string) & {
|
|
230
|
+
clearCache: () => void;
|
|
231
|
+
resultsCount: () => number;
|
|
232
|
+
resetResultsCount: () => void;
|
|
233
|
+
} & {
|
|
234
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string;
|
|
235
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => string) & {
|
|
236
|
+
clearCache: () => void;
|
|
237
|
+
resultsCount: () => number;
|
|
238
|
+
resetResultsCount: () => void;
|
|
239
|
+
};
|
|
240
|
+
lastResult: () => string;
|
|
241
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
242
|
+
recomputations: () => number;
|
|
243
|
+
resetRecomputations: () => void;
|
|
244
|
+
dependencyRecomputations: () => number;
|
|
245
|
+
resetDependencyRecomputations: () => void;
|
|
246
|
+
} & {
|
|
247
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
248
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
249
|
+
};
|
|
250
|
+
export declare const selectIsTouchpanel: ((state: {
|
|
251
|
+
appConfig: import("../appConfig/appConfig.slice").AppConfigState;
|
|
252
|
+
runtimeConfig: import("./runtimeConfig.slice").RuntimeConfigState;
|
|
253
|
+
rooms: Record<string, import("src/lib").RoomState>;
|
|
254
|
+
devices: Record<string, import("src/lib").DeviceState>;
|
|
255
|
+
ui: import("src/lib").UiConfigState;
|
|
256
|
+
}) => boolean) & {
|
|
257
|
+
clearCache: () => void;
|
|
258
|
+
resultsCount: () => number;
|
|
259
|
+
resetResultsCount: () => void;
|
|
260
|
+
} & {
|
|
261
|
+
resultFunc: (resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean;
|
|
262
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./runtimeConfig.slice").RuntimeConfigState) => boolean) & {
|
|
263
|
+
clearCache: () => void;
|
|
264
|
+
resultsCount: () => number;
|
|
265
|
+
resetResultsCount: () => void;
|
|
266
|
+
};
|
|
267
|
+
lastResult: () => boolean;
|
|
268
|
+
dependencies: [(state: RootState) => import("./runtimeConfig.slice").RuntimeConfigState];
|
|
269
|
+
recomputations: () => number;
|
|
270
|
+
resetRecomputations: () => void;
|
|
271
|
+
dependencyRecomputations: () => number;
|
|
272
|
+
resetDependencyRecomputations: () => void;
|
|
273
|
+
} & {
|
|
274
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
275
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
276
|
+
};
|
|
18
277
|
//# sourceMappingURL=runtime.selectors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.selectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtime.selectors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"runtime.selectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/runtimeConfig/runtime.selectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAKpC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;2BAFH,SAAS;;;;;;;;CAKrC,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;2BAPG,SAAS;;;;;;;;CAUrC,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;2BAZE,SAAS;;;;;;;;CAerC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;2BAjBA,SAAS;;;;;;;;CAoBrC,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;2BAtBE,SAAS;;;;;;;;CAyBrC,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;2BA3BxB,SAAS;;;;;;;;CA8BrC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAhCD,SAAS;;;;;;;;CAmCrC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;2BArCH,SAAS;;;;;;;;CAwCrC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;2BA1CF,SAAS;;;;;;;;CA6CrC,CAAC"}
|
|
@@ -6,4 +6,4 @@ export declare const useShowPopoverById: (popoverGroup: string, popoverId: strin
|
|
|
6
6
|
export declare const useError: () => string;
|
|
7
7
|
export declare const useShowReconnect: () => boolean;
|
|
8
8
|
export declare const useTheme: () => string | undefined;
|
|
9
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=ui.hooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui.hooks.d.ts","sourceRoot":"","sources":["../../../src/lib/store/ui/ui.hooks.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,eAAmE,CAAC;AAErG,eAAO,MAAM,wBAAwB,eAAuE,CAAC;AAE7G,eAAO,MAAM,YAAY,cAAe,MAAM,YAAqD,CAAC;AAEpG,eAAO,MAAM,8BAA8B,iBAAkB,MAAM,uBAAiE,CAAC;AAErI,eAAO,MAAM,kBAAkB,iBAAkB,MAAM,aAAa,MAAM,YAAmE,CAAC;AAE9I,eAAO,MAAM,QAAQ,cAAoC,CAAC;AAE1D,eAAO,MAAM,gBAAgB,eAA4C,CAAC;AAE1E,eAAO,MAAM,QAAQ,0BAAoC,CAAC"}
|