@iobroker/adapter-react-v5 4.0.17 → 4.0.18

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 (119) hide show
  1. package/AdminConnection.d.ts +1 -1
  2. package/Components/404.d.ts +1 -1
  3. package/Components/ColorPicker.d.ts +2 -2
  4. package/Components/ComplexCron.d.ts +2 -2
  5. package/Components/CustomModal.d.ts +1 -1
  6. package/Components/FileBrowser.d.ts +2 -2
  7. package/Components/FileViewer.d.ts +2 -2
  8. package/Components/Icon.d.ts +2 -2
  9. package/Components/IconPicker.d.ts +2 -1
  10. package/Components/IconSelector.d.ts +2 -2
  11. package/Components/Image.d.ts +2 -2
  12. package/Components/JsonConfigComponent/ChipInput.d.ts +1 -1
  13. package/Components/JsonConfigComponent/ConfigAlive.d.ts +2 -2
  14. package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +2 -2
  15. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +2 -2
  16. package/Components/JsonConfigComponent/ConfigCRON.d.ts +2 -2
  17. package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +2 -2
  18. package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +1 -1
  19. package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +2 -2
  20. package/Components/JsonConfigComponent/ConfigChip.d.ts +2 -2
  21. package/Components/JsonConfigComponent/ConfigColor.d.ts +2 -2
  22. package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +2 -2
  23. package/Components/JsonConfigComponent/ConfigCustom.d.ts +2 -2
  24. package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +2 -2
  25. package/Components/JsonConfigComponent/ConfigFile.d.ts +2 -2
  26. package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +1 -1
  27. package/Components/JsonConfigComponent/ConfigFunc.d.ts +2 -2
  28. package/Components/JsonConfigComponent/ConfigGeneric.d.ts +2 -2
  29. package/Components/JsonConfigComponent/ConfigIP.d.ts +2 -2
  30. package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +2 -2
  31. package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +2 -2
  32. package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +2 -2
  33. package/Components/JsonConfigComponent/ConfigLanguage.d.ts +2 -2
  34. package/Components/JsonConfigComponent/ConfigNumber.d.ts +1 -1
  35. package/Components/JsonConfigComponent/ConfigObjectId.d.ts +2 -2
  36. package/Components/JsonConfigComponent/ConfigPanel.d.ts +1 -1
  37. package/Components/JsonConfigComponent/ConfigPassword.d.ts +2 -2
  38. package/Components/JsonConfigComponent/ConfigPattern.d.ts +2 -2
  39. package/Components/JsonConfigComponent/ConfigPort.d.ts +1 -1
  40. package/Components/JsonConfigComponent/ConfigRoom.d.ts +2 -2
  41. package/Components/JsonConfigComponent/ConfigSelect.d.ts +2 -2
  42. package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +2 -2
  43. package/Components/JsonConfigComponent/ConfigSendto.d.ts +2 -2
  44. package/Components/JsonConfigComponent/ConfigSetState.d.ts +2 -2
  45. package/Components/JsonConfigComponent/ConfigSlider.d.ts +2 -2
  46. package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +2 -2
  47. package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +2 -2
  48. package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +2 -2
  49. package/Components/JsonConfigComponent/ConfigStaticText.d.ts +2 -2
  50. package/Components/JsonConfigComponent/ConfigTable.d.ts +1 -1
  51. package/Components/JsonConfigComponent/ConfigTabs.d.ts +3 -3
  52. package/Components/JsonConfigComponent/ConfigText.d.ts +2 -2
  53. package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +2 -2
  54. package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +2 -2
  55. package/Components/JsonConfigComponent/ConfigTopic.d.ts +2 -2
  56. package/Components/JsonConfigComponent/ConfigUUID.d.ts +2 -2
  57. package/Components/JsonConfigComponent/ConfigUser.d.ts +2 -2
  58. package/Components/JsonConfigComponent/index.d.ts +2 -2
  59. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +1 -1
  60. package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +1 -1
  61. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +1 -1
  62. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +1 -1
  63. package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +1 -1
  64. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +1 -1
  65. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +1 -1
  66. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +1 -1
  67. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +1 -1
  68. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +1 -1
  69. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +1 -1
  70. package/Components/JsonConfigComponent/wrapper/i18n.d.ts +1 -1
  71. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +1 -1
  72. package/Components/Loader.d.ts +2 -2
  73. package/Components/Loaders/PT.d.ts +2 -2
  74. package/Components/Loaders/Vendor.d.ts +2 -2
  75. package/Components/Logo.d.ts +2 -2
  76. package/Components/ObjectBrowser.d.ts +2 -2
  77. package/Components/Router.d.ts +1 -1
  78. package/Components/SaveCloseButtons.d.ts +2 -2
  79. package/Components/Schedule.d.ts +2 -2
  80. package/Components/SelectWithIcon.d.ts +2 -2
  81. package/Components/SimpleCron/index.d.ts +2 -2
  82. package/Components/TabContainer.d.ts +2 -2
  83. package/Components/TabContent.d.ts +2 -2
  84. package/Components/TabHeader.d.ts +1 -1
  85. package/Components/TableResize.d.ts +2 -2
  86. package/Components/TextWithIcon.d.ts +1 -1
  87. package/Components/TreeTable.d.ts +1 -1
  88. package/Connection.d.ts +4 -4
  89. package/Dialogs/ComplexCron.d.ts +2 -2
  90. package/Dialogs/Confirm.d.ts +2 -2
  91. package/Dialogs/Cron.d.ts +2 -2
  92. package/Dialogs/Error.d.ts +2 -2
  93. package/Dialogs/Message.d.ts +2 -2
  94. package/Dialogs/SelectFile.d.ts +2 -2
  95. package/Dialogs/SelectID.d.ts +2 -2
  96. package/Dialogs/SimpleCron.d.ts +2 -2
  97. package/Dialogs/TextInput.d.ts +2 -2
  98. package/GenericApp.d.ts +2 -2
  99. package/README.md +3 -0
  100. package/_Connection.d.ts +1 -1
  101. package/assets/devices/parseNames.d.ts +0 -1
  102. package/assets/rooms/parseNames.d.ts +0 -1
  103. package/icons/IconAdapter.d.ts +1 -1
  104. package/icons/IconAlias.d.ts +1 -1
  105. package/icons/IconChannel.d.ts +1 -1
  106. package/icons/IconClearFilter.d.ts +1 -1
  107. package/icons/IconClosed.d.ts +1 -1
  108. package/icons/IconCopy.d.ts +1 -1
  109. package/icons/IconDevice.d.ts +1 -1
  110. package/icons/IconDocument.d.ts +1 -1
  111. package/icons/IconDocumentReadOnly.d.ts +1 -1
  112. package/icons/IconExpert.d.ts +1 -1
  113. package/icons/IconFx.d.ts +1 -1
  114. package/icons/IconInstance.d.ts +1 -1
  115. package/icons/IconLogout.d.ts +1 -1
  116. package/icons/IconNoIcon.d.ts +1 -1
  117. package/icons/IconOpen.d.ts +1 -1
  118. package/icons/IconState.d.ts +1 -1
  119. package/package.json +3 -3
