@memberjunction/ng-core-entity-forms 2.104.0 → 2.105.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/agent-permissions-dialog.component.d.ts +60 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +790 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +5 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +457 -433
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +218 -190
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +45 -44
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +3 -0
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +41 -21
- 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 +53 -4
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js +120 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js +176 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js +14 -5
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js +16 -7
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.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 +13 -4
- package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +34 -4
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js +51 -4
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +14 -4
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js +59 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js +127 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Authorization/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Authorization/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Authorization/sections/details.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 +13 -4
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js +6 -6
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js.map +1 -1
- 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/ConversationDetailArtifact/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Project/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Project/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Project/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Role/role.form.component.js +13 -3
- package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Skill/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Skill/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Skill/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Tag/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Tag/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Tag/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Task/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Task/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Task/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +32 -12
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +342 -331
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +247 -166
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, Input } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "@angular/common";
|
|
12
|
+
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
|
+
function AIAgentPermissionDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
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);
|
|
16
|
+
i0.ɵɵelementEnd()();
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
19
|
+
i0.ɵɵadvance(2);
|
|
20
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
21
|
+
i0.ɵɵadvance();
|
|
22
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
23
|
+
i0.ɵɵadvance();
|
|
24
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
25
|
+
i0.ɵɵadvance();
|
|
26
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
27
|
+
i0.ɵɵadvance();
|
|
28
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
29
|
+
i0.ɵɵadvance();
|
|
30
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
31
|
+
i0.ɵɵadvance();
|
|
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);
|
|
39
|
+
i0.ɵɵadvance();
|
|
40
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
41
|
+
i0.ɵɵadvance();
|
|
42
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
43
|
+
i0.ɵɵadvance();
|
|
44
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
45
|
+
} }
|
|
46
|
+
let AIAgentPermissionDetailsComponent = class AIAgentPermissionDetailsComponent extends BaseFormSectionComponent {
|
|
47
|
+
constructor() {
|
|
48
|
+
super(...arguments);
|
|
49
|
+
this.EditMode = false;
|
|
50
|
+
}
|
|
51
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentPermissionDetailsComponent_BaseFactory; return function AIAgentPermissionDetailsComponent_Factory(t) { return (ɵAIAgentPermissionDetailsComponent_BaseFactory || (ɵAIAgentPermissionDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentPermissionDetailsComponent)))(t || AIAgentPermissionDetailsComponent); }; })(); }
|
|
52
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentPermissionDetailsComponent, selectors: [["gen-aiagentpermission-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", "RoleID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CanView", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CanRun", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CanEdit", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CanDelete", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 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", "Role", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentPermissionDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
53
|
+
i0.ɵɵtemplate(0, AIAgentPermissionDetailsComponent_div_0_Template, 15, 39, "div", 0);
|
|
54
|
+
} if (rf & 2) {
|
|
55
|
+
i0.ɵɵproperty("ngIf", ctx.record);
|
|
56
|
+
} }, 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}"] }); }
|
|
57
|
+
};
|
|
58
|
+
AIAgentPermissionDetailsComponent = __decorate([
|
|
59
|
+
RegisterClass(BaseFormSectionComponent, 'MJ: AI Agent Permissions.details') // Tell MemberJunction about this class
|
|
60
|
+
], AIAgentPermissionDetailsComponent);
|
|
61
|
+
export { AIAgentPermissionDetailsComponent };
|
|
62
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIAgentPermissionDetailsComponent, [{
|
|
63
|
+
type: Component,
|
|
64
|
+
args: [{ selector: 'gen-aiagentpermission-form-details', template: `<div *ngIf="this.record">
|
|
65
|
+
<div class="record-form">
|
|
66
|
+
<mj-form-field
|
|
67
|
+
[record]="record"
|
|
68
|
+
[ShowLabel]="true"
|
|
69
|
+
FieldName="AgentID"
|
|
70
|
+
Type="textbox"
|
|
71
|
+
[EditMode]="EditMode"
|
|
72
|
+
LinkType="Record"
|
|
73
|
+
LinkComponentType="Search"
|
|
74
|
+
></mj-form-field>
|
|
75
|
+
<mj-form-field
|
|
76
|
+
[record]="record"
|
|
77
|
+
[ShowLabel]="true"
|
|
78
|
+
FieldName="RoleID"
|
|
79
|
+
Type="textbox"
|
|
80
|
+
[EditMode]="EditMode"
|
|
81
|
+
LinkType="Record"
|
|
82
|
+
LinkComponentType="Search"
|
|
83
|
+
></mj-form-field>
|
|
84
|
+
<mj-form-field
|
|
85
|
+
[record]="record"
|
|
86
|
+
[ShowLabel]="true"
|
|
87
|
+
FieldName="UserID"
|
|
88
|
+
Type="textbox"
|
|
89
|
+
[EditMode]="EditMode"
|
|
90
|
+
LinkType="Record"
|
|
91
|
+
LinkComponentType="Search"
|
|
92
|
+
></mj-form-field>
|
|
93
|
+
<mj-form-field
|
|
94
|
+
[record]="record"
|
|
95
|
+
[ShowLabel]="true"
|
|
96
|
+
FieldName="CanView"
|
|
97
|
+
Type="checkbox"
|
|
98
|
+
[EditMode]="EditMode"
|
|
99
|
+
></mj-form-field>
|
|
100
|
+
<mj-form-field
|
|
101
|
+
[record]="record"
|
|
102
|
+
[ShowLabel]="true"
|
|
103
|
+
FieldName="CanRun"
|
|
104
|
+
Type="checkbox"
|
|
105
|
+
[EditMode]="EditMode"
|
|
106
|
+
></mj-form-field>
|
|
107
|
+
<mj-form-field
|
|
108
|
+
[record]="record"
|
|
109
|
+
[ShowLabel]="true"
|
|
110
|
+
FieldName="CanEdit"
|
|
111
|
+
Type="checkbox"
|
|
112
|
+
[EditMode]="EditMode"
|
|
113
|
+
></mj-form-field>
|
|
114
|
+
<mj-form-field
|
|
115
|
+
[record]="record"
|
|
116
|
+
[ShowLabel]="true"
|
|
117
|
+
FieldName="CanDelete"
|
|
118
|
+
Type="checkbox"
|
|
119
|
+
[EditMode]="EditMode"
|
|
120
|
+
></mj-form-field>
|
|
121
|
+
<mj-form-field
|
|
122
|
+
[record]="record"
|
|
123
|
+
[ShowLabel]="true"
|
|
124
|
+
FieldName="Comments"
|
|
125
|
+
Type="textarea"
|
|
126
|
+
[EditMode]="EditMode"
|
|
127
|
+
></mj-form-field>
|
|
128
|
+
<mj-form-field
|
|
129
|
+
[record]="record"
|
|
130
|
+
[ShowLabel]="true"
|
|
131
|
+
FieldName="__mj_CreatedAt"
|
|
132
|
+
Type="textbox"
|
|
133
|
+
[EditMode]="EditMode"
|
|
134
|
+
></mj-form-field>
|
|
135
|
+
<mj-form-field
|
|
136
|
+
[record]="record"
|
|
137
|
+
[ShowLabel]="true"
|
|
138
|
+
FieldName="__mj_UpdatedAt"
|
|
139
|
+
Type="textbox"
|
|
140
|
+
[EditMode]="EditMode"
|
|
141
|
+
></mj-form-field>
|
|
142
|
+
<mj-form-field
|
|
143
|
+
[record]="record"
|
|
144
|
+
[ShowLabel]="true"
|
|
145
|
+
FieldName="Agent"
|
|
146
|
+
Type="textbox"
|
|
147
|
+
[EditMode]="EditMode"
|
|
148
|
+
></mj-form-field>
|
|
149
|
+
<mj-form-field
|
|
150
|
+
[record]="record"
|
|
151
|
+
[ShowLabel]="true"
|
|
152
|
+
FieldName="Role"
|
|
153
|
+
Type="textbox"
|
|
154
|
+
[EditMode]="EditMode"
|
|
155
|
+
></mj-form-field>
|
|
156
|
+
<mj-form-field
|
|
157
|
+
[record]="record"
|
|
158
|
+
[ShowLabel]="true"
|
|
159
|
+
FieldName="User"
|
|
160
|
+
Type="textbox"
|
|
161
|
+
[EditMode]="EditMode"
|
|
162
|
+
></mj-form-field>
|
|
163
|
+
|
|
164
|
+
</div>
|
|
165
|
+
</div>
|
|
166
|
+
`, 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"] }]
|
|
167
|
+
}], null, { record: [{
|
|
168
|
+
type: Input
|
|
169
|
+
}], EditMode: [{
|
|
170
|
+
type: Input
|
|
171
|
+
}] }); })();
|
|
172
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentPermissionDetailsComponent, { className: "AIAgentPermissionDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentPermission/sections/details.component.ts", lineNumber: 114 }); })();
|
|
173
|
+
export function LoadAIAgentPermissionDetailsComponent() {
|
|
174
|
+
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
175
|
+
}
|
|
176
|
+
//# sourceMappingURL=details.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentPermission/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;IA2FrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,mCAQiB,uBASA,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAlGM,eAAiB;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;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,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,wBAAwB;IAAxE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;wSAHY,iCAAiC,SAAjC,iCAAiC;oEAAjC,iCAAiC;YAxG/B,oFAAyB;;YAAnB,iCAAiB;;;AAwGzB,iCAAiC;IA5G7C,aAAa,CAAC,wBAAwB,EAAE,kCAAkC,CAAC,CAAC,wCAAwC;GA4GxG,iCAAiC,CAG7C;;iFAHY,iCAAiC;cA3G7C,SAAS;2BACI,oCAAoC,YAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsGT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,iCAAiC;AAK9C,MAAM,UAAU,qCAAqC;IACjD,2GAA2G;AAC/G,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,qBA+Va,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);
|
|
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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -104,6 +104,10 @@ function AIAgentRunDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
104
104
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
105
105
|
i0.ɵɵadvance();
|
|
106
106
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
107
|
+
i0.ɵɵadvance();
|
|
108
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
109
|
+
i0.ɵɵadvance();
|
|
110
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
107
111
|
} }
|
|
108
112
|
let AIAgentRunDetailsComponent = class AIAgentRunDetailsComponent extends BaseFormSectionComponent {
|
|
109
113
|
constructor() {
|
|
@@ -111,8 +115,8 @@ let AIAgentRunDetailsComponent = class AIAgentRunDetailsComponent extends BaseFo
|
|
|
111
115
|
this.EditMode = false;
|
|
112
116
|
}
|
|
113
117
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentRunDetailsComponent_BaseFactory; return function AIAgentRunDetailsComponent_Factory(t) { return (ɵAIAgentRunDetailsComponent_BaseFactory || (ɵAIAgentRunDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentRunDetailsComponent)))(t || AIAgentRunDetailsComponent); }; })(); }
|
|
114
|
-
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"]], template: function AIAgentRunDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
115
|
-
i0.ɵɵtemplate(0, AIAgentRunDetailsComponent_div_0_Template,
|
|
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, 48, 138, "div", 0);
|
|
116
120
|
} if (rf & 2) {
|
|
117
121
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
118
122
|
} }, 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}"] }); }
|
|
@@ -451,6 +455,20 @@ export { AIAgentRunDetailsComponent };
|
|
|
451
455
|
Type="textbox"
|
|
452
456
|
[EditMode]="EditMode"
|
|
453
457
|
></mj-form-field>
|
|
458
|
+
<mj-form-field
|
|
459
|
+
[record]="record"
|
|
460
|
+
[ShowLabel]="true"
|
|
461
|
+
FieldName="RootParentRunID"
|
|
462
|
+
Type="textbox"
|
|
463
|
+
[EditMode]="EditMode"
|
|
464
|
+
></mj-form-field>
|
|
465
|
+
<mj-form-field
|
|
466
|
+
[record]="record"
|
|
467
|
+
[ShowLabel]="true"
|
|
468
|
+
FieldName="RootLastRunID"
|
|
469
|
+
Type="textbox"
|
|
470
|
+
[EditMode]="EditMode"
|
|
471
|
+
></mj-form-field>
|
|
454
472
|
|
|
455
473
|
</div>
|
|
456
474
|
</div>
|
|
@@ -460,7 +478,7 @@ export { AIAgentRunDetailsComponent };
|
|
|
460
478
|
}], EditMode: [{
|
|
461
479
|
type: Input
|
|
462
480
|
}] }); })();
|
|
463
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRunDetailsComponent, { className: "AIAgentRunDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRun/sections/details.component.ts", lineNumber:
|
|
481
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRunDetailsComponent, { className: "AIAgentRunDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRun/sections/details.component.ts", lineNumber: 357 }); })();
|
|
464
482
|
export function LoadAIAgentRunDetailsComponent() {
|
|
465
483
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
466
484
|
}
|
|
@@ -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;IA8UrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,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,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IArVM,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;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;YA3VxB,8EAAyB;;YAAnB,iCAAiB;;;AA2VzB,0BAA0B;IA/VtC,aAAa,CAAC,wBAAwB,EAAE,2BAA2B,CAAC,CAAC,wCAAwC;GA+VjG,0BAA0B,CAGtC;;iFAHY,0BAA0B;cA9VtC,SAAS;2BACI,6BAA6B,YAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyVT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,0BAA0B;AAKvC,MAAM,UAAU,8BAA8B;IAC1C,2GAA2G;AAC/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRunStep/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;;AAErE,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRunStep/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;;AAErE,qBAyKa,8BAA+B,SAAQ,wBAAwB;IACtD,MAAM,EAAG,oBAAoB,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,8BAA8B;2CAA9B,8BAA8B;CAG1C;AAED,wBAAgB,kCAAkC,SAEjD"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function AIAgentRunStepDetailsComponent_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);
|
|
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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -58,6 +58,8 @@ function AIAgentRunStepDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
58
58
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
59
59
|
i0.ɵɵadvance();
|
|
60
60
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
61
|
+
i0.ɵɵadvance();
|
|
62
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
61
63
|
} }
|
|
62
64
|
let AIAgentRunStepDetailsComponent = class AIAgentRunStepDetailsComponent extends BaseFormSectionComponent {
|
|
63
65
|
constructor() {
|
|
@@ -65,8 +67,8 @@ let AIAgentRunStepDetailsComponent = class AIAgentRunStepDetailsComponent extend
|
|
|
65
67
|
this.EditMode = false;
|
|
66
68
|
}
|
|
67
69
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentRunStepDetailsComponent_BaseFactory; return function AIAgentRunStepDetailsComponent_Factory(t) { return (ɵAIAgentRunStepDetailsComponent_BaseFactory || (ɵAIAgentRunStepDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentRunStepDetailsComponent)))(t || AIAgentRunStepDetailsComponent); }; })(); }
|
|
68
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRunStepDetailsComponent, selectors: [["gen-aiagentrunstep-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StepNumber", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StepType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StepName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TargetID", "Type", "textbox", 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", "InputData", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OutputData", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TargetLogID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadAtStart", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadAtEnd", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidationResult", "Type", "
|
|
69
|
-
i0.ɵɵtemplate(0, AIAgentRunStepDetailsComponent_div_0_Template,
|
|
70
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRunStepDetailsComponent, selectors: [["gen-aiagentrunstep-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StepNumber", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StepType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StepName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TargetID", "Type", "textbox", 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", "InputData", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OutputData", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TargetLogID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadAtStart", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PayloadAtEnd", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidationResult", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalPayloadValidationMessages", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentRunStepDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71
|
+
i0.ɵɵtemplate(0, AIAgentRunStepDetailsComponent_div_0_Template, 24, 66, "div", 0);
|
|
70
72
|
} if (rf & 2) {
|
|
71
73
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
72
74
|
} }, 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}"] }); }
|
|
@@ -204,7 +206,7 @@ export { AIAgentRunStepDetailsComponent };
|
|
|
204
206
|
[record]="record"
|
|
205
207
|
[ShowLabel]="true"
|
|
206
208
|
FieldName="FinalPayloadValidationResult"
|
|
207
|
-
Type="
|
|
209
|
+
Type="dropdownlist"
|
|
208
210
|
[EditMode]="EditMode"
|
|
209
211
|
></mj-form-field>
|
|
210
212
|
<mj-form-field
|
|
@@ -230,6 +232,13 @@ export { AIAgentRunStepDetailsComponent };
|
|
|
230
232
|
Type="textarea"
|
|
231
233
|
[EditMode]="EditMode"
|
|
232
234
|
></mj-form-field>
|
|
235
|
+
<mj-form-field
|
|
236
|
+
[record]="record"
|
|
237
|
+
[ShowLabel]="true"
|
|
238
|
+
FieldName="RootParentID"
|
|
239
|
+
Type="textbox"
|
|
240
|
+
[EditMode]="EditMode"
|
|
241
|
+
></mj-form-field>
|
|
233
242
|
|
|
234
243
|
</div>
|
|
235
244
|
</div>
|
|
@@ -239,7 +248,7 @@ export { AIAgentRunStepDetailsComponent };
|
|
|
239
248
|
}], EditMode: [{
|
|
240
249
|
type: Input
|
|
241
250
|
}] }); })();
|
|
242
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRunStepDetailsComponent, { className: "AIAgentRunStepDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRunStep/sections/details.component.ts", lineNumber:
|
|
251
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRunStepDetailsComponent, { className: "AIAgentRunStepDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRunStep/sections/details.component.ts", lineNumber: 175 }); })();
|
|
243
252
|
export function LoadAIAgentRunStepDetailsComponent() {
|
|
244
253
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
245
254
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRunStep/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/AIAgentRunStep/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;IAwJrB,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,mCAQiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA/JM,eAAiB;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;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;;AAO1B,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,wBAAwB;IAArE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4RAHY,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YArK5B,iFAAyB;;YAAnB,iCAAiB;;;AAqKzB,8BAA8B;IAzK1C,aAAa,CAAC,wBAAwB,EAAE,gCAAgC,CAAC,CAAC,wCAAwC;GAyKtG,8BAA8B,CAG1C;;iFAHY,8BAA8B;cAxK1C,SAAS;2BACI,iCAAiC,YAEjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmKT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,8BAA8B;AAK3C,MAAM,UAAU,kCAAkC;IAC9C,2GAA2G;AAC/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPrompt/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;;AAE/D,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPrompt/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;;AAE/D,qBA6Za,wBAAyB,SAAQ,wBAAwB;IAChD,MAAM,EAAG,cAAc,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAS;yCAFnC,wBAAwB;2CAAxB,wBAAwB;CAGpC;AAED,wBAAgB,4BAA4B,SAE3C"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function AIPromptDetailsComponent_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)(48, "mj-form-field", 48)(49, "mj-form-field", 49)(50, "mj-form-field", 50)(51, "mj-form-field", 51)(52, "mj-form-field", 52)(53, "mj-form-field", 53)(54, "mj-form-field", 54)(55, "mj-form-field", 55)(56, "mj-form-field", 56);
|
|
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)(49, "mj-form-field", 49)(50, "mj-form-field", 50)(51, "mj-form-field", 51)(52, "mj-form-field", 52)(53, "mj-form-field", 53)(54, "mj-form-field", 54)(55, "mj-form-field", 55)(56, "mj-form-field", 56)(57, "mj-form-field", 57);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -126,6 +126,8 @@ function AIPromptDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
126
126
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
127
127
|
i0.ɵɵadvance();
|
|
128
128
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
129
|
+
i0.ɵɵadvance();
|
|
130
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
129
131
|
} }
|
|
130
132
|
let AIPromptDetailsComponent = class AIPromptDetailsComponent extends BaseFormSectionComponent {
|
|
131
133
|
constructor() {
|
|
@@ -133,8 +135,8 @@ let AIPromptDetailsComponent = class AIPromptDetailsComponent extends BaseFormSe
|
|
|
133
135
|
this.EditMode = false;
|
|
134
136
|
}
|
|
135
137
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIPromptDetailsComponent_BaseFactory; return function AIPromptDetailsComponent_Factory(t) { return (ɵAIPromptDetailsComponent_BaseFactory || (ɵAIPromptDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIPromptDetailsComponent)))(t || AIPromptDetailsComponent); }; })(); }
|
|
136
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptDetailsComponent, selectors: [["gen-aiprompt-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TemplateID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CategoryID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TypeID", "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", "ResponseFormat", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelSpecificResponseFormat", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AIModelTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MinPowerRank", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SelectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PowerPreference", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParallelizationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParallelCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParallelConfigParam", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OutputType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OutputExample", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationBehavior", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxRetries", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RetryDelayMS", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RetryStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ResultSelectorPromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EnableCaching", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheTTLSeconds", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMatchType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheSimilarityThreshold", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchModel", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchVendor", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchAgent", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchConfig", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PromptRole", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PromptPosition", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Temperature", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopP", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopK", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MinP", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FrequencyPenalty", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PresencePenalty", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Seed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StopSequences", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IncludeLogProbs", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopLogProbs", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverStrategy", "Type", "
|
|
137
|
-
i0.ɵɵtemplate(0, AIPromptDetailsComponent_div_0_Template,
|
|
138
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptDetailsComponent, selectors: [["gen-aiprompt-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TemplateID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CategoryID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TypeID", "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", "ResponseFormat", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelSpecificResponseFormat", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AIModelTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MinPowerRank", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SelectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PowerPreference", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParallelizationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParallelCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParallelConfigParam", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OutputType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OutputExample", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationBehavior", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxRetries", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RetryDelayMS", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RetryStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ResultSelectorPromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EnableCaching", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheTTLSeconds", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMatchType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheSimilarityThreshold", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchModel", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchVendor", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchAgent", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheMustMatchConfig", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PromptRole", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PromptPosition", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Temperature", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopP", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopK", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MinP", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FrequencyPenalty", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PresencePenalty", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Seed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StopSequences", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IncludeLogProbs", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopLogProbs", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverMaxAttempts", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverDelaySeconds", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverModelStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverErrorScope", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EffortLevel", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Template", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Category", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AIModelType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ResultSelectorPrompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootResultSelectorPromptID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIPromptDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
139
|
+
i0.ɵɵtemplate(0, AIPromptDetailsComponent_div_0_Template, 58, 168, "div", 0);
|
|
138
140
|
} if (rf & 2) {
|
|
139
141
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
140
142
|
} }, 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}"] }); }
|
|
@@ -469,7 +471,7 @@ export { AIPromptDetailsComponent };
|
|
|
469
471
|
[record]="record"
|
|
470
472
|
[ShowLabel]="true"
|
|
471
473
|
FieldName="FailoverStrategy"
|
|
472
|
-
Type="
|
|
474
|
+
Type="dropdownlist"
|
|
473
475
|
[EditMode]="EditMode"
|
|
474
476
|
></mj-form-field>
|
|
475
477
|
<mj-form-field
|
|
@@ -490,14 +492,14 @@ export { AIPromptDetailsComponent };
|
|
|
490
492
|
[record]="record"
|
|
491
493
|
[ShowLabel]="true"
|
|
492
494
|
FieldName="FailoverModelStrategy"
|
|
493
|
-
Type="
|
|
495
|
+
Type="dropdownlist"
|
|
494
496
|
[EditMode]="EditMode"
|
|
495
497
|
></mj-form-field>
|
|
496
498
|
<mj-form-field
|
|
497
499
|
[record]="record"
|
|
498
500
|
[ShowLabel]="true"
|
|
499
501
|
FieldName="FailoverErrorScope"
|
|
500
|
-
Type="
|
|
502
|
+
Type="dropdownlist"
|
|
501
503
|
[EditMode]="EditMode"
|
|
502
504
|
></mj-form-field>
|
|
503
505
|
<mj-form-field
|
|
@@ -542,6 +544,13 @@ export { AIPromptDetailsComponent };
|
|
|
542
544
|
Type="textbox"
|
|
543
545
|
[EditMode]="EditMode"
|
|
544
546
|
></mj-form-field>
|
|
547
|
+
<mj-form-field
|
|
548
|
+
[record]="record"
|
|
549
|
+
[ShowLabel]="true"
|
|
550
|
+
FieldName="RootResultSelectorPromptID"
|
|
551
|
+
Type="textbox"
|
|
552
|
+
[EditMode]="EditMode"
|
|
553
|
+
></mj-form-field>
|
|
545
554
|
|
|
546
555
|
</div>
|
|
547
556
|
</div>
|
|
@@ -551,7 +560,7 @@ export { AIPromptDetailsComponent };
|
|
|
551
560
|
}], EditMode: [{
|
|
552
561
|
type: Input
|
|
553
562
|
}] }); })();
|
|
554
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptDetailsComponent, { className: "AIPromptDetailsComponent", filePath: "src/lib/generated/Entities/AIPrompt/sections/details.component.ts", lineNumber:
|
|
563
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptDetailsComponent, { className: "AIPromptDetailsComponent", filePath: "src/lib/generated/Entities/AIPrompt/sections/details.component.ts", lineNumber: 419 }); })();
|
|
555
564
|
export function LoadAIPromptDetailsComponent() {
|
|
556
565
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
557
566
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPrompt/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/AIPrompt/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;IA4YrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,AAPA,AAPA,mCAMiB,uBAOA,uBASA,uBASA,uBASA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAnZM,eAAiB;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;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;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;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;;AAO1B,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,wBAAwB;IAA/D;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oQAHY,wBAAwB,SAAxB,wBAAwB;oEAAxB,wBAAwB;YAzZtB,4EAAyB;;YAAnB,iCAAiB;;;AAyZzB,wBAAwB;IA7ZpC,aAAa,CAAC,wBAAwB,EAAE,oBAAoB,CAAC,CAAC,wCAAwC;GA6Z1F,wBAAwB,CAGpC;;iFAHY,wBAAwB;cA5ZpC,SAAS;2BACI,2BAA2B,YAE3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAuZT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,wBAAwB;AAKrC,MAAM,UAAU,4BAA4B;IACxC,2GAA2G;AAC/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptCategory/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptCategory/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,qBA8Da,gCAAiC,SAAQ,wBAAwB;IACxD,MAAM,EAAG,sBAAsB,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,gCAAgC;2CAAhC,gCAAgC;CAG5C;AAED,wBAAgB,oCAAoC,SAEnD"}
|