@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
package/README.md
CHANGED
|
@@ -1,16 +1,91 @@
|
|
|
1
1
|
# @memberjunction/ng-dashboards
|
|
2
2
|
|
|
3
|
-
Angular dashboard components for MemberJunction Explorer, providing
|
|
4
|
-
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
Comprehensive Angular dashboard components for MemberJunction Explorer, providing administrative interfaces for AI operations, entity management, actions, communication, testing, scheduling, credentials, API keys, version history, MCP servers, and more.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
This package provides a rich collection of dashboard components registered as `BaseResourceComponent` subclasses. Each dashboard is loaded dynamically within the Explorer shell based on application navigation configuration. Dashboards follow MemberJunction's engine-class pattern for data access (no Angular services for data) and use getter/setter state management for reactivity.
|
|
8
|
+
|
|
9
|
+
```mermaid
|
|
10
|
+
graph TD
|
|
11
|
+
BRC["BaseResourceComponent"] --> AID["AI Dashboard"]
|
|
12
|
+
BRC --> EAD["Entity Admin Dashboard"]
|
|
13
|
+
BRC --> ACT["Actions Dashboard"]
|
|
14
|
+
BRC --> COM["Communication Dashboard"]
|
|
15
|
+
BRC --> TST["Testing Dashboard"]
|
|
16
|
+
BRC --> SCH["Scheduling Dashboard"]
|
|
17
|
+
BRC --> CRD["Credentials Dashboard"]
|
|
18
|
+
BRC --> AK["API Keys Dashboard"]
|
|
19
|
+
BRC --> MCP["MCP Dashboard"]
|
|
20
|
+
BRC --> CS["Component Studio"]
|
|
21
|
+
BRC --> DE["Data Explorer"]
|
|
22
|
+
BRC --> VH["Version History"]
|
|
23
|
+
BRC --> QB["Query Browser"]
|
|
24
|
+
BRC --> DB["Dashboard Browser"]
|
|
25
|
+
BRC --> HD["Home Dashboard"]
|
|
26
|
+
BRC --> LST["Lists Dashboard"]
|
|
27
|
+
|
|
28
|
+
style BRC fill:#7c5295,stroke:#563a6b,color:#fff
|
|
29
|
+
style AID fill:#2d6a9f,stroke:#1a4971,color:#fff
|
|
30
|
+
style EAD fill:#2d6a9f,stroke:#1a4971,color:#fff
|
|
31
|
+
style ACT fill:#2d6a9f,stroke:#1a4971,color:#fff
|
|
32
|
+
style COM fill:#2d8659,stroke:#1a5c3a,color:#fff
|
|
33
|
+
style TST fill:#2d8659,stroke:#1a5c3a,color:#fff
|
|
34
|
+
style SCH fill:#2d8659,stroke:#1a5c3a,color:#fff
|
|
35
|
+
style CRD fill:#b8762f,stroke:#8a5722,color:#fff
|
|
36
|
+
style AK fill:#b8762f,stroke:#8a5722,color:#fff
|
|
37
|
+
style MCP fill:#b8762f,stroke:#8a5722,color:#fff
|
|
38
|
+
style CS fill:#b8762f,stroke:#8a5722,color:#fff
|
|
39
|
+
style DE fill:#2d6a9f,stroke:#1a4971,color:#fff
|
|
40
|
+
style VH fill:#2d8659,stroke:#1a5c3a,color:#fff
|
|
41
|
+
style QB fill:#b8762f,stroke:#8a5722,color:#fff
|
|
42
|
+
style DB fill:#b8762f,stroke:#8a5722,color:#fff
|
|
43
|
+
style HD fill:#7c5295,stroke:#563a6b,color:#fff
|
|
44
|
+
style LST fill:#2d6a9f,stroke:#1a4971,color:#fff
|
|
45
|
+
```
|
|
12
46
|
|
|
13
|
-
|
|
47
|
+
## Dashboards
|
|
48
|
+
|
|
49
|
+
### AI Dashboard
|
|
50
|
+
- **Execution Monitoring**: Real-time AI execution tracking with KPI cards, time-series charts, and performance heatmaps
|
|
51
|
+
- **Prompt Management**: Create, edit, and version AI prompts with model-prompt priority matrix
|
|
52
|
+
- **Agent Configuration**: Configure AI agents with filtering and inline editing
|
|
53
|
+
- **Model Management**: Manage AI model configurations
|
|
54
|
+
- **System Configuration**: System-wide AI settings management
|
|
55
|
+
|
|
56
|
+
### Actions Dashboard
|
|
57
|
+
- **Action Explorer**: Tree-based action browser with category management
|
|
58
|
+
- **Execution Monitoring**: Monitor action execution logs
|
|
59
|
+
- **Scheduled Actions**: Manage scheduled action configurations
|
|
60
|
+
- **Code Management**: View and manage action code
|
|
61
|
+
- **Entity Integration**: Configure entity-action relationships
|
|
62
|
+
- **Security Permissions**: Manage action-level permissions
|
|
63
|
+
|
|
64
|
+
### Data Explorer
|
|
65
|
+
- **Navigation Panel**: Tree-based entity browser
|
|
66
|
+
- **View Selector**: Switch between entity views with filtering
|
|
67
|
+
- **Filter Dialog**: Dynamic filter construction
|
|
68
|
+
|
|
69
|
+
### Communication Dashboard
|
|
70
|
+
- Monitor, logs, providers, runs, and template management for entity communications
|
|
71
|
+
|
|
72
|
+
### Testing Dashboard
|
|
73
|
+
- Test execution, analytics, review, and explorer views for MJ's testing framework
|
|
74
|
+
|
|
75
|
+
### Scheduling Dashboard
|
|
76
|
+
- Overview, jobs, and activity monitoring for scheduled tasks
|
|
77
|
+
|
|
78
|
+
### Component Studio
|
|
79
|
+
- Visual component builder with AI assistant, code editing, specs, and versioning
|
|
80
|
+
|
|
81
|
+
### Additional Dashboards
|
|
82
|
+
- **API Keys**: API key management with scopes, applications, and usage tracking
|
|
83
|
+
- **Credentials**: Credential management with categories, types, and audit
|
|
84
|
+
- **MCP (Model Context Protocol)**: MCP server management and testing
|
|
85
|
+
- **Version History**: Labels, diffs, restore, and graph visualization
|
|
86
|
+
- **Query Browser / Dashboard Browser**: Browse and manage queries and dashboards
|
|
87
|
+
- **Lists**: List management with categories, operations, and Venn diagrams
|
|
88
|
+
- **Home**: Default landing dashboard
|
|
14
89
|
|
|
15
90
|
## Installation
|
|
16
91
|
|
|
@@ -18,350 +93,38 @@ All dashboards extend the `BaseDashboard` class, providing consistent state mana
|
|
|
18
93
|
npm install @memberjunction/ng-dashboards
|
|
19
94
|
```
|
|
20
95
|
|
|
21
|
-
## Dependencies
|
|
22
|
-
|
|
23
|
-
### Peer Dependencies
|
|
24
|
-
- `@angular/common`: 18.0.2
|
|
25
|
-
- `@angular/core`: 18.0.2
|
|
26
|
-
- `@angular/forms`: 18.0.2
|
|
96
|
+
## Key Dependencies
|
|
27
97
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
- `@memberjunction/ng-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
|
|
98
|
+
| Dependency | Purpose |
|
|
99
|
+
|---|---|
|
|
100
|
+
| `@memberjunction/core`, `@memberjunction/core-entities` | Entity metadata and data access |
|
|
101
|
+
| `@memberjunction/ng-base-application` | BaseResourceComponent base |
|
|
102
|
+
| `@memberjunction/ng-shared`, `@memberjunction/ng-shared-generic` | Shared services, loading indicators |
|
|
103
|
+
| `@memberjunction/ng-dashboard-viewer` | Dashboard rendering |
|
|
104
|
+
| `@memberjunction/ng-query-viewer` | Query execution and display |
|
|
105
|
+
| `@progress/kendo-angular-*` | Kendo UI components |
|
|
106
|
+
| `d3` | Data visualization |
|
|
107
|
+
| `codemirror` | Code editing |
|
|
38
108
|
|
|
39
109
|
## Usage
|
|
40
110
|
|
|
41
|
-
### 1. Import the Module
|
|
42
|
-
|
|
43
111
|
```typescript
|
|
44
112
|
import { DashboardsModule } from '@memberjunction/ng-dashboards';
|
|
45
113
|
|
|
46
114
|
@NgModule({
|
|
47
|
-
imports: [
|
|
48
|
-
// ... other imports
|
|
49
|
-
DashboardsModule
|
|
50
|
-
]
|
|
51
|
-
})
|
|
52
|
-
export class YourModule { }
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
### 2. Using the AI Dashboard
|
|
56
|
-
|
|
57
|
-
```typescript
|
|
58
|
-
import { Component } from '@angular/core';
|
|
59
|
-
import { DashboardConfig } from '@memberjunction/ng-dashboards';
|
|
60
|
-
|
|
61
|
-
@Component({
|
|
62
|
-
template: `
|
|
63
|
-
<mj-ai-dashboard
|
|
64
|
-
[Config]="dashboardConfig"
|
|
65
|
-
(LoadingComplete)="onLoadingComplete()"
|
|
66
|
-
(Error)="onError($event)"
|
|
67
|
-
(UserStateChanged)="onStateChanged($event)"
|
|
68
|
-
(OpenEntityRecord)="onOpenRecord($event)">
|
|
69
|
-
</mj-ai-dashboard>
|
|
70
|
-
`
|
|
71
|
-
})
|
|
72
|
-
export class AIManagementComponent {
|
|
73
|
-
dashboardConfig: DashboardConfig = {
|
|
74
|
-
dashboard: dashboardEntity, // DashboardEntityExtended instance
|
|
75
|
-
userState: savedUserState // Optional: Previously saved state
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
onLoadingComplete() {
|
|
79
|
-
console.log('AI Dashboard loaded');
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
onError(error: Error) {
|
|
83
|
-
console.error('Dashboard error:', error);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
onStateChanged(state: any) {
|
|
87
|
-
// Save user state for persistence
|
|
88
|
-
localStorage.setItem('ai-dashboard-state', JSON.stringify(state));
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
onOpenRecord(event: {EntityName: string, RecordPKey: CompositeKey}) {
|
|
92
|
-
// Handle opening entity records
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
### 3. Using the Entity Admin Dashboard
|
|
98
|
-
|
|
99
|
-
```typescript
|
|
100
|
-
@Component({
|
|
101
|
-
template: `
|
|
102
|
-
<mj-entity-admin-dashboard
|
|
103
|
-
[Config]="dashboardConfig"
|
|
104
|
-
(LoadingComplete)="onLoadingComplete()"
|
|
105
|
-
(UserStateChanged)="onStateChanged($event)">
|
|
106
|
-
</mj-entity-admin-dashboard>
|
|
107
|
-
`
|
|
108
|
-
})
|
|
109
|
-
export class EntityAdminComponent {
|
|
110
|
-
dashboardConfig: DashboardConfig = {
|
|
111
|
-
dashboard: dashboardEntity
|
|
112
|
-
};
|
|
113
|
-
}
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
### 4. Using the Actions Management Dashboard
|
|
117
|
-
|
|
118
|
-
```typescript
|
|
119
|
-
@Component({
|
|
120
|
-
template: `
|
|
121
|
-
<mj-actions-management-dashboard
|
|
122
|
-
[Config]="dashboardConfig"
|
|
123
|
-
(LoadingComplete)="onLoadingComplete()"
|
|
124
|
-
(UserStateChanged)="onStateChanged($event)">
|
|
125
|
-
</mj-actions-management-dashboard>
|
|
126
|
-
`
|
|
127
|
-
})
|
|
128
|
-
export class ActionsManagementComponent {
|
|
129
|
-
dashboardConfig: DashboardConfig = {
|
|
130
|
-
dashboard: dashboardEntity
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
## API Documentation
|
|
136
|
-
|
|
137
|
-
### BaseDashboard Class
|
|
138
|
-
|
|
139
|
-
All dashboards extend the `BaseDashboard` abstract class, which provides:
|
|
140
|
-
|
|
141
|
-
#### Inputs
|
|
142
|
-
- `Config: DashboardConfig` - Dashboard configuration including entity and optional user state
|
|
143
|
-
|
|
144
|
-
#### Outputs
|
|
145
|
-
- `LoadingComplete: EventEmitter<void>` - Emitted when dashboard has finished loading
|
|
146
|
-
- `Error: EventEmitter<Error>` - Emitted when an error occurs
|
|
147
|
-
- `UserStateChanged: EventEmitter<any>` - Emitted when dashboard state changes (for persistence)
|
|
148
|
-
- `Interaction: EventEmitter<any>` - General interaction events
|
|
149
|
-
- `OpenEntityRecord: EventEmitter<{EntityName: string, RecordPKey: CompositeKey}>` - Request to open an entity record
|
|
150
|
-
|
|
151
|
-
#### Methods
|
|
152
|
-
- `Refresh(): void` - Reload dashboard data
|
|
153
|
-
- `SetVisible(visible: boolean): void` - Notify dashboard of visibility changes
|
|
154
|
-
|
|
155
|
-
### AI Dashboard Components
|
|
156
|
-
|
|
157
|
-
The AI Dashboard includes the following sub-components:
|
|
158
|
-
|
|
159
|
-
- **ModelManagementComponent**: Manage AI models and configurations
|
|
160
|
-
- **PromptManagementComponent**: Create and manage AI prompts
|
|
161
|
-
- **AgentConfigurationComponent**: Configure AI agents
|
|
162
|
-
- **ExecutionMonitoringComponent**: Monitor AI system execution
|
|
163
|
-
- **SystemConfigurationComponent**: Configure system-wide AI settings
|
|
164
|
-
|
|
165
|
-
### Entity Admin Dashboard Components
|
|
166
|
-
|
|
167
|
-
- **ERDCompositeComponent**: Main ERD visualization and management
|
|
168
|
-
- **EntityFilterPanelComponent**: Filter entities by various criteria
|
|
169
|
-
- **EntityDetailsComponent**: Detailed entity information display
|
|
170
|
-
- **ERDDiagramComponent**: Interactive entity relationship diagram
|
|
171
|
-
|
|
172
|
-
### Actions Management Dashboard Components
|
|
173
|
-
|
|
174
|
-
- **ActionsOverviewComponent**: Overview of all system actions
|
|
175
|
-
- **ExecutionMonitoringComponent**: Monitor action executions
|
|
176
|
-
- **ScheduledActionsComponent**: Manage scheduled actions
|
|
177
|
-
- **CodeManagementComponent**: Manage action code
|
|
178
|
-
- **EntityIntegrationComponent**: Configure entity integrations
|
|
179
|
-
- **SecurityPermissionsComponent**: Manage action permissions
|
|
180
|
-
|
|
181
|
-
## Configuration Options
|
|
182
|
-
|
|
183
|
-
### DashboardConfig Interface
|
|
184
|
-
|
|
185
|
-
```typescript
|
|
186
|
-
interface DashboardConfig {
|
|
187
|
-
dashboard: DashboardEntityExtended; // Dashboard entity from MemberJunction
|
|
188
|
-
userState?: any; // Optional saved user state
|
|
189
|
-
}
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
### State Management
|
|
193
|
-
|
|
194
|
-
Each dashboard maintains its own state structure that can be persisted and restored. The state management pattern follows these principles:
|
|
195
|
-
|
|
196
|
-
1. **State Initialization**: When a dashboard loads, the `loadData()` method checks for user state in the `Config` property and applies it
|
|
197
|
-
2. **State Changes**: Components emit state changes via `UserStateChanged` events with debouncing to prevent excessive updates
|
|
198
|
-
3. **State Persistence**: Parent components should listen to `UserStateChanged` events and persist the state as needed
|
|
199
|
-
4. **State Restoration**: Pass previously saved state through the `Config.userState` property when initializing the dashboard
|
|
200
|
-
|
|
201
|
-
#### How State Loading Works
|
|
202
|
-
|
|
203
|
-
When a dashboard component initializes:
|
|
204
|
-
|
|
205
|
-
```typescript
|
|
206
|
-
// In the dashboard's loadData() method
|
|
207
|
-
loadData(): void {
|
|
208
|
-
// Check if we have user state in the Config and apply it
|
|
209
|
-
if (this.Config?.userState) {
|
|
210
|
-
this.loadUserState(this.Config.userState);
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
// Continue with other initialization...
|
|
214
|
-
this.LoadingComplete.emit();
|
|
215
|
-
}
|
|
216
|
-
```
|
|
217
|
-
|
|
218
|
-
The `loadUserState()` method then applies the saved state to the component and its sub-components:
|
|
219
|
-
|
|
220
|
-
```typescript
|
|
221
|
-
// Example from AIDashboardComponent
|
|
222
|
-
public loadUserState(state: Partial<AIDashboardState>): void {
|
|
223
|
-
if (state.activeTab) {
|
|
224
|
-
this.activeTab = state.activeTab;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// Store sub-component states for when they're rendered
|
|
228
|
-
if (state.executionMonitoringState) {
|
|
229
|
-
this.executionMonitoringState = state.executionMonitoringState;
|
|
230
|
-
}
|
|
231
|
-
// ... other state properties
|
|
232
|
-
}
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
#### AI Dashboard State
|
|
236
|
-
```typescript
|
|
237
|
-
interface AIDashboardState {
|
|
238
|
-
activeTab: string;
|
|
239
|
-
modelManagementState: any;
|
|
240
|
-
promptManagementState: any;
|
|
241
|
-
agentConfigurationState: any;
|
|
242
|
-
executionMonitoringState: ExecutionMonitoringState;
|
|
243
|
-
systemConfigurationState: any;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
// ExecutionMonitoringState includes detailed UI state
|
|
247
|
-
interface ExecutionMonitoringState {
|
|
248
|
-
selectedTimeRange: string;
|
|
249
|
-
refreshInterval: number;
|
|
250
|
-
panelStates: {
|
|
251
|
-
cost: boolean;
|
|
252
|
-
efficiency: boolean;
|
|
253
|
-
executions: boolean;
|
|
254
|
-
};
|
|
255
|
-
drillDownTabs: Array<{
|
|
256
|
-
id: string;
|
|
257
|
-
title: string;
|
|
258
|
-
type: string;
|
|
259
|
-
timestamp?: string;
|
|
260
|
-
metric?: string;
|
|
261
|
-
}>;
|
|
262
|
-
activeTabId: string;
|
|
263
|
-
splitterSizes?: number[];
|
|
264
|
-
}
|
|
265
|
-
```
|
|
266
|
-
|
|
267
|
-
#### Entity Admin Dashboard State
|
|
268
|
-
```typescript
|
|
269
|
-
interface DashboardState {
|
|
270
|
-
filterPanelVisible: boolean;
|
|
271
|
-
filterPanelWidth: number;
|
|
272
|
-
filters: any;
|
|
273
|
-
selectedEntityId: string | null;
|
|
274
|
-
zoomLevel: number;
|
|
275
|
-
panPosition: { x: number; y: number };
|
|
276
|
-
fieldsSectionExpanded: boolean;
|
|
277
|
-
relationshipsSectionExpanded: boolean;
|
|
278
|
-
}
|
|
279
|
-
```
|
|
280
|
-
|
|
281
|
-
#### Example: Complete State Management Implementation
|
|
282
|
-
|
|
283
|
-
```typescript
|
|
284
|
-
// Parent component that uses the AI Dashboard
|
|
285
|
-
@Component({
|
|
286
|
-
template: `
|
|
287
|
-
<mj-ai-dashboard
|
|
288
|
-
[Config]="dashboardConfig"
|
|
289
|
-
(UserStateChanged)="onStateChanged($event)">
|
|
290
|
-
</mj-ai-dashboard>
|
|
291
|
-
`
|
|
115
|
+
imports: [DashboardsModule]
|
|
292
116
|
})
|
|
293
|
-
export class
|
|
294
|
-
dashboardConfig: DashboardConfig;
|
|
295
|
-
|
|
296
|
-
ngOnInit() {
|
|
297
|
-
// Load saved state from your persistence layer
|
|
298
|
-
const savedState = this.loadSavedState();
|
|
299
|
-
|
|
300
|
-
// Configure dashboard with saved state
|
|
301
|
-
this.dashboardConfig = {
|
|
302
|
-
dashboard: this.dashboardEntity,
|
|
303
|
-
userState: savedState // This will be applied in loadData()
|
|
304
|
-
};
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
onStateChanged(state: AIDashboardState) {
|
|
308
|
-
// Save state changes with debouncing handled by the dashboard
|
|
309
|
-
this.saveState(state);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
private loadSavedState(): AIDashboardState | null {
|
|
313
|
-
// Load from localStorage, database, or other persistence
|
|
314
|
-
const saved = localStorage.getItem('ai-dashboard-state');
|
|
315
|
-
return saved ? JSON.parse(saved) : null;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
private saveState(state: AIDashboardState): void {
|
|
319
|
-
// Save to your persistence layer
|
|
320
|
-
localStorage.setItem('ai-dashboard-state', JSON.stringify(state));
|
|
321
|
-
}
|
|
322
|
-
}
|
|
117
|
+
export class AppModule {}
|
|
323
118
|
```
|
|
324
119
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
The dashboards are designed to work seamlessly with other MemberJunction packages:
|
|
328
|
-
|
|
329
|
-
1. **Entity System**: Uses `@memberjunction/core-entities` for entity definitions
|
|
330
|
-
2. **Metadata System**: Leverages MemberJunction metadata for dynamic UI generation
|
|
331
|
-
3. **Template System**: Integrates with `@memberjunction/templates-base-types`
|
|
332
|
-
4. **Global Registry**: Uses `@RegisterClass` decorator for component registration
|
|
120
|
+
All dashboard components are registered via `@RegisterClass(BaseResourceComponent, 'ClassName')` and are loaded dynamically based on application navigation configuration. They do not need to be referenced directly in templates.
|
|
333
121
|
|
|
334
|
-
## Build
|
|
335
|
-
|
|
336
|
-
### Building the Package
|
|
122
|
+
## Build
|
|
337
123
|
|
|
338
124
|
```bash
|
|
339
|
-
|
|
340
|
-
npm run build
|
|
341
|
-
|
|
342
|
-
# From the repository root
|
|
343
|
-
turbo build --filter="@memberjunction/ng-dashboards"
|
|
125
|
+
cd packages/Angular/Explorer/dashboards && npm run build
|
|
344
126
|
```
|
|
345
127
|
|
|
346
|
-
### Development Mode
|
|
347
|
-
|
|
348
|
-
The package includes TypeScript configuration for Angular compilation:
|
|
349
|
-
- Uses Angular compiler (`ngc`) for building
|
|
350
|
-
- Outputs to `./dist` directory
|
|
351
|
-
- Generates type definitions
|
|
352
|
-
|
|
353
|
-
## Special Considerations
|
|
354
|
-
|
|
355
|
-
1. **Tree Shaking**: The package includes special tree-shaking prevention calls in `public-api.ts` to ensure all dashboard components are included in builds
|
|
356
|
-
|
|
357
|
-
2. **Icon Libraries**: Uses Font Awesome icons throughout the UI. Ensure Font Awesome is properly configured in your application
|
|
358
|
-
|
|
359
|
-
3. **State Persistence**: Dashboard state changes are emitted via `UserStateChanged` events - implement persistence in the parent component
|
|
360
|
-
|
|
361
|
-
4. **Navigation**: AI and Actions dashboards use bottom navigation patterns with icon-based navigation
|
|
362
|
-
|
|
363
|
-
5. **Responsive Design**: Dashboards are designed to work across different screen sizes with collapsible panels and responsive layouts
|
|
364
|
-
|
|
365
128
|
## License
|
|
366
129
|
|
|
367
|
-
ISC
|
|
130
|
+
ISC
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnDestroy, AfterViewInit, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { ResourceData } from '@memberjunction/core-entities';
|
|
3
3
|
import { AITestHarnessDialogService } from '@memberjunction/ng-ai-test-harness';
|
|
4
|
+
import { CreateAgentService } from '@memberjunction/ng-agents';
|
|
4
5
|
import { BaseResourceComponent, NavigationService } from '@memberjunction/ng-shared';
|
|
5
6
|
import { AIAgentEntityExtended } from '@memberjunction/ai-core-plus';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
@@ -12,16 +13,13 @@ interface AgentFilter {
|
|
|
12
13
|
executionMode: string;
|
|
13
14
|
exposeAsAction: string;
|
|
14
15
|
}
|
|
15
|
-
/**
|
|
16
|
-
* Tree-shaking prevention function - ensures component is included in builds
|
|
17
|
-
*/
|
|
18
|
-
export declare function LoadAIAgentsResource(): void;
|
|
19
16
|
/**
|
|
20
17
|
* AI Agents Resource - displays AI agent configuration and management
|
|
21
18
|
* Extends BaseResourceComponent to work with the resource type system
|
|
22
19
|
*/
|
|
23
20
|
export declare class AgentConfigurationComponent extends BaseResourceComponent implements AfterViewInit, OnDestroy {
|
|
24
21
|
private testHarnessService;
|
|
22
|
+
private createAgentService;
|
|
25
23
|
private navigationService;
|
|
26
24
|
private cdr;
|
|
27
25
|
private readonly USER_SETTINGS_KEY;
|
|
@@ -62,7 +60,7 @@ export declare class AgentConfigurationComponent extends BaseResourceComponent i
|
|
|
62
60
|
* Clears the permission cache. Call this when user context changes or permissions are updated.
|
|
63
61
|
*/
|
|
64
62
|
clearPermissionCache(): void;
|
|
65
|
-
constructor(testHarnessService: AITestHarnessDialogService, navigationService: NavigationService, cdr: ChangeDetectorRef);
|
|
63
|
+
constructor(testHarnessService: AITestHarnessDialogService, createAgentService: CreateAgentService, navigationService: NavigationService, cdr: ChangeDetectorRef);
|
|
66
64
|
ngAfterViewInit(): Promise<void>;
|
|
67
65
|
ngOnDestroy(): void;
|
|
68
66
|
/**
|
|
@@ -125,7 +123,16 @@ export declare class AgentConfigurationComponent extends BaseResourceComponent i
|
|
|
125
123
|
*/
|
|
126
124
|
getAgentTypeName(agent: AIAgentEntityExtended): string;
|
|
127
125
|
openAgentRecord(agentId: string): void;
|
|
126
|
+
/**
|
|
127
|
+
* Opens the create agent slide-in panel. Upon successful creation,
|
|
128
|
+
* saves the agent and navigates to the new record.
|
|
129
|
+
*/
|
|
128
130
|
createNewAgent(): void;
|
|
131
|
+
/**
|
|
132
|
+
* Handles the result from the create agent slide-in.
|
|
133
|
+
* Saves the agent and navigates to the new record.
|
|
134
|
+
*/
|
|
135
|
+
private handleAgentCreated;
|
|
129
136
|
runAgent(agent: AIAgentEntityExtended): void;
|
|
130
137
|
closeTestHarness(): void;
|
|
131
138
|
getAgentIconColor(agent: AIAgentEntityExtended): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-configuration.component.d.ts","sourceRoot":"","sources":["../../../../src/AI/components/agents/agent-configuration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAIvF,OAAO,EAAE,YAAY,EAAkB,MAAM,+BAA+B,CAAC;AAE7E,OAAO,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"agent-configuration.component.d.ts","sourceRoot":"","sources":["../../../../src/AI/components/agents/agent-configuration.component.ts"],"names":[],"mappings":"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"}
|