@kvaser/canking-api 7.3.0 → 7.4.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.
- package/dist/controls/CanIdentifierControl.d.ts +32 -6
- package/dist/controls/CanKingDataProvider.d.ts +14 -19
- package/dist/controls/CheckboxControl.d.ts +11 -2
- package/dist/controls/ColorControl.d.ts +26 -0
- package/dist/controls/ExtensionWorkspaceViewProps.d.ts +8 -0
- package/dist/controls/InlineEditor.d.ts +2 -2
- package/dist/controls/LinIdentifierControl.d.ts +24 -4
- package/dist/controls/SelectMessageDialog.d.ts +32 -3
- package/dist/controls/SelectSignalDialog.d.ts +102 -1
- package/dist/controls/SelectSignalsControl.d.ts +37 -4
- package/dist/controls/SizedBox.d.ts +1 -0
- package/dist/controls/TableControl.d.ts +2 -3
- package/dist/controls/ToolbarControl.d.ts +4 -2
- package/dist/controls/index.d.ts +3 -0
- package/dist/controls.js +1 -1
- package/dist/controls.mjs +2257 -1769
- package/dist/grpc.js +1 -1
- package/dist/grpc.mjs +196 -168
- package/dist/hooks/index.d.ts +388 -27
- package/dist/hooks.js +1 -1
- package/dist/hooks.mjs +48 -30
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons.js +1 -1
- package/dist/icons.mjs +927 -755
- package/dist/index.d.ts +0 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1160 -600
- package/dist/ipc/index.d.ts +31 -3
- package/dist/ipc.js +1 -1
- package/dist/ipc.mjs +132 -104
- package/dist/models/Point.d.ts +4 -0
- package/dist/models/deep_equal.d.ts +7 -0
- package/dist/models/index.d.ts +85 -12
- package/dist/models/json_utilities.d.ts +16 -0
- package/dist/models.js +1 -1
- package/dist/models.mjs +762 -289
- package/dist/protos/app_params.d.ts +109 -62
- package/dist/protos/app_service.d.ts +81 -50
- package/dist/protos/common_params.d.ts +4 -1
- package/dist/protos/device_params.d.ts +82 -27
- package/dist/protos/frame_params.d.ts +92 -9
- package/dist/protos/measurement_params.d.ts +229 -47
- package/dist/protos/measurement_service.d.ts +84 -58
- package/dist/protos/measurement_settings.d.ts +156 -6
- package/dist/protos/signal_params.d.ts +20 -0
- package/dist/protos/status_params.d.ts +30 -0
- package/dist/status_params.js +1 -1
- package/dist/status_params.mjs +8709 -1825
- package/doc/assets/hierarchy.js +1 -1
- package/doc/assets/navigation.js +1 -1
- package/doc/assets/search.js +1 -1
- package/doc/enums/models.AccessMode.html +5 -3
- package/doc/enums/models.CanChannelCap.html +2 -2
- package/doc/enums/models.CanConfigMode.html +16 -0
- package/doc/enums/models.CanFrameFlag.html +33 -2
- package/doc/enums/models.CanMessageFilterType.html +4 -2
- package/doc/enums/models.CanMode.html +7 -2
- package/doc/enums/{models.DeviceEvent.html → models.DecimalChar.html} +7 -5
- package/doc/enums/models.FileConflictAction.html +5 -2
- package/doc/enums/models.LinFrameFlag.html +11 -2
- package/doc/enums/models.LogFileFormat.html +4 -2
- package/doc/enums/models.LogLevel.html +2 -2
- package/doc/enums/models.LogReplayState.html +4 -2
- package/doc/enums/models.LoggerState.html +5 -2
- package/doc/enums/models.Separator.html +8 -0
- package/doc/enums/models.SignalEncoding.html +4 -2
- package/doc/enums/models.SignalType.html +2 -2
- package/doc/enums/models.SignalValueTriggerOperator.html +11 -2
- package/doc/enums/models.StatusLevel.html +5 -2
- package/doc/enums/models.TimeReference.html +8 -0
- package/doc/enums/models.TriggerOperator.html +4 -2
- package/doc/functions/controls.CanChannelSelectControl.html +2 -2
- package/doc/functions/controls.CanIdentifierControl.html +2 -2
- package/doc/functions/controls.CanIdentifierFrameControl.html +2 -2
- package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -2
- package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -2
- package/doc/functions/controls.CanKingDataProvider.html +2 -2
- package/doc/functions/controls.CheckboxControl.html +2 -2
- package/doc/functions/controls.ColorControl.html +4 -0
- package/doc/functions/controls.ColumnItemControl.html +2 -2
- package/doc/functions/controls.ContextMenu.html +2 -2
- package/doc/functions/controls.DropdownButton.html +2 -2
- package/doc/functions/controls.DropdownButtonTextItems.html +2 -2
- package/doc/functions/controls.DropdownPanel.html +2 -2
- package/doc/functions/controls.FormControlRow.html +2 -2
- package/doc/functions/controls.InlineEditor.html +2 -2
- package/doc/functions/controls.LinChannelSelectControl.html +2 -2
- package/doc/functions/controls.LinIdentifierControl.html +2 -2
- package/doc/functions/controls.LinIdentifierFrameControl.html +2 -2
- package/doc/functions/controls.LinIdentifierGeneratorControl.html +2 -2
- package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +2 -2
- package/doc/functions/controls.NumberRangeControl.html +2 -2
- package/doc/functions/controls.RadioControl.html +2 -2
- package/doc/functions/controls.RadioGroupControl.html +2 -2
- package/doc/functions/controls.SectionControl.html +2 -2
- package/doc/functions/controls.SelectControl.html +2 -2
- package/doc/functions/controls.SelectMessageDialog.html +2 -2
- package/doc/functions/controls.SelectSignalDialog.html +2 -2
- package/doc/functions/controls.SelectSignalsControl.html +2 -0
- package/doc/functions/controls.TableControl.html +2 -2
- package/doc/functions/controls.TextControl.html +2 -2
- package/doc/functions/controls.ToolbarControl.html +2 -2
- package/doc/functions/controls.ValidateableTextControl.html +2 -2
- package/doc/functions/controls.useColumnItem.html +2 -2
- package/doc/functions/controls.useColumnItems.html +2 -2
- package/doc/functions/controls.useMessageDatabases.html +2 -2
- package/doc/functions/hooks.useAvailableProtocols.html +3 -0
- package/doc/functions/hooks.useDevices.html +2 -2
- package/doc/functions/hooks.useFixedPositionModeMeasurementData.html +3 -3
- package/doc/functions/hooks.useIsOnline.html +2 -2
- package/doc/functions/hooks.useLanguage.html +2 -2
- package/doc/functions/hooks.useLocalizedStrings.html +2 -2
- package/doc/functions/hooks.useLogMessages.html +2 -2
- package/doc/functions/hooks.useMaxDataBytes.html +2 -2
- package/doc/functions/hooks.useMeasurementSetup.html +2 -2
- package/doc/functions/hooks.useMeasurementStatus.html +2 -2
- package/doc/functions/hooks.useMessageData.html +8 -4
- package/doc/functions/hooks.useMessageLogFileFormats.html +3 -2
- package/doc/functions/hooks.useNewMeasurementData.html +2 -2
- package/doc/functions/hooks.useNodeStatus.html +2 -2
- package/doc/functions/hooks.useNumericRadix.html +2 -2
- package/doc/functions/hooks.useOnlineStatus.html +2 -2
- package/doc/functions/hooks.useOnlineStatusSync.html +7 -0
- package/doc/functions/hooks.useOverallStatusLevel.html +2 -2
- package/doc/functions/hooks.useProjectData.html +11 -4
- package/doc/functions/hooks.useProjectDataSlice.html +13 -0
- package/doc/functions/hooks.useRecentProjectFiles.html +2 -2
- package/doc/functions/hooks.useRunningPeriodicTransmissions.html +2 -2
- package/doc/functions/hooks.useScrollModeMeasurementData.html +3 -3
- package/doc/functions/hooks.useSessionData.html +13 -4
- package/doc/functions/hooks.useSessionDataSlice.html +14 -0
- package/doc/functions/hooks.useSignalData.html +8 -4
- package/doc/functions/hooks.useSignalDataEnvelopes.html +11 -0
- package/doc/functions/hooks.useSignalLogFileFormats.html +3 -2
- package/doc/functions/hooks.useUndo.html +7 -0
- package/doc/functions/hooks.useUndoRef.html +7 -0
- package/doc/functions/hooks.useUndoSessionDataSlice.html +9 -0
- package/doc/functions/hooks.useUserSettings.html +2 -2
- package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -2
- package/doc/functions/ipc.addDataProcessor.html +2 -2
- package/doc/functions/ipc.addSource.html +2 -2
- package/doc/functions/ipc.addTarget.html +2 -2
- package/doc/functions/ipc.clearLinMessage.html +2 -2
- package/doc/functions/ipc.connectNodes.html +2 -2
- package/doc/functions/ipc.deleteDataProcessor.html +2 -2
- package/doc/functions/ipc.deleteSource.html +2 -2
- package/doc/functions/ipc.deleteTarget.html +2 -2
- package/doc/functions/ipc.disableNode.html +2 -2
- package/doc/functions/ipc.disconnectNodes.html +2 -2
- package/doc/functions/ipc.enableNode.html +2 -2
- package/doc/functions/ipc.getFirstAndLatestTimestamp.html +4 -0
- package/doc/functions/ipc.getFirstTimestamp.html +3 -0
- package/doc/functions/ipc.getFrameDefinitions.html +2 -2
- package/doc/functions/ipc.getLatestTimestamp.html +3 -0
- package/doc/functions/ipc.getLogger.html +2 -2
- package/doc/functions/ipc.getMessageDataBeforeTimestamp.html +7 -0
- package/doc/functions/ipc.getMessageLogFileFormats.html +3 -3
- package/doc/functions/ipc.getSignalLogFileFormats.html +3 -3
- package/doc/functions/ipc.requestLinMessage.html +2 -2
- package/doc/functions/ipc.sendCanMessage.html +2 -2
- package/doc/functions/ipc.sendMessage.html +2 -2
- package/doc/functions/ipc.showMessageBox.html +2 -2
- package/doc/functions/ipc.showQuestionBox.html +2 -2
- package/doc/functions/ipc.startLogReplay.html +2 -2
- package/doc/functions/ipc.startMeasurement.html +2 -2
- package/doc/functions/ipc.startPeriodicTransmission.html +2 -2
- package/doc/functions/ipc.stopLogReplay.html +2 -2
- package/doc/functions/ipc.stopMeasurement.html +2 -2
- package/doc/functions/ipc.stopPeriodicTransmission.html +2 -2
- package/doc/functions/ipc.updateDataProcessor.html +2 -2
- package/doc/functions/ipc.updateLinMessage.html +2 -2
- package/doc/functions/ipc.updatePeriodicTransmission.html +2 -2
- package/doc/functions/ipc.updateSource.html +2 -2
- package/doc/functions/ipc.updateTarget.html +2 -2
- package/doc/functions/models.decimalToFixed.html +5 -0
- package/doc/functions/models.decimalToHex.html +6 -0
- package/doc/functions/models.deep_equal.html +5 -0
- package/doc/functions/models.deserializeFrame.html +4 -0
- package/doc/functions/models.jsonReplacer.html +6 -0
- package/doc/functions/models.jsonReviver.html +6 -0
- package/doc/functions/models.longToNumber.html +4 -0
- package/doc/functions/models.serializeFrame.html +4 -0
- package/doc/hierarchy.html +1 -1
- package/doc/index.html +2 -2
- package/doc/interfaces/controls.ButtonGroupProps.html +2 -2
- package/doc/interfaces/controls.ButtonProps.html +2 -2
- package/doc/interfaces/controls.CanChannelSelectControlProps.html +2 -2
- package/doc/interfaces/controls.CanIdentifierControlProps.html +16 -7
- package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +6 -3
- package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +6 -3
- package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +6 -3
- package/doc/interfaces/controls.CheckboxControlProps.html +8 -3
- package/doc/interfaces/controls.ContextMenuProps.html +2 -2
- package/doc/interfaces/controls.DropdownButtonChildrenProps.html +3 -3
- package/doc/interfaces/controls.DropdownButtonProps.html +2 -2
- package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +3 -3
- package/doc/interfaces/controls.DropdownPanelProps.html +2 -2
- package/doc/interfaces/controls.FormControlRowProps.html +2 -2
- package/doc/interfaces/{models.IProject.html → controls.IExtensionWorkspaceViewProps.html} +2 -2
- package/doc/interfaces/controls.ILocalizedStrings.html +2 -2
- package/doc/interfaces/controls.IMessageDatabase.html +2 -2
- package/doc/interfaces/controls.InlineEditorProps.html +2 -2
- package/doc/interfaces/controls.LabelProps.html +2 -2
- package/doc/interfaces/controls.LinChannelSelectControlProps.html +2 -2
- package/doc/interfaces/controls.LinIdentifierControlProps.html +6 -3
- package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +6 -3
- package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +6 -3
- package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +6 -3
- package/doc/interfaces/controls.NumberRangeControlProps.html +2 -2
- package/doc/interfaces/controls.RadioControlProps.html +2 -2
- package/doc/interfaces/controls.RadioGroupControlProps.html +2 -2
- package/doc/interfaces/controls.SectionControlProps.html +2 -2
- package/doc/interfaces/controls.SelectControlProps.html +2 -2
- package/doc/interfaces/controls.SelectMessageDialogProps.html +19 -2
- package/doc/interfaces/controls.SelectSignalDialogProps.html +71 -2
- package/doc/interfaces/controls.SelectSignalsControlProps.html +22 -0
- package/doc/interfaces/{models.SetLogLevelRequest.html → controls.SelectedSignalInfo.html} +6 -6
- package/doc/interfaces/controls.SelectedSignalInfoChangeArgs.html +9 -0
- package/doc/interfaces/controls.TableColumn.html +2 -2
- package/doc/interfaces/controls.TableControlProps.html +2 -2
- package/doc/interfaces/controls.TextControlProps.html +2 -2
- package/doc/interfaces/controls.ToggleButtonGroupProps.html +2 -2
- package/doc/interfaces/controls.ToggleButtonProps.html +2 -2
- package/doc/interfaces/controls.ToolbarControlProps.html +2 -2
- package/doc/interfaces/controls.ValidateableTextControlProps.html +2 -2
- package/doc/interfaces/controls.toolbarItem.html +5 -3
- package/doc/interfaces/hooks.IEnvelopeView.html +12 -0
- package/doc/interfaces/hooks.ISignalData.html +19 -2
- package/doc/interfaces/hooks.ISignalDataEnvelope.html +14 -0
- package/doc/interfaces/hooks.IUndoObject.html +27 -0
- package/doc/interfaces/hooks.IUndoState.html +9 -0
- package/doc/interfaces/ipc.ILogger.html +2 -2
- package/doc/interfaces/models.BaseNodeProperties.html +14 -2
- package/doc/interfaces/models.BusStatus.html +32 -2
- package/doc/interfaces/models.CanBusParamLimits.html +12 -2
- package/doc/interfaces/models.CanBusParams.html +14 -2
- package/doc/interfaces/models.CanChannelCapacity.html +10 -4
- package/doc/interfaces/models.CanChannelConfiguration.html +39 -9
- package/doc/interfaces/models.CanFrameFlags.html +4 -2
- package/doc/interfaces/models.CanMessageFilterSettings.html +8 -2
- package/doc/interfaces/models.Channel.html +12 -2
- package/doc/interfaces/models.ChannelSettings.html +5 -3
- package/doc/interfaces/models.DataProcessingStatus.html +10 -2
- package/doc/interfaces/models.DataProcessorNodeProperties.html +14 -2
- package/doc/interfaces/models.DatabasesSettings.html +4 -2
- package/doc/interfaces/models.Device.html +16 -2
- package/doc/interfaces/{models.Licenses.html → models.Devices.html} +4 -4
- package/doc/interfaces/models.Empty.html +2 -2
- package/doc/interfaces/models.ErrorStatus.html +2 -2
- package/doc/interfaces/models.FixedPosFrameIdentifier.html +8 -8
- package/doc/interfaces/models.Frame.html +16 -5
- package/doc/interfaces/models.FrameDefinition.html +5 -3
- package/doc/interfaces/{models.AboutInformation.html → models.FrameDefinitions.html} +4 -8
- package/doc/interfaces/models.FramePropertyValue.html +6 -2
- package/doc/interfaces/models.FrameReceivedTrigger.html +5 -3
- package/doc/interfaces/{models.GetFrameDefinitionsFromDatabaseFilesRequest.html → models.Frames.html} +4 -4
- package/doc/interfaces/models.IUserSettings.html +2 -2
- package/doc/interfaces/models.IWorkspaceComponentPaneData.html +2 -2
- package/doc/interfaces/models.IWorkspaceContainerPaneData.html +2 -2
- package/doc/interfaces/models.IWorkspacePaneData.html +2 -2
- package/doc/interfaces/models.InterpreterSettings.html +2 -2
- package/doc/interfaces/models.J1939InterpreterSettings.html +2 -2
- package/doc/interfaces/models.LinChannelConfiguration.html +2 -2
- package/doc/interfaces/models.LinFrameFlags.html +4 -2
- package/doc/interfaces/models.LogMessage.html +2 -2
- package/doc/interfaces/models.LogMessages.html +2 -2
- package/doc/interfaces/models.LogReplaySettings.html +2 -2
- package/doc/interfaces/models.LogReplayStatus.html +4 -2
- package/doc/interfaces/models.LoggerStatus.html +4 -2
- package/doc/interfaces/models.MeasurementSetup.html +10 -2
- package/doc/interfaces/models.MessageLoggerSettings.html +6 -6
- package/doc/interfaces/models.NodeStatus.html +2 -2
- package/doc/interfaces/models.NodeStatuses.html +4 -2
- package/doc/interfaces/models.OnlineStatus.html +6 -2
- package/doc/interfaces/models.PeriodicTransmissionSettings.html +2 -2
- package/doc/interfaces/models.ServiceExtensionSettings.html +6 -2
- package/doc/interfaces/models.SignalDefinition.html +34 -2
- package/doc/interfaces/models.SignalDefinitions.html +4 -0
- package/doc/interfaces/models.SignalFilterSettings.html +6 -4
- package/doc/interfaces/models.SignalLoggerSettings.html +6 -6
- package/doc/interfaces/models.SignalValue.html +12 -2
- package/doc/interfaces/models.SignalValueTrigger.html +5 -3
- package/doc/interfaces/models.SourceNodeProperties.html +12 -2
- package/doc/interfaces/models.TargetNodeProperties.html +12 -2
- package/doc/interfaces/models.TdcConfiguration.html +17 -0
- package/doc/interfaces/models.TriggerSettings.html +2 -2
- package/doc/interfaces/models.WriteFrame.html +2 -2
- package/doc/modules/controls.html +2 -2
- package/doc/modules/hooks.html +2 -2
- package/doc/modules/ipc.html +2 -2
- package/doc/modules/models.html +2 -2
- package/doc/modules.html +1 -1
- package/doc/types/controls.ContextMenuOption.html +2 -2
- package/doc/types/controls.SelectOption.html +2 -2
- package/doc/types/controls.StringsMap.html +2 -2
- package/doc/types/controls.canIdentifierGeneratorType.html +2 -2
- package/doc/types/controls.canIdentifierType.html +2 -2
- package/doc/types/controls.linIdentifierGeneratorType.html +2 -2
- package/doc/types/hooks.OnGoingOfflineCallback.html +6 -0
- package/doc/types/hooks.OnGoingOnlineCallback.html +6 -0
- package/doc/types/models.SerializableFrame.html +2 -0
- package/doc/variables/controls.FillBox.html +2 -2
- package/doc/variables/controls.OneLineButton.html +2 -2
- package/doc/variables/controls.SizedBox.html +2 -2
- package/doc/variables/controls.TabsPanel.html +2 -2
- package/doc/variables/models.defaultUserSettings.html +2 -2
- package/doc_md/README.md +1 -1
- package/doc_md/controls/README.md +7 -1
- package/doc_md/controls/functions/CanChannelSelectControl.md +1 -1
- package/doc_md/controls/functions/CanIdentifierControl.md +1 -1
- package/doc_md/controls/functions/CanIdentifierFrameControl.md +1 -1
- package/doc_md/controls/functions/CanIdentifierGeneratorControl.md +1 -1
- package/doc_md/controls/functions/CanIdentifierGeneratorSettingsControl.md +1 -1
- package/doc_md/controls/functions/CanKingDataProvider.md +1 -1
- package/doc_md/controls/functions/CheckboxControl.md +1 -1
- package/doc_md/controls/functions/ColorControl.md +25 -0
- package/doc_md/controls/functions/ColumnItemControl.md +1 -1
- package/doc_md/controls/functions/ContextMenu.md +1 -1
- package/doc_md/controls/functions/DropdownButton.md +1 -1
- package/doc_md/controls/functions/DropdownButtonTextItems.md +1 -1
- package/doc_md/controls/functions/DropdownPanel.md +1 -1
- package/doc_md/controls/functions/FormControlRow.md +1 -1
- package/doc_md/controls/functions/InlineEditor.md +1 -1
- package/doc_md/controls/functions/LinChannelSelectControl.md +1 -1
- package/doc_md/controls/functions/LinIdentifierControl.md +1 -1
- package/doc_md/controls/functions/LinIdentifierFrameControl.md +1 -1
- package/doc_md/controls/functions/LinIdentifierGeneratorControl.md +1 -1
- package/doc_md/controls/functions/LinIdentifierGeneratorSettingsControl.md +1 -1
- package/doc_md/controls/functions/NumberRangeControl.md +1 -1
- package/doc_md/controls/functions/RadioControl.md +1 -1
- package/doc_md/controls/functions/RadioGroupControl.md +1 -1
- package/doc_md/controls/functions/SectionControl.md +1 -1
- package/doc_md/controls/functions/SelectControl.md +1 -1
- package/doc_md/controls/functions/SelectMessageDialog.md +1 -1
- package/doc_md/controls/functions/SelectSignalDialog.md +1 -1
- package/doc_md/controls/functions/SelectSignalsControl.md +21 -0
- package/doc_md/controls/functions/TableControl.md +1 -1
- package/doc_md/controls/functions/TextControl.md +1 -1
- package/doc_md/controls/functions/ToolbarControl.md +1 -1
- package/doc_md/controls/functions/ValidateableTextControl.md +1 -1
- package/doc_md/controls/functions/useColumnItem.md +1 -1
- package/doc_md/controls/functions/useColumnItems.md +1 -1
- package/doc_md/controls/functions/useMessageDatabases.md +1 -1
- package/doc_md/controls/interfaces/ButtonGroupProps.md +1 -1
- package/doc_md/controls/interfaces/ButtonProps.md +1 -1
- package/doc_md/controls/interfaces/CanChannelSelectControlProps.md +1 -1
- package/doc_md/controls/interfaces/CanIdentifierControlProps.md +40 -3
- package/doc_md/controls/interfaces/CanIdentifierFrameControlProps.md +10 -1
- package/doc_md/controls/interfaces/CanIdentifierGeneratorControlProps.md +10 -1
- package/doc_md/controls/interfaces/CanIdentifierGeneratorSettingsControlProps.md +10 -1
- package/doc_md/controls/interfaces/CheckboxControlProps.md +18 -1
- package/doc_md/controls/interfaces/ContextMenuProps.md +1 -1
- package/doc_md/controls/interfaces/DropdownButtonChildrenProps.md +1 -1
- package/doc_md/controls/interfaces/DropdownButtonProps.md +1 -1
- package/doc_md/controls/interfaces/DropdownButtonTextItemsProps.md +1 -1
- package/doc_md/controls/interfaces/DropdownPanelProps.md +1 -1
- package/doc_md/controls/interfaces/FormControlRowProps.md +1 -1
- package/doc_md/controls/interfaces/IExtensionWorkspaceViewProps.md +9 -0
- package/doc_md/controls/interfaces/ILocalizedStrings.md +1 -1
- package/doc_md/controls/interfaces/IMessageDatabase.md +1 -1
- package/doc_md/controls/interfaces/InlineEditorProps.md +1 -1
- package/doc_md/controls/interfaces/LabelProps.md +1 -1
- package/doc_md/controls/interfaces/LinChannelSelectControlProps.md +1 -1
- package/doc_md/controls/interfaces/LinIdentifierControlProps.md +10 -1
- package/doc_md/controls/interfaces/LinIdentifierFrameControlProps.md +10 -1
- package/doc_md/controls/interfaces/LinIdentifierGeneratorControlProps.md +10 -1
- package/doc_md/controls/interfaces/LinIdentifierGeneratorSettingsControlProps.md +10 -1
- package/doc_md/controls/interfaces/NumberRangeControlProps.md +1 -1
- package/doc_md/controls/interfaces/RadioControlProps.md +1 -1
- package/doc_md/controls/interfaces/RadioGroupControlProps.md +1 -1
- package/doc_md/controls/interfaces/SectionControlProps.md +1 -1
- package/doc_md/controls/interfaces/SelectControlProps.md +1 -1
- package/doc_md/controls/interfaces/SelectMessageDialogProps.md +78 -1
- package/doc_md/controls/interfaces/SelectSignalDialogProps.md +224 -1
- package/doc_md/controls/interfaces/SelectSignalsControlProps.md +119 -0
- package/doc_md/controls/interfaces/SelectedSignalInfo.md +29 -0
- package/doc_md/controls/interfaces/SelectedSignalInfoChangeArgs.md +46 -0
- package/doc_md/controls/interfaces/TableColumn.md +1 -1
- package/doc_md/controls/interfaces/TableControlProps.md +1 -1
- package/doc_md/controls/interfaces/TextControlProps.md +1 -1
- package/doc_md/controls/interfaces/ToggleButtonGroupProps.md +1 -1
- package/doc_md/controls/interfaces/ToggleButtonProps.md +1 -1
- package/doc_md/controls/interfaces/ToolbarControlProps.md +1 -1
- package/doc_md/controls/interfaces/ValidateableTextControlProps.md +1 -1
- package/doc_md/controls/interfaces/toolbarItem.md +9 -1
- package/doc_md/controls/type-aliases/ContextMenuOption.md +1 -1
- package/doc_md/controls/type-aliases/SelectOption.md +1 -1
- package/doc_md/controls/type-aliases/StringsMap.md +1 -1
- package/doc_md/controls/type-aliases/canIdentifierGeneratorType.md +1 -1
- package/doc_md/controls/type-aliases/canIdentifierType.md +1 -1
- package/doc_md/controls/type-aliases/linIdentifierGeneratorType.md +1 -1
- package/doc_md/controls/variables/FillBox.md +1 -1
- package/doc_md/controls/variables/OneLineButton.md +2 -2
- package/doc_md/controls/variables/SizedBox.md +1 -1
- package/doc_md/controls/variables/TabsPanel.md +1 -1
- package/doc_md/hooks/README.md +18 -1
- package/doc_md/hooks/functions/useAvailableProtocols.md +17 -0
- package/doc_md/hooks/functions/useDevices.md +1 -1
- package/doc_md/hooks/functions/useFixedPositionModeMeasurementData.md +4 -4
- package/doc_md/hooks/functions/useIsOnline.md +1 -1
- package/doc_md/hooks/functions/useLanguage.md +1 -1
- package/doc_md/hooks/functions/useLocalizedStrings.md +1 -1
- package/doc_md/hooks/functions/useLogMessages.md +1 -1
- package/doc_md/hooks/functions/useMaxDataBytes.md +1 -1
- package/doc_md/hooks/functions/useMeasurementSetup.md +1 -1
- package/doc_md/hooks/functions/useMeasurementStatus.md +1 -1
- package/doc_md/hooks/functions/useMessageData.md +21 -4
- package/doc_md/hooks/functions/useMessageLogFileFormats.md +5 -3
- package/doc_md/hooks/functions/useNewMeasurementData.md +1 -1
- package/doc_md/hooks/functions/useNodeStatus.md +1 -1
- package/doc_md/hooks/functions/useNumericRadix.md +1 -1
- package/doc_md/hooks/functions/useOnlineStatus.md +1 -1
- package/doc_md/hooks/functions/useOnlineStatusSync.md +43 -0
- package/doc_md/hooks/functions/useOverallStatusLevel.md +1 -1
- package/doc_md/hooks/functions/useProjectData.md +16 -6
- package/doc_md/hooks/functions/useProjectDataSlice.md +58 -0
- package/doc_md/hooks/functions/useRecentProjectFiles.md +1 -1
- package/doc_md/hooks/functions/useRunningPeriodicTransmissions.md +1 -1
- package/doc_md/hooks/functions/useScrollModeMeasurementData.md +4 -4
- package/doc_md/hooks/functions/useSessionData.md +24 -6
- package/doc_md/hooks/functions/useSessionDataSlice.md +60 -0
- package/doc_md/hooks/functions/useSignalData.md +23 -6
- package/doc_md/hooks/functions/useSignalDataEnvelopes.md +50 -0
- package/doc_md/hooks/functions/useSignalLogFileFormats.md +5 -3
- package/doc_md/hooks/functions/useUndo.md +38 -0
- package/doc_md/hooks/functions/useUndoRef.md +38 -0
- package/doc_md/hooks/functions/useUndoSessionDataSlice.md +50 -0
- package/doc_md/hooks/functions/useUserSettings.md +1 -1
- package/doc_md/hooks/functions/useWorkspacePaneWithId.md +1 -1
- package/doc_md/hooks/interfaces/IEnvelopeView.md +49 -0
- package/doc_md/hooks/interfaces/ISignalData.md +69 -1
- package/doc_md/hooks/interfaces/ISignalDataEnvelope.md +51 -0
- package/doc_md/hooks/interfaces/IUndoObject.md +155 -0
- package/doc_md/hooks/interfaces/IUndoState.md +41 -0
- package/doc_md/hooks/type-aliases/OnGoingOfflineCallback.md +36 -0
- package/doc_md/hooks/type-aliases/OnGoingOnlineCallback.md +36 -0
- package/doc_md/ipc/README.md +5 -1
- package/doc_md/ipc/functions/addDataProcessor.md +1 -1
- package/doc_md/ipc/functions/addSource.md +1 -1
- package/doc_md/ipc/functions/addTarget.md +1 -1
- package/doc_md/ipc/functions/clearLinMessage.md +1 -1
- package/doc_md/ipc/functions/connectNodes.md +1 -1
- package/doc_md/ipc/functions/deleteDataProcessor.md +1 -1
- package/doc_md/ipc/functions/deleteSource.md +1 -1
- package/doc_md/ipc/functions/deleteTarget.md +1 -1
- package/doc_md/ipc/functions/disableNode.md +1 -1
- package/doc_md/ipc/functions/disconnectNodes.md +1 -1
- package/doc_md/ipc/functions/enableNode.md +1 -1
- package/doc_md/ipc/functions/getFirstAndLatestTimestamp.md +18 -0
- package/doc_md/ipc/functions/getFirstTimestamp.md +17 -0
- package/doc_md/ipc/functions/getFrameDefinitions.md +1 -1
- package/doc_md/ipc/functions/getLatestTimestamp.md +17 -0
- package/doc_md/ipc/functions/getLogger.md +1 -1
- package/doc_md/ipc/functions/getMessageDataBeforeTimestamp.md +38 -0
- package/doc_md/ipc/functions/getMessageLogFileFormats.md +3 -3
- package/doc_md/ipc/functions/getSignalLogFileFormats.md +3 -3
- package/doc_md/ipc/functions/requestLinMessage.md +1 -1
- package/doc_md/ipc/functions/sendCanMessage.md +1 -1
- package/doc_md/ipc/functions/sendMessage.md +1 -1
- package/doc_md/ipc/functions/showMessageBox.md +1 -1
- package/doc_md/ipc/functions/showQuestionBox.md +1 -1
- package/doc_md/ipc/functions/startLogReplay.md +1 -1
- package/doc_md/ipc/functions/startMeasurement.md +1 -1
- package/doc_md/ipc/functions/startPeriodicTransmission.md +1 -1
- package/doc_md/ipc/functions/stopLogReplay.md +1 -1
- package/doc_md/ipc/functions/stopMeasurement.md +1 -1
- package/doc_md/ipc/functions/stopPeriodicTransmission.md +1 -1
- package/doc_md/ipc/functions/updateDataProcessor.md +1 -1
- package/doc_md/ipc/functions/updateLinMessage.md +1 -1
- package/doc_md/ipc/functions/updatePeriodicTransmission.md +1 -1
- package/doc_md/ipc/functions/updateSource.md +1 -1
- package/doc_md/ipc/functions/updateTarget.md +1 -1
- package/doc_md/ipc/interfaces/ILogger.md +1 -1
- package/doc_md/models/README.md +25 -73
- package/doc_md/models/enumerations/AccessMode.md +4 -1
- package/doc_md/models/enumerations/CanChannelCap.md +1 -1
- package/doc_md/models/enumerations/CanConfigMode.md +69 -0
- package/doc_md/models/enumerations/CanFrameFlag.md +68 -1
- package/doc_md/models/enumerations/CanMessageFilterType.md +5 -1
- package/doc_md/models/enumerations/CanMode.md +15 -1
- package/doc_md/models/enumerations/DecimalChar.md +37 -0
- package/doc_md/models/enumerations/FileConflictAction.md +7 -1
- package/doc_md/models/enumerations/LinFrameFlag.md +19 -1
- package/doc_md/models/enumerations/LogFileFormat.md +9 -1
- package/doc_md/models/enumerations/LogLevel.md +1 -1
- package/doc_md/models/enumerations/LogReplayState.md +5 -1
- package/doc_md/models/enumerations/LoggerState.md +7 -1
- package/doc_md/models/enumerations/Separator.md +37 -0
- package/doc_md/models/enumerations/SignalEncoding.md +5 -1
- package/doc_md/models/enumerations/SignalType.md +1 -1
- package/doc_md/models/enumerations/SignalValueTriggerOperator.md +19 -1
- package/doc_md/models/enumerations/StatusLevel.md +7 -1
- package/doc_md/models/enumerations/TimeReference.md +37 -0
- package/doc_md/models/enumerations/TriggerOperator.md +5 -1
- package/doc_md/models/functions/decimalToFixed.md +31 -0
- package/doc_md/models/functions/decimalToHex.md +37 -0
- package/doc_md/models/functions/deep_equal.md +37 -0
- package/doc_md/models/functions/deserializeFrame.md +25 -0
- package/doc_md/models/functions/jsonReplacer.md +32 -0
- package/doc_md/models/functions/jsonReviver.md +32 -0
- package/doc_md/models/functions/longToNumber.md +25 -0
- package/doc_md/models/functions/serializeFrame.md +25 -0
- package/doc_md/models/interfaces/BaseNodeProperties.md +49 -1
- package/doc_md/models/interfaces/BusStatus.md +121 -1
- package/doc_md/models/interfaces/CanBusParamLimits.md +41 -1
- package/doc_md/models/interfaces/CanBusParams.md +49 -1
- package/doc_md/models/interfaces/CanChannelCapacity.md +25 -1
- package/doc_md/models/interfaces/CanChannelConfiguration.md +107 -8
- package/doc_md/models/interfaces/CanFrameFlags.md +9 -1
- package/doc_md/models/interfaces/CanMessageFilterSettings.md +25 -1
- package/doc_md/models/interfaces/Channel.md +41 -1
- package/doc_md/models/interfaces/ChannelSettings.md +9 -1
- package/doc_md/models/interfaces/DataProcessingStatus.md +33 -1
- package/doc_md/models/interfaces/DataProcessorNodeProperties.md +49 -1
- package/doc_md/models/interfaces/DatabasesSettings.md +9 -1
- package/doc_md/models/interfaces/Device.md +57 -1
- package/doc_md/models/interfaces/Devices.md +17 -0
- package/doc_md/models/interfaces/Empty.md +1 -1
- package/doc_md/models/interfaces/ErrorStatus.md +1 -1
- package/doc_md/models/interfaces/FixedPosFrameIdentifier.md +8 -8
- package/doc_md/models/interfaces/Frame.md +46 -2
- package/doc_md/models/interfaces/FrameDefinition.md +9 -1
- package/doc_md/models/interfaces/FrameDefinitions.md +17 -0
- package/doc_md/models/interfaces/FramePropertyValue.md +17 -1
- package/doc_md/models/interfaces/FrameReceivedTrigger.md +9 -1
- package/doc_md/models/interfaces/Frames.md +17 -0
- package/doc_md/models/interfaces/IUserSettings.md +1 -1
- package/doc_md/models/interfaces/IWorkspaceComponentPaneData.md +1 -1
- package/doc_md/models/interfaces/IWorkspaceContainerPaneData.md +1 -1
- package/doc_md/models/interfaces/IWorkspacePaneData.md +1 -1
- package/doc_md/models/interfaces/InterpreterSettings.md +1 -1
- package/doc_md/models/interfaces/J1939InterpreterSettings.md +1 -1
- package/doc_md/models/interfaces/LinChannelConfiguration.md +1 -1
- package/doc_md/models/interfaces/LinFrameFlags.md +9 -1
- package/doc_md/models/interfaces/LogMessage.md +1 -1
- package/doc_md/models/interfaces/LogMessages.md +1 -1
- package/doc_md/models/interfaces/LogReplaySettings.md +1 -1
- package/doc_md/models/interfaces/LogReplayStatus.md +9 -1
- package/doc_md/models/interfaces/LoggerStatus.md +9 -1
- package/doc_md/models/interfaces/MeasurementSetup.md +33 -1
- package/doc_md/models/interfaces/MessageLoggerSettings.md +4 -4
- package/doc_md/models/interfaces/NodeStatus.md +1 -1
- package/doc_md/models/interfaces/NodeStatuses.md +9 -1
- package/doc_md/models/interfaces/OnlineStatus.md +17 -1
- package/doc_md/models/interfaces/PeriodicTransmissionSettings.md +1 -1
- package/doc_md/models/interfaces/ServiceExtensionSettings.md +17 -1
- package/doc_md/models/interfaces/SignalDefinition.md +133 -1
- package/doc_md/models/interfaces/SignalDefinitions.md +17 -0
- package/doc_md/models/interfaces/SignalFilterSettings.md +10 -2
- package/doc_md/models/interfaces/SignalLoggerSettings.md +4 -4
- package/doc_md/models/interfaces/SignalValue.md +41 -1
- package/doc_md/models/interfaces/SignalValueTrigger.md +9 -1
- package/doc_md/models/interfaces/SourceNodeProperties.md +41 -1
- package/doc_md/models/interfaces/TargetNodeProperties.md +41 -1
- package/doc_md/models/interfaces/TdcConfiguration.md +33 -0
- package/doc_md/models/interfaces/TriggerSettings.md +1 -1
- package/doc_md/models/interfaces/WriteFrame.md +1 -1
- package/doc_md/models/type-aliases/SerializableFrame.md +33 -0
- package/doc_md/models/variables/defaultUserSettings.md +1 -1
- package/doc_md/modules.md +2 -3
- package/package.json +16 -4
- package/dist/ElectronAPIFake.js +0 -1
- package/dist/ElectronAPIFake.mjs +0 -273
- package/dist/measurement_settings.js +0 -1
- package/dist/measurement_settings.mjs +0 -6121
- package/doc/enums/models.AppEvent.html +0 -6
- package/doc/enums/models.FileType.html +0 -7
- package/doc/enums/models.MeasurementEvent.html +0 -12
- package/doc/enums/models.Protocols.html +0 -9
- package/doc/enums/models.ServiceExtensionType.html +0 -8
- package/doc/interfaces/models.ActivateLicenseRequest.html +0 -8
- package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +0 -2
- package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +0 -2
- package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +0 -10
- package/doc/interfaces/models.AddOrUpdateSourceRequest.html +0 -6
- package/doc/interfaces/models.AddOrUpdateTargetRequest.html +0 -6
- package/doc/interfaces/models.ApiPreferences.html +0 -10
- package/doc/interfaces/models.AppEventArgs.html +0 -6
- package/doc/interfaces/models.CanBusSpeedInfo.html +0 -14
- package/doc/interfaces/models.CanFDBusSpeedCombination.html +0 -2
- package/doc/interfaces/models.CanFDBusSpeedInfo.html +0 -10
- package/doc/interfaces/models.ClearLinMessageRequest.html +0 -6
- package/doc/interfaces/models.ConnectNodesRequest.html +0 -2
- package/doc/interfaces/models.DatabaseFiles.html +0 -6
- package/doc/interfaces/models.DeviceEventArgs.html +0 -2
- package/doc/interfaces/models.DisconnectNodesRequest.html +0 -2
- package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +0 -2
- package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +0 -6
- package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +0 -2
- package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +0 -4
- package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +0 -4
- package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +0 -4
- package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +0 -2
- package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +0 -4
- package/doc/interfaces/models.GetDataFramesBeforeTimestampRequest.html +0 -6
- package/doc/interfaces/models.GetDataProcessorResponse.html +0 -2
- package/doc/interfaces/models.GetDevicesRequest.html +0 -2
- package/doc/interfaces/models.GetDevicesResponse.html +0 -2
- package/doc/interfaces/models.GetLicensesResponse.html +0 -4
- package/doc/interfaces/models.GetLogFileFormatsRequest.html +0 -8
- package/doc/interfaces/models.GetLogFileFormatsResponse.html +0 -10
- package/doc/interfaces/models.GetLogLevelResponse.html +0 -4
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +0 -4
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +0 -4
- package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +0 -8
- package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +0 -16
- package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +0 -6
- package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +0 -4
- package/doc/interfaces/models.GetSourceResponse.html +0 -2
- package/doc/interfaces/models.GetTargetResponse.html +0 -2
- package/doc/interfaces/models.ILogFileFormat.html +0 -2
- package/doc/interfaces/models.IWorkspaceData.html +0 -2
- package/doc/interfaces/models.IdentifierRequest.html +0 -3
- package/doc/interfaces/models.IdentifiersRequest.html +0 -3
- package/doc/interfaces/models.InstallServiceExtensionRequest.html +0 -8
- package/doc/interfaces/models.LicenseInformation.html +0 -18
- package/doc/interfaces/models.MeasurementEventArgs.html +0 -2
- package/doc/interfaces/models.RequestLinMessageRequest.html +0 -6
- package/doc/interfaces/models.ScheduleTable.html +0 -8
- package/doc/interfaces/models.ScheduleTableEntry.html +0 -6
- package/doc/interfaces/models.SendLinWakeupFrameRequest.html +0 -8
- package/doc/interfaces/models.SendMessageRequest.html +0 -2
- package/doc/interfaces/models.SetMeasurementSetupRequest.html +0 -2
- package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +0 -8
- package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +0 -7
- package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +0 -4
- package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +0 -2
- package/doc/interfaces/models.SubscribeForDataRequest.html +0 -4
- package/doc/interfaces/models.UninstallServiceExtensionRequest.html +0 -6
- package/doc/interfaces/models.UpdateLinMessageRequest.html +0 -7
- package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +0 -6
- package/doc/modules/icons.html +0 -2
- package/doc_md/icons/README.md +0 -9
- package/doc_md/models/enumerations/AppEvent.md +0 -29
- package/doc_md/models/enumerations/DeviceEvent.md +0 -29
- package/doc_md/models/enumerations/FileType.md +0 -39
- package/doc_md/models/enumerations/MeasurementEvent.md +0 -53
- package/doc_md/models/enumerations/Protocols.md +0 -39
- package/doc_md/models/enumerations/ServiceExtensionType.md +0 -37
- package/doc_md/models/interfaces/AboutInformation.md +0 -33
- package/doc_md/models/interfaces/ActivateLicenseRequest.md +0 -33
- package/doc_md/models/interfaces/AddAllConnectedCanChannelsRequest.md +0 -9
- package/doc_md/models/interfaces/AddAllConnectedLinChannelsRequest.md +0 -9
- package/doc_md/models/interfaces/AddOrUpdateDataProcessorRequest.md +0 -35
- package/doc_md/models/interfaces/AddOrUpdateSourceRequest.md +0 -19
- package/doc_md/models/interfaces/AddOrUpdateTargetRequest.md +0 -19
- package/doc_md/models/interfaces/ApiPreferences.md +0 -41
- package/doc_md/models/interfaces/AppEventArgs.md +0 -25
- package/doc_md/models/interfaces/CanBusSpeedInfo.md +0 -57
- package/doc_md/models/interfaces/CanFDBusSpeedCombination.md +0 -9
- package/doc_md/models/interfaces/CanFDBusSpeedInfo.md +0 -41
- package/doc_md/models/interfaces/ClearLinMessageRequest.md +0 -25
- package/doc_md/models/interfaces/ConnectNodesRequest.md +0 -9
- package/doc_md/models/interfaces/DatabaseFiles.md +0 -25
- package/doc_md/models/interfaces/DeviceEventArgs.md +0 -9
- package/doc_md/models/interfaces/DisconnectNodesRequest.md +0 -9
- package/doc_md/models/interfaces/GetCanChannelBusSpeedsRequest.md +0 -9
- package/doc_md/models/interfaces/GetCanChannelBusSpeedsResponse.md +0 -25
- package/doc_md/models/interfaces/GetCanFdBusSpeedsRequest.md +0 -9
- package/doc_md/models/interfaces/GetCanFdBusSpeedsResponse.md +0 -17
- package/doc_md/models/interfaces/GetChannelsFromLogFileRequest.md +0 -17
- package/doc_md/models/interfaces/GetChannelsFromLogFileResponse.md +0 -17
- package/doc_md/models/interfaces/GetClassicCanBusSpeedsRequest.md +0 -9
- package/doc_md/models/interfaces/GetClassicCanBusSpeedsResponse.md +0 -17
- package/doc_md/models/interfaces/GetDataFramesBeforeTimestampRequest.md +0 -25
- package/doc_md/models/interfaces/GetDataProcessorResponse.md +0 -9
- package/doc_md/models/interfaces/GetDevicesRequest.md +0 -9
- package/doc_md/models/interfaces/GetDevicesResponse.md +0 -9
- package/doc_md/models/interfaces/GetFrameDefinitionsFromDatabaseFilesRequest.md +0 -17
- package/doc_md/models/interfaces/GetLicensesResponse.md +0 -17
- package/doc_md/models/interfaces/GetLogFileFormatsRequest.md +0 -33
- package/doc_md/models/interfaces/GetLogFileFormatsResponse.md +0 -41
- package/doc_md/models/interfaces/GetLogLevelResponse.md +0 -17
- package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesRequest.md +0 -17
- package/doc_md/models/interfaces/GetScheduleTablesFromDatabaseFilesResponse.md +0 -17
- package/doc_md/models/interfaces/GetServiceExtensionInfoRequest.md +0 -27
- package/doc_md/models/interfaces/GetServiceExtensionInfoResponse.md +0 -65
- package/doc_md/models/interfaces/GetSignalDataFromMessageDataRequest.md +0 -25
- package/doc_md/models/interfaces/GetSignalDataFromMessageDataResponse.md +0 -17
- package/doc_md/models/interfaces/GetSourceResponse.md +0 -9
- package/doc_md/models/interfaces/GetTargetResponse.md +0 -9
- package/doc_md/models/interfaces/ILogFileFormat.md +0 -9
- package/doc_md/models/interfaces/IProject.md +0 -9
- package/doc_md/models/interfaces/IWorkspaceData.md +0 -9
- package/doc_md/models/interfaces/IdentifierRequest.md +0 -10
- package/doc_md/models/interfaces/IdentifiersRequest.md +0 -10
- package/doc_md/models/interfaces/InstallServiceExtensionRequest.md +0 -33
- package/doc_md/models/interfaces/LicenseInformation.md +0 -73
- package/doc_md/models/interfaces/Licenses.md +0 -17
- package/doc_md/models/interfaces/MeasurementEventArgs.md +0 -9
- package/doc_md/models/interfaces/RequestLinMessageRequest.md +0 -25
- package/doc_md/models/interfaces/ScheduleTable.md +0 -33
- package/doc_md/models/interfaces/ScheduleTableEntry.md +0 -25
- package/doc_md/models/interfaces/SendLinWakeupFrameRequest.md +0 -33
- package/doc_md/models/interfaces/SendMessageRequest.md +0 -9
- package/doc_md/models/interfaces/SetLogLevelRequest.md +0 -25
- package/doc_md/models/interfaces/SetMeasurementSetupRequest.md +0 -9
- package/doc_md/models/interfaces/SetSignalDataToMessageDataRequest.md +0 -33
- package/doc_md/models/interfaces/SetSignalDataToMessageDataResponse.md +0 -26
- package/doc_md/models/interfaces/StartPeriodicTransmissionRequest.md +0 -17
- package/doc_md/models/interfaces/StartPeriodicTransmissionResponse.md +0 -9
- package/doc_md/models/interfaces/SubscribeForDataRequest.md +0 -17
- package/doc_md/models/interfaces/UninstallServiceExtensionRequest.md +0 -25
- package/doc_md/models/interfaces/UpdateLinMessageRequest.md +0 -26
- package/doc_md/models/interfaces/UpdatePeriodicTransmissionRequest.md +0 -25
- package/licenses/ELECTRON-TOOLKIT-PRELOAD_MIT.TXT +0 -21
- package/licenses/FAST-DEEP-EQUAL_MIT.TXT +0 -21
- package/licenses/GOOGLE-PROTOBUF_(BSD-3-CLAUSE AND APACHE-2.0).TXT +0 -29
- package/licenses/REACT-DOM_MIT.TXT +0 -21
- package/licenses/REACT_MIT.TXT +0 -21
- package/licenses/UUID_MIT.TXT +0 -9
- package/licenses/licenses.css +0 -22
- package/licenses/licenses.html +0 -67
package/dist/index.mjs
CHANGED
|
@@ -1,42 +1,202 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { createContext as
|
|
5
|
-
import { v4 as
|
|
6
|
-
import "
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
if (n.indexOf(a) !== -1) {
|
|
19
|
-
const i = t[r];
|
|
20
|
-
n = typeof i == "string" ? n.replace(a, i) : n.replace(a, i.toLocaleString(e));
|
|
1
|
+
var Qe = Object.defineProperty;
|
|
2
|
+
var Ye = (e, n, t) => n in e ? Qe(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
|
3
|
+
var ge = (e, n, t) => Ye(e, typeof n != "symbol" ? n + "" : n, t);
|
|
4
|
+
import { createContext as K, useState as T, useEffect as b, useRef as y, useContext as R, useCallback as q, useMemo as j } from "react";
|
|
5
|
+
import { v4 as N } from "uuid";
|
|
6
|
+
import { defaultUserSettings as Ge, electronApiFake as Te, DataBuffer as Ce, deserializeFrame as me, calculateSubscriptionKeyFromFrame as J, deep_equal as E, calculateSubscriptionKey as ee, compareFixedPosFrameIdentifiers as Ze, jsonReviver as Re, jsonReplacer as et } from "./models.mjs";
|
|
7
|
+
import { jsx as C, jsxs as tt } from "react/jsx-runtime";
|
|
8
|
+
import { createTheme as ye, ThemeProvider as rt, CssBaseline as nt } from "@mui/material";
|
|
9
|
+
import { getLogger as Ae, getFrameDefinitions as Ie, getMessageDataBeforeTimestamp as st } from "./ipc.mjs";
|
|
10
|
+
import { a as X, b as Le, c as Ee, C as ke } from "./status_params.mjs";
|
|
11
|
+
const at = (e, n, ...t) => {
|
|
12
|
+
let r = n;
|
|
13
|
+
for (let s = 0; s < t.length; s += 1) {
|
|
14
|
+
const o = `{${s}}`;
|
|
15
|
+
if (r.indexOf(o) !== -1) {
|
|
16
|
+
const c = t[s];
|
|
17
|
+
r = typeof c == "string" ? r.replace(o, c) : r.replace(o, c.toLocaleString(e));
|
|
21
18
|
}
|
|
22
19
|
}
|
|
23
|
-
return
|
|
20
|
+
return r;
|
|
24
21
|
};
|
|
25
|
-
class
|
|
26
|
-
constructor(
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
this.language =
|
|
22
|
+
class ot {
|
|
23
|
+
constructor(n, t) {
|
|
24
|
+
ge(this, "language");
|
|
25
|
+
ge(this, "strings");
|
|
26
|
+
this.language = n, this.strings = t;
|
|
30
27
|
}
|
|
31
|
-
getString(
|
|
32
|
-
if (this.strings &&
|
|
33
|
-
const
|
|
34
|
-
return t.length > 0 ?
|
|
28
|
+
getString(n, ...t) {
|
|
29
|
+
if (this.strings && n in this.strings) {
|
|
30
|
+
const r = this.strings[n];
|
|
31
|
+
return t.length > 0 ? at(this.language, r, ...t) : r;
|
|
35
32
|
}
|
|
36
|
-
return
|
|
33
|
+
return n;
|
|
37
34
|
}
|
|
38
35
|
}
|
|
39
|
-
const
|
|
36
|
+
const M = Ae("DataProviders"), A = window.electron ?? Te, te = /* @__PURE__ */ new Map(), re = /* @__PURE__ */ new Map(), ne = /* @__PURE__ */ new Map(), se = /* @__PURE__ */ new Map(), ae = /* @__PURE__ */ new Map(), oe = /* @__PURE__ */ new Map(), ce = /* @__PURE__ */ new Map(), ie = /* @__PURE__ */ new Map(), ue = /* @__PURE__ */ new Map(), le = /* @__PURE__ */ new Map();
|
|
37
|
+
async function _(e, n, t, r) {
|
|
38
|
+
switch (n) {
|
|
39
|
+
case "devices-changed": {
|
|
40
|
+
if (te.has(e))
|
|
41
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
42
|
+
else {
|
|
43
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("dm-devices-changed", o);
|
|
44
|
+
te.set(e, { remover: a, listener: o });
|
|
45
|
+
}
|
|
46
|
+
return A.ipcRenderer.invoke("rpc-get-devices", !1);
|
|
47
|
+
}
|
|
48
|
+
case "user-settings-changed": {
|
|
49
|
+
if (re.has(e))
|
|
50
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
51
|
+
else {
|
|
52
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("user-settings-changed", o);
|
|
53
|
+
re.set(e, { remover: a, listener: o });
|
|
54
|
+
}
|
|
55
|
+
return A.ipcRenderer.invoke("app-get-user-settings");
|
|
56
|
+
}
|
|
57
|
+
case "new-log-messages": {
|
|
58
|
+
if (ne.has(e))
|
|
59
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
60
|
+
else {
|
|
61
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("new-log-messages", o);
|
|
62
|
+
ne.set(e, { remover: a, listener: o });
|
|
63
|
+
}
|
|
64
|
+
return Promise.resolve();
|
|
65
|
+
}
|
|
66
|
+
case "online-status-changed": {
|
|
67
|
+
if (se.has(e))
|
|
68
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
69
|
+
else {
|
|
70
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("mm-is-online-changed", o);
|
|
71
|
+
se.set(e, { remover: a, listener: o });
|
|
72
|
+
}
|
|
73
|
+
return A.ipcRenderer.invoke("rpc-get-online-status");
|
|
74
|
+
}
|
|
75
|
+
case "periodic-trans-started": {
|
|
76
|
+
if (ae.has(e))
|
|
77
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
78
|
+
else {
|
|
79
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("mm-periodic-trans-started", o);
|
|
80
|
+
ae.set(e, { remover: a, listener: o });
|
|
81
|
+
}
|
|
82
|
+
return Promise.resolve("");
|
|
83
|
+
}
|
|
84
|
+
case "periodic-trans-stopped": {
|
|
85
|
+
if (oe.has(e))
|
|
86
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
87
|
+
else {
|
|
88
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("mm-periodic-trans-stopped", o);
|
|
89
|
+
oe.set(e, { remover: a, listener: o });
|
|
90
|
+
}
|
|
91
|
+
return Promise.resolve("");
|
|
92
|
+
}
|
|
93
|
+
case "new-measurement-data": {
|
|
94
|
+
if (ce.has(e))
|
|
95
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
96
|
+
else {
|
|
97
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("mm-new-measurement-data", o);
|
|
98
|
+
ce.set(e, { remover: a, listener: o });
|
|
99
|
+
}
|
|
100
|
+
return (r == null ? void 0 : r.numberOfHistoryFrames) > 0 ? A.ipcRenderer.invoke(
|
|
101
|
+
"mm-get-measurement-data-before-timestamp",
|
|
102
|
+
Number.MAX_SAFE_INTEGER,
|
|
103
|
+
r.numberOfHistoryFrames
|
|
104
|
+
) : Promise.resolve([]);
|
|
105
|
+
}
|
|
106
|
+
case "new-measurement-status": {
|
|
107
|
+
if (ie.has(e))
|
|
108
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
109
|
+
else {
|
|
110
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("mm-new-measurement-status", o);
|
|
111
|
+
ie.set(e, { remover: a, listener: o });
|
|
112
|
+
}
|
|
113
|
+
return A.ipcRenderer.invoke("rpc-get-node-statuses");
|
|
114
|
+
}
|
|
115
|
+
case "meas-setup-changed": {
|
|
116
|
+
if (ue.has(e))
|
|
117
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
118
|
+
else {
|
|
119
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("project-meas-setup-changed", o);
|
|
120
|
+
ue.set(e, { remover: a, listener: o });
|
|
121
|
+
}
|
|
122
|
+
return A.ipcRenderer.invoke("prj-get-meas-setup");
|
|
123
|
+
}
|
|
124
|
+
case "workspace-panes-changed": {
|
|
125
|
+
if (le.has(e))
|
|
126
|
+
M.warn("The callback has already been added as listener to this event!");
|
|
127
|
+
else {
|
|
128
|
+
const s = t, o = (c, i) => s(i), a = A.ipcRenderer.on("project-workspace-panes-changed", o);
|
|
129
|
+
le.set(e, { remover: a, listener: o });
|
|
130
|
+
}
|
|
131
|
+
return A.ipcRenderer.invoke("prj-get-workspace-panes");
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
return Promise.reject(new Error("Invalid event type"));
|
|
135
|
+
}
|
|
136
|
+
const O = async (e, n) => {
|
|
137
|
+
switch (n) {
|
|
138
|
+
case "devices-changed":
|
|
139
|
+
{
|
|
140
|
+
const t = te.get(e);
|
|
141
|
+
t ? (t.remover(), te.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
142
|
+
}
|
|
143
|
+
break;
|
|
144
|
+
case "user-settings-changed":
|
|
145
|
+
{
|
|
146
|
+
const t = re.get(e);
|
|
147
|
+
t ? (t.remover(), re.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
148
|
+
}
|
|
149
|
+
break;
|
|
150
|
+
case "new-log-messages":
|
|
151
|
+
{
|
|
152
|
+
const t = ne.get(e);
|
|
153
|
+
t ? (t.remover(), ne.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
154
|
+
}
|
|
155
|
+
break;
|
|
156
|
+
case "online-status-changed":
|
|
157
|
+
{
|
|
158
|
+
const t = se.get(e);
|
|
159
|
+
t ? (t.remover(), se.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
160
|
+
}
|
|
161
|
+
break;
|
|
162
|
+
case "periodic-trans-started":
|
|
163
|
+
{
|
|
164
|
+
const t = ae.get(e);
|
|
165
|
+
t ? (t.remover(), ae.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
166
|
+
}
|
|
167
|
+
break;
|
|
168
|
+
case "periodic-trans-stopped":
|
|
169
|
+
{
|
|
170
|
+
const t = oe.get(e);
|
|
171
|
+
t ? (t.remover(), oe.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
172
|
+
}
|
|
173
|
+
break;
|
|
174
|
+
case "new-measurement-data":
|
|
175
|
+
{
|
|
176
|
+
const t = ce.get(e);
|
|
177
|
+
t ? (t.remover(), ce.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
178
|
+
}
|
|
179
|
+
break;
|
|
180
|
+
case "new-measurement-status":
|
|
181
|
+
{
|
|
182
|
+
const t = ie.get(e);
|
|
183
|
+
t ? (t.remover(), ie.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
184
|
+
}
|
|
185
|
+
break;
|
|
186
|
+
case "meas-setup-changed":
|
|
187
|
+
{
|
|
188
|
+
const t = ue.get(e);
|
|
189
|
+
t ? (t.remover(), ue.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
190
|
+
}
|
|
191
|
+
break;
|
|
192
|
+
case "workspace-panes-changed":
|
|
193
|
+
{
|
|
194
|
+
const t = le.get(e);
|
|
195
|
+
t ? (t.remover(), le.delete(e)) : M.warn("The callback has not been added as listener to this event!");
|
|
196
|
+
}
|
|
197
|
+
break;
|
|
198
|
+
}
|
|
199
|
+
}, Fe = (e) => ({
|
|
40
200
|
palette: {
|
|
41
201
|
mode: e,
|
|
42
202
|
// primary: {
|
|
@@ -136,652 +296,1052 @@ const d = Fe("DataProviders"), g = window.electron ?? te, Y = (e) => ({
|
|
|
136
296
|
}
|
|
137
297
|
}
|
|
138
298
|
});
|
|
139
|
-
function
|
|
140
|
-
const
|
|
141
|
-
return
|
|
142
|
-
|
|
143
|
-
}, [
|
|
144
|
-
/* @__PURE__ */
|
|
299
|
+
function ct({ children: e }) {
|
|
300
|
+
const n = H(), [t, r] = T(ye(Fe(n.theme)));
|
|
301
|
+
return b(() => {
|
|
302
|
+
r(ye(Fe(n.theme)));
|
|
303
|
+
}, [n.theme]), /* @__PURE__ */ tt(rt, { theme: t, children: [
|
|
304
|
+
/* @__PURE__ */ C(nt, {}),
|
|
145
305
|
e
|
|
146
306
|
] });
|
|
147
307
|
}
|
|
148
|
-
const
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
case "devices-changed": {
|
|
152
|
-
if (A.has(e))
|
|
153
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
154
|
-
else {
|
|
155
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("dm-devices-changed", a);
|
|
156
|
-
A.set(e, { remover: o, listener: a });
|
|
157
|
-
}
|
|
158
|
-
return g.ipcRenderer.invoke("rpc-get-devices", !1);
|
|
159
|
-
}
|
|
160
|
-
case "user-settings-changed": {
|
|
161
|
-
if (_.has(e))
|
|
162
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
163
|
-
else {
|
|
164
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("user-settings-changed", a);
|
|
165
|
-
_.set(e, { remover: o, listener: a });
|
|
166
|
-
}
|
|
167
|
-
return g.ipcRenderer.invoke("app-get-user-settings");
|
|
168
|
-
}
|
|
169
|
-
case "new-log-messages": {
|
|
170
|
-
if (E.has(e))
|
|
171
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
172
|
-
else {
|
|
173
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("new-log-messages", a);
|
|
174
|
-
E.set(e, { remover: o, listener: a });
|
|
175
|
-
}
|
|
176
|
-
return Promise.resolve();
|
|
177
|
-
}
|
|
178
|
-
case "online-status-changed": {
|
|
179
|
-
if (N.has(e))
|
|
180
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
181
|
-
else {
|
|
182
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("mm-is-online-changed", a);
|
|
183
|
-
N.set(e, { remover: o, listener: a });
|
|
184
|
-
}
|
|
185
|
-
return g.ipcRenderer.invoke("rpc-get-online-status");
|
|
186
|
-
}
|
|
187
|
-
case "periodic-trans-started": {
|
|
188
|
-
if (O.has(e))
|
|
189
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
190
|
-
else {
|
|
191
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("mm-periodic-trans-started", a);
|
|
192
|
-
O.set(e, { remover: o, listener: a });
|
|
193
|
-
}
|
|
194
|
-
return Promise.resolve("");
|
|
195
|
-
}
|
|
196
|
-
case "periodic-trans-stopped": {
|
|
197
|
-
if (I.has(e))
|
|
198
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
199
|
-
else {
|
|
200
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("mm-periodic-trans-stopped", a);
|
|
201
|
-
I.set(e, { remover: o, listener: a });
|
|
202
|
-
}
|
|
203
|
-
return Promise.resolve("");
|
|
204
|
-
}
|
|
205
|
-
case "new-measurement-data": {
|
|
206
|
-
if (j.has(e))
|
|
207
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
208
|
-
else {
|
|
209
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("mm-new-measurement-data", a);
|
|
210
|
-
j.set(e, { remover: o, listener: a });
|
|
211
|
-
}
|
|
212
|
-
return (n == null ? void 0 : n.numberOfHistoryFrames) > 0 ? g.ipcRenderer.invoke(
|
|
213
|
-
"mm-get-measurement-data-before-timestamp",
|
|
214
|
-
Number.MAX_SAFE_INTEGER,
|
|
215
|
-
n.numberOfHistoryFrames
|
|
216
|
-
) : Promise.resolve([]);
|
|
217
|
-
}
|
|
218
|
-
case "new-measurement-status": {
|
|
219
|
-
if (z.has(e))
|
|
220
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
221
|
-
else {
|
|
222
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("mm-new-measurement-status", a);
|
|
223
|
-
z.set(e, { remover: o, listener: a });
|
|
224
|
-
}
|
|
225
|
-
return g.ipcRenderer.invoke("rpc-get-node-statuses");
|
|
226
|
-
}
|
|
227
|
-
case "meas-setup-changed": {
|
|
228
|
-
if (B.has(e))
|
|
229
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
230
|
-
else {
|
|
231
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("project-meas-setup-changed", a);
|
|
232
|
-
B.set(e, { remover: o, listener: a });
|
|
233
|
-
}
|
|
234
|
-
return g.ipcRenderer.invoke("prj-get-meas-setup");
|
|
235
|
-
}
|
|
236
|
-
case "workspace-panes-changed": {
|
|
237
|
-
if (U.has(e))
|
|
238
|
-
d.warn("The callback has already been added as listener to this event!");
|
|
239
|
-
else {
|
|
240
|
-
const r = t, a = (i, c) => r(c), o = g.ipcRenderer.on("project-workspace-panes-changed", a);
|
|
241
|
-
U.set(e, { remover: o, listener: a });
|
|
242
|
-
}
|
|
243
|
-
return g.ipcRenderer.invoke("prj-get-workspace-panes");
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
return Promise.reject(new Error("Invalid event type"));
|
|
247
|
-
}
|
|
248
|
-
const M = async (e, s) => {
|
|
249
|
-
switch (s) {
|
|
250
|
-
case "devices-changed":
|
|
251
|
-
{
|
|
252
|
-
const t = A.get(e);
|
|
253
|
-
t ? (t.remover(), A.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
254
|
-
}
|
|
255
|
-
break;
|
|
256
|
-
case "user-settings-changed":
|
|
257
|
-
{
|
|
258
|
-
const t = _.get(e);
|
|
259
|
-
t ? (t.remover(), _.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
260
|
-
}
|
|
261
|
-
break;
|
|
262
|
-
case "new-log-messages":
|
|
263
|
-
{
|
|
264
|
-
const t = E.get(e);
|
|
265
|
-
t ? (t.remover(), E.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
266
|
-
}
|
|
267
|
-
break;
|
|
268
|
-
case "online-status-changed":
|
|
269
|
-
{
|
|
270
|
-
const t = N.get(e);
|
|
271
|
-
t ? (t.remover(), N.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
272
|
-
}
|
|
273
|
-
break;
|
|
274
|
-
case "periodic-trans-started":
|
|
275
|
-
{
|
|
276
|
-
const t = O.get(e);
|
|
277
|
-
t ? (t.remover(), O.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
278
|
-
}
|
|
279
|
-
break;
|
|
280
|
-
case "periodic-trans-stopped":
|
|
281
|
-
{
|
|
282
|
-
const t = I.get(e);
|
|
283
|
-
t ? (t.remover(), I.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
284
|
-
}
|
|
285
|
-
break;
|
|
286
|
-
case "new-measurement-data":
|
|
287
|
-
{
|
|
288
|
-
const t = j.get(e);
|
|
289
|
-
t ? (t.remover(), j.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
290
|
-
}
|
|
291
|
-
break;
|
|
292
|
-
case "new-measurement-status":
|
|
293
|
-
{
|
|
294
|
-
const t = z.get(e);
|
|
295
|
-
t ? (t.remover(), z.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
296
|
-
}
|
|
297
|
-
break;
|
|
298
|
-
case "meas-setup-changed":
|
|
299
|
-
{
|
|
300
|
-
const t = B.get(e);
|
|
301
|
-
t ? (t.remover(), B.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
302
|
-
}
|
|
303
|
-
break;
|
|
304
|
-
case "workspace-panes-changed":
|
|
305
|
-
{
|
|
306
|
-
const t = U.get(e);
|
|
307
|
-
t ? (t.remover(), U.delete(e)) : d.warn("The callback has not been added as listener to this event!");
|
|
308
|
-
}
|
|
309
|
-
break;
|
|
310
|
-
}
|
|
311
|
-
}, Te = window != null && window.matchMedia ? window.matchMedia("(prefers-color-scheme: dark)").matches : !1, ae = Object.assign({}, Me, {
|
|
312
|
-
theme: Te ? "dark" : "light"
|
|
313
|
-
}), re = k(ae), xe = ({
|
|
308
|
+
const it = window != null && window.matchMedia ? window.matchMedia("(prefers-color-scheme: dark)").matches : !1, Ne = Object.assign({}, Ge, {
|
|
309
|
+
theme: it ? "dark" : "light"
|
|
310
|
+
}), _e = K(Ne), ut = ({
|
|
314
311
|
initialUserSettings: e = void 0,
|
|
315
|
-
children:
|
|
312
|
+
children: n = void 0
|
|
316
313
|
}) => {
|
|
317
|
-
const [t,
|
|
318
|
-
return
|
|
319
|
-
const
|
|
320
|
-
return
|
|
321
|
-
|
|
314
|
+
const [t, r] = T(e ?? Ne);
|
|
315
|
+
return b(() => {
|
|
316
|
+
const s = new AbortController(), o = N();
|
|
317
|
+
return _(o, "user-settings-changed", r).then((a) => {
|
|
318
|
+
s.signal.aborted || r(a);
|
|
319
|
+
}).catch((a) => {
|
|
320
|
+
M.error("Failed to add user settings listener:", a);
|
|
321
|
+
}), () => {
|
|
322
|
+
s.abort(), O(o, "user-settings-changed");
|
|
322
323
|
};
|
|
323
|
-
}, []), /* @__PURE__ */
|
|
324
|
-
},
|
|
325
|
-
const [
|
|
326
|
-
return
|
|
327
|
-
const
|
|
324
|
+
}, []), /* @__PURE__ */ C(_e.Provider, { value: t, children: n });
|
|
325
|
+
}, Oe = K(null), lt = ({ children: e = void 0 }) => {
|
|
326
|
+
const [n, t] = T(null);
|
|
327
|
+
return b(() => {
|
|
328
|
+
const r = new AbortController(), s = (a) => {
|
|
328
329
|
try {
|
|
330
|
+
if (r.signal.aborted)
|
|
331
|
+
return;
|
|
329
332
|
t(a);
|
|
330
|
-
} catch (
|
|
331
|
-
|
|
333
|
+
} catch (c) {
|
|
334
|
+
M.error("DevicesProvider", c);
|
|
332
335
|
}
|
|
333
|
-
},
|
|
334
|
-
return
|
|
335
|
-
M(
|
|
336
|
+
}, o = N();
|
|
337
|
+
return _(o, "devices-changed", s).then((a) => s(a)).catch((a) => {
|
|
338
|
+
M.error("Failed to add devices listener:", a);
|
|
339
|
+
}), () => {
|
|
340
|
+
r.abort(), O(o, "devices-changed");
|
|
336
341
|
};
|
|
337
|
-
}, []), /* @__PURE__ */
|
|
338
|
-
},
|
|
339
|
-
const [
|
|
340
|
-
return
|
|
341
|
-
const
|
|
342
|
+
}, []), /* @__PURE__ */ C(Oe.Provider, { value: n, children: e });
|
|
343
|
+
}, Ue = K([]), dt = ({ children: e = void 0 }) => {
|
|
344
|
+
const [n, t] = T([]);
|
|
345
|
+
return b(() => {
|
|
346
|
+
const r = new AbortController(), s = (a) => {
|
|
342
347
|
try {
|
|
348
|
+
if (r.signal.aborted)
|
|
349
|
+
return;
|
|
343
350
|
t(a);
|
|
344
|
-
} catch (
|
|
345
|
-
|
|
351
|
+
} catch (c) {
|
|
352
|
+
M.error("MeasurementStatusProvider", c);
|
|
346
353
|
}
|
|
347
|
-
},
|
|
348
|
-
return
|
|
349
|
-
M(
|
|
354
|
+
}, o = N();
|
|
355
|
+
return _(o, "new-measurement-status", s).then((a) => s(a)).catch((a) => {
|
|
356
|
+
M.error("Failed to add measurement status listener:", a);
|
|
357
|
+
}), () => {
|
|
358
|
+
r.abort(), O(o, "new-measurement-status");
|
|
350
359
|
};
|
|
351
|
-
}, []), /* @__PURE__ */
|
|
352
|
-
},
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
r !== H.CAN_FRAME_FLAG_TXACK && r !== H.CAN_FRAME_FLAG_LOCAL_TXACK && (s |= r);
|
|
358
|
-
}
|
|
359
|
-
let t = J.LIN_FRAME_FLAG_UNSPECIFIED;
|
|
360
|
-
if (e.linFrameFlags !== void 0)
|
|
361
|
-
for (let n = 0; n < e.linFrameFlags.flags.length; n++) {
|
|
362
|
-
const r = e.linFrameFlags.flags[n];
|
|
363
|
-
r !== J.LIN_FRAME_FLAG_TX && (t |= r);
|
|
364
|
-
}
|
|
365
|
-
return `${e.id.toString(16).padStart(8, "0")}_${s.toString(16).padStart(8, "0")}_${t.toString(16).padStart(8, "0")}_${(e.mux ?? 0).toString(16).padStart(8, "0")}_${e.tx ? 1 : 0}_${e.sourceName ?? ""}`;
|
|
366
|
-
}, Z = (e, s) => {
|
|
367
|
-
var n;
|
|
368
|
-
const t = se.create({
|
|
369
|
-
id: e.id,
|
|
370
|
-
canFrameFlags: e.canFrameFlags,
|
|
371
|
-
linFrameFlags: e.linFrameFlags,
|
|
372
|
-
mux: ((n = e.properties.MUX_VALUE) == null ? void 0 : n.doubleValue) ?? 0,
|
|
373
|
-
tx: e.tx,
|
|
374
|
-
sourceName: s ? "" : e.sourceName
|
|
360
|
+
}, []), /* @__PURE__ */ C(Ue.Provider, { value: n, children: e });
|
|
361
|
+
}, be = K({
|
|
362
|
+
subscribedData: /* @__PURE__ */ new Map()
|
|
363
|
+
}), ft = ({ children: e = void 0 }) => {
|
|
364
|
+
const [n, t] = T({
|
|
365
|
+
subscribedData: /* @__PURE__ */ new Map()
|
|
375
366
|
});
|
|
376
|
-
return
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
},
|
|
367
|
+
return b(() => {
|
|
368
|
+
const r = new AbortController(), s = (a) => {
|
|
369
|
+
try {
|
|
370
|
+
if (r.signal.aborted)
|
|
371
|
+
return;
|
|
372
|
+
const c = /* @__PURE__ */ new Map();
|
|
373
|
+
a.length > 0 && a.forEach((i) => {
|
|
374
|
+
const u = me(i), g = J(u);
|
|
375
|
+
c.has(g) || c.set(g, []);
|
|
376
|
+
const l = c.get(g);
|
|
377
|
+
l && l.push(u);
|
|
378
|
+
}), t(() => ({
|
|
379
|
+
subscribedData: c
|
|
380
|
+
}));
|
|
381
|
+
} catch (c) {
|
|
382
|
+
M.error("MeasurementDataProvider", c);
|
|
383
|
+
}
|
|
384
|
+
}, o = N();
|
|
385
|
+
return _(o, "new-measurement-data", s).then((a) => s(a)).catch((a) => {
|
|
386
|
+
M.error("Failed to add measurement data listener:", a);
|
|
387
|
+
}), () => {
|
|
388
|
+
r.abort(), O(o, "new-measurement-data");
|
|
389
|
+
};
|
|
390
|
+
}, []), /* @__PURE__ */ C(be.Provider, { value: n, children: e });
|
|
391
|
+
}, Se = K({
|
|
388
392
|
scrollData: [],
|
|
389
|
-
fixedPositionData: []
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
const s = y(new ne(500)), t = y(/* @__PURE__ */ new Map()), [n, r] = f({
|
|
393
|
+
fixedPositionData: []
|
|
394
|
+
}), mt = ({ children: e = void 0 }) => {
|
|
395
|
+
const n = y(new Ce(500)), t = y(/* @__PURE__ */ new Map()), [r, s] = T({
|
|
393
396
|
scrollData: [],
|
|
394
|
-
fixedPositionData: []
|
|
395
|
-
subscribedData: /* @__PURE__ */ new Map()
|
|
397
|
+
fixedPositionData: []
|
|
396
398
|
});
|
|
397
|
-
|
|
398
|
-
const
|
|
399
|
+
b(() => {
|
|
400
|
+
const a = new AbortController(), c = (u) => {
|
|
399
401
|
try {
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
if (v && l.has(v)) {
|
|
409
|
-
const b = l.get(v);
|
|
410
|
-
b && b.push(u);
|
|
411
|
-
} else {
|
|
412
|
-
const b = Z(u, !0);
|
|
413
|
-
if (b && l.has(b)) {
|
|
414
|
-
const w = l.get(b);
|
|
415
|
-
w && w.push(u);
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
}), Array.from(l.keys()).filter(
|
|
419
|
-
(u) => {
|
|
420
|
-
var v;
|
|
421
|
-
return ((v = l.get(u)) == null ? void 0 : v.length) === 0;
|
|
422
|
-
}
|
|
423
|
-
).forEach((u) => l.delete(u))), r(() => ({
|
|
424
|
-
scrollData: Array.from(s.current),
|
|
425
|
-
fixedPositionData: Array.from(t.current.values()),
|
|
426
|
-
subscribedData: l
|
|
402
|
+
if (a.signal.aborted)
|
|
403
|
+
return;
|
|
404
|
+
const g = u.map((l) => me(l));
|
|
405
|
+
g.length === 0 ? n.current.clear() : n.current.push(...g.slice(Math.max(0, g.length - 500))), g.length === 0 ? t.current.clear() : g.forEach((l) => {
|
|
406
|
+
t.current.set(l.fixedPosIdentifier ?? "", l);
|
|
407
|
+
}), s(() => ({
|
|
408
|
+
scrollData: Array.from(n.current),
|
|
409
|
+
fixedPositionData: Array.from(t.current.values())
|
|
427
410
|
}));
|
|
428
|
-
} catch (
|
|
429
|
-
|
|
411
|
+
} catch (g) {
|
|
412
|
+
M.error("MeasurementTraceDataProvider", g);
|
|
430
413
|
}
|
|
431
|
-
}, i =
|
|
432
|
-
return
|
|
433
|
-
M(
|
|
414
|
+
}, i = N();
|
|
415
|
+
return _(i, "new-measurement-data", c, { numberOfHistoryFrames: 500 }).then((u) => c(u)).catch((u) => {
|
|
416
|
+
M.error("Failed to add measurement data listener:", u);
|
|
417
|
+
}), () => {
|
|
418
|
+
a.abort(), O(i, "new-measurement-data");
|
|
434
419
|
};
|
|
435
420
|
}, []);
|
|
436
|
-
const
|
|
437
|
-
return
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
i.set(l, []);
|
|
442
|
-
}), {
|
|
443
|
-
scrollData: [],
|
|
444
|
-
fixedPositionData: [],
|
|
445
|
-
subscribedData: i
|
|
446
|
-
};
|
|
421
|
+
const o = R(W);
|
|
422
|
+
return b(() => {
|
|
423
|
+
o.isLoaded && o.onlineStatus.isOnline && (n.current.clear(), t.current.clear(), s({
|
|
424
|
+
scrollData: [],
|
|
425
|
+
fixedPositionData: []
|
|
447
426
|
}));
|
|
448
|
-
}, [
|
|
449
|
-
},
|
|
427
|
+
}, [o]), /* @__PURE__ */ C(Se.Provider, { value: r, children: e });
|
|
428
|
+
}, je = K({
|
|
450
429
|
language: "en",
|
|
451
430
|
sources: [],
|
|
452
431
|
dataProcessors: [],
|
|
453
432
|
targets: []
|
|
454
|
-
}),
|
|
455
|
-
const [
|
|
433
|
+
}), gt = ({ children: e = void 0 }) => {
|
|
434
|
+
const [n, t] = T({
|
|
456
435
|
language: "en",
|
|
457
436
|
sources: [],
|
|
458
437
|
dataProcessors: [],
|
|
459
438
|
targets: []
|
|
460
439
|
});
|
|
461
|
-
return
|
|
462
|
-
const
|
|
440
|
+
return b(() => {
|
|
441
|
+
const r = new AbortController(), s = (a) => {
|
|
463
442
|
try {
|
|
443
|
+
if (r.signal.aborted)
|
|
444
|
+
return;
|
|
464
445
|
t(a);
|
|
465
|
-
} catch (
|
|
466
|
-
|
|
446
|
+
} catch (c) {
|
|
447
|
+
M.error("MeasurementSetupProvider", c);
|
|
467
448
|
}
|
|
468
|
-
},
|
|
469
|
-
return
|
|
470
|
-
M(
|
|
449
|
+
}, o = N();
|
|
450
|
+
return _(o, "meas-setup-changed", s).then((a) => s(a)).catch((a) => {
|
|
451
|
+
M.error("Failed to add measurement setup listener:", a);
|
|
452
|
+
}), () => {
|
|
453
|
+
r.abort(), O(o, "meas-setup-changed");
|
|
471
454
|
};
|
|
472
|
-
}, []), /* @__PURE__ */
|
|
473
|
-
},
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
455
|
+
}, []), /* @__PURE__ */ C(je.Provider, { value: n, children: e });
|
|
456
|
+
}, W = K({
|
|
457
|
+
onlineStatus: { isOnline: !1, onlineCounter: 0 },
|
|
458
|
+
isLoaded: !1
|
|
459
|
+
}), pt = ({ children: e = void 0 }) => {
|
|
460
|
+
const [n, t] = T({
|
|
461
|
+
onlineStatus: { isOnline: !1, onlineCounter: 0 },
|
|
462
|
+
isLoaded: !1
|
|
463
|
+
});
|
|
464
|
+
return b(() => {
|
|
465
|
+
const r = new AbortController(), s = (a) => {
|
|
477
466
|
try {
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
467
|
+
if (r.signal.aborted)
|
|
468
|
+
return;
|
|
469
|
+
t({ onlineStatus: a, isLoaded: !0 });
|
|
470
|
+
} catch (c) {
|
|
471
|
+
M.error("OnlineStatusProvider", c), t({ onlineStatus: { isOnline: !1, onlineCounter: 0 }, isLoaded: !0 });
|
|
481
472
|
}
|
|
482
|
-
},
|
|
483
|
-
return
|
|
484
|
-
M(
|
|
473
|
+
}, o = N();
|
|
474
|
+
return _(o, "online-status-changed", s).then((a) => s(a)).catch((a) => {
|
|
475
|
+
M.error("Failed to add online status listener:", a), t({ onlineStatus: { isOnline: !1, onlineCounter: 0 }, isLoaded: !0 });
|
|
476
|
+
}), () => {
|
|
477
|
+
r.abort(), O(o, "online-status-changed");
|
|
485
478
|
};
|
|
486
|
-
}, []), /* @__PURE__ */
|
|
487
|
-
},
|
|
488
|
-
const [
|
|
489
|
-
return
|
|
490
|
-
|
|
479
|
+
}, []), /* @__PURE__ */ C(W.Provider, { value: n, children: e });
|
|
480
|
+
}, Ke = K([]), ht = ({ children: e = void 0 }) => {
|
|
481
|
+
const [n, t] = T([]);
|
|
482
|
+
return b(() => {
|
|
483
|
+
t([]);
|
|
484
|
+
const r = new AbortController(), s = (i) => {
|
|
491
485
|
try {
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
486
|
+
if (r.signal.aborted)
|
|
487
|
+
return;
|
|
488
|
+
t((u) => [...u, i]);
|
|
489
|
+
} catch (u) {
|
|
490
|
+
M.error("RunningPeriodicTransmissionsProvider - started", u);
|
|
495
491
|
}
|
|
496
|
-
},
|
|
492
|
+
}, o = (i) => {
|
|
497
493
|
try {
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
494
|
+
if (r.signal.aborted)
|
|
495
|
+
return;
|
|
496
|
+
t((u) => {
|
|
497
|
+
const g = u.findIndex((p) => p === i);
|
|
498
|
+
if (g === -1)
|
|
499
|
+
return u;
|
|
500
|
+
const l = [...u];
|
|
501
|
+
return l.splice(g, 1), l;
|
|
504
502
|
});
|
|
505
|
-
} catch (
|
|
506
|
-
|
|
503
|
+
} catch (u) {
|
|
504
|
+
M.error("RunningPeriodicTransmissionsProvider - stopped", u);
|
|
507
505
|
}
|
|
508
|
-
}, a =
|
|
509
|
-
|
|
510
|
-
const
|
|
511
|
-
return
|
|
512
|
-
|
|
506
|
+
}, a = N();
|
|
507
|
+
_(a, "periodic-trans-started", s);
|
|
508
|
+
const c = N();
|
|
509
|
+
return _(c, "periodic-trans-stopped", o), () => {
|
|
510
|
+
r.abort(), O(a, "periodic-trans-started"), O(c, "periodic-trans-stopped");
|
|
513
511
|
};
|
|
514
|
-
}, []), /* @__PURE__ */
|
|
515
|
-
},
|
|
516
|
-
const
|
|
517
|
-
return
|
|
518
|
-
const
|
|
512
|
+
}, []), /* @__PURE__ */ C(Ke.Provider, { value: n, children: e });
|
|
513
|
+
}, Be = K([]), vt = ({ children: e = void 0 }) => {
|
|
514
|
+
const n = y(new Ce(1e3)), [t, r] = T([]);
|
|
515
|
+
return b(() => {
|
|
516
|
+
const s = new AbortController(), o = (c) => {
|
|
519
517
|
try {
|
|
520
|
-
|
|
518
|
+
if (s.signal.aborted)
|
|
519
|
+
return;
|
|
520
|
+
c === null ? n.current.clear() : n.current.push(...c), r(Array.from(n.current));
|
|
521
521
|
} catch (i) {
|
|
522
|
-
|
|
522
|
+
M.error("LogMessagesProvider", i);
|
|
523
523
|
}
|
|
524
|
-
}, a =
|
|
525
|
-
return
|
|
526
|
-
|
|
524
|
+
}, a = N();
|
|
525
|
+
return _(a, "new-log-messages", o), () => {
|
|
526
|
+
s.abort(), O(a, "new-log-messages");
|
|
527
527
|
};
|
|
528
|
-
}, []), /* @__PURE__ */
|
|
529
|
-
},
|
|
530
|
-
}]),
|
|
531
|
-
const [
|
|
532
|
-
(
|
|
533
|
-
if (
|
|
534
|
-
if (typeof
|
|
535
|
-
const
|
|
536
|
-
|
|
528
|
+
}, []), /* @__PURE__ */ C(Be.Provider, { value: t, children: e });
|
|
529
|
+
}, Q = K([[], () => {
|
|
530
|
+
}]), bt = ({ children: e = void 0 }) => {
|
|
531
|
+
const [n, t] = T(null), r = q(
|
|
532
|
+
(s) => {
|
|
533
|
+
if (n !== null)
|
|
534
|
+
if (typeof s == "function") {
|
|
535
|
+
const o = s(n);
|
|
536
|
+
A.ipcRenderer.invoke("prj-update-project", { workspacePanes: o });
|
|
537
537
|
} else
|
|
538
|
-
|
|
538
|
+
A.ipcRenderer.invoke("prj-update-project", { workspacePanes: s });
|
|
539
539
|
},
|
|
540
|
-
[
|
|
540
|
+
[n]
|
|
541
541
|
);
|
|
542
|
-
return
|
|
543
|
-
const
|
|
542
|
+
return b(() => {
|
|
543
|
+
const s = new AbortController(), o = (c) => {
|
|
544
544
|
try {
|
|
545
|
-
|
|
545
|
+
if (s.signal.aborted)
|
|
546
|
+
return;
|
|
547
|
+
t((i) => E(i, c) ? i : c);
|
|
546
548
|
} catch (i) {
|
|
547
|
-
|
|
549
|
+
M.error("WorkspacePanesProvider", i);
|
|
548
550
|
}
|
|
549
|
-
}, a =
|
|
550
|
-
return
|
|
551
|
-
M(
|
|
551
|
+
}, a = N();
|
|
552
|
+
return _(a, "workspace-panes-changed", o).then((c) => o(c)).catch((c) => {
|
|
553
|
+
M.error("Failed to add workspace panes listener:", c);
|
|
554
|
+
}), () => {
|
|
555
|
+
s.abort(), O(a, "workspace-panes-changed");
|
|
552
556
|
};
|
|
553
|
-
}, []), /* @__PURE__ */
|
|
554
|
-
},
|
|
557
|
+
}, []), /* @__PURE__ */ C(Q.Provider, { value: [n, r], children: e });
|
|
558
|
+
}, Ut = ({
|
|
555
559
|
initialUserSettings: e = void 0,
|
|
556
|
-
children:
|
|
557
|
-
}) => /* @__PURE__ */
|
|
558
|
-
const e =
|
|
559
|
-
return
|
|
560
|
-
},
|
|
561
|
-
const e =
|
|
562
|
-
return
|
|
563
|
-
},
|
|
564
|
-
const e =
|
|
565
|
-
return
|
|
566
|
-
},
|
|
567
|
-
const e =
|
|
568
|
-
return
|
|
569
|
-
() => new
|
|
560
|
+
children: n = void 0
|
|
561
|
+
}) => /* @__PURE__ */ C(ut, { initialUserSettings: e, children: /* @__PURE__ */ C(lt, { children: /* @__PURE__ */ C(gt, { children: /* @__PURE__ */ C(dt, { children: /* @__PURE__ */ C(pt, { children: /* @__PURE__ */ C(ft, { children: /* @__PURE__ */ C(mt, { children: /* @__PURE__ */ C(ht, { children: /* @__PURE__ */ C(vt, { children: /* @__PURE__ */ C(bt, { children: /* @__PURE__ */ C(ct, { children: n }) }) }) }) }) }) }) }) }) }) }), z = window.electron ?? Te, k = Ae("hooks"), H = () => R(_e), jt = () => {
|
|
562
|
+
const e = H();
|
|
563
|
+
return j(() => e.useHexNumericBase ? 16 : 10, [e.useHexNumericBase]);
|
|
564
|
+
}, Kt = () => {
|
|
565
|
+
const e = H();
|
|
566
|
+
return j(() => e.maxDataBytes, [e.maxDataBytes]);
|
|
567
|
+
}, Bt = () => {
|
|
568
|
+
const e = H();
|
|
569
|
+
return j(() => e.language, [e.language]);
|
|
570
|
+
}, $t = () => {
|
|
571
|
+
const e = H();
|
|
572
|
+
return j(
|
|
573
|
+
() => new ot(e.language, e.strings),
|
|
570
574
|
[e.language, e.strings]
|
|
571
575
|
);
|
|
572
|
-
},
|
|
573
|
-
const e =
|
|
574
|
-
return
|
|
575
|
-
},
|
|
576
|
-
const
|
|
577
|
-
return
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
576
|
+
}, qt = () => {
|
|
577
|
+
const e = H();
|
|
578
|
+
return j(() => e.recentProjectFiles, [e.recentProjectFiles]);
|
|
579
|
+
}, zt = () => R(Be), Wt = (e = !1) => {
|
|
580
|
+
const [n, t] = T([]), r = $e();
|
|
581
|
+
return b(() => {
|
|
582
|
+
const s = new AbortController();
|
|
583
|
+
return z.ipcRenderer.invoke("rpc-get-message-log-file-formats", e).then((o) => {
|
|
584
|
+
if (s.signal.aborted) return;
|
|
585
|
+
const a = o.filter((c) => !c.supportedProtocols || c.supportedProtocols.length === 0 ? !0 : c.supportedProtocols.some((i) => r.includes(i)));
|
|
586
|
+
t(a);
|
|
587
|
+
}).catch(), () => {
|
|
588
|
+
s.abort();
|
|
589
|
+
};
|
|
590
|
+
}, [r, e]), n;
|
|
591
|
+
}, Ht = () => {
|
|
592
|
+
const [e, n] = T([]), t = $e();
|
|
593
|
+
return b(() => {
|
|
594
|
+
const r = new AbortController();
|
|
595
|
+
return z.ipcRenderer.invoke("rpc-get-signal-log-file-formats").then((s) => {
|
|
596
|
+
if (r.signal.aborted) return;
|
|
597
|
+
const o = s.filter((a) => !a.supportedProtocols || a.supportedProtocols.length === 0 ? !0 : a.supportedProtocols.some((c) => t.includes(c)));
|
|
598
|
+
n(o);
|
|
599
|
+
}).catch(), () => {
|
|
600
|
+
r.abort();
|
|
601
|
+
};
|
|
602
|
+
}, [t]), e;
|
|
603
|
+
}, Vt = () => R(Oe), St = () => R(je), $e = () => {
|
|
604
|
+
const e = St(), [n, t] = T(["CAN"]);
|
|
605
|
+
return b(() => {
|
|
606
|
+
var o;
|
|
607
|
+
const r = /* @__PURE__ */ new Set();
|
|
608
|
+
(o = e.sources) == null || o.forEach((a) => {
|
|
609
|
+
var c;
|
|
610
|
+
(c = a.channelSettings) != null && c.protocols && a.channelSettings.protocols.forEach((i) => r.add(i));
|
|
611
|
+
}), r.size === 0 && r.add("CAN");
|
|
612
|
+
const s = Array.from(r).sort();
|
|
613
|
+
t((a) => E(a, s) ? a : s);
|
|
614
|
+
}, [e]), n;
|
|
615
|
+
}, qe = () => R(Ue), Xt = (e) => {
|
|
616
|
+
const n = qe();
|
|
617
|
+
return j(() => n.find((r) => r.nodeId === e) ?? null, [e, n]);
|
|
618
|
+
};
|
|
619
|
+
function wt(e) {
|
|
620
|
+
if (!e)
|
|
621
|
+
return X.STATUS_LEVEL_NONE;
|
|
622
|
+
const n = Number(e.busOnStatus), t = Number(e.errorStatus), r = Number(e.overrunStatus);
|
|
623
|
+
return Math.max(
|
|
624
|
+
isNaN(n) ? X.STATUS_LEVEL_NONE : n,
|
|
625
|
+
isNaN(t) ? X.STATUS_LEVEL_NONE : t,
|
|
626
|
+
isNaN(r) ? X.STATUS_LEVEL_NONE : r
|
|
627
|
+
);
|
|
628
|
+
}
|
|
629
|
+
function Dt(e) {
|
|
630
|
+
const n = e.filter((t) => t.busStatus).map((t) => wt(t.busStatus));
|
|
631
|
+
return n.length === 0 ? X.STATUS_LEVEL_NONE : Math.max(...n);
|
|
632
|
+
}
|
|
633
|
+
const Jt = () => {
|
|
634
|
+
const e = qe();
|
|
635
|
+
return j(() => Dt(e), [e]);
|
|
636
|
+
}, Mt = () => R(W).onlineStatus, Qt = () => {
|
|
637
|
+
const e = Mt();
|
|
638
|
+
return j(() => (e == null ? void 0 : e.isOnline) === !0, [e == null ? void 0 : e.isOnline]);
|
|
639
|
+
}, Yt = () => R(Ke), Gt = (e, n) => {
|
|
640
|
+
const [t, r] = T([]), [s, o] = T([]);
|
|
641
|
+
return b(() => {
|
|
642
|
+
const a = new AbortController(), c = (u) => {
|
|
643
|
+
a.signal.aborted || o(u.map((g) => me(g)));
|
|
644
|
+
}, i = N();
|
|
645
|
+
return _(i, "new-measurement-data", c, { numberOfHistoryFrames: e }).then(c).catch(), () => {
|
|
646
|
+
O(i, "new-measurement-data"), a.abort();
|
|
597
647
|
};
|
|
598
|
-
}, [e]),
|
|
599
|
-
|
|
600
|
-
const
|
|
601
|
-
if (
|
|
602
|
-
const
|
|
603
|
-
return
|
|
604
|
-
}
|
|
605
|
-
return
|
|
648
|
+
}, [e]), b(() => {
|
|
649
|
+
s !== null && r((a) => {
|
|
650
|
+
const c = a.map((u) => u.hashCode), i = s.filter((u) => !c.includes(u.hashCode));
|
|
651
|
+
if (n) {
|
|
652
|
+
const u = i.filter(n);
|
|
653
|
+
return a.length === 0 && u.length === 0 ? a : u;
|
|
654
|
+
}
|
|
655
|
+
return a.length === 0 && i.length === 0 ? a : i;
|
|
606
656
|
});
|
|
607
|
-
}, [
|
|
608
|
-
},
|
|
609
|
-
const
|
|
610
|
-
return
|
|
611
|
-
const
|
|
612
|
-
return e !== void 0 ?
|
|
613
|
-
}, [
|
|
614
|
-
},
|
|
615
|
-
const
|
|
616
|
-
return
|
|
617
|
-
const
|
|
618
|
-
return e !== void 0 ?
|
|
619
|
-
}, [
|
|
620
|
-
},
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
657
|
+
}, [s, n]), t;
|
|
658
|
+
}, Zt = (e) => {
|
|
659
|
+
const n = R(Se);
|
|
660
|
+
return j(() => {
|
|
661
|
+
const r = n.scrollData ?? [];
|
|
662
|
+
return e !== void 0 ? r.filter((s) => s.timeUs.greaterThanOrEqual(e)) : r;
|
|
663
|
+
}, [n, e]);
|
|
664
|
+
}, er = (e) => {
|
|
665
|
+
const n = R(Se);
|
|
666
|
+
return j(() => {
|
|
667
|
+
const r = n.fixedPositionData ?? [];
|
|
668
|
+
return e !== void 0 ? r.filter((s) => s.timeUs.greaterThanOrEqual(e)) : r;
|
|
669
|
+
}, [n, e]);
|
|
670
|
+
}, ze = 2e3;
|
|
671
|
+
function we(e, n) {
|
|
672
|
+
const t = [...e, ...n];
|
|
673
|
+
return Array.from(new Map(t.map((s) => [s.time, s])).values());
|
|
674
|
+
}
|
|
675
|
+
function de(e, n) {
|
|
676
|
+
for (const [t, r] of n)
|
|
677
|
+
if (e.has(t)) {
|
|
678
|
+
const s = e.get(t);
|
|
679
|
+
e.set(t, we(s, r));
|
|
680
|
+
} else
|
|
681
|
+
e.set(t, [...r]);
|
|
682
|
+
return e;
|
|
683
|
+
}
|
|
684
|
+
const tr = (e, n, t) => {
|
|
685
|
+
const [r, s] = T([]), [o, a] = Y(e, `framesubscription-${n}`, []), c = y(/* @__PURE__ */ new Map()), i = y(!1), u = y(/* @__PURE__ */ new Map());
|
|
686
|
+
b(() => {
|
|
687
|
+
c.current.clear(), t.forEach((p) => {
|
|
688
|
+
c.current.set(ee(p), p);
|
|
689
|
+
}), a(t.map((p) => ({ frameId: p, signalIds: [] })));
|
|
690
|
+
}, [t, a]);
|
|
691
|
+
const g = R(be);
|
|
692
|
+
b(() => {
|
|
693
|
+
const p = new AbortController();
|
|
694
|
+
return z.ipcRenderer.invoke("mm-get-measurement-data-before-timestamp", Number.MAX_SAFE_INTEGER, ze).then((d) => {
|
|
695
|
+
p.signal.aborted || (d.length > 0 && d.forEach((v) => {
|
|
696
|
+
const S = me(v), h = J(S), D = u.current.get(h);
|
|
697
|
+
D ? u.current.set(h, we(D, [S])) : u.current.set(h, [S]);
|
|
698
|
+
}), i.current = !0);
|
|
699
|
+
}).catch((d) => {
|
|
700
|
+
k.error("Failed to get historical data:", d), i.current = !0;
|
|
701
|
+
}), () => {
|
|
702
|
+
p.abort(), i.current = !1;
|
|
703
|
+
};
|
|
704
|
+
}, []), b(() => {
|
|
705
|
+
if (!i.current) {
|
|
706
|
+
de(u.current, g.subscribedData);
|
|
629
707
|
return;
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
708
|
+
}
|
|
709
|
+
const p = new Map(u.current);
|
|
710
|
+
u.current.clear(), de(p, g.subscribedData);
|
|
711
|
+
const d = [];
|
|
712
|
+
c.current.forEach((v, S) => {
|
|
713
|
+
const h = v.sourceId === void 0 || v.sourceId === "", D = v.tx === void 0, m = v.mux === void 0, f = Array(p.values()).flatMap((w) => {
|
|
714
|
+
const P = w[0];
|
|
715
|
+
return P ? J(P, h, D, m) === S ? w : [] : [];
|
|
716
|
+
});
|
|
717
|
+
d.push(...f);
|
|
718
|
+
}), d.sort((v, S) => v.time - S.time), s(d);
|
|
719
|
+
}, [o, g]);
|
|
720
|
+
const l = R(W);
|
|
721
|
+
return b(() => {
|
|
722
|
+
l.isLoaded && l.onlineStatus.isOnline && s([]);
|
|
723
|
+
}, [l]), r;
|
|
724
|
+
};
|
|
725
|
+
var Pt = /* @__PURE__ */ ((e) => (e.PENDING = "pending", e.FRAME_KEYS_READY = "frameKeysReady", e.HISTORICAL_DATA_READY = "historicalDataReady", e.READY = "ready", e))(Pt || {});
|
|
726
|
+
const rr = (e, n, t) => {
|
|
727
|
+
const [r, s] = T([]), [, o] = Y(
|
|
728
|
+
e,
|
|
729
|
+
`framesubscription-${n}`,
|
|
730
|
+
[]
|
|
731
|
+
), a = y(/* @__PURE__ */ new Map()), c = y(/* @__PURE__ */ new Map()), i = y(
|
|
732
|
+
"pending"
|
|
733
|
+
/* PENDING */
|
|
734
|
+
), u = y(/* @__PURE__ */ new Map());
|
|
735
|
+
b(() => {
|
|
736
|
+
const p = new AbortController();
|
|
737
|
+
return Ie().then((d) => {
|
|
738
|
+
if (p.signal.aborted)
|
|
739
|
+
return;
|
|
740
|
+
const v = [];
|
|
741
|
+
a.current.clear(), c.current.clear();
|
|
742
|
+
for (let S = 0; S < t.length; S++) {
|
|
743
|
+
const { qualifiedName: h, sourceId: D } = t[S], m = d.find(
|
|
744
|
+
(f) => (D === void 0 || D === "" || f.sourceIdentifiers.includes(D)) && f.signals.some((w) => w.qualifiedName === h)
|
|
640
745
|
);
|
|
641
|
-
if (
|
|
642
|
-
const
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
746
|
+
if (m) {
|
|
747
|
+
const f = m.signals.find((F) => F.qualifiedName === h);
|
|
748
|
+
if (!f)
|
|
749
|
+
continue;
|
|
750
|
+
const w = Le.create({
|
|
751
|
+
id: m.id,
|
|
752
|
+
sourceId: D,
|
|
753
|
+
mux: f.multiplexValue
|
|
648
754
|
});
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
755
|
+
m.canFrameFlags && (w.canFrameFlags = Ee.create(m.canFrameFlags), w.canFrameFlags.flags = w.canFrameFlags.flags.filter(
|
|
756
|
+
(F) => F !== ke.CAN_FRAME_FLAG_FD_BRS
|
|
757
|
+
));
|
|
758
|
+
const P = ee(w);
|
|
759
|
+
if (c.current.has(P)) {
|
|
760
|
+
const F = c.current.get(P);
|
|
761
|
+
F && !F.includes(h) && (F.push(h), c.current.set(P, F));
|
|
653
762
|
} else
|
|
654
|
-
|
|
763
|
+
c.current.set(P, [h]), a.current.set(P, w);
|
|
764
|
+
const x = v.find((F) => E(F.frameId, w));
|
|
765
|
+
x ? x.signalIds.includes(h) || x.signalIds.push(h) : v.push({ frameId: w, signalIds: [h] });
|
|
655
766
|
}
|
|
656
767
|
}
|
|
657
|
-
|
|
768
|
+
o(v), i.current === "pending" ? i.current = "frameKeysReady" : i.current === "historicalDataReady" && (i.current = "ready");
|
|
769
|
+
}).catch((d) => {
|
|
770
|
+
k.error("Failed to get frame definitions:", d), i.current === "pending" ? i.current = "frameKeysReady" : i.current === "historicalDataReady" && (i.current = "ready");
|
|
771
|
+
}), () => {
|
|
772
|
+
p.abort(), i.current === "ready" ? i.current = "historicalDataReady" : i.current = "pending";
|
|
773
|
+
};
|
|
774
|
+
}, [t, o]);
|
|
775
|
+
const g = R(be);
|
|
776
|
+
b(() => {
|
|
777
|
+
const p = new AbortController();
|
|
778
|
+
return st(Number.MAX_SAFE_INTEGER, ze).then((d) => {
|
|
779
|
+
p.signal.aborted || (d.length > 0 && d.forEach((v) => {
|
|
780
|
+
const S = J(v), h = u.current.get(S);
|
|
781
|
+
h ? u.current.set(S, we(h, [v])) : u.current.set(S, [v]);
|
|
782
|
+
}), i.current === "pending" ? i.current = "historicalDataReady" : i.current === "frameKeysReady" && (i.current = "ready"));
|
|
783
|
+
}).catch((d) => {
|
|
784
|
+
k.error("Failed to get historical data:", d), i.current === "pending" ? i.current = "historicalDataReady" : i.current === "frameKeysReady" && (i.current = "ready");
|
|
785
|
+
}), () => {
|
|
786
|
+
p.abort(), i.current === "ready" ? i.current = "frameKeysReady" : i.current = "pending";
|
|
787
|
+
};
|
|
788
|
+
}, []), b(() => {
|
|
789
|
+
if (i.current !== "ready") {
|
|
790
|
+
de(u.current, g.subscribedData);
|
|
791
|
+
return;
|
|
792
|
+
}
|
|
793
|
+
const p = new Map(u.current);
|
|
794
|
+
u.current.clear(), de(p, g.subscribedData);
|
|
795
|
+
const d = [];
|
|
796
|
+
a.current.forEach((v, S) => {
|
|
797
|
+
const h = v.sourceId === void 0 || v.sourceId === "", D = v.tx === void 0, m = v.mux === void 0, f = Array(p.values()).flatMap((P) => {
|
|
798
|
+
const x = P[0];
|
|
799
|
+
return x ? J(x, h, D, m, !0) === S ? P : [] : [];
|
|
800
|
+
}), w = c.current.get(S) ?? [];
|
|
801
|
+
f.forEach((P) => {
|
|
802
|
+
const x = w.map((F) => {
|
|
803
|
+
const I = P.signalValues.find((U) => U.qualifiedName === F);
|
|
804
|
+
return I ? {
|
|
805
|
+
qualifiedName: I.qualifiedName,
|
|
806
|
+
sourceId: P.sourceId,
|
|
807
|
+
name: I.name,
|
|
808
|
+
unit: I.unit,
|
|
809
|
+
time: P.time,
|
|
810
|
+
timeUs: P.timeUs,
|
|
811
|
+
doubleValue: I.doubleValue,
|
|
812
|
+
stringValue: I.stringValue
|
|
813
|
+
} : null;
|
|
814
|
+
});
|
|
815
|
+
d.push(...x.filter((F) => F !== null));
|
|
816
|
+
});
|
|
817
|
+
}), d.sort((v, S) => v.time - S.time), s(d);
|
|
818
|
+
}, [g]);
|
|
819
|
+
const l = R(W);
|
|
820
|
+
return b(() => {
|
|
821
|
+
l.isLoaded && l.onlineStatus.isOnline && s([]);
|
|
822
|
+
}, [l]), r;
|
|
823
|
+
}, nr = (e, n, t, r) => {
|
|
824
|
+
const [s, o] = T([]), [, a] = Y(
|
|
825
|
+
e,
|
|
826
|
+
`framesubscription-${n}`,
|
|
827
|
+
[]
|
|
828
|
+
), [, c] = Ve(
|
|
829
|
+
e,
|
|
830
|
+
`envelopeviewwidth-${n}`,
|
|
831
|
+
{ windowUs: 3e7, width: 1e3 }
|
|
832
|
+
);
|
|
833
|
+
b(() => {
|
|
834
|
+
c({
|
|
835
|
+
windowUs: r.windowUs ?? (r.endTimeUs !== void 0 && r.startTimeUs !== void 0 ? r.endTimeUs - r.startTimeUs : 3e7),
|
|
836
|
+
width: r.width ?? 1e3
|
|
658
837
|
});
|
|
659
|
-
}, [
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
838
|
+
}, [c, r.endTimeUs, r.windowUs, r.startTimeUs, r.width]);
|
|
839
|
+
const i = y(/* @__PURE__ */ new Map()), u = y(/* @__PURE__ */ new Map()), [g, l] = T(!1);
|
|
840
|
+
b(() => {
|
|
841
|
+
const d = new AbortController();
|
|
842
|
+
return l(!1), Ie().then((v) => {
|
|
843
|
+
if (d.signal.aborted)
|
|
844
|
+
return;
|
|
845
|
+
const S = [], h = /* @__PURE__ */ new Map(), D = /* @__PURE__ */ new Map();
|
|
846
|
+
for (let m = 0; m < t.length; m++) {
|
|
847
|
+
const { qualifiedName: f, sourceId: w } = t[m], P = v.find(
|
|
848
|
+
(x) => (w === void 0 || w === "" || x.sourceIdentifiers.includes(w)) && x.signals.some((F) => F.qualifiedName === f)
|
|
849
|
+
);
|
|
850
|
+
if (P) {
|
|
851
|
+
const x = P.signals.find((L) => L.qualifiedName === f);
|
|
852
|
+
if (!x)
|
|
853
|
+
continue;
|
|
854
|
+
const F = Le.create({
|
|
855
|
+
id: P.id,
|
|
856
|
+
sourceId: w,
|
|
857
|
+
mux: x.multiplexValue
|
|
858
|
+
});
|
|
859
|
+
P.canFrameFlags && (F.canFrameFlags = Ee.create(P.canFrameFlags), F.canFrameFlags.flags = F.canFrameFlags.flags.filter(
|
|
860
|
+
(L) => L !== ke.CAN_FRAME_FLAG_FD_BRS
|
|
861
|
+
));
|
|
862
|
+
const I = ee(F);
|
|
863
|
+
if (h.has(I)) {
|
|
864
|
+
const L = h.get(I);
|
|
865
|
+
L && !L.includes(f) && (L.push(f), h.set(I, L));
|
|
866
|
+
} else
|
|
867
|
+
h.set(I, [f]);
|
|
868
|
+
D.set(I, F);
|
|
869
|
+
const U = S.find((L) => E(L.frameId, F));
|
|
870
|
+
U ? U.signalIds.includes(f) || U.signalIds.push(f) : S.push({ frameId: F, signalIds: [f] });
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
a((m) => E(m, S) ? m : S), i.current = h, u.current = D, l(!0);
|
|
874
|
+
}).catch((v) => {
|
|
875
|
+
d.signal.aborted || (k.error("Failed to get frame definitions:", v), i.current = /* @__PURE__ */ new Map(), u.current = /* @__PURE__ */ new Map(), a([]), l(!0));
|
|
876
|
+
}), () => {
|
|
877
|
+
d.abort();
|
|
878
|
+
};
|
|
879
|
+
}, [t, a]), b(() => {
|
|
880
|
+
if (!g || r.startTimeUs !== void 0 && r.endTimeUs !== void 0)
|
|
881
|
+
return;
|
|
882
|
+
o([]);
|
|
883
|
+
const d = new AbortController(), v = z.ipcRenderer.on(
|
|
884
|
+
`mm-new-frames-envelopes-for-pane-${e}`,
|
|
885
|
+
(S, h) => {
|
|
886
|
+
if (!d.signal.aborted) {
|
|
887
|
+
if (h.length === 0) {
|
|
888
|
+
o([]);
|
|
889
|
+
return;
|
|
890
|
+
}
|
|
891
|
+
o((D) => {
|
|
892
|
+
let m = !1;
|
|
893
|
+
const f = [...D];
|
|
894
|
+
return h.forEach((w) => {
|
|
895
|
+
w.envelopes.size !== 0 && w.envelopes.forEach((P, x) => {
|
|
896
|
+
var L;
|
|
897
|
+
const F = ee(w.frameId);
|
|
898
|
+
if (!((L = i.current.get(F)) == null ? void 0 : L.includes(x)))
|
|
899
|
+
return;
|
|
900
|
+
const U = f.findIndex(
|
|
901
|
+
(V) => V.qualifiedName === x && V.sourceId === w.frameId.sourceId
|
|
902
|
+
);
|
|
903
|
+
U !== -1 && f.splice(U, 1), f.push({
|
|
904
|
+
qualifiedName: x,
|
|
905
|
+
sourceId: w.frameId.sourceId,
|
|
906
|
+
timeUs: Array.from(P.timeUs),
|
|
907
|
+
min: Array.from(P.min),
|
|
908
|
+
max: Array.from(P.max)
|
|
909
|
+
}), m = !0;
|
|
910
|
+
});
|
|
911
|
+
}), m ? f : D;
|
|
912
|
+
});
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
);
|
|
916
|
+
return () => {
|
|
917
|
+
d.abort(), v();
|
|
918
|
+
};
|
|
919
|
+
}, [g, e, r.endTimeUs, r.startTimeUs]), b(() => {
|
|
920
|
+
if (!g || r.startTimeUs === void 0 || r.endTimeUs === void 0)
|
|
666
921
|
return;
|
|
667
|
-
const
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
922
|
+
const d = new AbortController(), v = setTimeout(() => {
|
|
923
|
+
z.ipcRenderer.invoke("mm-get-frames-envelopes-for-pane", e, r.startTimeUs, r.endTimeUs, r.width).then(
|
|
924
|
+
(S) => {
|
|
925
|
+
d.signal.aborted || o((h) => {
|
|
926
|
+
let D = !1;
|
|
927
|
+
const m = [...h];
|
|
928
|
+
return S.forEach((f) => {
|
|
929
|
+
if (f.envelopes.size === 0)
|
|
930
|
+
return;
|
|
931
|
+
let w = "";
|
|
932
|
+
u.current.forEach((P, x) => {
|
|
933
|
+
Ze(P, f.frameId) && (w = x);
|
|
934
|
+
}), w !== "" && f.envelopes.forEach((P, x) => {
|
|
935
|
+
var L, V;
|
|
936
|
+
if (!((L = i.current.get(w)) == null ? void 0 : L.includes(x)))
|
|
937
|
+
return;
|
|
938
|
+
const I = (V = u.current.get(w)) == null ? void 0 : V.sourceId, U = m.findIndex(
|
|
939
|
+
(Pe) => Pe.qualifiedName === x && Pe.sourceId === I
|
|
940
|
+
);
|
|
941
|
+
U !== -1 && m.splice(U, 1), m.push({
|
|
942
|
+
qualifiedName: x,
|
|
943
|
+
sourceId: I,
|
|
944
|
+
timeUs: Array.from(P.timeUs),
|
|
945
|
+
min: Array.from(P.min),
|
|
946
|
+
max: Array.from(P.max)
|
|
947
|
+
}), D = !0;
|
|
948
|
+
});
|
|
949
|
+
}), D ? m : h;
|
|
950
|
+
});
|
|
951
|
+
}
|
|
952
|
+
).catch((S) => {
|
|
953
|
+
k.error(`Failed to get signal data envelopes for pane ${e}:`, S);
|
|
954
|
+
});
|
|
955
|
+
}, 200);
|
|
956
|
+
return () => {
|
|
957
|
+
clearTimeout(v), d.abort();
|
|
958
|
+
};
|
|
959
|
+
}, [g, e, r.endTimeUs, r.startTimeUs, r.width, r.forceUpdateCounter]);
|
|
960
|
+
const p = R(W);
|
|
961
|
+
return b(() => {
|
|
962
|
+
p.isLoaded && p.onlineStatus.isOnline && o([]);
|
|
963
|
+
}, [p]), s;
|
|
964
|
+
};
|
|
965
|
+
function De(e) {
|
|
966
|
+
const {
|
|
967
|
+
enabled: n,
|
|
968
|
+
intervalMs: t = 5e3,
|
|
969
|
+
stateRef: r,
|
|
970
|
+
lastSavedStateRef: s,
|
|
971
|
+
queueSave: o,
|
|
972
|
+
intervals: a,
|
|
973
|
+
maxIntervals: c,
|
|
974
|
+
warnLabel: i,
|
|
975
|
+
canSave: u
|
|
976
|
+
} = e;
|
|
977
|
+
b(() => {
|
|
978
|
+
if (!n) return;
|
|
979
|
+
a.size >= c && k.warn(
|
|
980
|
+
`Too many active auto-save intervals (${a.size}/${c}), consider optimizing ${i} usage`
|
|
981
|
+
);
|
|
982
|
+
const g = setInterval(() => {
|
|
983
|
+
if (u && !u()) return;
|
|
984
|
+
const l = r.current;
|
|
985
|
+
l != null && !E(l, s.current) && (o(l), s.current = l);
|
|
986
|
+
}, t);
|
|
987
|
+
return a.add(g), () => {
|
|
988
|
+
clearInterval(g), a.delete(g);
|
|
989
|
+
};
|
|
990
|
+
}, [n, t, a, c, i, o, u, r, s]);
|
|
991
|
+
}
|
|
992
|
+
const yt = "project-data-internal-v1";
|
|
993
|
+
function Me(e, n) {
|
|
994
|
+
return e == null ? n : Array.isArray(n) && Array.isArray(e) ? e : typeof n == "object" && !Array.isArray(n) && typeof e == "object" && !Array.isArray(e) ? { ...n, ...e } : e;
|
|
995
|
+
}
|
|
996
|
+
const B = [];
|
|
997
|
+
let G = null;
|
|
998
|
+
const pe = 100, Ft = /* @__PURE__ */ new Set();
|
|
999
|
+
function xt(e) {
|
|
1000
|
+
return Math.max(15, e * 7);
|
|
1001
|
+
}
|
|
1002
|
+
function xe(e, n, t, r, s = 200) {
|
|
1003
|
+
const o = `${e}:${n}`;
|
|
1004
|
+
if (!o || t === void 0) return;
|
|
1005
|
+
const a = B.find((c) => c.key === o);
|
|
1006
|
+
a ? a.state = t : (B.push({ key: o, state: t, id: e, slice: n }), B.length > pe && (k.warn(`Project data save queue exceeded ${pe} items, removing oldest entries`), B.splice(0, B.length - pe))), G && clearTimeout(G), G = setTimeout(() => {
|
|
1007
|
+
if (!B.length) return;
|
|
1008
|
+
const c = [...B];
|
|
1009
|
+
B.length = 0, G = null;
|
|
686
1010
|
try {
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
1011
|
+
r((i) => {
|
|
1012
|
+
const u = [...i];
|
|
1013
|
+
let g = !1;
|
|
1014
|
+
for (const l of c) {
|
|
1015
|
+
const p = u.find((d) => d.id === l.id);
|
|
1016
|
+
if (p != null && p.componentData) {
|
|
1017
|
+
const d = p.componentData.componentPropSlices[l.slice] ? JSON.parse(p.componentData.componentPropSlices[l.slice], Re) : {};
|
|
1018
|
+
E(d, l.state) || (p.componentData.componentPropSlices[l.slice] = JSON.stringify(l.state, et), g = !0);
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
return g ? u : i;
|
|
1022
|
+
});
|
|
1023
|
+
} catch (i) {
|
|
1024
|
+
k.error("Failed to save project data batch:", i);
|
|
693
1025
|
}
|
|
694
|
-
},
|
|
695
|
-
|
|
1026
|
+
}, s);
|
|
1027
|
+
}
|
|
1028
|
+
const Y = (e, n, t, r) => {
|
|
1029
|
+
const [s, o] = R(Q), a = y(typeof t == "function" ? t() : t), [c, i] = T(() => a.current), [u, g] = T(!1), l = y(c), p = y(), d = y(!1), v = y(!1);
|
|
1030
|
+
b(() => {
|
|
1031
|
+
l.current = c;
|
|
1032
|
+
}, [c]), b(() => {
|
|
1033
|
+
d.current = u;
|
|
1034
|
+
}, [u]), b(() => {
|
|
1035
|
+
var D, m;
|
|
1036
|
+
if (!(s === null || d.current)) {
|
|
696
1037
|
try {
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
return c;
|
|
704
|
-
});
|
|
705
|
-
} catch {
|
|
1038
|
+
const f = s == null ? void 0 : s.find((x) => x.id === e), w = (D = f == null ? void 0 : f.componentData) != null && D.componentPropSlices[n] && ((m = f == null ? void 0 : f.componentData) == null ? void 0 : m.componentPropSlices[n]) !== "" ? JSON.parse(f.componentData.componentPropSlices[n], Re) : a.current, P = Me(w, a.current);
|
|
1039
|
+
i(P), l.current = P, r && !v.current && (v.current = !0, r(P));
|
|
1040
|
+
} catch (f) {
|
|
1041
|
+
k.error(`Failed to load project data slice ${n}:`, f), i(a.current), l.current = a.current, r && !v.current && (v.current = !0, r(a.current));
|
|
1042
|
+
} finally {
|
|
1043
|
+
g(!0), d.current = !0;
|
|
706
1044
|
}
|
|
1045
|
+
return () => {
|
|
1046
|
+
g(!1), d.current = !1;
|
|
1047
|
+
};
|
|
1048
|
+
}
|
|
1049
|
+
}, [e, r, n, s]);
|
|
1050
|
+
const S = q(
|
|
1051
|
+
(D) => xe(e, n, D, o),
|
|
1052
|
+
[e, o, n]
|
|
1053
|
+
);
|
|
1054
|
+
De({
|
|
1055
|
+
enabled: u,
|
|
1056
|
+
stateRef: l,
|
|
1057
|
+
lastSavedStateRef: p,
|
|
1058
|
+
queueSave: S,
|
|
1059
|
+
intervals: Ft,
|
|
1060
|
+
maxIntervals: xt((s == null ? void 0 : s.length) ?? 0),
|
|
1061
|
+
warnLabel: "project data",
|
|
1062
|
+
canSave: () => d.current
|
|
1063
|
+
});
|
|
1064
|
+
const h = q(
|
|
1065
|
+
(D) => {
|
|
1066
|
+
if (!d.current) return;
|
|
1067
|
+
const m = l.current, f = typeof D == "function" ? D(m) : D;
|
|
1068
|
+
E(f, m) || (i(f), l.current = f, E(f, p.current) || (xe(e, n, f, o), p.current = f));
|
|
707
1069
|
},
|
|
708
|
-
[e,
|
|
1070
|
+
[e, o, n]
|
|
709
1071
|
);
|
|
710
|
-
return
|
|
711
|
-
},
|
|
712
|
-
const [t,
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
1072
|
+
return [c, h, u];
|
|
1073
|
+
}, sr = (e, n) => {
|
|
1074
|
+
const [t, r, s] = Y(
|
|
1075
|
+
e,
|
|
1076
|
+
yt,
|
|
1077
|
+
n
|
|
1078
|
+
);
|
|
1079
|
+
return { projectDataIsInitialized: s, projectData: t, setProjectData: r };
|
|
1080
|
+
}, $ = [];
|
|
1081
|
+
let Z = null;
|
|
1082
|
+
const he = 100, We = /* @__PURE__ */ new Set();
|
|
1083
|
+
function He(e) {
|
|
1084
|
+
return Math.max(15, e * 7);
|
|
1085
|
+
}
|
|
1086
|
+
function fe(e, n, t = 200) {
|
|
1087
|
+
if (!e || n === void 0) return;
|
|
1088
|
+
const r = $.find((s) => s.key === e);
|
|
1089
|
+
r ? r.state = n : ($.push({ key: e, state: n }), $.length > he && (k.warn(`Session data save queue exceeded ${he} items, removing oldest entries`), $.splice(0, $.length - he))), Z && clearTimeout(Z), Z = setTimeout(() => {
|
|
1090
|
+
if (!$.length) return;
|
|
1091
|
+
const s = [...$];
|
|
1092
|
+
$.length = 0, Z = null;
|
|
723
1093
|
try {
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
1094
|
+
z.ipcRenderer.invoke("app-set-workspace-view-session-data-batch", s);
|
|
1095
|
+
} catch (o) {
|
|
1096
|
+
k.error("Failed to send batch:", o);
|
|
1097
|
+
}
|
|
1098
|
+
}, t);
|
|
1099
|
+
}
|
|
1100
|
+
const ar = (e, n, t) => {
|
|
1101
|
+
const r = y(typeof n == "function" ? n() : n), [s, o] = T(() => r.current), [a, c] = T(!1), [i] = R(Q), u = y(s), g = y(), l = y(!1), p = y(!1), d = y(!1);
|
|
1102
|
+
b(() => {
|
|
1103
|
+
u.current = s;
|
|
1104
|
+
}, [s]), b(() => (l.current = !0, (async () => {
|
|
1105
|
+
try {
|
|
1106
|
+
const h = await z.ipcRenderer.invoke("app-get-workspace-view-session-data-object", e.toString());
|
|
1107
|
+
if (!l.current) return;
|
|
1108
|
+
const D = Me(h, r.current);
|
|
1109
|
+
o(D), u.current = D, t && !p.current && (p.current = !0, t(D));
|
|
1110
|
+
} catch (h) {
|
|
1111
|
+
k.error(`Failed to load session data for view ${e}:`, h), o(r.current), u.current = r.current, t && !p.current && (p.current = !0, t(r.current));
|
|
1112
|
+
} finally {
|
|
1113
|
+
c(!0), d.current = !0;
|
|
729
1114
|
}
|
|
730
|
-
},
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
}
|
|
1115
|
+
})(), () => {
|
|
1116
|
+
l.current = !1, d.current = !1;
|
|
1117
|
+
}), [e, t]);
|
|
1118
|
+
const v = q((h) => fe(e.toString(), h), [e]);
|
|
1119
|
+
De({
|
|
1120
|
+
enabled: a,
|
|
1121
|
+
stateRef: u,
|
|
1122
|
+
lastSavedStateRef: g,
|
|
1123
|
+
queueSave: v,
|
|
1124
|
+
intervals: We,
|
|
1125
|
+
maxIntervals: He((i == null ? void 0 : i.length) ?? 0),
|
|
1126
|
+
warnLabel: "session data",
|
|
1127
|
+
canSave: () => l.current
|
|
1128
|
+
});
|
|
1129
|
+
const S = q(
|
|
1130
|
+
(h) => {
|
|
1131
|
+
if (!d.current) return;
|
|
1132
|
+
const D = u.current, m = typeof h == "function" ? h(D) : h;
|
|
1133
|
+
E(m, D) || (o(m), u.current = m, E(m, g.current) || (fe(e.toString(), m), g.current = m));
|
|
1134
|
+
},
|
|
1135
|
+
[e]
|
|
1136
|
+
);
|
|
1137
|
+
return { sessionDataIsInitialized: a, sessionData: s, setSessionData: S };
|
|
744
1138
|
};
|
|
1139
|
+
function Ve(e, n, t, r) {
|
|
1140
|
+
const s = `${e}:${n}`, [o] = R(Q), a = y(typeof t == "function" ? t() : t), [c, i] = T(() => a.current), [u, g] = T(!1), l = y(c), p = y(), d = y(!1), v = y(!1), S = y(!1);
|
|
1141
|
+
b(() => {
|
|
1142
|
+
l.current = c;
|
|
1143
|
+
}, [c]), b(() => (d.current = !0, (async () => {
|
|
1144
|
+
try {
|
|
1145
|
+
const m = await z.ipcRenderer.invoke("app-get-workspace-view-session-data-slice", s);
|
|
1146
|
+
if (!d.current) return;
|
|
1147
|
+
const f = Me(m, a.current);
|
|
1148
|
+
i(f), l.current = f, r && !v.current && (v.current = !0, r(f));
|
|
1149
|
+
} catch (m) {
|
|
1150
|
+
k.error(`Failed to load session data slice ${s}:`, m), i(a.current), l.current = a.current, r && !v.current && (v.current = !0, r(a.current));
|
|
1151
|
+
} finally {
|
|
1152
|
+
g(!0), S.current = !0;
|
|
1153
|
+
}
|
|
1154
|
+
})(), () => {
|
|
1155
|
+
d.current = !1, S.current = !1;
|
|
1156
|
+
}), [s, r]);
|
|
1157
|
+
const h = q((m) => fe(s, m), [s]);
|
|
1158
|
+
De({
|
|
1159
|
+
enabled: u,
|
|
1160
|
+
stateRef: l,
|
|
1161
|
+
lastSavedStateRef: p,
|
|
1162
|
+
queueSave: h,
|
|
1163
|
+
intervals: We,
|
|
1164
|
+
maxIntervals: He((o == null ? void 0 : o.length) ?? 0),
|
|
1165
|
+
warnLabel: "session data",
|
|
1166
|
+
canSave: () => d.current && S.current
|
|
1167
|
+
});
|
|
1168
|
+
const D = q(
|
|
1169
|
+
(m) => {
|
|
1170
|
+
if (!S.current) return;
|
|
1171
|
+
const f = l.current, w = typeof m == "function" ? m(f) : m;
|
|
1172
|
+
E(w, f) || (i(w), l.current = w, E(w, p.current) || (fe(s, w), p.current = w));
|
|
1173
|
+
},
|
|
1174
|
+
[s]
|
|
1175
|
+
);
|
|
1176
|
+
return [c, D, u];
|
|
1177
|
+
}
|
|
1178
|
+
function or(e, n, t) {
|
|
1179
|
+
const r = Je(t), [, s, o] = Ve(e, n, r.state, (a) => {
|
|
1180
|
+
r.reset(a.current, a.previous, a.next);
|
|
1181
|
+
});
|
|
1182
|
+
return b(() => {
|
|
1183
|
+
var c;
|
|
1184
|
+
return o ? (c = r.subscribe) == null ? void 0 : c.call(r, () => {
|
|
1185
|
+
s(r.state);
|
|
1186
|
+
}) : void 0;
|
|
1187
|
+
}, [o, s, r]), [r, o];
|
|
1188
|
+
}
|
|
1189
|
+
const cr = (e) => {
|
|
1190
|
+
const [n] = R(Q);
|
|
1191
|
+
return j(() => n.find((r) => r.id === e) ?? null, [e, n]);
|
|
1192
|
+
};
|
|
1193
|
+
function ir(e, n, t, r) {
|
|
1194
|
+
const s = y(!0), o = R(W), a = y(null), [c, i, u] = Y(
|
|
1195
|
+
n,
|
|
1196
|
+
"useOnlineStatusSync-isNewWorkspaceView",
|
|
1197
|
+
!0
|
|
1198
|
+
);
|
|
1199
|
+
return b(() => {
|
|
1200
|
+
!e || !u || !o.isLoaded || (o.onlineStatus.isOnline && (a.current !== o.onlineStatus.isOnline || s.current) ? t(c, s.current, o.onlineStatus.onlineCounter) : !o.onlineStatus.isOnline && (a.current !== o.onlineStatus.isOnline || s.current) && r(c, s.current, o.onlineStatus.onlineCounter), a.current = o.onlineStatus.isOnline, s.current = !1, i(!1));
|
|
1201
|
+
}, [
|
|
1202
|
+
c,
|
|
1203
|
+
u,
|
|
1204
|
+
r,
|
|
1205
|
+
t,
|
|
1206
|
+
o.isLoaded,
|
|
1207
|
+
o.onlineStatus.isOnline,
|
|
1208
|
+
o.onlineStatus.onlineCounter,
|
|
1209
|
+
e,
|
|
1210
|
+
i
|
|
1211
|
+
]), o.onlineStatus.isOnline;
|
|
1212
|
+
}
|
|
1213
|
+
const ve = 25;
|
|
1214
|
+
function Xe(e, n) {
|
|
1215
|
+
return e.length >= n ? e.slice(1) : e;
|
|
1216
|
+
}
|
|
1217
|
+
function Tt(e, n) {
|
|
1218
|
+
if (e.previous.length === 0)
|
|
1219
|
+
return e;
|
|
1220
|
+
const t = e.previous[e.previous.length - 1], r = e.previous.slice(0, e.previous.length - 1), s = e.current === void 0 ? e.next : e.next.length === n ? [e.current, ...e.next.slice(0, n - 1)] : [e.current, ...e.next];
|
|
1221
|
+
return {
|
|
1222
|
+
previous: r,
|
|
1223
|
+
current: t,
|
|
1224
|
+
next: s
|
|
1225
|
+
};
|
|
1226
|
+
}
|
|
1227
|
+
function Ct(e, n) {
|
|
1228
|
+
if (e.next.length === 0)
|
|
1229
|
+
return e;
|
|
1230
|
+
const t = e.next[0], r = e.next.slice(1);
|
|
1231
|
+
return {
|
|
1232
|
+
previous: e.current === void 0 ? e.previous : [...Xe(e.previous, n), e.current],
|
|
1233
|
+
current: t,
|
|
1234
|
+
next: r
|
|
1235
|
+
};
|
|
1236
|
+
}
|
|
1237
|
+
function Rt(e, n, t, r) {
|
|
1238
|
+
return r && r(e.current, n) ? null : {
|
|
1239
|
+
previous: e.current === void 0 ? e.previous : [...Xe(e.previous, t), e.current],
|
|
1240
|
+
current: n,
|
|
1241
|
+
next: []
|
|
1242
|
+
};
|
|
1243
|
+
}
|
|
1244
|
+
function Je(e) {
|
|
1245
|
+
const n = y(), t = y(/* @__PURE__ */ new Set()), r = q(() => {
|
|
1246
|
+
t.current.forEach((s) => s());
|
|
1247
|
+
}, []);
|
|
1248
|
+
if (!n.current) {
|
|
1249
|
+
const s = {
|
|
1250
|
+
state: {
|
|
1251
|
+
previous: (e == null ? void 0 : e.previous) || [],
|
|
1252
|
+
current: e == null ? void 0 : e.current,
|
|
1253
|
+
next: (e == null ? void 0 : e.next) || []
|
|
1254
|
+
},
|
|
1255
|
+
canUndo: () => s.state.previous.length !== 0,
|
|
1256
|
+
canRedo: () => s.state.next.length !== 0,
|
|
1257
|
+
undo: () => {
|
|
1258
|
+
s.canUndo() && (s.state = Tt(s.state, ve), r());
|
|
1259
|
+
},
|
|
1260
|
+
redo: () => {
|
|
1261
|
+
s.canRedo() && (s.state = Ct(s.state, ve), r());
|
|
1262
|
+
},
|
|
1263
|
+
set: (o) => {
|
|
1264
|
+
const a = typeof o == "function" ? o(s.state.current) : o, c = Rt(s.state, a, ve, E);
|
|
1265
|
+
c && (s.state = c, r());
|
|
1266
|
+
},
|
|
1267
|
+
reset: (o, a = [], c = []) => {
|
|
1268
|
+
s.state = { previous: a, current: o, next: c }, r();
|
|
1269
|
+
},
|
|
1270
|
+
subscribe: (o) => (t.current.add(o), () => {
|
|
1271
|
+
t.current.delete(o);
|
|
1272
|
+
})
|
|
1273
|
+
};
|
|
1274
|
+
n.current = s;
|
|
1275
|
+
}
|
|
1276
|
+
return n.current;
|
|
1277
|
+
}
|
|
1278
|
+
function ur(e) {
|
|
1279
|
+
const [, n] = T({}), t = Je(e);
|
|
1280
|
+
return b(() => {
|
|
1281
|
+
var s;
|
|
1282
|
+
return (s = t.subscribe) == null ? void 0 : s.call(t, () => {
|
|
1283
|
+
n({});
|
|
1284
|
+
});
|
|
1285
|
+
}, [t]), t;
|
|
1286
|
+
}
|
|
745
1287
|
export {
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
1288
|
+
Xe as $,
|
|
1289
|
+
Gt as A,
|
|
1290
|
+
Zt as B,
|
|
1291
|
+
Ut as C,
|
|
1292
|
+
Oe as D,
|
|
1293
|
+
er as E,
|
|
1294
|
+
we as F,
|
|
1295
|
+
de as G,
|
|
1296
|
+
tr as H,
|
|
1297
|
+
rr as I,
|
|
1298
|
+
nr as J,
|
|
1299
|
+
Me as K,
|
|
1300
|
+
ot as L,
|
|
1301
|
+
Ue as M,
|
|
1302
|
+
xt as N,
|
|
1303
|
+
W as O,
|
|
1304
|
+
Y as P,
|
|
1305
|
+
sr as Q,
|
|
1306
|
+
Ke as R,
|
|
1307
|
+
Pt as S,
|
|
1308
|
+
He as T,
|
|
1309
|
+
_e as U,
|
|
1310
|
+
ar as V,
|
|
1311
|
+
Q as W,
|
|
1312
|
+
Ve as X,
|
|
1313
|
+
or as Y,
|
|
1314
|
+
cr as Z,
|
|
1315
|
+
ir as _,
|
|
1316
|
+
Bt as a,
|
|
1317
|
+
Tt as a0,
|
|
1318
|
+
Ct as a1,
|
|
1319
|
+
Rt as a2,
|
|
1320
|
+
Je as a3,
|
|
1321
|
+
ur as a4,
|
|
1322
|
+
_ as b,
|
|
1323
|
+
jt as c,
|
|
1324
|
+
St as d,
|
|
1325
|
+
qe as e,
|
|
1326
|
+
be as f,
|
|
1327
|
+
Se as g,
|
|
1328
|
+
je as h,
|
|
1329
|
+
Be as i,
|
|
1330
|
+
H as j,
|
|
1331
|
+
Kt as k,
|
|
1332
|
+
qt as l,
|
|
1333
|
+
zt as m,
|
|
1334
|
+
Wt as n,
|
|
1335
|
+
Ht as o,
|
|
1336
|
+
Vt as p,
|
|
1337
|
+
$e as q,
|
|
1338
|
+
O as r,
|
|
1339
|
+
Xt as s,
|
|
1340
|
+
wt as t,
|
|
1341
|
+
$t as u,
|
|
1342
|
+
Dt as v,
|
|
1343
|
+
Jt as w,
|
|
1344
|
+
Mt as x,
|
|
1345
|
+
Qt as y,
|
|
1346
|
+
Yt as z
|
|
787
1347
|
};
|