@iobroker/adapter-react-v5 4.7.6 → 4.7.8
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.
|
@@ -46,7 +46,7 @@ declare const _export: typeof FileViewer;
|
|
|
46
46
|
* @extends {React.Component<FileViewerProps>}
|
|
47
47
|
*/
|
|
48
48
|
declare class FileViewer extends React.Component<FileViewerProps, any, any> {
|
|
49
|
-
static getEditFile(ext: any): "json" | "html" | "
|
|
49
|
+
static getEditFile(ext: any): "json" | "html" | "javascript" | "json5";
|
|
50
50
|
/**
|
|
51
51
|
* @param {Readonly<FileViewerProps>} props
|
|
52
52
|
*/
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.8",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Denis Haev (bluefox)",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@emotion/react": "^11.11.1",
|
|
31
31
|
"@emotion/styled": "^11.11.0",
|
|
32
|
-
"@iobroker/socket-client": "^2.3.
|
|
33
|
-
"@
|
|
32
|
+
"@iobroker/socket-client": "^2.3.12",
|
|
33
|
+
"@iobroker/types": "^5.0.17",
|
|
34
|
+
"@mui/icons-material": "^5.14.19",
|
|
34
35
|
"@mui/material": "5.14.14",
|
|
35
36
|
"@mui/styles": "5.14.14",
|
|
36
37
|
"@mui/x-date-pickers": "^6.18.2",
|
|
37
38
|
"@sentry/browser": "^7.83.0",
|
|
38
39
|
"@sentry/integrations": "^7.83.0",
|
|
39
|
-
"@types/iobroker": "^4.0.5",
|
|
40
40
|
"react-color": "^2.19.3",
|
|
41
41
|
"react-colorful": "^5.6.1",
|
|
42
42
|
"react-cropper": "^2.3.3",
|