@mxtommy/kip 3.9.0-beta.9 → 3.10.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 (113) hide show
  1. package/.github/copilot-instructions.md +1 -1
  2. package/.github/instructions/angular.instructions.md +46 -0
  3. package/CHANGELOG.md +12 -0
  4. package/README.md +49 -13
  5. package/kip-plugin/src/index.ts +48 -0
  6. package/kip-plugin/tsconfig.plugin.json +13 -0
  7. package/package.json +13 -8
  8. package/plugin/index.js +46 -0
  9. package/public/3rdpartylicenses.txt +129 -129
  10. package/public/assets/apple-icon-180.png +0 -0
  11. package/public/assets/apple-splash-1125-2436.jpg +0 -0
  12. package/public/assets/apple-splash-1136-640.jpg +0 -0
  13. package/public/assets/apple-splash-1170-2532.jpg +0 -0
  14. package/public/assets/apple-splash-1179-2556.jpg +0 -0
  15. package/public/assets/apple-splash-1206-2622.jpg +0 -0
  16. package/public/assets/apple-splash-1242-2208.jpg +0 -0
  17. package/public/assets/apple-splash-1242-2688.jpg +0 -0
  18. package/public/assets/apple-splash-1284-2778.jpg +0 -0
  19. package/public/assets/apple-splash-1290-2796.jpg +0 -0
  20. package/public/assets/apple-splash-1320-2868.jpg +0 -0
  21. package/public/assets/apple-splash-1334-750.jpg +0 -0
  22. package/public/assets/apple-splash-1488-2266.jpg +0 -0
  23. package/public/assets/apple-splash-1536-2048.jpg +0 -0
  24. package/public/assets/apple-splash-1620-2160.jpg +0 -0
  25. package/public/assets/apple-splash-1640-2360.jpg +0 -0
  26. package/public/assets/apple-splash-1668-2224.jpg +0 -0
  27. package/public/assets/apple-splash-1668-2388.jpg +0 -0
  28. package/public/assets/apple-splash-1792-828.jpg +0 -0
  29. package/public/assets/apple-splash-2048-1536.jpg +0 -0
  30. package/public/assets/apple-splash-2048-2732.jpg +0 -0
  31. package/public/assets/apple-splash-2160-1620.jpg +0 -0
  32. package/public/assets/apple-splash-2208-1242.jpg +0 -0
  33. package/public/assets/apple-splash-2224-1668.jpg +0 -0
  34. package/public/assets/apple-splash-2266-1488.jpg +0 -0
  35. package/public/assets/apple-splash-2360-1640.jpg +0 -0
  36. package/public/assets/apple-splash-2388-1668.jpg +0 -0
  37. package/public/assets/apple-splash-2436-1125.jpg +0 -0
  38. package/public/assets/apple-splash-2532-1170.jpg +0 -0
  39. package/public/assets/apple-splash-2556-1179.jpg +0 -0
  40. package/public/assets/apple-splash-2622-1206.jpg +0 -0
  41. package/public/assets/apple-splash-2688-1242.jpg +0 -0
  42. package/public/assets/apple-splash-2732-2048.jpg +0 -0
  43. package/public/assets/apple-splash-2778-1284.jpg +0 -0
  44. package/public/assets/apple-splash-2796-1290.jpg +0 -0
  45. package/public/assets/apple-splash-2868-1320.jpg +0 -0
  46. package/public/assets/apple-splash-640-1136.jpg +0 -0
  47. package/public/assets/apple-splash-750-1334.jpg +0 -0
  48. package/public/assets/apple-splash-828-1792.jpg +0 -0
  49. package/public/assets/apple-touch-icon.png +0 -0
  50. package/public/assets/favicon-16x16.png +0 -0
  51. package/public/assets/favicon-32x32.png +0 -0
  52. package/public/assets/favicon-64x64.png +0 -0
  53. package/public/assets/favicon.ico +0 -0
  54. package/public/assets/favicon.svg +25 -73
  55. package/public/assets/faviconn.ico +0 -0
  56. package/public/assets/help-docs/configuration.md +4 -4
  57. package/public/assets/help-docs/dashboards.md +4 -2
  58. package/public/assets/help-docs/welcome.md +14 -9
  59. package/public/assets/icon-192x192.png +0 -0
  60. package/public/assets/icon-256x256.png +0 -0
  61. package/public/assets/icon-384x384.png +0 -0
  62. package/public/assets/icon-512x512.png +0 -0
  63. package/public/assets/icon-64x64.png +0 -0
  64. package/public/assets/icon-72x72.png +0 -0
  65. package/public/assets/manifest-icon-192.maskable.png +0 -0
  66. package/public/assets/manifest-icon-512.maskable.png +0 -0
  67. package/public/assets/svg/icons.svg +436 -45
  68. package/public/{chunk-CQXWGD3T.js → chunk-7OMETTVK.js} +2 -2
  69. package/public/chunk-A4ZPBM2P.js +1 -0
  70. package/public/chunk-BZF6OYAF.js +7 -0
  71. package/public/chunk-C4AGB2HA.js +11 -0
  72. package/public/chunk-FW2LAMAA.js +16 -0
  73. package/public/{chunk-2YVW3TBK.js → chunk-GJ33QBJ6.js} +1 -1
  74. package/public/chunk-GJADHEMH.js +11 -0
  75. package/public/chunk-HKUJILH7.js +6 -0
  76. package/public/chunk-J3WNXGAQ.js +64 -0
  77. package/public/{chunk-KTDDP73O.js → chunk-JFDPDIG2.js} +1 -1
  78. package/public/chunk-LRX3XYXK.js +4 -0
  79. package/public/chunk-MXKB5Z6M.js +5 -0
  80. package/public/chunk-NL52VRFS.js +1 -0
  81. package/public/chunk-OCI46H4J.js +2 -0
  82. package/public/chunk-PPS4X2U3.js +1 -0
  83. package/public/chunk-PTADMSJZ.js +1 -0
  84. package/public/chunk-T5GXSVMN.js +1 -0
  85. package/public/chunk-TDHAZ7DS.js +6 -0
  86. package/public/index.html +18 -16
  87. package/public/main-ZOSCXBJH.js +53 -0
  88. package/public/{styles-RECKN66R.css → styles-PDNHT2L2.css} +1 -1
  89. package/public/assets/favicon.png +0 -0
  90. package/public/assets/hammer.min.js +0 -7
  91. package/public/chunk-35L7BBBD.js +0 -15
  92. package/public/chunk-3LEMFOCV.js +0 -3
  93. package/public/chunk-4JJLPUET.js +0 -60
  94. package/public/chunk-6XCLXHSA.js +0 -1
  95. package/public/chunk-7R3XHBAS.js +0 -11
  96. package/public/chunk-CBUY7NMR.js +0 -2
  97. package/public/chunk-CY7XGKUT.js +0 -1
  98. package/public/chunk-HCXH72CD.js +0 -5
  99. package/public/chunk-HEQYEGSJ.js +0 -6
  100. package/public/chunk-J6T4PKPB.js +0 -2
  101. package/public/chunk-JY3WVS7C.js +0 -2
  102. package/public/chunk-NMEZOCU2.js +0 -1
  103. package/public/chunk-NS2FPVWM.js +0 -4
  104. package/public/chunk-PKNLASTF.js +0 -4
  105. package/public/chunk-Q2Y75POI.js +0 -1
  106. package/public/chunk-RRTCHHRC.js +0 -3
  107. package/public/chunk-T74UYW3I.js +0 -1
  108. package/public/chunk-TA4GACKT.js +0 -4
  109. package/public/chunk-TXPLRBW5.js +0 -2
  110. package/public/chunk-VHFBF47T.js +0 -1
  111. package/public/chunk-VYUMZVH2.js +0 -2
  112. package/public/chunk-ZBCOJLI4.js +0 -6
  113. package/public/main-FDZZCWB6.js +0 -53
