@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,11 @@
|
|
|
1
|
+
export default function Ladder({ boxHeight, lanes, digestLaneRightClicked, selectedFragment, ladders }: {
|
|
2
|
+
boxHeight?: number | undefined;
|
|
3
|
+
lanes?: any[] | undefined;
|
|
4
|
+
digestLaneRightClicked: any;
|
|
5
|
+
selectedFragment: any;
|
|
6
|
+
ladders?: {
|
|
7
|
+
value: string;
|
|
8
|
+
label: string;
|
|
9
|
+
markings: number[];
|
|
10
|
+
}[] | undefined;
|
|
11
|
+
}): void | import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
File without changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default class DropHandler extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
handleDrop: (files: any) => any;
|
|
5
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
6
|
+
}
|
|
7
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default class FillWindow extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
updateDimensions: import("lodash").DebouncedFunc<() => void>;
|
|
5
|
+
componentDidMount(): void;
|
|
6
|
+
componentWillUnmount(): void;
|
|
7
|
+
render(): any;
|
|
8
|
+
}
|
|
9
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export class Editor extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
state: {
|
|
5
|
+
rotationRadians: number;
|
|
6
|
+
zoomLevel: number;
|
|
7
|
+
isHotkeyDialogOpen: boolean;
|
|
8
|
+
tabDragging: boolean;
|
|
9
|
+
previewModeFullscreen: boolean;
|
|
10
|
+
};
|
|
11
|
+
getExtraPanel: () => never[];
|
|
12
|
+
getChildContext(): {
|
|
13
|
+
blueprintPortalClassName: string;
|
|
14
|
+
};
|
|
15
|
+
componentDidUpdate(prevProps: any): void;
|
|
16
|
+
hasShownInitialAnnotationToEditDialog: boolean | undefined;
|
|
17
|
+
updateDimensions: import("lodash").DebouncedFunc<() => void>;
|
|
18
|
+
componentDidMount(): void;
|
|
19
|
+
componentWillUnmount(): void;
|
|
20
|
+
onTabDragStart: () => void;
|
|
21
|
+
onTabDragEnd: (result: any) => void;
|
|
22
|
+
getPanelsToShow: () => any[];
|
|
23
|
+
onPreviewModeButtonContextMenu: (event: any) => void;
|
|
24
|
+
closeHotkeyDialog: () => void;
|
|
25
|
+
openHotkeyDialog: () => void;
|
|
26
|
+
togglePreviewFullscreen: () => void;
|
|
27
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
28
|
+
inPreviewMode: boolean | undefined;
|
|
29
|
+
hasFullscreenPanel: boolean | undefined;
|
|
30
|
+
}
|
|
31
|
+
export namespace Editor {
|
|
32
|
+
namespace childContextTypes {
|
|
33
|
+
let blueprintPortalClassName: PropTypes.Requireable<string>;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
|
|
37
|
+
[x: string]: any;
|
|
38
|
+
}>;
|
|
39
|
+
export default _default;
|
|
40
|
+
import React from '../../../../node_modules/react';
|
|
41
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const userDefinedHandlersAndOpts: string[];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare function _default({ extraClasses, sequence, paddingEnd, paddingStart, reverseSnipPosition, forwardSnipPosition, charWidth, noCopy }: {
|
|
2
|
+
extraClasses?: string | undefined;
|
|
3
|
+
sequence?: string | undefined;
|
|
4
|
+
paddingEnd?: string | undefined;
|
|
5
|
+
paddingStart?: string | undefined;
|
|
6
|
+
reverseSnipPosition: any;
|
|
7
|
+
forwardSnipPosition: any;
|
|
8
|
+
charWidth?: number | undefined;
|
|
9
|
+
noCopy: any;
|
|
10
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export class FindBar extends React.Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
componentDidMount(): void;
|
|
5
|
+
possiblyNormalizeMatchNumber: () => void;
|
|
6
|
+
componentDidUpdate(): void;
|
|
7
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
8
|
+
inputEl: any;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: any;
|
|
11
|
+
export default _default;
|
|
12
|
+
import React from '../../../../node_modules/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function GlobalDialog(props: any): import('../../../node_modules/react/jsx-runtime').JSX.Element | null;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function showDialog({ ModalComponent, dialogType, props, overrideName }: {
|
|
2
|
+
ModalComponent: any;
|
|
3
|
+
dialogType: any;
|
|
4
|
+
props: any;
|
|
5
|
+
overrideName: any;
|
|
6
|
+
}): void;
|
|
7
|
+
export function hideDialog(): void;
|
|
8
|
+
export function showAddOrEditAnnotationDialog({ type, annotation: _annotation }: {
|
|
9
|
+
type: any;
|
|
10
|
+
annotation: any;
|
|
11
|
+
}): void;
|
|
12
|
+
export const dialogHolder: {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function ZoomLinearView({ setCharWidth, minCharWidth, bindOutsideChangeHelper, afterOnChange, smallSlider }: {
|
|
2
|
+
setCharWidth: any;
|
|
3
|
+
minCharWidth: any;
|
|
4
|
+
bindOutsideChangeHelper: any;
|
|
5
|
+
afterOnChange: any;
|
|
6
|
+
smallSlider: any;
|
|
7
|
+
}): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export function LinearView(props: any): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
2
|
+
export const NonReduxEnhancedLinearView: any;
|
|
3
|
+
declare const _default: (props: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
4
|
+
export default _default;
|
|
5
|
+
export function scrollToCaret(): void;
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
export namespace copyOptionsMenu {
|
|
2
|
+
let text: string;
|
|
3
|
+
let showInSearchMenu: boolean;
|
|
4
|
+
let submenu: {
|
|
5
|
+
cmd: string;
|
|
6
|
+
shouldDismissPopover: boolean;
|
|
7
|
+
}[];
|
|
8
|
+
}
|
|
9
|
+
export namespace createNewAnnotationMenu {
|
|
10
|
+
let text_1: string;
|
|
11
|
+
export { text_1 as text };
|
|
12
|
+
export let cmd: string;
|
|
13
|
+
let showInSearchMenu_1: boolean;
|
|
14
|
+
export { showInSearchMenu_1 as showInSearchMenu };
|
|
15
|
+
}
|
|
16
|
+
declare const _default: ({
|
|
17
|
+
text: string;
|
|
18
|
+
"data-test": string;
|
|
19
|
+
submenu: (string | {
|
|
20
|
+
cmd: string;
|
|
21
|
+
"data-test": string;
|
|
22
|
+
shouldDismissPopover?: undefined;
|
|
23
|
+
text?: undefined;
|
|
24
|
+
showInSearchMenu?: undefined;
|
|
25
|
+
submenu?: undefined;
|
|
26
|
+
icon?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
cmd: string;
|
|
29
|
+
shouldDismissPopover: boolean;
|
|
30
|
+
"data-test"?: undefined;
|
|
31
|
+
text?: undefined;
|
|
32
|
+
showInSearchMenu?: undefined;
|
|
33
|
+
submenu?: undefined;
|
|
34
|
+
icon?: undefined;
|
|
35
|
+
} | {
|
|
36
|
+
text: string;
|
|
37
|
+
showInSearchMenu: boolean;
|
|
38
|
+
submenu: {
|
|
39
|
+
cmd: string;
|
|
40
|
+
}[];
|
|
41
|
+
cmd?: undefined;
|
|
42
|
+
"data-test"?: undefined;
|
|
43
|
+
shouldDismissPopover?: undefined;
|
|
44
|
+
icon?: undefined;
|
|
45
|
+
} | {
|
|
46
|
+
text: string;
|
|
47
|
+
cmd: string;
|
|
48
|
+
"data-test"?: undefined;
|
|
49
|
+
shouldDismissPopover?: undefined;
|
|
50
|
+
showInSearchMenu?: undefined;
|
|
51
|
+
submenu?: undefined;
|
|
52
|
+
icon?: undefined;
|
|
53
|
+
} | {
|
|
54
|
+
cmd: string;
|
|
55
|
+
text: string;
|
|
56
|
+
icon: string;
|
|
57
|
+
"data-test"?: undefined;
|
|
58
|
+
shouldDismissPopover?: undefined;
|
|
59
|
+
showInSearchMenu?: undefined;
|
|
60
|
+
submenu?: undefined;
|
|
61
|
+
})[];
|
|
62
|
+
cmd?: undefined;
|
|
63
|
+
} | {
|
|
64
|
+
text: string;
|
|
65
|
+
submenu: (string | {
|
|
66
|
+
text: string;
|
|
67
|
+
showInSearchMenu: boolean;
|
|
68
|
+
submenu: {
|
|
69
|
+
cmd: string;
|
|
70
|
+
shouldDismissPopover: boolean;
|
|
71
|
+
}[];
|
|
72
|
+
} | {
|
|
73
|
+
text: string;
|
|
74
|
+
cmd: string;
|
|
75
|
+
showInSearchMenu: boolean;
|
|
76
|
+
} | {
|
|
77
|
+
text: string;
|
|
78
|
+
cmd: string;
|
|
79
|
+
submenu: string[];
|
|
80
|
+
})[];
|
|
81
|
+
"data-test"?: undefined;
|
|
82
|
+
cmd?: undefined;
|
|
83
|
+
} | {
|
|
84
|
+
text: string;
|
|
85
|
+
submenu: ({
|
|
86
|
+
text: string;
|
|
87
|
+
cmd: string;
|
|
88
|
+
submenu: {
|
|
89
|
+
shouldDismissPopover: boolean;
|
|
90
|
+
cmd: string;
|
|
91
|
+
text: string;
|
|
92
|
+
}[];
|
|
93
|
+
} | {
|
|
94
|
+
cmd: string;
|
|
95
|
+
shouldDismissPopover: boolean;
|
|
96
|
+
submenu?: undefined;
|
|
97
|
+
divider?: undefined;
|
|
98
|
+
text?: undefined;
|
|
99
|
+
component?: undefined;
|
|
100
|
+
} | {
|
|
101
|
+
cmd: string;
|
|
102
|
+
shouldDismissPopover: boolean;
|
|
103
|
+
submenu: (string | {
|
|
104
|
+
cmd: string;
|
|
105
|
+
shouldDismissPopover: boolean;
|
|
106
|
+
})[];
|
|
107
|
+
divider?: undefined;
|
|
108
|
+
text?: undefined;
|
|
109
|
+
component?: undefined;
|
|
110
|
+
} | {
|
|
111
|
+
divider: string;
|
|
112
|
+
cmd?: undefined;
|
|
113
|
+
shouldDismissPopover?: undefined;
|
|
114
|
+
submenu?: undefined;
|
|
115
|
+
text?: undefined;
|
|
116
|
+
component?: undefined;
|
|
117
|
+
} | {
|
|
118
|
+
cmd: string;
|
|
119
|
+
shouldDismissPopover: boolean;
|
|
120
|
+
text: string;
|
|
121
|
+
submenu?: undefined;
|
|
122
|
+
divider?: undefined;
|
|
123
|
+
component?: undefined;
|
|
124
|
+
} | {
|
|
125
|
+
text: string;
|
|
126
|
+
component: (props: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
127
|
+
cmd?: undefined;
|
|
128
|
+
shouldDismissPopover?: undefined;
|
|
129
|
+
submenu?: undefined;
|
|
130
|
+
divider?: undefined;
|
|
131
|
+
} | {
|
|
132
|
+
text: string;
|
|
133
|
+
component: (props: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
134
|
+
shouldDismissPopover: boolean;
|
|
135
|
+
cmd?: undefined;
|
|
136
|
+
submenu?: undefined;
|
|
137
|
+
divider?: undefined;
|
|
138
|
+
} | {
|
|
139
|
+
text: string;
|
|
140
|
+
submenu: ({
|
|
141
|
+
cmd: string;
|
|
142
|
+
shouldDismissPopover: boolean;
|
|
143
|
+
text?: undefined;
|
|
144
|
+
submenu?: undefined;
|
|
145
|
+
} | {
|
|
146
|
+
text: string;
|
|
147
|
+
cmd: string;
|
|
148
|
+
submenu: {
|
|
149
|
+
cmd: string;
|
|
150
|
+
text: string;
|
|
151
|
+
shouldDismissPopover: boolean;
|
|
152
|
+
}[];
|
|
153
|
+
shouldDismissPopover?: undefined;
|
|
154
|
+
})[];
|
|
155
|
+
cmd?: undefined;
|
|
156
|
+
shouldDismissPopover?: undefined;
|
|
157
|
+
divider?: undefined;
|
|
158
|
+
component?: undefined;
|
|
159
|
+
} | {
|
|
160
|
+
text: string;
|
|
161
|
+
cmd: string;
|
|
162
|
+
submenu: {
|
|
163
|
+
text: string;
|
|
164
|
+
component: typeof import("../utils/useAnnotationLimits").LimitAnnotations;
|
|
165
|
+
type: string;
|
|
166
|
+
}[];
|
|
167
|
+
shouldDismissPopover?: undefined;
|
|
168
|
+
divider?: undefined;
|
|
169
|
+
component?: undefined;
|
|
170
|
+
} | {
|
|
171
|
+
text: string;
|
|
172
|
+
submenu: ({
|
|
173
|
+
divider: string;
|
|
174
|
+
text?: undefined;
|
|
175
|
+
hiddenButSearchableText?: undefined;
|
|
176
|
+
cmd?: undefined;
|
|
177
|
+
shouldDismissPopover?: undefined;
|
|
178
|
+
} | {
|
|
179
|
+
text: string;
|
|
180
|
+
hiddenButSearchableText: string;
|
|
181
|
+
cmd: string;
|
|
182
|
+
shouldDismissPopover: boolean;
|
|
183
|
+
divider?: undefined;
|
|
184
|
+
} | {
|
|
185
|
+
cmd: string;
|
|
186
|
+
shouldDismissPopover: boolean;
|
|
187
|
+
divider?: undefined;
|
|
188
|
+
text?: undefined;
|
|
189
|
+
hiddenButSearchableText?: undefined;
|
|
190
|
+
})[];
|
|
191
|
+
cmd?: undefined;
|
|
192
|
+
shouldDismissPopover?: undefined;
|
|
193
|
+
divider?: undefined;
|
|
194
|
+
component?: undefined;
|
|
195
|
+
})[];
|
|
196
|
+
"data-test"?: undefined;
|
|
197
|
+
cmd?: undefined;
|
|
198
|
+
} | {
|
|
199
|
+
text: string;
|
|
200
|
+
cmd: string;
|
|
201
|
+
submenu: (string | {
|
|
202
|
+
text: string;
|
|
203
|
+
submenu: string[];
|
|
204
|
+
cmd?: undefined;
|
|
205
|
+
} | {
|
|
206
|
+
text: string;
|
|
207
|
+
cmd: string;
|
|
208
|
+
submenu: string[];
|
|
209
|
+
})[];
|
|
210
|
+
"data-test"?: undefined;
|
|
211
|
+
} | {
|
|
212
|
+
text: string;
|
|
213
|
+
submenu: (string | {
|
|
214
|
+
isMenuSearch: boolean;
|
|
215
|
+
cmd?: undefined;
|
|
216
|
+
shouldDismissPopover?: undefined;
|
|
217
|
+
} | {
|
|
218
|
+
cmd: string;
|
|
219
|
+
shouldDismissPopover: boolean;
|
|
220
|
+
isMenuSearch?: undefined;
|
|
221
|
+
})[];
|
|
222
|
+
"data-test"?: undefined;
|
|
223
|
+
cmd?: undefined;
|
|
224
|
+
})[];
|
|
225
|
+
export default _default;
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
export const translationsSubmenu: {
|
|
2
|
+
cmd: string;
|
|
3
|
+
shouldDismissPopover: boolean;
|
|
4
|
+
}[];
|
|
5
|
+
export const orfsSubmenu: {
|
|
6
|
+
cmd: string;
|
|
7
|
+
shouldDismissPopover: boolean;
|
|
8
|
+
}[];
|
|
9
|
+
export const cutsitesSubmenu: {
|
|
10
|
+
cmd: string;
|
|
11
|
+
shouldDismissPopover: boolean;
|
|
12
|
+
}[];
|
|
13
|
+
export const featuresSubmenu: (string | {
|
|
14
|
+
cmd: string;
|
|
15
|
+
shouldDismissPopover: boolean;
|
|
16
|
+
})[];
|
|
17
|
+
export function partsSubmenu(props: any): {
|
|
18
|
+
cmd: string;
|
|
19
|
+
shouldDismissPopover: boolean;
|
|
20
|
+
}[];
|
|
21
|
+
export const primersSubmenu: {
|
|
22
|
+
cmd: string;
|
|
23
|
+
shouldDismissPopover: boolean;
|
|
24
|
+
}[];
|
|
25
|
+
export namespace fullSequenceTranslationMenu {
|
|
26
|
+
let text: string;
|
|
27
|
+
let cmd: string;
|
|
28
|
+
let submenu: {
|
|
29
|
+
shouldDismissPopover: boolean;
|
|
30
|
+
cmd: string;
|
|
31
|
+
text: string;
|
|
32
|
+
}[];
|
|
33
|
+
}
|
|
34
|
+
declare const _default: ({
|
|
35
|
+
text: string;
|
|
36
|
+
cmd: string;
|
|
37
|
+
submenu: {
|
|
38
|
+
shouldDismissPopover: boolean;
|
|
39
|
+
cmd: string;
|
|
40
|
+
text: string;
|
|
41
|
+
}[];
|
|
42
|
+
} | {
|
|
43
|
+
cmd: string;
|
|
44
|
+
shouldDismissPopover: boolean;
|
|
45
|
+
submenu?: undefined;
|
|
46
|
+
divider?: undefined;
|
|
47
|
+
text?: undefined;
|
|
48
|
+
component?: undefined;
|
|
49
|
+
} | {
|
|
50
|
+
cmd: string;
|
|
51
|
+
shouldDismissPopover: boolean;
|
|
52
|
+
submenu: (string | {
|
|
53
|
+
cmd: string;
|
|
54
|
+
shouldDismissPopover: boolean;
|
|
55
|
+
})[];
|
|
56
|
+
divider?: undefined;
|
|
57
|
+
text?: undefined;
|
|
58
|
+
component?: undefined;
|
|
59
|
+
} | {
|
|
60
|
+
divider: string;
|
|
61
|
+
cmd?: undefined;
|
|
62
|
+
shouldDismissPopover?: undefined;
|
|
63
|
+
submenu?: undefined;
|
|
64
|
+
text?: undefined;
|
|
65
|
+
component?: undefined;
|
|
66
|
+
} | {
|
|
67
|
+
cmd: string;
|
|
68
|
+
shouldDismissPopover: boolean;
|
|
69
|
+
text: string;
|
|
70
|
+
submenu?: undefined;
|
|
71
|
+
divider?: undefined;
|
|
72
|
+
component?: undefined;
|
|
73
|
+
} | {
|
|
74
|
+
text: string;
|
|
75
|
+
component: typeof ToggleShowMeltingTemp;
|
|
76
|
+
cmd?: undefined;
|
|
77
|
+
shouldDismissPopover?: undefined;
|
|
78
|
+
submenu?: undefined;
|
|
79
|
+
divider?: undefined;
|
|
80
|
+
} | {
|
|
81
|
+
text: string;
|
|
82
|
+
component: (props: any) => import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
83
|
+
shouldDismissPopover: boolean;
|
|
84
|
+
cmd?: undefined;
|
|
85
|
+
submenu?: undefined;
|
|
86
|
+
divider?: undefined;
|
|
87
|
+
} | {
|
|
88
|
+
text: string;
|
|
89
|
+
submenu: ({
|
|
90
|
+
cmd: string;
|
|
91
|
+
shouldDismissPopover: boolean;
|
|
92
|
+
text?: undefined;
|
|
93
|
+
submenu?: undefined;
|
|
94
|
+
} | {
|
|
95
|
+
text: string;
|
|
96
|
+
cmd: string;
|
|
97
|
+
submenu: {
|
|
98
|
+
cmd: string;
|
|
99
|
+
text: string;
|
|
100
|
+
shouldDismissPopover: boolean;
|
|
101
|
+
}[];
|
|
102
|
+
shouldDismissPopover?: undefined;
|
|
103
|
+
})[];
|
|
104
|
+
cmd?: undefined;
|
|
105
|
+
shouldDismissPopover?: undefined;
|
|
106
|
+
divider?: undefined;
|
|
107
|
+
component?: undefined;
|
|
108
|
+
} | {
|
|
109
|
+
text: string;
|
|
110
|
+
cmd: string;
|
|
111
|
+
submenu: {
|
|
112
|
+
text: string;
|
|
113
|
+
component: typeof LimitAnnotations;
|
|
114
|
+
type: string;
|
|
115
|
+
}[];
|
|
116
|
+
shouldDismissPopover?: undefined;
|
|
117
|
+
divider?: undefined;
|
|
118
|
+
component?: undefined;
|
|
119
|
+
} | {
|
|
120
|
+
text: string;
|
|
121
|
+
submenu: ({
|
|
122
|
+
divider: string;
|
|
123
|
+
text?: undefined;
|
|
124
|
+
hiddenButSearchableText?: undefined;
|
|
125
|
+
cmd?: undefined;
|
|
126
|
+
shouldDismissPopover?: undefined;
|
|
127
|
+
} | {
|
|
128
|
+
text: string;
|
|
129
|
+
hiddenButSearchableText: string;
|
|
130
|
+
cmd: string;
|
|
131
|
+
shouldDismissPopover: boolean;
|
|
132
|
+
divider?: undefined;
|
|
133
|
+
} | {
|
|
134
|
+
cmd: string;
|
|
135
|
+
shouldDismissPopover: boolean;
|
|
136
|
+
divider?: undefined;
|
|
137
|
+
text?: undefined;
|
|
138
|
+
hiddenButSearchableText?: undefined;
|
|
139
|
+
})[];
|
|
140
|
+
cmd?: undefined;
|
|
141
|
+
shouldDismissPopover?: undefined;
|
|
142
|
+
divider?: undefined;
|
|
143
|
+
component?: undefined;
|
|
144
|
+
})[];
|
|
145
|
+
export default _default;
|
|
146
|
+
import { LimitAnnotations } from "../utils/useAnnotationLimits";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default Browser;
|
|
2
|
+
declare class Browser {
|
|
3
|
+
static isBrowser(): boolean;
|
|
4
|
+
static isOpera(): false | RegExpMatchArray | null;
|
|
5
|
+
static isFirefox(): boolean;
|
|
6
|
+
static isSafari(): boolean;
|
|
7
|
+
static isIE(): boolean;
|
|
8
|
+
static isEdge(): boolean;
|
|
9
|
+
static isChrome(): boolean;
|
|
10
|
+
static isBlink(): boolean | null;
|
|
11
|
+
static getUserAgent(): string;
|
|
12
|
+
static isAndroid(): false | RegExpMatchArray | null;
|
|
13
|
+
static isBlackBerry(): false | RegExpMatchArray | null;
|
|
14
|
+
static isIOS(): false | RegExpMatchArray | null;
|
|
15
|
+
static isWindows(): false | RegExpMatchArray | null;
|
|
16
|
+
static isWindowsMobile(): false | RegExpMatchArray | null;
|
|
17
|
+
static isWindowsDesktop(): false | RegExpMatchArray | null;
|
|
18
|
+
static isMobile(): false | RegExpMatchArray | null;
|
|
19
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export default ReflexContainer;
|
|
2
|
+
declare class ReflexContainer extends React.Component<any, any, any> {
|
|
3
|
+
constructor(props: any);
|
|
4
|
+
state: {
|
|
5
|
+
flexData: never[];
|
|
6
|
+
};
|
|
7
|
+
events: ReflexEvents;
|
|
8
|
+
onSplitterStartResize(data: any): void;
|
|
9
|
+
onSplitterStopResize(): void;
|
|
10
|
+
onSplitterResize(data: any): void;
|
|
11
|
+
onElementSize(data: any): Promise<any>;
|
|
12
|
+
children: any[];
|
|
13
|
+
setPartialState(partialState: any): Promise<any>;
|
|
14
|
+
componentDidMount(): void;
|
|
15
|
+
componentWillUnmount(): void;
|
|
16
|
+
getValidChildren(props?: Readonly<any>): any[];
|
|
17
|
+
UNSAFE_componentWillReceiveProps(props: any): void;
|
|
18
|
+
flexHasChanged(props: any): boolean;
|
|
19
|
+
getSize(element: any): any;
|
|
20
|
+
getOffset(event: any): number;
|
|
21
|
+
previousPos: any;
|
|
22
|
+
elements: any[] | null | undefined;
|
|
23
|
+
hasCollapsed: any;
|
|
24
|
+
closeThreshold: number | undefined;
|
|
25
|
+
stateBeforeCollapse: {
|
|
26
|
+
flexData: never[];
|
|
27
|
+
} | undefined;
|
|
28
|
+
isNegativeWhenCollapsing: boolean | undefined;
|
|
29
|
+
isSplitterElement(element: any): boolean;
|
|
30
|
+
adjustFlex(elements: any): void;
|
|
31
|
+
computeAvailableOffset(idx: any, offset: any): number;
|
|
32
|
+
checkPropagate(idx: any, direction: any): any;
|
|
33
|
+
computeAvailableStretch(idx: any, offset: any): any;
|
|
34
|
+
computeAvailableShrink(idx: any, offset: any): any;
|
|
35
|
+
computePixelFlex(): number;
|
|
36
|
+
addOffset(element: any, offset: any): void;
|
|
37
|
+
dispatchStretch(idx: any, offset: any): any;
|
|
38
|
+
dispatchShrink(idx: any, offset: any): any;
|
|
39
|
+
dispatchOffset(idx: any, offset: any): any[];
|
|
40
|
+
emitElementsEvent(elements: any, event: any): void;
|
|
41
|
+
computeFlexData(children?: any[]): any;
|
|
42
|
+
guid(format?: string): string;
|
|
43
|
+
toArray(obj: any): any[];
|
|
44
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
45
|
+
}
|
|
46
|
+
declare namespace ReflexContainer {
|
|
47
|
+
namespace propTypes {
|
|
48
|
+
let orientation: PropTypes.Requireable<string>;
|
|
49
|
+
let className: PropTypes.Requireable<string>;
|
|
50
|
+
let style: PropTypes.Requireable<object>;
|
|
51
|
+
}
|
|
52
|
+
namespace defaultProps {
|
|
53
|
+
let orientation_1: string;
|
|
54
|
+
export { orientation_1 as orientation };
|
|
55
|
+
let className_1: string;
|
|
56
|
+
export { className_1 as className };
|
|
57
|
+
let style_1: {};
|
|
58
|
+
export { style_1 as style };
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
import React from '../../../../node_modules/react';
|
|
62
|
+
import ReflexEvents from "./ReflexEvents";
|
|
63
|
+
import PropTypes from "prop-types";
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export default class ReflexElement extends React.Component<any, any, any> {
|
|
2
|
+
static propTypes: {
|
|
3
|
+
renderOnResizeRate: PropTypes.Requireable<number>;
|
|
4
|
+
propagateDimensions: PropTypes.Requireable<boolean>;
|
|
5
|
+
renderOnResize: PropTypes.Requireable<boolean>;
|
|
6
|
+
resizeHeight: PropTypes.Requireable<boolean>;
|
|
7
|
+
resizeWidth: PropTypes.Requireable<boolean>;
|
|
8
|
+
className: PropTypes.Requireable<string>;
|
|
9
|
+
};
|
|
10
|
+
static defaultProps: {
|
|
11
|
+
renderOnResize: boolean;
|
|
12
|
+
propagateDimensions: boolean;
|
|
13
|
+
renderOnResizeRate: number;
|
|
14
|
+
resizeHeight: boolean;
|
|
15
|
+
resizeWidth: boolean;
|
|
16
|
+
className: string;
|
|
17
|
+
};
|
|
18
|
+
constructor(props: any);
|
|
19
|
+
onResize(rect: any): void;
|
|
20
|
+
setStateThrottled: import("lodash").DebouncedFuncLeading<(state: any) => void>;
|
|
21
|
+
state: {
|
|
22
|
+
dimensions: {
|
|
23
|
+
height: string;
|
|
24
|
+
width: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
UNSAFE_componentWillReceiveProps(props: any): Promise<void>;
|
|
28
|
+
toArray(obj: any): any[];
|
|
29
|
+
renderChildren(): any;
|
|
30
|
+
render(): import('../../../../node_modules/react/jsx-runtime').JSX.Element;
|
|
31
|
+
}
|
|
32
|
+
import React from '../../../../node_modules/react';
|
|
33
|
+
import PropTypes from "prop-types";
|