@ones-editor/editor 3.0.5 → 3.0.6
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
|
@@ -52257,6 +52257,9 @@ ${codeText}
|
|
|
52257
52257
|
}
|
|
52258
52258
|
function convertToList(editor, srcBlock, options) {
|
|
52259
52259
|
var _a, _b, _c;
|
|
52260
|
+
if (isTitleBlock$2(srcBlock)) {
|
|
52261
|
+
return null;
|
|
52262
|
+
}
|
|
52260
52263
|
const listData = (_a = options.data) != null ? _a : {};
|
|
52261
52264
|
let level = 1;
|
|
52262
52265
|
if (isListBlock(srcBlock)) {
|
|
@@ -96740,7 +96743,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96740
96743
|
}
|
|
96741
96744
|
}
|
|
96742
96745
|
});
|
|
96743
|
-
editor.version = "3.0.
|
|
96746
|
+
editor.version = "3.0.6";
|
|
96744
96747
|
return editor;
|
|
96745
96748
|
}
|
|
96746
96749
|
function isDoc(doc2) {
|
|
@@ -96874,7 +96877,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96874
96877
|
OnesEditorDropTarget.register(editor);
|
|
96875
96878
|
OnesEditorTocProvider.register(editor);
|
|
96876
96879
|
OnesEditorExclusiveBlock.register(editor);
|
|
96877
|
-
editor.version = "3.0.
|
|
96880
|
+
editor.version = "3.0.6";
|
|
96878
96881
|
return editor;
|
|
96879
96882
|
}
|
|
96880
96883
|
async function showDocVersions(editor, options, serverUrl) {
|