@iobroker/adapter-react-v5 3.3.0 → 3.4.0

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.
@@ -2064,7 +2064,6 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2064
2064
  }
2065
2065
  });
2066
2066
  (0, _defineProperty2["default"])((0, _assertThisInitialized2["default"])(_this), "toolTipObjectCreating", function () {
2067
- var _this$objects$id2;
2068
2067
  var t = _this.props.t;
2069
2068
  var value = [/*#__PURE__*/_react["default"].createElement("div", {
2070
2069
  key: 1
@@ -2094,6 +2093,7 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2094
2093
  if (id.split('.').length < 2 || _this.objects[id] && ((_this$objects$id = _this.objects[id]) === null || _this$objects$id === void 0 ? void 0 : _this$objects$id.type) === 'state') {
2095
2094
  // show default tooltip
2096
2095
  } else if (_this.state.filter.expertMode) {
2096
+ var _this$objects$id2;
2097
2097
  switch ((_this$objects$id2 = _this.objects[id]) === null || _this$objects$id2 === void 0 ? void 0 : _this$objects$id2.type) {
2098
2098
  case 'device':
2099
2099
  value = [/*#__PURE__*/_react["default"].createElement("div", {