Support 'auto' labelWidth measurement
Add support for labelWidth = 'auto' which precisely measures label text widths via a hidden probe element. Implement measureLabelWidth and stripHtml utilities, update types to allow 'auto', and wire DOM measurement and caching in src/formkit.vue (probe element, watcher, onMounted font-ready, required-asterisk compensation, batched DOM writes)