@signageos/front-applet 5.12.2 → 6.0.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 +7 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/docs/js-api/js-file-system.md +0 -5
- package/docs/js-api/js-video-stream.md +29 -21
- package/es6/FrontApplet/Browser/Browser.js.map +1 -1
- package/es6/FrontApplet/Browser/IOpenLinkOptions.js +18 -9
- package/es6/FrontApplet/Browser/IOpenLinkOptions.js.map +1 -1
- package/es6/FrontApplet/Browser/events.js.map +1 -1
- package/es6/FrontApplet/Browser/messages.d.ts +1 -1
- package/es6/FrontApplet/Command/Command.js +11 -5
- package/es6/FrontApplet/Command/Command.js.map +1 -1
- package/es6/FrontApplet/Command/ICommand.d.ts +1 -1
- package/es6/FrontApplet/Command/ICommandEvent.d.ts +2 -2
- package/es6/FrontApplet/Command/ICommandEventListener.d.ts +1 -1
- package/es6/FrontApplet/Debug/Debug.d.ts +3 -3
- package/es6/FrontApplet/Debug/Debug.js +5 -5
- package/es6/FrontApplet/Debug/Debug.js.map +1 -1
- package/es6/FrontApplet/DeviceInfo/DeviceInfo.d.ts +1 -1
- package/es6/FrontApplet/DeviceInfo/DeviceInfo.js +2 -2
- package/es6/FrontApplet/DeviceInfo/DeviceInfo.js.map +1 -1
- package/es6/FrontApplet/Dimensions/coordinationsHelper.js +2 -2
- package/es6/FrontApplet/Dimensions/coordinationsHelper.js.map +1 -1
- package/es6/FrontApplet/Display/Display.js.map +1 -1
- package/es6/FrontApplet/Error/AppletCommandError.js +1 -1
- package/es6/FrontApplet/Error/AppletCommandError.js.map +1 -1
- package/es6/FrontApplet/Error/AppletError.js +1 -1
- package/es6/FrontApplet/Error/AppletError.js.map +1 -1
- package/es6/FrontApplet/Error/AppletHardwareError.js +1 -1
- package/es6/FrontApplet/Error/AppletHardwareError.js.map +1 -1
- package/es6/FrontApplet/Error/AppletOfflineCacheError.js +1 -1
- package/es6/FrontApplet/Error/AppletOfflineCacheError.js.map +1 -1
- package/es6/FrontApplet/Error/AppletResourcesError.js +1 -1
- package/es6/FrontApplet/Error/AppletResourcesError.js.map +1 -1
- package/es6/FrontApplet/Error/AppletSecurityError.js +1 -1
- package/es6/FrontApplet/Error/AppletSecurityError.js.map +1 -1
- package/es6/FrontApplet/Error/AppletStreamError.js +1 -1
- package/es6/FrontApplet/Error/AppletStreamError.js.map +1 -1
- package/es6/FrontApplet/Error/AppletVideoError.js +1 -1
- package/es6/FrontApplet/Error/AppletVideoError.js.map +1 -1
- package/es6/FrontApplet/Error/ErrorCodesMessages.d.ts +1 -1
- package/es6/FrontApplet/Error/ErrorSuggestions.js.map +1 -1
- package/es6/FrontApplet/Error/FileNotFoundError.js +1 -1
- package/es6/FrontApplet/Error/FileNotFoundError.js.map +1 -1
- package/es6/FrontApplet/Error/SosError.js.map +1 -1
- package/es6/FrontApplet/Error/errorHelper.js +3 -7
- package/es6/FrontApplet/Error/errorHelper.js.map +1 -1
- package/es6/FrontApplet/Exchange/Exchange.d.ts +1 -1
- package/es6/FrontApplet/Exchange/Exchange.js.map +1 -1
- package/es6/FrontApplet/FileSystem/FileSystem.js.map +1 -1
- package/es6/FrontApplet/FileSystem/types.js +1 -1
- package/es6/FrontApplet/FileSystem/types.js.map +1 -1
- package/es6/FrontApplet/Font/fontFaceGenerator.js +4 -4
- package/es6/FrontApplet/Font/fontFaceGenerator.js.map +1 -1
- package/es6/FrontApplet/FrontApplet.js +1 -3
- package/es6/FrontApplet/FrontApplet.js.map +1 -1
- package/es6/FrontApplet/Hardware/Hardware.js.map +1 -1
- package/es6/FrontApplet/Hardware/Led/Led.js +3 -1
- package/es6/FrontApplet/Hardware/Led/Led.js.map +1 -1
- package/es6/FrontApplet/Hardware/SerialPort.d.ts +1 -1
- package/es6/FrontApplet/Hardware/SerialPort.js.map +1 -1
- package/es6/FrontApplet/Hash/generator.js.map +1 -1
- package/es6/FrontApplet/IMessage.d.ts +1 -1
- package/es6/FrontApplet/IPostMessage.d.ts +1 -1
- package/es6/FrontApplet/Iframe/Iframe.js +1 -1
- package/es6/FrontApplet/Iframe/Iframe.js.map +1 -1
- package/es6/FrontApplet/Input/IKeyUpEvent.d.ts +1 -1
- package/es6/FrontApplet/Input/IKeyUpEventListener.d.ts +1 -1
- package/es6/FrontApplet/Input/Input.js.map +1 -1
- package/es6/FrontApplet/Management/App.js.map +1 -1
- package/es6/FrontApplet/Management/Audio.js.map +1 -1
- package/es6/FrontApplet/Management/AutoRecovery.d.ts +2 -2
- package/es6/FrontApplet/Management/Debug.js.map +1 -1
- package/es6/FrontApplet/Management/Firmware.js.map +1 -1
- package/es6/FrontApplet/Management/IAutoRecovery.js.map +1 -1
- package/es6/FrontApplet/Management/INetworkInfo.js +3 -3
- package/es6/FrontApplet/Management/INetworkInfo.js.map +1 -1
- package/es6/FrontApplet/Management/IOrientation.d.ts +1 -1
- package/es6/FrontApplet/Management/IPeerRecovery.js.map +1 -1
- package/es6/FrontApplet/Management/Management.d.ts +1 -1
- package/es6/FrontApplet/Management/Management.js.map +1 -1
- package/es6/FrontApplet/Management/Network.js.map +1 -1
- package/es6/FrontApplet/Management/OS.js.map +1 -1
- package/es6/FrontApplet/Management/Package.js.map +1 -1
- package/es6/FrontApplet/Management/PeerRecovery.d.ts +2 -2
- package/es6/FrontApplet/Management/PeerRecovery.js +3 -3
- package/es6/FrontApplet/Management/PeerRecovery.js.map +1 -1
- package/es6/FrontApplet/Management/Power.js +28 -5
- package/es6/FrontApplet/Management/Power.js.map +1 -1
- package/es6/FrontApplet/Management/Proxy.js.map +1 -1
- package/es6/FrontApplet/Management/RemoteControl.js.map +1 -1
- package/es6/FrontApplet/Management/Screen.js +12 -2
- package/es6/FrontApplet/Management/Screen.js.map +1 -1
- package/es6/FrontApplet/Management/Security.js.map +1 -1
- package/es6/FrontApplet/Management/Time.js.map +1 -1
- package/es6/FrontApplet/Management/Wifi.js.map +1 -1
- package/es6/FrontApplet/Management/helpers/SecurityHelper.js +3 -1
- package/es6/FrontApplet/Management/helpers/SecurityHelper.js.map +1 -1
- package/es6/FrontApplet/Monitors/Monitors.js.map +1 -1
- package/es6/FrontApplet/OSD/OSD.js +2 -2
- package/es6/FrontApplet/OSD/OSD.js.map +1 -1
- package/es6/FrontApplet/Offline/Cache/Cache.d.ts +2 -2
- package/es6/FrontApplet/Offline/Cache/Cache.js.map +1 -1
- package/es6/FrontApplet/Offline/Cache/IChecksumMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/IFile.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/IListedContentsMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/IListedFilesMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/ILoadedContentMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/ILoadedFileMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/ISavedContentMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/ISavedContents.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/ISavedFileMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/ISavedFiles.d.ts +1 -1
- package/es6/FrontApplet/Offline/Cache/IValidatedChecksumMessage.d.ts +1 -1
- package/es6/FrontApplet/Offline/Flags/AppendFlagController.js +1 -1
- package/es6/FrontApplet/Offline/Flags/AppendFlagController.js.map +1 -1
- package/es6/FrontApplet/Offline/Flags/IFlag.d.ts +1 -1
- package/es6/FrontApplet/Offline/Flags/IFlag.js +2 -2
- package/es6/FrontApplet/Offline/Flags/IFlag.js.map +1 -1
- package/es6/FrontApplet/Offline/Flags/IFlagController.d.ts +1 -1
- package/es6/FrontApplet/Offline/Flags/IFlags.d.ts +1 -1
- package/es6/FrontApplet/Offline/IAddFont.js.map +1 -1
- package/es6/FrontApplet/Offline/IElement.d.ts +1 -1
- package/es6/FrontApplet/Offline/IElement.js.map +1 -1
- package/es6/FrontApplet/Offline/IFileType.d.ts +1 -1
- package/es6/FrontApplet/Offline/IFileType.js.map +1 -1
- package/es6/FrontApplet/Offline/ISaveFile.d.ts +2 -2
- package/es6/FrontApplet/Offline/ISaveFile.js +10 -5
- package/es6/FrontApplet/Offline/ISaveFile.js.map +1 -1
- package/es6/FrontApplet/Offline/LoadFile/CssLoadFileController.js.map +1 -1
- package/es6/FrontApplet/Offline/LoadFile/ILoadFile.d.ts +1 -1
- package/es6/FrontApplet/Offline/LoadFile/ILoadFileController.d.ts +1 -1
- package/es6/FrontApplet/Offline/LoadFile/JavascriptLoadFileController.js.map +1 -1
- package/es6/FrontApplet/Offline/Offline.js +2 -7
- package/es6/FrontApplet/Offline/Offline.js.map +1 -1
- package/es6/FrontApplet/Offline/Types.js +3 -3
- package/es6/FrontApplet/Offline/Types.js.map +1 -1
- package/es6/FrontApplet/ProofOfPlay/ProofOfPlay.js.map +1 -1
- package/es6/FrontApplet/Sensors/Proximity.js.map +1 -1
- package/es6/FrontApplet/Sensors/Sensors.js.map +1 -1
- package/es6/FrontApplet/Stream/IStreamEventProperties.d.ts +0 -2
- package/es6/FrontApplet/Stream/Stream.d.ts +2 -2
- package/es6/FrontApplet/Stream/Stream.js +45 -14
- package/es6/FrontApplet/Stream/Stream.js.map +1 -1
- package/es6/FrontApplet/Sync/Sync.d.ts +1 -1
- package/es6/FrontApplet/Sync/Sync.js +6 -3
- package/es6/FrontApplet/Sync/Sync.js.map +1 -1
- package/es6/FrontApplet/Timing/Timing.js.map +1 -1
- package/es6/FrontApplet/Timing/Triggers/Triggers.js.map +1 -1
- package/es6/FrontApplet/Touch/Touch.js +1 -1
- package/es6/FrontApplet/Touch/Touch.js.map +1 -1
- package/es6/FrontApplet/Validate/Validate.d.ts +2 -2
- package/es6/FrontApplet/Validate/Validate.js +17 -29
- package/es6/FrontApplet/Validate/Validate.js.map +1 -1
- package/es6/FrontApplet/Validate/ValidateObjectInterface.js +4 -7
- package/es6/FrontApplet/Validate/ValidateObjectInterface.js.map +1 -1
- package/es6/FrontApplet/Video/IOptions.d.ts +2 -0
- package/es6/FrontApplet/Video/IVideoEvent.d.ts +1 -1
- package/es6/FrontApplet/Video/IVideoEvent.js +1 -3
- package/es6/FrontApplet/Video/IVideoEvent.js.map +1 -1
- package/es6/FrontApplet/Video/IVideoEventListener.d.ts +1 -1
- package/es6/FrontApplet/Video/IVideoMessage.d.ts +1 -1
- package/es6/FrontApplet/Video/IVideoProperties.d.ts +1 -1
- package/es6/FrontApplet/Video/Video.js +7 -7
- package/es6/FrontApplet/Video/Video.js.map +1 -1
- package/es6/FrontApplet/createFrontApplet.js.map +1 -1
- package/es6/Monitoring/Console/consoleCommands.js.map +1 -1
- package/es6/Monitoring/FileSystem/fileSystemCommands.d.ts +1 -1
- package/es6/Monitoring/FileSystem/fileSystemCommands.js +32 -32
- package/es6/Monitoring/FileSystem/fileSystemCommands.js.map +1 -1
- package/es6/Monitoring/Html/htmlCommands.js.map +1 -1
- package/es6/Monitoring/Montoring.js.map +1 -1
- package/es6/Monitoring/Offline/Cache/offlineCacheCommands.d.ts +1 -1
- package/es6/Monitoring/Offline/Cache/offlineCacheCommands.js +2 -2
- package/es6/Monitoring/Offline/Cache/offlineCacheCommands.js.map +1 -1
- package/es6/Monitoring/Timing/timingCommands.js.map +1 -1
- package/es6/Monitoring/Video/videoCommands.js.map +1 -1
- package/es6/Monitoring/monitoringCommands.js.map +1 -1
- package/es6/bundle.js.map +1 -1
- package/package.json +16 -5
|
@@ -653,11 +653,6 @@ await sos.fileSystem.appendFile(
|
|
|
653
653
|
## readFile()
|
|
654
654
|
Read a text file.
|
|
655
655
|
|
|
656
|
-
::: alert alert--warning
|
|
657
|
-
**LG webOS limitation**:
|
|
658
|
-
It's possible to handle only files up to **~10KB** on webOS devices. At the moment we are working on the solution regarding the file/s 'manipulation' on LG devices.
|
|
659
|
-
:::
|
|
660
|
-
|
|
661
656
|
### Parameters
|
|
662
657
|
|
|
663
658
|
| Param | Type | Required | Description |
|
|
@@ -49,24 +49,28 @@ If you want to play a video stream in full screen mode, use x = y = 0 and width
|
|
|
49
49
|
| `y` | Number | <div class="red">Yes</div> | Stream y-position on the screen |
|
|
50
50
|
| `width` | Number | <div class="red">Yes</div> | Stream width on the screen |
|
|
51
51
|
| `height` | Number | <div class="red">Yes</div> | Stream height on the screen |
|
|
52
|
-
| `
|
|
53
|
-
|^^|^^|^^| Types: `HLS`, `RTP`, `HTTP`, `UDP`, `RTMP`, `RTSP`. |
|
|
54
|
-
| `options` | Object | <div class="red">No</div> | Additional options for the stream |
|
|
52
|
+
| `options` | Object | <div class="red">Yes</div> | Additional options for the stream |
|
|
55
53
|
:::
|
|
56
54
|
|
|
57
55
|
### Options object
|
|
58
56
|
::: table-responsive
|
|
59
57
|
| Key | Type | Required | Description |
|
|
60
58
|
| ------------ | --------------------------- | :--------------------------: | --------------------------------------------- |
|
|
61
|
-
| `
|
|
59
|
+
| `protocol` | String | <div class="red">Yes</div> | Protocol that the stream is using |
|
|
60
|
+
|^^|^^|^^| Types: `HLS`, `RTP`, `HTTP`, `UDP`, `RTMP`, `RTSP`. |
|
|
61
|
+
| `background` | Boolean | <div class="yellow">No</div> | Prepare stream in the background |
|
|
62
62
|
:::
|
|
63
63
|
|
|
64
64
|
### Javascript syntax
|
|
65
65
|
```javascript
|
|
66
|
-
|
|
66
|
+
// Example with specific protocol type
|
|
67
|
+
await sos.stream.prepare(uri, x, y, width, height, { protocol: 'HTTP' });
|
|
67
68
|
|
|
68
69
|
// Example with options - prepare stream in the background
|
|
69
|
-
await sos.stream.prepare(uri, x, y, width, height,
|
|
70
|
+
await sos.stream.prepare(uri, x, y, width, height, { protocol: 'HTTP', background: true });
|
|
71
|
+
|
|
72
|
+
// Deprecated format
|
|
73
|
+
await sos.stream.prepare(uri, x, y, width, height, 'HTTP');
|
|
70
74
|
```
|
|
71
75
|
|
|
72
76
|
<div class="row d-flex align-content-stretch force-padding-20">
|
|
@@ -101,30 +105,34 @@ If you want to play a video stream in full screen mode, use x = y = 0 and width
|
|
|
101
105
|
| `y` | Number | <div class="red">Yes</div> | Stream y-position on the screen |
|
|
102
106
|
| `width` | Number | <div class="red">Yes</div> | Stream width on the screen |
|
|
103
107
|
| `height` | Number | <div class="red">Yes</div> | Stream height on the screen |
|
|
104
|
-
| `
|
|
105
|
-
|^^|^^|^^| Types: `HLS`, `RTP`, `HTTP`, `UDP`, `RTMP`, `RTSP`. |
|
|
106
|
-
| `options` | Object | <div class="red">No</div> | Additional options for the stream |
|
|
108
|
+
| `options` | Object | <div class="red">Yes</div> | Additional options for the stream |
|
|
107
109
|
:::
|
|
108
110
|
|
|
109
111
|
### Options object
|
|
110
112
|
::: table-responsive
|
|
111
113
|
| Key | Type | Required | Description |
|
|
112
114
|
| ------------ | --------------------------- | :--------------------------: | --------------------------------------------- |
|
|
113
|
-
| `
|
|
115
|
+
| `protocol` | String | <div class="red">Yes</div> | Protocol that the stream is using |
|
|
116
|
+
|^^|^^|^^| Types: `HLS`, `RTP`, `HTTP`, `UDP`, `RTMP`, `RTSP`. |
|
|
117
|
+
| `autoReconnect` | Boolean | <div class="yellow">No</div> | Automatically reconnect stream when it disconnects |
|
|
114
118
|
|^^|^^|^^| Default value: false |
|
|
115
|
-
| `autoReconnectInterval` | Number | <div class="
|
|
119
|
+
| `autoReconnectInterval` | Number | <div class="yellow">No</div> | Interval in miliseconds between reconnect attempts |
|
|
116
120
|
|^^|^^|^^| Default value: 30000 ms |
|
|
117
121
|
:::
|
|
118
122
|
|
|
119
123
|
### Javascript syntax
|
|
120
124
|
```javascript
|
|
121
|
-
|
|
125
|
+
// Example with specific protocol type
|
|
126
|
+
await sos.stream.play(uri, x, y, width, height, { protocol: 'HTTP' });
|
|
127
|
+
|
|
128
|
+
// Example with other options - enable auto reconnect
|
|
129
|
+
await sos.stream.play(uri, x, y, width, height, { protocol: 'HTTP', autoReconnect: true });
|
|
122
130
|
|
|
123
|
-
// Example with options -
|
|
124
|
-
await sos.stream.play(uri, x, y, width, height,
|
|
131
|
+
// Example with other options - reconnect every 10 seconds
|
|
132
|
+
await sos.stream.play(uri, x, y, width, height, { protocol: 'HTTP', autoReconnect: true, autoReconnectInterval: 10000 });
|
|
125
133
|
|
|
126
|
-
//
|
|
127
|
-
await sos.stream.play(uri, x, y, width, height,
|
|
134
|
+
// Deprecated format
|
|
135
|
+
await sos.stream.play(uri, x, y, width, height, 'HTTP')
|
|
128
136
|
```
|
|
129
137
|
|
|
130
138
|
<div class="row d-flex align-content-stretch force-padding-20">
|
|
@@ -240,8 +248,8 @@ Example event:
|
|
|
240
248
|
"y": 0,
|
|
241
249
|
"width": 1920,
|
|
242
250
|
"height": 1080,
|
|
243
|
-
"protocol": "RTP",
|
|
244
251
|
"options": {
|
|
252
|
+
"protocol": "RTP",
|
|
245
253
|
"background": false,
|
|
246
254
|
"autoReconnect": true,
|
|
247
255
|
"autoReconnectInterval": 30000,
|
|
@@ -262,9 +270,9 @@ interface StreamEvent {
|
|
|
262
270
|
y: number;
|
|
263
271
|
width: number;
|
|
264
272
|
height: number;
|
|
265
|
-
protocol: string;
|
|
266
273
|
},
|
|
267
|
-
options
|
|
274
|
+
options: {
|
|
275
|
+
protocol: string;
|
|
268
276
|
background?: boolean;
|
|
269
277
|
autoReconnect?: boolean;
|
|
270
278
|
autoReconnectInterval?: number;
|
|
@@ -276,8 +284,8 @@ play(
|
|
|
276
284
|
y: number;
|
|
277
285
|
width: number;
|
|
278
286
|
height: number;
|
|
279
|
-
|
|
280
|
-
|
|
287
|
+
options: {
|
|
288
|
+
protocol: 'HLS' | 'RTP' | 'HTTP' | 'UDP' | 'RTMP' | 'RTSP';
|
|
281
289
|
background?: boolean;
|
|
282
290
|
autoReconnect?: boolean;
|
|
283
291
|
autoReconnectInterval?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Browser.js","sourceRoot":"","sources":["../../../src/FrontApplet/Browser/Browser.ts"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Browser.js","sourceRoot":"","sources":["../../../src/FrontApplet/Browser/Browser.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,yDAAmF;AAEnF,mDAA4C;AAC5C,qCAA8D;AAC9D,mCAAsC;AAItC,MAAqB,OAAO;IAG3B,YAA6B,QAAwB;QAAxB,aAAQ,GAAR,QAAQ,CAAgB;QAFpC,WAAM,GAAiB,IAAI,qBAAY,EAAE,CAAC;IAEH,CAAC;IAE5C,IAAI,CAAC,GAAW,EAAE,UAA4B,EAAE;;;YAC5D,kBAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC;YACnC,kBAAQ,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,MAAM,CAAC,oCAAiB,CAAC,CAAC;YAE3D,MAAM,YAAY,GAAG,MAAA,OAAO,CAAC,YAAY,mCAAI,IAAI,CAAC;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,WAAW,+BAC9B,GAAG,IACA,OAAO,KACV,YAAY,EACZ,IAAI,EAAE,MAAM,IACX,CAAC;;KACH;IAEY,KAAK;;YACjB,MAAM,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC;gBAC/B,IAAI,EAAE,OAAO;aACb,CAAC,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;;OAOG;IACI,OAAO,CAAC,QAAqC;QACnD,kBAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC;QAE7C,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,kBAAS,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;QACnD,OAAO,GAAG,EAAE;YACX,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,kBAAS,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;QACvD,CAAC,CAAC;IACH,CAAC;IAEM,iBAAiB,CAAC,IAAqB;QAC7C,QAAQ,IAAI,CAAC,IAAI,EAAE;YAClB,KAAK,IAAI,CAAC,QAAQ,CAAC,iBAAiB,CAAC,QAAQ,CAAC;gBAC7C,MAAM,KAAK,GAAe;oBACzB,IAAI,EAAE,kBAAS,CAAC,KAAK;oBACrB,MAAM,EAAE,IAAI,CAAC,MAAqB;iBAClC,CAAC;gBACF,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAS,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;gBACzC,MAAM;YACP,QAAQ;SACR;IACF,CAAC;IAED,iDAAiD;IACpC,QAAQ,CAAC,GAAW,EAAE,UAAsC,EAAE;;YAC1E,OAAO,CAAC,IAAI,CAAC,kHAAkH,CAAC,CAAC;YAEjI,kBAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC;YACnC,kBAAQ,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC;YAE1C,MAAM,IAAI,CAAC,QAAQ,CAAC,WAAW,+BAC9B,GAAG,IACA,OAAO,KACV,YAAY,EAAE,KAAK,EACnB,IAAI,EAAE,WAAW,IAChB,CAAC;QACJ,CAAC;KAAA;CACD;AApED,0BAoEC"}
|
|
@@ -3,27 +3,34 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VIOpenLinkOptions = exports.VITheme = void 0;
|
|
4
4
|
exports.VITheme = {
|
|
5
5
|
base: { '?string': ['light', 'dark'] },
|
|
6
|
-
shape: {
|
|
6
|
+
shape: {
|
|
7
|
+
'?object': {
|
|
7
8
|
cornerSize: '?number',
|
|
8
9
|
},
|
|
9
10
|
},
|
|
10
|
-
colors: {
|
|
11
|
+
colors: {
|
|
12
|
+
'?object': {
|
|
11
13
|
primary: '?string',
|
|
12
14
|
background: '?string',
|
|
13
15
|
control: '?string',
|
|
14
16
|
},
|
|
15
17
|
},
|
|
16
|
-
widgets: {
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
widgets: {
|
|
19
|
+
'?object': {
|
|
20
|
+
editAddress: {
|
|
21
|
+
'?object': {
|
|
22
|
+
colors: {
|
|
23
|
+
'?object': {
|
|
19
24
|
background: '?string',
|
|
20
25
|
text: '?string',
|
|
21
26
|
},
|
|
22
27
|
},
|
|
23
28
|
},
|
|
24
29
|
},
|
|
25
|
-
buttonClose: {
|
|
26
|
-
|
|
30
|
+
buttonClose: {
|
|
31
|
+
'?object': {
|
|
32
|
+
colors: {
|
|
33
|
+
'?object': {
|
|
27
34
|
background: '?string',
|
|
28
35
|
text: '?string',
|
|
29
36
|
icon: '?string',
|
|
@@ -33,7 +40,8 @@ exports.VITheme = {
|
|
|
33
40
|
text: '?string',
|
|
34
41
|
},
|
|
35
42
|
},
|
|
36
|
-
progress: {
|
|
43
|
+
progress: {
|
|
44
|
+
'?object': {
|
|
37
45
|
color: '?string',
|
|
38
46
|
},
|
|
39
47
|
},
|
|
@@ -45,7 +53,8 @@ exports.VIOpenLinkOptions = {
|
|
|
45
53
|
aclMode: { '?string': ['blacklist', 'whitelist'] },
|
|
46
54
|
readOnlyAddressBar: '?boolean',
|
|
47
55
|
idleTimeout: '?number',
|
|
48
|
-
coordinates: {
|
|
56
|
+
coordinates: {
|
|
57
|
+
'?object': {
|
|
49
58
|
x: 'number',
|
|
50
59
|
y: 'number',
|
|
51
60
|
width: 'number',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOpenLinkOptions.js","sourceRoot":"","sources":["../../../src/FrontApplet/Browser/IOpenLinkOptions.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"IOpenLinkOptions.js","sourceRoot":"","sources":["../../../src/FrontApplet/Browser/IOpenLinkOptions.ts"],"names":[],"mappings":";;;AAkCa,QAAA,OAAO,GAAG;IACtB,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE;IACtC,KAAK,EAAE;QACN,SAAS,EAAE;YACV,UAAU,EAAE,SAAS;SACrB;KACD;IACD,MAAM,EAAE;QACP,SAAS,EAAE;YACV,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,SAAS;SAClB;KACD;IACD,OAAO,EAAE;QACR,SAAS,EAAE;YACV,WAAW,EAAE;gBACZ,SAAS,EAAE;oBACV,MAAM,EAAE;wBACP,SAAS,EAAE;4BACV,UAAU,EAAE,SAAS;4BACrB,IAAI,EAAE,SAAS;yBACf;qBACD;iBACD;aACD;YACD,WAAW,EAAE;gBACZ,SAAS,EAAE;oBACV,MAAM,EAAE;wBACP,SAAS,EAAE;4BACV,UAAU,EAAE,SAAS;4BACrB,IAAI,EAAE,SAAS;4BACf,IAAI,EAAE,SAAS;yBACf;qBACD;oBACD,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE;oBAC/D,IAAI,EAAE,SAAS;iBACf;aACD;YACD,QAAQ,EAAE;gBACT,SAAS,EAAE;oBACV,KAAK,EAAE,SAAS;iBAChB;aACD;SACD;KACD;CACD,CAAC;AA8BW,QAAA,iBAAiB,GAAG;IAChC,UAAU,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE;IAClC,OAAO,EAAE,EAAE,SAAS,EAAE,CAAC,WAAW,EAAE,WAAW,CAAC,EAAE;IAClD,kBAAkB,EAAE,UAAU;IAC9B,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE;QACZ,SAAS,EAAE;YACV,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,KAAK,EAAE,QAAQ;YACf,MAAM,EAAE,QAAQ;SAChB;KACD;IACD,KAAK,EAAE,EAAE,SAAS,EAAE,eAAO,EAAE;IAC7B,YAAY,EAAE,UAAU;IACxB,SAAS,EAAE,UAAU;IACrB,YAAY,EAAE,UAAU;CACxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/FrontApplet/Browser/events.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/FrontApplet/Browser/events.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAEX;AAFD,WAAY,SAAS;IACpB,4BAAe,CAAA;AAChB,CAAC,EAFW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAEpB;AAEY,QAAA,WAAW,GAAG,CAAC,OAAO,CAAC,CAAC;AAUrC,IAAY,WAIX;AAJD,WAAY,WAAW;IACtB,0BAAW,CAAA;IACX,4BAAa,CAAA;IACb,kCAAmB,CAAA;AACpB,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB"}
|
|
@@ -24,7 +24,7 @@ class Command {
|
|
|
24
24
|
return __awaiter(this, void 0, void 0, function* () {
|
|
25
25
|
this.checkTypeValidity(command.type);
|
|
26
26
|
yield this.postMessage({
|
|
27
|
-
type: this.getMessage(
|
|
27
|
+
type: this.getMessage('dispatch'),
|
|
28
28
|
command,
|
|
29
29
|
});
|
|
30
30
|
});
|
|
@@ -50,17 +50,23 @@ class Command {
|
|
|
50
50
|
}
|
|
51
51
|
checkTypeValidity(type) {
|
|
52
52
|
const regex = /^[a-zA-Z0-9\.\-_]+$/g;
|
|
53
|
-
Validate_1.default({ type })
|
|
53
|
+
Validate_1.default({ type })
|
|
54
|
+
.setError(new AppletCommandError_1.default({
|
|
54
55
|
kind: 'appletCommandError',
|
|
55
56
|
message: 'Type contains invalid characters.',
|
|
56
57
|
code: ErrorCodes_1.default.COMMAND_TYPE_NOT_VALID,
|
|
57
58
|
suggestion: ErrorSuggestions_1.default.COMMAND_TYPE_NOT_VALID,
|
|
58
|
-
}))
|
|
59
|
-
|
|
59
|
+
}))
|
|
60
|
+
.required()
|
|
61
|
+
.string()
|
|
62
|
+
.matchRegExp(regex);
|
|
63
|
+
Validate_1.default({ type })
|
|
64
|
+
.setError(new AppletCommandError_1.default({
|
|
60
65
|
kind: 'appletCommandError',
|
|
61
66
|
message: 'Type is longer then 100 characters.',
|
|
62
67
|
code: ErrorCodes_1.default.COMMAND_TYPE_IS_TOO_LONG,
|
|
63
|
-
}))
|
|
68
|
+
}))
|
|
69
|
+
.lengthMax(100);
|
|
64
70
|
}
|
|
65
71
|
}
|
|
66
72
|
exports.default = Command;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Command.js","sourceRoot":"","sources":["../../../src/FrontApplet/Command/Command.ts"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Command.js","sourceRoot":"","sources":["../../../src/FrontApplet/Command/Command.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,mCAAsC;AAKtC,oEAA6D;AAC7D,oDAA6C;AAC7C,gEAAyD;AACzD,mDAA4C;AAE5C,MAAqB,OAAO;IAK3B,YAAoB,aAAqB,EAAU,WAA+B;QAA9D,kBAAa,GAAb,aAAa,CAAQ;QAAU,gBAAW,GAAX,WAAW,CAAoB;QACjF,IAAI,CAAC,YAAY,GAAG,IAAI,qBAAY,EAAE,CAAC;IACxC,CAAC;IAEY,QAAQ,CAAuC,OAAiB;;YAC5E,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;YACrC,MAAM,IAAI,CAAC,WAAW,CAAC;gBACtB,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;gBACjC,OAAO;aACP,CAAC,CAAC;QACJ,CAAC;KAAA;IAEM,SAAS,CAAuC,QAAyC;QAC/F,kBAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC;QAC7C,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;IACpD,CAAC;IAEM,iBAAiB,CAAC,IAAqC;QAC7D,QAAQ,IAAI,CAAC,IAAI,EAAE;YAClB,KAAK,IAAI,CAAC,UAAU,CAAC,oBAAoB,CAAC;gBACzC,MAAM,YAAY,GAAG;oBACpB,IAAI,EAAE,SAAS;oBACf,OAAO,EAAE,IAAI,CAAC,OAAO;iBACrB,CAAC;gBACF,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;gBAChD,MAAM;YACP,QAAQ;SACR;IACF,CAAC;IAEO,UAAU,CAAC,IAAY;QAC9B,OAAO,IAAI,CAAC,aAAa,GAAG,GAAG,GAAG,OAAO,CAAC,cAAc,GAAG,GAAG,GAAG,IAAI,CAAC;IACvE,CAAC;IAEO,iBAAiB,CAAC,IAAY;QACrC,MAAM,KAAK,GAAG,sBAAsB,CAAC;QAErC,kBAAQ,CAAC,EAAE,IAAI,EAAE,CAAC;aAChB,QAAQ,CACR,IAAI,4BAAkB,CAAC;YACtB,IAAI,EAAE,oBAAoB;YAC1B,OAAO,EAAE,mCAAmC;YAC5C,IAAI,EAAE,oBAAU,CAAC,sBAAsB;YACvC,UAAU,EAAE,0BAAgB,CAAC,sBAAsB;SACnD,CAAC,CACF;aACA,QAAQ,EAAE;aACV,MAAM,EAAE;aACR,WAAW,CAAC,KAAK,CAAC,CAAC;QAErB,kBAAQ,CAAC,EAAE,IAAI,EAAE,CAAC;aAChB,QAAQ,CACR,IAAI,4BAAkB,CAAC;YACtB,IAAI,EAAE,oBAAoB;YAC1B,OAAO,EAAE,qCAAqC;YAC9C,IAAI,EAAE,oBAAU,CAAC,wBAAwB;SACzC,CAAC,CACF;aACA,SAAS,CAAC,GAAG,CAAC,CAAC;IAClB,CAAC;;AAhEF,0BAiEC;AAhEc,sBAAc,GAAW,SAAS,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ICommandEvent from './ICommandEvent';
|
|
2
2
|
import ICommand from './ICommand';
|
|
3
|
-
export default ICommandEventListener;
|
|
4
3
|
interface ICommandEventListener<TCommand extends ICommand> {
|
|
5
4
|
(event: ICommandEvent<TCommand>): void;
|
|
6
5
|
}
|
|
6
|
+
export default ICommandEventListener;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
import { EventEmitter } from
|
|
3
|
-
import IPostMessage from
|
|
4
|
-
import IMessage from
|
|
2
|
+
import { EventEmitter } from 'events';
|
|
3
|
+
import IPostMessage from '../IPostMessage';
|
|
4
|
+
import IMessage from '../IMessage';
|
|
5
5
|
interface IDebugSetWeinreMessage extends IMessage {
|
|
6
6
|
enabled: boolean;
|
|
7
7
|
url: string;
|
|
@@ -32,7 +32,7 @@ class Debug extends events_1.EventEmitter {
|
|
|
32
32
|
}
|
|
33
33
|
handleMessageData(data) {
|
|
34
34
|
switch (data.type) {
|
|
35
|
-
case this.getMessage(
|
|
35
|
+
case this.getMessage('configure'):
|
|
36
36
|
this.emit(Debug.DEBUG_CHANGED, {
|
|
37
37
|
enabled: data.enabled,
|
|
38
38
|
});
|
|
@@ -40,7 +40,7 @@ class Debug extends events_1.EventEmitter {
|
|
|
40
40
|
this.window.WeinreServerURL = data.url;
|
|
41
41
|
this.window.WeinreServerId = data.id;
|
|
42
42
|
if (!this.window.__weinreLoaded) {
|
|
43
|
-
require(
|
|
43
|
+
require('weinre/web/target/target-script');
|
|
44
44
|
this.window.__weinreLoaded = true;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -53,10 +53,10 @@ class Debug extends events_1.EventEmitter {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
getMessage(name) {
|
|
56
|
-
return this.messagePrefix +
|
|
56
|
+
return this.messagePrefix + '.' + Debug.MESSAGE_PREFIX + '.' + name;
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
exports.default = Debug;
|
|
60
|
-
Debug.MESSAGE_PREFIX =
|
|
61
|
-
Debug.DEBUG_CHANGED =
|
|
60
|
+
Debug.MESSAGE_PREFIX = 'debug';
|
|
61
|
+
Debug.DEBUG_CHANGED = 'debug.changed';
|
|
62
62
|
//# sourceMappingURL=Debug.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Debug.js","sourceRoot":"","sources":["../../../src/FrontApplet/Debug/Debug.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,mCAAsC;AAGtC,mDAA4C;AAc5C,MAAqB,KAAM,SAAQ,qBAAY;IAI9C,
|
|
1
|
+
{"version":3,"file":"Debug.js","sourceRoot":"","sources":["../../../src/FrontApplet/Debug/Debug.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,mCAAsC;AAGtC,mDAA4C;AAc5C,MAAqB,KAAM,SAAQ,qBAAY;IAI9C,YAA4B,MAA2B,EAAU,aAAqB,EAAU,WAA8B;QAC7H,KAAK,EAAE,CAAC;QADmB,WAAM,GAAN,MAAM,CAAqB;QAAU,kBAAa,GAAb,aAAa,CAAQ;QAAU,gBAAW,GAAX,WAAW,CAAmB;IAE9H,CAAC;IAEY,oBAAoB;;YAChC,MAAM,EAAE,SAAS,EAAE,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC;gBAC5C,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC;aAC1C,CAAC,CAAC;YAEH,OAAO,SAAS,CAAC;QAClB,CAAC;KAAA;IAEM,oBAAoB,CAAC,QAA8C;QACzE,kBAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC;QAC7C,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IACtF,CAAC;IAEM,iBAAiB,CAAC,IAA4B;QACpD,QAAQ,IAAI,CAAC,IAAI,EAAE;YAClB,KAAK,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC;gBAChC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,aAAa,EAAE;oBAC9B,OAAO,EAAE,IAAI,CAAC,OAAO;iBACrB,CAAC,CAAC;gBACH,IAAI,IAAI,CAAC,OAAO,EAAE;oBACjB,IAAI,CAAC,MAAM,CAAC,eAAe,GAAG,IAAI,CAAC,GAAG,CAAC;oBACvC,IAAI,CAAC,MAAM,CAAC,cAAc,GAAG,IAAI,CAAC,EAAE,CAAC;oBACrC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,EAAE;wBAChC,OAAO,CAAC,iCAAiC,CAAC,CAAC;wBAC3C,IAAI,CAAC,MAAM,CAAC,cAAc,GAAG,IAAI,CAAC;qBAClC;iBACD;qBAAM;oBACN,IAAI,CAAC,MAAM,CAAC,eAAe,GAAG,SAAS,CAAC;oBACxC,IAAI,CAAC,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;iBACvC;gBACD,MAAM;YACP,QAAQ;SACR;IACF,CAAC;IAEO,UAAU,CAAC,IAAY;QAC9B,OAAO,IAAI,CAAC,aAAa,GAAG,GAAG,GAAG,KAAK,CAAC,cAAc,GAAG,GAAG,GAAG,IAAI,CAAC;IACrE,CAAC;;AA7CF,wBA8CC;AA7Cc,oBAAc,GAAW,OAAO,CAAC;AACjC,mBAAa,GAAW,eAAe,CAAC"}
|
|
@@ -27,9 +27,9 @@ class DeviceInfo {
|
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
29
|
getMessage(name) {
|
|
30
|
-
return [this.messagePrefix, DeviceInfo.MESSAGE_PREFIX, name].join(
|
|
30
|
+
return [this.messagePrefix, DeviceInfo.MESSAGE_PREFIX, name].join('.');
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
exports.default = DeviceInfo;
|
|
34
|
-
DeviceInfo.MESSAGE_PREFIX =
|
|
34
|
+
DeviceInfo.MESSAGE_PREFIX = 'device_info';
|
|
35
35
|
//# sourceMappingURL=DeviceInfo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceInfo.js","sourceRoot":"","sources":["../../../src/FrontApplet/DeviceInfo/DeviceInfo.ts"],"names":[],"mappings":";;;;;;;;;;;AAGA,MAAqB,UAAU;IAG9B,
|
|
1
|
+
{"version":3,"file":"DeviceInfo.js","sourceRoot":"","sources":["../../../src/FrontApplet/DeviceInfo/DeviceInfo.ts"],"names":[],"mappings":";;;;;;;;;;;AAGA,MAAqB,UAAU;IAG9B,YAAoB,aAAqB,EAAU,WAA8B;QAA7D,kBAAa,GAAb,aAAa,CAAQ;QAAU,gBAAW,GAAX,WAAW,CAAmB;IAAG,CAAC;IAExE,WAAW;;YACvB,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;YACvF,OAAO,QAAQ,CAAC;QACjB,CAAC;KAAA;IAEY,mBAAmB;;YAC/B,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,uBAAuB,CAAC,EAAE,CAAC,CAAC;YAC5F,OAAO,IAAI,CAAC;QACb,CAAC;KAAA;IAEO,UAAU,CAAC,IAAY;QAC9B,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACxE,CAAC;;AAjBF,6BAkBC;AAjBc,yBAAc,GAAW,aAAa,CAAC"}
|
|
@@ -59,8 +59,8 @@ function warnOrErrorWrongCoordination(coordName, castedValue, value) {
|
|
|
59
59
|
throw Error(`Coordination ${coordName}="${value}" is not valid number`);
|
|
60
60
|
}
|
|
61
61
|
else if (typeof castedValue !== typeof value) {
|
|
62
|
-
console.warn(`Coordination ${coordName}="${value}" is not a typeof number but is typeof ${typeof value}. `
|
|
63
|
-
|
|
62
|
+
console.warn(`Coordination ${coordName}="${value}" is not a typeof number but is typeof ${typeof value}. ` +
|
|
63
|
+
`Was automatically casted as "${castedValue}"`);
|
|
64
64
|
}
|
|
65
65
|
else if (castedValue !== value) {
|
|
66
66
|
console.warn(`Coordination ${coordName}="${value}" is not an integer but is float. Was automatically floored to "${castedValue}"`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coordinationsHelper.js","sourceRoot":"","sources":["../../../src/FrontApplet/Dimensions/coordinationsHelper.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"coordinationsHelper.js","sourceRoot":"","sources":["../../../src/FrontApplet/Dimensions/coordinationsHelper.ts"],"names":[],"mappings":";;;AAOA,SAAgB,qBAAqB,CAAC,KAA0B;IAC/D,IAAI,CAAS,CAAC;IACd,IAAI,CAAS,CAAC;IACd,IAAI,KAAa,CAAC;IAClB,IAAI,MAAc,CAAC;IAEnB,IAAI,KAAK,CAAC,CAAC,KAAK,SAAS,IAAI,KAAK,CAAC,CAAC,KAAK,IAAI,EAAE;QAC9C,CAAC,GAAG,CAAC,CAAC;KACN;SAAM,IAAI,OAAO,KAAK,CAAC,CAAC,KAAK,QAAQ,EAAE;QACvC,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAQ,CAAC,CAAC;KAC7B;SAAM;QACN,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACxB;IACD,4BAA4B,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IAE9C,IAAI,KAAK,CAAC,CAAC,KAAK,SAAS,IAAI,KAAK,CAAC,CAAC,KAAK,IAAI,EAAE;QAC9C,CAAC,GAAG,CAAC,CAAC;KACN;SAAM,IAAI,OAAO,KAAK,CAAC,CAAC,KAAK,QAAQ,EAAE;QACvC,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAQ,CAAC,CAAC;KAC7B;SAAM;QACN,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACxB;IACD,4BAA4B,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IAE9C,IAAI,KAAK,CAAC,KAAK,KAAK,SAAS,IAAI,KAAK,CAAC,KAAK,KAAK,IAAI,EAAE;QACtD,KAAK,GAAG,CAAC,CAAC;KACV;SAAM,IAAI,OAAO,KAAK,CAAC,KAAK,KAAK,QAAQ,EAAE;QAC3C,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,KAAY,CAAC,CAAC;KACrC;SAAM;QACN,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;KAChC;IACD,4BAA4B,CAAC,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IAE1D,IAAI,KAAK,CAAC,MAAM,KAAK,SAAS,IAAI,KAAK,CAAC,MAAM,KAAK,IAAI,EAAE;QACxD,MAAM,GAAG,CAAC,CAAC;KACX;SAAM,IAAI,OAAO,KAAK,CAAC,MAAM,KAAK,QAAQ,EAAE;QAC5C,MAAM,GAAG,QAAQ,CAAC,KAAK,CAAC,MAAa,CAAC,CAAC;KACvC;SAAM;QACN,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAClC;IACD,4BAA4B,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7D,OAAO;QACN,CAAC;QACD,CAAC;QACD,KAAK;QACL,MAAM;KACN,CAAC;AACH,CAAC;AAhDD,sDAgDC;AAED,SAAS,4BAA4B,CAAC,SAAoC,EAAE,WAAmB,EAAE,KAAc;IAC9G,IAAI,KAAK,CAAC,WAAW,CAAC,EAAE;QACvB,MAAM,KAAK,CAAC,gBAAgB,SAAS,KAAK,KAAK,uBAAuB,CAAC,CAAC;KACxE;SAAM,IAAI,OAAO,WAAW,KAAK,OAAO,KAAK,EAAE;QAC/C,OAAO,CAAC,IAAI,CACX,gBAAgB,SAAS,KAAK,KAAK,0CAA0C,OAAO,KAAK,IAAI;YAC5F,gCAAgC,WAAW,GAAG,CAC/C,CAAC;KACF;SAAM,IAAI,WAAW,KAAK,KAAK,EAAE;QACjC,OAAO,CAAC,IAAI,CAAC,gBAAgB,SAAS,KAAK,KAAK,mEAAmE,WAAW,GAAG,CAAC,CAAC;KACnI;AACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Display.js","sourceRoot":"","sources":["../../../src/FrontApplet/Display/Display.ts"],"names":[],"mappings":";;;;;;;;;;;AACA,mDAA4C;AAE5C,MAAM,OAAO;
|
|
1
|
+
{"version":3,"file":"Display.js","sourceRoot":"","sources":["../../../src/FrontApplet/Display/Display.ts"],"names":[],"mappings":";;;;;;;;;;;AACA,mDAA4C;AAE5C,MAAM,OAAO;IAKZ,YAAoB,aAAqB,EAAU,WAA8B;QAA7D,kBAAa,GAAb,aAAa,CAAQ;QAAU,gBAAW,GAAX,WAAW,CAAmB;QAF1E,YAAO,GAAkB,IAAI,CAAC;IAE+C,CAAC;IAExE,QAAQ,CAAC,UAAkB;;YACvC,kBAAQ,CAAC,EAAE,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;YAClC,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC;gBAC3C,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;gBACjC,UAAU;aACV,CAAC,CAAC;YACH,OAAO,QAAQ,CAAC;QACjB,CAAC;KAAA;IAEO,UAAU,CAAC,IAAY;QAC9B,OAAO,IAAI,CAAC,aAAa,GAAG,GAAG,GAAG,OAAO,CAAC,cAAc,GAAG,GAAG,GAAG,IAAI,CAAC;IACvE,CAAC;;AAjBa,sBAAc,GAAW,SAAS,CAAC;AAoBlD,kBAAe,OAAO,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class AppletCommandError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { type: parameters.type ? parameters.type : 'AppletCommandError', pathToDocs: AppletCommandError.PATH_TO_DOCS, kind: 'appletError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletCommandError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletCommandError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletCommandError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,kBAAmB,SAAQ,qBAAW;IAG1D,YAAY,UAAqC;QAChD,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletCommandError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletCommandError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,kBAAmB,SAAQ,qBAAW;IAG1D,YAAY,UAAqC;QAChD,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,oBAAoB,EAC9D,UAAU,EAAE,kBAAkB,CAAC,YAAY,EAC3C,IAAI,EAAE,aAAa,IAClB,CAAC;IACJ,CAAC;;AAVF,qCAWC;AAVuB,+BAAY,GAAW,oBAAoB,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const SosError_1 = require("./SosError");
|
|
4
4
|
class AppletError extends SosError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { type: parameters.type ? parameters.type : 'AppletError', kind: 'sosError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletError.ts"],"names":[],"mappings":";;AAAA,yCAAmE;AAMnE,MAAqB,WAAY,SAAQ,kBAAQ;IAChD,YAAY,UAA8B;QACzC,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletError.ts"],"names":[],"mappings":";;AAAA,yCAAmE;AAMnE,MAAqB,WAAY,SAAQ,kBAAQ;IAChD,YAAY,UAA8B;QACzC,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,aAAa,EACvD,IAAI,EAAE,UAAU,IACf,CAAC;IACJ,CAAC;CACD;AARD,8BAQC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class AppletHardwareError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletHardwareError.PATH_TO_DOCS, type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletHardwareError.PATH_TO_DOCS, type: parameters.type ? parameters.type : 'AppletHardwareError', kind: 'appletError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletHardwareError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletHardwareError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletHardwareError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,mBAAoB,SAAQ,qBAAW;IAG3D,YAAY,UAAsC;QACjD,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,mBAAmB,CAAC,YAAY,EAC5C,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletHardwareError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletHardwareError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,mBAAoB,SAAQ,qBAAW;IAG3D,YAAY,UAAsC;QACjD,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,mBAAmB,CAAC,YAAY,EAC5C,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,qBAAqB,EAC/D,IAAI,EAAE,aAAa,IAClB,CAAC;IACJ,CAAC;;AAVF,sCAWC;AAVuB,gCAAY,GAAW,qBAAqB,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class AppletOfflineCacheError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { kind: 'appletError', type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { kind: 'appletError', type: parameters.type ? parameters.type : 'AppletOfflineCacheError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletOfflineCacheError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletOfflineCacheError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletOfflineCacheError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,uBAAwB,SAAQ,qBAAW;IAC/D,YAAY,UAA0C;QACrD,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletOfflineCacheError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletOfflineCacheError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,uBAAwB,SAAQ,qBAAW;IAC/D,YAAY,UAA0C;QACrD,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,yBAAyB,IAClE,CAAC;IACJ,CAAC;CACD;AARD,0CAQC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class AppletResourcesError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletResourcesError.PATH_TO_DOCS, kind: 'appletError', type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletResourcesError.PATH_TO_DOCS, kind: 'appletError', type: parameters.type ? parameters.type : 'AppletResourcesError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletResourcesError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletResourcesError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletResourcesError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,oBAAqB,SAAQ,qBAAW;IAG5D,YAAY,UAAuC;QAClD,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,oBAAoB,CAAC,YAAY,EAC7C,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletResourcesError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletResourcesError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,oBAAqB,SAAQ,qBAAW;IAG5D,YAAY,UAAuC;QAClD,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,oBAAoB,CAAC,YAAY,EAC7C,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,sBAAsB,IAC/D,CAAC;IACJ,CAAC;;AAVF,uCAWC;AAVuB,iCAAY,GAAW,6BAA6B,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class AppletSecurityError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletSecurityError.PATH_TO_DOCS, kind: 'appletError', type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletSecurityError.PATH_TO_DOCS, kind: 'appletError', type: parameters.type ? parameters.type : 'AppletSecurityError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletSecurityError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletSecurityError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletSecurityError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,mBAAoB,SAAQ,qBAAW;IAG3D,YAAY,UAAsC;QACjD,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,mBAAmB,CAAC,YAAY,EAC5C,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletSecurityError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletSecurityError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,mBAAoB,SAAQ,qBAAW;IAG3D,YAAY,UAAsC;QACjD,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,mBAAmB,CAAC,YAAY,EAC5C,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,qBAAqB,IAC9D,CAAC;IACJ,CAAC;;AAVF,sCAWC;AAVuB,gCAAY,GAAW,8CAA8C,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class AppletStreamError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { kind: 'appletError', type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { kind: 'appletError', type: parameters.type ? parameters.type : 'AppletStreamError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletStreamError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletStreamError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletStreamError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,iBAAkB,SAAQ,qBAAW;IACzD,YAAY,UAAoC;QAC/C,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletStreamError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletStreamError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,iBAAkB,SAAQ,qBAAW;IACzD,YAAY,UAAoC;QAC/C,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,IAC5D,CAAC;IACJ,CAAC;CACD;AARD,oCAQC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class AppletVideoError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletVideoError.PATH_TO_DOCS, kind: 'appletError', type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { pathToDocs: AppletVideoError.PATH_TO_DOCS, kind: 'appletError', type: parameters.type ? parameters.type : 'AppletVideoError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = AppletVideoError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppletVideoError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletVideoError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,gBAAiB,SAAQ,qBAAW;IAGxD,YAAY,UAAmC;QAC9C,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,gBAAgB,CAAC,YAAY,EACzC,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"AppletVideoError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/AppletVideoError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,gBAAiB,SAAQ,qBAAW;IAGxD,YAAY,UAAmC;QAC9C,KAAK,iCACD,UAAU,KACb,UAAU,EAAE,gBAAgB,CAAC,YAAY,EACzC,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,kBAAkB,IAC3D,CAAC;IACJ,CAAC;;AAVF,mCAWC;AAVuB,6BAAY,GAAW,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorSuggestions.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/ErrorSuggestions.ts"],"names":[],"mappings":";;AAAA,IAAK,gBAOJ;AAPD,WAAK,gBAAgB;IACpB,6FAAyE,CAAA;IACzE,kEAA8C,CAAA;IAC9C,
|
|
1
|
+
{"version":3,"file":"ErrorSuggestions.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/ErrorSuggestions.ts"],"names":[],"mappings":";;AAAA,IAAK,gBAOJ;AAPD,WAAK,gBAAgB;IACpB,6FAAyE,CAAA;IACzE,kEAA8C,CAAA;IAC9C,4PAE8F,CAAA;IAC9F,+FAA2E,CAAA;AAC5E,CAAC,EAPI,gBAAgB,KAAhB,gBAAgB,QAOpB;AAED,kBAAe,gBAAgB,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const AppletError_1 = require("./AppletError");
|
|
4
4
|
class FileNotFoundError extends AppletError_1.default {
|
|
5
5
|
constructor(parameters) {
|
|
6
|
-
super(Object.assign(Object.assign({}, parameters), { kind: 'appletError', type:
|
|
6
|
+
super(Object.assign(Object.assign({}, parameters), { kind: 'appletError', type: parameters.type ? parameters.type : 'FileNotFoundError' }));
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
exports.default = FileNotFoundError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileNotFoundError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/FileNotFoundError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,iBAAkB,SAAQ,qBAAW;IACzD,YAAY,UAA8B;QACzC,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"FileNotFoundError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/FileNotFoundError.ts"],"names":[],"mappings":";;AAAA,+CAAwC;AAOxC,MAAqB,iBAAkB,SAAQ,qBAAW;IACzD,YAAY,UAA8B;QACzC,KAAK,iCACD,UAAU,KACb,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,IAC5D,CAAC;IACJ,CAAC;CACD;AARD,oCAQC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SosError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/SosError.ts"],"names":[],"mappings":";;AAAA,+CAA0E;AAmB1E,MAAqB,QAAS,SAAQ,KAAK;IAK1C,YAAY,
|
|
1
|
+
{"version":3,"file":"SosError.js","sourceRoot":"","sources":["../../../src/FrontApplet/Error/SosError.ts"],"names":[],"mappings":";;AAAA,+CAA0E;AAmB1E,MAAqB,QAAS,SAAQ,KAAK;IAK1C,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,IAAI,EAAmB;QAC3E,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC;QACrC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC7B,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC7B,IAAI,CAAC,KAAK,GAAG,8BAAgB,CAAC;YAC7B,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,OAAO;YACP,IAAI;YACJ,UAAU,EAAE,IAAI,CAAC,KAAK;YACtB,UAAU;YACV,UAAU;SACiB,CAAC,CAAC;IAC/B,CAAC;CACD;AApBD,2BAoBC"}
|