@@ -1,2 +1,2 @@
1
1
  export default AdminConnection;
2
- import { AdminConnection } from "@iobroker/socket-client/AdminConnection";
2
+ import { AdminConnection } from '@iobroker/socket-client';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -137,5 +137,5 @@ declare namespace ColorPicker {
137
137
  const customPalette: PropTypes.Requireable<any[]>;
138
138
  }
139
139
  }
140
- import React from "react";
141
- import PropTypes from "prop-types";
140
+ import React from 'react';
141
+ import PropTypes from 'prop-types';
@@ -4,5 +4,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
4
4
  language: PropTypes.Requireable<string>;
5
5
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"slider" | "appBar" | "mainDiv" | "periodSelect" | "tabContent" | "numberButton" | "numberButtonBreak"> & object>;
6
6
  export default _default;
7
- import PropTypes from "prop-types";
8
- import React from "react";
7
+ import PropTypes from 'prop-types';
8
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -121,5 +121,5 @@ declare namespace FileBrowser {
121
121
  export { modalEditOfAccessControl_1 as modalEditOfAccessControl };
122
122
  }
123
123
  }
124
- import React from "react";
125
- import PropTypes from "prop-types";
124
+ import React from 'react';
125
+ import PropTypes from 'prop-types';
@@ -76,5 +76,5 @@ declare namespace FileViewer {
76
76
  const supportSubscribes: PropTypes.Requireable<boolean>;
77
77
  }
