@things-factory/integration-ui 6.1.146 → 6.1.150
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/client/pages/connection-importer.ts +97 -0
- package/client/pages/connection.ts +59 -32
- package/client/pages/scenario-importer.ts +4 -8
- package/client/pages/scenario.ts +1 -1
- package/dist-client/pages/connection-importer.d.ts +9 -0
- package/dist-client/pages/connection-importer.js +106 -0
- package/dist-client/pages/connection-importer.js.map +1 -0
- package/dist-client/pages/connection.d.ts +10 -0
- package/dist-client/pages/connection.js +52 -25
- package/dist-client/pages/connection.js.map +1 -1
- package/dist-client/pages/scenario-importer.js +4 -8
- package/dist-client/pages/scenario-importer.js.map +1 -1
- package/dist-client/pages/scenario.js +1 -1
- package/dist-client/pages/scenario.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/translations/en.json +2 -1
- package/translations/ja.json +2 -1
- package/translations/ko.json +2 -1
- package/translations/ms.json +2 -1
- package/translations/zh.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-ui",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.150",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"@operato/property-editor": "^1.0.0",
|
|
38
38
|
"@operato/styles": "^1.0.0",
|
|
39
39
|
"@operato/utils": "^1.0.1",
|
|
40
|
-
"@things-factory/export-base": "^6.1.
|
|
40
|
+
"@things-factory/export-base": "^6.1.150",
|
|
41
41
|
"@things-factory/import-base": "^6.1.145",
|
|
42
|
-
"@things-factory/integration-base": "^6.1.
|
|
42
|
+
"@things-factory/integration-base": "^6.1.150",
|
|
43
43
|
"d3": "^7.8.5",
|
|
44
44
|
"moment-timezone": "^0.5.40"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "46b1265e3682f95c9da9540c3f5768661364cc44"
|
|
47
47
|
}
|
package/translations/en.json
CHANGED
|
@@ -116,5 +116,6 @@
|
|
|
116
116
|
"title.select entity": "select entity",
|
|
117
117
|
"title.scenario-instance": "scenario instance",
|
|
118
118
|
"title.scenario-log": "scenario log",
|
|
119
|
-
"title.import scenario": "import scenario"
|
|
119
|
+
"title.import scenario": "import scenario",
|
|
120
|
+
"title.import connection": "import connection"
|
|
120
121
|
}
|
package/translations/ja.json
CHANGED
package/translations/ko.json
CHANGED
package/translations/ms.json
CHANGED
|
@@ -117,5 +117,6 @@
|
|
|
117
117
|
"title.select entity": "pilih entiti",
|
|
118
118
|
"title.scenario-instance": "contoh senario",
|
|
119
119
|
"title.scenario-log": "log senario",
|
|
120
|
-
"title.import scenario": "import senario"
|
|
120
|
+
"title.import scenario": "import senario",
|
|
121
|
+
"title.import connection": "import sambungan"
|
|
121
122
|
}
|
package/translations/zh.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"field.type": "类型",
|
|
23
23
|
"label.address": "地址",
|
|
24
24
|
"label.authtype": "授权类型",
|
|
25
|
-
"label.auth-client": "
|
|
25
|
+
"label.auth-client": "认证客户端",
|
|
26
26
|
"label.body": "主体",
|
|
27
27
|
"label.cases": "案例",
|
|
28
28
|
"label.clear": "清除",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"label.day-of-month": "月日",
|
|
33
33
|
"label.day-of-week": "星期几",
|
|
34
34
|
"label.encoding": "加密",
|
|
35
|
-
"label.encrypt": "
|
|
35
|
+
"label.encrypt": "加密",
|
|
36
36
|
"label.endian": "尾数",
|
|
37
37
|
"label.error-propagation": "错误传播",
|
|
38
38
|
"label.examples": "例子",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"label.hour": "小时",
|
|
43
43
|
"label.hourly": "每小时",
|
|
44
44
|
"label.level": "程度",
|
|
45
|
-
"label.mapping-rule": "
|
|
45
|
+
"label.mapping-rule": "映射规则",
|
|
46
46
|
"label.message": "信息",
|
|
47
47
|
"label.minute by minute": "每分钟",
|
|
48
48
|
"label.minute": "分钟",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"label.search-params": "搜索参数",
|
|
65
65
|
"label.second by second": "一秒接一秒",
|
|
66
66
|
"label.second": "秒",
|
|
67
|
-
"label.selectors": "
|
|
67
|
+
"label.selectors": "选择器",
|
|
68
68
|
"label.timeout": "暂停",
|
|
69
69
|
"label.username": "用户名",
|
|
70
70
|
"label.vendor-id": "厂商标识",
|
|
@@ -116,5 +116,6 @@
|
|
|
116
116
|
"title.select entity": "选择实体",
|
|
117
117
|
"title.scenario-instance": "场景实例",
|
|
118
118
|
"title.scenario-log": "场景日志",
|
|
119
|
-
"title.import scenario": "
|
|
119
|
+
"title.import scenario": "标题导入场景",
|
|
120
|
+
"title.import connection": "导入连接"
|
|
120
121
|
}
|