@hailin-zheng/editor-core 2.0.22 → 2.0.24
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/index-cjs.js +22 -15
- package/index-cjs.js.map +1 -1
- package/index.js +22 -15
- package/index.js.map +1 -1
- package/med_editor/doc-editor.d.ts +1 -0
- package/med_editor/framework/document-event.d.ts +1 -1
- package/package.json +1 -1
@@ -257,6 +257,6 @@ export declare class DocumentEvent {
|
|
257
257
|
* 获取当前光标所在的数据元
|
258
258
|
* @returns
|
259
259
|
*/
|
260
|
-
getCurrentDataElement(): DataElementInlineGroup | DataElementLeaf | null;
|
260
|
+
getCurrentDataElement(mode?: 'strict' | 'free'): DataElementInlineGroup | DataElementLeaf | null;
|
261
261
|
}
|
262
262
|
export {};
|