@ones-editor/editor 3.0.1-beta.10 → 3.0.1-beta.11
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
|
@@ -91422,7 +91422,7 @@ ${data2.plantumlText}
|
|
|
91422
91422
|
})(ReservedMediaSrcType || {});
|
|
91423
91423
|
const DefaultMaxSize = 10 * 1024 * 1024;
|
|
91424
91424
|
const DefaultAudioExt = ["wav", "mp3", "aac", "ogg", "webm", "flac"];
|
|
91425
|
-
const DefaultVideoExt = ["ogg", "mp4", "webm"];
|
|
91425
|
+
const DefaultVideoExt = ["ogg", "mp4", "webm", "mov", "avi"];
|
|
91426
91426
|
const noop = () => {
|
|
91427
91427
|
};
|
|
91428
91428
|
function getMediaOptionsFromEditor(editor) {
|
|
@@ -95964,7 +95964,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95964
95964
|
}
|
|
95965
95965
|
}
|
|
95966
95966
|
});
|
|
95967
|
-
editor.version = "3.0.1-beta.
|
|
95967
|
+
editor.version = "3.0.1-beta.11";
|
|
95968
95968
|
return editor;
|
|
95969
95969
|
}
|
|
95970
95970
|
function isDoc(doc2) {
|
|
@@ -96098,7 +96098,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96098
96098
|
OnesEditorDropTarget.register(editor);
|
|
96099
96099
|
OnesEditorTocProvider.register(editor);
|
|
96100
96100
|
OnesEditorExclusiveBlock.register(editor);
|
|
96101
|
-
editor.version = "3.0.1-beta.
|
|
96101
|
+
editor.version = "3.0.1-beta.11";
|
|
96102
96102
|
return editor;
|
|
96103
96103
|
}
|
|
96104
96104
|
async function showDocVersions(editor, options, serverUrl) {
|