@pepperdash/mobile-control-react-app-core 1.4.0 → 1.6.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.
- package/dist/mobile-control-react-app-core.es.js +1679 -1365
- package/dist/mobile-control-react-app-core.umd.js +15 -10
- package/dist/shared/Buttons/IconButton/IconButton.d.ts +2 -1
- package/dist/shared/Buttons/IconButton/IconButton.d.ts.map +1 -1
- package/dist/shared/Buttons/NamedIconButton/NamedIconButton.d.ts +6 -2
- package/dist/shared/Buttons/NamedIconButton/NamedIconButton.d.ts.map +1 -1
- package/dist/shared/Icons/iconsDictionary.d.ts +2 -3
- package/dist/shared/Icons/iconsDictionary.d.ts.map +1 -1
- package/dist/shared/helpers/volumeHelpers.d.ts +1 -0
- package/dist/shared/helpers/volumeHelpers.d.ts.map +1 -0
- package/dist/shared/hooks/index.d.ts +4 -1
- package/dist/shared/hooks/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/index.d.ts +26 -5
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/interfaceNames.d.ts +1 -1
- package/dist/shared/hooks/interfaces/interfaceNames.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts +18 -0
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts +6 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +14 -0
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIChannelMessenger.d.ts +11 -0
- package/dist/shared/hooks/interfaces/useIChannelMessenger.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts +9 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts +6 -0
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIDPad.d.ts +12 -0
- package/dist/shared/hooks/interfaces/useIDPad.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts +3 -0
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIDvr.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useIDvr.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts +10 -0
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts +10 -0
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts +7 -0
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts +19 -0
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useINumeric.d.ts +22 -0
- package/dist/shared/hooks/interfaces/useINumeric.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts +7 -0
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts +2 -0
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts +11 -0
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts +9 -0
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts +10 -0
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts +1 -0
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useITransport.d.ts +14 -0
- package/dist/shared/hooks/interfaces/useITransport.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts +3 -0
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts.map +1 -1
- package/dist/shared/hooks/useDeviceIBasicVolumeWithFeedback.d.ts +7 -0
- package/dist/shared/hooks/useDeviceIBasicVolumeWithFeedback.d.ts.map +1 -0
- package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/dist/shared/hooks/useHeldButtonAction.d.ts +26 -0
- package/dist/shared/hooks/useHeldButtonAction.d.ts.map +1 -0
- package/dist/shared/hooks/usePressHoldRelease.d.ts +14 -0
- package/dist/shared/hooks/usePressHoldRelease.d.ts.map +1 -1
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts +9 -0
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts.map +1 -0
- package/dist/shared/layout/habanero/TechLayout/TechLayout.d.ts +1 -1
- package/dist/shared/layout/habanero/TechLayout/TechLayout.d.ts.map +1 -1
- package/dist/shared/layout/habanero/TechPinLayout/TechPinLayout.d.ts +9 -0
- package/dist/shared/layout/habanero/TechPinLayout/TechPinLayout.d.ts.map +1 -0
- package/dist/shared/layout/habanero/index.d.ts +1 -0
- package/dist/shared/layout/habanero/index.d.ts.map +1 -1
- package/dist/store/devices/devices.slice.d.ts +2 -0
- package/dist/store/devices/devices.slice.d.ts.map +1 -1
- package/dist/store/devices/devicesSelectors.d.ts +4 -4
- package/dist/store/devices/devicesSelectors.d.ts.map +1 -1
- package/dist/store/rooms/rooms.slice.d.ts +86 -36
- package/dist/store/rooms/rooms.slice.d.ts.map +1 -1
- package/dist/store/rooms/roomsSelectors.d.ts +14 -8
- package/dist/store/rooms/roomsSelectors.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/SimpleContent.d.ts +7 -0
- package/dist/types/SimpleContent.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/interfaces/{iKeyName.d.ts → IKeyName.d.ts} +1 -1
- package/dist/types/interfaces/IKeyName.d.ts.map +1 -0
- package/dist/types/interfaces/IOnline.d.ts +4 -0
- package/dist/types/interfaces/IOnline.d.ts.map +1 -0
- package/dist/types/interfaces/ISelectableItem.d.ts +7 -0
- package/dist/types/interfaces/ISelectableItem.d.ts.map +1 -0
- package/dist/types/interfaces/index.d.ts +3 -1
- package/dist/types/interfaces/index.d.ts.map +1 -1
- package/dist/types/state/DestinationListItem.d.ts +13 -0
- package/dist/types/state/DestinationListItem.d.ts.map +1 -0
- package/dist/types/state/daysOfWeek.d.ts.map +1 -1
- package/dist/types/state/index.d.ts +0 -1
- package/dist/types/state/index.d.ts.map +1 -1
- package/dist/types/state/message.d.ts +3 -0
- package/dist/types/state/message.d.ts.map +1 -1
- package/dist/types/state/sourceListItem.d.ts +4 -2
- package/dist/types/state/sourceListItem.d.ts.map +1 -1
- package/dist/types/state/state/{CommMonitorState.d.ts → CommunicationMonitorState.d.ts} +2 -2
- package/dist/types/state/state/CommunicationMonitorState.d.ts.map +1 -0
- package/dist/types/state/state/DeviceInfoState.d.ts +11 -0
- package/dist/types/state/state/DeviceInfoState.d.ts.map +1 -0
- package/dist/types/state/state/DeviceState.d.ts +9 -4
- package/dist/types/state/state/DeviceState.d.ts.map +1 -1
- package/dist/types/state/state/DisplayState.d.ts +2 -1
- package/dist/types/state/state/DisplayState.d.ts.map +1 -1
- package/dist/types/state/state/EnvironmentState.d.ts +0 -2
- package/dist/types/state/state/EnvironmentState.d.ts.map +1 -1
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts +5 -0
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts.map +1 -0
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts +7 -0
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts.map +1 -0
- package/dist/types/state/state/IHasInputsState.d.ts +5 -0
- package/dist/types/state/state/IHasInputsState.d.ts.map +1 -0
- package/dist/types/state/state/IHasSelectableItemsState.d.ts +6 -0
- package/dist/types/state/state/IHasSelectableItemsState.d.ts.map +1 -0
- package/dist/types/state/state/IHasSurroundChannelsState.d.ts +5 -0
- package/dist/types/state/state/IHasSurroundChannelsState.d.ts.map +1 -0
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts +5 -0
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts.map +1 -0
- package/dist/types/state/state/IShutdownPromptTimerState.d.ts +7 -0
- package/dist/types/state/state/IShutdownPromptTimerState.d.ts.map +1 -0
- package/dist/types/state/state/LevelControlsState.d.ts +6 -0
- package/dist/types/state/state/LevelControlsState.d.ts.map +1 -0
- package/dist/types/state/state/MatrixRoutingState.d.ts +23 -0
- package/dist/types/state/state/MatrixRoutingState.d.ts.map +1 -0
- package/dist/types/state/state/PowerState.d.ts +4 -0
- package/dist/types/state/state/PowerState.d.ts.map +1 -0
- package/dist/types/state/state/RoomState.d.ts +20 -5
- package/dist/types/state/state/RoomState.d.ts.map +1 -1
- package/dist/types/state/state/SurroundSoundModeState.d.ts +6 -0
- package/dist/types/state/state/SurroundSoundModeState.d.ts.map +1 -0
- package/dist/types/state/state/SwitchedOutputState.d.ts +4 -0
- package/dist/types/state/state/SwitchedOutputState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/endpointState.d.ts +19 -0
- package/dist/types/state/state/endpointState/endpointState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/hdmiInputState.d.ts +12 -0
- package/dist/types/state/state/endpointState/hdmiInputState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/hdmiOutputState.d.ts +6 -0
- package/dist/types/state/state/endpointState/hdmiOutputState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/index.d.ts +4 -0
- package/dist/types/state/state/endpointState/index.d.ts.map +1 -0
- package/dist/types/state/state/index.d.ts +13 -1
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/dist/types/state/volume/volume.d.ts +3 -0
- package/dist/types/state/volume/volume.d.ts.map +1 -1
- package/dist/types/state/volume/volumes.d.ts +1 -0
- package/dist/types/state/volume/volumes.d.ts.map +1 -1
- package/dist/utils/WebsocketContext.d.ts +10 -10
- package/dist/utils/WebsocketContext.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts +11 -0
- package/dist/utils/WebsocketProvider.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/useWebsocketContext.d.ts +1 -7
- package/dist/utils/useWebsocketContext.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/types/interfaces/iKeyName.d.ts.map +0 -1
- package/dist/types/state/state/CommMonitorState.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHeldButtonAction.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useHeldButtonAction.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;;;;EAyBnE;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB"}
|
|
@@ -1 +1,15 @@
|
|
|
1
|
+
export declare function usePressHoldRelease({ onPress, onRelease, onHold, holdTimeMs, }: PressHoldReleaseParams): {
|
|
2
|
+
onPointerDown: () => void;
|
|
3
|
+
onPointerUp: () => void;
|
|
4
|
+
onPointerLeave: () => void;
|
|
5
|
+
};
|
|
6
|
+
interface PressHoldReleaseParams {
|
|
7
|
+
onPress?: () => void;
|
|
8
|
+
onRelease?: () => void;
|
|
9
|
+
onHold?: () => void;
|
|
10
|
+
/** Defaults to 500ms */
|
|
11
|
+
holdTimeMs?: number;
|
|
12
|
+
}
|
|
13
|
+
export type PressHoldReleaseReturn = ReturnType<typeof usePressHoldRelease>;
|
|
14
|
+
export {};
|
|
1
15
|
//# sourceMappingURL=usePressHoldRelease.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePressHoldRelease.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/usePressHoldRelease.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"usePressHoldRelease.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/usePressHoldRelease.ts"],"names":[],"mappings":"AAEA,wBAAgB,mBAAmB,CAAC,EAClC,OAAO,EACP,SAAS,EACT,MAAM,EACN,UAAgB,GACjB,EAAE,sBAAsB;;;;EAmCxB;AAED,UAAU,sBAAsB;IAC9B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,wBAAwB;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,sBAAsB,GAAI,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RoomVolumeType } from 'src/lib/types';
|
|
2
|
+
/**
|
|
3
|
+
* Wrapper hook for the room volumes
|
|
4
|
+
* @param roomKey
|
|
5
|
+
* @param type either master or they key of the aux volume
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
|
+
export declare function useRoomIBasicVolumeWithFeedback(roomKey: string, type: RoomVolumeType): import("./interfaces/useIBasicVolumeWithFeedback").IBasicVolumeWithFeedbackReturn | undefined;
|
|
9
|
+
//# sourceMappingURL=useRoomIBasicVolumeWithFeedback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRoomIBasicVolumeWithFeedback.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useRoomIBasicVolumeWithFeedback.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C;;;;;GAKG;AACH,wBAAgB,+BAA+B,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,iGAMpF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TechLayout.d.ts","sourceRoot":"","sources":["../../../../../src/lib/shared/layout/habanero/TechLayout/TechLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,UAAU,4CAA2C,eAAe,4CAShF,CAAA;AAED,UAAU,eAAe;IACvB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"TechLayout.d.ts","sourceRoot":"","sources":["../../../../../src/lib/shared/layout/habanero/TechLayout/TechLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,UAAU,4CAA2C,eAAe,4CAShF,CAAA;AAED,UAAU,eAAe;IACvB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const TechPinLayout: ({ className, header, content }: TechLayoutProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
interface TechLayoutProps {
|
|
4
|
+
header: React.ReactNode;
|
|
5
|
+
content: React.ReactNode;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=TechPinLayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TechPinLayout.d.ts","sourceRoot":"","sources":["../../../../../src/lib/shared/layout/habanero/TechPinLayout/TechPinLayout.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa,mCAAkC,eAAe,4CAQ1E,CAAA;AAED,UAAU,eAAe;IACvB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/layout/habanero/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/layout/habanero/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC"}
|
|
@@ -14,6 +14,7 @@ export declare const devicesActions: import("@reduxjs/toolkit").CaseReducerActio
|
|
|
14
14
|
isOnline: boolean;
|
|
15
15
|
status: import("../../types").MonitorStatus;
|
|
16
16
|
} | undefined;
|
|
17
|
+
state: unknown;
|
|
17
18
|
};
|
|
18
19
|
}, action: PayloadAction<Message>): {
|
|
19
20
|
[x: string]: {
|
|
@@ -27,6 +28,7 @@ export declare const devicesActions: import("@reduxjs/toolkit").CaseReducerActio
|
|
|
27
28
|
isOnline: boolean;
|
|
28
29
|
status: import("../../types").MonitorStatus;
|
|
29
30
|
} | undefined;
|
|
31
|
+
state: unknown;
|
|
30
32
|
};
|
|
31
33
|
} | undefined;
|
|
32
34
|
}, "devices">;
|
|
@@ -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
|
|
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,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* @returns
|
|
2
|
+
* Selector for all devices
|
|
3
|
+
* @returns Record<string, DeviceState>
|
|
4
4
|
*/
|
|
5
|
-
export declare const useGetAllDevices: () => import("../..").DeviceState
|
|
5
|
+
export declare const useGetAllDevices: () => Record<string, import("../..").DeviceState>;
|
|
6
6
|
/**
|
|
7
7
|
* Selector for a single device
|
|
8
8
|
* @param deviceKey
|
|
9
9
|
* @returns DeviceState or undefined
|
|
10
10
|
*/
|
|
11
|
-
export declare
|
|
11
|
+
export declare function useGetDevice<T>(deviceKey: string): T | undefined;
|
|
12
12
|
//# sourceMappingURL=devicesSelectors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"devicesSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/devices/devicesSelectors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"devicesSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/devices/devicesSelectors.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mDAE5B,CAAA;AAGD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAEhE"}
|
|
@@ -10,7 +10,27 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
10
10
|
audioCodecKey?: string | undefined;
|
|
11
11
|
defaultDisplayKey?: string | undefined;
|
|
12
12
|
defaultPresentationSourceKey: string;
|
|
13
|
-
|
|
13
|
+
destinations: {
|
|
14
|
+
defaultDisplay: string;
|
|
15
|
+
leftDisplay: string;
|
|
16
|
+
centerDisplay: string;
|
|
17
|
+
rightDisplay: string;
|
|
18
|
+
programAudio: string;
|
|
19
|
+
codecContent: string;
|
|
20
|
+
};
|
|
21
|
+
destinationList: {
|
|
22
|
+
[x: string]: {
|
|
23
|
+
sinkKey: string;
|
|
24
|
+
preferredName: string;
|
|
25
|
+
name: string;
|
|
26
|
+
includeInDestinationList: boolean;
|
|
27
|
+
order: number;
|
|
28
|
+
surfaceLocation: number;
|
|
29
|
+
vertialLocation: number;
|
|
30
|
+
horizontalLocation: number;
|
|
31
|
+
sinkType: import("../..").SignalType;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
14
34
|
environmentalDevices: {
|
|
15
35
|
deviceKey?: string | undefined;
|
|
16
36
|
deviceType?: import("../../types/state/index").EnvironmentalDeviceTypes | undefined;
|
|
@@ -19,15 +39,15 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
19
39
|
hasEnvironmentalControls?: boolean | undefined;
|
|
20
40
|
hasVideoConferencing?: boolean | undefined;
|
|
21
41
|
helpMessage?: string | undefined;
|
|
42
|
+
techPassword?: string | undefined;
|
|
22
43
|
sourceList: {
|
|
23
44
|
[x: string]: {
|
|
24
45
|
disableCodecSharing: boolean;
|
|
25
46
|
disableRoutedSharing: boolean;
|
|
26
|
-
key: string;
|
|
27
47
|
sourceKey: string;
|
|
28
48
|
order: number;
|
|
29
49
|
type: string;
|
|
30
|
-
icon:
|
|
50
|
+
icon: import("../../shared/Icons/iconsDictionary").IconNames;
|
|
31
51
|
sourceDevice: {
|
|
32
52
|
key: string;
|
|
33
53
|
name: string;
|
|
@@ -36,6 +56,7 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
36
56
|
id: string;
|
|
37
57
|
properties: unknown;
|
|
38
58
|
};
|
|
59
|
+
name: string;
|
|
39
60
|
preferredName: string;
|
|
40
61
|
includeInSourceList: boolean;
|
|
41
62
|
isControllable: boolean;
|
|
@@ -51,6 +72,12 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
51
72
|
videoCodecKey?: string | undefined;
|
|
52
73
|
touchpanelKeys?: string[] | undefined;
|
|
53
74
|
zoomRoomControllerKey?: string | undefined;
|
|
75
|
+
matrixRoutingKey?: string | undefined;
|
|
76
|
+
endpointKeys?: string[] | undefined;
|
|
77
|
+
accessoryDevices?: {
|
|
78
|
+
deviceKey?: string | undefined;
|
|
79
|
+
deviceType?: import("../../types/state/index").AccessoryDeviceTypes | undefined;
|
|
80
|
+
}[] | undefined;
|
|
54
81
|
} | undefined;
|
|
55
82
|
isCoolingDown?: boolean | undefined;
|
|
56
83
|
isInCall?: boolean | undefined;
|
|
@@ -62,8 +89,8 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
62
89
|
enabled: boolean;
|
|
63
90
|
isSharing: boolean;
|
|
64
91
|
} | undefined;
|
|
65
|
-
volumes
|
|
66
|
-
|
|
92
|
+
volumes: {
|
|
93
|
+
[x: string]: {
|
|
67
94
|
key: string;
|
|
68
95
|
level: number;
|
|
69
96
|
muted: boolean;
|
|
@@ -72,20 +99,17 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
72
99
|
privacyMuted: boolean;
|
|
73
100
|
muteIconName?: string | undefined;
|
|
74
101
|
label: string;
|
|
102
|
+
rawValue: string;
|
|
103
|
+
units: import("../../types/state/index").VolumeLevelUnits;
|
|
75
104
|
};
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
muteIconName?: string | undefined;
|
|
85
|
-
label: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
} | undefined;
|
|
105
|
+
};
|
|
106
|
+
scheduleEvents: {
|
|
107
|
+
key: string;
|
|
108
|
+
name: string;
|
|
109
|
+
time: string;
|
|
110
|
+
days: import("../../types/state/daysOfWeek").DaysOfWeek;
|
|
111
|
+
enable: boolean;
|
|
112
|
+
}[];
|
|
89
113
|
key: string;
|
|
90
114
|
name: string;
|
|
91
115
|
messageType?: string | undefined;
|
|
@@ -96,6 +120,7 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
96
120
|
isOnline: boolean;
|
|
97
121
|
status: import("../../types/state/index").MonitorStatus;
|
|
98
122
|
} | undefined;
|
|
123
|
+
state: unknown;
|
|
99
124
|
};
|
|
100
125
|
}, action: PayloadAction<Message>): {
|
|
101
126
|
[x: string]: {
|
|
@@ -105,7 +130,27 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
105
130
|
audioCodecKey?: string | undefined;
|
|
106
131
|
defaultDisplayKey?: string | undefined;
|
|
107
132
|
defaultPresentationSourceKey: string;
|
|
108
|
-
|
|
133
|
+
destinations: {
|
|
134
|
+
defaultDisplay: string;
|
|
135
|
+
leftDisplay: string;
|
|
136
|
+
centerDisplay: string;
|
|
137
|
+
rightDisplay: string;
|
|
138
|
+
programAudio: string;
|
|
139
|
+
codecContent: string;
|
|
140
|
+
};
|
|
141
|
+
destinationList: {
|
|
142
|
+
[x: string]: {
|
|
143
|
+
sinkKey: string;
|
|
144
|
+
preferredName: string;
|
|
145
|
+
name: string;
|
|
146
|
+
includeInDestinationList: boolean;
|
|
147
|
+
order: number;
|
|
148
|
+
surfaceLocation: number;
|
|
149
|
+
vertialLocation: number;
|
|
150
|
+
horizontalLocation: number;
|
|
151
|
+
sinkType: import("../..").SignalType;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
109
154
|
environmentalDevices: {
|
|
110
155
|
deviceKey?: string | undefined;
|
|
111
156
|
deviceType?: import("../../types/state/index").EnvironmentalDeviceTypes | undefined;
|
|
@@ -114,15 +159,15 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
114
159
|
hasEnvironmentalControls?: boolean | undefined;
|
|
115
160
|
hasVideoConferencing?: boolean | undefined;
|
|
116
161
|
helpMessage?: string | undefined;
|
|
162
|
+
techPassword?: string | undefined;
|
|
117
163
|
sourceList: {
|
|
118
164
|
[x: string]: {
|
|
119
165
|
disableCodecSharing: boolean;
|
|
120
166
|
disableRoutedSharing: boolean;
|
|
121
|
-
key: string;
|
|
122
167
|
sourceKey: string;
|
|
123
168
|
order: number;
|
|
124
169
|
type: string;
|
|
125
|
-
icon:
|
|
170
|
+
icon: import("../../shared/Icons/iconsDictionary").IconNames;
|
|
126
171
|
sourceDevice: {
|
|
127
172
|
key: string;
|
|
128
173
|
name: string;
|
|
@@ -131,6 +176,7 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
131
176
|
id: string;
|
|
132
177
|
properties: unknown;
|
|
133
178
|
};
|
|
179
|
+
name: string;
|
|
134
180
|
preferredName: string;
|
|
135
181
|
includeInSourceList: boolean;
|
|
136
182
|
isControllable: boolean;
|
|
@@ -146,6 +192,12 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
146
192
|
videoCodecKey?: string | undefined;
|
|
147
193
|
touchpanelKeys?: string[] | undefined;
|
|
148
194
|
zoomRoomControllerKey?: string | undefined;
|
|
195
|
+
matrixRoutingKey?: string | undefined;
|
|
196
|
+
endpointKeys?: string[] | undefined;
|
|
197
|
+
accessoryDevices?: {
|
|
198
|
+
deviceKey?: string | undefined;
|
|
199
|
+
deviceType?: import("../../types/state/index").AccessoryDeviceTypes | undefined;
|
|
200
|
+
}[] | undefined;
|
|
149
201
|
} | undefined;
|
|
150
202
|
isCoolingDown?: boolean | undefined;
|
|
151
203
|
isInCall?: boolean | undefined;
|
|
@@ -157,8 +209,8 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
157
209
|
enabled: boolean;
|
|
158
210
|
isSharing: boolean;
|
|
159
211
|
} | undefined;
|
|
160
|
-
volumes
|
|
161
|
-
|
|
212
|
+
volumes: {
|
|
213
|
+
[x: string]: {
|
|
162
214
|
key: string;
|
|
163
215
|
level: number;
|
|
164
216
|
muted: boolean;
|
|
@@ -167,20 +219,17 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
167
219
|
privacyMuted: boolean;
|
|
168
220
|
muteIconName?: string | undefined;
|
|
169
221
|
label: string;
|
|
222
|
+
rawValue: string;
|
|
223
|
+
units: import("../../types/state/index").VolumeLevelUnits;
|
|
170
224
|
};
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
muteIconName?: string | undefined;
|
|
180
|
-
label: string;
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
} | undefined;
|
|
225
|
+
};
|
|
226
|
+
scheduleEvents: {
|
|
227
|
+
key: string;
|
|
228
|
+
name: string;
|
|
229
|
+
time: string;
|
|
230
|
+
days: import("../../types/state/daysOfWeek").DaysOfWeek;
|
|
231
|
+
enable: boolean;
|
|
232
|
+
}[];
|
|
184
233
|
key: string;
|
|
185
234
|
name: string;
|
|
186
235
|
messageType?: string | undefined;
|
|
@@ -191,6 +240,7 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
191
240
|
isOnline: boolean;
|
|
192
241
|
status: import("../../types/state/index").MonitorStatus;
|
|
193
242
|
} | undefined;
|
|
243
|
+
state: unknown;
|
|
194
244
|
};
|
|
195
245
|
} | undefined;
|
|
196
246
|
}, "rooms">;
|
|
@@ -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;
|
|
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,21 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
1
|
+
import { RoomVolumeType, Volume } from 'src/lib/types';
|
|
2
|
+
import { DisplayState, RoomConfiguration } from "src/lib/types/state/state";
|
|
3
|
+
export declare const useRoomConfiguration: (roomKey: string) => RoomConfiguration | undefined;
|
|
4
|
+
export declare const useRoomState: (roomKey: string) => import("src/lib/types").RoomState | undefined;
|
|
4
5
|
export declare const useRoomName: (roomKey: string) => string | undefined;
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const useRoomSourceList: (roomKey: string) => Record<string, import("
|
|
7
|
-
export declare const
|
|
6
|
+
export declare const useRoomVolume: (roomKey: string, volumeKey: RoomVolumeType) => Volume | undefined;
|
|
7
|
+
export declare const useRoomSourceList: (roomKey: string) => Record<string, import("src/lib/types").SourceListItem> | undefined;
|
|
8
|
+
export declare const useRoomDestinations: (roomKey: string) => Record<import("src/lib/types").DestinationTypes, string> | undefined;
|
|
9
|
+
export declare const useRoomDestinationList: (roomKey: string) => Record<string, import("../../types/state/DestinationListItem").DestinationListItem> | undefined;
|
|
10
|
+
export declare const useRoomEnvironmentalDevices: (roomKey: string) => import("src/lib/types").EnvironmentalDeviceConfiguration[] | undefined;
|
|
11
|
+
export declare const useRoomProgramAudioDestinationKey: (roomKey: string) => string | undefined;
|
|
12
|
+
export declare const useRoomCodecContentDestinationKey: (roomKey: string) => string | undefined;
|
|
8
13
|
export declare const useRoomInCall: (roomKey: string) => boolean | undefined;
|
|
9
14
|
export declare const useRoomIsWarmingUp: (roomKey: string) => boolean | undefined;
|
|
10
15
|
export declare const useRoomIsCoolingDown: (roomKey: string) => boolean | undefined;
|
|
11
16
|
export declare const useRoomIsOn: (roomKey: string) => boolean | undefined;
|
|
12
17
|
export declare const useRoomAdvancedSharingActive: (roomKey: string) => boolean | undefined;
|
|
13
|
-
export declare const useRoomShareState: (roomKey: string) => import("src/lib/types
|
|
18
|
+
export declare const useRoomShareState: (roomKey: string) => import("src/lib/types").ShareState | undefined;
|
|
14
19
|
/**
|
|
15
20
|
* Get the display states for the room
|
|
21
|
+
* Exludes the programAudio and codecContent destinations
|
|
16
22
|
* @param roomKey
|
|
17
23
|
* @returns the display states for the room's displays
|
|
18
24
|
*/
|
|
19
|
-
export declare const
|
|
25
|
+
export declare const useGetRoomDisplayStates: (roomKey: string) => DisplayState[] | undefined;
|
|
20
26
|
export declare const useGetZoomRoomControllerKey: (roomKey: string) => string | undefined;
|
|
21
27
|
//# sourceMappingURL=roomsSelectors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roomsSelectors.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/roomsSelectors.ts"],"names":[],"mappings":"
|
|
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"}
|
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}
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleContent.d.ts","sourceRoot":"","sources":["../../src/lib/types/SimpleContent.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;CAClC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IOnline.d.ts","sourceRoot":"","sources":["../../../src/lib/types/interfaces/IOnline.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,QAAQ,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/types/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SignalType } from 'src/lib/shared';
|
|
2
|
+
export interface DestinationListItem {
|
|
3
|
+
sinkKey: string;
|
|
4
|
+
preferredName: string;
|
|
5
|
+
name: string;
|
|
6
|
+
includeInDestinationList: boolean;
|
|
7
|
+
order: number;
|
|
8
|
+
surfaceLocation: number;
|
|
9
|
+
vertialLocation: number;
|
|
10
|
+
horizontalLocation: number;
|
|
11
|
+
sinkType: SignalType;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=DestinationListItem.d.ts.map
|
|
@@ -0,0 +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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"daysOfWeek.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/daysOfWeek.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,MAAM,IAAI;IACV,MAAM,IAAI;IACV,MAAM,IAAI;IACV,OAAO,IAAI;IACX,SAAS,IAAI;IACb,QAAQ,
|
|
1
|
+
{"version":3,"file":"daysOfWeek.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/daysOfWeek.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,MAAM,IAAI;IACV,MAAM,IAAI;IACV,MAAM,IAAI;IACV,OAAO,IAAI;IACX,SAAS,IAAI;IACb,QAAQ,KAAO;IACf,MAAM,KAAO;IACb,QAAQ,KAAO;CAChB"}
|
|
@@ -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,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/message.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B,OAAO,EAAE,OAAO,CAAC;CAClB"}
|
|
1
|
+
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/message.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
+
import { IconNames } from 'src/lib/shared/Icons/iconsDictionary';
|
|
1
2
|
import { Device } from './device';
|
|
2
3
|
export interface SourceListItem {
|
|
3
4
|
disableCodecSharing: boolean;
|
|
4
5
|
disableRoutedSharing: boolean;
|
|
5
|
-
key: string;
|
|
6
6
|
sourceKey: string;
|
|
7
7
|
order: number;
|
|
8
8
|
type: string;
|
|
9
|
-
icon:
|
|
9
|
+
icon: IconNames;
|
|
10
10
|
sourceDevice: Device;
|
|
11
|
+
name: string;
|
|
11
12
|
preferredName: string;
|
|
12
13
|
includeInSourceList: boolean;
|
|
13
14
|
isControllable: boolean;
|
|
14
15
|
isAudioSource: boolean;
|
|
15
16
|
}
|
|
17
|
+
export declare const roomOffSourceKey = "$off";
|
|
16
18
|
//# sourceMappingURL=sourceListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sourceListItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/sourceListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,WAAW,cAAc;IAC7B,mBAAmB,EAAE,OAAO,CAAC;IAE7B,oBAAoB,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"sourceListItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/sourceListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,WAAW,cAAc;IAC7B,mBAAmB,EAAE,OAAO,CAAC;IAE7B,oBAAoB,EAAE,OAAO,CAAC;IAI9B,SAAS,EAAE,MAAM,CAAC;IAElB,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,EAAE,MAAM,CAAC;IAEb,IAAI,EAAE,SAAS,CAAC;IAEhB,YAAY,EAAE,MAAM,CAAC;IAErB,IAAI,EAAE,MAAM,CAAC;IAEb,aAAa,EAAE,MAAM,CAAC;IAEtB,mBAAmB,EAAE,OAAO,CAAC;IAE7B,cAAc,EAAE,OAAO,CAAC;IAExB,aAAa,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,gBAAgB,SAAS,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type MonitorStatus = 'StatusUnknown' | 'IsOk' | 'InWarning' | 'InError';
|
|
2
|
-
export interface
|
|
2
|
+
export interface CommunicationMonitorState {
|
|
3
3
|
isOnline: boolean;
|
|
4
4
|
status: MonitorStatus;
|
|
5
5
|
}
|
|
6
|
-
//# sourceMappingURL=
|
|
6
|
+
//# sourceMappingURL=CommunicationMonitorState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommunicationMonitorState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/CommunicationMonitorState.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,eAAe,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC;AAE/E,MAAM,WAAW,yBAAyB;IACxC,QAAQ,EAAE,OAAO,CAAC;IAElB,MAAM,EAAE,aAAa,CAAC;CACvB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface DeviceInfoState {
|
|
2
|
+
deviceInfo: DeviceInfo;
|
|
3
|
+
}
|
|
4
|
+
export interface DeviceInfo {
|
|
5
|
+
HostName: string;
|
|
6
|
+
IpAddress: string;
|
|
7
|
+
MacAddress: string;
|
|
8
|
+
SerialNumber: string;
|
|
9
|
+
FirmwareVersion: string;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=DeviceInfoState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeviceInfoState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/DeviceInfoState.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,UAAU,EAAE,UAAU,CAAC;CAC1B;AAED,MAAM,WAAW,UAAU;IACvB,QAAQ,EAAE,MAAM,CAAC;IAEjB,SAAS,EAAE,MAAM,CAAC;IAElB,UAAU,EAAE,MAAM,CAAC;IAEnB,YAAY,EAAE,MAAM,CAAC;IAErB,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|