@teselagen/ove 0.5.11 → 0.5.13
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/AlignmentTool/index.d.ts +4 -0
- package/AlignmentView/AlignmentVisibilityTool.d.ts +2 -0
- package/AlignmentView/EditTrackNameDialog.d.ts +1 -0
- package/AlignmentView/HorizontalPanelDragHandle.d.ts +3 -0
- package/AlignmentView/Minimap.d.ts +63 -0
- package/AlignmentView/Mismatches.d.ts +20 -0
- package/AlignmentView/PairwiseAlignmentView.d.ts +9 -0
- package/AlignmentView/PerformantSelectionLayer.d.ts +1 -0
- package/AlignmentView/coerceInitialValue.d.ts +4 -0
- package/AlignmentView/getGapMap.d.ts +1 -0
- package/AlignmentView/getGaps.d.ts +4 -0
- package/AlignmentView/getPairwiseOverviewLinearViewOptions.d.ts +22 -0
- package/AlignmentView/getTrackFromEvent.d.ts +1 -0
- package/AlignmentView/index.d.ts +107 -0
- package/AlignmentView/isTargetWithinEl.d.ts +1 -0
- package/AlignmentView/updateTrackHelper.d.ts +10 -0
- package/AutoAnnotate.d.ts +4 -0
- package/AutoAnnotateBpMatchingDialog.d.ts +1 -0
- package/CircularView/Axis.d.ts +12 -0
- package/CircularView/AxisNumbers.d.ts +7 -0
- package/CircularView/Caret.d.ts +2 -0
- package/CircularView/CircularDnaSequence.d.ts +10 -0
- package/CircularView/CircularZoomMinimap.d.ts +4 -0
- package/CircularView/Cutsite.d.ts +4 -0
- package/CircularView/Cutsites.d.ts +18 -0
- package/CircularView/DeletionLayer.d.ts +8 -0
- package/CircularView/Feature.d.ts +1 -0
- package/CircularView/Labels/index.d.ts +22 -0
- package/CircularView/Labels/relaxLabelAngles.d.ts +2 -0
- package/CircularView/Labels/relaxLabels_DEPRECATED.d.ts +1 -0
- package/CircularView/Orf.d.ts +6 -0
- package/CircularView/Part.d.ts +9 -0
- package/CircularView/PositionAnnotationOnCircle.d.ts +12 -0
- package/CircularView/Primer.d.ts +1 -0
- package/CircularView/RotateCircularViewSlider.d.ts +7 -0
- package/CircularView/SelectionLayer.d.ts +2 -0
- package/CircularView/VeTopRightContainer.d.ts +4 -0
- package/CircularView/ZoomCircularViewSlider.d.ts +8 -0
- package/CircularView/drawAnnotations.d.ts +10 -0
- package/CircularView/drawDirectedPiePiece.d.ts +11 -0
- package/CircularView/getAngleForPositionMidpoint.d.ts +1 -0
- package/CircularView/getInternalLabel.d.ts +11 -0
- package/CircularView/getRangeAnglesSpecial.d.ts +7 -0
- package/CircularView/getYOffset.d.ts +1 -0
- package/CircularView/index.d.ts +20 -0
- package/CircularView/normalizeAngle.d.ts +1 -0
- package/CircularView/normalizeAngleRange.d.ts +1 -0
- package/CircularView/positionCutsites.d.ts +4 -0
- package/CircularView/shouldFlipText.d.ts +1 -0
- package/CircularView/utils/polarToSpecialCartesian.d.ts +4 -0
- package/CreateAnnotationsPage.d.ts +10 -0
- package/CreateCustomEnzyme/index.d.ts +2 -0
- package/CutsiteFilter/AdditionalCutsiteInfoDialog.d.ts +29 -0
- package/CutsiteFilter/index.d.ts +3 -0
- package/CutsiteFilter/withRestrictionEnzymes.d.ts +1 -0
- package/DigestTool/AddLaddersDialog.d.ts +1 -0
- package/DigestTool/DigestTool.d.ts +11 -0
- package/DigestTool/Ladder.d.ts +11 -0
- package/DigestTool/createFragmentLines.d.ts +0 -0
- package/DigestTool/ladderDefaults.d.ts +5 -0
- package/Editor/CommandHotkeyHandler.d.ts +2 -0
- package/Editor/DropHandler.d.ts +7 -0
- package/Editor/FillWindow.d.ts +9 -0
- package/Editor/index.d.ts +41 -0
- package/Editor/userDefinedHandlersAndOpts.d.ts +1 -0
- package/EnzymeViewer/index.d.ts +11 -0
- package/FindBar/index.d.ts +12 -0
- package/GlobalDialog.d.ts +1 -0
- package/GlobalDialogUtils.d.ts +12 -0
- package/LinearView/SequenceName.d.ts +5 -0
- package/LinearView/ZoomLinearView.d.ts +7 -0
- package/LinearView/index.d.ts +5 -0
- package/ManageEnzymes/index.d.ts +2 -0
- package/MenuBar/defaultConfig.d.ts +225 -0
- package/MenuBar/index.d.ts +2 -0
- package/MenuBar/viewSubmenu.d.ts +146 -0
- package/PCRTool/PCRTool.d.ts +2 -0
- package/Reflex/Browser.d.ts +19 -0
- package/Reflex/ReflexContainer.d.ts +63 -0
- package/Reflex/ReflexElement.d.ts +33 -0
- package/Reflex/ReflexEvents.d.ts +7 -0
- package/Reflex/ReflexSplitter.d.ts +33 -0
- package/Reflex/index.d.ts +4 -0
- package/RowItem/AnnotationContainerHolder.d.ts +2 -0
- package/RowItem/AnnotationPositioner.d.ts +7 -0
- package/RowItem/Axis.d.ts +2 -0
- package/RowItem/Caret/index.d.ts +2 -0
- package/RowItem/Chromatograms/Chromatogram.d.ts +1 -0
- package/RowItem/CutsiteSelectionLayers.d.ts +4 -0
- package/RowItem/Cutsites.d.ts +2 -0
- package/RowItem/DeletionLayers/index.d.ts +2 -0
- package/RowItem/Labels.d.ts +2 -0
- package/RowItem/Orf.d.ts +2 -0
- package/RowItem/Orfs.d.ts +2 -0
- package/RowItem/SelectionLayer/index.d.ts +2 -0
- package/RowItem/Sequence.d.ts +8 -0
- package/RowItem/StackedAnnotations/PointedAnnotation.d.ts +2 -0
- package/RowItem/StackedAnnotations/getStructuredBases.d.ts +17 -0
- package/RowItem/StackedAnnotations/index.d.ts +2 -0
- package/RowItem/StackedAnnotations/primerBases.d.ts +10 -0
- package/RowItem/Translations/AASliver.d.ts +2 -0
- package/RowItem/Translations/Translation.d.ts +2 -0
- package/RowItem/Translations/index.d.ts +2 -0
- package/RowItem/constants.d.ts +3 -0
- package/RowItem/getCutsiteLabelHeights.d.ts +8 -0
- package/RowItem/getXStartAndWidthFromNonCircularRange.d.ts +4 -0
- package/RowItem/getXStartAndWidthOfRangeWrtRow.d.ts +11 -0
- package/RowItem/getXStartAndWidthOfRowAnnotation.d.ts +6 -0
- package/RowItem/index.d.ts +1 -0
- package/RowItem/partOverhangs.d.ts +1 -0
- package/RowItem/utils.d.ts +4 -0
- package/RowView/estimateRowHeight.d.ts +6 -0
- package/RowView/index.d.ts +10 -0
- package/SimpleCircularOrLinearView.d.ts +2 -0
- package/SimpleOligoPreview.d.ts +7 -0
- package/StatusBar/MeltingTemp.d.ts +5 -0
- package/StatusBar/index.d.ts +15 -0
- package/ToolBar/ToolbarItem.d.ts +14 -0
- package/ToolBar/alignmentTool.d.ts +6 -0
- package/ToolBar/array_move.d.ts +1 -0
- package/ToolBar/cutsiteTool.d.ts +5 -0
- package/ToolBar/downloadTool.d.ts +5 -0
- package/ToolBar/editTool.d.ts +10 -0
- package/ToolBar/featureTool.d.ts +5 -0
- package/ToolBar/findTool.d.ts +2 -0
- package/ToolBar/importTool.d.ts +2 -0
- package/ToolBar/index.d.ts +2 -0
- package/ToolBar/inlineFindTool.d.ts +5 -0
- package/ToolBar/oligoTool.d.ts +5 -0
- package/ToolBar/orfTool.d.ts +5 -0
- package/ToolBar/partTool.d.ts +5 -0
- package/ToolBar/printTool.d.ts +6 -0
- package/ToolBar/redoTool.d.ts +5 -0
- package/ToolBar/saveTool.d.ts +5 -0
- package/ToolBar/undoTool.d.ts +5 -0
- package/ToolBar/versionHistoryTool.d.ts +5 -0
- package/ToolBar/visibilityTool.d.ts +5 -0
- package/VersionHistoryView/index.d.ts +23 -0
- package/addAlignment.d.ts +1 -0
- package/commands/getOveHotkeyDefs.d.ts +4 -0
- package/commands/index.d.ts +648 -0
- package/constants/constants.d.ts +2 -0
- package/constants/dnaToColor.d.ts +8 -0
- package/constants/draggableClassnames.d.ts +6 -0
- package/constants/findToolConstants.d.ts +1 -0
- package/constants/orfFrameToColorMap.d.ts +7 -0
- package/constants/rowviewContants.d.ts +3 -0
- package/constants/specialCutsiteFilterOptions.d.ts +31 -0
- package/constants.d.ts +1 -0
- package/createVectorEditor/index.d.ts +21 -0
- package/createVectorEditor/makeStore.d.ts +2 -0
- package/fileUtils.d.ts +12 -0
- package/helperComponents/AddOrEditAnnotationDialog/index.d.ts +6 -0
- package/helperComponents/AddOrEditFeatureDialog/index.d.ts +2 -0
- package/helperComponents/AddOrEditPartDialog/index.d.ts +2 -0
- package/helperComponents/AddOrEditPrimerDialog/EditCaretPosition.d.ts +15 -0
- package/helperComponents/AddOrEditPrimerDialog/index.d.ts +2 -0
- package/helperComponents/EnzymesDialog/index.d.ts +2 -0
- package/helperComponents/GoToDialog.d.ts +2 -0
- package/helperComponents/MergeFeaturesDialog/index.d.ts +2 -0
- package/helperComponents/MultipleSeqsDetectedOnImportDialog.d.ts +1 -0
- package/helperComponents/PinchHelper/PinchHelper.d.ts +6 -0
- package/helperComponents/PrintDialog/index.d.ts +2 -0
- package/helperComponents/PropertiesDialog/ColorPicker.d.ts +6 -0
- package/helperComponents/PropertiesDialog/CutsiteProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/FeatureProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/GenbankView.d.ts +2 -0
- package/helperComponents/PropertiesDialog/GeneralProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/GenericAnnotationProperties.d.ts +10 -0
- package/helperComponents/PropertiesDialog/OrfProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/PartProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/PrimerProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/SingleEnzymeCutsiteInfo.d.ts +12 -0
- package/helperComponents/PropertiesDialog/TranslationProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/index.d.ts +10 -0
- package/helperComponents/PropertiesDialog/typeField.d.ts +7 -0
- package/helperComponents/PropertiesDialog/utils.d.ts +5 -0
- package/helperComponents/RemoveDuplicates/index.d.ts +2 -0
- package/helperComponents/RenameSequenceDialog.d.ts +2 -0
- package/helperComponents/SelectDialog.d.ts +2 -0
- package/helperComponents/UncontrolledSliderWithPlusMinusBtns.d.ts +13 -0
- package/helperComponents/VeWarning/index.d.ts +2 -0
- package/helperComponents/createSimpleDialog.d.ts +1 -0
- package/helperComponents/partTagSearch.d.ts +1 -0
- package/helperComponents/withHover.d.ts +11 -0
- package/html2canvas.esm-GLpiTZLt.cjs +7891 -0
- package/html2canvas.esm-nFNn58sx.js +7891 -0
- package/index.cjs.js +700 -616
- package/index.d.ts +25 -0
- package/index.es.js +702 -618
- package/index.umd.js +1472 -504
- package/package.json +2 -2
- package/redux/alignments.d.ts +9 -0
- package/redux/annotationLabelVisibility.d.ts +8 -0
- package/redux/annotationVisibility.d.ts +45 -0
- package/redux/annotationsToSupport.d.ts +8 -0
- package/redux/caretPosition.d.ts +4 -0
- package/redux/charWidth.d.ts +3 -0
- package/redux/copyOptions.d.ts +14 -0
- package/redux/createYourOwnEnzyme.d.ts +11 -0
- package/redux/deletionLayers.d.ts +5 -0
- package/redux/digestTool.d.ts +7 -0
- package/redux/featureLengthsToHide.d.ts +7 -0
- package/redux/findTool.d.ts +12 -0
- package/redux/frameTranslations.d.ts +13 -0
- package/redux/hoveredAnnotation.d.ts +4 -0
- package/redux/index.d.ts +20 -0
- package/redux/labelLineIntensity.d.ts +3 -0
- package/redux/labelSize.d.ts +3 -0
- package/redux/lastSavedId.d.ts +3 -0
- package/redux/middleware.d.ts +2 -0
- package/redux/minimumOrfSize.d.ts +4 -0
- package/redux/modalActions.d.ts +0 -0
- package/redux/panelsShown.d.ts +21 -0
- package/redux/partLengthsToHide.d.ts +7 -0
- package/redux/primerLengthsToHide.d.ts +7 -0
- package/redux/propertiesTool.d.ts +6 -0
- package/redux/readOnly.d.ts +4 -0
- package/redux/replacementLayers.d.ts +5 -0
- package/redux/restrictionEnzymes.d.ts +13 -0
- package/redux/selectedAnnotations.d.ts +13 -0
- package/redux/selectedPartTags.d.ts +3 -0
- package/redux/selectionLayer.d.ts +7 -0
- package/redux/sequenceData/circular.d.ts +3 -0
- package/redux/sequenceData/description.d.ts +3 -0
- package/redux/sequenceData/features.d.ts +4 -0
- package/redux/sequenceData/index.d.ts +10 -0
- package/redux/sequenceData/lineageLines.d.ts +2 -0
- package/redux/sequenceData/materiallyAvailable.d.ts +3 -0
- package/redux/sequenceData/name.d.ts +3 -0
- package/redux/sequenceData/parts.d.ts +4 -0
- package/redux/sequenceData/primers.d.ts +4 -0
- package/redux/sequenceData/sequence.d.ts +3 -0
- package/redux/sequenceData/sharedActionCreators.d.ts +0 -0
- package/redux/sequenceData/translations.d.ts +4 -0
- package/redux/sequenceData/upsertDeleteActionGenerator.d.ts +3 -0
- package/redux/sequenceDataHistory.d.ts +8 -0
- package/redux/showGCContent.d.ts +3 -0
- package/redux/toolBar.d.ts +6 -0
- package/redux/uppercaseSequenceMapFont.d.ts +3 -0
- package/redux/useAdditionalOrfStartCodons.d.ts +3 -0
- package/redux/utils/addDashesForMatchStartAndEndForTracks/index.d.ts +1 -0
- package/redux/utils/addMetaToActionCreators.d.ts +1 -0
- package/redux/utils/createMergedDefaultStateReducer.d.ts +4 -0
- package/redux/utils/createMetaAction.d.ts +1 -0
- package/redux/versionHistory.d.ts +5 -0
- package/selectors/annotationLabelVisibility.d.ts +2 -0
- package/selectors/annotationSearchSelector.d.ts +7 -0
- package/selectors/cdsFeaturesSelector.d.ts +6 -0
- package/selectors/circularSelector.d.ts +1 -0
- package/selectors/cutsiteLabelColorSelector.d.ts +6 -0
- package/selectors/cutsitesByRangeSelector.d.ts +0 -0
- package/selectors/cutsitesSelector.d.ts +14 -0
- package/selectors/editorSelector.d.ts +2 -0
- package/selectors/featuresSelector.d.ts +6 -0
- package/selectors/filteredCutsitesSelector.d.ts +6 -0
- package/selectors/filteredFeaturesSelector.d.ts +6 -0
- package/selectors/filteredPartsSelector.d.ts +6 -0
- package/selectors/filteredPrimersSelector.d.ts +6 -0
- package/selectors/filteredRestrictionEnzymesSelector.d.ts +2 -0
- package/selectors/getAdditionalEnzymesSelector.d.ts +6 -0
- package/selectors/index.d.ts +41 -0
- package/selectors/isEnzymeFilterAndSelector.d.ts +2 -0
- package/selectors/minimumOrfSizeSelector.d.ts +2 -0
- package/selectors/orfsSelector.d.ts +26 -0
- package/selectors/partsSelector.d.ts +6 -0
- package/selectors/primersSelector.d.ts +6 -0
- package/selectors/restrictionEnzymesSelector.d.ts +6 -0
- package/selectors/searchLayersSelector.d.ts +6 -0
- package/selectors/selectedAnnotationsSelector.d.ts +2 -0
- package/selectors/selectedCutsitesSelector.d.ts +12 -0
- package/selectors/sequenceDataSelector.d.ts +2 -0
- package/selectors/sequenceLengthSelector.d.ts +1 -0
- package/selectors/sequenceSelector.d.ts +1 -0
- package/selectors/tagsToBoldSelector.d.ts +2 -0
- package/selectors/translationSearchMatchesSelector.d.ts +6 -0
- package/selectors/translationsRawSelector.d.ts +6 -0
- package/selectors/translationsSelector.d.ts +16 -0
- package/src/AlignmentTool/index.js +7 -11
- package/src/ToolBar/index.js +12 -12
- package/style.css +33 -4
- package/updateEditor.d.ts +3 -0
- package/utils/PassThrough.d.ts +3 -0
- package/utils/addWrappedAddons.d.ts +1 -0
- package/utils/annotationTypes.d.ts +6 -0
- package/utils/arrayUtils.d.ts +3 -0
- package/utils/calculateTickMarkPositionsForGivenRange.d.ts +7 -0
- package/utils/cleanSequenceData_DEPRECATED/arrayToObjWithIds.d.ts +1 -0
- package/utils/combineReducersDontIgnoreKeys.d.ts +1 -0
- package/utils/commandUtils.d.ts +1 -0
- package/utils/editorUtils.d.ts +36 -0
- package/utils/getAnnotationClassnames.d.ts +6 -0
- package/utils/getAnnotationNameAndStartStopString.d.ts +14 -0
- package/utils/getVisibleStartEnd.d.ts +7 -0
- package/utils/massageTickSpacing.d.ts +1 -0
- package/utils/onlyUpdateForKeysDeep.d.ts +2 -0
- package/utils/prepareRowData.d.ts +6 -0
- package/utils/proteinUtils.d.ts +1 -0
- package/utils/pureNoFunc.d.ts +2 -0
- package/utils/selectionLayer.d.ts +5 -0
- package/utils/shouldRerender.d.ts +2 -0
- package/utils/showFileDialog.d.ts +4 -0
- package/utils/updateLabelsForInViewFeatures.d.ts +3 -0
- package/utils/updateLabelsForInViewFeaturesCircView.d.ts +0 -0
- package/utils/useAAColorType.d.ts +2 -0
- package/utils/useAnnotationLimits.d.ts +14 -0
- package/utils/useChromatogramPrefs.d.ts +7 -0
- package/utils/useLadders.d.ts +2 -0
- package/utils/useMeltingTemp.d.ts +2 -0
- package/utils/useTmType.d.ts +2 -0
- package/withEditorInteractions/Keyboard.d.ts +16 -0
- package/withEditorInteractions/clickAndDragUtils.d.ts +67 -0
- package/withEditorInteractions/createSequenceInputPopup.d.ts +1 -0
- package/withEditorInteractions/getBpsPerRow.d.ts +9 -0
- package/withEditorInteractions/index.d.ts +2 -0
- package/withEditorInteractions/isElementInViewport.d.ts +2 -0
- package/withEditorInteractions/moveCaret.d.ts +10 -0
- package/withEditorProps/index.d.ts +17 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const EditTrackNameDialog: any;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export function getTrimmedRangesToDisplay({ trimmedRange, seqLen }: {
|
|
2
|
+
trimmedRange: any;
|
|
3
|
+
seqLen: any;
|
|
4
|
+
}): {
|
|
5
|
+
start: any;
|
|
6
|
+
end: any;
|
|
7
|
+
type: string;
|
|
8
|
+
}[];
|
|
9
|
+
export default class Minimap extends React.Component<any, any, any> {
|
|
10
|
+
constructor(props: any);
|
|
11
|
+
constructor(props: any, context: any);
|
|
12
|
+
shouldComponentUpdate(newProps: any): boolean;
|
|
13
|
+
handleMinimapClick: (e: any) => void;
|
|
14
|
+
getSeqLen: () => any;
|
|
15
|
+
/**
|
|
16
|
+
* @returns current nucleotide char
|
|
17
|
+
* width, nucelotide char width scales with zooming
|
|
18
|
+
*/
|
|
19
|
+
getCharWidth: () => number;
|
|
20
|
+
/**
|
|
21
|
+
* @returns the width of the highlighted region of the minimap
|
|
22
|
+
*/
|
|
23
|
+
getScrollHandleWidth: () => number;
|
|
24
|
+
getXPositionOfClickInMinimap: (e: any) => number;
|
|
25
|
+
getYPositionOfClickInMinimap: (e: any) => number;
|
|
26
|
+
scrollMinimapVertical: ({ e, force, initialDragYOffsetFromCenter }: {
|
|
27
|
+
e: any;
|
|
28
|
+
force: any;
|
|
29
|
+
initialDragYOffsetFromCenter: any;
|
|
30
|
+
}) => void;
|
|
31
|
+
lastYPosition: number | undefined;
|
|
32
|
+
handleDragStop: () => void;
|
|
33
|
+
isDragging: boolean | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* Handler for beginning to drag across the minimap
|
|
36
|
+
* Sets this.initialDragXOffsetFromCenter and Y for dragging
|
|
37
|
+
* @param {*} e - event
|
|
38
|
+
*/
|
|
39
|
+
handleDragStart: (e: any) => void;
|
|
40
|
+
initialDragXOffsetFromCenter: number | undefined;
|
|
41
|
+
initialDragYOffsetFromCenter: number | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* Moves the highlighted region as we drag
|
|
44
|
+
* @param {*} e - event
|
|
45
|
+
*/
|
|
46
|
+
handleDrag: (e: any) => void;
|
|
47
|
+
/**
|
|
48
|
+
* @returns this.props.laneheight
|
|
49
|
+
*/
|
|
50
|
+
itemSizeGetter: () => any;
|
|
51
|
+
/**
|
|
52
|
+
* Renders a lane (one by one for each call)
|
|
53
|
+
* @param {*} i - lane info
|
|
54
|
+
*/
|
|
55
|
+
renderItem: (i: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
56
|
+
/**
|
|
57
|
+
* @returns minimap compoent
|
|
58
|
+
*/
|
|
59
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
60
|
+
minimap: HTMLDivElement | null | undefined;
|
|
61
|
+
minimapTracks: HTMLDivElement | undefined;
|
|
62
|
+
}
|
|
63
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<typeof Mismatches, {
|
|
2
|
+
context?: React.Context<import('../../../../node_modules/react-redux').ReactReduxContextValue<any, import('../../../../node_modules/redux').AnyAction>> | undefined;
|
|
3
|
+
store?: import('../../../../node_modules/redux').Store<any, import('../../../../node_modules/redux').AnyAction> | undefined;
|
|
4
|
+
} | {
|
|
5
|
+
store?: import('../../../../node_modules/redux').Store<any, import('../../../../node_modules/redux').AnyAction> | undefined;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare class Mismatches extends React.Component<any, any, any> {
|
|
9
|
+
constructor(props: any);
|
|
10
|
+
constructor(props: any, context: any);
|
|
11
|
+
UNSAFE_componentWillMount(): void;
|
|
12
|
+
getGapMap: (sequence: any) => number[];
|
|
13
|
+
getMismatchList: (alignmentData: any, mismatches: any) => {
|
|
14
|
+
mismatches: number;
|
|
15
|
+
start: number;
|
|
16
|
+
end: number;
|
|
17
|
+
}[];
|
|
18
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
19
|
+
}
|
|
20
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export class PairwiseAlignmentView extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
state: {
|
|
5
|
+
currentPairwiseAlignmentIndex: undefined;
|
|
6
|
+
};
|
|
7
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
8
|
+
}
|
|
9
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function PerformantSelectionLayer({ easyStore, ...rest }: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getGapMap(sequence: any): number[];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export function getPairwiseOverviewLinearViewOptions({ isTemplate }: {
|
|
2
|
+
isTemplate: any;
|
|
3
|
+
}): {
|
|
4
|
+
annotationVisibilityOverrides: {
|
|
5
|
+
features: boolean;
|
|
6
|
+
translations: boolean;
|
|
7
|
+
parts: boolean;
|
|
8
|
+
orfs: boolean;
|
|
9
|
+
orfTranslations: boolean;
|
|
10
|
+
cdsFeatureTranslations: boolean;
|
|
11
|
+
axis: boolean;
|
|
12
|
+
cutsites: boolean;
|
|
13
|
+
primers: boolean;
|
|
14
|
+
chromatogram: boolean;
|
|
15
|
+
sequence: boolean;
|
|
16
|
+
dnaColors: boolean;
|
|
17
|
+
reverseSequence: boolean;
|
|
18
|
+
axisNumbers: boolean;
|
|
19
|
+
};
|
|
20
|
+
} | {
|
|
21
|
+
annotationVisibilityOverrides?: undefined;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getTrackFromEvent(event: any, allTracks: any): undefined;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export class AlignmentView extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
bindOutsideChangeHelper: {};
|
|
4
|
+
onShortcutCopy: void;
|
|
5
|
+
getMaxLength: () => any;
|
|
6
|
+
getNearestCursorPositionToMouseEvent(rowData: any, event: any, callback: any): void;
|
|
7
|
+
charWidth: number | undefined;
|
|
8
|
+
componentWillUnmount(): void;
|
|
9
|
+
handleAlignmentCopy: (event: any) => void;
|
|
10
|
+
getAllAlignmentsFastaText: () => string;
|
|
11
|
+
state: {
|
|
12
|
+
alignmentName: any;
|
|
13
|
+
isTrackDragging: boolean;
|
|
14
|
+
charWidthInLinearView: number;
|
|
15
|
+
scrollAlignmentView: boolean;
|
|
16
|
+
width: number;
|
|
17
|
+
nameDivWidth: number;
|
|
18
|
+
};
|
|
19
|
+
easyStore: {
|
|
20
|
+
selectionLayer: {
|
|
21
|
+
start: number;
|
|
22
|
+
end: number;
|
|
23
|
+
};
|
|
24
|
+
caretPosition: number;
|
|
25
|
+
percentScrolled: number;
|
|
26
|
+
viewportWidth: number;
|
|
27
|
+
verticalVisibleRange: {
|
|
28
|
+
start: number;
|
|
29
|
+
end: number;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
getMinCharWidth: (noNameDiv: any) => number;
|
|
33
|
+
getSequenceLength: () => any;
|
|
34
|
+
componentDidUpdate(prevProps: any): Promise<void>;
|
|
35
|
+
componentDidMount(): void;
|
|
36
|
+
annotationClicked: ({ event, annotation, gapsBefore, gapsInside }: {
|
|
37
|
+
event: any;
|
|
38
|
+
annotation: any;
|
|
39
|
+
gapsBefore?: number | undefined;
|
|
40
|
+
gapsInside?: number | undefined;
|
|
41
|
+
}) => void;
|
|
42
|
+
updateSelectionOrCaret: (shiftHeld: any, newRangeOrCaret: any, { forceReduxUpdate }?: {
|
|
43
|
+
forceReduxUpdate: any;
|
|
44
|
+
}) => void;
|
|
45
|
+
caretPositionUpdate: (position: any) => void;
|
|
46
|
+
debouncedAlignmentRunUpdate: import("lodash").DebouncedFunc<any>;
|
|
47
|
+
forceReduxSelectionLayerUpdate: (newSelection: any) => void;
|
|
48
|
+
selectionLayerUpdate: (newSelection: any, { forceReduxUpdate }?: {
|
|
49
|
+
forceReduxUpdate: any;
|
|
50
|
+
}) => void;
|
|
51
|
+
getCharWidthInLinearView: () => number;
|
|
52
|
+
getNumBpsShownInLinearView: () => number;
|
|
53
|
+
setVerticalScrollRange: import("lodash").DebouncedFuncLeading<() => void>;
|
|
54
|
+
handleScroll: () => void;
|
|
55
|
+
oldAlignmentHolderScrollTop: any;
|
|
56
|
+
handleTopScroll: () => void;
|
|
57
|
+
/**
|
|
58
|
+
* Responsible for handling resizing the highlighted region of the minimap
|
|
59
|
+
* @param {*} newSliderSize
|
|
60
|
+
* @param {*} newPercent
|
|
61
|
+
*/
|
|
62
|
+
onMinimapSizeAdjust: (newSliderSize: any, newPercent: any) => void;
|
|
63
|
+
blockScroll: boolean | undefined;
|
|
64
|
+
setCharWidthInLinearView: ({ charWidthInLinearView }: {
|
|
65
|
+
charWidthInLinearView: any;
|
|
66
|
+
}) => void;
|
|
67
|
+
scrollToCaret: () => void;
|
|
68
|
+
scrollAlignmentToPercent: (scrollPercentage: any) => void;
|
|
69
|
+
scrollYToTrack: (trackIndex: any) => void;
|
|
70
|
+
estimateRowHeight: (index: any, cache: any) => any;
|
|
71
|
+
rowData: {
|
|
72
|
+
rowNumber: number;
|
|
73
|
+
start: number;
|
|
74
|
+
end: number;
|
|
75
|
+
sequence: any;
|
|
76
|
+
}[] | undefined;
|
|
77
|
+
getMaxLinearViewWidth: () => number;
|
|
78
|
+
renderItem: (_i: any, key: any, isTemplate: any, cloneProps: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element | null;
|
|
79
|
+
handleResize: import("lodash").DebouncedFuncLeading<([e]: any) => void>;
|
|
80
|
+
removeMinimapHighlightForMouseLeave: () => void;
|
|
81
|
+
updateMinimapHighlightForMouseMove: (event: any) => void;
|
|
82
|
+
latestMouseY: any;
|
|
83
|
+
updateMinimapHighlight: () => void;
|
|
84
|
+
onTrackDragStart: () => void;
|
|
85
|
+
onTrackDragEnd: ({ destination, source }: {
|
|
86
|
+
destination: any;
|
|
87
|
+
source: any;
|
|
88
|
+
}) => void;
|
|
89
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element | "corrupted data!";
|
|
90
|
+
veTracksAndAlignmentHolder: HTMLDivElement | null | undefined;
|
|
91
|
+
copyAllAlignmentsFastaClipboardHelper: Clipboard | undefined;
|
|
92
|
+
copySpecificAlignmentFastaClipboardHelper: Clipboard | undefined;
|
|
93
|
+
copySpecificAlignmentAsPlainClipboardHelper: Clipboard | undefined;
|
|
94
|
+
InfiniteScroller: any;
|
|
95
|
+
isZooming: boolean | undefined;
|
|
96
|
+
getTrackTrimmingOptions({ e, allTracks, upsertAlignmentRun, currentPairwiseAlignmentIndex, alignmentId }: {
|
|
97
|
+
e: any;
|
|
98
|
+
allTracks: any;
|
|
99
|
+
upsertAlignmentRun: any;
|
|
100
|
+
currentPairwiseAlignmentIndex: any;
|
|
101
|
+
alignmentId: any;
|
|
102
|
+
}): void;
|
|
103
|
+
}
|
|
104
|
+
declare const _default: any;
|
|
105
|
+
export default _default;
|
|
106
|
+
import React from '../../../../node_modules/react';
|
|
107
|
+
import Clipboard from "clipboard";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function isTargetWithinEl(event: any, selector: any): any;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function updateTrackHelper({ currentPairwiseAlignmentIndex, pairwiseAlignments, upsertAlignmentRun, hasBeenTrimmed, alignmentId, alignmentTracks, alignmentTrackIndex, update }: {
|
|
2
|
+
currentPairwiseAlignmentIndex: any;
|
|
3
|
+
pairwiseAlignments: any;
|
|
4
|
+
upsertAlignmentRun: any;
|
|
5
|
+
hasBeenTrimmed: any;
|
|
6
|
+
alignmentId: any;
|
|
7
|
+
alignmentTracks: any;
|
|
8
|
+
alignmentTrackIndex: any;
|
|
9
|
+
update: any;
|
|
10
|
+
}): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const AutoAnnotateBpMatchingDialog: (props: any) => import('../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default Axis;
|
|
2
|
+
declare function Axis({ radius, showAxisNumbers, tickMarkHeight, textOffset, ringThickness, zoomLevel }: {
|
|
3
|
+
radius: any;
|
|
4
|
+
showAxisNumbers: any;
|
|
5
|
+
tickMarkHeight?: number | undefined;
|
|
6
|
+
textOffset?: number | undefined;
|
|
7
|
+
ringThickness?: number | undefined;
|
|
8
|
+
zoomLevel: any;
|
|
9
|
+
}): {
|
|
10
|
+
component: import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
11
|
+
height: number;
|
|
12
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function AxisNumbers({ rotationRadians, textHeightOffset, annotation, isProtein, hideNumbers }: {
|
|
2
|
+
rotationRadians: any;
|
|
3
|
+
textHeightOffset?: number | undefined;
|
|
4
|
+
annotation: any;
|
|
5
|
+
isProtein: any;
|
|
6
|
+
hideNumbers: any;
|
|
7
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function CircularDnaSequence({ rotationRadians, textHeightOffset, annotation, showReverseSequence, showDnaColors, showSeqText, totalAngle, radius }: {
|
|
2
|
+
rotationRadians: any;
|
|
3
|
+
textHeightOffset?: number | undefined;
|
|
4
|
+
annotation: any;
|
|
5
|
+
showReverseSequence: any;
|
|
6
|
+
showDnaColors: any;
|
|
7
|
+
showSeqText: any;
|
|
8
|
+
totalAngle: any;
|
|
9
|
+
radius: any;
|
|
10
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default Cutsites;
|
|
2
|
+
declare function Cutsites({ radius, noRedux, editorName, showCutsiteLabels, cutsiteClicked, cutsiteDoubleClicked, cutsiteRightClicked, cutsites, cutsiteWidth, annotationHeight, sequenceLength }: {
|
|
3
|
+
radius: any;
|
|
4
|
+
noRedux: any;
|
|
5
|
+
editorName: any;
|
|
6
|
+
showCutsiteLabels: any;
|
|
7
|
+
cutsiteClicked: any;
|
|
8
|
+
cutsiteDoubleClicked: any;
|
|
9
|
+
cutsiteRightClicked: any;
|
|
10
|
+
cutsites: any;
|
|
11
|
+
cutsiteWidth?: number | undefined;
|
|
12
|
+
annotationHeight?: number | undefined;
|
|
13
|
+
sequenceLength: any;
|
|
14
|
+
}): {
|
|
15
|
+
height: number;
|
|
16
|
+
labels: {};
|
|
17
|
+
component: import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
18
|
+
} | null;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default function DeletionLayer({ color, radius, arrowheadLength, annotationHeight, totalAngle, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
color?: string | undefined;
|
|
4
|
+
radius: any;
|
|
5
|
+
arrowheadLength?: number | undefined;
|
|
6
|
+
annotationHeight: any;
|
|
7
|
+
totalAngle: any;
|
|
8
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function Feature(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default Labels;
|
|
2
|
+
declare function Labels({ labels, extraSideSpace, smartCircViewLabelRender, radius: outerRadius, editorName, noRedux, rotationRadians, textScalingFactor, labelLineIntensity, labelSize, fontHeightMultiplier, circularViewWidthVsHeightRatio, condenseOverflowingXLabels }: {
|
|
3
|
+
labels?: any[] | undefined;
|
|
4
|
+
extraSideSpace: any;
|
|
5
|
+
smartCircViewLabelRender: any;
|
|
6
|
+
radius: any;
|
|
7
|
+
editorName: any;
|
|
8
|
+
noRedux: any;
|
|
9
|
+
rotationRadians: any;
|
|
10
|
+
textScalingFactor: any;
|
|
11
|
+
labelLineIntensity: any;
|
|
12
|
+
labelSize?: number | undefined;
|
|
13
|
+
fontHeightMultiplier?: number | undefined;
|
|
14
|
+
circularViewWidthVsHeightRatio: any;
|
|
15
|
+
condenseOverflowingXLabels?: boolean | undefined;
|
|
16
|
+
}): {
|
|
17
|
+
component: null;
|
|
18
|
+
height: number;
|
|
19
|
+
} | {
|
|
20
|
+
component: import('../../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
21
|
+
height: number;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function relaxLabels(labelPoints: any): any[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default function Part({ radius, arrowheadLength, annotationHeight, totalAngle, color, overlapsSelf, className }: {
|
|
2
|
+
radius: any;
|
|
3
|
+
arrowheadLength?: number | undefined;
|
|
4
|
+
annotationHeight: any;
|
|
5
|
+
totalAngle: any;
|
|
6
|
+
color: any;
|
|
7
|
+
overlapsSelf: any;
|
|
8
|
+
className: any;
|
|
9
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default function PositionAnnotationOnCircle({ children, height, sAngle, eAngle, forward, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
children: any;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
sAngle?: number | undefined;
|
|
6
|
+
eAngle?: number | undefined;
|
|
7
|
+
forward?: boolean | undefined;
|
|
8
|
+
}): React.ReactSVGElement | {
|
|
9
|
+
transform: string;
|
|
10
|
+
revTransform: string | undefined;
|
|
11
|
+
};
|
|
12
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function CircularPrimer(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function RotateCircularViewSlider({ setRotationRadians, zoomLevel, maxZoomLevel, bindOutsideChangeHelper, smallSlider }: {
|
|
2
|
+
setRotationRadians: any;
|
|
3
|
+
zoomLevel: any;
|
|
4
|
+
maxZoomLevel: any;
|
|
5
|
+
bindOutsideChangeHelper: any;
|
|
6
|
+
smallSlider: any;
|
|
7
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function ZoomCircularViewSlider({ zoomHelper, zoomLevel, setZoomLevel, maxZoomLevel, onZoom, smallSlider }: {
|
|
2
|
+
zoomHelper: any;
|
|
3
|
+
zoomLevel: any;
|
|
4
|
+
setZoomLevel: any;
|
|
5
|
+
maxZoomLevel: any;
|
|
6
|
+
onZoom: any;
|
|
7
|
+
smallSlider: any;
|
|
8
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default drawAnnotations;
|
|
2
|
+
export const avoidOverlapWith: {
|
|
3
|
+
"data-avoid": string;
|
|
4
|
+
"data-avoid-backup": string;
|
|
5
|
+
};
|
|
6
|
+
declare function drawAnnotations(props: any): {
|
|
7
|
+
component: import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
8
|
+
height: number;
|
|
9
|
+
labels: {};
|
|
10
|
+
} | null;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default function drawDirectedPiePiece({ tailThickness, radius, arrowheadType, overlapsSelf, annotationHeight, totalAngle, hasLabel, labelNeedsFlip, returnTextPath }: {
|
|
2
|
+
tailThickness?: number | undefined;
|
|
3
|
+
radius: any;
|
|
4
|
+
arrowheadType: any;
|
|
5
|
+
overlapsSelf: any;
|
|
6
|
+
annotationHeight: any;
|
|
7
|
+
totalAngle: any;
|
|
8
|
+
hasLabel: any;
|
|
9
|
+
labelNeedsFlip: any;
|
|
10
|
+
returnTextPath: any;
|
|
11
|
+
}): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function getAngleForPositionMidpoint(position: any, maxLength: any): number;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function getInternalLabel({ ellipsizedName, id, annotationType, revTransform, angleAdjust, isPart, colorToUse, textPath, locationNumber }: {
|
|
2
|
+
ellipsizedName: any;
|
|
3
|
+
id: any;
|
|
4
|
+
annotationType: any;
|
|
5
|
+
revTransform: any;
|
|
6
|
+
angleAdjust: any;
|
|
7
|
+
isPart: any;
|
|
8
|
+
colorToUse: any;
|
|
9
|
+
textPath: any;
|
|
10
|
+
locationNumber: any;
|
|
11
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function getYOffset(iTree: any, start: any, end: any): any;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from '../../../../node_modules/react';
|
|
2
|
+
export interface CircularViewProps {
|
|
3
|
+
editorName: string; //the name of the editor instance (this should match what you've set up in your redux store)
|
|
4
|
+
maxAnnotationsToDisplay;
|
|
5
|
+
circularAndLinearTickSpacing: number;
|
|
6
|
+
spaceBetweenAnnotations: number; // default = 2,
|
|
7
|
+
annotationHeight: number; // default = 15,
|
|
8
|
+
hideName: boolean;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface maxAnnotationsToDisplay {
|
|
12
|
+
features: number;
|
|
13
|
+
primers: number;
|
|
14
|
+
// translations: number,
|
|
15
|
+
// parts: number,
|
|
16
|
+
orfs: number;
|
|
17
|
+
cutsites: number;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default class CircularView extends React.Component<CircularViewProps> {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function normalizeAngle(a: any): number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function normalizeAngleRange(r: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function shouldFlipText(_angle: any): boolean;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import('../../../node_modules/react-redux').ConnectedComponent<import('../../../node_modules/react').ComponentType<import('../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
context?: import('../../../node_modules/react').Context<import('../../../node_modules/react-redux').ReactReduxContextValue<any, import('../../../node_modules/redux').AnyAction>> | undefined;
|
|
3
|
+
store?: import('../../../node_modules/redux').Store<any, import('../../../node_modules/redux').AnyAction> | undefined;
|
|
4
|
+
} | {
|
|
5
|
+
ref?: import('../../../node_modules/react').LegacyRef<import('../../../node_modules/react').Component<import('../../../node_modules/react-redux').Matching<any, unknown>, any, any>> | undefined;
|
|
6
|
+
key?: import('../../../node_modules/react').Key | null | undefined;
|
|
7
|
+
context?: import('../../../node_modules/react').Context<import('../../../node_modules/react-redux').ReactReduxContextValue<any, import('../../../node_modules/redux').AnyAction>> | undefined;
|
|
8
|
+
store?: import('../../../node_modules/redux').Store<any, import('../../../node_modules/redux').AnyAction> | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export const AdditionalCutsiteInfoDialog: any;
|
|
2
|
+
export const CompareEnzymeGroupsDialog: any;
|
|
3
|
+
export function CutsiteTag({ allRestrictionEnzymes, showActiveText, cutsitesByNameActive, cutsitesByName, name, onWrapperClick, doNotShowCuts, noClick, forceOpenCutsiteInfo }: {
|
|
4
|
+
allRestrictionEnzymes: any;
|
|
5
|
+
showActiveText: any;
|
|
6
|
+
cutsitesByNameActive: any;
|
|
7
|
+
cutsitesByName: any;
|
|
8
|
+
name: any;
|
|
9
|
+
onWrapperClick: any;
|
|
10
|
+
doNotShowCuts: any;
|
|
11
|
+
noClick: any;
|
|
12
|
+
forceOpenCutsiteInfo: any;
|
|
13
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
14
|
+
export function getUserGroupLabel({ name, nameArray }: {
|
|
15
|
+
name: any;
|
|
16
|
+
nameArray: any;
|
|
17
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
18
|
+
export function getCutsiteWithNumCuts({ name, numCuts, doNotShowCuts }: {
|
|
19
|
+
name: any;
|
|
20
|
+
numCuts: any;
|
|
21
|
+
doNotShowCuts: any;
|
|
22
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
23
|
+
export function addCutsiteGroupClickHandler({ closeDropDown, cutsiteOrGroupKey, el, noClick, forceOpenCutsiteInfo }: {
|
|
24
|
+
closeDropDown?: ((...args: any[]) => void) | undefined;
|
|
25
|
+
cutsiteOrGroupKey: any;
|
|
26
|
+
el: any;
|
|
27
|
+
noClick: any;
|
|
28
|
+
forceOpenCutsiteInfo: any;
|
|
29
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const withRestrictionEnzymes: import('../../../../node_modules/react-redux').InferableComponentEnhancerWithProps<any, any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const AddLaddersDialog: any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export class DigestTool extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
state: {
|
|
5
|
+
selectedTab: string;
|
|
6
|
+
};
|
|
7
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: any;
|
|
10
|
+
export default _default;
|
|
11
|
+
import React from '../../../../node_modules/react';
|