@kvaser/canking-api 7.1.0-beta.241 → 7.1.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 (504) hide show
  1. package/README.md +98 -64
  2. package/REDISTRIBUTABLES.txt +86 -2
  3. package/dist/ElectronAPIFake.js +1 -1
  4. package/dist/ElectronAPIFake.mjs +16 -13
  5. package/dist/controls.js +1 -1
  6. package/dist/controls.mjs +1103 -1107
  7. package/dist/grpc.js +1 -1
  8. package/dist/grpc.mjs +69 -55
  9. package/dist/ipc/index.d.ts +6 -0
  10. package/dist/ipc.js +1 -1
  11. package/dist/ipc.mjs +28 -25
  12. package/dist/measurement_settings.js +1 -1
  13. package/dist/measurement_settings.mjs +229 -244
  14. package/dist/models/index.d.ts +4 -1
  15. package/dist/models.js +1 -1
  16. package/dist/models.mjs +188 -181
  17. package/dist/protos/app_params.d.ts +10 -0
  18. package/dist/protos/frame_params.d.ts +2 -6
  19. package/dist/protos/measurement_params.d.ts +9 -0
  20. package/dist/protos/measurement_service.d.ts +29 -1
  21. package/dist/protos/measurement_settings.d.ts +3 -3
  22. package/dist/protos/signal_params.d.ts +3 -0
  23. package/dist/status_params.js +1 -1
  24. package/dist/status_params.mjs +589 -491
  25. package/doc/assets/favicon.png +0 -0
  26. package/doc/assets/hierarchy.js +1 -0
  27. package/doc/assets/highlight.css +16 -16
  28. package/doc/assets/icons.js +1 -1
  29. package/doc/assets/icons.svg +1 -1
  30. package/doc/assets/main.js +5 -5
  31. package/doc/assets/navigation.js +1 -1
  32. package/doc/assets/search.js +1 -1
  33. package/doc/assets/style.css +1405 -1288
  34. package/doc/classes/controls.LocalizedStrings.html +3 -176
  35. package/doc/classes/models.DataBuffer.html +16 -189
  36. package/doc/classes/models.DataBufferView.html +11 -184
  37. package/doc/classes/models.Point.html +7 -180
  38. package/doc/enums/models.AccessMode.html +9 -182
  39. package/doc/enums/models.AppEvent.html +6 -179
  40. package/doc/enums/models.CanChannelCap.html +44 -217
  41. package/doc/enums/models.CanFrameFlag.html +27 -200
  42. package/doc/enums/models.CanMode.html +7 -180
  43. package/doc/enums/models.DecimalChar.html +5 -178
  44. package/doc/enums/models.DeviceEvent.html +6 -179
  45. package/doc/enums/models.FileConflictAction.html +7 -180
  46. package/doc/enums/models.FileType.html +7 -0
  47. package/doc/enums/models.LinFrameFlag.html +12 -185
  48. package/doc/enums/models.LogFileFormat.html +48 -221
  49. package/doc/enums/models.LogLevel.html +17 -190
  50. package/doc/enums/models.LogReplayState.html +6 -179
  51. package/doc/enums/models.MeasurementEvent.html +12 -185
  52. package/doc/enums/models.MessageLoggerState.html +7 -180
  53. package/doc/enums/models.Protocols.html +9 -182
  54. package/doc/enums/models.Separator.html +5 -178
  55. package/doc/enums/models.SignalEncoding.html +5 -178
  56. package/doc/enums/models.SignalType.html +12 -185
  57. package/doc/enums/models.SignalValueTriggerOperator.html +13 -186
  58. package/doc/enums/models.StatusLevel.html +7 -180
  59. package/doc/enums/models.TimeReference.html +5 -178
  60. package/doc/enums/models.TriggerOperator.html +6 -179
  61. package/doc/functions/controls.CanChannelSelectControl.html +2 -175
  62. package/doc/functions/controls.CanIdentifierControl.html +2 -175
  63. package/doc/functions/controls.CanIdentifierFrameControl.html +2 -175
  64. package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -175
  65. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -175
  66. package/doc/functions/controls.CanKingDataProvider.html +5 -178
  67. package/doc/functions/controls.CheckboxControl.html +2 -175
  68. package/doc/functions/controls.ColumnItemControl.html +2 -175
  69. package/doc/functions/controls.ContextMenu.html +2 -175
  70. package/doc/functions/controls.DropdownButton.html +2 -175
  71. package/doc/functions/controls.DropdownButtonTextItems.html +2 -175
  72. package/doc/functions/controls.DropdownPanel.html +2 -175
  73. package/doc/functions/controls.FillBox.html +19 -192
  74. package/doc/functions/controls.FormControlRow.html +2 -175
  75. package/doc/functions/controls.InlineEditor.html +2 -175
  76. package/doc/functions/controls.NumberRangeControl.html +2 -175
  77. package/doc/functions/controls.OneLineButton.html +19 -192
  78. package/doc/functions/controls.RadioControl.html +2 -175
  79. package/doc/functions/controls.RadioGroupControl.html +2 -175
  80. package/doc/functions/controls.SectionControl.html +2 -175
  81. package/doc/functions/controls.SelectControl.html +2 -175
  82. package/doc/functions/controls.SizedBox.html +19 -192
  83. package/doc/functions/controls.TableControl.html +3 -176
  84. package/doc/functions/controls.TabsPanel.html +19 -192
  85. package/doc/functions/controls.TextControl.html +2 -175
  86. package/doc/functions/controls.ToolbarControl.html +2 -175
  87. package/doc/functions/controls.ValidateableTextControl.html +2 -175
  88. package/doc/functions/controls.useColumnItem.html +3 -176
  89. package/doc/functions/controls.useColumnItems.html +3 -176
  90. package/doc/functions/hooks.useDevices.html +3 -176
  91. package/doc/functions/hooks.useIsOnline.html +3 -176
  92. package/doc/functions/hooks.useLanguage.html +3 -176
  93. package/doc/functions/hooks.useLocalizedStrings.html +3 -176
  94. package/doc/functions/hooks.useLogMessages.html +3 -176
  95. package/doc/functions/hooks.useMaxDataBytes.html +2 -175
  96. package/doc/functions/hooks.useMeasurementSetup.html +3 -176
  97. package/doc/functions/hooks.useMeasurementStatus.html +3 -176
  98. package/doc/functions/hooks.useMessageLogFileFormats.html +2 -175
  99. package/doc/functions/hooks.useNewMeasurementData.html +5 -178
  100. package/doc/functions/hooks.useNodeStatus.html +3 -176
  101. package/doc/functions/hooks.useNumericRadix.html +3 -176
  102. package/doc/functions/hooks.useOnlineStatus.html +3 -176
  103. package/doc/functions/hooks.useOverallStatusLevel.html +3 -176
  104. package/doc/functions/hooks.useProjectData.html +5 -178
  105. package/doc/functions/hooks.useRecentProjectFiles.html +2 -175
  106. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +3 -176
  107. package/doc/functions/hooks.useSessionData.html +5 -178
  108. package/doc/functions/hooks.useUserSettings.html +3 -176
  109. package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -175
  110. package/doc/functions/icons.AddIcon.html +4 -175
  111. package/doc/functions/icons.ArrowDownIcon.html +4 -175
  112. package/doc/functions/icons.ArrowLeftIcon.html +4 -175
  113. package/doc/functions/icons.ArrowRightIcon.html +4 -175
  114. package/doc/functions/icons.ArrowUpIcon.html +4 -175
  115. package/doc/functions/icons.BusIsOffIcon.html +4 -175
  116. package/doc/functions/icons.BusIsOnIcon.html +4 -175
  117. package/doc/functions/icons.CloseIcon.html +4 -175
  118. package/doc/functions/icons.CopyIcon.html +4 -175
  119. package/doc/functions/icons.DarkModeIcon.html +4 -175
  120. package/doc/functions/icons.DeleteIcon.html +4 -175
  121. package/doc/functions/icons.DisableIcon.html +4 -175
  122. package/doc/functions/icons.EditIcon.html +4 -175
  123. package/doc/functions/icons.FilterIcon.html +4 -175
  124. package/doc/functions/icons.FixedPositionIcon.html +4 -175
  125. package/doc/functions/icons.LeaveFullScreenIcon.html +4 -175
  126. package/doc/functions/icons.LightModeIcon.html +4 -175
  127. package/doc/functions/icons.LineArrowDownIcon.html +4 -175
  128. package/doc/functions/icons.LineArrowUpIcon.html +4 -175
  129. package/doc/functions/icons.MaximizeWindowIcon.html +4 -175
  130. package/doc/functions/icons.MeasurementSetupIcon.html +4 -175
  131. package/doc/functions/icons.MoreHorizIcon.html +4 -175
  132. package/doc/functions/icons.MoreVertIcon.html +4 -175
  133. package/doc/functions/icons.NewIcon.html +4 -175
  134. package/doc/functions/icons.OpenExternallyIcon.html +4 -175
  135. package/doc/functions/icons.OpenIcon.html +4 -175
  136. package/doc/functions/icons.PauseIcon.html +4 -175
  137. package/doc/functions/icons.PlayIcon.html +4 -175
  138. package/doc/functions/icons.PlaySolidIcon.html +4 -175
  139. package/doc/functions/icons.SaveIcon.html +4 -175
  140. package/doc/functions/icons.SelectAllIcon.html +4 -175
  141. package/doc/functions/icons.ServiceIconActive.html +4 -175
  142. package/doc/functions/icons.ServiceIconInactive.html +4 -175
  143. package/doc/functions/icons.SettingsIcon.html +4 -175
  144. package/doc/functions/icons.StopIcon.html +4 -175
  145. package/doc/functions/icons.StopSolidIcon.html +4 -175
  146. package/doc/functions/icons.ToolsPanelHiddenIcon.html +4 -175
  147. package/doc/functions/icons.ToolsPanelVisibleIcon.html +4 -175
  148. package/doc/functions/icons.UnmaximizeWindowIcon.html +4 -175
  149. package/doc/functions/icons.WorkspacesIcon.html +4 -175
  150. package/doc/functions/ipc.addDataProcessor.html +3 -176
  151. package/doc/functions/ipc.addSource.html +3 -176
  152. package/doc/functions/ipc.addTarget.html +3 -176
  153. package/doc/functions/ipc.connectNodes.html +3 -176
  154. package/doc/functions/ipc.deleteDataProcessor.html +3 -176
  155. package/doc/functions/ipc.deleteSource.html +3 -176
  156. package/doc/functions/ipc.deleteTarget.html +3 -176
  157. package/doc/functions/ipc.disableNode.html +3 -176
  158. package/doc/functions/ipc.disconnectNodes.html +3 -176
  159. package/doc/functions/ipc.enableNode.html +3 -176
  160. package/doc/functions/ipc.getFrameDefinitions.html +3 -176
  161. package/doc/functions/ipc.getLogger.html +3 -176
  162. package/doc/functions/ipc.getMessageLogFileFormats.html +3 -176
  163. package/doc/functions/ipc.sendCanMessage.html +4 -177
  164. package/doc/functions/ipc.sendMessage.html +3 -176
  165. package/doc/functions/ipc.showMessageBox.html +3 -176
  166. package/doc/functions/ipc.showQuestionBox.html +3 -176
  167. package/doc/functions/ipc.startLogReplay.html +3 -176
  168. package/doc/functions/ipc.startMeasurement.html +2 -175
  169. package/doc/functions/ipc.startPeriodicTransmission.html +3 -176
  170. package/doc/functions/ipc.stopLogReplay.html +3 -176
  171. package/doc/functions/ipc.stopMeasurement.html +2 -175
  172. package/doc/functions/ipc.stopPeriodicTransmission.html +3 -176
  173. package/doc/functions/ipc.updateDataProcessor.html +3 -176
  174. package/doc/functions/ipc.updatePeriodicTransmission.html +4 -0
  175. package/doc/functions/ipc.updateSource.html +3 -176
  176. package/doc/functions/ipc.updateTarget.html +3 -176
  177. package/doc/functions/models.accessModeFromJSON.html +1 -174
  178. package/doc/functions/models.accessModeToJSON.html +1 -174
  179. package/doc/functions/models.appEventFromJSON.html +1 -174
  180. package/doc/functions/models.appEventToJSON.html +1 -174
  181. package/doc/functions/models.canChannelCapFromJSON.html +1 -174
  182. package/doc/functions/models.canChannelCapToJSON.html +1 -174
  183. package/doc/functions/models.canFrameFlagFromJSON.html +1 -174
  184. package/doc/functions/models.canFrameFlagToJSON.html +1 -174
  185. package/doc/functions/models.canModeFromJSON.html +1 -174
  186. package/doc/functions/models.canModeToJSON.html +1 -174
  187. package/doc/functions/models.createElectronApiFake.html +3 -176
  188. package/doc/functions/models.decimalCharFromJSON.html +1 -174
  189. package/doc/functions/models.decimalCharToJSON.html +1 -174
  190. package/doc/functions/models.decimalToFixed.html +1 -174
  191. package/doc/functions/models.decimalToHex.html +1 -174
  192. package/doc/functions/models.deviceEventFromJSON.html +1 -174
  193. package/doc/functions/models.deviceEventToJSON.html +1 -174
  194. package/doc/functions/models.fileConflictActionFromJSON.html +1 -174
  195. package/doc/functions/models.fileConflictActionToJSON.html +1 -174
  196. package/doc/functions/models.fileTypeFromJSON.html +1 -0
  197. package/doc/functions/models.fileTypeToJSON.html +1 -0
  198. package/doc/functions/models.linFrameFlagFromJSON.html +1 -174
  199. package/doc/functions/models.linFrameFlagToJSON.html +1 -174
  200. package/doc/functions/models.logFileFormatFromJSON.html +1 -174
  201. package/doc/functions/models.logFileFormatToJSON.html +1 -174
  202. package/doc/functions/models.logLevelFromJSON.html +1 -174
  203. package/doc/functions/models.logLevelToJSON.html +1 -174
  204. package/doc/functions/models.logReplayStateFromJSON.html +1 -174
  205. package/doc/functions/models.logReplayStateToJSON.html +1 -174
  206. package/doc/functions/models.longToNumber.html +1 -174
  207. package/doc/functions/models.measurementEventFromJSON.html +1 -174
  208. package/doc/functions/models.measurementEventToJSON.html +1 -174
  209. package/doc/functions/models.messageLoggerStateFromJSON.html +1 -174
  210. package/doc/functions/models.messageLoggerStateToJSON.html +1 -174
  211. package/doc/functions/models.protocolsFromJSON.html +1 -174
  212. package/doc/functions/models.protocolsToJSON.html +1 -174
  213. package/doc/functions/models.separatorFromJSON.html +1 -174
  214. package/doc/functions/models.separatorToJSON.html +1 -174
  215. package/doc/functions/models.signalEncodingFromJSON.html +1 -174
  216. package/doc/functions/models.signalEncodingToJSON.html +1 -174
  217. package/doc/functions/models.signalTypeFromJSON.html +1 -174
  218. package/doc/functions/models.signalTypeToJSON.html +1 -174
  219. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +1 -174
  220. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +1 -174
  221. package/doc/functions/models.statusLevelFromJSON.html +1 -174
  222. package/doc/functions/models.statusLevelToJSON.html +1 -174
  223. package/doc/functions/models.timeReferenceFromJSON.html +1 -174
  224. package/doc/functions/models.timeReferenceToJSON.html +1 -174
  225. package/doc/functions/models.triggerOperatorFromJSON.html +1 -174
  226. package/doc/functions/models.triggerOperatorToJSON.html +1 -174
  227. package/doc/hierarchy.html +1 -174
  228. package/doc/index.html +65 -237
  229. package/doc/interfaces/controls.ButtonGroupProps.html +6 -179
  230. package/doc/interfaces/controls.ButtonProps.html +10 -183
  231. package/doc/interfaces/controls.CanChannelSelectControlProps.html +14 -187
  232. package/doc/interfaces/controls.CanIdentifierControlProps.html +16 -189
  233. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +14 -187
  234. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +27 -200
  235. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +17 -190
  236. package/doc/interfaces/controls.CheckboxControlProps.html +7 -180
  237. package/doc/interfaces/controls.ColumnItemControlProps.html +3 -176
  238. package/doc/interfaces/controls.ContextMenuProps.html +6 -179
  239. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +4 -177
  240. package/doc/interfaces/controls.DropdownButtonProps.html +11 -184
  241. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +9 -182
  242. package/doc/interfaces/controls.DropdownPanelProps.html +15 -188
  243. package/doc/interfaces/controls.FormControlRowProps.html +7 -180
  244. package/doc/interfaces/controls.ILocalizedStrings.html +3 -176
  245. package/doc/interfaces/controls.InlineEditorProps.html +9 -182
  246. package/doc/interfaces/controls.LabelProps.html +3 -176
  247. package/doc/interfaces/controls.NumberRangeControlProps.html +41 -214
  248. package/doc/interfaces/controls.RadioControlProps.html +4 -177
  249. package/doc/interfaces/controls.RadioGroupControlProps.html +6 -179
  250. package/doc/interfaces/controls.SectionControlProps.html +8 -181
  251. package/doc/interfaces/controls.SelectControlProps.html +20 -193
  252. package/doc/interfaces/controls.TableColumn.html +10 -183
  253. package/doc/interfaces/controls.TableControlProps.html +18 -191
  254. package/doc/interfaces/controls.TextControlProps.html +24 -197
  255. package/doc/interfaces/controls.ToggleButtonGroupProps.html +9 -182
  256. package/doc/interfaces/controls.ToggleButtonProps.html +5 -178
  257. package/doc/interfaces/controls.ToolbarControlProps.html +9 -182
  258. package/doc/interfaces/controls.ValidateableTextControlProps.html +40 -213
  259. package/doc/interfaces/controls.toolbarItem.html +7 -180
  260. package/doc/interfaces/ipc.ILogger.html +3 -176
  261. package/doc/interfaces/models.AboutInformation.html +8 -181
  262. package/doc/interfaces/models.ActivateLicenseRequest.html +6 -179
  263. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +3 -176
  264. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +3 -176
  265. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +9 -182
  266. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +5 -178
  267. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +5 -178
  268. package/doc/interfaces/models.ApiPreferences.html +5 -178
  269. package/doc/interfaces/models.AppEventArgs.html +4 -177
  270. package/doc/interfaces/models.BaseNodeProperties.html +5 -178
  271. package/doc/interfaces/models.BusStatus.html +17 -190
  272. package/doc/interfaces/models.CanBusParamLimits.html +7 -180
  273. package/doc/interfaces/models.CanBusParams.html +3 -176
  274. package/doc/interfaces/models.CanBusSpeed.html +12 -185
  275. package/doc/interfaces/models.CanBusSpeedInfo.html +18 -191
  276. package/doc/interfaces/models.CanChannelCapacity.html +7 -180
  277. package/doc/interfaces/models.CanChannelConfiguration.html +12 -185
  278. package/doc/interfaces/models.CanFDBusSpeedCombination.html +4 -177
  279. package/doc/interfaces/models.CanFDBusSpeedInfo.html +14 -187
  280. package/doc/interfaces/models.CanFrameFlags.html +3 -176
  281. package/doc/interfaces/models.CanMessageFilterSettings.html +5 -178
  282. package/doc/interfaces/models.Channel.html +5 -178
  283. package/doc/interfaces/models.ChannelSettings.html +20 -193
  284. package/doc/interfaces/models.ClearLinMessageRequest.html +6 -179
  285. package/doc/interfaces/models.ConnectNodesRequest.html +4 -177
  286. package/doc/interfaces/models.DataProcessingStatus.html +6 -179
  287. package/doc/interfaces/models.DataProcessorNodeProperties.html +8 -181
  288. package/doc/interfaces/models.DatabasesSettings.html +3 -176
  289. package/doc/interfaces/models.Device.html +6 -179
  290. package/doc/interfaces/models.DeviceEventArgs.html +4 -177
  291. package/doc/interfaces/models.Devices.html +2 -175
  292. package/doc/interfaces/models.DisconnectNodesRequest.html +4 -177
  293. package/doc/interfaces/models.Empty.html +2 -175
  294. package/doc/interfaces/models.ErrorStatus.html +3 -176
  295. package/doc/interfaces/models.Frame.html +19 -192
  296. package/doc/interfaces/models.FrameDefinition.html +10 -181
  297. package/doc/interfaces/models.FrameDefinitions.html +2 -175
  298. package/doc/interfaces/models.FramePropertyValue.html +4 -177
  299. package/doc/interfaces/models.FrameReceivedTrigger.html +6 -179
  300. package/doc/interfaces/models.Frame_PropertiesEntry.html +2 -175
  301. package/doc/interfaces/models.Frames.html +2 -175
  302. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +3 -176
  303. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +6 -179
  304. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +5 -178
  305. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +4 -177
  306. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +4 -177
  307. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +3 -176
  308. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +4 -177
  309. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +4 -177
  310. package/doc/interfaces/models.GetDataProcessorResponse.html +3 -176
  311. package/doc/interfaces/models.GetDevicesRequest.html +3 -176
  312. package/doc/interfaces/models.GetDevicesResponse.html +3 -176
  313. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +3 -176
  314. package/doc/interfaces/models.GetLicensesResponse.html +3 -176
  315. package/doc/interfaces/models.GetLogFileFormatsRequest.html +6 -179
  316. package/doc/interfaces/models.GetLogFileFormatsResponse.html +3 -176
  317. package/doc/interfaces/models.GetLogLevelResponse.html +4 -177
  318. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +3 -176
  319. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +3 -176
  320. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +4 -177
  321. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +7 -180
  322. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +5 -178
  323. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +4 -177
  324. package/doc/interfaces/models.GetSourceResponse.html +3 -176
  325. package/doc/interfaces/models.GetTargetResponse.html +3 -176
  326. package/doc/interfaces/models.ILogFileFormat.html +3 -176
  327. package/doc/interfaces/models.IProject.html +4 -177
  328. package/doc/interfaces/models.IUserSettings.html +13 -183
  329. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +4 -177
  330. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +4 -177
  331. package/doc/interfaces/models.IWorkspaceData.html +4 -177
  332. package/doc/interfaces/models.IWorkspacePaneData.html +4 -177
  333. package/doc/interfaces/models.IdentifierRequest.html +3 -176
  334. package/doc/interfaces/models.IdentifiersRequest.html +3 -176
  335. package/doc/interfaces/models.InstallServiceExtensionRequest.html +6 -179
  336. package/doc/interfaces/models.InterpreterSettings.html +4 -177
  337. package/doc/interfaces/models.J1939InterpreterSettings.html +2 -175
  338. package/doc/interfaces/models.LicenseInformation.html +18 -191
  339. package/doc/interfaces/models.Licenses.html +3 -176
  340. package/doc/interfaces/models.LinChannelConfiguration.html +12 -185
  341. package/doc/interfaces/models.LinFrameFlags.html +3 -176
  342. package/doc/interfaces/models.LogMessage.html +8 -181
  343. package/doc/interfaces/models.LogMessages.html +3 -176
  344. package/doc/interfaces/models.LogReplaySettings.html +24 -197
  345. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +2 -175
  346. package/doc/interfaces/models.LogReplayStatus.html +3 -176
  347. package/doc/interfaces/models.MeasurementEventArgs.html +5 -178
  348. package/doc/interfaces/models.MeasurementSetup.html +3 -176
  349. package/doc/interfaces/models.MessageLoggerSettings.html +40 -213
  350. package/doc/interfaces/models.MessageLoggerStatus.html +3 -176
  351. package/doc/interfaces/models.NodeStatus.html +18 -191
  352. package/doc/interfaces/models.NodeStatuses.html +3 -176
  353. package/doc/interfaces/models.OnlineStatus.html +3 -176
  354. package/doc/interfaces/models.PeriodicTransmissionSettings.html +34 -207
  355. package/doc/interfaces/models.RequestLinMessageRequest.html +6 -179
  356. package/doc/interfaces/models.ScheduleTable.html +5 -178
  357. package/doc/interfaces/models.ScheduleTableEntry.html +5 -178
  358. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +4 -177
  359. package/doc/interfaces/models.SendMessageRequest.html +3 -176
  360. package/doc/interfaces/models.ServiceExtensionSettings.html +4 -177
  361. package/doc/interfaces/models.SetLogLevelRequest.html +4 -177
  362. package/doc/interfaces/models.SetMeasurementSetupRequest.html +3 -176
  363. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +7 -180
  364. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +5 -178
  365. package/doc/interfaces/models.SignalDefinition.html +11 -181
  366. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +2 -175
  367. package/doc/interfaces/models.SignalDefinitions.html +2 -175
  368. package/doc/interfaces/models.SignalValue.html +5 -180
  369. package/doc/interfaces/models.SignalValueTrigger.html +14 -187
  370. package/doc/interfaces/models.SourceNodeProperties.html +7 -180
  371. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +3 -176
  372. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +3 -176
  373. package/doc/interfaces/models.TargetNodeProperties.html +5 -178
  374. package/doc/interfaces/models.TriggerSettings.html +8 -181
  375. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +3 -176
  376. package/doc/interfaces/models.UpdateLinMessageRequest.html +4 -177
  377. package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +7 -0
  378. package/doc/interfaces/models.WriteFrame.html +6 -183
  379. package/doc/modules/controls.html +3 -241
  380. package/doc/modules/hooks.html +3 -196
  381. package/doc/modules/icons.html +2 -216
  382. package/doc/modules/ipc.html +2 -202
  383. package/doc/modules/models.html +2 -478
  384. package/doc/modules.html +1 -179
  385. package/doc/types/controls.ContextMenuOption.html +6 -179
  386. package/doc/types/controls.SelectOption.html +4 -177
  387. package/doc/types/controls.StringsMap.html +2 -175
  388. package/doc/types/controls.canIdentifierType.html +2 -175
  389. package/doc/types/models.IReadOnlyDataBuffer.html +1 -174
  390. package/doc/types/models.themes.html +1 -174
  391. package/doc/variables/models.AboutInformation-1.html +1 -174
  392. package/doc/variables/models.ActivateLicenseRequest-1.html +1 -174
  393. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +1 -174
  394. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +1 -174
  395. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +1 -174
  396. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +1 -174
  397. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +1 -174
  398. package/doc/variables/models.ApiPreferences-1.html +1 -174
  399. package/doc/variables/models.AppEventArgs-1.html +1 -174
  400. package/doc/variables/models.BaseNodeProperties-1.html +1 -174
  401. package/doc/variables/models.BusStatus-1.html +1 -174
  402. package/doc/variables/models.CanBusParamLimits-1.html +1 -174
  403. package/doc/variables/models.CanBusParams-1.html +1 -174
  404. package/doc/variables/models.CanBusSpeed-1.html +1 -174
  405. package/doc/variables/models.CanBusSpeedInfo-1.html +1 -174
  406. package/doc/variables/models.CanChannelCapacity-1.html +1 -174
  407. package/doc/variables/models.CanChannelConfiguration-1.html +1 -174
  408. package/doc/variables/models.CanFDBusSpeedCombination-1.html +1 -174
  409. package/doc/variables/models.CanFDBusSpeedInfo-1.html +1 -174
  410. package/doc/variables/models.CanFrameFlags-1.html +1 -174
  411. package/doc/variables/models.CanMessageFilterSettings-1.html +1 -174
  412. package/doc/variables/models.Channel-1.html +1 -174
  413. package/doc/variables/models.ChannelSettings-1.html +1 -174
  414. package/doc/variables/models.ClearLinMessageRequest-1.html +1 -174
  415. package/doc/variables/models.ConnectNodesRequest-1.html +1 -174
  416. package/doc/variables/models.DataProcessingStatus-1.html +1 -174
  417. package/doc/variables/models.DataProcessorNodeProperties-1.html +1 -174
  418. package/doc/variables/models.DatabasesSettings-1.html +1 -174
  419. package/doc/variables/models.Device-1.html +1 -174
  420. package/doc/variables/models.DeviceEventArgs-1.html +1 -174
  421. package/doc/variables/models.Devices-1.html +1 -174
  422. package/doc/variables/models.DisconnectNodesRequest-1.html +1 -174
  423. package/doc/variables/models.Empty-1.html +1 -174
  424. package/doc/variables/models.ErrorStatus-1.html +1 -174
  425. package/doc/variables/models.Frame-1.html +1 -174
  426. package/doc/variables/models.FrameDefinition-1.html +1 -174
  427. package/doc/variables/models.FrameDefinitions-1.html +1 -174
  428. package/doc/variables/models.FramePropertyValue-1.html +1 -174
  429. package/doc/variables/models.FrameReceivedTrigger-1.html +1 -174
  430. package/doc/variables/models.Frame_PropertiesEntry-1.html +1 -174
  431. package/doc/variables/models.Frames-1.html +1 -174
  432. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +1 -174
  433. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +1 -174
  434. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +1 -174
  435. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +1 -174
  436. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +1 -174
  437. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +1 -174
  438. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +1 -174
  439. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +1 -174
  440. package/doc/variables/models.GetDataProcessorResponse-1.html +1 -174
  441. package/doc/variables/models.GetDevicesRequest-1.html +1 -174
  442. package/doc/variables/models.GetDevicesResponse-1.html +1 -174
  443. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +1 -174
  444. package/doc/variables/models.GetLicensesResponse-1.html +1 -174
  445. package/doc/variables/models.GetLogFileFormatsRequest-1.html +1 -174
  446. package/doc/variables/models.GetLogFileFormatsResponse-1.html +1 -174
  447. package/doc/variables/models.GetLogLevelResponse-1.html +1 -174
  448. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +1 -174
  449. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +1 -174
  450. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +1 -174
  451. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +1 -174
  452. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +1 -174
  453. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +1 -174
  454. package/doc/variables/models.GetSourceResponse-1.html +1 -174
  455. package/doc/variables/models.GetTargetResponse-1.html +1 -174
  456. package/doc/variables/models.IdentifierRequest-1.html +1 -174
  457. package/doc/variables/models.IdentifiersRequest-1.html +1 -174
  458. package/doc/variables/models.InstallServiceExtensionRequest-1.html +1 -174
  459. package/doc/variables/models.InterpreterSettings-1.html +1 -174
  460. package/doc/variables/models.J1939InterpreterSettings-1.html +1 -174
  461. package/doc/variables/models.LicenseInformation-1.html +1 -174
  462. package/doc/variables/models.Licenses-1.html +1 -174
  463. package/doc/variables/models.LinChannelConfiguration-1.html +1 -174
  464. package/doc/variables/models.LinFrameFlags-1.html +1 -174
  465. package/doc/variables/models.LogMessage-1.html +1 -174
  466. package/doc/variables/models.LogMessages-1.html +1 -174
  467. package/doc/variables/models.LogReplaySettings-1.html +1 -174
  468. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +1 -174
  469. package/doc/variables/models.LogReplayStatus-1.html +1 -174
  470. package/doc/variables/models.MeasurementEventArgs-1.html +1 -174
  471. package/doc/variables/models.MeasurementSetup-1.html +1 -174
  472. package/doc/variables/models.MessageLoggerSettings-1.html +1 -174
  473. package/doc/variables/models.MessageLoggerStatus-1.html +1 -174
  474. package/doc/variables/models.NodeStatus-1.html +1 -174
  475. package/doc/variables/models.NodeStatuses-1.html +1 -174
  476. package/doc/variables/models.OnlineStatus-1.html +1 -174
  477. package/doc/variables/models.PeriodicTransmissionSettings-1.html +1 -174
  478. package/doc/variables/models.RequestLinMessageRequest-1.html +1 -174
  479. package/doc/variables/models.ScheduleTable-1.html +1 -174
  480. package/doc/variables/models.ScheduleTableEntry-1.html +1 -174
  481. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +1 -174
  482. package/doc/variables/models.SendMessageRequest-1.html +1 -174
  483. package/doc/variables/models.ServiceExtensionSettings-1.html +1 -174
  484. package/doc/variables/models.SetLogLevelRequest-1.html +1 -174
  485. package/doc/variables/models.SetMeasurementSetupRequest-1.html +1 -174
  486. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +1 -174
  487. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +1 -174
  488. package/doc/variables/models.SignalDefinition-1.html +1 -174
  489. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +1 -174
  490. package/doc/variables/models.SignalDefinitions-1.html +1 -174
  491. package/doc/variables/models.SignalValue-1.html +1 -174
  492. package/doc/variables/models.SignalValueTrigger-1.html +1 -174
  493. package/doc/variables/models.SourceNodeProperties-1.html +1 -174
  494. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +1 -174
  495. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +1 -174
  496. package/doc/variables/models.TargetNodeProperties-1.html +1 -174
  497. package/doc/variables/models.TriggerSettings-1.html +1 -174
  498. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +1 -174
  499. package/doc/variables/models.UpdateLinMessageRequest-1.html +1 -174
  500. package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +1 -0
  501. package/doc/variables/models.WriteFrame-1.html +1 -174
  502. package/doc/variables/models.defaultUserSettings.html +2 -175
  503. package/package.json +2 -3
  504. package/doc/assets/material-style.css +0 -338
