@memberjunction/ng-core-entity-forms 5.1.0 → 5.3.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/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +4 -4
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +18 -18
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +309 -309
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts +9 -9
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +3 -3
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +8 -8
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +2 -2
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts +2 -2
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +10 -10
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +3 -3
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +3 -3
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +8 -8
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +225 -225
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +7 -7
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +259 -259
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts +3 -3
- package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +48 -48
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.d.ts +4 -4
- package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.js +164 -164
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +3 -3
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +299 -299
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts +3 -3
- package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts.map +1 -1
- package/dist/lib/custom/EntityActions/entityaction.form.component.js +11 -11
- package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts +8 -8
- package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.js +163 -163
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.d.ts +3 -3
- package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +175 -184
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.d.ts +1 -0
- package/dist/lib/custom/Queries/query-run-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js +3 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.d.ts +3 -3
- package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +53 -53
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +3 -3
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +161 -161
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-rubric-form.component.d.ts +3 -3
- package/dist/lib/custom/Tests/test-rubric-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-rubric-form.component.js +12 -12
- package/dist/lib/custom/Tests/test-rubric-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-feedback-form.component.d.ts +3 -3
- package/dist/lib/custom/Tests/test-run-feedback-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js +14 -14
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.d.ts +3 -3
- package/dist/lib/custom/Tests/test-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +140 -140
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +3 -3
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +243 -243
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +3 -3
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +213 -213
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +6 -6
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +148 -148
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +1 -1
- package/dist/lib/custom/custom-forms.module.js +85 -85
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/package.json +30 -30
|
@@ -28,25 +28,25 @@ import * as i6 from "./ai-agent-run-timeline.component";
|
|
|
28
28
|
import * as i7 from "./ai-agent-run-analytics.component";
|
|
29
29
|
import * as i8 from "./ai-agent-run-visualization.component";
|
|
30
30
|
import * as i9 from "./ai-agent-run-step-detail.component";
|
|
31
|
-
function
|
|
31
|
+
function MJAIAgentRunFormComponentExtended_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
32
32
|
i0.ɵɵelement(0, "img", 8);
|
|
33
33
|
} if (rf & 2) {
|
|
34
34
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35
35
|
i0.ɵɵproperty("src", ctx_r0.agent.LogoURL, i0.ɵɵsanitizeUrl)("alt", ctx_r0.agent.Name || "Agent");
|
|
36
36
|
} }
|
|
37
|
-
function
|
|
37
|
+
function MJAIAgentRunFormComponentExtended_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
38
38
|
i0.ɵɵelement(0, "i", 9);
|
|
39
39
|
} if (rf & 2) {
|
|
40
40
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
41
41
|
i0.ɵɵproperty("ngClass", ctx_r0.agent.IconClass);
|
|
42
42
|
} }
|
|
43
|
-
function
|
|
43
|
+
function MJAIAgentRunFormComponentExtended_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
44
44
|
i0.ɵɵelement(0, "i", 10);
|
|
45
45
|
} }
|
|
46
|
-
function
|
|
46
|
+
function MJAIAgentRunFormComponentExtended_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
47
47
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
48
48
|
i0.ɵɵelementStart(0, "span", 13)(1, "a", 36);
|
|
49
|
-
i0.ɵɵlistener("click", function
|
|
49
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_13_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: AI Agents", ctx_r0.record.AgentID)); });
|
|
50
50
|
i0.ɵɵtext(2);
|
|
51
51
|
i0.ɵɵelementEnd()();
|
|
52
52
|
} if (rf & 2) {
|
|
@@ -54,19 +54,19 @@ function AIAgentRunFormComponentExtended_Conditional_13_Template(rf, ctx) { if (
|
|
|
54
54
|
i0.ɵɵadvance(2);
|
|
55
55
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.agent.Name, " ");
|
|
56
56
|
} }
|
|
57
|
-
function
|
|
57
|
+
function MJAIAgentRunFormComponentExtended_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
58
58
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
59
59
|
i0.ɵɵelementStart(0, "span", 15);
|
|
60
60
|
i0.ɵɵelement(1, "i", 37);
|
|
61
61
|
i0.ɵɵelementStart(2, "a", 38);
|
|
62
|
-
i0.ɵɵlistener("click", function
|
|
62
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_16_Template_a_click_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.navigateToParentRun()); });
|
|
63
63
|
i0.ɵɵtext(3, "Parent Run");
|
|
64
64
|
i0.ɵɵelementEnd()();
|
|
65
65
|
} }
|
|
66
|
-
function
|
|
66
|
+
function MJAIAgentRunFormComponentExtended_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
67
67
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
68
68
|
i0.ɵɵelementStart(0, "span", 39);
|
|
69
|
-
i0.ɵɵlistener("click", function
|
|
69
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_17_Template_span_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.navigateToConversation()); });
|
|
70
70
|
i0.ɵɵelement(1, "i", 40);
|
|
71
71
|
i0.ɵɵelementStart(2, "span");
|
|
72
72
|
i0.ɵɵtext(3, "Conversation");
|
|
@@ -74,7 +74,7 @@ function AIAgentRunFormComponentExtended_Conditional_17_Template(rf, ctx) { if (
|
|
|
74
74
|
i0.ɵɵelement(4, "i", 41);
|
|
75
75
|
i0.ɵɵelementEnd();
|
|
76
76
|
} }
|
|
77
|
-
function
|
|
77
|
+
function MJAIAgentRunFormComponentExtended_Conditional_32_Template(rf, ctx) { if (rf & 1) {
|
|
78
78
|
i0.ɵɵelementStart(0, "div", 23)(1, "span", 24);
|
|
79
79
|
i0.ɵɵtext(2, "Completed");
|
|
80
80
|
i0.ɵɵelementEnd();
|
|
@@ -87,7 +87,7 @@ function AIAgentRunFormComponentExtended_Conditional_32_Template(rf, ctx) { if (
|
|
|
87
87
|
i0.ɵɵadvance(4);
|
|
88
88
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(5, 1, ctx_r0.record.CompletedAt, "medium"));
|
|
89
89
|
} }
|
|
90
|
-
function
|
|
90
|
+
function MJAIAgentRunFormComponentExtended_Conditional_33_Template(rf, ctx) { if (rf & 1) {
|
|
91
91
|
i0.ɵɵelementStart(0, "div", 23)(1, "span", 24);
|
|
92
92
|
i0.ɵɵtext(2, "Duration");
|
|
93
93
|
i0.ɵɵelementEnd();
|
|
@@ -99,7 +99,7 @@ function AIAgentRunFormComponentExtended_Conditional_33_Template(rf, ctx) { if (
|
|
|
99
99
|
i0.ɵɵadvance(4);
|
|
100
100
|
i0.ɵɵtextInterpolate(ctx_r0.calculateDuration(ctx_r0.record.StartedAt, ctx_r0.record.CompletedAt));
|
|
101
101
|
} }
|
|
102
|
-
function
|
|
102
|
+
function MJAIAgentRunFormComponentExtended_Conditional_34_Template(rf, ctx) { if (rf & 1) {
|
|
103
103
|
i0.ɵɵelementStart(0, "div", 23)(1, "span", 24);
|
|
104
104
|
i0.ɵɵtext(2, "Result");
|
|
105
105
|
i0.ɵɵelementEnd();
|
|
@@ -113,7 +113,7 @@ function AIAgentRunFormComponentExtended_Conditional_34_Template(rf, ctx) { if (
|
|
|
113
113
|
i0.ɵɵadvance();
|
|
114
114
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.Success ? "Success" : "Failed", " ");
|
|
115
115
|
} }
|
|
116
|
-
function
|
|
116
|
+
function MJAIAgentRunFormComponentExtended_Conditional_35_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
117
117
|
i0.ɵɵelementStart(0, "span", 25);
|
|
118
118
|
i0.ɵɵtext(1);
|
|
119
119
|
i0.ɵɵpipe(2, "number");
|
|
@@ -123,17 +123,17 @@ function AIAgentRunFormComponentExtended_Conditional_35_Conditional_3_Template(r
|
|
|
123
123
|
i0.ɵɵadvance();
|
|
124
124
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r0.costMetrics.totalTokensInput + ctx_r0.costMetrics.totalTokensOutput, "1.0-0"));
|
|
125
125
|
} }
|
|
126
|
-
function
|
|
126
|
+
function MJAIAgentRunFormComponentExtended_Conditional_35_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
127
127
|
i0.ɵɵelementStart(0, "span", 42);
|
|
128
128
|
i0.ɵɵelement(1, "i", 43);
|
|
129
129
|
i0.ɵɵelementEnd();
|
|
130
130
|
} }
|
|
131
|
-
function
|
|
131
|
+
function MJAIAgentRunFormComponentExtended_Conditional_35_Template(rf, ctx) { if (rf & 1) {
|
|
132
132
|
i0.ɵɵelementStart(0, "div", 23)(1, "span", 24);
|
|
133
133
|
i0.ɵɵtext(2, "Tokens");
|
|
134
134
|
i0.ɵɵelementEnd();
|
|
135
|
-
i0.ɵɵconditionalCreate(3,
|
|
136
|
-
i0.ɵɵconditionalCreate(4,
|
|
135
|
+
i0.ɵɵconditionalCreate(3, MJAIAgentRunFormComponentExtended_Conditional_35_Conditional_3_Template, 3, 4, "span", 25);
|
|
136
|
+
i0.ɵɵconditionalCreate(4, MJAIAgentRunFormComponentExtended_Conditional_35_Conditional_4_Template, 2, 0, "span", 42);
|
|
137
137
|
i0.ɵɵelementEnd();
|
|
138
138
|
} if (rf & 2) {
|
|
139
139
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -142,7 +142,7 @@ function AIAgentRunFormComponentExtended_Conditional_35_Template(rf, ctx) { if (
|
|
|
142
142
|
i0.ɵɵadvance();
|
|
143
143
|
i0.ɵɵconditional(ctx_r0.costMetrics.isLoading ? 4 : -1);
|
|
144
144
|
} }
|
|
145
|
-
function
|
|
145
|
+
function MJAIAgentRunFormComponentExtended_Conditional_36_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
146
146
|
i0.ɵɵelementStart(0, "span", 25);
|
|
147
147
|
i0.ɵɵtext(1);
|
|
148
148
|
i0.ɵɵpipe(2, "number");
|
|
@@ -152,17 +152,17 @@ function AIAgentRunFormComponentExtended_Conditional_36_Conditional_3_Template(r
|
|
|
152
152
|
i0.ɵɵadvance();
|
|
153
153
|
i0.ɵɵtextInterpolate1("$", i0.ɵɵpipeBind2(2, 1, ctx_r0.costMetrics.totalCost, "1.2-4"));
|
|
154
154
|
} }
|
|
155
|
-
function
|
|
155
|
+
function MJAIAgentRunFormComponentExtended_Conditional_36_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
156
156
|
i0.ɵɵelementStart(0, "span", 42);
|
|
157
157
|
i0.ɵɵelement(1, "i", 43);
|
|
158
158
|
i0.ɵɵelementEnd();
|
|
159
159
|
} }
|
|
160
|
-
function
|
|
160
|
+
function MJAIAgentRunFormComponentExtended_Conditional_36_Template(rf, ctx) { if (rf & 1) {
|
|
161
161
|
i0.ɵɵelementStart(0, "div", 23)(1, "span", 24);
|
|
162
162
|
i0.ɵɵtext(2, "Cost");
|
|
163
163
|
i0.ɵɵelementEnd();
|
|
164
|
-
i0.ɵɵconditionalCreate(3,
|
|
165
|
-
i0.ɵɵconditionalCreate(4,
|
|
164
|
+
i0.ɵɵconditionalCreate(3, MJAIAgentRunFormComponentExtended_Conditional_36_Conditional_3_Template, 3, 4, "span", 25);
|
|
165
|
+
i0.ɵɵconditionalCreate(4, MJAIAgentRunFormComponentExtended_Conditional_36_Conditional_4_Template, 2, 0, "span", 42);
|
|
166
166
|
i0.ɵɵelementEnd();
|
|
167
167
|
} if (rf & 2) {
|
|
168
168
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -171,7 +171,7 @@ function AIAgentRunFormComponentExtended_Conditional_36_Template(rf, ctx) { if (
|
|
|
171
171
|
i0.ɵɵadvance();
|
|
172
172
|
i0.ɵɵconditional(ctx_r0.costMetrics.isLoading ? 4 : -1);
|
|
173
173
|
} }
|
|
174
|
-
function
|
|
174
|
+
function MJAIAgentRunFormComponentExtended_Conditional_37_Template(rf, ctx) { if (rf & 1) {
|
|
175
175
|
i0.ɵɵelementStart(0, "div", 23)(1, "span", 24);
|
|
176
176
|
i0.ɵɵtext(2, "Effort Level");
|
|
177
177
|
i0.ɵɵelementEnd();
|
|
@@ -183,7 +183,7 @@ function AIAgentRunFormComponentExtended_Conditional_37_Template(rf, ctx) { if (
|
|
|
183
183
|
i0.ɵɵadvance(4);
|
|
184
184
|
i0.ɵɵtextInterpolate(ctx_r0.record.EffortLevel);
|
|
185
185
|
} }
|
|
186
|
-
function
|
|
186
|
+
function MJAIAgentRunFormComponentExtended_Conditional_38_Template(rf, ctx) { if (rf & 1) {
|
|
187
187
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
188
188
|
i0.ɵɵelementStart(0, "div", 26)(1, "div", 44);
|
|
189
189
|
i0.ɵɵelement(2, "i", 45);
|
|
@@ -191,7 +191,7 @@ function AIAgentRunFormComponentExtended_Conditional_38_Template(rf, ctx) { if (
|
|
|
191
191
|
i0.ɵɵtext(5, "Configuration");
|
|
192
192
|
i0.ɵɵelementEnd();
|
|
193
193
|
i0.ɵɵelementStart(6, "div", 48)(7, "a", 36);
|
|
194
|
-
i0.ɵɵlistener("click", function
|
|
194
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_38_Template_a_click_7_listener() { i0.ɵɵrestoreView(_r5); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: AI Configurations", ctx_r0.record.ConfigurationID)); });
|
|
195
195
|
i0.ɵɵtext(8);
|
|
196
196
|
i0.ɵɵelementEnd()()()()();
|
|
197
197
|
} if (rf & 2) {
|
|
@@ -199,13 +199,13 @@ function AIAgentRunFormComponentExtended_Conditional_38_Template(rf, ctx) { if (
|
|
|
199
199
|
i0.ɵɵadvance(8);
|
|
200
200
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.Configuration || "Unknown", " ");
|
|
201
201
|
} }
|
|
202
|
-
function
|
|
202
|
+
function MJAIAgentRunFormComponentExtended_Conditional_53_Template(rf, ctx) { if (rf & 1) {
|
|
203
203
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
204
204
|
i0.ɵɵelementStart(0, "div", 34)(1, "kendo-splitter", 49)(2, "kendo-splitter-pane", 50)(3, "mj-ai-agent-run-timeline", 51);
|
|
205
|
-
i0.ɵɵlistener("itemSelected", function
|
|
205
|
+
i0.ɵɵlistener("itemSelected", function MJAIAgentRunFormComponentExtended_Conditional_53_Template_mj_ai_agent_run_timeline_itemSelected_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.selectTimelineItem($event)); })("navigateToEntity", function MJAIAgentRunFormComponentExtended_Conditional_53_Template_mj_ai_agent_run_timeline_navigateToEntity_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.navigateToEntityRecord($event)); })("agentRunCompleted", function MJAIAgentRunFormComponentExtended_Conditional_53_Template_mj_ai_agent_run_timeline_agentRunCompleted_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onAgentRunCompleted($event)); });
|
|
206
206
|
i0.ɵɵelementEnd()();
|
|
207
207
|
i0.ɵɵelementStart(4, "kendo-splitter-pane", 52)(5, "mj-ai-agent-run-step-detail", 53);
|
|
208
|
-
i0.ɵɵlistener("closePanel", function
|
|
208
|
+
i0.ɵɵlistener("closePanel", function MJAIAgentRunFormComponentExtended_Conditional_53_Template_mj_ai_agent_run_step_detail_closePanel_5_listener() { i0.ɵɵrestoreView(_r6); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.closeJsonPanel()); })("navigateToActionLog", function MJAIAgentRunFormComponentExtended_Conditional_53_Template_mj_ai_agent_run_step_detail_navigateToActionLog_5_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.navigateToActionLog($event)); })("copyToClipboard", function MJAIAgentRunFormComponentExtended_Conditional_53_Template_mj_ai_agent_run_step_detail_copyToClipboard_5_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.copyToClipboard($event)); });
|
|
209
209
|
i0.ɵɵelementEnd()()()();
|
|
210
210
|
} if (rf & 2) {
|
|
211
211
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -218,40 +218,40 @@ function AIAgentRunFormComponentExtended_Conditional_53_Template(rf, ctx) { if (
|
|
|
218
218
|
i0.ɵɵadvance();
|
|
219
219
|
i0.ɵɵproperty("selectedTimelineItem", ctx_r0.selectedTimelineItem);
|
|
220
220
|
} }
|
|
221
|
-
function
|
|
221
|
+
function MJAIAgentRunFormComponentExtended_Conditional_54_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
222
222
|
i0.ɵɵelement(0, "mj-ai-agent-run-visualization", 54, 0);
|
|
223
223
|
} if (rf & 2) {
|
|
224
224
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
225
225
|
i0.ɵɵproperty("aiAgentRunId", ctx_r0.record.ID)("dataHelper", ctx_r0.dataHelper);
|
|
226
226
|
} }
|
|
227
|
-
function
|
|
227
|
+
function MJAIAgentRunFormComponentExtended_Conditional_54_Template(rf, ctx) { if (rf & 1) {
|
|
228
228
|
i0.ɵɵelementStart(0, "div", 34);
|
|
229
|
-
i0.ɵɵconditionalCreate(1,
|
|
229
|
+
i0.ɵɵconditionalCreate(1, MJAIAgentRunFormComponentExtended_Conditional_54_Conditional_1_Template, 2, 2, "mj-ai-agent-run-visualization", 54);
|
|
230
230
|
i0.ɵɵelementEnd();
|
|
231
231
|
} if (rf & 2) {
|
|
232
232
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
233
233
|
i0.ɵɵadvance();
|
|
234
234
|
i0.ɵɵconditional(ctx_r0.visualizationLoaded ? 1 : -1);
|
|
235
235
|
} }
|
|
236
|
-
function
|
|
236
|
+
function MJAIAgentRunFormComponentExtended_Conditional_55_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
237
237
|
i0.ɵɵelement(0, "mj-ai-agent-run-analytics", 55, 1);
|
|
238
238
|
} if (rf & 2) {
|
|
239
239
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
240
240
|
i0.ɵɵproperty("agentRunId", ctx_r0.record.ID);
|
|
241
241
|
} }
|
|
242
|
-
function
|
|
242
|
+
function MJAIAgentRunFormComponentExtended_Conditional_55_Template(rf, ctx) { if (rf & 1) {
|
|
243
243
|
i0.ɵɵelementStart(0, "div", 34);
|
|
244
|
-
i0.ɵɵconditionalCreate(1,
|
|
244
|
+
i0.ɵɵconditionalCreate(1, MJAIAgentRunFormComponentExtended_Conditional_55_Conditional_1_Template, 2, 1, "mj-ai-agent-run-analytics", 55);
|
|
245
245
|
i0.ɵɵelementEnd();
|
|
246
246
|
} if (rf & 2) {
|
|
247
247
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
248
248
|
i0.ɵɵadvance();
|
|
249
249
|
i0.ɵɵconditional(ctx_r0.analyticsLoaded ? 1 : -1);
|
|
250
250
|
} }
|
|
251
|
-
function
|
|
251
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
252
252
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
253
253
|
i0.ɵɵelementStart(0, "a", 36);
|
|
254
|
-
i0.ɵɵlistener("click", function
|
|
254
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_11_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: AI Agent Runs", ctx_r0.record.ParentRunID)); });
|
|
255
255
|
i0.ɵɵtext(1);
|
|
256
256
|
i0.ɵɵelementEnd();
|
|
257
257
|
} if (rf & 2) {
|
|
@@ -259,15 +259,15 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditiona
|
|
|
259
259
|
i0.ɵɵadvance();
|
|
260
260
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.ParentRunID, " ");
|
|
261
261
|
} }
|
|
262
|
-
function
|
|
262
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
263
263
|
i0.ɵɵelementStart(0, "span");
|
|
264
264
|
i0.ɵɵtext(1, "None (Root)");
|
|
265
265
|
i0.ɵɵelementEnd();
|
|
266
266
|
} }
|
|
267
|
-
function
|
|
267
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
268
268
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
269
269
|
i0.ɵɵelementStart(0, "a", 36);
|
|
270
|
-
i0.ɵɵlistener("click", function
|
|
270
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_17_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: AI Agent Runs", ctx_r0.record.LastRunID)); });
|
|
271
271
|
i0.ɵɵtext(1);
|
|
272
272
|
i0.ɵɵelementEnd();
|
|
273
273
|
} if (rf & 2) {
|
|
@@ -275,15 +275,15 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditiona
|
|
|
275
275
|
i0.ɵɵadvance();
|
|
276
276
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.LastRunID, " ");
|
|
277
277
|
} }
|
|
278
|
-
function
|
|
278
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
279
279
|
i0.ɵɵelementStart(0, "span");
|
|
280
280
|
i0.ɵɵtext(1, "None");
|
|
281
281
|
i0.ɵɵelementEnd();
|
|
282
282
|
} }
|
|
283
|
-
function
|
|
283
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
284
284
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
285
285
|
i0.ɵɵelementStart(0, "a", 36);
|
|
286
|
-
i0.ɵɵlistener("click", function
|
|
286
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_23_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: Conversations", ctx_r0.record.ConversationID)); });
|
|
287
287
|
i0.ɵɵtext(1);
|
|
288
288
|
i0.ɵɵelementEnd();
|
|
289
289
|
} if (rf & 2) {
|
|
@@ -291,15 +291,15 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditiona
|
|
|
291
291
|
i0.ɵɵadvance();
|
|
292
292
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.ConversationID, " ");
|
|
293
293
|
} }
|
|
294
|
-
function
|
|
294
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
295
295
|
i0.ɵɵelementStart(0, "span");
|
|
296
296
|
i0.ɵɵtext(1, "N/A");
|
|
297
297
|
i0.ɵɵelementEnd();
|
|
298
298
|
} }
|
|
299
|
-
function
|
|
299
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
300
300
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
301
301
|
i0.ɵɵelementStart(0, "a", 36);
|
|
302
|
-
i0.ɵɵlistener("click", function
|
|
302
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_29_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r11); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: Users", ctx_r0.record.UserID)); });
|
|
303
303
|
i0.ɵɵtext(1);
|
|
304
304
|
i0.ɵɵelementEnd();
|
|
305
305
|
} if (rf & 2) {
|
|
@@ -307,47 +307,47 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditiona
|
|
|
307
307
|
i0.ɵɵadvance();
|
|
308
308
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.User || "N/A", " ");
|
|
309
309
|
} }
|
|
310
|
-
function
|
|
310
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_30_Template(rf, ctx) { if (rf & 1) {
|
|
311
311
|
i0.ɵɵelementStart(0, "span");
|
|
312
312
|
i0.ɵɵtext(1, "N/A");
|
|
313
313
|
i0.ɵɵelementEnd();
|
|
314
314
|
} }
|
|
315
|
-
function
|
|
315
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
316
316
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
317
317
|
i0.ɵɵelementStart(0, "div", 67)(1, "div", 68)(2, "label");
|
|
318
318
|
i0.ɵɵtext(3, "Agent");
|
|
319
319
|
i0.ɵɵelementEnd();
|
|
320
320
|
i0.ɵɵelementStart(4, "span")(5, "a", 36);
|
|
321
|
-
i0.ɵɵlistener("click", function
|
|
321
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Template_a_click_5_listener() { i0.ɵɵrestoreView(_r7); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: AI Agents", ctx_r0.record.AgentID)); });
|
|
322
322
|
i0.ɵɵtext(6);
|
|
323
323
|
i0.ɵɵelementEnd()()();
|
|
324
324
|
i0.ɵɵelementStart(7, "div", 68)(8, "label");
|
|
325
325
|
i0.ɵɵtext(9, "Parent Run ID");
|
|
326
326
|
i0.ɵɵelementEnd();
|
|
327
327
|
i0.ɵɵelementStart(10, "span");
|
|
328
|
-
i0.ɵɵconditionalCreate(11,
|
|
329
|
-
i0.ɵɵconditionalCreate(12,
|
|
328
|
+
i0.ɵɵconditionalCreate(11, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_11_Template, 2, 1, "a", 69);
|
|
329
|
+
i0.ɵɵconditionalCreate(12, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_12_Template, 2, 0, "span");
|
|
330
330
|
i0.ɵɵelementEnd()();
|
|
331
331
|
i0.ɵɵelementStart(13, "div", 68)(14, "label");
|
|
332
332
|
i0.ɵɵtext(15, "Last Run ID");
|
|
333
333
|
i0.ɵɵelementEnd();
|
|
334
334
|
i0.ɵɵelementStart(16, "span");
|
|
335
|
-
i0.ɵɵconditionalCreate(17,
|
|
336
|
-
i0.ɵɵconditionalCreate(18,
|
|
335
|
+
i0.ɵɵconditionalCreate(17, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_17_Template, 2, 1, "a", 69);
|
|
336
|
+
i0.ɵɵconditionalCreate(18, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_18_Template, 2, 0, "span");
|
|
337
337
|
i0.ɵɵelementEnd()();
|
|
338
338
|
i0.ɵɵelementStart(19, "div", 68)(20, "label");
|
|
339
339
|
i0.ɵɵtext(21, "Conversation ID");
|
|
340
340
|
i0.ɵɵelementEnd();
|
|
341
341
|
i0.ɵɵelementStart(22, "span");
|
|
342
|
-
i0.ɵɵconditionalCreate(23,
|
|
343
|
-
i0.ɵɵconditionalCreate(24,
|
|
342
|
+
i0.ɵɵconditionalCreate(23, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_23_Template, 2, 1, "a", 69);
|
|
343
|
+
i0.ɵɵconditionalCreate(24, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_24_Template, 2, 0, "span");
|
|
344
344
|
i0.ɵɵelementEnd()();
|
|
345
345
|
i0.ɵɵelementStart(25, "div", 68)(26, "label");
|
|
346
346
|
i0.ɵɵtext(27, "User");
|
|
347
347
|
i0.ɵɵelementEnd();
|
|
348
348
|
i0.ɵɵelementStart(28, "span");
|
|
349
|
-
i0.ɵɵconditionalCreate(29,
|
|
350
|
-
i0.ɵɵconditionalCreate(30,
|
|
349
|
+
i0.ɵɵconditionalCreate(29, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_29_Template, 2, 1, "a", 69);
|
|
350
|
+
i0.ɵɵconditionalCreate(30, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Conditional_30_Template, 2, 0, "span");
|
|
351
351
|
i0.ɵɵelementEnd()()();
|
|
352
352
|
} if (rf & 2) {
|
|
353
353
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
@@ -370,10 +370,10 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Template(r
|
|
|
370
370
|
i0.ɵɵadvance();
|
|
371
371
|
i0.ɵɵconditional(!ctx_r0.record.UserID ? 30 : -1);
|
|
372
372
|
} }
|
|
373
|
-
function
|
|
373
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
374
374
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
375
375
|
i0.ɵɵelementStart(0, "a", 36);
|
|
376
|
-
i0.ɵɵlistener("click", function
|
|
376
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_5_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: AI Models", ctx_r0.record.OverrideModelID)); });
|
|
377
377
|
i0.ɵɵtext(1);
|
|
378
378
|
i0.ɵɵelementEnd();
|
|
379
379
|
} if (rf & 2) {
|
|
@@ -381,15 +381,15 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditiona
|
|
|
381
381
|
i0.ɵɵadvance();
|
|
382
382
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.OverrideModel || "N/A", " ");
|
|
383
383
|
} }
|
|
384
|
-
function
|
|
384
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
385
385
|
i0.ɵɵelementStart(0, "span");
|
|
386
386
|
i0.ɵɵtext(1, "N/A");
|
|
387
387
|
i0.ɵɵelementEnd();
|
|
388
388
|
} }
|
|
389
|
-
function
|
|
389
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
390
390
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
391
391
|
i0.ɵɵelementStart(0, "a", 36);
|
|
392
|
-
i0.ɵɵlistener("click", function
|
|
392
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_11_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r13); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.openEntityRecord("MJ: AI Vendors", ctx_r0.record.OverrideVendorID)); });
|
|
393
393
|
i0.ɵɵtext(1);
|
|
394
394
|
i0.ɵɵelementEnd();
|
|
395
395
|
} if (rf & 2) {
|
|
@@ -397,25 +397,25 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditiona
|
|
|
397
397
|
i0.ɵɵadvance();
|
|
398
398
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.record.OverrideVendor || "N/A", " ");
|
|
399
399
|
} }
|
|
400
|
-
function
|
|
400
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
401
401
|
i0.ɵɵelementStart(0, "span");
|
|
402
402
|
i0.ɵɵtext(1, "N/A");
|
|
403
403
|
i0.ɵɵelementEnd();
|
|
404
404
|
} }
|
|
405
|
-
function
|
|
405
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
406
406
|
i0.ɵɵelementStart(0, "div", 67)(1, "div", 68)(2, "label");
|
|
407
407
|
i0.ɵɵtext(3, "Override Model");
|
|
408
408
|
i0.ɵɵelementEnd();
|
|
409
409
|
i0.ɵɵelementStart(4, "span");
|
|
410
|
-
i0.ɵɵconditionalCreate(5,
|
|
411
|
-
i0.ɵɵconditionalCreate(6,
|
|
410
|
+
i0.ɵɵconditionalCreate(5, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_5_Template, 2, 1, "a", 69);
|
|
411
|
+
i0.ɵɵconditionalCreate(6, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_6_Template, 2, 0, "span");
|
|
412
412
|
i0.ɵɵelementEnd()();
|
|
413
413
|
i0.ɵɵelementStart(7, "div", 68)(8, "label");
|
|
414
414
|
i0.ɵɵtext(9, "Override Vendor");
|
|
415
415
|
i0.ɵɵelementEnd();
|
|
416
416
|
i0.ɵɵelementStart(10, "span");
|
|
417
|
-
i0.ɵɵconditionalCreate(11,
|
|
418
|
-
i0.ɵɵconditionalCreate(12,
|
|
417
|
+
i0.ɵɵconditionalCreate(11, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_11_Template, 2, 1, "a", 69);
|
|
418
|
+
i0.ɵɵconditionalCreate(12, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Conditional_12_Template, 2, 0, "span");
|
|
419
419
|
i0.ɵɵelementEnd()();
|
|
420
420
|
i0.ɵɵelementStart(13, "div", 68)(14, "label");
|
|
421
421
|
i0.ɵɵtext(15, "Verbose Logging");
|
|
@@ -436,22 +436,22 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Template(r
|
|
|
436
436
|
i0.ɵɵadvance(5);
|
|
437
437
|
i0.ɵɵtextInterpolate(ctx_r0.record.Verbose ? "Yes" : "No");
|
|
438
438
|
} }
|
|
439
|
-
function
|
|
439
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
440
440
|
i0.ɵɵelementStart(0, "span");
|
|
441
441
|
i0.ɵɵtext(1, "In Progress");
|
|
442
442
|
i0.ɵɵelementEnd();
|
|
443
443
|
} }
|
|
444
|
-
function
|
|
444
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
445
445
|
i0.ɵɵelementStart(0, "span", 70);
|
|
446
446
|
i0.ɵɵtext(1, "Yes");
|
|
447
447
|
i0.ɵɵelementEnd();
|
|
448
448
|
} }
|
|
449
|
-
function
|
|
449
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
450
450
|
i0.ɵɵelementStart(0, "span", 71);
|
|
451
451
|
i0.ɵɵtext(1, "No");
|
|
452
452
|
i0.ɵɵelementEnd();
|
|
453
453
|
} }
|
|
454
|
-
function
|
|
454
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
455
455
|
i0.ɵɵelementStart(0, "div", 72)(1, "label");
|
|
456
456
|
i0.ɵɵtext(2, "Message");
|
|
457
457
|
i0.ɵɵelementEnd();
|
|
@@ -463,7 +463,7 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditiona
|
|
|
463
463
|
i0.ɵɵadvance(4);
|
|
464
464
|
i0.ɵɵtextInterpolate(ctx_r0.record.Message);
|
|
465
465
|
} }
|
|
466
|
-
function
|
|
466
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
467
467
|
i0.ɵɵelementStart(0, "div", 72)(1, "label");
|
|
468
468
|
i0.ɵɵtext(2, "Error Message");
|
|
469
469
|
i0.ɵɵelementEnd();
|
|
@@ -475,7 +475,7 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditiona
|
|
|
475
475
|
i0.ɵɵadvance(4);
|
|
476
476
|
i0.ɵɵtextInterpolate(ctx_r0.record.ErrorMessage);
|
|
477
477
|
} }
|
|
478
|
-
function
|
|
478
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
479
479
|
i0.ɵɵelementStart(0, "div", 67)(1, "div", 68)(2, "label");
|
|
480
480
|
i0.ɵɵtext(3, "Status");
|
|
481
481
|
i0.ɵɵelementEnd();
|
|
@@ -485,10 +485,10 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Template(r
|
|
|
485
485
|
i0.ɵɵelementStart(6, "div", 68)(7, "label");
|
|
486
486
|
i0.ɵɵtext(8, "Success");
|
|
487
487
|
i0.ɵɵelementEnd();
|
|
488
|
-
i0.ɵɵconditionalCreate(9,
|
|
488
|
+
i0.ɵɵconditionalCreate(9, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_9_Template, 2, 0, "span")(10, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_10_Template, 2, 0, "span", 70)(11, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_11_Template, 2, 0, "span", 71);
|
|
489
489
|
i0.ɵɵelementEnd();
|
|
490
|
-
i0.ɵɵconditionalCreate(12,
|
|
491
|
-
i0.ɵɵconditionalCreate(13,
|
|
490
|
+
i0.ɵɵconditionalCreate(12, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_12_Template, 5, 1, "div", 72);
|
|
491
|
+
i0.ɵɵconditionalCreate(13, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Conditional_13_Template, 5, 1, "div", 72);
|
|
492
492
|
i0.ɵɵelementEnd();
|
|
493
493
|
} if (rf & 2) {
|
|
494
494
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
@@ -503,7 +503,7 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Template(r
|
|
|
503
503
|
i0.ɵɵadvance();
|
|
504
504
|
i0.ɵɵconditional(ctx_r0.record.ErrorMessage ? 13 : -1);
|
|
505
505
|
} }
|
|
506
|
-
function
|
|
506
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_9_Template(rf, ctx) { if (rf & 1) {
|
|
507
507
|
i0.ɵɵelementStart(0, "div", 67)(1, "div", 68)(2, "label");
|
|
508
508
|
i0.ɵɵtext(3, "Total Tokens Used");
|
|
509
509
|
i0.ɵɵelementEnd();
|
|
@@ -552,154 +552,154 @@ function AIAgentRunFormComponentExtended_Conditional_56_ng_template_9_Template(r
|
|
|
552
552
|
i0.ɵɵadvance(6);
|
|
553
553
|
i0.ɵɵtextInterpolate(ctx_r0.record.TotalPromptIterations != null ? i0.ɵɵpipeBind2(30, 17, ctx_r0.record.TotalPromptIterations, "1.0-0") : "N/A");
|
|
554
554
|
} }
|
|
555
|
-
function
|
|
555
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_ng_template_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
556
556
|
i0.ɵɵelement(0, "mj-code-editor", 75);
|
|
557
557
|
} if (rf & 2) {
|
|
558
558
|
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
559
559
|
i0.ɵɵproperty("ngModel", ctx_r0.parsedResult)("language", "json")("readonly", true);
|
|
560
560
|
} }
|
|
561
|
-
function
|
|
561
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_ng_template_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
562
562
|
i0.ɵɵelementStart(0, "div", 76);
|
|
563
563
|
i0.ɵɵelement(1, "i", 43);
|
|
564
564
|
i0.ɵɵtext(2, " Loading result data... ");
|
|
565
565
|
i0.ɵɵelementEnd();
|
|
566
566
|
} }
|
|
567
|
-
function
|
|
567
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
568
568
|
i0.ɵɵelementStart(0, "div", 74);
|
|
569
|
-
i0.ɵɵconditionalCreate(1,
|
|
569
|
+
i0.ɵɵconditionalCreate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_ng_template_1_Conditional_1_Template, 1, 3, "mj-code-editor", 75)(2, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_ng_template_1_Conditional_2_Template, 3, 0, "div", 76);
|
|
570
570
|
i0.ɵɵelementEnd();
|
|
571
571
|
} if (rf & 2) {
|
|
572
572
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
573
573
|
i0.ɵɵadvance();
|
|
574
574
|
i0.ɵɵconditional(ctx_r0.isParsingComplete ? 1 : 2);
|
|
575
575
|
} }
|
|
576
|
-
function
|
|
576
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
577
577
|
i0.ɵɵelementStart(0, "kendo-panelbar-item", 62);
|
|
578
|
-
i0.ɵɵtemplate(1,
|
|
578
|
+
i0.ɵɵtemplate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_ng_template_1_Template, 3, 1, "ng-template", 58);
|
|
579
579
|
i0.ɵɵelementEnd();
|
|
580
580
|
} }
|
|
581
|
-
function
|
|
581
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_ng_template_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
582
582
|
i0.ɵɵelement(0, "mj-code-editor", 75);
|
|
583
583
|
} if (rf & 2) {
|
|
584
584
|
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
585
585
|
i0.ɵɵproperty("ngModel", ctx_r0.parsedStartingPayload)("language", "json")("readonly", true);
|
|
586
586
|
} }
|
|
587
|
-
function
|
|
587
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_ng_template_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
588
588
|
i0.ɵɵelementStart(0, "div", 76);
|
|
589
589
|
i0.ɵɵelement(1, "i", 43);
|
|
590
590
|
i0.ɵɵtext(2, " Loading payload data... ");
|
|
591
591
|
i0.ɵɵelementEnd();
|
|
592
592
|
} }
|
|
593
|
-
function
|
|
593
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
594
594
|
i0.ɵɵelementStart(0, "div", 74);
|
|
595
|
-
i0.ɵɵconditionalCreate(1,
|
|
595
|
+
i0.ɵɵconditionalCreate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_ng_template_1_Conditional_1_Template, 1, 3, "mj-code-editor", 75)(2, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_ng_template_1_Conditional_2_Template, 3, 0, "div", 76);
|
|
596
596
|
i0.ɵɵelementEnd();
|
|
597
597
|
} if (rf & 2) {
|
|
598
598
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
599
599
|
i0.ɵɵadvance();
|
|
600
600
|
i0.ɵɵconditional(ctx_r0.isParsingComplete ? 1 : 2);
|
|
601
601
|
} }
|
|
602
|
-
function
|
|
602
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
603
603
|
i0.ɵɵelementStart(0, "kendo-panelbar-item", 63);
|
|
604
|
-
i0.ɵɵtemplate(1,
|
|
604
|
+
i0.ɵɵtemplate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_ng_template_1_Template, 3, 1, "ng-template", 58);
|
|
605
605
|
i0.ɵɵelementEnd();
|
|
606
606
|
} }
|
|
607
|
-
function
|
|
607
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_ng_template_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
608
608
|
i0.ɵɵelement(0, "mj-code-editor", 75);
|
|
609
609
|
} if (rf & 2) {
|
|
610
610
|
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
611
611
|
i0.ɵɵproperty("ngModel", ctx_r0.parsedData)("language", "json")("readonly", true);
|
|
612
612
|
} }
|
|
613
|
-
function
|
|
613
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_ng_template_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
614
614
|
i0.ɵɵelementStart(0, "div", 76);
|
|
615
615
|
i0.ɵɵelement(1, "i", 43);
|
|
616
616
|
i0.ɵɵtext(2, " Loading execution data... ");
|
|
617
617
|
i0.ɵɵelementEnd();
|
|
618
618
|
} }
|
|
619
|
-
function
|
|
619
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
620
620
|
i0.ɵɵelementStart(0, "div", 74);
|
|
621
|
-
i0.ɵɵconditionalCreate(1,
|
|
621
|
+
i0.ɵɵconditionalCreate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_ng_template_1_Conditional_1_Template, 1, 3, "mj-code-editor", 75)(2, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_ng_template_1_Conditional_2_Template, 3, 0, "div", 76);
|
|
622
622
|
i0.ɵɵelementEnd();
|
|
623
623
|
} if (rf & 2) {
|
|
624
624
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
625
625
|
i0.ɵɵadvance();
|
|
626
626
|
i0.ɵɵconditional(ctx_r0.isParsingComplete ? 1 : 2);
|
|
627
627
|
} }
|
|
628
|
-
function
|
|
628
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
629
629
|
i0.ɵɵelementStart(0, "kendo-panelbar-item", 64);
|
|
630
|
-
i0.ɵɵtemplate(1,
|
|
630
|
+
i0.ɵɵtemplate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_ng_template_1_Template, 3, 1, "ng-template", 58);
|
|
631
631
|
i0.ɵɵelementEnd();
|
|
632
632
|
} }
|
|
633
|
-
function
|
|
633
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_ng_template_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
634
634
|
i0.ɵɵelement(0, "mj-code-editor", 75);
|
|
635
635
|
} if (rf & 2) {
|
|
636
636
|
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
637
637
|
i0.ɵɵproperty("ngModel", ctx_r0.parsedFinalPayload)("language", "json")("readonly", true);
|
|
638
638
|
} }
|
|
639
|
-
function
|
|
639
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_ng_template_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
640
640
|
i0.ɵɵelementStart(0, "div", 76);
|
|
641
641
|
i0.ɵɵelement(1, "i", 43);
|
|
642
642
|
i0.ɵɵtext(2, " Loading final payload data... ");
|
|
643
643
|
i0.ɵɵelementEnd();
|
|
644
644
|
} }
|
|
645
|
-
function
|
|
645
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
646
646
|
i0.ɵɵelementStart(0, "div", 74);
|
|
647
|
-
i0.ɵɵconditionalCreate(1,
|
|
647
|
+
i0.ɵɵconditionalCreate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_ng_template_1_Conditional_1_Template, 1, 3, "mj-code-editor", 75)(2, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_ng_template_1_Conditional_2_Template, 3, 0, "div", 76);
|
|
648
648
|
i0.ɵɵelementEnd();
|
|
649
649
|
} if (rf & 2) {
|
|
650
650
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
651
651
|
i0.ɵɵadvance();
|
|
652
652
|
i0.ɵɵconditional(ctx_r0.isParsingComplete ? 1 : 2);
|
|
653
653
|
} }
|
|
654
|
-
function
|
|
654
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
655
655
|
i0.ɵɵelementStart(0, "kendo-panelbar-item", 65);
|
|
656
|
-
i0.ɵɵtemplate(1,
|
|
656
|
+
i0.ɵɵtemplate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_ng_template_1_Template, 3, 1, "ng-template", 58);
|
|
657
657
|
i0.ɵɵelementEnd();
|
|
658
658
|
} }
|
|
659
|
-
function
|
|
659
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_ng_template_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
660
660
|
i0.ɵɵelement(0, "mj-deep-diff", 78);
|
|
661
661
|
} if (rf & 2) {
|
|
662
662
|
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
663
663
|
i0.ɵɵproperty("oldValue", ctx_r0.startingPayloadObject)("newValue", ctx_r0.finalPayloadObject)("title", "")("showSummary", true)("showUnchanged", false)("expandAll", false)("maxDepth", 10)("maxStringLength", 200)("treatNullAsUndefined", true);
|
|
664
664
|
} }
|
|
665
|
-
function
|
|
665
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_ng_template_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
666
666
|
i0.ɵɵelementStart(0, "div", 76);
|
|
667
667
|
i0.ɵɵelement(1, "i", 43);
|
|
668
668
|
i0.ɵɵtext(2, " Loading payload diff... ");
|
|
669
669
|
i0.ɵɵelementEnd();
|
|
670
670
|
} }
|
|
671
|
-
function
|
|
671
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
672
672
|
i0.ɵɵelementStart(0, "div", 77);
|
|
673
|
-
i0.ɵɵconditionalCreate(1,
|
|
673
|
+
i0.ɵɵconditionalCreate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_ng_template_1_Conditional_1_Template, 1, 9, "mj-deep-diff", 78)(2, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_ng_template_1_Conditional_2_Template, 3, 0, "div", 76);
|
|
674
674
|
i0.ɵɵelementEnd();
|
|
675
675
|
} if (rf & 2) {
|
|
676
676
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
677
677
|
i0.ɵɵadvance();
|
|
678
678
|
i0.ɵɵconditional(ctx_r0.isParsingComplete ? 1 : 2);
|
|
679
679
|
} }
|
|
680
|
-
function
|
|
680
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
681
681
|
i0.ɵɵelementStart(0, "kendo-panelbar-item", 66);
|
|
682
|
-
i0.ɵɵtemplate(1,
|
|
682
|
+
i0.ɵɵtemplate(1, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_ng_template_1_Template, 3, 1, "ng-template", 58);
|
|
683
683
|
i0.ɵɵelementEnd();
|
|
684
684
|
} }
|
|
685
|
-
function
|
|
685
|
+
function MJAIAgentRunFormComponentExtended_Conditional_56_Template(rf, ctx) { if (rf & 1) {
|
|
686
686
|
i0.ɵɵelementStart(0, "div", 35)(1, "kendo-panelbar", 56)(2, "kendo-panelbar-item", 57);
|
|
687
|
-
i0.ɵɵtemplate(3,
|
|
687
|
+
i0.ɵɵtemplate(3, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_3_Template, 31, 9, "ng-template", 58);
|
|
688
688
|
i0.ɵɵelementEnd();
|
|
689
689
|
i0.ɵɵelementStart(4, "kendo-panelbar-item", 59);
|
|
690
|
-
i0.ɵɵtemplate(5,
|
|
690
|
+
i0.ɵɵtemplate(5, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_5_Template, 18, 5, "ng-template", 58);
|
|
691
691
|
i0.ɵɵelementEnd();
|
|
692
692
|
i0.ɵɵelementStart(6, "kendo-panelbar-item", 60);
|
|
693
|
-
i0.ɵɵtemplate(7,
|
|
693
|
+
i0.ɵɵtemplate(7, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_7_Template, 14, 5, "ng-template", 58);
|
|
694
694
|
i0.ɵɵelementEnd();
|
|
695
695
|
i0.ɵɵelementStart(8, "kendo-panelbar-item", 61);
|
|
696
|
-
i0.ɵɵtemplate(9,
|
|
696
|
+
i0.ɵɵtemplate(9, MJAIAgentRunFormComponentExtended_Conditional_56_ng_template_9_Template, 31, 20, "ng-template", 58);
|
|
697
697
|
i0.ɵɵelementEnd();
|
|
698
|
-
i0.ɵɵconditionalCreate(10,
|
|
699
|
-
i0.ɵɵconditionalCreate(11,
|
|
700
|
-
i0.ɵɵconditionalCreate(12,
|
|
701
|
-
i0.ɵɵconditionalCreate(13,
|
|
702
|
-
i0.ɵɵconditionalCreate(14,
|
|
698
|
+
i0.ɵɵconditionalCreate(10, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_10_Template, 2, 0, "kendo-panelbar-item", 62);
|
|
699
|
+
i0.ɵɵconditionalCreate(11, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_11_Template, 2, 0, "kendo-panelbar-item", 63);
|
|
700
|
+
i0.ɵɵconditionalCreate(12, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_12_Template, 2, 0, "kendo-panelbar-item", 64);
|
|
701
|
+
i0.ɵɵconditionalCreate(13, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_13_Template, 2, 0, "kendo-panelbar-item", 65);
|
|
702
|
+
i0.ɵɵconditionalCreate(14, MJAIAgentRunFormComponentExtended_Conditional_56_Conditional_14_Template, 2, 0, "kendo-panelbar-item", 66);
|
|
703
703
|
i0.ɵɵelementEnd()();
|
|
704
704
|
} if (rf & 2) {
|
|
705
705
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -718,7 +718,7 @@ function AIAgentRunFormComponentExtended_Conditional_56_Template(rf, ctx) { if (
|
|
|
718
718
|
i0.ɵɵadvance();
|
|
719
719
|
i0.ɵɵconditional(ctx_r0.showPayloadDiff ? 14 : -1);
|
|
720
720
|
} }
|
|
721
|
-
let
|
|
721
|
+
let MJAIAgentRunFormComponentExtended = class MJAIAgentRunFormComponentExtended extends MJAIAgentRunFormComponent {
|
|
722
722
|
constructor() {
|
|
723
723
|
super(...arguments);
|
|
724
724
|
this.destroy$ = new Subject();
|
|
@@ -1256,37 +1256,37 @@ let AIAgentRunFormComponentExtended = class AIAgentRunFormComponentExtended exte
|
|
|
1256
1256
|
return null;
|
|
1257
1257
|
}
|
|
1258
1258
|
}
|
|
1259
|
-
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵ
|
|
1260
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
1259
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJAIAgentRunFormComponentExtended_BaseFactory; return function MJAIAgentRunFormComponentExtended_Factory(__ngFactoryType__) { return (ɵMJAIAgentRunFormComponentExtended_BaseFactory || (ɵMJAIAgentRunFormComponentExtended_BaseFactory = i0.ɵɵgetInheritedFactory(MJAIAgentRunFormComponentExtended)))(__ngFactoryType__ || MJAIAgentRunFormComponentExtended); }; })(); }
|
|
1260
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJAIAgentRunFormComponentExtended, selectors: [["mj-ai-agent-run-form"]], viewQuery: function MJAIAgentRunFormComponentExtended_Query(rf, ctx) { if (rf & 1) {
|
|
1261
1261
|
i0.ɵɵviewQuery(AIAgentRunTimelineComponent, 5)(AIAgentRunAnalyticsComponent, 5)(AIAgentRunVisualizationComponent, 5);
|
|
1262
1262
|
} if (rf & 2) {
|
|
1263
1263
|
let _t;
|
|
1264
1264
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.timelineComponent = _t.first);
|
|
1265
1265
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.analyticsComponent = _t.first);
|
|
1266
1266
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.visualizationComponent = _t.first);
|
|
1267
|
-
} }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 57, vars: 33, consts: [["visualizationComponent", ""], ["analyticsComponent", ""], [1, "record-form-container", "ai-agent-run-form"], [1, "record-form"], [1, "header"], [1, "header-content"], [1, "header-left"], [1, "icon-wrapper"], [1, "agent-logo", 3, "src", "alt"], [1, "fas", 3, "ngClass"], [1, "fas", "fa-robot"], [1, "header-info"], [1, "meta-info"], [1, "agent-name"], [1, "run-id"], [1, "parent-run"], ["title", "Open conversation in Chat app", 1, "conversation-pill"], [1, "header-right"], [1, "status-badge"], [1, "header-actions"], ["title", "Refresh", 1, "btn-icon", 3, "click"], [1, "fas", "fa-sync-alt"], [1, "header-stats"], [1, "stat"], [1, "label"], [1, "value"], [1, "configuration-bar"], [1, "tabs"], [1, "tab", 3, "click"], [1, "fas", "fa-stream"], [1, "fas", "fa-diagram-project"], [1, "fas", "fa-chart-line"], [1, "fas", "fa-info-circle"], [1, "content-area"], [1, "tab-content", 2, "height", "100%"], [1, "tab-content"], ["href", "javascript:void(0)", 1, "entity-link", 3, "click"], [1, "fas", "fa-level-up-alt"], [1, "parent-link", 3, "click"], ["title", "Open conversation in Chat app", 1, "conversation-pill", 3, "click"], [1, "fas", "fa-comments"], [1, "fas", "fa-external-link-alt", "pill-action"], [1, "value", "loading"], [1, "fas", "fa-spinner", "fa-spin"], [1, "config-item"], [1, "fas", "fa-cog"], [1, "config-content"], [1, "config-label"], [1, "config-value"], ["orientation", "horizontal", 2, "height", "100%"], [3, "min"], [3, "itemSelected", "navigateToEntity", "agentRunCompleted", "aiAgentRunId", "dataHelper", "autoRefresh", "refreshInterval"], [3, "size", "min", "collapsed"], [3, "closePanel", "navigateToActionLog", "copyToClipboard", "selectedTimelineItem"], [3, "aiAgentRunId", "dataHelper"], [3, "agentRunId"], [3, "keepItemContent"], ["title", "General Information", 3, "expanded"], ["kendoPanelBarContent", ""], ["title", "Execution Settings"], ["title", "Execution Status"], ["title", "Usage & Cost"], ["title", "Result"], ["title", "Starting Payload"], ["title", "Execution Data"], ["title", "Final Payload"], ["title", "Payload Diff"], [1, "details-grid"], [1, "detail-item"], ["href", "javascript:void(0)", 1, "entity-link"], [1, "success"], [1, "error-message"], [1, "detail-item", "full-width"], [1, "message"], [1, "result-viewer"], [2, "height", "300px", "width", "100%", 3, "ngModel", "language", "readonly"], [2, "padding", "20px", "text-align", "center", "color", "#666"], [2, "padding", "20px", "background", "#f8f9fa"], [3, "oldValue", "newValue", "title", "showSummary", "showUnchanged", "expandAll", "maxDepth", "maxStringLength", "treatNullAsUndefined"]], template: function
|
|
1267
|
+
} }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 57, vars: 33, consts: [["visualizationComponent", ""], ["analyticsComponent", ""], [1, "record-form-container", "ai-agent-run-form"], [1, "record-form"], [1, "header"], [1, "header-content"], [1, "header-left"], [1, "icon-wrapper"], [1, "agent-logo", 3, "src", "alt"], [1, "fas", 3, "ngClass"], [1, "fas", "fa-robot"], [1, "header-info"], [1, "meta-info"], [1, "agent-name"], [1, "run-id"], [1, "parent-run"], ["title", "Open conversation in Chat app", 1, "conversation-pill"], [1, "header-right"], [1, "status-badge"], [1, "header-actions"], ["title", "Refresh", 1, "btn-icon", 3, "click"], [1, "fas", "fa-sync-alt"], [1, "header-stats"], [1, "stat"], [1, "label"], [1, "value"], [1, "configuration-bar"], [1, "tabs"], [1, "tab", 3, "click"], [1, "fas", "fa-stream"], [1, "fas", "fa-diagram-project"], [1, "fas", "fa-chart-line"], [1, "fas", "fa-info-circle"], [1, "content-area"], [1, "tab-content", 2, "height", "100%"], [1, "tab-content"], ["href", "javascript:void(0)", 1, "entity-link", 3, "click"], [1, "fas", "fa-level-up-alt"], [1, "parent-link", 3, "click"], ["title", "Open conversation in Chat app", 1, "conversation-pill", 3, "click"], [1, "fas", "fa-comments"], [1, "fas", "fa-external-link-alt", "pill-action"], [1, "value", "loading"], [1, "fas", "fa-spinner", "fa-spin"], [1, "config-item"], [1, "fas", "fa-cog"], [1, "config-content"], [1, "config-label"], [1, "config-value"], ["orientation", "horizontal", 2, "height", "100%"], [3, "min"], [3, "itemSelected", "navigateToEntity", "agentRunCompleted", "aiAgentRunId", "dataHelper", "autoRefresh", "refreshInterval"], [3, "size", "min", "collapsed"], [3, "closePanel", "navigateToActionLog", "copyToClipboard", "selectedTimelineItem"], [3, "aiAgentRunId", "dataHelper"], [3, "agentRunId"], [3, "keepItemContent"], ["title", "General Information", 3, "expanded"], ["kendoPanelBarContent", ""], ["title", "Execution Settings"], ["title", "Execution Status"], ["title", "Usage & Cost"], ["title", "Result"], ["title", "Starting Payload"], ["title", "Execution Data"], ["title", "Final Payload"], ["title", "Payload Diff"], [1, "details-grid"], [1, "detail-item"], ["href", "javascript:void(0)", 1, "entity-link"], [1, "success"], [1, "error-message"], [1, "detail-item", "full-width"], [1, "message"], [1, "result-viewer"], [2, "height", "300px", "width", "100%", 3, "ngModel", "language", "readonly"], [2, "padding", "20px", "text-align", "center", "color", "#666"], [2, "padding", "20px", "background", "#f8f9fa"], [3, "oldValue", "newValue", "title", "showSummary", "showUnchanged", "expandAll", "maxDepth", "maxStringLength", "treatNullAsUndefined"]], template: function MJAIAgentRunFormComponentExtended_Template(rf, ctx) { if (rf & 1) {
|
|
1268
1268
|
i0.ɵɵelementStart(0, "div", 2)(1, "div", 3)(2, "div", 4)(3, "div", 5)(4, "div", 6)(5, "div", 7);
|
|
1269
|
-
i0.ɵɵconditionalCreate(6,
|
|
1270
|
-
i0.ɵɵconditionalCreate(7,
|
|
1271
|
-
i0.ɵɵconditionalCreate(8,
|
|
1269
|
+
i0.ɵɵconditionalCreate(6, MJAIAgentRunFormComponentExtended_Conditional_6_Template, 1, 2, "img", 8);
|
|
1270
|
+
i0.ɵɵconditionalCreate(7, MJAIAgentRunFormComponentExtended_Conditional_7_Template, 1, 1, "i", 9);
|
|
1271
|
+
i0.ɵɵconditionalCreate(8, MJAIAgentRunFormComponentExtended_Conditional_8_Template, 1, 0, "i", 10);
|
|
1272
1272
|
i0.ɵɵelementEnd();
|
|
1273
1273
|
i0.ɵɵelementStart(9, "div", 11)(10, "h2");
|
|
1274
1274
|
i0.ɵɵtext(11, "AI Agent Run");
|
|
1275
1275
|
i0.ɵɵelementEnd();
|
|
1276
1276
|
i0.ɵɵelementStart(12, "div", 12);
|
|
1277
|
-
i0.ɵɵconditionalCreate(13,
|
|
1277
|
+
i0.ɵɵconditionalCreate(13, MJAIAgentRunFormComponentExtended_Conditional_13_Template, 3, 1, "span", 13);
|
|
1278
1278
|
i0.ɵɵelementStart(14, "span", 14);
|
|
1279
1279
|
i0.ɵɵtext(15);
|
|
1280
1280
|
i0.ɵɵelementEnd();
|
|
1281
|
-
i0.ɵɵconditionalCreate(16,
|
|
1282
|
-
i0.ɵɵconditionalCreate(17,
|
|
1281
|
+
i0.ɵɵconditionalCreate(16, MJAIAgentRunFormComponentExtended_Conditional_16_Template, 4, 0, "span", 15);
|
|
1282
|
+
i0.ɵɵconditionalCreate(17, MJAIAgentRunFormComponentExtended_Conditional_17_Template, 5, 0, "span", 16);
|
|
1283
1283
|
i0.ɵɵelementEnd()()();
|
|
1284
1284
|
i0.ɵɵelementStart(18, "div", 17)(19, "div", 18);
|
|
1285
1285
|
i0.ɵɵelement(20, "i", 9);
|
|
1286
1286
|
i0.ɵɵtext(21);
|
|
1287
1287
|
i0.ɵɵelementEnd();
|
|
1288
1288
|
i0.ɵɵelementStart(22, "div", 19)(23, "button", 20);
|
|
1289
|
-
i0.ɵɵlistener("click", function
|
|
1289
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Template_button_click_23_listener() { return ctx.refreshData(); });
|
|
1290
1290
|
i0.ɵɵelement(24, "i", 21);
|
|
1291
1291
|
i0.ɵɵelementEnd()()()();
|
|
1292
1292
|
i0.ɵɵelementStart(25, "div", 22)(26, "div", 23)(27, "span", 24);
|
|
@@ -1296,40 +1296,40 @@ let AIAgentRunFormComponentExtended = class AIAgentRunFormComponentExtended exte
|
|
|
1296
1296
|
i0.ɵɵtext(30);
|
|
1297
1297
|
i0.ɵɵpipe(31, "date");
|
|
1298
1298
|
i0.ɵɵelementEnd()();
|
|
1299
|
-
i0.ɵɵconditionalCreate(32,
|
|
1300
|
-
i0.ɵɵconditionalCreate(33,
|
|
1301
|
-
i0.ɵɵconditionalCreate(34,
|
|
1302
|
-
i0.ɵɵconditionalCreate(35,
|
|
1303
|
-
i0.ɵɵconditionalCreate(36,
|
|
1304
|
-
i0.ɵɵconditionalCreate(37,
|
|
1299
|
+
i0.ɵɵconditionalCreate(32, MJAIAgentRunFormComponentExtended_Conditional_32_Template, 6, 4, "div", 23);
|
|
1300
|
+
i0.ɵɵconditionalCreate(33, MJAIAgentRunFormComponentExtended_Conditional_33_Template, 5, 1, "div", 23);
|
|
1301
|
+
i0.ɵɵconditionalCreate(34, MJAIAgentRunFormComponentExtended_Conditional_34_Template, 5, 5, "div", 23);
|
|
1302
|
+
i0.ɵɵconditionalCreate(35, MJAIAgentRunFormComponentExtended_Conditional_35_Template, 5, 2, "div", 23);
|
|
1303
|
+
i0.ɵɵconditionalCreate(36, MJAIAgentRunFormComponentExtended_Conditional_36_Template, 5, 2, "div", 23);
|
|
1304
|
+
i0.ɵɵconditionalCreate(37, MJAIAgentRunFormComponentExtended_Conditional_37_Template, 5, 1, "div", 23);
|
|
1305
1305
|
i0.ɵɵelementEnd();
|
|
1306
|
-
i0.ɵɵconditionalCreate(38,
|
|
1306
|
+
i0.ɵɵconditionalCreate(38, MJAIAgentRunFormComponentExtended_Conditional_38_Template, 9, 1, "div", 26);
|
|
1307
1307
|
i0.ɵɵelementEnd();
|
|
1308
1308
|
i0.ɵɵelementStart(39, "div", 27)(40, "button", 28);
|
|
1309
|
-
i0.ɵɵlistener("click", function
|
|
1309
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Template_button_click_40_listener() { return ctx.changeTab("timeline"); });
|
|
1310
1310
|
i0.ɵɵelement(41, "i", 29);
|
|
1311
1311
|
i0.ɵɵtext(42, " Timeline ");
|
|
1312
1312
|
i0.ɵɵelementEnd();
|
|
1313
1313
|
i0.ɵɵelementStart(43, "button", 28);
|
|
1314
|
-
i0.ɵɵlistener("click", function
|
|
1314
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Template_button_click_43_listener() { return ctx.changeTab("visualization"); });
|
|
1315
1315
|
i0.ɵɵelement(44, "i", 30);
|
|
1316
1316
|
i0.ɵɵtext(45, " Visualization ");
|
|
1317
1317
|
i0.ɵɵelementEnd();
|
|
1318
1318
|
i0.ɵɵelementStart(46, "button", 28);
|
|
1319
|
-
i0.ɵɵlistener("click", function
|
|
1319
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Template_button_click_46_listener() { return ctx.changeTab("analytics"); });
|
|
1320
1320
|
i0.ɵɵelement(47, "i", 31);
|
|
1321
1321
|
i0.ɵɵtext(48, " Analytics ");
|
|
1322
1322
|
i0.ɵɵelementEnd();
|
|
1323
1323
|
i0.ɵɵelementStart(49, "button", 28);
|
|
1324
|
-
i0.ɵɵlistener("click", function
|
|
1324
|
+
i0.ɵɵlistener("click", function MJAIAgentRunFormComponentExtended_Template_button_click_49_listener() { return ctx.changeTab("details"); });
|
|
1325
1325
|
i0.ɵɵelement(50, "i", 32);
|
|
1326
1326
|
i0.ɵɵtext(51, " Details ");
|
|
1327
1327
|
i0.ɵɵelementEnd()();
|
|
1328
1328
|
i0.ɵɵelementStart(52, "div", 33);
|
|
1329
|
-
i0.ɵɵconditionalCreate(53,
|
|
1330
|
-
i0.ɵɵconditionalCreate(54,
|
|
1331
|
-
i0.ɵɵconditionalCreate(55,
|
|
1332
|
-
i0.ɵɵconditionalCreate(56,
|
|
1329
|
+
i0.ɵɵconditionalCreate(53, MJAIAgentRunFormComponentExtended_Conditional_53_Template, 6, 9, "div", 34);
|
|
1330
|
+
i0.ɵɵconditionalCreate(54, MJAIAgentRunFormComponentExtended_Conditional_54_Template, 2, 1, "div", 34);
|
|
1331
|
+
i0.ɵɵconditionalCreate(55, MJAIAgentRunFormComponentExtended_Conditional_55_Template, 2, 1, "div", 34);
|
|
1332
|
+
i0.ɵɵconditionalCreate(56, MJAIAgentRunFormComponentExtended_Conditional_56_Template, 15, 7, "div", 35);
|
|
1333
1333
|
i0.ɵɵelementEnd()()();
|
|
1334
1334
|
} if (rf & 2) {
|
|
1335
1335
|
i0.ɵɵadvance(6);
|
|
@@ -1386,11 +1386,11 @@ let AIAgentRunFormComponentExtended = class AIAgentRunFormComponentExtended exte
|
|
|
1386
1386
|
i0.ɵɵconditional(ctx.activeTab === "details" ? 56 : -1);
|
|
1387
1387
|
} }, dependencies: [i1.NgClass, i2.NgControlStatus, i2.NgModel, i3.PanelBarComponent, i3.PanelBarItemComponent, i3.PanelBarContentDirective, i3.SplitterComponent, i3.SplitterPaneComponent, i4.CodeEditorComponent, i5.DeepDiffComponent, i6.AIAgentRunTimelineComponent, i7.AIAgentRunAnalyticsComponent, i8.AIAgentRunVisualizationComponent, i9.AIAgentRunStepDetailComponent, i1.DecimalPipe, i1.DatePipe], styles: [".ai-agent-run-form[_ngcontent-%COMP%] {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n\n.record-form-container.ai-agent-run-form[_ngcontent-%COMP%] > .record-form[_ngcontent-%COMP%], \n.ai-agent-run-form[_ngcontent-%COMP%] > .record-form[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n height: 100%;\n min-height: 0;\n}\n\n\n\n.header[_ngcontent-%COMP%] {\n background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n border-bottom: 1px solid #e0e6ed;\n padding: 20px;\n box-shadow: 0 2px 4px rgba(0,0,0,0.04);\n flex-shrink: 0;\n}\n\n.header-content[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n align-items: flex-start;\n margin-bottom: 16px;\n}\n\n.header-left[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 16px;\n}\n\n.icon-wrapper[_ngcontent-%COMP%] {\n width: 48px;\n height: 48px;\n background: linear-gradient(135deg, #2196f3, #1976d2);\n border-radius: 12px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: white;\n font-size: 20px;\n overflow: hidden;\n}\n\n.agent-logo[_ngcontent-%COMP%] {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n\n.header-info[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 24px;\n font-weight: 600;\n color: #2c3e50;\n}\n\n.meta-info[_ngcontent-%COMP%] {\n display: flex;\n gap: 12px;\n margin-top: 4px;\n font-size: 14px;\n color: #6c757d;\n}\n\n.parent-run[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 6px;\n}\n\n.parent-link[_ngcontent-%COMP%] {\n color: #ff6358;\n text-decoration: none;\n cursor: pointer;\n transition: color 0.2s;\n}\n\n.parent-link[_ngcontent-%COMP%]:hover {\n color: #ff4444;\n text-decoration: underline;\n}\n\n.agent-name[_ngcontent-%COMP%] {\n font-weight: 500;\n color: #495057;\n}\n\n.run-id[_ngcontent-%COMP%] {\n font-family: monospace;\n font-size: 12px;\n opacity: 0.7;\n}\n\n\n\n.conversation-pill[_ngcontent-%COMP%] {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 4px 10px;\n background: linear-gradient(135deg, rgba(156, 39, 176, 0.08), rgba(171, 71, 188, 0.08));\n border: 1px solid rgba(156, 39, 176, 0.2);\n border-radius: 16px;\n font-size: 12px;\n font-weight: 500;\n color: #9c27b0;\n cursor: pointer;\n transition: all 0.2s ease;\n white-space: nowrap;\n}\n\n.conversation-pill[_ngcontent-%COMP%]:hover {\n background: linear-gradient(135deg, rgba(156, 39, 176, 0.15), rgba(171, 71, 188, 0.15));\n border-color: rgba(156, 39, 176, 0.4);\n transform: translateY(-1px);\n box-shadow: 0 2px 8px rgba(156, 39, 176, 0.15);\n}\n\n.conversation-pill[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child {\n font-size: 11px;\n opacity: 0.9;\n}\n\n.conversation-pill[_ngcontent-%COMP%] .pill-action[_ngcontent-%COMP%] {\n font-size: 9px;\n opacity: 0.6;\n transition: opacity 0.2s ease;\n}\n\n.conversation-pill[_ngcontent-%COMP%]:hover .pill-action[_ngcontent-%COMP%] {\n opacity: 1;\n}\n\n.header-right[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 16px;\n}\n\n.status-badge[_ngcontent-%COMP%] {\n padding: 6px 16px;\n border-radius: 20px;\n font-size: 13px;\n font-weight: 600;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n}\n\n.status-badge[data-status=\"Running\"][_ngcontent-%COMP%] {\n background: #e3f2fd;\n color: #1976d2;\n}\n\n.status-badge[data-status=\"Completed\"][_ngcontent-%COMP%] {\n background: #d4edda;\n color: #155724;\n}\n\n.status-badge[data-status=\"Failed\"][_ngcontent-%COMP%] {\n background: #f8d7da;\n color: #721c24;\n}\n\n.status-badge[data-status=\"Cancelled\"][_ngcontent-%COMP%] {\n background: #fff3cd;\n color: #856404;\n}\n\n.status-badge[data-status=\"Paused\"][_ngcontent-%COMP%] {\n background: #e2e3e5;\n color: #383d41;\n}\n\n.status-badge.small[_ngcontent-%COMP%] {\n padding: 4px 12px;\n font-size: 11px;\n}\n\n.header-actions[_ngcontent-%COMP%] {\n display: flex;\n gap: 8px;\n}\n\n.btn-icon[_ngcontent-%COMP%] {\n width: 36px;\n height: 36px;\n border: 1px solid #dee2e6;\n background: white;\n border-radius: 8px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: all 0.2s ease;\n color: #6c757d;\n}\n\n.btn-icon[_ngcontent-%COMP%]:hover {\n background: #f8f9fa;\n border-color: #adb5bd;\n color: #495057;\n}\n\n.header-stats[_ngcontent-%COMP%] {\n display: flex;\n gap: 24px;\n padding-top: 12px;\n border-top: 1px solid #e9ecef;\n}\n\n\n\n.configuration-bar[_ngcontent-%COMP%] {\n display: flex;\n gap: 24px;\n padding-top: 16px;\n border-top: 1px solid #e9ecef;\n margin-top: 16px;\n}\n\n.config-item[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n\n.config-item[_ngcontent-%COMP%] > i[_ngcontent-%COMP%] {\n font-size: 1.2em;\n color: #6c757d;\n width: 24px;\n text-align: center;\n}\n\n.config-content[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n}\n\n.config-label[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #6c757d;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.config-value[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: 600;\n color: #2c3e50;\n}\n\n.config-value[_ngcontent-%COMP%] .entity-link[_ngcontent-%COMP%] {\n color: #007bff;\n text-decoration: none;\n cursor: pointer;\n transition: color 0.2s;\n}\n\n.config-value[_ngcontent-%COMP%] .entity-link[_ngcontent-%COMP%]:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\n.stat[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.stat[_ngcontent-%COMP%] .label[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #6c757d;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.stat[_ngcontent-%COMP%] .value[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: 500;\n color: #495057;\n}\n\n.stat[_ngcontent-%COMP%] .value.success[_ngcontent-%COMP%] {\n color: #28a745;\n}\n\n.stat[_ngcontent-%COMP%] .value.error[_ngcontent-%COMP%] {\n color: #dc3545;\n}\n\n\n\n.tabs[_ngcontent-%COMP%] {\n display: flex;\n border-bottom: 1px solid #dee2e6;\n background: #f8f9fa;\n flex-shrink: 0;\n}\n\n.tab[_ngcontent-%COMP%] {\n padding: 12px 24px;\n border: none;\n background: transparent;\n cursor: pointer;\n font-size: 14px;\n font-weight: 500;\n color: #6c757d;\n display: flex;\n align-items: center;\n gap: 8px;\n transition: all 0.2s ease;\n border-bottom: 3px solid transparent;\n}\n\n.tab[_ngcontent-%COMP%]:hover {\n color: #495057;\n background: rgba(0,0,0,0.02);\n}\n\n.tab.active[_ngcontent-%COMP%] {\n color: #2196f3;\n border-bottom-color: #2196f3;\n background: white;\n}\n\n\n\n.content-area[_ngcontent-%COMP%] {\n position: relative;\n flex: 1;\n min-height: 0;\n overflow: auto;\n background: white;\n}\n\n.tab-content[_ngcontent-%COMP%] {\n height: 100%;\n min-height: 0;\n overflow: auto;\n}\n\n\n\n.tab-content[ng-reflect-ng-if=\"true\"][_ngcontent-%COMP%] > kendo-panelbar[_ngcontent-%COMP%] {\n height: 100%;\n overflow-y: auto;\n}\n\n\n\n.json-detail-pane[_ngcontent-%COMP%] {\n height: 100%;\n display: flex;\n flex-direction: column;\n background: #f8f9fa;\n border-left: 1px solid #e0e6ed;\n}\n\n.json-pane-header[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 16px 20px;\n background: white;\n border-bottom: 1px solid #e0e6ed;\n box-shadow: 0 2px 4px rgba(0,0,0,0.04);\n}\n\n.json-pane-header[_ngcontent-%COMP%] h3[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 16px;\n font-weight: 600;\n color: #2c3e50;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n\n.json-pane-header[_ngcontent-%COMP%] h3[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n color: #6b7280;\n font-size: 14px;\n}\n\n.json-pane-content[_ngcontent-%COMP%] {\n flex: 1;\n display: flex;\n flex-direction: column;\n overflow: auto;\n padding: 16px;\n}\n\n.json-meta[_ngcontent-%COMP%] {\n display: flex;\n gap: 20px;\n margin-bottom: 16px;\n flex-wrap: wrap;\n}\n\n.json-meta[_ngcontent-%COMP%] .meta-item[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.json-meta[_ngcontent-%COMP%] .meta-item[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n font-size: 11px;\n text-transform: uppercase;\n color: #6b7280;\n font-weight: 600;\n letter-spacing: 0.5px;\n}\n\n.json-meta[_ngcontent-%COMP%] .meta-item[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #2c3e50;\n font-weight: 500;\n}\n\n.action-link[_ngcontent-%COMP%] {\n margin-bottom: 12px;\n}\n\n.action-link[_ngcontent-%COMP%] .btn-link[_ngcontent-%COMP%] {\n background: none;\n border: none;\n color: #2196f3;\n font-size: 14px;\n cursor: pointer;\n padding: 6px 12px;\n border-radius: 4px;\n transition: all 0.2s;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n}\n\n.action-link[_ngcontent-%COMP%] .btn-link[_ngcontent-%COMP%]:hover {\n background: rgba(33, 150, 243, 0.08);\n color: #1976d2;\n}\n\n.json-viewer[_ngcontent-%COMP%] {\n flex: 1;\n display: flex;\n flex-direction: column;\n background: white;\n border-radius: 8px;\n border: 1px solid #e0e6ed;\n overflow: auto;\n padding: 20px;\n gap: 10px;\n min-height: 0;\n margin-bottom: 45px;\n}\n\n\n.json-toolbar[_ngcontent-%COMP%] {\n display: flex;\n justify-content: flex-end;\n padding: 8px 12px;\n background: #f8f9fa;\n border-bottom: 1px solid #e0e6ed;\n}\n\n\n\n.timeline-container[_ngcontent-%COMP%] {\n height: 100%;\n overflow-y: auto;\n padding: 20px;\n}\n\n.timeline-container[_ngcontent-%COMP%] > .timeline[_ngcontent-%COMP%] {\n max-width: 900px;\n margin: 0 auto;\n}\n\n.timeline[_ngcontent-%COMP%] {\n position: relative;\n padding-left: 40px;\n}\n\n.timeline[_ngcontent-%COMP%]::before {\n content: '';\n position: absolute;\n left: 20px;\n top: 0;\n bottom: 0;\n width: 2px;\n background: #e9ecef;\n}\n\n.timeline-item[_ngcontent-%COMP%] {\n position: relative;\n margin-bottom: 24px;\n cursor: pointer;\n transition: all 0.2s ease;\n}\n\n.timeline-item[_ngcontent-%COMP%]:hover {\n transform: translateX(4px);\n}\n\n.timeline-item.selected[_ngcontent-%COMP%] {\n transform: translateX(8px);\n}\n\n.timeline-item.selected[_ngcontent-%COMP%] .timeline-content[_ngcontent-%COMP%] {\n background: #f0f7ff;\n border-color: #2196f3;\n}\n\n.timeline-marker[_ngcontent-%COMP%] {\n position: absolute;\n left: -30px;\n top: 0;\n width: 40px;\n height: 40px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n background: white;\n border: 3px solid #e9ecef;\n z-index: 1;\n transition: all 0.2s ease;\n}\n\n.timeline-marker[data-color=\"success\"][_ngcontent-%COMP%] {\n border-color: #28a745;\n color: #28a745;\n}\n\n.timeline-marker[data-color=\"error\"][_ngcontent-%COMP%] {\n border-color: #dc3545;\n color: #dc3545;\n}\n\n.timeline-marker[data-color=\"info\"][_ngcontent-%COMP%] {\n border-color: #17a2b8;\n color: #17a2b8;\n}\n\n.timeline-marker[data-color=\"warning\"][_ngcontent-%COMP%] {\n border-color: #ffc107;\n color: #ffc107;\n}\n\n.timeline-marker[data-color=\"secondary\"][_ngcontent-%COMP%] {\n border-color: #6c757d;\n color: #6c757d;\n}\n\n.timeline-marker.small[_ngcontent-%COMP%] {\n width: 28px;\n height: 28px;\n font-size: 12px;\n}\n\n.timeline-content[_ngcontent-%COMP%] {\n background: white;\n border: 1px solid #e9ecef;\n border-radius: 12px;\n padding: 16px 20px;\n margin-left: 20px;\n box-shadow: 0 2px 4px rgba(0,0,0,0.04);\n transition: all 0.2s ease;\n}\n\n.timeline-header[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 8px;\n}\n\n.timeline-header[_ngcontent-%COMP%] h4[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 16px;\n font-weight: 600;\n color: #2c3e50;\n}\n\n.timeline-header[_ngcontent-%COMP%] h5[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 14px;\n font-weight: 600;\n color: #495057;\n}\n\n.timeline-time[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #6c757d;\n font-family: monospace;\n}\n\n.timeline-subtitle[_ngcontent-%COMP%] {\n font-size: 13px;\n color: #6c757d;\n margin-bottom: 8px;\n}\n\n.timeline-meta[_ngcontent-%COMP%] {\n display: flex;\n gap: 16px;\n font-size: 12px;\n color: #6c757d;\n}\n\n.timeline-meta[_ngcontent-%COMP%] .status[_ngcontent-%COMP%] {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 2px 8px;\n border-radius: 12px;\n font-size: 11px;\n font-weight: 600;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.timeline-meta[_ngcontent-%COMP%] .status[data-status=\"Completed\"][_ngcontent-%COMP%] {\n background: #d4edda;\n color: #155724;\n}\n\n.timeline-meta[_ngcontent-%COMP%] .status[data-status=\"Failed\"][_ngcontent-%COMP%] {\n background: #f8d7da;\n color: #721c24;\n}\n\n.timeline-meta[_ngcontent-%COMP%] .status[data-status=\"Running\"][_ngcontent-%COMP%] {\n background: #cce5ff;\n color: #004085;\n}\n\n.timeline-meta[_ngcontent-%COMP%] .status[data-status=\"Paused\"][_ngcontent-%COMP%] {\n background: #e2e3e5;\n color: #383d41;\n}\n\n.duration[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 4px;\n}\n\n.timeline-actions[_ngcontent-%COMP%] {\n position: absolute;\n right: 20px;\n top: 50%;\n transform: translateY(-50%);\n display: flex;\n align-items: center;\n gap: 8px;\n}\n\n.btn-link[_ngcontent-%COMP%] {\n background: none;\n border: none;\n color: #2196f3;\n cursor: pointer;\n font-size: 12px;\n display: flex;\n align-items: center;\n gap: 4px;\n padding: 4px 8px;\n border-radius: 4px;\n transition: all 0.2s ease;\n}\n\n.btn-link[_ngcontent-%COMP%]:hover {\n background: rgba(33, 150, 243, 0.1);\n}\n\n.btn-expand[_ngcontent-%COMP%] {\n width: 24px;\n height: 24px;\n border: 1px solid #dee2e6;\n background: white;\n border-radius: 4px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: all 0.2s ease;\n color: #6c757d;\n font-size: 12px;\n}\n\n.btn-expand[_ngcontent-%COMP%]:hover {\n background: #f8f9fa;\n border-color: #adb5bd;\n color: #495057;\n}\n\n\n\n.timeline-children[_ngcontent-%COMP%] {\n position: relative;\n margin-top: 12px;\n margin-bottom: 12px;\n}\n\n.timeline-children[_ngcontent-%COMP%]::before {\n content: '';\n position: absolute;\n left: -10px;\n top: -12px;\n bottom: 0;\n width: 2px;\n background: #e9ecef;\n}\n\n.child-item[_ngcontent-%COMP%] {\n margin-bottom: 12px;\n}\n\n.child-item[_ngcontent-%COMP%] .timeline-content[_ngcontent-%COMP%] {\n background: #f8f9fa;\n border-color: #e0e6ed;\n}\n\n\n\n.sub-run-timeline[_ngcontent-%COMP%] {\n background: rgba(33, 150, 243, 0.02);\n border-left: 2px solid rgba(33, 150, 243, 0.2);\n margin-left: 20px;\n padding-left: 20px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n\n.sub-run-item[_ngcontent-%COMP%] .timeline-marker[_ngcontent-%COMP%] {\n border-width: 2px;\n}\n\n.sub-run-item[_ngcontent-%COMP%] .timeline-content[_ngcontent-%COMP%] {\n transition: all 0.2s ease;\n}\n\n\n\n.json-detail-pane[_ngcontent-%COMP%] {\n height: 100%;\n display: flex;\n flex-direction: column;\n background: white;\n border-left: 1px solid #e0e6ed;\n}\n\n.json-pane-header[_ngcontent-%COMP%] {\n padding: 16px 20px;\n background: #f8f9fa;\n border-bottom: 1px solid #e0e6ed;\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-shrink: 0;\n}\n\n.json-pane-header[_ngcontent-%COMP%] h3[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 16px;\n color: #2c3e50;\n display: flex;\n align-items: center;\n gap: 10px;\n font-weight: 600;\n}\n\n.json-pane-content[_ngcontent-%COMP%] {\n flex: 1;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n}\n\n.json-meta[_ngcontent-%COMP%] {\n padding: 16px 20px;\n border-bottom: 1px solid #e0e6ed;\n display: flex;\n gap: 20px;\n flex-wrap: wrap;\n flex-shrink: 0;\n}\n\n.json-meta[_ngcontent-%COMP%] .meta-item[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.json-meta[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n font-size: 11px;\n color: #7c8798;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.json-meta[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #2c3e50;\n font-weight: 500;\n}\n\n.action-link[_ngcontent-%COMP%] {\n padding: 12px 20px;\n border-bottom: 1px solid #e0e6ed;\n flex-shrink: 0;\n}\n\n.action-link[_ngcontent-%COMP%] .btn-link[_ngcontent-%COMP%] {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n color: #2196f3;\n text-decoration: none;\n font-size: 14px;\n padding: 8px 12px;\n background: #f0f7ff;\n border: 1px solid #d0e5ff;\n border-radius: 4px;\n transition: all 0.2s;\n cursor: pointer;\n}\n\n.action-link[_ngcontent-%COMP%] .btn-link[_ngcontent-%COMP%]:hover {\n background: #e1f0ff;\n border-color: #b0d5ff;\n text-decoration: none;\n}\n\n\n.json-toolbar[_ngcontent-%COMP%] {\n display: flex;\n justify-content: flex-end;\n gap: 8px;\n margin-bottom: 8px;\n}\n\n\n\n.details-grid[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n padding: 20px;\n}\n\n.detail-item[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 8px;\n}\n\n.detail-item.full-width[_ngcontent-%COMP%] {\n grid-column: 1 / -1;\n}\n\n.detail-item[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #6c757d;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.detail-item[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #495057;\n}\n\n.error-message[_ngcontent-%COMP%] {\n background: #f8d7da;\n color: #721c24;\n padding: 12px;\n border-radius: 8px;\n font-size: 13px;\n}\n\n.result-viewer[_ngcontent-%COMP%], \n.state-viewer[_ngcontent-%COMP%] {\n padding: 20px;\n max-height: 450px;\n overflow: auto;\n display: flex;\n flex-direction: column;\n}\n\n.result-viewer[_ngcontent-%COMP%] mj-code-editor[_ngcontent-%COMP%], \n.state-viewer[_ngcontent-%COMP%] mj-code-editor[_ngcontent-%COMP%] {\n flex: 1;\n min-height: 0;\n}\n\n\n\n.empty-state[_ngcontent-%COMP%], \n.loading-state[_ngcontent-%COMP%], \n.error-state[_ngcontent-%COMP%] {\n text-align: center;\n padding: 60px 20px;\n color: #6c757d;\n}\n\n.empty-state[_ngcontent-%COMP%] i[_ngcontent-%COMP%], \n.loading-state[_ngcontent-%COMP%] i[_ngcontent-%COMP%], \n.error-state[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n opacity: 0.3;\n margin-bottom: 16px;\n}\n\n\n\n@media (max-width: 768px) {\n .header-content[_ngcontent-%COMP%] {\n flex-direction: column;\n gap: 16px;\n }\n \n .header-stats[_ngcontent-%COMP%] {\n flex-wrap: wrap;\n }\n \n .json-detail-pane[_ngcontent-%COMP%] {\n width: 100%;\n }\n \n .timeline[_ngcontent-%COMP%] {\n padding-left: 30px;\n }\n \n .timeline-marker[_ngcontent-%COMP%] {\n left: -25px;\n width: 32px;\n height: 32px;\n }\n \n .timeline-content[_ngcontent-%COMP%] {\n margin-left: 10px;\n }\n}\n\n\n\n.entity-link[_ngcontent-%COMP%] {\n color: #2196f3;\n text-decoration: none;\n transition: all 0.2s ease;\n border-bottom: 1px solid transparent;\n display: inline-block;\n}\n\n.entity-link[_ngcontent-%COMP%]:hover {\n color: #1976d2;\n border-bottom-color: #1976d2;\n}\n\n.entity-link[_ngcontent-%COMP%]:active {\n color: #0d47a1;\n}\n\n\n\n.detail-pane-tabs[_ngcontent-%COMP%] {\n display: flex;\n gap: 8px;\n margin: 8px 0 0 0;\n border-bottom: 1px solid #e0e6ed;\n padding: 0 16px;\n}\n\n.detail-tab[_ngcontent-%COMP%] {\n padding: 10px 16px;\n background: none;\n border: none;\n border-bottom: 3px solid transparent;\n color: #6c757d;\n font-size: 14px;\n font-weight: 500;\n cursor: pointer;\n transition: all 0.2s ease;\n display: flex;\n align-items: center;\n gap: 6px;\n}\n\n.detail-tab[_ngcontent-%COMP%]:hover {\n color: #495057;\n background: rgba(0, 0, 0, 0.02);\n}\n\n.detail-tab.active[_ngcontent-%COMP%] {\n color: #2196f3;\n border-bottom-color: #2196f3;\n}\n\n.detail-tab[_ngcontent-%COMP%] i[_ngcontent-%COMP%] {\n font-size: 14px;\n}\n\n\n\n.detail-pane-content[_ngcontent-%COMP%] {\n flex: 1;\n overflow-y: auto;\n min-height: 0;\n margin-bottom: 35px;\n}\n\n.detail-pane-content.with-tabs[_ngcontent-%COMP%] {\n \n\n margin-top: 0;\n}\n\n\n\n.step-payload-diff[_ngcontent-%COMP%] {\n height: 100%;\n overflow-y: auto;\n padding: 16px;\n}\n\n.step-payload-diff[_ngcontent-%COMP%] mj-deep-diff[_ngcontent-%COMP%] {\n display: block;\n height: 100%;\n}\n\n\n\n.detail-pane-content[_ngcontent-%COMP%]:not(.with-tabs) .json-viewer[_ngcontent-%COMP%] {\n margin-top: 16px;\n}"] }); }
|
|
1388
1388
|
};
|
|
1389
|
-
|
|
1389
|
+
MJAIAgentRunFormComponentExtended = __decorate([
|
|
1390
1390
|
RegisterClass(BaseFormComponent, 'MJ: AI Agent Runs')
|
|
1391
|
-
],
|
|
1392
|
-
export {
|
|
1393
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1391
|
+
], MJAIAgentRunFormComponentExtended);
|
|
1392
|
+
export { MJAIAgentRunFormComponentExtended };
|
|
1393
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJAIAgentRunFormComponentExtended, [{
|
|
1394
1394
|
type: Component,
|
|
1395
1395
|
args: [{ standalone: false, selector: 'mj-ai-agent-run-form', template: "<div class=\"record-form-container ai-agent-run-form\">\n <div class=\"record-form\">\n <!-- Header -->\n <div class=\"header\">\n <div class=\"header-content\">\n <div class=\"header-left\">\n <div class=\"icon-wrapper\">\n @if (agent && agent.LogoURL) {\n <img [src]=\"agent.LogoURL\" [alt]=\"agent.Name || 'Agent'\" class=\"agent-logo\" />\n }\n @if (agent && !agent.LogoURL && agent.IconClass) {\n <i class=\"fas\" [ngClass]=\"agent.IconClass\"></i>\n }\n @if (!agent || (!agent.LogoURL && !agent.IconClass)) {\n <i class=\"fas fa-robot\"></i>\n }\n </div>\n <div class=\"header-info\">\n <h2>AI Agent Run</h2>\n <div class=\"meta-info\">\n @if (agent) {\n <span class=\"agent-name\">\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: AI Agents', record.AgentID)\">\n {{ agent.Name }}\n </a>\n </span>\n }\n <span class=\"run-id\">{{ record.ID }}</span>\n @if (record.ParentRunID) {\n <span class=\"parent-run\">\n <i class=\"fas fa-level-up-alt\"></i>\n <a (click)=\"navigateToParentRun()\" class=\"parent-link\">Parent Run</a>\n </span>\n }\n <!-- Conversation Link Pill -->\n @if (record.ConversationID) {\n <span class=\"conversation-pill\" (click)=\"navigateToConversation()\" title=\"Open conversation in Chat app\">\n <i class=\"fas fa-comments\"></i>\n <span>Conversation</span>\n <i class=\"fas fa-external-link-alt pill-action\"></i>\n </span>\n }\n </div>\n </div>\n </div>\n <div class=\"header-right\">\n <div class=\"status-badge\" [attr.data-status]=\"record.Status\">\n <i class=\"fas\" [ngClass]=\"getStatusIcon(record.Status || '')\"></i>\n {{ record.Status }}\n </div>\n <div class=\"header-actions\">\n <button class=\"btn-icon\" (click)=\"refreshData()\" title=\"Refresh\">\n <i class=\"fas fa-sync-alt\"></i>\n </button>\n </div>\n </div>\n </div>\n <div class=\"header-stats\">\n <div class=\"stat\">\n <span class=\"label\">Started</span>\n <span class=\"value\">{{ record.StartedAt | date:'medium' }}</span>\n </div>\n @if (record.CompletedAt) {\n <div class=\"stat\">\n <span class=\"label\">Completed</span>\n <span class=\"value\">{{ record.CompletedAt | date:'medium' }}</span>\n </div>\n }\n @if (record.CompletedAt) {\n <div class=\"stat\">\n <span class=\"label\">Duration</span>\n <span class=\"value\">{{ calculateDuration(record.StartedAt, record.CompletedAt) }}</span>\n </div>\n }\n @if (record.Success !== null && record.CompletedAt !== null) {\n <div class=\"stat\">\n <span class=\"label\">Result</span>\n <span class=\"value\" [class.success]=\"record.Success\" [class.error]=\"!record.Success\">\n {{ record.Success ? 'Success' : 'Failed' }}\n </span>\n </div>\n }\n @if (costMetrics && (costMetrics.totalTokensInput + costMetrics.totalTokensOutput) > 0) {\n <div class=\"stat\">\n <span class=\"label\">Tokens</span>\n @if (!costMetrics.isLoading) {\n <span class=\"value\">{{ (costMetrics.totalTokensInput + costMetrics.totalTokensOutput) | number:'1.0-0' }}</span>\n }\n @if (costMetrics.isLoading) {\n <span class=\"value loading\"><i class=\"fas fa-spinner fa-spin\"></i></span>\n }\n </div>\n }\n @if (costMetrics && costMetrics.totalCost > 0) {\n <div class=\"stat\">\n <span class=\"label\">Cost</span>\n @if (!costMetrics.isLoading) {\n <span class=\"value\">${{ costMetrics.totalCost | number:'1.2-4' }}</span>\n }\n @if (costMetrics.isLoading) {\n <span class=\"value loading\"><i class=\"fas fa-spinner fa-spin\"></i></span>\n }\n </div>\n }\n @if (record.EffortLevel) {\n <div class=\"stat\">\n <span class=\"label\">Effort Level</span>\n <span class=\"value\">{{ record.EffortLevel }}</span>\n </div>\n }\n </div>\n\n <!-- Configuration Bar (shown below header stats when ConfigurationID exists) -->\n @if (record.ConfigurationID) {\n <div class=\"configuration-bar\">\n <div class=\"config-item\">\n <i class=\"fas fa-cog\"></i>\n <div class=\"config-content\">\n <div class=\"config-label\">Configuration</div>\n <div class=\"config-value\">\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: AI Configurations', record.ConfigurationID)\">\n {{ record.Configuration || 'Unknown' }}\n </a>\n </div>\n </div>\n </div>\n </div>\n }\n </div>\n\n <!-- Tabs -->\n <div class=\"tabs\">\n <button class=\"tab\" [class.active]=\"activeTab === 'timeline'\" (click)=\"changeTab('timeline')\">\n <i class=\"fas fa-stream\"></i> Timeline\n </button>\n <button class=\"tab\" [class.active]=\"activeTab === 'visualization'\" (click)=\"changeTab('visualization')\">\n <i class=\"fas fa-diagram-project\"></i> Visualization\n </button>\n <button class=\"tab\" [class.active]=\"activeTab === 'analytics'\" (click)=\"changeTab('analytics')\">\n <i class=\"fas fa-chart-line\"></i> Analytics\n </button>\n <button class=\"tab\" [class.active]=\"activeTab === 'details'\" (click)=\"changeTab('details')\">\n <i class=\"fas fa-info-circle\"></i> Details\n </button>\n </div>\n\n <!-- Content -->\n <div class=\"content-area\">\n <!-- Timeline Tab -->\n @if (activeTab === 'timeline') {\n <div class=\"tab-content\" style=\"height: 100%;\">\n <kendo-splitter style=\"height: 100%;\" orientation=\"horizontal\">\n <!-- Timeline Pane -->\n <kendo-splitter-pane [min]=\"'400px'\">\n <mj-ai-agent-run-timeline\n [aiAgentRunId]=\"record.ID\"\n [dataHelper]=\"dataHelper\"\n [autoRefresh]=\"record.Status === 'Running'\"\n [refreshInterval]=\"30000\"\n (itemSelected)=\"selectTimelineItem($event)\"\n (navigateToEntity)=\"navigateToEntityRecord($event)\"\n (agentRunCompleted)=\"onAgentRunCompleted($event)\">\n </mj-ai-agent-run-timeline>\n </kendo-splitter-pane>\n <!-- JSON Detail Pane -->\n <kendo-splitter-pane [size]=\"'45%'\" [min]=\"'300px'\" [collapsed]=\"!selectedTimelineItem\">\n <mj-ai-agent-run-step-detail\n [selectedTimelineItem]=\"selectedTimelineItem\"\n (closePanel)=\"closeJsonPanel()\"\n (navigateToActionLog)=\"navigateToActionLog($event)\"\n (copyToClipboard)=\"copyToClipboard($event)\">\n </mj-ai-agent-run-step-detail>\n </kendo-splitter-pane>\n </kendo-splitter>\n </div>\n }\n\n <!-- Visualization Tab -->\n @if (activeTab === 'visualization') {\n <div class=\"tab-content\" style=\"height: 100%;\">\n @if (visualizationLoaded) {\n <mj-ai-agent-run-visualization\n #visualizationComponent\n [aiAgentRunId]=\"record.ID\"\n [dataHelper]=\"dataHelper\"\n >\n </mj-ai-agent-run-visualization>\n }\n </div>\n }\n\n <!-- Analytics Tab -->\n @if (activeTab === 'analytics') {\n <div class=\"tab-content\" style=\"height: 100%;\">\n @if (analyticsLoaded) {\n <mj-ai-agent-run-analytics\n #analyticsComponent\n [agentRunId]=\"record.ID\"\n >\n </mj-ai-agent-run-analytics>\n }\n </div>\n }\n\n <!-- Details Tab -->\n @if (activeTab === 'details') {\n <div class=\"tab-content\">\n <kendo-panelbar [keepItemContent]=\"true\">\n <kendo-panelbar-item title=\"General Information\" [expanded]=\"true\">\n <ng-template kendoPanelBarContent>\n <div class=\"details-grid\">\n <div class=\"detail-item\">\n <label>Agent</label>\n <span>\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: AI Agents', record.AgentID)\">\n {{ agent?.Name || 'N/A' }}\n </a>\n </span>\n </div>\n <div class=\"detail-item\">\n <label>Parent Run ID</label>\n <span>\n @if (record.ParentRunID) {\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: AI Agent Runs', record.ParentRunID)\">\n {{ record.ParentRunID }}\n </a>\n }\n @if (!record.ParentRunID) {\n <span>None (Root)</span>\n }\n </span>\n </div>\n <div class=\"detail-item\">\n <label>Last Run ID</label>\n <span>\n @if (record.LastRunID) {\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: AI Agent Runs', record.LastRunID)\">\n {{ record.LastRunID }}\n </a>\n }\n @if (!record.LastRunID) {\n <span>None</span>\n }\n </span>\n </div>\n <div class=\"detail-item\">\n <label>Conversation ID</label>\n <span>\n @if (record.ConversationID) {\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: Conversations', record.ConversationID)\">\n {{ record.ConversationID }}\n </a>\n }\n @if (!record.ConversationID) {\n <span>N/A</span>\n }\n </span>\n </div>\n <div class=\"detail-item\">\n <label>User</label>\n <span>\n @if (record.UserID) {\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: Users', record.UserID)\">\n {{ record.User || 'N/A' }}\n </a>\n }\n @if (!record.UserID) {\n <span>N/A</span>\n }\n </span>\n </div>\n </div>\n </ng-template>\n </kendo-panelbar-item>\n <kendo-panelbar-item title=\"Execution Settings\">\n <ng-template kendoPanelBarContent>\n <div class=\"details-grid\">\n <div class=\"detail-item\">\n <label>Override Model</label>\n <span>\n @if (record.OverrideModelID) {\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: AI Models', record.OverrideModelID)\">\n {{ record.OverrideModel || 'N/A' }}\n </a>\n }\n @if (!record.OverrideModelID) {\n <span>N/A</span>\n }\n </span>\n </div>\n <div class=\"detail-item\">\n <label>Override Vendor</label>\n <span>\n @if (record.OverrideVendorID) {\n <a href=\"javascript:void(0)\" class=\"entity-link\" (click)=\"openEntityRecord('MJ: AI Vendors', record.OverrideVendorID)\">\n {{ record.OverrideVendor || 'N/A' }}\n </a>\n }\n @if (!record.OverrideVendorID) {\n <span>N/A</span>\n }\n </span>\n </div>\n <div class=\"detail-item\">\n <label>Verbose Logging</label>\n <span>{{ record.Verbose ? 'Yes' : 'No' }}</span>\n </div>\n </div>\n </ng-template>\n </kendo-panelbar-item>\n <kendo-panelbar-item title=\"Execution Status\">\n <ng-template kendoPanelBarContent>\n <div class=\"details-grid\">\n <div class=\"detail-item\">\n <label>Status</label>\n <span class=\"status-badge\" [attr.data-status]=\"record.Status\">\n {{ record.Status }}\n </span>\n </div>\n <div class=\"detail-item\">\n <label>Success</label>\n @if (record.Success === null) {\n <span>In Progress</span>\n }\n @else if (record.Success) {\n <span class=\"success\">Yes</span>\n }\n @else {\n <span class=\"error-message\">No</span>\n }\n </div>\n @if (record.Message) {\n <div class=\"detail-item full-width\">\n <label>Message</label>\n <div class=\"message\">{{ record.Message }}</div>\n </div>\n }\n @if (record.ErrorMessage) {\n <div class=\"detail-item full-width\">\n <label>Error Message</label>\n <div class=\"error-message\">{{ record.ErrorMessage }}</div>\n </div>\n }\n </div>\n </ng-template>\n </kendo-panelbar-item>\n <kendo-panelbar-item title=\"Usage & Cost\">\n <ng-template kendoPanelBarContent>\n <div class=\"details-grid\">\n <div class=\"detail-item\">\n <label>Total Tokens Used</label>\n <span>{{ record.TotalTokensUsed ? (record.TotalTokensUsed | number:'1.0-0') : 'N/A' }}</span>\n </div>\n <div class=\"detail-item\">\n <label>Prompt Tokens</label>\n <span>{{ record.TotalPromptTokensUsed ? (record.TotalPromptTokensUsed | number:'1.0-0') : 'N/A' }}</span>\n </div>\n <div class=\"detail-item\">\n <label>Completion Tokens</label>\n <span>{{ record.TotalCompletionTokensUsed ? (record.TotalCompletionTokensUsed | number:'1.0-0') : 'N/A' }}</span>\n </div>\n <div class=\"detail-item\">\n <label>Total Cost</label>\n <span>{{ record.TotalCost != null ? ('$' + (record.TotalCost | number:'1.2-4')) : 'N/A' }}</span>\n </div>\n <div class=\"detail-item\">\n <label>Total Prompt Iterations</label>\n <span>{{ record.TotalPromptIterations != null ? (record.TotalPromptIterations | number:'1.0-0') : 'N/A' }}</span>\n </div>\n </div>\n </ng-template>\n </kendo-panelbar-item>\n @if (record.Result) {\n <kendo-panelbar-item title=\"Result\">\n <ng-template kendoPanelBarContent>\n <div class=\"result-viewer\">\n @if (isParsingComplete) {\n <mj-code-editor\n [ngModel]=\"parsedResult\"\n [language]=\"'json'\"\n [readonly]=\"true\"\n style=\"height: 300px; width: 100%;\">\n </mj-code-editor>\n } @else {\n <div style=\"padding: 20px; text-align: center; color: #666;\">\n <i class=\"fas fa-spinner fa-spin\"></i> Loading result data...\n </div>\n }\n </div>\n </ng-template>\n </kendo-panelbar-item>\n }\n @if (record.StartingPayload) {\n <kendo-panelbar-item title=\"Starting Payload\">\n <ng-template kendoPanelBarContent>\n <div class=\"result-viewer\">\n @if (isParsingComplete) {\n <mj-code-editor\n [ngModel]=\"parsedStartingPayload\"\n [language]=\"'json'\"\n [readonly]=\"true\"\n style=\"height: 300px; width: 100%;\">\n </mj-code-editor>\n } @else {\n <div style=\"padding: 20px; text-align: center; color: #666;\">\n <i class=\"fas fa-spinner fa-spin\"></i> Loading payload data...\n </div>\n }\n </div>\n </ng-template>\n </kendo-panelbar-item>\n }\n @if (record.Data) {\n <kendo-panelbar-item title=\"Execution Data\">\n <ng-template kendoPanelBarContent>\n <div class=\"result-viewer\">\n @if (isParsingComplete) {\n <mj-code-editor\n [ngModel]=\"parsedData\"\n [language]=\"'json'\"\n [readonly]=\"true\"\n style=\"height: 300px; width: 100%;\">\n </mj-code-editor>\n } @else {\n <div style=\"padding: 20px; text-align: center; color: #666;\">\n <i class=\"fas fa-spinner fa-spin\"></i> Loading execution data...\n </div>\n }\n </div>\n </ng-template>\n </kendo-panelbar-item>\n }\n @if (record.FinalPayload) {\n <kendo-panelbar-item title=\"Final Payload\">\n <ng-template kendoPanelBarContent>\n <div class=\"result-viewer\">\n @if (isParsingComplete) {\n <mj-code-editor\n [ngModel]=\"parsedFinalPayload\"\n [language]=\"'json'\"\n [readonly]=\"true\"\n style=\"height: 300px; width: 100%;\">\n </mj-code-editor>\n } @else {\n <div style=\"padding: 20px; text-align: center; color: #666;\">\n <i class=\"fas fa-spinner fa-spin\"></i> Loading final payload data...\n </div>\n }\n </div>\n </ng-template>\n </kendo-panelbar-item>\n }\n @if (showPayloadDiff) {\n <kendo-panelbar-item title=\"Payload Diff\">\n <ng-template kendoPanelBarContent>\n <div style=\"padding: 20px; background: #f8f9fa;\">\n @if (isParsingComplete) {\n <mj-deep-diff\n [oldValue]=\"startingPayloadObject\"\n [newValue]=\"finalPayloadObject\"\n [title]=\"''\"\n [showSummary]=\"true\"\n [showUnchanged]=\"false\"\n [expandAll]=\"false\"\n [maxDepth]=\"10\"\n [maxStringLength]=\"200\"\n [treatNullAsUndefined]=\"true\">\n </mj-deep-diff>\n } @else {\n <div style=\"padding: 20px; text-align: center; color: #666;\">\n <i class=\"fas fa-spinner fa-spin\"></i> Loading payload diff...\n </div>\n }\n </div>\n </ng-template>\n </kendo-panelbar-item>\n }\n </kendo-panelbar>\n </div>\n }\n</div>\n</div>\n</div>", styles: [".ai-agent-run-form {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n\n.record-form-container.ai-agent-run-form > .record-form,\n.ai-agent-run-form > .record-form {\n display: flex;\n flex-direction: column;\n height: 100%;\n min-height: 0;\n}\n\n/* Header Styles */\n.header {\n background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n border-bottom: 1px solid #e0e6ed;\n padding: 20px;\n box-shadow: 0 2px 4px rgba(0,0,0,0.04);\n flex-shrink: 0;\n}\n\n.header-content {\n display: flex;\n justify-content: space-between;\n align-items: flex-start;\n margin-bottom: 16px;\n}\n\n.header-left {\n display: flex;\n align-items: center;\n gap: 16px;\n}\n\n.icon-wrapper {\n width: 48px;\n height: 48px;\n background: linear-gradient(135deg, #2196f3, #1976d2);\n border-radius: 12px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: white;\n font-size: 20px;\n overflow: hidden;\n}\n\n.agent-logo {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n\n.header-info h2 {\n margin: 0;\n font-size: 24px;\n font-weight: 600;\n color: #2c3e50;\n}\n\n.meta-info {\n display: flex;\n gap: 12px;\n margin-top: 4px;\n font-size: 14px;\n color: #6c757d;\n}\n\n.parent-run {\n display: flex;\n align-items: center;\n gap: 6px;\n}\n\n.parent-link {\n color: #ff6358;\n text-decoration: none;\n cursor: pointer;\n transition: color 0.2s;\n}\n\n.parent-link:hover {\n color: #ff4444;\n text-decoration: underline;\n}\n\n.agent-name {\n font-weight: 500;\n color: #495057;\n}\n\n.run-id {\n font-family: monospace;\n font-size: 12px;\n opacity: 0.7;\n}\n\n/* Conversation Link Pill */\n.conversation-pill {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 4px 10px;\n background: linear-gradient(135deg, rgba(156, 39, 176, 0.08), rgba(171, 71, 188, 0.08));\n border: 1px solid rgba(156, 39, 176, 0.2);\n border-radius: 16px;\n font-size: 12px;\n font-weight: 500;\n color: #9c27b0;\n cursor: pointer;\n transition: all 0.2s ease;\n white-space: nowrap;\n}\n\n.conversation-pill:hover {\n background: linear-gradient(135deg, rgba(156, 39, 176, 0.15), rgba(171, 71, 188, 0.15));\n border-color: rgba(156, 39, 176, 0.4);\n transform: translateY(-1px);\n box-shadow: 0 2px 8px rgba(156, 39, 176, 0.15);\n}\n\n.conversation-pill i:first-child {\n font-size: 11px;\n opacity: 0.9;\n}\n\n.conversation-pill .pill-action {\n font-size: 9px;\n opacity: 0.6;\n transition: opacity 0.2s ease;\n}\n\n.conversation-pill:hover .pill-action {\n opacity: 1;\n}\n\n.header-right {\n display: flex;\n align-items: center;\n gap: 16px;\n}\n\n.status-badge {\n padding: 6px 16px;\n border-radius: 20px;\n font-size: 13px;\n font-weight: 600;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n}\n\n.status-badge[data-status=\"Running\"] {\n background: #e3f2fd;\n color: #1976d2;\n}\n\n.status-badge[data-status=\"Completed\"] {\n background: #d4edda;\n color: #155724;\n}\n\n.status-badge[data-status=\"Failed\"] {\n background: #f8d7da;\n color: #721c24;\n}\n\n.status-badge[data-status=\"Cancelled\"] {\n background: #fff3cd;\n color: #856404;\n}\n\n.status-badge[data-status=\"Paused\"] {\n background: #e2e3e5;\n color: #383d41;\n}\n\n.status-badge.small {\n padding: 4px 12px;\n font-size: 11px;\n}\n\n.header-actions {\n display: flex;\n gap: 8px;\n}\n\n.btn-icon {\n width: 36px;\n height: 36px;\n border: 1px solid #dee2e6;\n background: white;\n border-radius: 8px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: all 0.2s ease;\n color: #6c757d;\n}\n\n.btn-icon:hover {\n background: #f8f9fa;\n border-color: #adb5bd;\n color: #495057;\n}\n\n.header-stats {\n display: flex;\n gap: 24px;\n padding-top: 12px;\n border-top: 1px solid #e9ecef;\n}\n\n/* Configuration Bar */\n.configuration-bar {\n display: flex;\n gap: 24px;\n padding-top: 16px;\n border-top: 1px solid #e9ecef;\n margin-top: 16px;\n}\n\n.config-item {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n\n.config-item > i {\n font-size: 1.2em;\n color: #6c757d;\n width: 24px;\n text-align: center;\n}\n\n.config-content {\n display: flex;\n flex-direction: column;\n}\n\n.config-label {\n font-size: 12px;\n color: #6c757d;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.config-value {\n font-size: 14px;\n font-weight: 600;\n color: #2c3e50;\n}\n\n.config-value .entity-link {\n color: #007bff;\n text-decoration: none;\n cursor: pointer;\n transition: color 0.2s;\n}\n\n.config-value .entity-link:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\n.stat {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.stat .label {\n font-size: 12px;\n color: #6c757d;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.stat .value {\n font-size: 14px;\n font-weight: 500;\n color: #495057;\n}\n\n.stat .value.success {\n color: #28a745;\n}\n\n.stat .value.error {\n color: #dc3545;\n}\n\n/* Tabs */\n.tabs {\n display: flex;\n border-bottom: 1px solid #dee2e6;\n background: #f8f9fa;\n flex-shrink: 0;\n}\n\n.tab {\n padding: 12px 24px;\n border: none;\n background: transparent;\n cursor: pointer;\n font-size: 14px;\n font-weight: 500;\n color: #6c757d;\n display: flex;\n align-items: center;\n gap: 8px;\n transition: all 0.2s ease;\n border-bottom: 3px solid transparent;\n}\n\n.tab:hover {\n color: #495057;\n background: rgba(0,0,0,0.02);\n}\n\n.tab.active {\n color: #2196f3;\n border-bottom-color: #2196f3;\n background: white;\n}\n\n/* Content Area */\n.content-area {\n position: relative;\n flex: 1;\n min-height: 0;\n overflow: auto;\n background: white;\n}\n\n.tab-content {\n height: 100%;\n min-height: 0;\n overflow: auto;\n}\n\n/* Details tab specific */\n.tab-content[ng-reflect-ng-if=\"true\"] > kendo-panelbar {\n height: 100%;\n overflow-y: auto;\n}\n\n/* JSON Detail Pane */\n.json-detail-pane {\n height: 100%;\n display: flex;\n flex-direction: column;\n background: #f8f9fa;\n border-left: 1px solid #e0e6ed;\n}\n\n.json-pane-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 16px 20px;\n background: white;\n border-bottom: 1px solid #e0e6ed;\n box-shadow: 0 2px 4px rgba(0,0,0,0.04);\n}\n\n.json-pane-header h3 {\n margin: 0;\n font-size: 16px;\n font-weight: 600;\n color: #2c3e50;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n\n.json-pane-header h3 i {\n color: #6b7280;\n font-size: 14px;\n}\n\n.json-pane-content {\n flex: 1;\n display: flex;\n flex-direction: column;\n overflow: auto;\n padding: 16px;\n}\n\n.json-meta {\n display: flex;\n gap: 20px;\n margin-bottom: 16px;\n flex-wrap: wrap;\n}\n\n.json-meta .meta-item {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.json-meta .meta-item label {\n font-size: 11px;\n text-transform: uppercase;\n color: #6b7280;\n font-weight: 600;\n letter-spacing: 0.5px;\n}\n\n.json-meta .meta-item span {\n font-size: 14px;\n color: #2c3e50;\n font-weight: 500;\n}\n\n.action-link {\n margin-bottom: 12px;\n}\n\n.action-link .btn-link {\n background: none;\n border: none;\n color: #2196f3;\n font-size: 14px;\n cursor: pointer;\n padding: 6px 12px;\n border-radius: 4px;\n transition: all 0.2s;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n}\n\n.action-link .btn-link:hover {\n background: rgba(33, 150, 243, 0.08);\n color: #1976d2;\n}\n\n.json-viewer {\n flex: 1;\n display: flex;\n flex-direction: column;\n background: white;\n border-radius: 8px;\n border: 1px solid #e0e6ed;\n overflow: auto;\n padding: 20px;\n gap: 10px;\n min-height: 0;\n margin-bottom: 45px;\n}\n\n\n.json-toolbar {\n display: flex;\n justify-content: flex-end;\n padding: 8px 12px;\n background: #f8f9fa;\n border-bottom: 1px solid #e0e6ed;\n}\n\n/* Timeline Styles */\n.timeline-container {\n height: 100%;\n overflow-y: auto;\n padding: 20px;\n}\n\n.timeline-container > .timeline {\n max-width: 900px;\n margin: 0 auto;\n}\n\n.timeline {\n position: relative;\n padding-left: 40px;\n}\n\n.timeline::before {\n content: '';\n position: absolute;\n left: 20px;\n top: 0;\n bottom: 0;\n width: 2px;\n background: #e9ecef;\n}\n\n.timeline-item {\n position: relative;\n margin-bottom: 24px;\n cursor: pointer;\n transition: all 0.2s ease;\n}\n\n.timeline-item:hover {\n transform: translateX(4px);\n}\n\n.timeline-item.selected {\n transform: translateX(8px);\n}\n\n.timeline-item.selected .timeline-content {\n background: #f0f7ff;\n border-color: #2196f3;\n}\n\n.timeline-marker {\n position: absolute;\n left: -30px;\n top: 0;\n width: 40px;\n height: 40px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n background: white;\n border: 3px solid #e9ecef;\n z-index: 1;\n transition: all 0.2s ease;\n}\n\n.timeline-marker[data-color=\"success\"] {\n border-color: #28a745;\n color: #28a745;\n}\n\n.timeline-marker[data-color=\"error\"] {\n border-color: #dc3545;\n color: #dc3545;\n}\n\n.timeline-marker[data-color=\"info\"] {\n border-color: #17a2b8;\n color: #17a2b8;\n}\n\n.timeline-marker[data-color=\"warning\"] {\n border-color: #ffc107;\n color: #ffc107;\n}\n\n.timeline-marker[data-color=\"secondary\"] {\n border-color: #6c757d;\n color: #6c757d;\n}\n\n.timeline-marker.small {\n width: 28px;\n height: 28px;\n font-size: 12px;\n}\n\n.timeline-content {\n background: white;\n border: 1px solid #e9ecef;\n border-radius: 12px;\n padding: 16px 20px;\n margin-left: 20px;\n box-shadow: 0 2px 4px rgba(0,0,0,0.04);\n transition: all 0.2s ease;\n}\n\n.timeline-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 8px;\n}\n\n.timeline-header h4 {\n margin: 0;\n font-size: 16px;\n font-weight: 600;\n color: #2c3e50;\n}\n\n.timeline-header h5 {\n margin: 0;\n font-size: 14px;\n font-weight: 600;\n color: #495057;\n}\n\n.timeline-time {\n font-size: 12px;\n color: #6c757d;\n font-family: monospace;\n}\n\n.timeline-subtitle {\n font-size: 13px;\n color: #6c757d;\n margin-bottom: 8px;\n}\n\n.timeline-meta {\n display: flex;\n gap: 16px;\n font-size: 12px;\n color: #6c757d;\n}\n\n.timeline-meta .status {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 2px 8px;\n border-radius: 12px;\n font-size: 11px;\n font-weight: 600;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.timeline-meta .status[data-status=\"Completed\"] {\n background: #d4edda;\n color: #155724;\n}\n\n.timeline-meta .status[data-status=\"Failed\"] {\n background: #f8d7da;\n color: #721c24;\n}\n\n.timeline-meta .status[data-status=\"Running\"] {\n background: #cce5ff;\n color: #004085;\n}\n\n.timeline-meta .status[data-status=\"Paused\"] {\n background: #e2e3e5;\n color: #383d41;\n}\n\n.duration {\n display: flex;\n align-items: center;\n gap: 4px;\n}\n\n.timeline-actions {\n position: absolute;\n right: 20px;\n top: 50%;\n transform: translateY(-50%);\n display: flex;\n align-items: center;\n gap: 8px;\n}\n\n.btn-link {\n background: none;\n border: none;\n color: #2196f3;\n cursor: pointer;\n font-size: 12px;\n display: flex;\n align-items: center;\n gap: 4px;\n padding: 4px 8px;\n border-radius: 4px;\n transition: all 0.2s ease;\n}\n\n.btn-link:hover {\n background: rgba(33, 150, 243, 0.1);\n}\n\n.btn-expand {\n width: 24px;\n height: 24px;\n border: 1px solid #dee2e6;\n background: white;\n border-radius: 4px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: all 0.2s ease;\n color: #6c757d;\n font-size: 12px;\n}\n\n.btn-expand:hover {\n background: #f8f9fa;\n border-color: #adb5bd;\n color: #495057;\n}\n\n/* Timeline Children */\n.timeline-children {\n position: relative;\n margin-top: 12px;\n margin-bottom: 12px;\n}\n\n.timeline-children::before {\n content: '';\n position: absolute;\n left: -10px;\n top: -12px;\n bottom: 0;\n width: 2px;\n background: #e9ecef;\n}\n\n.child-item {\n margin-bottom: 12px;\n}\n\n.child-item .timeline-content {\n background: #f8f9fa;\n border-color: #e0e6ed;\n}\n\n/* Sub-run timeline styles */\n.sub-run-timeline {\n background: rgba(33, 150, 243, 0.02);\n border-left: 2px solid rgba(33, 150, 243, 0.2);\n margin-left: 20px;\n padding-left: 20px;\n margin-top: 8px;\n margin-bottom: 8px;\n}\n\n.sub-run-item .timeline-marker {\n border-width: 2px;\n}\n\n.sub-run-item .timeline-content {\n transition: all 0.2s ease;\n}\n\n/* JSON Detail Pane (in splitter) */\n.json-detail-pane {\n height: 100%;\n display: flex;\n flex-direction: column;\n background: white;\n border-left: 1px solid #e0e6ed;\n}\n\n.json-pane-header {\n padding: 16px 20px;\n background: #f8f9fa;\n border-bottom: 1px solid #e0e6ed;\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-shrink: 0;\n}\n\n.json-pane-header h3 {\n margin: 0;\n font-size: 16px;\n color: #2c3e50;\n display: flex;\n align-items: center;\n gap: 10px;\n font-weight: 600;\n}\n\n.json-pane-content {\n flex: 1;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n}\n\n.json-meta {\n padding: 16px 20px;\n border-bottom: 1px solid #e0e6ed;\n display: flex;\n gap: 20px;\n flex-wrap: wrap;\n flex-shrink: 0;\n}\n\n.json-meta .meta-item {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.json-meta label {\n font-size: 11px;\n color: #7c8798;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.json-meta span {\n font-size: 14px;\n color: #2c3e50;\n font-weight: 500;\n}\n\n.action-link {\n padding: 12px 20px;\n border-bottom: 1px solid #e0e6ed;\n flex-shrink: 0;\n}\n\n.action-link .btn-link {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n color: #2196f3;\n text-decoration: none;\n font-size: 14px;\n padding: 8px 12px;\n background: #f0f7ff;\n border: 1px solid #d0e5ff;\n border-radius: 4px;\n transition: all 0.2s;\n cursor: pointer;\n}\n\n.action-link .btn-link:hover {\n background: #e1f0ff;\n border-color: #b0d5ff;\n text-decoration: none;\n}\n\n\n.json-toolbar {\n display: flex;\n justify-content: flex-end;\n gap: 8px;\n margin-bottom: 8px;\n}\n\n/* Details Tab */\n.details-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n padding: 20px;\n}\n\n.detail-item {\n display: flex;\n flex-direction: column;\n gap: 8px;\n}\n\n.detail-item.full-width {\n grid-column: 1 / -1;\n}\n\n.detail-item label {\n font-size: 12px;\n color: #6c757d;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n}\n\n.detail-item span {\n font-size: 14px;\n color: #495057;\n}\n\n.error-message {\n background: #f8d7da;\n color: #721c24;\n padding: 12px;\n border-radius: 8px;\n font-size: 13px;\n}\n\n.result-viewer,\n.state-viewer {\n padding: 20px;\n max-height: 450px;\n overflow: auto;\n display: flex;\n flex-direction: column;\n}\n\n.result-viewer mj-code-editor,\n.state-viewer mj-code-editor {\n flex: 1;\n min-height: 0;\n}\n\n/* Empty States */\n.empty-state,\n.loading-state,\n.error-state {\n text-align: center;\n padding: 60px 20px;\n color: #6c757d;\n}\n\n.empty-state i,\n.loading-state i,\n.error-state i {\n opacity: 0.3;\n margin-bottom: 16px;\n}\n\n/* Responsive */\n@media (max-width: 768px) {\n .header-content {\n flex-direction: column;\n gap: 16px;\n }\n \n .header-stats {\n flex-wrap: wrap;\n }\n \n .json-detail-pane {\n width: 100%;\n }\n \n .timeline {\n padding-left: 30px;\n }\n \n .timeline-marker {\n left: -25px;\n width: 32px;\n height: 32px;\n }\n \n .timeline-content {\n margin-left: 10px;\n }\n}\n\n/* Entity Link Styles */\n.entity-link {\n color: #2196f3;\n text-decoration: none;\n transition: all 0.2s ease;\n border-bottom: 1px solid transparent;\n display: inline-block;\n}\n\n.entity-link:hover {\n color: #1976d2;\n border-bottom-color: #1976d2;\n}\n\n.entity-link:active {\n color: #0d47a1;\n}\n\n/* Detail Pane Tabs */\n.detail-pane-tabs {\n display: flex;\n gap: 8px;\n margin: 8px 0 0 0;\n border-bottom: 1px solid #e0e6ed;\n padding: 0 16px;\n}\n\n.detail-tab {\n padding: 10px 16px;\n background: none;\n border: none;\n border-bottom: 3px solid transparent;\n color: #6c757d;\n font-size: 14px;\n font-weight: 500;\n cursor: pointer;\n transition: all 0.2s ease;\n display: flex;\n align-items: center;\n gap: 6px;\n}\n\n.detail-tab:hover {\n color: #495057;\n background: rgba(0, 0, 0, 0.02);\n}\n\n.detail-tab.active {\n color: #2196f3;\n border-bottom-color: #2196f3;\n}\n\n.detail-tab i {\n font-size: 14px;\n}\n\n/* Detail Pane Content */\n.detail-pane-content {\n flex: 1;\n overflow-y: auto;\n min-height: 0;\n margin-bottom: 35px;\n}\n\n.detail-pane-content.with-tabs {\n /* When tabs are shown, content starts right after tabs */\n margin-top: 0;\n}\n\n/* Step Payload Diff */\n.step-payload-diff {\n height: 100%;\n overflow-y: auto;\n padding: 16px;\n}\n\n.step-payload-diff mj-deep-diff {\n display: block;\n height: 100%;\n}\n\n/* JSON Viewer adjustments when no tabs */\n.detail-pane-content:not(.with-tabs) .json-viewer {\n margin-top: 16px;\n}"] }]
|
|
1396
1396
|
}], null, { timelineComponent: [{
|
|
@@ -1403,5 +1403,5 @@ export { AIAgentRunFormComponentExtended };
|
|
|
1403
1403
|
type: ViewChild,
|
|
1404
1404
|
args: [AIAgentRunVisualizationComponent]
|
|
1405
1405
|
}] }); })();
|
|
1406
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
1406
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJAIAgentRunFormComponentExtended, { className: "MJAIAgentRunFormComponentExtended", filePath: "src/lib/custom/ai-agent-run/ai-agent-run.component.ts", lineNumber: 24 }); })();
|
|
1407
1407
|
//# sourceMappingURL=ai-agent-run.component.js.map
|