{
  "version": 3,
  "sources": ["src/app/settings/_components/setting-button/setting-button.component.ts", "src/app/settings/_components/setting-button/setting-button.component.html"],
  "sourcesContent": ["import {ChangeDetectionStrategy, Component, Input} from '@angular/core';\nimport {SafeHtmlPipe} from \"../../../_pipes/safe-html.pipe\";\nimport {TranslocoDirective} from \"@jsverse/transloco\";\n\n/**\n * Use with btn-sm\n */\n@Component({\n  selector: 'app-setting-button',\n  standalone: true,\n  imports: [\n    SafeHtmlPipe,\n    TranslocoDirective\n  ],\n  templateUrl: './setting-button.component.html',\n  styleUrl: './setting-button.component.scss',\n  changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SettingButtonComponent {\n\n  @Input({required:true}) subtitle: string = '';\n\n}\n", "<ng-container *transloco=\"let t;\">\n  <div>\n    <ng-content></ng-content>\n\n    @if (subtitle) {\n      <div class=\"description text-muted mt-1\" [innerHTML]=\"subtitle | safeHtml\"></div>\n    }\n  </div>\n</ng-container>\n"],
  "mappings": "8PCKMA,EAAA,EAAA,MAAA,CAAA,mCAAyCC,EAAA,YAAAC,EAAA,EAAA,EAAAC,EAAAC,QAAA,EAAAC,CAAA,4BAL/CC,EAAA,CAAA,EACEC,EAAA,EAAA,KAAA,EACEC,EAAA,CAAA,EAEAC,EAAA,EAAAC,EAAA,EAAA,EAAA,MAAA,CAAA,EAGFC,EAAA,sBAHEC,EAAA,CAAA,EAAAC,EAAAV,EAAAC,SAAA,EAAA,EAAA,GDcJ,IAAaU,GAAsB,IAAA,CAA7B,MAAOA,CAAsB,CAXnCC,aAAA,CAa0B,KAAAX,SAAmB,mDAFhCU,EAAsB,CAAA,+BAAtBA,EAAsBE,UAAA,CAAA,CAAA,oBAAA,CAAA,EAAAC,OAAA,CAAAb,SAAA,UAAA,EAAAc,WAAA,GAAAC,SAAA,CAAAC,CAAA,EAAAC,mBAAAC,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,EAAA,WAAA,EAAA,CAAA,EAAA,cAAA,aAAA,OAAA,EAAA,WAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,QClBnClB,EAAA,EAAAoB,EAAA,EAAA,EAAA,eAAA,CAAA,kBDWIC,EACAC,CAAkB,EAAAC,OAAA,CAAA;kEAAA,EAAAC,gBAAA,CAAA,CAAA,CAAA,SAMTnB,CAAsB,GAAA",
  "names": ["\u0275\u0275element", "\u0275\u0275property", "\u0275\u0275pipeBind1", "ctx_r0", "subtitle", "\u0275\u0275sanitizeHtml", "\u0275\u0275elementContainerStart", "\u0275\u0275elementStart", "\u0275\u0275projection", "\u0275\u0275template", "SettingButtonComponent_ng_container_0_Conditional_3_Template", "\u0275\u0275elementEnd", "\u0275\u0275advance", "\u0275\u0275conditional", "SettingButtonComponent", "constructor", "selectors", "inputs", "standalone", "features", "\u0275\u0275StandaloneFeature", "ngContentSelectors", "_c0", "decls", "vars", "consts", "template", "rf", "ctx", "SettingButtonComponent_ng_container_0_Template", "SafeHtmlPipe", "TranslocoDirective", "styles", "changeDetection"]
}