@memberjunction/ng-dashboards 5.37.0 → 5.39.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 +46 -7
- package/dist/AI/components/agents/agent-configuration.component.js +199 -198
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.js +20 -17
- package/dist/AI/components/analytics/ai-analytics-resource.component.js.map +1 -1
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.d.ts +15 -0
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.js +166 -58
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.js.map +1 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.js +2 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.js.map +1 -1
- package/dist/AI/components/analytics/model-performance/model-performance.component.d.ts +1 -0
- package/dist/AI/components/analytics/model-performance/model-performance.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/model-performance/model-performance.component.js +55 -36
- package/dist/AI/components/analytics/model-performance/model-performance.component.js.map +1 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.d.ts +9 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.js +158 -117
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.js.map +1 -1
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.d.ts +1 -0
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.js +22 -8
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.js.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +89 -842
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +1353 -7683
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.d.ts +87 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.js +475 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.d.ts +29 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.js +208 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.d.ts +21 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.js +70 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts +235 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js +1735 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.d.ts +61 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.js +78 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts +43 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.js +209 -0
- package/dist/AI/components/autotagging/shared/classify.format.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts +276 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.js +6 -0
- package/dist/AI/components/autotagging/shared/classify.types.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.d.ts +103 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.js +571 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts +40 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.js +402 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.d.ts +107 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.js +719 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts +122 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js +752 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts +166 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.js +1384 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts +70 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.js +448 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.d.ts +397 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.js +3490 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts +47 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js +220 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +293 -289
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.js +209 -208
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +130 -128
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/requests/agent-requests-resource.component.js +61 -61
- package/dist/AI/components/requests/agent-requests-resource.component.js.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +17 -17
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/tags/tags-resource.component.js +550 -532
- package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.d.ts +5 -0
- package/dist/AI/services/ai-instrumentation.service.d.ts.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.js +14 -2
- package/dist/AI/services/ai-instrumentation.service.js.map +1 -1
- package/dist/AI/services/cache-metrics.d.ts +50 -0
- package/dist/AI/services/cache-metrics.d.ts.map +1 -0
- package/dist/AI/services/cache-metrics.js +43 -0
- package/dist/AI/services/cache-metrics.js.map +1 -0
- package/dist/APIKeys/api-key-edit-panel.component.js +2 -2
- package/dist/APIKeys/api-keys-resource.component.js +132 -131
- package/dist/APIKeys/api-keys-resource.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +141 -141
- package/dist/Actions/components/actions-overview.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +15 -15
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.d.ts +0 -5
- package/dist/Actions/components/explorer/action-explorer.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.js +139 -212
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -1
- package/dist/Admin/admin-data-schema.component.js +2 -2
- package/dist/Admin/admin-data-schema.component.js.map +1 -1
- package/dist/Admin/admin-dev-tools-resource.component.js +2 -2
- package/dist/Admin/admin-dev-tools-resource.component.js.map +1 -1
- package/dist/Admin/admin-identity-access.component.js +2 -2
- package/dist/Admin/admin-identity-access.component.js.map +1 -1
- package/dist/Admin/admin-monitoring.component.js +2 -2
- package/dist/Admin/admin-monitoring.component.js.map +1 -1
- package/dist/ApplicationRoles/application-roles-resource.component.js +54 -49
- package/dist/ApplicationRoles/application-roles-resource.component.js.map +1 -1
- package/dist/Communication/communication-logs-resource.component.d.ts +6 -0
- package/dist/Communication/communication-logs-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-logs-resource.component.js +72 -50
- package/dist/Communication/communication-logs-resource.component.js.map +1 -1
- package/dist/Communication/communication-monitor-resource.component.js +103 -102
- package/dist/Communication/communication-monitor-resource.component.js.map +1 -1
- package/dist/Communication/communication-providers-resource.component.js +52 -51
- package/dist/Communication/communication-providers-resource.component.js.map +1 -1
- package/dist/Communication/communication-runs-resource.component.js +39 -38
- package/dist/Communication/communication-runs-resource.component.js.map +1 -1
- package/dist/Communication/communication-templates-resource.component.d.ts +6 -0
- package/dist/Communication/communication-templates-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-templates-resource.component.js +92 -89
- package/dist/Communication/communication-templates-resource.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +73 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +512 -127
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-resource.component.d.ts +22 -0
- package/dist/ComponentStudio/component-studio-resource.component.d.ts.map +1 -0
- package/dist/ComponentStudio/component-studio-resource.component.js +55 -0
- package/dist/ComponentStudio/component-studio-resource.component.js.map +1 -0
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts +104 -45
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js +234 -331
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.d.ts +54 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.js +339 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.d.ts +65 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.js +492 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.d.ts +88 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.js +457 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.d.ts +106 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.js +478 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.js.map +1 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts +54 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/component-preview.component.js +361 -50
- package/dist/ComponentStudio/components/workspace/component-preview.component.js.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts +10 -0
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js +114 -45
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js.map +1 -1
- package/dist/ComponentStudio/services/canvas-to-code.d.ts +32 -0
- package/dist/ComponentStudio/services/canvas-to-code.d.ts.map +1 -0
- package/dist/ComponentStudio/services/canvas-to-code.js +347 -0
- package/dist/ComponentStudio/services/canvas-to-code.js.map +1 -0
- package/dist/ComponentStudio/services/code-to-canvas.d.ts +32 -0
- package/dist/ComponentStudio/services/code-to-canvas.d.ts.map +1 -0
- package/dist/ComponentStudio/services/code-to-canvas.js +92 -0
- package/dist/ComponentStudio/services/code-to-canvas.js.map +1 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts +29 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts.map +1 -1
- package/dist/ComponentStudio/services/component-studio-state.service.js +76 -0
- package/dist/ComponentStudio/services/component-studio-state.service.js.map +1 -1
- package/dist/ComponentStudio/services/entity-form-override.service.d.ts +86 -0
- package/dist/ComponentStudio/services/entity-form-override.service.d.ts.map +1 -0
- package/dist/ComponentStudio/services/entity-form-override.service.js +246 -0
- package/dist/ComponentStudio/services/entity-form-override.service.js.map +1 -0
- package/dist/ComponentStudio/services/field-binding-scanner.d.ts +29 -0
- package/dist/ComponentStudio/services/field-binding-scanner.d.ts.map +1 -0
- package/dist/ComponentStudio/services/field-binding-scanner.js +110 -0
- package/dist/ComponentStudio/services/field-binding-scanner.js.map +1 -0
- package/dist/ComponentStudio/services/form-canvas-model.d.ts +56 -0
- package/dist/ComponentStudio/services/form-canvas-model.d.ts.map +1 -0
- package/dist/ComponentStudio/services/form-canvas-model.js +35 -0
- package/dist/ComponentStudio/services/form-canvas-model.js.map +1 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.d.ts +10 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.d.ts.map +1 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.js +10 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.js.map +1 -0
- package/dist/Credentials/components/credentials-audit-resource.component.js +136 -135
- package/dist/Credentials/components/credentials-audit-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +155 -152
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +119 -118
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-overview-resource.component.js +129 -128
- package/dist/Credentials/components/credentials-overview-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +107 -106
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +2 -2
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js +1 -1
- package/dist/DatabaseDesigner/components/entity-list.component.js +115 -114
- package/dist/DatabaseDesigner/components/entity-list.component.js.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts +5 -6
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js +4 -5
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js.map +1 -1
- package/dist/DevTools/app-state-inspector.component.js +18 -17
- package/dist/DevTools/app-state-inspector.component.js.map +1 -1
- package/dist/DevTools/class-registry.component.js +88 -85
- package/dist/DevTools/class-registry.component.js.map +1 -1
- package/dist/DevTools/event-monitor.component.js +155 -150
- package/dist/DevTools/event-monitor.component.js.map +1 -1
- package/dist/DevTools/graphql-console.component.js +245 -243
- package/dist/DevTools/graphql-console.component.js.map +1 -1
- package/dist/DevTools/layout-inspector.component.js +18 -17
- package/dist/DevTools/layout-inspector.component.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +20 -19
- package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
- package/dist/FormBuilder/form-builder-resource.component.d.ts +964 -0
- package/dist/FormBuilder/form-builder-resource.component.d.ts.map +1 -0
- package/dist/FormBuilder/form-builder-resource.component.js +4487 -0
- package/dist/FormBuilder/form-builder-resource.component.js.map +1 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.d.ts +55 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.d.ts.map +1 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.js +73 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.js.map +1 -0
- package/dist/Home/home-application.d.ts +21 -1
- package/dist/Home/home-application.d.ts.map +1 -1
- package/dist/Home/home-application.js +60 -8
- package/dist/Home/home-application.js.map +1 -1
- package/dist/Home/home-dashboard.component.js +2 -2
- package/dist/Integration/components/activity/activity.component.d.ts.map +1 -1
- package/dist/Integration/components/activity/activity.component.js +236 -229
- package/dist/Integration/components/activity/activity.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +390 -389
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/overview/overview.component.js +2 -2
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +2 -2
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +45 -44
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +293 -291
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js +62 -61
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.d.ts +6 -2
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +525 -566
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-categories-resource.component.js +135 -134
- package/dist/Lists/components/lists-categories-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +199 -198
- package/dist/Lists/components/lists-my-lists-resource.component.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +443 -438
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts +14 -14
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.js +11 -10
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.js +146 -147
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +76 -75
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.js +97 -96
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +24 -22
- package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts +2 -0
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.js +1 -0
- package/dist/Scheduling/services/scheduling-instrumentation.service.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts +14 -4
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +436 -427
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.js +1 -1
- package/dist/Testing/components/testing-runs.component.js +116 -115
- package/dist/Testing/components/testing-runs.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +6 -7
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/VersionHistory/components/labels-resource.component.js +173 -172
- package/dist/VersionHistory/components/labels-resource.component.js.map +1 -1
- package/dist/VersionHistory/components/restore-resource.component.d.ts +6 -0
- package/dist/VersionHistory/components/restore-resource.component.d.ts.map +1 -1
- package/dist/VersionHistory/components/restore-resource.component.js +116 -92
- package/dist/VersionHistory/components/restore-resource.component.js.map +1 -1
- package/dist/ai-dashboards.module.d.ts +47 -35
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +40 -1
- package/dist/ai-dashboards.module.js.map +1 -1
- package/dist/communication-dashboards.module.d.ts +1 -1
- package/dist/communication-dashboards.module.d.ts.map +1 -1
- package/dist/communication-dashboards.module.js +7 -1
- package/dist/communication-dashboards.module.js.map +1 -1
- package/dist/component-studio-dashboards.module.d.ts +34 -22
- package/dist/component-studio-dashboards.module.d.ts.map +1 -1
- package/dist/component-studio-dashboards.module.js +65 -9
- package/dist/component-studio-dashboards.module.js.map +1 -1
- package/dist/testing-dashboards.module.d.ts +4 -5
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +7 -5
- package/dist/testing-dashboards.module.js.map +1 -1
- package/package.json +55 -53
|
@@ -9,268 +9,11 @@
|
|
|
9
9
|
import { OnDestroy, AfterViewInit } from '@angular/core';
|
|
10
10
|
import { Subject } from 'rxjs';
|
|
11
11
|
import { CompositeKey } from '@memberjunction/core';
|
|
12
|
-
import {
|
|
13
|
-
import { ResourceData, MJContentSourceTypeEntity_IContentSourceTypeField } from '@memberjunction/core-entities';
|
|
12
|
+
import { ResourceData, MJScheduledActionEntity } from '@memberjunction/core-entities';
|
|
14
13
|
import { BaseResourceComponent, NavigationService } from '@memberjunction/ng-shared';
|
|
15
|
-
import { MJLeftNavItem, MJLeftNavSection
|
|
16
|
-
import {
|
|
14
|
+
import { MJLeftNavItem, MJLeftNavSection } from '@memberjunction/ng-ui-components';
|
|
15
|
+
import { TabName, NavItem, KPIMetric, PipelineStageInfo, FeedItem, SourceMini, SourceCard, ContentTypeCard, TagCloudItem, ContentDuplicateRow, RunDetailRow, ContentItemDetail } from './shared/classify.types';
|
|
17
16
|
import * as i0 from "@angular/core";
|
|
18
|
-
type TabName = 'pipeline' | 'sources' | 'types' | 'tags' | 'taxonomy' | 'history';
|
|
19
|
-
interface NavItem {
|
|
20
|
-
Tab: TabName;
|
|
21
|
-
Icon: string;
|
|
22
|
-
Label: string;
|
|
23
|
-
BadgeText: string;
|
|
24
|
-
BadgeClass: string;
|
|
25
|
-
}
|
|
26
|
-
interface KPIMetric {
|
|
27
|
-
Label: string;
|
|
28
|
-
Value: number;
|
|
29
|
-
Icon: string;
|
|
30
|
-
Trend: string;
|
|
31
|
-
TrendUp: boolean;
|
|
32
|
-
}
|
|
33
|
-
interface PipelineStageInfo {
|
|
34
|
-
Name: string;
|
|
35
|
-
Icon: string;
|
|
36
|
-
Status: 'idle' | 'active' | 'complete';
|
|
37
|
-
Count: string;
|
|
38
|
-
}
|
|
39
|
-
interface FeedItem {
|
|
40
|
-
Name: string;
|
|
41
|
-
SourceName: string;
|
|
42
|
-
Tags: string[];
|
|
43
|
-
TimeAgo: string;
|
|
44
|
-
Status: 'complete' | 'processing' | 'error';
|
|
45
|
-
}
|
|
46
|
-
interface SourceMini {
|
|
47
|
-
ID: string;
|
|
48
|
-
Name: string;
|
|
49
|
-
Icon: string;
|
|
50
|
-
Meta: string;
|
|
51
|
-
StatusClass: 'active' | 'error' | 'inactive';
|
|
52
|
-
}
|
|
53
|
-
interface SourceCard {
|
|
54
|
-
ID: string;
|
|
55
|
-
Name: string;
|
|
56
|
-
SourceTypeName: string;
|
|
57
|
-
ContentTypeName: string;
|
|
58
|
-
FileTypeName: string;
|
|
59
|
-
Icon: string;
|
|
60
|
-
StatusClass: 'active' | 'error' | 'inactive';
|
|
61
|
-
StatusLabel: string;
|
|
62
|
-
URL: string;
|
|
63
|
-
ItemCount: number;
|
|
64
|
-
TagCount: number;
|
|
65
|
-
AvgTags: string;
|
|
66
|
-
LastRunAgo: string;
|
|
67
|
-
ContentSourceTypeID: string;
|
|
68
|
-
ContentTypeID: string;
|
|
69
|
-
ContentFileTypeID: string;
|
|
70
|
-
EmbeddingModelID: string;
|
|
71
|
-
VectorIndexID: string;
|
|
72
|
-
EntityID: string;
|
|
73
|
-
EntityDocumentID: string;
|
|
74
|
-
RequiresFileType: boolean;
|
|
75
|
-
/** FK to ScheduledAction entity, null if no schedule configured */
|
|
76
|
-
ScheduledActionID: string | null;
|
|
77
|
-
/** Denormalized name of the linked ScheduledAction */
|
|
78
|
-
ScheduledActionName: string | null;
|
|
79
|
-
/** Human-readable schedule description (parsed from cron) */
|
|
80
|
-
ScheduleDescription: string | null;
|
|
81
|
-
}
|
|
82
|
-
interface ContentTypeCard {
|
|
83
|
-
ID: string;
|
|
84
|
-
Name: string;
|
|
85
|
-
Description: string;
|
|
86
|
-
AIModelName: string;
|
|
87
|
-
AIModelID: string;
|
|
88
|
-
MinTags: number;
|
|
89
|
-
MaxTags: number;
|
|
90
|
-
SourcesUsing: number;
|
|
91
|
-
ItemsTagged: number;
|
|
92
|
-
RangeLeftPct: number;
|
|
93
|
-
RangeRightPct: number;
|
|
94
|
-
EmbeddingModelID: string;
|
|
95
|
-
VectorIndexID: string;
|
|
96
|
-
}
|
|
97
|
-
interface TagRow {
|
|
98
|
-
Tag: string;
|
|
99
|
-
UsageCount: number;
|
|
100
|
-
AvgWeight: number;
|
|
101
|
-
BarWidthPct: number;
|
|
102
|
-
TopSource: string;
|
|
103
|
-
FirstSeen: string;
|
|
104
|
-
}
|
|
105
|
-
interface TagCloudItem {
|
|
106
|
-
Tag: string;
|
|
107
|
-
AvgWeight: number;
|
|
108
|
-
SizeClass: 'large' | '' | 'small';
|
|
109
|
-
}
|
|
110
|
-
interface TagBySource {
|
|
111
|
-
SourceName: string;
|
|
112
|
-
Count: number;
|
|
113
|
-
}
|
|
114
|
-
interface RunHistoryRow {
|
|
115
|
-
ID: string;
|
|
116
|
-
Status: string;
|
|
117
|
-
StatusClass: string;
|
|
118
|
-
SourceName: string;
|
|
119
|
-
StartedDisplay: string;
|
|
120
|
-
Duration: string;
|
|
121
|
-
Items: string;
|
|
122
|
-
Tags: string;
|
|
123
|
-
Errors: string;
|
|
124
|
-
ErrorClass: string;
|
|
125
|
-
}
|
|
126
|
-
interface DropdownOption {
|
|
127
|
-
ID: string;
|
|
128
|
-
Name: string;
|
|
129
|
-
}
|
|
130
|
-
/** G3: Content item duplicate pair for review */
|
|
131
|
-
interface ContentDuplicateRow {
|
|
132
|
-
ID: string;
|
|
133
|
-
ItemAName: string;
|
|
134
|
-
ItemASource: string;
|
|
135
|
-
ItemBName: string;
|
|
136
|
-
ItemBSource: string;
|
|
137
|
-
SimilarityScore: number;
|
|
138
|
-
DetectionMethod: string;
|
|
139
|
-
Status: 'Pending' | 'Confirmed' | 'Dismissed' | 'Merged';
|
|
140
|
-
}
|
|
141
|
-
/** D2/D3/D8: Per-source detail row for a specific pipeline run */
|
|
142
|
-
interface RunDetailRow {
|
|
143
|
-
SourceName: string;
|
|
144
|
-
SourceType: string;
|
|
145
|
-
Status: string;
|
|
146
|
-
StatusClass: string;
|
|
147
|
-
ItemsProcessed: number;
|
|
148
|
-
ItemsTagged: number;
|
|
149
|
-
ItemsVectorized: number;
|
|
150
|
-
ErrorCount: number;
|
|
151
|
-
TotalTokens: number;
|
|
152
|
-
TotalCost: number;
|
|
153
|
-
Duration: string;
|
|
154
|
-
}
|
|
155
|
-
type TaxonomySubTab = 'tree' | 'duplicates' | 'orphans' | 'treemap' | 'audit';
|
|
156
|
-
interface TaxTreeNode {
|
|
157
|
-
ID: string;
|
|
158
|
-
Name: string;
|
|
159
|
-
DisplayName: string;
|
|
160
|
-
Description: string;
|
|
161
|
-
ParentID: string | null;
|
|
162
|
-
Depth: number;
|
|
163
|
-
Children: TaxTreeNode[];
|
|
164
|
-
ItemCount: number;
|
|
165
|
-
AvgWeight: number;
|
|
166
|
-
HealthColor: 'green' | 'yellow' | 'red';
|
|
167
|
-
IsExpanded: boolean;
|
|
168
|
-
IsSelected: boolean;
|
|
169
|
-
FirstSeen: string;
|
|
170
|
-
}
|
|
171
|
-
interface TaxDuplicatePair {
|
|
172
|
-
TagA: string;
|
|
173
|
-
TagB: string;
|
|
174
|
-
TagAID: string;
|
|
175
|
-
TagBID: string;
|
|
176
|
-
Similarity: number;
|
|
177
|
-
SeverityClass: 'high' | 'moderate';
|
|
178
|
-
/** True when multiple Tag records share the same name (case-insensitive) */
|
|
179
|
-
IsExactDuplicate: boolean;
|
|
180
|
-
/** How many Tag records share this exact name (only set when IsExactDuplicate) */
|
|
181
|
-
ExactDuplicateCount: number;
|
|
182
|
-
/** All Tag IDs sharing the exact name (only set when IsExactDuplicate) */
|
|
183
|
-
AllIDs: string[];
|
|
184
|
-
}
|
|
185
|
-
interface TaxOrphanCard {
|
|
186
|
-
ID: string;
|
|
187
|
-
Name: string;
|
|
188
|
-
UsageCount: number;
|
|
189
|
-
AvgWeight: number;
|
|
190
|
-
FirstSeen: string;
|
|
191
|
-
LastSeen: string;
|
|
192
|
-
IsSelected: boolean;
|
|
193
|
-
}
|
|
194
|
-
interface TaxTreemapCell {
|
|
195
|
-
ID: string;
|
|
196
|
-
Name: string;
|
|
197
|
-
ItemCount: number;
|
|
198
|
-
ColorClass: string;
|
|
199
|
-
RowSpan: number;
|
|
200
|
-
}
|
|
201
|
-
/** Supported audit action types — matches DB Action values (lowercased) */
|
|
202
|
-
type TaxAuditAction = 'created' | 'merged' | 'moved' | 'deleted' | 'renamed' | 'deprecated' | 'descriptionchanged' | 'reactivated' | 'split';
|
|
203
|
-
interface TaxAuditEvent {
|
|
204
|
-
Type: TaxAuditAction;
|
|
205
|
-
Description: string;
|
|
206
|
-
TagRef: string;
|
|
207
|
-
User: string;
|
|
208
|
-
Timestamp: string;
|
|
209
|
-
DayHeader: string;
|
|
210
|
-
}
|
|
211
|
-
interface TaxHealthStat {
|
|
212
|
-
Total: number;
|
|
213
|
-
Healthy: number;
|
|
214
|
-
NeedAttention: number;
|
|
215
|
-
Orphaned: number;
|
|
216
|
-
Duplicates: number;
|
|
217
|
-
}
|
|
218
|
-
interface WeightedTag {
|
|
219
|
-
Tag: string;
|
|
220
|
-
Weight: number;
|
|
221
|
-
}
|
|
222
|
-
/** Status value for embedding or tagging pipeline phases */
|
|
223
|
-
type ItemPipelineStatus = 'Complete' | 'Processing' | 'Failed' | 'Pending';
|
|
224
|
-
interface ContentItemDetail {
|
|
225
|
-
ID: string;
|
|
226
|
-
Name: string;
|
|
227
|
-
SourceName: string;
|
|
228
|
-
SourceTypeName: string;
|
|
229
|
-
ContentTypeName: string;
|
|
230
|
-
FileTypeName: string;
|
|
231
|
-
URL: string;
|
|
232
|
-
TextContent: string;
|
|
233
|
-
Checksum: string;
|
|
234
|
-
Tags: WeightedTag[];
|
|
235
|
-
CreatedAt: string;
|
|
236
|
-
UpdatedAt: string;
|
|
237
|
-
ContentSourceID: string;
|
|
238
|
-
ContentSourceTypeID: string;
|
|
239
|
-
StatusDot: 'complete' | 'processing' | 'error';
|
|
240
|
-
TagCount: number;
|
|
241
|
-
/** Whether this source type uses content/file type (false for Entity sources) */
|
|
242
|
-
RequiresContentType: boolean;
|
|
243
|
-
/** Entity record ID if source is entity type (for direct entity navigation) */
|
|
244
|
-
EntityRecordID: string | null;
|
|
245
|
-
/** Entity name if source is entity type */
|
|
246
|
-
EntityName: string | null;
|
|
247
|
-
/** Embedding pipeline status for this content item */
|
|
248
|
-
EmbeddingStatus: ItemPipelineStatus;
|
|
249
|
-
/** Tagging pipeline status for this content item */
|
|
250
|
-
TaggingStatus: ItemPipelineStatus;
|
|
251
|
-
}
|
|
252
|
-
interface SourceDetailInfo {
|
|
253
|
-
ID: string;
|
|
254
|
-
Name: string;
|
|
255
|
-
SourceTypeName: string;
|
|
256
|
-
FileTypeName: string;
|
|
257
|
-
ContentTypeName: string;
|
|
258
|
-
RequiresFileType: boolean;
|
|
259
|
-
StatusClass: 'active' | 'error' | 'inactive';
|
|
260
|
-
StatusLabel: string;
|
|
261
|
-
Icon: string;
|
|
262
|
-
URL: string;
|
|
263
|
-
EmbeddingModelName: string;
|
|
264
|
-
VectorIndexName: string;
|
|
265
|
-
ItemCount: number;
|
|
266
|
-
TagCount: number;
|
|
267
|
-
AvgTags: string;
|
|
268
|
-
LastRunAgo: string;
|
|
269
|
-
ErrorCount: number;
|
|
270
|
-
ContentItems: ContentItemDetail[];
|
|
271
|
-
RunHistory: RunHistoryRow[];
|
|
272
|
-
}
|
|
273
|
-
type FormMode = 'none' | 'add-source' | 'edit-source' | 'add-type' | 'edit-type';
|
|
274
17
|
export declare class AutotaggingPipelineResourceComponent extends BaseResourceComponent implements AfterViewInit, OnDestroy {
|
|
275
18
|
protected destroy$: Subject<void>;
|
|
276
19
|
private cdr;
|
|
@@ -280,33 +23,14 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
|
|
|
280
23
|
private totalContentTagCount;
|
|
281
24
|
ActiveTab: TabName;
|
|
282
25
|
private tabDataLoaded;
|
|
26
|
+
/** Live reference to the Tag Library tab (for deep-link + agent-tool search). */
|
|
27
|
+
private tagsTab?;
|
|
283
28
|
NavItems: NavItem[];
|
|
284
29
|
KPIMetrics: KPIMetric[];
|
|
285
30
|
PipelineStages: PipelineStageInfo[];
|
|
286
31
|
FeedItems: FeedItem[];
|
|
287
32
|
SourceMinis: SourceMini[];
|
|
288
33
|
TrendingTags: TagCloudItem[];
|
|
289
|
-
FeedSearchQuery: string;
|
|
290
|
-
FeedPage: number;
|
|
291
|
-
readonly FeedPageSize = 20;
|
|
292
|
-
/** Sort order for the feed: 'newest' (default) or 'oldest' */
|
|
293
|
-
FeedSortOrder: 'newest' | 'oldest';
|
|
294
|
-
/** Feed items filtered by search query and sorted */
|
|
295
|
-
get FilteredFeedItems(): FeedItem[];
|
|
296
|
-
/** Toggle feed sort order */
|
|
297
|
-
ToggleFeedSort(): void;
|
|
298
|
-
/** Paginated feed items for the current page */
|
|
299
|
-
get PaginatedFeedItems(): FeedItem[];
|
|
300
|
-
/** Total pages for the feed */
|
|
301
|
-
get FeedTotalPages(): number;
|
|
302
|
-
/** Handle feed search input change */
|
|
303
|
-
OnFeedSearchChange(): void;
|
|
304
|
-
/** Navigate to previous feed page */
|
|
305
|
-
FeedPrevPage(): void;
|
|
306
|
-
/** Navigate to next feed page */
|
|
307
|
-
FeedNextPage(): void;
|
|
308
|
-
/** Get the index in the original FeedItems array for a paginated item */
|
|
309
|
-
GetFeedItemOriginalIndex(item: FeedItem): number;
|
|
310
34
|
IsRunning: boolean;
|
|
311
35
|
IsPaused: boolean;
|
|
312
36
|
RunProgress: number;
|
|
@@ -342,245 +66,65 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
|
|
|
342
66
|
TogglePipelineConfig(): void;
|
|
343
67
|
private persistClassifyPreferences;
|
|
344
68
|
private loadClassifyPreferences;
|
|
345
|
-
FormatTokenCount(tokens: number): string;
|
|
346
|
-
SourceCards: SourceCard[];
|
|
347
69
|
ContentDuplicates: ContentDuplicateRow[];
|
|
348
70
|
IsLoadingDuplicates: boolean;
|
|
349
|
-
ContentTypeCards: ContentTypeCard[];
|
|
350
|
-
TagRows: TagRow[];
|
|
351
|
-
TagCloud: TagCloudItem[];
|
|
352
|
-
TagCloudWordItems: WordCloudItem[];
|
|
353
|
-
TagsBySource: TagBySource[];
|
|
354
|
-
TagSearchQuery: string;
|
|
355
|
-
FilteredTagRows: TagRow[];
|
|
356
|
-
SelectedDrillDownTag: string | null;
|
|
357
|
-
TagDrillDownItems: {
|
|
358
|
-
ID: string;
|
|
359
|
-
Name: string;
|
|
360
|
-
SourceName: string;
|
|
361
|
-
Weight: number;
|
|
362
|
-
UpdatedAt: string;
|
|
363
|
-
FeedIndex: number;
|
|
364
|
-
}[];
|
|
365
|
-
RunHistoryRows: RunHistoryRow[];
|
|
366
|
-
HistorySourceFilter: string;
|
|
367
|
-
HistoryStatusFilter: string;
|
|
368
|
-
FilteredRunRows: RunHistoryRow[];
|
|
369
|
-
HistorySourceOptions: string[];
|
|
370
|
-
SelectedRunID: string | null;
|
|
371
|
-
RunDetailRows: RunDetailRow[];
|
|
372
|
-
IsLoadingRunDetail: boolean;
|
|
373
71
|
LiveRunDetailRows: RunDetailRow[];
|
|
374
72
|
IsLoadingLiveDetails: boolean;
|
|
375
|
-
TaxSubTab: TaxonomySubTab;
|
|
376
|
-
TaxTreeNodes: TaxTreeNode[];
|
|
377
|
-
TaxFlatNodes: TaxTreeNode[];
|
|
378
|
-
TaxFilteredNodes: TaxTreeNode[];
|
|
379
|
-
TaxSelectedNode: TaxTreeNode | null;
|
|
380
|
-
TaxTreeSearch: string;
|
|
381
|
-
TaxDuplicates: TaxDuplicatePair[];
|
|
382
|
-
TaxOrphans: TaxOrphanCard[];
|
|
383
|
-
TaxAllOrphansSelected: boolean;
|
|
384
|
-
TaxTreemapCells: TaxTreemapCell[];
|
|
385
|
-
TaxAuditEvents: TaxAuditEvent[];
|
|
386
|
-
TaxAuditFilterTypes: Set<string>;
|
|
387
|
-
TaxHealth: TaxHealthStat;
|
|
388
|
-
TaxRecentItems: {
|
|
389
|
-
Name: string;
|
|
390
|
-
Weight: number;
|
|
391
|
-
Date: string;
|
|
392
|
-
Icon: string;
|
|
393
|
-
}[];
|
|
394
|
-
TaxTreemapKPIs: {
|
|
395
|
-
Label: string;
|
|
396
|
-
Value: string;
|
|
397
|
-
}[];
|
|
398
|
-
TaxIsEditing: boolean;
|
|
399
|
-
ShowCreateTagDialog: boolean;
|
|
400
|
-
CreateTagName: string;
|
|
401
|
-
CreateTagDescription: string;
|
|
402
|
-
CreateTagParentID: string | null;
|
|
403
|
-
/** Label shown in the create dialog to indicate context (e.g., "under AI Agent") */
|
|
404
|
-
CreateTagParentLabel: string;
|
|
405
|
-
TaxMultiSelectMode: boolean;
|
|
406
|
-
TaxSelectedIDs: Set<string>;
|
|
407
|
-
/** The node currently being dragged over (drop target highlight) */
|
|
408
|
-
TaxDragOverNodeID: string | null;
|
|
409
|
-
/** True while a drag-reparent operation is saving */
|
|
410
|
-
TaxTreeSaving: boolean;
|
|
411
|
-
/** Count of high-confidence duplicate pairs (>85% similarity) */
|
|
412
|
-
get TaxHighConfidenceDupeCount(): number;
|
|
413
|
-
/** Count of moderate-confidence duplicate pairs (70-85% similarity) */
|
|
414
|
-
get TaxModerateDupeCount(): number;
|
|
415
|
-
TaxEditName: string;
|
|
416
|
-
TaxEditDescription: string;
|
|
417
|
-
private tagsRaw;
|
|
418
|
-
private taggedItemsRaw;
|
|
419
|
-
private tagAuditLogsRaw;
|
|
420
|
-
/** Cached per-tag aggregates from server-side SQL (weights + counts) */
|
|
421
|
-
private tagAggregateWeights;
|
|
422
|
-
private tagAggregateCounts;
|
|
423
|
-
FormMode: FormMode;
|
|
424
|
-
FormSaving: boolean;
|
|
425
73
|
ShowNoContentTypeWarning: boolean;
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
FormContentTypeID: string;
|
|
429
|
-
FormFileTypeID: string;
|
|
430
|
-
FormSourceURL: string;
|
|
431
|
-
EditingSourceID: string;
|
|
432
|
-
FormTypeName: string;
|
|
433
|
-
FormTypeDescription: string;
|
|
434
|
-
FormTypeAIModelID: string;
|
|
435
|
-
FormTypeMinTags: number;
|
|
436
|
-
FormTypeMaxTags: number;
|
|
437
|
-
EditingTypeID: string;
|
|
438
|
-
FormTypeEmbeddingModelID: string;
|
|
439
|
-
FormTypeVectorIndexID: string;
|
|
440
|
-
FormSourceEntityID: string;
|
|
441
|
-
FormSourceEntityDocID: string;
|
|
442
|
-
FormSourceEmbeddingModelID: string;
|
|
443
|
-
FormSourceVectorIndexID: string;
|
|
444
|
-
/** Whether the schedule creation dialog is visible */
|
|
445
|
-
ShowScheduleDialog: boolean;
|
|
446
|
-
/** Whether a schedule save operation is in progress */
|
|
447
|
-
ScheduleSaving: boolean;
|
|
448
|
-
/** Source card currently being scheduled */
|
|
449
|
-
SchedulingSourceCard: SourceCard | null;
|
|
450
|
-
/** Cron expression for the schedule form */
|
|
451
|
-
ScheduleCron: string;
|
|
452
|
-
/** Whether the schedule should be active immediately */
|
|
453
|
-
ScheduleEnabled: boolean;
|
|
454
|
-
/** Whether a generic confirmation overlay is visible */
|
|
455
|
-
ShowConfirmDialog: boolean;
|
|
456
|
-
/** Title text for the confirmation dialog */
|
|
457
|
-
ConfirmDialogTitle: string;
|
|
458
|
-
/** Body message for the confirmation dialog */
|
|
459
|
-
ConfirmDialogMessage: string;
|
|
460
|
-
/** Callback invoked when user confirms */
|
|
461
|
-
private confirmDialogAction;
|
|
462
|
-
/** Whether the split-tag dialog is visible */
|
|
463
|
-
ShowSplitDialog: boolean;
|
|
464
|
-
/** Comma-separated new child tag names for the split operation */
|
|
465
|
-
SplitChildNames: string;
|
|
466
|
-
/** The node currently being split */
|
|
467
|
-
private splitTargetNode;
|
|
468
|
-
/** Whether the move-tag dialog is visible */
|
|
469
|
-
ShowMoveDialog: boolean;
|
|
470
|
-
/** Selected new parent tag ID for the move operation */
|
|
471
|
-
MoveNewParentID: string | null;
|
|
472
|
-
/** The node currently being moved */
|
|
473
|
-
private moveTargetNode;
|
|
474
|
-
ShowMergeIntoDialog: boolean;
|
|
475
|
-
MergeSourceTag: TaxTreeNode | null;
|
|
476
|
-
MergeTargetID: string | null;
|
|
477
|
-
MergeTargetData: {
|
|
478
|
-
ID: string;
|
|
479
|
-
Label: string;
|
|
480
|
-
}[];
|
|
481
|
-
/** Whether the treemap drill-in panel is visible */
|
|
482
|
-
ShowTreemapDrillIn: boolean;
|
|
483
|
-
/** Tag node currently displayed in treemap drill-in */
|
|
484
|
-
TreemapDrillInNode: TaxTreeNode | null;
|
|
74
|
+
/** Live reference to the slide-in CRUD form dialog (driven from tab events). */
|
|
75
|
+
private formDialog?;
|
|
485
76
|
/** Cached ScheduledAction entities, keyed by normalized ID */
|
|
486
77
|
private scheduledActionsCache;
|
|
487
|
-
/**
|
|
488
|
-
* Whether the currently selected source type is "Entity", which switches
|
|
489
|
-
* the URL field to Entity/EntityDocument pickers.
|
|
490
|
-
*/
|
|
491
|
-
/** Whether the selected source type is the Entity type (name-based check) */
|
|
492
|
-
get IsEntitySourceTypeSelected(): boolean;
|
|
493
|
-
/** Whether the selected source type requires Content Type / File Type selection */
|
|
494
|
-
get SelectedSourceTypeRequiresContentType(): boolean;
|
|
495
|
-
/** Entities that have at least one EntityDocument configured */
|
|
496
|
-
get EntitiesWithDocuments(): {
|
|
497
|
-
ID: string;
|
|
498
|
-
Name: string;
|
|
499
|
-
}[];
|
|
500
|
-
/** Entity documents for the selected entity */
|
|
501
|
-
get EntityDocOptionsForSelectedEntity(): {
|
|
502
|
-
ID: string;
|
|
503
|
-
Name: string;
|
|
504
|
-
}[];
|
|
505
|
-
/** Stores source-type-specific config values keyed by RequiredFields[].Key */
|
|
506
|
-
FormSourceSpecificConfig: Record<string, string>;
|
|
507
|
-
/** Available MJ Storage provider keys for the storage-provider-picker widget */
|
|
508
|
-
StorageProviderOptions: string[];
|
|
509
|
-
/**
|
|
510
|
-
* The RequiredFields array from the selected source type's ConfigurationObject.
|
|
511
|
-
* Drives dynamic form rendering — each field becomes a widget.
|
|
512
|
-
*/
|
|
513
|
-
get SelectedSourceTypeFields(): MJContentSourceTypeEntity_IContentSourceTypeField[];
|
|
514
|
-
/**
|
|
515
|
-
* Get dependent options for a field (e.g., entity-doc-picker depends on entity-picker).
|
|
516
|
-
* Returns entity documents for the entity selected in the dependent field.
|
|
517
|
-
*/
|
|
518
|
-
GetDependentOptions(field: MJContentSourceTypeEntity_IContentSourceTypeField): {
|
|
519
|
-
ID: string;
|
|
520
|
-
Name: string;
|
|
521
|
-
}[];
|
|
522
|
-
/**
|
|
523
|
-
* Handle a source-specific field value change.
|
|
524
|
-
* For entity-picker: auto-select the first entity doc if only one exists.
|
|
525
|
-
*/
|
|
526
|
-
OnSourceFieldChanged(fieldKey: string): void;
|
|
527
78
|
SelectedFeedItem: ContentItemDetail | null;
|
|
528
79
|
ShowItemDetail: boolean;
|
|
529
|
-
SelectedSource: SourceDetailInfo | null;
|
|
530
|
-
ShowSourceDetail: boolean;
|
|
531
|
-
SourceDetailLoading: boolean;
|
|
532
|
-
/** Filter content items in source detail by pipeline status */
|
|
533
|
-
SourceDetailStatusFilter: ItemPipelineStatus | 'All';
|
|
534
|
-
/** Available status options for the filter dropdown */
|
|
535
|
-
readonly SourceDetailStatusOptions: (ItemPipelineStatus | 'All')[];
|
|
536
|
-
/** Current page index (0-based) for source detail content list */
|
|
537
|
-
SourceDetailPage: number;
|
|
538
|
-
/** Number of content items per page in source detail */
|
|
539
|
-
readonly SourceDetailPageSize = 10;
|
|
540
|
-
/**
|
|
541
|
-
* Returns source detail content items filtered by SourceDetailStatusFilter,
|
|
542
|
-
* then sliced to the current page.
|
|
543
|
-
*/
|
|
544
|
-
get FilteredSourceDetailItems(): ContentItemDetail[];
|
|
545
|
-
/** Total number of filtered items (before pagination) */
|
|
546
|
-
get FilteredSourceDetailTotal(): number;
|
|
547
|
-
/** Total pages for source detail pagination */
|
|
548
|
-
get SourceDetailTotalPages(): number;
|
|
549
|
-
/** Navigate to the previous page in source detail content list */
|
|
550
|
-
SourceDetailPrevPage(): void;
|
|
551
|
-
/** Navigate to the next page in source detail content list */
|
|
552
|
-
SourceDetailNextPage(): void;
|
|
553
|
-
/** Handle change of the source detail status filter dropdown */
|
|
554
|
-
OnSourceDetailStatusFilterChange(): void;
|
|
555
|
-
/**
|
|
556
|
-
* D4: Placeholder handler for retrying failed items in source detail.
|
|
557
|
-
* Re-runs the pipeline for the current source. In the future this could
|
|
558
|
-
* target only Failed items.
|
|
559
|
-
*/
|
|
560
|
-
RetryFailedItems(): void;
|
|
561
|
-
/** Returns the CSS class for a pipeline status badge color */
|
|
562
|
-
GetStatusBadgeClass(status: ItemPipelineStatus): string;
|
|
563
|
-
SourceTypeOptions: DropdownOption[];
|
|
564
|
-
ContentTypeOptions: DropdownOption[];
|
|
565
|
-
FileTypeOptions: DropdownOption[];
|
|
566
|
-
AIModelOptions: DropdownOption[];
|
|
567
|
-
EmbeddingModelOptions: DropdownOption[];
|
|
568
|
-
VectorIndexOptions: DropdownOption[];
|
|
569
|
-
AIModelVendorBranch: TreeBranchConfig;
|
|
570
|
-
AllModelsLeaf: TreeLeafConfig;
|
|
571
|
-
/** Branch config filtered to only vendors that have at least one embedding model */
|
|
572
|
-
EmbeddingVendorBranch: TreeBranchConfig;
|
|
573
|
-
EmbeddingModelsLeaf: TreeLeafConfig;
|
|
574
80
|
private contentSourcesRaw;
|
|
575
81
|
private contentItemsRaw;
|
|
576
82
|
private contentTagsRaw;
|
|
577
83
|
private contentRunsRaw;
|
|
84
|
+
/** Exposes the raw run rows to the Run History tab component via `[Runs]`. */
|
|
85
|
+
get ContentRunsRaw(): Record<string, unknown>[];
|
|
578
86
|
private contentSourceTypesRaw;
|
|
579
87
|
private contentTypesRaw;
|
|
580
88
|
private contentFileTypesRaw;
|
|
581
89
|
private aiModelsRaw;
|
|
90
|
+
/** Exposes raw content types to the Content Types tab via `[ContentTypes]`. */
|
|
91
|
+
get ContentTypesRaw(): Record<string, unknown>[];
|
|
92
|
+
/** Exposes raw content sources to the Content Types tab via `[Sources]`. */
|
|
93
|
+
get ContentSourcesRaw(): Record<string, unknown>[];
|
|
94
|
+
/** Exposes raw content items to the Content Types / Tag Library tabs via `[Items]`/`[ContentItems]`. */
|
|
95
|
+
get ContentItemsRaw(): Record<string, unknown>[];
|
|
96
|
+
/** Exposes raw content item tags to the Tag Library tab via `[ContentTags]`. */
|
|
97
|
+
get ContentTagsRaw(): Record<string, unknown>[];
|
|
98
|
+
/** Exposes the accurate total item count to the Content Types / Sources tabs via `[TotalItemCount]`. */
|
|
99
|
+
get TotalContentItemCount(): number;
|
|
100
|
+
/** Exposes the accurate total tag count to the Sources tab via `[TotalTagCount]`. */
|
|
101
|
+
get TotalContentTagCount(): number;
|
|
102
|
+
/** Exposes the cached ScheduledAction entities to the Sources tab via `[ScheduledActions]`. */
|
|
103
|
+
get ScheduledActionsCache(): Map<string, MJScheduledActionEntity>;
|
|
104
|
+
/** Exposes the EntityRecordDocument ID→RecordID cache to the Sources tab via `[EntityRecordDocCache]`. */
|
|
105
|
+
get EntityRecordDocCacheMap(): Map<string, string>;
|
|
106
|
+
/**
|
|
107
|
+
* Reload the shared source list after the Sources tab mutates a source
|
|
108
|
+
* (delete / schedule change). Rebinding `contentSourcesRaw` flows through the
|
|
109
|
+
* tab's `[Sources]` input setter, which rebuilds its cards.
|
|
110
|
+
*/
|
|
111
|
+
OnSourcesDataChanged(): Promise<void>;
|
|
112
|
+
/**
|
|
113
|
+
* Hook for the Taxonomy tab's `(DataChanged)` output. The taxonomy tab owns
|
|
114
|
+
* and reloads its own data; the host has no shared taxonomy surface to
|
|
115
|
+
* refresh today, so this is a no-op placeholder kept for future cross-tab wiring.
|
|
116
|
+
*/
|
|
117
|
+
OnTaxonomyDataChanged(): void;
|
|
582
118
|
private static readonly PREFS_KEY;
|
|
583
119
|
private static readonly VALID_TABS;
|
|
120
|
+
/** Lightweight count of Pending tag suggestions for the Inbox nav badge. */
|
|
121
|
+
InboxPendingCount: number;
|
|
122
|
+
/** Lightweight count of Pending health-signal suggestions for the Health nav badge. */
|
|
123
|
+
HealthPendingCount: number;
|
|
124
|
+
/** Live reference to the Suggestions Inbox tab (for refresh after host actions). */
|
|
125
|
+
private inboxTab?;
|
|
126
|
+
/** Live reference to the Tag Health tab (for refresh after host actions). */
|
|
127
|
+
private healthTab?;
|
|
584
128
|
ngAfterViewInit(): Promise<void>;
|
|
585
129
|
/**
|
|
586
130
|
* D9: Read incoming configuration from ResourceData (e.g. from Analytics tag navigation).
|
|
@@ -605,12 +149,37 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
|
|
|
605
149
|
* replaces the bespoke `.at-nav-divider` line.
|
|
606
150
|
*/
|
|
607
151
|
get navSections(): MJLeftNavSection[];
|
|
152
|
+
/**
|
|
153
|
+
* Loads a lightweight count of Pending tag suggestions for the Inbox nav badge
|
|
154
|
+
* so the badge shows even before the Inbox tab is first opened. Mirrors the
|
|
155
|
+
* Inbox tab's default scope: excludes the 3 Health-owned reasons
|
|
156
|
+
* (MergeCandidate / LowUsage / WideNode).
|
|
157
|
+
*/
|
|
158
|
+
private loadInboxPendingCount;
|
|
159
|
+
/**
|
|
160
|
+
* Fired by the Inbox tab after a suggestion is approved/merged/rejected.
|
|
161
|
+
* Refreshes the nav badge count.
|
|
162
|
+
*/
|
|
163
|
+
onInboxResolved(): Promise<void>;
|
|
164
|
+
/**
|
|
165
|
+
* Loads a lightweight count of Pending health-signal suggestions for the
|
|
166
|
+
* Health nav badge — the 3 reasons the Inbox excludes (MergeCandidate /
|
|
167
|
+
* LowUsage / WideNode), which the Tag Health tab owns.
|
|
168
|
+
*/
|
|
169
|
+
private loadHealthPendingCount;
|
|
170
|
+
/**
|
|
171
|
+
* Fired by the Health tab after a merge/deprecate/dismiss. Refreshes the
|
|
172
|
+
* Health nav badge count.
|
|
173
|
+
*/
|
|
174
|
+
onHealthResolved(): Promise<void>;
|
|
175
|
+
/**
|
|
176
|
+
* Fired by the Health tab's "Review in Taxonomy" action with a tag ID. The
|
|
177
|
+
* Taxonomy tab has no public select-tag input today, so this simply switches
|
|
178
|
+
* to it; selecting the specific node is a future enhancement.
|
|
179
|
+
*/
|
|
180
|
+
onOpenInTaxonomyRequested(_tagID: string): void;
|
|
608
181
|
/** Adapter for `<mj-left-nav>`'s `(ItemClicked)` output. */
|
|
609
182
|
onNavItemClicked(item: MJLeftNavItem): void;
|
|
610
|
-
/** Title rendered in the per-section `<mj-page-header-interior>`. */
|
|
611
|
-
get currentTabTitle(): string;
|
|
612
|
-
/** Subtitle rendered in the per-section `<mj-page-header-interior>`. */
|
|
613
|
-
get currentTabSubtitle(): string;
|
|
614
183
|
SwitchTab(tab: TabName): Promise<void>;
|
|
615
184
|
private loadTabData;
|
|
616
185
|
LoadPipelineData(): Promise<void>;
|
|
@@ -631,114 +200,40 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
|
|
|
631
200
|
*/
|
|
632
201
|
private computeTrendingFromTags;
|
|
633
202
|
private loadSourcesData;
|
|
634
|
-
private buildSourceCards;
|
|
635
|
-
/** Resolve the entity record ID from the EntityRecordDocument for entity-sourced content items */
|
|
636
|
-
private resolveEntityRecordID;
|
|
637
|
-
/** Resolve the entity name for an entity-sourced content source */
|
|
638
|
-
private resolveEntityName;
|
|
639
203
|
/** Check if a source type's Configuration says RequiresFileType !== false */
|
|
640
204
|
private sourceTypeRequiresFileType;
|
|
641
205
|
private loadContentTypesData;
|
|
642
|
-
private buildContentTypeCards;
|
|
643
206
|
private loadTagLibraryData;
|
|
644
|
-
private buildTagRows;
|
|
645
|
-
private buildTagCloud;
|
|
646
|
-
private buildTagsBySource;
|
|
647
|
-
/** Convert a string ID to a CompositeKey for tree-dropdown binding */
|
|
648
|
-
ToCompositeKey(id: string | null | undefined): CompositeKey | null;
|
|
649
|
-
/** Extract the ID string from a CompositeKey (from tree-dropdown ValueChange) */
|
|
650
|
-
FromCompositeKey(key: CompositeKey | CompositeKey[] | null): string;
|
|
651
|
-
FilterTags(): void;
|
|
652
|
-
/** Drill down into content items matching a specific tag */
|
|
653
|
-
DrillDownTag(tagName: string): void;
|
|
654
|
-
CloseDrillDownTag(): void;
|
|
655
207
|
private loadRunHistoryData;
|
|
656
|
-
private buildRunHistoryRows;
|
|
657
|
-
private buildHistorySourceOptions;
|
|
658
|
-
FilterRunHistory(): void;
|
|
659
|
-
/**
|
|
660
|
-
* Filter fields for the Run History section, rendered inside an
|
|
661
|
-
* `<mj-filter-popover>` (Section 3 decision tree: many values, single-select
|
|
662
|
-
* → popover with dropdown).
|
|
663
|
-
*/
|
|
664
|
-
get historyFilterFields(): FilterFieldConfig[];
|
|
665
|
-
get historyFilterValues(): Record<string, unknown>;
|
|
666
|
-
get historyActiveFilterCount(): number;
|
|
667
|
-
onHistoryFilterChange(values: Record<string, unknown>): void;
|
|
668
|
-
onHistoryFilterReset(): void;
|
|
669
|
-
/**
|
|
670
|
-
* D3/D8: Open the detail view for a specific run, loading ContentProcessRunDetail records.
|
|
671
|
-
*/
|
|
672
|
-
OpenRunDetail(runID: string): Promise<void>;
|
|
673
|
-
/** D3/D8: Close the run detail slide-in */
|
|
674
|
-
CloseRunDetail(): void;
|
|
675
|
-
/**
|
|
676
|
-
* D2/D3/D8: Load ContentProcessRunDetail records for a given run and map to RunDetailRow[].
|
|
677
|
-
*/
|
|
678
|
-
private loadRunDetailRows;
|
|
679
208
|
/**
|
|
680
209
|
* D2: Load live per-source progress for the currently running pipeline.
|
|
681
210
|
* Called when the pipeline is actively running.
|
|
682
211
|
*/
|
|
683
212
|
LoadLiveRunDetails(): Promise<void>;
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
SaveSource(): Promise<void>;
|
|
689
|
-
DeleteSource(card: SourceCard): Promise<void>;
|
|
690
|
-
/**
|
|
691
|
-
* Opens the schedule dialog pre-filled for the given source card.
|
|
692
|
-
* Defaults to a daily 2 AM cron expression.
|
|
693
|
-
* @param card The source card to create a schedule for
|
|
694
|
-
*/
|
|
695
|
-
OpenScheduleDialog(card: SourceCard): void;
|
|
696
|
-
/** Closes the schedule dialog without saving */
|
|
697
|
-
CloseScheduleDialog(): void;
|
|
698
|
-
/**
|
|
699
|
-
* Saves a new ScheduledAction for the current source, links it
|
|
700
|
-
* via ContentSource.ScheduledActionID, and creates the default
|
|
701
|
-
* action params for the Autotag and Vectorize action.
|
|
702
|
-
*/
|
|
703
|
-
SaveSchedule(): Promise<void>;
|
|
704
|
-
/**
|
|
705
|
-
* Removes the schedule from a source card by unlinking the ScheduledActionID.
|
|
706
|
-
* @param card The source card to remove the schedule from
|
|
707
|
-
*/
|
|
708
|
-
RemoveSchedule(card: SourceCard): Promise<void>;
|
|
213
|
+
OpenAddSourceForm(): void;
|
|
214
|
+
OpenEditSourceForm(card: SourceCard): void;
|
|
215
|
+
OpenAddTypeForm(): void;
|
|
216
|
+
OpenEditTypeForm(card: ContentTypeCard): void;
|
|
709
217
|
/**
|
|
710
|
-
*
|
|
711
|
-
*
|
|
218
|
+
* Reload the relevant shared data after the slide-in form saves. The form
|
|
219
|
+
* dialog closes itself; the host only re-pulls the cards' source data.
|
|
712
220
|
*/
|
|
713
|
-
|
|
221
|
+
onFormSaved(event: {
|
|
222
|
+
kind: 'source' | 'type';
|
|
223
|
+
}): Promise<void>;
|
|
714
224
|
/**
|
|
715
|
-
*
|
|
716
|
-
*
|
|
225
|
+
* The form dialog's "Open advanced settings" link bubbles up here so the host
|
|
226
|
+
* (which owns NavigationService) can open the full entity form.
|
|
717
227
|
*/
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
228
|
+
onFormNavigateToRecord(event: {
|
|
229
|
+
entityName: string;
|
|
230
|
+
key: CompositeKey;
|
|
231
|
+
}): Promise<void>;
|
|
721
232
|
/**
|
|
722
233
|
* Loads ScheduledAction entities referenced by content sources into the local cache.
|
|
723
234
|
* Called during initial data load so cron descriptions are available for card rendering.
|
|
724
235
|
*/
|
|
725
236
|
private loadScheduledActionsForSources;
|
|
726
|
-
/** Finds the Action ID for "Autotag and Vectorize Content" by querying actions */
|
|
727
|
-
private findAutotagActionID;
|
|
728
|
-
/**
|
|
729
|
-
* Creates a ScheduledActionParam that passes the source ID to the action.
|
|
730
|
-
* Looks up the "EntityNames" action param and sets the source ID as its value.
|
|
731
|
-
*/
|
|
732
|
-
private createSourceIDParam;
|
|
733
|
-
/**
|
|
734
|
-
* Links (or unlinks) a ScheduledAction to a ContentSource by updating
|
|
735
|
-
* the ContentSource.ScheduledActionID field.
|
|
736
|
-
*/
|
|
737
|
-
private linkScheduleToSource;
|
|
738
|
-
OpenAddTypeForm(): Promise<void>;
|
|
739
|
-
OpenEditTypeForm(card: ContentTypeCard): Promise<void>;
|
|
740
|
-
SaveContentType(): Promise<void>;
|
|
741
|
-
CloseForm(): void;
|
|
742
237
|
/**
|
|
743
238
|
* Run the pipeline for a specific content source only.
|
|
744
239
|
*/
|
|
@@ -763,31 +258,9 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
|
|
|
763
258
|
private countTagsByItem;
|
|
764
259
|
private getTopTagsForItem;
|
|
765
260
|
private countItemsBySource;
|
|
766
|
-
private countTagsBySource;
|
|
767
|
-
private getLastRunBySource;
|
|
768
|
-
private countAllTags;
|
|
769
|
-
/** Compute average weight per tag across all occurrences */
|
|
770
|
-
private computeAvgWeights;
|
|
771
|
-
private getTopSourcePerTag;
|
|
772
|
-
private getFirstSeenPerTag;
|
|
773
|
-
private countSourcesByContentType;
|
|
774
|
-
private countItemsByContentType;
|
|
775
261
|
private inferItemStatus;
|
|
776
262
|
formatRelativeTime(dateStr: string | null | undefined): string;
|
|
777
|
-
formatNumber(n: number): string;
|
|
778
|
-
/** Returns font size in rem for a tag based on its weight (0.0-1.0). Range: 0.7rem to 1.0rem */
|
|
779
|
-
TagFontSize(weight: number): string;
|
|
780
|
-
/** Format weight as percentage for display in tag chip */
|
|
781
|
-
FormatWeight(weight: number): string;
|
|
782
|
-
private formatShortDate;
|
|
783
|
-
private formatDate;
|
|
784
|
-
private computeDuration;
|
|
785
|
-
private displayStatus;
|
|
786
|
-
GetSourceTypeIcon(typeName: string): string;
|
|
787
263
|
private ensureBaseDataLoaded;
|
|
788
|
-
private ensureFormDropdownsLoaded;
|
|
789
|
-
private resetSourceForm;
|
|
790
|
-
private resetTypeForm;
|
|
791
264
|
private refreshSourcesTab;
|
|
792
265
|
private refreshContentTypesTab;
|
|
793
266
|
OpenFeedItemDetail(index: number): void;
|
|
@@ -809,215 +282,6 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
|
|
|
809
282
|
private inferPipelineStatuses;
|
|
810
283
|
/** Map a raw status string to the ItemPipelineStatus union */
|
|
811
284
|
private mapStatusString;
|
|
812
|
-
OpenSourceDetail(card: SourceCard): Promise<void>;
|
|
813
|
-
CloseSourceDetail(): void;
|
|
814
|
-
OpenRecordFromSource(source: SourceDetailInfo): void;
|
|
815
|
-
OpenEditSourceFromDetail(): void;
|
|
816
|
-
RunSourceFromDetail(): Promise<void>;
|
|
817
|
-
DeleteSourceFromDetail(): Promise<void>;
|
|
818
|
-
private loadContentItemsForSource;
|
|
819
|
-
private loadRunHistoryForSource;
|
|
820
|
-
private resolveEmbeddingModelName;
|
|
821
|
-
private resolveVectorIndexName;
|
|
822
|
-
/** Taxonomy sub-tabs as `TabConfig[]` for `<mj-tab-nav>`. */
|
|
823
|
-
get taxSubTabsConfig(): TabConfig[];
|
|
824
|
-
/** Adapter for `<mj-tab-nav>`'s string-typed `(TabChange)` output. */
|
|
825
|
-
onTaxSubTabChange(key: string): void;
|
|
826
|
-
SwitchTaxSubTab(sub: TaxonomySubTab): void;
|
|
827
|
-
/**
|
|
828
|
-
* Loads all data needed by the Taxonomy Governance sub-tabs:
|
|
829
|
-
* Tags, Tagged Items, Tag Audit Logs, and cross-references content item tags.
|
|
830
|
-
*/
|
|
831
|
-
private loadTaxonomyData;
|
|
832
|
-
/**
|
|
833
|
-
* Builds the taxonomy tree from raw tag data, wiring up parent-child
|
|
834
|
-
* relationships and attaching item counts and average weights.
|
|
835
|
-
*/
|
|
836
|
-
private buildTaxTree;
|
|
837
|
-
private computeTreeDepths;
|
|
838
|
-
private propagateItemCounts;
|
|
839
|
-
private sortTreeNodes;
|
|
840
|
-
private flattenTree;
|
|
841
|
-
private computeTagHealth;
|
|
842
|
-
/**
|
|
843
|
-
* Counts the number of items referencing each tag, combining both
|
|
844
|
-
* Tagged Items and Content Item Tags. Uses NormalizeUUID for
|
|
845
|
-
* cross-platform UUID case consistency.
|
|
846
|
-
*/
|
|
847
|
-
private countItemsByTag;
|
|
848
|
-
/**
|
|
849
|
-
* Loads per-tag average weights and item counts via a server-side SQL aggregation.
|
|
850
|
-
* This avoids loading all 17K+ TaggedItem rows to the browser.
|
|
851
|
-
*/
|
|
852
|
-
/**
|
|
853
|
-
* Loads per-tag average weights and item counts via the "Tag Aggregates" saved query.
|
|
854
|
-
* This runs a SQL GROUP BY on the server, avoiding loading 17K+ TaggedItem rows to the browser.
|
|
855
|
-
*/
|
|
856
|
-
private loadTagAggregates;
|
|
857
|
-
ToggleTaxNode(node: TaxTreeNode): void;
|
|
858
|
-
SelectTaxNode(node: TaxTreeNode): void;
|
|
859
|
-
FilterTaxTree(): void;
|
|
860
|
-
private applyTaxTreeFilter;
|
|
861
|
-
GetTaxBreadcrumb(node: TaxTreeNode): {
|
|
862
|
-
ID: string;
|
|
863
|
-
Name: string;
|
|
864
|
-
}[];
|
|
865
|
-
NavigateToBreadcrumb(tagId: string): void;
|
|
866
|
-
private loadRecentItemsForTag;
|
|
867
|
-
StartEditTag(): void;
|
|
868
|
-
CancelEditTag(): void;
|
|
869
|
-
SaveEditTag(): Promise<void>;
|
|
870
|
-
MoveTag(node: TaxTreeNode, newParentId: string | null): Promise<void>;
|
|
871
|
-
DeleteTag(node: TaxTreeNode): void;
|
|
872
|
-
/** Open create tag dialog for a root-level tag */
|
|
873
|
-
OpenCreateRootTag(): void;
|
|
874
|
-
/** Open create tag dialog as child of the selected node */
|
|
875
|
-
OpenCreateChildTag(): void;
|
|
876
|
-
/** Open create tag dialog as child of a specific node */
|
|
877
|
-
OpenCreateChildTagFor(node: TaxTreeNode): void;
|
|
878
|
-
/** Close create tag dialog */
|
|
879
|
-
CloseCreateTagDialog(): void;
|
|
880
|
-
/** Save the new tag */
|
|
881
|
-
SaveNewTag(): Promise<void>;
|
|
882
|
-
/** Toggle multi-select mode on/off */
|
|
883
|
-
ToggleMultiSelectMode(): void;
|
|
884
|
-
/** Toggle a node's selection in multi-select mode */
|
|
885
|
-
ToggleNodeSelection(node: TaxTreeNode, event: Event): void;
|
|
886
|
-
/** Check if a node is selected in multi-select mode */
|
|
887
|
-
IsNodeMultiSelected(nodeID: string): boolean;
|
|
888
|
-
/** Handle drag start on a tree node */
|
|
889
|
-
OnTreeNodeDragStart(event: DragEvent, node: TaxTreeNode): void;
|
|
890
|
-
/** Handle drag over a tree node (drop target) */
|
|
891
|
-
OnTreeNodeDragOver(event: DragEvent, node: TaxTreeNode): void;
|
|
892
|
-
/** Handle drag leave */
|
|
893
|
-
OnTreeNodeDragLeave(): void;
|
|
894
|
-
/** Handle drop — reparent dragged node(s) under the drop target */
|
|
895
|
-
OnTreeNodeDrop(event: DragEvent, targetNode: TaxTreeNode): Promise<void>;
|
|
896
|
-
/** Handle drop on the "Root" drop zone (make root-level) */
|
|
897
|
-
OnDropToRoot(event: DragEvent): Promise<void>;
|
|
898
|
-
IsMerging: boolean;
|
|
899
|
-
MergeTags(sourceTagId: string, targetTagId: string, sourceName: string, targetName: string): Promise<void>;
|
|
900
|
-
MakeChildTag(childTagId: string, parentTagId: string): Promise<void>;
|
|
901
|
-
DismissDuplicate(pair: TaxDuplicatePair): void;
|
|
902
|
-
private buildTaxDuplicates;
|
|
903
|
-
/** Group tags by case-insensitive name, returning only groups with 2+ members */
|
|
904
|
-
private groupExactNameDuplicates;
|
|
905
|
-
/**
|
|
906
|
-
* Enhanced string similarity: separator normalization, abbreviation,
|
|
907
|
-
* pluralization, token-overlap Jaccard, containment, and Levenshtein.
|
|
908
|
-
* Returns the highest score among all heuristics.
|
|
909
|
-
*/
|
|
910
|
-
private computeStringSimilarity;
|
|
911
|
-
/** Scores simple English pluralization differences */
|
|
912
|
-
private computePluralizationScore;
|
|
913
|
-
/** Jaccard similarity on word tokens */
|
|
914
|
-
private computeTokenJaccardSimilarity;
|
|
915
|
-
private isAbbreviationOf;
|
|
916
|
-
private levenshteinDistance;
|
|
917
|
-
/**
|
|
918
|
-
* Finds orphan tags: no parent, no children, and zero usage.
|
|
919
|
-
* A tag with even 1 connection is not orphaned — it's just a leaf.
|
|
920
|
-
* Uses NormalizeUUID for consistent cross-platform UUID comparisons.
|
|
921
|
-
*/
|
|
922
|
-
private buildTaxOrphans;
|
|
923
|
-
ToggleOrphanSelection(orphan: TaxOrphanCard): void;
|
|
924
|
-
ToggleAllOrphans(): void;
|
|
925
|
-
/**
|
|
926
|
-
* Clean up TagCoOccurrence records that reference a tag before deleting it.
|
|
927
|
-
* Without this, the FK constraint on TagCoOccurrence blocks the delete.
|
|
928
|
-
*/
|
|
929
|
-
private cleanupTagReferences;
|
|
930
|
-
DeleteOrphan(orphan: TaxOrphanCard): void;
|
|
931
|
-
BulkDeleteOrphans(): void;
|
|
932
|
-
/** Delete all orphan tags at once with a styled confirmation dialog */
|
|
933
|
-
DeleteAllOrphans(): void;
|
|
934
|
-
private buildTaxTreemap;
|
|
935
|
-
/**
|
|
936
|
-
* Builds the audit timeline from the MJ: Tag Audit Logs entity.
|
|
937
|
-
* Falls back to synthesizing "created" events from tag creation dates
|
|
938
|
-
* if no real audit log records exist yet.
|
|
939
|
-
*/
|
|
940
|
-
private buildTaxAuditLog;
|
|
941
|
-
/**
|
|
942
|
-
* Maps real Tag Audit Log records into TaxAuditEvent objects.
|
|
943
|
-
* Uses the view's denormalized Tag, PerformedByUser, and RelatedTag fields.
|
|
944
|
-
*/
|
|
945
|
-
private buildAuditEventsFromLogs;
|
|
946
|
-
/**
|
|
947
|
-
* Synthesizes audit events from tag __mj_CreatedAt dates when no
|
|
948
|
-
* real audit log records exist. Used as a fallback only.
|
|
949
|
-
*/
|
|
950
|
-
private synthesizeAuditEventsFromTags;
|
|
951
|
-
/**
|
|
952
|
-
* Maps a PascalCase DB Action value (e.g. "Renamed") to the lowercase
|
|
953
|
-
* TaxAuditAction type used in the UI. Returns null for unrecognized values.
|
|
954
|
-
*/
|
|
955
|
-
private mapAuditActionToType;
|
|
956
|
-
/**
|
|
957
|
-
* Safely parses the JSON Details column from a Tag Audit Log record.
|
|
958
|
-
* Returns an empty object on parse failure.
|
|
959
|
-
*/
|
|
960
|
-
private parseAuditDetails;
|
|
961
|
-
/**
|
|
962
|
-
* Builds a human-readable description for an audit event based on the
|
|
963
|
-
* action type and any additional context from the related tag or details JSON.
|
|
964
|
-
*/
|
|
965
|
-
private buildAuditDescription;
|
|
966
|
-
/**
|
|
967
|
-
* Adds a local-only audit entry to the top of the timeline for
|
|
968
|
-
* immediate UI feedback after a user action (merge, delete, etc.).
|
|
969
|
-
*/
|
|
970
|
-
private addTaxAuditEntry;
|
|
971
|
-
ToggleTaxAuditFilter(type: string): void;
|
|
972
|
-
GetFilteredAuditEvents(): TaxAuditEvent[];
|
|
973
|
-
private formatDayHeader;
|
|
974
|
-
private buildTaxHealth;
|
|
975
|
-
/** Returns the Font Awesome icon class for an audit event action type. */
|
|
976
|
-
GetTaxAuditIcon(type: string): string;
|
|
977
|
-
/** Opens a styled confirmation dialog, replacing browser `confirm()`. */
|
|
978
|
-
OpenConfirmDialog(title: string, message: string, action: () => Promise<void>): void;
|
|
979
|
-
/** User confirmed the dialog action */
|
|
980
|
-
ConfirmDialogAccept(): Promise<void>;
|
|
981
|
-
/** User cancelled the confirmation dialog */
|
|
982
|
-
ConfirmDialogCancel(): void;
|
|
983
|
-
/** Opens the split-tag dialog for a given tree node */
|
|
984
|
-
OpenSplitDialog(node: TaxTreeNode): void;
|
|
985
|
-
/** Closes the split-tag dialog without action */
|
|
986
|
-
CloseSplitDialog(): void;
|
|
987
|
-
/** Executes the split operation, creating child tags from comma-separated names */
|
|
988
|
-
ExecuteSplit(): Promise<void>;
|
|
989
|
-
/** Opens the move-tag dialog for a given tree node */
|
|
990
|
-
OpenMoveDialog(node: TaxTreeNode): void;
|
|
991
|
-
/** Closes the move-tag dialog without action */
|
|
992
|
-
CloseMoveDialog(): void;
|
|
993
|
-
/** Returns flat list of tags eligible as move targets (excludes the node being moved and its descendants) */
|
|
994
|
-
GetMoveTargetOptions(): {
|
|
995
|
-
ID: string;
|
|
996
|
-
Name: string;
|
|
997
|
-
Depth: number;
|
|
998
|
-
}[];
|
|
999
|
-
/** Collects IDs of all descendants of a node */
|
|
1000
|
-
private collectDescendantIds;
|
|
1001
|
-
/** Executes the move operation */
|
|
1002
|
-
ExecuteMove(): Promise<void>;
|
|
1003
|
-
OpenMergeIntoDialog(node: TaxTreeNode): void;
|
|
1004
|
-
OnMergeTargetSelected(value: unknown): void;
|
|
1005
|
-
CloseMergeIntoDialog(): void;
|
|
1006
|
-
/** Returns flat list of tags eligible as merge targets (excludes the source tag) */
|
|
1007
|
-
GetMergeTargetOptions(): {
|
|
1008
|
-
ID: string;
|
|
1009
|
-
Name: string;
|
|
1010
|
-
Depth: number;
|
|
1011
|
-
ItemCount: number;
|
|
1012
|
-
}[];
|
|
1013
|
-
ExecuteMergeInto(): Promise<void>;
|
|
1014
|
-
/** Opens treemap drill-in panel for the given cell */
|
|
1015
|
-
OpenTreemapDrillIn(cell: TaxTreemapCell): void;
|
|
1016
|
-
/** Closes treemap drill-in panel */
|
|
1017
|
-
CloseTreemapDrillIn(): void;
|
|
1018
|
-
/** Navigate from treemap drill-in to the tag in the tree view */
|
|
1019
|
-
DrillInToTreeView(node: TaxTreeNode): void;
|
|
1020
|
-
RefreshTaxonomyData(): Promise<void>;
|
|
1021
285
|
/** Load pending content item duplicates for review */
|
|
1022
286
|
LoadContentDuplicates(): Promise<void>;
|
|
1023
287
|
/** Resolve content source names for a list of content item IDs */
|
|
@@ -1030,21 +294,4 @@ export declare class AutotaggingPipelineResourceComponent extends BaseResourceCo
|
|
|
1030
294
|
static ɵcmp: i0.ɵɵComponentDeclaration<AutotaggingPipelineResourceComponent, "app-autotagging-pipeline-resource", never, {}, {}, never, never, false, never>;
|
|
1031
295
|
}
|
|
1032
296
|
export declare function LoadAutotaggingPipelineResource(): void;
|
|
1033
|
-
/**
|
|
1034
|
-
* Converts a 5-part or 6-part cron expression to a human-readable English string.
|
|
1035
|
-
*
|
|
1036
|
-
* Handles common patterns:
|
|
1037
|
-
* `0 * * * *` -> "Every hour"
|
|
1038
|
-
* `0 2 * * *` -> "Daily at 2:00 AM"
|
|
1039
|
-
* `0 2 * * 1` -> "Weekly on Monday at 2:00 AM"
|
|
1040
|
-
* `star/15 * * * *` -> "Every 15 minutes" (where star = asterisk)
|
|
1041
|
-
* `0 0 1 * *` -> "Monthly on day 1 at 12:00 AM"
|
|
1042
|
-
*
|
|
1043
|
-
* Falls back to returning the raw cron string for unrecognized patterns.
|
|
1044
|
-
*
|
|
1045
|
-
* @param cron A cron expression string (5 or 6 parts)
|
|
1046
|
-
* @returns A human-readable description or the raw cron if unrecognized
|
|
1047
|
-
*/
|
|
1048
|
-
export declare function CronToHumanReadable(cron: string): string;
|
|
1049
|
-
export {};
|
|
1050
297
|
//# sourceMappingURL=autotagging-pipeline-resource.component.d.ts.map
|