@topconsultnpm/sdkui-react 6.21.0-dev3.37 → 6.21.0-dev3.39

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.
@@ -51,6 +51,17 @@ const StyledFileManagerWrapper = styled.div `
51
51
  display: inline-block;
52
52
  z-index: 1;
53
53
  }
54
+ /* Nodi foglia: nascondiamo il toggle (stato incoerente in DevExtreme) e riserviamo lo stesso spazio della freccia (16px expander + 8px gap = 24px). */
55
+ .dx-filemanager .dx-treeview-node-is-leaf
56
+ > .dx-treeview-item
57
+ > [class*="dx-treeview-toggle-item-visibility"] {
58
+ display: none !important;
59
+ }
60
+ .dx-filemanager .dx-treeview-node-is-leaf
61
+ > .dx-treeview-item
62
+ > .dx-treeview-item-content {
63
+ margin-inline-start: 24px;
64
+ }
54
65
  `;
55
66
  const TMAreaManager = (props = { selectionMode: 'multiple', isPathChooser: false }) => {
56
67
  // State to store the instance of CustomFileSystemProvider. It is initialized once and used for managing file system operations.
@@ -593,6 +593,7 @@ const TMLoginForm = (props) => {
593
593
  return;
594
594
  setEndpoint(ra.endpoint);
595
595
  setDcmtArchive(ra.archive);
596
+ setManualArchiveID(ra.archive?.id ?? '');
596
597
  setAuthMode(ra.authenticationMode);
597
598
  setUsername(ra.username);
598
599
  setAuthDomain(ra.domain.length > 0 ? ra.domain : ra.domainAlternative);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev3.37",
3
+ "version": "6.21.0-dev3.39",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",