@node-red/editor-client 2.1.0 → 2.1.4
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 +6 -1
- package/locales/ja/editor.json +37 -5
- package/locales/zh-CN/editor.json +1 -1
- package/package.json +1 -1
- package/public/red/about +75 -0
- package/public/red/main.min.js +1 -1
- package/public/red/red.js +281 -180
- package/public/red/red.min.js +4 -2
- package/public/red/style.min.css +2 -2
- package/public/red/tours/first-flow.js +28 -7
- package/public/red/tours/welcome.js +116 -38
- package/public/vendor/ace/mode-jsonata.js +1 -1
- package/public/vendor/vendor.js +1 -1
- package/templates/index.mst +9 -9
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
"hideOtherFlows": "Hide other flows",
|
|
60
60
|
"showAllFlows": "Show all flows",
|
|
61
61
|
"hideAllFlows": "Hide all flows",
|
|
62
|
+
"hiddenFlows": "List __count__ hidden flow",
|
|
63
|
+
"hiddenFlows_plural": "List __count__ hidden flows",
|
|
62
64
|
"showLastHiddenFlow": "Show last hidden flow",
|
|
63
65
|
"listFlows": "List flows",
|
|
64
66
|
"listSubflows": "List subflows",
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
"palette": {
|
|
91
93
|
"show": "Show palette"
|
|
92
94
|
},
|
|
95
|
+
"edit": "Edit",
|
|
93
96
|
"settings": "Settings",
|
|
94
97
|
"userSettings": "User Settings",
|
|
95
98
|
"nodes": "Nodes",
|
|
@@ -668,7 +671,8 @@
|
|
|
668
671
|
"unusedConfigNodes": "Unused configuration nodes",
|
|
669
672
|
"invalidNodes": "Invalid nodes",
|
|
670
673
|
"uknownNodes": "Unknown nodes",
|
|
671
|
-
"unusedSubflows": "Unused subflows"
|
|
674
|
+
"unusedSubflows": "Unused subflows",
|
|
675
|
+
"hiddenFlows": "Hidden flows"
|
|
672
676
|
}
|
|
673
677
|
},
|
|
674
678
|
"help": {
|
|
@@ -1135,6 +1139,7 @@
|
|
|
1135
1139
|
"defaultValue": "Default value"
|
|
1136
1140
|
},
|
|
1137
1141
|
"tourGuide": {
|
|
1142
|
+
"takeATour": "Take a tour",
|
|
1138
1143
|
"start": "Start",
|
|
1139
1144
|
"next": "Next"
|
|
1140
1145
|
},
|
package/locales/ja/editor.json
CHANGED
|
@@ -54,7 +54,14 @@
|
|
|
54
54
|
"delete": "本当に '__label__' を削除しますか?",
|
|
55
55
|
"dropFlowHere": "ここにフローをドロップしてください",
|
|
56
56
|
"addFlow": "フローの追加",
|
|
57
|
+
"addFlowToRight": "右側にフローを追加",
|
|
58
|
+
"hideFlow": "フローを非表示",
|
|
59
|
+
"hideOtherFlows": "他のフローを非表示",
|
|
60
|
+
"showAllFlows": "全てのフローを表示",
|
|
61
|
+
"hideAllFlows": "全てのフローを非表示",
|
|
62
|
+
"showLastHiddenFlow": "最後に非表示にしたフローを表示",
|
|
57
63
|
"listFlows": "フロー一覧",
|
|
64
|
+
"listSubflows": "サブフロー一覧",
|
|
58
65
|
"status": "状態",
|
|
59
66
|
"enabled": "有効",
|
|
60
67
|
"disabled": "無効",
|
|
@@ -83,6 +90,7 @@
|
|
|
83
90
|
"palette": {
|
|
84
91
|
"show": "パレットを表示"
|
|
85
92
|
},
|
|
93
|
+
"edit": "編集",
|
|
86
94
|
"settings": "設定",
|
|
87
95
|
"userSettings": "ユーザ設定",
|
|
88
96
|
"nodes": "ノード",
|
|
@@ -105,6 +113,7 @@
|
|
|
105
113
|
"editPalette": "パレットの管理",
|
|
106
114
|
"other": "その他",
|
|
107
115
|
"showTips": "ヒントを表示",
|
|
116
|
+
"showWelcomeTours": "新バージョンのガイドツアーを表示",
|
|
108
117
|
"help": "Node-REDウェブサイト",
|
|
109
118
|
"projects": "プロジェクト",
|
|
110
119
|
"projects-new": "新規",
|
|
@@ -116,7 +125,20 @@
|
|
|
116
125
|
"groupSelection": "選択部分をグループ化",
|
|
117
126
|
"ungroupSelection": "選択部分をグループ解除",
|
|
118
127
|
"groupMergeSelection": "選択部分をマージ",
|
|
119
|
-
"groupRemoveSelection": "グループから削除"
|
|
128
|
+
"groupRemoveSelection": "グループから削除",
|
|
129
|
+
"arrange": "配置",
|
|
130
|
+
"alignLeft": "左揃え",
|
|
131
|
+
"alignCenter": "左右中央揃え",
|
|
132
|
+
"alignRight": "右揃え",
|
|
133
|
+
"alignTop": "上揃え",
|
|
134
|
+
"alignMiddle": "上下中央揃え",
|
|
135
|
+
"alignBottom": "下揃え",
|
|
136
|
+
"distributeHorizontally": "左右に整列",
|
|
137
|
+
"distributeVertically": "上下に整列",
|
|
138
|
+
"moveToBack": "最背面へ移動",
|
|
139
|
+
"moveToFront": "最前面へ移動",
|
|
140
|
+
"moveBackwards": "背面へ移動",
|
|
141
|
+
"moveForwards": "前面へ移動"
|
|
120
142
|
}
|
|
121
143
|
},
|
|
122
144
|
"actions": {
|
|
@@ -451,7 +473,8 @@
|
|
|
451
473
|
"global": "グローバル",
|
|
452
474
|
"workspace": "ワークスペース",
|
|
453
475
|
"selectAll": "全てのノードを選択",
|
|
454
|
-
"
|
|
476
|
+
"selectNone": "選択を外す",
|
|
477
|
+
"selectAllConnected": "接続されたノードを選択",
|
|
455
478
|
"addRemoveNode": "ノードの選択、選択解除",
|
|
456
479
|
"editSelected": "選択したノードを編集",
|
|
457
480
|
"deleteSelected": "選択したノードや接続を削除",
|
|
@@ -461,10 +484,13 @@
|
|
|
461
484
|
"moveNode": "選択したノードを移動(移動量大)",
|
|
462
485
|
"toggleSidebar": "サイドバーの表示/非表示",
|
|
463
486
|
"togglePalette": "パレットの表示/非表示",
|
|
464
|
-
"copyNode": "
|
|
465
|
-
"cutNode": "
|
|
487
|
+
"copyNode": "ノードをコピー",
|
|
488
|
+
"cutNode": "ノードを切り取り",
|
|
466
489
|
"pasteNode": "ノードを貼り付け",
|
|
490
|
+
"copyGroupStyle": "グループ様式をコピー",
|
|
491
|
+
"pasteGroupStyle": "グループ様式を貼り付け",
|
|
467
492
|
"undoChange": "変更操作を戻す",
|
|
493
|
+
"redoChange": "変更操作をやり直し",
|
|
468
494
|
"searchBox": "ノードを検索",
|
|
469
495
|
"managePalette": "パレットの管理",
|
|
470
496
|
"actionList": "動作一覧"
|
|
@@ -519,7 +545,8 @@
|
|
|
519
545
|
"nodeEnabled_plural": "ノードを有効化しました:",
|
|
520
546
|
"nodeDisabled": "ノードを無効化しました:",
|
|
521
547
|
"nodeDisabled_plural": "ノードを無効化しました:",
|
|
522
|
-
"nodeUpgraded": "ノードモジュール __module__ をバージョン __version__ へ更新しました"
|
|
548
|
+
"nodeUpgraded": "ノードモジュール __module__ をバージョン __version__ へ更新しました",
|
|
549
|
+
"unknownNodeRegistered": "ノードの読み込みエラー: <ul><li>__type__<br>__error__</li></ul>"
|
|
523
550
|
},
|
|
524
551
|
"editor": {
|
|
525
552
|
"title": "パレットの管理",
|
|
@@ -1108,6 +1135,11 @@
|
|
|
1108
1135
|
"preview": "UIプレビュー",
|
|
1109
1136
|
"defaultValue": "デフォルト値"
|
|
1110
1137
|
},
|
|
1138
|
+
"tourGuide": {
|
|
1139
|
+
"takeATour": "ツアーを開始",
|
|
1140
|
+
"start": "開始",
|
|
1141
|
+
"next": "次へ"
|
|
1142
|
+
},
|
|
1111
1143
|
"languages": {
|
|
1112
1144
|
"de": "ドイツ語",
|
|
1113
1145
|
"en-US": "英語",
|
package/package.json
CHANGED
package/public/red/about
CHANGED
|
@@ -1,3 +1,78 @@
|
|
|
1
|
+
#### 2.1.4: Maintenance Release
|
|
2
|
+
|
|
3
|
+
Runtime
|
|
4
|
+
|
|
5
|
+
- fix env var access using $parent for groups (#3278) @HiroyasuNishiyama
|
|
6
|
+
- Add proper error handling for 404 errors when serving debug files (#3277) @knolleary
|
|
7
|
+
- Add Japanese translations for Node-RED v2.1.0-beta.1 (#3179) @kazuhitoyokoi
|
|
8
|
+
- Include full user object on login audit events (#3269) @knolleary
|
|
9
|
+
- Remove styling from de locale files (#3237) @knolleary
|
|
10
|
+
|
|
11
|
+
Editor
|
|
12
|
+
|
|
13
|
+
- Change tab hide button icon to an eye and add search option (#3282) @knolleary
|
|
14
|
+
- Fix i18n handling of namespaces with spaces in (#3281) @knolleary
|
|
15
|
+
- Trigger change event when autoComplete fills in input (#3280) @knolleary
|
|
16
|
+
- Apply CN i18n fix (#3279) @knolleary
|
|
17
|
+
- fix select menu label of config node to use paletteLabel (#3273) @HiroyasuNishiyama
|
|
18
|
+
- fix removed tab not to cause node conflict (#3275) @HiroyasuNishiyama
|
|
19
|
+
- Group diff fix (#3239) @knolleary
|
|
20
|
+
- Only toggle disabled workspace flag if on activeWorkspace (#3252) @knolleary
|
|
21
|
+
- Do not show status for disabled nodes (#3253) @knolleary
|
|
22
|
+
- Set dimension value for tour guide (#3265) @kazuhitoyokoi
|
|
23
|
+
- Avoid redundant initialisation of TypedInput type (#3263) @knolleary
|
|
24
|
+
- Don't let themes change flow port label color (#3270) @bonanitech
|
|
25
|
+
- Fix treeList gutter calculation to handle floating gutters (#3238) @knolleary
|
|
26
|
+
|
|
27
|
+
Nodes
|
|
28
|
+
|
|
29
|
+
- Debug: Handle RegExp types in Debug sidebar (#3251) @knolleary
|
|
30
|
+
- Delay: fix 2nd output when in rate limit per topic modes (#3261) @dceejay
|
|
31
|
+
- Link: fix to show link target when selected (#3267) @HiroyasuNishiyama
|
|
32
|
+
- Inject: Do not modify inject node props in oneditprepare (#3242) @knolleary
|
|
33
|
+
- HTTP Request: HTTP Basic Auth should always add : between username and password even if empty (#3236) @hardillb
|
|
34
|
+
|
|
35
|
+
#### 2.1.3: Maintenance Release
|
|
36
|
+
|
|
37
|
+
Runtime
|
|
38
|
+
|
|
39
|
+
- Update gen-publish script to update 'next' tag for main releases
|
|
40
|
+
- Add environment variable to enable/disable tours (#3221) @hardillb
|
|
41
|
+
- Fix loading non-default language files leaving runtime in wrong locale (#3225) @knolleary
|
|
42
|
+
|
|
43
|
+
Editor
|
|
44
|
+
|
|
45
|
+
- Refresh editor settings whenever a node is added or enabled (#3227) @knolleary
|
|
46
|
+
- Revert spinner css change that made it shrink in some cases (#3229) @knolleary
|
|
47
|
+
- Fix import notification message when importing config nodes (#3224) @knolleary
|
|
48
|
+
- Handle changing types of TypedInput repeatedly (#3223) @knolleary
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
#### 2.1.2: Maintenance Release
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
Runtime
|
|
55
|
+
|
|
56
|
+
- node-red-pi: Remove bash dependency (#3216) @a16bitsysop
|
|
57
|
+
|
|
58
|
+
Editor
|
|
59
|
+
|
|
60
|
+
- Improved regex for markdown renderer (#3213) @GerwinvBeek
|
|
61
|
+
- Fix TypedInput initialisation (#3220) @knolleary
|
|
62
|
+
|
|
63
|
+
Nodes
|
|
64
|
+
|
|
65
|
+
- MQTT: fix datatype in node config not used. fixes #3215 (#3219) @Steve-Mcl
|
|
66
|
+
|
|
67
|
+
#### 2.1.1: Maintenance Release
|
|
68
|
+
|
|
69
|
+
Editor
|
|
70
|
+
|
|
71
|
+
- Ensure tourGuide popover doesn't fall offscreen (#3212) @knolleary
|
|
72
|
+
- Fix issue with old inject nodes that migrated topic to 'string' type (#3210) @knolleary
|
|
73
|
+
- Add cache-busting query params to index.mst (#3211) @knolleary
|
|
74
|
+
- Fix TypedInput validation of type without options (#3207) @knolleary
|
|
75
|
+
|
|
1
76
|
#### 2.1.0: Milestone Release
|
|
2
77
|
|
|
3
78
|
Editor
|
package/public/red/main.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright OpenJS Foundation and other contributors, https://openjsf.org/
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|