@@ -1,28 +1,4 @@
1
1
 
2
- --------------------------------------------------------------------------------
3
- Package: howler
4
- License: "MIT"
5
-
6
- Copyright (c) 2013-2020 James Simpson and GoldFire Studios, Inc.
7
-
8
- Permission is hereby granted, free of charge, to any person obtaining
9
- a copy of this software and associated documentation files (the
10
- "Software"), to deal in the Software without restriction, including
11
- without limitation the rights to use, copy, modify, merge, publish,
12
- distribute, sublicense, and/or sell copies of the Software, and to
13
- permit persons to whom the Software is furnished to do so, subject to
14
- the following conditions:
15
-
16
- The above copyright notice and this permission notice shall be
17
- included in all copies or substantial portions of the Software.
18
-
19
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
2
  --------------------------------------------------------------------------------
27
3
  Package: @godind/canvas-gauges
28
4
  License: "MIT"
@@ -49,6 +25,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
49
25
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
50
26
  SOFTWARE.
51
27
 
28
+ --------------------------------------------------------------------------------
29
+ Package: howler
30
+ License: "MIT"
31
+
32
+ Copyright (c) 2013-2020 James Simpson and GoldFire Studios, Inc.
33
+
34
+ Permission is hereby granted, free of charge, to any person obtaining
35
+ a copy of this software and associated documentation files (the
36
+ "Software"), to deal in the Software without restriction, including
37
+ without limitation the rights to use, copy, modify, merge, publish,
38
+ distribute, sublicense, and/or sell copies of the Software, and to
39
+ permit persons to whom the Software is furnished to do so, subject to
40
+ the following conditions:
41
+
42
+ The above copyright notice and this permission notice shall be
43
+ included in all copies or substantial portions of the Software.
44
+
45
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
46
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
48
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
49
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
50
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
51
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52
52
  --------------------------------------------------------------------------------
