@memberjunction/ng-core-entity-forms 2.121.0 → 2.122.1

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 (32) hide show
  1. package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +3 -3
  2. package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
  3. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +9 -9
  4. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
  5. package/dist/lib/custom/Tests/test-form.component.js +5 -4
  6. package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
  7. package/dist/lib/custom/Tests/test-suite-form.component.js +5 -4
  8. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  9. package/dist/lib/generated/Entities/Application/application.form.component.d.ts.map +1 -1
  10. package/dist/lib/generated/Entities/Application/application.form.component.js +58 -32
  11. package/dist/lib/generated/Entities/Application/application.form.component.js.map +1 -1
  12. package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js +20 -16
  13. package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js.map +1 -1
  14. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.d.ts.map +1 -1
  15. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js +11 -14
  16. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js.map +1 -1
  17. package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
  18. package/dist/lib/generated/Entities/User/user.form.component.js +126 -108
  19. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  20. package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.d.ts +11 -0
  21. package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.d.ts.map +1 -0
  22. package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.js +61 -0
  23. package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.js.map +1 -0
  24. package/dist/lib/generated/Entities/UserView/userview.form.component.js +24 -22
  25. package/dist/lib/generated/Entities/UserView/userview.form.component.js.map +1 -1
  26. package/dist/lib/generated/Entities/Workspace/workspace.form.component.js +14 -12
  27. package/dist/lib/generated/Entities/Workspace/workspace.form.component.js.map +1 -1
  28. package/dist/lib/generated/generated-forms.module.d.ts +62 -61
  29. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  30. package/dist/lib/generated/generated-forms.module.js +19 -15
  31. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  32. package/package.json +25 -18
@@ -14,7 +14,7 @@ import * as i3 from "@memberjunction/ng-base-forms";
14
14
  import * as i4 from "@memberjunction/ng-form-toolbar";
15
15
  function UserFormComponent_div_28_Template(rf, ctx) { if (rf & 1) {
16
16
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
17
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
18
18
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_28_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("actionExecutionLogs", $event.totalRowCount)); });
19
19
  i0.ɵɵelementEnd()();
20
20
  } if (rf & 2) {
@@ -24,7 +24,7 @@ function UserFormComponent_div_28_Template(rf, ctx) { if (rf & 1) {
24
24
  } }
25
25
  function UserFormComponent_div_30_Template(rf, ctx) { if (rf & 1) {
26
26
  const _r3 = i0.ɵɵgetCurrentView();
27
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
27
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
28
28
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_30_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("actions", $event.totalRowCount)); });
29
29
  i0.ɵɵelementEnd()();
30
30
  } if (rf & 2) {
@@ -34,7 +34,7 @@ function UserFormComponent_div_30_Template(rf, ctx) { if (rf & 1) {
34
34
  } }
35
35
  function UserFormComponent_div_32_Template(rf, ctx) { if (rf & 1) {
36
36
  const _r4 = i0.ɵɵgetCurrentView();
37
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
37
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
38
38
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_32_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("auditLogs", $event.totalRowCount)); });
39
39
  i0.ɵɵelementEnd()();
40
40
  } if (rf & 2) {
@@ -44,7 +44,7 @@ function UserFormComponent_div_32_Template(rf, ctx) { if (rf & 1) {
44
44
  } }
45
45
  function UserFormComponent_div_34_Template(rf, ctx) { if (rf & 1) {
46
46
  const _r5 = i0.ɵɵgetCurrentView();
47
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
47
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
48
48
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_34_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("communicationRuns", $event.totalRowCount)); });
49
49
  i0.ɵɵelementEnd()();
50
50
  } if (rf & 2) {
@@ -54,7 +54,7 @@ function UserFormComponent_div_34_Template(rf, ctx) { if (rf & 1) {
54
54
  } }
55
55
  function UserFormComponent_div_36_Template(rf, ctx) { if (rf & 1) {
56
56
  const _r6 = i0.ɵɵgetCurrentView();
57
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
57
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
58
58
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_36_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("companyIntegrationRuns", $event.totalRowCount)); });
59
59
  i0.ɵɵelementEnd()();
