@memberjunction/ng-core-entity-forms 2.103.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.
Files changed (151) hide show
  1. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts +60 -0
  2. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -0
  3. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +790 -0
  4. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -0
  5. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +5 -0
  6. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  7. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +457 -433
  8. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  9. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +218 -190
  10. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  11. package/dist/lib/custom/custom-forms.module.d.ts +45 -44
  12. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  13. package/dist/lib/custom/custom-forms.module.js +3 -0
  14. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  15. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +46 -16
  16. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  17. package/dist/lib/generated/Entities/AIAgent/sections/details.component.d.ts.map +1 -1
  18. package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +53 -4
  19. package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
  20. package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts +10 -0
  21. package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts.map +1 -0
  22. package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js +59 -0
  23. package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js.map +1 -0
  24. package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts +11 -0
  25. package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts.map +1 -0
  26. package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js +120 -0
  27. package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js.map +1 -0
  28. package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts +10 -0
  29. package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts.map +1 -0
  30. package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js +59 -0
  31. package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js.map +1 -0
  32. package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts +11 -0
  33. package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts.map +1 -0
  34. package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js +176 -0
  35. package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js.map +1 -0
  36. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +6 -6
  37. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
  38. package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
  39. package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +22 -4
  40. package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
  41. package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.d.ts.map +1 -1
  42. package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js +14 -5
  43. package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js.map +1 -1
  44. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +6 -6
  45. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
  46. package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +6 -6
  47. package/dist/lib/generated/Entities/AIPrompt/sections/details.component.d.ts.map +1 -1
  48. package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js +16 -7
  49. package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js.map +1 -1
  50. package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.d.ts.map +1 -1
  51. package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.js +13 -4
  52. package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.js.map +1 -1
  53. package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.d.ts.map +1 -1
  54. package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js +22 -4
  55. package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js.map +1 -1
  56. package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +6 -6
  57. package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
  58. package/dist/lib/generated/Entities/Action/sections/details.component.d.ts.map +1 -1
  59. package/dist/lib/generated/Entities/Action/sections/details.component.js +13 -4
  60. package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/ActionCategory/sections/details.component.d.ts.map +1 -1
  62. package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js +13 -4
  63. package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js.map +1 -1
  64. package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +34 -4
  65. package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
  66. package/dist/lib/generated/Entities/ArtifactType/sections/details.component.d.ts.map +1 -1
  67. package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js +51 -4
  68. package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js.map +1 -1
  69. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.d.ts.map +1 -1
  70. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +29 -8
  71. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.d.ts.map +1 -1
  73. package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js +31 -4
  74. package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts +10 -0
  76. package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts.map +1 -0
  77. package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js +59 -0
  78. package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js.map +1 -0
  79. package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts +11 -0
  80. package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts.map +1 -0
  81. package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js +127 -0
  82. package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js.map +1 -0
  83. package/dist/lib/generated/Entities/AuditLogType/sections/details.component.d.ts.map +1 -1
  84. package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js +13 -4
  85. package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js.map +1 -1
  86. package/dist/lib/generated/Entities/Authorization/sections/details.component.d.ts.map +1 -1
  87. package/dist/lib/generated/Entities/Authorization/sections/details.component.js +13 -4
  88. package/dist/lib/generated/Entities/Authorization/sections/details.component.js.map +1 -1
  89. package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts.map +1 -1
  90. package/dist/lib/generated/Entities/Collection/sections/details.component.js +13 -4
  91. package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
  92. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +25 -5
  93. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
  94. package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.d.ts.map +1 -1
  95. package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js +53 -4
  96. package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
  97. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts +10 -0
  98. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts.map +1 -0
  99. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +59 -0
  100. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -0
  101. package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.d.ts +11 -0
  102. package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.d.ts.map +1 -0
  103. package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js +111 -0
  104. package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js.map +1 -0
  105. package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.d.ts.map +1 -1
  106. package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js +13 -4
  107. package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js.map +1 -1
  108. package/dist/lib/generated/Entities/Entity/entity.form.component.js +7 -7
  109. package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
  110. package/dist/lib/generated/Entities/FileCategory/sections/details.component.d.ts.map +1 -1
  111. package/dist/lib/generated/Entities/FileCategory/sections/details.component.js +13 -4
  112. package/dist/lib/generated/Entities/FileCategory/sections/details.component.js.map +1 -1
  113. package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.d.ts.map +1 -1
  114. package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js +13 -4
  115. package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js.map +1 -1
  116. package/dist/lib/generated/Entities/ListCategory/sections/details.component.d.ts.map +1 -1
  117. package/dist/lib/generated/Entities/ListCategory/sections/details.component.js +13 -4
  118. package/dist/lib/generated/Entities/ListCategory/sections/details.component.js.map +1 -1
  119. package/dist/lib/generated/Entities/Project/sections/details.component.d.ts.map +1 -1
  120. package/dist/lib/generated/Entities/Project/sections/details.component.js +13 -4
  121. package/dist/lib/generated/Entities/Project/sections/details.component.js.map +1 -1
  122. package/dist/lib/generated/Entities/QueryCategory/sections/details.component.d.ts.map +1 -1
  123. package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js +13 -4
  124. package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js.map +1 -1
  125. package/dist/lib/generated/Entities/ReportCategory/sections/details.component.d.ts.map +1 -1
  126. package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js +13 -4
  127. package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js.map +1 -1
  128. package/dist/lib/generated/Entities/Role/role.form.component.js +13 -3
  129. package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
  130. package/dist/lib/generated/Entities/Skill/sections/details.component.d.ts.map +1 -1
  131. package/dist/lib/generated/Entities/Skill/sections/details.component.js +13 -4
  132. package/dist/lib/generated/Entities/Skill/sections/details.component.js.map +1 -1
  133. package/dist/lib/generated/Entities/Tag/sections/details.component.d.ts.map +1 -1
  134. package/dist/lib/generated/Entities/Tag/sections/details.component.js +13 -4
  135. package/dist/lib/generated/Entities/Tag/sections/details.component.js.map +1 -1
  136. package/dist/lib/generated/Entities/Task/sections/details.component.d.ts.map +1 -1
  137. package/dist/lib/generated/Entities/Task/sections/details.component.js +13 -4
  138. package/dist/lib/generated/Entities/Task/sections/details.component.js.map +1 -1
  139. package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.d.ts.map +1 -1
  140. package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js +13 -4
  141. package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js.map +1 -1
  142. package/dist/lib/generated/Entities/User/user.form.component.js +32 -12
  143. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  144. package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.d.ts.map +1 -1
  145. package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js +13 -4
  146. package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js.map +1 -1
  147. package/dist/lib/generated/generated-forms.module.d.ts +342 -329
  148. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  149. package/dist/lib/generated/generated-forms.module.js +287 -198
  150. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  151. package/package.json +15 -15
