@kvaser/canking-api 7.1.0 → 7.2.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/REDISTRIBUTABLES.txt +2 -0
- package/dist/ElectronAPIFake.js +1 -1
- package/dist/ElectronAPIFake.mjs +18 -15
- package/dist/controls/CanIdentifierControl.d.ts +45 -8
- package/dist/controls/ColumnItemControl.d.ts +1 -1
- package/dist/controls/DropdownButton.d.ts +1 -1
- package/dist/controls/LinChannelSelectControl.d.ts +34 -0
- package/dist/controls/LinIdentifierControl.d.ts +224 -0
- package/dist/controls/SelectMessageDialog.d.ts +28 -0
- package/dist/controls/SelectSignalControl.d.ts +11 -0
- package/dist/controls/SelectSignalDialog.d.ts +21 -0
- package/dist/controls/TableControl.d.ts +7 -1
- package/dist/controls/index.d.ts +10 -0
- package/dist/controls.js +1 -1
- package/dist/controls.mjs +1761 -949
- package/dist/grpc.js +1 -1
- package/dist/grpc.mjs +111 -97
- package/dist/hooks/index.d.ts +6 -1
- package/dist/hooks.js +1 -1
- package/dist/hooks.mjs +17 -16
- package/dist/icons/index.d.ts +6 -0
- package/dist/icons.js +1 -1
- package/dist/icons.mjs +87 -75
- package/dist/index.js +1 -1
- package/dist/index.mjs +48 -42
- package/dist/ipc/index.d.ts +24 -0
- package/dist/ipc.js +1 -1
- package/dist/ipc.mjs +68 -58
- package/dist/measurement_settings.js +1 -1
- package/dist/measurement_settings.mjs +3178 -1320
- package/dist/models.js +1 -1
- package/dist/models.mjs +202 -197
- package/dist/protos/device_params.d.ts +14 -25
- package/dist/protos/frame_params.d.ts +8 -0
- package/dist/protos/measurement_params.d.ts +2 -0
- package/dist/protos/measurement_service.d.ts +29 -1
- package/dist/protos/measurement_settings.d.ts +103 -32
- package/dist/protos/status_params.d.ts +9 -9
- package/dist/status_params.js +1 -1
- package/dist/status_params.mjs +655 -2169
- package/doc/assets/hierarchy.js +1 -1
- package/doc/assets/navigation.js +1 -1
- package/doc/assets/search.js +1 -1
- package/doc/classes/controls.LocalizedStrings.html +2 -2
- package/doc/classes/models.DataBuffer.html +2 -2
- package/doc/classes/models.DataBufferView.html +2 -2
- package/doc/classes/models.Point.html +2 -2
- package/doc/enums/models.AccessMode.html +2 -2
- package/doc/enums/models.AppEvent.html +2 -2
- package/doc/enums/models.CanChannelCap.html +2 -2
- package/doc/enums/models.CanFrameFlag.html +2 -2
- package/doc/enums/models.CanMessageFilterType.html +6 -0
- package/doc/enums/models.CanMode.html +2 -2
- package/doc/enums/models.DecimalChar.html +2 -2
- package/doc/enums/models.DeviceEvent.html +2 -2
- package/doc/enums/models.FileConflictAction.html +2 -2
- package/doc/enums/models.FileType.html +2 -2
- package/doc/enums/models.LinFrameFlag.html +2 -2
- package/doc/enums/models.LogFileFormat.html +5 -5
- package/doc/enums/models.LogLevel.html +2 -2
- package/doc/enums/models.LogReplayState.html +2 -2
- package/doc/enums/{models.MessageLoggerState.html → models.LoggerState.html} +7 -7
- package/doc/enums/models.MeasurementEvent.html +2 -2
- package/doc/enums/models.Protocols.html +2 -2
- package/doc/enums/models.Separator.html +2 -2
- package/doc/enums/models.SignalEncoding.html +2 -2
- package/doc/enums/models.SignalType.html +2 -2
- package/doc/enums/models.SignalValueTriggerOperator.html +2 -2
- package/doc/enums/models.StatusLevel.html +2 -2
- package/doc/enums/models.TimeReference.html +2 -2
- package/doc/enums/models.TriggerOperator.html +2 -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.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.FillBox.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 +4 -0
- package/doc/functions/controls.LinIdentifierControl.html +4 -0
- package/doc/functions/controls.LinIdentifierFrameControl.html +4 -0
- package/doc/functions/controls.LinIdentifierGeneratorControl.html +4 -0
- package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +5 -0
- package/doc/functions/controls.NumberRangeControl.html +2 -2
- package/doc/functions/controls.OneLineButton.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 -0
- package/doc/functions/controls.SelectSignalControl.html +1 -0
- package/doc/functions/controls.SelectSignalDialog.html +2 -0
- package/doc/functions/controls.SizedBox.html +2 -2
- package/doc/functions/controls.TableControl.html +2 -2
- package/doc/functions/controls.TabsPanel.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 +3 -3
- package/doc/functions/controls.useColumnItems.html +3 -3
- package/doc/functions/controls.useMessageDatabases.html +2 -0
- package/doc/functions/hooks.useDevices.html +2 -2
- 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.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.useOverallStatusLevel.html +2 -2
- package/doc/functions/hooks.useProjectData.html +2 -2
- package/doc/functions/hooks.useRecentProjectFiles.html +2 -2
- package/doc/functions/hooks.useRunningPeriodicTransmissions.html +2 -2
- package/doc/functions/hooks.useSessionData.html +2 -2
- package/doc/functions/hooks.useSignalLogFileFormats.html +2 -0
- package/doc/functions/hooks.useUserSettings.html +2 -2
- package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -2
- package/doc/functions/icons.AddIcon.html +2 -2
- package/doc/functions/icons.ArrowDownIcon.html +2 -2
- package/doc/functions/icons.ArrowLeftIcon.html +2 -2
- package/doc/functions/icons.ArrowRightIcon.html +2 -2
- package/doc/functions/icons.ArrowUpIcon.html +2 -2
- package/doc/functions/icons.BusIsOffIcon.html +2 -2
- package/doc/functions/icons.BusIsOnIcon.html +2 -2
- package/doc/functions/icons.CloseIcon.html +2 -2
- package/doc/functions/icons.ColumnSettingsIcon.html +4 -0
- package/doc/functions/icons.CopyIcon.html +2 -2
- package/doc/functions/icons.DarkModeIcon.html +2 -2
- package/doc/functions/icons.DeleteIcon.html +2 -2
- package/doc/functions/icons.DisableIcon.html +2 -2
- package/doc/functions/icons.EditIcon.html +2 -2
- package/doc/functions/icons.EnableIcon.html +4 -0
- package/doc/functions/icons.FilterIcon.html +2 -2
- package/doc/functions/icons.FixedPositionIcon.html +2 -2
- package/doc/functions/icons.LeaveFullScreenIcon.html +2 -2
- package/doc/functions/icons.LightModeIcon.html +2 -2
- package/doc/functions/icons.LineArrowDownIcon.html +2 -2
- package/doc/functions/icons.LineArrowUpIcon.html +2 -2
- package/doc/functions/icons.MaximizeWindowIcon.html +2 -2
- package/doc/functions/icons.MeasurementSetupIcon.html +2 -2
- package/doc/functions/icons.MoreHorizIcon.html +2 -2
- package/doc/functions/icons.MoreVertIcon.html +2 -2
- package/doc/functions/icons.NewIcon.html +2 -2
- package/doc/functions/icons.OpenExternallyIcon.html +2 -2
- package/doc/functions/icons.OpenIcon.html +2 -2
- package/doc/functions/icons.PauseIcon.html +2 -2
- package/doc/functions/icons.PlayIcon.html +2 -2
- package/doc/functions/icons.PlaySolidIcon.html +2 -2
- package/doc/functions/icons.SaveIcon.html +2 -2
- package/doc/functions/icons.SelectAllIcon.html +2 -2
- package/doc/functions/icons.ServiceIconActive.html +2 -2
- package/doc/functions/icons.ServiceIconInactive.html +2 -2
- package/doc/functions/icons.SettingsIcon.html +2 -2
- package/doc/functions/icons.StopIcon.html +2 -2
- package/doc/functions/icons.StopSolidIcon.html +2 -2
- package/doc/functions/icons.ToolsPanelHiddenIcon.html +2 -2
- package/doc/functions/icons.ToolsPanelVisibleIcon.html +2 -2
- package/doc/functions/icons.UnmaximizeWindowIcon.html +2 -2
- package/doc/functions/icons.WorkspacesIcon.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 +4 -0
- 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.getFrameDefinitions.html +2 -2
- package/doc/functions/ipc.getLogger.html +2 -2
- package/doc/functions/ipc.getMessageLogFileFormats.html +2 -2
- package/doc/functions/ipc.getSignalLogFileFormats.html +3 -0
- package/doc/functions/ipc.requestLinMessage.html +5 -0
- 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 +4 -0
- 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.accessModeFromJSON.html +1 -1
- package/doc/functions/models.accessModeToJSON.html +1 -1
- package/doc/functions/models.appEventFromJSON.html +1 -1
- package/doc/functions/models.appEventToJSON.html +1 -1
- package/doc/functions/models.canChannelCapFromJSON.html +1 -1
- package/doc/functions/models.canChannelCapToJSON.html +1 -1
- package/doc/functions/models.canFrameFlagFromJSON.html +1 -1
- package/doc/functions/models.canFrameFlagToJSON.html +1 -1
- package/doc/functions/models.canMessageFilterTypeFromJSON.html +1 -0
- package/doc/functions/models.canMessageFilterTypeToJSON.html +1 -0
- package/doc/functions/models.canModeFromJSON.html +1 -1
- package/doc/functions/models.canModeToJSON.html +1 -1
- package/doc/functions/models.createElectronApiFake.html +2 -2
- package/doc/functions/models.decimalCharFromJSON.html +1 -1
- package/doc/functions/models.decimalCharToJSON.html +1 -1
- package/doc/functions/models.decimalToFixed.html +1 -1
- package/doc/functions/models.decimalToHex.html +1 -1
- package/doc/functions/models.deviceEventFromJSON.html +1 -1
- package/doc/functions/models.deviceEventToJSON.html +1 -1
- package/doc/functions/models.fileConflictActionFromJSON.html +1 -1
- package/doc/functions/models.fileConflictActionToJSON.html +1 -1
- package/doc/functions/models.fileTypeFromJSON.html +1 -1
- package/doc/functions/models.fileTypeToJSON.html +1 -1
- package/doc/functions/models.linFrameFlagFromJSON.html +1 -1
- package/doc/functions/models.linFrameFlagToJSON.html +1 -1
- package/doc/functions/models.logFileFormatFromJSON.html +1 -1
- package/doc/functions/models.logFileFormatToJSON.html +1 -1
- package/doc/functions/models.logLevelFromJSON.html +1 -1
- package/doc/functions/models.logLevelToJSON.html +1 -1
- package/doc/functions/models.logReplayStateFromJSON.html +1 -1
- package/doc/functions/models.logReplayStateToJSON.html +1 -1
- package/doc/functions/models.loggerStateFromJSON.html +1 -0
- package/doc/functions/models.loggerStateToJSON.html +1 -0
- package/doc/functions/models.longToNumber.html +1 -1
- package/doc/functions/models.measurementEventFromJSON.html +1 -1
- package/doc/functions/models.measurementEventToJSON.html +1 -1
- package/doc/functions/models.protocolsFromJSON.html +1 -1
- package/doc/functions/models.protocolsToJSON.html +1 -1
- package/doc/functions/models.separatorFromJSON.html +1 -1
- package/doc/functions/models.separatorToJSON.html +1 -1
- package/doc/functions/models.signalEncodingFromJSON.html +1 -1
- package/doc/functions/models.signalEncodingToJSON.html +1 -1
- package/doc/functions/models.signalTypeFromJSON.html +1 -1
- package/doc/functions/models.signalTypeToJSON.html +1 -1
- package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +1 -1
- package/doc/functions/models.signalValueTriggerOperatorToJSON.html +1 -1
- package/doc/functions/models.statusLevelFromJSON.html +1 -1
- package/doc/functions/models.statusLevelToJSON.html +1 -1
- package/doc/functions/models.timeReferenceFromJSON.html +1 -1
- package/doc/functions/models.timeReferenceToJSON.html +1 -1
- package/doc/functions/models.triggerOperatorFromJSON.html +1 -1
- package/doc/functions/models.triggerOperatorToJSON.html +1 -1
- 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 +20 -4
- package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +17 -3
- package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +7 -7
- package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +2 -2
- package/doc/interfaces/controls.CheckboxControlProps.html +2 -2
- package/doc/interfaces/controls.ColumnItem.html +3 -0
- package/doc/interfaces/controls.ColumnItemControlProps.html +2 -2
- 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 +5 -5
- package/doc/interfaces/controls.DropdownPanelProps.html +2 -2
- package/doc/interfaces/controls.FormControlRowProps.html +2 -2
- package/doc/interfaces/controls.ILocalizedStrings.html +2 -2
- package/doc/interfaces/controls.IMessageDatabase.html +4 -0
- package/doc/interfaces/controls.InlineEditorProps.html +2 -2
- package/doc/interfaces/controls.LabelProps.html +2 -2
- package/doc/interfaces/controls.LinChannelSelectControlProps.html +20 -0
- package/doc/interfaces/controls.LinIdentifierControlProps.html +35 -0
- package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +33 -0
- package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +37 -0
- package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +25 -0
- 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 +8 -0
- package/doc/interfaces/controls.SelectSignalDialogProps.html +12 -0
- package/doc/interfaces/controls.TableColumn.html +2 -2
- package/doc/interfaces/controls.TableControlProps.html +9 -3
- 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 +2 -2
- package/doc/interfaces/ipc.ILogger.html +2 -2
- package/doc/interfaces/models.AboutInformation.html +2 -2
- package/doc/interfaces/models.ActivateLicenseRequest.html +2 -2
- package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +2 -2
- package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +2 -2
- package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +2 -2
- package/doc/interfaces/models.AddOrUpdateSourceRequest.html +2 -2
- package/doc/interfaces/models.AddOrUpdateTargetRequest.html +2 -2
- package/doc/interfaces/models.ApiPreferences.html +2 -2
- package/doc/interfaces/models.AppEventArgs.html +2 -2
- package/doc/interfaces/models.BaseNodeProperties.html +2 -2
- package/doc/interfaces/models.BusStatus.html +2 -2
- package/doc/interfaces/models.CanBusParamLimits.html +2 -2
- package/doc/interfaces/models.CanBusParams.html +2 -2
- package/doc/interfaces/models.CanBusSpeedInfo.html +7 -13
- package/doc/interfaces/models.CanChannelCapacity.html +2 -2
- package/doc/interfaces/models.CanChannelConfiguration.html +11 -7
- package/doc/interfaces/models.CanFDBusSpeedCombination.html +4 -4
- package/doc/interfaces/models.CanFDBusSpeedInfo.html +8 -16
- package/doc/interfaces/models.CanFrameFlags.html +2 -2
- package/doc/interfaces/models.CanMessageFilterSettings.html +3 -3
- package/doc/interfaces/models.Channel.html +2 -2
- package/doc/interfaces/models.ChannelSettings.html +2 -2
- package/doc/interfaces/models.ClearLinMessageRequest.html +2 -2
- package/doc/interfaces/models.ConnectNodesRequest.html +2 -2
- package/doc/interfaces/models.DataProcessingStatus.html +2 -2
- package/doc/interfaces/models.DataProcessorNodeProperties.html +2 -2
- package/doc/interfaces/models.DatabaseFiles.html +6 -0
- package/doc/interfaces/models.DatabasesSettings.html +2 -2
- package/doc/interfaces/models.Device.html +2 -2
- package/doc/interfaces/models.DeviceEventArgs.html +2 -2
- package/doc/interfaces/models.Devices.html +2 -2
- package/doc/interfaces/models.DisconnectNodesRequest.html +2 -2
- package/doc/interfaces/models.Empty.html +2 -2
- package/doc/interfaces/models.ErrorStatus.html +2 -2
- package/doc/interfaces/models.Frame.html +2 -2
- package/doc/interfaces/models.FrameDefinition.html +2 -2
- package/doc/interfaces/models.FrameDefinitions.html +2 -2
- package/doc/interfaces/models.FramePropertyValue.html +2 -2
- package/doc/interfaces/models.FrameReceivedTrigger.html +2 -2
- package/doc/interfaces/models.Frame_PropertiesEntry.html +2 -2
- package/doc/interfaces/models.Frames.html +2 -2
- package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +6 -3
- package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +2 -2
- package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +2 -2
- package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +2 -2
- package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +2 -2
- package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +2 -2
- package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +2 -2
- package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +2 -2
- package/doc/interfaces/models.GetDataProcessorResponse.html +2 -2
- package/doc/interfaces/models.GetDevicesRequest.html +2 -2
- package/doc/interfaces/models.GetDevicesResponse.html +2 -2
- package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +2 -2
- package/doc/interfaces/models.GetLicensesResponse.html +2 -2
- package/doc/interfaces/models.GetLogFileFormatsRequest.html +6 -4
- package/doc/interfaces/models.GetLogFileFormatsResponse.html +2 -2
- package/doc/interfaces/models.GetLogLevelResponse.html +2 -2
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +2 -2
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +2 -2
- package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +2 -2
- package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +2 -2
- package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +2 -2
- package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +2 -2
- package/doc/interfaces/models.GetSourceResponse.html +2 -2
- package/doc/interfaces/models.GetTargetResponse.html +2 -2
- package/doc/interfaces/models.ILogFileFormat.html +2 -2
- package/doc/interfaces/models.IProject.html +2 -2
- 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.IWorkspaceData.html +2 -2
- package/doc/interfaces/models.IWorkspacePaneData.html +2 -2
- package/doc/interfaces/models.IdentifierRequest.html +2 -2
- package/doc/interfaces/models.IdentifiersRequest.html +2 -2
- package/doc/interfaces/models.InstallServiceExtensionRequest.html +2 -2
- package/doc/interfaces/models.InterpreterSettings.html +2 -2
- package/doc/interfaces/models.J1939InterpreterSettings.html +2 -2
- package/doc/interfaces/models.LicenseInformation.html +2 -2
- package/doc/interfaces/models.Licenses.html +2 -2
- package/doc/interfaces/models.LinChannelConfiguration.html +5 -3
- package/doc/interfaces/models.LinFrameFlags.html +2 -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.LogReplaySettings_ChannelIdentifiersEntry.html +2 -2
- package/doc/interfaces/models.LogReplayStatus.html +2 -2
- package/doc/interfaces/models.LoggerStatus.html +3 -0
- package/doc/interfaces/models.MeasurementEventArgs.html +2 -2
- package/doc/interfaces/models.MeasurementSetup.html +2 -2
- package/doc/interfaces/models.MessageLoggerSettings.html +18 -14
- package/doc/interfaces/models.NodeStatus.html +5 -5
- package/doc/interfaces/models.NodeStatuses.html +2 -2
- package/doc/interfaces/models.OnlineStatus.html +2 -2
- package/doc/interfaces/models.PeriodicTransmissionSettings.html +2 -2
- package/doc/interfaces/models.RequestLinMessageRequest.html +2 -2
- package/doc/interfaces/models.ScheduleTable.html +2 -2
- package/doc/interfaces/models.ScheduleTableEntry.html +2 -2
- package/doc/interfaces/models.SendLinWakeupFrameRequest.html +2 -2
- package/doc/interfaces/models.SendMessageRequest.html +2 -2
- package/doc/interfaces/models.ServiceExtensionSettings.html +2 -2
- package/doc/interfaces/models.SetLogLevelRequest.html +2 -2
- package/doc/interfaces/models.SetMeasurementSetupRequest.html +2 -2
- package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +2 -2
- package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +2 -2
- package/doc/interfaces/models.SignalDefinition.html +2 -2
- package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +2 -2
- package/doc/interfaces/models.SignalDefinitions.html +2 -2
- package/doc/interfaces/models.SignalFilterSettings.html +4 -0
- package/doc/interfaces/models.SignalLoggerSettings.html +56 -0
- package/doc/interfaces/models.SignalValue.html +2 -2
- package/doc/interfaces/models.SignalValueTrigger.html +2 -2
- package/doc/interfaces/models.SourceNodeProperties.html +2 -2
- package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +2 -2
- package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +2 -2
- package/doc/interfaces/models.TargetNodeProperties.html +4 -3
- package/doc/interfaces/models.TriggerSettings.html +2 -2
- package/doc/interfaces/models.UninstallServiceExtensionRequest.html +2 -2
- package/doc/interfaces/models.UpdateLinMessageRequest.html +2 -2
- package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.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/icons.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 -0
- package/doc/types/controls.canIdentifierType.html +2 -2
- package/doc/types/controls.linIdentifierGeneratorType.html +2 -0
- package/doc/types/models.IReadOnlyDataBuffer.html +1 -1
- package/doc/types/models.themes.html +1 -1
- package/doc/variables/models.AboutInformation-1.html +1 -1
- package/doc/variables/models.ActivateLicenseRequest-1.html +1 -1
- package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +1 -1
- package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +1 -1
- package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +1 -1
- package/doc/variables/models.AddOrUpdateSourceRequest-1.html +1 -1
- package/doc/variables/models.AddOrUpdateTargetRequest-1.html +1 -1
- package/doc/variables/models.ApiPreferences-1.html +1 -1
- package/doc/variables/models.AppEventArgs-1.html +1 -1
- package/doc/variables/models.BaseNodeProperties-1.html +1 -1
- package/doc/variables/models.BusStatus-1.html +1 -1
- package/doc/variables/models.CanBusParamLimits-1.html +1 -1
- package/doc/variables/models.CanBusParams-1.html +1 -1
- package/doc/variables/models.CanBusSpeedInfo-1.html +1 -1
- package/doc/variables/models.CanChannelCapacity-1.html +1 -1
- package/doc/variables/models.CanChannelConfiguration-1.html +1 -1
- package/doc/variables/models.CanFDBusSpeedCombination-1.html +1 -1
- package/doc/variables/models.CanFDBusSpeedInfo-1.html +1 -1
- package/doc/variables/models.CanFrameFlags-1.html +1 -1
- package/doc/variables/models.CanMessageFilterSettings-1.html +1 -1
- package/doc/variables/models.Channel-1.html +1 -1
- package/doc/variables/models.ChannelSettings-1.html +1 -1
- package/doc/variables/models.ClearLinMessageRequest-1.html +1 -1
- package/doc/variables/models.ConnectNodesRequest-1.html +1 -1
- package/doc/variables/models.DataProcessingStatus-1.html +1 -1
- package/doc/variables/models.DataProcessorNodeProperties-1.html +1 -1
- package/doc/variables/models.DatabaseFiles-1.html +1 -0
- package/doc/variables/models.DatabasesSettings-1.html +1 -1
- package/doc/variables/models.Device-1.html +1 -1
- package/doc/variables/models.DeviceEventArgs-1.html +1 -1
- package/doc/variables/models.Devices-1.html +1 -1
- package/doc/variables/models.DisconnectNodesRequest-1.html +1 -1
- package/doc/variables/models.Empty-1.html +1 -1
- package/doc/variables/models.ErrorStatus-1.html +1 -1
- package/doc/variables/models.Frame-1.html +1 -1
- package/doc/variables/models.FrameDefinition-1.html +1 -1
- package/doc/variables/models.FrameDefinitions-1.html +1 -1
- package/doc/variables/models.FramePropertyValue-1.html +1 -1
- package/doc/variables/models.FrameReceivedTrigger-1.html +1 -1
- package/doc/variables/models.Frame_PropertiesEntry-1.html +1 -1
- package/doc/variables/models.Frames-1.html +1 -1
- package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +1 -1
- package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +1 -1
- package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +1 -1
- package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +1 -1
- package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +1 -1
- package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +1 -1
- package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +1 -1
- package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +1 -1
- package/doc/variables/models.GetDataProcessorResponse-1.html +1 -1
- package/doc/variables/models.GetDevicesRequest-1.html +1 -1
- package/doc/variables/models.GetDevicesResponse-1.html +1 -1
- package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +1 -1
- package/doc/variables/models.GetLicensesResponse-1.html +1 -1
- package/doc/variables/models.GetLogFileFormatsRequest-1.html +1 -1
- package/doc/variables/models.GetLogFileFormatsResponse-1.html +1 -1
- package/doc/variables/models.GetLogLevelResponse-1.html +1 -1
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +1 -1
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +1 -1
- package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +1 -1
- package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +1 -1
- package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +1 -1
- package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +1 -1
- package/doc/variables/models.GetSourceResponse-1.html +1 -1
- package/doc/variables/models.GetTargetResponse-1.html +1 -1
- package/doc/variables/models.IdentifierRequest-1.html +1 -1
- package/doc/variables/models.IdentifiersRequest-1.html +1 -1
- package/doc/variables/models.InstallServiceExtensionRequest-1.html +1 -1
- package/doc/variables/models.InterpreterSettings-1.html +1 -1
- package/doc/variables/models.J1939InterpreterSettings-1.html +1 -1
- package/doc/variables/models.LicenseInformation-1.html +1 -1
- package/doc/variables/models.Licenses-1.html +1 -1
- package/doc/variables/models.LinChannelConfiguration-1.html +1 -1
- package/doc/variables/models.LinFrameFlags-1.html +1 -1
- package/doc/variables/models.LogMessage-1.html +1 -1
- package/doc/variables/models.LogMessages-1.html +1 -1
- package/doc/variables/models.LogReplaySettings-1.html +1 -1
- package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +1 -1
- package/doc/variables/models.LogReplayStatus-1.html +1 -1
- package/doc/variables/models.LoggerStatus-1.html +1 -0
- package/doc/variables/models.MeasurementEventArgs-1.html +1 -1
- package/doc/variables/models.MeasurementSetup-1.html +1 -1
- package/doc/variables/models.MessageLoggerSettings-1.html +1 -1
- package/doc/variables/models.NodeStatus-1.html +1 -1
- package/doc/variables/models.NodeStatuses-1.html +1 -1
- package/doc/variables/models.OnlineStatus-1.html +1 -1
- package/doc/variables/models.PeriodicTransmissionSettings-1.html +1 -1
- package/doc/variables/models.RequestLinMessageRequest-1.html +1 -1
- package/doc/variables/models.ScheduleTable-1.html +1 -1
- package/doc/variables/models.ScheduleTableEntry-1.html +1 -1
- package/doc/variables/models.SendLinWakeupFrameRequest-1.html +1 -1
- package/doc/variables/models.SendMessageRequest-1.html +1 -1
- package/doc/variables/models.ServiceExtensionSettings-1.html +1 -1
- package/doc/variables/models.SetLogLevelRequest-1.html +1 -1
- package/doc/variables/models.SetMeasurementSetupRequest-1.html +1 -1
- package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +1 -1
- package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +1 -1
- package/doc/variables/models.SignalDefinition-1.html +1 -1
- package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +1 -1
- package/doc/variables/models.SignalDefinitions-1.html +1 -1
- package/doc/variables/models.SignalFilterSettings-1.html +1 -0
- package/doc/variables/models.SignalLoggerSettings-1.html +1 -0
- package/doc/variables/models.SignalValue-1.html +1 -1
- package/doc/variables/models.SignalValueTrigger-1.html +1 -1
- package/doc/variables/models.SourceNodeProperties-1.html +1 -1
- package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +1 -1
- package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +1 -1
- package/doc/variables/models.TargetNodeProperties-1.html +1 -1
- package/doc/variables/models.TriggerSettings-1.html +1 -1
- package/doc/variables/models.UninstallServiceExtensionRequest-1.html +1 -1
- package/doc/variables/models.UpdateLinMessageRequest-1.html +1 -1
- package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +1 -1
- package/doc/variables/models.WriteFrame-1.html +1 -1
- package/doc/variables/models.defaultUserSettings.html +2 -2
- package/package.json +14 -1
- package/doc/functions/models.messageLoggerStateFromJSON.html +0 -1
- package/doc/functions/models.messageLoggerStateToJSON.html +0 -1
- package/doc/interfaces/models.CanBusSpeed.html +0 -14
- package/doc/interfaces/models.MessageLoggerStatus.html +0 -3
- package/doc/variables/models.CanBusSpeed-1.html +0 -1
- package/doc/variables/models.MessageLoggerStatus-1.html +0 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -100,6 +100,9 @@ export declare const MeasurementSetupIcon: import("@mui/material/OverridableComp
|
|
|
100
100
|
export declare const WorkspacesIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
101
101
|
muiName: string;
|
|
102
102
|
};
|
|
103
|
+
export declare const EnableIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
104
|
+
muiName: string;
|
|
105
|
+
};
|
|
103
106
|
export declare const DisableIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
104
107
|
muiName: string;
|
|
105
108
|
};
|
|
@@ -118,4 +121,7 @@ export declare const SelectAllIcon: import("@mui/material/OverridableComponent")
|
|
|
118
121
|
export declare const OpenExternallyIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
119
122
|
muiName: string;
|
|
120
123
|
};
|
|
124
|
+
export declare const ColumnSettingsIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
125
|
+
muiName: string;
|
|
126
|
+
};
|
|
121
127
|
export { CloseIcon as ClearIcon };
|
package/dist/icons.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("@mui/material"),t=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"New-File--Streamline-Core",children:[e.jsx("desc",{children:"New File Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"New-File--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12.5 12.5c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-9c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.60536 13.0196 1.5 12.7652 1.5 12.5v-11c0 -0.26522 0.10536 -0.51957 0.29289 -0.707107C1.98043 0.605357 2.23478 0.5 2.5 0.5H9L12.5 4v8.5Z"}),e.jsx("path",{id:"Vector 2529",d:"M8.5 0.5v4h4"})]})]}),"New"),n=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"File-Folder--Streamline-Core",children:[e.jsx("desc",{children:"File Folder Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"File-Folder--Streamline-Core",children:[e.jsx("path",{id:"Vector 3869",d:"M2.75 3V1.5c0 -0.552285 0.44772 -1 1 -1h6.5c0.5523 0 1 0.447715 1 1V5"}),e.jsx("path",{id:"Vector 3870",d:"m1.44463 12.5587 -0.38235 -6.49998C1.02849 5.48434 1.48518 5 2.06055 5h2.15867c0.45887 0 0.85885 0.3123 0.97015 0.75746L5.5 7h6.4201c0.5825 0 1.0418 0.4959 0.9971 1.0767l-0.3462 4.5c-0.0401 0.521 -0.4745 0.9233 -0.997 0.9233H2.44291c-0.52948 0 -0.96719 -0.4127 -0.99828 -0.9413Z"})]})]}),"Open"),i=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Floppy-Disk--Streamline-Core",children:[e.jsx("desc",{children:"Floppy Disk Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Floppy-Disk--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M13 12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S12.2652 13 12 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V5.41c0.0011 -0.26234 0.10526 -0.51374 0.29 -0.7l3.42 -3.42c0.18626 -0.18474 0.43766 -0.2889 0.7 -0.29H12c0.2652 0 0.5196 0.10536 0.7071 0.29289C12.8946 1.48043 13 1.73478 13 2v10Z"}),e.jsx("path",{id:"Vector_2",d:"M10.5 13V9c0 -0.13261 -0.0527 -0.25979 -0.1464 -0.35355C10.2598 8.55268 10.1326 8.5 10 8.5H4c-0.13261 0 -0.25979 0.05268 -0.35355 0.14645C3.55268 8.74021 3.5 8.86739 3.5 9v4"}),e.jsx("path",{id:"Vector_3",d:"M10.5 1v3c0 0.13261 -0.0527 0.25979 -0.1464 0.35355 -0.0938 0.09377 -0.221 0.14645 -0.3536 0.14645H6c-0.13261 0 -0.25979 -0.05268 -0.35355 -0.14645C5.55268 4.25979 5.5 4.13261 5.5 4V1"})]})]}),"Save"),s=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Check--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Check Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-check--success-approve-device-display-desktop-computer",children:[e.jsx("path",{id:"Vector",d:"M9.47227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V3.88353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Vector_5",d:"m13.5 0.5 -4 5 -2 -1.5"})]})]}),"ServiceActive"),c=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Refresh--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Refresh Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-refresh--desktop-refresh-arrow-sync-device-display-computer",children:[e.jsx("path",{id:"Vector",d:"M5.97227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V6.63353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Ellipse 972",d:"M12.95 2.5c-0.2316 -1.14112 -1.2405 -2 -2.45 -2C9.11929 0.5 8 1.61929 8 3s1.11929 2.5 2.5 2.5c0.6169 0 1.1816 -0.22342 1.6176 -0.59376"}),e.jsx("path",{id:"Ellipse 973",d:"m13.5 1 -0.55 1.5 -1.45 -0.25"})]})]}),"ServiceInactive"),l=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Cog-1--Streamline-Core",children:[e.jsx("desc",{children:"Cog 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Cog-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m5.66 1.14 -0.43 1.11 -1.48 0.84 -1.18 -0.18c-0.19649 -0.02667 -0.39646 0.00567 -0.57452 0.09292 -0.17806 0.08725 -0.32616 0.22546 -0.42548 0.39708l-0.4 0.7c-0.1025 0.17435 -0.14973 0.37568 -0.13544 0.57742 0.01428 0.20174 0.0894 0.39441 0.21544 0.55258l0.75 0.93v1.68l-0.73 0.93c-0.12604 0.15817 -0.20116 0.35084 -0.21544 0.55258 -0.01429 0.20174 0.03294 0.40307 0.13544 0.57742l0.4 0.7c0.09932 0.1716 0.24742 0.3098 0.42548 0.3971 0.17806 0.0872 0.37803 0.1196 0.57452 0.0929l1.18 -0.18 1.46 0.84 0.43 1.11c0.07251 0.1879 0.2001 0.3496 0.36605 0.4638 0.16594 0.1142 0.36251 0.1756 0.56395 0.1762h0.84c0.20144 -0.0006 0.398 -0.062 0.56395 -0.1762 0.16594 -0.1142 0.29353 -0.2759 0.36605 -0.4638l0.43 -1.11 1.46 -0.84 1.18 0.18c0.1965 0.0267 0.3965 -0.0057 0.5745 -0.0929 0.1781 -0.0873 0.3262 -0.2255 0.4255 -0.3971l0.4 -0.7c0.1025 -0.17435 0.1497 -0.37568 0.1354 -0.57742 -0.0142 -0.20174 -0.0894 -0.39441 -0.2154 -0.55258L12 7.84V6.16l0.73 -0.93c0.126 -0.15817 0.2012 -0.35084 0.2154 -0.55258 0.0143 -0.20174 -0.0329 -0.40307 -0.1354 -0.57742l-0.4 -0.7c-0.0993 -0.17162 -0.2474 -0.30983 -0.4255 -0.39708 -0.178 -0.08725 -0.378 -0.11959 -0.5745 -0.09292l-1.18 0.18 -1.46 -0.84 -0.43 -1.11C8.26748 0.952064 8.13989 0.790411 7.97395 0.676212 7.808 0.562014 7.61144 0.500595 7.41 0.5h-0.82c-0.20144 0.000595 -0.39801 0.062014 -0.56395 0.176212C5.8601 0.790411 5.73251 0.952064 5.66 1.14Z"}),e.jsx("path",{id:"Vector_2",d:"M5.33706 8.11114C5.1173 7.78224 5 7.39556 5 7c0 -0.53043 0.21071 -1.03914 0.58579 -1.41421C5.96086 5.21071 6.46957 5 7 5c0.39556 0 0.78224 0.1173 1.11114 0.33706 0.3289 0.21976 0.58524 0.53212 0.73662 0.89757 0.15137 0.36546 0.19098 0.76759 0.11381 1.15555 -0.07717 0.38796 -0.26765 0.74433 -0.54736 1.02403 -0.2797 0.27971 -0.63607 0.47019 -1.02403 0.54736 -0.38796 0.07717 -0.79009 0.03756 -1.15555 -0.11381 -0.36545 -0.15138 -0.67781 -0.40772 -0.89757 -0.73662Z"})]})]}),"Settings"),d=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Dark Dislay Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"}),e.jsx("path",{id:"Subtract",d:"M9.45992 4.5222c-1.35816 0 -2.45916 1.101 -2.45916 2.45915 0 1.35816 1.101 2.45916 2.45916 2.45916 0.25029 0 0.44144 0.3009 0.25794 0.47112 -0.71301 0.66147 -1.66783 1.06587 -2.7171 1.06587 -2.207 0 -3.99612 -1.78915 -3.99612 -3.99615 0 -2.20699 1.78912 -3.99612 3.99612 -3.99612 1.04927 0 2.00409 0.4044 2.7171 1.06584 0.1835 0.17023 -0.00765 0.47113 -0.25794 0.47113Z"})]})]}),"DarkMode"),a=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Light Display Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector 3652",d:"M7 2.5V3"}),e.jsx("path",{id:"Vector 3653",d:"M7 11.5V11"}),e.jsx("path",{id:"Vector 3654",d:"M11.5 7H11"}),e.jsx("path",{id:"Vector 3655",d:"M2.5 7H3"}),e.jsx("path",{id:"Vector 3656",d:"m10.182 3.81799 -0.35355 0.35356"}),e.jsx("path",{id:"Vector 3657",d:"m3.81802 10.1819 0.35355 -0.35353"}),e.jsx("path",{id:"Vector 3658",d:"m10.182 10.1819 -0.35357 -0.35353"}),e.jsx("path",{id:"Vector 3659",d:"m3.81799 3.81799 0.35356 0.35356"}),e.jsx("path",{id:"Ellipse 1793",d:"M4.75 7a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0 -4.5 0"}),e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"})]})]}),"LightMode"),h=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"})]})]}),"ToolsPanelHidden"),x=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"}),e.jsx("path",{id:"Rect fill",fill:"currentColor",strokeWidth:.0136314,d:"m 1.8297908,12.460154 c -0.1477654,-0.0578 -0.2561865,-0.175773 -0.301378,-0.327938 -0.019038,-0.0641 -0.021597,-0.224259 -0.021597,-1.35156 V 9.5018157 H 7.0005 12.494184 v 1.2788403 c 0,1.127301 -0.0026,1.287457 -0.0216,1.35156 -0.04104,0.138183 -0.13285,0.246419 -0.263401,0.310529 l -0.07625,0.03745 -5.1188072,0.0028 c -4.9816386,0.0027 -5.120561,0.0021 -5.1843409,-0.02284 z"})]})]}),"ToolsPanelVisible"),p=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,6 H 18 V 20 H 4 Z M 6,4 H 20 V 18"})}),"UnmaximizeWindow"),m=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,4 H 20 V 20 H 4 Z"})}),"MaximizeWindow"),r=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Delete-1--Streamline-Core",children:[e.jsx("desc",{children:"Delete 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Delete-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m12.5 1.5 -11 11"}),e.jsx("path",{id:"Vector_2",d:"m1.5 1.5 11 11"})]})]}),"Close"),j=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Line-Arrow-Shrink-Diagonal-Large-1--Streamline-Core",children:[e.jsx("desc",{children:"Line Arrow Shrink Diagonal Large 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"line-arrow-shrink-diagonal-large-1--expand-retract-shrink-bigger-big-small-smaller-large-head",children:[e.jsx("path",{id:"Vector 4522",d:"M1 8h5v5"}),e.jsx("path",{id:"Vector 4523",d:"m6 8 -5 5"}),e.jsx("path",{id:"Vector 4524",d:"M8 1v5h5"}),e.jsx("path",{id:"Vector 4525",d:"m8 6 5 -5"})]})]}),"LeaveFullScreen"),w=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Add-1--Streamline-Core",children:[e.jsx("desc",{children:"Add 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Add-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 1v12"}),e.jsx("path",{id:"Vector_2",d:"M1 6.95996h12"})]})]}),"Add"),g=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Pencil--Streamline-Core",children:[e.jsx("desc",{children:"Pencil Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Pencil--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"m1.5 8.5 -1 5 5 -1 7.707 -7.70711c0.3906 -0.39052 0.3906 -1.02369 0 -1.41421L10.6212 0.792893C10.2307 0.402369 9.59756 0.402369 9.20703 0.792894L1.5 8.5Z"})})]}),"Edit"),v=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("desc",{children:"Recycle Bin 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1 3.5h12"}),e.jsx("path",{id:"Vector_2",d:"M2.5 3.5h9v9c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-7c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C2.60536 13.0196 2.5 12.7652 2.5 12.5v-9Z"}),e.jsx("path",{id:"Vector_3",d:"M4.5 3.5V3c0 -0.66304 0.26339 -1.29893 0.73223 -1.76777C5.70107 0.763392 6.33696 0.5 7 0.5c0.66304 0 1.29893 0.263392 1.76777 0.73223C9.23661 1.70107 9.5 2.33696 9.5 3v0.5"}),e.jsx("path",{id:"Vector_4",d:"M5.5 6.50146V10.503"}),e.jsx("path",{id:"Vector_5",d:"M8.5 6.50146V10.503"})]})]}),"Delete"),S=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 4 6.14645 6.1464c0.19526 0.1953 0.51184 0.1953 0.7071 0L13.5 4"})})]}),"LineArrowDown"),u=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"tailless-line-arrow-up-1--arrow-up-keyboard",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 10 6.14645 -6.14645c0.19526 -0.19526 0.51184 -0.19526 0.7071 0L13.5 10"})})]}),"LineArrowUp"),k=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Left 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M10.5 13.5V0.5L3.43597 6.62216c-0.23004 0.19937 -0.23004 0.55631 0 0.75568L10.5 13.5Z"})})]}),"ArrowLeft"),I=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Right 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M3.5 13.5V0.5l7.064 6.12216c0.2301 0.19937 0.2301 0.55631 0 0.75568L3.5 13.5Z"})})]}),"ArrowRight"),C=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 10.5 -13 0 6.12216 -7.06403c0.19937 -0.23004 0.55631 -0.23004 0.75568 0L13.5 10.5Z"})})]}),"ArrowUp"),V=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 3.5 -13 0 6.12216 7.064c0.19937 0.2301 0.55631 0.2301 0.75568 0L13.5 3.5Z"})})]}),"ArrowDown"),L=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Vertical-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Vertical Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Vertical-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 3.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 0.5 7 0.5 5.5 1.17157 5.5 2 6.17157 3.5 7 3.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M7 13.5c0.82843 0 1.5 -0.6716 1.5 -1.5s-0.67157 -1.5 -1.5 -1.5 -1.5 0.6716 -1.5 1.5 0.67157 1.5 1.5 1.5Z"})]})]}),"MoreVert"),M=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Horizontal Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 8.5c0.8284 0 1.5 -0.67157 1.5 -1.5s-0.6716 -1.5 -1.5 -1.5 -1.5 0.67157 -1.5 1.5 0.6716 1.5 1.5 1.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M2 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S2.82843 5.5 2 5.5 0.5 6.17157 0.5 7 1.17157 8.5 2 8.5Z"})]})]}),"MoreHoriz"),B=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M1.85645 11.9273c0.00331 0.1926 0.05936 0.3806 0.16204 0.5436 0.10268 0.1629 0.24806 0.2947 0.42035 0.3808 0.17205 0.0972 0.3663 0.1483 0.56391 0.1483s0.39186 -0.0511 0.56391 -0.1483l7.99644 -4.94575c0.174 -0.08382 0.3208 -0.21504 0.4235 -0.37857 0.1027 -0.16354 0.1572 -0.35274 0.1572 -0.54587 0 -0.19313 -0.0545 -0.38233 -0.1572 -0.54586 -0.1027 -0.16354 -0.2495 -0.29476 -0.4235 -0.37858L3.56666 1.1483C3.39461 1.05108 3.20036 1 3.00275 1s-0.39186 0.05108 -0.56391 0.1483c-0.17229 0.08614 -0.31767 0.21787 -0.42035 0.38085s-0.15873 0.35099 -0.16204 0.54359v9.85456Z"})})]}),"Play"),f=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M3.00283 0.5c-0.27961 0 -0.55454 0.071214 -0.7989 0.206831 -0.24906 0.127096 -0.45929 0.319089 -0.60841 0.555799 -0.1514 0.24031 -0.23403 0.51751 -0.23893 0.80149l-0.00007 0v9.86318h-0.00007l0.00014 0.0086c0.0049 0.284 0.08753 0.5612 0.23893 0.8015 0.14912 0.2367 0.35935 0.4287 0.60841 0.5558 0.24436 0.1356 0.51929 0.2068 0.7989 0.2068 0.2838 0 0.56278 -0.0734 0.80987 -0.213 0.00575 -0.0032 0.01143 -0.0066 0.01704 -0.0101L11.806 8.34363c0.2475 -0.12503 0.4564 -0.3152 0.604 -0.55027 0.1528 -0.24322 0.2339 -0.52462 0.2339 -0.81185s-0.0811 -0.56863 -0.2339 -0.81185c-0.1478 -0.23533 -0.357 -0.42566 -0.6048 -0.55069L3.82831 0.722179C3.82317 0.719019 3.81796 0.715952 3.8127 0.71298 3.56561 0.573367 3.28663 0.5 3.00283 0.5Z"})})]}),"PlaySolid"),W=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M12.0769 1H1.92308C1.41328 1 1 1.41328 1 1.92308V12.0769c0 0.5098 0.41328 0.9231 0.92308 0.9231H12.0769c0.5098 0 0.9231 -0.4133 0.9231 -0.9231V1.92308C13 1.41328 12.5867 1 12.0769 1Z"})})]}),"Stop"),y=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M1.92308 0.5C1.13713 0.5 0.5 1.13713 0.5 1.92308V12.0769c0 0.786 0.63713 1.4231 1.42308 1.4231H12.0769c0.786 0 1.4231 -0.6371 1.4231 -1.4231V1.92308C13.5 1.13713 12.8629 0.5 12.0769 0.5H1.92308Z"})})]}),"StopSolid"),A=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Pause-2--Streamline-Core",children:[e.jsx("desc",{children:"Button Pause 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Button-Pause-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M4.5 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h2.5c0.55228 0 1 -0.4477 1 -1V2c0 -0.55228 -0.44772 -1 -1 -1Z"}),e.jsx("path",{id:"Vector_2",d:"M12 1H9.5c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1H12c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"})]})]}),"Pause"),D=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Filter-2--Streamline-Core",children:[e.jsx("desc",{children:"Filter 2 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Filter-2--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M13.5 0.5H0.5l5 7v6l3 -2v-4l5 -7Z"})})]}),"Filter"),Z=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Bullet-List--Streamline-Core",children:[e.jsx("desc",{children:"Bullet List Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Bullet-List--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1.5 2c0.27614 0 0.5 -0.22386 0.5 -0.5S1.77614 1 1.5 1s-0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_2",d:"M5 1.5h8"}),e.jsx("path",{id:"Vector_3",d:"M1.5 7.5c0.27614 0 0.5 -0.22386 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_4",d:"M5 7h8"}),e.jsx("path",{id:"Vector_5",d:"M1.5 13c0.27614 0 0.5 -0.2239 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.2239 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_6",d:"M5 12.5h8"})]})]}),"FixedPosition"),q=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Hierarchy-1--Streamline-Core",children:[e.jsx("desc",{children:"Hierarchy 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Hierarchy-1--Streamline-Core",children:[e.jsx("path",{id:"Vector 4332",d:"M13 1.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.22386 0.5 -0.5V2c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4333",d:"M13 8.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.2761 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.2239 0.5 -0.5V9c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4334",d:"M4 5H1c-0.276142 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.223858 0.5 0.5 0.5h3c0.27614 0 0.5 -0.22386 0.5 -0.5v-3c0 -0.27614 -0.22386 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector",d:"m4.5 6.22222 5 -2.44445"}),e.jsx("path",{id:"Vector_2",d:"m4.5 7.77777 5 2.44443"})]})]}),"MeasurementSetup"),H=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Window-26--Streamline-Core",children:[e.jsx("desc",{children:"Layout Window 26 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Window-26--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h10c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"}),e.jsx("path",{id:"Vector 884",d:"M7.00001 13 7 7"}),e.jsx("path",{id:"Vector_2",d:"M1 7h12"})]})]}),"Workspaces"),T=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Block-1--Streamline-Core",children:[e.jsx("desc",{children:"Block 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"block-1--remove-circle-garbage-trash-delete",children:[e.jsx("path",{id:"Vector",d:"M7.005 13.509642857142856C3.412585821428571 13.509642857142856 0.5003571428571428 10.597464214285713 0.5003571428571428 7.005 0.5003571428571428 3.412585821428571 3.412585821428571 0.5003571428571428 7.005 0.5003571428571428c3.592464214285714 0 6.504642857142857 2.912228678571428 6.504642857142857 6.504642857142857 0 3.592464214285714 -2.9121786428571426 6.504642857142857 -6.504642857142857 6.504642857142857Z"}),e.jsx("path",{id:"Vector_2",d:"M11.608285714285714 11.608285714285714 2.401684264285714 2.4017342999999998"})]})]}),"Disable"),P=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"M 2.1,11.9 3.6,10.4"}),e.jsx("path",{id:"Vector 3654",d:"M 11.899998,2.1000007 10.399994,3.6000004"}),e.jsx("path",{id:"Vector 3655",d:"m 8.59981,9.4 -1,1 c -1.10457,1.1046 -2.89543,1.1046 -4,0 -1.10457,-1.1046 -1.10457,-2.89543 0,-4 l 1,-1 z"}),e.jsx("path",{id:"Vector 3656",d:"M 9.3999914,8.5999993 10.399994,7.5999995 c 1.104603,-1.1045697 1.104603,-2.8954294 0,-3.9999991 -1.1046029,-1.1045698 -2.8954384,-1.1045698 -4.0000117,0 l -1.000003,0.9999998 z"}),e.jsx("path",{id:"Vector 3657",d:"M 5.6,6.4 7.1,4.9"}),e.jsx("path",{id:"Vector 3658",d:"M 7.6,8.4 9.1,6.9"})]})]}),"BusIsOn"),_=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"m1 13 1.5 -1.5"}),e.jsx("path",{id:"Vector 3654",d:"m13 1 -1.5 1.5"}),e.jsx("path",{id:"Vector 3655",d:"m7.49981 10.5 -1 1c-1.10457 1.1046 -2.89543 1.1046 -4 0 -1.10457 -1.1046 -1.10457 -2.89543 0 -4l1 -1 4 4Z"}),e.jsx("path",{id:"Vector 3656",d:"m10.5 7.5 1 -1c1.1046 -1.10457 1.1046 -2.89543 0 -4 -1.1046 -1.10457 -2.89543 -1.10457 -4 0l-1 1 4 4Z"}),e.jsx("path",{id:"Vector 3657",d:"M4.5 7.5 6 6"}),e.jsx("path",{id:"Vector 3658",d:"M6.5 9.5 8 8"})]})]}),"BusIsOff"),F=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Copy-Document--Streamline-Core",children:[e.jsx("desc",{children:"Copy Document Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"copy-document",children:[e.jsx("path",{id:"Vector 3887",d:"M10 3H5c-0.55228 0 -1 0.44772 -1 1v8.5c0 0.5523 0.44772 1 1 1h6.5c0.5523 0 1 -0.4477 1 -1v-7L10 3Z"}),e.jsx("path",{id:"Vector 3889",d:"M7.5 0.5h-5c-0.55228 0 -1 0.447716 -1 1V10"}),e.jsx("path",{id:"Vector 3888",d:"M9.5 3v3h3"})]})]}),"Copy"),R=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Select-All--Streamline-Core",children:[e.jsx("desc",{children:"Select All Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"select-all",children:[e.jsx("path",{id:"Vector 2558",d:"M5.5 1h3"}),e.jsx("path",{id:"Vector 2559",d:"M5.5 13h3"}),e.jsx("path",{id:"Vector 2554",d:"M1 5.5v3"}),e.jsx("path",{id:"Vector 2555",d:"M1 11v1c0 0.5523 0.44772 1 1 1h1"}),e.jsx("path",{id:"Vector 2556",d:"M11 13h1c0.5523 0 1 -0.4477 1 -1v-1"}),e.jsx("path",{id:"Vector 2557",d:"M13 3V2c0 -0.55228 -0.4477 -1 -1 -1h-1"}),e.jsx("path",{id:"Vector 2553",d:"M1 3V2c0 -0.55228 0.44772 -1 1 -1h1"}),e.jsx("path",{id:"Rectangle 433",d:"M3.5 4.49988c0 -0.55229 0.44772 -1 1 -1h5c0.5523 0 1 0.44771 1 1v5c0 0.55232 -0.4477 1.00002 -1 1.00002h-5c-0.55228 0 -1 -0.4477 -1 -1.00002v-5Z"}),e.jsx("path",{id:"Vector 2560",d:"M13 5.5v3"})]})]}),"SelectAll"),U=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Link-Share-2--Streamline-Core",children:[e.jsx("desc",{children:"Link Share 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"link-share-2--create-hyperlink-link-make-unlink-square",children:[e.jsx("path",{id:"Vector",d:"M11 7.5V12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S10.2652 13 10 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V4c0 -0.26522 0.10536 -0.51957 0.29289 -0.70711C1.48043 3.10536 1.73478 3 2 3h4.5"}),e.jsx("path",{id:"Vector_2",d:"M9.5 1H13v3.5"}),e.jsx("path",{id:"Vector_3",d:"M13 1 7.5 6.5"})]})]}),"OpenExternally");exports.AddIcon=w;exports.ArrowDownIcon=V;exports.ArrowLeftIcon=k;exports.ArrowRightIcon=I;exports.ArrowUpIcon=C;exports.BusIsOffIcon=_;exports.BusIsOnIcon=P;exports.ClearIcon=r;exports.CloseIcon=r;exports.CopyIcon=F;exports.DarkModeIcon=d;exports.DeleteIcon=v;exports.DisableIcon=T;exports.EditIcon=g;exports.FilterIcon=D;exports.FixedPositionIcon=Z;exports.LeaveFullScreenIcon=j;exports.LightModeIcon=a;exports.LineArrowDownIcon=S;exports.LineArrowUpIcon=u;exports.MaximizeWindowIcon=m;exports.MeasurementSetupIcon=q;exports.MoreHorizIcon=M;exports.MoreVertIcon=L;exports.NewIcon=t;exports.OpenExternallyIcon=U;exports.OpenIcon=n;exports.PauseIcon=A;exports.PlayIcon=B;exports.PlaySolidIcon=f;exports.SaveIcon=i;exports.SelectAllIcon=R;exports.ServiceIconActive=s;exports.ServiceIconInactive=c;exports.SettingsIcon=l;exports.StopIcon=W;exports.StopSolidIcon=y;exports.ToolsPanelHiddenIcon=h;exports.ToolsPanelVisibleIcon=x;exports.UnmaximizeWindowIcon=p;exports.WorkspacesIcon=H;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("@mui/material"),t=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"New-File--Streamline-Core",children:[e.jsx("desc",{children:"New File Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"New-File--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12.5 12.5c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-9c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.60536 13.0196 1.5 12.7652 1.5 12.5v-11c0 -0.26522 0.10536 -0.51957 0.29289 -0.707107C1.98043 0.605357 2.23478 0.5 2.5 0.5H9L12.5 4v8.5Z"}),e.jsx("path",{id:"Vector 2529",d:"M8.5 0.5v4h4"})]})]}),"New"),n=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"File-Folder--Streamline-Core",children:[e.jsx("desc",{children:"File Folder Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"File-Folder--Streamline-Core",children:[e.jsx("path",{id:"Vector 3869",d:"M2.75 3V1.5c0 -0.552285 0.44772 -1 1 -1h6.5c0.5523 0 1 0.447715 1 1V5"}),e.jsx("path",{id:"Vector 3870",d:"m1.44463 12.5587 -0.38235 -6.49998C1.02849 5.48434 1.48518 5 2.06055 5h2.15867c0.45887 0 0.85885 0.3123 0.97015 0.75746L5.5 7h6.4201c0.5825 0 1.0418 0.4959 0.9971 1.0767l-0.3462 4.5c-0.0401 0.521 -0.4745 0.9233 -0.997 0.9233H2.44291c-0.52948 0 -0.96719 -0.4127 -0.99828 -0.9413Z"})]})]}),"Open"),i=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Floppy-Disk--Streamline-Core",children:[e.jsx("desc",{children:"Floppy Disk Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Floppy-Disk--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M13 12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S12.2652 13 12 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V5.41c0.0011 -0.26234 0.10526 -0.51374 0.29 -0.7l3.42 -3.42c0.18626 -0.18474 0.43766 -0.2889 0.7 -0.29H12c0.2652 0 0.5196 0.10536 0.7071 0.29289C12.8946 1.48043 13 1.73478 13 2v10Z"}),e.jsx("path",{id:"Vector_2",d:"M10.5 13V9c0 -0.13261 -0.0527 -0.25979 -0.1464 -0.35355C10.2598 8.55268 10.1326 8.5 10 8.5H4c-0.13261 0 -0.25979 0.05268 -0.35355 0.14645C3.55268 8.74021 3.5 8.86739 3.5 9v4"}),e.jsx("path",{id:"Vector_3",d:"M10.5 1v3c0 0.13261 -0.0527 0.25979 -0.1464 0.35355 -0.0938 0.09377 -0.221 0.14645 -0.3536 0.14645H6c-0.13261 0 -0.25979 -0.05268 -0.35355 -0.14645C5.55268 4.25979 5.5 4.13261 5.5 4V1"})]})]}),"Save"),s=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Check--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Check Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-check--success-approve-device-display-desktop-computer",children:[e.jsx("path",{id:"Vector",d:"M9.47227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V3.88353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Vector_5",d:"m13.5 0.5 -4 5 -2 -1.5"})]})]}),"ServiceActive"),c=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Desktop-Refresh--Streamline-Core",children:[e.jsx("desc",{children:"Desktop Refresh Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"desktop-refresh--desktop-refresh-arrow-sync-device-display-computer",children:[e.jsx("path",{id:"Vector",d:"M5.97227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V6.63353"}),e.jsx("path",{id:"Vector_2",d:"m6 11 -1 2.5"}),e.jsx("path",{id:"Vector_3",d:"m8 11 1 2.5"}),e.jsx("path",{id:"Vector_4",d:"M4 13.5h6"}),e.jsx("path",{id:"Ellipse 972",d:"M12.95 2.5c-0.2316 -1.14112 -1.2405 -2 -2.45 -2C9.11929 0.5 8 1.61929 8 3s1.11929 2.5 2.5 2.5c0.6169 0 1.1816 -0.22342 1.6176 -0.59376"}),e.jsx("path",{id:"Ellipse 973",d:"m13.5 1 -0.55 1.5 -1.45 -0.25"})]})]}),"ServiceInactive"),l=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Cog-1--Streamline-Core",children:[e.jsx("desc",{children:"Cog 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Cog-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m5.66 1.14 -0.43 1.11 -1.48 0.84 -1.18 -0.18c-0.19649 -0.02667 -0.39646 0.00567 -0.57452 0.09292 -0.17806 0.08725 -0.32616 0.22546 -0.42548 0.39708l-0.4 0.7c-0.1025 0.17435 -0.14973 0.37568 -0.13544 0.57742 0.01428 0.20174 0.0894 0.39441 0.21544 0.55258l0.75 0.93v1.68l-0.73 0.93c-0.12604 0.15817 -0.20116 0.35084 -0.21544 0.55258 -0.01429 0.20174 0.03294 0.40307 0.13544 0.57742l0.4 0.7c0.09932 0.1716 0.24742 0.3098 0.42548 0.3971 0.17806 0.0872 0.37803 0.1196 0.57452 0.0929l1.18 -0.18 1.46 0.84 0.43 1.11c0.07251 0.1879 0.2001 0.3496 0.36605 0.4638 0.16594 0.1142 0.36251 0.1756 0.56395 0.1762h0.84c0.20144 -0.0006 0.398 -0.062 0.56395 -0.1762 0.16594 -0.1142 0.29353 -0.2759 0.36605 -0.4638l0.43 -1.11 1.46 -0.84 1.18 0.18c0.1965 0.0267 0.3965 -0.0057 0.5745 -0.0929 0.1781 -0.0873 0.3262 -0.2255 0.4255 -0.3971l0.4 -0.7c0.1025 -0.17435 0.1497 -0.37568 0.1354 -0.57742 -0.0142 -0.20174 -0.0894 -0.39441 -0.2154 -0.55258L12 7.84V6.16l0.73 -0.93c0.126 -0.15817 0.2012 -0.35084 0.2154 -0.55258 0.0143 -0.20174 -0.0329 -0.40307 -0.1354 -0.57742l-0.4 -0.7c-0.0993 -0.17162 -0.2474 -0.30983 -0.4255 -0.39708 -0.178 -0.08725 -0.378 -0.11959 -0.5745 -0.09292l-1.18 0.18 -1.46 -0.84 -0.43 -1.11C8.26748 0.952064 8.13989 0.790411 7.97395 0.676212 7.808 0.562014 7.61144 0.500595 7.41 0.5h-0.82c-0.20144 0.000595 -0.39801 0.062014 -0.56395 0.176212C5.8601 0.790411 5.73251 0.952064 5.66 1.14Z"}),e.jsx("path",{id:"Vector_2",d:"M5.33706 8.11114C5.1173 7.78224 5 7.39556 5 7c0 -0.53043 0.21071 -1.03914 0.58579 -1.41421C5.96086 5.21071 6.46957 5 7 5c0.39556 0 0.78224 0.1173 1.11114 0.33706 0.3289 0.21976 0.58524 0.53212 0.73662 0.89757 0.15137 0.36546 0.19098 0.76759 0.11381 1.15555 -0.07717 0.38796 -0.26765 0.74433 -0.54736 1.02403 -0.2797 0.27971 -0.63607 0.47019 -1.02403 0.54736 -0.38796 0.07717 -0.79009 0.03756 -1.15555 -0.11381 -0.36545 -0.15138 -0.67781 -0.40772 -0.89757 -0.73662Z"})]})]}),"Settings"),d=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Dark Dislay Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Dark-Dislay-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"}),e.jsx("path",{id:"Subtract",d:"M9.45992 4.5222c-1.35816 0 -2.45916 1.101 -2.45916 2.45915 0 1.35816 1.101 2.45916 2.45916 2.45916 0.25029 0 0.44144 0.3009 0.25794 0.47112 -0.71301 0.66147 -1.66783 1.06587 -2.7171 1.06587 -2.207 0 -3.99612 -1.78915 -3.99612 -3.99615 0 -2.20699 1.78912 -3.99612 3.99612 -3.99612 1.04927 0 2.00409 0.4044 2.7171 1.06584 0.1835 0.17023 -0.00765 0.47113 -0.25794 0.47113Z"})]})]}),"DarkMode"),a=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("desc",{children:"Light Display Mode Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Light-Display-Mode--Streamline-Core",children:[e.jsx("path",{id:"Vector 3652",d:"M7 2.5V3"}),e.jsx("path",{id:"Vector 3653",d:"M7 11.5V11"}),e.jsx("path",{id:"Vector 3654",d:"M11.5 7H11"}),e.jsx("path",{id:"Vector 3655",d:"M2.5 7H3"}),e.jsx("path",{id:"Vector 3656",d:"m10.182 3.81799 -0.35355 0.35356"}),e.jsx("path",{id:"Vector 3657",d:"m3.81802 10.1819 0.35355 -0.35353"}),e.jsx("path",{id:"Vector 3658",d:"m10.182 10.1819 -0.35357 -0.35353"}),e.jsx("path",{id:"Vector 3659",d:"m3.81799 3.81799 0.35356 0.35356"}),e.jsx("path",{id:"Ellipse 1793",d:"M4.75 7a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0 -4.5 0"}),e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"})]})]}),"LightMode"),h=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"})]})]}),"ToolsPanelHidden"),x=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("desc",{children:"Layout Bottom Bar Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Bottom-Bar--Streamline-Core",children:[e.jsx("path",{id:"Intersect",d:"M13 9 1 9"}),e.jsx("path",{id:"Vector 1945",d:"M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"}),e.jsx("path",{id:"Rect fill",fill:"currentColor",strokeWidth:.0136314,d:"m 1.8297908,12.460154 c -0.1477654,-0.0578 -0.2561865,-0.175773 -0.301378,-0.327938 -0.019038,-0.0641 -0.021597,-0.224259 -0.021597,-1.35156 V 9.5018157 H 7.0005 12.494184 v 1.2788403 c 0,1.127301 -0.0026,1.287457 -0.0216,1.35156 -0.04104,0.138183 -0.13285,0.246419 -0.263401,0.310529 l -0.07625,0.03745 -5.1188072,0.0028 c -4.9816386,0.0027 -5.120561,0.0021 -5.1843409,-0.02284 z"})]})]}),"ToolsPanelVisible"),p=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,6 H 18 V 20 H 4 Z M 6,4 H 20 V 18"})}),"UnmaximizeWindow"),m=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M 4,4 H 20 V 20 H 4 Z"})}),"MaximizeWindow"),r=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Delete-1--Streamline-Core",children:[e.jsx("desc",{children:"Delete 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Delete-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"m12.5 1.5 -11 11"}),e.jsx("path",{id:"Vector_2",d:"m1.5 1.5 11 11"})]})]}),"Close"),j=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Line-Arrow-Shrink-Diagonal-Large-1--Streamline-Core",children:[e.jsx("desc",{children:"Line Arrow Shrink Diagonal Large 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"line-arrow-shrink-diagonal-large-1--expand-retract-shrink-bigger-big-small-smaller-large-head",children:[e.jsx("path",{id:"Vector 4522",d:"M1 8h5v5"}),e.jsx("path",{id:"Vector 4523",d:"m6 8 -5 5"}),e.jsx("path",{id:"Vector 4524",d:"M8 1v5h5"}),e.jsx("path",{id:"Vector 4525",d:"m8 6 5 -5"})]})]}),"LeaveFullScreen"),w=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Add-1--Streamline-Core",children:[e.jsx("desc",{children:"Add 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Add-1--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 1v12"}),e.jsx("path",{id:"Vector_2",d:"M1 6.95996h12"})]})]}),"Add"),g=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Pencil--Streamline-Core",children:[e.jsx("desc",{children:"Pencil Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Pencil--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"m1.5 8.5 -1 5 5 -1 7.707 -7.70711c0.3906 -0.39052 0.3906 -1.02369 0 -1.41421L10.6212 0.792893C10.2307 0.402369 9.59756 0.402369 9.20703 0.792894L1.5 8.5Z"})})]}),"Edit"),v=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("desc",{children:"Recycle Bin 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Recycle-Bin-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1 3.5h12"}),e.jsx("path",{id:"Vector_2",d:"M2.5 3.5h9v9c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-7c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C2.60536 13.0196 2.5 12.7652 2.5 12.5v-9Z"}),e.jsx("path",{id:"Vector_3",d:"M4.5 3.5V3c0 -0.66304 0.26339 -1.29893 0.73223 -1.76777C5.70107 0.763392 6.33696 0.5 7 0.5c0.66304 0 1.29893 0.263392 1.76777 0.73223C9.23661 1.70107 9.5 2.33696 9.5 3v0.5"}),e.jsx("path",{id:"Vector_4",d:"M5.5 6.50146V10.503"}),e.jsx("path",{id:"Vector_5",d:"M8.5 6.50146V10.503"})]})]}),"Delete"),u=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Line-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 4 6.14645 6.1464c0.19526 0.1953 0.51184 0.1953 0.7071 0L13.5 4"})})]}),"LineArrowDown"),S=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Line-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Line Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"tailless-line-arrow-up-1--arrow-up-keyboard",children:e.jsx("path",{id:"Vector 4370",d:"m0.5 10 6.14645 -6.14645c0.19526 -0.19526 0.51184 -0.19526 0.7071 0L13.5 10"})})]}),"LineArrowUp"),k=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Left 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Left-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M10.5 13.5V0.5L3.43597 6.62216c-0.23004 0.19937 -0.23004 0.55631 0 0.75568L10.5 13.5Z"})})]}),"ArrowLeft"),I=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Right 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Right-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"M3.5 13.5V0.5l7.064 6.12216c0.2301 0.19937 0.2301 0.55631 0 0.75568L3.5 13.5Z"})})]}),"ArrowRight"),C=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Up 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Up-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 10.5 -13 0 6.12216 -7.06403c0.19937 -0.23004 0.55631 -0.23004 0.75568 0L13.5 10.5Z"})})]}),"ArrowUp"),V=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:[e.jsx("desc",{children:"Tailless Triangle Arrow Down 1 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Tailless-Triangle-Arrow-Down-1--Streamline-Core",children:e.jsx("path",{id:"Vector 4040",d:"m13.5 3.5 -13 0 6.12216 7.064c0.19937 0.2301 0.55631 0.2301 0.75568 0L13.5 3.5Z"})})]}),"ArrowDown"),L=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Vertical-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Vertical Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Vertical-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M7 3.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 0.5 7 0.5 5.5 1.17157 5.5 2 6.17157 3.5 7 3.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M7 13.5c0.82843 0 1.5 -0.6716 1.5 -1.5s-0.67157 -1.5 -1.5 -1.5 -1.5 0.6716 -1.5 1.5 0.67157 1.5 1.5 1.5Z"})]})]}),"MoreVert"),M=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("desc",{children:"Horizontal Menu Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Horizontal-Menu--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 8.5c0.8284 0 1.5 -0.67157 1.5 -1.5s-0.6716 -1.5 -1.5 -1.5 -1.5 0.67157 -1.5 1.5 0.6716 1.5 1.5 1.5Z"}),e.jsx("path",{id:"Vector_2",d:"M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"}),e.jsx("path",{id:"Vector_3",d:"M2 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S2.82843 5.5 2 5.5 0.5 6.17157 0.5 7 1.17157 8.5 2 8.5Z"})]})]}),"MoreHoriz"),B=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M1.85645 11.9273c0.00331 0.1926 0.05936 0.3806 0.16204 0.5436 0.10268 0.1629 0.24806 0.2947 0.42035 0.3808 0.17205 0.0972 0.3663 0.1483 0.56391 0.1483s0.39186 -0.0511 0.56391 -0.1483l7.99644 -4.94575c0.174 -0.08382 0.3208 -0.21504 0.4235 -0.37857 0.1027 -0.16354 0.1572 -0.35274 0.1572 -0.54587 0 -0.19313 -0.0545 -0.38233 -0.1572 -0.54586 -0.1027 -0.16354 -0.2495 -0.29476 -0.4235 -0.37858L3.56666 1.1483C3.39461 1.05108 3.20036 1 3.00275 1s-0.39186 0.05108 -0.56391 0.1483c-0.17229 0.08614 -0.31767 0.21787 -0.42035 0.38085s-0.15873 0.35099 -0.16204 0.54359v9.85456Z"})})]}),"Play"),f=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Play--Streamline-Core",children:[e.jsx("desc",{children:"Button Play Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Play--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M3.00283 0.5c-0.27961 0 -0.55454 0.071214 -0.7989 0.206831 -0.24906 0.127096 -0.45929 0.319089 -0.60841 0.555799 -0.1514 0.24031 -0.23403 0.51751 -0.23893 0.80149l-0.00007 0v9.86318h-0.00007l0.00014 0.0086c0.0049 0.284 0.08753 0.5612 0.23893 0.8015 0.14912 0.2367 0.35935 0.4287 0.60841 0.5558 0.24436 0.1356 0.51929 0.2068 0.7989 0.2068 0.2838 0 0.56278 -0.0734 0.80987 -0.213 0.00575 -0.0032 0.01143 -0.0066 0.01704 -0.0101L11.806 8.34363c0.2475 -0.12503 0.4564 -0.3152 0.604 -0.55027 0.1528 -0.24322 0.2339 -0.52462 0.2339 -0.81185s-0.0811 -0.56863 -0.2339 -0.81185c-0.1478 -0.23533 -0.357 -0.42566 -0.6048 -0.55069L3.82831 0.722179C3.82317 0.719019 3.81796 0.715952 3.8127 0.71298 3.56561 0.573367 3.28663 0.5 3.00283 0.5Z"})})]}),"PlaySolid"),y=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M12.0769 1H1.92308C1.41328 1 1 1.41328 1 1.92308V12.0769c0 0.5098 0.41328 0.9231 0.92308 0.9231H12.0769c0.5098 0 0.9231 -0.4133 0.9231 -0.9231V1.92308C13 1.41328 12.5867 1 12.0769 1Z"})})]}),"Stop"),W=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 14 14",strokeWidth:1,fillRule:"evenodd",clipRule:"evenodd",id:"Button-Stop--Streamline-Core",children:[e.jsx("desc",{children:"Button Stop Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Button-Stop--Streamline-Core",children:e.jsx("path",{id:"Union",d:"M1.92308 0.5C1.13713 0.5 0.5 1.13713 0.5 1.92308V12.0769c0 0.786 0.63713 1.4231 1.42308 1.4231H12.0769c0.786 0 1.4231 -0.6371 1.4231 -1.4231V1.92308C13.5 1.13713 12.8629 0.5 12.0769 0.5H1.92308Z"})})]}),"StopSolid"),A=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Button-Pause-2--Streamline-Core",children:[e.jsx("desc",{children:"Button Pause 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Button-Pause-2--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M4.5 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h2.5c0.55228 0 1 -0.4477 1 -1V2c0 -0.55228 -0.44772 -1 -1 -1Z"}),e.jsx("path",{id:"Vector_2",d:"M12 1H9.5c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1H12c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"})]})]}),"Pause"),D=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Filter-2--Streamline-Core",children:[e.jsx("desc",{children:"Filter 2 Streamline Icon: https://streamlinehq.com"}),e.jsx("g",{id:"Filter-2--Streamline-Core",children:e.jsx("path",{id:"Vector",d:"M13.5 0.5H0.5l5 7v6l3 -2v-4l5 -7Z"})})]}),"Filter"),Z=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Bullet-List--Streamline-Core",children:[e.jsx("desc",{children:"Bullet List Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Bullet-List--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M1.5 2c0.27614 0 0.5 -0.22386 0.5 -0.5S1.77614 1 1.5 1s-0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_2",d:"M5 1.5h8"}),e.jsx("path",{id:"Vector_3",d:"M1.5 7.5c0.27614 0 0.5 -0.22386 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_4",d:"M5 7h8"}),e.jsx("path",{id:"Vector_5",d:"M1.5 13c0.27614 0 0.5 -0.2239 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.2239 -0.5 0.5 0.22386 0.5 0.5 0.5Z"}),e.jsx("path",{id:"Vector_6",d:"M5 12.5h8"})]})]}),"FixedPosition"),q=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Hierarchy-1--Streamline-Core",children:[e.jsx("desc",{children:"Hierarchy 1 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Hierarchy-1--Streamline-Core",children:[e.jsx("path",{id:"Vector 4332",d:"M13 1.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.22386 0.5 -0.5V2c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4333",d:"M13 8.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.2761 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.2239 0.5 -0.5V9c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector 4334",d:"M4 5H1c-0.276142 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.223858 0.5 0.5 0.5h3c0.27614 0 0.5 -0.22386 0.5 -0.5v-3c0 -0.27614 -0.22386 -0.5 -0.5 -0.5Z"}),e.jsx("path",{id:"Vector",d:"m4.5 6.22222 5 -2.44445"}),e.jsx("path",{id:"Vector_2",d:"m4.5 7.77777 5 2.44443"})]})]}),"MeasurementSetup"),H=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Layout-Window-26--Streamline-Core",children:[e.jsx("desc",{children:"Layout Window 26 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"Layout-Window-26--Streamline-Core",children:[e.jsx("path",{id:"Vector",d:"M12 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h10c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"}),e.jsx("path",{id:"Vector 884",d:"M7.00001 13 7 7"}),e.jsx("path",{id:"Vector_2",d:"M1 7h12"})]})]}),"Workspaces"),T=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",id:"Check-Circle--Streamline-Core",height:"14",width:"14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("desc",{children:"Check Circle Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"check-circle--checkmark-addition-circle-success-check-validation-add-form-tick",children:[e.jsx("path",{id:"Vector",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"}),e.jsx("path",{id:"Vector_2",d:"m9.91699 4.75 -4 5 -2 -1.5"})]})]}),"Disable"),P=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",id:"Delete-Circle--Streamline-Core",height:"14",width:"14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("desc",{children:"Delete Circle Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"delete-circle--button-delete-remove-add-circle-buttons-cross-x-mathematics-multiply-math",children:[e.jsx("path",{id:"Vector",d:"m9.5 4.5 -5 5"}),e.jsx("path",{id:"Vector_2",d:"m4.5 4.5 5 5"}),e.jsx("path",{id:"Vector_3",d:"M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"})]})]}),"Disable"),_=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"M 2.1,11.9 3.6,10.4"}),e.jsx("path",{id:"Vector 3654",d:"M 11.899998,2.1000007 10.399994,3.6000004"}),e.jsx("path",{id:"Vector 3655",d:"m 8.59981,9.4 -1,1 c -1.10457,1.1046 -2.89543,1.1046 -4,0 -1.10457,-1.1046 -1.10457,-2.89543 0,-4 l 1,-1 z"}),e.jsx("path",{id:"Vector 3656",d:"M 9.3999914,8.5999993 10.399994,7.5999995 c 1.104603,-1.1045697 1.104603,-2.8954294 0,-3.9999991 -1.1046029,-1.1045698 -2.8954384,-1.1045698 -4.0000117,0 l -1.000003,0.9999998 z"}),e.jsx("path",{id:"Vector 3657",d:"M 5.6,6.4 7.1,4.9"}),e.jsx("path",{id:"Vector 3658",d:"M 7.6,8.4 9.1,6.9"})]})]}),"BusIsOn"),F=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Plugs--Streamline-Core",children:[e.jsx("desc",{children:"Plugs Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"plugs",children:[e.jsx("path",{id:"Vector 3653",d:"m1 13 1.5 -1.5"}),e.jsx("path",{id:"Vector 3654",d:"m13 1 -1.5 1.5"}),e.jsx("path",{id:"Vector 3655",d:"m7.49981 10.5 -1 1c-1.10457 1.1046 -2.89543 1.1046 -4 0 -1.10457 -1.1046 -1.10457 -2.89543 0 -4l1 -1 4 4Z"}),e.jsx("path",{id:"Vector 3656",d:"m10.5 7.5 1 -1c1.1046 -1.10457 1.1046 -2.89543 0 -4 -1.1046 -1.10457 -2.89543 -1.10457 -4 0l-1 1 4 4Z"}),e.jsx("path",{id:"Vector 3657",d:"M4.5 7.5 6 6"}),e.jsx("path",{id:"Vector 3658",d:"M6.5 9.5 8 8"})]})]}),"BusIsOff"),R=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Copy-Document--Streamline-Core",children:[e.jsx("desc",{children:"Copy Document Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"copy-document",children:[e.jsx("path",{id:"Vector 3887",d:"M10 3H5c-0.55228 0 -1 0.44772 -1 1v8.5c0 0.5523 0.44772 1 1 1h6.5c0.5523 0 1 -0.4477 1 -1v-7L10 3Z"}),e.jsx("path",{id:"Vector 3889",d:"M7.5 0.5h-5c-0.55228 0 -1 0.447716 -1 1V10"}),e.jsx("path",{id:"Vector 3888",d:"M9.5 3v3h3"})]})]}),"Copy"),b=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Select-All--Streamline-Core",children:[e.jsx("desc",{children:"Select All Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"select-all",children:[e.jsx("path",{id:"Vector 2558",d:"M5.5 1h3"}),e.jsx("path",{id:"Vector 2559",d:"M5.5 13h3"}),e.jsx("path",{id:"Vector 2554",d:"M1 5.5v3"}),e.jsx("path",{id:"Vector 2555",d:"M1 11v1c0 0.5523 0.44772 1 1 1h1"}),e.jsx("path",{id:"Vector 2556",d:"M11 13h1c0.5523 0 1 -0.4477 1 -1v-1"}),e.jsx("path",{id:"Vector 2557",d:"M13 3V2c0 -0.55228 -0.4477 -1 -1 -1h-1"}),e.jsx("path",{id:"Vector 2553",d:"M1 3V2c0 -0.55228 0.44772 -1 1 -1h1"}),e.jsx("path",{id:"Rectangle 433",d:"M3.5 4.49988c0 -0.55229 0.44772 -1 1 -1h5c0.5523 0 1 0.44771 1 1v5c0 0.55232 -0.4477 1.00002 -1 1.00002h-5c-0.55228 0 -1 -0.4477 -1 -1.00002v-5Z"}),e.jsx("path",{id:"Vector 2560",d:"M13 5.5v3"})]})]}),"SelectAll"),U=o.createSvgIcon(e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",id:"Link-Share-2--Streamline-Core",children:[e.jsx("desc",{children:"Link Share 2 Streamline Icon: https://streamlinehq.com"}),e.jsxs("g",{id:"link-share-2--create-hyperlink-link-make-unlink-square",children:[e.jsx("path",{id:"Vector",d:"M11 7.5V12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S10.2652 13 10 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V4c0 -0.26522 0.10536 -0.51957 0.29289 -0.70711C1.48043 3.10536 1.73478 3 2 3h4.5"}),e.jsx("path",{id:"Vector_2",d:"M9.5 1H13v3.5"}),e.jsx("path",{id:"Vector_3",d:"M13 1 7.5 6.5"})]})]}),"OpenExternally"),z=o.createSvgIcon(e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",strokeWidth:1,stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsxs("g",{id:"layout-window-12--columns-layout-layouts-three",children:[e.jsx("path",{id:"Vector",d:"m1 2.00012 0 9.99998c0 0.5523 0.44772 1 1 1l10 0c0.5523 0 1 -0.4477 1 -1l0 -9.99998c0 -0.55228 -0.4477 -1 -1 -1l-10 0c-0.55228 0 -1 0.44772 -1 1Z"}),e.jsx("path",{id:"Vector 885",d:"M9 0.999998 9 13"}),e.jsx("path",{id:"Vector 886",d:"m5 1 0 12"})]})}),"ColumnSettings");exports.AddIcon=w;exports.ArrowDownIcon=V;exports.ArrowLeftIcon=k;exports.ArrowRightIcon=I;exports.ArrowUpIcon=C;exports.BusIsOffIcon=F;exports.BusIsOnIcon=_;exports.ClearIcon=r;exports.CloseIcon=r;exports.ColumnSettingsIcon=z;exports.CopyIcon=R;exports.DarkModeIcon=d;exports.DeleteIcon=v;exports.DisableIcon=P;exports.EditIcon=g;exports.EnableIcon=T;exports.FilterIcon=D;exports.FixedPositionIcon=Z;exports.LeaveFullScreenIcon=j;exports.LightModeIcon=a;exports.LineArrowDownIcon=u;exports.LineArrowUpIcon=S;exports.MaximizeWindowIcon=m;exports.MeasurementSetupIcon=q;exports.MoreHorizIcon=M;exports.MoreVertIcon=L;exports.NewIcon=t;exports.OpenExternallyIcon=U;exports.OpenIcon=n;exports.PauseIcon=A;exports.PlayIcon=B;exports.PlaySolidIcon=f;exports.SaveIcon=i;exports.SelectAllIcon=b;exports.ServiceIconActive=s;exports.ServiceIconInactive=c;exports.SettingsIcon=l;exports.StopIcon=y;exports.StopSolidIcon=W;exports.ToolsPanelHiddenIcon=h;exports.ToolsPanelVisibleIcon=x;exports.UnmaximizeWindowIcon=p;exports.WorkspacesIcon=H;
|
package/dist/icons.mjs
CHANGED
|
@@ -119,34 +119,10 @@ const n = o(
|
|
|
119
119
|
d: "M9.47227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V3.88353"
|
|
120
120
|
}
|
|
121
121
|
),
|
|
122
|
-
/* @__PURE__ */ e(
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
d: "m6 11 -1 2.5"
|
|
127
|
-
}
|
|
128
|
-
),
|
|
129
|
-
/* @__PURE__ */ e(
|
|
130
|
-
"path",
|
|
131
|
-
{
|
|
132
|
-
id: "Vector_3",
|
|
133
|
-
d: "m8 11 1 2.5"
|
|
134
|
-
}
|
|
135
|
-
),
|
|
136
|
-
/* @__PURE__ */ e(
|
|
137
|
-
"path",
|
|
138
|
-
{
|
|
139
|
-
id: "Vector_4",
|
|
140
|
-
d: "M4 13.5h6"
|
|
141
|
-
}
|
|
142
|
-
),
|
|
143
|
-
/* @__PURE__ */ e(
|
|
144
|
-
"path",
|
|
145
|
-
{
|
|
146
|
-
id: "Vector_5",
|
|
147
|
-
d: "m13.5 0.5 -4 5 -2 -1.5"
|
|
148
|
-
}
|
|
149
|
-
)
|
|
122
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "m6 11 -1 2.5" }),
|
|
123
|
+
/* @__PURE__ */ e("path", { id: "Vector_3", d: "m8 11 1 2.5" }),
|
|
124
|
+
/* @__PURE__ */ e("path", { id: "Vector_4", d: "M4 13.5h6" }),
|
|
125
|
+
/* @__PURE__ */ e("path", { id: "Vector_5", d: "m13.5 0.5 -4 5 -2 -1.5" })
|
|
150
126
|
] })
|
|
151
127
|
]
|
|
152
128
|
}
|
|
@@ -174,27 +150,9 @@ const n = o(
|
|
|
174
150
|
d: "M5.97227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V6.63353"
|
|
175
151
|
}
|
|
176
152
|
),
|
|
177
|
-
/* @__PURE__ */ e(
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
id: "Vector_2",
|
|
181
|
-
d: "m6 11 -1 2.5"
|
|
182
|
-
}
|
|
183
|
-
),
|
|
184
|
-
/* @__PURE__ */ e(
|
|
185
|
-
"path",
|
|
186
|
-
{
|
|
187
|
-
id: "Vector_3",
|
|
188
|
-
d: "m8 11 1 2.5"
|
|
189
|
-
}
|
|
190
|
-
),
|
|
191
|
-
/* @__PURE__ */ e(
|
|
192
|
-
"path",
|
|
193
|
-
{
|
|
194
|
-
id: "Vector_4",
|
|
195
|
-
d: "M4 13.5h6"
|
|
196
|
-
}
|
|
197
|
-
),
|
|
153
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "m6 11 -1 2.5" }),
|
|
154
|
+
/* @__PURE__ */ e("path", { id: "Vector_3", d: "m8 11 1 2.5" }),
|
|
155
|
+
/* @__PURE__ */ e("path", { id: "Vector_4", d: "M4 13.5h6" }),
|
|
198
156
|
/* @__PURE__ */ e(
|
|
199
157
|
"path",
|
|
200
158
|
{
|
|
@@ -202,13 +160,7 @@ const n = o(
|
|
|
202
160
|
d: "M12.95 2.5c-0.2316 -1.14112 -1.2405 -2 -2.45 -2C9.11929 0.5 8 1.61929 8 3s1.11929 2.5 2.5 2.5c0.6169 0 1.1816 -0.22342 1.6176 -0.59376"
|
|
203
161
|
}
|
|
204
162
|
),
|
|
205
|
-
/* @__PURE__ */ e(
|
|
206
|
-
"path",
|
|
207
|
-
{
|
|
208
|
-
id: "Ellipse 973",
|
|
209
|
-
d: "m13.5 1 -0.55 1.5 -1.45 -0.25"
|
|
210
|
-
}
|
|
211
|
-
)
|
|
163
|
+
/* @__PURE__ */ e("path", { id: "Ellipse 973", d: "m13.5 1 -0.55 1.5 -1.45 -0.25" })
|
|
212
164
|
] })
|
|
213
165
|
]
|
|
214
166
|
}
|
|
@@ -752,7 +704,7 @@ const n = o(
|
|
|
752
704
|
}
|
|
753
705
|
),
|
|
754
706
|
"Play"
|
|
755
|
-
),
|
|
707
|
+
), j = o(
|
|
756
708
|
/* @__PURE__ */ r(
|
|
757
709
|
"svg",
|
|
758
710
|
{
|
|
@@ -776,7 +728,7 @@ const n = o(
|
|
|
776
728
|
}
|
|
777
729
|
),
|
|
778
730
|
"PlaySolid"
|
|
779
|
-
),
|
|
731
|
+
), A = o(
|
|
780
732
|
/* @__PURE__ */ r(
|
|
781
733
|
"svg",
|
|
782
734
|
{
|
|
@@ -801,7 +753,7 @@ const n = o(
|
|
|
801
753
|
}
|
|
802
754
|
),
|
|
803
755
|
"Stop"
|
|
804
|
-
),
|
|
756
|
+
), D = o(
|
|
805
757
|
/* @__PURE__ */ r(
|
|
806
758
|
"svg",
|
|
807
759
|
{
|
|
@@ -825,7 +777,7 @@ const n = o(
|
|
|
825
777
|
}
|
|
826
778
|
),
|
|
827
779
|
"StopSolid"
|
|
828
|
-
),
|
|
780
|
+
), q = o(
|
|
829
781
|
/* @__PURE__ */ r(
|
|
830
782
|
"svg",
|
|
831
783
|
{
|
|
@@ -1001,28 +953,61 @@ const n = o(
|
|
|
1001
953
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1002
954
|
fill: "none",
|
|
1003
955
|
viewBox: "0 0 14 14",
|
|
956
|
+
id: "Check-Circle--Streamline-Core",
|
|
957
|
+
height: "14",
|
|
958
|
+
width: "14",
|
|
1004
959
|
strokeWidth: 1,
|
|
1005
960
|
stroke: "currentColor",
|
|
1006
961
|
strokeLinecap: "round",
|
|
1007
962
|
strokeLinejoin: "round",
|
|
1008
|
-
id: "Block-1--Streamline-Core",
|
|
1009
963
|
children: [
|
|
1010
|
-
/* @__PURE__ */ e("desc", { children: "
|
|
1011
|
-
/* @__PURE__ */ r("g", { id: "
|
|
964
|
+
/* @__PURE__ */ e("desc", { children: "Check Circle Streamline Icon: https://streamlinehq.com" }),
|
|
965
|
+
/* @__PURE__ */ r("g", { id: "check-circle--checkmark-addition-circle-success-check-validation-add-form-tick", children: [
|
|
1012
966
|
/* @__PURE__ */ e(
|
|
1013
967
|
"path",
|
|
1014
968
|
{
|
|
1015
969
|
id: "Vector",
|
|
1016
|
-
d: "M7
|
|
970
|
+
d: "M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"
|
|
1017
971
|
}
|
|
1018
972
|
),
|
|
1019
|
-
/* @__PURE__ */ e("path", { id: "Vector_2", d: "
|
|
973
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "m9.91699 4.75 -4 5 -2 -1.5" })
|
|
1020
974
|
] })
|
|
1021
975
|
]
|
|
1022
976
|
}
|
|
1023
977
|
),
|
|
1024
978
|
"Disable"
|
|
1025
979
|
), R = o(
|
|
980
|
+
/* @__PURE__ */ r(
|
|
981
|
+
"svg",
|
|
982
|
+
{
|
|
983
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
984
|
+
fill: "none",
|
|
985
|
+
viewBox: "0 0 14 14",
|
|
986
|
+
id: "Delete-Circle--Streamline-Core",
|
|
987
|
+
height: "14",
|
|
988
|
+
width: "14",
|
|
989
|
+
strokeWidth: 1,
|
|
990
|
+
stroke: "currentColor",
|
|
991
|
+
strokeLinecap: "round",
|
|
992
|
+
strokeLinejoin: "round",
|
|
993
|
+
children: [
|
|
994
|
+
/* @__PURE__ */ e("desc", { children: "Delete Circle Streamline Icon: https://streamlinehq.com" }),
|
|
995
|
+
/* @__PURE__ */ r("g", { id: "delete-circle--button-delete-remove-add-circle-buttons-cross-x-mathematics-multiply-math", children: [
|
|
996
|
+
/* @__PURE__ */ e("path", { id: "Vector", d: "m9.5 4.5 -5 5" }),
|
|
997
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "m4.5 4.5 5 5" }),
|
|
998
|
+
/* @__PURE__ */ e(
|
|
999
|
+
"path",
|
|
1000
|
+
{
|
|
1001
|
+
id: "Vector_3",
|
|
1002
|
+
d: "M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"
|
|
1003
|
+
}
|
|
1004
|
+
)
|
|
1005
|
+
] })
|
|
1006
|
+
]
|
|
1007
|
+
}
|
|
1008
|
+
),
|
|
1009
|
+
"Disable"
|
|
1010
|
+
), U = o(
|
|
1026
1011
|
/* @__PURE__ */ r(
|
|
1027
1012
|
"svg",
|
|
1028
1013
|
{
|
|
@@ -1060,7 +1045,7 @@ const n = o(
|
|
|
1060
1045
|
}
|
|
1061
1046
|
),
|
|
1062
1047
|
"BusIsOn"
|
|
1063
|
-
),
|
|
1048
|
+
), b = o(
|
|
1064
1049
|
/* @__PURE__ */ r(
|
|
1065
1050
|
"svg",
|
|
1066
1051
|
{
|
|
@@ -1127,7 +1112,7 @@ const n = o(
|
|
|
1127
1112
|
}
|
|
1128
1113
|
),
|
|
1129
1114
|
"Copy"
|
|
1130
|
-
),
|
|
1115
|
+
), E = o(
|
|
1131
1116
|
/* @__PURE__ */ r(
|
|
1132
1117
|
"svg",
|
|
1133
1118
|
{
|
|
@@ -1191,6 +1176,31 @@ const n = o(
|
|
|
1191
1176
|
}
|
|
1192
1177
|
),
|
|
1193
1178
|
"OpenExternally"
|
|
1179
|
+
), N = o(
|
|
1180
|
+
/* @__PURE__ */ e(
|
|
1181
|
+
"svg",
|
|
1182
|
+
{
|
|
1183
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1184
|
+
fill: "none",
|
|
1185
|
+
viewBox: "0 0 14 14",
|
|
1186
|
+
strokeWidth: 1,
|
|
1187
|
+
stroke: "currentColor",
|
|
1188
|
+
strokeLinecap: "round",
|
|
1189
|
+
strokeLinejoin: "round",
|
|
1190
|
+
children: /* @__PURE__ */ r("g", { id: "layout-window-12--columns-layout-layouts-three", children: [
|
|
1191
|
+
/* @__PURE__ */ e(
|
|
1192
|
+
"path",
|
|
1193
|
+
{
|
|
1194
|
+
id: "Vector",
|
|
1195
|
+
d: "m1 2.00012 0 9.99998c0 0.5523 0.44772 1 1 1l10 0c0.5523 0 1 -0.4477 1 -1l0 -9.99998c0 -0.55228 -0.4477 -1 -1 -1l-10 0c-0.55228 0 -1 0.44772 -1 1Z"
|
|
1196
|
+
}
|
|
1197
|
+
),
|
|
1198
|
+
/* @__PURE__ */ e("path", { id: "Vector 885", d: "M9 0.999998 9 13" }),
|
|
1199
|
+
/* @__PURE__ */ e("path", { id: "Vector 886", d: "m5 1 0 12" })
|
|
1200
|
+
] })
|
|
1201
|
+
}
|
|
1202
|
+
),
|
|
1203
|
+
"ColumnSettings"
|
|
1194
1204
|
);
|
|
1195
1205
|
export {
|
|
1196
1206
|
C as AddIcon,
|
|
@@ -1198,15 +1208,17 @@ export {
|
|
|
1198
1208
|
x as ArrowLeftIcon,
|
|
1199
1209
|
I as ArrowRightIcon,
|
|
1200
1210
|
B as ArrowUpIcon,
|
|
1201
|
-
|
|
1202
|
-
|
|
1211
|
+
b as BusIsOffIcon,
|
|
1212
|
+
U as BusIsOnIcon,
|
|
1203
1213
|
u as ClearIcon,
|
|
1204
1214
|
u as CloseIcon,
|
|
1215
|
+
N as ColumnSettingsIcon,
|
|
1205
1216
|
z as CopyIcon,
|
|
1206
1217
|
a as DarkModeIcon,
|
|
1207
1218
|
V as DeleteIcon,
|
|
1208
|
-
|
|
1219
|
+
R as DisableIcon,
|
|
1209
1220
|
S as EditIcon,
|
|
1221
|
+
F as EnableIcon,
|
|
1210
1222
|
H as FilterIcon,
|
|
1211
1223
|
T as FixedPositionIcon,
|
|
1212
1224
|
v as LeaveFullScreenIcon,
|
|
@@ -1220,16 +1232,16 @@ export {
|
|
|
1220
1232
|
n as NewIcon,
|
|
1221
1233
|
O as OpenExternallyIcon,
|
|
1222
1234
|
c as OpenIcon,
|
|
1223
|
-
|
|
1235
|
+
q as PauseIcon,
|
|
1224
1236
|
Z as PlayIcon,
|
|
1225
|
-
|
|
1237
|
+
j as PlaySolidIcon,
|
|
1226
1238
|
d as SaveIcon,
|
|
1227
|
-
|
|
1239
|
+
E as SelectAllIcon,
|
|
1228
1240
|
l as ServiceIconActive,
|
|
1229
1241
|
s as ServiceIconInactive,
|
|
1230
1242
|
h as SettingsIcon,
|
|
1231
|
-
|
|
1232
|
-
|
|
1243
|
+
A as StopIcon,
|
|
1244
|
+
D as StopSolidIcon,
|
|
1233
1245
|
m as ToolsPanelHiddenIcon,
|
|
1234
1246
|
w as ToolsPanelVisibleIcon,
|
|
1235
1247
|
g as UnmaximizeWindowIcon,
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var G=Object.defineProperty;var X=(e,s,t)=>s in e?G(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t;var E=(e,s,t)=>X(e,typeof s!="symbol"?s+"":s,t);const a=require("react"),v=require("uuid");require("long");const H=require("./ElectronAPIFake.js"),F=require("./status_params.js"),g=require("react/jsx-runtime"),b=require("@mui/material"),Y=require("./ipc.js"),J=require("./models.js"),Z=(e,s,...t)=>{let o=s;for(let r=0;r<t.length;r+=1){const n=`{${r}}`;if(o.indexOf(n)!==-1){const u=t[r];o=typeof u=="string"?o.replace(n,u):o.replace(n,u.toLocaleString(e))}}return o};class K{constructor(s,t){E(this,"language");E(this,"strings");this.language=s,this.strings=t}getString(s,...t){if(this.strings&&s in this.strings){const o=this.strings[s];return t.length>0?Z(this.language,o,...t):o}return s}}const d=Y.getLogger("DataProviders"),l=window.electron??H.electronApiFake,q=e=>({palette:{mode:e,primary:{main:e==="light"?"#006782":"#03648A"},secondary:{main:e==="light"?"#44439A":"#AFA7FD"},error:{main:e==="light"?"#BA1A1A":"#FD452F"},divider:e==="light"?"#33859B":"#3583A1"},spacing:4,typography:{button:{lineHeight:1,textTransform:void 0},fontSize:12},shape:{borderRadius:4},components:{MuiButton:{defaultProps:{size:"small"}},MuiFilledInput:{defaultProps:{margin:"dense"}},MuiFormControl:{defaultProps:{margin:"dense"}},MuiFormHelperText:{defaultProps:{margin:"dense"}},MuiIconButton:{defaultProps:{size:"small"}},MuiInputBase:{defaultProps:{margin:"dense"}},MuiInputLabel:{defaultProps:{margin:"dense"}},MuiListItem:{defaultProps:{dense:!0}},MuiOutlinedInput:{defaultProps:{margin:"dense"}},MuiFab:{defaultProps:{size:"small"}},MuiTable:{defaultProps:{size:"small"}},MuiTextField:{defaultProps:{margin:"dense"}},MuiToolbar:{defaultProps:{variant:"dense"}}}});function V({children:e}){const s=S(),[t,o]=a.useState(b.createTheme(q(s.theme)));return a.useEffect(()=>{o(b.createTheme(q(s.theme)))},[s.theme]),g.jsxs(b.ThemeProvider,{theme:t,children:[g.jsx(b.CssBaseline,{}),e]})}const w=new Map,M=new Map,x=new Map,C=new Map,k=new Map,T=new Map,L=new Map,j=new Map,D=new Map,R=new Map;async function h(e,s,t,o){switch(s){case"devices-changed":{if(w.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("dm-devices-changed",n);w.set(e,{remover:c,listener:n})}return l.ipcRenderer.invoke("rpc-get-devices",!1)}case"user-settings-changed":{if(M.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("user-settings-changed",n);M.set(e,{remover:c,listener:n})}return l.ipcRenderer.invoke("app-get-user-settings")}case"new-log-messages":{if(x.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("new-log-messages",n);x.set(e,{remover:c,listener:n})}return Promise.resolve()}case"online-status-changed":{if(C.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("mm-is-online-changed",n);C.set(e,{remover:c,listener:n})}return l.ipcRenderer.invoke("rpc-get-online-status")}case"periodic-trans-started":{if(k.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("mm-periodic-trans-started",n);k.set(e,{remover:c,listener:n})}return Promise.resolve("")}case"periodic-trans-stopped":{if(T.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("mm-periodic-trans-stopped",n);T.set(e,{remover:c,listener:n})}return Promise.resolve("")}case"new-measurement-data":{if(L.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("mm-new-measurement-data",n);L.set(e,{remover:c,listener:n})}return(o==null?void 0:o.numberOfHistoryFrames)>0?l.ipcRenderer.invoke("mm-get-latest-measurement-data",o.numberOfHistoryFrames):Promise.resolve([])}case"new-measurement-status":{if(j.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("mm-new-measurement-status",n);j.set(e,{remover:c,listener:n})}return l.ipcRenderer.invoke("rpc-get-node-statuses")}case"meas-setup-changed":{if(D.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("project-meas-setup-changed",n);D.set(e,{remover:c,listener:n})}return l.ipcRenderer.invoke("prj-get-meas-setup")}case"workspace-panes-changed":{if(R.has(e))d.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=l.ipcRenderer.on("project-workspace-panes-changed",n);R.set(e,{remover:c,listener:n})}return l.ipcRenderer.invoke("prj-get-workspace-panes")}}return Promise.reject(new Error("Invalid event type"))}const p=async(e,s)=>{switch(s){case"devices-changed":{const t=w.get(e);t?(t.remover(),w.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"user-settings-changed":{const t=M.get(e);t?(t.remover(),M.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"new-log-messages":{const t=x.get(e);t?(t.remover(),x.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"online-status-changed":{const t=C.get(e);t?(t.remover(),C.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-started":{const t=k.get(e);t?(t.remover(),k.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-stopped":{const t=T.get(e);t?(t.remover(),T.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-data":{const t=L.get(e);t?(t.remover(),L.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-status":{const t=j.get(e);t?(t.remover(),j.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"meas-setup-changed":{const t=D.get(e);t?(t.remover(),D.delete(e)):d.warn("The callback has not been added as listener to this event!")}break;case"workspace-panes-changed":{const t=R.get(e);t?(t.remover(),R.delete(e)):d.warn("The callback has not been added as listener to this event!")}break}},ee=window!=null&&window.matchMedia?window.matchMedia("(prefers-color-scheme: dark)").matches:!1,$=Object.assign({},J.defaultUserSettings,{theme:ee?"dark":"light"}),N=a.createContext($),te=({initialUserSettings:e=void 0,children:s=void 0})=>{const[t,o]=a.useState(e??$);return a.useEffect(()=>{const r=v.v4();return h(r,"user-settings-changed",o).then(n=>o(n)).catch(),()=>{p(r,"user-settings-changed")}},[]),g.jsx(N.Provider,{value:t,children:s})},I=a.createContext(null),se=({children:e=void 0})=>{const[s,t]=a.useState(null);return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){d.error("DevicesProvider",c)}},r=v.v4();return h(r,"devices-changed",o).then(n=>o(n)).catch(),()=>{p(r,"devices-changed")}},[]),g.jsx(I.Provider,{value:s,children:e})},z=a.createContext([]),ne=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){d.error("MeasurementStatusProvider",c)}},r=v.v4();return h(r,"new-measurement-status",o).then(n=>o(n)).catch(),()=>{p(r,"new-measurement-status")}},[]),g.jsx(z.Provider,{value:s,children:e})},_=a.createContext({language:"en",sources:[],dataProcessors:[],targets:[]}),re=({children:e=void 0})=>{const[s,t]=a.useState({language:"en",sources:[],dataProcessors:[],targets:[]});return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){d.error("MeasurementSetupProvider",c)}},r=v.v4();return h(r,"meas-setup-changed",o).then(n=>o(n)).catch(),()=>{p(r,"meas-setup-changed")}},[]),g.jsx(_.Provider,{value:s,children:e})},A=a.createContext({isOnline:!1}),ae=({children:e=void 0})=>{const[s,t]=a.useState({isOnline:!1});return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){d.error("OnlineStatusProvider",c)}},r=v.v4();return h(r,"online-status-changed",o).then(n=>o(n)).catch(),()=>{p(r,"online-status-changed")}},[]),g.jsx(A.Provider,{value:s,children:e})},B=a.createContext([]),oe=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const o=u=>{try{t(i=>[...i,u])}catch(i){d.error("RunningPeriodicTransmissionsProvider - started",i)}},r=u=>{try{t(i=>{const m=i.findIndex(P=>P===u);if(m===-1)return i;const f=[...i];return f.splice(m,1),f})}catch(i){d.error("RunningPeriodicTransmissionsProvider - stopped",i)}},n=v.v4();h(n,"periodic-trans-started",o);const c=v.v4();return h(c,"periodic-trans-stopped",r),()=>{p(n,"periodic-trans-started"),p(c,"periodic-trans-stopped")}},[]),g.jsx(B.Provider,{value:s,children:e})},U=a.createContext([]),ce=({children:e=void 0})=>{const s=a.useRef(new J.DataBuffer(1e3)),[t,o]=a.useState([]);return a.useEffect(()=>{const r=c=>{try{c===null?s.current.clear():s.current.push(...c),o(Array.from(s.current))}catch(u){d.error("LogMessagesProvider",u)}},n=v.v4();return h(n,"new-log-messages",r),()=>{p(n,"new-log-messages")}},[]),g.jsx(U.Provider,{value:t,children:e})},O=a.createContext([[],()=>{}]),ie=({children:e=void 0})=>{const[s,t]=a.useState(null),o=a.useCallback(r=>{if(s!==null)if(typeof r=="function"){const n=r(s);l.ipcRenderer.invoke("prj-update-project",{workspacePanes:n})}else l.ipcRenderer.invoke("prj-update-project",{workspacePanes:r})},[s]);return a.useEffect(()=>{const r=c=>{try{t(c)}catch(u){d.error("WorkspacePanesProvider",u)}},n=v.v4();return h(n,"workspace-panes-changed",r).then(c=>r(c)).catch(),()=>{p(n,"workspace-panes-changed")}},[]),g.jsx(O.Provider,{value:[s,o],children:e})},ue=({initialUserSettings:e=void 0,children:s=void 0})=>g.jsx(te,{initialUserSettings:e,children:g.jsx(se,{children:g.jsx(re,{children:g.jsx(ne,{children:g.jsx(ae,{children:g.jsx(oe,{children:g.jsx(ce,{children:g.jsx(ie,{children:g.jsx(V,{children:s})})})})})})})})}),y=window.electron??H.electronApiFake,S=()=>a.useContext(N),de=()=>{const e=S();return a.useMemo(()=>e.useHexNumericBase?16:10,[e.useHexNumericBase])},le=()=>{const e=S();return a.useMemo(()=>e.maxDataBytes,[e.maxDataBytes])},ge=()=>{const e=S();return a.useMemo(()=>e.language,[e.language])},me=()=>{const e=S();return a.useMemo(()=>new K(e.language,e.strings),[e.language,e.strings])},he=()=>{const e=S();return a.useMemo(()=>e.recentProjectFiles,[e.recentProjectFiles])},pe=()=>a.useContext(I),ve=()=>a.useContext(_),W=()=>a.useContext(z),fe=e=>{const s=W();return a.useMemo(()=>s.find(o=>o.nodeId===e)??null,[e,s])},Se=()=>{const e=W();return a.useMemo(()=>{const t=e.filter(o=>o.busStatus).map(o=>Math.max(Number(o.busStatus.busOnStatus)??F.StatusLevel.STATUS_LEVEL_NONE,Number(o.busStatus.errorStatus)??F.StatusLevel.STATUS_LEVEL_NONE,Number(o.busStatus.overrunStatus)??F.StatusLevel.STATUS_LEVEL_NONE));return Math.max(...t)},[e])},Q=()=>a.useContext(A),Pe=()=>{const e=Q();return a.useMemo(()=>(e==null?void 0:e.isOnline)===!0,[e==null?void 0:e.isOnline])},be=()=>a.useContext(B),we=()=>a.useContext(U),Me=(e,s)=>{const[t,o]=a.useState([]),[r,n]=a.useState([]);return a.useEffect(()=>{const c=v.v4();return h(c,"new-measurement-data",n,{numberOfHistoryFrames:e}).then(u=>n(u)).catch(),()=>{p(c,"new-measurement-data")}},[]),a.useEffect(()=>{r!==null&&o(c=>{const u=c.map(m=>m.hashCode),i=r.filter(m=>!u.includes(m.hashCode));if(s){const m=i.filter(s);return c.length===0&&m.length===0?c:m}return c.length===0&&i.length===0?c:i})},[r,s]),t},xe=(e,s)=>{const[t,o]=a.useContext(O),[r,n]=a.useMemo(()=>{var u;try{if(t===null)return[!1,s??{}];const i=t==null?void 0:t.find(f=>f.id===e),m=(u=i==null?void 0:i.componentData)!=null&&u.componentProps?JSON.parse(i.componentData.componentProps):{};return s!==void 0?[!0,Object.assign({},s,m)]:[!0,m]}catch{return[!1,s??{}]}},[s,e,t]),c=a.useCallback(u=>{try{o(i=>{const m=[...i],f=m.find(P=>P.id===e);if(f!=null&&f.componentData){const P=u instanceof Function?JSON.stringify(u(n)):JSON.stringify(u);return f.componentData.componentProps=P,m}return i})}catch{}},[e,n,o]);return{projectDataIsInitialized:r,projectData:n,setProjectData:c}},Ce=(e,s)=>{const[t,o]=a.useState(!1),[r,n]=a.useState(s??{});return a.useEffect(()=>{y.ipcRenderer.invoke("app-get-workspace-view-session-data",e).then(c=>{try{const u=c?JSON.parse(c):{};s!==void 0?(n(Object.assign({},s,u)),o(!0)):(n(u),o(!0))}catch{o(!1),n(s??{})}}).catch()},[s,e]),a.useEffect(()=>{try{if(t){const c=JSON.stringify(r);y.ipcRenderer.invoke("app-set-workspace-view-session-data",e,c).catch()}}catch{}},[e,r,t]),{sessionDataIsInitialized:t,sessionData:r,setSessionData:n}},ke=e=>{const[s]=a.useContext(O);return a.useMemo(()=>s.find(o=>o.id===e)??null,[e,s])},Te=()=>{const[e,s]=a.useState([]);return a.useEffect(()=>{y.ipcRenderer.invoke("rpc-get-message-log-file-formats").then(t=>s(t)).catch()},[]),e};exports.CanKingDataProvider=ue;exports.DevicesContext=I;exports.LocalizedStrings=K;exports.LogMessagesContext=U;exports.MeasurementSetupContext=_;exports.MeasurementStatusContext=z;exports.OnlineStatusContext=A;exports.RunningPeriodicTransmissionsContext=B;exports.UserSettingsContext=N;exports.WorkspacePanesContext=O;exports.addEventListener=h;exports.removeEventListener=p;exports.useDevices=pe;exports.useIsOnline=Pe;exports.useLanguage=ge;exports.useLocalizedStrings=me;exports.useLogMessages=we;exports.useMaxDataBytes=le;exports.useMeasurementSetup=ve;exports.useMeasurementStatus=W;exports.useMessageLogFileFormats=Te;exports.useNewMeasurementData=Me;exports.useNodeStatus=fe;exports.useNumericRadix=de;exports.useOnlineStatus=Q;exports.useOverallStatusLevel=Se;exports.useProjectData=xe;exports.useRecentProjectFiles=he;exports.useRunningPeriodicTransmissions=be;exports.useSessionData=Ce;exports.useUserSettings=S;exports.useWorkspacePaneWithId=ke;
|
|
1
|
+
"use strict";var G=Object.defineProperty;var X=(e,s,t)=>s in e?G(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t;var E=(e,s,t)=>X(e,typeof s!="symbol"?s+"":s,t);const a=require("react"),v=require("uuid");require("long");const H=require("./ElectronAPIFake.js"),y=require("./status_params.js"),g=require("react/jsx-runtime"),b=require("@mui/material"),Y=require("./ipc.js"),J=require("./models.js"),Z=(e,s,...t)=>{let o=s;for(let r=0;r<t.length;r+=1){const n=`{${r}}`;if(o.indexOf(n)!==-1){const u=t[r];o=typeof u=="string"?o.replace(n,u):o.replace(n,u.toLocaleString(e))}}return o};class K{constructor(s,t){E(this,"language");E(this,"strings");this.language=s,this.strings=t}getString(s,...t){if(this.strings&&s in this.strings){const o=this.strings[s];return t.length>0?Z(this.language,o,...t):o}return s}}const l=Y.getLogger("DataProviders"),d=window.electron??H.electronApiFake,q=e=>({palette:{mode:e,primary:{main:e==="light"?"#006782":"#03648A"},secondary:{main:e==="light"?"#44439A":"#AFA7FD"},error:{main:e==="light"?"#BA1A1A":"#FD452F"},divider:e==="light"?"#33859B":"#3583A1"},spacing:4,typography:{button:{lineHeight:1,textTransform:void 0},fontSize:12},shape:{borderRadius:4},components:{MuiButton:{defaultProps:{size:"small"}},MuiFilledInput:{defaultProps:{margin:"dense"}},MuiFormControl:{defaultProps:{margin:"dense"}},MuiFormHelperText:{defaultProps:{margin:"dense"}},MuiIconButton:{defaultProps:{size:"small"}},MuiInputBase:{defaultProps:{margin:"dense"}},MuiInputLabel:{defaultProps:{margin:"dense"}},MuiListItem:{defaultProps:{dense:!0}},MuiOutlinedInput:{defaultProps:{margin:"dense"}},MuiFab:{defaultProps:{size:"small"}},MuiTable:{defaultProps:{size:"small"}},MuiTextField:{defaultProps:{margin:"dense"}},MuiToolbar:{defaultProps:{variant:"dense"}}}});function V({children:e}){const s=S(),[t,o]=a.useState(b.createTheme(q(s.theme)));return a.useEffect(()=>{o(b.createTheme(q(s.theme)))},[s.theme]),g.jsxs(b.ThemeProvider,{theme:t,children:[g.jsx(b.CssBaseline,{}),e]})}const w=new Map,M=new Map,x=new Map,C=new Map,k=new Map,L=new Map,T=new Map,j=new Map,D=new Map,R=new Map;async function h(e,s,t,o){switch(s){case"devices-changed":{if(w.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("dm-devices-changed",n);w.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("rpc-get-devices",!1)}case"user-settings-changed":{if(M.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("user-settings-changed",n);M.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("app-get-user-settings")}case"new-log-messages":{if(x.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("new-log-messages",n);x.set(e,{remover:c,listener:n})}return Promise.resolve()}case"online-status-changed":{if(C.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-is-online-changed",n);C.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("rpc-get-online-status")}case"periodic-trans-started":{if(k.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-periodic-trans-started",n);k.set(e,{remover:c,listener:n})}return Promise.resolve("")}case"periodic-trans-stopped":{if(L.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-periodic-trans-stopped",n);L.set(e,{remover:c,listener:n})}return Promise.resolve("")}case"new-measurement-data":{if(T.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-new-measurement-data",n);T.set(e,{remover:c,listener:n})}return(o==null?void 0:o.numberOfHistoryFrames)>0?d.ipcRenderer.invoke("mm-get-latest-measurement-data",o.numberOfHistoryFrames):Promise.resolve([])}case"new-measurement-status":{if(j.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("mm-new-measurement-status",n);j.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("rpc-get-node-statuses")}case"meas-setup-changed":{if(D.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("project-meas-setup-changed",n);D.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("prj-get-meas-setup")}case"workspace-panes-changed":{if(R.has(e))l.warn("The callback has already been added as listener to this event!");else{const r=t,n=(u,i)=>r(i),c=d.ipcRenderer.on("project-workspace-panes-changed",n);R.set(e,{remover:c,listener:n})}return d.ipcRenderer.invoke("prj-get-workspace-panes")}}return Promise.reject(new Error("Invalid event type"))}const p=async(e,s)=>{switch(s){case"devices-changed":{const t=w.get(e);t?(t.remover(),w.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"user-settings-changed":{const t=M.get(e);t?(t.remover(),M.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"new-log-messages":{const t=x.get(e);t?(t.remover(),x.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"online-status-changed":{const t=C.get(e);t?(t.remover(),C.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-started":{const t=k.get(e);t?(t.remover(),k.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"periodic-trans-stopped":{const t=L.get(e);t?(t.remover(),L.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-data":{const t=T.get(e);t?(t.remover(),T.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"new-measurement-status":{const t=j.get(e);t?(t.remover(),j.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"meas-setup-changed":{const t=D.get(e);t?(t.remover(),D.delete(e)):l.warn("The callback has not been added as listener to this event!")}break;case"workspace-panes-changed":{const t=R.get(e);t?(t.remover(),R.delete(e)):l.warn("The callback has not been added as listener to this event!")}break}},ee=window!=null&&window.matchMedia?window.matchMedia("(prefers-color-scheme: dark)").matches:!1,$=Object.assign({},J.defaultUserSettings,{theme:ee?"dark":"light"}),N=a.createContext($),te=({initialUserSettings:e=void 0,children:s=void 0})=>{const[t,o]=a.useState(e??$);return a.useEffect(()=>{const r=v.v4();return h(r,"user-settings-changed",o).then(n=>o(n)).catch(),()=>{p(r,"user-settings-changed")}},[]),g.jsx(N.Provider,{value:t,children:s})},I=a.createContext(null),se=({children:e=void 0})=>{const[s,t]=a.useState(null);return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("DevicesProvider",c)}},r=v.v4();return h(r,"devices-changed",o).then(n=>o(n)).catch(),()=>{p(r,"devices-changed")}},[]),g.jsx(I.Provider,{value:s,children:e})},z=a.createContext([]),ne=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("MeasurementStatusProvider",c)}},r=v.v4();return h(r,"new-measurement-status",o).then(n=>o(n)).catch(),()=>{p(r,"new-measurement-status")}},[]),g.jsx(z.Provider,{value:s,children:e})},_=a.createContext({language:"en",sources:[],dataProcessors:[],targets:[]}),re=({children:e=void 0})=>{const[s,t]=a.useState({language:"en",sources:[],dataProcessors:[],targets:[]});return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("MeasurementSetupProvider",c)}},r=v.v4();return h(r,"meas-setup-changed",o).then(n=>o(n)).catch(),()=>{p(r,"meas-setup-changed")}},[]),g.jsx(_.Provider,{value:s,children:e})},A=a.createContext({isOnline:!1}),ae=({children:e=void 0})=>{const[s,t]=a.useState({isOnline:!1});return a.useEffect(()=>{const o=n=>{try{t(n)}catch(c){l.error("OnlineStatusProvider",c)}},r=v.v4();return h(r,"online-status-changed",o).then(n=>o(n)).catch(),()=>{p(r,"online-status-changed")}},[]),g.jsx(A.Provider,{value:s,children:e})},B=a.createContext([]),oe=({children:e=void 0})=>{const[s,t]=a.useState([]);return a.useEffect(()=>{const o=u=>{try{t(i=>[...i,u])}catch(i){l.error("RunningPeriodicTransmissionsProvider - started",i)}},r=u=>{try{t(i=>{const m=i.findIndex(P=>P===u);if(m===-1)return i;const f=[...i];return f.splice(m,1),f})}catch(i){l.error("RunningPeriodicTransmissionsProvider - stopped",i)}},n=v.v4();h(n,"periodic-trans-started",o);const c=v.v4();return h(c,"periodic-trans-stopped",r),()=>{p(n,"periodic-trans-started"),p(c,"periodic-trans-stopped")}},[]),g.jsx(B.Provider,{value:s,children:e})},U=a.createContext([]),ce=({children:e=void 0})=>{const s=a.useRef(new J.DataBuffer(1e3)),[t,o]=a.useState([]);return a.useEffect(()=>{const r=c=>{try{c===null?s.current.clear():s.current.push(...c),o(Array.from(s.current))}catch(u){l.error("LogMessagesProvider",u)}},n=v.v4();return h(n,"new-log-messages",r),()=>{p(n,"new-log-messages")}},[]),g.jsx(U.Provider,{value:t,children:e})},O=a.createContext([[],()=>{}]),ie=({children:e=void 0})=>{const[s,t]=a.useState(null),o=a.useCallback(r=>{if(s!==null)if(typeof r=="function"){const n=r(s);d.ipcRenderer.invoke("prj-update-project",{workspacePanes:n})}else d.ipcRenderer.invoke("prj-update-project",{workspacePanes:r})},[s]);return a.useEffect(()=>{const r=c=>{try{t(c)}catch(u){l.error("WorkspacePanesProvider",u)}},n=v.v4();return h(n,"workspace-panes-changed",r).then(c=>r(c)).catch(),()=>{p(n,"workspace-panes-changed")}},[]),g.jsx(O.Provider,{value:[s,o],children:e})},ue=({initialUserSettings:e=void 0,children:s=void 0})=>g.jsx(te,{initialUserSettings:e,children:g.jsx(se,{children:g.jsx(re,{children:g.jsx(ne,{children:g.jsx(ae,{children:g.jsx(oe,{children:g.jsx(ce,{children:g.jsx(ie,{children:g.jsx(V,{children:s})})})})})})})})}),F=window.electron??H.electronApiFake,S=()=>a.useContext(N),le=()=>{const e=S();return a.useMemo(()=>e.useHexNumericBase?16:10,[e.useHexNumericBase])},de=()=>{const e=S();return a.useMemo(()=>e.maxDataBytes,[e.maxDataBytes])},ge=()=>{const e=S();return a.useMemo(()=>e.language,[e.language])},me=()=>{const e=S();return a.useMemo(()=>new K(e.language,e.strings),[e.language,e.strings])},he=()=>{const e=S();return a.useMemo(()=>e.recentProjectFiles,[e.recentProjectFiles])},pe=()=>a.useContext(I),ve=()=>a.useContext(_),W=()=>a.useContext(z),fe=e=>{const s=W();return a.useMemo(()=>s.find(o=>o.nodeId===e)??null,[e,s])},Se=()=>{const e=W();return a.useMemo(()=>{const t=e.filter(o=>o.busStatus).map(o=>Math.max(Number(o.busStatus.busOnStatus)??y.StatusLevel.STATUS_LEVEL_NONE,Number(o.busStatus.errorStatus)??y.StatusLevel.STATUS_LEVEL_NONE,Number(o.busStatus.overrunStatus)??y.StatusLevel.STATUS_LEVEL_NONE));return Math.max(...t)},[e])},Q=()=>a.useContext(A),Pe=()=>{const e=Q();return a.useMemo(()=>(e==null?void 0:e.isOnline)===!0,[e==null?void 0:e.isOnline])},be=()=>a.useContext(B),we=()=>a.useContext(U),Me=(e,s)=>{const[t,o]=a.useState([]),[r,n]=a.useState([]);return a.useEffect(()=>{const c=v.v4();return h(c,"new-measurement-data",n,{numberOfHistoryFrames:e}).then(u=>n(u)).catch(),()=>{p(c,"new-measurement-data")}},[]),a.useEffect(()=>{r!==null&&o(c=>{const u=c.map(m=>m.hashCode),i=r.filter(m=>!u.includes(m.hashCode));if(s){const m=i.filter(s);return c.length===0&&m.length===0?c:m}return c.length===0&&i.length===0?c:i})},[r,s]),t},xe=(e,s)=>{const[t,o]=a.useContext(O),[r,n]=a.useMemo(()=>{var u;try{if(t===null)return[!1,s??{}];const i=t==null?void 0:t.find(f=>f.id===e),m=(u=i==null?void 0:i.componentData)!=null&&u.componentProps?JSON.parse(i.componentData.componentProps):{};return s!==void 0?[!0,Object.assign({},s,m)]:[!0,m]}catch{return[!1,s??{}]}},[s,e,t]),c=a.useCallback(u=>{try{o(i=>{const m=[...i],f=m.find(P=>P.id===e);if(f!=null&&f.componentData){const P=u instanceof Function?JSON.stringify(u(n)):JSON.stringify(u);return f.componentData.componentProps=P,m}return i})}catch{}},[e,n,o]);return{projectDataIsInitialized:r,projectData:n,setProjectData:c}},Ce=(e,s)=>{const[t,o]=a.useState(!1),[r,n]=a.useState(s??{});return a.useEffect(()=>{F.ipcRenderer.invoke("app-get-workspace-view-session-data",e).then(c=>{try{const u=c?JSON.parse(c):{};s!==void 0?(n(Object.assign({},s,u)),o(!0)):(n(u),o(!0))}catch{o(!1),n(s??{})}}).catch()},[s,e]),a.useEffect(()=>{try{if(t){const c=JSON.stringify(r);F.ipcRenderer.invoke("app-set-workspace-view-session-data",e,c).catch()}}catch{}},[e,r,t]),{sessionDataIsInitialized:t,sessionData:r,setSessionData:n}},ke=e=>{const[s]=a.useContext(O);return a.useMemo(()=>s.find(o=>o.id===e)??null,[e,s])},Le=(e=!1)=>{const[s,t]=a.useState([]);return a.useEffect(()=>{F.ipcRenderer.invoke("rpc-get-message-log-file-formats",e).then(o=>t(o)).catch()},[e]),s},Te=()=>{const[e,s]=a.useState([]);return a.useEffect(()=>{F.ipcRenderer.invoke("rpc-get-signal-log-file-formats").then(t=>s(t)).catch()},[]),e};exports.CanKingDataProvider=ue;exports.DevicesContext=I;exports.LocalizedStrings=K;exports.LogMessagesContext=U;exports.MeasurementSetupContext=_;exports.MeasurementStatusContext=z;exports.OnlineStatusContext=A;exports.RunningPeriodicTransmissionsContext=B;exports.UserSettingsContext=N;exports.WorkspacePanesContext=O;exports.addEventListener=h;exports.removeEventListener=p;exports.useDevices=pe;exports.useIsOnline=Pe;exports.useLanguage=ge;exports.useLocalizedStrings=me;exports.useLogMessages=we;exports.useMaxDataBytes=de;exports.useMeasurementSetup=ve;exports.useMeasurementStatus=W;exports.useMessageLogFileFormats=Le;exports.useNewMeasurementData=Me;exports.useNodeStatus=fe;exports.useNumericRadix=le;exports.useOnlineStatus=Q;exports.useOverallStatusLevel=Se;exports.useProjectData=xe;exports.useRecentProjectFiles=he;exports.useRunningPeriodicTransmissions=be;exports.useSessionData=Ce;exports.useSignalLogFileFormats=Te;exports.useUserSettings=S;exports.useWorkspacePaneWithId=ke;
|