@vertesia/ui 0.80.0-dev.20251121 → 0.80.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/README.md +105 -0
- package/lib/esm/core/components/MenuList.js +2 -5
- package/lib/esm/core/components/MenuList.js.map +1 -1
- package/lib/esm/core/components/MessageBox.js +1 -1
- package/lib/esm/core/components/MessageBox.js.map +1 -1
- package/lib/esm/core/components/shadcn/dialog.js +16 -2
- package/lib/esm/core/components/shadcn/dialog.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js +6 -9
- package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filterBar.js +1 -1
- package/lib/esm/core/components/shadcn/filters/filterBar.js.map +1 -1
- package/lib/esm/core/components/shadcn/selectBox.js +23 -5
- package/lib/esm/core/components/shadcn/selectBox.js.map +1 -1
- package/lib/esm/core/components/shadcn/tabs.js +3 -3
- package/lib/esm/core/components/shadcn/tabs.js.map +1 -1
- package/lib/esm/env/index.js +3 -0
- package/lib/esm/env/index.js.map +1 -1
- package/lib/esm/features/agent/chat/AgentChart.js +184 -0
- package/lib/esm/features/agent/chat/AgentChart.js.map +1 -0
- package/lib/esm/features/agent/chat/ModernAgentConversation.js +87 -10
- package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +6 -2
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +4 -4
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +4 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js +12 -4
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +60 -56
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/esm/features/agent/chat/index.js +1 -0
- package/lib/esm/features/agent/chat/index.js.map +1 -1
- package/lib/esm/features/agent/createChartTool.js +354 -0
- package/lib/esm/features/agent/createChartTool.js.map +1 -0
- package/lib/esm/features/agent/examples.js +295 -0
- package/lib/esm/features/agent/examples.js.map +1 -0
- package/lib/esm/features/agent/index.js +2 -0
- package/lib/esm/features/agent/index.js.map +1 -1
- package/lib/esm/features/agent/visualization.js +165 -0
- package/lib/esm/features/agent/visualization.js.map +1 -0
- package/lib/esm/features/facets/CollectionsFacetsNav.js +5 -1
- package/lib/esm/features/facets/CollectionsFacetsNav.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/layout/GenericPageNavHeader.js +14 -4
- package/lib/esm/features/layout/GenericPageNavHeader.js.map +1 -1
- package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js +268 -0
- package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js.map +1 -0
- package/lib/esm/features/magic-pdf/DownloadPopover.js +11 -11
- package/lib/esm/features/magic-pdf/DownloadPopover.js.map +1 -1
- package/lib/esm/features/magic-pdf/ExtractedContentView.js +77 -0
- package/lib/esm/features/magic-pdf/ExtractedContentView.js.map +1 -0
- package/lib/esm/features/magic-pdf/MagicPdfProvider.js +242 -0
- package/lib/esm/features/magic-pdf/MagicPdfProvider.js.map +1 -0
- package/lib/esm/features/magic-pdf/MagicPdfView.js +41 -47
- package/lib/esm/features/magic-pdf/MagicPdfView.js.map +1 -1
- package/lib/esm/features/pdf-viewer/PdfPageRenderer.js +261 -0
- package/lib/esm/features/pdf-viewer/PdfPageRenderer.js.map +1 -0
- package/lib/esm/features/pdf-viewer/PdfPageSlider.js +276 -0
- package/lib/esm/features/pdf-viewer/PdfPageSlider.js.map +1 -0
- package/lib/esm/features/pdf-viewer/SimplePdfViewer.js +71 -0
- package/lib/esm/features/pdf-viewer/SimplePdfViewer.js.map +1 -0
- package/lib/esm/features/pdf-viewer/index.js +4 -0
- package/lib/esm/features/pdf-viewer/index.js.map +1 -0
- package/lib/esm/features/store/collections/EditCollectionView.js +3 -5
- package/lib/esm/features/store/collections/EditCollectionView.js.map +1 -1
- package/lib/esm/features/store/collections/SharedPropsEditor.js +1 -2
- package/lib/esm/features/store/collections/SharedPropsEditor.js.map +1 -1
- package/lib/esm/features/store/objects/DocumentSearchResults.js +0 -7
- package/lib/esm/features/store/objects/DocumentSearchResults.js.map +1 -1
- package/lib/esm/features/store/objects/components/ContentOverview.js +273 -83
- package/lib/esm/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js +153 -0
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +1 -0
- package/lib/esm/features/store/objects/layout/DocumentTableColumn.js +3 -3
- package/lib/esm/features/store/objects/layout/DocumentTableColumn.js.map +1 -1
- package/lib/esm/features/store/objects/layout/renderers.js +13 -0
- package/lib/esm/features/store/objects/layout/renderers.js.map +1 -1
- package/lib/esm/features/utils/index.js +2 -0
- package/lib/esm/features/utils/index.js.map +1 -1
- package/lib/esm/features/utils/mimeType.js +8 -0
- package/lib/esm/features/utils/mimeType.js.map +1 -1
- package/lib/esm/features/utils/print.js +181 -0
- package/lib/esm/features/utils/print.js.map +1 -0
- package/lib/esm/features/utils/workflowStatus.js +43 -0
- package/lib/esm/features/utils/workflowStatus.js.map +1 -0
- package/lib/esm/router/HistoryNavigator.js +22 -2
- package/lib/esm/router/HistoryNavigator.js.map +1 -1
- package/lib/esm/shell/login/UserInfo.js +2 -1
- package/lib/esm/shell/login/UserInfo.js.map +1 -1
- package/lib/esm/shell/login/UserSessionMenu.js +7 -1
- package/lib/esm/shell/login/UserSessionMenu.js.map +1 -1
- package/lib/esm/widgets/form/Form.js +6 -2
- package/lib/esm/widgets/form/Form.js.map +1 -1
- package/lib/esm/widgets/markdown/MarkdownRenderer.js +226 -4
- package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +1 -1
- package/lib/esm/widgets/schema-editor/ManagedSchema.js +0 -3
- package/lib/esm/widgets/schema-editor/ManagedSchema.js.map +1 -1
- package/lib/esm/widgets/schema-editor/json-schema4-utils.js +1 -1
- package/lib/esm/widgets/schema-editor/json-schema4-utils.js.map +1 -1
- package/lib/esm/widgets/xml-viewer/components/XMLViewer.js +18 -9
- package/lib/esm/widgets/xml-viewer/components/XMLViewer.js.map +1 -1
- package/lib/esm/widgets/xml-viewer/constants/index.js +10 -0
- package/lib/esm/widgets/xml-viewer/constants/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/core/components/MessageBox.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/dialog.d.ts +2 -1
- package/lib/types/core/components/shadcn/dialog.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/selectBox.d.ts +5 -1
- package/lib/types/core/components/shadcn/selectBox.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/tabs.d.ts +3 -1
- package/lib/types/core/components/shadcn/tabs.d.ts.map +1 -1
- package/lib/types/env/index.d.ts +2 -0
- package/lib/types/env/index.d.ts.map +1 -1
- package/lib/types/features/agent/chat/AgentChart.d.ts +48 -0
- package/lib/types/features/agent/chat/AgentChart.d.ts.map +1 -0
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +3 -2
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +2 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +4 -2
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +2 -4
- 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/index.d.ts +1 -0
- package/lib/types/features/agent/chat/index.d.ts.map +1 -1
- package/lib/types/features/agent/createChartTool.d.ts +178 -0
- package/lib/types/features/agent/createChartTool.d.ts.map +1 -0
- package/lib/types/features/agent/examples.d.ts +59 -0
- package/lib/types/features/agent/examples.d.ts.map +1 -0
- package/lib/types/features/agent/index.d.ts +2 -0
- package/lib/types/features/agent/index.d.ts.map +1 -1
- package/lib/types/features/agent/visualization.d.ts +95 -0
- package/lib/types/features/agent/visualization.d.ts.map +1 -0
- package/lib/types/features/facets/CollectionsFacetsNav.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/layout/GenericPageNavHeader.d.ts.map +1 -1
- package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts +13 -0
- package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts.map +1 -0
- package/lib/types/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
- package/lib/types/features/magic-pdf/ExtractedContentView.d.ts +8 -0
- package/lib/types/features/magic-pdf/ExtractedContentView.d.ts.map +1 -0
- package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts +58 -0
- package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts.map +1 -0
- package/lib/types/features/magic-pdf/MagicPdfView.d.ts +1 -1
- package/lib/types/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
- package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts +83 -0
- package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts.map +1 -0
- package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts +29 -0
- package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts.map +1 -0
- package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts +19 -0
- package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -0
- package/lib/types/features/pdf-viewer/index.d.ts +4 -0
- package/lib/types/features/pdf-viewer/index.d.ts.map +1 -0
- package/lib/types/features/store/collections/EditCollectionView.d.ts.map +1 -1
- package/lib/types/features/store/collections/SharedPropsEditor.d.ts.map +1 -1
- package/lib/types/features/store/objects/DocumentSearchResults.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/useContentPanelHooks.d.ts +30 -0
- package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -0
- package/lib/types/features/store/objects/layout/renderers.d.ts.map +1 -1
- package/lib/types/features/utils/index.d.ts +2 -0
- package/lib/types/features/utils/index.d.ts.map +1 -1
- package/lib/types/features/utils/mimeType.d.ts +1 -0
- package/lib/types/features/utils/mimeType.d.ts.map +1 -1
- package/lib/types/features/utils/print.d.ts +10 -0
- package/lib/types/features/utils/print.d.ts.map +1 -0
- package/lib/types/features/utils/workflowStatus.d.ts +10 -0
- package/lib/types/features/utils/workflowStatus.d.ts.map +1 -0
- package/lib/types/router/HistoryNavigator.d.ts +3 -0
- package/lib/types/router/HistoryNavigator.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/form/Form.d.ts.map +1 -1
- package/lib/types/widgets/markdown/MarkdownRenderer.d.ts +5 -1
- package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
- package/lib/types/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
- package/lib/types/widgets/xml-viewer/components/XMLViewer.d.ts.map +1 -1
- package/lib/types/widgets/xml-viewer/constants/index.d.ts +10 -0
- package/lib/types/widgets/xml-viewer/constants/index.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-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/package.json +11 -8
- package/src/core/components/MenuList.tsx +3 -6
- package/src/core/components/MessageBox.tsx +7 -2
- package/src/core/components/SelectBox.tsx +1 -1
- package/src/core/components/shadcn/dialog.tsx +19 -1
- package/src/core/components/shadcn/filters/filter/SelectFilter.tsx +31 -31
- package/src/core/components/shadcn/filters/filterBar.tsx +1 -0
- package/src/core/components/shadcn/selectBox.tsx +32 -6
- package/src/core/components/shadcn/tabs.tsx +3 -2
- package/src/env/index.ts +5 -0
- package/src/features/agent/CHART_INSTRUCTIONS.md +228 -0
- package/src/features/agent/chat/AgentChart.tsx +601 -0
- package/src/features/agent/chat/ModernAgentConversation.tsx +123 -11
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +8 -2
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +12 -2
- package/src/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.tsx +6 -1
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +15 -10
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +122 -87
- package/src/features/agent/chat/index.ts +1 -0
- package/src/features/agent/createChartTool.ts +364 -0
- package/src/features/agent/examples.ts +321 -0
- package/src/features/agent/index.ts +2 -0
- package/src/features/agent/visualization.ts +227 -0
- package/src/features/facets/CollectionsFacetsNav.tsx +5 -1
- package/src/features/index.ts +1 -0
- package/src/features/layout/GenericPageNavHeader.tsx +15 -4
- package/src/features/magic-pdf/AnnotatedImageSlider.tsx +482 -0
- package/src/features/magic-pdf/DownloadPopover.tsx +45 -40
- package/src/features/magic-pdf/ExtractedContentView.tsx +132 -0
- package/src/features/magic-pdf/MagicPdfProvider.tsx +297 -0
- package/src/features/magic-pdf/MagicPdfView.tsx +184 -91
- package/src/features/pdf-viewer/PdfPageRenderer.tsx +612 -0
- package/src/features/pdf-viewer/PdfPageSlider.tsx +473 -0
- package/src/features/pdf-viewer/SimplePdfViewer.tsx +142 -0
- package/src/features/pdf-viewer/index.ts +3 -0
- package/src/features/store/collections/EditCollectionView.tsx +3 -5
- package/src/features/store/collections/SharedPropsEditor.tsx +1 -2
- package/src/features/store/objects/DocumentSearchResults.tsx +0 -7
- package/src/features/store/objects/components/ContentOverview.tsx +677 -210
- package/src/features/store/objects/components/useContentPanelHooks.ts +169 -0
- package/src/features/store/objects/layout/DocumentTableColumn.tsx +3 -3
- package/src/features/store/objects/layout/knowledge.md +1 -0
- package/src/features/store/objects/layout/renderers.tsx +25 -0
- package/src/features/utils/index.ts +3 -1
- package/src/features/utils/mimeType.ts +10 -1
- package/src/features/utils/print.ts +189 -0
- package/src/features/utils/workflowStatus.ts +44 -0
- package/src/router/HistoryNavigator.ts +30 -2
- package/src/shell/login/UserInfo.tsx +2 -0
- package/src/shell/login/UserSessionMenu.tsx +12 -1
- package/src/widgets/form/Form.tsx +8 -3
- package/src/widgets/markdown/MarkdownRenderer.tsx +350 -6
- package/src/widgets/schema-editor/ManagedSchema.ts +0 -3
- package/src/widgets/schema-editor/json-schema4-utils.ts +1 -1
- package/src/widgets/xml-viewer/components/XMLViewer.tsx +22 -10
- package/src/widgets/xml-viewer/constants/index.ts +11 -0
- package/lib/esm/features/magic-pdf/PageSlider.js +0 -70
- package/lib/esm/features/magic-pdf/PageSlider.js.map +0 -1
- package/lib/esm/features/magic-pdf/PdfPageProvider.js +0 -188
- package/lib/esm/features/magic-pdf/PdfPageProvider.js.map +0 -1
- package/lib/esm/features/magic-pdf/TextPageView.js +0 -62
- package/lib/esm/features/magic-pdf/TextPageView.js.map +0 -1
- package/lib/esm/features/magic-pdf/useResizeOnDrag.js +0 -34
- package/lib/esm/features/magic-pdf/useResizeOnDrag.js.map +0 -1
- package/lib/types/features/magic-pdf/PageSlider.d.ts +0 -9
- package/lib/types/features/magic-pdf/PageSlider.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/PdfPageProvider.d.ts +0 -39
- package/lib/types/features/magic-pdf/PdfPageProvider.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/TextPageView.d.ts +0 -8
- package/lib/types/features/magic-pdf/TextPageView.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/useResizeOnDrag.d.ts +0 -9
- package/lib/types/features/magic-pdf/useResizeOnDrag.d.ts.map +0 -1
- package/src/features/magic-pdf/PageSlider.tsx +0 -142
- package/src/features/magic-pdf/PdfPageProvider.tsx +0 -310
- package/src/features/magic-pdf/TextPageView.tsx +0 -91
- package/src/features/magic-pdf/useResizeOnDrag.ts +0 -42
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Visualization helpers for tools to emit chart specs that the UI can render.
|
|
3
|
+
*
|
|
4
|
+
* Format: ChartSpec v1 rendered by AgentChart component
|
|
5
|
+
*/
|
|
6
|
+
import type { AgentChartSpec } from './chat/AgentChart';
|
|
7
|
+
export type ChartSpecV1 = AgentChartSpec;
|
|
8
|
+
/**
|
|
9
|
+
* Build a side-by-side bar chart comparing two scenarios across numeric metrics.
|
|
10
|
+
*/
|
|
11
|
+
export declare function buildScenarioComparisonBarChart(params: {
|
|
12
|
+
title?: string;
|
|
13
|
+
leftLabel: string;
|
|
14
|
+
rightLabel: string;
|
|
15
|
+
metrics: Array<{
|
|
16
|
+
label: string;
|
|
17
|
+
left: number;
|
|
18
|
+
right: number;
|
|
19
|
+
}>;
|
|
20
|
+
description?: string;
|
|
21
|
+
collapseInitially?: boolean;
|
|
22
|
+
}): ChartSpecV1;
|
|
23
|
+
/**
|
|
24
|
+
* Build a delta percentage bar chart to visualize changes between scenarios.
|
|
25
|
+
*/
|
|
26
|
+
export declare function buildScenarioDeltaPercentChart(params: {
|
|
27
|
+
title?: string;
|
|
28
|
+
metrics: Array<{
|
|
29
|
+
label: string;
|
|
30
|
+
left: number;
|
|
31
|
+
right: number;
|
|
32
|
+
}>;
|
|
33
|
+
description?: string;
|
|
34
|
+
collapseInitially?: boolean;
|
|
35
|
+
}): ChartSpecV1;
|
|
36
|
+
/**
|
|
37
|
+
* Helper to wrap a chart spec in a markdown code fence the UI will render.
|
|
38
|
+
*/
|
|
39
|
+
export declare function toChartMarkdown(spec: ChartSpecV1): string;
|
|
40
|
+
/**
|
|
41
|
+
* Build a cashflow composed chart (Calls/Distributions bars + Net Cashflow line)
|
|
42
|
+
*/
|
|
43
|
+
export declare function buildCashflowComposedChart(params: {
|
|
44
|
+
title?: string;
|
|
45
|
+
description?: string;
|
|
46
|
+
rows: Array<{
|
|
47
|
+
period: string;
|
|
48
|
+
calls: number;
|
|
49
|
+
distributions: number;
|
|
50
|
+
netCashflow?: number;
|
|
51
|
+
}>;
|
|
52
|
+
collapseInitially?: boolean;
|
|
53
|
+
}): ChartSpecV1;
|
|
54
|
+
/**
|
|
55
|
+
* Build a multi-line performance chart (TVPI/DPI/RVPI)
|
|
56
|
+
*/
|
|
57
|
+
export declare function buildPerformanceLineChart(params: {
|
|
58
|
+
title?: string;
|
|
59
|
+
description?: string;
|
|
60
|
+
rows: Array<{
|
|
61
|
+
period: string;
|
|
62
|
+
tvpi?: number;
|
|
63
|
+
dpi?: number;
|
|
64
|
+
rvpi?: number;
|
|
65
|
+
}>;
|
|
66
|
+
collapseInitially?: boolean;
|
|
67
|
+
}): ChartSpecV1;
|
|
68
|
+
/**
|
|
69
|
+
* Build a TVPI-only overlay chart (two series, e.g., left vs right scenario)
|
|
70
|
+
*/
|
|
71
|
+
export declare function buildTvpiOverlayChart(params: {
|
|
72
|
+
title?: string;
|
|
73
|
+
description?: string;
|
|
74
|
+
rows: Array<{
|
|
75
|
+
period: string;
|
|
76
|
+
tvpi_left?: number;
|
|
77
|
+
tvpi_right?: number;
|
|
78
|
+
}>;
|
|
79
|
+
leftLabel: string;
|
|
80
|
+
rightLabel: string;
|
|
81
|
+
collapseInitially?: boolean;
|
|
82
|
+
}): ChartSpecV1;
|
|
83
|
+
/**
|
|
84
|
+
* Build a NAV over time line chart (single line, right or left axis)
|
|
85
|
+
*/
|
|
86
|
+
export declare function buildNavLineChart(params: {
|
|
87
|
+
title?: string;
|
|
88
|
+
description?: string;
|
|
89
|
+
rows: Array<{
|
|
90
|
+
period: string;
|
|
91
|
+
nav: number;
|
|
92
|
+
}>;
|
|
93
|
+
collapseInitially?: boolean;
|
|
94
|
+
}): ChartSpecV1;
|
|
95
|
+
//# sourceMappingURL=visualization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"visualization.d.ts","sourceRoot":"","sources":["../../../../src/features/agent/visualization.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC;AAEzC;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,MAAM,EAAE;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,KAAK,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B,GAAG,WAAW,CAmBd;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,MAAM,EAAE;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,KAAK,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B,GAAG,WAAW,CAqBd;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,WAAW,GAAG,MAAM,CAOzD;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,EAAE;IAC/C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,KAAK,CAAC;QACR,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,aAAa,EAAE,MAAM,CAAC;QACtB,WAAW,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC,CAAC;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B,GAAG,WAAW,CAwBd;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,MAAM,EAAE;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,KAAK,CAAC;QACR,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B,GAAG,WAAW,CAyBd;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,EAAE;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACzE,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B,GAAG,WAAW,CAkBd;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC7C,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B,GAAG,WAAW,CAiBd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/CollectionsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAqD,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEzH,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG1D,UAAU,yBAAyB;IAC/B,MAAM,EAAE;QACJ,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;KACnB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CAC3B;AAGD,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,yBAAyB,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"CollectionsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/CollectionsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAqD,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEzH,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG1D,UAAU,yBAAyB;IAC/B,MAAM,EAAE;QACJ,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;KACnB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CAC3B;AAGD,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,yBAAyB,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,CAsCrG;AAGD,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,eAAe,IACvD,YAAY,UAAU,EAAE,UAmCnC;AAGD,wBAAgB,oBAAoB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,yBAAyB,2CAwBjF"}
|
|
@@ -4,6 +4,7 @@ export * from "./errors/index.js";
|
|
|
4
4
|
export * from "./facets/index.js";
|
|
5
5
|
export * from "./layout/index.js";
|
|
6
6
|
export * from "./magic-pdf/index.js";
|
|
7
|
+
export * from "./pdf-viewer/index.js";
|
|
7
8
|
export * from "./permissions/index.js";
|
|
8
9
|
export * from "./store/index.js";
|
|
9
10
|
export * from "./user/index.js";
|
|
@@ -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,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericPageNavHeader.d.ts","sourceRoot":"","sources":["../../../../src/features/layout/GenericPageNavHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOhD,UAAU,yBAAyB;IAC/B,KAAK,EAAE,MAAM,GAAG,YAAY,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC;IACpC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,YAAY,EAAE,CAAA;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED,wBAAgB,oBAAoB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,SAAiB,EAAE,qBAA4B,EAAE,EAAE,yBAAyB,
|
|
1
|
+
{"version":3,"file":"GenericPageNavHeader.d.ts","sourceRoot":"","sources":["../../../../src/features/layout/GenericPageNavHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOhD,UAAU,yBAAyB;IAC/B,KAAK,EAAE,MAAM,GAAG,YAAY,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC;IACpC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,YAAY,EAAE,CAAA;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED,wBAAgB,oBAAoB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,SAAiB,EAAE,qBAA4B,EAAE,EAAE,yBAAyB,2CAsGjL"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface AnnotatedImageSliderProps {
|
|
2
|
+
currentPage: number;
|
|
3
|
+
onChange: (pageNumber: number) => void;
|
|
4
|
+
className?: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Image-based page slider that displays annotated/instrumented page images.
|
|
8
|
+
* Progressively loads images starting from current page and radiating outward.
|
|
9
|
+
* Loads first image immediately to determine aspect ratio for stable layout.
|
|
10
|
+
*/
|
|
11
|
+
export declare function AnnotatedImageSlider({ className, currentPage, onChange }: AnnotatedImageSliderProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=AnnotatedImageSlider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnotatedImageSlider.d.ts","sourceRoot":"","sources":["../../../../src/features/magic-pdf/AnnotatedImageSlider.tsx"],"names":[],"mappings":"AAgCA,UAAU,yBAAyB;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,EAAE,yBAAyB,2CAqQnG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DownloadPopover.d.ts","sourceRoot":"","sources":["../../../../src/features/magic-pdf/DownloadPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAoB,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"DownloadPopover.d.ts","sourceRoot":"","sources":["../../../../src/features/magic-pdf/DownloadPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAoB,MAAM,kBAAkB,CAAC;AAOnE,UAAU,oBAAoB;IAC1B,MAAM,EAAE,aAAa,CAAC;CACzB;AACD,wBAAgB,eAAe,CAAC,EAAE,MAAM,EAAE,EAAE,oBAAoB,2CA2D/D"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ViewType } from "./types";
|
|
2
|
+
interface ExtractedContentViewProps {
|
|
3
|
+
pageNumber: number;
|
|
4
|
+
viewType: ViewType;
|
|
5
|
+
}
|
|
6
|
+
export declare function ExtractedContentView({ viewType, pageNumber }: ExtractedContentViewProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=ExtractedContentView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExtractedContentView.d.ts","sourceRoot":"","sources":["../../../../src/features/magic-pdf/ExtractedContentView.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAWnC,UAAU,yBAAyB;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;CACtB;AACD,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,yBAAyB,2CASvF"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { VertesiaClient } from "@vertesia/client";
|
|
2
|
+
import { ContentObject } from "@vertesia/common";
|
|
3
|
+
import React from "react";
|
|
4
|
+
export declare enum ImageType {
|
|
5
|
+
original = "original",
|
|
6
|
+
instrumented = "instrumented"
|
|
7
|
+
}
|
|
8
|
+
interface MagicPdfContextValue {
|
|
9
|
+
count: number;
|
|
10
|
+
layoutProvider: PageLayoutProvider;
|
|
11
|
+
markdownProvider: PageMarkdownProvider;
|
|
12
|
+
imageProvider: PageImageProvider;
|
|
13
|
+
xml: string;
|
|
14
|
+
xmlPages: string[];
|
|
15
|
+
pdfUrl: string;
|
|
16
|
+
pdfUrlLoading: boolean;
|
|
17
|
+
}
|
|
18
|
+
/** Provider for lazy-loading page images on demand */
|
|
19
|
+
export declare class PageImageProvider {
|
|
20
|
+
private client;
|
|
21
|
+
private objectId;
|
|
22
|
+
totalPages: number;
|
|
23
|
+
private cache;
|
|
24
|
+
private pending;
|
|
25
|
+
constructor(client: VertesiaClient, objectId: string, totalPages: number);
|
|
26
|
+
private getCacheKey;
|
|
27
|
+
/** Get the URL for a specific page and image type, fetching lazily if needed */
|
|
28
|
+
getPageImageUrl(page: number, type: ImageType): Promise<string>;
|
|
29
|
+
private fetchImageUrl;
|
|
30
|
+
private getImagePath;
|
|
31
|
+
}
|
|
32
|
+
declare class PageLayoutProvider {
|
|
33
|
+
private client;
|
|
34
|
+
private objectId;
|
|
35
|
+
totalPages: number;
|
|
36
|
+
private cache;
|
|
37
|
+
private pending;
|
|
38
|
+
constructor(client: VertesiaClient, objectId: string, totalPages: number);
|
|
39
|
+
getPageLayout(page: number): Promise<string>;
|
|
40
|
+
private fetchPageLayout;
|
|
41
|
+
}
|
|
42
|
+
declare class PageMarkdownProvider {
|
|
43
|
+
totalPages: number;
|
|
44
|
+
private pages;
|
|
45
|
+
constructor(totalPages: number);
|
|
46
|
+
initFromContent(markdownContent: string): void;
|
|
47
|
+
loadUrls(_vertesia: VertesiaClient, _objectId: string): Promise<void>;
|
|
48
|
+
getPageMarkdown(page: number): Promise<string>;
|
|
49
|
+
}
|
|
50
|
+
interface MagicPdfProviderProps {
|
|
51
|
+
object: ContentObject;
|
|
52
|
+
children: React.ReactNode;
|
|
53
|
+
}
|
|
54
|
+
export declare function MagicPdfProvider({ children, object }: MagicPdfProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
export declare function getResourceUrl(vertesia: VertesiaClient, objectId: string, name: string): Promise<string>;
|
|
56
|
+
export declare function useMagicPdfContext(): MagicPdfContextValue;
|
|
57
|
+
export {};
|
|
58
|
+
//# sourceMappingURL=MagicPdfProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MagicPdfProvider.d.ts","sourceRoot":"","sources":["../../../../src/features/magic-pdf/MagicPdfProvider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EACH,aAAa,EAGhB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAA6C,MAAM,OAAO,CAAC;AAKlE,oBAAY,SAAS;IACjB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;CAChC;AAED,UAAU,oBAAoB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,kBAAkB,CAAC;IACnC,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,aAAa,EAAE,iBAAiB,CAAC;IACjC,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,OAAO,CAAC;CAC1B;AAED,sDAAsD;AACtD,qBAAa,iBAAiB;IAKtB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IACT,UAAU,EAAE,MAAM;IAN7B,OAAO,CAAC,KAAK,CAAkC;IAC/C,OAAO,CAAC,OAAO,CAA2C;gBAG9C,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM;IAG7B,OAAO,CAAC,WAAW;IAInB,gFAAgF;IAC1E,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;YAwBvD,aAAa;IAM3B,OAAO,CAAC,YAAY;CASvB;AAED,cAAM,kBAAkB;IAKhB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IACT,UAAU,EAAE,MAAM;IAN7B,OAAO,CAAC,KAAK,CAAkC;IAC/C,OAAO,CAAC,OAAO,CAA2C;gBAG9C,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM;IAGvB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;YAsBpC,eAAe;CAShC;AAED,cAAM,oBAAoB;IAGH,UAAU,EAAE,MAAM;IAFrC,OAAO,CAAC,KAAK,CAAgB;gBAEV,UAAU,EAAE,MAAM;IAIrC,eAAe,CAAC,eAAe,EAAE,MAAM;IAKjC,QAAQ,CAAC,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM;IAIrD,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAOvD;AAiDD,UAAU,qBAAqB;IAC3B,MAAM,EAAE,aAAa,CAAC;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AACD,wBAAgB,gBAAgB,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,qBAAqB,2CAwD3E;AAED,wBAAgB,cAAc,CAC1B,QAAQ,EAAE,cAAc,EACxB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,GACb,OAAO,CAAC,MAAM,CAAC,CAIjB;AAED,wBAAgB,kBAAkB,yBAQjC"}
|
|
@@ -2,6 +2,6 @@ interface MagicPdfViewProps {
|
|
|
2
2
|
objectId: string;
|
|
3
3
|
onClose?: () => void;
|
|
4
4
|
}
|
|
5
|
-
export declare function MagicPdfView({ objectId, onClose }: MagicPdfViewProps): import("react/jsx-runtime").JSX.Element
|
|
5
|
+
export declare function MagicPdfView({ objectId, onClose }: MagicPdfViewProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=MagicPdfView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MagicPdfView.d.ts","sourceRoot":"","sources":["../../../../src/features/magic-pdf/MagicPdfView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MagicPdfView.d.ts","sourceRoot":"","sources":["../../../../src/features/magic-pdf/MagicPdfView.tsx"],"names":[],"mappings":"AAwDA,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AACD,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,iBAAiB,2CAoDpE"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
interface PdfPageRendererProps {
|
|
2
|
+
pdfUrl: string;
|
|
3
|
+
pageNumber: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
className?: string;
|
|
6
|
+
renderTextLayer?: boolean;
|
|
7
|
+
renderAnnotationLayer?: boolean;
|
|
8
|
+
onLoadSuccess?: (numPages: number) => void;
|
|
9
|
+
onError?: (error: Error) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare function PdfPageRenderer({ pdfUrl, pageNumber, width, className, renderTextLayer, renderAnnotationLayer, onLoadSuccess, onError }: PdfPageRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
interface PageDimensions {
|
|
13
|
+
width: number;
|
|
14
|
+
height: number;
|
|
15
|
+
aspectRatio: number;
|
|
16
|
+
}
|
|
17
|
+
interface SharedPdfContextValue {
|
|
18
|
+
pdfUrl: string;
|
|
19
|
+
numPages: number;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
error: Error | null;
|
|
22
|
+
pageDimensions: PageDimensions | null;
|
|
23
|
+
}
|
|
24
|
+
interface SharedPdfProviderProps {
|
|
25
|
+
pdfUrl: string;
|
|
26
|
+
urlLoading?: boolean;
|
|
27
|
+
children: (renderPage: (pageNumber: number, width?: number) => React.ReactNode) => React.ReactNode;
|
|
28
|
+
onLoadSuccess?: (numPages: number) => void;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Provider that loads a PDF once using a single Document component.
|
|
32
|
+
* Children receive a renderPage function to render pages inside the Document.
|
|
33
|
+
*/
|
|
34
|
+
export declare function SharedPdfProvider({ pdfUrl, urlLoading, children, onLoadSuccess }: SharedPdfProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export declare function useSharedPdf(): SharedPdfContextValue | null;
|
|
36
|
+
interface SimplePdfPageProps {
|
|
37
|
+
pageNumber: number;
|
|
38
|
+
width?: number;
|
|
39
|
+
className?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Simple wrapper for a PDF page that adds styling.
|
|
43
|
+
* Must be used inside SharedPdfProvider's children render function.
|
|
44
|
+
*/
|
|
45
|
+
export declare function SimplePdfPage({ pageNumber, width, className }: SimplePdfPageProps): import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
interface PdfThumbnailListProps {
|
|
47
|
+
pdfUrl: string;
|
|
48
|
+
urlLoading?: boolean;
|
|
49
|
+
pageCount: number;
|
|
50
|
+
currentPage: number;
|
|
51
|
+
thumbnailWidth?: number;
|
|
52
|
+
onPageSelect: (pageNumber: number) => void;
|
|
53
|
+
renderThumbnail: (props: {
|
|
54
|
+
pageNumber: number;
|
|
55
|
+
isSelected: boolean;
|
|
56
|
+
pageElement: React.ReactNode;
|
|
57
|
+
onSelect: () => void;
|
|
58
|
+
}) => React.ReactNode;
|
|
59
|
+
/** Optional ref to the scroll container. If not provided, will search for scrollable ancestor. */
|
|
60
|
+
scrollContainerRef?: React.RefObject<HTMLElement | null>;
|
|
61
|
+
/** Callback when aspect ratio is determined from the PDF. Useful for synchronizing placeholder sizing. */
|
|
62
|
+
onAspectRatioChange?: (aspectRatio: number) => void;
|
|
63
|
+
/** Callback when item height is calculated. Useful for scroll position calculations. */
|
|
64
|
+
onItemHeightChange?: (itemHeight: number) => void;
|
|
65
|
+
/** Custom function to calculate item height. Receives placeholder height and should return total item height. */
|
|
66
|
+
calculateItemHeight?: (placeholderHeight: number) => number;
|
|
67
|
+
/** Callback when actual page count is determined from the PDF. Useful when initial count is estimated. */
|
|
68
|
+
onPageCountChange?: (pageCount: number) => void;
|
|
69
|
+
}
|
|
70
|
+
export declare function PdfThumbnailList({ pdfUrl, urlLoading, pageCount, currentPage, thumbnailWidth, onPageSelect, renderThumbnail, scrollContainerRef, onAspectRatioChange, onItemHeightChange, calculateItemHeight, onPageCountChange }: PdfThumbnailListProps): import("react/jsx-runtime").JSX.Element;
|
|
71
|
+
interface PdfDocumentRendererProps {
|
|
72
|
+
pdfUrl: string;
|
|
73
|
+
pageNumber: number;
|
|
74
|
+
width?: number;
|
|
75
|
+
height?: number;
|
|
76
|
+
className?: string;
|
|
77
|
+
renderTextLayer?: boolean;
|
|
78
|
+
renderAnnotationLayer?: boolean;
|
|
79
|
+
onPageChange?: (pageNumber: number, totalPages: number) => void;
|
|
80
|
+
}
|
|
81
|
+
export declare function PdfDocumentRenderer({ pdfUrl, pageNumber, width, height, className, renderTextLayer, renderAnnotationLayer, onPageChange }: PdfDocumentRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
82
|
+
export {};
|
|
83
|
+
//# sourceMappingURL=PdfPageRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfPageRenderer.d.ts","sourceRoot":"","sources":["../../../../src/features/pdf-viewer/PdfPageRenderer.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
interface PdfPageSliderProps {
|
|
3
|
+
/** URL to the PDF file */
|
|
4
|
+
pdfUrl: string;
|
|
5
|
+
/** Whether the PDF URL is still loading */
|
|
6
|
+
pdfUrlLoading?: boolean;
|
|
7
|
+
/** Total number of pages in the PDF (initial estimate, will be updated when PDF loads) */
|
|
8
|
+
pageCount: number;
|
|
9
|
+
/** Currently selected page number (1-indexed) */
|
|
10
|
+
currentPage: number;
|
|
11
|
+
/** Callback when page selection changes */
|
|
12
|
+
onChange: (pageNumber: number) => void;
|
|
13
|
+
/** Callback when actual page count is determined from the PDF */
|
|
14
|
+
onPageCountChange?: (pageCount: number) => void;
|
|
15
|
+
/** Additional CSS class names */
|
|
16
|
+
className?: string;
|
|
17
|
+
/** Compact mode reduces padding and navigation bar heights */
|
|
18
|
+
compact?: boolean;
|
|
19
|
+
/** Extra content to render in the header (e.g., fullscreen button) */
|
|
20
|
+
headerExtra?: ReactNode;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Standalone PDF thumbnail slider component.
|
|
24
|
+
* Displays a vertical list of PDF page thumbnails with navigation controls.
|
|
25
|
+
* Does not depend on any context - all data is passed via props.
|
|
26
|
+
*/
|
|
27
|
+
export declare function PdfPageSlider({ pdfUrl, pdfUrlLoading, pageCount, currentPage, onChange, onPageCountChange, className, compact, headerExtra }: PdfPageSliderProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=PdfPageSlider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfPageSlider.d.ts","sourceRoot":"","sources":["../../../../src/features/pdf-viewer/PdfPageSlider.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAA2D,MAAM,OAAO,CAAC;AAU3F,UAAU,kBAAkB;IACxB,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0FAA0F;IAC1F,SAAS,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,WAAW,EAAE,MAAM,CAAC;IACpB,2CAA2C;IAC3C,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,iEAAiE;IACjE,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8DAA8D;IAC9D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sEAAsE;IACtE,WAAW,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,EAC1B,MAAM,EACN,aAAqB,EACrB,SAAS,EACT,WAAW,EACX,QAAQ,EACR,iBAAiB,EACjB,SAAS,EACT,OAAe,EACf,WAAW,EACd,EAAE,kBAAkB,2CAqTpB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ContentObject } from "@vertesia/common";
|
|
2
|
+
interface SimplePdfViewerProps {
|
|
3
|
+
/** The content object containing the PDF (optional if url or source is provided) */
|
|
4
|
+
object?: ContentObject;
|
|
5
|
+
/** Direct signed URL to the PDF (ready to use, no resolution needed) */
|
|
6
|
+
url?: string;
|
|
7
|
+
/** Storage source path that needs to be resolved to a download URL */
|
|
8
|
+
source?: string;
|
|
9
|
+
/** Additional CSS class names */
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A standalone PDF viewer component that displays PDF thumbnails with navigation.
|
|
14
|
+
* Fetches the PDF URL from the content object and displays it using PdfThumbnailSlider.
|
|
15
|
+
* Does not depend on any magic-pdf context.
|
|
16
|
+
*/
|
|
17
|
+
export declare function SimplePdfViewer({ object, url, source, className }: SimplePdfViewerProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=SimplePdfViewer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimplePdfViewer.d.ts","sourceRoot":"","sources":["../../../../src/features/pdf-viewer/SimplePdfViewer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOjD,UAAU,oBAAoB;IAC1B,oFAAoF;IACpF,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,wEAAwE;IACxE,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,oBAAoB,2CAsHvF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/pdf-viewer/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditCollectionView.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/EditCollectionView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAA6C,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"EditCollectionView.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/EditCollectionView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAA6C,MAAM,kBAAkB,CAAC;AAqBzF,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,2CAsMlF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SharedPropsEditor.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/SharedPropsEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAqB,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"SharedPropsEditor.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/collections/SharedPropsEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAqB,MAAM,kBAAkB,CAAC;AAKjE,UAAU,sBAAsB;IAC5B,UAAU,EAAE,UAAU,CAAC;CAC1B;AACD,wBAAgB,iBAAiB,CAAC,EAAE,UAAU,EAAE,EAAE,sBAAsB,2CAmDvE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentSearchResults.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/objects/DocumentSearchResults.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAwD,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"DocumentSearchResults.d.ts","sourceRoot":"","sources":["../../../../../src/features/store/objects/DocumentSearchResults.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAwD,MAAM,kBAAkB,CAAC;AAgCtG,UAAU,sCAAsC;IAC5C,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACzD;AACD,wBAAgB,iCAAiC,CAAC,EAAE,YAA8B,EAAE,MAAM,EAAE,EAAE,sCAAsC,2CAqCnI;AAED,UAAU,0BAA0B;IAChC,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAC9F;AACD,wBAAgB,qBAAqB,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAkB,EAAE,WAAkB,EAAE,EAAE,0BAA0B,2CAkL7H"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentOverview.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/components/ContentOverview.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAiB,aAAa,
|
|
1
|
+
{"version":3,"file":"ContentOverview.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/components/ContentOverview.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAiB,aAAa,EAAiM,MAAM,kBAAkB,CAAC;AAsJ/P,UAAU,oBAAoB;IAC1B,MAAM,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;CACpC;AACD,wBAAgB,eAAe,CAAC,EAC5B,MAAM,EACN,QAAQ,EACR,OAAO,GACV,EAAE,oBAAoB,2CAyCtB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DocAnalyzerProgress, DocProcessorOutputFormat, WorkflowExecutionStatus } from "@vertesia/common";
|
|
2
|
+
/**
|
|
3
|
+
* Hook for managing object text loading and cropping.
|
|
4
|
+
*/
|
|
5
|
+
export declare function useObjectText(objectId: string, initialText?: string, loadOnMount?: boolean): {
|
|
6
|
+
fullText: string | undefined;
|
|
7
|
+
displayText: string | undefined;
|
|
8
|
+
isLoading: boolean;
|
|
9
|
+
isCropped: boolean;
|
|
10
|
+
loadText: () => void;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Hook for polling PDF/document processing status.
|
|
14
|
+
*/
|
|
15
|
+
export declare function usePdfProcessingStatus(objectId: string, shouldPoll: boolean): {
|
|
16
|
+
progress: DocAnalyzerProgress | undefined;
|
|
17
|
+
status: WorkflowExecutionStatus | undefined;
|
|
18
|
+
outputFormat: DocProcessorOutputFormat | undefined;
|
|
19
|
+
isComplete: boolean;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Hook for managing Office document to PDF conversion.
|
|
23
|
+
*/
|
|
24
|
+
export declare function useOfficePdfConversion(objectId: string, enabled: boolean): {
|
|
25
|
+
pdfUrl: string | undefined;
|
|
26
|
+
isConverting: boolean;
|
|
27
|
+
error: string | undefined;
|
|
28
|
+
triggerConversion: () => Promise<void>;
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=useContentPanelHooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useContentPanelHooks.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/components/useContentPanelHooks.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,wBAAwB,EAA2B,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAKnI;;GAEG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,WAAW,UAAQ;;;;;;EAkDxF;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO;;;;;EAkD3E;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO;;;;;EAgDxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/layout/renderers.tsx"],"names":[],"mappings":"AASA,QAAA,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"renderers.d.ts","sourceRoot":"","sources":["../../../../../../src/features/store/objects/layout/renderers.tsx"],"names":[],"mappings":"AASA,QAAA,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CA6K3I,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC"}
|
|
@@ -2,4 +2,5 @@ export declare const isCsv: (type: string) => boolean;
|
|
|
2
2
|
export declare const isImage: (type: string) => boolean;
|
|
3
3
|
export declare const isPdf: (type: string) => boolean;
|
|
4
4
|
export declare const isVideo: (type: string) => boolean;
|
|
5
|
+
export declare const isPreviewableAsPdf: (type: string) => boolean;
|
|
5
6
|
//# sourceMappingURL=mimeType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mimeType.d.ts","sourceRoot":"","sources":["../../../../src/features/utils/mimeType.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mimeType.d.ts","sourceRoot":"","sources":["../../../../src/features/utils/mimeType.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,KAAK,GAAI,MAAM,MAAM,YAAqD,CAAA;AACvF,eAAO,MAAM,OAAO,GAAI,MAAM,MAAM,YAAiE,CAAA;AACrG,eAAO,MAAM,KAAK,GAAI,MAAM,MAAM,YAAqD,CAAA;AACvF,eAAO,MAAM,OAAO,GAAI,MAAM,MAAM,YAAiE,CAAA;AACrG,eAAO,MAAM,kBAAkB,GAAI,MAAM,MAAM,YAA4C,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Opens the browser print dialog with the content of a given HTML element.
|
|
3
|
+
* Uses a hidden iframe to avoid opening a new window.
|
|
4
|
+
*
|
|
5
|
+
* @param sourceElement - The HTML element whose content to print
|
|
6
|
+
* @param title - The document title for the printed page
|
|
7
|
+
* @returns true if print dialog was opened successfully, false otherwise
|
|
8
|
+
*/
|
|
9
|
+
export declare function printElementToPdf(sourceElement: HTMLElement, title: string): boolean;
|
|
10
|
+
//# sourceMappingURL=print.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"print.d.ts","sourceRoot":"","sources":["../../../../src/features/utils/print.ts"],"names":[],"mappings":"AAqIA;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,aAAa,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CA+CpF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { WorkflowExecutionStatus } from "@vertesia/common";
|
|
2
|
+
/**
|
|
3
|
+
* Get the semantic color class for a workflow execution status.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getWorkflowStatusColor(status?: WorkflowExecutionStatus): string;
|
|
6
|
+
/**
|
|
7
|
+
* Get a human-readable name for a workflow execution status.
|
|
8
|
+
*/
|
|
9
|
+
export declare function getWorkflowStatusName(status?: WorkflowExecutionStatus): string;
|
|
10
|
+
//# sourceMappingURL=workflowStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflowStatus.d.ts","sourceRoot":"","sources":["../../../../src/features/utils/workflowStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAE3D;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,CAAC,EAAE,uBAAuB,GAAG,MAAM,CAc/E;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,CAAC,EAAE,uBAAuB,GAAG,MAAM,CAmB9E"}
|
|
@@ -33,6 +33,8 @@ export interface NavigateOptions {
|
|
|
33
33
|
* if defined, indicate whether the basePath will be used as a top-level base path or a nested base path.
|
|
34
34
|
*/
|
|
35
35
|
isBasePathNested?: boolean;
|
|
36
|
+
stepsBack?: number;
|
|
37
|
+
title?: string;
|
|
36
38
|
}
|
|
37
39
|
export declare class HistoryNavigator {
|
|
38
40
|
stickyParams?: Record<string, string>;
|
|
@@ -49,6 +51,7 @@ export declare class HistoryNavigator {
|
|
|
49
51
|
firePageLoad(): void;
|
|
50
52
|
addStickyParams(path: string): string;
|
|
51
53
|
navigate(to: string, options?: NavigateOptions): void;
|
|
54
|
+
stepBack(steps: number, options?: NavigateOptions): void;
|
|
52
55
|
_navigate(to: URL, type: LocationChangeType, options: NavigateOptions): void;
|
|
53
56
|
start(): void;
|
|
54
57
|
stop(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HistoryNavigator.d.ts","sourceRoot":"","sources":["../../../src/router/HistoryNavigator.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS,eAAsB,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,MAAM,uBAAuB,GAAG,cAAc,GAAG,aAAa,CAAC;AACrE,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;AACnF,qBAAa,mBAAmB;IAGjB,IAAI,EAAE,uBAAuB;IAC7B,IAAI,EAAE,kBAAkB;IACxB,QAAQ,EAAE,GAAG;IACb,KAAK,CAAC,EAAE,GAAG;IALtB,SAAS,UAAS;gBAEP,IAAI,EAAE,uBAAuB,EAC7B,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAE,GAAG,EACb,KAAK,CAAC,EAAE,GAAG,YAAA;IAGtB,IAAI,UAAU,YAEb;IAED,IAAI,aAAa,YAEhB;IAED,IAAI,WAAW,YAEd;IAED,IAAI,YAAY,YAEf;IAED,IAAI,YAAY,YAEf;IAED,MAAM;CAOT;AAED,qBAAa,yBAA0B,SAAQ,mBAAmB;gBAClD,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG;CAGnE;AACD,qBAAa,wBAAyB,SAAQ,mBAAmB;gBACjD,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG;CAGnE;AAED,MAAM,WAAW,eAAe;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HistoryNavigator.d.ts","sourceRoot":"","sources":["../../../src/router/HistoryNavigator.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS,eAAsB,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,MAAM,uBAAuB,GAAG,cAAc,GAAG,aAAa,CAAC;AACrE,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;AACnF,qBAAa,mBAAmB;IAGjB,IAAI,EAAE,uBAAuB;IAC7B,IAAI,EAAE,kBAAkB;IACxB,QAAQ,EAAE,GAAG;IACb,KAAK,CAAC,EAAE,GAAG;IALtB,SAAS,UAAS;gBAEP,IAAI,EAAE,uBAAuB,EAC7B,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAE,GAAG,EACb,KAAK,CAAC,EAAE,GAAG,YAAA;IAGtB,IAAI,UAAU,YAEb;IAED,IAAI,aAAa,YAEhB;IAED,IAAI,WAAW,YAEd;IAED,IAAI,YAAY,YAEf;IAED,IAAI,YAAY,YAEf;IAED,MAAM;CAOT;AAED,qBAAa,yBAA0B,SAAQ,mBAAmB;gBAClD,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG;CAGnE;AACD,qBAAa,wBAAyB,SAAQ,mBAAmB;gBACjD,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG;CAGnE;AAED,MAAM,WAAW,eAAe;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAYD,qBAAa,gBAAgB;IAEzB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,iBAAiB,CAAC,EAAE,CAAC,EAAE,EAAE,aAAa,KAAK,IAAI,CAAC;IAChD,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,UAAU,KAAK,IAAI,CAAC;IAC5C,UAAU,EAAE,CAAC,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAC,EAAE,CAAM;;IAI1D,WAAW,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI;IAI1D,kBAAkB,CAAC,KAAK,EAAE,mBAAmB;IAM7C;;;OAGG;IACH,YAAY;IAIZ,eAAe,CAAC,IAAI,EAAE,MAAM;IAO5B,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE,eAAoB;IAiBlD,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,eAAoB;IAkBrD,SAAS,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,kBAAkB,EAAE,OAAO,EAAE,eAAe;IA6CrE,KAAK;IAkCL,IAAI;CAIP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../src/shell/login/UserInfo.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../src/shell/login/UserInfo.tsx"],"names":[],"mappings":"AAQA,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,2CAuB3E;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,4CA4C/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSessionMenu.d.ts","sourceRoot":"","sources":["../../../../src/shell/login/UserSessionMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"UserSessionMenu.d.ts","sourceRoot":"","sources":["../../../../src/shell/login/UserSessionMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAc,MAAM,kBAAkB,CAAC;AAUhE,UAAU,oBAAoB;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AACD,wBAAgB,eAAe,CAAC,EAAG,EAAE,oBAAoB,2CAmBxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../src/widgets/form/Form.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../src/widgets/form/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAIzD,OAAO,EAAE,aAAa,EAAE,SAAS,EAA4B,MAAM,OAAO,CAAC;AAC3E,OAAO,EAAoC,mBAAmB,EAAW,MAAM,kBAAkB,CAAC;AAClG,OAAO,EAAuB,aAAa,EAAqB,eAAe,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAGlH,UAAU,SAAS;IACf,MAAM,EAAE,aAAa,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAChE,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC5C,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AACD,wBAAgB,IAAI,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,SAAS,2CAc7F;AAaD,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAO9D;AAsBD,UAAU,gBAAgB;IACtB,MAAM,EAAE,eAAe,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAc,EAAE,EAAE,gBAAgB,2CA4B/E"}
|
|
@@ -3,7 +3,11 @@ interface MarkdownRendererProps {
|
|
|
3
3
|
components?: any;
|
|
4
4
|
remarkPlugins?: any[];
|
|
5
5
|
removeComments?: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Optional workflow run id used to resolve shorthand artifact paths (e.g. artifact:out/result.csv)
|
|
8
|
+
*/
|
|
9
|
+
artifactRunId?: string;
|
|
6
10
|
}
|
|
7
|
-
export declare function MarkdownRenderer({ children, components, remarkPlugins, removeComments }: MarkdownRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare function MarkdownRenderer({ children, components, remarkPlugins, removeComments, artifactRunId, }: MarkdownRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
8
12
|
export {};
|
|
9
13
|
//# sourceMappingURL=MarkdownRenderer.d.ts.map
|
|
@@ -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":"AA2CA,UAAU,qBAAqB;IAC3B,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;CAC1B;AAED,wBAAgB,gBAAgB,CAAC,EAC7B,QAAQ,EACR,UAAU,EACV,aAAkB,EAClB,cAAqB,EACrB,aAAa,GAChB,EAAE,qBAAqB,2CAwUvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManagedSchema.d.ts","sourceRoot":"","sources":["../../../../src/widgets/schema-editor/ManagedSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAa,aAAa,EAAsB,MAAM,qBAAqB,CAAC;AAMnF,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,YAAY;IAClB,MAAM,IAAI,IAAI,CAAA;CACjB;AAED,MAAM,WAAW,YAAY;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CAChB;AACD,qBAAa,aAAc,YAAW,YAAY;IAG9C,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,IAAI,CAAa;IACtD,MAAM,EAAE,UAAU,CAAC;IACnB,IAAI,EAAE,UAAU,CAAC;gBACL,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,GAAG,SAAS,EAAE,KAAK,CAAC,EAAE,MAAM;IAmB3E,IAAI,OAAO,YAEV;IAED,IAAI,QAAQ,iBAEX;IAED,MAAM;IAON,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM;IAQpC,kBAAkB,CAAC,EAAE,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,IAAI;IAKtD,aAAa,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAavC,KAAK;CAQR;AAED,qBAAa,UAAU;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,YAAY,CAAC;IACrB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,UAAS;IACnB,IAAI,EAAE,aAAa,CAAC;IACpB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;gBAEZ,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,CAAC,EAAE,UAAU;IAYvF,IAAI,KAAK,IAIQ,MAAM,GAAG,SAAS,CAFlC;IAED,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAElC;IAED,IAAI,WAAW,IAIQ,MAAM,GAAG,SAAS,CAFxC;IAED,IAAI,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAExC;IAED,IAAI,QAAQ,YAEX;IAGD,IAAI,KAAK,IAGQ,OAAO,CADvB;IACD,IAAI,KAAK,CAAC,KAAK,EAAE,OAAO,EAMvB;IACD,UAAU;IAOV,gBAAgB;IAIhB,gBAAgB;IAIhB,YAAY;IAIZ,UAAU;IAIV,YAAY;IASZ,aAAa,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC;IAWpD,oBAAoB;IAQpB,sBAAsB,CAAC,MAAM,EAAE,MAAM;IASrC;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,UAAQ;IAc9D;;OAEG;IACH,MAAM;IAYN,MAAM,CAAC,IAAI,EAAE,UAAU;
|
|
1
|
+
{"version":3,"file":"ManagedSchema.d.ts","sourceRoot":"","sources":["../../../../src/widgets/schema-editor/ManagedSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAa,aAAa,EAAsB,MAAM,qBAAqB,CAAC;AAMnF,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,YAAY;IAClB,MAAM,IAAI,IAAI,CAAA;CACjB;AAED,MAAM,WAAW,YAAY;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CAChB;AACD,qBAAa,aAAc,YAAW,YAAY;IAG9C,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,IAAI,CAAa;IACtD,MAAM,EAAE,UAAU,CAAC;IACnB,IAAI,EAAE,UAAU,CAAC;gBACL,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,GAAG,SAAS,EAAE,KAAK,CAAC,EAAE,MAAM;IAmB3E,IAAI,OAAO,YAEV;IAED,IAAI,QAAQ,iBAEX;IAED,MAAM;IAON,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM;IAQpC,kBAAkB,CAAC,EAAE,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,IAAI;IAKtD,aAAa,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAavC,KAAK;CAQR;AAED,qBAAa,UAAU;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,YAAY,CAAC;IACrB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,UAAS;IACnB,IAAI,EAAE,aAAa,CAAC;IACpB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;gBAEZ,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,CAAC,EAAE,UAAU;IAYvF,IAAI,KAAK,IAIQ,MAAM,GAAG,SAAS,CAFlC;IAED,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAElC;IAED,IAAI,WAAW,IAIQ,MAAM,GAAG,SAAS,CAFxC;IAED,IAAI,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAExC;IAED,IAAI,QAAQ,YAEX;IAGD,IAAI,KAAK,IAGQ,OAAO,CADvB;IACD,IAAI,KAAK,CAAC,KAAK,EAAE,OAAO,EAMvB;IACD,UAAU;IAOV,gBAAgB;IAIhB,gBAAgB;IAIhB,YAAY;IAIZ,UAAU;IAIV,YAAY;IASZ,aAAa,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC;IAWpD,oBAAoB;IAQpB,sBAAsB,CAAC,MAAM,EAAE,MAAM;IASrC;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,UAAQ;IAc9D;;OAEG;IACH,MAAM;IAYN,MAAM,CAAC,IAAI,EAAE,UAAU;IAsDvB,iCAAiC,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;;;;;;IAwBlE,8BAA8B,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAI/D,mBAAmB,CAAC,IAAI,EAAE,MAAM;CAUnC"}
|