@iobroker/adapter-react-v5 4.13.1 → 4.13.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.
Files changed (462) hide show
  1. package/AdminConnection.js.map +1 -1
  2. package/Components/404.js +13 -13
  3. package/Components/404.js.map +1 -0
  4. package/Components/ColorPicker.js +54 -54
  5. package/Components/ColorPicker.js.map +1 -1
  6. package/Components/ComplexCron.js.map +1 -1
  7. package/Components/CustomModal.js.map +1 -0
  8. package/Components/FileBrowser.js +5 -1
  9. package/Components/FileBrowser.js.map +1 -0
  10. package/Components/FileViewer.js.map +1 -0
  11. package/Components/Icon.js.map +1 -0
  12. package/Components/IconPicker.js.map +1 -0
  13. package/Components/IconSelector.js.map +1 -0
  14. package/Components/Image.js.map +1 -0
  15. package/Components/JsonConfigComponent/ChipInput.d.ts +12 -0
  16. package/Components/JsonConfigComponent/ChipInput.js +763 -0
  17. package/Components/JsonConfigComponent/ChipInput.js.map +1 -0
  18. package/Components/JsonConfigComponent/ConfigAccordion.d.ts +15 -0
  19. package/Components/JsonConfigComponent/ConfigAccordion.js +348 -0
  20. package/Components/JsonConfigComponent/ConfigAccordion.js.map +1 -0
  21. package/Components/JsonConfigComponent/ConfigAlive.d.ts +10 -0
  22. package/Components/JsonConfigComponent/ConfigAlive.js +105 -0
  23. package/Components/JsonConfigComponent/ConfigAlive.js.map +1 -0
  24. package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +37 -0
  25. package/Components/JsonConfigComponent/ConfigAutocomplete.js +73 -0
  26. package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +1 -0
  27. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +17 -0
  28. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +131 -0
  29. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -0
  30. package/Components/JsonConfigComponent/ConfigCRON.d.ts +15 -0
  31. package/Components/JsonConfigComponent/ConfigCRON.js +157 -0
  32. package/Components/JsonConfigComponent/ConfigCRON.js.map +1 -0
  33. package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +14 -0
  34. package/Components/JsonConfigComponent/ConfigCertCollection.js +128 -0
  35. package/Components/JsonConfigComponent/ConfigCertCollection.js.map +1 -0
  36. package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +14 -0
  37. package/Components/JsonConfigComponent/ConfigCertificateSelect.js +149 -0
  38. package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -0
  39. package/Components/JsonConfigComponent/ConfigCertificates.d.ts +14 -0
  40. package/Components/JsonConfigComponent/ConfigCertificates.js +284 -0
  41. package/Components/JsonConfigComponent/ConfigCertificates.js.map +1 -0
  42. package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +3 -0
  43. package/Components/JsonConfigComponent/ConfigCheckLicense.js +821 -0
  44. package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +1 -0
  45. package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +15 -0
  46. package/Components/JsonConfigComponent/ConfigCheckbox.js +40 -0
  47. package/Components/JsonConfigComponent/ConfigCheckbox.js.map +1 -0
  48. package/Components/JsonConfigComponent/ConfigChip.d.ts +14 -0
  49. package/Components/JsonConfigComponent/ConfigChip.js +120 -0
  50. package/Components/JsonConfigComponent/ConfigChip.js.map +1 -0
  51. package/Components/JsonConfigComponent/ConfigColor.d.ts +22 -0
  52. package/Components/JsonConfigComponent/ConfigColor.js +120 -0
  53. package/Components/JsonConfigComponent/ConfigColor.js.map +1 -0
  54. package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +14 -0
  55. package/Components/JsonConfigComponent/ConfigCoordinates.js +265 -0
  56. package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -0
  57. package/Components/JsonConfigComponent/ConfigCustom.d.ts +26 -0
  58. package/Components/JsonConfigComponent/ConfigCustom.js +316 -0
  59. package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -0
  60. package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +14 -0
  61. package/Components/JsonConfigComponent/ConfigDatePicker.js +91 -0
  62. package/Components/JsonConfigComponent/ConfigDatePicker.js.map +1 -0
  63. package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +6 -0
  64. package/Components/JsonConfigComponent/ConfigDeviceManager.js +18 -0
  65. package/Components/JsonConfigComponent/ConfigFile.d.ts +15 -0
  66. package/Components/JsonConfigComponent/ConfigFile.js +228 -0
  67. package/Components/JsonConfigComponent/ConfigFile.js.map +1 -0
  68. package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +3 -0
  69. package/Components/JsonConfigComponent/ConfigFileSelector.js +625 -0
  70. package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -0
  71. package/Components/JsonConfigComponent/ConfigFunc.d.ts +14 -0
  72. package/Components/JsonConfigComponent/ConfigFunc.js +124 -0
  73. package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -0
  74. package/Components/JsonConfigComponent/ConfigGeneric.d.ts +95 -0
  75. package/Components/JsonConfigComponent/ConfigGeneric.js +646 -0
  76. package/Components/JsonConfigComponent/ConfigIP.d.ts +14 -0
  77. package/Components/JsonConfigComponent/ConfigIP.js +130 -0
  78. package/Components/JsonConfigComponent/ConfigIP.js.map +1 -0
  79. package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +10 -0
  80. package/Components/JsonConfigComponent/ConfigImageSendTo.js +114 -0
  81. package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +1 -0
  82. package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +14 -0
  83. package/Components/JsonConfigComponent/ConfigImageUpload.js +166 -0
  84. package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -0
  85. package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +14 -0
  86. package/Components/JsonConfigComponent/ConfigInstanceSelect.js +264 -0
  87. package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -0
  88. package/Components/JsonConfigComponent/ConfigInterface.d.ts +14 -0
  89. package/Components/JsonConfigComponent/ConfigInterface.js +146 -0
  90. package/Components/JsonConfigComponent/ConfigInterface.js.map +1 -0
  91. package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +13 -0
  92. package/Components/JsonConfigComponent/ConfigJsonEditor.js +145 -0
  93. package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +1 -0
  94. package/Components/JsonConfigComponent/ConfigLanguage.d.ts +7 -0
  95. package/Components/JsonConfigComponent/ConfigLanguage.js +110 -0
  96. package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -0
  97. package/Components/JsonConfigComponent/ConfigLicense.d.ts +24 -0
  98. package/Components/JsonConfigComponent/ConfigLicense.js +183 -0
  99. package/Components/JsonConfigComponent/ConfigLicense.js.map +1 -0
  100. package/Components/JsonConfigComponent/ConfigNumber.d.ts +17 -0
  101. package/Components/JsonConfigComponent/ConfigNumber.js +117 -0
  102. package/Components/JsonConfigComponent/ConfigObjectId.d.ts +17 -0
  103. package/Components/JsonConfigComponent/ConfigObjectId.js +167 -0
  104. package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -0
  105. package/Components/JsonConfigComponent/ConfigPanel.d.ts +3 -0
  106. package/Components/JsonConfigComponent/ConfigPanel.js +396 -0
  107. package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -0
  108. package/Components/JsonConfigComponent/ConfigPassword.d.ts +14 -0
  109. package/Components/JsonConfigComponent/ConfigPassword.js +193 -0
  110. package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -0
  111. package/Components/JsonConfigComponent/ConfigPattern.d.ts +21 -0
  112. package/Components/JsonConfigComponent/ConfigPattern.js +65 -0
  113. package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -0
  114. package/Components/JsonConfigComponent/ConfigPort.d.ts +3 -0
  115. package/Components/JsonConfigComponent/ConfigPort.js +176 -0
  116. package/Components/JsonConfigComponent/ConfigRoom.d.ts +14 -0
  117. package/Components/JsonConfigComponent/ConfigRoom.js +124 -0
  118. package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -0
  119. package/Components/JsonConfigComponent/ConfigSelect.d.ts +14 -0
  120. package/Components/JsonConfigComponent/ConfigSelect.js +159 -0
  121. package/Components/JsonConfigComponent/ConfigSelect.js.map +1 -0
  122. package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +17 -0
  123. package/Components/JsonConfigComponent/ConfigSelectSendTo.js +272 -0
  124. package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -0
  125. package/Components/JsonConfigComponent/ConfigSendto.d.ts +24 -0
  126. package/Components/JsonConfigComponent/ConfigSendto.js +294 -0
  127. package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -0
  128. package/Components/JsonConfigComponent/ConfigSetState.d.ts +18 -0
  129. package/Components/JsonConfigComponent/ConfigSetState.js +185 -0
  130. package/Components/JsonConfigComponent/ConfigSetState.js.map +1 -0
  131. package/Components/JsonConfigComponent/ConfigSlider.d.ts +14 -0
  132. package/Components/JsonConfigComponent/ConfigSlider.js +119 -0
  133. package/Components/JsonConfigComponent/ConfigSlider.js.map +1 -0
  134. package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +14 -0
  135. package/Components/JsonConfigComponent/ConfigStaticDivider.js +68 -0
  136. package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +1 -0
  137. package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +14 -0
  138. package/Components/JsonConfigComponent/ConfigStaticHeader.js +81 -0
  139. package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +1 -0
  140. package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +14 -0
  141. package/Components/JsonConfigComponent/ConfigStaticImage.js +71 -0
  142. package/Components/JsonConfigComponent/ConfigStaticImage.js.map +1 -0
  143. package/Components/JsonConfigComponent/ConfigStaticText.d.ts +14 -0
  144. package/Components/JsonConfigComponent/ConfigStaticText.js +88 -0
  145. package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -0
  146. package/Components/JsonConfigComponent/ConfigTable.d.ts +3 -0
  147. package/Components/JsonConfigComponent/ConfigTable.js +1064 -0
  148. package/Components/JsonConfigComponent/ConfigTable.js.map +1 -0
  149. package/Components/JsonConfigComponent/ConfigTabs.d.ts +34 -0
  150. package/Components/JsonConfigComponent/ConfigTabs.js +162 -0
  151. package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -0
  152. package/Components/JsonConfigComponent/ConfigText.d.ts +14 -0
  153. package/Components/JsonConfigComponent/ConfigText.js +226 -0
  154. package/Components/JsonConfigComponent/ConfigText.js.map +1 -0
  155. package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +10 -0
  156. package/Components/JsonConfigComponent/ConfigTextSendTo.js +129 -0
  157. package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +1 -0
  158. package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +14 -0
  159. package/Components/JsonConfigComponent/ConfigTimePicker.js +85 -0
  160. package/Components/JsonConfigComponent/ConfigTimePicker.js.map +1 -0
  161. package/Components/JsonConfigComponent/ConfigTopic.d.ts +17 -0
  162. package/Components/JsonConfigComponent/ConfigTopic.js +110 -0
  163. package/Components/JsonConfigComponent/ConfigTopic.js.map +1 -0
  164. package/Components/JsonConfigComponent/ConfigUUID.d.ts +15 -0
  165. package/Components/JsonConfigComponent/ConfigUUID.js +95 -0
  166. package/Components/JsonConfigComponent/ConfigUUID.js.map +1 -0
  167. package/Components/JsonConfigComponent/ConfigUser.d.ts +14 -0
  168. package/Components/JsonConfigComponent/ConfigUser.js +142 -0
  169. package/Components/JsonConfigComponent/ConfigUser.js.map +1 -0
  170. package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +63 -0
  171. package/Components/JsonConfigComponent/DeviceManager/Communication.js +268 -0
  172. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +11 -0
  173. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +15 -0
  174. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +53 -0
  175. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +340 -0
  176. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +45 -0
  177. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +146 -0
  178. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +12 -0
  179. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +69 -0
  180. package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +51 -0
  181. package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +226 -0
  182. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +13 -0
  183. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +111 -0
  184. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +7 -0
  185. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +16 -0
  186. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +11 -0
  187. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +94 -0
  188. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +10 -0
  189. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +22 -0
  190. package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +12 -0
  191. package/Components/JsonConfigComponent/DeviceManager/Utils.js +158 -0
  192. package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +21 -0
  193. package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +21 -0
  194. package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +21 -0
  195. package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +21 -0
  196. package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +26 -0
  197. package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +21 -0
  198. package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +21 -0
  199. package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +21 -0
  200. package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +21 -0
  201. package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +21 -0
  202. package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +21 -0
  203. package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +21 -0
  204. package/Components/JsonConfigComponent/DeviceManager/index.d.ts +2 -0
  205. package/Components/JsonConfigComponent/DeviceManager/index.js +10 -0
  206. package/Components/JsonConfigComponent/DeviceManager/index.js.map +1 -0
  207. package/Components/JsonConfigComponent/Utils.d.ts +9 -0
  208. package/Components/JsonConfigComponent/Utils.js +13 -0
  209. package/Components/JsonConfigComponent/index.d.ts +26 -0
  210. package/Components/JsonConfigComponent/index.js +520 -0
  211. package/Components/JsonConfigComponent/index.js.map +1 -0
  212. package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +2 -0
  213. package/Components/JsonConfigComponent/wrapper/AdminConnection.js +7 -0
  214. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +2 -0
  215. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +10 -0
  216. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +1 -0
  217. package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +2 -0
  218. package/Components/JsonConfigComponent/wrapper/Components/Icon.js +10 -0
  219. package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +1 -0
  220. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +2 -0
  221. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +10 -0
  222. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +1 -0
  223. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +2 -0
  224. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +10 -0
  225. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +1 -0
  226. package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +2 -0
  227. package/Components/JsonConfigComponent/wrapper/Components/Utils.js +10 -0
  228. package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +1 -0
  229. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +2 -0
  230. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +10 -0
  231. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +1 -0
  232. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +2 -0
  233. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +10 -0
  234. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +1 -0
  235. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +2 -0
  236. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +10 -0
  237. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +1 -0
  238. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +2 -0
  239. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +10 -0
  240. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +1 -0
  241. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +2 -0
  242. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +10 -0
  243. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +1 -0
  244. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +2 -0
  245. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +10 -0
  246. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +1 -0
  247. package/Components/JsonConfigComponent/wrapper/i18n.d.ts +2 -0
  248. package/Components/JsonConfigComponent/wrapper/i18n.js +10 -0
  249. package/Components/JsonConfigComponent/wrapper/i18n.js.map +1 -0
  250. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +2 -0
  251. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +10 -0
  252. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +1 -0
  253. package/Components/Loader.js +223 -223
  254. package/Components/Loader.js.map +1 -0
  255. package/Components/Loaders/PT.css +108 -108
  256. package/Components/Loaders/PT.js +103 -103
  257. package/Components/Loaders/PT.js.map +1 -0
  258. package/Components/Loaders/Vendor.css +13 -13
  259. package/Components/Loaders/Vendor.js +7 -7
  260. package/Components/Loaders/Vendor.js.map +1 -0
  261. package/Components/Logo.js.map +1 -0
  262. package/Components/MDUtils.js.map +1 -0
  263. package/Components/ObjectBrowser.js +344 -344
  264. package/Components/ObjectBrowser.js.map +1 -1
  265. package/Components/Router.js.map +1 -0
  266. package/Components/SaveCloseButtons.js.map +1 -0
  267. package/Components/Schedule.js.map +1 -0
  268. package/Components/SelectWithIcon.js.map +1 -0
  269. package/Components/SimpleCron/cron2text.js.map +1 -0
  270. package/Components/SimpleCron/cronText.js.map +1 -0
  271. package/Components/SimpleCron/index.js.map +1 -0
  272. package/Components/SimpleCron/jquery.cron.locale.js.map +1 -0
  273. package/Components/TabContainer.js.map +1 -0
  274. package/Components/TabContent.js.map +1 -0
  275. package/Components/TabHeader.js.map +1 -0
  276. package/Components/TableResize.js +5 -5
  277. package/Components/TableResize.js.map +1 -1
  278. package/Components/TextWithIcon.js.map +1 -0
  279. package/Components/ToggleThemeMenu.js.map +1 -0
  280. package/Components/TreeTable.js +70 -70
  281. package/Components/TreeTable.js.map +1 -1
  282. package/Components/UploadImage.js +305 -305
  283. package/Components/UploadImage.js.map +1 -0
  284. package/Components/Utils.js.map +1 -0
  285. package/Components/copy-to-clipboard.d.ts +13 -0
  286. package/Components/copy-to-clipboard.js +156 -0
  287. package/Components/copy-to-clipboard.js.map +1 -0
  288. package/Components/loader.css +221 -221
  289. package/Components/types.d.ts +82 -82
  290. package/Components/withWidth.js.map +1 -1
  291. package/Connection.js.map +1 -1
  292. package/Dialogs/ComplexCron.js.map +1 -0
  293. package/Dialogs/Confirm.js.map +1 -0
  294. package/Dialogs/Cron.js.map +1 -0
  295. package/Dialogs/Error.js.map +1 -0
  296. package/Dialogs/Message.js.map +1 -0
  297. package/Dialogs/SelectFile.js.map +1 -0
  298. package/Dialogs/SelectID.js.map +1 -0
  299. package/Dialogs/SimpleCron.js.map +1 -0
  300. package/Dialogs/TextInput.js.map +1 -0
  301. package/GenericApp.d.ts +2 -2
  302. package/GenericApp.js +49 -49
  303. package/GenericApp.js.map +1 -0
  304. package/LICENSE +22 -22
  305. package/LegacyConnection.js.map +1 -0
  306. package/Prompt.js +7 -7
  307. package/Prompt.js.map +1 -0
  308. package/README.md +1101 -1101
  309. package/Theme.js.map +1 -0
  310. package/assets/devices/Alarm Systems.svg +18 -18
  311. package/assets/devices/Amplifier.svg +21 -21
  312. package/assets/devices/Awnings.svg +4 -4
  313. package/assets/devices/Battery Status.svg +4 -4
  314. package/assets/devices/Ceiling Spotlights.svg +15 -15
  315. package/assets/devices/Chandelier.svg +6 -6
  316. package/assets/devices/Climate.svg +11 -11
  317. package/assets/devices/Coffee Makers.svg +5 -5
  318. package/assets/devices/Cold Water.svg +31 -31
  319. package/assets/devices/Computer.svg +21 -21
  320. package/assets/devices/Consumption.svg +7 -7
  321. package/assets/devices/Curtains.svg +43 -43
  322. package/assets/devices/Dishwashers.svg +11 -11
  323. package/assets/devices/Doors.svg +5 -5
  324. package/assets/devices/Doorstep.svg +35 -35
  325. package/assets/devices/Dryer.svg +13 -13
  326. package/assets/devices/Fan.svg +20 -20
  327. package/assets/devices/Floor Lamps.svg +4 -4
  328. package/assets/devices/Garage Doors.svg +9 -9
  329. package/assets/devices/Gates.svg +32 -32
  330. package/assets/devices/Hairdryer.svg +23 -23
  331. package/assets/devices/Handle.svg +6 -6
  332. package/assets/devices/Hanging Lamps.svg +8 -8
  333. package/assets/devices/Heater.svg +44 -44
  334. package/assets/devices/Hoods.svg +11 -11
  335. package/assets/devices/Hot Water.svg +9 -9
  336. package/assets/devices/Humidity.svg +41 -41
  337. package/assets/devices/Iron.svg +4 -4
  338. package/assets/devices/Irrigation.svg +22 -22
  339. package/assets/devices/Led Strip.svg +30 -30
  340. package/assets/devices/Light.svg +29 -29
  341. package/assets/devices/Lightings.svg +46 -46
  342. package/assets/devices/Lock.svg +19 -19
  343. package/assets/devices/Louvre.svg +6 -6
  344. package/assets/devices/Mowing Machine.svg +8 -8
  345. package/assets/devices/Music.svg +12 -12
  346. package/assets/devices/Outdoor Blinds.svg +6 -6
  347. package/assets/devices/People.svg +19 -19
  348. package/assets/devices/Pool.svg +7 -7
  349. package/assets/devices/Power Consumption.svg +12 -12
  350. package/assets/devices/Printer.svg +9 -9
  351. package/assets/devices/Pump.svg +9 -9
  352. package/assets/devices/Receiver.svg +18 -18
  353. package/assets/devices/Sconces.svg +9 -9
  354. package/assets/devices/Security.svg +34 -34
  355. package/assets/devices/Shading.svg +4 -4
  356. package/assets/devices/Shutters.svg +10 -10
  357. package/assets/devices/SmokeDetector.svg +12 -12
  358. package/assets/devices/Sockets.svg +13 -13
  359. package/assets/devices/Speaker.svg +35 -35
  360. package/assets/devices/Stove.svg +11 -11
  361. package/assets/devices/Table Lamps.svg +11 -11
  362. package/assets/devices/Temperature Sensors.svg +28 -28
  363. package/assets/devices/Tv.svg +7 -7
  364. package/assets/devices/Vacuum Cleaner.svg +15 -15
  365. package/assets/devices/Ventilation.svg +12 -12
  366. package/assets/devices/Washing Machines.svg +15 -15
  367. package/assets/devices/Water Consumption.svg +5 -5
  368. package/assets/devices/Water Heater.svg +8 -8
  369. package/assets/devices/Water.svg +40 -40
  370. package/assets/devices/Weather.svg +28 -28
  371. package/assets/devices/Window.svg +7 -7
  372. package/assets/devices/list.json +993 -993
  373. package/assets/devices/names.txt +62 -62
  374. package/assets/devices/parseNames.js +34 -34
  375. package/assets/lamp_ceiling.svg +8 -8
  376. package/assets/lamp_table.svg +7 -7
  377. package/assets/no_icon.svg +9 -9
  378. package/assets/rooms/Anteroom.svg +52 -52
  379. package/assets/rooms/Attic.svg +21 -21
  380. package/assets/rooms/Balcony.svg +12 -12
  381. package/assets/rooms/Barn.svg +5 -5
  382. package/assets/rooms/Basement.svg +4 -4
  383. package/assets/rooms/Bathroom.svg +38 -38
  384. package/assets/rooms/Bedroom.svg +5 -5
  385. package/assets/rooms/Boiler Room.svg +12 -12
  386. package/assets/rooms/Carport.svg +17 -17
  387. package/assets/rooms/Cellar.svg +89 -89
  388. package/assets/rooms/Chamber.svg +9 -9
  389. package/assets/rooms/Corridor.svg +52 -52
  390. package/assets/rooms/Dining Area.svg +37 -37
  391. package/assets/rooms/Dining Room.svg +37 -37
  392. package/assets/rooms/Dining.svg +37 -37
  393. package/assets/rooms/Dressing Room.svg +4 -4
  394. package/assets/rooms/Driveway.svg +14 -14
  395. package/assets/rooms/Entrance.svg +44 -44
  396. package/assets/rooms/Equipment Room.svg +14 -14
  397. package/assets/rooms/Front Yard.svg +64 -64
  398. package/assets/rooms/Gallery.svg +13 -13
  399. package/assets/rooms/Garage.svg +20 -20
  400. package/assets/rooms/Garden.svg +12 -12
  401. package/assets/rooms/Ground Floor.svg +95 -95
  402. package/assets/rooms/Guest Bathroom.svg +32 -32
  403. package/assets/rooms/Guest Room.svg +5 -5
  404. package/assets/rooms/Gym.svg +4 -4
  405. package/assets/rooms/Hall.svg +19 -19
  406. package/assets/rooms/Home Theater.svg +7 -7
  407. package/assets/rooms/Kitchen.svg +17 -17
  408. package/assets/rooms/Laundry Room.svg +11 -11
  409. package/assets/rooms/Living Area.svg +10 -10
  410. package/assets/rooms/Living Room.svg +10 -10
  411. package/assets/rooms/Locker Room.svg +16 -16
  412. package/assets/rooms/Nursery.svg +4 -4
  413. package/assets/rooms/Office.svg +8 -8
  414. package/assets/rooms/Outdoors.svg +7 -7
  415. package/assets/rooms/Playroom.svg +5 -5
  416. package/assets/rooms/Pool.svg +7 -7
  417. package/assets/rooms/Rear Wall.svg +30 -30
  418. package/assets/rooms/Second Floor.svg +95 -95
  419. package/assets/rooms/Shed.svg +16 -16
  420. package/assets/rooms/Sleeping Area.svg +22 -22
  421. package/assets/rooms/Stairway.svg +4 -4
  422. package/assets/rooms/Stairwell.svg +15 -15
  423. package/assets/rooms/Storeroom.svg +4 -4
  424. package/assets/rooms/Summer House.svg +27 -27
  425. package/assets/rooms/Swimming Pool.svg +21 -21
  426. package/assets/rooms/Terrace.svg +6 -6
  427. package/assets/rooms/Toilet.svg +10 -10
  428. package/assets/rooms/Upstairs.svg +5 -5
  429. package/assets/rooms/Wardrobe.svg +60 -60
  430. package/assets/rooms/Washroom.svg +19 -19
  431. package/assets/rooms/Wc.svg +10 -10
  432. package/assets/rooms/Windscreen.svg +60 -60
  433. package/assets/rooms/Workshop.svg +22 -22
  434. package/assets/rooms/Workspace.svg +8 -8
  435. package/assets/rooms/list.json +945 -945
  436. package/assets/rooms/names.txt +59 -59
  437. package/assets/rooms/parseNames.js +34 -34
  438. package/craco-module-federation.js +69 -69
  439. package/i18n.js.map +1 -0
  440. package/icons/IconAdapter.js.map +1 -1
  441. package/icons/IconAlias.js.map +1 -1
  442. package/icons/IconChannel.js.map +1 -1
  443. package/icons/IconClearFilter.js.map +1 -1
  444. package/icons/IconClosed.js.map +1 -1
  445. package/icons/IconCopy.js +8 -8
  446. package/icons/IconCopy.js.map +1 -1
  447. package/icons/IconDevice.js.map +1 -1
  448. package/icons/IconDocument.js.map +1 -1
  449. package/icons/IconDocumentReadOnly.js.map +1 -1
  450. package/icons/IconExpert.js.map +1 -0
  451. package/icons/IconFx.js +1 -1
  452. package/icons/IconFx.js.map +1 -1
  453. package/icons/IconInstance.js.map +1 -1
  454. package/icons/IconLogout.js +9 -9
  455. package/icons/IconLogout.js.map +1 -1
  456. package/icons/IconNoIcon.js +8 -8
  457. package/icons/IconNoIcon.js.map +1 -1
  458. package/icons/IconOpen.js.map +1 -1
  459. package/icons/IconState.js.map +1 -1
  460. package/index.css +54 -54
  461. package/package.json +2 -2
  462. package/types.d.ts +94 -94
