@memberjunction/ng-core-entity-forms 2.112.0 → 2.113.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 (152) hide show
  1. package/README.md +10 -10
  2. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts.map +1 -1
  3. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js +45 -45
  4. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js.map +1 -1
  5. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
  6. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +7 -6
  7. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
  8. package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.d.ts.map +1 -1
  9. package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.js +32 -17
  10. package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.js.map +1 -1
  11. package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
  12. package/dist/lib/custom/AIAgents/add-action-dialog.component.js +36 -37
  13. package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
  14. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +2 -2
  15. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
  16. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts +1 -1
  17. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -1
  18. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +25 -18
  19. package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -1
  20. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
  21. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +11 -10
  22. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -1
  23. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  24. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +147 -159
  25. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  26. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
  27. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +10 -11
  28. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
  29. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
  30. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +32 -36
  31. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
  32. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +5 -5
  33. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
  34. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
  35. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +13 -15
  36. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
  37. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
  38. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +15 -13
  39. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
  40. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
  41. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +23 -28
  42. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
  43. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
  44. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +12 -15
  45. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  46. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
  47. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +86 -105
  48. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  49. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts.map +1 -1
  50. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +20 -13
  51. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
  52. package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts.map +1 -1
  53. package/dist/lib/custom/Actions/action-execution-log-form.component.js +7 -4
  54. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  55. package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
  56. package/dist/lib/custom/Actions/action-form.component.js +80 -99
  57. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  58. package/dist/lib/custom/Actions/action-test-harness.component.d.ts.map +1 -1
  59. package/dist/lib/custom/Actions/action-test-harness.component.js +17 -24
  60. package/dist/lib/custom/Actions/action-test-harness.component.js.map +1 -1
  61. package/dist/lib/custom/Queries/query-category-dialog.component.d.ts.map +1 -1
  62. package/dist/lib/custom/Queries/query-category-dialog.component.js +8 -8
  63. package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
  64. package/dist/lib/custom/Queries/query-form.component.d.ts +2 -2
  65. package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
  66. package/dist/lib/custom/Queries/query-form.component.js +44 -32
  67. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  68. package/dist/lib/custom/Queries/query-run-dialog.component.d.ts.map +1 -1
  69. package/dist/lib/custom/Queries/query-run-dialog.component.js +22 -24
  70. package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
  71. package/dist/lib/custom/Templates/template-param-dialog.component.d.ts.map +1 -1
  72. package/dist/lib/custom/Templates/template-param-dialog.component.js +21 -15
  73. package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
  74. package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
  75. package/dist/lib/custom/Templates/template-params-grid.component.js +17 -29
  76. package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
  77. package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
  78. package/dist/lib/custom/Templates/templates-form.component.js +26 -25
  79. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  80. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
  81. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +274 -335
  82. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  83. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.d.ts.map +1 -1
  84. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js +8 -8
  85. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js.map +1 -1
  86. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
  87. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +28 -24
  88. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
  89. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
  90. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +30 -25
  91. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  92. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  93. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +21 -20
  94. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  95. package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
  96. package/dist/lib/custom/shared/entity-selector-dialog.component.js +7 -6
  97. package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
  98. package/dist/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.d.ts.map +1 -1
  99. package/dist/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.js +33 -47
  100. package/dist/lib/generated/Entities/AIAgent/sections/aiagent-form-overview.component.js.map +1 -1
  101. package/dist/lib/generated/Entities/AIAgent/sections/details.component.d.ts.map +1 -1
  102. package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +31 -4
  103. package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
  104. package/dist/lib/generated/Entities/AIAgentExample/sections/details.component.d.ts.map +1 -1
  105. package/dist/lib/generated/Entities/AIAgentExample/sections/details.component.js +33 -4
  106. package/dist/lib/generated/Entities/AIAgentExample/sections/details.component.js.map +1 -1
  107. package/dist/lib/generated/Entities/AIAgentNote/sections/details.component.d.ts.map +1 -1
  108. package/dist/lib/generated/Entities/AIAgentNote/sections/details.component.js +33 -4
  109. package/dist/lib/generated/Entities/AIAgentNote/sections/details.component.js.map +1 -1
  110. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -1
  111. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +22 -4
  112. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -1
  113. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +6 -6
  114. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
  115. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +8 -8
  116. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
  117. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +34 -14
  118. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
  119. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.d.ts +10 -0
  120. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.d.ts.map +1 -0
  121. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.js +59 -0
  122. package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.js.map +1 -0
  123. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.d.ts +11 -0
  124. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.d.ts.map +1 -0
  125. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.js +129 -0
  126. package/dist/lib/generated/Entities/ArtifactUse/sections/details.component.js.map +1 -0
  127. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +24 -4
  128. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
  129. package/dist/lib/generated/Entities/CollectionArtifact/sections/details.component.js +10 -10
  130. package/dist/lib/generated/Entities/CollectionArtifact/sections/details.component.js.map +1 -1
  131. package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js +6 -6
  132. package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js.map +1 -1
  133. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +18 -8
  134. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
  135. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts +10 -0
  136. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts.map +1 -0
  137. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +59 -0
  138. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -0
  139. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.d.ts +11 -0
  140. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.d.ts.map +1 -0
  141. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.js +120 -0
  142. package/dist/lib/generated/Entities/ConversationDetailRating/sections/details.component.js.map +1 -0
  143. package/dist/lib/generated/Entities/User/user.form.component.js +49 -29
  144. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  145. package/dist/lib/generated/generated-forms.module.d.ts +336 -327
  146. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  147. package/dist/lib/generated/generated-forms.module.js +199 -126
  148. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  149. package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
  150. package/dist/lib/shared/components/template-editor.component.js +27 -26
  151. package/dist/lib/shared/components/template-editor.component.js.map +1 -1
  152. package/package.json +17 -16
