ketcher-macromolecules 2.18.0-rc.1

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 (202) hide show
  1. package/README.md +25 -0
  2. package/dist/Editor.d.ts +10 -0
  3. package/dist/components/FullscreenButton/FullscreenButton.d.ts +16 -0
  4. package/dist/components/FullscreenButton/index.d.ts +16 -0
  5. package/dist/components/Layout/Layout.d.ts +49 -0
  6. package/dist/components/Layout/Layout.test.d.ts +16 -0
  7. package/dist/components/Layout/index.d.ts +16 -0
  8. package/dist/components/Loader/index.d.ts +1 -0
  9. package/dist/components/contextMenu/RNAContextMenu.d.ts +1 -0
  10. package/dist/components/contextMenu/RNAContextMenu.test.d.ts +16 -0
  11. package/dist/components/contextMenu/styles.d.ts +3 -0
  12. package/dist/components/contextMenu/types.d.ts +3 -0
  13. package/dist/components/menu/Menu.d.ts +31 -0
  14. package/dist/components/menu/Menu.test.d.ts +1 -0
  15. package/dist/components/menu/index.d.ts +16 -0
  16. package/dist/components/menu/menuItem/MenuItem.d.ts +23 -0
  17. package/dist/components/menu/menuItem/MenuItem.test.d.ts +1 -0
  18. package/dist/components/menu/menuItem/index.d.ts +16 -0
  19. package/dist/components/menu/menuItem/styles.d.ts +18 -0
  20. package/dist/components/menu/styles.d.ts +28 -0
  21. package/dist/components/menu/subMenu/SubMenu.d.ts +21 -0
  22. package/dist/components/menu/subMenu/SubMenu.test.d.ts +1 -0
  23. package/dist/components/menu/subMenu/index.d.ts +16 -0
  24. package/dist/components/menu/subMenu/styles.d.ts +37 -0
  25. package/dist/components/menu/subMenu/types.d.ts +22 -0
  26. package/dist/components/menu/types.d.ts +23 -0
  27. package/dist/components/modal/Delete/Delete.d.ts +6 -0
  28. package/dist/components/modal/Delete/Delete.test.d.ts +16 -0
  29. package/dist/components/modal/Delete/index.d.ts +16 -0
  30. package/dist/components/modal/Delete/styledComponents.d.ts +12 -0
  31. package/dist/components/modal/Error/Error.d.ts +1 -0
  32. package/dist/components/modal/Error/Error.styles.d.ts +5 -0
  33. package/dist/components/modal/Error/index.d.ts +1 -0
  34. package/dist/components/modal/Open/AnalyzingFile/AnalyzingFile.d.ts +4 -0
  35. package/dist/components/modal/Open/AnalyzingFile/AnalyzingFile.test.d.ts +1 -0
  36. package/dist/components/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.d.ts +1 -0
  37. package/dist/components/modal/Open/AnalyzingFile/LoadingCircles/LoadingCircles.test.d.ts +1 -0
  38. package/dist/components/modal/Open/AnalyzingFile/LoadingCircles/index.d.ts +16 -0
  39. package/dist/components/modal/Open/AnalyzingFile/index.d.ts +16 -0
  40. package/dist/components/modal/Open/Open.d.ts +12 -0
  41. package/dist/components/modal/Open/Open.styles.d.ts +21 -0
  42. package/dist/components/modal/Open/Open.test.d.ts +16 -0
  43. package/dist/components/modal/Open/OpenOptions/FileDrop/FileDrop.d.ts +26 -0
  44. package/dist/components/modal/Open/OpenOptions/FileDrop/FileDrop.test.d.ts +1 -0
  45. package/dist/components/modal/Open/OpenOptions/FileDrop/index.d.ts +16 -0
  46. package/dist/components/modal/Open/OpenOptions/OpenOptions.d.ts +16 -0
  47. package/dist/components/modal/Open/OpenOptions/OpenOptions.test.d.ts +1 -0
  48. package/dist/components/modal/Open/OpenOptions/index.d.ts +16 -0
  49. package/dist/components/modal/Open/ViewSwitcher/ViewSwitcher.d.ts +29 -0
  50. package/dist/components/modal/Open/ViewSwitcher/index.d.ts +16 -0
  51. package/dist/components/modal/Open/fileOpener.d.ts +19 -0
  52. package/dist/components/modal/Open/index.d.ts +16 -0
  53. package/dist/components/modal/modalContainer/ModalContainer.d.ts +1 -0
  54. package/dist/components/modal/modalContainer/index.d.ts +18 -0
  55. package/dist/components/modal/modalContainer/modalComponentList.d.ts +20 -0
  56. package/dist/components/modal/modalContainer/types.d.ts +11 -0
  57. package/dist/components/modal/monomerConnection/MonomerConnections.d.ts +46 -0
  58. package/dist/components/modal/monomerConnection/MonomerConnections.test.d.ts +1 -0
  59. package/dist/components/modal/monomerConnection/index.d.ts +1 -0
  60. package/dist/components/modal/monomerConnection/styledComponents.d.ts +36 -0
  61. package/dist/components/modal/save/Save.d.ts +18 -0
  62. package/dist/components/modal/save/Save.styles.d.ts +19 -0
  63. package/dist/components/modal/save/Save.test.d.ts +16 -0
  64. package/dist/components/modal/save/index.d.ts +16 -0
  65. package/dist/components/monomerLibrary/MonomerLibrary.d.ts +18 -0
  66. package/dist/components/monomerLibrary/MonomerLibraryToggle.d.ts +6 -0
  67. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/RnaAccordion.d.ts +20 -0
  68. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/RnaAccordion.test.d.ts +1 -0
  69. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/Summary.d.ts +17 -0
  70. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/index.d.ts +16 -0
  71. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/styles.d.ts +28 -0
  72. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/Summary/types.d.ts +25 -0
  73. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/index.d.ts +16 -0
  74. package/dist/components/monomerLibrary/RnaBuilder/RnaAccordion/styles.d.ts +38 -0
  75. package/dist/components/monomerLibrary/RnaBuilder/RnaBuilder.d.ts +20 -0
  76. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditor.d.ts +20 -0
  77. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/RnaEditorCollapsed.d.ts +17 -0
  78. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/index.d.ts +16 -0
  79. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/styles.d.ts +30 -0
  80. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorCollapsed/types.d.ts +19 -0
  81. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/GroupBlock.d.ts +17 -0
  82. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/index.d.ts +16 -0
  83. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/styles.d.ts +46 -0
  84. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/types.d.ts +26 -0
  85. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/GroupBlock/utils.d.ts +25 -0
  86. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.d.ts +17 -0
  87. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/RnaEditorExpanded.test.d.ts +1 -0
  88. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/index.d.ts +16 -0
  89. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/styles.d.ts +52 -0
  90. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/RnaEditorExpanded/types.d.ts +5 -0
  91. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/index.d.ts +16 -0
  92. package/dist/components/monomerLibrary/RnaBuilder/RnaEditor/styles.d.ts +32 -0
  93. package/dist/components/monomerLibrary/RnaBuilder/index.d.ts +16 -0
  94. package/dist/components/monomerLibrary/RnaBuilder/styles.d.ts +20 -0
  95. package/dist/components/monomerLibrary/RnaBuilder/types.d.ts +29 -0
  96. package/dist/components/monomerLibrary/RnaPresetGroup/RnaPresetGroup.d.ts +20 -0
  97. package/dist/components/monomerLibrary/RnaPresetGroup/RnaPresetGroup.test.d.ts +1 -0
  98. package/dist/components/monomerLibrary/RnaPresetItem/RnaPresetItem.d.ts +3 -0
  99. package/dist/components/monomerLibrary/RnaPresetItem/RnaPresetItem.test.d.ts +1 -0
  100. package/dist/components/monomerLibrary/RnaPresetItem/index.d.ts +16 -0
  101. package/dist/components/monomerLibrary/RnaPresetItem/styles.d.ts +14 -0
  102. package/dist/components/monomerLibrary/RnaPresetItem/types.d.ts +23 -0
  103. package/dist/components/monomerLibrary/index.d.ts +17 -0
  104. package/dist/components/monomerLibrary/monomerLibraryGroup/MonomerGroup.d.ts +3 -0
  105. package/dist/components/monomerLibrary/monomerLibraryGroup/MonomerGroup.test.d.ts +16 -0
  106. package/dist/components/monomerLibrary/monomerLibraryGroup/index.d.ts +16 -0
  107. package/dist/components/monomerLibrary/monomerLibraryGroup/styles.d.ts +13 -0
  108. package/dist/components/monomerLibrary/monomerLibraryGroup/types.d.ts +25 -0
  109. package/dist/components/monomerLibrary/monomerLibraryItem/MonomerItem.d.ts +3 -0
  110. package/dist/components/monomerLibrary/monomerLibraryItem/MonomerItem.test.d.ts +1 -0
  111. package/dist/components/monomerLibrary/monomerLibraryItem/index.d.ts +16 -0
  112. package/dist/components/monomerLibrary/monomerLibraryItem/styles.d.ts +9 -0
  113. package/dist/components/monomerLibrary/monomerLibraryItem/types.d.ts +26 -0
  114. package/dist/components/monomerLibrary/monomerLibraryList/MonomerList.d.ts +28 -0
  115. package/dist/components/monomerLibrary/monomerLibraryList/MonomerList.test.d.ts +16 -0
  116. package/dist/components/monomerLibrary/monomerLibraryList/index.d.ts +16 -0
  117. package/dist/components/monomerLibrary/monomerLibraryList/styles.d.ts +20 -0
  118. package/dist/components/monomerLibrary/monomerLibraryList/types.d.ts +27 -0
  119. package/dist/components/monomerLibrary/styles.d.ts +18 -0
  120. package/dist/components/monomerLibrary/tabsContent.d.ts +28 -0
  121. package/dist/components/rna/RnaMonomerSection/RnaMonomerSection.d.ts +12 -0
  122. package/dist/components/rna/RnaMonomerSection/RnaMonomerSection.test.d.ts +1 -0
  123. package/dist/components/rna/RnaMonomerSection/index.d.ts +16 -0
  124. package/dist/components/rna/Switcher/Switcher.d.ts +6 -0
  125. package/dist/components/rna/Switcher/Switcher.test.d.ts +16 -0
  126. package/dist/components/rna/Switcher/index.d.ts +1 -0
  127. package/dist/components/shared/MonomerPreview/index.d.ts +7 -0
  128. package/dist/components/shared/MonomerPreview/styles.d.ts +12 -0
  129. package/dist/components/shared/MonomerPreview/types.d.ts +18 -0
  130. package/dist/components/shared/StyledToast/styles.d.ts +12 -0
  131. package/dist/components/shared/Tabs/Tabs.d.ts +18 -0
  132. package/dist/components/shared/Tabs/index.d.ts +16 -0
  133. package/dist/components/shared/TextArea/TextArea.d.ts +24 -0
  134. package/dist/components/shared/TextArea/index.d.ts +16 -0
  135. package/dist/components/shared/actionButton/ActionButton.d.ts +23 -0
  136. package/dist/components/shared/actionButton/ActionButton.test.d.ts +16 -0
  137. package/dist/components/shared/actionButton/index.d.ts +1 -0
  138. package/dist/components/shared/dropDown/dropDown.d.ts +29 -0
  139. package/dist/components/shared/dropDown/dropDown.test.d.ts +16 -0
  140. package/dist/components/shared/dropDown/index.d.ts +17 -0
  141. package/dist/components/shared/dropDown/styledIcons.d.ts +22 -0
  142. package/dist/components/shared/icon/icon.d.ts +63 -0
  143. package/dist/components/shared/modal/Modal.d.ts +26 -0
  144. package/dist/components/shared/modal/Modal.test.d.ts +16 -0
  145. package/dist/components/shared/modal/index.d.ts +1 -0
  146. package/dist/components/shared/monomerOnCanvas/Chem.d.ts +16 -0
  147. package/dist/components/shared/monomerOnCanvas/Peptide.d.ts +16 -0
  148. package/dist/components/shared/monomerOnCanvas/Phosphate.d.ts +16 -0
  149. package/dist/components/shared/monomerOnCanvas/RNABase.d.ts +16 -0
  150. package/dist/components/shared/monomerOnCanvas/Sugar.d.ts +16 -0
  151. package/dist/components/shared/monomerOnCanvas/index.d.ts +5 -0
  152. package/dist/components/shared/textInputField/TextInputField.d.ts +23 -0
  153. package/dist/components/shared/textInputField/index.d.ts +16 -0
  154. package/dist/constants.d.ts +47 -0
  155. package/dist/contexts/index.d.ts +18 -0
  156. package/dist/contexts/menuContext.d.ts +22 -0
  157. package/dist/helpers/calculatePreviewPosition.d.ts +2 -0
  158. package/dist/helpers/dom.d.ts +1 -0
  159. package/dist/helpers/emptyFunction.d.ts +1 -0
  160. package/dist/helpers/formats/formatProperties.d.ts +18 -0
  161. package/dist/helpers/formats/index.d.ts +17 -0
  162. package/dist/helpers/formats/supportedFormatProperties.d.ts +32 -0
  163. package/dist/helpers/getDefaultPreset.d.ts +3 -0
  164. package/dist/helpers/getDefaultPresets.test.d.ts +16 -0
  165. package/dist/helpers/index.d.ts +19 -0
  166. package/dist/helpers/localStorage.d.ts +8 -0
  167. package/dist/hooks/index.d.ts +16 -0
  168. package/dist/hooks/stateHooks.d.ts +20 -0
  169. package/dist/hooks/useLoading.d.ts +1 -0
  170. package/dist/hooks/useMenuContext.d.ts +16 -0
  171. package/dist/index.css +2 -0
  172. package/dist/index.css.map +1 -0
  173. package/dist/index.d.ts +16 -0
  174. package/dist/index.js +10103 -0
  175. package/dist/index.js.map +1 -0
  176. package/dist/index.modern.js +10083 -0
  177. package/dist/index.modern.js.map +1 -0
  178. package/dist/setupTests.d.ts +2 -0
  179. package/dist/state/common/editorSaga.d.ts +19 -0
  180. package/dist/state/common/editorSlice.d.ts +25 -0
  181. package/dist/state/common/index.d.ts +17 -0
  182. package/dist/state/index.d.ts +17 -0
  183. package/dist/state/library/index.d.ts +16 -0
  184. package/dist/state/library/librarySlice.d.ts +35 -0
  185. package/dist/state/modal/index.d.ts +16 -0
  186. package/dist/state/modal/modalSlice.d.ts +47 -0
  187. package/dist/state/rna-builder/index.d.ts +16 -0
  188. package/dist/state/rna-builder/rnaBuilderSlice.d.ts +81 -0
  189. package/dist/state/rootSaga.d.ts +16 -0
  190. package/dist/state/store.d.ts +20 -0
  191. package/dist/styledComponents.d.ts +5 -0
  192. package/dist/testMockData/monomerPresets.d.ts +302 -0
  193. package/dist/theming/defaultTheme/defaultTheme.d.ts +19 -0
  194. package/dist/theming/defaultTheme/index.d.ts +17 -0
  195. package/dist/theming/defaultTheme/theme.types.d.ts +178 -0
  196. package/dist/theming/globalStyles/getGlobalStyles.d.ts +17 -0
  197. package/dist/theming/globalStyles/index.d.ts +16 -0
  198. package/dist/theming/mixins/index.d.ts +16 -0
  199. package/dist/theming/mixins/mixins.d.ts +17 -0
  200. package/dist/types/index.d.ts +4 -0
  201. package/dist/types/utilities.d.ts +3 -0
  202. package/package.json +121 -0
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # ketcher-macromolecules
2
+
3
+ [![npm version](https://img.shields.io/npm/v/ketcher-react)](https://www.npmjs.com/package/ketcher-macromolecules)
4
+ [![Downloads](https://img.shields.io/npm/dm/ketcher-react)](https://www.npmjs.com/package/ketcher-macromolecules)
5
+ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6
+
7
+ Copyright (c) 2021 [EPAM Systems, Inc.](https://www.epam.com/)
8
+
9
+ Ketcher is an open-source web-based chemical structure editor incorporating high performance, good portability, light weight, and ability to easily integrate into a custom web-application. Ketcher is designed for chemists, laboratory scientists and technicians who draw structures and reactions.
10
+
11
+ For more details please look at the following [link](https://github.com/epam/ketcher/blob/master/README.md).
12
+
13
+ ## Installation
14
+
15
+ The ketcher-macromolecules library is available as an [NPM](https://www.npmjs.com/) package. Install it either with NPM:
16
+
17
+ ```sh
18
+ npm install --save ketcher-macromolecules
19
+ ```
20
+
21
+ or [Yarn](https://yarnpkg.com/):
22
+
23
+ ```sh
24
+ yarn add ketcher-macromolecules
25
+ ```
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { EditorTheme } from "./theming/defaultTheme";
3
+ import { DeepPartial } from './types';
4
+ interface EditorContainerProps {
5
+ onInit?: () => void;
6
+ theme?: DeepPartial<EditorTheme>;
7
+ togglerComponent?: JSX.Element;
8
+ }
9
+ declare function EditorContainer({ onInit, theme, togglerComponent, }: EditorContainerProps): import("@emotion/react/jsx-runtime").JSX.Element;
10
+ export { EditorContainer as Editor };
@@ -0,0 +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;
@@ -0,0 +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';
@@ -0,0 +1,49 @@
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 | undefined;
24
+ as?: React.ElementType<any> | undefined;
25
+ } & {
26
+ hide?: boolean | undefined;
27
+ } & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
28
+ theme?: import("@emotion/react").Theme | undefined;
29
+ }, {}, {}>;
30
+ Top: import("@emotion/styled").StyledComponent<{
31
+ theme?: import("@emotion/react").Theme | undefined;
32
+ as?: React.ElementType<any> | undefined;
33
+ } & {
34
+ shortened?: boolean | undefined;
35
+ }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
36
+ Right: import("@emotion/styled").StyledComponent<{
37
+ theme?: import("@emotion/react").Theme | undefined;
38
+ as?: React.ElementType<any> | undefined;
39
+ } & {
40
+ hide?: boolean | undefined;
41
+ } & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
42
+ theme?: import("@emotion/react").Theme | undefined;
43
+ }, {}, {}>;
44
+ Main: import("@emotion/styled").StyledComponent<{
45
+ theme?: import("@emotion/react").Theme | undefined;
46
+ as?: React.ElementType<any> | undefined;
47
+ }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
48
+ };
49
+ export {};
@@ -0,0 +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 {};
@@ -0,0 +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';
@@ -0,0 +1 @@
1
+ export declare const Loader: () => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const RNAContextMenu: () => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +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 {};
@@ -0,0 +1,3 @@
1
+ export declare const StyledMenu: import("@emotion/styled").StyledComponent<import("react-contexify").MenuProps & {
2
+ theme?: import("@emotion/react").Theme | undefined;
3
+ }, {}, {}>;
@@ -0,0 +1,3 @@
1
+ export declare enum CONTEXT_MENU_ID {
2
+ FOR_RNA = "context-menu-for-RNA"
3
+ }
@@ -0,0 +1,31 @@
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
+ import { MenuContext } from '../../contexts';
18
+ import { GroupProps, MenuProps } from './types';
19
+ declare const Menu: {
20
+ ({ children, onItemClick, activeMenuItems, testId, }: React.PropsWithChildren<MenuProps>): import("@emotion/react/jsx-runtime").JSX.Element;
21
+ Group: ({ children, divider, }: React.PropsWithChildren<GroupProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
22
+ Item: ({ itemId, title, testId }: {
23
+ itemId: "α" | "β" | "γ" | "δ" | "ε" | "ζ" | "η" | "θ" | "ι" | "κ" | "λ" | "μ" | "ν" | "ξ" | "ο" | "π" | "ρ" | "σ" | "τ" | "υ" | "φ" | "χ" | "ψ" | "ω" | "Å" | "°" | "ħ" | "±" | "‰" | "√" | "←" | "→" | "←/" | "/→" | "↔" | "∏" | "∑" | "∞" | "∂" | "∆" | "∫" | "≈" | "=/" | "≤" | "≥" | "℉" | "℃" | "about" | "analyse" | "any-atom" | "arom" | "arrow-upward" | "bond-any" | "bond-aromatic" | "bond-crossed" | "bond-hydrogen" | "bond-dative" | "bond-double" | "bond-doublearomatic" | "bond-down" | "bond-single" | "bond-singlearomatic" | "bond-singledouble" | "bond-triple" | "bond-up" | "bond-updown" | "capital-t" | "chain" | "charge-minus" | "charge-plus" | "check" | "check-mark" | "chiral-flag" | "cip" | "clean" | "copies" | "copy" | "copy-image" | "copy-mol" | "copy-ket" | "cut" | "dearom" | "delete" | "dropdown" | "enhanced-stereo" | "edit" | "elements-group" | "extended-table" | "erase" | "file-thumbnail" | "fullscreen-enter" | "fullscreen-exit" | "generic-groups" | "hand" | "compressedhand" | "help" | "history" | "image-frame" | "layout" | "logo" | "miew" | "macromolecules-mode" | "molecules-mode" | "clear" | "open" | "paste" | "period-table" | "reaction-arrow-elliptical-arc-arrow-filled-bow" | "reaction-arrow-elliptical-arc-arrow-filled-triangle" | "reaction-arrow-elliptical-arc-arrow-open-angle" | "reaction-arrow-elliptical-arc-arrow-open-half-angle" | "reaction-arrow-open-angle" | "reaction-arrow-filled-triangle" | "reaction-arrow-filled-bow" | "reaction-arrow-dashed-open-angle" | "reaction-arrow-failed" | "reaction-arrow-both-ends-filled-triangle" | "reaction-arrow-equilibrium-filled-half-bow" | "reaction-arrow-equilibrium-filled-triangle" | "reaction-arrow-equilibrium-open-angle" | "reaction-arrow-unbalanced-equilibrium-filled-half-bow" | "reaction-arrow-unbalanced-equilibrium-open-half-angle" | "reaction-arrow-unbalanced-equilibrium-large-filled-half-bow" | "reaction-arrow-unbalanced-equilibrium-filled-half-triangle" | "reaction-automap" | "reaction-map" | "reaction-plus" | "reaction-unmap" | "recognize" | "redo" | "rgroup-attpoints" | "rgroup-fragment" | "rgroup-label" | "save" | "search" | "select-fragment" | "select-lasso" | "select-rectangle" | "settings" | "sgroup" | "template-0" | "template-1" | "template-2" | "template-3" | "template-4" | "template-5" | "template-6" | "template-7" | "template-dialog" | "template-lib" | "snake-mode" | "text" | "text-bold" | "text-italic" | "text-subscript" | "text-superscript" | "transform-flip-h" | "transform-flip-v" | "undo" | "zoom-in" | "zoom-out" | "zoom-reset" | "shape-ellipse" | "shape-rectangle" | "shape-polyline" | "shape-line" | "not-found" | "save-1" | "open-1" | "reset" | "close" | "general" | "general-white" | "stereo" | "stereo-white" | "atoms" | "atoms-white" | "bonds" | "bonds-white" | "server" | "server-white" | "3dviewer" | "3dviewer-white" | "debugging" | "debugging-white" | "dropdown-indicator" | "text-special-symbols" | "chevron" | "open-window-paste-icon" | "open-window-upload-icon" | "bracket" | "error" | "rap-left-link" | "rap-middle-link" | "rap-right-link" | "arrows-left" | "arrows-right" | "sugar" | "base" | "phosphate" | "preset" | "edit-filled" | "vertical-dots" | "expand" | "minimize-expansion";
24
+ title?: string | undefined;
25
+ testId?: string | undefined;
26
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
27
+ Submenu: ({ children, vertical, }: React.PropsWithChildren<{
28
+ vertical?: boolean | undefined;
29
+ }>) => import("@emotion/react/jsx-runtime").JSX.Element;
30
+ };
31
+ export { Menu, MenuContext };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +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 './Menu';
@@ -0,0 +1,23 @@
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 { type IconName } from 'ketcher-react';
17
+ declare type MenuItemProp = {
18
+ itemId: IconName;
19
+ title?: string;
20
+ testId?: string;
21
+ };
22
+ declare const MenuItem: ({ itemId, title, testId }: MenuItemProp) => import("@emotion/react/jsx-runtime").JSX.Element;
23
+ export { MenuItem };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +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 './MenuItem';
@@ -0,0 +1,18 @@
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 StyledIconButton: import("@emotion/styled").StyledComponent<import("ketcher-react/dist/components/Buttons/IconButton/types").IIconButtonProps & {
17
+ theme?: import("@emotion/react").Theme | undefined;
18
+ }, {}, {}>;
@@ -0,0 +1,28 @@
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
+ /// <reference types="react" />
17
+ export declare const MenuLayout: import("@emotion/styled").StyledComponent<{
18
+ theme?: import("@emotion/react").Theme | undefined;
19
+ as?: import("react").ElementType<any> | undefined;
20
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
+ export declare const Divider: import("@emotion/styled").StyledComponent<{
22
+ theme?: import("@emotion/react").Theme | undefined;
23
+ as?: import("react").ElementType<any> | undefined;
24
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
25
+ export declare const StyledGroup: import("@emotion/styled").StyledComponent<{
26
+ theme?: import("@emotion/react").Theme | undefined;
27
+ as?: import("react").ElementType<any> | undefined;
28
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,21 @@
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
+ declare type SubMenuProps = {
18
+ vertical?: boolean;
19
+ };
20
+ declare const SubMenu: ({ children, vertical, }: React.PropsWithChildren<SubMenuProps>) => import("@emotion/react/jsx-runtime").JSX.Element;
21
+ export { SubMenu };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +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 './SubMenu';
@@ -0,0 +1,37 @@
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
+ /// <reference types="react" />
17
+ import { IStyledDropdownIconProps } from './types';
18
+ export declare const StyledDropdownIcon: import("@emotion/styled").StyledComponent<import("ketcher-react/dist/components/Icon/types").IIconProps & {
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ } & IStyledDropdownIconProps, {}, {}>;
21
+ export declare const RootContainer: import("@emotion/styled").StyledComponent<{
22
+ theme?: import("@emotion/react").Theme | undefined;
23
+ as?: import("react").ElementType<any> | undefined;
24
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
25
+ export declare const OptionsContainer: import("@emotion/styled").StyledComponent<{
26
+ theme?: import("@emotion/react").Theme | undefined;
27
+ as?: import("react").ElementType<any> | undefined;
28
+ } & {
29
+ isVertical?: boolean | undefined;
30
+ } & import("react").HTMLAttributes<HTMLDivElement>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
31
+ export declare const OptionsItemsCollapse: import("@emotion/styled").StyledComponent<import("@mui/material").CollapseProps & {
32
+ theme?: import("@emotion/react").Theme | undefined;
33
+ }, {}, {}>;
34
+ export declare const VisibleItem: import("@emotion/styled").StyledComponent<{
35
+ theme?: import("@emotion/react").Theme | undefined;
36
+ as?: import("react").ElementType<any> | undefined;
37
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +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
+ /// <reference types="react" />
17
+ export interface IStyledDropdownIconProps {
18
+ isActive: boolean;
19
+ }
20
+ export declare type OptionsContainerProps = {
21
+ isVertical?: boolean;
22
+ } & React.HTMLAttributes<HTMLDivElement>;
@@ -0,0 +1,23 @@
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 interface GroupProps {
17
+ divider?: boolean;
18
+ }
19
+ export declare type MenuProps = {
20
+ onItemClick: (itemKey: string) => void;
21
+ activeMenuItems?: string[];
22
+ testId?: string;
23
+ };
@@ -0,0 +1,6 @@
1
+ export interface Props {
2
+ onClose: () => void;
3
+ isModalOpen: boolean;
4
+ }
5
+ declare const Delete: ({ isModalOpen, onClose }: Props) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ export { Delete };
@@ -0,0 +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 {};
@@ -0,0 +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 './Delete';
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledActionButton: import("@emotion/styled").StyledComponent<{
3
+ label: string;
4
+ clickHandler: () => void;
5
+ styleType?: string | undefined;
6
+ } & import("@mui/material").ButtonBaseOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
7
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
8
+ }, "style" | "className" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & {
9
+ component?: import("react").ElementType<any> | undefined;
10
+ } & {
11
+ theme?: import("@emotion/react").Theme | undefined;
12
+ }, {}, {}>;
@@ -0,0 +1 @@
1
+ export declare const ErrorModal: () => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const ErrorTextWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1 @@
1
+ export * from './Error';
@@ -0,0 +1,4 @@
1
+ export declare type AnalyzingFileProps = {
2
+ fileName?: string;
3
+ };
4
+ export declare const AnalyzingFile: ({ fileName }: AnalyzingFileProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const LoadingCircles: () => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +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 './LoadingCircles';
@@ -0,0 +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 './AnalyzingFile';
@@ -0,0 +1,12 @@
1
+ import { RequiredModalProps } from '../modalContainer';
2
+ export interface Props {
3
+ onClose: () => void;
4
+ isModalOpen: boolean;
5
+ }
6
+ export declare const MODAL_STATES: {
7
+ readonly openOptions: "openOptions";
8
+ readonly textEditor: "textEditor";
9
+ };
10
+ export declare type MODAL_STATES_VALUES = typeof MODAL_STATES[keyof typeof MODAL_STATES];
11
+ declare const Open: ({ isModalOpen, onClose }: RequiredModalProps) => import("@emotion/react/jsx-runtime").JSX.Element;
12
+ export { Open };