@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
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function AuditLogTypeDetailsComponent_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);
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);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -32,6 +32,8 @@ function AuditLogTypeDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
32
32
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
33
33
  i0.ɵɵadvance();
34
34
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
35
+ i0.ɵɵadvance();
36
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
35
37
  } }
36
38
  let AuditLogTypeDetailsComponent = class AuditLogTypeDetailsComponent extends BaseFormSectionComponent {
37
39
  constructor() {
@@ -39,8 +41,8 @@ let AuditLogTypeDetailsComponent = class AuditLogTypeDetailsComponent extends Ba
39
41
  this.EditMode = false;
40
42
  }
41
43
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAuditLogTypeDetailsComponent_BaseFactory; return function AuditLogTypeDetailsComponent_Factory(t) { return (ɵAuditLogTypeDetailsComponent_BaseFactory || (ɵAuditLogTypeDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AuditLogTypeDetailsComponent)))(t || AuditLogTypeDetailsComponent); }; })(); }
42
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuditLogTypeDetailsComponent, selectors: [["gen-auditlogtype-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AuthorizationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 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", "Authorization", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AuditLogTypeDetailsComponent_Template(rf, ctx) { if (rf & 1) {
43
- i0.ɵɵtemplate(0, AuditLogTypeDetailsComponent_div_0_Template, 10, 24, "div", 0);
44
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuditLogTypeDetailsComponent, selectors: [["gen-auditlogtype-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AuthorizationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 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", "Authorization", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AuditLogTypeDetailsComponent_Template(rf, ctx) { if (rf & 1) {
45
+ i0.ɵɵtemplate(0, AuditLogTypeDetailsComponent_div_0_Template, 11, 27, "div", 0);
44
46
  } if (rf & 2) {
45
47
  i0.ɵɵproperty("ngIf", ctx.record);
46
48
  } }, 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}"] }); }
@@ -113,6 +115,13 @@ export { AuditLogTypeDetailsComponent };
113
115
  Type="textbox"
114
116
  [EditMode]="EditMode"
115
117
  ></mj-form-field>
118
+ <mj-form-field
119
+ [record]="record"
120
+ [ShowLabel]="true"
121
+ FieldName="RootParentID"
122
+ Type="textbox"
123
+ [EditMode]="EditMode"
124
+ ></mj-form-field>
116
125
 
117
126
  </div>
118
127
  </div>
@@ -122,7 +131,7 @@ export { AuditLogTypeDetailsComponent };
122
131
  }], EditMode: [{
123
132
  type: Input
124
133
  }] }); })();
125
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuditLogTypeDetailsComponent, { className: "AuditLogTypeDetailsComponent", filePath: "src/lib/generated/Entities/AuditLogType/sections/details.component.ts", lineNumber: 77 }); })();
134
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuditLogTypeDetailsComponent, { className: "AuditLogTypeDetailsComponent", filePath: "src/lib/generated/Entities/AuditLogType/sections/details.component.ts", lineNumber: 84 }); })();
126
135
  export function LoadAuditLogTypeDetailsComponent() {
127
136
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
128
137
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AuditLogType/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;IAsDrB,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,mCAMiB,uBAOA,uBASA,uBASA,uBAOA,uBAOA,uBAOA,uBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA7DM,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;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,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,wBAAwB;IAAnE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oRAHY,4BAA4B,SAA5B,4BAA4B;oEAA5B,4BAA4B;YAnE1B,+EAAyB;;YAAnB,iCAAiB;;;AAmEzB,4BAA4B;IAvExC,aAAa,CAAC,wBAAwB,EAAE,yBAAyB,CAAC,CAAC,wCAAwC;GAuE/F,4BAA4B,CAGxC;;iFAHY,4BAA4B;cAtExC,SAAS;2BACI,+BAA+B,YAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,4BAA4B;AAKzC,MAAM,UAAU,gCAAgC;IAC5C,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AuditLogType/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;IA6DrB,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,mCAMiB,uBAOA,uBASA,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IApEM,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;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;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,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,wBAAwB;IAAnE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oRAHY,4BAA4B,SAA5B,4BAA4B;oEAA5B,4BAA4B;YA1E1B,+EAAyB;;YAAnB,iCAAiB;;;AA0EzB,4BAA4B;IA9ExC,aAAa,CAAC,wBAAwB,EAAE,yBAAyB,CAAC,CAAC,wCAAwC;GA8E/F,4BAA4B,CAGxC;;iFAHY,4BAA4B;cA7ExC,SAAS;2BACI,+BAA+B,YAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAwET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,4BAA4B;AAKzC,MAAM,UAAU,gCAAgC;IAC5C,2GAA2G;AAC/G,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Authorization/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;;AAEpE,qBAqEa,6BAA8B,SAAQ,wBAAwB;IACrD,MAAM,EAAG,mBAAmB,CAAC;IAC7B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,6BAA6B;2CAA7B,6BAA6B;CAGzC;AAED,wBAAgB,iCAAiC,SAEhD"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Authorization/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;;AAEpE,qBA4Ea,6BAA8B,SAAQ,wBAAwB;IACrD,MAAM,EAAG,mBAAmB,CAAC;IAC7B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,6BAA6B;2CAA7B,6BAA6B;CAGzC;AAED,wBAAgB,iCAAiC,SAEhD"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function AuthorizationDetailsComponent_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);
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);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -32,6 +32,8 @@ function AuthorizationDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
32
32
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
33
33
  i0.ɵɵadvance();
