@signalk/freeboard-sk 2.24.2 → 3.0.0-beta.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.
Files changed (39) hide show
  1. package/README.md +16 -0
  2. package/docs/screenshots/2_freeboard-sk.jpg +0 -0
  3. package/docs/screenshots/3_freeboard-sk.jpg +0 -0
  4. package/package.json +13 -8
  5. package/public/3rdpartylicenses.txt +70 -19
  6. package/public/assets/img/no-such-symbol.svg +4 -0
  7. package/public/chunk-2GXI757Z.js +1 -0
  8. package/public/chunk-7OJ7YZPE.js +1010 -0
  9. package/public/chunk-A626ZBXE.js +3871 -0
  10. package/public/chunk-CSNMIJA3.js +1612 -0
  11. package/public/chunk-EU3YXT24.js +929 -0
  12. package/public/chunk-ILSUTX3X.js +1 -0
  13. package/public/chunk-JJ245XTQ.js +1 -0
  14. package/public/chunk-NM5IDVR6.js +107 -0
  15. package/public/chunk-NMXQ543J.js +1 -0
  16. package/public/chunk-P5D5HOAL.js +1709 -0
  17. package/public/{chunk-LXUTMJYP.js → chunk-QNWLXTD7.js} +1 -1
  18. package/public/chunk-RS6VYSOP.js +1 -0
  19. package/public/chunk-VUZVHRKQ.js +1 -0
  20. package/public/chunk-WPZCQDE4.js +1 -0
  21. package/public/chunk-WRR2LL5R.js +1 -0
  22. package/public/chunk-WWDDTAFW.js +2 -0
  23. package/public/chunk-XP3I253N.js +1 -0
  24. package/public/index.html +1 -1
  25. package/public/main-IKMWD43W.js +466 -0
  26. package/public/worker-5T47RUMR.js +3 -0
  27. package/public/chunk-2AF4T5IB.js +0 -1
  28. package/public/chunk-3GHIRJ3C.js +0 -2
  29. package/public/chunk-A4TULHTL.js +0 -1
  30. package/public/chunk-AFVK3UQJ.js +0 -5482
  31. package/public/chunk-AX3UMUXB.js +0 -1
  32. package/public/chunk-EFVTFEXB.js +0 -1
  33. package/public/chunk-FALIRPMH.js +0 -1035
  34. package/public/chunk-G4GM24WE.js +0 -1
  35. package/public/chunk-NTIQMWPW.js +0 -2718
  36. package/public/chunk-QIOZNURQ.js +0 -1
  37. package/public/chunk-SBFXQ3G7.js +0 -1
  38. package/public/main-AZEF35BN.js +0 -466
  39. package/public/worker-AUTVLQL7.js +0 -3
package/README.md CHANGED
@@ -143,6 +143,22 @@ _Note: The `Signal K Instrument Panel` app will be displayed if no user selectio
143
143
 
144
144
  ---
145
145
 
