@* Create/edit modal for a UNS area, wired straight into IUnsTreeService. The host page owns visibility and supplies the parent cluster (create) or the loaded AreaEditDto (edit) plus the served-by cluster list. On a successful save it raises OnSaved so the host can reload the tree. *@ @using System.ComponentModel.DataAnnotations @using Microsoft.AspNetCore.Components.Forms @using ZB.MOM.WW.OtOpcUa.AdminUI.Uns @inject IUnsTreeService Svc @if (Visible) {