@ones-editor/editor 3.0.4-beta.109 → 3.0.4-beta.110

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
@@ -30924,6 +30924,7 @@ ${codeText}
30924
30924
  var _a;
30925
30925
  return (_a = c.onStatusChanged) == null ? void 0 : _a.call(c, status);
30926
30926
  });
30927
+ this.editor.rootElement.setAttribute("data-edit-status", status);
30927
30928
  }
30928
30929
  onError(error2) {
30929
30930
  this.callbacks.forEach((c) => {
@@ -96739,7 +96740,7 @@ ${JSON.stringify(error2, null, 2)}`);
96739
96740
  }
96740
96741
  }
96741
96742
  });
96742
- editor.version = "3.0.4-beta.109";
96743
+ editor.version = "3.0.4-beta.110";
96743
96744
  return editor;
96744
96745
  }
96745
96746
  function isDoc(doc2) {
@@ -96873,7 +96874,7 @@ ${JSON.stringify(error2, null, 2)}`);
96873
96874
  OnesEditorDropTarget.register(editor);
96874
96875
  OnesEditorTocProvider.register(editor);
96875
96876
  OnesEditorExclusiveBlock.register(editor);
96876
- editor.version = "3.0.4-beta.109";
96877
+ editor.version = "3.0.4-beta.110";
96877
96878
  return editor;
96878
96879
  }
96879
96880
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "3.0.4-beta.109",
3
+ "version": "3.0.4-beta.110",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {