@teselagen/ove 0.5.10 → 0.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. package/AlignmentTool/index.d.ts +6 -0
  2. package/AlignmentView/AlignmentVisibilityTool.d.ts +2 -0
  3. package/AlignmentView/EditTrackNameDialog.d.ts +1 -0
  4. package/AlignmentView/HorizontalPanelDragHandle.d.ts +3 -0
  5. package/AlignmentView/Minimap.d.ts +63 -0
  6. package/AlignmentView/Mismatches.d.ts +20 -0
  7. package/AlignmentView/PairwiseAlignmentView.d.ts +9 -0
  8. package/AlignmentView/PerformantSelectionLayer.d.ts +1 -0
  9. package/AlignmentView/coerceInitialValue.d.ts +4 -0
  10. package/AlignmentView/getGapMap.d.ts +1 -0
  11. package/AlignmentView/getGaps.d.ts +4 -0
  12. package/AlignmentView/getPairwiseOverviewLinearViewOptions.d.ts +22 -0
  13. package/AlignmentView/getTrackFromEvent.d.ts +1 -0
  14. package/AlignmentView/index.d.ts +107 -0
  15. package/AlignmentView/isTargetWithinEl.d.ts +1 -0
  16. package/AlignmentView/updateTrackHelper.d.ts +10 -0
  17. package/AutoAnnotate.d.ts +4 -0
  18. package/AutoAnnotateBpMatchingDialog.d.ts +1 -0
  19. package/CircularView/Axis.d.ts +12 -0
  20. package/CircularView/AxisNumbers.d.ts +7 -0
  21. package/CircularView/Caret.d.ts +2 -0
  22. package/CircularView/CircularDnaSequence.d.ts +10 -0
  23. package/CircularView/CircularZoomMinimap.d.ts +4 -0
  24. package/CircularView/Cutsite.d.ts +4 -0
  25. package/CircularView/Cutsites.d.ts +18 -0
  26. package/CircularView/DeletionLayer.d.ts +8 -0
  27. package/CircularView/Feature.d.ts +1 -0
  28. package/CircularView/Labels/index.d.ts +22 -0
  29. package/CircularView/Labels/relaxLabelAngles.d.ts +2 -0
  30. package/CircularView/Labels/relaxLabels_DEPRECATED.d.ts +1 -0
  31. package/CircularView/Orf.d.ts +6 -0
  32. package/CircularView/Part.d.ts +9 -0
  33. package/CircularView/PositionAnnotationOnCircle.d.ts +12 -0
  34. package/CircularView/Primer.d.ts +1 -0
  35. package/CircularView/RotateCircularViewSlider.d.ts +7 -0
  36. package/CircularView/SelectionLayer.d.ts +2 -0
  37. package/CircularView/VeTopRightContainer.d.ts +4 -0
  38. package/CircularView/ZoomCircularViewSlider.d.ts +8 -0
  39. package/CircularView/drawAnnotations.d.ts +10 -0
  40. package/CircularView/drawDirectedPiePiece.d.ts +11 -0
  41. package/CircularView/getAngleForPositionMidpoint.d.ts +1 -0
  42. package/CircularView/getInternalLabel.d.ts +11 -0
  43. package/CircularView/getRangeAnglesSpecial.d.ts +7 -0
  44. package/CircularView/getYOffset.d.ts +1 -0
  45. package/CircularView/index.d.ts +20 -0
  46. package/CircularView/normalizeAngle.d.ts +1 -0
  47. package/CircularView/normalizeAngleRange.d.ts +1 -0
  48. package/CircularView/positionCutsites.d.ts +4 -0
  49. package/CircularView/shouldFlipText.d.ts +1 -0
  50. package/CircularView/utils/polarToSpecialCartesian.d.ts +4 -0
  51. package/CreateAnnotationsPage.d.ts +10 -0
  52. package/CreateCustomEnzyme/index.d.ts +2 -0
  53. package/CutsiteFilter/AdditionalCutsiteInfoDialog.d.ts +29 -0
  54. package/CutsiteFilter/index.d.ts +3 -0
  55. package/CutsiteFilter/withRestrictionEnzymes.d.ts +1 -0
  56. package/DigestTool/AddLaddersDialog.d.ts +1 -0
  57. package/DigestTool/DigestTool.d.ts +11 -0
  58. package/DigestTool/Ladder.d.ts +11 -0
  59. package/DigestTool/createFragmentLines.d.ts +0 -0
  60. package/DigestTool/ladderDefaults.d.ts +5 -0
  61. package/Editor/CommandHotkeyHandler.d.ts +2 -0
  62. package/Editor/DropHandler.d.ts +7 -0
  63. package/Editor/FillWindow.d.ts +9 -0
  64. package/Editor/index.d.ts +41 -0
  65. package/Editor/userDefinedHandlersAndOpts.d.ts +1 -0
  66. package/EnzymeViewer/index.d.ts +11 -0
  67. package/FindBar/index.d.ts +12 -0
  68. package/GlobalDialog.d.ts +1 -0
  69. package/GlobalDialogUtils.d.ts +12 -0
  70. package/LinearView/SequenceName.d.ts +5 -0
  71. package/LinearView/ZoomLinearView.d.ts +7 -0
  72. package/LinearView/index.d.ts +5 -0
  73. package/ManageEnzymes/index.d.ts +2 -0
  74. package/MenuBar/defaultConfig.d.ts +225 -0
  75. package/MenuBar/index.d.ts +2 -0
  76. package/MenuBar/viewSubmenu.d.ts +146 -0
  77. package/PCRTool/PCRTool.d.ts +2 -0
  78. package/Reflex/Browser.d.ts +19 -0
  79. package/Reflex/ReflexContainer.d.ts +63 -0
  80. package/Reflex/ReflexElement.d.ts +33 -0
  81. package/Reflex/ReflexEvents.d.ts +7 -0
  82. package/Reflex/ReflexSplitter.d.ts +33 -0
  83. package/Reflex/index.d.ts +4 -0
  84. package/RowItem/AnnotationContainerHolder.d.ts +2 -0
  85. package/RowItem/AnnotationPositioner.d.ts +7 -0
  86. package/RowItem/Axis.d.ts +2 -0
  87. package/RowItem/Caret/index.d.ts +2 -0
  88. package/RowItem/Chromatograms/Chromatogram.d.ts +1 -0
  89. package/RowItem/CutsiteSelectionLayers.d.ts +4 -0
  90. package/RowItem/Cutsites.d.ts +2 -0
  91. package/RowItem/DeletionLayers/index.d.ts +2 -0
  92. package/RowItem/Labels.d.ts +2 -0
  93. package/RowItem/Orf.d.ts +2 -0
  94. package/RowItem/Orfs.d.ts +2 -0
  95. package/RowItem/SelectionLayer/index.d.ts +2 -0
  96. package/RowItem/Sequence.d.ts +8 -0
  97. package/RowItem/StackedAnnotations/PointedAnnotation.d.ts +2 -0
  98. package/RowItem/StackedAnnotations/getStructuredBases.d.ts +17 -0
  99. package/RowItem/StackedAnnotations/index.d.ts +2 -0
  100. package/RowItem/StackedAnnotations/primerBases.d.ts +10 -0
  101. package/RowItem/Translations/AASliver.d.ts +2 -0
  102. package/RowItem/Translations/Translation.d.ts +2 -0
  103. package/RowItem/Translations/index.d.ts +2 -0
  104. package/RowItem/constants.d.ts +3 -0
  105. package/RowItem/getCutsiteLabelHeights.d.ts +8 -0
  106. package/RowItem/getXStartAndWidthFromNonCircularRange.d.ts +4 -0
  107. package/RowItem/getXStartAndWidthOfRangeWrtRow.d.ts +11 -0
  108. package/RowItem/getXStartAndWidthOfRowAnnotation.d.ts +6 -0
  109. package/RowItem/index.d.ts +1 -0
  110. package/RowItem/partOverhangs.d.ts +1 -0
  111. package/RowItem/utils.d.ts +4 -0
  112. package/RowView/estimateRowHeight.d.ts +6 -0
  113. package/RowView/index.d.ts +10 -0
  114. package/SimpleCircularOrLinearView.d.ts +2 -0
  115. package/SimpleOligoPreview.d.ts +7 -0
  116. package/StatusBar/MeltingTemp.d.ts +5 -0
  117. package/StatusBar/index.d.ts +15 -0
  118. package/ToolBar/ToolbarItem.d.ts +14 -0
  119. package/ToolBar/alignmentTool.d.ts +6 -0
  120. package/ToolBar/array_move.d.ts +1 -0
  121. package/ToolBar/cutsiteTool.d.ts +5 -0
  122. package/ToolBar/downloadTool.d.ts +5 -0
  123. package/ToolBar/editTool.d.ts +10 -0
  124. package/ToolBar/featureTool.d.ts +5 -0
  125. package/ToolBar/findTool.d.ts +2 -0
  126. package/ToolBar/importTool.d.ts +2 -0
  127. package/ToolBar/index.d.ts +2 -0
  128. package/ToolBar/inlineFindTool.d.ts +5 -0
  129. package/ToolBar/oligoTool.d.ts +5 -0
  130. package/ToolBar/orfTool.d.ts +5 -0
  131. package/ToolBar/partTool.d.ts +5 -0
  132. package/ToolBar/printTool.d.ts +6 -0
  133. package/ToolBar/redoTool.d.ts +5 -0
  134. package/ToolBar/saveTool.d.ts +5 -0
  135. package/ToolBar/undoTool.d.ts +5 -0
  136. package/ToolBar/versionHistoryTool.d.ts +5 -0
  137. package/ToolBar/visibilityTool.d.ts +5 -0
  138. package/VersionHistoryView/index.d.ts +23 -0
  139. package/addAlignment.d.ts +1 -0
  140. package/commands/getOveHotkeyDefs.d.ts +4 -0
  141. package/commands/index.d.ts +648 -0
  142. package/constants/constants.d.ts +2 -0
  143. package/constants/dnaToColor.d.ts +8 -0
  144. package/constants/draggableClassnames.d.ts +6 -0
  145. package/constants/findToolConstants.d.ts +1 -0
  146. package/constants/orfFrameToColorMap.d.ts +7 -0
  147. package/constants/rowviewContants.d.ts +3 -0
  148. package/constants/specialCutsiteFilterOptions.d.ts +31 -0
  149. package/constants.d.ts +1 -0
  150. package/createVectorEditor/index.d.ts +21 -0
  151. package/createVectorEditor/makeStore.d.ts +2 -0
  152. package/fileUtils.d.ts +12 -0
  153. package/helperComponents/AddOrEditAnnotationDialog/index.d.ts +6 -0
  154. package/helperComponents/AddOrEditFeatureDialog/index.d.ts +2 -0
  155. package/helperComponents/AddOrEditPartDialog/index.d.ts +2 -0
  156. package/helperComponents/AddOrEditPrimerDialog/EditCaretPosition.d.ts +15 -0
  157. package/helperComponents/AddOrEditPrimerDialog/index.d.ts +2 -0
  158. package/helperComponents/EnzymesDialog/index.d.ts +2 -0
  159. package/helperComponents/GoToDialog.d.ts +2 -0
  160. package/helperComponents/MergeFeaturesDialog/index.d.ts +2 -0
  161. package/helperComponents/MultipleSeqsDetectedOnImportDialog.d.ts +1 -0
  162. package/helperComponents/PinchHelper/PinchHelper.d.ts +6 -0
  163. package/helperComponents/PrintDialog/index.d.ts +2 -0
  164. package/helperComponents/PropertiesDialog/ColorPicker.d.ts +6 -0
  165. package/helperComponents/PropertiesDialog/CutsiteProperties.d.ts +2 -0
  166. package/helperComponents/PropertiesDialog/FeatureProperties.d.ts +2 -0
  167. package/helperComponents/PropertiesDialog/GenbankView.d.ts +2 -0
  168. package/helperComponents/PropertiesDialog/GeneralProperties.d.ts +2 -0
  169. package/helperComponents/PropertiesDialog/GenericAnnotationProperties.d.ts +10 -0
  170. package/helperComponents/PropertiesDialog/OrfProperties.d.ts +2 -0
  171. package/helperComponents/PropertiesDialog/PartProperties.d.ts +2 -0
  172. package/helperComponents/PropertiesDialog/PrimerProperties.d.ts +2 -0
  173. package/helperComponents/PropertiesDialog/SingleEnzymeCutsiteInfo.d.ts +12 -0
  174. package/helperComponents/PropertiesDialog/TranslationProperties.d.ts +2 -0
  175. package/helperComponents/PropertiesDialog/index.d.ts +10 -0
  176. package/helperComponents/PropertiesDialog/typeField.d.ts +7 -0
  177. package/helperComponents/PropertiesDialog/utils.d.ts +5 -0
  178. package/helperComponents/RemoveDuplicates/index.d.ts +2 -0
  179. package/helperComponents/RenameSequenceDialog.d.ts +2 -0
  180. package/helperComponents/SelectDialog.d.ts +2 -0
  181. package/helperComponents/UncontrolledSliderWithPlusMinusBtns.d.ts +13 -0
  182. package/helperComponents/VeWarning/index.d.ts +2 -0
  183. package/helperComponents/createSimpleDialog.d.ts +1 -0
  184. package/helperComponents/partTagSearch.d.ts +1 -0
  185. package/helperComponents/withHover.d.ts +11 -0
  186. package/html2canvas.esm-GLpiTZLt.cjs +7891 -0
  187. package/html2canvas.esm-nFNn58sx.js +7891 -0
  188. package/index.cjs.js +508 -398
  189. package/index.d.ts +25 -0
  190. package/index.es.js +510 -400
  191. package/index.umd.js +1304 -326
  192. package/package.json +2 -2
  193. package/redux/alignments.d.ts +9 -0
  194. package/redux/annotationLabelVisibility.d.ts +8 -0
  195. package/redux/annotationVisibility.d.ts +45 -0
  196. package/redux/annotationsToSupport.d.ts +8 -0
  197. package/redux/caretPosition.d.ts +4 -0
  198. package/redux/charWidth.d.ts +3 -0
  199. package/redux/copyOptions.d.ts +14 -0
  200. package/redux/createYourOwnEnzyme.d.ts +11 -0
  201. package/redux/deletionLayers.d.ts +5 -0
  202. package/redux/digestTool.d.ts +7 -0
  203. package/redux/featureLengthsToHide.d.ts +7 -0
  204. package/redux/findTool.d.ts +12 -0
  205. package/redux/frameTranslations.d.ts +13 -0
  206. package/redux/hoveredAnnotation.d.ts +4 -0
  207. package/redux/index.d.ts +20 -0
  208. package/redux/labelLineIntensity.d.ts +3 -0
  209. package/redux/labelSize.d.ts +3 -0
  210. package/redux/lastSavedId.d.ts +3 -0
  211. package/redux/middleware.d.ts +2 -0
  212. package/redux/minimumOrfSize.d.ts +4 -0
  213. package/redux/modalActions.d.ts +0 -0
  214. package/redux/panelsShown.d.ts +21 -0
  215. package/redux/partLengthsToHide.d.ts +7 -0
  216. package/redux/primerLengthsToHide.d.ts +7 -0
  217. package/redux/propertiesTool.d.ts +6 -0
  218. package/redux/readOnly.d.ts +4 -0
  219. package/redux/replacementLayers.d.ts +5 -0
  220. package/redux/restrictionEnzymes.d.ts +13 -0
  221. package/redux/selectedAnnotations.d.ts +13 -0
  222. package/redux/selectedPartTags.d.ts +3 -0
  223. package/redux/selectionLayer.d.ts +7 -0
  224. package/redux/sequenceData/circular.d.ts +3 -0
  225. package/redux/sequenceData/description.d.ts +3 -0
  226. package/redux/sequenceData/features.d.ts +4 -0
  227. package/redux/sequenceData/index.d.ts +10 -0
  228. package/redux/sequenceData/lineageLines.d.ts +2 -0
  229. package/redux/sequenceData/materiallyAvailable.d.ts +3 -0
  230. package/redux/sequenceData/name.d.ts +3 -0
  231. package/redux/sequenceData/parts.d.ts +4 -0
  232. package/redux/sequenceData/primers.d.ts +4 -0
  233. package/redux/sequenceData/sequence.d.ts +3 -0
  234. package/redux/sequenceData/sharedActionCreators.d.ts +0 -0
  235. package/redux/sequenceData/translations.d.ts +4 -0
  236. package/redux/sequenceData/upsertDeleteActionGenerator.d.ts +3 -0
  237. package/redux/sequenceDataHistory.d.ts +8 -0
  238. package/redux/showGCContent.d.ts +3 -0
  239. package/redux/toolBar.d.ts +6 -0
  240. package/redux/uppercaseSequenceMapFont.d.ts +3 -0
  241. package/redux/useAdditionalOrfStartCodons.d.ts +3 -0
  242. package/redux/utils/addDashesForMatchStartAndEndForTracks/index.d.ts +1 -0
  243. package/redux/utils/addMetaToActionCreators.d.ts +1 -0
  244. package/redux/utils/createMergedDefaultStateReducer.d.ts +4 -0
  245. package/redux/utils/createMetaAction.d.ts +1 -0
  246. package/redux/versionHistory.d.ts +5 -0
  247. package/selectors/annotationLabelVisibility.d.ts +2 -0
  248. package/selectors/annotationSearchSelector.d.ts +7 -0
  249. package/selectors/cdsFeaturesSelector.d.ts +6 -0
  250. package/selectors/circularSelector.d.ts +1 -0
  251. package/selectors/cutsiteLabelColorSelector.d.ts +6 -0
  252. package/selectors/cutsitesByRangeSelector.d.ts +0 -0
  253. package/selectors/cutsitesSelector.d.ts +14 -0
  254. package/selectors/editorSelector.d.ts +2 -0
  255. package/selectors/featuresSelector.d.ts +6 -0
  256. package/selectors/filteredCutsitesSelector.d.ts +6 -0
  257. package/selectors/filteredFeaturesSelector.d.ts +6 -0
  258. package/selectors/filteredPartsSelector.d.ts +6 -0
  259. package/selectors/filteredPrimersSelector.d.ts +6 -0
  260. package/selectors/filteredRestrictionEnzymesSelector.d.ts +2 -0
  261. package/selectors/getAdditionalEnzymesSelector.d.ts +6 -0
  262. package/selectors/index.d.ts +41 -0
  263. package/selectors/isEnzymeFilterAndSelector.d.ts +2 -0
  264. package/selectors/minimumOrfSizeSelector.d.ts +2 -0
  265. package/selectors/orfsSelector.d.ts +26 -0
  266. package/selectors/partsSelector.d.ts +6 -0
  267. package/selectors/primersSelector.d.ts +6 -0
  268. package/selectors/restrictionEnzymesSelector.d.ts +6 -0
  269. package/selectors/searchLayersSelector.d.ts +6 -0
  270. package/selectors/selectedAnnotationsSelector.d.ts +2 -0
  271. package/selectors/selectedCutsitesSelector.d.ts +12 -0
  272. package/selectors/sequenceDataSelector.d.ts +2 -0
  273. package/selectors/sequenceLengthSelector.d.ts +1 -0
  274. package/selectors/sequenceSelector.d.ts +1 -0
  275. package/selectors/tagsToBoldSelector.d.ts +2 -0
  276. package/selectors/translationSearchMatchesSelector.d.ts +6 -0
  277. package/selectors/translationsRawSelector.d.ts +6 -0
  278. package/selectors/translationsSelector.d.ts +16 -0
  279. package/src/ToolBar/index.js +12 -12
  280. package/style.css +34 -0
  281. package/updateEditor.d.ts +3 -0
  282. package/utils/PassThrough.d.ts +3 -0
  283. package/utils/addWrappedAddons.d.ts +1 -0
  284. package/utils/annotationTypes.d.ts +6 -0
  285. package/utils/arrayUtils.d.ts +3 -0
  286. package/utils/calculateTickMarkPositionsForGivenRange.d.ts +7 -0
  287. package/utils/cleanSequenceData_DEPRECATED/arrayToObjWithIds.d.ts +1 -0
  288. package/utils/combineReducersDontIgnoreKeys.d.ts +1 -0
  289. package/utils/commandUtils.d.ts +1 -0
  290. package/utils/editorUtils.d.ts +36 -0
  291. package/utils/getAnnotationClassnames.d.ts +6 -0
  292. package/utils/getAnnotationNameAndStartStopString.d.ts +14 -0
  293. package/utils/getVisibleStartEnd.d.ts +7 -0
  294. package/utils/massageTickSpacing.d.ts +1 -0
  295. package/utils/onlyUpdateForKeysDeep.d.ts +2 -0
  296. package/utils/prepareRowData.d.ts +6 -0
  297. package/utils/proteinUtils.d.ts +1 -0
  298. package/utils/pureNoFunc.d.ts +2 -0
  299. package/utils/selectionLayer.d.ts +5 -0
  300. package/utils/shouldRerender.d.ts +2 -0
  301. package/utils/showFileDialog.d.ts +4 -0
  302. package/utils/updateLabelsForInViewFeatures.d.ts +3 -0
  303. package/utils/updateLabelsForInViewFeaturesCircView.d.ts +0 -0
  304. package/utils/useAAColorType.d.ts +2 -0
  305. package/utils/useAnnotationLimits.d.ts +14 -0
  306. package/utils/useChromatogramPrefs.d.ts +7 -0
  307. package/utils/useLadders.d.ts +2 -0
  308. package/utils/useMeltingTemp.d.ts +2 -0
  309. package/utils/useTmType.d.ts +2 -0
  310. package/withEditorInteractions/Keyboard.d.ts +16 -0
  311. package/withEditorInteractions/clickAndDragUtils.d.ts +67 -0
  312. package/withEditorInteractions/createSequenceInputPopup.d.ts +1 -0
  313. package/withEditorInteractions/getBpsPerRow.d.ts +9 -0
  314. package/withEditorInteractions/index.d.ts +2 -0
  315. package/withEditorInteractions/isElementInViewport.d.ts +2 -0
  316. package/withEditorInteractions/moveCaret.d.ts +10 -0
  317. package/withEditorProps/index.d.ts +17 -0
