@memberjunction/ng-core-entity-forms 2.77.0 → 2.79.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 (79) hide show
  1. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +6 -2
  2. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
  3. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +542 -141
  4. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  5. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +19 -0
  6. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
  7. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +69 -17
  8. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  9. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts +28 -0
  10. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
  11. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +81 -5
  12. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
  13. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +11 -3
  14. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
  15. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +76 -31
  16. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  17. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts +7 -1
  18. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts.map +1 -1
  19. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +84 -18
  20. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +1 -1
  21. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +5 -0
  22. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  23. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +205 -60
  24. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  25. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +18 -18
  26. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  27. package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
  28. package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +82 -4
  29. package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
  30. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +13 -3
  31. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
  32. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +31 -21
  33. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
  34. package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +11 -11
  35. package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
  36. package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.d.ts.map +1 -1
  37. package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js +197 -4
  38. package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js.map +1 -1
  39. package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +21 -11
  40. package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
  41. package/dist/lib/generated/Entities/Action/action.form.component.js +6 -6
  42. package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
  43. package/dist/lib/generated/Entities/Application/application.form.component.js +6 -6
  44. package/dist/lib/generated/Entities/Application/application.form.component.js.map +1 -1
  45. package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js +13 -13
  46. package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js.map +1 -1
  47. package/dist/lib/generated/Entities/Authorization/authorization.form.component.js +14 -14
  48. package/dist/lib/generated/Entities/Authorization/authorization.form.component.js.map +1 -1
  49. package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js +8 -8
  50. package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js.map +1 -1
  51. package/dist/lib/generated/Entities/Company/company.form.component.js +17 -17
  52. package/dist/lib/generated/Entities/Company/company.form.component.js.map +1 -1
  53. package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js +8 -8
  54. package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js.map +1 -1
  55. package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js +8 -8
  56. package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js.map +1 -1
  57. package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js +13 -13
  58. package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js.map +1 -1
  59. package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js +14 -14
  60. package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/Employee/employee.form.component.js +18 -18
  62. package/dist/lib/generated/Entities/Employee/employee.form.component.js.map +1 -1
  63. package/dist/lib/generated/Entities/Entity/entity.form.component.js +188 -188
  64. package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
  65. package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js +6 -6
  66. package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js.map +1 -1
  67. package/dist/lib/generated/Entities/Query/query.form.component.js +6 -6
  68. package/dist/lib/generated/Entities/Query/query.form.component.js.map +1 -1
  69. package/dist/lib/generated/Entities/Role/role.form.component.js +12 -12
  70. package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
  71. package/dist/lib/generated/Entities/Template/template.form.component.js +6 -6
  72. package/dist/lib/generated/Entities/Template/template.form.component.js.map +1 -1
  73. package/dist/lib/generated/Entities/User/user.form.component.js +138 -138
  74. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/UserView/userview.form.component.js +6 -6
  76. package/dist/lib/generated/Entities/UserView/userview.form.component.js.map +1 -1
  77. package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js +6 -6
  78. package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js.map +1 -1
  79. package/package.json +16 -16
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function AIPromptRunDetailsComponent_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)(57, "mj-form-field", 57)(58, "mj-form-field", 58)(59, "mj-form-field", 59)(60, "mj-form-field", 60)(61, "mj-form-field", 61)(62, "mj-form-field", 62)(63, "mj-form-field", 63)(64, "mj-form-field", 64)(65, "mj-form-field", 65)(66, "mj-form-field", 66)(67, "mj-form-field", 67);
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)(58, "mj-form-field", 58)(59, "mj-form-field", 59)(60, "mj-form-field", 60)(61, "mj-form-field", 61)(62, "mj-form-field", 62)(63, "mj-form-field", 63)(64, "mj-form-field", 64)(65, "mj-form-field", 65)(66, "mj-form-field", 66)(67, "mj-form-field", 67)(68, "mj-form-field", 68)(69, "mj-form-field", 69)(70, "mj-form-field", 70)(71, "mj-form-field", 71)(72, "mj-form-field", 72)(73, "mj-form-field", 73)(74, "mj-form-field", 74)(75, "mj-form-field", 75)(76, "mj-form-field", 76)(77, "mj-form-field", 77)(78, "mj-form-field", 78)(79, "mj-form-field", 79)(80, "mj-form-field", 80)(81, "mj-form-field", 81)(82, "mj-form-field", 82)(83, "mj-form-field", 83)(84, "mj-form-field", 84)(85, "mj-form-field", 85)(86, "mj-form-field", 86)(87, "mj-form-field", 87)(88, "mj-form-field", 88);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -148,6 +148,48 @@ function AIPromptRunDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
148
148
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
149
149
  i0.ɵɵadvance();
