searchpicker
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -16,2 +16,3 @@ import { ISearchPickerOptions } from "./ISearchPickerOptions"; | ||
searcher: ISearcher; | ||
resultFooterRenderer?: any; | ||
} |
@@ -41,2 +41,3 @@ "use strict"; | ||
this.searcher = new DefaultSearcher_1.DefaultSearcher(); | ||
this.resultFooterRenderer = null; | ||
} | ||
@@ -43,0 +44,0 @@ return DefaultSearchPickerOptions; |
{ | ||
"name": "searchpicker", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/Index.js", |
@@ -47,2 +47,4 @@ import {ISearchPickerOptions} from "./ISearchPickerOptions"; | ||
searcher: ISearcher = new DefaultSearcher(); | ||
resultFooterRenderer? = null; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
247933
2950