@pepperdash/mobile-control-react-app-core 1.21.0-feature-export-useCameraBase.4 → 1.21.0-feature-export-useCameraBase.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.
@@ -5,6 +5,6 @@ import { IKeyName } from '../../..';
5
5
  * @returns
6
6
  */
7
7
  export declare function useIDspPresets(key: string): {
8
- recallPreset: (preset: IKeyName) => void;
8
+ recallPreset: (presetKey: string | IKeyName) => void;
9
9
  };
10
10
  //# sourceMappingURL=useIDspPresets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useIDspPresets.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useIDspPresets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAuB,MAAM,UAAU,CAAC;AAEzD;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM;2BAGR,QAAQ;EAKzC"}
1
+ {"version":3,"file":"useIDspPresets.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useIDspPresets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAuB,MAAM,UAAU,CAAC;AAEzD;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM;8BAGP,MAAM,GAAG,QAAQ;EAUnD"}
@@ -8,10 +8,10 @@ export declare const useGetRoom: typeof useRoomState;
8
8
  export declare const useRoomName: (roomKey: string) => string | undefined;
9
9
  export declare const useRoomVolume: (roomKey: string, volumeKey: RoomVolumeType) => import("../..").Volume | undefined;
10
10
  export declare const useRoomLevelControls: (roomKey: string) => LevelControlsState;
11
- export declare const useRoomSourceList: (roomKey: string) => Record<string, import("../../types/state/sourceListItem").SourceListItem> | undefined;
11
+ export declare const useRoomSourceList: (roomKey: string) => Record<string, import("../..").SourceListItem> | undefined;
12
12
  export declare const useRoomAudioControlPointList: (roomKey: string) => import("../..").AudioControlPointListItem | undefined;
13
13
  export declare const useRoomDestinations: (roomKey: string) => Record<import("../..").DestinationTypes, string> | undefined;
14
- export declare const useRoomDestinationList: (roomKey: string) => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined;
14
+ export declare const useRoomDestinationList: (roomKey: string) => Record<string, import("../..").DestinationListItem> | undefined;
15
15
  export declare const useRoomEnvironmentalDevices: (roomKey: string) => import("../..").EnvironmentalDeviceConfiguration[] | undefined;
16
16
  export declare const useRoomProgramAudioDestinationKey: (roomKey: string) => string | undefined;
17
17
  export declare const useRoomCodecContentDestinationKey: (roomKey: string) => string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"rooms.hooks.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.hooks.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAI3F,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,CAGnF;AAED,wBAAgB,cAAc,8BAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAAE,OAAO,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAE5F;AAGD,iCAAiC;AACjC,eAAO,MAAM,UAAU,qBAAe,CAAC;AAEvC,eAAO,MAAM,WAAW,YAAa,MAAM,uBAExC,CAAC;AAGJ,eAAO,MAAM,aAAa,YAAa,MAAM,aAAa,cAAc,uCAErE,CAAC;AAEJ,eAAO,MAAM,oBAAoB,YAAa,MAAM,uBAC4C,CAAC;AAEjG,eAAO,MAAM,iBAAiB,YAAa,MAAM,0FACF,CAAC;AAEhD,eAAO,MAAM,4BAA4B,YAAa,MAAM,0DACF,CAAC;AAE3D,eAAO,MAAM,mBAAmB,YAAa,MAAM,iEACF,CAAC;AAElD,eAAO,MAAM,sBAAsB,YAAa,MAAM,oGACF,CAAC;AAErD,eAAO,MAAM,2BAA2B,YAAa,MAAM,mEACF,CAAC;AAE1D,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBACF,CAAC;AAEhE,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBACF,CAAC;AAEhE,eAAO,MAAM,aAAa,YAAa,MAAM,wBACF,CAAC;AAE5C,eAAO,MAAM,kBAAkB,YAAa,MAAM,wBACF,CAAC;AAEjD,eAAO,MAAM,oBAAoB,YAAa,MAAM,wBACF,CAAC;AAEnD,eAAO,MAAM,WAAW,YAAa,MAAM,wBACF,CAAC;AAE1C,eAAO,MAAM,4BAA4B,YAAa,MAAM,wBACF,CAAC;AAE3D,eAAO,MAAM,iBAAiB,YAAa,MAAM,2CACF,CAAC;AAEhD,eAAO,MAAM,uBAAuB,YAAa,MAAM,+CAEtD,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAAa,MAAM,uBACL,CAAC"}