150
150
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
151
+ i0.ɵɵadvance();
152
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
153
+ i0.ɵɵadvance();
154
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
155
+ i0.ɵɵadvance();
156
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
157
+ i0.ɵɵadvance();
158
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
159
+ i0.ɵɵadvance();
160
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
161
+ i0.ɵɵadvance();
162
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
163
+ i0.ɵɵadvance();
164
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
165
+ i0.ɵɵadvance();
166
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
167
+ i0.ɵɵadvance();
168
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
169
+ i0.ɵɵadvance();
170
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
171
+ i0.ɵɵadvance();
172
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
173
+ i0.ɵɵadvance();
174
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
175
+ i0.ɵɵadvance();
176
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
177
+ i0.ɵɵadvance();
178
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
179
+ i0.ɵɵadvance();
180
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
181
+ i0.ɵɵadvance();
182
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
183
+ i0.ɵɵadvance();
184
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
185
+ i0.ɵɵadvance();
186
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
187
+ i0.ɵɵadvance();
188
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
189
+ i0.ɵɵadvance();
190
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
191
+ i0.ɵɵadvance();
192
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
151
193
  } }
152
194
  let AIPromptRunDetailsComponent = class AIPromptRunDetailsComponent extends BaseFormSectionComponent {
153
195
  constructor() {
@@ -155,8 +197,8 @@ let AIPromptRunDetailsComponent = class AIPromptRunDetailsComponent extends Base
155
197
  this.EditMode = false;
156
198
  }
157
199
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIPromptRunDetailsComponent_BaseFactory; return function AIPromptRunDetailsComponent_Factory(t) { return (ɵAIPromptRunDetailsComponent_BaseFactory || (ɵAIPromptRunDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIPromptRunDetailsComponent)))(t || AIPromptRunDetailsComponent); }; })(); }
158
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptRunDetailsComponent, selectors: [["gen-aipromptrun-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "PromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "VendorID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConfigurationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RunAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionTimeMS", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Messages", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Result", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensPrompt", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensCompletion", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Success", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ErrorMessage", "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", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RunType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionOrder", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Cost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CostCurrency", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensPromptRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensCompletionRollup", "Type", "numerictextbox", 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", "ResponseFormat", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LogProbs", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopLogProbs", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DescendantCost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationAttemptCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SuccessfulValidationCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalValidationPassed", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationBehavior", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RetryStrategy", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxRetriesConfigured", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalValidationError", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationErrorCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CommonValidationError", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FirstAttemptAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LastAttemptAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalRetryDurationMS", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationAttempts", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationSummary", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverAttempts", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverErrors", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverDurations", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OriginalModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OriginalRequestStartTime", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalFailoverDuration", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RerunFromPromptRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Prompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Model", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Vendor", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Configuration", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OriginalModel", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIPromptRunDetailsComponent_Template(rf, ctx) { if (rf & 1) {
159
- i0.ɵɵtemplate(0, AIPromptRunDetailsComponent_div_0_Template, 68, 198, "div", 0);
200
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIPromptRunDetailsComponent, selectors: [["gen-aipromptrun-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "PromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "VendorID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConfigurationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RunAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionTimeMS", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Messages", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Result", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensUsed", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensPrompt", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensCompletion", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalCost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Success", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ErrorMessage", "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", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RunType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionOrder", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Cost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CostCurrency", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensUsedRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensPromptRollup", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TokensCompletionRollup", "Type", "numerictextbox", 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", "ResponseFormat", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LogProbs", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TopLogProbs", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DescendantCost", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationAttemptCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SuccessfulValidationCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalValidationPassed", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationBehavior", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RetryStrategy", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxRetriesConfigured", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FinalValidationError", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationErrorCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CommonValidationError", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FirstAttemptAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LastAttemptAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalRetryDurationMS", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationAttempts", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ValidationSummary", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverAttempts", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverErrors", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailoverDurations", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OriginalModelID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OriginalRequestStartTime", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TotalFailoverDuration", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RerunFromPromptRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelSelection", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Cancelled", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CancellationReason", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelPowerRank", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SelectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheHit", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheKey", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "JudgeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "JudgeScore", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "WasSelectedResult", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StreamingEnabled", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FirstTokenTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ErrorDetails", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ChildPromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "QueueTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "PromptTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletionTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ModelSpecificResponseDetails", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Prompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Model", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Vendor", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Configuration", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OriginalModel", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Judge", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ChildPrompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIPromptRunDetailsComponent_Template(rf, ctx) { if (rf & 1) {
201
+ i0.ɵɵtemplate(0, AIPromptRunDetailsComponent_div_0_Template, 89, 261, "div", 0);
160
202
  } if (rf & 2) {
161
203
  i0.ɵɵproperty("ngIf", ctx.record);
162
204
  } }, 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}"] }); }
@@ -607,6 +649,143 @@ export { AIPromptRunDetailsComponent };
607
649
  LinkType="Record"
608
650
  LinkComponentType="Search"
609
651
  ></mj-form-field>
652
+ <mj-form-field
653
+ [record]="record"
654
+ [ShowLabel]="true"
655
+ FieldName="ModelSelection"
656
+ Type="textarea"
657
+ [EditMode]="EditMode"
658
+ ></mj-form-field>
659
+ <mj-form-field
660
+ [record]="record"
661
+ [ShowLabel]="true"
662
+ FieldName="Status"
663
+ Type="dropdownlist"
664
+ [EditMode]="EditMode"
665
+ ></mj-form-field>
666
+ <mj-form-field
667
+ [record]="record"
668
+ [ShowLabel]="true"
669
+ FieldName="Cancelled"
670
+ Type="checkbox"
671
+ [EditMode]="EditMode"
672
+ ></mj-form-field>
673
+ <mj-form-field
674
+ [record]="record"
675
+ [ShowLabel]="true"
676
+ FieldName="CancellationReason"
677
+ Type="textarea"
678
+ [EditMode]="EditMode"
679
+ ></mj-form-field>
680
+ <mj-form-field
681
+ [record]="record"
682
+ [ShowLabel]="true"
683
+ FieldName="ModelPowerRank"
684
+ Type="numerictextbox"
685
+ [EditMode]="EditMode"
686
+ ></mj-form-field>
687
+ <mj-form-field
688
+ [record]="record"
689
+ [ShowLabel]="true"
690
+ FieldName="SelectionStrategy"
691
+ Type="dropdownlist"
692
+ [EditMode]="EditMode"
693
+ ></mj-form-field>
694
+ <mj-form-field
695
+ [record]="record"
696
+ [ShowLabel]="true"
697
+ FieldName="CacheHit"
698
+ Type="checkbox"
699
+ [EditMode]="EditMode"
700
+ ></mj-form-field>
701
+ <mj-form-field
702
+ [record]="record"
703
+ [ShowLabel]="true"
704
+ FieldName="CacheKey"
705
+ Type="textarea"
706
+ [EditMode]="EditMode"
707
+ ></mj-form-field>
708
+ <mj-form-field
709
+ [record]="record"
710
+ [ShowLabel]="true"
711
+ FieldName="JudgeID"
712
+ Type="textbox"
713
+ [EditMode]="EditMode"
714
+ LinkType="Record"
715
+ LinkComponentType="Search"
716
+ ></mj-form-field>
717
+ <mj-form-field
718
+ [record]="record"
719
+ [ShowLabel]="true"
720
+ FieldName="JudgeScore"
721
+ Type="numerictextbox"
722
+ [EditMode]="EditMode"
723
+ ></mj-form-field>
724
+ <mj-form-field
725
+ [record]="record"
726
+ [ShowLabel]="true"
727
+ FieldName="WasSelectedResult"
728
+ Type="checkbox"
729
+ [EditMode]="EditMode"
730
+ ></mj-form-field>
731
+ <mj-form-field
732
+ [record]="record"
733
+ [ShowLabel]="true"
734
+ FieldName="StreamingEnabled"
735
+ Type="checkbox"
736
+ [EditMode]="EditMode"
737
+ ></mj-form-field>
738
+ <mj-form-field
739
+ [record]="record"
740
+ [ShowLabel]="true"
741
+ FieldName="FirstTokenTime"
742
+ Type="numerictextbox"
743
+ [EditMode]="EditMode"
744
+ ></mj-form-field>
745
+ <mj-form-field
746
+ [record]="record"
747
+ [ShowLabel]="true"
748
+ FieldName="ErrorDetails"
749
+ Type="textarea"
750
+ [EditMode]="EditMode"
751
+ ></mj-form-field>
752
+ <mj-form-field
753
+ [record]="record"
754
+ [ShowLabel]="true"
755
+ FieldName="ChildPromptID"
756
+ Type="textbox"
757
+ [EditMode]="EditMode"
758
+ LinkType="Record"
759
+ LinkComponentType="Search"
760
+ ></mj-form-field>
761
+ <mj-form-field
762
+ [record]="record"
763
+ [ShowLabel]="true"
764
+ FieldName="QueueTime"
765
+ Type="numerictextbox"
766
+ [EditMode]="EditMode"
767
+ ></mj-form-field>
768
+ <mj-form-field
769
+ [record]="record"
770
+ [ShowLabel]="true"
771
+ FieldName="PromptTime"
772
+ Type="numerictextbox"
773
+ [EditMode]="EditMode"
774
+ ></mj-form-field>
775
+ <mj-form-field
776
+ [record]="record"
777
+ [ShowLabel]="true"
778
+ FieldName="CompletionTime"
779
+ Type="numerictextbox"
780
+ [EditMode]="EditMode"
781
+ ></mj-form-field>
782
+ <mj-form-field
783
+ [record]="record"
784
+ [ShowLabel]="true"
785
+ FieldName="ModelSpecificResponseDetails"
786
+ Type="textarea"
787
+ [EditMode]="EditMode"
788
+ ></mj-form-field>
610
789
  <mj-form-field
611
790
  [record]="record"
612
791
  [ShowLabel]="true"
@@ -649,6 +828,20 @@ export { AIPromptRunDetailsComponent };
649
828
  Type="textbox"
650
829
  [EditMode]="EditMode"
651
830
  ></mj-form-field>
831
+ <mj-form-field
832
+ [record]="record"
833
+ [ShowLabel]="true"
834
+ FieldName="Judge"
835
+ Type="textbox"
836
+ [EditMode]="EditMode"
837
+ ></mj-form-field>
838
+ <mj-form-field
839
+ [record]="record"
840
+ [ShowLabel]="true"
841
+ FieldName="ChildPrompt"
842
+ Type="textbox"
843
+ [EditMode]="EditMode"
844
+ ></mj-form-field>
652
845
 
653
846
  </div>
654
847
  </div>
@@ -658,7 +851,7 @@ export { AIPromptRunDetailsComponent };
658
851
  }], EditMode: [{
659
852
  type: Input
660
853
  }] }); })();
