@iobroker/adapter-react-v5 4.0.17 → 4.0.19

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 (130) 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 +7 -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/i18n/de.json +7 -1
  104. package/i18n/en.json +7 -1
  105. package/i18n/es.json +7 -1
  106. package/i18n/fr.json +7 -1
  107. package/i18n/it.json +7 -1
  108. package/i18n/nl.json +7 -1
  109. package/i18n/pl.json +7 -1
  110. package/i18n/pt.json +7 -1
  111. package/i18n/ru.json +7 -1
  112. package/i18n/uk.json +7 -1
  113. package/i18n/zh-cn.json +7 -1
  114. package/icons/IconAdapter.d.ts +1 -1
  115. package/icons/IconAlias.d.ts +1 -1
  116. package/icons/IconChannel.d.ts +1 -1
  117. package/icons/IconClearFilter.d.ts +1 -1
  118. package/icons/IconClosed.d.ts +1 -1
  119. package/icons/IconCopy.d.ts +1 -1
  120. package/icons/IconDevice.d.ts +1 -1
  121. package/icons/IconDocument.d.ts +1 -1
  122. package/icons/IconDocumentReadOnly.d.ts +1 -1
  123. package/icons/IconExpert.d.ts +1 -1
  124. package/icons/IconFx.d.ts +1 -1
  125. package/icons/IconInstance.d.ts +1 -1
  126. package/icons/IconLogout.d.ts +1 -1
  127. package/icons/IconNoIcon.d.ts +1 -1
  128. package/icons/IconOpen.d.ts +1 -1
  129. package/icons/IconState.d.ts +1 -1
  130. package/package.json +5 -5
@@ -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,13 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
661
661
  -->
662
662
 
663
663
  ## Changelog
664
+ ### 4.0.19 (2023-03-20)
665
+ * (bluefox) Packages were updated
666
+ * (bluefox) Added new translations
667
+
668
+ ### 4.0.18 (2023-03-16)
669
+ * (bluefox) Packages were updated
670
+
664
671
  ### 4.0.17 (2023-03-15)
665
672
  * (bluefox) Added translations
666
673
  * (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
-
package/i18n/de.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Position aus den Systemeinstellungen übernehmen",
364
364
  "ra_Port is already used by %s": "Port wird bereits von %s verwendet",
365
365
  "ra_Port could be used by %s": "Port könnte von %s verwendet werden",
366
- "ra_filter_customs_without": "ohne"
366
+ "ra_filter_customs_without": "ohne",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Verwenden Sie den iobroker.acme-Adapter für letsencrypt-Zertifikate",
368
+ "ra_Do not use let's encrypt": "Verwenden Sie nicht let's encrypt",
369
+ "ra_Use all available let's encrypt certificates": "Verwenden Sie alle verfügbaren Zertifikate von let's encrypt",
370
+ "ra_Public certificate": "Öffentliches Zertifikat",
371
+ "ra_Private certificate": "Privates Zertifikat",
372
+ "ra_Chained certificate": "Chained Zertifikat"
367
373
  }
package/i18n/en.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Take position from system settings",
364
364
  "ra_Port is already used by %s": "Port is already used by %s",
365
365
  "ra_Port could be used by %s": "Port could be used by %s",
366
- "ra_filter_customs_without": "without"
366
+ "ra_filter_customs_without": "without",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Use iobroker.acme adapter for letsencrypt certificates",
368
+ "ra_Do not use let's encrypt": "Do not use let's encrypt",
369
+ "ra_Use all available let's encrypt certificates": "Use all available let's encrypt certificates",
370
+ "ra_Public certificate": "Public certificate",
371
+ "ra_Private certificate": "Private certificate",
372
+ "ra_Chained certificate": "Chained certificate"
367
373
  }
package/i18n/es.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Tomar posición desde la configuración del sistema",
364
364
  "ra_Port is already used by %s": "El puerto ya está en uso por %s",