package/dist/controls.mjs CHANGED
@@ -1,205 +1,205 @@
1
- import { u as H, a as We, b as re, c as De, d as Ue } from "./index.mjs";
2
- import { C as br, D as mr, L as pr, g as vr, f as xr, M as Cr, O as Sr, R as Nr, U as yr, W as Ir, e as $r, r as Fr } from "./index.mjs";
3
- import { jsx as c, jsxs as L, Fragment as J } from "react/jsx-runtime";
4
- import * as Y from "react";
5
- import oe, { useCallback as F, useRef as $e, useState as A, useEffect as k, useMemo as j } from "react";
6
- import { FormControlLabel as Fe, Checkbox as ze, Box as Q, styled as W, Button as Ke, IconButton as we, Popover as Xe, MenuItem as se, FormControl as Me, Stack as Re, TextField as Ge, InputAdornment as he, Radio as qe, RadioGroup as Ye, Divider as He, Tooltip as ne, InputLabel as Je, Select as Qe, FormHelperText as Ze, ListSubheader as Ve, TableContainer as en, Table as nn, TableHead as tn, TableRow as ge, TableCell as be, TableBody as rn, Toolbar as an, Typography as Te, ToggleButtonGroup as ln, toggleButtonGroupClasses as me, ButtonGroup as on, buttonGroupClasses as Z, Paper as dn, ToggleButton as sn, Menu as un, ListItemIcon as cn, ListItemText as pe } from "@mui/material";
7
- import { LineArrowDownIcon as _e, LineArrowUpIcon as fn } from "./icons.mjs";
8
- import ue from "fast-deep-equal";
1
+ import { u as re, a as Ve, b as fe, c as en, d as nn } from "./index.mjs";
2
+ import { C as _r, D as wr, L as Rr, g as Ar, f as Tr, M as Er, O as Lr, R as Br, U as Or, W as kr, e as Wr, r as Pr } from "./index.mjs";
3
+ import { jsx as d, jsxs as j, Fragment as ae } from "react/jsx-runtime";
4
+ import * as te from "react";
5
+ import me, { useCallback as $, useRef as Le, useState as B, useEffect as P, useMemo as W } from "react";
6
+ import { FormControlLabel as Be, Checkbox as tn, Box as ie, styled as X, Button as rn, IconButton as Oe, Popover as an, MenuItem as pe, FormControl as ke, Stack as We, TextField as sn, InputAdornment as Se, Radio as ln, RadioGroup as on, Divider as dn, Tooltip as ue, InputLabel as un, Select as cn, FormHelperText as fn, ListSubheader as hn, TableContainer as gn, Table as mn, TableHead as bn, TableRow as $e, TableCell as Fe, TableBody as pn, Toolbar as xn, Typography as Pe, ToggleButtonGroup as vn, toggleButtonGroupClasses as Ie, ButtonGroup as Nn, buttonGroupClasses as le, Paper as Cn, ToggleButton as Sn, Menu as $n, ListItemIcon as Fn, ListItemText as ye } from "@mui/material";
7
+ import { LineArrowDownIcon as je, LineArrowUpIcon as In } from "./icons.mjs";
8
+ import xe from "fast-deep-equal";
9
9
  import "long";
