@node-red/editor-client 3.0.2 → 3.1.0-beta.2

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 (127) hide show
  1. package/locales/de/editor.json +2 -0
  2. package/locales/de/infotips.json +0 -0
  3. package/locales/de/jsonata.json +0 -0
  4. package/locales/en-US/editor.json +37 -6
  5. package/locales/en-US/infotips.json +0 -0
  6. package/locales/en-US/jsonata.json +0 -0
  7. package/locales/fr/editor.json +1238 -0
  8. package/locales/fr/infotips.json +23 -0
  9. package/locales/fr/jsonata.json +274 -0
  10. package/locales/ja/editor.json +48 -9
  11. package/locales/ko/editor.json +233 -31
  12. package/locales/ko/infotips.json +0 -0
  13. package/locales/ko/jsonata.json +0 -0
  14. package/locales/pt-BR/editor.json +1208 -0
  15. package/locales/pt-BR/infotips.json +23 -0
  16. package/locales/pt-BR/jsonata.json +274 -0
  17. package/locales/ru/editor.json +2 -0
  18. package/locales/ru/infotips.json +0 -0
  19. package/locales/ru/jsonata.json +0 -0
  20. package/locales/zh-CN/editor.json +1175 -1049
  21. package/locales/zh-TW/editor.json +3 -0
  22. package/package.json +1 -1
  23. package/public/red/about +140 -0
  24. package/public/red/red.js +2699 -1397
  25. package/public/red/red.min.js +4 -3
  26. package/public/red/style.min.css +1 -1
  27. package/public/red/tours/3.0/images/context-menu.png +0 -0
  28. package/public/red/tours/3.0/welcome.js +155 -0
  29. package/public/red/tours/images/context-menu.png +0 -0
  30. package/public/red/tours/images/global-env-vars.png +0 -0
  31. package/public/red/tours/images/hiding-flows.png +0 -0
  32. package/public/red/tours/images/locking-flows.png +0 -0
  33. package/public/red/tours/images/mermaid.png +0 -0
  34. package/public/red/tours/images/node-help.png +0 -0
  35. package/public/red/tours/images/tab-changes.png +0 -0
  36. package/public/red/tours/welcome.js +111 -94
  37. package/public/types/node/assert/strict.d.ts +11 -0
  38. package/public/types/node/assert.d.ts +898 -64
  39. package/public/types/node/async_hooks.d.ts +362 -94
  40. package/public/types/node/buffer.d.ts +2158 -14
  41. package/public/types/node/child_process.d.ts +1109 -257
  42. package/public/types/node/cluster.d.ts +349 -200
  43. package/public/types/node/console.d.ts +313 -43
  44. package/public/types/node/crypto.d.ts +3329 -656
  45. package/public/types/node/dgram.d.ts +459 -58
  46. package/public/types/node/diagnostics_channel.d.ts +155 -0
  47. package/public/types/node/dns/promises.d.ts +371 -0
  48. package/public/types/node/dns.d.ts +532 -265
  49. package/public/types/node/domain.d.ts +159 -16
  50. package/public/types/node/events.d.ts +589 -30
  51. package/public/types/node/fs/promises.d.ts +1097 -0
  52. package/public/types/node/fs.d.ts +2484 -958
  53. package/public/types/node/globals.d.ts +43 -503
  54. package/public/types/node/http.d.ts +1156 -145
  55. package/public/types/node/http2.d.ts +1610 -470
  56. package/public/types/node/https.d.ts +462 -72
  57. package/public/types/node/module.d.ts +72 -13
  58. package/public/types/node/net.d.ts +663 -131
  59. package/public/types/node/os.d.ts +238 -25
  60. package/public/types/node/path.d.ts +57 -23
  61. package/public/types/node/perf_hooks.d.ts +424 -112
  62. package/public/types/node/process.d.ts +1261 -193
  63. package/public/types/node/querystring.d.ts +107 -7
  64. package/public/types/node/readline.d.ts +443 -74
  65. package/public/types/node/stream/consumers.d.ts +15 -0
  66. package/public/types/node/stream/promises.d.ts +45 -0
  67. package/public/types/node/stream/web.d.ts +395 -0
  68. package/public/types/node/stream.d.ts +1081 -177
  69. package/public/types/node/string_decoder.d.ts +57 -0
  70. package/public/types/node/test.d.ts +193 -0
  71. package/public/types/node/timers/promises.d.ts +96 -0
  72. package/public/types/node/timers.d.ts +87 -12
  73. package/public/types/node/tls.d.ts +457 -222
  74. package/public/types/node/trace_events.d.ts +107 -10
  75. package/public/types/node/tty.d.ts +158 -23
  76. package/public/types/node/url.d.ts +734 -28
  77. package/public/types/node/util.d.ts +1542 -164
  78. package/public/types/node/v8.d.ts +261 -73
  79. package/public/types/node/vm.d.ts +384 -32
  80. package/public/types/node/wasi.d.ts +92 -23
  81. package/public/types/node/worker_threads.d.ts +531 -123
  82. package/public/types/node/zlib.d.ts +216 -63
  83. package/public/types/node-red/func.d.ts +3 -0
  84. package/public/vendor/jquery/css/base/images/ui-icons_444444_256x240.png +0 -0
  85. package/public/vendor/jquery/css/base/images/ui-icons_555555_256x240.png +0 -0
  86. package/public/vendor/jquery/css/base/images/ui-icons_777620_256x240.png +0 -0
  87. package/public/vendor/jquery/css/base/images/ui-icons_777777_256x240.png +0 -0
  88. package/public/vendor/jquery/css/base/images/ui-icons_cc0000_256x240.png +0 -0
  89. package/public/vendor/jquery/css/base/images/ui-icons_ffffff_256x240.png +0 -0
  90. package/public/vendor/jquery/css/base/jquery-ui.min.css +4 -4
  91. package/public/vendor/mermaid/mermaid.min.js +1284 -0
  92. package/public/vendor/monaco/dist/{ade705761eb7e702770d.ttf → 7064e66c3890a12c47b4.ttf} +0 -0
  93. package/public/vendor/monaco/dist/css.worker.js +1 -1
  94. package/public/vendor/monaco/dist/css.worker.js.LICENSE.txt +1 -1
  95. package/public/vendor/monaco/dist/editor.js +1 -1
  96. package/public/vendor/monaco/dist/editor.js.LICENSE.txt +5 -1
  97. package/public/vendor/monaco/dist/editor.worker.js +1 -1
  98. package/public/vendor/monaco/dist/html.worker.js +1 -1
  99. package/public/vendor/monaco/dist/html.worker.js.LICENSE.txt +1 -1
  100. package/public/vendor/monaco/dist/json.worker.js +1 -1
  101. package/public/vendor/monaco/dist/json.worker.js.LICENSE.txt +1 -1
  102. package/public/vendor/monaco/dist/locale/cs.js +319 -71
  103. package/public/vendor/monaco/dist/locale/de.js +323 -75
  104. package/public/vendor/monaco/dist/locale/es.js +318 -70
  105. package/public/vendor/monaco/dist/locale/fr.js +327 -79
  106. package/public/vendor/monaco/dist/locale/it.js +325 -77
  107. package/public/vendor/monaco/dist/locale/ja.js +337 -89
  108. package/public/vendor/monaco/dist/locale/ko.js +324 -76
  109. package/public/vendor/monaco/dist/locale/pl.js +322 -74
  110. package/public/vendor/monaco/dist/locale/pt-br.js +321 -73
  111. package/public/vendor/monaco/dist/locale/qps-ploc.js +1580 -1332
  112. package/public/vendor/monaco/dist/locale/ru.js +324 -76
  113. package/public/vendor/monaco/dist/locale/tr.js +326 -78
  114. package/public/vendor/monaco/dist/locale/zh-hans.js +328 -80
  115. package/public/vendor/monaco/dist/locale/zh-hant.js +321 -73
  116. package/public/vendor/monaco/dist/theme/forge.json +236 -0
  117. package/public/vendor/monaco/dist/theme/github-dark.json +348 -0
  118. package/public/vendor/monaco/dist/theme/github-light.json +348 -0
  119. package/public/vendor/monaco/dist/theme/nord.json +93 -0
  120. package/public/vendor/monaco/dist/ts.worker.js +1 -1
  121. package/public/vendor/monaco/dist/ts.worker.js.LICENSE.txt +14 -6
  122. package/public/vendor/vendor.js +9 -15
  123. /package/public/red/tours/{images → 3.0/images}/continuous-search.png +0 -0
  124. /package/public/red/tours/{images → 3.0/images}/debug-path-tooltip.png +0 -0
  125. /package/public/red/tours/{images → 3.0/images}/junction-quick-add.png +0 -0
  126. /package/public/red/tours/{images → 3.0/images}/junction-slice.gif +0 -0
  127. /package/public/red/tours/{images → 3.0/images}/split-wire-with-links.gif +0 -0