78
78
  }
79
- import React from "react";
80
- import PropTypes from "prop-types";
79
+ import React from 'react';
80
+ import PropTypes from 'prop-types';
@@ -17,5 +17,5 @@ declare namespace Icon {
17
17
  const styleUTF8: PropTypes.Requireable<object>;
18
18
  }
19
19
  }
20
- import React from "react";
21
- import PropTypes from "prop-types";
20
+ import React from 'react';
21
+ import PropTypes from 'prop-types';
@@ -61,4 +61,5 @@ declare namespace IconPicker {
61
61
  const onlyDevices: PropTypes.Requireable<boolean>;
62
62
  }
63
63
  }
64
- import PropTypes from "prop-types";
64
+ import React from 'react';
65
+ import PropTypes from 'prop-types';
@@ -21,5 +21,5 @@ declare namespace IconSelector {
21
21
  const lang: PropTypes.Validator<string>;
22
22
  }
23
23
  }
24
- import React from "react";
25
- import PropTypes from "prop-types";
24
+ import React from 'react';
25
+ import PropTypes from 'prop-types';
@@ -60,5 +60,5 @@ declare namespace Image {
60
60
  const imagePrefix: PropTypes.Requireable<string>;
61
61
  }
62
62
  }
63
- import React from "react";
64
- import PropTypes from "prop-types";
63
+ import React from 'react';
64
+ import PropTypes from 'prop-types';
@@ -10,4 +10,4 @@ export function defaultChipRenderer({ value, text, isFocused, isDisabled, isRead
10
10
  handleDelete: any;
11
11
  className: any;
12
12
  }, key: any): JSX.Element;
13
- import React from "react";
13
+ import React from 'react';
@@ -6,5 +6,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
6
6
  instance: PropTypes.Requireable<number>;
7
7
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "notAlive"> & object>;
8
8
  export default _default;
9
- import PropTypes from "prop-types";
10
- import React from "react";
9
+ import PropTypes from 'prop-types';
10
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -11,5 +11,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
11
11
  isFloatComma: PropTypes.Requireable<boolean>;
12
12
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"button" | "flex" | "fullWidth"> & object>;
13
13
  export default _default;
14
- import PropTypes from "prop-types";
15
- import React from "react";
14
+ import PropTypes from 'prop-types';
15
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"error"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<never> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"width" | "width50"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -22,5 +22,5 @@ declare namespace ConfigCustom {
22
22
  const onChange: PropTypes.Requireable<(...args: any[]) => any>;
23
23
  }
24
24
  }
25
- import React from "react";
26
- import PropTypes from "prop-types";
25
+ import React from 'react';
26
+ import PropTypes from 'prop-types';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"indeterminate"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -11,5 +11,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
11
11
  imagePrefix: PropTypes.Requireable<(...args: any[]) => any>;
12
12
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth" | "fullWidthOneButton" | "selectedImage" | "fullWidthIcon"> & object>;
13
13
  export default _default;
14
- import PropTypes from "prop-types";
15
- import React from "react";
14
+ import PropTypes from 'prop-types';
15
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -67,5 +67,5 @@ declare namespace ConfigGeneric {
67
67
  const custom: PropTypes.Requireable<boolean>;
68
68
  }
69
69
  }
70
- import React from "react";
71
- import PropTypes from "prop-types";
70
+ import React from 'react';
71
+ import PropTypes from 'prop-types';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"image" | "fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"button" | "flex" | "fullWidth" | "wrapper"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -13,5 +13,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
13
13
  imagePrefix: PropTypes.Requireable<string>;
14
14
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"button" | "flex" | "fullWidth"> & object>;
15
15
  export default _default;
16
- import PropTypes from "prop-types";
17
- import React from "react";
16
+ import PropTypes from 'prop-types';
17
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  export default ConfigPanelStyled;
2
2
  declare const ConfigPanelStyled: React.JSXElementConstructor<any>;
3
- import React from "react";
3
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth" | "halfWidth1" | "halfWidth2"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<never> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth" | "noMargin"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -13,5 +13,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
13
13
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
14
14
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth" | "menuPaper"> & object>;
15
15
  export default _default;
16
- import PropTypes from "prop-types";
17
- import React from "react";
16
+ import PropTypes from 'prop-types';
17
+ import React from 'react';
@@ -14,5 +14,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
14
14
  onCommandRunning: PropTypes.Requireable<(...args: any[]) => any>;