@@ -54,11 +54,11 @@ function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
54
54
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
55
55
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
56
56
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
57
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } /**
58
- * Copyright 2020-2024, Denis Haev <dogafox@gmail.com>
59
- *
60
- * MIT License
61
- *
57
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } /**
58
+ * Copyright 2020-2024, Denis Haev <dogafox@gmail.com>
59
+ *
60
+ * MIT License
61
+ *
62
62
  **/ // Icons
63
63
  // own
64
64
  var ICON_SIZE = 24;
@@ -754,9 +754,9 @@ var styles = function styles(theme) {
754
754
  };
755
755
  };
756
756
 
757
- /**
758
- * Function that walks through all keys of an object or array and applies a function to each key.
759
- * @returns {unknown} The copied object
757
+ /**
758
+ * Function that walks through all keys of an object or array and applies a function to each key.
759
+ * @returns {unknown} The copied object
760
760
  */
761
761
  function walkThrough(object, iteratee) {
762
762
  if (Array.isArray(object)) {
@@ -775,12 +775,12 @@ function walkThrough(object, iteratee) {
775
775
  return copiedObject;
776
776
  }
777
777
 
778
- /**
779
- * Function to reduce an object primarily by a given list of keys
780
- * @param obj The object which should be filtered
781
- * @param filterKeys The keys which should be excluded
782
- * @param excludeTranslations Whether translations should be reduced to only the english value
783
- * @returns {unknown} The filtered object
778
+ /**
779
+ * Function to reduce an object primarily by a given list of keys
780
+ * @param obj The object which should be filtered
781
+ * @param filterKeys The keys which should be excluded
782
+ * @param excludeTranslations Whether translations should be reduced to only the english value
783
+ * @returns {unknown} The filtered object
784
784
  */
785
785
  function filterObject(obj, filterKeys, excludeTranslations) {
786
786
  return walkThrough(obj, function (result, value, key) {
@@ -802,14 +802,14 @@ function filterObject(obj, filterKeys, excludeTranslations) {
802
802
  });
803
803
  }
804
804
 
805
- /**
806
- * Function to generate a json-file for an object and trigger download it
807
- * @param filename {string} The desired filename
808
- * @param obj {unknown} The obj which should be downloaded
809
- * @param options Options to filter/reduce the output
810
- * @param options.beautify {boolean} Whether the output should be beautified
811
- * @param options.excludeSystemRepositories {boolean} Whether "system.repositories" should be excluded
812
- * @param options.excludeTranslations {boolean} Whether translations should be reduced to only the english value
805
+ /**
806
+ * Function to generate a json-file for an object and trigger download it
807
+ * @param filename {string} The desired filename
808
+ * @param obj {unknown} The obj which should be downloaded
809
+ * @param options Options to filter/reduce the output
810
+ * @param options.beautify {boolean} Whether the output should be beautified
811
+ * @param options.excludeSystemRepositories {boolean} Whether "system.repositories" should be excluded
812
+ * @param options.excludeTranslations {boolean} Whether translations should be reduced to only the english value
813
813
  */
814
814
  function generateFile(filename, obj, options) {
815
815
  var el = document.createElement('a');
@@ -852,10 +852,10 @@ function binarySearch(list, find, _start, _end) {
852
852
  return false;
853
853
  }
854
854
 
855
- /**
856
- * Check if browser is running on iOS
857
- *
858
- * @return {boolean}
855
+ /**
856
+ * Check if browser is running on iOS
857
+ *
858
+ * @return {boolean}
859
859
  */
860
860
  // function isIOS() {
861
861
  // return [
@@ -1548,30 +1548,30 @@ function findFunctionsForObject(data, id, lang, withParentInfo, funcs) {
1548
1548
  };
1549
1549
  }
1550
1550
 
1551
- /*
1552
- function quality2text(q) {
1553
- if (!q) {
1554
- return 'ok';
1555
- }
1556
- const custom = q & 0xFFFF0000;
1557
- let text = '';
1558
- if (q & 0x40) text += 'device';
1559
- if (q & 0x80) text += 'sensor';
1560
- if (q & 0x01) text += ' bad';
1561
- if (q & 0x02) text += ' not connected';
1562
- if (q & 0x04) text += ' error';
1563
-
1564
- return text + (custom ? '|0x' + (custom >> 16).toString(16).toUpperCase() : '') + ' [0x' + q.toString(16).toUpperCase() + ']';
1565
- }
1551
+ /*
1552
+ function quality2text(q) {
1553
+ if (!q) {
1554
+ return 'ok';
1555
+ }
1556
+ const custom = q & 0xFFFF0000;
1557
+ let text = '';
1558
+ if (q & 0x40) text += 'device';
1559
+ if (q & 0x80) text += 'sensor';
1560
+ if (q & 0x01) text += ' bad';
1561
+ if (q & 0x02) text += ' not connected';
1562
+ if (q & 0x04) text += ' error';
1563
+
1564
+ return text + (custom ? '|0x' + (custom >> 16).toString(16).toUpperCase() : '') + ' [0x' + q.toString(16).toUpperCase() + ']';
1565
+ }
1566
1566
  */
1567
1567
 
1568
1568
  /** @typedef {{ state: ioBroker.State, obj: Record<string, any>, texts: Record<string, any>, dateFormat: any, isFloatComma: boolean }} FormatValueOptions */
1569
1569
 
1570
- /**
1571
- * Format a state value for visualization
1572
- *
1573
- * @param {FormatValueOptions} options
1574
- * @return {{valText: {}, valFull: [{t: (*|String), v: (string|*)}] }}
1570
+ /**
1571
+ * Format a state value for visualization
1572
+ *
1573
+ * @param {FormatValueOptions} options
1574
+ * @return {{valText: {}, valFull: [{t: (*|String), v: (string|*)}] }}
1575
1575
  */
1576
1576
  function formatValue(options) {
1577
1577
  var dateFormat = options.dateFormat,
@@ -1698,11 +1698,11 @@ function formatValue(options) {
1698
1698
 
1699
1699
  /** @typedef {{ state: ioBroker.State, isExpertMode: boolean, isButton: boolean }} GetValueStyleOptions */
1700
1700
 
1701
- /**
1702
- * Get css style for given state value
1703
- *
1704
- * @param {GetValueStyleOptions} options
1705
- * @return {{color: (string)}}
1701
+ /**
1702
+ * Get css style for given state value
1703
+ *
1704
+ * @param {GetValueStyleOptions} options
1705
+ * @return {{color: (string)}}
1706
1706
  */
1707
1707
  function getValueStyle(options) {
1708
1708
  var state = options.state,
@@ -1746,8 +1746,8 @@ function prepareSparkData(values, from) {
1746
1746
  return v;
1747
1747
  }
1748
1748
 
1749
- /**
1750
- * @type {import('./types').ObjectBrowserTableFilter}
1749
+ /**
1750
+ * @type {import('./types').ObjectBrowserTableFilter}
1751
1751
  */
1752
1752
  var DEFAULT_FILTER = {
1753
1753
  id: '',
@@ -1887,25 +1887,25 @@ var SCREEN_WIDTHS = {
1887
1887
  };
1888
1888
  var objectsAlreadyLoaded = false;
1889
1889
 
1890
- /**
1891
- * @extends {React.Component<import('./types').ObjectBrowserProps>}
1890
+ /**
1891
+ * @extends {React.Component<import('./types').ObjectBrowserProps>}
1892
1892
  */
1893
1893
  var _NON_EXPERT_NAMESPACES = /*#__PURE__*/new WeakMap();
1894
1894
  var ObjectBrowser = /*#__PURE__*/function (_Component) {
1895
- /**
1896
- * @param {import('./types').ObjectBrowserProps} props
1895
+ /**
1896
+ * @param {import('./types').ObjectBrowserProps} props
1897
1897
  */
1898
1898
  function ObjectBrowser(props) {
1899
1899
  var _this;
1900
1900
  (0, _classCallCheck2["default"])(this, ObjectBrowser);
1901
1901
  _this = _callSuper(this, ObjectBrowser, [props]);
1902
- /**
1903
- * Namespaces which are allowed to be edited by non-expert users
1904
- * @type {string[]}
1902
+ /**
1903
+ * Namespaces which are allowed to be edited by non-expert users
1904
+ * @type {string[]}
1905
1905
  */
1906
1906
  _classPrivateFieldInitSpec(_this, _NON_EXPERT_NAMESPACES, ['0_userdata.0.', 'alias.0.']);
1907
- /**
1908
- * Context menu handler.
1907
+ /**
1908
+ * Context menu handler.
1909
1909
  */
1910
1910
  (0, _defineProperty2["default"])(_this, "onContextMenu", function (e) {
1911
1911
  // console.log(`CONTEXT MENU: ${this.contextMenu ? Date.now() - this.contextMenu.ts : 'false'}`);
@@ -1924,10 +1924,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
1924
1924
  }
1925
1925
  _this.contextMenu = null;
1926
1926
  });
1927
- /**
1928
- * Called when a state changes.
1929
- * @param {string} id
1930
- * @param {ioBroker.State} state
1927
+ /**
1928
+ * Called when a state changes.
1929
+ * @param {string} id
1930
+ * @param {ioBroker.State} state
1931
1931
  */
1932
1932
  (0, _defineProperty2["default"])(_this, "onStateChange", function (id, state) {
1933
1933
  console.log("> stateChange ".concat(id));
@@ -1950,9 +1950,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
1950
1950
  _this.statesUpdateTimer = null;
1951
1951
  }
1952
1952
  });
1953
- /**
1954
- * @param {string} id
1955
- * @param {ioBroker.Object} obj
1953
+ /**
1954
+ * @param {string} id
1955
+ * @param {ioBroker.Object} obj
1956
1956
  */
1957
1957
  (0, _defineProperty2["default"])(_this, "onObjectChange", function (id, obj /* , oldObj */) {
1958
1958
  var newState;
@@ -1995,9 +1995,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
1995
1995
  }, 500);
1996
1996
  }
1997
1997
  });
1998
- /**
1999
- * @private
2000
- * @param {string} id
1998
+ /**
1999
+ * @private
2000
+ * @param {string} id
2001
2001
  */
2002
2002
  (0, _defineProperty2["default"])(_this, "getEnumsForId", function (id) {
2003
2003
  var result = [];
@@ -2020,10 +2020,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2020
2020
  });
2021
2021
  return result.length ? result : undefined;
2022
2022
  });
2023
- /**
2024
- * @private
2025
- * @param {array} enums
2026
- * @param {string} objId
2023
+ /**
2024
+ * @private
2025
+ * @param {array} enums
2026
+ * @param {string} objId
2027
2027
  */
2028
2028
  (0, _defineProperty2["default"])(_this, "_createAllEnums", /*#__PURE__*/function () {
2029
2029
  var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(enums, objId) {
@@ -2093,9 +2093,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2093
2093
  return _ref.apply(this, arguments);
2094
2094
  };
2095
2095
  }());
2096
- /**
2097
- * @private
2098
- * @param {any} objs
2096
+ /**
2097
+ * @private
2098
+ * @param {any} objs
2099
2099
  */
2100
2100
  (0, _defineProperty2["default"])(_this, "loadObjects", /*#__PURE__*/function () {
2101
2101
  var _ref2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee2(objs) {
@@ -2218,9 +2218,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2218
2218
  return _ref2.apply(this, arguments);
2219
2219
  };
2220
2220
  }());
2221
- /**
2222
- * @private
2223
- * @param {object} evt
2221
+ /**
2222
+ * @private
2223
+ * @param {object} evt
2224
2224
  */
2225
2225
  (0, _defineProperty2["default"])(_this, "handleJsonUpload", function (evt) {
2226
2226
  var f = evt.target.files[0];
@@ -2581,9 +2581,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2581
2581
  } else {
2582
2582
  _this.resizeLeft = false;
2583
2583
  _this.resizerNextDiv = _this.resizerActiveDiv.nextElementSibling;
2584
- /* while (this.resizerNextDiv && !this.resizerNextDiv.querySelector('.' + this.props.classes.resizeHandle) && i < 10) {
2585
- this.resizerNextDiv = this.resizerNextDiv.nextElementSibling;
2586
- i++;
2584
+ /* while (this.resizerNextDiv && !this.resizerNextDiv.querySelector('.' + this.props.classes.resizeHandle) && i < 10) {
2585
+ this.resizerNextDiv = this.resizerNextDiv.nextElementSibling;
2586
+ i++;
2587
2587
  } */
2588
2588
  }
2589
2589
  _this.resizerNextName = _this.resizerNextDiv.dataset.name;
@@ -2999,11 +2999,11 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
2999
2999
  }
3000
3000
  return loadAllObjects;
3001
3001
  }()
3002
- /**
3003
- * Check if it is a non-expert id
3004
- *
3005
- * @param id id to test
3006
- * @return {boolean}
3002
+ /**
3003
+ * Check if it is a non-expert id
3004
+ *
3005
+ * @param id id to test
3006
+ * @return {boolean}
3007
3007
  */
3008
3008
  }, {
3009
3009
  key: "isNonExpertId",
@@ -3013,9 +3013,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3013
3013
  });