53
53
  Package: gridstack
54
54
  License: "MIT"
@@ -102,12 +102,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
102
102
  THE SOFTWARE.
103
103
 
104
104
  --------------------------------------------------------------------------------
105
- Package: @angular/material
105
+ Package: ngx-resize-observer
106
106
  License: "MIT"
107
107
 
108
- The MIT License
109
-
110
- Copyright (c) 2025 Google LLC.
108
+ Copyright (c) 2017 Tyler Akins
111
109
 
112
110
  Permission is hereby granted, free of charge, to any person obtaining a copy
113
111
  of this software and associated documentation files (the "Software"), to deal
@@ -116,22 +114,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
116
114
  copies of the Software, and to permit persons to whom the Software is
117
115
  furnished to do so, subject to the following conditions:
118
116
 
119
- The above copyright notice and this permission notice shall be included in
120
- all copies or substantial portions of the Software.
117
+ The above copyright notice and this permission notice shall be included in all
118
+ copies or substantial portions of the Software.
121
119
 
122
120
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
123
121
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
124
122
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
125
123
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
126
124
  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.
125
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
126
+ SOFTWARE.
129
127
 
130
128
  --------------------------------------------------------------------------------
131
- Package: ngx-resize-observer
129
+ Package: @angular/material
132
130
  License: "MIT"
133
131
 
134
- Copyright (c) 2017 Tyler Akins
132
+ The MIT License
133
+
134
+ Copyright (c) 2025 Google LLC.
135
135
 
136
136
  Permission is hereby granted, free of charge, to any person obtaining a copy
137
137
  of this software and associated documentation files (the "Software"), to deal
@@ -140,16 +140,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
140
140
  copies of the Software, and to permit persons to whom the Software is
141
141
  furnished to do so, subject to the following conditions:
142
142
 
143
- The above copyright notice and this permission notice shall be included in all
144
- copies or substantial portions of the Software.
143
+ The above copyright notice and this permission notice shall be included in
144
+ all copies or substantial portions of the Software.
145
145
 
146
146
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147
147
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
148
148
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
149
149
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
150
150
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
151
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
152
- SOFTWARE.
151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
152
+ THE SOFTWARE.
153
153
 
