@pepperdash/mobile-control-react-app-core 1.9.3 → 1.11.0

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.
Files changed (46) hide show
  1. package/dist/mobile-control-react-app-core.es.js +1421 -1311
  2. package/dist/mobile-control-react-app-core.umd.js +11 -11
  3. package/dist/shared/disconnectedMessage/DisconnectedMessage.d.ts.map +1 -1
  4. package/dist/shared/hooks/index.d.ts +2 -0
  5. package/dist/shared/hooks/index.d.ts.map +1 -1
  6. package/dist/shared/hooks/interfaces/index.d.ts +1 -0
  7. package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
  8. package/dist/shared/hooks/interfaces/useILevelControls.d.ts.map +1 -1
  9. package/dist/shared/hooks/interfaces/useIRunDefaultPresentRoute.d.ts +5 -0
  10. package/dist/shared/hooks/interfaces/useIRunDefaultPresentRoute.d.ts.map +1 -0
  11. package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts.map +1 -1
  12. package/dist/shared/hooks/useOverflow.d.ts +8 -0
  13. package/dist/shared/hooks/useOverflow.d.ts.map +1 -0
  14. package/dist/shared/hooks/useScroll.d.ts +10 -0
  15. package/dist/shared/hooks/useScroll.d.ts.map +1 -0
  16. package/dist/store/devices/devices.slice.d.ts +3 -0
  17. package/dist/store/devices/devices.slice.d.ts.map +1 -1
  18. package/dist/store/rooms/rooms.slice.d.ts +53 -30
  19. package/dist/store/rooms/rooms.slice.d.ts.map +1 -1
  20. package/dist/store/rooms/roomsSelectors.d.ts +3 -1
  21. package/dist/store/rooms/roomsSelectors.d.ts.map +1 -1
  22. package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts +8 -0
  23. package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts.map +1 -1
  24. package/dist/store/runtimeConfig/runtimeSelectors.d.ts +3 -0
  25. package/dist/store/runtimeConfig/runtimeSelectors.d.ts.map +1 -1
  26. package/dist/store/ui/ui.slice.d.ts +36 -0
  27. package/dist/store/ui/ui.slice.d.ts.map +1 -1
  28. package/dist/store/ui/uiSelectors.d.ts +2 -0
  29. package/dist/store/ui/uiSelectors.d.ts.map +1 -1
  30. package/dist/style.css +1 -1
  31. package/dist/types/interfaces/IKeyName.d.ts +1 -0
  32. package/dist/types/interfaces/IKeyName.d.ts.map +1 -1
  33. package/dist/types/interfaces/ISelectableItem.d.ts +1 -3
  34. package/dist/types/interfaces/ISelectableItem.d.ts.map +1 -1
  35. package/dist/types/state/LevelControlListItem.d.ts +10 -0
  36. package/dist/types/state/LevelControlListItem.d.ts.map +1 -0
  37. package/dist/types/state/index.d.ts +1 -0
  38. package/dist/types/state/index.d.ts.map +1 -1
  39. package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts +1 -3
  40. package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts.map +1 -1
  41. package/dist/types/state/state/RoomState.d.ts +10 -8
  42. package/dist/types/state/state/RoomState.d.ts.map +1 -1
  43. package/dist/utils/WebsocketContext.d.ts +1 -0
  44. package/dist/utils/WebsocketContext.d.ts.map +1 -1
  45. package/dist/utils/WebsocketProvider.d.ts.map +1 -1
  46. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"DisconnectedMessage.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/disconnectedMessage/DisconnectedMessage.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,mBAAmB,+CAUxB,CAAA;AAED,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"DisconnectedMessage.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/disconnectedMessage/DisconnectedMessage.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,mBAAmB,+CAaxB,CAAA;AAED,eAAe,mBAAmB,CAAC"}
@@ -4,4 +4,6 @@ export * from "./useGetDeviceStateFromRoomConfiguration";
4
4
  export * from "./usePressHoldRelease";
5
5
  export * from "./useRoomIBasicVolumeWithFeedback";
6
6
  export * from "./useTimeAndDate";
7
+ export * from "./useOverflow";
8
+ export * from "./useScroll";
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -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,mCAAmC,CAAC;AAClD,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,0CAA0C,CAAC;AACzD,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC"}
@@ -28,4 +28,5 @@ export * from "./useITechPassword";
28
28
  export * from "./useITransport";
29
29
  export * from "./useMobileControlTouchpanelController";
30
30
  export * from "./useTwoWayDisplayBase";
