iobroker.webui 1.19.1 → 1.19.2
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.2",
|
|
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.2": {
|
|
33
|
+
"en": "use name in classlist",
|
|
34
|
+
"de": "name in der klassenliste verwenden",
|
|
35
|
+
"ru": "имя в класслисте",
|
|
36
|
+
"pt": "use o nome na lista de classes",
|
|
37
|
+
"nl": "naam gebruiken in klasselijst",
|
|
38
|
+
"fr": "utiliser le nom dans la liste des classes",
|
|
39
|
+
"it": "usare il nome in classifica",
|
|
40
|
+
"es": "nombre de uso en la lista de clases",
|
|
41
|
+
"pl": "użyj nazwy na liście klas",
|
|
42
|
+
"uk": "ім'я користувача в класі",
|
|
43
|
+
"zh-cn": "使用分类列表中的名称"
|
|
44
|
+
},
|
|
32
45
|
"1.19.1": {
|
|
33
46
|
"en": "copy path for screens/controls",
|
|
34
47
|
"de": "kopierpfad für bildschirme/steuerungen",
|
|
@@ -106,19 +119,6 @@
|
|
|
106
119
|
"pl": "lepsza rekatalizacja",
|
|
107
120
|
"uk": "кращий рефторинг",
|
|
108
121
|
"zh-cn": "更好的还原"
|
|
109
|
-
},
|
|
110
|
-
"1.18.1": {
|
|
111
|
-
"en": "fix screen settings",
|
|
112
|
-
"de": "einstellungen für den bildschirm",
|
|
113
|
-
"ru": "настройки экрана",
|
|
114
|
-
"pt": "corrigir configurações de tela",
|
|
115
|
-
"nl": "scherminstellingen herstellen",
|
|
116
|
-
"fr": "correction des paramètres de l'écran",
|
|
117
|
-
"it": "impostazioni della schermata di correzione",
|
|
118
|
-
"es": "ajuste de la pantalla",
|
|
119
|
-
"pl": "ustaw ustawienia ekranu",
|
|
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.2",
|
|
4
4
|
"description": "ioBroker webui",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/backend/main.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@iobroker/adapter-core": "^3.2.2",
|
|
42
|
-
"@types/node": "^22.8.
|
|
42
|
+
"@types/node": "^22.8.7"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@adobe/css-tools": "4.4.0",
|
|
@@ -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.92",
|
|
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.2 - 2624c53
|
|
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>
|
|
@@ -202,13 +202,13 @@ export class ScriptSystem {
|
|
|
202
202
|
}
|
|
203
203
|
else if (target == 'class') {
|
|
204
204
|
if (mode === 'toggle') {
|
|
205
|
-
e.classList.toggle(value);
|
|
205
|
+
e.classList.toggle(name ?? value);
|
|
206
206
|
}
|
|
207
207
|
else if (mode === 'remove') {
|
|
208
|
-
e.classList.remove(value);
|
|
208
|
+
e.classList.remove(name ?? value);
|
|
209
209
|
}
|
|
210
210
|
else {
|
|
211
|
-
e.classList.add(value);
|
|
211
|
+
e.classList.add(name ?? value);
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
}
|