Skip to content

Commit 240d524

Browse files
author
Dementyev Alexey
committed
build
1 parent 4e7ac61 commit 240d524

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

dist/modules/search/components/search.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ export declare class SuiSearch<T> implements AfterViewInit, OnDestroy {
1212
private _localizationService;
1313
dropdownService: DropdownService;
1414
searchService: SearchService<T, T>;
15+
private _inputValue;
1516
private _menu;
1617
private _searchClasses;
1718
readonly isActive: boolean;
1819
hasIcon: boolean;
1920
private _placeholder;
2021
placeholder: string;
22+
inputValue: string;
2123
private _localeValues;
2224
localeOverrides: RecursivePartial<ISearchLocaleValues>;
2325
readonly localeValues: ISearchLocaleValues;

dist/modules/search/components/search.js

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)