@topconsultnpm/sdkui-react 6.21.0-dev4.10 → 6.21.0-dev4.11

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.
@@ -1262,9 +1262,7 @@ const TMRelationViewer = ({ inputDcmts, isForMaster = false, showCurrentDcmtIndi
1262
1262
  if (showWaitPanel) {
1263
1263
  return _jsx("div", { style: { padding: '20px', textAlign: 'center' }, children: _jsx(TMWaitPanel, { title: 'Caricamento documenti dettaglio', showPrimary: true, textPrimary: waitPanelTextPrimary, valuePrimary: waitPanelValuePrimary, maxValuePrimary: waitPanelMaxValuePrimary, isCancelable: true, abortController: abortController, onAbortClick: (abortController) => { setTimeout(() => { abortController?.abort(); }, 1000); } }) });
1264
1264
  }
1265
- console.log("mergedTreeData:", mergedTreeData);
1266
1265
  if (mergedTreeData.length === 0) {
1267
- console.log("inputDcmts:", inputDcmts);
1268
1266
  // Se NON isForMaster e tutti i GetMetadataAsync sono falliti
1269
1267
  if (!isForMaster && metadataErrorCount === inputDcmts.length) {
1270
1268
  return _jsx(TMToppyMessage, { message: SDKUI_Localizator.DocumentsNotAvailableOrNoCorrelations });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev4.10",
3
+ "version": "6.21.0-dev4.11",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",