@nordicsemiconductor/pc-nrfconnect-shared 111.0.0 → 113.0.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/Changelog.md CHANGED
@@ -7,6 +7,21 @@ This project does _not_ adhere to
7
7
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
8
8
  every new version is a new major version.
9
9
 
10
+ ## 113 - 2023-09-25
11
+
12
+ ### Fixed
13
+
14
+ - The buttons in a dialog footer had too little space between them.
15
+
16
+ ## 112 - 2023-09-25
17
+
18
+ ### Fixed
19
+
20
+ - Type problem when wrong `setTimeout` is chosen by TypeScript. The
21
+ `setTimeout` functions in node or in the browser return different types.
22
+ Sometimes TypeScript gets confused from which one to choose the types. Using
23
+ explicitly the version from the browser fixes this.
24
+
10
25
  ## 111 - 2023-09-22
11
26
 
12
27
  ### Added
@@ -21,6 +36,18 @@ every new version is a new major version.
21
36
  the document body instead of using the same size as was used in the dialog
22
37
  in paragraphs.
23
38
 
39
+ ### Steps to upgrade
40
+
41
+ - If you get compilation errors, you may have to create a TypeScript type
42
+ definition file (e.g. svg.d.ts) in your project containing this:
43
+
44
+ ```ts
45
+ declare module '!!@svgr!*.svg' {
46
+ const svg: React.ElementType;
47
+ export default svg;
48
+ }
49
+ ```
50
+
24
51
  ## 110 - 2023-09-22
25
52
 
26
53
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="3208" lines-covered="1788" line-rate="0.5573" branches-valid="1532" branches-covered="448" branch-rate="0.2924" timestamp="1695416714971" complexity="0" version="0.1">
3
+ <coverage lines-valid="3208" lines-covered="1788" line-rate="0.5573" branches-valid="1532" branches-covered="448" branch-rate="0.2924" timestamp="1695639056715" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/vsts/work/1/s</source>
6
6
  </sources>
@@ -2504,87 +2504,87 @@
2504
2504
  </method>
2505
2505
  <method name="(anonymous_21)" hits="8" signature="()V">
2506
2506
  <lines>
2507
- <line number="52" hits="8"/>
2507
+ <line number="49" hits="8"/>
2508
2508
  </lines>
2509
2509
  </method>
2510
2510
  <method name="(anonymous_22)" hits="8" signature="()V">
2511
2511
  <lines>
2512
- <line number="65" hits="8"/>
2512
+ <line number="62" hits="8"/>
2513
2513
  </lines>
2514
2514
  </method>
2515
2515
  <method name="(anonymous_23)" hits="0" signature="()V">
2516
2516
  <lines>
2517
- <line number="75" hits="0"/>
2517
+ <line number="72" hits="0"/>
2518
2518
  </lines>
2519
2519
  </method>
2520
2520
  <method name="(anonymous_24)" hits="1" signature="()V">
2521
2521
  <lines>
2522
- <line number="84" hits="1"/>
2522
+ <line number="81" hits="1"/>
2523
2523
  </lines>
2524
2524
  </method>
2525
2525
  <method name="(anonymous_25)" hits="0" signature="()V">
2526
2526
  <lines>
2527
- <line number="91" hits="0"/>
2527
+ <line number="88" hits="0"/>
2528
2528
  </lines>
2529
2529
  </method>
2530
2530
  <method name="(anonymous_26)" hits="0" signature="()V">
2531
2531
  <lines>
2532
- <line number="95" hits="0"/>
2532
+ <line number="92" hits="0"/>
2533
2533
  </lines>
2534
2534
  </method>
2535
2535
  <method name="(anonymous_27)" hits="0" signature="()V">
2536
2536
  <lines>
2537
- <line number="101" hits="0"/>
2537
+ <line number="98" hits="0"/>
2538
2538
  </lines>
2539
2539
  </method>
2540
2540
  <method name="(anonymous_28)" hits="0" signature="()V">
2541
2541
  <lines>
2542
- <line number="107" hits="0"/>
2542
+ <line number="104" hits="0"/>
2543
2543
  </lines>
2544
2544
  </method>
2545
2545
  <method name="(anonymous_29)" hits="78" signature="()V">
2546
2546
  <lines>
2547
- <line number="128" hits="78"/>
2547
+ <line number="125" hits="78"/>
2548
2548
  </lines>
2549
2549
  </method>
2550
2550
  <method name="(anonymous_30)" hits="67" signature="()V">
2551
2551
  <lines>
2552
- <line number="131" hits="67"/>
2552
+ <line number="128" hits="67"/>
2553
2553
  </lines>