@@ -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 Models ");
43
+ i0.ɵɵtext(17, " MJ: AI Prompt Runs ");
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 Runs ");
55
+ i0.ɵɵtext(25, " MJ: AI Prompt Models ");
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 Models", "ConfigurationID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Prompt Models"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Prompt Models"))("EditMode", ctx_r1.GridEditMode());
83
+ 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());
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 Runs", "ConfigurationID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Prompt Runs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Prompt Runs"))("EditMode", ctx_r1.GridEditMode());
91
+ 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());
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 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) {
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 Runs", 3, "Visible"], ["Name", "AI Result Cache", 3, "Visible"], ["Name", "MJ: AI Prompt Models", 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 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"] }]
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 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=\"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 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=\"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,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"}
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,mCAA6D;IACzD,qCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;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;IAKD,cAA0B;IAA1B,+CAA0B;IAKpD,eAA0F;IAG1F,AADA,AADA,AADA,gHAA0F,iEACjC,wDACT,mCACrB;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAuF;IAGvF,AADA,AADA,AADA,6GAAuF,8DACjC,qDACT,mCAClB;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAA4F;IAG5F,AADA,AADA,AADA,kHAA4F,mEACjC,0DACT,mCACvB;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"}
@@ -58,13 +58,13 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
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, " MJ: AI Prompt Models ");
61
+ i0.ɵɵtext(29, " MJ: AI Agent Prompts ");
62
62
  i0.ɵɵelementEnd();
63
63
  i0.ɵɵelementStart(30, "mj-tab-body");
64
64
  i0.ɵɵelement(31, "mj-user-view-grid", 9);
65
65
  i0.ɵɵelementEnd();
66
66
  i0.ɵɵelementStart(32, "mj-tab", 14);
67
- i0.ɵɵtext(33, " MJ: AI Agent Prompts ");
67
+ i0.ɵɵtext(33, " MJ: AI Prompt Models ");
68
68
  i0.ɵɵelementEnd();
69
69
  i0.ɵɵelementStart(34, "mj-tab-body");
