@memberjunction/ng-dashboards 5.21.0 → 5.23.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 +51 -0
- package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-configuration.component.js +364 -362
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/agents/agent-editor.component.js +2 -2
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +313 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +2792 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts +382 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +2683 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -0
- package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -1
- package/dist/AI/components/execution-monitoring.component.js +191 -197
- package/dist/AI/components/execution-monitoring.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.js +9 -8
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +305 -299
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +319 -313
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts +240 -0
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts.map +1 -0
- package/dist/AI/components/vectors/vector-management-resource.component.js +1767 -0
- package/dist/AI/components/vectors/vector-management-resource.component.js.map +1 -0
- package/dist/AI/index.d.ts +3 -0
- package/dist/AI/index.d.ts.map +1 -1
- package/dist/AI/index.js +6 -0
- package/dist/AI/index.js.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.d.ts +50 -7
- package/dist/AI/services/ai-instrumentation.service.d.ts.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.js +161 -193
- package/dist/AI/services/ai-instrumentation.service.js.map +1 -1
- package/dist/APIKeys/api-applications-panel.component.js +10 -12
- package/dist/APIKeys/api-applications-panel.component.js.map +1 -1
- package/dist/APIKeys/api-key-create-dialog.component.js +13 -19
- package/dist/APIKeys/api-key-create-dialog.component.js.map +1 -1
- package/dist/APIKeys/api-key-edit-panel.component.js +12 -14
- package/dist/APIKeys/api-key-edit-panel.component.js.map +1 -1
- package/dist/APIKeys/api-scopes-panel.component.js +61 -68
- package/dist/APIKeys/api-scopes-panel.component.js.map +1 -1
- package/dist/APIKeys/api-usage-panel.component.js +10 -11
- package/dist/APIKeys/api-usage-panel.component.js.map +1 -1
- package/dist/Actions/components/actions-list-view.component.js +82 -96
- package/dist/Actions/components/actions-list-view.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +130 -134
- package/dist/Actions/components/actions-overview.component.js.map +1 -1
- package/dist/Actions/components/categories-list-view.component.d.ts.map +1 -1
- package/dist/Actions/components/categories-list-view.component.js +40 -46
- package/dist/Actions/components/categories-list-view.component.js.map +1 -1
- package/dist/Actions/components/code-management.component.js +2 -2
- package/dist/Actions/components/code-management.component.js.map +1 -1
- package/dist/Actions/components/entity-integration.component.js +2 -2
- package/dist/Actions/components/entity-integration.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +127 -132
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Actions/components/executions-list-view.component.js +2 -2
- package/dist/Actions/components/executions-list-view.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-card.component.js +11 -17
- package/dist/Actions/components/explorer/action-card.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.js +5 -11
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-list-item.component.js +8 -10
- package/dist/Actions/components/explorer/action-list-item.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-toolbar.component.js +112 -133
- package/dist/Actions/components/explorer/action-toolbar.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-tree-panel.component.js +63 -83
- package/dist/Actions/components/explorer/action-tree-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/new-action-panel.component.js +17 -21
- package/dist/Actions/components/explorer/new-action-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/new-category-panel.component.js +17 -21
- package/dist/Actions/components/explorer/new-category-panel.component.js.map +1 -1
- package/dist/Actions/components/scheduled-actions.component.js +2 -2
- package/dist/Actions/components/scheduled-actions.component.js.map +1 -1
- package/dist/Actions/components/security-permissions.component.js +2 -2
- package/dist/Actions/components/security-permissions.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +13 -5
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +168 -145
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.d.ts +4 -5
- package/dist/ComponentStudio/components/artifact-load-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +197 -200
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.d.ts +5 -7
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +142 -148
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/browser/component-browser.component.js +153 -166
- package/dist/ComponentStudio/components/browser/component-browser.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +15 -20
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +16 -21
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +18 -23
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +25 -30
- package/dist/ComponentStudio/components/editors/spec-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +10 -11
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +24 -35
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/text-import-dialog.component.js +15 -17
- package/dist/ComponentStudio/components/text-import-dialog.component.js.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +7 -6
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +6 -5
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +7 -6
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts +11 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js +57 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js +9 -9
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js.map +1 -1
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +10 -2
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +35 -11
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts +1 -0
- package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.js +8 -4
- package/dist/DataExplorer/data-explorer-resource.component.js.map +1 -1
- package/dist/Home/home-dashboard.component.d.ts +181 -1
- package/dist/Home/home-dashboard.component.d.ts.map +1 -1
- package/dist/Home/home-dashboard.component.js +1704 -182
- package/dist/Home/home-dashboard.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +4 -4
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js +246 -259
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js.map +1 -1
- package/dist/Integration/components/widgets/integration-card.component.js +7 -9
- package/dist/Integration/components/widgets/integration-card.component.js.map +1 -1
- package/dist/Integration/integration.module.d.ts +6 -10
- package/dist/Integration/integration.module.d.ts.map +1 -1
- package/dist/Integration/integration.module.js +12 -20
- package/dist/Integration/integration.module.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts +106 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +607 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts +126 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +1086 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.d.ts +56 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.js +291 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.js.map +1 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts +85 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js +461 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/index.d.ts +5 -0
- package/dist/KnowledgeHub/index.d.ts.map +1 -0
- package/dist/KnowledgeHub/index.js +6 -0
- package/dist/KnowledgeHub/index.js.map +1 -0
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +9 -7
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +5 -4
- package/dist/Lists/components/lists-my-lists-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-operations-resource.component.js +10 -9
- package/dist/Lists/components/lists-operations-resource.component.js.map +1 -1
- package/dist/MCP/components/mcp-connection-dialog.component.js +141 -132
- package/dist/MCP/components/mcp-connection-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-log-detail-panel.component.js +4 -4
- package/dist/MCP/components/mcp-log-detail-panel.component.js.map +1 -1
- package/dist/MCP/components/mcp-server-dialog.component.js +141 -128
- package/dist/MCP/components/mcp-server-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-test-tool-dialog.component.js +210 -218
- package/dist/MCP/components/mcp-test-tool-dialog.component.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +2 -2
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/MCP/mcp.module.d.ts +6 -9
- package/dist/MCP/mcp.module.d.ts.map +1 -1
- package/dist/MCP/mcp.module.js +20 -22
- package/dist/MCP/mcp.module.js.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.js +5 -1
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.js +5 -4
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +6 -5
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.js +93 -92
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.js +1 -0
- package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts +7 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js +63 -8
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts +9 -1
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.js +109 -62
- package/dist/Testing/components/testing-dashboard-tab.component.js.map +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts +2 -1
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +241 -200
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.d.ts +7 -1
- package/dist/Testing/components/testing-runs-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.js +63 -8
- package/dist/Testing/components/testing-runs-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-runs.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-runs.component.js +7 -5
- package/dist/Testing/components/testing-runs.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.d.ts +9 -1
- package/dist/Testing/testing-dashboard.component.d.ts.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +122 -54
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/actions-dashboards.module.d.ts +8 -13
- package/dist/actions-dashboards.module.d.ts.map +1 -1
- package/dist/actions-dashboards.module.js +6 -27
- package/dist/actions-dashboards.module.js.map +1 -1
- package/dist/ai-dashboards.module.d.ts +14 -11
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +58 -44
- package/dist/ai-dashboards.module.js.map +1 -1
- package/dist/communication-dashboards.module.d.ts +4 -8
- package/dist/communication-dashboards.module.d.ts.map +1 -1
- package/dist/communication-dashboards.module.js +0 -19
- package/dist/communication-dashboards.module.js.map +1 -1
- package/dist/component-studio-dashboards.module.d.ts +7 -11
- package/dist/component-studio-dashboards.module.d.ts.map +1 -1
- package/dist/component-studio-dashboards.module.js +22 -34
- package/dist/component-studio-dashboards.module.js.map +1 -1
- package/dist/core-dashboards.module.d.ts +13 -18
- package/dist/core-dashboards.module.d.ts.map +1 -1
- package/dist/core-dashboards.module.js +18 -31
- package/dist/core-dashboards.module.js.map +1 -1
- package/dist/credentials-dashboards.module.d.ts +5 -8
- package/dist/credentials-dashboards.module.d.ts.map +1 -1
- package/dist/credentials-dashboards.module.js +3 -19
- package/dist/credentials-dashboards.module.js.map +1 -1
- package/dist/data-explorer-dashboards.module.d.ts +7 -13
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -1
- package/dist/data-explorer-dashboards.module.js +0 -27
- package/dist/data-explorer-dashboards.module.js.map +1 -1
- package/dist/lists-dashboards.module.d.ts +5 -8
- package/dist/lists-dashboards.module.d.ts.map +1 -1
- package/dist/lists-dashboards.module.js +3 -19
- package/dist/lists-dashboards.module.js.map +1 -1
- package/dist/public-api.d.ts +5 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +6 -1
- package/dist/public-api.js.map +1 -1
- package/dist/scheduling-dashboards.module.d.ts +6 -10
- package/dist/scheduling-dashboards.module.d.ts.map +1 -1
- package/dist/scheduling-dashboards.module.js +3 -23
- package/dist/scheduling-dashboards.module.js.map +1 -1
- package/dist/testing-dashboards.module.d.ts +7 -12
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +4 -27
- package/dist/testing-dashboards.module.js.map +1 -1
- package/package.json +47 -53
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Content Autotagging Dashboard
|
|
3
|
+
*
|
|
4
|
+
* Full dashboard for the content autotagging pipeline with left-nav and 5 tabs:
|
|
5
|
+
* Pipeline Monitor, Sources Management, Content Types, Tag Library, Run History.
|
|
6
|
+
* Supports CRUD on sources and content types via slide-in forms,
|
|
7
|
+
* pipeline triggering with real-time GraphQL subscription progress.
|
|
8
|
+
*/
|
|
9
|
+
import { OnDestroy, AfterViewInit } from '@angular/core';
|
|
10
|
+
import { CompositeKey } from '@memberjunction/core';
|
|
11
|
+
import { TreeBranchConfig, TreeLeafConfig } from '@memberjunction/ng-trees';
|
|
12
|
+
import { ResourceData } from '@memberjunction/core-entities';
|
|
13
|
+
import { BaseResourceComponent } from '@memberjunction/ng-shared';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
type TabName = 'pipeline' | 'sources' | 'types' | 'tags' | 'history';
|
|
16
|
+
interface NavItem {
|
|
17
|
+
Tab: TabName;
|
|
18
|
+
Icon: string;
|
|
19
|
+
Label: string;
|
|
20
|
+
BadgeText: string;
|
|
21
|
+
BadgeClass: string;
|
|
22
|
+
}
|
|
23
|
+
interface KPIMetric {
|
|
24
|
+
Label: string;
|
|
25
|
+
Value: number;
|
|
26
|
+
Icon: string;
|
|
27
|
+
Trend: string;
|
|
28
|
+
TrendUp: boolean;
|
|
29
|
+
}
|
|
30
|
+
interface PipelineStageInfo {
|
|
31
|
+
Name: string;
|
|
32
|
+
Icon: string;
|
|
33
|
+
Status: 'idle' | 'active' | 'complete';
|
|
34
|
+
Count: string;
|
|
35
|
+
}
|
|
36
|
+
interface FeedItem {
|
|
37
|
+
Name: string;
|
|
38
|
+
SourceName: string;
|
|
39
|
+
Tags: string[];
|
|
40
|
+
TimeAgo: string;
|
|
41
|
+
Status: 'complete' | 'processing' | 'error';
|
|
42
|
+
}
|
|
43
|
+
interface SourceMini {
|
|
44
|
+
ID: string;
|
|
45
|
+
Name: string;
|
|
46
|
+
Icon: string;
|
|
47
|
+
Meta: string;
|
|
48
|
+
StatusClass: 'active' | 'error' | 'inactive';
|
|
49
|
+
}
|
|
50
|
+
interface SourceCard {
|
|
51
|
+
ID: string;
|
|
52
|
+
Name: string;
|
|
53
|
+
SourceTypeName: string;
|
|
54
|
+
ContentTypeName: string;
|
|
55
|
+
FileTypeName: string;
|
|
56
|
+
Icon: string;
|
|
57
|
+
StatusClass: 'active' | 'error' | 'inactive';
|
|
58
|
+
StatusLabel: string;
|
|
59
|
+
URL: string;
|
|
60
|
+
ItemCount: number;
|
|
61
|
+
TagCount: number;
|
|
62
|
+
AvgTags: string;
|
|
63
|
+
LastRunAgo: string;
|
|
64
|
+
ContentSourceTypeID: string;
|
|
65
|
+
ContentTypeID: string;
|
|
66
|
+
ContentFileTypeID: string;
|
|
67
|
+
EmbeddingModelID: string;
|
|
68
|
+
VectorIndexID: string;
|
|
69
|
+
}
|
|
70
|
+
interface ContentTypeCard {
|
|
71
|
+
ID: string;
|
|
72
|
+
Name: string;
|
|
73
|
+
Description: string;
|
|
74
|
+
AIModelName: string;
|
|
75
|
+
AIModelID: string;
|
|
76
|
+
MinTags: number;
|
|
77
|
+
MaxTags: number;
|
|
78
|
+
SourcesUsing: number;
|
|
79
|
+
ItemsTagged: number;
|
|
80
|
+
RangeLeftPct: number;
|
|
81
|
+
RangeRightPct: number;
|
|
82
|
+
EmbeddingModelID: string;
|
|
83
|
+
VectorIndexID: string;
|
|
84
|
+
}
|
|
85
|
+
interface TagRow {
|
|
86
|
+
Tag: string;
|
|
87
|
+
UsageCount: number;
|
|
88
|
+
AvgWeight: number;
|
|
89
|
+
BarWidthPct: number;
|
|
90
|
+
TopSource: string;
|
|
91
|
+
FirstSeen: string;
|
|
92
|
+
}
|
|
93
|
+
interface TagCloudItem {
|
|
94
|
+
Tag: string;
|
|
95
|
+
AvgWeight: number;
|
|
96
|
+
SizeClass: 'large' | '' | 'small';
|
|
97
|
+
}
|
|
98
|
+
interface TagBySource {
|
|
99
|
+
SourceName: string;
|
|
100
|
+
Count: number;
|
|
101
|
+
}
|
|
102
|
+
interface RunHistoryRow {
|
|
103
|
+
ID: string;
|
|
104
|
+
Status: string;
|
|
105
|
+
StatusClass: string;
|
|
106
|
+
SourceName: string;
|
|
107
|
+
StartedDisplay: string;
|
|
108
|
+
Duration: string;
|
|
109
|
+
Items: string;
|
|
110
|
+
Tags: string;
|
|
111
|
+
Errors: string;
|
|
112
|
+
ErrorClass: string;
|
|
113
|
+
}
|
|
114
|
+
interface DropdownOption {
|
|
115
|
+
ID: string;
|
|
116
|
+
Name: string;
|
|
117
|
+
}
|
|
118
|
+
interface ContentItemDetail {
|
|
119
|
+
ID: string;
|
|
120
|
+
Name: string;
|
|
121
|
+
SourceName: string;
|
|
122
|
+
SourceTypeName: string;
|
|
123
|
+
ContentTypeName: string;
|
|
124
|
+
FileTypeName: string;
|
|
125
|
+
URL: string;
|
|
126
|
+
TextContent: string;
|
|
127
|
+
Checksum: string;
|
|
128
|
+
Tags: string[];
|
|
129
|
+
CreatedAt: string;
|
|
130
|
+
UpdatedAt: string;
|
|
131
|
+
ContentSourceID: string;
|
|
132
|
+
StatusDot: 'complete' | 'processing' | 'error';
|
|
133
|
+
TagCount: number;
|
|
134
|
+
}
|
|
135
|
+
interface SourceDetailInfo {
|
|
136
|
+
ID: string;
|
|
137
|
+
Name: string;
|
|
138
|
+
SourceTypeName: string;
|
|
139
|
+
FileTypeName: string;
|
|
140
|
+
ContentTypeName: string;
|
|
141
|
+
StatusClass: 'active' | 'error' | 'inactive';
|
|
142
|
+
StatusLabel: string;
|
|
143
|
+
Icon: string;
|
|
144
|
+
URL: string;
|
|
145
|
+
EmbeddingModelName: string;
|
|
146
|
+
VectorIndexName: string;
|
|
147
|
+
ItemCount: number;
|
|
148
|
+
TagCount: number;
|
|
149
|
+
AvgTags: string;
|
|
150
|
+
LastRunAgo: string;
|
|
151
|
+
ErrorCount: number;
|
|
152
|
+
ContentItems: ContentItemDetail[];
|
|
153
|
+
RunHistory: RunHistoryRow[];
|
|
154
|
+
}
|
|
155
|
+
type FormMode = 'none' | 'add-source' | 'edit-source' | 'add-type' | 'edit-type';
|
|
156
|
+
export declare class AutotaggingPipelineResourceComponent extends BaseResourceComponent implements AfterViewInit, OnDestroy {
|
|
157
|
+
private destroy$;
|
|
158
|
+
private cdr;
|
|
159
|
+
private navigationService;
|
|
160
|
+
IsLoading: boolean;
|
|
161
|
+
ActiveTab: TabName;
|
|
162
|
+
private tabDataLoaded;
|
|
163
|
+
NavItems: NavItem[];
|
|
164
|
+
KPIMetrics: KPIMetric[];
|
|
165
|
+
PipelineStages: PipelineStageInfo[];
|
|
166
|
+
FeedItems: FeedItem[];
|
|
167
|
+
SourceMinis: SourceMini[];
|
|
168
|
+
TrendingTags: TagCloudItem[];
|
|
169
|
+
IsRunning: boolean;
|
|
170
|
+
RunProgress: number;
|
|
171
|
+
RunStage: string;
|
|
172
|
+
RunCurrentItem: string;
|
|
173
|
+
SourceCards: SourceCard[];
|
|
174
|
+
ContentTypeCards: ContentTypeCard[];
|
|
175
|
+
TagRows: TagRow[];
|
|
176
|
+
TagCloud: TagCloudItem[];
|
|
177
|
+
TagsBySource: TagBySource[];
|
|
178
|
+
TagSearchQuery: string;
|
|
179
|
+
FilteredTagRows: TagRow[];
|
|
180
|
+
RunHistoryRows: RunHistoryRow[];
|
|
181
|
+
HistorySourceFilter: string;
|
|
182
|
+
HistoryStatusFilter: string;
|
|
183
|
+
FilteredRunRows: RunHistoryRow[];
|
|
184
|
+
HistorySourceOptions: string[];
|
|
185
|
+
FormMode: FormMode;
|
|
186
|
+
FormSaving: boolean;
|
|
187
|
+
FormSourceName: string;
|
|
188
|
+
FormSourceTypeID: string;
|
|
189
|
+
FormContentTypeID: string;
|
|
190
|
+
FormFileTypeID: string;
|
|
191
|
+
FormSourceURL: string;
|
|
192
|
+
EditingSourceID: string;
|
|
193
|
+
FormTypeName: string;
|
|
194
|
+
FormTypeDescription: string;
|
|
195
|
+
FormTypeAIModelID: string;
|
|
196
|
+
FormTypeMinTags: number;
|
|
197
|
+
FormTypeMaxTags: number;
|
|
198
|
+
EditingTypeID: string;
|
|
199
|
+
FormTypeEmbeddingModelID: string;
|
|
200
|
+
FormTypeVectorIndexID: string;
|
|
201
|
+
FormSourceEmbeddingModelID: string;
|
|
202
|
+
FormSourceVectorIndexID: string;
|
|
203
|
+
SelectedFeedItem: ContentItemDetail | null;
|
|
204
|
+
ShowItemDetail: boolean;
|
|
205
|
+
SelectedSource: SourceDetailInfo | null;
|
|
206
|
+
ShowSourceDetail: boolean;
|
|
207
|
+
SourceDetailLoading: boolean;
|
|
208
|
+
SourceTypeOptions: DropdownOption[];
|
|
209
|
+
ContentTypeOptions: DropdownOption[];
|
|
210
|
+
FileTypeOptions: DropdownOption[];
|
|
211
|
+
AIModelOptions: DropdownOption[];
|
|
212
|
+
EmbeddingModelOptions: DropdownOption[];
|
|
213
|
+
VectorIndexOptions: DropdownOption[];
|
|
214
|
+
AIModelVendorBranch: TreeBranchConfig;
|
|
215
|
+
AllModelsLeaf: TreeLeafConfig;
|
|
216
|
+
EmbeddingModelsLeaf: TreeLeafConfig;
|
|
217
|
+
private contentSourcesRaw;
|
|
218
|
+
private contentItemsRaw;
|
|
219
|
+
private contentTagsRaw;
|
|
220
|
+
private contentRunsRaw;
|
|
221
|
+
private contentSourceTypesRaw;
|
|
222
|
+
private contentTypesRaw;
|
|
223
|
+
private contentFileTypesRaw;
|
|
224
|
+
private aiModelsRaw;
|
|
225
|
+
ngAfterViewInit(): Promise<void>;
|
|
226
|
+
ngOnDestroy(): void;
|
|
227
|
+
GetResourceDisplayName(_data: ResourceData): Promise<string>;
|
|
228
|
+
GetResourceIconClass(_data: ResourceData): Promise<string>;
|
|
229
|
+
SwitchTab(tab: TabName): Promise<void>;
|
|
230
|
+
private loadTabData;
|
|
231
|
+
LoadPipelineData(): Promise<void>;
|
|
232
|
+
private buildNavItems;
|
|
233
|
+
private buildKPIMetrics;
|
|
234
|
+
private buildPipelineStages;
|
|
235
|
+
private buildFeedItems;
|
|
236
|
+
private buildSourceMinis;
|
|
237
|
+
private buildTrendingTags;
|
|
238
|
+
private loadSourcesData;
|
|
239
|
+
private buildSourceCards;
|
|
240
|
+
private loadContentTypesData;
|
|
241
|
+
private buildContentTypeCards;
|
|
242
|
+
private loadTagLibraryData;
|
|
243
|
+
private buildTagRows;
|
|
244
|
+
private buildTagCloud;
|
|
245
|
+
private buildTagsBySource;
|
|
246
|
+
/** Convert a string ID to a CompositeKey for tree-dropdown binding */
|
|
247
|
+
ToCompositeKey(id: string | null | undefined): CompositeKey | null;
|
|
248
|
+
/** Extract the ID string from a CompositeKey (from tree-dropdown ValueChange) */
|
|
249
|
+
FromCompositeKey(key: CompositeKey | CompositeKey[] | null): string;
|
|
250
|
+
FilterTags(): void;
|
|
251
|
+
private loadRunHistoryData;
|
|
252
|
+
private buildRunHistoryRows;
|
|
253
|
+
private buildHistorySourceOptions;
|
|
254
|
+
FilterRunHistory(): void;
|
|
255
|
+
OpenAddSourceForm(): Promise<void>;
|
|
256
|
+
OpenEditSourceForm(card: SourceCard): Promise<void>;
|
|
257
|
+
SaveSource(): Promise<void>;
|
|
258
|
+
DeleteSource(card: SourceCard): Promise<void>;
|
|
259
|
+
OpenAddTypeForm(): Promise<void>;
|
|
260
|
+
OpenEditTypeForm(card: ContentTypeCard): Promise<void>;
|
|
261
|
+
SaveContentType(): Promise<void>;
|
|
262
|
+
CloseForm(): void;
|
|
263
|
+
RunPipeline(): Promise<void>;
|
|
264
|
+
private subscribeToPipelineProgress;
|
|
265
|
+
private updateStagesForActiveRun;
|
|
266
|
+
private formatStageName;
|
|
267
|
+
private countTagsByItem;
|
|
268
|
+
private getTopTagsForItem;
|
|
269
|
+
private countItemsBySource;
|
|
270
|
+
private countTagsBySource;
|
|
271
|
+
private getLastRunBySource;
|
|
272
|
+
private countAllTags;
|
|
273
|
+
/** Compute average weight per tag across all occurrences */
|
|
274
|
+
private computeAvgWeights;
|
|
275
|
+
private getTopSourcePerTag;
|
|
276
|
+
private getFirstSeenPerTag;
|
|
277
|
+
private countSourcesByContentType;
|
|
278
|
+
private countItemsByContentType;
|
|
279
|
+
private inferItemStatus;
|
|
280
|
+
formatRelativeTime(dateStr: string | null | undefined): string;
|
|
281
|
+
formatNumber(n: number): string;
|
|
282
|
+
private formatShortDate;
|
|
283
|
+
private formatDate;
|
|
284
|
+
private computeDuration;
|
|
285
|
+
private displayStatus;
|
|
286
|
+
GetSourceTypeIcon(typeName: string): string;
|
|
287
|
+
private ensureBaseDataLoaded;
|
|
288
|
+
private ensureFormDropdownsLoaded;
|
|
289
|
+
private resetSourceForm;
|
|
290
|
+
private resetTypeForm;
|
|
291
|
+
private refreshSourcesTab;
|
|
292
|
+
private refreshContentTypesTab;
|
|
293
|
+
OpenFeedItemDetail(index: number): void;
|
|
294
|
+
OpenContentItemDetail(item: ContentItemDetail): void;
|
|
295
|
+
CloseItemDetail(): void;
|
|
296
|
+
OpenRecordFromItem(item: ContentItemDetail): void;
|
|
297
|
+
private getAllTagsForItem;
|
|
298
|
+
OpenSourceDetail(card: SourceCard): Promise<void>;
|
|
299
|
+
CloseSourceDetail(): void;
|
|
300
|
+
OpenRecordFromSource(source: SourceDetailInfo): void;
|
|
301
|
+
OpenEditSourceFromDetail(): void;
|
|
302
|
+
RunSourceFromDetail(): Promise<void>;
|
|
303
|
+
DeleteSourceFromDetail(): Promise<void>;
|
|
304
|
+
private loadContentItemsForSource;
|
|
305
|
+
private loadRunHistoryForSource;
|
|
306
|
+
private resolveEmbeddingModelName;
|
|
307
|
+
private resolveVectorIndexName;
|
|
308
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutotaggingPipelineResourceComponent, never>;
|
|
309
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutotaggingPipelineResourceComponent, "app-autotagging-pipeline-resource", never, {}, {}, never, never, false, never>;
|
|
310
|
+
}
|
|
311
|
+
export declare function LoadAutotaggingPipelineResource(): void;
|
|
312
|
+
export {};
|
|
313
|
+
//# sourceMappingURL=autotagging-pipeline-resource.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autotagging-pipeline-resource.component.d.ts","sourceRoot":"","sources":["../../../../src/AI/components/autotagging/autotagging-pipeline-resource.component.ts"],"names":[],"mappings":"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"}
|