matcha-components 19.9.0 → 19.10.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.
@@ -21,6 +21,10 @@ export declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDest
21
21
  * Você pode, por exemplo, passar o valor do filtro atual.
22
22
  */
23
23
  resetKey: any;
24
+ /**
25
+ * Input para o autocomplete
26
+ */
27
+ searchTerm: any;
24
28
  /**
25
29
  * Emite a lista acumulada de itens.
26
30
  */
@@ -49,5 +53,5 @@ export declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDest
49
53
  private loadNextPage;
50
54
  ngOnDestroy(): void;
51
55
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInfiniteScrollDataComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<MatchaInfiniteScrollDataComponent, "matcha-infinite-scroll-data", never, { "loadData": { "alias": "loadData"; "required": false; }; "initialList": { "alias": "initialList"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; "resetKey": { "alias": "resetKey"; "required": false; }; }, { "aggregatedData": "aggregatedData"; }, never, never, false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaInfiniteScrollDataComponent, "matcha-infinite-scroll-data", never, { "loadData": { "alias": "loadData"; "required": false; }; "initialList": { "alias": "initialList"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; "resetKey": { "alias": "resetKey"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; }, { "aggregatedData": "aggregatedData"; }, never, never, false, never>;
53
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "19.9.0",
3
+ "version": "19.10.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"