@memberjunction/ng-dashboards 3.2.0 → 3.4.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/dist/AI/components/agents/agent-configuration.component.d.ts +24 -0
- package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-configuration.component.js +198 -111
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.d.ts +23 -0
- package/dist/AI/components/models/model-management.component.d.ts.map +1 -1
- package/dist/AI/components/models/model-management.component.js +189 -83
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.d.ts +23 -0
- package/dist/AI/components/prompts/prompt-management.component.d.ts.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +135 -30
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/APIKeys/api-applications-panel.component.d.ts +169 -0
- package/dist/APIKeys/api-applications-panel.component.d.ts.map +1 -0
- package/dist/APIKeys/api-applications-panel.component.js +1058 -0
- package/dist/APIKeys/api-applications-panel.component.js.map +1 -0
- package/dist/APIKeys/api-key-create-dialog.component.d.ts +125 -0
- package/dist/APIKeys/api-key-create-dialog.component.d.ts.map +1 -0
- package/dist/APIKeys/api-key-create-dialog.component.js +768 -0
- package/dist/APIKeys/api-key-create-dialog.component.js.map +1 -0
- package/dist/APIKeys/api-key-edit-panel.component.d.ts +149 -0
- package/dist/APIKeys/api-key-edit-panel.component.d.ts.map +1 -0
- package/dist/APIKeys/api-key-edit-panel.component.js +1074 -0
- package/dist/APIKeys/api-key-edit-panel.component.js.map +1 -0
- package/dist/APIKeys/api-key-list.component.d.ts +131 -0
- package/dist/APIKeys/api-key-list.component.d.ts.map +1 -0
- package/dist/APIKeys/api-key-list.component.js +818 -0
- package/dist/APIKeys/api-key-list.component.js.map +1 -0
- package/dist/APIKeys/api-keys-resource.component.d.ts +211 -0
- package/dist/APIKeys/api-keys-resource.component.d.ts.map +1 -0
- package/dist/APIKeys/api-keys-resource.component.js +1150 -0
- package/dist/APIKeys/api-keys-resource.component.js.map +1 -0
- package/dist/APIKeys/api-scopes-panel.component.d.ts +98 -0
- package/dist/APIKeys/api-scopes-panel.component.d.ts.map +1 -0
- package/dist/APIKeys/api-scopes-panel.component.js +652 -0
- package/dist/APIKeys/api-scopes-panel.component.js.map +1 -0
- package/dist/APIKeys/api-usage-panel.component.d.ts +174 -0
- package/dist/APIKeys/api-usage-panel.component.d.ts.map +1 -0
- package/dist/APIKeys/api-usage-panel.component.js +1013 -0
- package/dist/APIKeys/api-usage-panel.component.js.map +1 -0
- package/dist/APIKeys/index.d.ts +7 -0
- package/dist/APIKeys/index.d.ts.map +1 -0
- package/dist/APIKeys/index.js +8 -0
- package/dist/APIKeys/index.js.map +1 -0
- package/dist/Actions/components/explorer/action-breadcrumb.component.d.ts +22 -0
- package/dist/Actions/components/explorer/action-breadcrumb.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/action-breadcrumb.component.js +139 -0
- package/dist/Actions/components/explorer/action-breadcrumb.component.js.map +1 -0
- package/dist/Actions/components/explorer/action-card.component.d.ts +39 -0
- package/dist/Actions/components/explorer/action-card.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/action-card.component.js +410 -0
- package/dist/Actions/components/explorer/action-card.component.js.map +1 -0
- package/dist/Actions/components/explorer/action-explorer.component.d.ts +62 -0
- package/dist/Actions/components/explorer/action-explorer.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/action-explorer.component.js +527 -0
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -0
- package/dist/Actions/components/explorer/action-list-item.component.d.ts +24 -0
- package/dist/Actions/components/explorer/action-list-item.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/action-list-item.component.js +210 -0
- package/dist/Actions/components/explorer/action-list-item.component.js.map +1 -0
- package/dist/Actions/components/explorer/action-toolbar.component.d.ts +63 -0
- package/dist/Actions/components/explorer/action-toolbar.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/action-toolbar.component.js +483 -0
- package/dist/Actions/components/explorer/action-toolbar.component.js.map +1 -0
- package/dist/Actions/components/explorer/action-tree-panel.component.d.ts +57 -0
- package/dist/Actions/components/explorer/action-tree-panel.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/action-tree-panel.component.js +454 -0
- package/dist/Actions/components/explorer/action-tree-panel.component.js.map +1 -0
- package/dist/Actions/components/explorer/index.d.ts +10 -0
- package/dist/Actions/components/explorer/index.d.ts.map +1 -0
- package/dist/Actions/components/explorer/index.js +14 -0
- package/dist/Actions/components/explorer/index.js.map +1 -0
- package/dist/Actions/components/explorer/new-action-panel.component.d.ts +49 -0
- package/dist/Actions/components/explorer/new-action-panel.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/new-action-panel.component.js +359 -0
- package/dist/Actions/components/explorer/new-action-panel.component.js.map +1 -0
- package/dist/Actions/components/explorer/new-category-panel.component.d.ts +37 -0
- package/dist/Actions/components/explorer/new-category-panel.component.d.ts.map +1 -0
- package/dist/Actions/components/explorer/new-category-panel.component.js +282 -0
- package/dist/Actions/components/explorer/new-category-panel.component.js.map +1 -0
- package/dist/Actions/index.d.ts +3 -0
- package/dist/Actions/index.d.ts.map +1 -1
- package/dist/Actions/index.js +5 -0
- package/dist/Actions/index.js.map +1 -1
- package/dist/Actions/services/action-explorer-state.service.d.ts +104 -0
- package/dist/Actions/services/action-explorer-state.service.d.ts.map +1 -0
- package/dist/Actions/services/action-explorer-state.service.js +352 -0
- package/dist/Actions/services/action-explorer-state.service.js.map +1 -0
- package/dist/Communication/communication-dashboard.component.d.ts +2 -6
- package/dist/Communication/communication-dashboard.component.d.ts.map +1 -1
- package/dist/Communication/communication-dashboard.component.js +142 -93
- package/dist/Communication/communication-dashboard.component.js.map +1 -1
- package/dist/Communication/communication-logs-resource.component.d.ts +10 -4
- package/dist/Communication/communication-logs-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-logs-resource.component.js +253 -121
- package/dist/Communication/communication-logs-resource.component.js.map +1 -1
- package/dist/Communication/communication-monitor-resource.component.d.ts +38 -3
- package/dist/Communication/communication-monitor-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-monitor-resource.component.js +431 -157
- package/dist/Communication/communication-monitor-resource.component.js.map +1 -1
- package/dist/Communication/communication-providers-resource.component.d.ts +16 -5
- package/dist/Communication/communication-providers-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-providers-resource.component.js +229 -118
- package/dist/Communication/communication-providers-resource.component.js.map +1 -1
- package/dist/Communication/communication-runs-resource.component.d.ts +4 -2
- package/dist/Communication/communication-runs-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-runs-resource.component.js +155 -149
- package/dist/Communication/communication-runs-resource.component.js.map +1 -1
- package/dist/Communication/communication-templates-resource.component.d.ts +43 -0
- package/dist/Communication/communication-templates-resource.component.d.ts.map +1 -0
- package/dist/Communication/communication-templates-resource.component.js +371 -0
- package/dist/Communication/communication-templates-resource.component.js.map +1 -0
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +69 -267
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +698 -1802
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts +68 -0
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js +401 -0
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js.map +1 -0
- package/dist/ComponentStudio/components/browser/component-browser.component.d.ts +44 -0
- package/dist/ComponentStudio/components/browser/component-browser.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/browser/component-browser.component.js +636 -0
- package/dist/ComponentStudio/components/browser/component-browser.component.js.map +1 -0
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.d.ts +35 -0
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +380 -0
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js.map +1 -0
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.d.ts +24 -0
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +221 -0
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js.map +1 -0
- package/dist/ComponentStudio/components/editors/requirements-editor.component.d.ts +28 -0
- package/dist/ComponentStudio/components/editors/requirements-editor.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +263 -0
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js.map +1 -0
- package/dist/ComponentStudio/components/editors/spec-editor.component.d.ts +34 -0
- package/dist/ComponentStudio/components/editors/spec-editor.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +307 -0
- package/dist/ComponentStudio/components/editors/spec-editor.component.js.map +1 -0
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.d.ts +29 -0
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +159 -0
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js.map +1 -0
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.d.ts +20 -0
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +192 -0
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js.map +1 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts +57 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.js +342 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.js.map +1 -0
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts +15 -0
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js +144 -0
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js.map +1 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts +203 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts.map +1 -0
- package/dist/ComponentStudio/services/component-studio-state.service.js +651 -0
- package/dist/ComponentStudio/services/component-studio-state.service.js.map +1 -0
- package/dist/ComponentStudio/services/component-version.service.d.ts +120 -0
- package/dist/ComponentStudio/services/component-version.service.d.ts.map +1 -0
- package/dist/ComponentStudio/services/component-version.service.js +394 -0
- package/dist/ComponentStudio/services/component-version.service.js.map +1 -0
- package/dist/Credentials/components/credentials-categories-resource.component.d.ts +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.d.ts +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.d.ts +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.d.ts.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js +4 -2
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -1
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts +2 -2
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +3 -3
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +22 -6
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +2 -2
- package/dist/MCP/components/mcp-connection-dialog.component.d.ts +72 -0
- package/dist/MCP/components/mcp-connection-dialog.component.d.ts.map +1 -0
- package/dist/MCP/components/mcp-connection-dialog.component.js +529 -0
- package/dist/MCP/components/mcp-connection-dialog.component.js.map +1 -0
- package/dist/MCP/components/mcp-log-detail-panel.component.d.ts +77 -0
- package/dist/MCP/components/mcp-log-detail-panel.component.d.ts.map +1 -0
- package/dist/MCP/components/mcp-log-detail-panel.component.js +535 -0
- package/dist/MCP/components/mcp-log-detail-panel.component.js.map +1 -0
- package/dist/MCP/components/mcp-server-dialog.component.d.ts +77 -0
- package/dist/MCP/components/mcp-server-dialog.component.d.ts.map +1 -0
- package/dist/MCP/components/mcp-server-dialog.component.js +437 -0
- package/dist/MCP/components/mcp-server-dialog.component.js.map +1 -0
- package/dist/MCP/components/mcp-test-tool-dialog.component.d.ts +271 -0
- package/dist/MCP/components/mcp-test-tool-dialog.component.d.ts.map +1 -0
- package/dist/MCP/components/mcp-test-tool-dialog.component.js +1300 -0
- package/dist/MCP/components/mcp-test-tool-dialog.component.js.map +1 -0
- package/dist/MCP/index.d.ts +11 -0
- package/dist/MCP/index.d.ts.map +1 -0
- package/dist/MCP/index.js +15 -0
- package/dist/MCP/index.js.map +1 -0
- package/dist/MCP/mcp-dashboard.component.d.ts +409 -0
- package/dist/MCP/mcp-dashboard.component.d.ts.map +1 -0
- package/dist/MCP/mcp-dashboard.component.js +2486 -0
- package/dist/MCP/mcp-dashboard.component.js.map +1 -0
- package/dist/MCP/mcp-resource.component.d.ts +20 -0
- package/dist/MCP/mcp-resource.component.d.ts.map +1 -0
- package/dist/MCP/mcp-resource.component.js +55 -0
- package/dist/MCP/mcp-resource.component.js.map +1 -0
- package/dist/MCP/mcp.module.d.ts +27 -0
- package/dist/MCP/mcp.module.d.ts.map +1 -0
- package/dist/MCP/mcp.module.js +122 -0
- package/dist/MCP/mcp.module.js.map +1 -0
- package/dist/MCP/services/mcp-tools.service.d.ts +109 -0
- package/dist/MCP/services/mcp-tools.service.d.ts.map +1 -0
- package/dist/MCP/services/mcp-tools.service.js +222 -0
- package/dist/MCP/services/mcp-tools.service.js.map +1 -0
- package/dist/Scheduling/components/index.d.ts +5 -8
- package/dist/Scheduling/components/index.d.ts.map +1 -1
- package/dist/Scheduling/components/index.js +6 -9
- package/dist/Scheduling/components/index.js.map +1 -1
- package/dist/Scheduling/components/job-slideout.component.d.ts +45 -0
- package/dist/Scheduling/components/job-slideout.component.d.ts.map +1 -0
- package/dist/Scheduling/components/job-slideout.component.js +458 -0
- package/dist/Scheduling/components/job-slideout.component.js.map +1 -0
- package/dist/Scheduling/components/scheduling-activity-resource.component.d.ts +19 -0
- package/dist/Scheduling/components/scheduling-activity-resource.component.d.ts.map +1 -0
- package/dist/Scheduling/components/scheduling-activity-resource.component.js +51 -0
- package/dist/Scheduling/components/scheduling-activity-resource.component.js.map +1 -0
- package/dist/Scheduling/components/scheduling-activity.component.d.ts +71 -0
- package/dist/Scheduling/components/scheduling-activity.component.d.ts.map +1 -0
- package/dist/Scheduling/components/scheduling-activity.component.js +714 -0
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -0
- package/dist/Scheduling/components/scheduling-jobs-resource.component.d.ts +3 -4
- package/dist/Scheduling/components/scheduling-jobs-resource.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs-resource.component.js +3 -7
- package/dist/Scheduling/components/scheduling-jobs-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.d.ts +52 -34
- package/dist/Scheduling/components/scheduling-jobs.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +446 -261
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview-resource.component.d.ts +19 -0
- package/dist/Scheduling/components/scheduling-overview-resource.component.d.ts.map +1 -0
- package/dist/Scheduling/components/scheduling-overview-resource.component.js +51 -0
- package/dist/Scheduling/components/scheduling-overview-resource.component.js.map +1 -0
- package/dist/Scheduling/components/scheduling-overview.component.d.ts +43 -0
- package/dist/Scheduling/components/scheduling-overview.component.d.ts.map +1 -0
- package/dist/Scheduling/components/scheduling-overview.component.js +595 -0
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -0
- package/dist/Scheduling/scheduling-dashboard.component.d.ts +22 -32
- package/dist/Scheduling/scheduling-dashboard.component.d.ts.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +175 -169
- package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts +49 -6
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.js +218 -149
- package/dist/Scheduling/services/scheduling-instrumentation.service.js.map +1 -1
- package/dist/Testing/components/index.d.ts +7 -8
- package/dist/Testing/components/index.d.ts.map +1 -1
- package/dist/Testing/components/index.js +8 -9
- package/dist/Testing/components/index.js.map +1 -1
- package/dist/Testing/components/testing-analytics-resource.component.d.ts +0 -4
- package/dist/Testing/components/testing-analytics-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-analytics-resource.component.js +1 -7
- package/dist/Testing/components/testing-analytics-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-analytics.component.d.ts +52 -37
- package/dist/Testing/components/testing-analytics.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-analytics.component.js +1023 -569
- package/dist/Testing/components/testing-analytics.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts +16 -0
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js +47 -0
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js.map +1 -0
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts +57 -0
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-dashboard-tab.component.js +649 -0
- package/dist/Testing/components/testing-dashboard-tab.component.js.map +1 -0
- package/dist/{Scheduling/components/scheduling-types-resource.component.d.ts → Testing/components/testing-explorer-resource.component.d.ts} +5 -9
- package/dist/Testing/components/testing-explorer-resource.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-explorer-resource.component.js +47 -0
- package/dist/Testing/components/testing-explorer-resource.component.js.map +1 -0
- package/dist/Testing/components/testing-explorer.component.d.ts +193 -0
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-explorer.component.js +2212 -0
- package/dist/Testing/components/testing-explorer.component.js.map +1 -0
- package/dist/Testing/components/testing-review-resource.component.d.ts +16 -0
- package/dist/Testing/components/testing-review-resource.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-review-resource.component.js +47 -0
- package/dist/Testing/components/testing-review-resource.component.js.map +1 -0
- package/dist/Testing/components/testing-review.component.d.ts +60 -0
- package/dist/Testing/components/testing-review.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-review.component.js +985 -0
- package/dist/Testing/components/testing-review.component.js.map +1 -0
- package/dist/Testing/components/testing-runs-resource.component.d.ts +16 -0
- package/dist/Testing/components/testing-runs-resource.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-runs-resource.component.js +47 -0
- package/dist/Testing/components/testing-runs-resource.component.js.map +1 -0
- package/dist/Testing/components/testing-runs.component.d.ts +82 -0
- package/dist/Testing/components/testing-runs.component.d.ts.map +1 -0
- package/dist/Testing/components/testing-runs.component.js +1067 -0
- package/dist/Testing/components/testing-runs.component.js.map +1 -0
- package/dist/Testing/testing-dashboard.component.d.ts +12 -15
- package/dist/Testing/testing-dashboard.component.d.ts.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +46 -68
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/module.d.ts +121 -97
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +227 -95
- package/dist/module.js.map +1 -1
- package/dist/public-api.d.ts +12 -3
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +47 -16
- package/dist/public-api.js.map +1 -1
- package/dist/shared/pipes/highlight-search.pipe.d.ts +17 -0
- package/dist/shared/pipes/highlight-search.pipe.d.ts.map +1 -0
- package/dist/shared/pipes/highlight-search.pipe.js +40 -0
- package/dist/shared/pipes/highlight-search.pipe.js.map +1 -0
- package/dist/shared/pipes/index.d.ts +2 -0
- package/dist/shared/pipes/index.d.ts.map +1 -0
- package/dist/shared/pipes/index.js +2 -0
- package/dist/shared/pipes/index.js.map +1 -0
- package/dist/shared/shared-pipes.module.d.ts +11 -0
- package/dist/shared/shared-pipes.module.d.ts.map +1 -0
- package/dist/shared/shared-pipes.module.js +24 -0
- package/dist/shared/shared-pipes.module.js.map +1 -0
- package/package.json +39 -32
- package/dist/Credentials/components/credential-category-edit-panel.component.d.ts +0 -44
- package/dist/Credentials/components/credential-category-edit-panel.component.d.ts.map +0 -1
- package/dist/Credentials/components/credential-category-edit-panel.component.js +0 -456
- package/dist/Credentials/components/credential-category-edit-panel.component.js.map +0 -1
- package/dist/Credentials/components/credential-edit-panel.component.d.ts +0 -70
- package/dist/Credentials/components/credential-edit-panel.component.d.ts.map +0 -1
- package/dist/Credentials/components/credential-edit-panel.component.js +0 -694
- package/dist/Credentials/components/credential-edit-panel.component.js.map +0 -1
- package/dist/Credentials/components/credential-type-edit-panel.component.d.ts +0 -56
- package/dist/Credentials/components/credential-type-edit-panel.component.d.ts.map +0 -1
- package/dist/Credentials/components/credential-type-edit-panel.component.js +0 -563
- package/dist/Credentials/components/credential-type-edit-panel.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-health-resource.component.d.ts +0 -20
- package/dist/Scheduling/components/scheduling-health-resource.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-health-resource.component.js +0 -55
- package/dist/Scheduling/components/scheduling-health-resource.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-health.component.d.ts +0 -30
- package/dist/Scheduling/components/scheduling-health.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-health.component.js +0 -315
- package/dist/Scheduling/components/scheduling-health.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-history-resource.component.d.ts +0 -20
- package/dist/Scheduling/components/scheduling-history-resource.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-history-resource.component.js +0 -55
- package/dist/Scheduling/components/scheduling-history-resource.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-history.component.d.ts +0 -48
- package/dist/Scheduling/components/scheduling-history.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-history.component.js +0 -377
- package/dist/Scheduling/components/scheduling-history.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-monitor-resource.component.d.ts +0 -20
- package/dist/Scheduling/components/scheduling-monitor-resource.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-monitor-resource.component.js +0 -55
- package/dist/Scheduling/components/scheduling-monitor-resource.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-monitoring.component.d.ts +0 -37
- package/dist/Scheduling/components/scheduling-monitoring.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-monitoring.component.js +0 -488
- package/dist/Scheduling/components/scheduling-monitoring.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-types-resource.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-types-resource.component.js +0 -55
- package/dist/Scheduling/components/scheduling-types-resource.component.js.map +0 -1
- package/dist/Scheduling/components/scheduling-types.component.d.ts +0 -22
- package/dist/Scheduling/components/scheduling-types.component.d.ts.map +0 -1
- package/dist/Scheduling/components/scheduling-types.component.js +0 -165
- package/dist/Scheduling/components/scheduling-types.component.js.map +0 -1
- package/dist/Testing/components/testing-execution-resource.component.d.ts +0 -20
- package/dist/Testing/components/testing-execution-resource.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-execution-resource.component.js +0 -55
- package/dist/Testing/components/testing-execution-resource.component.js.map +0 -1
- package/dist/Testing/components/testing-execution.component.d.ts +0 -71
- package/dist/Testing/components/testing-execution.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-execution.component.js +0 -845
- package/dist/Testing/components/testing-execution.component.js.map +0 -1
- package/dist/Testing/components/testing-feedback-resource.component.d.ts +0 -20
- package/dist/Testing/components/testing-feedback-resource.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-feedback-resource.component.js +0 -55
- package/dist/Testing/components/testing-feedback-resource.component.js.map +0 -1
- package/dist/Testing/components/testing-feedback.component.d.ts +0 -111
- package/dist/Testing/components/testing-feedback.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-feedback.component.js +0 -1486
- package/dist/Testing/components/testing-feedback.component.js.map +0 -1
- package/dist/Testing/components/testing-overview-resource.component.d.ts +0 -20
- package/dist/Testing/components/testing-overview-resource.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-overview-resource.component.js +0 -55
- package/dist/Testing/components/testing-overview-resource.component.js.map +0 -1
- package/dist/Testing/components/testing-overview.component.d.ts +0 -30
- package/dist/Testing/components/testing-overview.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-overview.component.js +0 -361
- package/dist/Testing/components/testing-overview.component.js.map +0 -1
- package/dist/Testing/components/testing-version-comparison.component.d.ts +0 -62
- package/dist/Testing/components/testing-version-comparison.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-version-comparison.component.js +0 -815
- package/dist/Testing/components/testing-version-comparison.component.js.map +0 -1
- package/dist/Testing/components/testing-version-resource.component.d.ts +0 -20
- package/dist/Testing/components/testing-version-resource.component.d.ts.map +0 -1
- package/dist/Testing/components/testing-version-resource.component.js +0 -55
- package/dist/Testing/components/testing-version-resource.component.js.map +0 -1
package/dist/module.d.ts
CHANGED
|
@@ -18,105 +18,129 @@ import * as i16 from "./Actions/components/security-permissions.component";
|
|
|
18
18
|
import * as i17 from "./Actions/components/actions-list-view.component";
|
|
19
19
|
import * as i18 from "./Actions/components/executions-list-view.component";
|
|
20
20
|
import * as i19 from "./Actions/components/categories-list-view.component";
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
24
|
-
import * as i23 from "./
|
|
25
|
-
import * as i24 from "./
|
|
26
|
-
import * as i25 from "./
|
|
27
|
-
import * as i26 from "./
|
|
28
|
-
import * as i27 from "./
|
|
29
|
-
import * as i28 from "./
|
|
30
|
-
import * as i29 from "./
|
|
31
|
-
import * as i30 from "./
|
|
32
|
-
import * as i31 from "./
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "./
|
|
35
|
-
import * as i34 from "./
|
|
36
|
-
import * as i35 from "./
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "./
|
|
40
|
-
import * as i39 from "./
|
|
41
|
-
import * as i40 from "./
|
|
42
|
-
import * as i41 from "./
|
|
43
|
-
import * as i42 from "./
|
|
44
|
-
import * as i43 from "./
|
|
45
|
-
import * as i44 from "./
|
|
46
|
-
import * as i45 from "./
|
|
47
|
-
import * as i46 from "./
|
|
48
|
-
import * as i47 from "./
|
|
49
|
-
import * as i48 from "./
|
|
50
|
-
import * as i49 from "./
|
|
51
|
-
import * as i50 from "./
|
|
52
|
-
import * as i51 from "./
|
|
53
|
-
import * as i52 from "./
|
|
54
|
-
import * as i53 from "./
|
|
55
|
-
import * as i54 from "./
|
|
56
|
-
import * as i55 from "./
|
|
57
|
-
import * as i56 from "./
|
|
58
|
-
import * as i57 from "./
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./
|
|
61
|
-
import * as i60 from "./
|
|
62
|
-
import * as i61 from "./
|
|
63
|
-
import * as i62 from "./
|
|
64
|
-
import * as i63 from "./
|
|
65
|
-
import * as i64 from "./
|
|
66
|
-
import * as i65 from "./
|
|
67
|
-
import * as i66 from "./
|
|
68
|
-
import * as i67 from "./
|
|
69
|
-
import * as i68 from "./
|
|
70
|
-
import * as i69 from "./
|
|
71
|
-
import * as i70 from "./
|
|
72
|
-
import * as i71 from "./
|
|
73
|
-
import * as i72 from "./
|
|
74
|
-
import * as i73 from "./
|
|
75
|
-
import * as i74 from "./
|
|
76
|
-
import * as i75 from "./
|
|
77
|
-
import * as i76 from "./
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./
|
|
82
|
-
import * as i81 from "./
|
|
83
|
-
import * as i82 from "./
|
|
84
|
-
import * as i83 from "./
|
|
85
|
-
import * as i84 from "./
|
|
86
|
-
import * as i85 from "
|
|
87
|
-
import * as i86 from "
|
|
88
|
-
import * as i87 from "
|
|
89
|
-
import * as i88 from "
|
|
90
|
-
import * as i89 from "
|
|
91
|
-
import * as i90 from "
|
|
92
|
-
import * as i91 from "
|
|
93
|
-
import * as i92 from "
|
|
94
|
-
import * as i93 from "
|
|
95
|
-
import * as i94 from "
|
|
96
|
-
import * as i95 from "
|
|
97
|
-
import * as i96 from "
|
|
98
|
-
import * as i97 from "
|
|
99
|
-
import * as i98 from "
|
|
100
|
-
import * as i99 from "
|
|
101
|
-
import * as i100 from "
|
|
102
|
-
import * as i101 from "
|
|
103
|
-
import * as i102 from "
|
|
104
|
-
import * as i103 from "
|
|
105
|
-
import * as i104 from "
|
|
106
|
-
import * as i105 from "@
|
|
107
|
-
import * as i106 from "@
|
|
108
|
-
import * as i107 from "@
|
|
109
|
-
import * as i108 from "@
|
|
110
|
-
import * as i109 from "@
|
|
111
|
-
import * as i110 from "@
|
|
112
|
-
import * as i111 from "@
|
|
113
|
-
import * as i112 from "@
|
|
114
|
-
import * as i113 from "@memberjunction/ng-
|
|
115
|
-
import * as i114 from "@
|
|
116
|
-
import * as i115 from "@memberjunction/ng-
|
|
21
|
+
import * as i20 from "./Actions/components/explorer/action-explorer.component";
|
|
22
|
+
import * as i21 from "./Actions/components/explorer/action-tree-panel.component";
|
|
23
|
+
import * as i22 from "./Actions/components/explorer/action-toolbar.component";
|
|
24
|
+
import * as i23 from "./Actions/components/explorer/action-breadcrumb.component";
|
|
25
|
+
import * as i24 from "./Actions/components/explorer/action-card.component";
|
|
26
|
+
import * as i25 from "./Actions/components/explorer/action-list-item.component";
|
|
27
|
+
import * as i26 from "./Actions/components/explorer/new-category-panel.component";
|
|
28
|
+
import * as i27 from "./Actions/components/explorer/new-action-panel.component";
|
|
29
|
+
import * as i28 from "./AI/components/prompts/model-prompt-priority-matrix.component";
|
|
30
|
+
import * as i29 from "./AI/components/prompts/prompt-version-control.component";
|
|
31
|
+
import * as i30 from "./AI/components/widgets/kpi-card.component";
|
|
32
|
+
import * as i31 from "./AI/components/widgets/live-execution-widget.component";
|
|
33
|
+
import * as i32 from "./AI/components/charts/time-series-chart.component";
|
|
34
|
+
import * as i33 from "./AI/components/charts/performance-heatmap.component";
|
|
35
|
+
import * as i34 from "./ComponentStudio/component-studio-dashboard.component";
|
|
36
|
+
import * as i35 from "./ComponentStudio/components/text-import-dialog.component";
|
|
37
|
+
import * as i36 from "./ComponentStudio/components/artifact-selection-dialog.component";
|
|
38
|
+
import * as i37 from "./ComponentStudio/components/artifact-load-dialog.component";
|
|
39
|
+
import * as i38 from "./ComponentStudio/components/browser/component-browser.component";
|
|
40
|
+
import * as i39 from "./ComponentStudio/components/workspace/component-preview.component";
|
|
41
|
+
import * as i40 from "./ComponentStudio/components/workspace/editor-tabs.component";
|
|
42
|
+
import * as i41 from "./ComponentStudio/components/editors/spec-editor.component";
|
|
43
|
+
import * as i42 from "./ComponentStudio/components/editors/code-editor-panel.component";
|
|
44
|
+
import * as i43 from "./ComponentStudio/components/editors/requirements-editor.component";
|
|
45
|
+
import * as i44 from "./ComponentStudio/components/editors/data-requirements-editor.component";
|
|
46
|
+
import * as i45 from "./ComponentStudio/components/ai-assistant/ai-assistant-panel.component";
|
|
47
|
+
import * as i46 from "./ComponentStudio/components/new-component-dialog/new-component-dialog.component";
|
|
48
|
+
import * as i47 from "./ComponentStudio/components/save-version-dialog/save-version-dialog.component";
|
|
49
|
+
import * as i48 from "./Scheduling/scheduling-dashboard.component";
|
|
50
|
+
import * as i49 from "./Scheduling/components/scheduling-overview.component";
|
|
51
|
+
import * as i50 from "./Scheduling/components/scheduling-jobs.component";
|
|
52
|
+
import * as i51 from "./Scheduling/components/scheduling-activity.component";
|
|
53
|
+
import * as i52 from "./Scheduling/components/job-slideout.component";
|
|
54
|
+
import * as i53 from "./Scheduling/components/scheduling-overview-resource.component";
|
|
55
|
+
import * as i54 from "./Scheduling/components/scheduling-jobs-resource.component";
|
|
56
|
+
import * as i55 from "./Scheduling/components/scheduling-activity-resource.component";
|
|
57
|
+
import * as i56 from "./Testing/testing-dashboard.component";
|
|
58
|
+
import * as i57 from "./Testing/components/testing-dashboard-tab.component";
|
|
59
|
+
import * as i58 from "./Testing/components/testing-runs.component";
|
|
60
|
+
import * as i59 from "./Testing/components/testing-analytics.component";
|
|
61
|
+
import * as i60 from "./Testing/components/testing-review.component";
|
|
62
|
+
import * as i61 from "./Testing/components/testing-dashboard-tab-resource.component";
|
|
63
|
+
import * as i62 from "./Testing/components/testing-runs-resource.component";
|
|
64
|
+
import * as i63 from "./Testing/components/testing-analytics-resource.component";
|
|
65
|
+
import * as i64 from "./Testing/components/testing-review-resource.component";
|
|
66
|
+
import * as i65 from "./Testing/components/testing-explorer.component";
|
|
67
|
+
import * as i66 from "./Testing/components/testing-explorer-resource.component";
|
|
68
|
+
import * as i67 from "./Testing/components/widgets/suite-tree.component";
|
|
69
|
+
import * as i68 from "./Testing/components/widgets/oracle-breakdown-table.component";
|
|
70
|
+
import * as i69 from "./Testing/components/widgets/test-run-detail-panel.component";
|
|
71
|
+
import * as i70 from "./DataExplorer/data-explorer-dashboard.component";
|
|
72
|
+
import * as i71 from "./DataExplorer/data-explorer-resource.component";
|
|
73
|
+
import * as i72 from "./DataExplorer/components/navigation-panel/navigation-panel.component";
|
|
74
|
+
import * as i73 from "./DataExplorer/components/view-selector/view-selector.component";
|
|
75
|
+
import * as i74 from "./DataExplorer/components/filter-dialog/filter-dialog.component";
|
|
76
|
+
import * as i75 from "./Home/home-dashboard.component";
|
|
77
|
+
import * as i76 from "./Communication/communication-dashboard.component";
|
|
78
|
+
import * as i77 from "./Communication/communication-monitor-resource.component";
|
|
79
|
+
import * as i78 from "./Communication/communication-logs-resource.component";
|
|
80
|
+
import * as i79 from "./Communication/communication-providers-resource.component";
|
|
81
|
+
import * as i80 from "./Communication/communication-runs-resource.component";
|
|
82
|
+
import * as i81 from "./Communication/communication-templates-resource.component";
|
|
83
|
+
import * as i82 from "./Credentials/credentials-dashboard.component";
|
|
84
|
+
import * as i83 from "./Credentials/components/credentials-overview-resource.component";
|
|
85
|
+
import * as i84 from "./Credentials/components/credentials-list-resource.component";
|
|
86
|
+
import * as i85 from "./Credentials/components/credentials-types-resource.component";
|
|
87
|
+
import * as i86 from "./Credentials/components/credentials-categories-resource.component";
|
|
88
|
+
import * as i87 from "./Credentials/components/credentials-audit-resource.component";
|
|
89
|
+
import * as i88 from "./Credentials/pipes/group-by.pipe";
|
|
90
|
+
import * as i89 from "./SystemDiagnostics/system-diagnostics.component";
|
|
91
|
+
import * as i90 from "./Lists/components/lists-my-lists-resource.component";
|
|
92
|
+
import * as i91 from "./Lists/components/lists-browse-resource.component";
|
|
93
|
+
import * as i92 from "./Lists/components/lists-categories-resource.component";
|
|
94
|
+
import * as i93 from "./Lists/components/lists-operations-resource.component";
|
|
95
|
+
import * as i94 from "./Lists/components/venn-diagram/venn-diagram.component";
|
|
96
|
+
import * as i95 from "./QueryBrowser/query-browser-resource.component";
|
|
97
|
+
import * as i96 from "./DashboardBrowser/dashboard-browser-resource.component";
|
|
98
|
+
import * as i97 from "./DashboardBrowser/dashboard-share-dialog.component";
|
|
99
|
+
import * as i98 from "./APIKeys/api-keys-resource.component";
|
|
100
|
+
import * as i99 from "./APIKeys/api-key-create-dialog.component";
|
|
101
|
+
import * as i100 from "./APIKeys/api-key-edit-panel.component";
|
|
102
|
+
import * as i101 from "./APIKeys/api-key-list.component";
|
|
103
|
+
import * as i102 from "./APIKeys/api-applications-panel.component";
|
|
104
|
+
import * as i103 from "./APIKeys/api-scopes-panel.component";
|
|
105
|
+
import * as i104 from "./APIKeys/api-usage-panel.component";
|
|
106
|
+
import * as i105 from "@angular/common";
|
|
107
|
+
import * as i106 from "@angular/forms";
|
|
108
|
+
import * as i107 from "@progress/kendo-angular-indicators";
|
|
109
|
+
import * as i108 from "@progress/kendo-angular-dropdowns";
|
|
110
|
+
import * as i109 from "@progress/kendo-angular-inputs";
|
|
111
|
+
import * as i110 from "@progress/kendo-angular-dateinputs";
|
|
112
|
+
import * as i111 from "@progress/kendo-angular-layout";
|
|
113
|
+
import * as i112 from "@progress/kendo-angular-dialog";
|
|
114
|
+
import * as i113 from "@memberjunction/ng-container-directives";
|
|
115
|
+
import * as i114 from "@progress/kendo-angular-navigation";
|
|
116
|
+
import * as i115 from "@memberjunction/ng-code-editor";
|
|
117
|
+
import * as i116 from "@progress/kendo-angular-treeview";
|
|
118
|
+
import * as i117 from "@progress/kendo-angular-buttons";
|
|
119
|
+
import * as i118 from "@memberjunction/ng-action-gallery";
|
|
120
|
+
import * as i119 from "@memberjunction/ng-ai-test-harness";
|
|
121
|
+
import * as i120 from "@memberjunction/ng-core-entity-forms";
|
|
122
|
+
import * as i121 from "@progress/kendo-angular-grid";
|
|
123
|
+
import * as i122 from "@progress/kendo-angular-excel-export";
|
|
124
|
+
import * as i123 from "@memberjunction/ng-react";
|
|
125
|
+
import * as i124 from "@memberjunction/ng-notifications";
|
|
126
|
+
import * as i125 from "@memberjunction/ng-testing";
|
|
127
|
+
import * as i126 from "@memberjunction/ng-entity-viewer";
|
|
128
|
+
import * as i127 from "@memberjunction/ng-explorer-settings";
|
|
129
|
+
import * as i128 from "@memberjunction/ng-shared-generic";
|
|
130
|
+
import * as i129 from "@memberjunction/ng-filter-builder";
|
|
131
|
+
import * as i130 from "@memberjunction/ng-entity-relationship-diagram";
|
|
132
|
+
import * as i131 from "@memberjunction/ng-list-management";
|
|
133
|
+
import * as i132 from "@memberjunction/ng-export-service";
|
|
134
|
+
import * as i133 from "@memberjunction/ng-query-viewer";
|
|
135
|
+
import * as i134 from "@memberjunction/ng-dashboard-viewer";
|
|
136
|
+
import * as i135 from "./MCP/mcp.module";
|
|
137
|
+
import * as i136 from "@memberjunction/ng-credentials";
|
|
138
|
+
import * as i137 from "./shared/shared-pipes.module";
|
|
139
|
+
import * as i138 from "@memberjunction/ng-actions";
|
|
140
|
+
import * as i139 from "@memberjunction/ng-markdown";
|
|
117
141
|
export declare class DashboardsModule {
|
|
118
142
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardsModule, never>;
|
|
119
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardsModule, [typeof i1.EntityAdminDashboardComponent, typeof i2.ModelManagementComponent, typeof i3.PromptManagementComponent, typeof i4.PromptFilterPanelComponent, typeof i5.AgentConfigurationComponent, typeof i6.AgentFilterPanelComponent, typeof i7.AgentEditorComponent, typeof i8.ExecutionMonitoringComponent, typeof i9.SystemConfigurationComponent, typeof i10.SystemConfigFilterPanelComponent, typeof i11.ActionsOverviewComponent, typeof i12.ExecutionMonitoringComponent, typeof i13.ScheduledActionsComponent, typeof i14.CodeManagementComponent, typeof i15.EntityIntegrationComponent, typeof i16.SecurityPermissionsComponent, typeof i17.ActionsListViewComponent, typeof i18.ExecutionsListViewComponent, typeof i19.CategoriesListViewComponent, typeof i20.
|
|
143
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardsModule, [typeof i1.EntityAdminDashboardComponent, typeof i2.ModelManagementComponent, typeof i3.PromptManagementComponent, typeof i4.PromptFilterPanelComponent, typeof i5.AgentConfigurationComponent, typeof i6.AgentFilterPanelComponent, typeof i7.AgentEditorComponent, typeof i8.ExecutionMonitoringComponent, typeof i9.SystemConfigurationComponent, typeof i10.SystemConfigFilterPanelComponent, typeof i11.ActionsOverviewComponent, typeof i12.ExecutionMonitoringComponent, typeof i13.ScheduledActionsComponent, typeof i14.CodeManagementComponent, typeof i15.EntityIntegrationComponent, typeof i16.SecurityPermissionsComponent, typeof i17.ActionsListViewComponent, typeof i18.ExecutionsListViewComponent, typeof i19.CategoriesListViewComponent, typeof i20.ActionExplorerComponent, typeof i21.ActionTreePanelComponent, typeof i22.ActionToolbarComponent, typeof i23.ActionBreadcrumbComponent, typeof i24.ActionCardComponent, typeof i25.ActionListItemComponent, typeof i26.NewCategoryPanelComponent, typeof i27.NewActionPanelComponent, typeof i28.ModelPromptPriorityMatrixComponent, typeof i29.PromptVersionControlComponent, typeof i30.KPICardComponent, typeof i31.LiveExecutionWidgetComponent, typeof i32.TimeSeriesChartComponent, typeof i33.PerformanceHeatmapComponent, typeof i34.ComponentStudioDashboardComponent, typeof i35.TextImportDialogComponent, typeof i36.ArtifactSelectionDialogComponent, typeof i37.ArtifactLoadDialogComponent, typeof i38.ComponentBrowserComponent, typeof i39.ComponentPreviewComponent, typeof i40.EditorTabsComponent, typeof i41.SpecEditorComponent, typeof i42.CodeEditorPanelComponent, typeof i43.RequirementsEditorComponent, typeof i44.DataRequirementsEditorComponent, typeof i45.AIAssistantPanelComponent, typeof i46.NewComponentDialogComponent, typeof i47.SaveVersionDialogComponent, typeof i48.SchedulingDashboardComponent, typeof i49.SchedulingOverviewComponent, typeof i50.SchedulingJobsComponent, typeof i51.SchedulingActivityComponent, typeof i52.JobSlideoutComponent, typeof i53.SchedulingOverviewResourceComponent, typeof i54.SchedulingJobsResourceComponent, typeof i55.SchedulingActivityResourceComponent, typeof i56.TestingDashboardComponent, typeof i57.TestingDashboardTabComponent, typeof i58.TestingRunsComponent, typeof i59.TestingAnalyticsComponent, typeof i60.TestingReviewComponent, typeof i61.TestingDashboardTabResourceComponent, typeof i62.TestingRunsResourceComponent, typeof i63.TestingAnalyticsResourceComponent, typeof i64.TestingReviewResourceComponent, typeof i65.TestingExplorerComponent, typeof i66.TestingExplorerResourceComponent, typeof i67.SuiteTreeComponent, typeof i67.SuiteTreeNodeComponent, typeof i68.OracleBreakdownTableComponent, typeof i69.TestRunDetailPanelComponent, typeof i70.DataExplorerDashboardComponent, typeof i71.DataExplorerResourceComponent, typeof i72.NavigationPanelComponent, typeof i73.ViewSelectorComponent, typeof i74.FilterDialogComponent, typeof i75.HomeDashboardComponent, typeof i76.CommunicationDashboardComponent, typeof i77.CommunicationMonitorResourceComponent, typeof i78.CommunicationLogsResourceComponent, typeof i79.CommunicationProvidersResourceComponent, typeof i80.CommunicationRunsResourceComponent, typeof i81.CommunicationTemplatesResourceComponent, typeof i82.CredentialsDashboardComponent, typeof i83.CredentialsOverviewResourceComponent, typeof i84.CredentialsListResourceComponent, typeof i85.CredentialsTypesResourceComponent, typeof i86.CredentialsCategoriesResourceComponent, typeof i87.CredentialsAuditResourceComponent, typeof i88.GroupByPipe, typeof i89.SystemDiagnosticsComponent, typeof i90.ListsMyListsResource, typeof i91.ListsBrowseResource, typeof i92.ListsCategoriesResource, typeof i93.ListsOperationsResource, typeof i94.VennDiagramComponent, typeof i95.QueryBrowserResourceComponent, typeof i96.DashboardBrowserResourceComponent, typeof i97.DashboardShareDialogComponent, typeof i98.APIKeysResourceComponent, typeof i99.APIKeyCreateDialogComponent, typeof i100.APIKeyEditPanelComponent, typeof i101.APIKeyListComponent, typeof i102.APIApplicationsPanelComponent, typeof i103.APIScopesPanelComponent, typeof i104.APIUsagePanelComponent], [typeof i105.CommonModule, typeof i106.FormsModule, typeof i106.ReactiveFormsModule, typeof i107.IndicatorsModule, typeof i108.DropDownsModule, typeof i109.InputsModule, typeof i110.DateInputsModule, typeof i111.LayoutModule, typeof i112.DialogsModule, typeof i112.WindowModule, typeof i113.ContainerDirectivesModule, typeof i114.NavigationModule, typeof i115.CodeEditorModule, typeof i116.TreeViewModule, typeof i117.ButtonsModule, typeof i118.ActionGalleryModule, typeof i119.AITestHarnessModule, typeof i120.MemberJunctionCoreEntityFormsModule, typeof i121.GridModule, typeof i122.ExcelExportModule, typeof i123.MJReactModule, typeof i111.SplitterModule, typeof i111.TabStripModule, typeof i111.PanelBarModule, typeof i124.MJNotificationsModule, typeof i125.TestingModule, typeof i126.EntityViewerModule, typeof i127.ExplorerSettingsModule, typeof i128.SharedGenericModule, typeof i129.FilterBuilderModule, typeof i130.EntityRelationshipDiagramModule, typeof i131.ListManagementModule, typeof i132.ExportServiceModule, typeof i133.QueryViewerModule, typeof i134.DashboardViewerModule, typeof i135.MCPModule, typeof i136.CredentialsModule, typeof i137.SharedPipesModule, typeof i138.ActionsModule, typeof i139.MarkdownModule], [typeof i1.EntityAdminDashboardComponent, typeof i34.ComponentStudioDashboardComponent, typeof i48.SchedulingDashboardComponent, typeof i56.TestingDashboardComponent, typeof i8.ExecutionMonitoringComponent, typeof i3.PromptManagementComponent, typeof i5.AgentConfigurationComponent, typeof i2.ModelManagementComponent, typeof i9.SystemConfigurationComponent, typeof i11.ActionsOverviewComponent, typeof i12.ExecutionMonitoringComponent, typeof i13.ScheduledActionsComponent, typeof i14.CodeManagementComponent, typeof i15.EntityIntegrationComponent, typeof i16.SecurityPermissionsComponent, typeof i20.ActionExplorerComponent, typeof i21.ActionTreePanelComponent, typeof i22.ActionToolbarComponent, typeof i23.ActionBreadcrumbComponent, typeof i24.ActionCardComponent, typeof i25.ActionListItemComponent, typeof i26.NewCategoryPanelComponent, typeof i27.NewActionPanelComponent, typeof i53.SchedulingOverviewResourceComponent, typeof i54.SchedulingJobsResourceComponent, typeof i55.SchedulingActivityResourceComponent, typeof i61.TestingDashboardTabResourceComponent, typeof i62.TestingRunsResourceComponent, typeof i63.TestingAnalyticsResourceComponent, typeof i64.TestingReviewResourceComponent, typeof i65.TestingExplorerComponent, typeof i66.TestingExplorerResourceComponent, typeof i70.DataExplorerDashboardComponent, typeof i71.DataExplorerResourceComponent, typeof i75.HomeDashboardComponent, typeof i76.CommunicationDashboardComponent, typeof i77.CommunicationMonitorResourceComponent, typeof i78.CommunicationLogsResourceComponent, typeof i79.CommunicationProvidersResourceComponent, typeof i80.CommunicationRunsResourceComponent, typeof i81.CommunicationTemplatesResourceComponent, typeof i82.CredentialsDashboardComponent, typeof i83.CredentialsOverviewResourceComponent, typeof i84.CredentialsListResourceComponent, typeof i85.CredentialsTypesResourceComponent, typeof i86.CredentialsCategoriesResourceComponent, typeof i87.CredentialsAuditResourceComponent, typeof i88.GroupByPipe, typeof i137.SharedPipesModule, typeof i136.CredentialsModule, typeof i89.SystemDiagnosticsComponent, typeof i90.ListsMyListsResource, typeof i91.ListsBrowseResource, typeof i92.ListsCategoriesResource, typeof i93.ListsOperationsResource, typeof i94.VennDiagramComponent, typeof i95.QueryBrowserResourceComponent, typeof i96.DashboardBrowserResourceComponent, typeof i97.DashboardShareDialogComponent, typeof i98.APIKeysResourceComponent, typeof i99.APIKeyCreateDialogComponent, typeof i100.APIKeyEditPanelComponent, typeof i101.APIKeyListComponent, typeof i102.APIApplicationsPanelComponent, typeof i103.APIScopesPanelComponent, typeof i104.APIUsagePanelComponent, typeof i135.MCPModule]>;
|
|
120
144
|
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardsModule>;
|
|
121
145
|
}
|
|
122
146
|
//# sourceMappingURL=module.d.ts.map
|
package/dist/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6KA,qBAkQa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|