mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +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 { TrueFalseValueDirective } from "./directives/true-false-value.directive";
|
||||
import { ColorPasswordPipe } from "./pipes/color-password.pipe";
|
||||
import { EllipsisPipe } from "./pipes/ellipsis.pipe";
|
||||
import { I18nPipe } from "./pipes/i18n.pipe";
|
||||
import { SearchCiphersPipe } from "./pipes/search-ciphers.pipe";
|
||||
import { SearchPipe } from "./pipes/search.pipe";
|
||||
@@ -47,6 +48,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
||||
BlurClickDirective,
|
||||
BoxRowDirective,
|
||||
ColorPasswordPipe,
|
||||
EllipsisPipe,
|
||||
FallbackSrcDirective,
|
||||
I18nPipe,
|
||||
InputStripSpacesDirective,
|
||||
@@ -73,6 +75,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
||||
BlurClickDirective,
|
||||
BoxRowDirective,
|
||||
ColorPasswordPipe,
|
||||
EllipsisPipe,
|
||||
FallbackSrcDirective,
|
||||
I18nPipe,
|
||||
InputStripSpacesDirective,
|
||||
|
||||
Reference in New Issue
Block a user