@sumaris-net/ngx-components 18.22.10 → 18.22.12

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/doc/changelog.md CHANGED
@@ -1999,3 +1999,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1999
1999
 
2000
2000
  # 18.22.10
2001
2001
  - enh(table, async-table) Add options `{focusColumn?: string}` to `AppTable.confirmAndAdd()`
2002
+
2003
+ # 18.22.11
2004
+ - enh(functions) Allow `AppFormUtils.getControlFromPath()` to return null without error (add a new argument `failIfMissing: boolean = false`)
2005
+
2006
+ # 18.22.12
2007
+ - enh(types) Change return type of SuggestFn to `Promise<T[]> | Promise<LoadResult<T>>` (instead of `Promise<T[] | LoadResult<T>>`)