UNPKG

968 BSource Map (JSON)View Raw
1{"version":3,"file":"accordion.config.js","sourceRoot":"","sources":["../../src/accordion/accordion.config.ts"],"names":[],"mappings":"OAAO,EAAE,UAAU,EAAE,MAAM,eAAe;AAE1C;;GAEG;AAEH;IAAA;QACE,uEAAuE;QAChE,gBAAW,GAAY,KAAK,CAAC;IAOtC,CAAC;IANM,0BAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,UAAU,EAAE;KACnB,CAAC;IACF,kBAAkB;IACX,8BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,sBAAC;AAAD,CAAC,AATD,IASC","sourcesContent":["import { Injectable } from '@angular/core';\n\n/**\n * Configuration service, provides default values for the AccordionComponent.\n */\n\nexport class AccordionConfig {\n /** Whether the other panels should be closed when a panel is opened */\n public closeOthers: Boolean = false;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Injectable },\n];\n/** @nocollapse */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file