@memberjunction/ng-core-entity-forms 2.106.0 → 2.108.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/ai-agent-form.component.d.ts +71 -3
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +899 -641
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +57 -34
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +2 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +32 -4
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +358 -337
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.js +60 -4
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +31 -4
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +15 -4
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +34 -13
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/collection.form.component.js +14 -4
- package/dist/lib/generated/Entities/Collection/collection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js +167 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +7 -7
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Environment/environment.form.component.js +16 -16
- package/dist/lib/generated/Entities/Environment/environment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.js +329 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.js +174 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.js +125 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/User/user.form.component.js +81 -21
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +319 -311
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +217 -185
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function AIAgentRelationshipDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14
14
|
i0.ɵɵelementStart(0, "div")(1, "div", 1);
|
|
15
|
-
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
|
|
15
|
+
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -30,6 +30,12 @@ function AIAgentRelationshipDetailsComponent_div_0_Template(rf, ctx) { if (rf &
|
|
|
30
30
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
31
31
|
i0.ɵɵadvance();
|
|
32
32
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
33
|
+
i0.ɵɵadvance();
|
|
34
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
35
|
+
i0.ɵɵadvance();
|
|
36
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
37
|
+
i0.ɵɵadvance();
|
|
38
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
33
39
|
} }
|
|
34
40
|
let AIAgentRelationshipDetailsComponent = class AIAgentRelationshipDetailsComponent extends BaseFormSectionComponent {
|
|
35
41
|
constructor() {
|
|
@@ -37,8 +43,8 @@ let AIAgentRelationshipDetailsComponent = class AIAgentRelationshipDetailsCompon
|
|
|
37
43
|
this.EditMode = false;
|
|
38
44
|
}
|
|
39
45
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentRelationshipDetailsComponent_BaseFactory; return function AIAgentRelationshipDetailsComponent_Factory(t) { return (ɵAIAgentRelationshipDetailsComponent_BaseFactory || (ɵAIAgentRelationshipDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentRelationshipDetailsComponent)))(t || AIAgentRelationshipDetailsComponent); }; })(); }
|
|
40
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRelationshipDetailsComponent, selectors: [["gen-aiagentrelationship-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentRelationshipDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
-
i0.ɵɵtemplate(0, AIAgentRelationshipDetailsComponent_div_0_Template,
|
|
46
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRelationshipDetailsComponent, selectors: [["gen-aiagentrelationship-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentOutputMapping", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentInputMapping", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentContextPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentRelationshipDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
47
|
+
i0.ɵɵtemplate(0, AIAgentRelationshipDetailsComponent_div_0_Template, 12, 30, "div", 0);
|
|
42
48
|
} if (rf & 2) {
|
|
43
49
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
44
50
|
} }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
|
|
@@ -90,6 +96,27 @@ export { AIAgentRelationshipDetailsComponent };
|
|
|
90
96
|
Type="textbox"
|
|
91
97
|
[EditMode]="EditMode"
|
|
92
98
|
></mj-form-field>
|
|
99
|
+
<mj-form-field
|
|
100
|
+
[record]="record"
|
|
101
|
+
[ShowLabel]="true"
|
|
102
|
+
FieldName="SubAgentOutputMapping"
|
|
103
|
+
Type="textarea"
|
|
104
|
+
[EditMode]="EditMode"
|
|
105
|
+
></mj-form-field>
|
|
106
|
+
<mj-form-field
|
|
107
|
+
[record]="record"
|
|
108
|
+
[ShowLabel]="true"
|
|
109
|
+
FieldName="SubAgentInputMapping"
|
|
110
|
+
Type="textarea"
|
|
111
|
+
[EditMode]="EditMode"
|
|
112
|
+
></mj-form-field>
|
|
113
|
+
<mj-form-field
|
|
114
|
+
[record]="record"
|
|
115
|
+
[ShowLabel]="true"
|
|
116
|
+
FieldName="SubAgentContextPaths"
|
|
117
|
+
Type="textarea"
|
|
118
|
+
[EditMode]="EditMode"
|
|
119
|
+
></mj-form-field>
|
|
93
120
|
<mj-form-field
|
|
94
121
|
[record]="record"
|
|
95
122
|
[ShowLabel]="true"
|
|
@@ -113,7 +140,7 @@ export { AIAgentRelationshipDetailsComponent };
|
|
|
113
140
|
}], EditMode: [{
|
|
114
141
|
type: Input
|
|
115
142
|
}] }); })();
|
|
116
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRelationshipDetailsComponent, { className: "AIAgentRelationshipDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts", lineNumber:
|
|
143
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRelationshipDetailsComponent, { className: "AIAgentRelationshipDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts", lineNumber: 91 }); })();
|
|
117
144
|
export function LoadAIAgentRelationshipDetailsComponent() {
|
|
118
145
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
119
146
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;
|
|
1
|
+
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IAoErB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA3EM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,mCAAmC,GAAzC,MAAM,mCAAoC,SAAQ,wBAAwB;IAA1E;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;gTAHY,mCAAmC,SAAnC,mCAAmC;oEAAnC,mCAAmC;YAjFjC,sFAAyB;;YAAnB,iCAAiB;;;AAiFzB,mCAAmC;IArF/C,aAAa,CAAC,wBAAwB,EAAE,oCAAoC,CAAC,CAAC,wCAAwC;GAqF1G,mCAAmC,CAG/C;;iFAHY,mCAAmC;cApF/C,SAAS;2BACI,sCAAsC,YAEtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+ET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,mCAAmC;AAKhD,MAAM,UAAU,uCAAuC;IACnD,2GAA2G;AAC/G,CAAC"}
|
|
@@ -28,13 +28,13 @@ function AIAgentRunFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
28
28
|
i0.ɵɵelement(7, "mj-form-section", 7);
|
|
29
29
|
i0.ɵɵelementEnd();
|
|
30
30
|
i0.ɵɵelementStart(8, "mj-tab", 8);
|
|
31
|
-
i0.ɵɵtext(9, " MJ: AI Agent
|
|
31
|
+
i0.ɵɵtext(9, " MJ: AI Agent Run Steps ");
|
|
32
32
|
i0.ɵɵelementEnd();
|
|
33
33
|
i0.ɵɵelementStart(10, "mj-tab-body");
|
|
34
34
|
i0.ɵɵelement(11, "mj-user-view-grid", 9);
|
|
35
35
|
i0.ɵɵelementEnd();
|
|
36
36
|
i0.ɵɵelementStart(12, "mj-tab", 10);
|
|
37
|
-
i0.ɵɵtext(13, " MJ: AI Agent
|
|
37
|
+
i0.ɵɵtext(13, " MJ: AI Agent Runs ");
|
|
38
38
|
i0.ɵɵelementEnd();
|
|
39
39
|
i0.ɵɵelementStart(14, "mj-tab-body");
|
|
40
40
|
i0.ɵɵelement(15, "mj-user-view-grid", 9);
|
|
@@ -54,11 +54,11 @@ function AIAgentRunFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
54
54
|
i0.ɵɵadvance();
|
|
55
55
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
56
56
|
i0.ɵɵadvance(3);
|
|
57
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent
|
|
57
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Run Steps", "AgentRunID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Run Steps"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Agent Run Steps"))("EditMode", ctx_r1.GridEditMode());
|
|
58
58
|
i0.ɵɵadvance();
|
|
59
59
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
60
60
|
i0.ɵɵadvance(3);
|
|
61
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent
|
|
61
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "ParentRunID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Agent Runs"))("EditMode", ctx_r1.GridEditMode());
|
|
62
62
|
i0.ɵɵadvance();
|
|
63
63
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
64
64
|
i0.ɵɵadvance(3);
|
|
@@ -66,7 +66,7 @@ function AIAgentRunFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
66
66
|
} }
|
|
67
67
|
let AIAgentRunFormComponent = class AIAgentRunFormComponent extends BaseFormComponent {
|
|
68
68
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentRunFormComponent_BaseFactory; return function AIAgentRunFormComponent_Factory(t) { return (ɵAIAgentRunFormComponent_BaseFactory || (ɵAIAgentRunFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentRunFormComponent)))(t || AIAgentRunFormComponent); }; })(); }
|
|
69
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRunFormComponent, selectors: [["gen-aiagentrun-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: AI Agent Runs", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: AI Agent
|
|
69
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRunFormComponent, selectors: [["gen-aiagentrun-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: AI Agent Runs", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: AI Agent Run Steps", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: AI Agent Runs", 3, "Visible"], ["Name", "MJ: AI Prompt Runs", 3, "Visible"]], template: function AIAgentRunFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
70
70
|
i0.ɵɵelementStart(0, "div", 1);
|
|
71
71
|
i0.ɵɵtemplate(1, AIAgentRunFormComponent_form_1_Template, 20, 18, "form", 2);
|
|
72
72
|
i0.ɵɵelementEnd();
|
|
@@ -81,7 +81,7 @@ AIAgentRunFormComponent = __decorate([
|
|
|
81
81
|
export { AIAgentRunFormComponent };
|
|
82
82
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIAgentRunFormComponent, [{
|
|
83
83
|
type: Component,
|
|
84
|
-
args: [{ selector: 'gen-aiagentrun-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"MJ: AI Agent Runs\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: AI Agent
|
|
84
|
+
args: [{ selector: 'gen-aiagentrun-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"MJ: AI Agent Runs\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: AI Agent Run Steps\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Run Steps\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Run Steps','AgentRunID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Run Steps')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Run Steps')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Runs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','ParentRunID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt Runs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Prompt Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Runs','AgentRunID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Prompt Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
85
85
|
}], null, null); })();
|
|
86
86
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRunFormComponent, { className: "AIAgentRunFormComponent", filePath: "src/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.ts", lineNumber: 14 }); })();
|
|
87
87
|
export function LoadAIAgentRunFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aiagentrun.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.ts","../../../../../src/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,8BAA8B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHzE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,2MAAe,0BAAmB,KAAC,gMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,
|
|
1
|
+
{"version":3,"file":"aiagentrun.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.ts","../../../../../src/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,8BAA8B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHzE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,2MAAe,0BAAmB,KAAC,gMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAiE;IAC7D,wCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA4D;IACxD,oCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA6D;IACzD,qCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAvDc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAII,cAA0B;IAA1B,+CAA0B;IAKxD,eAAyF;IAGzF,AADA,AADA,AADA,+GAAyF,qEAC5B,4DACT,mCACzB;IAKF,cAA0B;IAA1B,+CAA0B;IAKnD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,gEAC7B,uDACT,mCACpB;IAKD,cAA0B;IAA1B,+CAA0B;IAKpD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,iEAC5B,wDACT,mCACrB;;ADvChD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,iBAAiB;gQAAjD,uBAAuB,SAAvB,uBAAuB;oEAAvB,uBAAuB;YCbpC,8BAAqC;YACjC,4EAA0D;YAyD9D,iBAAM;;YAzDK,cAAY;YAAZ,iCAAY;;;ADYV,uBAAuB;IANnC,aAAa,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,CAAC,uCAAuC;GAMjF,uBAAuB,CAEnC;;iFAFY,uBAAuB;cALnC,SAAS;2BACI,qBAAqB;;kFAItB,uBAAuB;AAIpC,MAAM,UAAU,2BAA2B;IACvC,8BAA8B,EAAE,CAAC;AACrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRun/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;;AAEjE,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRun/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;;AAEjE,qBAwWa,0BAA2B,SAAQ,wBAAwB;IAClD,MAAM,EAAG,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,0BAA0B;2CAA1B,0BAA0B;CAGtC;AAED,wBAAgB,8BAA8B,SAE7C"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function AIAgentRunDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14
14
|
i0.ɵɵelementStart(0, "div")(1, "div", 1);
|
|
15
|
-
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26)(27, "mj-form-field", 27)(28, "mj-form-field", 28)(29, "mj-form-field", 29)(30, "mj-form-field", 30)(31, "mj-form-field", 31)(32, "mj-form-field", 32)(33, "mj-form-field", 33)(34, "mj-form-field", 34)(35, "mj-form-field", 35)(36, "mj-form-field", 36)(37, "mj-form-field", 37)(38, "mj-form-field", 38)(39, "mj-form-field", 39)(40, "mj-form-field", 40)(41, "mj-form-field", 41)(42, "mj-form-field", 42)(43, "mj-form-field", 43)(44, "mj-form-field", 44)(45, "mj-form-field", 45)(46, "mj-form-field", 46)(47, "mj-form-field", 47);
|
|
15
|
+
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26)(27, "mj-form-field", 27)(28, "mj-form-field", 28)(29, "mj-form-field", 29)(30, "mj-form-field", 30)(31, "mj-form-field", 31)(32, "mj-form-field", 32)(33, "mj-form-field", 33)(34, "mj-form-field", 34)(35, "mj-form-field", 35)(36, "mj-form-field", 36)(37, "mj-form-field", 37)(38, "mj-form-field", 38)(39, "mj-form-field", 39)(40, "mj-form-field", 40)(41, "mj-form-field", 41)(42, "mj-form-field", 42)(43, "mj-form-field", 43)(44, "mj-form-field", 44)(45, "mj-form-field", 45)(46, "mj-form-field", 46)(47, "mj-form-field", 47)(48, "mj-form-field", 48);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -108,6 +108,8 @@ function AIAgentRunDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
108
108
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
109
109
|
i0.ɵɵadvance();
|
|
110
110
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
111
|
+
i0.ɵɵadvance();
|
|
112
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
111
113
|
} }
|
|
112
114
|
let AIAgentRunDetailsComponent = class AIAgentRunDetailsComponent extends BaseFormSectionComponent {
|
|
113
115
|
constructor() {
|
|
@@ -115,8 +117,8 @@ let AIAgentRunDetailsComponent = class AIAgentRunDetailsComponent extends BaseFo
|
|
|
115
117
|
this.EditMode = false;
|
|
116
118
|
}
|
|
117
119
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentRunDetailsComponent_BaseFactory; return function AIAgentRunDetailsComponent_Factory(t) { return (ɵAIAgentRunDetailsComponent_BaseFactory || (ɵAIAgentRunDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentRunDetailsComponent)))(t || AIAgentRunDetailsComponent); }; })(); }
|
|
118
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRunDetailsComponent, selectors: [["gen-aiagentrun-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Success", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ErrorMessage", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Result", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentState", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalTokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalPromptTokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCompletionTokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalTokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalPromptTokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCompletionTokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCostRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConversationDetailSequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CancellationReason", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalStep", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayload", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LastRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartingPayload", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalPromptIterations", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConfigurationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideVendorID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Data", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Verbose", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EffortLevel", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RunName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Conversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Configuration", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideModel", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideVendor", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentRunID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootLastRunID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentRunDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
119
|
-
i0.ɵɵtemplate(0, AIAgentRunDetailsComponent_div_0_Template,
|
|
120
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRunDetailsComponent, selectors: [["gen-aiagentrun-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Success", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ErrorMessage", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Result", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentState", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalTokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalPromptTokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCompletionTokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalTokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalPromptTokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCompletionTokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCostRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConversationDetailSequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CancellationReason", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalStep", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayload", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LastRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartingPayload", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalPromptIterations", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConfigurationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideVendorID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Data", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Verbose", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EffortLevel", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RunName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ScheduledJobRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Conversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Configuration", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideModel", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OverrideVendor", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentRunID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootLastRunID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentRunDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
121
|
+
i0.ɵɵtemplate(0, AIAgentRunDetailsComponent_div_0_Template, 49, 141, "div", 0);
|
|
120
122
|
} if (rf & 2) {
|
|
121
123
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
122
124
|
} }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
|
|
@@ -413,6 +415,15 @@ export { AIAgentRunDetailsComponent };
|
|
|
413
415
|
Type="textarea"
|
|
414
416
|
[EditMode]="EditMode"
|
|
415
417
|
></mj-form-field>
|
|
418
|
+
<mj-form-field
|
|
419
|
+
[record]="record"
|
|
420
|
+
[ShowLabel]="true"
|
|
421
|
+
FieldName="ScheduledJobRunID"
|
|
422
|
+
Type="textbox"
|
|
423
|
+
[EditMode]="EditMode"
|
|
424
|
+
LinkType="Record"
|
|
425
|
+
LinkComponentType="Search"
|
|
426
|
+
></mj-form-field>
|
|
416
427
|
<mj-form-field
|
|
417
428
|
[record]="record"
|
|
418
429
|
[ShowLabel]="true"
|
|
@@ -478,7 +489,7 @@ export { AIAgentRunDetailsComponent };
|
|
|
478
489
|
}], EditMode: [{
|
|
479
490
|
type: Input
|
|
480
491
|
}] }); })();
|
|
481
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRunDetailsComponent, { className: "AIAgentRunDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRun/sections/details.component.ts", lineNumber:
|
|
492
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRunDetailsComponent, { className: "AIAgentRunDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRun/sections/details.component.ts", lineNumber: 366 }); })();
|
|
482
493
|
export function LoadAIAgentRunDetailsComponent() {
|
|
483
494
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
484
495
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRun/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;
|
|
1
|
+
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRun/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IAuVrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBASA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA9VM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,wBAAwB;IAAjE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4QAHY,0BAA0B,SAA1B,0BAA0B;oEAA1B,0BAA0B;YApWxB,8EAAyB;;YAAnB,iCAAiB;;;AAoWzB,0BAA0B;IAxWtC,aAAa,CAAC,wBAAwB,EAAE,2BAA2B,CAAC,CAAC,wCAAwC;GAwWjG,0BAA0B,CAGtC;;iFAHY,0BAA0B;cAvWtC,SAAS;2BACI,6BAA6B,YAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkWT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,0BAA0B;AAKvC,MAAM,UAAU,8BAA8B;IAC1C,2GAA2G;AAC/G,CAAC"}
|
|
@@ -40,7 +40,7 @@ function AIConfigurationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
40
40
|
i0.ɵɵelement(15, "mj-user-view-grid", 9);
|
|
41
41
|
i0.ɵɵelementEnd();
|
|
42
42
|
i0.ɵɵelementStart(16, "mj-tab", 11);
|
|
43
|
-
i0.ɵɵtext(17, " MJ: AI Prompt
|
|
43
|
+
i0.ɵɵtext(17, " MJ: AI Prompt Models ");
|
|
44
44
|
i0.ɵɵelementEnd();
|
|
45
45
|
i0.ɵɵelementStart(18, "mj-tab-body");
|
|
46
46
|
i0.ɵɵelement(19, "mj-user-view-grid", 9);
|
|
@@ -52,7 +52,7 @@ function AIConfigurationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
52
52
|
i0.ɵɵelement(23, "mj-user-view-grid", 9);
|
|
53
53
|
i0.ɵɵelementEnd();
|
|
54
54
|
i0.ɵɵelementStart(24, "mj-tab", 13);
|
|
55
|
-
i0.ɵɵtext(25, " MJ: AI Prompt
|
|
55
|
+
i0.ɵɵtext(25, " MJ: AI Prompt Runs ");
|
|
56
56
|
i0.ɵɵelementEnd();
|
|
57
57
|
i0.ɵɵelementStart(26, "mj-tab-body");
|
|
58
58
|
i0.ɵɵelement(27, "mj-user-view-grid", 9);
|
|
@@ -80,7 +80,7 @@ function AIConfigurationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
80
80
|
i0.ɵɵadvance();
|
|
81
81
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
82
82
|
i0.ɵɵadvance(3);
|
|
83
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Prompt
|
|
83
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Prompt Models", "ConfigurationID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Prompt Models"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Prompt Models"))("EditMode", ctx_r1.GridEditMode());
|
|
84
84
|
i0.ɵɵadvance();
|
|
85
85
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
86
86
|
i0.ɵɵadvance(3);
|
|
@@ -88,7 +88,7 @@ function AIConfigurationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
88
88
|
i0.ɵɵadvance();
|
|
89
89
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
90
90
|
i0.ɵɵadvance(3);
|
|
91
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Prompt
|
|
91
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Prompt Runs", "ConfigurationID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Prompt Runs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Prompt Runs"))("EditMode", ctx_r1.GridEditMode());
|
|
92
92
|
i0.ɵɵadvance();
|
|
93
93
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
94
94
|
i0.ɵɵadvance(3);
|
|
@@ -96,7 +96,7 @@ function AIConfigurationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
96
96
|
} }
|
|
97
97
|
let AIConfigurationFormComponent = class AIConfigurationFormComponent extends BaseFormComponent {
|
|
98
98
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIConfigurationFormComponent_BaseFactory; return function AIConfigurationFormComponent_Factory(t) { return (ɵAIConfigurationFormComponent_BaseFactory || (ɵAIConfigurationFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIConfigurationFormComponent)))(t || AIConfigurationFormComponent); }; })(); }
|
|
99
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIConfigurationFormComponent, selectors: [["gen-aiconfiguration-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: AI Configurations", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: AI Configuration Params", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: AI Agent Prompts", 3, "Visible"], ["Name", "MJ: AI Prompt
|
|
99
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIConfigurationFormComponent, selectors: [["gen-aiconfiguration-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: AI Configurations", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: AI Configuration Params", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: AI Agent Prompts", 3, "Visible"], ["Name", "MJ: AI Prompt Models", 3, "Visible"], ["Name", "AI Result Cache", 3, "Visible"], ["Name", "MJ: AI Prompt Runs", 3, "Visible"], ["Name", "MJ: AI Agent Runs", 3, "Visible"]], template: function AIConfigurationFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
100
100
|
i0.ɵɵelementStart(0, "div", 1);
|
|
101
101
|
i0.ɵɵtemplate(1, AIConfigurationFormComponent_form_1_Template, 32, 33, "form", 2);
|
|
102
102
|
i0.ɵɵelementEnd();
|
|
@@ -111,7 +111,7 @@ AIConfigurationFormComponent = __decorate([
|
|
|
111
111
|
export { AIConfigurationFormComponent };
|
|
112
112
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIConfigurationFormComponent, [{
|
|
113
113
|
type: Component,
|
|
114
|
-
args: [{ selector: 'gen-aiconfiguration-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"MJ: AI Configurations\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: AI Configuration Params\" [Visible]=\"record.IsSaved\"> \n MJ: AI Configuration Params\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Configuration Params','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Configuration Params')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Configuration Params')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Prompts\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Prompts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Prompts','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Prompts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Prompts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt
|
|
114
|
+
args: [{ selector: 'gen-aiconfiguration-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"MJ: AI Configurations\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: AI Configuration Params\" [Visible]=\"record.IsSaved\"> \n MJ: AI Configuration Params\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Configuration Params','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Configuration Params')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Configuration Params')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Prompts\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Prompts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Prompts','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Prompts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Prompts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt Models\" [Visible]=\"record.IsSaved\"> \n MJ: AI Prompt Models\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Models','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Models')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Prompt Models')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AI Result Cache\" [Visible]=\"record.IsSaved\"> \n AI Result Cache\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Result Cache','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('AI Result Cache')\"\n [AllowLoad]=\"IsCurrentTab('AI Result Cache')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt Runs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Prompt Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Runs','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Prompt Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Runs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','ConfigurationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
115
115
|
}], null, null); })();
|
|
116
116
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIConfigurationFormComponent, { className: "AIConfigurationFormComponent", filePath: "src/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.ts", lineNumber: 14 }); })();
|
|
117
117
|
export function LoadAIConfigurationFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aiconfiguration.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.ts","../../../../../src/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,mCAAmC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH9E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,gNAAe,0BAAmB,KAAC,qMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAsE;IAClE,6CACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,
|
|
1
|
+
{"version":3,"file":"aiconfiguration.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.ts","../../../../../src/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,mCAAmC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH9E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,gNAAe,0BAAmB,KAAC,qMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAsE;IAClE,6CACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA6D;IACzD,qCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA4D;IACxD,oCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA9Fc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIS,cAA0B;IAA1B,+CAA0B;IAK7D,eAAmG;IAGnG,AADA,AADA,AADA,yHAAmG,0EACjC,iEACT,mCAC9B;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAA4F;IAG5F,AADA,AADA,AADA,kHAA4F,mEACjC,0DACT,mCACvB;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAA4F;IAG5F,AADA,AADA,AADA,kHAA4F,mEACjC,0DACT,mCACvB;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAuF;IAGvF,AADA,AADA,AADA,6GAAuF,8DACjC,qDACT,mCAClB;IAKD,cAA0B;IAA1B,+CAA0B;IAKpD,eAA0F;IAG1F,AADA,AADA,AADA,gHAA0F,iEACjC,wDACT,mCACrB;IAKF,cAA0B;IAA1B,+CAA0B;IAKnD,eAAyF;IAGzF,AADA,AADA,AADA,+GAAyF,gEACjC,uDACT,mCACpB;;AD9EhD,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,iBAAiB;oRAAtD,4BAA4B,SAA5B,4BAA4B;oEAA5B,4BAA4B;YCbzC,8BAAqC;YACjC,iFAA0D;YAgG9D,iBAAM;;YAhGK,cAAY;YAAZ,iCAAY;;;ADYV,4BAA4B;IANxC,aAAa,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,CAAC,uCAAuC;GAMrF,4BAA4B,CAExC;;iFAFY,4BAA4B;cALxC,SAAS;2BACI,0BAA0B;;kFAI3B,4BAA4B;AAIzC,MAAM,UAAU,gCAAgC;IAC5C,mCAAmC,EAAE,CAAC;AAC1C,CAAC"}
|
|
@@ -45,20 +45,20 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
45
45
|
i0.ɵɵelementStart(18, "mj-tab-body");
|
|
46
46
|
i0.ɵɵelement(19, "mj-user-view-grid", 9);
|
|
47
47
|
i0.ɵɵelementEnd();
|
|
48
|
-
i0.ɵɵelementStart(20, "mj-tab",
|
|
49
|
-
i0.ɵɵtext(21, "
|
|
48
|
+
i0.ɵɵelementStart(20, "mj-tab", 12);
|
|
49
|
+
i0.ɵɵtext(21, " AI Agent Actions ");
|
|
50
50
|
i0.ɵɵelementEnd();
|
|
51
51
|
i0.ɵɵelementStart(22, "mj-tab-body");
|
|
52
52
|
i0.ɵɵelement(23, "mj-user-view-grid", 9);
|
|
53
53
|
i0.ɵɵelementEnd();
|
|
54
|
-
i0.ɵɵelementStart(24, "mj-tab",
|
|
55
|
-
i0.ɵɵtext(25, " AI
|
|
54
|
+
i0.ɵɵelementStart(24, "mj-tab", 10);
|
|
55
|
+
i0.ɵɵtext(25, " MJ: AI Configurations ");
|
|
56
56
|
i0.ɵɵelementEnd();
|
|
57
57
|
i0.ɵɵelementStart(26, "mj-tab-body");
|
|
58
58
|
i0.ɵɵelement(27, "mj-user-view-grid", 9);
|
|
59
59
|
i0.ɵɵelementEnd();
|
|
60
60
|
i0.ɵɵelementStart(28, "mj-tab", 13);
|
|
61
|
-
i0.ɵɵtext(29, "
|
|
61
|
+
i0.ɵɵtext(29, " AI Prompts ");
|
|
62
62
|
i0.ɵɵelementEnd();
|
|
63
63
|
i0.ɵɵelementStart(30, "mj-tab-body");
|
|
64
64
|
i0.ɵɵelement(31, "mj-user-view-grid", 9);
|
|
@@ -70,22 +70,35 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
70
70
|
i0.ɵɵelement(35, "mj-user-view-grid", 9);
|
|
71
71
|
i0.ɵɵelementEnd();
|
|
72
72
|
i0.ɵɵelementStart(36, "mj-tab", 15);
|
|
73
|
-
i0.ɵɵtext(37, " MJ: AI Agent
|
|
73
|
+
i0.ɵɵtext(37, " MJ: AI Agent Prompts ");
|
|
74
74
|
i0.ɵɵelementEnd();
|
|
75
75
|
i0.ɵɵelementStart(38, "mj-tab-body");
|
|
76
76
|
i0.ɵɵelement(39, "mj-user-view-grid", 9);
|
|
77
77
|
i0.ɵɵelementEnd();
|
|
78
78
|
i0.ɵɵelementStart(40, "mj-tab", 16);
|
|
79
|
-
i0.ɵɵtext(41, " MJ: AI
|
|
79
|
+
i0.ɵɵtext(41, " MJ: AI Agent Steps ");
|
|
80
80
|
i0.ɵɵelementEnd();
|
|
81
81
|
i0.ɵɵelementStart(42, "mj-tab-body");
|
|
82
82
|
i0.ɵɵelement(43, "mj-user-view-grid", 9);
|
|
83
83
|
i0.ɵɵelementEnd();
|
|
84
84
|
i0.ɵɵelementStart(44, "mj-tab", 17);
|
|
85
|
-
i0.ɵɵtext(45, " AI
|
|
85
|
+
i0.ɵɵtext(45, " MJ: AI Prompt Runs ");
|
|
86
86
|
i0.ɵɵelementEnd();
|
|
87
87
|
i0.ɵɵelementStart(46, "mj-tab-body");
|
|
88
88
|
i0.ɵɵelement(47, "mj-user-view-grid", 9);
|
|
89
|
+
i0.ɵɵelementEnd();
|
|
90
|
+
i0.ɵɵelementStart(48, "mj-tab", 18);
|
|
91
|
+
i0.ɵɵtext(49, " AI Agents ");
|
|
92
|
+
i0.ɵɵelementEnd();
|
|
93
|
+
i0.ɵɵelementStart(50, "mj-tab-body");
|
|
94
|
+
i0.ɵɵelement(51, "mj-user-view-grid", 9);
|
|
95
|
+
i0.ɵɵelementEnd();
|
|
96
|
+
i0.ɵɵelementStart(52, "mj-tab", 19);
|
|
97
|
+
i0.ɵɵelement(53, "span", 20);
|
|
98
|
+
i0.ɵɵtext(54, "Actions ");
|
|
99
|
+
i0.ɵɵelementEnd();
|
|
100
|
+
i0.ɵɵelementStart(55, "mj-tab-body");
|
|
101
|
+
i0.ɵɵelement(56, "mj-user-view-grid", 9);
|
|
89
102
|
i0.ɵɵelementEnd()()();
|
|
90
103
|
} if (rf & 2) {
|
|
91
104
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -108,6 +121,10 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
108
121
|
i0.ɵɵadvance();
|
|
109
122
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
110
123
|
i0.ɵɵadvance(3);
|
|
124
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Actions", "CompactPromptID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Actions"))("AllowLoad", ctx_r1.IsCurrentTab("AI Agent Actions"))("EditMode", ctx_r1.GridEditMode());
|
|
125
|
+
i0.ɵɵadvance();
|
|
126
|
+
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
127
|
+
i0.ɵɵadvance(3);
|
|
111
128
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Configurations", "DefaultPromptForContextSummarizationID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Configurations"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Configurations"))("EditMode", ctx_r1.GridEditMode());
|
|
112
129
|
i0.ɵɵadvance();
|
|
113
130
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
@@ -116,11 +133,11 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
116
133
|
i0.ɵɵadvance();
|
|
117
134
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
118
135
|
i0.ɵɵadvance(3);
|
|
119
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI
|
|
136
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Prompt Models", "PromptID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Prompt Models"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Prompt Models"))("EditMode", ctx_r1.GridEditMode());
|
|
120
137
|
i0.ɵɵadvance();
|
|
121
138
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
122
139
|
i0.ɵɵadvance(3);
|
|
123
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI
|
|
140
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Prompts", "PromptID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Prompts"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Agent Prompts"))("EditMode", ctx_r1.GridEditMode());
|
|
124
141
|
i0.ɵɵadvance();
|
|
125
142
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
126
143
|
i0.ɵɵadvance(3);
|
|
@@ -133,12 +150,16 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
133
150
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
134
151
|
i0.ɵɵadvance(3);
|
|
135
152
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agents", "ContextCompressionPromptID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agents"))("AllowLoad", ctx_r1.IsCurrentTab("AI Agents"))("EditMode", ctx_r1.GridEditMode());
|
|
153
|
+
i0.ɵɵadvance();
|
|
154
|
+
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
155
|
+
i0.ɵɵadvance(4);
|
|
156
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Actions", "DefaultCompactPromptID"))("NewRecordValues", ctx_r1.NewRecordValues("Actions"))("AllowLoad", ctx_r1.IsCurrentTab("Actions"))("EditMode", ctx_r1.GridEditMode());
|
|
136
157
|
} }
|
|
137
158
|
let AIPromptFormComponent = class AIPromptFormComponent extends BaseFormComponent {
|
|
138
159
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIPromptFormComponent_BaseFactory; return function AIPromptFormComponent_Factory(t) { return (ɵAIPromptFormComponent_BaseFactory || (ɵAIPromptFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIPromptFormComponent)))(t || AIPromptFormComponent); }; })(); }
|
|
139
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptFormComponent, selectors: [["gen-aiprompt-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "AI Prompts", "Section", "details", 3, "record", "EditMode"], ["Name", "AI Result Cache", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: AI Configurations", 3, "Visible"], ["Name", "MJ: AI Agent Types", 3, "Visible"], ["Name", "AI Prompts", 3, "Visible"], ["Name", "MJ: AI
|
|
160
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptFormComponent, selectors: [["gen-aiprompt-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "AI Prompts", "Section", "details", 3, "record", "EditMode"], ["Name", "AI Result Cache", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: AI Configurations", 3, "Visible"], ["Name", "MJ: AI Agent Types", 3, "Visible"], ["Name", "AI Agent Actions", 3, "Visible"], ["Name", "AI Prompts", 3, "Visible"], ["Name", "MJ: AI Prompt Models", 3, "Visible"], ["Name", "MJ: AI Agent Prompts", 3, "Visible"], ["Name", "MJ: AI Agent Steps", 3, "Visible"], ["Name", "MJ: AI Prompt Runs", 3, "Visible"], ["Name", "AI Agents", 3, "Visible"], ["Name", "Actions", 3, "Visible"], [1, "fa-solid", "fa-bolt", "tab-header-icon"]], template: function AIPromptFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
140
161
|
i0.ɵɵelementStart(0, "div", 1);
|
|
141
|
-
i0.ɵɵtemplate(1, AIPromptFormComponent_form_1_Template,
|
|
162
|
+
i0.ɵɵtemplate(1, AIPromptFormComponent_form_1_Template, 57, 63, "form", 2);
|
|
142
163
|
i0.ɵɵelementEnd();
|
|
143
164
|
} if (rf & 2) {
|
|
144
165
|
i0.ɵɵadvance();
|
|
@@ -151,7 +172,7 @@ AIPromptFormComponent = __decorate([
|
|
|
151
172
|
export { AIPromptFormComponent };
|
|
152
173
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIPromptFormComponent, [{
|
|
153
174
|
type: Component,
|
|
154
|
-
args: [{ selector: 'gen-aiprompt-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"AI Prompts\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"AI Result Cache\" [Visible]=\"record.IsSaved\"> \n AI Result Cache\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Result Cache','AIPromptID')\" \n [NewRecordValues]=\"NewRecordValues('AI Result Cache')\"\n [AllowLoad]=\"IsCurrentTab('AI Result Cache')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Configurations\" [Visible]=\"record.IsSaved\"> \n MJ: AI Configurations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Configurations','DefaultPromptForContextCompressionID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Configurations')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Configurations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Types\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Types\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Types','SystemPromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Types')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Types')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Configurations\" [Visible]=\"record.IsSaved\"> \n MJ: AI Configurations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Configurations','DefaultPromptForContextSummarizationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Configurations')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Configurations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AI Prompts\" [Visible]=\"record.IsSaved\"> \n AI Prompts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Prompts','ResultSelectorPromptID')\" \n [NewRecordValues]=\"NewRecordValues('AI Prompts')\"\n [AllowLoad]=\"IsCurrentTab('AI Prompts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Prompts\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Prompts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Prompts','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Prompts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Prompts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt Models\" [Visible]=\"record.IsSaved\"> \n MJ: AI Prompt Models\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Models','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Models')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Prompt Models')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Steps\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Steps\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Steps','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Steps')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Steps')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt Runs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Prompt Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Runs','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Prompt Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AI Agents\" [Visible]=\"record.IsSaved\"> \n AI Agents\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','ContextCompressionPromptID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsCurrentTab('AI Agents')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
175
|
+
args: [{ selector: 'gen-aiprompt-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"AI Prompts\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"AI Result Cache\" [Visible]=\"record.IsSaved\"> \n AI Result Cache\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Result Cache','AIPromptID')\" \n [NewRecordValues]=\"NewRecordValues('AI Result Cache')\"\n [AllowLoad]=\"IsCurrentTab('AI Result Cache')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Configurations\" [Visible]=\"record.IsSaved\"> \n MJ: AI Configurations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Configurations','DefaultPromptForContextCompressionID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Configurations')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Configurations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Types\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Types\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Types','SystemPromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Types')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Types')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AI Agent Actions\" [Visible]=\"record.IsSaved\"> \n AI Agent Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Actions','CompactPromptID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agent Actions')\"\n [AllowLoad]=\"IsCurrentTab('AI Agent Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Configurations\" [Visible]=\"record.IsSaved\"> \n MJ: AI Configurations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Configurations','DefaultPromptForContextSummarizationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Configurations')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Configurations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AI Prompts\" [Visible]=\"record.IsSaved\"> \n AI Prompts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Prompts','ResultSelectorPromptID')\" \n [NewRecordValues]=\"NewRecordValues('AI Prompts')\"\n [AllowLoad]=\"IsCurrentTab('AI Prompts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt Models\" [Visible]=\"record.IsSaved\"> \n MJ: AI Prompt Models\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Models','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Models')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Prompt Models')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Prompts\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Prompts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Prompts','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Prompts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Prompts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Steps\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Steps\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Steps','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Steps')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Steps')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Prompt Runs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Prompt Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Runs','PromptID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Prompt Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AI Agents\" [Visible]=\"record.IsSaved\"> \n AI Agents\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','ContextCompressionPromptID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsCurrentTab('AI Agents')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Actions\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-bolt tab-header-icon\"></span>Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','DefaultCompactPromptID')\" \n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsCurrentTab('Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
155
176
|
}], null, null); })();
|
|
156
177
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptFormComponent, { className: "AIPromptFormComponent", filePath: "src/lib/generated/Entities/AIPrompt/aiprompt.form.component.ts", lineNumber: 14 }); })();
|
|
157
178
|
export function LoadAIPromptFormComponent() {
|