10
- import { C as U, W as hn } from "./measurement_settings.mjs";
11
- function Ae({
10
+ import { C as G, W as yn } from "./measurement_settings.mjs";
11
+ function Ue({
12
12
  id: e = void 0,
13
13
  label: n,
14
14
  checked: t,
15
15
  onChange: r,
16
16
  disabled: a = !1,
17
- size: i = "small",
18
- sx: f = void 0
17
+ size: s = "small",
18
+ sx: u = void 0
19
19
  }) {
20
- const d = F((l) => {
21
- if (l.key === "Enter" && !l.ctrlKey && !l.altKey && !l.shiftKey) {
22
- l.preventDefault();
20
+ const l = $((i) => {
21
+ if (i.key === "Enter" && !i.ctrlKey && !i.altKey && !i.shiftKey) {
22
+ i.preventDefault();
23
23
  return;
24
24
  }
25
25
  }, []);
26
- return /* @__PURE__ */ c(
27
- Fe,
26
+ return /* @__PURE__ */ d(
27
+ Be,
28
28
  {
29
29
  id: e,
30
30
  "aria-label": e,
31
31
  disabled: a,
32
32
  "aria-disabled": a,
33
- control: /* @__PURE__ */ c(ze, { size: i, checked: t, onChange: (l, s) => r(s), onKeyDown: d }),
33
+ control: /* @__PURE__ */ d(tn, { size: s, checked: t, onChange: (i, o) => r(o), onKeyDown: l }),
34
34
  label: n,
35
35
  slotProps: { typography: { noWrap: !0 } },
36
- sx: f
36
+ sx: u
37
37
  }
38
38
  );
39
39
  }
40
- var V = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
41
- function Le(e) {
40
+ var oe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
41
+ function De(e) {
42
42
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
43
43
  }
44
- function gn(e) {
44
+ function Mn(e) {
45
45
  var n = typeof e;
46
46
  return e != null && (n == "object" || n == "function");
47
47
  }
48
- var ce = gn, bn = typeof V == "object" && V && V.Object === Object && V, mn = bn, pn = mn, vn = typeof self == "object" && self && self.Object === Object && self, xn = pn || vn || Function("return this")(), Ee = xn, Cn = Ee, Sn = function() {
49
- return Cn.Date.now();
50
- }, Nn = Sn, yn = /\s/;
51
- function In(e) {
52
- for (var n = e.length; n-- && yn.test(e.charAt(n)); )
48
+ var ve = Mn, _n = typeof oe == "object" && oe && oe.Object === Object && oe, wn = _n, Rn = wn, An = typeof self == "object" && self && self.Object === Object && self, Tn = Rn || An || Function("return this")(), ze = Tn, En = ze, Ln = function() {
49
+ return En.Date.now();
50
+ }, Bn = Ln, On = /\s/;
51
+ function kn(e) {
52
+ for (var n = e.length; n-- && On.test(e.charAt(n)); )
53
53
  ;
54
54
  return n;
55
55
  }
56
- var $n = In, Fn = $n, wn = /^\s+/;
57
- function Mn(e) {
58
- return e && e.slice(0, Fn(e) + 1).replace(wn, "");
56
+ var Wn = kn, Pn = Wn, jn = /^\s+/;
57
+ function Un(e) {
58
+ return e && e.slice(0, Pn(e) + 1).replace(jn, "");
59
59
  }
60
- var Rn = Mn, Tn = Ee, _n = Tn.Symbol, Be = _n, ve = Be, Oe = Object.prototype, An = Oe.hasOwnProperty, Ln = Oe.toString, q = ve ? ve.toStringTag : void 0;
61
- function En(e) {
62
- var n = An.call(e, q), t = e[q];
60
+ var Dn = Un, zn = ze, Kn = zn.Symbol, Ke = Kn, Me = Ke, Xe = Object.prototype, Xn = Xe.hasOwnProperty, Hn = Xe.toString, ne = Me ? Me.toStringTag : void 0;
61
+ function Gn(e) {
62
+ var n = Xn.call(e, ne), t = e[ne];
63
63
  try {
64
- e[q] = void 0;
64
+ e[ne] = void 0;
65
65
  var r = !0;
66
66
  } catch {
67
67
  }
68
- var a = Ln.call(e);
69
- return r && (n ? e[q] = t : delete e[q]), a;
68
+ var a = Hn.call(e);
69
+ return r && (n ? e[ne] = t : delete e[ne]), a;
70
70
  }
71
- var Bn = En, On = Object.prototype, kn = On.toString;
72
- function jn(e) {
73
- return kn.call(e);
71
+ var qn = Gn, Yn = Object.prototype, Jn = Yn.toString;
72
+ function Qn(e) {
73
+ return Jn.call(e);
74
74
  }
75
- var Pn = jn, xe = Be, Wn = Bn, Dn = Pn, Un = "[object Null]", zn = "[object Undefined]", Ce = xe ? xe.toStringTag : void 0;
76
- function Kn(e) {
77
- return e == null ? e === void 0 ? zn : Un : Ce && Ce in Object(e) ? Wn(e) : Dn(e);
75
+ var Zn = Qn, _e = Ke, Vn = qn, et = Zn, nt = "[object Null]", tt = "[object Undefined]", we = _e ? _e.toStringTag : void 0;
76
+ function rt(e) {
77
+ return e == null ? e === void 0 ? tt : nt : we && we in Object(e) ? Vn(e) : et(e);
78
78
  }
79
- var Xn = Kn;
80
- function Gn(e) {
79
+ var at = rt;
80
+ function it(e) {
81
81
  return e != null && typeof e == "object";
82
82
  }
83
- var qn = Gn, Yn = Xn, Hn = qn, Jn = "[object Symbol]";
84
- function Qn(e) {
85
- return typeof e == "symbol" || Hn(e) && Yn(e) == Jn;
83
+ var st = it, lt = at, ot = st, dt = "[object Symbol]";
84
+ function ut(e) {
85
+ return typeof e == "symbol" || ot(e) && lt(e) == dt;
86
86
  }
87
- var Zn = Qn, Vn = Rn, Se = ce, et = Zn, Ne = NaN, nt = /^[-+]0x[0-9a-f]+$/i, tt = /^0b[01]+$/i, rt = /^0o[0-7]+$/i, at = parseInt;
88
- function lt(e) {
87
+ var ct = ut, ft = Dn, Re = ve, ht = ct, Ae = NaN, gt = /^[-+]0x[0-9a-f]+$/i, mt = /^0b[01]+$/i, bt = /^0o[0-7]+$/i, pt = parseInt;
88
+ function xt(e) {
89
89
  if (typeof e == "number")
90
90
  return e;
91
- if (et(e))
92
- return Ne;
93
- if (Se(e)) {
91
+ if (ht(e))
92
+ return Ae;
93
+ if (Re(e)) {
94
94
  var n = typeof e.valueOf == "function" ? e.valueOf() : e;
95
- e = Se(n) ? n + "" : n;
95
+ e = Re(n) ? n + "" : n;
96
96
  }
97
97
  if (typeof e != "string")
98
98
  return e === 0 ? e : +e;
99
- e = Vn(e);
100
- var t = tt.test(e);
101
- return t || rt.test(e) ? at(e.slice(2), t ? 2 : 8) : nt.test(e) ? Ne : +e;
99
+ e = ft(e);
100
+ var t = mt.test(e);
101
+ return t || bt.test(e) ? pt(e.slice(2), t ? 2 : 8) : gt.test(e) ? Ae : +e;
102
102
  }
103
- var it = lt, ot = ce, le = Nn, ye = it, dt = "Expected a function", st = Math.max, ut = Math.min;
104
- function ct(e, n, t) {
105
- var r, a, i, f, d, l, s = 0, g = !1, x = !1, y = !0;
103
+ var vt = xt, Nt = ve, he = Bn, Te = vt, Ct = "Expected a function", St = Math.max, $t = Math.min;
104
+ function Ft(e, n, t) {
105
+ var r, a, s, u, l, i, o = 0, h = !1, b = !1, x = !0;
106
106
  if (typeof e != "function")
107
- throw new TypeError(dt);
108
- n = ye(n) || 0, ot(t) && (g = !!t.leading, x = "maxWait" in t, i = x ? st(ye(t.maxWait) || 0, n) : i, y = "trailing" in t ? !!t.trailing : y);
109
- function C(o) {
110
- var M = r, E = a;
111
- return r = a = void 0, s = o, f = e.apply(E, M), f;
107
+ throw new TypeError(Ct);
108
+ n = Te(n) || 0, Nt(t) && (h = !!t.leading, b = "maxWait" in t, s = b ? St(Te(t.maxWait) || 0, n) : s, x = "trailing" in t ? !!t.trailing : x);
109
+ function N(c) {
110
+ var F = r, _ = a;
111
+ return r = a = void 0, o = c, u = e.apply(_, F), u;
112
112
  }
113
- function S(o) {
114
- return s = o, d = setTimeout(T, n), g ? C(o) : f;
113
+ function v(c) {
114
+ return o = c, l = setTimeout(w, n), h ? N(c) : u;
115
115
  }
116
- function I(o) {
117
- var M = o - l, E = o - s, P = n - M;
118
- return x ? ut(P, i - E) : P;
116
+ function f(c) {
117
+ var F = c - i, _ = c - o, z = n - F;
118
+ return b ? $t(z, s - _) : z;
119
119
  }
120
- function w(o) {
121
- var M = o - l, E = o - s;
122
- return l === void 0 || M >= n || M < 0 || x && E >= i;
120
+ function I(c) {
121
+ var F = c - i, _ = c - o;
122
+ return i === void 0 || F >= n || F < 0 || b && _ >= s;
123
123
  }
124
- function T() {
125
- var o = le();
126
- if (w(o))
127
- return N(o);
128
- d = setTimeout(T, I(o));
124
+ function w() {
125
+ var c = he();
126
+ if (I(c))
127
+ return C(c);
128
+ l = setTimeout(w, f(c));
129
129
  }
130
- function N(o) {
131
- return d = void 0, y && r ? C(o) : (r = a = void 0, f);
130
+ function C(c) {
131
+ return l = void 0, x && r ? N(c) : (r = a = void 0, u);
132
132
  }
133
- function m() {
134
- d !== void 0 && clearTimeout(d), s = 0, r = l = a = d = void 0;
133
+ function S() {
134
+ l !== void 0 && clearTimeout(l), o = 0, r = i = a = l = void 0;
135
135
  }
136
- function h() {
137
- return d === void 0 ? f : N(le());
136
+ function g() {
137
+ return l === void 0 ? u : C(he());
138
138
  }
139
- function v() {
140
- var o = le(), M = w(o);
141
- if (r = arguments, a = this, l = o, M) {
142
- if (d === void 0)
143
- return S(l);
144
- if (x)
145
- return clearTimeout(d), d = setTimeout(T, n), C(l);
139
+ function p() {
140
+ var c = he(), F = I(c);
141
+ if (r = arguments, a = this, i = c, F) {
142
+ if (l === void 0)
143
+ return v(i);
144
+ if (b)
145
+ return clearTimeout(l), l = setTimeout(w, n), N(i);
146
146
  }
147
- return d === void 0 && (d = setTimeout(T, n)), f;
147
+ return l === void 0 && (l = setTimeout(w, n)), u;
148
148
  }
149
- return v.cancel = m, v.flush = h, v;
149
+ return p.cancel = S, p.flush = g, p;
150
150
  }
151
- var ke = ct;
152
- const ft = /* @__PURE__ */ Le(ke);
153
- var ht = ke, gt = ce, bt = "Expected a function";
154
- function mt(e, n, t) {
151
+ var He = Ft;
152
+ const It = /* @__PURE__ */ De(He);
153
+ var yt = He, Mt = ve, _t = "Expected a function";
154
+ function wt(e, n, t) {
155
155
  var r = !0, a = !0;
156
156
  if (typeof e != "function")
157
- throw new TypeError(bt);
158
- return gt(t) && (r = "leading" in t ? !!t.leading : r, a = "trailing" in t ? !!t.trailing : a), ht(e, n, {
157
+ throw new TypeError(_t);
158
+ return Mt(t) && (r = "leading" in t ? !!t.leading : r, a = "trailing" in t ? !!t.trailing : a), yt(e, n, {
159
159
  leading: r,
160
160
  maxWait: n,
161
161
  trailing: a
162
162
  });
163
163
  }
164
- var pt = mt;
165
- const vt = /* @__PURE__ */ Le(pt), xt = (e, n, t, r) => {
164
+ var Rt = wt;
165
+ const At = /* @__PURE__ */ De(Rt), Tt = (e, n, t, r) => {
166
166
  switch (n) {
167
167
  case "debounce":
168
- return ft(e, t, r);
168
+ return It(e, t, r);
169
169
  case "throttle":
170
- return vt(e, t, r);
170
+ return At(e, t, r);
171
171
  default:
172
172
  return e;
173
173
  }
174
- }, Ct = (
174
+ }, Et = (
175
175
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
176
176
  (e) => {
177
- const n = Y.useRef(e);
178
- return Y.useEffect(() => {
177
+ const n = te.useRef(e);
178
+ return te.useEffect(() => {
179
179
  n.current = e;
180
- }), Y.useMemo(() => (...t) => {
180
+ }), te.useMemo(() => (...t) => {
181
181
  var r;
182
182
  return (r = n.current) === null || r === void 0 ? void 0 : r.call(n, ...t);
183
183
  }, []);
184
184
  }
185
- ), St = (
185
+ ), Lt = (
186
186
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
187
187
  (e) => {
188
- const [n, t] = Y.useState((e == null ? void 0 : e.current) || null);
188
+ const [n, t] = te.useState((e == null ? void 0 : e.current) || null);
189
189
  return e && setTimeout(() => {
190
190
  e.current !== n && t(e.current);
191
- }, 0), { refProxy: Y.useMemo(() => new Proxy((a) => {
191
+ }, 0), { refProxy: te.useMemo(() => new Proxy((a) => {
192
192
  a !== n && t(a);
193
193
  }, {
194
- get(a, i) {
195
- return i === "current" ? n : a[i];
194
+ get(a, s) {
195
+ return s === "current" ? n : a[s];
196
196
  },
197
- set(a, i, f) {
198
- return i === "current" ? t(f) : a[i] = f, !0;
197
+ set(a, s, u) {
198
+ return s === "current" ? t(u) : a[s] = u, !0;
199
199
  }
200
200
  }), [n]), refElement: n, setRefElement: t };
201
201
  }
202
- ), Nt = (e, n) => n === "border-box" ? {
202
+ ), Bt = (e, n) => n === "border-box" ? {
203
203
  width: e.borderBoxSize[0].inlineSize,
204
204
  height: e.borderBoxSize[0].blockSize
205
205
  } : n === "content-box" ? {
@@ -209,137 +209,137 @@ const vt = /* @__PURE__ */ Le(pt), xt = (e, n, t, r) => {
209
209
  width: e.contentRect.width,
210
210
  height: e.contentRect.height
211
211
  };
212
- function yt({ skipOnMount: e = !1, refreshMode: n, refreshRate: t = 1e3, refreshOptions: r, handleWidth: a = !0, handleHeight: i = !0, targetRef: f, observerOptions: d, onResize: l } = {}) {
213
- const s = $e(e), g = Ct(l), [x, y] = A({
212
+ function Ot({ skipOnMount: e = !1, refreshMode: n, refreshRate: t = 1e3, refreshOptions: r, handleWidth: a = !0, handleHeight: s = !0, targetRef: u, observerOptions: l, onResize: i } = {}) {
213
+ const o = Le(e), h = Et(i), [b, x] = B({
214
214
  width: void 0,
215
215
  height: void 0
216
- }), { refProxy: C, refElement: S } = St(f), { box: I } = d || {}, w = F((N) => {
217
- if (!a && !i)
216
+ }), { refProxy: N, refElement: v } = Lt(u), { box: f } = l || {}, I = $((C) => {
217
+ if (!a && !s)
218
218
  return;
219
- if (s.current) {
220
- s.current = !1;
219
+ if (o.current) {
220
+ o.current = !1;
221
221
  return;
222
222
  }
223
- const m = (h, v) => a && h.width !== v.width || i && h.height !== v.height;
224
- N.forEach((h) => {
225
- const v = Nt(h, I);
226
- y((o) => m(o, v) ? (g == null || g({
227
- width: v.width,
228
- height: v.height,
229
- entry: h
230
- }), v) : o);
223
+ const S = (g, p) => a && g.width !== p.width || s && g.height !== p.height;
224
+ C.forEach((g) => {
225
+ const p = Bt(g, f);
226
+ x((c) => S(c, p) ? (h == null || h({
227
+ width: p.width,
228
+ height: p.height,
229
+ entry: g
230
+ }), p) : c);
231
231
  });
232
- }, [a, i, s, I]), T = F(xt(w, n, t, r), [
233
- w,
232
+ }, [a, s, o, f]), w = $(Tt(I, n, t, r), [
233
+ I,
234
234
  n,
235
235
  t,
236
236
  r
237
237
  ]);
238
- return k(() => {
239
- let N;
240
- return S ? (N = new window.ResizeObserver(T), N.observe(S, d)) : (x.width || x.height) && (g == null || g({
238
+ return P(() => {
239
+ let C;
240
+ return v ? (C = new window.ResizeObserver(w), C.observe(v, l)) : (b.width || b.height) && (h == null || h({
241
241
  width: null,
242
242
  height: null,
243
243
  entry: null
244
- }), y({ width: void 0, height: void 0 })), () => {
245
- var m, h, v;
246
- (m = N == null ? void 0 : N.disconnect) === null || m === void 0 || m.call(N), (v = (h = T).cancel) === null || v === void 0 || v.call(h);
244
+ }), x({ width: void 0, height: void 0 })), () => {
245
+ var S, g, p;
246
+ (S = C == null ? void 0 : C.disconnect) === null || S === void 0 || S.call(C), (p = (g = w).cancel) === null || p === void 0 || p.call(g);
247
247
  };
248
- }, [T, S]), Object.assign({ ref: C }, x);
248
+ }, [w, v]), Object.assign({ ref: N }, b);
249
249
  }
250
- const It = () => {
251
- const { ref: e, width: n } = yt();
250
+ const kt = () => {
251
+ const { ref: e, width: n } = Ot();
252
252
  return {
253
253
  ref: e,
254
254
  width: n
255
255
  };
256
- }, $t = (...e) => {
257
- const [n, t] = A();
258
- return k(() => {
256
+ }, Wt = (...e) => {
257
+ const [n, t] = B();
258
+ return P(() => {
259
259
  const r = e.filter((a) => a.width !== void 0).map((a) => Number(a.width.toFixed(1)));
260
260
  if (r.length === e.length) {
261
261
  const a = Math.max(...r);
262
- t((i) => i === void 0 ? a : i);
262
+ t((s) => s === void 0 ? a : s);
263
263
  }
264
264
  }, [e]), n;
265
265
  };
266
- function Ft({ columnItem: e, width: n = void 0, children: t = void 0 }) {
267
- return /* @__PURE__ */ c("div", { ref: e.ref, children: /* @__PURE__ */ c(Q, { sx: { width: n }, children: t }) });
266
+ function Pt({ columnItem: e, width: n = void 0, children: t = void 0 }) {
267
+ return /* @__PURE__ */ d("div", { ref: e.ref, children: /* @__PURE__ */ d(ie, { sx: { width: n }, children: t }) });
268
268
  }
269
- const te = W(Ke)(() => ({
269
+ const ce = X(rn)(() => ({
270
270
  whiteSpace: "nowrap",
271
271
  minWidth: "max-content"
272
272
  }));
273
- function er({ items: e, onSelect: n, onClose: t = void 0 }) {
274
- const r = F(
273
+ function hr({ items: e, onSelect: n, onClose: t = void 0 }) {
274
+ const r = $(
275
275
  (a) => {
276
276
  n(a), t && t();
277
277
  },
278
278
  [t, n]
279
279
  );
280
- return /* @__PURE__ */ c(J, { children: e.map((a) => /* @__PURE__ */ c(se, { onClick: () => r(a.key), children: a.text }, a.key)) });
280
+ return /* @__PURE__ */ d(ae, { children: e.map((a) => /* @__PURE__ */ d(pe, { onClick: () => r(a.key), children: a.text }, a.key)) });
281
281
  }
282
- function wt({
282
+ function jt({
283
283
  id: e = "dropdown-button",
284
284
  startIcon: n = void 0,
285
285
  endIcon: t = void 0,
286
286
  text: r = void 0,
287
287
  variant: a = "outlined",
288
- color: i = void 0,
289
- size: f = "medium",
290
- disabled: d = !1,
291
- children: l
288
+ color: s = void 0,
289
+ size: u = "medium",
290
+ disabled: l = !1,
291
+ children: i
292
292
  }) {
293
- const [s, g] = A(null), x = !!s, y = F((I) => {
294
- g(I.currentTarget);
295
- }, []), C = F(() => {
296
- g(null);
297
- }, []), S = oe.cloneElement(oe.Children.only(l), {
298
- onClose: C
293
+ const [o, h] = B(null), b = !!o, x = $((f) => {
294
+ h(f.currentTarget);
295
+ }, []), N = $(() => {
296
+ h(null);
297
+ }, []), v = me.cloneElement(me.Children.only(i), {
298
+ onClose: N
299
299
  });
300
- return /* @__PURE__ */ L(J, { children: [
301
- !r && /* @__PURE__ */ c(
302
- we,
300
+ return /* @__PURE__ */ j(ae, { children: [
301
+ !r && /* @__PURE__ */ d(
302
+ Oe,
303
303
  {
304
304
  id: e,
305
305
  "data-testid": e,
306
- "aria-controls": x ? `${e}-popover` : void 0,
306
+ "aria-controls": b ? `${e}-popover` : void 0,
307
307
  "aria-haspopup": "true",
308
- "aria-expanded": x ? "true" : void 0,
309
- onClick: y,
310
- size: f,
311
- color: i,
312
- disabled: d,
308
+ "aria-expanded": b ? "true" : void 0,
309
+ onClick: x,
310
+ size: u,
311
+ color: s,
312
+ disabled: l,
313
313
  children: n
314
314
  }
315
315
  ),
316
- r && /* @__PURE__ */ c(
317
- te,
316
+ r && /* @__PURE__ */ d(
317
+ ce,
318
318
  {
319
319
  id: e,
320
320
  "data-testid": e,
321
- "aria-controls": x ? `${e}-popover` : void 0,
321
+ "aria-controls": b ? `${e}-popover` : void 0,
322
322
  "aria-haspopup": "true",
323
- "aria-expanded": x ? "true" : void 0,
323
+ "aria-expanded": b ? "true" : void 0,
324
324
  variant: a,
325
325
  disableElevation: !0,
326
- onClick: y,
326
+ onClick: x,
327
327
  startIcon: n,
328
- endIcon: t ?? /* @__PURE__ */ c(_e, {}),
329
- size: f,
330
- color: i,
331
- disabled: d,
328
+ endIcon: t ?? /* @__PURE__ */ d(je, {}),
329
+ size: u,
330
+ color: s,
331
+ disabled: l,
332
332
  children: r
333
333
  }
334
334
  ),
335
- /* @__PURE__ */ c(
336
- Xe,
335
+ /* @__PURE__ */ d(
336
+ an,
337
337
  {
338
338
  id: `${e}-popover`,
339
339
  "aria-labelledby": e,
340
- anchorEl: s,
341
- open: x,
342
- onClose: C,
340
+ anchorEl: o,
341
+ open: b,
342
+ onClose: N,
343
343
  anchorOrigin: {
344
344
  vertical: "bottom",
345
345
  horizontal: "left"
@@ -348,46 +348,46 @@ function wt({
348
348
  vertical: "top",
349
349
  horizontal: "left"
350
350
  },
351
- children: S
351
+ children: v
352
352
  }
353
353
  )
354
354
  ] });
355
355
  }
356
- const Mt = W("div")(({ top: e, left: n, width: t, height: r }) => ({
356
+ const Ut = X("div")(({ top: e, left: n, width: t, height: r }) => ({
357
357
  top: e,
358
358
  left: n,
359
359
  width: t,
360
360
  height: r,
361
361
  position: "absolute",
362
362
  zIndex: 1
363
- })), Rt = W("div")(({ top: e, left: n, width: t, height: r, position: a, theme: i }) => ({
363
+ })), Dt = X("div")(({ top: e, left: n, width: t, height: r, position: a, theme: s }) => ({
364
364
  top: e,
365
365
  left: n,
366
366
  width: t,
367
367
  height: r,
368
368
  position: "absolute",
369
369
  zIndex: 2,
370
- color: i.palette.primary.contrastText,
371
- backgroundColor: i.palette.primary.main,
370
+ color: s.palette.primary.contrastText,
371
+ backgroundColor: s.palette.primary.main,
372
372
  display: "flex",
373
373
  flexDirection: a === "left" || a === "right" ? "column" : "row",
374
374
  borderTopLeftRadius: a === "top" || a === "left" ? 0 : 8,
375
375
  borderTopRightRadius: a === "top" || a === "right" ? 0 : 8,
376
376
  borderBottomRightRadius: a === "bottom" || a === "right" ? 0 : 8,
377
377
  borderBottomLeftRadius: a === "bottom" || a === "left" ? 0 : 8
378
- })), ee = 8;
379
- function nr({
378
+ })), de = 8;
379
+ function gr({
380
380
  id: e = void 0,
381
381
  position: n,
382
382
  parentWidth: t,
383
383
  parentHeight: r,
384
384
  maxLength: a,
385
- dropDownSize: i,
386
- autoHideTimeout: f = 0,
387
- forceShow: d = !1,
388
- children: l = null
385
+ dropDownSize: s,
386
+ autoHideTimeout: u = 0,
387
+ forceShow: l = !1,
388
+ children: i = null
389
389
  }) {
390
- const s = j(() => {
390
+ const o = W(() => {
391
391
  switch (n) {
392
392
  case "left":
393
393
  case "right":
@@ -398,498 +398,501 @@ function nr({
398
398
  default:
399
399
  return a;
400
400
  }
401
- }, [a, r, t, n]), g = j(() => {
401
+ }, [a, r, t, n]), h = W(() => {
402
402
  switch (n) {
403
403
  case "left":
404
404
  case "right":
405
- return (r - s) / 2;
405
+ return (r - o) / 2;
406
406
  case "top":
407
407
  return 0;
408
408
  case "bottom":
409
- return r - ee;
409
+ return r - de;
410
410
  default:
411
411
  return 0;
412
412
  }
413
- }, [s, r, n]), x = j(() => {
413
+ }, [o, r, n]), b = W(() => {
414
414
  switch (n) {
415
415
  case "left":
416
416
  return 0;
417
417
  case "right":
418
- return t - ee;
418
+ return t - de;
419
419
  case "top":
420
420
  case "bottom":
421
- return (t - s) / 2;
421
+ return (t - o) / 2;
422
422
  default:
423
423
  return 0;
424
424
  }
425
- }, [s, t, n]), y = j(() => {
425
+ }, [o, t, n]), x = W(() => {
426
426
  switch (n) {
427
427
  case "left":
428
428
  case "right":
429
- return ee;
429
+ return de;
430
430
  case "top":
431
431
  case "bottom":
432
- return s;
432
+ return o;
433
433
  default:
434
434
  return 0;
435
435
  }
436
- }, [s, n]), C = j(() => {
436
+ }, [o, n]), N = W(() => {
437
437
  switch (n) {
438
438
  case "left":
439
439
  case "right":
440
- return s;
440
+ return o;
441
441
  case "top":
442
442
  case "bottom":
443
- return ee;
443
+ return de;
444
444
  default:
445
445
  return 0;
446
446
  }
447
- }, [s, n]), S = j(() => {
447
+ }, [o, n]), v = W(() => {
448
448
  switch (n) {
449
449
  case "left":
450
450
  case "right":
451
- return (r - s) / 2;
451
+ return (r - o) / 2;
452
452
  case "top":
453
453
  return 0;
454
454
  case "bottom":
455
- return r - i;
455
+ return r - s;
456
456
  default:
457
457
  return 0;
458
458
  }
459
- }, [i, s, r, n]), I = j(() => {
459
+ }, [s, o, r, n]), f = W(() => {
460
460
  switch (n) {
461
461
  case "left":
462
462
  return 0;
463
463
  case "right":
464
- return t - i;
464
+ return t - s;
465
465
  case "top":
466
466
  case "bottom":
467
- return (t - s) / 2;
467
+ return (t - o) / 2;
468
468
  default:
469
469
  return 0;
470
470
  }
471
- }, [i, s, t, n]), w = j(() => {
471
+ }, [s, o, t, n]), I = W(() => {
472
472
  switch (n) {
473
473
  case "left":
474
474
  case "right":
475
- return i;
475
+ return s;
476
476
  case "top":
477
477
  case "bottom":
478
- return s;
478
+ return o;
479
479
  default:
480
480
  return 0;
481
481
  }
482
- }, [i, s, n]), T = j(() => {
482
+ }, [s, o, n]), w = W(() => {
483
483
  switch (n) {
484
484
  case "left":
485
485
  case "right":
486
- return s;
486
+ return o;
487
487
  case "top":
488
488
  case "bottom":
489
- return i;
489
+ return s;
490
490
  default:
491
491
  return 0;
492
492
  }
493
- }, [i, s, n]), [N, m] = A(!1), h = F(
494
- (o) => {
495
- o.buttons === 0 && f && m(!0);
493
+ }, [s, o, n]), [C, S] = B(!1), g = $(
494
+ (c) => {
495
+ c.buttons === 0 && u && S(!0);
496
496
  },
497
- [f]
498
- ), v = F(() => {
499
- m(!1);
497
+ [u]
498
+ ), p = $(() => {
499
+ S(!1);
500
500
  }, []);
501
- return k(() => {
502
- let o;
503
- return N && f && (o = setTimeout(() => m(!1), f)), () => {
504
- o && clearTimeout(o);
501
+ return P(() => {
502
+ let c;
503
+ return C && u && (c = setTimeout(() => S(!1), u)), () => {
504
+ c && clearTimeout(c);
505
505
  };
506
- }, [f, N]), /* @__PURE__ */ L(J, { children: [
507
- /* @__PURE__ */ c(
508
- Mt,
506
+ }, [u, C]), /* @__PURE__ */ j(ae, { children: [
507
+ /* @__PURE__ */ d(
508
+ Ut,
509
509
  {
510
510
  id: e,
511
- top: g,
512
- left: x,
513
- width: y,
514
- height: C,
511
+ top: h,
512
+ left: b,
513
+ width: x,
514
+ height: N,
515
515
  "aria-haspopup": "true",
516
- onMouseEnter: h
516
+ onMouseEnter: g
517
517
  }
518
518
  ),
519
- (N || d === !0) && /* @__PURE__ */ c(
520
- Rt,
519
+ (C || l === !0) && /* @__PURE__ */ d(
520
+ Dt,
521
521
  {
522
- top: S,
523
- left: I,
524
- width: w,
525
- height: T,
522
+ top: v,
523
+ left: f,
524
+ width: I,
525
+ height: w,
526
526
  position: n,
527
- onMouseLeave: v,
528
- children: l
527
+ onMouseLeave: p,
528
+ children: i
529
529
  }
530
530
  )
531
531
  ] });
532
532
  }
533
- function de({
533
+ function be({
534
534
  children: e,
535
535
  fullWidth: n = !0,
536
536
  spacing: t = "4px",
537
537
  alignItems: r = "center"
538
538
  }) {
539
- return /* @__PURE__ */ c(Me, { margin: "dense", fullWidth: n, variant: "standard", children: /* @__PURE__ */ c(Re, { direction: "row", spacing: t, alignItems: r, children: e }) });
539
+ return /* @__PURE__ */ d(ke, { margin: "dense", fullWidth: n, variant: "standard", children: /* @__PURE__ */ d(We, { direction: "row", spacing: t, alignItems: r, children: e }) });
540
540
  }
541
- const Tt = W("input")(({ variant: e, theme: n }) => ({
541
+ const zt = X("input")(({ variant: e, theme: n }) => ({
542
542
  ...n.typography[e]
543
- })), _t = W("span")(({ variant: e, theme: n }) => ({
543
+ })), Kt = X("span")(({ variant: e, theme: n }) => ({
544
544
  ...n.typography[e]
545
545
  }));
546
- function At({ value: e, onChange: n, ariaLabel: t = void 0, variant: r = "body1" }) {
547
- const a = $e(null), [i, f] = A(e), d = F(
548
- (g) => f(g.target.value),
546
+ function Xt({ value: e, onChange: n, ariaLabel: t = void 0, variant: r = "body1" }) {
547
+ const a = Le(null), [s, u] = B(e), l = $(
548
+ (h) => u(h.target.value),
549
549
  []
550
- ), l = F(
551
- (g) => {
552
- (g.key === "Enter" || g.key === "Escape") && (g.key === "Escape" && (f(e), g.currentTarget.value = e), g.currentTarget.blur());
550
+ ), i = $(
551
+ (h) => {
552
+ (h.key === "Enter" || h.key === "Escape") && (h.key === "Escape" && (u(e), h.currentTarget.value = e), h.currentTarget.blur());
553
553
  },
554
554
  [e]
555
- ), s = F(
556
- (g) => {
557
- n(g.target.value);
555
+ ), o = $(
556
+ (h) => {
557
+ n(h.target.value);
558
558
  },
559
559
  [n]
560
560
  );
561
- return k(() => {
562
- var g;
563
- (g = a.current) == null || g.focus();
564
- }, []), /* @__PURE__ */ c(
565
- Tt,
561
+ return P(() => {
562
+ var h;
563
+ (h = a.current) == null || h.focus();
564
+ }, []), /* @__PURE__ */ d(
565
+ zt,
566
566
  {
567
567
  ref: a,
568
568
  variant: r ?? "body1",
569
569
  type: "text",
570
570
  "aria-label": t,
571
- value: i,
572
- onChange: d,
573
- onKeyDown: l,
574
- onBlur: s
571
+ value: s,
572
+ onChange: l,
573
+ onKeyDown: i,
574
+ onBlur: o
575
575
  }
576
576
  );
577
577
  }
578
- function tr({ editMode: e, value: n, onValueChange: t, ariaLabel: r = void 0, variant: a = "body1" }) {
579
- return /* @__PURE__ */ L(J, { children: [
580
- e && /* @__PURE__ */ c(At, { ariaLabel: r, value: n, onChange: t, variant: a }),
581
- !e && /* @__PURE__ */ c(_t, { variant: a ?? "body1", children: n })
578
+ function mr({ editMode: e, value: n, onValueChange: t, ariaLabel: r = void 0, variant: a = "body1" }) {
579
+ return /* @__PURE__ */ j(ae, { children: [
580
+ e && /* @__PURE__ */ d(Xt, { ariaLabel: r, value: n, onChange: t, variant: a }),
581
+ !e && /* @__PURE__ */ d(Kt, { variant: a ?? "body1", children: n })
582
582
  ] });
583
583
  }
584
- function Lt({
584
+ function Ht({
585
585
  id: e = void 0,
586
586
  label: n = void 0,
587
587
  helperText: t = "",
588
588
  value: r,
589
589
  onChange: a = void 0,
590
- onBlur: i = void 0,
591
- disabled: f = !1,
592
- error: d = !1,
593
- required: l = !1,
594
- margin: s = "dense",
595
- size: g = "small",
596
- fullWidth: x = !1,
597
- inputMode: y = void 0,
598
- pattern: C = void 0,
599
- startAdornment: S = void 0,
600
- endAdornment: I = void 0,
601
- sx: w = void 0,
602
- sxStartAdornment: T = void 0,
603
- sxEndAdornment: N = void 0
590
+ onBlur: s = void 0,
591
+ disabled: u = !1,
592
+ error: l = !1,
593
+ required: i = !1,
594
+ margin: o = "dense",
595
+ size: h = "small",
596
+ fullWidth: b = !1,
597
+ inputMode: x = void 0,
598
+ pattern: N = void 0,
599
+ startAdornment: v = void 0,
600
+ endAdornment: f = void 0,
601
+ sx: I = void 0,
602
+ sxStartAdornment: w = void 0,
603
+ sxEndAdornment: C = void 0
604
604
  }) {
605
- const m = F(
606
- (M) => {
607
- a && a(M.target.value);
605
+ const S = $(
606
+ (F) => {
607
+ a && a(F.target.value);
608
608
  },
609
609
  [a]
610
- ), h = F((M) => {
611
- if (M.key === "Enter" && !M.ctrlKey && !M.altKey && !M.shiftKey) {
612
- M.preventDefault(), M.stopPropagation(), document.activeElement instanceof HTMLElement && document.activeElement.blur();
610
+ ), g = $((F) => {
611
+ if (F.key === "Enter" && !F.ctrlKey && !F.altKey && !F.shiftKey) {
612
+ F.preventDefault(), F.stopPropagation(), document.activeElement instanceof HTMLElement && document.activeElement.blur();
613
613
  return;
614
614
  }
615
- }, []), v = T ?? { marginBottom: 1 }, o = N ?? { marginBottom: 1 };
616
- return /* @__PURE__ */ c(
617
- Ge,
615
+ }, []), p = w ?? { marginBottom: 1 }, c = C ?? { marginBottom: 1 };
616
+ return /* @__PURE__ */ d(
617
+ sn,
618
618
  {
619
619
  id: e,
620
620
  "aria-label": e,
621
621
  type: "text",
622
622
  label: n,
623
623
  helperText: t,
624
- margin: s,
625
- size: g,
626
- fullWidth: x,
624
+ margin: o,
625
+ size: h,
626
+ fullWidth: b,
627
627
  variant: "standard",
628
628
  value: r,
629
- onChange: m,
630
- onBlur: i,
631
- disabled: f,
632
- "aria-disabled": f,
633
- error: d,
634
- required: l,
629
+ onChange: S,
630
+ onBlur: s,
631
+ disabled: u,
632
+ "aria-disabled": u,
633
+ error: l,
634
+ required: i,
635
635
  slotProps: {
636
636
  input: {
637
- startAdornment: S ? /* @__PURE__ */ c(he, { position: "start", sx: { ...v }, children: S }) : null,
638
- endAdornment: I ? /* @__PURE__ */ c(he, { position: "end", sx: { ...o }, children: I }) : null
637
+ startAdornment: v ? /* @__PURE__ */ d(Se, { position: "start", sx: { ...p }, children: v }) : null,
638
+ endAdornment: f ? /* @__PURE__ */ d(Se, { position: "end", sx: { ...c }, children: f }) : null
639
639
  },
640
640
  htmlInput: {
641
- inputMode: y,
642
- pattern: C
641
+ inputMode: x,
642
+ pattern: N
643
643
  }
644
644
  },
645
- sx: w,
646
- onKeyDown: h
645
+ sx: I,
646
+ onKeyDown: g
647
647
  }
648
648
  );
649
649
  }
650
- function G({
650
+ function ee({
651
651
  id: e,
652
652
  label: n = void 0,
653
653
  helperText: t = "",
654
654
  value: r,
655
655
  onChange: a = void 0,
656
- onBlur: i = void 0,
657
- disabled: f = !1,
658
- required: d = !1,
659
- margin: l = "dense",
660
- size: s = "small",
661
- fullWidth: g = !1,
662
- inputMode: x = void 0,
663
- pattern: y = void 0,
664
- startAdornment: C = void 0,
665
- endAdornment: S = void 0,
666
- sx: I = void 0,
667
- sxStartAdornment: w = void 0,
668
- sxEndAdornment: T = void 0,
669
- error: N = void 0,
670
- onErrorChange: m = void 0,
671
- onValidate: h = void 0,
672
- numberType: v = "int",
673
- minValue: o = void 0,
674
- maxValue: M = void 0
656
+ onBlur: s = void 0,
657
+ disabled: u = !1,
658
+ required: l = !1,
659
+ margin: i = "dense",
660
+ size: o = "small",
661
+ fullWidth: h = !1,
662
+ inputMode: b = void 0,
663
+ pattern: x = void 0,
664
+ startAdornment: N = void 0,
665
+ endAdornment: v = void 0,
666
+ sx: f = void 0,
667
+ sxStartAdornment: I = void 0,
668
+ sxEndAdornment: w = void 0,
669
+ error: C = void 0,
670
+ onErrorChange: S = void 0,
671
+ onValidate: g = void 0,
672
+ numberType: p = void 0,
673
+ minValue: c = void 0,
674
+ maxValue: F = void 0
675
675
  }) {
676
- const [E, P] = A(r), [_, B] = A(N !== void 0 ? N : !1);
677
- k(() => {
678
- P((u) => r !== u ? r : u);
679
- }, [r]), k(() => {
680
- B((u) => N !== void 0 && N !== u ? N : u);
681
- }, [N]);
682
- const z = F(
683
- (u) => {
684
- const $ = Number.parseInt(u, u.startsWith("0x") ? 16 : 10);
685
- let b = Number.isNaN($);
686
- return b || (b = o !== void 0 && $ < o), b || (b = M !== void 0 && $ > M), { val: u, err: b };
676
+ const [_, z] = B(r), [K, O] = B(C !== void 0 ? C : !1);
677
+ P(() => {
678
+ z((m) => r !== m ? r : m);
679
+ }, [r]), P(() => {
680
+ O((m) => C !== void 0 && C !== m ? C : m);
681
+ }, [C]);
682
+ const E = $(
683
+ (m) => {
684
+ const A = Number.parseInt(m, m.startsWith("0x") ? 16 : 10);
685
+ let R = Number.isNaN(A);
686
+ return R || (R = c !== void 0 && A < c), R || (R = F !== void 0 && A > F), { val: m, err: R };
687
687
  },
688
- [M, o]
689
- ), K = F(
690
- (u) => {
691
- let $ = !1;
692
- if (u.endsWith(",") || u.endsWith("."))
693
- return $ = !0, { val: u, err: $ };
694
- const b = Number.parseFloat(u.replace(",", "."));
695
- return $ = Number.isNaN(b), $ || ($ = o !== void 0 && b < o), $ || ($ = M !== void 0 && b > M), { val: b.toString(), err: $ };
688
+ [F, c]
689
+ ), q = $(
690
+ (m) => {
691
+ let A = !1;
692
+ if (m.endsWith(",") || m.endsWith("."))
693
+ return A = !0, { val: m, err: A };
694
+ const R = Number.parseFloat(m.replace(",", "."));
695
+ return A = Number.isNaN(R), A || (A = c !== void 0 && R < c), A || (A = F !== void 0 && R > F), { val: R.toString(), err: A };
696
696
  },
697
- [M, o]
698
- ), X = F(
699
- (u) => v === "int" ? z(u) : K(u),
700
- [v, K, z]
701
- ), D = F(
702
- (u, $) => {
703
- let b = u, O = !1;
704
- return !d && (b === void 0 || b === "") ? { val: b, err: O } : (v !== void 0 && ({ val: b, err: O } = X(u)), !O && h && ({ val: b, err: O } = h(b, $)), { val: b, err: O });
697
+ [F, c]
698
+ ), Y = $(
699
+ (m) => p === "int" ? E(m) : q(m),
700
+ [p, q, E]
701
+ ), H = $(
702
+ (m, A) => {
703
+ let R = m, J = !1;
704
+ return !l && (R === void 0 || R === "") ? { val: R, err: J } : (p !== void 0 && ({ val: R, err: J } = Y(m)), !J && g && ({ val: R, err: J } = g(R, A)), { val: R, err: J });
705
705
  },
706
- [h, X]
707
- ), R = F(
708
- (u) => {
709
- const { val: $, err: b } = D(u, "change");
710
- (N === void 0 || N === !1) && B(b), P(b ? u : $), !b && a && a($);
706
+ [g, Y]
707
+ ), y = $(
708
+ (m) => {
709
+ const { val: A, err: R } = H(m, "change");
710
+ O(R), z(R ? m : A), !R && a && a(A);
711
711
  },
712
- [a, D]
713
- ), p = F(() => {
714
- const { val: u, err: $ } = D(E, "blur");
715
- (N === void 0 || N === !1) && B($), !$ && i && i(u);
716
- }, [i, D, E]);
717
- return k(() => {
718
- m && m(_);
719
- }, [_, m]), /* @__PURE__ */ c(
720
- Lt,
712
+ [a, H]
713
+ ), T = $(() => {
714
+ const { val: m, err: A } = H(_, "blur");
715
+ O(A), !A && s && s(m);
716
+ }, [s, H, _]);
717
+ return P(() => {
718
+ S && S(K);
719
+ }, [K, S]), P(() => {
720
+ let m = !1;
721
+ u || (m = H(_, "blur").err), O(m);
722
+ }, [u]), /* @__PURE__ */ d(
723
+ Ht,
721
724
  {
722
725
  id: e,
723
726
  label: n,
724
727
  helperText: t,
725
- value: E,
726
- onChange: R,
727
- onBlur: p,
728
- disabled: f,
729
- error: _,
730
- required: d,
731
- margin: l,
732
- size: s,
733
- fullWidth: g,
734
- inputMode: x,
735
- pattern: y,
736
- startAdornment: C,
737
- endAdornment: S,
738
- sx: I,
739
- sxStartAdornment: w,
740
- sxEndAdornment: T
728
+ value: _,
729
+ onChange: y,
730
+ onBlur: T,
731
+ disabled: u,
732
+ error: K,
733
+ required: l,
734
+ margin: i,
735
+ size: o,
736
+ fullWidth: h,
737
+ inputMode: b,
738
+ pattern: x,
739
+ startAdornment: N,
740
+ endAdornment: v,
741
+ sx: f,
742
+ sxStartAdornment: I,
743
+ sxEndAdornment: w
741
744
  }
742
745
  );
743
746
  }
744
- function rr({
747
+ function br({
745
748
  minValue: e,
746
749
  maxValue: n,
747
750
  onChange: t = void 0,
748
751
  onBlur: r = void 0,
749
752
  minError: a = void 0,
750
- onMinErrorChange: i = void 0,
751
- maxError: f = void 0,
752
- onMaxErrorChange: d = void 0,
753
- onMinValidate: l = void 0,
754
- onMaxValidate: s = void 0,
755
- minDisabled: g = !1,
756
- maxDisabled: x = !1,
757
- unit: y = void 0,
758
- lowerLimit: C = void 0,
759
- upperLimit: S = void 0
753
+ onMinErrorChange: s = void 0,
754
+ maxError: u = void 0,
755
+ onMaxErrorChange: l = void 0,
756
+ onMinValidate: i = void 0,
757
+ onMaxValidate: o = void 0,
758
+ minDisabled: h = !1,
759
+ maxDisabled: b = !1,
760
+ unit: x = void 0,
761
+ lowerLimit: N = void 0,
762
+ upperLimit: v = void 0
760
763
  }) {
761
- const I = H(), w = Number.parseInt(e), T = Number.parseInt(n), [N, m] = A(e.toString()), [h, v] = A(n.toString()), [o, M] = A(
762
- a === !0 || Number.isNaN(w) || w < (C ?? 0) || S && w > S || !Number.isNaN(T) && w >= T
763
- ), [E, P] = A(
764
- f === !0 || Number.isNaN(T) || T < (C ?? 0) || S && T > S || !Number.isNaN(w) && w >= T
764
+ const f = re(), I = Number.parseInt(e), w = Number.parseInt(n), [C, S] = B(e.toString()), [g, p] = B(n.toString()), [c, F] = B(
765
+ a === !0 || Number.isNaN(I) || I < (N ?? 0) || v && I > v || !Number.isNaN(w) && I >= w
766
+ ), [_, z] = B(
767
+ u === !0 || Number.isNaN(w) || w < (N ?? 0) || v && w > v || !Number.isNaN(I) && I >= w
765
768
  );
766
- k(() => {
767
- m((R) => e.toString() !== R ? e.toString() : R);
768
- }, [e]), k(() => {
769
- M((R) => a !== void 0 && a !== R ? a : R);
770
- }, [a]), k(() => {
771
- v((R) => n.toString() !== R ? n.toString() : R);
772
- }, [n]), k(() => {
773
- P((R) => f !== void 0 && f !== R ? f : R);
774
- }, [f]);
775
- const _ = F(
776
- (R) => {
777
- const p = Number.parseInt(R, R.startsWith("0x") ? 16 : 10), u = Number.parseInt(h), $ = Number.isNaN(p) || p < (C ?? 0) || S && p > S || !Number.isNaN(u) && p >= u;
778
- return { val: R, err: $ };
769
+ P(() => {
770
+ S((y) => e.toString() !== y ? e.toString() : y);
771
+ }, [e]), P(() => {
772
+ F((y) => a !== void 0 && a !== y ? a : y);
773
+ }, [a]), P(() => {
774
+ p((y) => n.toString() !== y ? n.toString() : y);
775
+ }, [n]), P(() => {
776
+ z((y) => u !== void 0 && u !== y ? u : y);
777
+ }, [u]);
778
+ const K = $(
779
+ (y) => {
780
+ const T = Number.parseInt(y, y.startsWith("0x") ? 16 : 10), m = Number.parseInt(g), A = Number.isNaN(T) || T < (N ?? 0) || v && T > v || !Number.isNaN(m) && T >= m;
781
+ return { val: y, err: A };
779
782
  },
780
- [h, C, S]
781
- ), B = F(
782
- (R) => {
783
- const p = Number.parseInt(R, R.startsWith("0x") ? 16 : 10), u = Number.parseInt(N), $ = Number.isNaN(p) || p < (C ?? 0) || S && p > S || !Number.isNaN(u) && u >= p;
784
- return { val: R, err: $ };
783
+ [g, N, v]
784
+ ), O = $(
785
+ (y) => {
786
+ const T = Number.parseInt(y, y.startsWith("0x") ? 16 : 10), m = Number.parseInt(C), A = Number.isNaN(T) || T < (N ?? 0) || v && T > v || !Number.isNaN(m) && m >= T;
787
+ return { val: y, err: A };
785
788
  },
786
- [N, C, S]
787
- ), z = F(
788
- (R) => {
789
- let { val: p, err: u } = _(R);
790
- if (!u && l && ({ val: p, err: u } = l(R, "change")), (a === void 0 || a === !1) && M(u), u)
791
- t && t(R, h);
789
+ [C, N, v]
790
+ ), E = $(
791
+ (y) => {
792
+ let { val: T, err: m } = K(y);
793
+ if (!m && i && ({ val: T, err: m } = i(y, "change")), (a === void 0 || a === !1) && F(m), m)
794
+ t && t(y, g);
792
795
  else {
793
- const $ = Number.parseInt(p, p.startsWith("0x") ? 16 : 10).toString();
794
- m($), t && t($, h);
796
+ const A = Number.parseInt(T, T.startsWith("0x") ? 16 : 10).toString();
797
+ S(A), t && t(A, g);
795
798
  }
796
799
  },
797
- [_, l, a, t, h]
798
- ), K = F(
799
- (R) => {
800
- let { val: p, err: u } = _(R);
801
- !u && l && ({ val: p, err: u } = l(p, "blur")), M(u), !u && r && r(p, h);
800
+ [K, i, a, t, g]
801
+ ), q = $(
802
+ (y) => {
803
+ let { val: T, err: m } = K(y);
804
+ !m && i && ({ val: T, err: m } = i(T, "blur")), F(m), !m && r && r(T, g);
802
805
  },
803
- [_, l, r, h]
804
- ), X = F(
805
- (R) => {
806
- let { val: p, err: u } = B(R);
807
- if (!u && s && ({ val: p, err: u } = s(R, "change")), (f === void 0 || f === !1) && P(u), u)
808
- t && t(N, R);
806
+ [K, i, r, g]
807
+ ), Y = $(
808
+ (y) => {
809
+ let { val: T, err: m } = O(y);
810
+ if (!m && o && ({ val: T, err: m } = o(y, "change")), (u === void 0 || u === !1) && z(m), m)
811
+ t && t(C, y);
809
812
  else {
810
- const $ = Number.parseInt(p, p.startsWith("0x") ? 16 : 10).toString();
811
- v($), t && t(N, $);
813
+ const A = Number.parseInt(T, T.startsWith("0x") ? 16 : 10).toString();
814
+ p(A), t && t(C, A);
812
815
  }
813
816
  },
814
- [B, s, f, t, N]
815
- ), D = F(
816
- (R) => {
817
- let { val: p, err: u } = B(R);
818
- !u && s && ({ val: p, err: u } = s(p, "blur")), P(u), !u && r && r(N, p);
817
+ [O, o, u, t, C]
818
+ ), H = $(
819
+ (y) => {
820
+ let { val: T, err: m } = O(y);
821
+ !m && o && ({ val: T, err: m } = o(T, "blur")), z(m), !m && r && r(C, T);
819
822
  },
820
- [B, s, r, N]
823
+ [O, o, r, C]
821
824
  );
822
- return k(() => {
823
- i && i(o), d && d(E);
824
- }, [E, o, d, i]), /* @__PURE__ */ L(J, { children: [
825
- /* @__PURE__ */ c(
826
- G,
825
+ return P(() => {
826
+ s && s(c), l && l(_);
827
+ }, [_, c, l, s]), /* @__PURE__ */ j(ae, { children: [
828
+ /* @__PURE__ */ d(
829
+ ee,
827
830
  {
828
831
  id: "min-value",
829
- disabled: g,
832
+ disabled: h,
830
833
  inputMode: "numeric",
831
834
  fullWidth: !0,
832
- value: N,
833
- onChange: z,
834
- onBlur: K,
835
- startAdornment: I.getString("LabelFrom"),
836
- endAdornment: y,
835
+ value: C,
836
+ onChange: E,
837
+ onBlur: q,
838
+ startAdornment: f.getString("LabelFrom"),
839
+ endAdornment: x,
837
840
  numberType: "int",
838
- error: o,
839
- onErrorChange: M
841
+ error: c,
842
+ onErrorChange: F
840
843
  }
841
844
  ),
842
- /* @__PURE__ */ c(
843
- G,
845
+ /* @__PURE__ */ d(
846
+ ee,
844
847
  {
845
848
  id: "max-value",
846
- disabled: x,
849
+ disabled: b,
847
850
  inputMode: "numeric",
848
851
  fullWidth: !0,
849
- value: h,
850
- onChange: X,
851
- onBlur: D,
852
- startAdornment: I.getString("LabelTo"),
853
- endAdornment: y,
852
+ value: g,
853
+ onChange: Y,
854
+ onBlur: H,
855
+ startAdornment: f.getString("LabelTo"),
856
+ endAdornment: x,
854
857
  numberType: "int",
855
- error: E,
856
- onErrorChange: P
858
+ error: _,
859
+ onErrorChange: z
857
860
  }
858
861
  )
859
862
  ] });
860
863
  }
861
- function ie({
864
+ function ge({
862
865
  id: e = void 0,
863
866
  label: n,
864
867
  value: t,
865
868
  disabled: r = !1,
866
869
  size: a = "small",
867
- sx: i = void 0
870
+ sx: s = void 0
868
871
  }) {
869
- return /* @__PURE__ */ c(
870
- Fe,
872
+ return /* @__PURE__ */ d(
873
+ Be,
871
874
  {
872
875
  id: e,
873
876
  "aria-label": e,
874
877
  value: t,
875
878
  disabled: r,
876
879
  "aria-disabled": r,
877
- control: /* @__PURE__ */ c(qe, { size: a }),
880
+ control: /* @__PURE__ */ d(ln, { size: a }),
878
881
  label: n,
879
882
  componentsProps: { typography: { noWrap: !0 } },
880
- sx: i
883
+ sx: s
881
884
  }
882
885
  );
883
886
  }
884
- function Et({
887
+ function Gt({
885
888
  children: e,
886
889
  id: n = void 0,
887
890
  value: t,
888
891
  onChange: r
889
892
  }) {
890
- return /* @__PURE__ */ c(Ye, { id: n, "aria-label": n, value: t, onChange: (a, i) => r(i), children: e });
893
+ return /* @__PURE__ */ d(on, { id: n, "aria-label": n, value: t, onChange: (a, s) => r(s), children: e });
891
894
  }
892
- const Bt = W(Q, {
895
+ const qt = X(ie, {
893
896
  shouldForwardProp: (e) => e !== "collapsed"
894
897
  })(({ collapsed: e, theme: n }) => ({
895
898
  paddingTop: e ? "4px" : "8px",
@@ -900,192 +903,192 @@ const Bt = W(Q, {
900
903
  "&:hover, &:focus-within": {
901
904
  background: n.palette.action.hover
902
905
  }
903
- })), je = W("span")(({ theme: e }) => ({
906
+ })), Ge = X("span")(({ theme: e }) => ({
904
907
  color: e.palette.divider
905
- })), Ot = W(je)(() => ({
908
+ })), Yt = X(Ge)(() => ({
906
909
  "&:hover": {
907
910
  cursor: "pointer"
908
911
  }
909
- })), kt = W(we)(({ theme: e }) => ({
912
+ })), Jt = X(Oe)(({ theme: e }) => ({
910
913
  color: e.palette.divider,
911
914
  padding: "0px"
912
915
  }));
913
- function fe({
916
+ function Ne({
914
917
  textAlign: e = "left",
915
918
  text: n = void 0,
916
919
  summary: t = void 0,
917
920
  children: r = void 0,
918
921
  collapsible: a = !1,
919
- collapsed: i = !1,
920
- collapsedChange: f = void 0
922
+ collapsed: s = !1,
923
+ collapsedChange: u = void 0
921
924
  }) {
922
- const d = We(), l = H(), [s, g] = A(i);
923
- k(() => g(i), [i]);
924
- const x = F(
925
- (y) => {
926
- f ? f(y) : g(y);
925
+ const l = Ve(), i = re(), [o, h] = B(s);
926
+ P(() => h(s), [s]);
927
+ const b = $(
928
+ (x) => {
929
+ u ? u(x) : h(x);
927
930
  },
928
- [f]
931
+ [u]
929
932
  );
930
- return /* @__PURE__ */ L(Bt, { collapsed: s, children: [
931
- n && /* @__PURE__ */ c(He, { textAlign: e, variant: "fullWidth", children: a ? /* @__PURE__ */ L(Re, { direction: "row", spacing: 1, alignItems: "center", children: [
932
- /* @__PURE__ */ L(Ot, { onClick: () => x(!s), children: [
933
- n.toLocaleUpperCase(d),
934
- s && t ? ` (${t})` : ""
933
+ return /* @__PURE__ */ j(qt, { collapsed: o, children: [
934
+ n && /* @__PURE__ */ d(dn, { textAlign: e, variant: "fullWidth", children: a ? /* @__PURE__ */ j(We, { direction: "row", spacing: 1, alignItems: "center", children: [
935
+ /* @__PURE__ */ j(Yt, { onClick: () => b(!o), children: [
936
+ n.toLocaleUpperCase(l),
937
+ o && t ? ` (${t})` : ""
935
938
  ] }),
936
- /* @__PURE__ */ c(
937
- ne,
939
+ /* @__PURE__ */ d(
940
+ ue,
938
941
  {
939
- title: s ? l == null ? void 0 : l.getString("TooltipExpandSection", n) : l == null ? void 0 : l.getString("TooltipCollapseSection", n),
940
- children: /* @__PURE__ */ c(kt, { onClick: () => x(!s), children: s ? /* @__PURE__ */ c(_e, {}) : /* @__PURE__ */ c(fn, {}) })
942
+ title: o ? i == null ? void 0 : i.getString("TooltipExpandSection", n) : i == null ? void 0 : i.getString("TooltipCollapseSection", n),
943
+ children: /* @__PURE__ */ d(Jt, { onClick: () => b(!o), children: o ? /* @__PURE__ */ d(je, {}) : /* @__PURE__ */ d(In, {}) })
941
944
  }
942
945
  )
943
- ] }) : /* @__PURE__ */ c(je, { children: n.toLocaleUpperCase(d) }) }),
944
- !s && r
946
+ ] }) : /* @__PURE__ */ d(Ge, { children: n.toLocaleUpperCase(l) }) }),
947
+ !o && r
945
948
  ] });
946
949
  }
947
- function Ie({
950
+ function Ee({
948
951
  id: e,
949
952
  label: n,
950
953
  showLabel: t = !1,
951
954
  helperText: r = "",
952
955
  options: a,
953
- value: i,
954
- onChange: f,
955
- disabled: d = !1,
956
- required: l = !1,
957
- margin: s = "dense",
958
- size: g = "small",
959
- fullWidth: x = !1,
960
- minWidth: y = void 0,
961
- prefixTextWithValue: C = !1
956
+ value: s,
957
+ onChange: u,
958
+ disabled: l = !1,
959
+ required: i = !1,
960
+ margin: o = "dense",
961
+ size: h = "small",
962
+ fullWidth: b = !1,
963
+ minWidth: x = void 0,
964
+ prefixTextWithValue: N = !1
962
965
  }) {
963
- const S = F(
964
- (m) => {
965
- typeof m.target.value == "string" ? f("") : f(m.target.value);
966
+ const v = $(
967
+ (S) => {
968
+ typeof S.target.value == "string" ? u("") : u(S.target.value);
966
969
  },
967
- [f]
968
- ), I = F(
969
- (m) => m.map((h) => /* @__PURE__ */ c(se, { "aria-label": `menu-item-${h.value}`, value: h.value, children: C ? `${h.value} - ${h.displayText}` : h.displayText }, h.value)),
970
- [C]
971
- ), w = F(
972
- (m, h) => {
973
- const v = [
974
- /* @__PURE__ */ c(Ve, { color: "primary", children: m }, m)
970
+ [u]
971
+ ), f = $(
972
+ (S) => S.map((g) => /* @__PURE__ */ d(pe, { "aria-label": `menu-item-${g.value}`, value: g.value, children: N ? `${g.value} - ${g.displayText}` : g.displayText }, g.value)),
973
+ [N]
974
+ ), I = $(
975
+ (S, g) => {
976
+ const p = [
977
+ /* @__PURE__ */ d(hn, { color: "primary", children: S }, S)
975
978
  ];
976
- return v.push(...I(h)), v;
979
+ return p.push(...f(g)), p;
977
980
  },
978
- [I]
979
- ), T = F(
980
- (m) => {
981
- const h = [];
982
- return m.forEach((v, o) => {
983
- h.push(...w(o, v));
984
- }), h;
981
+ [f]
982
+ ), w = $(
983
+ (S) => {
984
+ const g = [];
985
+ return S.forEach((p, c) => {
986
+ g.push(...I(c, p));
987
+ }), g;
985
988
  },
986
- [w]
987
- ), N = F(
988
- (m) => {
989
- let h = "";
989
+ [I]
990
+ ), C = $(
991
+ (S) => {
992
+ let g = "";
990
993
  if (a instanceof Map)
991
- a.forEach((v, o) => {
992
- if (h === "") {
993
- const M = v.find((E) => E.value === m);
994
- M && (h = C ? `${M.value} - ${o} - ${M.displayText}` : `${o} - ${M.displayText}`);
994
+ a.forEach((p, c) => {
995
+ if (g === "") {
996
+ const F = p.find((_) => _.value === S);
997
+ F && (g = N ? `${F.value} - ${c} - ${F.displayText}` : `${c} - ${F.displayText}`);
995
998
  }
996
999
  });
997
1000
  else {
998
- const v = a.find((o) => o.value === m);
999
- v && (h = C ? `${v.value} - ${v.displayText}` : v.displayText);
1001
+ const p = a.find((c) => c.value === S);
1002
+ p && (g = N ? `${p.value} - ${p.displayText}` : p.displayText);
1000
1003
  }
1001
- return h === "" && (h = l ? `${n} *` : n), h;
1004
+ return g === "" && (g = i ? `${n} *` : n), g;
1002
1005
  },
1003
- [n, a, C, l]
1006
+ [n, a, N, i]
1004
1007
  );
1005
- return /* @__PURE__ */ L(Me, { fullWidth: x, variant: "standard", sx: { minWidth: y }, margin: s, size: g, children: [
1006
- t && /* @__PURE__ */ c(Je, { id: `${e}-label`, children: l ? `${n} *` : n }),
1007
- /* @__PURE__ */ L(
1008
- Qe,
1008
+ return /* @__PURE__ */ j(ke, { fullWidth: b, variant: "standard", sx: { minWidth: x }, margin: o, size: h, children: [
1009
+ t && /* @__PURE__ */ d(un, { id: `${e}-label`, children: i ? `${n} *` : n }),
1010
+ /* @__PURE__ */ j(
1011
+ cn,
1009
1012
  {
1010
1013
  labelId: `${e}-label`,
1011
1014
  "aria-label": e,
1012
1015
  id: e,
1013
- value: i,
1014
- renderValue: N,
1015
- onChange: S,
1016
+ value: s,
1017
+ renderValue: C,
1018
+ onChange: v,
1016
1019
  displayEmpty: !t,
1017
- disabled: d,
1018
- "aria-disabled": d,
1020
+ disabled: l,
1021
+ "aria-disabled": l,
1019
1022
  children: [
1020
- a instanceof Map && T(a),
1021
- a instanceof Array && I(a)
1023
+ a instanceof Map && w(a),
1024
+ a instanceof Array && f(a)
1022
1025
  ]
1023
1026
  }
1024
1027
  ),
1025
- r && /* @__PURE__ */ c(Ze, { children: r })
1028
+ r && /* @__PURE__ */ d(fn, { children: r })
1026
1029
  ] });
1027
1030
  }
1028
- const ar = W(Q)(({ height: e, width: n }) => ({
1031
+ const pr = X(ie)(({ height: e, width: n }) => ({
1029
1032
  height: e,
1030
1033
  width: n,
1031
1034
  padding: "4px",
1032
1035
  overflow: "auto"
1033
1036
  }));
1034
- function jt({ label: e, variant: n = "h6" }) {
1035
- return /* @__PURE__ */ c(an, { children: /* @__PURE__ */ c(Te, { sx: { flex: "1 1 100%" }, variant: n, id: "tableTitle", component: "div", children: e }) });
1037
+ function Qt({ label: e, variant: n = "h6" }) {
1038
+ return /* @__PURE__ */ d(xn, { children: /* @__PURE__ */ d(Pe, { sx: { flex: "1 1 100%" }, variant: n, id: "tableTitle", component: "div", children: e }) });
1036
1039
  }
1037
- function lr({
1040
+ function xr({
1038
1041
  data: e,
1039
1042
  dataKey: n,
1040
1043
  selectedKey: t = void 0,
1041
1044
  onClickRow: r = void 0,
1042
1045
  columns: a,
1043
- label: i = void 0,
1044
- labelVariant: f = "h6",
1045
- maxHeight: d = void 0,
1046
- size: l = "medium",
1047
- stickyHeader: s = !1,
1048
- hover: g = !1
1046
+ label: s = void 0,
1047
+ labelVariant: u = "h6",
1048
+ maxHeight: l = void 0,
1049
+ size: i = "medium",
1050
+ stickyHeader: o = !1,
1051
+ hover: h = !1
1049
1052
  }) {
1050
- const x = F(
1051
- (y) => {
1052
- r && r(y);
1053
+ const b = $(
1054
+ (x) => {
1055
+ r && r(x);
1053
1056
  },
1054
1057
  [r]
1055
1058
  );
1056
- return /* @__PURE__ */ L(Q, { children: [
1057
- i && /* @__PURE__ */ c(jt, { label: i, variant: f }),
1058
- /* @__PURE__ */ c(en, { children: /* @__PURE__ */ L(nn, { "aria-labelledby": "tableTitle", size: l, stickyHeader: s, sx: { maxHeight: d }, padding: "none", children: [
1059
- /* @__PURE__ */ c(tn, { children: /* @__PURE__ */ c(ge, { children: a.map((y) => (
1059
+ return /* @__PURE__ */ j(ie, { children: [
1060
+ s && /* @__PURE__ */ d(Qt, { label: s, variant: u }),
1061
+ /* @__PURE__ */ d(gn, { children: /* @__PURE__ */ j(mn, { "aria-labelledby": "tableTitle", size: i, stickyHeader: o, sx: { maxHeight: l }, padding: "none", children: [
1062
+ /* @__PURE__ */ d(bn, { children: /* @__PURE__ */ d($e, { children: a.map((x) => (
1060
1063
  // eslint-disable-next-line react/jsx-props-no-spreading
1061
- /* @__PURE__ */ c(be, { ...y.headProps, children: y.headCell }, y.key)
1064
+ /* @__PURE__ */ d(Fe, { ...x.headProps, children: x.headCell }, x.key)
1062
1065
  )) }) }),
1063
- /* @__PURE__ */ c(rn, { children: e.map((y) => {
1064
- const C = n(y);
1065
- return /* @__PURE__ */ c(ge, { hover: g, selected: C === t, onClick: () => x(y), children: a.map((S) => /* @__PURE__ */ c(
1066
- be,
1066
+ /* @__PURE__ */ d(pn, { children: e.map((x) => {
1067
+ const N = n(x);
1068
+ return /* @__PURE__ */ d($e, { hover: h, selected: N === t, onClick: () => b(x), children: a.map((v) => /* @__PURE__ */ d(
1069
+ Fe,
1067
1070
  {
1068
- ...S.dataProps,
1069
- children: S.dataCell(y)
1071
+ ...v.dataProps,
1072
+ children: v.dataCell(x)
1070
1073
  },
1071
- `${C}-${S.key}`
1072
- )) }, C);
1074
+ `${N}-${v.key}`
1075
+ )) }, N);
1073
1076
  }) })
1074
1077
  ] }) })
1075
1078
  ] });
1076
1079
  }
1077
- const ir = W("div")(({ theme: e }) => ({
1080
+ const vr = X("div")(({ theme: e }) => ({
1078
1081
  borderBottom: "1px solid",
1079
1082
  borderColor: e.palette.divider
1080
- })), Pt = W(ln)(({ theme: e }) => ({
1081
- [`& .${me.grouped}`]: {
1083
+ })), Zt = X(vn)(({ theme: e }) => ({
1084
+ [`& .${Ie.grouped}`]: {
1082
1085
  margin: e.spacing(0.5),
1083
1086
  padding: e.spacing(1.25),
1084
1087
  minWidth: 24,
1085
1088
  color: e.palette.action.active,
1086
1089
  border: 0,
1087
1090
  borderRadius: e.shape.borderRadius,
1088
- [`&.${me.disabled}`]: {
1091
+ [`&.${Ie.disabled}`]: {
1089
1092
  border: 0
1090
1093
  }
1091
1094
  }
@@ -1093,89 +1096,89 @@ const ir = W("div")(({ theme: e }) => ({
1093
1096
  // marginLeft: -1,
1094
1097
  // borderLeft: '1px solid transparent',
1095
1098
  // },
1096
- })), Wt = W(on)(({ theme: e }) => ({
1097
- [`& .${Z.grouped}`]: {
1099
+ })), Vt = X(Nn)(({ theme: e }) => ({
1100
+ [`& .${le.grouped}`]: {
1098
1101
  margin: e.spacing(0.5),
1099
1102
  padding: e.spacing(1.25),
1100
1103
  minWidth: 24,
1101
1104
  color: e.palette.action.active,
1102
1105
  border: 0,
1103
1106
  borderRadius: e.shape.borderRadius,
1104
- [`&.${Z.disabled}`]: {
1107
+ [`&.${le.disabled}`]: {
1105
1108
  border: 0
1106
1109
  }
1107
1110
  },
1108
- [`& .${Z.middleButton},& .${Z.lastButton}`]: {
1111
+ [`& .${le.middleButton},& .${le.lastButton}`]: {
1109
1112
  marginLeft: -1,
1110
1113
  borderLeft: "1px solid transparent"
1111
1114
  }
1112
1115
  }));
1113
- function Pe({
1116
+ function qe({
1114
1117
  onClick: e,
1115
1118
  icon: n = void 0,
1116
1119
  text: t = void 0,
1117
1120
  size: r = "small",
1118
1121
  variant: a = void 0,
1119
- color: i = "inherit",
1120
- tooltip: f = void 0,
1121
- ariaLabel: d = void 0,
1122
- children: l = void 0,
1123
- disabled: s = !1
1122
+ color: s = "inherit",
1123
+ tooltip: u = void 0,
1124
+ ariaLabel: l = void 0,
1125
+ children: i = void 0,
1126
+ disabled: o = !1
1124
1127
  }) {
1125
- return l ? /* @__PURE__ */ c(
1126
- wt,
1128
+ return i ? /* @__PURE__ */ d(
1129
+ jt,
1127
1130
  {
1128
1131
  size: typeof r == "string" ? r : "small",
1129
1132
  variant: a,
1130
- color: i,
1133
+ color: s,
1131
1134
  startIcon: n,
1132
1135
  text: t,
1133
- disabled: s,
1134
- children: l
1136
+ disabled: o,
1137
+ children: i
1135
1138
  }
1136
- ) : t ? /* @__PURE__ */ L(
1137
- te,
1139
+ ) : t ? /* @__PURE__ */ j(
1140
+ ce,
1138
1141
  {
1139
1142
  size: typeof r == "string" ? r : "small",
1140
1143
  variant: a,
1141
- color: i,
1142
- "aria-label": d,
1144
+ color: s,
1145
+ "aria-label": l,
1143
1146
  onClick: e,
1144
1147
  startIcon: n,
1145
- disabled: s,
1148
+ disabled: o,
1146
1149
  children: [
1147
- f && /* @__PURE__ */ c(ne, { placement: "bottom-start", title: f, children: /* @__PURE__ */ c("span", { children: t }) }),
1148
- !f && t
1150
+ u && /* @__PURE__ */ d(ue, { placement: "bottom-start", title: u, children: /* @__PURE__ */ d("span", { children: t }) }),
1151
+ !u && t
1149
1152
  ]
1150
1153
  }
1151
- ) : /* @__PURE__ */ L(
1152
- te,
1154
+ ) : /* @__PURE__ */ j(
1155
+ ce,
1153
1156
  {
1154
1157
  size: typeof r == "string" ? r : "small",
1155
1158
  variant: a,
1156
- color: i,
1157
- "aria-label": d,
1159
+ color: s,
1160
+ "aria-label": l,
1158
1161
  onClick: e,
1159
- disabled: s,
1162
+ disabled: o,
1160
1163
  sx: {
1161
1164
  height: typeof r == "number" ? `${r}px` : void 0,
1162
1165
  width: typeof r == "number" ? `${r}px` : void 0
1163
1166
  },
1164
1167
  children: [
1165
- f && /* @__PURE__ */ c(ne, { placement: "bottom-start", title: f, children: /* @__PURE__ */ c("span", { children: n }) }),
1166
- !f && n
1168
+ u && /* @__PURE__ */ d(ue, { placement: "bottom-start", title: u, children: /* @__PURE__ */ d("span", { children: n }) }),
1169
+ !u && n
1167
1170
  ]
1168
1171
  }
1169
1172
  );
1170
1173
  }
1171
- function Dt({
1174
+ function er({
1172
1175
  buttons: e,
1173
1176
  size: n = "small",
1174
1177
  ariaLabel: t = void 0,
1175
1178
  orientation: r = "horizontal"
1176
1179
  }) {
1177
- return /* @__PURE__ */ c(Wt, { size: n, "aria-label": t, orientation: r, children: e.map((a, i) => /* @__PURE__ */ c(
1178
- Pe,
1180
+ return /* @__PURE__ */ d(Vt, { size: n, "aria-label": t, orientation: r, children: e.map((a, s) => /* @__PURE__ */ d(
1181
+ qe,
1179
1182
  {
1180
1183
  onClick: a.onClick,
1181
1184
  icon: a.icon,
@@ -1188,130 +1191,130 @@ function Dt({
1188
1191
  disabled: a.disabled,
1189
1192
  children: a.children
1190
1193
  },
1191
- i
1194
+ s
1192
1195
  )) });
1193
1196
  }
1194
- function Ut({
1197
+ function nr({
1195
1198
  value: e,
1196
1199
  onChange: n,
1197
1200
  size: t = "small",
1198
1201
  ariaLabel: r = void 0,
1199
1202
  exclusive: a = void 0,
1200
- buttons: i,
1201
- orientation: f = "horizontal"
1203
+ buttons: s,
1204
+ orientation: u = "horizontal"
1202
1205
  }) {
1203
- return /* @__PURE__ */ c(
1204
- Pt,
1206
+ return /* @__PURE__ */ d(
1207
+ Zt,
1205
1208
  {
1206
1209
  size: t,
1207
1210
  value: e,
1208
- onChange: (d, l) => n(l),
1211
+ onChange: (l, i) => n(i),
1209
1212
  "aria-label": r,
1210
1213
  exclusive: a,
1211
- orientation: f,
1212
- children: i.map((d, l) => /* @__PURE__ */ L(
1213
- sn,
1214
+ orientation: u,
1215
+ children: s.map((l, i) => /* @__PURE__ */ j(
1216
+ Sn,
1214
1217
  {
1215
1218
  size: typeof t == "string" ? t : "small",
1216
- value: d.value,
1217
- "aria-label": d.ariaLabel,
1219
+ value: l.value,
1220
+ "aria-label": l.ariaLabel,
1218
1221
  sx: {
1219
1222
  height: typeof t == "number" ? `${t}px` : void 0,
1220
1223
  width: typeof t == "number" ? `${t}px` : void 0,
1221
- padding: d.size === "small" || typeof t == "number" ? 1 : void 0,
1222
- margin: d.size === "small" || typeof t == "number" ? 0 : void 0
1224
+ padding: l.size === "small" || typeof t == "number" ? 1 : void 0,
1225
+ margin: l.size === "small" || typeof t == "number" ? 0 : void 0
1223
1226
  },
1224
- disabled: d.disabled,
1227
+ disabled: l.disabled,
1225
1228
  children: [
1226
- d.tooltip && /* @__PURE__ */ c(ne, { placement: "bottom-start", title: d.tooltip, children: /* @__PURE__ */ c("span", { children: d.icon }) }),
1227
- !d.tooltip && d.icon
1229
+ l.tooltip && /* @__PURE__ */ d(ue, { placement: "bottom-start", title: l.tooltip, children: /* @__PURE__ */ d("span", { children: l.icon }) }),
1230
+ !l.tooltip && l.icon
1228
1231
  ]
1229
1232
  },
1230
- l
1233
+ i
1231
1234
  ))
1232
1235
  }
1233
1236
  );
1234
1237
  }
1235
- function or({
1238
+ function Nr({
1236
1239
  items: e,
1237
1240
  height: n = 34,
1238
1241
  width: t = 34,
1239
1242
  justifyContent: r = "left",
1240
1243
  borderSize: a = 1,
1241
- padding: i = 1,
1242
- backgroundColor: f = void 0,
1243
- orientation: d = "horizontal"
1244
+ padding: s = 1,
1245
+ backgroundColor: u = void 0,
1246
+ orientation: l = "horizontal"
1244
1247
  }) {
1245
- return /* @__PURE__ */ c(
1246
- dn,
1248
+ return /* @__PURE__ */ d(
1249
+ Cn,
1247
1250
  {
1248
1251
  elevation: 0,
1249
1252
  sx: {
1250
1253
  display: "flex",
1251
1254
  alignItems: "center",
1252
1255
  justifyContent: r,
1253
- border: (l) => `${a}px solid ${l.palette.divider}`,
1256
+ border: (i) => `${a}px solid ${i.palette.divider}`,
1254
1257
  flexWrap: "wrap",
1255
- height: d === "horizontal" ? `${n}px` : "100%",
1256
- minHeight: d === "horizontal" ? `${n}px` : void 0,
1257
- width: d === "vertical" ? `${t}px` : "100%",
1258
- minWidth: d === "vertical" ? `${t}px` : void 0,
1259
- paddingLeft: d === "horizontal" ? i : 0,
1260
- paddingRight: d === "horizontal" ? i : 0,
1261
- paddingTop: d === "vertical" ? i : 0,
1262
- paddingBottom: d === "vertical" ? i : 0,
1258
+ height: l === "horizontal" ? `${n}px` : "100%",
1259
+ minHeight: l === "horizontal" ? `${n}px` : void 0,
1260
+ width: l === "vertical" ? `${t}px` : "100%",
1261
+ minWidth: l === "vertical" ? `${t}px` : void 0,
1262
+ paddingLeft: l === "horizontal" ? s : 0,
1263
+ paddingRight: l === "horizontal" ? s : 0,
1264
+ paddingTop: l === "vertical" ? s : 0,
1265
+ paddingBottom: l === "vertical" ? s : 0,
1263
1266
  borderRadius: "0px",
1264
- backgroundColor: f
1267
+ backgroundColor: u
1265
1268
  },
1266
- children: e.map((l, s) => l.label ? (
1269
+ children: e.map((i, o) => i.label ? (
1267
1270
  // eslint-disable-next-line react/no-array-index-key
1268
- /* @__PURE__ */ c(Te, { variant: l.label.variant, component: "div", children: l.label.text }, s)
1269
- ) : l.toggleButtonGroup ? /* @__PURE__ */ c(
1270
- Ut,
1271
+ /* @__PURE__ */ d(Pe, { variant: i.label.variant, component: "div", children: i.label.text }, o)
1272
+ ) : i.toggleButtonGroup ? /* @__PURE__ */ d(
1273
+ nr,
1271
1274
  {
1272
- value: l.toggleButtonGroup.value,
1273
- onChange: l.toggleButtonGroup.onChange,
1274
- ariaLabel: l.toggleButtonGroup.ariaLabel,
1275
- exclusive: l.toggleButtonGroup.exclusive,
1276
- buttons: l.toggleButtonGroup.buttons,
1277
- orientation: d
1275
+ value: i.toggleButtonGroup.value,
1276
+ onChange: i.toggleButtonGroup.onChange,
1277
+ ariaLabel: i.toggleButtonGroup.ariaLabel,
1278
+ exclusive: i.toggleButtonGroup.exclusive,
1279
+ buttons: i.toggleButtonGroup.buttons,
1280
+ orientation: l
1278
1281
  },
1279
- s
1280
- ) : l.button ? /* @__PURE__ */ c(
1281
- Pe,
1282
+ o
1283
+ ) : i.button ? /* @__PURE__ */ d(
1284
+ qe,
1282
1285
  {
1283
- onClick: l.button.onClick,
1284
- icon: l.button.icon,
1285
- text: l.button.text,
1286
- variant: l.button.variant,
1287
- color: l.button.color,
1288
- tooltip: l.button.tooltip,
1289
- ariaLabel: l.button.ariaLabel,
1290
- disabled: l.button.disabled
1286
+ onClick: i.button.onClick,
1287
+ icon: i.button.icon,
1288
+ text: i.button.text,
1289
+ variant: i.button.variant,
1290
+ color: i.button.color,
1291
+ tooltip: i.button.tooltip,
1292
+ ariaLabel: i.button.ariaLabel,
1293
+ disabled: i.button.disabled
1291
1294
  },
1292
- s
1293
- ) : l.buttonGroup ? (
1295
+ o
1296
+ ) : i.buttonGroup ? (
1294
1297
  // eslint-disable-next-line react/no-array-index-key
1295
- /* @__PURE__ */ c(
1296
- Dt,
1298
+ /* @__PURE__ */ d(
1299
+ er,
1297
1300
  {
1298
- ariaLabel: l.buttonGroup.ariaLabel,
1299
- buttons: l.buttonGroup.buttons,
1300
- orientation: d
1301
+ ariaLabel: i.buttonGroup.ariaLabel,
1302
+ buttons: i.buttonGroup.buttons,
1303
+ orientation: l
1301
1304
  },
1302
- s
1305
+ o
1303
1306
  )
1304
- ) : l.other)
1307
+ ) : i.other)
1305
1308
  }
1306
1309
  );
1307
1310
  }
1308
- function dr({ options: e, onSelect: n, children: t = void 0 }) {
1309
- const [r, a] = oe.useState(null), i = F(
1310
- (l) => {
1311
- e.length !== 0 && (l.preventDefault(), a(
1311
+ function Cr({ options: e, onSelect: n, children: t = void 0 }) {
1312
+ const [r, a] = me.useState(null), s = $(
1313
+ (i) => {
1314
+ e.length !== 0 && (i.preventDefault(), a(
1312
1315
  r === null ? {
1313
- mouseX: l.clientX + 2,
1314
- mouseY: l.clientY - 6
1316
+ mouseX: i.clientX + 2,
1317
+ mouseY: i.clientY - 6
1315
1318
  } : (
1316
1319
  // repeated contextmenu when it is already open closes it with Chrome 84 on Ubuntu
1317
1320
  // Other native context menus might behave different.
@@ -1321,439 +1324,432 @@ function dr({ options: e, onSelect: n, children: t = void 0 }) {
1321
1324
  ));
1322
1325
  },
1323
1326
  [r, e.length]
1324
- ), f = F(() => {
1327
+ ), u = $(() => {
1325
1328
  a(null);
1326
- }, []), d = F(
1327
- (l) => {
1328
- n(l), f();
1329
+ }, []), l = $(
1330
+ (i) => {
1331
+ n(i), u();
1329
1332
  },
1330
- [f, n]
1333
+ [u, n]
1331
1334
  );
1332
- return /* @__PURE__ */ L("div", { onContextMenu: i, style: { cursor: "context-menu" }, children: [
1335
+ return /* @__PURE__ */ j("div", { onContextMenu: s, style: { cursor: "context-menu" }, children: [
1333
1336
  t,
1334
- /* @__PURE__ */ c(
1335
- un,
1337
+ /* @__PURE__ */ d(
1338
+ $n,
1336
1339
  {
1337
1340
  open: r !== null,
1338
- onClose: f,
1341
+ onClose: u,
1339
1342
  anchorReference: "anchorPosition",
1340
1343
  anchorPosition: r !== null ? { top: r.mouseY, left: r.mouseX } : void 0,
1341
- children: e.map((l) => /* @__PURE__ */ L(se, { onClick: () => d(l.value), children: [
1342
- l.icon && /* @__PURE__ */ c(cn, { children: l.icon }),
1343
- /* @__PURE__ */ c(pe, { children: l.displayText }),
1344
- l.shortcut && /* @__PURE__ */ c(pe, { sx: { pl: 2, textAlign: "right" }, children: l.shortcut })
1345
- ] }, l.value))
1344
+ children: e.map((i) => /* @__PURE__ */ j(pe, { onClick: () => l(i.value), children: [
1345
+ i.icon && /* @__PURE__ */ d(Fn, { children: i.icon }),
1346
+ /* @__PURE__ */ d(ye, { children: i.displayText }),
1347
+ i.shortcut && /* @__PURE__ */ d(ye, { sx: { pl: 2, textAlign: "right" }, children: i.shortcut })
1348
+ ] }, i.value))
1346
1349
  }
1347
1350
  )
1348
1351
  ] });
1349
1352
  }
1350
- function zt({
1353
+ function tr({
1351
1354
  canIdentifier: e,
1352
1355
  canIdentifierType: n,
1353
1356
  onCanIdentifierChange: t,
1354
1357
  onErrorsChange: r = void 0,
1355
1358
  hideSection: a = !1,
1356
- disabled: i = !1,
1357
- collapsible: f = !1,
1358
- collapsed: d = !1,
1359
- collapsedChange: l = void 0
1359
+ disabled: s = !1,
1360
+ collapsible: u = !1,
1361
+ collapsed: l = !1,
1362
+ collapsedChange: i = void 0
1360
1363
  }) {
1361
- const s = H(), g = re(), [x, y] = A(!1);
1362
- k(() => {
1363
- r && r(x);
1364
- }, [x, r]);
1365
- const [C, S] = A(n);
1366
- k(() => {
1367
- S(n);
1364
+ const o = re(), h = fe(), [b, x] = B(!1);
1365
+ P(() => {
1366
+ r && r(b);
1367
+ }, [b, r]);
1368
+ const [N, v] = B(!1), [f, I] = B(n);
1369
+ P(() => {
1370
+ I(n);
1368
1371
  }, [n]);
1369
- const I = F((m) => {
1370
- S(m ? "extended" : "standard");
1371
- }, []), w = F(
1372
- (m) => {
1373
- let h = m, v = !1;
1374
- if (h.length > 2 && h.toLowerCase().startsWith("0x") && (h = h.substring(2), v = !0), h = h.toUpperCase(), C === "extended") {
1375
- const o = parseInt(h, v ? 16 : g);
1376
- if (Number.isNaN(o) || o < 0 || o > 536870911)
1377
- return t(m, C), { val: m, err: !0 };
1378
- h = `${o.toString(g).toUpperCase()}`;
1379
- } else if (C === "standard") {
1380
- const o = parseInt(h, v ? 16 : g);
1381
- if (Number.isNaN(o) || o < 0 || o > 2047)
1382
- return t(m, C), { val: m, err: !0 };
1383
- h = `${o.toString(g).toUpperCase()}`;
1384
- }
1385
- return t(h, C), { val: m, err: !1 };
1372
+ const w = $((c) => {
1373
+ I(c ? "extended" : "standard");
1374
+ }, []), C = $(
1375
+ (c) => {
1376
+ let F = c;
1377
+ const _ = parseInt(F, F.startsWith("0x") ? 16 : h);
1378
+ if (f === "extended") {
1379
+ if (Number.isNaN(_) || _ < 0 || _ > 536870911)
1380
+ return Number.isNaN(_) || t(`${_.toString(h).toUpperCase()}`, f), { val: c, err: !0 };
1381
+ } else if (f === "standard" && (Number.isNaN(_) || _ < 0 || _ > 2047))
1382
+ return Number.isNaN(_) || t(`${_.toString(h).toUpperCase()}`, f), { val: c, err: !0 };
1383
+ return t(`${_.toString(h).toUpperCase()}`, f), v(F.startsWith("0x")), { val: c, err: !1 };
1386
1384
  },
1387
- [C, g, t]
1388
- ), T = F(
1389
- (m) => {
1390
- if (m !== C) {
1391
- let h = !1, v = e;
1392
- if (m === "standard") {
1393
- const o = parseInt(v, g);
1394
- (Number.isNaN(o) || o < 0 || o > 2047) && (h = !0);
1395
- } else if (m === "extended") {
1396
- const o = parseInt(v, g);
1397
- (Number.isNaN(o) || o < 0 || o > 536870911) && (h = !0);
1398
- }
1399
- t(v, m), y(h);
1385
+ [f, h, t]
1386
+ ), S = $(
1387
+ (c) => {
1388
+ if (c !== f) {
1389
+ let F = !1;
1390
+ const _ = parseInt(e, e.startsWith("0x") ? 16 : h);
1391
+ c === "standard" ? (Number.isNaN(_) || _ < 0 || _ > 2047) && (F = !0) : c === "extended" && (Number.isNaN(_) || _ < 0 || _ > 536870911) && (F = !0), t(e, c), x(F);
1400
1392
  }
1401
1393
  },
1402
- [C, e, t, g]
1403
- ), N = j(
1404
- () => /* @__PURE__ */ L(de, { spacing: 4, children: [
1405
- /* @__PURE__ */ c(
1406
- G,
1394
+ [f, e, t, h]
1395
+ ), g = W(() => {
1396
+ const c = parseInt(e, e.startsWith("0x") ? 16 : h);
1397
+ return N ? `0x${c.toString(16).toUpperCase()}` : c.toString(h).toUpperCase();
1398
+ }, [N, e, h]), p = W(
1399
+ () => /* @__PURE__ */ j(be, { spacing: 4, children: [
1400
+ /* @__PURE__ */ d(
1401
+ ee,
1407
1402
  {
1408
1403
  id: "constant-id",
1409
1404
  fullWidth: !0,
1410
- value: e,
1411
- onBlur: w,
1412
- error: x,
1413
- onErrorChange: y,
1414
- disabled: i
1405
+ value: g,
1406
+ error: b,
1407
+ onValidate: C,
1408
+ onErrorChange: x,
1409
+ disabled: s
1415
1410
  }
1416
1411
  ),
1417
- /* @__PURE__ */ c(
1418
- Ae,
1412
+ /* @__PURE__ */ d(
1413
+ Ue,
1419
1414
  {
1420
1415
  id: "id-type",
1421
- label: s.getString("LabelUseExtendedIdentifier"),
1422
- checked: C === "extended",
1423
- onChange: (m) => {
1424
- I(m), T(m ? "extended" : "standard");
1416
+ label: o.getString("LabelUseExtendedIdentifier"),
1417
+ checked: f === "extended",
1418
+ onChange: (c) => {
1419
+ w(c), S(c ? "extended" : "standard");
1425
1420
  },
1426
- disabled: i
1421
+ disabled: s
1427
1422
  }
1428
1423
  )
1429
1424
  ] }),
1430
- [
1431
- e,
1432
- C,
1433
- i,
1434
- x,
1435
- s,
1436
- T,
1437
- w
1438
- ]
1425
+ [g, f, s, b, o, S, C]
1439
1426
  );
1440
- return a ? N : /* @__PURE__ */ c(
1441
- fe,
1427
+ return a ? p : /* @__PURE__ */ d(
1428
+ Ne,
1442
1429
  {
1443
- text: s.getString("LabelCanIdentifier"),
1430
+ text: o.getString("LabelCanIdentifier"),
1444
1431
  summary: e,
1445
- collapsible: f,
1446
- collapsed: d,
1447
- collapsedChange: l,
1448
- children: N
1432
+ collapsible: u,
1433
+ collapsed: l,
1434
+ collapsedChange: i,
1435
+ children: p
1449
1436
  }
1450
1437
  );
1451
1438
  }
1452
- function sr({
1439
+ function Sr({
1453
1440
  frame: e,
1454
1441
  onFrameChange: n,
1455
1442
  onErrorsChange: t = void 0,
1456
1443
  hideSection: r = !1,
1457
1444
  collapsible: a = !1,
1458
- collapsed: i = !1,
1459
- collapsedChange: f = void 0
1445
+ collapsed: s = !1,
1446
+ collapsedChange: u = void 0
1460
1447
  }) {
1461
- var x;
1462
- const d = re(), l = j(
1448
+ var b;
1449
+ const l = fe(), i = W(
1463
1450
  () => {
1464
- var y, C;
1465
- return ((C = (y = e.canFrameFlags) == null ? void 0 : y.flags) == null ? void 0 : C.includes(U.CAN_FRAME_FLAG_EXT)) === !0 ? "extended" : "standard";
1451
+ var x, N;
1452
+ return ((N = (x = e.canFrameFlags) == null ? void 0 : x.flags) == null ? void 0 : N.includes(G.CAN_FRAME_FLAG_EXT)) === !0 ? "extended" : "standard";
1466
1453
  },
1467
- [(x = e.canFrameFlags) == null ? void 0 : x.flags]
1468
- ), s = j(() => `${(e.id ?? 0).toString(d).toUpperCase()}`, [l, e.id, d]), g = F(
1469
- (y, C) => {
1470
- var N;
1471
- let S = e.id ?? 0;
1472
- S = parseInt(y, d);
1473
- const I = (N = e.canFrameFlags) != null && N.flags ? { flags: [...e.canFrameFlags.flags] } : { flags: [] }, w = I.flags.indexOf(U.CAN_FRAME_FLAG_STD);
1474
- w !== -1 && I.flags.splice(w, 1);
1475
- const T = I.flags.indexOf(U.CAN_FRAME_FLAG_EXT);
1476
- if (T !== -1 && I.flags.splice(T, 1), C === "extended" ? I.flags.push(U.CAN_FRAME_FLAG_EXT) : C === "standard" && I.flags.push(U.CAN_FRAME_FLAG_STD), S !== e.id || !ue(I, e.canFrameFlags)) {
1477
- const m = { ...e };
1478
- m.id = S, m.canFrameFlags = I, n(m);
1454
+ [(b = e.canFrameFlags) == null ? void 0 : b.flags]
1455
+ ), o = W(() => `${(e.id ?? 0).toString(l).toUpperCase()}`, [i, e.id, l]), h = $(
1456
+ (x, N) => {
1457
+ var C;
1458
+ const v = parseInt(x, x.startsWith("0x") ? 16 : l), f = (C = e.canFrameFlags) != null && C.flags ? { flags: [...e.canFrameFlags.flags] } : { flags: [] }, I = f.flags.indexOf(G.CAN_FRAME_FLAG_STD);
1459
+ I !== -1 && f.flags.splice(I, 1);
1460
+ const w = f.flags.indexOf(G.CAN_FRAME_FLAG_EXT);
1461
+ if (w !== -1 && f.flags.splice(w, 1), N === "extended" ? f.flags.push(G.CAN_FRAME_FLAG_EXT) : N === "standard" && f.flags.push(G.CAN_FRAME_FLAG_STD), v !== e.id || !xe(f, e.canFrameFlags)) {
1462
+ const S = { ...e };
1463
+ S.id = v, S.canFrameFlags = f, n(S);
1479
1464
  }
1480
1465
  },
1481
- [e, d, n]
1466
+ [e, l, n]
1482
1467
  );
1483
- return /* @__PURE__ */ c(
1484
- zt,
1468
+ return /* @__PURE__ */ d(
1469
+ tr,
1485
1470
  {
1486
- canIdentifier: s,
1487
- canIdentifierType: l,
1488
- onCanIdentifierChange: g,
1471
+ canIdentifier: o,
1472
+ canIdentifierType: i,
1473
+ onCanIdentifierChange: h,
1489
1474
  onErrorsChange: t,
1490
1475
  hideSection: r,
1491
1476
  collapsible: a,
1492
- collapsed: i,
1493
- collapsedChange: f
1477
+ collapsed: s,
1478
+ collapsedChange: u
1494
1479
  }
1495
1480
  );
1496
1481
  }
1497
- function Kt({
1482
+ function rr({
1498
1483
  canIdentifier: e,
1499
1484
  identifierGeneratorType: n,
1500
1485
  minCanIdentifier: t,
1501
1486
  maxCanIdentifier: r,
1502
1487
  canIdentifierType: a,
1503
- onChange: i,
1504
- onErrorsChange: f = void 0,
1505
- canIdentifierGeneratorSettingsError: d = void 0,
1506
- disabled: l = !1,
1507
- collapsible: s = !1,
1508
- collapsed: g = !1,
1509
- collapsedChange: x = void 0,
1510
- showSelectMessageDialogChange: y,
1511
- showSignalValuesTable: C
1488
+ onChange: s,
1489
+ onErrorsChange: u = void 0,
1490
+ canIdentifierGeneratorSettingsError: l = void 0,
1491
+ disabled: i = !1,
1492
+ collapsible: o = !1,
1493
+ collapsed: h = !1,
1494
+ collapsedChange: b = void 0,
1495
+ showSelectMessageDialogChange: x,
1496
+ showSignalValuesTable: N
1512
1497
  }) {
1513
- const S = H(), I = re(), [w, T] = A(!1), [N, m] = A(!1), [h, v] = A(!1), [o, M] = A(a);
1514
- k(() => {
1515
- M(a);
1498
+ const v = re(), f = fe(), [I, w] = B(!1), [C, S] = B(!1), [g, p] = B(!1), [c, F] = B(!1), [_, z] = B(!1), [K, O] = B(!1), [E, q] = B(a);
1499
+ P(() => {
1500
+ q(a);
1516
1501
  }, [a]);
1517
- const E = F((p) => {
1518
- M(p ? "extended" : "standard");
1519
- }, []), P = F(
1520
- (p) => {
1521
- let u = p, $ = !1;
1522
- if (u.length > 2 && u.toLowerCase().startsWith("0x") && (u = u.substring(2), $ = !0), u = u.toUpperCase(), o === "extended") {
1523
- const b = parseInt(u, $ ? 16 : I);
1524
- if (Number.isNaN(b) || b < 0 || b > 536870911)
1525
- return i(p, n, t, r, o), { val: p, err: !0 };
1526
- u = `${b.toString(I).toUpperCase()}`;
1527
- } else if (o === "standard") {
1528
- const b = parseInt(u, $ ? 16 : I);
1529
- if (Number.isNaN(b) || b < 0 || b > 2047)
1530
- return i(p, n, t, r, o), { val: p, err: !0 };
1531
- u = `${b.toString(I).toUpperCase()}`;
1532
- }
1533
- return i(u, n, t, r, o), { val: p, err: !1 };
1502
+ const Y = $((M) => {
1503
+ q(M ? "extended" : "standard");
1504
+ }, []), H = $(
1505
+ (M) => {
1506
+ let k = M;
1507
+ const L = parseInt(k, k.startsWith("0x") ? 16 : f);
1508
+ if (E === "extended") {
1509
+ if (Number.isNaN(L) || L < 0 || L > 536870911)
1510
+ return Number.isNaN(L) || s(
1511
+ `${L.toString(f).toUpperCase()}`,
1512
+ n,
1513
+ t,
1514
+ r,
1515
+ E
1516
+ ), { val: M, err: !0 };
1517
+ } else if (E === "standard" && (Number.isNaN(L) || L < 0 || L > 2047))
1518
+ return Number.isNaN(L) || s(
1519
+ `${L.toString(f).toUpperCase()}`,
1520
+ n,
1521
+ t,
1522
+ r,
1523
+ E
1524
+ ), { val: M, err: !0 };
1525
+ return s(
1526
+ `${L.toString(f).toUpperCase()}`,
1527
+ n,
1528
+ t,
1529
+ r,
1530
+ E
1531
+ ), F(k.startsWith("0x")), { val: M, err: !1 };
1534
1532
  },
1535
- [o, n, r, t, I, i]
1536
- ), _ = F(
1537
- (p, u, $) => {
1538
- let b = p, O = -1, ae = !1;
1539
- if (b.length > 2 && b.toLowerCase().startsWith("0x") && (b = b.substring(2), ae = !0), b = b.toUpperCase(), u === "extended") {
1540
- if (O = parseInt(b, ae ? 16 : I), Number.isNaN(O) || O < 0 || O > 536870911)
1541
- return $(p), { val: p, err: !0, id: O };
1542
- b = `${O.toString(I).toUpperCase()}`;
1543
- } else if (u === "standard") {
1544
- if (O = parseInt(b, ae ? 16 : I), Number.isNaN(O) || O < 0 || O > 2047)
1545
- return $(p), { val: p, err: !0, id: O };
1546
- b = `${O.toString(I).toUpperCase()}`;
1547
- }
1548
- return $(b), { val: b, err: !1, id: O };
1533
+ [E, n, r, t, f, s]
1534
+ ), y = $(
1535
+ (M, k, L, D) => {
1536
+ let Q = M;
1537
+ const U = parseInt(Q, Q.startsWith("0x") ? 16 : f);
1538
+ if (k === "extended") {
1539
+ if (Number.isNaN(U) || U < 0 || U > 536870911)
1540
+ return Number.isNaN(U) || L(`${U.toString(f).toUpperCase()}`), { val: M, err: !0, id: U };
1541
+ } else if (k === "standard" && (Number.isNaN(U) || U < 0 || U > 2047))
1542
+ return Number.isNaN(U) || L(`${U.toString(f).toUpperCase()}`), { val: M, err: !0, id: U };
1543
+ return L(`${U.toString(f).toUpperCase()}`), D(Q.startsWith("0x")), { val: M, err: !1, id: U };
1549
1544
  },
1550
- [I]
1551
- ), B = F(
1552
- (p) => {
1553
- const u = _(
1554
- p,
1555
- o,
1556
- (b) => i(e, n, b, r, o)
1557
- ), $ = _(
1545
+ [f]
1546
+ ), T = $(
1547
+ (M) => {
1548
+ const k = y(
1549
+ M,
1550
+ E,
1551
+ (D) => s(e, n, D, r, E),
1552
+ (D) => z(D)
1553
+ ), L = y(
1558
1554
  r,
1559
- o,
1555
+ E,
1556
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
1557
+ () => {
1558
+ },
1560
1559
  // eslint-disable-next-line @typescript-eslint/no-empty-function
1561
1560
  () => {
1562
1561
  }
1563
1562
  );
1564
- return !u.err && !$.err && (u.id >= $.id ? (u.err = !0, m(!0)) : m(!1)), { val: u.val, err: u.err };
1563
+ return k.id >= L.id ? k.err = !0 : L.err && p(L.err), { val: k.val, err: k.err };
1565
1564
  },
1566
1565
  [
1567
1566
  e,
1568
- o,
1567
+ E,
1569
1568
  n,
1570
1569
  r,
1571
- i,
1572
- _
1570
+ s,
1571
+ y
1573
1572
  ]
1574
- ), z = F(
1575
- (p) => {
1576
- const u = _(
1577
- p,
1578
- o,
1579
- (b) => i(e, n, t, b, o)
1580
- ), $ = _(
1573
+ ), m = $(
1574
+ (M) => {
1575
+ const k = y(
1576
+ M,
1577
+ E,
1578
+ (D) => s(e, n, t, D, E),
1579
+ (D) => O(D)
1580
+ ), L = y(
1581
1581
  t,
1582
- o,
1582
+ E,
1583
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
1584
+ () => {
1585
+ },
1583
1586
  // eslint-disable-next-line @typescript-eslint/no-empty-function
1584
1587
  () => {
1585
1588
  }
1586
1589
  );
1587
- return !$.err && !u.err && ($.id >= u.id ? (u.err = !0, v(!0)) : v(!1)), { val: u.val, err: u.err };
1590
+ return L.id >= k.id ? k.err = !0 : L.err && S(L.err), { val: k.val, err: k.err };
1588
1591
  },
1589
1592
  [
1590
1593
  e,
1591
- o,
1594
+ E,
1592
1595
  n,
1593
1596
  t,
1594
- i,
1595
- _
1597
+ s,
1598
+ y
1596
1599
  ]
1597
- ), K = F(
1598
- (p) => {
1599
- if (p !== o) {
1600
- let u = e;
1601
- const $ = _(t, p, () => {
1602
- }), b = _(r, p, () => {
1603
- });
1604
- i(u, n, $.val, b.val, p);
1600
+ ), A = $(
1601
+ (M) => {
1602
+ if (M !== E) {
1603
+ let k = !1, L = e;
1604
+ const D = parseInt(L, L.startsWith("0x") ? 16 : f);
1605
+ M === "standard" ? ((Number.isNaN(D) || D < 0 || D > 2047) && (k = !0), w(k)) : M === "extended" && ((Number.isNaN(D) || D < 0 || D > 536870911) && (k = !0), w(k));
1606
+ let Q = !1, U = t;
1607
+ const Z = parseInt(U, U.startsWith("0x") ? 16 : f);
1608
+ M === "standard" ? (Number.isNaN(Z) || Z < 0 || Z > 2047) && (Q = !0) : M === "extended" && (Number.isNaN(Z) || Z < 0 || Z > 536870911) && (Q = !0);
1609
+ let se = !1, Ce = r;
1610
+ const V = parseInt(Ce, Ce.startsWith("0x") ? 16 : f);
1611
+ M === "standard" ? (Number.isNaN(V) || V < 0 || V > 2047) && (se = !0) : M === "extended" && (Number.isNaN(V) || V < 0 || V > 536870911) && (se = !0), !Number.isNaN(Z) && !Number.isNaN(V) && Z >= V && (Q = !0, se = !0), S(Q), p(se), s(e, n, t, r, M);
1605
1612
  }
1606
1613
  },
1607
1614
  [
1608
- o,
1615
+ E,
1609
1616
  e,
1610
- _,
1611
1617
  t,
1612
1618
  r,
1613
- i,
1619
+ s,
1614
1620
  n,
1615
- I
1621
+ f
1616
1622
  ]
1617
- ), X = F(
1618
- (p) => {
1619
- let u = e;
1620
- const $ = _(t, o, () => {
1621
- }), b = _(r, o, () => {
1622
- });
1623
- C(p === "constant"), i(
1624
- u,
1625
- p,
1626
- $.val,
1627
- b.val,
1628
- o
1629
- );
1623
+ ), R = $(
1624
+ (M) => {
1625
+ N(M === "constant"), s(e, M, t, r, E);
1630
1626
  },
1631
- [
1632
- o,
1633
- e,
1634
- _,
1635
- t,
1636
- r,
1637
- i,
1638
- n,
1639
- I
1640
- ]
1627
+ [E, e, t, r, s]
1641
1628
  );
1642
- k(() => {
1643
- f && f(
1644
- n === "constant" && w || (n === "random" || n === "scan") && (N || h)
1645
- ), d && (d.current = n === "constant" && w || (n === "random" || n === "scan") && (N || h));
1629
+ P(() => {
1630
+ u && u(
1631
+ n === "constant" && I || (n === "random" || n === "scan") && (C || g)
1632
+ ), l && (l.current = n === "constant" && I || (n === "random" || n === "scan") && (C || g));
1646
1633
  }, [
1647
- w,
1648
- d,
1634
+ I,
1635
+ l,
1649
1636
  n,
1650
- h,
1651
- N,
1652
- f
1637
+ g,
1638
+ C,
1639
+ u
1653
1640
  ]);
1654
- const D = It(), R = $t(D);
1655
- return /* @__PURE__ */ c(
1656
- fe,
1641
+ const J = kt(), Ye = Wt(J), Je = W(() => {
1642
+ const M = parseInt(e, e.startsWith("0x") ? 16 : f);
1643
+ return c ? `0x${M.toString(16).toUpperCase()}` : M.toString(f).toUpperCase();
1644
+ }, [c, e, f]), Qe = W(() => {
1645
+ const M = parseInt(t, t.startsWith("0x") ? 16 : f);
1646
+ return _ ? `0x${M.toString(16).toUpperCase()}` : M.toString(f).toUpperCase();
1647
+ }, [_, t, f]), Ze = W(() => {
1648
+ const M = parseInt(r, r.startsWith("0x") ? 16 : f);
1649
+ return K ? `0x${M.toString(16).toUpperCase()}` : M.toString(f).toUpperCase();
1650
+ }, [K, r, f]);
1651
+ return /* @__PURE__ */ d(
1652
+ Ne,
1657
1653
  {
1658
- text: S.getString("LabelCanIdentifier"),
1659
- summary: n === "constant" ? e : n === "random" ? `${S.getString("LabelRandom")} ${t}-${r}` : `${S.getString("LabelScan")} ${t}-${r}`,
1660
- collapsible: s,
1661
- collapsed: g,
1662
- collapsedChange: x,
1663
- children: /* @__PURE__ */ L(
1664
- Et,
1654
+ text: v.getString("LabelCanIdentifier"),
1655
+ summary: n === "constant" ? e : n === "random" ? `${v.getString("LabelRandom")} ${t}-${r}` : `${v.getString("LabelScan")} ${t}-${r}`,
1656
+ collapsible: o,
1657
+ collapsed: h,
1658
+ collapsedChange: b,
1659
+ children: /* @__PURE__ */ j(
1660
+ Gt,
1665
1661
  {
1666
1662
  id: "identifier-radio-group",
1667
1663
  value: n,
1668
- onChange: (p) => {
1669
- X(p);
1664
+ onChange: (M) => {
1665
+ R(M);
1670
1666
  },
1671
1667
  children: [
1672
- /* @__PURE__ */ L(de, { spacing: 4, children: [
1673
- /* @__PURE__ */ c(
1674
- ie,
1668
+ /* @__PURE__ */ j(be, { spacing: 4, children: [
1669
+ /* @__PURE__ */ d(
1670
+ ge,
1675
1671
  {
1676
1672
  id: "constant-id-radio",
1677
1673
  value: "constant",
1678
- label: S.getString("LabelConstantIdentifier"),
1674
+ label: v.getString("LabelConstantIdentifier"),
1679
1675
  sx: { marginLeft: "-11px !important" },
1680
- disabled: l
1676
+ disabled: i
1681
1677
  }
1682
1678
  ),
1683
- /* @__PURE__ */ c(
1684
- G,
1679
+ /* @__PURE__ */ d(
1680
+ ee,
1685
1681
  {
1686
1682
  id: "constant-id",
1687
1683
  fullWidth: !0,
1688
- value: e,
1689
- error: w,
1690
- onErrorChange: T,
1691
- disabled: l || n !== "constant",
1692
- required: n === "constant",
1693
- onBlur: P
1684
+ value: Je,
1685
+ error: !i && n === "constant" && I,
1686
+ onErrorChange: w,
1687
+ onValidate: H,
1688
+ disabled: i || n !== "constant",
1689
+ required: n === "constant"
1694
1690
  }
1695
1691
  ),
1696
- /* @__PURE__ */ c(
1697
- Ae,
1692
+ /* @__PURE__ */ d(
1693
+ Ue,
1698
1694
  {
1699
1695
  id: "id-type",
1700
- label: S.getString("LabelUseExtendedIdentifier"),
1701
- checked: o === "extended",
1702
- onChange: (p) => {
1703
- E(p), K(p ? "extended" : "standard");
1696
+ label: v.getString("LabelUseExtendedIdentifier"),
1697
+ checked: E === "extended",
1698
+ onChange: (M) => {
1699
+ Y(M), A(M ? "extended" : "standard");
1704
1700
  },
1705
- disabled: l
1701
+ disabled: i
1706
1702
  }
1707
1703
  ),
1708
- /* @__PURE__ */ c(Ft, { columnItem: D, width: R, children: /* @__PURE__ */ c(te, { onClick: () => y(!0), variant: "outlined", size: "large", children: S.getString("ButtonSelectMessage") }) })
1704
+ /* @__PURE__ */ d(Pt, { columnItem: J, width: Ye, children: /* @__PURE__ */ d(ce, { onClick: () => x(!0), variant: "outlined", size: "large", children: v.getString("ButtonSelectMessage") }) })
1709
1705
  ] }),
1710
- /* @__PURE__ */ L(de, { spacing: 4, children: [
1711
- /* @__PURE__ */ c(
1712
- ie,
1706
+ /* @__PURE__ */ j(be, { spacing: 4, children: [
1707
+ /* @__PURE__ */ d(
1708
+ ge,
1713
1709
  {
1714
1710
  id: "random-identifier-radio",
1715
1711
  value: "random",
1716
- label: S.getString("LabelRandomIdentifier"),
1712
+ label: v.getString("LabelRandomIdentifier"),
1717
1713
  sx: { marginLeft: "-11px !important" },
1718
- disabled: l
1714
+ disabled: i
1719
1715
  }
1720
1716
  ),
1721
- /* @__PURE__ */ c(
1722
- ie,
1717
+ /* @__PURE__ */ d(
1718
+ ge,
1723
1719
  {
1724
1720
  id: "scan-identifier-radio",
1725
1721
  value: "scan",
1726
- label: S.getString("LabelScanIdentifier"),
1727
- disabled: l
1722
+ label: v.getString("LabelScanIdentifier"),
1723
+ disabled: i
1728
1724
  }
1729
1725
  ),
1730
- /* @__PURE__ */ c(
1731
- G,
1726
+ /* @__PURE__ */ d(
1727
+ ee,
1732
1728
  {
1733
1729
  id: "identifier-min",
1734
- disabled: l || n !== "random" && n !== "scan",
1730
+ disabled: i || n !== "random" && n !== "scan",
1735
1731
  required: n === "random" || n === "scan",
1736
1732
  fullWidth: !0,
1737
- value: t ?? "",
1738
- error: N,
1739
- onErrorChange: m,
1740
- startAdornment: S.getString("LabelFrom"),
1741
- onBlur: B,
1733
+ value: Qe,
1734
+ error: !i && (n === "random" || n === "scan") && C,
1735
+ onErrorChange: S,
1736
+ onValidate: T,
1737
+ startAdornment: v.getString("LabelFrom"),
1742
1738
  sxStartAdornment: { marginBottom: 0.8 }
1743
1739
  }
1744
1740
  ),
1745
- /* @__PURE__ */ c(
1746
- G,
1741
+ /* @__PURE__ */ d(
1742
+ ee,
1747
1743
  {
1748
1744
  id: "identifier-max",
1749
- disabled: l || n !== "random" && n !== "scan",
1745
+ disabled: i || n !== "random" && n !== "scan",
1750
1746
  required: n === "random" || n === "scan",
1751
1747
  fullWidth: !0,
1752
- value: r ?? "",
1753
- error: h,
1754
- onErrorChange: v,
1755
- startAdornment: S.getString("LabelTo"),
1756
- onBlur: z,
1748
+ value: Ze,
1749
+ error: !i && (n === "random" || n === "scan") && g,
1750
+ onErrorChange: p,
1751
+ onValidate: m,
1752
+ startAdornment: v.getString("LabelTo"),
1757
1753
  sxStartAdornment: { marginBottom: 0.8 }
1758
1754
  }
1759
1755
  )
@@ -1764,143 +1760,143 @@ function Kt({
1764
1760
  }
1765
1761
  );
1766
1762
  }
1767
- function ur({
1763
+ function $r({
1768
1764
  settings: e,
1769
1765
  onSettingsChange: n,
1770
1766
  onErrorsChange: t = void 0,
1771
1767
  canIdentifierGeneratorSettingsError: r = void 0,
1772
1768
  disabled: a = !1,
1773
- collapsible: i = !1,
1774
- collapsed: f = !1,
1775
- collapsedChange: d = void 0,
1776
- showSelectMessageDialogChange: l,
1777
- showSignalValuesTable: s
1769
+ collapsible: s = !1,
1770
+ collapsed: u = !1,
1771
+ collapsedChange: l = void 0,
1772
+ showSelectMessageDialogChange: i,
1773
+ showSignalValuesTable: o
1778
1774
  }) {
1779
- var T, N, m;
1780
- const g = re(), x = j(
1775
+ var w, C, S;
1776
+ const h = fe(), b = W(
1781
1777
  () => {
1782
- var h, v, o;
1783
- return ((o = (v = (h = e.frame) == null ? void 0 : h.canFrameFlags) == null ? void 0 : v.flags) == null ? void 0 : o.includes(U.CAN_FRAME_FLAG_EXT)) === !0 ? "extended" : "standard";
1778
+ var g, p, c;
1779
+ return ((c = (p = (g = e.frame) == null ? void 0 : g.canFrameFlags) == null ? void 0 : p.flags) == null ? void 0 : c.includes(G.CAN_FRAME_FLAG_EXT)) === !0 ? "extended" : "standard";
1784
1780
  },
1785
- [(N = (T = e.frame) == null ? void 0 : T.canFrameFlags) == null ? void 0 : N.flags]
1786
- ), y = j(() => {
1787
- var v;
1788
- return `${(((v = e.frame) == null ? void 0 : v.id) ?? 0).toString(g).toUpperCase()}`;
1789
- }, [g, (m = e.frame) == null ? void 0 : m.id]), C = j(() => `${(e.identifierMin ?? 0).toString(g).toUpperCase()}`, [g, e.identifierMin]), S = j(() => `${(e.identifierMax ?? 0).toString(g).toUpperCase()}`, [g, e.identifierMax]), I = j(() => e.randomIdentifier === !0 ? "random" : e.scanIdentifier === !0 ? "scan" : "constant", [e.randomIdentifier, e.scanIdentifier]), w = F(
1790
- (h, v, o, M, E) => {
1791
- var R, p, u, $;
1792
- const P = E, _ = parseInt(h, g), B = (p = (R = e.frame) == null ? void 0 : R.canFrameFlags) != null && p.flags ? { flags: [...e.frame.canFrameFlags.flags] } : { flags: [] }, z = B.flags.indexOf(U.CAN_FRAME_FLAG_STD), K = parseInt(o, g), X = parseInt(M, g), D = B.flags.indexOf(U.CAN_FRAME_FLAG_EXT);
1793
- if (z !== -1 && B.flags.splice(z, 1), D !== -1 && B.flags.splice(D, 1), P === "extended" ? B.flags.push(U.CAN_FRAME_FLAG_EXT) : P === "standard" && B.flags.push(U.CAN_FRAME_FLAG_STD), _ !== ((u = e.frame) == null ? void 0 : u.id) || !ue(B, ($ = e.frame) == null ? void 0 : $.canFrameFlags) || v !== I || K !== e.identifierMin || X !== e.identifierMax) {
1794
- const b = { ...e };
1795
- b.frame = e.frame ? { ...e.frame } : hn.fromPartial({
1781
+ [(C = (w = e.frame) == null ? void 0 : w.canFrameFlags) == null ? void 0 : C.flags]
1782
+ ), x = W(() => {
1783
+ var p;
1784
+ return `${(((p = e.frame) == null ? void 0 : p.id) ?? 0).toString(h).toUpperCase()}`;
1785
+ }, [h, (S = e.frame) == null ? void 0 : S.id]), N = W(() => `${(e.identifierMin ?? 0).toString(h).toUpperCase()}`, [h, e.identifierMin]), v = W(() => `${(e.identifierMax ?? 0).toString(h).toUpperCase()}`, [h, e.identifierMax]), f = W(() => e.randomIdentifier === !0 ? "random" : e.scanIdentifier === !0 ? "scan" : "constant", [e.randomIdentifier, e.scanIdentifier]), I = $(
1786
+ (g, p, c, F, _) => {
1787
+ var y, T, m, A;
1788
+ const z = _, K = parseInt(g, g.startsWith("0x") ? 16 : h), O = (T = (y = e.frame) == null ? void 0 : y.canFrameFlags) != null && T.flags ? { flags: [...e.frame.canFrameFlags.flags] } : { flags: [] }, E = O.flags.indexOf(G.CAN_FRAME_FLAG_STD), q = parseInt(c, c.startsWith("0x") ? 16 : h), Y = parseInt(F, F.startsWith("0x") ? 16 : h), H = O.flags.indexOf(G.CAN_FRAME_FLAG_EXT);
1789
+ if (E !== -1 && O.flags.splice(E, 1), H !== -1 && O.flags.splice(H, 1), z === "extended" ? O.flags.push(G.CAN_FRAME_FLAG_EXT) : z === "standard" && O.flags.push(G.CAN_FRAME_FLAG_STD), K !== ((m = e.frame) == null ? void 0 : m.id) || !xe(O, (A = e.frame) == null ? void 0 : A.canFrameFlags) || p !== f || q !== e.identifierMin || Y !== e.identifierMax) {
1790
+ const R = { ...e };
1791
+ R.frame = e.frame ? { ...e.frame } : yn.fromPartial({
1796
1792
  id: 0,
1797
- canFrameFlags: { flags: [U.CAN_FRAME_FLAG_STD] },
1793
+ canFrameFlags: { flags: [G.CAN_FRAME_FLAG_STD] },
1798
1794
  data: Array.from({ length: 8 }, () => 0)
1799
- }), b.frame.id = _, b.frame.canFrameFlags = B, v === "constant" ? (b.randomIdentifier = !1, b.scanIdentifier = !1) : v === "random" ? (b.randomIdentifier = !0, b.scanIdentifier = !1) : v === "scan" && (b.randomIdentifier = !1, b.scanIdentifier = !0), b.identifierMin = K, b.identifierMax = X, n(b);
1795
+ }), R.frame.id = K, R.frame.canFrameFlags = O, p === "constant" ? (R.randomIdentifier = !1, R.scanIdentifier = !1) : p === "random" ? (R.randomIdentifier = !0, R.scanIdentifier = !1) : p === "scan" && (R.randomIdentifier = !1, R.scanIdentifier = !0), R.identifierMin = q, R.identifierMax = Y, n(R);
1800
1796
  }
1801
1797
  },
1802
- [I, g, n, e]
1798
+ [f, h, n, e]
1803
1799
  );
1804
- return /* @__PURE__ */ c(
1805
- Kt,
1800
+ return /* @__PURE__ */ d(
1801
+ rr,
1806
1802
  {
1807
- canIdentifier: y,
1808
- identifierGeneratorType: I,
1809
- minCanIdentifier: C,
1810
- maxCanIdentifier: S,
1811
- canIdentifierType: x,
1812
- onChange: w,
1803
+ canIdentifier: x,
1804
+ identifierGeneratorType: f,
1805
+ minCanIdentifier: N,
1806
+ maxCanIdentifier: v,
1807
+ canIdentifierType: b,
1808
+ onChange: I,
1813
1809
  onErrorsChange: t,
1814
1810
  canIdentifierGeneratorSettingsError: r,
1815
1811
  disabled: a,
1816
- collapsible: i,
1817
- collapsed: f,
1818
- collapsedChange: d,
1819
- showSelectMessageDialogChange: l,
1820
- showSignalValuesTable: s
1812
+ collapsible: s,
1813
+ collapsed: u,
1814
+ collapsedChange: l,
1815
+ showSelectMessageDialogChange: i,
1816
+ showSignalValuesTable: o
1821
1817
  }
1822
1818
  );
1823
1819
  }
1824
- function Xt(e, n, t, r) {
1825
- const [a, i] = A(""), [f, d] = A([]);
1826
- return k(() => {
1827
- d((l) => {
1828
- var g;
1829
- const s = (g = t == null ? void 0 : t.sources) == null ? void 0 : g.filter((x) => {
1830
- var C, S;
1831
- const y = (S = (C = r == null ? void 0 : r.find((I) => {
1832
- var w;
1833
- return I.nodeId === ((w = x.baseNode) == null ? void 0 : w.identifier);
1834
- })) == null ? void 0 : C.errorStatus) == null ? void 0 : S.errors;
1835
- return y === void 0 || y === "" ? x.baseNode && x.channelSettings && x.channelSettings.canConfiguration && (!n || x.channelSettings.canConfiguration.silentMode !== !0) : !1;
1836
- }).map((x) => ({
1837
- value: x.channelSettings.channelNumber,
1838
- displayText: x.baseNode.name,
1839
- canFdMode: x.channelSettings.canConfiguration.canMode > 0,
1840
- identifier: x.baseNode.identifier
1820
+ function ar(e, n, t, r) {
1821
+ const [a, s] = B(""), [u, l] = B([]);
1822
+ return P(() => {
1823
+ l((i) => {
1824
+ var h;
1825
+ const o = (h = t == null ? void 0 : t.sources) == null ? void 0 : h.filter((b) => {
1826
+ var N, v;
1827
+ const x = (v = (N = r == null ? void 0 : r.find((f) => {
1828
+ var I;
1829
+ return f.nodeId === ((I = b.baseNode) == null ? void 0 : I.identifier);
1830
+ })) == null ? void 0 : N.errorStatus) == null ? void 0 : v.errors;
1831
+ return x === void 0 || x === "" ? b.baseNode && b.channelSettings && b.channelSettings.canConfiguration && (!n || b.channelSettings.canConfiguration.silentMode !== !0) : !1;
1832
+ }).map((b) => ({
1833
+ value: b.channelSettings.channelNumber,
1834
+ displayText: b.baseNode.name,
1835
+ canFdMode: b.channelSettings.canConfiguration.canMode > 0,
1836
+ identifier: b.baseNode.identifier
1841
1837
  }));
1842
- return !s || ue(l, s) ? l : s;
1838
+ return !o || xe(i, o) ? i : o;
1843
1839
  });
1844
- }, [n, t == null ? void 0 : t.sources, r]), k(() => {
1845
- const l = f.find((s) => s.identifier === e);
1846
- i(l ? (s) => l.value === s ? s : l.value : "");
1847
- }, [e, f]), {
1848
- channelOptions: f,
1840
+ }, [n, t == null ? void 0 : t.sources, r]), P(() => {
1841
+ const i = u.find((o) => o.identifier === e);
1842
+ s(i ? (o) => i.value === o ? o : i.value : "");
1843
+ }, [e, u]), {
1844
+ channelOptions: u,
1849
1845
  selectedChannelOption: a
1850
1846
  };
1851
1847
  }
1852
- function cr({
1848
+ function Fr({
1853
1849
  channelIdentifier: e,
1854
1850
  onChannelIdentifierChange: n,
1855
1851
  hideSilentChannels: t = !1,
1856
1852
  hideSectionControl: r = !1,
1857
1853
  disabled: a = !1,
1858
- collapsible: i = !1,
1859
- collapsed: f = !1,
1860
- collapsedChange: d = void 0
1854
+ collapsible: s = !1,
1855
+ collapsed: u = !1,
1856
+ collapsedChange: l = void 0
1861
1857
  }) {
1862
- var S;
1863
- const l = De(), s = Ue(), g = H(), { channelOptions: x, selectedChannelOption: y } = Xt(
1858
+ var v;
1859
+ const i = en(), o = nn(), h = re(), { channelOptions: b, selectedChannelOption: x } = ar(
1864
1860
  e,
1865
1861
  t === !0,
1866
- l,
1867
- s
1868
- ), C = F(
1869
- (I) => {
1870
- const w = x.find((m) => m.value === I), T = (w == null ? void 0 : w.identifier) ?? "", N = (w == null ? void 0 : w.canFdMode) === !0;
1871
- n(T, N);
1862
+ i,
1863
+ o
1864
+ ), N = $(
1865
+ (f) => {
1866
+ const I = b.find((S) => S.value === f), w = (I == null ? void 0 : I.identifier) ?? "", C = (I == null ? void 0 : I.canFdMode) === !0;
1867
+ n(w, C);
1872
1868
  },
1873
- [x, n]
1869
+ [b, n]
1874
1870
  );
1875
- return r === !0 ? /* @__PURE__ */ c(
1876
- Ie,
1871
+ return r === !0 ? /* @__PURE__ */ d(
1872
+ Ee,
1877
1873
  {
1878
1874
  id: "channel",
1879
- label: g.getString("LabelChannel"),
1875
+ label: h.getString("LabelChannel"),
1880
1876
  fullWidth: !0,
1881
- value: y,
1882
- onChange: C,
1883
- options: x,
1877
+ value: x,
1878
+ onChange: N,
1879
+ options: b,
1884
1880
  required: !0,
1885
1881
  disabled: a
1886
1882
  }
1887
- ) : /* @__PURE__ */ c(
1888
- fe,
1883
+ ) : /* @__PURE__ */ d(
1884
+ Ne,
1889
1885
  {
1890
- text: g.getString("LabelChannel"),
1891
- summary: y === "" || (S = x.find((I) => I.value === y)) == null ? void 0 : S.displayText,
1892
- collapsible: i,
1893
- collapsed: f,
1894
- collapsedChange: d,
1895
- children: /* @__PURE__ */ c(
1896
- Ie,
1886
+ text: h.getString("LabelChannel"),
1887
+ summary: x === "" || (v = b.find((f) => f.value === x)) == null ? void 0 : v.displayText,
1888
+ collapsible: s,
1889
+ collapsed: u,
1890
+ collapsedChange: l,
1891
+ children: /* @__PURE__ */ d(
1892
+ Ee,
1897
1893
  {
1898
1894
  id: "channel",
1899
- label: g.getString("LabelChannel"),
1895
+ label: h.getString("LabelChannel"),
1900
1896
  fullWidth: !0,
1901
- value: y,
1902
- onChange: C,
1903
- options: x,
1897
+ value: x,
1898
+ onChange: N,
1899
+ options: b,
1904
1900
  required: !0,
1905
1901
  disabled: a
1906
1902
  }
@@ -1908,51 +1904,51 @@ function cr({
1908
1904
  }
1909
1905
  );
1910
1906
  }
1911
- const fr = W(Q)(() => ({
1907
+ const Ir = X(ie)(() => ({
1912
1908
  height: "100%",
1913
1909
  width: "100%",
1914
1910
  padding: "4px",
1915
1911
  overflow: "auto"
1916
1912
  }));
1917
1913
  export {
1918
- cr as CanChannelSelectControl,
1919
- zt as CanIdentifierControl,
1920
- sr as CanIdentifierFrameControl,
1921
- Kt as CanIdentifierGeneratorControl,
1922
- ur as CanIdentifierGeneratorSettingsControl,
1923
- br as CanKingDataProvider,
1924
- Ae as CheckboxControl,
1925
- Ft as ColumnItemControl,
1926
- dr as ContextMenu,
1927
- mr as DevicesContext,
1928
- wt as DropdownButton,
1929
- er as DropdownButtonTextItems,
1930
- nr as DropdownPanel,
1931
- fr as FillBox,
1932
- de as FormControlRow,
1933
- tr as InlineEditor,
1934
- pr as LocalizedStrings,
1935
- vr as LogMessagesContext,
1936
- xr as MeasurementSetupContext,
1937
- Cr as MeasurementStatusContext,
1938
- rr as NumberRangeControl,
1939
- te as OneLineButton,
1940
- Sr as OnlineStatusContext,
1941
- ie as RadioControl,
1942
- Et as RadioGroupControl,
1943
- Nr as RunningPeriodicTransmissionsContext,
1944
- fe as SectionControl,
1945
- Ie as SelectControl,
1946
- ar as SizedBox,
1947
- lr as TableControl,
1948
- ir as TabsPanel,
1949
- Lt as TextControl,
1950
- or as ToolbarControl,
1951
- yr as UserSettingsContext,
1952
- G as ValidateableTextControl,
1953
- Ir as WorkspacePanesContext,
1954
- $r as addEventListener,
1955
- Fr as removeEventListener,
1956
- It as useColumnItem,
1957
- $t as useColumnItems
1914
+ Fr as CanChannelSelectControl,
1915
+ tr as CanIdentifierControl,
1916
+ Sr as CanIdentifierFrameControl,
1917
+ rr as CanIdentifierGeneratorControl,
1918
+ $r as CanIdentifierGeneratorSettingsControl,
1919
+ _r as CanKingDataProvider,
1920
+ Ue as CheckboxControl,
1921
+ Pt as ColumnItemControl,
1922
+ Cr as ContextMenu,
1923
+ wr as DevicesContext,
1924
+ jt as DropdownButton,
1925
+ hr as DropdownButtonTextItems,
1926
+ gr as DropdownPanel,
1927
+ Ir as FillBox,
1928
+ be as FormControlRow,
1929
+ mr as InlineEditor,
1930
+ Rr as LocalizedStrings,
1931
+ Ar as LogMessagesContext,
1932
+ Tr as MeasurementSetupContext,
1933
+ Er as MeasurementStatusContext,
1934
+ br as NumberRangeControl,
1935
+ ce as OneLineButton,
1936
+ Lr as OnlineStatusContext,
1937
+ ge as RadioControl,
1938
+ Gt as RadioGroupControl,
1939
+ Br as RunningPeriodicTransmissionsContext,
1940
+ Ne as SectionControl,
1941
+ Ee as SelectControl,
1942
+ pr as SizedBox,
1943
+ xr as TableControl,
1944
+ vr as TabsPanel,
1945
+ Ht as TextControl,
1946
+ Nr as ToolbarControl,
1947
+ Or as UserSettingsContext,
1948
+ ee as ValidateableTextControl,
1949
+ kr as WorkspacePanesContext,
1950
+ Wr as addEventListener,
1951
+ Pr as removeEventListener,
1952
+ kt as useColumnItem,
1953
+ Wt as useColumnItems
1958
1954
  };