@topconsultnpm/sdkui-react 6.22.0-dev2.41 → 6.22.0-dev2.43

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.
Files changed (99) hide show
  1. package/lib/components/NewComponents/ContextMenu/styles.d.ts +45 -43
  2. package/lib/components/NewComponents/FloatingMenuBar/styles.d.ts +67 -60
  3. package/lib/components/base/Styled.d.ts +93 -77
  4. package/lib/components/base/TMCounterBar.d.ts +2 -2
  5. package/lib/components/base/TMCounterContainer.d.ts +2 -1
  6. package/lib/components/base/TMCustomButton.d.ts +1 -1
  7. package/lib/components/base/TMDataGridExportForm.d.ts +2 -1
  8. package/lib/components/base/TMFileManager.d.ts +2 -1
  9. package/lib/components/base/TMFileManagerDataGridView.d.ts +2 -1
  10. package/lib/components/base/TMFileManagerThumbnailItems.d.ts +1 -1
  11. package/lib/components/base/TMFileManagerThumbnailsView.d.ts +1 -1
  12. package/lib/components/base/TMFileManagerUtils.d.ts +4 -6
  13. package/lib/components/base/TMLayout.d.ts +4 -4
  14. package/lib/components/base/TMList.d.ts +2 -1
  15. package/lib/components/base/TMListView.d.ts +1 -1
  16. package/lib/components/base/TMSpinner.d.ts +2 -1
  17. package/lib/components/base/TMTab.d.ts +4 -3
  18. package/lib/components/base/TMTooltip.d.ts +1 -1
  19. package/lib/components/base/TMTreeView.d.ts +14 -8
  20. package/lib/components/base/TMUserAvatar.d.ts +2 -1
  21. package/lib/components/base/TMVilViewer.d.ts +2 -1
  22. package/lib/components/base/TMWaitPanel.d.ts +3 -2
  23. package/lib/components/choosers/TMDynDataListItemChooser.d.ts +1 -1
  24. package/lib/components/choosers/TMInvoiceRetrieveFormats.d.ts +2 -1
  25. package/lib/components/choosers/TMOrderRetrieveFormats.d.ts +2 -1
  26. package/lib/components/choosers/TMQuickSearchInfo.d.ts +2 -1
  27. package/lib/components/choosers/TMRelationChooser.d.ts +3 -3
  28. package/lib/components/choosers/TMUserChooser.d.ts +2 -2
  29. package/lib/components/editors/TMEditorStyled.d.ts +20 -42
  30. package/lib/components/editors/TMFormulaEditor.d.ts +1 -1
  31. package/lib/components/editors/TMHtmlContentDisplay.d.ts +2 -1
  32. package/lib/components/editors/TMHtmlEditor.d.ts +2 -1
  33. package/lib/components/editors/TMTreeDropDown.d.ts +1 -1
  34. package/lib/components/features/assistant/TMToppyDraggableHelpCenter.d.ts +1 -1
  35. package/lib/components/features/blog/TMBlogCommentForm.d.ts +2 -1
  36. package/lib/components/features/documents/TMDcmtFormActionButtons.d.ts +1 -1
  37. package/lib/components/features/documents/TMDcmtIcon.d.ts +2 -1
  38. package/lib/components/features/documents/TMDcmtPreview.d.ts +8 -6
  39. package/lib/components/features/documents/TMDcmtTasks.d.ts +2 -1
  40. package/lib/components/features/documents/TMDragDropOverlay.d.ts +1 -1
  41. package/lib/components/features/documents/TMMasterInfoFields.d.ts +2 -1
  42. package/lib/components/features/documents/TMMergeToPdfForm.d.ts +2 -1
  43. package/lib/components/features/documents/TMMultiMasterDetailDcmtsForm.d.ts +2 -1
  44. package/lib/components/features/documents/TMMultiMasterDetailDcmtsUtils.d.ts +4 -4
  45. package/lib/components/features/search/TMDcmtCheckoutInfoForm.d.ts +2 -1
  46. package/lib/components/features/search/TMMetadataOutputForm.d.ts +2 -1
  47. package/lib/components/features/search/TMMetadataSorterForm.d.ts +2 -1
  48. package/lib/components/features/search/TMSavedQuerySelector.d.ts +2 -2
  49. package/lib/components/features/search/TMSearchQueryPanel.d.ts +9 -3
  50. package/lib/components/features/search/TMSearchResult.js +78 -78
  51. package/lib/components/features/search/TMSearchResultFloatingActionButton.d.ts +1 -1
  52. package/lib/components/features/search/TMSignatureInfoContent.d.ts +2 -1
  53. package/lib/components/features/search/TMViewHistoryDcmt.d.ts +2 -1
  54. package/lib/components/features/tasks/TMTaskForm.d.ts +1 -1
  55. package/lib/components/features/tasks/TMTaskFormUtils.d.ts +10 -10
  56. package/lib/components/features/tasks/TMTasksAgenda.d.ts +1 -1
  57. package/lib/components/features/tasks/TMTasksCalendar.d.ts +1 -1
  58. package/lib/components/features/tasks/TMTasksHeader.d.ts +1 -1
  59. package/lib/components/features/tasks/TMTasksPanelContent.d.ts +1 -1
  60. package/lib/components/features/tasks/TMTasksUtilsView.d.ts +5 -5
  61. package/lib/components/features/tasks/TMTasksView.d.ts +1 -1
  62. package/lib/components/features/wg/TMWGsCopyMoveForm.d.ts +3 -2
  63. package/lib/components/features/workflow/TMWorkflowPopup.d.ts +8 -7
  64. package/lib/components/features/workflow/diagram/WorkitemRecipientsEditor.d.ts +3 -1
  65. package/lib/components/forms/Login/ChangePasswordInputs.d.ts +3 -1
  66. package/lib/components/forms/Login/Chooser.d.ts +2 -2
  67. package/lib/components/forms/TMChooserForm.d.ts +2 -1
  68. package/lib/components/forms/TMSaveForm.d.ts +4 -4
  69. package/lib/components/grids/TMBlogAttachments.d.ts +2 -1
  70. package/lib/components/grids/TMBlogHeader.d.ts +1 -1
  71. package/lib/components/grids/TMBlogsPost.d.ts +1 -1
  72. package/lib/components/grids/TMBlogsPostUtils.d.ts +9 -9
  73. package/lib/components/grids/TMValidationItemsList.d.ts +2 -1
  74. package/lib/components/layout/panelManager/TMPanelManagerContainer.d.ts +2 -1
  75. package/lib/components/layout/panelManager/TMPanelManagerContext.d.ts +2 -2
  76. package/lib/components/layout/panelManager/TMPanelManagerToolbar.d.ts +5 -6
  77. package/lib/components/layout/panelManager/TMPanelManagerWithPersistenceProvider.d.ts +2 -2
  78. package/lib/components/layout/panelManager/TMPanelWrapper.d.ts +2 -2
  79. package/lib/components/pages/TMPage.d.ts +1 -1
  80. package/lib/components/query/TMQueryEditor.d.ts +14 -10
  81. package/lib/components/settings/SettingsAppearance.d.ts +2 -1
  82. package/lib/components/sidebar/TMAboutApp.d.ts +2 -1
  83. package/lib/components/sidebar/TMCommandsPanel.d.ts +4 -4
  84. package/lib/components/sidebar/TMHeader.d.ts +3 -3
  85. package/lib/components/viewers/TMDataListItemViewer.d.ts +3 -2
  86. package/lib/components/viewers/TMDataUserIdItemViewer.d.ts +3 -2
  87. package/lib/components/viewers/TMMidViewer.d.ts +2 -2
  88. package/lib/components/viewers/TMTidViewer.d.ts +2 -2
  89. package/lib/components/viewers/TMTidViewer.js +2 -2
  90. package/lib/helper/TMCommandsContextMenu.d.ts +1 -1
  91. package/lib/helper/TMIcons.d.ts +280 -280
  92. package/lib/helper/TMPdfViewer.d.ts +2 -1
  93. package/lib/helper/TMToppyMessage.d.ts +2 -2
  94. package/lib/helper/TMUtils.d.ts +10 -4
  95. package/lib/helper/helpers.d.ts +1 -1
  96. package/lib/hooks/useDocumentOperations.js +5 -0
  97. package/lib/hooks/useInputDialog.d.ts +2 -1
  98. package/lib/services/platform_services.d.ts +3 -2
  99. package/package.json +1 -1
