@ones-editor/editor 3.0.4-beta.106 → 3.0.4-beta.107
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
|
@@ -65541,7 +65541,7 @@ $$${mathData.mathjaxText}$$
|
|
|
65541
65541
|
this.editor.updateEmbedData(block2, embedData);
|
|
65542
65542
|
setTimeout(() => {
|
|
65543
65543
|
removeClass(block2, "media-block-uploading");
|
|
65544
|
-
},
|
|
65544
|
+
}, 2e3);
|
|
65545
65545
|
return true;
|
|
65546
65546
|
} catch (err) {
|
|
65547
65547
|
logger$1B.error(err);
|
|
@@ -81424,7 +81424,7 @@ ${docStr}
|
|
|
81424
81424
|
} else {
|
|
81425
81425
|
setTimeout(() => {
|
|
81426
81426
|
removeClass(block, "uploading");
|
|
81427
|
-
},
|
|
81427
|
+
}, 2e3);
|
|
81428
81428
|
}
|
|
81429
81429
|
}
|
|
81430
81430
|
function setFileCardUploadError(editor, blockId) {
|
|
@@ -92225,7 +92225,7 @@ ${data2.plantumlText}
|
|
|
92225
92225
|
}
|
|
92226
92226
|
setTimeout(() => {
|
|
92227
92227
|
removeClass(block, "media-block-uploading");
|
|
92228
|
-
},
|
|
92228
|
+
}, 2e3);
|
|
92229
92229
|
});
|
|
92230
92230
|
__publicField(this, "destroy", () => {
|
|
92231
92231
|
this.mediaContainer = null;
|
|
@@ -96705,7 +96705,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96705
96705
|
}
|
|
96706
96706
|
}
|
|
96707
96707
|
});
|
|
96708
|
-
editor.version = "3.0.4-beta.
|
|
96708
|
+
editor.version = "3.0.4-beta.107";
|
|
96709
96709
|
return editor;
|
|
96710
96710
|
}
|
|
96711
96711
|
function isDoc(doc2) {
|
|
@@ -96839,7 +96839,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96839
96839
|
OnesEditorDropTarget.register(editor);
|
|
96840
96840
|
OnesEditorTocProvider.register(editor);
|
|
96841
96841
|
OnesEditorExclusiveBlock.register(editor);
|
|
96842
|
-
editor.version = "3.0.4-beta.
|
|
96842
|
+
editor.version = "3.0.4-beta.107";
|
|
96843
96843
|
return editor;
|
|
96844
96844
|
}
|
|
96845
96845
|
async function showDocVersions(editor, options, serverUrl) {
|