@iobroker/json-config 7.4.9 → 7.4.12

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -353,12 +353,12 @@ Text component
353
353
 
354
354
  ### `number`
355
355
 
356
- | Property | Description |
357
- |----------|---------------|
358
- | `min` | minimal value |
359
- | `max` | maximal value |
360
- | `step` | step |
361
- | `unit` | unit |
356
+ | Property | Description | Remark |
357
+ |----------|---------------|----------------|
358
+ | `min` | minimal value | |
359
+ | `max` | maximal value | |
360
+ | `step` | step | |
361
+ | `unit` | unit | admin >= 7.4.9 |
362
362
 
363
363
  ### `color`
364
364
 
@@ -1114,7 +1114,7 @@ Special input for ports. It checks automatically if port is used by other instan
1114
1114
 
1115
1115
  ### `staticInfo`
1116
1116
 
1117
- (admin >= 7.3.3) Shows static information in preformatted form, like "Title: value unit"
1117
+ Shows static information in preformatted form, like "Title: value unit" (admin >= 7.3.3)
1118
1118
  This control is used mostly in dynamic forms
1119
1119
 
1120
1120
  | Property | Description |
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": "7.4.9",
4
+ "version": "7.4.12",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "access": "public"
19
19
  },
20
20
  "dependencies": {
21
- "@iobroker/adapter-react-v5": "7.4.9",
21
+ "@iobroker/adapter-react-v5": "7.4.12",
22
22
  "@mui/x-date-pickers": "^7.23.0",
23
23
  "crypto-js": "^4.2.0",
24
24
  "react-ace": "^13.0.0",
@@ -34,5 +34,5 @@
34
34
  "build/",
35
35
  "LICENSE"
36
36
  ],
37
- "gitHead": "97956d862ae11f32d7d321e0987b6ad039b6e60d"
37
+ "gitHead": "2bfed452651ed920c75b4fa6792632acc99aa8af"
38
38
  }