154
154
  --------------------------------------------------------------------------------
155
155
  Package: chartjs-plugin-annotation
@@ -243,6 +243,45 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
243
243
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
244
244
  THE SOFTWARE.
245
245
 
246
+ --------------------------------------------------------------------------------
247
+ Package: screenfull
248
+ License: "MIT"
249
+
250
+ MIT License
251
+
252
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
253
+
254
+ 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:
255
+
256
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
257
+
258
+ 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.
259
+
260
+ --------------------------------------------------------------------------------
261
+ Package: @zakj/no-sleep
262
+ License: "MIT"
263
+
264
+ The MIT License (MIT)
265
+
266
+ Copyright (c) Zak Johnson Copyright (c) 2015-2020 Rich Tibbett
267
+
268
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
269
+ this software and associated documentation files (the "Software"), to deal in
270
+ the Software without restriction, including without limitation the rights to
271
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
272
+ the Software, and to permit persons to whom the Software is furnished to do so,
273
+ subject to the following conditions:
274
+
275
+ The above copyright notice and this permission notice shall be included in all
276
+ copies or substantial portions of the Software.
277
+
278
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
279
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
280
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
281
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
282
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
283
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
284
+
246
285
  --------------------------------------------------------------------------------
247
286
  Package: chart.js
248
287
  License: "MIT"
@@ -413,45 +452,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
413
452
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
414
453
  SOFTWARE.
415
454
 
416
- --------------------------------------------------------------------------------
417
- Package: screenfull
418
- License: "MIT"
419
-
420
- MIT License
421
-
422
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
423
-
424
- 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:
425
-
426
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
427
-
428
- 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.
429
-
430
- --------------------------------------------------------------------------------
431
- Package: @zakj/no-sleep
432
- License: "MIT"
433
-
434
- The MIT License (MIT)
435
-
436
- Copyright (c) Zak Johnson Copyright (c) 2015-2020 Rich Tibbett
437
-
438
- Permission is hereby granted, free of charge, to any person obtaining a copy of
439
- this software and associated documentation files (the "Software"), to deal in
440
- the Software without restriction, including without limitation the rights to
441
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
442
- the Software, and to permit persons to whom the Software is furnished to do so,
443
- subject to the following conditions:
444
-
445
- The above copyright notice and this permission notice shall be included in all
446
- copies or substantial portions of the Software.
447
-
448
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
449
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
450
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
451
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
452
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
453
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
454
-
455
455
  --------------------------------------------------------------------------------
456
456
  Package: js-quantities
457
457
  License: "MIT"
@@ -530,58 +530,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
530
530
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
531
531
  SOFTWARE.
532
532
 
533
- --------------------------------------------------------------------------------
534
- Package: lodash-es
535
- License: "MIT"
536
-
537
- Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
538
-
539
- Based on Underscore.js, copyright Jeremy Ashkenas,
540
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
541
-
542
- This software consists of voluntary contributions made by many
543
- individuals. For exact contribution history, see the revision history
544
- available at https://github.com/lodash/lodash
545
-
546
- The following license applies to all parts of this software except as
547
- documented below:
548
-
549
- ====
550
-
551
- Permission is hereby granted, free of charge, to any person obtaining
552
- a copy of this software and associated documentation files (the
553
- "Software"), to deal in the Software without restriction, including
554
- without limitation the rights to use, copy, modify, merge, publish,
555
- distribute, sublicense, and/or sell copies of the Software, and to
556
- permit persons to whom the Software is furnished to do so, subject to
557
- the following conditions:
558
-
559
- The above copyright notice and this permission notice shall be
560
- included in all copies or substantial portions of the Software.
561
-
562
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
563
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
564
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
565
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
566
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
567
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
568
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
569
-
570
- ====
571
-
572
- Copyright and related rights for sample code are waived via CC0. Sample
573
- code is defined as all source code displayed within the prose of the
574
- documentation.
575
-
576
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
577
-
578
- ====
579
-
580
- Files located in the node_modules and vendor directories are externally
581
- maintained libraries used by this software which have their own
582
- licenses; we recommend you read them, as their terms may differ from the
583
- terms above.
584
-
585
533
  --------------------------------------------------------------------------------
