bitwarden-estensione-browser/libs/common/src
Daniel James Smith 192bb5a7b3
[PM-328] Move exporter to tools (#5070)
* Create and register new libs/exporter

Create package.json
Create tsconfig
Create jest.config
Extend shared and root tsconfig and jest.configs
Register with eslint

* Migrate exportService to libs/exporter

Move exportService (abstraction and impl) into libs/exporter
Refactored exportService to be split into vault-export and event-export
Created barrel-files for both exports
Moved export.service.spec.ts into vault-export
Created an export-helper, which helps build the filename (extract method refactor from ExportService)

* Move components in libs/angular into tools-subfolder

Moved components
Updated imports in jslib-services.module and jslib.module

* Register libs/exporter with browser and fix imports

Move export.component into tools-subfolder

* Register libs/exporter with cli and fix imports

Move export.command into tools-subfolder

* Register libs/exporter with desktop and fix imports

Move export.component into tools-subfolder

* Move export models to libs/exporter

* Update web imports

* Update package-lock.json

* Move export models back as it would create circular dependency

Reponse models in common rely on export models which are in libs/exporter, which relies on common

* Fix up web for event-export

* Update CODEOWNERS

* Add export-models to team-tools-dev

* Simplify domain import

* Moving EventExport into web
2023-04-19 11:30:46 +02:00
..
abstractions [PM-328] Move exporter to tools (#5070) 2023-04-19 11:30:46 +02:00
admin-console [AC-1070] Enforce master password policy on login (#4795) 2023-04-17 07:35:37 -07:00
auth Rework Desktop Biometrics (#5234) 2023-04-18 09:09:47 -04:00
billing [AC-1081] Merge feature/billing-obfuscation (#5172) 2023-04-14 11:14:18 +01:00
enums Rework Desktop Biometrics (#5234) 2023-04-18 09:09:47 -04:00
factories [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
interfaces [AC-1266] Enums filename conventions (#5140) 2023-04-04 22:42:21 -05:00
misc [AC-974] [Technical Dependency] Refactor Vault Tables (#4967) 2023-04-13 14:48:29 -04:00
models [PM-328] Move exporter to tools (#5070) 2023-04-19 11:30:46 +02:00
services [PM-328] Move exporter to tools (#5070) 2023-04-19 11:30:46 +02:00
tools [AC-1070] Enforce master password policy on login (#4795) 2023-04-17 07:35:37 -07:00
types Rework Desktop Biometrics (#5234) 2023-04-18 09:09:47 -04:00
vault [AC-1070] Enforce master password policy on login (#4795) 2023-04-17 07:35:37 -07:00
globals.d.ts Move to libs 2022-06-03 16:24:40 +02:00