15
15
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"icon" | "fullWidth"> & object>;
16
16
  export default _default;
17
- import PropTypes from "prop-types";
18
- import React from "react";
17
+ import PropTypes from 'prop-types';
18
+ import React from 'react';
@@ -14,5 +14,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
14
14
  onCommandRunning: PropTypes.Requireable<(...args: any[]) => any>;
15
15
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"icon" | "fullWidth"> & object>;
16
16
  export default _default;
17
- import PropTypes from "prop-types";
18
- import React from "react";
17
+ import PropTypes from 'prop-types';
18
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"slider" | "fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"primary" | "secondary" | "fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"header"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"link" | "fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -27,7 +27,7 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
27
27
  systemConfig: PropTypes.Requireable<object>;
28
28
  alive: PropTypes.Requireable<boolean>;
29
29
  common: PropTypes.Requireable<object>;
30
- }>, "classes"> & import("@mui/styles").StyledComponentProps<"panel" | "tabs"> & object>;
30
+ }>, "classes"> & import("@mui/styles").StyledComponentProps<"tabs" | "panel"> & object>;
31
31
  export default _default;
32
- import PropTypes from "prop-types";
33
- import React from "react";
32
+ import PropTypes from 'prop-types';
33
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"error" | "label" | "indeterminate" | "helper"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -6,5 +6,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
6
6
  instance: PropTypes.Requireable<number>;
7
7
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"fullWidth"> & object>;
8
8
  export default _default;
9
- import PropTypes from "prop-types";
10
- import React from "react";
9
+ import PropTypes from 'prop-types';
10
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"indeterminate"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -13,5 +13,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
13
13
  customObj: PropTypes.Requireable<object>;
14
14
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"icon" | "fullWidth"> & object>;
15
15
  export default _default;
16
- import PropTypes from "prop-types";
17
- import React from "react";
16
+ import PropTypes from 'prop-types';
17
+ import React from 'react';
@@ -9,5 +9,5 @@ declare namespace ConfigUUID {
9
9
  const schema: PropTypes.Requireable<object>;
10
10
  }
11
11
  }
12
- import ConfigGeneric from "./ConfigGeneric";
13
- import PropTypes from "prop-types";
12
+ import ConfigGeneric from './ConfigGeneric';
13
+ import PropTypes from 'prop-types';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"icon" | "fullWidth"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -23,5 +23,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
23
23
  onValueChange: PropTypes.Requireable<(...args: any[]) => any>;
24
24
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
25
25
  export default _default;
26
- import PropTypes from "prop-types";
27
- import React from "react";
26
+ import PropTypes from 'prop-types';
27
+ import React from 'react';
@@ -1,2 +1,2 @@
1
1
  export default ColorPicker;
2
- import ColorPicker from "../../../ColorPicker";
2
+ import ColorPicker from '../../../ColorPicker';
@@ -1,2 +1,2 @@
1
1
  export default Icon;
2
- import Icon from "../../../Icon";
2
+ import Icon from '../../../Icon';
@@ -1,2 +1,2 @@
1
1
  export default TextWithIcon;
2
- import TextWithIcon from "../../../TextWithIcon";
2
+ import TextWithIcon from '../../../TextWithIcon';
@@ -1,2 +1,2 @@
1
1
  export default UploadImage;
2
- import UploadImage from "../../../UploadImage";
2
+ import UploadImage from '../../../UploadImage';
@@ -1,2 +1,2 @@
1
1
  export default Utils;
2
- import Utils from "../../../Utils";
2
+ import Utils from '../../../Utils';
@@ -1,2 +1,2 @@
1
1
  export default Confirm;
2
- import Confirm from "../../../../Dialogs/Confirm";
2
+ import Confirm from '../../../../Dialogs/Confirm';
@@ -1,2 +1,2 @@
1
1
  export default Cron;
2
- import Cron from "../../../../Dialogs/Cron";
2
+ import Cron from '../../../../Dialogs/Cron';
@@ -1,2 +1,2 @@
1
1
  export default Error;
2
- import Error from "../../../../Dialogs/Error";
2
+ import Error from '../../../../Dialogs/Error';
@@ -1,2 +1,2 @@
1
1
  export default Message;
