@kvaser/canking-api 7.2.1 → 7.3.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.
Files changed (861) hide show
  1. package/dist/ElectronAPIFake.js +1 -1
  2. package/dist/ElectronAPIFake.mjs +11 -10
  3. package/dist/controls/CanChannelSelectControl.d.ts +4 -4
  4. package/dist/controls/CanIdentifierControl.d.ts +78 -54
  5. package/dist/controls/CanKingDataProvider.d.ts +31 -2
  6. package/dist/controls/CheckboxControl.d.ts +2 -2
  7. package/dist/controls/ColumnItemControl.d.ts +1 -1
  8. package/dist/controls/ContextMenu.d.ts +2 -2
  9. package/dist/controls/DropdownButton.d.ts +3 -3
  10. package/dist/controls/DropdownPanel.d.ts +1 -1
  11. package/dist/controls/FormControlRow.d.ts +1 -1
  12. package/dist/controls/InlineEditor.d.ts +2 -2
  13. package/dist/controls/LinChannelSelectControl.d.ts +3 -3
  14. package/dist/controls/LinIdentifierControl.d.ts +76 -53
  15. package/dist/controls/LocalizedStrings.d.ts +1 -0
  16. package/dist/controls/NumberRangeControl.d.ts +11 -11
  17. package/dist/controls/RadioControl.d.ts +1 -1
  18. package/dist/controls/RadioGroupControl.d.ts +2 -2
  19. package/dist/controls/SectionControl.d.ts +2 -2
  20. package/dist/controls/SelectControl.d.ts +2 -2
  21. package/dist/controls/SelectSignalDialog.d.ts +2 -1
  22. package/dist/controls/SelectSignalsControl.d.ts +11 -0
  23. package/dist/controls/TableControl.d.ts +1 -1
  24. package/dist/controls/TextControl.d.ts +16 -6
  25. package/dist/controls/ToolbarControl.d.ts +2 -2
  26. package/dist/controls/ValidateableTextControl.d.ts +6 -6
  27. package/dist/controls/index.d.ts +2 -2
  28. package/dist/controls.js +1 -1
  29. package/dist/controls.mjs +2012 -1855
  30. package/dist/grpc.js +1 -1
  31. package/dist/grpc.mjs +125 -111
  32. package/dist/hooks/index.d.ts +37 -1
  33. package/dist/hooks.js +1 -1
  34. package/dist/hooks.mjs +26 -20
  35. package/dist/icons/index.d.ts +3 -0
  36. package/dist/icons.js +1 -1
  37. package/dist/icons.mjs +29 -4
  38. package/dist/index.js +1 -1
  39. package/dist/index.mjs +498 -313
  40. package/dist/measurement_settings.js +1 -1
  41. package/dist/measurement_settings.mjs +784 -684
  42. package/dist/models/DataBuffer.d.ts +18 -15
  43. package/dist/models/ElectronAPIFake.d.ts +2 -1
  44. package/dist/models.js +1 -1
  45. package/dist/models.mjs +206 -200
  46. package/dist/protos/app_params.d.ts +13 -0
  47. package/dist/protos/frame_params.d.ts +16 -0
  48. package/dist/protos/measurement_params.d.ts +17 -1
  49. package/dist/protos/measurement_service.d.ts +36 -8
  50. package/dist/protos/measurement_settings.d.ts +1 -0
  51. package/dist/status_params.js +1 -1
  52. package/dist/status_params.mjs +567 -410
  53. package/doc/assets/hierarchy.js +1 -1
  54. package/doc/assets/main.js +5 -5
  55. package/doc/assets/navigation.js +1 -1
  56. package/doc/assets/search.js +1 -1
  57. package/doc/assets/style.css +254 -231
  58. package/doc/enums/models.AccessMode.html +9 -9
  59. package/doc/enums/models.AppEvent.html +6 -6
  60. package/doc/enums/models.CanChannelCap.html +44 -44
  61. package/doc/enums/models.CanFrameFlag.html +27 -27
  62. package/doc/enums/models.CanMessageFilterType.html +6 -6
  63. package/doc/enums/models.CanMode.html +7 -7
  64. package/doc/enums/models.DeviceEvent.html +6 -6
  65. package/doc/enums/models.FileConflictAction.html +7 -7
  66. package/doc/enums/models.FileType.html +7 -7
  67. package/doc/enums/models.LinFrameFlag.html +12 -12
  68. package/doc/enums/models.LogFileFormat.html +46 -46
  69. package/doc/enums/models.LogLevel.html +17 -17
  70. package/doc/enums/models.LogReplayState.html +6 -6
  71. package/doc/enums/models.LoggerState.html +7 -7
  72. package/doc/enums/models.MeasurementEvent.html +12 -12
  73. package/doc/enums/models.Protocols.html +9 -9
  74. package/doc/enums/models.ServiceExtensionType.html +8 -0
  75. package/doc/enums/models.SignalEncoding.html +5 -5
  76. package/doc/enums/models.SignalType.html +12 -12
  77. package/doc/enums/models.SignalValueTriggerOperator.html +13 -13
  78. package/doc/enums/models.StatusLevel.html +7 -7
  79. package/doc/enums/models.TriggerOperator.html +6 -6
  80. package/doc/functions/controls.CanChannelSelectControl.html +2 -2
  81. package/doc/functions/controls.CanIdentifierControl.html +2 -2
  82. package/doc/functions/controls.CanIdentifierFrameControl.html +2 -2
  83. package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -2
  84. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -2
  85. package/doc/functions/controls.CanKingDataProvider.html +5 -5
  86. package/doc/functions/controls.CheckboxControl.html +2 -2
  87. package/doc/functions/controls.ColumnItemControl.html +2 -2
  88. package/doc/functions/controls.ContextMenu.html +2 -2
  89. package/doc/functions/controls.DropdownButton.html +2 -2
  90. package/doc/functions/controls.DropdownButtonTextItems.html +2 -2
  91. package/doc/functions/controls.DropdownPanel.html +2 -2
  92. package/doc/functions/controls.FormControlRow.html +2 -2
  93. package/doc/functions/controls.InlineEditor.html +2 -2
  94. package/doc/functions/controls.LinChannelSelectControl.html +2 -2
  95. package/doc/functions/controls.LinIdentifierControl.html +2 -2
  96. package/doc/functions/controls.LinIdentifierFrameControl.html +2 -2
  97. package/doc/functions/controls.LinIdentifierGeneratorControl.html +2 -2
  98. package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +2 -2
  99. package/doc/functions/controls.NumberRangeControl.html +2 -2
  100. package/doc/functions/controls.RadioControl.html +2 -2
  101. package/doc/functions/controls.RadioGroupControl.html +2 -2
  102. package/doc/functions/controls.SectionControl.html +2 -2
  103. package/doc/functions/controls.SelectControl.html +2 -2
  104. package/doc/functions/controls.SelectMessageDialog.html +2 -2
  105. package/doc/functions/controls.SelectSignalDialog.html +2 -2
  106. package/doc/functions/controls.TableControl.html +3 -3
  107. package/doc/functions/controls.TextControl.html +2 -2
  108. package/doc/functions/controls.ToolbarControl.html +2 -2
  109. package/doc/functions/controls.ValidateableTextControl.html +2 -2
  110. package/doc/functions/controls.useColumnItem.html +3 -3
  111. package/doc/functions/controls.useColumnItems.html +3 -3
  112. package/doc/functions/controls.useMessageDatabases.html +2 -2
  113. package/doc/functions/hooks.useDevices.html +3 -3
  114. package/doc/functions/hooks.useFixedPositionModeMeasurementData.html +4 -0
  115. package/doc/functions/hooks.useIsOnline.html +3 -3
  116. package/doc/functions/hooks.useLanguage.html +3 -3
  117. package/doc/functions/hooks.useLocalizedStrings.html +3 -3
  118. package/doc/functions/hooks.useLogMessages.html +3 -3
  119. package/doc/functions/hooks.useMaxDataBytes.html +2 -2
  120. package/doc/functions/hooks.useMeasurementSetup.html +3 -3
  121. package/doc/functions/hooks.useMeasurementStatus.html +3 -3
  122. package/doc/functions/hooks.useMessageData.html +4 -0
  123. package/doc/functions/hooks.useMessageLogFileFormats.html +3 -3
  124. package/doc/functions/hooks.useNewMeasurementData.html +4 -3
  125. package/doc/functions/hooks.useNodeStatus.html +3 -3
  126. package/doc/functions/hooks.useNumericRadix.html +3 -3
  127. package/doc/functions/hooks.useOnlineStatus.html +3 -3
  128. package/doc/functions/hooks.useOverallStatusLevel.html +3 -3
  129. package/doc/functions/hooks.useProjectData.html +5 -5
  130. package/doc/functions/hooks.useRecentProjectFiles.html +2 -2
  131. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -3
  132. package/doc/functions/hooks.useScrollModeMeasurementData.html +4 -0
  133. package/doc/functions/hooks.useSessionData.html +5 -5
  134. package/doc/functions/hooks.useSignalData.html +4 -0
  135. package/doc/functions/hooks.useSignalLogFileFormats.html +2 -2
  136. package/doc/functions/hooks.useUserSettings.html +3 -3
  137. package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -2
  138. package/doc/functions/ipc.addDataProcessor.html +3 -3
  139. package/doc/functions/ipc.addSource.html +3 -3
  140. package/doc/functions/ipc.addTarget.html +3 -3
  141. package/doc/functions/ipc.clearLinMessage.html +3 -3
  142. package/doc/functions/ipc.connectNodes.html +3 -3
  143. package/doc/functions/ipc.deleteDataProcessor.html +3 -3
  144. package/doc/functions/ipc.deleteSource.html +3 -3
  145. package/doc/functions/ipc.deleteTarget.html +3 -3
  146. package/doc/functions/ipc.disableNode.html +3 -3
  147. package/doc/functions/ipc.disconnectNodes.html +3 -3
  148. package/doc/functions/ipc.enableNode.html +3 -3
  149. package/doc/functions/ipc.getFrameDefinitions.html +3 -3
  150. package/doc/functions/ipc.getLogger.html +3 -3
  151. package/doc/functions/ipc.getMessageLogFileFormats.html +3 -3
  152. package/doc/functions/ipc.getSignalLogFileFormats.html +3 -3
  153. package/doc/functions/ipc.requestLinMessage.html +3 -3
  154. package/doc/functions/ipc.sendCanMessage.html +3 -3
  155. package/doc/functions/ipc.sendMessage.html +3 -3
  156. package/doc/functions/ipc.showMessageBox.html +3 -3
  157. package/doc/functions/ipc.showQuestionBox.html +3 -3
  158. package/doc/functions/ipc.startLogReplay.html +3 -3
  159. package/doc/functions/ipc.startMeasurement.html +2 -2
  160. package/doc/functions/ipc.startPeriodicTransmission.html +3 -3
  161. package/doc/functions/ipc.stopLogReplay.html +3 -3
  162. package/doc/functions/ipc.stopMeasurement.html +2 -2
  163. package/doc/functions/ipc.stopPeriodicTransmission.html +3 -3
  164. package/doc/functions/ipc.updateDataProcessor.html +3 -3
  165. package/doc/functions/ipc.updateLinMessage.html +3 -3
  166. package/doc/functions/ipc.updatePeriodicTransmission.html +3 -3
  167. package/doc/functions/ipc.updateSource.html +3 -3
  168. package/doc/functions/ipc.updateTarget.html +3 -3
  169. package/doc/hierarchy.html +1 -1
  170. package/doc/index.html +6 -6
  171. package/doc/interfaces/controls.ButtonGroupProps.html +10 -10
  172. package/doc/interfaces/controls.ButtonProps.html +22 -22
  173. package/doc/interfaces/controls.CanChannelSelectControlProps.html +20 -20
  174. package/doc/interfaces/controls.CanIdentifierControlProps.html +45 -37
  175. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +31 -33
  176. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +39 -33
  177. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +31 -25
  178. package/doc/interfaces/controls.CheckboxControlProps.html +17 -17
  179. package/doc/interfaces/controls.ContextMenuProps.html +9 -9
  180. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -4
  181. package/doc/interfaces/controls.DropdownButtonProps.html +20 -20
  182. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -9
  183. package/doc/interfaces/controls.DropdownPanelProps.html +20 -20
  184. package/doc/interfaces/controls.FormControlRowProps.html +8 -8
  185. package/doc/interfaces/controls.ILocalizedStrings.html +2 -3
  186. package/doc/interfaces/controls.IMessageDatabase.html +2 -4
  187. package/doc/interfaces/controls.InlineEditorProps.html +13 -13
  188. package/doc/interfaces/controls.LabelProps.html +6 -6
  189. package/doc/interfaces/controls.LinChannelSelectControlProps.html +20 -20
  190. package/doc/interfaces/controls.LinIdentifierControlProps.html +42 -35
  191. package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +31 -33
  192. package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +37 -31
  193. package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +31 -25
  194. package/doc/interfaces/controls.NumberRangeControlProps.html +38 -38
  195. package/doc/interfaces/controls.RadioControlProps.html +14 -14
  196. package/doc/interfaces/controls.RadioGroupControlProps.html +9 -9
  197. package/doc/interfaces/controls.SectionControlProps.html +17 -17
  198. package/doc/interfaces/controls.SelectControlProps.html +31 -31
  199. package/doc/interfaces/controls.SelectMessageDialogProps.html +2 -8
  200. package/doc/interfaces/controls.SelectSignalDialogProps.html +2 -12
  201. package/doc/interfaces/controls.TableColumn.html +12 -12
  202. package/doc/interfaces/controls.TableControlProps.html +30 -30
  203. package/doc/interfaces/controls.TextControlProps.html +41 -41
  204. package/doc/interfaces/controls.ToggleButtonGroupProps.html +17 -17
  205. package/doc/interfaces/controls.ToggleButtonProps.html +14 -14
  206. package/doc/interfaces/controls.ToolbarControlProps.html +18 -18
  207. package/doc/interfaces/controls.ValidateableTextControlProps.html +54 -54
  208. package/doc/interfaces/controls.toolbarItem.html +12 -12
  209. package/doc/interfaces/hooks.ISignalData.html +2 -0
  210. package/doc/interfaces/ipc.ILogger.html +2 -8
  211. package/doc/interfaces/models.AboutInformation.html +8 -8
  212. package/doc/interfaces/models.ActivateLicenseRequest.html +8 -8
  213. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +2 -4
  214. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +2 -4
  215. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +8 -10
  216. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +4 -6
  217. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +4 -6
  218. package/doc/interfaces/models.ApiPreferences.html +10 -10
  219. package/doc/interfaces/models.AppEventArgs.html +6 -6
  220. package/doc/interfaces/models.BaseNodeProperties.html +2 -8
  221. package/doc/interfaces/models.BusStatus.html +2 -17
  222. package/doc/interfaces/models.CanBusParamLimits.html +2 -7
  223. package/doc/interfaces/models.CanBusParams.html +2 -8
  224. package/doc/interfaces/models.CanBusSpeedInfo.html +14 -14
  225. package/doc/interfaces/models.CanChannelCapacity.html +4 -7
  226. package/doc/interfaces/models.CanChannelConfiguration.html +16 -16
  227. package/doc/interfaces/models.CanFDBusSpeedCombination.html +2 -4
  228. package/doc/interfaces/models.CanFDBusSpeedInfo.html +10 -10
  229. package/doc/interfaces/models.CanFrameFlags.html +2 -3
  230. package/doc/interfaces/models.CanMessageFilterSettings.html +2 -5
  231. package/doc/interfaces/models.Channel.html +2 -7
  232. package/doc/interfaces/models.ChannelSettings.html +20 -20
  233. package/doc/interfaces/models.ClearLinMessageRequest.html +6 -7
  234. package/doc/interfaces/models.ConnectNodesRequest.html +2 -5
  235. package/doc/interfaces/models.DataProcessingStatus.html +2 -6
  236. package/doc/interfaces/models.DataProcessorNodeProperties.html +2 -8
  237. package/doc/interfaces/models.DatabaseFiles.html +6 -6
  238. package/doc/interfaces/models.DatabasesSettings.html +2 -3
  239. package/doc/interfaces/models.Device.html +2 -9
  240. package/doc/interfaces/models.DeviceEventArgs.html +2 -4
  241. package/doc/interfaces/models.DisconnectNodesRequest.html +2 -5
  242. package/doc/interfaces/models.Empty.html +2 -2
  243. package/doc/interfaces/models.ErrorStatus.html +4 -4
  244. package/doc/interfaces/models.FixedPosFrameIdentifier.html +14 -0
  245. package/doc/interfaces/models.Frame.html +30 -30
  246. package/doc/interfaces/models.FrameDefinition.html +14 -14
  247. package/doc/interfaces/models.FramePropertyValue.html +2 -4
  248. package/doc/interfaces/models.FrameReceivedTrigger.html +6 -6
  249. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +2 -7
  250. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -6
  251. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +2 -6
  252. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -4
  253. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -5
  254. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +4 -4
  255. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +2 -5
  256. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -4
  257. package/doc/interfaces/models.GetDataFramesBeforeTimestampRequest.html +6 -0
  258. package/doc/interfaces/models.GetDataProcessorResponse.html +2 -3
  259. package/doc/interfaces/models.GetDevicesRequest.html +2 -4
  260. package/doc/interfaces/models.GetDevicesResponse.html +2 -3
  261. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +4 -5
  262. package/doc/interfaces/models.GetLicensesResponse.html +4 -4
  263. package/doc/interfaces/models.GetLogFileFormatsRequest.html +8 -9
  264. package/doc/interfaces/models.GetLogFileFormatsResponse.html +10 -10
  265. package/doc/interfaces/models.GetLogLevelResponse.html +4 -4
  266. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +4 -5
  267. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +4 -4
  268. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +6 -6
  269. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +16 -14
  270. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +6 -7
  271. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -4
  272. package/doc/interfaces/models.GetSourceResponse.html +2 -3
  273. package/doc/interfaces/models.GetTargetResponse.html +2 -3
  274. package/doc/interfaces/models.ILogFileFormat.html +2 -6
  275. package/doc/interfaces/models.IProject.html +2 -6
  276. package/doc/interfaces/models.IUserSettings.html +2 -17
  277. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +2 -4
  278. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +2 -5
  279. package/doc/interfaces/models.IWorkspaceData.html +2 -5
  280. package/doc/interfaces/models.IWorkspacePaneData.html +2 -5
  281. package/doc/interfaces/models.IdentifierRequest.html +2 -4
  282. package/doc/interfaces/models.IdentifiersRequest.html +2 -4
  283. package/doc/interfaces/models.InstallServiceExtensionRequest.html +8 -8
  284. package/doc/interfaces/models.InterpreterSettings.html +4 -4
  285. package/doc/interfaces/models.J1939InterpreterSettings.html +2 -2
  286. package/doc/interfaces/models.LicenseInformation.html +18 -18
  287. package/doc/interfaces/models.Licenses.html +4 -4
  288. package/doc/interfaces/models.LinChannelConfiguration.html +14 -14
  289. package/doc/interfaces/models.LinFrameFlags.html +2 -3
  290. package/doc/interfaces/models.LogMessage.html +12 -12
  291. package/doc/interfaces/models.LogMessages.html +4 -4
  292. package/doc/interfaces/models.LogReplaySettings.html +26 -26
  293. package/doc/interfaces/models.LogReplayStatus.html +2 -3
  294. package/doc/interfaces/models.LoggerStatus.html +2 -3
  295. package/doc/interfaces/models.MeasurementEventArgs.html +2 -6
  296. package/doc/interfaces/models.MeasurementSetup.html +2 -6
  297. package/doc/interfaces/models.MessageLoggerSettings.html +44 -44
  298. package/doc/interfaces/models.NodeStatus.html +18 -18
  299. package/doc/interfaces/models.NodeStatuses.html +2 -3
  300. package/doc/interfaces/models.OnlineStatus.html +2 -3
  301. package/doc/interfaces/models.PeriodicTransmissionSettings.html +36 -36
  302. package/doc/interfaces/models.RequestLinMessageRequest.html +6 -7
  303. package/doc/interfaces/models.ScheduleTable.html +8 -8
  304. package/doc/interfaces/models.ScheduleTableEntry.html +6 -6
  305. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +8 -9
  306. package/doc/interfaces/models.SendMessageRequest.html +2 -5
  307. package/doc/interfaces/models.ServiceExtensionSettings.html +2 -4
  308. package/doc/interfaces/models.SetLogLevelRequest.html +6 -6
  309. package/doc/interfaces/models.SetMeasurementSetupRequest.html +2 -4
  310. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +8 -9
  311. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +6 -6
  312. package/doc/interfaces/models.SignalDefinition.html +2 -18
  313. package/doc/interfaces/models.SignalFilterSettings.html +4 -4
  314. package/doc/interfaces/models.SignalLoggerSettings.html +56 -56
  315. package/doc/interfaces/models.SignalValue.html +2 -7
  316. package/doc/interfaces/models.SignalValueTrigger.html +16 -16
  317. package/doc/interfaces/models.SourceNodeProperties.html +2 -7
  318. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +4 -5
  319. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +2 -3
  320. package/doc/interfaces/models.SubscribeForDataRequest.html +4 -0
  321. package/doc/interfaces/models.TargetNodeProperties.html +2 -6
  322. package/doc/interfaces/models.TriggerSettings.html +8 -8
  323. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +6 -6
  324. package/doc/interfaces/models.UpdateLinMessageRequest.html +6 -7
  325. package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +6 -7
  326. package/doc/interfaces/models.WriteFrame.html +10 -10
  327. package/doc/modules/controls.html +3 -3
  328. package/doc/modules/hooks.html +3 -3
  329. package/doc/modules/icons.html +2 -2
  330. package/doc/modules/ipc.html +2 -2
  331. package/doc/modules/models.html +2 -2
  332. package/doc/modules.html +1 -1
  333. package/doc/types/controls.ContextMenuOption.html +10 -6
  334. package/doc/types/controls.SelectOption.html +6 -4
  335. package/doc/types/controls.StringsMap.html +2 -2
  336. package/doc/types/controls.canIdentifierGeneratorType.html +2 -2
  337. package/doc/types/controls.canIdentifierType.html +2 -2
  338. package/doc/types/controls.linIdentifierGeneratorType.html +2 -2
  339. package/doc/variables/controls.FillBox.html +3 -0
  340. package/doc/variables/controls.OneLineButton.html +2 -0
  341. package/doc/variables/controls.SizedBox.html +3 -0
  342. package/doc/variables/controls.TabsPanel.html +2 -0
  343. package/doc/variables/models.defaultUserSettings.html +2 -2
  344. package/doc_md/README.md +189 -0
  345. package/doc_md/assets/favicon.png +0 -0
  346. package/doc_md/controls/README.md +156 -0
  347. package/doc_md/controls/functions/CanChannelSelectControl.md +25 -0
  348. package/doc_md/controls/functions/CanIdentifierControl.md +25 -0
  349. package/doc_md/controls/functions/CanIdentifierFrameControl.md +25 -0
  350. package/doc_md/controls/functions/CanIdentifierGeneratorControl.md +25 -0
  351. package/doc_md/controls/functions/CanIdentifierGeneratorSettingsControl.md +26 -0
  352. package/doc_md/controls/functions/CanKingDataProvider.md +47 -0
  353. package/doc_md/controls/functions/CheckboxControl.md +25 -0
  354. package/doc_md/controls/functions/ColumnItemControl.md +21 -0
  355. package/doc_md/controls/functions/ContextMenu.md +25 -0
  356. package/doc_md/controls/functions/DropdownButton.md +25 -0
  357. package/doc_md/controls/functions/DropdownButtonTextItems.md +25 -0
  358. package/doc_md/controls/functions/DropdownPanel.md +25 -0
  359. package/doc_md/controls/functions/FormControlRow.md +25 -0
  360. package/doc_md/controls/functions/InlineEditor.md +25 -0
  361. package/doc_md/controls/functions/LinChannelSelectControl.md +25 -0
  362. package/doc_md/controls/functions/LinIdentifierControl.md +25 -0
  363. package/doc_md/controls/functions/LinIdentifierFrameControl.md +25 -0
  364. package/doc_md/controls/functions/LinIdentifierGeneratorControl.md +25 -0
  365. package/doc_md/controls/functions/LinIdentifierGeneratorSettingsControl.md +26 -0
  366. package/doc_md/controls/functions/NumberRangeControl.md +25 -0
  367. package/doc_md/controls/functions/RadioControl.md +25 -0
  368. package/doc_md/controls/functions/RadioGroupControl.md +25 -0
  369. package/doc_md/controls/functions/SectionControl.md +25 -0
  370. package/doc_md/controls/functions/SelectControl.md +25 -0
  371. package/doc_md/controls/functions/SelectMessageDialog.md +21 -0
  372. package/doc_md/controls/functions/SelectSignalDialog.md +21 -0
  373. package/doc_md/controls/functions/TableControl.md +31 -0
  374. package/doc_md/controls/functions/TextControl.md +25 -0
  375. package/doc_md/controls/functions/ToolbarControl.md +25 -0
  376. package/doc_md/controls/functions/ValidateableTextControl.md +25 -0
  377. package/doc_md/controls/functions/useColumnItem.md +17 -0
  378. package/doc_md/controls/functions/useColumnItems.md +25 -0
  379. package/doc_md/controls/functions/useMessageDatabases.md +21 -0
  380. package/doc_md/controls/interfaces/ButtonGroupProps.md +41 -0
  381. package/doc_md/controls/interfaces/ButtonProps.md +93 -0
  382. package/doc_md/controls/interfaces/CanChannelSelectControlProps.md +103 -0
  383. package/doc_md/controls/interfaces/CanIdentifierControlProps.md +214 -0
  384. package/doc_md/controls/interfaces/CanIdentifierFrameControlProps.md +143 -0
  385. package/doc_md/controls/interfaces/CanIdentifierGeneratorControlProps.md +210 -0
  386. package/doc_md/controls/interfaces/CanIdentifierGeneratorSettingsControlProps.md +153 -0
  387. package/doc_md/controls/interfaces/CheckboxControlProps.md +77 -0
  388. package/doc_md/controls/interfaces/ContextMenuProps.md +45 -0
  389. package/doc_md/controls/interfaces/DropdownButtonChildrenProps.md +25 -0
  390. package/doc_md/controls/interfaces/DropdownButtonProps.md +81 -0
  391. package/doc_md/controls/interfaces/DropdownButtonTextItemsProps.md +70 -0
  392. package/doc_md/controls/interfaces/DropdownPanelProps.md +81 -0
  393. package/doc_md/controls/interfaces/FormControlRowProps.md +33 -0
  394. package/doc_md/controls/interfaces/ILocalizedStrings.md +9 -0
  395. package/doc_md/controls/interfaces/IMessageDatabase.md +9 -0
  396. package/doc_md/controls/interfaces/InlineEditorProps.md +61 -0
  397. package/doc_md/controls/interfaces/LabelProps.md +25 -0
  398. package/doc_md/controls/interfaces/LinChannelSelectControlProps.md +97 -0
  399. package/doc_md/controls/interfaces/LinIdentifierControlProps.md +194 -0
  400. package/doc_md/controls/interfaces/LinIdentifierFrameControlProps.md +143 -0
  401. package/doc_md/controls/interfaces/LinIdentifierGeneratorControlProps.md +198 -0
  402. package/doc_md/controls/interfaces/LinIdentifierGeneratorSettingsControlProps.md +153 -0
  403. package/doc_md/controls/interfaces/NumberRangeControlProps.md +253 -0
  404. package/doc_md/controls/interfaces/RadioControlProps.md +57 -0
  405. package/doc_md/controls/interfaces/RadioGroupControlProps.md +45 -0
  406. package/doc_md/controls/interfaces/SectionControlProps.md +77 -0
  407. package/doc_md/controls/interfaces/SelectControlProps.md +134 -0
  408. package/doc_md/controls/interfaces/SelectMessageDialogProps.md +9 -0
  409. package/doc_md/controls/interfaces/SelectSignalDialogProps.md +9 -0
  410. package/doc_md/controls/interfaces/TableColumn.md +65 -0
  411. package/doc_md/controls/interfaces/TableControlProps.md +157 -0
  412. package/doc_md/controls/interfaces/TextControlProps.md +177 -0
  413. package/doc_md/controls/interfaces/ToggleButtonGroupProps.md +77 -0
  414. package/doc_md/controls/interfaces/ToggleButtonProps.md +57 -0
  415. package/doc_md/controls/interfaces/ToolbarControlProps.md +73 -0
  416. package/doc_md/controls/interfaces/ValidateableTextControlProps.md +269 -0
  417. package/doc_md/controls/interfaces/toolbarItem.md +49 -0
  418. package/doc_md/controls/type-aliases/ContextMenuOption.md +43 -0
  419. package/doc_md/controls/type-aliases/SelectOption.md +27 -0
  420. package/doc_md/controls/type-aliases/StringsMap.md +15 -0
  421. package/doc_md/controls/type-aliases/canIdentifierGeneratorType.md +11 -0
  422. package/doc_md/controls/type-aliases/canIdentifierType.md +11 -0
  423. package/doc_md/controls/type-aliases/linIdentifierGeneratorType.md +11 -0
  424. package/doc_md/controls/variables/FillBox.md +12 -0
  425. package/doc_md/controls/variables/OneLineButton.md +11 -0
  426. package/doc_md/controls/variables/SizedBox.md +12 -0
  427. package/doc_md/controls/variables/TabsPanel.md +11 -0
  428. package/doc_md/hooks/README.md +53 -0
  429. package/doc_md/hooks/functions/useDevices.md +17 -0
  430. package/doc_md/hooks/functions/useFixedPositionModeMeasurementData.md +25 -0
  431. package/doc_md/hooks/functions/useIsOnline.md +17 -0
  432. package/doc_md/hooks/functions/useLanguage.md +17 -0
  433. package/doc_md/hooks/functions/useLocalizedStrings.md +17 -0
  434. package/doc_md/hooks/functions/useLogMessages.md +17 -0
  435. package/doc_md/hooks/functions/useMaxDataBytes.md +15 -0
  436. package/doc_md/hooks/functions/useMeasurementSetup.md +17 -0
  437. package/doc_md/hooks/functions/useMeasurementStatus.md +17 -0
  438. package/doc_md/hooks/functions/useMessageData.md +25 -0
  439. package/doc_md/hooks/functions/useMessageLogFileFormats.md +23 -0
  440. package/doc_md/hooks/functions/useNewMeasurementData.md +35 -0
  441. package/doc_md/hooks/functions/useNodeStatus.md +23 -0
  442. package/doc_md/hooks/functions/useNumericRadix.md +17 -0
  443. package/doc_md/hooks/functions/useOnlineStatus.md +17 -0
  444. package/doc_md/hooks/functions/useOverallStatusLevel.md +17 -0
  445. package/doc_md/hooks/functions/useProjectData.md +49 -0
  446. package/doc_md/hooks/functions/useRecentProjectFiles.md +15 -0
  447. package/doc_md/hooks/functions/useRunningPeriodicTransmissions.md +17 -0
  448. package/doc_md/hooks/functions/useScrollModeMeasurementData.md +25 -0
  449. package/doc_md/hooks/functions/useSessionData.md +49 -0
  450. package/doc_md/hooks/functions/useSignalData.md +25 -0
  451. package/doc_md/hooks/functions/useSignalLogFileFormats.md +15 -0
  452. package/doc_md/hooks/functions/useUserSettings.md +17 -0
  453. package/doc_md/hooks/functions/useWorkspacePaneWithId.md +21 -0
  454. package/doc_md/hooks/interfaces/ISignalData.md +9 -0
  455. package/doc_md/icons/README.md +9 -0
  456. package/doc_md/ipc/README.md +47 -0
  457. package/doc_md/ipc/functions/addDataProcessor.md +35 -0
  458. package/doc_md/ipc/functions/addSource.md +23 -0
  459. package/doc_md/ipc/functions/addTarget.md +23 -0
  460. package/doc_md/ipc/functions/clearLinMessage.md +29 -0
  461. package/doc_md/ipc/functions/connectNodes.md +29 -0
  462. package/doc_md/ipc/functions/deleteDataProcessor.md +23 -0
  463. package/doc_md/ipc/functions/deleteSource.md +23 -0
  464. package/doc_md/ipc/functions/deleteTarget.md +23 -0
  465. package/doc_md/ipc/functions/disableNode.md +23 -0
  466. package/doc_md/ipc/functions/disconnectNodes.md +29 -0
  467. package/doc_md/ipc/functions/enableNode.md +23 -0
  468. package/doc_md/ipc/functions/getFrameDefinitions.md +26 -0
  469. package/doc_md/ipc/functions/getLogger.md +25 -0
  470. package/doc_md/ipc/functions/getMessageLogFileFormats.md +17 -0
  471. package/doc_md/ipc/functions/getSignalLogFileFormats.md +17 -0
  472. package/doc_md/ipc/functions/requestLinMessage.md +30 -0
  473. package/doc_md/ipc/functions/sendCanMessage.md +41 -0
  474. package/doc_md/ipc/functions/sendMessage.md +29 -0
  475. package/doc_md/ipc/functions/showMessageBox.md +29 -0
  476. package/doc_md/ipc/functions/showQuestionBox.md +51 -0
  477. package/doc_md/ipc/functions/startLogReplay.md +23 -0
  478. package/doc_md/ipc/functions/startMeasurement.md +15 -0
  479. package/doc_md/ipc/functions/startPeriodicTransmission.md +25 -0
  480. package/doc_md/ipc/functions/stopLogReplay.md +23 -0
  481. package/doc_md/ipc/functions/stopMeasurement.md +15 -0
  482. package/doc_md/ipc/functions/stopPeriodicTransmission.md +23 -0
  483. package/doc_md/ipc/functions/updateDataProcessor.md +23 -0
  484. package/doc_md/ipc/functions/updateLinMessage.md +29 -0
  485. package/doc_md/ipc/functions/updatePeriodicTransmission.md +29 -0
  486. package/doc_md/ipc/functions/updateSource.md +23 -0
  487. package/doc_md/ipc/functions/updateTarget.md +23 -0
  488. package/doc_md/ipc/interfaces/ILogger.md +9 -0
  489. package/doc_md/models/README.md +157 -0
  490. package/doc_md/models/enumerations/AccessMode.md +49 -0
  491. package/doc_md/models/enumerations/AppEvent.md +29 -0
  492. package/doc_md/models/enumerations/CanChannelCap.md +181 -0
  493. package/doc_md/models/enumerations/CanFrameFlag.md +159 -0
  494. package/doc_md/models/enumerations/CanMessageFilterType.md +33 -0
  495. package/doc_md/models/enumerations/CanMode.md +39 -0
  496. package/doc_md/models/enumerations/DeviceEvent.md +29 -0
  497. package/doc_md/models/enumerations/FileConflictAction.md +39 -0
  498. package/doc_md/models/enumerations/FileType.md +39 -0
  499. package/doc_md/models/enumerations/LinFrameFlag.md +69 -0
  500. package/doc_md/models/enumerations/LogFileFormat.md +191 -0
  501. package/doc_md/models/enumerations/LogLevel.md +76 -0
  502. package/doc_md/models/enumerations/LogReplayState.md +33 -0
  503. package/doc_md/models/enumerations/LoggerState.md +39 -0
  504. package/doc_md/models/enumerations/MeasurementEvent.md +53 -0
  505. package/doc_md/models/enumerations/Protocols.md +39 -0
  506. package/doc_md/models/enumerations/ServiceExtensionType.md +37 -0
  507. package/doc_md/models/enumerations/SignalEncoding.md +27 -0
  508. package/doc_md/models/enumerations/SignalType.md +53 -0
  509. package/doc_md/models/enumerations/SignalValueTriggerOperator.md +75 -0
  510. package/doc_md/models/enumerations/StatusLevel.md +39 -0
  511. package/doc_md/models/enumerations/TriggerOperator.md +33 -0
  512. package/doc_md/models/interfaces/AboutInformation.md +33 -0
  513. package/doc_md/models/interfaces/ActivateLicenseRequest.md +33 -0
  514. package/doc_md/models/interfaces/AddAllConnectedCanChannelsRequest.md +9 -0
  515. package/doc_md/models/interfaces/AddAllConnectedLinChannelsRequest.md +9 -0
  516. package/doc_md/models/interfaces/AddOrUpdateDataProcessorRequest.md +35 -0
  517. package/doc_md/models/interfaces/AddOrUpdateSourceRequest.md +19 -0
  518. package/doc_md/models/interfaces/AddOrUpdateTargetRequest.md +19 -0
  519. package/doc_md/models/interfaces/ApiPreferences.md +41 -0
  520. package/doc_md/models/interfaces/AppEventArgs.md +25 -0
  521. package/doc_md/models/interfaces/BaseNodeProperties.md +9 -0
  522. package/doc_md/models/interfaces/BusStatus.md +9 -0
  523. package/doc_md/models/interfaces/CanBusParamLimits.md +9 -0
  524. package/doc_md/models/interfaces/CanBusParams.md +30 -0
  525. package/doc_md/models/interfaces/CanBusSpeedInfo.md +57 -0
  526. package/doc_md/models/interfaces/CanChannelCapacity.md +17 -0
  527. package/doc_md/models/interfaces/CanChannelConfiguration.md +65 -0
  528. package/doc_md/models/interfaces/CanFDBusSpeedCombination.md +9 -0
  529. package/doc_md/models/interfaces/CanFDBusSpeedInfo.md +41 -0
  530. package/doc_md/models/interfaces/CanFrameFlags.md +10 -0
  531. package/doc_md/models/interfaces/CanMessageFilterSettings.md +9 -0
  532. package/doc_md/models/interfaces/Channel.md +9 -0
  533. package/doc_md/models/interfaces/ChannelSettings.md +81 -0
  534. package/doc_md/models/interfaces/ClearLinMessageRequest.md +25 -0
  535. package/doc_md/models/interfaces/ConnectNodesRequest.md +9 -0
  536. package/doc_md/models/interfaces/DataProcessingStatus.md +9 -0
  537. package/doc_md/models/interfaces/DataProcessorNodeProperties.md +9 -0
  538. package/doc_md/models/interfaces/DatabaseFiles.md +25 -0
  539. package/doc_md/models/interfaces/DatabasesSettings.md +9 -0
  540. package/doc_md/models/interfaces/Device.md +9 -0
  541. package/doc_md/models/interfaces/DeviceEventArgs.md +9 -0
  542. package/doc_md/models/interfaces/DisconnectNodesRequest.md +9 -0
  543. package/doc_md/models/interfaces/Empty.md +17 -0
  544. package/doc_md/models/interfaces/ErrorStatus.md +17 -0
  545. package/doc_md/models/interfaces/FixedPosFrameIdentifier.md +57 -0
  546. package/doc_md/models/interfaces/Frame.md +125 -0
  547. package/doc_md/models/interfaces/FrameDefinition.md +57 -0
  548. package/doc_md/models/interfaces/FramePropertyValue.md +9 -0
  549. package/doc_md/models/interfaces/FrameReceivedTrigger.md +25 -0
  550. package/doc_md/models/interfaces/GetCanChannelBusSpeedsRequest.md +9 -0
  551. package/doc_md/models/interfaces/GetCanChannelBusSpeedsResponse.md +25 -0
  552. package/doc_md/models/interfaces/GetCanFdBusSpeedsRequest.md +9 -0
  553. package/doc_md/models/interfaces/GetCanFdBusSpeedsResponse.md +17 -0
  554. package/doc_md/models/interfaces/GetChannelsFromLogFileRequest.md +17 -0
  555. package/doc_md/models/interfaces/GetChannelsFromLogFileResponse.md +17 -0
  556. package/doc_md/models/interfaces/GetClassicCanBusSpeedsRequest.md +9 -0
  557. package/doc_md/models/interfaces/GetClassicCanBusSpeedsResponse.md +17 -0
  558. package/doc_md/models/interfaces/GetDataFramesBeforeTimestampRequest.md +25 -0
  559. package/doc_md/models/interfaces/GetDataProcessorResponse.md +9 -0
  560. package/doc_md/models/interfaces/GetDevicesRequest.md +9 -0
  561. package/doc_md/models/interfaces/GetDevicesResponse.md +9 -0
  562. package/doc_md/models/interfaces/GetFrameDefinitionsFromDatabaseFilesRequest.md +17 -0
  563. package/doc_md/models/interfaces/GetLicensesResponse.md +17 -0
  564. package/doc_md/models/interfaces/GetLogFileFormatsRequest.md +33 -0
  565. package/doc_md/models/interfaces/GetLogFileFormatsResponse.md +41 -0
  566. package/doc_md/models/interfaces/GetLogLevelResponse.md +17 -0
  567. package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesRequest.md +17 -0
  568. package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesResponse.md +17 -0
  569. package/doc_md/models/interfaces/GetServiceExtensionInfoRequest.md +27 -0
  570. package/doc_md/models/interfaces/GetServiceExtensionInfoResponse.md +65 -0
  571. package/doc_md/models/interfaces/GetSignalDataFromMessageDataRequest.md +25 -0
  572. package/doc_md/models/interfaces/GetSignalDataFromMessageDataResponse.md +17 -0
  573. package/doc_md/models/interfaces/GetSourceResponse.md +9 -0
  574. package/doc_md/models/interfaces/GetTargetResponse.md +9 -0
  575. package/doc_md/models/interfaces/ILogFileFormat.md +9 -0
  576. package/doc_md/models/interfaces/IProject.md +9 -0
  577. package/doc_md/models/interfaces/IUserSettings.md +9 -0
  578. package/doc_md/models/interfaces/IWorkspaceComponentPaneData.md +9 -0
  579. package/doc_md/models/interfaces/IWorkspaceContainerPaneData.md +9 -0
  580. package/doc_md/models/interfaces/IWorkspaceData.md +9 -0
  581. package/doc_md/models/interfaces/IWorkspacePaneData.md +9 -0
  582. package/doc_md/models/interfaces/IdentifierRequest.md +10 -0
  583. package/doc_md/models/interfaces/IdentifiersRequest.md +10 -0
  584. package/doc_md/models/interfaces/InstallServiceExtensionRequest.md +33 -0
  585. package/doc_md/models/interfaces/InterpreterSettings.md +17 -0
  586. package/doc_md/models/interfaces/J1939InterpreterSettings.md +9 -0
  587. package/doc_md/models/interfaces/LicenseInformation.md +73 -0
  588. package/doc_md/models/interfaces/Licenses.md +17 -0
  589. package/doc_md/models/interfaces/LinChannelConfiguration.md +57 -0
  590. package/doc_md/models/interfaces/LinFrameFlags.md +10 -0
  591. package/doc_md/models/interfaces/LogMessage.md +49 -0
  592. package/doc_md/models/interfaces/LogMessages.md +17 -0
  593. package/doc_md/models/interfaces/LogReplaySettings.md +109 -0
  594. package/doc_md/models/interfaces/LogReplayStatus.md +9 -0
  595. package/doc_md/models/interfaces/LoggerStatus.md +9 -0
  596. package/doc_md/models/interfaces/MeasurementEventArgs.md +9 -0
  597. package/doc_md/models/interfaces/MeasurementSetup.md +9 -0
  598. package/doc_md/models/interfaces/MessageLoggerSettings.md +177 -0
  599. package/doc_md/models/interfaces/NodeStatus.md +73 -0
  600. package/doc_md/models/interfaces/NodeStatuses.md +9 -0
  601. package/doc_md/models/interfaces/OnlineStatus.md +9 -0
  602. package/doc_md/models/interfaces/PeriodicTransmissionSettings.md +145 -0
  603. package/doc_md/models/interfaces/RequestLinMessageRequest.md +25 -0
  604. package/doc_md/models/interfaces/ScheduleTable.md +33 -0
  605. package/doc_md/models/interfaces/ScheduleTableEntry.md +25 -0
  606. package/doc_md/models/interfaces/SendLinWakeupFrameRequest.md +33 -0
  607. package/doc_md/models/interfaces/SendMessageRequest.md +9 -0
  608. package/doc_md/models/interfaces/ServiceExtensionSettings.md +9 -0
  609. package/doc_md/models/interfaces/SetLogLevelRequest.md +25 -0
  610. package/doc_md/models/interfaces/SetMeasurementSetupRequest.md +9 -0
  611. package/doc_md/models/interfaces/SetSignalDataToMessageDataRequest.md +33 -0
  612. package/doc_md/models/interfaces/SetSignalDataToMessageDataResponse.md +26 -0
  613. package/doc_md/models/interfaces/SignalDefinition.md +9 -0
  614. package/doc_md/models/interfaces/SignalFilterSettings.md +17 -0
  615. package/doc_md/models/interfaces/SignalLoggerSettings.md +225 -0
  616. package/doc_md/models/interfaces/SignalValue.md +9 -0
  617. package/doc_md/models/interfaces/SignalValueTrigger.md +65 -0
  618. package/doc_md/models/interfaces/SourceNodeProperties.md +9 -0
  619. package/doc_md/models/interfaces/StartPeriodicTransmissionRequest.md +17 -0
  620. package/doc_md/models/interfaces/StartPeriodicTransmissionResponse.md +9 -0
  621. package/doc_md/models/interfaces/SubscribeForDataRequest.md +17 -0
  622. package/doc_md/models/interfaces/TargetNodeProperties.md +9 -0
  623. package/doc_md/models/interfaces/TriggerSettings.md +33 -0
  624. package/doc_md/models/interfaces/UninstallServiceExtensionRequest.md +25 -0
  625. package/doc_md/models/interfaces/UpdateLinMessageRequest.md +26 -0
  626. package/doc_md/models/interfaces/UpdatePeriodicTransmissionRequest.md +25 -0
  627. package/doc_md/models/interfaces/WriteFrame.md +41 -0
  628. package/doc_md/models/variables/defaultUserSettings.md +11 -0
  629. package/doc_md/modules.md +13 -0
  630. package/package.json +5 -4
  631. package/dist/controls/SelectSignalControl.d.ts +0 -11
  632. package/doc/classes/controls.LocalizedStrings.html +0 -4
  633. package/doc/classes/models.DataBuffer.html +0 -32
  634. package/doc/classes/models.DataBufferView.html +0 -20
  635. package/doc/classes/models.Point.html +0 -14
  636. package/doc/enums/models.DecimalChar.html +0 -5
  637. package/doc/enums/models.Separator.html +0 -5
  638. package/doc/enums/models.TimeReference.html +0 -5
  639. package/doc/functions/controls.FillBox.html +0 -33
  640. package/doc/functions/controls.OneLineButton.html +0 -32
  641. package/doc/functions/controls.SelectSignalControl.html +0 -1
  642. package/doc/functions/controls.SizedBox.html +0 -33
  643. package/doc/functions/controls.TabsPanel.html +0 -32
  644. package/doc/functions/icons.AddIcon.html +0 -4
  645. package/doc/functions/icons.ArrowDownIcon.html +0 -4
  646. package/doc/functions/icons.ArrowLeftIcon.html +0 -4
  647. package/doc/functions/icons.ArrowRightIcon.html +0 -4
  648. package/doc/functions/icons.ArrowUpIcon.html +0 -4
  649. package/doc/functions/icons.BusIsOffIcon.html +0 -4
  650. package/doc/functions/icons.BusIsOnIcon.html +0 -4
  651. package/doc/functions/icons.CloseIcon.html +0 -4
  652. package/doc/functions/icons.ColumnSettingsIcon.html +0 -4
  653. package/doc/functions/icons.CopyIcon.html +0 -4
  654. package/doc/functions/icons.DarkModeIcon.html +0 -4
  655. package/doc/functions/icons.DeleteIcon.html +0 -4
  656. package/doc/functions/icons.DisableIcon.html +0 -4
  657. package/doc/functions/icons.EditIcon.html +0 -4
  658. package/doc/functions/icons.EnableIcon.html +0 -4
  659. package/doc/functions/icons.FilterIcon.html +0 -4
  660. package/doc/functions/icons.FixedPositionIcon.html +0 -4
  661. package/doc/functions/icons.LeaveFullScreenIcon.html +0 -4
  662. package/doc/functions/icons.LightModeIcon.html +0 -4
  663. package/doc/functions/icons.LineArrowDownIcon.html +0 -4
  664. package/doc/functions/icons.LineArrowUpIcon.html +0 -4
  665. package/doc/functions/icons.MaximizeWindowIcon.html +0 -4
  666. package/doc/functions/icons.MeasurementSetupIcon.html +0 -4
  667. package/doc/functions/icons.MoreHorizIcon.html +0 -4
  668. package/doc/functions/icons.MoreVertIcon.html +0 -4
  669. package/doc/functions/icons.NewIcon.html +0 -4
  670. package/doc/functions/icons.OpenExternallyIcon.html +0 -4
  671. package/doc/functions/icons.OpenIcon.html +0 -4
  672. package/doc/functions/icons.PauseIcon.html +0 -4
  673. package/doc/functions/icons.PlayIcon.html +0 -4
  674. package/doc/functions/icons.PlaySolidIcon.html +0 -4
  675. package/doc/functions/icons.SaveIcon.html +0 -4
  676. package/doc/functions/icons.SelectAllIcon.html +0 -4
  677. package/doc/functions/icons.ServiceIconActive.html +0 -4
  678. package/doc/functions/icons.ServiceIconInactive.html +0 -4
  679. package/doc/functions/icons.SettingsIcon.html +0 -4
  680. package/doc/functions/icons.StopIcon.html +0 -4
  681. package/doc/functions/icons.StopSolidIcon.html +0 -4
  682. package/doc/functions/icons.ToolsPanelHiddenIcon.html +0 -4
  683. package/doc/functions/icons.ToolsPanelVisibleIcon.html +0 -4
  684. package/doc/functions/icons.UnmaximizeWindowIcon.html +0 -4
  685. package/doc/functions/icons.WorkspacesIcon.html +0 -4
  686. package/doc/functions/models.accessModeFromJSON.html +0 -1
  687. package/doc/functions/models.accessModeToJSON.html +0 -1
  688. package/doc/functions/models.appEventFromJSON.html +0 -1
  689. package/doc/functions/models.appEventToJSON.html +0 -1
  690. package/doc/functions/models.canChannelCapFromJSON.html +0 -1
  691. package/doc/functions/models.canChannelCapToJSON.html +0 -1
  692. package/doc/functions/models.canFrameFlagFromJSON.html +0 -1
  693. package/doc/functions/models.canFrameFlagToJSON.html +0 -1
  694. package/doc/functions/models.canMessageFilterTypeFromJSON.html +0 -1
  695. package/doc/functions/models.canMessageFilterTypeToJSON.html +0 -1
  696. package/doc/functions/models.canModeFromJSON.html +0 -1
  697. package/doc/functions/models.canModeToJSON.html +0 -1
  698. package/doc/functions/models.createElectronApiFake.html +0 -4
  699. package/doc/functions/models.decimalCharFromJSON.html +0 -1
  700. package/doc/functions/models.decimalCharToJSON.html +0 -1
  701. package/doc/functions/models.decimalToFixed.html +0 -1
  702. package/doc/functions/models.decimalToHex.html +0 -1
  703. package/doc/functions/models.deviceEventFromJSON.html +0 -1
  704. package/doc/functions/models.deviceEventToJSON.html +0 -1
  705. package/doc/functions/models.fileConflictActionFromJSON.html +0 -1
  706. package/doc/functions/models.fileConflictActionToJSON.html +0 -1
  707. package/doc/functions/models.fileTypeFromJSON.html +0 -1
  708. package/doc/functions/models.fileTypeToJSON.html +0 -1
  709. package/doc/functions/models.linFrameFlagFromJSON.html +0 -1
  710. package/doc/functions/models.linFrameFlagToJSON.html +0 -1
  711. package/doc/functions/models.logFileFormatFromJSON.html +0 -1
  712. package/doc/functions/models.logFileFormatToJSON.html +0 -1
  713. package/doc/functions/models.logLevelFromJSON.html +0 -1
  714. package/doc/functions/models.logLevelToJSON.html +0 -1
  715. package/doc/functions/models.logReplayStateFromJSON.html +0 -1
  716. package/doc/functions/models.logReplayStateToJSON.html +0 -1
  717. package/doc/functions/models.loggerStateFromJSON.html +0 -1
  718. package/doc/functions/models.loggerStateToJSON.html +0 -1
  719. package/doc/functions/models.longToNumber.html +0 -1
  720. package/doc/functions/models.measurementEventFromJSON.html +0 -1
  721. package/doc/functions/models.measurementEventToJSON.html +0 -1
  722. package/doc/functions/models.protocolsFromJSON.html +0 -1
  723. package/doc/functions/models.protocolsToJSON.html +0 -1
  724. package/doc/functions/models.separatorFromJSON.html +0 -1
  725. package/doc/functions/models.separatorToJSON.html +0 -1
  726. package/doc/functions/models.signalEncodingFromJSON.html +0 -1
  727. package/doc/functions/models.signalEncodingToJSON.html +0 -1
  728. package/doc/functions/models.signalTypeFromJSON.html +0 -1
  729. package/doc/functions/models.signalTypeToJSON.html +0 -1
  730. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +0 -1
  731. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +0 -1
  732. package/doc/functions/models.statusLevelFromJSON.html +0 -1
  733. package/doc/functions/models.statusLevelToJSON.html +0 -1
  734. package/doc/functions/models.timeReferenceFromJSON.html +0 -1
  735. package/doc/functions/models.timeReferenceToJSON.html +0 -1
  736. package/doc/functions/models.triggerOperatorFromJSON.html +0 -1
  737. package/doc/functions/models.triggerOperatorToJSON.html +0 -1
  738. package/doc/interfaces/controls.ColumnItem.html +0 -3
  739. package/doc/interfaces/controls.ColumnItemControlProps.html +0 -4
  740. package/doc/interfaces/models.Devices.html +0 -2
  741. package/doc/interfaces/models.FrameDefinitions.html +0 -2
  742. package/doc/interfaces/models.Frame_PropertiesEntry.html +0 -3
  743. package/doc/interfaces/models.Frames.html +0 -2
  744. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +0 -3
  745. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +0 -3
  746. package/doc/interfaces/models.SignalDefinitions.html +0 -2
  747. package/doc/types/models.IReadOnlyDataBuffer.html +0 -1
  748. package/doc/types/models.themes.html +0 -1
  749. package/doc/variables/models.AboutInformation-1.html +0 -1
  750. package/doc/variables/models.ActivateLicenseRequest-1.html +0 -1
  751. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +0 -1
  752. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +0 -1
  753. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +0 -1
  754. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +0 -1
  755. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +0 -1
  756. package/doc/variables/models.ApiPreferences-1.html +0 -1
  757. package/doc/variables/models.AppEventArgs-1.html +0 -1
  758. package/doc/variables/models.BaseNodeProperties-1.html +0 -1
  759. package/doc/variables/models.BusStatus-1.html +0 -1
  760. package/doc/variables/models.CanBusParamLimits-1.html +0 -1
  761. package/doc/variables/models.CanBusParams-1.html +0 -1
  762. package/doc/variables/models.CanBusSpeedInfo-1.html +0 -1
  763. package/doc/variables/models.CanChannelCapacity-1.html +0 -1
  764. package/doc/variables/models.CanChannelConfiguration-1.html +0 -1
  765. package/doc/variables/models.CanFDBusSpeedCombination-1.html +0 -1
  766. package/doc/variables/models.CanFDBusSpeedInfo-1.html +0 -1
  767. package/doc/variables/models.CanFrameFlags-1.html +0 -1
  768. package/doc/variables/models.CanMessageFilterSettings-1.html +0 -1
  769. package/doc/variables/models.Channel-1.html +0 -1
  770. package/doc/variables/models.ChannelSettings-1.html +0 -1
  771. package/doc/variables/models.ClearLinMessageRequest-1.html +0 -1
  772. package/doc/variables/models.ConnectNodesRequest-1.html +0 -1
  773. package/doc/variables/models.DataProcessingStatus-1.html +0 -1
  774. package/doc/variables/models.DataProcessorNodeProperties-1.html +0 -1
  775. package/doc/variables/models.DatabaseFiles-1.html +0 -1
  776. package/doc/variables/models.DatabasesSettings-1.html +0 -1
  777. package/doc/variables/models.Device-1.html +0 -1
  778. package/doc/variables/models.DeviceEventArgs-1.html +0 -1
  779. package/doc/variables/models.Devices-1.html +0 -1
  780. package/doc/variables/models.DisconnectNodesRequest-1.html +0 -1
  781. package/doc/variables/models.Empty-1.html +0 -1
  782. package/doc/variables/models.ErrorStatus-1.html +0 -1
  783. package/doc/variables/models.Frame-1.html +0 -1
  784. package/doc/variables/models.FrameDefinition-1.html +0 -1
  785. package/doc/variables/models.FrameDefinitions-1.html +0 -1
  786. package/doc/variables/models.FramePropertyValue-1.html +0 -1
  787. package/doc/variables/models.FrameReceivedTrigger-1.html +0 -1
  788. package/doc/variables/models.Frame_PropertiesEntry-1.html +0 -1
  789. package/doc/variables/models.Frames-1.html +0 -1
  790. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +0 -1
  791. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +0 -1
  792. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +0 -1
  793. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +0 -1
  794. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +0 -1
  795. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +0 -1
  796. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +0 -1
  797. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +0 -1
  798. package/doc/variables/models.GetDataProcessorResponse-1.html +0 -1
  799. package/doc/variables/models.GetDevicesRequest-1.html +0 -1
  800. package/doc/variables/models.GetDevicesResponse-1.html +0 -1
  801. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +0 -1
  802. package/doc/variables/models.GetLicensesResponse-1.html +0 -1
  803. package/doc/variables/models.GetLogFileFormatsRequest-1.html +0 -1
  804. package/doc/variables/models.GetLogFileFormatsResponse-1.html +0 -1
  805. package/doc/variables/models.GetLogLevelResponse-1.html +0 -1
  806. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +0 -1
  807. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +0 -1
  808. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +0 -1
  809. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +0 -1
  810. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +0 -1
  811. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +0 -1
  812. package/doc/variables/models.GetSourceResponse-1.html +0 -1
  813. package/doc/variables/models.GetTargetResponse-1.html +0 -1
  814. package/doc/variables/models.IdentifierRequest-1.html +0 -1
  815. package/doc/variables/models.IdentifiersRequest-1.html +0 -1
  816. package/doc/variables/models.InstallServiceExtensionRequest-1.html +0 -1
  817. package/doc/variables/models.InterpreterSettings-1.html +0 -1
  818. package/doc/variables/models.J1939InterpreterSettings-1.html +0 -1
  819. package/doc/variables/models.LicenseInformation-1.html +0 -1
  820. package/doc/variables/models.Licenses-1.html +0 -1
  821. package/doc/variables/models.LinChannelConfiguration-1.html +0 -1
  822. package/doc/variables/models.LinFrameFlags-1.html +0 -1
  823. package/doc/variables/models.LogMessage-1.html +0 -1
  824. package/doc/variables/models.LogMessages-1.html +0 -1
  825. package/doc/variables/models.LogReplaySettings-1.html +0 -1
  826. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +0 -1
  827. package/doc/variables/models.LogReplayStatus-1.html +0 -1
  828. package/doc/variables/models.LoggerStatus-1.html +0 -1
  829. package/doc/variables/models.MeasurementEventArgs-1.html +0 -1
  830. package/doc/variables/models.MeasurementSetup-1.html +0 -1
  831. package/doc/variables/models.MessageLoggerSettings-1.html +0 -1
  832. package/doc/variables/models.NodeStatus-1.html +0 -1
  833. package/doc/variables/models.NodeStatuses-1.html +0 -1
  834. package/doc/variables/models.OnlineStatus-1.html +0 -1
  835. package/doc/variables/models.PeriodicTransmissionSettings-1.html +0 -1
  836. package/doc/variables/models.RequestLinMessageRequest-1.html +0 -1
  837. package/doc/variables/models.ScheduleTable-1.html +0 -1
  838. package/doc/variables/models.ScheduleTableEntry-1.html +0 -1
  839. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +0 -1
  840. package/doc/variables/models.SendMessageRequest-1.html +0 -1
  841. package/doc/variables/models.ServiceExtensionSettings-1.html +0 -1
  842. package/doc/variables/models.SetLogLevelRequest-1.html +0 -1
  843. package/doc/variables/models.SetMeasurementSetupRequest-1.html +0 -1
  844. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +0 -1
  845. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +0 -1
  846. package/doc/variables/models.SignalDefinition-1.html +0 -1
  847. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +0 -1
  848. package/doc/variables/models.SignalDefinitions-1.html +0 -1
  849. package/doc/variables/models.SignalFilterSettings-1.html +0 -1
  850. package/doc/variables/models.SignalLoggerSettings-1.html +0 -1
  851. package/doc/variables/models.SignalValue-1.html +0 -1
  852. package/doc/variables/models.SignalValueTrigger-1.html +0 -1
  853. package/doc/variables/models.SourceNodeProperties-1.html +0 -1
  854. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +0 -1
  855. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +0 -1
  856. package/doc/variables/models.TargetNodeProperties-1.html +0 -1
  857. package/doc/variables/models.TriggerSettings-1.html +0 -1
  858. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +0 -1
  859. package/doc/variables/models.UpdateLinMessageRequest-1.html +0 -1
  860. package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +0 -1
  861. package/doc/variables/models.WriteFrame-1.html +0 -1
