@nordicsemiconductor/pc-nrfconnect-shared 97.0.0 → 98.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.
Files changed (32) hide show
  1. package/Changelog.md +28 -0
  2. package/coverage/cobertura-coverage.xml +156 -117
  3. package/nrfutil/moduleVersion.ts +1 -1
  4. package/package.json +1 -1
  5. package/src/Button/Button.tsx +7 -7
  6. package/src/Dialog/Dialog.tsx +1 -1
  7. package/src/ErrorBoundary/ErrorBoundary.tsx +2 -2
  8. package/src/FactoryReset/FactoryResetButton.tsx +1 -1
  9. package/src/Link/ExternalLink.tsx +22 -0
  10. package/src/Link/FileLink.tsx +28 -0
  11. package/src/MasonryLayout/MasonryLayout.tsx +4 -12
  12. package/src/Panes/FeedbackPane.tsx +2 -2
  13. package/src/StartStopButton/StartStopButton.tsx +1 -1
  14. package/src/index.ts +4 -0
  15. package/src/utils/logLibVersions.ts +4 -0
  16. package/src/utils/persistentStore.ts +26 -0
  17. package/src/utils/systemReport.ts +3 -0
  18. package/typings/generated/nrfutil/moduleVersion.d.ts +1 -1
  19. package/typings/generated/nrfutil/moduleVersion.d.ts.map +1 -1
  20. package/typings/generated/src/Button/Button.d.ts +2 -1
  21. package/typings/generated/src/Button/Button.d.ts.map +1 -1
  22. package/typings/generated/src/Link/ExternalLink.d.ts +7 -0
  23. package/typings/generated/src/Link/ExternalLink.d.ts.map +1 -0
  24. package/typings/generated/src/Link/FileLink.d.ts +7 -0
  25. package/typings/generated/src/Link/FileLink.d.ts.map +1 -0
  26. package/typings/generated/src/MasonryLayout/MasonryLayout.d.ts.map +1 -1
  27. package/typings/generated/src/index.d.ts +3 -1
  28. package/typings/generated/src/index.d.ts.map +1 -1
  29. package/typings/generated/src/utils/logLibVersions.d.ts.map +1 -1
  30. package/typings/generated/src/utils/persistentStore.d.ts +2 -0
  31. package/typings/generated/src/utils/persistentStore.d.ts.map +1 -1
  32. package/typings/generated/src/utils/systemReport.d.ts.map +1 -1
package/Changelog.md CHANGED
@@ -7,6 +7,34 @@ 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
+ ## 98 - 2023-08-30
11
+
12
+ ### Added
13
+
14
+ - Logging for nrf-probe-lib
15
+ - Persisted api keys securely using `getPersistedApiKey` and `persistApiKey`
16
+ - `xl` size for `Button` component with bigger font.
17
+ - `ExternalLink` component.
18
+ - `FileLink` component.
19
+
20
+ ### Fixed
21
+
22
+ - `MasonryLayout` ResizeObserver loop limit exceeded error
23
+
24
+ ### Changed
25
+
26
+ - `Button` component now uses a `size` property instead of a boolean `large`.
27
+
28
+ ### Removed
29
+
30
+ - `link` variant of `Button` component.
31
+
32
+ ### Steps to upgrade
33
+
34
+ - Replace `large` properties of the `Button` component with `size="lg"`
35
+ - Replace any occurrence of `link` variant `Button`s with `ExternalLink` or
36
+ `FileLink`.
37
+
10
38
  ## 97 - 2023-08-29
11
39
 
12
40
  ### Added
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="2974" lines-covered="1648" line-rate="0.5540999999999999" branches-valid="1463" branches-covered="381" branch-rate="0.26039999999999996" timestamp="1693311136923" complexity="0" version="0.1">
3
+ <coverage lines-valid="2997" lines-covered="1661" line-rate="0.5542" branches-valid="1471" branches-covered="385" branch-rate="0.26170000000000004" timestamp="1693400375873" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/vsts/work/1/s</source>
6
6
  </sources>
7
7
  <packages>
8
- <package name="ipc" line-rate="0.9473" branch-rate="1">
8
+ <package name="ipc" line-rate="0.9551999999999999" branch-rate="1">
9
9
  <classes>
10
10
  <class name="appDetails.ts" filename="ipc/appDetails.ts" line-rate="0.7" branch-rate="1">
11
11
  <methods>
@@ -47,6 +47,22 @@
47
47
  <line number="32" hits="1" branch="false"/>
48
48
  </lines>
49
49
  </class>
50
+ <class name="safeStorage.ts" filename="ipc/safeStorage.ts" line-rate="1" branch-rate="1">
51
+ <methods>
52
+ </methods>
53
+ <lines>
54
+ <line number="7" hits="11" branch="false"/>
55
+ <line number="9" hits="11" branch="false"/>
56
+ <line number="16" hits="11" branch="false"/>
57
+ <line number="19" hits="11" branch="false"/>
58
+ <line number="24" hits="11" branch="false"/>
59
+ <line number="25" hits="11" branch="false"/>
60
+ <line number="28" hits="11" branch="false"/>
61
+ <line number="29" hits="11" branch="false"/>
62
+ <line number="31" hits="11" branch="false"/>
63
+ <line number="36" hits="11" branch="false"/>
64
+ </lines>
65
+ </class>
50
66
  <class name="serialPort.ts" filename="ipc/serialPort.ts" line-rate="1" branch-rate="1">
51
67
  <methods>
52
68
  <method name="(anonymous_5)" hits="4" signature="()V">
@@ -229,9 +245,9 @@
229
245
  <line number="18" hits="0"/>
230
246
  </lines>
231
247
  </method>
232
- <method name="(anonymous_11)" hits="8" signature="()V">
248
+ <method name="(anonymous_11)" hits="41" signature="()V">
233
249
  <lines>
234
- <line number="24" hits="8"/>
250
+ <line number="24" hits="41"/>
235
251
  </lines>
236
252
  </method>
237
253
  <method name="(anonymous_12)" hits="5" signature="()V">
@@ -239,9 +255,9 @@
239
255
  <line number="25" hits="5"/>
240
256
  </lines>
241
257
  </method>
242
- <method name="(anonymous_13)" hits="5" signature="()V">
258
+ <method name="(anonymous_13)" hits="38" signature="()V">
243
259
  <lines>
244
- <line number="29" hits="5"/>
260
+ <line number="29" hits="38"/>
245
261
  </lines>
246
262
  </method>
247
263
  <method name="(anonymous_14)" hits="0" signature="()V">
@@ -271,27 +287,27 @@
271
287
  </method>
272
288
  </methods>
273
289
  <lines>
274
- <line number="7" hits="2" branch="false"/>
290
+ <line number="7" hits="12" branch="false"/>
275
291
  <line number="10" hits="2" branch="false"/>
