@memberjunction/ng-core-entity-forms 5.24.0 → 5.25.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/Entities/entity-form.component.js +177 -152
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +3 -2
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +260 -233
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +3 -2
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +358 -331
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +2 -1
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +7 -3
- package/dist/lib/custom/custom-forms.module.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 +127 -119
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js +22 -14
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +17 -9
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +26 -8
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.js +65 -0
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.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/MJArtifactVersion/mjartifactversion.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js +43 -27
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js +109 -0
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +54 -18
- package/dist/lib/generated/Entities/MJCredential/mjcredential.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 +372 -344
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +26 -24
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +25 -7
- package/dist/lib/generated/Entities/MJFile/mjfile.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 +84 -10
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.js +69 -0
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.js +71 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.js +91 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +48 -12
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js +87 -0
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js +91 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +130 -112
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js +22 -14
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +254 -242
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +167 -116
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +32 -32
|
@@ -9,540 +9,550 @@ import { RegisterClass } from '@memberjunction/global';
|
|
|
9
9
|
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
import * as i1 from "@memberjunction/ng-base-forms";
|
|
12
|
-
function
|
|
12
|
+
function MJEntityFormComponent_Conditional_77_Template(rf, ctx) { if (rf & 1) {
|
|
13
13
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
14
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
15
|
-
i0.ɵɵlistener("Navigate", function
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
15
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_77_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_77_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) {
|
|
18
18
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
19
19
|
i0.ɵɵadvance();
|
|
20
20
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Fields", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Fields"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityFieldsEntityID"))("ShowToolbar", false);
|
|
21
21
|
} }
|
|
22
|
-
function
|
|
22
|
+
function MJEntityFormComponent_Conditional_79_Template(rf, ctx) { if (rf & 1) {
|
|
23
23
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
24
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
25
|
-
i0.ɵɵlistener("Navigate", function
|
|
24
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
25
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_79_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_79_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) {
|
|
28
28
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
29
29
|
i0.ɵɵadvance();
|
|
30
30
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Permissions", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityPermissions"))("ShowToolbar", false);
|
|
31
31
|
} }
|
|
32
|
-
function
|
|
32
|
+
function MJEntityFormComponent_Conditional_81_Template(rf, ctx) { if (rf & 1) {
|
|
33
33
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
34
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
35
|
-
i0.ɵɵlistener("Navigate", function
|
|
34
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
35
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_81_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_81_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) {
|
|
38
38
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
39
39
|
i0.ɵɵadvance();
|
|
40
40
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Relationships", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Relationships"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityRelationshipsEntityID"))("ShowToolbar", false);
|
|
41
41
|
} }
|
|
42
|
-
function
|
|
42
|
+
function MJEntityFormComponent_Conditional_83_Template(rf, ctx) { if (rf & 1) {
|
|
43
43
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
44
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
45
|
-
i0.ɵɵlistener("Navigate", function
|
|
44
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
45
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_83_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_83_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) {
|
|
48
48
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
49
49
|
i0.ɵɵadvance();
|
|
50
50
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity AI Actions", "OutputEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity AI Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityAIActionsOutputEntityID"))("ShowToolbar", false);
|
|
51
51
|
} }
|
|
52
|
-
function
|
|
52
|
+
function MJEntityFormComponent_Conditional_85_Template(rf, ctx) { if (rf & 1) {
|
|
53
53
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
54
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
55
|
-
i0.ɵɵlistener("Navigate", function
|
|
54
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
55
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_85_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_85_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) {
|
|
58
58
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
59
59
|
i0.ɵɵadvance();
|
|
60
60
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Record Logs", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Record Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserRecordLogs"))("ShowToolbar", false);
|
|
61
61
|
} }
|
|
62
|
-
function
|
|
62
|
+
function MJEntityFormComponent_Conditional_87_Template(rf, ctx) { if (rf & 1) {
|
|
63
63
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
64
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
65
|
-
i0.ɵɵlistener("Navigate", function
|
|
64
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
65
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_87_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_87_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) {
|
|
68
68
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
69
69
|
i0.ɵɵadvance();
|
|
70
70
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Integration URL Formats", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Integration URL Formats"))("AllowLoad", ctx_r1.IsSectionExpanded("mJIntegrationURLFormats"))("ShowToolbar", false);
|
|
71
71
|
} }
|
|
72
|
-
function
|
|
72
|
+
function MJEntityFormComponent_Conditional_89_Template(rf, ctx) { if (rf & 1) {
|
|
73
73
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
74
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
75
|
-
i0.ɵɵlistener("Navigate", function
|
|
74
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
75
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_89_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_89_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) {
|
|
78
78
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
79
79
|
i0.ɵɵadvance();
|
|
80
80
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entities", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entities"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntities"))("ShowToolbar", false);
|
|
81
81
|
} }
|
|
82
|
-
function
|
|
82
|
+
function MJEntityFormComponent_Conditional_91_Template(rf, ctx) { if (rf & 1) {
|
|
83
83
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
84
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
85
|
-
i0.ɵɵlistener("Navigate", function
|
|
84
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
85
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_91_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_91_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) {
|
|
88
88
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
89
89
|
i0.ɵɵadvance();
|
|
90
90
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Favorites", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Favorites"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserFavorites"))("ShowToolbar", false);
|
|
91
91
|
} }
|
|
92
|
-
function
|
|
92
|
+
function MJEntityFormComponent_Conditional_93_Template(rf, ctx) { if (rf & 1) {
|
|
93
93
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
94
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
95
|
-
i0.ɵɵlistener("Navigate", function
|
|
94
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
95
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_93_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_93_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) {
|
|
98
98
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
99
99
|
i0.ɵɵadvance();
|
|
100
100
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Company Integration Run Details", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Company Integration Run Details"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCompanyIntegrationRunDetails"))("ShowToolbar", false);
|
|
101
101
|
} }
|
|
102
|
-
function
|
|
102
|
+
function MJEntityFormComponent_Conditional_95_Template(rf, ctx) { if (rf & 1) {
|
|
103
103
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
104
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
105
|
-
i0.ɵɵlistener("Navigate", function
|
|
104
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
105
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_95_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_95_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) {
|
|
108
108
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
109
109
|
i0.ɵɵadvance();
|
|
110
110
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Application Entities", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Application Entities"))("AllowLoad", ctx_r1.IsSectionExpanded("mJApplicationEntities"))("ShowToolbar", false);
|
|
111
111
|
} }
|
|
112
|
-
function
|
|
112
|
+
function MJEntityFormComponent_Conditional_97_Template(rf, ctx) { if (rf & 1) {
|
|
113
113
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
114
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
115
|
-
i0.ɵɵlistener("Navigate", function
|
|
114
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
115
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_97_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_97_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) {
|
|
118
118
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
119
119
|
i0.ɵɵadvance();
|
|
120
120
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Application Entities", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Application Entities"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserApplicationEntities"))("ShowToolbar", false);
|
|
121
121
|
} }
|
|
122
|
-
function
|
|
122
|
+
function MJEntityFormComponent_Conditional_99_Template(rf, ctx) { if (rf & 1) {
|
|
123
123
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
124
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
125
|
-
i0.ɵɵlistener("Navigate", function
|
|
124
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
125
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_99_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_99_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) {
|
|
128
128
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
129
129
|
i0.ɵɵadvance();
|
|
130
130
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Lists", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Lists"))("AllowLoad", ctx_r1.IsSectionExpanded("mJLists"))("ShowToolbar", false);
|
|
131
131
|
} }
|
|
132
|
-
function
|
|
132
|
+
function MJEntityFormComponent_Conditional_101_Template(rf, ctx) { if (rf & 1) {
|
|
133
133
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
134
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
135
|
-
i0.ɵɵlistener("Navigate", function
|
|
134
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
135
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_101_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_101_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) {
|
|
138
138
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
139
139
|
i0.ɵɵadvance();
|
|
140
140
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Views", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Views"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserViews"))("ShowToolbar", false);
|
|
141
141
|
} }
|
|
142
|
-
function
|
|
142
|
+
function MJEntityFormComponent_Conditional_103_Template(rf, ctx) { if (rf & 1) {
|
|
143
143
|
const _r15 = i0.ɵɵgetCurrentView();
|
|
144
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
145
|
-
i0.ɵɵlistener("Navigate", function
|
|
144
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
145
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_103_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_103_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) {
|
|
148
148
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
149
149
|
i0.ɵɵadvance();
|
|
150
150
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Record Changes", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Record Changes"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecordChanges"))("ShowToolbar", false);
|
|
151
151
|
} }
|
|
152
|
-
function
|
|
152
|
+
function MJEntityFormComponent_Conditional_105_Template(rf, ctx) { if (rf & 1) {
|
|
153
153
|
const _r16 = i0.ɵɵgetCurrentView();
|
|
154
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
155
|
-
i0.ɵɵlistener("Navigate", function
|
|
154
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
155
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_105_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_105_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) {
|
|
158
158
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
159
159
|
i0.ɵɵadvance();
|
|
160
160
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Audit Logs", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Audit Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAuditLogs"))("ShowToolbar", false);
|
|
161
161
|
} }
|
|
162
|
-
function
|
|
162
|
+
function MJEntityFormComponent_Conditional_107_Template(rf, ctx) { if (rf & 1) {
|
|
163
163
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
164
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
165
|
-
i0.ɵɵlistener("Navigate", function
|
|
164
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
165
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_107_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_107_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) {
|
|
168
168
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
169
169
|
i0.ɵɵadvance();
|
|
170
170
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Resource Types", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Resource Types"))("AllowLoad", ctx_r1.IsSectionExpanded("mJResourceTypesEntityID"))("ShowToolbar", false);
|
|
171
171
|
} }
|
|
172
|
-
function
|
|
172
|
+
function MJEntityFormComponent_Conditional_109_Template(rf, ctx) { if (rf & 1) {
|
|
173
173
|
const _r18 = i0.ɵɵgetCurrentView();
|
|
174
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
175
|
-
i0.ɵɵlistener("Navigate", function
|
|
174
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
175
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_109_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_109_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) {
|
|
178
178
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
179
179
|
i0.ɵɵadvance();
|
|
180
180
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tagged Items", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tagged Items"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTaggedItems"))("ShowToolbar", false);
|
|
181
181
|
} }
|
|
182
|
-
function
|
|
182
|
+
function MJEntityFormComponent_Conditional_111_Template(rf, ctx) { if (rf & 1) {
|
|
183
183
|
const _r19 = i0.ɵɵgetCurrentView();
|
|
184
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
185
|
-
i0.ɵɵlistener("Navigate", function
|
|
184
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
185
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_111_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_111_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) {
|
|
188
188
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
189
189
|
i0.ɵɵadvance();
|
|
190
190
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dataset Items", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dataset Items"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDatasetItems"))("ShowToolbar", false);
|
|
191
191
|
} }
|
|
192
|
-
function
|
|
192
|
+
function MJEntityFormComponent_Conditional_113_Template(rf, ctx) { if (rf & 1) {
|
|
193
193
|
const _r20 = i0.ɵɵgetCurrentView();
|
|
194
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
195
|
-
i0.ɵɵlistener("Navigate", function
|
|
194
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
195
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_113_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_113_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) {
|
|
198
198
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
199
199
|
i0.ɵɵadvance();
|
|
200
200
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Company Integration Record Maps", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Company Integration Record Maps"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCompanyIntegrationRecordMaps"))("ShowToolbar", false);
|
|
201
201
|
} }
|
|
202
|
-
function
|
|
202
|
+
function MJEntityFormComponent_Conditional_115_Template(rf, ctx) { if (rf & 1) {
|
|
203
203
|
const _r21 = i0.ɵɵgetCurrentView();
|
|
204
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
205
|
-
i0.ɵɵlistener("Navigate", function
|
|
204
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
205
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_115_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_115_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) {
|
|
208
208
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
209
209
|
i0.ɵɵadvance();
|
|
210
210
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Record Merge Logs", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Record Merge Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecordMergeLogs"))("ShowToolbar", false);
|
|
211
211
|
} }
|
|
212
|
-
function
|
|
212
|
+
function MJEntityFormComponent_Conditional_117_Template(rf, ctx) { if (rf & 1) {
|
|
213
213
|
const _r22 = i0.ɵɵgetCurrentView();
|
|
214
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
215
|
-
i0.ɵɵlistener("Navigate", function
|
|
214
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
215
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_117_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_117_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) {
|
|
218
218
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
219
219
|
i0.ɵɵadvance();
|
|
220
220
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Query Fields", "SourceEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Query Fields"))("AllowLoad", ctx_r1.IsSectionExpanded("mJQueryFields"))("ShowToolbar", false);
|
|
221
221
|
} }
|
|
222
|
-
function
|
|
222
|
+
function MJEntityFormComponent_Conditional_119_Template(rf, ctx) { if (rf & 1) {
|
|
223
223
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
224
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
225
|
-
i0.ɵɵlistener("Navigate", function
|
|
224
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
225
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_119_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_119_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) {
|
|
228
228
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
229
229
|
i0.ɵɵadvance();
|
|
230
230
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversations", "LinkedEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversations"))("AllowLoad", ctx_r1.IsSectionExpanded("mJConversations"))("ShowToolbar", false);
|
|
231
231
|
} }
|
|
232
|
-
function
|
|
232
|
+
function MJEntityFormComponent_Conditional_121_Template(rf, ctx) { if (rf & 1) {
|
|
233
233
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
234
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
235
|
-
i0.ɵɵlistener("Navigate", function
|
|
234
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
235
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_121_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_121_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) {
|
|
238
238
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
239
239
|
i0.ɵɵadvance();
|
|
240
240
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Documents", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Documents"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityDocuments"))("ShowToolbar", false);
|
|
241
241
|
} }
|
|
242
|
-
function
|
|
242
|
+
function MJEntityFormComponent_Conditional_123_Template(rf, ctx) { if (rf & 1) {
|
|
243
243
|
const _r25 = i0.ɵɵgetCurrentView();
|
|
244
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
245
|
-
i0.ɵɵlistener("Navigate", function
|
|
244
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
245
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_123_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_123_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) {
|
|
248
248
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
249
249
|
i0.ɵɵadvance();
|
|
250
250
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Data Context Items", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Data Context Items"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDataContextItems"))("ShowToolbar", false);
|
|
251
251
|
} }
|
|
252
|
-
function
|
|
252
|
+
function MJEntityFormComponent_Conditional_125_Template(rf, ctx) { if (rf & 1) {
|
|
253
253
|
const _r26 = i0.ɵɵgetCurrentView();
|
|
254
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
255
|
-
i0.ɵɵlistener("Navigate", function
|
|
254
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
255
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_125_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_125_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) {
|
|
258
258
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
259
259
|
i0.ɵɵadvance();
|
|
260
260
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Users", "LinkedEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Users"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUsers"))("ShowToolbar", false);
|
|
261
261
|
} }
|
|
262
|
-
function
|
|
262
|
+
function MJEntityFormComponent_Conditional_127_Template(rf, ctx) { if (rf & 1) {
|
|
263
263
|
const _r27 = i0.ɵɵgetCurrentView();
|
|
264
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
265
|
-
i0.ɵɵlistener("Navigate", function
|
|
264
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
265
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_127_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_127_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) {
|
|
268
268
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
269
269
|
i0.ɵɵadvance();
|
|
270
270
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Record Documents", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Record Documents"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityRecordDocuments"))("ShowToolbar", false);
|
|
271
271
|
} }
|
|
272
|
-
function
|
|
272
|
+
function MJEntityFormComponent_Conditional_129_Template(rf, ctx) { if (rf & 1) {
|
|
273
273
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
274
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
275
|
-
i0.ɵɵlistener("Navigate", function
|
|
274
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
275
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_129_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_129_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) {
|
|
278
278
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
279
279
|
i0.ɵɵadvance();
|
|
280
280
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: File Entity Record Links", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: File Entity Record Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJFileEntityRecordLinks"))("ShowToolbar", false);
|
|
281
281
|
} }
|
|
282
|
-
function
|
|
282
|
+
function MJEntityFormComponent_Conditional_131_Template(rf, ctx) { if (rf & 1) {
|
|
283
283
|
const _r29 = i0.ɵɵgetCurrentView();
|
|
284
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
285
|
-
i0.ɵɵlistener("Navigate", function
|
|
284
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
285
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_131_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_131_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) {
|
|
288
288
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
289
289
|
i0.ɵɵadvance();
|
|
290
290
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User View Categories", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User View Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserViewCategories"))("ShowToolbar", false);
|
|
291
291
|
} }
|
|
292
|
-
function
|
|
292
|
+
function MJEntityFormComponent_Conditional_133_Template(rf, ctx) { if (rf & 1) {
|
|
293
293
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
294
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
295
|
-
i0.ɵɵlistener("Navigate", function
|
|
294
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
295
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_133_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_133_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) {
|
|
298
298
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
299
299
|
i0.ɵɵadvance();
|
|
300
300
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Settings", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Settings"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntitySettings"))("ShowToolbar", false);
|
|
301
301
|
} }
|
|
302
|
-
function
|
|
302
|
+
function MJEntityFormComponent_Conditional_135_Template(rf, ctx) { if (rf & 1) {
|
|
303
303
|
const _r31 = i0.ɵɵgetCurrentView();
|
|
304
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
305
|
-
i0.ɵɵlistener("Navigate", function
|
|
304
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
305
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_135_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_135_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) {
|
|
308
308
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
309
309
|
i0.ɵɵadvance();
|
|
310
310
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Duplicate Runs", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Duplicate Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDuplicateRuns"))("ShowToolbar", false);
|
|
311
311
|
} }
|
|
312
|
-
function
|
|
312
|
+
function MJEntityFormComponent_Conditional_137_Template(rf, ctx) { if (rf & 1) {
|
|
313
313
|
const _r32 = i0.ɵɵgetCurrentView();
|
|
314
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
315
|
-
i0.ɵɵlistener("Navigate", function
|
|
314
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
315
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_137_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_137_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) {
|
|
318
318
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
319
319
|
i0.ɵɵadvance();
|
|
320
320
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Actions", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityActions"))("ShowToolbar", false);
|
|
321
321
|
} }
|
|
322
|
-
function
|
|
322
|
+
function MJEntityFormComponent_Conditional_139_Template(rf, ctx) { if (rf & 1) {
|
|
323
323
|
const _r33 = i0.ɵɵgetCurrentView();
|
|
324
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
325
|
-
i0.ɵɵlistener("Navigate", function
|
|
324
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
325
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_139_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_139_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) {
|
|
328
328
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
329
329
|
i0.ɵɵadvance();
|
|
330
330
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Template Params", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Template Params"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTemplateParams"))("ShowToolbar", false);
|
|
331
331
|
} }
|
|
332
|
-
function
|
|
332
|
+
function MJEntityFormComponent_Conditional_141_Template(rf, ctx) { if (rf & 1) {
|
|
333
333
|
const _r34 = i0.ɵɵgetCurrentView();
|
|
334
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
335
|
-
i0.ɵɵlistener("Navigate", function
|
|
334
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
335
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_141_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_141_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) {
|
|
338
338
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
339
339
|
i0.ɵɵadvance();
|
|
340
340
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Recommendations", "SourceEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Recommendations"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecommendations"))("ShowToolbar", false);
|
|
341
341
|
} }
|
|
342
|
-
function
|
|
342
|
+
function MJEntityFormComponent_Conditional_143_Template(rf, ctx) { if (rf & 1) {
|
|
343
343
|
const _r35 = i0.ɵɵgetCurrentView();
|
|
344
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
345
|
-
i0.ɵɵlistener("Navigate", function
|
|
344
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
345
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_143_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_143_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) {
|
|
348
348
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
349
349
|
i0.ɵɵadvance();
|
|
350
350
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Recommendation Items", "DestinationEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Recommendation Items"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecommendationItems"))("ShowToolbar", false);
|
|
351
351
|
} }
|
|
352
|
-
function
|
|
352
|
+
function MJEntityFormComponent_Conditional_145_Template(rf, ctx) { if (rf & 1) {
|
|
353
353
|
const _r36 = i0.ɵɵgetCurrentView();
|
|
354
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
355
|
-
i0.ɵɵlistener("Navigate", function
|
|
354
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
355
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_145_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_145_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) {
|
|
358
358
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
359
359
|
i0.ɵɵadvance();
|
|
360
360
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Communication Message Types", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Communication Message Types"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityCommunicationMessageTypes"))("ShowToolbar", false);
|
|
361
361
|
} }
|
|
362
|
-
function
|
|
362
|
+
function MJEntityFormComponent_Conditional_147_Template(rf, ctx) { if (rf & 1) {
|
|
363
363
|
const _r37 = i0.ɵɵgetCurrentView();
|
|
364
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
365
|
-
i0.ɵɵlistener("Navigate", function
|
|
364
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
365
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_147_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_147_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) {
|
|
368
368
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
369
369
|
i0.ɵɵadvance();
|
|
370
370
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Query Entities", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Query Entities"))("AllowLoad", ctx_r1.IsSectionExpanded("mJQueryEntities"))("ShowToolbar", false);
|
|
371
371
|
} }
|
|
372
|
-
function
|
|
372
|
+
function MJEntityFormComponent_Conditional_149_Template(rf, ctx) { if (rf & 1) {
|
|
373
373
|
const _r38 = i0.ɵɵgetCurrentView();
|
|
374
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
375
|
-
i0.ɵɵlistener("Navigate", function
|
|
374
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
375
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_149_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_149_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) {
|
|
378
378
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
379
379
|
i0.ɵɵadvance();
|
|
380
380
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Access Control Rules", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Access Control Rules"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAccessControlRules"))("ShowToolbar", false);
|
|
381
381
|
} }
|
|
382
|
-
function
|
|
382
|
+
function MJEntityFormComponent_Conditional_151_Template(rf, ctx) { if (rf & 1) {
|
|
383
383
|
const _r39 = i0.ɵɵgetCurrentView();
|
|
384
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
385
|
-
i0.ɵɵlistener("Navigate", function
|
|
384
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
385
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_151_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_151_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) {
|
|
388
388
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
389
389
|
i0.ɵɵadvance();
|
|
390
390
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Record Links", "TargetEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Record Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecordLinksTargetEntityID"))("ShowToolbar", false);
|
|
391
391
|
} }
|
|
392
|
-
function
|
|
392
|
+
function MJEntityFormComponent_Conditional_153_Template(rf, ctx) { if (rf & 1) {
|
|
393
393
|
const _r40 = i0.ɵɵgetCurrentView();
|
|
394
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
395
|
-
i0.ɵɵlistener("Navigate", function
|
|
394
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
395
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_153_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_153_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) {
|
|
398
398
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
399
399
|
i0.ɵɵadvance();
|
|
400
400
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "PrimaryScopeEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("ShowToolbar", false);
|
|
401
401
|
} }
|
|
402
|
-
function
|
|
402
|
+
function MJEntityFormComponent_Conditional_155_Template(rf, ctx) { if (rf & 1) {
|
|
403
403
|
const _r41 = i0.ɵɵgetCurrentView();
|
|
404
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
405
|
-
i0.ɵɵlistener("Navigate", function
|
|
404
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
405
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_155_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_155_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) {
|
|
408
408
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
409
409
|
i0.ɵɵadvance();
|
|
410
410
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Notes", "PrimaryScopeEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Notes"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentNotes"))("ShowToolbar", false);
|
|
411
411
|
} }
|
|
412
|
-
function
|
|
412
|
+
function MJEntityFormComponent_Conditional_157_Template(rf, ctx) { if (rf & 1) {
|
|
413
413
|
const _r42 = i0.ɵɵgetCurrentView();
|
|
414
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
415
|
-
i0.ɵɵlistener("Navigate", function
|
|
414
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
415
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_157_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_157_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) {
|
|
418
418
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
419
419
|
i0.ɵɵadvance();
|
|
420
420
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Version Label Items", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Version Label Items"))("AllowLoad", ctx_r1.IsSectionExpanded("mJVersionLabelItems"))("ShowToolbar", false);
|
|
421
421
|
} }
|
|
422
|
-
function
|
|
422
|
+
function MJEntityFormComponent_Conditional_159_Template(rf, ctx) { if (rf & 1) {
|
|
423
423
|
const _r43 = i0.ɵɵgetCurrentView();
|
|
424
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
425
|
-
i0.ɵɵlistener("Navigate", function
|
|
424
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
425
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_159_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_159_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) {
|
|
428
428
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
429
429
|
i0.ɵɵadvance();
|
|
430
430
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Version Labels", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Version Labels"))("AllowLoad", ctx_r1.IsSectionExpanded("mJVersionLabels"))("ShowToolbar", false);
|
|
431
431
|
} }
|
|
432
|
-
function
|
|
432
|
+
function MJEntityFormComponent_Conditional_161_Template(rf, ctx) { if (rf & 1) {
|
|
433
433
|
const _r44 = i0.ɵɵgetCurrentView();
|
|
434
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
435
|
-
i0.ɵɵlistener("Navigate", function
|
|
434
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
435
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_161_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_161_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) {
|
|
438
438
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
439
439
|
i0.ɵɵadvance();
|
|
440
440
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity AI Actions", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity AI Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityAIActionsEntityID"))("ShowToolbar", false);
|
|
441
441
|
} }
|
|
442
|
-
function
|
|
442
|
+
function MJEntityFormComponent_Conditional_163_Template(rf, ctx) { if (rf & 1) {
|
|
443
443
|
const _r45 = i0.ɵɵgetCurrentView();
|
|
444
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
445
|
-
i0.ɵɵlistener("Navigate", function
|
|
444
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
445
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_163_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_163_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) {
|
|
448
448
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
449
449
|
i0.ɵɵadvance();
|
|
450
450
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Relationships", "RelatedEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Relationships"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityRelationshipsRelatedEntityID"))("ShowToolbar", false);
|
|
451
451
|
} }
|
|
452
|
-
function
|
|
452
|
+
function MJEntityFormComponent_Conditional_165_Template(rf, ctx) { if (rf & 1) {
|
|
453
453
|
const _r46 = i0.ɵɵgetCurrentView();
|
|
454
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
455
|
-
i0.ɵɵlistener("Navigate", function
|
|
454
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
455
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_165_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_165_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) {
|
|
458
458
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
459
459
|
i0.ɵɵadvance();
|
|
460
460
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Organic Key Related Entities", "RelatedEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Organic Key Related Entities"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityOrganicKeyRelatedEntities"))("ShowToolbar", false);
|
|
461
461
|
} }
|
|
462
|
-
function
|
|
462
|
+
function MJEntityFormComponent_Conditional_167_Template(rf, ctx) { if (rf & 1) {
|
|
463
463
|
const _r47 = i0.ɵɵgetCurrentView();
|
|
464
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
465
|
-
i0.ɵɵlistener("Navigate", function
|
|
464
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
465
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_167_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_167_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) {
|
|
468
468
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
469
469
|
i0.ɵɵadvance();
|
|
470
470
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Organic Keys", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Organic Keys"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityOrganicKeys"))("ShowToolbar", false);
|
|
471
471
|
} }
|
|
472
|
-
function
|
|
472
|
+
function MJEntityFormComponent_Conditional_169_Template(rf, ctx) { if (rf & 1) {
|
|
473
473
|
const _r48 = i0.ɵɵgetCurrentView();
|
|
474
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
475
|
-
i0.ɵɵlistener("Navigate", function
|
|
474
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
475
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_169_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_169_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) {
|
|
478
478
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
479
479
|
i0.ɵɵadvance();
|
|
480
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
480
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Record Geo Codes", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Record Geo Codes"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecordGeoCodes"))("ShowToolbar", false);
|
|
481
481
|
} }
|
|
482
|
-
function
|
|
482
|
+
function MJEntityFormComponent_Conditional_171_Template(rf, ctx) { if (rf & 1) {
|
|
483
483
|
const _r49 = i0.ɵɵgetCurrentView();
|
|
484
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
485
|
-
i0.ɵɵlistener("Navigate", function
|
|
484
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
485
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_171_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_171_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) {
|
|
488
488
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
489
489
|
i0.ɵɵadvance();
|
|
490
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
490
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Generated Codes", "LinkedEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Generated Codes"))("AllowLoad", ctx_r1.IsSectionExpanded("mJGeneratedCodes"))("ShowToolbar", false);
|
|
491
491
|
} }
|
|
492
|
-
function
|
|
492
|
+
function MJEntityFormComponent_Conditional_173_Template(rf, ctx) { if (rf & 1) {
|
|
493
493
|
const _r50 = i0.ɵɵgetCurrentView();
|
|
494
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
495
|
-
i0.ɵɵlistener("Navigate", function
|
|
494
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
495
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_173_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_173_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) {
|
|
498
498
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
499
499
|
i0.ɵɵadvance();
|
|
500
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
500
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Record Links", "SourceEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Record Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecordLinksSourceEntityID"))("ShowToolbar", false);
|
|
501
501
|
} }
|
|
502
|
-
function
|
|
502
|
+
function MJEntityFormComponent_Conditional_175_Template(rf, ctx) { if (rf & 1) {
|
|
503
503
|
const _r51 = i0.ɵɵgetCurrentView();
|
|
504
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
505
|
-
i0.ɵɵlistener("Navigate", function
|
|
504
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
505
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_175_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_175_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) {
|
|
508
508
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
509
509
|
i0.ɵɵadvance();
|
|
510
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity
|
|
510
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Company Integration Entity Maps", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Company Integration Entity Maps"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCompanyIntegrationEntityMaps"))("ShowToolbar", false);
|
|
511
511
|
} }
|
|
512
|
-
function
|
|
512
|
+
function MJEntityFormComponent_Conditional_177_Template(rf, ctx) { if (rf & 1) {
|
|
513
513
|
const _r52 = i0.ɵɵgetCurrentView();
|
|
514
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
515
|
-
i0.ɵɵlistener("Navigate", function
|
|
514
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
515
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_177_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_177_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) {
|
|
518
518
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
519
519
|
i0.ɵɵadvance();
|
|
520
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
520
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity Fields", "RelatedEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity Fields"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityFieldsRelatedEntityID"))("ShowToolbar", false);
|
|
521
521
|
} }
|
|
522
|
-
function
|
|
522
|
+
function MJEntityFormComponent_Conditional_179_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
|
|
524
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
525
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_179_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_179_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJResourceTypesCategoryEntityID", $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: Resource Types", "CategoryEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Resource Types"))("AllowLoad", ctx_r1.IsSectionExpanded("mJResourceTypesCategoryEntityID"))("ShowToolbar", false);
|
|
531
531
|
} }
|
|
532
|
-
function
|
|
532
|
+
function MJEntityFormComponent_Conditional_181_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
|
|
534
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
535
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_181_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_181_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJContentSources", $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: Content Sources", "EntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Content Sources"))("AllowLoad", ctx_r1.IsSectionExpanded("mJContentSources"))("ShowToolbar", false);
|
|
541
541
|
} }
|
|
542
|
-
function
|
|
542
|
+
function MJEntityFormComponent_Conditional_183_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
|
|
544
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
545
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_183_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_183_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
|
|
546
|
+
i0.ɵɵelementEnd()();
|
|
547
|
+
} if (rf & 2) {
|
|
548
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
549
|
+
i0.ɵɵadvance();
|
|
550
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "TargetLogEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("ShowToolbar", false);
|
|
551
|
+
} }
|
|
552
|
+
function MJEntityFormComponent_Conditional_185_Template(rf, ctx) { if (rf & 1) {
|
|
553
|
+
const _r56 = i0.ɵɵgetCurrentView();
|
|
554
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 131);
|
|
555
|
+
i0.ɵɵlistener("Navigate", function MJEntityFormComponent_Conditional_185_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_185_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
|
|
546
556
|
i0.ɵɵelementEnd()();
|
|
547
557
|
} if (rf & 2) {
|
|
548
558
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -606,6 +616,7 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
606
616
|
{ sectionKey: 'mJEntityRelationshipsRelatedEntityID', sectionName: 'Entity Relationships (Related Entity ID)', isExpanded: false },
|
|
607
617
|
{ sectionKey: 'mJEntityOrganicKeyRelatedEntities', sectionName: 'Entity Organic Key Related Entities', isExpanded: false },
|
|
608
618
|
{ sectionKey: 'mJEntityOrganicKeys', sectionName: 'Entity Organic Keys', isExpanded: false },
|
|
619
|
+
{ sectionKey: 'mJRecordGeoCodes', sectionName: 'Record Geo Codes', isExpanded: false },
|
|
609
620
|
{ sectionKey: 'mJGeneratedCodes', sectionName: 'Generated Codes', isExpanded: false },
|
|
610
621
|
{ sectionKey: 'mJRecordLinksSourceEntityID', sectionName: 'Record Links (Source Entity ID)', isExpanded: false },
|
|
611
622
|
{ sectionKey: 'mJCompanyIntegrationEntityMaps', sectionName: 'Company Integration Entity Maps', isExpanded: false },
|
|
@@ -617,191 +628,194 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
617
628
|
]);
|
|
618
629
|
}
|
|
619
630
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJEntityFormComponent_BaseFactory; return function MJEntityFormComponent_Factory(__ngFactoryType__) { return (ɵMJEntityFormComponent_BaseFactory || (ɵMJEntityFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(MJEntityFormComponent)))(__ngFactoryType__ || MJEntityFormComponent); }; })(); }
|
|
620
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJEntityFormComponent, selectors: [["gen-mjentity-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 179, vars: 538, 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"], ["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"], ["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", "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", "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) {
|
|
631
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJEntityFormComponent, selectors: [["gen-mjentity-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 186, vars: 563, 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", "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) {
|
|
621
632
|
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
622
633
|
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(); });
|
|
623
634
|
i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
|
|
624
635
|
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17);
|
|
625
636
|
i0.ɵɵelementEnd();
|
|
626
637
|
i0.ɵɵelementStart(18, "mj-collapsible-panel", 18);
|
|
627
|
-
i0.ɵɵelement(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23);
|
|
638
|
+
i0.ɵɵelement(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25);
|
|
639
|
+
i0.ɵɵelementEnd();
|
|
640
|
+
i0.ɵɵelementStart(26, "mj-collapsible-panel", 26);
|
|
641
|
+
i0.ɵɵelement(27, "mj-form-field", 27)(28, "mj-form-field", 28)(29, "mj-form-field", 29)(30, "mj-form-field", 30)(31, "mj-form-field", 31)(32, "mj-form-field", 32)(33, "mj-form-field", 33);
|
|
628
642
|
i0.ɵɵelementEnd();
|
|
629
|
-
i0.ɵɵelementStart(
|
|
630
|
-
i0.ɵɵelement(
|
|
643
|
+
i0.ɵɵelementStart(34, "mj-collapsible-panel", 34);
|
|
644
|
+
i0.ɵɵelement(35, "mj-form-field", 35)(36, "mj-form-field", 36)(37, "mj-form-field", 37)(38, "mj-form-field", 38)(39, "mj-form-field", 39)(40, "mj-form-field", 40)(41, "mj-form-field", 41)(42, "mj-form-field", 42)(43, "mj-form-field", 43)(44, "mj-form-field", 44)(45, "mj-form-field", 45)(46, "mj-form-field", 46)(47, "mj-form-field", 47)(48, "mj-form-field", 48)(49, "mj-form-field", 49)(50, "mj-form-field", 50)(51, "mj-form-field", 51)(52, "mj-form-field", 52)(53, "mj-form-field", 53)(54, "mj-form-field", 54)(55, "mj-form-field", 55)(56, "mj-form-field", 56)(57, "mj-form-field", 57);
|
|
631
645
|
i0.ɵɵelementEnd();
|
|
632
|
-
i0.ɵɵelementStart(
|
|
633
|
-
i0.ɵɵelement(
|
|
646
|
+
i0.ɵɵelementStart(58, "mj-collapsible-panel", 58);
|
|
647
|
+
i0.ɵɵelement(59, "mj-form-field", 59)(60, "mj-form-field", 60)(61, "mj-form-field", 61)(62, "mj-form-field", 62)(63, "mj-form-field", 63)(64, "mj-form-field", 64)(65, "mj-form-field", 65)(66, "mj-form-field", 66)(67, "mj-form-field", 67)(68, "mj-form-field", 68);
|
|
634
648
|
i0.ɵɵelementEnd();
|
|
635
|
-
i0.ɵɵelementStart(
|
|
636
|
-
i0.ɵɵelement(
|
|
649
|
+
i0.ɵɵelementStart(69, "mj-collapsible-panel", 69);
|
|
650
|
+
i0.ɵɵelement(70, "mj-form-field", 70)(71, "mj-form-field", 71)(72, "mj-form-field", 72);
|
|
637
651
|
i0.ɵɵelementEnd();
|
|
638
|
-
i0.ɵɵelementStart(
|
|
639
|
-
i0.ɵɵelement(
|
|
652
|
+
i0.ɵɵelementStart(73, "mj-collapsible-panel", 73);
|
|
653
|
+
i0.ɵɵelement(74, "mj-form-field", 74)(75, "mj-form-field", 75);
|
|
640
654
|
i0.ɵɵelementEnd();
|
|
641
|
-
i0.ɵɵelementStart(
|
|
642
|
-
i0.ɵɵ
|
|
655
|
+
i0.ɵɵelementStart(76, "mj-collapsible-panel", 76);
|
|
656
|
+
i0.ɵɵconditionalCreate(77, MJEntityFormComponent_Conditional_77_Template, 2, 4, "div");
|
|
643
657
|
i0.ɵɵelementEnd();
|
|
644
|
-
i0.ɵɵelementStart(
|
|
645
|
-
i0.ɵɵconditionalCreate(
|
|
658
|
+
i0.ɵɵelementStart(78, "mj-collapsible-panel", 77);
|
|
659
|
+
i0.ɵɵconditionalCreate(79, MJEntityFormComponent_Conditional_79_Template, 2, 4, "div");
|
|
646
660
|
i0.ɵɵelementEnd();
|
|
647
|
-
i0.ɵɵelementStart(
|
|
648
|
-
i0.ɵɵconditionalCreate(
|
|
661
|
+
i0.ɵɵelementStart(80, "mj-collapsible-panel", 78);
|
|
662
|
+
i0.ɵɵconditionalCreate(81, MJEntityFormComponent_Conditional_81_Template, 2, 4, "div");
|
|
649
663
|
i0.ɵɵelementEnd();
|
|
650
|
-
i0.ɵɵelementStart(
|
|
651
|
-
i0.ɵɵconditionalCreate(
|
|
664
|
+
i0.ɵɵelementStart(82, "mj-collapsible-panel", 79);
|
|
665
|
+
i0.ɵɵconditionalCreate(83, MJEntityFormComponent_Conditional_83_Template, 2, 4, "div");
|
|
652
666
|
i0.ɵɵelementEnd();
|
|
653
|
-
i0.ɵɵelementStart(
|
|
654
|
-
i0.ɵɵconditionalCreate(
|
|
667
|
+
i0.ɵɵelementStart(84, "mj-collapsible-panel", 80);
|
|
668
|
+
i0.ɵɵconditionalCreate(85, MJEntityFormComponent_Conditional_85_Template, 2, 4, "div");
|
|
655
669
|
i0.ɵɵelementEnd();
|
|
656
|
-
i0.ɵɵelementStart(
|
|
657
|
-
i0.ɵɵconditionalCreate(
|
|
670
|
+
i0.ɵɵelementStart(86, "mj-collapsible-panel", 81);
|
|
671
|
+
i0.ɵɵconditionalCreate(87, MJEntityFormComponent_Conditional_87_Template, 2, 4, "div");
|
|
658
672
|
i0.ɵɵelementEnd();
|
|
659
|
-
i0.ɵɵelementStart(
|
|
660
|
-
i0.ɵɵconditionalCreate(
|
|
673
|
+
i0.ɵɵelementStart(88, "mj-collapsible-panel", 82);
|
|
674
|
+
i0.ɵɵconditionalCreate(89, MJEntityFormComponent_Conditional_89_Template, 2, 4, "div");
|
|
661
675
|
i0.ɵɵelementEnd();
|
|
662
|
-
i0.ɵɵelementStart(
|
|
663
|
-
i0.ɵɵconditionalCreate(
|
|
676
|
+
i0.ɵɵelementStart(90, "mj-collapsible-panel", 83);
|
|
677
|
+
i0.ɵɵconditionalCreate(91, MJEntityFormComponent_Conditional_91_Template, 2, 4, "div");
|
|
664
678
|
i0.ɵɵelementEnd();
|
|
665
|
-
i0.ɵɵelementStart(
|
|
666
|
-
i0.ɵɵconditionalCreate(
|
|
679
|
+
i0.ɵɵelementStart(92, "mj-collapsible-panel", 84);
|
|
680
|
+
i0.ɵɵconditionalCreate(93, MJEntityFormComponent_Conditional_93_Template, 2, 4, "div");
|
|
667
681
|
i0.ɵɵelementEnd();
|
|
668
|
-
i0.ɵɵelementStart(
|
|
669
|
-
i0.ɵɵconditionalCreate(
|
|
682
|
+
i0.ɵɵelementStart(94, "mj-collapsible-panel", 85);
|
|
683
|
+
i0.ɵɵconditionalCreate(95, MJEntityFormComponent_Conditional_95_Template, 2, 4, "div");
|
|
670
684
|
i0.ɵɵelementEnd();
|
|
671
|
-
i0.ɵɵelementStart(
|
|
672
|
-
i0.ɵɵconditionalCreate(
|
|
685
|
+
i0.ɵɵelementStart(96, "mj-collapsible-panel", 86);
|
|
686
|
+
i0.ɵɵconditionalCreate(97, MJEntityFormComponent_Conditional_97_Template, 2, 4, "div");
|
|
673
687
|
i0.ɵɵelementEnd();
|
|
674
|
-
i0.ɵɵelementStart(
|
|
675
|
-
i0.ɵɵconditionalCreate(
|
|
688
|
+
i0.ɵɵelementStart(98, "mj-collapsible-panel", 87);
|
|
689
|
+
i0.ɵɵconditionalCreate(99, MJEntityFormComponent_Conditional_99_Template, 2, 4, "div");
|
|
676
690
|
i0.ɵɵelementEnd();
|
|
677
|
-
i0.ɵɵelementStart(
|
|
678
|
-
i0.ɵɵconditionalCreate(
|
|
691
|
+
i0.ɵɵelementStart(100, "mj-collapsible-panel", 88);
|
|
692
|
+
i0.ɵɵconditionalCreate(101, MJEntityFormComponent_Conditional_101_Template, 2, 4, "div");
|
|
679
693
|
i0.ɵɵelementEnd();
|
|
680
|
-
i0.ɵɵelementStart(
|
|
681
|
-
i0.ɵɵconditionalCreate(
|
|
694
|
+
i0.ɵɵelementStart(102, "mj-collapsible-panel", 89);
|
|
695
|
+
i0.ɵɵconditionalCreate(103, MJEntityFormComponent_Conditional_103_Template, 2, 4, "div");
|
|
682
696
|
i0.ɵɵelementEnd();
|
|
683
|
-
i0.ɵɵelementStart(
|
|
684
|
-
i0.ɵɵconditionalCreate(
|
|
697
|
+
i0.ɵɵelementStart(104, "mj-collapsible-panel", 90);
|
|
698
|
+
i0.ɵɵconditionalCreate(105, MJEntityFormComponent_Conditional_105_Template, 2, 4, "div");
|
|
685
699
|
i0.ɵɵelementEnd();
|
|
686
|
-
i0.ɵɵelementStart(
|
|
687
|
-
i0.ɵɵconditionalCreate(
|
|
700
|
+
i0.ɵɵelementStart(106, "mj-collapsible-panel", 91);
|
|
701
|
+
i0.ɵɵconditionalCreate(107, MJEntityFormComponent_Conditional_107_Template, 2, 4, "div");
|
|
688
702
|
i0.ɵɵelementEnd();
|
|
689
|
-
i0.ɵɵelementStart(
|
|
690
|
-
i0.ɵɵconditionalCreate(
|
|
703
|
+
i0.ɵɵelementStart(108, "mj-collapsible-panel", 92);
|
|
704
|
+
i0.ɵɵconditionalCreate(109, MJEntityFormComponent_Conditional_109_Template, 2, 4, "div");
|
|
691
705
|
i0.ɵɵelementEnd();
|
|
692
|
-
i0.ɵɵelementStart(
|
|
693
|
-
i0.ɵɵconditionalCreate(
|
|
706
|
+
i0.ɵɵelementStart(110, "mj-collapsible-panel", 93);
|
|
707
|
+
i0.ɵɵconditionalCreate(111, MJEntityFormComponent_Conditional_111_Template, 2, 4, "div");
|
|
694
708
|
i0.ɵɵelementEnd();
|
|
695
|
-
i0.ɵɵelementStart(
|
|
696
|
-
i0.ɵɵconditionalCreate(
|
|
709
|
+
i0.ɵɵelementStart(112, "mj-collapsible-panel", 94);
|
|
710
|
+
i0.ɵɵconditionalCreate(113, MJEntityFormComponent_Conditional_113_Template, 2, 4, "div");
|
|
697
711
|
i0.ɵɵelementEnd();
|
|
698
|
-
i0.ɵɵelementStart(
|
|
699
|
-
i0.ɵɵconditionalCreate(
|
|
712
|
+
i0.ɵɵelementStart(114, "mj-collapsible-panel", 95);
|
|
713
|
+
i0.ɵɵconditionalCreate(115, MJEntityFormComponent_Conditional_115_Template, 2, 4, "div");
|
|
700
714
|
i0.ɵɵelementEnd();
|
|
701
|
-
i0.ɵɵelementStart(
|
|
702
|
-
i0.ɵɵconditionalCreate(
|
|
715
|
+
i0.ɵɵelementStart(116, "mj-collapsible-panel", 96);
|
|
716
|
+
i0.ɵɵconditionalCreate(117, MJEntityFormComponent_Conditional_117_Template, 2, 4, "div");
|
|
703
717
|
i0.ɵɵelementEnd();
|
|
704
|
-
i0.ɵɵelementStart(
|
|
705
|
-
i0.ɵɵconditionalCreate(
|
|
718
|
+
i0.ɵɵelementStart(118, "mj-collapsible-panel", 97);
|
|
719
|
+
i0.ɵɵconditionalCreate(119, MJEntityFormComponent_Conditional_119_Template, 2, 4, "div");
|
|
706
720
|
i0.ɵɵelementEnd();
|
|
707
|
-
i0.ɵɵelementStart(
|
|
708
|
-
i0.ɵɵconditionalCreate(
|
|
721
|
+
i0.ɵɵelementStart(120, "mj-collapsible-panel", 98);
|
|
722
|
+
i0.ɵɵconditionalCreate(121, MJEntityFormComponent_Conditional_121_Template, 2, 4, "div");
|
|
709
723
|
i0.ɵɵelementEnd();
|
|
710
|
-
i0.ɵɵelementStart(
|
|
711
|
-
i0.ɵɵconditionalCreate(
|
|
724
|
+
i0.ɵɵelementStart(122, "mj-collapsible-panel", 99);
|
|
725
|
+
i0.ɵɵconditionalCreate(123, MJEntityFormComponent_Conditional_123_Template, 2, 4, "div");
|
|
712
726
|
i0.ɵɵelementEnd();
|
|
713
|
-
i0.ɵɵelementStart(
|
|
714
|
-
i0.ɵɵconditionalCreate(
|
|
727
|
+
i0.ɵɵelementStart(124, "mj-collapsible-panel", 100);
|
|
728
|
+
i0.ɵɵconditionalCreate(125, MJEntityFormComponent_Conditional_125_Template, 2, 4, "div");
|
|
715
729
|
i0.ɵɵelementEnd();
|
|
716
|
-
i0.ɵɵelementStart(
|
|
717
|
-
i0.ɵɵconditionalCreate(
|
|
730
|
+
i0.ɵɵelementStart(126, "mj-collapsible-panel", 101);
|
|
731
|
+
i0.ɵɵconditionalCreate(127, MJEntityFormComponent_Conditional_127_Template, 2, 4, "div");
|
|
718
732
|
i0.ɵɵelementEnd();
|
|
719
|
-
i0.ɵɵelementStart(
|
|
720
|
-
i0.ɵɵconditionalCreate(
|
|
733
|
+
i0.ɵɵelementStart(128, "mj-collapsible-panel", 102);
|
|
734
|
+
i0.ɵɵconditionalCreate(129, MJEntityFormComponent_Conditional_129_Template, 2, 4, "div");
|
|
721
735
|
i0.ɵɵelementEnd();
|
|
722
|
-
i0.ɵɵelementStart(
|
|
723
|
-
i0.ɵɵconditionalCreate(
|
|
736
|
+
i0.ɵɵelementStart(130, "mj-collapsible-panel", 103);
|
|
737
|
+
i0.ɵɵconditionalCreate(131, MJEntityFormComponent_Conditional_131_Template, 2, 4, "div");
|
|
724
738
|
i0.ɵɵelementEnd();
|
|
725
|
-
i0.ɵɵelementStart(
|
|
726
|
-
i0.ɵɵconditionalCreate(
|
|
739
|
+
i0.ɵɵelementStart(132, "mj-collapsible-panel", 104);
|
|
740
|
+
i0.ɵɵconditionalCreate(133, MJEntityFormComponent_Conditional_133_Template, 2, 4, "div");
|
|
727
741
|
i0.ɵɵelementEnd();
|
|
728
|
-
i0.ɵɵelementStart(
|
|
729
|
-
i0.ɵɵconditionalCreate(
|
|
742
|
+
i0.ɵɵelementStart(134, "mj-collapsible-panel", 105);
|
|
743
|
+
i0.ɵɵconditionalCreate(135, MJEntityFormComponent_Conditional_135_Template, 2, 4, "div");
|
|
730
744
|
i0.ɵɵelementEnd();
|
|
731
|
-
i0.ɵɵelementStart(
|
|
732
|
-
i0.ɵɵconditionalCreate(
|
|
745
|
+
i0.ɵɵelementStart(136, "mj-collapsible-panel", 106);
|
|
746
|
+
i0.ɵɵconditionalCreate(137, MJEntityFormComponent_Conditional_137_Template, 2, 4, "div");
|
|
733
747
|
i0.ɵɵelementEnd();
|
|
734
|
-
i0.ɵɵelementStart(
|
|
735
|
-
i0.ɵɵconditionalCreate(
|
|
748
|
+
i0.ɵɵelementStart(138, "mj-collapsible-panel", 107);
|
|
749
|
+
i0.ɵɵconditionalCreate(139, MJEntityFormComponent_Conditional_139_Template, 2, 4, "div");
|
|
736
750
|
i0.ɵɵelementEnd();
|
|
737
|
-
i0.ɵɵelementStart(
|
|
738
|
-
i0.ɵɵconditionalCreate(
|
|
751
|
+
i0.ɵɵelementStart(140, "mj-collapsible-panel", 108);
|
|
752
|
+
i0.ɵɵconditionalCreate(141, MJEntityFormComponent_Conditional_141_Template, 2, 4, "div");
|
|
739
753
|
i0.ɵɵelementEnd();
|
|
740
|
-
i0.ɵɵelementStart(
|
|
741
|
-
i0.ɵɵconditionalCreate(
|
|
754
|
+
i0.ɵɵelementStart(142, "mj-collapsible-panel", 109);
|
|
755
|
+
i0.ɵɵconditionalCreate(143, MJEntityFormComponent_Conditional_143_Template, 2, 4, "div");
|
|
742
756
|
i0.ɵɵelementEnd();
|
|
743
|
-
i0.ɵɵelementStart(
|
|
744
|
-
i0.ɵɵconditionalCreate(
|
|
757
|
+
i0.ɵɵelementStart(144, "mj-collapsible-panel", 110);
|
|
758
|
+
i0.ɵɵconditionalCreate(145, MJEntityFormComponent_Conditional_145_Template, 2, 4, "div");
|
|
745
759
|
i0.ɵɵelementEnd();
|
|
746
|
-
i0.ɵɵelementStart(
|
|
747
|
-
i0.ɵɵconditionalCreate(
|
|
760
|
+
i0.ɵɵelementStart(146, "mj-collapsible-panel", 111);
|
|
761
|
+
i0.ɵɵconditionalCreate(147, MJEntityFormComponent_Conditional_147_Template, 2, 4, "div");
|
|
748
762
|
i0.ɵɵelementEnd();
|
|
749
|
-
i0.ɵɵelementStart(
|
|
750
|
-
i0.ɵɵconditionalCreate(
|
|
763
|
+
i0.ɵɵelementStart(148, "mj-collapsible-panel", 112);
|
|
764
|
+
i0.ɵɵconditionalCreate(149, MJEntityFormComponent_Conditional_149_Template, 2, 4, "div");
|
|
751
765
|
i0.ɵɵelementEnd();
|
|
752
|
-
i0.ɵɵelementStart(
|
|
753
|
-
i0.ɵɵconditionalCreate(
|
|
766
|
+
i0.ɵɵelementStart(150, "mj-collapsible-panel", 113);
|
|
767
|
+
i0.ɵɵconditionalCreate(151, MJEntityFormComponent_Conditional_151_Template, 2, 4, "div");
|
|
754
768
|
i0.ɵɵelementEnd();
|
|
755
|
-
i0.ɵɵelementStart(
|
|
756
|
-
i0.ɵɵconditionalCreate(
|
|
769
|
+
i0.ɵɵelementStart(152, "mj-collapsible-panel", 114);
|
|
770
|
+
i0.ɵɵconditionalCreate(153, MJEntityFormComponent_Conditional_153_Template, 2, 4, "div");
|
|
757
771
|
i0.ɵɵelementEnd();
|
|
758
|
-
i0.ɵɵelementStart(
|
|
759
|
-
i0.ɵɵconditionalCreate(
|
|
772
|
+
i0.ɵɵelementStart(154, "mj-collapsible-panel", 115);
|
|
773
|
+
i0.ɵɵconditionalCreate(155, MJEntityFormComponent_Conditional_155_Template, 2, 4, "div");
|
|
760
774
|
i0.ɵɵelementEnd();
|
|
761
|
-
i0.ɵɵelementStart(
|
|
762
|
-
i0.ɵɵconditionalCreate(
|
|
775
|
+
i0.ɵɵelementStart(156, "mj-collapsible-panel", 116);
|
|
776
|
+
i0.ɵɵconditionalCreate(157, MJEntityFormComponent_Conditional_157_Template, 2, 4, "div");
|
|
763
777
|
i0.ɵɵelementEnd();
|
|
764
|
-
i0.ɵɵelementStart(
|
|
765
|
-
i0.ɵɵconditionalCreate(
|
|
778
|
+
i0.ɵɵelementStart(158, "mj-collapsible-panel", 117);
|
|
779
|
+
i0.ɵɵconditionalCreate(159, MJEntityFormComponent_Conditional_159_Template, 2, 4, "div");
|
|
766
780
|
i0.ɵɵelementEnd();
|
|
767
|
-
i0.ɵɵelementStart(
|
|
768
|
-
i0.ɵɵconditionalCreate(
|
|
781
|
+
i0.ɵɵelementStart(160, "mj-collapsible-panel", 118);
|
|
782
|
+
i0.ɵɵconditionalCreate(161, MJEntityFormComponent_Conditional_161_Template, 2, 4, "div");
|
|
769
783
|
i0.ɵɵelementEnd();
|
|
770
|
-
i0.ɵɵelementStart(
|
|
771
|
-
i0.ɵɵconditionalCreate(
|
|
784
|
+
i0.ɵɵelementStart(162, "mj-collapsible-panel", 119);
|
|
785
|
+
i0.ɵɵconditionalCreate(163, MJEntityFormComponent_Conditional_163_Template, 2, 4, "div");
|
|
772
786
|
i0.ɵɵelementEnd();
|
|
773
|
-
i0.ɵɵelementStart(
|
|
774
|
-
i0.ɵɵconditionalCreate(
|
|
787
|
+
i0.ɵɵelementStart(164, "mj-collapsible-panel", 120);
|
|
788
|
+
i0.ɵɵconditionalCreate(165, MJEntityFormComponent_Conditional_165_Template, 2, 4, "div");
|
|
775
789
|
i0.ɵɵelementEnd();
|
|
776
|
-
i0.ɵɵelementStart(
|
|
777
|
-
i0.ɵɵconditionalCreate(
|
|
790
|
+
i0.ɵɵelementStart(166, "mj-collapsible-panel", 121);
|
|
791
|
+
i0.ɵɵconditionalCreate(167, MJEntityFormComponent_Conditional_167_Template, 2, 4, "div");
|
|
778
792
|
i0.ɵɵelementEnd();
|
|
779
|
-
i0.ɵɵelementStart(
|
|
780
|
-
i0.ɵɵconditionalCreate(
|
|
793
|
+
i0.ɵɵelementStart(168, "mj-collapsible-panel", 122);
|
|
794
|
+
i0.ɵɵconditionalCreate(169, MJEntityFormComponent_Conditional_169_Template, 2, 4, "div");
|
|
781
795
|
i0.ɵɵelementEnd();
|
|
782
|
-
i0.ɵɵelementStart(
|
|
783
|
-
i0.ɵɵconditionalCreate(
|
|
796
|
+
i0.ɵɵelementStart(170, "mj-collapsible-panel", 123);
|
|
797
|
+
i0.ɵɵconditionalCreate(171, MJEntityFormComponent_Conditional_171_Template, 2, 4, "div");
|
|
784
798
|
i0.ɵɵelementEnd();
|
|
785
|
-
i0.ɵɵelementStart(
|
|
786
|
-
i0.ɵɵconditionalCreate(
|
|
799
|
+
i0.ɵɵelementStart(172, "mj-collapsible-panel", 124);
|
|
800
|
+
i0.ɵɵconditionalCreate(173, MJEntityFormComponent_Conditional_173_Template, 2, 4, "div");
|
|
787
801
|
i0.ɵɵelementEnd();
|
|
788
|
-
i0.ɵɵelementStart(
|
|
789
|
-
i0.ɵɵconditionalCreate(
|
|
802
|
+
i0.ɵɵelementStart(174, "mj-collapsible-panel", 125);
|
|
803
|
+
i0.ɵɵconditionalCreate(175, MJEntityFormComponent_Conditional_175_Template, 2, 4, "div");
|
|
790
804
|
i0.ɵɵelementEnd();
|
|
791
|
-
i0.ɵɵelementStart(
|
|
792
|
-
i0.ɵɵconditionalCreate(
|
|
805
|
+
i0.ɵɵelementStart(176, "mj-collapsible-panel", 126);
|
|
806
|
+
i0.ɵɵconditionalCreate(177, MJEntityFormComponent_Conditional_177_Template, 2, 4, "div");
|
|
793
807
|
i0.ɵɵelementEnd();
|
|
794
|
-
i0.ɵɵelementStart(
|
|
795
|
-
i0.ɵɵconditionalCreate(
|
|
808
|
+
i0.ɵɵelementStart(178, "mj-collapsible-panel", 127);
|
|
809
|
+
i0.ɵɵconditionalCreate(179, MJEntityFormComponent_Conditional_179_Template, 2, 4, "div");
|
|
796
810
|
i0.ɵɵelementEnd();
|
|
797
|
-
i0.ɵɵelementStart(
|
|
798
|
-
i0.ɵɵconditionalCreate(
|
|
811
|
+
i0.ɵɵelementStart(180, "mj-collapsible-panel", 128);
|
|
812
|
+
i0.ɵɵconditionalCreate(181, MJEntityFormComponent_Conditional_181_Template, 2, 4, "div");
|
|
799
813
|
i0.ɵɵelementEnd();
|
|
800
|
-
i0.ɵɵelementStart(
|
|
801
|
-
i0.ɵɵconditionalCreate(
|
|
814
|
+
i0.ɵɵelementStart(182, "mj-collapsible-panel", 129);
|
|
815
|
+
i0.ɵɵconditionalCreate(183, MJEntityFormComponent_Conditional_183_Template, 2, 4, "div");
|
|
802
816
|
i0.ɵɵelementEnd();
|
|
803
|
-
i0.ɵɵelementStart(
|
|
804
|
-
i0.ɵɵconditionalCreate(
|
|
817
|
+
i0.ɵɵelementStart(184, "mj-collapsible-panel", 130);
|
|
818
|
+
i0.ɵɵconditionalCreate(185, MJEntityFormComponent_Conditional_185_Template, 2, 4, "div");
|
|
805
819
|
i0.ɵɵelementEnd()();
|
|
806
820
|
} if (rf & 2) {
|
|
807
821
|
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
@@ -852,6 +866,10 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
852
866
|
i0.ɵɵadvance();
|
|
853
867
|
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
854
868
|
i0.ɵɵadvance();
|
|
869
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
870
|
+
i0.ɵɵadvance();
|
|
871
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
872
|
+
i0.ɵɵadvance();
|
|
855
873
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
856
874
|
i0.ɵɵadvance();
|
|
857
875
|
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
@@ -910,6 +928,12 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
910
928
|
i0.ɵɵadvance();
|
|
911
929
|
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
912
930
|
i0.ɵɵadvance();
|
|
931
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
932
|
+
i0.ɵɵadvance();
|
|
933
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
934
|
+
i0.ɵɵadvance();
|
|
935
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
936
|
+
i0.ɵɵadvance();
|
|
913
937
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
914
938
|
i0.ɵɵadvance();
|
|
915
939
|
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
@@ -948,219 +972,223 @@ let MJEntityFormComponent = class MJEntityFormComponent extends BaseFormComponen
|
|
|
948
972
|
i0.ɵɵadvance();
|
|
949
973
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityFieldsEntityID"))("DefaultExpanded", false);
|
|
950
974
|
i0.ɵɵadvance();
|
|
951
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
975
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 77 : -1);
|
|
952
976
|
i0.ɵɵadvance();
|
|
953
977
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityPermissions"))("DefaultExpanded", false);
|
|
954
978
|
i0.ɵɵadvance();
|
|
955
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
979
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 79 : -1);
|
|
956
980
|
i0.ɵɵadvance();
|
|
957
981
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityRelationshipsEntityID"))("DefaultExpanded", false);
|
|
958
982
|
i0.ɵɵadvance();
|
|
959
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
983
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 81 : -1);
|
|
960
984
|
i0.ɵɵadvance();
|
|
961
985
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityAIActionsOutputEntityID"))("DefaultExpanded", false);
|
|
962
986
|
i0.ɵɵadvance();
|
|
963
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
987
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 83 : -1);
|
|
964
988
|
i0.ɵɵadvance();
|
|
965
989
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUserRecordLogs"))("DefaultExpanded", false);
|
|
966
990
|
i0.ɵɵadvance();
|
|
967
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
991
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 85 : -1);
|
|
968
992
|
i0.ɵɵadvance();
|
|
969
993
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJIntegrationURLFormats"))("DefaultExpanded", false);
|
|
970
994
|
i0.ɵɵadvance();
|
|
971
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
995
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 87 : -1);
|
|
972
996
|
i0.ɵɵadvance();
|
|
973
997
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntities"))("DefaultExpanded", false);
|
|
974
998
|
i0.ɵɵadvance();
|
|
975
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
999
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 89 : -1);
|
|
976
1000
|
i0.ɵɵadvance();
|
|
977
1001
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUserFavorites"))("DefaultExpanded", false);
|
|
978
1002
|
i0.ɵɵadvance();
|
|
979
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1003
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 91 : -1);
|
|
980
1004
|
i0.ɵɵadvance();
|
|
981
1005
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJCompanyIntegrationRunDetails"))("DefaultExpanded", false);
|
|
982
1006
|
i0.ɵɵadvance();
|
|
983
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1007
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 93 : -1);
|
|
984
1008
|
i0.ɵɵadvance();
|
|
985
1009
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJApplicationEntities"))("DefaultExpanded", false);
|
|
986
1010
|
i0.ɵɵadvance();
|
|
987
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1011
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 95 : -1);
|
|
988
1012
|
i0.ɵɵadvance();
|
|
989
1013
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUserApplicationEntities"))("DefaultExpanded", false);
|
|
990
1014
|
i0.ɵɵadvance();
|
|
991
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1015
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 97 : -1);
|
|
992
1016
|
i0.ɵɵadvance();
|
|
993
1017
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJLists"))("DefaultExpanded", false);
|
|
994
1018
|
i0.ɵɵadvance();
|
|
995
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1019
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 99 : -1);
|
|
996
1020
|
i0.ɵɵadvance();
|
|
997
1021
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUserViews"))("DefaultExpanded", false);
|
|
998
1022
|
i0.ɵɵadvance();
|
|
999
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1023
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 101 : -1);
|
|
1000
1024
|
i0.ɵɵadvance();
|
|
1001
1025
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJRecordChanges"))("DefaultExpanded", false);
|
|
1002
1026
|
i0.ɵɵadvance();
|
|
1003
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1027
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 103 : -1);
|
|
1004
1028
|
i0.ɵɵadvance();
|
|
1005
1029
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAuditLogs"))("DefaultExpanded", false);
|
|
1006
1030
|
i0.ɵɵadvance();
|
|
1007
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1031
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 105 : -1);
|
|
1008
1032
|
i0.ɵɵadvance();
|
|
1009
1033
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJResourceTypesEntityID"))("DefaultExpanded", false);
|
|
1010
1034
|
i0.ɵɵadvance();
|
|
1011
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1035
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 107 : -1);
|
|
1012
1036
|
i0.ɵɵadvance();
|
|
1013
1037
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTaggedItems"))("DefaultExpanded", false);
|
|
1014
1038
|
i0.ɵɵadvance();
|
|
1015
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1039
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 109 : -1);
|
|
1016
1040
|
i0.ɵɵadvance();
|
|
1017
1041
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDatasetItems"))("DefaultExpanded", false);
|
|
1018
1042
|
i0.ɵɵadvance();
|
|
1019
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1043
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 111 : -1);
|
|
1020
1044
|
i0.ɵɵadvance();
|
|
1021
1045
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJCompanyIntegrationRecordMaps"))("DefaultExpanded", false);
|
|
1022
1046
|
i0.ɵɵadvance();
|
|
1023
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1047
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 113 : -1);
|
|
1024
1048
|
i0.ɵɵadvance();
|
|
1025
1049
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJRecordMergeLogs"))("DefaultExpanded", false);
|
|
1026
1050
|
i0.ɵɵadvance();
|
|
1027
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1051
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 115 : -1);
|
|
1028
1052
|
i0.ɵɵadvance();
|
|
1029
1053
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJQueryFields"))("DefaultExpanded", false);
|
|
1030
1054
|
i0.ɵɵadvance();
|
|
1031
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1055
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 117 : -1);
|
|
1032
1056
|
i0.ɵɵadvance();
|
|
1033
1057
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJConversations"))("DefaultExpanded", false);
|
|
1034
1058
|
i0.ɵɵadvance();
|
|
1035
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1059
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 119 : -1);
|
|
1036
1060
|
i0.ɵɵadvance();
|
|
1037
1061
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityDocuments"))("DefaultExpanded", false);
|
|
1038
1062
|
i0.ɵɵadvance();
|
|
1039
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1063
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 121 : -1);
|
|
1040
1064
|
i0.ɵɵadvance();
|
|
1041
1065
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDataContextItems"))("DefaultExpanded", false);
|
|
1042
1066
|
i0.ɵɵadvance();
|
|
1043
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1067
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 123 : -1);
|
|
1044
1068
|
i0.ɵɵadvance();
|
|
1045
1069
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUsers"))("DefaultExpanded", false);
|
|
1046
1070
|
i0.ɵɵadvance();
|
|
1047
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1071
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 125 : -1);
|
|
1048
1072
|
i0.ɵɵadvance();
|
|
1049
1073
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityRecordDocuments"))("DefaultExpanded", false);
|
|
1050
1074
|
i0.ɵɵadvance();
|
|
1051
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1075
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 127 : -1);
|
|
1052
1076
|
i0.ɵɵadvance();
|
|
1053
1077
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJFileEntityRecordLinks"))("DefaultExpanded", false);
|
|
1054
1078
|
i0.ɵɵadvance();
|
|
1055
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1079
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 129 : -1);
|
|
1056
1080
|
i0.ɵɵadvance();
|
|
1057
1081
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUserViewCategories"))("DefaultExpanded", false);
|
|
1058
1082
|
i0.ɵɵadvance();
|
|
1059
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1083
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 131 : -1);
|
|
1060
1084
|
i0.ɵɵadvance();
|
|
1061
1085
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntitySettings"))("DefaultExpanded", false);
|
|
1062
1086
|
i0.ɵɵadvance();
|
|
1063
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1087
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 133 : -1);
|
|
1064
1088
|
i0.ɵɵadvance();
|
|
1065
1089
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDuplicateRuns"))("DefaultExpanded", false);
|
|
1066
1090
|
i0.ɵɵadvance();
|
|
1067
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1091
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 135 : -1);
|
|
1068
1092
|
i0.ɵɵadvance();
|
|
1069
1093
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityActions"))("DefaultExpanded", false);
|
|
1070
1094
|
i0.ɵɵadvance();
|
|
1071
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1095
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 137 : -1);
|
|
1072
1096
|
i0.ɵɵadvance();
|
|
1073
1097
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTemplateParams"))("DefaultExpanded", false);
|
|
1074
1098
|
i0.ɵɵadvance();
|
|
1075
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1099
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 139 : -1);
|
|
1076
1100
|
i0.ɵɵadvance();
|
|
1077
1101
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJRecommendations"))("DefaultExpanded", false);
|
|
1078
1102
|
i0.ɵɵadvance();
|
|
1079
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1103
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 141 : -1);
|
|
1080
1104
|
i0.ɵɵadvance();
|
|
1081
1105
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJRecommendationItems"))("DefaultExpanded", false);
|
|
1082
1106
|
i0.ɵɵadvance();
|
|
1083
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1107
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 143 : -1);
|
|
1084
1108
|
i0.ɵɵadvance();
|
|
1085
1109
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityCommunicationMessageTypes"))("DefaultExpanded", false);
|
|
1086
1110
|
i0.ɵɵadvance();
|
|
1087
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1111
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 145 : -1);
|
|
1088
1112
|
i0.ɵɵadvance();
|
|
1089
1113
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJQueryEntities"))("DefaultExpanded", false);
|
|
1090
1114
|
i0.ɵɵadvance();
|
|
1091
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1115
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 147 : -1);
|
|
1092
1116
|
i0.ɵɵadvance();
|
|
1093
1117
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAccessControlRules"))("DefaultExpanded", false);
|
|
1094
1118
|
i0.ɵɵadvance();
|
|
1095
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1119
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 149 : -1);
|
|
1096
1120
|
i0.ɵɵadvance();
|
|
1097
1121
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJRecordLinksTargetEntityID"))("DefaultExpanded", false);
|
|
1098
1122
|
i0.ɵɵadvance();
|
|
1099
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1123
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 151 : -1);
|
|
1100
1124
|
i0.ɵɵadvance();
|
|
1101
1125
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAIAgentExamples"))("DefaultExpanded", false);
|
|
1102
1126
|
i0.ɵɵadvance();
|
|
1103
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1127
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 153 : -1);
|
|
1104
1128
|
i0.ɵɵadvance();
|
|
1105
1129
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAIAgentNotes"))("DefaultExpanded", false);
|
|
1106
1130
|
i0.ɵɵadvance();
|
|
1107
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1131
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 155 : -1);
|
|
1108
1132
|
i0.ɵɵadvance();
|
|
1109
1133
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJVersionLabelItems"))("DefaultExpanded", false);
|
|
1110
1134
|
i0.ɵɵadvance();
|
|
1111
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1135
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 157 : -1);
|
|
1112
1136
|
i0.ɵɵadvance();
|
|
1113
1137
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJVersionLabels"))("DefaultExpanded", false);
|
|
1114
1138
|
i0.ɵɵadvance();
|
|
1115
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1139
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 159 : -1);
|
|
1116
1140
|
i0.ɵɵadvance();
|
|
1117
1141
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityAIActionsEntityID"))("DefaultExpanded", false);
|
|
1118
1142
|
i0.ɵɵadvance();
|
|
1119
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1143
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 161 : -1);
|
|
1120
1144
|
i0.ɵɵadvance();
|
|
1121
1145
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityRelationshipsRelatedEntityID"))("DefaultExpanded", false);
|
|
1122
1146
|
i0.ɵɵadvance();
|
|
1123
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1147
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 163 : -1);
|
|
1124
1148
|
i0.ɵɵadvance();
|
|
1125
1149
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityOrganicKeyRelatedEntities"))("DefaultExpanded", false);
|
|
1126
1150
|
i0.ɵɵadvance();
|
|
1127
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1151
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 165 : -1);
|
|
1128
1152
|
i0.ɵɵadvance();
|
|
1129
1153
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityOrganicKeys"))("DefaultExpanded", false);
|
|
1130
1154
|
i0.ɵɵadvance();
|
|
1131
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1155
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 167 : -1);
|
|
1156
|
+
i0.ɵɵadvance();
|
|
1157
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJRecordGeoCodes"))("DefaultExpanded", false);
|
|
1158
|
+
i0.ɵɵadvance();
|
|
1159
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 169 : -1);
|
|
1132
1160
|
i0.ɵɵadvance();
|
|
1133
1161
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJGeneratedCodes"))("DefaultExpanded", false);
|
|
1134
1162
|
i0.ɵɵadvance();
|
|
1135
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1163
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 171 : -1);
|
|
1136
1164
|
i0.ɵɵadvance();
|
|
1137
1165
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJRecordLinksSourceEntityID"))("DefaultExpanded", false);
|
|
1138
1166
|
i0.ɵɵadvance();
|
|
1139
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1167
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 173 : -1);
|
|
1140
1168
|
i0.ɵɵadvance();
|
|
1141
1169
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJCompanyIntegrationEntityMaps"))("DefaultExpanded", false);
|
|
1142
1170
|
i0.ɵɵadvance();
|
|
1143
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1171
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 175 : -1);
|
|
1144
1172
|
i0.ɵɵadvance();
|
|
1145
1173
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJEntityFieldsRelatedEntityID"))("DefaultExpanded", false);
|
|
1146
1174
|
i0.ɵɵadvance();
|
|
1147
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1175
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 177 : -1);
|
|
1148
1176
|
i0.ɵɵadvance();
|
|
1149
1177
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJResourceTypesCategoryEntityID"))("DefaultExpanded", false);
|
|
1150
1178
|
i0.ɵɵadvance();
|
|
1151
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1179
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 179 : -1);
|
|
1152
1180
|
i0.ɵɵadvance();
|
|
1153
1181
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJContentSources"))("DefaultExpanded", false);
|
|
1154
1182
|
i0.ɵɵadvance();
|
|
1155
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1183
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 181 : -1);
|
|
1156
1184
|
i0.ɵɵadvance();
|
|
1157
1185
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTestRuns"))("DefaultExpanded", false);
|
|
1158
1186
|
i0.ɵɵadvance();
|
|
1159
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1187
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 183 : -1);
|
|
1160
1188
|
i0.ɵɵadvance();
|
|
1161
1189
|
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAIAgentRuns"))("DefaultExpanded", false);
|
|
1162
1190
|
i0.ɵɵadvance();
|
|
1163
|
-
i0.ɵɵconditional(ctx.record.IsSaved ?
|
|
1191
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 185 : -1);
|
|
1164
1192
|
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent], encapsulation: 2 }); }
|
|
1165
1193
|
};
|
|
1166
1194
|
MJEntityFormComponent = __decorate([
|
|
@@ -1169,7 +1197,7 @@ MJEntityFormComponent = __decorate([
|
|
|
1169
1197
|
export { MJEntityFormComponent };
|
|
1170
1198
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJEntityFormComponent, [{
|
|
1171
1199
|
type: Component,
|
|
1172
|
-
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\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\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 <!-- 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 <!-- 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 " }]
|
|
1200
|
+
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 <!-- 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 " }]
|
|
1173
1201
|
}], null, null); })();
|
|
1174
1202
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJEntityFormComponent, { className: "MJEntityFormComponent", filePath: "src/lib/generated/Entities/MJEntity/mjentity.form.component.ts", lineNumber: 13 }); })();
|
|
1175
1203
|
//# sourceMappingURL=mjentity.form.component.js.map
|