@kvaser/canking-api 7.1.0-beta.231

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 (554) hide show
  1. package/EULA.pdf +0 -0
  2. package/README.md +87 -0
  3. package/REDISTRIBUTABLES.txt +5 -0
  4. package/dist/ElectronAPIFake.js +1 -0
  5. package/dist/ElectronAPIFake.mjs +266 -0
  6. package/dist/controls/CanChannelSelectControl.d.ts +35 -0
  7. package/dist/controls/CanIdentifierControl.d.ts +176 -0
  8. package/dist/controls/CanKingDataProvider.d.ts +116 -0
  9. package/dist/controls/CheckboxControl.d.ts +30 -0
  10. package/dist/controls/ContextMenu.d.ts +44 -0
  11. package/dist/controls/DropdownButton.d.ts +73 -0
  12. package/dist/controls/DropdownPanel.d.ts +41 -0
  13. package/dist/controls/FillBox.d.ts +8 -0
  14. package/dist/controls/FormControlRow.d.ts +30 -0
  15. package/dist/controls/InlineEditor.d.ts +26 -0
  16. package/dist/controls/LocalizedStrings.d.ts +21 -0
  17. package/dist/controls/NumberRangeControl.d.ts +80 -0
  18. package/dist/controls/OneLineButton.d.ts +9 -0
  19. package/dist/controls/RadioControl.d.ts +25 -0
  20. package/dist/controls/RadioGroupControl.d.ts +31 -0
  21. package/dist/controls/SectionControl.d.ts +40 -0
  22. package/dist/controls/SelectControl.d.ts +55 -0
  23. package/dist/controls/SizedBox.d.ts +11 -0
  24. package/dist/controls/TableControl.d.ts +61 -0
  25. package/dist/controls/TabsPanel.d.ts +5 -0
  26. package/dist/controls/TextControl.d.ts +56 -0
  27. package/dist/controls/ToolbarControl.d.ts +143 -0
  28. package/dist/controls/ValidateableTextControl.d.ts +82 -0
  29. package/dist/controls/index.d.ts +103 -0
  30. package/dist/controls.js +1 -0
  31. package/dist/controls.mjs +1714 -0
  32. package/dist/grpc/index.d.ts +7 -0
  33. package/dist/grpc.js +1 -0
  34. package/dist/grpc.mjs +917 -0
  35. package/dist/hooks/index.d.ts +112 -0
  36. package/dist/hooks.js +1 -0
  37. package/dist/hooks.mjs +28 -0
  38. package/dist/icons/index.d.ts +121 -0
  39. package/dist/icons.js +1 -0
  40. package/dist/icons.mjs +1237 -0
  41. package/dist/index.d.ts +6 -0
  42. package/dist/index.js +1 -0
  43. package/dist/index.mjs +596 -0
  44. package/dist/ipc/index.d.ts +160 -0
  45. package/dist/ipc.js +1 -0
  46. package/dist/ipc.mjs +123 -0
  47. package/dist/measurement_settings.js +1 -0
  48. package/dist/measurement_settings.mjs +4132 -0
  49. package/dist/models/DataBuffer.d.ts +100 -0
  50. package/dist/models/ElectronAPIFake.d.ts +13 -0
  51. package/dist/models/Point.d.ts +30 -0
  52. package/dist/models/index.d.ts +95 -0
  53. package/dist/models.js +1 -0
  54. package/dist/models.mjs +448 -0
  55. package/dist/protos/app_params.d.ts +208 -0
  56. package/dist/protos/app_service.d.ts +354 -0
  57. package/dist/protos/common_params.d.ts +33 -0
  58. package/dist/protos/device_params.d.ts +271 -0
  59. package/dist/protos/device_service.d.ts +154 -0
  60. package/dist/protos/frame_params.d.ts +189 -0
  61. package/dist/protos/google/protobuf/empty.d.ts +35 -0
  62. package/dist/protos/measurement_params.d.ts +308 -0
  63. package/dist/protos/measurement_service.d.ts +1333 -0
  64. package/dist/protos/measurement_settings.d.ts +453 -0
  65. package/dist/protos/signal_params.d.ts +72 -0
  66. package/dist/protos/status_params.d.ts +118 -0
  67. package/dist/status_params.js +1 -0
  68. package/dist/status_params.mjs +5045 -0
  69. package/doc/.nojekyll +1 -0
  70. package/doc/assets/highlight.css +120 -0
  71. package/doc/assets/icons.js +18 -0
  72. package/doc/assets/icons.svg +1 -0
  73. package/doc/assets/main.js +60 -0
  74. package/doc/assets/material-style.css +247 -0
  75. package/doc/assets/navigation.js +1 -0
  76. package/doc/assets/search.js +1 -0
  77. package/doc/assets/style.css +1493 -0
  78. package/doc/classes/controls.LocalizedStrings.html +177 -0
  79. package/doc/classes/models.DataBuffer.html +205 -0
  80. package/doc/classes/models.DataBufferView.html +193 -0
  81. package/doc/classes/models.Point.html +187 -0
  82. package/doc/enums/models.AccessMode.html +188 -0
  83. package/doc/enums/models.AppEvent.html +179 -0
  84. package/doc/enums/models.CanChannelCap.html +217 -0
  85. package/doc/enums/models.CanFrameFlag.html +200 -0
  86. package/doc/enums/models.CanMode.html +180 -0
  87. package/doc/enums/models.DecimalChar.html +178 -0
  88. package/doc/enums/models.DeviceEvent.html +179 -0
  89. package/doc/enums/models.FileConflictAction.html +180 -0
  90. package/doc/enums/models.LinFrameFlag.html +185 -0
  91. package/doc/enums/models.LogFileFormat.html +221 -0
  92. package/doc/enums/models.LogLevel.html +195 -0
  93. package/doc/enums/models.LogReplayState.html +179 -0
  94. package/doc/enums/models.MeasurementEvent.html +185 -0
  95. package/doc/enums/models.MessageLoggerState.html +180 -0
  96. package/doc/enums/models.Protocols.html +182 -0
  97. package/doc/enums/models.Separator.html +178 -0
  98. package/doc/enums/models.SignalEncoding.html +178 -0
  99. package/doc/enums/models.SignalType.html +185 -0
  100. package/doc/enums/models.SignalValueTriggerOperator.html +186 -0
  101. package/doc/enums/models.StatusLevel.html +180 -0
  102. package/doc/enums/models.TimeReference.html +178 -0
  103. package/doc/enums/models.TriggerOperator.html +179 -0
  104. package/doc/functions/controls.CanChannelSelectControl.html +177 -0
  105. package/doc/functions/controls.CanIdentifierControl.html +177 -0
  106. package/doc/functions/controls.CanIdentifierFrameControl.html +177 -0
  107. package/doc/functions/controls.CanIdentifierGeneratorControl.html +177 -0
  108. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +178 -0
  109. package/doc/functions/controls.CanKingDataProvider.html +182 -0
  110. package/doc/functions/controls.CheckboxControl.html +177 -0
  111. package/doc/functions/controls.ContextMenu.html +177 -0
  112. package/doc/functions/controls.DropdownButton.html +177 -0
  113. package/doc/functions/controls.DropdownButtonTextItems.html +177 -0
  114. package/doc/functions/controls.DropdownPanel.html +177 -0
  115. package/doc/functions/controls.FillBox.html +206 -0
  116. package/doc/functions/controls.FormControlRow.html +177 -0
  117. package/doc/functions/controls.InlineEditor.html +177 -0
  118. package/doc/functions/controls.NumberRangeControl.html +177 -0
  119. package/doc/functions/controls.OneLineButton.html +205 -0
  120. package/doc/functions/controls.RadioControl.html +177 -0
  121. package/doc/functions/controls.RadioGroupControl.html +177 -0
  122. package/doc/functions/controls.SectionControl.html +177 -0
  123. package/doc/functions/controls.SelectControl.html +177 -0
  124. package/doc/functions/controls.SizedBox.html +206 -0
  125. package/doc/functions/controls.TableControl.html +177 -0
  126. package/doc/functions/controls.TabsPanel.html +205 -0
  127. package/doc/functions/controls.TextControl.html +177 -0
  128. package/doc/functions/controls.ToolbarControl.html +177 -0
  129. package/doc/functions/controls.ValidateableTextControl.html +177 -0
  130. package/doc/functions/hooks.useDevices.html +176 -0
  131. package/doc/functions/hooks.useIsOnline.html +176 -0
  132. package/doc/functions/hooks.useLanguage.html +176 -0
  133. package/doc/functions/hooks.useLocalizedStrings.html +176 -0
  134. package/doc/functions/hooks.useLogMessages.html +176 -0
  135. package/doc/functions/hooks.useMaxDataBytes.html +175 -0
  136. package/doc/functions/hooks.useMeasurementSetup.html +176 -0
  137. package/doc/functions/hooks.useMeasurementStatus.html +176 -0
  138. package/doc/functions/hooks.useMessageLogFileFormats.html +175 -0
  139. package/doc/functions/hooks.useNewMeasurementData.html +178 -0
  140. package/doc/functions/hooks.useNodeStatus.html +176 -0
  141. package/doc/functions/hooks.useNumericRadix.html +176 -0
  142. package/doc/functions/hooks.useOnlineStatus.html +176 -0
  143. package/doc/functions/hooks.useOverallStatusLevel.html +176 -0
  144. package/doc/functions/hooks.useProjectData.html +178 -0
  145. package/doc/functions/hooks.useRecentProjectFiles.html +175 -0
  146. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +176 -0
  147. package/doc/functions/hooks.useSessionData.html +178 -0
  148. package/doc/functions/hooks.useUserSettings.html +176 -0
  149. package/doc/functions/hooks.useWorkspacePaneWithId.html +175 -0
  150. package/doc/functions/icons.AddIcon.html +175 -0
  151. package/doc/functions/icons.ArrowDownIcon.html +175 -0
  152. package/doc/functions/icons.ArrowLeftIcon.html +175 -0
  153. package/doc/functions/icons.ArrowRightIcon.html +175 -0
  154. package/doc/functions/icons.ArrowUpIcon.html +175 -0
  155. package/doc/functions/icons.BusIsOffIcon.html +175 -0
  156. package/doc/functions/icons.BusIsOnIcon.html +175 -0
  157. package/doc/functions/icons.CloseIcon.html +175 -0
  158. package/doc/functions/icons.CopyIcon.html +175 -0
  159. package/doc/functions/icons.DarkModeIcon.html +175 -0
  160. package/doc/functions/icons.DeleteIcon.html +175 -0
  161. package/doc/functions/icons.DisableIcon.html +175 -0
  162. package/doc/functions/icons.EditIcon.html +175 -0
  163. package/doc/functions/icons.FilterIcon.html +175 -0
  164. package/doc/functions/icons.FixedPositionIcon.html +175 -0
  165. package/doc/functions/icons.LeaveFullScreenIcon.html +175 -0
  166. package/doc/functions/icons.LightModeIcon.html +175 -0
  167. package/doc/functions/icons.LineArrowDownIcon.html +175 -0
  168. package/doc/functions/icons.LineArrowUpIcon.html +175 -0
  169. package/doc/functions/icons.MaximizeWindowIcon.html +175 -0
  170. package/doc/functions/icons.MeasurementSetupIcon.html +175 -0
  171. package/doc/functions/icons.MoreHorizIcon.html +175 -0
  172. package/doc/functions/icons.MoreVertIcon.html +175 -0
  173. package/doc/functions/icons.NewIcon.html +175 -0
  174. package/doc/functions/icons.OpenExternallyIcon.html +175 -0
  175. package/doc/functions/icons.OpenIcon.html +175 -0
  176. package/doc/functions/icons.PauseIcon.html +175 -0
  177. package/doc/functions/icons.PlayIcon.html +175 -0
  178. package/doc/functions/icons.PlaySolidIcon.html +175 -0
  179. package/doc/functions/icons.SaveIcon.html +175 -0
  180. package/doc/functions/icons.SelectAllIcon.html +175 -0
  181. package/doc/functions/icons.ServiceIconActive.html +175 -0
  182. package/doc/functions/icons.ServiceIconInactive.html +175 -0
  183. package/doc/functions/icons.SettingsIcon.html +175 -0
  184. package/doc/functions/icons.StopIcon.html +175 -0
  185. package/doc/functions/icons.StopSolidIcon.html +175 -0
  186. package/doc/functions/icons.ToolsPanelHiddenIcon.html +175 -0
  187. package/doc/functions/icons.ToolsPanelVisibleIcon.html +175 -0
  188. package/doc/functions/icons.UnmaximizeWindowIcon.html +175 -0
  189. package/doc/functions/icons.WorkspacesIcon.html +175 -0
  190. package/doc/functions/ipc.addDataProcessor.html +178 -0
  191. package/doc/functions/ipc.addSource.html +176 -0
  192. package/doc/functions/ipc.addTarget.html +176 -0
  193. package/doc/functions/ipc.connectNodes.html +177 -0
  194. package/doc/functions/ipc.deleteDataProcessor.html +176 -0
  195. package/doc/functions/ipc.deleteSource.html +176 -0
  196. package/doc/functions/ipc.deleteTarget.html +176 -0
  197. package/doc/functions/ipc.disableNode.html +176 -0
  198. package/doc/functions/ipc.disconnectNodes.html +177 -0
  199. package/doc/functions/ipc.enableNode.html +176 -0
  200. package/doc/functions/ipc.getFrameDefinitions.html +178 -0
  201. package/doc/functions/ipc.getLogger.html +177 -0
  202. package/doc/functions/ipc.getMessageLogFileFormats.html +176 -0
  203. package/doc/functions/ipc.sendCanMessage.html +179 -0
  204. package/doc/functions/ipc.sendMessage.html +177 -0
  205. package/doc/functions/ipc.showMessageBox.html +177 -0
  206. package/doc/functions/ipc.showQuestionBox.html +183 -0
  207. package/doc/functions/ipc.startLogReplay.html +176 -0
  208. package/doc/functions/ipc.startMeasurement.html +175 -0
  209. package/doc/functions/ipc.startPeriodicTransmission.html +177 -0
  210. package/doc/functions/ipc.stopLogReplay.html +176 -0
  211. package/doc/functions/ipc.stopMeasurement.html +175 -0
  212. package/doc/functions/ipc.stopPeriodicTransmission.html +176 -0
  213. package/doc/functions/ipc.updateDataProcessor.html +176 -0
  214. package/doc/functions/ipc.updateSource.html +176 -0
  215. package/doc/functions/ipc.updateTarget.html +176 -0
  216. package/doc/functions/models.accessModeFromJSON.html +174 -0
  217. package/doc/functions/models.accessModeToJSON.html +174 -0
  218. package/doc/functions/models.appEventFromJSON.html +174 -0
  219. package/doc/functions/models.appEventToJSON.html +174 -0
  220. package/doc/functions/models.canChannelCapFromJSON.html +174 -0
  221. package/doc/functions/models.canChannelCapToJSON.html +174 -0
  222. package/doc/functions/models.canFrameFlagFromJSON.html +174 -0
  223. package/doc/functions/models.canFrameFlagToJSON.html +174 -0
  224. package/doc/functions/models.canModeFromJSON.html +174 -0
  225. package/doc/functions/models.canModeToJSON.html +174 -0
  226. package/doc/functions/models.createElectronApiFake.html +177 -0
  227. package/doc/functions/models.decimalCharFromJSON.html +174 -0
  228. package/doc/functions/models.decimalCharToJSON.html +174 -0
  229. package/doc/functions/models.decimalToFixed.html +174 -0
  230. package/doc/functions/models.decimalToHex.html +174 -0
  231. package/doc/functions/models.deviceEventFromJSON.html +174 -0
  232. package/doc/functions/models.deviceEventToJSON.html +174 -0
  233. package/doc/functions/models.fileConflictActionFromJSON.html +174 -0
  234. package/doc/functions/models.fileConflictActionToJSON.html +174 -0
  235. package/doc/functions/models.linFrameFlagFromJSON.html +174 -0
  236. package/doc/functions/models.linFrameFlagToJSON.html +174 -0
  237. package/doc/functions/models.logFileFormatFromJSON.html +174 -0
  238. package/doc/functions/models.logFileFormatToJSON.html +174 -0
  239. package/doc/functions/models.logLevelFromJSON.html +174 -0
  240. package/doc/functions/models.logLevelToJSON.html +174 -0
  241. package/doc/functions/models.logReplayStateFromJSON.html +174 -0
  242. package/doc/functions/models.logReplayStateToJSON.html +174 -0
  243. package/doc/functions/models.longToNumber.html +174 -0
  244. package/doc/functions/models.measurementEventFromJSON.html +174 -0
  245. package/doc/functions/models.measurementEventToJSON.html +174 -0
  246. package/doc/functions/models.messageLoggerStateFromJSON.html +174 -0
  247. package/doc/functions/models.messageLoggerStateToJSON.html +174 -0
  248. package/doc/functions/models.protocolsFromJSON.html +174 -0
  249. package/doc/functions/models.protocolsToJSON.html +174 -0
  250. package/doc/functions/models.separatorFromJSON.html +174 -0
  251. package/doc/functions/models.separatorToJSON.html +174 -0
  252. package/doc/functions/models.signalEncodingFromJSON.html +174 -0
  253. package/doc/functions/models.signalEncodingToJSON.html +174 -0
  254. package/doc/functions/models.signalTypeFromJSON.html +174 -0
  255. package/doc/functions/models.signalTypeToJSON.html +174 -0
  256. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +174 -0
  257. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +174 -0
  258. package/doc/functions/models.statusLevelFromJSON.html +174 -0
  259. package/doc/functions/models.statusLevelToJSON.html +174 -0
  260. package/doc/functions/models.timeReferenceFromJSON.html +174 -0
  261. package/doc/functions/models.timeReferenceToJSON.html +174 -0
  262. package/doc/functions/models.triggerOperatorFromJSON.html +174 -0
  263. package/doc/functions/models.triggerOperatorToJSON.html +174 -0
  264. package/doc/hierarchy.html +174 -0
  265. package/doc/index.html +244 -0
  266. package/doc/interfaces/controls.ButtonGroupProps.html +183 -0
  267. package/doc/interfaces/controls.ButtonProps.html +195 -0
  268. package/doc/interfaces/controls.CanChannelSelectControlProps.html +194 -0
  269. package/doc/interfaces/controls.CanIdentifierControlProps.html +195 -0
  270. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +190 -0
  271. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +208 -0
  272. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +194 -0
  273. package/doc/interfaces/controls.CheckboxControlProps.html +190 -0
  274. package/doc/interfaces/controls.ContextMenuProps.html +182 -0
  275. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +177 -0
  276. package/doc/interfaces/controls.DropdownButtonProps.html +193 -0
  277. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +183 -0
  278. package/doc/interfaces/controls.DropdownPanelProps.html +193 -0
  279. package/doc/interfaces/controls.FormControlRowProps.html +181 -0
  280. package/doc/interfaces/controls.ILocalizedStrings.html +176 -0
  281. package/doc/interfaces/controls.InlineEditorProps.html +186 -0
  282. package/doc/interfaces/controls.LabelProps.html +179 -0
  283. package/doc/interfaces/controls.NumberRangeControlProps.html +225 -0
  284. package/doc/interfaces/controls.RadioControlProps.html +187 -0
  285. package/doc/interfaces/controls.RadioGroupControlProps.html +182 -0
  286. package/doc/interfaces/controls.SectionControlProps.html +190 -0
  287. package/doc/interfaces/controls.SelectControlProps.html +205 -0
  288. package/doc/interfaces/controls.TableColumn.html +185 -0
  289. package/doc/interfaces/controls.TableControlProps.html +197 -0
  290. package/doc/interfaces/controls.TextControlProps.html +214 -0
  291. package/doc/interfaces/controls.ToggleButtonGroupProps.html +190 -0
  292. package/doc/interfaces/controls.ToggleButtonProps.html +187 -0
  293. package/doc/interfaces/controls.ToolbarControlProps.html +191 -0
  294. package/doc/interfaces/controls.ValidateableTextControlProps.html +233 -0
  295. package/doc/interfaces/controls.toolbarItem.html +185 -0
  296. package/doc/interfaces/ipc.ILogger.html +181 -0
  297. package/doc/interfaces/models.AboutInformation.html +181 -0
  298. package/doc/interfaces/models.ActivateLicenseRequest.html +181 -0
  299. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +177 -0
  300. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +177 -0
  301. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +185 -0
  302. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +181 -0
  303. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +181 -0
  304. package/doc/interfaces/models.ApiPreferences.html +183 -0
  305. package/doc/interfaces/models.AppEventArgs.html +179 -0
  306. package/doc/interfaces/models.BaseNodeProperties.html +181 -0
  307. package/doc/interfaces/models.BusStatus.html +190 -0
  308. package/doc/interfaces/models.CanBusParamLimits.html +180 -0
  309. package/doc/interfaces/models.CanBusParams.html +197 -0
  310. package/doc/interfaces/models.CanBusSpeed.html +187 -0
  311. package/doc/interfaces/models.CanBusSpeedInfo.html +193 -0
  312. package/doc/interfaces/models.CanChannelCapacity.html +180 -0
  313. package/doc/interfaces/models.CanChannelConfiguration.html +185 -0
  314. package/doc/interfaces/models.CanFDBusSpeedCombination.html +177 -0
  315. package/doc/interfaces/models.CanFDBusSpeedInfo.html +191 -0
  316. package/doc/interfaces/models.CanFrameFlags.html +177 -0
  317. package/doc/interfaces/models.CanMessageFilterSettings.html +178 -0
  318. package/doc/interfaces/models.Channel.html +180 -0
  319. package/doc/interfaces/models.ChannelSettings.html +193 -0
  320. package/doc/interfaces/models.ClearLinMessageRequest.html +180 -0
  321. package/doc/interfaces/models.ConnectNodesRequest.html +178 -0
  322. package/doc/interfaces/models.DataProcessingStatus.html +179 -0
  323. package/doc/interfaces/models.DataProcessorNodeProperties.html +181 -0
  324. package/doc/interfaces/models.DatabasesSettings.html +176 -0
  325. package/doc/interfaces/models.Device.html +182 -0
  326. package/doc/interfaces/models.DeviceEventArgs.html +177 -0
  327. package/doc/interfaces/models.Devices.html +175 -0
  328. package/doc/interfaces/models.DisconnectNodesRequest.html +178 -0
  329. package/doc/interfaces/models.Empty.html +182 -0
  330. package/doc/interfaces/models.ErrorStatus.html +177 -0
  331. package/doc/interfaces/models.Frame.html +203 -0
  332. package/doc/interfaces/models.FrameDefinition.html +185 -0
  333. package/doc/interfaces/models.FrameDefinitions.html +175 -0
  334. package/doc/interfaces/models.FramePropertyValue.html +177 -0
  335. package/doc/interfaces/models.FrameReceivedTrigger.html +179 -0
  336. package/doc/interfaces/models.Frame_PropertiesEntry.html +176 -0
  337. package/doc/interfaces/models.Frames.html +175 -0
  338. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +177 -0
  339. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +179 -0
  340. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +179 -0
  341. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +177 -0
  342. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +178 -0
  343. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +177 -0
  344. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +178 -0
  345. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +177 -0
  346. package/doc/interfaces/models.GetDataProcessorResponse.html +176 -0
  347. package/doc/interfaces/models.GetDevicesRequest.html +177 -0
  348. package/doc/interfaces/models.GetDevicesResponse.html +176 -0
  349. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +178 -0
  350. package/doc/interfaces/models.GetLicensesResponse.html +177 -0
  351. package/doc/interfaces/models.GetLogFileFormatsRequest.html +180 -0
  352. package/doc/interfaces/models.GetLogFileFormatsResponse.html +183 -0
  353. package/doc/interfaces/models.GetLogLevelResponse.html +177 -0
  354. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +178 -0
  355. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +177 -0
  356. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +181 -0
  357. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +187 -0
  358. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +180 -0
  359. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +177 -0
  360. package/doc/interfaces/models.GetSourceResponse.html +176 -0
  361. package/doc/interfaces/models.GetTargetResponse.html +176 -0
  362. package/doc/interfaces/models.ILogFileFormat.html +179 -0
  363. package/doc/interfaces/models.IProject.html +179 -0
  364. package/doc/interfaces/models.IUserSettings.html +187 -0
  365. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +177 -0
  366. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +178 -0
  367. package/doc/interfaces/models.IWorkspaceData.html +178 -0
  368. package/doc/interfaces/models.IWorkspacePaneData.html +178 -0
  369. package/doc/interfaces/models.IdentifierRequest.html +178 -0
  370. package/doc/interfaces/models.IdentifiersRequest.html +178 -0
  371. package/doc/interfaces/models.InstallServiceExtensionRequest.html +181 -0
  372. package/doc/interfaces/models.InterpreterSettings.html +177 -0
  373. package/doc/interfaces/models.J1939InterpreterSettings.html +175 -0
  374. package/doc/interfaces/models.LicenseInformation.html +191 -0
  375. package/doc/interfaces/models.Licenses.html +177 -0
  376. package/doc/interfaces/models.LinChannelConfiguration.html +185 -0
  377. package/doc/interfaces/models.LinFrameFlags.html +177 -0
  378. package/doc/interfaces/models.LogMessage.html +185 -0
  379. package/doc/interfaces/models.LogMessages.html +177 -0
  380. package/doc/interfaces/models.LogReplaySettings.html +199 -0
  381. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +176 -0
  382. package/doc/interfaces/models.LogReplayStatus.html +176 -0
  383. package/doc/interfaces/models.MeasurementEventArgs.html +179 -0
  384. package/doc/interfaces/models.MeasurementSetup.html +179 -0
  385. package/doc/interfaces/models.MessageLoggerSettings.html +213 -0
  386. package/doc/interfaces/models.MessageLoggerStatus.html +176 -0
  387. package/doc/interfaces/models.NodeStatus.html +191 -0
  388. package/doc/interfaces/models.NodeStatuses.html +176 -0
  389. package/doc/interfaces/models.OnlineStatus.html +176 -0
  390. package/doc/interfaces/models.PeriodicTransmissionSettings.html +209 -0
  391. package/doc/interfaces/models.RequestLinMessageRequest.html +180 -0
  392. package/doc/interfaces/models.ScheduleTable.html +181 -0
  393. package/doc/interfaces/models.ScheduleTableEntry.html +179 -0
  394. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +182 -0
  395. package/doc/interfaces/models.SendMessageRequest.html +178 -0
  396. package/doc/interfaces/models.ServiceExtensionSettings.html +177 -0
  397. package/doc/interfaces/models.SetLogLevelRequest.html +179 -0
  398. package/doc/interfaces/models.SetMeasurementSetupRequest.html +177 -0
  399. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +182 -0
  400. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +180 -0
  401. package/doc/interfaces/models.SignalDefinition.html +188 -0
  402. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +176 -0
  403. package/doc/interfaces/models.SignalDefinitions.html +175 -0
  404. package/doc/interfaces/models.SignalValue.html +180 -0
  405. package/doc/interfaces/models.SignalValueTrigger.html +189 -0
  406. package/doc/interfaces/models.SourceNodeProperties.html +180 -0
  407. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +178 -0
  408. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +176 -0
  409. package/doc/interfaces/models.TargetNodeProperties.html +178 -0
  410. package/doc/interfaces/models.TriggerSettings.html +181 -0
  411. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +179 -0
  412. package/doc/interfaces/models.UpdateLinMessageRequest.html +181 -0
  413. package/doc/interfaces/models.WriteFrame.html +183 -0
  414. package/doc/modules/controls.html +242 -0
  415. package/doc/modules/hooks.html +201 -0
  416. package/doc/modules/icons.html +216 -0
  417. package/doc/modules/ipc.html +202 -0
  418. package/doc/modules/models.html +478 -0
  419. package/doc/modules.html +179 -0
  420. package/doc/types/controls.ContextMenuOption.html +179 -0
  421. package/doc/types/controls.SelectOption.html +177 -0
  422. package/doc/types/controls.StringsMap.html +175 -0
  423. package/doc/types/controls.canIdentifierType.html +175 -0
  424. package/doc/types/models.IReadOnlyDataBuffer.html +174 -0
  425. package/doc/types/models.themes.html +174 -0
  426. package/doc/variables/models.AboutInformation-1.html +174 -0
  427. package/doc/variables/models.ActivateLicenseRequest-1.html +174 -0
  428. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +174 -0
  429. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +174 -0
  430. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +174 -0
  431. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +174 -0
  432. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +174 -0
  433. package/doc/variables/models.ApiPreferences-1.html +174 -0
  434. package/doc/variables/models.AppEventArgs-1.html +174 -0
  435. package/doc/variables/models.BaseNodeProperties-1.html +174 -0
  436. package/doc/variables/models.BusStatus-1.html +174 -0
  437. package/doc/variables/models.CanBusParamLimits-1.html +174 -0
  438. package/doc/variables/models.CanBusParams-1.html +174 -0
  439. package/doc/variables/models.CanBusSpeed-1.html +174 -0
  440. package/doc/variables/models.CanBusSpeedInfo-1.html +174 -0
  441. package/doc/variables/models.CanChannelCapacity-1.html +174 -0
  442. package/doc/variables/models.CanChannelConfiguration-1.html +174 -0
  443. package/doc/variables/models.CanFDBusSpeedCombination-1.html +174 -0
  444. package/doc/variables/models.CanFDBusSpeedInfo-1.html +174 -0
  445. package/doc/variables/models.CanFrameFlags-1.html +174 -0
  446. package/doc/variables/models.CanMessageFilterSettings-1.html +174 -0
  447. package/doc/variables/models.Channel-1.html +174 -0
  448. package/doc/variables/models.ChannelSettings-1.html +174 -0
  449. package/doc/variables/models.ClearLinMessageRequest-1.html +174 -0
  450. package/doc/variables/models.ConnectNodesRequest-1.html +174 -0
  451. package/doc/variables/models.DataProcessingStatus-1.html +174 -0
  452. package/doc/variables/models.DataProcessorNodeProperties-1.html +174 -0
  453. package/doc/variables/models.DatabasesSettings-1.html +174 -0
  454. package/doc/variables/models.Device-1.html +174 -0
  455. package/doc/variables/models.DeviceEventArgs-1.html +174 -0
  456. package/doc/variables/models.Devices-1.html +174 -0
  457. package/doc/variables/models.DisconnectNodesRequest-1.html +174 -0
  458. package/doc/variables/models.Empty-1.html +174 -0
  459. package/doc/variables/models.ErrorStatus-1.html +174 -0
  460. package/doc/variables/models.Frame-1.html +174 -0
  461. package/doc/variables/models.FrameDefinition-1.html +174 -0
  462. package/doc/variables/models.FrameDefinitions-1.html +174 -0
  463. package/doc/variables/models.FramePropertyValue-1.html +174 -0
  464. package/doc/variables/models.FrameReceivedTrigger-1.html +174 -0
  465. package/doc/variables/models.Frame_PropertiesEntry-1.html +174 -0
  466. package/doc/variables/models.Frames-1.html +174 -0
  467. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +174 -0
  468. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +174 -0
  469. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +174 -0
  470. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +174 -0
  471. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +174 -0
  472. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +174 -0
  473. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +174 -0
  474. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +174 -0
  475. package/doc/variables/models.GetDataProcessorResponse-1.html +174 -0
  476. package/doc/variables/models.GetDevicesRequest-1.html +174 -0
  477. package/doc/variables/models.GetDevicesResponse-1.html +174 -0
  478. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +174 -0
  479. package/doc/variables/models.GetLicensesResponse-1.html +174 -0
  480. package/doc/variables/models.GetLogFileFormatsRequest-1.html +174 -0
  481. package/doc/variables/models.GetLogFileFormatsResponse-1.html +174 -0
  482. package/doc/variables/models.GetLogLevelResponse-1.html +174 -0
  483. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +174 -0
  484. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +174 -0
  485. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +174 -0
  486. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +174 -0
  487. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +174 -0
  488. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +174 -0
  489. package/doc/variables/models.GetSourceResponse-1.html +174 -0
  490. package/doc/variables/models.GetTargetResponse-1.html +174 -0
  491. package/doc/variables/models.IdentifierRequest-1.html +174 -0
  492. package/doc/variables/models.IdentifiersRequest-1.html +174 -0
  493. package/doc/variables/models.InstallServiceExtensionRequest-1.html +174 -0
  494. package/doc/variables/models.InterpreterSettings-1.html +174 -0
  495. package/doc/variables/models.J1939InterpreterSettings-1.html +174 -0
  496. package/doc/variables/models.LicenseInformation-1.html +174 -0
  497. package/doc/variables/models.Licenses-1.html +174 -0
  498. package/doc/variables/models.LinChannelConfiguration-1.html +174 -0
  499. package/doc/variables/models.LinFrameFlags-1.html +174 -0
  500. package/doc/variables/models.LogMessage-1.html +174 -0
  501. package/doc/variables/models.LogMessages-1.html +174 -0
  502. package/doc/variables/models.LogReplaySettings-1.html +174 -0
  503. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +174 -0
  504. package/doc/variables/models.LogReplayStatus-1.html +174 -0
  505. package/doc/variables/models.MeasurementEventArgs-1.html +174 -0
  506. package/doc/variables/models.MeasurementSetup-1.html +174 -0
  507. package/doc/variables/models.MessageLoggerSettings-1.html +174 -0
  508. package/doc/variables/models.MessageLoggerStatus-1.html +174 -0
  509. package/doc/variables/models.NodeStatus-1.html +174 -0
  510. package/doc/variables/models.NodeStatuses-1.html +174 -0
  511. package/doc/variables/models.OnlineStatus-1.html +174 -0
  512. package/doc/variables/models.PeriodicTransmissionSettings-1.html +174 -0
  513. package/doc/variables/models.RequestLinMessageRequest-1.html +174 -0
  514. package/doc/variables/models.ScheduleTable-1.html +174 -0
  515. package/doc/variables/models.ScheduleTableEntry-1.html +174 -0
  516. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +174 -0
  517. package/doc/variables/models.SendMessageRequest-1.html +174 -0
  518. package/doc/variables/models.ServiceExtensionSettings-1.html +174 -0
  519. package/doc/variables/models.SetLogLevelRequest-1.html +174 -0
  520. package/doc/variables/models.SetMeasurementSetupRequest-1.html +174 -0
  521. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +174 -0
  522. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +174 -0
  523. package/doc/variables/models.SignalDefinition-1.html +174 -0
  524. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +174 -0
  525. package/doc/variables/models.SignalDefinitions-1.html +174 -0
  526. package/doc/variables/models.SignalValue-1.html +174 -0
  527. package/doc/variables/models.SignalValueTrigger-1.html +174 -0
  528. package/doc/variables/models.SourceNodeProperties-1.html +174 -0
  529. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +174 -0
  530. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +174 -0
  531. package/doc/variables/models.TargetNodeProperties-1.html +174 -0
  532. package/doc/variables/models.TriggerSettings-1.html +174 -0
  533. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +174 -0
  534. package/doc/variables/models.UpdateLinMessageRequest-1.html +174 -0
  535. package/doc/variables/models.WriteFrame-1.html +174 -0
  536. package/doc/variables/models.defaultUserSettings.html +175 -0
  537. package/package.json +129 -0
  538. package/scripts/createCanKingExtension.js +403 -0
  539. package/scripts/index.js +39 -0
  540. package/scripts/template/_.eslintrc.cjs +38 -0
  541. package/scripts/template/_.gitignore +24 -0
  542. package/scripts/template/_.npmrc +2 -0
  543. package/scripts/template/_.prettierrc +8 -0
  544. package/scripts/template/_.vscode/_launch.json +28 -0
  545. package/scripts/template/_index.html +15 -0
  546. package/scripts/template/_tsconfig.app.json +27 -0
  547. package/scripts/template/_tsconfig.json +11 -0
  548. package/scripts/template/_tsconfig.node.json +13 -0
  549. package/scripts/template/_vite.config.ts +7 -0
  550. package/scripts/template/src/App.tsx +12 -0
  551. package/scripts/template/src/WorkspaceView/index.tsx +47 -0
  552. package/scripts/template/src/main.css +9 -0
  553. package/scripts/template/src/main.tsx +19 -0
  554. package/scripts/template/src/vite-env.d.ts +1 -0
