@memberjunction/ng-core-entity-forms 2.128.0 → 2.130.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/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js +3 -9
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts +1 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +3 -3
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts +2 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +2 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +2 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +200 -0
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -0
- package/dist/lib/custom/Entities/entity-form.component.js +2543 -0
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -0
- package/dist/lib/custom/Templates/templates-form.component.js +3 -3
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts +44 -0
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -0
- package/dist/lib/custom/Tests/entity-link-pill.component.js +124 -0
- package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -0
- package/dist/lib/custom/Tests/test-form.component.d.ts +94 -8
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +1527 -276
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.d.ts +48 -8
- package/dist/lib/custom/Tests/test-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +1078 -426
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +227 -5
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +3307 -200
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +86 -2
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +1975 -262
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +10 -3
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +275 -244
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +28 -25
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +25 -11
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +154 -122
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js +2 -12
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js +75 -0
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js +2 -12
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js +6 -16
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js +121 -0
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +77 -41
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.js +69 -0
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js +167 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +160 -102
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js +73 -0
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js +89 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js +27 -13
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.js +27 -7
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.js +27 -7
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js +34 -32
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js +3 -11
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +69 -41
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.js +2 -2
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +84 -56
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +3 -11
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js +95 -0
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +3 -11
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Credential/credential.form.component.js +111 -0
- package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js +109 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js +109 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/DataContextItem/datacontextitem.form.component.js +2 -2
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js +8 -16
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js +3 -11
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js +4 -12
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js +3 -11
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js +81 -0
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js +93 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js +81 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +61 -43
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js +2 -12
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js +3 -11
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js +3 -11
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js +3 -11
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityField/entityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js +22 -8
- package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js +2 -12
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/File/file.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/File/file.form.component.js +22 -4
- package/dist/lib/generated/Entities/File/file.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js +40 -4
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Query/query.form.component.js +34 -32
- package/dist/lib/generated/Entities/Query/query.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.js +8 -16
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.js +3 -11
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.js +3 -11
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.js +3 -11
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Report/report.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Report/report.form.component.js +17 -25
- package/dist/lib/generated/Entities/Report/report.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Task/task.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Task/task.form.component.js +17 -25
- package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.js +3 -11
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Test/test.form.component.js +17 -15
- package/dist/lib/generated/Entities/Test/test.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.js +72 -28
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js +18 -4
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js +39 -19
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js +57 -9
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +2 -2
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.js +2 -2
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +145 -127
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +226 -117
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +28 -25
- package/dist/lib/custom/Entities/entities-form.component.d.ts +0 -10
- package/dist/lib/custom/Entities/entities-form.component.d.ts.map +0 -1
- package/dist/lib/custom/Entities/entities-form.component.js +0 -198
- package/dist/lib/custom/Entities/entities-form.component.js.map +0 -1
|
@@ -14,7 +14,7 @@ import * as i3 from "@memberjunction/ng-base-forms";
|
|
|
14
14
|
import * as i4 from "@memberjunction/ng-form-toolbar";
|
|
15
15
|
function EntityFormComponent_div_71_Template(rf, ctx) { if (rf & 1) {
|
|
16
16
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
17
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
17
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
18
18
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_71_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("applicationEntities", $event.totalRowCount)); });
|
|
19
19
|
i0.ɵɵelementEnd()();
|
|
20
20
|
} if (rf & 2) {
|
|
@@ -24,7 +24,7 @@ function EntityFormComponent_div_71_Template(rf, ctx) { if (rf & 1) {
|
|
|
24
24
|
} }
|
|
25
25
|
function EntityFormComponent_div_73_Template(rf, ctx) { if (rf & 1) {
|
|
26
26
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
27
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
27
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
28
28
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_73_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("auditLogs", $event.totalRowCount)); });
|
|
29
29
|
i0.ɵɵelementEnd()();
|
|
30
30
|
} if (rf & 2) {
|
|
@@ -34,7 +34,7 @@ function EntityFormComponent_div_73_Template(rf, ctx) { if (rf & 1) {
|
|
|
34
34
|
} }
|
|
35
35
|
function EntityFormComponent_div_75_Template(rf, ctx) { if (rf & 1) {
|
|
36
36
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
37
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
37
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
38
38
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_75_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("companyIntegrationRecordMaps", $event.totalRowCount)); });
|
|
39
39
|
i0.ɵɵelementEnd()();
|
|
40
40
|
} if (rf & 2) {
|
|
@@ -44,7 +44,7 @@ function EntityFormComponent_div_75_Template(rf, ctx) { if (rf & 1) {
|
|
|
44
44
|
} }
|
|
45
45
|
function EntityFormComponent_div_77_Template(rf, ctx) { if (rf & 1) {
|
|
46
46
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
47
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
47
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
48
48
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_77_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("companyIntegrationRunDetails", $event.totalRowCount)); });
|
|
49
49
|
i0.ɵɵelementEnd()();
|
|
50
50
|
} if (rf & 2) {
|
|
@@ -54,7 +54,7 @@ function EntityFormComponent_div_77_Template(rf, ctx) { if (rf & 1) {
|
|
|
54
54
|
} }
|
|
55
55
|
function EntityFormComponent_div_79_Template(rf, ctx) { if (rf & 1) {
|
|
56
56
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
57
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
57
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
58
58
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_79_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversations", $event.totalRowCount)); });
|
|
59
59
|
i0.ɵɵelementEnd()();
|
|
60
60
|
} if (rf & 2) {
|
|
@@ -64,7 +64,7 @@ function EntityFormComponent_div_79_Template(rf, ctx) { if (rf & 1) {
|
|
|
64
64
|
} }
|
|
65
65
|
function EntityFormComponent_div_81_Template(rf, ctx) { if (rf & 1) {
|
|
66
66
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
67
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
67
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
68
68
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_81_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dataContextItems", $event.totalRowCount)); });
|
|
69
69
|
i0.ɵɵelementEnd()();
|
|
70
70
|
} if (rf & 2) {
|
|
@@ -74,7 +74,7 @@ function EntityFormComponent_div_81_Template(rf, ctx) { if (rf & 1) {
|
|
|
74
74
|
} }
|
|
75
75
|
function EntityFormComponent_div_83_Template(rf, ctx) { if (rf & 1) {
|
|
76
76
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
77
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
77
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
78
78
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_83_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("datasetItems", $event.totalRowCount)); });
|
|
79
79
|
i0.ɵɵelementEnd()();
|
|
80
80
|
} if (rf & 2) {
|
|
@@ -84,7 +84,7 @@ function EntityFormComponent_div_83_Template(rf, ctx) { if (rf & 1) {
|
|
|
84
84
|
} }
|
|
85
85
|
function EntityFormComponent_div_85_Template(rf, ctx) { if (rf & 1) {
|
|
86
86
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
87
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
87
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
88
88
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_85_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("duplicateRuns", $event.totalRowCount)); });
|
|
89
89
|
i0.ɵɵelementEnd()();
|
|
90
90
|
} if (rf & 2) {
|
|
@@ -94,7 +94,7 @@ function EntityFormComponent_div_85_Template(rf, ctx) { if (rf & 1) {
|
|
|
94
94
|
} }
|
|
95
95
|
function EntityFormComponent_div_87_Template(rf, ctx) { if (rf & 1) {
|
|
96
96
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
97
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
97
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
98
98
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_87_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("entities", $event.totalRowCount)); });
|
|
99
99
|
i0.ɵɵelementEnd()();
|
|
100
100
|
} if (rf & 2) {
|
|
@@ -104,7 +104,7 @@ function EntityFormComponent_div_87_Template(rf, ctx) { if (rf & 1) {
|
|
|
104
104
|
} }
|
|
105
105
|
function EntityFormComponent_div_89_Template(rf, ctx) { if (rf & 1) {
|
|
106
106
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
107
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
107
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
108
108
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_89_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("entityActions", $event.totalRowCount)); });
|
|
109
109
|
i0.ɵɵelementEnd()();
|
|
110
110
|
} if (rf & 2) {
|
|
@@ -114,7 +114,7 @@ function EntityFormComponent_div_89_Template(rf, ctx) { if (rf & 1) {
|
|
|
114
114
|
} }
|
|
115
115
|
function EntityFormComponent_div_91_Template(rf, ctx) { if (rf & 1) {
|
|
116
116
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
117
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
117
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
118
118
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_91_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIActions", $event.totalRowCount)); });
|
|
119
119
|
i0.ɵɵelementEnd()();
|
|
120
120
|
} if (rf & 2) {
|
|
@@ -124,7 +124,7 @@ function EntityFormComponent_div_91_Template(rf, ctx) { if (rf & 1) {
|
|
|
124
124
|
} }
|
|
125
125
|
function EntityFormComponent_div_93_Template(rf, ctx) { if (rf & 1) {
|
|
126
126
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
127
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
127
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
128
128
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_93_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("entityCommunicationMessageTypes", $event.totalRowCount)); });
|
|
129
129
|
i0.ɵɵelementEnd()();
|
|
130
130
|
} if (rf & 2) {
|
|
@@ -134,7 +134,7 @@ function EntityFormComponent_div_93_Template(rf, ctx) { if (rf & 1) {
|
|
|
134
134
|
} }
|
|
135
135
|
function EntityFormComponent_div_95_Template(rf, ctx) { if (rf & 1) {
|
|
136
136
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
137
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
137
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
138
138
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_95_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("entityDocuments", $event.totalRowCount)); });
|
|
139
139
|
i0.ɵɵelementEnd()();
|
|
140
140
|
} if (rf & 2) {
|
|
@@ -144,7 +144,7 @@ function EntityFormComponent_div_95_Template(rf, ctx) { if (rf & 1) {
|
|
|
144
144
|
} }
|
|
145
145
|
function EntityFormComponent_div_97_Template(rf, ctx) { if (rf & 1) {
|
|
146
146
|
const _r15 = i0.ɵɵgetCurrentView();
|
|
147
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
147
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
148
148
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_97_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("fields", $event.totalRowCount)); });
|
|
149
149
|
i0.ɵɵelementEnd()();
|
|
150
150
|
} if (rf & 2) {
|
|
@@ -154,7 +154,7 @@ function EntityFormComponent_div_97_Template(rf, ctx) { if (rf & 1) {
|
|
|
154
154
|
} }
|
|
155
155
|
function EntityFormComponent_div_99_Template(rf, ctx) { if (rf & 1) {
|
|
156
156
|
const _r16 = i0.ɵɵgetCurrentView();
|
|
157
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
157
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
158
158
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_99_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("permissions", $event.totalRowCount)); });
|
|
159
159
|
i0.ɵɵelementEnd()();
|
|
160
160
|
} if (rf & 2) {
|
|
@@ -164,7 +164,7 @@ function EntityFormComponent_div_99_Template(rf, ctx) { if (rf & 1) {
|
|
|
164
164
|
} }
|
|
165
165
|
function EntityFormComponent_div_101_Template(rf, ctx) { if (rf & 1) {
|
|
166
166
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
167
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
167
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
168
168
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_101_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("entityRecordDocuments", $event.totalRowCount)); });
|
|
169
169
|
i0.ɵɵelementEnd()();
|
|
170
170
|
} if (rf & 2) {
|
|
@@ -174,7 +174,7 @@ function EntityFormComponent_div_101_Template(rf, ctx) { if (rf & 1) {
|
|
|
174
174
|
} }
|
|
175
175
|
function EntityFormComponent_div_103_Template(rf, ctx) { if (rf & 1) {
|
|
176
176
|
const _r18 = i0.ɵɵgetCurrentView();
|
|
177
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
177
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
178
178
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_103_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("relationships", $event.totalRowCount)); });
|
|
179
179
|
i0.ɵɵelementEnd()();
|
|
180
180
|
} if (rf & 2) {
|
|
@@ -184,7 +184,7 @@ function EntityFormComponent_div_103_Template(rf, ctx) { if (rf & 1) {
|
|
|
184
184
|
} }
|
|
185
185
|
function EntityFormComponent_div_105_Template(rf, ctx) { if (rf & 1) {
|
|
186
186
|
const _r19 = i0.ɵɵgetCurrentView();
|
|
187
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
187
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
188
188
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_105_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("entitySettings", $event.totalRowCount)); });
|
|
189
189
|
i0.ɵɵelementEnd()();
|
|
190
190
|
} if (rf & 2) {
|
|
@@ -194,7 +194,7 @@ function EntityFormComponent_div_105_Template(rf, ctx) { if (rf & 1) {
|
|
|
194
194
|
} }
|
|
195
195
|
function EntityFormComponent_div_107_Template(rf, ctx) { if (rf & 1) {
|
|
196
196
|
const _r20 = i0.ɵɵgetCurrentView();
|
|
197
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
197
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
198
198
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_107_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("fileEntityRecordLinks", $event.totalRowCount)); });
|
|
199
199
|
i0.ɵɵelementEnd()();
|
|
200
200
|
} if (rf & 2) {
|
|
@@ -204,7 +204,7 @@ function EntityFormComponent_div_107_Template(rf, ctx) { if (rf & 1) {
|
|
|
204
204
|
} }
|
|
205
205
|
function EntityFormComponent_div_109_Template(rf, ctx) { if (rf & 1) {
|
|
206
206
|
const _r21 = i0.ɵɵgetCurrentView();
|
|
207
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
207
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
208
208
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_109_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("integrationURLFormats", $event.totalRowCount)); });
|
|
209
209
|
i0.ɵɵelementEnd()();
|
|
210
210
|
} if (rf & 2) {
|
|
@@ -214,7 +214,7 @@ function EntityFormComponent_div_109_Template(rf, ctx) { if (rf & 1) {
|
|
|
214
214
|
} }
|
|
215
215
|
function EntityFormComponent_div_111_Template(rf, ctx) { if (rf & 1) {
|
|
216
216
|
const _r22 = i0.ɵɵgetCurrentView();
|
|
217
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
217
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
218
218
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_111_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("lists", $event.totalRowCount)); });
|
|
219
219
|
i0.ɵɵelementEnd()();
|
|
220
220
|
} if (rf & 2) {
|
|
@@ -224,7 +224,7 @@ function EntityFormComponent_div_111_Template(rf, ctx) { if (rf & 1) {
|
|
|
224
224
|
} }
|
|
225
225
|
function EntityFormComponent_div_113_Template(rf, ctx) { if (rf & 1) {
|
|
226
226
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
227
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
227
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
228
228
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_113_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queryFields", $event.totalRowCount)); });
|
|
229
229
|
i0.ɵɵelementEnd()();
|
|
230
230
|
} if (rf & 2) {
|
|
@@ -234,7 +234,7 @@ function EntityFormComponent_div_113_Template(rf, ctx) { if (rf & 1) {
|
|
|
234
234
|
} }
|
|
235
235
|
function EntityFormComponent_div_115_Template(rf, ctx) { if (rf & 1) {
|
|
236
236
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
237
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
237
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
238
238
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_115_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recommendationItems", $event.totalRowCount)); });
|
|
239
239
|
i0.ɵɵelementEnd()();
|
|
240
240
|
} if (rf & 2) {
|
|
@@ -244,7 +244,7 @@ function EntityFormComponent_div_115_Template(rf, ctx) { if (rf & 1) {
|
|
|
244
244
|
} }
|
|
245
245
|
function EntityFormComponent_div_117_Template(rf, ctx) { if (rf & 1) {
|
|
246
246
|
const _r25 = i0.ɵɵgetCurrentView();
|
|
247
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
247
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
248
248
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_117_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recommendations", $event.totalRowCount)); });
|
|
249
249
|
i0.ɵɵelementEnd()();
|
|
250
250
|
} if (rf & 2) {
|
|
@@ -254,7 +254,7 @@ function EntityFormComponent_div_117_Template(rf, ctx) { if (rf & 1) {
|
|
|
254
254
|
} }
|
|
255
255
|
function EntityFormComponent_div_119_Template(rf, ctx) { if (rf & 1) {
|
|
256
256
|
const _r26 = i0.ɵɵgetCurrentView();
|
|
257
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
257
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
258
258
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_119_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordChanges", $event.totalRowCount)); });
|
|
259
259
|
i0.ɵɵelementEnd()();
|
|
260
260
|
} if (rf & 2) {
|
|
@@ -264,7 +264,7 @@ function EntityFormComponent_div_119_Template(rf, ctx) { if (rf & 1) {
|
|
|
264
264
|
} }
|
|
265
265
|
function EntityFormComponent_div_121_Template(rf, ctx) { if (rf & 1) {
|
|
266
266
|
const _r27 = i0.ɵɵgetCurrentView();
|
|
267
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
267
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
268
268
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_121_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordMergeLogs", $event.totalRowCount)); });
|
|
269
269
|
i0.ɵɵelementEnd()();
|
|
270
270
|
} if (rf & 2) {
|
|
@@ -274,7 +274,7 @@ function EntityFormComponent_div_121_Template(rf, ctx) { if (rf & 1) {
|
|
|
274
274
|
} }
|
|
275
275
|
function EntityFormComponent_div_123_Template(rf, ctx) { if (rf & 1) {
|
|
276
276
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
277
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
277
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
278
278
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_123_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceTypes", $event.totalRowCount)); });
|
|
279
279
|
i0.ɵɵelementEnd()();
|
|
280
280
|
} if (rf & 2) {
|
|
@@ -284,7 +284,7 @@ function EntityFormComponent_div_123_Template(rf, ctx) { if (rf & 1) {
|
|
|
284
284
|
} }
|
|
285
285
|
function EntityFormComponent_div_125_Template(rf, ctx) { if (rf & 1) {
|
|
286
286
|
const _r29 = i0.ɵɵgetCurrentView();
|
|
287
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
287
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
288
288
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_125_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("taggedItems", $event.totalRowCount)); });
|
|
289
289
|
i0.ɵɵelementEnd()();
|
|
290
290
|
} if (rf & 2) {
|
|
@@ -294,7 +294,7 @@ function EntityFormComponent_div_125_Template(rf, ctx) { if (rf & 1) {
|
|
|
294
294
|
} }
|
|
295
295
|
function EntityFormComponent_div_127_Template(rf, ctx) { if (rf & 1) {
|
|
296
296
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
297
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
297
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
298
298
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_127_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("templateParams", $event.totalRowCount)); });
|
|
299
299
|
i0.ɵɵelementEnd()();
|
|
300
300
|
} if (rf & 2) {
|
|
@@ -304,7 +304,7 @@ function EntityFormComponent_div_127_Template(rf, ctx) { if (rf & 1) {
|
|
|
304
304
|
} }
|
|
305
305
|
function EntityFormComponent_div_129_Template(rf, ctx) { if (rf & 1) {
|
|
306
306
|
const _r31 = i0.ɵɵgetCurrentView();
|
|
307
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
307
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
308
308
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_129_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r31); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userApplicationEntities", $event.totalRowCount)); });
|
|
309
309
|
i0.ɵɵelementEnd()();
|
|
310
310
|
} if (rf & 2) {
|
|
@@ -314,7 +314,7 @@ function EntityFormComponent_div_129_Template(rf, ctx) { if (rf & 1) {
|
|
|
314
314
|
} }
|
|
315
315
|
function EntityFormComponent_div_131_Template(rf, ctx) { if (rf & 1) {
|
|
316
316
|
const _r32 = i0.ɵɵgetCurrentView();
|
|
317
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
317
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
318
318
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_131_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userFavorites", $event.totalRowCount)); });
|
|
319
319
|
i0.ɵɵelementEnd()();
|
|
320
320
|
} if (rf & 2) {
|
|
@@ -324,7 +324,7 @@ function EntityFormComponent_div_131_Template(rf, ctx) { if (rf & 1) {
|
|
|
324
324
|
} }
|
|
325
325
|
function EntityFormComponent_div_133_Template(rf, ctx) { if (rf & 1) {
|
|
326
326
|
const _r33 = i0.ɵɵgetCurrentView();
|
|
327
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
327
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
328
328
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_133_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userRecordLogs", $event.totalRowCount)); });
|
|
329
329
|
i0.ɵɵelementEnd()();
|
|
330
330
|
} if (rf & 2) {
|
|
@@ -334,7 +334,7 @@ function EntityFormComponent_div_133_Template(rf, ctx) { if (rf & 1) {
|
|
|
334
334
|
} }
|
|
335
335
|
function EntityFormComponent_div_135_Template(rf, ctx) { if (rf & 1) {
|
|
336
336
|
const _r34 = i0.ɵɵgetCurrentView();
|
|
337
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
337
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
338
338
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_135_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViewCategories", $event.totalRowCount)); });
|
|
339
339
|
i0.ɵɵelementEnd()();
|
|
340
340
|
} if (rf & 2) {
|
|
@@ -344,7 +344,7 @@ function EntityFormComponent_div_135_Template(rf, ctx) { if (rf & 1) {
|
|
|
344
344
|
} }
|
|
345
345
|
function EntityFormComponent_div_137_Template(rf, ctx) { if (rf & 1) {
|
|
346
346
|
const _r35 = i0.ɵɵgetCurrentView();
|
|
347
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
347
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
348
348
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_137_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r35); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViews", $event.totalRowCount)); });
|
|
349
349
|
i0.ɵɵelementEnd()();
|
|
350
350
|
} if (rf & 2) {
|
|
@@ -354,7 +354,7 @@ function EntityFormComponent_div_137_Template(rf, ctx) { if (rf & 1) {
|
|
|
354
354
|
} }
|
|
355
355
|
function EntityFormComponent_div_139_Template(rf, ctx) { if (rf & 1) {
|
|
356
356
|
const _r36 = i0.ɵɵgetCurrentView();
|
|
357
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
357
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
358
358
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_139_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("users", $event.totalRowCount)); });
|
|
359
359
|
i0.ɵɵelementEnd()();
|
|
360
360
|
} if (rf & 2) {
|
|
@@ -364,7 +364,7 @@ function EntityFormComponent_div_139_Template(rf, ctx) { if (rf & 1) {
|
|
|
364
364
|
} }
|
|
365
365
|
function EntityFormComponent_div_141_Template(rf, ctx) { if (rf & 1) {
|
|
366
366
|
const _r37 = i0.ɵɵgetCurrentView();
|
|
367
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
367
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
368
368
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_141_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAccessControlRules", $event.totalRowCount)); });
|
|
369
369
|
i0.ɵɵelementEnd()();
|
|
370
370
|
} if (rf & 2) {
|
|
@@ -374,7 +374,7 @@ function EntityFormComponent_div_141_Template(rf, ctx) { if (rf & 1) {
|
|
|
374
374
|
} }
|
|
375
375
|
function EntityFormComponent_div_143_Template(rf, ctx) { if (rf & 1) {
|
|
376
376
|
const _r38 = i0.ɵɵgetCurrentView();
|
|
377
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
377
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
378
378
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_143_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r38); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecordLinks", $event.totalRowCount)); });
|
|
379
379
|
i0.ɵɵelementEnd()();
|
|
380
380
|
} if (rf & 2) {
|
|
@@ -384,7 +384,7 @@ function EntityFormComponent_div_143_Template(rf, ctx) { if (rf & 1) {
|
|
|
384
384
|
} }
|
|
385
385
|
function EntityFormComponent_div_145_Template(rf, ctx) { if (rf & 1) {
|
|
386
386
|
const _r39 = i0.ɵɵgetCurrentView();
|
|
387
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
387
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
388
388
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_145_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queryEntities", $event.totalRowCount)); });
|
|
389
389
|
i0.ɵɵelementEnd()();
|
|
390
390
|
} if (rf & 2) {
|
|
@@ -394,7 +394,7 @@ function EntityFormComponent_div_145_Template(rf, ctx) { if (rf & 1) {
|
|
|
394
394
|
} }
|
|
395
395
|
function EntityFormComponent_div_147_Template(rf, ctx) { if (rf & 1) {
|
|
396
396
|
const _r40 = i0.ɵɵgetCurrentView();
|
|
397
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
397
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
398
398
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_147_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("generatedCodes", $event.totalRowCount)); });
|
|
399
399
|
i0.ɵɵelementEnd()();
|
|
400
400
|
} if (rf & 2) {
|
|
@@ -404,7 +404,7 @@ function EntityFormComponent_div_147_Template(rf, ctx) { if (rf & 1) {
|
|
|
404
404
|
} }
|
|
405
405
|
function EntityFormComponent_div_149_Template(rf, ctx) { if (rf & 1) {
|
|
406
406
|
const _r41 = i0.ɵɵgetCurrentView();
|
|
407
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid",
|
|
407
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
408
408
|
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_149_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJRecordLinks", $event.totalRowCount)); });
|
|
409
409
|
i0.ɵɵelementEnd()();
|
|
410
410
|
} if (rf & 2) {
|
|
@@ -412,6 +412,16 @@ function EntityFormComponent_div_149_Template(rf, ctx) { if (rf & 1) {
|
|
|
412
412
|
i0.ɵɵadvance();
|
|
413
413
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Record Links", "TargetEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Record Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJRecordLinks"))("EditMode", ctx_r1.GridEditMode());
|
|
414
414
|
} }
|
|
415
|
+
function EntityFormComponent_div_151_Template(rf, ctx) { if (rf & 1) {
|
|
416
|
+
const _r42 = i0.ɵɵgetCurrentView();
|
|
417
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 111);
|
|
418
|
+
i0.ɵɵlistener("dataLoaded", function EntityFormComponent_div_151_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
|
|
419
|
+
i0.ɵɵelementEnd()();
|
|
420
|
+
} if (rf & 2) {
|
|
421
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
422
|
+
i0.ɵɵadvance();
|
|
423
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "TargetLogEntityID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("EditMode", ctx_r1.GridEditMode());
|
|
424
|
+
} }
|
|
415
425
|
let EntityFormComponent = class EntityFormComponent extends BaseFormComponent {
|
|
416
426
|
async ngOnInit() {
|
|
417
427
|
await super.ngOnInit();
|
|
@@ -462,11 +472,12 @@ let EntityFormComponent = class EntityFormComponent extends BaseFormComponent {
|
|
|
462
472
|
{ sectionKey: 'mJRecordLinks', sectionName: 'MJ: Record Links', isExpanded: false },
|
|
463
473
|
{ sectionKey: 'queryEntities', sectionName: 'Query Entities', isExpanded: false },
|
|
464
474
|
{ sectionKey: 'generatedCodes', sectionName: 'Generated Codes', isExpanded: false },
|
|
465
|
-
{ sectionKey: 'mJRecordLinks1', sectionName: 'MJ: Record Links', isExpanded: false }
|
|
475
|
+
{ sectionKey: 'mJRecordLinks1', sectionName: 'MJ: Record Links', isExpanded: false },
|
|
476
|
+
{ sectionKey: 'mJTestRuns', sectionName: 'MJ: Test Runs', isExpanded: false }
|
|
466
477
|
]);
|
|
467
478
|
}
|
|
468
479
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEntityFormComponent_BaseFactory; return function EntityFormComponent_Factory(t) { return (ɵEntityFormComponent_BaseFactory || (ɵEntityFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EntityFormComponent)))(t || EntityFormComponent); }; })(); }
|
|
469
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityFormComponent, selectors: [["gen-entity-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 150, vars: 424, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "identityStructure", "sectionName", "Identity & Structure", "icon", "fa fa-cube", 3, "form", "formContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "NameSuffix", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "BaseTable", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "BaseView", "Type", "textarea", 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", "textarea", 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"], ["slot", "field-panels", "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", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserFormGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EntityObjectSubclassName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EntityObjectSubclassImport", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "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", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Icon", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "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", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextCatalogGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextIndex", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextIndexGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextSearchFunction", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextSearchFunctionGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserViewMaxRows", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ScopeDefault", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackWithSchema", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackSampleMethod", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackSampleCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackSampleOrder", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "proceduresDeletion", "sectionName", "Procedures & Deletion", "icon", "fa fa-code", 3, "form", "formContext"], ["FieldName", "spCreate", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "spUpdate", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "spDelete", "Type", "textarea", 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", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AllowRecordMerge", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "spMatch", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "rowStatistics", "sectionName", "Row Statistics", "icon", "fa fa-chart-bar", 3, "form", "formContext"], ["FieldName", "AutoRowCountFrequency", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowCountRunAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "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"], ["slot", "after-panels", "sectionKey", "applicationEntities", "sectionName", "Application Entities", "icon", "fa fa-cubes", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "auditLogs", "sectionName", "Audit Logs", "icon", "fa-solid fa-fingerprint", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "companyIntegrationRecordMaps", "sectionName", "Company Integration Record Maps", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "companyIntegrationRunDetails", "sectionName", "Company Integration Run Details", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dataContextItems", "sectionName", "Data Context Items", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "datasetItems", "sectionName", "Dataset Items", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "duplicateRuns", "sectionName", "Duplicate Runs", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entities", "sectionName", "Entities", "icon", "fa-solid fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityActions", "sectionName", "Entity Actions", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIActions", "sectionName", "AI Actions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityCommunicationMessageTypes", "sectionName", "Entity Communication Message Types", "icon", "fa fa-comment-dots", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityDocuments", "sectionName", "Entity Documents", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "fields", "sectionName", "Fields", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "permissions", "sectionName", "Permissions", "icon", "fa fa-shield-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityRecordDocuments", "sectionName", "Entity Record Documents", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "relationships", "sectionName", "Relationships", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entitySettings", "sectionName", "Entity Settings", "icon", "fa fa-cog", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "fileEntityRecordLinks", "sectionName", "File Entity Record Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "integrationURLFormats", "sectionName", "Integration URL Formats", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "lists", "sectionName", "Lists", "icon", "fa fa-list-ul", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "queryFields", "sectionName", "Query Fields", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recommendationItems", "sectionName", "Recommendation Items", "icon", "fa fa-lightbulb", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recommendations", "sectionName", "Recommendations", "icon", "fa-solid fa-circle-nodes", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordChanges", "sectionName", "Record Changes", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordMergeLogs", "sectionName", "Record Merge Logs", "icon", "fa fa-clone", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourceTypes", "sectionName", "Resource Types", "icon", "fa fa-layer-group", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "taggedItems", "sectionName", "Tagged Items", "icon", "fa fa-tags", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "templateParams", "sectionName", "Template Params", "icon", "fa fa-cog", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userApplicationEntities", "sectionName", "User Application Entities", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userFavorites", "sectionName", "User Favorites", "icon", "fa fa-star", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userRecordLogs", "sectionName", "User Record Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViewCategories", "sectionName", "User View Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViews", "sectionName", "User Views", "icon", "fa-solid fa-table-cells", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "users", "sectionName", "Users", "icon", "fa-solid fa-user", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAccessControlRules", "sectionName", "MJ: Access Control Rules", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJRecordLinks", "sectionName", "MJ: Record Links", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "queryEntities", "sectionName", "Query Entities", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "generatedCodes", "sectionName", "Generated Codes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function EntityFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
480
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityFormComponent, selectors: [["gen-entity-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 152, vars: 428, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "identityStructure", "sectionName", "Identity & Structure", "icon", "fa fa-cube", 3, "form", "formContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "NameSuffix", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "BaseTable", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "BaseView", "Type", "textarea", 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", "textarea", 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"], ["slot", "field-panels", "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", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserFormGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EntityObjectSubclassName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EntityObjectSubclassImport", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "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", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Icon", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "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", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextCatalogGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextIndex", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextIndexGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextSearchFunction", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FullTextSearchFunctionGenerated", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserViewMaxRows", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ScopeDefault", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackWithSchema", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackSampleMethod", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackSampleCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowsToPackSampleOrder", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "proceduresDeletion", "sectionName", "Procedures & Deletion", "icon", "fa fa-code", 3, "form", "formContext"], ["FieldName", "spCreate", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "spUpdate", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "spDelete", "Type", "textarea", 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", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AllowRecordMerge", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "spMatch", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "rowStatistics", "sectionName", "Row Statistics", "icon", "fa fa-chart-bar", 3, "form", "formContext"], ["FieldName", "AutoRowCountFrequency", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RowCountRunAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "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"], ["slot", "after-panels", "sectionKey", "applicationEntities", "sectionName", "Application Entities", "icon", "fa fa-cubes", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "auditLogs", "sectionName", "Audit Logs", "icon", "fa-solid fa-fingerprint", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "companyIntegrationRecordMaps", "sectionName", "Company Integration Record Maps", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "companyIntegrationRunDetails", "sectionName", "Company Integration Run Details", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dataContextItems", "sectionName", "Data Context Items", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "datasetItems", "sectionName", "Dataset Items", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "duplicateRuns", "sectionName", "Duplicate Runs", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entities", "sectionName", "Entities", "icon", "fa-solid fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityActions", "sectionName", "Entity Actions", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIActions", "sectionName", "AI Actions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityCommunicationMessageTypes", "sectionName", "Entity Communication Message Types", "icon", "fa fa-comment-dots", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityDocuments", "sectionName", "Entity Documents", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "fields", "sectionName", "Fields", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "permissions", "sectionName", "Permissions", "icon", "fa fa-shield-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entityRecordDocuments", "sectionName", "Entity Record Documents", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "relationships", "sectionName", "Relationships", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "entitySettings", "sectionName", "Entity Settings", "icon", "fa fa-cog", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "fileEntityRecordLinks", "sectionName", "File Entity Record Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "integrationURLFormats", "sectionName", "Integration URL Formats", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "lists", "sectionName", "Lists", "icon", "fa fa-list-ul", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "queryFields", "sectionName", "Query Fields", "icon", "fa fa-table", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recommendationItems", "sectionName", "Recommendation Items", "icon", "fa fa-lightbulb", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recommendations", "sectionName", "Recommendations", "icon", "fa-solid fa-circle-nodes", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordChanges", "sectionName", "Record Changes", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "recordMergeLogs", "sectionName", "Record Merge Logs", "icon", "fa fa-clone", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourceTypes", "sectionName", "Resource Types", "icon", "fa fa-layer-group", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "taggedItems", "sectionName", "Tagged Items", "icon", "fa fa-tags", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "templateParams", "sectionName", "Template Params", "icon", "fa fa-cog", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userApplicationEntities", "sectionName", "User Application Entities", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userFavorites", "sectionName", "User Favorites", "icon", "fa fa-star", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userRecordLogs", "sectionName", "User Record Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViewCategories", "sectionName", "User View Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "userViews", "sectionName", "User Views", "icon", "fa-solid fa-table-cells", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "users", "sectionName", "Users", "icon", "fa-solid fa-user", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAccessControlRules", "sectionName", "MJ: Access Control Rules", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJRecordLinks", "sectionName", "MJ: Record Links", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "queryEntities", "sectionName", "Query Entities", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "generatedCodes", "sectionName", "Generated Codes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTestRuns", "sectionName", "MJ: Test Runs", "icon", "fa fa-flask", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function EntityFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
470
481
|
i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
|
|
471
482
|
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);
|
|
472
483
|
i0.ɵɵelementEnd();
|
|
@@ -607,6 +618,9 @@ let EntityFormComponent = class EntityFormComponent extends BaseFormComponent {
|
|
|
607
618
|
i0.ɵɵelementEnd();
|
|
608
619
|
i0.ɵɵelementStart(148, "mj-collapsible-panel", 107);
|
|
609
620
|
i0.ɵɵtemplate(149, EntityFormComponent_div_149_Template, 2, 4, "div", 71);
|
|
621
|
+
i0.ɵɵelementEnd();
|
|
622
|
+
i0.ɵɵelementStart(150, "mj-collapsible-panel", 110);
|
|
623
|
+
i0.ɵɵtemplate(151, EntityFormComponent_div_151_Template, 2, 4, "div", 71);
|
|
610
624
|
i0.ɵɵelementEnd()();
|
|
611
625
|
} if (rf & 2) {
|
|
612
626
|
i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
|
|
@@ -908,6 +922,10 @@ let EntityFormComponent = class EntityFormComponent extends BaseFormComponent {
|
|
|
908
922
|
i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJRecordLinks"));
|
|
909
923
|
i0.ɵɵadvance();
|
|
910
924
|
i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
|
|
925
|
+
i0.ɵɵadvance();
|
|
926
|
+
i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJTestRuns"));
|
|
927
|
+
i0.ɵɵadvance();
|
|
928
|
+
i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
|
|
911
929
|
} }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
|
|
912
930
|
};
|
|
913
931
|
EntityFormComponent = __decorate([
|
|
@@ -916,7 +934,7 @@ EntityFormComponent = __decorate([
|
|
|
916
934
|
export { EntityFormComponent };
|
|
917
935
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EntityFormComponent, [{
|
|
918
936
|
type: Component,
|
|
919
|
-
args: [{ selector: 'gen-entity-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identity & Structure Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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 LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\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=\"NameSuffix\"\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=\"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=\"textarea\"\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=\"textarea\"\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 slot=\"field-panels\"\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=\"dropdownlist\"\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=\"textarea\"\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=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Auditing & Lifecycle Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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=\"textarea\"\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=\"textarea\"\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=\"dropdownlist\"\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 slot=\"field-panels\"\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=\"textarea\"\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=\"textarea\"\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=\"textarea\"\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=\"numerictextbox\"\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=\"dropdownlist\"\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=\"dropdownlist\"\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=\"numerictextbox\"\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=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Procedures & Deletion Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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=\"textarea\"\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=\"textarea\"\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=\"textarea\"\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=\"dropdownlist\"\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=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Row Statistics Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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=\"numerictextbox\"\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=\"numerictextbox\"\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 slot=\"field-panels\"\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 RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Application Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"applicationEntities\"\n sectionName=\"Application Entities\"\n icon=\"fa fa-cubes\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('applicationEntities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('applicationEntities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('applicationEntities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"auditLogs\"\n sectionName=\"Audit Logs\"\n icon=\"fa-solid fa-fingerprint\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('auditLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Company Integration Record Maps Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrationRecordMaps\"\n sectionName=\"Company Integration Record Maps\"\n icon=\"fa fa-sync\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrationRecordMaps')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Record Maps','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Record Maps')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRecordMaps')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('companyIntegrationRecordMaps', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Company Integration Run Details Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrationRunDetails\"\n sectionName=\"Company Integration Run Details\"\n icon=\"fa fa-sync\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrationRunDetails')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Run Details','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Run Details')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRunDetails')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('companyIntegrationRunDetails', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversations\"\n sectionName=\"Conversations\"\n icon=\"fa-regular fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversations')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Data Context Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dataContextItems\"\n sectionName=\"Data Context Items\"\n icon=\"fa fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dataContextItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Context Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Data Context Items')\"\n [AllowLoad]=\"IsSectionExpanded('dataContextItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dataContextItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dataset Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"datasetItems\"\n sectionName=\"Dataset Items\"\n icon=\"fa fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('datasetItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dataset Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Dataset Items')\"\n [AllowLoad]=\"IsSectionExpanded('datasetItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('datasetItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"duplicateRuns\"\n sectionName=\"Duplicate Runs\"\n icon=\"fa fa-search\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('duplicateRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entities\"\n sectionName=\"Entities\"\n icon=\"fa-solid fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entities','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('Entities')\"\n [AllowLoad]=\"IsSectionExpanded('entities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityActions\"\n sectionName=\"Entity Actions\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entityActions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Actions')\"\n [AllowLoad]=\"IsSectionExpanded('entityActions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityActions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIActions\"\n sectionName=\"AI Actions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIActions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity AI Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity AI Actions')\"\n [AllowLoad]=\"IsSectionExpanded('aIActions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIActions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Communication Message Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityCommunicationMessageTypes\"\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('entityCommunicationMessageTypes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Communication Message Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Communication Message Types')\"\n [AllowLoad]=\"IsSectionExpanded('entityCommunicationMessageTypes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityCommunicationMessageTypes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Documents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityDocuments\"\n sectionName=\"Entity Documents\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entityDocuments')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Documents')\"\n [AllowLoad]=\"IsSectionExpanded('entityDocuments')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityDocuments', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Fields Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"fields\"\n sectionName=\"Fields\"\n icon=\"fa fa-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('fields')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Fields','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Fields')\"\n [AllowLoad]=\"IsSectionExpanded('fields')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('fields', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"permissions\"\n sectionName=\"Permissions\"\n icon=\"fa fa-shield-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('permissions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Permissions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('permissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('permissions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Record Documents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityRecordDocuments\"\n sectionName=\"Entity Record Documents\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entityRecordDocuments')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Record Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Record Documents')\"\n [AllowLoad]=\"IsSectionExpanded('entityRecordDocuments')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityRecordDocuments', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Relationships Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"relationships\"\n sectionName=\"Relationships\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('relationships')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Relationships','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('relationships')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('relationships', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Settings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entitySettings\"\n sectionName=\"Entity Settings\"\n icon=\"fa fa-cog\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entitySettings')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Settings','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Settings')\"\n [AllowLoad]=\"IsSectionExpanded('entitySettings')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entitySettings', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- File Entity Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"fileEntityRecordLinks\"\n sectionName=\"File Entity Record Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('fileEntityRecordLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('File Entity Record Links','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('File Entity Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('fileEntityRecordLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('fileEntityRecordLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Integration URL Formats Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"integrationURLFormats\"\n sectionName=\"Integration URL Formats\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('integrationURLFormats')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Integration URL Formats','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Integration URL Formats')\"\n [AllowLoad]=\"IsSectionExpanded('integrationURLFormats')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('integrationURLFormats', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"lists\"\n sectionName=\"Lists\"\n icon=\"fa fa-list-ul\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('lists')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Fields Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryFields\"\n sectionName=\"Query Fields\"\n icon=\"fa fa-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryFields')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Fields','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Query Fields')\"\n [AllowLoad]=\"IsSectionExpanded('queryFields')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queryFields', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Recommendation Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendationItems\"\n sectionName=\"Recommendation Items\"\n icon=\"fa fa-lightbulb\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendationItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Items','DestinationEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Items')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recommendationItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Recommendations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendations\"\n sectionName=\"Recommendations\"\n icon=\"fa-solid fa-circle-nodes\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendations')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendations','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendations')\"\n [AllowLoad]=\"IsSectionExpanded('recommendations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recommendations', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChanges\"\n sectionName=\"Record Changes\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChanges')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordMergeLogs\"\n sectionName=\"Record Merge Logs\"\n icon=\"fa fa-clone\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordMergeLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourceTypes\"\n sectionName=\"Resource Types\"\n icon=\"fa fa-layer-group\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourceTypes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Types')\"\n [AllowLoad]=\"IsSectionExpanded('resourceTypes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourceTypes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"taggedItems\"\n sectionName=\"Tagged Items\"\n icon=\"fa fa-tags\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('taggedItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Tagged Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('taggedItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('taggedItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Template Params Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templateParams\"\n sectionName=\"Template Params\"\n icon=\"fa fa-cog\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templateParams')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Params','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Template Params')\"\n [AllowLoad]=\"IsSectionExpanded('templateParams')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('templateParams', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Application Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userApplicationEntities\"\n sectionName=\"User Application Entities\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userApplicationEntities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('userApplicationEntities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userApplicationEntities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userFavorites\"\n sectionName=\"User Favorites\"\n icon=\"fa fa-star\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userFavorites')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userRecordLogs\"\n sectionName=\"User Record Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userRecordLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewCategories\"\n sectionName=\"User View Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewCategories')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViews\"\n sectionName=\"User Views\"\n icon=\"fa-solid fa-table-cells\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViews')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Users Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"users\"\n sectionName=\"Users\"\n icon=\"fa-solid fa-user\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('users')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Users','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Users')\"\n [AllowLoad]=\"IsSectionExpanded('users')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('users', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Access Control Rules Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAccessControlRules\"\n sectionName=\"MJ: Access Control Rules\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAccessControlRules')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJRecordLinks\"\n sectionName=\"MJ: Record Links\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJRecordLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJRecordLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryEntities\"\n sectionName=\"Query Entities\"\n icon=\"fa fa-search\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryEntities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Query Entities')\"\n [AllowLoad]=\"IsSectionExpanded('queryEntities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queryEntities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Generated Codes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"generatedCodes\"\n sectionName=\"Generated Codes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('generatedCodes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Generated Codes','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Generated Codes')\"\n [AllowLoad]=\"IsSectionExpanded('generatedCodes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('generatedCodes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJRecordLinks\"\n sectionName=\"MJ: Record Links\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJRecordLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','TargetEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJRecordLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
937
|
+
args: [{ selector: 'gen-entity-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identity & Structure Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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 LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\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=\"NameSuffix\"\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=\"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=\"textarea\"\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=\"textarea\"\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 slot=\"field-panels\"\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=\"dropdownlist\"\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=\"textarea\"\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=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Auditing & Lifecycle Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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=\"textarea\"\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=\"textarea\"\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=\"dropdownlist\"\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 slot=\"field-panels\"\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=\"textarea\"\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=\"textarea\"\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=\"textarea\"\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=\"numerictextbox\"\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=\"dropdownlist\"\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=\"dropdownlist\"\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=\"numerictextbox\"\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=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Procedures & Deletion Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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=\"textarea\"\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=\"textarea\"\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=\"textarea\"\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=\"dropdownlist\"\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=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Row Statistics Section -->\n <mj-collapsible-panel slot=\"field-panels\"\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=\"numerictextbox\"\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=\"numerictextbox\"\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 slot=\"field-panels\"\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 RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Application Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"applicationEntities\"\n sectionName=\"Application Entities\"\n icon=\"fa fa-cubes\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('applicationEntities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('applicationEntities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('applicationEntities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"auditLogs\"\n sectionName=\"Audit Logs\"\n icon=\"fa-solid fa-fingerprint\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('auditLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Company Integration Record Maps Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrationRecordMaps\"\n sectionName=\"Company Integration Record Maps\"\n icon=\"fa fa-sync\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrationRecordMaps')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Record Maps','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Record Maps')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRecordMaps')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('companyIntegrationRecordMaps', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Company Integration Run Details Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrationRunDetails\"\n sectionName=\"Company Integration Run Details\"\n icon=\"fa fa-sync\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrationRunDetails')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Run Details','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Run Details')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRunDetails')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('companyIntegrationRunDetails', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversations\"\n sectionName=\"Conversations\"\n icon=\"fa-regular fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversations')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Data Context Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dataContextItems\"\n sectionName=\"Data Context Items\"\n icon=\"fa fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dataContextItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Context Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Data Context Items')\"\n [AllowLoad]=\"IsSectionExpanded('dataContextItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dataContextItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dataset Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"datasetItems\"\n sectionName=\"Dataset Items\"\n icon=\"fa fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('datasetItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dataset Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Dataset Items')\"\n [AllowLoad]=\"IsSectionExpanded('datasetItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('datasetItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"duplicateRuns\"\n sectionName=\"Duplicate Runs\"\n icon=\"fa fa-search\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('duplicateRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entities\"\n sectionName=\"Entities\"\n icon=\"fa-solid fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entities','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('Entities')\"\n [AllowLoad]=\"IsSectionExpanded('entities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityActions\"\n sectionName=\"Entity Actions\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entityActions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Actions')\"\n [AllowLoad]=\"IsSectionExpanded('entityActions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityActions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIActions\"\n sectionName=\"AI Actions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIActions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity AI Actions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity AI Actions')\"\n [AllowLoad]=\"IsSectionExpanded('aIActions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIActions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Communication Message Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityCommunicationMessageTypes\"\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('entityCommunicationMessageTypes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Communication Message Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Communication Message Types')\"\n [AllowLoad]=\"IsSectionExpanded('entityCommunicationMessageTypes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityCommunicationMessageTypes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Documents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityDocuments\"\n sectionName=\"Entity Documents\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entityDocuments')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Documents')\"\n [AllowLoad]=\"IsSectionExpanded('entityDocuments')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityDocuments', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Fields Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"fields\"\n sectionName=\"Fields\"\n icon=\"fa fa-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('fields')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Fields','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Fields')\"\n [AllowLoad]=\"IsSectionExpanded('fields')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('fields', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"permissions\"\n sectionName=\"Permissions\"\n icon=\"fa fa-shield-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('permissions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Permissions','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('permissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('permissions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Record Documents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entityRecordDocuments\"\n sectionName=\"Entity Record Documents\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entityRecordDocuments')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Record Documents','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Record Documents')\"\n [AllowLoad]=\"IsSectionExpanded('entityRecordDocuments')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entityRecordDocuments', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Relationships Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"relationships\"\n sectionName=\"Relationships\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('relationships')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Relationships','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('relationships')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('relationships', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Entity Settings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"entitySettings\"\n sectionName=\"Entity Settings\"\n icon=\"fa fa-cog\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('entitySettings')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Settings','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Entity Settings')\"\n [AllowLoad]=\"IsSectionExpanded('entitySettings')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('entitySettings', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- File Entity Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"fileEntityRecordLinks\"\n sectionName=\"File Entity Record Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('fileEntityRecordLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('File Entity Record Links','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('File Entity Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('fileEntityRecordLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('fileEntityRecordLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Integration URL Formats Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"integrationURLFormats\"\n sectionName=\"Integration URL Formats\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('integrationURLFormats')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Integration URL Formats','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Integration URL Formats')\"\n [AllowLoad]=\"IsSectionExpanded('integrationURLFormats')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('integrationURLFormats', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"lists\"\n sectionName=\"Lists\"\n icon=\"fa fa-list-ul\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('lists')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Fields Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryFields\"\n sectionName=\"Query Fields\"\n icon=\"fa fa-table\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryFields')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Fields','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Query Fields')\"\n [AllowLoad]=\"IsSectionExpanded('queryFields')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queryFields', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Recommendation Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendationItems\"\n sectionName=\"Recommendation Items\"\n icon=\"fa fa-lightbulb\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendationItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Items','DestinationEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Items')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recommendationItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Recommendations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendations\"\n sectionName=\"Recommendations\"\n icon=\"fa-solid fa-circle-nodes\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendations')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendations','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendations')\"\n [AllowLoad]=\"IsSectionExpanded('recommendations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recommendations', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChanges\"\n sectionName=\"Record Changes\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChanges')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordMergeLogs\"\n sectionName=\"Record Merge Logs\"\n icon=\"fa fa-clone\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordMergeLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourceTypes\"\n sectionName=\"Resource Types\"\n icon=\"fa fa-layer-group\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourceTypes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Types','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Types')\"\n [AllowLoad]=\"IsSectionExpanded('resourceTypes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourceTypes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"taggedItems\"\n sectionName=\"Tagged Items\"\n icon=\"fa fa-tags\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('taggedItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Tagged Items','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('taggedItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('taggedItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Template Params Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templateParams\"\n sectionName=\"Template Params\"\n icon=\"fa fa-cog\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templateParams')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Params','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Template Params')\"\n [AllowLoad]=\"IsSectionExpanded('templateParams')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('templateParams', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Application Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userApplicationEntities\"\n sectionName=\"User Application Entities\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userApplicationEntities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Application Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Application Entities')\"\n [AllowLoad]=\"IsSectionExpanded('userApplicationEntities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userApplicationEntities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userFavorites\"\n sectionName=\"User Favorites\"\n icon=\"fa fa-star\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userFavorites')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userRecordLogs\"\n sectionName=\"User Record Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userRecordLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewCategories\"\n sectionName=\"User View Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewCategories')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViews\"\n sectionName=\"User Views\"\n icon=\"fa-solid fa-table-cells\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViews')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Users Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"users\"\n sectionName=\"Users\"\n icon=\"fa-solid fa-user\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('users')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Users','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Users')\"\n [AllowLoad]=\"IsSectionExpanded('users')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('users', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Access Control Rules Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAccessControlRules\"\n sectionName=\"MJ: Access Control Rules\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAccessControlRules')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJRecordLinks\"\n sectionName=\"MJ: Record Links\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJRecordLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','SourceEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJRecordLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Entities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryEntities\"\n sectionName=\"Query Entities\"\n icon=\"fa fa-search\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryEntities')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Entities','EntityID')\"\n [NewRecordValues]=\"NewRecordValues('Query Entities')\"\n [AllowLoad]=\"IsSectionExpanded('queryEntities')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queryEntities', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Generated Codes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"generatedCodes\"\n sectionName=\"Generated Codes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('generatedCodes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Generated Codes','LinkedEntityID')\"\n [NewRecordValues]=\"NewRecordValues('Generated Codes')\"\n [AllowLoad]=\"IsSectionExpanded('generatedCodes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('generatedCodes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJRecordLinks\"\n sectionName=\"MJ: Record Links\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJRecordLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Record Links','TargetEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJRecordLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJRecordLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestRuns\"\n sectionName=\"MJ: Test Runs\"\n icon=\"fa fa-flask\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','TargetLogEntityID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
920
938
|
}], null, null); })();
|
|
921
939
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityFormComponent, { className: "EntityFormComponent", filePath: "src/lib/generated/Entities/Entity/entity.form.component.ts", lineNumber: 12 }); })();
|
|
922
940
|
export function LoadEntityFormComponent() {
|