@ones-editor/editor 3.0.3-beta.5 → 3.0.3-beta.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/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +7 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export * from '../@ones-editor/layout-block';
|
|
|
30
30
|
export * from '../@ones-editor/markdown-to-doc';
|
|
31
31
|
export * from '../@ones-editor/html-to-doc';
|
|
32
32
|
export * from '../@ones-editor/main-toolbar';
|
|
33
|
+
export * from '../@ones-editor/mention';
|
|
33
34
|
export { Popup, ManualMenu, OnesEditorAutoSuggest, tippy, ManualToolbar, ManualCloseDialog, TextColorItem, shouldFocusToEditor, FixedToolbar, } from '../@ones-editor/ui-base';
|
|
34
35
|
export * from '../@ones-editor/drawio-embed';
|
|
35
36
|
export * from '../@ones-editor/block-resizer';
|
package/dist/index.js
CHANGED
|
@@ -95973,7 +95973,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95973
95973
|
}
|
|
95974
95974
|
}
|
|
95975
95975
|
});
|
|
95976
|
-
editor.version = "3.0.3-beta.
|
|
95976
|
+
editor.version = "3.0.3-beta.6";
|
|
95977
95977
|
return editor;
|
|
95978
95978
|
}
|
|
95979
95979
|
function isDoc(doc2) {
|
|
@@ -96107,7 +96107,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96107
96107
|
OnesEditorDropTarget.register(editor);
|
|
96108
96108
|
OnesEditorTocProvider.register(editor);
|
|
96109
96109
|
OnesEditorExclusiveBlock.register(editor);
|
|
96110
|
-
editor.version = "3.0.3-beta.
|
|
96110
|
+
editor.version = "3.0.3-beta.6";
|
|
96111
96111
|
return editor;
|
|
96112
96112
|
}
|
|
96113
96113
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -96194,7 +96194,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96194
96194
|
commandProviders: [],
|
|
96195
96195
|
decorators: [],
|
|
96196
96196
|
embeds: [...((_d = options.components) == null ? void 0 : _d.embeds) || []],
|
|
96197
|
-
boxes: [
|
|
96197
|
+
boxes: [...((_e = options.components) == null ? void 0 : _e.boxes) || []],
|
|
96198
96198
|
insertions: [],
|
|
96199
96199
|
blockHooks: [...((_f = options.components) == null ? void 0 : _f.blockHooks) || []],
|
|
96200
96200
|
textRenders: [
|
|
@@ -96237,7 +96237,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96237
96237
|
}
|
|
96238
96238
|
}
|
|
96239
96239
|
});
|
|
96240
|
-
editor.version = "3.0.3-beta.
|
|
96240
|
+
editor.version = "3.0.3-beta.6";
|
|
96241
96241
|
return editor;
|
|
96242
96242
|
}
|
|
96243
96243
|
const emojis$1 = {
|
|
@@ -142142,6 +142142,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
142142
142142
|
exports2.MathMenuIcon = MathMenuIcon;
|
|
142143
142143
|
exports2.MaxUserError = MaxUserError;
|
|
142144
142144
|
exports2.Mention2Icon = Mention2Icon;
|
|
142145
|
+
exports2.MentionBox = MentionBox;
|
|
142145
142146
|
exports2.MentionIcon = MentionIcon;
|
|
142146
142147
|
exports2.MergeCellIcon = MergeCellIcon;
|
|
142147
142148
|
exports2.Mindmap = Mindmap;
|
|
@@ -142154,12 +142155,14 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
142154
142155
|
exports2.MoreItem = MoreItem;
|
|
142155
142156
|
exports2.NextIcon = NextIcon;
|
|
142156
142157
|
exports2.OnesEditorAutoSuggest = OnesEditorAutoSuggest;
|
|
142158
|
+
exports2.OnesEditorBlockMention = OnesEditorBlockMention;
|
|
142157
142159
|
exports2.OnesEditorComments = OnesEditorComments;
|
|
142158
142160
|
exports2.OnesEditorCommentsRender = OnesEditorCommentsRender;
|
|
142159
142161
|
exports2.OnesEditorCustomDataWrapper = OnesEditorCustomDataWrapper;
|
|
142160
142162
|
exports2.OnesEditorExclusiveBlock = OnesEditorExclusiveBlock;
|
|
142161
142163
|
exports2.OnesEditorHoveringBlock = OnesEditorHoveringBlock;
|
|
142162
142164
|
exports2.OnesEditorIcons = index$f;
|
|
142165
|
+
exports2.OnesEditorMention = OnesEditorMention;
|
|
142163
142166
|
exports2.OnesEditorQuickMenu = OnesEditorQuickMenu;
|
|
142164
142167
|
exports2.OnesEditorToc = OnesEditorToc;
|
|
142165
142168
|
exports2.OnesEditorTocProvider = OnesEditorTocProvider;
|