3014
3014
  }
3015
3015
 
3016
- /**
3017
- * @private
3018
- * @param {ioBroker.EmptyCallback?} cb
3016
+ /**
3017
+ * @private
3018
+ * @param {ioBroker.EmptyCallback?} cb
3019
3019
  */
3020
3020
  }, {
3021
3021
  key: "expandAllSelected",
@@ -3044,9 +3044,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3044
3044
  }
3045
3045
  }
3046
3046
 
3047
- /**
3048
- * @private
3049
- * @param {boolean} [isDouble]
3047
+ /**
3048
+ * @private
3049
+ * @param {boolean} [isDouble]
3050
3050
  */
3051
3051
  }, {
3052
3052
  key: "onAfterSelect",
@@ -3073,16 +3073,16 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3073
3073
  }
3074
3074
  }
3075
3075
 
3076
- /**
3077
- * @private
3078
- * @param {import('./types').ObjectBrowserProps} props
3079
- * @param {any} state
3076
+ /**
3077
+ * @private
3078
+ * @param {import('./types').ObjectBrowserProps} props
3079
+ * @param {any} state
3080
3080
  */
3081
3081
  }, {
3082
3082
  key: "componentDidMount",
3083
3083
  value: (
3084
- /**
3085
- * Called when component is mounted.
3084
+ /**
3085
+ * Called when component is mounted.
3086
3086
  */
3087
3087
  function () {
3088
3088
  var _componentDidMount = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee5() {
@@ -3110,8 +3110,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3110
3110
  }
3111
3111
  return componentDidMount;
3112
3112
  }()
3113
- /**
3114
- * Called when component is unmounted.
3113
+ /**
3114
+ * Called when component is unmounted.
3115
3115
  */
3116
3116
  )
3117
3117
  }, {
@@ -3138,10 +3138,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3138
3138
 
3139
3139
  /** @typedef {{ id: string, obj: ioBroker.Object, item: any }} ShowDeleteDialogOptions */
3140
3140
 
3141
- /**
3142
- * Show the delete dialog for a given object
3143
- *
3144
- * @param {ShowDeleteDialogOptions} options
3141
+ /**
3142
+ * Show the delete dialog for a given object
3143
+ *
3144
+ * @param {ShowDeleteDialogOptions} options
3145
3145
  */
3146
3146
  }, {
3147
3147
  key: "showDeleteDialog",
@@ -3168,8 +3168,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3168
3168
  }, {
3169
3169
  key: "refreshComponent",
3170
3170
  value:
3171
- /**
3172
- * Called when component is mounted.
3171
+ /**
3172
+ * Called when component is mounted.
3173
3173
  */
3174
3174
  function refreshComponent() {
3175
3175
  var _this5 = this;
@@ -3184,9 +3184,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3184
3184
  });
