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.js
CHANGED
|
@@ -3105,7 +3105,7 @@ var zoom = {
|
|
|
3105
3105
|
|
|
3106
3106
|
var openHelpLink = function openHelpLink() {
|
|
3107
3107
|
var _window$open;
|
|
3108
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.14.0-rc.
|
|
3108
|
+
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();
|
|
3109
3109
|
};
|
|
3110
3110
|
var help = {
|
|
3111
3111
|
help: {
|
|
@@ -20374,7 +20374,7 @@ var TemplateTool = function () {
|
|
|
20374
20374
|
if (shouldShowPreview) {
|
|
20375
20375
|
this.lastPreviewId = getUniqueCiId(_ci);
|
|
20376
20376
|
this.previewTimeout = setTimeout(function () {
|
|
20377
|
-
_this2.showPreview(_ci, restruct);
|
|
20377
|
+
_this2.showPreview(event, _ci, restruct);
|
|
20378
20378
|
}, PREVIEW_DELAY);
|
|
20379
20379
|
}
|
|
20380
20380
|
return true;
|
|
@@ -20601,7 +20601,7 @@ var TemplateTool = function () {
|
|
|
20601
20601
|
}
|
|
20602
20602
|
}, {
|
|
20603
20603
|
key: "showPreview",
|
|
20604
|
-
value: function showPreview(ci, restruct) {
|
|
20604
|
+
value: function showPreview(event, ci, restruct) {
|
|
20605
20605
|
var _this4 = this;
|
|
20606
20606
|
if (ci.map === 'bonds' && !this.isModeFunctionalGroup) {
|
|
20607
20607
|
this.isPreviewVisible = true;
|
|
@@ -30465,8 +30465,8 @@ var KetcherBuilder = function () {
|
|
|
30465
30465
|
initApp(element, appRoot, staticResourcesUrl, {
|
|
30466
30466
|
buttons: buttons || {},
|
|
30467
30467
|
errorHandler: errorHandler || null,
|
|
30468
|
-
version: "2.14.0-rc.
|
|
30469
|
-
buildDate: "2023-08-
|
|
30468
|
+
version: "2.14.0-rc.2" ,
|
|
30469
|
+
buildDate: "2023-08-22T08:01:40" ,
|
|
30470
30470
|
buildNumber: ''
|
|
30471
30471
|
}, structService, resolve);
|
|
30472
30472
|
});
|