Emitted when the dialog should close
Whether to default to Save As New mode (no longer used for toggle, kept for API compat)
Display name of the entity being viewed
Whether the dialog is open
Whether a save is in progress
Emitted when user wants to open the full config panel. Carries the partially-filled form data so the config panel can continue the flow.
Emitted when the user saves
Summary of what the current view configuration includes
The existing view entity (null = creating new)
A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.
The changed properties.
Handle close/cancel
Open advanced configuration panel, carrying partially-filled form data
Handle save button click
true to create a new view, false to update existing
QuickSaveDialogComponent - Focused modal for saving views quickly
Replaces the 7+ click "create new view" flow with a focused 2-3 click dialog. Shows essential fields (name, description, share) plus a summary preview of what the view configuration includes.
Footer buttons determine the action:
Example