matcha-components 19.10.0 → 19.11.0
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.
|
@@ -17,9 +17,8 @@ export declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDest
|
|
|
17
17
|
*/
|
|
18
18
|
threshold: number;
|
|
19
19
|
/**
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
*/
|
|
20
|
+
* Chave para resetar a diretiva (para componentes como select).
|
|
21
|
+
*/
|
|
23
22
|
resetKey: any;
|
|
24
23
|
/**
|
|
25
24
|
* Input para o autocomplete
|
|
@@ -33,10 +32,11 @@ export declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDest
|
|
|
33
32
|
private currentPage;
|
|
34
33
|
private observer;
|
|
35
34
|
private subscription;
|
|
35
|
+
private searchTermSubject;
|
|
36
36
|
constructor(element: ElementRef);
|
|
37
37
|
ngOnInit(): void;
|
|
38
38
|
/**
|
|
39
|
-
* Detecta mudanças
|
|
39
|
+
* Detecta mudanças nos inputs e, se for o caso, reseta a lista e a página atual.
|
|
40
40
|
*/
|
|
41
41
|
ngOnChanges(changes: SimpleChanges): void;
|
|
42
42
|
/**
|