@sumaris-net/ngx-components 18.22.18 → 18.22.19

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
@@ -2024,3 +2024,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2024
2024
 
2025
2025
  # 18.22.18
2026
2026
  - fix(forms) Fix `adaptValueToControl` to works with type controls (and not only with `UntypedFormGroup`, `UntypedFormArray`, and `UntypedFormControl`)
2027
+
2028
+ # 18.22.19
2029
+ - enh(async-table) Add `confirmAndUp()` ro enable navigation using event like `<input (keyup.arrowUp)="confirmAndUp(event, row)">`