@memberjunction/ng-core-entity-forms 3.4.0 → 4.1.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/README.md +85 -2
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts +13 -25
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +33 -379
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js +15 -14
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +1 -0
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +14 -13
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +45 -15
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +1443 -1267
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -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 +15 -14
- 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.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +12 -12
- 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.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +9 -8
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +14 -14
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -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 +12 -11
- 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.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +18 -16
- 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 +3 -8
- 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 +107 -77
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +9 -9
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +1 -8
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +599 -587
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +11 -10
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts +1 -6
- package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +20 -21
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.d.ts +2 -6
- package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.js +64 -59
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +73 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +1592 -914
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts +15 -1
- package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts.map +1 -1
- package/dist/lib/custom/EntityActions/entityaction.form.component.js +51 -30
- package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.js +437 -448
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.js +28 -29
- package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.d.ts +1 -3
- package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +189 -188
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js +90 -89
- package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.js +76 -75
- package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.js +98 -93
- package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.d.ts +0 -1
- package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +28 -39
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts +0 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.js +16 -18
- package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +7 -13
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +440 -423
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-rubric-form.component.d.ts +0 -7
- package/dist/lib/custom/Tests/test-rubric-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-rubric-form.component.js +11 -20
- package/dist/lib/custom/Tests/test-rubric-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-feedback-form.component.d.ts +0 -7
- package/dist/lib/custom/Tests/test-run-feedback-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js +18 -25
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.d.ts +5 -12
- package/dist/lib/custom/Tests/test-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +423 -410
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +7 -13
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +665 -642
- 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 +7 -13
- 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 +635 -606
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +240 -243
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +42 -40
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +37 -36
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +68 -78
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +6 -6
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +5 -10
- 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 +310 -292
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +50 -54
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +29 -63
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.js +85 -82
- package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAction/aiaction.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAction/aiaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAction/aiaction.form.component.js +36 -41
- package/dist/lib/generated/Entities/AIAction/aiaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.d.ts +0 -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 +252 -267
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/aiagentaction.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentAction/aiagentaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/aiagentaction.form.component.js +34 -42
- package/dist/lib/generated/Entities/AIAgentAction/aiagentaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js +19 -27
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.js +26 -32
- package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.js +43 -47
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.d.ts +0 -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 +48 -66
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentLearningCycle/aiagentlearningcycle.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentLearningCycle/aiagentlearningcycle.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentLearningCycle/aiagentlearningcycle.form.component.js +26 -30
- package/dist/lib/generated/Entities/AIAgentLearningCycle/aiagentlearningcycle.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js +24 -30
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentModel/aiagentmodel.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentModel/aiagentmodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentModel/aiagentmodel.form.component.js +20 -26
- package/dist/lib/generated/Entities/AIAgentModel/aiagentmodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js +44 -64
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentNoteType/aiagentnotetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentNoteType/aiagentnotetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentNoteType/aiagentnotetype.form.component.js +22 -26
- package/dist/lib/generated/Entities/AIAgentNoteType/aiagentnotetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js +27 -35
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentPrompt/aiagentprompt.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentPrompt/aiagentprompt.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentPrompt/aiagentprompt.form.component.js +25 -35
- package/dist/lib/generated/Entities/AIAgentPrompt/aiagentprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.js +29 -35
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRequest/aiagentrequest.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentRequest/aiagentrequest.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRequest/aiagentrequest.form.component.js +27 -35
- package/dist/lib/generated/Entities/AIAgentRequest/aiagentrequest.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +121 -150
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunMedia/aiagentrunmedia.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentRunMedia/aiagentrunmedia.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunMedia/aiagentrunmedia.form.component.js +37 -47
- package/dist/lib/generated/Entities/AIAgentRunMedia/aiagentrunmedia.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.d.ts +0 -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 +52 -59
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js +55 -66
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.js +24 -30
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentType/aiagenttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIAgentType/aiagenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentType/aiagenttype.form.component.js +37 -42
- package/dist/lib/generated/Entities/AIAgentType/aiagenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js +42 -47
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +86 -97
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIConfigurationParam/aiconfigurationparam.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIConfigurationParam/aiconfigurationparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIConfigurationParam/aiconfigurationparam.form.component.js +23 -27
- package/dist/lib/generated/Entities/AIConfigurationParam/aiconfigurationparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.js +19 -29
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js +70 -73
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +179 -184
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelAction/aimodelaction.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModelAction/aimodelaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelAction/aimodelaction.form.component.js +21 -27
- package/dist/lib/generated/Entities/AIModelAction/aimodelaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js +23 -29
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelCost/aimodelcost.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModelCost/aimodelcost.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelCost/aimodelcost.form.component.js +33 -43
- package/dist/lib/generated/Entities/AIModelCost/aimodelcost.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js +31 -37
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelPriceType/aimodelpricetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModelPriceType/aimodelpricetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelPriceType/aimodelpricetype.form.component.js +21 -24
- package/dist/lib/generated/Entities/AIModelPriceType/aimodelpricetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component.js +22 -25
- package/dist/lib/generated/Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js +35 -42
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.d.ts +0 -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 +39 -48
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +161 -174
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/aipromptcategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIPromptCategory/aipromptcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/aipromptcategory.form.component.js +35 -40
- package/dist/lib/generated/Entities/AIPromptCategory/aipromptcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.d.ts +0 -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 +44 -55
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js +134 -163
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRunMedia/aipromptrunmedia.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIPromptRunMedia/aipromptrunmedia.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRunMedia/aipromptrunmedia.form.component.js +43 -52
- package/dist/lib/generated/Entities/AIPromptRunMedia/aipromptrunmedia.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptType/aiprompttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIPromptType/aiprompttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptType/aiprompttype.form.component.js +21 -24
- package/dist/lib/generated/Entities/AIPromptType/aiprompttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.d.ts +0 -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 +36 -50
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.d.ts +0 -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 +76 -81
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendorType/aivendortype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIVendorType/aivendortype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIVendorType/aivendortype.form.component.js +25 -31
- package/dist/lib/generated/Entities/AIVendorType/aivendortype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component.js +28 -31
- package/dist/lib/generated/Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js +37 -40
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js +24 -30
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIKey/apikey.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/APIKey/apikey.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIKey/apikey.form.component.js +49 -56
- package/dist/lib/generated/Entities/APIKey/apikey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js +17 -23
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js +24 -30
- package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js +30 -36
- package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIScope/apiscope.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/APIScope/apiscope.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js +47 -52
- package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.js +32 -38
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/action.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Action/action.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Action/action.form.component.js +130 -141
- package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionAuthorization/actionauthorization.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionAuthorization/actionauthorization.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionAuthorization/actionauthorization.form.component.js +19 -25
- package/dist/lib/generated/Entities/ActionAuthorization/actionauthorization.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js +43 -48
- package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionContext/actioncontext.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionContext/actioncontext.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionContext/actioncontext.form.component.js +21 -27
- package/dist/lib/generated/Entities/ActionContext/actioncontext.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionContextType/actioncontexttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionContextType/actioncontexttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionContextType/actioncontexttype.form.component.js +21 -24
- package/dist/lib/generated/Entities/ActionContextType/actioncontexttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionExecutionLog/actionexecutionlog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionExecutionLog/actionexecutionlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionExecutionLog/actionexecutionlog.form.component.js +27 -33
- package/dist/lib/generated/Entities/ActionExecutionLog/actionexecutionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionFilter/actionfilter.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionFilter/actionfilter.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionFilter/actionfilter.form.component.js +23 -26
- package/dist/lib/generated/Entities/ActionFilter/actionfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionLibrary/actionlibrary.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionLibrary/actionlibrary.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionLibrary/actionlibrary.form.component.js +19 -25
- package/dist/lib/generated/Entities/ActionLibrary/actionlibrary.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionParam/actionparam.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionParam/actionparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionParam/actionparam.form.component.js +42 -47
- package/dist/lib/generated/Entities/ActionParam/actionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionResultCode/actionresultcode.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ActionResultCode/actionresultcode.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionResultCode/actionresultcode.form.component.js +22 -26
- package/dist/lib/generated/Entities/ActionResultCode/actionresultcode.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Application/application.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Application/application.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Application/application.form.component.js +64 -67
- package/dist/lib/generated/Entities/Application/application.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ApplicationEntity/applicationentity.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ApplicationEntity/applicationentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ApplicationEntity/applicationentity.form.component.js +26 -32
- package/dist/lib/generated/Entities/ApplicationEntity/applicationentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ApplicationSetting/applicationsetting.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ApplicationSetting/applicationsetting.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ApplicationSetting/applicationsetting.form.component.js +22 -26
- package/dist/lib/generated/Entities/ApplicationSetting/applicationsetting.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js +47 -56
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.js +25 -33
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +61 -66
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.js +22 -28
- package/dist/lib/generated/Entities/ArtifactUse/artifactuse.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +55 -62
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js +26 -30
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AuditLog/auditlog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AuditLog/auditlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AuditLog/auditlog.form.component.js +26 -36
- package/dist/lib/generated/Entities/AuditLog/auditlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js +38 -45
- package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Authorization/authorization.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Authorization/authorization.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Authorization/authorization.form.component.js +60 -65
- package/dist/lib/generated/Entities/Authorization/authorization.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AuthorizationRole/authorizationrole.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/AuthorizationRole/authorizationrole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AuthorizationRole/authorizationrole.form.component.js +19 -25
- package/dist/lib/generated/Entities/AuthorizationRole/authorizationrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/collection.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Collection/collection.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Collection/collection.form.component.js +50 -59
- package/dist/lib/generated/Entities/Collection/collection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CollectionArtifact/collectionartifact.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CollectionArtifact/collectionartifact.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CollectionArtifact/collectionartifact.form.component.js +19 -25
- package/dist/lib/generated/Entities/CollectionArtifact/collectionartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js +25 -33
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CommunicationBaseMessageType/communicationbasemessagetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CommunicationBaseMessageType/communicationbasemessagetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CommunicationBaseMessageType/communicationbasemessagetype.form.component.js +32 -35
- package/dist/lib/generated/Entities/CommunicationBaseMessageType/communicationbasemessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CommunicationLog/communicationlog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CommunicationLog/communicationlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CommunicationLog/communicationlog.form.component.js +28 -38
- package/dist/lib/generated/Entities/CommunicationLog/communicationlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js +37 -40
- package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.js +31 -38
- package/dist/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CommunicationRun/communicationrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CommunicationRun/communicationrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CommunicationRun/communicationrun.form.component.js +36 -41
- package/dist/lib/generated/Entities/CommunicationRun/communicationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Company/company.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Company/company.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Company/company.form.component.js +60 -63
- package/dist/lib/generated/Entities/Company/company.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js +71 -78
- package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRecordMap/companyintegrationrecordmap.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRecordMap/companyintegrationrecordmap.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRecordMap/companyintegrationrecordmap.form.component.js +20 -26
- package/dist/lib/generated/Entities/CompanyIntegrationRecordMap/companyintegrationrecordmap.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js +54 -59
- package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.js +23 -29
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunDetail/companyintegrationrundetail.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunDetail/companyintegrationrundetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunDetail/companyintegrationrundetail.form.component.js +37 -42
- package/dist/lib/generated/Entities/CompanyIntegrationRunDetail/companyintegrationrundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Component/component.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Component/component.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Component/component.form.component.js +66 -71
- package/dist/lib/generated/Entities/Component/component.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.js +17 -23
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js +33 -36
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.js +21 -27
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js +26 -29
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.js +27 -30
- package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.js +38 -54
- package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.js +17 -22
- package/dist/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.js +16 -21
- package/dist/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.js +19 -24
- package/dist/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.js +41 -55
- package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.js +17 -22
- package/dist/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.js +27 -30
- package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.js +16 -18
- package/dist/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentType/contenttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentType/contenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentType/contenttype.form.component.js +33 -40
- package/dist/lib/generated/Entities/ContentType/contenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ContentTypeAttribute/contenttypeattribute.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ContentTypeAttribute/contenttypeattribute.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ContentTypeAttribute/contenttypeattribute.form.component.js +15 -17
- package/dist/lib/generated/Entities/ContentTypeAttribute/contenttypeattribute.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Conversation/conversation.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Conversation/conversation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Conversation/conversation.form.component.js +80 -95
- package/dist/lib/generated/Entities/Conversation/conversation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js +44 -51
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifactPermission/conversationartifactpermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ConversationArtifactPermission/conversationartifactpermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifactPermission/conversationartifactpermission.form.component.js +19 -25
- package/dist/lib/generated/Entities/ConversationArtifactPermission/conversationartifactpermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifactVersion/conversationartifactversion.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ConversationArtifactVersion/conversationartifactversion.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifactVersion/conversationartifactversion.form.component.js +31 -36
- package/dist/lib/generated/Entities/ConversationArtifactVersion/conversationartifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.d.ts +0 -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 +111 -130
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts +0 -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 +21 -29
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js +34 -42
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +20 -32
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Credential/credential.form.component.js +72 -61
- package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js +36 -41
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js +40 -43
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Dashboard/dashboard.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Dashboard/dashboard.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Dashboard/dashboard.form.component.js +60 -71
- package/dist/lib/generated/Entities/Dashboard/dashboard.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js +52 -59
- package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategoryLink/dashboardcategorylink.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DashboardCategoryLink/dashboardcategorylink.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategoryLink/dashboardcategorylink.form.component.js +21 -29
- package/dist/lib/generated/Entities/DashboardCategoryLink/dashboardcategorylink.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategoryPermission/dashboardcategorypermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DashboardCategoryPermission/dashboardcategorypermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategoryPermission/dashboardcategorypermission.form.component.js +28 -36
- package/dist/lib/generated/Entities/DashboardCategoryPermission/dashboardcategorypermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardPartType/dashboardparttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DashboardPartType/dashboardparttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardPartType/dashboardparttype.form.component.js +21 -23
- package/dist/lib/generated/Entities/DashboardPartType/dashboardparttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardPermission/dashboardpermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DashboardPermission/dashboardpermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardPermission/dashboardpermission.form.component.js +25 -33
- package/dist/lib/generated/Entities/DashboardPermission/dashboardpermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardUserPreference/dashboarduserpreference.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DashboardUserPreference/dashboarduserpreference.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardUserPreference/dashboarduserpreference.form.component.js +26 -34
- package/dist/lib/generated/Entities/DashboardUserPreference/dashboarduserpreference.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardUserState/dashboarduserstate.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DashboardUserState/dashboarduserstate.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardUserState/dashboarduserstate.form.component.js +19 -25
- package/dist/lib/generated/Entities/DashboardUserState/dashboarduserstate.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DataContext/datacontext.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DataContext/datacontext.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js +44 -49
- package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DataContextItem/datacontextitem.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DataContextItem/datacontextitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DataContextItem/datacontextitem.form.component.js +32 -42
- package/dist/lib/generated/Entities/DataContextItem/datacontextitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Dataset/dataset.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Dataset/dataset.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Dataset/dataset.form.component.js +21 -24
- package/dist/lib/generated/Entities/Dataset/dataset.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DatasetItem/datasetitem.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DatasetItem/datasetitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DatasetItem/datasetitem.form.component.js +25 -31
- package/dist/lib/generated/Entities/DatasetItem/datasetitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRun/duplicaterun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DuplicateRun/duplicaterun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRun/duplicaterun.form.component.js +39 -50
- package/dist/lib/generated/Entities/DuplicateRun/duplicaterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js +33 -38
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetailMatch/duplicaterundetailmatch.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/DuplicateRunDetailMatch/duplicaterundetailmatch.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetailMatch/duplicaterundetailmatch.form.component.js +27 -35
- package/dist/lib/generated/Entities/DuplicateRunDetailMatch/duplicaterundetailmatch.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Employee/employee.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Employee/employee.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Employee/employee.form.component.js +66 -71
- package/dist/lib/generated/Entities/Employee/employee.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.d.ts +0 -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 +22 -28
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.d.ts +0 -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 +19 -33
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.d.ts +0 -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 +17 -23
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js +25 -28
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js +31 -38
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js +25 -28
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +424 -391
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityAIAction/entityaiaction.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityAIAction/entityaiaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityAIAction/entityaiaction.form.component.js +33 -43
- package/dist/lib/generated/Entities/EntityAIAction/entityaiaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityAction/entityaction.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityAction/entityaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityAction/entityaction.form.component.js +41 -48
- package/dist/lib/generated/Entities/EntityAction/entityaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.d.ts +0 -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 +23 -25
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.d.ts +0 -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 +21 -27
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionInvocationType/entityactioninvocationtype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityActionInvocationType/entityactioninvocationtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityActionInvocationType/entityactioninvocationtype.form.component.js +22 -25
- package/dist/lib/generated/Entities/EntityActionInvocationType/entityactioninvocationtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.d.ts +0 -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 +24 -26
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.d.ts +0 -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 +17 -22
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityCommunicationMessageType/entitycommunicationmessagetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityCommunicationMessageType/entitycommunicationmessagetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityCommunicationMessageType/entitycommunicationmessagetype.form.component.js +27 -34
- package/dist/lib/generated/Entities/EntityCommunicationMessageType/entitycommunicationmessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js +52 -65
- package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityDocumentRun/entitydocumentrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityDocumentRun/entitydocumentrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityDocumentRun/entitydocumentrun.form.component.js +22 -26
- package/dist/lib/generated/Entities/EntityDocumentRun/entitydocumentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityDocumentSetting/entitydocumentsetting.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityDocumentSetting/entitydocumentsetting.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityDocumentSetting/entitydocumentsetting.form.component.js +22 -26
- package/dist/lib/generated/Entities/EntityDocumentSetting/entitydocumentsetting.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityDocumentType/entitydocumenttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityDocumentType/entitydocumenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityDocumentType/entitydocumenttype.form.component.js +20 -24
- package/dist/lib/generated/Entities/EntityDocumentType/entitydocumenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityField/entityfield.form.component.d.ts +0 -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 +102 -103
- package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityFieldValue/entityfieldvalue.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityFieldValue/entityfieldvalue.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityFieldValue/entityfieldvalue.form.component.js +25 -29
- package/dist/lib/generated/Entities/EntityFieldValue/entityfieldvalue.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityPermission/entitypermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityPermission/entitypermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityPermission/entitypermission.form.component.js +33 -45
- package/dist/lib/generated/Entities/EntityPermission/entitypermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityRecordDocument/entityrecorddocument.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityRecordDocument/entityrecorddocument.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityRecordDocument/entityrecorddocument.form.component.js +32 -40
- package/dist/lib/generated/Entities/EntityRecordDocument/entityrecorddocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityRelationship/entityrelationship.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityRelationship/entityrelationship.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityRelationship/entityrelationship.form.component.js +54 -60
- package/dist/lib/generated/Entities/EntityRelationship/entityrelationship.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityRelationshipDisplayComponent/entityrelationshipdisplaycomponent.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntityRelationshipDisplayComponent/entityrelationshipdisplaycomponent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityRelationshipDisplayComponent/entityrelationshipdisplaycomponent.form.component.js +22 -25
- package/dist/lib/generated/Entities/EntityRelationshipDisplayComponent/entityrelationshipdisplaycomponent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntitySetting/entitysetting.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/EntitySetting/entitysetting.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntitySetting/entitysetting.form.component.js +19 -23
- package/dist/lib/generated/Entities/EntitySetting/entitysetting.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Environment/environment.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Environment/environment.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Environment/environment.form.component.js +65 -69
- package/dist/lib/generated/Entities/Environment/environment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.d.ts +0 -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 +29 -35
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ExplorerNavigationItem/explorernavigationitem.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ExplorerNavigationItem/explorernavigationitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ExplorerNavigationItem/explorernavigationitem.form.component.js +23 -25
- package/dist/lib/generated/Entities/ExplorerNavigationItem/explorernavigationitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/File/file.form.component.d.ts +0 -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 +55 -62
- package/dist/lib/generated/Entities/File/file.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/filecategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/FileCategory/filecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/filecategory.form.component.js +35 -40
- package/dist/lib/generated/Entities/FileCategory/filecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileEntityRecordLink/fileentityrecordlink.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/FileEntityRecordLink/fileentityrecordlink.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileEntityRecordLink/fileentityrecordlink.form.component.js +19 -25
- package/dist/lib/generated/Entities/FileEntityRecordLink/fileentityrecordlink.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.js +22 -28
- package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.d.ts +0 -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 +52 -55
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCode/generatedcode.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/GeneratedCode/generatedcode.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCode/generatedcode.form.component.js +35 -43
- package/dist/lib/generated/Entities/GeneratedCode/generatedcode.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/generatedcodecategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/generatedcodecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/generatedcodecategory.form.component.js +35 -40
- package/dist/lib/generated/Entities/GeneratedCodeCategory/generatedcodecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Integration/integration.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Integration/integration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Integration/integration.form.component.js +41 -44
- package/dist/lib/generated/Entities/Integration/integration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/IntegrationURLFormat/integrationurlformat.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/IntegrationURLFormat/integrationurlformat.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/IntegrationURLFormat/integrationurlformat.form.component.js +27 -31
- package/dist/lib/generated/Entities/IntegrationURLFormat/integrationurlformat.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Library/library.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Library/library.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Library/library.form.component.js +32 -35
- package/dist/lib/generated/Entities/Library/library.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/LibraryItem/libraryitem.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/LibraryItem/libraryitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/LibraryItem/libraryitem.form.component.js +18 -22
- package/dist/lib/generated/Entities/LibraryItem/libraryitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/List/list.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/List/list.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/List/list.form.component.js +52 -63
- package/dist/lib/generated/Entities/List/list.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/listcategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ListCategory/listcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/listcategory.form.component.js +39 -46
- package/dist/lib/generated/Entities/ListCategory/listcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ListDetail/listdetail.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ListDetail/listdetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ListDetail/listdetail.form.component.js +23 -27
- package/dist/lib/generated/Entities/ListDetail/listdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.js +22 -28
- package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ListShare/listshare.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ListShare/listshare.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ListShare/listshare.form.component.js +19 -25
- package/dist/lib/generated/Entities/ListShare/listshare.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js +87 -56
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js +110 -65
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js +24 -32
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js +23 -29
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js +48 -57
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js +36 -44
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/OAuthAuthServerMetadataCache/oauthauthservermetadatacache.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/OAuthAuthServerMetadataCache/oauthauthservermetadatacache.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/OAuthAuthServerMetadataCache/oauthauthservermetadatacache.form.component.js +73 -0
- package/dist/lib/generated/Entities/OAuthAuthServerMetadataCache/oauthauthservermetadatacache.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/OAuthAuthorizationState/oauthauthorizationstate.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/OAuthAuthorizationState/oauthauthorizationstate.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/OAuthAuthorizationState/oauthauthorizationstate.form.component.js +75 -0
- package/dist/lib/generated/Entities/OAuthAuthorizationState/oauthauthorizationstate.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/OAuthClientRegistration/oauthclientregistration.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/OAuthClientRegistration/oauthclientregistration.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/OAuthClientRegistration/oauthclientregistration.form.component.js +75 -0
- package/dist/lib/generated/Entities/OAuthClientRegistration/oauthclientregistration.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/OAuthToken/oauthtoken.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/OAuthToken/oauthtoken.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/OAuthToken/oauthtoken.form.component.js +61 -0
- package/dist/lib/generated/Entities/OAuthToken/oauthtoken.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/OutputDeliveryType/outputdeliverytype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/OutputDeliveryType/outputdeliverytype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/OutputDeliveryType/outputdeliverytype.form.component.js +21 -24
- package/dist/lib/generated/Entities/OutputDeliveryType/outputdeliverytype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/OutputFormatType/outputformattype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/OutputFormatType/outputformattype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/OutputFormatType/outputformattype.form.component.js +22 -25
- package/dist/lib/generated/Entities/OutputFormatType/outputformattype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/OutputTriggerType/outputtriggertype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/OutputTriggerType/outputtriggertype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/OutputTriggerType/outputtriggertype.form.component.js +21 -24
- package/dist/lib/generated/Entities/OutputTriggerType/outputtriggertype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Project/project.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Project/project.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Project/project.form.component.js +49 -56
- package/dist/lib/generated/Entities/Project/project.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.js +30 -34
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Query/query.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Query/query.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Query/query.form.component.js +79 -86
- package/dist/lib/generated/Entities/Query/query.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/querycategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/QueryCategory/querycategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/querycategory.form.component.js +42 -49
- package/dist/lib/generated/Entities/QueryCategory/querycategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryEntity/queryentity.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/QueryEntity/queryentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryEntity/queryentity.form.component.js +20 -26
- package/dist/lib/generated/Entities/QueryEntity/queryentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryField/queryfield.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/QueryField/queryfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryField/queryfield.form.component.js +32 -38
- package/dist/lib/generated/Entities/QueryField/queryfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryParameter/queryparameter.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/QueryParameter/queryparameter.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryParameter/queryparameter.form.component.js +28 -32
- package/dist/lib/generated/Entities/QueryParameter/queryparameter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryPermission/querypermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/QueryPermission/querypermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryPermission/querypermission.form.component.js +18 -26
- package/dist/lib/generated/Entities/QueryPermission/querypermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Queue/queue.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Queue/queue.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Queue/queue.form.component.js +45 -50
- package/dist/lib/generated/Entities/Queue/queue.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueueTask/queuetask.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/QueueTask/queuetask.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueueTask/queuetask.form.component.js +30 -34
- package/dist/lib/generated/Entities/QueueTask/queuetask.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueueType/queuetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/QueueType/queuetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueueType/queuetype.form.component.js +25 -28
- package/dist/lib/generated/Entities/QueueType/queuetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.d.ts +0 -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 +25 -38
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.d.ts +0 -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 +18 -31
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecommendationProvider/recommendationprovider.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/RecommendationProvider/recommendationprovider.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecommendationProvider/recommendationprovider.form.component.js +21 -24
- package/dist/lib/generated/Entities/RecommendationProvider/recommendationprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecommendationRun/recommendationrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/RecommendationRun/recommendationrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecommendationRun/recommendationrun.form.component.js +31 -38
- package/dist/lib/generated/Entities/RecommendationRun/recommendationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.d.ts +0 -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 +51 -49
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordChangeReplayRun/recordchangereplayrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/RecordChangeReplayRun/recordchangereplayrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecordChangeReplayRun/recordchangereplayrun.form.component.js +30 -35
- package/dist/lib/generated/Entities/RecordChangeReplayRun/recordchangereplayrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.js +26 -32
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.d.ts +0 -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 +17 -27
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordMergeLog/recordmergelog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/RecordMergeLog/recordmergelog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecordMergeLog/recordmergelog.form.component.js +46 -55
- package/dist/lib/generated/Entities/RecordMergeLog/recordmergelog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Report/report.form.component.d.ts +0 -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 +60 -89
- package/dist/lib/generated/Entities/Report/report.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/reportcategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ReportCategory/reportcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/reportcategory.form.component.js +36 -43
- package/dist/lib/generated/Entities/ReportCategory/reportcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ReportSnapshot/reportsnapshot.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ReportSnapshot/reportsnapshot.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ReportSnapshot/reportsnapshot.form.component.js +19 -25
- package/dist/lib/generated/Entities/ReportSnapshot/reportsnapshot.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ReportUserState/reportuserstate.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ReportUserState/reportuserstate.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ReportUserState/reportuserstate.form.component.js +19 -25
- package/dist/lib/generated/Entities/ReportUserState/reportuserstate.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ReportVersion/reportversion.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ReportVersion/reportversion.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ReportVersion/reportversion.form.component.js +24 -28
- package/dist/lib/generated/Entities/ReportVersion/reportversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ResourceLink/resourcelink.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ResourceLink/resourcelink.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ResourceLink/resourcelink.form.component.js +16 -22
- package/dist/lib/generated/Entities/ResourceLink/resourcelink.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.js +28 -37
- package/dist/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js +54 -63
- package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Role/role.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Role/role.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Role/role.form.component.js +72 -75
- package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component.js +21 -25
- package/dist/lib/generated/Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledAction/scheduledaction.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ScheduledAction/scheduledaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ScheduledAction/scheduledaction.form.component.js +42 -49
- package/dist/lib/generated/Entities/ScheduledAction/scheduledaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledActionParam/scheduledactionparam.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ScheduledActionParam/scheduledactionparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ScheduledActionParam/scheduledactionparam.form.component.js +23 -29
- package/dist/lib/generated/Entities/ScheduledActionParam/scheduledactionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js +60 -69
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js +38 -45
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js +26 -29
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/SchemaInfo/schemainfo.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/SchemaInfo/schemainfo.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/SchemaInfo/schemainfo.form.component.js +18 -20
- package/dist/lib/generated/Entities/SchemaInfo/schemainfo.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Skill/skill.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Skill/skill.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Skill/skill.form.component.js +34 -39
- package/dist/lib/generated/Entities/Skill/skill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Tag/tag.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Tag/tag.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Tag/tag.form.component.js +36 -41
- package/dist/lib/generated/Entities/Tag/tag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TaggedItem/taggeditem.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TaggedItem/taggeditem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TaggedItem/taggeditem.form.component.js +21 -27
- package/dist/lib/generated/Entities/TaggedItem/taggeditem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Task/task.form.component.d.ts +0 -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 +58 -75
- package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.js +21 -27
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.js +21 -24
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Template/template.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Template/template.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Template/template.form.component.js +70 -77
- package/dist/lib/generated/Entities/Template/template.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/templatecategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TemplateCategory/templatecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/templatecategory.form.component.js +39 -46
- package/dist/lib/generated/Entities/TemplateCategory/templatecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateContent/templatecontent.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TemplateContent/templatecontent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateContent/templatecontent.form.component.js +31 -38
- package/dist/lib/generated/Entities/TemplateContent/templatecontent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateContentType/templatecontenttype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TemplateContentType/templatecontenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateContentType/templatecontenttype.form.component.js +21 -25
- package/dist/lib/generated/Entities/TemplateContentType/templatecontenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.d.ts +0 -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 +34 -48
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Test/test.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Test/test.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Test/test.form.component.js +50 -55
- package/dist/lib/generated/Entities/Test/test.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.js +19 -23
- package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.d.ts +0 -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 +89 -100
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.d.ts +0 -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 +25 -31
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.d.ts +0 -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 +52 -57
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.d.ts +0 -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 +64 -71
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.js +17 -23
- package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestType/testtype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/TestType/testtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestType/testtype.form.component.js +31 -34
- package/dist/lib/generated/Entities/TestType/testtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +645 -594
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserApplication/userapplication.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserApplication/userapplication.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserApplication/userapplication.form.component.js +28 -35
- package/dist/lib/generated/Entities/UserApplication/userapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserApplicationEntity/userapplicationentity.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserApplicationEntity/userapplicationentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserApplicationEntity/userapplicationentity.form.component.js +21 -25
- package/dist/lib/generated/Entities/UserApplicationEntity/userapplicationentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserFavorite/userfavorite.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserFavorite/userfavorite.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserFavorite/userfavorite.form.component.js +21 -25
- package/dist/lib/generated/Entities/UserFavorite/userfavorite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserNotification/usernotification.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserNotification/usernotification.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserNotification/usernotification.form.component.js +27 -35
- package/dist/lib/generated/Entities/UserNotification/usernotification.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.js +22 -28
- package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.js +44 -51
- package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.js +32 -36
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserRole/userrole.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserRole/userrole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserRole/userrole.form.component.js +17 -23
- package/dist/lib/generated/Entities/UserRole/userrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.js +18 -22
- package/dist/lib/generated/Entities/UserSetting/usersetting.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserView/userview.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserView/userview.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserView/userview.form.component.js +72 -77
- package/dist/lib/generated/Entities/UserView/userview.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/userviewcategory.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserViewCategory/userviewcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/userviewcategory.form.component.js +40 -49
- package/dist/lib/generated/Entities/UserViewCategory/userviewcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserViewRun/userviewrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserViewRun/userviewrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserViewRun/userviewrun.form.component.js +29 -36
- package/dist/lib/generated/Entities/UserViewRun/userviewrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserViewRunDetail/userviewrundetail.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/UserViewRunDetail/userviewrundetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserViewRunDetail/userviewrundetail.form.component.js +16 -18
- package/dist/lib/generated/Entities/UserViewRunDetail/userviewrundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js +30 -33
- package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/VectorIndex/vectorindex.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/VectorIndex/vectorindex.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/VectorIndex/vectorindex.form.component.js +28 -35
- package/dist/lib/generated/Entities/VectorIndex/vectorindex.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/VersionInstallation/versioninstallation.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/VersionInstallation/versioninstallation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/VersionInstallation/versioninstallation.form.component.js +23 -25
- package/dist/lib/generated/Entities/VersionInstallation/versioninstallation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/VersionLabel/versionlabel.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/VersionLabel/versionlabel.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/VersionLabel/versionlabel.form.component.js +159 -0
- package/dist/lib/generated/Entities/VersionLabel/versionlabel.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/VersionLabelItem/versionlabelitem.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/VersionLabelItem/versionlabelitem.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/VersionLabelItem/versionlabelitem.form.component.js +63 -0
- package/dist/lib/generated/Entities/VersionLabelItem/versionlabelitem.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/VersionLabelRestore/versionlabelrestore.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/VersionLabelRestore/versionlabelrestore.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/VersionLabelRestore/versionlabelrestore.form.component.js +77 -0
- package/dist/lib/generated/Entities/VersionLabelRestore/versionlabelrestore.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Workflow/workflow.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Workflow/workflow.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Workflow/workflow.form.component.js +36 -39
- package/dist/lib/generated/Entities/Workflow/workflow.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/WorkflowEngine/workflowengine.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/WorkflowEngine/workflowengine.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/WorkflowEngine/workflowengine.form.component.js +23 -26
- package/dist/lib/generated/Entities/WorkflowEngine/workflowengine.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/WorkflowRun/workflowrun.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/WorkflowRun/workflowrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/WorkflowRun/workflowrun.form.component.js +25 -29
- package/dist/lib/generated/Entities/WorkflowRun/workflowrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Workspace/workspace.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/Workspace/workspace.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Workspace/workspace.form.component.js +27 -33
- package/dist/lib/generated/Entities/Workspace/workspace.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/WorkspaceItem/workspaceitem.form.component.d.ts +0 -1
- package/dist/lib/generated/Entities/WorkspaceItem/workspaceitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/WorkspaceItem/workspaceitem.form.component.js +26 -32
- package/dist/lib/generated/Entities/WorkspaceItem/workspaceitem.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +272 -271
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +429 -939
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
- package/dist/lib/shared/components/template-editor.component.js +167 -164
- package/dist/lib/shared/components/template-editor.component.js.map +1 -1
- package/dist/public-api.d.ts +0 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +1 -1
- package/dist/public-api.js.map +1 -1
- package/package.json +53 -52
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts +0 -109
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js +0 -2014
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/condition-editor/condition-editor.component.d.ts +0 -29
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/condition-editor/condition-editor.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/condition-editor/condition-editor.component.js +0 -198
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/condition-editor/condition-editor.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/confirmation-dialog/confirmation-dialog.component.d.ts +0 -14
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/confirmation-dialog/confirmation-dialog.component.js +0 -98
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/confirmation-dialog/confirmation-dialog.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/custom-node/custom-node.component.d.ts +0 -44
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/custom-node/custom-node.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/custom-node/custom-node.component.js +0 -282
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/custom-node/custom-node.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/execution-panel/execution-panel.component.d.ts +0 -35
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/execution-panel/execution-panel.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/execution-panel/execution-panel.component.js +0 -287
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/execution-panel/execution-panel.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/flow-editor/flow-editor.component.d.ts +0 -106
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/flow-editor/flow-editor.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/flow-editor/flow-editor.component.js +0 -951
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/flow-editor/flow-editor.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/prompt-editor/prompt-editor.component.d.ts +0 -30
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/prompt-editor/prompt-editor.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/prompt-editor/prompt-editor.component.js +0 -450
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/prompt-editor/prompt-editor.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/properties-panel/properties-panel.component.d.ts +0 -25
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/properties-panel/properties-panel.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/properties-panel/properties-panel.component.js +0 -423
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/properties-panel/properties-panel.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/simple-condition-editor/simple-condition-editor.component.d.ts +0 -21
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/simple-condition-editor/simple-condition-editor.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/simple-condition-editor/simple-condition-editor.component.js +0 -182
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/simple-condition-editor/simple-condition-editor.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/step/step.component.d.ts +0 -34
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/step/step.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/step/step.component.js +0 -171
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/step/step.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/toolbar/toolbar.component.d.ts +0 -17
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/toolbar/toolbar.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/toolbar/toolbar.component.js +0 -78
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/components/toolbar/toolbar.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/connection.model.d.ts +0 -17
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/connection.model.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/connection.model.js +0 -11
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/connection.model.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/mj-extended.model.d.ts +0 -21
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/mj-extended.model.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/mj-extended.model.js +0 -2
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/mj-extended.model.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/module.model.d.ts +0 -33
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/module.model.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/module.model.js +0 -2
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/module.model.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/step.model.d.ts +0 -44
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/step.model.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/step.model.js +0 -166
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/models/step.model.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-editor.service.d.ts +0 -14
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-editor.service.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-editor.service.js +0 -31
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-editor.service.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-executor.service.d.ts +0 -63
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-executor.service.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-executor.service.js +0 -294
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/flow-executor.service.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/mj-flow-transformer.service.d.ts +0 -77
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/mj-flow-transformer.service.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/mj-flow-transformer.service.js +0 -408
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/mj-flow-transformer.service.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/module-manager.service.d.ts +0 -19
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/module-manager.service.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/module-manager.service.js +0 -116
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/module-manager.service.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/prompt-manager.service.d.ts +0 -25
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/prompt-manager.service.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/prompt-manager.service.js +0 -90
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-editor-integration/services/prompt-manager.service.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.d.ts +0 -52
- package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.js +0 -500
- package/dist/lib/custom/AIAgents/FlowAgentType/mj-integrated-flow-editor.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.d.ts +0 -9
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.js +0 -84
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.js.map +0 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts +0 -61
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +0 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +0 -790
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +0 -1
|
@@ -8,763 +8,791 @@ import { Component } from '@angular/core';
|
|
|
8
8
|
import { RegisterClass } from '@memberjunction/global';
|
|
9
9
|
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
-
import * as i1 from "@
|
|
12
|
-
|
|
13
|
-
import * as i3 from "@memberjunction/ng-form-toolbar";
|
|
14
|
-
function UserFormComponent_div_28_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
+
import * as i1 from "@memberjunction/ng-base-forms";
|
|
12
|
+
function UserFormComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
15
13
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
16
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
17
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
15
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_28_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_28_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("actionExecutionLogs", $event.totalRowCount)); });
|
|
18
16
|
i0.ɵɵelementEnd()();
|
|
19
17
|
} if (rf & 2) {
|
|
20
18
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
21
19
|
i0.ɵɵadvance();
|
|
22
20
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Action Execution Logs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Action Execution Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("actionExecutionLogs"))("ShowToolbar", false);
|
|
23
21
|
} }
|
|
24
|
-
function
|
|
22
|
+
function UserFormComponent_Conditional_30_Template(rf, ctx) { if (rf & 1) {
|
|
25
23
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
26
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
27
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
24
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
25
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_30_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_30_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("actions", $event.totalRowCount)); });
|
|
28
26
|
i0.ɵɵelementEnd()();
|
|
29
27
|
} if (rf & 2) {
|
|
30
28
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
31
29
|
i0.ɵɵadvance();
|
|
32
30
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Actions", "CodeApprovedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("actions"))("ShowToolbar", false);
|
|
33
31
|
} }
|
|
34
|
-
function
|
|
32
|
+
function UserFormComponent_Conditional_32_Template(rf, ctx) { if (rf & 1) {
|
|
35
33
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
36
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
37
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
34
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
35
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_32_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_32_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("auditLogs", $event.totalRowCount)); });
|
|
38
36
|
i0.ɵɵelementEnd()();
|
|
39
37
|
} if (rf & 2) {
|
|
40
38
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
41
39
|
i0.ɵɵadvance();
|
|
42
40
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Audit Logs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Audit Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("auditLogs"))("ShowToolbar", false);
|
|
43
41
|
} }
|
|
44
|
-
function
|
|
42
|
+
function UserFormComponent_Conditional_34_Template(rf, ctx) { if (rf & 1) {
|
|
45
43
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
46
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
47
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
44
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
45
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_34_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_34_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("communicationRuns", $event.totalRowCount)); });
|
|
48
46
|
i0.ɵɵelementEnd()();
|
|
49
47
|
} if (rf & 2) {
|
|
50
48
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
51
49
|
i0.ɵɵadvance();
|
|
52
50
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Communication Runs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("communicationRuns"))("ShowToolbar", false);
|
|
53
51
|
} }
|
|
54
|
-
function
|
|
52
|
+
function UserFormComponent_Conditional_36_Template(rf, ctx) { if (rf & 1) {
|
|
55
53
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
56
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
57
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
54
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
55
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_36_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_36_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("companyIntegrationRuns", $event.totalRowCount)); });
|
|
58
56
|
i0.ɵɵelementEnd()();
|
|
59
57
|
} if (rf & 2) {
|
|
60
58
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
61
59
|
i0.ɵɵadvance();
|
|
62
60
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Company Integration Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Company Integration Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("companyIntegrationRuns"))("ShowToolbar", false);
|
|
63
61
|
} }
|
|
64
|
-
function
|
|
62
|
+
function UserFormComponent_Conditional_38_Template(rf, ctx) { if (rf & 1) {
|
|
65
63
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
66
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
67
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
64
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
65
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_38_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_38_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversations", $event.totalRowCount)); });
|
|
68
66
|
i0.ɵɵelementEnd()();
|
|
69
67
|
} if (rf & 2) {
|
|
70
68
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
71
69
|
i0.ɵɵadvance();
|
|
72
70
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversations", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversations"))("AllowLoad", ctx_r1.IsSectionExpanded("conversations"))("ShowToolbar", false);
|
|
73
71
|
} }
|
|
74
|
-
function
|
|
72
|
+
function UserFormComponent_Conditional_40_Template(rf, ctx) { if (rf & 1) {
|
|
75
73
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
76
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
77
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
74
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
75
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_40_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_40_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboardCategories", $event.totalRowCount)); });
|
|
78
76
|
i0.ɵɵelementEnd()();
|
|
79
77
|
} if (rf & 2) {
|
|
80
78
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
81
79
|
i0.ɵɵadvance();
|
|
82
80
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Dashboard Categories", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Dashboard Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("dashboardCategories"))("ShowToolbar", false);
|
|
83
81
|
} }
|
|
84
|
-
function
|
|
82
|
+
function UserFormComponent_Conditional_42_Template(rf, ctx) { if (rf & 1) {
|
|
85
83
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
86
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
87
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
84
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
85
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_42_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_42_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboards", $event.totalRowCount)); });
|
|
88
86
|
i0.ɵɵelementEnd()();
|
|
89
87
|
} if (rf & 2) {
|
|
90
88
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
91
89
|
i0.ɵɵadvance();
|
|
92
90
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Dashboards", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Dashboards"))("AllowLoad", ctx_r1.IsSectionExpanded("dashboards"))("ShowToolbar", false);
|
|
93
91
|
} }
|
|
94
|
-
function
|
|
92
|
+
function UserFormComponent_Conditional_44_Template(rf, ctx) { if (rf & 1) {
|
|
95
93
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
96
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
97
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
94
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
95
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_44_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_44_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dataContexts", $event.totalRowCount)); });
|
|
98
96
|
i0.ɵɵelementEnd()();
|
|
99
97
|
} if (rf & 2) {
|
|
100
98
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
101
99
|
i0.ɵɵadvance();
|
|
102
100
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Data Contexts", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Data Contexts"))("AllowLoad", ctx_r1.IsSectionExpanded("dataContexts"))("ShowToolbar", false);
|
|
103
101
|
} }
|
|
104
|
-
function
|
|
102
|
+
function UserFormComponent_Conditional_46_Template(rf, ctx) { if (rf & 1) {
|
|
105
103
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
106
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
107
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
104
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
105
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_46_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_46_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("duplicateRuns", $event.totalRowCount)); });
|
|
108
106
|
i0.ɵɵelementEnd()();
|
|
109
107
|
} if (rf & 2) {
|
|
110
108
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
111
109
|
i0.ɵɵadvance();
|
|
112
110
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Duplicate Runs", "StartedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Duplicate Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("duplicateRuns"))("ShowToolbar", false);
|
|
113
111
|
} }
|
|
114
|
-
function
|
|
112
|
+
function UserFormComponent_Conditional_48_Template(rf, ctx) { if (rf & 1) {
|
|
115
113
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
116
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
117
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
114
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
115
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_48_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_48_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("lists", $event.totalRowCount)); });
|
|
118
116
|
i0.ɵɵelementEnd()();
|
|
119
117
|
} if (rf & 2) {
|
|
120
118
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
121
119
|
i0.ɵɵadvance();
|
|
122
120
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Lists", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Lists"))("AllowLoad", ctx_r1.IsSectionExpanded("lists"))("ShowToolbar", false);
|
|
123
121
|
} }
|
|
124
|
-
function
|
|
122
|
+
function UserFormComponent_Conditional_50_Template(rf, ctx) { if (rf & 1) {
|
|
125
123
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
126
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
127
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
124
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
125
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_50_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_50_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queryCategories", $event.totalRowCount)); });
|
|
128
126
|
i0.ɵɵelementEnd()();
|
|
129
127
|
} if (rf & 2) {
|
|
130
128
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
131
129
|
i0.ɵɵadvance();
|
|
132
130
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Query Categories", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Query Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("queryCategories"))("ShowToolbar", false);
|
|
133
131
|
} }
|
|
134
|
-
function
|
|
132
|
+
function UserFormComponent_Conditional_52_Template(rf, ctx) { if (rf & 1) {
|
|
135
133
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
136
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
137
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
134
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
135
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_52_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_52_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recommendationRuns", $event.totalRowCount)); });
|
|
138
136
|
i0.ɵɵelementEnd()();
|
|
139
137
|
} if (rf & 2) {
|
|
140
138
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
141
139
|
i0.ɵɵadvance();
|
|
142
140
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Recommendation Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Recommendation Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("recommendationRuns"))("ShowToolbar", false);
|
|
143
141
|
} }
|
|
144
|
-
function
|
|
142
|
+
function UserFormComponent_Conditional_54_Template(rf, ctx) { if (rf & 1) {
|
|
145
143
|
const _r15 = i0.ɵɵgetCurrentView();
|
|
146
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
147
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
144
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
145
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_54_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_54_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordChangeReplayRuns", $event.totalRowCount)); });
|
|
148
146
|
i0.ɵɵelementEnd()();
|
|
149
147
|
} if (rf & 2) {
|
|
150
148
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
151
149
|
i0.ɵɵadvance();
|
|
152
150
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Record Change Replay Runs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Record Change Replay Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("recordChangeReplayRuns"))("ShowToolbar", false);
|
|
153
151
|
} }
|
|
154
|
-
function
|
|
152
|
+
function UserFormComponent_Conditional_56_Template(rf, ctx) { if (rf & 1) {
|
|
155
153
|
const _r16 = i0.ɵɵgetCurrentView();
|
|
156
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
157
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
154
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
155
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_56_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_56_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordChanges", $event.totalRowCount)); });
|
|
158
156
|
i0.ɵɵelementEnd()();
|
|
159
157
|
} if (rf & 2) {
|
|
160
158
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
161
159
|
i0.ɵɵadvance();
|
|
162
160
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Record Changes", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Record Changes"))("AllowLoad", ctx_r1.IsSectionExpanded("recordChanges"))("ShowToolbar", false);
|
|
163
161
|
} }
|
|
164
|
-
function
|
|
162
|
+
function UserFormComponent_Conditional_58_Template(rf, ctx) { if (rf & 1) {
|
|
165
163
|
const _r17 = i0.ɵɵgetCurrentView();
|
|
166
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
167
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
164
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
165
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_58_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_58_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recordMergeLogs", $event.totalRowCount)); });
|
|
168
166
|
i0.ɵɵelementEnd()();
|
|
169
167
|
} if (rf & 2) {
|
|
170
168
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
171
169
|
i0.ɵɵadvance();
|
|
172
170
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Record Merge Logs", "InitiatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Record Merge Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("recordMergeLogs"))("ShowToolbar", false);
|
|
173
171
|
} }
|
|
174
|
-
function
|
|
172
|
+
function UserFormComponent_Conditional_60_Template(rf, ctx) { if (rf & 1) {
|
|
175
173
|
const _r18 = i0.ɵɵgetCurrentView();
|
|
176
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
177
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
174
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
175
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_60_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_60_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reportCategories", $event.totalRowCount)); });
|
|
178
176
|
i0.ɵɵelementEnd()();
|
|
179
177
|
} if (rf & 2) {
|
|
180
178
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
181
179
|
i0.ɵɵadvance();
|
|
182
180
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Report Categories", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Report Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("reportCategories"))("ShowToolbar", false);
|
|
183
181
|
} }
|
|
184
|
-
function
|
|
182
|
+
function UserFormComponent_Conditional_62_Template(rf, ctx) { if (rf & 1) {
|
|
185
183
|
const _r19 = i0.ɵɵgetCurrentView();
|
|
186
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
187
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
184
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
185
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_62_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_62_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reportSnapshots", $event.totalRowCount)); });
|
|
188
186
|
i0.ɵɵelementEnd()();
|
|
189
187
|
} if (rf & 2) {
|
|
190
188
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
191
189
|
i0.ɵɵadvance();
|
|
192
190
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Report Snapshots", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Report Snapshots"))("AllowLoad", ctx_r1.IsSectionExpanded("reportSnapshots"))("ShowToolbar", false);
|
|
193
191
|
} }
|
|
194
|
-
function
|
|
192
|
+
function UserFormComponent_Conditional_64_Template(rf, ctx) { if (rf & 1) {
|
|
195
193
|
const _r20 = i0.ɵɵgetCurrentView();
|
|
196
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
197
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
194
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
195
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_64_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_64_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reports", $event.totalRowCount)); });
|
|
198
196
|
i0.ɵɵelementEnd()();
|
|
199
197
|
} if (rf & 2) {
|
|
200
198
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
201
199
|
i0.ɵɵadvance();
|
|
202
200
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Reports", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Reports"))("AllowLoad", ctx_r1.IsSectionExpanded("reports"))("ShowToolbar", false);
|
|
203
201
|
} }
|
|
204
|
-
function
|
|
202
|
+
function UserFormComponent_Conditional_66_Template(rf, ctx) { if (rf & 1) {
|
|
205
203
|
const _r21 = i0.ɵɵgetCurrentView();
|
|
206
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
207
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
204
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
205
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_66_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_66_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("templateCategories", $event.totalRowCount)); });
|
|
208
206
|
i0.ɵɵelementEnd()();
|
|
209
207
|
} if (rf & 2) {
|
|
210
208
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
211
209
|
i0.ɵɵadvance();
|
|
212
210
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Template Categories", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Template Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("templateCategories"))("ShowToolbar", false);
|
|
213
211
|
} }
|
|
214
|
-
function
|
|
212
|
+
function UserFormComponent_Conditional_68_Template(rf, ctx) { if (rf & 1) {
|
|
215
213
|
const _r22 = i0.ɵɵgetCurrentView();
|
|
216
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
217
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
214
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
215
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_68_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_68_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("templates", $event.totalRowCount)); });
|
|
218
216
|
i0.ɵɵelementEnd()();
|
|
219
217
|
} if (rf & 2) {
|
|
220
218
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
221
219
|
i0.ɵɵadvance();
|
|
222
220
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Templates", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Templates"))("AllowLoad", ctx_r1.IsSectionExpanded("templates"))("ShowToolbar", false);
|
|
223
221
|
} }
|
|
224
|
-
function
|
|
222
|
+
function UserFormComponent_Conditional_70_Template(rf, ctx) { if (rf & 1) {
|
|
225
223
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
226
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
227
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
224
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
225
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_70_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_70_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userApplications", $event.totalRowCount)); });
|
|
228
226
|
i0.ɵɵelementEnd()();
|
|
229
227
|
} if (rf & 2) {
|
|
230
228
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
231
229
|
i0.ɵɵadvance();
|
|
232
230
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User Applications", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("User Applications"))("AllowLoad", ctx_r1.IsSectionExpanded("userApplications"))("ShowToolbar", false);
|
|
233
231
|
} }
|
|
234
|
-
function
|
|
232
|
+
function UserFormComponent_Conditional_72_Template(rf, ctx) { if (rf & 1) {
|
|
235
233
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
236
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
237
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
234
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
235
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_72_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_72_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userFavorites", $event.totalRowCount)); });
|
|
238
236
|
i0.ɵɵelementEnd()();
|
|
239
237
|
} if (rf & 2) {
|
|
240
238
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
241
239
|
i0.ɵɵadvance();
|
|
242
240
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User Favorites", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("User Favorites"))("AllowLoad", ctx_r1.IsSectionExpanded("userFavorites"))("ShowToolbar", false);
|
|
243
241
|
} }
|
|
244
|
-
function
|
|
242
|
+
function UserFormComponent_Conditional_74_Template(rf, ctx) { if (rf & 1) {
|
|
245
243
|
const _r25 = i0.ɵɵgetCurrentView();
|
|
246
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
247
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
244
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
245
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_74_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_74_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userNotifications", $event.totalRowCount)); });
|
|
248
246
|
i0.ɵɵelementEnd()();
|
|
249
247
|
} if (rf & 2) {
|
|
250
248
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
251
249
|
i0.ɵɵadvance();
|
|
252
250
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User Notifications", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("User Notifications"))("AllowLoad", ctx_r1.IsSectionExpanded("userNotifications"))("ShowToolbar", false);
|
|
253
251
|
} }
|
|
254
|
-
function
|
|
252
|
+
function UserFormComponent_Conditional_76_Template(rf, ctx) { if (rf & 1) {
|
|
255
253
|
const _r26 = i0.ɵɵgetCurrentView();
|
|
256
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
257
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
254
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
255
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_76_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_76_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userRecordLogs", $event.totalRowCount)); });
|
|
258
256
|
i0.ɵɵelementEnd()();
|
|
259
257
|
} if (rf & 2) {
|
|
260
258
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
261
259
|
i0.ɵɵadvance();
|
|
262
260
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User Record Logs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("User Record Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("userRecordLogs"))("ShowToolbar", false);
|
|
263
261
|
} }
|
|
264
|
-
function
|
|
262
|
+
function UserFormComponent_Conditional_78_Template(rf, ctx) { if (rf & 1) {
|
|
265
263
|
const _r27 = i0.ɵɵgetCurrentView();
|
|
266
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
267
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
264
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
265
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_78_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_78_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("roles", $event.totalRowCount)); });
|
|
268
266
|
i0.ɵɵelementEnd()();
|
|
269
267
|
} if (rf & 2) {
|
|
270
268
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
271
269
|
i0.ɵɵadvance();
|
|
272
270
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User Roles", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("User Roles"))("AllowLoad", ctx_r1.IsSectionExpanded("roles"))("ShowToolbar", false);
|
|
273
271
|
} }
|
|
274
|
-
function
|
|
272
|
+
function UserFormComponent_Conditional_80_Template(rf, ctx) { if (rf & 1) {
|
|
275
273
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
276
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
277
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
274
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
275
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_80_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_80_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViewCategories", $event.totalRowCount)); });
|
|
278
276
|
i0.ɵɵelementEnd()();
|
|
279
277
|
} if (rf & 2) {
|
|
280
278
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
281
279
|
i0.ɵɵadvance();
|
|
282
280
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User View Categories", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("User View Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("userViewCategories"))("ShowToolbar", false);
|
|
283
281
|
} }
|
|
284
|
-
function
|
|
282
|
+
function UserFormComponent_Conditional_82_Template(rf, ctx) { if (rf & 1) {
|
|
285
283
|
const _r29 = i0.ɵɵgetCurrentView();
|
|
286
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
287
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
284
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
285
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_82_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_82_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViewRuns", $event.totalRowCount)); });
|
|
288
286
|
i0.ɵɵelementEnd()();
|
|
289
287
|
} if (rf & 2) {
|
|
290
288
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
291
289
|
i0.ɵɵadvance();
|
|
292
290
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User View Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("User View Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("userViewRuns"))("ShowToolbar", false);
|
|
293
291
|
} }
|
|
294
|
-
function
|
|
292
|
+
function UserFormComponent_Conditional_84_Template(rf, ctx) { if (rf & 1) {
|
|
295
293
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
296
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
297
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
294
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
295
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_84_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_84_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userViews", $event.totalRowCount)); });
|
|
298
296
|
i0.ɵɵelementEnd()();
|
|
299
297
|
} if (rf & 2) {
|
|
300
298
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
301
299
|
i0.ɵɵadvance();
|
|
302
300
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User Views", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("User Views"))("AllowLoad", ctx_r1.IsSectionExpanded("userViews"))("ShowToolbar", false);
|
|
303
301
|
} }
|
|
304
|
-
function
|
|
302
|
+
function UserFormComponent_Conditional_86_Template(rf, ctx) { if (rf & 1) {
|
|
305
303
|
const _r31 = i0.ɵɵgetCurrentView();
|
|
306
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
307
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
304
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
305
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_86_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r31); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_86_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r31); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("workspaces", $event.totalRowCount)); });
|
|
308
306
|
i0.ɵɵelementEnd()();
|
|
309
307
|
} if (rf & 2) {
|
|
310
308
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
311
309
|
i0.ɵɵadvance();
|
|
312
310
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Workspaces", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Workspaces"))("AllowLoad", ctx_r1.IsSectionExpanded("workspaces"))("ShowToolbar", false);
|
|
313
311
|
} }
|
|
314
|
-
function
|
|
312
|
+
function UserFormComponent_Conditional_88_Template(rf, ctx) { if (rf & 1) {
|
|
315
313
|
const _r32 = i0.ɵɵgetCurrentView();
|
|
316
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
317
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
314
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
315
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_88_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_88_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentNotes", $event.totalRowCount)); });
|
|
318
316
|
i0.ɵɵelementEnd()();
|
|
319
317
|
} if (rf & 2) {
|
|
320
318
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
321
319
|
i0.ɵɵadvance();
|
|
322
320
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Notes", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Notes"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentNotes"))("ShowToolbar", false);
|
|
323
321
|
} }
|
|
324
|
-
function
|
|
322
|
+
function UserFormComponent_Conditional_90_Template(rf, ctx) { if (rf & 1) {
|
|
325
323
|
const _r33 = i0.ɵɵgetCurrentView();
|
|
326
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
327
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
324
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
325
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_90_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_90_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
|
|
328
326
|
i0.ɵɵelementEnd()();
|
|
329
327
|
} if (rf & 2) {
|
|
330
328
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
331
329
|
i0.ɵɵadvance();
|
|
332
330
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Requests", "ResponseByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Requests"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentRequests"))("ShowToolbar", false);
|
|
333
331
|
} }
|
|
334
|
-
function
|
|
332
|
+
function UserFormComponent_Conditional_92_Template(rf, ctx) { if (rf & 1) {
|
|
335
333
|
const _r34 = i0.ɵɵgetCurrentView();
|
|
336
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
337
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
334
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
335
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_92_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_92_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r34); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("listCategories", $event.totalRowCount)); });
|
|
338
336
|
i0.ɵɵelementEnd()();
|
|
339
337
|
} if (rf & 2) {
|
|
340
338
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
341
339
|
i0.ɵɵadvance();
|
|
342
340
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("List Categories", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("List Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("listCategories"))("ShowToolbar", false);
|
|
343
341
|
} }
|
|
344
|
-
function
|
|
342
|
+
function UserFormComponent_Conditional_94_Template(rf, ctx) { if (rf & 1) {
|
|
345
343
|
const _r35 = i0.ɵɵgetCurrentView();
|
|
346
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
347
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
344
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
345
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_94_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r35); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_94_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r35); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAPIKeys", $event.totalRowCount)); });
|
|
348
346
|
i0.ɵɵelementEnd()();
|
|
349
347
|
} if (rf & 2) {
|
|
350
348
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
351
349
|
i0.ɵɵadvance();
|
|
352
350
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: API Keys", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: API Keys"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAPIKeys"))("ShowToolbar", false);
|
|
353
351
|
} }
|
|
354
|
-
function
|
|
352
|
+
function UserFormComponent_Conditional_96_Template(rf, ctx) { if (rf & 1) {
|
|
355
353
|
const _r36 = i0.ɵɵgetCurrentView();
|
|
356
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
357
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
354
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
355
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_96_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_96_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r36); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
|
|
358
356
|
i0.ɵɵelementEnd()();
|
|
359
357
|
} if (rf & 2) {
|
|
360
358
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
361
359
|
i0.ɵɵadvance();
|
|
362
360
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactPermissions"))("ShowToolbar", false);
|
|
363
361
|
} }
|
|
364
|
-
function
|
|
362
|
+
function UserFormComponent_Conditional_98_Template(rf, ctx) { if (rf & 1) {
|
|
365
363
|
const _r37 = i0.ɵɵgetCurrentView();
|
|
366
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
367
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
364
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
365
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_98_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_98_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactUses", $event.totalRowCount)); });
|
|
368
366
|
i0.ɵɵelementEnd()();
|
|
369
367
|
} if (rf & 2) {
|
|
370
368
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
371
369
|
i0.ɵɵadvance();
|
|
372
370
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Uses", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Uses"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactUses"))("ShowToolbar", false);
|
|
373
371
|
} }
|
|
374
|
-
function
|
|
372
|
+
function UserFormComponent_Conditional_100_Template(rf, ctx) { if (rf & 1) {
|
|
375
373
|
const _r38 = i0.ɵɵgetCurrentView();
|
|
376
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
377
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
374
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
375
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_100_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r38); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_100_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r38); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactVersions", $event.totalRowCount)); });
|
|
378
376
|
i0.ɵɵelementEnd()();
|
|
379
377
|
} if (rf & 2) {
|
|
380
378
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
381
379
|
i0.ɵɵadvance();
|
|
382
380
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Versions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Versions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactVersions"))("ShowToolbar", false);
|
|
383
381
|
} }
|
|
384
|
-
function
|
|
382
|
+
function UserFormComponent_Conditional_102_Template(rf, ctx) { if (rf & 1) {
|
|
385
383
|
const _r39 = i0.ɵɵgetCurrentView();
|
|
386
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
387
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
384
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
385
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_102_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_102_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJConversationDetailRatings", $event.totalRowCount)); });
|
|
388
386
|
i0.ɵɵelementEnd()();
|
|
389
387
|
} if (rf & 2) {
|
|
390
388
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
391
389
|
i0.ɵɵadvance();
|
|
392
390
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Detail Ratings", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversation Detail Ratings"))("AllowLoad", ctx_r1.IsSectionExpanded("mJConversationDetailRatings"))("ShowToolbar", false);
|
|
393
391
|
} }
|
|
394
|
-
function
|
|
392
|
+
function UserFormComponent_Conditional_104_Template(rf, ctx) { if (rf & 1) {
|
|
395
393
|
const _r40 = i0.ɵɵgetCurrentView();
|
|
396
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
397
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
394
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
395
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_104_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_104_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r40); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardCategoryLinks", $event.totalRowCount)); });
|
|
398
396
|
i0.ɵɵelementEnd()();
|
|
399
397
|
} if (rf & 2) {
|
|
400
398
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
401
399
|
i0.ɵɵadvance();
|
|
402
400
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Category Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Category Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardCategoryLinks"))("ShowToolbar", false);
|
|
403
401
|
} }
|
|
404
|
-
function
|
|
402
|
+
function UserFormComponent_Conditional_106_Template(rf, ctx) { if (rf & 1) {
|
|
405
403
|
const _r41 = i0.ɵɵgetCurrentView();
|
|
406
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
407
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
404
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
405
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_106_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_106_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardCategoryPermissions", $event.totalRowCount)); });
|
|
408
406
|
i0.ɵɵelementEnd()();
|
|
409
407
|
} if (rf & 2) {
|
|
410
408
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
411
409
|
i0.ɵɵadvance();
|
|
412
410
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Category Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Category Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardCategoryPermissions"))("ShowToolbar", false);
|
|
413
411
|
} }
|
|
414
|
-
function
|
|
412
|
+
function UserFormComponent_Conditional_108_Template(rf, ctx) { if (rf & 1) {
|
|
415
413
|
const _r42 = i0.ɵɵgetCurrentView();
|
|
416
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
417
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
414
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
415
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_108_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_108_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardPermissions", $event.totalRowCount)); });
|
|
418
416
|
i0.ɵɵelementEnd()();
|
|
419
417
|
} if (rf & 2) {
|
|
420
418
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
421
419
|
i0.ɵɵadvance();
|
|
422
420
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardPermissions"))("ShowToolbar", false);
|
|
423
421
|
} }
|
|
424
|
-
function
|
|
422
|
+
function UserFormComponent_Conditional_110_Template(rf, ctx) { if (rf & 1) {
|
|
425
423
|
const _r43 = i0.ɵɵgetCurrentView();
|
|
426
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
427
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
424
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
425
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_110_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r43); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_110_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r43); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardUserPreferences", $event.totalRowCount)); });
|
|
428
426
|
i0.ɵɵelementEnd()();
|
|
429
427
|
} if (rf & 2) {
|
|
430
428
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
431
429
|
i0.ɵɵadvance();
|
|
432
430
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard User Preferences", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard User Preferences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardUserPreferences"))("ShowToolbar", false);
|
|
433
431
|
} }
|
|
434
|
-
function
|
|
432
|
+
function UserFormComponent_Conditional_112_Template(rf, ctx) { if (rf & 1) {
|
|
435
433
|
const _r44 = i0.ɵɵgetCurrentView();
|
|
436
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
437
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
434
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
435
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_112_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_112_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardUserStates", $event.totalRowCount)); });
|
|
438
436
|
i0.ɵɵelementEnd()();
|
|
439
437
|
} if (rf & 2) {
|
|
440
438
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
441
439
|
i0.ɵɵadvance();
|
|
442
440
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard User States", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard User States"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardUserStates"))("ShowToolbar", false);
|
|
443
441
|
} }
|
|
444
|
-
function
|
|
442
|
+
function UserFormComponent_Conditional_114_Template(rf, ctx) { if (rf & 1) {
|
|
445
443
|
const _r45 = i0.ɵɵgetCurrentView();
|
|
446
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
447
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
444
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
445
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_114_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r45); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_114_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r45); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJListInvitations", $event.totalRowCount)); });
|
|
448
446
|
i0.ɵɵelementEnd()();
|
|
449
447
|
} if (rf & 2) {
|
|
450
448
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
451
449
|
i0.ɵɵadvance();
|
|
452
450
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: List Invitations", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: List Invitations"))("AllowLoad", ctx_r1.IsSectionExpanded("mJListInvitations"))("ShowToolbar", false);
|
|
453
451
|
} }
|
|
454
|
-
function
|
|
452
|
+
function UserFormComponent_Conditional_116_Template(rf, ctx) { if (rf & 1) {
|
|
455
453
|
const _r46 = i0.ɵɵgetCurrentView();
|
|
456
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
457
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
454
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
455
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_116_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r46); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_116_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r46); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJListShares", $event.totalRowCount)); });
|
|
458
456
|
i0.ɵɵelementEnd()();
|
|
459
457
|
} if (rf & 2) {
|
|
460
458
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
461
459
|
i0.ɵɵadvance();
|
|
462
460
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: List Shares", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: List Shares"))("AllowLoad", ctx_r1.IsSectionExpanded("mJListShares"))("ShowToolbar", false);
|
|
463
461
|
} }
|
|
464
|
-
function
|
|
462
|
+
function UserFormComponent_Conditional_118_Template(rf, ctx) { if (rf & 1) {
|
|
465
463
|
const _r47 = i0.ɵɵgetCurrentView();
|
|
466
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
467
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
464
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
465
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_118_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_118_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r47); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJMCPToolExecutionLogs", $event.totalRowCount)); });
|
|
468
466
|
i0.ɵɵelementEnd()();
|
|
469
467
|
} if (rf & 2) {
|
|
470
468
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
471
469
|
i0.ɵɵadvance();
|
|
472
470
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: MCP Tool Execution Logs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: MCP Tool Execution Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJMCPToolExecutionLogs"))("ShowToolbar", false);
|
|
473
471
|
} }
|
|
474
|
-
function
|
|
472
|
+
function UserFormComponent_Conditional_120_Template(rf, ctx) { if (rf & 1) {
|
|
475
473
|
const _r48 = i0.ɵɵgetCurrentView();
|
|
476
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
477
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
474
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
475
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_120_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_120_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJOAuthAuthorizationStates", $event.totalRowCount)); });
|
|
478
476
|
i0.ɵɵelementEnd()();
|
|
479
477
|
} if (rf & 2) {
|
|
480
478
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
481
479
|
i0.ɵɵadvance();
|
|
482
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
480
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: O Auth Authorization States", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: O Auth Authorization States"))("AllowLoad", ctx_r1.IsSectionExpanded("mJOAuthAuthorizationStates"))("ShowToolbar", false);
|
|
483
481
|
} }
|
|
484
|
-
function
|
|
482
|
+
function UserFormComponent_Conditional_122_Template(rf, ctx) { if (rf & 1) {
|
|
485
483
|
const _r49 = i0.ɵɵgetCurrentView();
|
|
486
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
487
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
484
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
485
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_122_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_122_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r49); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJPublicLinks", $event.totalRowCount)); });
|
|
488
486
|
i0.ɵɵelementEnd()();
|
|
489
487
|
} if (rf & 2) {
|
|
490
488
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
491
489
|
i0.ɵɵadvance();
|
|
492
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
490
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Public Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Public Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJPublicLinks"))("ShowToolbar", false);
|
|
493
491
|
} }
|
|
494
|
-
function
|
|
492
|
+
function UserFormComponent_Conditional_124_Template(rf, ctx) { if (rf & 1) {
|
|
495
493
|
const _r50 = i0.ɵɵgetCurrentView();
|
|
496
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
497
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
494
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
495
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_124_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_124_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r50); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJReportUserStates", $event.totalRowCount)); });
|
|
498
496
|
i0.ɵɵelementEnd()();
|
|
499
497
|
} if (rf & 2) {
|
|
500
498
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
501
499
|
i0.ɵɵadvance();
|
|
502
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
500
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Report User States", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Report User States"))("AllowLoad", ctx_r1.IsSectionExpanded("mJReportUserStates"))("ShowToolbar", false);
|
|
503
501
|
} }
|
|
504
|
-
function
|
|
502
|
+
function UserFormComponent_Conditional_126_Template(rf, ctx) { if (rf & 1) {
|
|
505
503
|
const _r51 = i0.ɵɵgetCurrentView();
|
|
506
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
507
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
504
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
505
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_126_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_126_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r51); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobRuns", $event.totalRowCount)); });
|
|
508
506
|
i0.ɵɵelementEnd()();
|
|
509
507
|
} if (rf & 2) {
|
|
510
508
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
511
509
|
i0.ɵɵadvance();
|
|
512
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled
|
|
510
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Job Runs", "ExecutedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Job Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobRuns"))("ShowToolbar", false);
|
|
513
511
|
} }
|
|
514
|
-
function
|
|
512
|
+
function UserFormComponent_Conditional_128_Template(rf, ctx) { if (rf & 1) {
|
|
515
513
|
const _r52 = i0.ɵɵgetCurrentView();
|
|
516
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
517
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
514
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
515
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_128_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_128_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r52); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
|
|
518
516
|
i0.ɵɵelementEnd()();
|
|
519
517
|
} if (rf & 2) {
|
|
520
518
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
521
519
|
i0.ɵɵadvance();
|
|
522
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
520
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "NotifyUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("ShowToolbar", false);
|
|
523
521
|
} }
|
|
524
|
-
function
|
|
522
|
+
function UserFormComponent_Conditional_130_Template(rf, ctx) { if (rf & 1) {
|
|
525
523
|
const _r53 = i0.ɵɵgetCurrentView();
|
|
526
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
527
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
524
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
525
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_130_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_130_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r53); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRunFeedbacks", $event.totalRowCount)); });
|
|
528
526
|
i0.ɵɵelementEnd()();
|
|
529
527
|
} if (rf & 2) {
|
|
530
528
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
531
529
|
i0.ɵɵadvance();
|
|
532
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test
|
|
530
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Run Feedbacks", "ReviewerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Run Feedbacks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRunFeedbacks"))("ShowToolbar", false);
|
|
533
531
|
} }
|
|
534
|
-
function
|
|
532
|
+
function UserFormComponent_Conditional_132_Template(rf, ctx) { if (rf & 1) {
|
|
535
533
|
const _r54 = i0.ɵɵgetCurrentView();
|
|
536
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
537
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
534
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
535
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_132_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_132_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r54); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestSuiteRuns", $event.totalRowCount)); });
|
|
538
536
|
i0.ɵɵelementEnd()();
|
|
539
537
|
} if (rf & 2) {
|
|
540
538
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
541
539
|
i0.ɵɵadvance();
|
|
542
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
540
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Suite Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Suite Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestSuiteRuns"))("ShowToolbar", false);
|
|
543
541
|
} }
|
|
544
|
-
function
|
|
542
|
+
function UserFormComponent_Conditional_134_Template(rf, ctx) { if (rf & 1) {
|
|
545
543
|
const _r55 = i0.ɵɵgetCurrentView();
|
|
546
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
547
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
544
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
545
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_134_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_134_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r55); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserNotificationPreferences", $event.totalRowCount)); });
|
|
548
546
|
i0.ɵɵelementEnd()();
|
|
549
547
|
} if (rf & 2) {
|
|
550
548
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
551
549
|
i0.ɵɵadvance();
|
|
552
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User
|
|
550
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Notification Preferences", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Notification Preferences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserNotificationPreferences"))("ShowToolbar", false);
|
|
553
551
|
} }
|
|
554
|
-
function
|
|
552
|
+
function UserFormComponent_Conditional_136_Template(rf, ctx) { if (rf & 1) {
|
|
555
553
|
const _r56 = i0.ɵɵgetCurrentView();
|
|
556
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
557
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
554
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
555
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_136_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_136_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r56); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJUserSettings", $event.totalRowCount)); });
|
|
558
556
|
i0.ɵɵelementEnd()();
|
|
559
557
|
} if (rf & 2) {
|
|
560
558
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
561
559
|
i0.ɵɵadvance();
|
|
562
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
560
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: User Settings", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: User Settings"))("AllowLoad", ctx_r1.IsSectionExpanded("mJUserSettings"))("ShowToolbar", false);
|
|
563
561
|
} }
|
|
564
|
-
function
|
|
562
|
+
function UserFormComponent_Conditional_138_Template(rf, ctx) { if (rf & 1) {
|
|
565
563
|
const _r57 = i0.ɵɵgetCurrentView();
|
|
566
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
567
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
564
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
565
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_138_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_138_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r57); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJVersionLabelRestores", $event.totalRowCount)); });
|
|
568
566
|
i0.ɵɵelementEnd()();
|
|
569
567
|
} if (rf & 2) {
|
|
570
568
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
571
569
|
i0.ɵɵadvance();
|
|
572
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
570
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Version Label Restores", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Version Label Restores"))("AllowLoad", ctx_r1.IsSectionExpanded("mJVersionLabelRestores"))("ShowToolbar", false);
|
|
573
571
|
} }
|
|
574
|
-
function
|
|
572
|
+
function UserFormComponent_Conditional_140_Template(rf, ctx) { if (rf & 1) {
|
|
575
573
|
const _r58 = i0.ɵɵgetCurrentView();
|
|
576
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
577
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
574
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
575
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_140_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_140_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r58); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceLinks", $event.totalRowCount)); });
|
|
578
576
|
i0.ɵɵelementEnd()();
|
|
579
577
|
} if (rf & 2) {
|
|
580
578
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
581
579
|
i0.ɵɵadvance();
|
|
582
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
580
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Links", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Links"))("AllowLoad", ctx_r1.IsSectionExpanded("resourceLinks"))("ShowToolbar", false);
|
|
583
581
|
} }
|
|
584
|
-
function
|
|
582
|
+
function UserFormComponent_Conditional_142_Template(rf, ctx) { if (rf & 1) {
|
|
585
583
|
const _r59 = i0.ɵɵgetCurrentView();
|
|
586
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
587
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
584
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
585
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_142_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r59); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_142_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r59); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("scheduledActions", $event.totalRowCount)); });
|
|
588
586
|
i0.ɵɵelementEnd()();
|
|
589
587
|
} if (rf & 2) {
|
|
590
588
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
591
589
|
i0.ɵɵadvance();
|
|
592
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
590
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Scheduled Actions", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("Scheduled Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("scheduledActions"))("ShowToolbar", false);
|
|
593
591
|
} }
|
|
594
|
-
function
|
|
592
|
+
function UserFormComponent_Conditional_144_Template(rf, ctx) { if (rf & 1) {
|
|
595
593
|
const _r60 = i0.ɵɵgetCurrentView();
|
|
596
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
597
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
594
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
595
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_144_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r60); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_144_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r60); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
|
|
598
596
|
i0.ɵɵelementEnd()();
|
|
599
597
|
} if (rf & 2) {
|
|
600
598
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
601
599
|
i0.ɵɵadvance();
|
|
602
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
600
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Requests", "RequestForUserID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Requests"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentRequests"))("ShowToolbar", false);
|
|
603
601
|
} }
|
|
604
|
-
function
|
|
602
|
+
function UserFormComponent_Conditional_146_Template(rf, ctx) { if (rf & 1) {
|
|
605
603
|
const _r61 = i0.ɵɵgetCurrentView();
|
|
606
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
607
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
604
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
605
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_146_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r61); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_146_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r61); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversationDetails", $event.totalRowCount)); });
|
|
608
606
|
i0.ɵɵelementEnd()();
|
|
609
607
|
} if (rf & 2) {
|
|
610
608
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
611
609
|
i0.ɵɵadvance();
|
|
612
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
610
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversation Details", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversation Details"))("AllowLoad", ctx_r1.IsSectionExpanded("conversationDetails"))("ShowToolbar", false);
|
|
613
611
|
} }
|
|
614
|
-
function
|
|
612
|
+
function UserFormComponent_Conditional_148_Template(rf, ctx) { if (rf & 1) {
|
|
615
613
|
const _r62 = i0.ɵɵgetCurrentView();
|
|
616
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
617
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
614
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
615
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_148_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r62); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_148_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r62); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAccessControlRules", $event.totalRowCount)); });
|
|
618
616
|
i0.ɵɵelementEnd()();
|
|
619
617
|
} if (rf & 2) {
|
|
620
618
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
621
619
|
i0.ɵɵadvance();
|
|
622
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
620
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Access Control Rules", "GrantedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Access Control Rules"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAccessControlRules"))("ShowToolbar", false);
|
|
623
621
|
} }
|
|
624
|
-
function
|
|
622
|
+
function UserFormComponent_Conditional_150_Template(rf, ctx) { if (rf & 1) {
|
|
625
623
|
const _r63 = i0.ɵɵgetCurrentView();
|
|
626
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
627
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
624
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
625
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_150_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r63); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_150_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r63); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAPIKeys", $event.totalRowCount)); });
|
|
628
626
|
i0.ɵɵelementEnd()();
|
|
629
627
|
} if (rf & 2) {
|
|
630
628
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
631
629
|
i0.ɵɵadvance();
|
|
632
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
630
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: API Keys", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: API Keys"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAPIKeys"))("ShowToolbar", false);
|
|
633
631
|
} }
|
|
634
|
-
function
|
|
632
|
+
function UserFormComponent_Conditional_152_Template(rf, ctx) { if (rf & 1) {
|
|
635
633
|
const _r64 = i0.ɵɵgetCurrentView();
|
|
636
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
637
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
634
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
635
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_152_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r64); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_152_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r64); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifactPermissions", $event.totalRowCount)); });
|
|
638
636
|
i0.ɵɵelementEnd()();
|
|
639
637
|
} if (rf & 2) {
|
|
640
638
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
641
639
|
i0.ɵɵadvance();
|
|
642
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
640
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifactPermissions"))("ShowToolbar", false);
|
|
643
641
|
} }
|
|
644
|
-
function
|
|
642
|
+
function UserFormComponent_Conditional_154_Template(rf, ctx) { if (rf & 1) {
|
|
645
643
|
const _r65 = i0.ɵɵgetCurrentView();
|
|
646
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
647
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
644
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
645
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_154_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_154_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r65); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifacts", $event.totalRowCount)); });
|
|
648
646
|
i0.ɵɵelementEnd()();
|
|
649
647
|
} if (rf & 2) {
|
|
650
648
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
651
649
|
i0.ɵɵadvance();
|
|
652
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
650
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifacts"))("ShowToolbar", false);
|
|
653
651
|
} }
|
|
654
|
-
function
|
|
652
|
+
function UserFormComponent_Conditional_156_Template(rf, ctx) { if (rf & 1) {
|
|
655
653
|
const _r66 = i0.ɵɵgetCurrentView();
|
|
656
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
657
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
654
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
655
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_156_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r66); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_156_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r66); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
|
|
658
656
|
i0.ɵɵelementEnd()();
|
|
659
657
|
} if (rf & 2) {
|
|
660
658
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
661
659
|
i0.ɵɵadvance();
|
|
662
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
660
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("ShowToolbar", false);
|
|
663
661
|
} }
|
|
664
|
-
function
|
|
662
|
+
function UserFormComponent_Conditional_158_Template(rf, ctx) { if (rf & 1) {
|
|
665
663
|
const _r67 = i0.ɵɵgetCurrentView();
|
|
666
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
667
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
664
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
665
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_158_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r67); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_158_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r67); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardCategoryPermissions", $event.totalRowCount)); });
|
|
668
666
|
i0.ɵɵelementEnd()();
|
|
669
667
|
} if (rf & 2) {
|
|
670
668
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
671
669
|
i0.ɵɵadvance();
|
|
672
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
670
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Category Permissions", "SharedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Category Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardCategoryPermissions"))("ShowToolbar", false);
|
|
673
671
|
} }
|
|
674
|
-
function
|
|
672
|
+
function UserFormComponent_Conditional_160_Template(rf, ctx) { if (rf & 1) {
|
|
675
673
|
const _r68 = i0.ɵɵgetCurrentView();
|
|
676
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
677
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
674
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
675
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_160_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r68); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_160_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r68); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJDashboardPermissions", $event.totalRowCount)); });
|
|
678
676
|
i0.ɵɵelementEnd()();
|
|
679
677
|
} if (rf & 2) {
|
|
680
678
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
681
679
|
i0.ɵɵadvance();
|
|
682
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
680
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Dashboard Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Dashboard Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJDashboardPermissions"))("ShowToolbar", false);
|
|
683
681
|
} }
|
|
684
|
-
function
|
|
682
|
+
function UserFormComponent_Conditional_162_Template(rf, ctx) { if (rf & 1) {
|
|
685
683
|
const _r69 = i0.ɵɵgetCurrentView();
|
|
686
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
687
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
684
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
685
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_162_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r69); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_162_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r69); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJMCPServerConnectionPermissions", $event.totalRowCount)); });
|
|
688
686
|
i0.ɵɵelementEnd()();
|
|
689
687
|
} if (rf & 2) {
|
|
690
688
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
691
689
|
i0.ɵɵadvance();
|
|
692
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
690
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: MCP Server Connection Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: MCP Server Connection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJMCPServerConnectionPermissions"))("ShowToolbar", false);
|
|
693
691
|
} }
|
|
694
|
-
function
|
|
692
|
+
function UserFormComponent_Conditional_164_Template(rf, ctx) { if (rf & 1) {
|
|
695
693
|
const _r70 = i0.ɵɵgetCurrentView();
|
|
696
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
697
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
694
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
695
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_164_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r70); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_164_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r70); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJScheduledJobs", $event.totalRowCount)); });
|
|
698
696
|
i0.ɵɵelementEnd()();
|
|
699
697
|
} if (rf & 2) {
|
|
700
698
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
701
699
|
i0.ɵɵadvance();
|
|
702
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
700
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Jobs", "OwnerUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Jobs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJScheduledJobs"))("ShowToolbar", false);
|
|
703
701
|
} }
|
|
704
|
-
function
|
|
702
|
+
function UserFormComponent_Conditional_166_Template(rf, ctx) { if (rf & 1) {
|
|
705
703
|
const _r71 = i0.ɵɵgetCurrentView();
|
|
706
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
707
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
704
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
705
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_166_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r71); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_166_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r71); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTestRuns", $event.totalRowCount)); });
|
|
708
706
|
i0.ɵɵelementEnd()();
|
|
709
707
|
} if (rf & 2) {
|
|
710
708
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
711
709
|
i0.ɵɵadvance();
|
|
712
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
710
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Test Runs", "RunByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Test Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTestRuns"))("ShowToolbar", false);
|
|
713
711
|
} }
|
|
714
|
-
function
|
|
712
|
+
function UserFormComponent_Conditional_168_Template(rf, ctx) { if (rf & 1) {
|
|
715
713
|
const _r72 = i0.ɵɵgetCurrentView();
|
|
716
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
717
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
714
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
715
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_168_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r72); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_168_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r72); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJVersionLabels", $event.totalRowCount)); });
|
|
718
716
|
i0.ɵɵelementEnd()();
|
|
719
717
|
} if (rf & 2) {
|
|
720
718
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
721
719
|
i0.ɵɵadvance();
|
|
722
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
720
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Version Labels", "CreatedByUserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Version Labels"))("AllowLoad", ctx_r1.IsSectionExpanded("mJVersionLabels"))("ShowToolbar", false);
|
|
723
721
|
} }
|
|
724
|
-
function
|
|
722
|
+
function UserFormComponent_Conditional_170_Template(rf, ctx) { if (rf & 1) {
|
|
725
723
|
const _r73 = i0.ɵɵgetCurrentView();
|
|
726
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
727
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
724
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
725
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_170_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r73); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_170_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r73); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourcePermissions", $event.totalRowCount)); });
|
|
728
726
|
i0.ɵɵelementEnd()();
|
|
729
727
|
} if (rf & 2) {
|
|
730
728
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
731
729
|
i0.ɵɵadvance();
|
|
732
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
730
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("resourcePermissions"))("ShowToolbar", false);
|
|
733
731
|
} }
|
|
734
|
-
function
|
|
732
|
+
function UserFormComponent_Conditional_172_Template(rf, ctx) { if (rf & 1) {
|
|
735
733
|
const _r74 = i0.ɵɵgetCurrentView();
|
|
736
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
737
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
734
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
735
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_172_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r74); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_172_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r74); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPermissions", $event.totalRowCount)); });
|
|
738
736
|
i0.ɵɵelementEnd()();
|
|
739
737
|
} if (rf & 2) {
|
|
740
738
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
741
739
|
i0.ɵɵadvance();
|
|
742
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
740
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentPermissions"))("ShowToolbar", false);
|
|
743
741
|
} }
|
|
744
|
-
function
|
|
742
|
+
function UserFormComponent_Conditional_174_Template(rf, ctx) { if (rf & 1) {
|
|
745
743
|
const _r75 = i0.ɵɵgetCurrentView();
|
|
746
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
747
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
744
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
745
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_174_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r75); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_174_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r75); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
|
|
748
746
|
i0.ɵɵelementEnd()();
|
|
749
747
|
} if (rf & 2) {
|
|
750
748
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
751
749
|
i0.ɵɵadvance();
|
|
752
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent
|
|
750
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRuns"))("ShowToolbar", false);
|
|
753
751
|
} }
|
|
754
|
-
function
|
|
752
|
+
function UserFormComponent_Conditional_176_Template(rf, ctx) { if (rf & 1) {
|
|
755
753
|
const _r76 = i0.ɵɵgetCurrentView();
|
|
756
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
757
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
754
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
755
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_176_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r76); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_176_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r76); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollectionPermissions", $event.totalRowCount)); });
|
|
758
756
|
i0.ɵɵelementEnd()();
|
|
759
757
|
} if (rf & 2) {
|
|
760
758
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
761
759
|
i0.ɵɵadvance();
|
|
762
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
760
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Permissions", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollectionPermissions"))("ShowToolbar", false);
|
|
763
761
|
} }
|
|
764
|
-
function
|
|
762
|
+
function UserFormComponent_Conditional_178_Template(rf, ctx) { if (rf & 1) {
|
|
765
763
|
const _r77 = i0.ɵɵgetCurrentView();
|
|
766
|
-
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid",
|
|
767
|
-
i0.ɵɵlistener("AfterDataLoad", function
|
|
764
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
765
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_178_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r77); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_178_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r77); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollections", $event.totalRowCount)); });
|
|
766
|
+
i0.ɵɵelementEnd()();
|
|
767
|
+
} if (rf & 2) {
|
|
768
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
769
|
+
i0.ɵɵadvance();
|
|
770
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "OwnerID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollections"))("ShowToolbar", false);
|
|
771
|
+
} }
|
|
772
|
+
function UserFormComponent_Conditional_180_Template(rf, ctx) { if (rf & 1) {
|
|
773
|
+
const _r78 = i0.ɵɵgetCurrentView();
|
|
774
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
775
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_180_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r78); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_180_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r78); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
|
|
776
|
+
i0.ɵɵelementEnd()();
|
|
777
|
+
} if (rf & 2) {
|
|
778
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
779
|
+
i0.ɵɵadvance();
|
|
780
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("ShowToolbar", false);
|
|
781
|
+
} }
|
|
782
|
+
function UserFormComponent_Conditional_182_Template(rf, ctx) { if (rf & 1) {
|
|
783
|
+
const _r79 = i0.ɵɵgetCurrentView();
|
|
784
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
785
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_182_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r79); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_182_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r79); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
|
|
786
|
+
i0.ɵɵelementEnd()();
|
|
787
|
+
} if (rf & 2) {
|
|
788
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
789
|
+
i0.ɵɵadvance();
|
|
790
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "UserID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("ShowToolbar", false);
|
|
791
|
+
} }
|
|
792
|
+
function UserFormComponent_Conditional_184_Template(rf, ctx) { if (rf & 1) {
|
|
793
|
+
const _r80 = i0.ɵɵgetCurrentView();
|
|
794
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
|
|
795
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Conditional_184_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r80); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function UserFormComponent_Conditional_184_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r80); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgents", $event.totalRowCount)); });
|
|
768
796
|
i0.ɵɵelementEnd()();
|
|
769
797
|
} if (rf & 2) {
|
|
770
798
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -826,6 +854,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
|
|
|
826
854
|
{ sectionKey: 'mJListInvitations', sectionName: 'MJ: List Invitations', isExpanded: false },
|
|
827
855
|
{ sectionKey: 'mJListShares', sectionName: 'MJ: List Shares', isExpanded: false },
|
|
828
856
|
{ sectionKey: 'mJMCPToolExecutionLogs', sectionName: 'MJ: MCP Tool Execution Logs', isExpanded: false },
|
|
857
|
+
{ sectionKey: 'mJOAuthAuthorizationStates', sectionName: 'MJ: O Auth Authorization States', isExpanded: false },
|
|
829
858
|
{ sectionKey: 'mJPublicLinks', sectionName: 'MJ: Public Links', isExpanded: false },
|
|
830
859
|
{ sectionKey: 'mJReportUserStates', sectionName: 'MJ: Report User States', isExpanded: false },
|
|
831
860
|
{ sectionKey: 'mJScheduledJobRuns', sectionName: 'MJ: Scheduled Job Runs', isExpanded: false },
|
|
@@ -834,6 +863,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
|
|
|
834
863
|
{ sectionKey: 'mJTestSuiteRuns', sectionName: 'MJ: Test Suite Runs', isExpanded: false },
|
|
835
864
|
{ sectionKey: 'mJUserNotificationPreferences', sectionName: 'MJ: User Notification Preferences', isExpanded: false },
|
|
836
865
|
{ sectionKey: 'mJUserSettings', sectionName: 'MJ: User Settings', isExpanded: false },
|
|
866
|
+
{ sectionKey: 'mJVersionLabelRestores', sectionName: 'MJ: Version Label Restores', isExpanded: false },
|
|
837
867
|
{ sectionKey: 'resourceLinks', sectionName: 'Resource Links', isExpanded: false },
|
|
838
868
|
{ sectionKey: 'scheduledActions', sectionName: 'Scheduled Actions', isExpanded: false },
|
|
839
869
|
{ sectionKey: 'aIAgentRequests1', sectionName: 'AI Agent Requests', isExpanded: false },
|
|
@@ -848,6 +878,7 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
|
|
|
848
878
|
{ sectionKey: 'mJMCPServerConnectionPermissions', sectionName: 'MJ: MCP Server Connection Permissions', isExpanded: false },
|
|
849
879
|
{ sectionKey: 'mJScheduledJobs1', sectionName: 'MJ: Scheduled Jobs', isExpanded: false },
|
|
850
880
|
{ sectionKey: 'mJTestRuns', sectionName: 'MJ: Test Runs', isExpanded: false },
|
|
881
|
+
{ sectionKey: 'mJVersionLabels', sectionName: 'MJ: Version Labels', isExpanded: false },
|
|
851
882
|
{ sectionKey: 'resourcePermissions', sectionName: 'Resource Permissions', isExpanded: false },
|
|
852
883
|
{ sectionKey: 'mJAIAgentPermissions', sectionName: 'MJ: AI Agent Permissions', isExpanded: false },
|
|
853
884
|
{ sectionKey: 'mJAIAgentRuns', sectionName: 'MJ: AI Agent Runs', isExpanded: false },
|
|
@@ -859,8 +890,10 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
|
|
|
859
890
|
]);
|
|
860
891
|
}
|
|
861
892
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵUserFormComponent_BaseFactory; return function UserFormComponent_Factory(__ngFactoryType__) { return (ɵUserFormComponent_BaseFactory || (ɵUserFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(UserFormComponent)))(__ngFactoryType__ || UserFormComponent); }; })(); }
|
|
862
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserFormComponent, selectors: [["gen-user-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 179, vars: 476, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "userIdentity", "sectionName", "User Identity", "icon", "fa fa-id-card", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FirstName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LastName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Title", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Email", "Type", "textbox", "LinkType", "Email", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FirstLast", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "accountSettings", "sectionName", "Account Settings", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserImageURL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserImageIconClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "entityLinks", "sectionName", "Entity Links", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "LinkedRecordType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LinkedEntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LinkedEntityRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "employeeDetails", "sectionName", "Employee Details", "icon", "fa fa-user-tie", 3, "form", "formContext"], ["FieldName", "EmployeeFirstLast", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeEmail", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeTitle", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeSupervisor", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EmployeeSupervisorEmail", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "actionExecutionLogs", "sectionName", "Action Execution Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "actions", "sectionName", "Actions", "icon", "fa-solid fa-bolt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "auditLogs", "sectionName", "Audit Logs", "icon", "fa-solid fa-fingerprint", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "communicationRuns", "sectionName", "Communication Runs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "companyIntegrationRuns", "sectionName", "Company Integration Runs", "icon", "fa fa-briefcase", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dashboardCategories", "sectionName", "Dashboard Categories", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dashboards", "sectionName", "Dashboards", "icon", "fa-solid fa-table-columns", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dataContexts", "sectionName", "Data Contexts", "icon", "fa fa-database", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "duplicateRuns", "sectionName", "Duplicate Runs", "icon", "fa fa-search", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "lists", "sectionName", "Lists", "icon", "fa fa-list-ul", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "queryCategories", "sectionName", "Query Categories", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recommendationRuns", "sectionName", "Recommendation Runs", "icon", "fa fa-rocket", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordChangeReplayRuns", "sectionName", "Record Change Replay Runs", "icon", "fa fa-sync", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordChanges", "sectionName", "Record Changes", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "recordMergeLogs", "sectionName", "Record Merge Logs", "icon", "fa fa-clone", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reportCategories", "sectionName", "Report Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reportSnapshots", "sectionName", "Report Snapshots", "icon", "fa fa-camera", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reports", "sectionName", "Reports", "icon", "fa-solid fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "templateCategories", "sectionName", "Template Categories", "icon", "fa fa-tags", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "templates", "sectionName", "Templates", "icon", "fa-regular fa-rectangle-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userApplications", "sectionName", "User Applications", "icon", "fa fa-th", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userFavorites", "sectionName", "User Favorites", "icon", "fa fa-star", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userNotifications", "sectionName", "User Notifications", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userRecordLogs", "sectionName", "User Record Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "roles", "sectionName", "Roles", "icon", "fa fa-user-shield", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViewCategories", "sectionName", "User View Categories", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViewRuns", "sectionName", "User View Runs", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "userViews", "sectionName", "User Views", "icon", "fa-solid fa-table-cells", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "workspaces", "sectionName", "Workspaces", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AI Agent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentRequests", "sectionName", "AI Agent Requests", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "listCategories", "sectionName", "List Categories", "icon", "fa fa-list", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAPIKeys", "sectionName", "MJ: API Keys", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactPermissions", "sectionName", "MJ: Artifact Permissions", "icon", "fa fa-key", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactUses", "sectionName", "MJ: Artifact Uses", "icon", "fa fa-eye", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifactVersions", "sectionName", "MJ: Artifact Versions", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJConversationDetailRatings", "sectionName", "MJ: Conversation Detail Ratings", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardCategoryLinks", "sectionName", "MJ: Dashboard Category Links", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardCategoryPermissions", "sectionName", "MJ: Dashboard Category Permissions", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardPermissions", "sectionName", "MJ: Dashboard Permissions", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardUserPreferences", "sectionName", "MJ: Dashboard User Preferences", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJDashboardUserStates", "sectionName", "MJ: Dashboard User States", "icon", "fa fa-tachometer-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJListInvitations", "sectionName", "MJ: List Invitations", "icon", "fa fa-user-plus", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJListShares", "sectionName", "MJ: List Shares", "icon", "fa fa-share-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJMCPToolExecutionLogs", "sectionName", "MJ: MCP Tool Execution Logs", "icon", "fa fa-history", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJPublicLinks", "sectionName", "MJ: Public Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJReportUserStates", "sectionName", "MJ: Report User States", "icon", "fa fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJScheduledJobRuns", "sectionName", "MJ: Scheduled Job Runs", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJScheduledJobs", "sectionName", "MJ: Scheduled Jobs", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestRunFeedbacks", "sectionName", "MJ: Test Run Feedbacks", "icon", "fa fa-clipboard-check", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestSuiteRuns", "sectionName", "MJ: Test Suite Runs", "icon", "fa fa-flask", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJUserNotificationPreferences", "sectionName", "MJ: User Notification Preferences", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJUserSettings", "sectionName", "MJ: User Settings", "icon", "fa fa-sliders-h", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "resourceLinks", "sectionName", "Resource Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "scheduledActions", "sectionName", "Scheduled Actions", "icon", "fa fa-calendar", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversationDetails", "sectionName", "Conversation Details", "icon", "fa fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAccessControlRules", "sectionName", "MJ: Access Control Rules", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJArtifacts", "sectionName", "MJ: Artifacts", "icon", "fa fa-file", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJCollectionPermissions", "sectionName", "MJ: Collection Permissions", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJMCPServerConnectionPermissions", "sectionName", "MJ: MCP Server Connection Permissions", "icon", "fa fa-server", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTestRuns", "sectionName", "MJ: Test Runs", "icon", "fa fa-flask", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "resourcePermissions", "sectionName", "Resource Permissions", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentPermissions", "sectionName", "MJ: AI Agent Permissions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentRuns", "sectionName", "MJ: AI Agent Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJCollections", "sectionName", "MJ: Collections", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgents", "sectionName", "AI Agents", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function UserFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
863
|
-
i0.ɵɵelementStart(0, "mj-record-form-container", 0)
|
|
893
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserFormComponent, selectors: [["gen-user-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 185, vars: 491, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "userIdentity", "SectionName", "User Identity", "Icon", "fa fa-id-card", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FirstName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "LastName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Title", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Email", "Type", "textbox", "LinkType", "Email", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FirstLast", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "accountSettings", "SectionName", "Account Settings", "Icon", "fa fa-cog", 3, "Form", "FormContext"], ["FieldName", "Type", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "IsActive", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserImageURL", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserImageIconClass", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "entityLinks", "SectionName", "Entity Links", "Icon", "fa fa-link", 3, "Form", "FormContext"], ["FieldName", "LinkedRecordType", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "LinkedEntityID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "LinkedEntityRecordID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EmployeeID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "employeeDetails", "SectionName", "Employee Details", "Icon", "fa fa-user-tie", 3, "Form", "FormContext"], ["FieldName", "EmployeeFirstLast", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EmployeeEmail", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EmployeeTitle", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EmployeeSupervisor", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EmployeeSupervisorEmail", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "systemMetadata", "SectionName", "System Metadata", "Icon", "fa fa-database", 3, "Form", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["after-panels", "", "SectionKey", "actionExecutionLogs", "SectionName", "Action Execution Logs", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "actions", "SectionName", "Actions", "Icon", "fa-solid fa-bolt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "auditLogs", "SectionName", "Audit Logs", "Icon", "fa-solid fa-fingerprint", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "communicationRuns", "SectionName", "Communication Runs", "Icon", "fa fa-comment", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "companyIntegrationRuns", "SectionName", "Company Integration Runs", "Icon", "fa fa-briefcase", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "conversations", "SectionName", "Conversations", "Icon", "fa-regular fa-comments", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "dashboardCategories", "SectionName", "Dashboard Categories", "Icon", "fa fa-tachometer-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "dashboards", "SectionName", "Dashboards", "Icon", "fa-solid fa-table-columns", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "dataContexts", "SectionName", "Data Contexts", "Icon", "fa fa-database", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "duplicateRuns", "SectionName", "Duplicate Runs", "Icon", "fa fa-search", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "lists", "SectionName", "Lists", "Icon", "fa fa-list-ul", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "queryCategories", "SectionName", "Query Categories", "Icon", "fa fa-folder", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "recommendationRuns", "SectionName", "Recommendation Runs", "Icon", "fa fa-rocket", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "recordChangeReplayRuns", "SectionName", "Record Change Replay Runs", "Icon", "fa fa-sync", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "recordChanges", "SectionName", "Record Changes", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "recordMergeLogs", "SectionName", "Record Merge Logs", "Icon", "fa fa-clone", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "reportCategories", "SectionName", "Report Categories", "Icon", "fa fa-folder-open", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "reportSnapshots", "SectionName", "Report Snapshots", "Icon", "fa fa-camera", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "reports", "SectionName", "Reports", "Icon", "fa-solid fa-chart-line", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "templateCategories", "SectionName", "Template Categories", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "templates", "SectionName", "Templates", "Icon", "fa-regular fa-rectangle-list", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "userApplications", "SectionName", "User Applications", "Icon", "fa fa-th", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "userFavorites", "SectionName", "User Favorites", "Icon", "fa fa-star", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "userNotifications", "SectionName", "User Notifications", "Icon", "fa fa-bell", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "userRecordLogs", "SectionName", "User Record Logs", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "roles", "SectionName", "Roles", "Icon", "fa fa-user-shield", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "userViewCategories", "SectionName", "User View Categories", "Icon", "fa fa-folder-open", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "userViewRuns", "SectionName", "User View Runs", "Icon", "fa fa-eye", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "userViews", "SectionName", "User Views", "Icon", "fa-solid fa-table-cells", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "workspaces", "SectionName", "Workspaces", "Icon", "fa fa-folder", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "aIAgentNotes", "SectionName", "AI Agent Notes", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "aIAgentRequests", "SectionName", "AI Agent Requests", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "listCategories", "SectionName", "List Categories", "Icon", "fa fa-list", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJAPIKeys", "SectionName", "MJ: API Keys", "Icon", "fa fa-key", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJArtifactPermissions", "SectionName", "MJ: Artifact Permissions", "Icon", "fa fa-key", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJArtifactUses", "SectionName", "MJ: Artifact Uses", "Icon", "fa fa-eye", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJArtifactVersions", "SectionName", "MJ: Artifact Versions", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJConversationDetailRatings", "SectionName", "MJ: Conversation Detail Ratings", "Icon", "fa fa-comment", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJDashboardCategoryLinks", "SectionName", "MJ: Dashboard Category Links", "Icon", "fa fa-folder-open", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJDashboardCategoryPermissions", "SectionName", "MJ: Dashboard Category Permissions", "Icon", "fa fa-folder-open", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJDashboardPermissions", "SectionName", "MJ: Dashboard Permissions", "Icon", "fa fa-tachometer-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJDashboardUserPreferences", "SectionName", "MJ: Dashboard User Preferences", "Icon", "fa fa-tachometer-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJDashboardUserStates", "SectionName", "MJ: Dashboard User States", "Icon", "fa fa-tachometer-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJListInvitations", "SectionName", "MJ: List Invitations", "Icon", "fa fa-user-plus", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJListShares", "SectionName", "MJ: List Shares", "Icon", "fa fa-share-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJMCPToolExecutionLogs", "SectionName", "MJ: MCP Tool Execution Logs", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJOAuthAuthorizationStates", "SectionName", "MJ: O Auth Authorization States", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJPublicLinks", "SectionName", "MJ: Public Links", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJReportUserStates", "SectionName", "MJ: Report User States", "Icon", "fa fa-chart-line", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJScheduledJobRuns", "SectionName", "MJ: Scheduled Job Runs", "Icon", "fa fa-tasks", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJScheduledJobs", "SectionName", "MJ: Scheduled Jobs", "Icon", "fa fa-calendar", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJTestRunFeedbacks", "SectionName", "MJ: Test Run Feedbacks", "Icon", "fa fa-clipboard-check", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJTestSuiteRuns", "SectionName", "MJ: Test Suite Runs", "Icon", "fa fa-flask", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJUserNotificationPreferences", "SectionName", "MJ: User Notification Preferences", "Icon", "fa fa-bell", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJUserSettings", "SectionName", "MJ: User Settings", "Icon", "fa fa-sliders-h", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJVersionLabelRestores", "SectionName", "MJ: Version Label Restores", "Icon", "fa fa-undo", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "resourceLinks", "SectionName", "Resource Links", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "scheduledActions", "SectionName", "Scheduled Actions", "Icon", "fa fa-calendar", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "conversationDetails", "SectionName", "Conversation Details", "Icon", "fa fa-comments", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJAccessControlRules", "SectionName", "MJ: Access Control Rules", "Icon", "fa fa-lock", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJArtifacts", "SectionName", "MJ: Artifacts", "Icon", "fa fa-file", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJCollectionPermissions", "SectionName", "MJ: Collection Permissions", "Icon", "fa fa-folder", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJMCPServerConnectionPermissions", "SectionName", "MJ: MCP Server Connection Permissions", "Icon", "fa fa-server", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJTestRuns", "SectionName", "MJ: Test Runs", "Icon", "fa fa-flask", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJVersionLabels", "SectionName", "MJ: Version Labels", "Icon", "fa fa-tag", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "resourcePermissions", "SectionName", "Resource Permissions", "Icon", "fa fa-lock", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJAIAgentPermissions", "SectionName", "MJ: AI Agent Permissions", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJAIAgentRuns", "SectionName", "MJ: AI Agent Runs", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJCollections", "SectionName", "MJ: Collections", "Icon", "fa fa-folder-open", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJAIAgentExamples", "SectionName", "MJ: AI Agent Examples", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "mJTasks", "SectionName", "MJ: Tasks", "Icon", "fa fa-tasks", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["after-panels", "", "SectionKey", "aIAgents", "SectionName", "AI Agents", "Icon", "fa fa-robot", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function UserFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
894
|
+
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
895
|
+
i0.ɵɵlistener("Navigate", function UserFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function UserFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function UserFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function UserFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function UserFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
896
|
+
i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
|
|
864
897
|
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);
|
|
865
898
|
i0.ɵɵelementEnd();
|
|
866
899
|
i0.ɵɵelementStart(8, "mj-collapsible-panel", 8);
|
|
@@ -876,592 +909,613 @@ let UserFormComponent = class UserFormComponent extends BaseFormComponent {
|
|
|
876
909
|
i0.ɵɵelement(25, "mj-form-field", 25)(26, "mj-form-field", 26);
|
|
877
910
|
i0.ɵɵelementEnd();
|
|
878
911
|
i0.ɵɵelementStart(27, "mj-collapsible-panel", 27);
|
|
879
|
-
i0.ɵɵ
|
|
912
|
+
i0.ɵɵconditionalCreate(28, UserFormComponent_Conditional_28_Template, 2, 4, "div");
|
|
880
913
|
i0.ɵɵelementEnd();
|
|
881
|
-
i0.ɵɵelementStart(29, "mj-collapsible-panel",
|
|
882
|
-
i0.ɵɵ
|
|
914
|
+
i0.ɵɵelementStart(29, "mj-collapsible-panel", 28);
|
|
915
|
+
i0.ɵɵconditionalCreate(30, UserFormComponent_Conditional_30_Template, 2, 4, "div");
|
|
883
916
|
i0.ɵɵelementEnd();
|
|
884
|
-
i0.ɵɵelementStart(31, "mj-collapsible-panel",
|
|
885
|
-
i0.ɵɵ
|
|
917
|
+
i0.ɵɵelementStart(31, "mj-collapsible-panel", 29);
|
|
918
|
+
i0.ɵɵconditionalCreate(32, UserFormComponent_Conditional_32_Template, 2, 4, "div");
|
|
886
919
|
i0.ɵɵelementEnd();
|
|
887
|
-
i0.ɵɵelementStart(33, "mj-collapsible-panel",
|
|
888
|
-
i0.ɵɵ
|
|
920
|
+
i0.ɵɵelementStart(33, "mj-collapsible-panel", 30);
|
|
921
|
+
i0.ɵɵconditionalCreate(34, UserFormComponent_Conditional_34_Template, 2, 4, "div");
|
|
889
922
|
i0.ɵɵelementEnd();
|
|
890
|
-
i0.ɵɵelementStart(35, "mj-collapsible-panel",
|
|
891
|
-
i0.ɵɵ
|
|
923
|
+
i0.ɵɵelementStart(35, "mj-collapsible-panel", 31);
|
|
924
|
+
i0.ɵɵconditionalCreate(36, UserFormComponent_Conditional_36_Template, 2, 4, "div");
|
|
892
925
|
i0.ɵɵelementEnd();
|
|
893
|
-
i0.ɵɵelementStart(37, "mj-collapsible-panel",
|
|
894
|
-
i0.ɵɵ
|
|
926
|
+
i0.ɵɵelementStart(37, "mj-collapsible-panel", 32);
|
|
927
|
+
i0.ɵɵconditionalCreate(38, UserFormComponent_Conditional_38_Template, 2, 4, "div");
|
|
895
928
|
i0.ɵɵelementEnd();
|
|
896
|
-
i0.ɵɵelementStart(39, "mj-collapsible-panel",
|
|
897
|
-
i0.ɵɵ
|
|
929
|
+
i0.ɵɵelementStart(39, "mj-collapsible-panel", 33);
|
|
930
|
+
i0.ɵɵconditionalCreate(40, UserFormComponent_Conditional_40_Template, 2, 4, "div");
|
|
898
931
|
i0.ɵɵelementEnd();
|
|
899
|
-
i0.ɵɵelementStart(41, "mj-collapsible-panel",
|
|
900
|
-
i0.ɵɵ
|
|
932
|
+
i0.ɵɵelementStart(41, "mj-collapsible-panel", 34);
|
|
933
|
+
i0.ɵɵconditionalCreate(42, UserFormComponent_Conditional_42_Template, 2, 4, "div");
|
|
901
934
|
i0.ɵɵelementEnd();
|
|
902
|
-
i0.ɵɵelementStart(43, "mj-collapsible-panel",
|
|
903
|
-
i0.ɵɵ
|
|
935
|
+
i0.ɵɵelementStart(43, "mj-collapsible-panel", 35);
|
|
936
|
+
i0.ɵɵconditionalCreate(44, UserFormComponent_Conditional_44_Template, 2, 4, "div");
|
|
904
937
|
i0.ɵɵelementEnd();
|
|
905
|
-
i0.ɵɵelementStart(45, "mj-collapsible-panel",
|
|
906
|
-
i0.ɵɵ
|
|
938
|
+
i0.ɵɵelementStart(45, "mj-collapsible-panel", 36);
|
|
939
|
+
i0.ɵɵconditionalCreate(46, UserFormComponent_Conditional_46_Template, 2, 4, "div");
|
|
907
940
|
i0.ɵɵelementEnd();
|
|
908
|
-
i0.ɵɵelementStart(47, "mj-collapsible-panel",
|
|
909
|
-
i0.ɵɵ
|
|
941
|
+
i0.ɵɵelementStart(47, "mj-collapsible-panel", 37);
|
|
942
|
+
i0.ɵɵconditionalCreate(48, UserFormComponent_Conditional_48_Template, 2, 4, "div");
|
|
910
943
|
i0.ɵɵelementEnd();
|
|
911
|
-
i0.ɵɵelementStart(49, "mj-collapsible-panel",
|
|
912
|
-
i0.ɵɵ
|
|
944
|
+
i0.ɵɵelementStart(49, "mj-collapsible-panel", 38);
|
|
945
|
+
i0.ɵɵconditionalCreate(50, UserFormComponent_Conditional_50_Template, 2, 4, "div");
|
|
913
946
|
i0.ɵɵelementEnd();
|
|
914
|
-
i0.ɵɵelementStart(51, "mj-collapsible-panel",
|
|
915
|
-
i0.ɵɵ
|
|
947
|
+
i0.ɵɵelementStart(51, "mj-collapsible-panel", 39);
|
|
948
|
+
i0.ɵɵconditionalCreate(52, UserFormComponent_Conditional_52_Template, 2, 4, "div");
|
|
916
949
|
i0.ɵɵelementEnd();
|
|
917
|
-
i0.ɵɵelementStart(53, "mj-collapsible-panel",
|
|
918
|
-
i0.ɵɵ
|
|
950
|
+
i0.ɵɵelementStart(53, "mj-collapsible-panel", 40);
|
|
951
|
+
i0.ɵɵconditionalCreate(54, UserFormComponent_Conditional_54_Template, 2, 4, "div");
|
|
919
952
|
i0.ɵɵelementEnd();
|
|
920
|
-
i0.ɵɵelementStart(55, "mj-collapsible-panel",
|
|
921
|
-
i0.ɵɵ
|
|
953
|
+
i0.ɵɵelementStart(55, "mj-collapsible-panel", 41);
|
|
954
|
+
i0.ɵɵconditionalCreate(56, UserFormComponent_Conditional_56_Template, 2, 4, "div");
|
|
922
955
|
i0.ɵɵelementEnd();
|
|
923
|
-
i0.ɵɵelementStart(57, "mj-collapsible-panel",
|
|
924
|
-
i0.ɵɵ
|
|
956
|
+
i0.ɵɵelementStart(57, "mj-collapsible-panel", 42);
|
|
957
|
+
i0.ɵɵconditionalCreate(58, UserFormComponent_Conditional_58_Template, 2, 4, "div");
|
|
925
958
|
i0.ɵɵelementEnd();
|
|
926
|
-
i0.ɵɵelementStart(59, "mj-collapsible-panel",
|
|
927
|
-
i0.ɵɵ
|
|
959
|
+
i0.ɵɵelementStart(59, "mj-collapsible-panel", 43);
|
|
960
|
+
i0.ɵɵconditionalCreate(60, UserFormComponent_Conditional_60_Template, 2, 4, "div");
|
|
928
961
|
i0.ɵɵelementEnd();
|
|
929
|
-
i0.ɵɵelementStart(61, "mj-collapsible-panel",
|
|
930
|
-
i0.ɵɵ
|
|
962
|
+
i0.ɵɵelementStart(61, "mj-collapsible-panel", 44);
|
|
963
|
+
i0.ɵɵconditionalCreate(62, UserFormComponent_Conditional_62_Template, 2, 4, "div");
|
|
931
964
|
i0.ɵɵelementEnd();
|
|
932
|
-
i0.ɵɵelementStart(63, "mj-collapsible-panel",
|
|
933
|
-
i0.ɵɵ
|
|
965
|
+
i0.ɵɵelementStart(63, "mj-collapsible-panel", 45);
|
|
966
|
+
i0.ɵɵconditionalCreate(64, UserFormComponent_Conditional_64_Template, 2, 4, "div");
|
|
934
967
|
i0.ɵɵelementEnd();
|
|
935
|
-
i0.ɵɵelementStart(65, "mj-collapsible-panel",
|
|
936
|
-
i0.ɵɵ
|
|
968
|
+
i0.ɵɵelementStart(65, "mj-collapsible-panel", 46);
|
|
969
|
+
i0.ɵɵconditionalCreate(66, UserFormComponent_Conditional_66_Template, 2, 4, "div");
|
|
937
970
|
i0.ɵɵelementEnd();
|
|
938
|
-
i0.ɵɵelementStart(67, "mj-collapsible-panel",
|
|
939
|
-
i0.ɵɵ
|
|
971
|
+
i0.ɵɵelementStart(67, "mj-collapsible-panel", 47);
|
|
972
|
+
i0.ɵɵconditionalCreate(68, UserFormComponent_Conditional_68_Template, 2, 4, "div");
|
|
940
973
|
i0.ɵɵelementEnd();
|
|
941
|
-
i0.ɵɵelementStart(69, "mj-collapsible-panel",
|
|
942
|
-
i0.ɵɵ
|
|
974
|
+
i0.ɵɵelementStart(69, "mj-collapsible-panel", 48);
|
|
975
|
+
i0.ɵɵconditionalCreate(70, UserFormComponent_Conditional_70_Template, 2, 4, "div");
|
|
943
976
|
i0.ɵɵelementEnd();
|
|
944
|
-
i0.ɵɵelementStart(71, "mj-collapsible-panel",
|
|
945
|
-
i0.ɵɵ
|
|
977
|
+
i0.ɵɵelementStart(71, "mj-collapsible-panel", 49);
|
|
978
|
+
i0.ɵɵconditionalCreate(72, UserFormComponent_Conditional_72_Template, 2, 4, "div");
|
|
946
979
|
i0.ɵɵelementEnd();
|
|
947
|
-
i0.ɵɵelementStart(73, "mj-collapsible-panel",
|
|
948
|
-
i0.ɵɵ
|
|
980
|
+
i0.ɵɵelementStart(73, "mj-collapsible-panel", 50);
|
|
981
|
+
i0.ɵɵconditionalCreate(74, UserFormComponent_Conditional_74_Template, 2, 4, "div");
|
|
949
982
|
i0.ɵɵelementEnd();
|
|
950
|
-
i0.ɵɵelementStart(75, "mj-collapsible-panel",
|
|
951
|
-
i0.ɵɵ
|
|
983
|
+
i0.ɵɵelementStart(75, "mj-collapsible-panel", 51);
|
|
984
|
+
i0.ɵɵconditionalCreate(76, UserFormComponent_Conditional_76_Template, 2, 4, "div");
|
|
952
985
|
i0.ɵɵelementEnd();
|
|
953
|
-
i0.ɵɵelementStart(77, "mj-collapsible-panel",
|
|
954
|
-
i0.ɵɵ
|
|
986
|
+
i0.ɵɵelementStart(77, "mj-collapsible-panel", 52);
|
|
987
|
+
i0.ɵɵconditionalCreate(78, UserFormComponent_Conditional_78_Template, 2, 4, "div");
|
|
955
988
|
i0.ɵɵelementEnd();
|
|
956
|
-
i0.ɵɵelementStart(79, "mj-collapsible-panel",
|
|
957
|
-
i0.ɵɵ
|
|
989
|
+
i0.ɵɵelementStart(79, "mj-collapsible-panel", 53);
|
|
990
|
+
i0.ɵɵconditionalCreate(80, UserFormComponent_Conditional_80_Template, 2, 4, "div");
|
|
958
991
|
i0.ɵɵelementEnd();
|
|
959
|
-
i0.ɵɵelementStart(81, "mj-collapsible-panel",
|
|
960
|
-
i0.ɵɵ
|
|
992
|
+
i0.ɵɵelementStart(81, "mj-collapsible-panel", 54);
|
|
993
|
+
i0.ɵɵconditionalCreate(82, UserFormComponent_Conditional_82_Template, 2, 4, "div");
|
|
961
994
|
i0.ɵɵelementEnd();
|
|
962
|
-
i0.ɵɵelementStart(83, "mj-collapsible-panel",
|
|
963
|
-
i0.ɵɵ
|
|
995
|
+
i0.ɵɵelementStart(83, "mj-collapsible-panel", 55);
|
|
996
|
+
i0.ɵɵconditionalCreate(84, UserFormComponent_Conditional_84_Template, 2, 4, "div");
|
|
964
997
|
i0.ɵɵelementEnd();
|
|
965
|
-
i0.ɵɵelementStart(85, "mj-collapsible-panel",
|
|
966
|
-
i0.ɵɵ
|
|
998
|
+
i0.ɵɵelementStart(85, "mj-collapsible-panel", 56);
|
|
999
|
+
i0.ɵɵconditionalCreate(86, UserFormComponent_Conditional_86_Template, 2, 4, "div");
|
|
967
1000
|
i0.ɵɵelementEnd();
|
|
968
|
-
i0.ɵɵelementStart(87, "mj-collapsible-panel",
|
|
969
|
-
i0.ɵɵ
|
|
1001
|
+
i0.ɵɵelementStart(87, "mj-collapsible-panel", 57);
|
|
1002
|
+
i0.ɵɵconditionalCreate(88, UserFormComponent_Conditional_88_Template, 2, 4, "div");
|
|
970
1003
|
i0.ɵɵelementEnd();
|
|
971
|
-
i0.ɵɵelementStart(89, "mj-collapsible-panel",
|
|
972
|
-
i0.ɵɵ
|
|
1004
|
+
i0.ɵɵelementStart(89, "mj-collapsible-panel", 58);
|
|
1005
|
+
i0.ɵɵconditionalCreate(90, UserFormComponent_Conditional_90_Template, 2, 4, "div");
|
|
973
1006
|
i0.ɵɵelementEnd();
|
|
974
|
-
i0.ɵɵelementStart(91, "mj-collapsible-panel",
|
|
975
|
-
i0.ɵɵ
|
|
1007
|
+
i0.ɵɵelementStart(91, "mj-collapsible-panel", 59);
|
|
1008
|
+
i0.ɵɵconditionalCreate(92, UserFormComponent_Conditional_92_Template, 2, 4, "div");
|
|
976
1009
|
i0.ɵɵelementEnd();
|
|
977
|
-
i0.ɵɵelementStart(93, "mj-collapsible-panel",
|
|
978
|
-
i0.ɵɵ
|
|
1010
|
+
i0.ɵɵelementStart(93, "mj-collapsible-panel", 60);
|
|
1011
|
+
i0.ɵɵconditionalCreate(94, UserFormComponent_Conditional_94_Template, 2, 4, "div");
|
|
979
1012
|
i0.ɵɵelementEnd();
|
|
980
|
-
i0.ɵɵelementStart(95, "mj-collapsible-panel",
|
|
981
|
-
i0.ɵɵ
|
|
1013
|
+
i0.ɵɵelementStart(95, "mj-collapsible-panel", 61);
|
|
1014
|
+
i0.ɵɵconditionalCreate(96, UserFormComponent_Conditional_96_Template, 2, 4, "div");
|
|
982
1015
|
i0.ɵɵelementEnd();
|
|
983
|
-
i0.ɵɵelementStart(97, "mj-collapsible-panel",
|
|
984
|
-
i0.ɵɵ
|
|
1016
|
+
i0.ɵɵelementStart(97, "mj-collapsible-panel", 62);
|
|
1017
|
+
i0.ɵɵconditionalCreate(98, UserFormComponent_Conditional_98_Template, 2, 4, "div");
|
|
985
1018
|
i0.ɵɵelementEnd();
|
|
986
|
-
i0.ɵɵelementStart(99, "mj-collapsible-panel",
|
|
987
|
-
i0.ɵɵ
|
|
1019
|
+
i0.ɵɵelementStart(99, "mj-collapsible-panel", 63);
|
|
1020
|
+
i0.ɵɵconditionalCreate(100, UserFormComponent_Conditional_100_Template, 2, 4, "div");
|
|
988
1021
|
i0.ɵɵelementEnd();
|
|
989
|
-
i0.ɵɵelementStart(101, "mj-collapsible-panel",
|
|
990
|
-
i0.ɵɵ
|
|
1022
|
+
i0.ɵɵelementStart(101, "mj-collapsible-panel", 64);
|
|
1023
|
+
i0.ɵɵconditionalCreate(102, UserFormComponent_Conditional_102_Template, 2, 4, "div");
|
|
991
1024
|
i0.ɵɵelementEnd();
|
|
992
|
-
i0.ɵɵelementStart(103, "mj-collapsible-panel",
|
|
993
|
-
i0.ɵɵ
|
|
1025
|
+
i0.ɵɵelementStart(103, "mj-collapsible-panel", 65);
|
|
1026
|
+
i0.ɵɵconditionalCreate(104, UserFormComponent_Conditional_104_Template, 2, 4, "div");
|
|
994
1027
|
i0.ɵɵelementEnd();
|
|
995
|
-
i0.ɵɵelementStart(105, "mj-collapsible-panel",
|
|
996
|
-
i0.ɵɵ
|
|
1028
|
+
i0.ɵɵelementStart(105, "mj-collapsible-panel", 66);
|
|
1029
|
+
i0.ɵɵconditionalCreate(106, UserFormComponent_Conditional_106_Template, 2, 4, "div");
|
|
997
1030
|
i0.ɵɵelementEnd();
|
|
998
|
-
i0.ɵɵelementStart(107, "mj-collapsible-panel",
|
|
999
|
-
i0.ɵɵ
|
|
1031
|
+
i0.ɵɵelementStart(107, "mj-collapsible-panel", 67);
|
|
1032
|
+
i0.ɵɵconditionalCreate(108, UserFormComponent_Conditional_108_Template, 2, 4, "div");
|
|
1000
1033
|
i0.ɵɵelementEnd();
|
|
1001
|
-
i0.ɵɵelementStart(109, "mj-collapsible-panel",
|
|
1002
|
-
i0.ɵɵ
|
|
1034
|
+
i0.ɵɵelementStart(109, "mj-collapsible-panel", 68);
|
|
1035
|
+
i0.ɵɵconditionalCreate(110, UserFormComponent_Conditional_110_Template, 2, 4, "div");
|
|
1003
1036
|
i0.ɵɵelementEnd();
|
|
1004
|
-
i0.ɵɵelementStart(111, "mj-collapsible-panel",
|
|
1005
|
-
i0.ɵɵ
|
|
1037
|
+
i0.ɵɵelementStart(111, "mj-collapsible-panel", 69);
|
|
1038
|
+
i0.ɵɵconditionalCreate(112, UserFormComponent_Conditional_112_Template, 2, 4, "div");
|
|
1006
1039
|
i0.ɵɵelementEnd();
|
|
1007
|
-
i0.ɵɵelementStart(113, "mj-collapsible-panel",
|
|
1008
|
-
i0.ɵɵ
|
|
1040
|
+
i0.ɵɵelementStart(113, "mj-collapsible-panel", 70);
|
|
1041
|
+
i0.ɵɵconditionalCreate(114, UserFormComponent_Conditional_114_Template, 2, 4, "div");
|
|
1009
1042
|
i0.ɵɵelementEnd();
|
|
1010
|
-
i0.ɵɵelementStart(115, "mj-collapsible-panel",
|
|
1011
|
-
i0.ɵɵ
|
|
1043
|
+
i0.ɵɵelementStart(115, "mj-collapsible-panel", 71);
|
|
1044
|
+
i0.ɵɵconditionalCreate(116, UserFormComponent_Conditional_116_Template, 2, 4, "div");
|
|
1012
1045
|
i0.ɵɵelementEnd();
|
|
1013
|
-
i0.ɵɵelementStart(117, "mj-collapsible-panel",
|
|
1014
|
-
i0.ɵɵ
|
|
1046
|
+
i0.ɵɵelementStart(117, "mj-collapsible-panel", 72);
|
|
1047
|
+
i0.ɵɵconditionalCreate(118, UserFormComponent_Conditional_118_Template, 2, 4, "div");
|
|
1015
1048
|
i0.ɵɵelementEnd();
|
|
1016
|
-
i0.ɵɵelementStart(119, "mj-collapsible-panel",
|
|
1017
|
-
i0.ɵɵ
|
|
1049
|
+
i0.ɵɵelementStart(119, "mj-collapsible-panel", 73);
|
|
1050
|
+
i0.ɵɵconditionalCreate(120, UserFormComponent_Conditional_120_Template, 2, 4, "div");
|
|
1018
1051
|
i0.ɵɵelementEnd();
|
|
1019
|
-
i0.ɵɵelementStart(121, "mj-collapsible-panel",
|
|
1020
|
-
i0.ɵɵ
|
|
1052
|
+
i0.ɵɵelementStart(121, "mj-collapsible-panel", 74);
|
|
1053
|
+
i0.ɵɵconditionalCreate(122, UserFormComponent_Conditional_122_Template, 2, 4, "div");
|
|
1021
1054
|
i0.ɵɵelementEnd();
|
|
1022
|
-
i0.ɵɵelementStart(123, "mj-collapsible-panel",
|
|
1023
|
-
i0.ɵɵ
|
|
1055
|
+
i0.ɵɵelementStart(123, "mj-collapsible-panel", 75);
|
|
1056
|
+
i0.ɵɵconditionalCreate(124, UserFormComponent_Conditional_124_Template, 2, 4, "div");
|
|
1024
1057
|
i0.ɵɵelementEnd();
|
|
1025
|
-
i0.ɵɵelementStart(125, "mj-collapsible-panel",
|
|
1026
|
-
i0.ɵɵ
|
|
1058
|
+
i0.ɵɵelementStart(125, "mj-collapsible-panel", 76);
|
|
1059
|
+
i0.ɵɵconditionalCreate(126, UserFormComponent_Conditional_126_Template, 2, 4, "div");
|
|
1027
1060
|
i0.ɵɵelementEnd();
|
|
1028
|
-
i0.ɵɵelementStart(127, "mj-collapsible-panel",
|
|
1029
|
-
i0.ɵɵ
|
|
1061
|
+
i0.ɵɵelementStart(127, "mj-collapsible-panel", 77);
|
|
1062
|
+
i0.ɵɵconditionalCreate(128, UserFormComponent_Conditional_128_Template, 2, 4, "div");
|
|
1030
1063
|
i0.ɵɵelementEnd();
|
|
1031
|
-
i0.ɵɵelementStart(129, "mj-collapsible-panel",
|
|
1032
|
-
i0.ɵɵ
|
|
1064
|
+
i0.ɵɵelementStart(129, "mj-collapsible-panel", 78);
|
|
1065
|
+
i0.ɵɵconditionalCreate(130, UserFormComponent_Conditional_130_Template, 2, 4, "div");
|
|
1033
1066
|
i0.ɵɵelementEnd();
|
|
1034
|
-
i0.ɵɵelementStart(131, "mj-collapsible-panel",
|
|
1035
|
-
i0.ɵɵ
|
|
1067
|
+
i0.ɵɵelementStart(131, "mj-collapsible-panel", 79);
|
|
1068
|
+
i0.ɵɵconditionalCreate(132, UserFormComponent_Conditional_132_Template, 2, 4, "div");
|
|
1036
1069
|
i0.ɵɵelementEnd();
|
|
1037
|
-
i0.ɵɵelementStart(133, "mj-collapsible-panel",
|
|
1038
|
-
i0.ɵɵ
|
|
1070
|
+
i0.ɵɵelementStart(133, "mj-collapsible-panel", 80);
|
|
1071
|
+
i0.ɵɵconditionalCreate(134, UserFormComponent_Conditional_134_Template, 2, 4, "div");
|
|
1039
1072
|
i0.ɵɵelementEnd();
|
|
1040
|
-
i0.ɵɵelementStart(135, "mj-collapsible-panel",
|
|
1041
|
-
i0.ɵɵ
|
|
1073
|
+
i0.ɵɵelementStart(135, "mj-collapsible-panel", 81);
|
|
1074
|
+
i0.ɵɵconditionalCreate(136, UserFormComponent_Conditional_136_Template, 2, 4, "div");
|
|
1042
1075
|
i0.ɵɵelementEnd();
|
|
1043
|
-
i0.ɵɵelementStart(137, "mj-collapsible-panel",
|
|
1044
|
-
i0.ɵɵ
|
|
1076
|
+
i0.ɵɵelementStart(137, "mj-collapsible-panel", 82);
|
|
1077
|
+
i0.ɵɵconditionalCreate(138, UserFormComponent_Conditional_138_Template, 2, 4, "div");
|
|
1045
1078
|
i0.ɵɵelementEnd();
|
|
1046
|
-
i0.ɵɵelementStart(139, "mj-collapsible-panel",
|
|
1047
|
-
i0.ɵɵ
|
|
1079
|
+
i0.ɵɵelementStart(139, "mj-collapsible-panel", 83);
|
|
1080
|
+
i0.ɵɵconditionalCreate(140, UserFormComponent_Conditional_140_Template, 2, 4, "div");
|
|
1048
1081
|
i0.ɵɵelementEnd();
|
|
1049
1082
|
i0.ɵɵelementStart(141, "mj-collapsible-panel", 84);
|
|
1050
|
-
i0.ɵɵ
|
|
1083
|
+
i0.ɵɵconditionalCreate(142, UserFormComponent_Conditional_142_Template, 2, 4, "div");
|
|
1051
1084
|
i0.ɵɵelementEnd();
|
|
1052
|
-
i0.ɵɵelementStart(143, "mj-collapsible-panel",
|
|
1053
|
-
i0.ɵɵ
|
|
1085
|
+
i0.ɵɵelementStart(143, "mj-collapsible-panel", 58);
|
|
1086
|
+
i0.ɵɵconditionalCreate(144, UserFormComponent_Conditional_144_Template, 2, 4, "div");
|
|
1054
1087
|
i0.ɵɵelementEnd();
|
|
1055
|
-
i0.ɵɵelementStart(145, "mj-collapsible-panel",
|
|
1056
|
-
i0.ɵɵ
|
|
1088
|
+
i0.ɵɵelementStart(145, "mj-collapsible-panel", 85);
|
|
1089
|
+
i0.ɵɵconditionalCreate(146, UserFormComponent_Conditional_146_Template, 2, 4, "div");
|
|
1057
1090
|
i0.ɵɵelementEnd();
|
|
1058
|
-
i0.ɵɵelementStart(147, "mj-collapsible-panel",
|
|
1059
|
-
i0.ɵɵ
|
|
1091
|
+
i0.ɵɵelementStart(147, "mj-collapsible-panel", 86);
|
|
1092
|
+
i0.ɵɵconditionalCreate(148, UserFormComponent_Conditional_148_Template, 2, 4, "div");
|
|
1060
1093
|
i0.ɵɵelementEnd();
|
|
1061
|
-
i0.ɵɵelementStart(149, "mj-collapsible-panel",
|
|
1062
|
-
i0.ɵɵ
|
|
1094
|
+
i0.ɵɵelementStart(149, "mj-collapsible-panel", 60);
|
|
1095
|
+
i0.ɵɵconditionalCreate(150, UserFormComponent_Conditional_150_Template, 2, 4, "div");
|
|
1063
1096
|
i0.ɵɵelementEnd();
|
|
1064
|
-
i0.ɵɵelementStart(151, "mj-collapsible-panel",
|
|
1065
|
-
i0.ɵɵ
|
|
1097
|
+
i0.ɵɵelementStart(151, "mj-collapsible-panel", 61);
|
|
1098
|
+
i0.ɵɵconditionalCreate(152, UserFormComponent_Conditional_152_Template, 2, 4, "div");
|
|
1066
1099
|
i0.ɵɵelementEnd();
|
|
1067
|
-
i0.ɵɵelementStart(153, "mj-collapsible-panel",
|
|
1068
|
-
i0.ɵɵ
|
|
1100
|
+
i0.ɵɵelementStart(153, "mj-collapsible-panel", 87);
|
|
1101
|
+
i0.ɵɵconditionalCreate(154, UserFormComponent_Conditional_154_Template, 2, 4, "div");
|
|
1069
1102
|
i0.ɵɵelementEnd();
|
|
1070
|
-
i0.ɵɵelementStart(155, "mj-collapsible-panel",
|
|
1071
|
-
i0.ɵɵ
|
|
1103
|
+
i0.ɵɵelementStart(155, "mj-collapsible-panel", 88);
|
|
1104
|
+
i0.ɵɵconditionalCreate(156, UserFormComponent_Conditional_156_Template, 2, 4, "div");
|
|
1072
1105
|
i0.ɵɵelementEnd();
|
|
1073
|
-
i0.ɵɵelementStart(157, "mj-collapsible-panel",
|
|
1074
|
-
i0.ɵɵ
|
|
1106
|
+
i0.ɵɵelementStart(157, "mj-collapsible-panel", 66);
|
|
1107
|
+
i0.ɵɵconditionalCreate(158, UserFormComponent_Conditional_158_Template, 2, 4, "div");
|
|
1075
1108
|
i0.ɵɵelementEnd();
|
|
1076
|
-
i0.ɵɵelementStart(159, "mj-collapsible-panel",
|
|
1077
|
-
i0.ɵɵ
|
|
1109
|
+
i0.ɵɵelementStart(159, "mj-collapsible-panel", 67);
|
|
1110
|
+
i0.ɵɵconditionalCreate(160, UserFormComponent_Conditional_160_Template, 2, 4, "div");
|
|
1078
1111
|
i0.ɵɵelementEnd();
|
|
1079
1112
|
i0.ɵɵelementStart(161, "mj-collapsible-panel", 89);
|
|
1080
|
-
i0.ɵɵ
|
|
1113
|
+
i0.ɵɵconditionalCreate(162, UserFormComponent_Conditional_162_Template, 2, 4, "div");
|
|
1081
1114
|
i0.ɵɵelementEnd();
|
|
1082
|
-
i0.ɵɵelementStart(163, "mj-collapsible-panel",
|
|
1083
|
-
i0.ɵɵ
|
|
1115
|
+
i0.ɵɵelementStart(163, "mj-collapsible-panel", 77);
|
|
1116
|
+
i0.ɵɵconditionalCreate(164, UserFormComponent_Conditional_164_Template, 2, 4, "div");
|
|
1084
1117
|
i0.ɵɵelementEnd();
|
|
1085
|
-
i0.ɵɵelementStart(165, "mj-collapsible-panel",
|
|
1086
|
-
i0.ɵɵ
|
|
1118
|
+
i0.ɵɵelementStart(165, "mj-collapsible-panel", 90);
|
|
1119
|
+
i0.ɵɵconditionalCreate(166, UserFormComponent_Conditional_166_Template, 2, 4, "div");
|
|
1087
1120
|
i0.ɵɵelementEnd();
|
|
1088
|
-
i0.ɵɵelementStart(167, "mj-collapsible-panel",
|
|
1089
|
-
i0.ɵɵ
|
|
1121
|
+
i0.ɵɵelementStart(167, "mj-collapsible-panel", 91);
|
|
1122
|
+
i0.ɵɵconditionalCreate(168, UserFormComponent_Conditional_168_Template, 2, 4, "div");
|
|
1090
1123
|
i0.ɵɵelementEnd();
|
|
1091
|
-
i0.ɵɵelementStart(169, "mj-collapsible-panel",
|
|
1092
|
-
i0.ɵɵ
|
|
1124
|
+
i0.ɵɵelementStart(169, "mj-collapsible-panel", 92);
|
|
1125
|
+
i0.ɵɵconditionalCreate(170, UserFormComponent_Conditional_170_Template, 2, 4, "div");
|
|
1093
1126
|
i0.ɵɵelementEnd();
|
|
1094
1127
|
i0.ɵɵelementStart(171, "mj-collapsible-panel", 93);
|
|
1095
|
-
i0.ɵɵ
|
|
1128
|
+
i0.ɵɵconditionalCreate(172, UserFormComponent_Conditional_172_Template, 2, 4, "div");
|
|
1096
1129
|
i0.ɵɵelementEnd();
|
|
1097
1130
|
i0.ɵɵelementStart(173, "mj-collapsible-panel", 94);
|
|
1098
|
-
i0.ɵɵ
|
|
1131
|
+
i0.ɵɵconditionalCreate(174, UserFormComponent_Conditional_174_Template, 2, 4, "div");
|
|
1132
|
+
i0.ɵɵelementEnd();
|
|
1133
|
+
i0.ɵɵelementStart(175, "mj-collapsible-panel", 88);
|
|
1134
|
+
i0.ɵɵconditionalCreate(176, UserFormComponent_Conditional_176_Template, 2, 4, "div");
|
|
1135
|
+
i0.ɵɵelementEnd();
|
|
1136
|
+
i0.ɵɵelementStart(177, "mj-collapsible-panel", 95);
|
|
1137
|
+
i0.ɵɵconditionalCreate(178, UserFormComponent_Conditional_178_Template, 2, 4, "div");
|
|
1099
1138
|
i0.ɵɵelementEnd();
|
|
1100
|
-
i0.ɵɵelementStart(
|
|
1101
|
-
i0.ɵɵ
|
|
1139
|
+
i0.ɵɵelementStart(179, "mj-collapsible-panel", 96);
|
|
1140
|
+
i0.ɵɵconditionalCreate(180, UserFormComponent_Conditional_180_Template, 2, 4, "div");
|
|
1102
1141
|
i0.ɵɵelementEnd();
|
|
1103
|
-
i0.ɵɵelementStart(
|
|
1104
|
-
i0.ɵɵ
|
|
1142
|
+
i0.ɵɵelementStart(181, "mj-collapsible-panel", 97);
|
|
1143
|
+
i0.ɵɵconditionalCreate(182, UserFormComponent_Conditional_182_Template, 2, 4, "div");
|
|
1144
|
+
i0.ɵɵelementEnd();
|
|
1145
|
+
i0.ɵɵelementStart(183, "mj-collapsible-panel", 98);
|
|
1146
|
+
i0.ɵɵconditionalCreate(184, UserFormComponent_Conditional_184_Template, 2, 4, "div");
|
|
1105
1147
|
i0.ɵɵelementEnd()();
|
|
1106
1148
|
} if (rf & 2) {
|
|
1107
|
-
i0.ɵɵproperty("
|
|
1149
|
+
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
1150
|
+
i0.ɵɵadvance();
|
|
1151
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
1152
|
+
i0.ɵɵadvance();
|
|
1153
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1154
|
+
i0.ɵɵadvance();
|
|
1155
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1156
|
+
i0.ɵɵadvance();
|
|
1157
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1158
|
+
i0.ɵɵadvance();
|
|
1159
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1160
|
+
i0.ɵɵadvance();
|
|
1161
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1108
1162
|
i0.ɵɵadvance();
|
|
1109
|
-
i0.ɵɵproperty("
|
|
1163
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1110
1164
|
i0.ɵɵadvance();
|
|
1111
|
-
i0.ɵɵproperty("
|
|
1165
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
1112
1166
|
i0.ɵɵadvance();
|
|
1113
|
-
i0.ɵɵproperty("
|
|
1167
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1114
1168
|
i0.ɵɵadvance();
|
|
1115
|
-
i0.ɵɵproperty("
|
|
1169
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1116
1170
|
i0.ɵɵadvance();
|
|
1117
|
-
i0.ɵɵproperty("
|
|
1171
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1118
1172
|
i0.ɵɵadvance();
|
|
1119
|
-
i0.ɵɵproperty("
|
|
1173
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1120
1174
|
i0.ɵɵadvance();
|
|
1121
|
-
i0.ɵɵproperty("
|
|
1175
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
1122
1176
|
i0.ɵɵadvance();
|
|
1123
|
-
i0.ɵɵproperty("
|
|
1177
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1124
1178
|
i0.ɵɵadvance();
|
|
1125
|
-
i0.ɵɵproperty("
|
|
1179
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1126
1180
|
i0.ɵɵadvance();
|
|
1127
|
-
i0.ɵɵproperty("
|
|
1181
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1128
1182
|
i0.ɵɵadvance();
|
|
1129
|
-
i0.ɵɵproperty("
|
|
1183
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1130
1184
|
i0.ɵɵadvance();
|
|
1131
|
-
i0.ɵɵproperty("
|
|
1185
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
1132
1186
|
i0.ɵɵadvance();
|
|
1133
|
-
i0.ɵɵproperty("
|
|
1187
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1134
1188
|
i0.ɵɵadvance();
|
|
1135
|
-
i0.ɵɵproperty("
|
|
1189
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1136
1190
|
i0.ɵɵadvance();
|
|
1137
|
-
i0.ɵɵproperty("
|
|
1191
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1138
1192
|
i0.ɵɵadvance();
|
|
1139
|
-
i0.ɵɵproperty("
|
|
1193
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1140
1194
|
i0.ɵɵadvance();
|
|
1141
|
-
i0.ɵɵproperty("
|
|
1195
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1142
1196
|
i0.ɵɵadvance();
|
|
1143
|
-
i0.ɵɵproperty("
|
|
1197
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
1144
1198
|
i0.ɵɵadvance();
|
|
1145
|
-
i0.ɵɵproperty("
|
|
1199
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1146
1200
|
i0.ɵɵadvance();
|
|
1147
|
-
i0.ɵɵproperty("
|
|
1201
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
1148
1202
|
i0.ɵɵadvance();
|
|
1149
|
-
i0.ɵɵproperty("
|
|
1203
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("actionExecutionLogs"))("DefaultExpanded", false);
|
|
1150
1204
|
i0.ɵɵadvance();
|
|
1151
|
-
i0.ɵɵ
|
|
1205
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 28 : -1);
|
|
1152
1206
|
i0.ɵɵadvance();
|
|
1153
|
-
i0.ɵɵproperty("
|
|
1207
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("actions"))("DefaultExpanded", false);
|
|
1154
1208
|
i0.ɵɵadvance();
|
|
1155
|
-
i0.ɵɵ
|
|
1209
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 30 : -1);
|
|
1156
1210
|
i0.ɵɵadvance();
|
|
1157
|
-
i0.ɵɵproperty("
|
|
1211
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("auditLogs"))("DefaultExpanded", false);
|
|
1158
1212
|
i0.ɵɵadvance();
|
|
1159
|
-
i0.ɵɵ
|
|
1213
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 32 : -1);
|
|
1160
1214
|
i0.ɵɵadvance();
|
|
1161
|
-
i0.ɵɵproperty("
|
|
1215
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("communicationRuns"))("DefaultExpanded", false);
|
|
1162
1216
|
i0.ɵɵadvance();
|
|
1163
|
-
i0.ɵɵ
|
|
1217
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 34 : -1);
|
|
1164
1218
|
i0.ɵɵadvance();
|
|
1165
|
-
i0.ɵɵproperty("
|
|
1219
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("companyIntegrationRuns"))("DefaultExpanded", false);
|
|
1166
1220
|
i0.ɵɵadvance();
|
|
1167
|
-
i0.ɵɵ
|
|
1221
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 36 : -1);
|
|
1168
1222
|
i0.ɵɵadvance();
|
|
1169
|
-
i0.ɵɵproperty("
|
|
1223
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("conversations"))("DefaultExpanded", false);
|
|
1170
1224
|
i0.ɵɵadvance();
|
|
1171
|
-
i0.ɵɵ
|
|
1225
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 38 : -1);
|
|
1172
1226
|
i0.ɵɵadvance();
|
|
1173
|
-
i0.ɵɵproperty("
|
|
1227
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("dashboardCategories"))("DefaultExpanded", false);
|
|
1174
1228
|
i0.ɵɵadvance();
|
|
1175
|
-
i0.ɵɵ
|
|
1229
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 40 : -1);
|
|
1176
1230
|
i0.ɵɵadvance();
|
|
1177
|
-
i0.ɵɵproperty("
|
|
1231
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("dashboards"))("DefaultExpanded", false);
|
|
1178
1232
|
i0.ɵɵadvance();
|
|
1179
|
-
i0.ɵɵ
|
|
1233
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 42 : -1);
|
|
1180
1234
|
i0.ɵɵadvance();
|
|
1181
|
-
i0.ɵɵproperty("
|
|
1235
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("dataContexts"))("DefaultExpanded", false);
|
|
1182
1236
|
i0.ɵɵadvance();
|
|
1183
|
-
i0.ɵɵ
|
|
1237
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 44 : -1);
|
|
1184
1238
|
i0.ɵɵadvance();
|
|
1185
|
-
i0.ɵɵproperty("
|
|
1239
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("duplicateRuns"))("DefaultExpanded", false);
|
|
1186
1240
|
i0.ɵɵadvance();
|
|
1187
|
-
i0.ɵɵ
|
|
1241
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 46 : -1);
|
|
1188
1242
|
i0.ɵɵadvance();
|
|
1189
|
-
i0.ɵɵproperty("
|
|
1243
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("lists"))("DefaultExpanded", false);
|
|
1190
1244
|
i0.ɵɵadvance();
|
|
1191
|
-
i0.ɵɵ
|
|
1245
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 48 : -1);
|
|
1192
1246
|
i0.ɵɵadvance();
|
|
1193
|
-
i0.ɵɵproperty("
|
|
1247
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("queryCategories"))("DefaultExpanded", false);
|
|
1194
1248
|
i0.ɵɵadvance();
|
|
1195
|
-
i0.ɵɵ
|
|
1249
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 50 : -1);
|
|
1196
1250
|
i0.ɵɵadvance();
|
|
1197
|
-
i0.ɵɵproperty("
|
|
1251
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("recommendationRuns"))("DefaultExpanded", false);
|
|
1198
1252
|
i0.ɵɵadvance();
|
|
1199
|
-
i0.ɵɵ
|
|
1253
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 52 : -1);
|
|
1200
1254
|
i0.ɵɵadvance();
|
|
1201
|
-
i0.ɵɵproperty("
|
|
1255
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("recordChangeReplayRuns"))("DefaultExpanded", false);
|
|
1202
1256
|
i0.ɵɵadvance();
|
|
1203
|
-
i0.ɵɵ
|
|
1257
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 54 : -1);
|
|
1204
1258
|
i0.ɵɵadvance();
|
|
1205
|
-
i0.ɵɵproperty("
|
|
1259
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("recordChanges"))("DefaultExpanded", false);
|
|
1206
1260
|
i0.ɵɵadvance();
|
|
1207
|
-
i0.ɵɵ
|
|
1261
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 56 : -1);
|
|
1208
1262
|
i0.ɵɵadvance();
|
|
1209
|
-
i0.ɵɵproperty("
|
|
1263
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("recordMergeLogs"))("DefaultExpanded", false);
|
|
1210
1264
|
i0.ɵɵadvance();
|
|
1211
|
-
i0.ɵɵ
|
|
1265
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 58 : -1);
|
|
1212
1266
|
i0.ɵɵadvance();
|
|
1213
|
-
i0.ɵɵproperty("
|
|
1267
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("reportCategories"))("DefaultExpanded", false);
|
|
1214
1268
|
i0.ɵɵadvance();
|
|
1215
|
-
i0.ɵɵ
|
|
1269
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 60 : -1);
|
|
1216
1270
|
i0.ɵɵadvance();
|
|
1217
|
-
i0.ɵɵproperty("
|
|
1271
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("reportSnapshots"))("DefaultExpanded", false);
|
|
1218
1272
|
i0.ɵɵadvance();
|
|
1219
|
-
i0.ɵɵ
|
|
1273
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 62 : -1);
|
|
1220
1274
|
i0.ɵɵadvance();
|
|
1221
|
-
i0.ɵɵproperty("
|
|
1275
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("reports"))("DefaultExpanded", false);
|
|
1222
1276
|
i0.ɵɵadvance();
|
|
1223
|
-
i0.ɵɵ
|
|
1277
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 64 : -1);
|
|
1224
1278
|
i0.ɵɵadvance();
|
|
1225
|
-
i0.ɵɵproperty("
|
|
1279
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("templateCategories"))("DefaultExpanded", false);
|
|
1226
1280
|
i0.ɵɵadvance();
|
|
1227
|
-
i0.ɵɵ
|
|
1281
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 66 : -1);
|
|
1228
1282
|
i0.ɵɵadvance();
|
|
1229
|
-
i0.ɵɵproperty("
|
|
1283
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("templates"))("DefaultExpanded", false);
|
|
1230
1284
|
i0.ɵɵadvance();
|
|
1231
|
-
i0.ɵɵ
|
|
1285
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 68 : -1);
|
|
1232
1286
|
i0.ɵɵadvance();
|
|
1233
|
-
i0.ɵɵproperty("
|
|
1287
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("userApplications"))("DefaultExpanded", false);
|
|
1234
1288
|
i0.ɵɵadvance();
|
|
1235
|
-
i0.ɵɵ
|
|
1289
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 70 : -1);
|
|
1236
1290
|
i0.ɵɵadvance();
|
|
1237
|
-
i0.ɵɵproperty("
|
|
1291
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("userFavorites"))("DefaultExpanded", false);
|
|
1238
1292
|
i0.ɵɵadvance();
|
|
1239
|
-
i0.ɵɵ
|
|
1293
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 72 : -1);
|
|
1240
1294
|
i0.ɵɵadvance();
|
|
1241
|
-
i0.ɵɵproperty("
|
|
1295
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("userNotifications"))("DefaultExpanded", false);
|
|
1242
1296
|
i0.ɵɵadvance();
|
|
1243
|
-
i0.ɵɵ
|
|
1297
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 74 : -1);
|
|
1244
1298
|
i0.ɵɵadvance();
|
|
1245
|
-
i0.ɵɵproperty("
|
|
1299
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("userRecordLogs"))("DefaultExpanded", false);
|
|
1246
1300
|
i0.ɵɵadvance();
|
|
1247
|
-
i0.ɵɵ
|
|
1301
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 76 : -1);
|
|
1248
1302
|
i0.ɵɵadvance();
|
|
1249
|
-
i0.ɵɵproperty("
|
|
1303
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("roles"))("DefaultExpanded", false);
|
|
1250
1304
|
i0.ɵɵadvance();
|
|
1251
|
-
i0.ɵɵ
|
|
1305
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 78 : -1);
|
|
1252
1306
|
i0.ɵɵadvance();
|
|
1253
|
-
i0.ɵɵproperty("
|
|
1307
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("userViewCategories"))("DefaultExpanded", false);
|
|
1254
1308
|
i0.ɵɵadvance();
|
|
1255
|
-
i0.ɵɵ
|
|
1309
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 80 : -1);
|
|
1256
1310
|
i0.ɵɵadvance();
|
|
1257
|
-
i0.ɵɵproperty("
|
|
1311
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("userViewRuns"))("DefaultExpanded", false);
|
|
1258
1312
|
i0.ɵɵadvance();
|
|
1259
|
-
i0.ɵɵ
|
|
1313
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 82 : -1);
|
|
1260
1314
|
i0.ɵɵadvance();
|
|
1261
|
-
i0.ɵɵproperty("
|
|
1315
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("userViews"))("DefaultExpanded", false);
|
|
1262
1316
|
i0.ɵɵadvance();
|
|
1263
|
-
i0.ɵɵ
|
|
1317
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 84 : -1);
|
|
1264
1318
|
i0.ɵɵadvance();
|
|
1265
|
-
i0.ɵɵproperty("
|
|
1319
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("workspaces"))("DefaultExpanded", false);
|
|
1266
1320
|
i0.ɵɵadvance();
|
|
1267
|
-
i0.ɵɵ
|
|
1321
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 86 : -1);
|
|
1268
1322
|
i0.ɵɵadvance();
|
|
1269
|
-
i0.ɵɵproperty("
|
|
1323
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("aIAgentNotes"))("DefaultExpanded", false);
|
|
1270
1324
|
i0.ɵɵadvance();
|
|
1271
|
-
i0.ɵɵ
|
|
1325
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 88 : -1);
|
|
1272
1326
|
i0.ɵɵadvance();
|
|
1273
|
-
i0.ɵɵproperty("
|
|
1327
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("aIAgentRequests"))("DefaultExpanded", false);
|
|
1274
1328
|
i0.ɵɵadvance();
|
|
1275
|
-
i0.ɵɵ
|
|
1329
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 90 : -1);
|
|
1276
1330
|
i0.ɵɵadvance();
|
|
1277
|
-
i0.ɵɵproperty("
|
|
1331
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("listCategories"))("DefaultExpanded", false);
|
|
1278
1332
|
i0.ɵɵadvance();
|
|
1279
|
-
i0.ɵɵ
|
|
1333
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 92 : -1);
|
|
1280
1334
|
i0.ɵɵadvance();
|
|
1281
|
-
i0.ɵɵproperty("
|
|
1335
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAPIKeys"))("DefaultExpanded", false);
|
|
1282
1336
|
i0.ɵɵadvance();
|
|
1283
|
-
i0.ɵɵ
|
|
1337
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 94 : -1);
|
|
1284
1338
|
i0.ɵɵadvance();
|
|
1285
|
-
i0.ɵɵproperty("
|
|
1339
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJArtifactPermissions"))("DefaultExpanded", false);
|
|
1286
1340
|
i0.ɵɵadvance();
|
|
1287
|
-
i0.ɵɵ
|
|
1341
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 96 : -1);
|
|
1288
1342
|
i0.ɵɵadvance();
|
|
1289
|
-
i0.ɵɵproperty("
|
|
1343
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJArtifactUses"))("DefaultExpanded", false);
|
|
1290
1344
|
i0.ɵɵadvance();
|
|
1291
|
-
i0.ɵɵ
|
|
1345
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 98 : -1);
|
|
1292
1346
|
i0.ɵɵadvance();
|
|
1293
|
-
i0.ɵɵproperty("
|
|
1347
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJArtifactVersions"))("DefaultExpanded", false);
|
|
1294
1348
|
i0.ɵɵadvance();
|
|
1295
|
-
i0.ɵɵ
|
|
1349
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 100 : -1);
|
|
1296
1350
|
i0.ɵɵadvance();
|
|
1297
|
-
i0.ɵɵproperty("
|
|
1351
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJConversationDetailRatings"))("DefaultExpanded", false);
|
|
1298
1352
|
i0.ɵɵadvance();
|
|
1299
|
-
i0.ɵɵ
|
|
1353
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 102 : -1);
|
|
1300
1354
|
i0.ɵɵadvance();
|
|
1301
|
-
i0.ɵɵproperty("
|
|
1355
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDashboardCategoryLinks"))("DefaultExpanded", false);
|
|
1302
1356
|
i0.ɵɵadvance();
|
|
1303
|
-
i0.ɵɵ
|
|
1357
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 104 : -1);
|
|
1304
1358
|
i0.ɵɵadvance();
|
|
1305
|
-
i0.ɵɵproperty("
|
|
1359
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDashboardCategoryPermissions"))("DefaultExpanded", false);
|
|
1306
1360
|
i0.ɵɵadvance();
|
|
1307
|
-
i0.ɵɵ
|
|
1361
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 106 : -1);
|
|
1308
1362
|
i0.ɵɵadvance();
|
|
1309
|
-
i0.ɵɵproperty("
|
|
1363
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDashboardPermissions"))("DefaultExpanded", false);
|
|
1310
1364
|
i0.ɵɵadvance();
|
|
1311
|
-
i0.ɵɵ
|
|
1365
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 108 : -1);
|
|
1312
1366
|
i0.ɵɵadvance();
|
|
1313
|
-
i0.ɵɵproperty("
|
|
1367
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDashboardUserPreferences"))("DefaultExpanded", false);
|
|
1314
1368
|
i0.ɵɵadvance();
|
|
1315
|
-
i0.ɵɵ
|
|
1369
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 110 : -1);
|
|
1316
1370
|
i0.ɵɵadvance();
|
|
1317
|
-
i0.ɵɵproperty("
|
|
1371
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDashboardUserStates"))("DefaultExpanded", false);
|
|
1318
1372
|
i0.ɵɵadvance();
|
|
1319
|
-
i0.ɵɵ
|
|
1373
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 112 : -1);
|
|
1320
1374
|
i0.ɵɵadvance();
|
|
1321
|
-
i0.ɵɵproperty("
|
|
1375
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJListInvitations"))("DefaultExpanded", false);
|
|
1322
1376
|
i0.ɵɵadvance();
|
|
1323
|
-
i0.ɵɵ
|
|
1377
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 114 : -1);
|
|
1324
1378
|
i0.ɵɵadvance();
|
|
1325
|
-
i0.ɵɵproperty("
|
|
1379
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJListShares"))("DefaultExpanded", false);
|
|
1326
1380
|
i0.ɵɵadvance();
|
|
1327
|
-
i0.ɵɵ
|
|
1381
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 116 : -1);
|
|
1328
1382
|
i0.ɵɵadvance();
|
|
1329
|
-
i0.ɵɵproperty("
|
|
1383
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJMCPToolExecutionLogs"))("DefaultExpanded", false);
|
|
1330
1384
|
i0.ɵɵadvance();
|
|
1331
|
-
i0.ɵɵ
|
|
1385
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 118 : -1);
|
|
1332
1386
|
i0.ɵɵadvance();
|
|
1333
|
-
i0.ɵɵproperty("
|
|
1387
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJOAuthAuthorizationStates"))("DefaultExpanded", false);
|
|
1334
1388
|
i0.ɵɵadvance();
|
|
1335
|
-
i0.ɵɵ
|
|
1389
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 120 : -1);
|
|
1336
1390
|
i0.ɵɵadvance();
|
|
1337
|
-
i0.ɵɵproperty("
|
|
1391
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJPublicLinks"))("DefaultExpanded", false);
|
|
1338
1392
|
i0.ɵɵadvance();
|
|
1339
|
-
i0.ɵɵ
|
|
1393
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 122 : -1);
|
|
1340
1394
|
i0.ɵɵadvance();
|
|
1341
|
-
i0.ɵɵproperty("
|
|
1395
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJReportUserStates"))("DefaultExpanded", false);
|
|
1342
1396
|
i0.ɵɵadvance();
|
|
1343
|
-
i0.ɵɵ
|
|
1397
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 124 : -1);
|
|
1344
1398
|
i0.ɵɵadvance();
|
|
1345
|
-
i0.ɵɵproperty("
|
|
1399
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJScheduledJobRuns"))("DefaultExpanded", false);
|
|
1346
1400
|
i0.ɵɵadvance();
|
|
1347
|
-
i0.ɵɵ
|
|
1401
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 126 : -1);
|
|
1348
1402
|
i0.ɵɵadvance();
|
|
1349
|
-
i0.ɵɵproperty("
|
|
1403
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJScheduledJobs"))("DefaultExpanded", false);
|
|
1350
1404
|
i0.ɵɵadvance();
|
|
1351
|
-
i0.ɵɵ
|
|
1405
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 128 : -1);
|
|
1352
1406
|
i0.ɵɵadvance();
|
|
1353
|
-
i0.ɵɵproperty("
|
|
1407
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTestRunFeedbacks"))("DefaultExpanded", false);
|
|
1354
1408
|
i0.ɵɵadvance();
|
|
1355
|
-
i0.ɵɵ
|
|
1409
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 130 : -1);
|
|
1356
1410
|
i0.ɵɵadvance();
|
|
1357
|
-
i0.ɵɵproperty("
|
|
1411
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTestSuiteRuns"))("DefaultExpanded", false);
|
|
1358
1412
|
i0.ɵɵadvance();
|
|
1359
|
-
i0.ɵɵ
|
|
1413
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 132 : -1);
|
|
1360
1414
|
i0.ɵɵadvance();
|
|
1361
|
-
i0.ɵɵproperty("
|
|
1415
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUserNotificationPreferences"))("DefaultExpanded", false);
|
|
1362
1416
|
i0.ɵɵadvance();
|
|
1363
|
-
i0.ɵɵ
|
|
1417
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 134 : -1);
|
|
1364
1418
|
i0.ɵɵadvance();
|
|
1365
|
-
i0.ɵɵproperty("
|
|
1419
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJUserSettings"))("DefaultExpanded", false);
|
|
1366
1420
|
i0.ɵɵadvance();
|
|
1367
|
-
i0.ɵɵ
|
|
1421
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 136 : -1);
|
|
1368
1422
|
i0.ɵɵadvance();
|
|
1369
|
-
i0.ɵɵproperty("
|
|
1423
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJVersionLabelRestores"))("DefaultExpanded", false);
|
|
1370
1424
|
i0.ɵɵadvance();
|
|
1371
|
-
i0.ɵɵ
|
|
1425
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 138 : -1);
|
|
1372
1426
|
i0.ɵɵadvance();
|
|
1373
|
-
i0.ɵɵproperty("
|
|
1427
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("resourceLinks"))("DefaultExpanded", false);
|
|
1374
1428
|
i0.ɵɵadvance();
|
|
1375
|
-
i0.ɵɵ
|
|
1429
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 140 : -1);
|
|
1376
1430
|
i0.ɵɵadvance();
|
|
1377
|
-
i0.ɵɵproperty("
|
|
1431
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("scheduledActions"))("DefaultExpanded", false);
|
|
1378
1432
|
i0.ɵɵadvance();
|
|
1379
|
-
i0.ɵɵ
|
|
1433
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 142 : -1);
|
|
1380
1434
|
i0.ɵɵadvance();
|
|
1381
|
-
i0.ɵɵproperty("
|
|
1435
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("aIAgentRequests"))("DefaultExpanded", false);
|
|
1382
1436
|
i0.ɵɵadvance();
|
|
1383
|
-
i0.ɵɵ
|
|
1437
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 144 : -1);
|
|
1384
1438
|
i0.ɵɵadvance();
|
|
1385
|
-
i0.ɵɵproperty("
|
|
1439
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("conversationDetails"))("DefaultExpanded", false);
|
|
1386
1440
|
i0.ɵɵadvance();
|
|
1387
|
-
i0.ɵɵ
|
|
1441
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 146 : -1);
|
|
1388
1442
|
i0.ɵɵadvance();
|
|
1389
|
-
i0.ɵɵproperty("
|
|
1443
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAccessControlRules"))("DefaultExpanded", false);
|
|
1390
1444
|
i0.ɵɵadvance();
|
|
1391
|
-
i0.ɵɵ
|
|
1445
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 148 : -1);
|
|
1392
1446
|
i0.ɵɵadvance();
|
|
1393
|
-
i0.ɵɵproperty("
|
|
1447
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAPIKeys"))("DefaultExpanded", false);
|
|
1394
1448
|
i0.ɵɵadvance();
|
|
1395
|
-
i0.ɵɵ
|
|
1449
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 150 : -1);
|
|
1396
1450
|
i0.ɵɵadvance();
|
|
1397
|
-
i0.ɵɵproperty("
|
|
1451
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJArtifactPermissions"))("DefaultExpanded", false);
|
|
1398
1452
|
i0.ɵɵadvance();
|
|
1399
|
-
i0.ɵɵ
|
|
1453
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 152 : -1);
|
|
1400
1454
|
i0.ɵɵadvance();
|
|
1401
|
-
i0.ɵɵproperty("
|
|
1455
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJArtifacts"))("DefaultExpanded", false);
|
|
1402
1456
|
i0.ɵɵadvance();
|
|
1403
|
-
i0.ɵɵ
|
|
1457
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 154 : -1);
|
|
1404
1458
|
i0.ɵɵadvance();
|
|
1405
|
-
i0.ɵɵproperty("
|
|
1459
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJCollectionPermissions"))("DefaultExpanded", false);
|
|
1406
1460
|
i0.ɵɵadvance();
|
|
1407
|
-
i0.ɵɵ
|
|
1461
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 156 : -1);
|
|
1408
1462
|
i0.ɵɵadvance();
|
|
1409
|
-
i0.ɵɵproperty("
|
|
1463
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDashboardCategoryPermissions"))("DefaultExpanded", false);
|
|
1410
1464
|
i0.ɵɵadvance();
|
|
1411
|
-
i0.ɵɵ
|
|
1465
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 158 : -1);
|
|
1412
1466
|
i0.ɵɵadvance();
|
|
1413
|
-
i0.ɵɵproperty("
|
|
1467
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJDashboardPermissions"))("DefaultExpanded", false);
|
|
1414
1468
|
i0.ɵɵadvance();
|
|
1415
|
-
i0.ɵɵ
|
|
1469
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 160 : -1);
|
|
1416
1470
|
i0.ɵɵadvance();
|
|
1417
|
-
i0.ɵɵproperty("
|
|
1471
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJMCPServerConnectionPermissions"))("DefaultExpanded", false);
|
|
1418
1472
|
i0.ɵɵadvance();
|
|
1419
|
-
i0.ɵɵ
|
|
1473
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 162 : -1);
|
|
1420
1474
|
i0.ɵɵadvance();
|
|
1421
|
-
i0.ɵɵproperty("
|
|
1475
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJScheduledJobs"))("DefaultExpanded", false);
|
|
1422
1476
|
i0.ɵɵadvance();
|
|
1423
|
-
i0.ɵɵ
|
|
1477
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 164 : -1);
|
|
1424
1478
|
i0.ɵɵadvance();
|
|
1425
|
-
i0.ɵɵproperty("
|
|
1479
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTestRuns"))("DefaultExpanded", false);
|
|
1426
1480
|
i0.ɵɵadvance();
|
|
1427
|
-
i0.ɵɵ
|
|
1481
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 166 : -1);
|
|
1428
1482
|
i0.ɵɵadvance();
|
|
1429
|
-
i0.ɵɵproperty("
|
|
1483
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJVersionLabels"))("DefaultExpanded", false);
|
|
1430
1484
|
i0.ɵɵadvance();
|
|
1431
|
-
i0.ɵɵ
|
|
1485
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 168 : -1);
|
|
1432
1486
|
i0.ɵɵadvance();
|
|
1433
|
-
i0.ɵɵproperty("
|
|
1487
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("resourcePermissions"))("DefaultExpanded", false);
|
|
1434
1488
|
i0.ɵɵadvance();
|
|
1435
|
-
i0.ɵɵ
|
|
1489
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 170 : -1);
|
|
1436
1490
|
i0.ɵɵadvance();
|
|
1437
|
-
i0.ɵɵproperty("
|
|
1491
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAIAgentPermissions"))("DefaultExpanded", false);
|
|
1438
1492
|
i0.ɵɵadvance();
|
|
1439
|
-
i0.ɵɵ
|
|
1493
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 172 : -1);
|
|
1440
1494
|
i0.ɵɵadvance();
|
|
1441
|
-
i0.ɵɵproperty("
|
|
1495
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAIAgentRuns"))("DefaultExpanded", false);
|
|
1442
1496
|
i0.ɵɵadvance();
|
|
1443
|
-
i0.ɵɵ
|
|
1497
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 174 : -1);
|
|
1444
1498
|
i0.ɵɵadvance();
|
|
1445
|
-
i0.ɵɵproperty("
|
|
1499
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJCollectionPermissions"))("DefaultExpanded", false);
|
|
1446
1500
|
i0.ɵɵadvance();
|
|
1447
|
-
i0.ɵɵ
|
|
1501
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 176 : -1);
|
|
1448
1502
|
i0.ɵɵadvance();
|
|
1449
|
-
i0.ɵɵproperty("
|
|
1503
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJCollections"))("DefaultExpanded", false);
|
|
1450
1504
|
i0.ɵɵadvance();
|
|
1451
|
-
i0.ɵɵ
|
|
1505
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 178 : -1);
|
|
1452
1506
|
i0.ɵɵadvance();
|
|
1453
|
-
i0.ɵɵproperty("
|
|
1507
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJAIAgentExamples"))("DefaultExpanded", false);
|
|
1454
1508
|
i0.ɵɵadvance();
|
|
1455
|
-
i0.ɵɵ
|
|
1509
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 180 : -1);
|
|
1456
1510
|
i0.ɵɵadvance();
|
|
1457
|
-
i0.ɵɵproperty("
|
|
1511
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTasks"))("DefaultExpanded", false);
|
|
1458
1512
|
i0.ɵɵadvance();
|
|
1459
|
-
i0.ɵɵ
|
|
1513
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 182 : -1);
|
|
1460
1514
|
i0.ɵɵadvance();
|
|
1461
|
-
i0.ɵɵproperty("
|
|
1515
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("aIAgents"))("DefaultExpanded", false);
|
|
1462
1516
|
i0.ɵɵadvance();
|
|
1463
|
-
i0.ɵɵ
|
|
1464
|
-
} }, dependencies: [i1.
|
|
1517
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 184 : -1);
|
|
1518
|
+
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent], encapsulation: 2 }); }
|
|
1465
1519
|
};
|
|
1466
1520
|
UserFormComponent = __decorate([
|
|
1467
1521
|
RegisterClass(BaseFormComponent, 'Users') // Tell MemberJunction about this class
|
|
@@ -1469,10 +1523,7 @@ UserFormComponent = __decorate([
|
|
|
1469
1523
|
export { UserFormComponent };
|
|
1470
1524
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserFormComponent, [{
|
|
1471
1525
|
type: Component,
|
|
1472
|
-
args: [{ selector: 'gen-user-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- User Identity Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"userIdentity\"\n sectionName=\"User Identity\"\n icon=\"fa fa-id-card\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LastName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Title\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Email\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Email\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Account Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"accountSettings\"\n sectionName=\"Account Settings\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageIconClass\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Entity Links Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"entityLinks\"\n sectionName=\"Entity Links\"\n icon=\"fa fa-link\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedRecordType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityRecordID\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Employee Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"employeeDetails\"\n sectionName=\"Employee Details\"\n icon=\"fa fa-user-tie\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeFirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeTitle\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisor\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisorEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Action Execution Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"actionExecutionLogs\"\n sectionName=\"Action Execution Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('actionExecutionLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('actionExecutionLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('actionExecutionLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"actions\"\n sectionName=\"Actions\"\n icon=\"fa-solid fa-bolt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('actions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','CodeApprovedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsSectionExpanded('actions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('actions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"auditLogs\"\n sectionName=\"Audit Logs\"\n icon=\"fa-solid fa-fingerprint\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('auditLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Communication Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationRuns\"\n sectionName=\"Communication Runs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Runs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('communicationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Company Integration Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrationRuns\"\n sectionName=\"Company Integration Runs\"\n icon=\"fa fa-briefcase\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Runs')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('companyIntegrationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversations\"\n sectionName=\"Conversations\"\n icon=\"fa-regular fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboard Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboardCategories\"\n sectionName=\"Dashboard Categories\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboardCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboard Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboard Categories')\"\n [AllowLoad]=\"IsSectionExpanded('dashboardCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboardCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboards Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboards\"\n sectionName=\"Dashboards\"\n icon=\"fa-solid fa-table-columns\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboards')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Data Contexts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dataContexts\"\n sectionName=\"Data Contexts\"\n icon=\"fa fa-database\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dataContexts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Contexts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Data Contexts')\"\n [AllowLoad]=\"IsSectionExpanded('dataContexts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dataContexts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"duplicateRuns\"\n sectionName=\"Duplicate Runs\"\n icon=\"fa fa-search\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('duplicateRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','StartedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"lists\"\n sectionName=\"Lists\"\n icon=\"fa fa-list-ul\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('lists')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryCategories\"\n sectionName=\"Query Categories\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Recommendation Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendationRuns\"\n sectionName=\"Recommendation Runs\"\n icon=\"fa fa-rocket\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendationRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recommendationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Change Replay Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChangeReplayRuns\"\n sectionName=\"Record Change Replay Runs\"\n icon=\"fa fa-sync\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChangeReplayRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Change Replay Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Change Replay Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recordChangeReplayRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChangeReplayRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordChanges\"\n sectionName=\"Record Changes\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordChanges')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recordMergeLogs\"\n sectionName=\"Record Merge Logs\"\n icon=\"fa fa-clone\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recordMergeLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','InitiatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Report Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reportCategories\"\n sectionName=\"Report Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reportCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Categories')\"\n [AllowLoad]=\"IsSectionExpanded('reportCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reportCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Report Snapshots Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reportSnapshots\"\n sectionName=\"Report Snapshots\"\n icon=\"fa fa-camera\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reportSnapshots')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Snapshots','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Snapshots')\"\n [AllowLoad]=\"IsSectionExpanded('reportSnapshots')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reportSnapshots', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Reports Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reports\"\n sectionName=\"Reports\"\n icon=\"fa-solid fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reports')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Template Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templateCategories\"\n sectionName=\"Template Categories\"\n icon=\"fa fa-tags\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templateCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Template Categories')\"\n [AllowLoad]=\"IsSectionExpanded('templateCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('templateCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Templates Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"templates\"\n sectionName=\"Templates\"\n icon=\"fa-regular fa-rectangle-list\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('templates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Templates','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Templates')\"\n [AllowLoad]=\"IsSectionExpanded('templates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('templates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Applications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userApplications\"\n sectionName=\"User Applications\"\n icon=\"fa fa-th\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userApplications')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Applications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Applications')\"\n [AllowLoad]=\"IsSectionExpanded('userApplications')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userApplications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userFavorites\"\n sectionName=\"User Favorites\"\n icon=\"fa fa-star\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userFavorites')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Notifications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userNotifications\"\n sectionName=\"User Notifications\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userNotifications')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userRecordLogs\"\n sectionName=\"User Record Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userRecordLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Roles Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"roles\"\n sectionName=\"Roles\"\n icon=\"fa fa-user-shield\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('roles')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Roles','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Roles')\"\n [AllowLoad]=\"IsSectionExpanded('roles')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('roles', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewCategories\"\n sectionName=\"User View Categories\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User View Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViewRuns\"\n sectionName=\"User View Runs\"\n icon=\"fa fa-eye\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViewRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Runs')\"\n [AllowLoad]=\"IsSectionExpanded('userViewRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userViews\"\n sectionName=\"User Views\"\n icon=\"fa-solid fa-table-cells\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userViews')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Workspaces Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"workspaces\"\n sectionName=\"Workspaces\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('workspaces')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspaces','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Workspaces')\"\n [AllowLoad]=\"IsSectionExpanded('workspaces')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('workspaces', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentNotes\"\n sectionName=\"AI Agent Notes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentNotes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','ResponseByUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- List Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"listCategories\"\n sectionName=\"List Categories\"\n icon=\"fa fa-list\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('listCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('List Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('List Categories')\"\n [AllowLoad]=\"IsSectionExpanded('listCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('listCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAPIKeys\"\n sectionName=\"MJ: API Keys\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactPermissions\"\n sectionName=\"MJ: Artifact Permissions\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Uses Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactUses\"\n sectionName=\"MJ: Artifact Uses\"\n icon=\"fa fa-eye\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactUses')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Uses','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Uses')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactUses')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactUses', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Versions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactVersions\"\n sectionName=\"MJ: Artifact Versions\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactVersions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactVersions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactVersions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Conversation Detail Ratings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJConversationDetailRatings\"\n sectionName=\"MJ: Conversation Detail Ratings\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJConversationDetailRatings')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Ratings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Ratings')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailRatings')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJConversationDetailRatings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryLinks\"\n sectionName=\"MJ: Dashboard Category Links\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryPermissions\"\n sectionName=\"MJ: Dashboard Category Permissions\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardPermissions\"\n sectionName=\"MJ: Dashboard Permissions\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User Preferences Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardUserPreferences\"\n sectionName=\"MJ: Dashboard User Preferences\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardUserPreferences')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserPreferences')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User States Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardUserStates\"\n sectionName=\"MJ: Dashboard User States\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardUserStates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserStates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: List Invitations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJListInvitations\"\n sectionName=\"MJ: List Invitations\"\n icon=\"fa fa-user-plus\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJListInvitations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Invitations','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Invitations')\"\n [AllowLoad]=\"IsSectionExpanded('mJListInvitations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListInvitations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: List Shares Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJListShares\"\n sectionName=\"MJ: List Shares\"\n icon=\"fa fa-share-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJListShares')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Shares','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Shares')\"\n [AllowLoad]=\"IsSectionExpanded('mJListShares')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListShares', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: MCP Tool Execution Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJMCPToolExecutionLogs\"\n sectionName=\"MJ: MCP Tool Execution Logs\"\n icon=\"fa fa-history\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJMCPToolExecutionLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: MCP Tool Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: MCP Tool Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJMCPToolExecutionLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJMCPToolExecutionLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Public Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJPublicLinks\"\n sectionName=\"MJ: Public Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJPublicLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Public Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Public Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJPublicLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJPublicLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Report User States Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJReportUserStates\"\n sectionName=\"MJ: Report User States\"\n icon=\"fa fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJReportUserStates')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Report User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Report User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJReportUserStates')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJReportUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Job Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobRuns\"\n sectionName=\"MJ: Scheduled Job Runs\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Job Runs','ExecutedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Job Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobs\"\n sectionName=\"MJ: Scheduled Jobs\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','NotifyUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Run Feedbacks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestRunFeedbacks\"\n sectionName=\"MJ: Test Run Feedbacks\"\n icon=\"fa fa-clipboard-check\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRunFeedbacks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Run Feedbacks','ReviewerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Run Feedbacks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRunFeedbacks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRunFeedbacks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Suite Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestSuiteRuns\"\n sectionName=\"MJ: Test Suite Runs\"\n icon=\"fa fa-flask\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestSuiteRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Suite Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Suite Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestSuiteRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestSuiteRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: User Notification Preferences Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJUserNotificationPreferences\"\n sectionName=\"MJ: User Notification Preferences\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJUserNotificationPreferences')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Notification Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Notification Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserNotificationPreferences')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserNotificationPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: User Settings Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJUserSettings\"\n sectionName=\"MJ: User Settings\"\n icon=\"fa fa-sliders-h\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJUserSettings')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Settings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Settings')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserSettings')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserSettings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourceLinks\"\n sectionName=\"Resource Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourceLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Scheduled Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"scheduledActions\"\n sectionName=\"Scheduled Actions\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('scheduledActions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsSectionExpanded('scheduledActions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('scheduledActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','RequestForUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversation Details Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversationDetails\"\n sectionName=\"Conversation Details\"\n icon=\"fa fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversationDetails')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Access Control Rules Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAccessControlRules\"\n sectionName=\"MJ: Access Control Rules\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAccessControlRules')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','GrantedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAPIKeys\"\n sectionName=\"MJ: API Keys\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifactPermissions\"\n sectionName=\"MJ: Artifact Permissions\"\n icon=\"fa fa-key\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Artifacts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifacts\"\n sectionName=\"MJ: Artifacts\"\n icon=\"fa fa-file\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifacts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollectionPermissions\"\n sectionName=\"MJ: Collection Permissions\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardCategoryPermissions\"\n sectionName=\"MJ: Dashboard Category Permissions\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJDashboardPermissions\"\n sectionName=\"MJ: Dashboard Permissions\"\n icon=\"fa fa-tachometer-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: MCP Server Connection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJMCPServerConnectionPermissions\"\n sectionName=\"MJ: MCP Server Connection Permissions\"\n icon=\"fa fa-server\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJMCPServerConnectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: MCP Server Connection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: MCP Server Connection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJMCPServerConnectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJMCPServerConnectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJScheduledJobs\"\n sectionName=\"MJ: Scheduled Jobs\"\n icon=\"fa fa-calendar\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Test Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTestRuns\"\n sectionName=\"MJ: Test Runs\"\n icon=\"fa fa-flask\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTestRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourcePermissions\"\n sectionName=\"Resource Permissions\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourcePermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentPermissions\"\n sectionName=\"MJ: AI Agent Permissions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRuns\"\n sectionName=\"MJ: AI Agent Runs\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollectionPermissions\"\n sectionName=\"MJ: Collection Permissions\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collections Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollections\"\n sectionName=\"MJ: Collections\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollections')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','OwnerID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentExamples\"\n sectionName=\"MJ: AI Agent Examples\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTasks\"\n sectionName=\"MJ: Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTasks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgents\"\n sectionName=\"AI Agents\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgents')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
1526
|
+
args: [{ standalone: false, selector: 'gen-user-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- User Identity Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"userIdentity\"\n SectionName=\"User Identity\"\n Icon=\"fa fa-id-card\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LastName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Title\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Email\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Email\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Account Settings Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"accountSettings\"\n SectionName=\"Account Settings\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserImageIconClass\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Entity Links Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"entityLinks\"\n SectionName=\"Entity Links\"\n Icon=\"fa fa-link\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedRecordType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LinkedEntityRecordID\"\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=\"EmployeeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Employee Details Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"employeeDetails\"\n SectionName=\"Employee Details\"\n Icon=\"fa fa-user-tie\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeFirstLast\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeTitle\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisor\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeSupervisorEmail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-database\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Action Execution Logs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"actionExecutionLogs\"\n SectionName=\"Action Execution Logs\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('actionExecutionLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('actionExecutionLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('actionExecutionLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Actions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"actions\"\n SectionName=\"Actions\"\n Icon=\"fa-solid fa-bolt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('actions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','CodeApprovedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsSectionExpanded('actions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('actions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Audit Logs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"auditLogs\"\n SectionName=\"Audit Logs\"\n Icon=\"fa-solid fa-fingerprint\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('auditLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('auditLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('auditLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Communication Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"communicationRuns\"\n SectionName=\"Communication Runs\"\n Icon=\"fa fa-comment\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('communicationRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Runs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('communicationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Company Integration Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"companyIntegrationRuns\"\n SectionName=\"Company Integration Runs\"\n Icon=\"fa fa-briefcase\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('companyIntegrationRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integration Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Company Integration Runs')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrationRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('companyIntegrationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"conversations\"\n SectionName=\"Conversations\"\n Icon=\"fa-regular fa-comments\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('conversations')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Dashboard Categories Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"dashboardCategories\"\n SectionName=\"Dashboard Categories\"\n Icon=\"fa fa-tachometer-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('dashboardCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboard Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboard Categories')\"\n [AllowLoad]=\"IsSectionExpanded('dashboardCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboardCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Dashboards Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"dashboards\"\n SectionName=\"Dashboards\"\n Icon=\"fa-solid fa-table-columns\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('dashboards')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Data Contexts Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"dataContexts\"\n SectionName=\"Data Contexts\"\n Icon=\"fa fa-database\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('dataContexts')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Data Contexts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Data Contexts')\"\n [AllowLoad]=\"IsSectionExpanded('dataContexts')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('dataContexts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Duplicate Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"duplicateRuns\"\n SectionName=\"Duplicate Runs\"\n Icon=\"fa fa-search\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('duplicateRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Duplicate Runs','StartedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Duplicate Runs')\"\n [AllowLoad]=\"IsSectionExpanded('duplicateRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('duplicateRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Lists Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"lists\"\n SectionName=\"Lists\"\n Icon=\"fa fa-list-ul\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('lists')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Lists','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Lists')\"\n [AllowLoad]=\"IsSectionExpanded('lists')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('lists', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Query Categories Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"queryCategories\"\n SectionName=\"Query Categories\"\n Icon=\"fa fa-folder\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('queryCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Recommendation Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"recommendationRuns\"\n SectionName=\"Recommendation Runs\"\n Icon=\"fa fa-rocket\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('recommendationRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('recommendationRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Change Replay Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"recordChangeReplayRuns\"\n SectionName=\"Record Change Replay Runs\"\n Icon=\"fa fa-sync\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('recordChangeReplayRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Change Replay Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Change Replay Runs')\"\n [AllowLoad]=\"IsSectionExpanded('recordChangeReplayRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChangeReplayRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Changes Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"recordChanges\"\n SectionName=\"Record Changes\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('recordChanges')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Changes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Changes')\"\n [AllowLoad]=\"IsSectionExpanded('recordChanges')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('recordChanges', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Record Merge Logs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"recordMergeLogs\"\n SectionName=\"Record Merge Logs\"\n Icon=\"fa fa-clone\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('recordMergeLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Record Merge Logs','InitiatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Record Merge Logs')\"\n [AllowLoad]=\"IsSectionExpanded('recordMergeLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('recordMergeLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Report Categories Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"reportCategories\"\n SectionName=\"Report Categories\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('reportCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Categories')\"\n [AllowLoad]=\"IsSectionExpanded('reportCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('reportCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Report Snapshots Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"reportSnapshots\"\n SectionName=\"Report Snapshots\"\n Icon=\"fa fa-camera\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('reportSnapshots')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Report Snapshots','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Report Snapshots')\"\n [AllowLoad]=\"IsSectionExpanded('reportSnapshots')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('reportSnapshots', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Reports Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"reports\"\n SectionName=\"Reports\"\n Icon=\"fa-solid fa-chart-line\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('reports')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Template Categories Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"templateCategories\"\n SectionName=\"Template Categories\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('templateCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Template Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Template Categories')\"\n [AllowLoad]=\"IsSectionExpanded('templateCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('templateCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Templates Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"templates\"\n SectionName=\"Templates\"\n Icon=\"fa-regular fa-rectangle-list\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('templates')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Templates','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Templates')\"\n [AllowLoad]=\"IsSectionExpanded('templates')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('templates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Applications Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"userApplications\"\n SectionName=\"User Applications\"\n Icon=\"fa fa-th\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('userApplications')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Applications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Applications')\"\n [AllowLoad]=\"IsSectionExpanded('userApplications')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('userApplications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Favorites Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"userFavorites\"\n SectionName=\"User Favorites\"\n Icon=\"fa fa-star\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('userFavorites')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Favorites','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Favorites')\"\n [AllowLoad]=\"IsSectionExpanded('userFavorites')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('userFavorites', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Notifications Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"userNotifications\"\n SectionName=\"User Notifications\"\n Icon=\"fa fa-bell\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('userNotifications')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Record Logs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"userRecordLogs\"\n SectionName=\"User Record Logs\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('userRecordLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Record Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Record Logs')\"\n [AllowLoad]=\"IsSectionExpanded('userRecordLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('userRecordLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Roles Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"roles\"\n SectionName=\"Roles\"\n Icon=\"fa fa-user-shield\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('roles')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Roles','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Roles')\"\n [AllowLoad]=\"IsSectionExpanded('roles')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('roles', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User View Categories Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"userViewCategories\"\n SectionName=\"User View Categories\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('userViewCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Categories')\"\n [AllowLoad]=\"IsSectionExpanded('userViewCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User View Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"userViewRuns\"\n SectionName=\"User View Runs\"\n Icon=\"fa fa-eye\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('userViewRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User View Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('User View Runs')\"\n [AllowLoad]=\"IsSectionExpanded('userViewRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('userViewRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- User Views Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"userViews\"\n SectionName=\"User Views\"\n Icon=\"fa-solid fa-table-cells\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('userViews')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Views','UserID')\"\n [NewRecordValues]=\"NewRecordValues('User Views')\"\n [AllowLoad]=\"IsSectionExpanded('userViews')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('userViews', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Workspaces Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"workspaces\"\n SectionName=\"Workspaces\"\n Icon=\"fa fa-folder\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('workspaces')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspaces','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Workspaces')\"\n [AllowLoad]=\"IsSectionExpanded('workspaces')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('workspaces', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"aIAgentNotes\"\n SectionName=\"AI Agent Notes\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('aIAgentNotes')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','UserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"aIAgentRequests\"\n SectionName=\"AI Agent Requests\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','ResponseByUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- List Categories Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"listCategories\"\n SectionName=\"List Categories\"\n Icon=\"fa fa-list\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('listCategories')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('List Categories','UserID')\"\n [NewRecordValues]=\"NewRecordValues('List Categories')\"\n [AllowLoad]=\"IsSectionExpanded('listCategories')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('listCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJAPIKeys\"\n SectionName=\"MJ: API Keys\"\n Icon=\"fa fa-key\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJArtifactPermissions\"\n SectionName=\"MJ: Artifact Permissions\"\n Icon=\"fa fa-key\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Uses Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJArtifactUses\"\n SectionName=\"MJ: Artifact Uses\"\n Icon=\"fa fa-eye\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJArtifactUses')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Uses','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Uses')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactUses')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactUses', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Versions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJArtifactVersions\"\n SectionName=\"MJ: Artifact Versions\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJArtifactVersions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactVersions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactVersions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Conversation Detail Ratings Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJConversationDetailRatings\"\n SectionName=\"MJ: Conversation Detail Ratings\"\n Icon=\"fa fa-comment\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJConversationDetailRatings')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Ratings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Ratings')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailRatings')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJConversationDetailRatings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Links Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJDashboardCategoryLinks\"\n SectionName=\"MJ: Dashboard Category Links\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDashboardCategoryLinks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryLinks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJDashboardCategoryPermissions\"\n SectionName=\"MJ: Dashboard Category Permissions\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJDashboardPermissions\"\n SectionName=\"MJ: Dashboard Permissions\"\n Icon=\"fa fa-tachometer-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User Preferences Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJDashboardUserPreferences\"\n SectionName=\"MJ: Dashboard User Preferences\"\n Icon=\"fa fa-tachometer-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDashboardUserPreferences')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserPreferences')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard User States Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJDashboardUserStates\"\n SectionName=\"MJ: Dashboard User States\"\n Icon=\"fa fa-tachometer-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDashboardUserStates')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardUserStates')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: List Invitations Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJListInvitations\"\n SectionName=\"MJ: List Invitations\"\n Icon=\"fa fa-user-plus\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJListInvitations')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Invitations','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Invitations')\"\n [AllowLoad]=\"IsSectionExpanded('mJListInvitations')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListInvitations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: List Shares Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJListShares\"\n SectionName=\"MJ: List Shares\"\n Icon=\"fa fa-share-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJListShares')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: List Shares','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: List Shares')\"\n [AllowLoad]=\"IsSectionExpanded('mJListShares')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJListShares', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: MCP Tool Execution Logs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJMCPToolExecutionLogs\"\n SectionName=\"MJ: MCP Tool Execution Logs\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJMCPToolExecutionLogs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: MCP Tool Execution Logs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: MCP Tool Execution Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJMCPToolExecutionLogs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJMCPToolExecutionLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: O Auth Authorization States Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJOAuthAuthorizationStates\"\n SectionName=\"MJ: O Auth Authorization States\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJOAuthAuthorizationStates')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: O Auth Authorization States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: O Auth Authorization States')\"\n [AllowLoad]=\"IsSectionExpanded('mJOAuthAuthorizationStates')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJOAuthAuthorizationStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Public Links Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJPublicLinks\"\n SectionName=\"MJ: Public Links\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJPublicLinks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Public Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Public Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJPublicLinks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJPublicLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Report User States Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJReportUserStates\"\n SectionName=\"MJ: Report User States\"\n Icon=\"fa fa-chart-line\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJReportUserStates')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Report User States','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Report User States')\"\n [AllowLoad]=\"IsSectionExpanded('mJReportUserStates')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJReportUserStates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Job Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJScheduledJobRuns\"\n SectionName=\"MJ: Scheduled Job Runs\"\n Icon=\"fa fa-tasks\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJScheduledJobRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Job Runs','ExecutedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Job Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJScheduledJobs\"\n SectionName=\"MJ: Scheduled Jobs\"\n Icon=\"fa fa-calendar\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','NotifyUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Test Run Feedbacks Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJTestRunFeedbacks\"\n SectionName=\"MJ: Test Run Feedbacks\"\n Icon=\"fa fa-clipboard-check\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTestRunFeedbacks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Run Feedbacks','ReviewerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Run Feedbacks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRunFeedbacks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRunFeedbacks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Test Suite Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJTestSuiteRuns\"\n SectionName=\"MJ: Test Suite Runs\"\n Icon=\"fa fa-flask\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTestSuiteRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Suite Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Suite Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestSuiteRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestSuiteRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: User Notification Preferences Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJUserNotificationPreferences\"\n SectionName=\"MJ: User Notification Preferences\"\n Icon=\"fa fa-bell\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserNotificationPreferences')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Notification Preferences','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Notification Preferences')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserNotificationPreferences')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserNotificationPreferences', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: User Settings Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJUserSettings\"\n SectionName=\"MJ: User Settings\"\n Icon=\"fa fa-sliders-h\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJUserSettings')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: User Settings','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: User Settings')\"\n [AllowLoad]=\"IsSectionExpanded('mJUserSettings')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJUserSettings', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Version Label Restores Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJVersionLabelRestores\"\n SectionName=\"MJ: Version Label Restores\"\n Icon=\"fa fa-undo\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJVersionLabelRestores')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Version Label Restores','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Version Label Restores')\"\n [AllowLoad]=\"IsSectionExpanded('mJVersionLabelRestores')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJVersionLabelRestores', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Resource Links Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"resourceLinks\"\n SectionName=\"Resource Links\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('resourceLinks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Scheduled Actions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"scheduledActions\"\n SectionName=\"Scheduled Actions\"\n Icon=\"fa fa-calendar\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('scheduledActions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsSectionExpanded('scheduledActions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('scheduledActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"aIAgentRequests\"\n SectionName=\"AI Agent Requests\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','RequestForUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Conversation Details Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"conversationDetails\"\n SectionName=\"Conversation Details\"\n Icon=\"fa fa-comments\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('conversationDetails')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Access Control Rules Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJAccessControlRules\"\n SectionName=\"MJ: Access Control Rules\"\n Icon=\"fa fa-lock\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAccessControlRules')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Access Control Rules','GrantedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Access Control Rules')\"\n [AllowLoad]=\"IsSectionExpanded('mJAccessControlRules')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAccessControlRules', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: API Keys Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJAPIKeys\"\n SectionName=\"MJ: API Keys\"\n Icon=\"fa fa-key\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAPIKeys')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: API Keys','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: API Keys')\"\n [AllowLoad]=\"IsSectionExpanded('mJAPIKeys')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAPIKeys', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Artifact Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJArtifactPermissions\"\n SectionName=\"MJ: Artifact Permissions\"\n Icon=\"fa fa-key\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJArtifactPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifactPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifactPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Artifacts Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJArtifacts\"\n SectionName=\"MJ: Artifacts\"\n Icon=\"fa fa-file\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJArtifacts')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJCollectionPermissions\"\n SectionName=\"MJ: Collection Permissions\"\n Icon=\"fa fa-folder\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Category Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJDashboardCategoryPermissions\"\n SectionName=\"MJ: Dashboard Category Permissions\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDashboardCategoryPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Category Permissions','SharedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Category Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardCategoryPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardCategoryPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Dashboard Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJDashboardPermissions\"\n SectionName=\"MJ: Dashboard Permissions\"\n Icon=\"fa fa-tachometer-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJDashboardPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJDashboardPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJDashboardPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: MCP Server Connection Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJMCPServerConnectionPermissions\"\n SectionName=\"MJ: MCP Server Connection Permissions\"\n Icon=\"fa fa-server\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJMCPServerConnectionPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: MCP Server Connection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: MCP Server Connection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJMCPServerConnectionPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJMCPServerConnectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Scheduled Jobs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJScheduledJobs\"\n SectionName=\"MJ: Scheduled Jobs\"\n Icon=\"fa fa-calendar\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJScheduledJobs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Jobs','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Jobs')\"\n [AllowLoad]=\"IsSectionExpanded('mJScheduledJobs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJScheduledJobs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Test Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJTestRuns\"\n SectionName=\"MJ: Test Runs\"\n Icon=\"fa fa-flask\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTestRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Test Runs','RunByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Test Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTestRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTestRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Version Labels Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJVersionLabels\"\n SectionName=\"MJ: Version Labels\"\n Icon=\"fa fa-tag\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJVersionLabels')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Version Labels','CreatedByUserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Version Labels')\"\n [AllowLoad]=\"IsSectionExpanded('mJVersionLabels')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJVersionLabels', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Resource Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"resourcePermissions\"\n SectionName=\"Resource Permissions\"\n Icon=\"fa fa-lock\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('resourcePermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJAIAgentPermissions\"\n SectionName=\"MJ: AI Agent Permissions\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Runs Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJAIAgentRuns\"\n SectionName=\"MJ: AI Agent Runs\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Collection Permissions Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJCollectionPermissions\"\n SectionName=\"MJ: Collection Permissions\"\n Icon=\"fa fa-folder\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCollectionPermissions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Permissions','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collection Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollectionPermissions')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollectionPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Collections Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJCollections\"\n SectionName=\"MJ: Collections\"\n Icon=\"fa fa-folder-open\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJCollections')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','OwnerID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJAIAgentExamples\"\n SectionName=\"MJ: AI Agent Examples\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"mJTasks\"\n SectionName=\"MJ: Tasks\"\n Icon=\"fa fa-tasks\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTasks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','UserID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- AI Agents Section -->\n <mj-collapsible-panel after-panels\n SectionKey=\"aIAgents\"\n SectionName=\"AI Agents\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('aIAgents')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','OwnerUserID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
1473
1527
|
}], null, null); })();
|
|
1474
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserFormComponent, { className: "UserFormComponent", filePath: "src/lib/generated/Entities/User/user.form.component.ts", lineNumber:
|
|
1475
|
-
export function LoadUserFormComponent() {
|
|
1476
|
-
// does nothing, but called to prevent tree-shaking from eliminating this component from the build
|
|
1477
|
-
}
|
|
1528
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserFormComponent, { className: "UserFormComponent", filePath: "src/lib/generated/Entities/User/user.form.component.ts", lineNumber: 13 }); })();
|
|
1478
1529
|
//# sourceMappingURL=user.form.component.js.map
|