661
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptRunDetailsComponent, { className: "AIPromptRunDetailsComponent", filePath: "src/lib/generated/Entities/AIPromptRun/sections/details.component.ts", lineNumber: 497 }); })();
854
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIPromptRunDetailsComponent, { className: "AIPromptRunDetailsComponent", filePath: "src/lib/generated/Entities/AIPromptRun/sections/details.component.ts", lineNumber: 648 }); })();
662
855
  export function LoadAIPromptRunDetailsComponent() {
663
856
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
664
857
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptRun/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;IA0drB,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AATA,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,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,AATA,AATA,mCAQiB,uBASA,uBASA,uBASA,uBASA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,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,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAjeM,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;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;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;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;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;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,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,wBAAwB;IAAlE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;gRAHY,2BAA2B,SAA3B,2BAA2B;oEAA3B,2BAA2B;YAvezB,+EAAyB;;YAAnB,iCAAiB;;;AAuezB,2BAA2B;IA3evC,aAAa,CAAC,wBAAwB,EAAE,4BAA4B,CAAC,CAAC,wCAAwC;GA2elG,2BAA2B,CAGvC;;iFAHY,2BAA2B;cA1evC,SAAS;2BACI,8BAA8B,YAE9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAqeT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,2BAA2B;AAKxC,MAAM,UAAU,+BAA+B;IAC3C,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIPromptRun/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;IAinBrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AATA,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,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,AATA,AATA,mCAQiB,uBASA,uBASA,uBASA,uBASA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,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,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAxnBM,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;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;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;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;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;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;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,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,wBAAwB;IAAlE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;gRAHY,2BAA2B,SAA3B,2BAA2B;oEAA3B,2BAA2B;YA9nBzB,+EAAyB;;YAAnB,iCAAiB;;;AA8nBzB,2BAA2B;IAloBvC,aAAa,CAAC,wBAAwB,EAAE,4BAA4B,CAAC,CAAC,wCAAwC;GAkoBlG,2BAA2B,CAGvC;;iFAHY,2BAA2B;cAjoBvC,SAAS;2BACI,8BAA8B,YAE9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4nBT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,2BAA2B;AAKxC,MAAM,UAAU,+BAA+B;IAC3C,2GAA2G;AAC/G,CAAC"}
@@ -40,28 +40,34 @@ function AIVendorFormComponent_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 Model Costs ");
43
+ i0.ɵɵtext(17, " MJ: AI Model Vendors ");
44
44
  i0.ɵɵelementEnd();
45
45
  i0.ɵɵelementStart(18, "mj-tab-body");
46
46
  i0.ɵɵelement(19, "mj-user-view-grid", 9);
47
47
  i0.ɵɵelementEnd();
48
48
  i0.ɵɵelementStart(20, "mj-tab", 12);
49
- i0.ɵɵtext(21, " MJ: AI Model Vendors ");
49
+ i0.ɵɵtext(21, " MJ: AI Prompt Runs ");
50
50
  i0.ɵɵelementEnd();
51
51
  i0.ɵɵelementStart(22, "mj-tab-body");
52
52
  i0.ɵɵelement(23, "mj-user-view-grid", 9);
53
53
  i0.ɵɵelementEnd();
54
54
  i0.ɵɵelementStart(24, "mj-tab", 13);
55
- i0.ɵɵtext(25, " MJ: AI Prompt Runs ");
55
+ i0.ɵɵtext(25, " MJ: AI Vendor Types ");
56
56
  i0.ɵɵelementEnd();
57
57
  i0.ɵɵelementStart(26, "mj-tab-body");
58
58
  i0.ɵɵelement(27, "mj-user-view-grid", 9);
59
59
  i0.ɵɵelementEnd();
60
60
  i0.ɵɵelementStart(28, "mj-tab", 14);
61
- i0.ɵɵtext(29, " MJ: AI Vendor Types ");
61
+ i0.ɵɵtext(29, " MJ: AI Model Costs ");
62
62
  i0.ɵɵelementEnd();
63
63
  i0.ɵɵelementStart(30, "mj-tab-body");
64
64
  i0.ɵɵelement(31, "mj-user-view-grid", 9);
65
+ i0.ɵɵelementEnd();
66
+ i0.ɵɵelementStart(32, "mj-tab", 15);
67
+ i0.ɵɵtext(33, " MJ: AI Agent Runs ");
68
+ i0.ɵɵelementEnd();
69
+ i0.ɵɵelementStart(34, "mj-tab-body");
70
+ i0.ɵɵelement(35, "mj-user-view-grid", 9);
65
71
  i0.ɵɵelementEnd()()();
66
72
  } if (rf & 2) {
67
73
  const ctx_r1 = i0.ɵɵnextContext();
@@ -80,10 +86,6 @@ function AIVendorFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
80
86
  i0.ɵɵadvance();
81
87
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
82
88
  i0.ɵɵadvance(3);
83
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Model Costs", "VendorID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Model Costs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Model Costs"))("EditMode", ctx_r1.GridEditMode());
84
- i0.ɵɵadvance();
85
- i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
86
- i0.ɵɵadvance(3);
87
89
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Model Vendors", "VendorID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Model Vendors"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Model Vendors"))("EditMode", ctx_r1.GridEditMode());
88
90
  i0.ɵɵadvance();