34
34
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
35
+ i0.ɵɵadvance();
36
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
35
37
  } }
36
38
  let AuthorizationDetailsComponent = class AuthorizationDetailsComponent extends BaseFormSectionComponent {
37
39
  constructor() {
@@ -39,8 +41,8 @@ let AuthorizationDetailsComponent = class AuthorizationDetailsComponent extends
39
41
  this.EditMode = false;
40
42
  }
41
43
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAuthorizationDetailsComponent_BaseFactory; return function AuthorizationDetailsComponent_Factory(t) { return (ɵAuthorizationDetailsComponent_BaseFactory || (ɵAuthorizationDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AuthorizationDetailsComponent)))(t || AuthorizationDetailsComponent); }; })(); }
42
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuthorizationDetailsComponent, selectors: [["gen-authorization-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UseAuditLog", "Type", "checkbox", 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 AuthorizationDetailsComponent_Template(rf, ctx) { if (rf & 1) {
43
- i0.ɵɵtemplate(0, AuthorizationDetailsComponent_div_0_Template, 10, 24, "div", 0);
44
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuthorizationDetailsComponent, selectors: [["gen-authorization-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UseAuditLog", "Type", "checkbox", 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 AuthorizationDetailsComponent_Template(rf, ctx) { if (rf & 1) {
45
+ i0.ɵɵtemplate(0, AuthorizationDetailsComponent_div_0_Template, 11, 27, "div", 0);
44
46
  } if (rf & 2) {
45
47
  i0.ɵɵproperty("ngIf", ctx.record);
46
48
  } }, 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}"] }); }
@@ -111,6 +113,13 @@ export { AuthorizationDetailsComponent };
111
113
  Type="textbox"
112
114
  [EditMode]="EditMode"
113
115
  ></mj-form-field>
116
+ <mj-form-field
117
+ [record]="record"
118
+ [ShowLabel]="true"
119
+ FieldName="RootParentID"
120
+ Type="textbox"
121
+ [EditMode]="EditMode"
122
+ ></mj-form-field>
114
123
 
115
124
  </div>
116
125
  </div>
@@ -120,7 +129,7 @@ export { AuthorizationDetailsComponent };
120
129
  }], EditMode: [{
121
130
  type: Input
122
131
  }] }); })();
123
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuthorizationDetailsComponent, { className: "AuthorizationDetailsComponent", filePath: "src/lib/generated/Entities/Authorization/sections/details.component.ts", lineNumber: 75 }); })();
132
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuthorizationDetailsComponent, { className: "AuthorizationDetailsComponent", filePath: "src/lib/generated/Entities/Authorization/sections/details.component.ts", lineNumber: 82 }); })();
124
133
  export function LoadAuthorizationDetailsComponent() {
125
134
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
126
135
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Authorization/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;IAoDrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,mCAQiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA3DM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,wBAAwB;IAApE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;wRAHY,6BAA6B,SAA7B,6BAA6B;oEAA7B,6BAA6B;YAjE3B,gFAAyB;;YAAnB,iCAAiB;;;AAiEzB,6BAA6B;IArEzC,aAAa,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAC,wCAAwC;GAqE9F,6BAA6B,CAGzC;;iFAHY,6BAA6B;cApEzC,SAAS;2BACI,gCAAgC,YAEhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+DT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,6BAA6B;AAK1C,MAAM,UAAU,iCAAiC;IAC7C,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Authorization/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;IA2DrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,mCAQiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAlEM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,wBAAwB;IAApE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;wRAHY,6BAA6B,SAA7B,6BAA6B;oEAA7B,6BAA6B;YAxE3B,gFAAyB;;YAAnB,iCAAiB;;;AAwEzB,6BAA6B;IA5EzC,aAAa,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAC,wCAAwC;GA4E9F,6BAA6B,CAGzC;;iFAHY,6BAA6B;cA3EzC,SAAS;2BACI,gCAAgC,YAEhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,6BAA6B;AAK1C,MAAM,UAAU,iCAAiC;IAC7C,2GAA2G;AAC/G,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Collection/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;;AAEjE,qBA4Fa,0BAA2B,SAAQ,wBAAwB;IAClD,MAAM,EAAG,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,0BAA0B;2CAA1B,0BAA0B;CAGtC;AAED,wBAAgB,8BAA8B,SAE7C"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Collection/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;;AAEjE,qBAmGa,0BAA2B,SAAQ,wBAAwB;IAClD,MAAM,EAAG,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,0BAA0B;2CAA1B,0BAA0B;CAGtC;AAED,wBAAgB,8BAA8B,SAE7C"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function CollectionDetailsComponent_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);
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);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -38,6 +38,8 @@ function CollectionDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
38
38
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
39
39
  i0.ɵɵadvance();
