@memberjunction/ng-core-entity-forms 5.27.1 → 5.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/custom/Queries/query-form.component.d.ts +11 -1
- package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +669 -414
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +151 -157
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js +123 -0
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.js +87 -0
- package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js +109 -0
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.js +83 -0
- package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +39 -37
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js +10 -10
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +104 -68
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +35 -17
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js +24 -6
- package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.js +55 -0
- package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js +40 -10
- package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +30 -30
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +235 -181
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +251 -246
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +147 -132
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +34 -34
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
import * as i1 from "@memberjunction/ng-base-forms";
|
|
12
12
|
function MJEntityFormComponent_Conditional_80_Template(rf, ctx) { if (rf & 1) {
|
|
13
13
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
14
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
15
15
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_80_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_80_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityFieldsEntityID", $event.totalRowCount)); });
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
@@ -21,7 +21,7 @@ function MJEntityFormComponent_Conditional_80_Template(rf, ctx) { if (rf & 1) {
|
|
|
21
21
|
} }
|
|
22
22
|
function MJEntityFormComponent_Conditional_82_Template(rf, ctx) { if (rf & 1) {
|
|
23
23
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
24
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
24
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
25
25
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_82_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_82_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityPermissions", $event.totalRowCount)); });
|
|
26
26
|
i0.ɵɵelementEnd()();
|
|
27
27
|
} if (rf & 2) {
|
|
@@ -31,7 +31,7 @@ function MJEntityFormComponent_Conditional_82_Template(rf, ctx) { if (rf & 1) {
|
|
|
31
31
|
} }
|
|
32
32
|
function MJEntityFormComponent_Conditional_84_Template(rf, ctx) { if (rf & 1) {
|
|
33
33
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
34
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
34
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
35
35
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_84_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_84_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityRelationshipsEntityID", $event.totalRowCount)); });
|
|
36
36
|
i0.ɵɵelementEnd()();
|
|
37
37
|
} if (rf & 2) {
|
|
@@ -41,7 +41,7 @@ function MJEntityFormComponent_Conditional_84_Template(rf, ctx) { if (rf & 1) {
|
|
|
41
41
|
} }
|
|
42
42
|
function MJEntityFormComponent_Conditional_86_Template(rf, ctx) { if (rf & 1) {
|
|
43
43
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
44
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
44
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
45
45
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_86_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_86_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityAIActionsOutputEntityID", $event.totalRowCount)); });
|
|
46
46
|
i0.ɵɵelementEnd()();
|
|
47
47
|
} if (rf & 2) {
|
|
@@ -51,7 +51,7 @@ function MJEntityFormComponent_Conditional_86_Template(rf, ctx) { if (rf & 1) {
|
|
|
51
51
|
} }
|
|
52
52
|
function MJEntityFormComponent_Conditional_88_Template(rf, ctx) { if (rf & 1) {
|
|
53
53
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
54
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
54
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
55
55
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_88_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_88_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserRecordLogs", $event.totalRowCount)); });
|
|
56
56
|
i0.ɵɵelementEnd()();
|
|
57
57
|
} if (rf & 2) {
|
|
@@ -61,7 +61,7 @@ function MJEntityFormComponent_Conditional_88_Template(rf, ctx) { if (rf & 1) {
|
|
|
61
61
|
} }
|
|
62
62
|
function MJEntityFormComponent_Conditional_90_Template(rf, ctx) { if (rf & 1) {
|
|
63
63
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
64
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
64
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
65
65
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_90_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_90_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJIntegrationURLFormats", $event.totalRowCount)); });
|
|
66
66
|
i0.ɵɵelementEnd()();
|
|
67
67
|
} if (rf & 2) {
|
|
@@ -71,7 +71,7 @@ function MJEntityFormComponent_Conditional_90_Template(rf, ctx) { if (rf & 1) {
|
|
|
71
71
|
} }
|
|
72
72
|
function MJEntityFormComponent_Conditional_92_Template(rf, ctx) { if (rf & 1) {
|
|
73
73
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
74
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
74
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
75
75
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_92_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_92_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntities", $event.totalRowCount)); });
|
|
76
76
|
i0.ɵɵelementEnd()();
|
|
77
77
|
} if (rf & 2) {
|
|
@@ -81,7 +81,7 @@ function MJEntityFormComponent_Conditional_92_Template(rf, ctx) { if (rf & 1) {
|
|
|
81
81
|
} }
|
|
82
82
|
function MJEntityFormComponent_Conditional_94_Template(rf, ctx) { if (rf & 1) {
|
|
83
83
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
84
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
84
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
85
85
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_94_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_94_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserFavorites", $event.totalRowCount)); });
|
|
86
86
|
i0.ɵɵelementEnd()();
|
|
87
87
|
} if (rf & 2) {
|
|
@@ -91,7 +91,7 @@ function MJEntityFormComponent_Conditional_94_Template(rf, ctx) { if (rf & 1) {
|
|
|
91
91
|
} }
|
|
92
92
|
function MJEntityFormComponent_Conditional_96_Template(rf, ctx) { if (rf & 1) {
|
|
93
93
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
94
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
94
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
95
95
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_96_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_96_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCompanyIntegrationRunDetails", $event.totalRowCount)); });
|
|
96
96
|
i0.ɵɵelementEnd()();
|
|
97
97
|
} if (rf & 2) {
|
|
@@ -101,7 +101,7 @@ function MJEntityFormComponent_Conditional_96_Template(rf, ctx) { if (rf & 1) {
|
|
|
101
101
|
} }
|
|
102
102
|
function MJEntityFormComponent_Conditional_98_Template(rf, ctx) { if (rf & 1) {
|
|
103
103
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
104
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
104
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
105
105
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_98_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_98_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJApplicationEntities", $event.totalRowCount)); });
|
|
106
106
|
i0.ɵɵelementEnd()();
|
|
107
107
|
} if (rf & 2) {
|
|
@@ -111,7 +111,7 @@ function MJEntityFormComponent_Conditional_98_Template(rf, ctx) { if (rf & 1) {
|
|
|
111
111
|
} }
|
|
112
112
|
function MJEntityFormComponent_Conditional_100_Template(rf, ctx) { if (rf & 1) {
|
|
113
113
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
114
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
114
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
115
115
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_100_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_100_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserApplicationEntities", $event.totalRowCount)); });
|
|
116
116
|
i0.ɵɵelementEnd()();
|
|
117
117
|
} if (rf & 2) {
|
|
@@ -121,7 +121,7 @@ function MJEntityFormComponent_Conditional_100_Template(rf, ctx) { if (rf & 1) {
|
|
|
121
121
|
} }
|
|
122
122
|
function MJEntityFormComponent_Conditional_102_Template(rf, ctx) { if (rf & 1) {
|
|
123
123
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
124
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
124
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
125
125
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_102_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_102_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJLists", $event.totalRowCount)); });
|
|
126
126
|
i0.ɵɵelementEnd()();
|
|
127
127
|
} if (rf & 2) {
|
|
@@ -131,7 +131,7 @@ function MJEntityFormComponent_Conditional_102_Template(rf, ctx) { if (rf & 1) {
|
|
|
131
131
|
} }
|
|
132
132
|
function MJEntityFormComponent_Conditional_104_Template(rf, ctx) { if (rf & 1) {
|
|
133
133
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
134
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
134
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
135
135
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_104_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_104_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserViews", $event.totalRowCount)); });
|
|
136
136
|
i0.ɵɵelementEnd()();
|
|
137
137
|
} if (rf & 2) {
|
|
@@ -141,7 +141,7 @@ function MJEntityFormComponent_Conditional_104_Template(rf, ctx) { if (rf & 1) {
|
|
|
141
141
|
} }
|
|
142
142
|
function MJEntityFormComponent_Conditional_106_Template(rf, ctx) { if (rf & 1) {
|
|
143
143
|
const _r15 = i0.ɵɵgetCurrentView();
|
|
144
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
144
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
145
145
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_106_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_106_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecordChanges", $event.totalRowCount)); });
|
|
146
146
|
i0.ɵɵelementEnd()();
|
|
147
147
|
} if (rf & 2) {
|
|
@@ -151,7 +151,7 @@ function MJEntityFormComponent_Conditional_106_Template(rf, ctx) { if (rf & 1) {
|
|
|
151
151
|
} }
|
|
152
152
|
function MJEntityFormComponent_Conditional_108_Template(rf, ctx) { if (rf & 1) {
|
|
153
153
|
const _r16 = i0.ɵɵgetCurrentView();
|
|
154
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
154
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
155
155
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_108_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_108_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAuditLogs", $event.totalRowCount)); });
|
|
156
156
|
i0.ɵɵelementEnd()();
|
|
157
157
|
} if (rf & 2) {
|
|
@@ -161,7 +161,7 @@ function MJEntityFormComponent_Conditional_108_Template(rf, ctx) { if (rf & 1) {
|
|
|
161
161
|
} }
|
|
162
162
|
function MJEntityFormComponent_Conditional_110_Template(rf, ctx) { if (rf & 1) {
|
|
163
163
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
164
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
164
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
165
165
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_110_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_110_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJResourceTypesEntityID", $event.totalRowCount)); });
|
|
166
166
|
i0.ɵɵelementEnd()();
|
|
167
167
|
} if (rf & 2) {
|
|
@@ -171,7 +171,7 @@ function MJEntityFormComponent_Conditional_110_Template(rf, ctx) { if (rf & 1) {
|
|
|
171
171
|
} }
|
|
172
172
|
function MJEntityFormComponent_Conditional_112_Template(rf, ctx) { if (rf & 1) {
|
|
173
173
|
const _r18 = i0.ɵɵgetCurrentView();
|
|
174
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
174
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
175
175
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_112_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_112_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTaggedItems", $event.totalRowCount)); });
|
|
176
176
|
i0.ɵɵelementEnd()();
|
|
177
177
|
} if (rf & 2) {
|
|
@@ -181,7 +181,7 @@ function MJEntityFormComponent_Conditional_112_Template(rf, ctx) { if (rf & 1) {
|
|
|
181
181
|
} }
|
|
182
182
|
function MJEntityFormComponent_Conditional_114_Template(rf, ctx) { if (rf & 1) {
|
|
183
183
|
const _r19 = i0.ɵɵgetCurrentView();
|
|
184
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
184
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
185
185
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_114_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_114_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDatasetItems", $event.totalRowCount)); });
|
|
186
186
|
i0.ɵɵelementEnd()();
|
|
187
187
|
} if (rf & 2) {
|
|
@@ -191,7 +191,7 @@ function MJEntityFormComponent_Conditional_114_Template(rf, ctx) { if (rf & 1) {
|
|
|
191
191
|
} }
|
|
192
192
|
function MJEntityFormComponent_Conditional_116_Template(rf, ctx) { if (rf & 1) {
|
|
193
193
|
const _r20 = i0.ɵɵgetCurrentView();
|
|
194
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
194
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
195
195
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_116_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_116_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCompanyIntegrationRecordMaps", $event.totalRowCount)); });
|
|
196
196
|
i0.ɵɵelementEnd()();
|
|
197
197
|
} if (rf & 2) {
|
|
@@ -201,7 +201,7 @@ function MJEntityFormComponent_Conditional_116_Template(rf, ctx) { if (rf & 1) {
|
|
|
201
201
|
} }
|
|
202
202
|
function MJEntityFormComponent_Conditional_118_Template(rf, ctx) { if (rf & 1) {
|
|
203
203
|
const _r21 = i0.ɵɵgetCurrentView();
|
|
204
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
204
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
205
205
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_118_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_118_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecordMergeLogs", $event.totalRowCount)); });
|
|
206
206
|
i0.ɵɵelementEnd()();
|
|
207
207
|
} if (rf & 2) {
|
|
@@ -211,7 +211,7 @@ function MJEntityFormComponent_Conditional_118_Template(rf, ctx) { if (rf & 1) {
|
|
|
211
211
|
} }
|
|
212
212
|
function MJEntityFormComponent_Conditional_120_Template(rf, ctx) { if (rf & 1) {
|
|
213
213
|
const _r22 = i0.ɵɵgetCurrentView();
|
|
214
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
214
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
215
215
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_120_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_120_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJQueryFields", $event.totalRowCount)); });
|
|
216
216
|
i0.ɵɵelementEnd()();
|
|
217
217
|
} if (rf & 2) {
|
|
@@ -221,7 +221,7 @@ function MJEntityFormComponent_Conditional_120_Template(rf, ctx) { if (rf & 1) {
|
|
|
221
221
|
} }
|
|
222
222
|
function MJEntityFormComponent_Conditional_122_Template(rf, ctx) { if (rf & 1) {
|
|
223
223
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
224
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
224
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
225
225
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_122_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_122_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJConversations", $event.totalRowCount)); });
|
|
226
226
|
i0.ɵɵelementEnd()();
|
|
227
227
|
} if (rf & 2) {
|
|
@@ -231,7 +231,7 @@ function MJEntityFormComponent_Conditional_122_Template(rf, ctx) { if (rf & 1) {
|
|
|
231
231
|
} }
|
|
232
232
|
function MJEntityFormComponent_Conditional_124_Template(rf, ctx) { if (rf & 1) {
|
|
233
233
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
234
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
234
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
235
235
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_124_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_124_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityDocuments", $event.totalRowCount)); });
|
|
236
236
|
i0.ɵɵelementEnd()();
|
|
237
237
|
} if (rf & 2) {
|
|
@@ -241,7 +241,7 @@ function MJEntityFormComponent_Conditional_124_Template(rf, ctx) { if (rf & 1) {
|
|
|
241
241
|
} }
|
|
242
242
|
function MJEntityFormComponent_Conditional_126_Template(rf, ctx) { if (rf & 1) {
|
|
243
243
|
const _r25 = i0.ɵɵgetCurrentView();
|
|
244
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
244
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
245
245
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_126_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_126_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDataContextItems", $event.totalRowCount)); });
|
|
246
246
|
i0.ɵɵelementEnd()();
|
|
247
247
|
} if (rf & 2) {
|
|
@@ -251,7 +251,7 @@ function MJEntityFormComponent_Conditional_126_Template(rf, ctx) { if (rf & 1) {
|
|
|
251
251
|
} }
|
|
252
252
|
function MJEntityFormComponent_Conditional_128_Template(rf, ctx) { if (rf & 1) {
|
|
253
253
|
const _r26 = i0.ɵɵgetCurrentView();
|
|
254
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
254
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
255
255
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_128_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_128_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUsers", $event.totalRowCount)); });
|
|
256
256
|
i0.ɵɵelementEnd()();
|
|
257
257
|
} if (rf & 2) {
|
|
@@ -261,7 +261,7 @@ function MJEntityFormComponent_Conditional_128_Template(rf, ctx) { if (rf & 1) {
|
|
|
261
261
|
} }
|
|
262
262
|
function MJEntityFormComponent_Conditional_130_Template(rf, ctx) { if (rf & 1) {
|
|
263
263
|
const _r27 = i0.ɵɵgetCurrentView();
|
|
264
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
264
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
265
265
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_130_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_130_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityRecordDocuments", $event.totalRowCount)); });
|
|
266
266
|
i0.ɵɵelementEnd()();
|
|
267
267
|
} if (rf & 2) {
|
|
@@ -271,7 +271,7 @@ function MJEntityFormComponent_Conditional_130_Template(rf, ctx) { if (rf & 1) {
|
|
|
271
271
|
} }
|
|
272
272
|
function MJEntityFormComponent_Conditional_132_Template(rf, ctx) { if (rf & 1) {
|
|
273
273
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
274
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
274
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
275
275
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_132_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_132_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJFileEntityRecordLinks", $event.totalRowCount)); });
|
|
276
276
|
i0.ɵɵelementEnd()();
|
|
277
277
|
} if (rf & 2) {
|
|
@@ -281,7 +281,7 @@ function MJEntityFormComponent_Conditional_132_Template(rf, ctx) { if (rf & 1) {
|
|
|
281
281
|
} }
|
|
282
282
|
function MJEntityFormComponent_Conditional_134_Template(rf, ctx) { if (rf & 1) {
|
|
283
283
|
const _r29 = i0.ɵɵgetCurrentView();
|
|
284
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
284
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
285
285
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_134_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_134_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserViewCategories", $event.totalRowCount)); });
|
|
286
286
|
i0.ɵɵelementEnd()();
|
|
287
287
|
} if (rf & 2) {
|
|
@@ -291,7 +291,7 @@ function MJEntityFormComponent_Conditional_134_Template(rf, ctx) { if (rf & 1) {
|
|
|
291
291
|
} }
|
|
292
292
|
function MJEntityFormComponent_Conditional_136_Template(rf, ctx) { if (rf & 1) {
|
|
293
293
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
294
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
294
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
295
295
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_136_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_136_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntitySettings", $event.totalRowCount)); });
|
|
296
296
|
i0.ɵɵelementEnd()();
|
|
297
297
|
} if (rf & 2) {
|
|
@@ -301,7 +301,7 @@ function MJEntityFormComponent_Conditional_136_Template(rf, ctx) { if (rf & 1) {
|
|
|
301
301
|
} }
|
|
302
302
|
function MJEntityFormComponent_Conditional_138_Template(rf, ctx) { if (rf & 1) {
|
|
303
303
|
const _r31 = i0.ɵɵgetCurrentView();
|
|
304
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
304
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
305
305
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_138_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r31); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_138_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r31); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDuplicateRuns", $event.totalRowCount)); });
|
|
306
306
|
i0.ɵɵelementEnd()();
|
|
307
307
|
} if (rf & 2) {
|
|
@@ -311,7 +311,7 @@ function MJEntityFormComponent_Conditional_138_Template(rf, ctx) { if (rf & 1) {
|
|
|
311
311
|
} }
|
|
312
312
|
function MJEntityFormComponent_Conditional_140_Template(rf, ctx) { if (rf & 1) {
|
|
313
313
|
const _r32 = i0.ɵɵgetCurrentView();
|
|
314
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
314
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
315
315
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_140_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_140_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityActions", $event.totalRowCount)); });
|
|
316
316
|
i0.ɵɵelementEnd()();
|
|
317
317
|
} if (rf & 2) {
|
|
@@ -321,7 +321,7 @@ function MJEntityFormComponent_Conditional_140_Template(rf, ctx) { if (rf & 1) {
|
|
|
321
321
|
} }
|
|
322
322
|
function MJEntityFormComponent_Conditional_142_Template(rf, ctx) { if (rf & 1) {
|
|
323
323
|
const _r33 = i0.ɵɵgetCurrentView();
|
|
324
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
324
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
325
325
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_142_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_142_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTemplateParams", $event.totalRowCount)); });
|
|
326
326
|
i0.ɵɵelementEnd()();
|
|
327
327
|
} if (rf & 2) {
|
|
@@ -331,7 +331,7 @@ function MJEntityFormComponent_Conditional_142_Template(rf, ctx) { if (rf & 1) {
|
|
|
331
331
|
} }
|
|
332
332
|
function MJEntityFormComponent_Conditional_144_Template(rf, ctx) { if (rf & 1) {
|
|
333
333
|
const _r34 = i0.ɵɵgetCurrentView();
|
|
334
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
334
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
335
335
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_144_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_144_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecommendations", $event.totalRowCount)); });
|
|
336
336
|
i0.ɵɵelementEnd()();
|
|
337
337
|
} if (rf & 2) {
|
|
@@ -341,7 +341,7 @@ function MJEntityFormComponent_Conditional_144_Template(rf, ctx) { if (rf & 1) {
|
|
|
341
341
|
} }
|
|
342
342
|
function MJEntityFormComponent_Conditional_146_Template(rf, ctx) { if (rf & 1) {
|
|
343
343
|
const _r35 = i0.ɵɵgetCurrentView();
|
|
344
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
344
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
345
345
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_146_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r35); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_146_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r35); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecommendationItems", $event.totalRowCount)); });
|
|
346
346
|
i0.ɵɵelementEnd()();
|
|
347
347
|
} if (rf & 2) {
|
|
@@ -351,7 +351,7 @@ function MJEntityFormComponent_Conditional_146_Template(rf, ctx) { if (rf & 1) {
|
|
|
351
351
|
} }
|
|
352
352
|
function MJEntityFormComponent_Conditional_148_Template(rf, ctx) { if (rf & 1) {
|
|
353
353
|
const _r36 = i0.ɵɵgetCurrentView();
|
|
354
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
354
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
355
355
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_148_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_148_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityCommunicationMessageTypes", $event.totalRowCount)); });
|
|
356
356
|
i0.ɵɵelementEnd()();
|
|
357
357
|
} if (rf & 2) {
|
|
@@ -361,7 +361,7 @@ function MJEntityFormComponent_Conditional_148_Template(rf, ctx) { if (rf & 1) {
|
|
|
361
361
|
} }
|
|
362
362
|
function MJEntityFormComponent_Conditional_150_Template(rf, ctx) { if (rf & 1) {
|
|
363
363
|
const _r37 = i0.ɵɵgetCurrentView();
|
|
364
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
364
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
365
365
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_150_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_150_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJQueryEntities", $event.totalRowCount)); });
|
|
366
366
|
i0.ɵɵelementEnd()();
|
|
367
367
|
} if (rf & 2) {
|
|
@@ -371,7 +371,7 @@ function MJEntityFormComponent_Conditional_150_Template(rf, ctx) { if (rf & 1) {
|
|
|
371
371
|
} }
|
|
372
372
|
function MJEntityFormComponent_Conditional_152_Template(rf, ctx) { if (rf & 1) {
|
|
373
373
|
const _r38 = i0.ɵɵgetCurrentView();
|
|
374
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
374
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
375
375
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_152_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r38); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_152_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r38); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAccessControlRules", $event.totalRowCount)); });
|
|
376
376
|
i0.ɵɵelementEnd()();
|
|
377
377
|
} if (rf & 2) {
|
|
@@ -381,7 +381,7 @@ function MJEntityFormComponent_Conditional_152_Template(rf, ctx) { if (rf & 1) {
|
|
|
381
381
|
} }
|
|
382
382
|
function MJEntityFormComponent_Conditional_154_Template(rf, ctx) { if (rf & 1) {
|
|
383
383
|
const _r39 = i0.ɵɵgetCurrentView();
|
|
384
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
384
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
385
385
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_154_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_154_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecordLinksTargetEntityID", $event.totalRowCount)); });
|
|
386
386
|
i0.ɵɵelementEnd()();
|
|
387
387
|
} if (rf & 2) {
|
|
@@ -391,7 +391,7 @@ function MJEntityFormComponent_Conditional_154_Template(rf, ctx) { if (rf & 1) {
|
|
|
391
391
|
} }
|
|
392
392
|
function MJEntityFormComponent_Conditional_156_Template(rf, ctx) { if (rf & 1) {
|
|
393
393
|
const _r40 = i0.ɵɵgetCurrentView();
|
|
394
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
394
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
395
395
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_156_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_156_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
|
|
396
396
|
i0.ɵɵelementEnd()();
|
|
397
397
|
} if (rf & 2) {
|
|
@@ -401,7 +401,7 @@ function MJEntityFormComponent_Conditional_156_Template(rf, ctx) { if (rf & 1) {
|
|
|
401
401
|
} }
|
|
402
402
|
function MJEntityFormComponent_Conditional_158_Template(rf, ctx) { if (rf & 1) {
|
|
403
403
|
const _r41 = i0.ɵɵgetCurrentView();
|
|
404
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
404
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
405
405
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_158_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_158_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentNotes", $event.totalRowCount)); });
|
|
406
406
|
i0.ɵɵelementEnd()();
|
|
407
407
|
} if (rf & 2) {
|
|
@@ -411,7 +411,7 @@ function MJEntityFormComponent_Conditional_158_Template(rf, ctx) { if (rf & 1) {
|
|
|
411
411
|
} }
|
|
412
412
|
function MJEntityFormComponent_Conditional_160_Template(rf, ctx) { if (rf & 1) {
|
|
413
413
|
const _r42 = i0.ɵɵgetCurrentView();
|
|
414
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
414
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
415
415
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_160_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_160_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJVersionLabelItems", $event.totalRowCount)); });
|
|
416
416
|
i0.ɵɵelementEnd()();
|
|
417
417
|
} if (rf & 2) {
|
|
@@ -421,7 +421,7 @@ function MJEntityFormComponent_Conditional_160_Template(rf, ctx) { if (rf & 1) {
|
|
|
421
421
|
} }
|
|
422
422
|
function MJEntityFormComponent_Conditional_162_Template(rf, ctx) { if (rf & 1) {
|
|
423
423
|
const _r43 = i0.ɵɵgetCurrentView();
|
|
424
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
424
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
425
425
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_162_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r43); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_162_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r43); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJVersionLabels", $event.totalRowCount)); });
|
|
426
426
|
i0.ɵɵelementEnd()();
|
|
427
427
|
} if (rf & 2) {
|
|
@@ -431,7 +431,7 @@ function MJEntityFormComponent_Conditional_162_Template(rf, ctx) { if (rf & 1) {
|
|
|
431
431
|
} }
|
|
432
432
|
function MJEntityFormComponent_Conditional_164_Template(rf, ctx) { if (rf & 1) {
|
|
433
433
|
const _r44 = i0.ɵɵgetCurrentView();
|
|
434
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
434
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
435
435
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_164_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_164_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityAIActionsEntityID", $event.totalRowCount)); });
|
|
436
436
|
i0.ɵɵelementEnd()();
|
|
437
437
|
} if (rf & 2) {
|
|
@@ -441,7 +441,7 @@ function MJEntityFormComponent_Conditional_164_Template(rf, ctx) { if (rf & 1) {
|
|
|
441
441
|
} }
|
|
442
442
|
function MJEntityFormComponent_Conditional_166_Template(rf, ctx) { if (rf & 1) {
|
|
443
443
|
const _r45 = i0.ɵɵgetCurrentView();
|
|
444
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
444
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
445
445
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_166_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r45); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_166_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r45); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityRelationshipsRelatedEntityID", $event.totalRowCount)); });
|
|
446
446
|
i0.ɵɵelementEnd()();
|
|
447
447
|
} if (rf & 2) {
|
|
@@ -451,7 +451,7 @@ function MJEntityFormComponent_Conditional_166_Template(rf, ctx) { if (rf & 1) {
|
|
|
451
451
|
} }
|
|
452
452
|
function MJEntityFormComponent_Conditional_168_Template(rf, ctx) { if (rf & 1) {
|
|
453
453
|
const _r46 = i0.ɵɵgetCurrentView();
|
|
454
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
454
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
455
455
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_168_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r46); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_168_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r46); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityOrganicKeyRelatedEntities", $event.totalRowCount)); });
|
|
456
456
|
i0.ɵɵelementEnd()();
|
|
457
457
|
} if (rf & 2) {
|
|
@@ -461,7 +461,7 @@ function MJEntityFormComponent_Conditional_168_Template(rf, ctx) { if (rf & 1) {
|
|
|
461
461
|
} }
|
|
462
462
|
function MJEntityFormComponent_Conditional_170_Template(rf, ctx) { if (rf & 1) {
|
|
463
463
|
const _r47 = i0.ɵɵgetCurrentView();
|
|
464
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
464
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
465
465
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_170_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_170_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityOrganicKeys", $event.totalRowCount)); });
|
|
466
466
|
i0.ɵɵelementEnd()();
|
|
467
467
|
} if (rf & 2) {
|
|
@@ -471,7 +471,7 @@ function MJEntityFormComponent_Conditional_170_Template(rf, ctx) { if (rf & 1) {
|
|
|
471
471
|
} }
|
|
472
472
|
function MJEntityFormComponent_Conditional_172_Template(rf, ctx) { if (rf & 1) {
|
|
473
473
|
const _r48 = i0.ɵɵgetCurrentView();
|
|
474
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
474
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
475
475
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_172_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_172_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecordGeoCodes", $event.totalRowCount)); });
|
|
476
476
|
i0.ɵɵelementEnd()();
|
|
477
477
|
} if (rf & 2) {
|
|
@@ -481,7 +481,7 @@ function MJEntityFormComponent_Conditional_172_Template(rf, ctx) { if (rf & 1) {
|
|
|
481
481
|
} }
|
|
482
482
|
function MJEntityFormComponent_Conditional_174_Template(rf, ctx) { if (rf & 1) {
|
|
483
483
|
const _r49 = i0.ɵɵgetCurrentView();
|
|
484
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
484
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
485
485
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_174_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_174_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJGeneratedCodes", $event.totalRowCount)); });
|
|
486
486
|
i0.ɵɵelementEnd()();
|
|
487
487
|
} if (rf & 2) {
|
|
@@ -491,7 +491,7 @@ function MJEntityFormComponent_Conditional_174_Template(rf, ctx) { if (rf & 1) {
|
|
|
491
491
|
} }
|
|
492
492
|
function MJEntityFormComponent_Conditional_176_Template(rf, ctx) { if (rf & 1) {
|
|
493
493
|
const _r50 = i0.ɵɵgetCurrentView();
|
|
494
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
494
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
495
495
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_176_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_176_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecordLinksSourceEntityID", $event.totalRowCount)); });
|
|
496
496
|
i0.ɵɵelementEnd()();
|
|
497
497
|
} if (rf & 2) {
|
|
@@ -501,7 +501,7 @@ function MJEntityFormComponent_Conditional_176_Template(rf, ctx) { if (rf & 1) {
|
|
|
501
501
|
} }
|
|
502
502
|
function MJEntityFormComponent_Conditional_178_Template(rf, ctx) { if (rf & 1) {
|
|
503
503
|
const _r51 = i0.ɵɵgetCurrentView();
|
|
504
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
504
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
505
505
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_178_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_178_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCompanyIntegrationEntityMaps", $event.totalRowCount)); });
|
|
506
506
|
i0.ɵɵelementEnd()();
|
|
507
507
|
} if (rf & 2) {
|
|
@@ -511,7 +511,7 @@ function MJEntityFormComponent_Conditional_178_Template(rf, ctx) { if (rf & 1) {
|
|
|
511
511
|
} }
|
|
512
512
|
function MJEntityFormComponent_Conditional_180_Template(rf, ctx) { if (rf & 1) {
|
|
513
513
|
const _r52 = i0.ɵɵgetCurrentView();
|
|
514
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
514
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
515
515
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_180_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_180_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJEntityFieldsRelatedEntityID", $event.totalRowCount)); });
|
|
516
516
|
i0.ɵɵelementEnd()();
|
|
517
517
|
} if (rf & 2) {
|
|
@@ -521,38 +521,58 @@ function MJEntityFormComponent_Conditional_180_Template(rf, ctx) { if (rf & 1) {
|
|
|
521
521
|
} }
|
|
522
522
|
function MJEntityFormComponent_Conditional_182_Template(rf, ctx) { if (rf & 1) {
|
|
523
523
|
const _r53 = i0.ɵɵgetCurrentView();
|
|
524
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
525
|
-
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_182_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_182_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("
|
|
524
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
525
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_182_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_182_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArchiveConfigurationEntities", $event.totalRowCount)); });
|
|
526
526
|
i0.ɵɵelementEnd()();
|
|
527
527
|
} if (rf & 2) {
|
|
528
528
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
529
529
|
i0.ɵɵadvance();
|
|
530
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
530
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Archive Configuration Entities", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Archive Configuration Entities"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArchiveConfigurationEntities"))("ShowToolbar", false);
|
|
531
531
|
} }
|
|
532
532
|
function MJEntityFormComponent_Conditional_184_Template(rf, ctx) { if (rf & 1) {
|
|
533
533
|
const _r54 = i0.ɵɵgetCurrentView();
|
|
534
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
535
|
-
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_184_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_184_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("
|
|
534
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
535
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_184_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_184_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArchiveRunDetails", $event.totalRowCount)); });
|
|
536
536
|
i0.ɵɵelementEnd()();
|
|
537
537
|
} if (rf & 2) {
|
|
538
538
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
539
539
|
i0.ɵɵadvance();
|
|
540
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
540
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Archive Run Details", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Archive Run Details"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArchiveRunDetails"))("ShowToolbar", false);
|
|
541
541
|
} }
|
|
542
542
|
function MJEntityFormComponent_Conditional_186_Template(rf, ctx) { if (rf & 1) {
|
|
543
543
|
const _r55 = i0.ɵɵgetCurrentView();
|
|
544
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
545
|
-
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_186_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_186_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("
|
|
544
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
545
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_186_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_186_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJResourceTypesCategoryEntityID", $event.totalRowCount)); });
|
|
546
546
|
i0.ɵɵelementEnd()();
|
|
547
547
|
} if (rf & 2) {
|
|
548
548
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
549
549
|
i0.ɵɵadvance();
|
|
550
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
550
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Resource Types", "CategoryEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Resource Types"))("AllowLoad", ctx_r1.IsSectionExpanded("mJResourceTypesCategoryEntityID"))("ShowToolbar", false);
|
|
551
551
|
} }
|
|
552
552
|
function MJEntityFormComponent_Conditional_188_Template(rf, ctx) { if (rf & 1) {
|
|
553
553
|
const _r56 = i0.ɵɵgetCurrentView();
|
|
554
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
555
|
-
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_188_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_188_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("
|
|
554
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
555
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_188_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_188_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJContentSources", $event.totalRowCount)); });
|
|
556
|
+
i0.ɵɵelementEnd()();
|
|
557
|
+
} if (rf & 2) {
|
|
558
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
559
|
+
i0.ɵɵadvance();
|
|
560
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Content Sources", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Content Sources"))("AllowLoad", ctx_r1.IsSectionExpanded("mJContentSources"))("ShowToolbar", false);
|
|
561
|
+
} }
|
|
562
|
+
function MJEntityFormComponent_Conditional_190_Template(rf, ctx) { if (rf & 1) {
|
|
563
|
+
const _r57 = i0.ɵɵgetCurrentView();
|
|
564
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
565
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_190_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_190_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
|
|
566
|
+
i0.ɵɵelementEnd()();
|
|
567
|
+
} if (rf & 2) {
|
|
568
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
569
|
+
i0.ɵɵadvance();
|
|
570
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "TargetLogEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("ShowToolbar", false);
|
|
571
|
+
} }
|
|
572
|
+
function MJEntityFormComponent_Conditional_192_Template(rf, ctx) { if (rf & 1) {
|
|
573
|
+
const _r58 = i0.ɵɵgetCurrentView();
|
|
574
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 136);
|
|
575
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_192_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJEntityFormComponent_Conditional_192_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
|
|
556
576
|
i0.ɵɵelementEnd()();
|
|
557
577
|
} if (rf & 2) {
|
|
558
578
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -622,6 +642,8 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
622
642
|
{ sectionKey: 'mJRecordLinksSourceEntityID', sectionName: 'Record Links (Source Entity ID)', isExpanded: false },
|
|
623
643
|
{ sectionKey: 'mJCompanyIntegrationEntityMaps', sectionName: 'Company Integration Entity Maps', isExpanded: false },
|
|
624
644
|
{ sectionKey: 'mJEntityFieldsRelatedEntityID', sectionName: 'Entity Fields (Related Entity)', isExpanded: false },
|
|
645
|
+
{ sectionKey: 'mJArchiveConfigurationEntities', sectionName: 'Archive Configuration Entities', isExpanded: false },
|
|
646
|
+
{ sectionKey: 'mJArchiveRunDetails', sectionName: 'Archive Run Details', isExpanded: false },
|
|
625
647
|
{ sectionKey: 'mJResourceTypesCategoryEntityID', sectionName: 'Resource Types (Category Entity ID)', isExpanded: false },
|
|
626
648
|
{ sectionKey: 'mJContentSources', sectionName: 'Content Sources', isExpanded: false },
|
|
627
649
|
{ sectionKey: 'mJTestRuns', sectionName: 'Test Runs', isExpanded: false },
|
|
@@ -629,7 +651,7 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
629
651
|
]);
|
|
630
652
|
}
|
|
631
653
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJEntityFormComponent_BaseFactory; return function MJEntityFormComponent_Factory(__ngFactoryType__) { return (ɵMJEntityFormComponent_BaseFactory || (ɵMJEntityFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(MJEntityFormComponent)))(__ngFactoryType__ || MJEntityFormComponent); }; })(); }
|
|
632
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJEntityFormComponent, selectors: [["gen-mjentity-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 189, vars: 573, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "identityStructure", "SectionName", "Identity & Structure", "Icon", "fa fa-cube", 3, "Form", "FormContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "NameSuffix", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseTable", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseView", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseViewGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "SchemaName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "VirtualEntity", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DisplayName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowMultipleSubtypes", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CodeName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ClassName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseTableCodeName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ParentEntity", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ParentBaseTable", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ParentBaseView", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "userInterfaceCustomization", "SectionName", "User Interface & Customization", "Icon", "fa fa-paint-brush", 3, "Form", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RelationshipDefaultDisplayType", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserFormGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EntityObjectSubclassName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EntityObjectSubclassImport", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "SupportsGeoCoding", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AutoUpdateSupportsGeoCoding", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "auditingLifecycle", "SectionName", "Auditing & Lifecycle", "Icon", "fa fa-history", 3, "Form", "FormContext"], ["FieldName", "AutoUpdateDescription", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "TrackRecordChanges", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AuditRecordAccess", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AuditViewRuns", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PreferredCommunicationField", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Icon", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "aPISearchSettings", "SectionName", "API & Search Settings", "Icon", "fa fa-search", 3, "Form", "FormContext"], ["FieldName", "IncludeInAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowAllRowsAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowUpdateAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowCreateAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowDeleteAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CustomResolverAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowUserSearchAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextSearchEnabled", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextCatalog", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextCatalogGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextIndex", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextIndexGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextSearchFunction", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextSearchFunctionGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserViewMaxRows", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ScopeDefault", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackWithSchema", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackSampleMethod", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackSampleCount", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackSampleOrder", "Type", "code", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AutoUpdateFullTextSearch", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AutoUpdateAllowUserSearchAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "TrustServerCacheCompletely", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "proceduresDeletion", "SectionName", "Procedures & Deletion", "Icon", "fa fa-code", 3, "Form", "FormContext"], ["FieldName", "spCreate", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spUpdate", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spDelete", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spCreateGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spUpdateGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spDeleteGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CascadeDeletes", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DeleteType", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowRecordMerge", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spMatch", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "rowStatistics", "SectionName", "Row Statistics", "Icon", "fa fa-chart-bar", 3, "Form", "FormContext"], ["FieldName", "AutoRowCountFrequency", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowCount", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowCountRunAt", "Type", "datepicker", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "details", "SectionName", "Details", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["FieldName", "AllowCaching", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DetectExternalChanges", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "systemMetadata", "SectionName", "System Metadata", "Icon", "fa fa-cog", 3, "Form", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "mJEntityFieldsEntityID", "SectionName", "Fields", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissions", "SectionName", "Permissions", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityRelationshipsEntityID", "SectionName", "Relationships", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityAIActionsOutputEntityID", "SectionName", "AI Actions", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserRecordLogs", "SectionName", "User Record Logs", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJIntegrationURLFormats", "SectionName", "Integration URL Formats", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntities", "SectionName", "Entities", "Icon", "fa-solid fa-database", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserFavorites", "SectionName", "User Favorites", "Icon", "fa fa-star", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJCompanyIntegrationRunDetails", "SectionName", "Company Integration Run Details", "Icon", "fa fa-sync", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJApplicationEntities", "SectionName", "Application Entities", "Icon", "fa fa-cubes", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserApplicationEntities", "SectionName", "User Application Entities", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJLists", "SectionName", "Lists", "Icon", "fa fa-list-ul", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserViews", "SectionName", "User Views", "Icon", "fa-solid fa-table-cells", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordChanges", "SectionName", "Record Changes", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAuditLogs", "SectionName", "Audit Logs", "Icon", "fa-solid fa-fingerprint", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJResourceTypesEntityID", "SectionName", "Resource Types", "Icon", "fa fa-layer-group", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTaggedItems", "SectionName", "Tagged Items", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJDatasetItems", "SectionName", "Dataset Items", "Icon", "fa fa-database", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJCompanyIntegrationRecordMaps", "SectionName", "Company Integration Record Maps", "Icon", "fa fa-sync", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordMergeLogs", "SectionName", "Record Merge Logs", "Icon", "fa fa-clone", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJQueryFields", "SectionName", "Query Fields", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJConversations", "SectionName", "Conversations", "Icon", "fa-regular fa-comments", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityDocuments", "SectionName", "Entity Documents", "Icon", "fa fa-file-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJDataContextItems", "SectionName", "Data Context Items", "Icon", "fa fa-database", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUsers", "SectionName", "Users", "Icon", "fa-solid fa-user", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityRecordDocuments", "SectionName", "Entity Record Documents", "Icon", "fa fa-file-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJFileEntityRecordLinks", "SectionName", "File Entity Record Links", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserViewCategories", "SectionName", "User View Categories", "Icon", "fa fa-folder-open", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntitySettings", "SectionName", "Entity Settings", "Icon", "fa fa-cog", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJDuplicateRuns", "SectionName", "Duplicate Runs", "Icon", "fa fa-search", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityActions", "SectionName", "Entity Actions", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTemplateParams", "SectionName", "Template Params", "Icon", "fa fa-cog", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecommendations", "SectionName", "Recommendations", "Icon", "fa-solid fa-circle-nodes", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecommendationItems", "SectionName", "Recommendation Items", "Icon", "fa fa-lightbulb", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityCommunicationMessageTypes", "SectionName", "Entity Communication Message Types", "Icon", "fa fa-comment-dots", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJQueryEntities", "SectionName", "Query Entities", "Icon", "fa fa-search", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAccessControlRules", "SectionName", "Access Control Rules", "Icon", "fa fa-lock", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordLinksTargetEntityID", "SectionName", "Record Links (Target Entity ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAIAgentExamples", "SectionName", "AI Agent Examples", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAIAgentNotes", "SectionName", "AI Agent Notes", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJVersionLabelItems", "SectionName", "Version Label Items", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJVersionLabels", "SectionName", "Version Labels", "Icon", "fa fa-tag", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityAIActionsEntityID", "SectionName", "Entity AI Actions (Entity ID)", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityRelationshipsRelatedEntityID", "SectionName", "Entity Relationships (Related Entity ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityOrganicKeyRelatedEntities", "SectionName", "Entity Organic Key Related Entities", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityOrganicKeys", "SectionName", "Entity Organic Keys", "Icon", "fa fa-fingerprint", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordGeoCodes", "SectionName", "Record Geo Codes", "Icon", "fa fa-map-marked-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJGeneratedCodes", "SectionName", "Generated Codes", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordLinksSourceEntityID", "SectionName", "Record Links (Source Entity ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJCompanyIntegrationEntityMaps", "SectionName", "Company Integration Entity Maps", "Icon", "fa fa-exchange-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityFieldsRelatedEntityID", "SectionName", "Entity Fields (Related Entity)", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJResourceTypesCategoryEntityID", "SectionName", "Resource Types (Category Entity ID)", "Icon", "fa fa-layer-group", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJContentSources", "SectionName", "Content Sources", "Icon", "fa fa-plug", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTestRuns", "SectionName", "Test Runs", "Icon", "fa fa-flask", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAIAgentRuns", "SectionName", "AI Agent Runs", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function MJEntityFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
654
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJEntityFormComponent, selectors: [["gen-mjentity-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 193, vars: 583, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "identityStructure", "SectionName", "Identity & Structure", "Icon", "fa fa-cube", 3, "Form", "FormContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "NameSuffix", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseTable", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseView", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseViewGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "SchemaName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "VirtualEntity", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DisplayName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowMultipleSubtypes", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CodeName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ClassName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "BaseTableCodeName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ParentEntity", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ParentBaseTable", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ParentBaseView", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "userInterfaceCustomization", "SectionName", "User Interface & Customization", "Icon", "fa fa-paint-brush", 3, "Form", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RelationshipDefaultDisplayType", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserFormGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EntityObjectSubclassName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EntityObjectSubclassImport", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "SupportsGeoCoding", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AutoUpdateSupportsGeoCoding", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "auditingLifecycle", "SectionName", "Auditing & Lifecycle", "Icon", "fa fa-history", 3, "Form", "FormContext"], ["FieldName", "AutoUpdateDescription", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "TrackRecordChanges", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AuditRecordAccess", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AuditViewRuns", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PreferredCommunicationField", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Icon", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "aPISearchSettings", "SectionName", "API & Search Settings", "Icon", "fa fa-search", 3, "Form", "FormContext"], ["FieldName", "IncludeInAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowAllRowsAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowUpdateAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowCreateAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowDeleteAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CustomResolverAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowUserSearchAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextSearchEnabled", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextCatalog", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextCatalogGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextIndex", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextIndexGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextSearchFunction", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FullTextSearchFunctionGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserViewMaxRows", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ScopeDefault", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackWithSchema", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackSampleMethod", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackSampleCount", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowsToPackSampleOrder", "Type", "code", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AutoUpdateFullTextSearch", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AutoUpdateAllowUserSearchAPI", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "TrustServerCacheCompletely", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "proceduresDeletion", "SectionName", "Procedures & Deletion", "Icon", "fa fa-code", 3, "Form", "FormContext"], ["FieldName", "spCreate", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spUpdate", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spDelete", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spCreateGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spUpdateGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spDeleteGenerated", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CascadeDeletes", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DeleteType", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "AllowRecordMerge", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "spMatch", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "rowStatistics", "SectionName", "Row Statistics", "Icon", "fa fa-chart-bar", 3, "Form", "FormContext"], ["FieldName", "AutoRowCountFrequency", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowCount", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RowCountRunAt", "Type", "datepicker", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "details", "SectionName", "Details", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["FieldName", "AllowCaching", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DetectExternalChanges", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "systemMetadata", "SectionName", "System Metadata", "Icon", "fa fa-cog", 3, "Form", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "mJEntityFieldsEntityID", "SectionName", "Fields", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissions", "SectionName", "Permissions", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityRelationshipsEntityID", "SectionName", "Relationships", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityAIActionsOutputEntityID", "SectionName", "AI Actions", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserRecordLogs", "SectionName", "User Record Logs", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJIntegrationURLFormats", "SectionName", "Integration URL Formats", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntities", "SectionName", "Entities", "Icon", "fa-solid fa-database", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserFavorites", "SectionName", "User Favorites", "Icon", "fa fa-star", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJCompanyIntegrationRunDetails", "SectionName", "Company Integration Run Details", "Icon", "fa fa-sync", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJApplicationEntities", "SectionName", "Application Entities", "Icon", "fa fa-cubes", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserApplicationEntities", "SectionName", "User Application Entities", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJLists", "SectionName", "Lists", "Icon", "fa fa-list-ul", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserViews", "SectionName", "User Views", "Icon", "fa-solid fa-table-cells", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordChanges", "SectionName", "Record Changes", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAuditLogs", "SectionName", "Audit Logs", "Icon", "fa-solid fa-fingerprint", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJResourceTypesEntityID", "SectionName", "Resource Types", "Icon", "fa fa-layer-group", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTaggedItems", "SectionName", "Tagged Items", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJDatasetItems", "SectionName", "Dataset Items", "Icon", "fa fa-database", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJCompanyIntegrationRecordMaps", "SectionName", "Company Integration Record Maps", "Icon", "fa fa-sync", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordMergeLogs", "SectionName", "Record Merge Logs", "Icon", "fa fa-clone", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJQueryFields", "SectionName", "Query Fields", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJConversations", "SectionName", "Conversations", "Icon", "fa-regular fa-comments", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityDocuments", "SectionName", "Entity Documents", "Icon", "fa fa-file-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJDataContextItems", "SectionName", "Data Context Items", "Icon", "fa fa-database", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUsers", "SectionName", "Users", "Icon", "fa-solid fa-user", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityRecordDocuments", "SectionName", "Entity Record Documents", "Icon", "fa fa-file-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJFileEntityRecordLinks", "SectionName", "File Entity Record Links", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJUserViewCategories", "SectionName", "User View Categories", "Icon", "fa fa-folder-open", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntitySettings", "SectionName", "Entity Settings", "Icon", "fa fa-cog", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJDuplicateRuns", "SectionName", "Duplicate Runs", "Icon", "fa fa-search", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityActions", "SectionName", "Entity Actions", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTemplateParams", "SectionName", "Template Params", "Icon", "fa fa-cog", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecommendations", "SectionName", "Recommendations", "Icon", "fa-solid fa-circle-nodes", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecommendationItems", "SectionName", "Recommendation Items", "Icon", "fa fa-lightbulb", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityCommunicationMessageTypes", "SectionName", "Entity Communication Message Types", "Icon", "fa fa-comment-dots", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJQueryEntities", "SectionName", "Query Entities", "Icon", "fa fa-search", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAccessControlRules", "SectionName", "Access Control Rules", "Icon", "fa fa-lock", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordLinksTargetEntityID", "SectionName", "Record Links (Target Entity ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAIAgentExamples", "SectionName", "AI Agent Examples", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAIAgentNotes", "SectionName", "AI Agent Notes", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJVersionLabelItems", "SectionName", "Version Label Items", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJVersionLabels", "SectionName", "Version Labels", "Icon", "fa fa-tag", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityAIActionsEntityID", "SectionName", "Entity AI Actions (Entity ID)", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityRelationshipsRelatedEntityID", "SectionName", "Entity Relationships (Related Entity ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityOrganicKeyRelatedEntities", "SectionName", "Entity Organic Key Related Entities", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityOrganicKeys", "SectionName", "Entity Organic Keys", "Icon", "fa fa-fingerprint", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordGeoCodes", "SectionName", "Record Geo Codes", "Icon", "fa fa-map-marked-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJGeneratedCodes", "SectionName", "Generated Codes", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJRecordLinksSourceEntityID", "SectionName", "Record Links (Source Entity ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJCompanyIntegrationEntityMaps", "SectionName", "Company Integration Entity Maps", "Icon", "fa fa-exchange-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityFieldsRelatedEntityID", "SectionName", "Entity Fields (Related Entity)", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJArchiveConfigurationEntities", "SectionName", "Archive Configuration Entities", "Icon", "fa fa-archive", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJArchiveRunDetails", "SectionName", "Archive Run Details", "Icon", "fa fa-archive", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJResourceTypesCategoryEntityID", "SectionName", "Resource Types (Category Entity ID)", "Icon", "fa fa-layer-group", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJContentSources", "SectionName", "Content Sources", "Icon", "fa fa-plug", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTestRuns", "SectionName", "Test Runs", "Icon", "fa fa-flask", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJAIAgentRuns", "SectionName", "AI Agent Runs", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function MJEntityFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
633
655
|
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
634
656
|
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function MJEntityFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function MJEntityFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function MJEntityFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function MJEntityFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
635
657
|
i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
|
|
@@ -820,6 +842,12 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
820
842
|
i0.ɵɵelementEnd();
|
|
821
843
|
i0.ɵɵelementStart(187, "mj-collapsible-panel", 133);
|
|
822
844
|
i0.ɵɵconditionalCreate(188, MJEntityFormComponent_Conditional_188_Template, 2, 4, "div");
|
|
845
|
+
i0.ɵɵelementEnd();
|
|
846
|
+
i0.ɵɵelementStart(189, "mj-collapsible-panel", 134);
|
|
847
|
+
i0.ɵɵconditionalCreate(190, MJEntityFormComponent_Conditional_190_Template, 2, 4, "div");
|
|
848
|
+
i0.ɵɵelementEnd();
|
|
849
|
+
i0.ɵɵelementStart(191, "mj-collapsible-panel", 135);
|
|
850
|
+
i0.ɵɵconditionalCreate(192, MJEntityFormComponent_Conditional_192_Template, 2, 4, "div");
|
|
823
851
|
i0.ɵɵelementEnd()();
|
|
824
852
|
} if (rf & 2) {
|
|
825
853
|
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
@@ -1184,21 +1212,29 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
1184
1212
|
i0.ɵɵadvance();
|
|
1185
1213
|
i0.ɵɵconditional(ctx.record.IsSaved ? 180 : -1);
|
|
1186
1214
|
i0.ɵɵadvance();
|
|
1187
|
-
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("
|
|
1215
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJArchiveConfigurationEntities"))("DefaultExpanded", false);
|
|
1188
1216
|
i0.ɵɵadvance();
|
|
1189
1217
|
i0.ɵɵconditional(ctx.record.IsSaved ? 182 : -1);
|
|
1190
1218
|
i0.ɵɵadvance();
|
|
1191
|
-
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("
|
|
1219
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJArchiveRunDetails"))("DefaultExpanded", false);
|
|
1192
1220
|
i0.ɵɵadvance();
|
|
1193
1221
|
i0.ɵɵconditional(ctx.record.IsSaved ? 184 : -1);
|
|
1194
1222
|
i0.ɵɵadvance();
|
|
1195
|
-
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("
|
|
1223
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJResourceTypesCategoryEntityID"))("DefaultExpanded", false);
|
|
1196
1224
|
i0.ɵɵadvance();
|
|
1197
1225
|
i0.ɵɵconditional(ctx.record.IsSaved ? 186 : -1);
|
|
1198
1226
|
i0.ɵɵadvance();
|
|
1199
|
-
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("
|
|
1227
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJContentSources"))("DefaultExpanded", false);
|
|
1200
1228
|
i0.ɵɵadvance();
|
|
1201
1229
|
i0.ɵɵconditional(ctx.record.IsSaved ? 188 : -1);
|
|
1230
|
+
i0.ɵɵadvance();
|
|
1231
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTestRuns"))("DefaultExpanded", false);
|
|
1232
|
+
i0.ɵɵadvance();
|
|
1233
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 190 : -1);
|
|
1234
|
+
i0.ɵɵadvance();
|
|
1235
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAIAgentRuns"))("DefaultExpanded", false);
|
|
1236
|
+
i0.ɵɵadvance();
|
|
1237
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 192 : -1);
|
|
1202
1238
|
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent], encapsulation: 2 }); }
|
|
1203
1239
|
};
|
|
1204
1240
|
MJEntityFormComponent = __decorate([
|
|
@@ -1207,7 +1243,7 @@ MJEntityFormComponent = __decorate([
|
|
|
1207
1243
|
export { MJEntityFormComponent };
|
|
1208
1244
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJEntityFormComponent, [{
|
|
1209
1245
|
type: Component,
|
|
1210
|
-
args: [{ standalone: false, selector: 'gen-mjentity-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identity & Structure Section -->\n <mj-collapsible-panel\n SectionKey=\"identityStructure\"\n SectionName=\"Identity & Structure\"\n Icon=\"fa fa-cube\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\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=\"NameSuffix\"\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=\"BaseTable\"\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=\"BaseView\"\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=\"BaseViewGenerated\"\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=\"SchemaName\"\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=\"VirtualEntity\"\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=\"DisplayName\"\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=\"AllowMultipleSubtypes\"\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=\"CodeName\"\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=\"ClassName\"\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=\"BaseTableCodeName\"\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=\"ParentEntity\"\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=\"ParentBaseTable\"\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=\"ParentBaseView\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- User Interface & Customization Section -->\n <mj-collapsible-panel\n SectionKey=\"userInterfaceCustomization\"\n SectionName=\"User Interface & Customization\"\n Icon=\"fa fa-paint-brush\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\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=\"RelationshipDefaultDisplayType\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserFormGenerated\"\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=\"EntityObjectSubclassName\"\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=\"EntityObjectSubclassImport\"\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=\"SupportsGeoCoding\"\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=\"AutoUpdateSupportsGeoCoding\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Auditing & Lifecycle Section -->\n <mj-collapsible-panel\n SectionKey=\"auditingLifecycle\"\n SectionName=\"Auditing & Lifecycle\"\n Icon=\"fa fa-history\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AutoUpdateDescription\"\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=\"TrackRecordChanges\"\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=\"AuditRecordAccess\"\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=\"AuditViewRuns\"\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=\"PreferredCommunicationField\"\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=\"Icon\"\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=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- API & Search Settings Section -->\n <mj-collapsible-panel\n SectionKey=\"aPISearchSettings\"\n SectionName=\"API & Search Settings\"\n Icon=\"fa fa-search\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IncludeInAPI\"\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=\"AllowAllRowsAPI\"\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=\"AllowUpdateAPI\"\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=\"AllowCreateAPI\"\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=\"AllowDeleteAPI\"\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=\"CustomResolverAPI\"\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=\"AllowUserSearchAPI\"\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=\"FullTextSearchEnabled\"\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=\"FullTextCatalog\"\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=\"FullTextCatalogGenerated\"\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=\"FullTextIndex\"\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=\"FullTextIndexGenerated\"\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=\"FullTextSearchFunction\"\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=\"FullTextSearchFunctionGenerated\"\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=\"UserViewMaxRows\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ScopeDefault\"\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=\"RowsToPackWithSchema\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowsToPackSampleMethod\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowsToPackSampleCount\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowsToPackSampleOrder\"\n Type=\"code\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AutoUpdateFullTextSearch\"\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=\"AutoUpdateAllowUserSearchAPI\"\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=\"TrustServerCacheCompletely\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Procedures & Deletion Section -->\n <mj-collapsible-panel\n SectionKey=\"proceduresDeletion\"\n SectionName=\"Procedures & Deletion\"\n Icon=\"fa fa-code\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"spCreate\"\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=\"spUpdate\"\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=\"spDelete\"\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=\"spCreateGenerated\"\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=\"spUpdateGenerated\"\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=\"spDeleteGenerated\"\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=\"CascadeDeletes\"\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=\"DeleteType\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AllowRecordMerge\"\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=\"spMatch\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Row Statistics Section -->\n <mj-collapsible-panel\n SectionKey=\"rowStatistics\"\n SectionName=\"Row Statistics\"\n Icon=\"fa fa-chart-bar\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AutoRowCountFrequency\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowCount\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowCountRunAt\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Details Section -->\n <mj-collapsible-panel\n SectionKey=\"details\"\n SectionName=\"Details\"\n Icon=\"fa fa-align-left\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AllowCaching\"\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=\"DetectExternalChanges\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Fields Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityFieldsEntityID\"\n SectionName=\"Fields\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityFieldsEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Fields','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Fields')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityFieldsEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityFieldsEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Permissions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissions\"\n SectionName=\"Permissions\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Relationships Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityRelationshipsEntityID\"\n SectionName=\"Relationships\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityRelationshipsEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Relationships','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityRelationshipsEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityRelationshipsEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Actions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityAIActionsOutputEntityID\"\n SectionName=\"AI Actions\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityAIActionsOutputEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity AI Actions','OutputEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity AI Actions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityAIActionsOutputEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityAIActionsOutputEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserRecordLogs\"\n SectionName=\"User Record Logs\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserRecordLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Record Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserRecordLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserRecordLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Integration URL Formats Section -->\n <mj-collapsible-panel\n SectionKey=\"mJIntegrationURLFormats\"\n SectionName=\"Integration URL Formats\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJIntegrationURLFormats')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Integration URL Formats','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Integration URL Formats')\"\n [AllowLoad]=\"IsSectionExpanded('mJIntegrationURLFormats')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJIntegrationURLFormats', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntities\"\n SectionName=\"Entities\"\n Icon=\"fa-solid fa-database\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entities','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserFavorites\"\n SectionName=\"User Favorites\"\n Icon=\"fa fa-star\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserFavorites')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Favorites','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserFavorites')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserFavorites', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Company Integration Run Details Section -->\n <mj-collapsible-panel\n SectionKey=\"mJCompanyIntegrationRunDetails\"\n SectionName=\"Company Integration Run Details\"\n Icon=\"fa fa-sync\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCompanyIntegrationRunDetails')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Company Integration Run Details','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Company Integration Run Details')\"\n [AllowLoad]=\"IsSectionExpanded('mJCompanyIntegrationRunDetails')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCompanyIntegrationRunDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Application Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJApplicationEntities\"\n SectionName=\"Application Entities\"\n Icon=\"fa fa-cubes\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJApplicationEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJApplicationEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJApplicationEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Application Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserApplicationEntities\"\n SectionName=\"User Application Entities\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserApplicationEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserApplicationEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserApplicationEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel\n SectionKey=\"mJLists\"\n SectionName=\"Lists\"\n Icon=\"fa fa-list-ul\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJLists')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Lists','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Lists')\"\n [AllowLoad]=\"IsSectionExpanded('mJLists')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJLists', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserViews\"\n SectionName=\"User Views\"\n Icon=\"fa-solid fa-table-cells\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserViews')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Views','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Views')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserViews')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserViews', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordChanges\"\n SectionName=\"Record Changes\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordChanges')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Changes','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordChanges')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordChanges', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAuditLogs\"\n SectionName=\"Audit Logs\"\n Icon=\"fa-solid fa-fingerprint\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAuditLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Audit Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAuditLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAuditLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Resource Types Section -->\n <mj-collapsible-panel\n SectionKey=\"mJResourceTypesEntityID\"\n SectionName=\"Resource Types\"\n Icon=\"fa fa-layer-group\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJResourceTypesEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Resource Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Resource Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJResourceTypesEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJResourceTypesEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTaggedItems\"\n SectionName=\"Tagged Items\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTaggedItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tagged Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJTaggedItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTaggedItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Dataset Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJDatasetItems\"\n SectionName=\"Dataset Items\"\n Icon=\"fa fa-database\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDatasetItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dataset Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dataset Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJDatasetItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDatasetItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Company Integration Record Maps Section -->\n <mj-collapsible-panel\n SectionKey=\"mJCompanyIntegrationRecordMaps\"\n SectionName=\"Company Integration Record Maps\"\n Icon=\"fa fa-sync\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCompanyIntegrationRecordMaps')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Company Integration Record Maps','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Company Integration Record Maps')\"\n [AllowLoad]=\"IsSectionExpanded('mJCompanyIntegrationRecordMaps')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCompanyIntegrationRecordMaps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordMergeLogs\"\n SectionName=\"Record Merge Logs\"\n Icon=\"fa fa-clone\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordMergeLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Merge Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordMergeLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordMergeLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Query Fields Section -->\n <mj-collapsible-panel\n SectionKey=\"mJQueryFields\"\n SectionName=\"Query Fields\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJQueryFields')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Query Fields','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Query Fields')\"\n [AllowLoad]=\"IsSectionExpanded('mJQueryFields')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJQueryFields', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel\n SectionKey=\"mJConversations\"\n SectionName=\"Conversations\"\n Icon=\"fa-regular fa-comments\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJConversations')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversations','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversations')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJConversations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Documents Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityDocuments\"\n SectionName=\"Entity Documents\"\n Icon=\"fa fa-file-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityDocuments')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Documents')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityDocuments')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityDocuments', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Data Context Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJDataContextItems\"\n SectionName=\"Data Context Items\"\n Icon=\"fa fa-database\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDataContextItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Data Context Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Data Context Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJDataContextItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDataContextItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Users Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUsers\"\n SectionName=\"Users\"\n Icon=\"fa-solid fa-user\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUsers')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Users','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Users')\"\n [AllowLoad]=\"IsSectionExpanded('mJUsers')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUsers', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Record Documents Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityRecordDocuments\"\n SectionName=\"Entity Record Documents\"\n Icon=\"fa fa-file-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityRecordDocuments')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Record Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Record Documents')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityRecordDocuments')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityRecordDocuments', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- File Entity Record Links Section -->\n <mj-collapsible-panel\n SectionKey=\"mJFileEntityRecordLinks\"\n SectionName=\"File Entity Record Links\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJFileEntityRecordLinks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: File Entity Record Links','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: File Entity Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJFileEntityRecordLinks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJFileEntityRecordLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserViewCategories\"\n SectionName=\"User View Categories\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserViewCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User View Categories','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserViewCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserViewCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Settings Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntitySettings\"\n SectionName=\"Entity Settings\"\n Icon=\"fa fa-cog\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntitySettings')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Settings','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Settings')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntitySettings')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntitySettings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJDuplicateRuns\"\n SectionName=\"Duplicate Runs\"\n Icon=\"fa fa-search\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDuplicateRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Duplicate Runs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJDuplicateRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDuplicateRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Actions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityActions\"\n SectionName=\"Entity Actions\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityActions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Actions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityActions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Template Params Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTemplateParams\"\n SectionName=\"Template Params\"\n Icon=\"fa fa-cog\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTemplateParams')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Template Params','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Template Params')\"\n [AllowLoad]=\"IsSectionExpanded('mJTemplateParams')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTemplateParams', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Recommendations Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecommendations\"\n SectionName=\"Recommendations\"\n Icon=\"fa-solid fa-circle-nodes\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecommendations')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Recommendations','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Recommendations')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecommendations')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecommendations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Recommendation Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecommendationItems\"\n SectionName=\"Recommendation Items\"\n Icon=\"fa fa-lightbulb\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecommendationItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Recommendation Items','DestinationEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Recommendation Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecommendationItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecommendationItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Communication Message Types Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityCommunicationMessageTypes\"\n SectionName=\"Entity Communication Message Types\"\n Icon=\"fa fa-comment-dots\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityCommunicationMessageTypes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Communication Message Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Communication Message Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityCommunicationMessageTypes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityCommunicationMessageTypes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Query Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJQueryEntities\"\n SectionName=\"Query Entities\"\n Icon=\"fa fa-search\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJQueryEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Query Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Query Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJQueryEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJQueryEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Access Control Rules Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAccessControlRules\"\n SectionName=\"Access Control Rules\"\n Icon=\"fa fa-lock\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAccessControlRules')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Links (Target Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordLinksTargetEntityID\"\n SectionName=\"Record Links (Target Entity ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordLinksTargetEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','TargetEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinksTargetEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordLinksTargetEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Examples Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIAgentExamples\"\n SectionName=\"AI Agent Examples\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','PrimaryScopeEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIAgentNotes\"\n SectionName=\"AI Agent Notes\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentNotes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Notes','PrimaryScopeEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Version Label Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJVersionLabelItems\"\n SectionName=\"Version Label Items\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJVersionLabelItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Version Label Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Version Label Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJVersionLabelItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJVersionLabelItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Version Labels Section -->\n <mj-collapsible-panel\n SectionKey=\"mJVersionLabels\"\n SectionName=\"Version Labels\"\n Icon=\"fa fa-tag\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJVersionLabels')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Version Labels','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Version Labels')\"\n [AllowLoad]=\"IsSectionExpanded('mJVersionLabels')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJVersionLabels', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity AI Actions (Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityAIActionsEntityID\"\n SectionName=\"Entity AI Actions (Entity ID)\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityAIActionsEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity AI Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity AI Actions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityAIActionsEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityAIActionsEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Relationships (Related Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityRelationshipsRelatedEntityID\"\n SectionName=\"Entity Relationships (Related Entity ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityRelationshipsRelatedEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Relationships','RelatedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityRelationshipsRelatedEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityRelationshipsRelatedEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Organic Key Related Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityOrganicKeyRelatedEntities\"\n SectionName=\"Entity Organic Key Related Entities\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityOrganicKeyRelatedEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Organic Key Related Entities','RelatedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Organic Key Related Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityOrganicKeyRelatedEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityOrganicKeyRelatedEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Organic Keys Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityOrganicKeys\"\n SectionName=\"Entity Organic Keys\"\n Icon=\"fa fa-fingerprint\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityOrganicKeys')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Organic Keys','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Organic Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityOrganicKeys')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityOrganicKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Geo Codes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordGeoCodes\"\n SectionName=\"Record Geo Codes\"\n Icon=\"fa fa-map-marked-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordGeoCodes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Geo Codes','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Geo Codes')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordGeoCodes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordGeoCodes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Generated Codes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJGeneratedCodes\"\n SectionName=\"Generated Codes\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJGeneratedCodes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Generated Codes','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Generated Codes')\"\n [AllowLoad]=\"IsSectionExpanded('mJGeneratedCodes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJGeneratedCodes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Links (Source Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordLinksSourceEntityID\"\n SectionName=\"Record Links (Source Entity ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordLinksSourceEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinksSourceEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordLinksSourceEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Company Integration Entity Maps Section -->\n <mj-collapsible-panel\n SectionKey=\"mJCompanyIntegrationEntityMaps\"\n SectionName=\"Company Integration Entity Maps\"\n Icon=\"fa fa-exchange-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCompanyIntegrationEntityMaps')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Company Integration Entity Maps','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Company Integration Entity Maps')\"\n [AllowLoad]=\"IsSectionExpanded('mJCompanyIntegrationEntityMaps')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCompanyIntegrationEntityMaps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Fields (Related Entity) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityFieldsRelatedEntityID\"\n SectionName=\"Entity Fields (Related Entity)\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityFieldsRelatedEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Fields','RelatedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Fields')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityFieldsRelatedEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityFieldsRelatedEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Resource Types (Category Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJResourceTypesCategoryEntityID\"\n SectionName=\"Resource Types (Category Entity ID)\"\n Icon=\"fa fa-layer-group\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJResourceTypesCategoryEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Resource Types','CategoryEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Resource Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJResourceTypesCategoryEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJResourceTypesCategoryEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Content Sources Section -->\n <mj-collapsible-panel\n SectionKey=\"mJContentSources\"\n SectionName=\"Content Sources\"\n Icon=\"fa fa-plug\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJContentSources')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Content Sources','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Content Sources')\"\n [AllowLoad]=\"IsSectionExpanded('mJContentSources')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJContentSources', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Test Runs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTestRuns\"\n SectionName=\"Test Runs\"\n Icon=\"fa fa-flask\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTestRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','TargetLogEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Runs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIAgentRuns\"\n SectionName=\"AI Agent Runs\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','PrimaryScopeEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
1246
|
+
args: [{ standalone: false, selector: 'gen-mjentity-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identity & Structure Section -->\n <mj-collapsible-panel\n SectionKey=\"identityStructure\"\n SectionName=\"Identity & Structure\"\n Icon=\"fa fa-cube\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\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=\"NameSuffix\"\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=\"BaseTable\"\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=\"BaseView\"\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=\"BaseViewGenerated\"\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=\"SchemaName\"\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=\"VirtualEntity\"\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=\"DisplayName\"\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=\"AllowMultipleSubtypes\"\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=\"CodeName\"\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=\"ClassName\"\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=\"BaseTableCodeName\"\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=\"ParentEntity\"\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=\"ParentBaseTable\"\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=\"ParentBaseView\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- User Interface & Customization Section -->\n <mj-collapsible-panel\n SectionKey=\"userInterfaceCustomization\"\n SectionName=\"User Interface & Customization\"\n Icon=\"fa fa-paint-brush\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\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=\"RelationshipDefaultDisplayType\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserFormGenerated\"\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=\"EntityObjectSubclassName\"\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=\"EntityObjectSubclassImport\"\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=\"SupportsGeoCoding\"\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=\"AutoUpdateSupportsGeoCoding\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Auditing & Lifecycle Section -->\n <mj-collapsible-panel\n SectionKey=\"auditingLifecycle\"\n SectionName=\"Auditing & Lifecycle\"\n Icon=\"fa fa-history\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AutoUpdateDescription\"\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=\"TrackRecordChanges\"\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=\"AuditRecordAccess\"\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=\"AuditViewRuns\"\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=\"PreferredCommunicationField\"\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=\"Icon\"\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=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- API & Search Settings Section -->\n <mj-collapsible-panel\n SectionKey=\"aPISearchSettings\"\n SectionName=\"API & Search Settings\"\n Icon=\"fa fa-search\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IncludeInAPI\"\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=\"AllowAllRowsAPI\"\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=\"AllowUpdateAPI\"\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=\"AllowCreateAPI\"\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=\"AllowDeleteAPI\"\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=\"CustomResolverAPI\"\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=\"AllowUserSearchAPI\"\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=\"FullTextSearchEnabled\"\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=\"FullTextCatalog\"\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=\"FullTextCatalogGenerated\"\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=\"FullTextIndex\"\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=\"FullTextIndexGenerated\"\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=\"FullTextSearchFunction\"\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=\"FullTextSearchFunctionGenerated\"\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=\"UserViewMaxRows\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ScopeDefault\"\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=\"RowsToPackWithSchema\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowsToPackSampleMethod\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowsToPackSampleCount\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowsToPackSampleOrder\"\n Type=\"code\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AutoUpdateFullTextSearch\"\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=\"AutoUpdateAllowUserSearchAPI\"\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=\"TrustServerCacheCompletely\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Procedures & Deletion Section -->\n <mj-collapsible-panel\n SectionKey=\"proceduresDeletion\"\n SectionName=\"Procedures & Deletion\"\n Icon=\"fa fa-code\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"spCreate\"\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=\"spUpdate\"\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=\"spDelete\"\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=\"spCreateGenerated\"\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=\"spUpdateGenerated\"\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=\"spDeleteGenerated\"\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=\"CascadeDeletes\"\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=\"DeleteType\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AllowRecordMerge\"\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=\"spMatch\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Row Statistics Section -->\n <mj-collapsible-panel\n SectionKey=\"rowStatistics\"\n SectionName=\"Row Statistics\"\n Icon=\"fa fa-chart-bar\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AutoRowCountFrequency\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowCount\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RowCountRunAt\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Details Section -->\n <mj-collapsible-panel\n SectionKey=\"details\"\n SectionName=\"Details\"\n Icon=\"fa fa-align-left\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AllowCaching\"\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=\"DetectExternalChanges\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Fields Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityFieldsEntityID\"\n SectionName=\"Fields\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityFieldsEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Fields','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Fields')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityFieldsEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityFieldsEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Permissions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissions\"\n SectionName=\"Permissions\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Relationships Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityRelationshipsEntityID\"\n SectionName=\"Relationships\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityRelationshipsEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Relationships','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityRelationshipsEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityRelationshipsEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Actions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityAIActionsOutputEntityID\"\n SectionName=\"AI Actions\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityAIActionsOutputEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity AI Actions','OutputEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity AI Actions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityAIActionsOutputEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityAIActionsOutputEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserRecordLogs\"\n SectionName=\"User Record Logs\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserRecordLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Record Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserRecordLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserRecordLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Integration URL Formats Section -->\n <mj-collapsible-panel\n SectionKey=\"mJIntegrationURLFormats\"\n SectionName=\"Integration URL Formats\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJIntegrationURLFormats')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Integration URL Formats','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Integration URL Formats')\"\n [AllowLoad]=\"IsSectionExpanded('mJIntegrationURLFormats')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJIntegrationURLFormats', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntities\"\n SectionName=\"Entities\"\n Icon=\"fa-solid fa-database\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entities','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserFavorites\"\n SectionName=\"User Favorites\"\n Icon=\"fa fa-star\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserFavorites')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Favorites','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserFavorites')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserFavorites', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Company Integration Run Details Section -->\n <mj-collapsible-panel\n SectionKey=\"mJCompanyIntegrationRunDetails\"\n SectionName=\"Company Integration Run Details\"\n Icon=\"fa fa-sync\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCompanyIntegrationRunDetails')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Company Integration Run Details','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Company Integration Run Details')\"\n [AllowLoad]=\"IsSectionExpanded('mJCompanyIntegrationRunDetails')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCompanyIntegrationRunDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Application Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJApplicationEntities\"\n SectionName=\"Application Entities\"\n Icon=\"fa fa-cubes\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJApplicationEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJApplicationEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJApplicationEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Application Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserApplicationEntities\"\n SectionName=\"User Application Entities\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserApplicationEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserApplicationEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserApplicationEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel\n SectionKey=\"mJLists\"\n SectionName=\"Lists\"\n Icon=\"fa fa-list-ul\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJLists')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Lists','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Lists')\"\n [AllowLoad]=\"IsSectionExpanded('mJLists')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJLists', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserViews\"\n SectionName=\"User Views\"\n Icon=\"fa-solid fa-table-cells\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserViews')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Views','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Views')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserViews')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserViews', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordChanges\"\n SectionName=\"Record Changes\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordChanges')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Changes','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordChanges')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordChanges', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAuditLogs\"\n SectionName=\"Audit Logs\"\n Icon=\"fa-solid fa-fingerprint\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAuditLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Audit Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAuditLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAuditLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Resource Types Section -->\n <mj-collapsible-panel\n SectionKey=\"mJResourceTypesEntityID\"\n SectionName=\"Resource Types\"\n Icon=\"fa fa-layer-group\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJResourceTypesEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Resource Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Resource Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJResourceTypesEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJResourceTypesEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTaggedItems\"\n SectionName=\"Tagged Items\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTaggedItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tagged Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJTaggedItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTaggedItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Dataset Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJDatasetItems\"\n SectionName=\"Dataset Items\"\n Icon=\"fa fa-database\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDatasetItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dataset Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dataset Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJDatasetItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDatasetItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Company Integration Record Maps Section -->\n <mj-collapsible-panel\n SectionKey=\"mJCompanyIntegrationRecordMaps\"\n SectionName=\"Company Integration Record Maps\"\n Icon=\"fa fa-sync\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCompanyIntegrationRecordMaps')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Company Integration Record Maps','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Company Integration Record Maps')\"\n [AllowLoad]=\"IsSectionExpanded('mJCompanyIntegrationRecordMaps')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCompanyIntegrationRecordMaps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordMergeLogs\"\n SectionName=\"Record Merge Logs\"\n Icon=\"fa fa-clone\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordMergeLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Merge Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordMergeLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordMergeLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Query Fields Section -->\n <mj-collapsible-panel\n SectionKey=\"mJQueryFields\"\n SectionName=\"Query Fields\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJQueryFields')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Query Fields','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Query Fields')\"\n [AllowLoad]=\"IsSectionExpanded('mJQueryFields')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJQueryFields', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel\n SectionKey=\"mJConversations\"\n SectionName=\"Conversations\"\n Icon=\"fa-regular fa-comments\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJConversations')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversations','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversations')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJConversations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Documents Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityDocuments\"\n SectionName=\"Entity Documents\"\n Icon=\"fa fa-file-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityDocuments')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Documents')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityDocuments')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityDocuments', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Data Context Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJDataContextItems\"\n SectionName=\"Data Context Items\"\n Icon=\"fa fa-database\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDataContextItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Data Context Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Data Context Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJDataContextItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDataContextItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Users Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUsers\"\n SectionName=\"Users\"\n Icon=\"fa-solid fa-user\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUsers')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Users','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Users')\"\n [AllowLoad]=\"IsSectionExpanded('mJUsers')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUsers', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Record Documents Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityRecordDocuments\"\n SectionName=\"Entity Record Documents\"\n Icon=\"fa fa-file-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityRecordDocuments')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Record Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Record Documents')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityRecordDocuments')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityRecordDocuments', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- File Entity Record Links Section -->\n <mj-collapsible-panel\n SectionKey=\"mJFileEntityRecordLinks\"\n SectionName=\"File Entity Record Links\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJFileEntityRecordLinks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: File Entity Record Links','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: File Entity Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJFileEntityRecordLinks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJFileEntityRecordLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel\n SectionKey=\"mJUserViewCategories\"\n SectionName=\"User View Categories\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserViewCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User View Categories','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserViewCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserViewCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Settings Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntitySettings\"\n SectionName=\"Entity Settings\"\n Icon=\"fa fa-cog\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntitySettings')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Settings','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Settings')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntitySettings')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntitySettings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJDuplicateRuns\"\n SectionName=\"Duplicate Runs\"\n Icon=\"fa fa-search\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDuplicateRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Duplicate Runs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJDuplicateRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDuplicateRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Actions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityActions\"\n SectionName=\"Entity Actions\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityActions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Actions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityActions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Template Params Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTemplateParams\"\n SectionName=\"Template Params\"\n Icon=\"fa fa-cog\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTemplateParams')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Template Params','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Template Params')\"\n [AllowLoad]=\"IsSectionExpanded('mJTemplateParams')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTemplateParams', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Recommendations Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecommendations\"\n SectionName=\"Recommendations\"\n Icon=\"fa-solid fa-circle-nodes\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecommendations')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Recommendations','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Recommendations')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecommendations')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecommendations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Recommendation Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecommendationItems\"\n SectionName=\"Recommendation Items\"\n Icon=\"fa fa-lightbulb\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecommendationItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Recommendation Items','DestinationEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Recommendation Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecommendationItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecommendationItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Communication Message Types Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityCommunicationMessageTypes\"\n SectionName=\"Entity Communication Message Types\"\n Icon=\"fa fa-comment-dots\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityCommunicationMessageTypes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Communication Message Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Communication Message Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityCommunicationMessageTypes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityCommunicationMessageTypes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Query Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJQueryEntities\"\n SectionName=\"Query Entities\"\n Icon=\"fa fa-search\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJQueryEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Query Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Query Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJQueryEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJQueryEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Access Control Rules Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAccessControlRules\"\n SectionName=\"Access Control Rules\"\n Icon=\"fa fa-lock\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAccessControlRules')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Links (Target Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordLinksTargetEntityID\"\n SectionName=\"Record Links (Target Entity ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordLinksTargetEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','TargetEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinksTargetEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordLinksTargetEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Examples Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIAgentExamples\"\n SectionName=\"AI Agent Examples\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','PrimaryScopeEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIAgentNotes\"\n SectionName=\"AI Agent Notes\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentNotes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Notes','PrimaryScopeEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Version Label Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJVersionLabelItems\"\n SectionName=\"Version Label Items\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJVersionLabelItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Version Label Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Version Label Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJVersionLabelItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJVersionLabelItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Version Labels Section -->\n <mj-collapsible-panel\n SectionKey=\"mJVersionLabels\"\n SectionName=\"Version Labels\"\n Icon=\"fa fa-tag\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJVersionLabels')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Version Labels','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Version Labels')\"\n [AllowLoad]=\"IsSectionExpanded('mJVersionLabels')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJVersionLabels', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity AI Actions (Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityAIActionsEntityID\"\n SectionName=\"Entity AI Actions (Entity ID)\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityAIActionsEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity AI Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity AI Actions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityAIActionsEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityAIActionsEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Relationships (Related Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityRelationshipsRelatedEntityID\"\n SectionName=\"Entity Relationships (Related Entity ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityRelationshipsRelatedEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Relationships','RelatedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityRelationshipsRelatedEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityRelationshipsRelatedEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Organic Key Related Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityOrganicKeyRelatedEntities\"\n SectionName=\"Entity Organic Key Related Entities\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityOrganicKeyRelatedEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Organic Key Related Entities','RelatedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Organic Key Related Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityOrganicKeyRelatedEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityOrganicKeyRelatedEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Organic Keys Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityOrganicKeys\"\n SectionName=\"Entity Organic Keys\"\n Icon=\"fa fa-fingerprint\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityOrganicKeys')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Organic Keys','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Organic Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityOrganicKeys')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityOrganicKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Geo Codes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordGeoCodes\"\n SectionName=\"Record Geo Codes\"\n Icon=\"fa fa-map-marked-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordGeoCodes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Geo Codes','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Geo Codes')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordGeoCodes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordGeoCodes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Generated Codes Section -->\n <mj-collapsible-panel\n SectionKey=\"mJGeneratedCodes\"\n SectionName=\"Generated Codes\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJGeneratedCodes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Generated Codes','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Generated Codes')\"\n [AllowLoad]=\"IsSectionExpanded('mJGeneratedCodes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJGeneratedCodes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Links (Source Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJRecordLinksSourceEntityID\"\n SectionName=\"Record Links (Source Entity ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJRecordLinksSourceEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinksSourceEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJRecordLinksSourceEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Company Integration Entity Maps Section -->\n <mj-collapsible-panel\n SectionKey=\"mJCompanyIntegrationEntityMaps\"\n SectionName=\"Company Integration Entity Maps\"\n Icon=\"fa fa-exchange-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCompanyIntegrationEntityMaps')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Company Integration Entity Maps','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Company Integration Entity Maps')\"\n [AllowLoad]=\"IsSectionExpanded('mJCompanyIntegrationEntityMaps')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCompanyIntegrationEntityMaps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Fields (Related Entity) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityFieldsRelatedEntityID\"\n SectionName=\"Entity Fields (Related Entity)\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityFieldsRelatedEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Fields','RelatedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Fields')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityFieldsRelatedEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityFieldsRelatedEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Archive Configuration Entities Section -->\n <mj-collapsible-panel\n SectionKey=\"mJArchiveConfigurationEntities\"\n SectionName=\"Archive Configuration Entities\"\n Icon=\"fa fa-archive\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJArchiveConfigurationEntities')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Archive Configuration Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Archive Configuration Entities')\"\n [AllowLoad]=\"IsSectionExpanded('mJArchiveConfigurationEntities')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArchiveConfigurationEntities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Archive Run Details Section -->\n <mj-collapsible-panel\n SectionKey=\"mJArchiveRunDetails\"\n SectionName=\"Archive Run Details\"\n Icon=\"fa fa-archive\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJArchiveRunDetails')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Archive Run Details','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Archive Run Details')\"\n [AllowLoad]=\"IsSectionExpanded('mJArchiveRunDetails')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArchiveRunDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Resource Types (Category Entity ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJResourceTypesCategoryEntityID\"\n SectionName=\"Resource Types (Category Entity ID)\"\n Icon=\"fa fa-layer-group\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJResourceTypesCategoryEntityID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Resource Types','CategoryEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Resource Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJResourceTypesCategoryEntityID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJResourceTypesCategoryEntityID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Content Sources Section -->\n <mj-collapsible-panel\n SectionKey=\"mJContentSources\"\n SectionName=\"Content Sources\"\n Icon=\"fa fa-plug\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJContentSources')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Content Sources','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Content Sources')\"\n [AllowLoad]=\"IsSectionExpanded('mJContentSources')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJContentSources', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Test Runs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTestRuns\"\n SectionName=\"Test Runs\"\n Icon=\"fa fa-flask\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTestRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','TargetLogEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Runs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIAgentRuns\"\n SectionName=\"AI Agent Runs\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','PrimaryScopeEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
1211
1247
|
}], null, null); })();
|
|
1212
1248
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJEntityFormComponent, { className: "MJEntityFormComponent", filePath: "src/lib/generated/Entities/MJEntity/mjentity.form.component.ts", lineNumber: 13 }); })();
|
|
1213
1249
|
//# sourceMappingURL=mjentity.form.component.js.map
|