276
- <line number="11" hits="2" branch="false"/>
292
+ <line number="11" hits="12" branch="false"/>
277
293
  <line number="12" hits="2" branch="false"/>
278
294
  <line number="13" hits="0" branch="false"/>
279
295
  <line number="15" hits="2" branch="false"/>
280
- <line number="16" hits="2" branch="false"/>
296
+ <line number="16" hits="12" branch="false"/>
281
297
  <line number="17" hits="2" branch="false"/>
282
298
  <line number="18" hits="0" branch="false"/>
283
299
  <line number="19" hits="0" branch="false"/>
284
- <line number="23" hits="8" branch="false"/>
285
- <line number="24" hits="2" branch="false"/>
286
- <line number="25" hits="8" branch="false"/>
300
+ <line number="23" hits="41" branch="false"/>
301
+ <line number="24" hits="12" branch="false"/>
302
+ <line number="25" hits="41" branch="false"/>
287
303
  <line number="26" hits="5" branch="false"/>
288
- <line number="28" hits="5" branch="false"/>
289
- <line number="29" hits="2" branch="false"/>
290
- <line number="30" hits="5" branch="false"/>
304
+ <line number="28" hits="38" branch="false"/>
305
+ <line number="29" hits="12" branch="false"/>
306
+ <line number="30" hits="38" branch="false"/>
291
307
  <line number="35" hits="0" branch="false"/>
292
308
  <line number="36" hits="0" branch="false"/>
293
309
  <line number="39" hits="2" branch="false"/>
294
- <line number="40" hits="2" branch="false"/>
310
+ <line number="40" hits="12" branch="false"/>
295
311
  <line number="41" hits="2" branch="false"/>
296
312
  <line number="49" hits="0" branch="false"/>
297
313
  <line number="50" hits="0" branch="false"/>
@@ -2500,21 +2516,21 @@
2500
2516
  </class>
2501
2517
  </classes>
2502
2518
  </package>
2503
- <package name="src.Button" line-rate="1" branch-rate="0.75">
2519
+ <package name="src.Button" line-rate="1" branch-rate="0.7726999999999999">
2504
2520
  <classes>
2505
- <class name="Button.tsx" filename="src/Button/Button.tsx" line-rate="1" branch-rate="0.75">
2521
+ <class name="Button.tsx" filename="src/Button/Button.tsx" line-rate="1" branch-rate="0.7726999999999999">
2506
2522
  <methods>
2507
2523
  <method name="(anonymous_2)" hits="88" signature="()V">
2508
2524
  <lines>
2509
- <line number="31" hits="88"/>
2525
+ <line number="33" hits="88"/>
2510
2526
  </lines>
2511
2527
  </method>
2512
2528
  </methods>
2513
2529
  <lines>
2514
2530
  <line number="7" hits="6" branch="false"/>
2515
2531
  <line number="9" hits="6" branch="false"/>
2516
- <line number="31" hits="6" branch="false"/>
2517
- <line number="41" hits="88" branch="false"/>
2532
+ <line number="33" hits="6" branch="false"/>
2533
+ <line number="43" hits="88" branch="false"/>
2518
2534
  <line number="76" hits="88" branch="false"/>
2519
2535
  </lines>
2520
2536
  </class>
@@ -6952,7 +6968,7 @@
6952
6968
  </class>
6953
6969
  </classes>
6954
6970
  </package>
6955
- <package name="src.utils" line-rate="0.6566" branch-rate="0.1653">
6971
+ <package name="src.utils" line-rate="0.6365999999999999" branch-rate="0.1603">
6956
6972
  <classes>
6957
6973
  <class name="appDirs.ts" filename="src/utils/appDirs.ts" line-rate="0.6666" branch-rate="0">
6958
6974
  <methods>
@@ -6999,9 +7015,9 @@
6999
7015
  </class>
7000
7016
  <class name="classNames.ts" filename="src/utils/classNames.ts" line-rate="1" branch-rate="1">
7001
7017
  <methods>
7002
- <method name="(anonymous_1)" hits="1518" signature="()V">
7018
+ <method name="(anonymous_1)" hits="1606" signature="()V">
7003
7019
  <lines>
7004
- <line number="7" hits="1518"/>
7020
+ <line number="7" hits="1606"/>
7005
7021
  </lines>
7006
7022
  </method>
7007
7023
  <method name="(anonymous_2)" hits="340" signature="()V">
@@ -7011,7 +7027,7 @@
7011
7027
  </method>
7012
7028
  </methods>
7013
7029
  <lines>
7014
- <line number="7" hits="1518" branch="false"/>
7030
+ <line number="7" hits="1606" branch="false"/>
7015
7031
  <line number="24" hits="340" branch="false"/>
7016
7032
  <line number="25" hits="340" branch="false"/>
7017
7033
  </lines>
@@ -7059,101 +7075,111 @@
7059
7075
  <line number="46" hits="0" branch="false"/>
7060
7076
  </lines>
7061
7077
  </class>
7062
- <class name="persistentStore.ts" filename="src/utils/persistentStore.ts" line-rate="0.7345999999999999" branch-rate="0.2">
7078
+ <class name="persistentStore.ts" filename="src/utils/persistentStore.ts" line-rate="0.629" branch-rate="0.11109999999999999">
7063
7079
  <methods>
7064
- <method name="(anonymous_19)" hits="0" signature="()V">
7065
- <lines>
7066
- <line number="38" hits="0"/>
7067
- </lines>
7068
- </method>
7069
- <method name="(anonymous_20)" hits="9" signature="()V">
7070
- <lines>
7071
- <line number="40" hits="9"/>
7072
- </lines>
7073
- </method>
7074
7080
  <method name="(anonymous_21)" hits="0" signature="()V">
7075
7081
  <lines>
7076
- <line number="43" hits="0"/>
7082
+ <line number="39" hits="0"/>
7077
7083
  </lines>
7078
7084
  </method>
7079
7085
  <method name="(anonymous_22)" hits="9" signature="()V">
7080
7086
  <lines>
7081
- <line number="45" hits="9"/>
7087
+ <line number="41" hits="9"/>
7082
7088
  </lines>
7083
7089
  </method>
7084
7090
  <method name="(anonymous_23)" hits="0" signature="()V">
7085
7091
  <lines>
7086
- <line number="48" hits="0"/>
7092
+ <line number="44" hits="0"/>
7087
7093
  </lines>
7088
7094
  </method>
7089
7095
  <method name="(anonymous_24)" hits="9" signature="()V">
7090
7096
  <lines>
7091
- <line number="56" hits="9"/>
7097
+ <line number="46" hits="9"/>
7092
7098
  </lines>
7093
7099
  </method>