2554
2554
  </method>
2555
2555
  <method name="(anonymous_31)" hits="151" signature="()V">
2556
2556
  <lines>
2557
- <line number="134" hits="151"/>
2557
+ <line number="131" hits="151"/>
2558
2558
  </lines>
2559
2559
  </method>
2560
2560
  <method name="(anonymous_32)" hits="84" signature="()V">
2561
2561
  <lines>
2562
- <line number="138" hits="84"/>
2562
+ <line number="135" hits="84"/>
2563
2563
  </lines>
2564
2564
  </method>
2565
2565
  <method name="(anonymous_33)" hits="0" signature="()V">
2566
2566
  <lines>
2567
- <line number="141" hits="0"/>
2567
+ <line number="138" hits="0"/>
2568
2568
  </lines>
2569
2569
  </method>
2570
2570
  <method name="(anonymous_34)" hits="0" signature="()V">
2571
2571
  <lines>
2572
- <line number="144" hits="0"/>
2572
+ <line number="141" hits="0"/>
2573
2573
  </lines>
2574
2574
  </method>
2575
2575
  <method name="(anonymous_35)" hits="0" signature="()V">
2576
2576
  <lines>
2577
- <line number="147" hits="0"/>
2577
+ <line number="144" hits="0"/>
2578
2578
  </lines>
2579
2579
  </method>
2580
2580
  <method name="(anonymous_36)" hits="0" signature="()V">
2581
2581
  <lines>
2582
- <line number="149" hits="0"/>
2582
+ <line number="146" hits="0"/>
2583
2583
  </lines>
2584
2584
  </method>
2585
2585
  <method name="(anonymous_38)" hits="8" signature="()V">
2586
2586
  <lines>
2587
- <line number="152" hits="8"/>
2587
+ <line number="149" hits="8"/>
2588
2588
  </lines>
2589
2589
  </method>
2590
2590
  </methods>
@@ -2592,57 +2592,57 @@
2592
2592
  <line number="7" hits="10" branch="false"/>
2593
2593
  <line number="36" hits="10" branch="false"/>
2594
2594
  <line number="40" hits="10" branch="false"/>
2595
- <line number="48" hits="0" branch="false"/>
2596
- <line number="49" hits="0" branch="false"/>
2597
- <line number="56" hits="8" branch="false"/>
2595
+ <line number="45" hits="0" branch="false"/>
2596
+ <line number="46" hits="0" branch="false"/>
2597
+ <line number="53" hits="8" branch="false"/>
2598
+ <line number="54" hits="8" branch="false"/>
2599
+ <line number="56" hits="8" branch="true" condition-coverage="100% (1/1)"/>
2598
2600
  <line number="57" hits="8" branch="false"/>
2599
- <line number="59" hits="8" branch="true" condition-coverage="100% (1/1)"/>
2600
- <line number="60" hits="8" branch="false"/>
2601
- <line number="61" hits="8" branch="false"/>
2602
- <line number="69" hits="8" branch="true" condition-coverage="100% (2/2)"/>
2603
- <line number="70" hits="8" branch="false"/>
2604
- <line number="71" hits="8" branch="false"/>
2605
- <line number="72" hits="8" branch="false"/>
2606
- <line number="79" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2607
- <line number="80" hits="0" branch="false"/>
2608
- <line number="85" hits="1" branch="false"/>
2609
- <line number="86" hits="1" branch="true" condition-coverage="0% (0/1)"/>
2610
- <line number="87" hits="0" branch="false"/>
2611
- <line number="92" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2612
- <line number="99" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2601
+ <line number="58" hits="8" branch="false"/>
2602
+ <line number="66" hits="8" branch="true" condition-coverage="100% (2/2)"/>
2603
+ <line number="67" hits="8" branch="false"/>
2604
+ <line number="68" hits="8" branch="false"/>
2605
+ <line number="69" hits="8" branch="false"/>
2606
+ <line number="76" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2607
+ <line number="77" hits="0" branch="false"/>
2608
+ <line number="82" hits="1" branch="false"/>
2609
+ <line number="83" hits="1" branch="true" condition-coverage="0% (0/1)"/>
2610
+ <line number="84" hits="0" branch="false"/>
2611
+ <line number="89" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2612
+ <line number="96" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2613
+ <line number="102" hits="0" branch="false"/>
2613
2614
  <line number="105" hits="0" branch="false"/>