2
- import Message from "../../../../Dialogs/Message";
2
+ import Message from '../../../../Dialogs/Message';
@@ -1,2 +1,2 @@
1
1
  export default SelectFile;
2
- import SelectFile from "../../../../Dialogs/SelectFile";
2
+ import SelectFile from '../../../../Dialogs/SelectFile';
@@ -1,2 +1,2 @@
1
1
  export default SelectID;
2
- import SelectID from "../../../../Dialogs/SelectID";
2
+ import SelectID from '../../../../Dialogs/SelectID';
@@ -1,2 +1,2 @@
1
1
  export default I18n;
2
- import I18n from "../../../i18n";
2
+ import I18n from '../../../i18n';
@@ -1,2 +1,2 @@
1
1
  export default IconCopy;
2
- import IconCopy from "../../../../icons/IconCopy";
2
+ import IconCopy from '../../../../icons/IconCopy';
@@ -33,5 +33,5 @@ declare namespace Loader {
33
33
  const themeType: PropTypes.Requireable<string>;
34
34
  }
35
35
  }
36
- import React from "react";
37
- import PropTypes from "prop-types";
36
+ import React from 'react';
37
+ import PropTypes from 'prop-types';
@@ -37,5 +37,5 @@ declare namespace LoaderPT {
37
37
  const themeType: PropTypes.Requireable<string>;
38
38
  }
39
39
  }
40
- import React from "react";
41
- import PropTypes from "prop-types";
40
+ import React from 'react';
41
+ import PropTypes from 'prop-types';
@@ -37,5 +37,5 @@ declare namespace LoaderVendor {
37
37
  const themeType: PropTypes.Requireable<string>;
38
38
  }
39
39
  }
40
- import React from "react";
41
- import PropTypes from "prop-types";
40
+ import React from 'react';
41
+ import PropTypes from 'prop-types';
@@ -55,5 +55,5 @@ declare namespace Logo {
55
55
  const onLoad: PropTypes.Validator<(...args: any[]) => any>;
56
56
  }
57
57
  }
58
- import React from "react";
59
- import PropTypes from "prop-types";
58
+ import React from 'react';
59
+ import PropTypes from 'prop-types';
@@ -627,5 +627,5 @@ declare namespace ObjectBrowser {
627
627
  export const useDrag: PropTypes.Requireable<(...args: any[]) => any>;
628
628
  }
629
629
  }
630
- import React from "react";
631
- import PropTypes from "prop-types";
630
+ import React from 'react';
631
+ import PropTypes from 'prop-types';
@@ -32,4 +32,4 @@ declare class Router<P, S> extends React.Component<P, S, any> {
32
32
  componentWillUnmount(): void;
33
33
  onHashChanged(): void;
34
34
  }
35
- import React from "react";
35
+ import React from 'react';
@@ -60,5 +60,5 @@ declare namespace SaveCloseButtons {
60
60
  const newReact: PropTypes.Requireable<boolean>;
61
61
  }
62
62
  }
63
- import React from "react";
64
- import PropTypes from "prop-types";
63
+ import React from 'react';
64
+ import PropTypes from 'prop-types';
@@ -3,5 +3,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
3
3
  onChange: PropTypes.Validator<(...args: any[]) => any>;
4
4
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"hr" | "scrollWindow" | "rowDiv" | "modeDiv" | "settingsDiv" | "inputTime" | "inputDate" | "inputEvery" | "inputRadio" | "inputGroup" | "inputGroupElement" | "inputDateDay" | "inputDateDayCheck" | "inputSmallCheck" | "rowOnce" | "rowDays" | "rowDows" | "rowDates" | "rowWeeks" | "rowMonths" | "rowMonthsDates" | "rowYears" | "rowDaysDows" | "rowDowsDows"> & object>;
5
5
  export default _default;
6
- import PropTypes from "prop-types";
7
- import React from "react";
6
+ import PropTypes from 'prop-types';
7
+ import React from 'react';
@@ -17,5 +17,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
17
17
  inputProps: PropTypes.Requireable<object>;
18
18
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"icon" | "different"> & object>;
19
19
  export default _default;
20
- import PropTypes from "prop-types";
21
- import React from "react";
20
+ import PropTypes from 'prop-types';
21
+ import React from 'react';
@@ -4,5 +4,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
4
4
  language: PropTypes.Requireable<string>;