31
+ export * from "./useIRunDefaultPresentRoute";
31
32
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,YAAY,CAAC;AAC3B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,eAAe,CAAC;AAC9B,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,YAAY,CAAC;AAC3B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,eAAe,CAAC;AAC9B,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useILevelControls.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useILevelControls.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAIlF,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,GAAG,SAAS,CAsB/E;AAED,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,kBAAkB,CAAC;IAC/B,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,MAAM,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC"}
1
+ {"version":3,"file":"useILevelControls.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useILevelControls.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAIlF,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,GAAG,SAAS,CAyB/E;AAED,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,kBAAkB,CAAC;IAC/B,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,MAAM,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC"}
@@ -0,0 +1,5 @@
1
+ export declare function useIRunDefaultPresentRoute(key: string): IRunDefaultPresentRouteProps;
2
+ export interface IRunDefaultPresentRouteProps {
3
+ runDefaultPresentRoute: () => void;
4
+ }
5
+ //# sourceMappingURL=useIRunDefaultPresentRoute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useIRunDefaultPresentRoute.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useIRunDefaultPresentRoute.ts"],"names":[],"mappings":"AAEA,wBAAgB,0BAA0B,CAAC,GAAG,EAAE,MAAM,GAAE,4BAA4B,CAQnF;AAED,MAAM,WAAW,4BAA4B;IAC3C,sBAAsB,EAAE,MAAM,IAAI,CAAC;CACpC"}
@@ -1 +1 @@
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;UAiEzG,CAAC"}
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;UAuEzG,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { RefObject } from "react";
2
+ export declare function useOverflow<T extends HTMLElement | undefined>(ref: RefObject<T | undefined>, callback?: (hasOverflowVertical: boolean, hasOverflowHorizontal: boolean) => void): UseIsOverflowProps;
3
+ export interface UseIsOverflowProps {
4
+ overflowHorizontal: boolean;
5
+ overflowVertical: boolean;
6
+ }
7
+ export default useOverflow;
8
+ //# sourceMappingURL=useOverflow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOverflow.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useOverflow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA6B,MAAM,OAAO,CAAC;AAE7D,wBAAgB,WAAW,CAAC,CAAC,SAAS,WAAW,GAAG,SAAS,EAAE,GAAG,EAAC,SAAS,CAAC,CAAC,GAAG,SAAS,CAAC,EAAE,QAAQ,CAAC,EAAC,CAAC,mBAAmB,EAAE,OAAO,EAAE,qBAAqB,EAAE,OAAO,KAAK,IAAI,GAAE,kBAAkB,CA0BhM;AAED,MAAM,WAAW,kBAAkB;IACjC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,gBAAgB,EAAE,OAAO,CAAC;CAC3B;AAED,eAAe,WAAW,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { RefObject } from "react";
2
+ export declare function useScroll<T extends HTMLElement | undefined>(ref: RefObject<T | undefined>): UseScrollProps;
3
+ export default useScroll;
4
+ export interface UseScrollProps {
5
+ scrollHorizontal: (increment: number) => void;
6
+ scrollVertical: (increment: number) => void;
7
+ horizontalScrollPosition: number;
8
+ verticalScrollPosition: number;
9
+ }
10
+ //# sourceMappingURL=useScroll.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useScroll.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useScroll.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA6B,MAAM,OAAO,CAAC;AAE7D,wBAAgB,SAAS,CAAC,CAAC,SAAS,WAAW,GAAG,SAAS,EAAE,GAAG,EAAE,SAAS,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,cAAc,CA2C1G;AAED,eAAe,SAAS,CAAC;AAEzB,MAAM,WAAW,cAAc;IAC7B,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,cAAc,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,wBAAwB,EAAE,MAAM,CAAC;IACjC,sBAAsB,EAAE,MAAM,CAAC;CAChC"}
@@ -15,6 +15,7 @@ export declare const devicesActions: import("@reduxjs/toolkit").CaseReducerActio
15
15
  status: import("../../types").MonitorStatus;
16
16
  } | undefined;
17
17
  state: unknown;
18
+ Name: string;
18
19
  };
19
20
  }, action: PayloadAction<Message>): {
20
21
  [x: string]: {
@@ -29,8 +30,10 @@ export declare const devicesActions: import("@reduxjs/toolkit").CaseReducerActio
29
30
  status: import("../../types").MonitorStatus;
30
31
  } | undefined;
31
32
  state: unknown;
33
+ Name: string;
32
34
  };
33
35
  } | undefined;
36
+ clearDevices(): Record<string, DeviceState>;
34
37
  }, "devices">;
35
38
  export declare const devicesReducer: import("redux").Reducer<Record<string, DeviceState>>;
36
39
  //# sourceMappingURL=devices.slice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"devices.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/devices/devices.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE9D,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAoCtD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;eA3BU,cAAc,OAAO,CAAC;;;;;;;;;;;;;;;aA2BT,CAAC;AACnD,eAAO,MAAM,cAAc,sDAAwB,CAAC"}
1
+ {"version":3,"file":"devices.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/devices/devices.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE9D,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAuCtD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;eA9BU,cAAc,OAAO,CAAC;;;;;;;;;;;;;;;;;aA8BT,CAAC;AACnD,eAAO,MAAM,cAAc,sDAAwB,CAAC"}
@@ -7,17 +7,11 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
7
7
  activityMode?: number | undefined;