89
91
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
@@ -93,12 +95,20 @@ function AIVendorFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
93
95
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
94
96
  i0.ɵɵadvance(3);
95
97
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Vendor Types", "VendorID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Vendor Types"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Vendor Types"))("EditMode", ctx_r1.GridEditMode());
98
+ i0.ɵɵadvance();
99
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
100
+ i0.ɵɵadvance(3);
101
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Model Costs", "VendorID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Model Costs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Model Costs"))("EditMode", ctx_r1.GridEditMode());
102
+ i0.ɵɵadvance();
103
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
104
+ i0.ɵɵadvance(3);
105
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "OverrideVendorID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Agent Runs"))("EditMode", ctx_r1.GridEditMode());
96
106
  } }
97
107
  let AIVendorFormComponent = class AIVendorFormComponent extends BaseFormComponent {
98
108
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIVendorFormComponent_BaseFactory; return function AIVendorFormComponent_Factory(t) { return (ɵAIVendorFormComponent_BaseFactory || (ɵAIVendorFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIVendorFormComponent)))(t || AIVendorFormComponent); }; })(); }
99
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIVendorFormComponent, selectors: [["gen-aivendor-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 Vendors", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: AI Prompt Models", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "AI Result Cache", 3, "Visible"], ["Name", "MJ: AI Model Costs", 3, "Visible"], ["Name", "MJ: AI Model Vendors", 3, "Visible"], ["Name", "MJ: AI Prompt Runs", 3, "Visible"], ["Name", "MJ: AI Vendor Types", 3, "Visible"]], template: function AIVendorFormComponent_Template(rf, ctx) { if (rf & 1) {
109
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIVendorFormComponent, selectors: [["gen-aivendor-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 Vendors", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: AI Prompt Models", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "AI Result Cache", 3, "Visible"], ["Name", "MJ: AI Model Vendors", 3, "Visible"], ["Name", "MJ: AI Prompt Runs", 3, "Visible"], ["Name", "MJ: AI Vendor Types", 3, "Visible"], ["Name", "MJ: AI Model Costs", 3, "Visible"], ["Name", "MJ: AI Agent Runs", 3, "Visible"]], template: function AIVendorFormComponent_Template(rf, ctx) { if (rf & 1) {
100
110
  i0.ɵɵelementStart(0, "div", 1);
101
- i0.ɵɵtemplate(1, AIVendorFormComponent_form_1_Template, 32, 33, "form", 2);
111
+ i0.ɵɵtemplate(1, AIVendorFormComponent_form_1_Template, 36, 38, "form", 2);
102
112
  i0.ɵɵelementEnd();
103
113
  } if (rf & 2) {
104
114
  i0.ɵɵadvance();
@@ -111,7 +121,7 @@ AIVendorFormComponent = __decorate([
111
121
  export { AIVendorFormComponent };
112
122
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIVendorFormComponent, [{
113
123
  type: Component,
114
- args: [{ selector: 'gen-aivendor-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 Vendors\" \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 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','VendorID')\" \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','VendorID')\" \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 Model Costs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Model Costs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Model Costs','VendorID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Model Costs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Model Costs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Model Vendors\" [Visible]=\"record.IsSaved\"> \n MJ: AI Model Vendors\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Model Vendors','VendorID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Model Vendors')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Model Vendors')\" \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','VendorID')\" \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 Vendor Types\" [Visible]=\"record.IsSaved\"> \n MJ: AI Vendor Types\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Vendor Types','VendorID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Vendor Types')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Vendor Types')\" \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"] }]
124
+ args: [{ selector: 'gen-aivendor-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 Vendors\" \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 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','VendorID')\" \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','VendorID')\" \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 Model Vendors\" [Visible]=\"record.IsSaved\"> \n MJ: AI Model Vendors\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Model Vendors','VendorID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Model Vendors')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Model Vendors')\" \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','VendorID')\" \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 Vendor Types\" [Visible]=\"record.IsSaved\"> \n MJ: AI Vendor Types\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Vendor Types','VendorID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Vendor Types')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Vendor Types')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Model Costs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Model Costs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Model Costs','VendorID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Model Costs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Model Costs')\" \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','OverrideVendorID')\" \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
125
  }], null, null); })();
116
126
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIVendorFormComponent, { className: "AIVendorFormComponent", filePath: "src/lib/generated/Entities/AIVendor/aivendor.form.component.ts", lineNumber: 14 }); })();
117
127
  export function LoadAIVendorFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"aivendor.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIVendor/aivendor.form.component.ts","../../../../../src/lib/generated/Entities/AIVendor/aivendor.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,4BAA4B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHvE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,yMAAe,0BAAmB,KAAC,8LAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAA+D;IAC3D,sCACJ;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,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,mCAA8D;IAC1D,sCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA9Fc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIE,cAA0B;IAA1B,+CAA0B;IAKtD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,mEAC1B,0DACT,mCACvB;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAgF;IAGhF,AADA,AADA,AADA,sGAAgF,8DAC1B,qDACT,mCAClB;IAKD,cAA0B;IAA1B,+CAA0B;IAKpD,eAAmF;IAGnF,AADA,AADA,AADA,yGAAmF,iEAC1B,wDACT,mCACrB;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,mEAC1B,0DACT,mCACvB;IAKD,cAA0B;IAA1B,+CAA0B;IAKpD,eAAmF;IAGnF,AADA,AADA,AADA,yGAAmF,iEAC1B,wDACT,mCACrB;IAKA,cAA0B;IAA1B,+CAA0B;IAKrD,eAAoF;IAGpF,AADA,AADA,AADA,0GAAoF,kEAC1B,yDACT,mCACtB;;AD9EhD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,iBAAiB;wPAA/C,qBAAqB,SAArB,qBAAqB;oEAArB,qBAAqB;YCblC,8BAAqC;YACjC,0EAA0D;YAgG9D,iBAAM;;YAhGK,cAAY;YAAZ,iCAAY;;;ADYV,qBAAqB;IANjC,aAAa,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC,uCAAuC;GAM9E,qBAAqB,CAEjC;;iFAFY,qBAAqB;cALjC,SAAS;2BACI,mBAAmB;;kFAIpB,qBAAqB;AAIlC,MAAM,UAAU,yBAAyB;IACrC,4BAA4B,EAAE,CAAC;AACnC,CAAC"}
