@iobroker/json-config 8.1.2 → 8.1.3
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 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -384,7 +384,7 @@ show checkbox
|
|
|
384
384
|
show slider (only Admin6)
|
|
385
385
|
|
|
386
386
|
| Property | Description |
|
|
387
|
-
|
|
387
|
+
|----------|-------------------------------|
|
|
388
388
|
| `min` | (default 0) |
|
|
389
389
|
| `max` | (default 100) |
|
|
390
390
|
| `step` | (default `(max - min) / 100`) |
|
|
@@ -395,7 +395,7 @@ show slider (only Admin6)
|
|
|
395
395
|
show data in a QR Code (admin >= 7.0.18)
|
|
396
396
|
|
|
397
397
|
| Property | Description |
|
|
398
|
-
|
|
398
|
+
|-----------|---------------------------------------|
|
|
399
399
|
| `data` | the data to be encoded in the QR Code |
|
|
400
400
|
| `size` | size of the QR code |
|
|
401
401
|
| `fgColor` | Foreground color |
|
|
@@ -1599,8 +1599,8 @@ For that you must define in `io-package.json` in `common` part following:
|
|
|
1599
1599
|
// all following parameters are optional
|
|
1600
1600
|
"icon": "AABBCC", // base64 icon. If not provided, the adapter icon will be taken
|
|
1601
1601
|
"name": "TabName", // String or multi-language object for menu label
|
|
1602
|
-
"singleton": true, // Tab will not have an instance number and for all instances will exist only one menu item.
|
|
1603
|
-
"order": 10, // Order in admin tab (0 is disabled, 1 - first after static menu items, 200 is last)
|
|
1602
|
+
"singleton": true, // Tab will not have an instance number, and for all instances will exist only one menu item.
|
|
1603
|
+
"order": 10, // Order in the admin tab (0 is disabled, 1 - first after static menu items, 200 is last)
|
|
1604
1604
|
},
|
|
1605
1605
|
// ....
|
|
1606
1606
|
}
|
|
@@ -1675,7 +1675,7 @@ The schema is used here: https://github.com/SchemaStore/schemastore/blob/6da29cd
|
|
|
1675
1675
|
### **WORK IN PROGRESS**
|
|
1676
1676
|
-->
|
|
1677
1677
|
## Changelog
|
|
1678
|
-
### 8.1.
|
|
1678
|
+
### 8.1.3 (2026-02-09)
|
|
1679
1679
|
- (@GermanBluefox) Added component `yamlEditor` for editing yaml files in admin
|
|
1680
1680
|
|
|
1681
1681
|
### 8.1.1 (2026-02-06)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/json-config",
|
|
3
3
|
"description": "This package contains the ioBroker JSON config UI components",
|
|
4
|
-
"version": "8.1.
|
|
4
|
+
"version": "8.1.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
7
7
|
"email": "dogafox@gmail.com"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@iobroker/adapter-react-v5": "^8.0.
|
|
38
|
+
"@iobroker/adapter-react-v5": "^8.0.20",
|
|
39
39
|
"@module-federation/runtime": "^2.0.0",
|
|
40
40
|
"@mui/x-date-pickers": "^7.29.4",
|
|
41
41
|
"crypto-js": "^4.2.0",
|