@mxtommy/kip 3.0.0-beta.6 → 3.0.0-beta.8
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/package.json +17 -17
- package/public/3rdpartylicenses.txt +126 -0
- package/public/assets/svg/icons.svg +150 -0
- package/public/index.html +2 -2
- package/public/main-WKIOAJTQ.js +31 -0
- package/public/styles-7T7WCDLW.css +1 -0
- package/public/main-EKKAVNOS.js +0 -32
- package/public/styles-G4IN5V5K.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxtommy/kip",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.8",
|
|
4
4
|
"description": "An advanced and versatile marine instrumentation package to display Signal K data.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -45,22 +45,22 @@
|
|
|
45
45
|
"e2e": "ng e2e"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@angular-devkit/build-angular": "^18.2.
|
|
49
|
-
"@angular/animations": "18.2.
|
|
50
|
-
"@angular/cdk": "^18.2.
|
|
51
|
-
"@angular/cli": "^18.2.
|
|
52
|
-
"@angular/common": "18.2.
|
|
53
|
-
"@angular/compiler": "18.2.
|
|
54
|
-
"@angular/compiler-cli": "18.2.
|
|
55
|
-
"@angular/core": "18.2.
|
|
56
|
-
"@angular/forms": "18.2.
|
|
57
|
-
"@angular/language-service": "18.2.
|
|
58
|
-
"@angular/material": "^18.2.
|
|
59
|
-
"@angular/platform-browser": "18.2.
|
|
60
|
-
"@angular/platform-browser-dynamic": "18.2.
|
|
61
|
-
"@angular/router": "18.2.
|
|
48
|
+
"@angular-devkit/build-angular": "^18.2.11",
|
|
49
|
+
"@angular/animations": "18.2.11",
|
|
50
|
+
"@angular/cdk": "^18.2.12",
|
|
51
|
+
"@angular/cli": "^18.2.11",
|
|
52
|
+
"@angular/common": "18.2.11",
|
|
53
|
+
"@angular/compiler": "18.2.11",
|
|
54
|
+
"@angular/compiler-cli": "18.2.11",
|
|
55
|
+
"@angular/core": "18.2.11",
|
|
56
|
+
"@angular/forms": "18.2.11",
|
|
57
|
+
"@angular/language-service": "18.2.11",
|
|
58
|
+
"@angular/material": "^18.2.12",
|
|
59
|
+
"@angular/platform-browser": "18.2.11",
|
|
60
|
+
"@angular/platform-browser-dynamic": "18.2.11",
|
|
61
|
+
"@angular/router": "18.2.11",
|
|
62
62
|
"@godind/ng-canvas-gauges": "^6.2.1",
|
|
63
|
-
"@material/material-color-utilities": "^0.
|
|
63
|
+
"@material/material-color-utilities": "^0.3.0",
|
|
64
64
|
"@robloche/chartjs-plugin-streaming": "^3.1.0",
|
|
65
65
|
"@types/canvas-gauges": "^2.1.8",
|
|
66
66
|
"@types/hammerjs": "^2.0.45",
|
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
"@types/js-quantities": "^1.6.4",
|
|
71
71
|
"@types/lodash-es": "^4.17.9",
|
|
72
72
|
"@types/node": "^18.19.30",
|
|
73
|
-
"gridstack": "^10.3.1",
|
|
74
73
|
"chart.js": "^4.4.2",
|
|
75
74
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
76
75
|
"chartjs-plugin-annotation": "^3.0.1",
|
|
@@ -78,6 +77,7 @@
|
|
|
78
77
|
"compare-versions": "^5.0.1",
|
|
79
78
|
"core-js": "^3.13.1",
|
|
80
79
|
"date-fns": "^2.30.0",
|
|
80
|
+
"gridstack": "^11.4.0",
|
|
81
81
|
"hammerjs": "^2.0.8",
|
|
82
82
|
"howler": "^2.2.4",
|
|
83
83
|
"jasmine-core": "~4.0.1",
|
|
@@ -105,6 +105,27 @@ THE SOFTWARE.
|
|
|
105
105
|
Package: @angular/core
|
|
106
106
|
License: "MIT"
|
|
107
107
|
|
|
108
|
+
The MIT License
|
|
109
|
+
|
|
110
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
111
|
+
|
|
112
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
113
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
114
|
+
in the Software without restriction, including without limitation the rights
|
|
115
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
116
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
117
|
+
furnished to do so, subject to the following conditions:
|
|
118
|
+
|
|
119
|
+
The above copyright notice and this permission notice shall be included in
|
|
120
|
+
all copies or substantial portions of the Software.
|
|
121
|
+
|
|
122
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
123
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
124
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
125
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
126
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
127
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
128
|
+
THE SOFTWARE.
|
|
108
129
|
|
|
109
130
|
--------------------------------------------------------------------------------
|
|
110
131
|
Package: rxjs
|
|
@@ -359,6 +380,27 @@ THE SOFTWARE.
|
|
|
359
380
|
Package: @angular/common
|
|
360
381
|
License: "MIT"
|
|
361
382
|
|
|
383
|
+
The MIT License
|
|
384
|
+
|
|
385
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
386
|
+
|
|
387
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
388
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
389
|
+
in the Software without restriction, including without limitation the rights
|
|
390
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
391
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
392
|
+
furnished to do so, subject to the following conditions:
|
|
393
|
+
|
|
394
|
+
The above copyright notice and this permission notice shall be included in
|
|
395
|
+
all copies or substantial portions of the Software.
|
|
396
|
+
|
|
397
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
398
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
399
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
400
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
401
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
402
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
403
|
+
THE SOFTWARE.
|
|
362
404
|
|
|
363
405
|
--------------------------------------------------------------------------------
|
|
364
406
|
Package: @angular/material
|
|
@@ -390,6 +432,27 @@ THE SOFTWARE.
|
|
|
390
432
|
Package: @angular/animations
|
|
391
433
|
License: "MIT"
|
|
392
434
|
|
|
435
|
+
The MIT License
|
|
436
|
+
|
|
437
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
438
|
+
|
|
439
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
440
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
441
|
+
in the Software without restriction, including without limitation the rights
|
|
442
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
443
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
444
|
+
furnished to do so, subject to the following conditions:
|
|
445
|
+
|
|
446
|
+
The above copyright notice and this permission notice shall be included in
|
|
447
|
+
all copies or substantial portions of the Software.
|
|
448
|
+
|
|
449
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
450
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
451
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
452
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
453
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
454
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
455
|
+
THE SOFTWARE.
|
|
393
456
|
|
|
394
457
|
--------------------------------------------------------------------------------
|
|
395
458
|
Package: lodash-es
|
|
@@ -473,16 +536,79 @@ SOFTWARE.
|
|
|
473
536
|
Package: @angular/platform-browser
|
|
474
537
|
License: "MIT"
|
|
475
538
|
|
|
539
|
+
The MIT License
|
|
540
|
+
|
|
541
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
542
|
+
|
|
543
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
544
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
545
|
+
in the Software without restriction, including without limitation the rights
|
|
546
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
547
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
548
|
+
furnished to do so, subject to the following conditions:
|
|
549
|
+
|
|
550
|
+
The above copyright notice and this permission notice shall be included in
|
|
551
|
+
all copies or substantial portions of the Software.
|
|
552
|
+
|
|
553
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
554
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
555
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
556
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
557
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
558
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
559
|
+
THE SOFTWARE.
|
|
476
560
|
|
|
477
561
|
--------------------------------------------------------------------------------
|
|
478
562
|
Package: @angular/router
|
|
479
563
|
License: "MIT"
|
|
480
564
|
|
|
565
|
+
The MIT License
|
|
566
|
+
|
|
567
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
568
|
+
|
|
569
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
570
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
571
|
+
in the Software without restriction, including without limitation the rights
|
|
572
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
573
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
574
|
+
furnished to do so, subject to the following conditions:
|
|
575
|
+
|
|
576
|
+
The above copyright notice and this permission notice shall be included in
|
|
577
|
+
all copies or substantial portions of the Software.
|
|
578
|
+
|
|
579
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
580
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
581
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
582
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
583
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
584
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
585
|
+
THE SOFTWARE.
|
|
481
586
|
|
|
482
587
|
--------------------------------------------------------------------------------
|
|
483
588
|
Package: @angular/forms
|
|
484
589
|
License: "MIT"
|
|
485
590
|
|
|
591
|
+
The MIT License
|
|
592
|
+
|
|
593
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
594
|
+
|
|
595
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
596
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
597
|
+
in the Software without restriction, including without limitation the rights
|
|
598
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
599
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
600
|
+
furnished to do so, subject to the following conditions:
|
|
601
|
+
|
|
602
|
+
The above copyright notice and this permission notice shall be included in
|
|
603
|
+
all copies or substantial portions of the Software.
|
|
604
|
+
|
|
605
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
606
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
607
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
608
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
609
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
610
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
611
|
+
THE SOFTWARE.
|
|
486
612
|
|
|
487
613
|
--------------------------------------------------------------------------------
|
|
488
614
|
Package: gridstack
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<defsid="defs1">
|
|
3
|
+
<svg id="dashboard" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
4
|
+
<path fill="currentColor" d="M5 5h4v6H5zm10 8h4v6h-4zM5 17h4v2H5zM15 5h4v2h-4z" opacity="0.3" />
|
|
5
|
+
<path fill="currentColor" d="M3 13h8V3H3zm2-8h4v6H5zm8 16h8V11h-8zm2-8h4v6h-4zM13 3v6h8V3zm6 4h-4V5h4zM3 21h8v-6H3zm2-4h4v2H5z" />
|
|
6
|
+
</svg>
|
|
7
|
+
<svg id="dataset" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
8
|
+
<path fill="currentColor" d="M5 19h14V5H5zm8-12h4v4h-4zm0 6h4v4h-4zM7 7h4v4H7zm0 6h4v4H7z" opacity="0.3" />
|
|
9
|
+
<path fill="currentColor" d="M7 13h4v4H7zm6 0h4v4h-4z" />
|
|
10
|
+
<path fill="currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14z" />
|
|
11
|
+
<path fill="currentColor" d="M7 7h4v4H7zm6 0h4v4h-4z" />
|
|
12
|
+
</svg>
|
|
13
|
+
<svg id="help-center" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
14
|
+
<path fill="currentColor" d="M5 5v14h14V5zm7.01 13c-.7 0-1.26-.56-1.26-1.26c0-.71.56-1.25 1.26-1.25c.71 0 1.25.54 1.25 1.25c-.01.69-.54 1.26-1.25 1.26m3.01-7.4c-.76 1.11-1.48 1.46-1.87 2.17c-.16.29-.22.48-.22 1.41h-1.82c0-.49-.08-1.29.31-1.98c.49-.87 1.42-1.39 1.96-2.16c.57-.81.25-2.33-1.37-2.33c-1.06 0-1.58.8-1.8 1.48l-1.65-.7C9.01 7.15 10.22 6 11.99 6c1.48 0 2.49.67 3.01 1.52c.44.72.7 2.07.02 3.08" opacity="0.3" />
|
|
15
|
+
<path fill="currentColor" d="M13.25 16.74c0 .69-.53 1.26-1.25 1.26c-.7 0-1.26-.56-1.26-1.26c0-.71.56-1.25 1.26-1.25c.71 0 1.25.55 1.25 1.25M11.99 6c-1.77 0-2.98 1.15-3.43 2.49l1.64.69c.22-.67.74-1.48 1.8-1.48c1.62 0 1.94 1.52 1.37 2.33c-.54.77-1.47 1.29-1.96 2.16c-.39.69-.31 1.49-.31 1.98h1.82c0-.93.07-1.12.22-1.41c.39-.72 1.11-1.06 1.87-2.17c.68-1 .42-2.36-.02-3.08c-.51-.84-1.52-1.51-3-1.51M19 5H5v14h14zm0-2c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z" />
|
|
16
|
+
</svg>
|
|
17
|
+
<svg id="settings" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
18
|
+
<path fill="currentColor" d="m19.28 8.6l-.7-1.21l-1.27.51l-1.06.43l-.91-.7c-.39-.3-.8-.54-1.23-.71l-1.06-.43l-.16-1.13L12.7 4h-1.4l-.19 1.35l-.16 1.13l-1.06.44c-.41.17-.82.41-1.25.73l-.9.68l-1.05-.42l-1.27-.52l-.7 1.21l1.08.84l.89.7l-.14 1.13c-.03.3-.05.53-.05.73s.02.43.05.73l.14 1.13l-.89.7l-1.08.84l.7 1.21l1.27-.51l1.06-.43l.91.7c.39.3.8.54 1.23.71l1.06.43l.16 1.13l.19 1.36h1.39l.19-1.35l.16-1.13l1.06-.43c.41-.17.82-.41 1.25-.73l.9-.68l1.04.42l1.27.51l.7-1.21l-1.08-.84l-.89-.7l.14-1.13c.04-.31.05-.52.05-.73s-.02-.43-.05-.73l-.14-1.13l.89-.7zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4" opacity="0.3" />
|
|
19
|
+
<path fill="currentColor" d="M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46a.5.5 0 0 0-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.49.49 0 0 0 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1a.6.6 0 0 0-.18-.03c-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46a.5.5 0 0 0 .61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1q.09.03.18.03c.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64zm-1.98-1.71c.04.31.05.52.05.73s-.02.43-.05.73l-.14 1.13l.89.7l1.08.84l-.7 1.21l-1.27-.51l-1.04-.42l-.9.68c-.43.32-.84.56-1.25.73l-1.06.43l-.16 1.13l-.2 1.35h-1.4l-.19-1.35l-.16-1.13l-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7l-1.06.43l-1.27.51l-.7-1.21l1.08-.84l.89-.7l-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13l-.89-.7l-1.08-.84l.7-1.21l1.27.51l1.04.42l.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43l.16-1.13l.2-1.35h1.39l.19 1.35l.16 1.13l1.06.43c.43.18.83.41 1.23.71l.91.7l1.06-.43l1.27-.51l.7 1.21l-1.07.85l-.89.7zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2" />
|
|
20
|
+
</svg>
|
|
21
|
+
<svg id="troubleshoot" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
22
|
+
<path fill="currentColor" d="m22 20.59l-4.69-4.69A7.9 7.9 0 0 0 19 11c0-4.42-3.58-8-8-8c-4.08 0-7.44 3.05-7.93 7h2.02C5.57 7.17 8.03 5 11 5c3.31 0 6 2.69 6 6s-2.69 6-6 6c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69L20.59 22z" />
|
|
23
|
+
<path fill="currentColor" fill-opacity="0.5" d="M8.43 9.69L9.65 15h1.64l1.26-3.78l.95 2.28h2V12h-1l-1.25-3h-1.54l-1.12 3.37L9.35 7H7.7l-1.25 4H1v1.5h6.55z" />
|
|
24
|
+
</svg>
|
|
25
|
+
<svg id="tune" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
26
|
+
<path fill="currentColor" d="M3 5h10v2H3zm4 6H3v2h4v2h2V9H7zm6 4h-2v6h2v-2h8v-2h-8zM3 17h6v2H3zm8-6h10v2H11zm6-8h-2v6h2V7h4V5h-4z" />
|
|
27
|
+
</svg>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<svg id="numericWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32">
|
|
31
|
+
<path
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
d="M 26.325717,11.295751 H 22.19543 v 2.065144 h 4.130287 v 2.065144 h -3.097715 v 2.065143 h 3.097715 v 2.065143 H 22.19543 v 2.065144 h 4.130287 a 2.0682413,2.0682413 0 0 0 2.065144,-2.065144 v -6.19543 a 2.0651436,2.0651436 0 0 0 -2.065144,-2.065144 m -7.228002,10.325718 h -6.195431 v -4.130287 a 2.0651436,2.0651436 0 0 1 2.065144,-2.065143 h 2.065143 v -2.065144 h -4.130287 v -2.065144 h 4.130287 a 2.0651436,2.0651436 0 0 1 2.065144,2.065144 v 2.065144 a 2.0651436,2.0651436 0 0 1 -2.065144,2.065143 h -2.065143 v 2.065143 h 4.130287 z M 7.7394259,19.556325 V 11.295751 H 5.6742822 v 1.032572 H 3.6091387 v 2.065144 h 2.0651435 v 5.162858 H 3.6091387 v 2.065144 h 6.1954305 v -2.065144 z"
|
|
34
|
+
style="stroke-width:1.12429" />
|
|
35
|
+
<rect
|
|
36
|
+
stroke="currentColor"
|
|
37
|
+
stroke-opacity="1"
|
|
38
|
+
style="mix-blend-mode:normal;fill-rule:nonzero;stroke-width:1.49418;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none"
|
|
39
|
+
fill="currentColor"
|
|
40
|
+
fill-opacity="0.3"
|
|
41
|
+
width="29.839151"
|
|
42
|
+
height="24.505823"
|
|
43
|
+
x="1.0804241"
|
|
44
|
+
y="4.0804214"
|
|
45
|
+
ry="2.2514625" />
|
|
46
|
+
</svg>
|
|
47
|
+
<svg id="textWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32">
|
|
48
|
+
<path
|
|
49
|
+
fill="currentColor"
|
|
50
|
+
d="m 28.976998,22.466668 h -4.806295 a 1.9254019,1.9254021 0 0 1 -1.922518,-1.922517 v -5.767556 a 1.9225182,1.9225182 0 0 1 1.922518,-1.922517 h 4.806295 v 1.922517 h -4.806295 v 5.767556 h 4.806295 z m -10.57385,-9.61259 H 14.558112 V 9.0090396 H 12.635594 V 22.466668 h 5.767554 a 1.9254019,1.9254021 0 0 0 1.922518,-1.922517 v -5.767556 a 1.9225182,1.9225182 0 0 0 -1.922518,-1.922517 m -3.845036,7.690073 v -5.767556 h 3.845036 v 5.767556 z M 8.790557,12.854078 H 3.9842616 v 1.922517 H 8.790557 v 1.922518 H 4.9455206 a 1.9225182,1.9225182 0 0 0 -1.9225181,1.922519 v 1.922519 a 1.9225182,1.9225182 0 0 0 1.9225181,1.922517 H 10.713076 V 14.776595 A 1.9225182,1.9225182 0 0 0 8.790557,12.854078 m 0,7.690073 H 4.9455206 V 18.621632 H 8.790557 Z"
|
|
51
|
+
style="stroke-width:0.999998" />
|
|
52
|
+
<rect
|
|
53
|
+
stroke="currentColor"
|
|
54
|
+
stroke-opacity="1"
|
|
55
|
+
fill="currentColor"
|
|
56
|
+
fill-opacity="0.3"
|
|
57
|
+
style="mix-blend-mode:normal;fill-rule:nonzero;stroke-width:1.49418;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;"
|
|
58
|
+
width="29.839151"
|
|
59
|
+
height="24.505823"
|
|
60
|
+
x="1.0804243"
|
|
61
|
+
y="3.7470884"
|
|
62
|
+
ry="2.2514625" />
|
|
63
|
+
</svg>
|
|
64
|
+
<svg id="datetimeWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16">
|
|
65
|
+
<path fill="currentColor" d="M9.5 14h-8C.67 14 0 13.33 0 12.5V2.38C0 1.55.67.88 1.5.88h11c.83 0 1.5.67 1.5 1.5v7.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V2.38c0-.28-.22-.5-.5-.5h-11c-.28 0-.5.22-.5.5V12.5c0 .28.22.5.5.5h8c.28 0 .5.22.5.5s-.22.5-.5.5" />
|
|
66
|
+
<path fill="currentColor" d="M4 3.62c-.28 0-.5-.22-.5-.5V.5c0-.28.22-.5.5-.5s.5.22.5.5v2.62c0 .28-.22.5-.5.5m6.12 0c-.28 0-.5-.22-.5-.5V.5c0-.28.22-.5.5-.5s.5.22.5.5v2.62c0 .28-.22.5-.5.5M13.5 6H.5C.22 6 0 5.78 0 5.5S.22 5 .5 5h13c.28 0 .5.22.5.5s-.22.5-.5.5m-1 10C10.57 16 9 14.43 9 12.5S10.57 9 12.5 9s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5m0-6a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5" />
|
|
67
|
+
<path fill="currentColor" d="M13.5 14a.47.47 0 0 1-.35-.15l-1-1a.5.5 0 0 1-.15-.35V11c0-.28.22-.5.5-.5s.5.22.5.5v1.29l.85.85c.2.2.2.51 0 .71c-.1.1-.23.15-.35.15" />
|
|
68
|
+
</svg>
|
|
69
|
+
<svg id="switchpanelWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
70
|
+
<circle cx="17" cy="12" r="3" fill="currentColor" />
|
|
71
|
+
<path fill="currentColor" fill-opacity="0.3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 7h5c2.76 0 5 2.24 5 5c0 2.76 -2.24 5 -5 5h-10c-2.76 0 -5 -2.24 -5 -5c0 -2.76 2.24 -5 5 -5Z" />
|
|
72
|
+
</svg>
|
|
73
|
+
<svg id="simpleLinearGauge" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16">
|
|
74
|
+
<mask id="simpleLinearGaugeTwotone">
|
|
75
|
+
<g>
|
|
76
|
+
<path fill="#fff" d="M0 5v6h16V5zm15 5H1V6h14z" />
|
|
77
|
+
<path fill="#fff" fill-opacity="0.3" d="M2 7h7v2H2z" />
|
|
78
|
+
</g>
|
|
79
|
+
</mask>
|
|
80
|
+
<rect width="16" height="16" fill="currentColor" mask="url(#simpleLinearGaugeTwotone)" />
|
|
81
|
+
</svg>
|
|
82
|
+
<svg id="linearGauge" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32">
|
|
83
|
+
<path fill="currentColor" fill-opacity="0.3" d="M20 10h7v2h-7zm0 6h10v2H20zm0 6h7v2h-7zm-10-1.816V7H8v13.184a3 3 0 1 0 2 0" />
|
|
84
|
+
<path fill="currentColor" d="M30 4H12.974A4.983 4.983 0 0 0 4 7v11.11a7 7 0 1 0 10 0V7a5 5 0 0 0-.101-1H30ZM9 28a4.993 4.993 0 0 1-3.332-8.718L6 18.983V7a3 3 0 0 1 6 0v11.983l.332.299A4.993 4.993 0 0 1 9 28" />
|
|
85
|
+
</svg>
|
|
86
|
+
<svg id="radialGauge" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 256 256">
|
|
87
|
+
<g fill="currentColor">
|
|
88
|
+
<path d="M232 152v24a8 8 0 0 1-8 8H32a8 8 0 0 1-8-8v-22.87C24 95.65 70.15 48.2 127.63 48A104 104 0 0 1 232 152" opacity="0.25" />
|
|
89
|
+
<path d="M207.06 72.67A111.24 111.24 0 0 0 128 40h-.4C66.07 40.21 16 91 16 153.13V176a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-24a111.25 111.25 0 0 0-32.94-79.33M224 176H119.71l54.76-75.3a8 8 0 0 0-12.94-9.42L99.92 176H32v-22.87c0-3.08.15-6.12.43-9.13H56a8 8 0 0 0 0-16H35.27c10.32-38.86 44-68.24 84.73-71.66V80a8 8 0 0 0 16 0V56.33A96.14 96.14 0 0 1 221 128h-21a8 8 0 0 0 0 16h23.67c.21 2.65.33 5.31.33 8Z" />
|
|
90
|
+
</g>
|
|
91
|
+
</svg>
|
|
92
|
+
<svg id="compassGauge" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
93
|
+
<mask id="lineMdCompassTwotone0">
|
|
94
|
+
<g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
|
95
|
+
<path fill="#fff" fill-opacity="0.3" d="M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z" />
|
|
96
|
+
<path fill="#fff" stroke="none" d="M10.2 10.2L17 7L13.8 13.8L7 17z" transform="rotate(0 12 12)" />
|
|
97
|
+
<circle cx="12" cy="12" r="1" fill="#000" stroke="none" />
|
|
98
|
+
</g>
|
|
99
|
+
</mask>
|
|
100
|
+
<rect width="24" height="24" fill="currentColor" mask="url(#lineMdCompassTwotone0)" />
|
|
101
|
+
</svg>
|
|
102
|
+
<svg id="steelGauge" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
103
|
+
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
|
104
|
+
<path fill="currentColor" fill-opacity="0.3" d="M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z" />
|
|
105
|
+
<path d="M12 12h-5.5" transform="rotate(65 12 12)" />
|
|
106
|
+
</g>
|
|
107
|
+
<g fill="currentColor">
|
|
108
|
+
<path d="M12 16C9.41 16 7.15 17.21 5.94 19L12 21L18.06 19C16.85 17.21 14.59 16 12 16Z" />
|
|
109
|
+
<circle cx="7" cy="12" r="1" transform="rotate(15 12 12)" />
|
|
110
|
+
<circle cx="7" cy="12" r="1" transform="rotate(65 12 12)" />
|
|
111
|
+
<circle cx="7" cy="12" r="1" transform="rotate(115 12 12)" />
|
|
112
|
+
<circle cx="7" cy="12" r="1" transform="rotate(165 12 12)" />
|
|
113
|
+
<circle cx="12" cy="12" r="2" />
|
|
114
|
+
</g>
|
|
115
|
+
</svg>
|
|
116
|
+
<svg id="embedWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 20 20">
|
|
117
|
+
<path fill="currentColor" d="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-3 6.5L12.5 12l1.5 1.5V15l-3-3l3-3zm1 4.5v-1.5l1.5-1.5l-1.5-1.5V9l3 3z" />
|
|
118
|
+
</svg>
|
|
119
|
+
<svg id="freeboardWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
120
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" d="M17.5 6.5L23 9v13l-7-3l-8 3l-7-3V6l5 2m10 11v-7M8 22V12m4 4.273S6 11.5 6 7c0-3.75 3-6 6-6s6 2.25 6 6c0 4.5-6 9.273-6 9.273ZM13 7a1 1 0 1 0-2 0a1 1 0 0 0 2 0Z" />
|
|
121
|
+
</svg>
|
|
122
|
+
<svg id="autopilotWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48">
|
|
123
|
+
<defs>
|
|
124
|
+
<mask id="ipTControl0">
|
|
125
|
+
<g fill="none" stroke="#fff" stroke-width="2.5">
|
|
126
|
+
<rect width="30" height="40" x="9" y="4" rx="2" />
|
|
127
|
+
<circle cx="24" cy="31" r="6" fill="#595959" />
|
|
128
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M18 12h3m-3 6h3m6 0h3" />
|
|
129
|
+
</g>
|
|
130
|
+
</mask>
|
|
131
|
+
</defs>
|
|
132
|
+
<path fill="currentColor" d="M0 0h48v48H0z" mask="url(#ipTControl0)" />
|
|
133
|
+
</svg>
|
|
134
|
+
<svg id="tutorialWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
135
|
+
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
|
136
|
+
<path fill="currentColor" fill-opacity="0.3" d="M4 21.4V2.6a.6.6 0 0 1 .6-.6h11.652a.6.6 0 0 1 .424.176l3.148 3.148A.6.6 0 0 1 20 5.75V21.4a.6.6 0 0 1-.6.6H4.6a.6.6 0 0 1-.6-.6M8 10h8m-8 8h8m-8-4h4" />
|
|
137
|
+
<path d="M16 2v3.4a.6.6 0 0 0 .6.6H20" />
|
|
138
|
+
</g>
|
|
139
|
+
</svg>
|
|
140
|
+
<svg id="racetimerWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 15 15">
|
|
141
|
+
<path fill="currentColor" fill-rule="evenodd" d="M5.5.5A.5.5 0 0 1 6 0h3a.5.5 0 0 1 0 1H8v1.12a6.36 6.36 0 0 1 2.992 1.016a1 1 0 0 1 .066-.078l1-1a.625.625 0 0 1 .884.884l-.975.975A6.4 6.4 0 1 1 7 2.119V1H6a.5.5 0 0 1-.5-.5m-3.4 8a5.4 5.4 0 1 1 10.8 0a5.4 5.4 0 0 1-10.8 0m5.4 0V4.1a4.4 4.4 0 1 0 3.111 7.511z" clip-rule="evenodd" />
|
|
142
|
+
</svg>
|
|
143
|
+
<svg id="datachartWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 15 15">
|
|
144
|
+
<path fill="none" stroke="currentColor" d="M.5 0v14.5h14V0M.5 4.5h2v1h2v3h2v3h1v3v-2h2v-2h2v-3h1v-2h2" />
|
|
145
|
+
</svg>
|
|
146
|
+
<svg id="windsteeringWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 30 30">
|
|
147
|
+
<path fill="currentColor" d="m 0.68588127,15.026096 c 0,-2.66182 0.64833033,-5.1279185 1.93227893,-7.3852457 1.2839483,-2.2573281 3.0255419,-4.044923 5.2247808,-5.3627848 2.199238,-1.317862 4.589163,-1.970269 7.169773,-1.970269 1.932278,0 3.788282,0.3914441 5.5553,1.1612843 1.767019,0.7698402 3.27979,1.8267393 4.563738,3.1315531 1.283949,1.3048138 2.300939,2.8705901 3.050967,4.6973299 0.75003,1.8267392 1.1314,3.7187192 1.1314,5.7281322 0,1.983317 -0.38137,3.888345 -1.1314,5.702036 -0.750028,1.813692 -1.77973,3.379468 -3.050967,4.684282 -1.271236,1.304816 -2.796719,2.348664 -4.563738,3.118506 -1.767018,0.76984 -3.610309,1.161284 -5.5553,1.161284 -1.944992,0 -3.81371,-0.391443 -5.5807281,-1.161284 C 7.6649675,27.761078 6.1394841,26.704179 4.8555357,25.399366 3.5715871,24.094552 2.5673107,22.528776 1.804569,20.728132 1.0418273,18.92749 0.68588127,17.022461 0.68588127,15.026096 m 3.15266543,0 c 0,3.092409 1.0932631,5.780326 3.2925016,8.063749 2.1992383,2.257329 4.8179857,3.379469 7.8816657,3.379469 2.008552,0 3.877269,-0.508878 5.580726,-1.539682 1.703456,-1.030801 3.076391,-2.413903 4.080668,-4.175404 1.004277,-1.761498 1.51277,-3.666525 1.51277,-5.728131 0,-2.061606 -0.508493,-3.979683 -1.51277,-5.7411813 C 23.669831,7.5234163 22.309609,6.1272661 20.59344,5.0964632 18.87727,4.0656603 17.021266,3.556783 15.012714,3.556783 c -2.008554,0 -3.877271,0.5088773 -5.5807281,1.5396802 C 7.7285292,6.1272661 6.3555943,7.5234163 5.3386053,9.2849157 4.3216165,11.046414 3.8385467,12.96449 3.8385467,15.026096 m 6.2163453,7.633161 4.767135,-17.106109 q 0.01906,-0.1957221 0.190687,-0.1957221 c 0.171617,0 0.177973,0.06524 0.190684,0.1957221 l 4.754423,17.106109 c 0.05085,0.14353 0.03814,0.247915 -0.02542,0.326203 -0.06356,0.07829 -0.165261,0.07829 -0.305097,0 l -4.41119,-1.696258 c -0.127123,-0.05219 -0.254246,-0.05219 -0.368659,0 l -4.449326,1.696258 q -0.190686,0.117439 -0.26696,0 c -0.07627,-0.117428 -0.101693,-0.195721 -0.07627,-0.326203"/>
|
|
148
|
+
</svg>
|
|
149
|
+
</defs>
|
|
150
|
+
</svg>
|