UNPKG

1.21 kBSource Map (JSON)View Raw
1{"version":3,"file":"tooltip.config.js","sourceRoot":"","sources":["../../src/tooltip/tooltip.config.ts"],"names":[],"mappings":"OAAO,EAAE,UAAU,EAAE,MAAM,eAAe;AAE1C,0CAA0C;AAE1C;IAAA;QACE,+EAA+E;QACxE,cAAS,GAAU,KAAK,CAAC;QAChC,0DAA0D;QACnD,aAAQ,GAAU,aAAa,CAAC;IASzC,CAAC;IANM,wBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,UAAU,EAAE;KACnB,CAAC;IACF,kBAAkB;IACX,4BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,oBAAC;AAAD,CAAC,AAbD,IAaC","sourcesContent":["import { Injectable } from '@angular/core';\n\n/** Default values provider for tooltip */\n\nexport class TooltipConfig {\n /** tooltip placement, supported positions: 'top', 'bottom', 'left', 'right' */\n public placement:string = 'top';\n /** array of event names which triggers tooltip opening */\n public triggers:string = 'hover focus';\n /** a selector specifying the element the tooltip should be appended to. Currently only supports \"body\" */\n public container: string;\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