1
+ {"version":3,"file":"rooms.hooks.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.hooks.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAI3F,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,CAGnF;AAED,wBAAgB,cAAc,8BAE7B;AAED,wBAAgB,YAAY,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAAE,OAAO,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAE5F;AAGD,iCAAiC;AACjC,eAAO,MAAM,UAAU,qBAAe,CAAC;AAEvC,eAAO,MAAM,WAAW,YAAa,MAAM,uBAExC,CAAC;AAGJ,eAAO,MAAM,aAAa,YAAa,MAAM,aAAa,cAAc,uCAErE,CAAC;AAEJ,eAAO,MAAM,oBAAoB,YAAa,MAAM,uBAC4C,CAAC;AAEjG,eAAO,MAAM,iBAAiB,YAAa,MAAM,+DACF,CAAC;AAEhD,eAAO,MAAM,4BAA4B,YAAa,MAAM,0DACF,CAAC;AAE3D,eAAO,MAAM,mBAAmB,YAAa,MAAM,iEACF,CAAC;AAElD,eAAO,MAAM,sBAAsB,YAAa,MAAM,oEACF,CAAC;AAErD,eAAO,MAAM,2BAA2B,YAAa,MAAM,mEACF,CAAC;AAE1D,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBACF,CAAC;AAEhE,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBACF,CAAC;AAEhE,eAAO,MAAM,aAAa,YAAa,MAAM,wBACF,CAAC;AAE5C,eAAO,MAAM,kBAAkB,YAAa,MAAM,wBACF,CAAC;AAEjD,eAAO,MAAM,oBAAoB,YAAa,MAAM,wBACF,CAAC;AAEnD,eAAO,MAAM,WAAW,YAAa,MAAM,wBACF,CAAC;AAE1C,eAAO,MAAM,4BAA4B,YAAa,MAAM,wBACF,CAAC;AAE3D,eAAO,MAAM,iBAAiB,YAAa,MAAM,2CACF,CAAC;AAEhD,eAAO,MAAM,uBAAuB,YAAa,MAAM,+CAEtD,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAAa,MAAM,uBACL,CAAC"}
@@ -167,18 +167,18 @@ export declare const selectRoomSourceList: (roomKey: string) => ((state: {
167
167
  rooms: Record<string, import("../..").RoomState>;
168
168
  devices: Record<string, import("../..").DeviceState>;
169
169
  ui: import("../..").UiConfigState;
170
- }) => Record<string, import("../../types/state/sourceListItem").SourceListItem> | undefined) & {
170
+ }) => Record<string, import("../..").SourceListItem> | undefined) & {
171
171
  clearCache: () => void;
172
172
  resultsCount: () => number;
173
173
  resetResultsCount: () => void;
174
174
  } & {
175
- resultFunc: (resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../../types/state/sourceListItem").SourceListItem> | undefined;
176
- memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../../types/state/sourceListItem").SourceListItem> | undefined) & {
175
+ resultFunc: (resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../..").SourceListItem> | undefined;
176
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../..").SourceListItem> | undefined) & {
177
177
  clearCache: () => void;
178
178
  resultsCount: () => number;
179
179
  resetResultsCount: () => void;
180
180
  };
181
- lastResult: () => Record<string, import("../../types/state/sourceListItem").SourceListItem> | undefined;
181
+ lastResult: () => Record<string, import("../..").SourceListItem> | undefined;
182
182
  dependencies: [(state: RootState) => Record<string, import("../..").RoomState>];
183
183
  recomputations: () => number;
184
184
  resetRecomputations: () => void;
@@ -248,18 +248,18 @@ export declare const selectRoomDestinationList: (roomKey: string) => ((state: {
248
248
  rooms: Record<string, import("../..").RoomState>;
249
249
  devices: Record<string, import("../..").DeviceState>;
250
250
  ui: import("../..").UiConfigState;
251
- }) => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined) & {
251
+ }) => Record<string, import("../..").DestinationListItem> | undefined) & {
252
252
  clearCache: () => void;
253
253
  resultsCount: () => number;
254
254
  resetResultsCount: () => void;
255
255
  } & {
256
- resultFunc: (resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined;
257
- memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined) & {
256
+ resultFunc: (resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../..").DestinationListItem> | undefined;
257
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("../..").RoomState>) => Record<string, import("../..").DestinationListItem> | undefined) & {
258
258
  clearCache: () => void;
259
259
  resultsCount: () => number;
260
260
  resetResultsCount: () => void;
261
261
  };
262
- lastResult: () => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined;
262
+ lastResult: () => Record<string, import("../..").DestinationListItem> | undefined;
263
263
  dependencies: [(state: RootState) => Record<string, import("../..").RoomState>];
264
264
  recomputations: () => number;
265
265
  resetRecomputations: () => void;
@@ -46,12 +46,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
46
46
  rooms: {
47
47
  key: string;
48
48
  name: string;
49
- Name: string;
50
49
  }[];
51
50
  devices: {
52
51
  key: string;
53
52
  name: string;
54
- Name: string;
55
53
  }[];
56
54
  } | undefined;
