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.
Files changed (334) hide show
  1. package/dist/{src/Editor.d.ts → Editor.d.ts} +32 -33
  2. package/dist/{src/EditorEvents.d.ts → EditorEvents.d.ts} +1 -1
  3. package/dist/{src/components → components}/ButtonsComponents/ButtonsComponents.d.ts +1 -1
  4. package/dist/{src/components → components}/DragGhost/DragGhost.d.ts +1 -1
  5. package/dist/{src/components → components}/DragGhost/svg/GhostMonomer.d.ts +6 -6
  6. package/dist/{src/components → components}/DragGhost/svg/GhostRnaPreset.d.ts +6 -6
  7. package/dist/{src/components → components}/FloatingTools/FloatingTools.d.ts +22 -22
  8. package/dist/{src/components → components}/FloatingTools/index.d.ts +1 -1
  9. package/dist/{src/components → components}/FullscreenButton/FullscreenButton.d.ts +16 -16
  10. package/dist/{src/components → components}/FullscreenButton/FullscreenButton.test.d.ts +1 -1
  11. package/dist/{src/components → components}/FullscreenButton/index.d.ts +16 -16
  12. package/dist/components/Layout/Layout.d.ts +54 -0
  13. package/dist/{src/components → components}/Layout/Layout.test.d.ts +16 -16
  14. package/dist/{src/components → components}/Layout/index.d.ts +16 -16
  15. package/dist/{src/components → components}/LayoutModeButton/LayoutModeButton.d.ts +16 -16
  16. package/dist/{src/components → components}/LayoutModeButton/index.d.ts +16 -16
  17. package/dist/{src/components → components}/LeftMenuComponent/LeftMenuComponent.d.ts +16 -16
  18. package/dist/{src/components → components}/LeftMenuComponent/index.d.ts +16 -16
  19. package/dist/{src/components → components}/Loader/index.d.ts +1 -1
  20. package/dist/{src/components → components}/Ruler/RulerArea.constants.d.ts +5 -5
  21. package/dist/{src/components → components}/Ruler/RulerArea.d.ts +1 -1
  22. package/dist/{src/components → components}/Ruler/RulerHandle.d.ts +9 -10
  23. package/dist/{src/components → components}/Ruler/RulerInput.d.ts +10 -11
  24. package/dist/{src/components → components}/Ruler/RulerScale.d.ts +9 -10
  25. package/dist/{src/components → components}/Ruler/useTranslateAlongXAxis.d.ts +3 -3
  26. package/dist/{src/components → components}/SequenceSyncEditModeButton/SequenceSyncEditModeButton.d.ts +16 -16
  27. package/dist/{src/components → components}/SequenceSyncEditModeButton/index.d.ts +16 -16
  28. package/dist/{src/components → components}/SequenceTypeGroupButton/SequenceTypeGroupButton.d.ts +16 -16
  29. package/dist/{src/components → components}/SequenceTypeGroupButton/index.d.ts +16 -16
  30. package/dist/{src/components → components}/TopMenuComponent/TopMenuComponent.d.ts +16 -16
  31. package/dist/{src/components → components}/TopMenuComponent/index.d.ts +16 -16
  32. package/dist/{src/components → components}/ZoomControls/ZoomControls.d.ts +16 -16
  33. package/dist/{src/components → components}/ZoomControls/ZoomInput.d.ts +23 -23
  34. package/dist/{src/components → components}/ZoomControls/helpers.d.ts +26 -26
  35. package/dist/components/ZoomControls/styles.d.ts +29 -0
  36. package/dist/{src/components → components}/contextMenu/ContextMenu.d.ts +35 -35
  37. package/dist/{src/components → components}/contextMenu/RNAContextMenu.d.ts +1 -2
  38. package/dist/{src/components → components}/contextMenu/RNAContextMenu.test.d.ts +16 -16
  39. package/dist/{src/components → components}/contextMenu/SelectedMonomersContextMenu/SelectedMonomersContextMenu.d.ts +8 -8
  40. package/dist/{src/components → components}/contextMenu/SelectedMonomersContextMenu/helpers.d.ts +15 -15
  41. package/dist/{src/components → components}/contextMenu/SequenceItemContextMenu/SequenceItemContextMenu.d.ts +22 -22
  42. package/dist/{src/components → components}/contextMenu/SequenceItemContextMenu/helpers.d.ts +11 -11
  43. package/dist/{src/components → components}/contextMenu/SequenceItemContextMenu/helpers.test.d.ts +1 -1
  44. package/dist/{src/components → components}/contextMenu/styles.d.ts +3 -3
  45. package/dist/{src/components → components}/contextMenu/types.d.ts +6 -6
  46. package/dist/{src/components → components}/macromoleculeProperties/CalculateMacromoleculePropertiesButton.d.ts +16 -16
  47. package/dist/{src/components → components}/macromoleculeProperties/MacromoleculePropertiesWindow.d.ts +16 -16
  48. package/dist/{src/components → components}/macromoleculeProperties/index.d.ts +17 -17
  49. package/dist/components/menu/Menu.d.ts +42 -0
  50. package/dist/{src/components → components}/menu/Menu.test.d.ts +1 -1
  51. package/dist/{src/components → components}/menu/constants.d.ts +1 -1
  52. package/dist/{src/components → components}/menu/index.d.ts +16 -16
  53. package/dist/{src/components → components}/menu/menuItem/MenuItem.d.ts +26 -26
  54. package/dist/{src/components → components}/menu/menuItem/MenuItem.test.d.ts +1 -1
  55. package/dist/{src/components → components}/menu/menuItem/index.d.ts +16 -16
  56. package/dist/{src/components → components}/menu/menuItem/styles.d.ts +18 -18
  57. package/dist/{src/components → components}/menu/styles.d.ts +35 -35
  58. package/dist/{src/components → components}/menu/subMenu/SubMenu.d.ts +30 -30
  59. package/dist/{src/components → components}/menu/subMenu/SubMenu.test.d.ts +1 -1
  60. package/dist/{src/components → components}/menu/subMenu/index.d.ts +16 -16
  61. package/dist/{src/components → components}/menu/subMenu/styles.d.ts +38 -38
  62. package/dist/{src/components → components}/menu/subMenu/types.d.ts +23 -23
  63. package/dist/{src/components → components}/menu/types.d.ts +25 -25
  64. package/dist/{src/components → components}/modal/About/About.d.ts +19 -19
  65. package/dist/{src/components → components}/modal/About/About.styles.d.ts +4 -4
  66. package/dist/{src/components → components}/modal/ConfirmationDialog/ConfirmationDialog.d.ts +2 -2
  67. package/dist/{src/components → components}/modal/ConfirmationDialog/ConfirmationDialog.styles.d.ts +4 -4
  68. package/dist/{src/components → components}/modal/ConfirmationDialog/index.d.ts +1 -1
  69. package/dist/{src/components → components}/modal/Delete/Delete.d.ts +6 -6
  70. package/dist/{src/components → components}/modal/Delete/Delete.test.d.ts +16 -16
  71. package/dist/{src/components → components}/modal/Delete/index.d.ts +16 -16
  72. package/dist/components/modal/Delete/styledComponents.d.ts +9 -0
  73. package/dist/{src/components → components}/modal/Error/Error.d.ts +1 -1
  74. package/dist/{src/components → components}/modal/Error/Error.styles.d.ts +4 -4
  75. package/dist/{src/components → components}/modal/Error/index.d.ts +1 -1
  76. package/dist/{src/components → components}/modal/Open/AnalyzingFile/AnalyzingFile.d.ts +4 -4
  77. package/dist/{src/components → components}/modal/Open/AnalyzingFile/AnalyzingFile.test.d.ts +1 -1
  78. package/dist/{src/components → components}/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.d.ts +1 -1
  79. package/dist/{src/components → components}/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.test.d.ts +1 -1
  80. package/dist/{src/components → components}/modal/Open/AnalyzingFile/LoadingCircles/index.d.ts +16 -16
  81. package/dist/{src/components → components}/modal/Open/AnalyzingFile/index.d.ts +16 -16
  82. package/dist/{src/components → components}/modal/Open/Open.d.ts +7 -7
  83. package/dist/components/modal/Open/Open.styles.d.ts +18 -0
  84. package/dist/{src/components → components}/modal/Open/Open.test.d.ts +16 -16
  85. package/dist/{src/components → components}/modal/Open/OpenOptions/FileDrop/FileDrop.d.ts +26 -26
  86. package/dist/{src/components → components}/modal/Open/OpenOptions/FileDrop/FileDrop.test.d.ts +1 -1
  87. package/dist/{src/components → components}/modal/Open/OpenOptions/FileDrop/index.d.ts +16 -16
  88. package/dist/{src/components → components}/modal/Open/OpenOptions/OpenOptions.d.ts +7 -7
  89. package/dist/{src/components → components}/modal/Open/OpenOptions/OpenOptions.test.d.ts +1 -1
  90. package/dist/{src/components → components}/modal/Open/OpenOptions/index.d.ts +16 -16
  91. package/dist/{src/components → components}/modal/Open/OpenOptions/sharedStyles.d.ts +8 -8
  92. package/dist/{src/components → components}/modal/Open/ViewSwitcher/ViewSwitcher.d.ts +29 -29
  93. package/dist/{src/components → components}/modal/Open/ViewSwitcher/index.d.ts +16 -16
  94. package/dist/{src/components → components}/modal/Open/fileOpener.d.ts +19 -19
  95. package/dist/{src/components → components}/modal/Open/index.d.ts +16 -16
  96. package/dist/{src/components → components}/modal/Open/openModalStates.d.ts +5 -5
  97. package/dist/components/modal/Settings/Settings.d.ts +17 -0
  98. package/dist/components/modal/Settings/Settings.styles.d.ts +47 -0
  99. package/dist/components/modal/Settings/SettingsAccordion.d.ts +24 -0
  100. package/dist/components/modal/Settings/SettingsAccordion.styles.d.ts +27 -0
  101. package/dist/components/modal/Settings/SettingsField.d.ts +31 -0
  102. package/dist/components/modal/Settings/SettingsFields.d.ts +23 -0
  103. package/dist/components/modal/Settings/fieldGroups.d.ts +34 -0
  104. package/dist/components/modal/Settings/index.d.ts +16 -0
  105. package/dist/{src/components → components}/modal/UpdateSequenceInRNABuilder/UpdateSequenceInRNABuilder.d.ts +6 -6
  106. package/dist/{src/components → components}/modal/UpdateSequenceInRNABuilder/UpdateSequenceInRNABuilder.test.d.ts +16 -16
  107. package/dist/{src/components → components}/modal/UpdateSequenceInRNABuilder/index.d.ts +16 -16
  108. package/dist/{src/components → components}/modal/modalContainer/ModalContainer.d.ts +1 -1
  109. package/dist/{src/components → components}/modal/modalContainer/index.d.ts +18 -18
  110. package/dist/{src/components → components}/modal/modalContainer/modalComponentList.d.ts +24 -23
  111. package/dist/{src/components → components}/modal/modalContainer/types.d.ts +20 -20
  112. package/dist/components/modal/monomerConnection/MonomerConnections.d.ts +33 -0
  113. package/dist/{src/components → components}/modal/monomerConnection/MonomerConnections.test.d.ts +1 -1
  114. package/dist/{src/components → components}/modal/monomerConnection/index.d.ts +1 -1
  115. package/dist/{src/components → components}/modal/monomerConnection/styledComponents.d.ts +16 -16
  116. package/dist/{src/components → components}/modal/save/Save.d.ts +17 -17
  117. package/dist/{src/components → components}/modal/save/Save.styles.d.ts +26 -26
  118. package/dist/{src/components → components}/modal/save/Save.test.d.ts +16 -16
  119. package/dist/{src/components → components}/modal/save/index.d.ts +16 -16
  120. package/dist/{src/components → components}/monomerLibrary/MonomerLibrary.d.ts +20 -20
  121. package/dist/{src/components → components}/monomerLibrary/MonomerLibraryToggle.d.ts +5 -5
  122. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaBuilder.d.ts +20 -20
  123. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditor.d.ts +18 -18
  124. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/RnaEditorCollapsed.d.ts +18 -19
  125. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/index.d.ts +16 -16
  126. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/styles.d.ts +27 -27
  127. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/types.d.ts +19 -19
  128. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlock.d.ts +18 -18
  129. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlockCompact.d.ts +3 -3
  130. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlockWide.d.ts +18 -18
  131. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupIcon.d.ts +8 -9
  132. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/index.d.ts +16 -16
  133. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/styles.d.ts +67 -67
  134. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/types.d.ts +26 -26
  135. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/utils.d.ts +20 -20
  136. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.d.ts +17 -17
  137. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.test.d.ts +1 -1
  138. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/index.d.ts +2 -2
  139. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/resetRnaBuilder.d.ts +4 -4
  140. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/sequenceEdit.d.ts +7 -7
  141. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/helpers/sequenceEdit.test.d.ts +1 -1
  142. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/index.d.ts +16 -16
  143. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/styles.d.ts +75 -75
  144. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/types.d.ts +5 -5
  145. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorScroll.d.ts +2 -2
  146. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/index.d.ts +16 -16
  147. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaEditor/styles.d.ts +28 -28
  148. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/PresetPhosphateFilterPopup.d.ts +15 -15
  149. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElements.d.ts +10 -10
  150. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElementsAccordionView.d.ts +7 -8
  151. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElementsTabsView.d.ts +3 -4
  152. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/RnaElementsTabsView.test.d.ts +1 -1
  153. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/Summary.d.ts +17 -17
  154. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/index.d.ts +16 -16
  155. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/styles.d.ts +27 -27
  156. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/Summary/types.d.ts +25 -25
  157. package/dist/components/monomerLibrary/RnaBuilder/RnaElementsView/hooks/useGroupsData.d.ts +19 -0
  158. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/index.d.ts +16 -16
  159. package/dist/components/monomerLibrary/RnaBuilder/RnaElementsView/styles.d.ts +120 -0
  160. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/RnaElementsView/types.d.ts +13 -13
  161. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/index.d.ts +16 -16
  162. package/dist/{src/components → components}/monomerLibrary/RnaBuilder/styles.d.ts +19 -19
  163. package/dist/components/monomerLibrary/RnaBuilder/types.d.ts +19 -0
  164. package/dist/{src/components → components}/monomerLibrary/RnaPresetGroup/RnaPresetGroup.d.ts +20 -20
  165. package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/RnaPresetItem.d.ts +18 -19
  166. package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/RnaPresetItem.test.d.ts +1 -1
  167. package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/index.d.ts +16 -16
  168. package/dist/components/monomerLibrary/RnaPresetItem/styles.d.ts +16 -0
  169. package/dist/{src/components → components}/monomerLibrary/RnaPresetItem/types.d.ts +26 -25
  170. package/dist/{src/components → components}/monomerLibrary/index.d.ts +17 -17
  171. package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/MonomerGroup.d.ts +3 -3
  172. package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/MonomerGroup.test.d.ts +16 -16
  173. package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/index.d.ts +16 -16
  174. package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/styles.d.ts +18 -18
  175. package/dist/{src/components → components}/monomerLibrary/monomerLibraryGroup/types.d.ts +26 -26
  176. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/MonomerItem.d.ts +4 -4
  177. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/MonomerItem.test.d.ts +1 -1
  178. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/hooks/useDisabledForSequenceMode.d.ts +3 -3
  179. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/hooks/useDisabledForSequenceMode.test.d.ts +1 -1
  180. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/hooks/useLibraryItemDrag.d.ts +3 -3
  181. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/index.d.ts +16 -16
  182. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/shared.d.ts +3 -3
  183. package/dist/components/monomerLibrary/monomerLibraryItem/styles.d.ts +32 -0
  184. package/dist/{src/components → components}/monomerLibrary/monomerLibraryItem/types.d.ts +26 -26
  185. package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/MonomerList.d.ts +28 -28
  186. package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/MonomerList.test.d.ts +16 -16
  187. package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/index.d.ts +16 -16
  188. package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/styles.d.ts +19 -19
  189. package/dist/{src/components → components}/monomerLibrary/monomerLibraryList/types.d.ts +27 -27
  190. package/dist/{src/components → components}/monomerLibrary/styles.d.ts +39 -39
  191. package/dist/{src/components → components}/monomerLibrary/tabsContent.d.ts +3 -3
  192. package/dist/{src/components → components}/preview/Preview.d.ts +16 -16
  193. package/dist/{src/components → components}/preview/components/AttachmentPoints/AttachmentPoints.d.ts +6 -6
  194. package/dist/{src/components → components}/preview/components/AttachmentPoints/AttachmentPoints.styles.d.ts +18 -18
  195. package/dist/{src/components → components}/preview/components/BondAttachmentPoints/BondAttachmentPoints.d.ts +7 -7
  196. package/dist/{src/components → components}/preview/components/BondAttachmentPoints/BondAttachmentPoints.styles.d.ts +23 -23
  197. package/dist/{src/components → components}/preview/components/BondPreview/BondPreview.d.ts +7 -7
  198. package/dist/{src/components → components}/preview/components/BondPreview/BondPreview.styles.d.ts +4 -4
  199. package/dist/{src/components → components}/preview/components/MonomerPreview/MonomerPreview.d.ts +21 -21
  200. package/dist/components/preview/components/MonomerPreview/MonomerPreview.styles.d.ts +19 -0
  201. package/dist/{src/components → components}/preview/components/MonomerPreviewProperties/MonomerPreviewProperties.d.ts +10 -10
  202. package/dist/{src/components → components}/preview/components/MonomerPreviewProperties/MonomerPreviewProperties.styles.d.ts +18 -18
  203. package/dist/{src/components → components}/preview/components/PresetPreview/PresetPreview.d.ts +7 -7
  204. package/dist/{src/components → components}/preview/components/PresetPreview/PresetPreview.styles.d.ts +45 -45
  205. package/dist/{src/components → components}/preview/components/PresetPreview/PresetPreview.test.d.ts +1 -1
  206. package/dist/{src/components → components}/preview/components/UnresolvedMonomerPreview/UnresolvedMonomerPreview.d.ts +5 -5
  207. package/dist/{src/components → components}/preview/components/UnresolvedMonomerPreview/UnresolvedMonomerPreview.styles.d.ts +4 -4
  208. package/dist/{src/components → components}/preview/helpers.d.ts +1 -1
  209. package/dist/{src/components → components}/preview/hooks/useAttachmentPoints.d.ts +16 -16
  210. package/dist/{src/components → components}/preview/hooks/useIDTAliasesTextForMonomer.d.ts +7 -7
  211. package/dist/{src/components → components}/preview/hooks/useIDTAliasesTextForPreset.d.ts +9 -9
  212. package/dist/{src/components → components}/shared/ConnectionOverview/ConnectionOverview.d.ts +11 -11
  213. package/dist/{src/components → components}/shared/ConnectionOverview/ConnectionOverview.styles.d.ts +16 -16
  214. package/dist/{src/components → components}/shared/ConnectionOverview/components/MonomerMiniature/MonomerMiniature.d.ts +11 -11
  215. package/dist/components/shared/ConnectionOverview/components/MonomerMiniature/MonomerMiniature.styles.d.ts +6 -0
  216. package/dist/{src/components → components}/shared/ConnectionOverview/components/MonomerOverview/MonomerOverview.d.ts +15 -15
  217. package/dist/components/shared/ConnectionOverview/components/MonomerOverview/MonomerOverview.styles.d.ts +15 -0
  218. package/dist/{src/components → components}/shared/StyledToast/styles.d.ts +15 -15
  219. package/dist/{src/components → components}/shared/Tabs/TabPanel.d.ts +8 -8
  220. package/dist/{src/components → components}/shared/Tabs/Tabs.d.ts +24 -25
  221. package/dist/components/shared/Tabs/Tabs.styles.d.ts +17 -0
  222. package/dist/{src/components → components}/shared/Tabs/Tabs.types.d.ts +9 -9
  223. package/dist/{src/components → components}/shared/Tabs/index.d.ts +17 -17
  224. package/dist/{src/components → components}/shared/TextArea/TextArea.d.ts +24 -24
  225. package/dist/{src/components → components}/shared/TextArea/index.d.ts +16 -16
  226. package/dist/{src/components → components}/shared/actionButton/ActionButton.d.ts +23 -23
  227. package/dist/{src/components → components}/shared/actionButton/ActionButton.test.d.ts +16 -16
  228. package/dist/{src/components → components}/shared/actionButton/index.d.ts +1 -1
  229. package/dist/{src/components → components}/shared/dropDown/dropDown.d.ts +31 -31
  230. package/dist/{src/components → components}/shared/dropDown/dropDown.test.d.ts +16 -16
  231. package/dist/{src/components → components}/shared/dropDown/index.d.ts +17 -17
  232. package/dist/{src/components → components}/shared/dropDown/styledIcons.d.ts +22 -22
  233. package/dist/{src/components → components}/shared/icon/icon.d.ts +65 -65
  234. package/dist/{src/components → components}/shared/modal/Modal.d.ts +27 -27
  235. package/dist/{src/components → components}/shared/modal/Modal.test.d.ts +16 -16
  236. package/dist/{src/components → components}/shared/modal/index.d.ts +1 -1
  237. package/dist/{src/components → components}/shared/monomerOnCanvas/ArrowMarker.d.ts +1 -1
  238. package/dist/{src/components → components}/shared/monomerOnCanvas/Chem.d.ts +16 -16
  239. package/dist/{src/components → components}/shared/monomerOnCanvas/Nucleotide.d.ts +16 -16
  240. package/dist/{src/components → components}/shared/monomerOnCanvas/Peptide.d.ts +16 -16
  241. package/dist/{src/components → components}/shared/monomerOnCanvas/Phosphate.d.ts +16 -16
  242. package/dist/{src/components → components}/shared/monomerOnCanvas/RNABase.d.ts +16 -16
  243. package/dist/{src/components → components}/shared/monomerOnCanvas/SequenceStartArrow.d.ts +16 -16
  244. package/dist/{src/components → components}/shared/monomerOnCanvas/Sugar.d.ts +16 -16
  245. package/dist/{src/components → components}/shared/monomerOnCanvas/UnresolvedMonomer.d.ts +16 -16
  246. package/dist/{src/components → components}/shared/monomerOnCanvas/index.d.ts +9 -9
  247. package/dist/{src/components → components}/shared/textInputField/TextInputField.d.ts +29 -29
  248. package/dist/{src/components → components}/shared/textInputField/index.d.ts +16 -16
  249. package/dist/{src/constants.d.ts → constants.d.ts} +56 -55
  250. package/dist/{src/contexts → contexts}/RootSizeContext.d.ts +12 -12
  251. package/dist/{src/contexts → contexts}/index.d.ts +19 -19
  252. package/dist/{src/contexts → contexts}/menuContext.d.ts +22 -22
  253. package/dist/{src/helpers → helpers}/canvas.d.ts +1 -1
  254. package/dist/{src/helpers → helpers}/countNucleoelents.d.ts +3 -3
  255. package/dist/{src/helpers → helpers}/dom.d.ts +1 -1
  256. package/dist/{src/helpers → helpers}/emptyFunction.d.ts +1 -1
  257. package/dist/{src/helpers → helpers}/formats/formatProperties.d.ts +18 -18
  258. package/dist/{src/helpers → helpers}/formats/index.d.ts +17 -17
  259. package/dist/{src/helpers → helpers}/formats/supportedFormatProperties.d.ts +38 -38
  260. package/dist/{src/helpers → helpers}/getConnectedAttachmentPoints.d.ts +2 -2
  261. package/dist/{src/helpers → helpers}/getModificationTypeAttribute.d.ts +1 -1
  262. package/dist/{src/helpers → helpers}/getMonomerName.d.ts +3 -3
  263. package/dist/{src/helpers → helpers}/getMonomerName.test.d.ts +1 -1
  264. package/dist/{src/helpers → helpers}/getPreset.d.ts +7 -7
  265. package/dist/{src/helpers → helpers}/getPresets.test.d.ts +16 -16
  266. package/dist/{src/helpers → helpers}/hydrateLeavingGroup.d.ts +3 -3
  267. package/dist/{src/helpers → helpers}/idtAliasUtils.d.ts +9 -9
  268. package/dist/{src/helpers → helpers}/index.d.ts +20 -20
  269. package/dist/{src/helpers → helpers}/localStorage.d.ts +9 -9
  270. package/dist/{src/helpers → helpers}/manipulateCachedRnaPresets.d.ts +5 -5
  271. package/dist/{src/helpers → helpers}/rnaValidations.d.ts +12 -11
  272. package/dist/{src/helpers → helpers}/rnaValidations.test.d.ts +1 -1
  273. package/dist/helpers/sequenceTypeStorage.d.ts +3 -0
  274. package/dist/helpers/sequenceTypeStorage.test.d.ts +1 -0
  275. package/dist/{src/hooks → hooks}/index.d.ts +17 -17
  276. package/dist/{src/hooks → hooks}/stateHooks.d.ts +22 -22
  277. package/dist/{src/hooks → hooks}/useIndigoVersionToRedux.d.ts +1 -1
  278. package/dist/{src/hooks → hooks}/useIsCompactView.d.ts +1 -1
  279. package/dist/{src/hooks → hooks}/useLoading.d.ts +1 -1
  280. package/dist/{src/hooks → hooks}/useMacromoleculesHotkeys.d.ts +1 -1
  281. package/dist/hooks/useMenuContext.d.ts +16 -0
  282. package/dist/{src/hooks → hooks}/useRecalculateMacromoleculeProperties.d.ts +1 -1
  283. package/dist/{src/hooks → hooks}/useSetRnaPresets.d.ts +2 -2
  284. package/dist/{src/hooks → hooks}/useZoomTransform.d.ts +2 -2
  285. package/dist/index.css.map +1 -1
  286. package/dist/{src/index.d.ts → index.d.ts} +16 -16
  287. package/dist/index.js +2744 -691
  288. package/dist/index.js.map +1 -1
  289. package/dist/index.modern.js +2740 -687
  290. package/dist/index.modern.js.map +1 -1
  291. package/dist/{src/setupTests.d.ts → setupTests.d.ts} +2 -2
  292. package/dist/{src/state → state}/common/editorSlice.d.ts +86 -84
  293. package/dist/{src/state → state}/common/index.d.ts +16 -16
  294. package/dist/{src/state → state}/index.d.ts +17 -17
  295. package/dist/{src/state → state}/library/index.d.ts +16 -16
  296. package/dist/{src/state → state}/library/librarySlice.d.ts +101 -101
  297. package/dist/{src/state → state}/modal/index.d.ts +16 -16
  298. package/dist/{src/state → state}/modal/modalSlice.d.ts +56 -56
  299. package/dist/state/modal/toastMiddleware.d.ts +2 -0
  300. package/dist/{src/state → state}/rna-builder/index.d.ts +16 -16
  301. package/dist/{src/state → state}/rna-builder/rnaBuilderSlice.d.ts +232 -229
  302. package/dist/{src/state → state}/rna-builder/rnaBuilderSlice.helper.d.ts +2 -2
  303. package/dist/{src/state → state}/store.d.ts +20 -20
  304. package/dist/{src/state → state}/types.d.ts +49 -49
  305. package/dist/{src/styledComponents.d.ts → styledComponents.d.ts} +16 -16
  306. package/dist/{src/testMockData → testMockData}/monomerPresets.d.ts +237 -237
  307. package/dist/{src/theming → theming}/defaultTheme/defaultTheme.d.ts +19 -19
  308. package/dist/{src/theming → theming}/defaultTheme/index.d.ts +17 -17
  309. package/dist/theming/defaultTheme/theme.types.d.ts +27 -0
  310. package/dist/{src/theming → theming}/globalStyles/getGlobalStyles.d.ts +17 -17
  311. package/dist/{src/theming → theming}/globalStyles/index.d.ts +16 -16
  312. package/dist/{src/theming → theming}/mixins/index.d.ts +16 -16
  313. package/dist/{src/theming → theming}/mixins/mixins.d.ts +17 -17
  314. package/package.json +10 -8
  315. package/dist/rollup.config.d.ts +0 -4
  316. package/dist/src/components/Layout/Layout.d.ts +0 -54
  317. package/dist/src/components/ZoomControls/styles.d.ts +0 -33
  318. package/dist/src/components/menu/Menu.d.ts +0 -42
  319. package/dist/src/components/modal/Delete/styledComponents.d.ts +0 -11
  320. package/dist/src/components/modal/Open/Open.styles.d.ts +0 -20
  321. package/dist/src/components/modal/monomerConnection/MonomerConnections.d.ts +0 -39
  322. package/dist/src/components/monomerLibrary/RnaBuilder/RnaElementsView/hooks/useGroupsData.d.ts +0 -19
  323. package/dist/src/components/monomerLibrary/RnaBuilder/RnaElementsView/styles.d.ts +0 -126
  324. package/dist/src/components/monomerLibrary/RnaBuilder/types.d.ts +0 -33
  325. package/dist/src/components/monomerLibrary/RnaPresetItem/styles.d.ts +0 -16
  326. package/dist/src/components/monomerLibrary/monomerLibraryItem/styles.d.ts +0 -32
  327. package/dist/src/components/preview/components/MonomerPreview/MonomerPreview.styles.d.ts +0 -19
  328. package/dist/src/components/shared/ConnectionOverview/components/MonomerMiniature/MonomerMiniature.styles.d.ts +0 -6
  329. package/dist/src/components/shared/ConnectionOverview/components/MonomerOverview/MonomerOverview.styles.d.ts +0 -11
  330. package/dist/src/components/shared/Tabs/Tabs.styles.d.ts +0 -23
  331. package/dist/src/hooks/useMenuContext.d.ts +0 -16
  332. package/dist/src/theming/defaultTheme/theme.types.d.ts +0 -199
  333. package/dist/src/types/index.d.ts +0 -1
  334. 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 "./theming/defaultTheme";
