@indice/ng-components 0.5.1-beta.0 → 0.5.1-beta.2

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/index.d.ts CHANGED
@@ -1617,6 +1617,7 @@ declare abstract class BaseListComponent<T> implements OnInit, OnDestroy {
1617
1617
  sortdirChanged(sortdir: string): void;
1618
1618
  advancedSearchChanged(filters: FilterClause[]): void;
1619
1619
  searchChanged(searchText: string | null): void;
1620
+ private executeSearch;
1620
1621
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseListComponent<any>, never>;
1621
1622
  static ɵcmp: i0.ɵɵComponentDeclaration<BaseListComponent<any>, "ng-component", never, { "autoLoad": { "alias": "auto-load"; "required": false; }; }, {}, never, never, false, never>;
1622
1623
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.5.1-beta.0",
3
+ "version": "0.5.1-beta.2",
4
4
  "description": "Indice common components for Angular v20",
5
5
  "repository": {
6
6
  "type": "git",