@arsedizioni/ars-utils 21.2.156 → 21.2.157

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.
@@ -1040,6 +1040,11 @@ class SelectDialogComponent {
1040
1040
  }
1041
1041
  }
1042
1042
  }
1043
+ else {
1044
+ if (this.dialogData.items) {
1045
+ this.dialogData.total = this.dialogData.items.length;
1046
+ }
1047
+ }
1043
1048
  if (this.dialogData.filter || this.dialogData.lookupOnInit) {
1044
1049
  this.doFilter(this.dialogData.filter);
1045
1050
  }