1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 03:43:58 +00:00
Files
browser/libs/tools/export/vault-export
John Harrington 211eab3663 story requirements met with following changes:
• remove redundant subscription to organizations$ in export.component.html
• determine showExcludeMyItems value based upon policy enabling for the org, not applicability to user (bypass admin exemption)
• obtain conditional values in export component and send only description to the callout component
2025-09-26 09:56:37 -07:00
..

Vault Export

This folder contains 2 packages that can be used to export a users or an organizational vault.

vault-export-core

Package name: @bitwarden/vault-export-core

Contains all types, models, and services to export a user or organization's vault.

Currently in use by the Bitwarden Web Vault, CLI, desktop app and browser extension

vault-export-ui

Package name: @bitwarden/vault-export-ui

Contains all UI components used for the vault-export