@elite.framework/ng.core 1.0.50 → 1.0.52
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
|
@@ -887,9 +887,9 @@ declare class GenericSearch implements OnInit {
|
|
|
887
887
|
interface GenericSelectorProps extends FormlyFieldProps$1 {
|
|
888
888
|
serviceName: string;
|
|
889
889
|
listEndpoint?: string | ((model: any) => string);
|
|
890
|
-
labelField?: string;
|
|
891
890
|
loadDefaultField?: string;
|
|
892
891
|
loadDefaultValue?: string;
|
|
892
|
+
labelField?: string;
|
|
893
893
|
valueField?: string;
|
|
894
894
|
multiple?: boolean;
|
|
895
895
|
loadDefault?: boolean;
|