@memberjunction/ng-dashboards 5.14.0 → 5.16.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/execution-monitoring.component.js +3 -3
- package/dist/APIKeys/api-applications-panel.component.js +4 -4
- package/dist/APIKeys/api-key-create-dialog.component.js +4 -4
- package/dist/APIKeys/api-key-edit-panel.component.js +4 -4
- package/dist/APIKeys/api-scopes-panel.component.js +5 -5
- package/dist/APIKeys/api-usage-panel.component.js +3 -3
- package/dist/Actions/components/actions-list-view.component.js +4 -4
- package/dist/Actions/components/actions-overview.component.js +5 -5
- package/dist/Actions/components/categories-list-view.component.js +4 -4
- package/dist/Actions/components/execution-monitoring.component.js +4 -4
- package/dist/Actions/components/explorer/action-toolbar.component.js +3 -3
- package/dist/Actions/components/explorer/action-tree-panel.component.js +3 -3
- package/dist/Actions/components/explorer/new-action-panel.component.js +4 -4
- package/dist/Actions/components/explorer/new-category-panel.component.js +4 -4
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/browser/component-browser.component.js +3 -3
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +3 -3
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +3 -3
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +3 -3
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +3 -3
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +4 -4
- package/dist/ComponentStudio/components/text-import-dialog.component.js +3 -3
- package/dist/DataExplorer/data-explorer-dashboard.component.js +1 -1
- package/dist/Home/home-dashboard.component.js +3 -3
- package/dist/QueryBrowser/query-browser-resource.component.js +3 -3
- package/dist/actions-dashboards.module.d.ts +42 -0
- package/dist/actions-dashboards.module.d.ts.map +1 -0
- package/dist/actions-dashboards.module.js +156 -0
- package/dist/actions-dashboards.module.js.map +1 -0
- package/dist/ai-dashboards.module.d.ts +43 -0
- package/dist/ai-dashboards.module.d.ts.map +1 -0
- package/dist/ai-dashboards.module.js +169 -0
- package/dist/ai-dashboards.module.js.map +1 -0
- package/dist/communication-dashboards.module.d.ts +26 -0
- package/dist/communication-dashboards.module.d.ts.map +1 -0
- package/dist/communication-dashboards.module.js +93 -0
- package/dist/communication-dashboards.module.js.map +1 -0
- package/dist/component-studio-dashboards.module.d.ts +37 -0
- package/dist/component-studio-dashboards.module.d.ts.map +1 -0
- package/dist/component-studio-dashboards.module.js +131 -0
- package/dist/component-studio-dashboards.module.js.map +1 -0
- package/dist/core-dashboards.module.d.ts +49 -0
- package/dist/core-dashboards.module.d.ts.map +1 -0
- package/dist/core-dashboards.module.js +197 -0
- package/dist/core-dashboards.module.js.map +1 -0
- package/dist/credentials-dashboards.module.d.ts +27 -0
- package/dist/credentials-dashboards.module.d.ts.map +1 -0
- package/dist/credentials-dashboards.module.js +100 -0
- package/dist/credentials-dashboards.module.js.map +1 -0
- package/dist/data-explorer-dashboards.module.d.ts +32 -0
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -0
- package/dist/data-explorer-dashboards.module.js +110 -0
- package/dist/data-explorer-dashboards.module.js.map +1 -0
- package/dist/lists-dashboards.module.d.ts +25 -0
- package/dist/lists-dashboards.module.d.ts.map +1 -0
- package/dist/lists-dashboards.module.js +94 -0
- package/dist/lists-dashboards.module.js.map +1 -0
- package/dist/module.d.ts +31 -150
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +109 -735
- package/dist/module.js.map +1 -1
- package/dist/public-api.d.ts +11 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +15 -2
- package/dist/public-api.js.map +1 -1
- package/dist/scheduling-dashboards.module.d.ts +29 -0
- package/dist/scheduling-dashboards.module.d.ts.map +1 -0
- package/dist/scheduling-dashboards.module.js +106 -0
- package/dist/scheduling-dashboards.module.js.map +1 -0
- package/dist/shared/shared-dashboard-widgets.module.d.ts +16 -0
- package/dist/shared/shared-dashboard-widgets.module.d.ts.map +1 -0
- package/dist/shared/shared-dashboard-widgets.module.js +40 -0
- package/dist/shared/shared-dashboard-widgets.module.js.map +1 -0
- package/dist/testing-dashboards.module.d.ts +38 -0
- package/dist/testing-dashboards.module.d.ts.map +1 -0
- package/dist/testing-dashboards.module.js +145 -0
- package/dist/testing-dashboards.module.js.map +1 -0
- package/package.json +100 -42
package/dist/module.js
CHANGED
|
@@ -1,228 +1,55 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
|
|
18
|
-
import { AgentFilterPanelComponent } from './AI/components/agents/agent-filter-panel.component';
|
|
19
|
-
import { AgentEditorComponent } from './AI/components/agents/agent-editor.component';
|
|
20
|
-
import { ExecutionMonitoringComponent } from './AI/components/execution-monitoring.component';
|
|
21
|
-
import { SystemConfigurationComponent } from './AI/components/system/system-configuration.component';
|
|
22
|
-
import { SystemConfigFilterPanelComponent } from './AI/components/system/system-config-filter-panel.component';
|
|
23
|
-
import { AgentRequestsResourceComponent } from './AI/components/requests/agent-requests-resource.component';
|
|
24
|
-
import { ActionsOverviewComponent } from './Actions/components/actions-overview.component';
|
|
25
|
-
import { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';
|
|
26
|
-
import { ScheduledActionsComponent } from './Actions/components/scheduled-actions.component';
|
|
27
|
-
import { CodeManagementComponent } from './Actions/components/code-management.component';
|
|
28
|
-
import { EntityIntegrationComponent } from './Actions/components/entity-integration.component';
|
|
29
|
-
import { SecurityPermissionsComponent } from './Actions/components/security-permissions.component';
|
|
30
|
-
import { ActionsListViewComponent } from './Actions/components/actions-list-view.component';
|
|
31
|
-
import { ExecutionsListViewComponent } from './Actions/components/executions-list-view.component';
|
|
32
|
-
import { CategoriesListViewComponent } from './Actions/components/categories-list-view.component';
|
|
33
|
-
// Action Explorer Components
|
|
34
|
-
import { ActionExplorerComponent, ActionTreePanelComponent, ActionToolbarComponent, ActionBreadcrumbComponent, ActionCardComponent, ActionListItemComponent, NewCategoryPanelComponent, NewActionPanelComponent } from './Actions/components/explorer';
|
|
35
|
-
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
36
|
-
import { MarkdownModule } from '@memberjunction/ng-markdown';
|
|
37
|
-
import { NavigationModule } from '@progress/kendo-angular-navigation';
|
|
38
|
-
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
39
|
-
import { TreeViewModule } from '@progress/kendo-angular-treeview';
|
|
40
|
-
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
41
|
-
import { ModelPromptPriorityMatrixComponent } from './AI/components/prompts/model-prompt-priority-matrix.component';
|
|
42
|
-
import { PromptVersionControlComponent } from './AI/components/prompts/prompt-version-control.component';
|
|
43
|
-
import { ActionGalleryModule } from '@memberjunction/ng-action-gallery';
|
|
44
|
-
import { AITestHarnessModule } from '@memberjunction/ng-ai-test-harness';
|
|
45
|
-
import { MemberJunctionCoreEntityFormsModule } from '@memberjunction/ng-core-entity-forms';
|
|
46
|
-
import { MJNotificationsModule } from '@memberjunction/ng-notifications';
|
|
47
|
-
// AI Instrumentation Components
|
|
48
|
-
import { KPICardComponent } from './AI/components/widgets/kpi-card.component';
|
|
49
|
-
import { LiveExecutionWidgetComponent } from './AI/components/widgets/live-execution-widget.component';
|
|
50
|
-
import { TimeSeriesChartComponent } from './AI/components/charts/time-series-chart.component';
|
|
51
|
-
import { PerformanceHeatmapComponent } from './AI/components/charts/performance-heatmap.component';
|
|
52
|
-
import { AIInstrumentationService } from './AI/services/ai-instrumentation.service';
|
|
53
|
-
// Component Studio Components
|
|
54
|
-
import { ComponentStudioDashboardComponent } from './ComponentStudio/component-studio-dashboard.component';
|
|
55
|
-
import { TextImportDialogComponent } from './ComponentStudio/components/text-import-dialog.component';
|
|
56
|
-
import { ArtifactSelectionDialogComponent } from './ComponentStudio/components/artifact-selection-dialog.component';
|
|
57
|
-
import { ArtifactLoadDialogComponent } from './ComponentStudio/components/artifact-load-dialog.component';
|
|
58
|
-
import { ComponentBrowserComponent } from './ComponentStudio/components/browser/component-browser.component';
|
|
59
|
-
import { ComponentPreviewComponent } from './ComponentStudio/components/workspace/component-preview.component';
|
|
60
|
-
import { EditorTabsComponent } from './ComponentStudio/components/workspace/editor-tabs.component';
|
|
61
|
-
import { SpecEditorComponent } from './ComponentStudio/components/editors/spec-editor.component';
|
|
62
|
-
import { CodeEditorPanelComponent } from './ComponentStudio/components/editors/code-editor-panel.component';
|
|
63
|
-
import { RequirementsEditorComponent } from './ComponentStudio/components/editors/requirements-editor.component';
|
|
64
|
-
import { DataRequirementsEditorComponent } from './ComponentStudio/components/editors/data-requirements-editor.component';
|
|
65
|
-
import { AIAssistantPanelComponent } from './ComponentStudio/components/ai-assistant/ai-assistant-panel.component';
|
|
66
|
-
import { NewComponentDialogComponent } from './ComponentStudio/components/new-component-dialog/new-component-dialog.component';
|
|
67
|
-
import { SaveVersionDialogComponent } from './ComponentStudio/components/save-version-dialog/save-version-dialog.component';
|
|
68
|
-
import { GridModule } from '@progress/kendo-angular-grid';
|
|
69
|
-
import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
|
70
|
-
import { MJReactModule } from '@memberjunction/ng-react';
|
|
71
|
-
import { SplitterModule } from '@progress/kendo-angular-layout';
|
|
72
|
-
// Scheduling Dashboard Components
|
|
73
|
-
import { SchedulingDashboardComponent } from './Scheduling/scheduling-dashboard.component';
|
|
74
|
-
import { SchedulingOverviewComponent } from './Scheduling/components/scheduling-overview.component';
|
|
75
|
-
import { SchedulingJobsComponent } from './Scheduling/components/scheduling-jobs.component';
|
|
76
|
-
import { SchedulingActivityComponent } from './Scheduling/components/scheduling-activity.component';
|
|
77
|
-
import { SchedulingOverviewResourceComponent } from './Scheduling/components/scheduling-overview-resource.component';
|
|
78
|
-
import { SchedulingJobsResourceComponent } from './Scheduling/components/scheduling-jobs-resource.component';
|
|
79
|
-
import { SchedulingActivityResourceComponent } from './Scheduling/components/scheduling-activity-resource.component';
|
|
80
|
-
import { SchedulingInstrumentationService } from './Scheduling/services/scheduling-instrumentation.service';
|
|
81
|
-
// Testing Dashboard Components
|
|
82
|
-
import { TestingDashboardComponent } from './Testing/testing-dashboard.component';
|
|
83
|
-
import { TestingDashboardTabComponent } from './Testing/components/testing-dashboard-tab.component';
|
|
84
|
-
import { TestingRunsComponent } from './Testing/components/testing-runs.component';
|
|
85
|
-
import { TestingAnalyticsComponent } from './Testing/components/testing-analytics.component';
|
|
86
|
-
import { TestingReviewComponent } from './Testing/components/testing-review.component';
|
|
87
|
-
import { TestingDashboardTabResourceComponent } from './Testing/components/testing-dashboard-tab-resource.component';
|
|
88
|
-
import { TestingRunsResourceComponent } from './Testing/components/testing-runs-resource.component';
|
|
89
|
-
import { TestingAnalyticsResourceComponent } from './Testing/components/testing-analytics-resource.component';
|
|
90
|
-
import { TestingReviewResourceComponent } from './Testing/components/testing-review-resource.component';
|
|
91
|
-
import { TestingExplorerComponent } from './Testing/components/testing-explorer.component';
|
|
92
|
-
import { TestingExplorerResourceComponent } from './Testing/components/testing-explorer-resource.component';
|
|
93
|
-
import { SuiteTreeComponent, SuiteTreeNodeComponent } from './Testing/components/widgets/suite-tree.component';
|
|
94
|
-
import { OracleBreakdownTableComponent } from './Testing/components/widgets/oracle-breakdown-table.component';
|
|
95
|
-
import { TestRunDetailPanelComponent } from './Testing/components/widgets/test-run-detail-panel.component';
|
|
96
|
-
import { TestingInstrumentationService } from './Testing/services/testing-instrumentation.service';
|
|
97
|
-
import { TestingModule } from '@memberjunction/ng-testing';
|
|
98
|
-
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
|
|
99
|
-
// Data Explorer Dashboard Components
|
|
100
|
-
import { DataExplorerDashboardComponent } from './DataExplorer/data-explorer-dashboard.component';
|
|
101
|
-
import { DataExplorerResourceComponent } from './DataExplorer/data-explorer-resource.component';
|
|
102
|
-
import { NavigationPanelComponent as ExplorerNavigationPanelComponent } from './DataExplorer/components/navigation-panel/navigation-panel.component';
|
|
103
|
-
import { ViewSelectorComponent } from './DataExplorer/components/view-selector/view-selector.component';
|
|
104
|
-
// ViewConfigPanelComponent now imported from @memberjunction/ng-entity-viewer via EntityViewerModule
|
|
105
|
-
import { FilterDialogComponent } from './DataExplorer/components/filter-dialog/filter-dialog.component';
|
|
106
|
-
import { ExplorerStateService } from './DataExplorer/services/explorer-state.service';
|
|
107
|
-
// Home Dashboard Components
|
|
108
|
-
import { HomeDashboardComponent } from './Home/home-dashboard.component';
|
|
109
|
-
import { ExplorerSettingsModule } from '@memberjunction/ng-explorer-settings';
|
|
110
|
-
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
111
|
-
import { FilterBuilderModule } from '@memberjunction/ng-filter-builder';
|
|
112
|
-
import { ListManagementModule } from '@memberjunction/ng-list-management';
|
|
113
|
-
import { ExportServiceModule } from '@memberjunction/ng-export-service';
|
|
114
|
-
import { CommunicationDashboardComponent } from './Communication/communication-dashboard.component';
|
|
115
|
-
import { CommunicationMonitorResourceComponent } from './Communication/communication-monitor-resource.component';
|
|
116
|
-
import { CommunicationLogsResourceComponent } from './Communication/communication-logs-resource.component';
|
|
117
|
-
import { CommunicationProvidersResourceComponent } from './Communication/communication-providers-resource.component';
|
|
118
|
-
import { CommunicationRunsResourceComponent } from './Communication/communication-runs-resource.component';
|
|
119
|
-
import { CommunicationTemplatesResourceComponent } from './Communication/communication-templates-resource.component';
|
|
120
|
-
// Credentials Dashboard Components
|
|
121
|
-
import { CredentialsDashboardComponent } from './Credentials/credentials-dashboard.component';
|
|
122
|
-
import { CredentialsOverviewResourceComponent } from './Credentials/components/credentials-overview-resource.component';
|
|
123
|
-
import { CredentialsListResourceComponent } from './Credentials/components/credentials-list-resource.component';
|
|
124
|
-
import { CredentialsTypesResourceComponent } from './Credentials/components/credentials-types-resource.component';
|
|
125
|
-
import { CredentialsCategoriesResourceComponent } from './Credentials/components/credentials-categories-resource.component';
|
|
126
|
-
import { CredentialsAuditResourceComponent } from './Credentials/components/credentials-audit-resource.component';
|
|
127
|
-
import { GroupByPipe } from './Credentials/pipes/group-by.pipe';
|
|
128
|
-
// Credentials Module from generic package (panels and dialogs)
|
|
2
|
+
// Feature modules — each declares and exports its own components
|
|
3
|
+
import { CoreDashboardsModule } from './core-dashboards.module';
|
|
4
|
+
import { AIDashboardsModule } from './ai-dashboards.module';
|
|
5
|
+
import { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';
|
|
6
|
+
import { ActionsDashboardsModule } from './actions-dashboards.module';
|
|
7
|
+
import { TestingDashboardsModule } from './testing-dashboards.module';
|
|
8
|
+
import { SchedulingDashboardsModule } from './scheduling-dashboards.module';
|
|
9
|
+
import { CommunicationDashboardsModule } from './communication-dashboards.module';
|
|
10
|
+
import { CredentialsDashboardsModule } from './credentials-dashboards.module';
|
|
11
|
+
import { DataExplorerDashboardsModule } from './data-explorer-dashboards.module';
|
|
12
|
+
import { ListsDashboardsModule } from './lists-dashboards.module';
|
|
13
|
+
import { ComponentStudioDashboardsModule } from './component-studio-dashboards.module';
|
|
14
|
+
// Existing standalone modules
|
|
15
|
+
import { MCPModule } from './MCP';
|
|
16
|
+
import { IntegrationModule } from './Integration/integration.module';
|
|
17
|
+
// External generic modules (imported for backward compatibility with non-MJExplorer consumers)
|
|
129
18
|
import { CredentialsModule } from '@memberjunction/ng-credentials';
|
|
130
|
-
// Agent Requests Module from generic package (panels and dialogs)
|
|
131
19
|
import { AgentRequestsModule } from '@memberjunction/ng-agent-requests';
|
|
132
|
-
// System Diagnostics Components
|
|
133
|
-
import { SystemDiagnosticsComponent } from './SystemDiagnostics/system-diagnostics.component';
|
|
134
|
-
// Lists Dashboard Components
|
|
135
|
-
import { ListsMyListsResource } from './Lists/components/lists-my-lists-resource.component';
|
|
136
|
-
import { ListsBrowseResource } from './Lists/components/lists-browse-resource.component';
|
|
137
|
-
import { ListsCategoriesResource } from './Lists/components/lists-categories-resource.component';
|
|
138
|
-
import { ListsOperationsResource } from './Lists/components/lists-operations-resource.component';
|
|
139
|
-
import { VennDiagramComponent } from './Lists/components/venn-diagram/venn-diagram.component';
|
|
140
|
-
import { ListSetOperationsService } from './Lists/services/list-set-operations.service';
|
|
141
|
-
// Query Browser Components
|
|
142
|
-
import { QueryBrowserResourceComponent } from './QueryBrowser/query-browser-resource.component';
|
|
143
|
-
// Dashboard Browser Components (Coming Soon Placeholder)
|
|
144
|
-
import { DashboardBrowserResourceComponent } from './DashboardBrowser/dashboard-browser-resource.component';
|
|
145
|
-
import { DashboardShareDialogComponent } from './DashboardBrowser/dashboard-share-dialog.component';
|
|
146
|
-
// Query Viewer Module
|
|
147
|
-
import { QueryViewerModule } from '@memberjunction/ng-query-viewer';
|
|
148
|
-
// Dashboard Viewer Module
|
|
149
|
-
import { DashboardViewerModule } from '@memberjunction/ng-dashboard-viewer';
|
|
150
|
-
// API Keys Dashboard Components
|
|
151
|
-
import { APIKeysResourceComponent } from './APIKeys/api-keys-resource.component';
|
|
152
|
-
import { APIKeyCreateDialogComponent } from './APIKeys/api-key-create-dialog.component';
|
|
153
|
-
import { APIKeyEditPanelComponent } from './APIKeys/api-key-edit-panel.component';
|
|
154
|
-
import { APIKeyListComponent } from './APIKeys/api-key-list.component';
|
|
155
|
-
import { APIApplicationsPanelComponent } from './APIKeys/api-applications-panel.component';
|
|
156
|
-
import { APIScopesPanelComponent } from './APIKeys/api-scopes-panel.component';
|
|
157
|
-
import { APIUsagePanelComponent } from './APIKeys/api-usage-panel.component';
|
|
158
|
-
// Shared Pipes Module
|
|
159
20
|
import { SharedPipesModule } from './shared/shared-pipes.module';
|
|
160
|
-
// MCP Dashboard Module
|
|
161
|
-
import { MCPModule } from './MCP';
|
|
162
|
-
// Actions Module (test harness, dialogs)
|
|
163
21
|
import { ActionsModule } from '@memberjunction/ng-actions';
|
|
164
|
-
// Agents Module (create agent dialogs and slide-ins)
|
|
165
22
|
import { AgentsModule } from '@memberjunction/ng-agents';
|
|
166
|
-
|
|
167
|
-
import { VersionHistoryLabelsResourceComponent } from './VersionHistory/components/labels-resource.component';
|
|
168
|
-
import { VersionHistoryDiffResourceComponent } from './VersionHistory/components/diff-resource.component';
|
|
169
|
-
import { VersionHistoryRestoreResourceComponent } from './VersionHistory/components/restore-resource.component';
|
|
170
|
-
import { VersionHistoryGraphResourceComponent } from './VersionHistory/components/graph-resource.component';
|
|
23
|
+
import { MarkdownModule } from '@memberjunction/ng-markdown';
|
|
171
24
|
import { VersionsModule } from '@memberjunction/ng-versions';
|
|
172
|
-
// Integration Dashboard Module
|
|
173
|
-
import { IntegrationModule } from './Integration/integration.module';
|
|
174
|
-
// Scheduling Module from generic package (reusable panels and dialogs)
|
|
175
25
|
import { SchedulingModule } from '@memberjunction/ng-scheduling';
|
|
176
26
|
import { NgTreesModule } from '@memberjunction/ng-trees';
|
|
177
27
|
import * as i0 from "@angular/core";
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
28
|
+
/**
|
|
29
|
+
* DashboardsModule — backward-compatible wrapper that imports and re-exports
|
|
30
|
+
* all feature modules. Non-MJExplorer consumers can continue importing this
|
|
31
|
+
* single module to get everything.
|
|
32
|
+
*
|
|
33
|
+
* MJExplorer itself will switch to importing individual feature modules
|
|
34
|
+
* for lazy loading in a later phase.
|
|
35
|
+
*/
|
|
181
36
|
export class DashboardsModule {
|
|
182
37
|
static ɵfac = function DashboardsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DashboardsModule)(); };
|
|
183
38
|
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: DashboardsModule });
|
|
184
|
-
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
InputsModule,
|
|
196
|
-
DateInputsModule,
|
|
197
|
-
LayoutModule,
|
|
198
|
-
DialogsModule,
|
|
199
|
-
WindowModule,
|
|
200
|
-
ContainerDirectivesModule,
|
|
201
|
-
NavigationModule,
|
|
202
|
-
CodeEditorModule,
|
|
203
|
-
TreeViewModule,
|
|
204
|
-
ButtonsModule,
|
|
205
|
-
ActionGalleryModule,
|
|
206
|
-
AITestHarnessModule,
|
|
207
|
-
MemberJunctionCoreEntityFormsModule,
|
|
208
|
-
GridModule,
|
|
209
|
-
ExcelExportModule,
|
|
210
|
-
MJReactModule,
|
|
211
|
-
SplitterModule,
|
|
212
|
-
TabStripModule,
|
|
213
|
-
PanelBarModule,
|
|
214
|
-
MJNotificationsModule,
|
|
215
|
-
TestingModule,
|
|
216
|
-
EntityViewerModule,
|
|
217
|
-
ExplorerSettingsModule,
|
|
218
|
-
SharedGenericModule,
|
|
219
|
-
FilterBuilderModule,
|
|
220
|
-
EntityRelationshipDiagramModule,
|
|
221
|
-
ListManagementModule,
|
|
222
|
-
ExportServiceModule,
|
|
223
|
-
QueryViewerModule,
|
|
224
|
-
DashboardViewerModule,
|
|
39
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CoreDashboardsModule,
|
|
40
|
+
AIDashboardsModule,
|
|
41
|
+
SharedDashboardWidgetsModule,
|
|
42
|
+
ActionsDashboardsModule,
|
|
43
|
+
TestingDashboardsModule,
|
|
44
|
+
SchedulingDashboardsModule,
|
|
45
|
+
CommunicationDashboardsModule,
|
|
46
|
+
CredentialsDashboardsModule,
|
|
47
|
+
DataExplorerDashboardsModule,
|
|
48
|
+
ListsDashboardsModule,
|
|
49
|
+
ComponentStudioDashboardsModule,
|
|
225
50
|
MCPModule,
|
|
51
|
+
IntegrationModule,
|
|
52
|
+
// External generic modules (re-exported for backward compatibility)
|
|
226
53
|
CredentialsModule,
|
|
227
54
|
AgentRequestsModule,
|
|
228
55
|
SharedPipesModule,
|
|
@@ -230,184 +57,43 @@ export class DashboardsModule {
|
|
|
230
57
|
AgentsModule,
|
|
231
58
|
MarkdownModule,
|
|
232
59
|
VersionsModule,
|
|
233
|
-
IntegrationModule,
|
|
234
60
|
SchedulingModule,
|
|
235
|
-
NgTreesModule,
|
|
61
|
+
NgTreesModule, CoreDashboardsModule,
|
|
62
|
+
AIDashboardsModule,
|
|
63
|
+
SharedDashboardWidgetsModule,
|
|
64
|
+
ActionsDashboardsModule,
|
|
65
|
+
TestingDashboardsModule,
|
|
66
|
+
SchedulingDashboardsModule,
|
|
67
|
+
CommunicationDashboardsModule,
|
|
68
|
+
CredentialsDashboardsModule,
|
|
69
|
+
DataExplorerDashboardsModule,
|
|
70
|
+
ListsDashboardsModule,
|
|
71
|
+
ComponentStudioDashboardsModule,
|
|
72
|
+
MCPModule,
|
|
73
|
+
IntegrationModule,
|
|
74
|
+
// External generic modules (re-exported for backward compatibility)
|
|
236
75
|
CredentialsModule,
|
|
237
76
|
AgentRequestsModule,
|
|
238
|
-
|
|
239
|
-
MCPModule,
|
|
240
|
-
// Integration Dashboard Module (re-exports its components)
|
|
241
|
-
IntegrationModule] });
|
|
77
|
+
SharedPipesModule] });
|
|
242
78
|
}
|
|
243
79
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DashboardsModule, [{
|
|
244
80
|
type: NgModule,
|
|
245
81
|
args: [{
|
|
246
|
-
declarations: [
|
|
247
|
-
EntityAdminDashboardComponent,
|
|
248
|
-
// ERDCompositeComponent, EntityFilterPanelComponent, EntityDetailsComponent now in Generic package
|
|
249
|
-
ModelManagementComponent,
|
|
250
|
-
PromptManagementComponent,
|
|
251
|
-
PromptFilterPanelComponent,
|
|
252
|
-
AgentConfigurationComponent,
|
|
253
|
-
AgentFilterPanelComponent,
|
|
254
|
-
AgentEditorComponent,
|
|
255
|
-
ExecutionMonitoringComponent,
|
|
256
|
-
SystemConfigurationComponent,
|
|
257
|
-
SystemConfigFilterPanelComponent,
|
|
258
|
-
AgentRequestsResourceComponent,
|
|
259
|
-
ActionsOverviewComponent,
|
|
260
|
-
ActionsExecutionMonitoringComponent,
|
|
261
|
-
ScheduledActionsComponent,
|
|
262
|
-
CodeManagementComponent,
|
|
263
|
-
EntityIntegrationComponent,
|
|
264
|
-
SecurityPermissionsComponent,
|
|
265
|
-
ActionsListViewComponent,
|
|
266
|
-
ExecutionsListViewComponent,
|
|
267
|
-
CategoriesListViewComponent,
|
|
268
|
-
// Action Explorer Components
|
|
269
|
-
ActionExplorerComponent,
|
|
270
|
-
ActionTreePanelComponent,
|
|
271
|
-
ActionToolbarComponent,
|
|
272
|
-
ActionBreadcrumbComponent,
|
|
273
|
-
ActionCardComponent,
|
|
274
|
-
ActionListItemComponent,
|
|
275
|
-
NewCategoryPanelComponent,
|
|
276
|
-
NewActionPanelComponent,
|
|
277
|
-
ModelPromptPriorityMatrixComponent,
|
|
278
|
-
PromptVersionControlComponent,
|
|
279
|
-
// AI Instrumentation Components
|
|
280
|
-
KPICardComponent,
|
|
281
|
-
LiveExecutionWidgetComponent,
|
|
282
|
-
TimeSeriesChartComponent,
|
|
283
|
-
PerformanceHeatmapComponent,
|
|
284
|
-
// Component Studio Components
|
|
285
|
-
ComponentStudioDashboardComponent,
|
|
286
|
-
TextImportDialogComponent,
|
|
287
|
-
ArtifactSelectionDialogComponent,
|
|
288
|
-
ArtifactLoadDialogComponent,
|
|
289
|
-
ComponentBrowserComponent,
|
|
290
|
-
ComponentPreviewComponent,
|
|
291
|
-
EditorTabsComponent,
|
|
292
|
-
SpecEditorComponent,
|
|
293
|
-
CodeEditorPanelComponent,
|
|
294
|
-
RequirementsEditorComponent,
|
|
295
|
-
DataRequirementsEditorComponent,
|
|
296
|
-
AIAssistantPanelComponent,
|
|
297
|
-
NewComponentDialogComponent,
|
|
298
|
-
SaveVersionDialogComponent,
|
|
299
|
-
// Scheduling Dashboard Components
|
|
300
|
-
SchedulingDashboardComponent,
|
|
301
|
-
SchedulingOverviewComponent,
|
|
302
|
-
SchedulingJobsComponent,
|
|
303
|
-
SchedulingActivityComponent,
|
|
304
|
-
SchedulingOverviewResourceComponent,
|
|
305
|
-
SchedulingJobsResourceComponent,
|
|
306
|
-
SchedulingActivityResourceComponent,
|
|
307
|
-
// Testing Dashboard Components
|
|
308
|
-
TestingDashboardComponent,
|
|
309
|
-
TestingDashboardTabComponent,
|
|
310
|
-
TestingRunsComponent,
|
|
311
|
-
TestingAnalyticsComponent,
|
|
312
|
-
TestingReviewComponent,
|
|
313
|
-
TestingDashboardTabResourceComponent,
|
|
314
|
-
TestingRunsResourceComponent,
|
|
315
|
-
TestingAnalyticsResourceComponent,
|
|
316
|
-
TestingReviewResourceComponent,
|
|
317
|
-
TestingExplorerComponent,
|
|
318
|
-
TestingExplorerResourceComponent,
|
|
319
|
-
SuiteTreeComponent,
|
|
320
|
-
SuiteTreeNodeComponent,
|
|
321
|
-
OracleBreakdownTableComponent,
|
|
322
|
-
TestRunDetailPanelComponent,
|
|
323
|
-
// Data Explorer Dashboard Components
|
|
324
|
-
DataExplorerDashboardComponent,
|
|
325
|
-
DataExplorerResourceComponent,
|
|
326
|
-
ExplorerNavigationPanelComponent,
|
|
327
|
-
ViewSelectorComponent,
|
|
328
|
-
// ViewConfigPanelComponent now comes from EntityViewerModule
|
|
329
|
-
FilterDialogComponent,
|
|
330
|
-
// Home Dashboard Components
|
|
331
|
-
HomeDashboardComponent,
|
|
332
|
-
// Communication Dashboard Components
|
|
333
|
-
CommunicationDashboardComponent,
|
|
334
|
-
CommunicationMonitorResourceComponent,
|
|
335
|
-
CommunicationLogsResourceComponent,
|
|
336
|
-
CommunicationProvidersResourceComponent,
|
|
337
|
-
CommunicationRunsResourceComponent,
|
|
338
|
-
CommunicationTemplatesResourceComponent,
|
|
339
|
-
// Credentials Dashboard Components (panels now come from CredentialsModule)
|
|
340
|
-
CredentialsDashboardComponent,
|
|
341
|
-
CredentialsOverviewResourceComponent,
|
|
342
|
-
CredentialsListResourceComponent,
|
|
343
|
-
CredentialsTypesResourceComponent,
|
|
344
|
-
CredentialsCategoriesResourceComponent,
|
|
345
|
-
CredentialsAuditResourceComponent,
|
|
346
|
-
GroupByPipe,
|
|
347
|
-
// System Diagnostics Components
|
|
348
|
-
SystemDiagnosticsComponent,
|
|
349
|
-
// Lists Dashboard Components
|
|
350
|
-
ListsMyListsResource,
|
|
351
|
-
ListsBrowseResource,
|
|
352
|
-
ListsCategoriesResource,
|
|
353
|
-
ListsOperationsResource,
|
|
354
|
-
VennDiagramComponent,
|
|
355
|
-
// Query Browser Components
|
|
356
|
-
QueryBrowserResourceComponent,
|
|
357
|
-
// Dashboard Browser Components
|
|
358
|
-
DashboardBrowserResourceComponent,
|
|
359
|
-
DashboardShareDialogComponent,
|
|
360
|
-
// API Keys Dashboard Components
|
|
361
|
-
APIKeysResourceComponent,
|
|
362
|
-
APIKeyCreateDialogComponent,
|
|
363
|
-
APIKeyEditPanelComponent,
|
|
364
|
-
APIKeyListComponent,
|
|
365
|
-
APIApplicationsPanelComponent,
|
|
366
|
-
APIScopesPanelComponent,
|
|
367
|
-
APIUsagePanelComponent,
|
|
368
|
-
// Version History Dashboard Components
|
|
369
|
-
VersionHistoryLabelsResourceComponent,
|
|
370
|
-
VersionHistoryDiffResourceComponent,
|
|
371
|
-
VersionHistoryRestoreResourceComponent,
|
|
372
|
-
VersionHistoryGraphResourceComponent
|
|
373
|
-
],
|
|
374
82
|
imports: [
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
NavigationModule,
|
|
387
|
-
CodeEditorModule,
|
|
388
|
-
TreeViewModule,
|
|
389
|
-
ButtonsModule,
|
|
390
|
-
ActionGalleryModule,
|
|
391
|
-
AITestHarnessModule,
|
|
392
|
-
MemberJunctionCoreEntityFormsModule,
|
|
393
|
-
GridModule,
|
|
394
|
-
ExcelExportModule,
|
|
395
|
-
MJReactModule,
|
|
396
|
-
SplitterModule,
|
|
397
|
-
TabStripModule,
|
|
398
|
-
PanelBarModule,
|
|
399
|
-
MJNotificationsModule,
|
|
400
|
-
TestingModule,
|
|
401
|
-
EntityViewerModule,
|
|
402
|
-
ExplorerSettingsModule,
|
|
403
|
-
SharedGenericModule,
|
|
404
|
-
FilterBuilderModule,
|
|
405
|
-
EntityRelationshipDiagramModule,
|
|
406
|
-
ListManagementModule,
|
|
407
|
-
ExportServiceModule,
|
|
408
|
-
QueryViewerModule,
|
|
409
|
-
DashboardViewerModule,
|
|
83
|
+
CoreDashboardsModule,
|
|
84
|
+
AIDashboardsModule,
|
|
85
|
+
SharedDashboardWidgetsModule,
|
|
86
|
+
ActionsDashboardsModule,
|
|
87
|
+
TestingDashboardsModule,
|
|
88
|
+
SchedulingDashboardsModule,
|
|
89
|
+
CommunicationDashboardsModule,
|
|
90
|
+
CredentialsDashboardsModule,
|
|
91
|
+
DataExplorerDashboardsModule,
|
|
92
|
+
ListsDashboardsModule,
|
|
93
|
+
ComponentStudioDashboardsModule,
|
|
410
94
|
MCPModule,
|
|
95
|
+
IntegrationModule,
|
|
96
|
+
// External generic modules (re-exported for backward compatibility)
|
|
411
97
|
CredentialsModule,
|
|
412
98
|
AgentRequestsModule,
|
|
413
99
|
SharedPipesModule,
|
|
@@ -415,273 +101,44 @@ export class DashboardsModule {
|
|
|
415
101
|
AgentsModule,
|
|
416
102
|
MarkdownModule,
|
|
417
103
|
VersionsModule,
|
|
418
|
-
IntegrationModule,
|
|
419
104
|
SchedulingModule,
|
|
420
105
|
NgTreesModule
|
|
421
106
|
],
|
|
422
|
-
providers: [
|
|
423
|
-
AIInstrumentationService,
|
|
424
|
-
SchedulingInstrumentationService,
|
|
425
|
-
TestingInstrumentationService,
|
|
426
|
-
ExplorerStateService,
|
|
427
|
-
ListSetOperationsService
|
|
428
|
-
],
|
|
429
107
|
exports: [
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
ScheduledActionsComponent,
|
|
445
|
-
CodeManagementComponent,
|
|
446
|
-
EntityIntegrationComponent,
|
|
447
|
-
SecurityPermissionsComponent,
|
|
448
|
-
// Export Action Explorer components
|
|
449
|
-
ActionExplorerComponent,
|
|
450
|
-
ActionTreePanelComponent,
|
|
451
|
-
ActionToolbarComponent,
|
|
452
|
-
ActionBreadcrumbComponent,
|
|
453
|
-
ActionCardComponent,
|
|
454
|
-
ActionListItemComponent,
|
|
455
|
-
NewCategoryPanelComponent,
|
|
456
|
-
NewActionPanelComponent,
|
|
457
|
-
// Export Scheduling resource components
|
|
458
|
-
SchedulingOverviewResourceComponent,
|
|
459
|
-
SchedulingJobsResourceComponent,
|
|
460
|
-
SchedulingActivityResourceComponent,
|
|
461
|
-
// Export Testing resource components
|
|
462
|
-
TestingDashboardTabResourceComponent,
|
|
463
|
-
TestingRunsResourceComponent,
|
|
464
|
-
TestingAnalyticsResourceComponent,
|
|
465
|
-
TestingReviewResourceComponent,
|
|
466
|
-
TestingExplorerComponent,
|
|
467
|
-
TestingExplorerResourceComponent,
|
|
468
|
-
// Export Data Explorer Dashboard and Resource
|
|
469
|
-
DataExplorerDashboardComponent,
|
|
470
|
-
DataExplorerResourceComponent,
|
|
471
|
-
// Export Home Dashboard
|
|
472
|
-
HomeDashboardComponent,
|
|
473
|
-
// Export Communication Dashboard
|
|
474
|
-
CommunicationDashboardComponent,
|
|
475
|
-
CommunicationMonitorResourceComponent,
|
|
476
|
-
CommunicationLogsResourceComponent,
|
|
477
|
-
CommunicationProvidersResourceComponent,
|
|
478
|
-
CommunicationRunsResourceComponent,
|
|
479
|
-
CommunicationTemplatesResourceComponent,
|
|
480
|
-
// Export Credentials Dashboard (panels re-exported via CredentialsModule)
|
|
481
|
-
CredentialsDashboardComponent,
|
|
482
|
-
CredentialsOverviewResourceComponent,
|
|
483
|
-
CredentialsListResourceComponent,
|
|
484
|
-
CredentialsTypesResourceComponent,
|
|
485
|
-
CredentialsCategoriesResourceComponent,
|
|
486
|
-
CredentialsAuditResourceComponent,
|
|
487
|
-
GroupByPipe,
|
|
488
|
-
SharedPipesModule,
|
|
108
|
+
CoreDashboardsModule,
|
|
109
|
+
AIDashboardsModule,
|
|
110
|
+
SharedDashboardWidgetsModule,
|
|
111
|
+
ActionsDashboardsModule,
|
|
112
|
+
TestingDashboardsModule,
|
|
113
|
+
SchedulingDashboardsModule,
|
|
114
|
+
CommunicationDashboardsModule,
|
|
115
|
+
CredentialsDashboardsModule,
|
|
116
|
+
DataExplorerDashboardsModule,
|
|
117
|
+
ListsDashboardsModule,
|
|
118
|
+
ComponentStudioDashboardsModule,
|
|
119
|
+
MCPModule,
|
|
120
|
+
IntegrationModule,
|
|
121
|
+
// External generic modules (re-exported for backward compatibility)
|
|
489
122
|
CredentialsModule,
|
|
490
123
|
AgentRequestsModule,
|
|
491
|
-
|
|
492
|
-
SystemDiagnosticsComponent,
|
|
493
|
-
// Lists Dashboard Components
|
|
494
|
-
ListsMyListsResource,
|
|
495
|
-
ListsBrowseResource,
|
|
496
|
-
ListsCategoriesResource,
|
|
497
|
-
ListsOperationsResource,
|
|
498
|
-
VennDiagramComponent,
|
|
499
|
-
// Query Browser Components
|
|
500
|
-
QueryBrowserResourceComponent,
|
|
501
|
-
// Dashboard Browser Components
|
|
502
|
-
DashboardBrowserResourceComponent,
|
|
503
|
-
DashboardShareDialogComponent,
|
|
504
|
-
// API Keys Dashboard Components
|
|
505
|
-
APIKeysResourceComponent,
|
|
506
|
-
APIKeyCreateDialogComponent,
|
|
507
|
-
APIKeyEditPanelComponent,
|
|
508
|
-
APIKeyListComponent,
|
|
509
|
-
APIApplicationsPanelComponent,
|
|
510
|
-
APIScopesPanelComponent,
|
|
511
|
-
APIUsagePanelComponent,
|
|
512
|
-
// MCP Dashboard Module (re-exports its components)
|
|
513
|
-
MCPModule,
|
|
514
|
-
// Version History Dashboard Components
|
|
515
|
-
VersionHistoryLabelsResourceComponent,
|
|
516
|
-
VersionHistoryDiffResourceComponent,
|
|
517
|
-
VersionHistoryRestoreResourceComponent,
|
|
518
|
-
VersionHistoryGraphResourceComponent,
|
|
519
|
-
// Integration Dashboard Module (re-exports its components)
|
|
520
|
-
IntegrationModule
|
|
124
|
+
SharedPipesModule
|
|
521
125
|
]
|
|
522
126
|
}]
|
|
523
127
|
}], null, null); })();
|
|
524
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DashboardsModule, {
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
AgentRequestsResourceComponent,
|
|
536
|
-
ActionsOverviewComponent,
|
|
537
|
-
ActionsExecutionMonitoringComponent,
|
|
538
|
-
ScheduledActionsComponent,
|
|
539
|
-
CodeManagementComponent,
|
|
540
|
-
EntityIntegrationComponent,
|
|
541
|
-
SecurityPermissionsComponent,
|
|
542
|
-
ActionsListViewComponent,
|
|
543
|
-
ExecutionsListViewComponent,
|
|
544
|
-
CategoriesListViewComponent,
|
|
545
|
-
// Action Explorer Components
|
|
546
|
-
ActionExplorerComponent,
|
|
547
|
-
ActionTreePanelComponent,
|
|
548
|
-
ActionToolbarComponent,
|
|
549
|
-
ActionBreadcrumbComponent,
|
|
550
|
-
ActionCardComponent,
|
|
551
|
-
ActionListItemComponent,
|
|
552
|
-
NewCategoryPanelComponent,
|
|
553
|
-
NewActionPanelComponent,
|
|
554
|
-
ModelPromptPriorityMatrixComponent,
|
|
555
|
-
PromptVersionControlComponent,
|
|
556
|
-
// AI Instrumentation Components
|
|
557
|
-
KPICardComponent,
|
|
558
|
-
LiveExecutionWidgetComponent,
|
|
559
|
-
TimeSeriesChartComponent,
|
|
560
|
-
PerformanceHeatmapComponent,
|
|
561
|
-
// Component Studio Components
|
|
562
|
-
ComponentStudioDashboardComponent,
|
|
563
|
-
TextImportDialogComponent,
|
|
564
|
-
ArtifactSelectionDialogComponent,
|
|
565
|
-
ArtifactLoadDialogComponent,
|
|
566
|
-
ComponentBrowserComponent,
|
|
567
|
-
ComponentPreviewComponent,
|
|
568
|
-
EditorTabsComponent,
|
|
569
|
-
SpecEditorComponent,
|
|
570
|
-
CodeEditorPanelComponent,
|
|
571
|
-
RequirementsEditorComponent,
|
|
572
|
-
DataRequirementsEditorComponent,
|
|
573
|
-
AIAssistantPanelComponent,
|
|
574
|
-
NewComponentDialogComponent,
|
|
575
|
-
SaveVersionDialogComponent,
|
|
576
|
-
// Scheduling Dashboard Components
|
|
577
|
-
SchedulingDashboardComponent,
|
|
578
|
-
SchedulingOverviewComponent,
|
|
579
|
-
SchedulingJobsComponent,
|
|
580
|
-
SchedulingActivityComponent,
|
|
581
|
-
SchedulingOverviewResourceComponent,
|
|
582
|
-
SchedulingJobsResourceComponent,
|
|
583
|
-
SchedulingActivityResourceComponent,
|
|
584
|
-
// Testing Dashboard Components
|
|
585
|
-
TestingDashboardComponent,
|
|
586
|
-
TestingDashboardTabComponent,
|
|
587
|
-
TestingRunsComponent,
|
|
588
|
-
TestingAnalyticsComponent,
|
|
589
|
-
TestingReviewComponent,
|
|
590
|
-
TestingDashboardTabResourceComponent,
|
|
591
|
-
TestingRunsResourceComponent,
|
|
592
|
-
TestingAnalyticsResourceComponent,
|
|
593
|
-
TestingReviewResourceComponent,
|
|
594
|
-
TestingExplorerComponent,
|
|
595
|
-
TestingExplorerResourceComponent,
|
|
596
|
-
SuiteTreeComponent,
|
|
597
|
-
SuiteTreeNodeComponent,
|
|
598
|
-
OracleBreakdownTableComponent,
|
|
599
|
-
TestRunDetailPanelComponent,
|
|
600
|
-
// Data Explorer Dashboard Components
|
|
601
|
-
DataExplorerDashboardComponent,
|
|
602
|
-
DataExplorerResourceComponent,
|
|
603
|
-
ExplorerNavigationPanelComponent,
|
|
604
|
-
ViewSelectorComponent,
|
|
605
|
-
// ViewConfigPanelComponent now comes from EntityViewerModule
|
|
606
|
-
FilterDialogComponent,
|
|
607
|
-
// Home Dashboard Components
|
|
608
|
-
HomeDashboardComponent,
|
|
609
|
-
// Communication Dashboard Components
|
|
610
|
-
CommunicationDashboardComponent,
|
|
611
|
-
CommunicationMonitorResourceComponent,
|
|
612
|
-
CommunicationLogsResourceComponent,
|
|
613
|
-
CommunicationProvidersResourceComponent,
|
|
614
|
-
CommunicationRunsResourceComponent,
|
|
615
|
-
CommunicationTemplatesResourceComponent,
|
|
616
|
-
// Credentials Dashboard Components (panels now come from CredentialsModule)
|
|
617
|
-
CredentialsDashboardComponent,
|
|
618
|
-
CredentialsOverviewResourceComponent,
|
|
619
|
-
CredentialsListResourceComponent,
|
|
620
|
-
CredentialsTypesResourceComponent,
|
|
621
|
-
CredentialsCategoriesResourceComponent,
|
|
622
|
-
CredentialsAuditResourceComponent,
|
|
623
|
-
GroupByPipe,
|
|
624
|
-
// System Diagnostics Components
|
|
625
|
-
SystemDiagnosticsComponent,
|
|
626
|
-
// Lists Dashboard Components
|
|
627
|
-
ListsMyListsResource,
|
|
628
|
-
ListsBrowseResource,
|
|
629
|
-
ListsCategoriesResource,
|
|
630
|
-
ListsOperationsResource,
|
|
631
|
-
VennDiagramComponent,
|
|
632
|
-
// Query Browser Components
|
|
633
|
-
QueryBrowserResourceComponent,
|
|
634
|
-
// Dashboard Browser Components
|
|
635
|
-
DashboardBrowserResourceComponent,
|
|
636
|
-
DashboardShareDialogComponent,
|
|
637
|
-
// API Keys Dashboard Components
|
|
638
|
-
APIKeysResourceComponent,
|
|
639
|
-
APIKeyCreateDialogComponent,
|
|
640
|
-
APIKeyEditPanelComponent,
|
|
641
|
-
APIKeyListComponent,
|
|
642
|
-
APIApplicationsPanelComponent,
|
|
643
|
-
APIScopesPanelComponent,
|
|
644
|
-
APIUsagePanelComponent,
|
|
645
|
-
// Version History Dashboard Components
|
|
646
|
-
VersionHistoryLabelsResourceComponent,
|
|
647
|
-
VersionHistoryDiffResourceComponent,
|
|
648
|
-
VersionHistoryRestoreResourceComponent,
|
|
649
|
-
VersionHistoryGraphResourceComponent], imports: [CommonModule,
|
|
650
|
-
FormsModule,
|
|
651
|
-
ReactiveFormsModule,
|
|
652
|
-
IndicatorsModule,
|
|
653
|
-
DropDownsModule,
|
|
654
|
-
InputsModule,
|
|
655
|
-
DateInputsModule,
|
|
656
|
-
LayoutModule,
|
|
657
|
-
DialogsModule,
|
|
658
|
-
WindowModule,
|
|
659
|
-
ContainerDirectivesModule,
|
|
660
|
-
NavigationModule,
|
|
661
|
-
CodeEditorModule,
|
|
662
|
-
TreeViewModule,
|
|
663
|
-
ButtonsModule,
|
|
664
|
-
ActionGalleryModule,
|
|
665
|
-
AITestHarnessModule,
|
|
666
|
-
MemberJunctionCoreEntityFormsModule,
|
|
667
|
-
GridModule,
|
|
668
|
-
ExcelExportModule,
|
|
669
|
-
MJReactModule,
|
|
670
|
-
SplitterModule,
|
|
671
|
-
TabStripModule,
|
|
672
|
-
PanelBarModule,
|
|
673
|
-
MJNotificationsModule,
|
|
674
|
-
TestingModule,
|
|
675
|
-
EntityViewerModule,
|
|
676
|
-
ExplorerSettingsModule,
|
|
677
|
-
SharedGenericModule,
|
|
678
|
-
FilterBuilderModule,
|
|
679
|
-
EntityRelationshipDiagramModule,
|
|
680
|
-
ListManagementModule,
|
|
681
|
-
ExportServiceModule,
|
|
682
|
-
QueryViewerModule,
|
|
683
|
-
DashboardViewerModule,
|
|
128
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DashboardsModule, { imports: [CoreDashboardsModule,
|
|
129
|
+
AIDashboardsModule,
|
|
130
|
+
SharedDashboardWidgetsModule,
|
|
131
|
+
ActionsDashboardsModule,
|
|
132
|
+
TestingDashboardsModule,
|
|
133
|
+
SchedulingDashboardsModule,
|
|
134
|
+
CommunicationDashboardsModule,
|
|
135
|
+
CredentialsDashboardsModule,
|
|
136
|
+
DataExplorerDashboardsModule,
|
|
137
|
+
ListsDashboardsModule,
|
|
138
|
+
ComponentStudioDashboardsModule,
|
|
684
139
|
MCPModule,
|
|
140
|
+
IntegrationModule,
|
|
141
|
+
// External generic modules (re-exported for backward compatibility)
|
|
685
142
|
CredentialsModule,
|
|
686
143
|
AgentRequestsModule,
|
|
687
144
|
SharedPipesModule,
|
|
@@ -689,105 +146,22 @@ export class DashboardsModule {
|
|
|
689
146
|
AgentsModule,
|
|
690
147
|
MarkdownModule,
|
|
691
148
|
VersionsModule,
|
|
692
|
-
IntegrationModule,
|
|
693
149
|
SchedulingModule,
|
|
694
|
-
NgTreesModule], exports: [
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
ScheduledActionsComponent,
|
|
709
|
-
CodeManagementComponent,
|
|
710
|
-
EntityIntegrationComponent,
|
|
711
|
-
SecurityPermissionsComponent,
|
|
712
|
-
// Export Action Explorer components
|
|
713
|
-
ActionExplorerComponent,
|
|
714
|
-
ActionTreePanelComponent,
|
|
715
|
-
ActionToolbarComponent,
|
|
716
|
-
ActionBreadcrumbComponent,
|
|
717
|
-
ActionCardComponent,
|
|
718
|
-
ActionListItemComponent,
|
|
719
|
-
NewCategoryPanelComponent,
|
|
720
|
-
NewActionPanelComponent,
|
|
721
|
-
// Export Scheduling resource components
|
|
722
|
-
SchedulingOverviewResourceComponent,
|
|
723
|
-
SchedulingJobsResourceComponent,
|
|
724
|
-
SchedulingActivityResourceComponent,
|
|
725
|
-
// Export Testing resource components
|
|
726
|
-
TestingDashboardTabResourceComponent,
|
|
727
|
-
TestingRunsResourceComponent,
|
|
728
|
-
TestingAnalyticsResourceComponent,
|
|
729
|
-
TestingReviewResourceComponent,
|
|
730
|
-
TestingExplorerComponent,
|
|
731
|
-
TestingExplorerResourceComponent,
|
|
732
|
-
// Export Data Explorer Dashboard and Resource
|
|
733
|
-
DataExplorerDashboardComponent,
|
|
734
|
-
DataExplorerResourceComponent,
|
|
735
|
-
// Export Home Dashboard
|
|
736
|
-
HomeDashboardComponent,
|
|
737
|
-
// Export Communication Dashboard
|
|
738
|
-
CommunicationDashboardComponent,
|
|
739
|
-
CommunicationMonitorResourceComponent,
|
|
740
|
-
CommunicationLogsResourceComponent,
|
|
741
|
-
CommunicationProvidersResourceComponent,
|
|
742
|
-
CommunicationRunsResourceComponent,
|
|
743
|
-
CommunicationTemplatesResourceComponent,
|
|
744
|
-
// Export Credentials Dashboard (panels re-exported via CredentialsModule)
|
|
745
|
-
CredentialsDashboardComponent,
|
|
746
|
-
CredentialsOverviewResourceComponent,
|
|
747
|
-
CredentialsListResourceComponent,
|
|
748
|
-
CredentialsTypesResourceComponent,
|
|
749
|
-
CredentialsCategoriesResourceComponent,
|
|
750
|
-
CredentialsAuditResourceComponent,
|
|
751
|
-
GroupByPipe,
|
|
752
|
-
SharedPipesModule,
|
|
150
|
+
NgTreesModule], exports: [CoreDashboardsModule,
|
|
151
|
+
AIDashboardsModule,
|
|
152
|
+
SharedDashboardWidgetsModule,
|
|
153
|
+
ActionsDashboardsModule,
|
|
154
|
+
TestingDashboardsModule,
|
|
155
|
+
SchedulingDashboardsModule,
|
|
156
|
+
CommunicationDashboardsModule,
|
|
157
|
+
CredentialsDashboardsModule,
|
|
158
|
+
DataExplorerDashboardsModule,
|
|
159
|
+
ListsDashboardsModule,
|
|
160
|
+
ComponentStudioDashboardsModule,
|
|
161
|
+
MCPModule,
|
|
162
|
+
IntegrationModule,
|
|
163
|
+
// External generic modules (re-exported for backward compatibility)
|
|
753
164
|
CredentialsModule,
|
|
754
165
|
AgentRequestsModule,
|
|
755
|
-
|
|
756
|
-
SystemDiagnosticsComponent,
|
|
757
|
-
// Lists Dashboard Components
|
|
758
|
-
ListsMyListsResource,
|
|
759
|
-
ListsBrowseResource,
|
|
760
|
-
ListsCategoriesResource,
|
|
761
|
-
ListsOperationsResource,
|
|
762
|
-
VennDiagramComponent,
|
|
763
|
-
// Query Browser Components
|
|
764
|
-
QueryBrowserResourceComponent,
|
|
765
|
-
// Dashboard Browser Components
|
|
766
|
-
DashboardBrowserResourceComponent,
|
|
767
|
-
DashboardShareDialogComponent,
|
|
768
|
-
// API Keys Dashboard Components
|
|
769
|
-
APIKeysResourceComponent,
|
|
770
|
-
APIKeyCreateDialogComponent,
|
|
771
|
-
APIKeyEditPanelComponent,
|
|
772
|
-
APIKeyListComponent,
|
|
773
|
-
APIApplicationsPanelComponent,
|
|
774
|
-
APIScopesPanelComponent,
|
|
775
|
-
APIUsagePanelComponent,
|
|
776
|
-
// MCP Dashboard Module (re-exports its components)
|
|
777
|
-
MCPModule,
|
|
778
|
-
// Version History Dashboard Components
|
|
779
|
-
VersionHistoryLabelsResourceComponent,
|
|
780
|
-
VersionHistoryDiffResourceComponent,
|
|
781
|
-
VersionHistoryRestoreResourceComponent,
|
|
782
|
-
VersionHistoryGraphResourceComponent,
|
|
783
|
-
// Integration Dashboard Module (re-exports its components)
|
|
784
|
-
IntegrationModule] }); })();
|
|
785
|
-
i0.ɵɵsetComponentScope(
|
|
786
|
-
// Component Studio Components
|
|
787
|
-
ComponentStudioDashboardComponent, [i1.DialogContainerDirective, i2.ButtonComponent, ComponentBrowserComponent,
|
|
788
|
-
ComponentPreviewComponent,
|
|
789
|
-
EditorTabsComponent,
|
|
790
|
-
AIAssistantPanelComponent,
|
|
791
|
-
NewComponentDialogComponent,
|
|
792
|
-
SaveVersionDialogComponent], [i3.DatePipe]);
|
|
166
|
+
SharedPipesModule] }); })();
|
|
793
167
|
//# sourceMappingURL=module.js.map
|