@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,33 @@
|
|
|
1
|
+
export default class ReflexSplitter extends React.Component<any, any, any> {
|
|
2
|
+
static propTypes: {
|
|
3
|
+
children: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
4
|
+
onStartResize: PropTypes.Requireable<(...args: any[]) => any>;
|
|
5
|
+
onStopResize: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
+
className: PropTypes.Requireable<string>;
|
|
7
|
+
propagate: PropTypes.Requireable<boolean>;
|
|
8
|
+
onResize: PropTypes.Requireable<(...args: any[]) => any>;
|
|
9
|
+
style: PropTypes.Requireable<object>;
|
|
10
|
+
};
|
|
11
|
+
static defaultProps: {
|
|
12
|
+
document: Document | null;
|
|
13
|
+
onStartResize: null;
|
|
14
|
+
onStopResize: null;
|
|
15
|
+
propagate: boolean;
|
|
16
|
+
onResize: null;
|
|
17
|
+
className: string;
|
|
18
|
+
style: {};
|
|
19
|
+
};
|
|
20
|
+
constructor(props: any);
|
|
21
|
+
state: {
|
|
22
|
+
active: boolean;
|
|
23
|
+
};
|
|
24
|
+
onMouseMove(event: any): void;
|
|
25
|
+
onMouseDown(event: any): void;
|
|
26
|
+
onMouseUp(event: any): void;
|
|
27
|
+
document: any;
|
|
28
|
+
componentDidMount(): void;
|
|
29
|
+
componentWillUnmount(): void;
|
|
30
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
31
|
+
}
|
|
32
|
+
import React from '../../../../node_modules/react';
|
|
33
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default AnnotationPositioner;
|
|
2
|
+
declare class AnnotationPositioner extends React.PureComponent<any, any, any> {
|
|
3
|
+
constructor(props: any);
|
|
4
|
+
constructor(props: any, context: any);
|
|
5
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
6
|
+
}
|
|
7
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function Chromatogram(props: any): import('../../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const CutsiteSelectionLayers: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
import React from '../../../../node_modules/react';
|
package/RowItem/Orf.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: typeof Sequence;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare class Sequence extends React.Component<any, any, any> {
|
|
4
|
+
constructor(props: any);
|
|
5
|
+
constructor(props: any, context: any);
|
|
6
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
7
|
+
}
|
|
8
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export function getStructuredBases({ annotationRange, forward, bases, start, end, fullSequence, primerBindsOn, sequenceLength }: {
|
|
2
|
+
annotationRange: any;
|
|
3
|
+
forward: any;
|
|
4
|
+
bases?: string | undefined;
|
|
5
|
+
start: any;
|
|
6
|
+
end: any;
|
|
7
|
+
fullSequence: any;
|
|
8
|
+
primerBindsOn: any;
|
|
9
|
+
sequenceLength: any;
|
|
10
|
+
}): {
|
|
11
|
+
aRange: {
|
|
12
|
+
start: number;
|
|
13
|
+
end: number;
|
|
14
|
+
};
|
|
15
|
+
basesNoInserts: string;
|
|
16
|
+
inserts: never[];
|
|
17
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function getBasesToShow({ hidePrimerBases, annotation, annotationRange, charWidth, bpsPerRow, fullSequence, iTree, sequenceLength }: {
|
|
2
|
+
hidePrimerBases: any;
|
|
3
|
+
annotation: any;
|
|
4
|
+
annotationRange: any;
|
|
5
|
+
charWidth: any;
|
|
6
|
+
bpsPerRow: any;
|
|
7
|
+
fullSequence: any;
|
|
8
|
+
iTree: any;
|
|
9
|
+
sequenceLength: any;
|
|
10
|
+
}): {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default function getCutsiteLabelHeights({ bpsPerRow, charWidth, annotationRanges, annotationHeight, spaceBetweenAnnotations, textWidth }: {
|
|
2
|
+
bpsPerRow: any;
|
|
3
|
+
charWidth: any;
|
|
4
|
+
annotationRanges: any;
|
|
5
|
+
annotationHeight: any;
|
|
6
|
+
spaceBetweenAnnotations: any;
|
|
7
|
+
textWidth: any;
|
|
8
|
+
}): number;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default function getXStartAndWidthOfRangeWrtRow({ range, row, charWidth, sequenceLength, gapsBefore, gapsInside }: {
|
|
2
|
+
range: any;
|
|
3
|
+
row: any;
|
|
4
|
+
charWidth: any;
|
|
5
|
+
sequenceLength: any;
|
|
6
|
+
gapsBefore?: number | undefined;
|
|
7
|
+
gapsInside?: number | undefined;
|
|
8
|
+
}): {
|
|
9
|
+
xStart: number;
|
|
10
|
+
width: number;
|
|
11
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export default function getXStartAndWidthOfRowAnnotation(range: any, bpsPerRow: any, charWidth: any, gapsBefore?: number, gapsInside?: number): {
|
|
2
|
+
startOffset: number;
|
|
3
|
+
xStart: number;
|
|
4
|
+
width: number;
|
|
5
|
+
};
|
|
6
|
+
export function getWidth(range: any, charWidth: any, gapsInside?: number): number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function RowItem(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const partOverhangs: string[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from '../../../../node_modules/react';
|
|
2
|
+
export interface RowViewProps {
|
|
3
|
+
editorName: string; //the name of the editor instance (this should match what you've set up in your redux store)
|
|
4
|
+
height: number; //default = 400
|
|
5
|
+
width: number;
|
|
6
|
+
marginWidth: number;
|
|
7
|
+
charWidth: number;
|
|
8
|
+
RowItemProps: object; //props passed to RowItem
|
|
9
|
+
}
|
|
10
|
+
export default class RowView extends React.Component<RowViewProps> {}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export default function MeltingTemp({ sequence, WrapperToUse, InnerWrapper }: {
|
|
2
|
+
sequence: any;
|
|
3
|
+
WrapperToUse?: ((p: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element) | undefined;
|
|
4
|
+
InnerWrapper?: ((p: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element) | undefined;
|
|
5
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export function StatusBar({ disableSetReadOnly, onSave, editorName, showCircularity, showMoleculeType, showReadOnly, showAvailability, showGCContentByDefault, onSelectionOrCaretChanged, GCDecimalDigits, isProtein, beforeReadOnlyChange }: {
|
|
2
|
+
disableSetReadOnly: any;
|
|
3
|
+
onSave: any;
|
|
4
|
+
editorName: any;
|
|
5
|
+
showCircularity?: boolean | undefined;
|
|
6
|
+
showMoleculeType?: boolean | undefined;
|
|
7
|
+
showReadOnly?: boolean | undefined;
|
|
8
|
+
showAvailability?: boolean | undefined;
|
|
9
|
+
showGCContentByDefault: any;
|
|
10
|
+
onSelectionOrCaretChanged: any;
|
|
11
|
+
GCDecimalDigits?: number | undefined;
|
|
12
|
+
isProtein: any;
|
|
13
|
+
beforeReadOnlyChange: any;
|
|
14
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
15
|
+
export default StatusBar;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<typeof ToolbarItem, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare class ToolbarItem extends React.Component<any, any, any> {
|
|
6
|
+
constructor(props: any);
|
|
7
|
+
constructor(props: any, context: any);
|
|
8
|
+
toggleDropdown: ({ forceClose }?: {
|
|
9
|
+
forceClose: any;
|
|
10
|
+
}) => void;
|
|
11
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element | null;
|
|
12
|
+
dropdownNode: HTMLDivElement | undefined;
|
|
13
|
+
}
|
|
14
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export const AlignmentToolDialog: any;
|
|
6
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function array_move(arr: any, old_index: any, new_index: any): any;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function handleReadOnlyChange(newVal: any, { beforeReadOnlyChange, updateReadOnlyMode, setIsLoading }: {
|
|
2
|
+
beforeReadOnlyChange: any;
|
|
3
|
+
updateReadOnlyMode: any;
|
|
4
|
+
setIsLoading?: (() => void) | undefined;
|
|
5
|
+
}): Promise<void>;
|
|
6
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
7
|
+
[x: string]: any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export class VersionHistoryView extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
state: {
|
|
5
|
+
selectedVersion: undefined;
|
|
6
|
+
versionList: {
|
|
7
|
+
dateChanged: string;
|
|
8
|
+
id: string;
|
|
9
|
+
}[];
|
|
10
|
+
};
|
|
11
|
+
updateSeqData: (sequenceData: any) => void;
|
|
12
|
+
activeSeqData: any;
|
|
13
|
+
componentDidMount: () => Promise<void>;
|
|
14
|
+
getCurrentSeqData: () => Promise<any>;
|
|
15
|
+
onRowSelect: ([row]: [any]) => Promise<void>;
|
|
16
|
+
_getVersionList: () => Promise<void>;
|
|
17
|
+
revertToSelectedVersion: () => void;
|
|
18
|
+
goBack: () => void;
|
|
19
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
20
|
+
}
|
|
21
|
+
declare const _default: any;
|
|
22
|
+
export default _default;
|
|
23
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function addAlignment(store: any, alignment?: {}): void;
|