@vertesia/ui 1.1.0-dev.20260327.125707Z → 1.1.0
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/ComboBox.js +23 -24
- package/lib/esm/core/components/ComboBox.js.map +1 -1
- package/lib/esm/core/components/FormItem.js +2 -2
- package/lib/esm/core/components/FormItem.js.map +1 -1
- package/lib/esm/core/components/SidePanel.js +1 -1
- package/lib/esm/core/components/SidePanel.js.map +1 -1
- package/lib/esm/core/components/shadcn/collaspible.js +3 -4
- package/lib/esm/core/components/shadcn/collaspible.js.map +1 -1
- package/lib/esm/core/components/shadcn/dropdown.js +37 -12
- package/lib/esm/core/components/shadcn/dropdown.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +6 -6
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js +8 -7
- package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filterBar.js +5 -3
- package/lib/esm/core/components/shadcn/filters/filterBar.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filters.js +1 -1
- package/lib/esm/core/components/shadcn/filters/filters.js.map +1 -1
- package/lib/esm/core/components/shadcn/radioGroup.js +1 -2
- package/lib/esm/core/components/shadcn/radioGroup.js.map +1 -1
- package/lib/esm/core/components/shadcn/switch.js +0 -1
- package/lib/esm/core/components/shadcn/switch.js.map +1 -1
- package/lib/esm/core/components/shadcn/tabs.js +2 -2
- package/lib/esm/core/components/shadcn/tabs.js.map +1 -1
- package/lib/esm/core/components/shadcn/tooltip.js +17 -1
- package/lib/esm/core/components/shadcn/tooltip.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 +5 -8
- package/lib/esm/env/index.js.map +1 -1
- package/lib/esm/features/agent/chat/AgentRightPanel.js +21 -11
- package/lib/esm/features/agent/chat/AgentRightPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/AskUserWidget.js +2 -6
- package/lib/esm/features/agent/chat/AskUserWidget.js.map +1 -1
- package/lib/esm/features/agent/chat/DocumentPanel.js +8 -5
- package/lib/esm/features/agent/chat/DocumentPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/DocumentTabBar.js +5 -13
- package/lib/esm/features/agent/chat/DocumentTabBar.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentConversation.js +57 -26
- package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +20 -16
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +56 -45
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +3 -9
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js +9 -5
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js +4 -0
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js.map +1 -1
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js +1 -1
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/DocumentsFacetsNav.js +3 -2
- package/lib/esm/features/facets/DocumentsFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/RunsFacetsNav.js +8 -1
- package/lib/esm/features/facets/RunsFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js +1 -1
- package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/index.js +1 -0
- package/lib/esm/features/facets/index.js.map +1 -1
- package/lib/esm/features/facets/utils/VInteractionFacet.js +5 -5
- package/lib/esm/features/facets/utils/VInteractionFacet.js.map +1 -1
- package/lib/esm/features/index.js +1 -0
- package/lib/esm/features/index.js.map +1 -1
- package/lib/esm/features/oauth/OAuthProviderConnectButton.js +85 -0
- package/lib/esm/features/oauth/OAuthProviderConnectButton.js.map +1 -0
- package/lib/esm/features/oauth/RemoteMcpConnectionButton.js +119 -0
- package/lib/esm/features/oauth/RemoteMcpConnectionButton.js.map +1 -0
- package/lib/esm/features/oauth/index.js +4 -0
- package/lib/esm/features/oauth/index.js.map +1 -0
- package/lib/esm/features/oauth/useOAuthPopup.js +89 -0
- package/lib/esm/features/oauth/useOAuthPopup.js.map +1 -0
- package/lib/esm/features/store/collections/BrowseCollectionView.js.map +1 -1
- package/lib/esm/features/store/collections/EditCollectionView.js +9 -2
- package/lib/esm/features/store/collections/EditCollectionView.js.map +1 -1
- package/lib/esm/features/store/objects/components/ContentOverview.js +19 -7
- package/lib/esm/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js +35 -15
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +1 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +3 -3
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +1 -1
- package/lib/esm/features/store/objects/selection/SelectionActions.js +4 -3
- package/lib/esm/features/store/objects/selection/SelectionActions.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +11 -3
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +1 -1
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +1 -5
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +1 -1
- package/lib/esm/features/user/UserInfo.js +33 -10
- package/lib/esm/features/user/UserInfo.js.map +1 -1
- package/lib/esm/i18n/locales/ar.json +81 -98
- package/lib/esm/i18n/locales/de.json +44 -73
- package/lib/esm/i18n/locales/en.json +31 -61
- package/lib/esm/i18n/locales/es.json +55 -79
- package/lib/esm/i18n/locales/fr.json +55 -81
- package/lib/esm/i18n/locales/it.json +55 -79
- package/lib/esm/i18n/locales/ja.json +46 -75
- package/lib/esm/i18n/locales/ko.json +44 -73
- package/lib/esm/i18n/locales/pt.json +55 -79
- package/lib/esm/i18n/locales/ru.json +58 -81
- package/lib/esm/i18n/locales/tr.json +46 -75
- package/lib/esm/i18n/locales/zh-TW.json +46 -75
- package/lib/esm/i18n/locales/zh.json +46 -75
- package/lib/esm/session/UserSession.js +2 -4
- package/lib/esm/session/UserSession.js.map +1 -1
- package/lib/esm/session/UserSessionProvider.js +22 -17
- package/lib/esm/session/UserSessionProvider.js.map +1 -1
- package/lib/esm/session/auth/composable.js +20 -2
- package/lib/esm/session/auth/composable.js.map +1 -1
- package/lib/esm/session/auth/domainRouting.js +7 -0
- package/lib/esm/session/auth/domainRouting.js.map +1 -0
- package/lib/esm/shell/login/InviteAcceptModal.js +1 -0
- package/lib/esm/shell/login/InviteAcceptModal.js.map +1 -1
- package/lib/esm/widgets/form/Form.js +2 -2
- package/lib/esm/widgets/form/Form.js.map +1 -1
- package/lib/esm/widgets/markdown/MarkdownRenderer.js +2 -1
- package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +1 -1
- package/lib/esm/widgets/markdown/preprocessMathDelimiters.js +226 -0
- package/lib/esm/widgets/markdown/preprocessMathDelimiters.js.map +1 -0
- package/lib/esm/widgets/monacoEditor/MonacoEditor.js +40 -5
- package/lib/esm/widgets/monacoEditor/MonacoEditor.js.map +1 -1
- package/lib/esm/widgets/monacoEditor/foldingProviders.js +132 -0
- package/lib/esm/widgets/monacoEditor/foldingProviders.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/core/components/ComboBox.d.ts +12 -2
- package/lib/types/core/components/ComboBox.d.ts.map +1 -1
- package/lib/types/core/components/FormItem.d.ts +5 -2
- package/lib/types/core/components/FormItem.d.ts.map +1 -1
- package/lib/types/core/components/SidePanel.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/badge.d.ts +2 -2
- package/lib/types/core/components/shadcn/collaspible.d.ts +3 -3
- package/lib/types/core/components/shadcn/collaspible.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/dropdown.d.ts +11 -3
- package/lib/types/core/components/shadcn/dropdown.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts +2 -1
- package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts +2 -1
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/filters.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/input.d.ts +1 -1
- package/lib/types/core/components/shadcn/radioGroup.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/switch.d.ts.map +1 -1
- 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/text.d.ts +1 -1
- package/lib/types/core/components/shadcn/tooltip.d.ts +1 -1
- package/lib/types/core/components/shadcn/tooltip.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 +2 -2
- package/lib/types/env/index.d.ts.map +1 -1
- package/lib/types/features/agent/chat/AgentChart.d.ts +1 -1
- package/lib/types/features/agent/chat/AgentChart.d.ts.map +1 -1
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts +7 -2
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/DocumentPanel.d.ts +2 -2
- package/lib/types/features/agent/chat/DocumentPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/DocumentTabBar.d.ts +1 -2
- package/lib/types/features/agent/chat/DocumentTabBar.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +5 -3
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +4 -2
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +4 -4
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
- package/lib/types/features/agent/chat/VegaLiteChart.d.ts +1 -1
- package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts +4 -2
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts +1 -0
- package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts.map +1 -1
- package/lib/types/features/facets/DocumentsFacetsNav.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 -0
- package/lib/types/features/facets/index.d.ts.map +1 -1
- package/lib/types/features/index.d.ts +1 -0
- package/lib/types/features/index.d.ts.map +1 -1
- package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts +11 -0
- package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts.map +1 -0
- package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts +25 -0
- package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -0
- package/lib/types/features/oauth/index.d.ts +4 -0
- package/lib/types/features/oauth/index.d.ts.map +1 -0
- package/lib/types/features/oauth/useOAuthPopup.d.ts +12 -0
- package/lib/types/features/oauth/useOAuthPopup.d.ts.map +1 -0
- package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +1 -1
- package/lib/types/features/store/collections/EditCollectionView.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +3 -3
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +2 -1
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts +3 -3
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +1 -1
- package/lib/types/features/user/UserInfo.d.ts +2 -1
- package/lib/types/features/user/UserInfo.d.ts.map +1 -1
- 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/composable.d.ts +4 -0
- package/lib/types/session/auth/composable.d.ts.map +1 -1
- package/lib/types/session/auth/domainRouting.d.ts +8 -0
- package/lib/types/session/auth/domainRouting.d.ts.map +1 -0
- package/lib/types/shell/login/InviteAcceptModal.d.ts.map +1 -1
- package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
- package/lib/types/widgets/markdown/preprocessMathDelimiters.d.ts +24 -0
- package/lib/types/widgets/markdown/preprocessMathDelimiters.d.ts.map +1 -0
- package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts +2 -1
- package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -1
- package/lib/types/widgets/monacoEditor/foldingProviders.d.ts +2 -0
- package/lib/types/widgets/monacoEditor/foldingProviders.d.ts.map +1 -0
- 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 +1 -1
- package/lib/vertesia-ui-i18n.js.map +1 -1
- package/lib/vertesia-ui-layout.js +1 -1
- package/lib/vertesia-ui-layout.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/package.json +15 -15
- package/src/core/components/ComboBox.tsx +66 -29
- package/src/core/components/FormItem.tsx +9 -6
- package/src/core/components/SidePanel.tsx +5 -3
- package/src/core/components/shadcn/collaspible.tsx +5 -7
- package/src/core/components/shadcn/dropdown.tsx +68 -13
- package/src/core/components/shadcn/filters/comboBox/DateCombobox.tsx +6 -6
- package/src/core/components/shadcn/filters/comboBox/SelectCombobox.tsx +14 -7
- package/src/core/components/shadcn/filters/filterBar.tsx +5 -3
- package/src/core/components/shadcn/filters/filters.tsx +1 -0
- package/src/core/components/shadcn/radioGroup.tsx +1 -3
- package/src/core/components/shadcn/switch.tsx +0 -2
- package/src/core/components/shadcn/tabs.tsx +15 -2
- package/src/core/components/shadcn/tooltip.tsx +20 -3
- package/src/core/hooks/PortalContainerProvider.tsx +11 -3
- package/src/env/index.ts +7 -10
- package/src/features/agent/chat/AgentRightPanel.tsx +43 -23
- package/src/features/agent/chat/DocumentPanel.tsx +21 -19
- package/src/features/agent/chat/DocumentTabBar.tsx +21 -32
- package/src/features/agent/chat/ModernAgentConversation.tsx +72 -27
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +21 -9
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +136 -115
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +0 -3
- package/src/features/agent/chat/hooks/useAgentStream.ts +13 -7
- package/src/features/agent/chat/hooks/useDocumentPanel.ts +8 -0
- package/src/features/facets/AgentRunnerFacetsNav.tsx +1 -1
- package/src/features/facets/DocumentsFacetsNav.tsx +3 -1
- package/src/features/facets/RunsFacetsNav.tsx +9 -1
- package/src/features/facets/WorkflowExecutionsFacetsNav.tsx +1 -1
- package/src/features/facets/index.ts +1 -0
- package/src/features/facets/utils/VInteractionFacet.tsx +12 -12
- package/src/features/index.ts +1 -0
- package/src/features/oauth/OAuthProviderConnectButton.tsx +125 -0
- package/src/features/oauth/RemoteMcpConnectionButton.tsx +274 -0
- package/src/features/oauth/index.ts +3 -0
- package/src/features/oauth/useOAuthPopup.ts +125 -0
- package/src/features/store/collections/BrowseCollectionView.tsx +3 -3
- package/src/features/store/collections/EditCollectionView.tsx +10 -1
- package/src/features/store/objects/components/ContentOverview.tsx +108 -87
- package/src/features/store/objects/components/useContentPanelHooks.ts +50 -15
- package/src/features/store/objects/selection/ObjectsActionContext.tsx +5 -5
- package/src/features/store/objects/selection/ObjectsActionSpec.ts +2 -1
- package/src/features/store/objects/selection/SelectionActions.tsx +6 -5
- package/src/features/store/objects/selection/actions/ExportPropertiesAction.tsx +12 -3
- package/src/features/user/UserInfo.tsx +82 -10
- package/src/i18n/locales/ar.json +81 -98
- package/src/i18n/locales/de.json +44 -73
- package/src/i18n/locales/en.json +31 -61
- package/src/i18n/locales/es.json +55 -79
- package/src/i18n/locales/fr.json +55 -81
- package/src/i18n/locales/it.json +55 -79
- package/src/i18n/locales/ja.json +46 -75
- package/src/i18n/locales/ko.json +44 -73
- package/src/i18n/locales/pt.json +55 -79
- package/src/i18n/locales/ru.json +58 -81
- package/src/i18n/locales/tr.json +46 -75
- package/src/i18n/locales/zh-TW.json +46 -75
- package/src/i18n/locales/zh.json +46 -75
- package/src/session/UserSession.ts +2 -5
- package/src/session/UserSessionProvider.tsx +23 -18
- package/src/session/auth/auth-flow.md +1 -1
- package/src/session/auth/composable.ts +21 -2
- package/src/session/auth/domainRouting.test.ts +26 -0
- package/src/session/auth/domainRouting.ts +13 -0
- package/src/shell/login/InviteAcceptModal.tsx +1 -0
- package/src/widgets/form/Form.tsx +2 -2
- package/src/widgets/markdown/MarkdownRenderer.tsx +2 -1
- package/src/widgets/markdown/markdown.css +12 -0
- package/src/widgets/markdown/preprocessMathDelimiters.test.ts +87 -0
- package/src/widgets/markdown/preprocessMathDelimiters.ts +229 -0
- package/src/widgets/monacoEditor/MonacoEditor.tsx +47 -4
- package/src/widgets/monacoEditor/foldingProviders.ts +122 -0
|
@@ -8,6 +8,7 @@ export interface HeaderProps {
|
|
|
8
8
|
onClose?: () => void;
|
|
9
9
|
isModal: boolean;
|
|
10
10
|
agentRunId: string;
|
|
11
|
+
workflowRunId: string;
|
|
11
12
|
viewMode: AgentConversationViewMode;
|
|
12
13
|
onViewModeChange: (mode: AgentConversationViewMode) => void;
|
|
13
14
|
showPlanPanel: boolean;
|
|
@@ -15,19 +16,18 @@ export interface HeaderProps {
|
|
|
15
16
|
showPlanButton?: boolean;
|
|
16
17
|
onTogglePlanPanel: () => void;
|
|
17
18
|
onDownload?: () => void;
|
|
18
|
-
onCopyRunId?: () => void;
|
|
19
19
|
resetWorkflow?: () => void;
|
|
20
20
|
onExportPdf?: () => void;
|
|
21
21
|
/** Called to show run details/internals modal */
|
|
22
22
|
onShowDetails?: () => void;
|
|
23
23
|
/** Called after a restart succeeds — receives the new AgentRun */
|
|
24
24
|
onRestart?: (newRun: AgentRun) => void;
|
|
25
|
-
/** Called after a
|
|
26
|
-
|
|
25
|
+
/** Called after a clone succeeds — receives the new AgentRun */
|
|
26
|
+
onClone?: (newRun: AgentRun) => void;
|
|
27
27
|
/** Show green indicator when receiving streaming chunks */
|
|
28
28
|
isReceivingChunks?: boolean;
|
|
29
29
|
/** Additional className for the outer container */
|
|
30
30
|
className?: string;
|
|
31
31
|
}
|
|
32
|
-
export default function Header({ title, isTerminal, onClose, isModal, agentRunId, viewMode, onViewModeChange, showPlanPanel, hasPlan, showPlanButton, onTogglePlanPanel, onDownload,
|
|
32
|
+
export default function Header({ title, isTerminal, onClose, isModal, agentRunId, workflowRunId, viewMode, onViewModeChange, showPlanPanel, hasPlan, showPlanButton, onTogglePlanPanel, onDownload, resetWorkflow, onExportPdf, onShowDetails, onRestart, onClone, isReceivingChunks, className, }: HeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
33
33
|
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/ModernAgentOutput/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAM5C,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAGpE,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,OAAO,CAAC;IACrB,mFAAmF;IACnF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,yBAAyB,CAAC;IACpC,gBAAgB,EAAE,CAAC,IAAI,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC5D,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,EAAE,MAAM,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/ModernAgentOutput/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAM5C,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAGpE,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,OAAO,CAAC;IACrB,mFAAmF;IACnF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,yBAAyB,CAAC;IACpC,gBAAgB,EAAE,CAAC,IAAI,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC5D,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,EAAE,MAAM,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IAExB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,kEAAkE;IAClE,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAAC;IACvC,gEAAgE;IAChE,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAAC;IACrC,2DAA2D;IAC3D,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mDAAmD;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC3B,KAAK,EACL,UAAkB,EAClB,OAAO,EACP,OAAO,EACP,UAAU,EACV,aAAa,EACb,QAAQ,EACR,gBAAgB,EAChB,aAAa,EACb,OAAe,EACf,cAAqB,EACrB,iBAAiB,EACjB,UAAU,EAEV,aAAa,EACb,WAAW,EACX,aAAa,EACb,SAAS,EACT,OAAO,EACP,iBAAyB,EACzB,SAAS,GACZ,EAAE,WAAW,2CAwFb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageItem.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/ModernAgentOutput/MessageItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAkD,MAAM,kBAAkB,CAAC;AAMlH,OAAO,EAA0E,KAAK,UAAU,EAAmC,MAAM,cAAc,CAAC;AACxJ,OAAO,KAAqD,MAAM,OAAO,CAAC;AA8D1E,gGAAgG;AAChG,MAAM,WAAW,qBAAqB;IAClC,mDAAmD;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kDAAkD;IAClD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,6CAA6C;IAC7C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gDAAgD;IAChD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gDAAgD;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qDAAqD;IACrD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,0DAA0D;IAC1D,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AA4BD,2HAA2H;AAC3H,MAAM,WAAW,kBAAmB,SAAQ,qBAAqB;IAC7D,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,UAAU,CAAC;CACpB;AAED,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB;IAC3D,OAAO,EAAE,YAAY,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,yEAAyE;IACzE,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,+EAA+E;IAC/E,qBAAqB,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,GAAG,SAAS,EAAE,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;IACnG,4FAA4F;IAC5F,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC,CAAC;IAC1G,8FAA8F;IAC9F,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC,CAAC;CACpH;AAGD,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,gBAAgB,GAAG,SAAS,EAAE,kBAAkB,CAiBnF,CAAC;AAEF,iBAAS,oBAAoB,CAAC,EAC1B,OAAO,EACP,mBAA2B,EAC3B,aAAa,EACb,SAAS,EACT,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,uBAAuB,GAC1B,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"MessageItem.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/ModernAgentOutput/MessageItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAkD,MAAM,kBAAkB,CAAC;AAMlH,OAAO,EAA0E,KAAK,UAAU,EAAmC,MAAM,cAAc,CAAC;AACxJ,OAAO,KAAqD,MAAM,OAAO,CAAC;AA8D1E,gGAAgG;AAChG,MAAM,WAAW,qBAAqB;IAClC,mDAAmD;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kDAAkD;IAClD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,6CAA6C;IAC7C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gDAAgD;IAChD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gDAAgD;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qDAAqD;IACrD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,0DAA0D;IAC1D,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AA4BD,2HAA2H;AAC3H,MAAM,WAAW,kBAAmB,SAAQ,qBAAqB;IAC7D,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,UAAU,CAAC;CACpB;AAED,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB;IAC3D,OAAO,EAAE,YAAY,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,yEAAyE;IACzE,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,+EAA+E;IAC/E,qBAAqB,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,GAAG,SAAS,EAAE,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;IACnG,4FAA4F;IAC5F,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC,CAAC;IAC1G,8FAA8F;IAC9F,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC,CAAC;CACpH;AAGD,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,gBAAgB,GAAG,SAAS,EAAE,kBAAkB,CAiBnF,CAAC;AAEF,iBAAS,oBAAoB,CAAC,EAC1B,OAAO,EACP,mBAA2B,EAC3B,aAAa,EACb,SAAS,EACT,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,uBAAuB,GAC1B,EAAE,gBAAgB,2CAsclB;AAID,QAAA,MAAM,WAAW,wDAQf,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -13,6 +13,6 @@ type VegaLiteChartProps = {
|
|
|
13
13
|
* @exported for testing
|
|
14
14
|
*/
|
|
15
15
|
export declare function applyParameterValues(spec: Record<string, any>, parameterValues: Record<string, any>): Record<string, any>;
|
|
16
|
-
export declare const VegaLiteChart: import("react").
|
|
16
|
+
export declare const VegaLiteChart: import("react").MemoExoticComponent<({ spec, artifactRunId }: VegaLiteChartProps) => import("react/jsx-runtime").JSX.Element | null>;
|
|
17
17
|
export {};
|
|
18
18
|
//# sourceMappingURL=VegaLiteChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VegaLiteChart.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/chat/VegaLiteChart.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAGtD,KAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,iBAAiB,CAAC;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAkOF;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAChC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACrC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAuDrB;AA0OD,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"VegaLiteChart.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/chat/VegaLiteChart.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAGtD,KAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,iBAAiB,CAAC;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAkOF;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAChC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACrC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAuDrB;AA0OD,eAAO,MAAM,aAAa,gEAAwD,kBAAkB,oDAqiBlG,CAAC"}
|
|
@@ -18,8 +18,10 @@ export interface UseAgentStreamResult {
|
|
|
18
18
|
addOptimisticMessage: (msg: AgentMessage) => void;
|
|
19
19
|
/** Remove optimistic messages matching a predicate */
|
|
20
20
|
removeOptimisticMessages: (predicate: (msg: AgentMessage) => boolean) => void;
|
|
21
|
-
/**
|
|
22
|
-
|
|
21
|
+
/** AgentRun status fetched from API (RUNNING, COMPLETED, FAILED, etc.) */
|
|
22
|
+
agentRunStatus: string | null;
|
|
23
|
+
/** Temporal workflow run ID (first_workflow_run_id from AgentRun) */
|
|
24
|
+
workflowRunId: string | null;
|
|
23
25
|
/** Server-side file processing status updates (from SYSTEM messages) */
|
|
24
26
|
serverFileUpdates: Map<string, ConversationFile>;
|
|
25
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAgentStream.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/hooks/useAgentStream.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EACH,YAAY,EAEZ,gBAAgB,EAGnB,MAAM,kBAAkB,CAAC;AAG1B,gFAAgF;AAChF,MAAM,WAAW,aAAa;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACjC,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAC9C,WAAW,EAAE,OAAO,CAAC;IACrB,wEAAwE;IACxE,eAAe,EAAE,OAAO,CAAC;IACzB,iDAAiD;IACjD,oBAAoB,EAAE,CAAC,GAAG,EAAE,YAAY,KAAK,IAAI,CAAC;IAClD,sDAAsD;IACtD,wBAAwB,EAAE,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,YAAY,KAAK,OAAO,KAAK,IAAI,CAAC;IAC9E,0EAA0E;IAC1E,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,wEAAwE;IACxE,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;CACpD;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,cAAc,CAC1B,MAAM,EAAE,cAAc,EACtB,UAAU,EAAE,MAAM,GACnB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"useAgentStream.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/hooks/useAgentStream.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EACH,YAAY,EAEZ,gBAAgB,EAGnB,MAAM,kBAAkB,CAAC;AAG1B,gFAAgF;AAChF,MAAM,WAAW,aAAa;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACjC,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAC9C,WAAW,EAAE,OAAO,CAAC;IACrB,wEAAwE;IACxE,eAAe,EAAE,OAAO,CAAC;IACzB,iDAAiD;IACjD,oBAAoB,EAAE,CAAC,GAAG,EAAE,YAAY,KAAK,IAAI,CAAC;IAClD,sDAAsD;IACtD,wBAAwB,EAAE,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,YAAY,KAAK,OAAO,KAAK,IAAI,CAAC;IAC9E,0EAA0E;IAC1E,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,qEAAqE;IACrE,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,wEAAwE;IACxE,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;CACpD;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,cAAc,CAC1B,MAAM,EAAE,cAAc,EACtB,UAAU,EAAE,MAAM,GACnB,oBAAoB,CAyPtB"}
|
|
@@ -9,6 +9,7 @@ export interface UseDocumentPanelResult {
|
|
|
9
9
|
closeDocument: (docId: string) => void;
|
|
10
10
|
selectDocument: (docId: string) => void;
|
|
11
11
|
openDocInPanel: (docId: string) => void;
|
|
12
|
+
updateDocumentTitle: (docId: string, title: string) => void;
|
|
12
13
|
}
|
|
13
14
|
/**
|
|
14
15
|
* Hook that manages the document side panel.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDocumentPanel.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/hooks/useDocumentPanel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAoB,MAAM,kBAAkB,CAAC;AAClE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,MAAM,WAAW,sBAAsB;IACnC,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"useDocumentPanel.d.ts","sourceRoot":"","sources":["../../../../../../src/features/agent/chat/hooks/useDocumentPanel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAoB,MAAM,kBAAkB,CAAC;AAClE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,MAAM,WAAW,sBAAsB;IACnC,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/D;AAuCD;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,YAAY,EAAE,GAAG,sBAAsB,CA4HjF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/DocumentsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAqD,WAAW,
|
|
1
|
+
{"version":3,"file":"DocumentsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/DocumentsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAqD,WAAW,EAAgB,MAAM,mBAAmB,CAAC;AAKvI,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE1D,UAAU,uBAAuB;IAC7B,MAAM,EAAE;QACJ,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;KACnB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CAC3B;AAGD,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,uBAAuB,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,CAqEhG;AAGD,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,eAAe,IACpD,YAAY,UAAU,EAAE,UA6DnC;AAGD,wBAAgB,kBAAkB,CAAC,EAC/B,MAAM,EACN,MAAM,GACT,EAAE,uBAAuB,2CA0BzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/RunsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,UAAU,EAAqD,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAMjI,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG1D,UAAU,kBAAkB;IACxB,MAAM,EAAE;QACJ,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC;QACtB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;KACtB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CAC3B;AAGD,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"RunsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/RunsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,UAAU,EAAqD,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAMjI,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG1D,UAAU,kBAAkB;IACxB,MAAM,EAAE;QACJ,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC;QACtB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;KACtB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CAC3B;AAGD,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,CAgHvF;AAGD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,eAAe,IAChD,YAAY,UAAU,EAAE,UAwCnC;AAGD,wBAAgB,aAAa,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,kBAAkB,2CAiCnE"}
|
|
@@ -2,6 +2,7 @@ export * from "./utils/SearchInterface";
|
|
|
2
2
|
export { StringFacet } from "./utils/StringFacet";
|
|
3
3
|
export { StringListFacet } from "./utils/StringListFacet";
|
|
4
4
|
export { TypeFacet } from "./utils/TypeFacet";
|
|
5
|
+
export { VInteractionFacet } from "./utils/VInteractionFacet";
|
|
5
6
|
export { VStringFacet } from "./utils/VStringFacet";
|
|
6
7
|
export { VTypeFacet } from "./utils/VTypeFacet";
|
|
7
8
|
export { VUserFacet } from "./utils/VUserFacet";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,+BAA+B,CAAC;AACnJ,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAC7G,OAAO,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC3H,OAAO,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACvH,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,+BAA+B,CAAC;AACnJ,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAC7G,OAAO,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC3H,OAAO,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACvH,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface OAuthProviderConnectButtonProps {
|
|
2
|
+
oauthProviderId: string;
|
|
3
|
+
onAuthChange?: () => void;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Connect button for generic OAuth Providers (not MCP-specific).
|
|
7
|
+
* Uses the OAuth Providers API for authorize/status/disconnect.
|
|
8
|
+
*/
|
|
9
|
+
export declare function OAuthProviderConnectButton({ oauthProviderId, onAuthChange }: OAuthProviderConnectButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=OAuthProviderConnectButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OAuthProviderConnectButton.d.ts","sourceRoot":"","sources":["../../../../src/features/oauth/OAuthProviderConnectButton.tsx"],"names":[],"mappings":"AAQA,UAAU,+BAA+B;IACrC,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,EAAE,eAAe,EAAE,YAAY,EAAE,EAAE,+BAA+B,2CA2G5G"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
interface RemoteMcpConnectionButtonProps {
|
|
2
|
+
appId: string;
|
|
3
|
+
collectionId: string;
|
|
4
|
+
collectionName?: string;
|
|
5
|
+
/** Pre-fetched authentication status. If not provided, will fetch automatically. */
|
|
6
|
+
authenticated?: boolean;
|
|
7
|
+
onAuthChange?: () => void;
|
|
8
|
+
onError?: (error: string | null) => void;
|
|
9
|
+
variant?: 'default' | 'compact' | 'full';
|
|
10
|
+
/** Show collection name label */
|
|
11
|
+
showLabel?: boolean;
|
|
12
|
+
/** Show disconnect button when authenticated */
|
|
13
|
+
showDisconnect?: boolean;
|
|
14
|
+
/** Read-only mode - only show status, no interactive buttons */
|
|
15
|
+
readOnly?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Flexible connect button for remote MCP tool collections.
|
|
19
|
+
* - 'compact': minimal size for lists (no disconnect)
|
|
20
|
+
* - 'default': standard button size (no disconnect)
|
|
21
|
+
* - 'full': with label, status, and disconnect button
|
|
22
|
+
*/
|
|
23
|
+
export declare function RemoteMcpConnectionButton({ appId, collectionId, collectionName, authenticated: providedAuthenticated, onAuthChange, onError, variant, showLabel, showDisconnect, readOnly }: RemoteMcpConnectionButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=RemoteMcpConnectionButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteMcpConnectionButton.d.ts","sourceRoot":"","sources":["../../../../src/features/oauth/RemoteMcpConnectionButton.tsx"],"names":[],"mappings":"AAOA,UAAU,8BAA8B;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oFAAoF;IACpF,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;IACzC,iCAAiC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gDAAgD;IAChD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAUD;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,EACtC,KAAK,EACL,YAAY,EACZ,cAAc,EACd,aAAa,EAAE,qBAAqB,EACpC,YAAY,EACZ,OAAO,EACP,OAAmB,EACnB,SAAiB,EACjB,cAAsB,EACtB,QAAgB,EACnB,EAAE,8BAA8B,2CAgOhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/oauth/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface UseOAuthPopupOptions {
|
|
2
|
+
onComplete: () => void;
|
|
3
|
+
onError?: (error: string) => void;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Hook to manage OAuth popup window with proper cleanup
|
|
7
|
+
* Handles window.postMessage communication and fallback polling
|
|
8
|
+
*/
|
|
9
|
+
export declare function useOAuthPopup({ onComplete, onError }: UseOAuthPopupOptions): {
|
|
10
|
+
openOAuthPopup: (authorizationUrl: string) => void;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useOAuthPopup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOAuthPopup.d.ts","sourceRoot":"","sources":["../../../../src/features/oauth/useOAuthPopup.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,oBAAoB;IACjC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC;AAyBD;;;GAGG;AACH,wBAAgB,aAAa,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,oBAAoB;uCAqB7B,MAAM;EAqEnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrowseCollectionView.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/BrowseCollectionView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"BrowseCollectionView.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/BrowseCollectionView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAqC,MAAM,kBAAkB,CAAC;AAkBjF,UAAU,yBAAyB;IAC/B,UAAU,EAAE,UAAU,CAAC;CAC1B;AACD,wBAAgB,oBAAoB,CAAC,EAAE,UAAU,EAAE,EAAE,yBAAyB,2CAsB7E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditCollectionView.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/EditCollectionView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"EditCollectionView.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/EditCollectionView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkE,MAAM,kBAAkB,CAAC;AAoB9G,UAAU,uBAAuB;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AACD,wBAAgB,kBAAkB,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,uBAAuB,2CAqNlF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useContentPanelHooks.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/components/useContentPanelHooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,wBAAwB,EAA2B,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAQnI;;GAEG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,WAAW,UAAQ;;;;;;EAkExF;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO;;;;;
|
|
1
|
+
{"version":3,"file":"useContentPanelHooks.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/components/useContentPanelHooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,wBAAwB,EAA2B,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAQnI;;GAEG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,WAAW,UAAQ;;;;;;EAkExF;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO;;;;;EAqF3E;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO;;;;;EAiDxE"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ContentObjectTypeItem } from '@vertesia/common';
|
|
3
3
|
interface ObjectsActionContextProps {
|
|
4
4
|
children: ReactNode;
|
|
5
|
-
|
|
5
|
+
type?: ContentObjectTypeItem;
|
|
6
6
|
}
|
|
7
|
-
export declare function ObjectsActionContextProvider({ children,
|
|
7
|
+
export declare function ObjectsActionContextProvider({ children, type }: ObjectsActionContextProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=ObjectsActionContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectsActionContext.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/selection/ObjectsActionContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ObjectsActionContext.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/selection/ObjectsActionContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AA2BzD,UAAU,yBAAyB;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,qBAAqB,CAAC;CAChC;AACD,wBAAgB,4BAA4B,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,yBAAyB,2CA2CzF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VertesiaClient } from "@vertesia/client";
|
|
2
|
-
import { ColumnLayout } from "@vertesia/common";
|
|
2
|
+
import { ColumnLayout, ContentObjectTypeItem } from "@vertesia/common";
|
|
3
3
|
import { ToastFn } from "@vertesia/ui/core";
|
|
4
4
|
import { DocumentSelection } from '../DocumentSelectionProvider';
|
|
5
5
|
import { DocumentSearch } from '../search/DocumentSearchContext';
|
|
@@ -20,6 +20,7 @@ export interface ObjectsActionParams {
|
|
|
20
20
|
toast: ToastFn;
|
|
21
21
|
search: DocumentSearch;
|
|
22
22
|
table_layout?: ColumnLayout[];
|
|
23
|
+
type?: ContentObjectTypeItem;
|
|
23
24
|
}
|
|
24
25
|
export interface ActionComponentTypeProps {
|
|
25
26
|
action: ObjectsActionSpec;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectsActionSpec.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/selection/ObjectsActionSpec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"ObjectsActionSpec.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/selection/ObjectsActionSpec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAEjE,MAAM,WAAW,iBAAiB;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,mBAAmB;IAChC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,MAAM,EAAE,cAAc,CAAC;IACvB,SAAS,EAAE,iBAAiB,CAAC;IAC7B,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,cAAc,CAAC;IACvB,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;IAC9B,IAAI,CAAC,EAAE,qBAAqB,CAAC;CAChC;AAED,MAAM,WAAW,wBAAwB;IACrC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB;AACD,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ContentObjectTypeItem } from '@vertesia/common';
|
|
2
2
|
interface SelectionActionsProps {
|
|
3
|
-
|
|
3
|
+
type?: ContentObjectTypeItem;
|
|
4
4
|
}
|
|
5
|
-
export declare function SelectionActions({
|
|
5
|
+
export declare function SelectionActions({ type }: SelectionActionsProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export declare function UploadObjectsButton({ collectionId, allowFolders }: {
|
|
7
7
|
collectionId?: string;
|
|
8
8
|
allowFolders?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectionActions.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/selection/SelectionActions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"SelectionActions.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/selection/SelectionActions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAezD,UAAU,qBAAqB;IAC3B,IAAI,CAAC,EAAE,qBAAqB,CAAC;CAChC;AACD,wBAAgB,gBAAgB,CAAC,EAAE,IAAI,EAAE,EAAE,qBAAqB,2CAkC/D;AAUD,wBAAgB,mBAAmB,CAAC,EAAE,YAAY,EAAE,YAAmB,EAAE,EAAE;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC;IAAC,YAAY,CAAC,EAAE,OAAO,CAAA;CAAE,2CA6B3H"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExportPropertiesAction.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/store/objects/selection/actions/ExportPropertiesAction.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEnF,wBAAgB,yBAAyB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"ExportPropertiesAction.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/store/objects/selection/actions/ExportPropertiesAction.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEnF,wBAAgB,yBAAyB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,wBAAwB,2CA8GxF;AAGD,eAAO,MAAM,sBAAsB,EAAE,iBAMpC,CAAA"}
|
|
@@ -47,10 +47,11 @@ interface UserInfoProps extends InfoProps {
|
|
|
47
47
|
* @example user:123
|
|
48
48
|
* @example service_account:123
|
|
49
49
|
* @example apikey:123
|
|
50
|
+
* @example project:* (all project members — synthetic principal used in ACLs)
|
|
50
51
|
*/
|
|
51
52
|
userRef: string | undefined;
|
|
52
53
|
}
|
|
53
|
-
export declare function UserInfo({ userRef, showTitle, size }: UserInfoProps): import("react/jsx-runtime").JSX.Element;
|
|
54
|
+
export declare function UserInfo({ userRef, showTitle, size }: UserInfoProps): import("react/jsx-runtime").JSX.Element | undefined;
|
|
54
55
|
interface ApiKeyAvatarProps extends InfoProps {
|
|
55
56
|
keyId: string;
|
|
56
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../src/features/user/UserInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAiB,IAAI,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAuB1E;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM;;;;;;EAI9C;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM;;;;;;EAIhD;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM;;;;;;EAI/C;AAMD,UAAU,SAAS;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;CAC5C;
|
|
1
|
+
{"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../src/features/user/UserInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAiB,IAAI,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAuB1E;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM;;;;;;EAI9C;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM;;;;;;EAIhD;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM;;;;;;EAI/C;AAMD,UAAU,SAAS;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;CAC5C;AAgMD,UAAU,aAAc,SAAQ,SAAS;IACrC;;;;;;;;;;OAUG;IACH,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B;AACD,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,SAAiB,EAAE,IAAW,EAAE,EAAE,aAAa,uDA8FlF;AAsFD,UAAU,iBAAkB,SAAQ,SAAS;IACzC,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,SAAiB,EAAE,IAAW,EAAE,EAAE,iBAAiB,2CAuCxF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSession.d.ts","sourceRoot":"","sources":["../../../src/session/UserSession.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"UserSession.d.ts","sourceRoot":"","sources":["../../../src/session/UserSession.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAOpD,OAAO,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AACnF,OAAO,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,CAAC;AAKhE,cAAM,WAAW;IAEb,SAAS,UAAQ;IACjB,MAAM,EAAE,cAAc,CAAC;IACvB,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAC5C,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,kBAAkB,CAAC,EAAE,OAAO,CAAC;gBAEjB,MAAM,CAAC,EAAE,cAAc,EAAE,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI;IAmBhF,IAAI,KAAK,0CAER;IAED,IAAI,IAAI,iCAEP;IAED,IAAI,OAAO,sDAEV;IAED,IAAI,OAAO,sDAEV;IAED,IAAI,QAAQ,wDAEX;IAED,IAAI,YAAY,oBAEf;IAED,IAAI,YAAY,oBASf;IAED,OAAO;IAIP,UAAU;IAIJ,KAAK,CAAC,KAAK,EAAE,MAAM;IAmBzB,UAAU;IAKV,MAAM;IAyCA,aAAa,CAAC,eAAe,EAAE,MAAM;IAarC,aAAa,CAAC,eAAe,EAAE,MAAM;IAQrC,aAAa;IAab,aAAa,CAAC,SAAS,EAAE,MAAM;IAwB/B,qBAAqB,IAAI,OAAO,CAAC,OAAO,CAAC;IAqB/C,KAAK;CAWR;AAED,QAAA,MAAM,kBAAkB,sCAA+C,CAAC;AAExE,wBAAgB,cAAc,gBAO7B;AAED,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSessionProvider.d.ts","sourceRoot":"","sources":["../../../src/session/UserSessionProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAA+B,MAAM,OAAO,CAAC;AAS/D,
|
|
1
|
+
{"version":3,"file":"UserSessionProvider.d.ts","sourceRoot":"","sources":["../../../src/session/UserSessionProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAA+B,MAAM,OAAO,CAAC;AAS/D,UAAU,wBAAwB;IAC9B,QAAQ,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;CACrC;AACD,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,EAAE,wBAAwB,2CAwLzE"}
|
|
@@ -22,5 +22,9 @@ export declare class UserNotFoundError extends Error {
|
|
|
22
22
|
email: string;
|
|
23
23
|
constructor(message: string, email: string);
|
|
24
24
|
}
|
|
25
|
+
export declare class STSError extends Error {
|
|
26
|
+
stsURL: string;
|
|
27
|
+
constructor(message: string, stsURL: string);
|
|
28
|
+
}
|
|
25
29
|
export {};
|
|
26
30
|
//# sourceMappingURL=composable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composable.d.ts","sourceRoot":"","sources":["../../../../src/session/auth/composable.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AASpD,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,gBAAgB,CAAC;IACxB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAsB,oBAAoB,CAAC,UAAU,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,UAAU,SAAI,GAAG,OAAO,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"composable.d.ts","sourceRoot":"","sources":["../../../../src/session/auth/composable.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AASpD,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,gBAAgB,CAAC;IACxB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAsB,oBAAoB,CAAC,UAAU,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,UAAU,SAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CA2NtL;AAED;;;;;;GAMG;AACH,wBAAsB,qCAAqC,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,mBAE/G;AAED,wBAAsB,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,YAAY,UAAQ,EAAE,eAAe,UAAQ,GAAG,OAAO,CAAC,uBAAuB,CAAC,CA4CpL;AAED,qBAAa,iBAAkB,SAAQ,KAAK;IACxC,KAAK,EAAE,MAAM,CAAC;gBACF,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;CAK7C;AAED,qBAAa,QAAS,SAAQ,KAAK;IAC/B,MAAM,EAAE,MAAM,CAAC;gBACH,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;CAK9C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
interface Window {
|
|
3
|
+
AUTH_MODE?: 'firebase' | 'central';
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
export declare function shouldUseFirebaseAuth(_hostname?: string): boolean;
|
|
7
|
+
export declare function shouldRedirectToCentralAuth(_hostname?: string): boolean;
|
|
8
|
+
//# sourceMappingURL=domainRouting.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domainRouting.d.ts","sourceRoot":"","sources":["../../../../src/session/auth/domainRouting.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,SAAS,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;KACtC;CACJ;AAED,wBAAgB,qBAAqB,CAAC,SAAS,CAAC,EAAE,MAAM,WAEvD;AAED,wBAAgB,2BAA2B,CAAC,SAAS,CAAC,EAAE,MAAM,WAE7D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InviteAcceptModal.d.ts","sourceRoot":"","sources":["../../../../src/shell/login/InviteAcceptModal.tsx"],"names":[],"mappings":"AAOA,wBAAgB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"InviteAcceptModal.d.ts","sourceRoot":"","sources":["../../../../src/shell/login/InviteAcceptModal.tsx"],"names":[],"mappings":"AAOA,wBAAgB,iBAAiB,4CA0FhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownRenderer.d.ts","sourceRoot":"","sources":["../../../../src/widgets/markdown/MarkdownRenderer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MarkdownRenderer.d.ts","sourceRoot":"","sources":["../../../../src/widgets/markdown/MarkdownRenderer.tsx"],"names":[],"mappings":"AA+DA,MAAM,WAAW,qBAAqB;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oDAAoD;IACpD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,2CAA2C;IAC3C,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sCAAsC;IACtC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,gEAAgE;IAChE,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAKD,wBAAgB,gBAAgB,CAAC,EAC7B,QAAQ,EACR,UAAU,EACV,aAAkB,EAClB,cAAqB,EACrB,aAAa,EACb,SAAS,EACT,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,gBAAgB,GACnB,EAAE,qBAAqB,2CAsMvB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Markdown math delimiter preprocessor.
|
|
3
|
+
*
|
|
4
|
+
* Disambiguates `$` characters in markdown so that remark-math correctly
|
|
5
|
+
* distinguishes LaTeX math (`$x = \frac{1}{2}$`) from currency (`$2,847,500`).
|
|
6
|
+
*
|
|
7
|
+
* Uses a three-pass priority algorithm over `$` positions:
|
|
8
|
+
* 1. Commit pairs matching LaTeX patterns (highest priority)
|
|
9
|
+
* 2. Pair remaining positions; escape currency patterns
|
|
10
|
+
* 3. Escape lone `$` adjacent to committed LaTeX pairs
|
|
11
|
+
*
|
|
12
|
+
* Also normalizes `\$` inside LaTeX spans into a KaTeX-compatible form,
|
|
13
|
+
* since remark-math does not treat `\$` as escaped within math delimiters.
|
|
14
|
+
*
|
|
15
|
+
* No-ops on input without `$`. Skips fenced code blocks and inline code spans.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Preprocess markdown to disambiguate `$` math delimiters from currency signs.
|
|
19
|
+
*
|
|
20
|
+
* Classification priority: LaTeX (preserve) > currency (escape) > uncertain (preserve).
|
|
21
|
+
* Skips fenced code blocks and inline code spans.
|
|
22
|
+
*/
|
|
23
|
+
export declare function preprocessMathDelimiters(markdown: string): string;
|
|
24
|
+
//# sourceMappingURL=preprocessMathDelimiters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preprocessMathDelimiters.d.ts","sourceRoot":"","sources":["../../../../src/widgets/markdown/preprocessMathDelimiters.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AA6LH;;;;;GAKG;AACH,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAkBjE"}
|
|
@@ -33,7 +33,8 @@ interface MonacoEditorProps {
|
|
|
33
33
|
beforeMount?: (monaco: typeof import('monaco-editor')) => void;
|
|
34
34
|
onMount?: (editor: monaco.editor.IStandaloneCodeEditor, monaco: typeof import('monaco-editor')) => void;
|
|
35
35
|
defaultValue?: string;
|
|
36
|
+
useCustomFolding?: boolean;
|
|
36
37
|
}
|
|
37
|
-
export declare function MonacoEditor({ onChange, value, className, editorRef, language, debounceTimeout, options, beforeMount, onMount, defaultValue, }: MonacoEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
export declare function MonacoEditor({ onChange, value, className, editorRef, language, debounceTimeout, options, beforeMount, onMount, defaultValue, useCustomFolding, }: MonacoEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
38
39
|
export {};
|
|
39
40
|
//# sourceMappingURL=MonacoEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonacoEditor.d.ts","sourceRoot":"","sources":["../../../../src/widgets/monacoEditor/MonacoEditor.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAqD,MAAM,OAAO,CAAC;AACrF,OAAO,KAAK,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"MonacoEditor.d.ts","sourceRoot":"","sources":["../../../../src/widgets/monacoEditor/MonacoEditor.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAqD,MAAM,OAAO,CAAC;AACrF,OAAO,KAAK,KAAK,MAAM,MAAM,eAAe,CAAC;AAG7C,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC;AAEnC,MAAM,WAAW,UAAU;IACvB,QAAQ,IAAI,MAAM,CAAC;IACnB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAGD,MAAM,WAAW,UAAU;IACvB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE;QACH,GAAG,EAAE;YACD,QAAQ,IAAI,MAAM,CAAC;YACnB,MAAM,EAAE,MAAM,CAAC;SAClB,CAAC;KACL,CAAC;CACL;AAED,qBAAa,UAAW,YAAW,UAAU;IAC7B,OAAO,CAAC,SAAS;IAAgB,OAAO,CAAC,SAAS;gBAA1C,SAAS,EAAE,MAAM,MAAM,EAAU,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;IAEvF,QAAQ;IAIR,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM;CAG1B;AAED,UAAU,iBAAiB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,oCAAoC,CAAC;IAC7D,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,cAAc,eAAe,CAAC,KAAK,IAAI,CAAC;IAC/D,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,qBAAqB,EAAE,MAAM,EAAE,cAAc,eAAe,CAAC,KAAK,IAAI,CAAC;IACxG,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,wBAAgB,YAAY,CAAC,EACzB,QAAQ,EACR,KAAK,EACL,SAAS,EACT,SAAS,EACT,QAAuB,EACvB,eAAmB,EACnB,OAAY,EACZ,WAAW,EACX,OAAO,EACP,YAAY,EACZ,gBAAwB,GAC3B,EAAE,iBAAiB,2CAuLnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"foldingProviders.d.ts","sourceRoot":"","sources":["../../../../src/widgets/monacoEditor/foldingProviders.ts"],"names":[],"mappings":"AAIA,wBAAgB,8BAA8B,CAAC,cAAc,EAAE,cAAc,eAAe,CAAC,GAAG,IAAI,CAqHnG"}
|