Re-exported alias for fieldDomId so external Vue themes
import a name parallel to the React adapter's inputId export. Both
the React and Vue renderers (and the HTML pipeline) must derive the
same id from the same path — fieldDomId in core/idPath.ts is the
canonical implementation.
Build a stable, unique input ID from the path.
Re-exported alias for fieldDomId so external Vue themes import a name parallel to the React adapter's
inputIdexport. Both the React and Vue renderers (and the HTML pipeline) must derive the same id from the same path —fieldDomIdincore/idPath.tsis the canonical implementation.