matcha-components 19.11.0 → 19.13.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,11 +17,11 @@ export declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDest
17
17
  */
18
18
  threshold: number;
19
19
  /**
20
- * Chave para resetar a diretiva (para componentes como select).
21
- */
20
+ * Chave para resetar a diretiva (para componentes como select).
21
+ */
22
22
  resetKey: any;
23
23
  /**
24
- * Input para o autocomplete
24
+ * Novo input para o autocomplete, onde será aplicado o debounce.
25
25
  */
26
26
  searchTerm: any;
27
27
  /**
@@ -31,7 +31,8 @@ export declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDest
31
31
  private aggregatedList;
32
32
  private currentPage;
33
33
  private observer;
34
- private subscription;
34
+ private dataSubscription;
35
+ private searchSubscription;
35
36
  private searchTermSubject;
36
37
  constructor(element: ElementRef);
37
38
  ngOnInit(): void;
@@ -44,9 +45,9 @@ export declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDest
44
45
  */
45
46
  private initialize;
46
47
  /**
47
- * Reseta o estado interno da diretiva.
48
+ * Reseta apenas as assinaturas e o estado dos dados (não a inscrição do searchTerm).
48
49
  */
49
- private reset;
50
+ private resetData;
50
51
  /**
51
52
  * Carrega a próxima página de dados utilizando a função loadData.
52
53
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "19.11.0",
3
+ "version": "19.13.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"