ng-zenduit 2.0.21 → 2.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/search-box/zendu-search-box.component.mjs +6 -11
- package/fesm2015/ng-zenduit.mjs +7422 -7428
- package/fesm2015/ng-zenduit.mjs.map +1 -1
- package/fesm2020/ng-zenduit.mjs +7383 -7389
- package/fesm2020/ng-zenduit.mjs.map +1 -1
- package/lib/search-box/zendu-search-box.component.d.ts +0 -2
- package/package.json +1 -1
|
@@ -9,7 +9,6 @@ export declare class ZenduSearchBoxComponent implements OnInit {
|
|
|
9
9
|
autoFocus: boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
placeholder: string;
|
|
12
|
-
searchInput: ElementRef;
|
|
13
12
|
private _debouncedInvoke;
|
|
14
13
|
private _focusAttempts;
|
|
15
14
|
constructor(_element: ElementRef, _ngZone: NgZone);
|
|
@@ -19,7 +18,6 @@ export declare class ZenduSearchBoxComponent implements OnInit {
|
|
|
19
18
|
clear(): void;
|
|
20
19
|
private invokeChange;
|
|
21
20
|
private setDelay;
|
|
22
|
-
activateSearchBox(): void;
|
|
23
21
|
doFocus(): void;
|
|
24
22
|
private getInput;
|
|
25
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZenduSearchBoxComponent, never>;
|