@sumaris-net/ngx-components 1.20.33 → 1.20.34

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
@@ -413,3 +413,6 @@
413
413
 
414
414
  # 1.20.33
415
415
  [fix] MatAutocompleteField: reload items when cleaning text, and no suggestLengthThreshold
416
+
417
+ # 1.20.34
418
+ [fix] AppTable: remove 'opts.skipIfLoading' on delete functions, to use only 'opts.interactive' to force deletion when table is busy.