@signalk/freeboard-sk 2.12.2 → 2.13.0
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/CHANGELOG.md +12 -0
- package/README.md +13 -0
- package/package.json +5 -4
- package/plugin/alarms/alarms.js +29 -46
- package/plugin/autopilot/pypilot.js +24 -17
- package/plugin/icons/icons.js +80 -0
- package/plugin/index.js +2 -3
- package/public/3rdpartylicenses.txt +110 -0
- package/public/852.fbbb58f3406b6295.js +1 -0
- package/public/assets/help/img/autopilot.png +0 -0
- package/public/assets/help/img/settings_resources_layers.png +0 -0
- package/public/assets/help/index.html +76 -10
- package/public/assets/img/ap/autopilot.png +0 -0
- package/public/assets/img/ob/alarm-pob.svg +5 -0
- package/public/assets/img/ob/cent-iec.svg +7 -0
- package/public/assets/img/ob/cent-off-iec.svg +3 -0
- package/public/assets/img/ob/chart-display-settings-iec.svg +4 -0
- package/public/assets/img/ob/heading-h-up.svg +4 -0
- package/public/assets/img/ob/heading-n-up.svg +4 -0
- package/public/assets/img/ob/navigation-route.svg +4 -0
- package/public/assets/img/ob/route-export.svg +11 -0
- package/public/assets/img/ob/route-import.svg +11 -0
- package/public/assets/img/ob/route-planning.svg +7 -0
- package/public/assets/img/ob/route.svg +15 -0
- package/public/assets/img/ob/whale.svg +4 -0
- package/public/assets/img/poi/anchorage.svg +56 -0
- package/public/assets/img/poi/boatramp.svg +91 -0
- package/public/assets/img/poi/bridge.svg +88 -0
- package/public/assets/img/poi/business.svg +90 -0
- package/public/assets/img/poi/dam.svg +92 -0
- package/public/assets/img/poi/ferry.svg +91 -0
- package/public/assets/img/poi/hazard.svg +88 -0
- package/public/assets/img/poi/inlet.svg +91 -0
- package/public/assets/img/poi/lock.svg +89 -0
- package/public/assets/img/poi/marina.svg +56 -0
- package/public/autopilot.309cb84fb71128ee.png +0 -0
- package/public/index.html +2 -2
- package/public/main.f5146f5b7cfe2ea0.js +1 -0
- package/public/polyfills.bf508ef8069fb5c5.js +1 -0
- package/public/{runtime.a1062092a6b47f49.js → runtime.8c7620a5c4ca3a72.js} +1 -1
- package/public/styles.aa8e03875149efa4.css +1 -0
- package/public/681.8dfb88cef8503fd0.js +0 -1
- package/public/assets/img/alarms/mob_map.png +0 -0
- package/public/assets/img/waypoints/whale.svg +0 -16
- package/public/main.3a53c03c1e1a18fa.js +0 -1
- package/public/polyfills.f03f63a631c4a669.js +0 -1
- package/public/styles.072f0dcfccde7709.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# CHANGELOG: Freeboard
|
|
2
2
|
|
|
3
|
+
### v2.13.0
|
|
4
|
+
- **New**: Support for Signal K [Autopilot API](https://demo.signalk.org/documentation/develop/rest-api/open_api.html).
|
|
5
|
+
- **New**: Use of maritime icons from [OpenBridge](https://www.figma.com/community/file/1445713209741917748)
|
|
6
|
+
- **New**: Display specific Note icons when "skIcon" property matches a POI type.
|
|
7
|
+
- **Fixed**: Notes popover and dialog formatting. (#214, #223)
|
|
8
|
+
- **Fixed**: Navigation data panel alignment on smaller screens. (#212)
|
|
9
|
+
- **Fixed**: Update TTG display format based on magnitude of value. (#226)
|
|
10
|
+
- **Updated**: Resource Set feature popover formatting. (#213)
|
|
11
|
+
- **Updated**: Show more / less ui icons in AIS properties. (#217)
|
|
12
|
+
- **Updated**: Relocated close button on resource lists. (#218)
|
|
13
|
+
- **Updated**: Additional aisCogLine length options. (#209)
|
|
14
|
+
- **Added**: %map:zoom% token for use in Notes fetch filter (#222)
|
|
3
15
|
|
|
4
16
|
### v2.12.2
|
|
5
17
|
- **Fixed**: Issue applying URL query parameters. (#201)
|
package/README.md
CHANGED
|
@@ -77,6 +77,19 @@ Whilst not specifically defined in the Signal K specification, Freeboard-SK supp
|
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
80
|
+
### Autopilot Console:
|
|
81
|
+
|
|
82
|
+
Freeboard-SK supports the Signal K Autopilot API which enables common operations to be performed
|
|
83
|
+
including:
|
|
84
|
+
- Engage / Disengage the autopilot
|
|
85
|
+
- Setting the operation mode e.g. compass, route, gps, etc.
|
|
86
|
+
- Setting and adjusting the target heading
|
|
87
|
+
- Dodging obstacles
|
|
88
|
+
|
|
89
|
+

|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
80
93
|
### Alarms and Notifications:
|
|
81
94
|
|
|
82
95
|
Freeboard-SK can display alarms _(visual and audio)_ & messages contained in *Notification* messages transmitted by the Signal K server.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalk/freeboard-sk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "Openlayers chart plotter implementation for Signal K",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"signalk-webapp",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"test": "ng test",
|
|
22
22
|
"format": "prettier --ignore-path .gitignore --write \"src/**/*.+(ts|html)\"",
|
|
23
23
|
"format:helper": "prettier --ignore-path .gitignore --write \"helper/**/*.+(ts|html)\"",
|
|
24
|
+
"format:all": "npm run format && npm run format:helper",
|
|
24
25
|
"build:helper": "tsc -p tsconfig-helper.json",
|
|
25
26
|
"build:web": "ng build -c production --output-hashing all",
|
|
26
27
|
"build:all": "npm run build:helper && npm run build:web",
|
|
@@ -65,10 +66,10 @@
|
|
|
65
66
|
"@types/node": "^20.4.5",
|
|
66
67
|
"@types/topojson-specification": "^1.0.2",
|
|
67
68
|
"@types/xml2js": "^0.4.14",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
69
|
-
"@typescript-eslint/parser": "^
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
70
|
+
"@typescript-eslint/parser": "^8.18.1",
|
|
70
71
|
"codelyzer": "^6.0.0",
|
|
71
|
-
"eslint": "^
|
|
72
|
+
"eslint": "^9.17.0",
|
|
72
73
|
"geolib": "^3.3.3",
|
|
73
74
|
"jasmine-core": "~3.8.0",
|
|
74
75
|
"jasmine-spec-reporter": "~5.0.0",
|
package/plugin/alarms/alarms.js
CHANGED
|
@@ -21,11 +21,11 @@ const initAlarms = (app, id) => {
|
|
|
21
21
|
server = app;
|
|
22
22
|
pluginId = id;
|
|
23
23
|
server.debug(`** initAlarms() **`);
|
|
24
|
-
if (server.
|
|
24
|
+
if (server.registerActionHandler) {
|
|
25
25
|
server.debug(`** Registering Alarm Action Handler(s) **`);
|
|
26
26
|
STANDARD_ALARMS.forEach((i) => {
|
|
27
27
|
server.debug(`** Registering ${i} Handler **`);
|
|
28
|
-
server.registerPutHandler('vessels.self', `notifications.${i}`,
|
|
28
|
+
server.registerPutHandler('vessels.self', `notifications.${i}`, handleV1PutRequest);
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
31
|
initAlarmEndpoints();
|
|
@@ -34,7 +34,7 @@ exports.initAlarms = initAlarms;
|
|
|
34
34
|
const initAlarmEndpoints = () => {
|
|
35
35
|
server.debug(`** Registering Alarm Action API endpoint(s) **`);
|
|
36
36
|
server.post(`${ALARM_API_PATH}/:alarmType`, (req, res, next) => {
|
|
37
|
-
server.debug(`**
|
|
37
|
+
server.debug(`** ${req.method} ${ALARM_API_PATH}/${req.params.alarmType}`);
|
|
38
38
|
if (!STANDARD_ALARMS.includes(req.params.alarmType)) {
|
|
39
39
|
next();
|
|
40
40
|
return;
|
|
@@ -43,10 +43,11 @@ const initAlarmEndpoints = () => {
|
|
|
43
43
|
const msg = req.body.message
|
|
44
44
|
? req.body.message
|
|
45
45
|
: req.params.alarmType;
|
|
46
|
-
const r =
|
|
46
|
+
const r = handleAlarm('vessels.self', `notifications.${req.params.alarmType}`, {
|
|
47
47
|
message: msg,
|
|
48
48
|
method: [server_api_1.ALARM_METHOD.sound, server_api_1.ALARM_METHOD.visual],
|
|
49
|
-
state: server_api_1.ALARM_STATE.emergency
|
|
49
|
+
state: server_api_1.ALARM_STATE.emergency,
|
|
50
|
+
data: buildAlarmData()
|
|
50
51
|
});
|
|
51
52
|
res.status(200).json(r);
|
|
52
53
|
}
|
|
@@ -59,7 +60,7 @@ const initAlarmEndpoints = () => {
|
|
|
59
60
|
}
|
|
60
61
|
});
|
|
61
62
|
server.post(`${ALARM_API_PATH}/:alarmType/silence`, (req, res) => {
|
|
62
|
-
server.debug(`**
|
|
63
|
+
server.debug(`** ${req.method} ${req.path}`);
|
|
63
64
|
if (!STANDARD_ALARMS.includes(req.params.alarmType)) {
|
|
64
65
|
res.status(200).json({
|
|
65
66
|
state: 'COMPLETED',
|
|
@@ -75,7 +76,7 @@ const initAlarmEndpoints = () => {
|
|
|
75
76
|
if (al.value.method && al.value.method.includes('sound')) {
|
|
76
77
|
server.debug('Alarm has sound... silence!!!');
|
|
77
78
|
al.value.method = al.value.method.filter((i) => i !== 'sound');
|
|
78
|
-
const r =
|
|
79
|
+
const r = handleAlarm('vessels.self', `notifications.${req.params.alarmType}`, al.value);
|
|
79
80
|
res.status(200).json(r);
|
|
80
81
|
}
|
|
81
82
|
else {
|
|
@@ -100,13 +101,13 @@ const initAlarmEndpoints = () => {
|
|
|
100
101
|
}
|
|
101
102
|
});
|
|
102
103
|
server.delete(`${ALARM_API_PATH}/:alarmType`, (req, res, next) => {
|
|
103
|
-
server.debug(`**
|
|
104
|
+
server.debug(`** ${req.method} ${ALARM_API_PATH}/${req.params.alarmType}`);
|
|
104
105
|
if (!STANDARD_ALARMS.includes(req.params.alarmType)) {
|
|
105
106
|
next();
|
|
106
107
|
return;
|
|
107
108
|
}
|
|
108
109
|
try {
|
|
109
|
-
const r =
|
|
110
|
+
const r = handleAlarm('vessels.self', `notifications.${req.params.alarmType}`, {
|
|
110
111
|
message: '',
|
|
111
112
|
method: [],
|
|
112
113
|
state: server_api_1.ALARM_STATE.normal
|
|
@@ -122,10 +123,20 @@ const initAlarmEndpoints = () => {
|
|
|
122
123
|
}
|
|
123
124
|
});
|
|
124
125
|
};
|
|
125
|
-
const
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
const handleV1PutRequest = (context, path, value, cb) => {
|
|
127
|
+
cb(handleAlarm(context, path, value));
|
|
128
|
+
};
|
|
129
|
+
const buildAlarmData = () => {
|
|
130
|
+
const pos = server.getSelfPath('navigation.position');
|
|
131
|
+
return {
|
|
132
|
+
position: pos ? pos.value : null,
|
|
133
|
+
timestamp: new Date().toISOString()
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
const handleAlarm = (context, path, value) => {
|
|
137
|
+
server.debug(`context: ${context}`);
|
|
138
|
+
server.debug(`path: ${path}`);
|
|
139
|
+
server.debug(`value: ${JSON.stringify(value)}`);
|
|
129
140
|
if (!path) {
|
|
130
141
|
server.debug('Error: no path provided!');
|
|
131
142
|
return {
|
|
@@ -137,33 +148,13 @@ const handlePutAlarmState = (context, path, value) => {
|
|
|
137
148
|
}
|
|
138
149
|
const pa = path.split('.');
|
|
139
150
|
const alarmType = pa[pa.length - 1];
|
|
140
|
-
server.debug(JSON.stringify(alarmType));
|
|
141
|
-
let noti;
|
|
142
|
-
if (value) {
|
|
143
|
-
const alm = value.state === server_api_1.ALARM_STATE.normal ? null : buildAlarmData();
|
|
144
|
-
noti = {
|
|
145
|
-
path: `notifications.${alarmType}`,
|
|
146
|
-
value: {
|
|
147
|
-
state: value.state ?? null,
|
|
148
|
-
method: value.method ?? null,
|
|
149
|
-
message: value.message
|
|
150
|
-
}
|
|
151
|
-
};
|
|
152
|
-
if (alm && alm.data) {
|
|
153
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
154
|
-
noti.value.data = alm.data;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
else {
|
|
158
|
-
noti = {
|
|
159
|
-
path,
|
|
160
|
-
value: null
|
|
161
|
-
};
|
|
162
|
-
}
|
|
151
|
+
server.debug(`alarmType: ${JSON.stringify(alarmType)}`);
|
|
163
152
|
if (STANDARD_ALARMS.includes(alarmType)) {
|
|
164
|
-
// ** send delta **
|
|
165
153
|
server.debug(`****** Sending Delta (Std Alarm Notification): ******`);
|
|
166
|
-
emitNotification(
|
|
154
|
+
emitNotification({
|
|
155
|
+
path: path,
|
|
156
|
+
value: value ?? null
|
|
157
|
+
});
|
|
167
158
|
return { state: 'COMPLETED', resultStatus: 200, statusCode: 200 };
|
|
168
159
|
}
|
|
169
160
|
else {
|
|
@@ -175,14 +166,6 @@ const handlePutAlarmState = (context, path, value) => {
|
|
|
175
166
|
};
|
|
176
167
|
}
|
|
177
168
|
};
|
|
178
|
-
const buildAlarmData = () => {
|
|
179
|
-
const pos = server.getSelfPath('navigation.position');
|
|
180
|
-
return {
|
|
181
|
-
data: {
|
|
182
|
-
position: pos ? pos.value : null
|
|
183
|
-
}
|
|
184
|
-
};
|
|
185
|
-
};
|
|
186
169
|
// ** send notification delta message **
|
|
187
170
|
const emitNotification = (msg) => {
|
|
188
171
|
const delta = {
|
|
@@ -18,21 +18,25 @@ const apData = {
|
|
|
18
18
|
let server;
|
|
19
19
|
let pluginId;
|
|
20
20
|
let socket;
|
|
21
|
+
let isEnabled = false;
|
|
21
22
|
const AUTOPILOT_API_PATH = '/signalk/v2/api/vessels/self/steering/autopilot';
|
|
22
23
|
const DEAFULT_AP = `${AUTOPILOT_API_PATH}/default`;
|
|
23
24
|
// initialise connection to autopilot, register socket listeners and SK AP path PUT handlers
|
|
24
25
|
const initPyPilot = (app, id, config) => {
|
|
25
26
|
server = app;
|
|
26
27
|
pluginId = id;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
isEnabled = config.enable;
|
|
29
|
+
if (isEnabled) {
|
|
30
|
+
server.debug(`** Connecting to PyPilot **`);
|
|
31
|
+
socket = (0, socket_io_client_1.io)(`http://${config.host}:${config.port}`);
|
|
32
|
+
if (!socket) {
|
|
33
|
+
console.log(`PyPilot NOT connected @ ${config.host}:${config.port}... ensure 'pypilot_web' is running.`);
|
|
34
|
+
}
|
|
35
|
+
// API endpoints
|
|
36
|
+
initApiRoutes();
|
|
37
|
+
emitAPDelta('defaultPilot', pluginId);
|
|
38
|
+
initPyPilotListeners();
|
|
31
39
|
}
|
|
32
|
-
// API endpoints
|
|
33
|
-
initApiRoutes();
|
|
34
|
-
emitAPDelta('defaultPilot', pluginId);
|
|
35
|
-
initPyPilotListeners();
|
|
36
40
|
};
|
|
37
41
|
exports.initPyPilot = initPyPilot;
|
|
38
42
|
const closePyPilot = () => {
|
|
@@ -45,14 +49,18 @@ const initApiRoutes = () => {
|
|
|
45
49
|
server.debug(`** Registering API endpoint(s): ${AUTOPILOT_API_PATH} **`);
|
|
46
50
|
server.get(`${DEAFULT_AP}`, (req, res) => {
|
|
47
51
|
server.debug(`${req.method} ${DEAFULT_AP}`);
|
|
48
|
-
res.status(200);
|
|
49
|
-
res.json(apData);
|
|
52
|
+
res.status(200).json(apData);
|
|
50
53
|
});
|
|
51
54
|
server.get(`${AUTOPILOT_API_PATH}`, (req, res) => {
|
|
52
|
-
server.debug(`${req.method} ${AUTOPILOT_API_PATH}`);
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
server.debug(`${req.method} ${AUTOPILOT_API_PATH} (isEnabled: ${isEnabled})`);
|
|
56
|
+
if (isEnabled) {
|
|
57
|
+
res.status(200).json({
|
|
58
|
+
'freeboard-sk': { provider: 'freeboard-sk', isDefault: true }
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
res.status(400).json({});
|
|
63
|
+
}
|
|
56
64
|
});
|
|
57
65
|
server.get(`${AUTOPILOT_API_PATH}/defaultPilot`, (req, res) => {
|
|
58
66
|
server.debug(`${req.method} ${AUTOPILOT_API_PATH}/defaultPilot`);
|
|
@@ -118,7 +126,7 @@ const initApiRoutes = () => {
|
|
|
118
126
|
});
|
|
119
127
|
return;
|
|
120
128
|
}
|
|
121
|
-
let deg = req.body.value
|
|
129
|
+
let deg = req.body.value;
|
|
122
130
|
if (deg > 359) {
|
|
123
131
|
deg = 359;
|
|
124
132
|
}
|
|
@@ -138,8 +146,7 @@ const initApiRoutes = () => {
|
|
|
138
146
|
});
|
|
139
147
|
return;
|
|
140
148
|
}
|
|
141
|
-
|
|
142
|
-
let deg = apData.target + v;
|
|
149
|
+
let deg = apData.target + req.body.value;
|
|
143
150
|
if (deg > 360) {
|
|
144
151
|
deg = 360;
|
|
145
152
|
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.initIcons = void 0;
|
|
4
|
+
const fs_1 = require("fs");
|
|
5
|
+
const promises_1 = require("fs/promises");
|
|
6
|
+
let server;
|
|
7
|
+
let pluginId;
|
|
8
|
+
const ICON_API_PATH = '/signalk/v2/api/resources/icons';
|
|
9
|
+
let iconPath;
|
|
10
|
+
const initIcons = (app, id) => {
|
|
11
|
+
server = app;
|
|
12
|
+
pluginId = id;
|
|
13
|
+
server.debug(`** initIcons() **`);
|
|
14
|
+
initFs();
|
|
15
|
+
initIconEndpoints();
|
|
16
|
+
};
|
|
17
|
+
exports.initIcons = initIcons;
|
|
18
|
+
// check / create path to persist resources
|
|
19
|
+
const initFs = async () => {
|
|
20
|
+
iconPath = server.getDataDirPath() + '/icons';
|
|
21
|
+
try {
|
|
22
|
+
try {
|
|
23
|
+
await (0, promises_1.access)(
|
|
24
|
+
// check path exists
|
|
25
|
+
iconPath, fs_1.constants.W_OK | fs_1.constants.R_OK);
|
|
26
|
+
server.debug(`${iconPath} - OK...`);
|
|
27
|
+
}
|
|
28
|
+
catch (error) {
|
|
29
|
+
// if not then create it
|
|
30
|
+
server.debug(`${iconPath} does NOT exist...`);
|
|
31
|
+
server.debug(`Creating ${iconPath} ...`);
|
|
32
|
+
try {
|
|
33
|
+
await (0, promises_1.mkdir)(iconPath, { recursive: true });
|
|
34
|
+
server.debug(`Created ${iconPath} - OK...`);
|
|
35
|
+
}
|
|
36
|
+
catch (error) {
|
|
37
|
+
throw new Error(`Unable to create ${iconPath}!`);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
catch (error) {
|
|
42
|
+
throw new Error(`Unable to create ${iconPath}!`);
|
|
43
|
+
}
|
|
44
|
+
return true;
|
|
45
|
+
};
|
|
46
|
+
const initIconEndpoints = () => {
|
|
47
|
+
server.debug(`** Registering Icon resources endpoint(s) **`);
|
|
48
|
+
server.get(`${ICON_API_PATH}`, (req, res, next) => {
|
|
49
|
+
server.debug(`** ${req.method} ${req.path}`);
|
|
50
|
+
try {
|
|
51
|
+
res.status(200).json({ message: 'Signal K Icon Resources' });
|
|
52
|
+
}
|
|
53
|
+
catch (e) {
|
|
54
|
+
res.status(400).json({
|
|
55
|
+
state: 'FAILED',
|
|
56
|
+
statusCode: 400,
|
|
57
|
+
message: e.message
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
server.get(`${ICON_API_PATH}/:icon`, (req, res) => {
|
|
62
|
+
server.debug(`** ${req.method} ${req.path}`);
|
|
63
|
+
try {
|
|
64
|
+
res.sendFile(`${iconPath}/${req.params.icon}.png`, (err) => {
|
|
65
|
+
res.status(400).json({
|
|
66
|
+
state: 'FAILED',
|
|
67
|
+
statusCode: 400,
|
|
68
|
+
message: err.message
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
catch (e) {
|
|
73
|
+
res.status(400).json({
|
|
74
|
+
state: 'FAILED',
|
|
75
|
+
statusCode: 400,
|
|
76
|
+
message: e.message
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
};
|
package/plugin/index.js
CHANGED
|
@@ -162,9 +162,8 @@ module.exports = (server) => {
|
|
|
162
162
|
msg = `Started - Providing: weather`;
|
|
163
163
|
(0, weather_service_1.initWeather)(server, plugin.id, settings.weather);
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
165
|
+
// *** DEPRECATED ***
|
|
166
|
+
(0, pypilot_1.initPyPilot)(server, plugin.id, settings.pypilot);
|
|
168
167
|
server.setPluginStatus(msg);
|
|
169
168
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
170
169
|
}
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
@angular/animations
|
|
2
2
|
MIT
|
|
3
|
+
The MIT License
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
6
|
+
|
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
in the Software without restriction, including without limitation the rights
|
|
10
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
furnished to do so, subject to the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be included in
|
|
15
|
+
all copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
+
THE SOFTWARE.
|
|
24
|
+
|
|
3
25
|
|
|
4
26
|
@angular/cdk
|
|
5
27
|
MIT
|
|
@@ -28,12 +50,78 @@ THE SOFTWARE.
|
|
|
28
50
|
|
|
29
51
|
@angular/common
|
|
30
52
|
MIT
|
|
53
|
+
The MIT License
|
|
54
|
+
|
|
55
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
56
|
+
|
|
57
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
58
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
59
|
+
in the Software without restriction, including without limitation the rights
|
|
60
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
61
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
62
|
+
furnished to do so, subject to the following conditions:
|
|
63
|
+
|
|
64
|
+
The above copyright notice and this permission notice shall be included in
|
|
65
|
+
all copies or substantial portions of the Software.
|
|
66
|
+
|
|
67
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
68
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
69
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
70
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
71
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
72
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
73
|
+
THE SOFTWARE.
|
|
74
|
+
|
|
31
75
|
|
|
32
76
|
@angular/core
|
|
33
77
|
MIT
|
|
78
|
+
The MIT License
|
|
79
|
+
|
|
80
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
81
|
+
|
|
82
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
83
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
84
|
+
in the Software without restriction, including without limitation the rights
|
|
85
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
86
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
87
|
+
furnished to do so, subject to the following conditions:
|
|
88
|
+
|
|
89
|
+
The above copyright notice and this permission notice shall be included in
|
|
90
|
+
all copies or substantial portions of the Software.
|
|
91
|
+
|
|
92
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
93
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
94
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
95
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
96
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
97
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
98
|
+
THE SOFTWARE.
|
|
99
|
+
|
|
34
100
|
|
|
35
101
|
@angular/forms
|
|
36
102
|
MIT
|
|
103
|
+
The MIT License
|
|
104
|
+
|
|
105
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
106
|
+
|
|
107
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
108
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
109
|
+
in the Software without restriction, including without limitation the rights
|
|
110
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
111
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
112
|
+
furnished to do so, subject to the following conditions:
|
|
113
|
+
|
|
114
|
+
The above copyright notice and this permission notice shall be included in
|
|
115
|
+
all copies or substantial portions of the Software.
|
|
116
|
+
|
|
117
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
118
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
119
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
120
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
121
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
122
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
123
|
+
THE SOFTWARE.
|
|
124
|
+
|
|
37
125
|
|
|
38
126
|
@angular/material
|
|
39
127
|
MIT
|
|
@@ -62,6 +150,28 @@ THE SOFTWARE.
|
|
|
62
150
|
|
|
63
151
|
@angular/platform-browser
|
|
64
152
|
MIT
|
|
153
|
+
The MIT License
|
|
154
|
+
|
|
155
|
+
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
|
|
156
|
+
|
|
157
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
158
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
159
|
+
in the Software without restriction, including without limitation the rights
|
|
160
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
161
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
162
|
+
furnished to do so, subject to the following conditions:
|
|
163
|
+
|
|
164
|
+
The above copyright notice and this permission notice shall be included in
|
|
165
|
+
all copies or substantial portions of the Software.
|
|
166
|
+
|
|
167
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
168
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
169
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
170
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
171
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
172
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
173
|
+
THE SOFTWARE.
|
|
174
|
+
|
|
65
175
|
|
|
66
176
|
@kolkov/angular-editor
|
|
67
177
|
MIT
|