586
534
  Package: rxjs
587
535
  License: "Apache-2.0"
@@ -789,6 +737,58 @@ License: "Apache-2.0"
789
737
  limitations under the License.
790
738
 
791
739
 
740
+ --------------------------------------------------------------------------------
741
+ Package: lodash-es
742
+ License: "MIT"
743
+
744
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
745
+
746
+ Based on Underscore.js, copyright Jeremy Ashkenas,
747
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
748
+
749
+ This software consists of voluntary contributions made by many
750
+ individuals. For exact contribution history, see the revision history
751
+ available at https://github.com/lodash/lodash
752
+
753
+ The following license applies to all parts of this software except as
754
+ documented below:
755
+
756
+ ====
757
+
758
+ Permission is hereby granted, free of charge, to any person obtaining
759
+ a copy of this software and associated documentation files (the
760
+ "Software"), to deal in the Software without restriction, including
761
+ without limitation the rights to use, copy, modify, merge, publish,
762
+ distribute, sublicense, and/or sell copies of the Software, and to
763
+ permit persons to whom the Software is furnished to do so, subject to
764
+ the following conditions:
765
+
766
+ The above copyright notice and this permission notice shall be
767
+ included in all copies or substantial portions of the Software.
768
+
769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
770
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
771
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
772
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
773
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
774
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
775
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
776
+
777
+ ====
778
+
779
+ Copyright and related rights for sample code are waived via CC0. Sample
780
+ code is defined as all source code displayed within the prose of the
781
+ documentation.
782
+
783
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
784
+
785
+ ====
786
+
787
+ Files located in the node_modules and vendor directories are externally
788
+ maintained libraries used by this software which have their own
789
+ licenses; we recommend you read them, as their terms may differ from the
790
+ terms above.
791
+
792
792
  --------------------------------------------------------------------------------
793
793
  Package: @angular/forms
794
794
  License: "MIT"
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,91 +1,43 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
1
+ <svg fill="none" stroke="none"
5
2
  width="512"
6
3
  height="512"
7
- viewBox="0 0 135.46667 135.46667"
8
- version="1.1"
9
- id="svg1"
4
+ viewBox="0 0 135 135"
10
5
  xmlns:xlink="http://www.w3.org/1999/xlink"
11
- xmlns="http://www.w3.org/2000/svg"
12
- xmlns:svg="http://www.w3.org/2000/svg">
13
- <defs
14
- id="defs1">
15
- <linearGradient
16
- id="swatch6">
17
- <stop
18
- style="stop-color:#000000;stop-opacity:1;"
19
- offset="0"
20
- id="stop6" />
21
- </linearGradient>
22
- <linearGradient
23
- xlink:href="#swatch6"
24
- id="linearGradient6"
25
- x1="0"
26
- y1="67.733337"
27
- x2="135.46667"
28
- y2="67.733337"
29
- gradientUnits="userSpaceOnUse" />
6
+ xmlns="http://www.w3.org/2000/svg">
7
+ <defs id="defs1">
30
8
  </defs>
31
- <g
32
- id="layer1">
9
+ <g>
33
10
  <rect
34
- style="fill:url(#linearGradient6);fill-opacity:1;stroke-width:2.117;stroke-linecap:square;stroke-dasharray:none"
35
- id="rect4"
36
- width="135.46667"
37
- height="135.46667"
11
+ fill="#003399"
12
+ width="135"
13
+ height="135"
38
14
  x="0"
39
- y="0" />
15
+ y="0"
16
+ rx="10" />
40
17
  <text
41
18
  xml:space="preserve"
