@pepperdash/mobile-control-react-app-core 1.20.2 → 1.20.4

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.
@@ -1,6 +1,6 @@
1
1
  export * from "./interfaces";
2
2
  export * from "./useDeviceIBasicVolumeWithFeedback";
3
- export * from "./useGetDeviceStateFromRoomConfiguration";
3
+ export * from "./useGetAllDeviceStateFromRoomConfiguration";
4
4
  export * from "./useHeldButtonAction";
5
5
  export * from "./useOverflow";
6
6
  export * from "./usePressHoldRelease";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
@@ -7,4 +7,4 @@ import { RoomConfiguration } from 'src/lib/types/state/state';
7
7
  export declare const useGetAllDeviceStateFromRoomConfiguration: ({ config }: {
8
8
  config: RoomConfiguration | undefined;
9
9
  }) => void;
10
- //# sourceMappingURL=useGetDeviceStateFromRoomConfiguration.d.ts.map
10
+ //# sourceMappingURL=useGetAllDeviceStateFromRoomConfiguration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetAllDeviceStateFromRoomConfiguration.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAI9D;;;;GAIG;AACH,eAAO,MAAM,yCAAyC;YAAuB,iBAAiB,GAAG,SAAS;UAiFzG,CAAC"}
@@ -54,9 +54,11 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
54
54
  preferredName: string;
55
55
  name: string;
56
56
  includeInDestinationList: boolean;
57
+ isCodecContentDestination: boolean;
58
+ isProgramAudioDestination: boolean;
57
59
  order: number;
58
60
  surfaceLocation: number;
59
- vertialLocation: number;
61
+ verticalLocation: number;
60
62
  horizontalLocation: number;
61
63
  sinkType: import("../..").SignalType;
62
64
  };
@@ -210,9 +212,11 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
210
212
  preferredName: string;
211
213
  name: string;
212
214
  includeInDestinationList: boolean;
215
+ isCodecContentDestination: boolean;
216
+ isProgramAudioDestination: boolean;
213
217
  order: number;
214
218
  surfaceLocation: number;
215
- vertialLocation: number;
219
+ verticalLocation: number;
216
220
  horizontalLocation: number;
217
221
  sinkType: import("../..").SignalType;
218
222
  };
@@ -1 +1 @@
1
- {"version":3,"file":"rooms.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAE7D,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAA;AA6CzD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eApCU,cAAc,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCX,CAAC;AAC/C,eAAO,MAAM,YAAY,oDAAsB,CAAC"}
1
+ {"version":3,"file":"rooms.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAE7D,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAA;AA6CzD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eApCU,cAAc,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCX,CAAC;AAC/C,eAAO,MAAM,YAAY,oDAAsB,CAAC"}
@@ -8,7 +8,7 @@ export declare const useRoomLevelControls: (roomKey: string) => LevelControlsSta
8
8
  export declare const useRoomSourceList: (roomKey: string) => Record<string, import("src/lib/types").SourceListItem> | undefined;
9
9
  export declare const useRoomAudioControlPointList: (roomKey: string) => import("src/lib/types").AudioControlPointListItem | undefined;
10
10
  export declare const useRoomDestinations: (roomKey: string) => Record<import("src/lib/types").DestinationTypes, string> | undefined;
11
- export declare const useRoomDestinationList: (roomKey: string) => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined;
11
+ export declare const useRoomDestinationList: (roomKey: string) => Record<string, import("src/lib/types").DestinationListItem> | undefined;
12
12
  export declare const useRoomEnvironmentalDevices: (roomKey: string) => import("src/lib/types").EnvironmentalDeviceConfiguration[] | undefined;
13
13
  export declare const useRoomProgramAudioDestinationKey: (roomKey: string) => string | undefined;
14
14
  export declare const useRoomCodecContentDestinationKey: (roomKey: string) => string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"roomsSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/roomsSelectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAKhG,eAAO,MAAM,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,iBAAiB,GAAG,SAGzE,CAAC;AAEJ,eAAO,MAAM,YAAY,YAAa,MAAM,kDAGzC,CAAC;AAEJ,eAAO,MAAM,WAAW,YAAa,MAAM,uBAGxC,CAAC;AAGJ,eAAO,MAAM,aAAa,YAAa,MAAM,aAAa,cAAc,uBAGrE,CAAC;AAEJ,eAAO,MAAM,oBAAoB,YAAa,MAAM,mCAGjD,CAAC;AAEJ,eAAO,MAAM,iBAAiB,YAAa,MAAM,uEAK9C,CAAC;AAEJ,eAAO,MAAM,4BAA4B,YAAa,MAAM,kEAKzD,CAAC;AAEJ,eAAO,MAAM,mBAAmB,YAAa,MAAM,yEAKhD,CAAC;AAEJ,eAAO,MAAM,sBAAsB,YAAa,MAAM,oGAKnD,CAAC;AAEJ,eAAO,MAAM,2BAA2B,YAAa,MAAM,2EAKxD,CAAC;AAEJ,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBAK9D,CAAC;AAEJ,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBAK9D,CAAC;AAEJ,eAAO,MAAM,aAAa,YAAa,MAAM,wBAG1C,CAAC;AAEJ,eAAO,MAAM,kBAAkB,YAAa,MAAM,wBAG/C,CAAC;AAEJ,eAAO,MAAM,oBAAoB,YAAa,MAAM,wBAGjD,CAAC;AAEJ,eAAO,MAAM,WAAW,YAAa,MAAM,wBAGxC,CAAC;AAEJ,eAAO,MAAM,4BAA4B,YAAa,MAAM,wBAKzD,CAAC;AAEJ,eAAO,MAAM,iBAAiB,YAAa,MAAM,mDAG9C,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,YAAa,MAAM,+BAoBtD,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAAa,MAAM,uBAKxD,CAAC"}