70
70
  i0.ɵɵelement(35, "mj-user-view-grid", 9);
@@ -116,11 +116,11 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
116
116
  i0.ɵɵadvance();
117
117
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
118
118
  i0.ɵɵadvance(3);
119
- 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());
119
+ 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());
120
120
  i0.ɵɵadvance();
121
121
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
122
122
  i0.ɵɵadvance(3);
123
- 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());
123
+ 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());
124
124
  i0.ɵɵadvance();
125
125
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
126
126
  i0.ɵɵadvance(3);
@@ -136,7 +136,7 @@ function AIPromptFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
136
136
  } }
137
137
  let AIPromptFormComponent = class AIPromptFormComponent extends BaseFormComponent {
138
138
  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 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"]], template: function AIPromptFormComponent_Template(rf, ctx) { if (rf & 1) {
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 Agent Prompts", 3, "Visible"], ["Name", "MJ: AI Prompt Models", 3, "Visible"], ["Name", "MJ: AI Agent Steps", 3, "Visible"], ["Name", "MJ: AI Prompt Runs", 3, "Visible"], ["Name", "AI Agents", 3, "Visible"]], template: function AIPromptFormComponent_Template(rf, ctx) { if (rf & 1) {
140
140
  i0.ɵɵelementStart(0, "div", 1);
141
141
  i0.ɵɵtemplate(1, AIPromptFormComponent_form_1_Template, 48, 53, "form", 2);
142
142
  i0.ɵɵelementEnd();
@@ -151,7 +151,7 @@ AIPromptFormComponent = __decorate([
151
151
  export { AIPromptFormComponent };
152
152
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIPromptFormComponent, [{
153
153
  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 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 </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"] }]
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"] }]
155
155
  }], null, null); })();
156
156
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptFormComponent, { className: "AIPromptFormComponent", filePath: "src/lib/generated/Entities/AIPrompt/aiprompt.form.component.ts", lineNumber: 14 }); })();
157
157
  export function LoadAIPromptFormComponent() {
@@ -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,qBAsZa,wBAAyB,SAAQ,wBAAwB;IAChD,MAAM,EAAG,cAAc,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAS;yCAFnC,wBAAwB;2CAAxB,wBAAwB;CAGpC;AAED,wBAAgB,4BAA4B,SAE3C"}
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", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverMaxAttempts", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverDelaySeconds", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverModelStrategy", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverErrorScope", "Type", "textbox", 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"]], template: function AIPromptDetailsComponent_Template(rf, ctx) { if (rf & 1) {
137
- i0.ɵɵtemplate(0, AIPromptDetailsComponent_div_0_Template, 57, 165, "div", 0);
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="textbox"
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="textbox"
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="textbox"
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: 412 }); })();
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;IAqYrB,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;IAGzB,AADI,iBAAM,EACJ;;;IA5YM,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;;AAO1B,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,wBAAwB;IAA/D;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oQAHY,wBAAwB,SAAxB,wBAAwB;oEAAxB,wBAAwB;YAlZtB,4EAAyB;;YAAnB,iCAAiB;;;AAkZzB,wBAAwB;IAtZpC,aAAa,CAAC,wBAAwB,EAAE,oBAAoB,CAAC,CAAC,wCAAwC;GAsZ1F,wBAAwB,CAGpC;;iFAHY,wBAAwB;cArZpC,SAAS;2BACI,2BAA2B,YAE3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgZT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,wBAAwB;AAKrC,MAAM,UAAU,4BAA4B;IACxC,2GAA2G;AAC/G,CAAC"}
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,qBAuDa,gCAAiC,SAAQ,wBAAwB;IACxD,MAAM,EAAG,sBAAsB,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,gCAAgC;2CAAhC,gCAAgC;CAG5C;AAED,wBAAgB,oCAAoC,SAEnD"}
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"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function AIPromptCategoryDetailsComponent_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);
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);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -28,6 +28,8 @@ function AIPromptCategoryDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1)
28
28
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
29
29
  i0.ɵɵadvance();
30
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);
31
33
  } }
