* Initial work on windows hello support
* Hide login button if not enabled
* Add windows.security.credentials.ui dependency to desktop as well.
* Only enable biometric on windows.
* Add support for dynamic biometric text.
* Add untested darwin implementation
* Ensure we support biometric before showing login with windows hello / touchid.
* Ensure compatability with latest jslib
* Only require module on use.
* Add windows.security.credentials.ui to src/package.json.
* Update requirements
* Update consent messages for biometrics
The styling got adjusted to stay as close as possible to the original sweetalert1 styles.
The only visible change is the button order, it is the same as in the web-vault now (OK - CANCEL instead of CANCEL - OK)
- Removed old postinstall gulp hack
- Added tsconfig type definition for sweetalert2 module typing.
* Implement sorting for custom fields
Adds angular/cdk to sources and makes DragDropModule globally available.
Updates the add-edit component with necessary tags.
Restructures and updates the box styling for drag 'n drop handling.
* Set the correct Angular CDK version
* Remove unused class for drag handle
* Add missing locale entry for drag handle
* Fix styling of the drag handle
* Move drag handle to right side of custom fields
* Revert changes in package-lock.json
* Update reference for jslib