@pepperdash/mobile-control-react-app-core 1.20.0 → 1.20.2
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 +160 -176
- package/dist/mobile-control-react-app-core.umd.js +15 -17
- package/dist/shared/Buttons/IconButton/IconButton.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts +80 -0
- package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts.map +1 -1
- package/dist/types/classes/room-data.d.ts +7 -0
- package/dist/types/classes/room-data.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/Buttons/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAG/D;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU,oMAcpB,eAAe,
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/Buttons/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAG/D;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU,oMAcpB,eAAe,4CAiCjB,CAAC;AAEF,MAAM,WAAW,eACf,SAAQ,iBAAiB,CACvB,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,iBAAiB,CAClB;IACD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,SAAS,EAAE,WAAW,CAAC;IACvB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,SAAS;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,WAAW,GAAG,CAAC,KAAK,EAAE,SAAS,KAAK,GAAG,CAAC,OAAO,CAAC"}
|
|
@@ -43,6 +43,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
43
43
|
version: string;
|
|
44
44
|
}[];
|
|
45
45
|
};
|
|
46
|
+
rooms: {
|
|
47
|
+
key: string;
|
|
48
|
+
name: string;
|
|
49
|
+
Name: string;
|
|
50
|
+
}[];
|
|
51
|
+
devices: {
|
|
52
|
+
key: string;
|
|
53
|
+
name: string;
|
|
54
|
+
Name: string;
|
|
55
|
+
}[];
|
|
46
56
|
} | undefined;
|
|
47
57
|
userCode: string;
|
|
48
58
|
codeExpires?: Date | undefined;
|
|
@@ -77,6 +87,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
77
87
|
version: string;
|
|
78
88
|
}[];
|
|
79
89
|
};
|
|
90
|
+
rooms: {
|
|
91
|
+
key: string;
|
|
92
|
+
name: string;
|
|
93
|
+
Name: string;
|
|
94
|
+
}[];
|
|
95
|
+
devices: {
|
|
96
|
+
key: string;
|
|
97
|
+
name: string;
|
|
98
|
+
Name: string;
|
|
99
|
+
}[];
|
|
80
100
|
} | undefined;
|
|
81
101
|
userCode: string;
|
|
82
102
|
codeExpires?: Date | undefined;
|
|
@@ -111,6 +131,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
111
131
|
version: string;
|
|
112
132
|
}[];
|
|
113
133
|
};
|
|
134
|
+
rooms: {
|
|
135
|
+
key: string;
|
|
136
|
+
name: string;
|
|
137
|
+
Name: string;
|
|
138
|
+
}[];
|
|
139
|
+
devices: {
|
|
140
|
+
key: string;
|
|
141
|
+
name: string;
|
|
142
|
+
Name: string;
|
|
143
|
+
}[];
|
|
114
144
|
} | undefined;
|
|
115
145
|
userCode: string;
|
|
116
146
|
codeExpires?: Date | undefined;
|
|
@@ -145,6 +175,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
145
175
|
version: string;
|
|
146
176
|
}[];
|
|
147
177
|
};
|
|
178
|
+
rooms: {
|
|
179
|
+
key: string;
|
|
180
|
+
name: string;
|
|
181
|
+
Name: string;
|
|
182
|
+
}[];
|
|
183
|
+
devices: {
|
|
184
|
+
key: string;
|
|
185
|
+
name: string;
|
|
186
|
+
Name: string;
|
|
187
|
+
}[];
|
|
148
188
|
} | undefined;
|
|
149
189
|
userCode: string;
|
|
150
190
|
codeExpires?: Date | undefined;
|
|
@@ -179,6 +219,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
179
219
|
version: string;
|
|
180
220
|
}[];
|
|
181
221
|
};
|
|
222
|
+
rooms: {
|
|
223
|
+
key: string;
|
|
224
|
+
name: string;
|
|
225
|
+
Name: string;
|
|
226
|
+
}[];
|
|
227
|
+
devices: {
|
|
228
|
+
key: string;
|
|
229
|
+
name: string;
|
|
230
|
+
Name: string;
|
|
231
|
+
}[];
|
|
182
232
|
} | undefined;
|
|
183
233
|
userCode: string;
|
|
184
234
|
codeExpires?: Date | undefined;
|
|
@@ -213,6 +263,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
213
263
|
version: string;
|
|
214
264
|
}[];
|
|
215
265
|
};
|
|
266
|
+
rooms: {
|
|
267
|
+
key: string;
|
|
268
|
+
name: string;
|
|
269
|
+
Name: string;
|
|
270
|
+
}[];
|
|
271
|
+
devices: {
|
|
272
|
+
key: string;
|
|
273
|
+
name: string;
|
|
274
|
+
Name: string;
|
|
275
|
+
}[];
|
|
216
276
|
} | undefined;
|
|
217
277
|
userCode: string;
|
|
218
278
|
codeExpires?: Date | undefined;
|
|
@@ -247,6 +307,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
247
307
|
version: string;
|
|
248
308
|
}[];
|
|
249
309
|
};
|
|
310
|
+
rooms: {
|
|
311
|
+
key: string;
|
|
312
|
+
name: string;
|
|
313
|
+
Name: string;
|
|
314
|
+
}[];
|
|
315
|
+
devices: {
|
|
316
|
+
key: string;
|
|
317
|
+
name: string;
|
|
318
|
+
Name: string;
|
|
319
|
+
}[];
|
|
250
320
|
} | undefined;
|
|
251
321
|
userCode: string;
|
|
252
322
|
codeExpires?: Date | undefined;
|
|
@@ -281,6 +351,16 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
|
|
|
281
351
|
version: string;
|
|
282
352
|
}[];
|
|
283
353
|
};
|
|
354
|
+
rooms: {
|
|
355
|
+
key: string;
|
|
356
|
+
name: string;
|
|
357
|
+
Name: string;
|
|
358
|
+
}[];
|
|
359
|
+
devices: {
|
|
360
|
+
key: string;
|
|
361
|
+
name: string;
|
|
362
|
+
Name: string;
|
|
363
|
+
}[];
|
|
284
364
|
} | undefined;
|
|
285
365
|
userCode: string;
|
|
286
366
|
codeExpires?: Date | undefined;
|
|
@@ -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;AAqE7C,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,QAAQ,EAAE,QAAQ,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,QAAQ;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,oBAAoB;;oBAlBjB,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAzCe,cAAc,kBAAkB,CAAC;;oBA+BzD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eArCO,cAAc,MAAM,CAAC;;oBA2BrC,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAlCsB,cAAc,OAAO,CAAC;;oBAwBrD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA/Be,cAAc,MAAM,CAAC;;oBAqB7C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA5BU,cAAc,QAAQ,CAAC;;oBAkB1C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAzBgB,cAAc,MAAM,CAAC;;oBAe9C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eArBU,cAAc,QAAQ,CAAC;;oBAW1C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAjBe,cAAc,MAAM,CAAC;mBAyBC,CAAC;AAC/D,eAAO,MAAM,oBAAoB,6CAA6B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IKeyName } from "../interfaces";
|
|
1
2
|
export interface RoomData {
|
|
2
3
|
clientId: string | number;
|
|
3
4
|
roomKey: string;
|
|
@@ -20,5 +21,11 @@ export interface EssentialsConfig {
|
|
|
20
21
|
version: string;
|
|
21
22
|
}[];
|
|
22
23
|
};
|
|
24
|
+
rooms: EssentialsRoom[];
|
|
25
|
+
devices: EssentialsDevice[];
|
|
26
|
+
}
|
|
27
|
+
export interface EssentialsRoom extends IKeyName {
|
|
28
|
+
}
|
|
29
|
+
export interface EssentialsDevice extends IKeyName {
|
|
23
30
|
}
|
|
24
31
|
//# sourceMappingURL=room-data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"room-data.d.ts","sourceRoot":"","sources":["../../../src/lib/types/classes/room-data.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE;QACX,aAAa,EAAE,MAAM,CAAC;QACtB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,qBAAqB,EAAE,MAAM,CAAC;QAC9B,iBAAiB,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;KACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"room-data.d.ts","sourceRoot":"","sources":["../../../src/lib/types/classes/room-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE;QACX,aAAa,EAAE,MAAM,CAAC;QACtB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,qBAAqB,EAAE,MAAM,CAAC;QAC9B,iBAAiB,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;KACxD,CAAC;IACF,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,OAAO,EAAE,gBAAgB,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,cAAe,SAAQ,QAAQ;CAAE;AAElD,MAAM,WAAW,gBAAiB,SAAQ,QAAQ;CAAE"}
|