@sumaris-net/ngx-components 18.22.7 → 18.22.9

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
@@ -1989,4 +1989,10 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1989
1989
  (remove `defaultValues`)
1990
1990
 
1991
1991
  # 18.22.7
1992
- - fix(rx-state-decorators) Change naming convention of @RxStateOutput , to allow the suffix `Change` and not only `Changes`
1992
+ - fix(rx-state-decorators) Change naming convention of @RxStateOutput , to allow the suffix `Change` and not only `Changes`
1993
+
1994
+ # 18.22.8
1995
+ - enh(actions-column) Add `@Input() showPendingSPiner = true`
1996
+
1997
+ # 18.22.9
1998
+ - enh(table, async-table) Add options `{focusColumn?: string}` to `AppTable.confirmAndForward()` and `AppTable.confirmAndBackward()`