32
34
  let AIPromptCategoryDetailsComponent = class AIPromptCategoryDetailsComponent extends BaseFormSectionComponent {
33
35
  constructor() {
@@ -35,8 +37,8 @@ let AIPromptCategoryDetailsComponent = class AIPromptCategoryDetailsComponent ex
35
37
  this.EditMode = false;
36
38
  }
37
39
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIPromptCategoryDetailsComponent_BaseFactory; return function AIPromptCategoryDetailsComponent_Factory(t) { return (ɵAIPromptCategoryDetailsComponent_BaseFactory || (ɵAIPromptCategoryDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIPromptCategoryDetailsComponent)))(t || AIPromptCategoryDetailsComponent); }; })(); }
38
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptCategoryDetailsComponent, selectors: [["gen-aipromptcategory-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", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "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", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIPromptCategoryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
39
- i0.ɵɵtemplate(0, AIPromptCategoryDetailsComponent_div_0_Template, 8, 18, "div", 0);
40
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptCategoryDetailsComponent, selectors: [["gen-aipromptcategory-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", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "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", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIPromptCategoryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
41
+ i0.ɵɵtemplate(0, AIPromptCategoryDetailsComponent_div_0_Template, 9, 21, "div", 0);
40
42
  } if (rf & 2) {
41
43
  i0.ɵɵproperty("ngIf", ctx.record);
42
44
  } }, 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}"] }); }
@@ -93,6 +95,13 @@ export { AIPromptCategoryDetailsComponent };
93
95
  Type="textbox"
94
96
  [EditMode]="EditMode"
95
97
  ></mj-form-field>
98
+ <mj-form-field
99
+ [record]="record"
100
+ [ShowLabel]="true"
101
+ FieldName="RootParentID"
102
+ Type="textbox"
103
+ [EditMode]="EditMode"
104
+ ></mj-form-field>
96
105
 
97
106
  </div>
98
107
  </div>
@@ -102,7 +111,7 @@ export { AIPromptCategoryDetailsComponent };
102
111
  }], EditMode: [{
103
112
  type: Input
104
113
  }] }); })();
105
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptCategoryDetailsComponent, { className: "AIPromptCategoryDetailsComponent", filePath: "src/lib/generated/Entities/AIPromptCategory/sections/details.component.ts", lineNumber: 61 }); })();
114
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptCategoryDetailsComponent, { className: "AIPromptCategoryDetailsComponent", filePath: "src/lib/generated/Entities/AIPromptCategory/sections/details.component.ts", lineNumber: 68 }); })();
106
115
  export function LoadAIPromptCategoryDetailsComponent() {
107
116
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
108
117
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptCategory/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;IAsCrB,AAPA,AAPA,AAPA,AATA,AAPA,mCAMiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA7CM,eAAiB;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;;AAO1B,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,wBAAwB;IAAvE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oSAHY,gCAAgC,SAAhC,gCAAgC;oEAAhC,gCAAgC;YAnD9B,kFAAyB;;YAAnB,iCAAiB;;;AAmDzB,gCAAgC;IAvD5C,aAAa,CAAC,wBAAwB,EAAE,8BAA8B,CAAC,CAAC,wCAAwC;GAuDpG,gCAAgC,CAG5C;;iFAHY,gCAAgC;cAtD5C,SAAS;2BACI,mCAAmC,YAEnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiDT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,gCAAgC;AAK7C,MAAM,UAAU,oCAAoC;IAChD,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptCategory/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;IA6CrB,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,mCAMiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA;IAGzB,AADI,iBAAM,EACJ;;;IApDM,eAAiB;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;;AAO1B,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,wBAAwB;IAAvE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oSAHY,gCAAgC,SAAhC,gCAAgC;oEAAhC,gCAAgC;YA1D9B,kFAAyB;;YAAnB,iCAAiB;;;AA0DzB,gCAAgC;IA9D5C,aAAa,CAAC,wBAAwB,EAAE,8BAA8B,CAAC,CAAC,wCAAwC;GA8DpG,gCAAgC,CAG5C;;iFAHY,gCAAgC;cA7D5C,SAAS;2BACI,mCAAmC,YAEnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAwDT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,gCAAgC;AAK7C,MAAM,UAAU,oCAAoC;IAChD,2GAA2G;AAC/G,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptRun/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAupBa,2BAA4B,SAAQ,wBAAwB;IACnD,MAAM,EAAG,iBAAiB,CAAC;IAC3B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,2BAA2B;2CAA3B,2BAA2B;CAGvC;AAED,wBAAgB,+BAA+B,SAE9C"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptRun/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAqqBa,2BAA4B,SAAQ,wBAAwB;IACnD,MAAM,EAAG,iBAAiB,CAAC;IAC3B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,2BAA2B;2CAA3B,2BAA2B;CAGvC;AAED,wBAAgB,+BAA+B,SAE9C"}