iobroker.webui 1.18.0 → 1.18.1
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 +3 -0
- package/io-package.json +14 -14
- package/package.json +1 -1
- package/www/dist/frontend/generated/Properties.json +65 -2
- package/www/index.html +1 -1
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.18.
|
|
4
|
+
"version": "1.18.1",
|
|
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.18.1": {
|
|
33
|
+
"en": "fix screen settings",
|
|
34
|
+
"de": "einstellungen für den bildschirm",
|
|
35
|
+
"ru": "настройки экрана",
|
|
36
|
+
"pt": "corrigir configurações de tela",
|
|
37
|
+
"nl": "scherminstellingen herstellen",
|
|
38
|
+
"fr": "correction des paramètres de l'écran",
|
|
39
|
+
"it": "impostazioni della schermata di correzione",
|
|
40
|
+
"es": "ajuste de la pantalla",
|
|
41
|
+
"pl": "ustaw ustawienia ekranu",
|
|
42
|
+
"uk": "фіксувати налаштування екрану",
|
|
43
|
+
"zh-cn": "固定屏幕设置"
|
|
44
|
+
},
|
|
32
45
|
"1.18.0": {
|
|
33
46
|
"en": "screens are now ex- & imported as xml",
|
|
34
47
|
"de": "bildschirme werden jetzt ex- & importiert als xml",
|
|
@@ -106,19 +119,6 @@
|
|
|
106
119
|
"pl": "podnoszenie błędów w niewdrożonych poleceniach\nbłędne uaktualnienie skryptu",
|
|
107
120
|
"uk": "підняти помилки на непристойних команд\nнеправильне оновлення сценарію",
|
|
108
121
|
"zh-cn": "在未执行的命令上提出错误\n错误的脚本升级"
|
|
109
|
-
},
|
|
110
|
-
"1.16.2": {
|
|
111
|
-
"en": "wrong default in script",
|
|
112
|
-
"de": "falscher standard in skript",
|
|
113
|
-
"ru": "неправильный по умолчанию",
|
|
114
|
-
"pt": "padrão errado no script",
|
|
115
|
-
"nl": "verkeerde standaard in script",
|
|
116
|
-
"fr": "mauvais par défaut dans le script",
|
|
117
|
-
"it": "default sbagliato nello script",
|
|
118
|
-
"es": "default en script",
|
|
119
|
-
"pl": "błędne domyślne w skrypcie",
|
|
120
|
-
"uk": "неправильний типовий скрипт",
|
|
121
|
-
"zh-cn": "脚本默认错误"
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"icon": "logo.png",
|
package/package.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"type": "string"
|
|
50
50
|
},
|
|
51
51
|
"properties": {
|
|
52
|
-
"$ref": "#/definitions/
|
|
52
|
+
"$ref": "#/definitions/Record<string,{type:string;values?:string[]|undefined;default?:any;internal?:boolean|undefined;}>"
|
|
53
53
|
},
|
|
54
54
|
"script": {
|
|
55
55
|
"type": "string"
|
|
@@ -184,6 +184,65 @@
|
|
|
184
184
|
],
|
|
185
185
|
"type": "object"
|
|
186
186
|
},
|
|
187
|
+
"IScreen": {
|
|
188
|
+
"properties": {
|
|
189
|
+
"html": {
|
|
190
|
+
"type": "string"
|
|
191
|
+
},
|
|
192
|
+
"properties": {
|
|
193
|
+
"$ref": "#/definitions/Record<string,{type:string;values?:string[]|undefined;default?:any;internal?:boolean|undefined;}>_1"
|
|
194
|
+
},
|
|
195
|
+
"script": {
|
|
196
|
+
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
"settings": {
|
|
199
|
+
"$ref": "#/definitions/IScreenSettings"
|
|
200
|
+
},
|
|
201
|
+
"style": {
|
|
202
|
+
"type": "string"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"propertyOrder": [
|
|
206
|
+
"html",
|
|
207
|
+
"style",
|
|
208
|
+
"script",
|
|
209
|
+
"properties",
|
|
210
|
+
"settings"
|
|
211
|
+
],
|
|
212
|
+
"type": "object"
|
|
213
|
+
},
|
|
214
|
+
"IScreenSettings": {
|
|
215
|
+
"properties": {
|
|
216
|
+
"addoptedStyles": {
|
|
217
|
+
"items": {
|
|
218
|
+
"type": "string"
|
|
219
|
+
},
|
|
220
|
+
"type": "array"
|
|
221
|
+
},
|
|
222
|
+
"height": {
|
|
223
|
+
"type": "string"
|
|
224
|
+
},
|
|
225
|
+
"stretch": {
|
|
226
|
+
"enum": [
|
|
227
|
+
"fill",
|
|
228
|
+
"none",
|
|
229
|
+
"uniform",
|
|
230
|
+
"uniformToFill"
|
|
231
|
+
],
|
|
232
|
+
"type": "string"
|
|
233
|
+
},
|
|
234
|
+
"width": {
|
|
235
|
+
"type": "string"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"propertyOrder": [
|
|
239
|
+
"width",
|
|
240
|
+
"height",
|
|
241
|
+
"addoptedStyles",
|
|
242
|
+
"stretch"
|
|
243
|
+
],
|
|
244
|
+
"type": "object"
|
|
245
|
+
},
|
|
187
246
|
"IScriptMultiplexValue": {
|
|
188
247
|
"properties": {
|
|
189
248
|
"name": {
|
|
@@ -239,7 +298,11 @@
|
|
|
239
298
|
"propertyOrder": [],
|
|
240
299
|
"type": "object"
|
|
241
300
|
},
|
|
242
|
-
"
|
|
301
|
+
"Record<string,{type:string;values?:string[]|undefined;default?:any;internal?:boolean|undefined;}>": {
|
|
302
|
+
"propertyOrder": [],
|
|
303
|
+
"type": "object"
|
|
304
|
+
},
|
|
305
|
+
"Record<string,{type:string;values?:string[]|undefined;default?:any;internal?:boolean|undefined;}>_1": {
|
|
243
306
|
"propertyOrder": [],
|
|
244
307
|
"type": "object"
|
|
245
308
|
}
|
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.18.
|
|
216
|
+
webui - 1.18.1 - 56feb62
|
|
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>
|