@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
@@ -1088,8 +1088,11 @@
1088
1088
  "languages": {
1089
1089
  "de": "德語",
1090
1090
  "en-US": "英語",
1091
+ "fr": "法語",
1091
1092
  "ja": "日語",
1092
1093
  "ko": "韓語",
1094
+ "pt-BR":"葡萄牙语",
1095
+ "ru":"俄語",
1093
1096
  "zh-CN": "簡體中文",
1094
1097
  "zh-TW": "繁體中文"
1095
1098
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "3.0.2",
3
+ "version": "3.1.0-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,143 @@
1
+ #### 3.1.0-beta.2: Beta Release
2
+
3
+ Editor
4
+
5
+ - NEW: Add change icon to tabs (#4068) @knolleary
6
+ - NEW: Complete overhaul of Group UX (#4079) @knolleary
7
+ - NEW: Add link to node help in node edit dialog footer (#4065) @knolleary
8
+ - NEW: Added editor feature for connecting multiple nodes to single node (#4051) @sonntam
9
+ - NEW: Increase workspace size to 8000x8000 (#4094) @knolleary
10
+ - Ensure node buttons are redrawn when flow lock state is changed (#4091) @knolleary
11
+ - Prevent loops being created with junction nodes (#4087) @knolleary
12
+ - Prevent opening locked node's edit dialog (#4069) @knolleary
13
+ - Reverse direction of tab scroll to expected direction (#4064) @knolleary
14
+ - Add cancel operation to editableList (#4077) @HiroyasuNishiyama
15
+ - Apply Mermaid diagram for project settings UI (#4054) @kazuhitoyokoi
16
+ - Add tooltip for show/hide button on info sidebar (#4050) @kazuhitoyokoi
17
+ - Fix align nodes on locked tab (#4072) @HiroyasuNishiyama
18
+ - Fix importing connected link nodes into a subflow (#4082) @knolleary
19
+ - Fix to add empty marker to empty group (#4060) @HiroyasuNishiyama
20
+ - Fix image URLs for v3.0 tour (#4053) @kazuhitoyokoi
21
+ - Show scrollbar in notification dialog only when needed (#4048) @kazuhitoyokoi
22
+ - Update-monaco-and-typings (#4089) @Steve-Mcl
23
+ - Update jquery UI (#4088) @knolleary
24
+ - Support i18n of lock/unlock buttons in flow property UI (#4049) @kazuhitoyokoi
25
+ - Translation kr (#3895) @hae-iotplatform
26
+ - Translation zhcn (!!请懂中文的帮忙review) (#3952) @cliyr
27
+ - Add French translation of nodes (#3964) @GogoVega
28
+ - Add French translation (#3962) @GogoVega
29
+ - Portuguese Brazilian (pt-BR) translation (#3804) @FabsMuller
30
+
31
+
32
+ Runtime
33
+
34
+ - NEW: Generate stable ids for subflow instance internal nodes (#4093) @knolleary
35
+ - NEW: Change default file name to flows.json in project feature (#4073) @kazuhitoyokoi
36
+ - NEW: Deprecate synchronous access to jsonata (#4090) @knolleary
37
+ - Add Node 18 to test matrix (#4084) @knolleary
38
+ - Bump minimum nodejs version supported to match documented value (#4086) @knolleary
39
+ - Update monaco docs link in settings.js (#4075) @Steve-Mcl
40
+ - Remove duplicated messages in the message catalog (#4066) @kazuhitoyokoi
41
+ - Ensure errors in preDeliver callback are handled (#3911) @knolleary
42
+ - Fix "EADDRINUSE" error (#4046) @bggbr
43
+
44
+ Nodes
45
+
46
+ - Link Call: Clear link-call timeouts when node is closed (#4085) @knolleary
47
+ - Join: ensure inflight status is cleared when in auto mode (#4083) @knolleary
48
+ - File Out: Fix extra newline append for multipart file write (#3915) @dceejay
49
+ - Add validators for complete and link call nodes (#4056) @kazuhitoyokoi
50
+
51
+ #### 3.1.0-beta.1: Beta Release
52
+
53
+ Editor
54
+
55
+ - NEW: Locking Flows (#3938) @knolleary
56
+ - NEW: Improve UX around hiding flows via context menu (#3930) @knolleary
57
+ - NEW: Add support for inline image in markdown editor by drag and drop of an image file (#4006) @HiroyasuNishiyama
58
+ - NEW: Add support for mermaid diagram to markdown editor (#4007) @HiroyasuNishiyama
59
+ - NEW: Support uri fragments for nodes and groups including edit support (#3870) @knolleary
60
+ - NEW: Add global environment variable feature (#3941) @HiroyasuNishiyama
61
+
62
+ - Remember compact/pretty flow export user choice (#3974) @Steve-Mcl
63
+ - fix .red-ui-notification class (#4035) @xiaobinqt
64
+ - Fix border radius on Modules list header (#4038) @bonanitech
65
+ - fix workspace reference error in case of empty tabs (#4029) @HiroyasuNishiyama
66
+ - Disable delete tab menu when single tab exists (#4030) @HiroyasuNishiyama
67
+ - Disable hide all menu if all tabs hidden (#4031) @HiroyasuNishiyama
68
+ - fix hide subflow tooltip (#4033) @HiroyasuNishiyama
69
+ - Fix disabled menu items in project feature (#4027) @kazuhitoyokoi
70
+ - Let themes change radialMenu text colors (#3995) @bonanitech
71
+ - Add Japanese translations for v3.0.3 (#4012) @kazuhitoyokoi
72
+ - Add Japanese translation for v3.1.0-beta.0 (#3997) @kazuhitoyokoi
73
+ - Add Japanese translation for v3.1.0-beta.0 (#3916) @kazuhitoyokoi
74
+ - Hide subflow category after deleting subflow (#3980) @kazuhitoyokoi
75
+ - Prevent dbl-click opening node edit dialog with text selected (#3970) @knolleary
76
+ - Handle replacing unknown node inside group or subflow (#3921) @knolleary
77
+ - Fix #3939, red border red-ui-typedInput-container (#3949) @Steveorevo
78
+ - i18n item URL copy notification & add Japanese message (#3946) @HiroyasuNishiyama
79
+ - add Japanese message for item url copy actions (#3947) @HiroyasuNishiyama
80
+ - Fix autocomplete entry for responseUrl (#3884) @knolleary
81
+ - Fix Japanese translation for JSONata editor (#3872) @HiroyasuNishiyama
82
+ - Fix search type with spaces (#3841) @Steve-Mcl
83
+ - Fix error hanndling of JSONata expression editor for extended functions (#3871) @HiroyasuNishiyama
84
+ - Add button type to the adding SSH key button (#3866) @kazuhitoyokoi
85
+ - Check radio button as default in project dialog (#3879) @kazuhitoyokoi
86
+ - Add $clone as supported function (#3874) @HiroyasuNishiyama
87
+ - Env var jsonata (#3807) @HiroyasuNishiyama
88
+ - Add Japanese translation for v3.0.2 (#3852) @kazuhitoyokoi
89
+
90
+ Runtime
91
+
92
+ - Force IPv4 name resolution to have priority (#4019) @dceejay
93
+ - Fix async loading of modules containing both nodes and plugins (#3999) @knolleary
94
+ - Use main branch as default in project feature (#4036) @kazuhitoyokoi
95
+ - Rename package var to avoid strict mode error (#4020) @knolleary
96
+ - Fix typos in settings.js (#4013) @ypid
97
+ - Ensure credentials object is removed before returning node in getFlow request (#3971) @knolleary
98
+ - Ignore commit error in project feature (#3987) @kazuhitoyokoi
99
+ - Update dependencies (#3969) @knolleary
100
+ - Add check that node sends object rather than primitive type (#3909) @knolleary
101
+ - Ensure key_path is quoted in GIT_SSH_COMMAND in case of spaces in pathname (#3912) @knolleary
102
+ - Fix nodesDir scan when node package has js/html in sub dir to package.json (#3867) @Steve-Mcl
103
+ - Fix file permissions (#3917) @kazuhitoyokoi
104
+ - ci: add minimum GitHub token permissions for workflows (#3907) @boahc077
105
+
106
+ Nodes
107
+
108
+ - Catch: fix typo in catch.html (#3965) @we11adam
109
+ - Change: Fix change node overwriting msg with itself (#3899) @dceejay
110
+ - Comment node: Clarify where the text will appear (#4004) @dirkjanfaber
111
+ - CSV: change replace to replaceAll (#3990) @dceejay
112
+ - CSV node: check header properties for ' and " (#3920) @dceejay
113
+ - CSV: Fix for CSV undefined property (#3906) @dceejay
114
+ - Delay: let delay node handle both flush then reset (#3898) @dceejay
115
+ - Function: Limit number of ports in function node (#3886) @kazuhitoyokoi
116
+ - Function: Remove dot from variable name for external module in function node (#3880) @kazuhitoyokoi
117
+ - Function: add function node monaco types util and promisify (#3868) @Steve-Mcl
118
+ - HTTP In: Ensure msg.req.headers is enumerable (#3908) @knolleary
119
+ - HTTP Request: Support form-data arrays (#3991) @hardillb
120
+ - HTTP Request: Fix httprequest tests to be more lenient on error message (#3922) @knolleary
121
+ - HTTP Request: Add missing property to node object HTTPRequest (#3842) @hardillb
122
+ - HTTP Request/Response: Support sortable list on property UI of http request and http response nodes (#3857) @kazuhitoyokoi
123
+ - HTTP Response: Ensure statusCode is a number (#3894) @hardillb
124
+ - Inject: Allow Inject node to work with async context stores (#4021) @knolleary
125
+ - Join/Batch: Add count to join and batch node labels (#4028) @dceejay
126
+ - MQTT: Fix birth topic handling in MQTT node (#3905) @Steve-Mcl
127
+ - MQTT: Fix pull-down menus of MQTT configuration node (#3890) @kazuhitoyokoi
128
+ - MQTT: Prevent invalid mqtt birth topic crashing node-red (#3869) @Steve-Mcl
129
+ - MQTT: ensure sessionExpiry(Interval) is applied (#3840) @Steve-Mcl
130
+ - MQTT: Fix mqtt nodes not reconnecting on modified-flows deploy (#3992) @knolleary
131
+ - MQTT: fix single subscription mqtt node status (#3966) @Steve-Mcl
132
+ - Range: Add drop mode to range node (#3935) @dceejay
133
+ - Remove done from describe (#3873) @HiroyasuNishiyama
134
+ - Split node: avoid duplicate done call for buffer split (#4000) @knolleary
135
+ - Status: Fix typo in 25-status.html (#3981) @kazuhitoyokoi
136
+ - TCP Node: ensure newline substitution applies to whole message (#4009) @dceejay
137
+ - Template: Add information about environment variable to template node (#3882) @kazuhitoyokoi
138
+ - Trigger: Hide trigger node repeat send option if sending nothing (#4023) @dceejay
139
+ - Watch: fix watch node test on MacOS/ARM (#3942) @HiroyasuNishiyama
140
+
1
141
  #### 3.0.2: Maintenance Release
2
142
 
3
143
  Editor