@memberjunction/ng-core-entity-forms 3.2.0 → 3.4.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 (170) hide show
  1. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +16 -17
  2. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  3. package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
  4. package/dist/lib/custom/Actions/action-form.component.js +16 -30
  5. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  6. package/dist/lib/custom/EntityActions/entityaction.form.component.js +9 -10
  7. package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
  8. package/dist/lib/custom/Queries/query-form.component.js +7 -7
  9. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  10. package/dist/lib/custom/Templates/templates-form.component.js +195 -112
  11. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  12. package/dist/lib/custom/Tests/test-form.component.d.ts +4 -1
  13. package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
  14. package/dist/lib/custom/Tests/test-form.component.js +401 -380
  15. package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
  16. package/dist/lib/custom/Tests/test-suite-form.component.d.ts +4 -1
  17. package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
  18. package/dist/lib/custom/Tests/test-suite-form.component.js +539 -518
  19. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  20. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +4 -1
  21. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
  22. package/dist/lib/custom/Tests/test-suite-run-form.component.js +535 -518
  23. package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
  24. package/dist/lib/custom/custom-forms.module.d.ts +48 -52
  25. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  26. package/dist/lib/custom/custom-forms.module.js +11 -25
  27. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  28. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.d.ts.map +1 -1
  29. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +141 -113
  30. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  31. package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js +28 -14
  32. package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js.map +1 -1
  33. package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js +26 -12
  34. package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js.map +1 -1
  35. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.d.ts.map +1 -1
  36. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +67 -47
  37. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
  38. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.d.ts.map +1 -1
  39. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js +18 -24
  40. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js.map +1 -1
  41. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.d.ts.map +1 -1
  42. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js +11 -17
  43. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js.map +1 -1
  44. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts +11 -0
  45. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts.map +1 -0
  46. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js +120 -0
  47. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js.map +1 -0
  48. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts +11 -0
  49. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts.map +1 -0
  50. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js +75 -0
  51. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js.map +1 -0
  52. package/dist/lib/generated/Entities/APIKey/apikey.form.component.d.ts.map +1 -1
  53. package/dist/lib/generated/Entities/APIKey/apikey.form.component.js +25 -7
  54. package/dist/lib/generated/Entities/APIKey/apikey.form.component.js.map +1 -1
  55. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts +11 -0
  56. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts.map +1 -0
  57. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js +61 -0
  58. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js.map +1 -0
  59. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js +17 -9
  60. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js +19 -7
  62. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js.map +1 -1
  63. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.d.ts.map +1 -1
  64. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js +67 -11
  65. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js.map +1 -1
  66. package/dist/lib/generated/Entities/Action/action.form.component.d.ts.map +1 -1
  67. package/dist/lib/generated/Entities/Action/action.form.component.js +44 -26
  68. package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
  69. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.d.ts.map +1 -1
  70. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js +23 -5
  71. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/Company/company.form.component.d.ts.map +1 -1
  73. package/dist/lib/generated/Entities/Company/company.form.component.js +28 -10
  74. package/dist/lib/generated/Entities/Company/company.form.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/Conversation/conversation.form.component.js +3 -3
  76. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +3 -3
  77. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -1
  78. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +3 -3
  79. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -1
  80. package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts.map +1 -1
  81. package/dist/lib/generated/Entities/Credential/credential.form.component.js +23 -5
  82. package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -1
  83. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts.map +1 -1
  84. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js +23 -5
  85. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js.map +1 -1
  86. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts.map +1 -1
  87. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js +14 -20
  88. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js.map +1 -1
  89. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.d.ts.map +1 -1
  90. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js +9 -15
  91. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js.map +1 -1
  92. package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js +3 -3
  93. package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js.map +1 -1
  94. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.d.ts.map +1 -1
  95. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js +6 -12
  96. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js.map +1 -1
  97. package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts.map +1 -1
  98. package/dist/lib/generated/Entities/Entity/entity.form.component.js +110 -56
  99. package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
  100. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.d.ts.map +1 -1
  101. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js +5 -11
  102. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js.map +1 -1
  103. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.d.ts.map +1 -1
  104. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js +8 -14
  105. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js.map +1 -1
  106. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.d.ts.map +1 -1
  107. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js +6 -12
  108. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js.map +1 -1
  109. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.d.ts.map +1 -1
  110. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js +6 -12
  111. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js.map +1 -1
  112. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.d.ts.map +1 -1
  113. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js +11 -17
  114. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js.map +1 -1
  115. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts +11 -0
  116. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts.map +1 -0
  117. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js +142 -0
  118. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js.map +1 -0
  119. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts +11 -0
  120. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts.map +1 -0
  121. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js +158 -0
  122. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js.map +1 -0
  123. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts +11 -0
  124. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts.map +1 -0
  125. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js +77 -0
  126. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js.map +1 -0
  127. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts +11 -0
  128. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts.map +1 -0
  129. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js +73 -0
  130. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js.map +1 -0
  131. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts +11 -0
  132. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts.map +1 -0
  133. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js +132 -0
  134. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js.map +1 -0
  135. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts +11 -0
  136. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts.map +1 -0
  137. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js +101 -0
  138. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js.map +1 -0
  139. package/dist/lib/generated/Entities/Role/role.form.component.d.ts.map +1 -1
  140. package/dist/lib/generated/Entities/Role/role.form.component.js +30 -12
  141. package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
  142. package/dist/lib/generated/Entities/Task/task.form.component.d.ts.map +1 -1
  143. package/dist/lib/generated/Entities/Task/task.form.component.js +26 -32
  144. package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -1
  145. package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
  146. package/dist/lib/generated/Entities/User/user.form.component.js +182 -146
  147. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  148. package/dist/lib/generated/generated-forms.module.d.ts +142 -128
  149. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  150. package/dist/lib/generated/generated-forms.module.js +194 -101
  151. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  152. package/dist/public-api.js +1 -0
  153. package/dist/public-api.js.map +1 -1
  154. package/package.json +30 -30
  155. package/dist/lib/custom/Actions/action-param-dialog.component.d.ts +0 -32
  156. package/dist/lib/custom/Actions/action-param-dialog.component.d.ts.map +0 -1
  157. package/dist/lib/custom/Actions/action-param-dialog.component.js +0 -321
  158. package/dist/lib/custom/Actions/action-param-dialog.component.js.map +0 -1
  159. package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts +0 -20
  160. package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts.map +0 -1
  161. package/dist/lib/custom/Actions/action-result-code-dialog.component.js +0 -127
  162. package/dist/lib/custom/Actions/action-result-code-dialog.component.js.map +0 -1
  163. package/dist/lib/custom/Actions/action-test-harness-dialog.component.d.ts +0 -15
  164. package/dist/lib/custom/Actions/action-test-harness-dialog.component.d.ts.map +0 -1
  165. package/dist/lib/custom/Actions/action-test-harness-dialog.component.js +0 -96
  166. package/dist/lib/custom/Actions/action-test-harness-dialog.component.js.map +0 -1
  167. package/dist/lib/custom/Actions/action-test-harness.component.d.ts +0 -50
  168. package/dist/lib/custom/Actions/action-test-harness.component.d.ts.map +0 -1
  169. package/dist/lib/custom/Actions/action-test-harness.component.js +0 -710
  170. package/dist/lib/custom/Actions/action-test-harness.component.js.map +0 -1
@@ -13,7 +13,7 @@ import * as i2 from "@memberjunction/ng-base-forms";
13
13
  import * as i3 from "@memberjunction/ng-form-toolbar";
14
14
  function UserFormComponent_div_28_Template(rf, ctx) { if (rf & 1) {
15
15
  const _r1 = i0.ɵɵgetCurrentView();
16
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
17
17
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_28_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("actionExecutionLogs", $event.totalRowCount)); });
18
18
  i0.ɵɵelementEnd()();
19
19
  } if (rf & 2) {
@@ -23,7 +23,7 @@ function UserFormComponent_div_28_Template(rf, ctx) { if (rf & 1) {
23
23
  } }
24
24
  function UserFormComponent_div_30_Template(rf, ctx) { if (rf & 1) {
25
25
  const _r3 = i0.ɵɵgetCurrentView();
26
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
26
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
27
27
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_30_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("actions", $event.totalRowCount)); });
28
28
  i0.ɵɵelementEnd()();
29
29
  } if (rf & 2) {
@@ -33,7 +33,7 @@ function UserFormComponent_div_30_Template(rf, ctx) { if (rf & 1) {
33
33
  } }
34
34
  function UserFormComponent_div_32_Template(rf, ctx) { if (rf & 1) {
35
35
  const _r4 = i0.ɵɵgetCurrentView();
36
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
36
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
37
37
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_32_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("auditLogs", $event.totalRowCount)); });
38
38
  i0.ɵɵelementEnd()();
39
39
  } if (rf & 2) {
@@ -43,7 +43,7 @@ function UserFormComponent_div_32_Template(rf, ctx) { if (rf & 1) {
43
43
  } }
44
44
  function UserFormComponent_div_34_Template(rf, ctx) { if (rf & 1) {
45
45
  const _r5 = i0.ɵɵgetCurrentView();
46
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
46
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
47
47
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_34_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("communicationRuns", $event.totalRowCount)); });
48
48
  i0.ɵɵelementEnd()();
49
49
  } if (rf & 2) {
@@ -53,7 +53,7 @@ function UserFormComponent_div_34_Template(rf, ctx) { if (rf & 1) {
53
53
  } }
54
54
  function UserFormComponent_div_36_Template(rf, ctx) { if (rf & 1) {
55
55
  const _r6 = i0.ɵɵgetCurrentView();
56
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
56
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
57
57
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_36_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("companyIntegrationRuns", $event.totalRowCount)); });
58
58
  i0.ɵɵelementEnd()();