8
8
  advancedSharingActive?: boolean | undefined;
9
9
  configuration?: {
10
+ accessoryDeviceKeys?: string[] | undefined;
10
11
  audioCodecKey?: string | undefined;
12
+ ciscoNavigatorKey?: string | undefined;
11
13
  defaultDisplayKey?: string | undefined;
12
14
  defaultPresentationSourceKey: string;
13
- destinations: {
14
- defaultDisplay: string;
15
- leftDisplay: string;
16
- centerDisplay: string;
17
- rightDisplay: string;
18
- programAudio: string;
19
- codecContent: string;
20
- };
21
15
  destinationList: {
22
16
  [x: string]: {
23
17
  sinkKey: string;
@@ -31,6 +25,15 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
31
25
  sinkType: import("../..").SignalType;
32
26
  };
33
27
  };
28
+ destinations: {
29
+ defaultDisplay: string;
30
+ leftDisplay: string;
31
+ centerDisplay: string;
32
+ rightDisplay: string;
33
+ programAudio: string;
34
+ codecContent: string;
35
+ };
36
+ endpointKeys?: string[] | undefined;
34
37
  environmentalDevices: {
35
38
  deviceKey?: string | undefined;
36
39
  deviceType?: import("../../types/state/index").EnvironmentalDeviceTypes | undefined;
@@ -39,7 +42,18 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
39
42
  hasEnvironmentalControls?: boolean | undefined;
40
43
  hasVideoConferencing?: boolean | undefined;
41
44
  helpMessage?: string | undefined;
42
- techPassword?: string | undefined;
45
+ levelControlList: {
46
+ [x: string]: {
47
+ deviceKey: string;
48
+ preferredName: string;
49
+ name: string;
50
+ includeInUserList: boolean;
51
+ order: number;
52
+ type: import("../../types/state/LevelControlListItem").LevelControlType;
53
+ };
54
+ };
55
+ matrixRoutingKey?: string | undefined;
56
+ roomCombinerKey?: string | undefined;
43
57
  sourceList: {
44
58
  [x: string]: {
45
59
  disableCodecSharing: boolean;
@@ -64,19 +78,15 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
64
78
  };
65
79
  };
66
80
  supportsAdvancedSharing?: boolean | undefined;
81
+ techPassword?: string | undefined;
82
+ touchpanelKeys?: string[] | undefined;
67
83
  uiBehavior?: {
68
84
  disableActivityButtonsWhileWarmingCooling: boolean;
69
85
  } | undefined;
70
86
  userCanChangeShareMode?: boolean | undefined;
71
87
  videoCodecIsZoomRoom?: boolean | undefined;
72
88
  videoCodecKey?: string | undefined;
73
- touchpanelKeys?: string[] | undefined;
74
89
  zoomRoomControllerKey?: string | undefined;
75
- ciscoNavigatorKey?: string | undefined;
76
- matrixRoutingKey?: string | undefined;
77
- endpointKeys?: string[] | undefined;
78
- accessoryDeviceKeys?: string[] | undefined;
79
- roomCombinerKey?: string | undefined;
80
90
  } | undefined;
81
91
  isCoolingDown?: boolean | undefined;
82
92
  isInCall?: boolean | undefined;
@@ -120,23 +130,18 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
120
130
  status: import("../../types/state/index").MonitorStatus;
121
131
  } | undefined;
122
132
  state: unknown;
133
+ Name: string;
123
134
  };