3185
3185
  }
3186
3186
 
3187
- /**
3188
- * Renders the error dialog.
3189
- * @returns {JSX.Element | null}
3187
+ /**
3188
+ * Renders the error dialog.
3189
+ * @returns {JSX.Element | null}
3190
3190
  */
3191
3191
  }, {
3192
3192
  key: "renderErrorDialog",
@@ -3220,9 +3220,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3220
3220
  }, this.props.t('ra_Ok')))) : null;
3221
3221
  }
3222
3222
 
3223
- /**
3224
- * Show the error dialog.
3225
- * @param {any} error
3223
+ /**
3224
+ * Show the error dialog.
3225
+ * @param {any} error
3226
3226
  */
3227
3227
  }, {
3228
3228
  key: "showError",
@@ -3232,10 +3232,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3232
3232
  });
3233
3233
  }
3234
3234
 
3235
- /**
3236
- * Called when an item is selected/deselected.
3237
- * @param {string} toggleItem
3238
- * @param {boolean} [isDouble]
3235
+ /**
3236
+ * Called when an item is selected/deselected.
3237
+ * @param {string} toggleItem
3238
+ * @param {boolean} [isDouble]
3239
3239
  */
3240
3240
  }, {
3241
3241
  key: "onSelect",
@@ -3285,9 +3285,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3285
3285
  }
