@topconsultnpm/sdkui-react 6.21.0-dev4.13 → 6.21.0-dev4.14

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.
@@ -459,7 +459,7 @@ export const buildDcmtDisplayName = (obj) => {
459
459
  // Metadati con isSpecialSearchOutput = true
460
460
  const specialOutputKeys = viewableMetadataKeys.filter(k => obj?.[k]?.md?.isSpecialSearchOutput === true);
461
461
  if (specialOutputKeys.length > 0) {
462
- return specialOutputKeys.slice(0, 5);
462
+ return specialOutputKeys;
463
463
  }
464
464
  if (viewableMetadataKeys.length > 0) {
465
465
  return viewableMetadataKeys.slice(0, 5);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev4.13",
3
+ "version": "6.21.0-dev4.14",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",