iobroker.webui 1.34.0 → 1.34.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 CHANGED
@@ -133,6 +133,9 @@ runtime.html?screenName=screen2
133
133
  Placeholder for next versions:
134
134
  ### __WORK IN PROGRESS__
135
135
  -->
136
+ ### 1.34.1 (2025-09-20)
137
+ - script command wrong name fix
138
+
136
139
  ### 1.34.0 (2025-09-20)
137
140
  - designer and script updates
138
141
 
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "webui",
4
- "version": "1.34.0",
4
+ "version": "1.34.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.34.1": {
33
+ "en": "script command wrong name fix",
34
+ "de": "Fehler bei der Namensschreibweise des Skriptbefehls behoben",
35
+ "ru": "Исправлена ошибка в неправильном названии команды скрипта",
36
+ "pt": "Corrigido nome incorreto do comando de script",
37
+ "nl": "Script command foutieve naam opgelost",
38
+ "fr": "Correction du nom erroné de la commande de script",
39
+ "it": "Correzione del nome errato del comando di script",
40
+ "es": "comando de script con nombre incorrecto corregido",
41
+ "pl": "naprawiono błąd związany z nieprawidłową nazwą polecenia skryptu",
42
+ "uk": "виправлено неправильну назву команди в скрипті",
43
+ "zh-cn": "脚本命令名称修复"
44
+ },
32
45
  "1.34.0": {
33
46
  "en": "designer and script updates",
34
47
  "de": "Designer- und Skriptaktualisierungen",
@@ -106,19 +119,6 @@
106
119
  "pl": "Scenariusze powinny być w stanie ustawić właściwości",
107
120
  "uk": "Прості скрипти повинні бути в змозі встановити властивості",
108
121
  "zh-cn": "简单脚本应该能够设置属性"
109
- },
110
- "1.31.3": {
111
- "en": "NaN not NaN",
112
- "de": "NaN nicht NaN",
113
- "ru": "Нан не нан",
114
- "pt": "NaN não NaN",
115
- "nl": "NaN niet NaN",
116
- "fr": "NaN pas NaN",
117
- "it": "NaN non NaN",
118
- "es": "Nan no Nan",
119
- "pl": "Nie",
120
- "uk": "Не NaN",
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.34.0",
3
+ "version": "1.34.1",
4
4
  "description": "ioBroker webui",
5
5
  "type": "module",
6
6
  "main": "dist/backend/main.js",
@@ -64,7 +64,7 @@
64
64
  "@node-projects/web-component-designer-codeview-monaco": "^0.1.33",
65
65
  "@node-projects/web-component-designer-htmlparserservice-nodehtmlparser": "^0.1.11",
66
66
  "@node-projects/web-component-designer-stylesheetservice-css-tools": "^0.1.11",
67
- "@node-projects/web-component-designer-visualization-addons": "^0.1.130",
67
+ "@node-projects/web-component-designer-visualization-addons": "^0.1.131",
68
68
  "@node-projects/web-component-designer-widgets-wunderbaum": "^0.1.33",
69
69
  "@types/json-schema": "^7.0.15",
70
70
  "@web/dev-server": "^0.4.6",
@@ -985,7 +985,7 @@
985
985
  ],
986
986
  "type": "object"
987
987
  },
988
- "ToggleSignalValueFromList": {
988
+ "ToggleSignalValueThroughList": {
989
989
  "properties": {
990
990
  "additionalData": {
991
991
  "type": "string"
@@ -1056,7 +1056,7 @@
1056
1056
  "$ref": "#/definitions/ToggleSignalValue"
1057
1057
  },
1058
1058
  {
1059
- "$ref": "#/definitions/ToggleSignalValueFromList"
1059
+ "$ref": "#/definitions/ToggleSignalValueThroughList"
1060
1060
  },
1061
1061
  {
1062
1062
  "$ref": "#/definitions/SetSignalValue"
package/www/index.html CHANGED
@@ -218,7 +218,7 @@
218
218
  </button>
219
219
  <button data-command="save" title="save" disabled><img src="./node_modules/@node-projects/web-component-designer/assets/icons/save.svg"></button>
220
220
  <div style="margin-left: 30px;">
221
- webui - 1.34.0 - 8558377
221
+ webui - 1.34.1 - 7a95396
222
222
  </div>
223
223
  <button style="margin-left: 30px;" data-command="paste" title="paste" disabled><img
224
224
  src="./node_modules/@node-projects/web-component-designer/assets/icons/paste.svg"></button>
@@ -106,7 +106,7 @@ export class SimpleScriptEditor extends BaseCustomWebComponentConstructorAppend
106
106
  pg.setPropertyValue('name', b.fullName);
107
107
  pg.refresh();
108
108
  };
109
- let res = await this.visualizationShell.openConfirmation(pg, { x: 100, y: 100, width: 400, height: 400, parent: this });
109
+ let res = await this.visualizationShell.openConfirmation(pg, { x: 100, y: 100, width: 400, height: 500, parent: this });
110
110
  if (res) {
111
111
  this._propertygrid.setPropertyValue(data.propertyPath, pg.selectedObject);
112
112
  this._propertygrid.refresh();