124
135
  }, action: PayloadAction<Message>): {
125
136
  [x: string]: {
126
137
  activityMode?: number | undefined;
127
138
  advancedSharingActive?: boolean | undefined;
128
139
  configuration?: {
140
+ accessoryDeviceKeys?: string[] | undefined;
129
141
  audioCodecKey?: string | undefined;
142
+ ciscoNavigatorKey?: string | undefined;
130
143
  defaultDisplayKey?: string | undefined;
131
144
  defaultPresentationSourceKey: string;
132
- destinations: {
133
- defaultDisplay: string;
134
- leftDisplay: string;
135
- centerDisplay: string;
136
- rightDisplay: string;
137
- programAudio: string;
138
- codecContent: string;
139
- };
140
145
  destinationList: {
141
146
  [x: string]: {
142
147
  sinkKey: string;
@@ -150,6 +155,15 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
150
155
  sinkType: import("../..").SignalType;
151
156
  };
152
157
  };
158
+ destinations: {
159
+ defaultDisplay: string;
160
+ leftDisplay: string;
161
+ centerDisplay: string;
162
+ rightDisplay: string;
163
+ programAudio: string;
164
+ codecContent: string;
165
+ };
166
+ endpointKeys?: string[] | undefined;
153
167
  environmentalDevices: {
154
168
  deviceKey?: string | undefined;
155
169
  deviceType?: import("../../types/state/index").EnvironmentalDeviceTypes | undefined;
@@ -158,7 +172,18 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
158
172
  hasEnvironmentalControls?: boolean | undefined;
159
173
  hasVideoConferencing?: boolean | undefined;
160
174
  helpMessage?: string | undefined;
161
- techPassword?: string | undefined;
175
+ levelControlList: {
176
+ [x: string]: {
177
+ deviceKey: string;
178
+ preferredName: string;
179
+ name: string;
180
+ includeInUserList: boolean;
181
+ order: number;
182
+ type: import("../../types/state/LevelControlListItem").LevelControlType;
183
+ };
184
+ };
185
+ matrixRoutingKey?: string | undefined;
186
+ roomCombinerKey?: string | undefined;
162
187
  sourceList: {
163
188
  [x: string]: {
164
189
  disableCodecSharing: boolean;
@@ -183,19 +208,15 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
183
208
  };
184
209
  };
185
210
  supportsAdvancedSharing?: boolean | undefined;
211
+ techPassword?: string | undefined;
212
+ touchpanelKeys?: string[] | undefined;
186
213
  uiBehavior?: {
187
214
  disableActivityButtonsWhileWarmingCooling: boolean;
188
215
  } | undefined;
189
216
  userCanChangeShareMode?: boolean | undefined;
190
217
  videoCodecIsZoomRoom?: boolean | undefined;
191
218
  videoCodecKey?: string | undefined;
192
- touchpanelKeys?: string[] | undefined;
193
219
  zoomRoomControllerKey?: string | undefined;
194
- ciscoNavigatorKey?: string | undefined;
195
- matrixRoutingKey?: string | undefined;
196
- endpointKeys?: string[] | undefined;
197
- accessoryDeviceKeys?: string[] | undefined;
198
- roomCombinerKey?: string | undefined;
199
220
  } | undefined;
200
221
  isCoolingDown?: boolean | undefined;
201
222
  isInCall?: boolean | undefined;
@@ -239,8 +260,10 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
239
260
  status: import("../../types/state/index").MonitorStatus;
240
261
  } | undefined;
241
262
  state: unknown;
263
+ Name: string;
242
264
  };
243
265
  } | undefined;
266
+ clearRooms(): Record<string, RoomState>;
244
267
  }, "rooms">;
245
268
  export declare const roomsReducer: import("redux").Reducer<Record<string, RoomState>>;
246
269
  //# sourceMappingURL=rooms.slice.d.ts.map
@@ -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;AA0CzD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAjCU,cAAc,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAiCX,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"}
@@ -1,10 +1,12 @@
1
1
  import { RoomVolumeType, Volume } from 'src/lib/types';
2
- import { DisplayState, RoomConfiguration } from "src/lib/types/state/state";
2
+ import { DisplayState, LevelControlsState, RoomConfiguration } from "src/lib/types/state/state";
3
3
  export declare const useRoomConfiguration: (roomKey: string) => RoomConfiguration | undefined;
4
4
  export declare const useRoomState: (roomKey: string) => import("src/lib/types").RoomState | undefined;
5
5
  export declare const useRoomName: (roomKey: string) => string | undefined;
6
6
  export declare const useRoomVolume: (roomKey: string, volumeKey: RoomVolumeType) => Volume | undefined;
7
+ export declare const useRoomLevelControls: (roomKey: string) => LevelControlsState | undefined;
7
8
  export declare const useRoomSourceList: (roomKey: string) => Record<string, import("src/lib/types").SourceListItem> | undefined;
9
+ export declare const useRoomLevelControlList: (roomKey: string) => Record<string, import("src/lib/types").LevelControlListItem> | undefined;
8
10
  export declare const useRoomDestinations: (roomKey: string) => Record<import("src/lib/types").DestinationTypes, string> | undefined;
9
11
  export declare const useRoomDestinationList: (roomKey: string) => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined;
10
12
  export declare const useRoomEnvironmentalDevices: (roomKey: string) => import("src/lib/types").EnvironmentalDeviceConfiguration[] | 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,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAK5E,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,iBAAiB,YAAa,MAAM,uEAK9C,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,uBAAuB,YAAa,MAAM,6EAKpD,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"}
@@ -10,6 +10,7 @@ export interface RuntimeConfigState {
10
10
  disconnectionMessage: string;
11
11
  token: string;
12
12
  roomData: RoomData;
13
+ currentRoomKey: string;
13
14
  }
14
15
  export interface UserCode {
15
16
  userCode: string;
@@ -37,6 +38,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
37
38
  enableDebug?: boolean | undefined;
38
39
  qrUrl: string;
39
40
  };
41
+ currentRoomKey: string;
40
42
  }, action: PayloadAction<RuntimeConfigState>): void;
41
43
  setToken(state: {
42
44
  apiVersion: string;
@@ -59,6 +61,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
59
61
  enableDebug?: boolean | undefined;
60
62
  qrUrl: string;
61
63
  };
64
+ currentRoomKey: string;
62
65
  }, action: PayloadAction<string>): void;
