@pepperdash/mobile-control-react-app-core 1.15.0 → 1.17.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/README.md +31 -22
- package/dist/mobile-control-react-app-core.es.js +387 -386
- package/dist/mobile-control-react-app-core.umd.js +9 -9
- package/dist/shared/hooks/interfaces/index.d.ts +4 -3
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useCameraBase.d.ts +4 -0
- package/dist/shared/hooks/interfaces/useCameraBase.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +6 -0
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/{useIChannelMessenger.d.ts → useIChannel.d.ts} +7 -2
- package/dist/shared/hooks/interfaces/useIChannel.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDPad.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDPad.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDvr.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDvr.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasPowerControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIHasPowerControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts +2 -0
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useINumeric.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunDefaultPresentRoute.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useIRunDefaultPresentRoute.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITheme.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useITheme.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITransport.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useITransport.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts.map +1 -1
- package/dist/shared/hooks/usePressHoldRelease.d.ts +18 -0
- package/dist/shared/hooks/usePressHoldRelease.d.ts.map +1 -1
- package/dist/types/state/state/DevicePresetsState.d.ts +10 -0
- package/dist/types/state/state/DevicePresetsState.d.ts.map +1 -0
- package/dist/types/state/state/index.d.ts +1 -2
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts +1 -1
- package/dist/utils/useWebsocketContext.d.ts +4 -0
- package/dist/utils/useWebsocketContext.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/shared/hooks/interfaces/useIChannelMessenger.d.ts.map +0 -1
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts +0 -1
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts.map +0 -1
- package/dist/types/state/state/PresetChannel.d.ts +0 -6
- package/dist/types/state/state/PresetChannel.d.ts.map +0 -1
- package/dist/types/state/state/TunerState.d.ts +0 -6
- package/dist/types/state/state/TunerState.d.ts.map +0 -1
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { MobileControlTouchpanelState } from "src/lib/types/state/state/MobileControlTouchpanelState";
|
|
2
|
+
/**
|
|
3
|
+
* hook that controls a device that implements the MobileControlTouchpanelController interface
|
|
4
|
+
* @param key key of the device
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
2
7
|
export declare function useMobileControlTouchpanelController(key: string): MobileControlTouchpanelControllerReturn | undefined;
|
|
3
8
|
interface MobileControlTouchpanelControllerReturn {
|
|
4
9
|
touchpanelState: MobileControlTouchpanelState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMobileControlTouchpanelController.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useMobileControlTouchpanelController.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AAGtG,wBAAgB,oCAAoC,CAClD,GAAG,EAAE,MAAM,GACV,uCAAuC,GAAG,SAAS,CA6BrD;AAED,UAAU,uCAAuC;IAC/C,eAAe,EAAE,4BAA4B,CAAC;IAC9C,UAAU,EAAE;QACV,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC;IACF,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,CAAC;CACH"}
|
|
1
|
+
{"version":3,"file":"useMobileControlTouchpanelController.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useMobileControlTouchpanelController.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AAGtG;;;;GAIG;AACH,wBAAgB,oCAAoC,CAClD,GAAG,EAAE,MAAM,GACV,uCAAuC,GAAG,SAAS,CA6BrD;AAED,UAAU,uCAAuC;IAC/C,eAAe,EAAE,4BAA4B,CAAC;IAC9C,UAAU,EAAE;QACV,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC;IACF,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,CAAC;CACH"}
|
|
@@ -2,6 +2,11 @@ import { DisplayState } from "src/lib/types";
|
|
|
2
2
|
import { IHasInputsState } from 'src/lib/types/state/state/IHasInputsState';
|
|
3
3
|
import { IHasPowerWithFeedbackProps } from "./useIHasPowerControl";
|
|
4
4
|
import { IHasSelectableItemsReturn } from './useIHasSelectableItems';
|
|
5
|
+
/**
|
|
6
|
+
* Provides a set of hooks to control a device that extends the TwoWayDisplayBase class
|
|
7
|
+
* @param key key of the device
|
|
8
|
+
* @returns
|
|
9
|
+
*/
|
|
5
10
|
export declare function useTwoWayDisplayBase(key: string): TwoWayDisplayBaseReturn | undefined;
|
|
6
11
|
interface TwoWayDisplayBaseReturn {
|
|
7
12
|
displayState: DisplayState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTwoWayDisplayBase.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useTwoWayDisplayBase.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAC5E,OAAO,EACL,0BAA0B,EAE3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,yBAAyB,EAA0B,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"useTwoWayDisplayBase.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useTwoWayDisplayBase.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAC5E,OAAO,EACL,0BAA0B,EAE3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,yBAAyB,EAA0B,MAAM,0BAA0B,CAAC;AAE7F;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,MAAM,GACV,uBAAuB,GAAG,SAAS,CAqBrC;AAED,UAAU,uBAAuB;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,0BAA0B,CAAC;IACzC,YAAY,EAAE,yBAAyB,CAAC,eAAe,CAAC,CAAC;IACzD,OAAO,EAAE;QAAE,SAAS,EAAE,OAAO,CAAC;QAAC,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;CACtD"}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This hook is used to link up the functions to trigger for a button that can be pressed and held
|
|
3
|
+
* @param onPress function to call when the pointer is pressed
|
|
4
|
+
* @param onRelease function to call when the pointer is released
|
|
5
|
+
* @param onHold function to call when the pointer is held
|
|
6
|
+
* @param holdTimeMs time in milliseconds to hold before onHold is called
|
|
7
|
+
* @returns an object that can be easily applied to a button or other element using a spread operator to attach to the element events
|
|
8
|
+
* @example
|
|
9
|
+
* const button1 = usePressHoldRelease({
|
|
10
|
+
* onPress: () => console.log('pressed'),
|
|
11
|
+
* onRelease: () => console.log('released'),
|
|
12
|
+
* onHold: () => console.log('held'),
|
|
13
|
+
* holdTimeMs: 2000
|
|
14
|
+
* });
|
|
15
|
+
*
|
|
16
|
+
* // use the spread operator to attach the events to the button
|
|
17
|
+
* <button {...button1}>Press and Hold</button>
|
|
18
|
+
*/
|
|
1
19
|
export declare function usePressHoldRelease({ onPress, onRelease, onHold, holdTimeMs, }: PressHoldReleaseParams): {
|
|
2
20
|
onPointerDown: () => void;
|
|
3
21
|
onPointerUp: () => void;
|
|
@@ -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":"AAGA;;;;;;;;;;;;;;;;;GAiBG;AACH,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,10 @@
|
|
|
1
|
+
import { DeviceState } from './DeviceState';
|
|
2
|
+
export interface DevicePresetsState extends DeviceState {
|
|
3
|
+
favorites: PresetChannel[];
|
|
4
|
+
}
|
|
5
|
+
export interface PresetChannel {
|
|
6
|
+
name: string;
|
|
7
|
+
channel: string;
|
|
8
|
+
iconUrl: string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=DevicePresetsState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevicePresetsState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/DevicePresetsState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -2,6 +2,7 @@ export * from './CameraState';
|
|
|
2
2
|
export * from './CamerasState';
|
|
3
3
|
export * from './CommunicationMonitorState';
|
|
4
4
|
export * from './DeviceInfoState';
|
|
5
|
+
export * from './DevicePresetsState';
|
|
5
6
|
export * from './DeviceState';
|
|
6
7
|
export * from './DisplayState';
|
|
7
8
|
export * from './EnvironmentState';
|
|
@@ -18,7 +19,6 @@ export * from './LightingState';
|
|
|
18
19
|
export * from './MatrixRoutingState';
|
|
19
20
|
export * from './MeetingInfo';
|
|
20
21
|
export * from './PowerState';
|
|
21
|
-
export * from './PresetChannel';
|
|
22
22
|
export * from './RoomState';
|
|
23
23
|
export * from './RoutingState';
|
|
24
24
|
export * from './ScheduleEvent';
|
|
@@ -27,6 +27,5 @@ export * from './ShadeState';
|
|
|
27
27
|
export * from './ShareState';
|
|
28
28
|
export * from './SurroundSoundModeState';
|
|
29
29
|
export * from './SwitchedOutputState';
|
|
30
|
-
export * from './TunerState';
|
|
31
30
|
export * from './endpointState';
|
|
32
31
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
2
|
/**
|
|
3
|
-
* The context component that contains the websocket connection and provides the
|
|
3
|
+
* The context component that contains the websocket connection and provides the functions to send messages
|
|
4
4
|
* Must wrap all other components
|
|
5
5
|
* @param children the child components. First child should be a room buseness logic component
|
|
6
6
|
*/
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A hook that provides access to the websocket for the purposes of sending messages as well as adding and removing event handlers
|
|
3
|
+
* @returns The websocket context
|
|
4
|
+
*/
|
|
1
5
|
export declare function useWebsocketContext(): import("./WebsocketContext").WebsocketContextType;
|
|
2
6
|
//# sourceMappingURL=useWebsocketContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/useWebsocketContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useWebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/useWebsocketContext.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,mBAAmB,sDAElC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useIChannelMessenger.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useIChannelMessenger.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,sBAAsB,GAAG,SAAS,CAiBpF;AAED,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,sBAAsB,CAAC;IAClC,WAAW,EAAE,sBAAsB,CAAC;IACpC,WAAW,EAAE,sBAAsB,CAAC;IACpC,KAAK,EAAE,sBAAsB,CAAC;IAC9B,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE,sBAAsB,CAAC;CAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=useISurroundSoundModes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useISurroundSoundModes.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useISurroundSoundModes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PresetChannel.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/PresetChannel.ts"],"names":[],"mappings":"AAIA,qBAAa,aAAa;IACxB,IAAI,EAAE,MAAM,CAAM;IAElB,OAAO,EAAE,MAAM,CAAM;IAErB,OAAO,EAAE,MAAM,CAAM;CACtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TunerState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/TunerState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,UAAW,SAAQ,WAAW;IAC7C,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B"}
|