ketcher-macromolecules 3.17.1 → 3.18.0-rc.2
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/dist/{src/Editor.d.ts → Editor.d.ts} +32 -33
- package/dist/{src/EditorEvents.d.ts → EditorEvents.d.ts} +1 -1
- package/dist/{src/components → components}/ButtonsComponents/ButtonsComponents.d.ts +1 -1
- package/dist/{src/components → components}/DragGhost/DragGhost.d.ts +1 -1
- package/dist/{src/components → components}/DragGhost/svg/GhostMonomer.d.ts +6 -6
- package/dist/{src/components → components}/DragGhost/svg/GhostRnaPreset.d.ts +6 -6
- package/dist/{src/components → components}/FloatingTools/FloatingTools.d.ts +22 -22
- package/dist/{src/components → components}/FloatingTools/index.d.ts +1 -1
- package/dist/{src/components → components}/FullscreenButton/FullscreenButton.d.ts +16 -16
- package/dist/{src/components → components}/FullscreenButton/FullscreenButton.test.d.ts +1 -1
- package/dist/{src/components → components}/FullscreenButton/index.d.ts +16 -16
- package/dist/components/Layout/Layout.d.ts +54 -0
- package/dist/{src/components → components}/Layout/Layout.test.d.ts +16 -16
- package/dist/{src/components → components}/Layout/index.d.ts +16 -16
- package/dist/{src/components → components}/LayoutModeButton/LayoutModeButton.d.ts +16 -16
- package/dist/{src/components → components}/LayoutModeButton/index.d.ts +16 -16
- package/dist/{src/components → components}/LeftMenuComponent/LeftMenuComponent.d.ts +16 -16
- package/dist/{src/components → components}/LeftMenuComponent/index.d.ts +16 -16
- package/dist/{src/components → components}/Loader/index.d.ts +1 -1
- package/dist/{src/components → components}/Ruler/RulerArea.constants.d.ts +5 -5
- package/dist/{src/components → components}/Ruler/RulerArea.d.ts +1 -1
- package/dist/{src/components → components}/Ruler/RulerHandle.d.ts +9 -10
- package/dist/{src/components → components}/Ruler/RulerInput.d.ts +10 -11
- package/dist/{src/components → components}/Ruler/RulerScale.d.ts +9 -10
- package/dist/{src/components → components}/Ruler/useTranslateAlongXAxis.d.ts +3 -3
- package/dist/{src/components → components}/SequenceSyncEditModeButton/SequenceSyncEditModeButton.d.ts +16 -16
- package/dist/{src/components → components}/SequenceSyncEditModeButton/index.d.ts +16 -16
- package/dist/{src/components → components}/SequenceTypeGroupButton/SequenceTypeGroupButton.d.ts +16 -16
- package/dist/{src/components → components}/SequenceTypeGroupButton/index.d.ts +16 -16
- package/dist/{src/components → components}/TopMenuComponent/TopMenuComponent.d.ts +16 -16
- package/dist/{src/components → components}/TopMenuComponent/index.d.ts +16 -16
- package/dist/{src/components → components}/ZoomControls/ZoomControls.d.ts +16 -16
- package/dist/{src/components → components}/ZoomControls/ZoomInput.d.ts +23 -23
- package/dist/{src/components → components}/ZoomControls/helpers.d.ts +26 -26
- package/dist/components/ZoomControls/styles.d.ts +29 -0
- package/dist/{src/components → components}/contextMenu/ContextMenu.d.ts +35 -35
- package/dist/{src/components → components}/contextMenu/RNAContextMenu.d.ts +1 -2
- package/dist/{src/components → components}/contextMenu/RNAContextMenu.test.d.ts +16 -16
- package/dist/{src/components → components}/contextMenu/SelectedMonomersContextMenu/SelectedMonomersContextMenu.d.ts +8 -8
- package/dist/{src/components → components}/contextMenu/SelectedMonomersContextMenu/helpers.d.ts +15 -15
- package/dist/{src/components → components}/contextMenu/SequenceItemContextMenu/SequenceItemContextMenu.d.ts +22 -22
- package/dist/{src/components → components}/contextMenu/SequenceItemContextMenu/helpers.d.ts +11 -11
- package/dist/{src/components → components}/contextMenu/SequenceItemContextMenu/helpers.test.d.ts +1 -1
- package/dist/{src/components → components}/contextMenu/styles.d.ts +3 -3
- package/dist/{src/components → components}/contextMenu/types.d.ts +6 -6
- package/dist/{src/components → components}/macromoleculeProperties/CalculateMacromoleculePropertiesButton.d.ts +16 -16
- package/dist/{src/components → components}/macromoleculeProperties/MacromoleculePropertiesWindow.d.ts +16 -16
- package/dist/{src/components → components}/macromoleculeProperties/index.d.ts +17 -17
- package/dist/components/menu/Menu.d.ts +42 -0
- package/dist/{src/components → components}/menu/Menu.test.d.ts +1 -1
- package/dist/{src/components → components}/menu/constants.d.ts +1 -1
- package/dist/{src/components → components}/menu/index.d.ts +16 -16
- package/dist/{src/components → components}/menu/menuItem/MenuItem.d.ts +26 -26
- package/dist/{src/components → components}/menu/menuItem/MenuItem.test.d.ts +1 -1
- package/dist/{src/components → components}/menu/menuItem/index.d.ts +16 -16
- package/dist/{src/components → components}/menu/menuItem/styles.d.ts +18 -18
- package/dist/{src/components → components}/menu/styles.d.ts +35 -35
- package/dist/{src/components → components}/menu/subMenu/SubMenu.d.ts +30 -30
- package/dist/{src/components → components}/menu/subMenu/SubMenu.test.d.ts +1 -1
- package/dist/{src/components → components}/menu/subMenu/index.d.ts +16 -16
- package/dist/{src/components → components}/menu/subMenu/styles.d.ts +38 -38
- package/dist/{src/components → components}/menu/subMenu/types.d.ts +23 -23
- package/dist/{src/components → components}/menu/types.d.ts +25 -25
- package/dist/{src/components → components}/modal/About/About.d.ts +19 -19
- package/dist/{src/components → components}/modal/About/About.styles.d.ts +4 -4
- package/dist/{src/components → components}/modal/ConfirmationDialog/ConfirmationDialog.d.ts +2 -2
- package/dist/{src/components → components}/modal/ConfirmationDialog/ConfirmationDialog.styles.d.ts +4 -4
- package/dist/{src/components → components}/modal/ConfirmationDialog/index.d.ts +1 -1
- package/dist/{src/components → components}/modal/Delete/Delete.d.ts +6 -6
- package/dist/{src/components → components}/modal/Delete/Delete.test.d.ts +16 -16
- package/dist/{src/components → components}/modal/Delete/index.d.ts +16 -16
- package/dist/components/modal/Delete/styledComponents.d.ts +9 -0
- package/dist/{src/components → components}/modal/Error/Error.d.ts +1 -1
- package/dist/{src/components → components}/modal/Error/Error.styles.d.ts +4 -4
- package/dist/{src/components → components}/modal/Error/index.d.ts +1 -1
- package/dist/{src/components → components}/modal/Open/AnalyzingFile/AnalyzingFile.d.ts +4 -4
- package/dist/{src/components → components}/modal/Open/AnalyzingFile/AnalyzingFile.test.d.ts +1 -1
- package/dist/{src/components → components}/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.d.ts +1 -1
- package/dist/{src/components → components}/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.test.d.ts +1 -1
- package/dist/{src/components → components}/modal/Open/AnalyzingFile/LoadingCircles/index.d.ts +16 -16
- package/dist/{src/components → components}/modal/Open/AnalyzingFile/index.d.ts +16 -16
- package/dist/{src/components → components}/modal/Open/Open.d.ts +7 -7
- package/dist/components/modal/Open/Open.styles.d.ts +18 -0
- package/dist/{src/components → components}/modal/Open/Open.test.d.ts +16 -16
- package/dist/{src/components → components}/modal/Open/OpenOptions/FileDrop/FileDrop.d.ts +26 -26
- package/dist/{src/components → components}/modal/Open/OpenOptions/FileDrop/FileDrop.test.d.ts +1 -1
- package/dist/{src/components → components}/modal/Open/OpenOptions/FileDrop/index.d.ts +16 -16
- package/dist/{src/components → components}/modal/Open/OpenOptions/OpenOptions.d.ts +7 -7
- package/dist/{src/components → components}/modal/Open/OpenOptions/OpenOptions.test.d.ts +1 -1
- package/dist/{src/components → components}/modal/Open/OpenOptions/index.d.ts +16 -16
- package/dist/{src/components → components}/modal/Open/OpenOptions/sharedStyles.d.ts +8 -8
- package/dist/{src/components → components}/modal/Open/ViewSwitcher/ViewSwitcher.d.ts +29 -29
- package/dist/{src/components → components}/modal/Open/ViewSwitcher/index.d.ts +16 -16
- package/dist/{src/components → components}/modal/Open/fileOpener.d.ts +19 -19
- package/dist/{src/components → components}/modal/Open/index.d.ts +16 -16
- package/dist/{src/components → components}/modal/Open/openModalStates.d.ts +5 -5
- package/dist/components/modal/Settings/Settings.d.ts +17 -0
- package/dist/components/modal/Settings/Settings.styles.d.ts +47 -0
- package/dist/components/modal/Settings/SettingsAccordion.d.ts +24 -0
- package/dist/components/modal/Settings/SettingsAccordion.styles.d.ts +27 -0
- package/dist/components/modal/Settings/SettingsField.d.ts +31 -0
- package/dist/components/modal/Settings/SettingsFields.d.ts +23 -0
- package/dist/components/modal/Settings/fieldGroups.d.ts +34 -0
- package/dist/components/modal/Settings/index.d.ts +16 -0
- package/dist/{src/components → components}/modal/UpdateSequenceInRNABuilder/UpdateSequenceInRNABuilder.d.ts +6 -6
- package/dist/{src/components → components}/modal/UpdateSequenceInRNABuilder/UpdateSequenceInRNABuilder.test.d.ts +16 -16
- package/dist/{src/components → components}/modal/UpdateSequenceInRNABuilder/index.d.ts +16 -16
- package/dist/{src/components → components}/modal/modalContainer/ModalContainer.d.ts +1 -1
- package/dist/{src/components → components}/modal/modalContainer/index.d.ts +18 -18
- package/dist/{src/components → components}/modal/modalContainer/modalComponentList.d.ts +24 -23
- package/dist/{src/components → components}/modal/modalContainer/types.d.ts +20 -20
- package/dist/components/modal/monomerConnection/MonomerConnections.d.ts +33 -0
- package/dist/{src/components → components}/modal/monomerConnection/MonomerConnections.test.d.ts +1 -1
- package/dist/{src/components → components}/modal/monomerConnection/index.d.ts +1 -1
- package/dist/{src/components → components}/modal/monomerConnection/styledComponents.d.ts +16 -16
- package/dist/{src/components → components}/modal/save/Save.d.ts +17 -17
- package/dist/{src/components → components}/modal/save/Save.styles.d.ts +26 -26
- package/dist/{src/components → components}/modal/save/Save.test.d.ts +16 -16
- package/dist/{src/components → components}/modal/save/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/MonomerLibrary.d.ts +20 -20
- package/dist/{src/components → components}/monomerLibrary/MonomerLibraryToggle.d.ts +5 -5
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaBuilder.d.ts +20 -20
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditor.d.ts +18 -18
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/RnaEditorCollapsed.d.ts +18 -19
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/styles.d.ts +27 -27
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/types.d.ts +19 -19
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlock.d.ts +18 -18
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlockCompact.d.ts +3 -3
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlockWide.d.ts +18 -18
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupIcon.d.ts +8 -9
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/styles.d.ts +67 -67
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/types.d.ts +26 -26
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/utils.d.ts +20 -20
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.d.ts +17 -17
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.test.d.ts +1 -1
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/index.d.ts +2 -2
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/resetRnaBuilder.d.ts +4 -4
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/sequenceEdit.d.ts +7 -7
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/sequenceEdit.test.d.ts +1 -1
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/styles.d.ts +75 -75
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/types.d.ts +5 -5
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorScroll.d.ts +2 -2
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/styles.d.ts +28 -28
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/PresetPhosphateFilterPopup.d.ts +15 -15
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElements.d.ts +10 -10
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElementsAccordionView.d.ts +7 -8
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElementsTabsView.d.ts +3 -4
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElementsTabsView.test.d.ts +1 -1
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/Summary.d.ts +17 -17
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/styles.d.ts +27 -27
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/types.d.ts +25 -25
- package/dist/components/monomerLibrary/RnaBuilder/RnaElementsView/hooks/useGroupsData.d.ts +19 -0
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/index.d.ts +16 -16
- package/dist/components/monomerLibrary/RnaBuilder/RnaElementsView/styles.d.ts +120 -0
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/types.d.ts +13 -13
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/RnaBuilder/styles.d.ts +19 -19
- package/dist/components/monomerLibrary/RnaBuilder/types.d.ts +19 -0
- package/dist/{src/components → components}/monomerLibrary/RnaPresetGroup/RnaPresetGroup.d.ts +20 -20
- package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/RnaPresetItem.d.ts +18 -19
- package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/RnaPresetItem.test.d.ts +1 -1
- package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/index.d.ts +16 -16
- package/dist/components/monomerLibrary/RnaPresetItem/styles.d.ts +16 -0
- package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/types.d.ts +26 -25
- package/dist/{src/components → components}/monomerLibrary/index.d.ts +17 -17
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/MonomerGroup.d.ts +3 -3
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/MonomerGroup.test.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/styles.d.ts +18 -18
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/types.d.ts +26 -26
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/MonomerItem.d.ts +4 -4
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/MonomerItem.test.d.ts +1 -1
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/hooks/useDisabledForSequenceMode.d.ts +3 -3
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/hooks/useDisabledForSequenceMode.test.d.ts +1 -1
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/hooks/useLibraryItemDrag.d.ts +3 -3
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/shared.d.ts +3 -3
- package/dist/components/monomerLibrary/monomerLibraryItem/styles.d.ts +32 -0
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/types.d.ts +26 -26
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/MonomerList.d.ts +28 -28
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/MonomerList.test.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/index.d.ts +16 -16
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/styles.d.ts +19 -19
- package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/types.d.ts +27 -27
- package/dist/{src/components → components}/monomerLibrary/styles.d.ts +39 -39
- package/dist/{src/components → components}/monomerLibrary/tabsContent.d.ts +3 -3
- package/dist/{src/components → components}/preview/Preview.d.ts +16 -16
- package/dist/{src/components → components}/preview/components/AttachmentPoints/AttachmentPoints.d.ts +6 -6
- package/dist/{src/components → components}/preview/components/AttachmentPoints/AttachmentPoints.styles.d.ts +18 -18
- package/dist/{src/components → components}/preview/components/BondAttachmentPoints/BondAttachmentPoints.d.ts +7 -7
- package/dist/{src/components → components}/preview/components/BondAttachmentPoints/BondAttachmentPoints.styles.d.ts +23 -23
- package/dist/{src/components → components}/preview/components/BondPreview/BondPreview.d.ts +7 -7
- package/dist/{src/components → components}/preview/components/BondPreview/BondPreview.styles.d.ts +4 -4
- package/dist/{src/components → components}/preview/components/MonomerPreview/MonomerPreview.d.ts +21 -21
- package/dist/components/preview/components/MonomerPreview/MonomerPreview.styles.d.ts +19 -0
- package/dist/{src/components → components}/preview/components/MonomerPreviewProperties/MonomerPreviewProperties.d.ts +10 -10
- package/dist/{src/components → components}/preview/components/MonomerPreviewProperties/MonomerPreviewProperties.styles.d.ts +18 -18
- package/dist/{src/components → components}/preview/components/PresetPreview/PresetPreview.d.ts +7 -7
- package/dist/{src/components → components}/preview/components/PresetPreview/PresetPreview.styles.d.ts +45 -45
- package/dist/{src/components → components}/preview/components/PresetPreview/PresetPreview.test.d.ts +1 -1
- package/dist/{src/components → components}/preview/components/UnresolvedMonomerPreview/UnresolvedMonomerPreview.d.ts +5 -5
- package/dist/{src/components → components}/preview/components/UnresolvedMonomerPreview/UnresolvedMonomerPreview.styles.d.ts +4 -4
- package/dist/{src/components → components}/preview/helpers.d.ts +1 -1
- package/dist/{src/components → components}/preview/hooks/useAttachmentPoints.d.ts +16 -16
- package/dist/{src/components → components}/preview/hooks/useIDTAliasesTextForMonomer.d.ts +7 -7
- package/dist/{src/components → components}/preview/hooks/useIDTAliasesTextForPreset.d.ts +9 -9
- package/dist/{src/components → components}/shared/ConnectionOverview/ConnectionOverview.d.ts +11 -11
- package/dist/{src/components → components}/shared/ConnectionOverview/ConnectionOverview.styles.d.ts +16 -16
- package/dist/{src/components → components}/shared/ConnectionOverview/components/MonomerMiniature/MonomerMiniature.d.ts +11 -11
- package/dist/components/shared/ConnectionOverview/components/MonomerMiniature/MonomerMiniature.styles.d.ts +6 -0
- package/dist/{src/components → components}/shared/ConnectionOverview/components/MonomerOverview/MonomerOverview.d.ts +15 -15
- package/dist/components/shared/ConnectionOverview/components/MonomerOverview/MonomerOverview.styles.d.ts +15 -0
- package/dist/{src/components → components}/shared/StyledToast/styles.d.ts +15 -15
- package/dist/{src/components → components}/shared/Tabs/TabPanel.d.ts +8 -8
- package/dist/{src/components → components}/shared/Tabs/Tabs.d.ts +24 -25
- package/dist/components/shared/Tabs/Tabs.styles.d.ts +17 -0
- package/dist/{src/components → components}/shared/Tabs/Tabs.types.d.ts +9 -9
- package/dist/{src/components → components}/shared/Tabs/index.d.ts +17 -17
- package/dist/{src/components → components}/shared/TextArea/TextArea.d.ts +24 -24
- package/dist/{src/components → components}/shared/TextArea/index.d.ts +16 -16
- package/dist/{src/components → components}/shared/actionButton/ActionButton.d.ts +23 -23
- package/dist/{src/components → components}/shared/actionButton/ActionButton.test.d.ts +16 -16
- package/dist/{src/components → components}/shared/actionButton/index.d.ts +1 -1
- package/dist/{src/components → components}/shared/dropDown/dropDown.d.ts +31 -31
- package/dist/{src/components → components}/shared/dropDown/dropDown.test.d.ts +16 -16
- package/dist/{src/components → components}/shared/dropDown/index.d.ts +17 -17
- package/dist/{src/components → components}/shared/dropDown/styledIcons.d.ts +22 -22
- package/dist/{src/components → components}/shared/icon/icon.d.ts +65 -65
- package/dist/{src/components → components}/shared/modal/Modal.d.ts +27 -27
- package/dist/{src/components → components}/shared/modal/Modal.test.d.ts +16 -16
- package/dist/{src/components → components}/shared/modal/index.d.ts +1 -1
- package/dist/{src/components → components}/shared/monomerOnCanvas/ArrowMarker.d.ts +1 -1
- package/dist/{src/components → components}/shared/monomerOnCanvas/Chem.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/Nucleotide.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/Peptide.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/Phosphate.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/RNABase.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/SequenceStartArrow.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/Sugar.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/UnresolvedMonomer.d.ts +16 -16
- package/dist/{src/components → components}/shared/monomerOnCanvas/index.d.ts +9 -9
- package/dist/{src/components → components}/shared/textInputField/TextInputField.d.ts +29 -29
- package/dist/{src/components → components}/shared/textInputField/index.d.ts +16 -16
- package/dist/{src/constants.d.ts → constants.d.ts} +56 -55
- package/dist/{src/contexts → contexts}/RootSizeContext.d.ts +12 -12
- package/dist/{src/contexts → contexts}/index.d.ts +19 -19
- package/dist/{src/contexts → contexts}/menuContext.d.ts +22 -22
- package/dist/{src/helpers → helpers}/canvas.d.ts +1 -1
- package/dist/{src/helpers → helpers}/countNucleoelents.d.ts +3 -3
- package/dist/{src/helpers → helpers}/dom.d.ts +1 -1
- package/dist/{src/helpers → helpers}/emptyFunction.d.ts +1 -1
- package/dist/{src/helpers → helpers}/formats/formatProperties.d.ts +18 -18
- package/dist/{src/helpers → helpers}/formats/index.d.ts +17 -17
- package/dist/{src/helpers → helpers}/formats/supportedFormatProperties.d.ts +38 -38
- package/dist/{src/helpers → helpers}/getConnectedAttachmentPoints.d.ts +2 -2
- package/dist/{src/helpers → helpers}/getModificationTypeAttribute.d.ts +1 -1
- package/dist/{src/helpers → helpers}/getMonomerName.d.ts +3 -3
- package/dist/{src/helpers → helpers}/getMonomerName.test.d.ts +1 -1
- package/dist/{src/helpers → helpers}/getPreset.d.ts +7 -7
- package/dist/{src/helpers → helpers}/getPresets.test.d.ts +16 -16
- package/dist/{src/helpers → helpers}/hydrateLeavingGroup.d.ts +3 -3
- package/dist/{src/helpers → helpers}/idtAliasUtils.d.ts +9 -9
- package/dist/{src/helpers → helpers}/index.d.ts +20 -20
- package/dist/{src/helpers → helpers}/localStorage.d.ts +9 -9
- package/dist/{src/helpers → helpers}/manipulateCachedRnaPresets.d.ts +5 -5
- package/dist/{src/helpers → helpers}/rnaValidations.d.ts +12 -11
- package/dist/{src/helpers → helpers}/rnaValidations.test.d.ts +1 -1
- package/dist/helpers/sequenceTypeStorage.d.ts +3 -0
- package/dist/helpers/sequenceTypeStorage.test.d.ts +1 -0
- package/dist/{src/hooks → hooks}/index.d.ts +17 -17
- package/dist/{src/hooks → hooks}/stateHooks.d.ts +22 -22
- package/dist/{src/hooks → hooks}/useIndigoVersionToRedux.d.ts +1 -1
- package/dist/{src/hooks → hooks}/useIsCompactView.d.ts +1 -1
- package/dist/{src/hooks → hooks}/useLoading.d.ts +1 -1
- package/dist/{src/hooks → hooks}/useMacromoleculesHotkeys.d.ts +1 -1
- package/dist/hooks/useMenuContext.d.ts +16 -0
- package/dist/{src/hooks → hooks}/useRecalculateMacromoleculeProperties.d.ts +1 -1
- package/dist/{src/hooks → hooks}/useSetRnaPresets.d.ts +2 -2
- package/dist/{src/hooks → hooks}/useZoomTransform.d.ts +2 -2
- package/dist/index.css.map +1 -1
- package/dist/{src/index.d.ts → index.d.ts} +16 -16
- package/dist/index.js +2744 -691
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2740 -687
- package/dist/index.modern.js.map +1 -1
- package/dist/{src/setupTests.d.ts → setupTests.d.ts} +2 -2
- package/dist/{src/state → state}/common/editorSlice.d.ts +86 -84
- package/dist/{src/state → state}/common/index.d.ts +16 -16
- package/dist/{src/state → state}/index.d.ts +17 -17
- package/dist/{src/state → state}/library/index.d.ts +16 -16
- package/dist/{src/state → state}/library/librarySlice.d.ts +101 -101
- package/dist/{src/state → state}/modal/index.d.ts +16 -16
- package/dist/{src/state → state}/modal/modalSlice.d.ts +56 -56
- package/dist/state/modal/toastMiddleware.d.ts +2 -0
- package/dist/{src/state → state}/rna-builder/index.d.ts +16 -16
- package/dist/{src/state → state}/rna-builder/rnaBuilderSlice.d.ts +232 -229
- package/dist/{src/state → state}/rna-builder/rnaBuilderSlice.helper.d.ts +2 -2
- package/dist/{src/state → state}/store.d.ts +20 -20
- package/dist/{src/state → state}/types.d.ts +49 -49
- package/dist/{src/styledComponents.d.ts → styledComponents.d.ts} +16 -16
- package/dist/{src/testMockData → testMockData}/monomerPresets.d.ts +237 -237
- package/dist/{src/theming → theming}/defaultTheme/defaultTheme.d.ts +19 -19
- package/dist/{src/theming → theming}/defaultTheme/index.d.ts +17 -17
- package/dist/theming/defaultTheme/theme.types.d.ts +27 -0
- package/dist/{src/theming → theming}/globalStyles/getGlobalStyles.d.ts +17 -17
- package/dist/{src/theming → theming}/globalStyles/index.d.ts +16 -16
- package/dist/{src/theming → theming}/mixins/index.d.ts +16 -16
- package/dist/{src/theming → theming}/mixins/mixins.d.ts +17 -17
- package/package.json +10 -8
- package/dist/rollup.config.d.ts +0 -4
- package/dist/src/components/Layout/Layout.d.ts +0 -54
- package/dist/src/components/ZoomControls/styles.d.ts +0 -33
- package/dist/src/components/menu/Menu.d.ts +0 -42
- package/dist/src/components/modal/Delete/styledComponents.d.ts +0 -11
- package/dist/src/components/modal/Open/Open.styles.d.ts +0 -20
- package/dist/src/components/modal/monomerConnection/MonomerConnections.d.ts +0 -39
- package/dist/src/components/monomerLibrary/RnaBuilder/RnaElementsView/hooks/useGroupsData.d.ts +0 -19
- package/dist/src/components/monomerLibrary/RnaBuilder/RnaElementsView/styles.d.ts +0 -126
- package/dist/src/components/monomerLibrary/RnaBuilder/types.d.ts +0 -33
- package/dist/src/components/monomerLibrary/RnaPresetItem/styles.d.ts +0 -16
- package/dist/src/components/monomerLibrary/monomerLibraryItem/styles.d.ts +0 -32
- package/dist/src/components/preview/components/MonomerPreview/MonomerPreview.styles.d.ts +0 -19
- package/dist/src/components/shared/ConnectionOverview/components/MonomerMiniature/MonomerMiniature.styles.d.ts +0 -6
- package/dist/src/components/shared/ConnectionOverview/components/MonomerOverview/MonomerOverview.styles.d.ts +0 -11
- package/dist/src/components/shared/Tabs/Tabs.styles.d.ts +0 -23
- package/dist/src/hooks/useMenuContext.d.ts +0 -16
- package/dist/src/theming/defaultTheme/theme.types.d.ts +0 -199
- package/dist/src/types/index.d.ts +0 -1
- package/dist/src/types/utilities.d.ts +0 -3
|
@@ -1,33 +1,32 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
import { CoreEditor } from 'ketcher-core';
|
|
17
|
-
import { EditorTheme } from
|
|
18
|
-
import
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export default EditorContainer;
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
import { CoreEditor, DeepPartial } from 'ketcher-core';
|
|
17
|
+
import { EditorTheme } from 'theming/defaultTheme';
|
|
18
|
+
import './theme.less';
|
|
19
|
+
interface EditorProps {
|
|
20
|
+
ketcherId: string;
|
|
21
|
+
theme?: DeepPartial<EditorTheme>;
|
|
22
|
+
togglerComponent?: JSX.Element;
|
|
23
|
+
monomersLibraryUpdate?: string | JSON;
|
|
24
|
+
monomersLibraryReplace?: string | JSON;
|
|
25
|
+
onInit?: (editor: CoreEditor) => void;
|
|
26
|
+
}
|
|
27
|
+
interface EditorContainerProps extends EditorProps {
|
|
28
|
+
onInit?: (editor: CoreEditor) => void;
|
|
29
|
+
isMacromoleculesEditorTurnedOn?: boolean;
|
|
30
|
+
}
|
|
31
|
+
declare function EditorContainer({ onInit, ketcherId, theme, togglerComponent, monomersLibraryUpdate, monomersLibraryReplace, isMacromoleculesEditorTurnedOn, }: Readonly<EditorContainerProps>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
32
|
+
export default EditorContainer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const EditorEvents: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const EditorEvents: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ButtonsComponents(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare function ButtonsComponents(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const DragGhost: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
1
|
+
export declare const DragGhost: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MonomerOrAmbiguousType } from 'ketcher-core';
|
|
2
|
-
|
|
3
|
-
monomerItem: MonomerOrAmbiguousType;
|
|
4
|
-
};
|
|
5
|
-
export declare const GhostMonomer: ({ monomerItem }: Props) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
1
|
+
import { MonomerOrAmbiguousType } from 'ketcher-core';
|
|
2
|
+
type Props = {
|
|
3
|
+
monomerItem: MonomerOrAmbiguousType;
|
|
4
|
+
};
|
|
5
|
+
export declare const GhostMonomer: ({ monomerItem }: Props) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IRnaPreset } from 'ketcher-core';
|
|
2
|
-
|
|
3
|
-
preset: IRnaPreset;
|
|
4
|
-
};
|
|
5
|
-
export declare const GhostRnaPreset: ({ preset }: Props) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
6
|
-
export {};
|
|
1
|
+
import { IRnaPreset } from 'ketcher-core';
|
|
2
|
+
type Props = {
|
|
3
|
+
preset: IRnaPreset;
|
|
4
|
+
};
|
|
5
|
+
export declare const GhostRnaPreset: ({ preset }: Props) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export {};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
import { Vec2 } from 'ketcher-core';
|
|
17
|
-
export interface FloatingToolsProps {
|
|
18
|
-
visible: boolean;
|
|
19
|
-
position: Vec2;
|
|
20
|
-
}
|
|
21
|
-
export declare const FloatingTools: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
22
|
-
export default FloatingTools;
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
import { Vec2 } from 'ketcher-core';
|
|
17
|
+
export interface FloatingToolsProps {
|
|
18
|
+
visible: boolean;
|
|
19
|
+
position: Vec2;
|
|
20
|
+
}
|
|
21
|
+
export declare const FloatingTools: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
22
|
+
export default FloatingTools;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { FloatingTools } from './FloatingTools';
|
|
1
|
+
export { FloatingTools } from './FloatingTools';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export declare const FullscreenButton: (props: any) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export declare const FullscreenButton: (props: any) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export * from './FullscreenButton';
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export * from './FullscreenButton';
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
import React from 'react';
|
|
17
|
+
interface LayoutProps {
|
|
18
|
+
children: JSX.Element | Array<JSX.Element>;
|
|
19
|
+
}
|
|
20
|
+
export declare const Layout: {
|
|
21
|
+
({ children }: LayoutProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
22
|
+
Left: import("@emotion/styled").StyledComponent<{
|
|
23
|
+
theme?: import("@emotion/react").Theme;
|
|
24
|
+
as?: React.ElementType;
|
|
25
|
+
} & {
|
|
26
|
+
hide?: boolean;
|
|
27
|
+
} & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
28
|
+
theme?: import("@emotion/react").Theme;
|
|
29
|
+
}, {}, {}>;
|
|
30
|
+
Top: (props: React.HTMLAttributes<HTMLDivElement> & {
|
|
31
|
+
shortened?: boolean;
|
|
32
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
33
|
+
Bottom: import("@emotion/styled").StyledComponent<{
|
|
34
|
+
theme?: import("@emotion/react").Theme;
|
|
35
|
+
as?: React.ElementType;
|
|
36
|
+
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
37
|
+
Right: import("@emotion/styled").StyledComponent<{
|
|
38
|
+
theme?: import("@emotion/react").Theme;
|
|
39
|
+
as?: React.ElementType;
|
|
40
|
+
} & {
|
|
41
|
+
hide?: boolean;
|
|
42
|
+
} & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
43
|
+
theme?: import("@emotion/react").Theme;
|
|
44
|
+
}, {}, {}>;
|
|
45
|
+
Main: import("@emotion/styled").StyledComponent<{
|
|
46
|
+
theme?: import("@emotion/react").Theme;
|
|
47
|
+
as?: React.ElementType;
|
|
48
|
+
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
49
|
+
InsideRoot: import("@emotion/styled").StyledComponent<{
|
|
50
|
+
theme?: import("@emotion/react").Theme;
|
|
51
|
+
as?: React.ElementType;
|
|
52
|
+
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
53
|
+
};
|
|
54
|
+
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export {};
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export * from './Layout';
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export * from './Layout';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export declare const LayoutModeButton: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export declare const LayoutModeButton: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export * from './LayoutModeButton';
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export * from './LayoutModeButton';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export declare function LeftMenuComponent(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export declare function LeftMenuComponent(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export * from './LeftMenuComponent';
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export * from './LeftMenuComponent';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Loader: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const Loader: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const SequenceModeStartOffset = 40;
|
|
2
|
-
export declare const SequenceModeItemWidth = 20;
|
|
3
|
-
export declare const SequenceModeIndentWidth = 10;
|
|
4
|
-
export declare const SnakeModeStartOffset = 25;
|
|
5
|
-
export declare const SnakeModeItemWidth = 60;
|
|
1
|
+
export declare const SequenceModeStartOffset = 40;
|
|
2
|
+
export declare const SequenceModeItemWidth = 20;
|
|
3
|
+
export declare const SequenceModeIndentWidth = 10;
|
|
4
|
+
export declare const SnakeModeStartOffset = 25;
|
|
5
|
+
export declare const SnakeModeItemWidth = 60;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RulerArea: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
1
|
+
export declare const RulerArea: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export default _default;
|
|
1
|
+
import { D3DragEvent } from 'd3';
|
|
2
|
+
type Props = {
|
|
3
|
+
offsetX: number;
|
|
4
|
+
onDragStart: (event: D3DragEvent<SVGGElement, unknown, unknown>) => void;
|
|
5
|
+
onDrag: (event: D3DragEvent<SVGGElement, unknown, unknown>) => void;
|
|
6
|
+
onDragEnd: (event: D3DragEvent<SVGGElement, unknown, unknown>) => void;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("react").MemoExoticComponent<({ offsetX, onDragStart, onDrag, onDragEnd }: Props) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
9
|
+
export default _default;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export default _default;
|
|
1
|
+
import { LayoutMode } from 'ketcher-core';
|
|
2
|
+
type Props = {
|
|
3
|
+
lineLengthValue: number;
|
|
4
|
+
offsetX: number;
|
|
5
|
+
isDragging: boolean;
|
|
6
|
+
layoutMode: LayoutMode;
|
|
7
|
+
onCommitValue: (value: number) => void;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("react").MemoExoticComponent<({ lineLengthValue, offsetX, isDragging, layoutMode, onCommitValue, }: Props) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
10
|
+
export default _default;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export default _default;
|
|
1
|
+
import { ZoomTransform } from 'd3';
|
|
2
|
+
import { LayoutMode } from 'ketcher-core';
|
|
3
|
+
type Props = {
|
|
4
|
+
transform: ZoomTransform;
|
|
5
|
+
layoutMode: LayoutMode;
|
|
6
|
+
lineLengthValue: number;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("react").MemoExoticComponent<({ transform, layoutMode, lineLengthValue: _lineLengthValue, }: Props) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
9
|
+
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { RefObject } from 'react';
|
|
2
|
-
declare const useTranslateAlongXAxis: (ref: RefObject<HTMLElement | SVGSVGElement>, offsetX: number) => void;
|
|
3
|
-
export default useTranslateAlongXAxis;
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
declare const useTranslateAlongXAxis: (ref: RefObject<HTMLElement | SVGSVGElement>, offsetX: number) => void;
|
|
3
|
+
export default useTranslateAlongXAxis;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
export declare const SequenceSyncEditModeButton: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
1
|
+
/****************************************************************************
|
|
2
|
+
* Copyright 2021 EPAM Systems
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
***************************************************************************/
|
|
16
|
+
export declare const SequenceSyncEditModeButton: () => import("@emotion/react/jsx-runtime").JSX.Element | null;
|