59
59
  } if (rf & 2) {
@@ -63,7 +63,7 @@ function UserFormComponent_div_36_Template(rf, ctx) { if (rf & 1) {
63
63
  } }
64
64
  function UserFormComponent_div_38_Template(rf, ctx) { if (rf & 1) {
65
65
  const _r7 = i0.ɵɵgetCurrentView();
66
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
66
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
67
67
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_38_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversations", $event.totalRowCount)); });
68
68
  i0.ɵɵelementEnd()();
69
69
  } if (rf & 2) {
@@ -73,7 +73,7 @@ function UserFormComponent_div_38_Template(rf, ctx) { if (rf & 1) {
73
73
  } }
74
74
  function UserFormComponent_div_40_Template(rf, ctx) { if (rf & 1) {
75
75
  const _r8 = i0.ɵɵgetCurrentView();
76
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
76
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
77
77
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_40_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboardCategories", $event.totalRowCount)); });
78
78
  i0.ɵɵelementEnd()();
79
79
  } if (rf & 2) {
@@ -83,7 +83,7 @@ function UserFormComponent_div_40_Template(rf, ctx) { if (rf & 1) {
83
83
  } }
84
84
  function UserFormComponent_div_42_Template(rf, ctx) { if (rf & 1) {
85
85
  const _r9 = i0.ɵɵgetCurrentView();
86
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
86
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
87
87
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_42_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboards", $event.totalRowCount)); });
88
88
  i0.ɵɵelementEnd()();
89
89
  } if (rf & 2) {
@@ -93,7 +93,7 @@ function UserFormComponent_div_42_Template(rf, ctx) { if (rf & 1) {
93
93
  } }
94
94
  function UserFormComponent_div_44_Template(rf, ctx) { if (rf & 1) {
95
95
  const _r10 = i0.ɵɵgetCurrentView();
96
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
96
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
97
97
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_44_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dataContexts", $event.totalRowCount)); });
98
98
  i0.ɵɵelementEnd()();
99
99
  } if (rf & 2) {
@@ -103,7 +103,7 @@ function UserFormComponent_div_44_Template(rf, ctx) { if (rf & 1) {
103
103
  } }
104
104
  function UserFormComponent_div_46_Template(rf, ctx) { if (rf & 1) {
105
105
  const _r11 = i0.ɵɵgetCurrentView();
106
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
106
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
107
107
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_46_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("duplicateRuns", $event.totalRowCount)); });
108
108
  i0.ɵɵelementEnd()();
109
109
  } if (rf & 2) {
@@ -113,7 +113,7 @@ function UserFormComponent_div_46_Template(rf, ctx) { if (rf & 1) {
113
113
  } }
114
114
  function UserFormComponent_div_48_Template(rf, ctx) { if (rf & 1) {
115
115
  const _r12 = i0.ɵɵgetCurrentView();
116
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
116
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
117
117
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_48_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("lists", $event.totalRowCount)); });
118
118
  i0.ɵɵelementEnd()();
119
119
  } if (rf & 2) {
@@ -123,7 +123,7 @@ function UserFormComponent_div_48_Template(rf, ctx) { if (rf & 1) {
123
123
  } }
124
124
  function UserFormComponent_div_50_Template(rf, ctx) { if (rf & 1) {
125
125
  const _r13 = i0.ɵɵgetCurrentView();
126
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
126
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
127
127
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_50_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queryCategories", $event.totalRowCount)); });
128
128
  i0.ɵɵelementEnd()();
129
129
  } if (rf & 2) {
@@ -133,7 +133,7 @@ function UserFormComponent_div_50_Template(rf, ctx) { if (rf & 1) {
133
133
  } }
134
134
  function UserFormComponent_div_52_Template(rf, ctx) { if (rf & 1) {
135
135
  const _r14 = i0.ɵɵgetCurrentView();
136
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
136
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
137
137
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_52_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recommendationRuns", $event.totalRowCount)); });
138
138
  i0.ɵɵelementEnd()();
139
139
  } if (rf & 2) {
@@ -143,7 +143,7 @@ function UserFormComponent_div_52_Template(rf, ctx) { if (rf & 1) {
143
143
  } }
144
144
  function UserFormComponent_div_54_Template(rf, ctx) { if (rf & 1) {
145
145
  const _r15 = i0.ɵɵgetCurrentView();
146
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
146
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
147
147
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_54_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordChangeReplayRuns", $event.totalRowCount)); });
148
148
  i0.ɵɵelementEnd()();
149
149
  } if (rf & 2) {
@@ -153,7 +153,7 @@ function UserFormComponent_div_54_Template(rf, ctx) { if (rf & 1) {
153
153
  } }
154
154
  function UserFormComponent_div_56_Template(rf, ctx) { if (rf & 1) {
155
155
  const _r16 = i0.ɵɵgetCurrentView();
156
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
156
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
157
157
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_56_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordChanges", $event.totalRowCount)); });
158
158
  i0.ɵɵelementEnd()();
159
159
  } if (rf & 2) {
@@ -163,7 +163,7 @@ function UserFormComponent_div_56_Template(rf, ctx) { if (rf & 1) {
163
163
  } }
164
164
  function UserFormComponent_div_58_Template(rf, ctx) { if (rf & 1) {
165
165
  const _r17 = i0.ɵɵgetCurrentView();
166
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
166
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
167
167
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_58_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordMergeLogs", $event.totalRowCount)); });
168
168
  i0.ɵɵelementEnd()();
169
169
  } if (rf & 2) {
@@ -173,7 +173,7 @@ function UserFormComponent_div_58_Template(rf, ctx) { if (rf & 1) {
173
173
  } }
174
174
  function UserFormComponent_div_60_Template(rf, ctx) { if (rf & 1) {
175
175
  const _r18 = i0.ɵɵgetCurrentView();
176
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
176
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
177
177
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_60_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reportCategories", $event.totalRowCount)); });
178
178
  i0.ɵɵelementEnd()();
179
179
  } if (rf & 2) {
@@ -183,7 +183,7 @@ function UserFormComponent_div_60_Template(rf, ctx) { if (rf & 1) {
183
183
  } }
184
184
  function UserFormComponent_div_62_Template(rf, ctx) { if (rf & 1) {
185
185
  const _r19 = i0.ɵɵgetCurrentView();
186
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
186
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
187
187
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_62_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reportSnapshots", $event.totalRowCount)); });
188
188
  i0.ɵɵelementEnd()();
189
189
  } if (rf & 2) {
@@ -193,7 +193,7 @@ function UserFormComponent_div_62_Template(rf, ctx) { if (rf & 1) {
193
193
  } }
194
194
  function UserFormComponent_div_64_Template(rf, ctx) { if (rf & 1) {
195
195
  const _r20 = i0.ɵɵgetCurrentView();
196
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
196
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
197
197
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_64_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reports", $event.totalRowCount)); });
198
198
  i0.ɵɵelementEnd()();
199
199
  } if (rf & 2) {
@@ -203,7 +203,7 @@ function UserFormComponent_div_64_Template(rf, ctx) { if (rf & 1) {
203
203
  } }
204
204
  function UserFormComponent_div_66_Template(rf, ctx) { if (rf & 1) {
205
205
  const _r21 = i0.ɵɵgetCurrentView();
206
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
206
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
207
207
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_66_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("templateCategories", $event.totalRowCount)); });
208
208
  i0.ɵɵelementEnd()();
209
209
  } if (rf & 2) {
@@ -213,7 +213,7 @@ function UserFormComponent_div_66_Template(rf, ctx) { if (rf & 1) {
213
213
  } }
214
214
  function UserFormComponent_div_68_Template(rf, ctx) { if (rf & 1) {
215
215
  const _r22 = i0.ɵɵgetCurrentView();
216
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
216
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
217
217
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_68_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("templates", $event.totalRowCount)); });
218
218
  i0.ɵɵelementEnd()();
219
219
  } if (rf & 2) {
@@ -223,7 +223,7 @@ function UserFormComponent_div_68_Template(rf, ctx) { if (rf & 1) {
223
223
  } }
224
224
  function UserFormComponent_div_70_Template(rf, ctx) { if (rf & 1) {
225
225
  const _r23 = i0.ɵɵgetCurrentView();
226
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
226
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
227
227
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_70_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userApplications", $event.totalRowCount)); });
228
228
  i0.ɵɵelementEnd()();
229
229
  } if (rf & 2) {
@@ -233,7 +233,7 @@ function UserFormComponent_div_70_Template(rf, ctx) { if (rf & 1) {
233
233
  } }
234
234
  function UserFormComponent_div_72_Template(rf, ctx) { if (rf & 1) {
235
235
  const _r24 = i0.ɵɵgetCurrentView();
236
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
236
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
237
237
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_72_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userFavorites", $event.totalRowCount)); });
238
238
  i0.ɵɵelementEnd()();
239
239
  } if (rf & 2) {
@@ -243,7 +243,7 @@ function UserFormComponent_div_72_Template(rf, ctx) { if (rf & 1) {
243
243
  } }
244
244
  function UserFormComponent_div_74_Template(rf, ctx) { if (rf & 1) {
245
245
  const _r25 = i0.ɵɵgetCurrentView();
246
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
246
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
247
247
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_74_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userNotifications", $event.totalRowCount)); });
248
248
  i0.ɵɵelementEnd()();
249
249
  } if (rf & 2) {
@@ -253,7 +253,7 @@ function UserFormComponent_div_74_Template(rf, ctx) { if (rf & 1) {
253
253
  } }
254
254
  function UserFormComponent_div_76_Template(rf, ctx) { if (rf & 1) {
255
255
  const _r26 = i0.ɵɵgetCurrentView();
256
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
256
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
257
257
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_76_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userRecordLogs", $event.totalRowCount)); });
258
258
  i0.ɵɵelementEnd()();
259
259
  } if (rf & 2) {
@@ -263,7 +263,7 @@ function UserFormComponent_div_76_Template(rf, ctx) { if (rf & 1) {
263
263
  } }
264
264
  function UserFormComponent_div_78_Template(rf, ctx) { if (rf & 1) {
265
265
  const _r27 = i0.ɵɵgetCurrentView();
266
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
266
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
267
267
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_78_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("roles", $event.totalRowCount)); });
268
268
  i0.ɵɵelementEnd()();
269
269
  } if (rf & 2) {
@@ -273,7 +273,7 @@ function UserFormComponent_div_78_Template(rf, ctx) { if (rf & 1) {
273
273
  } }
274
274
  function UserFormComponent_div_80_Template(rf, ctx) { if (rf & 1) {
275
275
  const _r28 = i0.ɵɵgetCurrentView();
276
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
276
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
277
277
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_80_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViewCategories", $event.totalRowCount)); });
278
278
  i0.ɵɵelementEnd()();
279
279
  } if (rf & 2) {
@@ -283,7 +283,7 @@ function UserFormComponent_div_80_Template(rf, ctx) { if (rf & 1) {
283
283
  } }
284
284
  function UserFormComponent_div_82_Template(rf, ctx) { if (rf & 1) {
285
285
  const _r29 = i0.ɵɵgetCurrentView();
286
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
286
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
287
287
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_82_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViewRuns", $event.totalRowCount)); });
288
288
  i0.ɵɵelementEnd()();
289
289
  } if (rf & 2) {
@@ -293,7 +293,7 @@ function UserFormComponent_div_82_Template(rf, ctx) { if (rf & 1) {
293
293
  } }
294
294
  function UserFormComponent_div_84_Template(rf, ctx) { if (rf & 1) {
295
295
  const _r30 = i0.ɵɵgetCurrentView();
296
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
296
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
297
297
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_84_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViews", $event.totalRowCount)); });
298
298
  i0.ɵɵelementEnd()();
299
299
  } if (rf & 2) {
@@ -303,7 +303,7 @@ function UserFormComponent_div_84_Template(rf, ctx) { if (rf & 1) {
303
303
  } }
304
304
  function UserFormComponent_div_86_Template(rf, ctx) { if (rf & 1) {
305
305
  const _r31 = i0.ɵɵgetCurrentView();
306
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
306
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
307
307
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_86_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r31); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("workspaces", $event.totalRowCount)); });
308
308
  i0.ɵɵelementEnd()();
309
309
  } if (rf & 2) {
@@ -313,7 +313,7 @@ function UserFormComponent_div_86_Template(rf, ctx) { if (rf & 1) {
313
313
  } }
314
314
  function UserFormComponent_div_88_Template(rf, ctx) { if (rf & 1) {
315
315
  const _r32 = i0.ɵɵgetCurrentView();
316
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
316
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
317
317
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_88_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentNotes", $event.totalRowCount)); });
318
318
  i0.ɵɵelementEnd()();
319
319
  } if (rf & 2) {
@@ -323,7 +323,7 @@ function UserFormComponent_div_88_Template(rf, ctx) { if (rf & 1) {
323
323
  } }
324
324
  function UserFormComponent_div_90_Template(rf, ctx) { if (rf & 1) {
325
325
  const _r33 = i0.ɵɵgetCurrentView();
326
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
326
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
327
327
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_90_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
328
328
  i0.ɵɵelementEnd()();
329
329
  } if (rf & 2) {
@@ -333,7 +333,7 @@ function UserFormComponent_div_90_Template(rf, ctx) { if (rf & 1) {
333
333
  } }
334
334
  function UserFormComponent_div_92_Template(rf, ctx) { if (rf & 1) {
335
335
  const _r34 = i0.ɵɵgetCurrentView();
336
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
336
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
337
337
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_92_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("listCategories", $event.totalRowCount)); });
338
338
  i0.ɵɵelementEnd()();
339
339
  } if (rf & 2) {
@@ -343,7 +343,7 @@ function UserFormComponent_div_92_Template(rf, ctx) { if (rf & 1) {
343
343
  } }
344
344
  function UserFormComponent_div_94_Template(rf, ctx) { if (rf & 1) {
345
345
  const _r35 = i0.ɵɵgetCurrentView();
346
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
346
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
347
347
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_94_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r35); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAPIKeys", $event.totalRowCount)); });
348
348
  i0.ɵɵelementEnd()();
349
349
  } if (rf & 2) {
@@ -353,7 +353,7 @@ function UserFormComponent_div_94_Template(rf, ctx) { if (rf & 1) {
353
353
  } }
354
354
  function UserFormComponent_div_96_Template(rf, ctx) { if (rf & 1) {
355
355
  const _r36 = i0.ɵɵgetCurrentView();
356
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
356
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
357
357
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_96_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
358
358
  i0.ɵɵelementEnd()();
359
359
  } if (rf & 2) {
@@ -363,7 +363,7 @@ function UserFormComponent_div_96_Template(rf, ctx) { if (rf & 1) {
363
363
  } }
364
364
  function UserFormComponent_div_98_Template(rf, ctx) { if (rf & 1) {
365
365
  const _r37 = i0.ɵɵgetCurrentView();
366
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
366
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
367
367
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_98_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactUses", $event.totalRowCount)); });
368
368
  i0.ɵɵelementEnd()();
369
369
  } if (rf & 2) {
@@ -373,7 +373,7 @@ function UserFormComponent_div_98_Template(rf, ctx) { if (rf & 1) {
373
373
  } }
374
374
  function UserFormComponent_div_100_Template(rf, ctx) { if (rf & 1) {
375
375
  const _r38 = i0.ɵɵgetCurrentView();
376
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
376
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
377
377
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_100_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r38); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactVersions", $event.totalRowCount)); });
378
378
  i0.ɵɵelementEnd()();
379
379
  } if (rf & 2) {
@@ -383,7 +383,7 @@ function UserFormComponent_div_100_Template(rf, ctx) { if (rf & 1) {
383
383
  } }
384
384
  function UserFormComponent_div_102_Template(rf, ctx) { if (rf & 1) {
385
385
  const _r39 = i0.ɵɵgetCurrentView();
386
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
386
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
387
387
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_102_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJConversationDetailRatings", $event.totalRowCount)); });
388
388
  i0.ɵɵelementEnd()();
389
389
  } if (rf & 2) {
@@ -393,7 +393,7 @@ function UserFormComponent_div_102_Template(rf, ctx) { if (rf & 1) {
393
393
  } }
394
394
  function UserFormComponent_div_104_Template(rf, ctx) { if (rf & 1) {
395
395
  const _r40 = i0.ɵɵgetCurrentView();
396
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
396
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
397
397
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_104_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardCategoryLinks", $event.totalRowCount)); });
398
398
  i0.ɵɵelementEnd()();
399
399
  } if (rf & 2) {
@@ -403,7 +403,7 @@ function UserFormComponent_div_104_Template(rf, ctx) { if (rf & 1) {
403
403
  } }
404
404
  function UserFormComponent_div_106_Template(rf, ctx) { if (rf & 1) {
405
405
  const _r41 = i0.ɵɵgetCurrentView();
406
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
406
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
407
407
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_106_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardCategoryPermissions", $event.totalRowCount)); });
408
408
  i0.ɵɵelementEnd()();
409
409
  } if (rf & 2) {
@@ -413,7 +413,7 @@ function UserFormComponent_div_106_Template(rf, ctx) { if (rf & 1) {
413
413
  } }
414
414
  function UserFormComponent_div_108_Template(rf, ctx) { if (rf & 1) {
415
415
  const _r42 = i0.ɵɵgetCurrentView();
416
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
416
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
417
417
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_108_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardPermissions", $event.totalRowCount)); });
418
418
  i0.ɵɵelementEnd()();
419
419
  } if (rf & 2) {
@@ -423,7 +423,7 @@ function UserFormComponent_div_108_Template(rf, ctx) { if (rf & 1) {
423
423
  } }
424
424
  function UserFormComponent_div_110_Template(rf, ctx) { if (rf & 1) {
425
425
  const _r43 = i0.ɵɵgetCurrentView();
426
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
426
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
427
427
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_110_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r43); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardUserPreferences", $event.totalRowCount)); });
428
428
  i0.ɵɵelementEnd()();
429
429
  } if (rf & 2) {
@@ -433,7 +433,7 @@ function UserFormComponent_div_110_Template(rf, ctx) { if (rf & 1) {
433
433
  } }
434
434
  function UserFormComponent_div_112_Template(rf, ctx) { if (rf & 1) {
435
435
  const _r44 = i0.ɵɵgetCurrentView();
436
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
436
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
437
437
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_112_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardUserStates", $event.totalRowCount)); });
438
438
  i0.ɵɵelementEnd()();
439
439
  } if (rf & 2) {
@@ -443,7 +443,7 @@ function UserFormComponent_div_112_Template(rf, ctx) { if (rf & 1) {
443
443
  } }
444
444
  function UserFormComponent_div_114_Template(rf, ctx) { if (rf & 1) {
445
445
  const _r45 = i0.ɵɵgetCurrentView();
446
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
446
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
447
447
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_114_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r45); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJListInvitations", $event.totalRowCount)); });
448
448
  i0.ɵɵelementEnd()();
449
449
  } if (rf & 2) {
@@ -453,7 +453,7 @@ function UserFormComponent_div_114_Template(rf, ctx) { if (rf & 1) {
453
453
  } }
454
454
  function UserFormComponent_div_116_Template(rf, ctx) { if (rf & 1) {
455
455
  const _r46 = i0.ɵɵgetCurrentView();
456
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
456
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
457
457
  i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_116_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r46); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJListShares", $event.totalRowCount)); });
458
458
  i0.ɵɵelementEnd()();
459
459
  } if (rf & 2) {
@@ -463,288 +463,308 @@ function UserFormComponent_div_116_Template(rf, ctx) { if (rf & 1) {
463
463
  } }
464
464
  function UserFormComponent_div_118_Template(rf, ctx) { if (rf & 1) {
465
465
  const _r47 = i0.ɵɵgetCurrentView();
466
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
467
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_118_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJPublicLinks", $event.totalRowCount)); });
466
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
467
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_118_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJMCPToolExecutionLogs", $event.totalRowCount)); });
468
468
  i0.ɵɵelementEnd()();
469
469
  } if (rf & 2) {
470
470
  const ctx_r1 = i0.ɵɵnextContext();
471
471
  i0.ɵɵadvance();
472
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Public Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Public Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJPublicLinks"))("ShowToolbar", false);
472
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: MCP Tool Execution Logs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: MCP Tool Execution Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJMCPToolExecutionLogs"))("ShowToolbar", false);
473
473
  } }
474
474
  function UserFormComponent_div_120_Template(rf, ctx) { if (rf & 1) {
475
475
  const _r48 = i0.ɵɵgetCurrentView();
476
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
477
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_120_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJReportUserStates", $event.totalRowCount)); });
476
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
477
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_120_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJPublicLinks", $event.totalRowCount)); });
478
478
  i0.ɵɵelementEnd()();
479
479
  } if (rf & 2) {
480
480
  const ctx_r1 = i0.ɵɵnextContext();
481
481
  i0.ɵɵadvance();
482
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Report User States", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Report User States"))("AllowLoad", ctx_r1.IsSectionExpanded("mJReportUserStates"))("ShowToolbar", false);
482
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Public Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Public Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJPublicLinks"))("ShowToolbar", false);
483
483
  } }
484
484
  function UserFormComponent_div_122_Template(rf, ctx) { if (rf & 1) {
485
485
  const _r49 = i0.ɵɵgetCurrentView();
486
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
487
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_122_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobRuns", $event.totalRowCount)); });
486
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
487
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_122_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJReportUserStates", $event.totalRowCount)); });
488
488
  i0.ɵɵelementEnd()();
489
489
  } if (rf & 2) {
490
490
  const ctx_r1 = i0.ɵɵnextContext();
491
491
  i0.ɵɵadvance();
492
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Job Runs", "ExecutedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Job Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobRuns"))("ShowToolbar", false);
492
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Report User States", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Report User States"))("AllowLoad", ctx_r1.IsSectionExpanded("mJReportUserStates"))("ShowToolbar", false);
493
493
  } }
494
494
  function UserFormComponent_div_124_Template(rf, ctx) { if (rf & 1) {
495
495
  const _r50 = i0.ɵɵgetCurrentView();
496
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
497
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_124_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
496
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
497
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_124_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobRuns", $event.totalRowCount)); });
498
498
  i0.ɵɵelementEnd()();
499
499
  } if (rf & 2) {
500
500
  const ctx_r1 = i0.ɵɵnextContext();
501
501
  i0.ɵɵadvance();
502
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "NotifyUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("ShowToolbar", false);
502
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Job Runs", "ExecutedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Job Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobRuns"))("ShowToolbar", false);
503
503
  } }
504
504
  function UserFormComponent_div_126_Template(rf, ctx) { if (rf & 1) {
505
505
  const _r51 = i0.ɵɵgetCurrentView();
506
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
507
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_126_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRunFeedbacks", $event.totalRowCount)); });
506
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
507
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_126_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
508
508
  i0.ɵɵelementEnd()();
509
509
  } if (rf & 2) {
510
510
  const ctx_r1 = i0.ɵɵnextContext();
511
511
  i0.ɵɵadvance();
512
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Run Feedbacks", "ReviewerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Run Feedbacks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRunFeedbacks"))("ShowToolbar", false);
512
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "NotifyUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("ShowToolbar", false);
513
513
  } }
514
514
  function UserFormComponent_div_128_Template(rf, ctx) { if (rf & 1) {
515
515
  const _r52 = i0.ɵɵgetCurrentView();
516
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
517
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_128_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestSuiteRuns", $event.totalRowCount)); });
516
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
517
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_128_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRunFeedbacks", $event.totalRowCount)); });
518
518
  i0.ɵɵelementEnd()();
519
519
  } if (rf & 2) {
520
520
  const ctx_r1 = i0.ɵɵnextContext();
521
521
  i0.ɵɵadvance();
522
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Suite Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Suite Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestSuiteRuns"))("ShowToolbar", false);
522
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Run Feedbacks", "ReviewerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Run Feedbacks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRunFeedbacks"))("ShowToolbar", false);
523
523
  } }
524
524
  function UserFormComponent_div_130_Template(rf, ctx) { if (rf & 1) {
525
525
  const _r53 = i0.ɵɵgetCurrentView();
526
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
527
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_130_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserNotificationPreferences", $event.totalRowCount)); });
526
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
527
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_130_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestSuiteRuns", $event.totalRowCount)); });
528
528
  i0.ɵɵelementEnd()();
529
529
  } if (rf & 2) {
530
530
  const ctx_r1 = i0.ɵɵnextContext();
531
531
  i0.ɵɵadvance();
532
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Notification Preferences", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Notification Preferences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserNotificationPreferences"))("ShowToolbar", false);
532
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Suite Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Suite Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestSuiteRuns"))("ShowToolbar", false);
533
533
  } }
534
534
  function UserFormComponent_div_132_Template(rf, ctx) { if (rf & 1) {
535
535
  const _r54 = i0.ɵɵgetCurrentView();
536
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
537
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_132_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserSettings", $event.totalRowCount)); });
536
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
537
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_132_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserNotificationPreferences", $event.totalRowCount)); });
538
538
  i0.ɵɵelementEnd()();
539
539
  } if (rf & 2) {
540
540
  const ctx_r1 = i0.ɵɵnextContext();
541
541
  i0.ɵɵadvance();
542
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Settings", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Settings"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserSettings"))("ShowToolbar", false);
542
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Notification Preferences", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Notification Preferences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserNotificationPreferences"))("ShowToolbar", false);
543
543
  } }
544
544
  function UserFormComponent_div_134_Template(rf, ctx) { if (rf & 1) {
545
545
  const _r55 = i0.ɵɵgetCurrentView();
546
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
547
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_134_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceLinks", $event.totalRowCount)); });
546
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
547
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_134_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserSettings", $event.totalRowCount)); });
548
548
  i0.ɵɵelementEnd()();
549
549
  } if (rf & 2) {
550
550
  const ctx_r1 = i0.ɵɵnextContext();
551
551
  i0.ɵɵadvance();
552
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Links"))("AllowLoad", ctx_r1.IsSectionExpanded("resourceLinks"))("ShowToolbar", false);
552
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Settings", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Settings"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserSettings"))("ShowToolbar", false);
553
553
  } }
554
554
  function UserFormComponent_div_136_Template(rf, ctx) { if (rf & 1) {
555
555
  const _r56 = i0.ɵɵgetCurrentView();
556
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
557
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_136_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("scheduledActions", $event.totalRowCount)); });
556
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
557
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_136_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceLinks", $event.totalRowCount)); });
558
558
  i0.ɵɵelementEnd()();
559
559
  } if (rf & 2) {
560
560
  const ctx_r1 = i0.ɵɵnextContext();
561
561
  i0.ɵɵadvance();
562
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Scheduled Actions", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Scheduled Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("scheduledActions"))("ShowToolbar", false);
562
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Links"))("AllowLoad", ctx_r1.IsSectionExpanded("resourceLinks"))("ShowToolbar", false);
563
563
  } }
564
564
  function UserFormComponent_div_138_Template(rf, ctx) { if (rf & 1) {
565
565
  const _r57 = i0.ɵɵgetCurrentView();
566
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
567
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_138_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
566
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
567
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_138_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("scheduledActions", $event.totalRowCount)); });
568
568
  i0.ɵɵelementEnd()();
569
569
  } if (rf & 2) {
570
570
  const ctx_r1 = i0.ɵɵnextContext();
571
571
  i0.ɵɵadvance();
572
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Requests", "RequestForUserID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Requests"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentRequests"))("ShowToolbar", false);
572
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Scheduled Actions", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Scheduled Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("scheduledActions"))("ShowToolbar", false);
573
573
  } }
574
574
  function UserFormComponent_div_140_Template(rf, ctx) { if (rf & 1) {
575
575
  const _r58 = i0.ɵɵgetCurrentView();
576
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
577
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_140_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversationDetails", $event.totalRowCount)); });
576
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
577
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_140_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
578
578
  i0.ɵɵelementEnd()();
579
579
  } if (rf & 2) {
580
580
  const ctx_r1 = i0.ɵɵnextContext();
581
581
  i0.ɵɵadvance();
582
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversation Details", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversation Details"))("AllowLoad", ctx_r1.IsSectionExpanded("conversationDetails"))("ShowToolbar", false);
582
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Requests", "RequestForUserID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Requests"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentRequests"))("ShowToolbar", false);
583
583
  } }
584
584
  function UserFormComponent_div_142_Template(rf, ctx) { if (rf & 1) {
585
585
  const _r59 = i0.ɵɵgetCurrentView();
586
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
587
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_142_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r59); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAccessControlRules", $event.totalRowCount)); });
586
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
587
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_142_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r59); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversationDetails", $event.totalRowCount)); });
588
588
  i0.ɵɵelementEnd()();
589
589
  } if (rf & 2) {
590
590
  const ctx_r1 = i0.ɵɵnextContext();
591
591
  i0.ɵɵadvance();
592
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Access Control Rules", "GrantedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Access Control Rules"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAccessControlRules"))("ShowToolbar", false);
592
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversation Details", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversation Details"))("AllowLoad", ctx_r1.IsSectionExpanded("conversationDetails"))("ShowToolbar", false);
593
593
  } }
594
594
  function UserFormComponent_div_144_Template(rf, ctx) { if (rf & 1) {
595
595
  const _r60 = i0.ɵɵgetCurrentView();
596
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
597
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_144_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r60); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAPIKeys", $event.totalRowCount)); });
596
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
597
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_144_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r60); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAccessControlRules", $event.totalRowCount)); });
598
598
  i0.ɵɵelementEnd()();
599
599
  } if (rf & 2) {
600
600
  const ctx_r1 = i0.ɵɵnextContext();
601
601
  i0.ɵɵadvance();
602
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: API Keys", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: API Keys"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAPIKeys"))("ShowToolbar", false);
602
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Access Control Rules", "GrantedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Access Control Rules"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAccessControlRules"))("ShowToolbar", false);
603
603
  } }
604
604
  function UserFormComponent_div_146_Template(rf, ctx) { if (rf & 1) {
605
605
  const _r61 = i0.ɵɵgetCurrentView();
606
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
607
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_146_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r61); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
606
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
607
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_146_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r61); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAPIKeys", $event.totalRowCount)); });
608
608
  i0.ɵɵelementEnd()();
609
609
  } if (rf & 2) {
610
610
  const ctx_r1 = i0.ɵɵnextContext();
611
611
  i0.ɵɵadvance();
612
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactPermissions"))("ShowToolbar", false);
612
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: API Keys", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: API Keys"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAPIKeys"))("ShowToolbar", false);
613
613
  } }
614
614
  function UserFormComponent_div_148_Template(rf, ctx) { if (rf & 1) {
615
615
  const _r62 = i0.ɵɵgetCurrentView();
616
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
617
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_148_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r62); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifacts", $event.totalRowCount)); });
616
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
617
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_148_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r62); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
618
618
  i0.ɵɵelementEnd()();
619
619
  } if (rf & 2) {
620
620
  const ctx_r1 = i0.ɵɵnextContext();
621
621
  i0.ɵɵadvance();
622
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifacts"))("ShowToolbar", false);
622
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactPermissions"))("ShowToolbar", false);
623
623
  } }
624
624
  function UserFormComponent_div_150_Template(rf, ctx) { if (rf & 1) {
625
625
  const _r63 = i0.ɵɵgetCurrentView();
626
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
627
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_150_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r63); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
626
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
627
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_150_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r63); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifacts", $event.totalRowCount)); });
628
628
  i0.ɵɵelementEnd()();
629
629
  } if (rf & 2) {
630
630
  const ctx_r1 = i0.ɵɵnextContext();
631
631
  i0.ɵɵadvance();
632
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("ShowToolbar", false);
632
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifacts"))("ShowToolbar", false);
633
633
  } }
634
634
  function UserFormComponent_div_152_Template(rf, ctx) { if (rf & 1) {
635
635
  const _r64 = i0.ɵɵgetCurrentView();
636
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
637
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_152_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r64); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardCategoryPermissions", $event.totalRowCount)); });
636
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
637
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_152_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r64); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
638
638
  i0.ɵɵelementEnd()();
639
639
  } if (rf & 2) {
640
640
  const ctx_r1 = i0.ɵɵnextContext();
641
641
  i0.ɵɵadvance();
642
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Category Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Category Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardCategoryPermissions"))("ShowToolbar", false);
642
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("ShowToolbar", false);
643
643
  } }
644
644
  function UserFormComponent_div_154_Template(rf, ctx) { if (rf & 1) {
645
645
  const _r65 = i0.ɵɵgetCurrentView();
646
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
647
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_154_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardPermissions", $event.totalRowCount)); });
646
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
647
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_154_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardCategoryPermissions", $event.totalRowCount)); });
648
648
  i0.ɵɵelementEnd()();
649
649
  } if (rf & 2) {
650
650
  const ctx_r1 = i0.ɵɵnextContext();
651
651
  i0.ɵɵadvance();
652
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardPermissions"))("ShowToolbar", false);
652
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Category Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Category Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardCategoryPermissions"))("ShowToolbar", false);
653
653
  } }
654
654
  function UserFormComponent_div_156_Template(rf, ctx) { if (rf & 1) {
655
655
  const _r66 = i0.ɵɵgetCurrentView();
656
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
657
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_156_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r66); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
656
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
657
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_156_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r66); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardPermissions", $event.totalRowCount)); });
658
658
  i0.ɵɵelementEnd()();
659
659
  } if (rf & 2) {
660
660
  const ctx_r1 = i0.ɵɵnextContext();
661
661
  i0.ɵɵadvance();
662
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "OwnerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("ShowToolbar", false);
662
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardPermissions"))("ShowToolbar", false);
663
663
  } }
664
664
  function UserFormComponent_div_158_Template(rf, ctx) { if (rf & 1) {
665
665
  const _r67 = i0.ɵɵgetCurrentView();
666
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
667
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_158_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r67); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
666
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
667
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_158_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r67); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJMCPServerConnectionPermissions", $event.totalRowCount)); });
668
668
  i0.ɵɵelementEnd()();
669
669
  } if (rf & 2) {
670
670
  const ctx_r1 = i0.ɵɵnextContext();
671
671
  i0.ɵɵadvance();
672
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("ShowToolbar", false);
672
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: MCP Server Connection Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: MCP Server Connection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJMCPServerConnectionPermissions"))("ShowToolbar", false);
673
673
  } }
674
674
  function UserFormComponent_div_160_Template(rf, ctx) { if (rf & 1) {
675
675
  const _r68 = i0.ɵɵgetCurrentView();
676
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
677
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_160_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r68); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourcePermissions", $event.totalRowCount)); });
676
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
677
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_160_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r68); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
678
678
  i0.ɵɵelementEnd()();
679
679
  } if (rf & 2) {
680
680
  const ctx_r1 = i0.ɵɵnextContext();
681
681
  i0.ɵɵadvance();
682
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("resourcePermissions"))("ShowToolbar", false);
682
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "OwnerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("ShowToolbar", false);
683
683
  } }
684
684
  function UserFormComponent_div_162_Template(rf, ctx) { if (rf & 1) {
685
685
  const _r69 = i0.ɵɵgetCurrentView();
686
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
687
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_162_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r69); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPermissions", $event.totalRowCount)); });
686
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
687
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_162_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r69); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
688
688
  i0.ɵɵelementEnd()();
689
689
  } if (rf & 2) {
690
690
  const ctx_r1 = i0.ɵɵnextContext();
691
691
  i0.ɵɵadvance();
692
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentPermissions"))("ShowToolbar", false);
692
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("ShowToolbar", false);
693
693
  } }
694
694
  function UserFormComponent_div_164_Template(rf, ctx) { if (rf & 1) {
695
695
  const _r70 = i0.ɵɵgetCurrentView();
696
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
697
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_164_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r70); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
696
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
697
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_164_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r70); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourcePermissions", $event.totalRowCount)); });
698
698
  i0.ɵɵelementEnd()();
699
699
  } if (rf & 2) {
700
700
  const ctx_r1 = i0.ɵɵnextContext();
701
701
  i0.ɵɵadvance();
702
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRuns"))("ShowToolbar", false);
702
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("resourcePermissions"))("ShowToolbar", false);
703
703
  } }
704
704
  function UserFormComponent_div_166_Template(rf, ctx) { if (rf & 1) {
705
705
  const _r71 = i0.ɵɵgetCurrentView();
706
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
707
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_166_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r71); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
706
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
707
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_166_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r71); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPermissions", $event.totalRowCount)); });
708
708
  i0.ɵɵelementEnd()();
709
709
  } if (rf & 2) {
710
710
  const ctx_r1 = i0.ɵɵnextContext();
711
711
  i0.ɵɵadvance();
712
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("ShowToolbar", false);
712
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentPermissions"))("ShowToolbar", false);
713
713
  } }
714
714
  function UserFormComponent_div_168_Template(rf, ctx) { if (rf & 1) {
715
715
  const _r72 = i0.ɵɵgetCurrentView();
716
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
717
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_168_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r72); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollections", $event.totalRowCount)); });
716
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
717
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_168_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r72); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
718
718
  i0.ɵɵelementEnd()();
719
719
  } if (rf & 2) {
720
720
  const ctx_r1 = i0.ɵɵnextContext();
721
721
  i0.ɵɵadvance();
722
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "OwnerID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollections"))("ShowToolbar", false);
722
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRuns"))("ShowToolbar", false);
723
723
  } }
