@memberjunction/ng-dashboards 3.4.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +102 -339
- package/dist/AI/components/agents/agent-configuration.component.d.ts +12 -5
- package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-configuration.component.js +103 -44
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/agents/agent-editor.component.d.ts +14 -5
- package/dist/AI/components/agents/agent-editor.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-editor.component.js +149 -211
- package/dist/AI/components/agents/agent-editor.component.js.map +1 -1
- package/dist/AI/components/agents/agent-filter-panel.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-filter-panel.component.js +4 -4
- package/dist/AI/components/agents/agent-filter-panel.component.js.map +1 -1
- package/dist/AI/components/charts/performance-heatmap.component.d.ts.map +1 -1
- package/dist/AI/components/charts/performance-heatmap.component.js +4 -6
- package/dist/AI/components/charts/performance-heatmap.component.js.map +1 -1
- package/dist/AI/components/charts/time-series-chart.component.d.ts.map +1 -1
- package/dist/AI/components/charts/time-series-chart.component.js +6 -7
- package/dist/AI/components/charts/time-series-chart.component.js.map +1 -1
- package/dist/AI/components/execution-monitoring.component.d.ts +0 -4
- package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -1
- package/dist/AI/components/execution-monitoring.component.js +33 -37
- package/dist/AI/components/execution-monitoring.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.d.ts +3 -6
- package/dist/AI/components/models/model-management.component.d.ts.map +1 -1
- package/dist/AI/components/models/model-management.component.js +34 -27
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/model-prompt-priority-matrix.component.d.ts.map +1 -1
- package/dist/AI/components/prompts/model-prompt-priority-matrix.component.js +22 -17
- package/dist/AI/components/prompts/model-prompt-priority-matrix.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-filter-panel.component.d.ts.map +1 -1
- package/dist/AI/components/prompts/prompt-filter-panel.component.js +4 -4
- package/dist/AI/components/prompts/prompt-filter-panel.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.d.ts +3 -6
- package/dist/AI/components/prompts/prompt-management.component.d.ts.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +34 -32
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-version-control.component.d.ts.map +1 -1
- package/dist/AI/components/prompts/prompt-version-control.component.js +33 -28
- package/dist/AI/components/prompts/prompt-version-control.component.js.map +1 -1
- package/dist/AI/components/system/system-config-filter-panel.component.d.ts.map +1 -1
- package/dist/AI/components/system/system-config-filter-panel.component.js +4 -4
- package/dist/AI/components/system/system-config-filter-panel.component.js.map +1 -1
- package/dist/AI/components/system/system-configuration.component.d.ts +0 -4
- package/dist/AI/components/system/system-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +26 -27
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/widgets/kpi-card.component.d.ts.map +1 -1
- package/dist/AI/components/widgets/kpi-card.component.js +52 -42
- package/dist/AI/components/widgets/kpi-card.component.js.map +1 -1
- package/dist/AI/components/widgets/live-execution-widget.component.d.ts.map +1 -1
- package/dist/AI/components/widgets/live-execution-widget.component.js +7 -7
- package/dist/AI/components/widgets/live-execution-widget.component.js.map +1 -1
- package/dist/APIKeys/api-applications-panel.component.d.ts +0 -2
- package/dist/APIKeys/api-applications-panel.component.d.ts.map +1 -1
- package/dist/APIKeys/api-applications-panel.component.js +193 -189
- package/dist/APIKeys/api-applications-panel.component.js.map +1 -1
- package/dist/APIKeys/api-key-create-dialog.component.d.ts +0 -2
- package/dist/APIKeys/api-key-create-dialog.component.d.ts.map +1 -1
- package/dist/APIKeys/api-key-create-dialog.component.js +175 -180
- package/dist/APIKeys/api-key-create-dialog.component.js.map +1 -1
- package/dist/APIKeys/api-key-edit-panel.component.d.ts +0 -2
- package/dist/APIKeys/api-key-edit-panel.component.d.ts.map +1 -1
- package/dist/APIKeys/api-key-edit-panel.component.js +231 -225
- package/dist/APIKeys/api-key-edit-panel.component.js.map +1 -1
- package/dist/APIKeys/api-key-list.component.d.ts +0 -2
- package/dist/APIKeys/api-key-list.component.d.ts.map +1 -1
- package/dist/APIKeys/api-key-list.component.js +113 -114
- package/dist/APIKeys/api-key-list.component.js.map +1 -1
- package/dist/APIKeys/api-keys-resource.component.d.ts +0 -2
- package/dist/APIKeys/api-keys-resource.component.d.ts.map +1 -1
- package/dist/APIKeys/api-keys-resource.component.js +294 -302
- package/dist/APIKeys/api-keys-resource.component.js.map +1 -1
- package/dist/APIKeys/api-scopes-panel.component.d.ts +0 -2
- package/dist/APIKeys/api-scopes-panel.component.d.ts.map +1 -1
- package/dist/APIKeys/api-scopes-panel.component.js +151 -155
- package/dist/APIKeys/api-scopes-panel.component.js.map +1 -1
- package/dist/APIKeys/api-usage-panel.component.d.ts +0 -2
- package/dist/APIKeys/api-usage-panel.component.d.ts.map +1 -1
- package/dist/APIKeys/api-usage-panel.component.js +237 -234
- package/dist/APIKeys/api-usage-panel.component.js.map +1 -1
- package/dist/Actions/components/actions-list-view.component.d.ts.map +1 -1
- package/dist/Actions/components/actions-list-view.component.js +15 -14
- package/dist/Actions/components/actions-list-view.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.d.ts +3 -6
- package/dist/Actions/components/actions-overview.component.d.ts.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +17 -19
- package/dist/Actions/components/actions-overview.component.js.map +1 -1
- package/dist/Actions/components/categories-list-view.component.d.ts.map +1 -1
- package/dist/Actions/components/categories-list-view.component.js +6 -6
- package/dist/Actions/components/categories-list-view.component.js.map +1 -1
- package/dist/Actions/components/code-management.component.d.ts +0 -4
- package/dist/Actions/components/code-management.component.d.ts.map +1 -1
- package/dist/Actions/components/code-management.component.js +3 -9
- package/dist/Actions/components/code-management.component.js.map +1 -1
- package/dist/Actions/components/entity-integration.component.d.ts +0 -4
- package/dist/Actions/components/entity-integration.component.d.ts.map +1 -1
- package/dist/Actions/components/entity-integration.component.js +3 -9
- package/dist/Actions/components/entity-integration.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.d.ts +3 -6
- package/dist/Actions/components/execution-monitoring.component.d.ts.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +13 -16
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Actions/components/executions-list-view.component.d.ts.map +1 -1
- package/dist/Actions/components/executions-list-view.component.js +3 -3
- package/dist/Actions/components/executions-list-view.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-breadcrumb.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-breadcrumb.component.js +6 -6
- package/dist/Actions/components/explorer/action-breadcrumb.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-card.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-card.component.js +11 -10
- package/dist/Actions/components/explorer/action-card.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.d.ts +0 -4
- package/dist/Actions/components/explorer/action-explorer.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.js +10 -14
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-list-item.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-list-item.component.js +8 -8
- package/dist/Actions/components/explorer/action-list-item.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-toolbar.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-toolbar.component.js +15 -14
- package/dist/Actions/components/explorer/action-toolbar.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-tree-panel.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-tree-panel.component.js +11 -10
- package/dist/Actions/components/explorer/action-tree-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/index.d.ts +0 -1
- package/dist/Actions/components/explorer/index.d.ts.map +1 -1
- package/dist/Actions/components/explorer/index.js +0 -4
- package/dist/Actions/components/explorer/index.js.map +1 -1
- package/dist/Actions/components/explorer/new-action-panel.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/new-action-panel.component.js +10 -10
- package/dist/Actions/components/explorer/new-action-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/new-category-panel.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/new-category-panel.component.js +8 -8
- package/dist/Actions/components/explorer/new-category-panel.component.js.map +1 -1
- package/dist/Actions/components/scheduled-actions.component.d.ts +0 -4
- package/dist/Actions/components/scheduled-actions.component.d.ts.map +1 -1
- package/dist/Actions/components/scheduled-actions.component.js +3 -9
- package/dist/Actions/components/scheduled-actions.component.js.map +1 -1
- package/dist/Actions/components/security-permissions.component.d.ts +0 -4
- package/dist/Actions/components/security-permissions.component.d.ts.map +1 -1
- package/dist/Actions/components/security-permissions.component.js +3 -9
- package/dist/Actions/components/security-permissions.component.js.map +1 -1
- package/dist/Actions/index.d.ts +0 -7
- package/dist/Actions/index.d.ts.map +1 -1
- package/dist/Actions/index.js +0 -8
- package/dist/Actions/index.js.map +1 -1
- package/dist/Communication/communication-dashboard.component.d.ts +0 -1
- package/dist/Communication/communication-dashboard.component.d.ts.map +1 -1
- package/dist/Communication/communication-dashboard.component.js +38 -51
- package/dist/Communication/communication-dashboard.component.js.map +1 -1
- package/dist/Communication/communication-logs-resource.component.d.ts +0 -4
- package/dist/Communication/communication-logs-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-logs-resource.component.js +112 -108
- package/dist/Communication/communication-logs-resource.component.js.map +1 -1
- package/dist/Communication/communication-monitor-resource.component.d.ts +0 -4
- package/dist/Communication/communication-monitor-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-monitor-resource.component.js +210 -201
- package/dist/Communication/communication-monitor-resource.component.js.map +1 -1
- package/dist/Communication/communication-providers-resource.component.d.ts +0 -4
- package/dist/Communication/communication-providers-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-providers-resource.component.js +136 -124
- package/dist/Communication/communication-providers-resource.component.js.map +1 -1
- package/dist/Communication/communication-runs-resource.component.d.ts +0 -4
- package/dist/Communication/communication-runs-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-runs-resource.component.js +91 -88
- package/dist/Communication/communication-runs-resource.component.js.map +1 -1
- package/dist/Communication/communication-templates-resource.component.d.ts +0 -4
- package/dist/Communication/communication-templates-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-templates-resource.component.js +139 -122
- package/dist/Communication/communication-templates-resource.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +0 -4
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +21 -20
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- 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 +11 -12
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +25 -22
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +16 -16
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/browser/component-browser.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/browser/component-browser.component.js +23 -21
- package/dist/ComponentStudio/components/browser/component-browser.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +10 -10
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +13 -13
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/requirements-editor.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +7 -7
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/spec-editor.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +5 -5
- package/dist/ComponentStudio/components/editors/spec-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +4 -4
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +9 -9
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/text-import-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/text-import-dialog.component.js +4 -4
- package/dist/ComponentStudio/components/text-import-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/component-preview.component.js +10 -9
- package/dist/ComponentStudio/components/workspace/component-preview.component.js.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js +4 -4
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js.map +1 -1
- package/dist/Credentials/components/credentials-audit-resource.component.d.ts +0 -1
- package/dist/Credentials/components/credentials-audit-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-audit-resource.component.js +200 -196
- package/dist/Credentials/components/credentials-audit-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.d.ts +0 -1
- package/dist/Credentials/components/credentials-categories-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +195 -190
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.d.ts +0 -1
- package/dist/Credentials/components/credentials-list-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +251 -240
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-overview-resource.component.d.ts +0 -1
- package/dist/Credentials/components/credentials-overview-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-overview-resource.component.js +228 -226
- package/dist/Credentials/components/credentials-overview-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.d.ts +0 -1
- package/dist/Credentials/components/credentials-types-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +214 -210
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/Credentials/credentials-dashboard.component.d.ts +0 -1
- package/dist/Credentials/credentials-dashboard.component.d.ts.map +1 -1
- package/dist/Credentials/credentials-dashboard.component.js +31 -44
- package/dist/Credentials/credentials-dashboard.component.js.map +1 -1
- package/dist/Credentials/pipes/group-by.pipe.d.ts.map +1 -1
- package/dist/Credentials/pipes/group-by.pipe.js +2 -1
- package/dist/Credentials/pipes/group-by.pipe.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts +0 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js +73 -80
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-share-dialog.component.d.ts.map +1 -1
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js +46 -45
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js.map +1 -1
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.d.ts.map +1 -1
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js +7 -7
- package/dist/DataExplorer/components/filter-dialog/filter-dialog.component.js.map +1 -1
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts.map +1 -1
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.js +15 -15
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.js.map +1 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts.map +1 -1
- package/dist/DataExplorer/components/view-selector/view-selector.component.js +17 -11
- package/dist/DataExplorer/components/view-selector/view-selector.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +2 -4
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +83 -64
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts +0 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.js +3 -6
- package/dist/DataExplorer/data-explorer-resource.component.js.map +1 -1
- package/dist/DataExplorer/index.d.ts +2 -2
- package/dist/DataExplorer/index.d.ts.map +1 -1
- package/dist/DataExplorer/index.js +2 -2
- package/dist/DataExplorer/index.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts +0 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.d.ts.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +6 -7
- package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
- package/dist/Home/home-application.d.ts +109 -27
- package/dist/Home/home-application.d.ts.map +1 -1
- package/dist/Home/home-application.js +351 -75
- package/dist/Home/home-application.js.map +1 -1
- package/dist/Home/home-dashboard.component.d.ts +48 -12
- package/dist/Home/home-dashboard.component.d.ts.map +1 -1
- package/dist/Home/home-dashboard.component.js +267 -187
- package/dist/Home/home-dashboard.component.js.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.d.ts +0 -1
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +761 -685
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-categories-resource.component.d.ts +0 -1
- package/dist/Lists/components/lists-categories-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-categories-resource.component.js +340 -316
- package/dist/Lists/components/lists-categories-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.d.ts +0 -1
- package/dist/Lists/components/lists-my-lists-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +530 -482
- package/dist/Lists/components/lists-my-lists-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-operations-resource.component.d.ts +0 -1
- package/dist/Lists/components/lists-operations-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-operations-resource.component.js +508 -455
- package/dist/Lists/components/lists-operations-resource.component.js.map +1 -1
- package/dist/Lists/components/venn-diagram/venn-diagram.component.d.ts.map +1 -1
- package/dist/Lists/components/venn-diagram/venn-diagram.component.js +44 -39
- package/dist/Lists/components/venn-diagram/venn-diagram.component.js.map +1 -1
- package/dist/Lists/index.d.ts +0 -1
- package/dist/Lists/index.d.ts.map +1 -1
- package/dist/Lists/index.js +0 -11
- package/dist/Lists/index.js.map +1 -1
- package/dist/MCP/components/mcp-connection-dialog.component.d.ts +0 -4
- package/dist/MCP/components/mcp-connection-dialog.component.d.ts.map +1 -1
- package/dist/MCP/components/mcp-connection-dialog.component.js +33 -39
- package/dist/MCP/components/mcp-connection-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-log-detail-panel.component.d.ts +0 -4
- package/dist/MCP/components/mcp-log-detail-panel.component.d.ts.map +1 -1
- package/dist/MCP/components/mcp-log-detail-panel.component.js +42 -44
- package/dist/MCP/components/mcp-log-detail-panel.component.js.map +1 -1
- package/dist/MCP/components/mcp-server-dialog.component.d.ts +3 -4
- package/dist/MCP/components/mcp-server-dialog.component.d.ts.map +1 -1
- package/dist/MCP/components/mcp-server-dialog.component.js +186 -77
- package/dist/MCP/components/mcp-server-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-test-tool-dialog.component.d.ts +0 -4
- package/dist/MCP/components/mcp-test-tool-dialog.component.d.ts.map +1 -1
- package/dist/MCP/components/mcp-test-tool-dialog.component.js +187 -187
- package/dist/MCP/components/mcp-test-tool-dialog.component.js.map +1 -1
- package/dist/MCP/index.d.ts +5 -5
- package/dist/MCP/index.d.ts.map +1 -1
- package/dist/MCP/index.js +5 -5
- package/dist/MCP/index.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.d.ts +65 -7
- package/dist/MCP/mcp-dashboard.component.d.ts.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +976 -697
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/MCP/mcp-filter-panel.component.d.ts +54 -0
- package/dist/MCP/mcp-filter-panel.component.d.ts.map +1 -0
- package/dist/MCP/mcp-filter-panel.component.js +288 -0
- package/dist/MCP/mcp-filter-panel.component.js.map +1 -0
- package/dist/MCP/mcp-resource.component.d.ts +11 -5
- package/dist/MCP/mcp-resource.component.d.ts.map +1 -1
- package/dist/MCP/mcp-resource.component.js +8 -9
- package/dist/MCP/mcp-resource.component.js.map +1 -1
- package/dist/MCP/mcp.module.d.ts +16 -19
- package/dist/MCP/mcp.module.d.ts.map +1 -1
- package/dist/MCP/mcp.module.js +17 -26
- package/dist/MCP/mcp.module.js.map +1 -1
- package/dist/MCP/services/mcp-tools.service.d.ts +10 -4
- package/dist/MCP/services/mcp-tools.service.d.ts.map +1 -1
- package/dist/MCP/services/mcp-tools.service.js +5 -6
- package/dist/MCP/services/mcp-tools.service.js.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts +0 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.js +79 -88
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
- package/dist/Scheduling/components/job-slideout.component.d.ts.map +1 -1
- package/dist/Scheduling/components/job-slideout.component.js +117 -116
- package/dist/Scheduling/components/job-slideout.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-activity-resource.component.d.ts +0 -4
- package/dist/Scheduling/components/scheduling-activity-resource.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-activity-resource.component.js +3 -9
- package/dist/Scheduling/components/scheduling-activity-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 +134 -134
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs-resource.component.d.ts +0 -4
- package/dist/Scheduling/components/scheduling-jobs-resource.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs-resource.component.js +3 -9
- package/dist/Scheduling/components/scheduling-jobs-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +102 -97
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview-resource.component.d.ts +0 -4
- package/dist/Scheduling/components/scheduling-overview-resource.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-overview-resource.component.js +3 -9
- package/dist/Scheduling/components/scheduling-overview-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.js +127 -122
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.d.ts +0 -1
- package/dist/Scheduling/scheduling-dashboard.component.d.ts.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +35 -43
- package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts +0 -4
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.js +1552 -1534
- package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
- package/dist/Testing/components/testing-analytics-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-analytics-resource.component.js +3 -3
- package/dist/Testing/components/testing-analytics-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-analytics.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-analytics.component.js +30 -30
- package/dist/Testing/components/testing-analytics.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js +3 -3
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.js +7 -7
- package/dist/Testing/components/testing-dashboard-tab.component.js.map +1 -1
- package/dist/Testing/components/testing-explorer-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer-resource.component.js +3 -3
- package/dist/Testing/components/testing-explorer-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +42 -35
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/components/testing-review-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-review-resource.component.js +3 -3
- package/dist/Testing/components/testing-review-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-review.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-review.component.js +16 -16
- package/dist/Testing/components/testing-review.component.js.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.js +3 -3
- package/dist/Testing/components/testing-runs-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-runs.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-runs.component.js +15 -15
- package/dist/Testing/components/testing-runs.component.js.map +1 -1
- package/dist/Testing/components/widgets/oracle-breakdown-table.component.d.ts.map +1 -1
- package/dist/Testing/components/widgets/oracle-breakdown-table.component.js +73 -61
- package/dist/Testing/components/widgets/oracle-breakdown-table.component.js.map +1 -1
- package/dist/Testing/components/widgets/suite-tree.component.d.ts.map +1 -1
- package/dist/Testing/components/widgets/suite-tree.component.js +34 -31
- package/dist/Testing/components/widgets/suite-tree.component.js.map +1 -1
- package/dist/Testing/components/widgets/test-run-detail-panel.component.d.ts.map +1 -1
- package/dist/Testing/components/widgets/test-run-detail-panel.component.js +180 -171
- package/dist/Testing/components/widgets/test-run-detail-panel.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.d.ts +0 -1
- package/dist/Testing/testing-dashboard.component.d.ts.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +9 -8
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/VersionHistory/components/diff-resource.component.d.ts +119 -0
- package/dist/VersionHistory/components/diff-resource.component.d.ts.map +1 -0
- package/dist/VersionHistory/components/diff-resource.component.js +1162 -0
- package/dist/VersionHistory/components/diff-resource.component.js.map +1 -0
- package/dist/VersionHistory/components/graph-resource.component.d.ts +67 -0
- package/dist/VersionHistory/components/graph-resource.component.d.ts.map +1 -0
- package/dist/VersionHistory/components/graph-resource.component.js +521 -0
- package/dist/VersionHistory/components/graph-resource.component.js.map +1 -0
- package/dist/VersionHistory/components/index.d.ts +5 -0
- package/dist/VersionHistory/components/index.d.ts.map +1 -0
- package/dist/VersionHistory/components/index.js +5 -0
- package/dist/VersionHistory/components/index.js.map +1 -0
- package/dist/VersionHistory/components/labels-resource.component.d.ts +89 -0
- package/dist/VersionHistory/components/labels-resource.component.d.ts.map +1 -0
- package/dist/VersionHistory/components/labels-resource.component.js +968 -0
- package/dist/VersionHistory/components/labels-resource.component.js.map +1 -0
- package/dist/VersionHistory/components/restore-resource.component.d.ts +40 -0
- package/dist/VersionHistory/components/restore-resource.component.d.ts.map +1 -0
- package/dist/VersionHistory/components/restore-resource.component.js +472 -0
- package/dist/VersionHistory/components/restore-resource.component.js.map +1 -0
- package/dist/VersionHistory/index.d.ts +2 -0
- package/dist/VersionHistory/index.d.ts.map +1 -0
- package/dist/VersionHistory/index.js +2 -0
- package/dist/VersionHistory/index.js.map +1 -0
- package/dist/module.d.ts +42 -36
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +41 -7
- package/dist/module.js.map +1 -1
- package/dist/public-api.d.ts +20 -19
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +22 -120
- package/dist/public-api.js.map +1 -1
- package/dist/shared/pipes/highlight-search.pipe.d.ts.map +1 -1
- package/dist/shared/pipes/highlight-search.pipe.js +2 -1
- package/dist/shared/pipes/highlight-search.pipe.js.map +1 -1
- package/package.json +64 -62
|
@@ -8,15 +8,14 @@ import { Validators } from '@angular/forms';
|
|
|
8
8
|
import { Metadata, CompositeKey } from '@memberjunction/core';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
import * as i1 from "@angular/forms";
|
|
11
|
-
import * as i2 from "@angular
|
|
12
|
-
import * as i3 from "@progress/kendo-angular-
|
|
13
|
-
import * as i4 from "@progress/kendo-angular-
|
|
14
|
-
import * as i5 from "@progress/kendo-angular-
|
|
15
|
-
import * as i6 from "@progress/kendo-angular-inputs";
|
|
11
|
+
import * as i2 from "@progress/kendo-angular-buttons";
|
|
12
|
+
import * as i3 from "@progress/kendo-angular-dialog";
|
|
13
|
+
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
14
|
+
import * as i5 from "@progress/kendo-angular-inputs";
|
|
16
15
|
const _c0 = () => ["Active", "Inactive"];
|
|
17
|
-
function
|
|
16
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
18
17
|
i0.ɵɵelementStart(0, "div", 3);
|
|
19
|
-
i0.ɵɵelement(1, "i",
|
|
18
|
+
i0.ɵɵelement(1, "i", 36);
|
|
20
19
|
i0.ɵɵtext(2);
|
|
21
20
|
i0.ɵɵelementEnd();
|
|
22
21
|
} if (rf & 2) {
|
|
@@ -24,16 +23,16 @@ function MCPServerDialogComponent_kendo_dialog_0_Conditional_2_Template(rf, ctx)
|
|
|
24
23
|
i0.ɵɵadvance(2);
|
|
25
24
|
i0.ɵɵtextInterpolate1(" ", ctx_r1.ErrorMessage, " ");
|
|
26
25
|
} }
|
|
27
|
-
function
|
|
26
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
28
27
|
i0.ɵɵelementStart(0, "span", 10);
|
|
29
28
|
i0.ɵɵtext(1, "Name is required");
|
|
30
29
|
i0.ɵɵelementEnd();
|
|
31
30
|
} }
|
|
32
|
-
function
|
|
33
|
-
i0.ɵɵelementStart(0, "div",
|
|
31
|
+
function MCPServerDialogComponent_Conditional_0_ng_template_32_Template(rf, ctx) { if (rf & 1) {
|
|
32
|
+
i0.ɵɵelementStart(0, "div", 37)(1, "span", 38);
|
|
34
33
|
i0.ɵɵtext(2);
|
|
35
34
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(3, "span",
|
|
35
|
+
i0.ɵɵelementStart(3, "span", 39);
|
|
37
36
|
i0.ɵɵtext(4);
|
|
38
37
|
i0.ɵɵelementEnd()();
|
|
39
38
|
} if (rf & 2) {
|
|
@@ -43,44 +42,44 @@ function MCPServerDialogComponent_kendo_dialog_0_ng_template_32_Template(rf, ctx
|
|
|
43
42
|
i0.ɵɵadvance(2);
|
|
44
43
|
i0.ɵɵtextInterpolate(dataItem_r3.description);
|
|
45
44
|
} }
|
|
46
|
-
function
|
|
45
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_33_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
47
46
|
i0.ɵɵelementStart(0, "span", 10);
|
|
48
47
|
i0.ɵɵtext(1, "Server URL is required for this transport type");
|
|
49
48
|
i0.ɵɵelementEnd();
|
|
50
49
|
} }
|
|
51
|
-
function
|
|
52
|
-
i0.ɵɵelementStart(0, "div", 6)(1, "label",
|
|
50
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_33_Template(rf, ctx) { if (rf & 1) {
|
|
51
|
+
i0.ɵɵelementStart(0, "div", 6)(1, "label", 40);
|
|
53
52
|
i0.ɵɵtext(2, "Server URL ");
|
|
54
53
|
i0.ɵɵelementStart(3, "span", 8);
|
|
55
54
|
i0.ɵɵtext(4, "*");
|
|
56
55
|
i0.ɵɵelementEnd()();
|
|
57
|
-
i0.ɵɵelement(5, "input",
|
|
58
|
-
i0.ɵɵ
|
|
56
|
+
i0.ɵɵelement(5, "input", 41);
|
|
57
|
+
i0.ɵɵconditionalCreate(6, MCPServerDialogComponent_Conditional_0_Conditional_33_Conditional_6_Template, 2, 0, "span", 10);
|
|
59
58
|
i0.ɵɵelementEnd();
|
|
60
59
|
} if (rf & 2) {
|
|
61
60
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
62
61
|
i0.ɵɵadvance(6);
|
|
63
62
|
i0.ɵɵconditional(ctx_r1.hasError("ServerURL", "required") ? 6 : -1);
|
|
64
63
|
} }
|
|
65
|
-
function
|
|
64
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_34_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
66
65
|
i0.ɵɵelementStart(0, "span", 10);
|
|
67
66
|
i0.ɵɵtext(1, "Command is required for Stdio transport");
|
|
68
67
|
i0.ɵɵelementEnd();
|
|
69
68
|
} }
|
|
70
|
-
function
|
|
71
|
-
i0.ɵɵelementStart(0, "div", 6)(1, "label",
|
|
69
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_34_Template(rf, ctx) { if (rf & 1) {
|
|
70
|
+
i0.ɵɵelementStart(0, "div", 6)(1, "label", 42);
|
|
72
71
|
i0.ɵɵtext(2, "Command ");
|
|
73
72
|
i0.ɵɵelementStart(3, "span", 8);
|
|
74
73
|
i0.ɵɵtext(4, "*");
|
|
75
74
|
i0.ɵɵelementEnd()();
|
|
76
|
-
i0.ɵɵelement(5, "input",
|
|
77
|
-
i0.ɵɵ
|
|
75
|
+
i0.ɵɵelement(5, "input", 43);
|
|
76
|
+
i0.ɵɵconditionalCreate(6, MCPServerDialogComponent_Conditional_0_Conditional_34_Conditional_6_Template, 2, 0, "span", 10);
|
|
78
77
|
i0.ɵɵelementEnd();
|
|
79
|
-
i0.ɵɵelementStart(7, "div", 6)(8, "label",
|
|
78
|
+
i0.ɵɵelementStart(7, "div", 6)(8, "label", 44);
|
|
80
79
|
i0.ɵɵtext(9, "Command Arguments (JSON array)");
|
|
81
80
|
i0.ɵɵelementEnd();
|
|
82
|
-
i0.ɵɵelement(10, "input",
|
|
83
|
-
i0.ɵɵelementStart(11, "span",
|
|
81
|
+
i0.ɵɵelement(10, "input", 45);
|
|
82
|
+
i0.ɵɵelementStart(11, "span", 32);
|
|
84
83
|
i0.ɵɵtext(12, "JSON array of command line arguments");
|
|
85
84
|
i0.ɵɵelementEnd()();
|
|
86
85
|
} if (rf & 2) {
|
|
@@ -88,11 +87,11 @@ function MCPServerDialogComponent_kendo_dialog_0_Conditional_34_Template(rf, ctx
|
|
|
88
87
|
i0.ɵɵadvance(6);
|
|
89
88
|
i0.ɵɵconditional(ctx_r1.hasError("Command", "required") ? 6 : -1);
|
|
90
89
|
} }
|
|
91
|
-
function
|
|
92
|
-
i0.ɵɵelementStart(0, "div",
|
|
90
|
+
function MCPServerDialogComponent_Conditional_0_ng_template_43_Template(rf, ctx) { if (rf & 1) {
|
|
91
|
+
i0.ɵɵelementStart(0, "div", 46)(1, "span", 47);
|
|
93
92
|
i0.ɵɵtext(2);
|
|
94
93
|
i0.ɵɵelementEnd();
|
|
95
|
-
i0.ɵɵelementStart(3, "span",
|
|
94
|
+
i0.ɵɵelementStart(3, "span", 48);
|
|
96
95
|
i0.ɵɵtext(4);
|
|
97
96
|
i0.ɵɵelementEnd()();
|
|
98
97
|
} if (rf & 2) {
|
|
@@ -102,15 +101,74 @@ function MCPServerDialogComponent_kendo_dialog_0_ng_template_43_Template(rf, ctx
|
|
|
102
101
|
i0.ɵɵadvance(2);
|
|
103
102
|
i0.ɵɵtextInterpolate(dataItem_r4.description);
|
|
104
103
|
} }
|
|
105
|
-
function
|
|
106
|
-
i0.ɵɵ
|
|
104
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_44_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
105
|
+
i0.ɵɵelementStart(0, "span", 10);
|
|
106
|
+
i0.ɵɵtext(1, "OAuth Issuer URL is required for OAuth 2.0 authentication");
|
|
107
|
+
i0.ɵɵelementEnd();
|
|
108
|
+
} }
|
|
109
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_44_Template(rf, ctx) { if (rf & 1) {
|
|
110
|
+
i0.ɵɵelementStart(0, "div", 22)(1, "h3");
|
|
111
|
+
i0.ɵɵelement(2, "i", 49);
|
|
112
|
+
i0.ɵɵtext(3, " OAuth 2.0 Configuration");
|
|
113
|
+
i0.ɵɵelementEnd();
|
|
114
|
+
i0.ɵɵelementStart(4, "div", 6)(5, "label", 50);
|
|
115
|
+
i0.ɵɵtext(6, "OAuth Issuer URL ");
|
|
116
|
+
i0.ɵɵelementStart(7, "span", 8);
|
|
117
|
+
i0.ɵɵtext(8, "*");
|
|
118
|
+
i0.ɵɵelementEnd()();
|
|
119
|
+
i0.ɵɵelement(9, "input", 51);
|
|
120
|
+
i0.ɵɵconditionalCreate(10, MCPServerDialogComponent_Conditional_0_Conditional_44_Conditional_10_Template, 2, 0, "span", 10);
|
|
121
|
+
i0.ɵɵelementStart(11, "span", 32);
|
|
122
|
+
i0.ɵɵtext(12, "The authorization server's issuer URL (e.g., https://login.microsoftonline.com/tenant-id or https://your-domain.auth0.com)");
|
|
123
|
+
i0.ɵɵelementEnd()();
|
|
124
|
+
i0.ɵɵelementStart(13, "div", 6)(14, "label", 52);
|
|
125
|
+
i0.ɵɵtext(15, "OAuth Scopes");
|
|
126
|
+
i0.ɵɵelementEnd();
|
|
127
|
+
i0.ɵɵelement(16, "input", 53);
|
|
128
|
+
i0.ɵɵelementStart(17, "span", 32);
|
|
129
|
+
i0.ɵɵtext(18, "Space-separated list of OAuth scopes to request");
|
|
130
|
+
i0.ɵɵelementEnd()();
|
|
131
|
+
i0.ɵɵelementStart(19, "div", 6)(20, "label", 54);
|
|
132
|
+
i0.ɵɵtext(21, "Metadata Cache TTL (minutes)");
|
|
133
|
+
i0.ɵɵelementEnd();
|
|
134
|
+
i0.ɵɵelement(22, "kendo-numerictextbox", 55);
|
|
135
|
+
i0.ɵɵelementStart(23, "span", 32);
|
|
136
|
+
i0.ɵɵtext(24, "How long to cache OAuth metadata (default: 1440 minutes = 24 hours)");
|
|
137
|
+
i0.ɵɵelementEnd()();
|
|
138
|
+
i0.ɵɵelementStart(25, "div", 56)(26, "h4");
|
|
139
|
+
i0.ɵɵtext(27, "Pre-configured Client (Optional)");
|
|
140
|
+
i0.ɵɵelementEnd();
|
|
141
|
+
i0.ɵɵelementStart(28, "p", 57);
|
|
142
|
+
i0.ɵɵtext(29, "Leave blank to use Dynamic Client Registration (DCR). If the auth server doesn't support DCR, configure your client credentials here.");
|
|
143
|
+
i0.ɵɵelementEnd();
|
|
144
|
+
i0.ɵɵelementStart(30, "div", 6)(31, "label", 58);
|
|
145
|
+
i0.ɵɵtext(32, "Client ID");
|
|
146
|
+
i0.ɵɵelementEnd();
|
|
147
|
+
i0.ɵɵelement(33, "input", 59);
|
|
148
|
+
i0.ɵɵelementEnd();
|
|
149
|
+
i0.ɵɵelementStart(34, "div", 6)(35, "label", 60);
|
|
150
|
+
i0.ɵɵtext(36, "Client Secret");
|
|
151
|
+
i0.ɵɵelementEnd();
|
|
152
|
+
i0.ɵɵelement(37, "input", 61);
|
|
153
|
+
i0.ɵɵelementStart(38, "span", 32);
|
|
154
|
+
i0.ɵɵtext(39, "The secret will be encrypted before storage");
|
|
155
|
+
i0.ɵɵelementEnd()()()();
|
|
156
|
+
} if (rf & 2) {
|
|
157
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
158
|
+
i0.ɵɵadvance(10);
|
|
159
|
+
i0.ɵɵconditional(ctx_r1.hasError("OAuthIssuerURL", "required") ? 10 : -1);
|
|
160
|
+
i0.ɵɵadvance(12);
|
|
161
|
+
i0.ɵɵproperty("min", 5)("format", "n0");
|
|
162
|
+
} }
|
|
163
|
+
function MCPServerDialogComponent_Conditional_0_Conditional_66_Template(rf, ctx) { if (rf & 1) {
|
|
164
|
+
i0.ɵɵelement(0, "i", 34);
|
|
107
165
|
} }
|
|
108
|
-
function
|
|
166
|
+
function MCPServerDialogComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
109
167
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
110
168
|
i0.ɵɵelementStart(0, "kendo-dialog", 1);
|
|
111
|
-
i0.ɵɵlistener("close", function
|
|
169
|
+
i0.ɵɵlistener("close", function MCPServerDialogComponent_Conditional_0_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.cancel()); });
|
|
112
170
|
i0.ɵɵelementStart(1, "form", 2);
|
|
113
|
-
i0.ɵɵ
|
|
171
|
+
i0.ɵɵconditionalCreate(2, MCPServerDialogComponent_Conditional_0_Conditional_2_Template, 3, 1, "div", 3);
|
|
114
172
|
i0.ɵɵelementStart(3, "div", 4)(4, "h3");
|
|
115
173
|
i0.ɵɵelement(5, "i", 5);
|
|
116
174
|
i0.ɵɵtext(6, " Basic Information");
|
|
@@ -121,7 +179,7 @@ function MCPServerDialogComponent_kendo_dialog_0_Template(rf, ctx) { if (rf & 1)
|
|
|
121
179
|
i0.ɵɵtext(11, "*");
|
|
122
180
|
i0.ɵɵelementEnd()();
|
|
123
181
|
i0.ɵɵelement(12, "input", 9);
|
|
124
|
-
i0.ɵɵ
|
|
182
|
+
i0.ɵɵconditionalCreate(13, MCPServerDialogComponent_Conditional_0_Conditional_13_Template, 2, 0, "span", 10);
|
|
125
183
|
i0.ɵɵelementEnd();
|
|
126
184
|
i0.ɵɵelementStart(14, "div", 6)(15, "label", 11);
|
|
127
185
|
i0.ɵɵtext(16, "Description");
|
|
@@ -143,10 +201,11 @@ function MCPServerDialogComponent_kendo_dialog_0_Template(rf, ctx) { if (rf & 1)
|
|
|
143
201
|
i0.ɵɵtext(30, "*");
|
|
144
202
|
i0.ɵɵelementEnd()();
|
|
145
203
|
i0.ɵɵelementStart(31, "kendo-dropdownlist", 17);
|
|
146
|
-
i0.ɵɵlistener("valueChange", function
|
|
147
|
-
i0.ɵɵtemplate(32,
|
|
204
|
+
i0.ɵɵlistener("valueChange", function MCPServerDialogComponent_Conditional_0_Template_kendo_dropdownlist_valueChange_31_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onTransportTypeChange()); });
|
|
205
|
+
i0.ɵɵtemplate(32, MCPServerDialogComponent_Conditional_0_ng_template_32_Template, 5, 2, "ng-template", 18);
|
|
148
206
|
i0.ɵɵelementEnd()();
|
|
149
|
-
i0.ɵɵ
|
|
207
|
+
i0.ɵɵconditionalCreate(33, MCPServerDialogComponent_Conditional_0_Conditional_33_Template, 7, 1, "div", 6);
|
|
208
|
+
i0.ɵɵconditionalCreate(34, MCPServerDialogComponent_Conditional_0_Conditional_34_Template, 13, 1);
|
|
150
209
|
i0.ɵɵelementEnd();
|
|
151
210
|
i0.ɵɵelementStart(35, "div", 4)(36, "h3");
|
|
152
211
|
i0.ɵɵelement(37, "i", 19);
|
|
@@ -156,37 +215,39 @@ function MCPServerDialogComponent_kendo_dialog_0_Template(rf, ctx) { if (rf & 1)
|
|
|
156
215
|
i0.ɵɵtext(41, "Default Auth Type");
|
|
157
216
|
i0.ɵɵelementEnd();
|
|
158
217
|
i0.ɵɵelementStart(42, "kendo-dropdownlist", 21);
|
|
159
|
-
i0.ɵɵ
|
|
218
|
+
i0.ɵɵlistener("valueChange", function MCPServerDialogComponent_Conditional_0_Template_kendo_dropdownlist_valueChange_42_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onAuthTypeChange()); });
|
|
219
|
+
i0.ɵɵtemplate(43, MCPServerDialogComponent_Conditional_0_ng_template_43_Template, 5, 2, "ng-template", 18);
|
|
160
220
|
i0.ɵɵelementEnd()()();
|
|
161
|
-
i0.ɵɵ
|
|
162
|
-
i0.ɵɵ
|
|
163
|
-
i0.ɵɵ
|
|
221
|
+
i0.ɵɵconditionalCreate(44, MCPServerDialogComponent_Conditional_0_Conditional_44_Template, 40, 3, "div", 22);
|
|
222
|
+
i0.ɵɵelementStart(45, "div", 4)(46, "h3");
|
|
223
|
+
i0.ɵɵelement(47, "i", 23);
|
|
224
|
+
i0.ɵɵtext(48, " Rate Limiting");
|
|
164
225
|
i0.ɵɵelementEnd();
|
|
165
|
-
i0.ɵɵelementStart(
|
|
166
|
-
i0.ɵɵtext(
|
|
226
|
+
i0.ɵɵelementStart(49, "div", 24)(50, "div", 25)(51, "label", 26);
|
|
227
|
+
i0.ɵɵtext(52, "Requests per Minute");
|
|
167
228
|
i0.ɵɵelementEnd();
|
|
168
|
-
i0.ɵɵelement(
|
|
229
|
+
i0.ɵɵelement(53, "kendo-numerictextbox", 27);
|
|
169
230
|
i0.ɵɵelementEnd();
|
|
170
|
-
i0.ɵɵelementStart(
|
|
171
|
-
i0.ɵɵtext(
|
|
231
|
+
i0.ɵɵelementStart(54, "div", 25)(55, "label", 28);
|
|
232
|
+
i0.ɵɵtext(56, "Requests per Hour");
|
|
172
233
|
i0.ɵɵelementEnd();
|
|
173
|
-
i0.ɵɵelement(
|
|
234
|
+
i0.ɵɵelement(57, "kendo-numerictextbox", 29);
|
|
174
235
|
i0.ɵɵelementEnd()();
|
|
175
|
-
i0.ɵɵelementStart(
|
|
176
|
-
i0.ɵɵtext(
|
|
236
|
+
i0.ɵɵelementStart(58, "div", 6)(59, "label", 30);
|
|
237
|
+
i0.ɵɵtext(60, "Request Timeout (ms)");
|
|
177
238
|
i0.ɵɵelementEnd();
|
|
178
|
-
i0.ɵɵelement(
|
|
179
|
-
i0.ɵɵelementStart(
|
|
180
|
-
i0.ɵɵtext(
|
|
239
|
+
i0.ɵɵelement(61, "kendo-numerictextbox", 31);
|
|
240
|
+
i0.ɵɵelementStart(62, "span", 32);
|
|
241
|
+
i0.ɵɵtext(63, "Timeout for individual tool calls (1000-600000ms)");
|
|
181
242
|
i0.ɵɵelementEnd()()()();
|
|
182
|
-
i0.ɵɵelementStart(
|
|
183
|
-
i0.ɵɵlistener("click", function
|
|
184
|
-
i0.ɵɵ
|
|
185
|
-
i0.ɵɵtext(
|
|
186
|
-
i0.ɵɵelementEnd();
|
|
187
|
-
i0.ɵɵelementStart(
|
|
188
|
-
i0.ɵɵlistener("click", function
|
|
189
|
-
i0.ɵɵtext(
|
|
243
|
+
i0.ɵɵelementStart(64, "kendo-dialog-actions")(65, "button", 33);
|
|
244
|
+
i0.ɵɵlistener("click", function MCPServerDialogComponent_Conditional_0_Template_button_click_65_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.save()); });
|
|
245
|
+
i0.ɵɵconditionalCreate(66, MCPServerDialogComponent_Conditional_0_Conditional_66_Template, 1, 0, "i", 34);
|
|
246
|
+
i0.ɵɵtext(67);
|
|
247
|
+
i0.ɵɵelementEnd();
|
|
248
|
+
i0.ɵɵelementStart(68, "button", 35);
|
|
249
|
+
i0.ɵɵlistener("click", function MCPServerDialogComponent_Conditional_0_Template_button_click_68_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.cancel()); });
|
|
250
|
+
i0.ɵɵtext(69, "Cancel");
|
|
190
251
|
i0.ɵɵelementEnd()()();
|
|
191
252
|
} if (rf & 2) {
|
|
192
253
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -200,7 +261,7 @@ function MCPServerDialogComponent_kendo_dialog_0_Template(rf, ctx) { if (rf & 1)
|
|
|
200
261
|
i0.ɵɵadvance(4);
|
|
201
262
|
i0.ɵɵproperty("rows", 3);
|
|
202
263
|
i0.ɵɵadvance(4);
|
|
203
|
-
i0.ɵɵproperty("data", i0.ɵɵpureFunction0(
|
|
264
|
+
i0.ɵɵproperty("data", i0.ɵɵpureFunction0(27, _c0))("valuePrimitive", true);
|
|
204
265
|
i0.ɵɵadvance(10);
|
|
205
266
|
i0.ɵɵproperty("data", ctx_r1.transportTypes)("valuePrimitive", true);
|
|
206
267
|
i0.ɵɵadvance(2);
|
|
@@ -209,7 +270,9 @@ function MCPServerDialogComponent_kendo_dialog_0_Template(rf, ctx) { if (rf & 1)
|
|
|
209
270
|
i0.ɵɵconditional(ctx_r1.RequiresCommand ? 34 : -1);
|
|
210
271
|
i0.ɵɵadvance(8);
|
|
211
272
|
i0.ɵɵproperty("data", ctx_r1.authTypes)("valuePrimitive", true);
|
|
212
|
-
i0.ɵɵadvance(
|
|
273
|
+
i0.ɵɵadvance(2);
|
|
274
|
+
i0.ɵɵconditional(ctx_r1.IsOAuth2 ? 44 : -1);
|
|
275
|
+
i0.ɵɵadvance(9);
|
|
213
276
|
i0.ɵɵproperty("min", 0)("format", "n0");
|
|
214
277
|
i0.ɵɵadvance(4);
|
|
215
278
|
i0.ɵɵproperty("min", 0)("format", "n0");
|
|
@@ -218,7 +281,7 @@ function MCPServerDialogComponent_kendo_dialog_0_Template(rf, ctx) { if (rf & 1)
|
|
|
218
281
|
i0.ɵɵadvance(4);
|
|
219
282
|
i0.ɵɵproperty("disabled", ctx_r1.IsSaving);
|
|
220
283
|
i0.ɵɵadvance();
|
|
221
|
-
i0.ɵɵconditional(ctx_r1.IsSaving ?
|
|
284
|
+
i0.ɵɵconditional(ctx_r1.IsSaving ? 66 : -1);
|
|
222
285
|
i0.ɵɵadvance();
|
|
223
286
|
i0.ɵɵtextInterpolate1(" ", ctx_r1.IsEditMode ? "Update" : "Create", " ");
|
|
224
287
|
} }
|
|
@@ -272,6 +335,12 @@ export class MCPServerDialogComponent {
|
|
|
272
335
|
get RequiresCommand() {
|
|
273
336
|
return this.SelectedTransportType === 'Stdio';
|
|
274
337
|
}
|
|
338
|
+
get SelectedAuthType() {
|
|
339
|
+
return this.serverForm?.get('DefaultAuthType')?.value ?? 'None';
|
|
340
|
+
}
|
|
341
|
+
get IsOAuth2() {
|
|
342
|
+
return this.SelectedAuthType === 'OAuth2';
|
|
343
|
+
}
|
|
275
344
|
constructor(fb, cdr) {
|
|
276
345
|
this.fb = fb;
|
|
277
346
|
this.cdr = cdr;
|
|
@@ -299,7 +368,13 @@ export class MCPServerDialogComponent {
|
|
|
299
368
|
RateLimitPerMinute: [null, [Validators.min(0)]],
|
|
300
369
|
RateLimitPerHour: [null, [Validators.min(0)]],
|
|
301
370
|
RequestTimeoutMs: [60000, [Validators.min(1000), Validators.max(600000)]],
|
|
302
|
-
Status: ['Active']
|
|
371
|
+
Status: ['Active'],
|
|
372
|
+
// OAuth configuration fields
|
|
373
|
+
OAuthIssuerURL: [''],
|
|
374
|
+
OAuthScopes: [''],
|
|
375
|
+
OAuthMetadataCacheTTLMinutes: [1440, [Validators.min(5)]],
|
|
376
|
+
OAuthClientID: [''],
|
|
377
|
+
OAuthClientSecretEncrypted: ['']
|
|
303
378
|
});
|
|
304
379
|
}
|
|
305
380
|
initializeForm() {
|
|
@@ -315,7 +390,13 @@ export class MCPServerDialogComponent {
|
|
|
315
390
|
RateLimitPerMinute: this.server.RateLimitPerMinute,
|
|
316
391
|
RateLimitPerHour: this.server.RateLimitPerHour,
|
|
317
392
|
RequestTimeoutMs: 60000,
|
|
318
|
-
Status: this.server.Status
|
|
393
|
+
Status: this.server.Status,
|
|
394
|
+
// OAuth configuration fields
|
|
395
|
+
OAuthIssuerURL: this.server.OAuthIssuerURL ?? '',
|
|
396
|
+
OAuthScopes: this.server.OAuthScopes ?? '',
|
|
397
|
+
OAuthMetadataCacheTTLMinutes: this.server.OAuthMetadataCacheTTLMinutes ?? 1440,
|
|
398
|
+
OAuthClientID: this.server.OAuthClientID ?? '',
|
|
399
|
+
OAuthClientSecretEncrypted: this.server.OAuthClientSecretEncrypted ?? ''
|
|
319
400
|
});
|
|
320
401
|
}
|
|
321
402
|
else {
|
|
@@ -330,7 +411,13 @@ export class MCPServerDialogComponent {
|
|
|
330
411
|
RateLimitPerMinute: null,
|
|
331
412
|
RateLimitPerHour: null,
|
|
332
413
|
RequestTimeoutMs: 60000,
|
|
333
|
-
Status: 'Active'
|
|
414
|
+
Status: 'Active',
|
|
415
|
+
// OAuth configuration fields
|
|
416
|
+
OAuthIssuerURL: '',
|
|
417
|
+
OAuthScopes: '',
|
|
418
|
+
OAuthMetadataCacheTTLMinutes: 1440,
|
|
419
|
+
OAuthClientID: '',
|
|
420
|
+
OAuthClientSecretEncrypted: ''
|
|
334
421
|
});
|
|
335
422
|
}
|
|
336
423
|
this.ErrorMessage = null;
|
|
@@ -340,6 +427,7 @@ export class MCPServerDialogComponent {
|
|
|
340
427
|
updateValidators() {
|
|
341
428
|
const urlControl = this.serverForm.get('ServerURL');
|
|
342
429
|
const commandControl = this.serverForm.get('Command');
|
|
430
|
+
const oauthIssuerControl = this.serverForm.get('OAuthIssuerURL');
|
|
343
431
|
if (this.RequiresURL) {
|
|
344
432
|
urlControl?.setValidators([Validators.required]);
|
|
345
433
|
commandControl?.clearValidators();
|
|
@@ -352,12 +440,23 @@ export class MCPServerDialogComponent {
|
|
|
352
440
|
urlControl?.clearValidators();
|
|
353
441
|
commandControl?.clearValidators();
|
|
354
442
|
}
|
|
443
|
+
// OAuth2 requires an issuer URL
|
|
444
|
+
if (this.IsOAuth2) {
|
|
445
|
+
oauthIssuerControl?.setValidators([Validators.required]);
|
|
446
|
+
}
|
|
447
|
+
else {
|
|
448
|
+
oauthIssuerControl?.clearValidators();
|
|
449
|
+
}
|
|
355
450
|
urlControl?.updateValueAndValidity();
|
|
356
451
|
commandControl?.updateValueAndValidity();
|
|
452
|
+
oauthIssuerControl?.updateValueAndValidity();
|
|
357
453
|
}
|
|
358
454
|
onTransportTypeChange() {
|
|
359
455
|
this.updateValidators();
|
|
360
456
|
}
|
|
457
|
+
onAuthTypeChange() {
|
|
458
|
+
this.updateValidators();
|
|
459
|
+
}
|
|
361
460
|
async save() {
|
|
362
461
|
if (this.serverForm.invalid) {
|
|
363
462
|
this.serverForm.markAllAsTouched();
|
|
@@ -388,6 +487,22 @@ export class MCPServerDialogComponent {
|
|
|
388
487
|
entity.RateLimitPerHour = formValue.RateLimitPerHour || null;
|
|
389
488
|
entity.RequestTimeoutMs = formValue.RequestTimeoutMs || 60000;
|
|
390
489
|
entity.Status = formValue.Status;
|
|
490
|
+
// OAuth configuration fields (only set if OAuth2 is selected)
|
|
491
|
+
if (formValue.DefaultAuthType === 'OAuth2') {
|
|
492
|
+
entity.OAuthIssuerURL = formValue.OAuthIssuerURL || null;
|
|
493
|
+
entity.OAuthScopes = formValue.OAuthScopes || null;
|
|
494
|
+
entity.OAuthMetadataCacheTTLMinutes = formValue.OAuthMetadataCacheTTLMinutes || 1440;
|
|
495
|
+
entity.OAuthClientID = formValue.OAuthClientID || null;
|
|
496
|
+
entity.OAuthClientSecretEncrypted = formValue.OAuthClientSecretEncrypted || null;
|
|
497
|
+
}
|
|
498
|
+
else {
|
|
499
|
+
// Clear OAuth fields when not using OAuth2
|
|
500
|
+
entity.OAuthIssuerURL = null;
|
|
501
|
+
entity.OAuthScopes = null;
|
|
502
|
+
entity.OAuthMetadataCacheTTLMinutes = null;
|
|
503
|
+
entity.OAuthClientID = null;
|
|
504
|
+
entity.OAuthClientSecretEncrypted = null;
|
|
505
|
+
}
|
|
391
506
|
const saved = await entity.Save();
|
|
392
507
|
if (!saved) {
|
|
393
508
|
throw new Error('Failed to save server');
|
|
@@ -411,15 +526,15 @@ export class MCPServerDialogComponent {
|
|
|
411
526
|
return control?.hasError(errorType) && control?.touched || false;
|
|
412
527
|
}
|
|
413
528
|
static ɵfac = function MCPServerDialogComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MCPServerDialogComponent)(i0.ɵɵdirectiveInject(i1.FormBuilder), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
414
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MCPServerDialogComponent, selectors: [["mj-mcp-server-dialog"]], inputs: { server: "server", visible: "visible" }, outputs: { close: "close" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [[3, "title", "width", "minWidth"
|
|
415
|
-
i0.ɵɵ
|
|
529
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MCPServerDialogComponent, selectors: [["mj-mcp-server-dialog"]], inputs: { server: "server", visible: "visible" }, outputs: { close: "close" }, standalone: false, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [[3, "title", "width", "minWidth"], [3, "close", "title", "width", "minWidth"], [1, "server-form", 3, "formGroup"], [1, "error-banner"], [1, "form-section"], [1, "fa-solid", "fa-info-circle"], [1, "form-group"], ["for", "name"], [1, "required"], ["kendoTextBox", "", "id", "name", "formControlName", "Name", "placeholder", "e.g., GitHub MCP Server"], [1, "error-text"], ["for", "description"], ["kendoTextArea", "", "id", "description", "formControlName", "Description", "placeholder", "Optional description of this server", 3, "rows"], ["for", "status"], ["id", "status", "formControlName", "Status", 3, "data", "valuePrimitive"], [1, "fa-solid", "fa-network-wired"], ["for", "transportType"], ["id", "transportType", "formControlName", "TransportType", "textField", "label", "valueField", "value", 3, "valueChange", "data", "valuePrimitive"], ["kendoDropDownListItemTemplate", ""], [1, "fa-solid", "fa-shield-halved"], ["for", "authType"], ["id", "authType", "formControlName", "DefaultAuthType", "textField", "label", "valueField", "value", 3, "valueChange", "data", "valuePrimitive"], [1, "form-section", "oauth-section"], [1, "fa-solid", "fa-gauge-high"], [1, "form-row"], [1, "form-group", "half"], ["for", "rateLimitMinute"], ["id", "rateLimitMinute", "formControlName", "RateLimitPerMinute", "placeholder", "No limit", 3, "min", "format"], ["for", "rateLimitHour"], ["id", "rateLimitHour", "formControlName", "RateLimitPerHour", "placeholder", "No limit", 3, "min", "format"], ["for", "requestTimeout"], ["id", "requestTimeout", "formControlName", "RequestTimeoutMs", 3, "min", "max", "step", "format"], [1, "hint"], ["kendoButton", "", "themeColor", "primary", 3, "click", "disabled"], [1, "fa-solid", "fa-spinner", "fa-spin"], ["kendoButton", "", 3, "click"], [1, "fa-solid", "fa-exclamation-triangle"], [1, "transport-option"], [1, "transport-label"], [1, "transport-desc"], ["for", "serverUrl"], ["kendoTextBox", "", "id", "serverUrl", "formControlName", "ServerURL", "placeholder", "https://api.example.com/mcp"], ["for", "command"], ["kendoTextBox", "", "id", "command", "formControlName", "Command", "placeholder", "e.g., npx or /usr/local/bin/mcp-server"], ["for", "commandArgs"], ["kendoTextBox", "", "id", "commandArgs", "formControlName", "CommandArgs", "placeholder", "[\"arg1\", \"arg2\"]"], [1, "auth-option"], [1, "auth-label"], [1, "auth-desc"], [1, "fa-solid", "fa-key"], ["for", "oauthIssuerUrl"], ["kendoTextBox", "", "id", "oauthIssuerUrl", "formControlName", "OAuthIssuerURL", "placeholder", "https://auth.example.com"], ["for", "oauthScopes"], ["kendoTextBox", "", "id", "oauthScopes", "formControlName", "OAuthScopes", "placeholder", "openid profile email"], ["for", "oauthCacheTtl"], ["id", "oauthCacheTtl", "formControlName", "OAuthMetadataCacheTTLMinutes", "placeholder", "1440", 3, "min", "format"], [1, "oauth-client-section"], [1, "section-hint"], ["for", "oauthClientId"], ["kendoTextBox", "", "id", "oauthClientId", "formControlName", "OAuthClientID", "placeholder", "your-client-id"], ["for", "oauthClientSecret"], ["kendoTextBox", "", "id", "oauthClientSecret", "formControlName", "OAuthClientSecretEncrypted", "type", "password", "placeholder", "your-client-secret"]], template: function MCPServerDialogComponent_Template(rf, ctx) { if (rf & 1) {
|
|
530
|
+
i0.ɵɵconditionalCreate(0, MCPServerDialogComponent_Conditional_0_Template, 70, 28, "kendo-dialog", 0);
|
|
416
531
|
} if (rf & 2) {
|
|
417
|
-
i0.ɵɵ
|
|
418
|
-
} }, dependencies: [
|
|
532
|
+
i0.ɵɵconditional(ctx.visible ? 0 : -1);
|
|
533
|
+
} }, dependencies: [i1.ɵNgNoValidate, i1.DefaultValueAccessor, i1.NgControlStatus, i1.NgControlStatusGroup, i1.FormGroupDirective, i1.FormControlName, i2.ButtonComponent, i3.DialogComponent, i3.DialogActionsComponent, i4.ItemTemplateDirective, i4.DropDownListComponent, i5.TextBoxDirective, i5.NumericTextBoxComponent, i5.TextAreaDirective], styles: [".server-form[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 20px;\n}\n\n.error-banner[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 12px;\n background: #ffebee;\n border: 1px solid #f44336;\n border-radius: 6px;\n color: #c62828;\n font-size: 14px;\n}\n\n.form-section[_ngcontent-%COMP%] {\n border: 1px solid #e0e0e0;\n border-radius: 8px;\n padding: 16px;\n}\n\n.form-section[_ngcontent-%COMP%] h3[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 8px;\n margin: 0 0 16px 0;\n font-size: 14px;\n font-weight: 600;\n color: var(--mj-text-color, #333);\n}\n\n.form-section[_ngcontent-%COMP%] h3[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n color: var(--mj-primary-color, #2196f3);\n}\n\n.form-group[_ngcontent-%COMP%] {\n margin-bottom: 16px;\n}\n\n.form-group[_ngcontent-%COMP%]:last-child {\n margin-bottom: 0;\n}\n\n.form-group[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n display: block;\n margin-bottom: 6px;\n font-size: 13px;\n font-weight: 500;\n color: var(--mj-text-color, #333);\n}\n\n.form-group[_ngcontent-%COMP%] label[_ngcontent-%COMP%] .required[_ngcontent-%COMP%] {\n color: #f44336;\n}\n\n.form-group[_ngcontent-%COMP%] input[_ngcontent-%COMP%], \n.form-group[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%] {\n width: 100%;\n}\n\n.form-group[_ngcontent-%COMP%] .hint[_ngcontent-%COMP%] {\n display: block;\n margin-top: 4px;\n font-size: 12px;\n color: #999;\n}\n\n.form-group[_ngcontent-%COMP%] .error-text[_ngcontent-%COMP%] {\n display: block;\n margin-top: 4px;\n font-size: 12px;\n color: #f44336;\n}\n\n.form-row[_ngcontent-%COMP%] {\n display: flex;\n gap: 16px;\n}\n\n.form-group.half[_ngcontent-%COMP%] {\n flex: 1;\n}\n\n.transport-option[_ngcontent-%COMP%], \n.auth-option[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n padding: 4px 0;\n}\n\n.transport-label[_ngcontent-%COMP%], \n.auth-label[_ngcontent-%COMP%] {\n font-weight: 500;\n font-size: 14px;\n}\n\n.transport-desc[_ngcontent-%COMP%], \n.auth-desc[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #666;\n}\n\n\n\n.oauth-section[_ngcontent-%COMP%] {\n background-color: rgba(33, 150, 243, 0.04);\n border-color: rgba(33, 150, 243, 0.3);\n}\n\n.oauth-section[_ngcontent-%COMP%] h3[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n color: #ff9800;\n}\n\n.oauth-client-section[_ngcontent-%COMP%] {\n margin-top: 20px;\n padding-top: 16px;\n border-top: 1px dashed #ccc;\n}\n\n.oauth-client-section[_ngcontent-%COMP%] h4[_ngcontent-%COMP%] {\n margin: 0 0 8px 0;\n font-size: 13px;\n font-weight: 600;\n color: var(--mj-text-color, #333);\n}\n\n.section-hint[_ngcontent-%COMP%] {\n margin: 0 0 16px 0;\n font-size: 12px;\n color: #666;\n font-style: italic;\n}\n\n\n\n[_nghost-%COMP%] .k-dialog-actions {\n padding: 16px;\n border-top: 1px solid #e0e0e0;\n}\n\n[_nghost-%COMP%] .k-dialog-content {\n padding: 20px;\n max-height: 70vh;\n overflow-y: auto;\n}\n\n[_nghost-%COMP%] .k-textbox, \n[_nghost-%COMP%] .k-textarea, \n[_nghost-%COMP%] .k-numerictextbox, \n[_nghost-%COMP%] .k-dropdownlist {\n width: 100%;\n}"] });
|
|
419
534
|
}
|
|
420
535
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MCPServerDialogComponent, [{
|
|
421
536
|
type: Component,
|
|
422
|
-
args: [{ selector: 'mj-mcp-server-dialog', template: "<kendo-dialog\n *ngIf=\"visible\"\n [title]=\"DialogTitle\"\n (close)=\"cancel()\"\n [width]=\"600\"\n [minWidth]=\"400\">\n\n <form [formGroup]=\"serverForm\" class=\"server-form\">\n <!-- Error Message -->\n @if (ErrorMessage) {\n <div class=\"error-banner\">\n <i class=\"fa-solid fa-exclamation-triangle\"></i>\n {{ ErrorMessage }}\n </div>\n }\n\n <!-- Basic Info Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-info-circle\"></i> Basic Information</h3>\n\n <div class=\"form-group\">\n <label for=\"name\">Name <span class=\"required\">*</span></label>\n <input kendoTextBox\n id=\"name\"\n formControlName=\"Name\"\n placeholder=\"e.g., GitHub MCP Server\" />\n @if (hasError('Name', 'required')) {\n <span class=\"error-text\">Name is required</span>\n }\n </div>\n\n <div class=\"form-group\">\n <label for=\"description\">Description</label>\n <textarea kendoTextArea\n id=\"description\"\n formControlName=\"Description\"\n placeholder=\"Optional description of this server\"\n [rows]=\"3\"></textarea>\n </div>\n\n <div class=\"form-group\">\n <label for=\"status\">Status</label>\n <kendo-dropdownlist\n id=\"status\"\n formControlName=\"Status\"\n [data]=\"['Active', 'Inactive']\"\n [valuePrimitive]=\"true\">\n </kendo-dropdownlist>\n </div>\n </div>\n\n <!-- Transport Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-network-wired\"></i> Transport Configuration</h3>\n\n <div class=\"form-group\">\n <label for=\"transportType\">Transport Type <span class=\"required\">*</span></label>\n <kendo-dropdownlist\n id=\"transportType\"\n formControlName=\"TransportType\"\n [data]=\"transportTypes\"\n textField=\"label\"\n valueField=\"value\"\n [valuePrimitive]=\"true\"\n (valueChange)=\"onTransportTypeChange()\">\n <ng-template kendoDropDownListItemTemplate let-dataItem>\n <div class=\"transport-option\">\n <span class=\"transport-label\">{{ dataItem.label }}</span>\n <span class=\"transport-desc\">{{ dataItem.description }}</span>\n </div>\n </ng-template>\n </kendo-dropdownlist>\n </div>\n\n @if (RequiresURL) {\n <div class=\"form-group\">\n <label for=\"serverUrl\">Server URL <span class=\"required\">*</span></label>\n <input kendoTextBox\n id=\"serverUrl\"\n formControlName=\"ServerURL\"\n placeholder=\"https://api.example.com/mcp\" />\n @if (hasError('ServerURL', 'required')) {\n <span class=\"error-text\">Server URL is required for this transport type</span>\n }\n </div>\n }\n\n @if (RequiresCommand) {\n <div class=\"form-group\">\n <label for=\"command\">Command <span class=\"required\">*</span></label>\n <input kendoTextBox\n id=\"command\"\n formControlName=\"Command\"\n placeholder=\"e.g., npx or /usr/local/bin/mcp-server\" />\n @if (hasError('Command', 'required')) {\n <span class=\"error-text\">Command is required for Stdio transport</span>\n }\n </div>\n\n <div class=\"form-group\">\n <label for=\"commandArgs\">Command Arguments (JSON array)</label>\n <input kendoTextBox\n id=\"commandArgs\"\n formControlName=\"CommandArgs\"\n placeholder='[\"arg1\", \"arg2\"]' />\n <span class=\"hint\">JSON array of command line arguments</span>\n </div>\n }\n </div>\n\n <!-- Authentication Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-shield-halved\"></i> Authentication</h3>\n\n <div class=\"form-group\">\n <label for=\"authType\">Default Auth Type</label>\n <kendo-dropdownlist\n id=\"authType\"\n formControlName=\"DefaultAuthType\"\n [data]=\"authTypes\"\n textField=\"label\"\n valueField=\"value\"\n [valuePrimitive]=\"true\">\n <ng-template kendoDropDownListItemTemplate let-dataItem>\n <div class=\"auth-option\">\n <span class=\"auth-label\">{{ dataItem.label }}</span>\n <span class=\"auth-desc\">{{ dataItem.description }}</span>\n </div>\n </ng-template>\n </kendo-dropdownlist>\n </div>\n </div>\n\n <!-- Rate Limiting Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-gauge-high\"></i> Rate Limiting</h3>\n\n <div class=\"form-row\">\n <div class=\"form-group half\">\n <label for=\"rateLimitMinute\">Requests per Minute</label>\n <kendo-numerictextbox\n id=\"rateLimitMinute\"\n formControlName=\"RateLimitPerMinute\"\n [min]=\"0\"\n [format]=\"'n0'\"\n placeholder=\"No limit\">\n </kendo-numerictextbox>\n </div>\n\n <div class=\"form-group half\">\n <label for=\"rateLimitHour\">Requests per Hour</label>\n <kendo-numerictextbox\n id=\"rateLimitHour\"\n formControlName=\"RateLimitPerHour\"\n [min]=\"0\"\n [format]=\"'n0'\"\n placeholder=\"No limit\">\n </kendo-numerictextbox>\n </div>\n </div>\n\n <div class=\"form-group\">\n <label for=\"requestTimeout\">Request Timeout (ms)</label>\n <kendo-numerictextbox\n id=\"requestTimeout\"\n formControlName=\"RequestTimeoutMs\"\n [min]=\"1000\"\n [max]=\"600000\"\n [step]=\"1000\"\n [format]=\"'n0'\">\n </kendo-numerictextbox>\n <span class=\"hint\">Timeout for individual tool calls (1000-600000ms)</span>\n </div>\n </div>\n </form>\n\n <kendo-dialog-actions>\n <button kendoButton (click)=\"save()\" themeColor=\"primary\" [disabled]=\"IsSaving\">\n @if (IsSaving) {\n <i class=\"fa-solid fa-spinner fa-spin\"></i>\n }\n {{ IsEditMode ? 'Update' : 'Create' }}\n </button>\n <button kendoButton (click)=\"cancel()\">Cancel</button>\n </kendo-dialog-actions>\n</kendo-dialog>\n", styles: [".server-form {\n display: flex;\n flex-direction: column;\n gap: 20px;\n}\n\n.error-banner {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 12px;\n background: #ffebee;\n border: 1px solid #f44336;\n border-radius: 6px;\n color: #c62828;\n font-size: 14px;\n}\n\n.form-section {\n border: 1px solid #e0e0e0;\n border-radius: 8px;\n padding: 16px;\n}\n\n.form-section h3 {\n display: flex;\n align-items: center;\n gap: 8px;\n margin: 0 0 16px 0;\n font-size: 14px;\n font-weight: 600;\n color: var(--mj-text-color, #333);\n}\n\n.form-section h3 i {\n color: var(--mj-primary-color, #2196f3);\n}\n\n.form-group {\n margin-bottom: 16px;\n}\n\n.form-group:last-child {\n margin-bottom: 0;\n}\n\n.form-group label {\n display: block;\n margin-bottom: 6px;\n font-size: 13px;\n font-weight: 500;\n color: var(--mj-text-color, #333);\n}\n\n.form-group label .required {\n color: #f44336;\n}\n\n.form-group input,\n.form-group textarea {\n width: 100%;\n}\n\n.form-group .hint {\n display: block;\n margin-top: 4px;\n font-size: 12px;\n color: #999;\n}\n\n.form-group .error-text {\n display: block;\n margin-top: 4px;\n font-size: 12px;\n color: #f44336;\n}\n\n.form-row {\n display: flex;\n gap: 16px;\n}\n\n.form-group.half {\n flex: 1;\n}\n\n.transport-option,\n.auth-option {\n display: flex;\n flex-direction: column;\n padding: 4px 0;\n}\n\n.transport-label,\n.auth-label {\n font-weight: 500;\n font-size: 14px;\n}\n\n.transport-desc,\n.auth-desc {\n font-size: 12px;\n color: #666;\n}\n\n/* Kendo overrides */\n:host ::ng-deep .k-dialog-actions {\n padding: 16px;\n border-top: 1px solid #e0e0e0;\n}\n\n:host ::ng-deep .k-dialog-content {\n padding: 20px;\n max-height: 70vh;\n overflow-y: auto;\n}\n\n:host ::ng-deep .k-textbox,\n:host ::ng-deep .k-textarea,\n:host ::ng-deep .k-numerictextbox,\n:host ::ng-deep .k-dropdownlist {\n width: 100%;\n}\n"] }]
|
|
537
|
+
args: [{ standalone: false, selector: 'mj-mcp-server-dialog', template: "@if (visible) {\n <kendo-dialog\n [title]=\"DialogTitle\"\n (close)=\"cancel()\"\n [width]=\"600\"\n [minWidth]=\"400\">\n <form [formGroup]=\"serverForm\" class=\"server-form\">\n <!-- Error Message -->\n @if (ErrorMessage) {\n <div class=\"error-banner\">\n <i class=\"fa-solid fa-exclamation-triangle\"></i>\n {{ ErrorMessage }}\n </div>\n }\n <!-- Basic Info Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-info-circle\"></i> Basic Information</h3>\n <div class=\"form-group\">\n <label for=\"name\">Name <span class=\"required\">*</span></label>\n <input kendoTextBox\n id=\"name\"\n formControlName=\"Name\"\n placeholder=\"e.g., GitHub MCP Server\" />\n @if (hasError('Name', 'required')) {\n <span class=\"error-text\">Name is required</span>\n }\n </div>\n <div class=\"form-group\">\n <label for=\"description\">Description</label>\n <textarea kendoTextArea\n id=\"description\"\n formControlName=\"Description\"\n placeholder=\"Optional description of this server\"\n [rows]=\"3\"></textarea>\n </div>\n <div class=\"form-group\">\n <label for=\"status\">Status</label>\n <kendo-dropdownlist\n id=\"status\"\n formControlName=\"Status\"\n [data]=\"['Active', 'Inactive']\"\n [valuePrimitive]=\"true\">\n </kendo-dropdownlist>\n </div>\n </div>\n <!-- Transport Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-network-wired\"></i> Transport Configuration</h3>\n <div class=\"form-group\">\n <label for=\"transportType\">Transport Type <span class=\"required\">*</span></label>\n <kendo-dropdownlist\n id=\"transportType\"\n formControlName=\"TransportType\"\n [data]=\"transportTypes\"\n textField=\"label\"\n valueField=\"value\"\n [valuePrimitive]=\"true\"\n (valueChange)=\"onTransportTypeChange()\">\n <ng-template kendoDropDownListItemTemplate let-dataItem>\n <div class=\"transport-option\">\n <span class=\"transport-label\">{{ dataItem.label }}</span>\n <span class=\"transport-desc\">{{ dataItem.description }}</span>\n </div>\n </ng-template>\n </kendo-dropdownlist>\n </div>\n @if (RequiresURL) {\n <div class=\"form-group\">\n <label for=\"serverUrl\">Server URL <span class=\"required\">*</span></label>\n <input kendoTextBox\n id=\"serverUrl\"\n formControlName=\"ServerURL\"\n placeholder=\"https://api.example.com/mcp\" />\n @if (hasError('ServerURL', 'required')) {\n <span class=\"error-text\">Server URL is required for this transport type</span>\n }\n </div>\n }\n @if (RequiresCommand) {\n <div class=\"form-group\">\n <label for=\"command\">Command <span class=\"required\">*</span></label>\n <input kendoTextBox\n id=\"command\"\n formControlName=\"Command\"\n placeholder=\"e.g., npx or /usr/local/bin/mcp-server\" />\n @if (hasError('Command', 'required')) {\n <span class=\"error-text\">Command is required for Stdio transport</span>\n }\n </div>\n <div class=\"form-group\">\n <label for=\"commandArgs\">Command Arguments (JSON array)</label>\n <input kendoTextBox\n id=\"commandArgs\"\n formControlName=\"CommandArgs\"\n placeholder='[\"arg1\", \"arg2\"]' />\n <span class=\"hint\">JSON array of command line arguments</span>\n </div>\n }\n </div>\n <!-- Authentication Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-shield-halved\"></i> Authentication</h3>\n <div class=\"form-group\">\n <label for=\"authType\">Default Auth Type</label>\n <kendo-dropdownlist\n id=\"authType\"\n formControlName=\"DefaultAuthType\"\n [data]=\"authTypes\"\n textField=\"label\"\n valueField=\"value\"\n [valuePrimitive]=\"true\"\n (valueChange)=\"onAuthTypeChange()\">\n <ng-template kendoDropDownListItemTemplate let-dataItem>\n <div class=\"auth-option\">\n <span class=\"auth-label\">{{ dataItem.label }}</span>\n <span class=\"auth-desc\">{{ dataItem.description }}</span>\n </div>\n </ng-template>\n </kendo-dropdownlist>\n </div>\n </div>\n <!-- OAuth 2.0 Configuration Section (only shown when OAuth2 is selected) -->\n @if (IsOAuth2) {\n <div class=\"form-section oauth-section\">\n <h3><i class=\"fa-solid fa-key\"></i> OAuth 2.0 Configuration</h3>\n <div class=\"form-group\">\n <label for=\"oauthIssuerUrl\">OAuth Issuer URL <span class=\"required\">*</span></label>\n <input kendoTextBox\n id=\"oauthIssuerUrl\"\n formControlName=\"OAuthIssuerURL\"\n placeholder=\"https://auth.example.com\" />\n @if (hasError('OAuthIssuerURL', 'required')) {\n <span class=\"error-text\">OAuth Issuer URL is required for OAuth 2.0 authentication</span>\n }\n <span class=\"hint\">The authorization server's issuer URL (e.g., https://login.microsoftonline.com/tenant-id or https://your-domain.auth0.com)</span>\n </div>\n <div class=\"form-group\">\n <label for=\"oauthScopes\">OAuth Scopes</label>\n <input kendoTextBox\n id=\"oauthScopes\"\n formControlName=\"OAuthScopes\"\n placeholder=\"openid profile email\" />\n <span class=\"hint\">Space-separated list of OAuth scopes to request</span>\n </div>\n <div class=\"form-group\">\n <label for=\"oauthCacheTtl\">Metadata Cache TTL (minutes)</label>\n <kendo-numerictextbox\n id=\"oauthCacheTtl\"\n formControlName=\"OAuthMetadataCacheTTLMinutes\"\n [min]=\"5\"\n [format]=\"'n0'\"\n placeholder=\"1440\">\n </kendo-numerictextbox>\n <span class=\"hint\">How long to cache OAuth metadata (default: 1440 minutes = 24 hours)</span>\n </div>\n <div class=\"oauth-client-section\">\n <h4>Pre-configured Client (Optional)</h4>\n <p class=\"section-hint\">Leave blank to use Dynamic Client Registration (DCR). If the auth server doesn't support DCR, configure your client credentials here.</p>\n <div class=\"form-group\">\n <label for=\"oauthClientId\">Client ID</label>\n <input kendoTextBox\n id=\"oauthClientId\"\n formControlName=\"OAuthClientID\"\n placeholder=\"your-client-id\" />\n </div>\n <div class=\"form-group\">\n <label for=\"oauthClientSecret\">Client Secret</label>\n <input kendoTextBox\n id=\"oauthClientSecret\"\n formControlName=\"OAuthClientSecretEncrypted\"\n type=\"password\"\n placeholder=\"your-client-secret\" />\n <span class=\"hint\">The secret will be encrypted before storage</span>\n </div>\n </div>\n </div>\n }\n <!-- Rate Limiting Section -->\n <div class=\"form-section\">\n <h3><i class=\"fa-solid fa-gauge-high\"></i> Rate Limiting</h3>\n <div class=\"form-row\">\n <div class=\"form-group half\">\n <label for=\"rateLimitMinute\">Requests per Minute</label>\n <kendo-numerictextbox\n id=\"rateLimitMinute\"\n formControlName=\"RateLimitPerMinute\"\n [min]=\"0\"\n [format]=\"'n0'\"\n placeholder=\"No limit\">\n </kendo-numerictextbox>\n </div>\n <div class=\"form-group half\">\n <label for=\"rateLimitHour\">Requests per Hour</label>\n <kendo-numerictextbox\n id=\"rateLimitHour\"\n formControlName=\"RateLimitPerHour\"\n [min]=\"0\"\n [format]=\"'n0'\"\n placeholder=\"No limit\">\n </kendo-numerictextbox>\n </div>\n </div>\n <div class=\"form-group\">\n <label for=\"requestTimeout\">Request Timeout (ms)</label>\n <kendo-numerictextbox\n id=\"requestTimeout\"\n formControlName=\"RequestTimeoutMs\"\n [min]=\"1000\"\n [max]=\"600000\"\n [step]=\"1000\"\n [format]=\"'n0'\">\n </kendo-numerictextbox>\n <span class=\"hint\">Timeout for individual tool calls (1000-600000ms)</span>\n </div>\n </div>\n </form>\n <kendo-dialog-actions>\n <button kendoButton (click)=\"save()\" themeColor=\"primary\" [disabled]=\"IsSaving\">\n @if (IsSaving) {\n <i class=\"fa-solid fa-spinner fa-spin\"></i>\n }\n {{ IsEditMode ? 'Update' : 'Create' }}\n </button>\n <button kendoButton (click)=\"cancel()\">Cancel</button>\n </kendo-dialog-actions>\n </kendo-dialog>\n}\n", styles: [".server-form {\n display: flex;\n flex-direction: column;\n gap: 20px;\n}\n\n.error-banner {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 12px;\n background: #ffebee;\n border: 1px solid #f44336;\n border-radius: 6px;\n color: #c62828;\n font-size: 14px;\n}\n\n.form-section {\n border: 1px solid #e0e0e0;\n border-radius: 8px;\n padding: 16px;\n}\n\n.form-section h3 {\n display: flex;\n align-items: center;\n gap: 8px;\n margin: 0 0 16px 0;\n font-size: 14px;\n font-weight: 600;\n color: var(--mj-text-color, #333);\n}\n\n.form-section h3 i {\n color: var(--mj-primary-color, #2196f3);\n}\n\n.form-group {\n margin-bottom: 16px;\n}\n\n.form-group:last-child {\n margin-bottom: 0;\n}\n\n.form-group label {\n display: block;\n margin-bottom: 6px;\n font-size: 13px;\n font-weight: 500;\n color: var(--mj-text-color, #333);\n}\n\n.form-group label .required {\n color: #f44336;\n}\n\n.form-group input,\n.form-group textarea {\n width: 100%;\n}\n\n.form-group .hint {\n display: block;\n margin-top: 4px;\n font-size: 12px;\n color: #999;\n}\n\n.form-group .error-text {\n display: block;\n margin-top: 4px;\n font-size: 12px;\n color: #f44336;\n}\n\n.form-row {\n display: flex;\n gap: 16px;\n}\n\n.form-group.half {\n flex: 1;\n}\n\n.transport-option,\n.auth-option {\n display: flex;\n flex-direction: column;\n padding: 4px 0;\n}\n\n.transport-label,\n.auth-label {\n font-weight: 500;\n font-size: 14px;\n}\n\n.transport-desc,\n.auth-desc {\n font-size: 12px;\n color: #666;\n}\n\n/* OAuth Section Styles */\n.oauth-section {\n background-color: rgba(33, 150, 243, 0.04);\n border-color: rgba(33, 150, 243, 0.3);\n}\n\n.oauth-section h3 i {\n color: #ff9800;\n}\n\n.oauth-client-section {\n margin-top: 20px;\n padding-top: 16px;\n border-top: 1px dashed #ccc;\n}\n\n.oauth-client-section h4 {\n margin: 0 0 8px 0;\n font-size: 13px;\n font-weight: 600;\n color: var(--mj-text-color, #333);\n}\n\n.section-hint {\n margin: 0 0 16px 0;\n font-size: 12px;\n color: #666;\n font-style: italic;\n}\n\n/* Kendo overrides */\n:host ::ng-deep .k-dialog-actions {\n padding: 16px;\n border-top: 1px solid #e0e0e0;\n}\n\n:host ::ng-deep .k-dialog-content {\n padding: 20px;\n max-height: 70vh;\n overflow-y: auto;\n}\n\n:host ::ng-deep .k-textbox,\n:host ::ng-deep .k-textarea,\n:host ::ng-deep .k-numerictextbox,\n:host ::ng-deep .k-dropdownlist {\n width: 100%;\n}\n"] }]
|
|
423
538
|
}], () => [{ type: i1.FormBuilder }, { type: i0.ChangeDetectorRef }], { server: [{
|
|
424
539
|
type: Input
|
|
425
540
|
}], visible: [{
|
|
@@ -427,11 +542,5 @@ export class MCPServerDialogComponent {
|
|
|
427
542
|
}], close: [{
|
|
428
543
|
type: Output
|
|
429
544
|
}] }); })();
|
|
430
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MCPServerDialogComponent, { className: "MCPServerDialogComponent", filePath: "src/MCP/components/mcp-server-dialog.component.ts", lineNumber:
|
|
431
|
-
/**
|
|
432
|
-
* Tree-shaking prevention function
|
|
433
|
-
*/
|
|
434
|
-
export function LoadMCPServerDialog() {
|
|
435
|
-
// Ensures the component is not tree-shaken
|
|
436
|
-
}
|
|
545
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MCPServerDialogComponent, { className: "MCPServerDialogComponent", filePath: "src/MCP/components/mcp-server-dialog.component.ts", lineNumber: 52 }); })();
|
|
437
546
|
//# sourceMappingURL=mcp-server-dialog.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp-server-dialog.component.js","sourceRoot":"","sources":["../../../src/MCP/components/mcp-server-dialog.component.ts","../../../src/MCP/components/mcp-server-dialog.component.html"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"mcp-server-dialog.component.js","sourceRoot":"","sources":["../../../src/MCP/components/mcp-server-dialog.component.ts","../../../src/MCP/components/mcp-server-dialog.component.html"],"names":[],"mappings":"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"}
|
|
@@ -263,9 +263,5 @@ export declare class MCPTestToolDialogComponent implements OnInit, OnDestroy {
|
|
|
263
263
|
static ɵfac: i0.ɵɵFactoryDeclaration<MCPTestToolDialogComponent, never>;
|
|
264
264
|
static ɵcmp: i0.ɵɵComponentDeclaration<MCPTestToolDialogComponent, "mj-mcp-test-tool-dialog", never, { "Visible": { "alias": "Visible"; "required": false; }; "Servers": { "alias": "Servers"; "required": false; }; "Connections": { "alias": "Connections"; "required": false; }; "Tools": { "alias": "Tools"; "required": false; }; "SelectedServerID": { "alias": "SelectedServerID"; "required": false; }; "SelectedConnectionID": { "alias": "SelectedConnectionID"; "required": false; }; "SelectedToolID": { "alias": "SelectedToolID"; "required": false; }; }, { "Close": "Close"; }, never, never, false, never>;
|
|
265
265
|
}
|
|
266
|
-
/**
|
|
267
|
-
* Tree-shaking prevention function
|
|
268
|
-
*/
|
|
269
|
-
export declare function LoadMCPTestToolDialog(): void;
|
|
270
266
|
export {};
|
|
271
267
|
//# sourceMappingURL=mcp-test-tool-dialog.component.d.ts.map
|