365
365
  "ra_Port could be used by %s": "El puerto podría ser utilizado por %s",
366
- "ra_filter_customs_without": "sin"
366
+ "ra_filter_customs_without": "sin",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Use el adaptador iobroker.acme para los certificados de letsencrypt",
368
+ "ra_Do not use let's encrypt": "No use vamos a cifrar",
369
+ "ra_Use all available let's encrypt certificates": "Utilice todos los certificados let's encrypt disponibles",
370
+ "ra_Public certificate": "Certificado público",
371
+ "ra_Private certificate": "certificado privado",
372
+ "ra_Chained certificate": "certificado encadenado"
367
373
  }
package/i18n/fr.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Prendre position à partir des paramètres système",
364
364
  "ra_Port is already used by %s": "Le port est déjà utilisé par %s",
365
365
  "ra_Port could be used by %s": "Le port pourrait être utilisé par %s",
366
- "ra_filter_customs_without": "sans"
366
+ "ra_filter_customs_without": "sans",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Utiliser l'adaptateur iobroker.acme pour les certificats Letsencrypt",
368
+ "ra_Do not use let's encrypt": "Ne pas utiliser let's encrypt",
369
+ "ra_Use all available let's encrypt certificates": "Utilisez tous les certificats let's encrypt disponibles",
370
+ "ra_Public certificate": "Certificat public",
371
+ "ra_Private certificate": "Certificat privé",
372
+ "ra_Chained certificate": "Certificat chaîné"
367
373
  }
package/i18n/it.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Prendi posizione dalle impostazioni di sistema",
364
364
  "ra_Port is already used by %s": "La porta è già utilizzata da %s",
365
365
  "ra_Port could be used by %s": "La porta potrebbe essere utilizzata da %s",
366
- "ra_filter_customs_without": "senza"
366
+ "ra_filter_customs_without": "senza",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Utilizzare l'adattatore iobroker.acme per i certificati letsencrypt",
368
+ "ra_Do not use let's encrypt": "Non utilizzare crittografiamo",
369
+ "ra_Use all available let's encrypt certificates": "Usa tutti i certificati Let's Encrypt disponibili",
370
+ "ra_Public certificate": "Certificato pubblico",
371
+ "ra_Private certificate": "Certificato privato",
372
+ "ra_Chained certificate": "Certificato incatenato"
367
373
  }
package/i18n/nl.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Neem positie over van systeeminstellingen",
364
364
  "ra_Port is already used by %s": "Poort wordt al gebruikt door %s",
365
365
  "ra_Port could be used by %s": "Poort kan worden gebruikt door %s",
366
- "ra_filter_customs_without": "zonder"
366
+ "ra_filter_customs_without": "zonder",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Gebruik de iobroker.acme-adapter voor letsencrypt-certificaten",
368
+ "ra_Do not use let's encrypt": "Gebruik geen let's encrypt",
369
+ "ra_Use all available let's encrypt certificates": "Gebruik alle beschikbare Let's Encrypt-certificaten",
370
+ "ra_Public certificate": "Openbaar certificaat",
371
+ "ra_Private certificate": "Privé certificaat",
372
+ "ra_Chained certificate": "Geketend certificaat"
367
373
  }
package/i18n/pl.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Zajmij pozycję z ustawień systemowych",
364
364
  "ra_Port is already used by %s": "Port jest już używany przez %s",
365
365
  "ra_Port could be used by %s": "Port może być używany przez %s",
366
- "ra_filter_customs_without": "bez"
366
+ "ra_filter_customs_without": "bez",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Użyj adaptera iobroker.acme dla certyfikatów letsencrypt",
368
+ "ra_Do not use let's encrypt": "Nie używaj zaszyfrujmy",
369
+ "ra_Use all available let's encrypt certificates": "Użyj wszystkich dostępnych certyfikatów Let's Encrypt",
370
+ "ra_Public certificate": "Certyfikat publiczny",
371
+ "ra_Private certificate": "Prywatny certyfikat",
372
+ "ra_Chained certificate": "Certyfikat łańcuchowy"
367
373
  }