40
40
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
41
+ i0.ɵɵadvance();
42
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
41
43
  } }
42
44
  let CollectionDetailsComponent = class CollectionDetailsComponent extends BaseFormSectionComponent {
43
45
  constructor() {
@@ -45,8 +47,8 @@ let CollectionDetailsComponent = class CollectionDetailsComponent extends BaseFo
45
47
  this.EditMode = false;
46
48
  }
47
49
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCollectionDetailsComponent_BaseFactory; return function CollectionDetailsComponent_Factory(t) { return (ɵCollectionDetailsComponent_BaseFactory || (ɵCollectionDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CollectionDetailsComponent)))(t || CollectionDetailsComponent); }; })(); }
48
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionDetailsComponent, selectors: [["gen-collection-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "EnvironmentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Icon", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Color", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Sequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Environment", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function CollectionDetailsComponent_Template(rf, ctx) { if (rf & 1) {
49
- i0.ɵɵtemplate(0, CollectionDetailsComponent_div_0_Template, 13, 33, "div", 0);
50
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionDetailsComponent, selectors: [["gen-collection-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "EnvironmentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Icon", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Color", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Sequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Environment", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function CollectionDetailsComponent_Template(rf, ctx) { if (rf & 1) {
51
+ i0.ɵɵtemplate(0, CollectionDetailsComponent_div_0_Template, 14, 36, "div", 0);
50
52
  } if (rf & 2) {
51
53
  i0.ɵɵproperty("ngIf", ctx.record);
52
54
  } }, 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}"] }); }
@@ -140,6 +142,13 @@ export { CollectionDetailsComponent };
140
142
  Type="textbox"
141
143
  [EditMode]="EditMode"
142
144
  ></mj-form-field>
145
+ <mj-form-field
146
+ [record]="record"
147
+ [ShowLabel]="true"
148
+ FieldName="RootParentID"
149
+ Type="textbox"
150
+ [EditMode]="EditMode"
151
+ ></mj-form-field>
143
152
 
144
153
  </div>
145
154
  </div>
@@ -149,7 +158,7 @@ export { CollectionDetailsComponent };
149
158
  }], EditMode: [{
150
159
  type: Input
151
160
  }] }); })();
