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
- * Chave para resetar a diretiva. Toda vez que esse valor mudar, a lista interna será limpa.
21
- * Você pode, por exemplo, passar o valor do filtro atual.
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 no resetKey e, se for o caso, reseta a lista e a página atual.
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "19.10.0",
3
+ "version": "19.11.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"