@memberjunction/ng-dashboards 5.37.0 → 5.39.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 +46 -7
- package/dist/AI/components/agents/agent-configuration.component.js +199 -198
- package/dist/AI/components/agents/agent-configuration.component.js.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/ai-analytics-resource.component.js +20 -17
- package/dist/AI/components/analytics/ai-analytics-resource.component.js.map +1 -1
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.d.ts +15 -0
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.js +166 -58
- package/dist/AI/components/analytics/cost-budget/cost-budget.component.js.map +1 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.js +2 -1
- package/dist/AI/components/analytics/executive-summary/executive-summary.component.js.map +1 -1
- package/dist/AI/components/analytics/model-performance/model-performance.component.d.ts +1 -0
- package/dist/AI/components/analytics/model-performance/model-performance.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/model-performance/model-performance.component.js +55 -36
- package/dist/AI/components/analytics/model-performance/model-performance.component.js.map +1 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.d.ts +9 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.js +158 -117
- package/dist/AI/components/analytics/prompt-runs/prompt-run-analysis.component.js.map +1 -1
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.d.ts +1 -0
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.d.ts.map +1 -1
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.js +22 -8
- package/dist/AI/components/analytics/usage-patterns/usage-patterns.component.js.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts +89 -842
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.d.ts.map +1 -1
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js +1353 -7683
- package/dist/AI/components/autotagging/autotagging-pipeline-resource.component.js.map +1 -1
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.d.ts +87 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.js +475 -0
- package/dist/AI/components/autotagging/dialogs/dry-run-preview.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.d.ts +29 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.js +208 -0
- package/dist/AI/components/autotagging/dialogs/item-detail.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.d.ts +21 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.js +70 -0
- package/dist/AI/components/autotagging/dialogs/no-content-type-warning.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts +235 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js +1735 -0
- package/dist/AI/components/autotagging/dialogs/source-type-form.dialog.component.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.d.ts +61 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.js +78 -0
- package/dist/AI/components/autotagging/shared/classify.dryrun.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts +43 -0
- package/dist/AI/components/autotagging/shared/classify.format.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.format.js +209 -0
- package/dist/AI/components/autotagging/shared/classify.format.js.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts +276 -0
- package/dist/AI/components/autotagging/shared/classify.types.d.ts.map +1 -0
- package/dist/AI/components/autotagging/shared/classify.types.js +6 -0
- package/dist/AI/components/autotagging/shared/classify.types.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.d.ts +103 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.js +571 -0
- package/dist/AI/components/autotagging/tabs/health-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts +40 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.js +402 -0
- package/dist/AI/components/autotagging/tabs/history-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.d.ts +107 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.js +719 -0
- package/dist/AI/components/autotagging/tabs/inbox-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts +122 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js +752 -0
- package/dist/AI/components/autotagging/tabs/pipeline-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts +166 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.js +1384 -0
- package/dist/AI/components/autotagging/tabs/sources-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts +70 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.js +448 -0
- package/dist/AI/components/autotagging/tabs/tags-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.d.ts +397 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.js +3490 -0
- package/dist/AI/components/autotagging/tabs/taxonomy-tab.component.js.map +1 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts +47 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.d.ts.map +1 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js +220 -0
- package/dist/AI/components/autotagging/tabs/types-tab.component.js.map +1 -0
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js +293 -289
- package/dist/AI/components/duplicates/duplicate-detection-resource.component.js.map +1 -1
- package/dist/AI/components/models/model-management.component.js +209 -208
- package/dist/AI/components/models/model-management.component.js.map +1 -1
- package/dist/AI/components/prompts/prompt-management.component.js +130 -128
- package/dist/AI/components/prompts/prompt-management.component.js.map +1 -1
- package/dist/AI/components/requests/agent-requests-resource.component.js +61 -61
- package/dist/AI/components/requests/agent-requests-resource.component.js.map +1 -1
- package/dist/AI/components/system/system-configuration.component.js +17 -17
- package/dist/AI/components/system/system-configuration.component.js.map +1 -1
- package/dist/AI/components/tags/tags-resource.component.js +550 -532
- package/dist/AI/components/tags/tags-resource.component.js.map +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js +1 -1
- package/dist/AI/components/vectors/vector-management-resource.component.js.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.d.ts +5 -0
- package/dist/AI/services/ai-instrumentation.service.d.ts.map +1 -1
- package/dist/AI/services/ai-instrumentation.service.js +14 -2
- package/dist/AI/services/ai-instrumentation.service.js.map +1 -1
- package/dist/AI/services/cache-metrics.d.ts +50 -0
- package/dist/AI/services/cache-metrics.d.ts.map +1 -0
- package/dist/AI/services/cache-metrics.js +43 -0
- package/dist/AI/services/cache-metrics.js.map +1 -0
- package/dist/APIKeys/api-key-edit-panel.component.js +2 -2
- package/dist/APIKeys/api-keys-resource.component.js +132 -131
- package/dist/APIKeys/api-keys-resource.component.js.map +1 -1
- package/dist/Actions/components/actions-overview.component.js +141 -141
- package/dist/Actions/components/actions-overview.component.js.map +1 -1
- package/dist/Actions/components/execution-monitoring.component.js +15 -15
- package/dist/Actions/components/execution-monitoring.component.js.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.d.ts +0 -5
- package/dist/Actions/components/explorer/action-explorer.component.d.ts.map +1 -1
- package/dist/Actions/components/explorer/action-explorer.component.js +139 -212
- package/dist/Actions/components/explorer/action-explorer.component.js.map +1 -1
- package/dist/Admin/admin-data-schema.component.js +2 -2
- package/dist/Admin/admin-data-schema.component.js.map +1 -1
- package/dist/Admin/admin-dev-tools-resource.component.js +2 -2
- package/dist/Admin/admin-dev-tools-resource.component.js.map +1 -1
- package/dist/Admin/admin-identity-access.component.js +2 -2
- package/dist/Admin/admin-identity-access.component.js.map +1 -1
- package/dist/Admin/admin-monitoring.component.js +2 -2
- package/dist/Admin/admin-monitoring.component.js.map +1 -1
- package/dist/ApplicationRoles/application-roles-resource.component.js +54 -49
- package/dist/ApplicationRoles/application-roles-resource.component.js.map +1 -1
- package/dist/Communication/communication-logs-resource.component.d.ts +6 -0
- package/dist/Communication/communication-logs-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-logs-resource.component.js +72 -50
- package/dist/Communication/communication-logs-resource.component.js.map +1 -1
- package/dist/Communication/communication-monitor-resource.component.js +103 -102
- package/dist/Communication/communication-monitor-resource.component.js.map +1 -1
- package/dist/Communication/communication-providers-resource.component.js +52 -51
- package/dist/Communication/communication-providers-resource.component.js.map +1 -1
- package/dist/Communication/communication-runs-resource.component.js +39 -38
- package/dist/Communication/communication-runs-resource.component.js.map +1 -1
- package/dist/Communication/communication-templates-resource.component.d.ts +6 -0
- package/dist/Communication/communication-templates-resource.component.d.ts.map +1 -1
- package/dist/Communication/communication-templates-resource.component.js +92 -89
- package/dist/Communication/communication-templates-resource.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts +73 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.d.ts.map +1 -1
- package/dist/ComponentStudio/component-studio-dashboard.component.js +512 -127
- package/dist/ComponentStudio/component-studio-dashboard.component.js.map +1 -1
- package/dist/ComponentStudio/component-studio-resource.component.d.ts +22 -0
- package/dist/ComponentStudio/component-studio-resource.component.d.ts.map +1 -0
- package/dist/ComponentStudio/component-studio-resource.component.js +55 -0
- package/dist/ComponentStudio/component-studio-resource.component.js.map +1 -0
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts +104 -45
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js +234 -331
- package/dist/ComponentStudio/components/ai-assistant/ai-assistant-panel.component.js.map +1 -1
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.d.ts +54 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.js +339 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-canvas.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.d.ts +65 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.js +492 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-right-panel.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.d.ts +88 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.js +457 -0
- package/dist/ComponentStudio/components/form-builder/form-builder-tab.component.js.map +1 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.d.ts +106 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.d.ts.map +1 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.js +478 -0
- package/dist/ComponentStudio/components/form-override-dialog.component.js.map +1 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts +54 -0
- package/dist/ComponentStudio/components/workspace/component-preview.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/component-preview.component.js +361 -50
- package/dist/ComponentStudio/components/workspace/component-preview.component.js.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts +10 -0
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.d.ts.map +1 -1
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js +114 -45
- package/dist/ComponentStudio/components/workspace/editor-tabs.component.js.map +1 -1
- package/dist/ComponentStudio/services/canvas-to-code.d.ts +32 -0
- package/dist/ComponentStudio/services/canvas-to-code.d.ts.map +1 -0
- package/dist/ComponentStudio/services/canvas-to-code.js +347 -0
- package/dist/ComponentStudio/services/canvas-to-code.js.map +1 -0
- package/dist/ComponentStudio/services/code-to-canvas.d.ts +32 -0
- package/dist/ComponentStudio/services/code-to-canvas.d.ts.map +1 -0
- package/dist/ComponentStudio/services/code-to-canvas.js +92 -0
- package/dist/ComponentStudio/services/code-to-canvas.js.map +1 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts +29 -0
- package/dist/ComponentStudio/services/component-studio-state.service.d.ts.map +1 -1
- package/dist/ComponentStudio/services/component-studio-state.service.js +76 -0
- package/dist/ComponentStudio/services/component-studio-state.service.js.map +1 -1
- package/dist/ComponentStudio/services/entity-form-override.service.d.ts +86 -0
- package/dist/ComponentStudio/services/entity-form-override.service.d.ts.map +1 -0
- package/dist/ComponentStudio/services/entity-form-override.service.js +246 -0
- package/dist/ComponentStudio/services/entity-form-override.service.js.map +1 -0
- package/dist/ComponentStudio/services/field-binding-scanner.d.ts +29 -0
- package/dist/ComponentStudio/services/field-binding-scanner.d.ts.map +1 -0
- package/dist/ComponentStudio/services/field-binding-scanner.js +110 -0
- package/dist/ComponentStudio/services/field-binding-scanner.js.map +1 -0
- package/dist/ComponentStudio/services/form-canvas-model.d.ts +56 -0
- package/dist/ComponentStudio/services/form-canvas-model.d.ts.map +1 -0
- package/dist/ComponentStudio/services/form-canvas-model.js +35 -0
- package/dist/ComponentStudio/services/form-canvas-model.js.map +1 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.d.ts +10 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.d.ts.map +1 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.js +10 -0
- package/dist/ComponentStudio/services/form-host-props-fixture.js.map +1 -0
- package/dist/Credentials/components/credentials-audit-resource.component.js +136 -135
- package/dist/Credentials/components/credentials-audit-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-categories-resource.component.js +155 -152
- package/dist/Credentials/components/credentials-categories-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-list-resource.component.js +119 -118
- package/dist/Credentials/components/credentials-list-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-overview-resource.component.js +129 -128
- package/dist/Credentials/components/credentials-overview-resource.component.js.map +1 -1
- package/dist/Credentials/components/credentials-types-resource.component.js +107 -106
- package/dist/Credentials/components/credentials-types-resource.component.js.map +1 -1
- package/dist/DataExplorer/data-explorer-dashboard.component.js +2 -2
- package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
- package/dist/DatabaseDesigner/components/database-designer-dashboard.component.js +1 -1
- package/dist/DatabaseDesigner/components/entity-list.component.js +115 -114
- package/dist/DatabaseDesigner/components/entity-list.component.js.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts +5 -6
- package/dist/DatabaseDesigner/database-designer-dashboards.module.d.ts.map +1 -1
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js +4 -5
- package/dist/DatabaseDesigner/database-designer-dashboards.module.js.map +1 -1
- package/dist/DevTools/app-state-inspector.component.js +18 -17
- package/dist/DevTools/app-state-inspector.component.js.map +1 -1
- package/dist/DevTools/class-registry.component.js +88 -85
- package/dist/DevTools/class-registry.component.js.map +1 -1
- package/dist/DevTools/event-monitor.component.js +155 -150
- package/dist/DevTools/event-monitor.component.js.map +1 -1
- package/dist/DevTools/graphql-console.component.js +245 -243
- package/dist/DevTools/graphql-console.component.js.map +1 -1
- package/dist/DevTools/layout-inspector.component.js +18 -17
- package/dist/DevTools/layout-inspector.component.js.map +1 -1
- package/dist/EntityAdmin/entity-admin-dashboard.component.js +20 -19
- package/dist/EntityAdmin/entity-admin-dashboard.component.js.map +1 -1
- package/dist/FormBuilder/form-builder-resource.component.d.ts +964 -0
- package/dist/FormBuilder/form-builder-resource.component.d.ts.map +1 -0
- package/dist/FormBuilder/form-builder-resource.component.js +4487 -0
- package/dist/FormBuilder/form-builder-resource.component.js.map +1 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.d.ts +55 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.d.ts.map +1 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.js +73 -0
- package/dist/FormBuilder/form-builder-version-rail.helpers.js.map +1 -0
- package/dist/Home/home-application.d.ts +21 -1
- package/dist/Home/home-application.d.ts.map +1 -1
- package/dist/Home/home-application.js +60 -8
- package/dist/Home/home-application.js.map +1 -1
- package/dist/Home/home-dashboard.component.js +2 -2
- package/dist/Integration/components/activity/activity.component.d.ts.map +1 -1
- package/dist/Integration/components/activity/activity.component.js +236 -229
- package/dist/Integration/components/activity/activity.component.js.map +1 -1
- package/dist/Integration/components/connections/connections.component.js +390 -389
- package/dist/Integration/components/connections/connections.component.js.map +1 -1
- package/dist/Integration/components/overview/overview.component.js +2 -2
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js +2 -2
- package/dist/KnowledgeHub/components/analytics/analytics-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js +45 -44
- package/dist/KnowledgeHub/components/clusters/cluster-visualization-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js +293 -291
- package/dist/KnowledgeHub/components/config/knowledge-config-resource.component.js.map +1 -1
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js +62 -61
- package/dist/KnowledgeHub/components/scheduling/scheduling-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.d.ts +6 -2
- package/dist/Lists/components/lists-browse-resource.component.d.ts.map +1 -1
- package/dist/Lists/components/lists-browse-resource.component.js +525 -566
- package/dist/Lists/components/lists-browse-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-categories-resource.component.js +135 -134
- package/dist/Lists/components/lists-categories-resource.component.js.map +1 -1
- package/dist/Lists/components/lists-my-lists-resource.component.js +199 -198
- package/dist/Lists/components/lists-my-lists-resource.component.js.map +1 -1
- package/dist/MCP/mcp-dashboard.component.js +443 -438
- package/dist/MCP/mcp-dashboard.component.js.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.d.ts +14 -14
- package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
- package/dist/QueryBrowser/query-browser-resource.component.js +11 -10
- package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.d.ts.map +1 -1
- package/dist/Scheduling/components/scheduling-activity.component.js +146 -147
- package/dist/Scheduling/components/scheduling-activity.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-jobs.component.js +76 -75
- package/dist/Scheduling/components/scheduling-jobs.component.js.map +1 -1
- package/dist/Scheduling/components/scheduling-overview.component.js +97 -96
- package/dist/Scheduling/components/scheduling-overview.component.js.map +1 -1
- package/dist/Scheduling/scheduling-dashboard.component.js +24 -22
- package/dist/Scheduling/scheduling-dashboard.component.js.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts +2 -0
- package/dist/Scheduling/services/scheduling-instrumentation.service.d.ts.map +1 -1
- package/dist/Scheduling/services/scheduling-instrumentation.service.js +1 -0
- package/dist/Scheduling/services/scheduling-instrumentation.service.js.map +1 -1
- package/dist/Testing/components/testing-dashboard-tab-resource.component.js +1 -1
- package/dist/Testing/components/testing-explorer.component.d.ts +14 -4
- package/dist/Testing/components/testing-explorer.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-explorer.component.js +436 -427
- package/dist/Testing/components/testing-explorer.component.js.map +1 -1
- package/dist/Testing/components/testing-runs-resource.component.js +1 -1
- package/dist/Testing/components/testing-runs.component.js +116 -115
- package/dist/Testing/components/testing-runs.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +6 -7
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/VersionHistory/components/labels-resource.component.js +173 -172
- package/dist/VersionHistory/components/labels-resource.component.js.map +1 -1
- package/dist/VersionHistory/components/restore-resource.component.d.ts +6 -0
- package/dist/VersionHistory/components/restore-resource.component.d.ts.map +1 -1
- package/dist/VersionHistory/components/restore-resource.component.js +116 -92
- package/dist/VersionHistory/components/restore-resource.component.js.map +1 -1
- package/dist/ai-dashboards.module.d.ts +47 -35
- package/dist/ai-dashboards.module.d.ts.map +1 -1
- package/dist/ai-dashboards.module.js +40 -1
- package/dist/ai-dashboards.module.js.map +1 -1
- package/dist/communication-dashboards.module.d.ts +1 -1
- package/dist/communication-dashboards.module.d.ts.map +1 -1
- package/dist/communication-dashboards.module.js +7 -1
- package/dist/communication-dashboards.module.js.map +1 -1
- package/dist/component-studio-dashboards.module.d.ts +34 -22
- package/dist/component-studio-dashboards.module.d.ts.map +1 -1
- package/dist/component-studio-dashboards.module.js +65 -9
- package/dist/component-studio-dashboards.module.js.map +1 -1
- package/dist/testing-dashboards.module.d.ts +4 -5
- package/dist/testing-dashboards.module.d.ts.map +1 -1
- package/dist/testing-dashboards.module.js +7 -5
- package/dist/testing-dashboards.module.js.map +1 -1
- package/package.json +55 -53
|
@@ -11,7 +11,7 @@ import { RegisterClass } from '@memberjunction/global';
|
|
|
11
11
|
import { BaseResourceComponent } from '@memberjunction/ng-shared';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "@memberjunction/ng-testing";
|
|
14
|
-
import * as i2 from "@memberjunction/ng-
|
|
14
|
+
import * as i2 from "@memberjunction/ng-ui-components";
|
|
15
15
|
import * as i3 from "./testing-runs.component";
|
|
16
16
|
function TestingRunsResourceComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
17
17
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -22,7 +22,7 @@ function TestingRunsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
22
22
|
const content_r1 = i0.ɵɵreference(3);
|
|
23
23
|
i0.ɵɵproperty("ngTemplateOutlet", content_r1);
|
|
24
24
|
} }
|
|
25
|
-
function
|
|
25
|
+
function TestingRunsComponent_Conditional_1_ng_container_9_Template(rf, ctx) { if (rf & 1) {
|
|
26
26
|
i0.ɵɵelementContainer(0);
|
|
27
27
|
} }
|
|
28
28
|
function TestingRunsComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -33,17 +33,18 @@ function TestingRunsComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
33
33
|
i0.ɵɵelementStart(4, "button", 5);
|
|
34
34
|
i0.ɵɵlistener("click", function TestingRunsComponent_Conditional_1_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.StartNewTest()); });
|
|
35
35
|
i0.ɵɵelement(5, "i", 6);
|
|
36
|
-
i0.ɵɵ
|
|
37
|
-
i0.ɵɵ
|
|
38
|
-
i0.ɵɵ
|
|
39
|
-
i0.ɵɵ
|
|
36
|
+
i0.ɵɵelementStart(6, "span", 7);
|
|
37
|
+
i0.ɵɵtext(7, "Run Test");
|
|
38
|
+
i0.ɵɵelementEnd()()()();
|
|
39
|
+
i0.ɵɵelementStart(8, "mj-page-body");
|
|
40
|
+
i0.ɵɵtemplate(9, TestingRunsComponent_Conditional_1_ng_container_9_Template, 1, 0, "ng-container", 1);
|
|
40
41
|
i0.ɵɵelementEnd()();
|
|
41
42
|
} if (rf & 2) {
|
|
42
43
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
43
44
|
const content_r1 = i0.ɵɵreference(3);
|
|
44
45
|
i0.ɵɵadvance(3);
|
|
45
46
|
i0.ɵɵproperty("Loading", ctx_r2.IsRefreshing);
|
|
46
|
-
i0.ɵɵadvance(
|
|
47
|
+
i0.ɵɵadvance(6);
|
|
47
48
|
i0.ɵɵproperty("ngTemplateOutlet", content_r1);
|
|
48
49
|
} }
|
|
49
50
|
function TestingRunsComponent_ng_template_2_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -54,9 +55,9 @@ function TestingRunsComponent_ng_template_2_For_5_Conditional_1_Template(rf, ctx
|
|
|
54
55
|
} }
|
|
55
56
|
function TestingRunsComponent_ng_template_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
56
57
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
57
|
-
i0.ɵɵelementStart(0, "button",
|
|
58
|
+
i0.ɵɵelementStart(0, "button", 36);
|
|
58
59
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_For_5_Template_button_click_0_listener() { const chip_r6 = i0.ɵɵrestoreView(_r5).$implicit; const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.SetStatusFilter(chip_r6.value)); });
|
|
59
|
-
i0.ɵɵconditionalCreate(1, TestingRunsComponent_ng_template_2_For_5_Conditional_1_Template, 1, 2, "i",
|
|
60
|
+
i0.ɵɵconditionalCreate(1, TestingRunsComponent_ng_template_2_For_5_Conditional_1_Template, 1, 2, "i", 37);
|
|
60
61
|
i0.ɵɵtext(2);
|
|
61
62
|
i0.ɵɵelementEnd();
|
|
62
63
|
} if (rf & 2) {
|
|
@@ -71,46 +72,46 @@ function TestingRunsComponent_ng_template_2_For_5_Template(rf, ctx) { if (rf & 1
|
|
|
71
72
|
} }
|
|
72
73
|
function TestingRunsComponent_ng_template_2_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
73
74
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
74
|
-
i0.ɵɵelementStart(0, "button",
|
|
75
|
+
i0.ɵɵelementStart(0, "button", 38);
|
|
75
76
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_22_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.ClearSearch()); });
|
|
76
|
-
i0.ɵɵelement(1, "i",
|
|
77
|
+
i0.ɵɵelement(1, "i", 39);
|
|
77
78
|
i0.ɵɵelementEnd();
|
|
78
79
|
} }
|
|
79
80
|
function TestingRunsComponent_ng_template_2_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
80
|
-
i0.ɵɵelementStart(0, "div",
|
|
81
|
-
i0.ɵɵelement(3, "i",
|
|
81
|
+
i0.ɵɵelementStart(0, "div", 24)(1, "div", 40)(2, "div", 41);
|
|
82
|
+
i0.ɵɵelement(3, "i", 42);
|
|
82
83
|
i0.ɵɵelementEnd();
|
|
83
|
-
i0.ɵɵelementStart(4, "div",
|
|
84
|
+
i0.ɵɵelementStart(4, "div", 43)(5, "div", 44);
|
|
84
85
|
i0.ɵɵtext(6);
|
|
85
86
|
i0.ɵɵelementEnd();
|
|
86
|
-
i0.ɵɵelementStart(7, "div",
|
|
87
|
+
i0.ɵɵelementStart(7, "div", 45);
|
|
87
88
|
i0.ɵɵtext(8, "Total Runs");
|
|
88
89
|
i0.ɵɵelementEnd()()();
|
|
89
|
-
i0.ɵɵelementStart(9, "div",
|
|
90
|
-
i0.ɵɵelement(11, "i",
|
|
90
|
+
i0.ɵɵelementStart(9, "div", 40)(10, "div", 46);
|
|
91
|
+
i0.ɵɵelement(11, "i", 47);
|
|
91
92
|
i0.ɵɵelementEnd();
|
|
92
|
-
i0.ɵɵelementStart(12, "div",
|
|
93
|
+
i0.ɵɵelementStart(12, "div", 43)(13, "div", 44);
|
|
93
94
|
i0.ɵɵtext(14);
|
|
94
95
|
i0.ɵɵelementEnd();
|
|
95
|
-
i0.ɵɵelementStart(15, "div",
|
|
96
|
+
i0.ɵɵelementStart(15, "div", 45);
|
|
96
97
|
i0.ɵɵtext(16, "Pass Rate");
|
|
97
98
|
i0.ɵɵelementEnd()()();
|
|
98
|
-
i0.ɵɵelementStart(17, "div",
|
|
99
|
-
i0.ɵɵelement(19, "i",
|
|
99
|
+
i0.ɵɵelementStart(17, "div", 40)(18, "div", 48);
|
|
100
|
+
i0.ɵɵelement(19, "i", 49);
|
|
100
101
|
i0.ɵɵelementEnd();
|
|
101
|
-
i0.ɵɵelementStart(20, "div",
|
|
102
|
+
i0.ɵɵelementStart(20, "div", 43)(21, "div", 44);
|
|
102
103
|
i0.ɵɵtext(22);
|
|
103
104
|
i0.ɵɵelementEnd();
|
|
104
|
-
i0.ɵɵelementStart(23, "div",
|
|
105
|
+
i0.ɵɵelementStart(23, "div", 45);
|
|
105
106
|
i0.ɵɵtext(24, "Avg Duration");
|
|
106
107
|
i0.ɵɵelementEnd()()();
|
|
107
|
-
i0.ɵɵelementStart(25, "div",
|
|
108
|
-
i0.ɵɵelement(27, "i",
|
|
108
|
+
i0.ɵɵelementStart(25, "div", 40)(26, "div", 50);
|
|
109
|
+
i0.ɵɵelement(27, "i", 51);
|
|
109
110
|
i0.ɵɵelementEnd();
|
|
110
|
-
i0.ɵɵelementStart(28, "div",
|
|
111
|
+
i0.ɵɵelementStart(28, "div", 43)(29, "div", 44);
|
|
111
112
|
i0.ɵɵtext(30);
|
|
112
113
|
i0.ɵɵelementEnd();
|
|
113
|
-
i0.ɵɵelementStart(31, "div",
|
|
114
|
+
i0.ɵɵelementStart(31, "div", 45);
|
|
114
115
|
i0.ɵɵtext(32, "Total Cost");
|
|
115
116
|
i0.ɵɵelementEnd()()()();
|
|
116
117
|
} if (rf & 2) {
|
|
@@ -126,50 +127,50 @@ function TestingRunsComponent_ng_template_2_Conditional_23_Template(rf, ctx) { i
|
|
|
126
127
|
i0.ɵɵtextInterpolate(ctx_r2.FormatCostTotal(stats_r8.totalCost));
|
|
127
128
|
} }
|
|
128
129
|
function TestingRunsComponent_ng_template_2_Conditional_41_Template(rf, ctx) { if (rf & 1) {
|
|
129
|
-
i0.ɵɵelementStart(0, "div",
|
|
130
|
-
i0.ɵɵelement(1, "mj-loading",
|
|
130
|
+
i0.ɵɵelementStart(0, "div", 34);
|
|
131
|
+
i0.ɵɵelement(1, "mj-loading", 52);
|
|
131
132
|
i0.ɵɵelementEnd();
|
|
132
133
|
} }
|
|
133
134
|
function TestingRunsComponent_ng_template_2_Conditional_44_Template(rf, ctx) { if (rf & 1) {
|
|
134
|
-
i0.ɵɵelementStart(0, "div",
|
|
135
|
-
i0.ɵɵelement(1, "i",
|
|
135
|
+
i0.ɵɵelementStart(0, "div", 35);
|
|
136
|
+
i0.ɵɵelement(1, "i", 53);
|
|
136
137
|
i0.ɵɵelementStart(2, "p");
|
|
137
138
|
i0.ɵɵtext(3, "No test runs found");
|
|
138
139
|
i0.ɵɵelementEnd();
|
|
139
|
-
i0.ɵɵelementStart(4, "span",
|
|
140
|
+
i0.ɵɵelementStart(4, "span", 54);
|
|
140
141
|
i0.ɵɵtext(5, "Try adjusting your filters or run a new test.");
|
|
141
142
|
i0.ɵɵelementEnd()();
|
|
142
143
|
} }
|
|
143
144
|
function TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
144
145
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
145
|
-
i0.ɵɵelementStart(0, "div",
|
|
146
|
+
i0.ɵɵelementStart(0, "div", 56);
|
|
146
147
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template_div_click_0_listener() { const run_r10 = i0.ɵɵrestoreView(_r9).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.SelectRun(run_r10)); });
|
|
147
|
-
i0.ɵɵelementStart(1, "div",
|
|
148
|
+
i0.ɵɵelementStart(1, "div", 27)(2, "span", 57);
|
|
148
149
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template_span_click_2_listener($event) { const run_r10 = i0.ɵɵrestoreView(_r9).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.NavigateToTest(run_r10, $event)); });
|
|
149
150
|
i0.ɵɵtext(3);
|
|
150
151
|
i0.ɵɵelementEnd()();
|
|
151
|
-
i0.ɵɵelementStart(4, "div",
|
|
152
|
-
i0.ɵɵelement(5, "app-evaluation-badge",
|
|
152
|
+
i0.ɵɵelementStart(4, "div", 28);
|
|
153
|
+
i0.ɵɵelement(5, "app-evaluation-badge", 58);
|
|
153
154
|
i0.ɵɵelementEnd();
|
|
154
|
-
i0.ɵɵelementStart(6, "div",
|
|
155
|
-
i0.ɵɵelement(7, "app-score-indicator",
|
|
155
|
+
i0.ɵɵelementStart(6, "div", 29);
|
|
156
|
+
i0.ɵɵelement(7, "app-score-indicator", 59);
|
|
156
157
|
i0.ɵɵelementEnd();
|
|
157
|
-
i0.ɵɵelementStart(8, "div",
|
|
158
|
+
i0.ɵɵelementStart(8, "div", 30);
|
|
158
159
|
i0.ɵɵtext(9);
|
|
159
160
|
i0.ɵɵelementEnd();
|
|
160
|
-
i0.ɵɵelementStart(10, "div",
|
|
161
|
-
i0.ɵɵelement(11, "app-cost-display",
|
|
161
|
+
i0.ɵɵelementStart(10, "div", 31);
|
|
162
|
+
i0.ɵɵelement(11, "app-cost-display", 60);
|
|
162
163
|
i0.ɵɵelementEnd();
|
|
163
|
-
i0.ɵɵelementStart(12, "div",
|
|
164
|
+
i0.ɵɵelementStart(12, "div", 32);
|
|
164
165
|
i0.ɵɵtext(13);
|
|
165
166
|
i0.ɵɵelementEnd();
|
|
166
|
-
i0.ɵɵelementStart(14, "div",
|
|
167
|
+
i0.ɵɵelementStart(14, "div", 33)(15, "button", 61);
|
|
167
168
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template_button_click_15_listener($event) { const run_r10 = i0.ɵɵrestoreView(_r9).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); ctx_r2.SelectRun(run_r10); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
168
|
-
i0.ɵɵelement(16, "i",
|
|
169
|
+
i0.ɵɵelement(16, "i", 62);
|
|
169
170
|
i0.ɵɵelementEnd();
|
|
170
|
-
i0.ɵɵelementStart(17, "button",
|
|
171
|
+
i0.ɵɵelementStart(17, "button", 63);
|
|
171
172
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template_button_click_17_listener($event) { const run_r10 = i0.ɵɵrestoreView(_r9).$implicit; const ctx_r2 = i0.ɵɵnextContext(3); ctx_r2.RerunTest(run_r10); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
172
|
-
i0.ɵɵelement(18, "i",
|
|
173
|
+
i0.ɵɵelement(18, "i", 64);
|
|
173
174
|
i0.ɵɵelementEnd()()();
|
|
174
175
|
} if (rf & 2) {
|
|
175
176
|
const run_r10 = ctx.$implicit;
|
|
@@ -189,33 +190,33 @@ function TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template(rf, ct
|
|
|
189
190
|
i0.ɵɵtextInterpolate(ctx_r2.FormatRelativeTime(run_r10.runDateTime));
|
|
190
191
|
} }
|
|
191
192
|
function TestingRunsComponent_ng_template_2_Conditional_45_Template(rf, ctx) { if (rf & 1) {
|
|
192
|
-
i0.ɵɵrepeaterCreate(0, TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template, 19, 20, "div",
|
|
193
|
+
i0.ɵɵrepeaterCreate(0, TestingRunsComponent_ng_template_2_Conditional_45_For_1_Template, 19, 20, "div", 55, i0.ɵɵcomponentInstance().TrackByRunId, true);
|
|
193
194
|
i0.ɵɵpipe(2, "async");
|
|
194
195
|
} if (rf & 2) {
|
|
195
196
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
196
197
|
i0.ɵɵrepeater(i0.ɵɵpipeBind1(2, 0, ctx_r2.FilteredRuns$));
|
|
197
198
|
} }
|
|
198
199
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_34_Template(rf, ctx) { if (rf & 1) {
|
|
199
|
-
i0.ɵɵelementStart(0, "div",
|
|
200
|
-
i0.ɵɵelement(2, "i",
|
|
200
|
+
i0.ɵɵelementStart(0, "div", 76)(1, "h4");
|
|
201
|
+
i0.ɵɵelement(2, "i", 83);
|
|
201
202
|
i0.ɵɵtext(3, " Execution Context");
|
|
202
203
|
i0.ɵɵelementEnd();
|
|
203
204
|
i0.ɵɵelement(4, "mj-execution-context");
|
|
204
205
|
i0.ɵɵelementEnd();
|
|
205
206
|
} }
|
|
206
207
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
207
|
-
i0.ɵɵelement(0, "i",
|
|
208
|
+
i0.ɵɵelement(0, "i", 87);
|
|
208
209
|
i0.ɵɵtext(1, " Yes ");
|
|
209
210
|
} }
|
|
210
211
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
211
|
-
i0.ɵɵelement(0, "i",
|
|
212
|
+
i0.ɵɵelement(0, "i", 88);
|
|
212
213
|
i0.ɵɵtext(1, " No ");
|
|
213
214
|
} }
|
|
214
215
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
215
216
|
i0.ɵɵtext(0, " -- ");
|
|
216
217
|
} }
|
|
217
218
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
218
|
-
i0.ɵɵelementStart(0, "div",
|
|
219
|
+
i0.ɵɵelementStart(0, "div", 86);
|
|
219
220
|
i0.ɵɵtext(1);
|
|
220
221
|
i0.ɵɵelementEnd();
|
|
221
222
|
} if (rf & 2) {
|
|
@@ -224,19 +225,19 @@ function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Condit
|
|
|
224
225
|
i0.ɵɵtextInterpolate(ctx_r2.SelectedRun.humanComments);
|
|
225
226
|
} }
|
|
226
227
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Template(rf, ctx) { if (rf & 1) {
|
|
227
|
-
i0.ɵɵelementStart(0, "div",
|
|
228
|
+
i0.ɵɵelementStart(0, "div", 81)(1, "span", 84);
|
|
228
229
|
i0.ɵɵtext(2, "Rating:");
|
|
229
230
|
i0.ɵɵelementEnd();
|
|
230
|
-
i0.ɵɵelementStart(3, "span",
|
|
231
|
+
i0.ɵɵelementStart(3, "span", 85);
|
|
231
232
|
i0.ɵɵtext(4);
|
|
232
233
|
i0.ɵɵelementEnd();
|
|
233
|
-
i0.ɵɵelementStart(5, "span",
|
|
234
|
+
i0.ɵɵelementStart(5, "span", 84);
|
|
234
235
|
i0.ɵɵtext(6, "Correct:");
|
|
235
236
|
i0.ɵɵelementEnd();
|
|
236
|
-
i0.ɵɵelementStart(7, "span",
|
|
237
|
+
i0.ɵɵelementStart(7, "span", 85);
|
|
237
238
|
i0.ɵɵconditionalCreate(8, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_8_Template, 2, 0)(9, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_9_Template, 2, 0)(10, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_10_Template, 1, 0);
|
|
238
239
|
i0.ɵɵelementEnd();
|
|
239
|
-
i0.ɵɵconditionalCreate(11, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_11_Template, 2, 1, "div",
|
|
240
|
+
i0.ɵɵconditionalCreate(11, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Conditional_11_Template, 2, 1, "div", 86);
|
|
240
241
|
i0.ɵɵelementEnd();
|
|
241
242
|
} if (rf & 2) {
|
|
242
243
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -249,7 +250,7 @@ function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Templa
|
|
|
249
250
|
} }
|
|
250
251
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
251
252
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
252
|
-
i0.ɵɵelementStart(0, "button",
|
|
253
|
+
i0.ɵɵelementStart(0, "button", 100);
|
|
253
254
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_For_6_Template_button_click_0_listener() { const n_r14 = i0.ɵɵrestoreView(_r13).$implicit; const ctx_r2 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r2.feedbackRating = n_r14); });
|
|
254
255
|
i0.ɵɵtext(1);
|
|
255
256
|
i0.ɵɵelementEnd();
|
|
@@ -262,34 +263,34 @@ function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_For_6_
|
|
|
262
263
|
} }
|
|
263
264
|
function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_Template(rf, ctx) { if (rf & 1) {
|
|
264
265
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
265
|
-
i0.ɵɵelementStart(0, "div",
|
|
266
|
+
i0.ɵɵelementStart(0, "div", 82)(1, "div", 89)(2, "label");
|
|
266
267
|
i0.ɵɵtext(3, "Rating");
|
|
267
268
|
i0.ɵɵelementEnd();
|
|
268
|
-
i0.ɵɵelementStart(4, "div",
|
|
269
|
-
i0.ɵɵrepeaterCreate(5, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_For_6_Template, 2, 3, "button",
|
|
269
|
+
i0.ɵɵelementStart(4, "div", 90);
|
|
270
|
+
i0.ɵɵrepeaterCreate(5, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_For_6_Template, 2, 3, "button", 91, i0.ɵɵrepeaterTrackByIdentity);
|
|
270
271
|
i0.ɵɵelementEnd()();
|
|
271
|
-
i0.ɵɵelementStart(7, "div",
|
|
272
|
+
i0.ɵɵelementStart(7, "div", 92)(8, "label");
|
|
272
273
|
i0.ɵɵtext(9, "Is the result correct?");
|
|
273
274
|
i0.ɵɵelementEnd();
|
|
274
|
-
i0.ɵɵelementStart(10, "div",
|
|
275
|
+
i0.ɵɵelementStart(10, "div", 93)(11, "button", 94);
|
|
275
276
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_Template_button_click_11_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.feedbackIsCorrect = true); });
|
|
276
|
-
i0.ɵɵelement(12, "i",
|
|
277
|
+
i0.ɵɵelement(12, "i", 95);
|
|
277
278
|
i0.ɵɵtext(13, " Yes ");
|
|
278
279
|
i0.ɵɵelementEnd();
|
|
279
|
-
i0.ɵɵelementStart(14, "button",
|
|
280
|
+
i0.ɵɵelementStart(14, "button", 94);
|
|
280
281
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_Template_button_click_14_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.feedbackIsCorrect = false); });
|
|
281
|
-
i0.ɵɵelement(15, "i",
|
|
282
|
+
i0.ɵɵelement(15, "i", 39);
|
|
282
283
|
i0.ɵɵtext(16, " No ");
|
|
283
284
|
i0.ɵɵelementEnd()()();
|
|
284
|
-
i0.ɵɵelementStart(17, "div",
|
|
285
|
+
i0.ɵɵelementStart(17, "div", 96)(18, "label");
|
|
285
286
|
i0.ɵɵtext(19, "Comments");
|
|
286
287
|
i0.ɵɵelementEnd();
|
|
287
|
-
i0.ɵɵelementStart(20, "textarea",
|
|
288
|
+
i0.ɵɵelementStart(20, "textarea", 97);
|
|
288
289
|
i0.ɵɵlistener("input", function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_Template_textarea_input_20_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.OnFeedbackCommentInput($event)); });
|
|
289
290
|
i0.ɵɵelementEnd()();
|
|
290
|
-
i0.ɵɵelementStart(21, "button",
|
|
291
|
+
i0.ɵɵelementStart(21, "button", 98);
|
|
291
292
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_Template_button_click_21_listener() { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.SubmitFeedback()); });
|
|
292
|
-
i0.ɵɵelement(22, "i",
|
|
293
|
+
i0.ɵɵelement(22, "i", 99);
|
|
293
294
|
i0.ɵɵtext(23);
|
|
294
295
|
i0.ɵɵelementEnd()();
|
|
295
296
|
} if (rf & 2) {
|
|
@@ -309,52 +310,52 @@ function TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_Templa
|
|
|
309
310
|
} }
|
|
310
311
|
function TestingRunsComponent_ng_template_2_Conditional_46_Template(rf, ctx) { if (rf & 1) {
|
|
311
312
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
312
|
-
i0.ɵɵelementStart(0, "div",
|
|
313
|
+
i0.ɵɵelementStart(0, "div", 65);
|
|
313
314
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_46_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.CloseDetailPanel()); });
|
|
314
315
|
i0.ɵɵelementEnd();
|
|
315
|
-
i0.ɵɵelementStart(1, "div",
|
|
316
|
+
i0.ɵɵelementStart(1, "div", 66)(2, "div", 67)(3, "div", 68)(4, "h3");
|
|
316
317
|
i0.ɵɵtext(5);
|
|
317
318
|
i0.ɵɵelementEnd();
|
|
318
|
-
i0.ɵɵelement(6, "app-test-status-badge",
|
|
319
|
+
i0.ɵɵelement(6, "app-test-status-badge", 69);
|
|
319
320
|
i0.ɵɵelementEnd();
|
|
320
|
-
i0.ɵɵelementStart(7, "button",
|
|
321
|
+
i0.ɵɵelementStart(7, "button", 70);
|
|
321
322
|
i0.ɵɵlistener("click", function TestingRunsComponent_ng_template_2_Conditional_46_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.CloseDetailPanel()); });
|
|
322
|
-
i0.ɵɵelement(8, "i",
|
|
323
|
+
i0.ɵɵelement(8, "i", 39);
|
|
323
324
|
i0.ɵɵelementEnd()();
|
|
324
|
-
i0.ɵɵelementStart(9, "div",
|
|
325
|
+
i0.ɵɵelementStart(9, "div", 71)(10, "div", 72)(11, "div", 73)(12, "span", 74);
|
|
325
326
|
i0.ɵɵtext(13, "Score");
|
|
326
327
|
i0.ɵɵelementEnd();
|
|
327
|
-
i0.ɵɵelement(14, "app-score-indicator",
|
|
328
|
+
i0.ɵɵelement(14, "app-score-indicator", 59);
|
|
328
329
|
i0.ɵɵelementEnd();
|
|
329
|
-
i0.ɵɵelementStart(15, "div",
|
|
330
|
+
i0.ɵɵelementStart(15, "div", 73)(16, "span", 74);
|
|
330
331
|
i0.ɵɵtext(17, "Duration");
|
|
331
332
|
i0.ɵɵelementEnd();
|
|
332
|
-
i0.ɵɵelementStart(18, "span",
|
|
333
|
+
i0.ɵɵelementStart(18, "span", 75);
|
|
333
334
|
i0.ɵɵtext(19);
|
|
334
335
|
i0.ɵɵelementEnd()();
|
|
335
|
-
i0.ɵɵelementStart(20, "div",
|
|
336
|
+
i0.ɵɵelementStart(20, "div", 73)(21, "span", 74);
|
|
336
337
|
i0.ɵɵtext(22, "Cost");
|
|
337
338
|
i0.ɵɵelementEnd();
|
|
338
|
-
i0.ɵɵelement(23, "app-cost-display",
|
|
339
|
+
i0.ɵɵelement(23, "app-cost-display", 60);
|
|
339
340
|
i0.ɵɵelementEnd();
|
|
340
|
-
i0.ɵɵelementStart(24, "div",
|
|
341
|
+
i0.ɵɵelementStart(24, "div", 73)(25, "span", 74);
|
|
341
342
|
i0.ɵɵtext(26, "Started");
|
|
342
343
|
i0.ɵɵelementEnd();
|
|
343
|
-
i0.ɵɵelementStart(27, "span",
|
|
344
|
+
i0.ɵɵelementStart(27, "span", 75);
|
|
344
345
|
i0.ɵɵtext(28);
|
|
345
346
|
i0.ɵɵelementEnd()()();
|
|
346
|
-
i0.ɵɵelementStart(29, "div",
|
|
347
|
-
i0.ɵɵelement(31, "i",
|
|
347
|
+
i0.ɵɵelementStart(29, "div", 76)(30, "h4");
|
|
348
|
+
i0.ɵɵelement(31, "i", 77);
|
|
348
349
|
i0.ɵɵtext(32, " Evaluation");
|
|
349
350
|
i0.ɵɵelementEnd();
|
|
350
|
-
i0.ɵɵelement(33, "app-evaluation-badge",
|
|
351
|
+
i0.ɵɵelement(33, "app-evaluation-badge", 78);
|
|
351
352
|
i0.ɵɵelementEnd();
|
|
352
|
-
i0.ɵɵconditionalCreate(34, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_34_Template, 5, 0, "div",
|
|
353
|
-
i0.ɵɵelementStart(35, "div",
|
|
354
|
-
i0.ɵɵelement(37, "i",
|
|
353
|
+
i0.ɵɵconditionalCreate(34, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_34_Template, 5, 0, "div", 76);
|
|
354
|
+
i0.ɵɵelementStart(35, "div", 79)(36, "h4");
|
|
355
|
+
i0.ɵɵelement(37, "i", 80);
|
|
355
356
|
i0.ɵɵtext(38, " Human Feedback");
|
|
356
357
|
i0.ɵɵelementEnd();
|
|
357
|
-
i0.ɵɵconditionalCreate(39, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Template, 12, 3, "div",
|
|
358
|
+
i0.ɵɵconditionalCreate(39, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_39_Template, 12, 3, "div", 81)(40, TestingRunsComponent_ng_template_2_Conditional_46_Conditional_40_Template, 24, 7, "div", 82);
|
|
358
359
|
i0.ɵɵelementEnd()()();
|
|
359
360
|
} if (rf & 2) {
|
|
360
361
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
@@ -379,63 +380,63 @@ function TestingRunsComponent_ng_template_2_Conditional_46_Template(rf, ctx) { i
|
|
|
379
380
|
} }
|
|
380
381
|
function TestingRunsComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
381
382
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
382
|
-
i0.ɵɵelementStart(0, "div",
|
|
383
|
+
i0.ɵɵelementStart(0, "div", 8);
|
|
383
384
|
i0.ɵɵlistener("keydown.escape", function TestingRunsComponent_ng_template_2_Template_div_keydown_escape_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.CloseDetailPanel()); });
|
|
384
|
-
i0.ɵɵelementStart(1, "div",
|
|
385
|
-
i0.ɵɵrepeaterCreate(4, TestingRunsComponent_ng_template_2_For_5_Template, 3, 5, "button",
|
|
385
|
+
i0.ɵɵelementStart(1, "div", 9)(2, "div", 10)(3, "div", 11);
|
|
386
|
+
i0.ɵɵrepeaterCreate(4, TestingRunsComponent_ng_template_2_For_5_Template, 3, 5, "button", 12, _forTrack0);
|
|
386
387
|
i0.ɵɵelementEnd();
|
|
387
|
-
i0.ɵɵelementStart(6, "span",
|
|
388
|
+
i0.ɵɵelementStart(6, "span", 13);
|
|
388
389
|
i0.ɵɵtext(7);
|
|
389
390
|
i0.ɵɵpipe(8, "async");
|
|
390
391
|
i0.ɵɵelementEnd()();
|
|
391
|
-
i0.ɵɵelementStart(9, "div",
|
|
392
|
+
i0.ɵɵelementStart(9, "div", 14)(10, "select", 15);
|
|
392
393
|
i0.ɵɵlistener("change", function TestingRunsComponent_ng_template_2_Template_select_change_10_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.OnTimeRangeChange($event)); });
|
|
393
|
-
i0.ɵɵelementStart(11, "option",
|
|
394
|
+
i0.ɵɵelementStart(11, "option", 16);
|
|
394
395
|
i0.ɵɵtext(12, "Today");
|
|
395
396
|
i0.ɵɵelementEnd();
|
|
396
|
-
i0.ɵɵelementStart(13, "option",
|
|
397
|
+
i0.ɵɵelementStart(13, "option", 17);
|
|
397
398
|
i0.ɵɵtext(14, "This Week");
|
|
398
399
|
i0.ɵɵelementEnd();
|
|
399
|
-
i0.ɵɵelementStart(15, "option",
|
|
400
|
+
i0.ɵɵelementStart(15, "option", 18);
|
|
400
401
|
i0.ɵɵtext(16, "This Month");
|
|
401
402
|
i0.ɵɵelementEnd();
|
|
402
|
-
i0.ɵɵelementStart(17, "option",
|
|
403
|
+
i0.ɵɵelementStart(17, "option", 19);
|
|
403
404
|
i0.ɵɵtext(18, "Last 90 Days");
|
|
404
405
|
i0.ɵɵelementEnd()();
|
|
405
|
-
i0.ɵɵelementStart(19, "div",
|
|
406
|
-
i0.ɵɵelement(20, "i",
|
|
407
|
-
i0.ɵɵelementStart(21, "input",
|
|
406
|
+
i0.ɵɵelementStart(19, "div", 20);
|
|
407
|
+
i0.ɵɵelement(20, "i", 21);
|
|
408
|
+
i0.ɵɵelementStart(21, "input", 22);
|
|
408
409
|
i0.ɵɵlistener("input", function TestingRunsComponent_ng_template_2_Template_input_input_21_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.OnSearchInput($event)); });
|
|
409
410
|
i0.ɵɵelementEnd();
|
|
410
|
-
i0.ɵɵconditionalCreate(22, TestingRunsComponent_ng_template_2_Conditional_22_Template, 2, 0, "button",
|
|
411
|
+
i0.ɵɵconditionalCreate(22, TestingRunsComponent_ng_template_2_Conditional_22_Template, 2, 0, "button", 23);
|
|
411
412
|
i0.ɵɵelementEnd()()();
|
|
412
|
-
i0.ɵɵconditionalCreate(23, TestingRunsComponent_ng_template_2_Conditional_23_Template, 33, 4, "div",
|
|
413
|
+
i0.ɵɵconditionalCreate(23, TestingRunsComponent_ng_template_2_Conditional_23_Template, 33, 4, "div", 24);
|
|
413
414
|
i0.ɵɵpipe(24, "async");
|
|
414
|
-
i0.ɵɵelementStart(25, "div",
|
|
415
|
+
i0.ɵɵelementStart(25, "div", 25)(26, "div", 26)(27, "div", 27);
|
|
415
416
|
i0.ɵɵtext(28, "Test Name");
|
|
416
417
|
i0.ɵɵelementEnd();
|
|
417
|
-
i0.ɵɵelementStart(29, "div",
|
|
418
|
+
i0.ɵɵelementStart(29, "div", 28);
|
|
418
419
|
i0.ɵɵtext(30, "Evaluation");
|
|
419
420
|
i0.ɵɵelementEnd();
|
|
420
|
-
i0.ɵɵelementStart(31, "div",
|
|
421
|
+
i0.ɵɵelementStart(31, "div", 29);
|
|
421
422
|
i0.ɵɵtext(32, "Score");
|
|
422
423
|
i0.ɵɵelementEnd();
|
|
423
|
-
i0.ɵɵelementStart(33, "div",
|
|
424
|
+
i0.ɵɵelementStart(33, "div", 30);
|
|
424
425
|
i0.ɵɵtext(34, "Duration");
|
|
425
426
|
i0.ɵɵelementEnd();
|
|
426
|
-
i0.ɵɵelementStart(35, "div",
|
|
427
|
+
i0.ɵɵelementStart(35, "div", 31);
|
|
427
428
|
i0.ɵɵtext(36, "Cost");
|
|
428
429
|
i0.ɵɵelementEnd();
|
|
429
|
-
i0.ɵɵelementStart(37, "div",
|
|
430
|
+
i0.ɵɵelementStart(37, "div", 32);
|
|
430
431
|
i0.ɵɵtext(38, "Started");
|
|
431
432
|
i0.ɵɵelementEnd();
|
|
432
|
-
i0.ɵɵelementStart(39, "div",
|
|
433
|
+
i0.ɵɵelementStart(39, "div", 33);
|
|
433
434
|
i0.ɵɵtext(40, "Actions");
|
|
434
435
|
i0.ɵɵelementEnd()();
|
|
435
|
-
i0.ɵɵconditionalCreate(41, TestingRunsComponent_ng_template_2_Conditional_41_Template, 2, 0, "div",
|
|
436
|
+
i0.ɵɵconditionalCreate(41, TestingRunsComponent_ng_template_2_Conditional_41_Template, 2, 0, "div", 34);
|
|
436
437
|
i0.ɵɵpipe(42, "async");
|
|
437
438
|
i0.ɵɵpipe(43, "async");
|
|
438
|
-
i0.ɵɵconditionalBranchCreate(44, TestingRunsComponent_ng_template_2_Conditional_44_Template, 6, 0, "div",
|
|
439
|
+
i0.ɵɵconditionalBranchCreate(44, TestingRunsComponent_ng_template_2_Conditional_44_Template, 6, 0, "div", 35)(45, TestingRunsComponent_ng_template_2_Conditional_45_Template, 3, 2);
|
|
439
440
|
i0.ɵɵelementEnd();
|
|
440
441
|
i0.ɵɵconditionalCreate(46, TestingRunsComponent_ng_template_2_Conditional_46_Template, 41, 19);
|
|
441
442
|
i0.ɵɵelementEnd();
|
|
@@ -759,8 +760,8 @@ export class TestingRunsComponent {
|
|
|
759
760
|
static ɵfac = function TestingRunsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TestingRunsComponent)(i0.ɵɵdirectiveInject(i1.TestingInstrumentationService), i0.ɵɵdirectiveInject(i2.TestingDialogService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ViewContainerRef)); };
|
|
760
761
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TestingRunsComponent, selectors: [["app-testing-runs"]], hostBindings: function TestingRunsComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
761
762
|
i0.ɵɵlistener("keydown.escape", function TestingRunsComponent_keydown_escape_HostBindingHandler() { return ctx.OnEscapeKey(); }, i0.ɵɵresolveDocument);
|
|
762
|
-
} }, inputs: { initialState: "initialState", HideToolbar: "HideToolbar" }, outputs: { stateChange: "stateChange" }, standalone: false, decls: 4, vars: 1, consts: [["content", ""], [4, "ngTemplateOutlet"], ["Title", "Test Runs", "Icon", "fa-solid fa-list-check", "Subtitle", "Test execution history and monitoring"], ["actions", ""], [3, "Clicked", "Loading"], ["mjButton", "", "variant", "primary", "size", "sm", 3, "click"], [1, "fa-solid", "fa-play"], [1, "runs-container", 3, "keydown.escape"], [1, "filter-bar"], [1, "filter-left"], [1, "filter-chips"], [1, "chip", 3, "active"], [1, "result-count"], [1, "filter-right"], [1, "time-select", 3, "change", "value"], ["value", "today"], ["value", "week"], ["value", "month"], ["value", "90days"], [1, "search-box"], [1, "fa-solid", "fa-search"], ["type", "text", "placeholder", "Search by test name...", 3, "input", "value"], [1, "clear-search"], [1, "stats-row"], [1, "runs-table-wrapper"], [1, "table-header"], [1, "col", "col-name"], [1, "col", "col-eval"], [1, "col", "col-score"], [1, "col", "col-duration"], [1, "col", "col-cost"], [1, "col", "col-time"], [1, "col", "col-actions"], [1, "table-loading"], [1, "table-empty"], [1, "chip", 3, "click"], [3, "class"], [1, "clear-search", 3, "click"], [1, "fa-solid", "fa-times"], [1, "stat-card"], [1, "stat-icon", "total"], [1, "fa-solid", "fa-hashtag"], [1, "stat-body"], [1, "stat-value"], [1, "stat-label"], [1, "stat-icon", "pass"], [1, "fa-solid", "fa-check-circle"], [1, "stat-icon", "duration"], [1, "fa-solid", "fa-clock"], [1, "stat-icon", "cost"], [1, "fa-solid", "fa-dollar-sign"], ["text", "Loading test runs..."], [1, "fa-solid", "fa-inbox"], [1, "empty-hint"], [1, "table-row", 3, "is-running", "is-selected"], [1, "table-row", 3, "click"], [1, "test-name-link", 3, "click"], ["mode", "compact", 3, "executionStatus", "originalStatus", "autoScore", "passedChecks", "failedChecks", "totalChecks", "humanRating", "humanIsCorrect", "hasHumanFeedback", "preferences"], [3, "score", "showBar"], [3, "cost"], ["title", "View details", 1, "icon-btn", 3, "click"], [1, "fa-solid", "fa-eye"], ["title", "Re-run test", 1, "icon-btn", 3, "click"], [1, "fa-solid", "fa-rotate-right"], [1, "detail-overlay", 3, "click"], [1, "detail-panel"], [1, "detail-panel-header"], [1, "detail-title-section"], [3, "status"], [1, "close-btn", 3, "click"], [1, "detail-panel-body"], [1, "detail-metrics"], [1, "detail-metric"], [1, "dm-label"], [1, "dm-value"], [1, "detail-section"], [1, "fa-solid", "fa-clipboard-check"], ["mode", "expanded", 3, "executionStatus", "originalStatus", "autoScore", "passedChecks", "failedChecks", "totalChecks", "humanRating", "humanIsCorrect", "hasHumanFeedback", "preferences"], [1, "detail-section", "feedback-section"], [1, "fa-solid", "fa-comment-dots"], [1, "existing-feedback"], [1, "feedback-form"], [1, "fa-solid", "fa-server"], [1, "feedback-label"], [1, "feedback-value"], [1, "feedback-comments"], [1, "fa-solid", "fa-check", 2, "color", "var(--mj-status-success)"], [1, "fa-solid", "fa-times", 2, "color", "var(--mj-status-error)"], [1, "rating-row"], [1, "rating-buttons"], [1, "rating-btn", 3, "selected"], [1, "correctness-row"], [1, "toggle-group"], [1, "toggle-btn", 3, "click"], [1, "fa-solid", "fa-check"], [1, "comments-row"], ["rows", "3", "placeholder", "Optional feedback comments...", 3, "input", "value"], [1, "btn", "btn-primary", "submit-feedback-btn", 3, "click", "disabled"], [1, "fa-solid", "fa-paper-plane"], [1, "rating-btn", 3, "click"]], template: function TestingRunsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
763
|
-
i0.ɵɵconditionalCreate(0, TestingRunsComponent_Conditional_0_Template, 1, 1, "ng-container")(1, TestingRunsComponent_Conditional_1_Template,
|
|
763
|
+
} }, inputs: { initialState: "initialState", HideToolbar: "HideToolbar" }, outputs: { stateChange: "stateChange" }, standalone: false, decls: 4, vars: 1, consts: [["content", ""], [4, "ngTemplateOutlet"], ["Title", "Test Runs", "Icon", "fa-solid fa-list-check", "Subtitle", "Test execution history and monitoring"], ["actions", ""], [3, "Clicked", "Loading"], ["mjButton", "", "variant", "primary", "size", "sm", 3, "click"], [1, "fa-solid", "fa-play"], [1, "action-btn-label"], [1, "runs-container", 3, "keydown.escape"], [1, "filter-bar"], [1, "filter-left"], [1, "filter-chips"], [1, "chip", 3, "active"], [1, "result-count"], [1, "filter-right"], [1, "time-select", 3, "change", "value"], ["value", "today"], ["value", "week"], ["value", "month"], ["value", "90days"], [1, "search-box"], [1, "fa-solid", "fa-search"], ["type", "text", "placeholder", "Search by test name...", 3, "input", "value"], [1, "clear-search"], [1, "stats-row"], [1, "runs-table-wrapper"], [1, "table-header"], [1, "col", "col-name"], [1, "col", "col-eval"], [1, "col", "col-score"], [1, "col", "col-duration"], [1, "col", "col-cost"], [1, "col", "col-time"], [1, "col", "col-actions"], [1, "table-loading"], [1, "table-empty"], [1, "chip", 3, "click"], [3, "class"], [1, "clear-search", 3, "click"], [1, "fa-solid", "fa-times"], [1, "stat-card"], [1, "stat-icon", "total"], [1, "fa-solid", "fa-hashtag"], [1, "stat-body"], [1, "stat-value"], [1, "stat-label"], [1, "stat-icon", "pass"], [1, "fa-solid", "fa-check-circle"], [1, "stat-icon", "duration"], [1, "fa-solid", "fa-clock"], [1, "stat-icon", "cost"], [1, "fa-solid", "fa-dollar-sign"], ["text", "Loading test runs..."], [1, "fa-solid", "fa-inbox"], [1, "empty-hint"], [1, "table-row", 3, "is-running", "is-selected"], [1, "table-row", 3, "click"], [1, "test-name-link", 3, "click"], ["mode", "compact", 3, "executionStatus", "originalStatus", "autoScore", "passedChecks", "failedChecks", "totalChecks", "humanRating", "humanIsCorrect", "hasHumanFeedback", "preferences"], [3, "score", "showBar"], [3, "cost"], ["title", "View details", 1, "icon-btn", 3, "click"], [1, "fa-solid", "fa-eye"], ["title", "Re-run test", 1, "icon-btn", 3, "click"], [1, "fa-solid", "fa-rotate-right"], [1, "detail-overlay", 3, "click"], [1, "detail-panel"], [1, "detail-panel-header"], [1, "detail-title-section"], [3, "status"], [1, "close-btn", 3, "click"], [1, "detail-panel-body"], [1, "detail-metrics"], [1, "detail-metric"], [1, "dm-label"], [1, "dm-value"], [1, "detail-section"], [1, "fa-solid", "fa-clipboard-check"], ["mode", "expanded", 3, "executionStatus", "originalStatus", "autoScore", "passedChecks", "failedChecks", "totalChecks", "humanRating", "humanIsCorrect", "hasHumanFeedback", "preferences"], [1, "detail-section", "feedback-section"], [1, "fa-solid", "fa-comment-dots"], [1, "existing-feedback"], [1, "feedback-form"], [1, "fa-solid", "fa-server"], [1, "feedback-label"], [1, "feedback-value"], [1, "feedback-comments"], [1, "fa-solid", "fa-check", 2, "color", "var(--mj-status-success)"], [1, "fa-solid", "fa-times", 2, "color", "var(--mj-status-error)"], [1, "rating-row"], [1, "rating-buttons"], [1, "rating-btn", 3, "selected"], [1, "correctness-row"], [1, "toggle-group"], [1, "toggle-btn", 3, "click"], [1, "fa-solid", "fa-check"], [1, "comments-row"], ["rows", "3", "placeholder", "Optional feedback comments...", 3, "input", "value"], [1, "btn", "btn-primary", "submit-feedback-btn", 3, "click", "disabled"], [1, "fa-solid", "fa-paper-plane"], [1, "rating-btn", 3, "click"]], template: function TestingRunsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
764
|
+
i0.ɵɵconditionalCreate(0, TestingRunsComponent_Conditional_0_Template, 1, 1, "ng-container")(1, TestingRunsComponent_Conditional_1_Template, 10, 2, "mj-page-layout");
|
|
764
765
|
i0.ɵɵtemplate(2, TestingRunsComponent_ng_template_2_Template, 47, 15, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
765
766
|
} if (rf & 2) {
|
|
766
767
|
i0.ɵɵconditional(ctx.HideToolbar ? 0 : 1);
|
|
@@ -780,7 +781,7 @@ export class TestingRunsComponent {
|
|
|
780
781
|
<div actions>
|
|
781
782
|
<mj-refresh-button [Loading]="IsRefreshing" (Clicked)="Refresh()"></mj-refresh-button>
|
|
782
783
|
<button mjButton variant="primary" size="sm" (click)="StartNewTest()">
|
|
783
|
-
<i class="fa-solid fa-play"></i> Run Test
|
|
784
|
+
<i class="fa-solid fa-play"></i> <span class="action-btn-label">Run Test</span>
|
|
784
785
|
</button>
|
|
785
786
|
</div>
|
|
786
787
|
</mj-page-header>
|