63
66
  setWebsocketIsConnected(state: {
64
67
  apiVersion: string;
@@ -81,6 +84,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
81
84
  enableDebug?: boolean | undefined;
82
85
  qrUrl: string;
83
86
  };
87
+ currentRoomKey: string;
84
88
  }, action: PayloadAction<boolean>): void;
85
89
  setPluginVersion(state: {
86
90
  apiVersion: string;
@@ -103,6 +107,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
103
107
  enableDebug?: boolean | undefined;
104
108
  qrUrl: string;
105
109
  };
110
+ currentRoomKey: string;
106
111
  }, action: PayloadAction<string>): void;
107
112
  setRoomData(state: {
108
113
  apiVersion: string;
@@ -125,6 +130,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
125
130
  enableDebug?: boolean | undefined;
126
131
  qrUrl: string;
127
132
  };
133
+ currentRoomKey: string;
128
134
  }, action: PayloadAction<RoomData>): void;
129
135
  setCurrentRoomKey(state: {
130
136
  apiVersion: string;
@@ -147,6 +153,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
147
153
  enableDebug?: boolean | undefined;
148
154
  qrUrl: string;
149
155
  };
156
+ currentRoomKey: string;
150
157
  }, action: PayloadAction<string>): void;
151
158
  setUserCode(state: {
152
159
  apiVersion: string;
@@ -169,6 +176,7 @@ export declare const runtimeConfigActions: import("@reduxjs/toolkit").CaseReduce
169
176
  enableDebug?: boolean | undefined;
170
177
  qrUrl: string;
171
178
  };
179
+ currentRoomKey: string;
172
180
  }, action: PayloadAction<UserCode>): void;
173
181
  }, "runtimeConfig">;
174
182
  export declare const runtimeConfigReducer: import("redux").Reducer<RuntimeConfigState>;
@@ -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;AAuD7C,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;CACtB;AAED,MAAM,WAAW,QAAQ;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,oBAAoB;;oBAhBjB,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;eAlCuB,cAAc,kBAAkB,CAAC;;oBA2BzD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;eA9Be,cAAc,MAAM,CAAC;;oBAuBrC,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;eA3B8B,cAAc,OAAO,CAAC;;oBAoBrD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;eAxBuB,cAAc,MAAM,CAAC;;oBAiB7C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;eArBkB,cAAc,QAAQ,CAAC;;oBAc1C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;eAlBwB,cAAc,MAAM,CAAC;;oBAW9C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;eAfkB,cAAc,QAAQ,CAAC;mBAwBI,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;AA6D7C,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;CAC1B;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;;;;;;;;;;;;;wBAEG,MAAM;eAvCc,cAAc,kBAAkB,CAAC;;oBA8BzD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;wBAEG,MAAM;eAnCM,cAAc,MAAM,CAAC;;oBA0BrC,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;wBAEG,MAAM;eAhCqB,cAAc,OAAO,CAAC;;oBAuBrD,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;wBAEG,MAAM;eA7Bc,cAAc,MAAM,CAAC;;oBAoB7C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;wBAEG,MAAM;eA1BS,cAAc,QAAQ,CAAC;;oBAiB1C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;wBAEG,MAAM;eAvBe,cAAc,MAAM,CAAC;;oBAc9C,MAAM;4CACkB,OAAO,GAAG,SAAS;;yBAEtC,OAAO;;uBAET,MAAM;8BACC,MAAM;eACrB,MAAM;;;;;;;;;;;;;wBAEG,MAAM;eAjBS,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 useSystemUuid: () => string;
5
+ export declare const useUserCode: () => string;
6
+ export declare const useServerIsRunningOnProcessorHardware: () => boolean | undefined;
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,cAAwE,CAAC;AAEhG,eAAO,MAAM,WAAW,uBAAyE,CAAC"}
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,cAAsE,CAAC;AAE9F,eAAO,MAAM,WAAW,uBAAyE,CAAC;AAElG,eAAO,MAAM,aAAa,cAA2E,CAAC;AAEtG,eAAO,MAAM,WAAW,cAAyE,CAAC;AAElG,eAAO,MAAM,qCAAqC,2BAA0F,CAAC"}
@@ -1,5 +1,7 @@
1
1
  import { PayloadAction } from '@reduxjs/toolkit';
2
2
  export interface UiConfigState {
3
+ showReconnect: boolean;
4
+ error: string;
3
5
  modalVisibility: Record<modalType | string, boolean>;
4
6
  popoverVisibility: Record<popoverGroup | string, Record<string, boolean>>;
5
7
  }
@@ -7,6 +9,8 @@ type modalType = 'showShutdownModal' | 'showIncomingCallModal';
7
9
  type popoverGroup = 'header' | 'rightDrawer';
