@node-red/editor-client 3.0.0-beta.2 → 3.0.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.
@@ -3,7 +3,7 @@
3
3
  "label": {
4
4
  "name": "Name",
5
5
  "ok": "Ok",
6
- "done":"Done",
6
+ "done": "Done",
7
7
  "cancel": "Cancel",
8
8
  "delete": "Delete",
9
9
  "close": "Close",
@@ -66,7 +66,7 @@
66
66
  "listSubflows": "List subflows",
67
67
  "status": "Status",
68
68
  "enabled": "Enabled",
69
- "disabled":"Disabled",
69
+ "disabled": "Disabled",
70
70
  "info": "Description",
71
71
  "selectNodes": "Click nodes to select"
72
72
  },
@@ -114,7 +114,7 @@
114
114
  "keyboardShortcuts": "Keyboard shortcuts",
115
115
  "login": "Login",
116
116
  "logout": "Logout",
117
- "editPalette":"Manage palette",
117
+ "editPalette": "Manage palette",
118
118
  "other": "Other",
119
119
  "showTips": "Show tips",
120
120
  "showWelcomeTours": "Show guided tours for new versions",
@@ -130,19 +130,19 @@
130
130
  "ungroupSelection": "Ungroup selection",
131
131
  "groupMergeSelection": "Merge selection",
132
132
  "groupRemoveSelection": "Remove from group",
133
- "arrange":"Arrange",
134
- "alignLeft":"Align to left",
135
- "alignCenter":"Align to center",
136
- "alignRight":"Align to right",
137
- "alignTop":"Align to top",
138
- "alignMiddle":"Align to middle",
139
- "alignBottom":"Align to bottom",
140
- "distributeHorizontally":"Distribute horizontally",
141
- "distributeVertically":"Distribute vertically",
142
- "moveToBack":"Move to back",
143
- "moveToFront":"Move to front",
144
- "moveBackwards":"Move backwards",
145
- "moveForwards":"Move forwards"
133
+ "arrange": "Arrange",
134
+ "alignLeft": "Align to left",
135
+ "alignCenter": "Align to center",
136
+ "alignRight": "Align to right",
137
+ "alignTop": "Align to top",
138
+ "alignMiddle": "Align to middle",
139
+ "alignBottom": "Align to bottom",
140
+ "distributeHorizontally": "Distribute horizontally",
141
+ "distributeVertically": "Distribute vertically",
142
+ "moveToBack": "Move to back",
143
+ "moveToFront": "Move to front",
144
+ "moveBackwards": "Move backwards",
145
+ "moveForwards": "Move forwards"
146
146
  }
147
147
  },