@@ -0,0 +1,648 @@
1
+ export namespace commandDefs {
2
+ namespace adjustLabelLineIntensity {
3
+ let name: string;
4
+ function submenu(props: any): {
5
+ text: string;
6
+ checked: boolean;
7
+ onClick: () => any;
8
+ }[];
9
+ }
10
+ namespace adjustLabelSize {
11
+ let name_1: string;
12
+ export { name_1 as name };
13
+ export function submenu_1(props: any): {
14
+ text: string;
15
+ checked: boolean;
16
+ onClick: () => any;
17
+ }[];
18
+ export { submenu_1 as submenu };
19
+ }
20
+ namespace simulateDigestion {
21
+ function handler(props: any): any;
22
+ let hotkey: string;
23
+ namespace hotkeyProps {
24
+ let preventDefault: boolean;
25
+ }
26
+ function isHidden(props: any): any;
27
+ }
28
+ namespace simulatePCR {
29
+ export function handler_1(props: any): any;
30
+ export { handler_1 as handler };
31
+ let hotkey_1: string;
32
+ export { hotkey_1 as hotkey };
33
+ export namespace hotkeyProps_1 {
34
+ let preventDefault_1: boolean;
35
+ export { preventDefault_1 as preventDefault };
36
+ }
37
+ export { hotkeyProps_1 as hotkeyProps };
38
+ export function isHidden_1(props: any): any;
39
+ export { isHidden_1 as isHidden };
40
+ }
41
+ namespace restrictionEnzymesManager {
42
+ let name_2: string;
43
+ export { name_2 as name };
44
+ export function handler_2(props: any): void;
45
+ export { handler_2 as handler };
46
+ export function isHidden_2(props: any): any;
47
+ export { isHidden_2 as isHidden };
48
+ }
49
+ namespace openFilterCutsites {
50
+ let name_3: string;
51
+ export { name_3 as name };
52
+ export function handler_3(props: any): void;
53
+ export { handler_3 as handler };
54
+ export function isHidden_3(props: any): any;
55
+ export { isHidden_3 as isHidden };
56
+ }
57
+ namespace openCreateCustomEnzyme {
58
+ let name_4: string;
59
+ export { name_4 as name };
60
+ export function handler_4(): void;
61
+ export { handler_4 as handler };
62
+ export function isHidden_4(props: any): any;
63
+ export { isHidden_4 as isHidden };
64
+ }
65
+ namespace toggleShowGCContent {
66
+ export function isActive(props: any): any;
67
+ export function handler_5(props: any): void;
68
+ export { handler_5 as handler };
69
+ }
70
+ namespace toggleSequenceMapFontUpper {
71
+ export function isActive_1(props: any): boolean;
72
+ export { isActive_1 as isActive };
73
+ export function handler_6(props: any): void;
74
+ export { handler_6 as handler };
75
+ let hotkey_2: string;
76
+ export { hotkey_2 as hotkey };
77
+ }
78
+ namespace toggleSequenceMapFontRaw {
79
+ export function isActive_2(props: any): boolean;
80
+ export { isActive_2 as isActive };
81
+ export function handler_7(props: any): void;
82
+ export { handler_7 as handler };
83
+ let hotkey_3: string;
84
+ export { hotkey_3 as hotkey };
85
+ }
86
+ namespace toggleSequenceMapFontLower {
87
+ export function isActive_3(props: any): boolean;
88
+ export { isActive_3 as isActive };
89
+ export function handler_8(props: any): void;
90
+ export { handler_8 as handler };
91
+ let hotkey_4: string;
92
+ export { hotkey_4 as hotkey };
93
+ }
94
+ namespace setRowViewSequenceSpacing {
95
+ export { noop as handler };
96
+ export function name_5(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
97
+ export { name_5 as name };
98
+ }
99
+ namespace createMenuHolder {
100
+ let name_6: string;
101
+ export { name_6 as name };
102
+ export function isHidden_5(props: any): any;
103
+ export { isHidden_5 as isHidden };
104
+ export { noop as handler };
105
+ export function submenu_2(props: any): any[];
106
+ export { submenu_2 as submenu };
107
+ }
108
+ namespace reverseComplementSelection {
109
+ export function isDisabled(props: any): any;
110
+ export function isHidden_6(props: any): any;
111
+ export { isHidden_6 as isHidden };
112
+ export function handler_9(props: any): any;
113
+ export { handler_9 as handler };
114
+ let hotkey_5: string;
115
+ export { hotkey_5 as hotkey };
116
+ }
117
+ namespace reverseComplementEntireSequence {
118
+ export function isHidden_7(props: any): any;
119
+ export { isHidden_7 as isHidden };
120
+ export function isDisabled_1(props: any): any;
121
+ export { isDisabled_1 as isDisabled };
122
+ export function handler_10(props: any): any;
123
+ export { handler_10 as handler };
124
+ }
125
+ namespace fullSequenceTranslations {
126
+ export { isProtein as isHidden };
127
+ export { noop as handler };
128
+ }
129
+ namespace sequenceAA_allFrames {
130
+ export function isActive_4(props: any): any;
131
+ export { isActive_4 as isActive };
132
+ export function handler_11(props: any): void;
133
+ export { handler_11 as handler };
134
+ }
135
+ namespace sequenceAAReverse_allFrames {
136
+ export { isProtein as isHidden };
137
+ export function isActive_5(props: any): any;
138
+ export { isActive_5 as isActive };
139
+ export function handler_12(props: any): void;
140
+ export { handler_12 as handler };
141
+ }
142
+ namespace sequenceAA_frame1 {
143
+ export function isActive_6(props: any): any;
144
+ export { isActive_6 as isActive };
145
+ export function handler_13(props: any): void;
146
+ export { handler_13 as handler };
147
+ }
148
+ namespace sequenceAA_frame2 {
149
+ export function isActive_7(props: any): any;
150
+ export { isActive_7 as isActive };
151
+ export function handler_14(props: any): void;
152
+ export { handler_14 as handler };
153
+ }
154
+ namespace sequenceAA_frame3 {
155
+ export function isActive_8(props: any): any;
156
+ export { isActive_8 as isActive };
157
+ export function handler_15(props: any): void;
158
+ export { handler_15 as handler };
159
+ }
160
+ namespace sequenceAAReverse_frame1 {
161
+ export function isActive_9(props: any): any;
162
+ export { isActive_9 as isActive };
163
+ export function handler_16(props: any): void;
164
+ export { handler_16 as handler };
165
+ }
166
+ namespace sequenceAAReverse_frame2 {
167
+ export function isActive_10(props: any): any;
168
+ export { isActive_10 as isActive };
169
+ export function handler_17(props: any): void;
170
+ export { handler_17 as handler };
171
+ }
172
+ namespace sequenceAAReverse_frame3 {
173
+ export function isActive_11(props: any): any;
174
+ export { isActive_11 as isActive };
175
+ export function handler_18(props: any): void;
176
+ export { handler_18 as handler };
177
+ }
178
+ namespace newTranslation {
179
+ export function handler_19(props: any, state: any, ctxInfo: any): any;
180
+ export { handler_19 as handler };
181
+ export function isHidden_8(props: any): any;
182
+ export { isHidden_8 as isHidden };
183
+ export function isDisabled_2(props: any): boolean | "Selection Required";
184
+ export { isDisabled_2 as isDisabled };
185
+ }
186
+ namespace newReverseTranslation { }
187
+ namespace newFeature {
188
+ export function handler_20(props: any): void;
189
+ export { handler_20 as handler };
190
+ export function isHidden_9(props: any): any;
191
+ export { isHidden_9 as isHidden };
192
+ export function isDisabled_3(props: any): any;
193
+ export { isDisabled_3 as isDisabled };
194
+ let hotkey_6: string;
195
+ export { hotkey_6 as hotkey };
196
+ export namespace hotkeyProps_2 {
197
+ let preventDefault_2: boolean;
198
+ export { preventDefault_2 as preventDefault };
199
+ }
200
+ export { hotkeyProps_2 as hotkeyProps };
201
+ }
202
+ namespace useGtgAndCtgAsStartCodons {
203
+ export { isProtein as isHidden };
204
+ export function name_7(props: any): "Use GUG And CUG As Start Codons" | "Use GTG And CTG As Start Codons";
205
+ export { name_7 as name };
206
+ export function isActive_12(props: any): any;
207
+ export { isActive_12 as isActive };
208
+ export function handler_21(props: any): any;
209
+ export { handler_21 as handler };
210
+ }
211
+ namespace minOrfSizeCmd {
212
+ export function name_8(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
213
+ export { name_8 as name };
214
+ export { noop as handler };
215
+ }
216
+ namespace hotkeyDialog {
217
+ let name_9: string;
218
+ export { name_9 as name };
219
+ export function handler_22(props: any): any;
220
+ export { handler_22 as handler };
221
+ }
222
+ namespace newPart {
223
+ export function handler_23(props: any): any;
224
+ export { handler_23 as handler };
225
+ export function isHidden_10(props: any): any;
226
+ export { isHidden_10 as isHidden };
227
+ export function isDisabled_4(props: any): any;
228
+ export { isDisabled_4 as isDisabled };
229
+ let hotkey_7: string;
230
+ export { hotkey_7 as hotkey };
231
+ export namespace hotkeyProps_3 {
232
+ let preventDefault_3: boolean;
233
+ export { preventDefault_3 as preventDefault };
234
+ }
235
+ export { hotkeyProps_3 as hotkeyProps };
236
+ }
237
+ namespace newPrimer {
238
+ export function handler_24(props: any): any;
239
+ export { handler_24 as handler };
240
+ export function isHidden_11(props: any): any;
241
+ export { isHidden_11 as isHidden };
242
+ export function isDisabled_5(props: any): any;
243
+ export { isDisabled_5 as isDisabled };
244
+ }
245
+ namespace rotateToCaretPosition {
246
+ export function isHidden_12(props: any): any;
247
+ export { isHidden_12 as isHidden };
248
+ export function isDisabled_6(props: any): any;
249
+ export { isDisabled_6 as isDisabled };
250
+ export function handler_25(props: any): any;
251
+ export { handler_25 as handler };
252
+ let hotkey_8: string;
253
+ export { hotkey_8 as hotkey };
254
+ }
255
+ namespace changeCaseCmd {
256
+ export { isProtein as isHidden };
257
+ export { noop as handler };
258
+ }
259
+ namespace changeCircularityCmd {
260
+ export function isHidden_13(p: any): any;
261
+ export { isHidden_13 as isHidden };
262
+ export { noop as handler };
263
+ }
264
+ namespace cut {
265
+ export function isDisabled_7(props: any): any;
266
+ export { isDisabled_7 as isDisabled };
267
+ export function isHidden_14(props: any): any;
268
+ export { isHidden_14 as isHidden };
269
+ export function handler_26(props: any): void;
270
+ export { handler_26 as handler };
271
+ let hotkey_9: string;
272
+ export { hotkey_9 as hotkey };
273
+ }
274
+ namespace createNewFromSubsequence {
275
+ let name_10: string;
276
+ export { name_10 as name };
277
+ export function isDisabled_8(props: any): boolean;
278
+ export { isDisabled_8 as isDisabled };
279
+ export function isHidden_15(props: any): boolean;
280
+ export { isHidden_15 as isHidden };
281
+ export function handler_27(props: any): void;
282
+ export { handler_27 as handler };
283
+ }
284
+ namespace copy {
285
+ export function isDisabled_9(props: any): boolean;
286
+ export { isDisabled_9 as isDisabled };
287
+ export function handler_28(props: any): any;
288
+ export { handler_28 as handler };
289
+ let hotkey_10: string;
290
+ export { hotkey_10 as hotkey };
291
+ }
292
+ namespace paste {
293
+ export function isDisabled_10(props: any): any;
294
+ export { isDisabled_10 as isDisabled };
295
+ export function isHidden_16(props: any): any;
296
+ export { isHidden_16 as isHidden };
297
+ export function handler_29(props: any): any;
298
+ export { handler_29 as handler };
299
+ let hotkey_11: string;
300
+ export { hotkey_11 as hotkey };
301
+ }
302
+ namespace undo {
303
+ export function isHidden_17(props: any): any;
304
+ export { isHidden_17 as isHidden };
305
+ export function isDisabled_11(props: any): any;
306
+ export { isDisabled_11 as isDisabled };
307
+ export function handler_30(props: any): any;
308
+ export { handler_30 as handler };
309
+ let hotkey_12: string;
310
+ export { hotkey_12 as hotkey };
311
+ }
312
+ namespace redo {
313
+ export function isHidden_18(props: any): any;
314
+ export { isHidden_18 as isHidden };
315
+ export function isDisabled_12(props: any): any;
316
+ export { isDisabled_12 as isDisabled };
317
+ export function handler_31(props: any): any;
318
+ export { handler_31 as handler };
319
+ let hotkey_13: string;
320
+ export { hotkey_13 as hotkey };
321
+ }
322
+ namespace find {
323
+ export function isDisabled_13(props: any): boolean;
324
+ export { isDisabled_13 as isDisabled };
325
+ let name_11: string;
326
+ export { name_11 as name };
327
+ export function handler_32(props: any): void;
328
+ export { handler_32 as handler };
329
+ let hotkey_14: string;
330
+ export { hotkey_14 as hotkey };
331
+ export namespace hotkeyProps_4 {
332
+ let preventDefault_4: boolean;
333
+ export { preventDefault_4 as preventDefault };
334
+ }
335
+ export { hotkeyProps_4 as hotkeyProps };
336
+ }
337
+ namespace about {
338
+ export function isDisabled_14(props: any): boolean;
339
+ export { isDisabled_14 as isDisabled };
340
+ let name_12: string;
341
+ export { name_12 as name };
342
+ export function handler_33(): Promise<any>;
343
+ export { handler_33 as handler };
344
+ }
345
+ namespace versionNumber {
346
+ let name_13: string;
347
+ export { name_13 as name };
348
+ export function handler_34(): void;
349
+ export { handler_34 as handler };
350
+ }
351
+ namespace goTo {
352
+ export function isDisabled_15(props: any): boolean;
353
+ export { isDisabled_15 as isDisabled };
354
+ let name_14: string;
355
+ export { name_14 as name };
356
+ export function handler_35(props: any): void;
357
+ export { handler_35 as handler };
358
+ let hotkey_15: string;
359
+ export { hotkey_15 as hotkey };
360
+ export namespace hotkeyProps_5 {
361
+ let preventDefault_5: boolean;
362
+ export { preventDefault_5 as preventDefault };
363
+ }
364
+ export { hotkeyProps_5 as hotkeyProps };
365
+ }
366
+ namespace select {
367
+ export function isDisabled_16(props: any): boolean;
368
+ export { isDisabled_16 as isDisabled };
369
+ let name_15: string;
370
+ export { name_15 as name };
371
+ export function handler_36(props: any): void;
372
+ export { handler_36 as handler };
373
+ }
374
+ namespace selectAll {
375
+ export function handler_37(props: any, obj: any): void;
376
+ export { handler_37 as handler };
377
+ export function isDisabled_17(props: any): boolean;
378
+ export { isDisabled_17 as isDisabled };
379
+ let hotkey_16: string;
380
+ export { hotkey_16 as hotkey };
381
+ }
382
+ namespace selectInverse {
383
+ export function isDisabled_18(props: any): false | "Selection Required";
384
+ export { isDisabled_18 as isDisabled };
385
+ export function handler_38(props: any): any;
386
+ export { handler_38 as handler };
387
+ let hotkey_17: string;
388
+ export { hotkey_17 as hotkey };
389
+ }
390
+ namespace complementSelection {
391
+ export function isHidden_19(props: any): any;
392
+ export { isHidden_19 as isHidden };
393
+ export function isDisabled_19(props: any): any;
394
+ export { isDisabled_19 as isDisabled };
395
+ export function handler_39(props: any): any;
396
+ export { handler_39 as handler };
397
+ }
398
+ namespace complementEntireSequence {
399
+ export function isHidden_20(props: any): any;
400
+ export { isHidden_20 as isHidden };
401
+ export function isDisabled_20(props: any): any;
402
+ export { isDisabled_20 as isDisabled };
403
+ export function handler_40(props: any): any;
404
+ export { handler_40 as handler };
405
+ }
406
+ namespace sequenceCase {
407
+ export { isProtein as isHidden };
408
+ }
409
+ namespace toggleCircular {
410
+ let name_16: string;
411
+ export { name_16 as name };
412
+ export function isActive_13(props: any): any;
413
+ export { isActive_13 as isActive };
414
+ export function handler_41(props: any): any;
415
+ export { handler_41 as handler };
416
+ }
417
+ namespace toggleLinear {
418
+ let name_17: string;
419
+ export { name_17 as name };
420
+ export function isActive_14(props: any): boolean;
421
+ export { isActive_14 as isActive };
422
+ export function handler_42(props: any): any;
423
+ export { handler_42 as handler };
424
+ }
425
+ namespace circular {
426
+ export function isHidden_21(props: any): any;
427
+ export { isHidden_21 as isHidden };
428
+ export function isDisabled_21(props: any): any;
429
+ export { isDisabled_21 as isDisabled };
430
+ export function handler_43(props: any): any;
431
+ export { handler_43 as handler };
432
+ export function isActive_15(props: any): any;
433
+ export { isActive_15 as isActive };
434
+ }
435
+ namespace linear {
436
+ export function isHidden_22(props: any): any;
437
+ export { isHidden_22 as isHidden };
438
+ export function isDisabled_22(props: any): any;
439
+ export { isDisabled_22 as isDisabled };
440
+ export function handler_44(props: any): any;
441
+ export { handler_44 as handler };
442
+ export function isActive_16(props: any): any;
443
+ export { isActive_16 as isActive };
444
+ }
445
+ namespace autoAnnotateHolder {
446
+ export function isHidden_23(props: any): boolean;
447
+ export { isHidden_23 as isHidden };
448
+ }
449
+ namespace onConfigureFeatureTypesClick {
450
+ let name_18: string;
451
+ export { name_18 as name };
452
+ export function handler_45(p: any): any;
453
+ export { handler_45 as handler };
454
+ export function isHidden_24(props: any): boolean;
455
+ export { isHidden_24 as isHidden };
456
+ }
457
+ namespace newSequence {
458
+ export function isHidden_25(props: any): boolean;
459
+ export { isHidden_25 as isHidden };
460
+ export function handler_46(props: any, ...rest: any[]): any;
461
+ export { handler_46 as handler };
462
+ }
463
+ namespace renameSequence {
464
+ export function isHidden_26(props: any): any;
465
+ export { isHidden_26 as isHidden };
466
+ export function isDisabled_23(props: any): any;
467
+ export { isDisabled_23 as isDisabled };
468
+ export function handler_47(props: any): void;
469
+ export { handler_47 as handler };
470
+ }
471
+ namespace saveSequence {
472
+ let name_19: string;
473
+ export { name_19 as name };
474
+ export function isDisabled_24(props: any): any;
475
+ export { isDisabled_24 as isDisabled };
476
+ export function isHidden_27(props: any): any;
477
+ export { isHidden_27 as isHidden };
478
+ export function handler_48(props: any): any;
479
+ export { handler_48 as handler };
480
+ let hotkey_18: string;
481
+ export { hotkey_18 as hotkey };
482
+ }
483
+ namespace saveSequenceAs {
484
+ let name_20: string;
485
+ export { name_20 as name };
486
+ export function isHidden_28(props: any): boolean;
487
+ export { isHidden_28 as isHidden };
488
+ export function handler_49(props: any): any;
489
+ export { handler_49 as handler };
490
+ let hotkey_19: string;
491
+ export { hotkey_19 as hotkey };
492
+ }
493
+ namespace toolsCmd {
494
+ export { noop as handler };
495
+ export { isProtein as isHidden };
496
+ }
497
+ namespace deleteSequence {
498
+ export function isDisabled_25(props: any): any;
499
+ export { isDisabled_25 as isDisabled };
500
+ export function isHidden_29(props: any): boolean;
501
+ export { isHidden_29 as isHidden };
502
+ export function handler_50(props: any): any;
503
+ export { handler_50 as handler };
504
+ }
505
+ namespace duplicateSequence {
506
+ export function isDisabled_26(props: any): boolean;
507
+ export { isDisabled_26 as isDisabled };
508
+ export function isHidden_30(props: any): boolean;
509
+ export { isHidden_30 as isHidden };
510
+ export function handler_51(props: any, ...rest: any[]): any;
511
+ export { handler_51 as handler };
512
+ let hotkey_20: string;
513
+ export { hotkey_20 as hotkey };
514
+ }
515
+ namespace toggleReadOnlyMode {
516
+ export let toggle: never[];
517
+ export function isDisabled_27(props: any): any;
518
+ export { isDisabled_27 as isDisabled };
519
+ export function isHidden_31(props: any): boolean;
520
+ export { isHidden_31 as isHidden };
521
+ export function isActive_17(props: any): any;
522
+ export { isActive_17 as isActive };
523
+ export function handler_52(props: any): Promise<void>;
524
+ export { handler_52 as handler };
525
+ }
526
+ namespace importSequence {
527
+ export function isHidden_32(props: any): any;
528
+ export { isHidden_32 as isHidden };
529
+ export function isDisabled_28(props: any): any;
530
+ export { isDisabled_28 as isDisabled };
531
+ export function handler_53(props: any): void;
532
+ export { handler_53 as handler };
533
+ }
534
+ namespace filterPartsByTagCmd {
535
+ export function isHidden_33(props: any): boolean;
536
+ export { isHidden_33 as isHidden };
537
+ let name_21: string;
538
+ export { name_21 as name };
539
+ export function component(props: any): () => import('../../../../node_modules/react/jsx-runtime').JSX.Element;
540
+ export { noop as handler };
541
+ }
542
+ namespace filterFeatureLengthsCmd {
543
+ export function name_22(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
544
+ export { name_22 as name };
545
+ export function isActive_18(props: any): any;
546
+ export { isActive_18 as isActive };
547
+ export function handler_54(props: any): void;
548
+ export { handler_54 as handler };
549
+ }
550
+ namespace filterPartLengthsCmd { }
551
+ namespace filterPrimerLengthsCmd { }
552
+ namespace featureTypesCmd {
553
+ export function name_23(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
554
+ export { name_23 as name };
555
+ export function submenu_3(props: any): any[];
556
+ export { submenu_3 as submenu };
557
+ }
558
+ namespace featureFilterIndividualCmd {
559
+ export function isHidden_34(props: any): boolean;
560
+ export { isHidden_34 as isHidden };
561
+ export function name_24(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
562
+ export { name_24 as name };
563
+ export function submenu_4(props: any): any[];
564
+ export { submenu_4 as submenu };
565
+ }
566
+ namespace partFilterIndividualCmd { }
567
+ namespace primerFilterIndividualCmd { }
568
+ namespace exportSequenceAsGenbank {
569
+ export function name_25(props: any): "Download GenPept File" | "Download Genbank File";
570
+ export { name_25 as name };
571
+ export function handler_55(props: any): any;
572
+ export { handler_55 as handler };
573
+ }
574
+ namespace exportDNASequenceAsFasta {
575
+ export function name_26(props: any): string;
576
+ export { name_26 as name };
577
+ export function isHidden_35(props: any): boolean;
578
+ export { isHidden_35 as isHidden };
579
+ export function handler_56(props: any): any;
580
+ export { handler_56 as handler };
581
+ }
582
+ namespace exportProteinSequenceAsFasta {
583
+ let name_27: string;
584
+ export { name_27 as name };
585
+ export function isHidden_36(props: any): boolean;
586
+ export { isHidden_36 as isHidden };
587
+ export function handler_57(props: any): any;
588
+ export { handler_57 as handler };
589
+ }
590
+ namespace exportSequenceAsTeselagenJson {
591
+ let name_28: string;
592
+ export { name_28 as name };
593
+ export function handler_58(props: any): any;
594
+ export { handler_58 as handler };
595
+ }
596
+ namespace viewProperties {
597
+ export function handler_59(props: any): any;
598
+ export { handler_59 as handler };
599
+ }
600
+ namespace viewRevisionHistory {
601
+ export function handler_60(props: any): any;
602
+ export { handler_60 as handler };
603
+ export function isHidden_37(props: any): boolean;
604
+ export { isHidden_37 as isHidden };
605
+ }
606
+ namespace print {
607
+ export namespace hotkeyProps_6 {
608
+ let preventDefault_6: boolean;
609
+ export { preventDefault_6 as preventDefault };
610
+ }
611
+ export { hotkeyProps_6 as hotkeyProps };
612
+ export function handler_61(props: any): void;
613
+ export { handler_61 as handler };
614
+ let hotkey_21: string;
615
+ export { hotkey_21 as hotkey };
616
+ }
617
+ namespace limitsMenu {
618
+ export function isHidden_38(props: any): any;
619
+ export { isHidden_38 as isHidden };
620
+ }
621
+ namespace showAll {
622
+ export function handler_62(props: any): void;
623
+ export { handler_62 as handler };
624
+ }
625
+ namespace hideAll {
626
+ export function handler_63(props: any): void;
627
+ export { handler_63 as handler };
628
+ }
629
+ namespace showAllLabels {
630
+ export function handler_64(props: any): void;
631
+ export { handler_64 as handler };
632
+ }
633
+ namespace hideAllLabels {
634
+ export function handler_65(props: any): void;
635
+ export { handler_65 as handler };
636
+ }
637
+ let toggleAminoAcidNumbers_dna: any;
638
+ let toggleAminoAcidNumbers_protein: any;
639
+ namespace showChromQualScoresMenu {
640
+ export function isHidden_39(props: any): boolean;
641
+ export { isHidden_39 as isHidden };
642
+ }
643
+ let togglePartsWithSubmenu: any;
644
+ }
645
+ declare function _default(instance: any): {};
646
+ export default _default;
647
+ import { noop } from "lodash-es";
648
+ declare function isProtein(props: any): any;
@@ -0,0 +1,2 @@
1
+ export const SLIDER_NORM_WIDTH: 120;
2
+ export const SLIDER_SMALL_WIDTH: 80;
@@ -0,0 +1,8 @@
1
+ export function getDnaColor(char: any, isReverse: any): any;
2
+ export default dnaToColor;
3
+ declare namespace dnaToColor {
4
+ let a: string;
5
+ let c: string;
6
+ let g: string;
7
+ let t: string;
8
+ }
@@ -0,0 +1,6 @@
1
+ declare namespace _default {
2
+ let caret: string;
3
+ let selectionStart: string;
4
+ let selectionEnd: string;
5
+ }
6
+ export default _default;
@@ -0,0 +1 @@
1
+ export const MAX_MATCHES_DISPLAYED: 1000;
@@ -0,0 +1,7 @@
1
+ export default orfFrameToColorMap;
2
+ export function getOrfColor(orf: any): any;
3
+ declare const orfFrameToColorMap: {
4
+ 0: string;
5
+ 1: string;
6
+ 2: string;
7
+ };
@@ -0,0 +1,3 @@
1
+ export const defaultCharWidth: 9;
2
+ export const defaultContainerWidth: 400;
3
+ export const defaultMarginWidth: 50;