2614
- <line number="108" hits="0" branch="false"/>
2615
- <line number="114" hits="57" branch="false"/>
2615
+ <line number="111" hits="57" branch="false"/>
2616
+ <line number="113" hits="0" branch="false"/>
2617
+ <line number="114" hits="0" branch="false"/>
2618
+ <line number="115" hits="8" branch="false"/>
2616
2619
  <line number="116" hits="0" branch="false"/>
2617
- <line number="117" hits="0" branch="false"/>
2618
- <line number="118" hits="8" branch="false"/>
2620
+ <line number="117" hits="1" branch="false"/>
2621
+ <line number="118" hits="0" branch="false"/>
2619
2622
  <line number="119" hits="0" branch="false"/>
2620
- <line number="120" hits="1" branch="false"/>
2623
+ <line number="120" hits="0" branch="false"/>
2621
2624
  <line number="121" hits="0" branch="false"/>
2622
- <line number="122" hits="0" branch="false"/>
2623
- <line number="123" hits="0" branch="false"/>
2624
- <line number="124" hits="0" branch="false"/>
2625
- <line number="126" hits="10" branch="false"/>
2626
- <line number="128" hits="46" branch="false"/>
2627
- <line number="129" hits="78" branch="false"/>
2628
- <line number="131" hits="26" branch="false"/>
2629
- <line number="132" hits="67" branch="false"/>
2630
- <line number="134" hits="72" branch="false"/>
2631
- <line number="135" hits="151" branch="true" condition-coverage="50% (1/2)"/>
2632
- <line number="138" hits="46" branch="false"/>
2633
- <line number="139" hits="84" branch="false"/>
2625
+ <line number="123" hits="10" branch="false"/>
2626
+ <line number="125" hits="46" branch="false"/>
2627
+ <line number="126" hits="78" branch="false"/>
2628
+ <line number="128" hits="26" branch="false"/>
2629
+ <line number="129" hits="67" branch="false"/>
2630
+ <line number="131" hits="72" branch="false"/>
2631
+ <line number="132" hits="151" branch="true" condition-coverage="50% (1/2)"/>
2632
+ <line number="135" hits="46" branch="false"/>
2633
+ <line number="136" hits="84" branch="false"/>
2634
+ <line number="138" hits="10" branch="false"/>
2635
+ <line number="139" hits="0" branch="false"/>
2634
2636
  <line number="141" hits="10" branch="false"/>
2635
2637
  <line number="142" hits="0" branch="false"/>
2636
2638
  <line number="144" hits="10" branch="false"/>
2637
2639
  <line number="145" hits="0" branch="false"/>
2638
- <line number="147" hits="10" branch="false"/>
2639
- <line number="148" hits="0" branch="false"/>
2640
- <line number="149" hits="10" branch="false"/>
2641
- <line number="150" hits="0" branch="false"/>
2642
- <line number="152" hits="8" branch="false"/>
2643
- <line number="153" hits="8" branch="true" condition-coverage="0% (0/1)"/>
2644
- <line number="154" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2645
- <line number="156" hits="8" branch="false"/>
2640
+ <line number="146" hits="10" branch="false"/>
2641
+ <line number="147" hits="0" branch="false"/>
2642
+ <line number="149" hits="8" branch="false"/>
2643
+ <line number="150" hits="8" branch="true" condition-coverage="0% (0/1)"/>
2644
+ <line number="151" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2645
+ <line number="153" hits="8" branch="false"/>
2646
2646
  </lines>
2647
2647
  </class>
2648
2648
  <class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.3148" branch-rate="0.09699999999999999">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "111.0.0",
3
+ "version": "113.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -200,7 +200,7 @@ const main = () => {
200
200
  if (noErrors) {
201
201
  doRelease(nextReleaseNumber);
202
202
  console.log(
203
- 'All done on GitHub. Now go to Azure and create a release there:\nhttps://dev.azure.com/NordicSemiconductor/Wayland/_release?definitionId=33'
203
+ '\nAll done on GitHub. Now go to Azure and create a release there:\nhttps://dev.azure.com/NordicSemiconductor/Wayland/_release?definitionId=33'
204
204
  );
205
205
  }
206
206
  };
