@ones-editor/editor 2.1.2-beta.6 → 2.1.2-beta.7
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
|
@@ -68289,7 +68289,7 @@ ${codeText}
|
|
|
68289
68289
|
name: i18n$1.t("comment.quickMenuCommand"),
|
|
68290
68290
|
icon: CommentIcon$1,
|
|
68291
68291
|
groupOrder: 1e3,
|
|
68292
|
-
order:
|
|
68292
|
+
order: 60
|
|
68293
68293
|
}],
|
|
68294
68294
|
executeCommand: (editor2, block, item) => {
|
|
68295
68295
|
if (item.id === "add-comment-to-old-doc") {
|
|
@@ -68321,7 +68321,7 @@ ${codeText}
|
|
|
68321
68321
|
name: i18n$1.t("comment.quickMenuCommand"),
|
|
68322
68322
|
icon: CommentIcon$1,
|
|
68323
68323
|
groupOrder: 200,
|
|
68324
|
-
order:
|
|
68324
|
+
order: 110
|
|
68325
68325
|
}];
|
|
68326
68326
|
}
|
|
68327
68327
|
const selectedBlock = range.getSelectedBlocks()[0];
|
|
@@ -68331,7 +68331,7 @@ ${codeText}
|
|
|
68331
68331
|
name: i18n$1.t("comment.quickMenuCommand"),
|
|
68332
68332
|
icon: CommentIcon$1,
|
|
68333
68333
|
groupOrder: 200,
|
|
68334
|
-
order:
|
|
68334
|
+
order: 110
|
|
68335
68335
|
}];
|
|
68336
68336
|
}
|
|
68337
68337
|
return [];
|
|
@@ -87119,7 +87119,7 @@ ${data2.flowchartText}
|
|
|
87119
87119
|
}
|
|
87120
87120
|
}
|
|
87121
87121
|
});
|
|
87122
|
-
editor.version = "2.1.2-beta.
|
|
87122
|
+
editor.version = "2.1.2-beta.7";
|
|
87123
87123
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
87124
87124
|
window.setReauthFail = (fail) => {
|
|
87125
87125
|
window.isReauthError = fail;
|
|
@@ -87220,7 +87220,7 @@ ${data2.flowchartText}
|
|
|
87220
87220
|
});
|
|
87221
87221
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
87222
87222
|
OnesEditorToolbar.register(editor);
|
|
87223
|
-
editor.version = "2.1.2-beta.
|
|
87223
|
+
editor.version = "2.1.2-beta.7";
|
|
87224
87224
|
return editor;
|
|
87225
87225
|
}
|
|
87226
87226
|
async function showDocVersions(editor, options, serverUrl) {
|