@@ -1,5 +1,5 @@
1
1
  import { ILocalizedStrings } from '../controls/LocalizedStrings';
2
- import { Device, Frame, NodeStatus, LogMessage, MeasurementSetup, OnlineStatus, StatusLevel, ILogFileFormat, IUserSettings, IWorkspacePaneData } from '../models';
2
+ import { Device, Frame, NodeStatus, LogMessage, MeasurementSetup, OnlineStatus, StatusLevel, ILogFileFormat, IUserSettings, IWorkspacePaneData, FixedPosFrameIdentifier } from '../models';
3
3
  /**
4
4
  * A hook for user settings.
5
5
  * @returns The user settings.
@@ -78,8 +78,44 @@ export declare const useLogMessages: () => LogMessage[];
78
78
  * @param numberOfHistoryFrames - Optional number of history frames to read from data buffer when this hook initializes.
79
79
  * @param predicate - An optional predicate to filter out which data to return.
80
80
  * @returns The new measurement data.
81
+ * @deprecated Use `useScrollModeMeasurementData`, `useFixedPositionModeMeasurementData`, `useMessageData` or `useSignalData` instead.
81
82
  */
82
83
  export declare const useNewMeasurementData: (numberOfHistoryFrames?: number, predicate?: (frame: Frame) => boolean) => Frame[];
