@ones-editor/editor 2.8.43 → 2.8.45-beta.1
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
|
@@ -4049,9 +4049,6 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] div[
|
|
|
4049
4049
|
height: 24px;
|
|
4050
4050
|
justify-content: center;
|
|
4051
4051
|
}
|
|
4052
|
-
.comment-editor-root:not(.comment-editor-readonly) .editor-root .editor-content [data-type=editor-block]:not([data-block-type=text]) {
|
|
4053
|
-
width: 224px;
|
|
4054
|
-
}
|
|
4055
4052
|
.comment-editor-editing {
|
|
4056
4053
|
border: 1px solid #0064ff;
|
|
4057
4054
|
}
|
|
@@ -25034,6 +25031,7 @@ var __publicField = (obj, key, value) => {
|
|
|
25034
25031
|
const boxId = genId();
|
|
25035
25032
|
info == null ? void 0 : info.boxIdMap.set(op.attributes.id, boxId);
|
|
25036
25033
|
op.attributes.id = boxId;
|
|
25034
|
+
op.attributes.created = Date.now();
|
|
25037
25035
|
}
|
|
25038
25036
|
});
|
|
25039
25037
|
return {
|
|
@@ -93930,7 +93928,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
93930
93928
|
}
|
|
93931
93929
|
}
|
|
93932
93930
|
});
|
|
93933
|
-
editor.version = "2.8.
|
|
93931
|
+
editor.version = "2.8.45-beta.1";
|
|
93934
93932
|
return editor;
|
|
93935
93933
|
}
|
|
93936
93934
|
function isDoc(doc2) {
|
|
@@ -94043,7 +94041,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
94043
94041
|
}
|
|
94044
94042
|
});
|
|
94045
94043
|
OnesEditorToolbar.register(editor);
|
|
94046
|
-
editor.version = "2.8.
|
|
94044
|
+
editor.version = "2.8.45-beta.1";
|
|
94047
94045
|
return editor;
|
|
94048
94046
|
}
|
|
94049
94047
|
async function showDocVersions(editor, options, serverUrl) {
|