In MDL-73394 the lastpresetapplied setting was added to the tool_admin_presets. This commit moves it to adminpresets.
The sensiblesettings setting has been moved from tool_admin_presets to adminpresets component where it belongs, in order for being able to use it from the API to decide whether sensible settings should be included when exporting them.
The core_adminpresets component has been added and some data and methods from the tool_admin_presets have been moved here.