@sumaris-net/ngx-components 18.22.11 → 18.22.13

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
@@ -2002,3 +2002,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2002
2002
 
2003
2003
  # 18.22.11
2004
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 type `SuggestFn<T, F, R>` (add the return type `R`)
2008
+
2009
+ # 18.22.12
2010
+ - enh(table, async-table) Add a getter: `get saving()`