mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Add ellipsis pipe to jslib module (#746)
* add ellipsis pipe to jslib module * Add ellipsis pipe to exports
This commit is contained in:
@@ -22,6 +22,7 @@ import { StopClickDirective } from "./directives/stop-click.directive";
|
|||||||
import { StopPropDirective } from "./directives/stop-prop.directive";
|
import { StopPropDirective } from "./directives/stop-prop.directive";
|
||||||
import { TrueFalseValueDirective } from "./directives/true-false-value.directive";
|
import { TrueFalseValueDirective } from "./directives/true-false-value.directive";
|
||||||
import { ColorPasswordPipe } from "./pipes/color-password.pipe";
|
import { ColorPasswordPipe } from "./pipes/color-password.pipe";
|
||||||
|
import { EllipsisPipe } from "./pipes/ellipsis.pipe";
|
||||||
import { I18nPipe } from "./pipes/i18n.pipe";
|
import { I18nPipe } from "./pipes/i18n.pipe";
|
||||||
import { SearchCiphersPipe } from "./pipes/search-ciphers.pipe";
|
import { SearchCiphersPipe } from "./pipes/search-ciphers.pipe";
|
||||||
import { SearchPipe } from "./pipes/search.pipe";
|
import { SearchPipe } from "./pipes/search.pipe";
|
||||||
@@ -47,6 +48,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
|||||||
BlurClickDirective,
|
BlurClickDirective,
|
||||||
BoxRowDirective,
|
BoxRowDirective,
|
||||||
ColorPasswordPipe,
|
ColorPasswordPipe,
|
||||||
|
EllipsisPipe,
|
||||||
FallbackSrcDirective,
|
FallbackSrcDirective,
|
||||||
I18nPipe,
|
I18nPipe,
|
||||||
InputStripSpacesDirective,
|
InputStripSpacesDirective,
|
||||||
@@ -73,6 +75,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
|||||||
BlurClickDirective,
|
BlurClickDirective,
|
||||||
BoxRowDirective,
|
BoxRowDirective,
|
||||||
ColorPasswordPipe,
|
ColorPasswordPipe,
|
||||||
|
EllipsisPipe,
|
||||||
FallbackSrcDirective,
|
FallbackSrcDirective,
|
||||||
I18nPipe,
|
I18nPipe,
|
||||||
InputStripSpacesDirective,
|
InputStripSpacesDirective,
|
||||||
|
|||||||
Reference in New Issue
Block a user