57
55
  userCode: string;
@@ -90,12 +88,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
90
88
  rooms: {
91
89
  key: string;
92
90
  name: string;
93
- Name: string;
94
91
  }[];
95
92
  devices: {
96
93
  key: string;
97
94
  name: string;
98
- Name: string;
99
95
  }[];
100
96
  } | undefined;
101
97
  userCode: string;
@@ -134,12 +130,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
134
130
  rooms: {
135
131
  key: string;
136
132
  name: string;
137
- Name: string;
138
133
  }[];
139
134
  devices: {
140
135
  key: string;
141
136
  name: string;
142
- Name: string;
143
137
  }[];
144
138
  } | undefined;
145
139
  userCode: string;
@@ -178,12 +172,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
178
172
  rooms: {
179
173
  key: string;
180
174
  name: string;
181
- Name: string;
182
175
  }[];
183
176
  devices: {
184
177
  key: string;
185
178
  name: string;
186
- Name: string;
187
179
  }[];
188
180
  } | undefined;
189
181
  userCode: string;
@@ -222,12 +214,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
222
214
  rooms: {
223
215
  key: string;
224
216
  name: string;
225
- Name: string;
226
217
  }[];
227
218
  devices: {
228
219
  key: string;
229
220
  name: string;
230
- Name: string;
231
221
  }[];
232
222
  } | undefined;
233
223
  userCode: string;
@@ -266,12 +256,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
266
256
  rooms: {
267
257
  key: string;
268
258
  name: string;
269
- Name: string;
270
259
  }[];
271
260
  devices: {
272
261
  key: string;
273
262
  name: string;
274
- Name: string;
275
263
  }[];
276
264
  } | undefined;
277
265
  userCode: string;
@@ -310,12 +298,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
310
298
  rooms: {
311
299
  key: string;
312
300
  name: string;
313
- Name: string;
314
301
  }[];
315
302
  devices: {
316
303
  key: string;
317
304
  name: string;
318
- Name: string;
319
305
  }[];
320
306
  } | undefined;
321
307
  userCode: string;
@@ -354,12 +340,10 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
354
340
  rooms: {
355
341
  key: string;
356
342
  name: string;
357
- Name: string;
358
343
  }[];
359
344
  devices: {
360
345
  key: string;
361
346
  name: string;
362
- Name: string;
363
347
  }[];
364
348
  } | undefined;