package/i18n/pt.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Tomar posição a partir das configurações do sistema",
364
364
  "ra_Port is already used by %s": "A porta já está sendo usada por %s",
365
365
  "ra_Port could be used by %s": "A porta pode ser usada por %s",
366
- "ra_filter_customs_without": "sem"
366
+ "ra_filter_customs_without": "sem",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Use o adaptador iobroker.acme para certificados letsencrypt",
368
+ "ra_Do not use let's encrypt": "Não use vamos criptografar",
369
+ "ra_Use all available let's encrypt certificates": "Use todos os certificados disponíveis vamos criptografar",
370
+ "ra_Public certificate": "certificado público",
371
+ "ra_Private certificate": "certificado privado",
372
+ "ra_Chained certificate": "certificado encadeado"
367
373
  }
package/i18n/ru.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Занять позицию из системных настроек",
364
364
  "ra_Port is already used by %s": "Порт уже используется %s",
365
365
  "ra_Port could be used by %s": "Порт может использоваться %s",
366
- "ra_filter_customs_without": "без"
366
+ "ra_filter_customs_without": "без",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Используйте адаптер iobroker.acme для сертификатов letsencrypt",
368
+ "ra_Do not use let's encrypt": "Не используйте Let’s Encrypt",
369
+ "ra_Use all available let's encrypt certificates": "Используйте все доступные сертификаты let’s encrypt",
370
+ "ra_Public certificate": "Публичный сертификат",
371
+ "ra_Private certificate": "Частный сертификат",
372
+ "ra_Chained certificate": "Chained сертификат"
367
373
  }
package/i18n/uk.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "Займіть позицію в налаштуваннях системи",
364
364
  "ra_Port is already used by %s": "Порт уже використовується %s",
365
365
  "ra_Port could be used by %s": "Порт може використовуватися %s",
366
- "ra_filter_customs_without": "без"
366
+ "ra_filter_customs_without": "без",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Використовуйте адаптер iobroker.acme для сертифікатів letsencrypt",
368
+ "ra_Do not use let's encrypt": "Не використовуйте let's encrypt",
369
+ "ra_Use all available let's encrypt certificates": "Використовуйте всі доступні сертифікати let's encrypt",
370
+ "ra_Public certificate": "Публічний сертифікат",
371
+ "ra_Private certificate": "Приватний сертифікат",
372
+ "ra_Chained certificate": "Прикутий сертифікат"
367
373
  }
package/i18n/zh-cn.json CHANGED
@@ -363,5 +363,11 @@
363
363
  "ra_Take position from system settings": "从系统设置中获取位置",
364
364
  "ra_Port is already used by %s": "端口已被 %s 使用",
365
365
  "ra_Port could be used by %s": "%s 可以使用端口",
366
- "ra_filter_customs_without": "没有"
366
+ "ra_filter_customs_without": "没有",
367
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "使用 iobroker.acme 适配器获取 letsencrypt 证书",
368
+ "ra_Do not use let's encrypt": "不要使用让我们加密",
369
+ "ra_Use all available let's encrypt certificates": "使用所有可用的让我们加密证书",
370
+ "ra_Public certificate": "公共证书",
371
+ "ra_Private certificate": "私有证书",
372
+ "ra_Chained certificate": "链式证书"
367
373
  }
@@ -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.19",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -32,11 +32,11 @@
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
- "@sentry/browser": "^7.43.0",
39
- "@sentry/integrations": "^7.43.0",
38
+ "@sentry/browser": "^7.44.1",
39
+ "@sentry/integrations": "^7.44.1",
40
40
  "@types/iobroker": "^4.0.5",
41
41
  "react-color": "^2.19.3",
42
42
  "react-colorful": "^5.6.1",