60
60
  } if (rf & 2) {
@@ -64,7 +64,7 @@ function UserFormComponent_div_36_Template(rf, ctx) { if (rf & 1) {
64
64
  } }
65
65
  function UserFormComponent_div_38_Template(rf, ctx) { if (rf & 1) {
66
66
  const _r7 = i0.ɵɵgetCurrentView();
67
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
67
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
68
68
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_38_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversations", $event.totalRowCount)); });
69
69
  i0.ɵɵelementEnd()();
70
70
  } if (rf & 2) {
@@ -74,7 +74,7 @@ function UserFormComponent_div_38_Template(rf, ctx) { if (rf & 1) {
74
74
  } }
75
75
  function UserFormComponent_div_40_Template(rf, ctx) { if (rf & 1) {
76
76
  const _r8 = i0.ɵɵgetCurrentView();
77
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
77
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
78
78
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_40_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboardCategories", $event.totalRowCount)); });
79
79
  i0.ɵɵelementEnd()();
80
80
  } if (rf & 2) {
@@ -84,7 +84,7 @@ function UserFormComponent_div_40_Template(rf, ctx) { if (rf & 1) {
84
84
  } }
85
85
  function UserFormComponent_div_42_Template(rf, ctx) { if (rf & 1) {
86
86
  const _r9 = i0.ɵɵgetCurrentView();
87
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
87
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
88
88
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_42_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboards", $event.totalRowCount)); });
89
89
  i0.ɵɵelementEnd()();
90
90
  } if (rf & 2) {
@@ -94,7 +94,7 @@ function UserFormComponent_div_42_Template(rf, ctx) { if (rf & 1) {
94
94
  } }
95
95
  function UserFormComponent_div_44_Template(rf, ctx) { if (rf & 1) {
96
96
  const _r10 = i0.ɵɵgetCurrentView();
97
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
97
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
98
98
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_44_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dataContexts", $event.totalRowCount)); });
99
99
  i0.ɵɵelementEnd()();
100
100
  } if (rf & 2) {
@@ -104,7 +104,7 @@ function UserFormComponent_div_44_Template(rf, ctx) { if (rf & 1) {
104
104
  } }
105
105
  function UserFormComponent_div_46_Template(rf, ctx) { if (rf & 1) {
106
106
  const _r11 = i0.ɵɵgetCurrentView();
107
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
107
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
108
108
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_46_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("duplicateRuns", $event.totalRowCount)); });
109
109
  i0.ɵɵelementEnd()();
110
110
  } if (rf & 2) {
@@ -114,7 +114,7 @@ function UserFormComponent_div_46_Template(rf, ctx) { if (rf & 1) {
114
114
  } }
115
115
  function UserFormComponent_div_48_Template(rf, ctx) { if (rf & 1) {
116
116
  const _r12 = i0.ɵɵgetCurrentView();
117
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
117
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
118
118
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_48_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("lists", $event.totalRowCount)); });
119
119
  i0.ɵɵelementEnd()();
120
120
  } if (rf & 2) {
@@ -124,7 +124,7 @@ function UserFormComponent_div_48_Template(rf, ctx) { if (rf & 1) {
124
124
  } }
125
125
  function UserFormComponent_div_50_Template(rf, ctx) { if (rf & 1) {
126
126
  const _r13 = i0.ɵɵgetCurrentView();
127
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
127
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
128
128
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_50_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queryCategories", $event.totalRowCount)); });
129
129
  i0.ɵɵelementEnd()();
130
130
  } if (rf & 2) {
@@ -134,7 +134,7 @@ function UserFormComponent_div_50_Template(rf, ctx) { if (rf & 1) {
134
134
  } }
135
135
  function UserFormComponent_div_52_Template(rf, ctx) { if (rf & 1) {
136
136
  const _r14 = i0.ɵɵgetCurrentView();
137
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
137
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
138
138
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_52_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recommendationRuns", $event.totalRowCount)); });
139
139
  i0.ɵɵelementEnd()();
140
140
  } if (rf & 2) {
@@ -144,7 +144,7 @@ function UserFormComponent_div_52_Template(rf, ctx) { if (rf & 1) {
144
144
  } }
145
145
  function UserFormComponent_div_54_Template(rf, ctx) { if (rf & 1) {
146
146
  const _r15 = i0.ɵɵgetCurrentView();
147
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
147
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
148
148
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_54_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordChangeReplayRuns", $event.totalRowCount)); });
149
149
  i0.ɵɵelementEnd()();
150
150
  } if (rf & 2) {
@@ -154,7 +154,7 @@ function UserFormComponent_div_54_Template(rf, ctx) { if (rf & 1) {
154
154
  } }
155
155
  function UserFormComponent_div_56_Template(rf, ctx) { if (rf & 1) {
156
156
  const _r16 = i0.ɵɵgetCurrentView();
157
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
157
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
158
158
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_56_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordChanges", $event.totalRowCount)); });
159
159
  i0.ɵɵelementEnd()();
160
160
  } if (rf & 2) {
@@ -164,7 +164,7 @@ function UserFormComponent_div_56_Template(rf, ctx) { if (rf & 1) {
164
164
  } }
165
165
  function UserFormComponent_div_58_Template(rf, ctx) { if (rf & 1) {
166
166
  const _r17 = i0.ɵɵgetCurrentView();
167
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
167
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
168
168
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_58_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordMergeLogs", $event.totalRowCount)); });
169
169
  i0.ɵɵelementEnd()();
170
170
  } if (rf & 2) {
@@ -174,7 +174,7 @@ function UserFormComponent_div_58_Template(rf, ctx) { if (rf & 1) {
174
174
  } }
175
175
  function UserFormComponent_div_60_Template(rf, ctx) { if (rf & 1) {
176
176
  const _r18 = i0.ɵɵgetCurrentView();
177
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
177
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
178
178
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_60_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reportCategories", $event.totalRowCount)); });
179
179
  i0.ɵɵelementEnd()();
180
180
  } if (rf & 2) {
@@ -184,7 +184,7 @@ function UserFormComponent_div_60_Template(rf, ctx) { if (rf & 1) {
184
184
  } }
185
185
  function UserFormComponent_div_62_Template(rf, ctx) { if (rf & 1) {
186
186
  const _r19 = i0.ɵɵgetCurrentView();
187
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
187
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
188
188
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_62_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reportSnapshots", $event.totalRowCount)); });
189
189
  i0.ɵɵelementEnd()();
190
190
  } if (rf & 2) {
@@ -194,7 +194,7 @@ function UserFormComponent_div_62_Template(rf, ctx) { if (rf & 1) {
194
194
  } }
195
195
  function UserFormComponent_div_64_Template(rf, ctx) { if (rf & 1) {
196
196
  const _r20 = i0.ɵɵgetCurrentView();
197
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
197
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
198
198
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_64_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reports", $event.totalRowCount)); });
199
199
  i0.ɵɵelementEnd()();
200
200
  } if (rf & 2) {
@@ -204,7 +204,7 @@ function UserFormComponent_div_64_Template(rf, ctx) { if (rf & 1) {
204
204
  } }
205
205
  function UserFormComponent_div_66_Template(rf, ctx) { if (rf & 1) {
206
206
  const _r21 = i0.ɵɵgetCurrentView();
207
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
207
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
208
208
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_66_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("templateCategories", $event.totalRowCount)); });
209
209
  i0.ɵɵelementEnd()();
210
210
  } if (rf & 2) {
@@ -214,7 +214,7 @@ function UserFormComponent_div_66_Template(rf, ctx) { if (rf & 1) {
214
214
  } }
215
215
  function UserFormComponent_div_68_Template(rf, ctx) { if (rf & 1) {
216
216
  const _r22 = i0.ɵɵgetCurrentView();
217
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
217
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
218
218
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_68_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("templates", $event.totalRowCount)); });
219
219
  i0.ɵɵelementEnd()();
220
220
  } if (rf & 2) {
@@ -224,7 +224,7 @@ function UserFormComponent_div_68_Template(rf, ctx) { if (rf & 1) {
224
224
  } }
225
225
  function UserFormComponent_div_70_Template(rf, ctx) { if (rf & 1) {
226
226
  const _r23 = i0.ɵɵgetCurrentView();
227
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
227
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
228
228
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_70_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userApplications", $event.totalRowCount)); });
229
229
  i0.ɵɵelementEnd()();
230
230
  } if (rf & 2) {
@@ -234,7 +234,7 @@ function UserFormComponent_div_70_Template(rf, ctx) { if (rf & 1) {
234
234
  } }
235
235
  function UserFormComponent_div_72_Template(rf, ctx) { if (rf & 1) {
236
236
  const _r24 = i0.ɵɵgetCurrentView();
237
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
237
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
238
238
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_72_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userFavorites", $event.totalRowCount)); });
239
239
  i0.ɵɵelementEnd()();
240
240
  } if (rf & 2) {
@@ -244,7 +244,7 @@ function UserFormComponent_div_72_Template(rf, ctx) { if (rf & 1) {
244
244
  } }
245
245
  function UserFormComponent_div_74_Template(rf, ctx) { if (rf & 1) {
246
246
  const _r25 = i0.ɵɵgetCurrentView();
247
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
247
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
248
248
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_74_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userNotifications", $event.totalRowCount)); });
249
249
  i0.ɵɵelementEnd()();
250
250
  } if (rf & 2) {
@@ -254,7 +254,7 @@ function UserFormComponent_div_74_Template(rf, ctx) { if (rf & 1) {
254
254
  } }
255
255
  function UserFormComponent_div_76_Template(rf, ctx) { if (rf & 1) {
256
256
  const _r26 = i0.ɵɵgetCurrentView();
257
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
257
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
258
258
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_76_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userRecordLogs", $event.totalRowCount)); });
259
259
  i0.ɵɵelementEnd()();
260
260
  } if (rf & 2) {
@@ -264,7 +264,7 @@ function UserFormComponent_div_76_Template(rf, ctx) { if (rf & 1) {
264
264
  } }
265
265
  function UserFormComponent_div_78_Template(rf, ctx) { if (rf & 1) {
266
266
  const _r27 = i0.ɵɵgetCurrentView();
267
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
267
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
268
268
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_78_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("roles", $event.totalRowCount)); });
269
269
  i0.ɵɵelementEnd()();
270
270
  } if (rf & 2) {
@@ -274,7 +274,7 @@ function UserFormComponent_div_78_Template(rf, ctx) { if (rf & 1) {
274
274
  } }
275
275
  function UserFormComponent_div_80_Template(rf, ctx) { if (rf & 1) {
276
276
  const _r28 = i0.ɵɵgetCurrentView();
277
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
277
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
278
278
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_80_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViewCategories", $event.totalRowCount)); });
279
279
  i0.ɵɵelementEnd()();
280
280
  } if (rf & 2) {
@@ -284,7 +284,7 @@ function UserFormComponent_div_80_Template(rf, ctx) { if (rf & 1) {
284
284
  } }
285
285
  function UserFormComponent_div_82_Template(rf, ctx) { if (rf & 1) {
286
286
  const _r29 = i0.ɵɵgetCurrentView();
287
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
287
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
288
288
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_82_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViewRuns", $event.totalRowCount)); });
289
289
  i0.ɵɵelementEnd()();
290
290
  } if (rf & 2) {
@@ -294,7 +294,7 @@ function UserFormComponent_div_82_Template(rf, ctx) { if (rf & 1) {
294
294
  } }
295
295
  function UserFormComponent_div_84_Template(rf, ctx) { if (rf & 1) {
296
296
  const _r30 = i0.ɵɵgetCurrentView();
297
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
297
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
298
298
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_84_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViews", $event.totalRowCount)); });
299
299
  i0.ɵɵelementEnd()();
300
300
  } if (rf & 2) {
@@ -304,7 +304,7 @@ function UserFormComponent_div_84_Template(rf, ctx) { if (rf & 1) {
304
304
  } }
305
305
  function UserFormComponent_div_86_Template(rf, ctx) { if (rf & 1) {
306
306
  const _r31 = i0.ɵɵgetCurrentView();
307
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
307
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
308
308
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_86_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r31); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("workspaces", $event.totalRowCount)); });
309
309
  i0.ɵɵelementEnd()();
310
310
  } if (rf & 2) {
@@ -314,7 +314,7 @@ function UserFormComponent_div_86_Template(rf, ctx) { if (rf & 1) {
314
314
  } }
315
315
  function UserFormComponent_div_88_Template(rf, ctx) { if (rf & 1) {
316
316
  const _r32 = i0.ɵɵgetCurrentView();
317
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
317
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
318
318
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_88_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentNotes", $event.totalRowCount)); });
319
319
  i0.ɵɵelementEnd()();
320
320
  } if (rf & 2) {
@@ -324,7 +324,7 @@ function UserFormComponent_div_88_Template(rf, ctx) { if (rf & 1) {
324
324
  } }
325
325
  function UserFormComponent_div_90_Template(rf, ctx) { if (rf & 1) {
326
326
  const _r33 = i0.ɵɵgetCurrentView();
327
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
327
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
328
328
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_90_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
329
329
  i0.ɵɵelementEnd()();
330
330
  } if (rf & 2) {
@@ -334,7 +334,7 @@ function UserFormComponent_div_90_Template(rf, ctx) { if (rf & 1) {
334
334
  } }
335
335
  function UserFormComponent_div_92_Template(rf, ctx) { if (rf & 1) {
336
336
  const _r34 = i0.ɵɵgetCurrentView();
337
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
337
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
338
338
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_92_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("listCategories", $event.totalRowCount)); });
339
339
  i0.ɵɵelementEnd()();
340
340
  } if (rf & 2) {
@@ -344,7 +344,7 @@ function UserFormComponent_div_92_Template(rf, ctx) { if (rf & 1) {
344
344
  } }
345
345
  function UserFormComponent_div_94_Template(rf, ctx) { if (rf & 1) {
346
346
  const _r35 = i0.ɵɵgetCurrentView();
347
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
347
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
348
348
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_94_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r35); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
349
349
  i0.ɵɵelementEnd()();
350
350
  } if (rf & 2) {
@@ -354,7 +354,7 @@ function UserFormComponent_div_94_Template(rf, ctx) { if (rf & 1) {
354
354
  } }
355
355
  function UserFormComponent_div_96_Template(rf, ctx) { if (rf & 1) {
356
356
  const _r36 = i0.ɵɵgetCurrentView();
357
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
357
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
358
358
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_96_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactUses", $event.totalRowCount)); });
359
359
  i0.ɵɵelementEnd()();
360
360
  } if (rf & 2) {
@@ -364,7 +364,7 @@ function UserFormComponent_div_96_Template(rf, ctx) { if (rf & 1) {
364
364
  } }
365
365
  function UserFormComponent_div_98_Template(rf, ctx) { if (rf & 1) {
366
366
  const _r37 = i0.ɵɵgetCurrentView();
367
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
367
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
368
368
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_98_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactVersions", $event.totalRowCount)); });
369
369
  i0.ɵɵelementEnd()();
370
370
  } if (rf & 2) {
@@ -374,7 +374,7 @@ function UserFormComponent_div_98_Template(rf, ctx) { if (rf & 1) {
374
374
  } }
375
375
  function UserFormComponent_div_100_Template(rf, ctx) { if (rf & 1) {
376
376
  const _r38 = i0.ɵɵgetCurrentView();
377
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
377
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
378
378
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_100_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r38); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJConversationDetailRatings", $event.totalRowCount)); });
379
379
  i0.ɵɵelementEnd()();
380
380
  } if (rf & 2) {
@@ -384,7 +384,7 @@ function UserFormComponent_div_100_Template(rf, ctx) { if (rf & 1) {
384
384
  } }
385
385
  function UserFormComponent_div_102_Template(rf, ctx) { if (rf & 1) {
386
386
  const _r39 = i0.ɵɵgetCurrentView();
387
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
387
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
388
388
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_102_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardUserPreferences", $event.totalRowCount)); });
389
389
  i0.ɵɵelementEnd()();
390
390
  } if (rf & 2) {
@@ -394,7 +394,7 @@ function UserFormComponent_div_102_Template(rf, ctx) { if (rf & 1) {
394
394
  } }
395
395
  function UserFormComponent_div_104_Template(rf, ctx) { if (rf & 1) {
396
396
  const _r40 = i0.ɵɵgetCurrentView();
397
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
397
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
398
398
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_104_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardUserStates", $event.totalRowCount)); });
399
399
  i0.ɵɵelementEnd()();
400
400
  } if (rf & 2) {
@@ -404,7 +404,7 @@ function UserFormComponent_div_104_Template(rf, ctx) { if (rf & 1) {
404
404
  } }
405
405
  function UserFormComponent_div_106_Template(rf, ctx) { if (rf & 1) {
406
406
  const _r41 = i0.ɵɵgetCurrentView();
407
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
407
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
408
408
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_106_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJPublicLinks", $event.totalRowCount)); });
409
409
  i0.ɵɵelementEnd()();
410
410
  } if (rf & 2) {
@@ -414,7 +414,7 @@ function UserFormComponent_div_106_Template(rf, ctx) { if (rf & 1) {
414
414
  } }
415
415
  function UserFormComponent_div_108_Template(rf, ctx) { if (rf & 1) {
416
416
  const _r42 = i0.ɵɵgetCurrentView();
417
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
417
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
418
418
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_108_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJReportUserStates", $event.totalRowCount)); });
419
419
  i0.ɵɵelementEnd()();
420
420
  } if (rf & 2) {
@@ -424,7 +424,7 @@ function UserFormComponent_div_108_Template(rf, ctx) { if (rf & 1) {
424
424
  } }
425
425
  function UserFormComponent_div_110_Template(rf, ctx) { if (rf & 1) {
426
426
  const _r43 = i0.ɵɵgetCurrentView();
427
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
427
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
428
428
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_110_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r43); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobRuns", $event.totalRowCount)); });
429
429
  i0.ɵɵelementEnd()();
430
430
  } if (rf & 2) {
@@ -434,7 +434,7 @@ function UserFormComponent_div_110_Template(rf, ctx) { if (rf & 1) {
434
434
  } }
435
435
  function UserFormComponent_div_112_Template(rf, ctx) { if (rf & 1) {
436
436
  const _r44 = i0.ɵɵgetCurrentView();
437
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
437
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
438
438
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_112_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
439
439
  i0.ɵɵelementEnd()();
440
440
  } if (rf & 2) {
@@ -444,7 +444,7 @@ function UserFormComponent_div_112_Template(rf, ctx) { if (rf & 1) {
444
444
  } }
445
445
  function UserFormComponent_div_114_Template(rf, ctx) { if (rf & 1) {
446
446
  const _r45 = i0.ɵɵgetCurrentView();
447
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
447
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
448
448
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_114_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r45); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRunFeedbacks", $event.totalRowCount)); });
449
449
  i0.ɵɵelementEnd()();
450
450
  } if (rf & 2) {
@@ -454,7 +454,7 @@ function UserFormComponent_div_114_Template(rf, ctx) { if (rf & 1) {
454
454
  } }
455
455
  function UserFormComponent_div_116_Template(rf, ctx) { if (rf & 1) {
456
456
  const _r46 = i0.ɵɵgetCurrentView();
457
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
457
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
458
458
  i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_116_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r46); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestSuiteRuns", $event.totalRowCount)); });
459
459
  i0.ɵɵelementEnd()();
460
460
  } if (rf & 2) {
@@ -464,178 +464,188 @@ function UserFormComponent_div_116_Template(rf, ctx) { if (rf & 1) {
464
464
  } }
465
465
  function UserFormComponent_div_118_Template(rf, ctx) { if (rf & 1) {
466
466
  const _r47 = i0.ɵɵgetCurrentView();
467
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
468
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_118_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceLinks", $event.totalRowCount)); });
467
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
468
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_118_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserSettings", $event.totalRowCount)); });
469
469
  i0.ɵɵelementEnd()();
470
470
  } if (rf & 2) {
471
471
  const ctx_r1 = i0.ɵɵnextContext();
472
472
  i0.ɵɵadvance();
473
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Links"))("AllowLoad", ctx_r1.IsSectionExpanded("resourceLinks"))("EditMode", ctx_r1.GridEditMode());
473
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Settings", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Settings"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserSettings"))("EditMode", ctx_r1.GridEditMode());
474
474
  } }
475
475
  function UserFormComponent_div_120_Template(rf, ctx) { if (rf & 1) {
476
476
  const _r48 = i0.ɵɵgetCurrentView();
477
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
478
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_120_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("scheduledActions", $event.totalRowCount)); });
477
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
478
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_120_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceLinks", $event.totalRowCount)); });
479
479
  i0.ɵɵelementEnd()();
480
480
  } if (rf & 2) {
481
481
  const ctx_r1 = i0.ɵɵnextContext();
482
482
  i0.ɵɵadvance();
483
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Scheduled Actions", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Scheduled Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("scheduledActions"))("EditMode", ctx_r1.GridEditMode());
483
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Links"))("AllowLoad", ctx_r1.IsSectionExpanded("resourceLinks"))("EditMode", ctx_r1.GridEditMode());
484
484
  } }
485
485
  function UserFormComponent_div_122_Template(rf, ctx) { if (rf & 1) {
486
486
  const _r49 = i0.ɵɵgetCurrentView();
487
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
488
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_122_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
487
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
488
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_122_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("scheduledActions", $event.totalRowCount)); });
489
489
  i0.ɵɵelementEnd()();
490
490
  } if (rf & 2) {
491
491
  const ctx_r1 = i0.ɵɵnextContext();
492
492
  i0.ɵɵadvance();
493
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Requests", "RequestForUserID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Requests"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentRequests"))("EditMode", ctx_r1.GridEditMode());
493
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Scheduled Actions", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Scheduled Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("scheduledActions"))("EditMode", ctx_r1.GridEditMode());
494
494
  } }
495
495
  function UserFormComponent_div_124_Template(rf, ctx) { if (rf & 1) {
496
496
  const _r50 = i0.ɵɵgetCurrentView();
497
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
498
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_124_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversationDetails", $event.totalRowCount)); });
497
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
498
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_124_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
499
499
  i0.ɵɵelementEnd()();
500
500
  } if (rf & 2) {
501
501
  const ctx_r1 = i0.ɵɵnextContext();
502
502
  i0.ɵɵadvance();
503
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversation Details", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversation Details"))("AllowLoad", ctx_r1.IsSectionExpanded("conversationDetails"))("EditMode", ctx_r1.GridEditMode());
503
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Requests", "RequestForUserID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Requests"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentRequests"))("EditMode", ctx_r1.GridEditMode());
504
504
  } }
505
505
  function UserFormComponent_div_126_Template(rf, ctx) { if (rf & 1) {
506
506
  const _r51 = i0.ɵɵgetCurrentView();
507
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
508
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_126_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAccessControlRules", $event.totalRowCount)); });
507
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
508
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_126_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversationDetails", $event.totalRowCount)); });
509
509
  i0.ɵɵelementEnd()();
510
510
  } if (rf & 2) {
511
511
  const ctx_r1 = i0.ɵɵnextContext();
512
512
  i0.ɵɵadvance();
513
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Access Control Rules", "GrantedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Access Control Rules"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAccessControlRules"))("EditMode", ctx_r1.GridEditMode());
513
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversation Details", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversation Details"))("AllowLoad", ctx_r1.IsSectionExpanded("conversationDetails"))("EditMode", ctx_r1.GridEditMode());
514
514
  } }
515
515
  function UserFormComponent_div_128_Template(rf, ctx) { if (rf & 1) {
516
516
  const _r52 = i0.ɵɵgetCurrentView();
517
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
518
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_128_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
517
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
518
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_128_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAccessControlRules", $event.totalRowCount)); });
519
519
  i0.ɵɵelementEnd()();
520
520
  } if (rf & 2) {
521
521
  const ctx_r1 = i0.ɵɵnextContext();
522
522
  i0.ɵɵadvance();
523
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactPermissions"))("EditMode", ctx_r1.GridEditMode());
523
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Access Control Rules", "GrantedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Access Control Rules"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAccessControlRules"))("EditMode", ctx_r1.GridEditMode());
524
524
  } }
525
525
  function UserFormComponent_div_130_Template(rf, ctx) { if (rf & 1) {
526
526
  const _r53 = i0.ɵɵgetCurrentView();
527
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
528
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_130_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifacts", $event.totalRowCount)); });
527
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
528
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_130_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
529
529
  i0.ɵɵelementEnd()();
530
530
  } if (rf & 2) {
531
531
  const ctx_r1 = i0.ɵɵnextContext();
532
532
  i0.ɵɵadvance();
533
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifacts"))("EditMode", ctx_r1.GridEditMode());
533
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactPermissions"))("EditMode", ctx_r1.GridEditMode());
534
534
  } }
535
535
  function UserFormComponent_div_132_Template(rf, ctx) { if (rf & 1) {
536
536
  const _r54 = i0.ɵɵgetCurrentView();
537
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
538
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_132_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
537
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
538
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_132_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifacts", $event.totalRowCount)); });
539
539
  i0.ɵɵelementEnd()();
540
540
  } if (rf & 2) {
541
541
  const ctx_r1 = i0.ɵɵnextContext();
542
542
  i0.ɵɵadvance();
543
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("EditMode", ctx_r1.GridEditMode());
543
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifacts"))("EditMode", ctx_r1.GridEditMode());
544
544
  } }
545
545
  function UserFormComponent_div_134_Template(rf, ctx) { if (rf & 1) {
546
546
  const _r55 = i0.ɵɵgetCurrentView();
547
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
548
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_134_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
547
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
548
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_134_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
549
549
  i0.ɵɵelementEnd()();
550
550
  } if (rf & 2) {
551
551
  const ctx_r1 = i0.ɵɵnextContext();
552
552
  i0.ɵɵadvance();
553
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "OwnerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("EditMode", ctx_r1.GridEditMode());
553
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("EditMode", ctx_r1.GridEditMode());
554
554
  } }
555
555
  function UserFormComponent_div_136_Template(rf, ctx) { if (rf & 1) {
556
556
  const _r56 = i0.ɵɵgetCurrentView();
557
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
558
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_136_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
557
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
558
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_136_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
559
559
  i0.ɵɵelementEnd()();
560
560
  } if (rf & 2) {
561
561
  const ctx_r1 = i0.ɵɵnextContext();
562
562
  i0.ɵɵadvance();
563
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("EditMode", ctx_r1.GridEditMode());
563
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "OwnerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("EditMode", ctx_r1.GridEditMode());
564
564
  } }
565
565
  function UserFormComponent_div_138_Template(rf, ctx) { if (rf & 1) {
566
566
  const _r57 = i0.ɵɵgetCurrentView();
567
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
568
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_138_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourcePermissions", $event.totalRowCount)); });
567
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
568
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_138_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
569
569
  i0.ɵɵelementEnd()();
570
570
  } if (rf & 2) {
571
571
  const ctx_r1 = i0.ɵɵnextContext();
572
572
  i0.ɵɵadvance();
573
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("resourcePermissions"))("EditMode", ctx_r1.GridEditMode());
573
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("EditMode", ctx_r1.GridEditMode());
574
574
  } }
575
575
  function UserFormComponent_div_140_Template(rf, ctx) { if (rf & 1) {
576
576
  const _r58 = i0.ɵɵgetCurrentView();
577
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
578
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_140_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPermissions", $event.totalRowCount)); });
577
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
578
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_140_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourcePermissions", $event.totalRowCount)); });
579
579
  i0.ɵɵelementEnd()();
580
580
  } if (rf & 2) {
581
581
  const ctx_r1 = i0.ɵɵnextContext();
582
582
  i0.ɵɵadvance();
583
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentPermissions"))("EditMode", ctx_r1.GridEditMode());
583
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("resourcePermissions"))("EditMode", ctx_r1.GridEditMode());
584
584
  } }
585
585
  function UserFormComponent_div_142_Template(rf, ctx) { if (rf & 1) {
586
586
  const _r59 = i0.ɵɵgetCurrentView();
587
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
588
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_142_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r59); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
587
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
588
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_142_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r59); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPermissions", $event.totalRowCount)); });
589
589
  i0.ɵɵelementEnd()();
590
590
  } if (rf & 2) {
591
591
  const ctx_r1 = i0.ɵɵnextContext();
592
592
  i0.ɵɵadvance();
593
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRuns"))("EditMode", ctx_r1.GridEditMode());
593
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentPermissions"))("EditMode", ctx_r1.GridEditMode());
594
594
  } }
595
595
  function UserFormComponent_div_144_Template(rf, ctx) { if (rf & 1) {
596
596
  const _r60 = i0.ɵɵgetCurrentView();
597
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
598
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_144_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r60); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
597
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
598
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_144_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r60); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
599
599
  i0.ɵɵelementEnd()();
600
600
  } if (rf & 2) {
601
601
  const ctx_r1 = i0.ɵɵnextContext();
602
602
  i0.ɵɵadvance();
603
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("EditMode", ctx_r1.GridEditMode());
603
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRuns"))("EditMode", ctx_r1.GridEditMode());
604
604
  } }
605
605
  function UserFormComponent_div_146_Template(rf, ctx) { if (rf & 1) {
606
606
  const _r61 = i0.ɵɵgetCurrentView();
607
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
608
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_146_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r61); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollections", $event.totalRowCount)); });
607
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
608
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_146_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r61); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
609
609
  i0.ɵɵelementEnd()();
610
610
  } if (rf & 2) {
611
611
  const ctx_r1 = i0.ɵɵnextContext();
612
612
  i0.ɵɵadvance();
613
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "OwnerID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollections"))("EditMode", ctx_r1.GridEditMode());
613
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("EditMode", ctx_r1.GridEditMode());
614
614
  } }
615
615
  function UserFormComponent_div_148_Template(rf, ctx) { if (rf & 1) {
616
616
  const _r62 = i0.ɵɵgetCurrentView();
617
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
618
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_148_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r62); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
617
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
618
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_148_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r62); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollections", $event.totalRowCount)); });
619
619
  i0.ɵɵelementEnd()();
620
620
  } if (rf & 2) {
621
621
  const ctx_r1 = i0.ɵɵnextContext();
622
622
  i0.ɵɵadvance();
623
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("EditMode", ctx_r1.GridEditMode());
623
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "OwnerID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollections"))("EditMode", ctx_r1.GridEditMode());
624
624
  } }
625
625
  function UserFormComponent_div_150_Template(rf, ctx) { if (rf & 1) {
626
626
  const _r63 = i0.ɵɵgetCurrentView();
627
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
628
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_150_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r63); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
627
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
628
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_150_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r63); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
629
629
  i0.ɵɵelementEnd()();
630
630
  } if (rf & 2) {
631
631
  const ctx_r1 = i0.ɵɵnextContext();
632
632
  i0.ɵɵadvance();
633
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("EditMode", ctx_r1.GridEditMode());
633
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("EditMode", ctx_r1.GridEditMode());
634
634
  } }
635
635
  function UserFormComponent_div_152_Template(rf, ctx) { if (rf & 1) {
636
636
  const _r64 = i0.ɵɵgetCurrentView();
637
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 87);
638
- i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_152_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r64); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgents", $event.totalRowCount)); });
637
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
638
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_152_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r64); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
639
+ i0.ɵɵelementEnd()();
640
+ } if (rf & 2) {
641
+ const ctx_r1 = i0.ɵɵnextContext();
642
+ i0.ɵɵadvance();
643
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("EditMode", ctx_r1.GridEditMode());
644
+ } }
645
+ function UserFormComponent_div_154_Template(rf, ctx) { if (rf & 1) {
646
+ const _r65 = i0.ɵɵgetCurrentView();
647
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 88);
648
+ i0.ɵɵlistener("dataLoaded", function UserFormComponent_div_154_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgents", $event.totalRowCount)); });
639
649
  i0.ɵɵelementEnd()();
640
650
  } if (rf & 2) {
641
651
  const ctx_r1 = i0.ɵɵnextContext();
@@ -696,6 +706,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
696
706
  { sectionKey: 'mJScheduledJobs', sectionName: 'MJ: Scheduled Jobs', isExpanded: false },
697
707
  { sectionKey: 'mJTestRunFeedbacks', sectionName: 'MJ: Test Run Feedbacks', isExpanded: false },
698
708
  { sectionKey: 'mJTestSuiteRuns', sectionName: 'MJ: Test Suite Runs', isExpanded: false },
709
+ { sectionKey: 'mJUserSettings', sectionName: 'MJ: User Settings', isExpanded: false },
699
710
  { sectionKey: 'resourceLinks', sectionName: 'Resource Links', isExpanded: false },
700
711
  { sectionKey: 'scheduledActions', sectionName: 'Scheduled Actions', isExpanded: false },
701
712
  { sectionKey: 'aIAgentRequests1', sectionName: 'AI Agent Requests', isExpanded: false },
@@ -717,7 +728,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
717
728
  ]);
718
729
  }
719
730
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵUserFormComponent_BaseFactory; return function UserFormComponent_Factory(t) { return (ɵUserFormComponent_BaseFactory || (ɵUserFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(UserFormComponent)))(t || UserFormComponent); }; })(); }
720
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserFormComponent, selectors: [["gen-user-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 153, vars: 348, 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"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "actions", "sectionName", "Actions", "icon", "fa-solid fa-bolt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "auditLogs", "sectionName", "Audit Logs", "icon", "fa-solid fa-fingerprint", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "communicationRuns", "sectionName", "Communication Runs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "companyIntegrationRuns", "sectionName", "Company Integration Runs", "icon", "fa fa-briefcase", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dashboardCategories", "sectionName", "Dashboard Categories", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dashboards", "sectionName", "Dashboards", "icon", "fa-solid fa-table-columns", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dataContexts", "sectionName", "Data Contexts", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "duplicateRuns", "sectionName", "Duplicate Runs", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "lists", "sectionName", "Lists", "icon", "fa fa-list-ul", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "queryCategories", "sectionName", "Query Categories", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recommendationRuns", "sectionName", "Recommendation Runs", "icon", "fa fa-rocket", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordChangeReplayRuns", "sectionName", "Record Change Replay Runs", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordChanges", "sectionName", "Record Changes", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordMergeLogs", "sectionName", "Record Merge Logs", "icon", "fa fa-clone", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "reportCategories", "sectionName", "Report Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "reportSnapshots", "sectionName", "Report Snapshots", "icon", "fa fa-camera", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "reports", "sectionName", "Reports", "icon", "fa-solid fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "templateCategories", "sectionName", "Template Categories", "icon", "fa fa-tags", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "templates", "sectionName", "Templates", "icon", "fa-regular fa-rectangle-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userApplications", "sectionName", "User Applications", "icon", "fa fa-th", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userFavorites", "sectionName", "User Favorites", "icon", "fa fa-star", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userNotifications", "sectionName", "User Notifications", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userRecordLogs", "sectionName", "User Record Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "roles", "sectionName", "Roles", "icon", "fa fa-user-shield", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViewCategories", "sectionName", "User View Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViewRuns", "sectionName", "User View Runs", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViews", "sectionName", "User Views", "icon", "fa-solid fa-table-cells", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "workspaces", "sectionName", "Workspaces", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AI Agent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIAgentRequests", "sectionName", "AI Agent Requests", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "listCategories", "sectionName", "List Categories", "icon", "fa fa-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifactPermissions", "sectionName", "MJ: Artifact Permissions", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifactUses", "sectionName", "MJ: Artifact Uses", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifactVersions", "sectionName", "MJ: Artifact Versions", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJConversationDetailRatings", "sectionName", "MJ: Conversation Detail Ratings", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJDashboardUserPreferences", "sectionName", "MJ: Dashboard User Preferences", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJDashboardUserStates", "sectionName", "MJ: Dashboard User States", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJPublicLinks", "sectionName", "MJ: Public Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJReportUserStates", "sectionName", "MJ: Report User States", "icon", "fa fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJScheduledJobRuns", "sectionName", "MJ: Scheduled Job Runs", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJScheduledJobs", "sectionName", "MJ: Scheduled Jobs", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTestRunFeedbacks", "sectionName", "MJ: Test Run Feedbacks", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTestSuiteRuns", "sectionName", "MJ: Test Suite Runs", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourceLinks", "sectionName", "Resource Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "scheduledActions", "sectionName", "Scheduled Actions", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "conversationDetails", "sectionName", "Conversation Details", "icon", "fa fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAccessControlRules", "sectionName", "MJ: Access Control Rules", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifacts", "sectionName", "MJ: Artifacts", "icon", "fa fa-file", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJCollectionPermissions", "sectionName", "MJ: Collection Permissions", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTestRuns", "sectionName", "MJ: Test Runs", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourcePermissions", "sectionName", "Resource Permissions", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAIAgentPermissions", "sectionName", "MJ: AI Agent Permissions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAIAgentRuns", "sectionName", "MJ: AI Agent Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJCollections", "sectionName", "MJ: Collections", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIAgents", "sectionName", "AI Agents", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function UserFormComponent_Template(rf, ctx) { if (rf & 1) {
731
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserFormComponent, selectors: [["gen-user-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 155, vars: 352, 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"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "actions", "sectionName", "Actions", "icon", "fa-solid fa-bolt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "auditLogs", "sectionName", "Audit Logs", "icon", "fa-solid fa-fingerprint", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "communicationRuns", "sectionName", "Communication Runs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "companyIntegrationRuns", "sectionName", "Company Integration Runs", "icon", "fa fa-briefcase", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dashboardCategories", "sectionName", "Dashboard Categories", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dashboards", "sectionName", "Dashboards", "icon", "fa-solid fa-table-columns", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dataContexts", "sectionName", "Data Contexts", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "duplicateRuns", "sectionName", "Duplicate Runs", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "lists", "sectionName", "Lists", "icon", "fa fa-list-ul", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "queryCategories", "sectionName", "Query Categories", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recommendationRuns", "sectionName", "Recommendation Runs", "icon", "fa fa-rocket", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordChangeReplayRuns", "sectionName", "Record Change Replay Runs", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordChanges", "sectionName", "Record Changes", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordMergeLogs", "sectionName", "Record Merge Logs", "icon", "fa fa-clone", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "reportCategories", "sectionName", "Report Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "reportSnapshots", "sectionName", "Report Snapshots", "icon", "fa fa-camera", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "reports", "sectionName", "Reports", "icon", "fa-solid fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "templateCategories", "sectionName", "Template Categories", "icon", "fa fa-tags", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "templates", "sectionName", "Templates", "icon", "fa-regular fa-rectangle-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userApplications", "sectionName", "User Applications", "icon", "fa fa-th", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userFavorites", "sectionName", "User Favorites", "icon", "fa fa-star", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userNotifications", "sectionName", "User Notifications", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userRecordLogs", "sectionName", "User Record Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "roles", "sectionName", "Roles", "icon", "fa fa-user-shield", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViewCategories", "sectionName", "User View Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViewRuns", "sectionName", "User View Runs", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViews", "sectionName", "User Views", "icon", "fa-solid fa-table-cells", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "workspaces", "sectionName", "Workspaces", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AI Agent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIAgentRequests", "sectionName", "AI Agent Requests", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "listCategories", "sectionName", "List Categories", "icon", "fa fa-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifactPermissions", "sectionName", "MJ: Artifact Permissions", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifactUses", "sectionName", "MJ: Artifact Uses", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifactVersions", "sectionName", "MJ: Artifact Versions", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJConversationDetailRatings", "sectionName", "MJ: Conversation Detail Ratings", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJDashboardUserPreferences", "sectionName", "MJ: Dashboard User Preferences", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJDashboardUserStates", "sectionName", "MJ: Dashboard User States", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJPublicLinks", "sectionName", "MJ: Public Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJReportUserStates", "sectionName", "MJ: Report User States", "icon", "fa fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJScheduledJobRuns", "sectionName", "MJ: Scheduled Job Runs", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJScheduledJobs", "sectionName", "MJ: Scheduled Jobs", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTestRunFeedbacks", "sectionName", "MJ: Test Run Feedbacks", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTestSuiteRuns", "sectionName", "MJ: Test Suite Runs", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJUserSettings", "sectionName", "MJ: User Settings", "icon", "fa fa-sliders-h", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourceLinks", "sectionName", "Resource Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "scheduledActions", "sectionName", "Scheduled Actions", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "conversationDetails", "sectionName", "Conversation Details", "icon", "fa fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAccessControlRules", "sectionName", "MJ: Access Control Rules", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJArtifacts", "sectionName", "MJ: Artifacts", "icon", "fa fa-file", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJCollectionPermissions", "sectionName", "MJ: Collection Permissions", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTestRuns", "sectionName", "MJ: Test Runs", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourcePermissions", "sectionName", "Resource Permissions", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAIAgentPermissions", "sectionName", "MJ: AI Agent Permissions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAIAgentRuns", "sectionName", "MJ: AI Agent Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJCollections", "sectionName", "MJ: Collections", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIAgents", "sectionName", "AI Agents", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function UserFormComponent_Template(rf, ctx) { if (rf & 1) {
721
732
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
722
733
  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);
723
734
  i0.ɵɵelementEnd();
@@ -874,28 +885,28 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
874
885
  i0.ɵɵelementStart(119, "mj-collapsible-panel", 74);
875
886
  i0.ɵɵtemplate(120, UserFormComponent_div_120_Template, 2, 4, "div", 28);
876
887
  i0.ɵɵelementEnd();
877
- i0.ɵɵelementStart(121, "mj-collapsible-panel", 59);
888
+ i0.ɵɵelementStart(121, "mj-collapsible-panel", 75);
878
889
  i0.ɵɵtemplate(122, UserFormComponent_div_122_Template, 2, 4, "div", 28);
879
890
  i0.ɵɵelementEnd();
880
- i0.ɵɵelementStart(123, "mj-collapsible-panel", 75);
891
+ i0.ɵɵelementStart(123, "mj-collapsible-panel", 59);
881
892
  i0.ɵɵtemplate(124, UserFormComponent_div_124_Template, 2, 4, "div", 28);
882
893
  i0.ɵɵelementEnd();
883
894
  i0.ɵɵelementStart(125, "mj-collapsible-panel", 76);
884
895
  i0.ɵɵtemplate(126, UserFormComponent_div_126_Template, 2, 4, "div", 28);
885
896
  i0.ɵɵelementEnd();
886
- i0.ɵɵelementStart(127, "mj-collapsible-panel", 61);
897
+ i0.ɵɵelementStart(127, "mj-collapsible-panel", 77);
887
898
  i0.ɵɵtemplate(128, UserFormComponent_div_128_Template, 2, 4, "div", 28);
888
899
  i0.ɵɵelementEnd();
889
- i0.ɵɵelementStart(129, "mj-collapsible-panel", 77);
900
+ i0.ɵɵelementStart(129, "mj-collapsible-panel", 61);
890
901
  i0.ɵɵtemplate(130, UserFormComponent_div_130_Template, 2, 4, "div", 28);
891
902
  i0.ɵɵelementEnd();
892
903
  i0.ɵɵelementStart(131, "mj-collapsible-panel", 78);
893
904
  i0.ɵɵtemplate(132, UserFormComponent_div_132_Template, 2, 4, "div", 28);
894
905
  i0.ɵɵelementEnd();
895
- i0.ɵɵelementStart(133, "mj-collapsible-panel", 70);
906
+ i0.ɵɵelementStart(133, "mj-collapsible-panel", 79);
896
907
  i0.ɵɵtemplate(134, UserFormComponent_div_134_Template, 2, 4, "div", 28);
897
908
  i0.ɵɵelementEnd();
898
- i0.ɵɵelementStart(135, "mj-collapsible-panel", 79);
909
+ i0.ɵɵelementStart(135, "mj-collapsible-panel", 70);
899
910
  i0.ɵɵtemplate(136, UserFormComponent_div_136_Template, 2, 4, "div", 28);
900
911
  i0.ɵɵelementEnd();
901
912
  i0.ɵɵelementStart(137, "mj-collapsible-panel", 80);
@@ -907,10 +918,10 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
907
918
  i0.ɵɵelementStart(141, "mj-collapsible-panel", 82);
908
919
  i0.ɵɵtemplate(142, UserFormComponent_div_142_Template, 2, 4, "div", 28);
909
920
  i0.ɵɵelementEnd();
910
- i0.ɵɵelementStart(143, "mj-collapsible-panel", 78);
921
+ i0.ɵɵelementStart(143, "mj-collapsible-panel", 83);
911
922
  i0.ɵɵtemplate(144, UserFormComponent_div_144_Template, 2, 4, "div", 28);
912
923
  i0.ɵɵelementEnd();
913
- i0.ɵɵelementStart(145, "mj-collapsible-panel", 83);
924
+ i0.ɵɵelementStart(145, "mj-collapsible-panel", 79);
914
925
  i0.ɵɵtemplate(146, UserFormComponent_div_146_Template, 2, 4, "div", 28);
915
926
  i0.ɵɵelementEnd();
916
927
  i0.ɵɵelementStart(147, "mj-collapsible-panel", 84);
@@ -921,6 +932,9 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
921
932
  i0.ɵɵelementEnd();
922
933
  i0.ɵɵelementStart(151, "mj-collapsible-panel", 86);
923
934
  i0.ɵɵtemplate(152, UserFormComponent_div_152_Template, 2, 4, "div", 28);
935
+ i0.ɵɵelementEnd();
936
+ i0.ɵɵelementStart(153, "mj-collapsible-panel", 87);
937
+ i0.ɵɵtemplate(154, UserFormComponent_div_154_Template, 2, 4, "div", 28);
924
938
  i0.ɵɵelementEnd()();
925
939
  } if (rf & 2) {
926
940
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -1157,6 +1171,10 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
1157
1171
  i0.ɵɵadvance();
1158
1172
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
1159
1173
  i0.ɵɵadvance();
1174
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJUserSettings"));
1175
+ i0.ɵɵadvance();
1176
+ i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
1177
+ i0.ɵɵadvance();
1160
1178
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("resourceLinks"));
1161
1179
  i0.ɵɵadvance();
1162
1180
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
@@ -1236,7 +1254,7 @@ UserFormComponent = __decorate([
1236
1254
  export { UserFormComponent };
1237
1255
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserFormComponent, [{
1238
1256
  type: Component,
1239
- 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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('actionExecutionLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('actionExecutionLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','CodeApprovedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsSectionExpanded('actions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('actions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Runs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('communicationRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Runs')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('companyIntegrationRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboard Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboard Categories')\"\n [AllowLoad]=\"IsSectionExpanded('dashboardCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dashboardCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Contexts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Data Contexts')\"\n [AllowLoad]=\"IsSectionExpanded('dataContexts')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dataContexts', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','StartedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recommendationRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Change Replay Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Change Replay Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recordChangeReplayRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordChangeReplayRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','InitiatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Categories')\"\n [AllowLoad]=\"IsSectionExpanded('reportCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('reportCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Snapshots','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Snapshots')\"\n [AllowLoad]=\"IsSectionExpanded('reportSnapshots')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('reportSnapshots', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Template Categories')\"\n [AllowLoad]=\"IsSectionExpanded('templateCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('templateCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Templates','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Templates')\"\n [AllowLoad]=\"IsSectionExpanded('templates')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('templates', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Applications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Applications')\"\n [AllowLoad]=\"IsSectionExpanded('userApplications')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userApplications', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Roles','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Roles')\"\n [AllowLoad]=\"IsSectionExpanded('roles')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('roles', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Runs')\"\n [AllowLoad]=\"IsSectionExpanded('userViewRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViewRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspaces','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Workspaces')\"\n [AllowLoad]=\"IsSectionExpanded('workspaces')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('workspaces', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','ResponseByUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('List Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('List Categories')\"\n [AllowLoad]=\"IsSectionExpanded('listCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('listCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Uses','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Uses')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactUses')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactUses', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactVersions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactVersions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Ratings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Ratings')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailRatings')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJConversationDetailRatings', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserPreferences')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJDashboardUserPreferences', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserStates')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJDashboardUserStates', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Public Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Public Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJPublicLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJPublicLinks', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Report User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Report User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJReportUserStates')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJReportUserStates', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Job Runs','ExecutedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Job Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJScheduledJobRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','NotifyUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-user-view-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-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRunFeedbacks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Run Feedbacks','ReviewerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Run Feedbacks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRunFeedbacks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTestRunFeedbacks', $event.totalRowCount)\"\n >\n </mj-user-view-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-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestSuiteRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Suite Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Suite Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestSuiteRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTestSuiteRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsSectionExpanded('scheduledActions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('scheduledActions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','RequestForUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','GrantedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-user-view-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-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','OwnerID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
1257
+ 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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('actionExecutionLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('actionExecutionLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','CodeApprovedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsSectionExpanded('actions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('actions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Runs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('communicationRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Runs')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('companyIntegrationRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboard Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboard Categories')\"\n [AllowLoad]=\"IsSectionExpanded('dashboardCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dashboardCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Contexts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Data Contexts')\"\n [AllowLoad]=\"IsSectionExpanded('dataContexts')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dataContexts', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','StartedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recommendationRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Change Replay Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Change Replay Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recordChangeReplayRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordChangeReplayRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','InitiatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Categories')\"\n [AllowLoad]=\"IsSectionExpanded('reportCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('reportCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Snapshots','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Snapshots')\"\n [AllowLoad]=\"IsSectionExpanded('reportSnapshots')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('reportSnapshots', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Template Categories')\"\n [AllowLoad]=\"IsSectionExpanded('templateCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('templateCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Templates','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Templates')\"\n [AllowLoad]=\"IsSectionExpanded('templates')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('templates', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Applications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Applications')\"\n [AllowLoad]=\"IsSectionExpanded('userApplications')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userApplications', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Roles','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Roles')\"\n [AllowLoad]=\"IsSectionExpanded('roles')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('roles', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Runs')\"\n [AllowLoad]=\"IsSectionExpanded('userViewRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViewRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspaces','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Workspaces')\"\n [AllowLoad]=\"IsSectionExpanded('workspaces')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('workspaces', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','ResponseByUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('List Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('List Categories')\"\n [AllowLoad]=\"IsSectionExpanded('listCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('listCategories', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Uses','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Uses')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactUses')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactUses', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactVersions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactVersions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Ratings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Ratings')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailRatings')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJConversationDetailRatings', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserPreferences')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJDashboardUserPreferences', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserStates')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJDashboardUserStates', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Public Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Public Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJPublicLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJPublicLinks', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Report User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Report User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJReportUserStates')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJReportUserStates', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Job Runs','ExecutedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Job Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJScheduledJobRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','NotifyUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-user-view-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-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRunFeedbacks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Run Feedbacks','ReviewerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Run Feedbacks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRunFeedbacks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTestRunFeedbacks', $event.totalRowCount)\"\n >\n </mj-user-view-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-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestSuiteRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Suite Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Suite Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestSuiteRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTestSuiteRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Settings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Settings')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserSettings')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJUserSettings', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsSectionExpanded('scheduledActions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('scheduledActions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','RequestForUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','GrantedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-user-view-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-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','OwnerID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-user-view-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 <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
1240
1258
  }], null, null); })();
1241
1259
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserFormComponent, { className: "UserFormComponent", filePath: "src/lib/generated/Entities/User/user.form.component.ts", lineNumber: 12 }); })();
1242
1260
  export function LoadUserFormComponent() {