mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
* [PM-7683] Add fullAddressForCopy helper to identity.view * [PM-7683] Introduce CopyCipherFieldService to the Vault library - A new CopyCipherFieldService that can be used to copy a cipher's field to the user clipboard - A new appCopyField directive to make it easy to copy a cipher's fields in templates - Tests for the CopyCipherFieldService * [PM-7683] Introduce item-copy-actions.component * [PM-7683] Fix username value in copy cipher directive * [PM-7683] Add title to View item link * [PM-7683] Move disabled logic into own method
4 lines
256 B
TypeScript
4 lines
256 B
TypeScript
export { PasswordRepromptService } from "./services/password-reprompt.service";
|
|
export { CopyCipherFieldService, CopyAction } from "./services/copy-cipher-field.service";
|
|
export { CopyCipherFieldDirective } from "./components/copy-cipher-field.directive";
|