@elite.framework/ng.core 1.0.56 → 1.0.57
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
|
@@ -929,6 +929,7 @@ declare class GenericSelectorTypeComponent extends FieldType$1<FieldTypeConfig<G
|
|
|
929
929
|
private initOfflineSelection;
|
|
930
930
|
private initOnlineSelection;
|
|
931
931
|
getFixedFilters(): any;
|
|
932
|
+
onDropdownButtonClick(): void;
|
|
932
933
|
onDropdownClick(event: any): void;
|
|
933
934
|
search(event: {
|
|
934
935
|
query: string;
|