Comparing version 0.23.2-nightly.20250113.0 to 0.23.2-nightly.20250114.0
@@ -39,2 +39,4 @@ /** | ||
discrete?: true; | ||
/** @internal */ | ||
event?: undefined | UIEvent | Event | null; | ||
}; | ||
@@ -41,0 +43,0 @@ export type EditorSetOptions = { |
@@ -10,4 +10,3 @@ /** | ||
export declare function getIsProcessingMutations(): boolean; | ||
export declare function $flushMutations(editor: LexicalEditor, mutations: Array<MutationRecord>, observer: MutationObserver): void; | ||
export declare function $flushRootMutations(editor: LexicalEditor): void; | ||
export declare function flushRootMutations(editor: LexicalEditor): void; | ||
export declare function initMutationObserver(editor: LexicalEditor): void; |
@@ -274,3 +274,3 @@ /** | ||
export declare function $createNodeSelection(): NodeSelection; | ||
export declare function $internalCreateSelection(editor: LexicalEditor): null | BaseSelection; | ||
export declare function $internalCreateSelection(editor: LexicalEditor, event: UIEvent | Event | null): null | BaseSelection; | ||
export declare function $createRangeSelectionFromDom(domSelection: Selection | null, editor: LexicalEditor): null | RangeSelection; | ||
@@ -277,0 +277,0 @@ export declare function $internalCreateRangeSelection(lastSelection: null | BaseSelection, domSelection: Selection | null, editor: LexicalEditor, event: UIEvent | Event | null): null | RangeSelection; |
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
export declare function updateEditorSync(editor: LexicalEditor, updateFn: () => void): void; | ||
export declare function updateEditorSync(editor: LexicalEditor, updateFn: () => void, options?: EditorUpdateOptions): void; | ||
export declare function updateEditor(editor: LexicalEditor, updateFn: () => void, options?: EditorUpdateOptions): void; |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "0.23.2-nightly.20250113.0", | ||
"version": "0.23.2-nightly.20250114.0", | ||
"main": "Lexical.js", | ||
@@ -15,0 +15,0 @@ "types": "index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1156895
24648