84
+ /**
85
+ * A hook for scroll mode measurement data. Will return the latest measurement data. Will include at most 500 frames.
86
+ * @param start - Optional start time to read from the scroll data buffer. Any frame with a timestamp less than this will be excluded.
87
+ * @returns The measurement data.
88
+ */
89
+ export declare const useScrollModeMeasurementData: (start?: number) => Frame[];
90
+ /**
91
+ * A hook for fixed position mode measurement data. Will return the latest measurement data for each unique frame id and type.
92
+ * @param start - Optional start time to read from the fixed position data buffer. Any frame with a timestamp less than this will be excluded.
93
+ * @returns The measurement data.
94
+ */
95
+ export declare const useFixedPositionModeMeasurementData: (start?: number) => Frame[];
96
+ /**
97
+ * A hook for extracting message data from the measurement context. Will return the latest measurement data for the specified identifier.
98
+ * @param identifiers - The fixed position frame identifier to get data for. To avoid unnecessary re-renders, make sure to memoize this object.
99
+ * @returns The measurement data for the specified identifier.
100
+ */
101
+ export declare const useMessageData: (identifiers: FixedPosFrameIdentifier[]) => Frame[];
102
+ /**
103
+ * Interface for signal data.
104
+ */
105
+ export interface ISignalData {
106
+ qualifiedName: string;
107
+ name: string;
108
+ unit: string;
109
+ time: number;
110
+ doubleValue: number;
111
+ stringValue?: string;
112
+ }
113
+ /**
114
+ * A hook for extracting signal data from the measurement context. Will return the latest measurement data for the specified signal names.
115
+ * @param qualifiedSignalNames - The qualified names of the signals to extract data for. To avoid unnecessary re-renders, make sure to memoize this object.
116
+ * @returns The extracted signal data.
117
+ */
118
+ export declare const useSignalData: (qualifiedSignalNames: string[]) => ISignalData[];
83
119
  /**
84
120
  * A hook for data that should be saved to the current project.
85
121
  * @param id - The unique id of the view.
package/dist/hooks.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react");require("uuid");const e=require("./index.js");require("long");require("./ElectronAPIFake.js");require("./status_params.js");exports.useDevices=e.useDevices;exports.useIsOnline=e.useIsOnline;exports.useLanguage=e.useLanguage;exports.useLocalizedStrings=e.useLocalizedStrings;exports.useLogMessages=e.useLogMessages;exports.useMaxDataBytes=e.useMaxDataBytes;exports.useMeasurementSetup=e.useMeasurementSetup;exports.useMeasurementStatus=e.useMeasurementStatus;exports.useMessageLogFileFormats=e.useMessageLogFileFormats;exports.useNewMeasurementData=e.useNewMeasurementData;exports.useNodeStatus=e.useNodeStatus;exports.useNumericRadix=e.useNumericRadix;exports.useOnlineStatus=e.useOnlineStatus;exports.useOverallStatusLevel=e.useOverallStatusLevel;exports.useProjectData=e.useProjectData;exports.useRecentProjectFiles=e.useRecentProjectFiles;exports.useRunningPeriodicTransmissions=e.useRunningPeriodicTransmissions;exports.useSessionData=e.useSessionData;exports.useSignalLogFileFormats=e.useSignalLogFileFormats;exports.useUserSettings=e.useUserSettings;exports.useWorkspacePaneWithId=e.useWorkspacePaneWithId;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react");require("uuid");const e=require("./index.js");require("long");require("./ElectronAPIFake.js");require("./measurement_settings.js");require("./status_params.js");require("./ipc.js");exports.useDevices=e.useDevices;exports.useFixedPositionModeMeasurementData=e.useFixedPositionModeMeasurementData;exports.useIsOnline=e.useIsOnline;exports.useLanguage=e.useLanguage;exports.useLocalizedStrings=e.useLocalizedStrings;exports.useLogMessages=e.useLogMessages;exports.useMaxDataBytes=e.useMaxDataBytes;exports.useMeasurementSetup=e.useMeasurementSetup;exports.useMeasurementStatus=e.useMeasurementStatus;exports.useMessageData=e.useMessageData;exports.useMessageLogFileFormats=e.useMessageLogFileFormats;exports.useNewMeasurementData=e.useNewMeasurementData;exports.useNodeStatus=e.useNodeStatus;exports.useNumericRadix=e.useNumericRadix;exports.useOnlineStatus=e.useOnlineStatus;exports.useOverallStatusLevel=e.useOverallStatusLevel;exports.useProjectData=e.useProjectData;exports.useRecentProjectFiles=e.useRecentProjectFiles;exports.useRunningPeriodicTransmissions=e.useRunningPeriodicTransmissions;exports.useScrollModeMeasurementData=e.useScrollModeMeasurementData;exports.useSessionData=e.useSessionData;exports.useSignalData=e.useSignalData;exports.useSignalLogFileFormats=e.useSignalLogFileFormats;exports.useUserSettings=e.useUserSettings;exports.useWorkspacePaneWithId=e.useWorkspacePaneWithId;
package/dist/hooks.mjs CHANGED
@@ -1,29 +1,35 @@
1
1
  import "react";
2
2
  import "uuid";
3
- import { k as r, o as n, a as m, u as g, q as l, i as c, d as p, e as S, x as d, s as L, l as M, c as D, n as F, m as v, t as x, j as P, p as j, v as N, y as O, h as R, w as h } from "./index.mjs";
3
+ import { n as m, z as l, t as g, a as p, u as M, w as S, l as c, d, e as D, A as F, H as L, x, o as P, c as v, q as I, p as N, E as O, m as R, v as j, y as k, F as w, B as y, I as z, k as B, G as W } from "./index.mjs";
4
4
  import "long";
5
5
  import "./ElectronAPIFake.mjs";
6
+ import "./measurement_settings.mjs";
6
7
  import "./status_params.mjs";
8
+ import "./ipc.mjs";
7
9
  export {
8
- r as useDevices,
9
- n as useIsOnline,
10
- m as useLanguage,
11
- g as useLocalizedStrings,
12
- l as useLogMessages,
10
+ m as useDevices,
11
+ l as useFixedPositionModeMeasurementData,
12
+ g as useIsOnline,
13
+ p as useLanguage,
14
+ M as useLocalizedStrings,
15
+ S as useLogMessages,
13
16
  c as useMaxDataBytes,
14
- p as useMeasurementSetup,
15
- S as useMeasurementStatus,
16
- d as useMessageLogFileFormats,
17
- L as useNewMeasurementData,
18
- M as useNodeStatus,
19
- D as useNumericRadix,
20
- F as useOnlineStatus,
21
- v as useOverallStatusLevel,
22
- x as useProjectData,
23
- P as useRecentProjectFiles,
17
+ d as useMeasurementSetup,
18
+ D as useMeasurementStatus,
19
+ F as useMessageData,
20
+ L as useMessageLogFileFormats,
21
+ x as useNewMeasurementData,
22
+ P as useNodeStatus,
23
+ v as useNumericRadix,
24
+ I as useOnlineStatus,
25
+ N as useOverallStatusLevel,
26
+ O as useProjectData,
27
+ R as useRecentProjectFiles,
24
28
  j as useRunningPeriodicTransmissions,
25
- N as useSessionData,
26
- O as useSignalLogFileFormats,
27
- R as useUserSettings,
28
- h as useWorkspacePaneWithId
29
+ k as useScrollModeMeasurementData,
30
+ w as useSessionData,
31
+ y as useSignalData,
32
+ z as useSignalLogFileFormats,
33
+ B as useUserSettings,
34
+ W as useWorkspacePaneWithId
29
35
  };
@@ -124,4 +124,7 @@ export declare const OpenExternallyIcon: import("@mui/material/OverridableCompon
124
124
  export declare const ColumnSettingsIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
125
125
  muiName: string;
126
126
  };
127
+ export declare const SearchIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
128
+ muiName: string;
129
+ };
127
130
  export { CloseIcon as ClearIcon };
package/dist/icons.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("@mui/material"),t=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"New-File--Streamline-Core",children:[e.jsx("desc",{children:"New File Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"New-File--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12.5 12.5c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-9c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.60536 13.0196 1.5 12.7652 1.5 12.5v-11c0 -0.26522 0.10536 -0.51957 0.29289 -0.707107C1.98043 0.605357 2.23478 0.5 2.5 0.5H9L12.5 4v8.5Z"}),e.jsx("path",{id:"Vector 2529",d:"M8.5 0.5v4h4"})]})]}),"New"),n=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"File-Folder--Streamline-Core",children:[e.jsx("desc",{children:"File Folder Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"File-Folder--Streamline-Core",children:[e.jsx("path",{id:"Vector 3869",d:"M2.75 3V1.5c0 -0.552285 0.44772 -1 1 -1h6.5c0.5523 0 1 0.447715 1 1V5"}),e.jsx("path",{id:"Vector 3870",d:"m1.44463 12.5587 -0.38235 -6.49998C1.02849 5.48434 1.48518 5 2.06055 5h2.15867c0.45887 0 0.85885 0.3123 0.97015 0.75746L5.5 7h6.4201c0.5825 0 1.0418 0.4959 0.9971 1.0767l-0.3462 4.5c-0.0401 0.521 -0.4745 0.9233 -0.997 0.9233H2.44291c-0.52948 0 -0.96719 -0.4127 -0.99828 -0.9413Z"})]})]}),"Open"),i=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Floppy-Disk--Streamline-Core",children:[e.jsx("desc",{children:"Floppy Disk Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Floppy-Disk--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M13 12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S12.2652 13 12 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V5.41c0.0011 -0.26234 0.10526 -0.51374 0.29 -0.7l3.42 -3.42c0.18626 -0.18474 0.43766 -0.2889 0.7 -0.29H12c0.2652 0 0.5196 0.10536 0.7071 0.29289C12.8946 1.48043 13 1.73478 13 2v10Z"}),e.jsx("path",{id:"Vector_2",d:"M10.5 13V9c0 -0.13261 -0.0527 -0.25979 -0.1464 -0.35355C10.2598 8.55268 10.1326 8.5 10 8.5H4c-0.13261 0 -0.25979 0.05268 -0.35355 0.14645C3.55268 8.74021 3.5 8.86739 3.5 9v4"}),e.jsx("path",{id:"Vector_3",d:"M10.5 1v3c0 0.13261 -0.0527 0.25979 -0.1464 0.35355 -0.0938 0.09377 -0.221 0.14645 -0.3536 0.14645H6c-0.13261 0 -0.25979 -0.05268 -0.35355 -0.14645C5.55268 4.25979 5.5 4.13261 5.5 4V1"})]})]}),"Save"),s=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Check--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Check Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-check--success-approve-device-display-desktop-computer",children:[e.jsx("path",{id:"Vector",d:"M9.47227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V3.88353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Vector_5",d:"m13.5 0.5 -4 5 -2 -1.5"})]})]}),"ServiceActive"),c=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Refresh--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Refresh Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-refresh--desktop-refresh-arrow-sync-device-display-computer",children:[e.jsx("path",{id:"Vector",d:"M5.97227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V6.63353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Ellipse 972",d:"M12.95 2.5c-0.2316 -1.14112 -1.2405 -2 -2.45 -2C9.11929 0.5 8 1.61929 8 3s1.11929 2.5 2.5 2.5c0.6169 0 1.1816 -0.22342 1.6176 -0.59376"}),e.jsx("path",{id:"Ellipse 973",d:"m13.5 1 -0.55 1.5 -1.45 -0.25"})]})]}),"ServiceInactive"),l=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Cog-1--Streamline-Core",children:[e.jsx("desc",{children:"Cog 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Cog-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m5.66 1.14 -0.43 1.11 -1.48 0.84 -1.18 -0.18c-0.19649 -0.02667 -0.39646 0.00567 -0.57452 0.09292 -0.17806 0.08725 -0.32616 0.22546 -0.42548 0.39708l-0.4 0.7c-0.1025 0.17435 -0.14973 0.37568 -0.13544 0.57742 0.01428 0.20174 0.0894 0.39441 0.21544 0.55258l0.75 0.93v1.68l-0.73 0.93c-0.12604 0.15817 -0.20116 0.35084 -0.21544 0.55258 -0.01429 0.20174 0.03294 0.40307 0.13544 0.57742l0.4 0.7c0.09932 0.1716 0.24742 0.3098 0.42548 0.3971 0.17806 0.0872 0.37803 0.1196 0.57452 0.0929l1.18 -0.18 1.46 0.84 0.43 1.11c0.07251 0.1879 0.2001 0.3496 0.36605 0.4638 0.16594 0.1142 0.36251 0.1756 0.56395 0.1762h0.84c0.20144 -0.0006 0.398 -0.062 0.56395 -0.1762 0.16594 -0.1142 0.29353 -0.2759 0.36605 -0.4638l0.43 -1.11 1.46 -0.84 1.18 0.18c0.1965 0.0267 0.3965 -0.0057 0.5745 -0.0929 0.1781 -0.0873 0.3262 -0.2255 0.4255 -0.3971l0.4 -0.7c0.1025 -0.17435 0.1497 -0.37568 0.1354 -0.57742 -0.0142 -0.20174 -0.0894 -0.39441 -0.2154 -0.55258L12 7.84V6.16l0.73 -0.93c0.126 -0.15817 0.2012 -0.35084 0.2154 -0.55258 0.0143 -0.20174 -0.0329 -0.40307 -0.1354 -0.57742l-0.4 -0.7c-0.0993 -0.17162 -0.2474 -0.30983 -0.4255 -0.39708 -0.178 -0.08725 -0.378 -0.11959 -0.5745 -0.09292l-1.18 0.18 -1.46 -0.84 -0.43 -1.11C8.26748 0.952064 8.13989 0.790411 7.97395 0.676212 7.808 0.562014 7.61144 0.500595 7.41 0.5h-0.82c-0.20144 0.000595 -0.39801 0.062014 -0.56395 0.176212C5.8601 0.790411 5.73251 0.952064 5.66 1.14Z"}),e.jsx("path",{id:"Vector_2",d:"M5.33706 8.11114C5.1173 7.78224 5 7.39556 5 7c0 -0.53043 0.21071 -1.03914 0.58579 -1.41421C5.96086 5.21071 6.46957 5 7 5c0.39556 0 0.78224 0.1173 1.11114 0.33706 0.3289 0.21976 0.58524 0.53212 0.73662 0.89757 0.15137 0.36546 0.19098 0.76759 0.11381 1.15555 -0.07717 0.38796 -0.26765 0.74433 -0.54736 1.02403 -0.2797 0.27971 -0.63607 0.47019 -1.02403 0.54736 -0.38796 0.07717 -0.79009 0.03756 -1.15555 -0.11381 -0.36545 -0.15138 -0.67781 -0.40772 -0.89757 -0.73662Z"})]})]}),"Settings"),d=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Dark Dislay Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"}),e.jsx("path",{id:"Subtract",d:"M9.45992 4.5222c-1.35816 0 -2.45916 1.101 -2.45916 2.45915 0 1.35816 1.101 2.45916 2.45916 2.45916 0.25029 0 0.44144 0.3009 0.25794 0.47112 -0.71301 0.66147 -1.66783 1.06587 -2.7171 1.06587 -2.207 0 -3.99612 -1.78915 -3.99612 -3.99615 0 -2.20699 1.78912 -3.99612 3.99612 -3.99612 1.04927 0 2.00409 0.4044 2.7171 1.06584 0.1835 0.17023 -0.00765 0.47113 -0.25794 0.47113Z"})]})]}),"DarkMode"),a=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Light Display Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector 3652",d:"M7 2.5V3"}),e.jsx("path",{id:"Vector 3653",d:"M7 11.5V11"}),e.jsx("path",{id:"Vector 3654",d:"M11.5 7H11"}),e.jsx("path",{id:"Vector 3655",d:"M2.5 7H3"}),e.jsx("path",{id:"Vector 3656",d:"m10.182 3.81799 -0.35355 0.35356"}),e.jsx("path",{id:"Vector 3657",d:"m3.81802 10.1819 0.35355 -0.35353"}),e.jsx("path",{id:"Vector 3658",d:"m10.182 10.1819 -0.35357 -0.35353"}),e.jsx("path",{id:"Vector 3659",d:"m3.81799 3.81799 0.35356 0.35356"}),e.jsx("path",{id:"Ellipse 1793",d:"M4.75 7a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0 -4.5 0"}),e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"})]})]}),"LightMode"),h=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"})]})]}),"ToolsPanelHidden"),x=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"}),e.jsx("path",{id:"Rect fill",fill:"currentColor",strokeWidth:.0136314,d:"m 1.8297908,12.460154 c -0.1477654,-0.0578 -0.2561865,-0.175773 -0.301378,-0.327938 -0.019038,-0.0641 -0.021597,-0.224259 -0.021597,-1.35156 V 9.5018157 H 7.0005 12.494184 v 1.2788403 c 0,1.127301 -0.0026,1.287457 -0.0216,1.35156 -0.04104,0.138183 -0.13285,0.246419 -0.263401,0.310529 l -0.07625,0.03745 -5.1188072,0.0028 c -4.9816386,0.0027 -5.120561,0.0021 -5.1843409,-0.02284 z"})]})]}),"ToolsPanelVisible"),p=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,6 H 18 V 20 H 4 Z M 6,4 H 20 V 18"})}),"UnmaximizeWindow"),m=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,4 H 20 V 20 H 4 Z"})}),"MaximizeWindow"),r=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Delete-1--Streamline-Core",children:[e.jsx("desc",{children:"Delete 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Delete-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m12.5 1.5 -11 11"}),e.jsx("path",{id:"Vector_2",d:"m1.5 1.5 11 11"})]})]}),"Close"),j=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Line-Arrow-Shrink-Diagonal-Large-1--Streamline-Core",children:[e.jsx("desc",{children:"Line Arrow Shrink Diagonal Large 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"line-arrow-shrink-diagonal-large-1--expand-retract-shrink-bigger-big-small-smaller-large-head",children:[e.jsx("path",{id:"Vector 4522",d:"M1 8h5v5"}),e.jsx("path",{id:"Vector 4523",d:"m6 8 -5 5"}),e.jsx("path",{id:"Vector 4524",d:"M8 1v5h5"}),e.jsx("path",{id:"Vector 4525",d:"m8 6 5 -5"})]})]}),"LeaveFullScreen"),w=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Add-1--Streamline-Core",children:[e.jsx("desc",{children:"Add 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Add-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 1v12"}),e.jsx("path",{id:"Vector_2",d:"M1 6.95996h12"})]})]}),"Add"),g=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Pencil--Streamline-Core",children:[e.jsx("desc",{children:"Pencil Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Pencil--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"m1.5 8.5 -1 5 5 -1 7.707 -7.70711c0.3906 -0.39052 0.3906 -1.02369 0 -1.41421L10.6212 0.792893C10.2307 0.402369 9.59756 0.402369 9.20703 0.792894L1.5 8.5Z"})})]}),"Edit"),v=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("desc",{children:"Recycle Bin 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1 3.5h12"}),e.jsx("path",{id:"Vector_2",d:"M2.5 3.5h9v9c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-7c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C2.60536 13.0196 2.5 12.7652 2.5 12.5v-9Z"}),e.jsx("path",{id:"Vector_3",d:"M4.5 3.5V3c0 -0.66304 0.26339 -1.29893 0.73223 -1.76777C5.70107 0.763392 6.33696 0.5 7 0.5c0.66304 0 1.29893 0.263392 1.76777 0.73223C9.23661 1.70107 9.5 2.33696 9.5 3v0.5"}),e.jsx("path",{id:"Vector_4",d:"M5.5 6.50146V10.503"}),e.jsx("path",{id:"Vector_5",d:"M8.5 6.50146V10.503"})]})]}),"Delete"),u=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 4 6.14645 6.1464c0.19526 0.1953 0.51184 0.1953 0.7071 0L13.5 4"})})]}),"LineArrowDown"),S=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"tailless-line-arrow-up-1--arrow-up-keyboard",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 10 6.14645 -6.14645c0.19526 -0.19526 0.51184 -0.19526 0.7071 0L13.5 10"})})]}),"LineArrowUp"),k=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Left 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M10.5 13.5V0.5L3.43597 6.62216c-0.23004 0.19937 -0.23004 0.55631 0 0.75568L10.5 13.5Z"})})]}),"ArrowLeft"),I=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Right 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M3.5 13.5V0.5l7.064 6.12216c0.2301 0.19937 0.2301 0.55631 0 0.75568L3.5 13.5Z"})})]}),"ArrowRight"),C=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 10.5 -13 0 6.12216 -7.06403c0.19937 -0.23004 0.55631 -0.23004 0.75568 0L13.5 10.5Z"})})]}),"ArrowUp"),V=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 3.5 -13 0 6.12216 7.064c0.19937 0.2301 0.55631 0.2301 0.75568 0L13.5 3.5Z"})})]}),"ArrowDown"),L=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Vertical-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Vertical Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Vertical-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 3.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 0.5 7 0.5 5.5 1.17157 5.5 2 6.17157 3.5 7 3.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M7 13.5c0.82843 0 1.5 -0.6716 1.5 -1.5s-0.67157 -1.5 -1.5 -1.5 -1.5 0.6716 -1.5 1.5 0.67157 1.5 1.5 1.5Z"})]})]}),"MoreVert"),M=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Horizontal Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 8.5c0.8284 0 1.5 -0.67157 1.5 -1.5s-0.6716 -1.5 -1.5 -1.5 -1.5 0.67157 -1.5 1.5 0.6716 1.5 1.5 1.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M2 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S2.82843 5.5 2 5.5 0.5 6.17157 0.5 7 1.17157 8.5 2 8.5Z"})]})]}),"MoreHoriz"),B=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M1.85645 11.9273c0.00331 0.1926 0.05936 0.3806 0.16204 0.5436 0.10268 0.1629 0.24806 0.2947 0.42035 0.3808 0.17205 0.0972 0.3663 0.1483 0.56391 0.1483s0.39186 -0.0511 0.56391 -0.1483l7.99644 -4.94575c0.174 -0.08382 0.3208 -0.21504 0.4235 -0.37857 0.1027 -0.16354 0.1572 -0.35274 0.1572 -0.54587 0 -0.19313 -0.0545 -0.38233 -0.1572 -0.54586 -0.1027 -0.16354 -0.2495 -0.29476 -0.4235 -0.37858L3.56666 1.1483C3.39461 1.05108 3.20036 1 3.00275 1s-0.39186 0.05108 -0.56391 0.1483c-0.17229 0.08614 -0.31767 0.21787 -0.42035 0.38085s-0.15873 0.35099 -0.16204 0.54359v9.85456Z"})})]}),"Play"),f=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M3.00283 0.5c-0.27961 0 -0.55454 0.071214 -0.7989 0.206831 -0.24906 0.127096 -0.45929 0.319089 -0.60841 0.555799 -0.1514 0.24031 -0.23403 0.51751 -0.23893 0.80149l-0.00007 0v9.86318h-0.00007l0.00014 0.0086c0.0049 0.284 0.08753 0.5612 0.23893 0.8015 0.14912 0.2367 0.35935 0.4287 0.60841 0.5558 0.24436 0.1356 0.51929 0.2068 0.7989 0.2068 0.2838 0 0.56278 -0.0734 0.80987 -0.213 0.00575 -0.0032 0.01143 -0.0066 0.01704 -0.0101L11.806 8.34363c0.2475 -0.12503 0.4564 -0.3152 0.604 -0.55027 0.1528 -0.24322 0.2339 -0.52462 0.2339 -0.81185s-0.0811 -0.56863 -0.2339 -0.81185c-0.1478 -0.23533 -0.357 -0.42566 -0.6048 -0.55069L3.82831 0.722179C3.82317 0.719019 3.81796 0.715952 3.8127 0.71298 3.56561 0.573367 3.28663 0.5 3.00283 0.5Z"})})]}),"PlaySolid"),y=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M12.0769 1H1.92308C1.41328 1 1 1.41328 1 1.92308V12.0769c0 0.5098 0.41328 0.9231 0.92308 0.9231H12.0769c0.5098 0 0.9231 -0.4133 0.9231 -0.9231V1.92308C13 1.41328 12.5867 1 12.0769 1Z"})})]}),"Stop"),W=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M1.92308 0.5C1.13713 0.5 0.5 1.13713 0.5 1.92308V12.0769c0 0.786 0.63713 1.4231 1.42308 1.4231H12.0769c0.786 0 1.4231 -0.6371 1.4231 -1.4231V1.92308C13.5 1.13713 12.8629 0.5 12.0769 0.5H1.92308Z"})})]}),"StopSolid"),A=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Pause-2--Streamline-Core",children:[e.jsx("desc",{children:"Button Pause 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Button-Pause-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M4.5 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h2.5c0.55228 0 1 -0.4477 1 -1V2c0 -0.55228 -0.44772 -1 -1 -1Z"}),e.jsx("path",{id:"Vector_2",d:"M12 1H9.5c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1H12c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"})]})]}),"Pause"),D=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Filter-2--Streamline-Core",children:[e.jsx("desc",{children:"Filter 2 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Filter-2--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M13.5 0.5H0.5l5 7v6l3 -2v-4l5 -7Z"})})]}),"Filter"),Z=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Bullet-List--Streamline-Core",children:[e.jsx("desc",{children:"Bullet List Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Bullet-List--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1.5 2c0.27614 0 0.5 -0.22386 0.5 -0.5S1.77614 1 1.5 1s-0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_2",d:"M5 1.5h8"}),e.jsx("path",{id:"Vector_3",d:"M1.5 7.5c0.27614 0 0.5 -0.22386 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_4",d:"M5 7h8"}),e.jsx("path",{id:"Vector_5",d:"M1.5 13c0.27614 0 0.5 -0.2239 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.2239 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_6",d:"M5 12.5h8"})]})]}),"FixedPosition"),q=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Hierarchy-1--Streamline-Core",children:[e.jsx("desc",{children:"Hierarchy 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Hierarchy-1--Streamline-Core",children:[e.jsx("path",{id:"Vector 4332",d:"M13 1.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.22386 0.5 -0.5V2c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4333",d:"M13 8.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.2761 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.2239 0.5 -0.5V9c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4334",d:"M4 5H1c-0.276142 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.223858 0.5 0.5 0.5h3c0.27614 0 0.5 -0.22386 0.5 -0.5v-3c0 -0.27614 -0.22386 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector",d:"m4.5 6.22222 5 -2.44445"}),e.jsx("path",{id:"Vector_2",d:"m4.5 7.77777 5 2.44443"})]})]}),"MeasurementSetup"),H=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Window-26--Streamline-Core",children:[e.jsx("desc",{children:"Layout Window 26 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Window-26--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h10c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"}),e.jsx("path",{id:"Vector 884",d:"M7.00001 13 7 7"}),e.jsx("path",{id:"Vector_2",d:"M1 7h12"})]})]}),"Workspaces"),T=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",id:"Check-Circle--Streamline-Core",height:"14",width:"14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("desc",{children:"Check Circle Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"check-circle--checkmark-addition-circle-success-check-validation-add-form-tick",children:[e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"}),e.jsx("path",{id:"Vector_2",d:"m9.91699 4.75 -4 5 -2 -1.5"})]})]}),"Disable"),P=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",id:"Delete-Circle--Streamline-Core",height:"14",width:"14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("desc",{children:"Delete Circle Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"delete-circle--button-delete-remove-add-circle-buttons-cross-x-mathematics-multiply-math",children:[e.jsx("path",{id:"Vector",d:"m9.5 4.5 -5 5"}),e.jsx("path",{id:"Vector_2",d:"m4.5 4.5 5 5"}),e.jsx("path",{id:"Vector_3",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"})]})]}),"Disable"),_=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"M 2.1,11.9 3.6,10.4"}),e.jsx("path",{id:"Vector 3654",d:"M 11.899998,2.1000007 10.399994,3.6000004"}),e.jsx("path",{id:"Vector 3655",d:"m 8.59981,9.4 -1,1 c -1.10457,1.1046 -2.89543,1.1046 -4,0 -1.10457,-1.1046 -1.10457,-2.89543 0,-4 l 1,-1 z"}),e.jsx("path",{id:"Vector 3656",d:"M 9.3999914,8.5999993 10.399994,7.5999995 c 1.104603,-1.1045697 1.104603,-2.8954294 0,-3.9999991 -1.1046029,-1.1045698 -2.8954384,-1.1045698 -4.0000117,0 l -1.000003,0.9999998 z"}),e.jsx("path",{id:"Vector 3657",d:"M 5.6,6.4 7.1,4.9"}),e.jsx("path",{id:"Vector 3658",d:"M 7.6,8.4 9.1,6.9"})]})]}),"BusIsOn"),F=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"m1 13 1.5 -1.5"}),e.jsx("path",{id:"Vector 3654",d:"m13 1 -1.5 1.5"}),e.jsx("path",{id:"Vector 3655",d:"m7.49981 10.5 -1 1c-1.10457 1.1046 -2.89543 1.1046 -4 0 -1.10457 -1.1046 -1.10457 -2.89543 0 -4l1 -1 4 4Z"}),e.jsx("path",{id:"Vector 3656",d:"m10.5 7.5 1 -1c1.1046 -1.10457 1.1046 -2.89543 0 -4 -1.1046 -1.10457 -2.89543 -1.10457 -4 0l-1 1 4 4Z"}),e.jsx("path",{id:"Vector 3657",d:"M4.5 7.5 6 6"}),e.jsx("path",{id:"Vector 3658",d:"M6.5 9.5 8 8"})]})]}),"BusIsOff"),R=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Copy-Document--Streamline-Core",children:[e.jsx("desc",{children:"Copy Document Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"copy-document",children:[e.jsx("path",{id:"Vector 3887",d:"M10 3H5c-0.55228 0 -1 0.44772 -1 1v8.5c0 0.5523 0.44772 1 1 1h6.5c0.5523 0 1 -0.4477 1 -1v-7L10 3Z"}),e.jsx("path",{id:"Vector 3889",d:"M7.5 0.5h-5c-0.55228 0 -1 0.447716 -1 1V10"}),e.jsx("path",{id:"Vector 3888",d:"M9.5 3v3h3"})]})]}),"Copy"),b=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Select-All--Streamline-Core",children:[e.jsx("desc",{children:"Select All Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"select-all",children:[e.jsx("path",{id:"Vector 2558",d:"M5.5 1h3"}),e.jsx("path",{id:"Vector 2559",d:"M5.5 13h3"}),e.jsx("path",{id:"Vector 2554",d:"M1 5.5v3"}),e.jsx("path",{id:"Vector 2555",d:"M1 11v1c0 0.5523 0.44772 1 1 1h1"}),e.jsx("path",{id:"Vector 2556",d:"M11 13h1c0.5523 0 1 -0.4477 1 -1v-1"}),e.jsx("path",{id:"Vector 2557",d:"M13 3V2c0 -0.55228 -0.4477 -1 -1 -1h-1"}),e.jsx("path",{id:"Vector 2553",d:"M1 3V2c0 -0.55228 0.44772 -1 1 -1h1"}),e.jsx("path",{id:"Rectangle 433",d:"M3.5 4.49988c0 -0.55229 0.44772 -1 1 -1h5c0.5523 0 1 0.44771 1 1v5c0 0.55232 -0.4477 1.00002 -1 1.00002h-5c-0.55228 0 -1 -0.4477 -1 -1.00002v-5Z"}),e.jsx("path",{id:"Vector 2560",d:"M13 5.5v3"})]})]}),"SelectAll"),U=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Link-Share-2--Streamline-Core",children:[e.jsx("desc",{children:"Link Share 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"link-share-2--create-hyperlink-link-make-unlink-square",children:[e.jsx("path",{id:"Vector",d:"M11 7.5V12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S10.2652 13 10 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V4c0 -0.26522 0.10536 -0.51957 0.29289 -0.70711C1.48043 3.10536 1.73478 3 2 3h4.5"}),e.jsx("path",{id:"Vector_2",d:"M9.5 1H13v3.5"}),e.jsx("path",{id:"Vector_3",d:"M13 1 7.5 6.5"})]})]}),"OpenExternally"),z=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsxs("g",{id:"layout-window-12--columns-layout-layouts-three",children:[e.jsx("path",{id:"Vector",d:"m1 2.00012 0 9.99998c0 0.5523 0.44772 1 1 1l10 0c0.5523 0 1 -0.4477 1 -1l0 -9.99998c0 -0.55228 -0.4477 -1 -1 -1l-10 0c-0.55228 0 -1 0.44772 -1 1Z"}),e.jsx("path",{id:"Vector 885",d:"M9 0.999998 9 13"}),e.jsx("path",{id:"Vector 886",d:"m5 1 0 12"})]})}),"ColumnSettings");exports.AddIcon=w;exports.ArrowDownIcon=V;exports.ArrowLeftIcon=k;exports.ArrowRightIcon=I;exports.ArrowUpIcon=C;exports.BusIsOffIcon=F;exports.BusIsOnIcon=_;exports.ClearIcon=r;exports.CloseIcon=r;exports.ColumnSettingsIcon=z;exports.CopyIcon=R;exports.DarkModeIcon=d;exports.DeleteIcon=v;exports.DisableIcon=P;exports.EditIcon=g;exports.EnableIcon=T;exports.FilterIcon=D;exports.FixedPositionIcon=Z;exports.LeaveFullScreenIcon=j;exports.LightModeIcon=a;exports.LineArrowDownIcon=u;exports.LineArrowUpIcon=S;exports.MaximizeWindowIcon=m;exports.MeasurementSetupIcon=q;exports.MoreHorizIcon=M;exports.MoreVertIcon=L;exports.NewIcon=t;exports.OpenExternallyIcon=U;exports.OpenIcon=n;exports.PauseIcon=A;exports.PlayIcon=B;exports.PlaySolidIcon=f;exports.SaveIcon=i;exports.SelectAllIcon=b;exports.ServiceIconActive=s;exports.ServiceIconInactive=c;exports.SettingsIcon=l;exports.StopIcon=y;exports.StopSolidIcon=W;exports.ToolsPanelHiddenIcon=h;exports.ToolsPanelVisibleIcon=x;exports.UnmaximizeWindowIcon=p;exports.WorkspacesIcon=H;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("@mui/material"),t=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"New-File--Streamline-Core",children:[e.jsx("desc",{children:"New File Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"New-File--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12.5 12.5c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-9c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.60536 13.0196 1.5 12.7652 1.5 12.5v-11c0 -0.26522 0.10536 -0.51957 0.29289 -0.707107C1.98043 0.605357 2.23478 0.5 2.5 0.5H9L12.5 4v8.5Z"}),e.jsx("path",{id:"Vector 2529",d:"M8.5 0.5v4h4"})]})]}),"New"),n=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"File-Folder--Streamline-Core",children:[e.jsx("desc",{children:"File Folder Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"File-Folder--Streamline-Core",children:[e.jsx("path",{id:"Vector 3869",d:"M2.75 3V1.5c0 -0.552285 0.44772 -1 1 -1h6.5c0.5523 0 1 0.447715 1 1V5"}),e.jsx("path",{id:"Vector 3870",d:"m1.44463 12.5587 -0.38235 -6.49998C1.02849 5.48434 1.48518 5 2.06055 5h2.15867c0.45887 0 0.85885 0.3123 0.97015 0.75746L5.5 7h6.4201c0.5825 0 1.0418 0.4959 0.9971 1.0767l-0.3462 4.5c-0.0401 0.521 -0.4745 0.9233 -0.997 0.9233H2.44291c-0.52948 0 -0.96719 -0.4127 -0.99828 -0.9413Z"})]})]}),"Open"),i=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Floppy-Disk--Streamline-Core",children:[e.jsx("desc",{children:"Floppy Disk Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Floppy-Disk--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M13 12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S12.2652 13 12 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V5.41c0.0011 -0.26234 0.10526 -0.51374 0.29 -0.7l3.42 -3.42c0.18626 -0.18474 0.43766 -0.2889 0.7 -0.29H12c0.2652 0 0.5196 0.10536 0.7071 0.29289C12.8946 1.48043 13 1.73478 13 2v10Z"}),e.jsx("path",{id:"Vector_2",d:"M10.5 13V9c0 -0.13261 -0.0527 -0.25979 -0.1464 -0.35355C10.2598 8.55268 10.1326 8.5 10 8.5H4c-0.13261 0 -0.25979 0.05268 -0.35355 0.14645C3.55268 8.74021 3.5 8.86739 3.5 9v4"}),e.jsx("path",{id:"Vector_3",d:"M10.5 1v3c0 0.13261 -0.0527 0.25979 -0.1464 0.35355 -0.0938 0.09377 -0.221 0.14645 -0.3536 0.14645H6c-0.13261 0 -0.25979 -0.05268 -0.35355 -0.14645C5.55268 4.25979 5.5 4.13261 5.5 4V1"})]})]}),"Save"),s=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Check--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Check Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-check--success-approve-device-display-desktop-computer",children:[e.jsx("path",{id:"Vector",d:"M9.47227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V3.88353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Vector_5",d:"m13.5 0.5 -4 5 -2 -1.5"})]})]}),"ServiceActive"),c=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Refresh--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Refresh Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-refresh--desktop-refresh-arrow-sync-device-display-computer",children:[e.jsx("path",{id:"Vector",d:"M5.97227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V6.63353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Ellipse 972",d:"M12.95 2.5c-0.2316 -1.14112 -1.2405 -2 -2.45 -2C9.11929 0.5 8 1.61929 8 3s1.11929 2.5 2.5 2.5c0.6169 0 1.1816 -0.22342 1.6176 -0.59376"}),e.jsx("path",{id:"Ellipse 973",d:"m13.5 1 -0.55 1.5 -1.45 -0.25"})]})]}),"ServiceInactive"),l=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Cog-1--Streamline-Core",children:[e.jsx("desc",{children:"Cog 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Cog-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m5.66 1.14 -0.43 1.11 -1.48 0.84 -1.18 -0.18c-0.19649 -0.02667 -0.39646 0.00567 -0.57452 0.09292 -0.17806 0.08725 -0.32616 0.22546 -0.42548 0.39708l-0.4 0.7c-0.1025 0.17435 -0.14973 0.37568 -0.13544 0.57742 0.01428 0.20174 0.0894 0.39441 0.21544 0.55258l0.75 0.93v1.68l-0.73 0.93c-0.12604 0.15817 -0.20116 0.35084 -0.21544 0.55258 -0.01429 0.20174 0.03294 0.40307 0.13544 0.57742l0.4 0.7c0.09932 0.1716 0.24742 0.3098 0.42548 0.3971 0.17806 0.0872 0.37803 0.1196 0.57452 0.0929l1.18 -0.18 1.46 0.84 0.43 1.11c0.07251 0.1879 0.2001 0.3496 0.36605 0.4638 0.16594 0.1142 0.36251 0.1756 0.56395 0.1762h0.84c0.20144 -0.0006 0.398 -0.062 0.56395 -0.1762 0.16594 -0.1142 0.29353 -0.2759 0.36605 -0.4638l0.43 -1.11 1.46 -0.84 1.18 0.18c0.1965 0.0267 0.3965 -0.0057 0.5745 -0.0929 0.1781 -0.0873 0.3262 -0.2255 0.4255 -0.3971l0.4 -0.7c0.1025 -0.17435 0.1497 -0.37568 0.1354 -0.57742 -0.0142 -0.20174 -0.0894 -0.39441 -0.2154 -0.55258L12 7.84V6.16l0.73 -0.93c0.126 -0.15817 0.2012 -0.35084 0.2154 -0.55258 0.0143 -0.20174 -0.0329 -0.40307 -0.1354 -0.57742l-0.4 -0.7c-0.0993 -0.17162 -0.2474 -0.30983 -0.4255 -0.39708 -0.178 -0.08725 -0.378 -0.11959 -0.5745 -0.09292l-1.18 0.18 -1.46 -0.84 -0.43 -1.11C8.26748 0.952064 8.13989 0.790411 7.97395 0.676212 7.808 0.562014 7.61144 0.500595 7.41 0.5h-0.82c-0.20144 0.000595 -0.39801 0.062014 -0.56395 0.176212C5.8601 0.790411 5.73251 0.952064 5.66 1.14Z"}),e.jsx("path",{id:"Vector_2",d:"M5.33706 8.11114C5.1173 7.78224 5 7.39556 5 7c0 -0.53043 0.21071 -1.03914 0.58579 -1.41421C5.96086 5.21071 6.46957 5 7 5c0.39556 0 0.78224 0.1173 1.11114 0.33706 0.3289 0.21976 0.58524 0.53212 0.73662 0.89757 0.15137 0.36546 0.19098 0.76759 0.11381 1.15555 -0.07717 0.38796 -0.26765 0.74433 -0.54736 1.02403 -0.2797 0.27971 -0.63607 0.47019 -1.02403 0.54736 -0.38796 0.07717 -0.79009 0.03756 -1.15555 -0.11381 -0.36545 -0.15138 -0.67781 -0.40772 -0.89757 -0.73662Z"})]})]}),"Settings"),d=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Dark Dislay Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"}),e.jsx("path",{id:"Subtract",d:"M9.45992 4.5222c-1.35816 0 -2.45916 1.101 -2.45916 2.45915 0 1.35816 1.101 2.45916 2.45916 2.45916 0.25029 0 0.44144 0.3009 0.25794 0.47112 -0.71301 0.66147 -1.66783 1.06587 -2.7171 1.06587 -2.207 0 -3.99612 -1.78915 -3.99612 -3.99615 0 -2.20699 1.78912 -3.99612 3.99612 -3.99612 1.04927 0 2.00409 0.4044 2.7171 1.06584 0.1835 0.17023 -0.00765 0.47113 -0.25794 0.47113Z"})]})]}),"DarkMode"),a=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Light Display Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector 3652",d:"M7 2.5V3"}),e.jsx("path",{id:"Vector 3653",d:"M7 11.5V11"}),e.jsx("path",{id:"Vector 3654",d:"M11.5 7H11"}),e.jsx("path",{id:"Vector 3655",d:"M2.5 7H3"}),e.jsx("path",{id:"Vector 3656",d:"m10.182 3.81799 -0.35355 0.35356"}),e.jsx("path",{id:"Vector 3657",d:"m3.81802 10.1819 0.35355 -0.35353"}),e.jsx("path",{id:"Vector 3658",d:"m10.182 10.1819 -0.35357 -0.35353"}),e.jsx("path",{id:"Vector 3659",d:"m3.81799 3.81799 0.35356 0.35356"}),e.jsx("path",{id:"Ellipse 1793",d:"M4.75 7a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0 -4.5 0"}),e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"})]})]}),"LightMode"),h=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"})]})]}),"ToolsPanelHidden"),x=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"}),e.jsx("path",{id:"Rect fill",fill:"currentColor",strokeWidth:.0136314,d:"m 1.8297908,12.460154 c -0.1477654,-0.0578 -0.2561865,-0.175773 -0.301378,-0.327938 -0.019038,-0.0641 -0.021597,-0.224259 -0.021597,-1.35156 V 9.5018157 H 7.0005 12.494184 v 1.2788403 c 0,1.127301 -0.0026,1.287457 -0.0216,1.35156 -0.04104,0.138183 -0.13285,0.246419 -0.263401,0.310529 l -0.07625,0.03745 -5.1188072,0.0028 c -4.9816386,0.0027 -5.120561,0.0021 -5.1843409,-0.02284 z"})]})]}),"ToolsPanelVisible"),p=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,6 H 18 V 20 H 4 Z M 6,4 H 20 V 18"})}),"UnmaximizeWindow"),m=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,4 H 20 V 20 H 4 Z"})}),"MaximizeWindow"),r=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Delete-1--Streamline-Core",children:[e.jsx("desc",{children:"Delete 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Delete-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m12.5 1.5 -11 11"}),e.jsx("path",{id:"Vector_2",d:"m1.5 1.5 11 11"})]})]}),"Close"),j=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Line-Arrow-Shrink-Diagonal-Large-1--Streamline-Core",children:[e.jsx("desc",{children:"Line Arrow Shrink Diagonal Large 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"line-arrow-shrink-diagonal-large-1--expand-retract-shrink-bigger-big-small-smaller-large-head",children:[e.jsx("path",{id:"Vector 4522",d:"M1 8h5v5"}),e.jsx("path",{id:"Vector 4523",d:"m6 8 -5 5"}),e.jsx("path",{id:"Vector 4524",d:"M8 1v5h5"}),e.jsx("path",{id:"Vector 4525",d:"m8 6 5 -5"})]})]}),"LeaveFullScreen"),w=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Add-1--Streamline-Core",children:[e.jsx("desc",{children:"Add 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Add-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 1v12"}),e.jsx("path",{id:"Vector_2",d:"M1 6.95996h12"})]})]}),"Add"),g=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Pencil--Streamline-Core",children:[e.jsx("desc",{children:"Pencil Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Pencil--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"m1.5 8.5 -1 5 5 -1 7.707 -7.70711c0.3906 -0.39052 0.3906 -1.02369 0 -1.41421L10.6212 0.792893C10.2307 0.402369 9.59756 0.402369 9.20703 0.792894L1.5 8.5Z"})})]}),"Edit"),v=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("desc",{children:"Recycle Bin 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1 3.5h12"}),e.jsx("path",{id:"Vector_2",d:"M2.5 3.5h9v9c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-7c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C2.60536 13.0196 2.5 12.7652 2.5 12.5v-9Z"}),e.jsx("path",{id:"Vector_3",d:"M4.5 3.5V3c0 -0.66304 0.26339 -1.29893 0.73223 -1.76777C5.70107 0.763392 6.33696 0.5 7 0.5c0.66304 0 1.29893 0.263392 1.76777 0.73223C9.23661 1.70107 9.5 2.33696 9.5 3v0.5"}),e.jsx("path",{id:"Vector_4",d:"M5.5 6.50146V10.503"}),e.jsx("path",{id:"Vector_5",d:"M8.5 6.50146V10.503"})]})]}),"Delete"),u=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 4 6.14645 6.1464c0.19526 0.1953 0.51184 0.1953 0.7071 0L13.5 4"})})]}),"LineArrowDown"),S=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"tailless-line-arrow-up-1--arrow-up-keyboard",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 10 6.14645 -6.14645c0.19526 -0.19526 0.51184 -0.19526 0.7071 0L13.5 10"})})]}),"LineArrowUp"),k=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Left 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M10.5 13.5V0.5L3.43597 6.62216c-0.23004 0.19937 -0.23004 0.55631 0 0.75568L10.5 13.5Z"})})]}),"ArrowLeft"),I=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Right 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M3.5 13.5V0.5l7.064 6.12216c0.2301 0.19937 0.2301 0.55631 0 0.75568L3.5 13.5Z"})})]}),"ArrowRight"),C=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 10.5 -13 0 6.12216 -7.06403c0.19937 -0.23004 0.55631 -0.23004 0.75568 0L13.5 10.5Z"})})]}),"ArrowUp"),V=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 3.5 -13 0 6.12216 7.064c0.19937 0.2301 0.55631 0.2301 0.75568 0L13.5 3.5Z"})})]}),"ArrowDown"),L=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Vertical-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Vertical Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Vertical-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 3.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 0.5 7 0.5 5.5 1.17157 5.5 2 6.17157 3.5 7 3.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M7 13.5c0.82843 0 1.5 -0.6716 1.5 -1.5s-0.67157 -1.5 -1.5 -1.5 -1.5 0.6716 -1.5 1.5 0.67157 1.5 1.5 1.5Z"})]})]}),"MoreVert"),M=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Horizontal Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 8.5c0.8284 0 1.5 -0.67157 1.5 -1.5s-0.6716 -1.5 -1.5 -1.5 -1.5 0.67157 -1.5 1.5 0.6716 1.5 1.5 1.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M2 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S2.82843 5.5 2 5.5 0.5 6.17157 0.5 7 1.17157 8.5 2 8.5Z"})]})]}),"MoreHoriz"),B=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M1.85645 11.9273c0.00331 0.1926 0.05936 0.3806 0.16204 0.5436 0.10268 0.1629 0.24806 0.2947 0.42035 0.3808 0.17205 0.0972 0.3663 0.1483 0.56391 0.1483s0.39186 -0.0511 0.56391 -0.1483l7.99644 -4.94575c0.174 -0.08382 0.3208 -0.21504 0.4235 -0.37857 0.1027 -0.16354 0.1572 -0.35274 0.1572 -0.54587 0 -0.19313 -0.0545 -0.38233 -0.1572 -0.54586 -0.1027 -0.16354 -0.2495 -0.29476 -0.4235 -0.37858L3.56666 1.1483C3.39461 1.05108 3.20036 1 3.00275 1s-0.39186 0.05108 -0.56391 0.1483c-0.17229 0.08614 -0.31767 0.21787 -0.42035 0.38085s-0.15873 0.35099 -0.16204 0.54359v9.85456Z"})})]}),"Play"),f=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M3.00283 0.5c-0.27961 0 -0.55454 0.071214 -0.7989 0.206831 -0.24906 0.127096 -0.45929 0.319089 -0.60841 0.555799 -0.1514 0.24031 -0.23403 0.51751 -0.23893 0.80149l-0.00007 0v9.86318h-0.00007l0.00014 0.0086c0.0049 0.284 0.08753 0.5612 0.23893 0.8015 0.14912 0.2367 0.35935 0.4287 0.60841 0.5558 0.24436 0.1356 0.51929 0.2068 0.7989 0.2068 0.2838 0 0.56278 -0.0734 0.80987 -0.213 0.00575 -0.0032 0.01143 -0.0066 0.01704 -0.0101L11.806 8.34363c0.2475 -0.12503 0.4564 -0.3152 0.604 -0.55027 0.1528 -0.24322 0.2339 -0.52462 0.2339 -0.81185s-0.0811 -0.56863 -0.2339 -0.81185c-0.1478 -0.23533 -0.357 -0.42566 -0.6048 -0.55069L3.82831 0.722179C3.82317 0.719019 3.81796 0.715952 3.8127 0.71298 3.56561 0.573367 3.28663 0.5 3.00283 0.5Z"})})]}),"PlaySolid"),y=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M12.0769 1H1.92308C1.41328 1 1 1.41328 1 1.92308V12.0769c0 0.5098 0.41328 0.9231 0.92308 0.9231H12.0769c0.5098 0 0.9231 -0.4133 0.9231 -0.9231V1.92308C13 1.41328 12.5867 1 12.0769 1Z"})})]}),"Stop"),W=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M1.92308 0.5C1.13713 0.5 0.5 1.13713 0.5 1.92308V12.0769c0 0.786 0.63713 1.4231 1.42308 1.4231H12.0769c0.786 0 1.4231 -0.6371 1.4231 -1.4231V1.92308C13.5 1.13713 12.8629 0.5 12.0769 0.5H1.92308Z"})})]}),"StopSolid"),A=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Pause-2--Streamline-Core",children:[e.jsx("desc",{children:"Button Pause 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Button-Pause-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M4.5 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h2.5c0.55228 0 1 -0.4477 1 -1V2c0 -0.55228 -0.44772 -1 -1 -1Z"}),e.jsx("path",{id:"Vector_2",d:"M12 1H9.5c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1H12c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"})]})]}),"Pause"),D=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Filter-2--Streamline-Core",children:[e.jsx("desc",{children:"Filter 2 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Filter-2--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M13.5 0.5H0.5l5 7v6l3 -2v-4l5 -7Z"})})]}),"Filter"),Z=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Bullet-List--Streamline-Core",children:[e.jsx("desc",{children:"Bullet List Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Bullet-List--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1.5 2c0.27614 0 0.5 -0.22386 0.5 -0.5S1.77614 1 1.5 1s-0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_2",d:"M5 1.5h8"}),e.jsx("path",{id:"Vector_3",d:"M1.5 7.5c0.27614 0 0.5 -0.22386 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_4",d:"M5 7h8"}),e.jsx("path",{id:"Vector_5",d:"M1.5 13c0.27614 0 0.5 -0.2239 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.2239 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_6",d:"M5 12.5h8"})]})]}),"FixedPosition"),q=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Hierarchy-1--Streamline-Core",children:[e.jsx("desc",{children:"Hierarchy 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Hierarchy-1--Streamline-Core",children:[e.jsx("path",{id:"Vector 4332",d:"M13 1.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.22386 0.5 -0.5V2c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4333",d:"M13 8.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.2761 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.2239 0.5 -0.5V9c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4334",d:"M4 5H1c-0.276142 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.223858 0.5 0.5 0.5h3c0.27614 0 0.5 -0.22386 0.5 -0.5v-3c0 -0.27614 -0.22386 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector",d:"m4.5 6.22222 5 -2.44445"}),e.jsx("path",{id:"Vector_2",d:"m4.5 7.77777 5 2.44443"})]})]}),"MeasurementSetup"),H=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Window-26--Streamline-Core",children:[e.jsx("desc",{children:"Layout Window 26 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Window-26--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h10c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"}),e.jsx("path",{id:"Vector 884",d:"M7.00001 13 7 7"}),e.jsx("path",{id:"Vector_2",d:"M1 7h12"})]})]}),"Workspaces"),T=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",id:"Check-Circle--Streamline-Core",height:"14",width:"14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("desc",{children:"Check Circle Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"check-circle--checkmark-addition-circle-success-check-validation-add-form-tick",children:[e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"}),e.jsx("path",{id:"Vector_2",d:"m9.91699 4.75 -4 5 -2 -1.5"})]})]}),"Disable"),P=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",id:"Delete-Circle--Streamline-Core",height:"14",width:"14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("desc",{children:"Delete Circle Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"delete-circle--button-delete-remove-add-circle-buttons-cross-x-mathematics-multiply-math",children:[e.jsx("path",{id:"Vector",d:"m9.5 4.5 -5 5"}),e.jsx("path",{id:"Vector_2",d:"m4.5 4.5 5 5"}),e.jsx("path",{id:"Vector_3",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"})]})]}),"Disable"),_=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"M 2.1,11.9 3.6,10.4"}),e.jsx("path",{id:"Vector 3654",d:"M 11.899998,2.1000007 10.399994,3.6000004"}),e.jsx("path",{id:"Vector 3655",d:"m 8.59981,9.4 -1,1 c -1.10457,1.1046 -2.89543,1.1046 -4,0 -1.10457,-1.1046 -1.10457,-2.89543 0,-4 l 1,-1 z"}),e.jsx("path",{id:"Vector 3656",d:"M 9.3999914,8.5999993 10.399994,7.5999995 c 1.104603,-1.1045697 1.104603,-2.8954294 0,-3.9999991 -1.1046029,-1.1045698 -2.8954384,-1.1045698 -4.0000117,0 l -1.000003,0.9999998 z"}),e.jsx("path",{id:"Vector 3657",d:"M 5.6,6.4 7.1,4.9"}),e.jsx("path",{id:"Vector 3658",d:"M 7.6,8.4 9.1,6.9"})]})]}),"BusIsOn"),F=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"m1 13 1.5 -1.5"}),e.jsx("path",{id:"Vector 3654",d:"m13 1 -1.5 1.5"}),e.jsx("path",{id:"Vector 3655",d:"m7.49981 10.5 -1 1c-1.10457 1.1046 -2.89543 1.1046 -4 0 -1.10457 -1.1046 -1.10457 -2.89543 0 -4l1 -1 4 4Z"}),e.jsx("path",{id:"Vector 3656",d:"m10.5 7.5 1 -1c1.1046 -1.10457 1.1046 -2.89543 0 -4 -1.1046 -1.10457 -2.89543 -1.10457 -4 0l-1 1 4 4Z"}),e.jsx("path",{id:"Vector 3657",d:"M4.5 7.5 6 6"}),e.jsx("path",{id:"Vector 3658",d:"M6.5 9.5 8 8"})]})]}),"BusIsOff"),R=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Copy-Document--Streamline-Core",children:[e.jsx("desc",{children:"Copy Document Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"copy-document",children:[e.jsx("path",{id:"Vector 3887",d:"M10 3H5c-0.55228 0 -1 0.44772 -1 1v8.5c0 0.5523 0.44772 1 1 1h6.5c0.5523 0 1 -0.4477 1 -1v-7L10 3Z"}),e.jsx("path",{id:"Vector 3889",d:"M7.5 0.5h-5c-0.55228 0 -1 0.447716 -1 1V10"}),e.jsx("path",{id:"Vector 3888",d:"M9.5 3v3h3"})]})]}),"Copy"),b=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Select-All--Streamline-Core",children:[e.jsx("desc",{children:"Select All Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"select-all",children:[e.jsx("path",{id:"Vector 2558",d:"M5.5 1h3"}),e.jsx("path",{id:"Vector 2559",d:"M5.5 13h3"}),e.jsx("path",{id:"Vector 2554",d:"M1 5.5v3"}),e.jsx("path",{id:"Vector 2555",d:"M1 11v1c0 0.5523 0.44772 1 1 1h1"}),e.jsx("path",{id:"Vector 2556",d:"M11 13h1c0.5523 0 1 -0.4477 1 -1v-1"}),e.jsx("path",{id:"Vector 2557",d:"M13 3V2c0 -0.55228 -0.4477 -1 -1 -1h-1"}),e.jsx("path",{id:"Vector 2553",d:"M1 3V2c0 -0.55228 0.44772 -1 1 -1h1"}),e.jsx("path",{id:"Rectangle 433",d:"M3.5 4.49988c0 -0.55229 0.44772 -1 1 -1h5c0.5523 0 1 0.44771 1 1v5c0 0.55232 -0.4477 1.00002 -1 1.00002h-5c-0.55228 0 -1 -0.4477 -1 -1.00002v-5Z"}),e.jsx("path",{id:"Vector 2560",d:"M13 5.5v3"})]})]}),"SelectAll"),U=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Link-Share-2--Streamline-Core",children:[e.jsx("desc",{children:"Link Share 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"link-share-2--create-hyperlink-link-make-unlink-square",children:[e.jsx("path",{id:"Vector",d:"M11 7.5V12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S10.2652 13 10 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V4c0 -0.26522 0.10536 -0.51957 0.29289 -0.70711C1.48043 3.10536 1.73478 3 2 3h4.5"}),e.jsx("path",{id:"Vector_2",d:"M9.5 1H13v3.5"}),e.jsx("path",{id:"Vector_3",d:"M13 1 7.5 6.5"})]})]}),"OpenExternally"),z=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsxs("g",{id:"layout-window-12--columns-layout-layouts-three",children:[e.jsx("path",{id:"Vector",d:"m1 2.00012 0 9.99998c0 0.5523 0.44772 1 1 1l10 0c0.5523 0 1 -0.4477 1 -1l0 -9.99998c0 -0.55228 -0.4477 -1 -1 -1l-10 0c-0.55228 0 -1 0.44772 -1 1Z"}),e.jsx("path",{id:"Vector 885",d:"M9 0.999998 9 13"}),e.jsx("path",{id:"Vector 886",d:"m5 1 0 12"})]})}),"ColumnSettings"),O=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsxs("g",{id:"magnifying-glass--glass-search-magnifying",children:[e.jsx("path",{id:"Vector",d:"M6 11.5c3.03757 0 5.5 -2.46243 5.5 -5.5S9.03757 0.5 6 0.5 0.5 2.96243 0.5 6s2.46243 5.5 5.5 5.5Z"}),e.jsx("path",{id:"Vector_2",d:"M13.5001 13.5 9.88916 9.88904"})]})}),"Search");exports.AddIcon=w;exports.ArrowDownIcon=V;exports.ArrowLeftIcon=k;exports.ArrowRightIcon=I;exports.ArrowUpIcon=C;exports.BusIsOffIcon=F;exports.BusIsOnIcon=_;exports.ClearIcon=r;exports.CloseIcon=r;exports.ColumnSettingsIcon=z;exports.CopyIcon=R;exports.DarkModeIcon=d;exports.DeleteIcon=v;exports.DisableIcon=P;exports.EditIcon=g;exports.EnableIcon=T;exports.FilterIcon=D;exports.FixedPositionIcon=Z;exports.LeaveFullScreenIcon=j;exports.LightModeIcon=a;exports.LineArrowDownIcon=u;exports.LineArrowUpIcon=S;exports.MaximizeWindowIcon=m;exports.MeasurementSetupIcon=q;exports.MoreHorizIcon=M;exports.MoreVertIcon=L;exports.NewIcon=t;exports.OpenExternallyIcon=U;exports.OpenIcon=n;exports.PauseIcon=A;exports.PlayIcon=B;exports.PlaySolidIcon=f;exports.SaveIcon=i;exports.SearchIcon=O;exports.SelectAllIcon=b;exports.ServiceIconActive=s;exports.ServiceIconInactive=c;exports.SettingsIcon=l;exports.StopIcon=y;exports.StopSolidIcon=W;exports.ToolsPanelHiddenIcon=h;exports.ToolsPanelVisibleIcon=x;exports.UnmaximizeWindowIcon=p;exports.WorkspacesIcon=H;
package/dist/icons.mjs CHANGED
@@ -830,7 +830,7 @@ const n = o(
830
830
  }
831
831
  ),
832
832
  "Filter"
833
- ), T = o(
833
+ ), _ = o(
834
834
  /* @__PURE__ */ r(
835
835
  "svg",
836
836
  {
@@ -874,7 +874,7 @@ const n = o(
874
874
  }
875
875
  ),
876
876
  "FixedPosition"
877
- ), _ = o(
877
+ ), T = o(
878
878
  /* @__PURE__ */ r(
879
879
  "svg",
880
880
  {
@@ -1201,6 +1201,30 @@ const n = o(
1201
1201
  }
1202
1202
  ),
1203
1203
  "ColumnSettings"
1204
+ ), G = o(
1205
+ /* @__PURE__ */ e(
1206
+ "svg",
1207
+ {
1208
+ xmlns: "http://www.w3.org/2000/svg",
1209
+ fill: "none",
1210
+ viewBox: "0 0 14 14",
1211
+ strokeWidth: 1,
1212
+ stroke: "currentColor",
1213
+ strokeLinecap: "round",
1214
+ strokeLinejoin: "round",
1215
+ children: /* @__PURE__ */ r("g", { id: "magnifying-glass--glass-search-magnifying", children: [
1216
+ /* @__PURE__ */ e(
1217
+ "path",
1218
+ {
1219
+ id: "Vector",
1220
+ d: "M6 11.5c3.03757 0 5.5 -2.46243 5.5 -5.5S9.03757 0.5 6 0.5 0.5 2.96243 0.5 6s2.46243 5.5 5.5 5.5Z"
1221
+ }
1222
+ ),
1223
+ /* @__PURE__ */ e("path", { id: "Vector_2", d: "M13.5001 13.5 9.88916 9.88904" })
1224
+ ] })
1225
+ }
1226
+ ),
1227
+ "Search"
1204
1228
  );
1205
1229
  export {
1206
1230
  C as AddIcon,
@@ -1220,13 +1244,13 @@ export {
1220
1244
  S as EditIcon,
1221
1245
  F as EnableIcon,
1222
1246
  H as FilterIcon,
1223
- T as FixedPositionIcon,
1247
+ _ as FixedPositionIcon,
1224
1248
  v as LeaveFullScreenIcon,
1225
1249
  p as LightModeIcon,
1226
1250
  L as LineArrowDownIcon,
1227
1251
  M as LineArrowUpIcon,
1228
1252
  k as MaximizeWindowIcon,
1229
- _ as MeasurementSetupIcon,
1253
+ T as MeasurementSetupIcon,
1230
1254
  y as MoreHorizIcon,
1231
1255
  W as MoreVertIcon,
1232
1256
  n as NewIcon,
@@ -1236,6 +1260,7 @@ export {
1236
1260
  Z as PlayIcon,
1237
1261
  j as PlaySolidIcon,
1238
1262
  d as SaveIcon,
1263
+ G as SearchIcon,
1239
1264
  E as SelectAllIcon,
1240
1265
  l as ServiceIconActive,
1241
1266
  s as ServiceIconInactive,
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var G=Object.defineProperty;var X=(e,s,t)=>s in e?G(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t;var E=(e,s,t)=>X(e,typeof s!="symbol"?s+"":s,t);const a=require("react"),v=require("uuid");require("long");const H=require("./ElectronAPIFake.js"),y=require("./status_params.js"),g=require("react/jsx-runtime"),b=require("@mui/material"),Y=require("./ipc.js"),J=require("./models.js"),Z=(e,s,...t)=>{let o=s;for(let r=0;r<t.length;r+=1){const n=`{${r}}`;if(o.indexOf(n)!==-1){const u=t[r];o=typeof u=="string"?o.replace(n,u):o.replace(n,u.toLocaleString(e))}}return o};class K{constructor(s,t){E(this,"language");E(this,"strings");this.language=s,this.strings=t}getString(s,...t){if(this.strings&&s in this.strings){const o=this.strings[s];return t.length>0?Z(this.language,o,...t):o}return s}}const l=Y.getLogger("DataProviders"),d=window.electron??H.electronApiFake,q=e=>({palette:{mode:e,primary:{main:e==="light"?"#006782":"#03648A"},secondary:{main:e==="light"?"#44439A":"#AFA7FD"},error:{main:e==="light"?"#BA1A1A":"#FD452F"},divider:e==="light"?"#33859B":"#3583A1"},spacing:4,typography:{button:{lineHeight:1,textTransform:void 0},fontSize:12},shape:{borderRadius:4},components:{MuiButton:{defaultProps:{size:"small"}},MuiFilledInput:{defaultProps:{margin:"dense"}},MuiFormControl:{defaultProps:{margin:"dense"}},MuiFormHelperText:{defaultProps:{margin:"dense"}},MuiIconButton:{defaultProps:{size:"small"}},MuiInputBase:{defaultProps:{margin:"dense"}},MuiInputLabel:{defaultProps:{margin:"dense"}},MuiListItem:{defaultProps:{dense:!0}},MuiOutlinedInput:{defaultProps:{margin:"dense"}},MuiFab:{defaultProps:{size:"small"}},MuiTable:{defaultProps:{size:"small"}},MuiTextField:{defaultProps:{margin:"dense"}},MuiToolbar:{defaultProps:{variant:"dense"}}}});function V({children:e}){const s=S(),[t,o]=a.useState(b.createTheme(q(s.theme)));return a.useEffect(()=>{o(b.createTheme(q(s.theme)))},[s.theme]),g.jsxs(b.ThemeProvider,{theme:t,children:[g.jsx(b.CssBaseline,{}),e]})}const w=new Map,M=new Map,x=new Map,C=new Map,k=new Map,L=new Map,T=new Map,j=new Map,D=new Map,R=new Map;async function h(e,s,t,o){switch(s){case"devices-changed":{if(w.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("dm-devices-changed",n);w.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("rpc-get-devices",!1)}case"user-settings-changed":{if(M.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("user-settings-changed",n);M.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("app-get-user-settings")}case"new-log-messages":{if(x.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("new-log-messages",n);x.set(e,{remover:c,listener:n})}return Promise.resolve()}case"online-status-changed":{if(C.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-is-online-changed",n);C.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("rpc-get-online-status")}case"periodic-trans-started":{if(k.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-periodic-trans-started",n);k.set(e,{remover:c,listener:n})}return Promise.resolve("")}case"periodic-trans-stopped":{if(L.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-periodic-trans-stopped",n);L.set(e,{remover:c,listener:n})}return Promise.resolve("")}case"new-measurement-data":{if(T.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-new-measurement-data",n);T.set(e,{remover:c,listener:n})}return(o==null?void 0:o.numberOfHistoryFrames)>0?d.ipcRenderer.invoke("mm-get-latest-measurement-data",o.numberOfHistoryFrames):Promise.resolve([])}case"new-measurement-status":{if(j.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-new-measurement-status",n);j.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("rpc-get-node-statuses")}case"meas-setup-changed":{if(D.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("project-meas-setup-changed",n);D.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("prj-get-meas-setup")}case"workspace-panes-changed":{if(R.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("project-workspace-panes-changed",n);R.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("prj-get-workspace-panes")}}return Promise.reject(new Error("Invalid event type"))}const p=async(e,s)=>{switch(s){case"devices-changed":{const t=w.get(e);t?(t.remover(),w.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"user-settings-changed":{const t=M.get(e);t?(t.remover(),M.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"new-log-messages":{const t=x.get(e);t?(t.remover(),x.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"online-status-changed":{const t=C.get(e);t?(t.remover(),C.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-started":{const t=k.get(e);t?(t.remover(),k.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-stopped":{const t=L.get(e);t?(t.remover(),L.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-data":{const t=T.get(e);t?(t.remover(),T.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-status":{const t=j.get(e);t?(t.remover(),j.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"meas-setup-changed":{const t=D.get(e);t?(t.remover(),D.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"workspace-panes-changed":{const t=R.get(e);t?(t.remover(),R.delete(e)):l.warn("The callback has not been added as listener to this event!")}break}},ee=window!=null&&window.matchMedia?window.matchMedia("(prefers-color-scheme: dark)").matches:!1,$=Object.assign({},J.defaultUserSettings,{theme:ee?"dark":"light"}),N=a.createContext($),te=({initialUserSettings:e=void 0,children:s=void 0})=>{const[t,o]=a.useState(e??$);return a.useEffect(()=>{const r=v.v4();return h(r,"user-settings-changed",o).then(n=>o(n)).catch(),()=>{p(r,"user-settings-changed")}},[]),g.jsx(N.Provider,{value:t,children:s})},I=a.createContext(null),se=({children:e=void 0})=>{const[s,t]=a.useState(null);return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("DevicesProvider",c)}},r=v.v4();return h(r,"devices-changed",o).then(n=>o(n)).catch(),()=>{p(r,"devices-changed")}},[]),g.jsx(I.Provider,{value:s,children:e})},z=a.createContext([]),ne=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("MeasurementStatusProvider",c)}},r=v.v4();return h(r,"new-measurement-status",o).then(n=>o(n)).catch(),()=>{p(r,"new-measurement-status")}},[]),g.jsx(z.Provider,{value:s,children:e})},_=a.createContext({language:"en",sources:[],dataProcessors:[],targets:[]}),re=({children:e=void 0})=>{const[s,t]=a.useState({language:"en",sources:[],dataProcessors:[],targets:[]});return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("MeasurementSetupProvider",c)}},r=v.v4();return h(r,"meas-setup-changed",o).then(n=>o(n)).catch(),()=>{p(r,"meas-setup-changed")}},[]),g.jsx(_.Provider,{value:s,children:e})},A=a.createContext({isOnline:!1}),ae=({children:e=void 0})=>{const[s,t]=a.useState({isOnline:!1});return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("OnlineStatusProvider",c)}},r=v.v4();return h(r,"online-status-changed",o).then(n=>o(n)).catch(),()=>{p(r,"online-status-changed")}},[]),g.jsx(A.Provider,{value:s,children:e})},B=a.createContext([]),oe=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const o=u=>{try{t(i=>[...i,u])}catch(i){l.error("RunningPeriodicTransmissionsProvider - started",i)}},r=u=>{try{t(i=>{const m=i.findIndex(P=>P===u);if(m===-1)return i;const f=[...i];return f.splice(m,1),f})}catch(i){l.error("RunningPeriodicTransmissionsProvider - stopped",i)}},n=v.v4();h(n,"periodic-trans-started",o);const c=v.v4();return h(c,"periodic-trans-stopped",r),()=>{p(n,"periodic-trans-started"),p(c,"periodic-trans-stopped")}},[]),g.jsx(B.Provider,{value:s,children:e})},U=a.createContext([]),ce=({children:e=void 0})=>{const s=a.useRef(new J.DataBuffer(1e3)),[t,o]=a.useState([]);return a.useEffect(()=>{const r=c=>{try{c===null?s.current.clear():s.current.push(...c),o(Array.from(s.current))}catch(u){l.error("LogMessagesProvider",u)}},n=v.v4();return h(n,"new-log-messages",r),()=>{p(n,"new-log-messages")}},[]),g.jsx(U.Provider,{value:t,children:e})},O=a.createContext([[],()=>{}]),ie=({children:e=void 0})=>{const[s,t]=a.useState(null),o=a.useCallback(r=>{if(s!==null)if(typeof r=="function"){const n=r(s);d.ipcRenderer.invoke("prj-update-project",{workspacePanes:n})}else d.ipcRenderer.invoke("prj-update-project",{workspacePanes:r})},[s]);return a.useEffect(()=>{const r=c=>{try{t(c)}catch(u){l.error("WorkspacePanesProvider",u)}},n=v.v4();return h(n,"workspace-panes-changed",r).then(c=>r(c)).catch(),()=>{p(n,"workspace-panes-changed")}},[]),g.jsx(O.Provider,{value:[s,o],children:e})},ue=({initialUserSettings:e=void 0,children:s=void 0})=>g.jsx(te,{initialUserSettings:e,children:g.jsx(se,{children:g.jsx(re,{children:g.jsx(ne,{children:g.jsx(ae,{children:g.jsx(oe,{children:g.jsx(ce,{children:g.jsx(ie,{children:g.jsx(V,{children:s})})})})})})})})}),F=window.electron??H.electronApiFake,S=()=>a.useContext(N),le=()=>{const e=S();return a.useMemo(()=>e.useHexNumericBase?16:10,[e.useHexNumericBase])},de=()=>{const e=S();return a.useMemo(()=>e.maxDataBytes,[e.maxDataBytes])},ge=()=>{const e=S();return a.useMemo(()=>e.language,[e.language])},me=()=>{const e=S();return a.useMemo(()=>new K(e.language,e.strings),[e.language,e.strings])},he=()=>{const e=S();return a.useMemo(()=>e.recentProjectFiles,[e.recentProjectFiles])},pe=()=>a.useContext(I),ve=()=>a.useContext(_),W=()=>a.useContext(z),fe=e=>{const s=W();return a.useMemo(()=>s.find(o=>o.nodeId===e)??null,[e,s])},Se=()=>{const e=W();return a.useMemo(()=>{const t=e.filter(o=>o.busStatus).map(o=>Math.max(Number(o.busStatus.busOnStatus)??y.StatusLevel.STATUS_LEVEL_NONE,Number(o.busStatus.errorStatus)??y.StatusLevel.STATUS_LEVEL_NONE,Number(o.busStatus.overrunStatus)??y.StatusLevel.STATUS_LEVEL_NONE));return Math.max(...t)},[e])},Q=()=>a.useContext(A),Pe=()=>{const e=Q();return a.useMemo(()=>(e==null?void 0:e.isOnline)===!0,[e==null?void 0:e.isOnline])},be=()=>a.useContext(B),we=()=>a.useContext(U),Me=(e,s)=>{const[t,o]=a.useState([]),[r,n]=a.useState([]);return a.useEffect(()=>{const c=v.v4();return h(c,"new-measurement-data",n,{numberOfHistoryFrames:e}).then(u=>n(u)).catch(),()=>{p(c,"new-measurement-data")}},[]),a.useEffect(()=>{r!==null&&o(c=>{const u=c.map(m=>m.hashCode),i=r.filter(m=>!u.includes(m.hashCode));if(s){const m=i.filter(s);return c.length===0&&m.length===0?c:m}return c.length===0&&i.length===0?c:i})},[r,s]),t},xe=(e,s)=>{const[t,o]=a.useContext(O),[r,n]=a.useMemo(()=>{var u;try{if(t===null)return[!1,s??{}];const i=t==null?void 0:t.find(f=>f.id===e),m=(u=i==null?void 0:i.componentData)!=null&&u.componentProps?JSON.parse(i.componentData.componentProps):{};return s!==void 0?[!0,Object.assign({},s,m)]:[!0,m]}catch{return[!1,s??{}]}},[s,e,t]),c=a.useCallback(u=>{try{o(i=>{const m=[...i],f=m.find(P=>P.id===e);if(f!=null&&f.componentData){const P=u instanceof Function?JSON.stringify(u(n)):JSON.stringify(u);return f.componentData.componentProps=P,m}return i})}catch{}},[e,n,o]);return{projectDataIsInitialized:r,projectData:n,setProjectData:c}},Ce=(e,s)=>{const[t,o]=a.useState(!1),[r,n]=a.useState(s??{});return a.useEffect(()=>{F.ipcRenderer.invoke("app-get-workspace-view-session-data",e).then(c=>{try{const u=c?JSON.parse(c):{};s!==void 0?(n(Object.assign({},s,u)),o(!0)):(n(u),o(!0))}catch{o(!1),n(s??{})}}).catch()},[s,e]),a.useEffect(()=>{try{if(t){const c=JSON.stringify(r);F.ipcRenderer.invoke("app-set-workspace-view-session-data",e,c).catch()}}catch{}},[e,r,t]),{sessionDataIsInitialized:t,sessionData:r,setSessionData:n}},ke=e=>{const[s]=a.useContext(O);return a.useMemo(()=>s.find(o=>o.id===e)??null,[e,s])},Le=(e=!1)=>{const[s,t]=a.useState([]);return a.useEffect(()=>{F.ipcRenderer.invoke("rpc-get-message-log-file-formats",e).then(o=>t(o)).catch()},[e]),s},Te=()=>{const[e,s]=a.useState([]);return a.useEffect(()=>{F.ipcRenderer.invoke("rpc-get-signal-log-file-formats").then(t=>s(t)).catch()},[]),e};exports.CanKingDataProvider=ue;exports.DevicesContext=I;exports.LocalizedStrings=K;exports.LogMessagesContext=U;exports.MeasurementSetupContext=_;exports.MeasurementStatusContext=z;exports.OnlineStatusContext=A;exports.RunningPeriodicTransmissionsContext=B;exports.UserSettingsContext=N;exports.WorkspacePanesContext=O;exports.addEventListener=h;exports.removeEventListener=p;exports.useDevices=pe;exports.useIsOnline=Pe;exports.useLanguage=ge;exports.useLocalizedStrings=me;exports.useLogMessages=we;exports.useMaxDataBytes=de;exports.useMeasurementSetup=ve;exports.useMeasurementStatus=W;exports.useMessageLogFileFormats=Le;exports.useNewMeasurementData=Me;exports.useNodeStatus=fe;exports.useNumericRadix=le;exports.useOnlineStatus=Q;exports.useOverallStatusLevel=Se;exports.useProjectData=xe;exports.useRecentProjectFiles=he;exports.useRunningPeriodicTransmissions=be;exports.useSessionData=Ce;exports.useSignalLogFileFormats=Te;exports.useUserSettings=S;exports.useWorkspacePaneWithId=ke;
1
+ "use strict";var le=Object.defineProperty;var de=(e,s,t)=>s in e?le(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t;var W=(e,s,t)=>de(e,typeof s!="symbol"?s+"":s,t);const a=require("react"),M=require("uuid");require("long");const ae=require("./ElectronAPIFake.js"),P=require("./measurement_settings.js"),$=require("./status_params.js"),h=require("react/jsx-runtime"),k=require("@mui/material"),re=require("./ipc.js"),G=require("./models.js"),me=(e,s,...t)=>{let n=s;for(let o=0;o<t.length;o+=1){const r=`{${o}}`;if(n.indexOf(r)!==-1){const u=t[o];n=typeof u=="string"?n.replace(r,u):n.replace(r,u.toLocaleString(e))}}return n};class oe{constructor(s,t){W(this,"language");W(this,"strings");this.language=s,this.strings=t}getString(s,...t){if(this.strings&&s in this.strings){const n=this.strings[s];return t.length>0?me(this.language,n,...t):n}return s}}const m=re.getLogger("DataProviders"),g=window.electron??ae.electronApiFake,se=e=>({palette:{mode:e,primary:{main:e==="light"?"#006782":"#03648A"},secondary:{main:e==="light"?"#44439A":"#AFA7FD"},error:{main:e==="light"?"#BA1A1A":"#FD452F"},divider:e==="light"?"#33859B":"#3583A1"},spacing:4,typography:{button:{lineHeight:1,textTransform:void 0},fontSize:12},shape:{borderRadius:4},components:{MuiButton:{defaultProps:{size:"small"}},MuiFilledInput:{defaultProps:{margin:"dense"}},MuiFormControl:{defaultProps:{margin:"dense"}},MuiFormHelperText:{defaultProps:{margin:"dense"}},MuiIconButton:{defaultProps:{size:"small"}},MuiInputBase:{defaultProps:{margin:"dense"}},MuiInputLabel:{defaultProps:{margin:"dense"}},MuiListItem:{defaultProps:{dense:!0}},MuiOutlinedInput:{defaultProps:{margin:"dense"}},MuiFab:{defaultProps:{size:"small"}},MuiTable:{defaultProps:{size:"small"}},MuiTextField:{defaultProps:{margin:"dense"}},MuiToolbar:{defaultProps:{variant:"dense"}}}});function ge({children:e}){const s=x(),[t,n]=a.useState(k.createTheme(se(s.theme)));return a.useEffect(()=>{n(k.createTheme(se(s.theme)))},[s.theme]),h.jsxs(k.ThemeProvider,{theme:t,children:[h.jsx(k.CssBaseline,{}),e]})}const T=new Map,E=new Map,R=new Map,y=new Map,j=new Map,A=new Map,_=new Map,N=new Map,O=new Map,I=new Map;async function S(e,s,t,n){switch(s){case"devices-changed":{if(T.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("dm-devices-changed",r);T.set(e,{remover:c,listener:r})}return g.ipcRenderer.invoke("rpc-get-devices",!1)}case"user-settings-changed":{if(E.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("user-settings-changed",r);E.set(e,{remover:c,listener:r})}return g.ipcRenderer.invoke("app-get-user-settings")}case"new-log-messages":{if(R.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("new-log-messages",r);R.set(e,{remover:c,listener:r})}return Promise.resolve()}case"online-status-changed":{if(y.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("mm-is-online-changed",r);y.set(e,{remover:c,listener:r})}return g.ipcRenderer.invoke("rpc-get-online-status")}case"periodic-trans-started":{if(j.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("mm-periodic-trans-started",r);j.set(e,{remover:c,listener:r})}return Promise.resolve("")}case"periodic-trans-stopped":{if(A.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("mm-periodic-trans-stopped",r);A.set(e,{remover:c,listener:r})}return Promise.resolve("")}case"new-measurement-data":{if(_.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("mm-new-measurement-data",r);_.set(e,{remover:c,listener:r})}return(n==null?void 0:n.numberOfHistoryFrames)>0?g.ipcRenderer.invoke("mm-get-measurement-data-before-timestamp",Number.MAX_SAFE_INTEGER,n.numberOfHistoryFrames):Promise.resolve([])}case"new-measurement-status":{if(N.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("mm-new-measurement-status",r);N.set(e,{remover:c,listener:r})}return g.ipcRenderer.invoke("rpc-get-node-statuses")}case"meas-setup-changed":{if(O.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("project-meas-setup-changed",r);O.set(e,{remover:c,listener:r})}return g.ipcRenderer.invoke("prj-get-meas-setup")}case"workspace-panes-changed":{if(I.has(e))m.warn("The callback has already been added as listener to this event!");else{const o=t,r=(u,i)=>o(i),c=g.ipcRenderer.on("project-workspace-panes-changed",r);I.set(e,{remover:c,listener:r})}return g.ipcRenderer.invoke("prj-get-workspace-panes")}}return Promise.reject(new Error("Invalid event type"))}const b=async(e,s)=>{switch(s){case"devices-changed":{const t=T.get(e);t?(t.remover(),T.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"user-settings-changed":{const t=E.get(e);t?(t.remover(),E.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"new-log-messages":{const t=R.get(e);t?(t.remover(),R.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"online-status-changed":{const t=y.get(e);t?(t.remover(),y.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-started":{const t=j.get(e);t?(t.remover(),j.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-stopped":{const t=A.get(e);t?(t.remover(),A.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-data":{const t=_.get(e);t?(t.remover(),_.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-status":{const t=N.get(e);t?(t.remover(),N.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"meas-setup-changed":{const t=O.get(e);t?(t.remover(),O.delete(e)):m.warn("The callback has not been added as listener to this event!")}break;case"workspace-panes-changed":{const t=I.get(e);t?(t.remover(),I.delete(e)):m.warn("The callback has not been added as listener to this event!")}break}},he=window!=null&&window.matchMedia?window.matchMedia("(prefers-color-scheme: dark)").matches:!1,ce=Object.assign({},G.defaultUserSettings,{theme:he?"dark":"light"}),X=a.createContext(ce),pe=({initialUserSettings:e=void 0,children:s=void 0})=>{const[t,n]=a.useState(e??ce);return a.useEffect(()=>{const o=M.v4();return S(o,"user-settings-changed",n).then(r=>n(r)).catch(),()=>{b(o,"user-settings-changed")}},[]),h.jsx(X.Provider,{value:t,children:s})},H=a.createContext(null),fe=({children:e=void 0})=>{const[s,t]=a.useState(null);return a.useEffect(()=>{const n=r=>{try{t(r)}catch(c){m.error("DevicesProvider",c)}},o=M.v4();return S(o,"devices-changed",n).then(r=>n(r)).catch(),()=>{b(o,"devices-changed")}},[]),h.jsx(H.Provider,{value:s,children:e})},J=a.createContext([]),ve=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const n=r=>{try{t(r)}catch(c){m.error("MeasurementStatusProvider",c)}},o=M.v4();return S(o,"new-measurement-status",n).then(r=>n(r)).catch(),()=>{b(o,"new-measurement-status")}},[]),h.jsx(J.Provider,{value:s,children:e})},C=e=>{let s=P.CanFrameFlag.CAN_FRAME_FLAG_UNSPECIFIED;if(e.canFrameFlags!==void 0)for(let n=0;n<e.canFrameFlags.flags.length;n++){const o=e.canFrameFlags.flags[n];o!==P.CanFrameFlag.CAN_FRAME_FLAG_TXACK&&o!==P.CanFrameFlag.CAN_FRAME_FLAG_LOCAL_TXACK&&(s|=o)}let t=P.LinFrameFlag.LIN_FRAME_FLAG_UNSPECIFIED;if(e.linFrameFlags!==void 0)for(let n=0;n<e.linFrameFlags.flags.length;n++){const o=e.linFrameFlags.flags[n];o!==P.LinFrameFlag.LIN_FRAME_FLAG_TX&&(t|=o)}return`${e.id.toString(16).padStart(8,"0")}_${s.toString(16).padStart(8,"0")}_${t.toString(16).padStart(8,"0")}_${(e.mux??0).toString(16).padStart(8,"0")}_${e.tx?1:0}_${e.sourceName??""}`},ne=(e,s)=>{var n;const t=P.FixedPosFrameIdentifier.create({id:e.id,canFrameFlags:e.canFrameFlags,linFrameFlags:e.linFrameFlags,mux:((n=e.properties.MUX_VALUE)==null?void 0:n.doubleValue)??0,tx:e.tx,sourceName:s?"":e.sourceName});return C(t)},D=new Map,z=new Map,V=e=>{e.forEach(s=>{const t=C(s);D.set(t,(D.get(t)||0)+1),z.set(t,s)}),g.ipcRenderer.invoke("mm-subscribe-to-measurement-data",Array.from(z.values()))},Q=e=>{e.forEach(s=>{const t=C(s);D.set(t,(D.get(t)||0)-1),D.get(t)===0&&(D.delete(t),z.delete(t))}),g.ipcRenderer.invoke("mm-subscribe-to-measurement-data",Array.from(z.values()))},L=a.createContext({scrollData:[],fixedPositionData:[],subscribedData:new Map}),Se=({children:e=void 0})=>{const s=a.useRef(new G.DataBuffer(500)),t=a.useRef(new Map),[n,o]=a.useState({scrollData:[],fixedPositionData:[],subscribedData:new Map});a.useEffect(()=>{const c=i=>{try{i.length===0?s.current.clear():s.current.push(...i.slice(Math.max(0,i.length-500)));const l=new Map;D.forEach((p,d)=>{p>0&&l.set(d,[])}),i.length===0?t.current.clear():(i.forEach(d=>{if(t.current.set(d.properties.FIXED_MODE_SORTABLE_KEY.stringValue??"",d),l.size===0)return;const f=ne(d,!1);if(f&&l.has(f)){const v=l.get(f);v&&v.push(d)}else{const v=ne(d,!0);if(v&&l.has(v)){const F=l.get(v);F&&F.push(d)}}}),Array.from(l.keys()).filter(d=>{var f;return((f=l.get(d))==null?void 0:f.length)===0}).forEach(d=>l.delete(d))),o(()=>({scrollData:Array.from(s.current),fixedPositionData:Array.from(t.current.values()),subscribedData:l}))}catch(l){m.error("MeasurementDataProvider",l)}},u=M.v4();return S(u,"new-measurement-data",c,{numberOfHistoryFrames:500}).then(i=>c(i)).catch(),()=>{b(u,"new-measurement-data")}},[]);const r=a.useContext(U);return a.useEffect(()=>{r.isOnline&&(s.current.clear(),t.current.clear(),o(c=>{const u=new Map;return c.subscribedData.forEach((i,l)=>{u.set(l,[])}),{scrollData:[],fixedPositionData:[],subscribedData:u}}))},[r]),h.jsx(L.Provider,{value:n,children:e})},Y=a.createContext({language:"en",sources:[],dataProcessors:[],targets:[]}),be=({children:e=void 0})=>{const[s,t]=a.useState({language:"en",sources:[],dataProcessors:[],targets:[]});return a.useEffect(()=>{const n=r=>{try{t(r)}catch(c){m.error("MeasurementSetupProvider",c)}},o=M.v4();return S(o,"meas-setup-changed",n).then(r=>n(r)).catch(),()=>{b(o,"meas-setup-changed")}},[]),h.jsx(Y.Provider,{value:s,children:e})},U=a.createContext({isOnline:!1}),Me=({children:e=void 0})=>{const[s,t]=a.useState({isOnline:!1});return a.useEffect(()=>{const n=r=>{try{t(r)}catch(c){m.error("OnlineStatusProvider",c)}},o=M.v4();return S(o,"online-status-changed",n).then(r=>n(r)).catch(),()=>{b(o,"online-status-changed")}},[]),h.jsx(U.Provider,{value:s,children:e})},Z=a.createContext([]),Fe=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const n=u=>{try{t(i=>[...i,u])}catch(i){m.error("RunningPeriodicTransmissionsProvider - started",i)}},o=u=>{try{t(i=>{const l=i.findIndex(d=>d===u);if(l===-1)return i;const p=[...i];return p.splice(l,1),p})}catch(i){m.error("RunningPeriodicTransmissionsProvider - stopped",i)}},r=M.v4();S(r,"periodic-trans-started",n);const c=M.v4();return S(c,"periodic-trans-stopped",o),()=>{b(r,"periodic-trans-started"),b(c,"periodic-trans-stopped")}},[]),h.jsx(Z.Provider,{value:s,children:e})},ee=a.createContext([]),Pe=({children:e=void 0})=>{const s=a.useRef(new G.DataBuffer(1e3)),[t,n]=a.useState([]);return a.useEffect(()=>{const o=c=>{try{c===null?s.current.clear():s.current.push(...c),n(Array.from(s.current))}catch(u){m.error("LogMessagesProvider",u)}},r=M.v4();return S(r,"new-log-messages",o),()=>{b(r,"new-log-messages")}},[]),h.jsx(ee.Provider,{value:t,children:e})},K=a.createContext([[],()=>{}]),De=({children:e=void 0})=>{const[s,t]=a.useState(null),n=a.useCallback(o=>{if(s!==null)if(typeof o=="function"){const r=o(s);g.ipcRenderer.invoke("prj-update-project",{workspacePanes:r})}else g.ipcRenderer.invoke("prj-update-project",{workspacePanes:o})},[s]);return a.useEffect(()=>{const o=c=>{try{t(c)}catch(u){m.error("WorkspacePanesProvider",u)}},r=M.v4();return S(r,"workspace-panes-changed",o).then(c=>o(c)).catch(),()=>{b(r,"workspace-panes-changed")}},[]),h.jsx(K.Provider,{value:[s,n],children:e})},xe=({initialUserSettings:e=void 0,children:s=void 0})=>h.jsx(pe,{initialUserSettings:e,children:h.jsx(fe,{children:h.jsx(be,{children:h.jsx(ve,{children:h.jsx(Me,{children:h.jsx(Se,{children:h.jsx(Fe,{children:h.jsx(Pe,{children:h.jsx(De,{children:h.jsx(ge,{children:s})})})})})})})})})}),B=window.electron??ae.electronApiFake,x=()=>a.useContext(X),we=()=>{const e=x();return a.useMemo(()=>e.useHexNumericBase?16:10,[e.useHexNumericBase])},Ce=()=>{const e=x();return a.useMemo(()=>e.maxDataBytes,[e.maxDataBytes])},Le=()=>{const e=x();return a.useMemo(()=>e.language,[e.language])},ke=()=>{const e=x();return a.useMemo(()=>new oe(e.language,e.strings),[e.language,e.strings])},Te=()=>{const e=x();return a.useMemo(()=>e.recentProjectFiles,[e.recentProjectFiles])},Ee=()=>a.useContext(H),Re=()=>a.useContext(Y),te=()=>a.useContext(J),ye=e=>{const s=te();return a.useMemo(()=>s.find(n=>n.nodeId===e)??null,[e,s])},je=()=>{const e=te();return a.useMemo(()=>{const t=e.filter(n=>n.busStatus).map(n=>Math.max(Number(n.busStatus.busOnStatus)??$.StatusLevel.STATUS_LEVEL_NONE,Number(n.busStatus.errorStatus)??$.StatusLevel.STATUS_LEVEL_NONE,Number(n.busStatus.overrunStatus)??$.StatusLevel.STATUS_LEVEL_NONE));return Math.max(...t)},[e])},ie=()=>a.useContext(U),Ae=()=>{const e=ie();return a.useMemo(()=>(e==null?void 0:e.isOnline)===!0,[e==null?void 0:e.isOnline])},_e=()=>a.useContext(Z),Ne=()=>a.useContext(ee),Oe=(e,s)=>{const[t,n]=a.useState([]),[o,r]=a.useState([]);return a.useEffect(()=>{const c=M.v4();return S(c,"new-measurement-data",r,{numberOfHistoryFrames:e}).then(u=>r(u)).catch(),()=>{b(c,"new-measurement-data")}},[e]),a.useEffect(()=>{o!==null&&n(c=>{const u=c.map(l=>l.hashCode),i=o.filter(l=>!u.includes(l.hashCode));if(s){const l=i.filter(s);return c.length===0&&l.length===0?c:l}return c.length===0&&i.length===0?c:i})},[o,s]),t},Ie=e=>{const s=a.useContext(L);return a.useMemo(()=>{const n=s.scrollData??[];return e!==void 0?n.filter(o=>o.time>=e):n},[s,e])},ze=e=>{const s=a.useContext(L);return a.useMemo(()=>{const n=s.fixedPositionData??[];return e!==void 0?n.filter(o=>o.time>=e):n},[s,e])},Be=e=>{const[s,t]=a.useState([]);a.useEffect(()=>(V(e),()=>{Q(e)}),[e]);const n=a.useContext(L);return a.useEffect(()=>{const o=e.map(C);if(!o.some(u=>n.subscribedData.has(u)))return;const c=o.flatMap(u=>n.subscribedData.get(u)??[]).sort((u,i)=>u.time-i.time);t(c)},[e,n]),s},Ue=e=>{const[s,t]=a.useState([]),[n,o]=a.useState([]),r=a.useRef(new Map),c=a.useRef(new Map);a.useEffect(()=>{re.getFrameDefinitions().then(i=>{for(let l=0;l<e.length;l++){const p=e[l],d=i.find(f=>f.signals.some(v=>v.qualifiedName===p));if(d){const f=P.FixedPosFrameIdentifier.create({id:d.id,tx:!1});d.canFrameFlags?f.canFrameFlags=d.canFrameFlags:f.linFrameFlags=P.LinFrameFlags.create({flags:[P.LinFrameFlag.LIN_FRAME_FLAG_RX]});const v=C(f);if(c.current.has(v)){const F=c.current.get(v);F&&!F.includes(p)&&(F.push(p),c.current.set(v,F))}else c.current.set(v,[p]),r.current.set(v,f)}}o(Array.from(r.current.values()))})},[e]),a.useEffect(()=>(V(n),()=>{Q(n)}),[n]);const u=a.useContext(L);return a.useEffect(()=>{const i=c.current.size>0?Array.from(c.current.keys()):[];if(!i.some(d=>u.subscribedData.has(d)))return;const p=i.flatMap(d=>{const f=u.subscribedData.get(d)??[],v=c.current.get(d)??[];return f.flatMap(F=>v.map(q=>{const w=F.signalValues.find(ue=>ue.qualifiedName===q);return w?{qualifiedName:w.qualifiedName,name:w.name,unit:w.unit,time:F.time,doubleValue:w.doubleValue,stringValue:w.stringValue}:null}).filter(q=>q!==null))}).sort((d,f)=>d.time-f.time);t(p)},[e,u]),s},Ke=(e,s)=>{const[t,n]=a.useContext(K),[o,r]=a.useMemo(()=>{var u;try{if(t===null)return[!1,s??{}];const i=t==null?void 0:t.find(p=>p.id===e),l=(u=i==null?void 0:i.componentData)!=null&&u.componentProps?JSON.parse(i.componentData.componentProps):{};return s!==void 0?[!0,Object.assign({},s,l)]:[!0,l]}catch{return[!1,s??{}]}},[s,e,t]),c=a.useCallback(u=>{try{n(i=>{const l=[...i],p=l.find(d=>d.id===e);if(p!=null&&p.componentData){const d=u instanceof Function?JSON.stringify(u(r)):JSON.stringify(u);return p.componentData.componentProps=d,l}return i})}catch{}},[e,r,n]);return{projectDataIsInitialized:o,projectData:r,setProjectData:c}},qe=(e,s)=>{const[t,n]=a.useState(!1),[o,r]=a.useState(s??{});return a.useEffect(()=>{B.ipcRenderer.invoke("app-get-workspace-view-session-data",e).then(c=>{try{const u=c?JSON.parse(c):{};s!==void 0?(r(Object.assign({},s,u)),n(!0)):(r(u),n(!0))}catch{n(!1),r(s??{})}}).catch()},[s,e]),a.useEffect(()=>{try{if(t){const c=JSON.stringify(o);B.ipcRenderer.invoke("app-set-workspace-view-session-data",e,c).catch()}}catch{}},[e,o,t]),{sessionDataIsInitialized:t,sessionData:o,setSessionData:r}},We=e=>{const[s]=a.useContext(K);return a.useMemo(()=>s.find(n=>n.id===e)??null,[e,s])},$e=(e=!1)=>{const[s,t]=a.useState([]);return a.useEffect(()=>{B.ipcRenderer.invoke("rpc-get-message-log-file-formats",e).then(n=>t(n)).catch()},[e]),s},Ge=()=>{const[e,s]=a.useState([]);return a.useEffect(()=>{B.ipcRenderer.invoke("rpc-get-signal-log-file-formats").then(t=>s(t)).catch()},[]),e};exports.CanKingDataProvider=xe;exports.DevicesContext=H;exports.LocalizedStrings=oe;exports.LogMessagesContext=ee;exports.MeasurementDataContext=L;exports.MeasurementSetupContext=Y;exports.MeasurementStatusContext=J;exports.OnlineStatusContext=U;exports.RunningPeriodicTransmissionsContext=Z;exports.UserSettingsContext=X;exports.WorkspacePanesContext=K;exports.addEventListener=S;exports.calculateSubscriptionKey=C;exports.removeEventListener=b;exports.subscribeToData=V;exports.unsubscribeFromData=Q;exports.useDevices=Ee;exports.useFixedPositionModeMeasurementData=ze;exports.useIsOnline=Ae;exports.useLanguage=Le;exports.useLocalizedStrings=ke;exports.useLogMessages=Ne;exports.useMaxDataBytes=Ce;exports.useMeasurementSetup=Re;exports.useMeasurementStatus=te;exports.useMessageData=Be;exports.useMessageLogFileFormats=$e;exports.useNewMeasurementData=Oe;exports.useNodeStatus=ye;exports.useNumericRadix=we;exports.useOnlineStatus=ie;exports.useOverallStatusLevel=je;exports.useProjectData=Ke;exports.useRecentProjectFiles=Te;exports.useRunningPeriodicTransmissions=_e;exports.useScrollModeMeasurementData=Ie;exports.useSessionData=qe;exports.useSignalData=Ue;exports.useSignalLogFileFormats=Ge;exports.useUserSettings=x;exports.useWorkspacePaneWithId=We;