@ones-editor/editor 3.0.4-beta.105 → 3.0.4-beta.106
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
|
@@ -25403,6 +25403,7 @@ var __publicField = (obj, key, value) => {
|
|
|
25403
25403
|
const boxId = genId();
|
|
25404
25404
|
info == null ? void 0 : info.boxIdMap.set(op.attributes.id, boxId);
|
|
25405
25405
|
op.attributes.id = boxId;
|
|
25406
|
+
op.attributes.created = Date.now();
|
|
25406
25407
|
}
|
|
25407
25408
|
});
|
|
25408
25409
|
return {
|
|
@@ -96704,7 +96705,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96704
96705
|
}
|
|
96705
96706
|
}
|
|
96706
96707
|
});
|
|
96707
|
-
editor.version = "3.0.4-beta.
|
|
96708
|
+
editor.version = "3.0.4-beta.106";
|
|
96708
96709
|
return editor;
|
|
96709
96710
|
}
|
|
96710
96711
|
function isDoc(doc2) {
|
|
@@ -96838,7 +96839,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96838
96839
|
OnesEditorDropTarget.register(editor);
|
|
96839
96840
|
OnesEditorTocProvider.register(editor);
|
|
96840
96841
|
OnesEditorExclusiveBlock.register(editor);
|
|
96841
|
-
editor.version = "3.0.4-beta.
|
|
96842
|
+
editor.version = "3.0.4-beta.106";
|
|
96842
96843
|
return editor;
|
|
96843
96844
|
}
|
|
96844
96845
|
async function showDocVersions(editor, options, serverUrl) {
|