@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.
Files changed (180) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/bundle.js +1 -1
  3. package/dist/bundle.js.map +1 -1
  4. package/docs/js-api/js-file-system.md +0 -5
  5. package/docs/js-api/js-video-stream.md +29 -21
  6. package/es6/FrontApplet/Browser/Browser.js.map +1 -1
  7. package/es6/FrontApplet/Browser/IOpenLinkOptions.js +18 -9
  8. package/es6/FrontApplet/Browser/IOpenLinkOptions.js.map +1 -1
  9. package/es6/FrontApplet/Browser/events.js.map +1 -1
  10. package/es6/FrontApplet/Browser/messages.d.ts +1 -1
  11. package/es6/FrontApplet/Command/Command.js +11 -5
  12. package/es6/FrontApplet/Command/Command.js.map +1 -1
  13. package/es6/FrontApplet/Command/ICommand.d.ts +1 -1
  14. package/es6/FrontApplet/Command/ICommandEvent.d.ts +2 -2
  15. package/es6/FrontApplet/Command/ICommandEventListener.d.ts +1 -1
  16. package/es6/FrontApplet/Debug/Debug.d.ts +3 -3
  17. package/es6/FrontApplet/Debug/Debug.js +5 -5
  18. package/es6/FrontApplet/Debug/Debug.js.map +1 -1
  19. package/es6/FrontApplet/DeviceInfo/DeviceInfo.d.ts +1 -1
  20. package/es6/FrontApplet/DeviceInfo/DeviceInfo.js +2 -2
  21. package/es6/FrontApplet/DeviceInfo/DeviceInfo.js.map +1 -1
  22. package/es6/FrontApplet/Dimensions/coordinationsHelper.js +2 -2
  23. package/es6/FrontApplet/Dimensions/coordinationsHelper.js.map +1 -1
  24. package/es6/FrontApplet/Display/Display.js.map +1 -1
  25. package/es6/FrontApplet/Error/AppletCommandError.js +1 -1
  26. package/es6/FrontApplet/Error/AppletCommandError.js.map +1 -1
  27. package/es6/FrontApplet/Error/AppletError.js +1 -1
  28. package/es6/FrontApplet/Error/AppletError.js.map +1 -1
  29. package/es6/FrontApplet/Error/AppletHardwareError.js +1 -1
  30. package/es6/FrontApplet/Error/AppletHardwareError.js.map +1 -1
  31. package/es6/FrontApplet/Error/AppletOfflineCacheError.js +1 -1
  32. package/es6/FrontApplet/Error/AppletOfflineCacheError.js.map +1 -1
  33. package/es6/FrontApplet/Error/AppletResourcesError.js +1 -1
  34. package/es6/FrontApplet/Error/AppletResourcesError.js.map +1 -1
  35. package/es6/FrontApplet/Error/AppletSecurityError.js +1 -1
  36. package/es6/FrontApplet/Error/AppletSecurityError.js.map +1 -1
  37. package/es6/FrontApplet/Error/AppletStreamError.js +1 -1
  38. package/es6/FrontApplet/Error/AppletStreamError.js.map +1 -1
  39. package/es6/FrontApplet/Error/AppletVideoError.js +1 -1
  40. package/es6/FrontApplet/Error/AppletVideoError.js.map +1 -1
  41. package/es6/FrontApplet/Error/ErrorCodesMessages.d.ts +1 -1
  42. package/es6/FrontApplet/Error/ErrorSuggestions.js.map +1 -1
  43. package/es6/FrontApplet/Error/FileNotFoundError.js +1 -1
  44. package/es6/FrontApplet/Error/FileNotFoundError.js.map +1 -1
  45. package/es6/FrontApplet/Error/SosError.js.map +1 -1
  46. package/es6/FrontApplet/Error/errorHelper.js +3 -7
  47. package/es6/FrontApplet/Error/errorHelper.js.map +1 -1
  48. package/es6/FrontApplet/Exchange/Exchange.d.ts +1 -1
  49. package/es6/FrontApplet/Exchange/Exchange.js.map +1 -1
  50. package/es6/FrontApplet/FileSystem/FileSystem.js.map +1 -1
  51. package/es6/FrontApplet/FileSystem/types.js +1 -1
  52. package/es6/FrontApplet/FileSystem/types.js.map +1 -1
  53. package/es6/FrontApplet/Font/fontFaceGenerator.js +4 -4
  54. package/es6/FrontApplet/Font/fontFaceGenerator.js.map +1 -1
  55. package/es6/FrontApplet/FrontApplet.js +1 -3
  56. package/es6/FrontApplet/FrontApplet.js.map +1 -1
  57. package/es6/FrontApplet/Hardware/Hardware.js.map +1 -1
  58. package/es6/FrontApplet/Hardware/Led/Led.js +3 -1
  59. package/es6/FrontApplet/Hardware/Led/Led.js.map +1 -1
  60. package/es6/FrontApplet/Hardware/SerialPort.d.ts +1 -1
  61. package/es6/FrontApplet/Hardware/SerialPort.js.map +1 -1
  62. package/es6/FrontApplet/Hash/generator.js.map +1 -1
  63. package/es6/FrontApplet/IMessage.d.ts +1 -1
  64. package/es6/FrontApplet/IPostMessage.d.ts +1 -1
  65. package/es6/FrontApplet/Iframe/Iframe.js +1 -1
  66. package/es6/FrontApplet/Iframe/Iframe.js.map +1 -1
  67. package/es6/FrontApplet/Input/IKeyUpEvent.d.ts +1 -1
  68. package/es6/FrontApplet/Input/IKeyUpEventListener.d.ts +1 -1
  69. package/es6/FrontApplet/Input/Input.js.map +1 -1
  70. package/es6/FrontApplet/Management/App.js.map +1 -1
  71. package/es6/FrontApplet/Management/Audio.js.map +1 -1
  72. package/es6/FrontApplet/Management/AutoRecovery.d.ts +2 -2
  73. package/es6/FrontApplet/Management/Debug.js.map +1 -1
  74. package/es6/FrontApplet/Management/Firmware.js.map +1 -1
  75. package/es6/FrontApplet/Management/IAutoRecovery.js.map +1 -1
  76. package/es6/FrontApplet/Management/INetworkInfo.js +3 -3
  77. package/es6/FrontApplet/Management/INetworkInfo.js.map +1 -1
  78. package/es6/FrontApplet/Management/IOrientation.d.ts +1 -1
  79. package/es6/FrontApplet/Management/IPeerRecovery.js.map +1 -1
  80. package/es6/FrontApplet/Management/Management.d.ts +1 -1
  81. package/es6/FrontApplet/Management/Management.js.map +1 -1
  82. package/es6/FrontApplet/Management/Network.js.map +1 -1
  83. package/es6/FrontApplet/Management/OS.js.map +1 -1
  84. package/es6/FrontApplet/Management/Package.js.map +1 -1
  85. package/es6/FrontApplet/Management/PeerRecovery.d.ts +2 -2
  86. package/es6/FrontApplet/Management/PeerRecovery.js +3 -3
  87. package/es6/FrontApplet/Management/PeerRecovery.js.map +1 -1
  88. package/es6/FrontApplet/Management/Power.js +28 -5
  89. package/es6/FrontApplet/Management/Power.js.map +1 -1
  90. package/es6/FrontApplet/Management/Proxy.js.map +1 -1
  91. package/es6/FrontApplet/Management/RemoteControl.js.map +1 -1
  92. package/es6/FrontApplet/Management/Screen.js +12 -2
  93. package/es6/FrontApplet/Management/Screen.js.map +1 -1
  94. package/es6/FrontApplet/Management/Security.js.map +1 -1
  95. package/es6/FrontApplet/Management/Time.js.map +1 -1
  96. package/es6/FrontApplet/Management/Wifi.js.map +1 -1
  97. package/es6/FrontApplet/Management/helpers/SecurityHelper.js +3 -1
  98. package/es6/FrontApplet/Management/helpers/SecurityHelper.js.map +1 -1
  99. package/es6/FrontApplet/Monitors/Monitors.js.map +1 -1
  100. package/es6/FrontApplet/OSD/OSD.js +2 -2
  101. package/es6/FrontApplet/OSD/OSD.js.map +1 -1
  102. package/es6/FrontApplet/Offline/Cache/Cache.d.ts +2 -2
  103. package/es6/FrontApplet/Offline/Cache/Cache.js.map +1 -1
  104. package/es6/FrontApplet/Offline/Cache/IChecksumMessage.d.ts +1 -1
  105. package/es6/FrontApplet/Offline/Cache/IFile.d.ts +1 -1
  106. package/es6/FrontApplet/Offline/Cache/IListedContentsMessage.d.ts +1 -1
  107. package/es6/FrontApplet/Offline/Cache/IListedFilesMessage.d.ts +1 -1
  108. package/es6/FrontApplet/Offline/Cache/ILoadedContentMessage.d.ts +1 -1
  109. package/es6/FrontApplet/Offline/Cache/ILoadedFileMessage.d.ts +1 -1
  110. package/es6/FrontApplet/Offline/Cache/ISavedContentMessage.d.ts +1 -1
  111. package/es6/FrontApplet/Offline/Cache/ISavedContents.d.ts +1 -1
  112. package/es6/FrontApplet/Offline/Cache/ISavedFileMessage.d.ts +1 -1
  113. package/es6/FrontApplet/Offline/Cache/ISavedFiles.d.ts +1 -1
  114. package/es6/FrontApplet/Offline/Cache/IValidatedChecksumMessage.d.ts +1 -1
  115. package/es6/FrontApplet/Offline/Flags/AppendFlagController.js +1 -1
  116. package/es6/FrontApplet/Offline/Flags/AppendFlagController.js.map +1 -1
  117. package/es6/FrontApplet/Offline/Flags/IFlag.d.ts +1 -1
  118. package/es6/FrontApplet/Offline/Flags/IFlag.js +2 -2
  119. package/es6/FrontApplet/Offline/Flags/IFlag.js.map +1 -1
  120. package/es6/FrontApplet/Offline/Flags/IFlagController.d.ts +1 -1
  121. package/es6/FrontApplet/Offline/Flags/IFlags.d.ts +1 -1
  122. package/es6/FrontApplet/Offline/IAddFont.js.map +1 -1
  123. package/es6/FrontApplet/Offline/IElement.d.ts +1 -1
  124. package/es6/FrontApplet/Offline/IElement.js.map +1 -1
  125. package/es6/FrontApplet/Offline/IFileType.d.ts +1 -1
  126. package/es6/FrontApplet/Offline/IFileType.js.map +1 -1
  127. package/es6/FrontApplet/Offline/ISaveFile.d.ts +2 -2
  128. package/es6/FrontApplet/Offline/ISaveFile.js +10 -5
  129. package/es6/FrontApplet/Offline/ISaveFile.js.map +1 -1
  130. package/es6/FrontApplet/Offline/LoadFile/CssLoadFileController.js.map +1 -1
  131. package/es6/FrontApplet/Offline/LoadFile/ILoadFile.d.ts +1 -1
  132. package/es6/FrontApplet/Offline/LoadFile/ILoadFileController.d.ts +1 -1
  133. package/es6/FrontApplet/Offline/LoadFile/JavascriptLoadFileController.js.map +1 -1
  134. package/es6/FrontApplet/Offline/Offline.js +2 -7
  135. package/es6/FrontApplet/Offline/Offline.js.map +1 -1
  136. package/es6/FrontApplet/Offline/Types.js +3 -3
  137. package/es6/FrontApplet/Offline/Types.js.map +1 -1
  138. package/es6/FrontApplet/ProofOfPlay/ProofOfPlay.js.map +1 -1
  139. package/es6/FrontApplet/Sensors/Proximity.js.map +1 -1
  140. package/es6/FrontApplet/Sensors/Sensors.js.map +1 -1
  141. package/es6/FrontApplet/Stream/IStreamEventProperties.d.ts +0 -2
  142. package/es6/FrontApplet/Stream/Stream.d.ts +2 -2
  143. package/es6/FrontApplet/Stream/Stream.js +45 -14
  144. package/es6/FrontApplet/Stream/Stream.js.map +1 -1
  145. package/es6/FrontApplet/Sync/Sync.d.ts +1 -1
  146. package/es6/FrontApplet/Sync/Sync.js +6 -3
  147. package/es6/FrontApplet/Sync/Sync.js.map +1 -1
  148. package/es6/FrontApplet/Timing/Timing.js.map +1 -1
  149. package/es6/FrontApplet/Timing/Triggers/Triggers.js.map +1 -1
  150. package/es6/FrontApplet/Touch/Touch.js +1 -1
  151. package/es6/FrontApplet/Touch/Touch.js.map +1 -1
  152. package/es6/FrontApplet/Validate/Validate.d.ts +2 -2
  153. package/es6/FrontApplet/Validate/Validate.js +17 -29
  154. package/es6/FrontApplet/Validate/Validate.js.map +1 -1
  155. package/es6/FrontApplet/Validate/ValidateObjectInterface.js +4 -7
  156. package/es6/FrontApplet/Validate/ValidateObjectInterface.js.map +1 -1
  157. package/es6/FrontApplet/Video/IOptions.d.ts +2 -0
  158. package/es6/FrontApplet/Video/IVideoEvent.d.ts +1 -1
  159. package/es6/FrontApplet/Video/IVideoEvent.js +1 -3
  160. package/es6/FrontApplet/Video/IVideoEvent.js.map +1 -1
  161. package/es6/FrontApplet/Video/IVideoEventListener.d.ts +1 -1
  162. package/es6/FrontApplet/Video/IVideoMessage.d.ts +1 -1
  163. package/es6/FrontApplet/Video/IVideoProperties.d.ts +1 -1
  164. package/es6/FrontApplet/Video/Video.js +7 -7
  165. package/es6/FrontApplet/Video/Video.js.map +1 -1
  166. package/es6/FrontApplet/createFrontApplet.js.map +1 -1
  167. package/es6/Monitoring/Console/consoleCommands.js.map +1 -1
  168. package/es6/Monitoring/FileSystem/fileSystemCommands.d.ts +1 -1
  169. package/es6/Monitoring/FileSystem/fileSystemCommands.js +32 -32
  170. package/es6/Monitoring/FileSystem/fileSystemCommands.js.map +1 -1
  171. package/es6/Monitoring/Html/htmlCommands.js.map +1 -1
  172. package/es6/Monitoring/Montoring.js.map +1 -1
  173. package/es6/Monitoring/Offline/Cache/offlineCacheCommands.d.ts +1 -1
  174. package/es6/Monitoring/Offline/Cache/offlineCacheCommands.js +2 -2
  175. package/es6/Monitoring/Offline/Cache/offlineCacheCommands.js.map +1 -1
  176. package/es6/Monitoring/Timing/timingCommands.js.map +1 -1
  177. package/es6/Monitoring/Video/videoCommands.js.map +1 -1
  178. package/es6/Monitoring/monitoringCommands.js.map +1 -1
  179. package/es6/bundle.js.map +1 -1
  180. 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
