@memberjunction/ng-dashboards 5.21.0 → 5.23.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 +51 -0
- package/dist/AI/components/agents/agent-configuration.component.d.ts.map +1 -1
- package/dist/AI/components/agents/agent-configuration.component.js +364 -362
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/agents/agent-editor.component.js +2 -2
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +313 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +2792 -0
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts +382 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.d.ts.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +2683 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -0
- package/dist/AI/components/execution-monitoring.component.d.ts.map +1 -1
- package/dist/AI/components/execution-monitoring.component.js +191 -197
- package/dist/AI/components/execution-monitoring.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.js +9 -8
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +305 -299
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +319 -313
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts +240 -0
- package/dist/AI/components/vectors/vector-management-resource.component.d.ts.map +1 -0
- package/dist/AI/components/vectors/vector-management-resource.component.js +1767 -0
- package/dist/AI/components/vectors/vector-management-resource.component.js.map +1 -0
- package/dist/AI/index.d.ts +3 -0
- package/dist/AI/index.d.ts.map +1 -1
- package/dist/AI/index.js +6 -0
- package/dist/AI/index.js.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.d.ts +50 -7
- package/dist/AI/services/ai-instrumentation.service.d.ts.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.js +161 -193
- package/dist/AI/services/ai-instrumentation.service.js.map +1 -1
- package/dist/APIKeys/api-applications-panel.component.js +10 -12
- package/dist/APIKeys/api-applications-panel.component.js.map +1 -1
- package/dist/APIKeys/api-key-create-dialog.component.js +13 -19
- package/dist/APIKeys/api-key-create-dialog.component.js.map +1 -1
- package/dist/APIKeys/api-key-edit-panel.component.js +12 -14
- package/dist/APIKeys/api-key-edit-panel.component.js.map +1 -1
- package/dist/APIKeys/api-scopes-panel.component.js +61 -68
- package/dist/APIKeys/api-scopes-panel.component.js.map +1 -1
- package/dist/APIKeys/api-usage-panel.component.js +10 -11
- package/dist/APIKeys/api-usage-panel.component.js.map +1 -1
- package/dist/Actions/components/actions-list-view.component.js +82 -96
- package/dist/Actions/components/actions-list-view.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +130 -134
- 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 +40 -46
- package/dist/Actions/components/categories-list-view.component.js.map +1 -1
- package/dist/Actions/components/code-management.component.js +2 -2
- package/dist/Actions/components/code-management.component.js.map +1 -1
- package/dist/Actions/components/entity-integration.component.js +2 -2
- package/dist/Actions/components/entity-integration.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +127 -132
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Actions/components/executions-list-view.component.js +2 -2
- package/dist/Actions/components/executions-list-view.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-card.component.js +11 -17
- package/dist/Actions/components/explorer/action-card.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.js +5 -11
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-list-item.component.js +8 -10
- package/dist/Actions/components/explorer/action-list-item.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-toolbar.component.js +112 -133
- package/dist/Actions/components/explorer/action-toolbar.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-tree-panel.component.js +63 -83
- package/dist/Actions/components/explorer/action-tree-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/new-action-panel.component.js +17 -21
- package/dist/Actions/components/explorer/new-action-panel.component.js.map +1 -1
- package/dist/Actions/components/explorer/new-category-panel.component.js +17 -21
- package/dist/Actions/components/explorer/new-category-panel.component.js.map +1 -1
- package/dist/Actions/components/scheduled-actions.component.js +2 -2
- package/dist/Actions/components/scheduled-actions.component.js.map +1 -1
- package/dist/Actions/components/security-permissions.component.js +2 -2
- package/dist/Actions/components/security-permissions.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +13 -5
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +168 -145
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.d.ts +4 -5
- package/dist/ComponentStudio/components/artifact-load-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +197 -200
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.d.ts +5 -7
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +142 -148
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/browser/component-browser.component.js +153 -166
- package/dist/ComponentStudio/components/browser/component-browser.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +15 -20
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +16 -21
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +18 -23
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +25 -30
- package/dist/ComponentStudio/components/editors/spec-editor.component.js.map +1 -1
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +10 -11
- 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 +24 -35
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js.map +1 -1
- package/dist/ComponentStudio/components/text-import-dialog.component.js +15 -17
- package/dist/ComponentStudio/components/text-import-dialog.component.js.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +7 -6
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +6 -5
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +7 -6
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts +11 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -1
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js +57 -0
- package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -1
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js +9 -9
- package/dist/DashboardBrowser/dashboard-share-dialog.component.js.map +1 -1
- package/dist/DataExplorer/components/navigation-panel/navigation-panel.component.d.ts +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts +10 -2
- package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +35 -11
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.d.ts +1 -0
- package/dist/DataExplorer/data-explorer-resource.component.d.ts.map +1 -1
- package/dist/DataExplorer/data-explorer-resource.component.js +8 -4
- package/dist/DataExplorer/data-explorer-resource.component.js.map +1 -1
- package/dist/Home/home-dashboard.component.d.ts +181 -1
- package/dist/Home/home-dashboard.component.d.ts.map +1 -1
- package/dist/Home/home-dashboard.component.js +1704 -182
- package/dist/Home/home-dashboard.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +4 -4
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js +246 -259
- package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js.map +1 -1
- package/dist/Integration/components/widgets/integration-card.component.js +7 -9
- package/dist/Integration/components/widgets/integration-card.component.js.map +1 -1
- package/dist/Integration/integration.module.d.ts +6 -10
- package/dist/Integration/integration.module.d.ts.map +1 -1
- package/dist/Integration/integration.module.js +12 -20
- package/dist/Integration/integration.module.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts +106 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +607 -0
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts +126 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +1086 -0
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.d.ts +56 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.js +291 -0
- package/dist/KnowledgeHub/components/results-detail/search-result-detail.component.js.map +1 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts +85 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.d.ts.map +1 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js +461 -0
- package/dist/KnowledgeHub/components/search/knowledge-search-resource.component.js.map +1 -0
- package/dist/KnowledgeHub/index.d.ts +5 -0
- package/dist/KnowledgeHub/index.d.ts.map +1 -0
- package/dist/KnowledgeHub/index.js +6 -0
- package/dist/KnowledgeHub/index.js.map +1 -0
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +9 -7
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +5 -4
- package/dist/Lists/components/lists-my-lists-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-operations-resource.component.js +10 -9
- package/dist/Lists/components/lists-operations-resource.component.js.map +1 -1
- package/dist/MCP/components/mcp-connection-dialog.component.js +141 -132
- package/dist/MCP/components/mcp-connection-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-log-detail-panel.component.js +4 -4
- package/dist/MCP/components/mcp-log-detail-panel.component.js.map +1 -1
- package/dist/MCP/components/mcp-server-dialog.component.js +141 -128
- package/dist/MCP/components/mcp-server-dialog.component.js.map +1 -1
- package/dist/MCP/components/mcp-test-tool-dialog.component.js +210 -218
- package/dist/MCP/components/mcp-test-tool-dialog.component.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +2 -2
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/MCP/mcp.module.d.ts +6 -9
- package/dist/MCP/mcp.module.d.ts.map +1 -1
- package/dist/MCP/mcp.module.js +20 -22
- package/dist/MCP/mcp.module.js.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.js +5 -1
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.js +5 -4
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +6 -5
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.js +93 -92
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.d.ts.map +1 -1
- package/dist/SystemDiagnostics/system-diagnostics.component.js +1 -0
- package/dist/SystemDiagnostics/system-diagnostics.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.d.ts +7 -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 +63 -8
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts +9 -1
- package/dist/Testing/components/testing-dashboard-tab.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab.component.js +109 -62
- package/dist/Testing/components/testing-dashboard-tab.component.js.map +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts +2 -1
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +241 -200
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.d.ts +7 -1
- package/dist/Testing/components/testing-runs-resource.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.js +63 -8
- 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 +7 -5
- package/dist/Testing/components/testing-runs.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.d.ts +9 -1
- package/dist/Testing/testing-dashboard.component.d.ts.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +122 -54
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/actions-dashboards.module.d.ts +8 -13
- package/dist/actions-dashboards.module.d.ts.map +1 -1
- package/dist/actions-dashboards.module.js +6 -27
- package/dist/actions-dashboards.module.js.map +1 -1
- package/dist/ai-dashboards.module.d.ts +14 -11
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +58 -44
- package/dist/ai-dashboards.module.js.map +1 -1
- package/dist/communication-dashboards.module.d.ts +4 -8
- package/dist/communication-dashboards.module.d.ts.map +1 -1
- package/dist/communication-dashboards.module.js +0 -19
- package/dist/communication-dashboards.module.js.map +1 -1
- package/dist/component-studio-dashboards.module.d.ts +7 -11
- package/dist/component-studio-dashboards.module.d.ts.map +1 -1
- package/dist/component-studio-dashboards.module.js +22 -34
- package/dist/component-studio-dashboards.module.js.map +1 -1
- package/dist/core-dashboards.module.d.ts +13 -18
- package/dist/core-dashboards.module.d.ts.map +1 -1
- package/dist/core-dashboards.module.js +18 -31
- package/dist/core-dashboards.module.js.map +1 -1
- package/dist/credentials-dashboards.module.d.ts +5 -8
- package/dist/credentials-dashboards.module.d.ts.map +1 -1
- package/dist/credentials-dashboards.module.js +3 -19
- package/dist/credentials-dashboards.module.js.map +1 -1
- package/dist/data-explorer-dashboards.module.d.ts +7 -13
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -1
- package/dist/data-explorer-dashboards.module.js +0 -27
- package/dist/data-explorer-dashboards.module.js.map +1 -1
- package/dist/lists-dashboards.module.d.ts +5 -8
- package/dist/lists-dashboards.module.d.ts.map +1 -1
- package/dist/lists-dashboards.module.js +3 -19
- package/dist/lists-dashboards.module.js.map +1 -1
- package/dist/public-api.d.ts +5 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +6 -1
- package/dist/public-api.js.map +1 -1
- package/dist/scheduling-dashboards.module.d.ts +6 -10
- package/dist/scheduling-dashboards.module.d.ts.map +1 -1
- package/dist/scheduling-dashboards.module.js +3 -23
- package/dist/scheduling-dashboards.module.js.map +1 -1
- package/dist/testing-dashboards.module.d.ts +7 -12
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +4 -27
- package/dist/testing-dashboards.module.js.map +1 -1
- package/package.json +47 -53
package/dist/public-api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,aAAa;AACb,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mBAAmB,CAAC;AAClC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mDAAmD,CAAC;AAClE,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AAExB,kEAAkE;AAClE,OAAO,EACL,4BAA4B,EAC5B,yBAAyB,EACzB,2BAA2B,EAC3B,wBAAwB,EACxB,4BAA4B,EAC5B,gBAAgB,EAChB,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC3B,8BAA8B,
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Public API Surface of dashboards\n */\n\n// Dashboards\nexport * from './EntityAdmin/entity-admin-dashboard.component';\nexport * from './ComponentStudio';\nexport * from './Scheduling/scheduling-dashboard.component';\nexport * from './Testing/testing-dashboard.component';\nexport * from './DataExplorer';\nexport * from './Communication/communication-dashboard.component';\nexport * from './Credentials';\nexport * from './SystemDiagnostics';\nexport * from './Lists';\n\n// Export AI components as resources (BaseResourceComponent-based)\nexport {\n ExecutionMonitoringComponent,\n PromptManagementComponent,\n AgentConfigurationComponent,\n ModelManagementComponent,\n SystemConfigurationComponent,\n KPICardComponent,\n LiveExecutionWidgetComponent,\n TimeSeriesChartComponent,\n PerformanceHeatmapComponent,\n AgentRequestsResourceComponent,\n AutotaggingPipelineResourceComponent,\n VectorManagementResourceComponent,\n DuplicateDetectionResourceComponent\n} from './AI/index';\n\n// Knowledge Hub components\nexport {\n KnowledgeSearchResourceComponent,\n LoadKnowledgeSearchResource\n} from './KnowledgeHub/components/search/knowledge-search-resource.component';\nexport {\n KnowledgeConfigResourceComponent,\n LoadKnowledgeConfigResource\n} from './KnowledgeHub/components/config/knowledge-config-resource.component';\nexport { SearchResultDetailComponent } from './KnowledgeHub/components/results-detail/search-result-detail.component';\nexport {\n ClusterVisualizationResourceComponent,\n LoadClusterVisualizationResource\n} from './KnowledgeHub/components/clusters/cluster-visualization-resource.component';\n\n// Export Actions components as resources (BaseResourceComponent-based)\nexport {\n ActionsOverviewComponent,\n ScheduledActionsComponent,\n CodeManagementComponent,\n EntityIntegrationComponent,\n SecurityPermissionsComponent,\n // Action Explorer components\n ActionExplorerComponent,\n ActionTreePanelComponent,\n ActionToolbarComponent,\n ActionBreadcrumbComponent,\n ActionCardComponent,\n ActionListItemComponent,\n NewCategoryPanelComponent,\n NewActionPanelComponent,\n // State service\n ActionExplorerStateService\n} from './Actions';\n\n// Re-export Actions ExecutionMonitoringComponent with alias to avoid conflict with AI version\nexport { ExecutionMonitoringComponent as ActionsExecutionMonitoringComponent } from './Actions/components/execution-monitoring.component';\n\n// Export Scheduling components as resources (BaseResourceComponent-based)\nexport {\n SchedulingOverviewResourceComponent,\n SchedulingJobsResourceComponent,\n SchedulingActivityResourceComponent\n} from './Scheduling/components';\n\n// Export Communication components as resources\nexport {\n CommunicationMonitorResourceComponent\n} from './Communication/communication-monitor-resource.component';\nexport {\n CommunicationLogsResourceComponent\n} from './Communication/communication-logs-resource.component';\nexport {\n CommunicationProvidersResourceComponent\n} from './Communication/communication-providers-resource.component';\nexport {\n CommunicationRunsResourceComponent\n} from './Communication/communication-runs-resource.component';\nexport {\n CommunicationTemplatesResourceComponent\n} from './Communication/communication-templates-resource.component';\n\n// Export Testing components as resources (BaseResourceComponent-based)\nexport {\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerResourceComponent\n} from './Testing/components';\n\n// Query Browser\nexport {\n QueryBrowserResourceComponent\n} from './QueryBrowser/query-browser-resource.component';\n\n// Dashboard Browser\nexport {\n DashboardBrowserResourceComponent\n} from './DashboardBrowser/dashboard-browser-resource.component';\nexport {\n DashboardShareDialogComponent,\n UserSharePermission,\n ShareDialogResult\n} from './DashboardBrowser/dashboard-share-dialog.component';\n\n// Home Application and Dashboard\nexport { HomeApplication } from './Home/home-application';\nexport { HomeDashboardComponent } from './Home/home-dashboard.component';\n\n// API Keys\nexport { APIKeysResourceComponent } from './APIKeys/api-keys-resource.component';\nexport { APIKeyCreateDialogComponent, APIKeyCreateResult } from './APIKeys/api-key-create-dialog.component';\nexport { APIKeyEditPanelComponent } from './APIKeys/api-key-edit-panel.component';\nexport { APIKeyListComponent, APIKeyFilter } from './APIKeys/api-key-list.component';\nexport { APIApplicationsPanelComponent } from './APIKeys/api-applications-panel.component';\nexport { APIScopesPanelComponent } from './APIKeys/api-scopes-panel.component';\nexport { APIUsagePanelComponent } from './APIKeys/api-usage-panel.component';\n\n// MCP (Model Context Protocol)\nexport * from './MCP';\n\n// Version History Dashboard Components\nexport * from './VersionHistory';\n\n// Integration Dashboard\nexport * from './Integration';\n\n// NOTE: DashboardsModule (backward-compatible wrapper that imports ALL feature modules) is\n// intentionally not re-exported from the barrel to enable ESBuild code splitting.\n// Consumers who need it: import { DashboardsModule } from '@memberjunction/ng-dashboards/module'\n\n// Feature modules for lazy loading\nexport * from './core-dashboards.module';\nexport * from './ai-dashboards.module';\nexport * from './actions-dashboards.module';\nexport * from './testing-dashboards.module';\nexport * from './scheduling-dashboards.module';\nexport * from './communication-dashboards.module';\nexport * from './credentials-dashboards.module';\nexport * from './data-explorer-dashboards.module';\nexport * from './lists-dashboards.module';\nexport * from './component-studio-dashboards.module';\nexport * from './shared/shared-dashboard-widgets.module';\n"]}
|
|
@@ -8,22 +8,18 @@ import * as i6 from "./Scheduling/components/scheduling-jobs-resource.component"
|
|
|
8
8
|
import * as i7 from "./Scheduling/components/scheduling-activity-resource.component";
|
|
9
9
|
import * as i8 from "@angular/common";
|
|
10
10
|
import * as i9 from "@angular/forms";
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "@
|
|
14
|
-
import * as i13 from "@
|
|
15
|
-
import * as i14 from "@
|
|
16
|
-
import * as i15 from "@memberjunction/ng-container-directives";
|
|
17
|
-
import * as i16 from "@memberjunction/ng-shared-generic";
|
|
18
|
-
import * as i17 from "@memberjunction/ng-code-editor";
|
|
19
|
-
import * as i18 from "@memberjunction/ng-scheduling";
|
|
11
|
+
import * as i10 from "@memberjunction/ng-ui-components";
|
|
12
|
+
import * as i11 from "@memberjunction/ng-container-directives";
|
|
13
|
+
import * as i12 from "@memberjunction/ng-shared-generic";
|
|
14
|
+
import * as i13 from "@memberjunction/ng-code-editor";
|
|
15
|
+
import * as i14 from "@memberjunction/ng-scheduling";
|
|
20
16
|
/**
|
|
21
17
|
* SchedulingDashboardsModule — Scheduling feature area: overview, jobs,
|
|
22
18
|
* activity monitoring, and job slideout panel (via SchedulingModule).
|
|
23
19
|
*/
|
|
24
20
|
export declare class SchedulingDashboardsModule {
|
|
25
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulingDashboardsModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulingDashboardsModule, [typeof i1.SchedulingDashboardComponent, typeof i2.SchedulingOverviewComponent, typeof i3.SchedulingJobsComponent, typeof i4.SchedulingActivityComponent, typeof i5.SchedulingOverviewResourceComponent, typeof i6.SchedulingJobsResourceComponent, typeof i7.SchedulingActivityResourceComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulingDashboardsModule, [typeof i1.SchedulingDashboardComponent, typeof i2.SchedulingOverviewComponent, typeof i3.SchedulingJobsComponent, typeof i4.SchedulingActivityComponent, typeof i5.SchedulingOverviewResourceComponent, typeof i6.SchedulingJobsResourceComponent, typeof i7.SchedulingActivityResourceComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MJButtonDirective, typeof i11.ContainerDirectivesModule, typeof i12.SharedGenericModule, typeof i13.CodeEditorModule, typeof i14.SchedulingModule], [typeof i1.SchedulingDashboardComponent, typeof i5.SchedulingOverviewResourceComponent, typeof i6.SchedulingJobsResourceComponent, typeof i7.SchedulingActivityResourceComponent]>;
|
|
27
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<SchedulingDashboardsModule>;
|
|
28
24
|
}
|
|
29
25
|
//# sourceMappingURL=scheduling-dashboards.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduling-dashboards.module.d.ts","sourceRoot":"","sources":["../src/scheduling-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"scheduling-dashboards.module.d.ts","sourceRoot":"","sources":["../src/scheduling-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAmBA;;;GAGG;AACH,qBA8Ba,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import {
|
|
5
|
-
import { GridModule } from '@progress/kendo-angular-grid';
|
|
6
|
-
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
7
|
-
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
8
|
-
import { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
4
|
+
import { MJButtonDirective } from '@memberjunction/ng-ui-components';
|
|
9
5
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
10
6
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
11
7
|
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
@@ -32,12 +28,6 @@ export class SchedulingDashboardsModule {
|
|
|
32
28
|
], imports: [CommonModule,
|
|
33
29
|
FormsModule,
|
|
34
30
|
ReactiveFormsModule,
|
|
35
|
-
ButtonsModule,
|
|
36
|
-
GridModule,
|
|
37
|
-
DropDownsModule,
|
|
38
|
-
InputsModule,
|
|
39
|
-
DialogsModule,
|
|
40
|
-
WindowModule,
|
|
41
31
|
ContainerDirectivesModule,
|
|
42
32
|
SharedGenericModule,
|
|
43
33
|
CodeEditorModule,
|
|
@@ -59,12 +49,7 @@ export class SchedulingDashboardsModule {
|
|
|
59
49
|
CommonModule,
|
|
60
50
|
FormsModule,
|
|
61
51
|
ReactiveFormsModule,
|
|
62
|
-
|
|
63
|
-
GridModule,
|
|
64
|
-
DropDownsModule,
|
|
65
|
-
InputsModule,
|
|
66
|
-
DialogsModule,
|
|
67
|
-
WindowModule,
|
|
52
|
+
MJButtonDirective,
|
|
68
53
|
ContainerDirectivesModule,
|
|
69
54
|
SharedGenericModule,
|
|
70
55
|
CodeEditorModule,
|
|
@@ -90,12 +75,7 @@ export class SchedulingDashboardsModule {
|
|
|
90
75
|
SchedulingActivityResourceComponent], imports: [CommonModule,
|
|
91
76
|
FormsModule,
|
|
92
77
|
ReactiveFormsModule,
|
|
93
|
-
|
|
94
|
-
GridModule,
|
|
95
|
-
DropDownsModule,
|
|
96
|
-
InputsModule,
|
|
97
|
-
DialogsModule,
|
|
98
|
-
WindowModule,
|
|
78
|
+
MJButtonDirective,
|
|
99
79
|
ContainerDirectivesModule,
|
|
100
80
|
SharedGenericModule,
|
|
101
81
|
CodeEditorModule,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduling-dashboards.module.js","sourceRoot":"","sources":["../src/scheduling-dashboards.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"scheduling-dashboards.module.js","sourceRoot":"","sources":["../src/scheduling-dashboards.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEjE,wBAAwB;AACxB,OAAO,EAAE,4BAA4B,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAC;AAC5F,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,gEAAgE,CAAC;AACrH,OAAO,EAAE,+BAA+B,EAAE,MAAM,4DAA4D,CAAC;AAC7G,OAAO,EAAE,mCAAmC,EAAE,MAAM,gEAAgE,CAAC;AACrH,OAAO,EAAE,gCAAgC,EAAE,MAAM,0DAA0D,CAAC;;AAE5G;;;GAGG;AA+BH,MAAM,OAAO,0BAA0B;oHAA1B,0BAA0B;4DAA1B,0BAA0B;iEAV1B;YACT,gCAAgC;SACjC,YAXC,YAAY;YACZ,WAAW;YACX,mBAAmB;YAEnB,yBAAyB;YACzB,mBAAmB;YACnB,gBAAgB;YAChB,gBAAgB;;iFAYP,0BAA0B;cA9BtC,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,4BAA4B;oBAC5B,2BAA2B;oBAC3B,uBAAuB;oBACvB,2BAA2B;oBAC3B,mCAAmC;oBACnC,+BAA+B;oBAC/B,mCAAmC;iBACpC;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,iBAAiB;oBACjB,yBAAyB;oBACzB,mBAAmB;oBACnB,gBAAgB;oBAChB,gBAAgB;iBACjB;gBACD,SAAS,EAAE;oBACT,gCAAgC;iBACjC;gBACD,OAAO,EAAE;oBACP,4BAA4B;oBAC5B,mCAAmC;oBACnC,+BAA+B;oBAC/B,mCAAmC;iBACpC;aACF;;wFACY,0BAA0B,mBA5BnC,4BAA4B;QAC5B,2BAA2B;QAC3B,uBAAuB;QACvB,2BAA2B;QAC3B,mCAAmC;QACnC,+BAA+B;QAC/B,mCAAmC,aAGnC,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,iBAAiB;QACjB,yBAAyB;QACzB,mBAAmB;QACnB,gBAAgB;QAChB,gBAAgB,aAMhB,4BAA4B;QAC5B,mCAAmC;QACnC,+BAA+B;QAC/B,mCAAmC","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MJButtonDirective } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\nimport { SchedulingModule } from '@memberjunction/ng-scheduling';\n\n// Scheduling Components\nimport { SchedulingDashboardComponent } from './Scheduling/scheduling-dashboard.component';\nimport { SchedulingOverviewComponent } from './Scheduling/components/scheduling-overview.component';\nimport { SchedulingJobsComponent } from './Scheduling/components/scheduling-jobs.component';\nimport { SchedulingActivityComponent } from './Scheduling/components/scheduling-activity.component';\nimport { SchedulingOverviewResourceComponent } from './Scheduling/components/scheduling-overview-resource.component';\nimport { SchedulingJobsResourceComponent } from './Scheduling/components/scheduling-jobs-resource.component';\nimport { SchedulingActivityResourceComponent } from './Scheduling/components/scheduling-activity-resource.component';\nimport { SchedulingInstrumentationService } from './Scheduling/services/scheduling-instrumentation.service';\n\n/**\n * SchedulingDashboardsModule — Scheduling feature area: overview, jobs,\n * activity monitoring, and job slideout panel (via SchedulingModule).\n */\n@NgModule({\n declarations: [\n SchedulingDashboardComponent,\n SchedulingOverviewComponent,\n SchedulingJobsComponent,\n SchedulingActivityComponent,\n SchedulingOverviewResourceComponent,\n SchedulingJobsResourceComponent,\n SchedulingActivityResourceComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MJButtonDirective,\n ContainerDirectivesModule,\n SharedGenericModule,\n CodeEditorModule,\n SchedulingModule\n ],\n providers: [\n SchedulingInstrumentationService\n ],\n exports: [\n SchedulingDashboardComponent,\n SchedulingOverviewResourceComponent,\n SchedulingJobsResourceComponent,\n SchedulingActivityResourceComponent\n ]\n})\nexport class SchedulingDashboardsModule { }\n"]}
|
|
@@ -15,24 +15,19 @@ import * as i13 from "./Testing/components/widgets/oracle-breakdown-table.compon
|
|
|
15
15
|
import * as i14 from "./Testing/components/widgets/test-run-detail-panel.component";
|
|
16
16
|
import * as i15 from "@angular/common";
|
|
17
17
|
import * as i16 from "@angular/forms";
|
|
18
|
-
import * as i17 from "@
|
|
19
|
-
import * as i18 from "@
|
|
20
|
-
import * as i19 from "@
|
|
21
|
-
import * as i20 from "@
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "@memberjunction/ng-container-directives";
|
|
25
|
-
import * as i24 from "@memberjunction/ng-testing";
|
|
26
|
-
import * as i25 from "@memberjunction/ng-shared-generic";
|
|
27
|
-
import * as i26 from "./shared/shared-dashboard-widgets.module";
|
|
28
|
-
import * as i27 from "./shared/shared-pipes.module";
|
|
18
|
+
import * as i17 from "@memberjunction/ng-container-directives";
|
|
19
|
+
import * as i18 from "@memberjunction/ng-testing";
|
|
20
|
+
import * as i19 from "@memberjunction/ng-versions";
|
|
21
|
+
import * as i20 from "@memberjunction/ng-shared-generic";
|
|
22
|
+
import * as i21 from "./shared/shared-dashboard-widgets.module";
|
|
23
|
+
import * as i22 from "./shared/shared-pipes.module";
|
|
29
24
|
/**
|
|
30
25
|
* TestingDashboardsModule — Testing feature area: dashboard tabs, runs,
|
|
31
26
|
* analytics, review, explorer, and instrumentation widgets.
|
|
32
27
|
*/
|
|
33
28
|
export declare class TestingDashboardsModule {
|
|
34
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestingDashboardsModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TestingDashboardsModule, [typeof i1.TestingDashboardComponent, typeof i2.TestingDashboardTabComponent, typeof i3.TestingRunsComponent, typeof i4.TestingAnalyticsComponent, typeof i5.TestingReviewComponent, typeof i6.TestingDashboardTabResourceComponent, typeof i7.TestingRunsResourceComponent, typeof i8.TestingAnalyticsResourceComponent, typeof i9.TestingReviewResourceComponent, typeof i10.TestingExplorerComponent, typeof i11.TestingExplorerResourceComponent, typeof i12.SuiteTreeComponent, typeof i12.SuiteTreeNodeComponent, typeof i13.OracleBreakdownTableComponent, typeof i14.TestRunDetailPanelComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TestingDashboardsModule, [typeof i1.TestingDashboardComponent, typeof i2.TestingDashboardTabComponent, typeof i3.TestingRunsComponent, typeof i4.TestingAnalyticsComponent, typeof i5.TestingReviewComponent, typeof i6.TestingDashboardTabResourceComponent, typeof i7.TestingRunsResourceComponent, typeof i8.TestingAnalyticsResourceComponent, typeof i9.TestingReviewResourceComponent, typeof i10.TestingExplorerComponent, typeof i11.TestingExplorerResourceComponent, typeof i12.SuiteTreeComponent, typeof i12.SuiteTreeNodeComponent, typeof i13.OracleBreakdownTableComponent, typeof i14.TestRunDetailPanelComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.ContainerDirectivesModule, typeof i18.TestingModule, typeof i19.VersionsModule, typeof i20.SharedGenericModule, typeof i21.SharedDashboardWidgetsModule, typeof i22.SharedPipesModule], [typeof i1.TestingDashboardComponent, typeof i6.TestingDashboardTabResourceComponent, typeof i7.TestingRunsResourceComponent, typeof i8.TestingAnalyticsResourceComponent, typeof i9.TestingReviewResourceComponent, typeof i10.TestingExplorerComponent, typeof i11.TestingExplorerResourceComponent, typeof i21.SharedDashboardWidgetsModule]>;
|
|
36
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<TestingDashboardsModule>;
|
|
37
32
|
}
|
|
38
33
|
//# sourceMappingURL=testing-dashboards.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing-dashboards.module.d.ts","sourceRoot":"","sources":["../src/testing-dashboards.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"testing-dashboards.module.d.ts","sourceRoot":"","sources":["../src/testing-dashboards.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AA2BA;;;GAGG;AACH,qBA2Ca,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAI"}
|
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
5
|
-
import { GridModule } from '@progress/kendo-angular-grid';
|
|
6
|
-
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
7
|
-
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
8
|
-
import { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
9
|
-
import { TabStripModule } from '@progress/kendo-angular-layout';
|
|
10
4
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
11
5
|
import { TestingModule } from '@memberjunction/ng-testing';
|
|
6
|
+
import { VersionsModule } from '@memberjunction/ng-versions';
|
|
12
7
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
13
8
|
import { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';
|
|
14
9
|
import { SharedPipesModule } from './shared/shared-pipes.module';
|
|
@@ -41,15 +36,9 @@ export class TestingDashboardsModule {
|
|
|
41
36
|
], imports: [CommonModule,
|
|
42
37
|
FormsModule,
|
|
43
38
|
ReactiveFormsModule,
|
|
44
|
-
ButtonsModule,
|
|
45
|
-
GridModule,
|
|
46
|
-
DropDownsModule,
|
|
47
|
-
InputsModule,
|
|
48
|
-
DialogsModule,
|
|
49
|
-
WindowModule,
|
|
50
|
-
TabStripModule,
|
|
51
39
|
ContainerDirectivesModule,
|
|
52
40
|
TestingModule,
|
|
41
|
+
VersionsModule,
|
|
53
42
|
SharedGenericModule,
|
|
54
43
|
SharedDashboardWidgetsModule,
|
|
55
44
|
SharedPipesModule, SharedDashboardWidgetsModule] });
|
|
@@ -78,15 +67,9 @@ export class TestingDashboardsModule {
|
|
|
78
67
|
CommonModule,
|
|
79
68
|
FormsModule,
|
|
80
69
|
ReactiveFormsModule,
|
|
81
|
-
ButtonsModule,
|
|
82
|
-
GridModule,
|
|
83
|
-
DropDownsModule,
|
|
84
|
-
InputsModule,
|
|
85
|
-
DialogsModule,
|
|
86
|
-
WindowModule,
|
|
87
|
-
TabStripModule,
|
|
88
70
|
ContainerDirectivesModule,
|
|
89
71
|
TestingModule,
|
|
72
|
+
VersionsModule,
|
|
90
73
|
SharedGenericModule,
|
|
91
74
|
SharedDashboardWidgetsModule,
|
|
92
75
|
SharedPipesModule
|
|
@@ -123,15 +106,9 @@ export class TestingDashboardsModule {
|
|
|
123
106
|
TestRunDetailPanelComponent], imports: [CommonModule,
|
|
124
107
|
FormsModule,
|
|
125
108
|
ReactiveFormsModule,
|
|
126
|
-
ButtonsModule,
|
|
127
|
-
GridModule,
|
|
128
|
-
DropDownsModule,
|
|
129
|
-
InputsModule,
|
|
130
|
-
DialogsModule,
|
|
131
|
-
WindowModule,
|
|
132
|
-
TabStripModule,
|
|
133
109
|
ContainerDirectivesModule,
|
|
134
110
|
TestingModule,
|
|
111
|
+
VersionsModule,
|
|
135
112
|
SharedGenericModule,
|
|
136
113
|
SharedDashboardWidgetsModule,
|
|
137
114
|
SharedPipesModule], exports: [TestingDashboardComponent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing-dashboards.module.js","sourceRoot":"","sources":["../src/testing-dashboards.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"testing-dashboards.module.js","sourceRoot":"","sources":["../src/testing-dashboards.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { TestingModule } from '@memberjunction/ng-testing';\nimport { VersionsModule } from '@memberjunction/ng-versions';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';\nimport { SharedPipesModule } from './shared/shared-pipes.module';\n\n// Testing Components\nimport { TestingDashboardComponent } from './Testing/testing-dashboard.component';\nimport { TestingDashboardTabComponent } from './Testing/components/testing-dashboard-tab.component';\nimport { TestingRunsComponent } from './Testing/components/testing-runs.component';\nimport { TestingAnalyticsComponent } from './Testing/components/testing-analytics.component';\nimport { TestingReviewComponent } from './Testing/components/testing-review.component';\nimport { TestingDashboardTabResourceComponent } from './Testing/components/testing-dashboard-tab-resource.component';\nimport { TestingRunsResourceComponent } from './Testing/components/testing-runs-resource.component';\nimport { TestingAnalyticsResourceComponent } from './Testing/components/testing-analytics-resource.component';\nimport { TestingReviewResourceComponent } from './Testing/components/testing-review-resource.component';\nimport { TestingExplorerComponent } from './Testing/components/testing-explorer.component';\nimport { TestingExplorerResourceComponent } from './Testing/components/testing-explorer-resource.component';\nimport { SuiteTreeComponent, SuiteTreeNodeComponent } from './Testing/components/widgets/suite-tree.component';\nimport { OracleBreakdownTableComponent } from './Testing/components/widgets/oracle-breakdown-table.component';\nimport { TestRunDetailPanelComponent } from './Testing/components/widgets/test-run-detail-panel.component';\nimport { TestingInstrumentationService } from './Testing/services/testing-instrumentation.service';\n\n/**\n * TestingDashboardsModule — Testing feature area: dashboard tabs, runs,\n * analytics, review, explorer, and instrumentation widgets.\n */\n@NgModule({\n declarations: [\n TestingDashboardComponent,\n TestingDashboardTabComponent,\n TestingRunsComponent,\n TestingAnalyticsComponent,\n TestingReviewComponent,\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerComponent,\n TestingExplorerResourceComponent,\n SuiteTreeComponent,\n SuiteTreeNodeComponent,\n OracleBreakdownTableComponent,\n TestRunDetailPanelComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ContainerDirectivesModule,\n TestingModule,\n VersionsModule,\n SharedGenericModule,\n SharedDashboardWidgetsModule,\n SharedPipesModule\n ],\n providers: [\n TestingInstrumentationService\n ],\n exports: [\n TestingDashboardComponent,\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerComponent,\n TestingExplorerResourceComponent,\n SharedDashboardWidgetsModule\n ]\n})\nexport class TestingDashboardsModule { }\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-dashboards",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.23.0",
|
|
4
4
|
"description": "MemberJunction Dashboards",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -92,58 +92,52 @@
|
|
|
92
92
|
"@codemirror/merge": "^6.11.2",
|
|
93
93
|
"@codemirror/state": "^6.5.4",
|
|
94
94
|
"@codemirror/view": "^6.39.12",
|
|
95
|
-
"@memberjunction/ng-
|
|
96
|
-
"@memberjunction/actions-base": "5.
|
|
97
|
-
"@memberjunction/ai-
|
|
98
|
-
"@memberjunction/
|
|
99
|
-
"@memberjunction/
|
|
100
|
-
"@memberjunction/core": "5.
|
|
101
|
-
"@memberjunction/
|
|
102
|
-
"@memberjunction/
|
|
103
|
-
"@memberjunction/
|
|
104
|
-
"@memberjunction/
|
|
105
|
-
"@memberjunction/
|
|
106
|
-
"@memberjunction/
|
|
107
|
-
"@memberjunction/
|
|
108
|
-
"@memberjunction/ng-
|
|
109
|
-
"@memberjunction/ng-
|
|
110
|
-
"@memberjunction/ng-agents": "5.
|
|
111
|
-
"@memberjunction/ng-ai-test-harness": "5.
|
|
112
|
-
"@memberjunction/ng-base-application": "5.
|
|
113
|
-
"@memberjunction/ng-code-editor": "5.
|
|
114
|
-
"@memberjunction/ng-container-directives": "5.
|
|
115
|
-
"@memberjunction/ng-
|
|
116
|
-
"@memberjunction/ng-
|
|
117
|
-
"@memberjunction/ng-credentials": "5.
|
|
118
|
-
"@memberjunction/ng-dashboard-viewer": "5.
|
|
119
|
-
"@memberjunction/ng-entity-
|
|
120
|
-
"@memberjunction/ng-
|
|
121
|
-
"@memberjunction/ng-
|
|
122
|
-
"@memberjunction/ng-
|
|
123
|
-
"@memberjunction/ng-
|
|
124
|
-
"@memberjunction/ng-
|
|
125
|
-
"@memberjunction/ng-
|
|
126
|
-
"@memberjunction/ng-
|
|
127
|
-
"@memberjunction/ng-
|
|
128
|
-
"@memberjunction/ng-
|
|
129
|
-
"@memberjunction/ng-
|
|
130
|
-
"@memberjunction/ng-
|
|
131
|
-
"@memberjunction/ng-
|
|
132
|
-
"@memberjunction/
|
|
133
|
-
"@memberjunction/
|
|
134
|
-
"@memberjunction/
|
|
135
|
-
"@memberjunction/ng-
|
|
136
|
-
"@
|
|
137
|
-
"@
|
|
138
|
-
"@
|
|
139
|
-
"@
|
|
140
|
-
"
|
|
141
|
-
"@progress/kendo-angular-grid": "22.0.1",
|
|
142
|
-
"@progress/kendo-angular-indicators": "22.0.1",
|
|
143
|
-
"@progress/kendo-angular-inputs": "22.0.1",
|
|
144
|
-
"@progress/kendo-angular-layout": "22.0.1",
|
|
145
|
-
"@progress/kendo-angular-navigation": "22.0.1",
|
|
146
|
-
"@progress/kendo-angular-treeview": "22.0.1",
|
|
95
|
+
"@memberjunction/ng-clustering": "5.23.0",
|
|
96
|
+
"@memberjunction/actions-base": "5.23.0",
|
|
97
|
+
"@memberjunction/ai-core-plus": "5.23.0",
|
|
98
|
+
"@memberjunction/ai-engine-base": "5.23.0",
|
|
99
|
+
"@memberjunction/api-keys-base": "5.23.0",
|
|
100
|
+
"@memberjunction/core": "5.23.0",
|
|
101
|
+
"@memberjunction/core-entities": "5.23.0",
|
|
102
|
+
"@memberjunction/export-engine": "5.23.0",
|
|
103
|
+
"@memberjunction/global": "5.23.0",
|
|
104
|
+
"@memberjunction/graphql-dataprovider": "5.23.0",
|
|
105
|
+
"@memberjunction/integration-engine-base": "5.23.0",
|
|
106
|
+
"@memberjunction/interactive-component-types": "5.23.0",
|
|
107
|
+
"@memberjunction/ng-action-gallery": "5.23.0",
|
|
108
|
+
"@memberjunction/ng-actions": "5.23.0",
|
|
109
|
+
"@memberjunction/ng-agent-requests": "5.23.0",
|
|
110
|
+
"@memberjunction/ng-agents": "5.23.0",
|
|
111
|
+
"@memberjunction/ng-ai-test-harness": "5.23.0",
|
|
112
|
+
"@memberjunction/ng-base-application": "5.23.0",
|
|
113
|
+
"@memberjunction/ng-code-editor": "5.23.0",
|
|
114
|
+
"@memberjunction/ng-container-directives": "5.23.0",
|
|
115
|
+
"@memberjunction/ng-conversations": "5.23.0",
|
|
116
|
+
"@memberjunction/ng-core-entity-forms": "5.23.0",
|
|
117
|
+
"@memberjunction/ng-credentials": "5.23.0",
|
|
118
|
+
"@memberjunction/ng-dashboard-viewer": "5.23.0",
|
|
119
|
+
"@memberjunction/ng-entity-relationship-diagram": "5.23.0",
|
|
120
|
+
"@memberjunction/ng-entity-viewer": "5.23.0",
|
|
121
|
+
"@memberjunction/ng-explorer-settings": "5.23.0",
|
|
122
|
+
"@memberjunction/ng-export-service": "5.23.0",
|
|
123
|
+
"@memberjunction/ng-filter-builder": "5.23.0",
|
|
124
|
+
"@memberjunction/ng-list-management": "5.23.0",
|
|
125
|
+
"@memberjunction/ng-markdown": "5.23.0",
|
|
126
|
+
"@memberjunction/ng-notifications": "5.23.0",
|
|
127
|
+
"@memberjunction/ng-query-viewer": "5.23.0",
|
|
128
|
+
"@memberjunction/ng-react": "5.23.0",
|
|
129
|
+
"@memberjunction/ng-scheduling": "5.23.0",
|
|
130
|
+
"@memberjunction/ng-search": "5.23.0",
|
|
131
|
+
"@memberjunction/ng-shared": "5.23.0",
|
|
132
|
+
"@memberjunction/ng-shared-generic": "5.23.0",
|
|
133
|
+
"@memberjunction/ng-testing": "5.23.0",
|
|
134
|
+
"@memberjunction/ng-trees": "5.23.0",
|
|
135
|
+
"@memberjunction/ng-ui-components": "5.23.0",
|
|
136
|
+
"@memberjunction/ng-versions": "5.23.0",
|
|
137
|
+
"@memberjunction/skip-types": "5.23.0",
|
|
138
|
+
"@memberjunction/templates-base-types": "5.23.0",
|
|
139
|
+
"@memberjunction/testing-engine-base": "5.23.0",
|
|
140
|
+
"angular-split": "^20.0.0",
|
|
147
141
|
"codemirror": "^6.0.2",
|
|
148
142
|
"d3": "^7.8.5",
|
|
149
143
|
"rxjs": "^7.8.2",
|