365
349
  userCode: 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;AAqE7C,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,kCAAkC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxD,SAAS,EAAE;QACT,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,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;CACvB;AAED,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,oBAAoB;;oBAlBnB,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA1Ca,cAAc,kBAAkB,CAAC;;oBAgCvD,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eArCK,cAAc,MAAM,CAAC;;oBA2BnC,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAlCoB,cAAc,OAAO,CAAC;;oBAwBnD,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA/Ba,cAAc,MAAM,CAAC;;oBAqB3C,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA5BQ,cAAc,QAAQ,CAAC;;oBAkBxC,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAzBc,cAAc,MAAM,CAAC;;oBAe5C,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eArBQ,cAAc,QAAQ,CAAC;;oBAWxC,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAjBa,cAAc,MAAM,CAAC;mBAyBK,CAAC;AAC/D,eAAO,MAAM,oBAAoB,6CAA6B,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;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,kCAAkC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxD,SAAS,EAAE;QACT,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,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;CACvB;AAED,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,oBAAoB;;oBAlBnB,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA1Ca,cAAc,kBAAkB,CAAC;;oBAgCvD,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eArCK,cAAc,MAAM,CAAC;;oBA2BnC,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAlCoB,cAAc,OAAO,CAAC;;oBAwBnD,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA/Ba,cAAc,MAAM,CAAC;;oBAqB3C,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eA5BQ,cAAc,QAAQ,CAAC;;oBAkBxC,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAzBc,cAAc,MAAM,CAAC;;oBAe5C,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eArBQ,cAAc,QAAQ,CAAC;;oBAWxC,MAAM;4CACkB,OAAO,GAAG,SAAS;;;;uBAIxC,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAEG,MAAM;uBACP,MAAM;eAjBa,cAAc,MAAM,CAAC;mBAyBK,CAAC;AAC/D,eAAO,MAAM,oBAAoB,6CAA6B,CAAC"}
@@ -1,6 +1,5 @@
1
1
  export interface IKeyName {
2
2
  key: string;
3
3
  name: string;
4
- Name: string;
5
4
  }
6
5
  //# sourceMappingURL=IKeyName.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IKeyName.d.ts","sourceRoot":"","sources":["../../../src/lib/types/interfaces/IKeyName.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd"}
