@iobroker/adapter-react-v5 3.5.0 → 3.5.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.
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export default
|
|
1
|
+
export default Message;
|
|
2
|
+
import Message from "../../../../Dialogs/Message";
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports["default"] = void 0;
|
|
8
|
-
var
|
|
9
|
-
var _default =
|
|
8
|
+
var _Message = _interopRequireDefault(require("../../../../Dialogs/Message"));
|
|
9
|
+
var _default = _Message["default"];
|
|
10
10
|
exports["default"] = _default;
|
|
11
11
|
//# sourceMappingURL=Message.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.js","names":["
|
|
1
|
+
{"version":3,"file":"Message.js","names":["Message"],"sources":["JsonConfigComponent/wrapper/Dialogs/Message.jsx"],"sourcesContent":["import Message from '../../../../Dialogs/Message';\nexport default Message;"],"mappings":";;;;;;;AAAA;AAAkD,eACnCA,mBAAO;AAAA"}
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ If you want to create the configuration page with react:
|
|
|
10
10
|
- Change `name` from `src` to `ADAPTERNAME-admin` (Of course replace `ADAPTERNAME` with yours)
|
|
11
11
|
- Add to devDependencies:
|
|
12
12
|
```
|
|
13
|
-
"@iobroker/adapter-react": "^3.5.
|
|
13
|
+
"@iobroker/adapter-react": "^3.5.1",
|
|
14
14
|
```
|
|
15
15
|
Versions can be higher.
|
|
16
16
|
So your src/package.json should look like:
|
|
@@ -643,7 +643,7 @@ If you still have questions, try to find an answer [here](https://mui.com/guides
|
|
|
643
643
|
-->
|
|
644
644
|
|
|
645
645
|
## Changelog
|
|
646
|
-
### 3.5.
|
|
646
|
+
### 3.5.1 (2022-11-30)
|
|
647
647
|
* (bluefox) updated json config component
|
|
648
648
|
|
|
649
649
|
### 3.4.1 (2022-11-29)
|