7094
7100
  <method name="(anonymous_25)" hits="0" signature="()V">
7095
7101
  <lines>
7096
- <line number="65" hits="0"/>
7102
+ <line number="49" hits="0"/>
7097
7103
  </lines>
7098
7104
  </method>
7099
7105
  <method name="(anonymous_26)" hits="0" signature="()V">
7100
7106
  <lines>
7101
- <line number="74" hits="0"/>
7107
+ <line number="58" hits="0"/>
7102
7108
  </lines>
7103
7109
  </method>
7104
7110
  <method name="(anonymous_27)" hits="0" signature="()V">
7105
7111
  <lines>
7106
- <line number="86" hits="0"/>
7112
+ <line number="74" hits="0"/>
7107
7113
  </lines>
7108
7114
  </method>
7109
- <method name="(anonymous_28)" hits="3" signature="()V">
7115
+ <method name="(anonymous_28)" hits="9" signature="()V">
7110
7116
  <lines>
7111
- <line number="88" hits="3"/>
7117
+ <line number="82" hits="9"/>
7112
7118
  </lines>
7113
7119
  </method>
7114
7120
  <method name="(anonymous_29)" hits="0" signature="()V">
7115
7121
  <lines>
7116
- <line number="90" hits="0"/>
7122
+ <line number="91" hits="0"/>
7117
7123
  </lines>
7118
7124
  </method>
7119
7125
  <method name="(anonymous_30)" hits="0" signature="()V">
7120
7126
  <lines>
7121
- <line number="93" hits="0"/>
7127
+ <line number="100" hits="0"/>
7122
7128
  </lines>
7123
7129
  </method>
7124
7130
  <method name="(anonymous_31)" hits="0" signature="()V">
7125
7131
  <lines>
7126
- <line number="94" hits="0"/>
7132
+ <line number="112" hits="0"/>
7127
7133
  </lines>
7128
7134
  </method>
7129
- <method name="(anonymous_32)" hits="0" signature="()V">
7135
+ <method name="(anonymous_32)" hits="3" signature="()V">
7130
7136
  <lines>
7131
- <line number="100" hits="0"/>
7137
+ <line number="114" hits="3"/>
7132
7138
  </lines>
7133
7139
  </method>
7134
7140
  <method name="(anonymous_33)" hits="0" signature="()V">
7135
7141
  <lines>
7136
- <line number="103" hits="0"/>
7142
+ <line number="116" hits="0"/>
7137
7143
  </lines>
7138
7144
  </method>
7139
- <method name="(anonymous_34)" hits="9" signature="()V">
7145
+ <method name="(anonymous_34)" hits="0" signature="()V">
7140
7146
  <lines>
7141
- <line number="105" hits="9"/>
7147
+ <line number="119" hits="0"/>
7142
7148
  </lines>
7143
7149
  </method>
7144
- <method name="(anonymous_35)" hits="7" signature="()V">
7150
+ <method name="(anonymous_35)" hits="0" signature="()V">
7145
7151
  <lines>
7146
- <line number="116" hits="7"/>
7152
+ <line number="120" hits="0"/>
7147
7153
  </lines>
7148
7154
  </method>
7149
- <method name="(anonymous_36)" hits="1" signature="()V">
7155
+ <method name="(anonymous_36)" hits="0" signature="()V">
7150
7156
  <lines>
7151
- <line number="138" hits="1"/>
7157
+ <line number="126" hits="0"/>
7152
7158
  </lines>
7153
7159
  </method>
7154
- <method name="(anonymous_37)" hits="1" signature="()V">
7160
+ <method name="(anonymous_37)" hits="0" signature="()V">
7155
7161
  <lines>
7156
- <line number="143" hits="1"/>
7162
+ <line number="129" hits="0"/>
7163
+ </lines>
7164
+ </method>
7165
+ <method name="(anonymous_38)" hits="9" signature="()V">
7166
+ <lines>
7167
+ <line number="131" hits="9"/>
7168
+ </lines>
7169
+ </method>
7170
+ <method name="(anonymous_39)" hits="7" signature="()V">
7171
+ <lines>
7172
+ <line number="142" hits="7"/>
7173
+ </lines>
7174
+ </method>
7175
+ <method name="(anonymous_40)" hits="1" signature="()V">
7176
+ <lines>
7177
+ <line number="164" hits="1"/>
7178
+ </lines>
7179
+ </method>
7180
+ <method name="(anonymous_41)" hits="1" signature="()V">
7181
+ <lines>
7182
+ <line number="169" hits="1"/>
7157
7183
  </lines>
7158
7184
  </method>
7159
7185
  </methods>
@@ -7162,51 +7188,64 @@
7162
7188
  <line number="10" hits="11" branch="false"/>
7163
7189
  <line number="12" hits="11" branch="false"/>
7164
7190
  <line number="13" hits="11" branch="false"/>
7165
- <line number="28" hits="11" branch="false"/>
7166
- <line number="38" hits="11" branch="false"/>
7167
- <line number="39" hits="0" branch="false"/>
7168
- <line number="40" hits="11" branch="false"/>
7169
- <line number="41" hits="9" branch="false"/>
7170
- <line number="43" hits="11" branch="false"/>
7171
- <line number="44" hits="0" branch="false"/>
7172
- <line number="45" hits="11" branch="false"/>
7173
- <line number="46" hits="9" branch="false"/>
7174
- <line number="48" hits="11" branch="false"/>
7191
+ <line number="14" hits="11" branch="false"/>
7192
+ <line number="29" hits="11" branch="false"/>
7193
+ <line number="39" hits="11" branch="false"/>
7194
+ <line number="40" hits="0" branch="false"/>
7195
+ <line number="41" hits="11" branch="false"/>
7196
+ <line number="42" hits="9" branch="false"/>
7197
+ <line number="44" hits="11" branch="false"/>
7198
+ <line number="45" hits="0" branch="false"/>
7199
+ <line number="46" hits="11" branch="false"/>
7200
+ <line number="47" hits="9" branch="false"/>
7201
+ <line number="49" hits="11" branch="false"/>
7202
+ <line number="50" hits="0" branch="false"/>
7203
+ <line number="51" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7175
7204
  <line number="52" hits="0" branch="false"/>
7176
- <line number="56" hits="11" branch="false"/>
7177
- <line number="59" hits="9" branch="false"/>
7178
- <line number="60" hits="9" branch="false"/>
7179
- <line number="63" hits="9" branch="false"/>
7180
- <line number="65" hits="11" branch="false"/>
7181
- <line number="70" hits="0" branch="false"/>
7205
+ <line number="55" hits="0" branch="false"/>
7206
+ <line number="56" hits="0" branch="false"/>
7207
+ <line number="58" hits="11" branch="false"/>
7208
+ <line number="59" hits="0" branch="false"/>
7209
+ <line number="60" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7210
+ <line number="61" hits="0" branch="false"/>
7211
+ <line number="64" hits="0" branch="false"/>
7212
+ <line number="69" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7182
7213
  <line number="74" hits="11" branch="false"/>
