iobroker.eos-admin 7.9.48 → 7.9.50
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/adminWww/assets/Objects-DPan0bzw.js +2 -2
- package/adminWww/assets/Objects-DPw50Write.js +878 -0
- package/adminWww/assets/bootstrap-COulQZax.js +1 -1
- package/adminWww/assets/bootstrap-DPWrite50.js +317 -0
- package/adminWww/assets/hostInit-DPWrite50.js +2 -0
- package/adminWww/assets/index-D2ymscJA.js +1 -1
- package/adminWww/assets/index-DPAdapter50.js +950 -0
- package/adminWww/assets/index-DPWrite50.js +2 -0
- package/adminWww/index.html +8 -8
- package/adminWww/js/eos-branding.js +10 -3
- package/adminWww/js/eos-objects-state-tools.js +287 -68
- package/adminWww/js/eos-role-ui.js +10 -3
- package/adminWww/js/eos-security-ui.js +1 -1
- package/adminWww/mf-manifest.json +1 -1
- package/adminWww/remoteEntry-DPWrite50.js +2 -0
- package/io-package.json +12 -4
- package/package.json +1 -1
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eos-admin",
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.50",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "NexoWatt EOS Admin",
|
|
7
7
|
"de": "NexoWatt EOS Admin",
|
|
@@ -18,6 +18,14 @@
|
|
|
18
18
|
"connectionType": "local",
|
|
19
19
|
"dataSource": "push",
|
|
20
20
|
"news": {
|
|
21
|
+
"7.9.50": {
|
|
22
|
+
"en": "Hardfix for manual writes in the objects/datapoints view: patched ObjectBrowser, direct fallback write dialog, cache-busted frontend chunks and lighter observers.",
|
|
23
|
+
"de": "Hardfix für manuelles Schreiben in der Datenpunkte-Ansicht: gepatchter ObjectBrowser, direkter Fallback-Schreibdialog, Cache-Busting der Frontend-Bundles und leichtere Observer."
|
|
24
|
+
},
|
|
25
|
+
"7.9.49": {
|
|
26
|
+
"en": "Reliable manual writes for writable states, corrected boolean switch handling and faster objects page updates.",
|
|
27
|
+
"de": "Zuverlässiges manuelles Beschreiben beschreibbarer Datenpunkte, korrigierte Boolean-/Switch-Behandlung und schnellere Datenpunkte-Oberfläche."
|
|
28
|
+
},
|
|
21
29
|
"7.9.48": {
|
|
22
30
|
"en": "Role guard fix: formal admin/installer/end-user roles, end-user auto-routing away from the blank intro page, and role-filtered EOS navigation.",
|
|
23
31
|
"de": "Rollen-Fix: klare Admin-/Installateur-/Endkundenrollen, automatische Endkunden-Weiterleitung weg von der leeren Intro-Seite und rollenbasierte EOS-Navigation."
|
|
@@ -251,7 +259,7 @@
|
|
|
251
259
|
"icon": "admin.svg",
|
|
252
260
|
"messagebox": true,
|
|
253
261
|
"enabled": true,
|
|
254
|
-
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
262
|
+
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.50/admin/admin.svg",
|
|
255
263
|
"keywords": [
|
|
256
264
|
"NexoWatt",
|
|
257
265
|
"EOS",
|
|
@@ -262,7 +270,7 @@
|
|
|
262
270
|
"licensed"
|
|
263
271
|
],
|
|
264
272
|
"compact": true,
|
|
265
|
-
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
273
|
+
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.50/README.md",
|
|
266
274
|
"authors": [
|
|
267
275
|
"bluefox <bluefox@ccu.io>",
|
|
268
276
|
"hobbyquaker <hq@ccu.io>"
|
|
@@ -331,7 +339,7 @@
|
|
|
331
339
|
"nondeletable": false,
|
|
332
340
|
"allowAdapterUpdate": true,
|
|
333
341
|
"allowAdapterDelete": false,
|
|
334
|
-
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
342
|
+
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.50/io-package.json",
|
|
335
343
|
"npmPackage": "iobroker.eos-admin",
|
|
336
344
|
"packetName": "iobroker.eos-admin"
|
|
337
345
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.eos-admin",
|
|
3
3
|
"description": "NexoWatt EOS Admin interface with reliable repository update mapping and technical log preservation.",
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.50",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"bluefox <dogafox@gmail.com>",
|
|
7
7
|
"apollon77",
|