@mxtommy/kip 3.12.0 → 4.0.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.
- package/.github/copilot-instructions.md +102 -27
- package/.github/instructions/angular.instructions.md +1 -1
- package/CHANGELOG.md +17 -0
- package/README.md +94 -74
- package/docs/widget-schematic.md +102 -0
- package/images/ChartplotterMode.png +0 -0
- package/package.json +8 -3
- package/public/3rdpartylicenses.txt +67 -41
- package/public/assets/help-docs/chartplotter.md +122 -0
- package/public/assets/help-docs/community.md +1 -11
- package/public/assets/help-docs/kiosk.md +15 -15
- package/public/assets/help-docs/menu.json +1 -0
- package/public/assets/help-docs/welcome.md +3 -0
- package/public/assets/svg/icons.svg +4 -6
- package/public/{chunk-XLJT6YPP.js → chunk-4HLTLR5F.js} +1 -1
- package/public/chunk-52M2PJJL.js +4 -0
- package/public/chunk-5FWE6Y4K.js +52 -0
- package/public/{chunk-3LKIOGV7.js → chunk-75QTGQOO.js} +1 -1
- package/public/{chunk-I454VRMK.js → chunk-AB255PKD.js} +1 -1
- package/public/{chunk-RMLGKVWE.js → chunk-ACTDISHE.js} +1 -1
- package/public/chunk-AYVYZ27A.js +2 -0
- package/public/chunk-B3P2F52Y.js +9 -0
- package/public/{chunk-ZEV6YXHP.js → chunk-BMDGKBYM.js} +23 -23
- package/public/chunk-CTZYGIOB.js +8 -0
- package/public/{chunk-YVLZ2UAQ.js → chunk-CVTWABMM.js} +2 -2
- package/public/chunk-CZJ7AC6N.js +1 -0
- package/public/{chunk-ZPCYFQPB.js → chunk-HIADZ4BV.js} +1 -1
- package/public/{chunk-IQG4DDQX.js → chunk-IJ22WXFB.js} +1 -1
- package/public/chunk-IPSRX374.js +1 -0
- package/public/chunk-JCW5H5WP.js +1 -0
- package/public/{chunk-UTCRLFYC.js → chunk-KHL7FGID.js} +1 -1
- package/public/{chunk-YPUCOH35.js → chunk-OB3QLUH6.js} +12 -12
- package/public/{chunk-6MRJ4C55.js → chunk-OQULS6SV.js} +1 -1
- package/public/chunk-P3OU5V2Y.js +1 -0
- package/public/{chunk-EPTIEPMQ.js → chunk-RYHOAWDD.js} +1 -1
- package/public/chunk-SVP7ZRWY.js +5 -0
- package/public/{chunk-NOLKBYOV.js → chunk-SZ2GUIT5.js} +1 -1
- package/public/chunk-TCZ5ZAXQ.js +3 -0
- package/public/chunk-V7PWLOQ2.js +6 -0
- package/public/index.html +2 -2
- package/public/main-3LAUI5JW.js +5 -0
- package/public/scripts-7HSGK5LZ.js +14 -0
- package/public/styles-MJ4EO4B4.css +1 -0
- package/tools/schematics/collection.json +9 -0
- package/tools/schematics/create-host2-widget/files/readme/README.md.template +109 -0
- package/tools/schematics/create-host2-widget/files/spec/widget-__name@dasherize__.component.spec.ts +38 -0
- package/tools/schematics/create-host2-widget/files/widget/widget-__name@dasherize__.component.html +6 -0
- package/tools/schematics/create-host2-widget/files/widget/widget-__name@dasherize__.component.scss +5 -0
- package/tools/schematics/create-host2-widget/files/widget/widget-__name@dasherize__.component.ts.template +94 -0
- package/tools/schematics/create-host2-widget/index.js +138 -0
- package/tools/schematics/create-host2-widget/schema.json +89 -0
- package/tools/schematics/create-host2-widget/test/create-host2-widget.spec.ts +70 -0
- package/tools/schematics/create-host2-widget/utils/formatting.js +119 -0
- package/public/chunk-65TR3CWM.js +0 -6
- package/public/chunk-7S37JBY2.js +0 -2
- package/public/chunk-A5CYPNMD.js +0 -2
- package/public/chunk-BSAAN2EI.js +0 -2
- package/public/chunk-CDPHRRZR.js +0 -3
- package/public/chunk-D4DROTBC.js +0 -8
- package/public/chunk-D4MWDRNW.js +0 -5
- package/public/chunk-K5OOC3CF.js +0 -4
- package/public/chunk-QOXZFV6P.js +0 -47
- package/public/chunk-T6TC7KWG.js +0 -1
- package/public/chunk-UHKP2PC3.js +0 -1
- package/public/chunk-VEJNBHWJ.js +0 -5
- package/public/chunk-YCW2UBVQ.js +0 -1
- package/public/chunk-Z5MCM3TT.js +0 -11
- package/public/main-7TSLA2U5.js +0 -5
- package/public/styles-PDNHT2L2.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxtommy/kip",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "An advanced and versatile marine instrumentation package to display Signal K data.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -48,9 +48,12 @@
|
|
|
48
48
|
"build:dev": "ng build --configuration=dev",
|
|
49
49
|
"build:prod": "ng build --configuration=production",
|
|
50
50
|
"build:all": "npm run build:plugin && npm run build:prod",
|
|
51
|
-
"e2e": "ng e2e"
|
|
51
|
+
"e2e": "ng e2e",
|
|
52
|
+
"generate:widget": "npx schematics ./tools/schematics/collection.json:create-host2-widget --dry-run=false"
|
|
52
53
|
},
|
|
54
|
+
"schematics": "tools/schematics/collection.json",
|
|
53
55
|
"devDependencies": {
|
|
56
|
+
"@angular-devkit/schematics-cli": "^20.1.6",
|
|
54
57
|
"@angular-devkit/build-angular": "^20.1.6",
|
|
55
58
|
"@angular/animations": "20.1.7",
|
|
56
59
|
"@angular/build": "^20.1.6",
|
|
@@ -85,7 +88,7 @@
|
|
|
85
88
|
"core-js": "^3.13.1",
|
|
86
89
|
"date-fns": "^2.30.0",
|
|
87
90
|
"eslint": "^9.29.0",
|
|
88
|
-
"gridstack": "^
|
|
91
|
+
"gridstack": "^12.3.3",
|
|
89
92
|
"howler": "^2.2.4",
|
|
90
93
|
"jasmine-core": "~4.0.1",
|
|
91
94
|
"jasmine-spec-reporter": "~5.0.0",
|
|
@@ -99,6 +102,8 @@
|
|
|
99
102
|
"lodash-es": "^4.17.21",
|
|
100
103
|
"ng-packagr": "^20.0.1",
|
|
101
104
|
"ngx-markdown": "^20.0.0",
|
|
105
|
+
"prismjs": "^1.30.0",
|
|
106
|
+
"clipboard": "^2.0.11",
|
|
102
107
|
"ngx-resize-observer": "^3.1.0",
|
|
103
108
|
"protractor": "~7.0.0",
|
|
104
109
|
"pwa-asset-generator": "^8.1.1",
|
|
@@ -102,12 +102,12 @@ 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:
|
|
105
|
+
Package: gridstack
|
|
106
106
|
License: "MIT"
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
MIT License
|
|
109
109
|
|
|
110
|
-
Copyright (c)
|
|
110
|
+
Copyright (c) 2019-2025 Alain Dumesny. v0.4.0 and older (c) 2014-2018 Pavel Reznikov, Dylan Weiss
|
|
111
111
|
|
|
112
112
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
113
113
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -116,8 +116,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
116
116
|
copies of the Software, and to permit persons to whom the Software is
|
|
117
117
|
furnished to do so, subject to the following conditions:
|
|
118
118
|
|
|
119
|
-
The above copyright notice and this permission notice shall be included in
|
|
120
|
-
|
|
119
|
+
The above copyright notice and this permission notice shall be included in all
|
|
120
|
+
copies or substantial portions of the Software.
|
|
121
121
|
|
|
122
122
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
123
123
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -128,12 +128,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
128
128
|
SOFTWARE.
|
|
129
129
|
|
|
130
130
|
--------------------------------------------------------------------------------
|
|
131
|
-
Package:
|
|
131
|
+
Package: @angular/cdk
|
|
132
132
|
License: "MIT"
|
|
133
133
|
|
|
134
|
-
MIT License
|
|
134
|
+
The MIT License
|
|
135
135
|
|
|
136
|
-
Copyright (c)
|
|
136
|
+
Copyright (c) 2025 Google LLC.
|
|
137
137
|
|
|
138
138
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
139
139
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -142,22 +142,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
142
142
|
copies of the Software, and to permit persons to whom the Software is
|
|
143
143
|
furnished to do so, subject to the following conditions:
|
|
144
144
|
|
|
145
|
-
The above copyright notice and this permission notice shall be included in
|
|
146
|
-
copies or substantial portions of the Software.
|
|
145
|
+
The above copyright notice and this permission notice shall be included in
|
|
146
|
+
all copies or substantial portions of the Software.
|
|
147
147
|
|
|
148
148
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
149
149
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
150
150
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
151
151
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
152
152
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
153
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
154
|
-
SOFTWARE.
|
|
153
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
154
|
+
THE SOFTWARE.
|
|
155
155
|
|
|
156
156
|
--------------------------------------------------------------------------------
|
|
157
|
-
Package:
|
|
157
|
+
Package: @godind/canvas-gauges
|
|
158
158
|
License: "MIT"
|
|
159
159
|
|
|
160
|
-
|
|
160
|
+
The MIT License (MIT)
|
|
161
|
+
|
|
162
|
+
Copyright (c) 2016 Mykhailo Stadnyk <mikhus@gmail.com>
|
|
161
163
|
|
|
162
164
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
163
165
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -166,8 +168,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
166
168
|
copies of the Software, and to permit persons to whom the Software is
|
|
167
169
|
furnished to do so, subject to the following conditions:
|
|
168
170
|
|
|
169
|
-
The above copyright notice and this permission notice shall be included in
|
|
170
|
-
copies or substantial portions of the Software.
|
|
171
|
+
The above copyright notice and this permission notice shall be included in
|
|
172
|
+
all copies or substantial portions of the Software.
|
|
171
173
|
|
|
172
174
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
173
175
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -178,26 +180,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
178
180
|
SOFTWARE.
|
|
179
181
|
|
|
180
182
|
--------------------------------------------------------------------------------
|
|
181
|
-
Package:
|
|
182
|
-
License: "MIT"
|
|
183
|
-
|
|
184
|
-
The MIT License (MIT)
|
|
185
|
-
|
|
186
|
-
Copyright (c) 2016-2021 chartjs-plugin-annotation Contributors
|
|
187
|
-
|
|
188
|
-
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:
|
|
189
|
-
|
|
190
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
191
|
-
|
|
192
|
-
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.
|
|
193
|
-
|
|
194
|
-
--------------------------------------------------------------------------------
|
|
195
|
-
Package: @godind/ng-canvas-gauges
|
|
183
|
+
Package: ngx-resize-observer
|
|
196
184
|
License: "MIT"
|
|
197
185
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
Copyright (c) 2017 Vlad Martynenko <vladimir.martynenko.work@gmail.com>
|
|
186
|
+
Copyright (c) 2017 Tyler Akins
|
|
201
187
|
|
|
202
188
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
203
189
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -218,12 +204,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
218
204
|
SOFTWARE.
|
|
219
205
|
|
|
220
206
|
--------------------------------------------------------------------------------
|
|
221
|
-
Package: @
|
|
207
|
+
Package: @godind/ng-canvas-gauges
|
|
222
208
|
License: "MIT"
|
|
223
209
|
|
|
224
|
-
|
|
210
|
+
MIT License
|
|
225
211
|
|
|
226
|
-
Copyright (c)
|
|
212
|
+
Copyright (c) 2017 Vlad Martynenko <vladimir.martynenko.work@gmail.com>
|
|
227
213
|
|
|
228
214
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
229
215
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -232,16 +218,30 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
232
218
|
copies of the Software, and to permit persons to whom the Software is
|
|
233
219
|
furnished to do so, subject to the following conditions:
|
|
234
220
|
|
|
235
|
-
The above copyright notice and this permission notice shall be included in
|
|
236
|
-
|
|
221
|
+
The above copyright notice and this permission notice shall be included in all
|
|
222
|
+
copies or substantial portions of the Software.
|
|
237
223
|
|
|
238
224
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
239
225
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
240
226
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
241
227
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
242
228
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
243
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
244
|
-
|
|
229
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
230
|
+
SOFTWARE.
|
|
231
|
+
|
|
232
|
+
--------------------------------------------------------------------------------
|
|
233
|
+
Package: chartjs-plugin-annotation
|
|
234
|
+
License: "MIT"
|
|
235
|
+
|
|
236
|
+
The MIT License (MIT)
|
|
237
|
+
|
|
238
|
+
Copyright (c) 2016-2021 chartjs-plugin-annotation Contributors
|
|
239
|
+
|
|
240
|
+
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:
|
|
241
|
+
|
|
242
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
243
|
+
|
|
244
|
+
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.
|
|
245
245
|
|
|
246
246
|
--------------------------------------------------------------------------------
|
|
247
247
|
Package: screenfull
|
|
@@ -934,3 +934,29 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
934
934
|
THE SOFTWARE.
|
|
935
935
|
|
|
936
936
|
--------------------------------------------------------------------------------
|
|
937
|
+
Package: prismjs
|
|
938
|
+
License: "MIT"
|
|
939
|
+
|
|
940
|
+
MIT LICENSE
|
|
941
|
+
|
|
942
|
+
Copyright (c) 2012 Lea Verou
|
|
943
|
+
|
|
944
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
945
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
946
|
+
in the Software without restriction, including without limitation the rights
|
|
947
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
948
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
949
|
+
furnished to do so, subject to the following conditions:
|
|
950
|
+
|
|
951
|
+
The above copyright notice and this permission notice shall be included in
|
|
952
|
+
all copies or substantial portions of the Software.
|
|
953
|
+
|
|
954
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
955
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
956
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
957
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
958
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
959
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
960
|
+
THE SOFTWARE.
|
|
961
|
+
|
|
962
|
+
--------------------------------------------------------------------------------
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
## Chartplotter Mode
|
|
2
|
+
Chartplotter Mode provides a persistent dual‑panel navigation layout: a continuously live Freeboard‑SK chart on one side and an actively switchable KIP dashboard on the other. Switching dashboards never unloads or blinks the chart, giving you an MFD‑style experience powered entirely by Signal K.
|
|
3
|
+
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
## When to Use It
|
|
7
|
+
Use Chartplotter Mode when you want uninterrupted situational awareness (chart + vessel motion + routing context) while cycling between specialized dashboards (navigation, engines, energy, racing, night watch, etc.). If you only need a chart on a few dashboards or have very constrained hardware, the standalone Freeboard‑SK widget may be sufficient.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Key Capabilities
|
|
12
|
+
- Persistent Freeboard‑SK chart (no reload on dashboard change)
|
|
13
|
+
- Landscape side‑by‑side split; automatic vertical stacking in portrait / narrow screens
|
|
14
|
+
- Drag resize with commit‑on‑save (Cancel reverts instantly)
|
|
15
|
+
- Per‑dashboard forced collapse (treat some dashboards as full‑screen data pages)
|
|
16
|
+
- Remote dashboard switching compatible (chart forced collapse preserved remotely)
|
|
17
|
+
- Optional panel side selection (left or right)
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Enabling & Basic Setup
|
|
22
|
+
1. Open Actions → Settings → Display.
|
|
23
|
+
2. Expand **Chartplotter Mode** and toggle “Enable Freeboard‑SK dual‑panel Chartplotter Mode.”.
|
|
24
|
+
3. Choose the chart panel side (Left or Right).
|
|
25
|
+
4. Optionally, enable the per‑dashboard “Auto-collapse Freeboard-SK panel when displaying this dashboard” flag if you want that dashboard to hide the chart and use the full width.
|
|
26
|
+
5. Enter dashboard edit mode if you wish to resize the split (see Resizing section), then Save to persist or Cancel to discard.
|
|
27
|
+
|
|
28
|
+
Tip: Remove any existing Freeboard‑SK widget instances to avoid redundant chart rendering once mode is enabled.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Orientation & Layout Behavior
|
|
33
|
+
| Environment | Layout |
|
|
34
|
+
|-------------|--------|
|
|
35
|
+
| Desktop and Phone / Wide Landscape | Horizontal split (chart + dashboard side‑by‑side) |
|
|
36
|
+
| Phone Portrait / Narrow | Automatic vertical stacking (top/bottom) |
|
|
37
|
+
|
|
38
|
+
The transition is automatic; no manual toggle is required. The per‑dashboard collapse still applies regardless of orientation.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Resizing the Split
|
|
43
|
+
1. Enter dashboard edit mode on any dashboard (Actions → Unlock / Edit button).
|
|
44
|
+
2. Drag the split divider and release.
|
|
45
|
+
3. Press **Save** (check icon) to persist globally, or **Cancel** (X) to revert to the previous ratio.
|
|
46
|
+
|
|
47
|
+
Notes:
|
|
48
|
+
- Width changes are only committed on Save (prevents accidental layout shifts).
|
|
49
|
+
- Cancel always restores the original ratio before the edit session began.
|
|
50
|
+
- The persisted ratio applies across dashboards (unless a dashboard is collapsed).
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Per‑Dashboard Collapse
|
|
55
|
+
Each dashboard can force the chart panel closed to maximize data area. This is ideal for engine diagnostics, racing performance pages, or night watch minimalism. When you switch to a collapsed dashboard, the chart panel is hidden; switching back to a normal dashboard restores it instantly with its prior state and zoom.
|
|
56
|
+
|
|
57
|
+
Characteristics:
|
|
58
|
+
- Collapse is a per‑dashboard flag (not a remembered manual toggle).
|
|
59
|
+
- No chart reload occurs when re‑expanding—state (position, zoom, layers) persists.
|
|
60
|
+
- Remote control switches respect the same collapse logic.
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Selecting Chart Panel Side
|
|
65
|
+
Change side via Settings → Display → “Freeboard‑SK panel side”. This updates the split instantly. If a dashboard is collapsed, the side preference is applied the next time a non‑collapsed dashboard is shown.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Chartplotter Mode vs Freeboard‑SK Widget
|
|
70
|
+
| Aspect | Chartplotter Mode | Freeboard‑SK Widget |
|
|
71
|
+
|--------|------------------|---------------------|
|
|
72
|
+
| Persistence across dashboard switches | Yes (never reloads) | Only on dashboards containing the widget |
|
|
73
|
+
| Resize workflow | Drag split + Save/Cancel | Standard widget resize |
|
|
74
|
+
| Per‑dashboard full‑screen data toggle | Via collapse flag | N/A |
|
|
75
|
+
| Remote dashboard switching continuity | Yes | Yes |
|
|
76
|
+
| Memory footprint | Higher baseline (Freeboard-SK always resident) | Lower when dashboard lack the widget |
|
|
77
|
+
| Best for | Continuous nav + multi‑dashboard workflow (MFD) | Occasional chart reference |
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## Remote Control Integration
|
|
82
|
+
When another KIP instance changes your active dashboard (Remote Control feature), the chartplotter mode and collapsed dashboard page settings are respected. No special configuration is required.
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Performance & Resource Notes
|
|
87
|
+
- The persistent chart consumes GPU/CPU continuously; on very low‑power hardware consider disabling Chartplotter Mode for purely data dashboards.
|
|
88
|
+
- Use per‑dashboard collapse for pages where chart context adds no value (reduces overdraw / repaint area temporarily).
|
|
89
|
+
- Avoid unnecessary high‑frequency (sub‑500 ms) widget sampling if chart responsiveness matters.
|
|
90
|
+
- Keep embedded iframes (Embed widget) minimal when running persistent chart + heavy datasets.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Troubleshooting
|
|
95
|
+
| Issue | Possible Cause | Fix |
|
|
96
|
+
|-------|----------------|-----|
|
|
97
|
+
| Chart disappears on one dashboard | Dashboard has collapse flag enabled | Edit dashboard settings and disable collapse if unintended |
|
|
98
|
+
| Split ratio didn’t save | Edit session canceled or not saved | Re‑enter edit mode, resize, press Save (check icon) |
|
|
99
|
+
| Chart briefly flashes when switching | Very first load after enabling mode | After initial load it remains persistent; subsequent switches should be flicker‑free |
|
|
100
|
+
| Freeboard‑SK widget shows duplicate chart | Legacy widget still on a dashboard | Remove the Freeboard‑SK widget when using Chartplotter Mode |
|
|
101
|
+
| Performance feels sluggish | High widget sampling or heavy embeds | Increase sample times, remove unused widgets, collapse non‑nav dashboards, investigate hardware resource consumption |
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## FAQs
|
|
106
|
+
**Does the chart keep its zoom and layers when collapsed dashboards are shown?** Yes. The panel is hidden, not destroyed.
|
|
107
|
+
|
|
108
|
+
**Can I temporarily hide the chart without changing dashboard flags?** Use a dashboard that has the collapse flag enabled, or create a dedicated “Data Fullscreen” dashboard.
|
|
109
|
+
|
|
110
|
+
**Does resizing affect mobile portrait stacking?** The stored ratio applies when returning to landscape; stacked orientation distributes available height automatically.
|
|
111
|
+
|
|
112
|
+
**Can I still add the Freeboard‑SK widget?** You can, but it’s redundant and may waste resources. Prefer one approach.
|
|
113
|
+
|
|
114
|
+
**Will remote control commands interrupt a resize session?** If remote switching occurs mid‑edit, the Drag resize session ends when you Save or Cancel; uncommitted changes do not apply until you explicitly save.
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Related Help
|
|
119
|
+
- Dashboards and Layout
|
|
120
|
+
- Remote Control
|
|
121
|
+
- Digital Switching and PUT
|
|
122
|
+
- Managing Configurations
|
|
@@ -55,21 +55,11 @@ Open a PR or post in Discord #showcase with:
|
|
|
55
55
|
|
|
56
56
|
---
|
|
57
57
|
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## More Community Resources
|
|
61
|
-
|
|
62
|
-
- [Signal K Home page](https://signalk.org/) — The open marine data standard powering KIP
|
|
63
|
-
- [Signal K Discord](https://discord.com/invite/uuZrwz4dCS) — Live chat server: questions, support, contribute and collaborate
|
|
64
|
-
- [Signal K GutHub Project](https://github.com/SignalK) — Feature requests, bug reports, and feedback
|
|
65
|
-
- [SensESP](https://signalk.org/SensESP/) — A Signal K sensor development toolkit for the ESP32 platform
|
|
66
|
-
- [OpenMarine Community](https://openmarine.net/) — OpenPlotter, MacArthur HAT and open source marine tech
|
|
67
|
-
|
|
68
58
|
## More Community Resources
|
|
69
59
|
|
|
70
60
|
- [Signal K Home page](https://signalk.org/) — The open marine data standard powering KIP
|
|
71
61
|
- [Signal K Discord](https://discord.com/invite/uuZrwz4dCS) — Live chat server: questions, support, contribute and collaborate
|
|
72
|
-
- [Signal K
|
|
62
|
+
- [Signal K GitHub Project](https://github.com/SignalK) — Feature requests, bug reports, and feedback
|
|
73
63
|
- [SensESP](https://signalk.org/SensESP/) — A Signal K sensor development toolkit for the ESP32 platform
|
|
74
64
|
- [OpenMarine Community](https://openmarine.net/) — OpenPlotter, MacArthur HAT and open source marine tech
|
|
75
65
|
|
|
@@ -23,16 +23,16 @@ Kiosk mode runs a single application full-screen and suppresses most desktop UI.
|
|
|
23
23
|
|
|
24
24
|
- Raspberry Pi OS with Desktop, user: `pi` (or adjust paths).
|
|
25
25
|
- Chromium installed:
|
|
26
|
-
```
|
|
26
|
+
```bash
|
|
27
27
|
sudo apt update
|
|
28
28
|
sudo apt install -y chromium-browser || sudo apt install -y chromium
|
|
29
29
|
```
|
|
30
30
|
- Optional (hide mouse cursor):
|
|
31
|
-
```
|
|
31
|
+
```bash
|
|
32
32
|
sudo apt install -y unclutter
|
|
33
33
|
```
|
|
34
34
|
- Enable Desktop autologin:
|
|
35
|
-
```
|
|
35
|
+
```bash
|
|
36
36
|
sudo raspi-config
|
|
37
37
|
```
|
|
38
38
|
System Options → Boot / Auto Login → Desktop Autologin
|
|
@@ -43,13 +43,13 @@ Kiosk mode runs a single application full-screen and suppresses most desktop UI.
|
|
|
43
43
|
|
|
44
44
|
## 2) Create the kiosk launcher script
|
|
45
45
|
|
|
46
|
-
```
|
|
46
|
+
```bash
|
|
47
47
|
sudo nano /home/pi/kiosk.sh
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
Paste:
|
|
51
51
|
|
|
52
|
-
```
|
|
52
|
+
```bash
|
|
53
53
|
#!/usr/bin/env bash
|
|
54
54
|
set -euo pipefail
|
|
55
55
|
|
|
@@ -102,14 +102,14 @@ exec "$BROWSER" \
|
|
|
102
102
|
Optionally, you can also add the following `exec "BROWSER" \` flags:
|
|
103
103
|
|
|
104
104
|
Force Chromium to keep all threads active and not optimyze resource usage
|
|
105
|
-
```
|
|
105
|
+
```bash
|
|
106
106
|
--disable-background-timer-throttling \
|
|
107
107
|
--disable-renderer-backgrounding \
|
|
108
108
|
--disable-backgrounding-occluded-windows
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
Reduce memory consumption (Pi Zero)
|
|
112
|
-
```
|
|
112
|
+
```bash
|
|
113
113
|
--disable-gpu \
|
|
114
114
|
--single-process \
|
|
115
115
|
--js-flags="--max-old-space-size=512"
|
|
@@ -117,7 +117,7 @@ Reduce memory consumption (Pi Zero)
|
|
|
117
117
|
|
|
118
118
|
Save, then:
|
|
119
119
|
|
|
120
|
-
```
|
|
120
|
+
```bash
|
|
121
121
|
sudo chmod +x /home/pi/kiosk.sh
|
|
122
122
|
```
|
|
123
123
|
|
|
@@ -130,14 +130,14 @@ URL="http://signalk.local:3000/@mxtommy/kip/#/page/0" /home/pi/kiosk.sh
|
|
|
130
130
|
|
|
131
131
|
Create an autostart entry:
|
|
132
132
|
|
|
133
|
-
```
|
|
133
|
+
```bash
|
|
134
134
|
mkdir -p ~/.config/autostart
|
|
135
135
|
nano ~/.config/autostart/kiosk.desktop
|
|
136
136
|
```
|
|
137
137
|
|
|
138
138
|
Paste:
|
|
139
139
|
|
|
140
|
-
```
|
|
140
|
+
```ini
|
|
141
141
|
[Desktop Entry]
|
|
142
142
|
Type=Application
|
|
143
143
|
Name=KIP Kiosk
|
|
@@ -152,14 +152,14 @@ This launches after the desktop session starts.
|
|
|
152
152
|
|
|
153
153
|
Recommended if you want Chromium to restart on crash.
|
|
154
154
|
|
|
155
|
-
```
|
|
155
|
+
```bash
|
|
156
156
|
mkdir -p ~/.config/systemd/user
|
|
157
157
|
nano ~/.config/systemd/user/kiosk.service
|
|
158
158
|
```
|
|
159
159
|
|
|
160
160
|
Paste:
|
|
161
161
|
|
|
162
|
-
```
|
|
162
|
+
```ini
|
|
163
163
|
[Unit]
|
|
164
164
|
Description=KIP Chromium Kiosk
|
|
165
165
|
After=graphical-session.target network-online.target
|
|
@@ -178,13 +178,13 @@ WantedBy=graphical-session.target
|
|
|
178
178
|
|
|
179
179
|
Enable:
|
|
180
180
|
|
|
181
|
-
```
|
|
181
|
+
```bash
|
|
182
182
|
systemctl --user daemon-reload
|
|
183
183
|
systemctl --user enable --now kiosk.service
|
|
184
184
|
```
|
|
185
185
|
|
|
186
186
|
Logs (for debugging):
|
|
187
|
-
```
|
|
187
|
+
```bash
|
|
188
188
|
journalctl --user -u kiosk.service -f
|
|
189
189
|
```
|
|
190
190
|
|
|
@@ -192,7 +192,7 @@ Note: This runs after user login to the desktop. Ensure Desktop Autologin is ena
|
|
|
192
192
|
|
|
193
193
|
## 4) Reboot and verify
|
|
194
194
|
|
|
195
|
-
```
|
|
195
|
+
```bash
|
|
196
196
|
sudo reboot
|
|
197
197
|
```
|
|
198
198
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
{ "title": "The basics", "file": "welcome.md" },
|
|
3
3
|
{ "title": "Login & Configurations", "file": "configuration.md" },
|
|
4
4
|
{ "title": "Dashboards and Layout", "file": "dashboards.md" },
|
|
5
|
+
{ "title": "Chartplotter Mode", "file": "chartplotter.md" },
|
|
5
6
|
{ "title": "Zones, Notifications and Highlights", "file": "zones.md" },
|
|
6
7
|
{ "title": "Data Inspector", "file": "datainspector.md" },
|
|
7
8
|
{ "title": "Digital Switching and PUT", "file": "putcontrols.md" },
|
|
@@ -56,6 +56,9 @@ You can toggle fullscreen mode on and off, and disable the screen saver and comp
|
|
|
56
56
|
## Night Mode
|
|
57
57
|
Save your night vision by automatically switching KIP to day or night mode based on sunrise and sunset hours (the Signal K Derived Data plugin is required for automatic switching). This feature can be enabled in the **Settings > Display** page. You can also manually set the mode by clicking the small Moon/Sun button in the upper right corner of the Actions menu. Note that if automatic switching is enabled, brightness will reset to the Signal K mode value.
|
|
58
58
|
|
|
59
|
+
## Chartplotter Mode
|
|
60
|
+
Keep a live Freeboard‑SK chart visible while switching dashboards for an MFD‑style workflow. The chart persists (no reload or flicker), you can choose its side, collapse it per‑dashboard for full data pages, and drag resize the split. Layout auto‑stacks in portrait / narrow screens. See the dedicated Chartplotter Mode help page for setup, performance tips, and troubleshooting.
|
|
61
|
+
|
|
59
62
|
## Multiple User Profiles and Configuration Sharing
|
|
60
63
|
KIP supports multiple user profiles, allowing different roles on board—such as captain, skipper, tactician, navigator, or engineer—to tailor the interface to their needs. Profiles can also be used to tie specific configuration arrangements to use cases or device form factors. See the Login & Configurations help sections for mode details.
|
|
61
64
|
|
|
@@ -284,14 +284,12 @@
|
|
|
284
284
|
<svg id="windsteeringWidget" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 30 30">
|
|
285
285
|
<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"/>
|
|
286
286
|
</svg>
|
|
287
|
-
<svg id="racesteeringWidget" height="200px" width="200px" viewBox="0 0 320 320">
|
|
288
|
-
<g id="XMLID_494_">
|
|
287
|
+
<svg id="racesteeringWidget" xmlns="http://www.w3.org/2000/svg" height="200px" width="200px" viewBox="0 0 320 320">
|
|
289
288
|
<path fill="currentColor" fill-opacity="0.4" d="M290,160c0-10.177-1.172-20.079-3.383-29.583l27.947-22.704l-32-55.426 l-33.673,12.864c-14.386-13.487-31.839-23.738-51.202-29.596L192,0h-64l-5.689,35.556c-19.363,5.857-36.816,16.108-51.202,29.596 L37.436,52.287l-32,55.426l27.947,22.704C31.172,139.921,30,149.823,30,160s1.172,20.079,3.383,29.582L5.436,212.287l32,55.426 l33.672-12.865c14.387,13.488,31.84,23.739,51.203,29.596L128,320h64l5.689-35.557c19.363-5.856,36.816-16.107,51.203-29.596 l33.672,12.865l32-55.426l-27.947-22.705C288.828,180.079,290,170.177,290,160z"></path>
|
|
290
289
|
<path fill="currentColor" fill-opacity="0.4" d="M160,0h-32l-5.689,35.556c-19.363,5.857-36.816,16.108-51.202,29.596L37.436,52.287 l-32,55.426l27.947,22.704C31.172,139.921,30,149.823,30,160s1.172,20.079,3.383,29.582L5.436,212.287l32,55.426l33.672-12.865 c14.387,13.488,31.84,23.739,51.203,29.596L128,320h32V0z"></path>
|
|
291
|
-
<circle fill="currentColor" fill-opacity="
|
|
292
|
-
<polygon fill="var(--mat-sys-
|
|
293
|
-
<polygon fill="var(--mat-sys-
|
|
294
|
-
</g>
|
|
290
|
+
<circle fill="currentColor" fill-opacity="1" cx="160" cy="160" r="95"></circle>
|
|
291
|
+
<polygon fill="var(--mat-sys-background)" fill-opacity="1" points="160,180 110,210 160,90 210,210 "></polygon>
|
|
292
|
+
<polygon fill="var(--mat-sys-background)" fill-opacity="1" points="160,180 110,210 160,90 "></polygon>
|
|
295
293
|
</svg>
|
|
296
294
|
<svg id="positionWidget" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24">
|
|
297
295
|
<path fill="currentColor" d="M440-42v-80q-125-14-214.5-103.5T122-440H42v-80h80q14-125 103.5-214.5T440-838v-80h80v80q125 14 214.5 103.5T838-520h80v80h-80q-14 125-103.5 214.5T520-122v80h-80Zm40-158q116 0 198-82t82-198q0-116-82-198t-198-82q-116 0-198 82t-82 198q0 116 82 198t198 82Zm0-120q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm0-80q33 0 56.5-23.5T560-480q0-33-23.5-56.5T480-560q-33 0-56.5 23.5T400-480q0 33 23.5 56.5T480-400Zm0-80Z"/>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Fa as s,
|
|
1
|
+
import{Fa as s,Gd as p,Hd as u,Kb as i,Lb as d,Oa as m,Vd as f,Wc as g,_d as h,ga as r,ib as e,jb as n,jc as c,tb as l}from"./chunk-OB3QLUH6.js";var T=(()=>{class t{pageTitle=c();_router=r(g);backPage(){this._router.navigate(["/settings"])}closePage(){this._router.navigate(["/dashboard"])}static \u0275fac=function(a){return new(a||t)};static \u0275cmp=m({type:t,selectors:[["page-header"]],inputs:{pageTitle:[1,"pageTitle"]},decls:10,vars:1,consts:[[1,"fullpage-header"],[1,"fullpage-header-title"],[1,"dialog-close-icon"],["mat-icon-button","",3,"click"]],template:function(a,o){a&1&&(e(0,"div",0)(1,"h6",1),i(2),n(),e(3,"div",2)(4,"button",3),l("click",function(){return o.backPage()}),e(5,"mat-icon"),i(6,"arrow_back_ios"),n()(),e(7,"button",3),l("click",function(){return o.closePage()}),e(8,"mat-icon"),i(9,"close"),n()()()()),a&2&&(s(2),d(o.pageTitle()))},dependencies:[h,f,u,p],styles:[".fullpage-header[_ngcontent-%COMP%]{display:flex;justify-content:space-between;align-items:center}.fullpage-header-title[_ngcontent-%COMP%]{margin-block-start:0px;margin-block-end:0px;padding:18px 24px 13px;color:var(--mat-dialog-subhead-color, var(--mat-sys-on-surface, rgba(0, 0, 0, .87)));font-family:var(--mat-dialog-subhead-font, var(--mat-sys-headline-small-font, inherit));line-height:var(--mat-dialog-subhead-line-height, var(--mat-sys-headline-small-line-height, 1.5rem));font-size:var(--mat-dialog-subhead-size, var(--mat-sys-headline-small-size, 1rem));font-weight:var(--mat-dialog-subhead-weight, var(--mat-sys-headline-small-weight, 400));letter-spacing:var(--mat-dialog-subhead-tracking, var(--mat-sys-headline-small-tracking, .03125em))}.dialog-close-icon[_ngcontent-%COMP%]{display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px;padding-right:15px}.mat-mdc-dialog-content[_ngcontent-%COMP%]{max-height:max-content}"]})}return t})();export{T as a};
|