8
10
  export declare const uiActions: import("@reduxjs/toolkit").CaseReducerActions<{
9
11
  clearAllModals(state: {
12
+ showReconnect: boolean;
13
+ error: string;
10
14
  modalVisibility: {
11
15
  [x: string]: boolean;
12
16
  };
@@ -17,6 +21,8 @@ export declare const uiActions: import("@reduxjs/toolkit").CaseReducerActions<{
17
21
  };
18
22
  }): void;
19
23
  setModalState(state: {
24
+ showReconnect: boolean;
25
+ error: string;
20
26
  modalVisibility: {
21
27
  [x: string]: boolean;
22
28
  };
@@ -30,6 +36,8 @@ export declare const uiActions: import("@reduxjs/toolkit").CaseReducerActions<{
30
36
  value: boolean;
31
37
  }>): void;
32
38
  setShowShutdownModal(state: {
39
+ showReconnect: boolean;
40
+ error: string;
33
41
  modalVisibility: {
34
42
  [x: string]: boolean;
35
43
  };
@@ -40,6 +48,8 @@ export declare const uiActions: import("@reduxjs/toolkit").CaseReducerActions<{
40
48
  };
41
49
  }, action: PayloadAction<boolean>): void;
42
50
  setIncomingCallModal(state: {
51
+ showReconnect: boolean;
52
+ error: string;
43
53
  modalVisibility: {
44
54
  [x: string]: boolean;
45
55
  };
@@ -50,6 +60,8 @@ export declare const uiActions: import("@reduxjs/toolkit").CaseReducerActions<{
50
60
  };
51
61
  }, action: PayloadAction<boolean>): void;
52
62
  setPopoverState(state: {
63
+ showReconnect: boolean;
64
+ error: string;
53
65
  modalVisibility: {
54
66
  [x: string]: boolean;
55
67
  };
@@ -63,6 +75,30 @@ export declare const uiActions: import("@reduxjs/toolkit").CaseReducerActions<{
63
75
  popoverId: string;
64
76
  value: boolean;
65
77
  }>): void;
78
+ setErrorMessage(state: {
79
+ showReconnect: boolean;
80
+ error: string;
81
+ modalVisibility: {
82
+ [x: string]: boolean;
83
+ };
84
+ popoverVisibility: {
85
+ [x: string]: {
86
+ [x: string]: boolean;
87
+ };
88
+ };
89
+ }, action: PayloadAction<string>): void;
90
+ setShowReconnect(state: {
91
+ showReconnect: boolean;
92
+ error: string;
93
+ modalVisibility: {
94
+ [x: string]: boolean;
95
+ };
96
+ popoverVisibility: {
97
+ [x: string]: {
98
+ [x: string]: boolean;
99
+ };
100
+ };
101
+ }, action: PayloadAction<boolean>): void;
66
102
  }, "ui">;
67
103
  export declare const uiReducer: import("redux").Reducer<UiConfigState>;
68
104
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"ui.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/ui/ui.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAe,MAAM,kBAAkB,CAAC;AA2C9D,MAAM,WAAW,aAAa;IAC5B,eAAe,EAAE,MAAM,CAAC,SAAS,GAAG,MAAM,EAAE,OAAO,CAAC,CAAC;IACrD,iBAAiB,EAAE,MAAM,CAAC,YAAY,GAAG,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CAC3E;AAED,KAAK,SAAS,GAAG,mBAAmB,GAAG,uBAAuB,CAAC;AAC/D,KAAK,YAAY,GAAG,QAAQ,GAAG,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;eAhCW,cAAc;QAAC,WAAW,SAAS,GAAG,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAC,CAAC;;;;;;;;;;eAGvD,cAAc,OAAO,CAAC;;;;;;;;;;eAGtB,cAAc,OAAO,CAAC;;;;;;;;;;eAG3B,cAAc;QAAC,cAAc,YAAY,GAAG,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAC,CAAC;QAuBlF,CAAC;AACzC,eAAO,MAAM,SAAS,wCAAkB,CAAC"}
1
+ {"version":3,"file":"ui.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/ui/ui.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAe,MAAM,kBAAkB,CAAC;AAmD9D,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC,SAAS,GAAG,MAAM,EAAE,OAAO,CAAC,CAAC;IACrD,iBAAiB,EAAE,MAAM,CAAC,YAAY,GAAG,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CAC3E;AAED,KAAK,SAAS,GAAG,mBAAmB,GAAG,uBAAuB,CAAC;AAC/D,KAAK,YAAY,GAAG,QAAQ,GAAG,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS;;uBATL,OAAO;eACf,MAAM;;;;;;;;;;;uBADE,OAAO;eACf,MAAM;;;;;;;;;eAhCkB,cAAc;QAAC,WAAW,SAAS,GAAG,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAC,CAAC;;uBA+B9E,OAAO;eACf,MAAM;;;;;;;;;eA7ByB,cAAc,OAAO,CAAC;;uBA4B7C,OAAO;eACf,MAAM;;;;;;;;;eA1ByB,cAAc,OAAO,CAAC;;uBAyB7C,OAAO;eACf,MAAM;;;;;;;;;eAvBoB,cAAc;QAAC,cAAc,YAAY,GAAG,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAC,CAAC;;uBAsBzG,OAAO;eACf,MAAM;;;;;;;;;eAXoB,cAAc,MAAM,CAAC;;uBAUvC,OAAO;eACf,MAAM;;;;;;;;;eARqB,cAAc,OAAO,CAAC;QAgBlB,CAAC;AACzC,eAAO,MAAM,SAAS,wCAAkB,CAAC"}
@@ -3,4 +3,6 @@ export declare const useShowIncomingCallModal: () => boolean;
3
3
  export declare const useShowModal: (modalType: string) => boolean;
4
4
  export declare const useGetCurrentPopoverIdForGroup: (popoverGroup: string) => string | undefined;
5
5
  export declare const useShowPopoverById: (popoverGroup: string, popoverId: string) => boolean;
6
+ export declare const useError: () => string;
7
+ export declare const useShowReconnect: () => boolean;
6
8
  //# sourceMappingURL=uiSelectors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"uiSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/ui/uiSelectors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,eAAiF,CAAC;AAEnH,eAAO,MAAM,wBAAwB,eAAqF,CAAC;AAE3H,eAAO,MAAM,YAAY,cAAe,MAAM,YAAmE,CAAC;AAElH,eAAO,MAAM,8BAA8B,iBAAkB,MAAM,uBAQjE,CAAC;AAEH,eAAO,MAAM,kBAAkB,iBAAkB,MAAM,aAAa,MAAM,YAAqF,CAAC"}
1
+ {"version":3,"file":"uiSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/ui/uiSelectors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,eAAiF,CAAC;AAEnH,eAAO,MAAM,wBAAwB,eAAqF,CAAC;AAE3H,eAAO,MAAM,YAAY,cAAe,MAAM,YAAmE,CAAC;AAElH,eAAO,MAAM,8BAA8B,iBAAkB,MAAM,uBAQjE,CAAC;AAEH,eAAO,MAAM,kBAAkB,iBAAkB,MAAM,aAAa,MAAM,YAAqF,CAAC;AAEhK,eAAO,MAAM,QAAQ,cAAkD,CAAC;AAExE,eAAO,MAAM,gBAAgB,eAA0D,CAAC"}
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- ._iconbtn_16qss_1{display:flex;align-items:center;gap:.5rem}._iconbtnvert_16qss_7{flex-direction:column;gap:.5rem}._iconbtn_16qss_1:hover svg{transform:scale(1.05);transition:all .2s ease}._iconsm_16qss_18{width:4rem;height:4rem}._grid_1cmpp_1{display:grid;grid-template-columns:[column1-start] 1fr [column1-end column2-start] 7rem [column2-end];grid-template-rows:[row1-start] 7.5rem [row1-end row2-start] 1fr [row2-end row3-start] 14rem [row3-end];grid-template-areas:"header header header" "content content volume" "footer footer footer";height:100vh;width:100vw;overflow:hidden}._header_1cmpp_11{grid-area:header;z-index:10;overflow:hidden}._content_1cmpp_17{grid-area:content;z-index:0;overflow:hidden}._footer_1cmpp_23{grid-area:footer;z-index:30;overflow:hidden}._volume_1cmpp_29{grid-area:volume;overflow:hidden}._grid_11w5q_1{display:grid;grid-template-columns:[column1-start] 18.75rem [column1-end column2-start] 1fr [column2-end];grid-template-rows:[row1-start] 7.5rem [row1-end row2-start] 1fr [row2-end];grid-template-areas:"header header" "leftNav content";height:100vh;width:100vw;overflow:hidden}._header_11w5q_11{grid-area:header;z-index:10;overflow:hidden}._content_11w5q_17{grid-area:content;z-index:0;overflow:hidden}._left-nav_11w5q_23{grid-area:leftNav;z-index:30;overflow:hidden}._grid_1uwfo_1{display:grid;grid-template-columns:[column1-start] 1fr [column1-end];grid-template-rows:[row1-start] 7.5rem [row1-end row2-start] 1fr [row2-end];grid-template-areas:"header" "content";height:100vh;width:100vw;overflow:hidden}._header_1uwfo_11{grid-area:header;z-index:10;overflow:hidden}._content_1uwfo_17{grid-area:content;z-index:0;overflow:hidden}
1
+ ._mwfit_ppa3l_1{max-width:fit-content}._iconbtn_16qss_1{display:flex;align-items:center;gap:.5rem}._iconbtnvert_16qss_7{flex-direction:column;gap:.5rem}._iconbtn_16qss_1:hover svg{transform:scale(1.05);transition:all .2s ease}._iconsm_16qss_18{width:4rem;height:4rem}._grid_1cmpp_1{display:grid;grid-template-columns:[column1-start] 1fr [column1-end column2-start] 7rem [column2-end];grid-template-rows:[row1-start] 7.5rem [row1-end row2-start] 1fr [row2-end row3-start] 14rem [row3-end];grid-template-areas:"header header header" "content content volume" "footer footer footer";height:100vh;width:100vw;overflow:hidden}._header_1cmpp_11{grid-area:header;z-index:10;overflow:hidden}._content_1cmpp_17{grid-area:content;z-index:0;overflow:hidden}._footer_1cmpp_23{grid-area:footer;z-index:30;overflow:hidden}._volume_1cmpp_29{grid-area:volume;overflow:hidden}._grid_11w5q_1{display:grid;grid-template-columns:[column1-start] 18.75rem [column1-end column2-start] 1fr [column2-end];grid-template-rows:[row1-start] 7.5rem [row1-end row2-start] 1fr [row2-end];grid-template-areas:"header header" "leftNav content";height:100vh;width:100vw;overflow:hidden}._header_11w5q_11{grid-area:header;z-index:10;overflow:hidden}._content_11w5q_17{grid-area:content;z-index:0;overflow:hidden}._left-nav_11w5q_23{grid-area:leftNav;z-index:30;overflow:hidden}._grid_1uwfo_1{display:grid;grid-template-columns:[column1-start] 1fr [column1-end];grid-template-rows:[row1-start] 7.5rem [row1-end row2-start] 1fr [row2-end];grid-template-areas:"header" "content";height:100vh;width:100vw;overflow:hidden}._header_1uwfo_11{grid-area:header;z-index:10;overflow:hidden}._content_1uwfo_17{grid-area:content;z-index:0;overflow:hidden}
@@ -1,5 +1,6 @@
1
1
  export interface IKeyName {
2
2
  key: string;
3
3
  name: string;
4
+ Name: string;
4
5
  }
5
6
  //# 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;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;IACb,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1,7 +1,5 @@
1
- import { IKeyName } from 'src/lib';
1
+ import { IKeyName } from '.';
2
2
  export interface ISelectableItem extends IKeyName {
3
3
  isSelected: boolean;
4
- Name: string;
5
- Key: string;
6
4
  }
7
5
  //# sourceMappingURL=ISelectableItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ISelectableItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/interfaces/ISelectableItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb"}
1
+ {"version":3,"file":"ISelectableItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/interfaces/ISelectableItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC;AAE7B,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,UAAU,EAAE,OAAO,CAAC;CACrB"}
@@ -0,0 +1,10 @@
1
+ export interface LevelControlListItem {
2
+ deviceKey: string;
3
+ preferredName: string;
4
+ name: string;
5
+ includeInUserList: boolean;
6
+ order: number;
7
+ type: LevelControlType;
8
+ }
9
+ export type LevelControlType = 'Level' | 'Mute' | 'LevelAndMute';
10
+ //# sourceMappingURL=LevelControlListItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LevelControlListItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/LevelControlListItem.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,MAAM,GAAG,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './LevelControlListItem';
1
2
  export * from './collections';
2
3
  export * from './common-functions-util';
3
4
  export * from './config';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/index.ts"],"names":[],"mappings":"AAAA,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,wBAAwB,CAAC;AACvC,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"}
@@ -12,11 +12,9 @@ export interface RoomCombinationScenario extends IKeyName {
12
12
  uiMap: Record<string, string>;
13
13
  isActive: boolean;
14
14
  }
15
- export interface Partition {
15
+ export interface Partition extends IKeyName {
16
16
  partitionPresent: boolean;
17
17
  adjacentRoomKeys: string[];
18
- Name: string;
19
- Key: string;
20
18
  }
21
19
  export interface PartitionState {
22
20
  partitionKey: string;
@@ -1 +1 @@
1
- {"version":3,"file":"IEssentialsRoomCombinerState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/IEssentialsRoomCombinerState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,4BAA6B,SAAQ,WAAW;IAC/D,YAAY,EAAE,OAAO,CAAC;IACtB,eAAe,EAAE,uBAAuB,CAAC;IACzC,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,wBAAwB,EAAE,uBAAuB,EAAE,CAAC;IACpD,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAGD,MAAM,WAAW,uBAAwB,SAAQ,QAAQ;IACvD,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,SAAS;IACxB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;CAC/B"}
1
+ {"version":3,"file":"IEssentialsRoomCombinerState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/IEssentialsRoomCombinerState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,4BAA6B,SAAQ,WAAW;IAC/D,YAAY,EAAE,OAAO,CAAC;IACtB,eAAe,EAAE,uBAAuB,CAAC;IACzC,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,wBAAwB,EAAE,uBAAuB,EAAE,CAAC;IACpD,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAGD,MAAM,WAAW,uBAAwB,SAAQ,QAAQ;IACvD,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,SAAU,SAAQ,QAAQ;IACzC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;CAC/B"}