@memberjunction/ng-core-entity-forms 5.40.2 → 5.42.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__/bridge-provider-features.test.d.ts +2 -0
- package/dist/__tests__/bridge-provider-features.test.d.ts.map +1 -0
- package/dist/__tests__/bridge-provider-features.test.js +70 -0
- package/dist/__tests__/bridge-provider-features.test.js.map +1 -0
- package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.d.ts +17 -0
- package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.js +170 -0
- package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.js.map +1 -0
- package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.d.ts +133 -0
- package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js +1190 -0
- package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js.map +1 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +69 -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 +911 -562
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +2 -2
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.d.ts +20 -0
- package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.d.ts.map +1 -0
- package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.js +115 -0
- package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.js.map +1 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-features.d.ts +50 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-features.d.ts.map +1 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-features.js +75 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-features.js.map +1 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.d.ts +48 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.d.ts.map +1 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.js +256 -0
- package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.js.map +1 -0
- package/dist/lib/custom/Entities/entity-form.component.d.ts +28 -4
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +42 -12
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts +6 -0
- package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.js +11 -1
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/SessionBridges/session-bridge-form.component.d.ts +43 -0
- package/dist/lib/custom/SessionBridges/session-bridge-form.component.d.ts.map +1 -0
- package/dist/lib/custom/SessionBridges/session-bridge-form.component.js +278 -0
- package/dist/lib/custom/SessionBridges/session-bridge-form.component.js.map +1 -0
- package/dist/lib/custom/custom-forms.module.d.ts +32 -26
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +34 -1
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +302 -180
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js +117 -0
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.js +82 -0
- package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js +12 -16
- package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +45 -31
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +185 -0
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js +121 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.js +94 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.js +86 -0
- package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +37 -15
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.js +86 -0
- package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js +143 -0
- package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component.js +76 -0
- package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.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 +36 -18
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component.js +90 -0
- package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.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 +34 -16
- 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 +25 -6
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.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 +28 -10
- 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 +7 -9
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.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 +138 -66
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js +37 -35
- package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +33 -21
- package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJList/mjlist.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJList/mjlist.form.component.js +26 -8
- package/dist/lib/generated/Entities/MJList/mjlist.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js +141 -0
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.js +102 -0
- package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js +173 -0
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js +111 -0
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.js +76 -0
- package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.js +124 -0
- package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js +111 -0
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +27 -25
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js +28 -10
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.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 +179 -107
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js +26 -8
- package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +365 -343
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +404 -323
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/panels/ai-agents/agent-realtime.panel.d.ts +74 -0
- package/dist/lib/panels/ai-agents/agent-realtime.panel.d.ts.map +1 -0
- package/dist/lib/panels/ai-agents/agent-realtime.panel.js +365 -0
- package/dist/lib/panels/ai-agents/agent-realtime.panel.js.map +1 -0
- package/dist/public-api.d.ts +2 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +2 -0
- package/dist/public-api.js.map +1 -1
- package/package.json +36 -36
|
@@ -28,7 +28,9 @@ import { MJAIActionFormComponent } from "./Entities/MJAIAction/mjaiaction.form.c
|
|
|
28
28
|
import { MJAIAgentActionFormComponent } from "./Entities/MJAIAgentAction/mjaiagentaction.form.component";
|
|
29
29
|
import { MJAIAgentArtifactTypeFormComponent } from "./Entities/MJAIAgentArtifactType/mjaiagentartifacttype.form.component";
|
|
30
30
|
import { MJAIAgentCategoryFormComponent } from "./Entities/MJAIAgentCategory/mjaiagentcategory.form.component";
|
|
31
|
+
import { MJAIAgentChannelFormComponent } from "./Entities/MJAIAgentChannel/mjaiagentchannel.form.component";
|
|
31
32
|
import { MJAIAgentClientToolFormComponent } from "./Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component";
|
|
33
|
+
import { MJAIAgentCoAgentFormComponent } from "./Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component";
|
|
32
34
|
import { MJAIAgentConfigurationFormComponent } from "./Entities/MJAIAgentConfiguration/mjaiagentconfiguration.form.component";
|
|
33
35
|
import { MJAIAgentDataSourceFormComponent } from "./Entities/MJAIAgentDataSource/mjaiagentdatasource.form.component";
|
|
34
36
|
import { MJAIAgentExampleFormComponent } from "./Entities/MJAIAgentExample/mjaiagentexample.form.component";
|
|
@@ -46,11 +48,18 @@ import { MJAIAgentRunMediaFormComponent } from "./Entities/MJAIAgentRunMedia/mja
|
|
|
46
48
|
import { MJAIAgentRunStepFormComponent } from "./Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component";
|
|
47
49
|
import { MJAIAgentRunFormComponent } from "./Entities/MJAIAgentRun/mjaiagentrun.form.component";
|
|
48
50
|
import { MJAIAgentSearchScopeFormComponent } from "./Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component";
|
|
51
|
+
import { MJAIAgentSessionBridgeParticipantFormComponent } from "./Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component";
|
|
52
|
+
import { MJAIAgentSessionBridgeFormComponent } from "./Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component";
|
|
53
|
+
import { MJAIAgentSessionChannelFormComponent } from "./Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component";
|
|
54
|
+
import { MJAIAgentSessionFormComponent } from "./Entities/MJAIAgentSession/mjaiagentsession.form.component";
|
|
49
55
|
import { MJAIAgentStepPathFormComponent } from "./Entities/MJAIAgentStepPath/mjaiagentsteppath.form.component";
|
|
50
56
|
import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentstep.form.component";
|
|
51
57
|
import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
|
|
52
58
|
import { MJAIAgentFormComponent } from "./Entities/MJAIAgent/mjaiagent.form.component";
|
|
53
59
|
import { MJAIArchitectureFormComponent } from "./Entities/MJAIArchitecture/mjaiarchitecture.form.component";
|
|
60
|
+
import { MJAIBridgeAgentIdentityFormComponent } from "./Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component";
|
|
61
|
+
import { MJAIBridgeProviderChannelFormComponent } from "./Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component";
|
|
62
|
+
import { MJAIBridgeProviderFormComponent } from "./Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component";
|
|
54
63
|
import { MJAIClientToolDefinitionFormComponent } from "./Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component";
|
|
55
64
|
import { MJAIConfigurationParamFormComponent } from "./Entities/MJAIConfigurationParam/mjaiconfigurationparam.form.component";
|
|
56
65
|
import { MJAIConfigurationFormComponent } from "./Entities/MJAIConfiguration/mjaiconfiguration.form.component";
|
|
@@ -71,6 +80,7 @@ import { MJAIPromptRunMediaFormComponent } from "./Entities/MJAIPromptRunMedia/m
|
|
|
71
80
|
import { MJAIPromptRunFormComponent } from "./Entities/MJAIPromptRun/mjaipromptrun.form.component";
|
|
72
81
|
import { MJAIPromptTypeFormComponent } from "./Entities/MJAIPromptType/mjaiprompttype.form.component";
|
|
73
82
|
import { MJAIPromptFormComponent } from "./Entities/MJAIPrompt/mjaiprompt.form.component";
|
|
83
|
+
import { MJAIRemoteBrowserProviderFormComponent } from "./Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component";
|
|
74
84
|
import { MJAIResultCacheFormComponent } from "./Entities/MJAIResultCache/mjairesultcache.form.component";
|
|
75
85
|
import { MJAIVendorTypeDefinitionFormComponent } from "./Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component";
|
|
76
86
|
import { MJAIVendorTypeFormComponent } from "./Entities/MJAIVendorType/mjaivendortype.form.component";
|
|
@@ -244,6 +254,8 @@ import { MJOutputDeliveryTypeFormComponent } from "./Entities/MJOutputDeliveryTy
|
|
|
244
254
|
import { MJOutputFormatTypeFormComponent } from "./Entities/MJOutputFormatType/mjoutputformattype.form.component";
|
|
245
255
|
import { MJOutputTriggerTypeFormComponent } from "./Entities/MJOutputTriggerType/mjoutputtriggertype.form.component";
|
|
246
256
|
import { MJPermissionDomainFormComponent } from "./Entities/MJPermissionDomain/mjpermissiondomain.form.component";
|
|
257
|
+
import { MJProcessRunDetailFormComponent } from "./Entities/MJProcessRunDetail/mjprocessrundetail.form.component";
|
|
258
|
+
import { MJProcessRunFormComponent } from "./Entities/MJProcessRun/mjprocessrun.form.component";
|
|
247
259
|
import { MJProjectFormComponent } from "./Entities/MJProject/mjproject.form.component";
|
|
248
260
|
import { MJPublicLinkFormComponent } from "./Entities/MJPublicLink/mjpubliclink.form.component";
|
|
249
261
|
import { MJQueryFormComponent } from "./Entities/MJQuery/mjquery.form.component";
|
|
@@ -267,6 +279,11 @@ import { MJRecordGeoCodeFormComponent } from "./Entities/MJRecordGeoCode/mjrecor
|
|
|
267
279
|
import { MJRecordLinkFormComponent } from "./Entities/MJRecordLink/mjrecordlink.form.component";
|
|
268
280
|
import { MJRecordMergeDeletionLogFormComponent } from "./Entities/MJRecordMergeDeletionLog/mjrecordmergedeletionlog.form.component";
|
|
269
281
|
import { MJRecordMergeLogFormComponent } from "./Entities/MJRecordMergeLog/mjrecordmergelog.form.component";
|
|
282
|
+
import { MJRecordProcessCategoryFormComponent } from "./Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component";
|
|
283
|
+
import { MJRecordProcessWatermarkFormComponent } from "./Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component";
|
|
284
|
+
import { MJRecordProcessFormComponent } from "./Entities/MJRecordProcess/mjrecordprocess.form.component";
|
|
285
|
+
import { MJRemoteOperationCategoryFormComponent } from "./Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component";
|
|
286
|
+
import { MJRemoteOperationFormComponent } from "./Entities/MJRemoteOperation/mjremoteoperation.form.component";
|
|
270
287
|
import { MJReportCategoryFormComponent } from "./Entities/MJReportCategory/mjreportcategory.form.component";
|
|
271
288
|
import { MJReportSnapshotFormComponent } from "./Entities/MJReportSnapshot/mjreportsnapshot.form.component";
|
|
272
289
|
import { MJReportUserStateFormComponent } from "./Entities/MJReportUserState/mjreportuserstate.form.component";
|
|
@@ -382,11 +399,11 @@ export class GeneratedForms_SubModule_0 {
|
|
|
382
399
|
MJAIAgentActionFormComponent,
|
|
383
400
|
MJAIAgentArtifactTypeFormComponent,
|
|
384
401
|
MJAIAgentCategoryFormComponent,
|
|
402
|
+
MJAIAgentChannelFormComponent,
|
|
385
403
|
MJAIAgentClientToolFormComponent,
|
|
404
|
+
MJAIAgentCoAgentFormComponent,
|
|
386
405
|
MJAIAgentConfigurationFormComponent,
|
|
387
|
-
MJAIAgentDataSourceFormComponent
|
|
388
|
-
MJAIAgentExampleFormComponent,
|
|
389
|
-
MJAIAgentLearningCycleFormComponent
|
|
406
|
+
MJAIAgentDataSourceFormComponent
|
|
390
407
|
],
|
|
391
408
|
imports: [
|
|
392
409
|
CommonModule,
|
|
@@ -413,11 +430,11 @@ export class GeneratedForms_SubModule_0 {
|
|
|
413
430
|
MJAIAgentActionFormComponent,
|
|
414
431
|
MJAIAgentArtifactTypeFormComponent,
|
|
415
432
|
MJAIAgentCategoryFormComponent,
|
|
433
|
+
MJAIAgentChannelFormComponent,
|
|
416
434
|
MJAIAgentClientToolFormComponent,
|
|
435
|
+
MJAIAgentCoAgentFormComponent,
|
|
417
436
|
MJAIAgentConfigurationFormComponent,
|
|
418
|
-
MJAIAgentDataSourceFormComponent,
|
|
419
|
-
MJAIAgentExampleFormComponent,
|
|
420
|
-
MJAIAgentLearningCycleFormComponent], imports: [CommonModule,
|
|
437
|
+
MJAIAgentDataSourceFormComponent], imports: [CommonModule,
|
|
421
438
|
FormsModule,
|
|
422
439
|
BaseFormsModule,
|
|
423
440
|
EntityViewerModule,
|
|
@@ -435,6 +452,8 @@ export class GeneratedForms_SubModule_1 {
|
|
|
435
452
|
type: NgModule,
|
|
436
453
|
args: [{
|
|
437
454
|
declarations: [
|
|
455
|
+
MJAIAgentExampleFormComponent,
|
|
456
|
+
MJAIAgentLearningCycleFormComponent,
|
|
438
457
|
MJAIAgentModalityFormComponent,
|
|
439
458
|
MJAIAgentModelFormComponent,
|
|
440
459
|
MJAIAgentNoteTypeFormComponent,
|
|
@@ -448,13 +467,11 @@ export class GeneratedForms_SubModule_1 {
|
|
|
448
467
|
MJAIAgentRunStepFormComponent,
|
|
449
468
|
MJAIAgentRunFormComponent,
|
|
450
469
|
MJAIAgentSearchScopeFormComponent,
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
MJAIClientToolDefinitionFormComponent,
|
|
457
|
-
MJAIConfigurationParamFormComponent
|
|
470
|
+
MJAIAgentSessionBridgeParticipantFormComponent,
|
|
471
|
+
MJAIAgentSessionBridgeFormComponent,
|
|
472
|
+
MJAIAgentSessionChannelFormComponent,
|
|
473
|
+
MJAIAgentSessionFormComponent,
|
|
474
|
+
MJAIAgentStepPathFormComponent
|
|
458
475
|
],
|
|
459
476
|
imports: [
|
|
460
477
|
CommonModule,
|
|
@@ -466,7 +483,9 @@ export class GeneratedForms_SubModule_1 {
|
|
|
466
483
|
exports: []
|
|
467
484
|
}]
|
|
468
485
|
}], null, null); })();
|
|
469
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [
|
|
486
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentExampleFormComponent,
|
|
487
|
+
MJAIAgentLearningCycleFormComponent,
|
|
488
|
+
MJAIAgentModalityFormComponent,
|
|
470
489
|
MJAIAgentModelFormComponent,
|
|
471
490
|
MJAIAgentNoteTypeFormComponent,
|
|
472
491
|
MJAIAgentNoteFormComponent,
|
|
@@ -479,13 +498,11 @@ export class GeneratedForms_SubModule_1 {
|
|
|
479
498
|
MJAIAgentRunStepFormComponent,
|
|
480
499
|
MJAIAgentRunFormComponent,
|
|
481
500
|
MJAIAgentSearchScopeFormComponent,
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
MJAIClientToolDefinitionFormComponent,
|
|
488
|
-
MJAIConfigurationParamFormComponent], imports: [CommonModule,
|
|
501
|
+
MJAIAgentSessionBridgeParticipantFormComponent,
|
|
502
|
+
MJAIAgentSessionBridgeFormComponent,
|
|
503
|
+
MJAIAgentSessionChannelFormComponent,
|
|
504
|
+
MJAIAgentSessionFormComponent,
|
|
505
|
+
MJAIAgentStepPathFormComponent], imports: [CommonModule,
|
|
489
506
|
FormsModule,
|
|
490
507
|
BaseFormsModule,
|
|
491
508
|
EntityViewerModule,
|
|
@@ -503,6 +520,15 @@ export class GeneratedForms_SubModule_2 {
|
|
|
503
520
|
type: NgModule,
|
|
504
521
|
args: [{
|
|
505
522
|
declarations: [
|
|
523
|
+
MJAIAgentStepFormComponent,
|
|
524
|
+
MJAIAgentTypeFormComponent,
|
|
525
|
+
MJAIAgentFormComponent,
|
|
526
|
+
MJAIArchitectureFormComponent,
|
|
527
|
+
MJAIBridgeAgentIdentityFormComponent,
|
|
528
|
+
MJAIBridgeProviderChannelFormComponent,
|
|
529
|
+
MJAIBridgeProviderFormComponent,
|
|
530
|
+
MJAIClientToolDefinitionFormComponent,
|
|
531
|
+
MJAIConfigurationParamFormComponent,
|
|
506
532
|
MJAIConfigurationFormComponent,
|
|
507
533
|
MJAICredentialBindingFormComponent,
|
|
508
534
|
MJAIModalityFormComponent,
|
|
@@ -513,16 +539,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
513
539
|
MJAIModelPriceTypeFormComponent,
|
|
514
540
|
MJAIModelPriceUnitTypeFormComponent,
|
|
515
541
|
MJAIModelTypeFormComponent,
|
|
516
|
-
MJAIModelVendorFormComponent
|
|
517
|
-
MJAIModelFormComponent,
|
|
518
|
-
MJAIPromptCategoryFormComponent,
|
|
519
|
-
MJAIPromptModelFormComponent,
|
|
520
|
-
MJAIPromptRunMediaFormComponent,
|
|
521
|
-
MJAIPromptRunFormComponent,
|
|
522
|
-
MJAIPromptTypeFormComponent,
|
|
523
|
-
MJAIPromptFormComponent,
|
|
524
|
-
MJAIResultCacheFormComponent,
|
|
525
|
-
MJAIVendorTypeDefinitionFormComponent
|
|
542
|
+
MJAIModelVendorFormComponent
|
|
526
543
|
],
|
|
527
544
|
imports: [
|
|
528
545
|
CommonModule,
|
|
@@ -534,7 +551,16 @@ export class GeneratedForms_SubModule_2 {
|
|
|
534
551
|
exports: []
|
|
535
552
|
}]
|
|
536
553
|
}], null, null); })();
|
|
537
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [
|
|
554
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentStepFormComponent,
|
|
555
|
+
MJAIAgentTypeFormComponent,
|
|
556
|
+
MJAIAgentFormComponent,
|
|
557
|
+
MJAIArchitectureFormComponent,
|
|
558
|
+
MJAIBridgeAgentIdentityFormComponent,
|
|
559
|
+
MJAIBridgeProviderChannelFormComponent,
|
|
560
|
+
MJAIBridgeProviderFormComponent,
|
|
561
|
+
MJAIClientToolDefinitionFormComponent,
|
|
562
|
+
MJAIConfigurationParamFormComponent,
|
|
563
|
+
MJAIConfigurationFormComponent,
|
|
538
564
|
MJAICredentialBindingFormComponent,
|
|
539
565
|
MJAIModalityFormComponent,
|
|
540
566
|
MJAIModelActionFormComponent,
|
|
@@ -544,16 +570,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
544
570
|
MJAIModelPriceTypeFormComponent,
|
|
545
571
|
MJAIModelPriceUnitTypeFormComponent,
|
|
546
572
|
MJAIModelTypeFormComponent,
|
|
547
|
-
MJAIModelVendorFormComponent,
|
|
548
|
-
MJAIModelFormComponent,
|
|
549
|
-
MJAIPromptCategoryFormComponent,
|
|
550
|
-
MJAIPromptModelFormComponent,
|
|
551
|
-
MJAIPromptRunMediaFormComponent,
|
|
552
|
-
MJAIPromptRunFormComponent,
|
|
553
|
-
MJAIPromptTypeFormComponent,
|
|
554
|
-
MJAIPromptFormComponent,
|
|
555
|
-
MJAIResultCacheFormComponent,
|
|
556
|
-
MJAIVendorTypeDefinitionFormComponent], imports: [CommonModule,
|
|
573
|
+
MJAIModelVendorFormComponent], imports: [CommonModule,
|
|
557
574
|
FormsModule,
|
|
558
575
|
BaseFormsModule,
|
|
559
576
|
EntityViewerModule,
|
|
@@ -571,6 +588,16 @@ export class GeneratedForms_SubModule_3 {
|
|
|
571
588
|
type: NgModule,
|
|
572
589
|
args: [{
|
|
573
590
|
declarations: [
|
|
591
|
+
MJAIModelFormComponent,
|
|
592
|
+
MJAIPromptCategoryFormComponent,
|
|
593
|
+
MJAIPromptModelFormComponent,
|
|
594
|
+
MJAIPromptRunMediaFormComponent,
|
|
595
|
+
MJAIPromptRunFormComponent,
|
|
596
|
+
MJAIPromptTypeFormComponent,
|
|
597
|
+
MJAIPromptFormComponent,
|
|
598
|
+
MJAIRemoteBrowserProviderFormComponent,
|
|
599
|
+
MJAIResultCacheFormComponent,
|
|
600
|
+
MJAIVendorTypeDefinitionFormComponent,
|
|
574
601
|
MJAIVendorTypeFormComponent,
|
|
575
602
|
MJAIVendorFormComponent,
|
|
576
603
|
MJAPIApplicationScopeFormComponent,
|
|
@@ -580,17 +607,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
580
607
|
MJAPIKeyUsageLogFormComponent,
|
|
581
608
|
MJAPIKeyFormComponent,
|
|
582
609
|
MJAPIScopeFormComponent,
|
|
583
|
-
MJApplicationEntityFormComponent
|
|
584
|
-
MJApplicationRoleFormComponent,
|
|
585
|
-
MJApplicationSettingFormComponent,
|
|
586
|
-
MJApplicationFormComponent,
|
|
587
|
-
MJArchiveConfigurationEntityFormComponent,
|
|
588
|
-
MJArchiveConfigurationFormComponent,
|
|
589
|
-
MJArchiveRunDetailFormComponent,
|
|
590
|
-
MJArchiveRunFormComponent,
|
|
591
|
-
MJArtifactPermissionFormComponent,
|
|
592
|
-
MJArtifactTypeFormComponent,
|
|
593
|
-
MJArtifactUseFormComponent
|
|
610
|
+
MJApplicationEntityFormComponent
|
|
594
611
|
],
|
|
595
612
|
imports: [
|
|
596
613
|
CommonModule,
|
|
@@ -602,7 +619,17 @@ export class GeneratedForms_SubModule_3 {
|
|
|
602
619
|
exports: []
|
|
603
620
|
}]
|
|
604
621
|
}], null, null); })();
|
|
605
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [
|
|
622
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelFormComponent,
|
|
623
|
+
MJAIPromptCategoryFormComponent,
|
|
624
|
+
MJAIPromptModelFormComponent,
|
|
625
|
+
MJAIPromptRunMediaFormComponent,
|
|
626
|
+
MJAIPromptRunFormComponent,
|
|
627
|
+
MJAIPromptTypeFormComponent,
|
|
628
|
+
MJAIPromptFormComponent,
|
|
629
|
+
MJAIRemoteBrowserProviderFormComponent,
|
|
630
|
+
MJAIResultCacheFormComponent,
|
|
631
|
+
MJAIVendorTypeDefinitionFormComponent,
|
|
632
|
+
MJAIVendorTypeFormComponent,
|
|
606
633
|
MJAIVendorFormComponent,
|
|
607
634
|
MJAPIApplicationScopeFormComponent,
|
|
608
635
|
MJAPIApplicationFormComponent,
|
|
@@ -611,17 +638,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
611
638
|
MJAPIKeyUsageLogFormComponent,
|
|
612
639
|
MJAPIKeyFormComponent,
|
|
613
640
|
MJAPIScopeFormComponent,
|
|
614
|
-
MJApplicationEntityFormComponent,
|
|
615
|
-
MJApplicationRoleFormComponent,
|
|
616
|
-
MJApplicationSettingFormComponent,
|
|
617
|
-
MJApplicationFormComponent,
|
|
618
|
-
MJArchiveConfigurationEntityFormComponent,
|
|
619
|
-
MJArchiveConfigurationFormComponent,
|
|
620
|
-
MJArchiveRunDetailFormComponent,
|
|
621
|
-
MJArchiveRunFormComponent,
|
|
622
|
-
MJArtifactPermissionFormComponent,
|
|
623
|
-
MJArtifactTypeFormComponent,
|
|
624
|
-
MJArtifactUseFormComponent], imports: [CommonModule,
|
|
641
|
+
MJApplicationEntityFormComponent], imports: [CommonModule,
|
|
625
642
|
FormsModule,
|
|
626
643
|
BaseFormsModule,
|
|
627
644
|
EntityViewerModule,
|
|
@@ -633,13 +650,22 @@ export class GeneratedForms_SubModule_4 {
|
|
|
633
650
|
FormsModule,
|
|
634
651
|
BaseFormsModule,
|
|
635
652
|
EntityViewerModule,
|
|
636
|
-
LinkDirectivesModule
|
|
637
|
-
JoinGridModule] }); }
|
|
653
|
+
LinkDirectivesModule] }); }
|
|
638
654
|
}
|
|
639
655
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_4, [{
|
|
640
656
|
type: NgModule,
|
|
641
657
|
args: [{
|
|
642
658
|
declarations: [
|
|
659
|
+
MJApplicationRoleFormComponent,
|
|
660
|
+
MJApplicationSettingFormComponent,
|
|
661
|
+
MJApplicationFormComponent,
|
|
662
|
+
MJArchiveConfigurationEntityFormComponent,
|
|
663
|
+
MJArchiveConfigurationFormComponent,
|
|
664
|
+
MJArchiveRunDetailFormComponent,
|
|
665
|
+
MJArchiveRunFormComponent,
|
|
666
|
+
MJArtifactPermissionFormComponent,
|
|
667
|
+
MJArtifactTypeFormComponent,
|
|
668
|
+
MJArtifactUseFormComponent,
|
|
643
669
|
MJArtifactVersionAttributeFormComponent,
|
|
644
670
|
MJArtifactVersionFormComponent,
|
|
645
671
|
MJArtifactFormComponent,
|
|
@@ -649,30 +675,29 @@ export class GeneratedForms_SubModule_4 {
|
|
|
649
675
|
MJAuthorizationFormComponent,
|
|
650
676
|
MJClusterAnalysisFormComponent,
|
|
651
677
|
MJClusterAnalysisClusterFormComponent,
|
|
652
|
-
MJCollectionArtifactFormComponent
|
|
653
|
-
MJCollectionPermissionFormComponent,
|
|
654
|
-
MJCollectionFormComponent,
|
|
655
|
-
MJCommunicationBaseMessageTypeFormComponent,
|
|
656
|
-
MJCommunicationLogFormComponent,
|
|
657
|
-
MJCommunicationProviderMessageTypeFormComponent,
|
|
658
|
-
MJCommunicationProviderFormComponent,
|
|
659
|
-
MJCommunicationRunFormComponent,
|
|
660
|
-
MJCompanyFormComponent,
|
|
661
|
-
MJCompanyIntegrationEntityMapFormComponent,
|
|
662
|
-
MJCompanyIntegrationFieldMapFormComponent
|
|
678
|
+
MJCollectionArtifactFormComponent
|
|
663
679
|
],
|
|
664
680
|
imports: [
|
|
665
681
|
CommonModule,
|
|
666
682
|
FormsModule,
|
|
667
683
|
BaseFormsModule,
|
|
668
684
|
EntityViewerModule,
|
|
669
|
-
LinkDirectivesModule
|
|
670
|
-
JoinGridModule
|
|
685
|
+
LinkDirectivesModule
|
|
671
686
|
],
|
|
672
687
|
exports: []
|
|
673
688
|
}]
|
|
674
689
|
}], null, null); })();
|
|
675
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [
|
|
690
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJApplicationRoleFormComponent,
|
|
691
|
+
MJApplicationSettingFormComponent,
|
|
692
|
+
MJApplicationFormComponent,
|
|
693
|
+
MJArchiveConfigurationEntityFormComponent,
|
|
694
|
+
MJArchiveConfigurationFormComponent,
|
|
695
|
+
MJArchiveRunDetailFormComponent,
|
|
696
|
+
MJArchiveRunFormComponent,
|
|
697
|
+
MJArtifactPermissionFormComponent,
|
|
698
|
+
MJArtifactTypeFormComponent,
|
|
699
|
+
MJArtifactUseFormComponent,
|
|
700
|
+
MJArtifactVersionAttributeFormComponent,
|
|
676
701
|
MJArtifactVersionFormComponent,
|
|
677
702
|
MJArtifactFormComponent,
|
|
678
703
|
MJAuditLogTypeFormComponent,
|
|
@@ -681,22 +706,11 @@ export class GeneratedForms_SubModule_4 {
|
|
|
681
706
|
MJAuthorizationFormComponent,
|
|
682
707
|
MJClusterAnalysisFormComponent,
|
|
683
708
|
MJClusterAnalysisClusterFormComponent,
|
|
684
|
-
MJCollectionArtifactFormComponent,
|
|
685
|
-
MJCollectionPermissionFormComponent,
|
|
686
|
-
MJCollectionFormComponent,
|
|
687
|
-
MJCommunicationBaseMessageTypeFormComponent,
|
|
688
|
-
MJCommunicationLogFormComponent,
|
|
689
|
-
MJCommunicationProviderMessageTypeFormComponent,
|
|
690
|
-
MJCommunicationProviderFormComponent,
|
|
691
|
-
MJCommunicationRunFormComponent,
|
|
692
|
-
MJCompanyFormComponent,
|
|
693
|
-
MJCompanyIntegrationEntityMapFormComponent,
|
|
694
|
-
MJCompanyIntegrationFieldMapFormComponent], imports: [CommonModule,
|
|
709
|
+
MJCollectionArtifactFormComponent], imports: [CommonModule,
|
|
695
710
|
FormsModule,
|
|
696
711
|
BaseFormsModule,
|
|
697
712
|
EntityViewerModule,
|
|
698
|
-
LinkDirectivesModule
|
|
699
|
-
JoinGridModule] }); })();
|
|
713
|
+
LinkDirectivesModule] }); })();
|
|
700
714
|
export class GeneratedForms_SubModule_5 {
|
|
701
715
|
static { this.ɵfac = function GeneratedForms_SubModule_5_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_5)(); }; }
|
|
702
716
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_5 }); }
|
|
@@ -704,12 +718,23 @@ export class GeneratedForms_SubModule_5 {
|
|
|
704
718
|
FormsModule,
|
|
705
719
|
BaseFormsModule,
|
|
706
720
|
EntityViewerModule,
|
|
707
|
-
LinkDirectivesModule
|
|
721
|
+
LinkDirectivesModule,
|
|
722
|
+
JoinGridModule] }); }
|
|
708
723
|
}
|
|
709
724
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_5, [{
|
|
710
725
|
type: NgModule,
|
|
711
726
|
args: [{
|
|
712
727
|
declarations: [
|
|
728
|
+
MJCollectionPermissionFormComponent,
|
|
729
|
+
MJCollectionFormComponent,
|
|
730
|
+
MJCommunicationBaseMessageTypeFormComponent,
|
|
731
|
+
MJCommunicationLogFormComponent,
|
|
732
|
+
MJCommunicationProviderMessageTypeFormComponent,
|
|
733
|
+
MJCommunicationProviderFormComponent,
|
|
734
|
+
MJCommunicationRunFormComponent,
|
|
735
|
+
MJCompanyFormComponent,
|
|
736
|
+
MJCompanyIntegrationEntityMapFormComponent,
|
|
737
|
+
MJCompanyIntegrationFieldMapFormComponent,
|
|
713
738
|
MJCompanyIntegrationRecordMapFormComponent,
|
|
714
739
|
MJCompanyIntegrationRunAPILogFormComponent,
|
|
715
740
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
@@ -719,29 +744,30 @@ export class GeneratedForms_SubModule_5 {
|
|
|
719
744
|
MJComponentDependencyFormComponent,
|
|
720
745
|
MJComponentLibraryFormComponent,
|
|
721
746
|
MJComponentLibraryLinkFormComponent,
|
|
722
|
-
MJComponentRegistryFormComponent
|
|
723
|
-
MJComponentFormComponent,
|
|
724
|
-
MJContentFileTypeFormComponent,
|
|
725
|
-
MJContentItemAttributeFormComponent,
|
|
726
|
-
MJContentItemDuplicateFormComponent,
|
|
727
|
-
MJContentItemTagFormComponent,
|
|
728
|
-
MJContentItemFormComponent,
|
|
729
|
-
MJContentProcessRunDetailFormComponent,
|
|
730
|
-
MJContentProcessRunPromptRunFormComponent,
|
|
731
|
-
MJContentProcessRunFormComponent,
|
|
732
|
-
MJContentSourceParamFormComponent
|
|
747
|
+
MJComponentRegistryFormComponent
|
|
733
748
|
],
|
|
734
749
|
imports: [
|
|
735
750
|
CommonModule,
|
|
736
751
|
FormsModule,
|
|
737
752
|
BaseFormsModule,
|
|
738
753
|
EntityViewerModule,
|
|
739
|
-
LinkDirectivesModule
|
|
754
|
+
LinkDirectivesModule,
|
|
755
|
+
JoinGridModule
|
|
740
756
|
],
|
|
741
757
|
exports: []
|
|
742
758
|
}]
|
|
743
759
|
}], null, null); })();
|
|
744
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [
|
|
760
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJCollectionPermissionFormComponent,
|
|
761
|
+
MJCollectionFormComponent,
|
|
762
|
+
MJCommunicationBaseMessageTypeFormComponent,
|
|
763
|
+
MJCommunicationLogFormComponent,
|
|
764
|
+
MJCommunicationProviderMessageTypeFormComponent,
|
|
765
|
+
MJCommunicationProviderFormComponent,
|
|
766
|
+
MJCommunicationRunFormComponent,
|
|
767
|
+
MJCompanyFormComponent,
|
|
768
|
+
MJCompanyIntegrationEntityMapFormComponent,
|
|
769
|
+
MJCompanyIntegrationFieldMapFormComponent,
|
|
770
|
+
MJCompanyIntegrationRecordMapFormComponent,
|
|
745
771
|
MJCompanyIntegrationRunAPILogFormComponent,
|
|
746
772
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
747
773
|
MJCompanyIntegrationRunFormComponent,
|
|
@@ -750,21 +776,12 @@ export class GeneratedForms_SubModule_5 {
|
|
|
750
776
|
MJComponentDependencyFormComponent,
|
|
751
777
|
MJComponentLibraryFormComponent,
|
|
752
778
|
MJComponentLibraryLinkFormComponent,
|
|
753
|
-
MJComponentRegistryFormComponent,
|
|
754
|
-
MJComponentFormComponent,
|
|
755
|
-
MJContentFileTypeFormComponent,
|
|
756
|
-
MJContentItemAttributeFormComponent,
|
|
757
|
-
MJContentItemDuplicateFormComponent,
|
|
758
|
-
MJContentItemTagFormComponent,
|
|
759
|
-
MJContentItemFormComponent,
|
|
760
|
-
MJContentProcessRunDetailFormComponent,
|
|
761
|
-
MJContentProcessRunPromptRunFormComponent,
|
|
762
|
-
MJContentProcessRunFormComponent,
|
|
763
|
-
MJContentSourceParamFormComponent], imports: [CommonModule,
|
|
779
|
+
MJComponentRegistryFormComponent], imports: [CommonModule,
|
|
764
780
|
FormsModule,
|
|
765
781
|
BaseFormsModule,
|
|
766
782
|
EntityViewerModule,
|
|
767
|
-
LinkDirectivesModule
|
|
783
|
+
LinkDirectivesModule,
|
|
784
|
+
JoinGridModule] }); })();
|
|
768
785
|
export class GeneratedForms_SubModule_6 {
|
|
769
786
|
static { this.ɵfac = function GeneratedForms_SubModule_6_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_6)(); }; }
|
|
770
787
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_6 }); }
|
|
@@ -778,6 +795,16 @@ export class GeneratedForms_SubModule_6 {
|
|
|
778
795
|
type: NgModule,
|
|
779
796
|
args: [{
|
|
780
797
|
declarations: [
|
|
798
|
+
MJComponentFormComponent,
|
|
799
|
+
MJContentFileTypeFormComponent,
|
|
800
|
+
MJContentItemAttributeFormComponent,
|
|
801
|
+
MJContentItemDuplicateFormComponent,
|
|
802
|
+
MJContentItemTagFormComponent,
|
|
803
|
+
MJContentItemFormComponent,
|
|
804
|
+
MJContentProcessRunDetailFormComponent,
|
|
805
|
+
MJContentProcessRunPromptRunFormComponent,
|
|
806
|
+
MJContentProcessRunFormComponent,
|
|
807
|
+
MJContentSourceParamFormComponent,
|
|
781
808
|
MJContentSourceTypeParamFormComponent,
|
|
782
809
|
MJContentSourceTypeFormComponent,
|
|
783
810
|
MJContentSourceFormComponent,
|
|
@@ -787,17 +814,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
787
814
|
MJConversationArtifactVersionFormComponent,
|
|
788
815
|
MJConversationArtifactFormComponent,
|
|
789
816
|
MJConversationDetailArtifactFormComponent,
|
|
790
|
-
MJConversationDetailAttachmentFormComponent
|
|
791
|
-
MJConversationDetailRatingFormComponent,
|
|
792
|
-
MJConversationDetailFormComponent,
|
|
793
|
-
MJConversationFormComponent,
|
|
794
|
-
MJCountryFormComponent,
|
|
795
|
-
MJCredentialCategoryFormComponent,
|
|
796
|
-
MJCredentialTypeFormComponent,
|
|
797
|
-
MJCredentialFormComponent,
|
|
798
|
-
MJDashboardCategoryFormComponent,
|
|
799
|
-
MJDashboardCategoryLinkFormComponent,
|
|
800
|
-
MJDashboardCategoryPermissionFormComponent
|
|
817
|
+
MJConversationDetailAttachmentFormComponent
|
|
801
818
|
],
|
|
802
819
|
imports: [
|
|
803
820
|
CommonModule,
|
|
@@ -809,7 +826,17 @@ export class GeneratedForms_SubModule_6 {
|
|
|
809
826
|
exports: []
|
|
810
827
|
}]
|
|
811
828
|
}], null, null); })();
|
|
812
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
829
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJComponentFormComponent,
|
|
830
|
+
MJContentFileTypeFormComponent,
|
|
831
|
+
MJContentItemAttributeFormComponent,
|
|
832
|
+
MJContentItemDuplicateFormComponent,
|
|
833
|
+
MJContentItemTagFormComponent,
|
|
834
|
+
MJContentItemFormComponent,
|
|
835
|
+
MJContentProcessRunDetailFormComponent,
|
|
836
|
+
MJContentProcessRunPromptRunFormComponent,
|
|
837
|
+
MJContentProcessRunFormComponent,
|
|
838
|
+
MJContentSourceParamFormComponent,
|
|
839
|
+
MJContentSourceTypeParamFormComponent,
|
|
813
840
|
MJContentSourceTypeFormComponent,
|
|
814
841
|
MJContentSourceFormComponent,
|
|
815
842
|
MJContentTypeAttributeFormComponent,
|
|
@@ -818,17 +845,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
818
845
|
MJConversationArtifactVersionFormComponent,
|
|
819
846
|
MJConversationArtifactFormComponent,
|
|
820
847
|
MJConversationDetailArtifactFormComponent,
|
|
821
|
-
MJConversationDetailAttachmentFormComponent,
|
|
822
|
-
MJConversationDetailRatingFormComponent,
|
|
823
|
-
MJConversationDetailFormComponent,
|
|
824
|
-
MJConversationFormComponent,
|
|
825
|
-
MJCountryFormComponent,
|
|
826
|
-
MJCredentialCategoryFormComponent,
|
|
827
|
-
MJCredentialTypeFormComponent,
|
|
828
|
-
MJCredentialFormComponent,
|
|
829
|
-
MJDashboardCategoryFormComponent,
|
|
830
|
-
MJDashboardCategoryLinkFormComponent,
|
|
831
|
-
MJDashboardCategoryPermissionFormComponent], imports: [CommonModule,
|
|
848
|
+
MJConversationDetailAttachmentFormComponent], imports: [CommonModule,
|
|
832
849
|
FormsModule,
|
|
833
850
|
BaseFormsModule,
|
|
834
851
|
EntityViewerModule,
|
|
@@ -846,6 +863,16 @@ export class GeneratedForms_SubModule_7 {
|
|
|
846
863
|
type: NgModule,
|
|
847
864
|
args: [{
|
|
848
865
|
declarations: [
|
|
866
|
+
MJConversationDetailRatingFormComponent,
|
|
867
|
+
MJConversationDetailFormComponent,
|
|
868
|
+
MJConversationFormComponent,
|
|
869
|
+
MJCountryFormComponent,
|
|
870
|
+
MJCredentialCategoryFormComponent,
|
|
871
|
+
MJCredentialTypeFormComponent,
|
|
872
|
+
MJCredentialFormComponent,
|
|
873
|
+
MJDashboardCategoryFormComponent,
|
|
874
|
+
MJDashboardCategoryLinkFormComponent,
|
|
875
|
+
MJDashboardCategoryPermissionFormComponent,
|
|
849
876
|
MJDashboardPartTypeFormComponent,
|
|
850
877
|
MJDashboardPermissionFormComponent,
|
|
851
878
|
MJDashboardUserPreferenceFormComponent,
|
|
@@ -855,17 +882,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
855
882
|
MJDataContextFormComponent,
|
|
856
883
|
MJDatasetItemFormComponent,
|
|
857
884
|
MJDatasetFormComponent,
|
|
858
|
-
MJDuplicateRunDetailMatchFormComponent
|
|
859
|
-
MJDuplicateRunDetailFormComponent,
|
|
860
|
-
MJDuplicateRunFormComponent,
|
|
861
|
-
MJEmployeeCompanyIntegrationFormComponent,
|
|
862
|
-
MJEmployeeRoleFormComponent,
|
|
863
|
-
MJEmployeeSkillFormComponent,
|
|
864
|
-
MJEmployeeFormComponent,
|
|
865
|
-
MJEncryptionAlgorithmFormComponent,
|
|
866
|
-
MJEncryptionKeySourceFormComponent,
|
|
867
|
-
MJEncryptionKeyFormComponent,
|
|
868
|
-
MJEntityFormComponent
|
|
885
|
+
MJDuplicateRunDetailMatchFormComponent
|
|
869
886
|
],
|
|
870
887
|
imports: [
|
|
871
888
|
CommonModule,
|
|
@@ -877,7 +894,17 @@ export class GeneratedForms_SubModule_7 {
|
|
|
877
894
|
exports: []
|
|
878
895
|
}]
|
|
879
896
|
}], null, null); })();
|
|
880
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
897
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJConversationDetailRatingFormComponent,
|
|
898
|
+
MJConversationDetailFormComponent,
|
|
899
|
+
MJConversationFormComponent,
|
|
900
|
+
MJCountryFormComponent,
|
|
901
|
+
MJCredentialCategoryFormComponent,
|
|
902
|
+
MJCredentialTypeFormComponent,
|
|
903
|
+
MJCredentialFormComponent,
|
|
904
|
+
MJDashboardCategoryFormComponent,
|
|
905
|
+
MJDashboardCategoryLinkFormComponent,
|
|
906
|
+
MJDashboardCategoryPermissionFormComponent,
|
|
907
|
+
MJDashboardPartTypeFormComponent,
|
|
881
908
|
MJDashboardPermissionFormComponent,
|
|
882
909
|
MJDashboardUserPreferenceFormComponent,
|
|
883
910
|
MJDashboardUserStateFormComponent,
|
|
@@ -886,17 +913,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
886
913
|
MJDataContextFormComponent,
|
|
887
914
|
MJDatasetItemFormComponent,
|
|
888
915
|
MJDatasetFormComponent,
|
|
889
|
-
MJDuplicateRunDetailMatchFormComponent,
|
|
890
|
-
MJDuplicateRunDetailFormComponent,
|
|
891
|
-
MJDuplicateRunFormComponent,
|
|
892
|
-
MJEmployeeCompanyIntegrationFormComponent,
|
|
893
|
-
MJEmployeeRoleFormComponent,
|
|
894
|
-
MJEmployeeSkillFormComponent,
|
|
895
|
-
MJEmployeeFormComponent,
|
|
896
|
-
MJEncryptionAlgorithmFormComponent,
|
|
897
|
-
MJEncryptionKeySourceFormComponent,
|
|
898
|
-
MJEncryptionKeyFormComponent,
|
|
899
|
-
MJEntityFormComponent], imports: [CommonModule,
|
|
916
|
+
MJDuplicateRunDetailMatchFormComponent], imports: [CommonModule,
|
|
900
917
|
FormsModule,
|
|
901
918
|
BaseFormsModule,
|
|
902
919
|
EntityViewerModule,
|
|
@@ -914,6 +931,16 @@ export class GeneratedForms_SubModule_8 {
|
|
|
914
931
|
type: NgModule,
|
|
915
932
|
args: [{
|
|
916
933
|
declarations: [
|
|
934
|
+
MJDuplicateRunDetailFormComponent,
|
|
935
|
+
MJDuplicateRunFormComponent,
|
|
936
|
+
MJEmployeeCompanyIntegrationFormComponent,
|
|
937
|
+
MJEmployeeRoleFormComponent,
|
|
938
|
+
MJEmployeeSkillFormComponent,
|
|
939
|
+
MJEmployeeFormComponent,
|
|
940
|
+
MJEncryptionAlgorithmFormComponent,
|
|
941
|
+
MJEncryptionKeySourceFormComponent,
|
|
942
|
+
MJEncryptionKeyFormComponent,
|
|
943
|
+
MJEntityFormComponent,
|
|
917
944
|
MJEntityActionFilterFormComponent,
|
|
918
945
|
MJEntityActionInvocationTypeFormComponent,
|
|
919
946
|
MJEntityActionInvocationFormComponent,
|
|
@@ -923,17 +950,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
923
950
|
MJEntityCommunicationFieldFormComponent,
|
|
924
951
|
MJEntityCommunicationMessageTypeFormComponent,
|
|
925
952
|
MJEntityDocumentRunFormComponent,
|
|
926
|
-
MJEntityDocumentSettingFormComponent
|
|
927
|
-
MJEntityDocumentTypeFormComponent,
|
|
928
|
-
MJEntityDocumentFormComponent,
|
|
929
|
-
MJEntityFieldValueFormComponent,
|
|
930
|
-
MJEntityFieldFormComponent,
|
|
931
|
-
MJEntityFormOverrideFormComponent,
|
|
932
|
-
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
933
|
-
MJEntityOrganicKeyFormComponent,
|
|
934
|
-
MJEntityPermissionFormComponent,
|
|
935
|
-
MJEntityRecordDocumentFormComponent,
|
|
936
|
-
MJEntityRelationshipDisplayComponentFormComponent
|
|
953
|
+
MJEntityDocumentSettingFormComponent
|
|
937
954
|
],
|
|
938
955
|
imports: [
|
|
939
956
|
CommonModule,
|
|
@@ -945,7 +962,17 @@ export class GeneratedForms_SubModule_8 {
|
|
|
945
962
|
exports: []
|
|
946
963
|
}]
|
|
947
964
|
}], null, null); })();
|
|
948
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
965
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDuplicateRunDetailFormComponent,
|
|
966
|
+
MJDuplicateRunFormComponent,
|
|
967
|
+
MJEmployeeCompanyIntegrationFormComponent,
|
|
968
|
+
MJEmployeeRoleFormComponent,
|
|
969
|
+
MJEmployeeSkillFormComponent,
|
|
970
|
+
MJEmployeeFormComponent,
|
|
971
|
+
MJEncryptionAlgorithmFormComponent,
|
|
972
|
+
MJEncryptionKeySourceFormComponent,
|
|
973
|
+
MJEncryptionKeyFormComponent,
|
|
974
|
+
MJEntityFormComponent,
|
|
975
|
+
MJEntityActionFilterFormComponent,
|
|
949
976
|
MJEntityActionInvocationTypeFormComponent,
|
|
950
977
|
MJEntityActionInvocationFormComponent,
|
|
951
978
|
MJEntityActionParamFormComponent,
|
|
@@ -954,17 +981,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
954
981
|
MJEntityCommunicationFieldFormComponent,
|
|
955
982
|
MJEntityCommunicationMessageTypeFormComponent,
|
|
956
983
|
MJEntityDocumentRunFormComponent,
|
|
957
|
-
MJEntityDocumentSettingFormComponent,
|
|
958
|
-
MJEntityDocumentTypeFormComponent,
|
|
959
|
-
MJEntityDocumentFormComponent,
|
|
960
|
-
MJEntityFieldValueFormComponent,
|
|
961
|
-
MJEntityFieldFormComponent,
|
|
962
|
-
MJEntityFormOverrideFormComponent,
|
|
963
|
-
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
964
|
-
MJEntityOrganicKeyFormComponent,
|
|
965
|
-
MJEntityPermissionFormComponent,
|
|
966
|
-
MJEntityRecordDocumentFormComponent,
|
|
967
|
-
MJEntityRelationshipDisplayComponentFormComponent], imports: [CommonModule,
|
|
984
|
+
MJEntityDocumentSettingFormComponent], imports: [CommonModule,
|
|
968
985
|
FormsModule,
|
|
969
986
|
BaseFormsModule,
|
|
970
987
|
EntityViewerModule,
|
|
@@ -982,6 +999,16 @@ export class GeneratedForms_SubModule_9 {
|
|
|
982
999
|
type: NgModule,
|
|
983
1000
|
args: [{
|
|
984
1001
|
declarations: [
|
|
1002
|
+
MJEntityDocumentTypeFormComponent,
|
|
1003
|
+
MJEntityDocumentFormComponent,
|
|
1004
|
+
MJEntityFieldValueFormComponent,
|
|
1005
|
+
MJEntityFieldFormComponent,
|
|
1006
|
+
MJEntityFormOverrideFormComponent,
|
|
1007
|
+
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1008
|
+
MJEntityOrganicKeyFormComponent,
|
|
1009
|
+
MJEntityPermissionFormComponent,
|
|
1010
|
+
MJEntityRecordDocumentFormComponent,
|
|
1011
|
+
MJEntityRelationshipDisplayComponentFormComponent,
|
|
985
1012
|
MJEntityRelationshipFormComponent,
|
|
986
1013
|
MJEntitySettingFormComponent,
|
|
987
1014
|
MJEnvironmentFormComponent,
|
|
@@ -991,17 +1018,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
991
1018
|
MJFileEntityRecordLinkFormComponent,
|
|
992
1019
|
MJFileStorageAccountPermissionFormComponent,
|
|
993
1020
|
MJFileStorageAccountFormComponent,
|
|
994
|
-
MJFileStorageProviderFormComponent
|
|
995
|
-
MJFileFormComponent,
|
|
996
|
-
MJGeneratedCodeCategoryFormComponent,
|
|
997
|
-
MJGeneratedCodeFormComponent,
|
|
998
|
-
MJInstanceConfigurationFormComponent,
|
|
999
|
-
MJIntegrationObjectFieldFormComponent,
|
|
1000
|
-
MJIntegrationObjectFormComponent,
|
|
1001
|
-
MJIntegrationSourceTypeFormComponent,
|
|
1002
|
-
MJIntegrationURLFormatFormComponent,
|
|
1003
|
-
MJIntegrationFormComponent,
|
|
1004
|
-
MJKnowledgeHubSavedSearchFormComponent
|
|
1021
|
+
MJFileStorageProviderFormComponent
|
|
1005
1022
|
],
|
|
1006
1023
|
imports: [
|
|
1007
1024
|
CommonModule,
|
|
@@ -1013,7 +1030,17 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1013
1030
|
exports: []
|
|
1014
1031
|
}]
|
|
1015
1032
|
}], null, null); })();
|
|
1016
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1033
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityDocumentTypeFormComponent,
|
|
1034
|
+
MJEntityDocumentFormComponent,
|
|
1035
|
+
MJEntityFieldValueFormComponent,
|
|
1036
|
+
MJEntityFieldFormComponent,
|
|
1037
|
+
MJEntityFormOverrideFormComponent,
|
|
1038
|
+
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1039
|
+
MJEntityOrganicKeyFormComponent,
|
|
1040
|
+
MJEntityPermissionFormComponent,
|
|
1041
|
+
MJEntityRecordDocumentFormComponent,
|
|
1042
|
+
MJEntityRelationshipDisplayComponentFormComponent,
|
|
1043
|
+
MJEntityRelationshipFormComponent,
|
|
1017
1044
|
MJEntitySettingFormComponent,
|
|
1018
1045
|
MJEnvironmentFormComponent,
|
|
1019
1046
|
MJErrorLogFormComponent,
|
|
@@ -1022,17 +1049,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1022
1049
|
MJFileEntityRecordLinkFormComponent,
|
|
1023
1050
|
MJFileStorageAccountPermissionFormComponent,
|
|
1024
1051
|
MJFileStorageAccountFormComponent,
|
|
1025
|
-
MJFileStorageProviderFormComponent,
|
|
1026
|
-
MJFileFormComponent,
|
|
1027
|
-
MJGeneratedCodeCategoryFormComponent,
|
|
1028
|
-
MJGeneratedCodeFormComponent,
|
|
1029
|
-
MJInstanceConfigurationFormComponent,
|
|
1030
|
-
MJIntegrationObjectFieldFormComponent,
|
|
1031
|
-
MJIntegrationObjectFormComponent,
|
|
1032
|
-
MJIntegrationSourceTypeFormComponent,
|
|
1033
|
-
MJIntegrationURLFormatFormComponent,
|
|
1034
|
-
MJIntegrationFormComponent,
|
|
1035
|
-
MJKnowledgeHubSavedSearchFormComponent], imports: [CommonModule,
|
|
1052
|
+
MJFileStorageProviderFormComponent], imports: [CommonModule,
|
|
1036
1053
|
FormsModule,
|
|
1037
1054
|
BaseFormsModule,
|
|
1038
1055
|
EntityViewerModule,
|
|
@@ -1050,6 +1067,16 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1050
1067
|
type: NgModule,
|
|
1051
1068
|
args: [{
|
|
1052
1069
|
declarations: [
|
|
1070
|
+
MJFileFormComponent,
|
|
1071
|
+
MJGeneratedCodeCategoryFormComponent,
|
|
1072
|
+
MJGeneratedCodeFormComponent,
|
|
1073
|
+
MJInstanceConfigurationFormComponent,
|
|
1074
|
+
MJIntegrationObjectFieldFormComponent,
|
|
1075
|
+
MJIntegrationObjectFormComponent,
|
|
1076
|
+
MJIntegrationSourceTypeFormComponent,
|
|
1077
|
+
MJIntegrationURLFormatFormComponent,
|
|
1078
|
+
MJIntegrationFormComponent,
|
|
1079
|
+
MJKnowledgeHubSavedSearchFormComponent,
|
|
1053
1080
|
MJLibraryFormComponent,
|
|
1054
1081
|
MJLibraryItemFormComponent,
|
|
1055
1082
|
MJListCategoryFormComponent,
|
|
@@ -1059,17 +1086,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1059
1086
|
MJListFormComponent,
|
|
1060
1087
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1061
1088
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1062
|
-
MJMagicLinkInviteApplicationFormComponent
|
|
1063
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1064
|
-
MJMagicLinkInviteFormComponent,
|
|
1065
|
-
MJMagicLinkRedemptionFormComponent,
|
|
1066
|
-
MJMCPServerConnectionPermissionFormComponent,
|
|
1067
|
-
MJMCPServerConnectionToolFormComponent,
|
|
1068
|
-
MJMCPServerConnectionFormComponent,
|
|
1069
|
-
MJMCPServerToolFormComponent,
|
|
1070
|
-
MJMCPServerFormComponent,
|
|
1071
|
-
MJMCPToolExecutionLogFormComponent,
|
|
1072
|
-
MJMCPToolFavoriteFormComponent
|
|
1089
|
+
MJMagicLinkInviteApplicationFormComponent
|
|
1073
1090
|
],
|
|
1074
1091
|
imports: [
|
|
1075
1092
|
CommonModule,
|
|
@@ -1081,7 +1098,17 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1081
1098
|
exports: []
|
|
1082
1099
|
}]
|
|
1083
1100
|
}], null, null); })();
|
|
1084
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1101
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJFileFormComponent,
|
|
1102
|
+
MJGeneratedCodeCategoryFormComponent,
|
|
1103
|
+
MJGeneratedCodeFormComponent,
|
|
1104
|
+
MJInstanceConfigurationFormComponent,
|
|
1105
|
+
MJIntegrationObjectFieldFormComponent,
|
|
1106
|
+
MJIntegrationObjectFormComponent,
|
|
1107
|
+
MJIntegrationSourceTypeFormComponent,
|
|
1108
|
+
MJIntegrationURLFormatFormComponent,
|
|
1109
|
+
MJIntegrationFormComponent,
|
|
1110
|
+
MJKnowledgeHubSavedSearchFormComponent,
|
|
1111
|
+
MJLibraryFormComponent,
|
|
1085
1112
|
MJLibraryItemFormComponent,
|
|
1086
1113
|
MJListCategoryFormComponent,
|
|
1087
1114
|
MJListDetailFormComponent,
|
|
@@ -1090,17 +1117,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1090
1117
|
MJListFormComponent,
|
|
1091
1118
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1092
1119
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1093
|
-
MJMagicLinkInviteApplicationFormComponent,
|
|
1094
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1095
|
-
MJMagicLinkInviteFormComponent,
|
|
1096
|
-
MJMagicLinkRedemptionFormComponent,
|
|
1097
|
-
MJMCPServerConnectionPermissionFormComponent,
|
|
1098
|
-
MJMCPServerConnectionToolFormComponent,
|
|
1099
|
-
MJMCPServerConnectionFormComponent,
|
|
1100
|
-
MJMCPServerToolFormComponent,
|
|
1101
|
-
MJMCPServerFormComponent,
|
|
1102
|
-
MJMCPToolExecutionLogFormComponent,
|
|
1103
|
-
MJMCPToolFavoriteFormComponent], imports: [CommonModule,
|
|
1120
|
+
MJMagicLinkInviteApplicationFormComponent], imports: [CommonModule,
|
|
1104
1121
|
FormsModule,
|
|
1105
1122
|
BaseFormsModule,
|
|
1106
1123
|
EntityViewerModule,
|
|
@@ -1118,6 +1135,16 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1118
1135
|
type: NgModule,
|
|
1119
1136
|
args: [{
|
|
1120
1137
|
declarations: [
|
|
1138
|
+
MJMagicLinkInviteRoleFormComponent,
|
|
1139
|
+
MJMagicLinkInviteFormComponent,
|
|
1140
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1141
|
+
MJMCPServerConnectionPermissionFormComponent,
|
|
1142
|
+
MJMCPServerConnectionToolFormComponent,
|
|
1143
|
+
MJMCPServerConnectionFormComponent,
|
|
1144
|
+
MJMCPServerToolFormComponent,
|
|
1145
|
+
MJMCPServerFormComponent,
|
|
1146
|
+
MJMCPToolExecutionLogFormComponent,
|
|
1147
|
+
MJMCPToolFavoriteFormComponent,
|
|
1121
1148
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1122
1149
|
MJOAuthAuthorizationStateFormComponent,
|
|
1123
1150
|
MJOAuthClientRegistrationFormComponent,
|
|
@@ -1127,17 +1154,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1127
1154
|
MJOpenAppFormComponent,
|
|
1128
1155
|
MJOutputDeliveryTypeFormComponent,
|
|
1129
1156
|
MJOutputFormatTypeFormComponent,
|
|
1130
|
-
MJOutputTriggerTypeFormComponent
|
|
1131
|
-
MJPermissionDomainFormComponent,
|
|
1132
|
-
MJProjectFormComponent,
|
|
1133
|
-
MJPublicLinkFormComponent,
|
|
1134
|
-
MJQueryFormComponent,
|
|
1135
|
-
MJQueryCategoryFormComponent,
|
|
1136
|
-
MJQueryDependencyFormComponent,
|
|
1137
|
-
MJQueryEntityFormComponent,
|
|
1138
|
-
MJQueryFieldFormComponent,
|
|
1139
|
-
MJQueryParameterFormComponent,
|
|
1140
|
-
MJQueryPermissionFormComponent
|
|
1157
|
+
MJOutputTriggerTypeFormComponent
|
|
1141
1158
|
],
|
|
1142
1159
|
imports: [
|
|
1143
1160
|
CommonModule,
|
|
@@ -1149,7 +1166,17 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1149
1166
|
exports: []
|
|
1150
1167
|
}]
|
|
1151
1168
|
}], null, null); })();
|
|
1152
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1169
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJMagicLinkInviteRoleFormComponent,
|
|
1170
|
+
MJMagicLinkInviteFormComponent,
|
|
1171
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1172
|
+
MJMCPServerConnectionPermissionFormComponent,
|
|
1173
|
+
MJMCPServerConnectionToolFormComponent,
|
|
1174
|
+
MJMCPServerConnectionFormComponent,
|
|
1175
|
+
MJMCPServerToolFormComponent,
|
|
1176
|
+
MJMCPServerFormComponent,
|
|
1177
|
+
MJMCPToolExecutionLogFormComponent,
|
|
1178
|
+
MJMCPToolFavoriteFormComponent,
|
|
1179
|
+
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1153
1180
|
MJOAuthAuthorizationStateFormComponent,
|
|
1154
1181
|
MJOAuthClientRegistrationFormComponent,
|
|
1155
1182
|
MJOAuthTokenFormComponent,
|
|
@@ -1158,17 +1185,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1158
1185
|
MJOpenAppFormComponent,
|
|
1159
1186
|
MJOutputDeliveryTypeFormComponent,
|
|
1160
1187
|
MJOutputFormatTypeFormComponent,
|
|
1161
|
-
MJOutputTriggerTypeFormComponent,
|
|
1162
|
-
MJPermissionDomainFormComponent,
|
|
1163
|
-
MJProjectFormComponent,
|
|
1164
|
-
MJPublicLinkFormComponent,
|
|
1165
|
-
MJQueryFormComponent,
|
|
1166
|
-
MJQueryCategoryFormComponent,
|
|
1167
|
-
MJQueryDependencyFormComponent,
|
|
1168
|
-
MJQueryEntityFormComponent,
|
|
1169
|
-
MJQueryFieldFormComponent,
|
|
1170
|
-
MJQueryParameterFormComponent,
|
|
1171
|
-
MJQueryPermissionFormComponent], imports: [CommonModule,
|
|
1188
|
+
MJOutputTriggerTypeFormComponent], imports: [CommonModule,
|
|
1172
1189
|
FormsModule,
|
|
1173
1190
|
BaseFormsModule,
|
|
1174
1191
|
EntityViewerModule,
|
|
@@ -1186,6 +1203,18 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1186
1203
|
type: NgModule,
|
|
1187
1204
|
args: [{
|
|
1188
1205
|
declarations: [
|
|
1206
|
+
MJPermissionDomainFormComponent,
|
|
1207
|
+
MJProcessRunDetailFormComponent,
|
|
1208
|
+
MJProcessRunFormComponent,
|
|
1209
|
+
MJProjectFormComponent,
|
|
1210
|
+
MJPublicLinkFormComponent,
|
|
1211
|
+
MJQueryFormComponent,
|
|
1212
|
+
MJQueryCategoryFormComponent,
|
|
1213
|
+
MJQueryDependencyFormComponent,
|
|
1214
|
+
MJQueryEntityFormComponent,
|
|
1215
|
+
MJQueryFieldFormComponent,
|
|
1216
|
+
MJQueryParameterFormComponent,
|
|
1217
|
+
MJQueryPermissionFormComponent,
|
|
1189
1218
|
MJQuerySQLFormComponent,
|
|
1190
1219
|
MJQueueTaskFormComponent,
|
|
1191
1220
|
MJQueueTypeFormComponent,
|
|
@@ -1193,19 +1222,75 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1193
1222
|
MJRecommendationItemFormComponent,
|
|
1194
1223
|
MJRecommendationProviderFormComponent,
|
|
1195
1224
|
MJRecommendationRunFormComponent,
|
|
1196
|
-
MJRecommendationFormComponent
|
|
1225
|
+
MJRecommendationFormComponent
|
|
1226
|
+
],
|
|
1227
|
+
imports: [
|
|
1228
|
+
CommonModule,
|
|
1229
|
+
FormsModule,
|
|
1230
|
+
BaseFormsModule,
|
|
1231
|
+
EntityViewerModule,
|
|
1232
|
+
LinkDirectivesModule
|
|
1233
|
+
],
|
|
1234
|
+
exports: []
|
|
1235
|
+
}]
|
|
1236
|
+
}], null, null); })();
|
|
1237
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJPermissionDomainFormComponent,
|
|
1238
|
+
MJProcessRunDetailFormComponent,
|
|
1239
|
+
MJProcessRunFormComponent,
|
|
1240
|
+
MJProjectFormComponent,
|
|
1241
|
+
MJPublicLinkFormComponent,
|
|
1242
|
+
MJQueryFormComponent,
|
|
1243
|
+
MJQueryCategoryFormComponent,
|
|
1244
|
+
MJQueryDependencyFormComponent,
|
|
1245
|
+
MJQueryEntityFormComponent,
|
|
1246
|
+
MJQueryFieldFormComponent,
|
|
1247
|
+
MJQueryParameterFormComponent,
|
|
1248
|
+
MJQueryPermissionFormComponent,
|
|
1249
|
+
MJQuerySQLFormComponent,
|
|
1250
|
+
MJQueueTaskFormComponent,
|
|
1251
|
+
MJQueueTypeFormComponent,
|
|
1252
|
+
MJQueueFormComponent,
|
|
1253
|
+
MJRecommendationItemFormComponent,
|
|
1254
|
+
MJRecommendationProviderFormComponent,
|
|
1255
|
+
MJRecommendationRunFormComponent,
|
|
1256
|
+
MJRecommendationFormComponent], imports: [CommonModule,
|
|
1257
|
+
FormsModule,
|
|
1258
|
+
BaseFormsModule,
|
|
1259
|
+
EntityViewerModule,
|
|
1260
|
+
LinkDirectivesModule] }); })();
|
|
1261
|
+
export class GeneratedForms_SubModule_13 {
|
|
1262
|
+
static { this.ɵfac = function GeneratedForms_SubModule_13_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_13)(); }; }
|
|
1263
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
|
|
1264
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1265
|
+
FormsModule,
|
|
1266
|
+
BaseFormsModule,
|
|
1267
|
+
EntityViewerModule,
|
|
1268
|
+
LinkDirectivesModule] }); }
|
|
1269
|
+
}
|
|
1270
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_13, [{
|
|
1271
|
+
type: NgModule,
|
|
1272
|
+
args: [{
|
|
1273
|
+
declarations: [
|
|
1197
1274
|
MJRecordChangeReplayRunFormComponent,
|
|
1198
1275
|
MJRecordChangeFormComponent,
|
|
1199
1276
|
MJRecordGeoCodeFormComponent,
|
|
1200
1277
|
MJRecordLinkFormComponent,
|
|
1201
1278
|
MJRecordMergeDeletionLogFormComponent,
|
|
1202
1279
|
MJRecordMergeLogFormComponent,
|
|
1280
|
+
MJRecordProcessCategoryFormComponent,
|
|
1281
|
+
MJRecordProcessWatermarkFormComponent,
|
|
1282
|
+
MJRecordProcessFormComponent,
|
|
1283
|
+
MJRemoteOperationCategoryFormComponent,
|
|
1284
|
+
MJRemoteOperationFormComponent,
|
|
1203
1285
|
MJReportCategoryFormComponent,
|
|
1204
1286
|
MJReportSnapshotFormComponent,
|
|
1205
1287
|
MJReportUserStateFormComponent,
|
|
1206
1288
|
MJReportVersionFormComponent,
|
|
1207
1289
|
MJReportFormComponent,
|
|
1208
|
-
MJResourceLinkFormComponent
|
|
1290
|
+
MJResourceLinkFormComponent,
|
|
1291
|
+
MJResourcePermissionFormComponent,
|
|
1292
|
+
MJResourceTypeFormComponent,
|
|
1293
|
+
MJRoleFormComponent
|
|
1209
1294
|
],
|
|
1210
1295
|
imports: [
|
|
1211
1296
|
CommonModule,
|
|
@@ -1217,46 +1302,43 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1217
1302
|
exports: []
|
|
1218
1303
|
}]
|
|
1219
1304
|
}], null, null); })();
|
|
1220
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1221
|
-
MJQueueTaskFormComponent,
|
|
1222
|
-
MJQueueTypeFormComponent,
|
|
1223
|
-
MJQueueFormComponent,
|
|
1224
|
-
MJRecommendationItemFormComponent,
|
|
1225
|
-
MJRecommendationProviderFormComponent,
|
|
1226
|
-
MJRecommendationRunFormComponent,
|
|
1227
|
-
MJRecommendationFormComponent,
|
|
1228
|
-
MJRecordChangeReplayRunFormComponent,
|
|
1305
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJRecordChangeReplayRunFormComponent,
|
|
1229
1306
|
MJRecordChangeFormComponent,
|
|
1230
1307
|
MJRecordGeoCodeFormComponent,
|
|
1231
1308
|
MJRecordLinkFormComponent,
|
|
1232
1309
|
MJRecordMergeDeletionLogFormComponent,
|
|
1233
1310
|
MJRecordMergeLogFormComponent,
|
|
1311
|
+
MJRecordProcessCategoryFormComponent,
|
|
1312
|
+
MJRecordProcessWatermarkFormComponent,
|
|
1313
|
+
MJRecordProcessFormComponent,
|
|
1314
|
+
MJRemoteOperationCategoryFormComponent,
|
|
1315
|
+
MJRemoteOperationFormComponent,
|
|
1234
1316
|
MJReportCategoryFormComponent,
|
|
1235
1317
|
MJReportSnapshotFormComponent,
|
|
1236
1318
|
MJReportUserStateFormComponent,
|
|
1237
1319
|
MJReportVersionFormComponent,
|
|
1238
1320
|
MJReportFormComponent,
|
|
1239
|
-
MJResourceLinkFormComponent
|
|
1321
|
+
MJResourceLinkFormComponent,
|
|
1322
|
+
MJResourcePermissionFormComponent,
|
|
1323
|
+
MJResourceTypeFormComponent,
|
|
1324
|
+
MJRoleFormComponent], imports: [CommonModule,
|
|
1240
1325
|
FormsModule,
|
|
1241
1326
|
BaseFormsModule,
|
|
1242
1327
|
EntityViewerModule,
|
|
1243
1328
|
LinkDirectivesModule] }); })();
|
|
1244
|
-
export class
|
|
1245
|
-
static { this.ɵfac = function
|
|
1246
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1329
|
+
export class GeneratedForms_SubModule_14 {
|
|
1330
|
+
static { this.ɵfac = function GeneratedForms_SubModule_14_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_14)(); }; }
|
|
1331
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_14 }); }
|
|
1247
1332
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1248
1333
|
FormsModule,
|
|
1249
1334
|
BaseFormsModule,
|
|
1250
1335
|
EntityViewerModule,
|
|
1251
1336
|
LinkDirectivesModule] }); }
|
|
1252
1337
|
}
|
|
1253
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1338
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_14, [{
|
|
1254
1339
|
type: NgModule,
|
|
1255
1340
|
args: [{
|
|
1256
1341
|
declarations: [
|
|
1257
|
-
MJResourcePermissionFormComponent,
|
|
1258
|
-
MJResourceTypeFormComponent,
|
|
1259
|
-
MJRoleFormComponent,
|
|
1260
1342
|
MJRowLevelSecurityFilterFormComponent,
|
|
1261
1343
|
MJScheduledActionParamFormComponent,
|
|
1262
1344
|
MJScheduledActionFormComponent,
|
|
@@ -1273,7 +1355,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1273
1355
|
MJSearchScopeStorageAccountFormComponent,
|
|
1274
1356
|
MJSearchScopeTestQueryFormComponent,
|
|
1275
1357
|
MJSearchScopeFormComponent,
|
|
1276
|
-
MJSignatureAccountFormComponent
|
|
1358
|
+
MJSignatureAccountFormComponent,
|
|
1359
|
+
MJSignatureProviderFormComponent,
|
|
1360
|
+
MJSignatureRequestDocumentFormComponent,
|
|
1361
|
+
MJSignatureRequestLogFormComponent
|
|
1277
1362
|
],
|
|
1278
1363
|
imports: [
|
|
1279
1364
|
CommonModule,
|
|
@@ -1285,10 +1370,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1285
1370
|
exports: []
|
|
1286
1371
|
}]
|
|
1287
1372
|
}], null, null); })();
|
|
1288
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1289
|
-
MJResourceTypeFormComponent,
|
|
1290
|
-
MJRoleFormComponent,
|
|
1291
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1373
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRowLevelSecurityFilterFormComponent,
|
|
1292
1374
|
MJScheduledActionParamFormComponent,
|
|
1293
1375
|
MJScheduledActionFormComponent,
|
|
1294
1376
|
MJScheduledJobRunFormComponent,
|
|
@@ -1304,27 +1386,27 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1304
1386
|
MJSearchScopeStorageAccountFormComponent,
|
|
1305
1387
|
MJSearchScopeTestQueryFormComponent,
|
|
1306
1388
|
MJSearchScopeFormComponent,
|
|
1307
|
-
MJSignatureAccountFormComponent
|
|
1389
|
+
MJSignatureAccountFormComponent,
|
|
1390
|
+
MJSignatureProviderFormComponent,
|
|
1391
|
+
MJSignatureRequestDocumentFormComponent,
|
|
1392
|
+
MJSignatureRequestLogFormComponent], imports: [CommonModule,
|
|
1308
1393
|
FormsModule,
|
|
1309
1394
|
BaseFormsModule,
|
|
1310
1395
|
EntityViewerModule,
|
|
1311
1396
|
LinkDirectivesModule] }); })();
|
|
1312
|
-
export class
|
|
1313
|
-
static { this.ɵfac = function
|
|
1314
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1397
|
+
export class GeneratedForms_SubModule_15 {
|
|
1398
|
+
static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_15)(); }; }
|
|
1399
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
|
|
1315
1400
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1316
1401
|
FormsModule,
|
|
1317
1402
|
BaseFormsModule,
|
|
1318
1403
|
EntityViewerModule,
|
|
1319
1404
|
LinkDirectivesModule] }); }
|
|
1320
1405
|
}
|
|
1321
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1406
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
|
|
1322
1407
|
type: NgModule,
|
|
1323
1408
|
args: [{
|
|
1324
1409
|
declarations: [
|
|
1325
|
-
MJSignatureProviderFormComponent,
|
|
1326
|
-
MJSignatureRequestDocumentFormComponent,
|
|
1327
|
-
MJSignatureRequestLogFormComponent,
|
|
1328
1410
|
MJSignatureRequestRecipientFormComponent,
|
|
1329
1411
|
MJSignatureRequestFormComponent,
|
|
1330
1412
|
MJSkillFormComponent,
|
|
@@ -1341,7 +1423,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1341
1423
|
MJTaskTypeFormComponent,
|
|
1342
1424
|
MJTaskFormComponent,
|
|
1343
1425
|
MJTemplateCategoryFormComponent,
|
|
1344
|
-
MJTemplateContentTypeFormComponent
|
|
1426
|
+
MJTemplateContentTypeFormComponent,
|
|
1427
|
+
MJTemplateContentFormComponent,
|
|
1428
|
+
MJTemplateParamFormComponent,
|
|
1429
|
+
MJTemplateFormComponent
|
|
1345
1430
|
],
|
|
1346
1431
|
imports: [
|
|
1347
1432
|
CommonModule,
|
|
@@ -1353,10 +1438,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1353
1438
|
exports: []
|
|
1354
1439
|
}]
|
|
1355
1440
|
}], null, null); })();
|
|
1356
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1357
|
-
MJSignatureRequestDocumentFormComponent,
|
|
1358
|
-
MJSignatureRequestLogFormComponent,
|
|
1359
|
-
MJSignatureRequestRecipientFormComponent,
|
|
1441
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJSignatureRequestRecipientFormComponent,
|
|
1360
1442
|
MJSignatureRequestFormComponent,
|
|
1361
1443
|
MJSkillFormComponent,
|
|
1362
1444
|
MJSQLDialectFormComponent,
|
|
@@ -1372,27 +1454,27 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1372
1454
|
MJTaskTypeFormComponent,
|
|
1373
1455
|
MJTaskFormComponent,
|
|
1374
1456
|
MJTemplateCategoryFormComponent,
|
|
1375
|
-
MJTemplateContentTypeFormComponent
|
|
1457
|
+
MJTemplateContentTypeFormComponent,
|
|
1458
|
+
MJTemplateContentFormComponent,
|
|
1459
|
+
MJTemplateParamFormComponent,
|
|
1460
|
+
MJTemplateFormComponent], imports: [CommonModule,
|
|
1376
1461
|
FormsModule,
|
|
1377
1462
|
BaseFormsModule,
|
|
1378
1463
|
EntityViewerModule,
|
|
1379
1464
|
LinkDirectivesModule] }); })();
|
|
1380
|
-
export class
|
|
1381
|
-
static { this.ɵfac = function
|
|
1382
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1465
|
+
export class GeneratedForms_SubModule_16 {
|
|
1466
|
+
static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_16)(); }; }
|
|
1467
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
|
|
1383
1468
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1384
1469
|
FormsModule,
|
|
1385
1470
|
BaseFormsModule,
|
|
1386
1471
|
EntityViewerModule,
|
|
1387
1472
|
LinkDirectivesModule] }); }
|
|
1388
1473
|
}
|
|
1389
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1474
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
|
|
1390
1475
|
type: NgModule,
|
|
1391
1476
|
args: [{
|
|
1392
1477
|
declarations: [
|
|
1393
|
-
MJTemplateContentFormComponent,
|
|
1394
|
-
MJTemplateParamFormComponent,
|
|
1395
|
-
MJTemplateFormComponent,
|
|
1396
1478
|
MJTestRubricFormComponent,
|
|
1397
1479
|
MJTestRunFeedbackFormComponent,
|
|
1398
1480
|
MJTestRunOutputTypeFormComponent,
|
|
@@ -1409,7 +1491,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1409
1491
|
MJUserNotificationPreferenceFormComponent,
|
|
1410
1492
|
MJUserNotificationTypeFormComponent,
|
|
1411
1493
|
MJUserNotificationFormComponent,
|
|
1412
|
-
MJUserRecordLogFormComponent
|
|
1494
|
+
MJUserRecordLogFormComponent,
|
|
1495
|
+
MJUserRoleFormComponent,
|
|
1496
|
+
MJUserSettingFormComponent,
|
|
1497
|
+
MJUserViewCategoryFormComponent
|
|
1413
1498
|
],
|
|
1414
1499
|
imports: [
|
|
1415
1500
|
CommonModule,
|
|
@@ -1421,10 +1506,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1421
1506
|
exports: []
|
|
1422
1507
|
}]
|
|
1423
1508
|
}], null, null); })();
|
|
1424
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1425
|
-
MJTemplateParamFormComponent,
|
|
1426
|
-
MJTemplateFormComponent,
|
|
1427
|
-
MJTestRubricFormComponent,
|
|
1509
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJTestRubricFormComponent,
|
|
1428
1510
|
MJTestRunFeedbackFormComponent,
|
|
1429
1511
|
MJTestRunOutputTypeFormComponent,
|
|
1430
1512
|
MJTestRunOutputFormComponent,
|
|
@@ -1440,27 +1522,27 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1440
1522
|
MJUserNotificationPreferenceFormComponent,
|
|
1441
1523
|
MJUserNotificationTypeFormComponent,
|
|
1442
1524
|
MJUserNotificationFormComponent,
|
|
1443
|
-
MJUserRecordLogFormComponent
|
|
1525
|
+
MJUserRecordLogFormComponent,
|
|
1526
|
+
MJUserRoleFormComponent,
|
|
1527
|
+
MJUserSettingFormComponent,
|
|
1528
|
+
MJUserViewCategoryFormComponent], imports: [CommonModule,
|
|
1444
1529
|
FormsModule,
|
|
1445
1530
|
BaseFormsModule,
|
|
1446
1531
|
EntityViewerModule,
|
|
1447
1532
|
LinkDirectivesModule] }); })();
|
|
1448
|
-
export class
|
|
1449
|
-
static { this.ɵfac = function
|
|
1450
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1533
|
+
export class GeneratedForms_SubModule_17 {
|
|
1534
|
+
static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_17)(); }; }
|
|
1535
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
|
|
1451
1536
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1452
1537
|
FormsModule,
|
|
1453
1538
|
BaseFormsModule,
|
|
1454
1539
|
EntityViewerModule,
|
|
1455
1540
|
LinkDirectivesModule] }); }
|
|
1456
1541
|
}
|
|
1457
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1542
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
|
|
1458
1543
|
type: NgModule,
|
|
1459
1544
|
args: [{
|
|
1460
1545
|
declarations: [
|
|
1461
|
-
MJUserRoleFormComponent,
|
|
1462
|
-
MJUserSettingFormComponent,
|
|
1463
|
-
MJUserViewCategoryFormComponent,
|
|
1464
1546
|
MJUserViewRunDetailFormComponent,
|
|
1465
1547
|
MJUserViewRunFormComponent,
|
|
1466
1548
|
MJUserViewFormComponent,
|
|
@@ -1488,10 +1570,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1488
1570
|
exports: []
|
|
1489
1571
|
}]
|
|
1490
1572
|
}], null, null); })();
|
|
1491
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1492
|
-
MJUserSettingFormComponent,
|
|
1493
|
-
MJUserViewCategoryFormComponent,
|
|
1494
|
-
MJUserViewRunDetailFormComponent,
|
|
1573
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJUserViewRunDetailFormComponent,
|
|
1495
1574
|
MJUserViewRunFormComponent,
|
|
1496
1575
|
MJUserViewFormComponent,
|
|
1497
1576
|
MJUserFormComponent,
|
|
@@ -1530,7 +1609,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1530
1609
|
GeneratedForms_SubModule_13,
|
|
1531
1610
|
GeneratedForms_SubModule_14,
|
|
1532
1611
|
GeneratedForms_SubModule_15,
|
|
1533
|
-
GeneratedForms_SubModule_16
|
|
1612
|
+
GeneratedForms_SubModule_16,
|
|
1613
|
+
GeneratedForms_SubModule_17] }); }
|
|
1534
1614
|
}
|
|
1535
1615
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1536
1616
|
type: NgModule,
|
|
@@ -1553,9 +1633,10 @@ export class CoreGeneratedFormsModule {
|
|
|
1553
1633
|
GeneratedForms_SubModule_13,
|
|
1554
1634
|
GeneratedForms_SubModule_14,
|
|
1555
1635
|
GeneratedForms_SubModule_15,
|
|
1556
|
-
GeneratedForms_SubModule_16
|
|
1636
|
+
GeneratedForms_SubModule_16,
|
|
1637
|
+
GeneratedForms_SubModule_17
|
|
1557
1638
|
]
|
|
1558
1639
|
}]
|
|
1559
1640
|
}], null, null); })();
|
|
1560
|
-
(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] }); })();
|
|
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] }); })();
|
|
1561
1642
|
//# sourceMappingURL=generated-forms.module.js.map
|