42
- style="font-weight:bold;font-size:25.4px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';fill:#00d000;fill-opacity:0.71372551;stroke-width:2.117;stroke-linecap:square;stroke-dasharray:none;opacity:1"
43
- x="4.9013381"
44
- y="24.292282"
45
- id="text4"><tspan
46
- id="tspan4"
47
- style="fill:#00d000;fill-opacity:0.71372551;stroke-width:2.117"
48
- x="4.9013381"
49
- y="24.292282">Speed</tspan></text>
19
+ style="font-weight:bold;font-size:35px;font-family:Arial;fill:#FFCC00"
20
+ x="7"
21
+ y="32">KIP</text>
50
22
  <text
51
23
  xml:space="preserve"
52
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:105.833px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#00d000;fill-opacity:1;stroke-width:7.4769;stroke-linecap:square;stroke-dasharray:none"
53
- x="4.7299533"
54
- y="109.62286"
55
- id="text5"><tspan
56
- id="tspan5"
57
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:105.833px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#00d000;fill-opacity:1;stroke-width:7.4769"
58
- x="4.7299533"
59
- y="109.62286">9</tspan></text>
24
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:95px;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#FFCC00"
25
+ x="9"
26
+ y="108">9</text>
60
27
  <text
61
28
  xml:space="preserve"
62
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:105.833px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#00d000;fill-opacity:1;stroke-width:7.4769;stroke-linecap:square;stroke-dasharray:none"
63
- x="74.030319"
64
- y="109.62286"
65
- id="text5-0"><tspan
66
- id="tspan5-8"
67
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:105.833px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#00d000;fill-opacity:1;stroke-width:7.4769"
68
- x="74.030319"
69
- y="109.62286">8</tspan></text>
29
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:95px;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#FFCC00"
30
+ x="73"
31
+ y="108">8</text>
70
32
  <text
71
33
  xml:space="preserve"
72
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:88.1945px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#00d000;fill-opacity:1;stroke-width:7.4769;stroke-linecap:square;stroke-dasharray:none"
73
- x="54.86277"
74
- y="105.4138"
75
- id="text5-1"><tspan
76
- id="tspan5-3"
77
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:88.1945px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#00d000;fill-opacity:1;stroke-width:7.4769"
78
- x="54.86277"
79
- y="105.4138">.</tspan></text>
34
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:88px;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#FFCC00"
35
+ x="55"
36
+ y="107">.</text>
80
37
  <text
81
38
  xml:space="preserve"
82
- style="font-weight:bold;font-size:21.2566px;font-family:Arial;-inkscape-font-specification:'Arial, Bold';fill:#00d000;fill-opacity:1;stroke-width:1.77166;stroke-linecap:square;stroke-dasharray:none"
83
- x="74.298759"
84
- y="128.38905"
85
- id="text6"><tspan
86
- id="tspan6"
87
- style="stroke-width:1.77166;fill:#00d000;fill-opacity:1"
88
- x="74.298759"
89
- y="128.38905">knots</tspan></text>
39
+ style="font-weight:bold;font-size:18;font-family:Arial;fill:#FFCC00"
40
+ x="55"
41
+ y="128">Signal K</text>
90
42
  </g>
91
43
  </svg>
Binary file
@@ -1,9 +1,9 @@
1
1
  # Configuration Management
2
2
 
3
- KIP provides a "Login to Server" option that determines where your configuration is stored. It is **strongly recommended** to enable server login in the **Settings** under the **Connectivity** tab. This ensures your configurations are stored remotely on the Signal K server. See the "Creating a Signal K user" section below for details.
3
+ KIP provides a "Login to Server" option that determines where your configuration is stored. It is **strongly recommended** to enable server login in the **Settings** under the **Connectivity** tab. This ensures your configurations are stored remotely on the Signal K server and allows automatic loading of configuration from any device. See the "Creating a Signal K user" section below for information on how to create a user.
4
4
 
5
- - **Login to Server Enabled** (recommended setting): Configuration is stored remotely on the Signal K server.
6
- - **Login to Server Disabled** (default value): Configuration is saved locally in the browser's private storage.
5
+ - **Login to Server Enabled** (recommended setting): Configuration is stored remotely on the Signal K server. This mode allow automatic loading of your configuration from any device (also known as configuration sharing).
6
+ - **Login to Server Disabled** (default value): Configuration is saved on your computer/device, in the browser's private storage. In this mode, the configuration is per browser.
7
7
 
