{ "version": 3, "sources": ["src/app/shared/tag-badge/tag-badge.component.ts", "src/app/shared/tag-badge/tag-badge.component.html"], "sourcesContent": ["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\r\nimport {CommonModule} from \"@angular/common\";\r\n\r\n/**\r\n * What type of cursor to apply to the tag badge\r\n */\r\nexport enum TagBadgeCursor {\r\n /**\r\n * Allows the user to select text\r\n * cursor: default\r\n */\r\n Selectable,\r\n /**\r\n * Informs the user they can click and interact with badge\r\n * cursor: pointer\r\n */\r\n Clickable,\r\n /**\r\n * Informs the user they cannot click or interact with badge\r\n * cursor: not-allowed\r\n */\r\n NotAllowed,\r\n}\r\n\r\n@Component({\r\n selector: 'app-tag-badge',\r\n standalone: true,\r\n imports: [CommonModule],\r\n templateUrl: './tag-badge.component.html',\r\n styleUrls: ['./tag-badge.component.scss'],\r\n changeDetection: ChangeDetectionStrategy.OnPush\r\n})\r\nexport class TagBadgeComponent {\r\n\r\n @Input() selectionMode: TagBadgeCursor = TagBadgeCursor.Selectable;\r\n @Input() fillStyle: 'filled' | 'outline' = 'outline';\r\n\r\n get TagBadgeCursor() {\r\n return TagBadgeCursor;\r\n }\r\n}\r\n", "
\r\n \r\n
"], "mappings": "sNAMYA,EAAZ,SAAYA,EAAc,CAKxBA,OAAAA,EAAAA,EAAA,WAAA,CAAA,EAAA,aAKAA,EAAAA,EAAA,UAAA,CAAA,EAAA,YAKAA,EAAAA,EAAA,WAAA,CAAA,EAAA,aAfUA,CAgBZ,EAhBYA,GAAc,CAAA,CAAA,EA0BbC,GAAiB,IAAA,CAAxB,MAAOA,CAAiB,CAR9BC,aAAA,CAUW,KAAAC,cAAgCH,EAAeI,WAC/C,KAAAC,UAAkC,UAE3C,IAAIL,gBAAc,CAChB,OAAOA,CACT,iDAPWC,EAAiB,CAAA,+BAAjBA,EAAiBK,UAAA,CAAA,CAAA,eAAA,CAAA,EAAAC,OAAA,CAAAJ,cAAA,gBAAAE,UAAA,WAAA,EAAAG,WAAA,GAAAC,SAAA,CAAAC,CAAA,EAAAC,mBAAAC,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,EAAA,SAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,QChC9BE,EAAA,EAAA,MAAA,CAAA,EAEIC,EAAA,CAAA,EACJC,EAAA,SAHKC,EAAA,YAAAJ,EAAAb,UAAA,EAAA,EAA+BkB,EAAA,UAAAC,EAAA,EAAAC,EAAAP,EAAAf,gBAAAe,EAAAlB,eAAAI,WAAAc,EAAAf,gBAAAe,EAAAlB,eAAA0B,WAAAR,EAAAf,gBAAAe,EAAAlB,eAAA2B,SAAA,CAAA,kBD2BxBC,EAAYC,CAAA,EAAAC,OAAA,CAAA;6DAAA,EAAAC,gBAAA,CAAA,CAAA,CAAA,SAKX9B,CAAiB,GAAA", "names": ["TagBadgeCursor", "TagBadgeComponent", "constructor", "selectionMode", "Selectable", "fillStyle", "selectors", "inputs", "standalone", "features", "\u0275\u0275StandaloneFeature", "ngContentSelectors", "_c0", "decls", "vars", "consts", "template", "rf", "ctx", "\u0275\u0275elementStart", "\u0275\u0275projection", "\u0275\u0275elementEnd", "\u0275\u0275classMapInterpolate1", "\u0275\u0275property", "\u0275\u0275pureFunction3", "_c1", "NotAllowed", "Clickable", "CommonModule", "NgClass", "styles", "changeDetection"] }