@memberjunction/ng-core-entity-forms 6.1.0-edge.2 → 6.1.0-edge.4
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 +622 -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/MJIdentityClaim/mjidentityclaim.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js +100 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js +97 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js.map +1 -0
- 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.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js +32 -14
- 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.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +230 -212
- 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 +298 -286
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +197 -146
- 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
|
@@ -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,8 +231,11 @@ 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";
|
|
237
|
+
import { MJIdentityClaimTypeFormComponent } from "./Entities/MJIdentityClaimType/mjidentityclaimtype.form.component";
|
|
238
|
+
import { MJIdentityClaimFormComponent } from "./Entities/MJIdentityClaim/mjidentityclaim.form.component";
|
|
235
239
|
import { MJInstanceConfigurationFormComponent } from "./Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component";
|
|
236
240
|
import { MJIntegrationObjectFieldFormComponent } from "./Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component";
|
|
237
241
|
import { MJIntegrationObjectFormComponent } from "./Entities/MJIntegrationObject/mjintegrationobject.form.component";
|
|
@@ -252,6 +256,8 @@ import { MJMagicLinkInviteApplicationFormComponent } from "./Entities/MJMagicLin
|
|
|
252
256
|
import { MJMagicLinkInviteRoleFormComponent } from "./Entities/MJMagicLinkInviteRole/mjmagiclinkinviterole.form.component";
|
|
253
257
|
import { MJMagicLinkInviteFormComponent } from "./Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component";
|
|
254
258
|
import { MJMagicLinkRedemptionFormComponent } from "./Entities/MJMagicLinkRedemption/mjmagiclinkredemption.form.component";
|
|
259
|
+
import { MJMaterializedResultQueryFormComponent } from "./Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component";
|
|
260
|
+
import { MJMaterializedResultFormComponent } from "./Entities/MJMaterializedResult/mjmaterializedresult.form.component";
|
|
255
261
|
import { MJMCPServerConnectionPermissionFormComponent } from "./Entities/MJMCPServerConnectionPermission/mjmcpserverconnectionpermission.form.component";
|
|
256
262
|
import { MJMCPServerConnectionToolFormComponent } from "./Entities/MJMCPServerConnectionTool/mjmcpserverconnectiontool.form.component";
|
|
257
263
|
import { MJMCPServerConnectionFormComponent } from "./Entities/MJMCPServerConnection/mjmcpserverconnection.form.component";
|
|
@@ -311,6 +317,7 @@ import { MJResourcePermissionFormComponent } from "./Entities/MJResourcePermissi
|
|
|
311
317
|
import { MJResourceTypeFormComponent } from "./Entities/MJResourceType/mjresourcetype.form.component";
|
|
312
318
|
import { MJRoleFormComponent } from "./Entities/MJRole/mjrole.form.component";
|
|
313
319
|
import { MJRowLevelSecurityFilterFormComponent } from "./Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component";
|
|
320
|
+
import { MJRSUPendingWorkFormComponent } from "./Entities/MJRSUPendingWork/mjrsupendingwork.form.component";
|
|
314
321
|
import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjscheduledjobrun.form.component";
|
|
315
322
|
import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
|
|
316
323
|
import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
|
|
@@ -746,6 +753,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
746
753
|
MJArtifactFormComponent,
|
|
747
754
|
MJAuditLogTypeFormComponent,
|
|
748
755
|
MJAuditLogFormComponent,
|
|
756
|
+
MJAuthenticationProviderFormComponent,
|
|
749
757
|
MJAuthorizationRoleFormComponent,
|
|
750
758
|
MJAuthorizationFormComponent,
|
|
751
759
|
MJClusterAnalysisFormComponent,
|
|
@@ -761,8 +769,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
761
769
|
MJCompanyFormComponent,
|
|
762
770
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
763
771
|
MJCompanyIntegrationFieldMapFormComponent,
|
|
764
|
-
MJCompanyIntegrationRecordMapFormComponent
|
|
765
|
-
MJCompanyIntegrationRunAPILogFormComponent
|
|
772
|
+
MJCompanyIntegrationRecordMapFormComponent
|
|
766
773
|
],
|
|
767
774
|
imports: [
|
|
768
775
|
CommonModule,
|
|
@@ -778,6 +785,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
778
785
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJArtifactFormComponent,
|
|
779
786
|
MJAuditLogTypeFormComponent,
|
|
780
787
|
MJAuditLogFormComponent,
|
|
788
|
+
MJAuthenticationProviderFormComponent,
|
|
781
789
|
MJAuthorizationRoleFormComponent,
|
|
782
790
|
MJAuthorizationFormComponent,
|
|
783
791
|
MJClusterAnalysisFormComponent,
|
|
@@ -793,8 +801,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
793
801
|
MJCompanyFormComponent,
|
|
794
802
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
795
803
|
MJCompanyIntegrationFieldMapFormComponent,
|
|
796
|
-
MJCompanyIntegrationRecordMapFormComponent,
|
|
797
|
-
MJCompanyIntegrationRunAPILogFormComponent], imports: [CommonModule,
|
|
804
|
+
MJCompanyIntegrationRecordMapFormComponent], imports: [CommonModule,
|
|
798
805
|
FormsModule,
|
|
799
806
|
BaseFormsModule,
|
|
800
807
|
EntityViewerModule,
|
|
@@ -813,6 +820,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
813
820
|
type: NgModule,
|
|
814
821
|
args: [{
|
|
815
822
|
declarations: [
|
|
823
|
+
MJCompanyIntegrationRunAPILogFormComponent,
|
|
816
824
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
817
825
|
MJCompanyIntegrationRunFormComponent,
|
|
818
826
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
@@ -831,8 +839,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
831
839
|
MJContentProcessRunDetailFormComponent,
|
|
832
840
|
MJContentProcessRunPromptRunFormComponent,
|
|
833
841
|
MJContentProcessRunFormComponent,
|
|
834
|
-
MJContentSourceParamFormComponent
|
|
835
|
-
MJContentSourceTypeParamFormComponent
|
|
842
|
+
MJContentSourceParamFormComponent
|
|
836
843
|
],
|
|
837
844
|
imports: [
|
|
838
845
|
CommonModule,
|
|
@@ -844,7 +851,8 @@ export class GeneratedForms_SubModule_6 {
|
|
|
844
851
|
exports: []
|
|
845
852
|
}]
|
|
846
853
|
}], null, null); })();
|
|
847
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
854
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationRunAPILogFormComponent,
|
|
855
|
+
MJCompanyIntegrationRunDetailFormComponent,
|
|
848
856
|
MJCompanyIntegrationRunFormComponent,
|
|
849
857
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
850
858
|
MJCompanyIntegrationFormComponent,
|
|
@@ -862,8 +870,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
862
870
|
MJContentProcessRunDetailFormComponent,
|
|
863
871
|
MJContentProcessRunPromptRunFormComponent,
|
|
864
872
|
MJContentProcessRunFormComponent,
|
|
865
|
-
MJContentSourceParamFormComponent,
|
|
866
|
-
MJContentSourceTypeParamFormComponent], imports: [CommonModule,
|
|
873
|
+
MJContentSourceParamFormComponent], imports: [CommonModule,
|
|
867
874
|
FormsModule,
|
|
868
875
|
BaseFormsModule,
|
|
869
876
|
EntityViewerModule,
|
|
@@ -881,6 +888,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
881
888
|
type: NgModule,
|
|
882
889
|
args: [{
|
|
883
890
|
declarations: [
|
|
891
|
+
MJContentSourceTypeParamFormComponent,
|
|
884
892
|
MJContentSourceTypeFormComponent,
|
|
885
893
|
MJContentSourceFormComponent,
|
|
886
894
|
MJContentTypeAttributeFormComponent,
|
|
@@ -899,8 +907,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
899
907
|
MJCredentialCategoryFormComponent,
|
|
900
908
|
MJCredentialTypeFormComponent,
|
|
901
909
|
MJCredentialFormComponent,
|
|
902
|
-
MJDashboardCategoryFormComponent
|
|
903
|
-
MJDashboardCategoryLinkFormComponent
|
|
910
|
+
MJDashboardCategoryFormComponent
|
|
904
911
|
],
|
|
905
912
|
imports: [
|
|
906
913
|
CommonModule,
|
|
@@ -912,7 +919,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
912
919
|
exports: []
|
|
913
920
|
}]
|
|
914
921
|
}], null, null); })();
|
|
915
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
922
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJContentSourceTypeParamFormComponent,
|
|
923
|
+
MJContentSourceTypeFormComponent,
|
|
916
924
|
MJContentSourceFormComponent,
|
|
917
925
|
MJContentTypeAttributeFormComponent,
|
|
918
926
|
MJContentTypeFormComponent,
|
|
@@ -930,8 +938,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
930
938
|
MJCredentialCategoryFormComponent,
|
|
931
939
|
MJCredentialTypeFormComponent,
|
|
932
940
|
MJCredentialFormComponent,
|
|
933
|
-
MJDashboardCategoryFormComponent,
|
|
934
|
-
MJDashboardCategoryLinkFormComponent], imports: [CommonModule,
|
|
941
|
+
MJDashboardCategoryFormComponent], imports: [CommonModule,
|
|
935
942
|
FormsModule,
|
|
936
943
|
BaseFormsModule,
|
|
937
944
|
EntityViewerModule,
|
|
@@ -949,6 +956,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
949
956
|
type: NgModule,
|
|
950
957
|
args: [{
|
|
951
958
|
declarations: [
|
|
959
|
+
MJDashboardCategoryLinkFormComponent,
|
|
952
960
|
MJDashboardCategoryPermissionFormComponent,
|
|
953
961
|
MJDashboardPartTypeFormComponent,
|
|
954
962
|
MJDashboardPermissionFormComponent,
|
|
@@ -967,8 +975,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
967
975
|
MJEmployeeSkillFormComponent,
|
|
968
976
|
MJEmployeeFormComponent,
|
|
969
977
|
MJEncryptionAlgorithmFormComponent,
|
|
970
|
-
MJEncryptionKeySourceFormComponent
|
|
971
|
-
MJEncryptionKeyFormComponent
|
|
978
|
+
MJEncryptionKeySourceFormComponent
|
|
972
979
|
],
|
|
973
980
|
imports: [
|
|
974
981
|
CommonModule,
|
|
@@ -980,7 +987,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
980
987
|
exports: []
|
|
981
988
|
}]
|
|
982
989
|
}], null, null); })();
|
|
983
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
990
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardCategoryLinkFormComponent,
|
|
991
|
+
MJDashboardCategoryPermissionFormComponent,
|
|
984
992
|
MJDashboardPartTypeFormComponent,
|
|
985
993
|
MJDashboardPermissionFormComponent,
|
|
986
994
|
MJDashboardUserPreferenceFormComponent,
|
|
@@ -998,8 +1006,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
998
1006
|
MJEmployeeSkillFormComponent,
|
|
999
1007
|
MJEmployeeFormComponent,
|
|
1000
1008
|
MJEncryptionAlgorithmFormComponent,
|
|
1001
|
-
MJEncryptionKeySourceFormComponent,
|
|
1002
|
-
MJEncryptionKeyFormComponent], imports: [CommonModule,
|
|
1009
|
+
MJEncryptionKeySourceFormComponent], imports: [CommonModule,
|
|
1003
1010
|
FormsModule,
|
|
1004
1011
|
BaseFormsModule,
|
|
1005
1012
|
EntityViewerModule,
|
|
@@ -1017,6 +1024,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1017
1024
|
type: NgModule,
|
|
1018
1025
|
args: [{
|
|
1019
1026
|
declarations: [
|
|
1027
|
+
MJEncryptionKeyFormComponent,
|
|
1020
1028
|
MJEntityFormComponent,
|
|
1021
1029
|
MJEntityActionFilterFormComponent,
|
|
1022
1030
|
MJEntityActionInvocationTypeFormComponent,
|
|
@@ -1035,8 +1043,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1035
1043
|
MJEntityFormOverrideFormComponent,
|
|
1036
1044
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1037
1045
|
MJEntityOrganicKeyFormComponent,
|
|
1038
|
-
MJEntityPermissionFormComponent
|
|
1039
|
-
MJEntityRecordDocumentFormComponent
|
|
1046
|
+
MJEntityPermissionFormComponent
|
|
1040
1047
|
],
|
|
1041
1048
|
imports: [
|
|
1042
1049
|
CommonModule,
|
|
@@ -1048,7 +1055,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1048
1055
|
exports: []
|
|
1049
1056
|
}]
|
|
1050
1057
|
}], null, null); })();
|
|
1051
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1058
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEncryptionKeyFormComponent,
|
|
1059
|
+
MJEntityFormComponent,
|
|
1052
1060
|
MJEntityActionFilterFormComponent,
|
|
1053
1061
|
MJEntityActionInvocationTypeFormComponent,
|
|
1054
1062
|
MJEntityActionInvocationFormComponent,
|
|
@@ -1066,8 +1074,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1066
1074
|
MJEntityFormOverrideFormComponent,
|
|
1067
1075
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1068
1076
|
MJEntityOrganicKeyFormComponent,
|
|
1069
|
-
MJEntityPermissionFormComponent,
|
|
1070
|
-
MJEntityRecordDocumentFormComponent], imports: [CommonModule,
|
|
1077
|
+
MJEntityPermissionFormComponent], imports: [CommonModule,
|
|
1071
1078
|
FormsModule,
|
|
1072
1079
|
BaseFormsModule,
|
|
1073
1080
|
EntityViewerModule,
|
|
@@ -1085,6 +1092,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1085
1092
|
type: NgModule,
|
|
1086
1093
|
args: [{
|
|
1087
1094
|
declarations: [
|
|
1095
|
+
MJEntityRecordDocumentFormComponent,
|
|
1088
1096
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
1089
1097
|
MJEntityRelationshipFormComponent,
|
|
1090
1098
|
MJEntitySettingFormComponent,
|
|
@@ -1102,9 +1110,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1102
1110
|
MJFileStorageAccountFormComponent,
|
|
1103
1111
|
MJFileStorageProviderFormComponent,
|
|
1104
1112
|
MJFileFormComponent,
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
MJInstanceConfigurationFormComponent
|
|
1113
|
+
MJFormChromeRuleFormComponent,
|
|
1114
|
+
MJGeneratedCodeCategoryFormComponent
|
|
1108
1115
|
],
|
|
1109
1116
|
imports: [
|
|
1110
1117
|
CommonModule,
|
|
@@ -1116,7 +1123,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1116
1123
|
exports: []
|
|
1117
1124
|
}]
|
|
1118
1125
|
}], null, null); })();
|
|
1119
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1126
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJEntityRecordDocumentFormComponent,
|
|
1127
|
+
MJEntityRelationshipDisplayComponentFormComponent,
|
|
1120
1128
|
MJEntityRelationshipFormComponent,
|
|
1121
1129
|
MJEntitySettingFormComponent,
|
|
1122
1130
|
MJEnvironmentFormComponent,
|
|
@@ -1133,9 +1141,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1133
1141
|
MJFileStorageAccountFormComponent,
|
|
1134
1142
|
MJFileStorageProviderFormComponent,
|
|
1135
1143
|
MJFileFormComponent,
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
MJInstanceConfigurationFormComponent], imports: [CommonModule,
|
|
1144
|
+
MJFormChromeRuleFormComponent,
|
|
1145
|
+
MJGeneratedCodeCategoryFormComponent], imports: [CommonModule,
|
|
1139
1146
|
FormsModule,
|
|
1140
1147
|
BaseFormsModule,
|
|
1141
1148
|
EntityViewerModule,
|
|
@@ -1153,6 +1160,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1153
1160
|
type: NgModule,
|
|
1154
1161
|
args: [{
|
|
1155
1162
|
declarations: [
|
|
1163
|
+
MJGeneratedCodeFormComponent,
|
|
1164
|
+
MJIdentityClaimTypeFormComponent,
|
|
1165
|
+
MJIdentityClaimFormComponent,
|
|
1166
|
+
MJInstanceConfigurationFormComponent,
|
|
1156
1167
|
MJIntegrationObjectFieldFormComponent,
|
|
1157
1168
|
MJIntegrationObjectFormComponent,
|
|
1158
1169
|
MJIntegrationSourceTypeFormComponent,
|
|
@@ -1168,11 +1179,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1168
1179
|
MJListFormComponent,
|
|
1169
1180
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1170
1181
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1171
|
-
MJMagicLinkInviteApplicationFormComponent
|
|
1172
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1173
|
-
MJMagicLinkInviteFormComponent,
|
|
1174
|
-
MJMagicLinkRedemptionFormComponent,
|
|
1175
|
-
MJMCPServerConnectionPermissionFormComponent
|
|
1182
|
+
MJMagicLinkInviteApplicationFormComponent
|
|
1176
1183
|
],
|
|
1177
1184
|
imports: [
|
|
1178
1185
|
CommonModule,
|
|
@@ -1184,7 +1191,11 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1184
1191
|
exports: []
|
|
1185
1192
|
}]
|
|
1186
1193
|
}], null, null); })();
|
|
1187
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1194
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJGeneratedCodeFormComponent,
|
|
1195
|
+
MJIdentityClaimTypeFormComponent,
|
|
1196
|
+
MJIdentityClaimFormComponent,
|
|
1197
|
+
MJInstanceConfigurationFormComponent,
|
|
1198
|
+
MJIntegrationObjectFieldFormComponent,
|
|
1188
1199
|
MJIntegrationObjectFormComponent,
|
|
1189
1200
|
MJIntegrationSourceTypeFormComponent,
|
|
1190
1201
|
MJIntegrationURLFormatFormComponent,
|
|
@@ -1199,11 +1210,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1199
1210
|
MJListFormComponent,
|
|
1200
1211
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1201
1212
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1202
|
-
MJMagicLinkInviteApplicationFormComponent,
|
|
1203
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1204
|
-
MJMagicLinkInviteFormComponent,
|
|
1205
|
-
MJMagicLinkRedemptionFormComponent,
|
|
1206
|
-
MJMCPServerConnectionPermissionFormComponent], imports: [CommonModule,
|
|
1213
|
+
MJMagicLinkInviteApplicationFormComponent], imports: [CommonModule,
|
|
1207
1214
|
FormsModule,
|
|
1208
1215
|
BaseFormsModule,
|
|
1209
1216
|
EntityViewerModule,
|
|
@@ -1221,6 +1228,12 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1221
1228
|
type: NgModule,
|
|
1222
1229
|
args: [{
|
|
1223
1230
|
declarations: [
|
|
1231
|
+
MJMagicLinkInviteRoleFormComponent,
|
|
1232
|
+
MJMagicLinkInviteFormComponent,
|
|
1233
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1234
|
+
MJMaterializedResultQueryFormComponent,
|
|
1235
|
+
MJMaterializedResultFormComponent,
|
|
1236
|
+
MJMCPServerConnectionPermissionFormComponent,
|
|
1224
1237
|
MJMCPServerConnectionToolFormComponent,
|
|
1225
1238
|
MJMCPServerConnectionFormComponent,
|
|
1226
1239
|
MJMCPServerToolFormComponent,
|
|
@@ -1234,13 +1247,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1234
1247
|
MJMLModelFormComponent,
|
|
1235
1248
|
MJMLTrainingPipelineFormComponent,
|
|
1236
1249
|
MJMLTrainingRunFormComponent,
|
|
1237
|
-
MJOAuthAuthServerMetadataCacheFormComponent
|
|
1238
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
1239
|
-
MJOAuthClientRegistrationFormComponent,
|
|
1240
|
-
MJOAuthTokenFormComponent,
|
|
1241
|
-
MJOpenAppDependencyFormComponent,
|
|
1242
|
-
MJOpenAppInstallHistoryFormComponent,
|
|
1243
|
-
MJOpenAppFormComponent
|
|
1250
|
+
MJOAuthAuthServerMetadataCacheFormComponent
|
|
1244
1251
|
],
|
|
1245
1252
|
imports: [
|
|
1246
1253
|
CommonModule,
|
|
@@ -1252,7 +1259,13 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1252
1259
|
exports: []
|
|
1253
1260
|
}]
|
|
1254
1261
|
}], null, null); })();
|
|
1255
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1262
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMagicLinkInviteRoleFormComponent,
|
|
1263
|
+
MJMagicLinkInviteFormComponent,
|
|
1264
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1265
|
+
MJMaterializedResultQueryFormComponent,
|
|
1266
|
+
MJMaterializedResultFormComponent,
|
|
1267
|
+
MJMCPServerConnectionPermissionFormComponent,
|
|
1268
|
+
MJMCPServerConnectionToolFormComponent,
|
|
1256
1269
|
MJMCPServerConnectionFormComponent,
|
|
1257
1270
|
MJMCPServerToolFormComponent,
|
|
1258
1271
|
MJMCPServerFormComponent,
|
|
@@ -1265,13 +1278,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1265
1278
|
MJMLModelFormComponent,
|
|
1266
1279
|
MJMLTrainingPipelineFormComponent,
|
|
1267
1280
|
MJMLTrainingRunFormComponent,
|
|
1268
|
-
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1269
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
1270
|
-
MJOAuthClientRegistrationFormComponent,
|
|
1271
|
-
MJOAuthTokenFormComponent,
|
|
1272
|
-
MJOpenAppDependencyFormComponent,
|
|
1273
|
-
MJOpenAppInstallHistoryFormComponent,
|
|
1274
|
-
MJOpenAppFormComponent], imports: [CommonModule,
|
|
1281
|
+
MJOAuthAuthServerMetadataCacheFormComponent], imports: [CommonModule,
|
|
1275
1282
|
FormsModule,
|
|
1276
1283
|
BaseFormsModule,
|
|
1277
1284
|
EntityViewerModule,
|
|
@@ -1289,6 +1296,12 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1289
1296
|
type: NgModule,
|
|
1290
1297
|
args: [{
|
|
1291
1298
|
declarations: [
|
|
1299
|
+
MJOAuthAuthorizationStateFormComponent,
|
|
1300
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1301
|
+
MJOAuthTokenFormComponent,
|
|
1302
|
+
MJOpenAppDependencyFormComponent,
|
|
1303
|
+
MJOpenAppInstallHistoryFormComponent,
|
|
1304
|
+
MJOpenAppFormComponent,
|
|
1292
1305
|
MJOutputDeliveryTypeFormComponent,
|
|
1293
1306
|
MJOutputFormatTypeFormComponent,
|
|
1294
1307
|
MJPermissionDomainFormComponent,
|
|
@@ -1302,13 +1315,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1302
1315
|
MJQueryEntityFormComponent,
|
|
1303
1316
|
MJQueryFieldFormComponent,
|
|
1304
1317
|
MJQueryParameterFormComponent,
|
|
1305
|
-
MJQueryPermissionFormComponent
|
|
1306
|
-
MJQuerySQLFormComponent,
|
|
1307
|
-
MJQueueTaskFormComponent,
|
|
1308
|
-
MJQueueTypeFormComponent,
|
|
1309
|
-
MJQueueFormComponent,
|
|
1310
|
-
MJRecommendationItemFormComponent,
|
|
1311
|
-
MJRecommendationProviderFormComponent
|
|
1318
|
+
MJQueryPermissionFormComponent
|
|
1312
1319
|
],
|
|
1313
1320
|
imports: [
|
|
1314
1321
|
CommonModule,
|
|
@@ -1320,7 +1327,13 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1320
1327
|
exports: []
|
|
1321
1328
|
}]
|
|
1322
1329
|
}], null, null); })();
|
|
1323
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1330
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJOAuthAuthorizationStateFormComponent,
|
|
1331
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1332
|
+
MJOAuthTokenFormComponent,
|
|
1333
|
+
MJOpenAppDependencyFormComponent,
|
|
1334
|
+
MJOpenAppInstallHistoryFormComponent,
|
|
1335
|
+
MJOpenAppFormComponent,
|
|
1336
|
+
MJOutputDeliveryTypeFormComponent,
|
|
1324
1337
|
MJOutputFormatTypeFormComponent,
|
|
1325
1338
|
MJPermissionDomainFormComponent,
|
|
1326
1339
|
MJProcessRunDetailFormComponent,
|
|
@@ -1333,13 +1346,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1333
1346
|
MJQueryEntityFormComponent,
|
|
1334
1347
|
MJQueryFieldFormComponent,
|
|
1335
1348
|
MJQueryParameterFormComponent,
|
|
1336
|
-
MJQueryPermissionFormComponent,
|
|
1337
|
-
MJQuerySQLFormComponent,
|
|
1338
|
-
MJQueueTaskFormComponent,
|
|
1339
|
-
MJQueueTypeFormComponent,
|
|
1340
|
-
MJQueueFormComponent,
|
|
1341
|
-
MJRecommendationItemFormComponent,
|
|
1342
|
-
MJRecommendationProviderFormComponent], imports: [CommonModule,
|
|
1349
|
+
MJQueryPermissionFormComponent], imports: [CommonModule,
|
|
1343
1350
|
FormsModule,
|
|
1344
1351
|
BaseFormsModule,
|
|
1345
1352
|
EntityViewerModule,
|
|
@@ -1357,6 +1364,12 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1357
1364
|
type: NgModule,
|
|
1358
1365
|
args: [{
|
|
1359
1366
|
declarations: [
|
|
1367
|
+
MJQuerySQLFormComponent,
|
|
1368
|
+
MJQueueTaskFormComponent,
|
|
1369
|
+
MJQueueTypeFormComponent,
|
|
1370
|
+
MJQueueFormComponent,
|
|
1371
|
+
MJRecommendationItemFormComponent,
|
|
1372
|
+
MJRecommendationProviderFormComponent,
|
|
1360
1373
|
MJRecommendationRunFormComponent,
|
|
1361
1374
|
MJRecommendationFormComponent,
|
|
1362
1375
|
MJRecordChangeReplayRunFormComponent,
|
|
@@ -1370,13 +1383,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1370
1383
|
MJRecordProcessFormComponent,
|
|
1371
1384
|
MJRemoteOperationCategoryFormComponent,
|
|
1372
1385
|
MJRemoteOperationFormComponent,
|
|
1373
|
-
MJResourceLinkFormComponent
|
|
1374
|
-
MJResourcePermissionFormComponent,
|
|
1375
|
-
MJResourceTypeFormComponent,
|
|
1376
|
-
MJRoleFormComponent,
|
|
1377
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1378
|
-
MJScheduledJobRunFormComponent,
|
|
1379
|
-
MJScheduledJobTypeFormComponent
|
|
1386
|
+
MJResourceLinkFormComponent
|
|
1380
1387
|
],
|
|
1381
1388
|
imports: [
|
|
1382
1389
|
CommonModule,
|
|
@@ -1388,7 +1395,13 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1388
1395
|
exports: []
|
|
1389
1396
|
}]
|
|
1390
1397
|
}], null, null); })();
|
|
1391
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1398
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJQuerySQLFormComponent,
|
|
1399
|
+
MJQueueTaskFormComponent,
|
|
1400
|
+
MJQueueTypeFormComponent,
|
|
1401
|
+
MJQueueFormComponent,
|
|
1402
|
+
MJRecommendationItemFormComponent,
|
|
1403
|
+
MJRecommendationProviderFormComponent,
|
|
1404
|
+
MJRecommendationRunFormComponent,
|
|
1392
1405
|
MJRecommendationFormComponent,
|
|
1393
1406
|
MJRecordChangeReplayRunFormComponent,
|
|
1394
1407
|
MJRecordChangeFormComponent,
|
|
@@ -1401,13 +1414,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1401
1414
|
MJRecordProcessFormComponent,
|
|
1402
1415
|
MJRemoteOperationCategoryFormComponent,
|
|
1403
1416
|
MJRemoteOperationFormComponent,
|
|
1404
|
-
MJResourceLinkFormComponent,
|
|
1405
|
-
MJResourcePermissionFormComponent,
|
|
1406
|
-
MJResourceTypeFormComponent,
|
|
1407
|
-
MJRoleFormComponent,
|
|
1408
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1409
|
-
MJScheduledJobRunFormComponent,
|
|
1410
|
-
MJScheduledJobTypeFormComponent], imports: [CommonModule,
|
|
1417
|
+
MJResourceLinkFormComponent], imports: [CommonModule,
|
|
1411
1418
|
FormsModule,
|
|
1412
1419
|
BaseFormsModule,
|
|
1413
1420
|
EntityViewerModule,
|
|
@@ -1425,6 +1432,13 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1425
1432
|
type: NgModule,
|
|
1426
1433
|
args: [{
|
|
1427
1434
|
declarations: [
|
|
1435
|
+
MJResourcePermissionFormComponent,
|
|
1436
|
+
MJResourceTypeFormComponent,
|
|
1437
|
+
MJRoleFormComponent,
|
|
1438
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1439
|
+
MJRSUPendingWorkFormComponent,
|
|
1440
|
+
MJScheduledJobRunFormComponent,
|
|
1441
|
+
MJScheduledJobTypeFormComponent,
|
|
1428
1442
|
MJScheduledJobFormComponent,
|
|
1429
1443
|
MJSchemaInfoFormComponent,
|
|
1430
1444
|
MJScopedPromptConfigFormComponent,
|
|
@@ -1437,14 +1451,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1437
1451
|
MJSearchScopeProviderFormComponent,
|
|
1438
1452
|
MJSearchScopeStorageAccountFormComponent,
|
|
1439
1453
|
MJSearchScopeTestQueryFormComponent,
|
|
1440
|
-
MJSearchScopeFormComponent
|
|
1441
|
-
MJSignatureAccountFormComponent,
|
|
1442
|
-
MJSignatureProviderFormComponent,
|
|
1443
|
-
MJSignatureRequestDocumentFormComponent,
|
|
1444
|
-
MJSignatureRequestLogFormComponent,
|
|
1445
|
-
MJSignatureRequestRecipientFormComponent,
|
|
1446
|
-
MJSignatureRequestFormComponent,
|
|
1447
|
-
MJSkillFormComponent
|
|
1454
|
+
MJSearchScopeFormComponent
|
|
1448
1455
|
],
|
|
1449
1456
|
imports: [
|
|
1450
1457
|
CommonModule,
|
|
@@ -1456,7 +1463,14 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1456
1463
|
exports: []
|
|
1457
1464
|
}]
|
|
1458
1465
|
}], null, null); })();
|
|
1459
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1466
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJResourcePermissionFormComponent,
|
|
1467
|
+
MJResourceTypeFormComponent,
|
|
1468
|
+
MJRoleFormComponent,
|
|
1469
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1470
|
+
MJRSUPendingWorkFormComponent,
|
|
1471
|
+
MJScheduledJobRunFormComponent,
|
|
1472
|
+
MJScheduledJobTypeFormComponent,
|
|
1473
|
+
MJScheduledJobFormComponent,
|
|
1460
1474
|
MJSchemaInfoFormComponent,
|
|
1461
1475
|
MJScopedPromptConfigFormComponent,
|
|
1462
1476
|
MJScopedPromptPartFormComponent,
|
|
@@ -1468,14 +1482,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1468
1482
|
MJSearchScopeProviderFormComponent,
|
|
1469
1483
|
MJSearchScopeStorageAccountFormComponent,
|
|
1470
1484
|
MJSearchScopeTestQueryFormComponent,
|
|
1471
|
-
MJSearchScopeFormComponent,
|
|
1472
|
-
MJSignatureAccountFormComponent,
|
|
1473
|
-
MJSignatureProviderFormComponent,
|
|
1474
|
-
MJSignatureRequestDocumentFormComponent,
|
|
1475
|
-
MJSignatureRequestLogFormComponent,
|
|
1476
|
-
MJSignatureRequestRecipientFormComponent,
|
|
1477
|
-
MJSignatureRequestFormComponent,
|
|
1478
|
-
MJSkillFormComponent], imports: [CommonModule,
|
|
1485
|
+
MJSearchScopeFormComponent], imports: [CommonModule,
|
|
1479
1486
|
FormsModule,
|
|
1480
1487
|
BaseFormsModule,
|
|
1481
1488
|
EntityViewerModule,
|
|
@@ -1493,6 +1500,13 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1493
1500
|
type: NgModule,
|
|
1494
1501
|
args: [{
|
|
1495
1502
|
declarations: [
|
|
1503
|
+
MJSignatureAccountFormComponent,
|
|
1504
|
+
MJSignatureProviderFormComponent,
|
|
1505
|
+
MJSignatureRequestDocumentFormComponent,
|
|
1506
|
+
MJSignatureRequestLogFormComponent,
|
|
1507
|
+
MJSignatureRequestRecipientFormComponent,
|
|
1508
|
+
MJSignatureRequestFormComponent,
|
|
1509
|
+
MJSkillFormComponent,
|
|
1496
1510
|
MJSQLDialectFormComponent,
|
|
1497
1511
|
MJStateProvinceFormComponent,
|
|
1498
1512
|
MJTagAuditLogFormComponent,
|
|
@@ -1505,14 +1519,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1505
1519
|
MJTaskDependencyFormComponent,
|
|
1506
1520
|
MJTaskTypeFormComponent,
|
|
1507
1521
|
MJTaskFormComponent,
|
|
1508
|
-
MJTemplateCategoryFormComponent
|
|
1509
|
-
MJTemplateContentTypeFormComponent,
|
|
1510
|
-
MJTemplateContentFormComponent,
|
|
1511
|
-
MJTemplateParamFormComponent,
|
|
1512
|
-
MJTemplateFormComponent,
|
|
1513
|
-
MJTestRubricFormComponent,
|
|
1514
|
-
MJTestRunFeedbackFormComponent,
|
|
1515
|
-
MJTestRunOutputTypeFormComponent
|
|
1522
|
+
MJTemplateCategoryFormComponent
|
|
1516
1523
|
],
|
|
1517
1524
|
imports: [
|
|
1518
1525
|
CommonModule,
|
|
@@ -1524,7 +1531,14 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1524
1531
|
exports: []
|
|
1525
1532
|
}]
|
|
1526
1533
|
}], null, null); })();
|
|
1527
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
1534
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSignatureAccountFormComponent,
|
|
1535
|
+
MJSignatureProviderFormComponent,
|
|
1536
|
+
MJSignatureRequestDocumentFormComponent,
|
|
1537
|
+
MJSignatureRequestLogFormComponent,
|
|
1538
|
+
MJSignatureRequestRecipientFormComponent,
|
|
1539
|
+
MJSignatureRequestFormComponent,
|
|
1540
|
+
MJSkillFormComponent,
|
|
1541
|
+
MJSQLDialectFormComponent,
|
|
1528
1542
|
MJStateProvinceFormComponent,
|
|
1529
1543
|
MJTagAuditLogFormComponent,
|
|
1530
1544
|
MJTagCoOccurrenceFormComponent,
|
|
@@ -1536,14 +1550,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1536
1550
|
MJTaskDependencyFormComponent,
|
|
1537
1551
|
MJTaskTypeFormComponent,
|
|
1538
1552
|
MJTaskFormComponent,
|
|
1539
|
-
MJTemplateCategoryFormComponent,
|
|
1540
|
-
MJTemplateContentTypeFormComponent,
|
|
1541
|
-
MJTemplateContentFormComponent,
|
|
1542
|
-
MJTemplateParamFormComponent,
|
|
1543
|
-
MJTemplateFormComponent,
|
|
1544
|
-
MJTestRubricFormComponent,
|
|
1545
|
-
MJTestRunFeedbackFormComponent,
|
|
1546
|
-
MJTestRunOutputTypeFormComponent], imports: [CommonModule,
|
|
1553
|
+
MJTemplateCategoryFormComponent], imports: [CommonModule,
|
|
1547
1554
|
FormsModule,
|
|
1548
1555
|
BaseFormsModule,
|
|
1549
1556
|
EntityViewerModule,
|
|
@@ -1561,6 +1568,13 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1561
1568
|
type: NgModule,
|
|
1562
1569
|
args: [{
|
|
1563
1570
|
declarations: [
|
|
1571
|
+
MJTemplateContentTypeFormComponent,
|
|
1572
|
+
MJTemplateContentFormComponent,
|
|
1573
|
+
MJTemplateParamFormComponent,
|
|
1574
|
+
MJTemplateFormComponent,
|
|
1575
|
+
MJTestRubricFormComponent,
|
|
1576
|
+
MJTestRunFeedbackFormComponent,
|
|
1577
|
+
MJTestRunOutputTypeFormComponent,
|
|
1564
1578
|
MJTestRunOutputFormComponent,
|
|
1565
1579
|
MJTestRunFormComponent,
|
|
1566
1580
|
MJTestSuiteRunFormComponent,
|
|
@@ -1573,14 +1587,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1573
1587
|
MJUserApplicationFormComponent,
|
|
1574
1588
|
MJUserFavoriteFormComponent,
|
|
1575
1589
|
MJUserNotificationPreferenceFormComponent,
|
|
1576
|
-
MJUserNotificationTypeFormComponent
|
|
1577
|
-
MJUserNotificationFormComponent,
|
|
1578
|
-
MJUserRecordLogFormComponent,
|
|
1579
|
-
MJUserRoleFormComponent,
|
|
1580
|
-
MJUserRoutineRecipientFormComponent,
|
|
1581
|
-
MJUserRoutineRunFormComponent,
|
|
1582
|
-
MJUserRoutineFormComponent,
|
|
1583
|
-
MJUserSettingFormComponent
|
|
1590
|
+
MJUserNotificationTypeFormComponent
|
|
1584
1591
|
],
|
|
1585
1592
|
imports: [
|
|
1586
1593
|
CommonModule,
|
|
@@ -1592,7 +1599,14 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1592
1599
|
exports: []
|
|
1593
1600
|
}]
|
|
1594
1601
|
}], null, null); })();
|
|
1595
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
1602
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTemplateContentTypeFormComponent,
|
|
1603
|
+
MJTemplateContentFormComponent,
|
|
1604
|
+
MJTemplateParamFormComponent,
|
|
1605
|
+
MJTemplateFormComponent,
|
|
1606
|
+
MJTestRubricFormComponent,
|
|
1607
|
+
MJTestRunFeedbackFormComponent,
|
|
1608
|
+
MJTestRunOutputTypeFormComponent,
|
|
1609
|
+
MJTestRunOutputFormComponent,
|
|
1596
1610
|
MJTestRunFormComponent,
|
|
1597
1611
|
MJTestSuiteRunFormComponent,
|
|
1598
1612
|
MJTestSuiteTestFormComponent,
|
|
@@ -1604,14 +1618,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1604
1618
|
MJUserApplicationFormComponent,
|
|
1605
1619
|
MJUserFavoriteFormComponent,
|
|
1606
1620
|
MJUserNotificationPreferenceFormComponent,
|
|
1607
|
-
MJUserNotificationTypeFormComponent,
|
|
1608
|
-
MJUserNotificationFormComponent,
|
|
1609
|
-
MJUserRecordLogFormComponent,
|
|
1610
|
-
MJUserRoleFormComponent,
|
|
1611
|
-
MJUserRoutineRecipientFormComponent,
|
|
1612
|
-
MJUserRoutineRunFormComponent,
|
|
1613
|
-
MJUserRoutineFormComponent,
|
|
1614
|
-
MJUserSettingFormComponent], imports: [CommonModule,
|
|
1621
|
+
MJUserNotificationTypeFormComponent], imports: [CommonModule,
|
|
1615
1622
|
FormsModule,
|
|
1616
1623
|
BaseFormsModule,
|
|
1617
1624
|
EntityViewerModule,
|
|
@@ -1629,6 +1636,13 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1629
1636
|
type: NgModule,
|
|
1630
1637
|
args: [{
|
|
1631
1638
|
declarations: [
|
|
1639
|
+
MJUserNotificationFormComponent,
|
|
1640
|
+
MJUserRecordLogFormComponent,
|
|
1641
|
+
MJUserRoleFormComponent,
|
|
1642
|
+
MJUserRoutineRecipientFormComponent,
|
|
1643
|
+
MJUserRoutineRunFormComponent,
|
|
1644
|
+
MJUserRoutineFormComponent,
|
|
1645
|
+
MJUserSettingFormComponent,
|
|
1632
1646
|
MJUserViewCategoryFormComponent,
|
|
1633
1647
|
MJUserViewRunDetailFormComponent,
|
|
1634
1648
|
MJUserViewRunFormComponent,
|
|
@@ -1641,8 +1655,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1641
1655
|
MJVersionLabelRestoreFormComponent,
|
|
1642
1656
|
MJVersionLabelFormComponent,
|
|
1643
1657
|
MJViewTypeFormComponent,
|
|
1644
|
-
MJWorkspaceItemFormComponent
|
|
1645
|
-
MJWorkspaceFormComponent
|
|
1658
|
+
MJWorkspaceItemFormComponent
|
|
1646
1659
|
],
|
|
1647
1660
|
imports: [
|
|
1648
1661
|
CommonModule,
|
|
@@ -1654,7 +1667,14 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1654
1667
|
exports: []
|
|
1655
1668
|
}]
|
|
1656
1669
|
}], null, null); })();
|
|
1657
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
1670
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserNotificationFormComponent,
|
|
1671
|
+
MJUserRecordLogFormComponent,
|
|
1672
|
+
MJUserRoleFormComponent,
|
|
1673
|
+
MJUserRoutineRecipientFormComponent,
|
|
1674
|
+
MJUserRoutineRunFormComponent,
|
|
1675
|
+
MJUserRoutineFormComponent,
|
|
1676
|
+
MJUserSettingFormComponent,
|
|
1677
|
+
MJUserViewCategoryFormComponent,
|
|
1658
1678
|
MJUserViewRunDetailFormComponent,
|
|
1659
1679
|
MJUserViewRunFormComponent,
|
|
1660
1680
|
MJUserViewFormComponent,
|
|
@@ -1666,8 +1686,37 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1666
1686
|
MJVersionLabelRestoreFormComponent,
|
|
1667
1687
|
MJVersionLabelFormComponent,
|
|
1668
1688
|
MJViewTypeFormComponent,
|
|
1669
|
-
MJWorkspaceItemFormComponent,
|
|
1670
|
-
|
|
1689
|
+
MJWorkspaceItemFormComponent], imports: [CommonModule,
|
|
1690
|
+
FormsModule,
|
|
1691
|
+
BaseFormsModule,
|
|
1692
|
+
EntityViewerModule,
|
|
1693
|
+
LinkDirectivesModule] }); })();
|
|
1694
|
+
export class GeneratedForms_SubModule_19 {
|
|
1695
|
+
static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_19)(); }; }
|
|
1696
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
|
|
1697
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1698
|
+
FormsModule,
|
|
1699
|
+
BaseFormsModule,
|
|
1700
|
+
EntityViewerModule,
|
|
1701
|
+
LinkDirectivesModule] }); }
|
|
1702
|
+
}
|
|
1703
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
|
|
1704
|
+
type: NgModule,
|
|
1705
|
+
args: [{
|
|
1706
|
+
declarations: [
|
|
1707
|
+
MJWorkspaceFormComponent
|
|
1708
|
+
],
|
|
1709
|
+
imports: [
|
|
1710
|
+
CommonModule,
|
|
1711
|
+
FormsModule,
|
|
1712
|
+
BaseFormsModule,
|
|
1713
|
+
EntityViewerModule,
|
|
1714
|
+
LinkDirectivesModule
|
|
1715
|
+
],
|
|
1716
|
+
exports: []
|
|
1717
|
+
}]
|
|
1718
|
+
}], null, null); })();
|
|
1719
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [MJWorkspaceFormComponent], imports: [CommonModule,
|
|
1671
1720
|
FormsModule,
|
|
1672
1721
|
BaseFormsModule,
|
|
1673
1722
|
EntityViewerModule,
|
|
@@ -1693,7 +1742,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1693
1742
|
GeneratedForms_SubModule_15,
|
|
1694
1743
|
GeneratedForms_SubModule_16,
|
|
1695
1744
|
GeneratedForms_SubModule_17,
|
|
1696
|
-
GeneratedForms_SubModule_18
|
|
1745
|
+
GeneratedForms_SubModule_18,
|
|
1746
|
+
GeneratedForms_SubModule_19] }); }
|
|
1697
1747
|
}
|
|
1698
1748
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1699
1749
|
type: NgModule,
|
|
@@ -1718,9 +1768,10 @@ export class CoreGeneratedFormsModule {
|
|
|
1718
1768
|
GeneratedForms_SubModule_15,
|
|
1719
1769
|
GeneratedForms_SubModule_16,
|
|
1720
1770
|
GeneratedForms_SubModule_17,
|
|
1721
|
-
GeneratedForms_SubModule_18
|
|
1771
|
+
GeneratedForms_SubModule_18,
|
|
1772
|
+
GeneratedForms_SubModule_19
|
|
1722
1773
|
]
|
|
1723
1774
|
}]
|
|
1724
1775
|
}], null, null); })();
|
|
1725
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18] }); })();
|
|
1776
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19] }); })();
|
|
1726
1777
|
//# sourceMappingURL=generated-forms.module.js.map
|