3286
3286
  }
3287
3287
 
3288
- /**
3289
- * @private
3290
- * @param {boolean} isLast
3288
+ /**
3289
+ * @private
3290
+ * @param {boolean} isLast
3291
3291
  */
3292
3292
  }, {
3293
3293
  key: "_renderDefinedList",
@@ -3334,9 +3334,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3334
3334
  });
3335
3335
  }
3336
3336
 
3337
- /**
3338
- * Renders the columns' selector.
3339
- * @returns {JSX.Element | null}
3337
+ /**
3338
+ * Renders the columns' selector.
3339
+ * @returns {JSX.Element | null}
3340
3340
  */
3341
3341
  }, {
3342
3342
  key: "renderColumnsSelectorDialog",
@@ -3452,8 +3452,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3452
3452
  }, this.texts.close)));
3453
3453
  }
3454
3454
 
3455
- /**
3456
- * @private
3455
+ /**
3456
+ * @private
3457
3457
  */
3458
3458
  }, {
3459
3459
  key: "getAdditionalColumns",
@@ -3472,8 +3472,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3472
3472
  });
3473
3473
  }
3474
3474
 
3475
- /**
3476
- * @private
3475
+ /**
3476
+ * @private
3477
3477
  */
3478
3478
  }, {
3479
3479
  key: "checkUnsubscribes",
@@ -3485,13 +3485,13 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3485
3485
  this.recordStates = [];
3486
3486
  }