5
5
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"formControl" | "mainDiv" | "formControlMarginRight" | "formControlPaddingTop"> & object>;
6
6
  export default _default;
7
- import PropTypes from "prop-types";
8
- import React from "react";
7
+ import PropTypes from 'prop-types';
8
+ import React from 'react';
@@ -38,5 +38,5 @@ declare namespace TabContainer {
38
38
  const overflow: PropTypes.Requireable<string>;
39
39
  }
40
40
  }
41
- import React from "react";
42
- import PropTypes from "prop-types";
41
+ import React from 'react';
42
+ import PropTypes from 'prop-types';
@@ -28,5 +28,5 @@ declare namespace TabContent {
28
28
  const overflow: PropTypes.Requireable<string>;
29
29
  }
30
30
  }
31
- import React from "react";
32
- import PropTypes from "prop-types";
31
+ import React from 'react';
32
+ import PropTypes from 'prop-types';
@@ -10,4 +10,4 @@ declare class TabHeader extends React.Component<any, any, any> {
10
10
  constructor(props: any, context: any);
11
11
  render(): JSX.Element;
12
12
  }
13
- import React from "react";
13
+ import React from 'react';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  dblTitle: PropTypes.Requireable<string>;
11
11
  }>, "classes"> & import("@mui/styles").StyledComponentProps<"table"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
@@ -1,3 +1,3 @@
1
1
  declare const _default: React.JSXElementConstructor<any>;
2
2
  export default _default;
3
- import React from "react";
3
+ import React from 'react';
package/Connection.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export default Connection;
2
- import { PROGRESS } from "@iobroker/socket-client/Connection";
3
- import { ERRORS } from "@iobroker/socket-client/Connection";
4
- import { PERMISSION_ERROR } from "@iobroker/socket-client/Connection";
5
- import { Connection } from "@iobroker/socket-client/Connection";
2
+ import { PROGRESS } from '@iobroker/socket-client';
3
+ import { ERRORS } from '@iobroker/socket-client';
4
+ import { PERMISSION_ERROR } from '@iobroker/socket-client';
5
+ import { Connection } from '@iobroker/socket-client';
6
6
  export { PROGRESS, ERRORS, PERMISSION_ERROR };
@@ -11,5 +11,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
11
11
  clearButton: PropTypes.Requireable<boolean>;
12
12
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"radio" | "headerID" | "dialogPaper"> & object>;
13
13
  export default _default;
14
- import PropTypes from "prop-types";
15
- import React from "react";
14
+ import PropTypes from 'prop-types';
15
+ import React from 'react';
@@ -45,5 +45,5 @@ declare const _export: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
45
45
  suppressText: PropTypes.Requireable<string>;
46
46
  dialogName: PropTypes.Requireable<string>;
47
47
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"suppress" | "suppressRoot"> & object>;
48
- import PropTypes from "prop-types";
49
- import React from "react";
48
+ import PropTypes from 'prop-types';
49
+ import React from 'react';
package/Dialogs/Cron.d.ts CHANGED
@@ -11,5 +11,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
11
11
  language: PropTypes.Requireable<string>;
12
12
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"radio" | "buttonIcon" | "headerID" | "dialogPaper"> & object>;
13
13
  export default _default;
14
- import PropTypes from "prop-types";
15
- import React from "react";
14
+ import PropTypes from 'prop-types';
15
+ import React from 'react';
@@ -46,5 +46,5 @@ declare namespace DialogError {
46
46
  const icon: PropTypes.Requireable<object>;
47
47
  }
48
48
  }
49
- import React from "react";
50
- import PropTypes from "prop-types";
49
+ import React from 'react';
50
+ import PropTypes from 'prop-types';
@@ -37,5 +37,5 @@ declare namespace DialogMessage {
37
37
  const icon: PropTypes.Requireable<object>;
38
38
  }
39
39
  }
40
- import React from "react";
41
- import PropTypes from "prop-types";
40
+ import React from 'react';
41
+ import PropTypes from 'prop-types';
@@ -183,5 +183,5 @@ declare namespace DialogSelectFile {
183
183
  const multiSelect: PropTypes.Requireable<boolean>;
184
184
  }
185
185
  }
186
- import React from "react";
187
- import PropTypes from "prop-types";
186
+ import React from 'react';
187
+ import PropTypes from 'prop-types';
@@ -158,5 +158,5 @@ declare namespace DialogSelectID {
158
158
  const filterFunc: PropTypes.Requireable<(...args: any[]) => any>;
159
159
  }
