)}
);
}
/**
* Render a value with the shared DataInspector (ObjectInspector with
* custom theming, nodeRenderer for StreamRef/ClassInstanceRef, etc.)
*/
/**
* Inline display for an encrypted field — no expand, just a flat label
* with the lucide Lock icon matching the title bar Decrypt button.
*/
function EncryptedFieldBlock() {
const ctx = useContext(DecryptClickContext);
if (ctx) {
return (
);
}
return (
Encrypted
);
}
/**
* Inline display for an expired field — flat label indicating data is no longer available.
*/
function ExpiredFieldBlock() {
return (