1
+ {"version":3,"file":"aivendor.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIVendor/aivendor.form.component.ts","../../../../../src/lib/generated/Entities/AIVendor/aivendor.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,4BAA4B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHvE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,yMAAe,0BAAmB,KAAC,8LAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAA+D;IAC3D,sCACJ;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,mCAA6D;IACzD,qCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA8D;IAC1D,sCACJ;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;;;IA3Gc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIE,cAA0B;IAA1B,+CAA0B;IAKtD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,mEAC1B,0DACT,mCACvB;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAgF;IAGhF,AADA,AADA,AADA,sGAAgF,8DAC1B,qDACT,mCAClB;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,mEAC1B,0DACT,mCACvB;IAKD,cAA0B;IAA1B,+CAA0B;IAKpD,eAAmF;IAGnF,AADA,AADA,AADA,yGAAmF,iEAC1B,wDACT,mCACrB;IAKA,cAA0B;IAA1B,+CAA0B;IAKrD,eAAoF;IAGpF,AADA,AADA,AADA,0GAAoF,kEAC1B,yDACT,mCACtB;IAKD,cAA0B;IAA1B,+CAA0B;IAKpD,eAAmF;IAGnF,AADA,AADA,AADA,yGAAmF,iEAC1B,wDACT,mCACrB;IAKF,cAA0B;IAA1B,+CAA0B;IAKnD,eAA0F;IAG1F,AADA,AADA,AADA,gHAA0F,gEAClC,uDACT,mCACpB;;AD3FhD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,iBAAiB;wPAA/C,qBAAqB,SAArB,qBAAqB;oEAArB,qBAAqB;YCblC,8BAAqC;YACjC,0EAA0D;YA6G9D,iBAAM;;YA7GK,cAAY;YAAZ,iCAAY;;;ADYV,qBAAqB;IANjC,aAAa,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC,uCAAuC;GAM9E,qBAAqB,CAEjC;;iFAFY,qBAAqB;cALjC,SAAS;2BACI,mBAAmB;;kFAIpB,qBAAqB;AAIlC,MAAM,UAAU,yBAAyB;IACrC,4BAA4B,EAAE,CAAC;AACnC,CAAC"}
@@ -55,13 +55,13 @@ function ActionFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
55
55
  i0.ɵɵelement(26, "mj-user-view-grid", 16);
