@ones-editor/editor 2.1.8-beta.8 → 2.1.8-beta.9
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
|
@@ -87774,7 +87774,7 @@ ${data2.flowchartText}
|
|
|
87774
87774
|
}
|
|
87775
87775
|
}
|
|
87776
87776
|
});
|
|
87777
|
-
editor.version = "2.1.8-beta.
|
|
87777
|
+
editor.version = "2.1.8-beta.9";
|
|
87778
87778
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
87779
87779
|
window.setReauthFail = (fail) => {
|
|
87780
87780
|
window.isReauthError = fail;
|
|
@@ -87875,7 +87875,7 @@ ${data2.flowchartText}
|
|
|
87875
87875
|
});
|
|
87876
87876
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
87877
87877
|
OnesEditorToolbar.register(editor);
|
|
87878
|
-
editor.version = "2.1.8-beta.
|
|
87878
|
+
editor.version = "2.1.8-beta.9";
|
|
87879
87879
|
return editor;
|
|
87880
87880
|
}
|
|
87881
87881
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -133657,6 +133657,7 @@ ${data2.flowchartText}
|
|
|
133657
133657
|
exports2.FILL_CHAR = FILL_CHAR;
|
|
133658
133658
|
exports2.FileExtError = FileExtError;
|
|
133659
133659
|
exports2.FixedToolbar = FixedToolbar;
|
|
133660
|
+
exports2.HISTORY_TOOLTIP_IDENTIFIER = HISTORY_TOOLTIP_IDENTIFIER;
|
|
133660
133661
|
exports2.HeadingBlockScrollListener = HeadingBlockScrollListener;
|
|
133661
133662
|
exports2.HeadingProvider = HeadingProvider;
|
|
133662
133663
|
exports2.ImageBox = ImageBox;
|