@@ -0,0 +1,348 @@
1
+ {
2
+ "base": "vs",
3
+ "inherit": true,
4
+ "rules": [
5
+ {
6
+ "background": "ffffff",
7
+ "token": ""
8
+ },
9
+ {
10
+ "foreground": "6a737d",
11
+ "token": "comment"
12
+ },
13
+ {
14
+ "foreground": "6a737d",
15
+ "token": "punctuation.definition.comment"
16
+ },
17
+ {
18
+ "foreground": "6a737d",
19
+ "token": "string.comment"
20
+ },
21
+ {
22
+ "foreground": "005cc5",
23
+ "token": "constant"
24
+ },
25
+ {
26
+ "foreground": "005cc5",
27
+ "token": "entity.name.constant"
28
+ },
29
+ {
30
+ "foreground": "005cc5",
31
+ "token": "variable.other.constant"
32
+ },
33
+ {
34
+ "foreground": "005cc5",
35
+ "token": "variable.language"
36
+ },
37
+ {
38
+ "foreground": "6f42c1",
39
+ "token": "entity"
40
+ },
41
+ {
42
+ "foreground": "6f42c1",
43
+ "token": "entity.name"
44
+ },
45
+ {
46
+ "foreground": "24292e",
47
+ "token": "variable.parameter.function"
48
+ },
49
+ {
50
+ "foreground": "22863a",
51
+ "token": "entity.name.tag"
52
+ },
53
+ {
54
+ "foreground": "d73a49",
55
+ "token": "keyword"
56
+ },
57
+ {
58
+ "foreground": "d73a49",
59
+ "token": "storage"
60
+ },
61
+ {
62
+ "foreground": "d73a49",
63
+ "token": "storage.type"
64
+ },
65
+ {
66
+ "foreground": "24292e",
67
+ "token": "storage.modifier.package"
68
+ },
69
+ {
70
+ "foreground": "24292e",
71
+ "token": "storage.modifier.import"
72
+ },
73
+ {
74
+ "foreground": "24292e",
75
+ "token": "storage.type.java"
76
+ },
77
+ {
78
+ "foreground": "032f62",
79
+ "token": "string"
80
+ },
81
+ {
82
+ "foreground": "032f62",
83
+ "token": "punctuation.definition.string"
84
+ },
85
+ {
86
+ "foreground": "032f62",
87
+ "token": "string punctuation.section.embedded source"
88
+ },
89
+ {
90
+ "foreground": "005cc5",
91
+ "token": "support"
92
+ },
93
+ {
94
+ "foreground": "005cc5",
95
+ "token": "meta.property-name"
96
+ },
97
+ {
98
+ "foreground": "e36209",
99
+ "token": "variable"
100
+ },
101
+ {
102
+ "foreground": "24292e",
103
+ "token": "variable.other"
104
+ },
105
+ {
106
+ "foreground": "b31d28",
107
+ "fontStyle": "bold italic underline",
108
+ "token": "invalid.broken"
109
+ },
110
+ {
111
+ "foreground": "b31d28",
112
+ "fontStyle": "bold italic underline",
113
+ "token": "invalid.deprecated"
114
+ },
115
+ {
116
+ "foreground": "fafbfc",
117
+ "background": "b31d28",
118
+ "fontStyle": "italic underline",
119
+ "token": "invalid.illegal"
120
+ },
121
+ {
122
+ "foreground": "fafbfc",
123
+ "background": "d73a49",
124
+ "fontStyle": "italic underline",
125
+ "token": "carriage-return"
126
+ },
127
+ {
128
+ "foreground": "b31d28",
129
+ "fontStyle": "bold italic underline",
130
+ "token": "invalid.unimplemented"
131
+ },
132
+ {
133
+ "foreground": "b31d28",
134
+ "token": "message.error"
135
+ },
136
+ {
137
+ "foreground": "24292e",
138
+ "token": "string source"
139
+ },
140
+ {
141
+ "foreground": "005cc5",
142
+ "token": "string variable"
143
+ },
144
+ {
145
+ "foreground": "032f62",
146
+ "token": "source.regexp"
147
+ },
148
+ {
149
+ "foreground": "032f62",
150
+ "token": "string.regexp"
151
+ },
152
+ {
153
+ "foreground": "032f62",
154
+ "token": "string.regexp.character-class"
155
+ },
156
+ {
157
+ "foreground": "032f62",
158
+ "token": "string.regexp constant.character.escape"
159
+ },
160
+ {
161
+ "foreground": "032f62",
162
+ "token": "string.regexp source.ruby.embedded"
163
+ },
164
+ {
165
+ "foreground": "032f62",
166
+ "token": "string.regexp string.regexp.arbitrary-repitition"
167
+ },
168
+ {
169
+ "foreground": "22863a",
170
+ "fontStyle": "bold",
171
+ "token": "string.regexp constant.character.escape"
172
+ },
173
+ {
174
+ "foreground": "005cc5",
175
+ "token": "support.constant"
176
+ },
177
+ {
178
+ "foreground": "005cc5",
179
+ "token": "support.variable"
180
+ },
181
+ {
182
+ "foreground": "005cc5",
183
+ "token": "meta.module-reference"
184
+ },
185
+ {
186
+ "foreground": "735c0f",
187
+ "token": "markup.list"
188
+ },
189
+ {
190
+ "foreground": "005cc5",
191
+ "fontStyle": "bold",
192
+ "token": "markup.heading"
193
+ },
194
+ {
195
+ "foreground": "005cc5",
196
+ "fontStyle": "bold",
197
+ "token": "markup.heading entity.name"
198
+ },
199
+ {
200
+ "foreground": "22863a",
201
+ "token": "markup.quote"
202
+ },
203
+ {
204
+ "foreground": "24292e",
205
+ "fontStyle": "italic",
206
+ "token": "markup.italic"
207
+ },
208
+ {
209
+ "foreground": "24292e",
210
+ "fontStyle": "bold",
211
+ "token": "markup.bold"
212
+ },
213
+ {
214
+ "foreground": "005cc5",
215
+ "token": "markup.raw"
216
+ },
217
+ {
218
+ "foreground": "b31d28",
219
+ "background": "ffeef0",
220
+ "token": "markup.deleted"
221
+ },
222
+ {
223
+ "foreground": "b31d28",
224
+ "background": "ffeef0",
225
+ "token": "meta.diff.header.from-file"
226
+ },
227
+ {
228
+ "foreground": "b31d28",
229
+ "background": "ffeef0",
230
+ "token": "punctuation.definition.deleted"
231
+ },
232
+ {
233
+ "foreground": "22863a",
234
+ "background": "f0fff4",
235
+ "token": "markup.inserted"
236
+ },
237
+ {
238
+ "foreground": "22863a",
239
+ "background": "f0fff4",
240
+ "token": "meta.diff.header.to-file"
241
+ },
242
+ {
243
+ "foreground": "22863a",
244
+ "background": "f0fff4",
245
+ "token": "punctuation.definition.inserted"
246
+ },
247
+ {
248
+ "foreground": "e36209",
249
+ "background": "ffebda",
250
+ "token": "markup.changed"
251
+ },
252
+ {
253
+ "foreground": "e36209",
254
+ "background": "ffebda",
255
+ "token": "punctuation.definition.changed"
256
+ },
257
+ {
258
+ "foreground": "f6f8fa",
259
+ "background": "005cc5",
260
+ "token": "markup.ignored"
261
+ },
262
+ {
263
+ "foreground": "f6f8fa",
264
+ "background": "005cc5",
265
+ "token": "markup.untracked"
266
+ },
267
+ {
268
+ "foreground": "6f42c1",
269
+ "fontStyle": "bold",
270
+ "token": "meta.diff.range"
271
+ },
272
+ {
273
+ "foreground": "005cc5",
274
+ "token": "meta.diff.header"
275
+ },
276
+ {
277
+ "foreground": "005cc5",
278
+ "fontStyle": "bold",
279
+ "token": "meta.separator"
280
+ },
281
+ {
282
+ "foreground": "005cc5",
283
+ "token": "meta.output"
284
+ },
285
+ {
286
+ "foreground": "586069",
287
+ "token": "brackethighlighter.tag"
288
+ },
289
+ {
290
+ "foreground": "586069",
291
+ "token": "brackethighlighter.curly"
292
+ },
293
+ {
294
+ "foreground": "586069",
295
+ "token": "brackethighlighter.round"
296
+ },
297
+ {
298
+ "foreground": "586069",
299
+ "token": "brackethighlighter.square"
300
+ },
301
+ {
302
+ "foreground": "586069",
303
+ "token": "brackethighlighter.angle"
304
+ },
305
+ {
306
+ "foreground": "586069",
307
+ "token": "brackethighlighter.quote"
308
+ },
309
+ {
310
+ "foreground": "b31d28",
311
+ "token": "brackethighlighter.unmatched"
312
+ },
313
+ {
314
+ "foreground": "b31d28",
315
+ "token": "sublimelinter.mark.error"
316
+ },
317
+ {
318
+ "foreground": "e36209",
319
+ "token": "sublimelinter.mark.warning"
320
+ },
321
+ {
322
+ "foreground": "959da5",
323
+ "token": "sublimelinter.gutter-mark"
324
+ },
325
+ {
326
+ "foreground": "032f62",
327
+ "fontStyle": "underline",
328
+ "token": "constant.other.reference.link"
329
+ },
330
+ {
331
+ "foreground": "032f62",
332
+ "fontStyle": "underline",
333
+ "token": "string.other.link"
334
+ }
335
+ ],
336
+ "colors": {
337
+ "editor.foreground": "#24292e",
338
+ "editor.background": "#ffffff",
339
+ "editor.selectionBackground": "#c8c8fa",
340
+ "editor.inactiveSelectionBackground": "#fafbfc",
341
+ "editor.lineHighlightBackground": "#fafbfc",
342
+ "editorCursor.foreground": "#24292e",
343
+ "editorWhitespace.foreground": "#959da5",
344
+ "editorIndentGuide.background": "#959da5",
345
+ "editorIndentGuide.activeBackground": "#24292e",
346
+ "editor.selectionHighlightBorder": "#fafbfc"
347
+ }
348
+ }
@@ -0,0 +1,93 @@
1
+ {
2
+ "base": "vs-dark",
3
+ "inherit": true,
4
+ "rules": [
5
+ {
6
+ "background": "2E3440",
7
+ "token": ""
8
+ },
9
+ {
10
+ "foreground": "616e88",
11
+ "token": "comment"
12
+ },
13
+ {
14
+ "foreground": "a3be8c",
15
+ "token": "string"
16
+ },
17
+ {
18
+ "foreground": "b48ead",
19
+ "token": "constant.numeric"
20
+ },
21
+ {
22
+ "foreground": "81a1c1",
23
+ "token": "constant.language"
24
+ },
25
+ {
26
+ "foreground": "81a1c1",
27
+ "token": "keyword"
28
+ },
29
+ {
30
+ "foreground": "81a1c1",
31
+ "token": "storage"
32
+ },
33
+ {
34
+ "foreground": "81a1c1",
35
+ "token": "storage.type"
36
+ },
37
+ {
38
+ "foreground": "8fbcbb",
39
+ "token": "entity.name.class"
40
+ },
41
+ {
42
+ "foreground": "8fbcbb",
43
+ "fontStyle": " bold",
44
+ "token": "entity.other.inherited-class"
45
+ },
46
+ {
47
+ "foreground": "88c0d0",
48
+ "token": "entity.name.function"
49
+ },
50
+ {
51
+ "foreground": "81a1c1",
52
+ "token": "entity.name.tag"
53
+ },
54
+ {
55
+ "foreground": "8fbcbb",
56
+ "token": "entity.other.attribute-name"
57
+ },
58
+ {
59
+ "foreground": "88c0d0",
60
+ "token": "support.function"
61
+ },
62
+ {
63
+ "foreground": "f8f8f0",
64
+ "background": "f92672",
65
+ "token": "invalid"
66
+ },
67
+ {
68
+ "foreground": "f8f8f0",
69
+ "background": "ae81ff",
70
+ "token": "invalid.deprecated"
71
+ },
72
+ {
73
+ "foreground": "b48ead",
74
+ "token": "constant.color.other.rgb-value"
75
+ },
76
+ {
77
+ "foreground": "ebcb8b",
78
+ "token": "constant.character.escape"
79
+ },
80
+ {
81
+ "foreground": "8fbcbb",
82
+ "token": "variable.other.constant"
83
+ }
84
+ ],
85
+ "colors": {
86
+ "editor.foreground": "#D8DEE9",
87
+ "editor.background": "#2E3440",
88
+ "editor.selectionBackground": "#434C5ECC",
89
+ "editor.lineHighlightBackground": "#3B4252",
90
+ "editorCursor.foreground": "#D8DEE9",
91
+ "editorWhitespace.foreground": "#434C5ECC"
92
+ }
93
+ }