ketcher-react 2.28.0-dev.1 → 2.28.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.
@@ -61,6 +61,8 @@ export namespace initOptionsState {
61
61
  const version: null;
62
62
  }
63
63
  const settings: Record<string, any> & Record<string, string>;
64
+ function getSettings(): void;
65
+ function getSettings(): void;
64
66
  function getServerSettings(): {
65
67
  'render-coloring': any;
66
68
  'render-font-size': any;
@@ -37,6 +37,7 @@ declare class SaveDialog extends Component<any, any, any> {
37
37
  changeTab: (index: any) => void;
38
38
  getWarnings: (format: any) => any[];
39
39
  renderForm: () => import("react/jsx-runtime").JSX.Element;
40
+ handleCopy: (event: any) => void;
40
41
  renderSaveFile: () => import("react/jsx-runtime").JSX.Element;
41
42
  renderWarnings: () => import("react/jsx-runtime").JSX.Element | null;
42
43
  getButtons: () => import("react/jsx-runtime").JSX.Element[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ketcher-react",
3
- "version": "2.28.0-dev.1",
3
+ "version": "2.28.0-rc.1",
4
4
  "description": "Web-based molecule sketcher",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "http://lifescience.opensource.epam.com/ketcher",