ketcher-react 2.6.3 → 2.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -2912,7 +2912,7 @@ var zoom = {
|
|
|
2912
2912
|
|
|
2913
2913
|
var openHelpLink = function openHelpLink() {
|
|
2914
2914
|
var _window$open;
|
|
2915
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.
|
|
2915
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.3\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
2916
2916
|
};
|
|
2917
2917
|
var help = {
|
|
2918
2918
|
help: {
|
|
@@ -21814,8 +21814,8 @@ var KetcherBuilder = function () {
|
|
|
21814
21814
|
initApp(element, staticResourcesUrl, {
|
|
21815
21815
|
buttons: buttons || {},
|
|
21816
21816
|
errorHandler: errorHandler || null,
|
|
21817
|
-
version: "2.6.
|
|
21818
|
-
buildDate: "2022-
|
|
21817
|
+
version: "2.6.4" ,
|
|
21818
|
+
buildDate: "2022-12-01T13:14:40" ,
|
|
21819
21819
|
buildNumber: ''
|
|
21820
21820
|
}, structService, resolve);
|
|
21821
21821
|
});
|
package/dist/index.modern.js
CHANGED
|
@@ -2851,7 +2851,7 @@ var zoom = {
|
|
|
2851
2851
|
|
|
2852
2852
|
var openHelpLink = function openHelpLink() {
|
|
2853
2853
|
var _window$open;
|
|
2854
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.
|
|
2854
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.6.3\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
2855
2855
|
};
|
|
2856
2856
|
var help = {
|
|
2857
2857
|
help: {
|
|
@@ -21753,8 +21753,8 @@ var KetcherBuilder = function () {
|
|
|
21753
21753
|
initApp(element, staticResourcesUrl, {
|
|
21754
21754
|
buttons: buttons || {},
|
|
21755
21755
|
errorHandler: errorHandler || null,
|
|
21756
|
-
version: "2.6.
|
|
21757
|
-
buildDate: "2022-
|
|
21756
|
+
version: "2.6.4" ,
|
|
21757
|
+
buildDate: "2022-12-01T13:14:40" ,
|
|
21758
21758
|
buildNumber: ''
|
|
21759
21759
|
}, structService, resolve);
|
|
21760
21760
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export default Editor;
|
|
2
|
-
declare const Editor: import("react-redux").ConnectedComponent<typeof StructEditor, import("react-redux").Omit<any, "
|
|
2
|
+
declare const Editor: import("react-redux").ConnectedComponent<typeof StructEditor, import("react-redux").Omit<any, "type" | "indigoVerification" | "options">>;
|
|
3
3
|
import { StructEditor } from "./components";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default Save;
|
|
2
|
-
declare const Save: import("react-redux").ConnectedComponent<typeof SaveDialog, import("react-redux").Omit<any, "
|
|
2
|
+
declare const Save: import("react-redux").ConnectedComponent<typeof SaveDialog, import("react-redux").Omit<any, "options" | "server" | "formState" | "struct" | "checkState" | "onCheck" | "moleculeErrors" | "onTmplSave" | "onResetForm">>;
|
|
3
3
|
declare class SaveDialog extends Component<any, any, any> {
|
|
4
4
|
static contextType: import("react").Context<import("../../../../../../../contexts").IErrorsContext>;
|
|
5
5
|
constructor(props: any);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ketcher-react",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"description": "Web-based molecule sketcher",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "http://lifescience.opensource.epam.com/ketcher",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"font-face-observer": "^1.0.0",
|
|
59
59
|
"hoist-non-react-statics": "^3.3.2",
|
|
60
60
|
"intersection-observer": "^0.12.0",
|
|
61
|
-
"ketcher-core": "2.6.
|
|
61
|
+
"ketcher-core": "2.6.4",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
63
|
"miew-react": "^1.0.0",
|
|
64
64
|
"react-colorful": "^5.4.0",
|