@memberjunction/ng-core-entity-forms 5.43.0 → 5.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__tests__/model-prediction.logic.test.d.ts +2 -0
- package/dist/__tests__/model-prediction.logic.test.d.ts.map +1 -0
- package/dist/__tests__/model-prediction.logic.test.js +140 -0
- package/dist/__tests__/model-prediction.logic.test.js.map +1 -0
- package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js +79 -105
- package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +7 -10
- 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 +46 -51
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +2 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +300 -378
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +22 -29
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +15 -17
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +27 -34
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +11 -0
- 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 +48 -47
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +438 -454
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +48 -51
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +253 -282
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +24 -33
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.js +263 -311
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +6 -0
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +475 -493
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts +1 -0
- package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.js +126 -175
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.d.ts +1 -0
- package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +196 -252
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js +19 -23
- package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
- package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.js +23 -24
- package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.js +14 -23
- package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts +1 -0
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.js +5 -3
- package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.d.ts +2 -1
- package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +10 -4
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +2 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +105 -133
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +187 -205
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +10 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +417 -492
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +100 -126
- 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.js +166 -184
- 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 +15 -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 +283 -158
- 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 +10 -0
- 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 +80 -26
- 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 +11 -18
- 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.component.d.ts +0 -2
- 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 +263 -258
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts +108 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js +665 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts +94 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js +257 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/constellation.component.d.ts +38 -0
- package/dist/lib/custom/ai-agent-run/flow/constellation.component.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/constellation.component.js +200 -0
- package/dist/lib/custom/ai-agent-run/flow/constellation.component.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.d.ts +44 -0
- package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.js +180 -0
- package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.d.ts +12 -0
- package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.js +46 -0
- package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/flowchart.component.d.ts +64 -0
- package/dist/lib/custom/ai-agent-run/flow/flowchart.component.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/flowchart.component.js +267 -0
- package/dist/lib/custom/ai-agent-run/flow/flowchart.component.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/pan-zoom.d.ts +53 -0
- package/dist/lib/custom/ai-agent-run/flow/pan-zoom.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/pan-zoom.js +111 -0
- package/dist/lib/custom/ai-agent-run/flow/pan-zoom.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.d.ts +42 -0
- package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.js +193 -0
- package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.js.map +1 -0
- package/dist/lib/custom/custom-forms.module.d.ts +58 -51
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +52 -13
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts +2 -0
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.js +25 -25
- package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +302 -216
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js +25 -21
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +152 -78
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js +23 -21
- package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +56 -34
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.js +66 -0
- package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +55 -19
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +46 -10
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js +169 -0
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.js +64 -0
- package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.js +82 -0
- package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.js +64 -0
- package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAction/mjaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +35 -17
- package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js +23 -5
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +78 -52
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js +25 -7
- package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCollectionArtifact/mjcollectionartifact.form.component.js +11 -7
- package/dist/lib/generated/Entities/MJCollectionArtifact/mjcollectionartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +105 -47
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +73 -59
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component.js +86 -0
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +30 -12
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js +27 -9
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js +24 -4
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +490 -412
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js +47 -29
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js +29 -11
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js +99 -0
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js +101 -0
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js +115 -0
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js +113 -0
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js +95 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +63 -9
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js +32 -14
- package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js +161 -0
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js +89 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.js +76 -0
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js +141 -0
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.js +88 -0
- package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js +143 -0
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.js +110 -0
- package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js +54 -24
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js +54 -46
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js +24 -6
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +54 -18
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSchemaInfo/mjschemainfo.form.component.js +8 -6
- package/dist/lib/generated/Entities/MJSchemaInfo/mjschemainfo.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.js +78 -0
- package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js +30 -12
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +181 -109
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js +169 -0
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.js +82 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.js +100 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.js.map +1 -0
- package/dist/lib/generated/generated-forms.module.d.ts +362 -335
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +299 -203
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/panels/ai-agents/agent-realtime.panel.js +44 -44
- package/dist/lib/panels/ai-agents/agent-realtime.panel.js.map +1 -1
- package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.d.ts +43 -0
- package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.d.ts.map +1 -0
- package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.js +240 -0
- package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.js.map +1 -0
- package/dist/lib/panels/model-predictions/model-prediction.logic.d.ts +69 -0
- package/dist/lib/panels/model-predictions/model-prediction.logic.d.ts.map +1 -0
- package/dist/lib/panels/model-predictions/model-prediction.logic.js +130 -0
- package/dist/lib/panels/model-predictions/model-prediction.logic.js.map +1 -0
- package/dist/lib/panels/model-predictions/model-prediction.panel.d.ts +83 -0
- package/dist/lib/panels/model-predictions/model-prediction.panel.d.ts.map +1 -0
- package/dist/lib/panels/model-predictions/model-prediction.panel.js +293 -0
- package/dist/lib/panels/model-predictions/model-prediction.panel.js.map +1 -0
- package/dist/lib/shared/components/template-editor.component.d.ts +4 -2
- package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
- package/dist/lib/shared/components/template-editor.component.js +10 -9
- package/dist/lib/shared/components/template-editor.component.js.map +1 -1
- package/package.json +38 -37
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts +0 -82
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts.map +0 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +0 -1033
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +0 -1
|
@@ -52,6 +52,7 @@ import { MJAIAgentSessionBridgeParticipantFormComponent } from "./Entities/MJAIA
|
|
|
52
52
|
import { MJAIAgentSessionBridgeFormComponent } from "./Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component";
|
|
53
53
|
import { MJAIAgentSessionChannelFormComponent } from "./Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component";
|
|
54
54
|
import { MJAIAgentSessionFormComponent } from "./Entities/MJAIAgentSession/mjaiagentsession.form.component";
|
|
55
|
+
import { MJAIAgentSkillFormComponent } from "./Entities/MJAIAgentSkill/mjaiagentskill.form.component";
|
|
55
56
|
import { MJAIAgentStepPathFormComponent } from "./Entities/MJAIAgentStepPath/mjaiagentsteppath.form.component";
|
|
56
57
|
import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentstep.form.component";
|
|
57
58
|
import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
|
|
@@ -82,6 +83,10 @@ import { MJAIPromptTypeFormComponent } from "./Entities/MJAIPromptType/mjaipromp
|
|
|
82
83
|
import { MJAIPromptFormComponent } from "./Entities/MJAIPrompt/mjaiprompt.form.component";
|
|
83
84
|
import { MJAIRemoteBrowserProviderFormComponent } from "./Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component";
|
|
84
85
|
import { MJAIResultCacheFormComponent } from "./Entities/MJAIResultCache/mjairesultcache.form.component";
|
|
86
|
+
import { MJAISkillActionFormComponent } from "./Entities/MJAISkillAction/mjaiskillaction.form.component";
|
|
87
|
+
import { MJAISkillPermissionFormComponent } from "./Entities/MJAISkillPermission/mjaiskillpermission.form.component";
|
|
88
|
+
import { MJAISkillSubAgentFormComponent } from "./Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component";
|
|
89
|
+
import { MJAISkillFormComponent } from "./Entities/MJAISkill/mjaiskill.form.component";
|
|
85
90
|
import { MJAIVendorTypeDefinitionFormComponent } from "./Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component";
|
|
86
91
|
import { MJAIVendorTypeFormComponent } from "./Entities/MJAIVendorType/mjaivendortype.form.component";
|
|
87
92
|
import { MJAIVendorFormComponent } from "./Entities/MJAIVendor/mjaivendor.form.component";
|
|
@@ -155,6 +160,7 @@ import { MJConversationDetailArtifactFormComponent } from "./Entities/MJConversa
|
|
|
155
160
|
import { MJConversationDetailAttachmentFormComponent } from "./Entities/MJConversationDetailAttachment/mjconversationdetailattachment.form.component";
|
|
156
161
|
import { MJConversationDetailRatingFormComponent } from "./Entities/MJConversationDetailRating/mjconversationdetailrating.form.component";
|
|
157
162
|
import { MJConversationDetailFormComponent } from "./Entities/MJConversationDetail/mjconversationdetail.form.component";
|
|
163
|
+
import { MJConversationWidgetInstanceFormComponent } from "./Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component";
|
|
158
164
|
import { MJConversationFormComponent } from "./Entities/MJConversation/mjconversation.form.component";
|
|
159
165
|
import { MJCountryFormComponent } from "./Entities/MJCountry/mjcountry.form.component";
|
|
160
166
|
import { MJCredentialCategoryFormComponent } from "./Entities/MJCredentialCategory/mjcredentialcategory.form.component";
|
|
@@ -207,7 +213,12 @@ import { MJEntityRelationshipFormComponent } from "./Entities/MJEntityRelationsh
|
|
|
207
213
|
import { MJEntitySettingFormComponent } from "./Entities/MJEntitySetting/mjentitysetting.form.component";
|
|
208
214
|
import { MJEnvironmentFormComponent } from "./Entities/MJEnvironment/mjenvironment.form.component";
|
|
209
215
|
import { MJErrorLogFormComponent } from "./Entities/MJErrorLog/mjerrorlog.form.component";
|
|
216
|
+
import { MJExperimentSessionIterationFormComponent } from "./Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component";
|
|
217
|
+
import { MJExperimentSessionFormComponent } from "./Entities/MJExperimentSession/mjexperimentsession.form.component";
|
|
218
|
+
import { MJExperimentFormComponent } from "./Entities/MJExperiment/mjexperiment.form.component";
|
|
210
219
|
import { MJExplorerNavigationItemFormComponent } from "./Entities/MJExplorerNavigationItem/mjexplorernavigationitem.form.component";
|
|
220
|
+
import { MJExternalDataSourceTypeFormComponent } from "./Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component";
|
|
221
|
+
import { MJExternalDataSourceFormComponent } from "./Entities/MJExternalDataSource/mjexternaldatasource.form.component";
|
|
211
222
|
import { MJFileCategoryFormComponent } from "./Entities/MJFileCategory/mjfilecategory.form.component";
|
|
212
223
|
import { MJFileEntityRecordLinkFormComponent } from "./Entities/MJFileEntityRecordLink/mjfileentityrecordlink.form.component";
|
|
213
224
|
import { MJFileStorageAccountPermissionFormComponent } from "./Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component";
|
|
@@ -243,6 +254,13 @@ import { MJMCPServerToolFormComponent } from "./Entities/MJMCPServerTool/mjmcpse
|
|
|
243
254
|
import { MJMCPServerFormComponent } from "./Entities/MJMCPServer/mjmcpserver.form.component";
|
|
244
255
|
import { MJMCPToolExecutionLogFormComponent } from "./Entities/MJMCPToolExecutionLog/mjmcptoolexecutionlog.form.component";
|
|
245
256
|
import { MJMCPToolFavoriteFormComponent } from "./Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component";
|
|
257
|
+
import { MJMLAlgorithmUseCaseRankingFormComponent } from "./Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component";
|
|
258
|
+
import { MJMLAlgorithmUseCaseFormComponent } from "./Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component";
|
|
259
|
+
import { MJMLAlgorithmFormComponent } from "./Entities/MJMLAlgorithm/mjmlalgorithm.form.component";
|
|
260
|
+
import { MJMLModelScoringBindingFormComponent } from "./Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component";
|
|
261
|
+
import { MJMLModelFormComponent } from "./Entities/MJMLModel/mjmlmodel.form.component";
|
|
262
|
+
import { MJMLTrainingPipelineFormComponent } from "./Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component";
|
|
263
|
+
import { MJMLTrainingRunFormComponent } from "./Entities/MJMLTrainingRun/mjmltrainingrun.form.component";
|
|
246
264
|
import { MJOAuthAuthServerMetadataCacheFormComponent } from "./Entities/MJOAuthAuthServerMetadataCache/mjoauthauthservermetadatacache.form.component";
|
|
247
265
|
import { MJOAuthAuthorizationStateFormComponent } from "./Entities/MJOAuthAuthorizationState/mjoauthauthorizationstate.form.component";
|
|
248
266
|
import { MJOAuthClientRegistrationFormComponent } from "./Entities/MJOAuthClientRegistration/mjoauthclientregistration.form.component";
|
|
@@ -300,6 +318,7 @@ import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjs
|
|
|
300
318
|
import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
|
|
301
319
|
import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
|
|
302
320
|
import { MJSchemaInfoFormComponent } from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
|
|
321
|
+
import { MJScopedPromptPartFormComponent } from "./Entities/MJScopedPromptPart/mjscopedpromptpart.form.component";
|
|
303
322
|
import { MJSearchExecutionLogFormComponent } from "./Entities/MJSearchExecutionLog/mjsearchexecutionlog.form.component";
|
|
304
323
|
import { MJSearchProviderFormComponent } from "./Entities/MJSearchProvider/mjsearchprovider.form.component";
|
|
305
324
|
import { MJSearchScopeEntityFormComponent } from "./Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component";
|
|
@@ -351,6 +370,9 @@ import { MJUserNotificationTypeFormComponent } from "./Entities/MJUserNotificati
|
|
|
351
370
|
import { MJUserNotificationFormComponent } from "./Entities/MJUserNotification/mjusernotification.form.component";
|
|
352
371
|
import { MJUserRecordLogFormComponent } from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
|
|
353
372
|
import { MJUserRoleFormComponent } from "./Entities/MJUserRole/mjuserrole.form.component";
|
|
373
|
+
import { MJUserRoutineRecipientFormComponent } from "./Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component";
|
|
374
|
+
import { MJUserRoutineRunFormComponent } from "./Entities/MJUserRoutineRun/mjuserroutinerun.form.component";
|
|
375
|
+
import { MJUserRoutineFormComponent } from "./Entities/MJUserRoutine/mjuserroutine.form.component";
|
|
354
376
|
import { MJUserSettingFormComponent } from "./Entities/MJUserSetting/mjusersetting.form.component";
|
|
355
377
|
import { MJUserViewCategoryFormComponent } from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
|
|
356
378
|
import { MJUserViewRunDetailFormComponent } from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
|
|
@@ -471,7 +493,7 @@ export class GeneratedForms_SubModule_1 {
|
|
|
471
493
|
MJAIAgentSessionBridgeFormComponent,
|
|
472
494
|
MJAIAgentSessionChannelFormComponent,
|
|
473
495
|
MJAIAgentSessionFormComponent,
|
|
474
|
-
|
|
496
|
+
MJAIAgentSkillFormComponent
|
|
475
497
|
],
|
|
476
498
|
imports: [
|
|
477
499
|
CommonModule,
|
|
@@ -502,7 +524,7 @@ export class GeneratedForms_SubModule_1 {
|
|
|
502
524
|
MJAIAgentSessionBridgeFormComponent,
|
|
503
525
|
MJAIAgentSessionChannelFormComponent,
|
|
504
526
|
MJAIAgentSessionFormComponent,
|
|
505
|
-
|
|
527
|
+
MJAIAgentSkillFormComponent], imports: [CommonModule,
|
|
506
528
|
FormsModule,
|
|
507
529
|
BaseFormsModule,
|
|
508
530
|
EntityViewerModule,
|
|
@@ -520,6 +542,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
520
542
|
type: NgModule,
|
|
521
543
|
args: [{
|
|
522
544
|
declarations: [
|
|
545
|
+
MJAIAgentStepPathFormComponent,
|
|
523
546
|
MJAIAgentStepFormComponent,
|
|
524
547
|
MJAIAgentTypeFormComponent,
|
|
525
548
|
MJAIAgentFormComponent,
|
|
@@ -538,8 +561,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
538
561
|
MJAIModelModalityFormComponent,
|
|
539
562
|
MJAIModelPriceTypeFormComponent,
|
|
540
563
|
MJAIModelPriceUnitTypeFormComponent,
|
|
541
|
-
MJAIModelTypeFormComponent
|
|
542
|
-
MJAIModelVendorFormComponent
|
|
564
|
+
MJAIModelTypeFormComponent
|
|
543
565
|
],
|
|
544
566
|
imports: [
|
|
545
567
|
CommonModule,
|
|
@@ -551,7 +573,8 @@ export class GeneratedForms_SubModule_2 {
|
|
|
551
573
|
exports: []
|
|
552
574
|
}]
|
|
553
575
|
}], null, null); })();
|
|
554
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [
|
|
576
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentStepPathFormComponent,
|
|
577
|
+
MJAIAgentStepFormComponent,
|
|
555
578
|
MJAIAgentTypeFormComponent,
|
|
556
579
|
MJAIAgentFormComponent,
|
|
557
580
|
MJAIArchitectureFormComponent,
|
|
@@ -569,8 +592,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
569
592
|
MJAIModelModalityFormComponent,
|
|
570
593
|
MJAIModelPriceTypeFormComponent,
|
|
571
594
|
MJAIModelPriceUnitTypeFormComponent,
|
|
572
|
-
MJAIModelTypeFormComponent,
|
|
573
|
-
MJAIModelVendorFormComponent], imports: [CommonModule,
|
|
595
|
+
MJAIModelTypeFormComponent], imports: [CommonModule,
|
|
574
596
|
FormsModule,
|
|
575
597
|
BaseFormsModule,
|
|
576
598
|
EntityViewerModule,
|
|
@@ -588,6 +610,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
588
610
|
type: NgModule,
|
|
589
611
|
args: [{
|
|
590
612
|
declarations: [
|
|
613
|
+
MJAIModelVendorFormComponent,
|
|
591
614
|
MJAIModelFormComponent,
|
|
592
615
|
MJAIPromptCategoryFormComponent,
|
|
593
616
|
MJAIPromptModelFormComponent,
|
|
@@ -597,17 +620,16 @@ export class GeneratedForms_SubModule_3 {
|
|
|
597
620
|
MJAIPromptFormComponent,
|
|
598
621
|
MJAIRemoteBrowserProviderFormComponent,
|
|
599
622
|
MJAIResultCacheFormComponent,
|
|
623
|
+
MJAISkillActionFormComponent,
|
|
624
|
+
MJAISkillPermissionFormComponent,
|
|
625
|
+
MJAISkillSubAgentFormComponent,
|
|
626
|
+
MJAISkillFormComponent,
|
|
600
627
|
MJAIVendorTypeDefinitionFormComponent,
|
|
601
628
|
MJAIVendorTypeFormComponent,
|
|
602
629
|
MJAIVendorFormComponent,
|
|
603
630
|
MJAPIApplicationScopeFormComponent,
|
|
604
631
|
MJAPIApplicationFormComponent,
|
|
605
|
-
MJAPIKeyApplicationFormComponent
|
|
606
|
-
MJAPIKeyScopeFormComponent,
|
|
607
|
-
MJAPIKeyUsageLogFormComponent,
|
|
608
|
-
MJAPIKeyFormComponent,
|
|
609
|
-
MJAPIScopeFormComponent,
|
|
610
|
-
MJApplicationEntityFormComponent
|
|
632
|
+
MJAPIKeyApplicationFormComponent
|
|
611
633
|
],
|
|
612
634
|
imports: [
|
|
613
635
|
CommonModule,
|
|
@@ -619,7 +641,8 @@ export class GeneratedForms_SubModule_3 {
|
|
|
619
641
|
exports: []
|
|
620
642
|
}]
|
|
621
643
|
}], null, null); })();
|
|
622
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [
|
|
644
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelVendorFormComponent,
|
|
645
|
+
MJAIModelFormComponent,
|
|
623
646
|
MJAIPromptCategoryFormComponent,
|
|
624
647
|
MJAIPromptModelFormComponent,
|
|
625
648
|
MJAIPromptRunMediaFormComponent,
|
|
@@ -628,17 +651,16 @@ export class GeneratedForms_SubModule_3 {
|
|
|
628
651
|
MJAIPromptFormComponent,
|
|
629
652
|
MJAIRemoteBrowserProviderFormComponent,
|
|
630
653
|
MJAIResultCacheFormComponent,
|
|
654
|
+
MJAISkillActionFormComponent,
|
|
655
|
+
MJAISkillPermissionFormComponent,
|
|
656
|
+
MJAISkillSubAgentFormComponent,
|
|
657
|
+
MJAISkillFormComponent,
|
|
631
658
|
MJAIVendorTypeDefinitionFormComponent,
|
|
632
659
|
MJAIVendorTypeFormComponent,
|
|
633
660
|
MJAIVendorFormComponent,
|
|
634
661
|
MJAPIApplicationScopeFormComponent,
|
|
635
662
|
MJAPIApplicationFormComponent,
|
|
636
|
-
MJAPIKeyApplicationFormComponent,
|
|
637
|
-
MJAPIKeyScopeFormComponent,
|
|
638
|
-
MJAPIKeyUsageLogFormComponent,
|
|
639
|
-
MJAPIKeyFormComponent,
|
|
640
|
-
MJAPIScopeFormComponent,
|
|
641
|
-
MJApplicationEntityFormComponent], imports: [CommonModule,
|
|
663
|
+
MJAPIKeyApplicationFormComponent], imports: [CommonModule,
|
|
642
664
|
FormsModule,
|
|
643
665
|
BaseFormsModule,
|
|
644
666
|
EntityViewerModule,
|
|
@@ -656,6 +678,11 @@ export class GeneratedForms_SubModule_4 {
|
|
|
656
678
|
type: NgModule,
|
|
657
679
|
args: [{
|
|
658
680
|
declarations: [
|
|
681
|
+
MJAPIKeyScopeFormComponent,
|
|
682
|
+
MJAPIKeyUsageLogFormComponent,
|
|
683
|
+
MJAPIKeyFormComponent,
|
|
684
|
+
MJAPIScopeFormComponent,
|
|
685
|
+
MJApplicationEntityFormComponent,
|
|
659
686
|
MJApplicationRoleFormComponent,
|
|
660
687
|
MJApplicationSettingFormComponent,
|
|
661
688
|
MJApplicationFormComponent,
|
|
@@ -670,12 +697,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
670
697
|
MJArtifactVersionFormComponent,
|
|
671
698
|
MJArtifactFormComponent,
|
|
672
699
|
MJAuditLogTypeFormComponent,
|
|
673
|
-
MJAuditLogFormComponent
|
|
674
|
-
MJAuthorizationRoleFormComponent,
|
|
675
|
-
MJAuthorizationFormComponent,
|
|
676
|
-
MJClusterAnalysisFormComponent,
|
|
677
|
-
MJClusterAnalysisClusterFormComponent,
|
|
678
|
-
MJCollectionArtifactFormComponent
|
|
700
|
+
MJAuditLogFormComponent
|
|
679
701
|
],
|
|
680
702
|
imports: [
|
|
681
703
|
CommonModule,
|
|
@@ -687,7 +709,12 @@ export class GeneratedForms_SubModule_4 {
|
|
|
687
709
|
exports: []
|
|
688
710
|
}]
|
|
689
711
|
}], null, null); })();
|
|
690
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [
|
|
712
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAPIKeyScopeFormComponent,
|
|
713
|
+
MJAPIKeyUsageLogFormComponent,
|
|
714
|
+
MJAPIKeyFormComponent,
|
|
715
|
+
MJAPIScopeFormComponent,
|
|
716
|
+
MJApplicationEntityFormComponent,
|
|
717
|
+
MJApplicationRoleFormComponent,
|
|
691
718
|
MJApplicationSettingFormComponent,
|
|
692
719
|
MJApplicationFormComponent,
|
|
693
720
|
MJArchiveConfigurationEntityFormComponent,
|
|
@@ -701,12 +728,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
701
728
|
MJArtifactVersionFormComponent,
|
|
702
729
|
MJArtifactFormComponent,
|
|
703
730
|
MJAuditLogTypeFormComponent,
|
|
704
|
-
MJAuditLogFormComponent,
|
|
705
|
-
MJAuthorizationRoleFormComponent,
|
|
706
|
-
MJAuthorizationFormComponent,
|
|
707
|
-
MJClusterAnalysisFormComponent,
|
|
708
|
-
MJClusterAnalysisClusterFormComponent,
|
|
709
|
-
MJCollectionArtifactFormComponent], imports: [CommonModule,
|
|
731
|
+
MJAuditLogFormComponent], imports: [CommonModule,
|
|
710
732
|
FormsModule,
|
|
711
733
|
BaseFormsModule,
|
|
712
734
|
EntityViewerModule,
|
|
@@ -725,6 +747,11 @@ export class GeneratedForms_SubModule_5 {
|
|
|
725
747
|
type: NgModule,
|
|
726
748
|
args: [{
|
|
727
749
|
declarations: [
|
|
750
|
+
MJAuthorizationRoleFormComponent,
|
|
751
|
+
MJAuthorizationFormComponent,
|
|
752
|
+
MJClusterAnalysisFormComponent,
|
|
753
|
+
MJClusterAnalysisClusterFormComponent,
|
|
754
|
+
MJCollectionArtifactFormComponent,
|
|
728
755
|
MJCollectionPermissionFormComponent,
|
|
729
756
|
MJCollectionFormComponent,
|
|
730
757
|
MJCommunicationBaseMessageTypeFormComponent,
|
|
@@ -739,12 +766,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
739
766
|
MJCompanyIntegrationRunAPILogFormComponent,
|
|
740
767
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
741
768
|
MJCompanyIntegrationRunFormComponent,
|
|
742
|
-
MJCompanyIntegrationSyncWatermarkFormComponent
|
|
743
|
-
MJCompanyIntegrationFormComponent,
|
|
744
|
-
MJComponentDependencyFormComponent,
|
|
745
|
-
MJComponentLibraryFormComponent,
|
|
746
|
-
MJComponentLibraryLinkFormComponent,
|
|
747
|
-
MJComponentRegistryFormComponent
|
|
769
|
+
MJCompanyIntegrationSyncWatermarkFormComponent
|
|
748
770
|
],
|
|
749
771
|
imports: [
|
|
750
772
|
CommonModule,
|
|
@@ -757,7 +779,12 @@ export class GeneratedForms_SubModule_5 {
|
|
|
757
779
|
exports: []
|
|
758
780
|
}]
|
|
759
781
|
}], null, null); })();
|
|
760
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [
|
|
782
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJAuthorizationRoleFormComponent,
|
|
783
|
+
MJAuthorizationFormComponent,
|
|
784
|
+
MJClusterAnalysisFormComponent,
|
|
785
|
+
MJClusterAnalysisClusterFormComponent,
|
|
786
|
+
MJCollectionArtifactFormComponent,
|
|
787
|
+
MJCollectionPermissionFormComponent,
|
|
761
788
|
MJCollectionFormComponent,
|
|
762
789
|
MJCommunicationBaseMessageTypeFormComponent,
|
|
763
790
|
MJCommunicationLogFormComponent,
|
|
@@ -771,12 +798,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
771
798
|
MJCompanyIntegrationRunAPILogFormComponent,
|
|
772
799
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
773
800
|
MJCompanyIntegrationRunFormComponent,
|
|
774
|
-
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
775
|
-
MJCompanyIntegrationFormComponent,
|
|
776
|
-
MJComponentDependencyFormComponent,
|
|
777
|
-
MJComponentLibraryFormComponent,
|
|
778
|
-
MJComponentLibraryLinkFormComponent,
|
|
779
|
-
MJComponentRegistryFormComponent], imports: [CommonModule,
|
|
801
|
+
MJCompanyIntegrationSyncWatermarkFormComponent], imports: [CommonModule,
|
|
780
802
|
FormsModule,
|
|
781
803
|
BaseFormsModule,
|
|
782
804
|
EntityViewerModule,
|
|
@@ -795,6 +817,11 @@ export class GeneratedForms_SubModule_6 {
|
|
|
795
817
|
type: NgModule,
|
|
796
818
|
args: [{
|
|
797
819
|
declarations: [
|
|
820
|
+
MJCompanyIntegrationFormComponent,
|
|
821
|
+
MJComponentDependencyFormComponent,
|
|
822
|
+
MJComponentLibraryFormComponent,
|
|
823
|
+
MJComponentLibraryLinkFormComponent,
|
|
824
|
+
MJComponentRegistryFormComponent,
|
|
798
825
|
MJComponentFormComponent,
|
|
799
826
|
MJContentFileTypeFormComponent,
|
|
800
827
|
MJContentItemAttributeFormComponent,
|
|
@@ -809,12 +836,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
809
836
|
MJContentSourceTypeFormComponent,
|
|
810
837
|
MJContentSourceFormComponent,
|
|
811
838
|
MJContentTypeAttributeFormComponent,
|
|
812
|
-
MJContentTypeFormComponent
|
|
813
|
-
MJConversationArtifactPermissionFormComponent,
|
|
814
|
-
MJConversationArtifactVersionFormComponent,
|
|
815
|
-
MJConversationArtifactFormComponent,
|
|
816
|
-
MJConversationDetailArtifactFormComponent,
|
|
817
|
-
MJConversationDetailAttachmentFormComponent
|
|
839
|
+
MJContentTypeFormComponent
|
|
818
840
|
],
|
|
819
841
|
imports: [
|
|
820
842
|
CommonModule,
|
|
@@ -826,7 +848,12 @@ export class GeneratedForms_SubModule_6 {
|
|
|
826
848
|
exports: []
|
|
827
849
|
}]
|
|
828
850
|
}], null, null); })();
|
|
829
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
851
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationFormComponent,
|
|
852
|
+
MJComponentDependencyFormComponent,
|
|
853
|
+
MJComponentLibraryFormComponent,
|
|
854
|
+
MJComponentLibraryLinkFormComponent,
|
|
855
|
+
MJComponentRegistryFormComponent,
|
|
856
|
+
MJComponentFormComponent,
|
|
830
857
|
MJContentFileTypeFormComponent,
|
|
831
858
|
MJContentItemAttributeFormComponent,
|
|
832
859
|
MJContentItemDuplicateFormComponent,
|
|
@@ -840,12 +867,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
840
867
|
MJContentSourceTypeFormComponent,
|
|
841
868
|
MJContentSourceFormComponent,
|
|
842
869
|
MJContentTypeAttributeFormComponent,
|
|
843
|
-
MJContentTypeFormComponent,
|
|
844
|
-
MJConversationArtifactPermissionFormComponent,
|
|
845
|
-
MJConversationArtifactVersionFormComponent,
|
|
846
|
-
MJConversationArtifactFormComponent,
|
|
847
|
-
MJConversationDetailArtifactFormComponent,
|
|
848
|
-
MJConversationDetailAttachmentFormComponent], imports: [CommonModule,
|
|
870
|
+
MJContentTypeFormComponent], imports: [CommonModule,
|
|
849
871
|
FormsModule,
|
|
850
872
|
BaseFormsModule,
|
|
851
873
|
EntityViewerModule,
|
|
@@ -863,8 +885,14 @@ export class GeneratedForms_SubModule_7 {
|
|
|
863
885
|
type: NgModule,
|
|
864
886
|
args: [{
|
|
865
887
|
declarations: [
|
|
888
|
+
MJConversationArtifactPermissionFormComponent,
|
|
889
|
+
MJConversationArtifactVersionFormComponent,
|
|
890
|
+
MJConversationArtifactFormComponent,
|
|
891
|
+
MJConversationDetailArtifactFormComponent,
|
|
892
|
+
MJConversationDetailAttachmentFormComponent,
|
|
866
893
|
MJConversationDetailRatingFormComponent,
|
|
867
894
|
MJConversationDetailFormComponent,
|
|
895
|
+
MJConversationWidgetInstanceFormComponent,
|
|
868
896
|
MJConversationFormComponent,
|
|
869
897
|
MJCountryFormComponent,
|
|
870
898
|
MJCredentialCategoryFormComponent,
|
|
@@ -876,13 +904,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
876
904
|
MJDashboardPartTypeFormComponent,
|
|
877
905
|
MJDashboardPermissionFormComponent,
|
|
878
906
|
MJDashboardUserPreferenceFormComponent,
|
|
879
|
-
MJDashboardUserStateFormComponent
|
|
880
|
-
MJDashboardFormComponent,
|
|
881
|
-
MJDataContextItemFormComponent,
|
|
882
|
-
MJDataContextFormComponent,
|
|
883
|
-
MJDatasetItemFormComponent,
|
|
884
|
-
MJDatasetFormComponent,
|
|
885
|
-
MJDuplicateRunDetailMatchFormComponent
|
|
907
|
+
MJDashboardUserStateFormComponent
|
|
886
908
|
],
|
|
887
909
|
imports: [
|
|
888
910
|
CommonModule,
|
|
@@ -894,8 +916,14 @@ export class GeneratedForms_SubModule_7 {
|
|
|
894
916
|
exports: []
|
|
895
917
|
}]
|
|
896
918
|
}], null, null); })();
|
|
897
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
919
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJConversationArtifactPermissionFormComponent,
|
|
920
|
+
MJConversationArtifactVersionFormComponent,
|
|
921
|
+
MJConversationArtifactFormComponent,
|
|
922
|
+
MJConversationDetailArtifactFormComponent,
|
|
923
|
+
MJConversationDetailAttachmentFormComponent,
|
|
924
|
+
MJConversationDetailRatingFormComponent,
|
|
898
925
|
MJConversationDetailFormComponent,
|
|
926
|
+
MJConversationWidgetInstanceFormComponent,
|
|
899
927
|
MJConversationFormComponent,
|
|
900
928
|
MJCountryFormComponent,
|
|
901
929
|
MJCredentialCategoryFormComponent,
|
|
@@ -907,13 +935,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
907
935
|
MJDashboardPartTypeFormComponent,
|
|
908
936
|
MJDashboardPermissionFormComponent,
|
|
909
937
|
MJDashboardUserPreferenceFormComponent,
|
|
910
|
-
MJDashboardUserStateFormComponent,
|
|
911
|
-
MJDashboardFormComponent,
|
|
912
|
-
MJDataContextItemFormComponent,
|
|
913
|
-
MJDataContextFormComponent,
|
|
914
|
-
MJDatasetItemFormComponent,
|
|
915
|
-
MJDatasetFormComponent,
|
|
916
|
-
MJDuplicateRunDetailMatchFormComponent], imports: [CommonModule,
|
|
938
|
+
MJDashboardUserStateFormComponent], imports: [CommonModule,
|
|
917
939
|
FormsModule,
|
|
918
940
|
BaseFormsModule,
|
|
919
941
|
EntityViewerModule,
|
|
@@ -931,6 +953,12 @@ export class GeneratedForms_SubModule_8 {
|
|
|
931
953
|
type: NgModule,
|
|
932
954
|
args: [{
|
|
933
955
|
declarations: [
|
|
956
|
+
MJDashboardFormComponent,
|
|
957
|
+
MJDataContextItemFormComponent,
|
|
958
|
+
MJDataContextFormComponent,
|
|
959
|
+
MJDatasetItemFormComponent,
|
|
960
|
+
MJDatasetFormComponent,
|
|
961
|
+
MJDuplicateRunDetailMatchFormComponent,
|
|
934
962
|
MJDuplicateRunDetailFormComponent,
|
|
935
963
|
MJDuplicateRunFormComponent,
|
|
936
964
|
MJEmployeeCompanyIntegrationFormComponent,
|
|
@@ -944,13 +972,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
944
972
|
MJEntityActionFilterFormComponent,
|
|
945
973
|
MJEntityActionInvocationTypeFormComponent,
|
|
946
974
|
MJEntityActionInvocationFormComponent,
|
|
947
|
-
MJEntityActionParamFormComponent
|
|
948
|
-
MJEntityActionFormComponent,
|
|
949
|
-
MJEntityAIActionFormComponent,
|
|
950
|
-
MJEntityCommunicationFieldFormComponent,
|
|
951
|
-
MJEntityCommunicationMessageTypeFormComponent,
|
|
952
|
-
MJEntityDocumentRunFormComponent,
|
|
953
|
-
MJEntityDocumentSettingFormComponent
|
|
975
|
+
MJEntityActionParamFormComponent
|
|
954
976
|
],
|
|
955
977
|
imports: [
|
|
956
978
|
CommonModule,
|
|
@@ -962,7 +984,13 @@ export class GeneratedForms_SubModule_8 {
|
|
|
962
984
|
exports: []
|
|
963
985
|
}]
|
|
964
986
|
}], null, null); })();
|
|
965
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
987
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardFormComponent,
|
|
988
|
+
MJDataContextItemFormComponent,
|
|
989
|
+
MJDataContextFormComponent,
|
|
990
|
+
MJDatasetItemFormComponent,
|
|
991
|
+
MJDatasetFormComponent,
|
|
992
|
+
MJDuplicateRunDetailMatchFormComponent,
|
|
993
|
+
MJDuplicateRunDetailFormComponent,
|
|
966
994
|
MJDuplicateRunFormComponent,
|
|
967
995
|
MJEmployeeCompanyIntegrationFormComponent,
|
|
968
996
|
MJEmployeeRoleFormComponent,
|
|
@@ -975,13 +1003,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
975
1003
|
MJEntityActionFilterFormComponent,
|
|
976
1004
|
MJEntityActionInvocationTypeFormComponent,
|
|
977
1005
|
MJEntityActionInvocationFormComponent,
|
|
978
|
-
MJEntityActionParamFormComponent,
|
|
979
|
-
MJEntityActionFormComponent,
|
|
980
|
-
MJEntityAIActionFormComponent,
|
|
981
|
-
MJEntityCommunicationFieldFormComponent,
|
|
982
|
-
MJEntityCommunicationMessageTypeFormComponent,
|
|
983
|
-
MJEntityDocumentRunFormComponent,
|
|
984
|
-
MJEntityDocumentSettingFormComponent], imports: [CommonModule,
|
|
1006
|
+
MJEntityActionParamFormComponent], imports: [CommonModule,
|
|
985
1007
|
FormsModule,
|
|
986
1008
|
BaseFormsModule,
|
|
987
1009
|
EntityViewerModule,
|
|
@@ -999,6 +1021,12 @@ export class GeneratedForms_SubModule_9 {
|
|
|
999
1021
|
type: NgModule,
|
|
1000
1022
|
args: [{
|
|
1001
1023
|
declarations: [
|
|
1024
|
+
MJEntityActionFormComponent,
|
|
1025
|
+
MJEntityAIActionFormComponent,
|
|
1026
|
+
MJEntityCommunicationFieldFormComponent,
|
|
1027
|
+
MJEntityCommunicationMessageTypeFormComponent,
|
|
1028
|
+
MJEntityDocumentRunFormComponent,
|
|
1029
|
+
MJEntityDocumentSettingFormComponent,
|
|
1002
1030
|
MJEntityDocumentTypeFormComponent,
|
|
1003
1031
|
MJEntityDocumentFormComponent,
|
|
1004
1032
|
MJEntityFieldValueFormComponent,
|
|
@@ -1012,13 +1040,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1012
1040
|
MJEntityRelationshipFormComponent,
|
|
1013
1041
|
MJEntitySettingFormComponent,
|
|
1014
1042
|
MJEnvironmentFormComponent,
|
|
1015
|
-
MJErrorLogFormComponent
|
|
1016
|
-
MJExplorerNavigationItemFormComponent,
|
|
1017
|
-
MJFileCategoryFormComponent,
|
|
1018
|
-
MJFileEntityRecordLinkFormComponent,
|
|
1019
|
-
MJFileStorageAccountPermissionFormComponent,
|
|
1020
|
-
MJFileStorageAccountFormComponent,
|
|
1021
|
-
MJFileStorageProviderFormComponent
|
|
1043
|
+
MJErrorLogFormComponent
|
|
1022
1044
|
],
|
|
1023
1045
|
imports: [
|
|
1024
1046
|
CommonModule,
|
|
@@ -1030,7 +1052,13 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1030
1052
|
exports: []
|
|
1031
1053
|
}]
|
|
1032
1054
|
}], null, null); })();
|
|
1033
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1055
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityActionFormComponent,
|
|
1056
|
+
MJEntityAIActionFormComponent,
|
|
1057
|
+
MJEntityCommunicationFieldFormComponent,
|
|
1058
|
+
MJEntityCommunicationMessageTypeFormComponent,
|
|
1059
|
+
MJEntityDocumentRunFormComponent,
|
|
1060
|
+
MJEntityDocumentSettingFormComponent,
|
|
1061
|
+
MJEntityDocumentTypeFormComponent,
|
|
1034
1062
|
MJEntityDocumentFormComponent,
|
|
1035
1063
|
MJEntityFieldValueFormComponent,
|
|
1036
1064
|
MJEntityFieldFormComponent,
|
|
@@ -1043,13 +1071,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1043
1071
|
MJEntityRelationshipFormComponent,
|
|
1044
1072
|
MJEntitySettingFormComponent,
|
|
1045
1073
|
MJEnvironmentFormComponent,
|
|
1046
|
-
MJErrorLogFormComponent,
|
|
1047
|
-
MJExplorerNavigationItemFormComponent,
|
|
1048
|
-
MJFileCategoryFormComponent,
|
|
1049
|
-
MJFileEntityRecordLinkFormComponent,
|
|
1050
|
-
MJFileStorageAccountPermissionFormComponent,
|
|
1051
|
-
MJFileStorageAccountFormComponent,
|
|
1052
|
-
MJFileStorageProviderFormComponent], imports: [CommonModule,
|
|
1074
|
+
MJErrorLogFormComponent], imports: [CommonModule,
|
|
1053
1075
|
FormsModule,
|
|
1054
1076
|
BaseFormsModule,
|
|
1055
1077
|
EntityViewerModule,
|
|
@@ -1067,6 +1089,17 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1067
1089
|
type: NgModule,
|
|
1068
1090
|
args: [{
|
|
1069
1091
|
declarations: [
|
|
1092
|
+
MJExperimentSessionIterationFormComponent,
|
|
1093
|
+
MJExperimentSessionFormComponent,
|
|
1094
|
+
MJExperimentFormComponent,
|
|
1095
|
+
MJExplorerNavigationItemFormComponent,
|
|
1096
|
+
MJExternalDataSourceTypeFormComponent,
|
|
1097
|
+
MJExternalDataSourceFormComponent,
|
|
1098
|
+
MJFileCategoryFormComponent,
|
|
1099
|
+
MJFileEntityRecordLinkFormComponent,
|
|
1100
|
+
MJFileStorageAccountPermissionFormComponent,
|
|
1101
|
+
MJFileStorageAccountFormComponent,
|
|
1102
|
+
MJFileStorageProviderFormComponent,
|
|
1070
1103
|
MJFileFormComponent,
|
|
1071
1104
|
MJGeneratedCodeCategoryFormComponent,
|
|
1072
1105
|
MJGeneratedCodeFormComponent,
|
|
@@ -1075,18 +1108,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1075
1108
|
MJIntegrationObjectFormComponent,
|
|
1076
1109
|
MJIntegrationSourceTypeFormComponent,
|
|
1077
1110
|
MJIntegrationURLFormatFormComponent,
|
|
1078
|
-
MJIntegrationFormComponent
|
|
1079
|
-
MJKnowledgeHubSavedSearchFormComponent,
|
|
1080
|
-
MJLibraryFormComponent,
|
|
1081
|
-
MJLibraryItemFormComponent,
|
|
1082
|
-
MJListCategoryFormComponent,
|
|
1083
|
-
MJListDetailFormComponent,
|
|
1084
|
-
MJListInvitationFormComponent,
|
|
1085
|
-
MJListShareFormComponent,
|
|
1086
|
-
MJListFormComponent,
|
|
1087
|
-
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1088
|
-
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1089
|
-
MJMagicLinkInviteApplicationFormComponent
|
|
1111
|
+
MJIntegrationFormComponent
|
|
1090
1112
|
],
|
|
1091
1113
|
imports: [
|
|
1092
1114
|
CommonModule,
|
|
@@ -1098,7 +1120,18 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1098
1120
|
exports: []
|
|
1099
1121
|
}]
|
|
1100
1122
|
}], null, null); })();
|
|
1101
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1123
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJExperimentSessionIterationFormComponent,
|
|
1124
|
+
MJExperimentSessionFormComponent,
|
|
1125
|
+
MJExperimentFormComponent,
|
|
1126
|
+
MJExplorerNavigationItemFormComponent,
|
|
1127
|
+
MJExternalDataSourceTypeFormComponent,
|
|
1128
|
+
MJExternalDataSourceFormComponent,
|
|
1129
|
+
MJFileCategoryFormComponent,
|
|
1130
|
+
MJFileEntityRecordLinkFormComponent,
|
|
1131
|
+
MJFileStorageAccountPermissionFormComponent,
|
|
1132
|
+
MJFileStorageAccountFormComponent,
|
|
1133
|
+
MJFileStorageProviderFormComponent,
|
|
1134
|
+
MJFileFormComponent,
|
|
1102
1135
|
MJGeneratedCodeCategoryFormComponent,
|
|
1103
1136
|
MJGeneratedCodeFormComponent,
|
|
1104
1137
|
MJInstanceConfigurationFormComponent,
|
|
@@ -1106,18 +1139,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1106
1139
|
MJIntegrationObjectFormComponent,
|
|
1107
1140
|
MJIntegrationSourceTypeFormComponent,
|
|
1108
1141
|
MJIntegrationURLFormatFormComponent,
|
|
1109
|
-
MJIntegrationFormComponent,
|
|
1110
|
-
MJKnowledgeHubSavedSearchFormComponent,
|
|
1111
|
-
MJLibraryFormComponent,
|
|
1112
|
-
MJLibraryItemFormComponent,
|
|
1113
|
-
MJListCategoryFormComponent,
|
|
1114
|
-
MJListDetailFormComponent,
|
|
1115
|
-
MJListInvitationFormComponent,
|
|
1116
|
-
MJListShareFormComponent,
|
|
1117
|
-
MJListFormComponent,
|
|
1118
|
-
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1119
|
-
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1120
|
-
MJMagicLinkInviteApplicationFormComponent], imports: [CommonModule,
|
|
1142
|
+
MJIntegrationFormComponent], imports: [CommonModule,
|
|
1121
1143
|
FormsModule,
|
|
1122
1144
|
BaseFormsModule,
|
|
1123
1145
|
EntityViewerModule,
|
|
@@ -1135,6 +1157,17 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1135
1157
|
type: NgModule,
|
|
1136
1158
|
args: [{
|
|
1137
1159
|
declarations: [
|
|
1160
|
+
MJKnowledgeHubSavedSearchFormComponent,
|
|
1161
|
+
MJLibraryFormComponent,
|
|
1162
|
+
MJLibraryItemFormComponent,
|
|
1163
|
+
MJListCategoryFormComponent,
|
|
1164
|
+
MJListDetailFormComponent,
|
|
1165
|
+
MJListInvitationFormComponent,
|
|
1166
|
+
MJListShareFormComponent,
|
|
1167
|
+
MJListFormComponent,
|
|
1168
|
+
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1169
|
+
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1170
|
+
MJMagicLinkInviteApplicationFormComponent,
|
|
1138
1171
|
MJMagicLinkInviteRoleFormComponent,
|
|
1139
1172
|
MJMagicLinkInviteFormComponent,
|
|
1140
1173
|
MJMagicLinkRedemptionFormComponent,
|
|
@@ -1143,8 +1176,63 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1143
1176
|
MJMCPServerConnectionFormComponent,
|
|
1144
1177
|
MJMCPServerToolFormComponent,
|
|
1145
1178
|
MJMCPServerFormComponent,
|
|
1146
|
-
MJMCPToolExecutionLogFormComponent
|
|
1179
|
+
MJMCPToolExecutionLogFormComponent
|
|
1180
|
+
],
|
|
1181
|
+
imports: [
|
|
1182
|
+
CommonModule,
|
|
1183
|
+
FormsModule,
|
|
1184
|
+
BaseFormsModule,
|
|
1185
|
+
EntityViewerModule,
|
|
1186
|
+
LinkDirectivesModule
|
|
1187
|
+
],
|
|
1188
|
+
exports: []
|
|
1189
|
+
}]
|
|
1190
|
+
}], null, null); })();
|
|
1191
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJKnowledgeHubSavedSearchFormComponent,
|
|
1192
|
+
MJLibraryFormComponent,
|
|
1193
|
+
MJLibraryItemFormComponent,
|
|
1194
|
+
MJListCategoryFormComponent,
|
|
1195
|
+
MJListDetailFormComponent,
|
|
1196
|
+
MJListInvitationFormComponent,
|
|
1197
|
+
MJListShareFormComponent,
|
|
1198
|
+
MJListFormComponent,
|
|
1199
|
+
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1200
|
+
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1201
|
+
MJMagicLinkInviteApplicationFormComponent,
|
|
1202
|
+
MJMagicLinkInviteRoleFormComponent,
|
|
1203
|
+
MJMagicLinkInviteFormComponent,
|
|
1204
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1205
|
+
MJMCPServerConnectionPermissionFormComponent,
|
|
1206
|
+
MJMCPServerConnectionToolFormComponent,
|
|
1207
|
+
MJMCPServerConnectionFormComponent,
|
|
1208
|
+
MJMCPServerToolFormComponent,
|
|
1209
|
+
MJMCPServerFormComponent,
|
|
1210
|
+
MJMCPToolExecutionLogFormComponent], imports: [CommonModule,
|
|
1211
|
+
FormsModule,
|
|
1212
|
+
BaseFormsModule,
|
|
1213
|
+
EntityViewerModule,
|
|
1214
|
+
LinkDirectivesModule] }); })();
|
|
1215
|
+
export class GeneratedForms_SubModule_12 {
|
|
1216
|
+
static { this.ɵfac = function GeneratedForms_SubModule_12_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_12)(); }; }
|
|
1217
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_12 }); }
|
|
1218
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1219
|
+
FormsModule,
|
|
1220
|
+
BaseFormsModule,
|
|
1221
|
+
EntityViewerModule,
|
|
1222
|
+
LinkDirectivesModule] }); }
|
|
1223
|
+
}
|
|
1224
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_12, [{
|
|
1225
|
+
type: NgModule,
|
|
1226
|
+
args: [{
|
|
1227
|
+
declarations: [
|
|
1147
1228
|
MJMCPToolFavoriteFormComponent,
|
|
1229
|
+
MJMLAlgorithmUseCaseRankingFormComponent,
|
|
1230
|
+
MJMLAlgorithmUseCaseFormComponent,
|
|
1231
|
+
MJMLAlgorithmFormComponent,
|
|
1232
|
+
MJMLModelScoringBindingFormComponent,
|
|
1233
|
+
MJMLModelFormComponent,
|
|
1234
|
+
MJMLTrainingPipelineFormComponent,
|
|
1235
|
+
MJMLTrainingRunFormComponent,
|
|
1148
1236
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1149
1237
|
MJOAuthAuthorizationStateFormComponent,
|
|
1150
1238
|
MJOAuthClientRegistrationFormComponent,
|
|
@@ -1154,7 +1242,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1154
1242
|
MJOpenAppFormComponent,
|
|
1155
1243
|
MJOutputDeliveryTypeFormComponent,
|
|
1156
1244
|
MJOutputFormatTypeFormComponent,
|
|
1157
|
-
MJOutputTriggerTypeFormComponent
|
|
1245
|
+
MJOutputTriggerTypeFormComponent,
|
|
1246
|
+
MJPermissionDomainFormComponent,
|
|
1247
|
+
MJProcessRunDetailFormComponent
|
|
1158
1248
|
],
|
|
1159
1249
|
imports: [
|
|
1160
1250
|
CommonModule,
|
|
@@ -1166,16 +1256,14 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1166
1256
|
exports: []
|
|
1167
1257
|
}]
|
|
1168
1258
|
}], null, null); })();
|
|
1169
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
MJMCPToolExecutionLogFormComponent,
|
|
1178
|
-
MJMCPToolFavoriteFormComponent,
|
|
1259
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMCPToolFavoriteFormComponent,
|
|
1260
|
+
MJMLAlgorithmUseCaseRankingFormComponent,
|
|
1261
|
+
MJMLAlgorithmUseCaseFormComponent,
|
|
1262
|
+
MJMLAlgorithmFormComponent,
|
|
1263
|
+
MJMLModelScoringBindingFormComponent,
|
|
1264
|
+
MJMLModelFormComponent,
|
|
1265
|
+
MJMLTrainingPipelineFormComponent,
|
|
1266
|
+
MJMLTrainingRunFormComponent,
|
|
1179
1267
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1180
1268
|
MJOAuthAuthorizationStateFormComponent,
|
|
1181
1269
|
MJOAuthClientRegistrationFormComponent,
|
|
@@ -1185,26 +1273,26 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1185
1273
|
MJOpenAppFormComponent,
|
|
1186
1274
|
MJOutputDeliveryTypeFormComponent,
|
|
1187
1275
|
MJOutputFormatTypeFormComponent,
|
|
1188
|
-
MJOutputTriggerTypeFormComponent
|
|
1276
|
+
MJOutputTriggerTypeFormComponent,
|
|
1277
|
+
MJPermissionDomainFormComponent,
|
|
1278
|
+
MJProcessRunDetailFormComponent], imports: [CommonModule,
|
|
1189
1279
|
FormsModule,
|
|
1190
1280
|
BaseFormsModule,
|
|
1191
1281
|
EntityViewerModule,
|
|
1192
1282
|
LinkDirectivesModule] }); })();
|
|
1193
|
-
export class
|
|
1194
|
-
static { this.ɵfac = function
|
|
1195
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1283
|
+
export class GeneratedForms_SubModule_13 {
|
|
1284
|
+
static { this.ɵfac = function GeneratedForms_SubModule_13_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_13)(); }; }
|
|
1285
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
|
|
1196
1286
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1197
1287
|
FormsModule,
|
|
1198
1288
|
BaseFormsModule,
|
|
1199
1289
|
EntityViewerModule,
|
|
1200
1290
|
LinkDirectivesModule] }); }
|
|
1201
1291
|
}
|
|
1202
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1292
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_13, [{
|
|
1203
1293
|
type: NgModule,
|
|
1204
1294
|
args: [{
|
|
1205
1295
|
declarations: [
|
|
1206
|
-
MJPermissionDomainFormComponent,
|
|
1207
|
-
MJProcessRunDetailFormComponent,
|
|
1208
1296
|
MJProcessRunFormComponent,
|
|
1209
1297
|
MJProjectFormComponent,
|
|
1210
1298
|
MJPublicLinkFormComponent,
|
|
@@ -1222,7 +1310,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1222
1310
|
MJRecommendationItemFormComponent,
|
|
1223
1311
|
MJRecommendationProviderFormComponent,
|
|
1224
1312
|
MJRecommendationRunFormComponent,
|
|
1225
|
-
MJRecommendationFormComponent
|
|
1313
|
+
MJRecommendationFormComponent,
|
|
1314
|
+
MJRecordChangeReplayRunFormComponent,
|
|
1315
|
+
MJRecordChangeFormComponent
|
|
1226
1316
|
],
|
|
1227
1317
|
imports: [
|
|
1228
1318
|
CommonModule,
|
|
@@ -1234,9 +1324,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1234
1324
|
exports: []
|
|
1235
1325
|
}]
|
|
1236
1326
|
}], null, null); })();
|
|
1237
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1238
|
-
MJProcessRunDetailFormComponent,
|
|
1239
|
-
MJProcessRunFormComponent,
|
|
1327
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJProcessRunFormComponent,
|
|
1240
1328
|
MJProjectFormComponent,
|
|
1241
1329
|
MJPublicLinkFormComponent,
|
|
1242
1330
|
MJQueryFormComponent,
|
|
@@ -1253,26 +1341,26 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1253
1341
|
MJRecommendationItemFormComponent,
|
|
1254
1342
|
MJRecommendationProviderFormComponent,
|
|
1255
1343
|
MJRecommendationRunFormComponent,
|
|
1256
|
-
MJRecommendationFormComponent
|
|
1344
|
+
MJRecommendationFormComponent,
|
|
1345
|
+
MJRecordChangeReplayRunFormComponent,
|
|
1346
|
+
MJRecordChangeFormComponent], imports: [CommonModule,
|
|
1257
1347
|
FormsModule,
|
|
1258
1348
|
BaseFormsModule,
|
|
1259
1349
|
EntityViewerModule,
|
|
1260
1350
|
LinkDirectivesModule] }); })();
|
|
1261
|
-
export class
|
|
1262
|
-
static { this.ɵfac = function
|
|
1263
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1351
|
+
export class GeneratedForms_SubModule_14 {
|
|
1352
|
+
static { this.ɵfac = function GeneratedForms_SubModule_14_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_14)(); }; }
|
|
1353
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_14 }); }
|
|
1264
1354
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1265
1355
|
FormsModule,
|
|
1266
1356
|
BaseFormsModule,
|
|
1267
1357
|
EntityViewerModule,
|
|
1268
1358
|
LinkDirectivesModule] }); }
|
|
1269
1359
|
}
|
|
1270
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1360
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_14, [{
|
|
1271
1361
|
type: NgModule,
|
|
1272
1362
|
args: [{
|
|
1273
1363
|
declarations: [
|
|
1274
|
-
MJRecordChangeReplayRunFormComponent,
|
|
1275
|
-
MJRecordChangeFormComponent,
|
|
1276
1364
|
MJRecordGeoCodeFormComponent,
|
|
1277
1365
|
MJRecordLinkFormComponent,
|
|
1278
1366
|
MJRecordMergeDeletionLogFormComponent,
|
|
@@ -1290,7 +1378,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1290
1378
|
MJResourceLinkFormComponent,
|
|
1291
1379
|
MJResourcePermissionFormComponent,
|
|
1292
1380
|
MJResourceTypeFormComponent,
|
|
1293
|
-
MJRoleFormComponent
|
|
1381
|
+
MJRoleFormComponent,
|
|
1382
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1383
|
+
MJScheduledActionParamFormComponent
|
|
1294
1384
|
],
|
|
1295
1385
|
imports: [
|
|
1296
1386
|
CommonModule,
|
|
@@ -1302,9 +1392,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1302
1392
|
exports: []
|
|
1303
1393
|
}]
|
|
1304
1394
|
}], null, null); })();
|
|
1305
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1306
|
-
MJRecordChangeFormComponent,
|
|
1307
|
-
MJRecordGeoCodeFormComponent,
|
|
1395
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRecordGeoCodeFormComponent,
|
|
1308
1396
|
MJRecordLinkFormComponent,
|
|
1309
1397
|
MJRecordMergeDeletionLogFormComponent,
|
|
1310
1398
|
MJRecordMergeLogFormComponent,
|
|
@@ -1321,31 +1409,32 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1321
1409
|
MJResourceLinkFormComponent,
|
|
1322
1410
|
MJResourcePermissionFormComponent,
|
|
1323
1411
|
MJResourceTypeFormComponent,
|
|
1324
|
-
MJRoleFormComponent
|
|
1412
|
+
MJRoleFormComponent,
|
|
1413
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1414
|
+
MJScheduledActionParamFormComponent], imports: [CommonModule,
|
|
1325
1415
|
FormsModule,
|
|
1326
1416
|
BaseFormsModule,
|
|
1327
1417
|
EntityViewerModule,
|
|
1328
1418
|
LinkDirectivesModule] }); })();
|
|
1329
|
-
export class
|
|
1330
|
-
static { this.ɵfac = function
|
|
1331
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1419
|
+
export class GeneratedForms_SubModule_15 {
|
|
1420
|
+
static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_15)(); }; }
|
|
1421
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
|
|
1332
1422
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1333
1423
|
FormsModule,
|
|
1334
1424
|
BaseFormsModule,
|
|
1335
1425
|
EntityViewerModule,
|
|
1336
1426
|
LinkDirectivesModule] }); }
|
|
1337
1427
|
}
|
|
1338
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1428
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
|
|
1339
1429
|
type: NgModule,
|
|
1340
1430
|
args: [{
|
|
1341
1431
|
declarations: [
|
|
1342
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1343
|
-
MJScheduledActionParamFormComponent,
|
|
1344
1432
|
MJScheduledActionFormComponent,
|
|
1345
1433
|
MJScheduledJobRunFormComponent,
|
|
1346
1434
|
MJScheduledJobTypeFormComponent,
|
|
1347
1435
|
MJScheduledJobFormComponent,
|
|
1348
1436
|
MJSchemaInfoFormComponent,
|
|
1437
|
+
MJScopedPromptPartFormComponent,
|
|
1349
1438
|
MJSearchExecutionLogFormComponent,
|
|
1350
1439
|
MJSearchProviderFormComponent,
|
|
1351
1440
|
MJSearchScopeEntityFormComponent,
|
|
@@ -1358,7 +1447,8 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1358
1447
|
MJSignatureAccountFormComponent,
|
|
1359
1448
|
MJSignatureProviderFormComponent,
|
|
1360
1449
|
MJSignatureRequestDocumentFormComponent,
|
|
1361
|
-
MJSignatureRequestLogFormComponent
|
|
1450
|
+
MJSignatureRequestLogFormComponent,
|
|
1451
|
+
MJSignatureRequestRecipientFormComponent
|
|
1362
1452
|
],
|
|
1363
1453
|
imports: [
|
|
1364
1454
|
CommonModule,
|
|
@@ -1370,13 +1460,12 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1370
1460
|
exports: []
|
|
1371
1461
|
}]
|
|
1372
1462
|
}], null, null); })();
|
|
1373
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1374
|
-
MJScheduledActionParamFormComponent,
|
|
1375
|
-
MJScheduledActionFormComponent,
|
|
1463
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJScheduledActionFormComponent,
|
|
1376
1464
|
MJScheduledJobRunFormComponent,
|
|
1377
1465
|
MJScheduledJobTypeFormComponent,
|
|
1378
1466
|
MJScheduledJobFormComponent,
|
|
1379
1467
|
MJSchemaInfoFormComponent,
|
|
1468
|
+
MJScopedPromptPartFormComponent,
|
|
1380
1469
|
MJSearchExecutionLogFormComponent,
|
|
1381
1470
|
MJSearchProviderFormComponent,
|
|
1382
1471
|
MJSearchScopeEntityFormComponent,
|
|
@@ -1389,25 +1478,25 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1389
1478
|
MJSignatureAccountFormComponent,
|
|
1390
1479
|
MJSignatureProviderFormComponent,
|
|
1391
1480
|
MJSignatureRequestDocumentFormComponent,
|
|
1392
|
-
MJSignatureRequestLogFormComponent
|
|
1481
|
+
MJSignatureRequestLogFormComponent,
|
|
1482
|
+
MJSignatureRequestRecipientFormComponent], imports: [CommonModule,
|
|
1393
1483
|
FormsModule,
|
|
1394
1484
|
BaseFormsModule,
|
|
1395
1485
|
EntityViewerModule,
|
|
1396
1486
|
LinkDirectivesModule] }); })();
|
|
1397
|
-
export class
|
|
1398
|
-
static { this.ɵfac = function
|
|
1399
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1487
|
+
export class GeneratedForms_SubModule_16 {
|
|
1488
|
+
static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_16)(); }; }
|
|
1489
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
|
|
1400
1490
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1401
1491
|
FormsModule,
|
|
1402
1492
|
BaseFormsModule,
|
|
1403
1493
|
EntityViewerModule,
|
|
1404
1494
|
LinkDirectivesModule] }); }
|
|
1405
1495
|
}
|
|
1406
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1496
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
|
|
1407
1497
|
type: NgModule,
|
|
1408
1498
|
args: [{
|
|
1409
1499
|
declarations: [
|
|
1410
|
-
MJSignatureRequestRecipientFormComponent,
|
|
1411
1500
|
MJSignatureRequestFormComponent,
|
|
1412
1501
|
MJSkillFormComponent,
|
|
1413
1502
|
MJSQLDialectFormComponent,
|
|
@@ -1426,7 +1515,8 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1426
1515
|
MJTemplateContentTypeFormComponent,
|
|
1427
1516
|
MJTemplateContentFormComponent,
|
|
1428
1517
|
MJTemplateParamFormComponent,
|
|
1429
|
-
MJTemplateFormComponent
|
|
1518
|
+
MJTemplateFormComponent,
|
|
1519
|
+
MJTestRubricFormComponent
|
|
1430
1520
|
],
|
|
1431
1521
|
imports: [
|
|
1432
1522
|
CommonModule,
|
|
@@ -1438,8 +1528,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1438
1528
|
exports: []
|
|
1439
1529
|
}]
|
|
1440
1530
|
}], null, null); })();
|
|
1441
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1442
|
-
MJSignatureRequestFormComponent,
|
|
1531
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSignatureRequestFormComponent,
|
|
1443
1532
|
MJSkillFormComponent,
|
|
1444
1533
|
MJSQLDialectFormComponent,
|
|
1445
1534
|
MJStateProvinceFormComponent,
|
|
@@ -1457,25 +1546,25 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1457
1546
|
MJTemplateContentTypeFormComponent,
|
|
1458
1547
|
MJTemplateContentFormComponent,
|
|
1459
1548
|
MJTemplateParamFormComponent,
|
|
1460
|
-
MJTemplateFormComponent
|
|
1549
|
+
MJTemplateFormComponent,
|
|
1550
|
+
MJTestRubricFormComponent], imports: [CommonModule,
|
|
1461
1551
|
FormsModule,
|
|
1462
1552
|
BaseFormsModule,
|
|
1463
1553
|
EntityViewerModule,
|
|
1464
1554
|
LinkDirectivesModule] }); })();
|
|
1465
|
-
export class
|
|
1466
|
-
static { this.ɵfac = function
|
|
1467
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1555
|
+
export class GeneratedForms_SubModule_17 {
|
|
1556
|
+
static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_17)(); }; }
|
|
1557
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
|
|
1468
1558
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1469
1559
|
FormsModule,
|
|
1470
1560
|
BaseFormsModule,
|
|
1471
1561
|
EntityViewerModule,
|
|
1472
1562
|
LinkDirectivesModule] }); }
|
|
1473
1563
|
}
|
|
1474
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1564
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
|
|
1475
1565
|
type: NgModule,
|
|
1476
1566
|
args: [{
|
|
1477
1567
|
declarations: [
|
|
1478
|
-
MJTestRubricFormComponent,
|
|
1479
1568
|
MJTestRunFeedbackFormComponent,
|
|
1480
1569
|
MJTestRunOutputTypeFormComponent,
|
|
1481
1570
|
MJTestRunOutputFormComponent,
|
|
@@ -1493,8 +1582,9 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1493
1582
|
MJUserNotificationFormComponent,
|
|
1494
1583
|
MJUserRecordLogFormComponent,
|
|
1495
1584
|
MJUserRoleFormComponent,
|
|
1496
|
-
|
|
1497
|
-
|
|
1585
|
+
MJUserRoutineRecipientFormComponent,
|
|
1586
|
+
MJUserRoutineRunFormComponent,
|
|
1587
|
+
MJUserRoutineFormComponent
|
|
1498
1588
|
],
|
|
1499
1589
|
imports: [
|
|
1500
1590
|
CommonModule,
|
|
@@ -1506,8 +1596,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1506
1596
|
exports: []
|
|
1507
1597
|
}]
|
|
1508
1598
|
}], null, null); })();
|
|
1509
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1510
|
-
MJTestRunFeedbackFormComponent,
|
|
1599
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTestRunFeedbackFormComponent,
|
|
1511
1600
|
MJTestRunOutputTypeFormComponent,
|
|
1512
1601
|
MJTestRunOutputFormComponent,
|
|
1513
1602
|
MJTestRunFormComponent,
|
|
@@ -1524,25 +1613,28 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1524
1613
|
MJUserNotificationFormComponent,
|
|
1525
1614
|
MJUserRecordLogFormComponent,
|
|
1526
1615
|
MJUserRoleFormComponent,
|
|
1527
|
-
|
|
1528
|
-
|
|
1616
|
+
MJUserRoutineRecipientFormComponent,
|
|
1617
|
+
MJUserRoutineRunFormComponent,
|
|
1618
|
+
MJUserRoutineFormComponent], imports: [CommonModule,
|
|
1529
1619
|
FormsModule,
|
|
1530
1620
|
BaseFormsModule,
|
|
1531
1621
|
EntityViewerModule,
|
|
1532
1622
|
LinkDirectivesModule] }); })();
|
|
1533
|
-
export class
|
|
1534
|
-
static { this.ɵfac = function
|
|
1535
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1623
|
+
export class GeneratedForms_SubModule_18 {
|
|
1624
|
+
static { this.ɵfac = function GeneratedForms_SubModule_18_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_18)(); }; }
|
|
1625
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_18 }); }
|
|
1536
1626
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1537
1627
|
FormsModule,
|
|
1538
1628
|
BaseFormsModule,
|
|
1539
1629
|
EntityViewerModule,
|
|
1540
1630
|
LinkDirectivesModule] }); }
|
|
1541
1631
|
}
|
|
1542
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1632
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_18, [{
|
|
1543
1633
|
type: NgModule,
|
|
1544
1634
|
args: [{
|
|
1545
1635
|
declarations: [
|
|
1636
|
+
MJUserSettingFormComponent,
|
|
1637
|
+
MJUserViewCategoryFormComponent,
|
|
1546
1638
|
MJUserViewRunDetailFormComponent,
|
|
1547
1639
|
MJUserViewRunFormComponent,
|
|
1548
1640
|
MJUserViewFormComponent,
|
|
@@ -1570,7 +1662,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1570
1662
|
exports: []
|
|
1571
1663
|
}]
|
|
1572
1664
|
}], null, null); })();
|
|
1573
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1665
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserSettingFormComponent,
|
|
1666
|
+
MJUserViewCategoryFormComponent,
|
|
1667
|
+
MJUserViewRunDetailFormComponent,
|
|
1574
1668
|
MJUserViewRunFormComponent,
|
|
1575
1669
|
MJUserViewFormComponent,
|
|
1576
1670
|
MJUserFormComponent,
|
|
@@ -1610,7 +1704,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1610
1704
|
GeneratedForms_SubModule_14,
|
|
1611
1705
|
GeneratedForms_SubModule_15,
|
|
1612
1706
|
GeneratedForms_SubModule_16,
|
|
1613
|
-
GeneratedForms_SubModule_17
|
|
1707
|
+
GeneratedForms_SubModule_17,
|
|
1708
|
+
GeneratedForms_SubModule_18] }); }
|
|
1614
1709
|
}
|
|
1615
1710
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1616
1711
|
type: NgModule,
|
|
@@ -1634,9 +1729,10 @@ export class CoreGeneratedFormsModule {
|
|
|
1634
1729
|
GeneratedForms_SubModule_14,
|
|
1635
1730
|
GeneratedForms_SubModule_15,
|
|
1636
1731
|
GeneratedForms_SubModule_16,
|
|
1637
|
-
GeneratedForms_SubModule_17
|
|
1732
|
+
GeneratedForms_SubModule_17,
|
|
1733
|
+
GeneratedForms_SubModule_18
|
|
1638
1734
|
]
|
|
1639
1735
|
}]
|
|
1640
1736
|
}], null, null); })();
|
|
1641
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17] }); })();
|
|
1737
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18] }); })();
|
|
1642
1738
|
//# sourceMappingURL=generated-forms.module.js.map
|