@ones-editor/editor 2.1.1-beta.35 → 2.1.1-beta.36
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
|
@@ -64610,7 +64610,9 @@ ${codeText}
|
|
|
64610
64610
|
{
|
|
64611
64611
|
id: "addComment",
|
|
64612
64612
|
name: i18n$1.t("comment.quickMenuCommand"),
|
|
64613
|
-
icon: CommentIcon$1
|
|
64613
|
+
icon: CommentIcon$1,
|
|
64614
|
+
groupOrder: 1e3,
|
|
64615
|
+
order: 100
|
|
64614
64616
|
}
|
|
64615
64617
|
]);
|
|
64616
64618
|
__publicField(this, "isHoveringImageEmpty", () => {
|
|
@@ -82990,7 +82992,9 @@ ${data2.flowchartText}
|
|
|
82990
82992
|
{
|
|
82991
82993
|
id: "addComment",
|
|
82992
82994
|
name: i18n$1.t("comment.quickMenuCommand"),
|
|
82993
|
-
icon: CommentIcon$1
|
|
82995
|
+
icon: CommentIcon$1,
|
|
82996
|
+
groupOrder: 1e3,
|
|
82997
|
+
order: 100
|
|
82994
82998
|
},
|
|
82995
82999
|
{
|
|
82996
83000
|
id: "sep",
|
|
@@ -85028,7 +85032,7 @@ ${data2.flowchartText}
|
|
|
85028
85032
|
}
|
|
85029
85033
|
}
|
|
85030
85034
|
});
|
|
85031
|
-
editor.version = "2.1.1-beta.
|
|
85035
|
+
editor.version = "2.1.1-beta.36";
|
|
85032
85036
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
85033
85037
|
window.setReauthFail = (fail) => {
|
|
85034
85038
|
window.isReauthError = fail;
|
|
@@ -85127,7 +85131,7 @@ ${data2.flowchartText}
|
|
|
85127
85131
|
});
|
|
85128
85132
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
85129
85133
|
OnesEditorToolbar.register(editor);
|
|
85130
|
-
editor.version = "2.1.1-beta.
|
|
85134
|
+
editor.version = "2.1.1-beta.36";
|
|
85131
85135
|
return editor;
|
|
85132
85136
|
}
|
|
85133
85137
|
async function showDocVersions(editor, options, serverUrl) {
|