@ecodev/natural 69.0.11 → 69.0.12

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.
@@ -3766,7 +3766,7 @@ class NaturalAbstractList extends NaturalAbstractPanel {
3766
3766
  /**
3767
3767
  * Selection for bulk actions
3768
3768
  */
3769
- selection = new SelectionModel(true, []);
3769
+ selection = new SelectionModel(true, [], true, (a, b) => a.id === b.id);
3770
3770
  /**
3771
3771
  * Next executed action from bulk menu
3772
3772
  */
@@ -3790,7 +3790,7 @@ class NaturalAbstractList extends NaturalAbstractPanel {
3790
3790
  /**
3791
3791
  * List of page sizes
3792
3792
  */
3793
- pageSizeOptions = [5, 25, 50, 100, 200];
3793
+ pageSizeOptions = [5, 10, 25, 50, 100, 200];
3794
3794
  /**
3795
3795
  * Initial pagination setup
3796
3796
  */