@@ -41,34 +41,40 @@ function ConversationDetailFormComponent_form_1_Template(rf, ctx) { if (rf & 1)
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, " AI Agent Notes ");
44
+ i0.ɵɵtext(18, " MJ: Conversation Detail Ratings ");
45
45
  i0.ɵɵelementEnd();
46
46
  i0.ɵɵelementStart(19, "mj-tab-body");
47
47
  i0.ɵɵelement(20, "mj-user-view-grid", 10);
48
48
  i0.ɵɵelementEnd();
49
49
  i0.ɵɵelementStart(21, "mj-tab", 13);
50
- i0.ɵɵtext(22, " MJ: AI Agent Runs ");
50
+ i0.ɵɵtext(22, " AI Agent Notes ");
51
51
  i0.ɵɵelementEnd();
52
52
  i0.ɵɵelementStart(23, "mj-tab-body");
53
53
  i0.ɵɵelement(24, "mj-user-view-grid", 10);
54
54
  i0.ɵɵelementEnd();
55
55
  i0.ɵɵelementStart(25, "mj-tab", 14);
56
- i0.ɵɵtext(26, " Conversation Details ");
56
+ i0.ɵɵtext(26, " MJ: AI Agent Runs ");
57
57
  i0.ɵɵelementEnd();
58
58
  i0.ɵɵelementStart(27, "mj-tab-body");
59
59
  i0.ɵɵelement(28, "mj-user-view-grid", 10);
60
60
  i0.ɵɵelementEnd();
61
61
  i0.ɵɵelementStart(29, "mj-tab", 15);
62
- i0.ɵɵtext(30, " MJ: Tasks ");
62
+ i0.ɵɵtext(30, " Conversation Details ");
63
63
  i0.ɵɵelementEnd();
64
64
  i0.ɵɵelementStart(31, "mj-tab-body");
65
65
  i0.ɵɵelement(32, "mj-user-view-grid", 10);
66
66
  i0.ɵɵelementEnd();
67
67
  i0.ɵɵelementStart(33, "mj-tab", 16);
68
- i0.ɵɵtext(34, " MJ: AI Agent Examples ");
68
+ i0.ɵɵtext(34, " MJ: Tasks ");
69
69
  i0.ɵɵelementEnd();
70
70
  i0.ɵɵelementStart(35, "mj-tab-body");
71
71
  i0.ɵɵelement(36, "mj-user-view-grid", 10);
