@elite.framework/ng.core 1.0.48 → 1.0.50
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
|
@@ -894,6 +894,8 @@ interface GenericSelectorProps extends FormlyFieldProps$1 {
|
|
|
894
894
|
multiple?: boolean;
|
|
895
895
|
loadDefault?: boolean;
|
|
896
896
|
offline?: boolean;
|
|
897
|
+
loadSaved?: boolean;
|
|
898
|
+
loadSavedField?: string;
|
|
897
899
|
/** Static offline items (array of objects) */
|
|
898
900
|
offlineItems?: any[];
|
|
899
901
|
/** Async offline items (observable) */
|
|
@@ -926,6 +928,7 @@ declare class GenericSelectorTypeComponent extends FieldType$1<FieldTypeConfig<G
|
|
|
926
928
|
private initOfflineSelection;
|
|
927
929
|
private initOnlineSelection;
|
|
928
930
|
getFixedFilters(): any;
|
|
931
|
+
onDropdownClick(event: any): void;
|
|
929
932
|
search(event: {
|
|
930
933
|
query: string;
|
|
931
934
|
}): void;
|