@pepperdash/mobile-control-react-app-core 1.20.17-roomCombinationChanged-handling.2 → 1.21.0-feature-export-useCameraBase.1
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 +139 -111
- package/dist/mobile-control-react-app-core.umd.js +8 -8
- package/dist/shared/Icons/MultiStateIcons/index.d.ts +2 -0
- package/dist/shared/Icons/MultiStateIcons/index.d.ts.map +1 -1
- package/dist/shared/Icons/index.d.ts +1 -0
- package/dist/shared/Icons/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/index.d.ts +1 -0
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts +3 -3
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasCameras.d.ts +7 -0
- package/dist/shared/hooks/interfaces/useIHasCameras.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHumiditySensor.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIHumiditySensor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITemperatureSensor.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useITemperatureSensor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts +2 -2
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts.map +1 -1
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts +1 -1
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts +1 -1
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts.map +1 -1
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/store/appConfig/appConfig.selectors.d.ts +13 -13
- package/dist/store/appConfig/appConfig.selectors.d.ts.map +1 -1
- package/dist/store/devices/devices.hooks.d.ts +1 -1
- package/dist/store/devices/devices.hooks.d.ts.map +1 -1
- package/dist/store/devices/devices.selectors.d.ts +17 -17
- package/dist/store/devices/devices.selectors.d.ts.map +1 -1
- package/dist/store/rooms/rooms.hooks.d.ts +10 -10
- package/dist/store/rooms/rooms.hooks.d.ts.map +1 -1
- package/dist/store/rooms/rooms.selectors.d.ts +182 -182
- package/dist/store/rooms/rooms.selectors.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +28 -28
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/dist/store/ui/ui.selectors.d.ts +37 -37
- package/dist/store/ui/ui.selectors.d.ts.map +1 -1
- package/dist/types/classes/app-config.d.ts +1 -1
- package/dist/types/classes/app-config.d.ts.map +1 -1
- package/dist/types/state/CameraListItem.d.ts +1 -1
- package/dist/types/state/CameraListItem.d.ts.map +1 -1
- package/dist/types/state/DestinationListItem.d.ts +1 -1
- package/dist/types/state/DestinationListItem.d.ts.map +1 -1
- package/dist/types/state/sourceListItem.d.ts +1 -1
- package/dist/types/state/sourceListItem.d.ts.map +1 -1
- package/dist/types/state/state/CommunicationMonitorState.d.ts +1 -1
- package/dist/types/state/state/CommunicationMonitorState.d.ts.map +1 -1
- package/dist/types/state/state/DeviceInfoState.d.ts +1 -1
- package/dist/types/state/state/DeviceInfoState.d.ts.map +1 -1
- package/dist/types/state/state/DeviceState.d.ts +1 -1
- package/dist/types/state/state/DeviceState.d.ts.map +1 -1
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts +1 -1
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts.map +1 -1
- package/dist/types/state/state/IHasCamerasState.d.ts +10 -0
- package/dist/types/state/state/IHasCamerasState.d.ts.map +1 -0
- package/dist/types/state/state/IHasInputsState.d.ts +1 -1
- package/dist/types/state/state/IHasInputsState.d.ts.map +1 -1
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts +1 -1
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts.map +1 -1
- package/dist/types/state/state/IHumiditySensorState.d.ts +1 -1
- package/dist/types/state/state/IHumiditySensorState.d.ts.map +1 -1
- package/dist/types/state/state/ITemperatureSensorState.d.ts +1 -1
- package/dist/types/state/state/ITemperatureSensorState.d.ts.map +1 -1
- package/dist/types/state/state/MatrixRoutingState.d.ts +1 -1
- package/dist/types/state/state/MatrixRoutingState.d.ts.map +1 -1
- package/dist/types/state/state/PowerState.d.ts +1 -1
- package/dist/types/state/state/PowerState.d.ts.map +1 -1
- package/dist/types/state/state/RoutingState.d.ts +1 -1
- package/dist/types/state/state/RoutingState.d.ts.map +1 -1
- package/dist/types/state/state/SwitchedOutputState.d.ts +1 -1
- package/dist/types/state/state/SwitchedOutputState.d.ts.map +1 -1
- package/dist/types/state/state/index.d.ts +2 -2
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/package.json +10 -2
- package/dist/types/state/state/CamerasState.d.ts +0 -13
- package/dist/types/state/state/CamerasState.d.ts.map +0 -1
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.
|
|
4
|
+
"version": "1.21.0-feature-export-useCameraBase.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite",
|
|
@@ -61,14 +61,22 @@
|
|
|
61
61
|
],
|
|
62
62
|
"exports": {
|
|
63
63
|
".": {
|
|
64
|
+
"types": "./dist/index.d.ts",
|
|
64
65
|
"import": "./dist/mobile-control-react-app-core.es.js",
|
|
65
66
|
"require": "./dist/mobile-control-react-app-core.umd.js"
|
|
66
67
|
},
|
|
67
|
-
"./
|
|
68
|
+
"./style.css": "./dist/mobile-control-react-app-core.css"
|
|
68
69
|
},
|
|
69
70
|
"main": "./dist/mobile-control-react-app-core.umd.js",
|
|
70
71
|
"module": "./dist/mobile-control-react-app-core.es.js",
|
|
71
72
|
"types": "./dist/index.d.ts",
|
|
73
|
+
"typesVersions": {
|
|
74
|
+
"*": {
|
|
75
|
+
"*": [
|
|
76
|
+
"./dist/index.d.ts"
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
72
80
|
"repository": {
|
|
73
81
|
"type": "git",
|
|
74
82
|
"url": "https://github.com/PepperDash/mobile-control-react-app-core"
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CameraState } from './CameraState';
|
|
2
|
-
/**
|
|
3
|
-
* Used for the state of all cameras for a codec
|
|
4
|
-
*/
|
|
5
|
-
export interface CamerasState {
|
|
6
|
-
cameraManualSupported: boolean;
|
|
7
|
-
cameraAutoSupported: boolean;
|
|
8
|
-
cameraOffSupported: boolean;
|
|
9
|
-
cameraMode: string;
|
|
10
|
-
cameraList: unknown[];
|
|
11
|
-
selectedCamera?: CameraState;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=CamerasState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CamerasState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/CamerasState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,qBAAqB,EAAE,OAAO,CAAC;IAE/B,mBAAmB,EAAE,OAAO,CAAC;IAE7B,kBAAkB,EAAE,OAAO,CAAC;IAE5B,UAAU,EAAE,MAAM,CAAC;IAEnB,UAAU,EAAE,OAAO,EAAE,CAAC;IAEtB,cAAc,CAAC,EAAE,WAAW,CAAC;CAC9B"}
|