@memberjunction/ng-dashboards 5.38.0 → 5.40.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 +14 -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 +217 -860
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +1717 -7802
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.d.ts +56 -0
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.js +423 -0
- package/dist/AI/components/autotagging/components/classify-item-drilldown.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.d.ts +70 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.js +308 -0
- package/dist/AI/components/autotagging/components/classify-item-grid.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.d.ts +29 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.js +186 -0
- package/dist/AI/components/autotagging/components/classify-org-context-editor.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.d.ts +69 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.js +278 -0
- package/dist/AI/components/autotagging/components/classify-overview-analytics.component.js.map +1 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.d.ts +73 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.js +393 -0
- package/dist/AI/components/autotagging/components/classify-seed-taxonomy.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.d.ts +122 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.js +908 -0
- package/dist/AI/components/autotagging/dialogs/classify-setup-wizard.component.js.map +1 -0
- 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 +333 -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 +2125 -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 +58 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.js +260 -0
- package/dist/AI/components/autotagging/shared/classify.format.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts +319 -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 +77 -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 +519 -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 +131 -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 +813 -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 +177 -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 +1465 -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 +78 -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 +492 -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 +56 -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 +271 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts +3 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts.map +1 -1
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +306 -290
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -1
- package/dist/AI/components/execution-monitoring.component.js +1 -1
- package/dist/AI/components/execution-monitoring.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.d.ts +1 -0
- package/dist/AI/components/tags/tags-resource.component.d.ts.map +1 -1
- package/dist/AI/components/tags/tags-resource.component.js +578 -538
- package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts +3 -0
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js +331 -303
- 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-applications-panel.component.js +2 -2
- package/dist/APIKeys/api-key-create-dialog.component.js +2 -2
- 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/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.d.ts +31 -340
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +468 -1958
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.js +10 -0
- package/dist/DataExplorer/data-explorer-resource.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/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.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +14 -11
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts +27 -2
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +244 -119
- 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/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.d.ts +65 -0
- package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.js +176 -0
- package/dist/KnowledgeHub/components/visualize/record-drilldown/record-drilldown.component.js.map +1 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.d.ts +81 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.js +308 -0
- package/dist/KnowledgeHub/components/visualize/tag-cloud/tag-cloud.component.js.map +1 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.d.ts +85 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.js +362 -0
- package/dist/KnowledgeHub/components/visualize/visualize-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/index.d.ts +3 -0
- package/dist/KnowledgeHub/index.d.ts.map +1 -1
- package/dist/KnowledgeHub/index.js +3 -0
- package/dist/KnowledgeHub/index.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/components/mcp-server-dialog.component.js +2 -2
- 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.js +1 -1
- 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 +57 -35
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +80 -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/data-explorer-dashboards.module.d.ts +12 -14
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -1
- package/dist/data-explorer-dashboards.module.js +5 -14
- package/dist/data-explorer-dashboards.module.js.map +1 -1
- package/dist/public-api.d.ts +3 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +3 -0
- package/dist/public-api.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 +57 -54
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.d.ts +0 -79
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.d.ts.map +0 -1
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js +0 -195
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js.map +0 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts +0 -226
- package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts.map +0 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.js +0 -861
- package/dist/DataExplorer/components/view-selector/view-selector.component.js.map +0 -1
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Classify · Source + Content Type CRUD slide-in form dialog.
|
|
3
|
+
*
|
|
4
|
+
* Owns the entire add/edit slide-in form for BOTH content sources and content
|
|
5
|
+
* types (the form renders one or the other depending on `FormMode`). Extracted
|
|
6
|
+
* from the host monolith: the dialog owns ALL form state, the dropdown option
|
|
7
|
+
* getters, the dynamic source-type field logic, and the open / populate / save /
|
|
8
|
+
* close lifecycle. It reads cached reference metadata directly from
|
|
9
|
+
* `KnowledgeHubMetadataEngine.Instance` / `AIEngineBase.Instance` (same as the
|
|
10
|
+
* host did) and persists via the threaded provider.
|
|
11
|
+
*
|
|
12
|
+
* Contract with the host (data orchestrator):
|
|
13
|
+
* - The host calls the public `OpenAddSource()` / `OpenEditSource(card)` /
|
|
14
|
+
* `OpenAddType()` / `OpenEditType(card)` methods via `@ViewChild` in response
|
|
15
|
+
* to the Sources/Types tabs' add/edit events.
|
|
16
|
+
* - After a successful save the dialog closes itself and emits `(Saved)` with
|
|
17
|
+
* `{ kind: 'source' | 'type' }` so the host reloads the right shared data.
|
|
18
|
+
* - When a source save is blocked because no content type exists, it emits
|
|
19
|
+
* `(ContentTypeMissing)` so the host shows its no-content-type warning.
|
|
20
|
+
* - "Open advanced settings" navigates to the full entity form via the host's
|
|
21
|
+
* NavigationService through the `(NavigateToRecordRequested)` output.
|
|
22
|
+
*/
|
|
23
|
+
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
24
|
+
import { CompositeKey } from '@memberjunction/core';
|
|
25
|
+
import { TreeBranchConfig, TreeLeafConfig } from '@memberjunction/ng-trees';
|
|
26
|
+
import { MJContentSourceEntity_IContentSourceConfiguration, MJContentSourceTypeEntity_IContentSourceTypeField } from '@memberjunction/core-entities';
|
|
27
|
+
import { BaseAngularComponent } from '@memberjunction/ng-base-types';
|
|
28
|
+
import { SourceCard, ContentTypeCard, DropdownOption, FormMode } from '../shared/classify.types';
|
|
29
|
+
import * as i0 from "@angular/core";
|
|
30
|
+
/** The taxonomy-mode literal union, derived from the typed config so it can never drift. */
|
|
31
|
+
type TaxonomyModeJson = NonNullable<MJContentSourceEntity_IContentSourceConfiguration['TagTaxonomyMode']>;
|
|
32
|
+
/** How the source-level domain context combines with the org / content-type scopes. */
|
|
33
|
+
export type ClassificationContextMode = 'additive' | 'substitutive';
|
|
34
|
+
/**
|
|
35
|
+
* Source-level classification-context extension to the CodeGen-generated
|
|
36
|
+
* {@link MJContentSourceEntity_IContentSourceConfiguration} interface. These two
|
|
37
|
+
* keys are not yet in the generated JSON-type interface (a migration + CodeGen
|
|
38
|
+
* pass is required to add them there); we model them as a typed extension so this
|
|
39
|
+
* client code stays strongly typed without touching generated code. They are
|
|
40
|
+
* persisted into the source's Configuration JSON and read by the server-side
|
|
41
|
+
* `ClassificationContextResolver` during autotagging.
|
|
42
|
+
*/
|
|
43
|
+
export interface IContentSourceClassificationConfiguration extends MJContentSourceEntity_IContentSourceConfiguration {
|
|
44
|
+
/** Free-text guidance injected into the autotagging prompt at the SOURCE scope. */
|
|
45
|
+
ClassificationContext?: string;
|
|
46
|
+
/** How this source's context combines with the org/type scopes. Defaults to 'additive'. */
|
|
47
|
+
ClassificationContextMode?: ClassificationContextMode;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Application name used to resolve the Knowledge Hub Application ID for the
|
|
51
|
+
* org-level classification-context ApplicationSetting. Mirrors the server-side
|
|
52
|
+
* `KNOWLEDGE_HUB_APPLICATION_NAME` constant.
|
|
53
|
+
*/
|
|
54
|
+
export declare const KNOWLEDGE_HUB_APPLICATION_NAME = "Knowledge Hub";
|
|
55
|
+
/** ApplicationSetting key under which the org-level classification context lives. */
|
|
56
|
+
export declare const CLASSIFY_ORG_CONTEXT_SETTING_KEY = "classify.org.context";
|
|
57
|
+
/** One selectable taxonomy-mode card (icon + name + one-line "best for"). */
|
|
58
|
+
interface TaxonomyModeOption {
|
|
59
|
+
value: TaxonomyModeJson;
|
|
60
|
+
label: string;
|
|
61
|
+
icon: string;
|
|
62
|
+
bestFor: string;
|
|
63
|
+
}
|
|
64
|
+
/** One row in the effective-values aside: the resolved value + where it came from. */
|
|
65
|
+
interface EffectiveValueRow {
|
|
66
|
+
label: string;
|
|
67
|
+
value: string;
|
|
68
|
+
origin: 'source override' | 'default';
|
|
69
|
+
}
|
|
70
|
+
export declare class ClassifySourceTypeFormDialogComponent extends BaseAngularComponent implements OnDestroy {
|
|
71
|
+
private cdr;
|
|
72
|
+
private zone;
|
|
73
|
+
/** Current slide-in panel width (px). Bound to the panel via [style.width.px]. */
|
|
74
|
+
PanelWidth: number;
|
|
75
|
+
/** Whether the inline "Effective values" panel is shown in the Classification section. */
|
|
76
|
+
ShowEffectiveValues: boolean;
|
|
77
|
+
/** Active-drag bookkeeping for the left-edge resize handle. */
|
|
78
|
+
private isResizing;
|
|
79
|
+
private resizeMoveListener;
|
|
80
|
+
private resizeUpListener;
|
|
81
|
+
/** Emitted after a successful save so the host reloads the relevant shared data. */
|
|
82
|
+
Saved: EventEmitter<{
|
|
83
|
+
kind: "source" | "type";
|
|
84
|
+
}>;
|
|
85
|
+
/** Emitted when a source save is blocked because no content type exists. */
|
|
86
|
+
ContentTypeMissing: EventEmitter<void>;
|
|
87
|
+
/** Emitted when the user opts into the full entity form (advanced settings). */
|
|
88
|
+
NavigateToRecordRequested: EventEmitter<{
|
|
89
|
+
entityName: string;
|
|
90
|
+
key: CompositeKey;
|
|
91
|
+
}>;
|
|
92
|
+
FormMode: FormMode;
|
|
93
|
+
FormSaving: boolean;
|
|
94
|
+
FormSourceName: string;
|
|
95
|
+
FormSourceTypeID: string;
|
|
96
|
+
FormContentTypeID: string;
|
|
97
|
+
FormFileTypeID: string;
|
|
98
|
+
FormSourceURL: string;
|
|
99
|
+
EditingSourceID: string;
|
|
100
|
+
FormTypeName: string;
|
|
101
|
+
FormTypeDescription: string;
|
|
102
|
+
FormTypeAIModelID: string;
|
|
103
|
+
FormTypeMinTags: number;
|
|
104
|
+
FormTypeMaxTags: number;
|
|
105
|
+
EditingTypeID: string;
|
|
106
|
+
FormTypeEmbeddingModelID: string;
|
|
107
|
+
FormTypeVectorIndexID: string;
|
|
108
|
+
FormSourceEntityID: string;
|
|
109
|
+
FormSourceEntityDocID: string;
|
|
110
|
+
/** Whether the inline "Create Entity Document" sub-form is expanded. */
|
|
111
|
+
ShowInlineEntityDocForm: boolean;
|
|
112
|
+
/** Saving spinner for the inline Entity Document create. */
|
|
113
|
+
EntityDocSaving: boolean;
|
|
114
|
+
/** Name for the new Entity Document (auto-filled from the entity). */
|
|
115
|
+
NewEntityDocName: string;
|
|
116
|
+
/** Selected field names to include in the new Entity Document template. */
|
|
117
|
+
NewEntityDocSelectedFields: Record<string, boolean>;
|
|
118
|
+
FormSourceEmbeddingModelID: string;
|
|
119
|
+
FormSourceVectorIndexID: string;
|
|
120
|
+
FormMaxItemsPerRun: number | null;
|
|
121
|
+
FormMaxDepth: number | null;
|
|
122
|
+
FormCrawlSitesInLowerLevelDomain: boolean;
|
|
123
|
+
FormCrawlOtherSitesInTopLevelDomain: boolean;
|
|
124
|
+
private workingConfig;
|
|
125
|
+
/** Selectable taxonomy-mode cards. Exactly the three modes the type allows — no 'hybrid'. */
|
|
126
|
+
readonly TaxonomyModes: TaxonomyModeOption[];
|
|
127
|
+
/** Tags eligible to be the taxonomy root (loaded from TagEngineBase). */
|
|
128
|
+
TagRootOptions: {
|
|
129
|
+
ID: string;
|
|
130
|
+
Name: string;
|
|
131
|
+
}[];
|
|
132
|
+
/** The working classifier config — never null; defaults are applied by the typed getters below. */
|
|
133
|
+
get Config(): IContentSourceClassificationConfiguration;
|
|
134
|
+
/** Merge a partial patch into the working config (immutable spread, like the reference panel). */
|
|
135
|
+
setConfig(patch: Partial<IContentSourceClassificationConfiguration>): void;
|
|
136
|
+
get CurrentMode(): TaxonomyModeJson;
|
|
137
|
+
SetMode(mode: TaxonomyModeJson): void;
|
|
138
|
+
get MatchThresholdValue(): number;
|
|
139
|
+
set MatchThresholdValue(v: number | string);
|
|
140
|
+
get SuggestThresholdValue(): number;
|
|
141
|
+
set SuggestThresholdValue(v: number | string);
|
|
142
|
+
get ThresholdValidationMessage(): string | null;
|
|
143
|
+
get TagRootIDValue(): string;
|
|
144
|
+
set TagRootIDValue(v: string);
|
|
145
|
+
get ShareTaxonomyValue(): boolean;
|
|
146
|
+
set ShareTaxonomyValue(v: boolean);
|
|
147
|
+
get EnableVectorizationValue(): boolean;
|
|
148
|
+
set EnableVectorizationValue(v: boolean);
|
|
149
|
+
/** Source-level domain-context free text. */
|
|
150
|
+
get ClassificationContextValue(): string;
|
|
151
|
+
set ClassificationContextValue(v: string);
|
|
152
|
+
/** Whether this source's context is additive (concatenated) or substitutive (most-specific wins). */
|
|
153
|
+
get ClassificationContextModeValue(): ClassificationContextMode;
|
|
154
|
+
set ClassificationContextModeValue(v: ClassificationContextMode);
|
|
155
|
+
/** Convenience boolean bound to the additive/substitutive mj-switch. On = substitutive. */
|
|
156
|
+
get IsSubstitutiveMode(): boolean;
|
|
157
|
+
set IsSubstitutiveMode(v: boolean);
|
|
158
|
+
/**
|
|
159
|
+
* The org-level domain context, resolved once from ApplicationSettingEngine
|
|
160
|
+
* (Knowledge Hub app scope, GLOBAL fallback). Read-only here — the org editor
|
|
161
|
+
* lives on the Content Types tab. Used for the effective-context preview.
|
|
162
|
+
*/
|
|
163
|
+
OrgClassificationContext: string;
|
|
164
|
+
/**
|
|
165
|
+
* The effective domain-context preview the autotagger would assemble for this
|
|
166
|
+
* source, mirroring the server-side `ClassificationContextResolver` combine
|
|
167
|
+
* logic. Content-type scope is intentionally omitted here because the slide-in
|
|
168
|
+
* doesn't load every content type's Configuration JSON — the preview shows the
|
|
169
|
+
* org + source scopes (the two the operator edits in this flow).
|
|
170
|
+
*/
|
|
171
|
+
get EffectiveContextPreview(): string;
|
|
172
|
+
/** Normalize a raw context value: trim, treat empty as undefined. */
|
|
173
|
+
private cleanContext;
|
|
174
|
+
get MaxNewTagsPerRunValue(): number | null;
|
|
175
|
+
set MaxNewTagsPerRunValue(v: number | string | null);
|
|
176
|
+
get MaxNewTagsPerItemValue(): number | null;
|
|
177
|
+
set MaxNewTagsPerItemValue(v: number | string | null);
|
|
178
|
+
get MaxTokensPerRunValue(): number | null;
|
|
179
|
+
set MaxTokensPerRunValue(v: number | string | null);
|
|
180
|
+
get MaxCostPerRunValue(): number | null;
|
|
181
|
+
set MaxCostPerRunValue(v: number | string | null);
|
|
182
|
+
/**
|
|
183
|
+
* Coerce a possibly-blank input into a typed number. Returning undefined
|
|
184
|
+
* deletes the key from the persisted JSON when the setConfig spread is applied.
|
|
185
|
+
*/
|
|
186
|
+
private normalizeNullableNumber;
|
|
187
|
+
/** Human label for the currently-selected tag root (for the effective-values aside). */
|
|
188
|
+
private get tagRootLabel();
|
|
189
|
+
/**
|
|
190
|
+
* The effective value of each key knob + where it comes from. Since the tag
|
|
191
|
+
* classifier fields are source-level JSON (no content-type cascade), the
|
|
192
|
+
* effective value is the configured override or the documented default.
|
|
193
|
+
*/
|
|
194
|
+
get EffectiveValues(): EffectiveValueRow[];
|
|
195
|
+
/** True when the form's selected source type is Website — gates the crawler knobs. */
|
|
196
|
+
get IsWebsiteSourceTypeSelected(): boolean;
|
|
197
|
+
/** Whether the selected source type is the Entity type (name-based check) */
|
|
198
|
+
get IsEntitySourceTypeSelected(): boolean;
|
|
199
|
+
/** Whether the selected source type requires Content Type / File Type selection */
|
|
200
|
+
get SelectedSourceTypeRequiresContentType(): boolean;
|
|
201
|
+
/** Entities that have at least one EntityDocument configured */
|
|
202
|
+
get EntitiesWithDocuments(): {
|
|
203
|
+
ID: string;
|
|
204
|
+
Name: string;
|
|
205
|
+
}[];
|
|
206
|
+
/** Entity documents for the selected entity */
|
|
207
|
+
get EntityDocOptionsForSelectedEntity(): {
|
|
208
|
+
ID: string;
|
|
209
|
+
Name: string;
|
|
210
|
+
}[];
|
|
211
|
+
/**
|
|
212
|
+
* The entity ID currently selected for an Entity-type source. The dynamic
|
|
213
|
+
* entity-picker stores its value under its field Key (conventionally
|
|
214
|
+
* 'EntityID') in FormSourceSpecificConfig; fall back to FormSourceEntityID.
|
|
215
|
+
*/
|
|
216
|
+
get SelectedEntityID(): string;
|
|
217
|
+
/** EntityInfo for the currently-selected entity, or null. */
|
|
218
|
+
private get selectedEntityInfo();
|
|
219
|
+
/** Display name of the selected entity (for the callout + auto-filled doc name). */
|
|
220
|
+
get SelectedEntityName(): string;
|
|
221
|
+
/**
|
|
222
|
+
* True when an Entity source type is selected, an entity is chosen, and that
|
|
223
|
+
* entity has NO active Entity Document — the trigger for the inline create UI.
|
|
224
|
+
*/
|
|
225
|
+
get SelectedEntityHasNoDocument(): boolean;
|
|
226
|
+
/** Fields of the selected entity, for the field-picker in the inline create form. */
|
|
227
|
+
get SelectedEntityFields(): {
|
|
228
|
+
Name: string;
|
|
229
|
+
DisplayName: string;
|
|
230
|
+
}[];
|
|
231
|
+
/** Open the inline Entity Document create sub-form, auto-filling sensible defaults. */
|
|
232
|
+
OpenInlineEntityDocForm(): void;
|
|
233
|
+
CancelInlineEntityDocForm(): void;
|
|
234
|
+
/** Number of currently-selected fields (template-facing). */
|
|
235
|
+
get SelectedEntityDocFieldCount(): number;
|
|
236
|
+
/**
|
|
237
|
+
* Create a new Entity Document for the selected entity, then select it on the
|
|
238
|
+
* form. Builds a simple template body referencing the chosen fields. The
|
|
239
|
+
* Entity Document entity has several NOT NULL FKs (Type, VectorDatabase,
|
|
240
|
+
* Template, AIModel) populated from cached Knowledge Hub / AI metadata.
|
|
241
|
+
*/
|
|
242
|
+
CreateInlineEntityDocument(): Promise<void>;
|
|
243
|
+
/** Stores source-type-specific config values keyed by RequiredFields[].Key */
|
|
244
|
+
FormSourceSpecificConfig: Record<string, string>;
|
|
245
|
+
/** Available MJ Storage provider keys for the storage-provider-picker widget */
|
|
246
|
+
StorageProviderOptions: string[];
|
|
247
|
+
/**
|
|
248
|
+
* The RequiredFields array from the selected source type's ConfigurationObject.
|
|
249
|
+
* Drives dynamic form rendering — each field becomes a widget.
|
|
250
|
+
*/
|
|
251
|
+
get SelectedSourceTypeFields(): MJContentSourceTypeEntity_IContentSourceTypeField[];
|
|
252
|
+
/**
|
|
253
|
+
* Get dependent options for a field (e.g., entity-doc-picker depends on entity-picker).
|
|
254
|
+
* Returns entity documents for the entity selected in the dependent field.
|
|
255
|
+
*/
|
|
256
|
+
GetDependentOptions(field: MJContentSourceTypeEntity_IContentSourceTypeField): {
|
|
257
|
+
ID: string;
|
|
258
|
+
Name: string;
|
|
259
|
+
}[];
|
|
260
|
+
/**
|
|
261
|
+
* Handle a source-specific field value change.
|
|
262
|
+
* For entity-picker: auto-select the first entity doc if only one exists.
|
|
263
|
+
*/
|
|
264
|
+
OnSourceFieldChanged(fieldKey: string): void;
|
|
265
|
+
SourceTypeOptions: DropdownOption[];
|
|
266
|
+
ContentTypeOptions: DropdownOption[];
|
|
267
|
+
FileTypeOptions: DropdownOption[];
|
|
268
|
+
AIModelOptions: DropdownOption[];
|
|
269
|
+
EmbeddingModelOptions: DropdownOption[];
|
|
270
|
+
VectorIndexOptions: DropdownOption[];
|
|
271
|
+
AIModelVendorBranch: TreeBranchConfig;
|
|
272
|
+
AllModelsLeaf: TreeLeafConfig;
|
|
273
|
+
/** Branch config filtered to only vendors that have at least one embedding model */
|
|
274
|
+
EmbeddingVendorBranch: TreeBranchConfig;
|
|
275
|
+
EmbeddingModelsLeaf: TreeLeafConfig;
|
|
276
|
+
/** Convert a string ID to a CompositeKey for tree-dropdown binding */
|
|
277
|
+
ToCompositeKey(id: string | null | undefined): CompositeKey | null;
|
|
278
|
+
/** Extract the ID string from a CompositeKey (from tree-dropdown ValueChange) */
|
|
279
|
+
FromCompositeKey(key: CompositeKey | CompositeKey[] | null): string;
|
|
280
|
+
OpenAddSource(): Promise<void>;
|
|
281
|
+
OpenEditSource(card: SourceCard): Promise<void>;
|
|
282
|
+
OpenAddType(): Promise<void>;
|
|
283
|
+
OpenEditType(card: ContentTypeCard): Promise<void>;
|
|
284
|
+
/**
|
|
285
|
+
* Open the full entity form for the source currently being edited in the
|
|
286
|
+
* slide-in. Quick-edit covers the most-used knobs; the entity form (with
|
|
287
|
+
* the dynamically-mounted BaseFormPanel slots) exposes everything else
|
|
288
|
+
* — taxonomy mode, thresholds, all five run-budget caps, URL pattern,
|
|
289
|
+
* root URL, etc. The host owns NavigationService, so navigation bubbles up.
|
|
290
|
+
*/
|
|
291
|
+
OpenAdvancedSourceSettings(): void;
|
|
292
|
+
SaveSource(): Promise<void>;
|
|
293
|
+
SaveContentType(): Promise<void>;
|
|
294
|
+
CloseForm(): void;
|
|
295
|
+
/**
|
|
296
|
+
* Raw `MJ: Content Sources` rows, forwarded by the host so `OpenEditSource`
|
|
297
|
+
* can hydrate the quick-edit knobs from the source's Configuration JSON. The
|
|
298
|
+
* card the Sources tab passes doesn't carry the full Configuration blob.
|
|
299
|
+
*/
|
|
300
|
+
RawSources: Record<string, unknown>[];
|
|
301
|
+
private ensureFormDropdownsLoaded;
|
|
302
|
+
/**
|
|
303
|
+
* Resolve the Knowledge Hub Application ID by name (cached per dialog instance).
|
|
304
|
+
* Returns null when no such application exists.
|
|
305
|
+
*/
|
|
306
|
+
private khApplicationID;
|
|
307
|
+
private resolveKnowledgeHubApplicationID;
|
|
308
|
+
/** Read the org-level classification context for the effective-context preview. */
|
|
309
|
+
private loadOrgClassificationContext;
|
|
310
|
+
private resetSourceForm;
|
|
311
|
+
/** Show / hide the inline effective-values panel in the Classification section. */
|
|
312
|
+
ToggleEffectiveValues(): void;
|
|
313
|
+
/** Clamp a candidate width to the allowed range (min .. 90% of viewport). */
|
|
314
|
+
private clampPanelWidth;
|
|
315
|
+
/**
|
|
316
|
+
* Restore the remembered panel width from UserInfoEngine (a synchronous cache
|
|
317
|
+
* read), falling back to the default. Called when a source form is opened.
|
|
318
|
+
*/
|
|
319
|
+
private restorePanelWidth;
|
|
320
|
+
/**
|
|
321
|
+
* Begin a left-edge resize drag. The panel slides in from the right, so the
|
|
322
|
+
* resizable edge is its LEFT edge: dragging left widens the panel.
|
|
323
|
+
*/
|
|
324
|
+
StartResize(event: MouseEvent): void;
|
|
325
|
+
/** Tear down the active drag listeners and persist the final width. */
|
|
326
|
+
private endResize;
|
|
327
|
+
ngOnDestroy(): void;
|
|
328
|
+
private resetTypeForm;
|
|
329
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClassifySourceTypeFormDialogComponent, never>;
|
|
330
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClassifySourceTypeFormDialogComponent, "classify-source-type-form-dialog", never, {}, { "Saved": "Saved"; "ContentTypeMissing": "ContentTypeMissing"; "NavigateToRecordRequested": "NavigateToRecordRequested"; }, never, never, false, never>;
|
|
331
|
+
}
|
|
332
|
+
export {};
|
|
333
|
+
//# sourceMappingURL=source-type-form.dialog.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-type-form.dialog.component.d.ts","sourceRoot":"","sources":["../../../../../src/AI/components/autotagging/dialogs/source-type-form.dialog.component.ts"],"names":[],"mappings":"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"}
|