3487
3487
 
3488
- /**
3489
- * Find an item.
3490
- * @param {string} id
3491
- * @param {string[] | undefined} [_parts]
3492
- * @param {{ data: { name: string; id: string; }; children: never[]; } | null | undefined} [_root]
3493
- * @param {string | undefined} [_partyId]
3494
- * @returns {any}
3488
+ /**
3489
+ * Find an item.
3490
+ * @param {string} id
3491
+ * @param {string[] | undefined} [_parts]
3492
+ * @param {{ data: { name: string; id: string; }; children: never[]; } | null | undefined} [_root]
3493
+ * @param {string | undefined} [_partyId]
3494
+ * @returns {any}
3495
3495
  */
3496
3496
  }, {
3497
3497
  key: "findItem",
@@ -3522,10 +3522,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3522
3522
  }, {
3523
3523
  key: "parseObjectForAdmins",
3524
3524
  value:
3525
- /**
3526
- * @private
3527
- * @param {{ [x: string]: any; }} columnsForAdmin
3528
- * @param {any} obj
3525
+ /**
3526
+ * @private
3527
+ * @param {{ [x: string]: any; }} columnsForAdmin
3528
+ * @param {any} obj
3529
3529
  */
3530
3530
  function parseObjectForAdmins(columnsForAdmin, obj) {
3531
3531
  var _this11 = this;
@@ -3597,11 +3597,11 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3597
3597
  }, {
3598
3598
  key: "processOnObjectChangeElement",
3599
3599
  value:
3600
- /**
3601
- * Processes a single element in regard to certain filters, columns for admin and updates object dict
3602
- * @param id The id of the object
3603
- * @param obj The object itself
3604
- * @returns {{filtered: boolean, newState: null}} Returns an object containing the new state (if any) and whether the object was filtered.
3600
+ /**
3601
+ * Processes a single element in regard to certain filters, columns for admin and updates object dict
3602
+ * @param id The id of the object
3603
+ * @param obj The object itself
3604
+ * @returns {{filtered: boolean, newState: null}} Returns an object containing the new state (if any) and whether the object was filtered.
3605
3605
  */
3606
3606
  function processOnObjectChangeElement(id, obj) {
3607
3607
  console.log("> objectChange ".concat(id));
@@ -3633,9 +3633,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3633
3633
  };
3634
3634
  }
3635
3635
 
3636
- /**
3637
- * @private
3638
- * @param {string} id
3636
+ /**
3637
+ * @private
3638
+ * @param {string} id
3639
3639
  */
3640
3640
  }, {
3641
3641
  key: "subscribe",
@@ -3647,9 +3647,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3647
3647
  }
3648
3648
  }
3649
3649
 
3650
- /**
3651
- * @private
3652
- * @param {string} id
3650
+ /**
3651
+ * @private
3652
+ * @param {string} id
3653
3653
  */
3654
3654
  }, {
3655
3655
  key: "unsubscribe",
@@ -3668,9 +3668,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3668
3668
  }
3669
3669
  }
3670
3670
 
3671
- /**
3672
- * @private
3673
- * @param {boolean} isPause
3671
+ /**
3672
+ * @private
3673
+ * @param {boolean} isPause
3674
3674
  */
3675
3675
  }, {
3676
3676
  key: "pauseSubscribe",
@@ -3689,10 +3689,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3689
3689
  }
3690
3690
  }
3691
3691
 
3692
- /**
3693
- * @private
3694
- * @param {string} [name]
3695
- * @param {boolean} [value]
3692
+ /**
3693
+ * @private
3694
+ * @param {string} [name]
3695
+ * @param {boolean} [value]
3696
3696
  */
3697
3697
  }, {
3698
3698
  key: "onFilter",
@@ -3762,9 +3762,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3762
3762
  return !someNotEmpty;
3763
3763
  }
3764
3764
 
3765
- /**
3766
- * @private
3767
- * @param {string} name
3765
+ /**
3766
+ * @private
3767
+ * @param {string} name
3768
3768
  */
3769
3769
  }, {
3770
3770
  key: "getFilterInput",
@@ -3806,10 +3806,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3806
3806
  }, /*#__PURE__*/_react["default"].createElement(_iconsMaterial.Close, null))) : null);
3807
3807
  }
3808
3808
 
3809
- /**
3810
- * @private
3811
- * @param {string} name
3812
- * @param {any[]} values
3809
+ /**
3810
+ * @private
3811
+ * @param {string} name
3812
+ * @param {any[]} values
3813
3813
  */
3814
3814
  }, {
3815
3815
  key: "getFilterSelect",
@@ -3883,8 +3883,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3883
3883
  }, /*#__PURE__*/_react["default"].createElement(_iconsMaterial.Close, null))) : null);
3884
3884
  }
3885
3885
 
3886
- /**
3887
- * @private
3886
+ /**
3887
+ * @private
3888
3888
  */
3889
3889
  }, {
3890
3890
  key: "getFilterSelectRole",
@@ -3892,8 +3892,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3892
3892
  return this.getFilterSelect('role', this.info.roles);
3893
3893
  }
3894
3894
 
3895
- /**
3896
- * @private
3895
+ /**
3896
+ * @private
3897
3897
  */
3898
3898
  }, {
3899
3899
  key: "getFilterSelectRoom",
@@ -3913,8 +3913,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3913
3913
  return this.getFilterSelect('room', rooms);
3914
3914
  }
3915
3915
 
3916
- /**
3917
- * @private
3916
+ /**
3917
+ * @private
3918
3918
  */
3919
3919
  }, {
3920
3920
  key: "getFilterSelectFunction",
@@ -3934,8 +3934,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3934
3934
  return this.getFilterSelect('func', func);
3935
3935
  }
3936
3936
 
3937
- /**
3938
- * @private
3937
+ /**
3938
+ * @private
3939
3939
  */
3940
3940
  }, {
3941
3941
  key: "getFilterSelectType",
@@ -3950,8 +3950,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3950
3950
  return this.getFilterSelect('type', types);
3951
3951
  }
3952
3952
 
3953
- /**
3954
- * @private
3953
+ /**
3954
+ * @private
3955
3955
  */
3956
3956
  }, {
3957
3957
  key: "getFilterSelectCustoms",
@@ -3973,10 +3973,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3973
3973
  return null;
3974
3974
  }
3975
3975
 
3976
- /**
3977
- * @private
3978
- * @param {any} [root]
3979
- * @param {any[]} [expanded]
3976
+ /**
3977
+ * @private
3978
+ * @param {any} [root]
3979
+ * @param {any[]} [expanded]
3980
3980
  */
3981
3981
  }, {
3982
3982
  key: "onExpandAll",
@@ -3999,8 +3999,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
3999
3999
  }
4000
4000
  }
4001
4001
 
4002
- /**
4003
- * @private
4002
+ /**
4003
+ * @private
4004
4004
  */
4005
4005
  }, {
4006
4006
  key: "onCollapseAll",
@@ -4017,11 +4017,11 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4017
4017
  });
4018
4018
  }
4019
4019
 
4020
- /**
4021
- * @private
4022
- * @param {any} root
4023
- * @param {number} depth
4024
- * @param {any[]} expanded
4020
+ /**
4021
+ * @private
4022
+ * @param {any} root
4023
+ * @param {number} depth
4024
+ * @param {any[]} expanded
4025
4025
  */
4026
4026
  }, {
4027
4027
  key: "expandDepth",
@@ -4045,16 +4045,16 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4045
4045
  }
4046
4046
  }
4047
4047
 
4048
- /**
4049
- * @private
4050
- * @param {number} depth
4051
- * @param {any[]} expanded
4048
+ /**
4049
+ * @private
4050
+ * @param {number} depth
4051
+ * @param {any[]} expanded
4052
4052
  */
4053
4053
  }, {
4054
4054
  key: "onExpandVisible",
4055
4055
  value:
4056
- /**
4057
- * @private
4056
+ /**
4057
+ * @private
4058
4058
  */
4059
4059
  function onExpandVisible() {
4060
4060
  if (this.state.depth < 9) {
@@ -4069,8 +4069,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4069
4069
  }
4070
4070
  }
4071
4071
 
4072
- /**
4073
- * @private
4072
+ /**
4073
+ * @private
4074
4074
  */
4075
4075
  }, {
4076
4076
  key: "onStatesViewVisible",
@@ -4082,8 +4082,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4082
4082
  });
