@hailin-zheng/editor-core 2.1.14 → 2.1.16
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 +8 -4
- package/index-cjs.js.map +1 -1
- package/index.js +8 -4
- package/index.js.map +1 -1
- package/med_editor/doc-editor.d.ts +2 -1
- package/med_editor/framework/element-props.d.ts +1 -1
- package/package.json +1 -1
@@ -414,7 +414,7 @@ export declare class DocEditor {
|
|
414
414
|
*/
|
415
415
|
private updateTipLayoutAfterPatch;
|
416
416
|
private createChangeTipContainer;
|
417
|
-
getHtml():
|
417
|
+
getHtml(): string[];
|
418
418
|
/**
|
419
419
|
* 设置光标在数据元内容末尾
|
420
420
|
*/
|
@@ -433,6 +433,7 @@ export declare class DocEditor {
|
|
433
433
|
refreshDocRule(rule: DocRule): void;
|
434
434
|
version(): string;
|
435
435
|
switchPageHeaderEditor(): void;
|
436
|
+
getTextContent(): string;
|
436
437
|
}
|
437
438
|
export interface IReaderManager {
|
438
439
|
}
|
@@ -299,7 +299,7 @@ export declare class ValidateProps {
|
|
299
299
|
msg: string;
|
300
300
|
clone(dest: ValidateProps | null): ValidateProps;
|
301
301
|
}
|
302
|
-
export declare class DataElementGroupProps {
|
302
|
+
export declare class DataElementGroupProps extends INotifyPropertyChanged {
|
303
303
|
id: string;
|
304
304
|
name: string;
|
305
305
|
hidden: boolean;
|