56
56
  i0.ɵɵelementEnd();
57
57
  i0.ɵɵelementStart(27, "mj-tab", 19);
58
- i0.ɵɵtext(28, " Scheduled Actions ");
58
+ i0.ɵɵtext(28, " Result Codes ");
59
59
  i0.ɵɵelementEnd();
60
60
  i0.ɵɵelementStart(29, "mj-tab-body");
61
61
  i0.ɵɵelement(30, "mj-user-view-grid", 16);
62
62
  i0.ɵɵelementEnd();
63
63
  i0.ɵɵelementStart(31, "mj-tab", 20);
64
- i0.ɵɵtext(32, " Result Codes ");
64
+ i0.ɵɵtext(32, " Scheduled Actions ");
65
65
  i0.ɵɵelementEnd();
66
66
  i0.ɵɵelementStart(33, "mj-tab-body");
67
67
  i0.ɵɵelement(34, "mj-user-view-grid", 16);
@@ -132,11 +132,11 @@ function ActionFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
132
132
  i0.ɵɵadvance();
133
133
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
134
134
  i0.ɵɵadvance(3);
135
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Scheduled Actions", "ActionID"))("NewRecordValues", ctx_r1.NewRecordValues("Scheduled Actions"))("AllowLoad", ctx_r1.IsCurrentTab("Scheduled Actions"))("EditMode", ctx_r1.GridEditMode());
135
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Action Result Codes", "ActionID"))("NewRecordValues", ctx_r1.NewRecordValues("Action Result Codes"))("AllowLoad", ctx_r1.IsCurrentTab("Result Codes"))("EditMode", ctx_r1.GridEditMode());
136
136
  i0.ɵɵadvance();
