Harmonization with angular-schema-form and enum support
Angular-schema-form-dynamic-select is now a drop-in replacement of the existing selects in ASF.
It now:
- correctly shows the UI defaults, and only when it supposed to.
- creates selects from schema enum fields (becomes enumvalue/enumvalue).
- uses ASF:s titleMaps instead of "items" (this needs to be renamed in clients using earlier versions).
- natively uses value/name instead of value/text (even though that is still supported)