4083
4083
  }
4084
4084
 
4085
- /**
4086
- * @private
4085
+ /**
4086
+ * @private
4087
4087
  */
4088
4088
  }, {
4089
4089
  key: "onCollapseVisible",
@@ -4122,15 +4122,15 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4122
4122
  return [];
4123
4123
  }
4124
4124
 
4125
- /**
4126
- * Exports the selected objects based on the given options and triggers file generation
4127
- * @param options Options to filter/reduce the output
4128
- * @param options.isAll {boolean} Whether all objects should be exported or only the selected ones
4129
- * @param options.beautify {boolean} Whether the output should be beautified
4130
- * @param options.excludeSystemRepositories {boolean} Whether "system.repositories" should be excluded
4131
- * @param options.excludeTranslations {boolean} Whether translations should be reduced to only the english value
4132
- * @returns {Promise<void>}
4133
- * @private
4125
+ /**
4126
+ * Exports the selected objects based on the given options and triggers file generation
4127
+ * @param options Options to filter/reduce the output
4128
+ * @param options.isAll {boolean} Whether all objects should be exported or only the selected ones
4129
+ * @param options.beautify {boolean} Whether the output should be beautified
4130
+ * @param options.excludeSystemRepositories {boolean} Whether "system.repositories" should be excluded
4131
+ * @param options.excludeTranslations {boolean} Whether translations should be reduced to only the english value
4132
+ * @returns {Promise<void>}
4133
+ * @private
4134
4134
  */
4135
4135
  }, {
4136
4136
  key: "_exportObjects",
@@ -4323,9 +4323,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4323
4323
  }, {
4324
4324
  key: "getToolbar",
4325
4325
  value:
4326
- /**
4327
- * Renders the toolbar.
4328
- * @returns {JSX.Element}
4326
+ /**
4327
+ * Renders the toolbar.
4328
+ * @returns {JSX.Element}
4329
4329
  */
4330
4330
  function getToolbar() {
4331
4331
  var _this25 = this;
@@ -4551,9 +4551,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4551
4551
  }, /*#__PURE__*/_react["default"].createElement(_iconsMaterial.Build, null))));
4552
4552
  }
4553
4553
 
4554
- /**
4555
- * @private
4556
- * @param {string} id
4554
+ /**
4555
+ * @private
4556
+ * @param {string} id
4557
4557
  */
4558
4558
  }, {
4559
4559
  key: "toggleExpanded",
@@ -4572,10 +4572,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4572
4572
  });
4573
4573
  }
4574
4574
 
4575
- /**
4576
- * @private
4577
- * @param {Event} e
4578
- * @param {string} text
4575
+ /**
4576
+ * @private
4577
+ * @param {Event} e
4578
+ * @param {string} text
4579
4579
  */
4580
4580
  }, {
4581
4581
  key: "onCopy",
@@ -4596,10 +4596,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4596
4596
  }, {
4597
4597
  key: "renderColumnButtons",
4598
4598
  value:
4599
- /**
4600
- * @param {string} id
4601
- * @param {{ data: { obj: { type: string; }; hasCustoms: any; }; }} item
4602
- * @param {{ cellButtonsButton: string | undefined; cellButtonsButtonAlone: any; cellButtonsButtonIcon: string | undefined; cellButtonsButtonWithCustoms: any; }} classes
4599
+ /**
4600
+ * @param {string} id
4601
+ * @param {{ data: { obj: { type: string; }; hasCustoms: any; }; }} item
4602
+ * @param {{ cellButtonsButton: string | undefined; cellButtonsButtonAlone: any; cellButtonsButtonIcon: string | undefined; cellButtonsButtonWithCustoms: any; }} classes
4603
4603
  */
4604
4604
  function renderColumnButtons(id, item, classes) {
4605
4605
  var _this26 = this,
@@ -4727,27 +4727,27 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4727
4727
  })) : null];
4728
4728
  }
4729
4729
 
4730
- /**
4731
- * @private
4732
- * @param {string} id
4730
+ /**
4731
+ * @private
4732
+ * @param {string} id
4733
4733
  */
4734
4734
  }, {
4735
4735
  key: "readHistory",
4736
4736
  value: function readHistory(id) {
4737
- /* interface GetHistoryOptions {
4738
- instance?: string;
4739
- start?: number;
4740
- end?: number;
4741
- step?: number;
4742
- count?: number;
4743
- from?: boolean;
4744
- ack?: boolean;
4745
- q?: boolean;
4746
- addID?: boolean;
4747
- limit?: number;
4748
- ignoreNull?: boolean;
4749
- sessionId?: any;
4750
- aggregate?: 'minmax' | 'min' | 'max' | 'average' | 'total' | 'count' | 'none';
4737
+ /* interface GetHistoryOptions {
4738
+ instance?: string;
4739
+ start?: number;
4740
+ end?: number;
4741
+ step?: number;
4742
+ count?: number;
4743
+ from?: boolean;
4744
+ ack?: boolean;
4745
+ q?: boolean;
4746
+ addID?: boolean;
4747
+ limit?: number;
4748
+ ignoreNull?: boolean;
4749
+ sessionId?: any;
4750
+ aggregate?: 'minmax' | 'min' | 'max' | 'average' | 'total' | 'count' | 'none';
4751
4751
  } */
4752
4752
  if (window.sparkline && this.defaultHistory && this.objects[id] && this.objects[id].common && this.objects[id].common.custom && this.objects[id].common.custom[this.defaultHistory]) {
4753
4753
  var now = new Date();
@@ -4781,12 +4781,12 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4781
4781
  }
4782
4782
  }
4783
4783
 
4784
- /**
4785
- * @private
4786
- * @param {string} id
4787
- * @param {any} item
4788
- * @param {Record<string, any>} classes
4789
- * @returns {JSX.Element | null}
4784
+ /**
4785
+ * @private
4786
+ * @param {string} id
4787
+ * @param {any} item
4788
+ * @param {Record<string, any>} classes
4789
+ * @returns {JSX.Element | null}
4790
4790
  */
4791
4791
  }, {
4792
4792
  key: "renderColumnValue",
@@ -4906,9 +4906,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4906
4906
  }, val));
4907
4907
  }
4908
4908
 
4909
- /**
4910
- * @private
4911
- * @returns {undefined}
4909
+ /**
4910
+ * @private
4911
+ * @returns {undefined}
4912
4912
  */
4913
4913
  }, {
4914
4914
  key: "_syncEnum",
@@ -4958,9 +4958,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4958
4958
  });
4959
4959
  }
4960
4960
 
4961
- /**
4962
- * @private
4963
- * @returns {Promise}
4961
+ /**
4962
+ * @private
4963
+ * @returns {Promise}
4964
4964
  */
4965
4965
  }, {
4966
4966
  key: "syncEnum",
@@ -4976,9 +4976,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
4976
4976
  });
4977
4977
  }
4978
4978
 
4979
- /**
4980
- * @private
4981
- * @returns {JSX.Element | null}
4979
+ /**
4980
+ * @private
4981
+ * @returns {JSX.Element | null}
4982
4982
  */
4983
4983
  }, {
4984
4984
  key: "renderEnumDialog",
@@ -5090,9 +5090,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5090
5090
  return null;
5091
5091
  }
5092
5092
 
5093
- /**
5094
- * @private
5095
- * @returns {JSX.Element | null}
5093
+ /**
5094
+ * @private
5095
+ * @returns {JSX.Element | null}
5096
5096
  */
5097
5097
  }, {
5098
5098
  key: "renderEditRoleDialog",
@@ -5119,9 +5119,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5119
5119
  return null;
5120
5120
  }
5121
5121
 
5122
- /**
5123
- * @private
5124
- * @param {boolean} [isSave]
5122
+ /**
5123
+ * @private
5124
+ * @param {boolean} [isSave]
5125
5125
  */
5126
5126
  }, {
5127
5127
  key: "onColumnsEditCustomDialogClose",
@@ -5155,8 +5155,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5155
5155
  }
5156
5156
  }
5157
5157
 
5158
- /**
5159
- * @private
5158
+ /**
5159
+ * @private
5160
5160
  */
5161
5161
  }, {
5162
5162
  key: "renderColumnsEditCustomDialog",
@@ -5239,20 +5239,20 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5239
5239
  return null;
5240
5240
  }
5241
5241
 
5242
- /**
5243
- * @private
5244
- * @param {any} obj
5245
- * @param {any} it
5242
+ /**
5243
+ * @private
5244
+ * @param {any} obj
5245
+ * @param {any} it
5246
5246
  */
