iobroker.webui 1.19.2 → 1.19.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.
package/README.md
CHANGED
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "webui",
|
|
4
|
-
"version": "1.19.
|
|
4
|
+
"version": "1.19.3",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "webui",
|
|
7
7
|
"de": "webui",
|
|
@@ -29,6 +29,19 @@
|
|
|
29
29
|
"zh-cn": "使用万维网传送器的高锰用户接口"
|
|
30
30
|
},
|
|
31
31
|
"news": {
|
|
32
|
+
"1.19.3": {
|
|
33
|
+
"en": "support null value",
|
|
34
|
+
"de": "unterstützungswert",
|
|
35
|
+
"ru": "нулевое значение",
|
|
36
|
+
"pt": "suporte valor nulo",
|
|
37
|
+
"nl": "steun nulwaarde",
|
|
38
|
+
"fr": "support valeur null",
|
|
39
|
+
"it": "supporto valore null",
|
|
40
|
+
"es": "valor nulo",
|
|
41
|
+
"pl": "wartość null wsparcia",
|
|
42
|
+
"uk": "підтримка значення null",
|
|
43
|
+
"zh-cn": "支持无效值"
|
|
44
|
+
},
|
|
32
45
|
"1.19.2": {
|
|
33
46
|
"en": "use name in classlist",
|
|
34
47
|
"de": "name in der klassenliste verwenden",
|
|
@@ -106,19 +119,6 @@
|
|
|
106
119
|
"pl": "mała literówka fix",
|
|
107
120
|
"uk": "маленький типофікс",
|
|
108
121
|
"zh-cn": "小类型修复"
|
|
109
|
-
},
|
|
110
|
-
"1.18.2": {
|
|
111
|
-
"en": "better refcatoring",
|
|
112
|
-
"de": "besser refcatoring",
|
|
113
|
-
"ru": "лучший хладагент",
|
|
114
|
-
"pt": "melhor refcatoring",
|
|
115
|
-
"nl": "betere refcatoring",
|
|
116
|
-
"fr": "mieux réfcatorer",
|
|
117
|
-
"it": "migliore refcatoring",
|
|
118
|
-
"es": "mejor refcatoring",
|
|
119
|
-
"pl": "lepsza rekatalizacja",
|
|
120
|
-
"uk": "кращий рефторинг",
|
|
121
|
-
"zh-cn": "更好的还原"
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"icon": "logo.png",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.webui",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.3",
|
|
4
4
|
"description": "ioBroker webui",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/backend/main.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@node-projects/web-component-designer-codeview-monaco": "^0.1.32",
|
|
59
59
|
"@node-projects/web-component-designer-htmlparserservice-nodehtmlparser": "^0.1.11",
|
|
60
60
|
"@node-projects/web-component-designer-stylesheetservice-css-tools": "^0.1.10",
|
|
61
|
-
"@node-projects/web-component-designer-visualization-addons": "^0.1.
|
|
61
|
+
"@node-projects/web-component-designer-visualization-addons": "^0.1.93",
|
|
62
62
|
"@node-projects/web-component-designer-widgets-wunderbaum": "^0.1.29",
|
|
63
63
|
"@types/json-schema": "^7.0.15",
|
|
64
64
|
"@web/dev-server": "^0.4.6",
|
package/www/index.html
CHANGED
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
</button>
|
|
214
214
|
<button data-command="save" title="save" disabled><img src="./node_modules/@node-projects/web-component-designer/assets/icons/save.svg"></button>
|
|
215
215
|
<div style="margin-left: 30px;">
|
|
216
|
-
webui - 1.19.
|
|
216
|
+
webui - 1.19.3 - f0ffca3
|
|
217
217
|
</div>
|
|
218
218
|
<button style="margin-left: 30px;" data-command="paste" title="paste" disabled><img
|
|
219
219
|
src="./node_modules/@node-projects/web-component-designer/assets/icons/paste.svg"></button>
|