@@ -0,0 +1,112 @@
1
+ import { ILocalizedStrings } from '../controls/LocalizedStrings';
2
+ import { Device, Frame, NodeStatus, LogMessage, MeasurementSetup, OnlineStatus, StatusLevel, ILogFileFormat, IUserSettings, IWorkspacePaneData } from '../models';
3
+ /**
4
+ * A hook for user settings.
5
+ * @returns The user settings.
6
+ */
7
+ export declare const useUserSettings: () => IUserSettings;
8
+ /**
9
+ * Hook keeping track of the selected radix for converting numeric values to strings.
10
+ * @returns The selected numeric radix.
11
+ */
12
+ export declare const useNumericRadix: () => number;
13
+ /**
14
+ * Hook keeping track of the selected radix for converting numeric values to strings.
15
+ */
16
+ export declare const useMaxDataBytes: () => number;
17
+ /**
18
+ * Hook keeping track of the selected language.
19
+ * @returns The selected language.
20
+ */
21
+ export declare const useLanguage: () => string;
22
+ /**
23
+ * Hook keeping track of localized strings.
24
+ * @returns The localized strings object.
25
+ */
26
+ export declare const useLocalizedStrings: () => ILocalizedStrings;
27
+ /**
28
+ * Hook keeping track of recent project files.
29
+ */
30
+ export declare const useRecentProjectFiles: () => string[];
31
+ /**
32
+ * A hook for hardware devices.
33
+ * @returns The hardware devices.
34
+ */
35
+ export declare const useDevices: () => Device[] | null;
36
+ /**
37
+ * A hook for measurement setup.
38
+ * @returns The measurement setup.
39
+ */
40
+ export declare const useMeasurementSetup: () => MeasurementSetup;
41
+ /**
42
+ * A hook for measurement status.
43
+ * @returns The measurement status.
44
+ */
45
+ export declare const useMeasurementStatus: () => NodeStatus[];
46
+ /**
47
+ * Hook to get status for one node.
48
+ * @returns The node status.
49
+ */
50
+ export declare const useNodeStatus: (id: string) => NodeStatus | null;
51
+ /**
52
+ * Hook to get the measurement's highest overall status level.
53
+ * @returns The measurement's highest overall status.
54
+ */
55
+ export declare const useOverallStatusLevel: () => StatusLevel;
56
+ /**
57
+ * A hook for online status.
58
+ * @returns The online status.
59
+ */
60
+ export declare const useOnlineStatus: () => OnlineStatus;
61
+ /**
62
+ * Hook keeping track of if the measurement is online.
63
+ * @returns A flag that indicates if a measurement is started.
64
+ */
65
+ export declare const useIsOnline: () => boolean;
66
+ /**
67
+ * A hook for running periodic transmissions.
68
+ * @returns The running periodic transmissions.
69
+ */
70
+ export declare const useRunningPeriodicTransmissions: () => string[];
71
+ /**
72
+ * A hook for log messages.
73
+ * @returns The log messages.
74
+ */
75
+ export declare const useLogMessages: () => LogMessage[];
76
+ /**
77
+ * A hook for new measurement data.
78
+ * @param numberOfHistoryFrames - Optional number of history frames to read from data buffer when this hook initializes.
79
+ * @param predicate - An optional predicate to filter out which data to return.
80
+ * @returns The new measurement data.
81
+ */
82
+ export declare const useNewMeasurementData: (numberOfHistoryFrames?: number, predicate?: (frame: Frame) => boolean) => Frame[];
83
+ /**
84
+ * A hook for data that should be saved to the current project.
85
+ * @param id - The unique id of the view.
86
+ * @param defaultValue - The default value or a callback to set default value.
87
+ * @returns An object with a flag indicating if the project data has been initialized, the current project data and a setter callback.
88
+ */
89
+ export declare const useProjectData: <T>(id: number, defaultValue?: T) => {
90
+ projectDataIsInitialized: boolean;
91
+ projectData: T;
92
+ setProjectData: React.Dispatch<React.SetStateAction<T>>;
93
+ };
94
+ /**
95
+ * A hook for data that should be saved to the session data.
96
+ * @param id - The unique id of the view.
97
+ * @param defaultValue - The default value or a callback to set default value.
98
+ * @returns An object with a flag indicating if the session data has been initialized, the current session data and a setter callback.
99
+ */
100
+ export declare const useSessionData: <T>(id: number, defaultValue?: T) => {
101
+ sessionDataIsInitialized: boolean;
102
+ sessionData: T;
103
+ setSessionData: React.Dispatch<React.SetStateAction<T>>;
104
+ };
105
+ /**
106
+ * Hook to get/set a workspace pane by id.
107
+ */
108
+ export declare const useWorkspacePaneWithId: (id: number) => IWorkspacePaneData | null;
109
+ /**
110
+ * Hook keeping track of message log file formats.
111
+ */
112
+ export declare const useMessageLogFileFormats: () => ILogFileFormat[];
package/dist/hooks.js ADDED
@@ -0,0 +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.useUserSettings=e.useUserSettings;exports.useWorkspacePaneWithId=e.useWorkspacePaneWithId;
package/dist/hooks.mjs ADDED
@@ -0,0 +1,28 @@
1
+ import "react";
2
+ import "uuid";
3
+ import { k as n, o, a as m, u as c, q as g, i as l, c as p, d as S, x as d, s as M, l as D, b as L, n as v, m as x, t as P, j, p as F, v as N, h as O, w as R } from "./index.mjs";
4
+ import "long";
5
+ import "./ElectronAPIFake.mjs";
6
+ import "./status_params.mjs";
7
+ export {
8
+ n as useDevices,
9
+ o as useIsOnline,
10
+ m as useLanguage,
11
+ c as useLocalizedStrings,
12
+ g as useLogMessages,
13
+ l as useMaxDataBytes,
14
+ p as useMeasurementSetup,
15
+ S as useMeasurementStatus,
16
+ d as useMessageLogFileFormats,
17
+ M as useNewMeasurementData,
18
+ D as useNodeStatus,
19
+ L as useNumericRadix,
20
+ v as useOnlineStatus,
21
+ x as useOverallStatusLevel,
22
+ P as useProjectData,
23
+ j as useRecentProjectFiles,
24
+ F as useRunningPeriodicTransmissions,
25
+ N as useSessionData,
26
+ O as useUserSettings,
27
+ R as useWorkspacePaneWithId
28
+ };
@@ -0,0 +1,121 @@
1
+ export declare const NewIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2
+ muiName: string;
3
+ };
4
+ export declare const OpenIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
5
+ muiName: string;
6
+ };
7
+ export declare const SaveIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
8
+ muiName: string;
9
+ };
10
+ export declare const ServiceIconActive: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
11
+ muiName: string;
12
+ };
13
+ export declare const ServiceIconInactive: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
14
+ muiName: string;
15
+ };
16
+ export declare const SettingsIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
17
+ muiName: string;
18
+ };
19
+ export declare const DarkModeIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
20
+ muiName: string;
21
+ };
22
+ export declare const LightModeIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
23
+ muiName: string;
24
+ };
25
+ export declare const ToolsPanelHiddenIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
26
+ muiName: string;
27
+ };
28
+ export declare const ToolsPanelVisibleIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
29
+ muiName: string;
30
+ };
31
+ export declare const UnmaximizeWindowIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
32
+ muiName: string;
33
+ };
34
+ export declare const MaximizeWindowIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
35
+ muiName: string;
36
+ };
37
+ export declare const CloseIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
38
+ muiName: string;
39
+ };
40
+ export declare const LeaveFullScreenIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
41
+ muiName: string;
42
+ };
43
+ export declare const AddIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
44
+ muiName: string;
45
+ };
46
+ export declare const EditIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
47
+ muiName: string;
48
+ };
49
+ export declare const DeleteIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
50
+ muiName: string;
51
+ };
52
+ export declare const LineArrowDownIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
53
+ muiName: string;
54
+ };
55
+ export declare const LineArrowUpIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
56
+ muiName: string;
57
+ };
58
+ export declare const ArrowLeftIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
59
+ muiName: string;
60
+ };
61
+ export declare const ArrowRightIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
62
+ muiName: string;
63
+ };
64
+ export declare const ArrowUpIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
65
+ muiName: string;
66
+ };
67
+ export declare const ArrowDownIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
68
+ muiName: string;
69
+ };
70
+ export declare const MoreVertIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
71
+ muiName: string;
72
+ };
73
+ export declare const MoreHorizIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
74
+ muiName: string;
75
+ };
76
+ export declare const PlayIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
77
+ muiName: string;
78
+ };
79
+ export declare const PlaySolidIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
80
+ muiName: string;
81
+ };
82
+ export declare const StopIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
83
+ muiName: string;
84
+ };
85
+ export declare const StopSolidIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
86
+ muiName: string;
87
+ };
88
+ export declare const PauseIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
89
+ muiName: string;
90
+ };
91
+ export declare const FilterIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
92
+ muiName: string;
93
+ };
94
+ export declare const FixedPositionIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
95
+ muiName: string;
96
+ };
97
+ export declare const MeasurementSetupIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
98
+ muiName: string;
99
+ };
100
+ export declare const WorkspacesIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
101
+ muiName: string;
102
+ };
103
+ export declare const DisableIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
104
+ muiName: string;
105
+ };
106
+ export declare const BusIsOnIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
107
+ muiName: string;
108
+ };
109
+ export declare const BusIsOffIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
110
+ muiName: string;
111
+ };
112
+ export declare const CopyIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
113
+ muiName: string;
114
+ };
115
+ export declare const SelectAllIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
116
+ muiName: string;
117
+ };
118
+ export declare const OpenExternallyIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
119
+ muiName: string;
120
+ };
121
+ export { CloseIcon as ClearIcon };
package/dist/icons.js ADDED
@@ -0,0 +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"),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-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"),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-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"),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:"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"),y=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",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Block-1--Streamline-Core",children:[e.jsx("desc",{children:"Block 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"block-1--remove-circle-garbage-trash-delete",children:[e.jsx("path",{id:"Vector",d:"M7.005 13.509642857142856C3.412585821428571 13.509642857142856 0.5003571428571428 10.597464214285713 0.5003571428571428 7.005 0.5003571428571428 3.412585821428571 3.412585821428571 0.5003571428571428 7.005 0.5003571428571428c3.592464214285714 0 6.504642857142857 2.912228678571428 6.504642857142857 6.504642857142857 0 3.592464214285714 -2.9121786428571426 6.504642857142857 -6.504642857142857 6.504642857142857Z"}),e.jsx("path",{id:"Vector_2",d:"M11.608285714285714 11.608285714285714 2.401684264285714 2.4017342999999998"})]})]}),"Disable"),P=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"),_=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"),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:"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"),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:"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");exports.AddIcon=w;exports.ArrowDownIcon=V;exports.ArrowLeftIcon=k;exports.ArrowRightIcon=I;exports.ArrowUpIcon=C;exports.BusIsOffIcon=_;exports.BusIsOnIcon=P;exports.ClearIcon=r;exports.CloseIcon=r;exports.CopyIcon=F;exports.DarkModeIcon=d;exports.DeleteIcon=v;exports.DisableIcon=T;exports.EditIcon=g;exports.FilterIcon=D;exports.FixedPositionIcon=Z;exports.LeaveFullScreenIcon=j;exports.LightModeIcon=a;exports.LineArrowDownIcon=S;exports.LineArrowUpIcon=u;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=R;exports.ServiceIconActive=s;exports.ServiceIconInactive=c;exports.SettingsIcon=l;exports.StopIcon=W;exports.StopSolidIcon=y;exports.ToolsPanelHiddenIcon=h;exports.ToolsPanelVisibleIcon=x;exports.UnmaximizeWindowIcon=p;exports.WorkspacesIcon=H;