{"version":3,"file":"chunk-f7hwcc9r.js","sources":["packages/vanilla/lib/shared/current-session/src/current-session.client-config.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\nimport { ClientConfigProductName, LazyClientConfig, LazyClientConfigBase, LazyClientConfigService } from '@frontend/vanilla/core';\n\n/**\n * @stable\n */\n@LazyClientConfig({ key: 'vnCurrentSession', product: ClientConfigProductName.SF })\n@Injectable({\n providedIn: 'root',\n useFactory: currentSessionConfigFactory,\n deps: [LazyClientConfigService],\n})\nexport class CurrentSessionConfig extends LazyClientConfigBase {\n loginDuration: number | null;\n remainingLoginTime: number | null;\n}\n\nexport function currentSessionConfigFactory(service: LazyClientConfigService) {\n return service.get(CurrentSessionConfig);\n}\n"],"names":["CurrentSessionConfig","_a","LazyClientConfigBase","__ngFactoryType__","s","factory","__ngConditionalFactory__","currentSessionConfigFactory","ɵɵinject","LazyClientConfigService","__decorate","LazyClientConfig","key","product","ClientConfigProductName","SF","service","get"],"mappings":"oHAaaA,CAANC,EAAAA,CAAAA,CAAA,cAAmCC,EAAoB,EAAjDF,CAAAA,CAAAA,CAAAA,SAAAA,CAAAA,CAAAA,IAAAA,CAAAA,IAAAA,CAAAA,CAAAA,OAAAA,SAAAA,CAAAA,CAAAA,CAAAA,OAAAA,CAAAA,CAAAA,GAAAA,CAAAA,CAAAA,EAAAA,CAAAA,CAAoB,IAAAG,CAApBH,EAAAA,CAAoB,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,UAAA,CAAAI,CAAA,CAAA,CAAA,KAAA,CAApBJ,EAAoBK,OAAA,CAAA,SAAAF,CAAA,CAAA,CAAA,IAAAG,CAAAA,CAAA,IAAA,CAAA,OAAAH,CAHjBI,CAAAA,CAAAA,CAAAA,IAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAA2BC,EAChCC,CAAAA,EAAuB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,UAAA,CAFlB,MAAM,CAAA,CAAA,CAIfR,CAAMD,EAAAA,CAAAA,CAAoBU,EAAA,CAAA,CANhCC,GAAiB,CAAEC,GAAAA,CAAK,kBAAoBC,CAAAA,OAAAA,CAASC,CAAwBC,CAAAA,EAAE,CAAE,CAAC,CAAA,CAMtEf,CAAoB,CAAA,CAK3B,SAAUO,CAAAA,CAA4BS,CAAgC,CAAA,CACxE,OAAOA,CAAAA,CAAQC,GAAIjB,CAAAA,CAAoB,CAC3C"}