@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
@@ -1175,8 +1175,10 @@
1175
1175
  "languages": {
1176
1176
  "de": "Deutsch",
1177
1177
  "en-US": "Englisch",
1178
+ "fr": "Französisch",
1178
1179
  "ja": "Japanisch",
1179
1180
  "ko": "Koreanisch",
1181
+ "pt-BR":"Portugiesisch",
1180
1182
  "ru": "Russisch",
1181
1183
  "zh-CN": "Chinesisch (Vereinfacht)",
1182
1184
  "zh-TW": "Chinesisch (Traditionell)"
File without changes
File without changes
@@ -23,7 +23,11 @@
23
23
  "position": "Position",
24
24
  "enable": "Enable",
25
25
  "disable": "Disable",
26
- "upload": "Upload"
26
+ "upload": "Upload",
27
+ "lock": "Lock",
28
+ "unlock": "Unlock",
29
+ "locked": "Locked",
30
+ "unlocked": "Unlocked"
27
31
  },
28
32
  "type": {
29
33
  "string": "string",
@@ -53,22 +57,30 @@
53
57
  "confirmDelete": "Confirm delete",
54
58
  "delete": "Are you sure you want to delete '__label__'?",
55
59
  "dropFlowHere": "Drop the flow here",
60
+ "dropImageHere": "Drop the image here",
56
61
  "addFlow": "Add flow",
57
62
  "addFlowToRight": "Add flow to the right",
63
+ "closeFlow": "Close flow",
58
64
  "hideFlow": "Hide flow",
59
65
  "hideOtherFlows": "Hide other flows",
60
- "showAllFlows": "Show all flows",
66
+ "showAllFlows": "Show all flows (__count__ hidden)",
61
67
  "hideAllFlows": "Hide all flows",
62
68
  "hiddenFlows": "List __count__ hidden flow",
63
69
  "hiddenFlows_plural": "List __count__ hidden flows",
64
- "showLastHiddenFlow": "Show last hidden flow",
70
+ "showLastHiddenFlow": "Reopen hidden flow",
65
71
  "listFlows": "List flows",
66
72
  "listSubflows": "List subflows",
67
73
  "status": "Status",
68
74
  "enabled": "Enabled",
69
75
  "disabled": "Disabled",
70
76
  "info": "Description",
71
- "selectNodes": "Click nodes to select"
77
+ "selectNodes": "Click nodes to select",
78
+ "enableFlow": "Enable flow",
79
+ "disableFlow": "Disable flow",
80
+ "lockFlow": "Lock flow",
81
+ "unlockFlow": "Unlock flow",
82
+ "moveToStart": "Move flow to start",
83
+ "moveToEnd": "Move flow to end"
72
84
  },
73
85
  "menu": {
74
86
  "label": {
@@ -101,6 +113,7 @@
101
113
  "displayStatus": "Show node status",
102
114
  "displayConfig": "Configuration nodes",
103
115
  "import": "Import",
116
+ "importExample": "Import Example Flow",
104
117
  "export": "Export",
105
118
  "search": "Search flows",
106
119
  "searchInput": "search your flows",
@@ -497,6 +510,7 @@
497
510
  "addRemoveNode": "Add/remove node from selection",
498
511
  "editSelected": "Edit selected node",
499
512
  "deleteSelected": "Delete selected nodes or link",
513
+ "deleteReconnect": "Delete and Reconnect",
500
514
  "importNode": "Import nodes",
501
515
  "exportNode": "Export nodes",
502
516
  "nudgeNode": "Move selected nodes (1px)",
@@ -683,7 +697,11 @@
683
697
  "empty": "empty",
684
698
  "globalConfig": "Global Configuration Nodes",
685
699
  "triggerAction": "Trigger action",
686
- "find": "Find in workspace"
700
+ "find": "Find in workspace",
701
+ "copyItemUrl": "Copy item url",
702
+ "copyURL2Clipboard": "Copied url to clipboard",
703
+ "showFlow": "Show",
704
+ "hideFlow": "Hide"
687
705
  },
688
706
  "help": {
689
707
  "name": "Help",
@@ -936,6 +954,9 @@
936
954
  "invalid-expr": "Invalid JSONata expression:\n __message__",
937
955
  "invalid-msg": "Invalid example JSON message:\n __message__",
938
956
  "context-unsupported": "Cannot test context functions\n $flowContext or $globalContext",
957
+ "env-unsupported": "Cannot test $env function",
958
+ "moment-unsupported": "Cannot test $moment function",
959
+ "clone-unsupported": "Cannot test $clone function",
939
960
  "eval": "Error evaluating expression:\n __message__"
940
961
  }
941
962
  },
@@ -981,7 +1002,10 @@
981
1002
  "quote": "Quote",
982
1003
  "link": "Link",
983
1004
  "horizontal-rule": "Horizontal rule",
984
- "toggle-preview": "Toggle preview"
1005
+ "toggle-preview": "Toggle preview",
1006
+ "mermaid": {
1007
+ "summary": "Mermaid Diagram"
1008
+ }
985
1009
  },
986
1010
  "bufferEditor": {
987
1011
  "title": "Buffer editor",
@@ -1176,8 +1200,10 @@
1176
1200
  "languages": {
1177
1201
  "de": "German",
1178
1202
  "en-US": "English",
1203
+ "fr": "French",
1179
1204
  "ja": "Japanese",
1180
1205
  "ko": "Korean",
1206
+ "pt-BR":"Portuguese",
1181
1207
  "ru": "Russian",
1182
1208
  "zh-CN": "Chinese(Simplified)",
1183
1209
  "zh-TW": "Chinese(Traditional)"
@@ -1203,5 +1229,10 @@
1203
1229
  "node": "Node",
1204
1230
  "junction": "Junction",
1205
1231
  "linkNodes": "Link Nodes"
1232
+ },
1233
+ "env-var": {
1234
+ "environment": "Environment",
1235
+ "header": "Global Environment Variables",
1236
+ "revert": "Revert"
1206
1237
  }
1207
1238
  }
File without changes
File without changes