160
160
  }
161
- import React from "react";
162
- import PropTypes from "prop-types";
161
+ import React from 'react';
162
+ import PropTypes from 'prop-types';
@@ -10,5 +10,5 @@ declare const _default: React.JSXElementConstructor<Omit<PropTypes.InferProps<{
10
10
  language: PropTypes.Requireable<string>;
11
11
  }>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"radio" | "headerID" | "dialogPaper"> & object>;
12
12
  export default _default;
13
- import PropTypes from "prop-types";
14
- import React from "react";
13
+ import PropTypes from 'prop-types';
14
+ import React from 'react';
@@ -84,5 +84,5 @@ declare namespace TextInput {
84
84
  const value: PropTypes.Requireable<string>;
85
85
  }
86
86
  }
87
- import React from "react";
88
- import PropTypes from "prop-types";
87
+ import React from 'react';
88
+ import PropTypes from 'prop-types';
package/GenericApp.d.ts CHANGED
@@ -221,5 +221,5 @@ declare namespace GenericApp {
221
221
  const Connection: PropTypes.Requireable<object>;
222
222
  }
223
223
  }
224
- import Router from "./Components/Router";
225
- import PropTypes from "prop-types";
224
+ import Router from './Components/Router';
225
+ import PropTypes from 'prop-types';
package/README.md CHANGED
@@ -661,6 +661,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
661
661
  -->
662
662
 
663
663
  ## Changelog
664
+ ### 4.0.18 (2023-03-16)
665
+ * (bluefox) Packages were updated
666
+
664
667
  ### 4.0.17 (2023-03-15)
665
668
  * (bluefox) Added translations
666
669
  * (bluefox) Added port controller to JSON config
package/_Connection.d.ts CHANGED
@@ -791,4 +791,4 @@ declare namespace Connection {
791
791
  const onProgress: PropTypes.Requireable<(...args: any[]) => any>;
792
792
  }
793
793
  }
794
- import PropTypes from "prop-types";
794
+ import PropTypes from 'prop-types';
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -8,4 +8,4 @@ declare namespace IconAdapter {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconAlias {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconChannel {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconClearFilter {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconClosed {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -35,4 +35,4 @@ declare namespace IconCopy {
35
35
  const className: PropTypes.Requireable<string>;
36
36
  }
37
37
  }
38
- import PropTypes from "prop-types";
38
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconDevice {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconDocument {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconDocumentReadOnly {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -35,4 +35,4 @@ declare namespace ExpertIcon {
35
35
  const className: PropTypes.Requireable<string>;
36
36
  }
37
37
  }
38
- import PropTypes from "prop-types";
38
+ import PropTypes from 'prop-types';
package/icons/IconFx.d.ts CHANGED
@@ -8,4 +8,4 @@ declare namespace IconFx {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconInstance {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -35,4 +35,4 @@ declare namespace IconLogout {
35
35
  const className: PropTypes.Requireable<string>;
36
36
  }
37
37
  }
38
- import PropTypes from "prop-types";
38
+ import PropTypes from 'prop-types';
@@ -35,4 +35,4 @@ declare namespace IconNoIcon {
35
35
  const className: PropTypes.Requireable<string>;
36
36
  }
37
37
  }
38
- import PropTypes from "prop-types";
38
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconOpen {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
@@ -8,4 +8,4 @@ declare namespace IconState {
8
8
  const className: PropTypes.Requireable<string>;
9
9
  }
10
10
  }
11
- import PropTypes from "prop-types";
11
+ import PropTypes from 'prop-types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "4.0.17",
3
+ "version": "4.0.18",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -32,8 +32,8 @@
32
32
  "@mui/icons-material": "^5.11.11",
33
33
  "@mui/material": "^5.11.13",
34
34
  "@mui/styles": "^5.11.13",
35
- "@mui/x-date-pickers": "5.0.20",
36
- "@iobroker/socket-client": "^2.0.4",
35
+ "@mui/x-date-pickers": "6.0.2",
36
+ "@iobroker/socket-client": "^2.0.5",
37
37
  "react-cropper": "^2.3.2",
38
38
  "@sentry/browser": "^7.43.0",
39
39
  "@sentry/integrations": "^7.43.0",