152
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollectionDetailsComponent, { className: "CollectionDetailsComponent", filePath: "src/lib/generated/Entities/Collection/sections/details.component.ts", lineNumber: 98 }); })();
161
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollectionDetailsComponent, { className: "CollectionDetailsComponent", filePath: "src/lib/generated/Entities/Collection/sections/details.component.ts", lineNumber: 105 }); })();
153
162
  export function LoadCollectionDetailsComponent() {
154
163
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
155
164
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Collection/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;IA2ErB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAlFM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,wBAAwB;IAAjE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4QAHY,0BAA0B,SAA1B,0BAA0B;oEAA1B,0BAA0B;YAxFxB,6EAAyB;;YAAnB,iCAAiB;;;AAwFzB,0BAA0B;IA5FtC,aAAa,CAAC,wBAAwB,EAAE,yBAAyB,CAAC,CAAC,wCAAwC;GA4F/F,0BAA0B,CAGtC;;iFAHY,0BAA0B;cA3FtC,SAAS;2BACI,6BAA6B,YAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsFT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,0BAA0B;AAKvC,MAAM,UAAU,8BAA8B;IAC1C,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Collection/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;IAkFrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAzFM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,wBAAwB;IAAjE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4QAHY,0BAA0B,SAA1B,0BAA0B;oEAA1B,0BAA0B;YA/FxB,6EAAyB;;YAAnB,iCAAiB;;;AA+FzB,0BAA0B;IAnGtC,aAAa,CAAC,wBAAwB,EAAE,yBAAyB,CAAC,CAAC,wCAAwC;GAmG/F,0BAA0B,CAGtC;;iFAHY,0BAA0B;cAlGtC,SAAS;2BACI,6BAA6B,YAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA6FT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,0BAA0B;AAKvC,MAAM,UAAU,8BAA8B;IAC1C,2GAA2G;AAC/G,CAAC"}
@@ -35,16 +35,28 @@ function ConversationDetailFormComponent_form_1_Template(rf, ctx) { if (rf & 1)
35
35
  i0.ɵɵelement(12, "mj-user-view-grid", 10);
36
36
  i0.ɵɵelementEnd();
37
37
  i0.ɵɵelementStart(13, "mj-tab", 11);
38
- i0.ɵɵtext(14, " MJ: AI Agent Runs ");
38
+ i0.ɵɵtext(14, " MJ: Conversation Detail Artifacts ");
39
39
  i0.ɵɵelementEnd();
40
40
  i0.ɵɵelementStart(15, "mj-tab-body");
41
41
  i0.ɵɵelement(16, "mj-user-view-grid", 10);
42
42
  i0.ɵɵelementEnd();
43
43
  i0.ɵɵelementStart(17, "mj-tab", 12);
44
- i0.ɵɵtext(18, " MJ: Tasks ");
44
+ i0.ɵɵtext(18, " MJ: AI Agent Runs ");
45
45
  i0.ɵɵelementEnd();
46
46
  i0.ɵɵelementStart(19, "mj-tab-body");
47
47
  i0.ɵɵelement(20, "mj-user-view-grid", 10);
48
+ i0.ɵɵelementEnd();
49
+ i0.ɵɵelementStart(21, "mj-tab", 13);
50
+ i0.ɵɵtext(22, " Conversation Details ");
51
+ i0.ɵɵelementEnd();
52
+ i0.ɵɵelementStart(23, "mj-tab-body");
53
+ i0.ɵɵelement(24, "mj-user-view-grid", 10);
54
+ i0.ɵɵelementEnd();
55
+ i0.ɵɵelementStart(25, "mj-tab", 14);
56
+ i0.ɵɵtext(26, " MJ: Tasks ");
57
+ i0.ɵɵelementEnd();
58
+ i0.ɵɵelementStart(27, "mj-tab-body");
59
+ i0.ɵɵelement(28, "mj-user-view-grid", 10);
48
60
  i0.ɵɵelementEnd()()();
49
61
  } if (rf & 2) {
50
62
  const ctx_r1 = i0.ɵɵnextContext();
@@ -59,17 +71,25 @@ function ConversationDetailFormComponent_form_1_Template(rf, ctx) { if (rf & 1)
59
71
  i0.ɵɵadvance();
60
72
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
61
73
  i0.ɵɵadvance(3);
74
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Detail Artifacts", "ConversationDetailID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversation Detail Artifacts"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Conversation Detail Artifacts"))("EditMode", ctx_r1.GridEditMode());
75
+ i0.ɵɵadvance();
76
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
77
+ i0.ɵɵadvance(3);
62
78
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "ConversationDetailID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Agent Runs"))("EditMode", ctx_r1.GridEditMode());
63
79
  i0.ɵɵadvance();
64
80
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
65
81
  i0.ɵɵadvance(3);
82
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversation Details", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversation Details"))("AllowLoad", ctx_r1.IsCurrentTab("Conversation Details"))("EditMode", ctx_r1.GridEditMode());
83
+ i0.ɵɵadvance();
84
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
85
+ i0.ɵɵadvance(3);
66
86
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "ConversationDetailID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Tasks"))("EditMode", ctx_r1.GridEditMode());
67
87
  } }
