@mxtommy/kip 3.0.0-beta.33 → 3.0.0-beta.36
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 +20 -22
- package/public/3rdpartylicenses.txt +27 -27
- package/public/app-help.component.css.map +2 -2
- package/public/app.component.css.map +2 -2
- package/public/assets/help-docs/configuration.md +7 -7
- package/public/assets/help-docs/contact-us.md +13 -5
- package/public/assets/help-docs/dashboards.md +4 -4
- package/public/assets/help-docs/datainspector.md +2 -2
- package/public/assets/help-docs/datasets.md +2 -2
- package/public/assets/help-docs/grafana.md +1 -1
- package/public/assets/help-docs/influxdb.md +1 -1
- package/public/assets/help-docs/welcome.md +6 -6
- package/public/assets/help-docs/zones.md +3 -3
- package/public/config.component.css.map +2 -2
- package/public/dashboard-scroller.component.css.map +1 -1
- package/public/dashboard.component.css.map +2 -2
- package/public/dashboards-editor.component.css.map +2 -2
- package/public/data-inspector.component.css.map +1 -1
- package/public/datasets.component.css.map +1 -1
- package/public/index.html +2 -2
- package/public/main.js +40377 -36034
- package/public/main.js.map +1 -1
- package/public/menu-actions.component.css.map +2 -2
- package/public/menu-notifications.component.css.map +2 -2
- package/public/modal-widget-config.component.css.map +1 -1
- package/public/notification-badge.component.css.map +2 -2
- package/public/page-header.component.css.map +2 -2
- package/public/polyfills.js +50 -45
- package/public/polyfills.js.map +1 -1
- package/public/prerendered-routes.json +3 -0
- package/public/signalk.component.css.map +2 -2
- package/public/styles.css +216 -1720
- package/public/styles.css.map +3 -3
- package/public/svg-autopilot.component.css.map +7 -0
- package/public/svg-wind.component.css.map +2 -2
- package/public/tile-large-icon.component.css.map +1 -1
- package/public/widget-autopilot.component.css.map +2 -2
- package/public/widget-boolean-switch.component.css.map +2 -2
- package/public/widget-label.component.css.map +1 -1
- package/public/widget-list-card.component.css.map +1 -1
- package/public/widget-race-timer.component.css.map +2 -2
- package/public/widget-tutorial.component.css.map +1 -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.36",
|
|
4
4
|
"description": "An advanced and versatile marine instrumentation package to display Signal K data.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"e2e": "ng e2e"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@angular-devkit/build-angular": "^
|
|
49
|
-
"@angular/animations": "
|
|
50
|
-
"@angular/cdk": "
|
|
51
|
-
"@angular/cli": "^
|
|
52
|
-
"@angular/common": "
|
|
53
|
-
"@angular/compiler": "
|
|
54
|
-
"@angular/compiler-cli": "
|
|
55
|
-
"@angular/core": "
|
|
56
|
-
"@angular/forms": "
|
|
57
|
-
"@angular/language-service": "
|
|
58
|
-
"@angular/material": "
|
|
59
|
-
"@angular/platform-browser": "
|
|
60
|
-
"@angular/platform-browser-dynamic": "
|
|
61
|
-
"@angular/router": "
|
|
48
|
+
"@angular-devkit/build-angular": "^19.2.6",
|
|
49
|
+
"@angular/animations": "19.2.5",
|
|
50
|
+
"@angular/cdk": "19.2.8",
|
|
51
|
+
"@angular/cli": "^19.2.6",
|
|
52
|
+
"@angular/common": "19.2.5",
|
|
53
|
+
"@angular/compiler": "19.2.5",
|
|
54
|
+
"@angular/compiler-cli": "19.2.5",
|
|
55
|
+
"@angular/core": "19.2.5",
|
|
56
|
+
"@angular/forms": "19.2.5",
|
|
57
|
+
"@angular/language-service": "19.2.5",
|
|
58
|
+
"@angular/material": "19.2.8",
|
|
59
|
+
"@angular/platform-browser": "19.2.5",
|
|
60
|
+
"@angular/platform-browser-dynamic": "19.2.5",
|
|
61
|
+
"@angular/router": "19.2.5",
|
|
62
62
|
"@godind/ng-canvas-gauges": "^6.2.1",
|
|
63
63
|
"@material/material-color-utilities": "^0.3.0",
|
|
64
64
|
"@robloche/chartjs-plugin-streaming": "^3.1.0",
|
|
@@ -83,14 +83,15 @@
|
|
|
83
83
|
"jasmine-core": "~4.0.1",
|
|
84
84
|
"jasmine-spec-reporter": "~5.0.0",
|
|
85
85
|
"js-quantities": "^1.8.0",
|
|
86
|
-
"karma": "
|
|
86
|
+
"karma": "^6.4.4",
|
|
87
87
|
"karma-chrome-launcher": "~3.1.0",
|
|
88
88
|
"karma-cli": "~2.0.0",
|
|
89
89
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
90
90
|
"karma-jasmine": "~4.0.0",
|
|
91
91
|
"karma-jasmine-html-reporter": "^1.6.0",
|
|
92
92
|
"lodash-es": "^4.17.21",
|
|
93
|
-
"ng-packagr": "^
|
|
93
|
+
"ng-packagr": "^19.2.0",
|
|
94
|
+
"ngx-markdown": "^19.1.1",
|
|
94
95
|
"ngx-resize-observer": "^2.7.0",
|
|
95
96
|
"protractor": "~7.0.0",
|
|
96
97
|
"pwa-asset-generator": "^6.3.1",
|
|
@@ -98,13 +99,10 @@
|
|
|
98
99
|
"rxjs": "^7.5.7",
|
|
99
100
|
"sass": "^1.49.9",
|
|
100
101
|
"screenfull": "^6.0.2",
|
|
101
|
-
"ngx-markdown": "^18.1.0",
|
|
102
102
|
"ts-node": "^8.10.2",
|
|
103
103
|
"tslib": "^2.6.2",
|
|
104
104
|
"tslint": "^6.1.3",
|
|
105
|
-
"typescript": "^5.
|
|
106
|
-
"zone.js": "~0.
|
|
107
|
-
},
|
|
108
|
-
"dependencies": {
|
|
105
|
+
"typescript": "^5.8.2",
|
|
106
|
+
"zone.js": "~0.15.0"
|
|
109
107
|
}
|
|
110
108
|
}
|
|
@@ -107,7 +107,7 @@ License: "MIT"
|
|
|
107
107
|
|
|
108
108
|
The MIT License
|
|
109
109
|
|
|
110
|
-
Copyright (c) 2010-
|
|
110
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
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
|
|
@@ -356,7 +356,7 @@ License: "MIT"
|
|
|
356
356
|
|
|
357
357
|
The MIT License
|
|
358
358
|
|
|
359
|
-
Copyright (c) 2010-
|
|
359
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
360
360
|
|
|
361
361
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
362
362
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -382,7 +382,7 @@ License: "MIT"
|
|
|
382
382
|
|
|
383
383
|
The MIT License
|
|
384
384
|
|
|
385
|
-
Copyright (c) 2010-
|
|
385
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
386
386
|
|
|
387
387
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
388
388
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -486,7 +486,7 @@ License: "MIT"
|
|
|
486
486
|
|
|
487
487
|
The MIT License
|
|
488
488
|
|
|
489
|
-
Copyright (c)
|
|
489
|
+
Copyright (c) 2025 Google LLC.
|
|
490
490
|
|
|
491
491
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
492
492
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -512,7 +512,7 @@ License: "MIT"
|
|
|
512
512
|
|
|
513
513
|
The MIT License
|
|
514
514
|
|
|
515
|
-
Copyright (c)
|
|
515
|
+
Copyright (c) 2025 Google LLC.
|
|
516
516
|
|
|
517
517
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
518
518
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -533,12 +533,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
533
533
|
THE SOFTWARE.
|
|
534
534
|
|
|
535
535
|
--------------------------------------------------------------------------------
|
|
536
|
-
Package: @angular/
|
|
536
|
+
Package: @angular/platform-browser
|
|
537
537
|
License: "MIT"
|
|
538
538
|
|
|
539
539
|
The MIT License
|
|
540
540
|
|
|
541
|
-
Copyright (c) 2010-
|
|
541
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
542
542
|
|
|
543
543
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
544
544
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -559,12 +559,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
559
559
|
THE SOFTWARE.
|
|
560
560
|
|
|
561
561
|
--------------------------------------------------------------------------------
|
|
562
|
-
Package: @angular/
|
|
562
|
+
Package: @angular/router
|
|
563
563
|
License: "MIT"
|
|
564
564
|
|
|
565
565
|
The MIT License
|
|
566
566
|
|
|
567
|
-
Copyright (c) 2010-
|
|
567
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
568
568
|
|
|
569
569
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
570
570
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -585,12 +585,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
585
585
|
THE SOFTWARE.
|
|
586
586
|
|
|
587
587
|
--------------------------------------------------------------------------------
|
|
588
|
-
Package:
|
|
588
|
+
Package: gridstack
|
|
589
589
|
License: "MIT"
|
|
590
590
|
|
|
591
|
-
|
|
591
|
+
MIT License
|
|
592
592
|
|
|
593
|
-
Copyright (c)
|
|
593
|
+
Copyright (c) 2019-2023 Alain Dumesny. v0.4.0 and older (c) 2014-2018 Pavel Reznikov, Dylan Weiss
|
|
594
594
|
|
|
595
595
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
596
596
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -599,24 +599,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
599
599
|
copies of the Software, and to permit persons to whom the Software is
|
|
600
600
|
furnished to do so, subject to the following conditions:
|
|
601
601
|
|
|
602
|
-
The above copyright notice and this permission notice shall be included in
|
|
603
|
-
|
|
602
|
+
The above copyright notice and this permission notice shall be included in all
|
|
603
|
+
copies or substantial portions of the Software.
|
|
604
604
|
|
|
605
605
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
606
606
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
607
607
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
608
608
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
609
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
|
-
|
|
610
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
611
|
+
SOFTWARE.
|
|
612
612
|
|
|
613
613
|
--------------------------------------------------------------------------------
|
|
614
|
-
Package:
|
|
614
|
+
Package: @angular/animations
|
|
615
615
|
License: "MIT"
|
|
616
616
|
|
|
617
|
-
MIT License
|
|
617
|
+
The MIT License
|
|
618
618
|
|
|
619
|
-
Copyright (c)
|
|
619
|
+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
620
620
|
|
|
621
621
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
622
622
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -625,16 +625,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
625
625
|
copies of the Software, and to permit persons to whom the Software is
|
|
626
626
|
furnished to do so, subject to the following conditions:
|
|
627
627
|
|
|
628
|
-
The above copyright notice and this permission notice shall be included in
|
|
629
|
-
copies or substantial portions of the Software.
|
|
628
|
+
The above copyright notice and this permission notice shall be included in
|
|
629
|
+
all copies or substantial portions of the Software.
|
|
630
630
|
|
|
631
631
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
632
632
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
633
633
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
634
634
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
635
635
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
636
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
637
|
-
SOFTWARE.
|
|
636
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
637
|
+
THE SOFTWARE.
|
|
638
638
|
|
|
639
639
|
--------------------------------------------------------------------------------
|
|
640
640
|
Package: ngx-resize-observer
|
|
@@ -666,7 +666,7 @@ License: "MIT"
|
|
|
666
666
|
|
|
667
667
|
The MIT License (MIT)
|
|
668
668
|
|
|
669
|
-
Copyright (c) 2018-
|
|
669
|
+
Copyright (c) 2018-2024 Jukka Kurkela
|
|
670
670
|
|
|
671
671
|
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:
|
|
672
672
|
|
|
@@ -680,7 +680,7 @@ License: "MIT"
|
|
|
680
680
|
|
|
681
681
|
The MIT License (MIT)
|
|
682
682
|
|
|
683
|
-
Copyright (c) 2014-
|
|
683
|
+
Copyright (c) 2014-2024 Chart.js Contributors
|
|
684
684
|
|
|
685
685
|
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:
|
|
686
686
|
|
|
@@ -878,7 +878,7 @@ License: "MIT"
|
|
|
878
878
|
|
|
879
879
|
MIT License
|
|
880
880
|
|
|
881
|
-
Copyright (c) 2017-
|
|
881
|
+
Copyright (c) 2017-2025 Jean-Francois Cere
|
|
882
882
|
|
|
883
883
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
884
884
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -902,7 +902,7 @@ SOFTWARE.
|
|
|
902
902
|
Package: core-js
|
|
903
903
|
License: "MIT"
|
|
904
904
|
|
|
905
|
-
Copyright (c) 2014-
|
|
905
|
+
Copyright (c) 2014-2025 Denis Pushkarev
|
|
906
906
|
|
|
907
907
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
908
908
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/app-help/app-help.component.scss"],
|
|
4
|
-
"sourcesContent": [".fullpage-header {\n display: flex;\n justify-content: space-between;\n align-items: baseline;\n}\n\n.fullpage-header-title {\n padding: 18px 24px 13px 24px
|
|
5
|
-
"mappings": ";AAAA,CAAA;AACE,WAAA;AACA,mBAAA;AACA,eAAA;;AAGF,CAAA;AACE,WAAA,KAAA,KAAA,KAAA;;AAGF,CAAA;AACA,gBAAA;;AAGA,CAAA;AACA,cAAA;;AAGA,CAAA;AACA,gCAAA,IAAA,KAAA,KAAA;;AAGA,CAAA;AACE,WAAA;AACA,UAAA,KAAA,KAAA,EAAA;AACA,SAAA;AACA,cAAA;AACA,WAAA;;",
|
|
4
|
+
"sourcesContent": [".fullpage-header {\n display: flex;\n justify-content: space-between;\n align-items: baseline;\n}\n\n.fullpage-header-title {\n margin-block-start: 0px;\n margin-block-end: 0px;\n padding: 18px 24px 13px 24px;\n color: var(--mdc-dialog-subhead-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));\n font-family: var(--mdc-dialog-subhead-font, var(--mat-sys-headline-small-font, inherit));\n line-height: var(--mdc-dialog-subhead-line-height, var(--mat-sys-headline-small-line-height, 1.5rem));\n font-size: var(--mdc-dialog-subhead-size, var(--mat-sys-headline-small-size, 1rem));\n font-weight: var(--mdc-dialog-subhead-weight, var(--mat-sys-headline-small-weight, 400));\n letter-spacing: var(--mdc-dialog-subhead-tracking, var(--mat-sys-headline-small-tracking, 0.03125em));\n}\n\n.dialog-close-icon {\nmargin-right: 15px;\n}\n\n.mat-mdc-dialog-content {\nmax-height: max-content;\n}\n\n.dialog-content-padding {\n--mat-dialog-content-padding: 0px 24px 20px 24px;\n}\n\n.markdown-content {\n display: block;\n height: calc(100% - 75px);\n width: 100%;\n overflow-x: scroll;\n padding: 25px;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,CAAA;AACE,WAAA;AACA,mBAAA;AACA,eAAA;;AAGF,CAAA;AACE,sBAAA;AACA,oBAAA;AACA,WAAA,KAAA,KAAA,KAAA;AACA,SAAA,IAAA,0BAAA,EAAA,IAAA,oBAAA,EAAA,KAAA,CAAA,EAAA,CAAA,EAAA,CAAA,EAAA;AACA,eAAA,IAAA,yBAAA,EAAA,IAAA,6BAAA,EAAA;AACA,eAAA,IAAA,gCAAA,EAAA,IAAA,oCAAA,EAAA;AACA,aAAA,IAAA,yBAAA,EAAA,IAAA,6BAAA,EAAA;AACA,eAAA,IAAA,2BAAA,EAAA,IAAA,+BAAA,EAAA;AACA,kBAAA,IAAA,6BAAA,EAAA,IAAA,iCAAA,EAAA;;AAGF,CAAA;AACA,gBAAA;;AAGA,CAAA;AACA,cAAA;;AAGA,CAAA;AACA,gCAAA,IAAA,KAAA,KAAA;;AAGA,CAAA;AACE,WAAA;AACA,UAAA,KAAA,KAAA,EAAA;AACA,SAAA;AACA,cAAA;AACA,WAAA;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/app.component.scss"],
|
|
4
|
-
"sourcesContent": [".sidenav-container {\n height: 100%;\n width: 100%;\n}\n\
|
|
5
|
-
"mappings": ";AAAA,CAAA;AACE,
|
|
4
|
+
"sourcesContent": [".sidenav-container {\n min-height: 100%;\n width: 100%;\n}\n\nmat-sidenav.sidenav-notifications {\n width: 230px;\n}\n\nmat-sidenav.sidenav-actions {\n width: 135px;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,CAAA;AACE,cAAA;AACA,SAAA;;AAGF,WAAA,CAAA;AACE,SAAA;;AAGF,WAAA,CAAA;AACE,SAAA;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
# Configuration Management
|
|
2
2
|
|
|
3
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.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ KIP provides a "Login to Server" option that determines where your configuration
|
|
|
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
|
|
|
10
|
-
|
|
10
|
+
## Creating a Signal K User
|
|
11
11
|
|
|
12
12
|
To log in to Signal K, you must first create a user. Follow these steps to create a Signal K user:
|
|
13
13
|
|
|
@@ -17,7 +17,7 @@ To log in to Signal K, you must first create a user. Follow these steps to creat
|
|
|
17
17
|
4. Assign **Read/Write** permissions at a minimum. To allow access to the Global storage scope, assign **Admin** permissions as well.
|
|
18
18
|
5. Click **Apply** to save the new user.
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
## Login to Server Mode
|
|
21
21
|
|
|
22
22
|
*In this mode, your configuration is shared across all devices **as long as you authenticate to Signal K using the same User ID**. It's that simple!*
|
|
23
23
|
|
|
@@ -27,20 +27,20 @@ On the **Configurations** page, you can perform the following actions:
|
|
|
27
27
|
- **Delete**: Permanently delete a backup configuration. This action is irreversible.
|
|
28
28
|
- **Restore**: Replace the active configuration with a selected backup and reload the app. It is recommended to back up your active configuration before restoring, to avoid losing it.
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
### Storage Scopes
|
|
31
31
|
|
|
32
32
|
When using "Login to Server" mode, you can save and retrieve configuration backups from different storage scopes. Think of storage scopes as separate folders:
|
|
33
33
|
|
|
34
34
|
- **User Scope**: Each user has their own private storage space. Users cannot access or view each other's storage.
|
|
35
35
|
- **Global Scope**: Accessible only to users with Signal K "Admin" permissions. This shared storage space allows configuration backups to be shared between users. To share configurations, both users must, at least temporarily, have admin permissions.
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
## Planning Configurations
|
|
38
38
|
|
|
39
39
|
If you log in with the same user credentials, your configuration will be consistent across all devices and browsers.
|
|
40
40
|
|
|
41
41
|
To manage configurations for different devices, stations, or roles, you can create separate Signal K users, each with their own configurations. This approach allows you to tailor configurations to specific use cases. Plan carefully to take full advantage of KIP's flexible configuration management.
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
## Local Storage
|
|
44
44
|
|
|
45
45
|
If you do not log in to the server, KIP saves and retrieves configuration changes using your browser's local storage. In this mode:
|
|
46
46
|
|
|
@@ -48,7 +48,7 @@ If you do not log in to the server, KIP saves and retrieves configuration change
|
|
|
48
48
|
- Configurations **cannot be shared** between different devices or browsers.
|
|
49
49
|
- Configuration management is limited to downloading and uploading configuration files.
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
## Advanced Operations
|
|
52
52
|
|
|
53
53
|
Use advanced operations with caution. All changes affect your active configuration in real time and are irreversible.
|
|
54
54
|
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
# Get in Touch
|
|
2
2
|
|
|
3
|
-
KIP has
|
|
4
|
-
Join us at [KIP Discord channel](https://discord.gg/AMDYT2DQga).
|
|
3
|
+
We’d love to hear from you! KIP has an active community on the Signal K Discord server. Join us to get help, explore what others are doing with KIP and Signal K, stay updated with the latest news, and share your ideas.
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
👉 **Join the conversation in the [KIP Discord channel](https://discord.gg/AMDYT2DQga).**
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Feature Requests and Bug Reports
|
|
10
|
+
|
|
11
|
+
Have a great idea for a new feature? Found a bug? Let us know!
|
|
12
|
+
Submit your feature requests or report issues directly on our GitHub project page:
|
|
13
|
+
|
|
14
|
+
🔗 **[KIP GitHub Issues](https://github.com/mxtommy/Kip/issues)**
|
|
15
|
+
|
|
16
|
+
Your feedback helps us make KIP even better. Thank you for contributing!
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
# Managing Dashboard
|
|
2
2
|
You can organize your dashboards from the Dashboard page. To edit a dashboard layout, visualize the dashboard and unlock it.
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
## Dashboard Pages
|
|
5
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:
|
|
6
6
|
- **Long press** a dashboard to delete or duplicate it.
|
|
7
7
|
- **Double tap** a dashboard to rename it.
|
|
8
8
|
- **Touch and drag** to reorder dashboards.
|
|
9
9
|
- Use the **(+)** button to add a new dashboard.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
## Editing Layout
|
|
12
12
|
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 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
13
|
- **Long press** an empty area of the dashboard to add a widget (you may need to free up space first).
|
|
14
14
|
- **Double tap** a widget to edit its configuration.
|
|
@@ -17,7 +17,7 @@ To edit a dashboard's widgets and arrangement, you need to unlock its layout. Vi
|
|
|
17
17
|
- **Long press** a widget to delete or duplicate it.
|
|
18
18
|
- Tap the **Check button** to save changes or the **X button** to discard changes.
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
## Widget Gallery
|
|
21
21
|
KIP's widgets are versatile visual presentation controls with advanced configuration options to suit your needs. Below is a list of available widgets:
|
|
22
22
|
|
|
23
23
|
- **Numeric Display**: Create gauges to display any numerical data sent by your system, such as SOG, depth, wind speed, VMG, refrigerator temperature, or weather data.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
# Data Inspector
|
|
2
|
+
## Contributions wanted
|
|
3
3
|
Help write this page. Contact us on the KIP Discord channel for instructions.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
# Datasets
|
|
2
|
+
## Contributions wanted
|
|
3
3
|
Help write this page. Contact us on the KIP Discord channel for instructions.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
# Loading KIP on Phones, Tablets, Raspberry Pi, and Computers
|
|
2
2
|
Simply navigate to `http://<Signal K Server URL>:<port>/@mxtommy/kip/` to load KIP and enjoy its features remotely on any device.
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
## Touch, Mouse, and Keyboard Navigation
|
|
5
5
|
KIP supports multiple input modes for seamless navigation across devices.
|
|
6
6
|
|
|
7
7
|
| Actions | Gestures | Mouse | Keyboard Shortcuts |
|
|
@@ -15,7 +15,7 @@ KIP supports multiple input modes for seamless navigation across devices.
|
|
|
15
15
|
|
|
16
16
|
<br/>
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
## Mobile App
|
|
19
19
|
Run KIP in full screen, without browser controls, just like a regular mobile app. This feature is supported on most mobile operating systems. Each browser has its own way of handling Progressive Web App (PWA) installations.
|
|
20
20
|
|
|
21
21
|
**iOS**
|
|
@@ -30,11 +30,11 @@ KIP is now installed and available on your home screen.
|
|
|
30
30
|
3. Press the "Add" button in the popup.
|
|
31
31
|
KIP is now installed and available on your home screen.
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
## Fullscreen
|
|
34
34
|
You can toggle fullscreen mode on and off, and disable the screen saver and computer sleep mode (if supported by the device/browser), by clicking the small Expand/Reduce button in the upper left corner of the Actions menu or using the keyboard hotkey. This button is not available on mobile devices.
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
## Night Mode
|
|
37
37
|
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.
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
## Multiple User Profiles
|
|
40
40
|
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.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
# Harness the Power of Data State Notifications
|
|
2
2
|
Stay informed about the state of data emitted by Signal K. For example, Signal K can mark data states so that when depth or temperature sensors reach certain levels, KIP can visually or audibly alert the user. A depth of 3 meters or less might be flagged as alarming, prompting KIP to enhance the data presentation with additional visual or audio cues. This feature combines **Zones Configuration** and **Notification Methods** in Signal K.
|
|
3
3
|
|
|
4
4
|
Zones and notifications are defined as metadata. If you have internet access, you can learn more about this topic at [Signal K Metadata](https://signalk.org/specification/1.7.0/doc/data_model_metadata.html). To configure Signal K's metadata, access the [Data Browser server page](/admin/#/databrowser) and toggle the **Meta Data** switch. You need to configure or add **methods** and **zones** for each path you want to monitor.
|
|
@@ -7,9 +7,9 @@ IMPORTANT: Zone range values use base units. For example, the speed unit for App
|
|
|
7
7
|
|
|
8
8
|
You can consult path and unit specifications using the [Keys Reference (Vessel)](https://signalk.org/specification/1.7.0/doc/vesselsBranch.html) and [Keys Reference (Other)](https://signalk.org/specification/1.7.0/doc/otherBranches.html).
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## Notification Configuration
|
|
11
11
|
You can use KIP's **Settings > Notifications** tab to filter and override notification states, as well as configure audio prompts to suit your needs.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
## Displaying Zones and Notifications Information
|
|
14
14
|
- **Notifications Menu**: This menu lists all active notifications along with their details, such as the path, severity level, and message content. From this menu, notifications can be silenced or resolved. The Notifications menu is hidden on the right side by default. When notifications are received, a large button will appear in the lower-right corner. Tapping or clicking this button will open the Notifications Menu. You can also access the menu at any time by swiping right.
|
|
15
15
|
- **Individual Widgets**: Widgets such as **Numeric**, **Linear**, **Radial**, and **Steel Style** offer tailored visual representations of notifications. These widgets highlight relevant data ranges and provide an optimal user experience by integrating notifications into their design.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/configuration/config.component.scss"],
|
|
4
|
-
"sourcesContent": [".
|
|
5
|
-
"mappings": ";AAAA,CAAA;AACE,
|
|
4
|
+
"sourcesContent": [".flex-item-copy {\n flex: 2 1 41%;\n padding: 10px 20px 10px 20px;\n border-radius: 15px;\n}\n\n.flex-item-reset {\n flex: 1 1 100%;\n padding: 10px 20px 10px 20px;\n border-radius: 15px;\n}\n\na {\n font-size: 14px;\n}\na:hover {\n text-decoration: underline;\n cursor: pointer;\n}\n\na:link, a:visited {\n color: rgb(138, 180, 248);\n text-decoration: none;\n}\n\n.warningText {\n padding-left: 15px;\n}\n\n.no-token-notice {\n height: 58px;\n contain: content;\n text-align: center;\n font-style: italic;\n}\n\n.mat-mdc-radio-button ~ .mat-radio-button {\n margin-right: 16px;\n margin-left: 16px;\n}\n\n.config-row {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n width: 100%;\n}\n\n.config-column {\n display: flex;\n flex-direction: column;\n flex-basis: 100%;\n flex: 1;\n margin: 0px 10px 0px 10px;\n}\n\n.sources-radio-group {\n display: flex;\n flex-direction: column;\n margin: 15px 0;\n}\n\n.sources-radio-button {\n margin: 5px;\n margin-left: 0px !important;\n}\n\n.select-config {\n margin-left: 0px;\n}\n\n.config-row {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n width: 100%;\n}\n\n.btn-div {\n align-self: center;\n}\n\n.adv-btn {\n width: 100%;\n}\n\n.config-operation-container {\n display: grid;\n grid-template-columns: [col-start] auto [col1-end] min-content [col2-end];\n grid-template-rows: [row-start] max-content [row1-end] max-content [row2-end];\n grid-template-areas:\n \"download-txt download-btn\"\n \"upload-txt upload-btn\"\n \"demo-txt demo-btn\"\n \"reset-txt reset-btn\"\n \"config-txt config-btn\";\n row-gap: 20px;\n column-gap: 10px;\n}\n\n.upload-txt {\n grid-area: upload-txt;\n}\n\n.upload-btn {\n grid-area: upload-btn;\n}\n\n.download-txt {\n grid-area: download-txt;\n}\n\n.download-btn {\n grid-area: download-btn;\n}\n\n.demo-txt {\n grid-area: demo-txt;\n}\n\n.demo-btn {\n grid-area: demo-btn;\n}\n\n.reset-txt {\n grid-area: reset-txt;\n}\n\n.reset-btn {\n grid-area: reset-btn;\n}\n\n.config-txt {\n grid-area: config-txt;\n}\n\n.config-btn {\n grid-area: config-btn;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,CAAA;AACE,QAAA,EAAA,EAAA;AACA,WAAA,KAAA,KAAA,KAAA;AACA,iBAAA;;AAGF,CAAA;AACE,QAAA,EAAA,EAAA;AACA,WAAA,KAAA,KAAA,KAAA;AACA,iBAAA;;AAGF;AACE,aAAA;;AAEF,CAAA;AACE,mBAAA;AACA,UAAA;;AAGF,CAAA;AAAA,CAAA;AACE,SAAA,IAAA,GAAA,EAAA,GAAA,EAAA;AACA,mBAAA;;AAGF,CAAA;AACE,gBAAA;;AAGF,CAAA;AACE,UAAA;AACA,WAAA;AACA,cAAA;AACA,cAAA;;AAGF,CAAA,qBAAA,EAAA,CAAA;AACE,gBAAA;AACA,eAAA;;AAGF,CAAA;AACE,WAAA;AACA,kBAAA;AACA,aAAA;AACA,SAAA;;AAGF,CAAA;AACE,WAAA;AACA,kBAAA;AACA,cAAA;AACA,QAAA;AACA,UAAA,IAAA,KAAA,IAAA;;AAGF,CAAA;AACE,WAAA;AACA,kBAAA;AACA,UAAA,KAAA;;AAGF,CAAA;AACE,UAAA;AACA,eAAA;;AAGF,CAAA;AACE,eAAA;;AAGF,CA9BA;AA+BE,WAAA;AACA,kBAAA;AACA,aAAA;AACA,SAAA;;AAGF,CAAA;AACE,cAAA;;AAGF,CAAA;AACE,SAAA;;AAGF,CAAA;AACE,WAAA;AACA,yBAAA,CAAA,WAAA,KAAA,CAAA,UAAA,YAAA,CAAA;AACA,sBAAA,CAAA,WAAA,YAAA,CAAA,UAAA,YAAA,CAAA;AACA,uBACE,4BAAA,wBAAA,oBAAA,sBAAA;AAKF,WAAA;AACA,cAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;AAGF,CAAA;AACE,aAAA;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/dashboard-scroller/dashboard-scroller.component.scss"],
|
|
4
|
-
"sourcesContent": [":host {\n pointer-events: none;\n}\n\n.page-scroll-title {\n position: absolute;\n top: 50%;\n right: 54px;\n transform: translate(0%, -50%);\n z-index: 100;\n cursor: default;\n text-align: center;\n padding: 10px;\n color: var(--sys-tertiary);\n}\n\n.page-scroll-page-number {\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translate(0%, -50%);\n z-index: 100;\n cursor: default;\n display: grid;\n padding: 0px;\n}\n\n.page-scroll-container {\n opacity: 0;\n background-color: var(--sys-inverse-on-surface);\n border-radius: 10px;\n border: 1px solid var(--sys-inverse-on-surface);\n}\n\n.page-icon {\n transform: scale(0.75);\n}\n"],
|
|
4
|
+
"sourcesContent": [":host {\n pointer-events: none;\n}\n\n.page-scroll-title {\n position: absolute;\n top: 50%;\n right: 54px;\n transform: translate(0%, -50%);\n z-index: 100;\n cursor: default;\n text-align: center;\n padding: 10px;\n color: var(--mat-sys-tertiary);\n}\n\n.page-scroll-page-number {\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translate(0%, -50%);\n z-index: 100;\n cursor: default;\n display: grid;\n padding: 0px;\n}\n\n.page-scroll-container {\n opacity: 0;\n background-color: var(--mat-sys-inverse-on-surface);\n border-radius: 10px;\n border: 1px solid var(--mat-sys-inverse-on-surface);\n}\n\n.page-icon {\n transform: scale(0.75);\n}\n"],
|
|
5
5
|
"mappings": ";AAAA;AACE,kBAAA;;AAGF,CAAA;AACE,YAAA;AACA,OAAA;AACA,SAAA;AACA,aAAA,UAAA,EAAA,EAAA;AACA,WAAA;AACA,UAAA;AACA,cAAA;AACA,WAAA;AACA,SAAA,IAAA;;AAGF,CAAA;AACE,YAAA;AACA,OAAA;AACA,SAAA;AACA,aAAA,UAAA,EAAA,EAAA;AACA,WAAA;AACA,UAAA;AACA,WAAA;AACA,WAAA;;AAGF,CAAA;AACE,WAAA;AACA,oBAAA,IAAA;AACA,iBAAA;AACA,UAAA,IAAA,MAAA,IAAA;;AAGF,CAAA;AACE,aAAA,MAAA;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/dashboard/dashboard.component.scss"],
|
|
4
|
-
"sourcesContent": [":host {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n height: 100%;\n width: 100%;\n}\n\n.grid-stack {\n width: 100%;\n}\n\n.edit-layout-close-icon {\n position: absolute;\n bottom: 20px;\n right: 20px;\n cursor: pointer;\n z-index: 100;\n}\n.layout-action-btn {\n color: var(--
|
|
5
|
-
"mappings": ";AAAA;AACE,WAAA;AACA,kBAAA;AACA,aAAA;AACA,UAAA;AACA,SAAA;;AAGF,CAAA;AACE,SAAA;;AAGF,CAAA;AACE,YAAA;AACA,UAAA;AACA,SAAA;AACA,UAAA;AACA,WAAA;;AAEF,CAAA;AACE,SAAA,IAAA
|
|
4
|
+
"sourcesContent": [":host {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n height: 100%;\n width: 100%;\n}\n\n.grid-stack {\n width: 100%;\n}\n\n.edit-layout-close-icon {\n position: absolute;\n bottom: 20px;\n right: 20px;\n cursor: pointer;\n z-index: 100;\n}\n.layout-action-btn {\n color: var(--mat-sys-on-primary);\n background-color: var(--mat-sys-primary);\n}\n"],
|
|
5
|
+
"mappings": ";AAAA;AACE,WAAA;AACA,kBAAA;AACA,aAAA;AACA,UAAA;AACA,SAAA;;AAGF,CAAA;AACE,SAAA;;AAGF,CAAA;AACE,YAAA;AACA,UAAA;AACA,SAAA;AACA,UAAA;AACA,WAAA;;AAEF,CAAA;AACE,SAAA,IAAA;AACA,oBAAA,IAAA;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/dashboards-editor/dashboards-editor.component.scss"],
|
|
4
|
-
"sourcesContent": [":host {\n display: block;\n height: 100%;\n width: 100%;\n}\n\n.dashboard-manage {\n box-sizing: border-box;\n padding: 0px 60px;\n width: calc(100%);\n height: calc(100% - 75px - 24px);\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n justify-content: space-around;\n overflow-y: scroll;\n scroll-behavior: smooth;\n}\n\n.dashboard-card {\n position: relative;\n height: 200px;\n width: 300px;\n margin: 10px;\n border-radius: 15px;\n padding: 10px;\n align-content: center;\n text-align: center;\n}\n\n.dashboard-item {\n background-color: var(--kip-widget-card-background-color);\n border: 1px solid var(--sys-surface-container-highest);\n}\n\n.dashboard-item-add {\n background-color: var(--sys-surface-container);\n border: 1px solid var(--sys-surface-container-highest);\n}\n\n.dashboard-add-btn {\n align-content: center;\n text-align: center;\n border: dashed 1px var(--mdc-outlined-button-outline-color);\n}\n\n.item-index {\n display: inline-flex;\n flex-wrap: wrap;\n height: 42px;\n width: 42px;\n background-color: var(--sys-tertiary-fixed);\n color: var(--
|
|
5
|
-
"mappings": ";AAAA;AACE,WAAA;AACA,UAAA;AACA,SAAA;;AAGF,CAAA;AACE,cAAA;AACA,WAAA,IAAA;AACA,SAAA;AACA,UAAA,KAAA,KAAA,EAAA,KAAA,EAAA;AACA,WAAA;AACA,aAAA;AACA,eAAA;AACA,mBAAA;AACA,cAAA;AACA,mBAAA;;AAGF,CAAA;AACE,YAAA;AACA,UAAA;AACA,SAAA;AACA,UAAA;AACA,iBAAA;AACA,WAAA;AACA,iBAAA;AACA,cAAA;;AAGF,CAAA;AACE,oBAAA,IAAA;AACA,UAAA,IAAA,MAAA,IAAA;;AAGF,CAAA;AACE,oBAAA,IAAA;AACA,UAAA,IAAA,MAAA,IAAA;;AAGF,CAAA;AACE,iBAAA;AACA,cAAA;AACA,UAAA,OAAA,IAAA,IAAA;;AAGF,CAAA;AACE,WAAA;AACA,aAAA;AACA,UAAA;AACA,SAAA;AACA,oBAAA,IAAA;AACA,SAAA,IAAA;AACA,iBAAA;AACA,iBAAA;AACA,eAAA;AACA,mBAAA;AACA,eAAA;;AAGF,CAAA;AACE,cAAA;AACA,iBAAA;AACA;IAAA,EAAA,IAAA,IAAA,KAAA,IAAA
|
|
4
|
+
"sourcesContent": [":host {\n display: block;\n height: 100%;\n width: 100%;\n}\n\n.dashboard-manage {\n box-sizing: border-box;\n padding: 0px 60px;\n width: calc(100%);\n height: calc(100% - 75px - 24px);\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n justify-content: space-around;\n overflow-y: scroll;\n scroll-behavior: smooth;\n}\n\n.dashboard-card {\n position: relative;\n height: 200px;\n width: 300px;\n margin: 10px;\n border-radius: 15px;\n padding: 10px;\n align-content: center;\n text-align: center;\n}\n\n.dashboard-item {\n background-color: var(--kip-widget-card-background-color);\n border: 1px solid var(--mat-sys-surface-container-highest);\n}\n\n.dashboard-item-add {\n background-color: var(--mat-sys-surface-container);\n border: 1px solid var(--mat-sys-surface-container-highest);\n}\n\n.dashboard-add-btn {\n align-content: center;\n text-align: center;\n border: dashed 1px var(--mdc-outlined-button-outline-color);\n}\n\n.item-index {\n display: inline-flex;\n flex-wrap: wrap;\n height: 42px;\n width: 42px;\n background-color: var(--mat-sys-tertiary-fixed);\n color: var(--mat-sys-surface-bright);\n border-radius: 50%;\n align-content: center;\n align-items: center;\n justify-content: center;\n font-weight: bold;\n}\n\n.cdk-drag-preview {\n box-sizing: border-box;\n border-radius: 4px;\n box-shadow: 0 5px 5px -3px var(--mat-sys-on-primary-container),\n 0 8px 10px 1px var(--mat-sys-on-primary-container),\n 0 3px 14px 2px var(--mat-sys-on-primary-container);\n}\n\n.cdk-drag-placeholder {\n opacity: 0;\n}\n\n.cdk-drag-animating {\n transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);\n}\n"],
|
|
5
|
+
"mappings": ";AAAA;AACE,WAAA;AACA,UAAA;AACA,SAAA;;AAGF,CAAA;AACE,cAAA;AACA,WAAA,IAAA;AACA,SAAA;AACA,UAAA,KAAA,KAAA,EAAA,KAAA,EAAA;AACA,WAAA;AACA,aAAA;AACA,eAAA;AACA,mBAAA;AACA,cAAA;AACA,mBAAA;;AAGF,CAAA;AACE,YAAA;AACA,UAAA;AACA,SAAA;AACA,UAAA;AACA,iBAAA;AACA,WAAA;AACA,iBAAA;AACA,cAAA;;AAGF,CAAA;AACE,oBAAA,IAAA;AACA,UAAA,IAAA,MAAA,IAAA;;AAGF,CAAA;AACE,oBAAA,IAAA;AACA,UAAA,IAAA,MAAA,IAAA;;AAGF,CAAA;AACE,iBAAA;AACA,cAAA;AACA,UAAA,OAAA,IAAA,IAAA;;AAGF,CAAA;AACE,WAAA;AACA,aAAA;AACA,UAAA;AACA,SAAA;AACA,oBAAA,IAAA;AACA,SAAA,IAAA;AACA,iBAAA;AACA,iBAAA;AACA,eAAA;AACA,mBAAA;AACA,eAAA;;AAGF,CAAA;AACE,cAAA;AACA,iBAAA;AACA;IAAA,EAAA,IAAA,IAAA,KAAA,IAAA,+BAAA;IAAA,EAAA,IAAA,KAAA,IAAA,IAAA,+BAAA;IAAA,EAAA,IAAA,KAAA,IAAA,IAAA;;AAKF,CAAA;AACE,WAAA;;AAGF,CAAA;AACE,cAAA,UAAA,MAAA,aAAA,CAAA,EAAA,CAAA,EAAA,GAAA,EAAA;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/data-inspector/data-inspector.component.css"],
|
|
4
|
-
"sourcesContent": [".full-display {\n width: 100%;\n position: relative;\n z-index:
|
|
4
|
+
"sourcesContent": [".full-display {\n width: 100%;\n position: relative;\n z-index: 101;\n}\n\n.full-height {\n height: 100%;\n}\n\n.mat-column-path {\n flex: 0 0 50%;\n width: 50%;\n}\n\n.mat-mdc-table {\n overflow: auto;\n}\n\n.table-container{\n /* max-height: 74vh; */\n overflow: auto;\n height: auto;\n}\n\n.paginator{\n width: 100%;\n position: sticky;\n}\n\n.filter-field {\n padding: 15px 20px;\n width: calc(100% - 40px);\n}\n\n.flex-container {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: center;\n align-items: stretch;\n gap: 10px;\n}\n\n.pathCell {\n flex: 1 1 50%;\n}\n\n.pathHeader {\n flex: 1 1 50%;\n}\n\n.dataHeader {\n flex: 1 1 50%;\n}\n\n.dataCell {\n flex: 1 1 50%;\n flex-flow: column;\n flex-wrap: wrap;\n gap: 2px;\n}\n\n@media screen and (max-width: 750px) {\n .pathHeader {\n flex: 1 1 50%;\n }\n\n .dataHeader {\n flex: 1 1 50%;\n }\n\n .dataCell {\n flex: 1 1 100%;\n }\n\n .dataCell {\n flex: 1 1 100%;\n margin-left: 24px;\n }\n\n .mat-mdc-table .mat-mdc-row {\n flex-direction: row;\n flex-wrap: wrap;\n }\n\n .mat-mdc-table .mat-mdc-cell:before {\n content: attr(data-label);\n float: left;\n padding-right: 5px;\n }\n\n mat-row::after {\n min-height: auto;\n padding-bottom: 10px;\n }\n\n .dataRow {\n flex-direction: column;\n align-items: flex-start;\n }\n\n .actionCell {\n margin-left: 24px;\n }\n\n}\n"],
|
|
5
5
|
"mappings": ";AAAA,CAAC;AACC,SAAO;AACP,YAAU;AACV,WAAS;AACX;AAEA,CAAC;AACC,UAAQ;AACV;AAEA,CAAC;AACC,QAAM,EAAE,EAAE;AACV,SAAO;AACT;AAEA,CAAC;AACC,YAAU;AACZ;AAEA,CAAC;AAEC,YAAU;AACV,UAAQ;AACV;AAEA,CAAC;AACC,SAAO;AACP,YAAU;AACZ;AAEA,CAAC;AACC,WAAS,KAAK;AACd,SAAO,KAAK,KAAK,EAAE;AACrB;AAEA,CAAC;AACC,WAAS;AACT,kBAAgB;AAChB,aAAW;AACX,mBAAiB;AACjB,eAAa;AACb,OAAK;AACP;AAEA,CAAC;AACC,QAAM,EAAE,EAAE;AACZ;AAEA,CAAC;AACC,QAAM,EAAE,EAAE;AACZ;AAEA,CAAC;AACC,QAAM,EAAE,EAAE;AACZ;AAEA,CAAC;AACC,QAAM,EAAE,EAAE;AACV,aAAW;AACX,aAAW;AACX,OAAK;AACP;AAEA,OAAO,OAAO,IAAI,CAAC,SAAS,EAAE;AAC5B,GAhBD;AAiBG,UAAM,EAAE,EAAE;AACZ;AAEA,GAhBD;AAiBG,UAAM,EAAE,EAAE;AACZ;AAEA,GAhBD;AAiBG,UAAM,EAAE,EAAE;AACZ;AAEA,GApBD;AAqBG,UAAM,EAAE,EAAE;AACV,iBAAa;AACf;AAEA,GAlED,cAkEgB,CAAC;AACd,oBAAgB;AAChB,eAAW;AACb;AAEA,GAvED,cAuEgB,CAAC,YAAY;AAC1B,aAAS,KAAK;AACd,WAAO;AACP,mBAAe;AACjB;AAEA,SAAO;AACL,gBAAY;AACZ,oBAAgB;AAClB;AAEA,GAAC;AACC,oBAAgB;AAChB,iBAAa;AACf;AAEA,GAAC;AACC,iBAAa;AACf;AAEF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/datasets/datasets.component.scss"],
|
|
4
|
-
"sourcesContent": [".full-display {\n width: 100%;\n height: 100%;\n position: relative;\n z-index:
|
|
4
|
+
"sourcesContent": [".full-display {\n width: 100%;\n height: 100%;\n position: relative;\n z-index: 101;\n}\n\n.filter {\n margin-bottom: 10px;\n}\n\n.buttons {\n margin-top: 10px;\n}\n\n.mat-column-actions {\n text-align: end;\n}\n\n.buttons {\n margin-right: 5px;\n}\n\n.pathCell {\n flex: 1 1 50%;\n}\n\n.pathHeader {\n flex: 1 1 50%;\n}\n\n.dataHeader {\n flex: 1 1 10%;\n justify-content: center;\n}\n\n.dataCell {\n flex: 1 1 10%;\n justify-content: center;\n}\n\n.actionHeader {\n flex: 1 1 20%;\n}\n\n.actionCell {\n flex: 1 1 20%;\n justify-content: end;\n}\n\n@media screen and (max-width: 750px) {\n .pathHeader {\n flex: 1 1 30%;\n }\n\n .dataHeader {\n flex: 1 1 30%;\n }\n\n .actionHeader {\n display: none;\n }\n\n .mat-mdc-table .mat-mdc-cell:before {\n content: attr(data-label);\n float: left;\n padding-right: 5px;\n }\n\n mat-row::after {\n min-height: auto;\n padding-bottom: 10px;\n }\n\n .dataRow {\n flex-direction: column;\n align-items: flex-start;\n }\n\n .dataCell {\n margin-left: 24px;\n }\n\n .actionCell {\n margin-left: 24px;\n }\n\n}\n"],
|
|
5
5
|
"mappings": ";AAAA,CAAA;AACE,SAAA;AACA,UAAA;AACA,YAAA;AACA,WAAA;;AAGF,CAAA;AACE,iBAAA;;AAGF,CAAA;AACE,cAAA;;AAGF,CAAA;AACE,cAAA;;AAGF,CARA;AASE,gBAAA;;AAGF,CAAA;AACE,QAAA,EAAA,EAAA;;AAGF,CAAA;AACE,QAAA,EAAA,EAAA;;AAGF,CAAA;AACE,QAAA,EAAA,EAAA;AACA,mBAAA;;AAGF,CAAA;AACE,QAAA,EAAA,EAAA;AACA,mBAAA;;AAGF,CAAA;AACE,QAAA,EAAA,EAAA;;AAGF,CAAA;AACE,QAAA,EAAA,EAAA;AACA,mBAAA;;AAGF,OAAA,OAAA,IAAA,CAAA,SAAA,EAAA;AACE,GAxBF;AAyBI,UAAA,EAAA,EAAA;;AAGF,GAxBF;AAyBI,UAAA,EAAA,EAAA;;AAGF,GAlBF;AAmBI,aAAA;;AAGF,GAAA,cAAA,CAAA,YAAA;AACE,aAAA,KAAA;AACA,WAAA;AACA,mBAAA;;AAGF,SAAA;AACE,gBAAA;AACA,oBAAA;;AAGF,GAAA;AACE,oBAAA;AACA,iBAAA;;AAGF,GA3CF;AA4CI,iBAAA;;AAGF,GAtCF;AAuCI,iBAAA;;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/public/index.html
CHANGED
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
<link rel="apple-touch-startup-image" href="assets/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
|
46
46
|
<link rel="apple-touch-startup-image" href="assets/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
|
47
47
|
<link rel="stylesheet" href="styles.css"></head>
|
|
48
|
-
<body class="mat-typography
|
|
49
|
-
<app-root>
|
|
48
|
+
<body class="mat-typography">
|
|
49
|
+
<app-root id="app-filter-wrapper">
|
|
50
50
|
<div class="loader-container">
|
|
51
51
|
<div id="loader">
|
|
52
52
|
<div class="dot"></div>
|