7183
7214
  <line number="78" hits="0" branch="false"/>
7184
- <line number="81" hits="0" branch="false"/>
7185
- <line number="86" hits="11" branch="false"/>
7186
- <line number="87" hits="0" branch="false"/>
7187
- <line number="88" hits="11" branch="false"/>
7188
- <line number="89" hits="3" branch="false"/>
7189
- <line number="90" hits="11" branch="false"/>
7190
- <line number="91" hits="0" branch="false"/>
7191
- <line number="93" hits="11" branch="false"/>
7192
- <line number="94" hits="11" branch="false"/>
7193
- <line number="95" hits="0" branch="false"/>
7215
+ <line number="82" hits="11" branch="false"/>
7216
+ <line number="85" hits="9" branch="false"/>
7217
+ <line number="86" hits="9" branch="false"/>
7218
+ <line number="89" hits="9" branch="false"/>
7219
+ <line number="91" hits="11" branch="false"/>
7194
7220
  <line number="96" hits="0" branch="false"/>
7195
- <line number="98" hits="0" branch="false"/>
7196
7221
  <line number="100" hits="11" branch="false"/>
7197
- <line number="101" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7198
- <line number="103" hits="11" branch="false"/>
7199
7222
  <line number="104" hits="0" branch="false"/>
7200
- <line number="105" hits="11" branch="false"/>
7201
- <line number="106" hits="9" branch="false"/>
7223
+ <line number="107" hits="0" branch="false"/>
7224
+ <line number="112" hits="11" branch="false"/>
7225
+ <line number="113" hits="0" branch="false"/>
7226
+ <line number="114" hits="11" branch="false"/>
7227
+ <line number="115" hits="3" branch="false"/>
7202
7228
  <line number="116" hits="11" branch="false"/>
7203
- <line number="123" hits="7" branch="true" condition-coverage="100% (1/1)"/>
7204
- <line number="124" hits="3" branch="false"/>
7205
- <line number="133" hits="7" branch="false"/>
7206
- <line number="138" hits="11" branch="false"/>
7207
- <line number="139" hits="1" branch="false"/>
7208
- <line number="143" hits="11" branch="false"/>
7209
- <line number="144" hits="1" branch="false"/>
7229
+ <line number="117" hits="0" branch="false"/>
7230
+ <line number="119" hits="11" branch="false"/>
7231
+ <line number="120" hits="11" branch="false"/>
7232
+ <line number="121" hits="0" branch="false"/>
7233
+ <line number="122" hits="0" branch="false"/>
7234
+ <line number="124" hits="0" branch="false"/>
7235
+ <line number="126" hits="11" branch="false"/>
7236
+ <line number="127" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7237
+ <line number="129" hits="11" branch="false"/>
7238
+ <line number="130" hits="0" branch="false"/>
7239
+ <line number="131" hits="11" branch="false"/>
7240
+ <line number="132" hits="9" branch="false"/>
7241
+ <line number="142" hits="11" branch="false"/>
7242
+ <line number="149" hits="7" branch="true" condition-coverage="100% (1/1)"/>
7243
+ <line number="150" hits="3" branch="false"/>
7244
+ <line number="159" hits="7" branch="false"/>
7245
+ <line number="164" hits="11" branch="false"/>
7246
+ <line number="165" hits="1" branch="false"/>
7247
+ <line number="169" hits="11" branch="false"/>
7248
+ <line number="170" hits="1" branch="false"/>
7210
7249
  </lines>
7211
7250
  </class>
7212
7251
  <class name="systemReport.ts" filename="src/utils/systemReport.ts" line-rate="0.37829999999999997" branch-rate="0">
@@ -7218,22 +7257,22 @@
7218
7257
  </method>
7219
7258
  <method name="(anonymous_7)" hits="0" signature="()V">
7220
7259
  <lines>
7221
- <line number="93" hits="0"/>
7260
+ <line number="96" hits="0"/>
7222
7261
  </lines>
7223
7262
  </method>
7224
7263
  <method name="(anonymous_8)" hits="0" signature="()V">
7225
7264
  <lines>
7226
- <line number="98" hits="0"/>
7265
+ <line number="101" hits="0"/>
7227
7266
  </lines>
7228
7267
  </method>
7229
7268
  <method name="(anonymous_9)" hits="0" signature="()V">
7230
7269
  <lines>
7231
- <line number="115" hits="0"/>
7270
+ <line number="118" hits="0"/>
7232
7271
  </lines>
7233
7272
  </method>
7234
7273
  <method name="(anonymous_10)" hits="0" signature="()V">
7235
7274
  <lines>
7236
- <line number="129" hits="0"/>
7275
+ <line number="132" hits="0"/>
7237
7276
  </lines>
7238
7277
  </method>
7239
7278
  </methods>
@@ -7254,27 +7293,27 @@
7254
7293
  <line number="55" hits="0" branch="false"/>
7255
7294
  <line number="56" hits="0" branch="false"/>
7256
7295
  <line number="58" hits="0" branch="false"/>
7257
- <line number="87" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7258
- <line number="91" hits="0" branch="false"/>
7259
- <line number="93" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7260
- <line number="98" hits="2" branch="false"/>
7261
- <line number="99" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7262
- <line number="100" hits="0" branch="false"/>
7296
+ <line number="90" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7297
+ <line number="94" hits="0" branch="false"/>
7298
+ <line number="96" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7299
+ <line number="101" hits="2" branch="false"/>
7300
+ <line number="102" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7263
7301
  <line number="103" hits="0" branch="false"/>
7264
- <line number="105" hits="0" branch="false"/>
7265
- <line number="115" hits="2" branch="false"/>
7266
- <line number="121" hits="0" branch="false"/>
7267
- <line number="129" hits="2" branch="false"/>
7268
- <line number="134" hits="0" branch="false"/>
7269
- <line number="135" hits="0" branch="false"/>
7270
- <line number="136" hits="0" branch="false"/>
7271
- <line number="143" hits="0" branch="false"/>
7272
- <line number="144" hits="0" branch="false"/>
7302
+ <line number="106" hits="0" branch="false"/>
7303
+ <line number="108" hits="0" branch="false"/>
7304
+ <line number="118" hits="2" branch="false"/>
7305
+ <line number="124" hits="0" branch="false"/>
7306
+ <line number="132" hits="2" branch="false"/>
7307
+ <line number="137" hits="0" branch="false"/>
7308
+ <line number="138" hits="0" branch="false"/>
7309
+ <line number="139" hits="0" branch="false"/>
7273
7310
  <line number="146" hits="0" branch="false"/>