8
8
  You can manage your configurations using the **Configurations** page, accessible from the right menu. Depending on your login mode, different management options are available.
9
9
 
@@ -54,4 +54,4 @@ Use advanced operations with caution. All changes affect your active configurati
54
54
 
55
55
  KIP separates configuration into two parts:
56
56
  1. **Server Connection**: This configuration is always stored locally in your browser and is never shared. It is used in the **Connectivity** tab of the **Settings** page.
57
- 2. **Application Settings**: This includes the configuration you can back up, delete, and restore on the **Configurations** page.
57
+ 2. **Application Settings**: This includes the configuration settings you can back up, delete, and restore with the **Configurations** page. It contains all dashboards, widgets and other configuration settings.
@@ -2,12 +2,14 @@
2
2
  You can organize your dashboards from the Dashboards page. To edit a dashboard layout, first visualize the dashboard and unlock it.
3
3
 
4
4
  ## Dashboard Pages
5
- On the Dashboards page, you can add, reorder, delete, rename, and duplicate dashboards. The dashboard name is briefly visible when you cycle through dashboards. Available actions include:
5
+ On the Dashboards page, you can add, reorder, delete, rename, and duplicate dashboards. Each dashboard can have a custom name and icon for easy identification. The dashboard name is briefly visible when you cycle through dashboards. Available actions include:
6
6
  - **Long press** a dashboard to delete or duplicate it.
7
- - **Double tap** a dashboard to rename it.
7
+ - **Double tap** a dashboard to rename it and select an icon.
8
8
  - **Touch and drag** to reorder dashboards.
9
9
  - Use the **(+)** button to add a new dashboard.
10
10
 
11
+ When renaming or creating a dashboard, you can choose from a variety of icons to visually represent the dashboard's purpose (e.g., navigation, engine monitoring, weather). Icons are displayed in the dashboard menu for quick recognition.
12
+
11
13
  ## Editing Layout
12
14
  To edit a dashboard's widgets and arrangement, you need to unlock its layout. View the desired dashboard, access the **Actions menu** on the right-hand side, and tap the bottom **unlock button**. The widgets will become surrounded by dashed borders, indicating you are in edit mode. Actions you can perform while editing a layout include:
13
15
  - **Long press** an empty area of the dashboard to add a widget (you may need to free up space first).
@@ -17,15 +17,20 @@ _Note that the words Touch and Tap are synonymous with mouse click._
17
17
  <img src="../../assets/help-docs/img/general-layout.png" alt="Sidebar Menus" title="Sidebar Menus" width="100%">
18
18
 
19
19
  1. Actions menu
20
- 2. Fullscreen toggle button
21
- 3. Night Mode toggle button
22
- 4. Actions button
23
- 5. Unlock dashboard
24
- 6. Notifications menu
25
- 7. Notification message
26
- 8. Silence notification
27
- 9. Resolve notification
28
- 10. Mute audio toggle button
20
+ 2. *Fullscreen toggle button
21
+ 3. **Night Mode toggle button
22
+ 4. Settings button
23
+ 5. Select dashboard buttons
24
+ 6. Unlock dashboard edit mode
25
+ 7. Notifications menu
26
+ 8. Notification message
27
+ 9. Silence notification
28
+ 10. Resolve notification
29
+ 11. Mute audio toggle button
30
+
31
+ *Only visible if mode is supported
32
+
33
+ **Only if visible if automatic day and night is not enabled. See <Home / Settings / Display>.
29
34
 
30
35
  ## Loading KIP on Phones, Tablets, Raspberry Pi, and Computers
31
36
  Simply navigate to `http://<Signal K Server URL>:<port>/@mxtommy/kip/` to load KIP and enjoy its features remotely on any device.
Binary file
Binary file