@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
|
}
|