724
724
  function UserFormComponent_div_170_Template(rf, ctx) { if (rf & 1) {
725
725
  const _r73 = i0.ɵɵgetCurrentView();
726
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
727
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_170_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r73); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
726
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
727
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_170_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r73); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
728
728
  i0.ɵɵelementEnd()();
729
729
  } if (rf & 2) {
730
730
  const ctx_r1 = i0.ɵɵnextContext();
731
731
  i0.ɵɵadvance();
732
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("ShowToolbar", false);
732
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("ShowToolbar", false);
733
733
  } }
734
734
  function UserFormComponent_div_172_Template(rf, ctx) { if (rf & 1) {
735
735
  const _r74 = i0.ɵɵgetCurrentView();
736
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
737
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_172_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r74); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
736
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
737
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_172_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r74); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollections", $event.totalRowCount)); });
738
738
  i0.ɵɵelementEnd()();
739
739
  } if (rf & 2) {
740
740
  const ctx_r1 = i0.ɵɵnextContext();
741
741
  i0.ɵɵadvance();
742
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("ShowToolbar", false);
742
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "OwnerID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollections"))("ShowToolbar", false);
743
743
  } }
744
744
  function UserFormComponent_div_174_Template(rf, ctx) { if (rf & 1) {
745
745
  const _r75 = i0.ɵɵgetCurrentView();
746
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 95);
747
- i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_174_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r75); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgents", $event.totalRowCount)); });
746
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
747
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_174_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r75); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
748
+ i0.ɵɵelementEnd()();
749
+ } if (rf & 2) {
750
+ const ctx_r1 = i0.ɵɵnextContext();
751
+ i0.ɵɵadvance();
752
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("ShowToolbar", false);
753
+ } }
754
+ function UserFormComponent_div_176_Template(rf, ctx) { if (rf & 1) {
755
+ const _r76 = i0.ɵɵgetCurrentView();
756
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
757
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_176_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r76); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
758
+ i0.ɵɵelementEnd()();
759
+ } if (rf & 2) {
760
+ const ctx_r1 = i0.ɵɵnextContext();
761
+ i0.ɵɵadvance();
762
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("ShowToolbar", false);
763
+ } }
764
+ function UserFormComponent_div_178_Template(rf, ctx) { if (rf & 1) {
765
+ const _r77 = i0.ɵɵgetCurrentView();
766
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 97);
767
+ i0.ɵɵlistener("AfterDataLoad", function UserFormComponent_div_178_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r77); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgents", $event.totalRowCount)); });
748
768
  i0.ɵɵelementEnd()();
749
769
  } if (rf & 2) {
750
770
  const ctx_r1 = i0.ɵɵnextContext();
@@ -805,6 +825,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
805
825
  { sectionKey: 'mJDashboardUserStates', sectionName: 'MJ: Dashboard User States', isExpanded: false },
806
826
  { sectionKey: 'mJListInvitations', sectionName: 'MJ: List Invitations', isExpanded: false },
807
827
  { sectionKey: 'mJListShares', sectionName: 'MJ: List Shares', isExpanded: false },
828
+ { sectionKey: 'mJMCPToolExecutionLogs', sectionName: 'MJ: MCP Tool Execution Logs', isExpanded: false },
808
829
  { sectionKey: 'mJPublicLinks', sectionName: 'MJ: Public Links', isExpanded: false },
809
830
  { sectionKey: 'mJReportUserStates', sectionName: 'MJ: Report User States', isExpanded: false },
810
831
  { sectionKey: 'mJScheduledJobRuns', sectionName: 'MJ: Scheduled Job Runs', isExpanded: false },
@@ -824,6 +845,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
824
845
  { sectionKey: 'mJCollectionPermissions', sectionName: 'MJ: Collection Permissions', isExpanded: false },
825
846
  { sectionKey: 'mJDashboardCategoryPermissions1', sectionName: 'MJ: Dashboard Category Permissions', isExpanded: false },
826
847
  { sectionKey: 'mJDashboardPermissions1', sectionName: 'MJ: Dashboard Permissions', isExpanded: false },
848
+ { sectionKey: 'mJMCPServerConnectionPermissions', sectionName: 'MJ: MCP Server Connection Permissions', isExpanded: false },
827
849
  { sectionKey: 'mJScheduledJobs1', sectionName: 'MJ: Scheduled Jobs', isExpanded: false },
828
850
  { sectionKey: 'mJTestRuns', sectionName: 'MJ: Test Runs', isExpanded: false },
829
851
  { sectionKey: 'resourcePermissions', sectionName: 'Resource Permissions', isExpanded: false },
@@ -837,7 +859,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
837
859
  ]);