72
+ i0.ɵɵelementEnd();
73
+ i0.ɵɵelementStart(37, "mj-tab", 17);
74
+ i0.ɵɵtext(38, " MJ: AI Agent Examples ");
75
+ i0.ɵɵelementEnd();
76
+ i0.ɵɵelementStart(39, "mj-tab-body");
77
+ i0.ɵɵelement(40, "mj-user-view-grid", 10);
72
78
  i0.ɵɵelementEnd()()();
73
79
  } if (rf & 2) {
74
80
  const ctx_r1 = i0.ɵɵnextContext();
@@ -87,6 +93,10 @@ function ConversationDetailFormComponent_form_1_Template(rf, ctx) { if (rf & 1)
87
93
  i0.ɵɵadvance();
88
94
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
89
95
  i0.ɵɵadvance(3);
96
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Detail Ratings", "ConversationDetailID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversation Detail Ratings"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Conversation Detail Ratings"))("EditMode", ctx_r1.GridEditMode());
97
+ i0.ɵɵadvance();
98
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
99
+ i0.ɵɵadvance(3);
90
100
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Notes", "SourceConversationDetailID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Notes"))("AllowLoad", ctx_r1.IsCurrentTab("AI Agent Notes"))("EditMode", ctx_r1.GridEditMode());
91
101
  i0.ɵɵadvance();
92
102
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
@@ -107,9 +117,9 @@ function ConversationDetailFormComponent_form_1_Template(rf, ctx) { if (rf & 1)
107
117
  } }
108
118
  let ConversationDetailFormComponent = class ConversationDetailFormComponent extends BaseFormComponent {
109
119
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailFormComponent_BaseFactory; return function ConversationDetailFormComponent_Factory(t) { return (ɵConversationDetailFormComponent_BaseFactory || (ɵConversationDetailFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailFormComponent)))(t || ConversationDetailFormComponent); }; })(); }
110
- 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", "AI Agent Notes", 3, "Visible"], ["Name", "MJ: AI Agent Runs", 3, "Visible"], ["Name", "Conversation Details", 3, "Visible"], ["Name", "MJ: Tasks", 3, "Visible"], ["Name", "MJ: AI Agent Examples", 3, "Visible"]], template: function ConversationDetailFormComponent_Template(rf, ctx) { if (rf & 1) {
120
+ 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: Conversation Detail Ratings", 3, "Visible"], ["Name", "AI Agent Notes", 3, "Visible"], ["Name", "MJ: AI Agent Runs", 3, "Visible"], ["Name", "Conversation Details", 3, "Visible"], ["Name", "MJ: Tasks", 3, "Visible"], ["Name", "MJ: AI Agent Examples", 3, "Visible"]], template: function ConversationDetailFormComponent_Template(rf, ctx) { if (rf & 1) {
111
121
  i0.ɵɵelementStart(0, "div", 1);
112
- i0.ɵɵtemplate(1, ConversationDetailFormComponent_form_1_Template, 37, 38, "form", 2);
122
+ i0.ɵɵtemplate(1, ConversationDetailFormComponent_form_1_Template, 41, 43, "form", 2);
113
123
  i0.ɵɵelementEnd();
114
124
  } if (rf & 2) {
115
125
  i0.ɵɵadvance();
@@ -122,7 +132,7 @@ ConversationDetailFormComponent = __decorate([
122
132
  export { ConversationDetailFormComponent };
123
133
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationDetailFormComponent, [{
124
134
  type: Component,
125
- 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=\"AI Agent Notes\" [Visible]=\"record.IsSaved\"> \n AI Agent Notes\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','SourceConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsCurrentTab('AI Agent Notes')\" \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\n <mj-tab Name=\"MJ: AI Agent Examples\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Examples\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','SourceConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Examples')\" \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"] }]
135
+ 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: Conversation Detail Ratings\" [Visible]=\"record.IsSaved\"> \n MJ: Conversation Detail Ratings\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Ratings','ConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Ratings')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Conversation Detail Ratings')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AI Agent Notes\" [Visible]=\"record.IsSaved\"> \n AI Agent Notes\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','SourceConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsCurrentTab('AI Agent Notes')\" \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\n <mj-tab Name=\"MJ: AI Agent Examples\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Examples\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','SourceConversationDetailID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Examples')\" \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"] }]
126
136
  }], null, null); })();
