@iobroker/adapter-react-v5 4.1.0 → 4.1.2
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/Components/ColorPicker.d.ts +8 -8
- package/Components/FileBrowser.d.ts +24 -24
- package/Components/FileViewer.d.ts +12 -12
- package/Components/Icon.d.ts +7 -7
- package/Components/Icon.js +1 -1
- package/Components/Icon.js.map +1 -1
- package/Components/IconPicker.d.ts +10 -10
- package/Components/IconSelector.d.ts +7 -7
- package/Components/Image.d.ts +4 -4
- package/Components/JsonConfigComponent/ConfigCRON.d.ts +1 -1
- package/Components/JsonConfigComponent/ConfigCustom.d.ts +10 -10
- package/Components/JsonConfigComponent/ConfigGeneric.d.ts +23 -23
- package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +1 -1
- package/Components/JsonConfigComponent/ConfigObjectId.d.ts +1 -1
- package/Components/JsonConfigComponent/ConfigUUID.d.ts +2 -2
- package/Components/Loader.d.ts +2 -2
- package/Components/Loaders/PT.d.ts +2 -2
- package/Components/Loaders/Vendor.d.ts +2 -2
- package/Components/Logo.d.ts +7 -7
- package/Components/ObjectBrowser.d.ts +52 -52
- package/Components/SaveCloseButtons.d.ts +10 -10
- package/Components/SelectWithIcon.js +1 -1
- package/Components/SelectWithIcon.js.map +1 -1
- package/Components/TabContainer.d.ts +2 -2
- package/Components/TabContent.d.ts +1 -1
- package/Components/TextWithIcon.js.map +1 -1
- package/Components/TreeTable.js +1 -1
- package/Components/TreeTable.js.map +1 -1
- package/Components/Utils.js +7 -5
- package/Components/Utils.js.map +1 -1
- package/Dialogs/Error.d.ts +5 -5
- package/Dialogs/Message.d.ts +6 -6
- package/Dialogs/SelectFile.d.ts +28 -28
- package/Dialogs/SelectID.d.ts +27 -27
- package/Dialogs/TextInput.d.ts +11 -11
- package/GenericApp.d.ts +10 -9
- package/GenericApp.js +16 -13
- package/GenericApp.js.map +1 -1
- package/LegacyConnection.d.ts +7 -7
- package/README.md +3 -0
- package/icons/IconAdapter.d.ts +4 -4
- package/icons/IconAlias.d.ts +4 -4
- package/icons/IconChannel.d.ts +4 -4
- package/icons/IconClearFilter.d.ts +4 -4
- package/icons/IconClosed.d.ts +4 -4
- package/icons/IconCopy.d.ts +4 -4
- package/icons/IconDevice.d.ts +4 -4
- package/icons/IconDocument.d.ts +4 -4
- package/icons/IconDocumentReadOnly.d.ts +4 -4
- package/icons/IconExpert.d.ts +4 -4
- package/icons/IconFx.d.ts +4 -4
- package/icons/IconInstance.d.ts +4 -4
- package/icons/IconLogout.d.ts +4 -4
- package/icons/IconNoIcon.d.ts +4 -4
- package/icons/IconOpen.d.ts +4 -4
- package/icons/IconState.d.ts +4 -4
- package/package.json +9 -9
package/icons/IconLogout.d.ts
CHANGED
|
@@ -29,10 +29,10 @@ export type IconLogoutProps = {
|
|
|
29
29
|
declare function IconLogout(props: any): React.JSX.Element;
|
|
30
30
|
declare namespace IconLogout {
|
|
31
31
|
namespace propTypes {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
let onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
+
let width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
34
|
+
let height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
35
|
+
let className: PropTypes.Requireable<string>;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
import React from 'react';
|
package/icons/IconNoIcon.d.ts
CHANGED
|
@@ -29,10 +29,10 @@ export type IconNoIconProps = {
|
|
|
29
29
|
declare function IconNoIcon(props: any): React.JSX.Element;
|
|
30
30
|
declare namespace IconNoIcon {
|
|
31
31
|
namespace propTypes {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
let onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
+
let width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
34
|
+
let height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
35
|
+
let className: PropTypes.Requireable<string>;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
import React from 'react';
|
package/icons/IconOpen.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ export default IconOpen;
|
|
|
2
2
|
declare function IconOpen(props: any): React.JSX.Element;
|
|
3
3
|
declare namespace IconOpen {
|
|
4
4
|
namespace propTypes {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
let onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
+
let width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
let height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
|
+
let className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
import React from 'react';
|
package/icons/IconState.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ export default IconState;
|
|
|
2
2
|
declare function IconState(props: any): React.JSX.Element;
|
|
3
3
|
declare namespace IconState {
|
|
4
4
|
namespace propTypes {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
let onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
+
let width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
let height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
|
+
let className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
import React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
"homepage": "https://github.com/ioBroker/adapter-react-v5#readme",
|
|
28
28
|
"devDependencies": {},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@emotion/react": "^11.11.
|
|
30
|
+
"@emotion/react": "^11.11.1",
|
|
31
31
|
"@emotion/styled": "^11.11.0",
|
|
32
32
|
"@mui/icons-material": "^5.11.16",
|
|
33
|
-
"@mui/material": "^5.
|
|
34
|
-
"@mui/styles": "^5.
|
|
35
|
-
"@mui/x-date-pickers": "6.
|
|
36
|
-
"@iobroker/socket-client": "^2.0
|
|
33
|
+
"@mui/material": "^5.13.5",
|
|
34
|
+
"@mui/styles": "^5.13.2",
|
|
35
|
+
"@mui/x-date-pickers": "6.8.0",
|
|
36
|
+
"@iobroker/socket-client": "^2.1.0",
|
|
37
37
|
"react-cropper": "^2.3.3",
|
|
38
|
-
"@sentry/browser": "^7.
|
|
39
|
-
"@sentry/integrations": "^7.
|
|
38
|
+
"@sentry/browser": "^7.56.0",
|
|
39
|
+
"@sentry/integrations": "^7.56.0",
|
|
40
40
|
"@types/iobroker": "^4.0.5",
|
|
41
41
|
"react-color": "^2.19.3",
|
|
42
42
|
"react-colorful": "^5.6.1",
|
|
43
43
|
"react-dropzone": "^14.2.3",
|
|
44
|
-
"react-icons": "^4.
|
|
44
|
+
"react-icons": "^4.9.0",
|
|
45
45
|
"react-inlinesvg": "^3.0.2",
|
|
46
46
|
"react-text-mask": "^5.5.0"
|
|
47
47
|
}
|