7274
7311
  <line number="147" hits="0" branch="false"/>
7275
- <line number="148" hits="0" branch="false"/>
7276
7312
  <line number="149" hits="0" branch="false"/>
7313
+ <line number="150" hits="0" branch="false"/>
7277
7314
  <line number="151" hits="0" branch="false"/>
7315
+ <line number="152" hits="0" branch="false"/>
7316
+ <line number="154" hits="0" branch="false"/>
7278
7317
  </lines>
7279
7318
  </class>
7280
7319
  <class name="truncateMiddle.ts" filename="src/utils/truncateMiddle.ts" line-rate="1" branch-rate="1">
@@ -28,7 +28,7 @@ export const describeVersion = (version?: SubDependency | string) => {
28
28
  return 'Unknown';
29
29
  };
30
30
 
31
- type KnownModule = 'nrfdl' | 'jprog' | 'JlinkARM';
31
+ type KnownModule = 'nrf-probe-lib' | 'nrfdl' | 'jprog' | 'JlinkARM';
32
32
 
33
33
  const findTopLevel = (module: KnownModule, dependencies: Dependency[]) =>
34
34
  dependencies.find(dependency => dependency.name === module);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "97.0.0",
3
+ "version": "98.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,6 +18,8 @@ export type ButtonVariants =
18
18
  | 'link'
19
19
  | 'link-button';
20
20
 
