arlas-wui-toolkit / Exports / TagComponent
Class: TagComponent
This component allows to tag your selected data (documents). The tag value is set on taggable fields. The list of taggable fields is available on the dialog`. Note : This component is binded to ARLAS-wui configuration.
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new TagComponent(dialog
, tagService
)
Parameters
Name | Type |
---|---|
dialog |
MatDialog |
tagService |
ArlasTagService |
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:58
Properties
dialog
• dialog: MatDialog
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:59
dialogManagementRef
• dialogManagementRef: MatDialogRef
<TagManagementDialogComponent
, any
>
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:55
dialogRef
• dialogRef: MatDialogRef
<TagDialogComponent
, any
>
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:54
hoveredDiv
• hoveredDiv: string
= ''
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:56
icon
• icon: string
= 'local_offer'
Input
: Angular
Description
Name of the icon (Material icons)
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:47
tagEvent
• tagEvent: Subject
<string
>
Output
: Angular
Description
A subject that emits the tag string
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:52
tagService
• tagService: ArlasTagService
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:60
Methods
openDialog
▸ openDialog(): void
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:63
openManagement
▸ openManagement(): void
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:68
removeProgress
▸ removeProgress(itemId
): void
Parameters
Name | Type |
---|---|
itemId |
any |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/tag/tag.component.ts:72