{"version":3,"file":"typeahead.config.d.ts","sources":["typeahead.config.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/** Default values provider for typeahead */\nexport declare class TypeaheadConfig {\n    /** sets use adaptive position */\n    adaptivePosition: boolean;\n    /** turn on/off animation */\n    isAnimated: boolean;\n    /** used to hide results on blur */\n    hideResultsOnBlur: boolean;\n    /** if true, typeahead will cancel async request on blur */\n    cancelRequestOnFocusLost: boolean;\n    /** used to choose the first item in typeahead container */\n    selectFirstItem: boolean;\n    /** used to active/inactive the first item in typeahead container */\n    isFirstItemActive: boolean;\n    /** used to choose set minimal no of characters that needs to\n     * be entered before typeahead kicks-in\n     */\n    minLength: number;\n}\n"]}