nuxeo-development-framework 5.9.5 → 5.9.6

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.
@@ -66,7 +66,7 @@ export declare class DynamicFormSelectUsersComponent implements OnChanges, OnDes
66
66
  fetchUsersByCustomApi: boolean;
67
67
  set fetchedUsers(res: Record<string, any>[]);
68
68
  onSearch: EventEmitter<string>;
69
- searchFn: (term: string, item: Record<string, any>) => boolean;
69
+ searchFn: any;
70
70
  constructor(userApiService: UsersInDepartmentsApiService, translate: TranslateService, translation: TranslationService, control: NgControl);
71
71
  emitSelection(event: any): void;
72
72
  onScrollToEnd(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "5.9.5",
3
+ "version": "5.9.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",