127
137
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailFormComponent, { className: "ConversationDetailFormComponent", filePath: "src/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.ts", lineNumber: 14 }); })();
128
138
  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,mCAA4E;IACxE,oDACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAyD;IACrD,iCACJ;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;IACxB,iBAAc;IAEd,mCAAgE;IAC5D,wCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA3Gc,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;IAKL,cAA0B;IAA1B,+CAA0B;IAKhD,eAAiG;IAGjG,AADA,AADA,AADA,uHAAiG,6DAC5C,oDACT,mCACjB;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;IAKE,cAA0B;IAA1B,+CAA0B;IAKvD,eAAwG;IAGxG,AADA,AADA,AADA,8HAAwG,oEAC5C,2DACT,mCACxB;;AD3FhD,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;gSAAzD,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCb5C,8BAAqC;YACjC,oFAA0D;YA6G9D,iBAAM;;YA7GK,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,mCAA0E;IACtE,kDACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAyD;IACrD,iCACJ;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;IACxB,iBAAc;IAEd,mCAAgE;IAC5D,wCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAxHc,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;IAKY,cAA0B;IAA1B,+CAA0B;IAKjE,eAA4G;IAG5G,AADA,AADA,AADA,kIAA4G,8EACtC,qEACT,mCAClC;IAKL,cAA0B;IAA1B,+CAA0B;IAKhD,eAAiG;IAGjG,AADA,AADA,AADA,uHAAiG,6DAC5C,oDACT,mCACjB;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;IAKE,cAA0B;IAA1B,+CAA0B;IAKvD,eAAwG;IAGxG,AADA,AADA,AADA,8HAAwG,oEAC5C,2DACT,mCACxB;;ADxGhD,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;gSAAzD,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCb5C,8BAAqC;YACjC,oFAA0D;YA0H9D,iBAAM;;YA1HK,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"}