1
+ {"version":3,"file":"roomsSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/roomsSelectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAKhG,eAAO,MAAM,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,iBAAiB,GAAG,SAGzE,CAAC;AAEJ,eAAO,MAAM,YAAY,YAAa,MAAM,kDAGzC,CAAC;AAEJ,eAAO,MAAM,WAAW,YAAa,MAAM,uBAGxC,CAAC;AAGJ,eAAO,MAAM,aAAa,YAAa,MAAM,aAAa,cAAc,uBAGrE,CAAC;AAEJ,eAAO,MAAM,oBAAoB,YAAa,MAAM,mCAGjD,CAAC;AAEJ,eAAO,MAAM,iBAAiB,YAAa,MAAM,uEAK9C,CAAC;AAEJ,eAAO,MAAM,4BAA4B,YAAa,MAAM,kEAKzD,CAAC;AAEJ,eAAO,MAAM,mBAAmB,YAAa,MAAM,yEAKhD,CAAC;AAEJ,eAAO,MAAM,sBAAsB,YAAa,MAAM,4EAKnD,CAAC;AAEJ,eAAO,MAAM,2BAA2B,YAAa,MAAM,2EAKxD,CAAC;AAEJ,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBAK9D,CAAC;AAEJ,eAAO,MAAM,iCAAiC,YAAa,MAAM,uBAK9D,CAAC;AAEJ,eAAO,MAAM,aAAa,YAAa,MAAM,wBAG1C,CAAC;AAEJ,eAAO,MAAM,kBAAkB,YAAa,MAAM,wBAG/C,CAAC;AAEJ,eAAO,MAAM,oBAAoB,YAAa,MAAM,wBAGjD,CAAC;AAEJ,eAAO,MAAM,WAAW,YAAa,MAAM,wBAGxC,CAAC;AAEJ,eAAO,MAAM,4BAA4B,YAAa,MAAM,wBAKzD,CAAC;AAEJ,eAAO,MAAM,iBAAiB,YAAa,MAAM,mDAG9C,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,YAAa,MAAM,+BAoBtD,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAAa,MAAM,uBAKxD,CAAC"}
@@ -4,9 +4,11 @@ export interface DestinationListItem {
4
4
  preferredName: string;
5
5
  name: string;
6
6
  includeInDestinationList: boolean;
7
+ isCodecContentDestination: boolean;
8
+ isProgramAudioDestination: boolean;
7
9
  order: number;
8
10
  surfaceLocation: number;
9
- vertialLocation: number;
11
+ verticalLocation: number;
10
12
  horizontalLocation: number;
11
13
  sinkType: SignalType;
12
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DestinationListItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/DestinationListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG5C,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB,EAAE,OAAO,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,QAAQ,EAAE,UAAU,CAAC;CACtB"}
1
+ {"version":3,"file":"DestinationListItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/DestinationListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG5C,MAAM,WAAW,mBAAmB;IAElC,OAAO,EAAE,MAAM,CAAC;IAEhB,aAAa,EAAE,MAAM,CAAC;IAEtB,IAAI,EAAE,MAAM,CAAC;IAEb,wBAAwB,EAAE,OAAO,CAAC;IAElC,yBAAyB,EAAE,OAAO,CAAC;IAEnC,yBAAyB,EAAE,OAAO,CAAC;IAEnC,KAAK,EAAE,MAAM,CAAC;IAEd,eAAe,EAAE,MAAM,CAAC;IAGxB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,QAAQ,EAAE,UAAU,CAAC;CACtB"}
@@ -1,14 +1,15 @@
1
1
  export * from './AudioControlPointListItemBase';
2
- export * from './LevelControlListItem';
3
- export * from './PresetListItem';
4
2
  export * from './collections';
5
3
  export * from './common-functions-util';
6
4
  export * from './config';
7
5
  export * from './daysOfWeek';
6
+ export * from './DestinationListItem';
8
7
  export * from './device';
9
8
  export * from './environment/lightingScene';
9
+ export * from './LevelControlListItem';
10
10
  export * from './message';
11
11
  export * from './message-handler';
12
+ export * from './PresetListItem';
12
13
  export * from './sourceListItem';
13
14
  export * from './state';
14
15
  export * from './volume/volume';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,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,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC"}
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.20.2",
4
+ "version": "1.20.4",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -1 +0,0 @@
1
- {"version":3,"file":"useGetDeviceStateFromRoomConfiguration.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useGetDeviceStateFromRoomConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAI9D;;;;GAIG;AACH,eAAO,MAAM,yCAAyC;YAAuB,iBAAiB,GAAG,SAAS;UA4EzG,CAAC"}