68
88
  let ConversationDetailFormComponent = class ConversationDetailFormComponent extends BaseFormComponent {
69
89
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailFormComponent_BaseFactory; return function ConversationDetailFormComponent_Factory(t) { return (ɵConversationDetailFormComponent_BaseFactory || (ɵConversationDetailFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailFormComponent)))(t || ConversationDetailFormComponent); }; })(); }
70
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailFormComponent, selectors: [["gen-conversationdetail-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", "Conversation Details", "Section", "details", 3, "record", "EditMode"], ["Name", "Reports", 3, "Visible"], [1, "fa-solid", "fa-chart-line", "tab-header-icon"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: AI Agent Runs", 3, "Visible"], ["Name", "MJ: Tasks", 3, "Visible"]], template: function ConversationDetailFormComponent_Template(rf, ctx) { if (rf & 1) {
90
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailFormComponent, selectors: [["gen-conversationdetail-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", "Conversation Details", "Section", "details", 3, "record", "EditMode"], ["Name", "Reports", 3, "Visible"], [1, "fa-solid", "fa-chart-line", "tab-header-icon"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: Conversation Detail Artifacts", 3, "Visible"], ["Name", "MJ: AI Agent Runs", 3, "Visible"], ["Name", "Conversation Details", 3, "Visible"], ["Name", "MJ: Tasks", 3, "Visible"]], template: function ConversationDetailFormComponent_Template(rf, ctx) { if (rf & 1) {
71
91
  i0.ɵɵelementStart(0, "div", 1);
72
- i0.ɵɵtemplate(1, ConversationDetailFormComponent_form_1_Template, 21, 18, "form", 2);
92
+ i0.ɵɵtemplate(1, ConversationDetailFormComponent_form_1_Template, 29, 28, "form", 2);
73
93
  i0.ɵɵelementEnd();
74
94
  } if (rf & 2) {
75
95
  i0.ɵɵadvance();
@@ -82,7 +102,7 @@ ConversationDetailFormComponent = __decorate([
82
102
  export { ConversationDetailFormComponent };
83
103
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationDetailFormComponent, [{
84
104
  type: Component,
85
- args: [{ selector: 'gen-conversationdetail-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=\"Conversation Details\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Reports\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-chart-line tab-header-icon\"></span>Reports\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsCurrentTab('Reports')\" \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','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Tasks\" [Visible]=\"record.IsSaved\"> \n MJ: Tasks\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Tasks')\" \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"] }]
105
+ args: [{ selector: 'gen-conversationdetail-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=\"Conversation Details\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Reports\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-chart-line tab-header-icon\"></span>Reports\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsCurrentTab('Reports')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Conversation Detail Artifacts\" [Visible]=\"record.IsSaved\"> \n MJ: Conversation Detail Artifacts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Artifacts','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Artifacts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Conversation Detail Artifacts')\" \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','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Conversation Details\" [Visible]=\"record.IsSaved\"> \n Conversation Details\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsCurrentTab('Conversation Details')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Tasks\" [Visible]=\"record.IsSaved\"> \n MJ: Tasks\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Tasks')\" \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"] }]
86
106
  }], null, null); })();
87
107
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailFormComponent, { className: "ConversationDetailFormComponent", filePath: "src/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.ts", lineNumber: 14 }); })();
88
108
  export function LoadConversationDetailFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"conversationdetail.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.ts","../../../../../src/lib/generated/Entities/ConversationDetail/conversationdetail.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,sCAAsC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHjF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,mNAAe,0BAAmB,KAAC,wMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAkD;IAC9C,0BAA4D;IAAA,yBAChE;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA4D;IACxD,oCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAoD;IAChD,4BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAvDc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIX,cAA0B;IAA1B,+CAA0B;IAKzC,eAAoF;IAGpF,AADA,AADA,AADA,0GAAoF,sDACtC,6CACT,mCACV;IAKF,cAA0B;IAA1B,+CAA0B;IAKnD,eAA8F;IAG9F,AADA,AADA,AADA,oHAA8F,gEACtC,uDACT,mCACpB;IAKV,cAA0B;IAA1B,+CAA0B;IAK3C,eAAsF;IAGtF,AADA,AADA,AADA,4GAAsF,wDACtC,+CACT,mCACZ;;ADvChD,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;gSAAzD,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCb5C,8BAAqC;YACjC,oFAA0D;YAyD9D,iBAAM;;YAzDK,cAAY;YAAZ,iCAAY;;;ADYV,+BAA+B;IAN3C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAMpF,+BAA+B,CAE3C;;iFAFY,+BAA+B;cAL3C,SAAS;2BACI,6BAA6B;;kFAI9B,+BAA+B;AAI5C,MAAM,UAAU,mCAAmC;IAC/C,sCAAsC,EAAE,CAAC;AAC7C,CAAC"}
1
+ {"version":3,"file":"conversationdetail.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.ts","../../../../../src/lib/generated/Entities/ConversationDetail/conversationdetail.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,sCAAsC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHjF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,mNAAe,0BAAmB,KAAC,wMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAkD;IAC9C,0BAA4D;IAAA,yBAChE;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA4E;IACxE,oDACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA4D;IACxD,oCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAoD;IAChD,4BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAjFc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIX,cAA0B;IAA1B,+CAA0B;IAKzC,eAAoF;IAGpF,AADA,AADA,AADA,0GAAoF,sDACtC,6CACT,mCACV;IAKc,cAA0B;IAA1B,+CAA0B;IAKnE,eAA8G;IAG9G,AADA,AADA,AADA,oIAA8G,gFACtC,uEACT,mCACpC;IAKF,cAA0B;IAA1B,+CAA0B;IAKnD,eAA8F;IAG9F,AADA,AADA,AADA,oHAA8F,gEACtC,uDACT,mCACpB;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,mEAC1B,0DACT,mCACvB;IAKV,cAA0B;IAA1B,+CAA0B;IAK3C,eAAsF;IAGtF,AADA,AADA,AADA,4GAAsF,wDACtC,+CACT,mCACZ;;ADjEhD,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;gSAAzD,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCb5C,8BAAqC;YACjC,oFAA0D;YAmF9D,iBAAM;;YAnFK,cAAY;YAAZ,iCAAY;;;ADYV,+BAA+B;IAN3C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAMpF,+BAA+B,CAE3C;;iFAFY,+BAA+B;cAL3C,SAAS;2BACI,6BAA6B;;kFAI9B,+BAA+B;AAI5C,MAAM,UAAU,mCAAmC;IAC/C,sCAAsC,EAAE,CAAC;AAC7C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetail/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBA+Ja,kCAAmC,SAAQ,wBAAwB;IAC1D,MAAM,EAAG,wBAAwB,CAAC;IAClC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,kCAAkC;2CAAlC,kCAAkC;CAG9C;AAED,wBAAgB,sCAAsC,SAErD"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetail/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAsMa,kCAAmC,SAAQ,wBAAwB;IAC1D,MAAM,EAAG,wBAAwB,CAAC;IAClC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,kCAAkC;2CAAlC,kCAAkC;CAG9C;AAED,wBAAgB,sCAAsC,SAErD"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function ConversationDetailDetailsComponent_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);
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);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -56,6 +56,16 @@ function ConversationDetailDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1
56
56
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
57
57
  i0.ɵɵadvance();