148
148
  "actions": {
@@ -176,10 +176,10 @@
176
176
  "nodeActionDisabledSubflow": "node actions disabled within subflow",
177
177
  "missing-types": "<p>Flows stopped due to missing node types.</p>",
178
178
  "missing-modules": "<p>Flows stopped due to missing modules.</p>",
179
- "safe-mode":"<p>Flows stopped in safe mode.</p><p>You can modify your flows and deploy the changes to restart.</p>",
179
+ "safe-mode": "<p>Flows stopped in safe mode.</p><p>You can modify your flows and deploy the changes to restart.</p>",
180
180
  "restartRequired": "Node-RED must be restarted to enable upgraded modules",
181
181
  "credentials_load_failed": "<p>Flows stopped as the credentials could not be decrypted.</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p>",
182
- "credentials_load_failed_reset":"<p>Credentials could not be decrypted</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p><p>The flow credential file will be reset on the next deployment. Any existing flow credentials will be cleared.</p>",
182
+ "credentials_load_failed_reset": "<p>Credentials could not be decrypted</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p><p>The flow credential file will be reset on the next deployment. Any existing flow credentials will be cleared.</p>",
183
183
  "missing_flow_file": "<p>Project flow file not found.</p><p>The project is not configured with a flow file.</p>",
184
184
  "missing_package_file": "<p>Project package file not found.</p><p>The project is missing a package.json file.</p>",
185
185
  "project_empty": "<p>The project is empty.</p><p>Do you want to create a default set of project files?<br/>Otherwise, you will have to manually add files to the project outside of the editor.</p>",
@@ -257,11 +257,11 @@
257
257
  "recoveredNodesInfo": "The nodes on this flow were missing a valid flow id when they were imported. They have been added to this flow so you can either restore or delete them.",
258
258
  "recoveredNodesNotification": "<p>Imported nodes without a valid flow id</p><p>They have been added to a new flow called '__flowName__'.</p>",
259
259
  "export": {
260
- "selected":"selected nodes",
261
- "current":"current flow",
262
- "all":"all flows",
263
- "compact":"compact",
264
- "formatted":"formatted",
260
+ "selected": "selected nodes",
261
+ "current": "current flow",
262
+ "all": "all flows",
263
+ "compact": "compact",
264
+ "formatted": "formatted",
265
265
  "copy": "Copy to clipboard",
266
266
  "export": "Export to library",
267
267
  "exportAs": "Export as",
@@ -301,10 +301,10 @@
301
301
  "successfulDeploy": "Successfully deployed",
302
302
  "successfulRestart": "Successfully restarted flows",
303
303
  "deployFailed": "Deploy failed: __message__",
304
- "unusedConfigNodes":"You have some unused configuration nodes.",
305
- "unusedConfigNodesButton":"Search unused config nodes",
306
- "unknownNodesButton":"Search for unknown nodes",
307
- "invalidNodesButton":"Search for invalid nodes",
304
+ "unusedConfigNodes": "You have some unused configuration nodes.",
305
+ "unusedConfigNodesButton": "Search unused config nodes",
306
+ "unknownNodesButton": "Search for unknown nodes",
307
+ "invalidNodesButton": "Search for invalid nodes",
308
308
  "errors": {
309
309
  "noResponse": "no response from server"
310
310
  },
@@ -351,8 +351,8 @@
351
351
  },
352
352
  "nodeCount": "__count__ node",
353
353
  "nodeCount_plural": "__count__ nodes",
354
- "local":"Local changes",
355
- "remote":"Remote changes",
354
+ "local": "Local changes",
355
+ "remote": "Remote changes",
356
356
  "reviewChanges": "Review Changes",
357
357
  "noBinaryFileShowed": "Cannot show binary file contents",
358
358
  "viewCommitDiff": "View Commit Changes",
@@ -436,7 +436,7 @@
436
436
  "inputType": "Input type",
437
437
  "selectType": "select types...",
438
438
  "loadCredentials": "Loading node credentials",
439
- "inputs" : {
439
+ "inputs": {
440
440
  "input": "input",
441
441
  "select": "select",
442
442
  "checkbox": "checkbox",
@@ -617,19 +617,19 @@
617
617
  },
618
618
  "confirm": {
619
619
  "install": {
620
- "body":"<p>Installing '__module__'</p><p>Before installing, please read the node's documentation. Some nodes have dependencies that cannot be automatically resolved and can require a restart of Node-RED.</p>",
620
+ "body": "<p>Installing '__module__'</p><p>Before installing, please read the node's documentation. Some nodes have dependencies that cannot be automatically resolved and can require a restart of Node-RED.</p>",
621
621
  "title": "Install nodes"
622
622
  },
623
623
  "remove": {
624
- "body":"<p>Removing '__module__'</p><p>Removing the node will uninstall it from Node-RED. The node may continue to use resources until Node-RED is restarted.</p>",
624
+ "body": "<p>Removing '__module__'</p><p>Removing the node will uninstall it from Node-RED. The node may continue to use resources until Node-RED is restarted.</p>",
625
625
  "title": "Remove nodes"
626
626
  },
627
627
  "update": {
628
- "body":"<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
628
+ "body": "<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
629
629
  "title": "Update nodes"
630
630
  },
631
631
  "cannotUpdate": {
632
- "body":"An update for this node is available, but it is not installed in a location that the palette manager can update.<br/><br/>Please refer to the documentation for how to update this node."
632
+ "body": "An update for this node is available, but it is not installed in a location that the palette manager can update.<br/><br/>Please refer to the documentation for how to update this node."
633
633
  },
634
634
  "button": {
635
635
  "review": "Open node information",
@@ -663,14 +663,14 @@
663
663
  "showMore": "show more",
664
664
  "showLess": "show less",
665
665
  "flow": "Flow",
666
- "selection":"Selection",
667
- "nodes":"__count__ nodes",
666
+ "selection": "Selection",
667
+ "nodes": "__count__ nodes",
668
668
  "flowDesc": "Flow Description",
669
669
  "subflowDesc": "Subflow Description",
670
670
  "nodeHelp": "Node Help",
671
- "none":"None",
671
+ "none": "None",
672
672
  "arrayItems": "__count__ items",
673
- "showTips":"You can open the tips from the settings panel",
673
+ "showTips": "You can open the tips from the settings panel",
674
674
  "outline": "Outline",
675
675
  "empty": "empty",
676
676
  "globalConfig": "Global Configuration Nodes",
@@ -701,8 +701,8 @@
701
701
  "filtered": "__count__ hidden"
702
702
  },
703
703
  "context": {
704
- "name":"Context Data",
705
- "label":"context",
704
+ "name": "Context Data",
705
+ "label": "context",
706
706
  "none": "none selected",
707
707
  "refresh": "refresh to load",
708
708
  "empty": "empty",
@@ -740,9 +740,9 @@
740
740
  "files": "Files",
741
741
  "flow": "Flow",
742
742
  "credentials": "Credentials",
743
- "package":"Package",
744
- "packageCreate":"File will be created when changes are saved",
745
- "fileNotExist":"File does not exist",
743
+ "package": "Package",
744
+ "packageCreate": "File will be created when changes are saved",
745
+ "fileNotExist": "File does not exist",
746
746
  "selectFile": "Select File",
747
747
  "invalidEncryptionKey": "Invalid encryption key",
748
748
  "encryptionEnabled": "Encryption enabled",
@@ -978,7 +978,7 @@
978
978
  "title": "Buffer editor",
979
979
  "modeString": "Handle as UTF-8 String",
980
980
  "modeArray": "Handle as JSON array",
981
- "modeDesc":"<h3>Buffer editor</h3><p>The Buffer type is stored as a JSON array of byte values. The editor will attempt to parse the entered value as a JSON array. If it is not valid JSON, it will be treated as a UTF-8 String and converted to an array of the individual character code points.</p><p>For example, a value of <code>Hello World</code> will be converted to the JSON array:<pre>[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]</pre></p>"
981
+ "modeDesc": "<h3>Buffer editor</h3><p>The Buffer type is stored as a JSON array of byte values. The editor will attempt to parse the entered value as a JSON array. If it is not valid JSON, it will be treated as a UTF-8 String and converted to an array of the individual character code points.</p><p>For example, a value of <code>Hello World</code> will be converted to the JSON array:<pre>[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]</pre></p>"
982
982
  },
983
983
  "projects": {
984
984
  "config-git": "Configure Git client",
@@ -1140,7 +1140,7 @@
1140
1140
  "no-empty": "Cannot create default file set on a non-empty project",
1141
1141
  "git-error": "git error"
1142
1142
  },
1143
- "errors" : {
1143
+ "errors": {
1144
1144
  "no-username-email": "Your Git client is not configured with a username/email.",
1145
1145
  "unexpected": "An unexpected error occurred",
1146
1146
  "code": "code"
@@ -1163,7 +1163,7 @@
1163
1163
  "diagnostics": {
1164
1164
  "title": "System Info"
1165
1165
  },
1166
- "languages" : {
1166
+ "languages": {
1167
1167
  "de": "German",
1168
1168
  "en-US": "English",
1169
1169
  "ja": "Japanese",
@@ -1174,18 +1174,18 @@
1174
1174
  },
1175
1175
  "validator": {
1176
1176
  "errors": {
1177
- "invalid-json": "Invalid JSON data: __error__",
1178
- "invalid-json-prop": "__prop__: invalid JSON data: __error__",
1179
- "invalid-prop": "Invalid property expression",
1180
- "invalid-prop-prop": "__prop__: invalid property expression",
1181
- "invalid-num": "Invalid number",
1182
- "invalid-num-prop": "__prop__: invalid number",
1183
- "invalid-regexp": "Invalid input pattern",
1184
- "invalid-regex-prop": "__prop__: invalid input pattern",
1185
- "missing-required-prop": "__prop__: property value missing",
1186
- "invalid-config": "__prop__: invalid configuration node",
1187
- "missing-config": "__prop__: missing configuration node",
1188
- "validation-error": "__prop__: validation error: __node__, __id__: __error__"
1189
- }
1177
+ "invalid-json": "Invalid JSON data: __error__",
1178
+ "invalid-json-prop": "__prop__: invalid JSON data: __error__",
1179
+ "invalid-prop": "Invalid property expression",
1180
+ "invalid-prop-prop": "__prop__: invalid property expression",
1181
+ "invalid-num": "Invalid number",
1182
+ "invalid-num-prop": "__prop__: invalid number",
1183
+ "invalid-regexp": "Invalid input pattern",
1184
+ "invalid-regex-prop": "__prop__: invalid input pattern",
1185
+ "missing-required-prop": "__prop__: property value missing",
1186
+ "invalid-config": "__prop__: invalid configuration node",
1187
+ "missing-config": "__prop__: missing configuration node",
1188
+ "validation-error": "__prop__: validation error: __node__, __id__: __error__"
1189
+ }
1190
1190
  }
1191
1191
  }
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "info": {
3
- "tip0" : "You can remove the selected nodes or links with {{core:delete-selection}}",
4
- "tip1" : "Search for nodes using {{core:search}}",
5
- "tip2" : "{{core:toggle-sidebar}} will toggle the view of this sidebar",
6
- "tip3" : "You can manage your palette of nodes with {{core:manage-palette}}",
7
- "tip4" : "Your flow configuration nodes are listed in the sidebar panel. It can be accessed from the menu or with {{core:show-config-tab}}",
8
- "tip5" : "Enable or disable these tips from the option in the settings",
9
- "tip6" : "Move the selected nodes using the [left] [up] [down] and [right] keys. Hold [shift] to nudge them further",
10
- "tip7" : "Dragging a node onto a wire will splice it into the link",
11
- "tip8" : "Export the selected nodes, or the current tab with {{core:show-export-dialog}}",
12
- "tip9" : "Import a flow by dragging its JSON into the editor, or with {{core:show-import-dialog}}",
13
- "tip10" : "[shift] [click] and drag on a node port to move all of the attached wires or just the selected one",
14
- "tip11" : "Show the Info tab with {{core:show-info-tab}} or the Debug tab with {{core:show-debug-tab}}",
15
- "tip12" : "[ctrl] [click] in the workspace to open the quick-add dialog",
16
- "tip13" : "Hold down [ctrl] when you [click] on a node port to enable quick-wiring",
17
- "tip14" : "Hold down [shift] when you [click] on a node to also select all of its connected nodes",
18
- "tip15" : "Hold down [ctrl] when you [click] on a node to add or remove it from the current selection",
19
- "tip16" : "Switch flow tabs with {{core:show-previous-tab}} and {{core:show-next-tab}}",
20
- "tip17" : "You can confirm your changes in the node edit tray with {{core:confirm-edit-tray}} or cancel them with {{core:cancel-edit-tray}}",
21
- "tip18" : "Pressing {{core:edit-selected-node}} will edit the first node in the current selection"
3
+ "tip0": "You can remove the selected nodes or links with {{core:delete-selection}}",
4
+ "tip1": "Search for nodes using {{core:search}}",
5
+ "tip2": "{{core:toggle-sidebar}} will toggle the view of this sidebar",
6
+ "tip3": "You can manage your palette of nodes with {{core:manage-palette}}",
7
+ "tip4": "Your flow configuration nodes are listed in the sidebar panel. It can be accessed from the menu or with {{core:show-config-tab}}",
8
+ "tip5": "Enable or disable these tips from the option in the settings",
9
+ "tip6": "Move the selected nodes using the [left] [up] [down] and [right] keys. Hold [shift] to nudge them further",
10
+ "tip7": "Dragging a node onto a wire will splice it into the link",
11
+ "tip8": "Export the selected nodes, or the current tab with {{core:show-export-dialog}}",
12
+ "tip9": "Import a flow by dragging its JSON into the editor, or with {{core:show-import-dialog}}",
13
+ "tip10": "[shift] [click] and drag on a node port to move all of the attached wires or just the selected one",
14
+ "tip11": "Show the Info tab with {{core:show-info-tab}} or the Debug tab with {{core:show-debug-tab}}",
15
+ "tip12": "[ctrl] [click] in the workspace to open the quick-add dialog",
16
+ "tip13": "Hold down [ctrl] when you [click] on a node port to enable quick-wiring",
17
+ "tip14": "Hold down [shift] when you [click] on a node to also select all of its connected nodes",
18
+ "tip15": "Hold down [ctrl] when you [click] on a node to add or remove it from the current selection",
19
+ "tip16": "Switch flow tabs with {{core:show-previous-tab}} and {{core:show-next-tab}}",
20
+ "tip17": "You can confirm your changes in the node edit tray with {{core:confirm-edit-tray}} or cancel them with {{core:cancel-edit-tray}}",
21
+ "tip18": "Pressing {{core:edit-selected-node}} will edit the first node in the current selection"
22
22
  }
23
23
  }
@@ -52,52 +52,52 @@
52
52
  "desc": "Finds occurrences of `pattern` within `str` and replaces them with `replacement`.\n\nThe optional `limit` parameter is the maximum number of replacements."
53
53
  },
54
54
  "$now": {
55
- "args":"$[picture [, timezone]]",
56
- "desc":"Generates a timestamp in ISO 8601 compatible format and returns it as a string. If the optional picture and timezone parameters are supplied, then the current timestamp is formatted as described by the `$fromMillis()` function"
55
+ "args": "$[picture [, timezone]]",
56
+ "desc": "Generates a timestamp in ISO 8601 compatible format and returns it as a string. If the optional picture and timezone parameters are supplied, then the current timestamp is formatted as described by the `$fromMillis()` function"
57
57
  },
58
58
  "$base64encode": {
59
- "args":"string",
60
- "desc":"Converts an ASCII string to a base 64 representation. Each character in the string is treated as a byte of binary data. This requires that all characters in the string are in the 0x00 to 0xFF range, which includes all characters in URI encoded strings. Unicode characters outside of that range are not supported."
59
+ "args": "string",
60
+ "desc": "Converts an ASCII string to a base 64 representation. Each character in the string is treated as a byte of binary data. This requires that all characters in the string are in the 0x00 to 0xFF range, which includes all characters in URI encoded strings. Unicode characters outside of that range are not supported."
61
61
  },
62
62
  "$base64decode": {
63
- "args":"string",
64
- "desc":"Converts base 64 encoded bytes to a string, using a UTF-8 Unicode codepage."
63
+ "args": "string",
64
+ "desc": "Converts base 64 encoded bytes to a string, using a UTF-8 Unicode codepage."
65
65
  },
66
66
  "$number": {
67
67
  "args": "arg",
68
68
  "desc": "Casts the `arg` parameter to a number using the following casting rules:\n\n - Numbers are unchanged\n - Strings that contain a sequence of characters that represent a legal JSON number are converted to that number\n - All other values cause an error to be thrown."
69
69
  },
70
70
  "$abs": {
71
- "args":"number",
72
- "desc":"Returns the absolute value of the `number` parameter."
71
+ "args": "number",
72
+ "desc": "Returns the absolute value of the `number` parameter."
73
73
  },
74
74
  "$floor": {
75
- "args":"number",
76
- "desc":"Returns the value of `number` rounded down to the nearest integer that is smaller or equal to `number`."
75
+ "args": "number",
76
+ "desc": "Returns the value of `number` rounded down to the nearest integer that is smaller or equal to `number`."
77
77
  },
78
78
  "$ceil": {
79
- "args":"number",
80
- "desc":"Returns the value of `number` rounded up to the nearest integer that is greater than or equal to `number`."
79
+ "args": "number",
80
+ "desc": "Returns the value of `number` rounded up to the nearest integer that is greater than or equal to `number`."
81
81
  },
82
82
  "$round": {
83
- "args":"number [, precision]",
84
- "desc":"Returns the value of the `number` parameter rounded to the number of decimal places specified by the optional `precision` parameter."
83
+ "args": "number [, precision]",
84
+ "desc": "Returns the value of the `number` parameter rounded to the number of decimal places specified by the optional `precision` parameter."
85
85
  },
86
86
  "$power": {
87
- "args":"base, exponent",
88
- "desc":"Returns the value of `base` raised to the power of `exponent`."
87
+ "args": "base, exponent",
88
+ "desc": "Returns the value of `base` raised to the power of `exponent`."
89
89
  },
90
90
  "$sqrt": {
91
- "args":"number",
92
- "desc":"Returns the square root of the value of the `number` parameter."
91
+ "args": "number",
92
+ "desc": "Returns the square root of the value of the `number` parameter."
93
93
  },
94
94
  "$random": {
95
- "args":"",
96
- "desc":"Returns a pseudo random number greater than or equal to zero and less than one."
95
+ "args": "",
96
+ "desc": "Returns a pseudo random number greater than or equal to zero and less than one."
97
97
  },
98
98
  "$millis": {
99
- "args":"",
100
- "desc":"Returns the number of milliseconds since the Unix Epoch (1 January, 1970 UTC) as a number. All invocations of `$millis()` within an evaluation of an expression will all return the same value."
99
+ "args": "",
100
+ "desc": "Returns the number of milliseconds since the Unix Epoch (1 January, 1970 UTC) as a number. All invocations of `$millis()` within an evaluation of an expression will all return the same value."
101
101
  },
102
102
  "$sum": {
103
103
  "args": "array",
@@ -136,20 +136,20 @@
136
136
  "desc": "Appends two arrays"
137
137
  },
138
138
  "$sort": {
139
- "args":"array [, function]",
140
- "desc":"Returns an array containing all the values in the `array` parameter, but sorted into order.\n\nIf a comparator `function` is supplied, then it must be a function that takes two parameters:\n\n`function(left, right)`\n\nThis function gets invoked by the sorting algorithm to compare two values left and right. If the value of left should be placed after the value of right in the desired sort order, then the function must return Boolean `true` to indicate a swap. Otherwise it must return `false`."
139
+ "args": "array [, function]",
140
+ "desc": "Returns an array containing all the values in the `array` parameter, but sorted into order.\n\nIf a comparator `function` is supplied, then it must be a function that takes two parameters:\n\n`function(left, right)`\n\nThis function gets invoked by the sorting algorithm to compare two values left and right. If the value of left should be placed after the value of right in the desired sort order, then the function must return Boolean `true` to indicate a swap. Otherwise it must return `false`."
141
141
  },
142
142
  "$reverse": {
143
- "args":"array",
144
- "desc":"Returns an array containing all the values from the `array` parameter, but in reverse order."
143
+ "args": "array",
144
+ "desc": "Returns an array containing all the values from the `array` parameter, but in reverse order."
145
145
  },
146
146
  "$shuffle": {
147
- "args":"array",
148
- "desc":"Returns an array containing all the values from the `array` parameter, but shuffled into random order."
147
+ "args": "array",
148
+ "desc": "Returns an array containing all the values from the `array` parameter, but shuffled into random order."
149
149
  },
150
150
  "$zip": {
151
- "args":"array, ...",
152
- "desc":"Returns a convolved (zipped) array containing grouped arrays of values from the `array1` … `arrayN` arguments from index 0, 1, 2...."
151
+ "args": "array, ...",
152
+ "desc": "Returns a convolved (zipped) array containing grouped arrays of values from the `array1` … `arrayN` arguments from index 0, 1, 2...."
153
153
  },
154
154
  "$keys": {
155
155
  "args": "object",
@@ -168,24 +168,24 @@
168
168
  "desc": "Merges an array of `objects` into a single `object` containing all the key/value pairs from each of the objects in the input array. If any of the input objects contain the same key, then the returned `object` will contain the value of the last one in the array. It is an error if the input array contains an item that is not an object."
169
169
  },
170
170
  "$sift": {
171
- "args":"object, function",
172
- "desc":"Returns an object that contains only the key/value pairs from the `object` parameter that satisfy the predicate `function` passed in as the second parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, key [, object]])`"
171
+ "args": "object, function",
172
+ "desc": "Returns an object that contains only the key/value pairs from the `object` parameter that satisfy the predicate `function` passed in as the second parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, key [, object]])`"
173
173
  },
174
174
  "$each": {
175
- "args":"object, function",
176
- "desc":"Returns an array containing the values return by the `function` when applied to each key/value pair in the `object`."
175
+ "args": "object, function",
176
+ "desc": "Returns an array containing the values return by the `function` when applied to each key/value pair in the `object`."
177
177
  },
178
178
  "$map": {
179
- "args":"array, function",
180
- "desc":"Returns an array containing the results of applying the `function` parameter to each value in the `array` parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
179
+ "args": "array, function",
180
+ "desc": "Returns an array containing the results of applying the `function` parameter to each value in the `array` parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
181
181
  },
182
182
  "$filter": {
183
- "args":"array, function",
184
- "desc":"Returns an array containing only the values in the `array` parameter that satisfy the `function` predicate.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
183
+ "args": "array, function",
184
+ "desc": "Returns an array containing only the values in the `array` parameter that satisfy the `function` predicate.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
185
185
  },
186
186
  "$reduce": {
187
- "args":"array, function [, init]",
188
- "desc":"Returns an aggregated value derived from applying the `function` parameter successively to each value in `array` in combination with the result of the previous application of the function.\n\nThe function must accept two arguments, and behaves like an infix operator between each value within the `array`. The signature of `function` must be of the form: `myfunc($accumulator, $value[, $index[, $array]])`\n\nThe optional `init` parameter is used as the initial value in the aggregation."
187
+ "args": "array, function [, init]",
188
+ "desc": "Returns an aggregated value derived from applying the `function` parameter successively to each value in `array` in combination with the result of the previous application of the function.\n\nThe function must accept two arguments, and behaves like an infix operator between each value within the `array`. The signature of `function` must be of the form: `myfunc($accumulator, $value[, $index[, $array]])`\n\nThe optional `init` parameter is used as the initial value in the aggregation."
189
189
  },
190
190
  "$flowContext": {
191
191
  "args": "string[, string]",
@@ -907,7 +907,8 @@
907
907
  "uknownNodes": "未知のノード",
908
908
  "unusedSubflows": "未使用のサブフロー",
909
909
  "hiddenFlows": "非表示のフロー",
910
- "modifiedNodes": "修正したノードやフロー"
910
+ "modifiedNodes": "修正したノードやフロー",
911
+ "thisFlow": "現在のフロー"
911
912
  }
912
913
  },
913
914
  "expressionEditor": {
@@ -17,7 +17,7 @@
17
17
  "tip14": "[shift] を押しながらノードを [click] すると、接続された全てのノードを選択できます。",
18
18
  "tip15": "[ctrl] を押しながらノードを [click] すると、選択/非選択を切り替えできます。",
19
19
  "tip16": "{{core:show-previous-tab}} や {{core:show-next-tab}} で、タブの切り替えができます。",
20
- "tip17": "ノードのプロバティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
20
+ "tip17": "ノードのプロパティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
21
21
  "tip18": "ノードを選択し、 {{core:edit-selected-node}} を押すとプロパティ設定画面が表示されます。"
22
22
  }
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,42 @@
1
+ #### 3.0.0-beta.3: Beta Release
2
+
3
+ Editor
4
+
5
+ - Add Right-Click content menu (#3678) @knolleary
6
+ - Fix disable junction (#3671) @HiroyasuNishiyama
7
+ - Add Japanese translations for v2.2.3 (#3672) @kazuhitoyokoi
8
+ - Reset mouse state when switching tabs (#3643) @knolleary
9
+ - Fix uncorrect fix of junction to subflow conversion (#3666) @HiroyasuNishiyama
10
+ - Fix undoing junction to subflow (#3653) @HiroyasuNishiyama
11
+ - Fix conversion of junction to subflow (#3652) @HiroyasuNishiyama
12
+ - Fix to include junction to exported nodes (#3650) @HiroyasuNishiyama
13
+ - Fix z-index value for shade to cover nodes in palette (#3649) @kazuhitoyokoi
14
+ - Fix to extend escaped subflow category characters (#3647) @HiroyasuNishiyama
15
+ - Fix to sanitize tab name (#3646) @HiroyasuNishiyama
16
+ - Fix selector placement (#3644) @bonanitech
17
+ - Add Japanese translations for v3.0-beta.2 (#3622) @kazuhitoyokoi
18
+ - Fix new folder menu of save to library dialog (#3633) @HiroyasuNishiyama
19
+ - Fix layer of palette node (#3638) @HiroyasuNishiyama
20
+ - Fix to place a node dragged from palette within the workspace (#3637) @HiroyasuNishiyama
21
+ - Fix typo in CSS (#3628) @bonanitech
22
+ - Use the correct variable for the gutter text color (#3615) @bonanitech
23
+
24
+
25
+ Runtime
26
+
27
+ - Support loading node modules from `nodesdir` (#3676) @Steve-Mcl
28
+ - fix buffer parse error message of evaluateNodeProperty (#3624) @HiroyasuNishiyama
29
+
30
+ Nodes
31
+
32
+ - File: Further simplify file node filename entry UX (v3) (#3677) @Steve-Mcl
33
+ - Function: Fix initial cursor position of init/finalize tab of function node (#3674) @HiroyasuNishiyama
34
+ - Function: Fix ESM module loading in Function node (#3645) @knolleary
35
+ - Inject: Fix JSONata evaluation of inject button (#3632) @HiroyasuNishiyama
36
+ - TCP: Dont delete TCP socket twice (#3630) @Steve-Mcl
37
+ - MQTT Node: define noproxy variable (#3626) @Steve-Mcl
38
+ - Debug: i18n debug sidebar node label (#3623) @HiroyasuNishiyama
39
+
1
40
  #### 3.0.0-beta.2: Beta Release
2
41
 
3
42
  **Migration from 2.x**