@@ -0,0 +1,10 @@
1
+ import { ConversationDetailRatingEntity } from '@memberjunction/core-entities';
2
+ import { BaseFormComponent } from '@memberjunction/ng-base-forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ConversationDetailRatingFormComponent extends BaseFormComponent {
5
+ record: ConversationDetailRatingEntity;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConversationDetailRatingFormComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConversationDetailRatingFormComponent, "gen-conversationdetailrating-form", never, {}, {}, never, never, false, never>;
8
+ }
9
+ export declare function LoadConversationDetailRatingFormComponent(): void;
10
+ //# sourceMappingURL=conversationdetailrating.form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversationdetailrating.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,+BAA+B,CAAC;AAE/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,qCAAsC,SAAQ,iBAAiB;IACjE,MAAM,EAAG,8BAA8B,CAAC;yCADtC,qCAAqC;2CAArC,qCAAqC;CAEjD;AAED,wBAAgB,yCAAyC,SAExD"}
@@ -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 { LoadConversationDetailRatingDetailsComponent } 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 ConversationDetailRatingFormComponent_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 ConversationDetailRatingFormComponent_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 ConversationDetailRatingFormComponent_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 ConversationDetailRatingFormComponent = class ConversationDetailRatingFormComponent extends BaseFormComponent {
37
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailRatingFormComponent_BaseFactory; return function ConversationDetailRatingFormComponent_Factory(t) { return (ɵConversationDetailRatingFormComponent_BaseFactory || (ɵConversationDetailRatingFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailRatingFormComponent)))(t || ConversationDetailRatingFormComponent); }; })(); }
38
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailRatingFormComponent, selectors: [["gen-conversationdetailrating-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 Ratings", "Section", "details", 3, "record", "EditMode"]], template: function ConversationDetailRatingFormComponent_Template(rf, ctx) { if (rf & 1) {
39
+ i0.ɵɵelementStart(0, "div", 1);
40
+ i0.ɵɵtemplate(1, ConversationDetailRatingFormComponent_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
+ ConversationDetailRatingFormComponent = __decorate([
48
+ RegisterClass(BaseFormComponent, 'MJ: Conversation Detail Ratings') // Tell MemberJunction about this class
49
+ ], ConversationDetailRatingFormComponent);
50
+ export { ConversationDetailRatingFormComponent };
51
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationDetailRatingFormComponent, [{
52
+ type: Component,
53
+ args: [{ selector: 'gen-conversationdetailrating-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 Ratings\" \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(ConversationDetailRatingFormComponent, { className: "ConversationDetailRatingFormComponent", filePath: "src/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.ts", lineNumber: 13 }); })();
56
+ export function LoadConversationDetailRatingFormComponent() {
57
+ LoadConversationDetailRatingDetailsComponent();
58
+ }
59
+ //# sourceMappingURL=conversationdetailrating.form.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversationdetailrating.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.ts","../../../../../src/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.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,4CAA4C,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;ICHvF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,yNAAe,0BAAmB,KAAC,8MAAqB,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,qCAAqC,GAA3C,MAAM,qCAAsC,SAAQ,iBAAiB;wTAA/D,qCAAqC,SAArC,qCAAqC;oEAArC,qCAAqC;YCZlD,8BAAqC;YACjC,wFAA0D;YAmB9D,iBAAM;;YAnBK,cAAY;YAAZ,iCAAY;;;ADWV,qCAAqC;IANjD,aAAa,CAAC,iBAAiB,EAAE,iCAAiC,CAAC,CAAC,uCAAuC;GAM/F,qCAAqC,CAEjD;;iFAFY,qCAAqC;cALjD,SAAS;2BACI,mCAAmC;;kFAIpC,qCAAqC;AAIlD,MAAM,UAAU,yCAAyC;IACrD,4CAA4C,EAAE,CAAC;AACnD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
2
+ import { ConversationDetailRatingEntity } from '@memberjunction/core-entities';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ConversationDetailRatingDetailsComponent extends BaseFormSectionComponent {
5
+ record: ConversationDetailRatingEntity;
6
+ EditMode: boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConversationDetailRatingDetailsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConversationDetailRatingDetailsComponent, "gen-conversationdetailrating-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
10
+ export declare function LoadConversationDetailRatingDetailsComponent(): void;
11
+ //# sourceMappingURL=details.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetailRating/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,8BAA8B,EAAE,MAAM,+BAA+B,CAAC;;AAE/E,qBAgEa,wCAAyC,SAAQ,wBAAwB;IAChE,MAAM,EAAG,8BAA8B,CAAC;IACxC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,wCAAwC;2CAAxC,wCAAwC;CAGpD;AAED,wBAAgB,4CAA4C,SAE3D"}
@@ -0,0 +1,120 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { Component, Input } from '@angular/core';
8
+ import { RegisterClass } from '@memberjunction/global';
9
+ import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
10
+ import * as i0 from "@angular/core";
11
+ import * as i1 from "@angular/common";
12
+ import * as i2 from "@memberjunction/ng-base-forms";
13
+ function ConversationDetailRatingDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
14
+ i0.ɵɵelementStart(0, "div")(1, "div", 1);
15
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
16
+ i0.ɵɵelementEnd()();
17
+ } if (rf & 2) {
18
+ const ctx_r0 = i0.ɵɵnextContext();
19
+ i0.ɵɵadvance(2);
20
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
21
+ i0.ɵɵadvance();
22
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
23
+ i0.ɵɵadvance();
24
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
25
+ i0.ɵɵadvance();
26
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
27
+ i0.ɵɵadvance();
28
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
29
+ i0.ɵɵadvance();
30
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
31
+ i0.ɵɵadvance();
32
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
33
+ } }
34
+ let ConversationDetailRatingDetailsComponent = class ConversationDetailRatingDetailsComponent extends BaseFormSectionComponent {
35
+ constructor() {
36
+ super(...arguments);
37
+ this.EditMode = false;
38
+ }
39
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailRatingDetailsComponent_BaseFactory; return function ConversationDetailRatingDetailsComponent_Factory(t) { return (ɵConversationDetailRatingDetailsComponent_BaseFactory || (ɵConversationDetailRatingDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailRatingDetailsComponent)))(t || ConversationDetailRatingDetailsComponent); }; })(); }
40
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailRatingDetailsComponent, selectors: [["gen-conversationdetailrating-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Rating", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ConversationDetailRatingDetailsComponent_Template(rf, ctx) { if (rf & 1) {
41
+ i0.ɵɵtemplate(0, ConversationDetailRatingDetailsComponent_div_0_Template, 9, 21, "div", 0);
42
+ } if (rf & 2) {
43
+ i0.ɵɵproperty("ngIf", ctx.record);
44
+ } }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
45
+ };
46
+ ConversationDetailRatingDetailsComponent = __decorate([
47
+ RegisterClass(BaseFormSectionComponent, 'MJ: Conversation Detail Ratings.details') // Tell MemberJunction about this class
48
+ ], ConversationDetailRatingDetailsComponent);
49
+ export { ConversationDetailRatingDetailsComponent };
50
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationDetailRatingDetailsComponent, [{
51
+ type: Component,
52
+ args: [{ selector: 'gen-conversationdetailrating-form-details', template: `<div *ngIf="this.record">
53
+ <div class="record-form">
54
+ <mj-form-field
55
+ [record]="record"
56
+ [ShowLabel]="true"
57
+ FieldName="ConversationDetailID"
58
+ Type="textbox"
59
+ [EditMode]="EditMode"
60
+ LinkType="Record"
61
+ LinkComponentType="Search"
62
+ ></mj-form-field>
63
+ <mj-form-field
64
+ [record]="record"
65
+ [ShowLabel]="true"
66
+ FieldName="UserID"
67
+ Type="textbox"
68
+ [EditMode]="EditMode"
69
+ LinkType="Record"
70
+ LinkComponentType="Search"
71
+ ></mj-form-field>
72
+ <mj-form-field
73
+ [record]="record"
74
+ [ShowLabel]="true"
75
+ FieldName="Rating"
76
+ Type="numerictextbox"
77
+ [EditMode]="EditMode"
78
+ ></mj-form-field>
79
+ <mj-form-field
80
+ [record]="record"
81
+ [ShowLabel]="true"
82
+ FieldName="Comments"
83
+ Type="textarea"
84
+ [EditMode]="EditMode"
85
+ ></mj-form-field>
86
+ <mj-form-field
87
+ [record]="record"
88
+ [ShowLabel]="true"
89
+ FieldName="__mj_CreatedAt"
90
+ Type="textbox"
91
+ [EditMode]="EditMode"
92
+ ></mj-form-field>
93
+ <mj-form-field
94
+ [record]="record"
95
+ [ShowLabel]="true"
96
+ FieldName="__mj_UpdatedAt"
97
+ Type="textbox"
98
+ [EditMode]="EditMode"
99
+ ></mj-form-field>
100
+ <mj-form-field
101
+ [record]="record"
102
+ [ShowLabel]="true"
103
+ FieldName="User"
104
+ Type="textbox"
105
+ [EditMode]="EditMode"
106
+ ></mj-form-field>
107
+
108
+ </div>
109
+ </div>
110
+ `, 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"] }]
111
+ }], null, { record: [{
112
+ type: Input
113
+ }], EditMode: [{
114
+ type: Input
115
+ }] }); })();
116
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailRatingDetailsComponent, { className: "ConversationDetailRatingDetailsComponent", filePath: "src/lib/generated/Entities/ConversationDetailRating/sections/details.component.ts", lineNumber: 70 }); })();
117
+ export function LoadConversationDetailRatingDetailsComponent() {
118
+ // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
119
+ }
120
+ //# sourceMappingURL=details.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetailRating/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;IA+CrB,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAtDM,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;;AAO1B,IAAM,wCAAwC,GAA9C,MAAM,wCAAyC,SAAQ,wBAAwB;IAA/E;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oUAHY,wCAAwC,SAAxC,wCAAwC;oEAAxC,wCAAwC;YA5DtC,0FAAyB;;YAAnB,iCAAiB;;;AA4DzB,wCAAwC;IAhEpD,aAAa,CAAC,wBAAwB,EAAE,yCAAyC,CAAC,CAAC,wCAAwC;GAgE/G,wCAAwC,CAGpD;;iFAHY,wCAAwC;cA/DpD,SAAS;2BACI,2CAA2C,YAE3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA0DT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,wCAAwC;AAKrD,MAAM,UAAU,4CAA4C;IACxD,2GAA2G;AAC/G,CAAC"}