@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
1 lines • 4.03 kB
Source Map (JSON)
{"version":3,"file":"c8y-ngx-components-branding-dark-theme.mjs","sources":["../../branding/dark-theme/dark-theme-tab.factory.ts","../../branding/dark-theme/dark-theme.module.ts","../../branding/dark-theme/c8y-ngx-components-branding-dark-theme.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { OptionsService, Tab, gettext } from '@c8y/ngx-components';\nimport { BrandingTabFactory } from '@c8y/ngx-components/branding/shared';\nimport { Observable } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nexport const darkThemeTabName = gettext('Dark theme');\n\n/**\n * Factory for creating the dark theme tab.\n * Extends the BrandingTabFactory to provide the dark theme tab.\n */\n@Injectable({ providedIn: 'root' })\nexport class DarkThemeTabFactory extends BrandingTabFactory {\n constructor(private options: OptionsService) {\n super();\n }\n\n /**\n * Overrides the `getTabsForVersion` method of `BrandingTabFactory` to provide the dark theme tab.\n */\n protected override getTabsForVersion(name: string): Tab[] {\n return [\n {\n path: this.getPathForBranding(name, 'dark'),\n label: darkThemeTabName,\n icon: 'moon',\n priority: 400\n }\n ];\n }\n\n /**\n * Overrides the `shouldShowTab$` method of `BrandingTabFactory` to show the dark theme tab only if the dark theme is available.\n */\n protected override shouldShowTab$(): Observable<boolean> {\n return this.options.get$('darkThemeAvailable', false, true).pipe(map(value => !!value));\n }\n}\n","import { NgModule } from '@angular/core';\nimport { hookTab } from '@c8y/ngx-components';\nimport {\n BRANDING_EDIT_CHILD_ROUTES,\n SharedBrandingModule\n} from '@c8y/ngx-components/branding/shared';\nimport { DarkThemeTabFactory, darkThemeTabName } from './dark-theme-tab.factory';\n\nBRANDING_EDIT_CHILD_ROUTES.push({\n path: 'dark',\n loadComponent: () =>\n import('@c8y/ngx-components/branding/shared/lazy').then(m => m.BrandingThemeFormComponent),\n data: {\n dark: true,\n tabName: darkThemeTabName\n }\n});\n\n@NgModule({\n imports: [SharedBrandingModule],\n providers: [hookTab(DarkThemeTabFactory)]\n})\nexport class DarkThemeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;AAMO,MAAM,gBAAgB,GAAG,OAAO,CAAC,YAAY,CAAC;AAErD;;;AAGG;AAEG,MAAO,mBAAoB,SAAQ,kBAAkB,CAAA;AACzD,IAAA,WAAA,CAAoB,OAAuB,EAAA;AACzC,QAAA,KAAK,EAAE;QADW,IAAO,CAAA,OAAA,GAAP,OAAO;;AAI3B;;AAEG;AACgB,IAAA,iBAAiB,CAAC,IAAY,EAAA;QAC/C,OAAO;AACL,YAAA;gBACE,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,EAAE,MAAM,CAAC;AAC3C,gBAAA,KAAK,EAAE,gBAAgB;AACvB,gBAAA,IAAI,EAAE,MAAM;AACZ,gBAAA,QAAQ,EAAE;AACX;SACF;;AAGH;;AAEG;IACgB,cAAc,GAAA;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC;;+GAvB9E,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,cADN,MAAM,EAAA,CAAA,CAAA;;4FACnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAD/B,UAAU;mBAAC,EAAE,UAAU,EAAE,MAAM,EAAE;;;ACJlC,0BAA0B,CAAC,IAAI,CAAC;AAC9B,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,aAAa,EAAE,MACb,OAAO,0CAA0C,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,0BAA0B,CAAC;AAC5F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,IAAI;AACV,QAAA,OAAO,EAAE;AACV;AACF,CAAA,CAAC;MAMW,eAAe,CAAA;+GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAHhB,oBAAoB,CAAA,EAAA,CAAA,CAAA;gHAGnB,eAAe,EAAA,SAAA,EAFf,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,YAD/B,oBAAoB,CAAA,EAAA,CAAA,CAAA;;4FAGnB,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,SAAS,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC;AACzC,iBAAA;;;ACrBD;;AAEG;;;;"}