146
+ ### Screen Widgets:
147
+
148
+ If you have installed any plugins on your Signal K server that provide screen widgets, you can place them directly onto the chart screen.
149
+
150
+ Widgets sit in the corners and at the centre of the top and bottom edges of the screen _(the top-left corner is reserved for Freeboard's own menu)_.
151
+
152
+ ![widgets](https://raw.githubusercontent.com/joelkoz/signalk-instrument-widgets/refs/heads/main/docs/screenshots/1_freeboard-widget.png)
153
+
154
+ **To add a widget**, press and hold an empty spot in any of these areas for at least 1.5 seconds (or right-click if you are using a mouse and keyboard). A short list of the widgets that fit there appears — choose one and it is added to your screen. As you add more, widgets stack neatly from the edge inward.
155
+
156
+ **To change or remove a widget** you have already placed, press and hold the widget itself for 1.5 seconds. This opens its settings, where you can adjust it (if it has any options) or remove it from the screen.
157
+
158
+ Your layout is remembered, so the widgets you place are still there the next time you open Freeboard-SK.
159
+
160
+ ---
161
+
146
162
  ### S57 Charts
147
163
 
148
164
  Freeboard-SK is able to display S57 ENC charts that have been converted to vector tiles with [s57-tiler](https://github.com/wdantuma/s57-tiler). _(See the [README](https://github.com/wdantuma/s57-tiler) for instructions how to create the vector tiles from downloaded S57 ENC's.)_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalk/freeboard-sk",
3
- "version": "2.24.2",
3
+ "version": "3.0.0-beta.1",
4
4
  "description": "Openlayers chart plotter implementation for Signal K",
5
5
  "keywords": [
6
6
  "signalk-webapp",
@@ -18,7 +18,9 @@
18
18
  "displayName": "Freeboard-SK",
19
19
  "appIcon": "assets/icons/icon-192x192.png",
20
20
  "screenshots": [
21
- "./docs/screenshots/1_freeboard-sk.png"
21
+ "./docs/screenshots/1_freeboard-sk.png",
22
+ "./docs/screenshots/2_freeboard-sk.jpg",
23
+ "./docs/screenshots/3_freeboard-sk.jpg"
22
24
  ],
23
25
  "recommends": [
24
26
  "signalk-charts-provider-simple",
@@ -39,14 +41,16 @@
39
41
  "build": "ng build",
40
42
  "test": "ng test",
41
43
  "format": "prettier --ignore-path .gitignore --write \"src/**/*.+(ts|html)\"",
44
+ "format:check": "prettier --ignore-path .gitignore --check \"src/**/*.+(ts|html)\"",
42
45
  "format:helper": "prettier --ignore-path .gitignore --write \"helper/**/*.+(ts|html)\"",
43
46
  "format:all": "npm run format && npm run format:helper",
44
47
  "build:helper": "tsc -p tsconfig-helper.json",
45
- "build:web": "ng build -c production --output-hashing all",
48
+ "build:web": "node scripts/build-web.mjs",
46
49
  "build:sit": "ng build -c development --aot",
47
50
  "build:all": "npm run build:helper && npm run build:web",
48
51
  "build:prod": "npm run build:all",
49
- "prepack": "npm run build:all"
52
+ "prepack": "npm run build:all",
53
+ "test:ci": "node scripts/test-ci.mjs"
50
54
  },
51
55
  "author": "AdrianP",
52
56
  "contributors": [
@@ -62,8 +66,9 @@
62
66
  "@signalk/server-api": "^2.24.0",
63
67
  "geolib": "^3.3.3",
64
68
  "google-protobuf": "^4.0.1",
69
+ "signalk-plotterext-bus": "^0.8.0",
65
70
  "tslib": "^2.0.0",
66
- "uuid": "^11.1.0"
71
+ "uuid": "^14.0.1"
67
72
  },
68
73
  "devDependencies": {
69
74
  "@angular/animations": "^21.0.5",
@@ -93,13 +98,13 @@
93
98
  "buffer": "^6.0.3",
94
99
  "eslint": "^10.5.0",
95
100
  "events": "^3.3.0",
96
- "jsdom": "^28.1.0",
101
+ "jsdom": "^29.1.1",
97
102
  "ng-packagr": "^21.0.0",
98
103
  "ngeohash": "^0.6.3",
99
104
  "ngx-remark": "^0.2.2",
100
105
  "ol": "^10.7.0",
101
106
  "ol-mapbox-style": "^12.3.5",
102
- "pmtiles": "^2.7.0",
107
+ "pmtiles": "^4.4.1",
103
108
  "prettier": "^3.6.2",
104
109
  "prettier-plugin-organize-attributes": "^1.0.0",
105
110
  "proj4": "2.20.9",
@@ -111,7 +116,7 @@
111
116
  "stream": "^0.0.3",
112
117
  "string_decoder": "^1.3.0",
113
118
  "timers": "^0.1.1",
114
- "ts-node": "~7.0.0",
119
+ "ts-node": "~10.9.2",
115
120
  "typescript": "~5.9.3",
116
121
  "vitest": "^4.0.18",
117
122
  "xml2js": "^0.6.2",
@@ -552,6 +552,36 @@ Package: mgrs
552
552
  License: "MIT"
553
553
 
554
554
 
555
+ --------------------------------------------------------------------------------
556
+ Package: signalk-client-angular
557
+ License: "Apache-20"
558
+
559
+
560
+ --------------------------------------------------------------------------------
561
+ Package: fflate
562
+ License: "MIT"
563
+
564
+ MIT License
565
+
566
+ Copyright (c) 2026 Arjun Barrett
567
+
568
+ Permission is hereby granted, free of charge, to any person obtaining a copy
569
+ of this software and associated documentation files (the "Software"), to deal
570
+ in the Software without restriction, including without limitation the rights
571
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
572
+ copies of the Software, and to permit persons to whom the Software is
573
+ furnished to do so, subject to the following conditions:
574
+
575
+ The above copyright notice and this permission notice shall be included in all
576
+ copies or substantial portions of the Software.
577
+
578
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
579
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
580
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
581
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
582
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
583
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
584
+ SOFTWARE.
555
585
  --------------------------------------------------------------------------------
556
586
  Package: pmtiles
557
587
  License: "BSD-3-Clause"
@@ -764,11 +794,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
764
794
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
765
795
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
766
796
 
767
- --------------------------------------------------------------------------------
768
- Package: signalk-client-angular
769
- License: "Apache-20"
770
-
771
-
772
797
  --------------------------------------------------------------------------------
773
798
  Package: @kolkov/angular-editor
774
799
  License: "MIT"
@@ -961,6 +986,46 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
961
986
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
962
987
  SOFTWARE.
963
988
 
989
+ --------------------------------------------------------------------------------
990
+ Package: uuid
991
+ License: "MIT"
992
+
993
+ The MIT License (MIT)
994
+
995
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
996
+
997
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
998
+
999
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1000
+
1001
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1002
+
1003
+ --------------------------------------------------------------------------------
1004
+ Package: signalk-plotterext-bus
1005
+ License: "MIT"
1006
+
1007
+ MIT License
1008
+
1009
+ Copyright (c) 2026 Joel Kozikowski
1010
+
1011
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1012
+ of this software and associated documentation files (the "Software"), to deal
1013
+ in the Software without restriction, including without limitation the rights
1014
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1015
+ copies of the Software, and to permit persons to whom the Software is
1016
+ furnished to do so, subject to the following conditions:
1017
+
1018
+ The above copyright notice and this permission notice shall be included in all
1019
+ copies or substantial portions of the Software.
1020
+
1021
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1022
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1023
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1024
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1025
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1026
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1027
+ SOFTWARE.
1028
+
964
1029
  --------------------------------------------------------------------------------
965
1030
  Package: @angular/core
966
1031
  License: "MIT"
@@ -1314,20 +1379,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1314
1379
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1315
1380
  THE SOFTWARE.
1316
1381
 
1317
- --------------------------------------------------------------------------------
1318
- Package: uuid
1319
- License: "MIT"
1320
-
1321
- The MIT License (MIT)
1322
-
1323
- Copyright (c) 2010-2020 Robert Kieffer and other contributors
1324
-
1325
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1326
-
1327
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1328
-
1329
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1330
-
1331
1382
  --------------------------------------------------------------------------------
1332
1383
  Package: google-protobuf
1333
1384
  License: "(BSD-3-Clause AND Apache-2.0)"
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
2
+ <circle cx="24" cy="24" r="22" fill="#e57373" stroke="#c62828" stroke-width="2"/>
3
+ <text x="24" y="33" text-anchor="middle" font-family="sans-serif" font-size="28" font-weight="bold" fill="white">?</text>
4
+ </svg>
@@ -0,0 +1 @@
1
+ import{s as a,t as b,u as c,v as d,w as e,x as f,y as g}from"./chunk-QNWLXTD7.js";import"./chunk-7OJ7YZPE.js";import"./chunk-P5D5HOAL.js";import"./chunk-EQVTEUXC.js";export{d as AboutDialog,b as AlertDialog,c as ConfirmDialog,e as LoginDialog,f as MessageBarComponent,a as MsgBox,g as WelcomeDialog};