1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

[Send] Type component (#1608)

* Initial commit of send type component

* Update jslib (ee164be -> 0951424)

* Update constructor for new jslib
This commit is contained in:
Vincent Salucci
2021-02-12 16:28:31 -06:00
committed by GitHub
parent 0d6e212463
commit 8d2e436a05
9 changed files with 240 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ import { ShareComponent } from './vault/share.component';
import { ViewComponent } from './vault/view.component';
import { SendGroupingsComponent } from './send/send-groupings.component';
import { SendTypeComponent } from './send/send-type.component';
import { A11yTitleDirective } from 'jslib/angular/directives/a11y-title.directive';
import { ApiActionDirective } from 'jslib/angular/directives/api-action.directive';
@@ -214,6 +215,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
SelectCopyDirective,
SendGroupingsComponent,
SendListComponent,
SendTypeComponent,
SettingsComponent,
ShareComponent,
StopClickDirective,