@sumaris-net/ngx-components 2.9.0-alpha4 → 2.9.0-alpha5

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
@@ -770,5 +770,7 @@ This will allow subclasses to override the default selectedTabIndex after an err
770
770
  # 2.9.0
771
771
  - [enh] Upgrade to Angular 17.3
772
772
  - [fix] IFormControlPathTranslator : Rename interface IFormControlPathTranslator into IFormPathTranslator, and rename property `controlPathTranslator` into `pathTranslator`
773
- - [fix] Replace zone.js `setTimeout()`, by rx-angular zoneless
773
+ - [fix] Replace zone.js `setTimeout()`, by rx-angular zone-less
774
774
  - [fix] Remove deprecated validator `SharedValidators.double` (was renamed into `SharedValidators.decimal`)
775
+ - [fix] AppAsyncTable: re add `@Input() get filter`
776
+ - [fix] AppTable: clear selection when opening a row