58
58
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
59
+ i0.ɵɵadvance();
60
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
61
+ i0.ɵɵadvance();
62
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
63
+ i0.ɵɵadvance();
64
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
65
+ i0.ɵɵadvance();
66
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
67
+ i0.ɵɵadvance();
68
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
59
69
  } }
60
70
  let ConversationDetailDetailsComponent = class ConversationDetailDetailsComponent extends BaseFormSectionComponent {
61
71
  constructor() {
@@ -63,8 +73,8 @@ let ConversationDetailDetailsComponent = class ConversationDetailDetailsComponen
63
73
  this.EditMode = false;
64
74
  }
65
75
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailDetailsComponent_BaseFactory; return function ConversationDetailDetailsComponent_Factory(t) { return (ɵConversationDetailDetailsComponent_BaseFactory || (ɵConversationDetailDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailDetailsComponent)))(t || ConversationDetailDetailsComponent); }; })(); }
66
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailDetailsComponent, selectors: [["gen-conversationdetail-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExternalID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Role", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Error", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HiddenToUser", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserRating", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserFeedback", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ReflectionInsights", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SummaryOfEarlierConversation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletionTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsPinned", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Conversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Artifact", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ConversationDetailDetailsComponent_Template(rf, ctx) { if (rf & 1) {
67
- i0.ɵɵtemplate(0, ConversationDetailDetailsComponent_div_0_Template, 22, 60, "div", 0);
76
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailDetailsComponent, selectors: [["gen-conversationdetail-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExternalID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Role", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Error", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HiddenToUser", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserRating", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserFeedback", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ReflectionInsights", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SummaryOfEarlierConversation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletionTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsPinned", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Conversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Artifact", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ConversationDetailDetailsComponent_Template(rf, ctx) { if (rf & 1) {
77
+ i0.ɵɵtemplate(0, ConversationDetailDetailsComponent_div_0_Template, 27, 75, "div", 0);
68
78
  } if (rf & 2) {
69
79
  i0.ɵɵproperty("ngIf", ctx.record);
70
80
  } }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
@@ -204,6 +214,31 @@ export { ConversationDetailDetailsComponent };
204
214
  Type="checkbox"
205
215
  [EditMode]="EditMode"
206
216
  ></mj-form-field>
217
+ <mj-form-field
218
+ [record]="record"
219
+ [ShowLabel]="true"
220
+ FieldName="ParentID"
221
+ Type="textbox"
222
+ [EditMode]="EditMode"
223
+ LinkType="Record"
224
+ LinkComponentType="Search"
225
+ ></mj-form-field>
226
+ <mj-form-field
227
+ [record]="record"
228
+ [ShowLabel]="true"
229
+ FieldName="AgentID"
230
+ Type="textbox"
231
+ [EditMode]="EditMode"
232
+ LinkType="Record"
233
+ LinkComponentType="Search"
234
+ ></mj-form-field>
235
+ <mj-form-field
236
+ [record]="record"
237
+ [ShowLabel]="true"
238
+ FieldName="Status"
239
+ Type="dropdownlist"
240
+ [EditMode]="EditMode"
241
+ ></mj-form-field>
207
242
  <mj-form-field
208
243
  [record]="record"
209
244
  [ShowLabel]="true"
@@ -225,6 +260,20 @@ export { ConversationDetailDetailsComponent };
225
260
  Type="textbox"
226
261
  [EditMode]="EditMode"
227
262
  ></mj-form-field>
263
+ <mj-form-field
264
+ [record]="record"
265
+ [ShowLabel]="true"
266
+ FieldName="Agent"
267
+ Type="textbox"
268
+ [EditMode]="EditMode"
269
+ ></mj-form-field>
270
+ <mj-form-field
271
+ [record]="record"
272
+ [ShowLabel]="true"
273
+ FieldName="RootParentID"
274
+ Type="textbox"
275
+ [EditMode]="EditMode"
276
+ ></mj-form-field>
228
277
 
229
278
  </div>
230
279
  </div>
@@ -234,7 +283,7 @@ export { ConversationDetailDetailsComponent };
234
283
  }], EditMode: [{
235
284
  type: Input
236
285
  }] }); })();