18
- import { DeepPartial } from './types';
19
- import './theme.less';
20
- interface EditorProps {
21
- ketcherId: string;
22
- theme?: DeepPartial<EditorTheme>;
23
- togglerComponent?: JSX.Element;
24
- monomersLibraryUpdate?: string | JSON;
25
- monomersLibraryReplace?: string | JSON;
26
- onInit?: (editor: CoreEditor) => void;
27
- }
28
- interface EditorContainerProps extends EditorProps {
29
- onInit?: (editor: CoreEditor) => void;
30
- isMacromoleculesEditorTurnedOn?: boolean;
31
- }
32
- declare function EditorContainer({ onInit, ketcherId, theme, togglerComponent, monomersLibraryUpdate, monomersLibraryReplace, isMacromoleculesEditorTurnedOn, }: Readonly<EditorContainerProps>): import("@emotion/react/jsx-runtime").JSX.Element;
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
- declare type Props = {
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
- declare type Props = {
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
- /// <reference types="react" />
2
- import { D3DragEvent } from 'd3';
3
- declare type Props = {
4
- offsetX: number;
5
- onDragStart: (event: D3DragEvent<SVGGElement, unknown, unknown>) => void;
6
- onDrag: (event: D3DragEvent<SVGGElement, unknown, unknown>) => void;
7
- onDragEnd: (event: D3DragEvent<SVGGElement, unknown, unknown>) => void;
8
- };
9
- declare const _default: import("react").MemoExoticComponent<({ offsetX, onDragStart, onDrag, onDragEnd }: Props) => import("@emotion/react/jsx-runtime").JSX.Element>;
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
- /// <reference types="react" />
2
- import { LayoutMode } from 'ketcher-core';
3
- declare type Props = {
4
- lineLengthValue: number;
5
- offsetX: number;
6
- isDragging: boolean;
7
- layoutMode: LayoutMode;
8
- onCommitValue: (value: number) => void;
9
- };
10
- declare const _default: import("react").MemoExoticComponent<({ lineLengthValue, offsetX, isDragging, layoutMode, onCommitValue, }: Props) => import("@emotion/react/jsx-runtime").JSX.Element>;
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
- /// <reference types="react" />
2
- import { ZoomTransform } from 'd3';
3
- import { LayoutMode } from 'ketcher-core';
4
- declare type Props = {
5
- transform: ZoomTransform;
6
- layoutMode: LayoutMode;
7
- lineLengthValue: number;
8
- };
9
- declare const _default: import("react").MemoExoticComponent<({ transform, layoutMode, lineLengthValue: _lineLengthValue, }: Props) => import("@emotion/react/jsx-runtime").JSX.Element>;
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;