@memberjunction/ng-dashboards 2.118.0 → 2.119.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Testing/components/testing-execution.component.js +3 -5
- package/dist/Testing/components/testing-execution.component.js.map +1 -1
- package/dist/Testing/components/testing-feedback.component.d.ts +1 -1
- package/dist/Testing/components/testing-feedback.component.d.ts.map +1 -1
- package/dist/Testing/components/testing-feedback.component.js +3 -4
- package/dist/Testing/components/testing-feedback.component.js.map +1 -1
- package/dist/Testing/components/testing-overview.component.js +5 -6
- package/dist/Testing/components/testing-overview.component.js.map +1 -1
- package/dist/Testing/components/widgets/oracle-breakdown-table.component.js +2 -4
- package/dist/Testing/components/widgets/oracle-breakdown-table.component.js.map +1 -1
- package/dist/Testing/components/widgets/test-run-detail-panel.component.js +3 -5
- package/dist/Testing/components/widgets/test-run-detail-panel.component.js.map +1 -1
- package/dist/Testing/testing-dashboard.component.js +39 -41
- package/dist/Testing/testing-dashboard.component.js.map +1 -1
- package/dist/module.d.ts +24 -27
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +9 -17
- package/dist/module.js.map +1 -1
- package/package.json +13 -12
- package/dist/Testing/components/widgets/cost-display.component.d.ts +0 -16
- package/dist/Testing/components/widgets/cost-display.component.d.ts.map +0 -1
- package/dist/Testing/components/widgets/cost-display.component.js +0 -88
- package/dist/Testing/components/widgets/cost-display.component.js.map +0 -1
- package/dist/Testing/components/widgets/score-indicator.component.d.ts +0 -13
- package/dist/Testing/components/widgets/score-indicator.component.d.ts.map +0 -1
- package/dist/Testing/components/widgets/score-indicator.component.js +0 -93
- package/dist/Testing/components/widgets/score-indicator.component.js.map +0 -1
- package/dist/Testing/components/widgets/test-run-dialog.component.d.ts +0 -63
- package/dist/Testing/components/widgets/test-run-dialog.component.d.ts.map +0 -1
- package/dist/Testing/components/widgets/test-run-dialog.component.js +0 -989
- package/dist/Testing/components/widgets/test-run-dialog.component.js.map +0 -1
- package/dist/Testing/components/widgets/test-status-badge.component.d.ts +0 -10
- package/dist/Testing/components/widgets/test-status-badge.component.d.ts.map +0 -1
- package/dist/Testing/components/widgets/test-status-badge.component.js +0 -68
- package/dist/Testing/components/widgets/test-status-badge.component.js.map +0 -1
|
@@ -10,24 +10,23 @@ import { RegisterClass } from '@memberjunction/global';
|
|
|
10
10
|
import { Subject } from 'rxjs';
|
|
11
11
|
import { debounceTime } from 'rxjs/operators';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
|
-
import * as i1 from "
|
|
14
|
-
import * as i2 from "./components/testing-
|
|
15
|
-
import * as i3 from "./components/testing-
|
|
16
|
-
import * as i4 from "./components/testing-
|
|
17
|
-
import * as i5 from "./components/testing-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
i0.ɵɵ
|
|
21
|
-
i0.ɵɵelement(3, "div", 6)(4, "div", 6)(5, "div", 6);
|
|
13
|
+
import * as i1 from "./components/testing-overview.component";
|
|
14
|
+
import * as i2 from "./components/testing-execution.component";
|
|
15
|
+
import * as i3 from "./components/testing-analytics.component";
|
|
16
|
+
import * as i4 from "./components/testing-version-comparison.component";
|
|
17
|
+
import * as i5 from "./components/testing-feedback.component";
|
|
18
|
+
function TestingDashboardComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 3)(2, "div", 4);
|
|
20
|
+
i0.ɵɵelement(3, "div", 5)(4, "div", 5)(5, "div", 5);
|
|
22
21
|
i0.ɵɵelementEnd();
|
|
23
|
-
i0.ɵɵelementStart(6, "div",
|
|
22
|
+
i0.ɵɵelementStart(6, "div", 6);
|
|
24
23
|
i0.ɵɵtext(7, "Loading Testing Dashboard...");
|
|
25
24
|
i0.ɵɵelementEnd()()();
|
|
26
25
|
} }
|
|
27
|
-
function
|
|
26
|
+
function TestingDashboardComponent_Conditional_2_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
28
27
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
29
|
-
i0.ɵɵelementStart(0, "div",
|
|
30
|
-
i0.ɵɵlistener("click", function
|
|
28
|
+
i0.ɵɵelementStart(0, "div", 11);
|
|
29
|
+
i0.ɵɵlistener("click", function TestingDashboardComponent_Conditional_2_For_3_Template_div_click_0_listener() { const $index_r2 = i0.ɵɵrestoreView(_r1).$index; const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onTabChange(ctx_r2.navigationItems[$index_r2])); });
|
|
31
30
|
i0.ɵɵelement(1, "i");
|
|
32
31
|
i0.ɵɵelementStart(2, "span");
|
|
33
32
|
i0.ɵɵtext(3);
|
|
@@ -40,57 +39,57 @@ function TestingDashboardComponent_Conditional_3_For_3_Template(rf, ctx) { if (r
|
|
|
40
39
|
i0.ɵɵadvance(2);
|
|
41
40
|
i0.ɵɵtextInterpolate(navItem_r4.text);
|
|
42
41
|
} }
|
|
43
|
-
function
|
|
42
|
+
function TestingDashboardComponent_Conditional_2_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
44
43
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
45
|
-
i0.ɵɵelementStart(0, "app-testing-overview",
|
|
46
|
-
i0.ɵɵlistener("stateChange", function
|
|
44
|
+
i0.ɵɵelementStart(0, "app-testing-overview", 12);
|
|
45
|
+
i0.ɵɵlistener("stateChange", function TestingDashboardComponent_Conditional_2_Conditional_5_Template_app_testing_overview_stateChange_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onOverviewStateChange($event)); });
|
|
47
46
|
i0.ɵɵelementEnd();
|
|
48
47
|
} if (rf & 2) {
|
|
49
48
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
50
49
|
i0.ɵɵproperty("initialState", ctx_r2.overviewState);
|
|
51
50
|
} }
|
|
52
|
-
function
|
|
51
|
+
function TestingDashboardComponent_Conditional_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
53
52
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
54
|
-
i0.ɵɵelementStart(0, "app-testing-execution",
|
|
55
|
-
i0.ɵɵlistener("stateChange", function
|
|
53
|
+
i0.ɵɵelementStart(0, "app-testing-execution", 12);
|
|
54
|
+
i0.ɵɵlistener("stateChange", function TestingDashboardComponent_Conditional_2_Conditional_6_Template_app_testing_execution_stateChange_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onExecutionStateChange($event)); });
|
|
56
55
|
i0.ɵɵelementEnd();
|
|
57
56
|
} if (rf & 2) {
|
|
58
57
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
59
58
|
i0.ɵɵproperty("initialState", ctx_r2.executionState);
|
|
60
59
|
} }
|
|
61
|
-
function
|
|
60
|
+
function TestingDashboardComponent_Conditional_2_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
62
61
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
63
|
-
i0.ɵɵelementStart(0, "app-testing-analytics",
|
|
64
|
-
i0.ɵɵlistener("stateChange", function
|
|
62
|
+
i0.ɵɵelementStart(0, "app-testing-analytics", 12);
|
|
63
|
+
i0.ɵɵlistener("stateChange", function TestingDashboardComponent_Conditional_2_Conditional_7_Template_app_testing_analytics_stateChange_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onAnalyticsStateChange($event)); });
|
|
65
64
|
i0.ɵɵelementEnd();
|
|
66
65
|
} if (rf & 2) {
|
|
67
66
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
68
67
|
i0.ɵɵproperty("initialState", ctx_r2.analyticsState);
|
|
69
68
|
} }
|
|
70
|
-
function
|
|
69
|
+
function TestingDashboardComponent_Conditional_2_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
71
70
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
72
|
-
i0.ɵɵelementStart(0, "app-testing-version-comparison",
|
|
73
|
-
i0.ɵɵlistener("stateChange", function
|
|
71
|
+
i0.ɵɵelementStart(0, "app-testing-version-comparison", 12);
|
|
72
|
+
i0.ɵɵlistener("stateChange", function TestingDashboardComponent_Conditional_2_Conditional_8_Template_app_testing_version_comparison_stateChange_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onVersionStateChange($event)); });
|
|
74
73
|
i0.ɵɵelementEnd();
|
|
75
74
|
} if (rf & 2) {
|
|
76
75
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
77
76
|
i0.ɵɵproperty("initialState", ctx_r2.versionState);
|
|
78
77
|
} }
|
|
79
|
-
function
|
|
78
|
+
function TestingDashboardComponent_Conditional_2_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
80
79
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
81
|
-
i0.ɵɵelementStart(0, "app-testing-feedback",
|
|
82
|
-
i0.ɵɵlistener("stateChange", function
|
|
80
|
+
i0.ɵɵelementStart(0, "app-testing-feedback", 12);
|
|
81
|
+
i0.ɵɵlistener("stateChange", function TestingDashboardComponent_Conditional_2_Conditional_9_Template_app_testing_feedback_stateChange_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onFeedbackStateChange($event)); });
|
|
83
82
|
i0.ɵɵelementEnd();
|
|
84
83
|
} if (rf & 2) {
|
|
85
84
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
86
85
|
i0.ɵɵproperty("initialState", ctx_r2.feedbackState);
|
|
87
86
|
} }
|
|
88
|
-
function
|
|
89
|
-
i0.ɵɵelementStart(0, "div",
|
|
90
|
-
i0.ɵɵrepeaterCreate(2,
|
|
87
|
+
function TestingDashboardComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
i0.ɵɵelementStart(0, "div", 2)(1, "div", 7);
|
|
89
|
+
i0.ɵɵrepeaterCreate(2, TestingDashboardComponent_Conditional_2_For_3_Template, 4, 5, "div", 8, i0.ɵɵrepeaterTrackByIndex);
|
|
91
90
|
i0.ɵɵelementEnd();
|
|
92
|
-
i0.ɵɵelementStart(4, "div",
|
|
93
|
-
i0.ɵɵtemplate(5,
|
|
91
|
+
i0.ɵɵelementStart(4, "div", 9);
|
|
92
|
+
i0.ɵɵtemplate(5, TestingDashboardComponent_Conditional_2_Conditional_5_Template, 1, 1, "app-testing-overview", 10)(6, TestingDashboardComponent_Conditional_2_Conditional_6_Template, 1, 1, "app-testing-execution", 10)(7, TestingDashboardComponent_Conditional_2_Conditional_7_Template, 1, 1, "app-testing-analytics", 10)(8, TestingDashboardComponent_Conditional_2_Conditional_8_Template, 1, 1, "app-testing-version-comparison", 10)(9, TestingDashboardComponent_Conditional_2_Conditional_9_Template, 1, 1, "app-testing-feedback", 10);
|
|
94
93
|
i0.ɵɵelementEnd()();
|
|
95
94
|
} if (rf & 2) {
|
|
96
95
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -246,17 +245,16 @@ let TestingDashboardComponent = class TestingDashboardComponent extends BaseDash
|
|
|
246
245
|
});
|
|
247
246
|
}
|
|
248
247
|
static ɵfac = function TestingDashboardComponent_Factory(t) { return new (t || TestingDashboardComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
249
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TestingDashboardComponent, selectors: [["mj-testing-dashboard"]], features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
248
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TestingDashboardComponent, selectors: [["mj-testing-dashboard"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 2, consts: [[1, "testing-dashboard-container"], [1, "loading-container"], [1, "dashboard-content-wrapper"], [1, "loading-content"], [1, "loading-spinner"], [1, "spinner-ring"], [1, "loading-text"], [1, "testing-dashboard-nav"], [1, "nav-item", 3, "active"], [1, "dashboard-content"], [3, "initialState"], [1, "nav-item", 3, "click"], [3, "stateChange", "initialState"]], template: function TestingDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
250
249
|
i0.ɵɵelementStart(0, "div", 0);
|
|
251
|
-
i0.ɵɵ
|
|
252
|
-
i0.ɵɵtemplate(2, TestingDashboardComponent_Conditional_2_Template, 8, 0, "div", 2)(3, TestingDashboardComponent_Conditional_3_Template, 10, 5, "div", 3);
|
|
250
|
+
i0.ɵɵtemplate(1, TestingDashboardComponent_Conditional_1_Template, 8, 0, "div", 1)(2, TestingDashboardComponent_Conditional_2_Template, 10, 5, "div", 2);
|
|
253
251
|
i0.ɵɵelementEnd();
|
|
254
252
|
} if (rf & 2) {
|
|
255
|
-
i0.ɵɵadvance(2);
|
|
256
|
-
i0.ɵɵconditional(ctx.isLoading ? 2 : -1);
|
|
257
253
|
i0.ɵɵadvance();
|
|
258
|
-
i0.ɵɵconditional(
|
|
259
|
-
|
|
254
|
+
i0.ɵɵconditional(ctx.isLoading ? 1 : -1);
|
|
255
|
+
i0.ɵɵadvance();
|
|
256
|
+
i0.ɵɵconditional(!ctx.isLoading ? 2 : -1);
|
|
257
|
+
} }, dependencies: [i1.TestingOverviewComponent, i2.TestingExecutionComponent, i3.TestingAnalyticsComponent, i4.TestingVersionComparisonComponent, i5.TestingFeedbackComponent], styles: [".testing-dashboard-container[_ngcontent-%COMP%] {\n height: 100%;\n background: #f5f7fa;\n position: relative;\n overflow: hidden;\n}\n\n.loading-container[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n background: rgba(255, 255, 255, 0.9);\n}\n\n.loading-content[_ngcontent-%COMP%] {\n text-align: center;\n}\n\n.loading-spinner[_ngcontent-%COMP%] {\n display: inline-block;\n position: relative;\n width: 80px;\n height: 80px;\n}\n\n.spinner-ring[_ngcontent-%COMP%] {\n box-sizing: border-box;\n display: block;\n position: absolute;\n width: 64px;\n height: 64px;\n margin: 8px;\n border: 8px solid #2196f3;\n border-radius: 50%;\n animation: _ngcontent-%COMP%_spinner-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;\n border-color: #2196f3 transparent transparent transparent;\n}\n\n.spinner-ring[_ngcontent-%COMP%]:nth-child(1) {\n animation-delay: -0.45s;\n}\n\n.spinner-ring[_ngcontent-%COMP%]:nth-child(2) {\n animation-delay: -0.3s;\n}\n\n.spinner-ring[_ngcontent-%COMP%]:nth-child(3) {\n animation-delay: -0.15s;\n}\n\n@keyframes _ngcontent-%COMP%_spinner-ring {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.loading-text[_ngcontent-%COMP%] {\n margin-top: 20px;\n font-size: 16px;\n color: #666;\n font-weight: 500;\n}\n\n.dashboard-content-wrapper[_ngcontent-%COMP%] {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\n.dashboard-content[_ngcontent-%COMP%] {\n flex: 1;\n overflow: hidden;\n}\n\n.testing-dashboard-nav[_ngcontent-%COMP%] {\n display: flex;\n justify-content: flex-start;\n gap: 4px;\n background: white;\n border-bottom: 1px solid #e0e0e0;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n padding: 0;\n}\n\n.nav-item[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 14px 20px;\n cursor: pointer;\n color: #666;\n transition: all 0.2s ease;\n border-bottom: 2px solid transparent;\n white-space: nowrap;\n position: relative;\n}\n\n.nav-item[_ngcontent-%COMP%]:hover {\n background: rgba(33, 150, 243, 0.05);\n color: #2196f3;\n}\n\n.nav-item.active[_ngcontent-%COMP%] {\n color: #2196f3;\n border-bottom-color: #2196f3;\n background: rgba(33, 150, 243, 0.08);\n}\n\n.nav-item[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n font-size: 16px;\n}\n\n.nav-item[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n font-size: 13px;\n font-weight: 500;\n}\n\n@media (max-width: 768px) {\n .nav-item[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n font-size: 9px;\n }\n\n .nav-item[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n font-size: 18px;\n }\n}"], changeDetection: 0 });
|
|
260
258
|
};
|
|
261
259
|
TestingDashboardComponent = __decorate([
|
|
262
260
|
RegisterClass(BaseDashboard, 'TestingDashboard')
|
|
@@ -264,7 +262,7 @@ TestingDashboardComponent = __decorate([
|
|
|
264
262
|
export { TestingDashboardComponent };
|
|
265
263
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TestingDashboardComponent, [{
|
|
266
264
|
type: Component,
|
|
267
|
-
args: [{ selector: 'mj-testing-dashboard', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"testing-dashboard-container\">\n
|
|
265
|
+
args: [{ selector: 'mj-testing-dashboard', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"testing-dashboard-container\">\n @if (isLoading) {\n <div class=\"loading-container\">\n <div class=\"loading-content\">\n <div class=\"loading-spinner\">\n <div class=\"spinner-ring\"></div>\n <div class=\"spinner-ring\"></div>\n <div class=\"spinner-ring\"></div>\n </div>\n <div class=\"loading-text\">Loading Testing Dashboard...</div>\n </div>\n </div>\n }\n\n @if (!isLoading) {\n <div class=\"dashboard-content-wrapper\">\n <div class=\"testing-dashboard-nav\">\n @for (navItem of navigationConfig; track $index) {\n <div\n class=\"nav-item\"\n [class.active]=\"navItem.selected\"\n (click)=\"onTabChange(navigationItems[$index])\"\n >\n <i [class]=\"navItem.icon\"></i>\n <span>{{ navItem.text }}</span>\n </div>\n }\n </div>\n\n <div class=\"dashboard-content\">\n @if (activeTab === 'overview' && hasVisited('overview')) {\n <app-testing-overview\n [initialState]=\"overviewState\"\n (stateChange)=\"onOverviewStateChange($event)\"\n ></app-testing-overview>\n }\n\n @if (activeTab === 'execution' && hasVisited('execution')) {\n <app-testing-execution\n [initialState]=\"executionState\"\n (stateChange)=\"onExecutionStateChange($event)\"\n ></app-testing-execution>\n }\n\n @if (activeTab === 'analytics' && hasVisited('analytics')) {\n <app-testing-analytics\n [initialState]=\"analyticsState\"\n (stateChange)=\"onAnalyticsStateChange($event)\"\n ></app-testing-analytics>\n }\n\n @if (activeTab === 'version' && hasVisited('version')) {\n <app-testing-version-comparison\n [initialState]=\"versionState\"\n (stateChange)=\"onVersionStateChange($event)\"\n ></app-testing-version-comparison>\n }\n\n @if (activeTab === 'feedback' && hasVisited('feedback')) {\n <app-testing-feedback\n [initialState]=\"feedbackState\"\n (stateChange)=\"onFeedbackStateChange($event)\"\n ></app-testing-feedback>\n }\n </div>\n </div>\n }\n</div>\n", styles: [".testing-dashboard-container {\n height: 100%;\n background: #f5f7fa;\n position: relative;\n overflow: hidden;\n}\n\n.loading-container {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n background: rgba(255, 255, 255, 0.9);\n}\n\n.loading-content {\n text-align: center;\n}\n\n.loading-spinner {\n display: inline-block;\n position: relative;\n width: 80px;\n height: 80px;\n}\n\n.spinner-ring {\n box-sizing: border-box;\n display: block;\n position: absolute;\n width: 64px;\n height: 64px;\n margin: 8px;\n border: 8px solid #2196f3;\n border-radius: 50%;\n animation: spinner-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;\n border-color: #2196f3 transparent transparent transparent;\n}\n\n.spinner-ring:nth-child(1) {\n animation-delay: -0.45s;\n}\n\n.spinner-ring:nth-child(2) {\n animation-delay: -0.3s;\n}\n\n.spinner-ring:nth-child(3) {\n animation-delay: -0.15s;\n}\n\n@keyframes spinner-ring {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.loading-text {\n margin-top: 20px;\n font-size: 16px;\n color: #666;\n font-weight: 500;\n}\n\n.dashboard-content-wrapper {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\n.dashboard-content {\n flex: 1;\n overflow: hidden;\n}\n\n.testing-dashboard-nav {\n display: flex;\n justify-content: flex-start;\n gap: 4px;\n background: white;\n border-bottom: 1px solid #e0e0e0;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n padding: 0;\n}\n\n.nav-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 14px 20px;\n cursor: pointer;\n color: #666;\n transition: all 0.2s ease;\n border-bottom: 2px solid transparent;\n white-space: nowrap;\n position: relative;\n}\n\n.nav-item:hover {\n background: rgba(33, 150, 243, 0.05);\n color: #2196f3;\n}\n\n.nav-item.active {\n color: #2196f3;\n border-bottom-color: #2196f3;\n background: rgba(33, 150, 243, 0.08);\n}\n\n.nav-item i {\n font-size: 16px;\n}\n\n.nav-item span {\n font-size: 13px;\n font-weight: 500;\n}\n\n@media (max-width: 768px) {\n .nav-item span {\n font-size: 9px;\n }\n\n .nav-item i {\n font-size: 18px;\n }\n}\n"] }]
|
|
268
266
|
}], () => [{ type: i0.ChangeDetectorRef }], null); })();
|
|
269
267
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TestingDashboardComponent, { className: "TestingDashboardComponent", filePath: "src/Testing/testing-dashboard.component.ts", lineNumber: 23 }); })();
|
|
270
268
|
export function LoadTestingDashboard() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing-dashboard.component.js","sourceRoot":"","sources":["../../src/Testing/testing-dashboard.component.ts","../../src/Testing/testing-dashboard.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAA+C,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAChH,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"testing-dashboard.component.js","sourceRoot":"","sources":["../../src/Testing/testing-dashboard.component.ts","../../src/Testing/testing-dashboard.component.html"],"names":[],"mappings":"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"}
|
package/dist/module.d.ts
CHANGED
|
@@ -46,35 +46,32 @@ import * as i44 from "./Testing/components/testing-execution.component";
|
|
|
46
46
|
import * as i45 from "./Testing/components/testing-analytics.component";
|
|
47
47
|
import * as i46 from "./Testing/components/testing-version-comparison.component";
|
|
48
48
|
import * as i47 from "./Testing/components/testing-feedback.component";
|
|
49
|
-
import * as i48 from "./Testing/components/widgets/
|
|
50
|
-
import * as i49 from "./Testing/components/widgets/
|
|
51
|
-
import * as i50 from "./Testing/components/widgets/
|
|
52
|
-
import * as i51 from "
|
|
53
|
-
import * as i52 from "
|
|
54
|
-
import * as i53 from "
|
|
55
|
-
import * as i54 from "
|
|
56
|
-
import * as i55 from "@angular
|
|
57
|
-
import * as i56 from "@angular
|
|
58
|
-
import * as i57 from "@progress/kendo-angular-
|
|
59
|
-
import * as i58 from "@progress/kendo-angular-
|
|
60
|
-
import * as i59 from "@
|
|
61
|
-
import * as i60 from "@progress/kendo-angular-
|
|
62
|
-
import * as i61 from "@
|
|
63
|
-
import * as i62 from "@progress/kendo-angular-
|
|
64
|
-
import * as i63 from "@
|
|
65
|
-
import * as i64 from "@
|
|
66
|
-
import * as i65 from "@memberjunction/ng-
|
|
67
|
-
import * as i66 from "@
|
|
68
|
-
import * as i67 from "@progress/kendo-angular-
|
|
69
|
-
import * as i68 from "@memberjunction/ng-
|
|
70
|
-
import * as i69 from "@memberjunction/ng-
|
|
71
|
-
import * as i70 from "@memberjunction/ng-
|
|
72
|
-
import * as i71 from "@progress/kendo-angular-grid";
|
|
73
|
-
import * as i72 from "@memberjunction/ng-react";
|
|
74
|
-
import * as i73 from "@memberjunction/ng-notifications";
|
|
49
|
+
import * as i48 from "./Testing/components/widgets/suite-tree.component";
|
|
50
|
+
import * as i49 from "./Testing/components/widgets/oracle-breakdown-table.component";
|
|
51
|
+
import * as i50 from "./Testing/components/widgets/test-run-detail-panel.component";
|
|
52
|
+
import * as i51 from "@angular/common";
|
|
53
|
+
import * as i52 from "@angular/forms";
|
|
54
|
+
import * as i53 from "@progress/kendo-angular-indicators";
|
|
55
|
+
import * as i54 from "@progress/kendo-angular-dropdowns";
|
|
56
|
+
import * as i55 from "@progress/kendo-angular-inputs";
|
|
57
|
+
import * as i56 from "@progress/kendo-angular-dateinputs";
|
|
58
|
+
import * as i57 from "@progress/kendo-angular-layout";
|
|
59
|
+
import * as i58 from "@progress/kendo-angular-dialog";
|
|
60
|
+
import * as i59 from "@memberjunction/ng-container-directives";
|
|
61
|
+
import * as i60 from "@progress/kendo-angular-navigation";
|
|
62
|
+
import * as i61 from "@memberjunction/ng-code-editor";
|
|
63
|
+
import * as i62 from "@progress/kendo-angular-treeview";
|
|
64
|
+
import * as i63 from "@progress/kendo-angular-buttons";
|
|
65
|
+
import * as i64 from "@memberjunction/ng-action-gallery";
|
|
66
|
+
import * as i65 from "@memberjunction/ng-ai-test-harness";
|
|
67
|
+
import * as i66 from "@memberjunction/ng-core-entity-forms";
|
|
68
|
+
import * as i67 from "@progress/kendo-angular-grid";
|
|
69
|
+
import * as i68 from "@memberjunction/ng-react";
|
|
70
|
+
import * as i69 from "@memberjunction/ng-notifications";
|
|
71
|
+
import * as i70 from "@memberjunction/ng-testing";
|
|
75
72
|
export declare class DashboardsModule {
|
|
76
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardsModule, never>;
|
|
77
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardsModule, [typeof i1.EntityAdminDashboardComponent, typeof i2.ERDCompositeComponent, typeof i3.EntityFilterPanelComponent, typeof i4.EntityDetailsComponent, typeof i5.ERDDiagramComponent, typeof i6.AIDashboardComponent, typeof i7.ModelManagementV2Component, typeof i8.PromptManagementV2Component, typeof i9.PromptFilterPanelComponent, typeof i10.AgentConfigurationComponent, typeof i11.AgentFilterPanelComponent, typeof i12.AgentEditorComponent, typeof i13.ExecutionMonitoringComponent, typeof i14.SystemConfigurationComponent, typeof i15.SystemConfigFilterPanelComponent, typeof i16.ActionsManagementDashboardComponent, typeof i17.ActionsOverviewComponent, typeof i18.ExecutionMonitoringComponent, typeof i19.ScheduledActionsComponent, typeof i20.CodeManagementComponent, typeof i21.EntityIntegrationComponent, typeof i22.SecurityPermissionsComponent, typeof i23.ActionsListViewComponent, typeof i24.ExecutionsListViewComponent, typeof i25.CategoriesListViewComponent, typeof i26.ModelPromptPriorityMatrixComponent, typeof i27.PromptVersionControlComponent, typeof i28.KPICardComponent, typeof i29.LiveExecutionWidgetComponent, typeof i30.TimeSeriesChartComponent, typeof i31.PerformanceHeatmapComponent, typeof i32.ComponentStudioDashboardComponent, typeof i33.TextImportDialogComponent, typeof i34.ArtifactSelectionDialogComponent, typeof i35.ArtifactLoadDialogComponent, typeof i36.SchedulingDashboardComponent, typeof i37.SchedulingMonitoringComponent, typeof i38.SchedulingJobsComponent, typeof i39.SchedulingHistoryComponent, typeof i40.SchedulingTypesComponent, typeof i41.SchedulingHealthComponent, typeof i42.TestingDashboardComponent, typeof i43.TestingOverviewComponent, typeof i44.TestingExecutionComponent, typeof i45.TestingAnalyticsComponent, typeof i46.TestingVersionComparisonComponent, typeof i47.TestingFeedbackComponent, typeof i48.
|
|
74
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardsModule, [typeof i1.EntityAdminDashboardComponent, typeof i2.ERDCompositeComponent, typeof i3.EntityFilterPanelComponent, typeof i4.EntityDetailsComponent, typeof i5.ERDDiagramComponent, typeof i6.AIDashboardComponent, typeof i7.ModelManagementV2Component, typeof i8.PromptManagementV2Component, typeof i9.PromptFilterPanelComponent, typeof i10.AgentConfigurationComponent, typeof i11.AgentFilterPanelComponent, typeof i12.AgentEditorComponent, typeof i13.ExecutionMonitoringComponent, typeof i14.SystemConfigurationComponent, typeof i15.SystemConfigFilterPanelComponent, typeof i16.ActionsManagementDashboardComponent, typeof i17.ActionsOverviewComponent, typeof i18.ExecutionMonitoringComponent, typeof i19.ScheduledActionsComponent, typeof i20.CodeManagementComponent, typeof i21.EntityIntegrationComponent, typeof i22.SecurityPermissionsComponent, typeof i23.ActionsListViewComponent, typeof i24.ExecutionsListViewComponent, typeof i25.CategoriesListViewComponent, typeof i26.ModelPromptPriorityMatrixComponent, typeof i27.PromptVersionControlComponent, typeof i28.KPICardComponent, typeof i29.LiveExecutionWidgetComponent, typeof i30.TimeSeriesChartComponent, typeof i31.PerformanceHeatmapComponent, typeof i32.ComponentStudioDashboardComponent, typeof i33.TextImportDialogComponent, typeof i34.ArtifactSelectionDialogComponent, typeof i35.ArtifactLoadDialogComponent, typeof i36.SchedulingDashboardComponent, typeof i37.SchedulingMonitoringComponent, typeof i38.SchedulingJobsComponent, typeof i39.SchedulingHistoryComponent, typeof i40.SchedulingTypesComponent, typeof i41.SchedulingHealthComponent, typeof i42.TestingDashboardComponent, typeof i43.TestingOverviewComponent, typeof i44.TestingExecutionComponent, typeof i45.TestingAnalyticsComponent, typeof i46.TestingVersionComparisonComponent, typeof i47.TestingFeedbackComponent, typeof i48.SuiteTreeComponent, typeof i48.SuiteTreeNodeComponent, typeof i49.OracleBreakdownTableComponent, typeof i50.TestRunDetailPanelComponent], [typeof i51.CommonModule, typeof i52.FormsModule, typeof i53.IndicatorsModule, typeof i54.DropDownsModule, typeof i55.InputsModule, typeof i56.DateInputsModule, typeof i57.LayoutModule, typeof i58.DialogsModule, typeof i58.WindowModule, typeof i59.ContainerDirectivesModule, typeof i60.NavigationModule, typeof i61.CodeEditorModule, typeof i62.TreeViewModule, typeof i63.ButtonsModule, typeof i64.ActionGalleryModule, typeof i65.AITestHarnessModule, typeof i66.MemberJunctionCoreEntityFormsModule, typeof i67.GridModule, typeof i68.MJReactModule, typeof i57.SplitterModule, typeof i57.TabStripModule, typeof i57.PanelBarModule, typeof i69.MJNotificationsModule, typeof i70.TestingModule], [typeof i1.EntityAdminDashboardComponent, typeof i6.AIDashboardComponent, typeof i16.ActionsManagementDashboardComponent, typeof i32.ComponentStudioDashboardComponent, typeof i36.SchedulingDashboardComponent, typeof i42.TestingDashboardComponent]>;
|
|
78
75
|
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardsModule>;
|
|
79
76
|
}
|
|
80
77
|
//# sourceMappingURL=module.d.ts.map
|
package/dist/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+EA,qBAkGa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
package/dist/module.js
CHANGED
|
@@ -72,14 +72,11 @@ import { TestingExecutionComponent } from './Testing/components/testing-executio
|
|
|
72
72
|
import { TestingAnalyticsComponent } from './Testing/components/testing-analytics.component';
|
|
73
73
|
import { TestingVersionComparisonComponent } from './Testing/components/testing-version-comparison.component';
|
|
74
74
|
import { TestingFeedbackComponent } from './Testing/components/testing-feedback.component';
|
|
75
|
-
import { TestStatusBadgeComponent } from './Testing/components/widgets/test-status-badge.component';
|
|
76
|
-
import { ScoreIndicatorComponent } from './Testing/components/widgets/score-indicator.component';
|
|
77
|
-
import { CostDisplayComponent } from './Testing/components/widgets/cost-display.component';
|
|
78
75
|
import { SuiteTreeComponent, SuiteTreeNodeComponent } from './Testing/components/widgets/suite-tree.component';
|
|
79
76
|
import { OracleBreakdownTableComponent } from './Testing/components/widgets/oracle-breakdown-table.component';
|
|
80
77
|
import { TestRunDetailPanelComponent } from './Testing/components/widgets/test-run-detail-panel.component';
|
|
81
|
-
import { TestRunDialogComponent } from './Testing/components/widgets/test-run-dialog.component';
|
|
82
78
|
import { TestingInstrumentationService } from './Testing/services/testing-instrumentation.service';
|
|
79
|
+
import { TestingModule } from '@memberjunction/ng-testing';
|
|
83
80
|
import * as i0 from "@angular/core";
|
|
84
81
|
export class DashboardsModule {
|
|
85
82
|
static ɵfac = function DashboardsModule_Factory(t) { return new (t || DashboardsModule)(); };
|
|
@@ -110,7 +107,8 @@ export class DashboardsModule {
|
|
|
110
107
|
SplitterModule,
|
|
111
108
|
TabStripModule,
|
|
112
109
|
PanelBarModule,
|
|
113
|
-
MJNotificationsModule
|
|
110
|
+
MJNotificationsModule,
|
|
111
|
+
TestingModule] });
|
|
114
112
|
}
|
|
115
113
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DashboardsModule, [{
|
|
116
114
|
type: NgModule,
|
|
@@ -167,14 +165,10 @@ export class DashboardsModule {
|
|
|
167
165
|
TestingAnalyticsComponent,
|
|
168
166
|
TestingVersionComparisonComponent,
|
|
169
167
|
TestingFeedbackComponent,
|
|
170
|
-
TestStatusBadgeComponent,
|
|
171
|
-
ScoreIndicatorComponent,
|
|
172
|
-
CostDisplayComponent,
|
|
173
168
|
SuiteTreeComponent,
|
|
174
169
|
SuiteTreeNodeComponent,
|
|
175
170
|
OracleBreakdownTableComponent,
|
|
176
|
-
TestRunDetailPanelComponent
|
|
177
|
-
TestRunDialogComponent
|
|
171
|
+
TestRunDetailPanelComponent
|
|
178
172
|
],
|
|
179
173
|
imports: [
|
|
180
174
|
CommonModule,
|
|
@@ -199,7 +193,8 @@ export class DashboardsModule {
|
|
|
199
193
|
SplitterModule,
|
|
200
194
|
TabStripModule,
|
|
201
195
|
PanelBarModule,
|
|
202
|
-
MJNotificationsModule
|
|
196
|
+
MJNotificationsModule,
|
|
197
|
+
TestingModule
|
|
203
198
|
],
|
|
204
199
|
providers: [
|
|
205
200
|
AIInstrumentationService,
|
|
@@ -267,14 +262,10 @@ export class DashboardsModule {
|
|
|
267
262
|
TestingAnalyticsComponent,
|
|
268
263
|
TestingVersionComparisonComponent,
|
|
269
264
|
TestingFeedbackComponent,
|
|
270
|
-
TestStatusBadgeComponent,
|
|
271
|
-
ScoreIndicatorComponent,
|
|
272
|
-
CostDisplayComponent,
|
|
273
265
|
SuiteTreeComponent,
|
|
274
266
|
SuiteTreeNodeComponent,
|
|
275
267
|
OracleBreakdownTableComponent,
|
|
276
|
-
TestRunDetailPanelComponent,
|
|
277
|
-
TestRunDialogComponent], imports: [CommonModule,
|
|
268
|
+
TestRunDetailPanelComponent], imports: [CommonModule,
|
|
278
269
|
FormsModule,
|
|
279
270
|
IndicatorsModule,
|
|
280
271
|
DropDownsModule,
|
|
@@ -296,7 +287,8 @@ export class DashboardsModule {
|
|
|
296
287
|
SplitterModule,
|
|
297
288
|
TabStripModule,
|
|
298
289
|
PanelBarModule,
|
|
299
|
-
MJNotificationsModule
|
|
290
|
+
MJNotificationsModule,
|
|
291
|
+
TestingModule], exports: [EntityAdminDashboardComponent,
|
|
300
292
|
AIDashboardComponent,
|
|
301
293
|
ActionsManagementDashboardComponent,
|
|
302
294
|
ComponentStudioDashboardComponent,
|
package/dist/module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-dashboards",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.119.0",
|
|
4
4
|
"description": "MemberJunction Dashboards",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -25,17 +25,18 @@
|
|
|
25
25
|
"@angular/forms": "18.0.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@memberjunction/core": "2.
|
|
29
|
-
"@memberjunction/core-entities": "2.
|
|
30
|
-
"@memberjunction/graphql-dataprovider": "2.
|
|
31
|
-
"@memberjunction/templates-base-types": "2.
|
|
32
|
-
"@memberjunction/testing-engine-base": "2.
|
|
33
|
-
"@memberjunction/ng-container-directives": "2.
|
|
34
|
-
"@memberjunction/ng-core-entity-forms": "2.
|
|
35
|
-
"@memberjunction/ng-notifications": "2.
|
|
36
|
-
"@memberjunction/ng-shared": "2.
|
|
37
|
-
"@memberjunction/ng-ai-test-harness": "2.
|
|
38
|
-
"@memberjunction/ng-action-gallery": "2.
|
|
28
|
+
"@memberjunction/core": "2.119.0",
|
|
29
|
+
"@memberjunction/core-entities": "2.119.0",
|
|
30
|
+
"@memberjunction/graphql-dataprovider": "2.119.0",
|
|
31
|
+
"@memberjunction/templates-base-types": "2.119.0",
|
|
32
|
+
"@memberjunction/testing-engine-base": "2.119.0",
|
|
33
|
+
"@memberjunction/ng-container-directives": "2.119.0",
|
|
34
|
+
"@memberjunction/ng-core-entity-forms": "2.119.0",
|
|
35
|
+
"@memberjunction/ng-notifications": "2.119.0",
|
|
36
|
+
"@memberjunction/ng-shared": "2.119.0",
|
|
37
|
+
"@memberjunction/ng-ai-test-harness": "2.119.0",
|
|
38
|
+
"@memberjunction/ng-action-gallery": "2.119.0",
|
|
39
|
+
"@memberjunction/ng-testing": "2.119.0",
|
|
39
40
|
"@progress/kendo-angular-buttons": "16.2.0",
|
|
40
41
|
"@progress/kendo-angular-dropdowns": "16.2.0",
|
|
41
42
|
"@progress/kendo-angular-treeview": "16.2.0",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CostDisplayComponent {
|
|
3
|
-
cost: number;
|
|
4
|
-
showIcon: boolean;
|
|
5
|
-
label?: string;
|
|
6
|
-
decimals: number;
|
|
7
|
-
threshold: {
|
|
8
|
-
low: number;
|
|
9
|
-
high: number;
|
|
10
|
-
};
|
|
11
|
-
formatCost(cost: number): string;
|
|
12
|
-
getMagnitudeClass(): string;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CostDisplayComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CostDisplayComponent, "app-cost-display", never, { "cost": { "alias": "cost"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=cost-display.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cost-display.component.d.ts","sourceRoot":"","sources":["../../../../src/Testing/components/widgets/cost-display.component.ts"],"names":[],"mappings":";AAEA,qBA8Da,oBAAoB;IACtB,IAAI,EAAG,MAAM,CAAC;IACd,QAAQ,UAAQ;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,SAAK;IACb,SAAS;;;MAA4B;IAE9C,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAehC,iBAAiB,IAAI,MAAM;yCAtBhB,oBAAoB;2CAApB,oBAAoB;CA4BhC"}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
function CostDisplayComponent_i_1_Template(rf, ctx) { if (rf & 1) {
|
|
5
|
-
i0.ɵɵelement(0, "i", 4);
|
|
6
|
-
} }
|
|
7
|
-
function CostDisplayComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
-
i0.ɵɵelementStart(0, "span", 5);
|
|
9
|
-
i0.ɵɵtext(1);
|
|
10
|
-
i0.ɵɵelementEnd();
|
|
11
|
-
} if (rf & 2) {
|
|
12
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
13
|
-
i0.ɵɵadvance();
|
|
14
|
-
i0.ɵɵtextInterpolate(ctx_r0.label);
|
|
15
|
-
} }
|
|
16
|
-
export class CostDisplayComponent {
|
|
17
|
-
cost;
|
|
18
|
-
showIcon = true;
|
|
19
|
-
label;
|
|
20
|
-
decimals = 6;
|
|
21
|
-
threshold = { low: 0.01, high: 1.0 }; // Default thresholds in USD
|
|
22
|
-
formatCost(cost) {
|
|
23
|
-
if (cost == null)
|
|
24
|
-
return '$0.00';
|
|
25
|
-
// Format based on magnitude
|
|
26
|
-
if (cost >= 1000) {
|
|
27
|
-
return `$${(cost / 1000).toFixed(2)}K`;
|
|
28
|
-
}
|
|
29
|
-
else if (cost >= 1) {
|
|
30
|
-
return `$${cost.toFixed(2)}`;
|
|
31
|
-
}
|
|
32
|
-
else if (cost >= 0.01) {
|
|
33
|
-
return `$${cost.toFixed(4)}`;
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
return `$${cost.toFixed(this.decimals)}`;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
getMagnitudeClass() {
|
|
40
|
-
if (this.cost < this.threshold.low)
|
|
41
|
-
return 'cost-display--low';
|
|
42
|
-
if (this.cost >= this.threshold.high)
|
|
43
|
-
return 'cost-display--high';
|
|
44
|
-
if (this.cost >= this.threshold.low && this.cost < this.threshold.high)
|
|
45
|
-
return 'cost-display--medium';
|
|
46
|
-
return 'cost-display--normal';
|
|
47
|
-
}
|
|
48
|
-
static ɵfac = function CostDisplayComponent_Factory(t) { return new (t || CostDisplayComponent)(); };
|
|
49
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CostDisplayComponent, selectors: [["app-cost-display"]], inputs: { cost: "cost", showIcon: "showIcon", label: "label", decimals: "decimals", threshold: "threshold" }, decls: 5, vars: 5, consts: [[1, "cost-display"], ["class", "fa-solid fa-dollar-sign cost-icon", 4, "ngIf"], [1, "cost-value"], ["class", "cost-label", 4, "ngIf"], [1, "fa-solid", "fa-dollar-sign", "cost-icon"], [1, "cost-label"]], template: function CostDisplayComponent_Template(rf, ctx) { if (rf & 1) {
|
|
50
|
-
i0.ɵɵelementStart(0, "div", 0);
|
|
51
|
-
i0.ɵɵtemplate(1, CostDisplayComponent_i_1_Template, 1, 0, "i", 1);
|
|
52
|
-
i0.ɵɵelementStart(2, "span", 2);
|
|
53
|
-
i0.ɵɵtext(3);
|
|
54
|
-
i0.ɵɵelementEnd();
|
|
55
|
-
i0.ɵɵtemplate(4, CostDisplayComponent_span_4_Template, 2, 1, "span", 3);
|
|
56
|
-
i0.ɵɵelementEnd();
|
|
57
|
-
} if (rf & 2) {
|
|
58
|
-
i0.ɵɵclassMap(ctx.getMagnitudeClass());
|
|
59
|
-
i0.ɵɵadvance();
|
|
60
|
-
i0.ɵɵproperty("ngIf", ctx.showIcon);
|
|
61
|
-
i0.ɵɵadvance(2);
|
|
62
|
-
i0.ɵɵtextInterpolate(ctx.formatCost(ctx.cost));
|
|
63
|
-
i0.ɵɵadvance();
|
|
64
|
-
i0.ɵɵproperty("ngIf", ctx.label);
|
|
65
|
-
} }, dependencies: [i1.NgIf], styles: [".cost-display[_ngcontent-%COMP%] {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n font-weight: 500;\n }\n\n .cost-icon[_ngcontent-%COMP%] {\n font-size: 10px;\n opacity: 0.7;\n }\n\n .cost-value[_ngcontent-%COMP%] {\n font-family: 'Courier New', monospace;\n font-weight: 600;\n font-size: 13px;\n letter-spacing: 0.3px;\n }\n\n .cost-label[_ngcontent-%COMP%] {\n font-size: 10px;\n opacity: 0.6;\n margin-left: 2px;\n }\n\n .cost-display--low[_ngcontent-%COMP%] {\n color: #4caf50;\n }\n\n .cost-display--medium[_ngcontent-%COMP%] {\n color: #ff9800;\n }\n\n .cost-display--high[_ngcontent-%COMP%] {\n color: #f44336;\n }\n\n .cost-display--normal[_ngcontent-%COMP%] {\n color: #666;\n }\n\n @media (max-width: 768px) {\n .cost-value[_ngcontent-%COMP%] {\n font-size: 12px;\n }\n\n .cost-label[_ngcontent-%COMP%] {\n font-size: 9px;\n }\n }"] });
|
|
66
|
-
}
|
|
67
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CostDisplayComponent, [{
|
|
68
|
-
type: Component,
|
|
69
|
-
args: [{ selector: 'app-cost-display', template: `
|
|
70
|
-
<div class="cost-display" [class]="getMagnitudeClass()">
|
|
71
|
-
<i class="fa-solid fa-dollar-sign cost-icon" *ngIf="showIcon"></i>
|
|
72
|
-
<span class="cost-value">{{ formatCost(cost) }}</span>
|
|
73
|
-
<span class="cost-label" *ngIf="label">{{ label }}</span>
|
|
74
|
-
</div>
|
|
75
|
-
`, styles: ["\n .cost-display {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n font-weight: 500;\n }\n\n .cost-icon {\n font-size: 10px;\n opacity: 0.7;\n }\n\n .cost-value {\n font-family: 'Courier New', monospace;\n font-weight: 600;\n font-size: 13px;\n letter-spacing: 0.3px;\n }\n\n .cost-label {\n font-size: 10px;\n opacity: 0.6;\n margin-left: 2px;\n }\n\n .cost-display--low {\n color: #4caf50;\n }\n\n .cost-display--medium {\n color: #ff9800;\n }\n\n .cost-display--high {\n color: #f44336;\n }\n\n .cost-display--normal {\n color: #666;\n }\n\n @media (max-width: 768px) {\n .cost-value {\n font-size: 12px;\n }\n\n .cost-label {\n font-size: 9px;\n }\n }\n "] }]
|
|
76
|
-
}], null, { cost: [{
|
|
77
|
-
type: Input
|
|
78
|
-
}], showIcon: [{
|
|
79
|
-
type: Input
|
|
80
|
-
}], label: [{
|
|
81
|
-
type: Input
|
|
82
|
-
}], decimals: [{
|
|
83
|
-
type: Input
|
|
84
|
-
}], threshold: [{
|
|
85
|
-
type: Input
|
|
86
|
-
}] }); })();
|
|
87
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CostDisplayComponent, { className: "CostDisplayComponent", filePath: "src/Testing/components/widgets/cost-display.component.ts", lineNumber: 65 }); })();
|
|
88
|
-
//# sourceMappingURL=cost-display.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cost-display.component.js","sourceRoot":"","sources":["../../../../src/Testing/components/widgets/cost-display.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;;;IAM3C,uBAAkE;;;IAElE,+BAAuC;IAAA,YAAW;IAAA,iBAAO;;;IAAlB,cAAW;IAAX,kCAAW;;AAwDxD,MAAM,OAAO,oBAAoB;IACtB,IAAI,CAAU;IACd,QAAQ,GAAG,IAAI,CAAC;IAChB,KAAK,CAAU;IACf,QAAQ,GAAG,CAAC,CAAC;IACb,SAAS,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,4BAA4B;IAE3E,UAAU,CAAC,IAAY;QACrB,IAAI,IAAI,IAAI,IAAI;YAAE,OAAO,OAAO,CAAC;QAEjC,4BAA4B;QAC5B,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YACjB,OAAO,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC;QACzC,CAAC;aAAM,IAAI,IAAI,IAAI,CAAC,EAAE,CAAC;YACrB,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;QAC/B,CAAC;aAAM,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YACxB,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;QAC/B,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;QAC3C,CAAC;IACH,CAAC;IAED,iBAAiB;QACf,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG;YAAE,OAAO,mBAAmB,CAAC;QAC/D,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,CAAC,IAAI;YAAE,OAAO,oBAAoB,CAAC;QAClE,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI;YAAE,OAAO,sBAAsB,CAAC;QACtG,OAAO,sBAAsB,CAAC;IAChC,CAAC;8EA3BU,oBAAoB;6DAApB,oBAAoB;YA3D7B,8BAAwD;YACtD,iEAA8D;YAC9D,+BAAyB;YAAA,YAAsB;YAAA,iBAAO;YACtD,uEAAuC;YACzC,iBAAM;;YAJoB,sCAA6B;YACP,cAAc;YAAd,mCAAc;YACnC,eAAsB;YAAtB,8CAAsB;YACrB,cAAW;YAAX,gCAAW;;;iFAwD9B,oBAAoB;cA9DhC,SAAS;2BACE,kBAAkB,YAClB;;;;;;GAMT;gBAuDQ,IAAI;kBAAZ,KAAK;YACG,QAAQ;kBAAhB,KAAK;YACG,KAAK;kBAAb,KAAK;YACG,QAAQ;kBAAhB,KAAK;YACG,SAAS;kBAAjB,KAAK;;kFALK,oBAAoB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ScoreIndicatorComponent {
|
|
3
|
-
score: number;
|
|
4
|
-
showBar: boolean;
|
|
5
|
-
showIcon: boolean;
|
|
6
|
-
decimals: number;
|
|
7
|
-
formatScore(score: number): string;
|
|
8
|
-
getColorClass(): string;
|
|
9
|
-
getIcon(): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScoreIndicatorComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScoreIndicatorComponent, "app-score-indicator", never, { "score": { "alias": "score"; "required": false; }; "showBar": { "alias": "showBar"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=score-indicator.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"score-indicator.component.d.ts","sourceRoot":"","sources":["../../../../src/Testing/components/widgets/score-indicator.component.ts"],"names":[],"mappings":";AAEA,qBAsGa,uBAAuB;IACzB,KAAK,EAAG,MAAM,CAAC;IACf,OAAO,UAAQ;IACf,QAAQ,UAAQ;IAChB,QAAQ,SAAK;IAEtB,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAKlC,aAAa,IAAI,MAAM;IAQvB,OAAO,IAAI,MAAM;yCAnBN,uBAAuB;2CAAvB,uBAAuB;CA0BnC"}
|