- | `protocol` | String | <div class="red">Yes</div> | Protocol that the stream is using |
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
- | `background` | Boolean | <div class="red">No</div> | Prepare stream in the background |
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
- await sos.stream.prepare(uri, x, y, width, height, protocol);
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, protocol, { background: true });
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
- | `protocol` | String | <div class="red">Yes</div> | Protocol that the stream is using |
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
- | `autoReconnect` | Boolean | <div class="red">No</div> | Automatically reconnect stream when it disconnects |
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="red">No</div> | Interval in miliseconds between reconnect attempts |
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
- await sos.stream.play(uri, x, y, width, height, protocol);
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 - enable auto reconnect
124
- await sos.stream.play(uri, x, y, width, height, protocol, { autoReconnect: true });
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
- // Example with options - reconnect every 10 seconds
127
- await sos.stream.play(uri, x, y, width, height, protocol, { autoReconnect: true, autoReconnectInterval: 10000 });
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
- protocolType: 'HLS' | 'RTP' | 'HTTP' | 'UDP' | 'RTMP' | 'RTSP';
280
- options?: {
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":";;;;;;;;;;;AACA,yDAAmF;AAEnF,mDAA4C;AAC5C,qCAA8D;AAC9D,mCAAsC;AAItC,MAAqB,OAAO;IAI3B,YACkB,QAAwB;QAAxB,aAAQ,GAAR,QAAQ,CAAgB;QAHzB,WAAM,GAAiB,IAAI,qBAAY,EAAE,CAAC;IAK3D,CAAC;IAEY,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,CACpB,GAAW,EACX,UAAsC,EAAE;;YAExC,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;AA3ED,0BA2EC"}
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: { '?object': {
6
+ shape: {
7
+ '?object': {
7
8
  cornerSize: '?number',
8
9
  },
9
10
  },
10
- colors: { '?object': {
11
+ colors: {
12
+ '?object': {
11
13
  primary: '?string',
12
14
  background: '?string',
13
15
  control: '?string',
14
16
  },
15
17
  },
16
- widgets: { '?object': {
17
- editAddress: { '?object': {
18
- colors: { '?object': {
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: { '?object': {
26
- colors: { '?object': {
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: { '?object': {
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: { '?object': {
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":";;;AAmCa,QAAA,OAAO,GAAG;IACtB,IAAI,EAAE,EAAC,SAAS,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,EAAC;IACpC,KAAK,EAAE,EAAC,SAAS,EAAE;YACjB,UAAU,EAAE,SAAS;SACrB;KACD;IACD,MAAM,EAAE,EAAC,SAAS,EAAE;YAClB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,SAAS;SAClB;KACD;IACD,OAAO,EAAE,EAAC,SAAS,EAAE;YACnB,WAAW,EAAE,EAAC,SAAS,EAAE;oBACvB,MAAM,EAAE,EAAC,SAAS,EAAE;4BAClB,UAAU,EAAE,SAAS;4BACrB,IAAI,EAAE,SAAS;yBACf;qBACD;iBACD;aACD;YACD,WAAW,EAAE,EAAC,SAAS,EAAE;oBACvB,MAAM,EAAE,EAAC,SAAS,EAAE;4BAClB,UAAU,EAAE,SAAS;4BACrB,IAAI,EAAE,SAAS;4BACf,IAAI,EAAE,SAAS;yBACf;qBACD;oBACD,IAAI,EAAE,EAAC,SAAS,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAC;oBAC7D,IAAI,EAAE,SAAS;iBACf;aACD;YACD,QAAQ,EAAE,EAAC,SAAS,EAAE;oBACpB,KAAK,EAAE,SAAS;iBAChB;aACD;SACD;KACD;CACD,CAAC;AA8BW,QAAA,iBAAiB,GAAG;IAChC,UAAU,EAAE,EAAC,QAAQ,EAAE,QAAQ,EAAC;IAChC,OAAO,EAAE,EAAC,SAAS,EAAE,CAAC,WAAW,EAAE,WAAW,CAAC,EAAC;IAChD,kBAAkB,EAAE,UAAU;IAC9B,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE,EAAC,SAAS,EAAE;YACvB,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,KAAK,EAAE,QAAQ;YACf,MAAM,EAAE,QAAQ;SAChB;KACD;IACD,KAAK,EAAE,EAAC,SAAS,EAAE,eAAO,EAAC;IAC3B,YAAY,EAAE,UAAU;IACxB,SAAS,EAAE,UAAU;IACrB,YAAY,EAAE,UAAU;CACxB,CAAC"}
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":";;;AACA,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"}
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"}
@@ -1,4 +1,4 @@
1
- import IMessage from "../IMessage";
1
+ import IMessage from '../IMessage';
2
2
  export declare type IBrowserMessage = IBrowserClosedMessage;
3
3
  export declare type IBrowserClosedMessage = IMessage & {
4
4
  reason: 'API' | 'USER' | 'TIMEOUT';
@@ -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("dispatch"),
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 }).setError(new AppletCommandError_1.default({
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
- })).required().string().matchRegExp(regex);
59
- Validate_1.default({ type }).setError(new AppletCommandError_1.default({
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
- })).lengthMax(100);
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":";;;;;;;;;;;AACA,mCAAsC;AAKtC,oEAA6D;AAC7D,oDAA6C;AAC7C,gEAAyD;AACzD,mDAA4C;AAE5C,MAAqB,OAAO;IAM3B,YACS,aAAqB,EACrB,WAA+B;QAD/B,kBAAa,GAAb,aAAa,CAAQ;QACrB,gBAAW,GAAX,WAAW,CAAoB;QAEvC,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,EAAC,QAAQ,EAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC;QAC3C,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,EAAC,IAAI,EAAC,CAAC,CAAC,QAAQ,CACxB,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,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QAEzC,kBAAQ,CAAC,EAAC,IAAI,EAAC,CAAC,CAAC,QAAQ,CACxB,IAAI,4BAAkB,CAAC;YACtB,IAAI,EAAE,oBAAoB;YAC1B,OAAO,EAAE,qCAAqC;YAC9C,IAAI,EAAE,oBAAU,CAAC,wBAAwB;SACzC,CAAC,CACF,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAClB,CAAC;;AA9DF,0BA+DC;AA7Dc,sBAAc,GAAW,SAAS,CAAC"}
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,4 +1,4 @@
1
- export default ICommand;
2
1
  interface ICommand {
3
2
  type: string;
4
3
  }
4
+ export default ICommand;
@@ -1,6 +1,6 @@
1
- import ICommand from "./ICommand";
2
- export default ICommandEvent;
1
+ import ICommand from './ICommand';
3
2
  interface ICommandEvent<TCommand extends ICommand> {
4
3
  type: 'command';
5
4
  command: TCommand;
6
5
  }
6
+ export default ICommandEvent;
@@ -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 "events";
3
- import IPostMessage from "../IPostMessage";
4
- import IMessage from "../IMessage";
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("configure"):
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("weinre/web/target/target-script");
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 + "." + Debug.MESSAGE_PREFIX + "." + name;
56
+ return this.messagePrefix + '.' + Debug.MESSAGE_PREFIX + '.' + name;
57
57
  }
58
58
  }
59
59
  exports.default = Debug;
60
- Debug.MESSAGE_PREFIX = "debug";
61
- Debug.DEBUG_CHANGED = "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,YACiB,MAA2B,EACnC,aAAqB,EACrB,WAA8B;QAEtC,KAAK,EAAE,CAAC;QAJQ,WAAM,GAAN,MAAM,CAAqB;QACnC,kBAAa,GAAb,aAAa,CAAQ;QACrB,gBAAW,GAAX,WAAW,CAAmB;IAGvC,CAAC;IAEY,oBAAoB;;YAChC,MAAM,EAAE,SAAS,EAAE,GAAI,MAAM,IAAI,CAAC,WAAW,CAAC;gBAC7C,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,EAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAC,CAAC,CAAC,CAAC;IACpF,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;;AAjDF,wBAkDC;AAjDc,oBAAc,GAAW,OAAO,CAAC;AACjC,mBAAa,GAAW,eAAe,CAAC"}
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"}
@@ -1,4 +1,4 @@
1
- import IPostMessage from "../IPostMessage";
1
+ import IPostMessage from '../IPostMessage';
2
2
  import { IDeviceLocation, IOrganizationTag } from './DeviceInfoHelper';
3
3
  export default class DeviceInfo {
4
4
  private messagePrefix;
@@ -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 = "device_info";
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,YACS,aAAqB,EACrB,WAA8B;QAD9B,kBAAa,GAAb,aAAa,CAAQ;QACrB,gBAAW,GAAX,WAAW,CAAmB;IACpC,CAAC;IAES,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;;AApBF,6BAqBC;AApBc,yBAAc,GAAW,aAAa,CAAC"}
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
- + `Was automatically casted as "${castedValue}"`);
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":";;;AAQA,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;cAC3F,gCAAgC,WAAW,GAAG,CAChD,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
+ {"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;IAMZ,YACS,aAAqB,EACrB,WAA8B;QAD9B,kBAAa,GAAb,aAAa,CAAQ;QACrB,gBAAW,GAAX,WAAW,CAAmB;QAJhC,YAAO,GAAkB,IAAI,CAAC;IAKlC,CAAC;IAES,QAAQ,CAAC,UAAkB;;YACvC,kBAAQ,CAAC,EAAC,UAAU,EAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAChC,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;;AApBa,sBAAc,GAAW,SAAS,CAAC;AAuBlD,kBAAe,OAAO,CAAC"}
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: (parameters.type) ? parameters.type : 'AppletCommandError', pathToDocs: AppletCommandError.PATH_TO_DOCS, kind: 'appletError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,oBAAoB,EAChE,UAAU,EAAE,kBAAkB,CAAC,YAAY,EAC3C,IAAI,EAAE,aAAa,IAClB,CAAC;IACJ,CAAC;;AAVF,qCAWC;AAVuB,+BAAY,GAAW,oBAAoB,CAAC"}
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: (parameters.type) ? parameters.type : 'AppletError', kind: 'sosError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,aAAa,EACzD,IAAI,EAAE,UAAU,IACf,CAAC;IACJ,CAAC;CACD;AARD,8BAQC"}
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: (parameters.type) ? parameters.type : 'AppletHardwareError', kind: 'appletError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,qBAAqB,EACjE,IAAI,EAAE,aAAa,IAClB,CAAC;IACJ,CAAC;;AAVF,sCAWC;AAVuB,gCAAY,GAAW,qBAAqB,CAAC"}
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: (parameters.type) ? parameters.type : 'AppletOfflineCacheError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,yBAAyB,IACpE,CAAC;IACJ,CAAC;CACD;AARD,0CAQC"}
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: (parameters.type) ? parameters.type : 'AppletResourcesError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,sBAAsB,IACjE,CAAC;IACJ,CAAC;;AAVF,uCAWC;AAVuB,iCAAY,GAAW,6BAA6B,CAAC"}
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: (parameters.type) ? parameters.type : 'AppletSecurityError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,qBAAqB,IAChE,CAAC;IACJ,CAAC;;AAVF,sCAWC;AAVuB,gCAAY,GAAW,8CAA8C,CAAC"}
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: (parameters.type) ? parameters.type : 'AppletStreamError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,IAC9D,CAAC;IACJ,CAAC;CACD;AARD,oCAQC"}
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: (parameters.type) ? parameters.type : 'AppletVideoError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,kBAAkB,IAC7D,CAAC;IACJ,CAAC;;AAVF,mCAWC;AAVuB,6BAAY,GAAW,kBAAkB,CAAC"}
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,3 +1,3 @@
1
- import ErrorCodes from "./ErrorCodes";
1
+ import ErrorCodes from './ErrorCodes';
2
2
  declare const ErrorCodesMessages: Record<ErrorCodes, string>;
3
3
  export default ErrorCodesMessages;
@@ -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,4PAEkG,CAAA;IAClG,+FAA2E,CAAA;AAC5E,CAAC,EAPI,gBAAgB,KAAhB,gBAAgB,QAOpB;AAED,kBAAe,gBAAgB,CAAC"}
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: (parameters.type) ? parameters.type : 'FileNotFoundError' }));
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,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,IAC9D,CAAC;IACJ,CAAC;CACD;AARD,oCAQC"}
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,EAAC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,IAAI,EAAkB;QACzE,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"}
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"}