237
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailDetailsComponent, { className: "ConversationDetailDetailsComponent", filePath: "src/lib/generated/Entities/ConversationDetail/sections/details.component.ts", lineNumber: 165 }); })();
286
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailDetailsComponent, { className: "ConversationDetailDetailsComponent", filePath: "src/lib/generated/Entities/ConversationDetail/sections/details.component.ts", lineNumber: 204 }); })();
238
287
  export function LoadConversationDetailDetailsComponent() {
239
288
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
240
289
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetail/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;IA8IrB,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,mCAQiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IArJM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;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;;AAO1B,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,wBAAwB;IAAzE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4SAHY,kCAAkC,SAAlC,kCAAkC;oEAAlC,kCAAkC;YA3JhC,qFAAyB;;YAAnB,iCAAiB;;;AA2JzB,kCAAkC;IA/J9C,aAAa,CAAC,wBAAwB,EAAE,8BAA8B,CAAC,CAAC,wCAAwC;GA+JpG,kCAAkC,CAG9C;;iFAHY,kCAAkC;cA9J9C,SAAS;2BACI,qCAAqC,YAErC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyJT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,kCAAkC;AAK/C,MAAM,UAAU,sCAAsC;IAClD,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetail/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;IAqLrB,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,AATA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,mCAQiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBASA,yBASA,yBAOA,yBAOA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA5LM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;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;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;;AAO1B,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,wBAAwB;IAAzE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4SAHY,kCAAkC,SAAlC,kCAAkC;oEAAlC,kCAAkC;YAlMhC,qFAAyB;;YAAnB,iCAAiB;;;AAkMzB,kCAAkC;IAtM9C,aAAa,CAAC,wBAAwB,EAAE,8BAA8B,CAAC,CAAC,wCAAwC;GAsMpG,kCAAkC,CAG9C;;iFAHY,kCAAkC;cArM9C,SAAS;2BACI,qCAAqC,YAErC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgMT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,kCAAkC;AAK/C,MAAM,UAAU,sCAAsC;IAClD,2GAA2G;AAC/G,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ConversationDetailArtifactEntity } from '@memberjunction/core-entities';
2
+ import { BaseFormComponent } from '@memberjunction/ng-base-forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ConversationDetailArtifactFormComponent extends BaseFormComponent {
5
+ record: ConversationDetailArtifactEntity;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConversationDetailArtifactFormComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConversationDetailArtifactFormComponent, "gen-conversationdetailartifact-form", never, {}, {}, never, never, false, never>;
8
+ }
9
+ export declare function LoadConversationDetailArtifactFormComponent(): void;
10
+ //# sourceMappingURL=conversationdetailartifact.form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversationdetailartifact.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,uCAAwC,SAAQ,iBAAiB;IACnE,MAAM,EAAG,gCAAgC,CAAC;yCADxC,uCAAuC;2CAAvC,uCAAuC;CAEnD;AAED,wBAAgB,2CAA2C,SAE1D"}
@@ -0,0 +1,59 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { Component } from '@angular/core';
8
+ import { RegisterClass } from '@memberjunction/global';
9
+ import { BaseFormComponent } from '@memberjunction/ng-base-forms';
10
+ import { LoadConversationDetailArtifactDetailsComponent } from "./sections/details.component";
11
+ import * as i0 from "@angular/core";
12
+ import * as i1 from "@angular/common";
13
+ import * as i2 from "@angular/forms";
14
+ import * as i3 from "@memberjunction/ng-base-forms";
15
+ import * as i4 from "@memberjunction/ng-form-toolbar";
16
+ import * as i5 from "@memberjunction/ng-tabstrip";
17
+ function ConversationDetailArtifactFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
18
+ const _r1 = i0.ɵɵgetCurrentView();
19
+ i0.ɵɵelementStart(0, "form", 3, 0);
20
+ i0.ɵɵelement(2, "mj-form-toolbar", 4);
21
+ i0.ɵɵelementStart(3, "mj-tabstrip", 5);
22
+ i0.ɵɵlistener("TabSelected", function ConversationDetailArtifactFormComponent_form_1_Template_mj_tabstrip_TabSelected_3_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onTabSelect($event)); })("ResizeContainer", function ConversationDetailArtifactFormComponent_form_1_Template_mj_tabstrip_ResizeContainer_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.InvokeManualResize()); });
23
+ i0.ɵɵelementStart(4, "mj-tab", 6);
24
+ i0.ɵɵtext(5, " Details ");
25
+ i0.ɵɵelementEnd();
26
+ i0.ɵɵelementStart(6, "mj-tab-body");
27
+ i0.ɵɵelement(7, "mj-form-section", 7);
28
+ i0.ɵɵelementEnd()()();
29
+ } if (rf & 2) {
30
+ const ctx_r1 = i0.ɵɵnextContext();
31
+ i0.ɵɵadvance(2);
32
+ i0.ɵɵproperty("form", ctx_r1);
33
+ i0.ɵɵadvance(5);
34
+ i0.ɵɵproperty("record", ctx_r1.record)("EditMode", ctx_r1.EditMode);
35
+ } }
36
+ let ConversationDetailArtifactFormComponent = class ConversationDetailArtifactFormComponent extends BaseFormComponent {
37
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailArtifactFormComponent_BaseFactory; return function ConversationDetailArtifactFormComponent_Factory(t) { return (ɵConversationDetailArtifactFormComponent_BaseFactory || (ɵConversationDetailArtifactFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailArtifactFormComponent)))(t || ConversationDetailArtifactFormComponent); }; })(); }
38
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailArtifactFormComponent, selectors: [["gen-conversationdetailartifact-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: Conversation Detail Artifacts", "Section", "details", 3, "record", "EditMode"]], template: function ConversationDetailArtifactFormComponent_Template(rf, ctx) { if (rf & 1) {
39
+ i0.ɵɵelementStart(0, "div", 1);
40
+ i0.ɵɵtemplate(1, ConversationDetailArtifactFormComponent_form_1_Template, 8, 3, "form", 2);
41
+ i0.ɵɵelementEnd();
42
+ } if (rf & 2) {
43
+ i0.ɵɵadvance();
44
+ i0.ɵɵproperty("ngIf", ctx.record);
45
+ } }, dependencies: [i1.NgIf, i2.ɵNgNoValidate, i2.NgControlStatusGroup, i2.NgForm, i3.SectionLoaderComponent, i4.FormToolbarComponent, i5.MJTabStripComponent, i5.MJTabBodyComponent, i5.MJTabComponent], 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}"] }); }
46
+ };
47
+ ConversationDetailArtifactFormComponent = __decorate([
48
+ RegisterClass(BaseFormComponent, 'MJ: Conversation Detail Artifacts') // Tell MemberJunction about this class
49
+ ], ConversationDetailArtifactFormComponent);
50
+ export { ConversationDetailArtifactFormComponent };
51
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationDetailArtifactFormComponent, [{
52
+ type: Component,
53
+ args: [{ selector: 'gen-conversationdetailartifact-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: Conversation Detail Artifacts\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \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"] }]
54
+ }], null, null); })();
55
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailArtifactFormComponent, { className: "ConversationDetailArtifactFormComponent", filePath: "src/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.ts", lineNumber: 13 }); })();
56
+ export function LoadConversationDetailArtifactFormComponent() {
57
+ LoadConversationDetailArtifactDetailsComponent();
58
+ }
59
+ //# sourceMappingURL=conversationdetailartifact.form.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversationdetailartifact.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.ts","../../../../../src/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.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,8CAA8C,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;ICHzF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,2NAAe,0BAAmB,KAAC,gNAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IAItC,AADY,AAFI,iBAAc,EAEJ,EACnB;;;IAjBc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;;ADF/C,IAAM,uCAAuC,GAA7C,MAAM,uCAAwC,SAAQ,iBAAiB;gUAAjE,uCAAuC,SAAvC,uCAAuC;oEAAvC,uCAAuC;YCZpD,8BAAqC;YACjC,0FAA0D;YAmB9D,iBAAM;;YAnBK,cAAY;YAAZ,iCAAY;;;ADWV,uCAAuC;IANnD,aAAa,CAAC,iBAAiB,EAAE,mCAAmC,CAAC,CAAC,uCAAuC;GAMjG,uCAAuC,CAEnD;;iFAFY,uCAAuC;cALnD,SAAS;2BACI,qCAAqC;;kFAItC,uCAAuC;AAIpD,MAAM,UAAU,2CAA2C;IACvD,8CAA8C,EAAE,CAAC;AACrD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
2
+ import { ConversationDetailArtifactEntity } from '@memberjunction/core-entities';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ConversationDetailArtifactDetailsComponent extends BaseFormSectionComponent {
5
+ record: ConversationDetailArtifactEntity;
6
+ EditMode: boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConversationDetailArtifactDetailsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConversationDetailArtifactDetailsComponent, "gen-conversationdetailartifact-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
10
+ export declare function LoadConversationDetailArtifactDetailsComponent(): void;
11
+ //# sourceMappingURL=details.component.d.ts.map