838
860
  }
839
861
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵUserFormComponent_BaseFactory; return function UserFormComponent_Factory(__ngFactoryType__) { return (ɵUserFormComponent_BaseFactory || (ɵUserFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(UserFormComponent)))(__ngFactoryType__ || UserFormComponent); }; })(); }
840
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserFormComponent, selectors: [["gen-user-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 175, vars: 466, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "userIdentity", "sectionName", "User Identity", "icon", "fa fa-id-card", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FirstName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LastName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Title", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Email", "Type", "textbox", "LinkType", "Email", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FirstLast", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "accountSettings", "sectionName", "Account Settings", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserImageURL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserImageIconClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "entityLinks", "sectionName", "Entity Links", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "LinkedRecordType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LinkedEntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LinkedEntityRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "employeeDetails", "sectionName", "Employee Details", "icon", "fa fa-user-tie", 3, "form", "formContext"], ["FieldName", "EmployeeFirstLast", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeEmail", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeTitle", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeSupervisor", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeSupervisorEmail", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "actionExecutionLogs", "sectionName", "Action Execution Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "actions", "sectionName", "Actions", "icon", "fa-solid fa-bolt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "auditLogs", "sectionName", "Audit Logs", "icon", "fa-solid fa-fingerprint", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "communicationRuns", "sectionName", "Communication Runs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "companyIntegrationRuns", "sectionName", "Company Integration Runs", "icon", "fa fa-briefcase", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dashboardCategories", "sectionName", "Dashboard Categories", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dashboards", "sectionName", "Dashboards", "icon", "fa-solid fa-table-columns", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dataContexts", "sectionName", "Data Contexts", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "duplicateRuns", "sectionName", "Duplicate Runs", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "lists", "sectionName", "Lists", "icon", "fa fa-list-ul", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "queryCategories", "sectionName", "Query Categories", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recommendationRuns", "sectionName", "Recommendation Runs", "icon", "fa fa-rocket", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordChangeReplayRuns", "sectionName", "Record Change Replay Runs", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordChanges", "sectionName", "Record Changes", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordMergeLogs", "sectionName", "Record Merge Logs", "icon", "fa fa-clone", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reportCategories", "sectionName", "Report Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reportSnapshots", "sectionName", "Report Snapshots", "icon", "fa fa-camera", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reports", "sectionName", "Reports", "icon", "fa-solid fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "templateCategories", "sectionName", "Template Categories", "icon", "fa fa-tags", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "templates", "sectionName", "Templates", "icon", "fa-regular fa-rectangle-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userApplications", "sectionName", "User Applications", "icon", "fa fa-th", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userFavorites", "sectionName", "User Favorites", "icon", "fa fa-star", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userNotifications", "sectionName", "User Notifications", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userRecordLogs", "sectionName", "User Record Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "roles", "sectionName", "Roles", "icon", "fa fa-user-shield", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViewCategories", "sectionName", "User View Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViewRuns", "sectionName", "User View Runs", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViews", "sectionName", "User Views", "icon", "fa-solid fa-table-cells", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "workspaces", "sectionName", "Workspaces", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AI Agent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentRequests", "sectionName", "AI Agent Requests", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "listCategories", "sectionName", "List Categories", "icon", "fa fa-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAPIKeys", "sectionName", "MJ: API Keys", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactPermissions", "sectionName", "MJ: Artifact Permissions", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactUses", "sectionName", "MJ: Artifact Uses", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactVersions", "sectionName", "MJ: Artifact Versions", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJConversationDetailRatings", "sectionName", "MJ: Conversation Detail Ratings", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardCategoryLinks", "sectionName", "MJ: Dashboard Category Links", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardCategoryPermissions", "sectionName", "MJ: Dashboard Category Permissions", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardPermissions", "sectionName", "MJ: Dashboard Permissions", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardUserPreferences", "sectionName", "MJ: Dashboard User Preferences", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardUserStates", "sectionName", "MJ: Dashboard User States", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJListInvitations", "sectionName", "MJ: List Invitations", "icon", "fa fa-user-plus", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJListShares", "sectionName", "MJ: List Shares", "icon", "fa fa-share-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJPublicLinks", "sectionName", "MJ: Public Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJReportUserStates", "sectionName", "MJ: Report User States", "icon", "fa fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJScheduledJobRuns", "sectionName", "MJ: Scheduled Job Runs", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJScheduledJobs", "sectionName", "MJ: Scheduled Jobs", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestRunFeedbacks", "sectionName", "MJ: Test Run Feedbacks", "icon", "fa fa-clipboard-check", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestSuiteRuns", "sectionName", "MJ: Test Suite Runs", "icon", "fa fa-flask", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJUserNotificationPreferences", "sectionName", "MJ: User Notification Preferences", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJUserSettings", "sectionName", "MJ: User Settings", "icon", "fa fa-sliders-h", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "resourceLinks", "sectionName", "Resource Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "scheduledActions", "sectionName", "Scheduled Actions", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversationDetails", "sectionName", "Conversation Details", "icon", "fa fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAccessControlRules", "sectionName", "MJ: Access Control Rules", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifacts", "sectionName", "MJ: Artifacts", "icon", "fa fa-file", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJCollectionPermissions", "sectionName", "MJ: Collection Permissions", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestRuns", "sectionName", "MJ: Test Runs", "icon", "fa fa-flask", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "resourcePermissions", "sectionName", "Resource Permissions", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentPermissions", "sectionName", "MJ: AI Agent Permissions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentRuns", "sectionName", "MJ: AI Agent Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJCollections", "sectionName", "MJ: Collections", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgents", "sectionName", "AI Agents", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function UserFormComponent_Template(rf, ctx) { if (rf & 1) {
862
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserFormComponent, selectors: [["gen-user-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 179, vars: 476, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "userIdentity", "sectionName", "User Identity", "icon", "fa fa-id-card", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FirstName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LastName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Title", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Email", "Type", "textbox", "LinkType", "Email", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FirstLast", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "accountSettings", "sectionName", "Account Settings", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserImageURL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserImageIconClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "entityLinks", "sectionName", "Entity Links", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "LinkedRecordType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LinkedEntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LinkedEntityRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "employeeDetails", "sectionName", "Employee Details", "icon", "fa fa-user-tie", 3, "form", "formContext"], ["FieldName", "EmployeeFirstLast", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeEmail", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeTitle", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeSupervisor", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeSupervisorEmail", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "actionExecutionLogs", "sectionName", "Action Execution Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "actions", "sectionName", "Actions", "icon", "fa-solid fa-bolt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "auditLogs", "sectionName", "Audit Logs", "icon", "fa-solid fa-fingerprint", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "communicationRuns", "sectionName", "Communication Runs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "companyIntegrationRuns", "sectionName", "Company Integration Runs", "icon", "fa fa-briefcase", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dashboardCategories", "sectionName", "Dashboard Categories", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dashboards", "sectionName", "Dashboards", "icon", "fa-solid fa-table-columns", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dataContexts", "sectionName", "Data Contexts", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "duplicateRuns", "sectionName", "Duplicate Runs", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "lists", "sectionName", "Lists", "icon", "fa fa-list-ul", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "queryCategories", "sectionName", "Query Categories", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recommendationRuns", "sectionName", "Recommendation Runs", "icon", "fa fa-rocket", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordChangeReplayRuns", "sectionName", "Record Change Replay Runs", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordChanges", "sectionName", "Record Changes", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordMergeLogs", "sectionName", "Record Merge Logs", "icon", "fa fa-clone", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reportCategories", "sectionName", "Report Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reportSnapshots", "sectionName", "Report Snapshots", "icon", "fa fa-camera", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reports", "sectionName", "Reports", "icon", "fa-solid fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "templateCategories", "sectionName", "Template Categories", "icon", "fa fa-tags", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "templates", "sectionName", "Templates", "icon", "fa-regular fa-rectangle-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userApplications", "sectionName", "User Applications", "icon", "fa fa-th", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userFavorites", "sectionName", "User Favorites", "icon", "fa fa-star", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userNotifications", "sectionName", "User Notifications", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userRecordLogs", "sectionName", "User Record Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "roles", "sectionName", "Roles", "icon", "fa fa-user-shield", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViewCategories", "sectionName", "User View Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViewRuns", "sectionName", "User View Runs", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViews", "sectionName", "User Views", "icon", "fa-solid fa-table-cells", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "workspaces", "sectionName", "Workspaces", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AI Agent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentRequests", "sectionName", "AI Agent Requests", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "listCategories", "sectionName", "List Categories", "icon", "fa fa-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAPIKeys", "sectionName", "MJ: API Keys", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactPermissions", "sectionName", "MJ: Artifact Permissions", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactUses", "sectionName", "MJ: Artifact Uses", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactVersions", "sectionName", "MJ: Artifact Versions", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJConversationDetailRatings", "sectionName", "MJ: Conversation Detail Ratings", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardCategoryLinks", "sectionName", "MJ: Dashboard Category Links", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardCategoryPermissions", "sectionName", "MJ: Dashboard Category Permissions", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardPermissions", "sectionName", "MJ: Dashboard Permissions", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardUserPreferences", "sectionName", "MJ: Dashboard User Preferences", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardUserStates", "sectionName", "MJ: Dashboard User States", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJListInvitations", "sectionName", "MJ: List Invitations", "icon", "fa fa-user-plus", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJListShares", "sectionName", "MJ: List Shares", "icon", "fa fa-share-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJMCPToolExecutionLogs", "sectionName", "MJ: MCP Tool Execution Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJPublicLinks", "sectionName", "MJ: Public Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJReportUserStates", "sectionName", "MJ: Report User States", "icon", "fa fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJScheduledJobRuns", "sectionName", "MJ: Scheduled Job Runs", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJScheduledJobs", "sectionName", "MJ: Scheduled Jobs", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestRunFeedbacks", "sectionName", "MJ: Test Run Feedbacks", "icon", "fa fa-clipboard-check", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestSuiteRuns", "sectionName", "MJ: Test Suite Runs", "icon", "fa fa-flask", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJUserNotificationPreferences", "sectionName", "MJ: User Notification Preferences", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJUserSettings", "sectionName", "MJ: User Settings", "icon", "fa fa-sliders-h", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "resourceLinks", "sectionName", "Resource Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "scheduledActions", "sectionName", "Scheduled Actions", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversationDetails", "sectionName", "Conversation Details", "icon", "fa fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAccessControlRules", "sectionName", "MJ: Access Control Rules", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifacts", "sectionName", "MJ: Artifacts", "icon", "fa fa-file", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJCollectionPermissions", "sectionName", "MJ: Collection Permissions", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJMCPServerConnectionPermissions", "sectionName", "MJ: MCP Server Connection Permissions", "icon", "fa fa-server", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestRuns", "sectionName", "MJ: Test Runs", "icon", "fa fa-flask", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "resourcePermissions", "sectionName", "Resource Permissions", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentPermissions", "sectionName", "MJ: AI Agent Permissions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentRuns", "sectionName", "MJ: AI Agent Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJCollections", "sectionName", "MJ: Collections", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgents", "sectionName", "AI Agents", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function UserFormComponent_Template(rf, ctx) { if (rf & 1) {
841
863
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
842
864
  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);
843
865
  i0.ɵɵelementEnd();
@@ -1018,40 +1040,40 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
1018
1040
  i0.ɵɵelementStart(135, "mj-collapsible-panel", 82);
1019
1041
  i0.ɵɵtemplate(136, UserFormComponent_div_136_Template, 2, 4, "div", 28);
1020
1042
  i0.ɵɵelementEnd();
1021
- i0.ɵɵelementStart(137, "mj-collapsible-panel", 59);
1043
+ i0.ɵɵelementStart(137, "mj-collapsible-panel", 83);
1022
1044
  i0.ɵɵtemplate(138, UserFormComponent_div_138_Template, 2, 4, "div", 28);
1023
1045
  i0.ɵɵelementEnd();
1024
- i0.ɵɵelementStart(139, "mj-collapsible-panel", 83);
1046
+ i0.ɵɵelementStart(139, "mj-collapsible-panel", 59);
1025
1047
  i0.ɵɵtemplate(140, UserFormComponent_div_140_Template, 2, 4, "div", 28);
1026
1048
  i0.ɵɵelementEnd();
1027
1049
  i0.ɵɵelementStart(141, "mj-collapsible-panel", 84);
1028
1050
  i0.ɵɵtemplate(142, UserFormComponent_div_142_Template, 2, 4, "div", 28);
1029
1051
  i0.ɵɵelementEnd();
1030
- i0.ɵɵelementStart(143, "mj-collapsible-panel", 61);
1052
+ i0.ɵɵelementStart(143, "mj-collapsible-panel", 85);
1031
1053
  i0.ɵɵtemplate(144, UserFormComponent_div_144_Template, 2, 4, "div", 28);
1032
1054
  i0.ɵɵelementEnd();
1033
- i0.ɵɵelementStart(145, "mj-collapsible-panel", 62);
1055
+ i0.ɵɵelementStart(145, "mj-collapsible-panel", 61);
1034
1056
  i0.ɵɵtemplate(146, UserFormComponent_div_146_Template, 2, 4, "div", 28);
1035
1057
  i0.ɵɵelementEnd();
1036
- i0.ɵɵelementStart(147, "mj-collapsible-panel", 85);
1058
+ i0.ɵɵelementStart(147, "mj-collapsible-panel", 62);
1037
1059
  i0.ɵɵtemplate(148, UserFormComponent_div_148_Template, 2, 4, "div", 28);
1038
1060
  i0.ɵɵelementEnd();
1039
1061
  i0.ɵɵelementStart(149, "mj-collapsible-panel", 86);
1040
1062
  i0.ɵɵtemplate(150, UserFormComponent_div_150_Template, 2, 4, "div", 28);
1041
1063
  i0.ɵɵelementEnd();
1042
- i0.ɵɵelementStart(151, "mj-collapsible-panel", 67);
1064
+ i0.ɵɵelementStart(151, "mj-collapsible-panel", 87);
1043
1065
  i0.ɵɵtemplate(152, UserFormComponent_div_152_Template, 2, 4, "div", 28);
1044
1066
  i0.ɵɵelementEnd();
1045
- i0.ɵɵelementStart(153, "mj-collapsible-panel", 68);
1067
+ i0.ɵɵelementStart(153, "mj-collapsible-panel", 67);
1046
1068
  i0.ɵɵtemplate(154, UserFormComponent_div_154_Template, 2, 4, "div", 28);
1047
1069
  i0.ɵɵelementEnd();
1048
- i0.ɵɵelementStart(155, "mj-collapsible-panel", 76);
1070
+ i0.ɵɵelementStart(155, "mj-collapsible-panel", 68);
1049
1071
  i0.ɵɵtemplate(156, UserFormComponent_div_156_Template, 2, 4, "div", 28);
1050
1072
  i0.ɵɵelementEnd();
1051
- i0.ɵɵelementStart(157, "mj-collapsible-panel", 87);
1073
+ i0.ɵɵelementStart(157, "mj-collapsible-panel", 88);
1052
1074
  i0.ɵɵtemplate(158, UserFormComponent_div_158_Template, 2, 4, "div", 28);
1053
1075
  i0.ɵɵelementEnd();
1054
- i0.ɵɵelementStart(159, "mj-collapsible-panel", 88);
1076
+ i0.ɵɵelementStart(159, "mj-collapsible-panel", 77);
1055
1077
  i0.ɵɵtemplate(160, UserFormComponent_div_160_Template, 2, 4, "div", 28);
1056
1078
  i0.ɵɵelementEnd();
1057
1079
  i0.ɵɵelementStart(161, "mj-collapsible-panel", 89);
@@ -1060,13 +1082,13 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
1060
1082
  i0.ɵɵelementStart(163, "mj-collapsible-panel", 90);
1061
1083
  i0.ɵɵtemplate(164, UserFormComponent_div_164_Template, 2, 4, "div", 28);
1062
1084
  i0.ɵɵelementEnd();
1063
- i0.ɵɵelementStart(165, "mj-collapsible-panel", 86);
1085
+ i0.ɵɵelementStart(165, "mj-collapsible-panel", 91);
1064
1086
  i0.ɵɵtemplate(166, UserFormComponent_div_166_Template, 2, 4, "div", 28);
1065
1087
  i0.ɵɵelementEnd();
1066
- i0.ɵɵelementStart(167, "mj-collapsible-panel", 91);
1088
+ i0.ɵɵelementStart(167, "mj-collapsible-panel", 92);
1067
1089
  i0.ɵɵtemplate(168, UserFormComponent_div_168_Template, 2, 4, "div", 28);
1068
1090
  i0.ɵɵelementEnd();
1069
- i0.ɵɵelementStart(169, "mj-collapsible-panel", 92);
1091
+ i0.ɵɵelementStart(169, "mj-collapsible-panel", 87);
1070
1092
  i0.ɵɵtemplate(170, UserFormComponent_div_170_Template, 2, 4, "div", 28);
1071
1093
  i0.ɵɵelementEnd();
1072
1094
  i0.ɵɵelementStart(171, "mj-collapsible-panel", 93);
@@ -1074,6 +1096,12 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
1074
1096
  i0.ɵɵelementEnd();
1075
1097
  i0.ɵɵelementStart(173, "mj-collapsible-panel", 94);
1076
1098
  i0.ɵɵtemplate(174, UserFormComponent_div_174_Template, 2, 4, "div", 28);
1099
+ i0.ɵɵelementEnd();
1100
+ i0.ɵɵelementStart(175, "mj-collapsible-panel", 95);
1101
+ i0.ɵɵtemplate(176, UserFormComponent_div_176_Template, 2, 4, "div", 28);
1102
+ i0.ɵɵelementEnd();
1103
+ i0.ɵɵelementStart(177, "mj-collapsible-panel", 96);
1104
+ i0.ɵɵtemplate(178, UserFormComponent_div_178_Template, 2, 4, "div", 28);
1077
1105
  i0.ɵɵelementEnd()();
1078
1106
  } if (rf & 2) {
1079
1107
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -1310,6 +1338,10 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
1310
1338
  i0.ɵɵadvance();
1311
1339
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
1312
1340
  i0.ɵɵadvance();
1341
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJMCPToolExecutionLogs"))("defaultExpanded", false);
1342
+ i0.ɵɵadvance();
1343
+ i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
1344
+ i0.ɵɵadvance();
1313
1345
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJPublicLinks"))("defaultExpanded", false);
1314
1346
  i0.ɵɵadvance();
1315
1347
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
@@ -1386,6 +1418,10 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
1386
1418
  i0.ɵɵadvance();
1387
1419
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
1388
1420
  i0.ɵɵadvance();
1421
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJMCPServerConnectionPermissions"))("defaultExpanded", false);
1422
+ i0.ɵɵadvance();
1423
+ i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
1424
+ i0.ɵɵadvance();
1389
1425
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJScheduledJobs"))("defaultExpanded", false);
1390
1426
  i0.ɵɵadvance();
1391
1427
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
@@ -1433,7 +1469,7 @@ UserFormComponent = __decorate([
1433
1469
  export { UserFormComponent };
1434
1470
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserFormComponent, [{
1435
1471
  type: Component,
1436
- args: [{ selector: 'gen-user-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- User Identity Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"userIdentity\"\n sectionName=\"User Identity\"\n icon=\"fa fa-id-card\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LastName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Title\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Email\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Email\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Account Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"accountSettings\"\n sectionName=\"Account Settings\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageIconClass\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Entity Links Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"entityLinks\"\n sectionName=\"Entity Links\"\n icon=\"fa fa-link\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedRecordType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityRecordID\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Employee Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"employeeDetails\"\n sectionName=\"Employee Details\"\n icon=\"fa fa-user-tie\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeFirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeTitle\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisor\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisorEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Action Execution Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"actionExecutionLogs\"\n sectionName=\"Action Execution Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('actionExecutionLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('actionExecutionLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('actionExecutionLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"actions\"\n sectionName=\"Actions\"\n icon=\"fa-solid fa-bolt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('actions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','CodeApprovedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsSectionExpanded('actions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('actions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"auditLogs\"\n sectionName=\"Audit Logs\"\n icon=\"fa-solid fa-fingerprint\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('auditLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Communication Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationRuns\"\n sectionName=\"Communication Runs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Runs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('communicationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Company Integration Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrationRuns\"\n sectionName=\"Company Integration Runs\"\n icon=\"fa fa-briefcase\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Runs')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('companyIntegrationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversations\"\n sectionName=\"Conversations\"\n icon=\"fa-regular fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboard Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboardCategories\"\n sectionName=\"Dashboard Categories\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboardCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboard Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboard Categories')\"\n [AllowLoad]=\"IsSectionExpanded('dashboardCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboardCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboards Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboards\"\n sectionName=\"Dashboards\"\n icon=\"fa-solid fa-table-columns\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboards')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Data Contexts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dataContexts\"\n sectionName=\"Data Contexts\"\n icon=\"fa fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dataContexts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Contexts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Data Contexts')\"\n [AllowLoad]=\"IsSectionExpanded('dataContexts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dataContexts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"duplicateRuns\"\n sectionName=\"Duplicate Runs\"\n icon=\"fa fa-search\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('duplicateRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','StartedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"lists\"\n sectionName=\"Lists\"\n icon=\"fa fa-list-ul\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('lists')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryCategories\"\n sectionName=\"Query Categories\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Recommendation Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendationRuns\"\n sectionName=\"Recommendation Runs\"\n icon=\"fa fa-rocket\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recommendationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Change Replay Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChangeReplayRuns\"\n sectionName=\"Record Change Replay Runs\"\n icon=\"fa fa-sync\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChangeReplayRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Change Replay Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Change Replay Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recordChangeReplayRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChangeReplayRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChanges\"\n sectionName=\"Record Changes\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChanges')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordMergeLogs\"\n sectionName=\"Record Merge Logs\"\n icon=\"fa fa-clone\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordMergeLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','InitiatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Report Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reportCategories\"\n sectionName=\"Report Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reportCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Categories')\"\n [AllowLoad]=\"IsSectionExpanded('reportCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reportCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Report Snapshots Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reportSnapshots\"\n sectionName=\"Report Snapshots\"\n icon=\"fa fa-camera\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reportSnapshots')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Snapshots','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Snapshots')\"\n [AllowLoad]=\"IsSectionExpanded('reportSnapshots')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reportSnapshots', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Reports Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reports\"\n sectionName=\"Reports\"\n icon=\"fa-solid fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reports')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Template Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templateCategories\"\n sectionName=\"Template Categories\"\n icon=\"fa fa-tags\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templateCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Template Categories')\"\n [AllowLoad]=\"IsSectionExpanded('templateCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('templateCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Templates Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templates\"\n sectionName=\"Templates\"\n icon=\"fa-regular fa-rectangle-list\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Templates','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Templates')\"\n [AllowLoad]=\"IsSectionExpanded('templates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('templates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Applications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userApplications\"\n sectionName=\"User Applications\"\n icon=\"fa fa-th\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userApplications')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Applications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Applications')\"\n [AllowLoad]=\"IsSectionExpanded('userApplications')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userApplications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userFavorites\"\n sectionName=\"User Favorites\"\n icon=\"fa fa-star\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userFavorites')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Notifications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userNotifications\"\n sectionName=\"User Notifications\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userNotifications')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userRecordLogs\"\n sectionName=\"User Record Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userRecordLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Roles Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"roles\"\n sectionName=\"Roles\"\n icon=\"fa fa-user-shield\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('roles')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Roles','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Roles')\"\n [AllowLoad]=\"IsSectionExpanded('roles')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('roles', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewCategories\"\n sectionName=\"User View Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewRuns\"\n sectionName=\"User View Runs\"\n icon=\"fa fa-eye\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Runs')\"\n [AllowLoad]=\"IsSectionExpanded('userViewRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViews\"\n sectionName=\"User Views\"\n icon=\"fa-solid fa-table-cells\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViews')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Workspaces Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"workspaces\"\n sectionName=\"Workspaces\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('workspaces')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspaces','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Workspaces')\"\n [AllowLoad]=\"IsSectionExpanded('workspaces')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('workspaces', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentNotes\"\n sectionName=\"AI Agent Notes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentNotes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','ResponseByUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- List Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"listCategories\"\n sectionName=\"List Categories\"\n icon=\"fa fa-list\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('listCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('List Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('List Categories')\"\n [AllowLoad]=\"IsSectionExpanded('listCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('listCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAPIKeys\"\n sectionName=\"MJ: API Keys\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactPermissions\"\n sectionName=\"MJ: Artifact Permissions\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Uses Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactUses\"\n sectionName=\"MJ: Artifact Uses\"\n icon=\"fa fa-eye\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactUses')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Uses','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Uses')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactUses')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactUses', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Versions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactVersions\"\n sectionName=\"MJ: Artifact Versions\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactVersions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactVersions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactVersions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Conversation Detail Ratings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJConversationDetailRatings\"\n sectionName=\"MJ: Conversation Detail Ratings\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJConversationDetailRatings')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Ratings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Ratings')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailRatings')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJConversationDetailRatings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryLinks\"\n sectionName=\"MJ: Dashboard Category Links\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryPermissions\"\n sectionName=\"MJ: Dashboard Category Permissions\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardPermissions\"\n sectionName=\"MJ: Dashboard Permissions\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User Preferences Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardUserPreferences\"\n sectionName=\"MJ: Dashboard User Preferences\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardUserPreferences')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserPreferences')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User States Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardUserStates\"\n sectionName=\"MJ: Dashboard User States\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardUserStates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserStates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: List Invitations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJListInvitations\"\n sectionName=\"MJ: List Invitations\"\n icon=\"fa fa-user-plus\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJListInvitations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Invitations','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Invitations')\"\n [AllowLoad]=\"IsSectionExpanded('mJListInvitations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListInvitations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: List Shares Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJListShares\"\n sectionName=\"MJ: List Shares\"\n icon=\"fa fa-share-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJListShares')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Shares','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Shares')\"\n [AllowLoad]=\"IsSectionExpanded('mJListShares')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListShares', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Public Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJPublicLinks\"\n sectionName=\"MJ: Public Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJPublicLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Public Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Public Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJPublicLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJPublicLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Report User States Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJReportUserStates\"\n sectionName=\"MJ: Report User States\"\n icon=\"fa fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJReportUserStates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Report User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Report User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJReportUserStates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJReportUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Job Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobRuns\"\n sectionName=\"MJ: Scheduled Job Runs\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Job Runs','ExecutedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Job Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobs\"\n sectionName=\"MJ: Scheduled Jobs\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','NotifyUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Run Feedbacks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestRunFeedbacks\"\n sectionName=\"MJ: Test Run Feedbacks\"\n icon=\"fa fa-clipboard-check\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRunFeedbacks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Run Feedbacks','ReviewerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Run Feedbacks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRunFeedbacks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRunFeedbacks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Suite Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestSuiteRuns\"\n sectionName=\"MJ: Test Suite Runs\"\n icon=\"fa fa-flask\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestSuiteRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Suite Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Suite Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestSuiteRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestSuiteRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: User Notification Preferences Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJUserNotificationPreferences\"\n sectionName=\"MJ: User Notification Preferences\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJUserNotificationPreferences')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Notification Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Notification Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserNotificationPreferences')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserNotificationPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: User Settings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJUserSettings\"\n sectionName=\"MJ: User Settings\"\n icon=\"fa fa-sliders-h\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJUserSettings')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Settings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Settings')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserSettings')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserSettings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourceLinks\"\n sectionName=\"Resource Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourceLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Scheduled Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"scheduledActions\"\n sectionName=\"Scheduled Actions\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('scheduledActions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsSectionExpanded('scheduledActions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('scheduledActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','RequestForUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversation Details Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversationDetails\"\n sectionName=\"Conversation Details\"\n icon=\"fa fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversationDetails')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Access Control Rules Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAccessControlRules\"\n sectionName=\"MJ: Access Control Rules\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAccessControlRules')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','GrantedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAPIKeys\"\n sectionName=\"MJ: API Keys\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactPermissions\"\n sectionName=\"MJ: Artifact Permissions\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifacts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifacts\"\n sectionName=\"MJ: Artifacts\"\n icon=\"fa fa-file\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifacts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollectionPermissions\"\n sectionName=\"MJ: Collection Permissions\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryPermissions\"\n sectionName=\"MJ: Dashboard Category Permissions\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardPermissions\"\n sectionName=\"MJ: Dashboard Permissions\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobs\"\n sectionName=\"MJ: Scheduled Jobs\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestRuns\"\n sectionName=\"MJ: Test Runs\"\n icon=\"fa fa-flask\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourcePermissions\"\n sectionName=\"Resource Permissions\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourcePermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentPermissions\"\n sectionName=\"MJ: AI Agent Permissions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRuns\"\n sectionName=\"MJ: AI Agent Runs\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollectionPermissions\"\n sectionName=\"MJ: Collection Permissions\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collections Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollections\"\n sectionName=\"MJ: Collections\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollections')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','OwnerID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentExamples\"\n sectionName=\"MJ: AI Agent Examples\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTasks\"\n sectionName=\"MJ: Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTasks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgents\"\n sectionName=\"AI Agents\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgents')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
1472
+ args: [{ selector: 'gen-user-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- User Identity Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"userIdentity\"\n sectionName=\"User Identity\"\n icon=\"fa fa-id-card\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LastName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Title\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Email\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Email\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Account Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"accountSettings\"\n sectionName=\"Account Settings\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageIconClass\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Entity Links Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"entityLinks\"\n sectionName=\"Entity Links\"\n icon=\"fa fa-link\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedRecordType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityRecordID\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Employee Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"employeeDetails\"\n sectionName=\"Employee Details\"\n icon=\"fa fa-user-tie\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeFirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeTitle\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisor\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisorEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Action Execution Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"actionExecutionLogs\"\n sectionName=\"Action Execution Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('actionExecutionLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('actionExecutionLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('actionExecutionLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"actions\"\n sectionName=\"Actions\"\n icon=\"fa-solid fa-bolt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('actions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','CodeApprovedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsSectionExpanded('actions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('actions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"auditLogs\"\n sectionName=\"Audit Logs\"\n icon=\"fa-solid fa-fingerprint\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('auditLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Communication Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationRuns\"\n sectionName=\"Communication Runs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Runs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('communicationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Company Integration Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrationRuns\"\n sectionName=\"Company Integration Runs\"\n icon=\"fa fa-briefcase\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Runs')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('companyIntegrationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversations\"\n sectionName=\"Conversations\"\n icon=\"fa-regular fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboard Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboardCategories\"\n sectionName=\"Dashboard Categories\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboardCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboard Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboard Categories')\"\n [AllowLoad]=\"IsSectionExpanded('dashboardCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboardCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboards Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboards\"\n sectionName=\"Dashboards\"\n icon=\"fa-solid fa-table-columns\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboards')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Data Contexts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dataContexts\"\n sectionName=\"Data Contexts\"\n icon=\"fa fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dataContexts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Contexts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Data Contexts')\"\n [AllowLoad]=\"IsSectionExpanded('dataContexts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dataContexts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"duplicateRuns\"\n sectionName=\"Duplicate Runs\"\n icon=\"fa fa-search\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('duplicateRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','StartedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"lists\"\n sectionName=\"Lists\"\n icon=\"fa fa-list-ul\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('lists')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryCategories\"\n sectionName=\"Query Categories\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Recommendation Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendationRuns\"\n sectionName=\"Recommendation Runs\"\n icon=\"fa fa-rocket\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recommendationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Change Replay Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChangeReplayRuns\"\n sectionName=\"Record Change Replay Runs\"\n icon=\"fa fa-sync\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChangeReplayRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Change Replay Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Change Replay Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recordChangeReplayRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChangeReplayRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChanges\"\n sectionName=\"Record Changes\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChanges')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordMergeLogs\"\n sectionName=\"Record Merge Logs\"\n icon=\"fa fa-clone\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordMergeLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','InitiatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Report Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reportCategories\"\n sectionName=\"Report Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reportCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Categories')\"\n [AllowLoad]=\"IsSectionExpanded('reportCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reportCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Report Snapshots Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reportSnapshots\"\n sectionName=\"Report Snapshots\"\n icon=\"fa fa-camera\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reportSnapshots')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Snapshots','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Snapshots')\"\n [AllowLoad]=\"IsSectionExpanded('reportSnapshots')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reportSnapshots', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Reports Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reports\"\n sectionName=\"Reports\"\n icon=\"fa-solid fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reports')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Template Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templateCategories\"\n sectionName=\"Template Categories\"\n icon=\"fa fa-tags\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templateCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Template Categories')\"\n [AllowLoad]=\"IsSectionExpanded('templateCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('templateCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Templates Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templates\"\n sectionName=\"Templates\"\n icon=\"fa-regular fa-rectangle-list\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Templates','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Templates')\"\n [AllowLoad]=\"IsSectionExpanded('templates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('templates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Applications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userApplications\"\n sectionName=\"User Applications\"\n icon=\"fa fa-th\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userApplications')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Applications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Applications')\"\n [AllowLoad]=\"IsSectionExpanded('userApplications')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userApplications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userFavorites\"\n sectionName=\"User Favorites\"\n icon=\"fa fa-star\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userFavorites')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Notifications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userNotifications\"\n sectionName=\"User Notifications\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userNotifications')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userRecordLogs\"\n sectionName=\"User Record Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userRecordLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Roles Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"roles\"\n sectionName=\"Roles\"\n icon=\"fa fa-user-shield\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('roles')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Roles','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Roles')\"\n [AllowLoad]=\"IsSectionExpanded('roles')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('roles', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewCategories\"\n sectionName=\"User View Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewRuns\"\n sectionName=\"User View Runs\"\n icon=\"fa fa-eye\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Runs')\"\n [AllowLoad]=\"IsSectionExpanded('userViewRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViews\"\n sectionName=\"User Views\"\n icon=\"fa-solid fa-table-cells\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViews')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Workspaces Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"workspaces\"\n sectionName=\"Workspaces\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('workspaces')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspaces','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Workspaces')\"\n [AllowLoad]=\"IsSectionExpanded('workspaces')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('workspaces', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentNotes\"\n sectionName=\"AI Agent Notes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentNotes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','ResponseByUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- List Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"listCategories\"\n sectionName=\"List Categories\"\n icon=\"fa fa-list\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('listCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('List Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('List Categories')\"\n [AllowLoad]=\"IsSectionExpanded('listCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('listCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAPIKeys\"\n sectionName=\"MJ: API Keys\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactPermissions\"\n sectionName=\"MJ: Artifact Permissions\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Uses Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactUses\"\n sectionName=\"MJ: Artifact Uses\"\n icon=\"fa fa-eye\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactUses')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Uses','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Uses')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactUses')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactUses', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Versions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactVersions\"\n sectionName=\"MJ: Artifact Versions\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactVersions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactVersions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactVersions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Conversation Detail Ratings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJConversationDetailRatings\"\n sectionName=\"MJ: Conversation Detail Ratings\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJConversationDetailRatings')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Ratings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Ratings')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailRatings')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJConversationDetailRatings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryLinks\"\n sectionName=\"MJ: Dashboard Category Links\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryPermissions\"\n sectionName=\"MJ: Dashboard Category Permissions\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardPermissions\"\n sectionName=\"MJ: Dashboard Permissions\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User Preferences Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardUserPreferences\"\n sectionName=\"MJ: Dashboard User Preferences\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardUserPreferences')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserPreferences')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User States Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardUserStates\"\n sectionName=\"MJ: Dashboard User States\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardUserStates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserStates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: List Invitations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJListInvitations\"\n sectionName=\"MJ: List Invitations\"\n icon=\"fa fa-user-plus\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJListInvitations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Invitations','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Invitations')\"\n [AllowLoad]=\"IsSectionExpanded('mJListInvitations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListInvitations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: List Shares Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJListShares\"\n sectionName=\"MJ: List Shares\"\n icon=\"fa fa-share-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJListShares')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Shares','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Shares')\"\n [AllowLoad]=\"IsSectionExpanded('mJListShares')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListShares', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: MCP Tool Execution Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJMCPToolExecutionLogs\"\n sectionName=\"MJ: MCP Tool Execution Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJMCPToolExecutionLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: MCP Tool Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: MCP Tool Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJMCPToolExecutionLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJMCPToolExecutionLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Public Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJPublicLinks\"\n sectionName=\"MJ: Public Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJPublicLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Public Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Public Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJPublicLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJPublicLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Report User States Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJReportUserStates\"\n sectionName=\"MJ: Report User States\"\n icon=\"fa fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJReportUserStates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Report User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Report User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJReportUserStates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJReportUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Job Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobRuns\"\n sectionName=\"MJ: Scheduled Job Runs\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Job Runs','ExecutedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Job Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobs\"\n sectionName=\"MJ: Scheduled Jobs\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','NotifyUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Run Feedbacks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestRunFeedbacks\"\n sectionName=\"MJ: Test Run Feedbacks\"\n icon=\"fa fa-clipboard-check\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRunFeedbacks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Run Feedbacks','ReviewerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Run Feedbacks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRunFeedbacks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRunFeedbacks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Suite Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestSuiteRuns\"\n sectionName=\"MJ: Test Suite Runs\"\n icon=\"fa fa-flask\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestSuiteRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Suite Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Suite Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestSuiteRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestSuiteRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: User Notification Preferences Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJUserNotificationPreferences\"\n sectionName=\"MJ: User Notification Preferences\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJUserNotificationPreferences')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Notification Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Notification Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserNotificationPreferences')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserNotificationPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: User Settings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJUserSettings\"\n sectionName=\"MJ: User Settings\"\n icon=\"fa fa-sliders-h\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJUserSettings')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Settings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Settings')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserSettings')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserSettings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourceLinks\"\n sectionName=\"Resource Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourceLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Scheduled Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"scheduledActions\"\n sectionName=\"Scheduled Actions\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('scheduledActions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsSectionExpanded('scheduledActions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('scheduledActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','RequestForUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversation Details Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversationDetails\"\n sectionName=\"Conversation Details\"\n icon=\"fa fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversationDetails')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Access Control Rules Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAccessControlRules\"\n sectionName=\"MJ: Access Control Rules\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAccessControlRules')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','GrantedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAPIKeys\"\n sectionName=\"MJ: API Keys\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactPermissions\"\n sectionName=\"MJ: Artifact Permissions\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifacts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifacts\"\n sectionName=\"MJ: Artifacts\"\n icon=\"fa fa-file\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifacts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollectionPermissions\"\n sectionName=\"MJ: Collection Permissions\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryPermissions\"\n sectionName=\"MJ: Dashboard Category Permissions\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardPermissions\"\n sectionName=\"MJ: Dashboard Permissions\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: MCP Server Connection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJMCPServerConnectionPermissions\"\n sectionName=\"MJ: MCP Server Connection Permissions\"\n icon=\"fa fa-server\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJMCPServerConnectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: MCP Server Connection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: MCP Server Connection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJMCPServerConnectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJMCPServerConnectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobs\"\n sectionName=\"MJ: Scheduled Jobs\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestRuns\"\n sectionName=\"MJ: Test Runs\"\n icon=\"fa fa-flask\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourcePermissions\"\n sectionName=\"Resource Permissions\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourcePermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentPermissions\"\n sectionName=\"MJ: AI Agent Permissions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRuns\"\n sectionName=\"MJ: AI Agent Runs\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollectionPermissions\"\n sectionName=\"MJ: Collection Permissions\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collections Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollections\"\n sectionName=\"MJ: Collections\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollections')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','OwnerID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentExamples\"\n sectionName=\"MJ: AI Agent Examples\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTasks\"\n sectionName=\"MJ: Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTasks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgents\"\n sectionName=\"AI Agents\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgents')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
1437
1473
  }], null, null); })();
1438
1474
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserFormComponent, { className: "UserFormComponent", filePath: "src/lib/generated/Entities/User/user.form.component.ts", lineNumber: 12 }); })();
1439
1475
  export function LoadUserFormComponent() {