@decaf-ts/for-angular 0.1.39 → 0.1.40
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
|
@@ -8789,6 +8789,7 @@ declare class TableComponent extends ListComponent implements OnInit {
|
|
|
8789
8789
|
* @return {Promise<void>}
|
|
8790
8790
|
*/
|
|
8791
8791
|
handleRedirect(event: Event | IBaseCustomEvent, uid: string, action: CrudOperations): Promise<void>;
|
|
8792
|
+
handleFilterSelection(event: SelectCustomEvent): Promise<void>;
|
|
8792
8793
|
/**
|
|
8793
8794
|
* @description Opens the filter select UI, allowing the user to narrow table results by a field value.
|
|
8794
8795
|
* @summary Determines the presentation mode and handles user selection.
|