patent-editor 0.2.11 → 0.2.12

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/lib.d.ts CHANGED
@@ -366,6 +366,8 @@ declare interface EditorViewProps {
366
366
  }) => void;
367
367
  /** Namespace for the PatchDiffPlugin patch store (default: 'default'). */
368
368
  patchEditorId?: string;
369
+ /** 初始是否收起「文档大纲」面板(默认展开)。 */
370
+ defaultOutlineCollapsed?: boolean;
369
371
  }
370
372
 
371
373
  export declare function exportToPdf(editor: Editor): Promise<void>;
@@ -440,6 +442,8 @@ export declare interface PatentEditorProps {
440
442
  }) => void;
441
443
  /** Namespace for the PatchDiffPlugin patch store (default: 'default'). */
442
444
  patchEditorId?: string;
445
+ /** 初始是否收起「文档大纲」面板(默认展开)。仅初始值,用户仍可手动切换。 */
446
+ defaultOutlineCollapsed?: boolean;
443
447
  }
444
448
 
445
449
  export declare interface PatentEditorRef {