@vertesia/ui 1.0.0-dev.20260227.112605Z → 1.0.0-dev.20260331.091034Z
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.
- package/lib/esm/core/components/SelectList.js +3 -1
- package/lib/esm/core/components/SelectList.js.map +1 -1
- package/lib/esm/core/components/SidePanel.js +2 -2
- package/lib/esm/core/components/SidePanel.js.map +1 -1
- package/lib/esm/core/components/index.js +0 -5
- package/lib/esm/core/components/index.js.map +1 -1
- package/lib/esm/core/components/shadcn/breadcrumb.js +11 -7
- package/lib/esm/core/components/shadcn/breadcrumb.js.map +1 -1
- package/lib/esm/core/components/shadcn/button.js +5 -3
- package/lib/esm/core/components/shadcn/button.js.map +1 -1
- package/lib/esm/core/components/shadcn/collaspible.js +14 -0
- package/lib/esm/core/components/shadcn/collaspible.js.map +1 -0
- package/lib/esm/core/components/shadcn/dropdown.js +64 -0
- package/lib/esm/core/components/shadcn/dropdown.js.map +1 -0
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +3 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js +3 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js +1 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js +1 -1
- package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js +4 -2
- package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filterBar.js +7 -4
- package/lib/esm/core/components/shadcn/filters/filterBar.js.map +1 -1
- package/lib/esm/core/components/shadcn/index.js +4 -0
- package/lib/esm/core/components/shadcn/index.js.map +1 -1
- package/lib/esm/core/components/shadcn/modal/ConfirmModal.js +4 -2
- package/lib/esm/core/components/shadcn/modal/ConfirmModal.js.map +1 -1
- package/lib/esm/core/components/shadcn/modal/DeleteModal.js +5 -3
- package/lib/esm/core/components/shadcn/modal/DeleteModal.js.map +1 -1
- package/lib/esm/core/components/shadcn/popover.js +11 -7
- package/lib/esm/core/components/shadcn/popover.js.map +1 -1
- package/lib/esm/core/components/shadcn/radioGroup.js +29 -0
- package/lib/esm/core/components/shadcn/radioGroup.js.map +1 -0
- package/lib/esm/core/components/shadcn/selectBox.js +1 -1
- package/lib/esm/core/components/shadcn/switch.js +19 -0
- package/lib/esm/core/components/shadcn/switch.js.map +1 -0
- package/lib/esm/core/components/shadcn/tabs.js +6 -6
- package/lib/esm/core/components/shadcn/tabs.js.map +1 -1
- package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js +8 -6
- package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -1
- package/lib/esm/core/components/shadcn/tooltip.js +1 -1
- package/lib/esm/core/components/shadcn/tooltip.js.map +1 -1
- package/lib/esm/core/components/toast/NotificationPanel.js +3 -3
- package/lib/esm/core/components/toast/NotificationPanel.js.map +1 -1
- package/lib/esm/core/hooks/PortalContainerProvider.js +9 -3
- package/lib/esm/core/hooks/PortalContainerProvider.js.map +1 -1
- package/lib/esm/env/index.js +16 -9
- package/lib/esm/env/index.js.map +1 -1
- package/lib/esm/features/agent/PayloadBuilder.js +87 -15
- package/lib/esm/features/agent/PayloadBuilder.js.map +1 -1
- package/lib/esm/features/agent/chat/AgentRightPanel.js +159 -0
- package/lib/esm/features/agent/chat/AgentRightPanel.js.map +1 -0
- package/lib/esm/features/agent/chat/ArtifactsTab.js +69 -0
- package/lib/esm/features/agent/chat/ArtifactsTab.js.map +1 -0
- package/lib/esm/features/agent/chat/AskUserWidget.js +12 -6
- package/lib/esm/features/agent/chat/AskUserWidget.js.map +1 -1
- package/lib/esm/features/agent/chat/DocumentPanel.js +6 -3
- package/lib/esm/features/agent/chat/DocumentPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/ImageLightbox.js +3 -1
- package/lib/esm/features/agent/chat/ImageLightbox.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentConversation.js +241 -113
- package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +122 -52
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +5 -3
- package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +76 -33
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +82 -83
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js +16 -14
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +20 -5
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js +8 -6
- package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +12 -10
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js +5 -3
- package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +104 -13
- package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +9 -5
- package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js +160 -76
- package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +3 -1
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +1 -1
- package/lib/esm/features/agent/chat/VegaLiteChart.js +14 -2
- package/lib/esm/features/agent/chat/VegaLiteChart.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useAgentPlans.js +3 -8
- package/lib/esm/features/agent/chat/hooks/useAgentPlans.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js +79 -16
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useArtifacts.js +108 -0
- package/lib/esm/features/agent/chat/hooks/useArtifacts.js.map +1 -0
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js +56 -5
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useFileProcessing.js +12 -10
- package/lib/esm/features/agent/chat/hooks/useFileProcessing.js.map +1 -1
- package/lib/esm/features/errors/PanelErrorBoundary.js +3 -1
- package/lib/esm/features/errors/PanelErrorBoundary.js.map +1 -1
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js +45 -33
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/RunsFacetsNav.js +9 -2
- package/lib/esm/features/facets/RunsFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/index.js +1 -1
- package/lib/esm/features/facets/index.js.map +1 -1
- package/lib/esm/features/layout/GenericPageNavHeader.js +40 -28
- package/lib/esm/features/layout/GenericPageNavHeader.js.map +1 -1
- package/lib/esm/features/layout/NotFoundView.js +3 -1
- package/lib/esm/features/layout/NotFoundView.js.map +1 -1
- package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js +9 -5
- package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js.map +1 -1
- package/lib/esm/features/magic-pdf/DownloadPopover.js +5 -4
- package/lib/esm/features/magic-pdf/DownloadPopover.js.map +1 -1
- package/lib/esm/features/magic-pdf/MagicPdfView.js +8 -5
- package/lib/esm/features/magic-pdf/MagicPdfView.js.map +1 -1
- package/lib/esm/features/pdf-viewer/PdfPageSlider.js +9 -5
- package/lib/esm/features/pdf-viewer/PdfPageSlider.js.map +1 -1
- package/lib/esm/features/pdf-viewer/SimplePdfViewer.js +5 -3
- package/lib/esm/features/pdf-viewer/SimplePdfViewer.js.map +1 -1
- package/lib/esm/features/permissions/UserPermissionsProvider.js +3 -1
- package/lib/esm/features/permissions/UserPermissionsProvider.js.map +1 -1
- package/lib/esm/features/store/collections/BrowseCollectionView.js +9 -1
- package/lib/esm/features/store/collections/BrowseCollectionView.js.map +1 -1
- package/lib/esm/features/store/collections/CollectionsTable.js +14 -7
- package/lib/esm/features/store/collections/CollectionsTable.js.map +1 -1
- package/lib/esm/features/store/collections/CreateCollection.js +21 -18
- package/lib/esm/features/store/collections/CreateCollection.js.map +1 -1
- package/lib/esm/features/store/collections/EditCollectionView.js +23 -19
- package/lib/esm/features/store/collections/EditCollectionView.js.map +1 -1
- package/lib/esm/features/store/collections/SelectCollection.js +25 -10
- package/lib/esm/features/store/collections/SelectCollection.js.map +1 -1
- package/lib/esm/features/store/collections/SharedPropsEditor.js +5 -3
- package/lib/esm/features/store/collections/SharedPropsEditor.js.map +1 -1
- package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js +5 -3
- package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js.map +1 -1
- package/lib/esm/features/store/objects/DocumentPreviewPanel.js +14 -12
- package/lib/esm/features/store/objects/DocumentPreviewPanel.js.map +1 -1
- package/lib/esm/features/store/objects/DocumentSearchResults.js +15 -5
- package/lib/esm/features/store/objects/DocumentSearchResults.js.map +1 -1
- package/lib/esm/features/store/objects/DocumentTable.js +10 -7
- package/lib/esm/features/store/objects/DocumentTable.js.map +1 -1
- package/lib/esm/features/store/objects/ExportPropertiesModal.js +5 -2
- package/lib/esm/features/store/objects/ExportPropertiesModal.js.map +1 -1
- package/lib/esm/features/store/objects/components/ContentDispositionButton.js +3 -1
- package/lib/esm/features/store/objects/components/ContentDispositionButton.js.map +1 -1
- package/lib/esm/features/store/objects/components/ContentOverview.js +55 -40
- package/lib/esm/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/esm/features/store/objects/components/DocumentIcon.js +4 -3
- package/lib/esm/features/store/objects/components/DocumentIcon.js.map +1 -1
- package/lib/esm/features/store/objects/components/PropertiesEditorModal.js +13 -11
- package/lib/esm/features/store/objects/components/PropertiesEditorModal.js.map +1 -1
- package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js +15 -18
- package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js.map +1 -1
- package/lib/esm/features/store/objects/components/SelectDocument.js +9 -6
- package/lib/esm/features/store/objects/components/SelectDocument.js.map +1 -1
- package/lib/esm/features/store/objects/components/TextEditorPanel.js +97 -0
- package/lib/esm/features/store/objects/components/TextEditorPanel.js.map +1 -0
- package/lib/esm/features/store/objects/components/VectorSearchWidget.js +3 -1
- package/lib/esm/features/store/objects/components/VectorSearchWidget.js.map +1 -1
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js +4 -2
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +1 -1
- package/lib/esm/features/store/objects/components/useDownloadFile.js +12 -10
- package/lib/esm/features/store/objects/components/useDownloadFile.js.map +1 -1
- package/lib/esm/features/store/objects/layout/documentLayout.js +10 -6
- package/lib/esm/features/store/objects/layout/documentLayout.js.map +1 -1
- package/lib/esm/features/store/objects/layout/renderers.js +10 -1
- package/lib/esm/features/store/objects/layout/renderers.js.map +1 -1
- package/lib/esm/features/store/objects/search/DocumentSearchContext.js +3 -2
- package/lib/esm/features/store/objects/search/DocumentSearchContext.js.map +1 -1
- package/lib/esm/features/store/objects/search/DocumentSearchProvider.js +3 -0
- package/lib/esm/features/store/objects/search/DocumentSearchProvider.js.map +1 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +22 -109
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +1 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js +50 -0
- package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js.map +1 -0
- package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js +27 -0
- package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js.map +1 -0
- package/lib/esm/features/store/objects/selection/SelectionActions.js +10 -6
- package/lib/esm/features/store/objects/selection/SelectionActions.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js +17 -12
- package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js +9 -5
- package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js +4 -2
- package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js +24 -23
- package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +10 -5
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js +13 -9
- package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js +14 -8
- package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js.map +1 -1
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +42 -39
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +1 -1
- package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js +4 -2
- package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js.map +1 -1
- package/lib/esm/features/store/objects/upload/useUploadHandler.js +9 -7
- package/lib/esm/features/store/objects/upload/useUploadHandler.js.map +1 -1
- package/lib/esm/features/store/types/ContentObjectTypesSearch.js +6 -4
- package/lib/esm/features/store/types/ContentObjectTypesSearch.js.map +1 -1
- package/lib/esm/features/store/types/ContentObjectTypesTable.js +3 -1
- package/lib/esm/features/store/types/ContentObjectTypesTable.js.map +1 -1
- package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js +6 -7
- package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js.map +1 -1
- package/lib/esm/features/store/types/ObjectSchemaEditor.js +9 -7
- package/lib/esm/features/store/types/ObjectSchemaEditor.js.map +1 -1
- package/lib/esm/features/store/types/SelectContentType.js +9 -7
- package/lib/esm/features/store/types/SelectContentType.js.map +1 -1
- package/lib/esm/features/store/types/SelectContentTypeModal.js +5 -2
- package/lib/esm/features/store/types/SelectContentTypeModal.js.map +1 -1
- package/lib/esm/features/store/types/TableLayoutEditor.js +6 -4
- package/lib/esm/features/store/types/TableLayoutEditor.js.map +1 -1
- package/lib/esm/features/user/UserInfo.js +40 -50
- package/lib/esm/features/user/UserInfo.js.map +1 -1
- package/lib/esm/i18n/index.js +31 -0
- package/lib/esm/i18n/index.js.map +1 -0
- package/lib/esm/i18n/instance.js +46 -0
- package/lib/esm/i18n/instance.js.map +1 -0
- package/lib/esm/i18n/locales/ar.json +696 -0
- package/lib/esm/i18n/locales/de.json +664 -0
- package/lib/esm/i18n/locales/en.json +665 -0
- package/lib/esm/i18n/locales/es.json +670 -0
- package/lib/esm/i18n/locales/fr.json +672 -0
- package/lib/esm/i18n/locales/it.json +670 -0
- package/lib/esm/i18n/locales/ja.json +664 -0
- package/lib/esm/i18n/locales/ko.json +664 -0
- package/lib/esm/i18n/locales/pt.json +670 -0
- package/lib/esm/i18n/locales/ru.json +680 -0
- package/lib/esm/i18n/locales/tr.json +664 -0
- package/lib/esm/i18n/locales/zh-TW.json +664 -0
- package/lib/esm/i18n/locales/zh.json +664 -0
- package/lib/esm/layout/FullHeightLayout.js +3 -0
- package/lib/esm/layout/FullHeightLayout.js.map +1 -1
- package/lib/esm/layout/Navbar.js +3 -1
- package/lib/esm/layout/Navbar.js.map +1 -1
- package/lib/esm/layout/RegionTag.js +15 -0
- package/lib/esm/layout/RegionTag.js.map +1 -0
- package/lib/esm/layout/Sidebar.js +2 -2
- package/lib/esm/layout/Sidebar.js.map +1 -1
- package/lib/esm/layout/index.js +1 -0
- package/lib/esm/layout/index.js.map +1 -1
- package/lib/esm/router/HistoryNavigator.js +1 -1
- package/lib/esm/router/HistoryNavigator.js.map +1 -1
- package/lib/esm/router/Nav.js +5 -3
- package/lib/esm/router/Nav.js.map +1 -1
- package/lib/esm/router/NestedNavigationContext.js +4 -0
- package/lib/esm/router/NestedNavigationContext.js.map +1 -1
- package/lib/esm/router/NestedRouterProvider.js +3 -1
- package/lib/esm/router/NestedRouterProvider.js.map +1 -1
- package/lib/esm/router/Router.js +21 -6
- package/lib/esm/router/Router.js.map +1 -1
- package/lib/esm/session/UserSession.js +33 -4
- package/lib/esm/session/UserSession.js.map +1 -1
- package/lib/esm/session/UserSessionProvider.js +6 -13
- package/lib/esm/session/UserSessionProvider.js.map +1 -1
- package/lib/esm/session/auth/composable.js +1 -1
- package/lib/esm/session/auth/composable.js.map +1 -1
- package/lib/esm/session/auth/domainRouting.js +17 -0
- package/lib/esm/session/auth/domainRouting.js.map +1 -0
- package/lib/esm/session/auth/firebase.js +1 -1
- package/lib/esm/session/auth/firebase.js.map +1 -1
- package/lib/esm/session/auth/useCurrentTenant.js +3 -1
- package/lib/esm/session/auth/useCurrentTenant.js.map +1 -1
- package/lib/esm/shell/SplashScreen.js +3 -7
- package/lib/esm/shell/SplashScreen.js.map +1 -1
- package/lib/esm/shell/apps/StandaloneApp.js +5 -2
- package/lib/esm/shell/apps/StandaloneApp.js.map +1 -1
- package/lib/esm/shell/login/EnterpriseSigninButton.js +5 -3
- package/lib/esm/shell/login/EnterpriseSigninButton.js.map +1 -1
- package/lib/esm/shell/login/GitHubSignInButton.js +3 -7
- package/lib/esm/shell/login/GitHubSignInButton.js.map +1 -1
- package/lib/esm/shell/login/GoogleSignInButton.js +3 -1
- package/lib/esm/shell/login/GoogleSignInButton.js.map +1 -1
- package/lib/esm/shell/login/InviteAcceptModal.js +5 -2
- package/lib/esm/shell/login/InviteAcceptModal.js.map +1 -1
- package/lib/esm/shell/login/MicrosoftSigninButton.js +4 -6
- package/lib/esm/shell/login/MicrosoftSigninButton.js.map +1 -1
- package/lib/esm/shell/login/SigninScreen.js +6 -2
- package/lib/esm/shell/login/SigninScreen.js.map +1 -1
- package/lib/esm/shell/login/SignupForm.js +36 -34
- package/lib/esm/shell/login/SignupForm.js.map +1 -1
- package/lib/esm/shell/login/TerminalLogin.js +29 -22
- package/lib/esm/shell/login/TerminalLogin.js.map +1 -1
- package/lib/esm/shell/login/UserInfo.js +6 -4
- package/lib/esm/shell/login/UserInfo.js.map +1 -1
- package/lib/esm/shell/login/UserSessionMenu.js +3 -4
- package/lib/esm/shell/login/UserSessionMenu.js.map +1 -1
- package/lib/esm/widgets/index.js +0 -1
- package/lib/esm/widgets/index.js.map +1 -1
- package/lib/esm/widgets/json-view/JSONCode.js +1 -1
- package/lib/esm/widgets/json-view/JSONCode.js.map +1 -1
- package/lib/esm/widgets/json-view/JSONDisplay.js +6 -2
- package/lib/esm/widgets/json-view/JSONDisplay.js.map +1 -1
- package/lib/esm/widgets/json-view/JSONSwitcher.js +6 -0
- package/lib/esm/widgets/json-view/JSONSwitcher.js.map +1 -0
- package/lib/esm/widgets/json-view/JSONView.js +1 -1
- package/lib/esm/widgets/json-view/JSONView.js.map +1 -1
- package/lib/esm/widgets/json-view/index.js +1 -0
- package/lib/esm/widgets/json-view/index.js.map +1 -1
- package/lib/esm/widgets/markdown/ArtifactContentRenderer.js +6 -5
- package/lib/esm/widgets/markdown/ArtifactContentRenderer.js.map +1 -1
- package/lib/esm/widgets/markdown/CodeBlockContext.js +11 -0
- package/lib/esm/widgets/markdown/CodeBlockContext.js.map +1 -0
- package/lib/esm/widgets/markdown/MarkdownRenderer.js +11 -10
- package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +1 -1
- package/lib/esm/widgets/markdown/codeBlockHandlers.js +11 -12
- package/lib/esm/widgets/markdown/codeBlockHandlers.js.map +1 -1
- package/lib/esm/widgets/markdown/index.js +10 -9
- package/lib/esm/widgets/markdown/index.js.map +1 -1
- package/lib/esm/widgets/markdown/remarkDirectiveHandler.js +0 -1
- package/lib/esm/widgets/markdown/remarkDirectiveHandler.js.map +1 -1
- package/lib/esm/widgets/schema-editor/ManagedSchema.js +6 -5
- package/lib/esm/widgets/schema-editor/ManagedSchema.js.map +1 -1
- package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js +7 -3
- package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js.map +1 -1
- package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js +3 -1
- package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js.map +1 -1
- package/lib/esm/widgets/upload/DropZone.js +9 -11
- package/lib/esm/widgets/upload/DropZone.js.map +1 -1
- package/lib/esm/widgets/upload/UploadResultCategory.js +3 -1
- package/lib/esm/widgets/upload/UploadResultCategory.js.map +1 -1
- package/lib/esm/widgets/upload/UploadSummary.js +3 -1
- package/lib/esm/widgets/upload/UploadSummary.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/core/components/SelectList.d.ts.map +1 -1
- package/lib/types/core/components/SidePanel.d.ts +4 -2
- package/lib/types/core/components/SidePanel.d.ts.map +1 -1
- package/lib/types/core/components/index.d.ts +0 -5
- package/lib/types/core/components/index.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/badge.d.ts +2 -2
- package/lib/types/core/components/shadcn/breadcrumb.d.ts +1 -1
- package/lib/types/core/components/shadcn/breadcrumb.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/button.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/collaspible.d.ts +6 -0
- package/lib/types/core/components/shadcn/collaspible.d.ts.map +1 -0
- package/lib/types/core/components/shadcn/dropdown.d.ts +51 -0
- package/lib/types/core/components/shadcn/dropdown.d.ts.map +1 -0
- package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/index.d.ts +4 -0
- package/lib/types/core/components/shadcn/index.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/input.d.ts +1 -1
- package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts +2 -1
- package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/modal/DeleteModal.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/popover.d.ts +11 -3
- package/lib/types/core/components/shadcn/popover.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/radioGroup.d.ts +26 -0
- package/lib/types/core/components/shadcn/radioGroup.d.ts.map +1 -0
- package/lib/types/core/components/shadcn/switch.d.ts +12 -0
- package/lib/types/core/components/shadcn/switch.d.ts.map +1 -0
- package/lib/types/core/components/shadcn/tabs.d.ts +4 -2
- package/lib/types/core/components/shadcn/tabs.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts +8 -2
- package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +1 -1
- package/lib/types/core/components/toast/NotificationPanel.d.ts.map +1 -1
- package/lib/types/core/hooks/PortalContainerProvider.d.ts +1 -0
- package/lib/types/core/hooks/PortalContainerProvider.d.ts.map +1 -1
- package/lib/types/env/index.d.ts +12 -3
- package/lib/types/env/index.d.ts.map +1 -1
- package/lib/types/features/agent/PayloadBuilder.d.ts +31 -3
- package/lib/types/features/agent/PayloadBuilder.d.ts.map +1 -1
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts +50 -0
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts.map +1 -0
- package/lib/types/features/agent/chat/ArtifactsTab.d.ts +9 -0
- package/lib/types/features/agent/chat/ArtifactsTab.d.ts.map +1 -0
- package/lib/types/features/agent/chat/AskUserWidget.d.ts.map +1 -1
- package/lib/types/features/agent/chat/DocumentPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ImageLightbox.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +22 -9
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +3 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +13 -4
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +3 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +5 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts +16 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
- package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts.map +1 -1
- package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useAgentPlans.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts +5 -3
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts +18 -0
- package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -0
- package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts +4 -4
- package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts.map +1 -1
- package/lib/types/features/agent/chat/types/document.d.ts +2 -0
- package/lib/types/features/agent/chat/types/document.d.ts.map +1 -1
- package/lib/types/features/errors/PanelErrorBoundary.d.ts.map +1 -1
- package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts +2 -1
- package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -1
- package/lib/types/features/facets/RunsFacetsNav.d.ts.map +1 -1
- package/lib/types/features/facets/index.d.ts +1 -1
- package/lib/types/features/facets/index.d.ts.map +1 -1
- package/lib/types/features/layout/GenericPageNavHeader.d.ts +2 -2
- package/lib/types/features/layout/GenericPageNavHeader.d.ts.map +1 -1
- package/lib/types/features/layout/NotFoundView.d.ts.map +1 -1
- package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts.map +1 -1
- package/lib/types/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
- package/lib/types/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
- package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts.map +1 -1
- package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -1
- package/lib/types/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
- package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +1 -1
- package/lib/types/features/store/collections/CollectionsTable.d.ts +4 -0
- package/lib/types/features/store/collections/CollectionsTable.d.ts.map +1 -1
- package/lib/types/features/store/collections/CreateCollection.d.ts.map +1 -1
- package/lib/types/features/store/collections/EditCollectionView.d.ts.map +1 -1
- package/lib/types/features/store/collections/SelectCollection.d.ts.map +1 -1
- package/lib/types/features/store/collections/SharedPropsEditor.d.ts.map +1 -1
- package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts.map +1 -1
- package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -1
- package/lib/types/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
- package/lib/types/features/store/objects/DocumentTable.d.ts.map +1 -1
- package/lib/types/features/store/objects/ExportPropertiesModal.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/ContentOverview.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/DocumentIcon.d.ts +2 -1
- package/lib/types/features/store/objects/components/DocumentIcon.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/SelectDocument.d.ts +3 -1
- package/lib/types/features/store/objects/components/SelectDocument.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/TextEditorPanel.d.ts +10 -0
- package/lib/types/features/store/objects/components/TextEditorPanel.d.ts.map +1 -0
- package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/useDownloadFile.d.ts.map +1 -1
- package/lib/types/features/store/objects/layout/documentLayout.d.ts +3 -2
- package/lib/types/features/store/objects/layout/documentLayout.d.ts.map +1 -1
- package/lib/types/features/store/objects/layout/renderers.d.ts.map +1 -1
- package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts.map +1 -1
- package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +3 -20
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts +16 -0
- package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts.map +1 -0
- package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts +7 -0
- package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts.map +1 -0
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +4 -1
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts +6 -1
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts +1 -1
- package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +1 -1
- package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts.map +1 -1
- package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +1 -1
- package/lib/types/features/store/objects/upload/useUploadHandler.d.ts.map +1 -1
- package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -1
- package/lib/types/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
- package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts +2 -1
- package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts.map +1 -1
- package/lib/types/features/store/types/ObjectSchemaEditor.d.ts.map +1 -1
- package/lib/types/features/store/types/SelectContentType.d.ts.map +1 -1
- package/lib/types/features/store/types/SelectContentTypeModal.d.ts.map +1 -1
- package/lib/types/features/store/types/TableLayoutEditor.d.ts.map +1 -1
- package/lib/types/features/user/UserInfo.d.ts +2 -2
- package/lib/types/features/user/UserInfo.d.ts.map +1 -1
- package/lib/types/i18n/index.d.ts +14 -0
- package/lib/types/i18n/index.d.ts.map +1 -0
- package/lib/types/i18n/instance.d.ts +5 -0
- package/lib/types/i18n/instance.d.ts.map +1 -0
- package/lib/types/layout/FullHeightLayout.d.ts +3 -0
- package/lib/types/layout/FullHeightLayout.d.ts.map +1 -1
- package/lib/types/layout/Navbar.d.ts.map +1 -1
- package/lib/types/layout/RegionTag.d.ts +4 -0
- package/lib/types/layout/RegionTag.d.ts.map +1 -0
- package/lib/types/layout/Sidebar.d.ts +2 -1
- package/lib/types/layout/Sidebar.d.ts.map +1 -1
- package/lib/types/layout/index.d.ts +1 -0
- package/lib/types/layout/index.d.ts.map +1 -1
- package/lib/types/router/Nav.d.ts +5 -1
- package/lib/types/router/Nav.d.ts.map +1 -1
- package/lib/types/router/NestedNavigationContext.d.ts.map +1 -1
- package/lib/types/router/NestedRouterProvider.d.ts.map +1 -1
- package/lib/types/router/Router.d.ts +2 -0
- package/lib/types/router/Router.d.ts.map +1 -1
- package/lib/types/session/UserSession.d.ts +1 -0
- package/lib/types/session/UserSession.d.ts.map +1 -1
- package/lib/types/session/UserSessionProvider.d.ts +0 -1
- package/lib/types/session/UserSessionProvider.d.ts.map +1 -1
- package/lib/types/session/auth/domainRouting.d.ts +3 -0
- package/lib/types/session/auth/domainRouting.d.ts.map +1 -0
- package/lib/types/session/auth/useCurrentTenant.d.ts.map +1 -1
- package/lib/types/shell/SplashScreen.d.ts.map +1 -1
- package/lib/types/shell/apps/StandaloneApp.d.ts.map +1 -1
- package/lib/types/shell/login/EnterpriseSigninButton.d.ts.map +1 -1
- package/lib/types/shell/login/GitHubSignInButton.d.ts.map +1 -1
- package/lib/types/shell/login/GoogleSignInButton.d.ts.map +1 -1
- package/lib/types/shell/login/InviteAcceptModal.d.ts.map +1 -1
- package/lib/types/shell/login/MicrosoftSigninButton.d.ts +1 -1
- package/lib/types/shell/login/MicrosoftSigninButton.d.ts.map +1 -1
- package/lib/types/shell/login/SigninScreen.d.ts.map +1 -1
- package/lib/types/shell/login/SignupForm.d.ts.map +1 -1
- package/lib/types/shell/login/TerminalLogin.d.ts.map +1 -1
- package/lib/types/shell/login/UserInfo.d.ts.map +1 -1
- package/lib/types/shell/login/UserSessionMenu.d.ts.map +1 -1
- package/lib/types/widgets/index.d.ts +0 -1
- package/lib/types/widgets/index.d.ts.map +1 -1
- package/lib/types/widgets/json-view/JSONDisplay.d.ts.map +1 -1
- package/lib/types/widgets/json-view/JSONSwitcher.d.ts +6 -0
- package/lib/types/widgets/json-view/JSONSwitcher.d.ts.map +1 -0
- package/lib/types/widgets/json-view/index.d.ts +1 -0
- package/lib/types/widgets/json-view/index.d.ts.map +1 -1
- package/lib/types/widgets/markdown/ArtifactContentRenderer.d.ts.map +1 -1
- package/lib/types/widgets/markdown/CodeBlockContext.d.ts +21 -0
- package/lib/types/widgets/markdown/CodeBlockContext.d.ts.map +1 -0
- package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
- package/lib/types/widgets/markdown/codeBlockHandlers.d.ts +0 -12
- package/lib/types/widgets/markdown/codeBlockHandlers.d.ts.map +1 -1
- package/lib/types/widgets/markdown/index.d.ts +10 -9
- package/lib/types/widgets/markdown/index.d.ts.map +1 -1
- package/lib/types/widgets/schema-editor/ManagedSchema.d.ts +1 -1
- package/lib/types/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
- package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts.map +1 -1
- package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -1
- package/lib/types/widgets/upload/DropZone.d.ts.map +1 -1
- package/lib/types/widgets/upload/UploadResultCategory.d.ts.map +1 -1
- package/lib/types/widgets/upload/UploadSummary.d.ts.map +1 -1
- package/lib/vertesia-ui-core.js +1 -1
- package/lib/vertesia-ui-core.js.map +1 -1
- package/lib/vertesia-ui-env.js +1 -1
- package/lib/vertesia-ui-env.js.map +1 -1
- package/lib/vertesia-ui-features.js +1 -1
- package/lib/vertesia-ui-features.js.map +1 -1
- package/lib/vertesia-ui-i18n.js +2 -0
- package/lib/vertesia-ui-i18n.js.map +1 -0
- package/lib/vertesia-ui-layout.js +1 -1
- package/lib/vertesia-ui-layout.js.map +1 -1
- package/lib/vertesia-ui-router.js +1 -1
- package/lib/vertesia-ui-router.js.map +1 -1
- package/lib/vertesia-ui-session.js +1 -1
- package/lib/vertesia-ui-session.js.map +1 -1
- package/lib/vertesia-ui-shell.js +1 -1
- package/lib/vertesia-ui-shell.js.map +1 -1
- package/lib/vertesia-ui-widgets.js +1 -1
- package/lib/vertesia-ui-widgets.js.map +1 -1
- package/llms.txt +124 -4
- package/package.json +50 -22
- package/src/core/components/SelectList.tsx +3 -1
- package/src/core/components/SidePanel.tsx +5 -4
- package/src/core/components/index.ts +0 -5
- package/src/core/components/shadcn/breadcrumb.tsx +16 -9
- package/src/core/components/shadcn/button.tsx +5 -3
- package/src/core/components/shadcn/collaspible.tsx +33 -0
- package/src/core/components/shadcn/dropdown.tsx +325 -0
- package/src/core/components/shadcn/filters/comboBox/DateCombobox.tsx +3 -1
- package/src/core/components/shadcn/filters/comboBox/SelectCombobox.tsx +3 -1
- package/src/core/components/shadcn/filters/comboBox/StringListCombobox.tsx +1 -1
- package/src/core/components/shadcn/filters/filter/StringListFilter.tsx +1 -1
- package/src/core/components/shadcn/filters/filter/dateFilter.tsx +5 -3
- package/src/core/components/shadcn/filters/filterBar.tsx +8 -5
- package/src/core/components/shadcn/index.ts +5 -1
- package/src/core/components/shadcn/modal/ConfirmModal.tsx +7 -3
- package/src/core/components/shadcn/modal/DeleteModal.tsx +5 -3
- package/src/core/components/shadcn/popover.tsx +12 -7
- package/src/core/components/shadcn/radioGroup.tsx +100 -0
- package/src/core/components/shadcn/selectBox.tsx +1 -1
- package/src/core/components/shadcn/switch.tsx +60 -0
- package/src/core/components/shadcn/tabs.tsx +29 -27
- package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +19 -10
- package/src/core/components/shadcn/tooltip.tsx +1 -1
- package/src/core/components/toast/NotificationPanel.tsx +38 -44
- package/src/core/hooks/PortalContainerProvider.tsx +11 -3
- package/src/css/base.css +31 -0
- package/src/css/color.css +136 -0
- package/src/css/custom-tooltips.css +64 -0
- package/src/css/index.css +27 -0
- package/src/css/theme.css +86 -0
- package/src/css/typography.css +88 -0
- package/src/css/utilities.css +72 -0
- package/src/env/index.ts +24 -13
- package/src/features/agent/PayloadBuilder.tsx +100 -13
- package/src/features/agent/chat/AgentRightPanel.tsx +424 -0
- package/src/features/agent/chat/ArtifactsTab.tsx +197 -0
- package/src/features/agent/chat/AskUserWidget.tsx +14 -8
- package/src/features/agent/chat/DocumentPanel.tsx +24 -9
- package/src/features/agent/chat/ImageLightbox.tsx +6 -3
- package/src/features/agent/chat/ModernAgentConversation.tsx +538 -364
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +151 -55
- package/src/features/agent/chat/ModernAgentOutput/BatchProgressPanel.tsx +6 -4
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +183 -105
- package/src/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.tsx +21 -31
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +119 -114
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +26 -9
- package/src/features/agent/chat/ModernAgentOutput/PlanPanel.tsx +9 -7
- package/src/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.tsx +15 -13
- package/src/features/agent/chat/ModernAgentOutput/StreamingMessage.tsx +8 -3
- package/src/features/agent/chat/ModernAgentOutput/ToolCallGroup.tsx +149 -49
- package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +9 -5
- package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +229 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.ts +202 -97
- package/src/features/agent/chat/SlidingThinkingIndicator.tsx +5 -3
- package/src/features/agent/chat/VegaLiteChart.tsx +20 -8
- package/src/features/agent/chat/hooks/useAgentPlans.ts +3 -9
- package/src/features/agent/chat/hooks/useAgentStream.ts +86 -19
- package/src/features/agent/chat/hooks/useArtifacts.ts +151 -0
- package/src/features/agent/chat/hooks/useDocumentPanel.ts +65 -5
- package/src/features/agent/chat/hooks/useFileProcessing.ts +14 -13
- package/src/features/agent/chat/types/document.ts +2 -0
- package/src/features/errors/PanelErrorBoundary.tsx +5 -3
- package/src/features/facets/AgentRunnerFacetsNav.tsx +54 -35
- package/src/features/facets/RunsFacetsNav.tsx +15 -7
- package/src/features/facets/index.ts +1 -1
- package/src/features/layout/GenericPageNavHeader.tsx +64 -41
- package/src/features/layout/NotFoundView.tsx +4 -1
- package/src/features/magic-pdf/AnnotatedImageSlider.tsx +12 -8
- package/src/features/magic-pdf/DownloadPopover.tsx +11 -10
- package/src/features/magic-pdf/MagicPdfView.tsx +10 -7
- package/src/features/pdf-viewer/PdfPageSlider.tsx +10 -6
- package/src/features/pdf-viewer/SimplePdfViewer.tsx +5 -3
- package/src/features/permissions/UserPermissionsProvider.tsx +3 -1
- package/src/features/store/collections/BrowseCollectionView.tsx +11 -1
- package/src/features/store/collections/CollectionsTable.tsx +20 -12
- package/src/features/store/collections/CreateCollection.tsx +45 -40
- package/src/features/store/collections/EditCollectionView.tsx +31 -28
- package/src/features/store/collections/SelectCollection.tsx +50 -14
- package/src/features/store/collections/SharedPropsEditor.tsx +7 -5
- package/src/features/store/collections/SyncMemberHeadsToggle.tsx +6 -4
- package/src/features/store/objects/DocumentPreviewPanel.tsx +30 -28
- package/src/features/store/objects/DocumentSearchResults.tsx +31 -21
- package/src/features/store/objects/DocumentTable.tsx +11 -5
- package/src/features/store/objects/ExportPropertiesModal.tsx +8 -5
- package/src/features/store/objects/components/ContentDispositionButton.tsx +3 -1
- package/src/features/store/objects/components/ContentOverview.tsx +96 -50
- package/src/features/store/objects/components/DocumentIcon.tsx +11 -3
- package/src/features/store/objects/components/PropertiesEditorModal.tsx +14 -12
- package/src/features/store/objects/components/SaveVersionConfirmModal.tsx +24 -37
- package/src/features/store/objects/components/SelectDocument.tsx +15 -6
- package/src/features/store/objects/components/TextEditorPanel.tsx +143 -0
- package/src/features/store/objects/components/VectorSearchWidget.tsx +11 -8
- package/src/features/store/objects/components/useContentPanelHooks.ts +4 -2
- package/src/features/store/objects/components/useDownloadFile.ts +12 -10
- package/src/features/store/objects/layout/documentLayout.tsx +16 -6
- package/src/features/store/objects/layout/renderers.tsx +27 -1
- package/src/features/store/objects/search/DocumentSearchContext.ts +3 -2
- package/src/features/store/objects/search/DocumentSearchProvider.tsx +3 -0
- package/src/features/store/objects/selection/ObjectsActionContext.tsx +26 -128
- package/src/features/store/objects/selection/ObjectsActionContextClass.ts +59 -0
- package/src/features/store/objects/selection/ObjectsActionHooks.ts +33 -0
- package/src/features/store/objects/selection/ObjectsActionSpec.ts +4 -1
- package/src/features/store/objects/selection/SelectionActions.tsx +14 -6
- package/src/features/store/objects/selection/actions/AddToCollectionAction.tsx +19 -14
- package/src/features/store/objects/selection/actions/ChangeTypeAction.tsx +9 -5
- package/src/features/store/objects/selection/actions/ConfirmAction.tsx +4 -3
- package/src/features/store/objects/selection/actions/DeleteObjectsAction.tsx +24 -23
- package/src/features/store/objects/selection/actions/ExportPropertiesAction.tsx +10 -5
- package/src/features/store/objects/selection/actions/RemoveFromCollectionAction.tsx +13 -9
- package/src/features/store/objects/selection/actions/StartWorkflowComponent.tsx +14 -8
- package/src/features/store/objects/upload/DocumentUploadModal.tsx +56 -55
- package/src/features/store/objects/upload/useSmartFileUploadProcessing.ts +4 -2
- package/src/features/store/objects/upload/useUploadHandler.ts +9 -7
- package/src/features/store/types/ContentObjectTypesSearch.tsx +10 -8
- package/src/features/store/types/ContentObjectTypesTable.tsx +6 -4
- package/src/features/store/types/CreateOrUpdateTypeModal.tsx +11 -12
- package/src/features/store/types/ObjectSchemaEditor.tsx +11 -9
- package/src/features/store/types/SelectContentType.tsx +15 -13
- package/src/features/store/types/SelectContentTypeModal.tsx +16 -13
- package/src/features/store/types/TableLayoutEditor.tsx +16 -12
- package/src/features/user/UserInfo.tsx +47 -56
- package/src/i18n/index.tsx +45 -0
- package/src/i18n/instance.ts +49 -0
- package/src/i18n/locales/ar.json +696 -0
- package/src/i18n/locales/de.json +664 -0
- package/src/i18n/locales/en.json +665 -0
- package/src/i18n/locales/es.json +670 -0
- package/src/i18n/locales/fr.json +672 -0
- package/src/i18n/locales/it.json +670 -0
- package/src/i18n/locales/ja.json +664 -0
- package/src/i18n/locales/ko.json +664 -0
- package/src/i18n/locales/pt.json +670 -0
- package/src/i18n/locales/ru.json +680 -0
- package/src/i18n/locales/tr.json +664 -0
- package/src/i18n/locales/zh-TW.json +664 -0
- package/src/i18n/locales/zh.json +664 -0
- package/src/layout/FullHeightLayout.tsx +8 -0
- package/src/layout/Navbar.tsx +4 -2
- package/src/layout/RegionTag.tsx +25 -0
- package/src/layout/Sidebar.tsx +4 -3
- package/src/layout/index.ts +2 -1
- package/src/router/HistoryNavigator.ts +10 -10
- package/src/router/Nav.tsx +9 -3
- package/src/router/NestedNavigationContext.tsx +4 -0
- package/src/router/NestedRouterProvider.tsx +3 -1
- package/src/router/Router.tsx +23 -7
- package/src/session/UserSession.ts +34 -5
- package/src/session/UserSessionProvider.tsx +6 -14
- package/src/session/auth/composable.ts +1 -1
- package/src/session/auth/domainRouting.test.ts +110 -0
- package/src/session/auth/domainRouting.ts +22 -0
- package/src/session/auth/firebase.ts +1 -1
- package/src/session/auth/useCurrentTenant.ts +3 -1
- package/src/shell/SplashScreen.tsx +22 -26
- package/src/shell/apps/StandaloneApp.tsx +9 -6
- package/src/shell/login/EnterpriseSigninButton.tsx +6 -4
- package/src/shell/login/GitHubSignInButton.tsx +3 -7
- package/src/shell/login/GoogleSignInButton.tsx +3 -1
- package/src/shell/login/InviteAcceptModal.tsx +5 -2
- package/src/shell/login/MicrosoftSigninButton.tsx +4 -6
- package/src/shell/login/SigninScreen.tsx +18 -13
- package/src/shell/login/SignupForm.tsx +46 -46
- package/src/shell/login/TerminalLogin.tsx +36 -33
- package/src/shell/login/UserInfo.tsx +15 -13
- package/src/shell/login/UserSessionMenu.tsx +28 -31
- package/src/widgets/index.ts +0 -1
- package/src/widgets/json-view/JSONCode.tsx +1 -1
- package/src/widgets/json-view/JSONDisplay.tsx +8 -3
- package/src/widgets/json-view/JSONSwitcher.tsx +24 -0
- package/src/widgets/json-view/JSONView.tsx +1 -1
- package/src/widgets/json-view/index.ts +1 -0
- package/src/widgets/markdown/ArtifactContentRenderer.tsx +15 -7
- package/src/widgets/markdown/CodeBlockContext.tsx +34 -0
- package/src/widgets/markdown/MarkdownRenderer.tsx +14 -13
- package/src/widgets/markdown/codeBlockHandlers.tsx +17 -36
- package/src/widgets/markdown/index.ts +27 -34
- package/src/widgets/markdown/remarkDirectiveHandler.ts +1 -1
- package/src/widgets/schema-editor/ManagedSchema.ts +6 -5
- package/src/widgets/schema-editor/editor/PropertyEditor.tsx +7 -3
- package/src/widgets/schema-editor/editor/SchemaEditor.tsx +3 -1
- package/src/widgets/upload/DropZone.tsx +10 -13
- package/src/widgets/upload/UploadResultCategory.tsx +3 -1
- package/src/widgets/upload/UploadSummary.tsx +13 -11
- package/tsconfig.dist.json +1 -1
- package/lib/esm/core/components/Dropdown.js +0 -16
- package/lib/esm/core/components/Dropdown.js.map +0 -1
- package/lib/esm/core/components/DropdownList.js +0 -9
- package/lib/esm/core/components/DropdownList.js.map +0 -1
- package/lib/esm/core/components/RadioGroup.js +0 -34
- package/lib/esm/core/components/RadioGroup.js.map +0 -1
- package/lib/esm/core/components/SelectStack.js +0 -8
- package/lib/esm/core/components/SelectStack.js.map +0 -1
- package/lib/esm/core/components/Switch.js +0 -12
- package/lib/esm/core/components/Switch.js.map +0 -1
- package/lib/esm/widgets/popover/Popover.js +0 -73
- package/lib/esm/widgets/popover/Popover.js.map +0 -1
- package/lib/esm/widgets/popover/context.js +0 -7
- package/lib/esm/widgets/popover/context.js.map +0 -1
- package/lib/esm/widgets/popover/index.js +0 -3
- package/lib/esm/widgets/popover/index.js.map +0 -1
- package/lib/esm/widgets/popover/slots.js +0 -22
- package/lib/esm/widgets/popover/slots.js.map +0 -1
- package/lib/types/core/components/Dropdown.d.ts +0 -15
- package/lib/types/core/components/Dropdown.d.ts.map +0 -1
- package/lib/types/core/components/DropdownList.d.ts +0 -13
- package/lib/types/core/components/DropdownList.d.ts.map +0 -1
- package/lib/types/core/components/RadioGroup.d.ts +0 -26
- package/lib/types/core/components/RadioGroup.d.ts.map +0 -1
- package/lib/types/core/components/SelectStack.d.ts +0 -13
- package/lib/types/core/components/SelectStack.d.ts.map +0 -1
- package/lib/types/core/components/Switch.d.ts +0 -11
- package/lib/types/core/components/Switch.d.ts.map +0 -1
- package/lib/types/widgets/popover/Popover.d.ts +0 -38
- package/lib/types/widgets/popover/Popover.d.ts.map +0 -1
- package/lib/types/widgets/popover/context.d.ts +0 -8
- package/lib/types/widgets/popover/context.d.ts.map +0 -1
- package/lib/types/widgets/popover/index.d.ts +0 -3
- package/lib/types/widgets/popover/index.d.ts.map +0 -1
- package/lib/types/widgets/popover/slots.d.ts +0 -5
- package/lib/types/widgets/popover/slots.d.ts.map +0 -1
- package/src/core/components/Dropdown.tsx +0 -63
- package/src/core/components/DropdownList.tsx +0 -72
- package/src/core/components/RadioGroup.tsx +0 -100
- package/src/core/components/SelectStack.tsx +0 -63
- package/src/core/components/Switch.tsx +0 -30
- package/src/widgets/popover/Popover.tsx +0 -171
- package/src/widgets/popover/context.ts +0 -15
- package/src/widgets/popover/index.ts +0 -2
- package/src/widgets/popover/slots.ts +0 -24
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Check, ChevronsUpDown } from "lucide-react";
|
|
1
|
+
import { Check, ChevronsUpDown, X } from "lucide-react";
|
|
2
2
|
import { useCallback, useMemo, useState } from "react";
|
|
3
3
|
|
|
4
4
|
import { CollectionItem } from "@vertesia/common";
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
Command, CommandEmpty, CommandGroup, CommandItem, CommandInput
|
|
9
9
|
} from "@vertesia/ui/core";
|
|
10
10
|
import { useUserSession } from "@vertesia/ui/session";
|
|
11
|
+
import { useUITranslation } from '../../../i18n/index.js';
|
|
11
12
|
|
|
12
13
|
/**
|
|
13
14
|
* A component to select a collection from a list of collections.
|
|
@@ -26,8 +27,11 @@ interface SelectCollectionProps {
|
|
|
26
27
|
multiple?: boolean;
|
|
27
28
|
}
|
|
28
29
|
|
|
29
|
-
export function SelectCollection({ onChange, value, disabled = false, placeholder
|
|
30
|
+
export function SelectCollection({ onChange, value, disabled = false, placeholder, searchPlaceholder, filterOut, allowDynamic = true, multiple = false }: SelectCollectionProps) {
|
|
30
31
|
const { client } = useUserSession();
|
|
32
|
+
const { t } = useUITranslation();
|
|
33
|
+
const resolvedPlaceholder = placeholder ?? t('store.selectACollection');
|
|
34
|
+
const resolvedSearchPlaceholder = searchPlaceholder ?? t('store.searchCollections');
|
|
31
35
|
|
|
32
36
|
const [searchQuery, setSearchQuery] = useState('');
|
|
33
37
|
const [isSearching, setIsSearching] = useState(false);
|
|
@@ -126,12 +130,33 @@ export function SelectCollection({ onChange, value, disabled = false, placeholde
|
|
|
126
130
|
return collections.filter(col => col.name.toLowerCase().includes(queryLower));
|
|
127
131
|
}, [collections, useServerSearch, hasSearchQuery, searchQuery]);
|
|
128
132
|
|
|
129
|
-
const showClearOption =
|
|
133
|
+
const showClearOption = multiple
|
|
134
|
+
? Array.isArray(selectedCollection) && selectedCollection.length > 0
|
|
135
|
+
: !!selectedCollection;
|
|
136
|
+
|
|
137
|
+
const renderTrailingIcon = () => {
|
|
138
|
+
if (showClearOption) {
|
|
139
|
+
return (
|
|
140
|
+
<span
|
|
141
|
+
role="button"
|
|
142
|
+
aria-label="Clear selection"
|
|
143
|
+
className="ml-2 shrink-0 opacity-50 hover:opacity-100 hover:text-destructive cursor-pointer"
|
|
144
|
+
onClick={(e) => {
|
|
145
|
+
e.stopPropagation();
|
|
146
|
+
handleClear();
|
|
147
|
+
}}
|
|
148
|
+
>
|
|
149
|
+
<X className="h-4 w-4" />
|
|
150
|
+
</span>
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
return <ChevronsUpDown className="ml-2 h-4 w-4 shrink-0 opacity-50" />;
|
|
154
|
+
};
|
|
130
155
|
|
|
131
156
|
// Show error state
|
|
132
157
|
if (error) {
|
|
133
158
|
return (
|
|
134
|
-
<ErrorBox title=
|
|
159
|
+
<ErrorBox title={t('store.collectionFetchFailed')}>
|
|
135
160
|
{error.message}
|
|
136
161
|
</ErrorBox>
|
|
137
162
|
);
|
|
@@ -143,11 +168,11 @@ export function SelectCollection({ onChange, value, disabled = false, placeholde
|
|
|
143
168
|
if (selectedCollection.length === 1) {
|
|
144
169
|
return selectedCollection[0].name;
|
|
145
170
|
}
|
|
146
|
-
return
|
|
171
|
+
return t('store.collectionsSelected', { count: selectedCollection.length });
|
|
147
172
|
} else if (!multiple && selectedCollection && !Array.isArray(selectedCollection)) {
|
|
148
173
|
return selectedCollection.name;
|
|
149
174
|
}
|
|
150
|
-
return
|
|
175
|
+
return resolvedPlaceholder;
|
|
151
176
|
};
|
|
152
177
|
|
|
153
178
|
return (
|
|
@@ -163,14 +188,14 @@ export function SelectCollection({ onChange, value, disabled = false, placeholde
|
|
|
163
188
|
<span className="truncate flex-1 text-left min-w-0">
|
|
164
189
|
{getDisplayText()}
|
|
165
190
|
</span>
|
|
166
|
-
|
|
191
|
+
{renderTrailingIcon()}
|
|
167
192
|
</Button>
|
|
168
193
|
</PopoverTrigger>
|
|
169
194
|
<PopoverContent className="mt-2 mb-2 w-[var(--radix-popover-trigger-width)] p-0" align="start">
|
|
170
195
|
<Command shouldFilter={false}>
|
|
171
196
|
<div className="flex justify-between items-center border-b px-3" cmdk-input-wrapper="">
|
|
172
197
|
<CommandInput
|
|
173
|
-
placeholder={
|
|
198
|
+
placeholder={resolvedSearchPlaceholder}
|
|
174
199
|
value={searchQuery}
|
|
175
200
|
onValueChange={handleSearchChange}
|
|
176
201
|
className="flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50"
|
|
@@ -184,21 +209,32 @@ export function SelectCollection({ onChange, value, disabled = false, placeholde
|
|
|
184
209
|
<CommandEmpty>
|
|
185
210
|
{
|
|
186
211
|
isSearching
|
|
187
|
-
?
|
|
212
|
+
? t('store.searching')
|
|
188
213
|
: hasSearchQuery
|
|
189
|
-
?
|
|
190
|
-
:
|
|
214
|
+
? t('store.noCollectionsFound')
|
|
215
|
+
: t('store.noCollectionsAvailable')
|
|
191
216
|
}
|
|
192
217
|
</CommandEmpty>
|
|
193
218
|
<CommandGroup className="max-h-[300px] overflow-auto">
|
|
194
219
|
{
|
|
195
|
-
showClearOption && !
|
|
220
|
+
showClearOption && !hasSearchQuery && (
|
|
196
221
|
<CommandItem
|
|
197
222
|
value="__clear__"
|
|
198
223
|
onSelect={handleClear}
|
|
199
|
-
className="text-
|
|
224
|
+
className="text-destructive"
|
|
225
|
+
>
|
|
226
|
+
Remove collection selection(s)
|
|
227
|
+
</CommandItem>
|
|
228
|
+
)
|
|
229
|
+
}
|
|
230
|
+
{
|
|
231
|
+
hasSearchQuery && (
|
|
232
|
+
<CommandItem
|
|
233
|
+
value="__clear_search__"
|
|
234
|
+
onSelect={() => setSearchQuery("")}
|
|
235
|
+
className="text-muted"
|
|
200
236
|
>
|
|
201
|
-
|
|
237
|
+
{t('store.clearSelection')}
|
|
202
238
|
</CommandItem>
|
|
203
239
|
)
|
|
204
240
|
}
|
|
@@ -2,6 +2,7 @@ import { Collection, ContentObjectType } from "@vertesia/common";
|
|
|
2
2
|
import { Button, Panel, TagsInput, useToast } from "@vertesia/ui/core";
|
|
3
3
|
import { useUserSession } from "@vertesia/ui/session";
|
|
4
4
|
import { useEffect, useState } from "react";
|
|
5
|
+
import { useUITranslation } from '../../../i18n/index.js';
|
|
5
6
|
|
|
6
7
|
interface SharedPropsEditorProps {
|
|
7
8
|
collection: Collection;
|
|
@@ -9,6 +10,7 @@ interface SharedPropsEditorProps {
|
|
|
9
10
|
export function SharedPropsEditor({ collection }: SharedPropsEditorProps) {
|
|
10
11
|
|
|
11
12
|
const { client } = useUserSession();
|
|
13
|
+
const { t } = useUITranslation();
|
|
12
14
|
const [colType, setColType] = useState<ContentObjectType | undefined>(undefined);
|
|
13
15
|
const [sharedProps, setSharedProps] = useState<string[]>(collection.shared_properties || []);
|
|
14
16
|
const toast = useToast();
|
|
@@ -31,12 +33,12 @@ export function SharedPropsEditor({ collection }: SharedPropsEditorProps) {
|
|
|
31
33
|
}).then(() => {
|
|
32
34
|
// Handle success
|
|
33
35
|
toast({
|
|
34
|
-
title:
|
|
36
|
+
title: t('store.updatedSharedProperties'),
|
|
35
37
|
status: "success"
|
|
36
38
|
})
|
|
37
39
|
}).catch((error) => {
|
|
38
40
|
toast({
|
|
39
|
-
title:
|
|
41
|
+
title: t('store.failedToUpdateSharedProperties'),
|
|
40
42
|
description: error.message,
|
|
41
43
|
status: "error"
|
|
42
44
|
})
|
|
@@ -45,14 +47,14 @@ export function SharedPropsEditor({ collection }: SharedPropsEditorProps) {
|
|
|
45
47
|
}
|
|
46
48
|
|
|
47
49
|
return (
|
|
48
|
-
<Panel title=
|
|
50
|
+
<Panel title={t('store.sharedProperties')} description={t('store.sharedPropertiesDescription')}
|
|
49
51
|
action={
|
|
50
52
|
<Button size="lg" isLoading={false} onClick={onSave}>
|
|
51
|
-
|
|
53
|
+
{t('modal.save')}
|
|
52
54
|
</Button>}
|
|
53
55
|
>
|
|
54
56
|
<div className=''>
|
|
55
|
-
<TagsInput value={sharedProps} onChange={onSelect} options={options} placeholder=
|
|
57
|
+
<TagsInput value={sharedProps} onChange={onSelect} options={options} placeholder={t('store.selectPropertiesToShare')} />
|
|
56
58
|
</div>
|
|
57
59
|
</Panel>
|
|
58
60
|
)
|
|
@@ -2,6 +2,7 @@ import { Collection } from "@vertesia/common";
|
|
|
2
2
|
import { Panel, Switch, useToast } from "@vertesia/ui/core";
|
|
3
3
|
import { useUserSession } from "@vertesia/ui/session";
|
|
4
4
|
import { useState } from "react";
|
|
5
|
+
import { useUITranslation } from '../../../i18n/index.js';
|
|
5
6
|
|
|
6
7
|
interface SyncMemberHeadsToggleProps {
|
|
7
8
|
collection: Collection;
|
|
@@ -9,6 +10,7 @@ interface SyncMemberHeadsToggleProps {
|
|
|
9
10
|
export function SyncMemberHeadsToggle({ collection }: SyncMemberHeadsToggleProps) {
|
|
10
11
|
|
|
11
12
|
const { client } = useUserSession();
|
|
13
|
+
const { t } = useUITranslation();
|
|
12
14
|
const [skipHeadSync, setSkipHeadSync] = useState<boolean>(collection.skip_head_sync ?? false);
|
|
13
15
|
const [isSaving, setIsSaving] = useState<boolean>(false);
|
|
14
16
|
const toast = useToast();
|
|
@@ -21,13 +23,13 @@ export function SyncMemberHeadsToggle({ collection }: SyncMemberHeadsToggleProps
|
|
|
21
23
|
}).then(() => {
|
|
22
24
|
// Handle success
|
|
23
25
|
toast({
|
|
24
|
-
title:
|
|
26
|
+
title: t('store.updatedSkipHeadSync'),
|
|
25
27
|
status: "success"
|
|
26
28
|
})
|
|
27
29
|
setSkipHeadSync(skip_head_sync);
|
|
28
30
|
}).catch((error) => {
|
|
29
31
|
toast({
|
|
30
|
-
title:
|
|
32
|
+
title: t('store.failedToUpdateSkipHeadSync'),
|
|
31
33
|
description: error.message,
|
|
32
34
|
status: "error"
|
|
33
35
|
})
|
|
@@ -38,9 +40,9 @@ export function SyncMemberHeadsToggle({ collection }: SyncMemberHeadsToggleProps
|
|
|
38
40
|
}
|
|
39
41
|
|
|
40
42
|
return (
|
|
41
|
-
<Panel title=
|
|
43
|
+
<Panel title={t('store.syncMemberHeads')} description={t('store.syncMemberHeadsDescription')}>
|
|
42
44
|
<Switch disabled={isSaving} value={!skipHeadSync} onChange={onSaveSkipHeadSync}>
|
|
43
|
-
|
|
45
|
+
{t('store.enableSyncMemberHeads')}
|
|
44
46
|
</Switch>
|
|
45
47
|
</Panel>
|
|
46
48
|
)
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
X,
|
|
17
17
|
} from "lucide-react";
|
|
18
18
|
import { useEffect, useState } from "react";
|
|
19
|
+
import { useUITranslation } from '../../../i18n/index.js';
|
|
19
20
|
|
|
20
21
|
interface DocumentPreviewPanelProps {
|
|
21
22
|
objectId: string | null;
|
|
@@ -36,6 +37,7 @@ export function DocumentPreviewPanel({
|
|
|
36
37
|
const [text, setText] = useState<string | undefined>();
|
|
37
38
|
const [imageUrl, setImageUrl] = useState<string | undefined>();
|
|
38
39
|
const [currentTab, setCurrentTab] = useState("preview");
|
|
40
|
+
const { t } = useUITranslation();
|
|
39
41
|
const toast = useToast();
|
|
40
42
|
|
|
41
43
|
useEffect(() => {
|
|
@@ -67,8 +69,8 @@ export function DocumentPreviewPanel({
|
|
|
67
69
|
.catch((error) => {
|
|
68
70
|
console.error("Error loading object:", error);
|
|
69
71
|
toast({
|
|
70
|
-
title:
|
|
71
|
-
description:
|
|
72
|
+
title: t('agent.error'),
|
|
73
|
+
description: t('store.failedToLoadDocument'),
|
|
72
74
|
status: "error",
|
|
73
75
|
duration: 3000,
|
|
74
76
|
});
|
|
@@ -145,8 +147,8 @@ export function DocumentPreviewPanel({
|
|
|
145
147
|
<FileText className="h-5 w-5 text-indigo-600 mr-2" />
|
|
146
148
|
<h2 className="text-lg font-semibold text-gray-800 dark:text-gray-200 truncate">
|
|
147
149
|
{isLoading
|
|
148
|
-
?
|
|
149
|
-
: object?.name ||
|
|
150
|
+
? t('store.loadingDocument')
|
|
151
|
+
: object?.name || t('store.documentPreview')}
|
|
150
152
|
</h2>
|
|
151
153
|
</div>
|
|
152
154
|
<div className="flex items-center space-x-2">
|
|
@@ -157,7 +159,7 @@ export function DocumentPreviewPanel({
|
|
|
157
159
|
className="flex items-center gap-1 text-indigo-600 hover:text-indigo-800"
|
|
158
160
|
>
|
|
159
161
|
<Maximize2 className="h-4 w-4" />
|
|
160
|
-
<span>
|
|
162
|
+
<span>{t('store.fullView')}</span>
|
|
161
163
|
</Button>
|
|
162
164
|
<Button
|
|
163
165
|
variant="ghost"
|
|
@@ -179,7 +181,7 @@ export function DocumentPreviewPanel({
|
|
|
179
181
|
className="text-indigo-600 dark:text-indigo-400 mb-2"
|
|
180
182
|
/>
|
|
181
183
|
<p className="text-gray-600 dark:text-gray-400">
|
|
182
|
-
|
|
184
|
+
{t('store.loadingDocument')}
|
|
183
185
|
</p>
|
|
184
186
|
</div>
|
|
185
187
|
</div>
|
|
@@ -197,7 +199,7 @@ export function DocumentPreviewPanel({
|
|
|
197
199
|
>
|
|
198
200
|
<div className="flex items-center gap-1">
|
|
199
201
|
<LayoutGrid className="h-4 w-4" />
|
|
200
|
-
<span>
|
|
202
|
+
<span>{t('store.preview')}</span>
|
|
201
203
|
</div>
|
|
202
204
|
</button>
|
|
203
205
|
<button
|
|
@@ -209,7 +211,7 @@ export function DocumentPreviewPanel({
|
|
|
209
211
|
>
|
|
210
212
|
<div className="flex items-center gap-1">
|
|
211
213
|
<Info className="h-4 w-4" />
|
|
212
|
-
<span>
|
|
214
|
+
<span>{t('store.properties')}</span>
|
|
213
215
|
</div>
|
|
214
216
|
</button>
|
|
215
217
|
</div>
|
|
@@ -268,13 +270,13 @@ export function DocumentPreviewPanel({
|
|
|
268
270
|
<div className="flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800">
|
|
269
271
|
<FileText className="h-16 w-16 text-indigo-300 dark:text-indigo-400 mb-4" />
|
|
270
272
|
<p className="text-gray-600 dark:text-gray-400 text-center mb-4">
|
|
271
|
-
|
|
273
|
+
{t('store.pdfPreviewFullView')}
|
|
272
274
|
</p>
|
|
273
275
|
<Button
|
|
274
276
|
onClick={handleViewFullDocument}
|
|
275
277
|
className="bg-indigo-600 hover:bg-indigo-700 text-white"
|
|
276
278
|
>
|
|
277
|
-
|
|
279
|
+
{t('store.openFullDocumentView')}
|
|
278
280
|
</Button>
|
|
279
281
|
</div>
|
|
280
282
|
)}
|
|
@@ -284,7 +286,7 @@ export function DocumentPreviewPanel({
|
|
|
284
286
|
<div className="flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800">
|
|
285
287
|
<FileText className="h-16 w-16 text-gray-300 dark:text-gray-600 mb-4" />
|
|
286
288
|
<p className="text-gray-600 dark:text-gray-400 text-center">
|
|
287
|
-
|
|
289
|
+
{t('store.noPreviewAvailable')}
|
|
288
290
|
</p>
|
|
289
291
|
</div>
|
|
290
292
|
)}
|
|
@@ -301,55 +303,55 @@ export function DocumentPreviewPanel({
|
|
|
301
303
|
<div className="flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800">
|
|
302
304
|
<Info className="h-16 w-16 text-gray-300 dark:text-gray-600 mb-4" />
|
|
303
305
|
<p className="text-gray-600 dark:text-gray-400 text-center">
|
|
304
|
-
|
|
306
|
+
{t('store.noPropertiesAvailable')}
|
|
305
307
|
</p>
|
|
306
308
|
</div>
|
|
307
309
|
)}
|
|
308
310
|
|
|
309
311
|
<div className="mt-4">
|
|
310
312
|
<h3 className="text-sm font-semibold text-gray-700 dark:text-gray-300 mb-2">
|
|
311
|
-
|
|
313
|
+
{t('store.documentInformation')}
|
|
312
314
|
</h3>
|
|
313
315
|
<div className="shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800">
|
|
314
316
|
<div className="grid grid-cols-2 gap-y-2 gap-x-4 text-sm">
|
|
315
|
-
<div className="text-gray-500 dark:text-gray-400">
|
|
317
|
+
<div className="text-gray-500 dark:text-gray-400">{t('store.id')}</div>
|
|
316
318
|
<div className="font-medium dark:text-gray-200">
|
|
317
319
|
{object.id}
|
|
318
320
|
</div>
|
|
319
321
|
|
|
320
322
|
<div className="text-gray-500 dark:text-gray-400">
|
|
321
|
-
|
|
323
|
+
{t('store.contentType')}
|
|
322
324
|
</div>
|
|
323
325
|
<div className="font-medium dark:text-gray-200">
|
|
324
|
-
{object.type?.name ||
|
|
326
|
+
{object.type?.name || t('store.unknown')}
|
|
325
327
|
</div>
|
|
326
328
|
|
|
327
329
|
<div className="text-gray-500 dark:text-gray-400">
|
|
328
|
-
|
|
330
|
+
{t('store.contentType')}
|
|
329
331
|
</div>
|
|
330
332
|
<div className="font-medium dark:text-gray-200">
|
|
331
|
-
{object.content?.type ||
|
|
333
|
+
{object.content?.type || t('store.na')}
|
|
332
334
|
</div>
|
|
333
335
|
|
|
334
|
-
<div className="text-gray-500">
|
|
336
|
+
<div className="text-gray-500">{t('store.size')}</div>
|
|
335
337
|
<div className="font-medium">
|
|
336
338
|
{object.content && "size" in object.content
|
|
337
339
|
? formatFileSize(object.content.size as number)
|
|
338
|
-
:
|
|
340
|
+
: t('store.unknown')}
|
|
339
341
|
</div>
|
|
340
342
|
|
|
341
|
-
<div className="text-gray-500">
|
|
343
|
+
<div className="text-gray-500">{t('store.created')}</div>
|
|
342
344
|
<div className="font-medium">
|
|
343
345
|
{object.created_at
|
|
344
346
|
? new Date(object.created_at).toLocaleString()
|
|
345
|
-
:
|
|
347
|
+
: t('store.na')}
|
|
346
348
|
</div>
|
|
347
349
|
|
|
348
|
-
<div className="text-gray-500">
|
|
350
|
+
<div className="text-gray-500">{t('store.updated')}</div>
|
|
349
351
|
<div className="font-medium">
|
|
350
352
|
{object.updated_at
|
|
351
353
|
? new Date(object.updated_at).toLocaleString()
|
|
352
|
-
:
|
|
354
|
+
: t('store.na')}
|
|
353
355
|
</div>
|
|
354
356
|
</div>
|
|
355
357
|
</div>
|
|
@@ -375,8 +377,8 @@ export function DocumentPreviewPanel({
|
|
|
375
377
|
.catch((error) => {
|
|
376
378
|
console.error("Error getting download URL:", error);
|
|
377
379
|
toast({
|
|
378
|
-
title:
|
|
379
|
-
description:
|
|
380
|
+
title: t('agent.error'),
|
|
381
|
+
description: t('store.failedToDownloadFile'),
|
|
380
382
|
status: "error",
|
|
381
383
|
duration: 3000,
|
|
382
384
|
});
|
|
@@ -387,7 +389,7 @@ export function DocumentPreviewPanel({
|
|
|
387
389
|
className="text-indigo-600 border-indigo-300 hover:bg-indigo-50"
|
|
388
390
|
>
|
|
389
391
|
<Download className="h-4 w-4 mr-2" />
|
|
390
|
-
|
|
392
|
+
{t('pdf.download')}
|
|
391
393
|
</Button>
|
|
392
394
|
)}
|
|
393
395
|
</div>
|
|
@@ -395,7 +397,7 @@ export function DocumentPreviewPanel({
|
|
|
395
397
|
onClick={handleViewFullDocument}
|
|
396
398
|
className="bg-indigo-600 hover:bg-indigo-700 text-white"
|
|
397
399
|
>
|
|
398
|
-
|
|
400
|
+
{t('store.openFullDocument')}
|
|
399
401
|
<ChevronRight className="h-4 w-4 ml-2" />
|
|
400
402
|
</Button>
|
|
401
403
|
</div>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ColumnLayout, ComplexSearchQuery, ContentObject, ContentObjectItem } from '@vertesia/common';
|
|
2
|
+
import { useUITranslation } from '../../../i18n/index.js';
|
|
2
3
|
import {
|
|
3
4
|
Filter as BaseFilter,
|
|
4
5
|
Button, Divider, ErrorBox,
|
|
@@ -50,6 +51,7 @@ interface DocumentSearchResultsWithDropZoneProps {
|
|
|
50
51
|
export function DocumentSearchResultsWithDropZone({ onUploadDone = async () => { }, layout }: DocumentSearchResultsWithDropZoneProps) {
|
|
51
52
|
const search = useDocumentSearch();
|
|
52
53
|
const toast = useToast();
|
|
54
|
+
const { t } = useUITranslation();
|
|
53
55
|
|
|
54
56
|
// Create a wrapper around the onUploadDone callback that also refreshes the search
|
|
55
57
|
const handleUploadDone = async (objectIds: string[]) => {
|
|
@@ -62,8 +64,8 @@ export function DocumentSearchResultsWithDropZone({ onUploadDone = async () => {
|
|
|
62
64
|
search.search().then(() => {
|
|
63
65
|
// Notify the user that the list has been refreshed
|
|
64
66
|
toast({
|
|
65
|
-
title:
|
|
66
|
-
description:
|
|
67
|
+
title: t('store.documentListRefreshed'),
|
|
68
|
+
description: t('store.documentListRefreshedDesc'),
|
|
67
69
|
status: "info",
|
|
68
70
|
duration: 3000,
|
|
69
71
|
});
|
|
@@ -94,6 +96,7 @@ interface DocumentSearchResultsProps {
|
|
|
94
96
|
}
|
|
95
97
|
export function DocumentSearchResults({ layout, onUpload, allowFilter = true, allowSearch = true }: DocumentSearchResultsProps) {
|
|
96
98
|
// Get the search context to access collectionId
|
|
99
|
+
const { t } = useUITranslation();
|
|
97
100
|
const searchContext = useDocumentSearch();
|
|
98
101
|
const [isReady, setIsReady] = useState(false);
|
|
99
102
|
const [selectedObject, setSelectedObject] = useState<ContentObjectItem | null>(null);
|
|
@@ -103,6 +106,12 @@ export function DocumentSearchResults({ layout, onUpload, allowFilter = true, al
|
|
|
103
106
|
typeRegistry ? layout || getTableLayout(typeRegistry, search.query.type) : defaultLayout,
|
|
104
107
|
);
|
|
105
108
|
|
|
109
|
+
useEffect(() => {
|
|
110
|
+
if (layout) {
|
|
111
|
+
setActualLayout(layout);
|
|
112
|
+
}
|
|
113
|
+
}, [layout]);
|
|
114
|
+
|
|
106
115
|
//TODO _setRefreshTrigger state not used
|
|
107
116
|
const [refreshTrigger, _setRefreshTrigger] = useState(0);
|
|
108
117
|
const [loaded, setLoaded] = useState(0);
|
|
@@ -242,7 +251,7 @@ export function DocumentSearchResults({ layout, onUpload, allowFilter = true, al
|
|
|
242
251
|
<div className="flex flex-col gap-y-2">
|
|
243
252
|
<OverviewDrawer object={selectedObject} onClose={() => setSelectedObject(null)} />
|
|
244
253
|
{
|
|
245
|
-
error && <ErrorBox title=
|
|
254
|
+
error && <ErrorBox title={t('store.error')}>{error.message}</ErrorBox>
|
|
246
255
|
}
|
|
247
256
|
<Toolsbar
|
|
248
257
|
isLoading={isLoading}
|
|
@@ -293,6 +302,7 @@ interface ToolsbarProps {
|
|
|
293
302
|
setIsGridView: React.Dispatch<React.SetStateAction<boolean>>;
|
|
294
303
|
}
|
|
295
304
|
function Toolsbar(props: ToolsbarProps) {
|
|
305
|
+
const { t } = useUITranslation();
|
|
296
306
|
const {
|
|
297
307
|
isLoading,
|
|
298
308
|
refreshTrigger,
|
|
@@ -309,29 +319,28 @@ function Toolsbar(props: ToolsbarProps) {
|
|
|
309
319
|
return (
|
|
310
320
|
<div className="sticky top-0 z-10 bg-background py-2 flex justify-between items-center">
|
|
311
321
|
{
|
|
312
|
-
allowFilter
|
|
322
|
+
allowFilter ? (
|
|
313
323
|
<FilterProvider
|
|
314
324
|
filterGroups={filterGroups}
|
|
315
325
|
filters={filters}
|
|
316
326
|
setFilters={handleFilterChange}
|
|
317
327
|
>
|
|
318
|
-
<div
|
|
319
|
-
<div className="flex gap-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
328
|
+
<div>
|
|
329
|
+
<div className="flex flex-row gap-4 items-center justify-between w-full">
|
|
330
|
+
<div className="flex gap-2 items-center w-2/3">
|
|
331
|
+
{
|
|
332
|
+
allowSearch && <VectorSearchWidget onChange={handleVectorSearch} isLoading={isLoading} refresh={refreshTrigger} className="w-full" />
|
|
333
|
+
}
|
|
334
|
+
<FilterBtn />
|
|
335
|
+
</div>
|
|
336
|
+
</div>
|
|
337
|
+
<div className="flex gap-2 items-center pt-2">
|
|
338
|
+
<FilterBar />
|
|
339
|
+
<FilterClear />
|
|
324
340
|
</div>
|
|
325
|
-
</div>
|
|
326
|
-
<div className="flex gap-2 items-center pt-2">
|
|
327
|
-
<FilterBar />
|
|
328
|
-
<FilterClear />
|
|
329
341
|
</div>
|
|
330
342
|
</FilterProvider>
|
|
331
|
-
)
|
|
332
|
-
}
|
|
333
|
-
{
|
|
334
|
-
!allowFilter && (
|
|
343
|
+
) : (
|
|
335
344
|
<div className="flex flex-row gap-4 items-center justify-between w-full">
|
|
336
345
|
<div className="flex gap-2 items-center w-2/3">
|
|
337
346
|
{
|
|
@@ -342,7 +351,7 @@ function Toolsbar(props: ToolsbarProps) {
|
|
|
342
351
|
)
|
|
343
352
|
}
|
|
344
353
|
<div className="flex gap-1 items-center">
|
|
345
|
-
<Button variant="outline" onClick={handleRefetch} alt=
|
|
354
|
+
<Button variant="outline" onClick={handleRefetch} alt={t('store.refresh')}><RefreshCw size={16} /></Button>
|
|
346
355
|
<ContentDispositionButton onUpdate={setIsGridView} />
|
|
347
356
|
</div>
|
|
348
357
|
</div>
|
|
@@ -359,14 +368,15 @@ function OverviewDrawer({ object, onClose }: OverviewDrawerProps) {
|
|
|
359
368
|
const navigate = useNavigate();
|
|
360
369
|
const { downloadFromContentSource } = useDownloadFile({ client: store, toast });
|
|
361
370
|
|
|
371
|
+
const contentSource = object?.content?.source;
|
|
362
372
|
return object ? (
|
|
363
373
|
<SidePanel title={object.properties?.title || object.name} isOpen={true} onClose={onClose}>
|
|
364
374
|
<div className="flex items-center gap-x-2">
|
|
365
375
|
<Button variant="ghost" size="sm" title="Open Object" onClick={() => navigate(`/objects/${object.id}`)}>
|
|
366
376
|
<ExternalLink className="size-4" />
|
|
367
377
|
</Button>
|
|
368
|
-
{
|
|
369
|
-
<Button variant="ghost" size="sm" title="Download" onClick={() => downloadFromContentSource(
|
|
378
|
+
{contentSource && (
|
|
379
|
+
<Button variant="ghost" size="sm" title="Download" onClick={() => downloadFromContentSource(contentSource, object.name || object.content?.name)}>
|
|
370
380
|
<Download className="size-4" />
|
|
371
381
|
</Button>
|
|
372
382
|
)}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ContentObjectItem } from "@vertesia/common";
|
|
2
2
|
import { Spinner, useToast } from "@vertesia/ui/core";
|
|
3
|
+
import { useUITranslation } from '../../../i18n/index.js';
|
|
3
4
|
import { DropZone } from '@vertesia/ui/widgets';
|
|
4
5
|
import clsx from "clsx";
|
|
5
6
|
import { ChangeEvent, useMemo, useState } from "react";
|
|
@@ -60,6 +61,7 @@ function ObjectTableWithDropZone({
|
|
|
60
61
|
const [typeSelectionOpen, setTypeSelectionOpen] = useState(false);
|
|
61
62
|
const search = useDocumentSearch();
|
|
62
63
|
const toast = useToast();
|
|
64
|
+
const { t } = useUITranslation();
|
|
63
65
|
const { checkDocumentProcessing } = useSmartFileUploadProcessing();
|
|
64
66
|
|
|
65
67
|
// Handle file uploads when a file is dropped
|
|
@@ -80,7 +82,7 @@ function ObjectTableWithDropZone({
|
|
|
80
82
|
const toSkip = processed.filter((f) => f.action === "skip").length;
|
|
81
83
|
|
|
82
84
|
toast({
|
|
83
|
-
title:
|
|
85
|
+
title: t('store.filesReadyToProcess'),
|
|
84
86
|
description: `${droppedFiles.length} file(s): ${toCreate} new, ${toUpdate} to update, ${toSkip} to skip`,
|
|
85
87
|
status: "info",
|
|
86
88
|
duration: 4000,
|
|
@@ -92,8 +94,8 @@ function ObjectTableWithDropZone({
|
|
|
92
94
|
} catch (error) {
|
|
93
95
|
console.error("Error processing files:", error);
|
|
94
96
|
toast({
|
|
95
|
-
title:
|
|
96
|
-
description:
|
|
97
|
+
title: t('store.errorProcessingFiles'),
|
|
98
|
+
description: t('store.errorCheckingDuplicates'),
|
|
97
99
|
status: "error",
|
|
98
100
|
duration: 4000,
|
|
99
101
|
});
|
|
@@ -251,7 +253,7 @@ function ObjectTableWithDropZone({
|
|
|
251
253
|
// If there are failures, show them
|
|
252
254
|
if (result.failedFiles && result.failedFiles.length > 0) {
|
|
253
255
|
toast({
|
|
254
|
-
title:
|
|
256
|
+
title: t('store.uploadIssues'),
|
|
255
257
|
description: `${result.failedFiles.length} file(s) failed to upload`,
|
|
256
258
|
status: "warning",
|
|
257
259
|
duration: 5000,
|
|
@@ -266,7 +268,7 @@ function ObjectTableWithDropZone({
|
|
|
266
268
|
|
|
267
269
|
if (created > 0 || updated > 0) {
|
|
268
270
|
toast({
|
|
269
|
-
title:
|
|
271
|
+
title: t('store.uploadComplete'),
|
|
270
272
|
description: `${created > 0 ? `${created} created` : ""}${created > 0 && updated > 0 ? ", " : ""}${updated > 0 ? `${updated} updated` : ""}${skipped > 0 ? `, ${skipped} skipped` : ""}`,
|
|
271
273
|
status: "success",
|
|
272
274
|
duration: 5000,
|
|
@@ -315,6 +317,7 @@ function DocumentTableImpl({
|
|
|
315
317
|
isLoading,
|
|
316
318
|
onRowClick,
|
|
317
319
|
onSelectionChange,
|
|
320
|
+
highlightRow,
|
|
318
321
|
previewObject,
|
|
319
322
|
selectedObject,
|
|
320
323
|
isGridView,
|
|
@@ -369,6 +372,7 @@ function DocumentTableImpl({
|
|
|
369
372
|
const columns = useMemo(() => {
|
|
370
373
|
// avoid rendering empty layouts
|
|
371
374
|
const actualLayout = layout.length > 0 ? layout : defaultLayout;
|
|
375
|
+
console.log("Using layout with columns:", actualLayout.map((col) => col.name).join(", "));
|
|
372
376
|
return actualLayout.map((col) => new DocumentTableColumn(col, previewObject));
|
|
373
377
|
}, [layout, previewObject]);
|
|
374
378
|
|
|
@@ -378,6 +382,7 @@ function DocumentTableImpl({
|
|
|
378
382
|
isLoading={isLoading}
|
|
379
383
|
columns={columns}
|
|
380
384
|
onRowClick={onRowClick}
|
|
385
|
+
highlightRow={highlightRow}
|
|
381
386
|
previewObject={previewObject}
|
|
382
387
|
selectedObject={selectedObject}
|
|
383
388
|
selection={selection}
|
|
@@ -390,6 +395,7 @@ function DocumentTableImpl({
|
|
|
390
395
|
isLoading={isLoading}
|
|
391
396
|
columns={columns}
|
|
392
397
|
onRowClick={onRowClick}
|
|
398
|
+
highlightRow={highlightRow}
|
|
393
399
|
previewObject={previewObject}
|
|
394
400
|
selectedObject={selectedObject}
|
|
395
401
|
selection={selection}
|