137
137
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
138
138
  i0.ɵɵadvance(3);
139
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Action Result Codes", "ActionID"))("NewRecordValues", ctx_r1.NewRecordValues("Action Result Codes"))("AllowLoad", ctx_r1.IsCurrentTab("Result Codes"))("EditMode", ctx_r1.GridEditMode());
139
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Scheduled Actions", "ActionID"))("NewRecordValues", ctx_r1.NewRecordValues("Scheduled Actions"))("AllowLoad", ctx_r1.IsCurrentTab("Scheduled Actions"))("EditMode", ctx_r1.GridEditMode());
140
140
  i0.ɵɵadvance();
141
141
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
142
142
  i0.ɵɵadvance(3);
@@ -168,7 +168,7 @@ function ActionFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
168
168
  } }
169
169
  let ActionFormComponent = class ActionFormComponent extends BaseFormComponent {
170
170
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵActionFormComponent_BaseFactory; return function ActionFormComponent_Factory(t) { return (ɵActionFormComponent_BaseFactory || (ɵActionFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ActionFormComponent)))(t || ActionFormComponent); }; })(); }
171
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActionFormComponent, selectors: [["gen-action-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], ["topArea", ""], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], ["orientation", "vertical", 3, "layoutChange"], [3, "collapsible", "size"], [1, "record-form-group"], ["Entity", "Actions", "Section", "top-area", 3, "record", "EditMode"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "Actions", "Section", "details", 3, "record", "EditMode"], ["Name", "Code"], ["Entity", "Actions", "Section", "code", 3, "record", "EditMode"], ["Name", "Params", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "Libraries", 3, "Visible"], [1, "fa-solid", "fa-book", "tab-header-icon"], ["Name", "Scheduled Actions", 3, "Visible"], ["Name", "Result Codes", 3, "Visible"], ["Name", "AIAgent Actions", 3, "Visible"], ["Name", "Action Contexts", 3, "Visible"], ["Name", "Entity Actions", 3, "Visible"], ["Name", "MJ: AI Agent Steps", 3, "Visible"], ["Name", "Execution Logs", 3, "Visible"], ["Name", "Authorizations", 3, "Visible"], ["Name", "Actions", 3, "Visible"], [1, "fa-solid", "fa-bolt", "tab-header-icon"]], template: function ActionFormComponent_Template(rf, ctx) { if (rf & 1) {
171
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActionFormComponent, selectors: [["gen-action-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], ["topArea", ""], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], ["orientation", "vertical", 3, "layoutChange"], [3, "collapsible", "size"], [1, "record-form-group"], ["Entity", "Actions", "Section", "top-area", 3, "record", "EditMode"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "Actions", "Section", "details", 3, "record", "EditMode"], ["Name", "Code"], ["Entity", "Actions", "Section", "code", 3, "record", "EditMode"], ["Name", "Params", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "Libraries", 3, "Visible"], [1, "fa-solid", "fa-book", "tab-header-icon"], ["Name", "Result Codes", 3, "Visible"], ["Name", "Scheduled Actions", 3, "Visible"], ["Name", "AIAgent Actions", 3, "Visible"], ["Name", "Action Contexts", 3, "Visible"], ["Name", "Entity Actions", 3, "Visible"], ["Name", "MJ: AI Agent Steps", 3, "Visible"], ["Name", "Execution Logs", 3, "Visible"], ["Name", "Authorizations", 3, "Visible"], ["Name", "Actions", 3, "Visible"], [1, "fa-solid", "fa-bolt", "tab-header-icon"]], template: function ActionFormComponent_Template(rf, ctx) { if (rf & 1) {
172
172
  i0.ɵɵelementStart(0, "div", 2);
173
173
  i0.ɵɵtemplate(1, ActionFormComponent_form_1_Template, 64, 64, "form", 3);
174
174
  i0.ɵɵelementEnd();
@@ -183,7 +183,7 @@ ActionFormComponent = __decorate([
183
183
  export { ActionFormComponent };
184
184
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActionFormComponent, [{
185
185
  type: Component,
186
- args: [{ selector: 'gen-action-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 <kendo-splitter orientation=\"vertical\" (layoutChange)=\"splitterLayoutChange()\" >\n <kendo-splitter-pane [collapsible]=\"true\" [size]=\"TopAreaHeight\">\n <div #topArea class=\"record-form-group\">\n <mj-form-section Entity=\"Actions\" Section=\"top-area\" [record]=\"record\" [EditMode]=\"this.EditMode\"></mj-form-section>\n </div>\n </kendo-splitter-pane>\n <kendo-splitter-pane>\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=\"Actions\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Code\">\n Code\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"Actions\" \n Section=\"code\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Params\" [Visible]=\"record.IsSaved\"> \n Params\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Params','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Params')\"\n [AllowLoad]=\"IsCurrentTab('Params')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Libraries\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-book tab-header-icon\"></span>Libraries\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Libraries','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Libraries')\"\n [AllowLoad]=\"IsCurrentTab('Libraries')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Scheduled Actions\" [Visible]=\"record.IsSaved\"> \n Scheduled Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsCurrentTab('Scheduled Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Result Codes\" [Visible]=\"record.IsSaved\"> \n Result Codes\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Result Codes','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Result Codes')\"\n [AllowLoad]=\"IsCurrentTab('Result Codes')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AIAgent Actions\" [Visible]=\"record.IsSaved\"> \n AIAgent Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agent Actions')\"\n [AllowLoad]=\"IsCurrentTab('AIAgent Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Action Contexts\" [Visible]=\"record.IsSaved\"> \n Action Contexts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Contexts','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Contexts')\"\n [AllowLoad]=\"IsCurrentTab('Action Contexts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Entity Actions\" [Visible]=\"record.IsSaved\"> \n Entity Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Entity Actions')\"\n [AllowLoad]=\"IsCurrentTab('Entity Actions')\" \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','ActionID')\" \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=\"Execution Logs\" [Visible]=\"record.IsSaved\"> \n Execution Logs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsCurrentTab('Execution Logs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Authorizations\" [Visible]=\"record.IsSaved\"> \n Authorizations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Authorizations','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Authorizations')\"\n [AllowLoad]=\"IsCurrentTab('Authorizations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Actions\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-bolt tab-header-icon\"></span>Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsCurrentTab('Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </kendo-splitter-pane>\n </kendo-splitter>\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"] }]
186
+ args: [{ selector: 'gen-action-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 <kendo-splitter orientation=\"vertical\" (layoutChange)=\"splitterLayoutChange()\" >\n <kendo-splitter-pane [collapsible]=\"true\" [size]=\"TopAreaHeight\">\n <div #topArea class=\"record-form-group\">\n <mj-form-section Entity=\"Actions\" Section=\"top-area\" [record]=\"record\" [EditMode]=\"this.EditMode\"></mj-form-section>\n </div>\n </kendo-splitter-pane>\n <kendo-splitter-pane>\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=\"Actions\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Code\">\n Code\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"Actions\" \n Section=\"code\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Params\" [Visible]=\"record.IsSaved\"> \n Params\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Params','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Params')\"\n [AllowLoad]=\"IsCurrentTab('Params')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Libraries\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-book tab-header-icon\"></span>Libraries\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Libraries','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Libraries')\"\n [AllowLoad]=\"IsCurrentTab('Libraries')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Result Codes\" [Visible]=\"record.IsSaved\"> \n Result Codes\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Result Codes','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Result Codes')\"\n [AllowLoad]=\"IsCurrentTab('Result Codes')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Scheduled Actions\" [Visible]=\"record.IsSaved\"> \n Scheduled Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsCurrentTab('Scheduled Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AIAgent Actions\" [Visible]=\"record.IsSaved\"> \n AIAgent Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agent Actions')\"\n [AllowLoad]=\"IsCurrentTab('AIAgent Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Action Contexts\" [Visible]=\"record.IsSaved\"> \n Action Contexts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Contexts','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Contexts')\"\n [AllowLoad]=\"IsCurrentTab('Action Contexts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Entity Actions\" [Visible]=\"record.IsSaved\"> \n Entity Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Entity Actions')\"\n [AllowLoad]=\"IsCurrentTab('Entity Actions')\" \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','ActionID')\" \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=\"Execution Logs\" [Visible]=\"record.IsSaved\"> \n Execution Logs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsCurrentTab('Execution Logs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Authorizations\" [Visible]=\"record.IsSaved\"> \n Authorizations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Authorizations','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Authorizations')\"\n [AllowLoad]=\"IsCurrentTab('Authorizations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Actions\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-bolt tab-header-icon\"></span>Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsCurrentTab('Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </kendo-splitter-pane>\n </kendo-splitter>\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"] }]
187
187
  }], null, null); })();
188
188
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ActionFormComponent, { className: "ActionFormComponent", filePath: "src/lib/generated/Entities/Action/action.form.component.ts", lineNumber: 16 }); })();
189
189
  export function LoadActionFormComponent() {