@ones-editor/editor 2.2.13-beta.4 → 2.2.13-beta.5
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
|
@@ -86481,7 +86481,6 @@ ${data2.flowchartText}
|
|
|
86481
86481
|
childDoc.uploadResource = doc2.uploadResource.bind(doc2);
|
|
86482
86482
|
childDoc.buildResourceUrl = doc2.buildResourceUrl.bind(doc2);
|
|
86483
86483
|
const commentOptions = parentEditor.getComponentOptions("comment");
|
|
86484
|
-
const customOptions = parentEditor.getComponentOptions("custom");
|
|
86485
86484
|
const options = {
|
|
86486
86485
|
image: {
|
|
86487
86486
|
defaultAlign: "left"
|
|
@@ -86491,8 +86490,7 @@ ${data2.flowchartText}
|
|
|
86491
86490
|
hideCellMenu: true,
|
|
86492
86491
|
hideToolbar: true
|
|
86493
86492
|
},
|
|
86494
|
-
...commentOptions == null ? void 0 : commentOptions.componentsOptions
|
|
86495
|
-
...customOptions == null ? void 0 : customOptions.componentsOptions
|
|
86493
|
+
...commentOptions == null ? void 0 : commentOptions.componentsOptions
|
|
86496
86494
|
};
|
|
86497
86495
|
const blocks = [];
|
|
86498
86496
|
parentEditor.editorBlocks.forEach((block) => {
|
|
@@ -88344,7 +88342,7 @@ ${data2.flowchartText}
|
|
|
88344
88342
|
}
|
|
88345
88343
|
}
|
|
88346
88344
|
});
|
|
88347
|
-
editor.version = "2.2.13-beta.
|
|
88345
|
+
editor.version = "2.2.13-beta.5";
|
|
88348
88346
|
return editor;
|
|
88349
88347
|
}
|
|
88350
88348
|
function isDoc(doc2) {
|
|
@@ -88439,7 +88437,7 @@ ${data2.flowchartText}
|
|
|
88439
88437
|
});
|
|
88440
88438
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88441
88439
|
OnesEditorToolbar.register(editor);
|
|
88442
|
-
editor.version = "2.2.13-beta.
|
|
88440
|
+
editor.version = "2.2.13-beta.5";
|
|
88443
88441
|
return editor;
|
|
88444
88442
|
}
|
|
88445
88443
|
async function showDocVersions(editor, options, serverUrl) {
|