@node-red/editor-client 3.1.0-beta.2 → 3.1.0-beta.3
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/locales/en-US/editor.json +1 -0
- package/locales/ja/editor.json +2 -1
- package/package.json +1 -1
- package/public/red/about +35 -0
- package/public/red/red.js +194 -125
- package/public/red/red.min.js +3 -3
- package/public/red/style.min.css +1 -1
- package/public/red/tours/welcome.js +30 -11
- package/public/types/node/crypto.d.ts +13 -6
- package/public/types/node/dns.d.ts +1 -1
- package/public/types/node/globals.d.ts +1 -1
- package/public/types/node/stream.d.ts +99 -0
- package/public/types/node/test.d.ts +2 -2
- package/public/types/node-red/func.d.ts +2 -3
- package/public/vendor/mermaid/mermaid.min.js +713 -417
- package/public/vendor/monaco/dist/css.worker.js +1 -1
- package/public/vendor/monaco/dist/css.worker.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/editor.js +29 -1
- package/public/vendor/monaco/dist/editor.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/editor.worker.js +1 -1
- package/public/vendor/monaco/dist/fa2cc0ab9f0bec2b3365.ttf +0 -0
- package/public/vendor/monaco/dist/html.worker.js +1 -1
- package/public/vendor/monaco/dist/html.worker.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/json.worker.js +1 -1
- package/public/vendor/monaco/dist/json.worker.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/locale/cs.js +100 -39
- package/public/vendor/monaco/dist/locale/de.js +100 -39
- package/public/vendor/monaco/dist/locale/es.js +100 -39
- package/public/vendor/monaco/dist/locale/fr.js +100 -39
- package/public/vendor/monaco/dist/locale/it.js +100 -39
- package/public/vendor/monaco/dist/locale/ja.js +101 -40
- package/public/vendor/monaco/dist/locale/ko.js +100 -39
- package/public/vendor/monaco/dist/locale/pl.js +100 -39
- package/public/vendor/monaco/dist/locale/pt-br.js +102 -41
- package/public/vendor/monaco/dist/locale/qps-ploc.js +100 -39
- package/public/vendor/monaco/dist/locale/ru.js +100 -39
- package/public/vendor/monaco/dist/locale/tr.js +100 -39
- package/public/vendor/monaco/dist/locale/zh-hans.js +101 -40
- package/public/vendor/monaco/dist/locale/zh-hant.js +100 -39
- package/public/vendor/monaco/dist/theme/forge-dark.json +213 -0
- package/public/vendor/monaco/dist/theme/forge-light.json +227 -0
- package/public/vendor/monaco/dist/ts.worker.js +6 -1
- package/public/vendor/vendor.js +2 -2
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base": "vs",
|
|
3
|
+
"inherit": true,
|
|
4
|
+
"rules": [
|
|
5
|
+
{
|
|
6
|
+
"background": "f2f3fb",
|
|
7
|
+
"token": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"foreground": "8e908c",
|
|
11
|
+
"token": "comment"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"foreground": "31959A",
|
|
15
|
+
"token": "keyword.operator.class"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"foreground": "31959A",
|
|
19
|
+
"token": "constant.other"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"foreground": "c82829",
|
|
23
|
+
"token": "variable"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"foreground": "c82829",
|
|
27
|
+
"token": "support.other.variable"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"foreground": "c82829",
|
|
31
|
+
"token": "string.other.link"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"foreground": "c82829",
|
|
35
|
+
"token": "string.regexp"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"foreground": "c82829",
|
|
39
|
+
"token": "entity.name.tag"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"foreground": "c82829",
|
|
43
|
+
"token": "entity.other.attribute-name"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"foreground": "c82829",
|
|
47
|
+
"token": "meta.tag"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"foreground": "c82829",
|
|
51
|
+
"token": "declaration.tag"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"foreground": "c82829",
|
|
55
|
+
"token": "markup.deleted.git_gutter"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"foreground": "f5871f",
|
|
59
|
+
"token": "constant.numeric"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"foreground": "f5871f",
|
|
63
|
+
"token": "constant.language"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"foreground": "f5871f",
|
|
67
|
+
"token": "support.constant"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"foreground": "f5871f",
|
|
71
|
+
"token": "constant.character"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"foreground": "f5871f",
|
|
75
|
+
"token": "variable.parameter"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"foreground": "f5871f",
|
|
79
|
+
"token": "punctuation.section.embedded"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"foreground": "f5871f",
|
|
83
|
+
"token": "keyword.other.unit"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"foreground": "c99e00",
|
|
87
|
+
"token": "entity.name.class"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"foreground": "c99e00",
|
|
91
|
+
"token": "entity.name.type.class"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"foreground": "c99e00",
|
|
95
|
+
"token": "support.type"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"foreground": "c99e00",
|
|
99
|
+
"token": "support.class"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"foreground": "ED4E4E",
|
|
103
|
+
"token": "string"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"foreground": "ED4E4E",
|
|
107
|
+
"token": "constant.other.symbol"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"foreground": "ED4E4E",
|
|
111
|
+
"token": "entity.other.inherited-class"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"foreground": "ED4E4E",
|
|
115
|
+
"token": "markup.heading"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"foreground": "718c00",
|
|
119
|
+
"token": "markup.inserted.git_gutter"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"foreground": "31959A",
|
|
123
|
+
"token": "keyword.operator"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"foreground": "31959A",
|
|
127
|
+
"token": "constant.other.color"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"foreground": "4271ae",
|
|
131
|
+
"token": "entity.name.function"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"foreground": "4271ae",
|
|
135
|
+
"token": "meta.function-call"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"foreground": "4271ae",
|
|
139
|
+
"token": "support.function"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"foreground": "4271ae",
|
|
143
|
+
"token": "keyword.other.special-method"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"foreground": "4271ae",
|
|
147
|
+
"token": "meta.block-level"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"foreground": "4271ae",
|
|
151
|
+
"token": "markup.changed.git_gutter"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"foreground": "31959A",
|
|
155
|
+
"token": "keyword"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"foreground": "8959a8",
|
|
159
|
+
"token": "storage"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"foreground": "8959a8",
|
|
163
|
+
"token": "storage.type"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"foreground": "f12229",
|
|
167
|
+
"token": "invalid"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"foreground": "ffffff",
|
|
171
|
+
"background": "4271ae",
|
|
172
|
+
"token": "meta.separator"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"foreground": "f12229",
|
|
176
|
+
"background": "8959a8",
|
|
177
|
+
"token": "invalid.deprecated"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"background": "718c00",
|
|
181
|
+
"token": "markup.inserted.diff"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"background": "718c00",
|
|
185
|
+
"token": "meta.diff.header.to-file"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"background": "c82829",
|
|
189
|
+
"token": "markup.deleted.diff"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"background": "c82829",
|
|
193
|
+
"token": "meta.diff.header.from-file"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"foreground": "ffffff",
|
|
197
|
+
"background": "4271ae",
|
|
198
|
+
"token": "meta.diff.header.from-file"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"foreground": "ffffff",
|
|
202
|
+
"background": "4271ae",
|
|
203
|
+
"token": "meta.diff.header.to-file"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"foreground": "31959A",
|
|
207
|
+
"fontStyle": "italic",
|
|
208
|
+
"token": "meta.diff.range"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"colors": {
|
|
212
|
+
"editor.foreground": "#1f2937",
|
|
213
|
+
"editor.background": "#ffffff",
|
|
214
|
+
"editorCursor.foreground": "#4E4F5D",
|
|
215
|
+
"editorLineNumber.foreground": "#1f2937",
|
|
216
|
+
"dropdown.background": "#F7F8FC",
|
|
217
|
+
"editor.selectionBackground": "#65718370",
|
|
218
|
+
"editor.inactiveSelectionBackground": "#65718330",
|
|
219
|
+
"editorWidget.background":"#F7F8FC",
|
|
220
|
+
"list.hoverForeground": "#F7F8FC",
|
|
221
|
+
"list.hoverBackground": "#657183",
|
|
222
|
+
"list.focusForeground": "#F7F8FC",
|
|
223
|
+
"list.focusBackground": "#657183",
|
|
224
|
+
"list.activeSelectionForeground": "#F7F8FC",
|
|
225
|
+
"list.activeSelectionBackground": "#657183"
|
|
226
|
+
}
|
|
227
|
+
}
|