1
+ {"version":3,"file":"IKeyName.d.ts","sourceRoot":"","sources":["../../../src/lib/types/interfaces/IKeyName.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -9,4 +9,17 @@ export * from './message';
9
9
  export * from './environment';
10
10
  export * from './volume';
11
11
  export * from './state';
12
+ export * from './AudioControlPointListItemBase';
13
+ export * from './CameraListItem';
14
+ export * from './collections';
15
+ export * from './common-functions-util';
16
+ export * from './config';
17
+ export * from './daysOfWeek';
18
+ export * from './DestinationListItem';
19
+ export * from './device';
20
+ export * from './LevelControlListItem';
21
+ export * from './message';
22
+ export * from './message-handler';
23
+ export * from './PresetListItem';
24
+ export * from './sourceListItem';
12
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,cAAc,WAAW,CAAC;AAG1B,cAAc,eAAe,CAAC;AAG9B,cAAc,UAAU,CAAC;AAGzB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,cAAc,WAAW,CAAC;AAG1B,cAAc,eAAe,CAAC;AAG9B,cAAc,UAAU,CAAC;AAGzB,cAAc,SAAS,CAAC;AAExB,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,wBAAwB,CAAC;AACvC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC"}
@@ -12,7 +12,7 @@ export interface InputSlot extends DeviceState, IKeyName, IOnline, IVideoSync, I
12
12
  }
13
13
  export interface OutputSlot extends IKeyName, ISlotNumber, IOnline {
14
14
  rxDeviceKey: string;
15
- currentRoutes: Record<SignalType, InputSlot>;
15
+ currentRoutes: Partial<Record<SignalType, InputSlot>>;
16
16
  }
17
17
  export interface IVideoSync {
18
18
  videoSyncDetected: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"MatrixRoutingState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/MatrixRoutingState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAClC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;CACrC;AAED,MAAM,WAAW,SAAU,SAAQ,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,WAAW;IACxF,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,UAAU,CAAC;CAClC;AAED,MAAM,WAAW,UAAW,SAAQ,QAAQ,EAAE,WAAW,EAAE,OAAO;IAChE,WAAW,EAAE,MAAM,CAAC;IAEpB,aAAa,EAAE,MAAM,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;CAC9C;AAED,MAAM,WAAW,UAAU;IACzB,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"MatrixRoutingState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/MatrixRoutingState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAClC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;CACrC;AAED,MAAM,WAAW,SACf,SAAQ,WAAW,EACjB,QAAQ,EACR,OAAO,EACP,UAAU,EACV,WAAW;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,UAAU,CAAC;CAClC;AAED,MAAM,WAAW,UAAW,SAAQ,QAAQ,EAAE,WAAW,EAAE,OAAO;IAChE,WAAW,EAAE,MAAM,CAAC;IAEpB,aAAa,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC;CACvD;AAED,MAAM,WAAW,UAAU;IACzB,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -7,6 +7,5 @@ export interface WebsocketContextType {
7
7
  removeEventHandler: (eventType: string, key: string) => void;
8
8
  reconnect: () => void;
9
9
  }
10
- declare const WebsocketContext: import("react").Context<WebsocketContextType>;
11
- export default WebsocketContext;
10
+ export declare const WebsocketContext: import("react").Context<WebsocketContextType>;
12
11
  //# sourceMappingURL=WebsocketContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketContext.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,OAAO,KAAM,IAAI,CAAC;IACvE,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,KAAM,IAAI,CAAC;IAC/E,eAAe,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,KAAK,IAAI,CAAC;IAC7F,kBAAkB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,QAAA,MAAM,gBAAgB,+CAMpB,CAAC;AAEH,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"WebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketContext.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,OAAO,KAAK,IAAI,CAAC;IACtE,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC9E,eAAe,EAAE,CACf,SAAS,EAAE,MAAM,EACjB,GAAG,EAAE,MAAM,EACX,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,KAC9B,IAAI,CAAC;IACV,kBAAkB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,eAAO,MAAM,gBAAgB,+CAM3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"WebsocketProvider.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketProvider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAA4C,MAAM,OAAO,CAAC;AAuB5E;;;;GAIG;AACH,QAAA,MAAM,iBAAiB;cAA8B,SAAS;6CAoa7D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"WebsocketProvider.d.ts","sourceRoot":"","sources":["../../src/lib/utils/WebsocketProvider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAA4C,MAAM,OAAO,CAAC;AAuB5E;;;;GAIG;AACH,QAAA,MAAM,iBAAiB;cAA8B,SAAS;6CAiZ7D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1,3 +1,4 @@
1
- export * from "./Clock";
2
- export * from "./useWebsocketContext";
1
+ export * from './Clock';
2
+ export * from './useWebsocketContext';
3
+ export * from './WebsocketContext';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useWebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/useWebsocketContext.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,mBAAmB,sDAElC"}
1
+ {"version":3,"file":"useWebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/useWebsocketContext.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,mBAAmB,sDAElC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pepperdash/mobile-control-react-app-core",
3
3
  "private": false,
4
- "version": "1.21.0-feature-export-useCameraBase.4",
4
+ "version": "1.21.0-feature-export-useCameraBase.6",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -65,7 +65,10 @@
65
65
  "import": "./dist/mobile-control-react-app-core.es.js",
66
66
  "require": "./dist/mobile-control-react-app-core.umd.js"
67
67
  },
68
- "./style.css": "./dist/mobile-control-react-app-core.css"
68
+ "./style.css": {
69
+ "import": "./dist/style.css",
70
+ "require": "./dist/style.css"
71
+ }
69
72
  },
70
73
  "main": "./dist/mobile-control-react-app-core.umd.js",
71
74
  "module": "./dist/mobile-control-react-app-core.es.js",
@@ -79,7 +82,7 @@
79
82
  },
80
83
  "repository": {
81
84
  "type": "git",
82
- "url": "https://github.com/PepperDash/mobile-control-react-app-core"
85
+ "url": "git+https://github.com/PepperDash/mobile-control-react-app-core.git"
83
86
  },
84
87
  "bugs": {
85
88
  "url": "https://github.com/PepperDash/mobile-control-react-app-core"