@@ -27,7 +27,7 @@ export interface DeviceAutoSelectState {
27
27
  device?: Device;
28
28
  disconnectionTime?: number;
29
29
  waitForDevice?: WaitForDevice;
30
- autoReconnectTimeout?: NodeJS.Timeout;
30
+ autoReconnectTimeout?: number;
31
31
  lastArrivedDeviceId?: number;
32
32
  arrivedButWrongWhen?: boolean;
33
33
  onCancelTimeout?: () => void;
@@ -41,10 +41,7 @@ const slice = createSlice({
41
41
  name: 'deviceAutoSelect',
42
42
  initialState,
43
43
  reducers: {
44
- setWaitForDeviceTimeout: (
45
- state,
46
- action: PayloadAction<NodeJS.Timeout>
47
- ) => {
44
+ setWaitForDeviceTimeout: (state, action: PayloadAction<number>) => {
48
45
  clearTimeout(state.autoReconnectTimeout);
49
46
  state.autoReconnectTimeout = action.payload;
50
47
  },
@@ -81,7 +81,7 @@ const initAutoReconnectTimeout =
81
81
 
82
82
  dispatch(
83
83
  setWaitForDeviceTimeout(
84
- setTimeout(() => {
84
+ window.setTimeout(() => {
85
85
  dispatch(closeDeviceSetupDialog());
86
86
  if (waitForDevice?.onFail)
87
87
  waitForDevice?.onFail(
@@ -82,7 +82,7 @@ Dialog.Body = ({ children }: { children: ReactNode }) => (
82
82
  );
83
83
 
84
84
  Dialog.Footer = ({ children }: { children: ReactNode }) => (
85
- <Modal.Footer className="tw-preflight tw-flex tw-flex-row-reverse tw-justify-start tw-gap-1 tw-border-none tw-p-4">
85
+ <Modal.Footer className="tw-preflight tw-flex tw-flex-row-reverse tw-justify-start tw-gap-2 tw-border-none tw-p-4">
86
86
  {children}
87
87
  </Modal.Footer>
88
88
  );
@@ -43,10 +43,10 @@ const FlashMessage = ({ flashMessage }: FlashMessageProps) => {
43
43
  const [fadeoutTimer, setFadeoutTimer] = useState<string>(
44
44
  dismissTime == null ? 'unset' : `${dismissTime}ms`
45
45
  );
46
- const timeoutHandler = useRef<NodeJS.Timeout | undefined>(undefined);
46
+ const timeoutHandler = useRef<number | undefined>(undefined);
47
47
 
48
48
  if (timeoutHandler.current == null && dismissTime != null) {
49
- timeoutHandler.current = setTimeout(() => {
49
+ timeoutHandler.current = window.setTimeout(() => {
50
50
  dispatch(removeMessage(id));
51
51
  }, dismissTime);
52
52
  }
@@ -58,7 +58,7 @@ const FlashMessage = ({ flashMessage }: FlashMessageProps) => {
58
58
 
59
59
  const addFadeout = () => {
60
60
  if (dismissTime) {
61
- timeoutHandler.current = setTimeout(() => {
61
+ timeoutHandler.current = window.setTimeout(() => {
62
62
  dispatch(removeMessage(id));
63
63
  }, dismissTime);
64
64
  setFadeoutTimer(`${dismissTime}ms`);
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import type { AppThunk, RootState } from '../store';
3
2
  import type { Device } from './deviceSlice';
4
3
  export interface WaitForDevice {
@@ -13,12 +12,12 @@ export interface DeviceAutoSelectState {
13
12
  device?: Device;
14
13
  disconnectionTime?: number;
15
14
  waitForDevice?: WaitForDevice;
16
- autoReconnectTimeout?: NodeJS.Timeout;
15
+ autoReconnectTimeout?: number;
17
16
  lastArrivedDeviceId?: number;
18
17
  arrivedButWrongWhen?: boolean;
19
18
  onCancelTimeout?: () => void;
20
19
  }
21
- export declare const reducer: import("redux").Reducer<DeviceAutoSelectState, import("redux").AnyAction>, setWaitForDeviceTimeout: import("@reduxjs/toolkit").ActionCreatorWithPayload<NodeJS.Timeout, "deviceAutoSelect/setWaitForDeviceTimeout">, clearWaitForDeviceTimeout: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "deviceAutoSelect/clearWaitForDeviceTimeout">, setAutoSelectDevice: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<Device | undefined, "deviceAutoSelect/setAutoSelectDevice">, setDisconnectedTime: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number | undefined, "deviceAutoSelect/setDisconnectedTime">, setAutoReselect: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "deviceAutoSelect/setAutoReselect">, setWaitForDevice: import("@reduxjs/toolkit").ActionCreatorWithPayload<WaitForDevice, "deviceAutoSelect/setWaitForDevice">, setLastArrivedDeviceId: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number | undefined, "deviceAutoSelect/setLastArrivedDeviceId">, setArrivedButWrongWhen: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean | undefined, "deviceAutoSelect/setArrivedButWrongWhen">, setOnCancelTimeout: import("@reduxjs/toolkit").ActionCreatorWithPayload<() => void, "deviceAutoSelect/setOnCancelTimeout">;
20
+ export declare const reducer: import("redux").Reducer<DeviceAutoSelectState, import("redux").AnyAction>, setWaitForDeviceTimeout: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "deviceAutoSelect/setWaitForDeviceTimeout">, clearWaitForDeviceTimeout: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "deviceAutoSelect/clearWaitForDeviceTimeout">, setAutoSelectDevice: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<Device | undefined, "deviceAutoSelect/setAutoSelectDevice">, setDisconnectedTime: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number | undefined, "deviceAutoSelect/setDisconnectedTime">, setAutoReselect: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "deviceAutoSelect/setAutoReselect">, setWaitForDevice: import("@reduxjs/toolkit").ActionCreatorWithPayload<WaitForDevice, "deviceAutoSelect/setWaitForDevice">, setLastArrivedDeviceId: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number | undefined, "deviceAutoSelect/setLastArrivedDeviceId">, setArrivedButWrongWhen: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean | undefined, "deviceAutoSelect/setArrivedButWrongWhen">, setOnCancelTimeout: import("@reduxjs/toolkit").ActionCreatorWithPayload<() => void, "deviceAutoSelect/setOnCancelTimeout">;
22
21
  export declare const getAutoReselectDevice: (state: RootState) => Device | undefined;
23
22
  export declare const getAutoReselect: (state: RootState) => boolean;
24
23
  export declare const getWaitingToAutoReselect: (state: RootState) => boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"deviceAutoSelectSlice.d.ts","sourceRoot":"","sources":["../../../../src/Device/deviceAutoSelectSlice.ts"],"names":[],"mappings":";AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,aAAa;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EACE,QAAQ,GACR,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,CAAC,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC;IACpC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,qBAAqB;IAClC,YAAY,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC;IACtC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AA+ED,eAAO,MACH,OAAO,6EAEH,uBAAuB,mHACvB,yBAAyB,8GACzB,mBAAmB,2HACnB,mBAAmB,2HACnB,eAAe,oGACf,gBAAgB,2GAChB,sBAAsB,8HACtB,sBAAsB,+HACtB,kBAAkB,4DAjBsC,IAAI,wCAmB3D,CAAC;AAEV,eAAO,MAAM,qBAAqB,UAAW,SAAS,uBACrB,CAAC;AAElC,eAAO,MAAM,eAAe,UAAW,SAAS,YACT,CAAC;AAExC,eAAO,MAAM,wBAAwB,UAAW,SAAS,YAElB,CAAC;AAExC,eAAO,MAAM,0BAA0B,UAAW,SAAS,YACE,CAAC;AAE9D,eAAO,MAAM,oBAAoB,UAAW,SAAS,uBACT,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,8BACT,CAAC;AAEzC,eAAO,MAAM,sBAAsB,UAAW,SAAS,uBACT,CAAC;AAC/C,eAAO,MAAM,sBAAsB,UAAW,SAAS,wBACT,CAAC;AAE/C,eAAO,MAAM,kBAAkB,QAAO,QAKrC,CAAC"}
1
+ {"version":3,"file":"deviceAutoSelectSlice.d.ts","sourceRoot":"","sources":["../../../../src/Device/deviceAutoSelectSlice.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,aAAa;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EACE,QAAQ,GACR,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,CAAC,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC;IACpC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,qBAAqB;IAClC,YAAY,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AA4ED,eAAO,MACH,OAAO,6EAEH,uBAAuB,2GACvB,yBAAyB,8GACzB,mBAAmB,2HACnB,mBAAmB,2HACnB,eAAe,oGACf,gBAAgB,2GAChB,sBAAsB,8HACtB,sBAAsB,+HACtB,kBAAkB,4DAjBsC,IAAI,wCAmB3D,CAAC;AAEV,eAAO,MAAM,qBAAqB,UAAW,SAAS,uBACrB,CAAC;AAElC,eAAO,MAAM,eAAe,UAAW,SAAS,YACT,CAAC;AAExC,eAAO,MAAM,wBAAwB,UAAW,SAAS,YAElB,CAAC;AAExC,eAAO,MAAM,0BAA0B,UAAW,SAAS,YACE,CAAC;AAE9D,eAAO,MAAM,oBAAoB,UAAW,SAAS,uBACT,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,8BACT,CAAC;AAEzC,eAAO,MAAM,sBAAsB,UAAW,SAAS,uBACT,CAAC;AAC/C,eAAO,MAAM,sBAAsB,UAAW,SAAS,wBACT,CAAC;AAE/C,eAAO,MAAM,kBAAkB,QAAO,QAKrC,CAAC"}