@ones-editor/editor 2.2.16-beta.3 → 2.2.16-beta.4
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
|
@@ -76749,12 +76749,6 @@ ${content}
|
|
|
76749
76749
|
id: "download",
|
|
76750
76750
|
name: i18n$1.t("file.commands.download"),
|
|
76751
76751
|
icon: DownloadIcon
|
|
76752
|
-
}, {
|
|
76753
|
-
id: "add-comment",
|
|
76754
|
-
name: i18n$1.t("file.commands.comment"),
|
|
76755
|
-
icon: CommentIcon$1,
|
|
76756
|
-
groupOrder: 1e3,
|
|
76757
|
-
order: 100
|
|
76758
76752
|
}, {
|
|
76759
76753
|
id: "sep",
|
|
76760
76754
|
name: "",
|
|
@@ -88378,7 +88372,7 @@ ${data2.flowchartText}
|
|
|
88378
88372
|
}
|
|
88379
88373
|
}
|
|
88380
88374
|
});
|
|
88381
|
-
editor.version = "2.2.16-beta.
|
|
88375
|
+
editor.version = "2.2.16-beta.4";
|
|
88382
88376
|
return editor;
|
|
88383
88377
|
}
|
|
88384
88378
|
function isDoc(doc2) {
|
|
@@ -88472,7 +88466,7 @@ ${data2.flowchartText}
|
|
|
88472
88466
|
});
|
|
88473
88467
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88474
88468
|
OnesEditorToolbar.register(editor);
|
|
88475
|
-
editor.version = "2.2.16-beta.
|
|
88469
|
+
editor.version = "2.2.16-beta.4";
|
|
88476
88470
|
return editor;
|
|
88477
88471
|
}
|
|
88478
88472
|
async function showDocVersions(editor, options, serverUrl) {
|