ketcher-react 2.14.0-rc.1 → 2.14.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.modern.js
CHANGED
|
@@ -3042,7 +3042,7 @@ var zoom = {
|
|
|
3042
3042
|
|
|
3043
3043
|
var openHelpLink = function openHelpLink() {
|
|
3044
3044
|
var _window$open;
|
|
3045
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.14.0-rc.
|
|
3045
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.14.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
3046
3046
|
};
|
|
3047
3047
|
var help = {
|
|
3048
3048
|
help: {
|
|
@@ -20311,7 +20311,7 @@ var TemplateTool = function () {
|
|
|
20311
20311
|
if (shouldShowPreview) {
|
|
20312
20312
|
this.lastPreviewId = getUniqueCiId(_ci);
|
|
20313
20313
|
this.previewTimeout = setTimeout(function () {
|
|
20314
|
-
_this2.showPreview(_ci, restruct);
|
|
20314
|
+
_this2.showPreview(event, _ci, restruct);
|
|
20315
20315
|
}, PREVIEW_DELAY);
|
|
20316
20316
|
}
|
|
20317
20317
|
return true;
|
|
@@ -20538,7 +20538,7 @@ var TemplateTool = function () {
|
|
|
20538
20538
|
}
|
|
20539
20539
|
}, {
|
|
20540
20540
|
key: "showPreview",
|
|
20541
|
-
value: function showPreview(ci, restruct) {
|
|
20541
|
+
value: function showPreview(event, ci, restruct) {
|
|
20542
20542
|
var _this4 = this;
|
|
20543
20543
|
if (ci.map === 'bonds' && !this.isModeFunctionalGroup) {
|
|
20544
20544
|
this.isPreviewVisible = true;
|
|
@@ -30402,8 +30402,8 @@ var KetcherBuilder = function () {
|
|
|
30402
30402
|
initApp(element, appRoot, staticResourcesUrl, {
|
|
30403
30403
|
buttons: buttons || {},
|
|
30404
30404
|
errorHandler: errorHandler || null,
|
|
30405
|
-
version: "2.14.0-rc.
|
|
30406
|
-
buildDate: "2023-08-
|
|
30405
|
+
version: "2.14.0-rc.2" ,
|
|
30406
|
+
buildDate: "2023-08-22T08:01:40" ,
|
|
30407
30407
|
buildNumber: ''
|
|
30408
30408
|
}, structService, resolve);
|
|
30409
30409
|
});
|