pptx-angular-viewer 1.1.45 → 1.1.47
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/package.json
CHANGED
|
@@ -4483,6 +4483,11 @@ declare class SmartArtRendererComponent {
|
|
|
4483
4483
|
protected readonly editState: _angular_core.WritableSignal<InlineEditState | null>;
|
|
4484
4484
|
/** The mounted `<textarea>` for the active node edit, if any. */
|
|
4485
4485
|
private readonly nodeEditor;
|
|
4486
|
+
/**
|
|
4487
|
+
* Guards against a cancel-triggered DOM-removal blur committing the edit.
|
|
4488
|
+
* Set to true before programmatic cancellation; reset to false on each new edit.
|
|
4489
|
+
*/
|
|
4490
|
+
private editSettled;
|
|
4486
4491
|
/** Whether node double-click / Enter enters inline edit (editable + has editor). */
|
|
4487
4492
|
readonly canEditNodes: _angular_core.Signal<boolean>;
|
|
4488
4493
|
constructor();
|