iobroker.javascript 7.0.8 → 7.1.0
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 +5 -11
- package/admin/asset-manifest.json +7 -7
- package/admin/google-blockly/blockly-9.3.3.tgz +0 -0
- package/admin/google-blockly/blockly_compressed.js +1704 -1469
- package/admin/google-blockly/blocks_compressed.js +218 -164
- package/admin/google-blockly/javascript_compressed.js +328 -100
- package/admin/google-blockly/msg/js/de.js +70 -64
- package/admin/google-blockly/msg/js/en.js +20 -14
- package/admin/google-blockly/msg/js/es.js +45 -39
- package/admin/google-blockly/msg/js/fr.js +65 -59
- package/admin/google-blockly/msg/js/it.js +25 -19
- package/admin/google-blockly/msg/js/nl.js +61 -55
- package/admin/google-blockly/msg/js/pl.js +52 -46
- package/admin/google-blockly/msg/js/pt.js +36 -30
- package/admin/google-blockly/msg/js/ru.js +47 -41
- package/admin/google-blockly/msg/js/uk.js +17 -13
- package/admin/google-blockly/msg/js/zh-cn.js +92 -86
- package/admin/google-blockly/own/blocks_action.js +4 -4
- package/admin/google-blockly/own/blocks_logic.js +64 -0
- package/admin/google-blockly/own/blocks_number.js +26 -0
- package/admin/google-blockly/own/blocks_procedures.js +106 -75
- package/admin/google-blockly/own/blocks_sendto.js +2 -2
- package/admin/google-blockly/own/blocks_switch.js +8 -19
- package/admin/google-blockly/own/blocks_system.js +171 -117
- package/admin/google-blockly/own/blocks_text.js +23 -0
- package/admin/google-blockly/own/blocks_time.js +2 -1
- package/admin/google-blockly/own/blocks_timeout.js +31 -27
- package/admin/google-blockly/own/blocks_trigger.js +62 -44
- package/admin/google-blockly/own/blocks_words.js +20 -15
- package/admin/google-blockly/own/field_cron.js +138 -189
- package/admin/google-blockly/own/field_oid.js +167 -249
- package/admin/google-blockly/own/field_script.js +124 -170
- package/admin/static/js/{565.643198c0.chunk.js → 569.e2b427a7.chunk.js} +2 -2
- package/admin/static/js/569.e2b427a7.chunk.js.map +1 -0
- package/admin/static/js/759.7f25ba6c.chunk.js.map +1 -1
- package/admin/static/js/98.7af6b699.chunk.js +2 -0
- package/admin/static/js/98.7af6b699.chunk.js.map +1 -0
- package/admin/static/js/{main.d9e7d255.js → main.bf8794f5.js} +2 -2
- package/admin/static/js/{main.d9e7d255.js.map → main.bf8794f5.js.map} +1 -1
- package/admin/tab.html +1 -1
- package/io-package.json +14 -14
- package/main.js +9 -10
- package/package.json +1 -1
- package/admin/blockly-9.0.1.tgz +0 -0
- package/admin/google-blockly/own/blocks_other.js +0 -103
- package/admin/static/js/565.643198c0.chunk.js.map +0 -1
- package/admin/static/js/98.bf3dfa2b.chunk.js +0 -2
- package/admin/static/js/98.bf3dfa2b.chunk.js.map +0 -1
package/README.md
CHANGED
|
@@ -46,6 +46,11 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
|
|
|
46
46
|
<!--
|
|
47
47
|
### **WORK IN PROGRESS**
|
|
48
48
|
-->
|
|
49
|
+
### 7.1.0 (2023-06-13)
|
|
50
|
+
* (klein0r) Added new blocks: new line, random number, value between min and max, if empty
|
|
51
|
+
* (klein0r) Updated blockly core to v9.3.3
|
|
52
|
+
* (bluefox) corrected blockly
|
|
53
|
+
|
|
49
54
|
### 7.0.8 (2023-06-12)
|
|
50
55
|
* (klein0r) Corrected trigger block
|
|
51
56
|
* (klein0r) Corrected typescript V5
|
|
@@ -65,17 +70,6 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
|
|
|
65
70
|
* (bluefox) made the editor visible in full height
|
|
66
71
|
* (paul53) small fixes on blockly and translations are made
|
|
67
72
|
|
|
68
|
-
### 7.0.2 (2023-03-13)
|
|
69
|
-
* (bluefox) Breaking change: all usages of `jsonata` must be rewritten to use promises.
|
|
70
|
-
* (bluefox) Breaking change: all blockly scripts with `jsonata` blocks must be changed (just move some blocks) and saved anew.
|
|
71
|
-
* (bluefox) Extended `createState` command with possibility to create aliases.
|
|
72
|
-
* (bluefox) Corrected CRON card in rules
|
|
73
|
-
* (bluefox) Added additional options to show the attributes of object in blockly
|
|
74
|
-
* (bluefox) Corrected `existsStateAsync` function
|
|
75
|
-
* (bluefox) Added `isDaylightSaving` state to indicate day saving time
|
|
76
|
-
* (AlCalzone) Pinned `@types/node` to v14
|
|
77
|
-
* (bluefox) Added list of astrological events in GUI
|
|
78
|
-
|
|
79
73
|
## License
|
|
80
74
|
The MIT License (MIT)
|
|
81
75
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "/static/js/main.
|
|
3
|
+
"main.js": "/static/js/main.bf8794f5.js",
|
|
4
4
|
"static/css/98.d346bb5b.chunk.css": "/static/css/98.d346bb5b.chunk.css",
|
|
5
|
-
"static/js/98.
|
|
5
|
+
"static/js/98.7af6b699.chunk.js": "/static/js/98.7af6b699.chunk.js",
|
|
6
6
|
"static/js/90.30165444.chunk.js": "/static/js/90.30165444.chunk.js",
|
|
7
7
|
"static/js/305.11168aa5.chunk.js": "/static/js/305.11168aa5.chunk.js",
|
|
8
8
|
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"static/js/164.d2d05c2a.chunk.js": "/static/js/164.d2d05c2a.chunk.js",
|
|
12
12
|
"static/js/365.e144d615.chunk.js": "/static/js/365.e144d615.chunk.js",
|
|
13
13
|
"static/js/815.5bc63a3b.chunk.js": "/static/js/815.5bc63a3b.chunk.js",
|
|
14
|
-
"static/js/
|
|
14
|
+
"static/js/569.e2b427a7.chunk.js": "/static/js/569.e2b427a7.chunk.js",
|
|
15
15
|
"static/js/910.e1389bdb.chunk.js": "/static/js/910.e1389bdb.chunk.js",
|
|
16
16
|
"static/js/223.8f122ff3.chunk.js": "/static/js/223.8f122ff3.chunk.js",
|
|
17
17
|
"static/js/827.a91bfa67.chunk.js": "/static/js/827.a91bfa67.chunk.js",
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
|
|
144
144
|
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
|
|
145
145
|
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
|
|
146
|
-
"main.
|
|
146
|
+
"main.bf8794f5.js.map": "/static/js/main.bf8794f5.js.map",
|
|
147
147
|
"98.d346bb5b.chunk.css.map": "/static/css/98.d346bb5b.chunk.css.map",
|
|
148
|
-
"98.
|
|
148
|
+
"98.7af6b699.chunk.js.map": "/static/js/98.7af6b699.chunk.js.map",
|
|
149
149
|
"90.30165444.chunk.js.map": "/static/js/90.30165444.chunk.js.map",
|
|
150
150
|
"305.11168aa5.chunk.js.map": "/static/js/305.11168aa5.chunk.js.map",
|
|
151
151
|
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"164.d2d05c2a.chunk.js.map": "/static/js/164.d2d05c2a.chunk.js.map",
|
|
155
155
|
"365.e144d615.chunk.js.map": "/static/js/365.e144d615.chunk.js.map",
|
|
156
156
|
"815.5bc63a3b.chunk.js.map": "/static/js/815.5bc63a3b.chunk.js.map",
|
|
157
|
-
"
|
|
157
|
+
"569.e2b427a7.chunk.js.map": "/static/js/569.e2b427a7.chunk.js.map",
|
|
158
158
|
"910.e1389bdb.chunk.js.map": "/static/js/910.e1389bdb.chunk.js.map",
|
|
159
159
|
"223.8f122ff3.chunk.js.map": "/static/js/223.8f122ff3.chunk.js.map",
|
|
160
160
|
"827.a91bfa67.chunk.js.map": "/static/js/827.a91bfa67.chunk.js.map",
|
|
@@ -166,6 +166,6 @@
|
|
|
166
166
|
"472.dae7221e.chunk.js.map": "/static/js/472.dae7221e.chunk.js.map"
|
|
167
167
|
},
|
|
168
168
|
"entrypoints": [
|
|
169
|
-
"static/js/main.
|
|
169
|
+
"static/js/main.bf8794f5.js"
|
|
170
170
|
]
|
|
171
171
|
}
|
|
Binary file
|