5247
5247
  }, {
5248
5248
  key: "renderCustomValue",
5249
5249
  value:
5250
- /**
5251
- * Renders a custom value.
5252
- * @param {any} obj
5253
- * @param {any} it
5254
- * @param {any} item
5255
- * @returns {JSX.Element | null}
5250
+ /**
5251
+ * Renders a custom value.
5252
+ * @param {any} obj
5253
+ * @param {any} it
5254
+ * @param {any} item
5255
+ * @returns {JSX.Element | null}
5256
5256
  */
5257
5257
  function renderCustomValue(obj, it, item) {
5258
5258
  var _this34 = this;
@@ -5280,13 +5280,13 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5280
5280
  return null;
5281
5281
  }
5282
5282
 
5283
- /**
5284
- * Renders a leaf.
5285
- * @param {any} item
5286
- * @param {boolean} isExpanded
5287
- * @param {Record<string, any>} classes
5288
- * @param {{ count: number; }} counter
5289
- * @returns {JSX.Element}
5283
+ /**
5284
+ * Renders a leaf.
5285
+ * @param {any} item
5286
+ * @param {boolean} isExpanded
5287
+ * @param {Record<string, any>} classes
5288
+ * @param {{ count: number; }} counter
5289
+ * @returns {JSX.Element}
5290
5290
  */
5291
5291
  }, {
5292
5292
  key: "renderLeaf",
@@ -5768,13 +5768,13 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5768
5768
  }, this.renderColumnButtons(id, item, classes)) : null);
5769
5769
  }
5770
5770
 
5771
- /**
5772
- * Renders an item.
5773
- * @param {any} root
5774
- * @param {boolean} isExpanded
5775
- * @param {Record<string, any>} classes
5776
- * @param {{ count: any; }} [counter]
5777
- * @returns {JSX.Element[]}
5771
+ /**
5772
+ * Renders an item.
5773
+ * @param {any} root
5774
+ * @param {boolean} isExpanded
5775
+ * @param {Record<string, any>} classes
5776
+ * @param {{ count: any; }} [counter]
5777
+ * @returns {JSX.Element[]}
5778
5778
  */
5779
5779
  }, {
5780
5780
  key: "renderItem",
@@ -5844,12 +5844,12 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5844
5844
  return items;
5845
5845
  }
5846
5846
 
5847
- /**
5848
- * @private
5849
- * @param {boolean} [columnsAuto]
5850
- * @param {string[]} [columns]
5851
- * @param {any} [columnsForAdmin]
5852
- * @param {Record<string, number>} [columnsWidths]
5847
+ /**
5848
+ * @private
5849
+ * @param {boolean} [columnsAuto]
5850
+ * @param {string[]} [columns]
5851
+ * @param {any} [columnsForAdmin]
5852
+ * @param {Record<string, number>} [columnsWidths]
5853
5853
  */
5854
5854
  }, {
5855
5855
  key: "calculateColumnsVisibility",
@@ -5993,10 +5993,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
5993
5993
  }, {
5994
5994
  key: "navigateKeyPress",
5995
5995
  value:
5996
- /**
5997
- * Handle keyboard events for navigation
5998
- *
5999
- * @param {KeyboardEvent} event
5996
+ /**
5997
+ * Handle keyboard events for navigation
5998
+ *
5999
+ * @param {KeyboardEvent} event
6000
6000
  */
6001
6001
  function navigateKeyPress(event) {
6002
6002
  var selectedId = this.state.selectedNonObject || this.state.selected[0];
@@ -6032,13 +6032,13 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6032
6032
  }
6033
6033
  }
6034
6034
 
6035
- /**
6036
- * Find the id from the root
6037
- *
6038
- * @param {Record<string, any>} root The current root
6039
- * @param {string} id the object id
6040
- *
6041
- * @returns {any}
6035
+ /**
6036
+ * Find the id from the root
6037
+ *
6038
+ * @param {Record<string, any>} root The current root
6039
+ * @param {string} id the object id
6040
+ *
6041
+ * @returns {any}
6042
6042
  */
6043
6043
  }, {
6044
6044
  key: "getItemFromRoot",
@@ -6065,10 +6065,10 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6065
6065
  }, {
6066
6066
  key: "renderHandleRight",
6067
6067
  value:
6068
- /**
6069
- * Render a right handle for resizing
6070
- *
6071
- * @return {JSX.Element}
6068
+ /**
6069
+ * Render a right handle for resizing
6070
+ *
6071
+ * @return {JSX.Element}
6072
6072
  */
6073
6073
  function renderHandleRight() {
6074
6074
  return /*#__PURE__*/_react["default"].createElement("div", {
@@ -6079,9 +6079,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6079
6079
  });
6080
6080
  }
6081
6081
 
6082
- /**
6083
- * @private
6084
- * @returns {JSX.Element}
6082
+ /**
6083
+ * @private
6084
+ * @returns {JSX.Element}
6085
6085
  */
6086
6086
  }, {
6087
6087
  key: "renderHeader",
@@ -6216,9 +6216,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6216
6216
  }, ' ', this.getFilterSelectCustoms()) : null);
6217
6217
  }
6218
6218
 
6219
- /**
6220
- * @private
6221
- * @returns {JSX.Element}
6219
+ /**
6220
+ * @private
6221
+ * @returns {JSX.Element}
6222
6222
  */
6223
6223
  }, {
6224
6224
  key: "renderToast",
@@ -6253,8 +6253,8 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6253
6253
  });
6254
6254
  }
6255
6255
 
6256
- /**
6257
- * Called when component is updated.
6256
+ /**
6257
+ * Called when component is updated.
6258
6258
  */
6259
6259
  }, {
6260
6260
  key: "componentDidUpdate",
@@ -6285,9 +6285,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6285
6285
  this.selectedFound = true;
6286
6286
  }
6287
6287
 
6288
- /**
6289
- * @private
6290
- * @returns {JSX.Element | null}
6288
+ /**
6289
+ * @private
6290
+ * @returns {JSX.Element | null}
6291
6291
  */
6292
6292
  }, {
6293
6293
  key: "renderCustomDialog",
@@ -6327,9 +6327,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6327
6327
  return null;
6328
6328
  }
6329
6329
 
6330
- /**
6331
- * @private
6332
- * @param {Partial<ioBroker.State>} valAck
6330
+ /**
6331
+ * @private
6332
+ * @param {Partial<ioBroker.State>} valAck
6333
6333
  */
6334
6334
  }, {
6335
6335
  key: "onUpdate",
@@ -6345,9 +6345,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6345
6345
  });
6346
6346
  }
6347
6347
 
6348
- /**
6349
- * @private
6350
- * @returns {JSX.Element | null}
6348
+ /**
6349
+ * @private
6350
+ * @returns {JSX.Element | null}
6351
6351
  */
6352
6352
  }, {
6353
6353
  key: "renderEditObjectDialog",
@@ -6410,9 +6410,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6410
6410
  });
6411
6411
  }
6412
6412
 
6413
- /**
6414
- * @private
6415
- * @returns {JSX.Element | null}
6413
+ /**
6414
+ * @private
6415
+ * @returns {JSX.Element | null}
6416
6416
  */
6417
6417
  }, {
6418
6418
  key: "renderViewObjectFileDialog",
@@ -6438,9 +6438,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6438
6438
  });
6439
6439
  }
6440
6440
 
6441
- /**
6442
- * @private
6443
- * @returns {JSX.Element | null}
6441
+ /**
6442
+ * @private
6443
+ * @returns {JSX.Element | null}
6444
6444
  */
6445
6445
  }, {
6446
6446
  key: "renderAliasEditorDialog",
@@ -6495,11 +6495,11 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6495
6495
  });
6496
6496
  }
6497
6497
 
6498
- /**
6499
- * Renders the right mouse button context menu
6500
- *
6501
- * @private
6502
- * @returns {JSX.Element | null}
6498
+ /**
6499
+ * Renders the right mouse button context menu
6500
+ *
6501
+ * @private
6502
+ * @returns {JSX.Element | null}
6503
6503
  */
6504
6504
  }, {
6505
6505
  key: "renderContextMenu",
@@ -6894,9 +6894,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6894
6894
  }, items);
6895
6895
  }
6896
6896
 
6897
- /**
6898
- * @private
6899
- * @returns {JSX.Element | null}
6897
+ /**
6898
+ * @private
6899
+ * @returns {JSX.Element | null}
6900
6900
  */
6901
6901
  }, {
6902
6902
  key: "renderEditValueDialog",
@@ -6939,9 +6939,9 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
6939
6939
  });
6940
6940
  }
6941
6941
 
6942
- /**
6943
- * The rendering method of this component.
6944
- * @returns {JSX.Element}
6942
+ /**
6943
+ * The rendering method of this component.
6944
+ * @returns {JSX.Element}
6945
6945
  */
6946
6946
  }, {
6947
6947
  key: "render",
@@ -7041,11 +7041,11 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
7041
7041
  return null;
7042
7042
  }
7043
7043
 
7044
- /**
7045
- * @private
7046
- * @param {any} obj
7047
- * @param {any} it
7048
- * @param {any} value
7044
+ /**
7045
+ * @private
7046
+ * @param {any} obj
7047
+ * @param {any} it
7048
+ * @param {any} value
7049
7049
  */
7050
7050
  }, {
7051
7051
  key: "setCustomValue",