@pepperdash/mobile-control-react-app-core 1.21.0-type-updates.2 → 1.21.0-type-updates.3
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/types/state/state/ICurrentSourcesState.d.ts +2 -2
- package/dist/types/state/state/ICurrentSourcesState.d.ts.map +1 -1
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts +2 -2
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -9,11 +9,11 @@ export interface ICurrentSourcesState extends IHasCurrentSourceInfoChangeState {
|
|
|
9
9
|
* A record of all current sources keyed by their unique source key.
|
|
10
10
|
* This allows quick access to the source information.
|
|
11
11
|
*/
|
|
12
|
-
currentSources
|
|
12
|
+
currentSources?: Record<string, SourceListItem>;
|
|
13
13
|
/**
|
|
14
14
|
* A record of current source keys, mapping device keys to their corresponding source keys.
|
|
15
15
|
* This is useful for tracking which sources are currently active on each device.
|
|
16
16
|
*/
|
|
17
|
-
currentSourceKeys
|
|
17
|
+
currentSourceKeys?: Record<string, string>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=ICurrentSourcesState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICurrentSourcesState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/ICurrentSourcesState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF;;;GAGG;AACH,MAAM,WAAW,oBAAqB,SAAQ,gCAAgC;IAC5E;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"ICurrentSourcesState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/ICurrentSourcesState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF;;;GAGG;AACH,MAAM,WAAW,oBAAqB,SAAQ,gCAAgC;IAC5E;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;IAEhD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC5C"}
|
|
@@ -9,11 +9,11 @@ export interface IHasCurrentSourceInfoChangeState extends DeviceState {
|
|
|
9
9
|
* The key of the current source.
|
|
10
10
|
* This is used to identify which source is currently active.
|
|
11
11
|
*/
|
|
12
|
-
currentSourceKey
|
|
12
|
+
currentSourceKey?: string;
|
|
13
13
|
/**
|
|
14
14
|
* The current source item.
|
|
15
15
|
* This provides detailed information about the currently active source.
|
|
16
16
|
*/
|
|
17
|
-
currentSource
|
|
17
|
+
currentSource?: SourceListItem;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=IHasCurrentSourceInfoChangeState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IHasCurrentSourceInfoChangeState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/IHasCurrentSourceInfoChangeState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,gCAAiC,SAAQ,WAAW;IACnE;;;OAGG;IACH,gBAAgB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"IHasCurrentSourceInfoChangeState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/IHasCurrentSourceInfoChangeState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,gCAAiC,SAAQ,WAAW;IACnE;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,aAAa,CAAC,EAAE,cAAc,CAAC;CAChC"}
|