@@ -272,9 +272,9 @@ const TMTidViewer = ({ tmSession, tid, did, showIcon = false, color, showId = fa
272
272
  if (count <= 0)
273
273
  TMSpinner.show({ description: `${SDKUI_Localizator.Loading} - ${SDK_Localizator.ListDcmtTypeOrView} ...` });
274
274
  try {
275
- let resultDTD = await DcmtTypeListCacheService.GetAsync(tid);
275
+ let resultDTD = await DcmtTypeListCacheService.GetAsync(tid, true, tmSession);
276
276
  if (!resultDTD) {
277
- resultDTD = await DcmtTypeListCacheService.GetWithNotGrantedAsync(tid, did);
277
+ resultDTD = await DcmtTypeListCacheService.GetWithNotGrantedAsync(tid, did, undefined, true, tmSession);
278
278
  }
279
279
  setDtd(resultDTD);
280
280
  }
@@ -12,5 +12,5 @@ interface TMCommandsContextMenuProps {
12
12
  trigger?: 'right' | 'left';
13
13
  children?: React.ReactNode;
14
14
  }
15
- export declare const TMCommandsContextMenu: React.MemoExoticComponent<({ target, menuItems, id, showEvent, onHiding, trigger, children }: TMCommandsContextMenuProps) => import("react/jsx-runtime").JSX.Element>;
15
+ export declare const TMCommandsContextMenu: React.MemoExoticComponent<({ target, menuItems, id, showEvent, onHiding, trigger, children }: TMCommandsContextMenuProps) => React.JSX.Element>;
16
16
  export {};