21
+ export type ButtonSize = 'sm' | 'lg' | 'xl';
22
+
21
23
  type ButtonProps = {
22
24
  id?: string;
23
25
  variant: ButtonVariants;
@@ -25,7 +27,7 @@ type ButtonProps = {
25
27
  onClick: React.MouseEventHandler<HTMLButtonElement>;
26
28
  disabled?: boolean;
27
29
  title?: string;
28
- large?: boolean;
30
+ size?: ButtonSize;
29
31
  };
30
32
 
31
33
  const Button: React.FC<ButtonProps> = ({
@@ -36,16 +38,16 @@ const Button: React.FC<ButtonProps> = ({
36
38
  onClick,
37
39
  disabled = false,
38
40
  title,
39
- large = false,
41
+ size = 'sm',
40
42
  }) => (
41
43
  <div className={`tw-preflight ${className}`}>
42
44
  <button
43
45
  type="button"
44
46
  id={id}
45
47
  className={`${classNames(
46
- large
47
- ? 'tw-h-8 tw-px-4 tw-text-sm'
48
- : 'tw-h-6 tw-px-2 tw-text-xs',
48
+ size === 'sm' && 'tw-h-6 tw-px-2 tw-text-xs',
49
+ size === 'lg' && 'tw-h-8 tw-px-4 tw-text-sm',
50
+ size === 'xl' && 'tw-h-8 tw-px-4 tw-text-base',
49
51
  variant === 'primary' &&
50
52
  'tw-bg-nordicBlue tw-text-white active:enabled:tw-bg-nordicBlue-700',
51
53
  variant === 'secondary' &&
@@ -58,8 +60,6 @@ const Button: React.FC<ButtonProps> = ({
58
60
  'tw-bg-orange tw-text-white active:enabled:tw-bg-orange-700',
59
61
  variant === 'danger' &&
60
62
  'tw-bg-red tw-text-white active:enabled:tw-bg-red-700',
61
- variant === 'link' &&
62
- 'tw-bg-transparent tw-p-0 tw-text-nordicBlue hover:tw-underline',
63
63
  variant === 'link-button' &&
64
64
  'tw-border tw-border-nordicBlue tw-bg-white tw-text-nordicBlue active:enabled:tw-bg-gray-50',
65
65
  className
@@ -101,7 +101,7 @@ export const DialogButton = ({
101
101
  children,
102
102
  }: DialogButtonProps) => (
103
103
  <Button
104
- large
104
+ size="lg"
105
105
  variant={variant}
106
106
  onClick={onClick}
107
107
  className={className}
@@ -116,7 +116,7 @@ class ErrorBoundary extends React.Component<
116
116
  problem we recommend restarting the application.
117
117
  </p>
118
118
  <Button
119
- large
119
+ size="lg"
120
120
  variant="primary"
121
121
  onClick={() => getCurrentWindow().reload()}
122
122
  >
@@ -167,7 +167,7 @@ class ErrorBoundary extends React.Component<
167
167
  experienced it multiple times
168
168
  </p>
169
169
  <Button
170
- large
170
+ size="lg"
171
171
  variant="primary"
172
172
  onClick={() =>
173
173
  openUrl(
@@ -41,7 +41,7 @@ const FactoryResetButton: FC<Props> = ({
41
41
  return (
42
42
  <>
43
43
  <Button
44
- large={large}
44
+ size={large ? 'lg' : 'sm'}
45
45
  variant={variant}
46
46
  onClick={() => setShowDialog(true)}
47
47
  className={classNames}
@@ -0,0 +1,22 @@
1
+ /*
2
+ * Copyright (c) 2022 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
5
+ */
6
+
7
+ import React from 'react';
8
+
9
+ import classNames from '../utils/classNames';
10
+
11
+ export default ({ label, href }: { label: string; href: string }) => (
12
+ <a
13
+ target="_blank"
14
+ rel="noreferrer noopener"
15
+ href={href}
16
+ className={classNames(
17
+ 'tw-preflight tw-text-nordicBlue hover:tw-underline'
18
+ )}
19
+ >
20
+ {label}
21
+ </a>
22
+ );
@@ -0,0 +1,28 @@
1
+ /*
2
+ * Copyright (c) 2022 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
5
+ */
6
+
7
+ import React from 'react';
8
+
9
+ import classNames from '../utils/classNames';
10
+ import { openFile } from '../utils/open';
11
+
12
+ export default ({
13
+ label,
14
+ fileLocation,
15
+ }: {
16
+ label: string;
17
+ fileLocation: string;
18
+ }) => (
19
+ <button
20
+ type="button"
21
+ onClick={() => openFile(fileLocation)}
22
+ className={classNames(
23
+ 'tw-preflight tw-text-nordicBlue hover:tw-underline'
24
+ )}
25
+ >
26
+ {label}
27
+ </button>
28
+ );
@@ -89,7 +89,6 @@ export default ({
89
89
  minWidth,
90
90
  className,
91
91
  }: PropsWithChildren<MasonryLayoutProperties>) => {
92
- const [width, setWidth] = useState(-1);
93
92
  const [maxHeight, setMaxHeight] = useState(0);
94
93
  const [columns, setColumns] = useState(-1);
95
94
  const [orders, setOrders] = useState<number[]>([]);
@@ -154,10 +153,7 @@ export default ({
154
153
  });
155
154
 
156
155
  return {
157
- maxHeight: Math.max(
158
- ...heights,
159
- masonryLayoutRef.current?.scrollHeight ?? 0
160
- ),
156
+ maxHeight: Math.max(...heights, 0),
161
157
  order: newOrder,
162
158
  columnHeights: heights,
163
159
  columns: Math.min(
@@ -175,10 +171,6 @@ export default ({
175
171
  (minWidth + Number.parseInt(styles.margin, 10))
176
172
  );
177
173
 
178
- if (current.clientWidth !== width) {
179
- setWidth(current.clientWidth);
180
- }
181
-
182
174
  const data = calcData(noOfColumns);
183
175
  if (data) {
184
176
  setOrders(data.order);
@@ -204,7 +196,7 @@ export default ({
204
196
  current && observer.unobserve(current);
205
197
  current && mutationObserver.disconnect();
206
198
  };
207
- }, [columns, maxHeight, minWidth, width]);
199
+ }, [columns, maxHeight, minWidth]);
208
200
 
209
201
  return (
210
202
  <div className={styles.masonryLayoutOut}>
@@ -215,7 +207,7 @@ export default ({
215
207
  >
216
208
  <WrappedChildren
217
209
  hiddenChildren={hiddenChildren}
218
- width={width}
210
+ width={masonryLayoutRef.current?.clientWidth ?? -1}
219
211
  columns={columns}
220
212
  minWidth={minWidth}
221
213
  orders={orders}
@@ -225,7 +217,7 @@ export default ({
225
217
  <Fillers
226
218
  maxHeight={maxHeight}
227
219
  columns={columns}
228
- width={width}
220
+ width={masonryLayoutRef.current?.clientWidth ?? -1}
229
221
  columnHeights={columnHeights}
230
222
  />
231
223
  </div>
@@ -50,7 +50,7 @@ export default ({ categories }: FeedbackPaneProps) => {
50
50
  </p>
51
51
  </section>
52
52
  <Button
53
- large
53
+ size="lg"
54
54
  className="tw-align-self-end tw-self-end"
55
55
  onClick={() => {
56
56
  setSayThankYou(false);
@@ -117,7 +117,7 @@ export default ({ categories }: FeedbackPaneProps) => {
117
117
  <li>Operating system</li>
118
118
  </ul>
119
119
  <Button
120
- large
120
+ size="lg"
121
121
  className="tw-self-end"
122
122
  variant="primary"
123
123
  onClick={() =>
@@ -47,7 +47,7 @@ const StartStopButton: FC<Props> = ({
47
47
  className
48
48
  )}
49
49
  disabled={disabled}
50
- large={large}
50
+ size={large ? 'lg' : 'sm'}
51
51
  onClick={() => onClick()}
52
52
  variant={variant}
53
53
  >
package/src/index.ts CHANGED
@@ -38,6 +38,8 @@ export { default as StartStopButton } from './StartStopButton/StartStopButton';
38
38
  export { default as DocumentationSection } from './About/DocumentationSection';
39
39
  export { default as Stepper } from './Stepper/Stepper';
40
40
  export type { Step } from './Stepper/Stepper';
41
+ export { default as ExternalLink } from './Link/ExternalLink';
42
+ export { default as FileLink } from './Link/FileLink';
41
43
 
42
44
  export { default as SidePanel } from './SidePanel/SidePanel';
43
45
  export { Group, CollapsibleGroup } from './SidePanel/Group';
@@ -86,6 +88,8 @@ export {
86
88
  getPersistedTerminalSettings,
87
89
  persistNickname,
88
90
  getPersistedNickname,
91
+ getPersistedApiKey,
92
+ persistApiKey,
89
93
  } from './utils/persistentStore';
90
94
 
91
95
  export { jprogDeviceSetup } from './Device/jprogOperations';
@@ -75,6 +75,10 @@ export default async () => {
75
75
  log('nrfutil-device', moduleVersion.version);
76
76
  log('nrf-device-lib', resolveModuleVersion('nrfdl', dependencies));
77
77
  log('nrfjprog DLL', resolveModuleVersion('jprog', dependencies));
78
+ log(
79
+ 'nrf-probe-lib',
80
+ resolveModuleVersion('nrf-probe-lib', dependencies)
81
+ );
78
82
  log('JLink', resolveModuleVersion('JlinkARM', dependencies));
79
83
  if (
80
84
  process.platform === 'darwin' &&
@@ -9,6 +9,7 @@ import Store from 'electron-store';
9
9
  import { SerialPortOpenOptions } from 'serialport';
10
10
  import { v4 as uuid } from 'uuid';
11
11
 
12
+ import { inMain as safeStorage } from '../../ipc/safeStorage';
12
13
  import logger from '../logging';
13
14
  import packageJson from './packageJson';
14
15
 
@@ -45,6 +46,31 @@ export const persistIsFavorite = (serialNumber: string, value: boolean) =>
45
46
  export const getPersistedIsFavorite = (serialNumber: string) =>
46
47
  sharedStore.get(`${serialNumber}.fav`, false) as boolean;
47
48
 
49
+ export const persistApiKey = async (keyName: string, apiKey: string) => {
50
+ const canEncrypt = await safeStorage.isEncryptionAvailable();
51
+ if (!canEncrypt) {
52
+ throw new Error('Encryption not available');
53
+ }
54
+
55
+ const encrypted = await safeStorage.encryptString(apiKey);
56
+ sharedStore.set(`apiKeys.${keyName}`, Array.from(encrypted));
57
+ };
58
+ export const getPersistedApiKey = async (keyName: string) => {
59
+ const canDecrypt = await safeStorage.isEncryptionAvailable();
60
+ if (!canDecrypt) {
61
+ throw new Error('Decryption not available');
62
+ }
63
+
64
+ const encrypted = sharedStore.get(
65
+ `apiKeys.${keyName}`,
66
+ {} as Array<number>
67
+ );
68
+
69
+ return encrypted.length > 0
70
+ ? safeStorage.decryptString(Buffer.from(encrypted))
71
+ : '';
72
+ };
73
+
48
74
  export const persistSerialPortSettings = (
49
75
  serialNumber: string,
50
76
  serialPortSettings: Omit<SerialSettings, 'lastUpdated'>
@@ -77,6 +77,9 @@ const generalInfoReport = async () => {
77
77
  ` - nrfjprog DLL: ${describeVersion(
78
78
  resolveModuleVersion('jprog', dependencies)
79
79
  )}`,
80
+ ` - nrf-probe-lib: ${describeVersion(
81
+ resolveModuleVersion('nrf-probe-lib', dependencies)
82
+ )}`,
80
83
  ` - JLink: ${describeVersion(
81
84
  resolveModuleVersion('JlinkARM', dependencies)
82
85
  )}`,
@@ -1,6 +1,6 @@
1
1
  import { Dependency, SubDependency } from './sandboxTypes';
2
2
  export declare const describeVersion: (version?: SubDependency | string) => string;
3
- type KnownModule = 'nrfdl' | 'jprog' | 'JlinkARM';
3
+ type KnownModule = 'nrf-probe-lib' | 'nrfdl' | 'jprog' | 'JlinkARM';
4
4
  export declare const resolveModuleVersion: (module: KnownModule, versions?: Dependency[]) => Dependency | SubDependency | undefined;
5
5
  export {};
6
6
  //# sourceMappingURL=moduleVersion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"moduleVersion.d.ts","sourceRoot":"","sources":["../../../nrfutil/moduleVersion.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,UAAU,EAIV,aAAa,EAChB,MAAM,gBAAgB,CAAC;AAExB,eAAO,MAAM,eAAe,aAAc,aAAa,GAAG,MAAM,WAc/D,CAAC;AAEF,KAAK,WAAW,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,CAAC;AAsBlD,eAAO,MAAM,oBAAoB,WACrB,WAAW,aACT,UAAU,EAAE,KACvB,UAAU,GAAG,aAAa,GAAG,SAC0C,CAAC"}
1
+ {"version":3,"file":"moduleVersion.d.ts","sourceRoot":"","sources":["../../../nrfutil/moduleVersion.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,UAAU,EAIV,aAAa,EAChB,MAAM,gBAAgB,CAAC;AAExB,eAAO,MAAM,eAAe,aAAc,aAAa,GAAG,MAAM,WAc/D,CAAC;AAEF,KAAK,WAAW,GAAG,eAAe,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,CAAC;AAsBpE,eAAO,MAAM,oBAAoB,WACrB,WAAW,aACT,UAAU,EAAE,KACvB,UAAU,GAAG,aAAa,GAAG,SAC0C,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  export type ButtonVariants = 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger' | 'link' | 'link-button';
3
+ export type ButtonSize = 'sm' | 'lg' | 'xl';
3
4
  type ButtonProps = {
4
5
  id?: string;
5
6
  variant: ButtonVariants;
@@ -7,7 +8,7 @@ type ButtonProps = {
7
8
  onClick: React.MouseEventHandler<HTMLButtonElement>;
8
9
  disabled?: boolean;
9
10
  title?: string;
10
- large?: boolean;
11
+ size?: ButtonSize;
11
12
  };
12
13
  declare const Button: React.FC<ButtonProps>;
13
14
  export default Button;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Button/Button.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,cAAc,GACpB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,SAAS,GACT,QAAQ,GACR,MAAM,GACN,aAAa,CAAC;AAEpB,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,cAAc,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA2CjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Button/Button.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,cAAc,GACpB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,SAAS,GACT,QAAQ,GACR,MAAM,GACN,aAAa,CAAC;AAEpB,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,cAAc,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,UAAU,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAyCjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare const _default: ({ label, href }: {
3
+ label: string;
4
+ href: string;
5
+ }) => JSX.Element;
6
+ export default _default;
7
+ //# sourceMappingURL=ExternalLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExternalLink.d.ts","sourceRoot":"","sources":["../../../../src/Link/ExternalLink.tsx"],"names":[],"mappings":";;WAU0C,MAAM;UAAQ,MAAM;;AAA9D,wBAWE"}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare const _default: ({ label, fileLocation, }: {
3
+ label: string;
4
+ fileLocation: string;
5
+ }) => JSX.Element;
6
+ export default _default;
7
+ //# sourceMappingURL=FileLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileLink.d.ts","sourceRoot":"","sources":["../../../../src/Link/FileLink.tsx"],"names":[],"mappings":";;WAeW,MAAM;kBACC,MAAM;;AALxB,wBAgBE"}
@@ -1 +1 @@
1
- {"version":3,"file":"MasonryLayout.d.ts","sourceRoot":"","sources":["../../../../src/MasonryLayout/MasonryLayout.tsx"],"names":[],"mappings":"AAKA,OAAc,EAAE,iBAAiB,EAA+B,MAAM,OAAO,CAAC;AAM9E,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAiED;;;;;;GAMG;6DAKA,kBAAkB,uBAAuB,CAAC;AAJ7C,wBAmJE"}
1
+ {"version":3,"file":"MasonryLayout.d.ts","sourceRoot":"","sources":["../../../../src/MasonryLayout/MasonryLayout.tsx"],"names":[],"mappings":"AAKA,OAAc,EAAE,iBAAiB,EAA+B,MAAM,OAAO,CAAC;AAM9E,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAiED;;;;;;GAMG;6DAKA,kBAAkB,uBAAuB,CAAC;AAJ7C,wBA2IE"}
@@ -28,6 +28,8 @@ export { default as StartStopButton } from './StartStopButton/StartStopButton';
28
28
  export { default as DocumentationSection } from './About/DocumentationSection';
29
29
  export { default as Stepper } from './Stepper/Stepper';
30
30
  export type { Step } from './Stepper/Stepper';
31
+ export { default as ExternalLink } from './Link/ExternalLink';
32
+ export { default as FileLink } from './Link/FileLink';
31
33
  export { default as SidePanel } from './SidePanel/SidePanel';
32
34
  export { Group, CollapsibleGroup } from './SidePanel/Group';
33
35
  export { default as InlineInput } from './InlineInput/InlineInput';
@@ -51,7 +53,7 @@ export { default as useHotKey } from './utils/useHotKey';
51
53
  export { isDevelopment } from './utils/environment';
52
54
  export { currentPane, setCurrentPane } from './App/appLayout';
53
55
  export { isLoggingVerbose } from './Log/logSlice';
54
- export { getAppSpecificStore as getPersistentStore, persistTerminalSettings, getPersistedTerminalSettings, persistNickname, getPersistedNickname, } from './utils/persistentStore';
56
+ export { getAppSpecificStore as getPersistentStore, persistTerminalSettings, getPersistedTerminalSettings, persistNickname, getPersistedNickname, getPersistedApiKey, persistApiKey, } from './utils/persistentStore';
55
57
  export { jprogDeviceSetup } from './Device/jprogOperations';
56
58
  export { sdfuDeviceSetup } from './Device/sdfuOperations';
57
59
  export { selectedDevice, getReadbackProtection, persistSerialPortOptions, type Device, } from './Device/deviceSlice';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"logLibVersions.d.ts","sourceRoot":"","sources":["../../../../src/utils/logLibVersions.ts"],"names":[],"mappings":";AAqEA,wBA+BE"}
1
+ {"version":3,"file":"logLibVersions.d.ts","sourceRoot":"","sources":["../../../../src/utils/logLibVersions.ts"],"names":[],"mappings":";AAqEA,wBAmCE"}
@@ -16,6 +16,8 @@ export declare const persistNickname: (serialNumber: string, nickname: string) =
16
16
  export declare const getPersistedNickname: (serialNumber: string) => string;
17
17
  export declare const persistIsFavorite: (serialNumber: string, value: boolean) => void;
18
18
  export declare const getPersistedIsFavorite: (serialNumber: string) => boolean;
19
+ export declare const persistApiKey: (keyName: string, apiKey: string) => Promise<void>;
20
+ export declare const getPersistedApiKey: (keyName: string) => Promise<string>;
19
21
  export declare const persistSerialPortSettings: (serialNumber: string, serialPortSettings: Omit<SerialSettings, 'lastUpdated'>) => void;
20
22
  export declare const getPersistedSerialPortSettings: (serialNumber: string) => SerialSettings | undefined;
21
23
  export declare const persistTerminalSettings: (serialNumber: string, vComIndex: number, terminalSettings: TerminalSettings) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"persistentStore.d.ts","sourceRoot":"","sources":["../../../../src/utils/persistentStore.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,MAAM,gBAAgB,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAMnD,MAAM,WAAW,cAAc;IAC3B,iBAAiB,EAAE,IAAI,CAAC,qBAAqB,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;CACxB;AAYD,eAAO,MAAM,eAAe,iBAAkB,MAAM,YAAY,MAAM,SACjB,CAAC;AACtD,eAAO,MAAM,oBAAoB,iBAAkB,MAAM,WACA,CAAC;AAE1D,eAAO,MAAM,iBAAiB,iBAAkB,MAAM,SAAS,OAAO,SACrB,CAAC;AAClD,eAAO,MAAM,sBAAsB,iBAAkB,MAAM,YACC,CAAC;AAE7D,eAAO,MAAM,yBAAyB,iBACpB,MAAM,sBACA,KAAK,cAAc,EAAE,aAAa,CAAC,SAKrD,CAAC;AACP,eAAO,MAAM,8BAA8B,iBACzB,MAAM,KACrB,cAAc,GAAG,SAMnB,CAAC;AACF,eAAO,MAAM,uBAAuB,iBAClB,MAAM,aACT,MAAM,oBACC,gBAAgB,SAKjC,CAAC;AACN,eAAO,MAAM,4BAA4B,iBACvB,MAAM,aACT,MAAM,KAClB,gBAAgB,GAAG,SAOrB,CAAC;AAEF,eAAO,MAAM,yBAAyB,UAAW,OAAO,SACR,CAAC;AACjD,eAAO,MAAM,qBAAqB,2BACyC,CAAC;AAC5E,eAAO,MAAM,wBAAwB,YACO,CAAC;AAS7C,eAAO,MAAM,oBAAoB,cACwB,CAAC;AAE1D,eAAO,MAAM,uBAAuB,UAAW,OAAO,SACR,CAAC;AAC/C,eAAO,MAAM,mBAAmB,eACc,CAAC;AAM/C,UAAU,4BAA4B;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,mBAAmB,sDAKlB,MAAM,OAAO,CAAC,GAAG,CAAC,sDAe/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,MAAM,SAIjD,CAAC;AACN,eAAO,MAAM,uBAAuB,0BACsC,CAAC"}
1
+ {"version":3,"file":"persistentStore.d.ts","sourceRoot":"","sources":["../../../../src/utils/persistentStore.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,MAAM,gBAAgB,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAOnD,MAAM,WAAW,cAAc;IAC3B,iBAAiB,EAAE,IAAI,CAAC,qBAAqB,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;CACxB;AAYD,eAAO,MAAM,eAAe,iBAAkB,MAAM,YAAY,MAAM,SACjB,CAAC;AACtD,eAAO,MAAM,oBAAoB,iBAAkB,MAAM,WACA,CAAC;AAE1D,eAAO,MAAM,iBAAiB,iBAAkB,MAAM,SAAS,OAAO,SACrB,CAAC;AAClD,eAAO,MAAM,sBAAsB,iBAAkB,MAAM,YACC,CAAC;AAE7D,eAAO,MAAM,aAAa,YAAmB,MAAM,UAAU,MAAM,kBAQlE,CAAC;AACF,eAAO,MAAM,kBAAkB,YAAmB,MAAM,oBAcvD,CAAC;AAEF,eAAO,MAAM,yBAAyB,iBACpB,MAAM,sBACA,KAAK,cAAc,EAAE,aAAa,CAAC,SAKrD,CAAC;AACP,eAAO,MAAM,8BAA8B,iBACzB,MAAM,KACrB,cAAc,GAAG,SAMnB,CAAC;AACF,eAAO,MAAM,uBAAuB,iBAClB,MAAM,aACT,MAAM,oBACC,gBAAgB,SAKjC,CAAC;AACN,eAAO,MAAM,4BAA4B,iBACvB,MAAM,aACT,MAAM,KAClB,gBAAgB,GAAG,SAOrB,CAAC;AAEF,eAAO,MAAM,yBAAyB,UAAW,OAAO,SACR,CAAC;AACjD,eAAO,MAAM,qBAAqB,2BACyC,CAAC;AAC5E,eAAO,MAAM,wBAAwB,YACO,CAAC;AAS7C,eAAO,MAAM,oBAAoB,cACwB,CAAC;AAE1D,eAAO,MAAM,uBAAuB,UAAW,OAAO,SACR,CAAC;AAC/C,eAAO,MAAM,mBAAmB,eACc,CAAC;AAM/C,UAAU,4BAA4B;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,mBAAmB,sDAKlB,MAAM,OAAO,CAAC,GAAG,CAAC,sDAe/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,MAAM,SAIjD,CAAC;AACN,eAAO,MAAM,uBAAuB,0BACsC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"systemReport.d.ts","sourceRoot":"","sources":["../../../../src/utils/systemReport.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AA6F/C,eAAO,MAAM,oBAAoB,cAClB,MAAM,eACJ,MAAM,EAAE,kBACL,MAAM,wBACA,MAAM,oBAQjB,CAAC;qCAGA,MAAM,EAAE,uBACC,MAAM,iBACZ,MAAM,GAAG,IAAI;AAHhC,wBAwBE"}
1
+ {"version":3,"file":"systemReport.d.ts","sourceRoot":"","sources":["../../../../src/utils/systemReport.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAgG/C,eAAO,MAAM,oBAAoB,cAClB,MAAM,eACJ,MAAM,EAAE,kBACL,MAAM,wBACA,MAAM,oBAQjB,CAAC;qCAGA,MAAM,EAAE,uBACC,MAAM,iBACZ,MAAM,GAAG,IAAI;AAHhC,wBAwBE"}