@iobroker/adapter-react-v5 3.0.13 → 3.0.16
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/FileBrowser.js +1 -0
- package/Components/FileBrowser.js.map +1 -1
- package/Components/FileViewer.js +3 -3
- package/Components/FileViewer.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCustom.js +74 -23
- package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigGeneric.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPanel.js +8 -1
- package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPassword.js +2 -2
- package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTable.js +58 -11
- package/Components/JsonConfigComponent/ConfigTable.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTabs.js +19 -1
- package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -1
- package/Connection.js +0 -4
- package/Connection.js.map +1 -1
- package/Dialogs/TextInput.js +3 -15
- package/Dialogs/TextInput.js.map +1 -1
- package/README.md +7 -1
- package/package.json +1 -1
- package/Components/JsonConfigComponent/ConfigCustomEasyAccess.js +0 -182
- package/Components/JsonConfigComponent/ConfigCustomEasyAccess.js.map +0 -1
|
@@ -1914,6 +1914,7 @@ var FileBrowser = /*#__PURE__*/function (_Component) {
|
|
|
1914
1914
|
var _this23 = this;
|
|
1915
1915
|
|
|
1916
1916
|
return this.state.viewer ? /*#__PURE__*/_react["default"].createElement(_FileViewer["default"], {
|
|
1917
|
+
supportSubscribes: this.supportSubscribes,
|
|
1917
1918
|
key: this.state.viewer,
|
|
1918
1919
|
href: this.state.viewer,
|
|
1919
1920
|
formatEditFile: this.state.formatEditFile,
|