@memberjunction/ng-core-entity-forms 6.1.0-edge.2 → 6.1.0-edge.3
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/LICENSE +180 -4
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.d.ts +12 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.d.ts.map +1 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.js +138 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.js.map +1 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.d.ts +20 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.d.ts.map +1 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.js +173 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.js.map +1 -0
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +193 -182
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Companies/company-header.panel.d.ts +12 -0
- package/dist/lib/custom/Companies/company-header.panel.d.ts.map +1 -0
- package/dist/lib/custom/Companies/company-header.panel.js +190 -0
- package/dist/lib/custom/Companies/company-header.panel.js.map +1 -0
- package/dist/lib/custom/Companies/company-overview.panel.d.ts +21 -0
- package/dist/lib/custom/Companies/company-overview.panel.d.ts.map +1 -0
- package/dist/lib/custom/Companies/company-overview.panel.js +180 -0
- package/dist/lib/custom/Companies/company-overview.panel.js.map +1 -0
- package/dist/lib/custom/Conversations/conversation-header.panel.d.ts +12 -0
- package/dist/lib/custom/Conversations/conversation-header.panel.d.ts.map +1 -0
- package/dist/lib/custom/Conversations/conversation-header.panel.js +150 -0
- package/dist/lib/custom/Conversations/conversation-header.panel.js.map +1 -0
- package/dist/lib/custom/Conversations/conversation-overview.panel.d.ts +23 -0
- package/dist/lib/custom/Conversations/conversation-overview.panel.d.ts.map +1 -0
- package/dist/lib/custom/Conversations/conversation-overview.panel.js +199 -0
- package/dist/lib/custom/Conversations/conversation-overview.panel.js.map +1 -0
- package/dist/lib/custom/Employees/employee-header.panel.d.ts +12 -0
- package/dist/lib/custom/Employees/employee-header.panel.d.ts.map +1 -0
- package/dist/lib/custom/Employees/employee-header.panel.js +180 -0
- package/dist/lib/custom/Employees/employee-header.panel.js.map +1 -0
- package/dist/lib/custom/Employees/employee-overview.panel.d.ts +21 -0
- package/dist/lib/custom/Employees/employee-overview.panel.d.ts.map +1 -0
- package/dist/lib/custom/Employees/employee-overview.panel.js +180 -0
- package/dist/lib/custom/Employees/employee-overview.panel.js.map +1 -0
- package/dist/lib/custom/Entities/entity-form.component.d.ts +4 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +216 -173
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/Files/file-form.component.d.ts +40 -0
- package/dist/lib/custom/Files/file-form.component.d.ts.map +1 -0
- package/dist/lib/custom/Files/file-form.component.js +654 -0
- package/dist/lib/custom/Files/file-form.component.js.map +1 -0
- package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.d.ts +101 -0
- package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.d.ts.map +1 -0
- package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.js +1202 -0
- package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.js.map +1 -0
- package/dist/lib/custom/Users/user-header.panel.d.ts +12 -0
- package/dist/lib/custom/Users/user-header.panel.d.ts.map +1 -0
- package/dist/lib/custom/Users/user-header.panel.js +164 -0
- package/dist/lib/custom/Users/user-header.panel.js.map +1 -0
- package/dist/lib/custom/Users/user-overview.panel.d.ts +19 -0
- package/dist/lib/custom/Users/user-overview.panel.d.ts.map +1 -0
- package/dist/lib/custom/Users/user-overview.panel.js +172 -0
- package/dist/lib/custom/Users/user-overview.panel.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts +18 -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 +118 -75
- 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-timeline.component.d.ts +46 -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 +141 -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.js +4 -4
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.d.ts +9 -1
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.js +85 -8
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +33 -29
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +23 -8
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAction/mjaiaction.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJAIAction/mjaiaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +300 -294
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js +31 -23
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js +14 -16
- package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentNoteType/mjaiagentnotetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIAgentNoteType/mjaiagentnotetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +123 -117
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js +35 -27
- package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +47 -49
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentStep/mjaiagentstep.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJAIAgentStep/mjaiagentstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIArchitecture/mjaiarchitecture.form.component.js +30 -22
- package/dist/lib/generated/Entities/MJAIArchitecture/mjaiarchitecture.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIConfiguration/mjaiconfiguration.form.component.js +72 -64
- package/dist/lib/generated/Entities/MJAIConfiguration/mjaiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModality/mjaimodality.form.component.js +8 -8
- package/dist/lib/generated/Entities/MJAIModality/mjaimodality.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +28 -28
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelPriceType/mjaimodelpricetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIModelPriceType/mjaimodelpricetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +171 -173
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptCategory/mjaipromptcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptCategory/mjaipromptcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJAIPromptCategory/mjaipromptcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +85 -79
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRunMedia/mjaipromptrunmedia.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIPromptRunMedia/mjaipromptrunmedia.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptType/mjaiprompttype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIPromptType/mjaiprompttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js +11 -11
- package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAPIApplication/mjapiapplication.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJAPIApplication/mjapiapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAPIKey/mjapikey.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJAPIKey/mjapikey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAPIScope/mjapiscope.form.component.js +36 -28
- package/dist/lib/generated/Entities/MJAPIScope/mjapiscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +108 -100
- package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionCategory/mjactioncategory.form.component.js +36 -28
- package/dist/lib/generated/Entities/MJActionCategory/mjactioncategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionContextType/mjactioncontexttype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJActionContextType/mjactioncontexttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionFilter/mjactionfilter.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJActionFilter/mjactionfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +11 -11
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArtifact/mjartifact.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJArtifact/mjartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +48 -40
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js +29 -21
- package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.js +108 -0
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js +50 -42
- package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJClusterAnalysis/mjclusteranalysis.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJClusterAnalysis/mjclusteranalysis.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js +44 -36
- package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationBaseMessageType/mjcommunicationbasemessagetype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJCommunicationBaseMessageType/mjcommunicationbasemessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationProvider/mjcommunicationprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCommunicationProvider/mjcommunicationprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationRun/mjcommunicationrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCommunicationRun/mjcommunicationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompany/mjcompany.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJCompany/mjcompany.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js +32 -14
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js +44 -26
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationRunDetail/mjcompanyintegrationrundetail.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCompanyIntegrationRunDetail/mjcompanyintegrationrundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJComponent/mjcomponent.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJComponent/mjcomponent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJComponentLibrary/mjcomponentlibrary.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJComponentLibrary/mjcomponentlibrary.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJComponentRegistry/mjcomponentregistry.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJComponentRegistry/mjcomponentregistry.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentFileType/mjcontentfiletype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJContentFileType/mjcontentfiletype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +60 -52
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js +28 -20
- package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +77 -79
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationArtifact/mjconversationartifact.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJConversationArtifact/mjconversationartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationArtifactVersion/mjconversationartifactversion.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJConversationArtifactVersion/mjconversationartifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +76 -68
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +42 -24
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDashboard/mjdashboard.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJDashboard/mjdashboard.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.js +47 -33
- package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDataset/mjdataset.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJDataset/mjdataset.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEmployee/mjemployee.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJEmployee/mjemployee.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEncryptionAlgorithm/mjencryptionalgorithm.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEncryptionAlgorithm/mjencryptionalgorithm.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEncryptionKey/mjencryptionkey.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEncryptionKey/mjencryptionkey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEncryptionKeySource/mjencryptionkeysource.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEncryptionKeySource/mjencryptionkeysource.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 +604 -530
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityAction/mjentityaction.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJEntityAction/mjentityaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityActionInvocationType/mjentityactioninvocationtype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJEntityActionInvocationType/mjentityactioninvocationtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityCommunicationMessageType/mjentitycommunicationmessagetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityCommunicationMessageType/mjentitycommunicationmessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocumentType/mjentitydocumenttype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityDocumentType/mjentitydocumenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +28 -18
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js +10 -8
- package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js +8 -8
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +9 -9
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js +82 -0
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJLibrary/mjlibrary.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJLibrary/mjlibrary.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJList/mjlist.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJList/mjlist.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServer/mjmcpserver.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJMCPServer/mjmcpserver.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServerConnection/mjmcpserverconnection.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJMCPServerConnection/mjmcpserverconnection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.js +117 -0
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.js +58 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJProject/mjproject.form.component.js +38 -30
- package/dist/lib/generated/Entities/MJProject/mjproject.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 +85 -65
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQueue/mjqueue.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJQueue/mjqueue.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQueueType/mjqueuetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJQueueType/mjqueuetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.js +64 -0
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecommendation/mjrecommendation.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecommendation/mjrecommendation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecommendationProvider/mjrecommendationprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecommendationProvider/mjrecommendationprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecommendationRun/mjrecommendationrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecommendationRun/mjrecommendationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js +21 -23
- package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordMergeLog/mjrecordmergelog.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJRecordMergeLog/mjrecordmergelog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJResourceType/mjresourcetype.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJResourceType/mjresourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +17 -17
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSQLDialect/mjsqldialect.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJSQLDialect/mjsqldialect.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobType/mjscheduledjobtype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJScheduledJobType/mjscheduledjobtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js +10 -10
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSignatureAccount/mjsignatureaccount.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJSignatureAccount/mjsignatureaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSignatureProvider/mjsignatureprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJSignatureProvider/mjsignatureprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSignatureRequest/mjsignaturerequest.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJSignatureRequest/mjsignaturerequest.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js +29 -21
- package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +104 -92
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTask/mjtask.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js +47 -33
- package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTaskType/mjtasktype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTaskType/mjtasktype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js +10 -10
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateContent/mjtemplatecontent.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTemplateContent/mjtemplatecontent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateContentType/mjtemplatecontenttype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTemplateContentType/mjtemplatecontenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTest/mjtest.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJTest/mjtest.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestRun/mjtestrun.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJTestRun/mjtestrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js +39 -31
- package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestSuiteRun/mjtestsuiterun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTestSuiteRun/mjtestsuiterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestType/mjtesttype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJTestType/mjtesttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +105 -105
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserApplication/mjuserapplication.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJUserApplication/mjuserapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserNotificationType/mjusernotificationtype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJUserNotificationType/mjusernotificationtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserViewRun/mjuserviewrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJUserViewRun/mjuserviewrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js +44 -36
- package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJViewType/mjviewtype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJViewType/mjviewtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJWorkspace/mjworkspace.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJWorkspace/mjworkspace.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +290 -285
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +126 -111
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.d.ts +37 -0
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.d.ts.map +1 -0
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.js +185 -0
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.js.map +1 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.d.ts +20 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.d.ts.map +1 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.js +87 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.js.map +1 -0
- package/dist/public-api.d.ts +12 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +14 -2
- package/dist/public-api.js.map +1 -1
- package/package.json +44 -42
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8YA,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBA+Ba,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAyBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBArqBxB,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAqC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAmC3B,2BAA2B;0CA6B3B,wBAAwB;CAAI"}
|
|
@@ -116,6 +116,7 @@ import { MJArtifactVersionFormComponent } from "./Entities/MJArtifactVersion/mja
|
|
|
116
116
|
import { MJArtifactFormComponent } from "./Entities/MJArtifact/mjartifact.form.component";
|
|
117
117
|
import { MJAuditLogTypeFormComponent } from "./Entities/MJAuditLogType/mjauditlogtype.form.component";
|
|
118
118
|
import { MJAuditLogFormComponent } from "./Entities/MJAuditLog/mjauditlog.form.component";
|
|
119
|
+
import { MJAuthenticationProviderFormComponent } from "./Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component";
|
|
119
120
|
import { MJAuthorizationRoleFormComponent } from "./Entities/MJAuthorizationRole/mjauthorizationrole.form.component";
|
|
120
121
|
import { MJAuthorizationFormComponent } from "./Entities/MJAuthorization/mjauthorization.form.component";
|
|
121
122
|
import { MJClusterAnalysisFormComponent } from "./Entities/MJClusterAnalysis/mjclusteranalysis.form.component";
|
|
@@ -230,6 +231,7 @@ import { MJFileStorageAccountPermissionFormComponent } from "./Entities/MJFileSt
|
|
|
230
231
|
import { MJFileStorageAccountFormComponent } from "./Entities/MJFileStorageAccount/mjfilestorageaccount.form.component";
|
|
231
232
|
import { MJFileStorageProviderFormComponent } from "./Entities/MJFileStorageProvider/mjfilestorageprovider.form.component";
|
|
232
233
|
import { MJFileFormComponent } from "./Entities/MJFile/mjfile.form.component";
|
|
234
|
+
import { MJFormChromeRuleFormComponent } from "./Entities/MJFormChromeRule/mjformchromerule.form.component";
|
|
233
235
|
import { MJGeneratedCodeCategoryFormComponent } from "./Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component";
|
|
234
236
|
import { MJGeneratedCodeFormComponent } from "./Entities/MJGeneratedCode/mjgeneratedcode.form.component";
|
|
235
237
|
import { MJInstanceConfigurationFormComponent } from "./Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component";
|
|
@@ -252,6 +254,8 @@ import { MJMagicLinkInviteApplicationFormComponent } from "./Entities/MJMagicLin
|
|
|
252
254
|
import { MJMagicLinkInviteRoleFormComponent } from "./Entities/MJMagicLinkInviteRole/mjmagiclinkinviterole.form.component";
|
|
253
255
|
import { MJMagicLinkInviteFormComponent } from "./Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component";
|
|
254
256
|
import { MJMagicLinkRedemptionFormComponent } from "./Entities/MJMagicLinkRedemption/mjmagiclinkredemption.form.component";
|
|
257
|
+
import { MJMaterializedResultQueryFormComponent } from "./Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component";
|
|
258
|
+
import { MJMaterializedResultFormComponent } from "./Entities/MJMaterializedResult/mjmaterializedresult.form.component";
|
|
255
259
|
import { MJMCPServerConnectionPermissionFormComponent } from "./Entities/MJMCPServerConnectionPermission/mjmcpserverconnectionpermission.form.component";
|
|
256
260
|
import { MJMCPServerConnectionToolFormComponent } from "./Entities/MJMCPServerConnectionTool/mjmcpserverconnectiontool.form.component";
|
|
257
261
|
import { MJMCPServerConnectionFormComponent } from "./Entities/MJMCPServerConnection/mjmcpserverconnection.form.component";
|
|
@@ -311,6 +315,7 @@ import { MJResourcePermissionFormComponent } from "./Entities/MJResourcePermissi
|
|
|
311
315
|
import { MJResourceTypeFormComponent } from "./Entities/MJResourceType/mjresourcetype.form.component";
|
|
312
316
|
import { MJRoleFormComponent } from "./Entities/MJRole/mjrole.form.component";
|
|
313
317
|
import { MJRowLevelSecurityFilterFormComponent } from "./Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component";
|
|
318
|
+
import { MJRSUPendingWorkFormComponent } from "./Entities/MJRSUPendingWork/mjrsupendingwork.form.component";
|
|
314
319
|
import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjscheduledjobrun.form.component";
|
|
315
320
|
import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
|
|
316
321
|
import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
|
|
@@ -746,6 +751,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
746
751
|
MJArtifactFormComponent,
|
|
747
752
|
MJAuditLogTypeFormComponent,
|
|
748
753
|
MJAuditLogFormComponent,
|
|
754
|
+
MJAuthenticationProviderFormComponent,
|
|
749
755
|
MJAuthorizationRoleFormComponent,
|
|
750
756
|
MJAuthorizationFormComponent,
|
|
751
757
|
MJClusterAnalysisFormComponent,
|
|
@@ -761,8 +767,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
761
767
|
MJCompanyFormComponent,
|
|
762
768
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
763
769
|
MJCompanyIntegrationFieldMapFormComponent,
|
|
764
|
-
MJCompanyIntegrationRecordMapFormComponent
|
|
765
|
-
MJCompanyIntegrationRunAPILogFormComponent
|
|
770
|
+
MJCompanyIntegrationRecordMapFormComponent
|
|
766
771
|
],
|
|
767
772
|
imports: [
|
|
768
773
|
CommonModule,
|
|
@@ -778,6 +783,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
778
783
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJArtifactFormComponent,
|
|
779
784
|
MJAuditLogTypeFormComponent,
|
|
780
785
|
MJAuditLogFormComponent,
|
|
786
|
+
MJAuthenticationProviderFormComponent,
|
|
781
787
|
MJAuthorizationRoleFormComponent,
|
|
782
788
|
MJAuthorizationFormComponent,
|
|
783
789
|
MJClusterAnalysisFormComponent,
|
|
@@ -793,8 +799,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
793
799
|
MJCompanyFormComponent,
|
|
794
800
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
795
801
|
MJCompanyIntegrationFieldMapFormComponent,
|
|
796
|
-
MJCompanyIntegrationRecordMapFormComponent,
|
|
797
|
-
MJCompanyIntegrationRunAPILogFormComponent], imports: [CommonModule,
|
|
802
|
+
MJCompanyIntegrationRecordMapFormComponent], imports: [CommonModule,
|
|
798
803
|
FormsModule,
|
|
799
804
|
BaseFormsModule,
|
|
800
805
|
EntityViewerModule,
|
|
@@ -813,6 +818,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
813
818
|
type: NgModule,
|
|
814
819
|
args: [{
|
|
815
820
|
declarations: [
|
|
821
|
+
MJCompanyIntegrationRunAPILogFormComponent,
|
|
816
822
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
817
823
|
MJCompanyIntegrationRunFormComponent,
|
|
818
824
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
@@ -831,8 +837,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
831
837
|
MJContentProcessRunDetailFormComponent,
|
|
832
838
|
MJContentProcessRunPromptRunFormComponent,
|
|
833
839
|
MJContentProcessRunFormComponent,
|
|
834
|
-
MJContentSourceParamFormComponent
|
|
835
|
-
MJContentSourceTypeParamFormComponent
|
|
840
|
+
MJContentSourceParamFormComponent
|
|
836
841
|
],
|
|
837
842
|
imports: [
|
|
838
843
|
CommonModule,
|
|
@@ -844,7 +849,8 @@ export class GeneratedForms_SubModule_6 {
|
|
|
844
849
|
exports: []
|
|
845
850
|
}]
|
|
846
851
|
}], null, null); })();
|
|
847
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
852
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationRunAPILogFormComponent,
|
|
853
|
+
MJCompanyIntegrationRunDetailFormComponent,
|
|
848
854
|
MJCompanyIntegrationRunFormComponent,
|
|
849
855
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
850
856
|
MJCompanyIntegrationFormComponent,
|
|
@@ -862,8 +868,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
862
868
|
MJContentProcessRunDetailFormComponent,
|
|
863
869
|
MJContentProcessRunPromptRunFormComponent,
|
|
864
870
|
MJContentProcessRunFormComponent,
|
|
865
|
-
MJContentSourceParamFormComponent,
|
|
866
|
-
MJContentSourceTypeParamFormComponent], imports: [CommonModule,
|
|
871
|
+
MJContentSourceParamFormComponent], imports: [CommonModule,
|
|
867
872
|
FormsModule,
|
|
868
873
|
BaseFormsModule,
|
|
869
874
|
EntityViewerModule,
|
|
@@ -881,6 +886,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
881
886
|
type: NgModule,
|
|
882
887
|
args: [{
|
|
883
888
|
declarations: [
|
|
889
|
+
MJContentSourceTypeParamFormComponent,
|
|
884
890
|
MJContentSourceTypeFormComponent,
|
|
885
891
|
MJContentSourceFormComponent,
|
|
886
892
|
MJContentTypeAttributeFormComponent,
|
|
@@ -899,8 +905,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
899
905
|
MJCredentialCategoryFormComponent,
|
|
900
906
|
MJCredentialTypeFormComponent,
|
|
901
907
|
MJCredentialFormComponent,
|
|
902
|
-
MJDashboardCategoryFormComponent
|
|
903
|
-
MJDashboardCategoryLinkFormComponent
|
|
908
|
+
MJDashboardCategoryFormComponent
|
|
904
909
|
],
|
|
905
910
|
imports: [
|
|
906
911
|
CommonModule,
|
|
@@ -912,7 +917,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
912
917
|
exports: []
|
|
913
918
|
}]
|
|
914
919
|
}], null, null); })();
|
|
915
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
920
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJContentSourceTypeParamFormComponent,
|
|
921
|
+
MJContentSourceTypeFormComponent,
|
|
916
922
|
MJContentSourceFormComponent,
|
|
917
923
|
MJContentTypeAttributeFormComponent,
|
|
918
924
|
MJContentTypeFormComponent,
|
|
@@ -930,8 +936,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
930
936
|
MJCredentialCategoryFormComponent,
|
|
931
937
|
MJCredentialTypeFormComponent,
|
|
932
938
|
MJCredentialFormComponent,
|
|
933
|
-
MJDashboardCategoryFormComponent,
|
|
934
|
-
MJDashboardCategoryLinkFormComponent], imports: [CommonModule,
|
|
939
|
+
MJDashboardCategoryFormComponent], imports: [CommonModule,
|
|
935
940
|
FormsModule,
|
|
936
941
|
BaseFormsModule,
|
|
937
942
|
EntityViewerModule,
|
|
@@ -949,6 +954,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
949
954
|
type: NgModule,
|
|
950
955
|
args: [{
|
|
951
956
|
declarations: [
|
|
957
|
+
MJDashboardCategoryLinkFormComponent,
|
|
952
958
|
MJDashboardCategoryPermissionFormComponent,
|
|
953
959
|
MJDashboardPartTypeFormComponent,
|
|
954
960
|
MJDashboardPermissionFormComponent,
|
|
@@ -967,8 +973,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
967
973
|
MJEmployeeSkillFormComponent,
|
|
968
974
|
MJEmployeeFormComponent,
|
|
969
975
|
MJEncryptionAlgorithmFormComponent,
|
|
970
|
-
MJEncryptionKeySourceFormComponent
|
|
971
|
-
MJEncryptionKeyFormComponent
|
|
976
|
+
MJEncryptionKeySourceFormComponent
|
|
972
977
|
],
|
|
973
978
|
imports: [
|
|
974
979
|
CommonModule,
|
|
@@ -980,7 +985,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
980
985
|
exports: []
|
|
981
986
|
}]
|
|
982
987
|
}], null, null); })();
|
|
983
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
988
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardCategoryLinkFormComponent,
|
|
989
|
+
MJDashboardCategoryPermissionFormComponent,
|
|
984
990
|
MJDashboardPartTypeFormComponent,
|
|
985
991
|
MJDashboardPermissionFormComponent,
|
|
986
992
|
MJDashboardUserPreferenceFormComponent,
|
|
@@ -998,8 +1004,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
998
1004
|
MJEmployeeSkillFormComponent,
|
|
999
1005
|
MJEmployeeFormComponent,
|
|
1000
1006
|
MJEncryptionAlgorithmFormComponent,
|
|
1001
|
-
MJEncryptionKeySourceFormComponent,
|
|
1002
|
-
MJEncryptionKeyFormComponent], imports: [CommonModule,
|
|
1007
|
+
MJEncryptionKeySourceFormComponent], imports: [CommonModule,
|
|
1003
1008
|
FormsModule,
|
|
1004
1009
|
BaseFormsModule,
|
|
1005
1010
|
EntityViewerModule,
|
|
@@ -1017,6 +1022,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1017
1022
|
type: NgModule,
|
|
1018
1023
|
args: [{
|
|
1019
1024
|
declarations: [
|
|
1025
|
+
MJEncryptionKeyFormComponent,
|
|
1020
1026
|
MJEntityFormComponent,
|
|
1021
1027
|
MJEntityActionFilterFormComponent,
|
|
1022
1028
|
MJEntityActionInvocationTypeFormComponent,
|
|
@@ -1035,8 +1041,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1035
1041
|
MJEntityFormOverrideFormComponent,
|
|
1036
1042
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1037
1043
|
MJEntityOrganicKeyFormComponent,
|
|
1038
|
-
MJEntityPermissionFormComponent
|
|
1039
|
-
MJEntityRecordDocumentFormComponent
|
|
1044
|
+
MJEntityPermissionFormComponent
|
|
1040
1045
|
],
|
|
1041
1046
|
imports: [
|
|
1042
1047
|
CommonModule,
|
|
@@ -1048,7 +1053,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1048
1053
|
exports: []
|
|
1049
1054
|
}]
|
|
1050
1055
|
}], null, null); })();
|
|
1051
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1056
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEncryptionKeyFormComponent,
|
|
1057
|
+
MJEntityFormComponent,
|
|
1052
1058
|
MJEntityActionFilterFormComponent,
|
|
1053
1059
|
MJEntityActionInvocationTypeFormComponent,
|
|
1054
1060
|
MJEntityActionInvocationFormComponent,
|
|
@@ -1066,8 +1072,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1066
1072
|
MJEntityFormOverrideFormComponent,
|
|
1067
1073
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1068
1074
|
MJEntityOrganicKeyFormComponent,
|
|
1069
|
-
MJEntityPermissionFormComponent,
|
|
1070
|
-
MJEntityRecordDocumentFormComponent], imports: [CommonModule,
|
|
1075
|
+
MJEntityPermissionFormComponent], imports: [CommonModule,
|
|
1071
1076
|
FormsModule,
|
|
1072
1077
|
BaseFormsModule,
|
|
1073
1078
|
EntityViewerModule,
|
|
@@ -1085,6 +1090,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1085
1090
|
type: NgModule,
|
|
1086
1091
|
args: [{
|
|
1087
1092
|
declarations: [
|
|
1093
|
+
MJEntityRecordDocumentFormComponent,
|
|
1088
1094
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
1089
1095
|
MJEntityRelationshipFormComponent,
|
|
1090
1096
|
MJEntitySettingFormComponent,
|
|
@@ -1102,9 +1108,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1102
1108
|
MJFileStorageAccountFormComponent,
|
|
1103
1109
|
MJFileStorageProviderFormComponent,
|
|
1104
1110
|
MJFileFormComponent,
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
MJInstanceConfigurationFormComponent
|
|
1111
|
+
MJFormChromeRuleFormComponent,
|
|
1112
|
+
MJGeneratedCodeCategoryFormComponent
|
|
1108
1113
|
],
|
|
1109
1114
|
imports: [
|
|
1110
1115
|
CommonModule,
|
|
@@ -1116,7 +1121,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1116
1121
|
exports: []
|
|
1117
1122
|
}]
|
|
1118
1123
|
}], null, null); })();
|
|
1119
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1124
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJEntityRecordDocumentFormComponent,
|
|
1125
|
+
MJEntityRelationshipDisplayComponentFormComponent,
|
|
1120
1126
|
MJEntityRelationshipFormComponent,
|
|
1121
1127
|
MJEntitySettingFormComponent,
|
|
1122
1128
|
MJEnvironmentFormComponent,
|
|
@@ -1133,9 +1139,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1133
1139
|
MJFileStorageAccountFormComponent,
|
|
1134
1140
|
MJFileStorageProviderFormComponent,
|
|
1135
1141
|
MJFileFormComponent,
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
MJInstanceConfigurationFormComponent], imports: [CommonModule,
|
|
1142
|
+
MJFormChromeRuleFormComponent,
|
|
1143
|
+
MJGeneratedCodeCategoryFormComponent], imports: [CommonModule,
|
|
1139
1144
|
FormsModule,
|
|
1140
1145
|
BaseFormsModule,
|
|
1141
1146
|
EntityViewerModule,
|
|
@@ -1153,6 +1158,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1153
1158
|
type: NgModule,
|
|
1154
1159
|
args: [{
|
|
1155
1160
|
declarations: [
|
|
1161
|
+
MJGeneratedCodeFormComponent,
|
|
1162
|
+
MJInstanceConfigurationFormComponent,
|
|
1156
1163
|
MJIntegrationObjectFieldFormComponent,
|
|
1157
1164
|
MJIntegrationObjectFormComponent,
|
|
1158
1165
|
MJIntegrationSourceTypeFormComponent,
|
|
@@ -1170,9 +1177,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1170
1177
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1171
1178
|
MJMagicLinkInviteApplicationFormComponent,
|
|
1172
1179
|
MJMagicLinkInviteRoleFormComponent,
|
|
1173
|
-
MJMagicLinkInviteFormComponent
|
|
1174
|
-
MJMagicLinkRedemptionFormComponent,
|
|
1175
|
-
MJMCPServerConnectionPermissionFormComponent
|
|
1180
|
+
MJMagicLinkInviteFormComponent
|
|
1176
1181
|
],
|
|
1177
1182
|
imports: [
|
|
1178
1183
|
CommonModule,
|
|
@@ -1184,7 +1189,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1184
1189
|
exports: []
|
|
1185
1190
|
}]
|
|
1186
1191
|
}], null, null); })();
|
|
1187
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1192
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJGeneratedCodeFormComponent,
|
|
1193
|
+
MJInstanceConfigurationFormComponent,
|
|
1194
|
+
MJIntegrationObjectFieldFormComponent,
|
|
1188
1195
|
MJIntegrationObjectFormComponent,
|
|
1189
1196
|
MJIntegrationSourceTypeFormComponent,
|
|
1190
1197
|
MJIntegrationURLFormatFormComponent,
|
|
@@ -1201,9 +1208,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1201
1208
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1202
1209
|
MJMagicLinkInviteApplicationFormComponent,
|
|
1203
1210
|
MJMagicLinkInviteRoleFormComponent,
|
|
1204
|
-
MJMagicLinkInviteFormComponent,
|
|
1205
|
-
MJMagicLinkRedemptionFormComponent,
|
|
1206
|
-
MJMCPServerConnectionPermissionFormComponent], imports: [CommonModule,
|
|
1211
|
+
MJMagicLinkInviteFormComponent], imports: [CommonModule,
|
|
1207
1212
|
FormsModule,
|
|
1208
1213
|
BaseFormsModule,
|
|
1209
1214
|
EntityViewerModule,
|
|
@@ -1221,6 +1226,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1221
1226
|
type: NgModule,
|
|
1222
1227
|
args: [{
|
|
1223
1228
|
declarations: [
|
|
1229
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1230
|
+
MJMaterializedResultQueryFormComponent,
|
|
1231
|
+
MJMaterializedResultFormComponent,
|
|
1232
|
+
MJMCPServerConnectionPermissionFormComponent,
|
|
1224
1233
|
MJMCPServerConnectionToolFormComponent,
|
|
1225
1234
|
MJMCPServerConnectionFormComponent,
|
|
1226
1235
|
MJMCPServerToolFormComponent,
|
|
@@ -1236,11 +1245,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1236
1245
|
MJMLTrainingRunFormComponent,
|
|
1237
1246
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1238
1247
|
MJOAuthAuthorizationStateFormComponent,
|
|
1239
|
-
MJOAuthClientRegistrationFormComponent
|
|
1240
|
-
MJOAuthTokenFormComponent,
|
|
1241
|
-
MJOpenAppDependencyFormComponent,
|
|
1242
|
-
MJOpenAppInstallHistoryFormComponent,
|
|
1243
|
-
MJOpenAppFormComponent
|
|
1248
|
+
MJOAuthClientRegistrationFormComponent
|
|
1244
1249
|
],
|
|
1245
1250
|
imports: [
|
|
1246
1251
|
CommonModule,
|
|
@@ -1252,7 +1257,11 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1252
1257
|
exports: []
|
|
1253
1258
|
}]
|
|
1254
1259
|
}], null, null); })();
|
|
1255
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1260
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMagicLinkRedemptionFormComponent,
|
|
1261
|
+
MJMaterializedResultQueryFormComponent,
|
|
1262
|
+
MJMaterializedResultFormComponent,
|
|
1263
|
+
MJMCPServerConnectionPermissionFormComponent,
|
|
1264
|
+
MJMCPServerConnectionToolFormComponent,
|
|
1256
1265
|
MJMCPServerConnectionFormComponent,
|
|
1257
1266
|
MJMCPServerToolFormComponent,
|
|
1258
1267
|
MJMCPServerFormComponent,
|
|
@@ -1267,11 +1276,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1267
1276
|
MJMLTrainingRunFormComponent,
|
|
1268
1277
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1269
1278
|
MJOAuthAuthorizationStateFormComponent,
|
|
1270
|
-
MJOAuthClientRegistrationFormComponent,
|
|
1271
|
-
MJOAuthTokenFormComponent,
|
|
1272
|
-
MJOpenAppDependencyFormComponent,
|
|
1273
|
-
MJOpenAppInstallHistoryFormComponent,
|
|
1274
|
-
MJOpenAppFormComponent], imports: [CommonModule,
|
|
1279
|
+
MJOAuthClientRegistrationFormComponent], imports: [CommonModule,
|
|
1275
1280
|
FormsModule,
|
|
1276
1281
|
BaseFormsModule,
|
|
1277
1282
|
EntityViewerModule,
|
|
@@ -1289,6 +1294,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1289
1294
|
type: NgModule,
|
|
1290
1295
|
args: [{
|
|
1291
1296
|
declarations: [
|
|
1297
|
+
MJOAuthTokenFormComponent,
|
|
1298
|
+
MJOpenAppDependencyFormComponent,
|
|
1299
|
+
MJOpenAppInstallHistoryFormComponent,
|
|
1300
|
+
MJOpenAppFormComponent,
|
|
1292
1301
|
MJOutputDeliveryTypeFormComponent,
|
|
1293
1302
|
MJOutputFormatTypeFormComponent,
|
|
1294
1303
|
MJPermissionDomainFormComponent,
|
|
@@ -1304,11 +1313,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1304
1313
|
MJQueryParameterFormComponent,
|
|
1305
1314
|
MJQueryPermissionFormComponent,
|
|
1306
1315
|
MJQuerySQLFormComponent,
|
|
1307
|
-
MJQueueTaskFormComponent
|
|
1308
|
-
MJQueueTypeFormComponent,
|
|
1309
|
-
MJQueueFormComponent,
|
|
1310
|
-
MJRecommendationItemFormComponent,
|
|
1311
|
-
MJRecommendationProviderFormComponent
|
|
1316
|
+
MJQueueTaskFormComponent
|
|
1312
1317
|
],
|
|
1313
1318
|
imports: [
|
|
1314
1319
|
CommonModule,
|
|
@@ -1320,7 +1325,11 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1320
1325
|
exports: []
|
|
1321
1326
|
}]
|
|
1322
1327
|
}], null, null); })();
|
|
1323
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1328
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJOAuthTokenFormComponent,
|
|
1329
|
+
MJOpenAppDependencyFormComponent,
|
|
1330
|
+
MJOpenAppInstallHistoryFormComponent,
|
|
1331
|
+
MJOpenAppFormComponent,
|
|
1332
|
+
MJOutputDeliveryTypeFormComponent,
|
|
1324
1333
|
MJOutputFormatTypeFormComponent,
|
|
1325
1334
|
MJPermissionDomainFormComponent,
|
|
1326
1335
|
MJProcessRunDetailFormComponent,
|
|
@@ -1335,11 +1344,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1335
1344
|
MJQueryParameterFormComponent,
|
|
1336
1345
|
MJQueryPermissionFormComponent,
|
|
1337
1346
|
MJQuerySQLFormComponent,
|
|
1338
|
-
MJQueueTaskFormComponent,
|
|
1339
|
-
MJQueueTypeFormComponent,
|
|
1340
|
-
MJQueueFormComponent,
|
|
1341
|
-
MJRecommendationItemFormComponent,
|
|
1342
|
-
MJRecommendationProviderFormComponent], imports: [CommonModule,
|
|
1347
|
+
MJQueueTaskFormComponent], imports: [CommonModule,
|
|
1343
1348
|
FormsModule,
|
|
1344
1349
|
BaseFormsModule,
|
|
1345
1350
|
EntityViewerModule,
|
|
@@ -1357,6 +1362,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1357
1362
|
type: NgModule,
|
|
1358
1363
|
args: [{
|
|
1359
1364
|
declarations: [
|
|
1365
|
+
MJQueueTypeFormComponent,
|
|
1366
|
+
MJQueueFormComponent,
|
|
1367
|
+
MJRecommendationItemFormComponent,
|
|
1368
|
+
MJRecommendationProviderFormComponent,
|
|
1360
1369
|
MJRecommendationRunFormComponent,
|
|
1361
1370
|
MJRecommendationFormComponent,
|
|
1362
1371
|
MJRecordChangeReplayRunFormComponent,
|
|
@@ -1372,11 +1381,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1372
1381
|
MJRemoteOperationFormComponent,
|
|
1373
1382
|
MJResourceLinkFormComponent,
|
|
1374
1383
|
MJResourcePermissionFormComponent,
|
|
1375
|
-
MJResourceTypeFormComponent
|
|
1376
|
-
MJRoleFormComponent,
|
|
1377
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1378
|
-
MJScheduledJobRunFormComponent,
|
|
1379
|
-
MJScheduledJobTypeFormComponent
|
|
1384
|
+
MJResourceTypeFormComponent
|
|
1380
1385
|
],
|
|
1381
1386
|
imports: [
|
|
1382
1387
|
CommonModule,
|
|
@@ -1388,7 +1393,11 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1388
1393
|
exports: []
|
|
1389
1394
|
}]
|
|
1390
1395
|
}], null, null); })();
|
|
1391
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1396
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJQueueTypeFormComponent,
|
|
1397
|
+
MJQueueFormComponent,
|
|
1398
|
+
MJRecommendationItemFormComponent,
|
|
1399
|
+
MJRecommendationProviderFormComponent,
|
|
1400
|
+
MJRecommendationRunFormComponent,
|
|
1392
1401
|
MJRecommendationFormComponent,
|
|
1393
1402
|
MJRecordChangeReplayRunFormComponent,
|
|
1394
1403
|
MJRecordChangeFormComponent,
|
|
@@ -1403,11 +1412,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1403
1412
|
MJRemoteOperationFormComponent,
|
|
1404
1413
|
MJResourceLinkFormComponent,
|
|
1405
1414
|
MJResourcePermissionFormComponent,
|
|
1406
|
-
MJResourceTypeFormComponent,
|
|
1407
|
-
MJRoleFormComponent,
|
|
1408
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1409
|
-
MJScheduledJobRunFormComponent,
|
|
1410
|
-
MJScheduledJobTypeFormComponent], imports: [CommonModule,
|
|
1415
|
+
MJResourceTypeFormComponent], imports: [CommonModule,
|
|
1411
1416
|
FormsModule,
|
|
1412
1417
|
BaseFormsModule,
|
|
1413
1418
|
EntityViewerModule,
|
|
@@ -1425,6 +1430,11 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1425
1430
|
type: NgModule,
|
|
1426
1431
|
args: [{
|
|
1427
1432
|
declarations: [
|
|
1433
|
+
MJRoleFormComponent,
|
|
1434
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1435
|
+
MJRSUPendingWorkFormComponent,
|
|
1436
|
+
MJScheduledJobRunFormComponent,
|
|
1437
|
+
MJScheduledJobTypeFormComponent,
|
|
1428
1438
|
MJScheduledJobFormComponent,
|
|
1429
1439
|
MJSchemaInfoFormComponent,
|
|
1430
1440
|
MJScopedPromptConfigFormComponent,
|
|
@@ -1439,12 +1449,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1439
1449
|
MJSearchScopeTestQueryFormComponent,
|
|
1440
1450
|
MJSearchScopeFormComponent,
|
|
1441
1451
|
MJSignatureAccountFormComponent,
|
|
1442
|
-
MJSignatureProviderFormComponent
|
|
1443
|
-
MJSignatureRequestDocumentFormComponent,
|
|
1444
|
-
MJSignatureRequestLogFormComponent,
|
|
1445
|
-
MJSignatureRequestRecipientFormComponent,
|
|
1446
|
-
MJSignatureRequestFormComponent,
|
|
1447
|
-
MJSkillFormComponent
|
|
1452
|
+
MJSignatureProviderFormComponent
|
|
1448
1453
|
],
|
|
1449
1454
|
imports: [
|
|
1450
1455
|
CommonModule,
|
|
@@ -1456,7 +1461,12 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1456
1461
|
exports: []
|
|
1457
1462
|
}]
|
|
1458
1463
|
}], null, null); })();
|
|
1459
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1464
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJRoleFormComponent,
|
|
1465
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1466
|
+
MJRSUPendingWorkFormComponent,
|
|
1467
|
+
MJScheduledJobRunFormComponent,
|
|
1468
|
+
MJScheduledJobTypeFormComponent,
|
|
1469
|
+
MJScheduledJobFormComponent,
|
|
1460
1470
|
MJSchemaInfoFormComponent,
|
|
1461
1471
|
MJScopedPromptConfigFormComponent,
|
|
1462
1472
|
MJScopedPromptPartFormComponent,
|
|
@@ -1470,12 +1480,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1470
1480
|
MJSearchScopeTestQueryFormComponent,
|
|
1471
1481
|
MJSearchScopeFormComponent,
|
|
1472
1482
|
MJSignatureAccountFormComponent,
|
|
1473
|
-
MJSignatureProviderFormComponent,
|
|
1474
|
-
MJSignatureRequestDocumentFormComponent,
|
|
1475
|
-
MJSignatureRequestLogFormComponent,
|
|
1476
|
-
MJSignatureRequestRecipientFormComponent,
|
|
1477
|
-
MJSignatureRequestFormComponent,
|
|
1478
|
-
MJSkillFormComponent], imports: [CommonModule,
|
|
1483
|
+
MJSignatureProviderFormComponent], imports: [CommonModule,
|
|
1479
1484
|
FormsModule,
|
|
1480
1485
|
BaseFormsModule,
|
|
1481
1486
|
EntityViewerModule,
|
|
@@ -1493,6 +1498,11 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1493
1498
|
type: NgModule,
|
|
1494
1499
|
args: [{
|
|
1495
1500
|
declarations: [
|
|
1501
|
+
MJSignatureRequestDocumentFormComponent,
|
|
1502
|
+
MJSignatureRequestLogFormComponent,
|
|
1503
|
+
MJSignatureRequestRecipientFormComponent,
|
|
1504
|
+
MJSignatureRequestFormComponent,
|
|
1505
|
+
MJSkillFormComponent,
|
|
1496
1506
|
MJSQLDialectFormComponent,
|
|
1497
1507
|
MJStateProvinceFormComponent,
|
|
1498
1508
|
MJTagAuditLogFormComponent,
|
|
@@ -1507,12 +1517,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1507
1517
|
MJTaskFormComponent,
|
|
1508
1518
|
MJTemplateCategoryFormComponent,
|
|
1509
1519
|
MJTemplateContentTypeFormComponent,
|
|
1510
|
-
MJTemplateContentFormComponent
|
|
1511
|
-
MJTemplateParamFormComponent,
|
|
1512
|
-
MJTemplateFormComponent,
|
|
1513
|
-
MJTestRubricFormComponent,
|
|
1514
|
-
MJTestRunFeedbackFormComponent,
|
|
1515
|
-
MJTestRunOutputTypeFormComponent
|
|
1520
|
+
MJTemplateContentFormComponent
|
|
1516
1521
|
],
|
|
1517
1522
|
imports: [
|
|
1518
1523
|
CommonModule,
|
|
@@ -1524,7 +1529,12 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1524
1529
|
exports: []
|
|
1525
1530
|
}]
|
|
1526
1531
|
}], null, null); })();
|
|
1527
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
1532
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSignatureRequestDocumentFormComponent,
|
|
1533
|
+
MJSignatureRequestLogFormComponent,
|
|
1534
|
+
MJSignatureRequestRecipientFormComponent,
|
|
1535
|
+
MJSignatureRequestFormComponent,
|
|
1536
|
+
MJSkillFormComponent,
|
|
1537
|
+
MJSQLDialectFormComponent,
|
|
1528
1538
|
MJStateProvinceFormComponent,
|
|
1529
1539
|
MJTagAuditLogFormComponent,
|
|
1530
1540
|
MJTagCoOccurrenceFormComponent,
|
|
@@ -1538,12 +1548,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1538
1548
|
MJTaskFormComponent,
|
|
1539
1549
|
MJTemplateCategoryFormComponent,
|
|
1540
1550
|
MJTemplateContentTypeFormComponent,
|
|
1541
|
-
MJTemplateContentFormComponent,
|
|
1542
|
-
MJTemplateParamFormComponent,
|
|
1543
|
-
MJTemplateFormComponent,
|
|
1544
|
-
MJTestRubricFormComponent,
|
|
1545
|
-
MJTestRunFeedbackFormComponent,
|
|
1546
|
-
MJTestRunOutputTypeFormComponent], imports: [CommonModule,
|
|
1551
|
+
MJTemplateContentFormComponent], imports: [CommonModule,
|
|
1547
1552
|
FormsModule,
|
|
1548
1553
|
BaseFormsModule,
|
|
1549
1554
|
EntityViewerModule,
|
|
@@ -1561,6 +1566,11 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1561
1566
|
type: NgModule,
|
|
1562
1567
|
args: [{
|
|
1563
1568
|
declarations: [
|
|
1569
|
+
MJTemplateParamFormComponent,
|
|
1570
|
+
MJTemplateFormComponent,
|
|
1571
|
+
MJTestRubricFormComponent,
|
|
1572
|
+
MJTestRunFeedbackFormComponent,
|
|
1573
|
+
MJTestRunOutputTypeFormComponent,
|
|
1564
1574
|
MJTestRunOutputFormComponent,
|
|
1565
1575
|
MJTestRunFormComponent,
|
|
1566
1576
|
MJTestSuiteRunFormComponent,
|
|
@@ -1575,12 +1585,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1575
1585
|
MJUserNotificationPreferenceFormComponent,
|
|
1576
1586
|
MJUserNotificationTypeFormComponent,
|
|
1577
1587
|
MJUserNotificationFormComponent,
|
|
1578
|
-
MJUserRecordLogFormComponent
|
|
1579
|
-
MJUserRoleFormComponent,
|
|
1580
|
-
MJUserRoutineRecipientFormComponent,
|
|
1581
|
-
MJUserRoutineRunFormComponent,
|
|
1582
|
-
MJUserRoutineFormComponent,
|
|
1583
|
-
MJUserSettingFormComponent
|
|
1588
|
+
MJUserRecordLogFormComponent
|
|
1584
1589
|
],
|
|
1585
1590
|
imports: [
|
|
1586
1591
|
CommonModule,
|
|
@@ -1592,7 +1597,12 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1592
1597
|
exports: []
|
|
1593
1598
|
}]
|
|
1594
1599
|
}], null, null); })();
|
|
1595
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
1600
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTemplateParamFormComponent,
|
|
1601
|
+
MJTemplateFormComponent,
|
|
1602
|
+
MJTestRubricFormComponent,
|
|
1603
|
+
MJTestRunFeedbackFormComponent,
|
|
1604
|
+
MJTestRunOutputTypeFormComponent,
|
|
1605
|
+
MJTestRunOutputFormComponent,
|
|
1596
1606
|
MJTestRunFormComponent,
|
|
1597
1607
|
MJTestSuiteRunFormComponent,
|
|
1598
1608
|
MJTestSuiteTestFormComponent,
|
|
@@ -1606,12 +1616,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1606
1616
|
MJUserNotificationPreferenceFormComponent,
|
|
1607
1617
|
MJUserNotificationTypeFormComponent,
|
|
1608
1618
|
MJUserNotificationFormComponent,
|
|
1609
|
-
MJUserRecordLogFormComponent,
|
|
1610
|
-
MJUserRoleFormComponent,
|
|
1611
|
-
MJUserRoutineRecipientFormComponent,
|
|
1612
|
-
MJUserRoutineRunFormComponent,
|
|
1613
|
-
MJUserRoutineFormComponent,
|
|
1614
|
-
MJUserSettingFormComponent], imports: [CommonModule,
|
|
1619
|
+
MJUserRecordLogFormComponent], imports: [CommonModule,
|
|
1615
1620
|
FormsModule,
|
|
1616
1621
|
BaseFormsModule,
|
|
1617
1622
|
EntityViewerModule,
|
|
@@ -1629,6 +1634,11 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1629
1634
|
type: NgModule,
|
|
1630
1635
|
args: [{
|
|
1631
1636
|
declarations: [
|
|
1637
|
+
MJUserRoleFormComponent,
|
|
1638
|
+
MJUserRoutineRecipientFormComponent,
|
|
1639
|
+
MJUserRoutineRunFormComponent,
|
|
1640
|
+
MJUserRoutineFormComponent,
|
|
1641
|
+
MJUserSettingFormComponent,
|
|
1632
1642
|
MJUserViewCategoryFormComponent,
|
|
1633
1643
|
MJUserViewRunDetailFormComponent,
|
|
1634
1644
|
MJUserViewRunFormComponent,
|
|
@@ -1654,7 +1664,12 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1654
1664
|
exports: []
|
|
1655
1665
|
}]
|
|
1656
1666
|
}], null, null); })();
|
|
1657
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
1667
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserRoleFormComponent,
|
|
1668
|
+
MJUserRoutineRecipientFormComponent,
|
|
1669
|
+
MJUserRoutineRunFormComponent,
|
|
1670
|
+
MJUserRoutineFormComponent,
|
|
1671
|
+
MJUserSettingFormComponent,
|
|
1672
|
+
MJUserViewCategoryFormComponent,
|
|
1658
1673
|
MJUserViewRunDetailFormComponent,
|
|
1659
1674
|
MJUserViewRunFormComponent,
|
|
1660
1675
|
MJUserViewFormComponent,
|