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