@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-tree-timeline-projection.js","sourceRoot":"","sources":["../../../../src/lib/custom/ai-agent-run/run-tree-timeline-projection.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * @fileoverview Projects a run tree into timeline rows.\n *\n * **Why this exists.** A task-graph step used to expand into an embedded canvas — a diagram nested\n * inside a vertical list. That put two different visual languages in one column and made the graph's\n * steps the only work in a run you could not read the same way as everything else. The graph's tasks\n * are steps; they should look like steps, sit at their real depth, and be selectable like any other\n * row. The canvas is still the right way to see *edges*, so it moves to the detail panel where it\n * has room, rather than being squeezed into a 300px strip inside the list.\n *\n * **Why a pure function.** The bug this replaces was an ordering bug — a child's indent was computed\n * from its parent's indent *at the moment the child was visited*, so a row that arrived before its\n * parent got the wrong level and every descendant inherited the error. It only reproduced when the\n * database returned rows in a particular order, which is exactly the kind of defect that is\n * impossible to catch by looking at a screen and trivial to catch in a test. Depth here comes from\n * the tree's own structure and cannot depend on visit order.\n */\nimport type { AgentRunTreeNode, AgentRunTreeNodeType } from '@memberjunction/ai-core-plus';\nimport type { TimelineItem } from './ai-agent-run-timeline.component';\n\n/**\n * How each kind of node presents itself.\n *\n * Task-graph work is **colour-coded** so its provenance is visible at a glance: a row that ran on\n * the dispatcher, outliving the agent run that submitted it, is a genuinely different thing from a\n * step the run executed itself, and someone reading a failure needs to know which they are looking\n * at before they know where to go next.\n */\nconst NODE_PRESENTATION: Record<AgentRunTreeNodeType, { icon: string }> = {\n Run: { icon: 'fa-solid fa-robot' },\n Step: { icon: 'fa-solid fa-circle-nodes' },\n TaskGraph: { icon: 'fa-solid fa-diagram-project' },\n Task: { icon: 'fa-solid fa-diagram-next' },\n};\n\n/**\n * The marker colour vocabulary — a NAME, never a CSS value.\n *\n * `TimelineItem.color` is written to `data-color` and matched by\n * `.timeline-marker[data-color=\"info\"]`, which sets the filled circle's background. Emitting\n * `var(--mj-status-info)` here — a perfectly valid CSS value — matched no selector at all, so\n * workflow rows got no filled circle and rendered a bare glyph inheriting `--mj-text-inverse`:\n * near-invisible in dark mode, and visibly second-class beside the agent's own steps.\n *\n * That failure is silent twice over. An unmatched attribute selector is not an error, and neither is\n * a CSS variable that resolves to nothing — so the only symptom was an icon that looked dim.\n */\ntype MarkerColor = 'info' | 'success' | 'error' | 'warning' | 'secondary';\n\n/** Status → marker colour, matching what an agent run's own steps have always used. */\nconst STATUS_COLOR: Record<string, MarkerColor> = {\n Running: 'info',\n Completed: 'success',\n Failed: 'error',\n Cancelled: 'warning',\n Blocked: 'error',\n Skipped: 'secondary',\n Pending: 'secondary',\n Waiting: 'warning',\n};\n\n/**\n * How a task presents itself, by what it actually DOES.\n *\n * `NODE_PRESENTATION` is keyed by node TYPE, so every task in a workflow resolved to the same\n * generic diagram glyph — a prompt step, a loop and an approval were visually identical, and the row\n * `type` that says otherwise was painted over by the explicit icon. Mapping the row type onto the\n * timeline's vocabulary is only half the job; a reader distinguishes rows by their icon long before\n * reading the subtitle.\n *\n * Colour still says \"workflow\" via `provenance`, so these icons differentiate KIND without costing\n * the visual grouping that tells you this work ran on the dispatcher.\n */\nconst TASK_KIND_PRESENTATION: Record<string, { icon: string }> = {\n Action: { icon: 'fa-solid fa-bolt' },\n Prompt: { icon: 'fa-solid fa-comment-dots' },\n Agent: { icon: 'fa-solid fa-robot' },\n ForEach: { icon: 'fa-solid fa-repeat' },\n While: { icon: 'fa-solid fa-rotate' },\n Human: { icon: 'fa-solid fa-user-check' },\n External: { icon: 'fa-solid fa-arrow-up-right-from-square' },\n};\n\n/**\n * A node's icon and marker colour.\n *\n * **Workflow work is always `info`** — the blue filled circle — because provenance is the thing a\n * reader needs first: work that ran on the dispatcher, outliving the run that submitted it, is a\n * different kind of thing from a step the run executed itself. Status is still legible on the row\n * (its own coloured line, its icon), so the marker is free to carry provenance instead.\n *\n * **Everything else is coloured by status**, exactly as an agent run's own steps always have been.\n * That is what makes a sub-agent run nested inside a graph revert to ordinary agent styling at the\n * run boundary: below it, the work is ordinary agent work again.\n */\nfunction presentationOf(node: AgentRunTreeNode): { icon: string; color: MarkerColor } {\n const workflow = node.NodeType === 'Task' || node.NodeType === 'TaskGraph';\n let icon = node.NodeType === 'Task' && node.SourceKind\n ? (TASK_KIND_PRESENTATION[node.SourceKind] ?? NODE_PRESENTATION.Task).icon\n : (NODE_PRESENTATION[node.NodeType] ?? NODE_PRESENTATION.Step).icon;\n\n // A loop that ran its iterations at once is a different shape of work from one that ran them in\n // turn, and the passes underneath look identical either way — same rows, same durations. The\n // icon carries the distinction, because it is visible without opening anything.\n if (IsParallelLoop(node)) icon = 'fa-solid fa-arrows-split-up-and-left';\n\n return { icon, color: workflow ? 'info' : (STATUS_COLOR[NormalizeStatus(node.Status)] ?? 'secondary') };\n}\n\n/** True when this node is a loop whose iterations ran concurrently. */\nexport function IsParallelLoop(node: AgentRunTreeNode): boolean {\n return node.LoopMode?.toLowerCase() === 'parallel';\n}\n\n/**\n * One status vocabulary for the timeline, out of the two the tree returns.\n *\n * A `Task` says `Complete` / `In Progress`; an `AIAgentRunStep` says `Completed` / `Running`. The\n * timeline branches on the step vocabulary throughout — icons, colours, the status pill — so every\n * workflow row missed EVERY branch and fell through to the unknown-status glyph. `Complete` and\n * `Completed` differing by two letters is not a distinction anyone should have to know about.\n *\n * Normalized for DISPLAY only. `WorkflowStepView.Status` keeps the row's own word, so the JSON tab\n * still shows what the database actually holds.\n */\nexport function NormalizeStatus(status: string): string {\n switch (status) {\n case 'Complete': return 'Completed';\n case 'In Progress': return 'Running';\n case 'Deferred': return 'Pending';\n default: return status;\n }\n}\n\n/**\n * The timeline's item type for each tree node kind.\n *\n * A `Task` deliberately does NOT get its own row type. A workflow step that runs an action IS an\n * action, and rendering it as a generic \"workflow step\" threw away the action displayer — icon,\n * status treatment, navigation — that every other action row in the timeline already gets. Tasks map\n * onto the SAME vocabulary as run steps and pick up the same presentation; what marks them as\n * dispatcher work is `provenance`, which styles them without changing what they are.\n */\nconst NODE_ITEM_TYPE: Record<AgentRunTreeNodeType, TimelineItem['type']> = {\n Run: 'subrun',\n Step: 'step',\n // The graph itself keeps a distinct type — it is a container, not a step, and the visual break\n // between \"the run\" and \"the workflow it submitted\" is worth preserving.\n TaskGraph: 'taskgraph',\n Task: 'task',\n};\n\n/**\n * A workflow step's kind, in the vocabulary an agent run STEP uses.\n *\n * The two vocabularies exist because the same work is described twice: a task graph calls it\n * `Action`, a run step calls it `Actions`. Translating one into the other is what lets a graph's\n * steps reuse the run timeline wholesale instead of needing a parallel set of branches.\n */\nconst TASK_KIND_TO_STEP_TYPE: Record<string, string> = {\n Action: 'Actions',\n Prompt: 'Prompt',\n Agent: 'Sub-Agent',\n ForEach: 'ForEach',\n While: 'While',\n Human: 'Human',\n External: 'External',\n};\n\n/**\n * A graph task, described the way an agent run step is described.\n *\n * **Why translate rather than teach the UI a second language.** Everything in the run timeline\n * routes on a step's shape — `StepType` picks the icon and every detail tab, `TargetLogID` is what\n * a row opens (a prompt run, an action log, or a sub-agent run, by type), and `ParentID` is what\n * makes a loop's iterations render as its children. A task node carried none of it, so a workflow's\n * steps fell through every branch: the detail panel dumped raw JSON instead of the prompt run, an\n * action offered no link to its log, and a ForEach showed nothing to expand even though its passes\n * were loaded and sitting right there.\n *\n * Mapping the node into this shape lights all of that up at once, with no changes to the panel.\n *\n * **This is a view-model, NOT an entity.** It is deliberately not typed as `MJAIAgentRunStepEntity`\n * and must never be passed anywhere that would try to `.Save()` it — it is a projection of a Task\n * row, and the Task row remains the record of truth.\n */\nexport type WorkflowStepView = {\n ID: string;\n StepType: string;\n StepName: string;\n StepNumber: number;\n Status: string;\n /** What this row opens: a prompt run, an action execution log, or a sub-agent run — by type. */\n TargetLogID: string | null;\n /** The entity `TargetLogID` lives in, so a resolver does not have to re-derive it from StepType. */\n TargetEntity: string;\n ParentID: string | null;\n StartedAt: Date | null;\n CompletedAt: Date | null;\n /**\n * The step's payload before and after, under the names the run timeline reads.\n *\n * A task calls them Input/OutputPayload; a run step calls them PayloadAtStart/PayloadAtEnd. The\n * rename IS the translation — it is what makes the shared detail panel show a workflow step the\n * same before/after diff it shows for an agent step, instead of falling through to a raw dump.\n */\n PayloadAtStart: string | null;\n PayloadAtEnd: string | null;\n /** Marks this as dispatcher work for anything that wants to say so. */\n IsWorkflowStep: true;\n};\n\n/**\n * A node the tree SYNTHESIZED rather than read from `AIAgentRunStep` — today, a loop pass.\n *\n * A pass has no row of its own; the tree builds it from the loop's iteration trace and gives it\n * `NodeType: 'Step'`, so it is indistinguishable from a real run step by type alone. What separates\n * them is where they point: a real step's record IS an `AIAgentRunStep`, while a pass points at the\n * prompt run, agent run or action log it produced.\n *\n * This mattered because only `Task` nodes were being translated into the step shape, so a pass kept\n * a raw tree node as its `data` — which carries `SourceID`/`SourceEntity` and no `TargetLogID`. The\n * timeline's navigation gate reads `TargetLogID`, so five passes that each ran a real action offered\n * no way to open any of them, while the action step two rows above did.\n */\nfunction isSynthesizedStep(node: AgentRunTreeNode): boolean {\n return node.NodeType === 'Step' && node.SourceEntity !== 'MJ: AI Agent Run Steps';\n}\n\n/** Translates a graph task — or a synthesized pass — into the step shape the timeline understands. */\nexport function ProjectTaskToStepView(node: AgentRunTreeNode, stepNumber: number): WorkflowStepView {\n return {\n ID: node.NodeID,\n // Translate a TASK's vocabulary; pass a step vocabulary through unchanged. A loop pass\n // already reports `Actions` / `Prompt` / `Sub-Agent`, and running those through the task map\n // dropped `Sub-Agent` (absent from it) to the `Actions` default — mislabelling every\n // sub-agent pass as an action, and pointing its link at the wrong entity.\n StepType: (node.SourceKind && (TASK_KIND_TO_STEP_TYPE[node.SourceKind] ?? node.SourceKind)) || 'Actions',\n StepName: node.Name,\n StepNumber: stepNumber,\n Status: node.Status,\n // The tree already resolves this per kind: a Prompt task's SourceID is its prompt run, an\n // Agent task descends to its run, an Action task its execution log. Null when the node IS\n // its own record (the Task row), which is what a Human or External step is.\n TargetLogID: node.SourceEntity === 'MJ: Tasks' ? null : node.SourceID,\n TargetEntity: node.SourceEntity,\n ParentID: node.ParentNodeID,\n StartedAt: node.StartedAt,\n CompletedAt: node.CompletedAt,\n PayloadAtStart: node.InputPayload,\n PayloadAtEnd: node.OutputPayload,\n IsWorkflowStep: true,\n };\n}\n\n/**\n * The row type for a node.\n *\n * A task is a **`step`** — the same row type an agent run's own steps use — because that is what\n * makes every existing branch apply to it. What marks it as workflow work is `provenance`, not a\n * different type. Mapping tasks to distinct types (`prompt`, `action`) is what previously made them\n * render with the right icon and then miss every behaviour keyed on `type === 'step'`.\n */\nfunction itemTypeOf(node: AgentRunTreeNode): TimelineItem['type'] {\n if (node.NodeType === 'Task') return 'step';\n return NODE_ITEM_TYPE[node.NodeType] ?? 'step';\n}\n\n/**\n * Flattens a run tree into timeline rows, in display order.\n *\n * Depth-first, because that is reading order: a node's children belong directly beneath it, and\n * breadth-first would interleave the steps of unrelated branches.\n *\n * @param root the tree to project\n * @param baseLevel indent to start at, so a subtree can be spliced under an existing row\n * @param skipRoot omit the root itself — used when the row that owns this subtree is already on\n * screen and the tree is being expanded underneath it\n */\nexport function ProjectRunTreeToTimeline(\n root: AgentRunTreeNode | null,\n baseLevel = 0,\n skipRoot = false,\n): TimelineItem[] {\n if (!root) return [];\n\n /**\n * Builds one row and its subtree.\n *\n * **Nested, not flattened.** The projection used to return one flat array with `level` for\n * indentation, and set `children: []` on every row. The timeline's expand affordance is gated on\n * `children.length`, so nothing a workflow produced could ever be collapsed: the task graph, its\n * loops and their passes all rendered permanently open, indented but unmanageable, while an\n * agent's own sub-agent steps a few rows above collapsed normally. Handing back the real shape\n * lights up the recursive template and the expand machinery that were already there.\n */\n const build = (node: AgentRunTreeNode, level: number, parentID: string | undefined, position: number): TimelineItem => {\n const item = toTimelineItem(node, level, parentID, position);\n item.children = node.Children.map((child, index) => build(child, level + 1, node.NodeID, index + 1));\n return item;\n };\n\n return skipRoot\n ? root.Children.map((child, index) => build(child, baseLevel, root.NodeID, index + 1))\n : [build(root, baseLevel, undefined, 1)];\n}\n\n/** One node as a timeline row. */\nfunction toTimelineItem(\n node: AgentRunTreeNode,\n level: number,\n parentID: string | undefined,\n position: number,\n): TimelineItem {\n const presentation = presentationOf(node);\n\n return {\n id: node.NodeID,\n type: itemTypeOf(node),\n // Marks the row as dispatcher work WITHOUT changing what it is. Styling keys off this, so a\n // workflow's action still renders as an action and still reads as part of the workflow.\n //\n // Set only for Task and TaskGraph — deliberately NOT for a Run nested under a task. Once the\n // tree descends into an agent run, that run and everything under it is ordinary agent work\n // again and reverts to the normal styling, which is what a reader needs to know about where\n // to look when it fails.\n provenance: node.NodeType === 'Task' || node.NodeType === 'TaskGraph' ? 'workflow' : undefined,\n title: node.Name,\n subtitle: describeNode(node),\n status: NormalizeStatus(node.Status),\n // NULL when a node has not started — never a fabricated instant.\n //\n // This used to be `StartedAt ?? CompletedAt ?? new Date(8_640_000_000_000_000)`, chosen so\n // unstarted rows sorted last. The sentinel RENDERED: every Pending task in a workflow showed\n // the same invented clock time, identical on every row, looking exactly like data. Ordering\n // is the query's job (see the ORDER BY in get-agent-run-tree.sql); a row that has not run\n // shows no time at all, because it has none.\n startTime: node.StartedAt,\n endTime: node.CompletedAt ?? undefined,\n duration: formatDuration(node.DurationMs),\n icon: presentation.icon,\n color: presentation.color,\n // A task — and a synthesized loop pass — is handed to the UI as a STEP. Everything\n // downstream routes on this shape, so translating here is what makes workflow work reuse the\n // run timeline instead of falling through every branch to a raw JSON dump. A REAL agent run\n // step keeps the tree node: its own rendering already reads that.\n data: node.NodeType === 'Task' || isSynthesizedStep(node)\n ? ProjectTaskToStepView(node, position)\n : node,\n level,\n parentId: parentID,\n // Everything is already loaded — the whole tree arrived in one query — so nothing here is\n // ever in the \"expanded but still fetching\" state the lazy loader had to represent.\n isExpanded: true,\n childrenLoaded: true,\n hasNoChildren: node.Children.length === 0,\n children: [],\n };\n}\n\n/** The one-line description under a row's title. */\nfunction describeNode(node: AgentRunTreeNode): string {\n const parts: string[] = [];\n\n switch (node.NodeType) {\n case 'TaskGraph':\n parts.push('Workflow — runs on the dispatcher');\n break;\n case 'Task':\n // A prompt-backed step subtitles itself EXACTLY as an agent run's prompt step does.\n // The same work should not describe itself two different ways depending on which\n // timeline it was opened from — that reads as two features rather than one.\n if (node.Model) {\n parts.push(`Model: ${node.Model} | Vendor: ${node.Vendor || 'Unknown'}`);\n break;\n }\n // Otherwise name the kind. \"Action\" or \"Prompt\" is what a reader needs; the provenance\n // styling already says it is workflow.\n //\n // A loop also says HOW it ran. Spelled out rather than left to the icon alone: \"ForEach\n // step · 5 passes in parallel\" answers, without opening anything, why five 300ms passes\n // took 300ms rather than a second and a half.\n if (node.SourceKind === 'ForEach' || node.SourceKind === 'While') {\n const passes = node.Children.length;\n const count = passes > 0 ? `${passes} ${passes === 1 ? 'pass' : 'passes'}` : 'no passes';\n parts.push(`${node.SourceKind} step · ${count}${IsParallelLoop(node) ? ' in parallel' : ''}`);\n break;\n }\n parts.push(node.SourceKind ? `${node.SourceKind} step` : 'Workflow step');\n break;\n case 'Run':\n parts.push('Agent run');\n break;\n default:\n break;\n }\n\n if (node.Cost != null) parts.push(formatCost(node.Cost));\n if (node.Tokens != null) parts.push(`${node.Tokens.toLocaleString()} tokens`);\n\n return parts.join(' · ');\n}\n\n/**\n * A duration, or undefined while a node is still running.\n *\n * Deliberately not \"0ms\" for an unfinished node: a step that has not stopped has no duration, and\n * showing zero reads as one that finished instantly.\n */\nfunction formatDuration(durationMs: number | null): string | undefined {\n if (durationMs == null) return undefined;\n if (durationMs < 1000) return `${durationMs}ms`;\n const seconds = durationMs / 1000;\n if (seconds < 60) return `${seconds.toFixed(1)}s`;\n const minutes = Math.floor(seconds / 60);\n return `${minutes}m ${Math.round(seconds % 60)}s`;\n}\n\n/** Costs are small; two decimals would render most real steps as \"$0.00\". */\nfunction formatCost(cost: number): string {\n if (cost === 0) return '$0';\n if (cost < 0.01) return `$${cost.toFixed(4)}`;\n return `$${cost.toFixed(2)}`;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"run-tree-timeline-projection.js","sourceRoot":"","sources":["../../../../src/lib/custom/ai-agent-run/run-tree-timeline-projection.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * @fileoverview Projects a run tree into timeline rows.\n *\n * **Why this exists.** A task-graph step used to expand into an embedded canvas — a diagram nested\n * inside a vertical list. That put two different visual languages in one column and made the graph's\n * steps the only work in a run you could not read the same way as everything else. The graph's tasks\n * are steps; they should look like steps, sit at their real depth, and be selectable like any other\n * row. The canvas is still the right way to see *edges*, so it moves to the detail panel where it\n * has room, rather than being squeezed into a 300px strip inside the list.\n *\n * **Why a pure function.** The bug this replaces was an ordering bug — a child's indent was computed\n * from its parent's indent *at the moment the child was visited*, so a row that arrived before its\n * parent got the wrong level and every descendant inherited the error. It only reproduced when the\n * database returned rows in a particular order, which is exactly the kind of defect that is\n * impossible to catch by looking at a screen and trivial to catch in a test. Depth here comes from\n * the tree's own structure and cannot depend on visit order.\n */\nimport type { AgentRunTreeNode, AgentRunTreeNodeType } from '@memberjunction/ai-core-plus';\nimport type { TimelineItem } from './ai-agent-run-timeline.component';\n\n/**\n * How each kind of node presents itself.\n *\n * Task-graph work is **colour-coded** so its provenance is visible at a glance: a row that ran on\n * the dispatcher, outliving the agent run that submitted it, is a genuinely different thing from a\n * step the run executed itself, and someone reading a failure needs to know which they are looking\n * at before they know where to go next.\n */\nconst NODE_PRESENTATION: Record<AgentRunTreeNodeType, { icon: string }> = {\n Run: { icon: 'fa-solid fa-robot' },\n Step: { icon: 'fa-solid fa-circle-nodes' },\n TaskGraph: { icon: 'fa-solid fa-diagram-project' },\n Task: { icon: 'fa-solid fa-diagram-next' },\n};\n\n/**\n * The marker colour vocabulary — a NAME, never a CSS value.\n *\n * `TimelineItem.color` is written to `data-color` and matched by\n * `.timeline-marker[data-color=\"info\"]`, which sets the filled circle's background. Emitting\n * `var(--mj-status-info)` here — a perfectly valid CSS value — matched no selector at all, so\n * workflow rows got no filled circle and rendered a bare glyph inheriting `--mj-text-inverse`:\n * near-invisible in dark mode, and visibly second-class beside the agent's own steps.\n *\n * That failure is silent twice over. An unmatched attribute selector is not an error, and neither is\n * a CSS variable that resolves to nothing — so the only symptom was an icon that looked dim.\n */\ntype MarkerColor = 'info' | 'success' | 'error' | 'warning' | 'secondary';\n\n/** Status → marker colour, matching what an agent run's own steps have always used. */\nconst STATUS_COLOR: Record<string, MarkerColor> = {\n Running: 'info',\n Completed: 'success',\n Failed: 'error',\n Cancelled: 'warning',\n Blocked: 'error',\n Skipped: 'secondary',\n Pending: 'secondary',\n Waiting: 'warning',\n};\n\n/**\n * How a task presents itself, by what it actually DOES.\n *\n * `NODE_PRESENTATION` is keyed by node TYPE, so every task in a workflow resolved to the same\n * generic diagram glyph — a prompt step, a loop and an approval were visually identical, and the row\n * `type` that says otherwise was painted over by the explicit icon. Mapping the row type onto the\n * timeline's vocabulary is only half the job; a reader distinguishes rows by their icon long before\n * reading the subtitle.\n *\n * Colour still says \"workflow\" via `provenance`, so these icons differentiate KIND without costing\n * the visual grouping that tells you this work ran on the dispatcher.\n */\nconst TASK_KIND_PRESENTATION: Record<string, { icon: string }> = {\n Action: { icon: 'fa-solid fa-bolt' },\n Prompt: { icon: 'fa-solid fa-comment-dots' },\n Agent: { icon: 'fa-solid fa-robot' },\n ForEach: { icon: 'fa-solid fa-repeat' },\n While: { icon: 'fa-solid fa-rotate' },\n Human: { icon: 'fa-solid fa-user-check' },\n External: { icon: 'fa-solid fa-arrow-up-right-from-square' },\n};\n\n/**\n * A node's icon and marker colour.\n *\n * **Workflow work is always `info`** — the blue filled circle — because provenance is the thing a\n * reader needs first: work that ran on the dispatcher, outliving the run that submitted it, is a\n * different kind of thing from a step the run executed itself. Status is still legible on the row\n * (its own coloured line, its icon), so the marker is free to carry provenance instead.\n *\n * **Everything else is coloured by status**, exactly as an agent run's own steps always have been.\n * That is what makes a sub-agent run nested inside a graph revert to ordinary agent styling at the\n * run boundary: below it, the work is ordinary agent work again.\n */\nfunction presentationOf(node: AgentRunTreeNode, resolveIcon?: TimelineIconResolver): { icon: string; color: MarkerColor } {\n const workflow = node.NodeType === 'Task' || node.NodeType === 'TaskGraph';\n let icon = node.NodeType === 'Task' && node.SourceKind\n ? (TASK_KIND_PRESENTATION[node.SourceKind] ?? NODE_PRESENTATION.Task).icon\n : (NODE_PRESENTATION[node.NodeType] ?? NODE_PRESENTATION.Step).icon;\n\n // What the work IS beats what kind of row it is. An executed action resolves to its own icon —\n // Google Custom Search draws the Google mark whether it ran as a graph step or as the fifth\n // pass of a loop, which is the whole point: the same action was rendering as two different\n // generic glyphs depending on which arm of the tree query produced the row.\n //\n // Resolved by the HOST, not here: reaching an action means the execution log the row points at\n // plus the action cache, and a pure projection that reached for either would stop being pure\n // and stop being testable without a database.\n const resolved = resolveIcon?.(node);\n if (resolved) icon = resolved;\n\n // A loop that ran its iterations at once is a different shape of work from one that ran them in\n // turn, and the passes underneath look identical either way — same rows, same durations. The\n // icon carries the distinction, because it is visible without opening anything.\n if (IsParallelLoop(node)) icon = 'fa-solid fa-arrows-split-up-and-left';\n\n return { icon, color: workflow ? 'info' : (STATUS_COLOR[NormalizeStatus(node.Status)] ?? 'secondary') };\n}\n\n/** True when this node is a loop whose iterations ran concurrently. */\nexport function IsParallelLoop(node: AgentRunTreeNode): boolean {\n return node.LoopMode?.toLowerCase() === 'parallel';\n}\n\n/**\n * One status vocabulary for the timeline, out of the two the tree returns.\n *\n * A `Task` says `Complete` / `In Progress`; an `AIAgentRunStep` says `Completed` / `Running`. The\n * timeline branches on the step vocabulary throughout — icons, colours, the status pill — so every\n * workflow row missed EVERY branch and fell through to the unknown-status glyph. `Complete` and\n * `Completed` differing by two letters is not a distinction anyone should have to know about.\n *\n * Normalized for DISPLAY only. `WorkflowStepView.Status` keeps the row's own word, so the JSON tab\n * still shows what the database actually holds.\n */\nexport function NormalizeStatus(status: string): string {\n switch (status) {\n case 'Complete': return 'Completed';\n case 'In Progress': return 'Running';\n case 'Deferred': return 'Pending';\n default: return status;\n }\n}\n\n/**\n * The timeline's item type for each tree node kind.\n *\n * A `Task` deliberately does NOT get its own row type. A workflow step that runs an action IS an\n * action, and rendering it as a generic \"workflow step\" threw away the action displayer — icon,\n * status treatment, navigation — that every other action row in the timeline already gets. Tasks map\n * onto the SAME vocabulary as run steps and pick up the same presentation; what marks them as\n * dispatcher work is `provenance`, which styles them without changing what they are.\n */\nconst NODE_ITEM_TYPE: Record<AgentRunTreeNodeType, TimelineItem['type']> = {\n Run: 'subrun',\n Step: 'step',\n // The graph itself keeps a distinct type — it is a container, not a step, and the visual break\n // between \"the run\" and \"the workflow it submitted\" is worth preserving.\n TaskGraph: 'taskgraph',\n Task: 'task',\n};\n\n/**\n * A workflow step's kind, in the vocabulary an agent run STEP uses.\n *\n * The two vocabularies exist because the same work is described twice: a task graph calls it\n * `Action`, a run step calls it `Actions`. Translating one into the other is what lets a graph's\n * steps reuse the run timeline wholesale instead of needing a parallel set of branches.\n */\nconst TASK_KIND_TO_STEP_TYPE: Record<string, string> = {\n Action: 'Actions',\n Prompt: 'Prompt',\n Agent: 'Sub-Agent',\n ForEach: 'ForEach',\n While: 'While',\n Human: 'Human',\n External: 'External',\n};\n\n/**\n * A graph task, described the way an agent run step is described.\n *\n * **Why translate rather than teach the UI a second language.** Everything in the run timeline\n * routes on a step's shape — `StepType` picks the icon and every detail tab, `TargetLogID` is what\n * a row opens (a prompt run, an action log, or a sub-agent run, by type), and `ParentID` is what\n * makes a loop's iterations render as its children. A task node carried none of it, so a workflow's\n * steps fell through every branch: the detail panel dumped raw JSON instead of the prompt run, an\n * action offered no link to its log, and a ForEach showed nothing to expand even though its passes\n * were loaded and sitting right there.\n *\n * Mapping the node into this shape lights all of that up at once, with no changes to the panel.\n *\n * **This is a view-model, NOT an entity.** It is deliberately not typed as `MJAIAgentRunStepEntity`\n * and must never be passed anywhere that would try to `.Save()` it — it is a projection of a Task\n * row, and the Task row remains the record of truth.\n */\nexport type WorkflowStepView = {\n ID: string;\n StepType: string;\n StepName: string;\n StepNumber: number;\n Status: string;\n /** What this row opens: a prompt run, an action execution log, or a sub-agent run — by type. */\n TargetLogID: string | null;\n /** The entity `TargetLogID` lives in, so a resolver does not have to re-derive it from StepType. */\n TargetEntity: string;\n ParentID: string | null;\n StartedAt: Date | null;\n CompletedAt: Date | null;\n /**\n * The step's payload before and after, under the names the run timeline reads.\n *\n * A task calls them Input/OutputPayload; a run step calls them PayloadAtStart/PayloadAtEnd. The\n * rename IS the translation — it is what makes the shared detail panel show a workflow step the\n * same before/after diff it shows for an agent step, instead of falling through to a raw dump.\n */\n PayloadAtStart: string | null;\n PayloadAtEnd: string | null;\n /** Marks this as dispatcher work for anything that wants to say so. */\n IsWorkflowStep: true;\n};\n\n/**\n * A node the tree SYNTHESIZED rather than read from `AIAgentRunStep` — today, a loop pass.\n *\n * A pass has no row of its own; the tree builds it from the loop's iteration trace and gives it\n * `NodeType: 'Step'`, so it is indistinguishable from a real run step by type alone. What separates\n * them is where they point: a real step's record IS an `AIAgentRunStep`, while a pass points at the\n * prompt run, agent run or action log it produced.\n *\n * This mattered because only `Task` nodes were being translated into the step shape, so a pass kept\n * a raw tree node as its `data` — which carries `SourceID`/`SourceEntity` and no `TargetLogID`. The\n * timeline's navigation gate reads `TargetLogID`, so five passes that each ran a real action offered\n * no way to open any of them, while the action step two rows above did.\n */\nfunction isSynthesizedStep(node: AgentRunTreeNode): boolean {\n return node.NodeType === 'Step' && node.SourceEntity !== 'MJ: AI Agent Run Steps';\n}\n\n/** Translates a graph task — or a synthesized pass — into the step shape the timeline understands. */\nexport function ProjectTaskToStepView(node: AgentRunTreeNode, stepNumber: number): WorkflowStepView {\n return {\n ID: node.NodeID,\n // Translate a TASK's vocabulary; pass a step vocabulary through unchanged. A loop pass\n // already reports `Actions` / `Prompt` / `Sub-Agent`, and running those through the task map\n // dropped `Sub-Agent` (absent from it) to the `Actions` default — mislabelling every\n // sub-agent pass as an action, and pointing its link at the wrong entity.\n StepType: (node.SourceKind && (TASK_KIND_TO_STEP_TYPE[node.SourceKind] ?? node.SourceKind)) || 'Actions',\n StepName: node.Name,\n StepNumber: stepNumber,\n Status: node.Status,\n // The tree already resolves this per kind: a Prompt task's SourceID is its prompt run, an\n // Agent task descends to its run, an Action task its execution log. Null when the node IS\n // its own record (the Task row), which is what a Human or External step is.\n TargetLogID: node.SourceEntity === 'MJ: Tasks' ? null : node.SourceID,\n TargetEntity: node.SourceEntity,\n ParentID: node.ParentNodeID,\n StartedAt: node.StartedAt,\n CompletedAt: node.CompletedAt,\n PayloadAtStart: node.InputPayload,\n PayloadAtEnd: node.OutputPayload,\n IsWorkflowStep: true,\n };\n}\n\n/**\n * The row type for a node.\n *\n * A task is a **`step`** — the same row type an agent run's own steps use — because that is what\n * makes every existing branch apply to it. What marks it as workflow work is `provenance`, not a\n * different type. Mapping tasks to distinct types (`prompt`, `action`) is what previously made them\n * render with the right icon and then miss every behaviour keyed on `type === 'step'`.\n */\nfunction itemTypeOf(node: AgentRunTreeNode): TimelineItem['type'] {\n if (node.NodeType === 'Task') return 'step';\n return NODE_ITEM_TYPE[node.NodeType] ?? 'step';\n}\n\n\n/**\n * The graph a `TaskGraph` submit step handed off to, when the pair is a clean 1:1.\n *\n * **Why these two rows are one thing.** `get-agent-run-tree.sql` joins the submit STEP to the graph\n * it produced through `JSON_VALUE(s.OutputData, '$.parentTaskID')`, so a dispatched workflow always\n * arrives as a `Step` row whose single child is the `TaskGraph` row. They are the same workflow\n * described twice, and the two descriptions disagree on the only question a reader is asking: the\n * step's status reports the SUBMISSION (`Completed` in ~300ms, correctly — see `base-agent.ts`,\n * \"Success means 'this graph is durable and will run', NOT 'this graph has run'\"), while its title\n * names the GRAPH, which is still running. A row titled after the workflow, marked Completed, above\n * children that are Pending, reads as a finished workflow. The header gets this right — PAUSED plus\n * \"Workflow still running\" — and the tree was the one place that contradicted it.\n *\n * **Null in three cases, all deliberate.** A submission that did not SUCCEED keeps its own row —\n * failed, cancelled, or still in flight — because there is either no graph to inherit a status from\n * or nothing yet to inherit, and the submission is then the whole story. An unexpected shape — no\n * `TaskGraph` child, or more than one, or extra children beside it — also declines, because a\n * projection that guesses when its assumption breaks is how a display invents a status nobody wrote.\n *\n * The success test is on the normalized word, since a step says `Completed` and a task says\n * `Complete`; comparing raw is the two-letter difference this file already exists to absorb.\n */\nfunction collapsibleGraphChild(node: AgentRunTreeNode): AgentRunTreeNode | null {\n if (node.NodeType !== 'Step' || node.SourceKind !== 'TaskGraph') return null;\n if (NormalizeStatus(node.Status) !== 'Completed') return null;\n const graphChildren = node.Children.filter((child) => child.NodeType === 'TaskGraph');\n return graphChildren.length === 1 && node.Children.length === graphChildren.length\n ? graphChildren[0]\n : null;\n}\n\n/**\n * Flattens a run tree into timeline rows, in display order.\n *\n * Depth-first, because that is reading order: a node's children belong directly beneath it, and\n * breadth-first would interleave the steps of unrelated branches.\n *\n * @param root the tree to project\n * @param baseLevel indent to start at, so a subtree can be spliced under an existing row\n * @param skipRoot omit the root itself — used when the row that owns this subtree is already on\n * screen and the tree is being expanded underneath it\n */\nexport function ProjectRunTreeToTimeline(\n root: AgentRunTreeNode | null,\n baseLevel = 0,\n skipRoot = false,\n resolveIcon?: TimelineIconResolver,\n): TimelineItem[] {\n if (!root) return [];\n\n /**\n * Builds one row and its subtree.\n *\n * **Nested, not flattened.** The projection used to return one flat array with `level` for\n * indentation, and set `children: []` on every row. The timeline's expand affordance is gated on\n * `children.length`, so nothing a workflow produced could ever be collapsed: the task graph, its\n * loops and their passes all rendered permanently open, indented but unmanageable, while an\n * agent's own sub-agent steps a few rows above collapsed normally. Handing back the real shape\n * lights up the recursive template and the expand machinery that were already there.\n */\n const build = (node: AgentRunTreeNode, level: number, parentID: string | undefined, position: number): TimelineItem => {\n // A dispatched workflow arrives as two rows for one thing — see `collapsibleGraphChild`.\n // Merged into one that keeps the step's identity (its id, so selection and deep links still\n // resolve) and takes its STATUS and timing from the graph, which is what the title claims to\n // describe. The submission's own latency survives in the subtitle rather than being lost.\n const graph = collapsibleGraphChild(node);\n if (graph) {\n const item = toTimelineItem(graph, level, parentID, position, resolveIcon);\n item.id = node.NodeID;\n item.title = node.Name;\n item.subtitle = describeDispatchedWorkflow(node, graph);\n item.children = graph.Children.map((child, index) => build(child, level + 1, node.NodeID, index + 1));\n return item;\n }\n\n const item = toTimelineItem(node, level, parentID, position, resolveIcon);\n item.children = node.Children.map((child, index) => build(child, level + 1, node.NodeID, index + 1));\n return item;\n };\n\n // `skipRoot` is how the run timeline actually calls this: the submit step is ALREADY on screen\n // (built from the run's own step rows) and this fills in what is underneath it. Without the\n // collapse here the graph is emitted as a child of the step — the duplicate row, one indent\n // deeper, which is exactly what the screen showed. The step is the workflow's row; the rows\n // below it should be the workflow's STEPS.\n if (skipRoot) {\n const graph = collapsibleGraphChild(root);\n const children = graph ? graph.Children : root.Children;\n return children.map((child, index) => build(child, baseLevel, root.NodeID, index + 1));\n }\n return [build(root, baseLevel, undefined, 1)];\n}\n\n\n/**\n * Subtitle for a collapsed submit-step/graph pair.\n *\n * Keeps the fact the merge would otherwise discard: how long the SUBMISSION took. That number is\n * meaningful on its own — a slow submit is a slow validate-and-persist, which is a different problem\n * from a slow workflow — and leaving it on a row whose duration now belongs to the graph would be\n * two unrelated timings competing for one field.\n */\nfunction describeDispatchedWorkflow(step: AgentRunTreeNode, graph: AgentRunTreeNode): string {\n const base = describeNode(graph);\n const dispatch = step.DurationMs != null ? `dispatched in ${formatDuration(step.DurationMs)}` : 'dispatched';\n return base ? `${base} · ${dispatch}` : dispatch;\n}\n\n/**\n * How a host offers a better icon for a row than the row's own kind implies.\n *\n * Returns a Font Awesome class, or null/undefined to keep the kind's default. The host resolves it\n * — for an action that means the execution log the node points at, plus `ActionEngineBase`'s cache —\n * so this file needs neither a data provider nor an engine to stay unit-testable.\n */\nexport type TimelineIconResolver = (node: AgentRunTreeNode) => string | null | undefined;\n\n/** One node as a timeline row. */\nfunction toTimelineItem(\n node: AgentRunTreeNode,\n level: number,\n parentID: string | undefined,\n position: number,\n resolveIcon?: TimelineIconResolver,\n): TimelineItem {\n const presentation = presentationOf(node, resolveIcon);\n\n return {\n id: node.NodeID,\n type: itemTypeOf(node),\n // Marks the row as dispatcher work WITHOUT changing what it is. Styling keys off this, so a\n // workflow's action still renders as an action and still reads as part of the workflow.\n //\n // Set only for Task and TaskGraph — deliberately NOT for a Run nested under a task. Once the\n // tree descends into an agent run, that run and everything under it is ordinary agent work\n // again and reverts to the normal styling, which is what a reader needs to know about where\n // to look when it fails.\n provenance: node.NodeType === 'Task' || node.NodeType === 'TaskGraph' ? 'workflow' : undefined,\n title: node.Name,\n subtitle: describeNode(node),\n status: NormalizeStatus(node.Status),\n // NULL when a node has not started — never a fabricated instant.\n //\n // This used to be `StartedAt ?? CompletedAt ?? new Date(8_640_000_000_000_000)`, chosen so\n // unstarted rows sorted last. The sentinel RENDERED: every Pending task in a workflow showed\n // the same invented clock time, identical on every row, looking exactly like data. Ordering\n // is the query's job (see the ORDER BY in get-agent-run-tree.sql); a row that has not run\n // shows no time at all, because it has none.\n startTime: node.StartedAt,\n endTime: node.CompletedAt ?? undefined,\n duration: formatDuration(node.DurationMs),\n icon: presentation.icon,\n color: presentation.color,\n // A task — and a synthesized loop pass — is handed to the UI as a STEP. Everything\n // downstream routes on this shape, so translating here is what makes workflow work reuse the\n // run timeline instead of falling through every branch to a raw JSON dump. A REAL agent run\n // step keeps the tree node: its own rendering already reads that.\n data: node.NodeType === 'Task' || isSynthesizedStep(node)\n ? ProjectTaskToStepView(node, position)\n : node,\n level,\n parentId: parentID,\n // Everything is already loaded — the whole tree arrived in one query — so nothing here is\n // ever in the \"expanded but still fetching\" state the lazy loader had to represent.\n isExpanded: true,\n childrenLoaded: true,\n hasNoChildren: node.Children.length === 0,\n children: [],\n };\n}\n\n/** The one-line description under a row's title. */\nfunction describeNode(node: AgentRunTreeNode): string {\n const parts: string[] = [];\n\n switch (node.NodeType) {\n case 'TaskGraph':\n parts.push('Workflow — runs on the dispatcher');\n break;\n case 'Task':\n // A prompt-backed step subtitles itself EXACTLY as an agent run's prompt step does.\n // The same work should not describe itself two different ways depending on which\n // timeline it was opened from — that reads as two features rather than one.\n if (node.Model) {\n parts.push(`Model: ${node.Model} | Vendor: ${node.Vendor || 'Unknown'}`);\n break;\n }\n // Otherwise name the kind. \"Action\" or \"Prompt\" is what a reader needs; the provenance\n // styling already says it is workflow.\n //\n // A loop also says HOW it ran. Spelled out rather than left to the icon alone: \"ForEach\n // step · 5 passes in parallel\" answers, without opening anything, why five 300ms passes\n // took 300ms rather than a second and a half.\n if (node.SourceKind === 'ForEach' || node.SourceKind === 'While') {\n const passes = node.Children.length;\n const count = passes > 0 ? `${passes} ${passes === 1 ? 'pass' : 'passes'}` : 'no passes';\n parts.push(`${node.SourceKind} step · ${count}${IsParallelLoop(node) ? ' in parallel' : ''}`);\n break;\n }\n parts.push(node.SourceKind ? `${node.SourceKind} step` : 'Workflow step');\n break;\n case 'Run':\n parts.push('Agent run');\n break;\n default:\n break;\n }\n\n if (node.Cost != null) parts.push(formatCost(node.Cost));\n if (node.Tokens != null) parts.push(`${node.Tokens.toLocaleString()} tokens`);\n\n return parts.join(' · ');\n}\n\n/**\n * A duration, or undefined while a node is still running.\n *\n * Deliberately not \"0ms\" for an unfinished node: a step that has not stopped has no duration, and\n * showing zero reads as one that finished instantly.\n */\nfunction formatDuration(durationMs: number | null): string | undefined {\n if (durationMs == null) return undefined;\n if (durationMs < 1000) return `${durationMs}ms`;\n const seconds = durationMs / 1000;\n if (seconds < 60) return `${seconds.toFixed(1)}s`;\n const minutes = Math.floor(seconds / 60);\n return `${minutes}m ${Math.round(seconds % 60)}s`;\n}\n\n/** Costs are small; two decimals would render most real steps as \"$0.00\". */\nfunction formatCost(cost: number): string {\n if (cost === 0) return '$0';\n if (cost < 0.01) return `$${cost.toFixed(4)}`;\n return `$${cost.toFixed(2)}`;\n}\n"]}
|
|
@@ -54,37 +54,41 @@ import * as i52 from "./SessionBridges/session-bridge-form.component";
|
|
|
54
54
|
import * as i53 from "./BridgeAgentIdentities/bridge-agent-identity-form.component";
|
|
55
55
|
import * as i54 from "../panels/ai-agents/agent-realtime.panel";
|
|
56
56
|
import * as i55 from "./RecordProcesses/record-process-form.component";
|
|
57
|
-
import * as i56 from "
|
|
58
|
-
import * as i57 from "
|
|
59
|
-
import * as i58 from "
|
|
60
|
-
import * as i59 from "
|
|
61
|
-
import * as i60 from "@
|
|
62
|
-
import * as i61 from "@
|
|
63
|
-
import * as i62 from "
|
|
64
|
-
import * as i63 from "@memberjunction/ng-
|
|
65
|
-
import * as i64 from "@memberjunction/ng-
|
|
66
|
-
import * as i65 from "@memberjunction/ng-
|
|
67
|
-
import * as i66 from "@memberjunction/ng-
|
|
68
|
-
import * as i67 from "@memberjunction/ng-
|
|
69
|
-
import * as i68 from "@memberjunction/ng-
|
|
70
|
-
import * as i69 from "@memberjunction/ng-
|
|
71
|
-
import * as i70 from "@memberjunction/ng-
|
|
72
|
-
import * as i71 from "@memberjunction/ng-
|
|
73
|
-
import * as i72 from "@memberjunction/ng-
|
|
74
|
-
import * as i73 from "@memberjunction/ng-
|
|
75
|
-
import * as i74 from "@memberjunction/ng-
|
|
76
|
-
import * as i75 from "@memberjunction/ng-
|
|
77
|
-
import * as i76 from "@memberjunction/ng-
|
|
78
|
-
import * as i77 from "@memberjunction/ng-
|
|
79
|
-
import * as i78 from "@memberjunction/ng-
|
|
80
|
-
import * as i79 from "@memberjunction/ng-
|
|
81
|
-
import * as i80 from "
|
|
82
|
-
import * as i81 from "@memberjunction/ng-
|
|
83
|
-
import * as i82 from "@memberjunction/ng-
|
|
84
|
-
import * as i83 from "
|
|
57
|
+
import * as i56 from "../panels/form-chrome/entity-form-chrome-editor.component";
|
|
58
|
+
import * as i57 from "../panels/form-chrome/entity-relationship-form-role.panel";
|
|
59
|
+
import * as i58 from "./Files/file-form.component";
|
|
60
|
+
import * as i59 from "@angular/common";
|
|
61
|
+
import * as i60 from "@angular/forms";
|
|
62
|
+
import * as i61 from "@angular/cdk/drag-drop";
|
|
63
|
+
import * as i62 from "ag-grid-angular";
|
|
64
|
+
import * as i63 from "@memberjunction/ng-ui-components";
|
|
65
|
+
import * as i64 from "@memberjunction/ng-link-directives";
|
|
66
|
+
import * as i65 from "@memberjunction/ng-join-grid";
|
|
67
|
+
import * as i66 from "@memberjunction/ng-base-forms";
|
|
68
|
+
import * as i67 from "@memberjunction/ng-tabstrip";
|
|
69
|
+
import * as i68 from "@memberjunction/ng-code-editor";
|
|
70
|
+
import * as i69 from "@memberjunction/ng-deep-diff";
|
|
71
|
+
import * as i70 from "@memberjunction/ng-ai-test-harness";
|
|
72
|
+
import * as i71 from "@memberjunction/ng-action-gallery";
|
|
73
|
+
import * as i72 from "@memberjunction/ng-testing";
|
|
74
|
+
import * as i73 from "@memberjunction/ng-flow-editor";
|
|
75
|
+
import * as i74 from "@memberjunction/ng-task-graph-editor";
|
|
76
|
+
import * as i75 from "@memberjunction/ng-shared-generic";
|
|
77
|
+
import * as i76 from "@memberjunction/ng-entity-relationship-diagram";
|
|
78
|
+
import * as i77 from "@memberjunction/ng-list-management";
|
|
79
|
+
import * as i78 from "@memberjunction/ng-actions";
|
|
80
|
+
import * as i79 from "@memberjunction/ng-agents";
|
|
81
|
+
import * as i80 from "@memberjunction/ng-entity-viewer";
|
|
82
|
+
import * as i81 from "@memberjunction/ng-markdown";
|
|
83
|
+
import * as i82 from "@memberjunction/ng-trees";
|
|
84
|
+
import * as i83 from "angular-split";
|
|
85
|
+
import * as i84 from "@memberjunction/ng-search";
|
|
86
|
+
import * as i85 from "@memberjunction/ng-record-process-studio";
|
|
87
|
+
import * as i86 from "@memberjunction/ng-resource-permissions";
|
|
88
|
+
import * as i87 from "./HierarchyPanels/hierarchy-form-panels";
|
|
85
89
|
export declare class MemberJunctionCoreEntityFormsModule {
|
|
86
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<MemberJunctionCoreEntityFormsModule, never>;
|
|
87
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MemberJunctionCoreEntityFormsModule, [typeof i1.MJEntityFormComponentExtended, typeof i2.MJEntityActionFormComponentExtended, typeof i3.MJTemplateFormComponentExtended, typeof i4.TemplateParamDialogComponent, typeof i5.TemplateParamsGridComponent, typeof i6.TemplateEditorComponent, typeof i7.MJAIPromptFormComponentExtended, typeof i8.MJAIAgentFormComponentExtended, typeof i9.NewAgentDialogComponent, typeof i10.AddActionDialogComponent, typeof i11.PromptSelectorDialogComponent, typeof i12.AgentPromptAdvancedSettingsDialogComponent, typeof i13.SubAgentAdvancedSettingsDialogComponent, typeof i14.SubAgentSelectorDialogComponent, typeof i15.CreatePromptDialogComponent, typeof i16.CreateSubAgentDialogComponent, typeof i17.EntitySelectorDialogComponent, typeof i18.MJAIPromptRunFormComponentExtended, typeof i19.ChatMessageViewerComponent, typeof i20.MJActionFormComponentExtended, typeof i21.MJActionExecutionLogFormComponentExtended, typeof i22.MJAIAgentRunFormComponentExtended, typeof i23.AIAgentRunTimelineComponent, typeof i24.AIAgentRunStepNodeComponent, typeof i25.AIAgentRunAnalyticsComponent, typeof i26.AIAgentRunStepDetailComponent, typeof i27.AIAgentRunFlowComponent, typeof i28.FlameCascadeComponent, typeof i29.SubwayLinesComponent, typeof i30.ConstellationComponent, typeof i31.FlowchartComponent, typeof i32.MJQueryFormComponentExtended, typeof i33.QueryRunDialogComponent, typeof i34.FlowAgentFormSectionComponent, typeof i35.MJTestRunFormComponentExtended, typeof i36.MJTestFormComponentExtended, typeof i37.MJTestSuiteRunFormComponentExtended, typeof i38.MJTestSuiteFormComponentExtended, typeof i39.MJTestRunFeedbackFormComponentExtended, typeof i40.MJTestRubricFormComponentExtended, typeof i41.EntityLinkPillComponent, typeof i42.MJListFormComponentExtended, typeof i43.TagPipelineConfigurationPanel, typeof i44.WebsiteCrawlerSettingsPanel, typeof i45.ModelPredictionPanel, typeof i46.AISkillSharingPanel, typeof i47.MJSearchScopeFormComponentExtended, typeof i48.MJSearchScopeProviderFormComponentExtended, typeof i49.MJAIAgentSessionFormComponentExtended, typeof i50.MJAIAgentChannelFormComponentExtended, typeof i51.MJAIBridgeProviderFormComponentExtended, typeof i52.MJAIAgentSessionBridgeFormComponentExtended, typeof i53.MJAIBridgeAgentIdentityFormComponentExtended, typeof i54.AgentRealtimePanel, typeof i55.RecordProcessFormComponentExtended], [typeof
|
|
91
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MemberJunctionCoreEntityFormsModule, [typeof i1.MJEntityFormComponentExtended, typeof i2.MJEntityActionFormComponentExtended, typeof i3.MJTemplateFormComponentExtended, typeof i4.TemplateParamDialogComponent, typeof i5.TemplateParamsGridComponent, typeof i6.TemplateEditorComponent, typeof i7.MJAIPromptFormComponentExtended, typeof i8.MJAIAgentFormComponentExtended, typeof i9.NewAgentDialogComponent, typeof i10.AddActionDialogComponent, typeof i11.PromptSelectorDialogComponent, typeof i12.AgentPromptAdvancedSettingsDialogComponent, typeof i13.SubAgentAdvancedSettingsDialogComponent, typeof i14.SubAgentSelectorDialogComponent, typeof i15.CreatePromptDialogComponent, typeof i16.CreateSubAgentDialogComponent, typeof i17.EntitySelectorDialogComponent, typeof i18.MJAIPromptRunFormComponentExtended, typeof i19.ChatMessageViewerComponent, typeof i20.MJActionFormComponentExtended, typeof i21.MJActionExecutionLogFormComponentExtended, typeof i22.MJAIAgentRunFormComponentExtended, typeof i23.AIAgentRunTimelineComponent, typeof i24.AIAgentRunStepNodeComponent, typeof i25.AIAgentRunAnalyticsComponent, typeof i26.AIAgentRunStepDetailComponent, typeof i27.AIAgentRunFlowComponent, typeof i28.FlameCascadeComponent, typeof i29.SubwayLinesComponent, typeof i30.ConstellationComponent, typeof i31.FlowchartComponent, typeof i32.MJQueryFormComponentExtended, typeof i33.QueryRunDialogComponent, typeof i34.FlowAgentFormSectionComponent, typeof i35.MJTestRunFormComponentExtended, typeof i36.MJTestFormComponentExtended, typeof i37.MJTestSuiteRunFormComponentExtended, typeof i38.MJTestSuiteFormComponentExtended, typeof i39.MJTestRunFeedbackFormComponentExtended, typeof i40.MJTestRubricFormComponentExtended, typeof i41.EntityLinkPillComponent, typeof i42.MJListFormComponentExtended, typeof i43.TagPipelineConfigurationPanel, typeof i44.WebsiteCrawlerSettingsPanel, typeof i45.ModelPredictionPanel, typeof i46.AISkillSharingPanel, typeof i47.MJSearchScopeFormComponentExtended, typeof i48.MJSearchScopeProviderFormComponentExtended, typeof i49.MJAIAgentSessionFormComponentExtended, typeof i50.MJAIAgentChannelFormComponentExtended, typeof i51.MJAIBridgeProviderFormComponentExtended, typeof i52.MJAIAgentSessionBridgeFormComponentExtended, typeof i53.MJAIBridgeAgentIdentityFormComponentExtended, typeof i54.AgentRealtimePanel, typeof i55.RecordProcessFormComponentExtended, typeof i56.EntityFormChromeEditorComponent, typeof i57.EntityRelationshipFormRolePanel, typeof i58.MJFileFormComponentExtended], [typeof i59.CommonModule, typeof i60.FormsModule, typeof i60.ReactiveFormsModule, typeof i61.DragDropModule, typeof i62.AgGridModule, typeof i63.MJEmptyStateComponent, typeof i63.MJAlertComponent, typeof i63.MJTabNavComponent, typeof i63.MJButtonDirective, typeof i63.MJAccordionModule, typeof i63.MJDropdownComponent, typeof i63.MJComboboxComponent, typeof i63.MJSwitchComponent, typeof i63.MJDialogComponent, typeof i63.MJDialogTitlebarComponent, typeof i63.MJDialogActionsComponent, typeof i63.MJNumericInputComponent, typeof i63.MJWindowComponent, typeof i63.MJWindowTitlebarComponent, typeof i63.MJProgressBarComponent, typeof i64.LinkDirectivesModule, typeof i65.JoinGridModule, typeof i66.BaseFormsModule, typeof i67.MJTabStripModule, typeof i68.CodeEditorModule, typeof i69.DeepDiffModule, typeof i70.AITestHarnessModule, typeof i71.ActionGalleryModule, typeof i72.TestingModule, typeof i73.FlowEditorModule, typeof i74.TaskGraphEditorModule, typeof i75.SharedGenericModule, typeof i76.EntityRelationshipDiagramModule, typeof i77.ListManagementModule, typeof i78.ActionsModule, typeof i79.AgentsModule, typeof i80.EntityViewerModule, typeof i81.MarkdownModule, typeof i82.NgTreesModule, typeof i83.AngularSplitModule, typeof i63.MjSlidePanelComponent, typeof i66.MjFormDialogComponent, typeof i84.SearchModule, typeof i85.RecordProcessEditorComponent, typeof i86.ResourcePermissionsModule, typeof i87.AIAgentCategoryHierarchyPanel, typeof i87.AIPromptCategoryHierarchyPanel, typeof i87.ActionCategoryHierarchyPanel, typeof i87.DashboardCategoryHierarchyPanel, typeof i87.QueryCategoryHierarchyPanel, typeof i87.TagHierarchyPanel, typeof i87.ProjectHierarchyPanel, typeof i87.ContentItemHierarchyPanel, typeof i87.FileCategoryHierarchyPanel, typeof i87.ListCategoryHierarchyPanel, typeof i87.RecordProcessCategoryHierarchyPanel, typeof i87.SkillHierarchyPanel, typeof i87.TemplateCategoryHierarchyPanel, typeof i87.TestSuiteHierarchyPanel, typeof i87.UserViewCategoryHierarchyPanel], [typeof i87.AIAgentCategoryHierarchyPanel, typeof i87.AIPromptCategoryHierarchyPanel, typeof i87.ActionCategoryHierarchyPanel, typeof i87.DashboardCategoryHierarchyPanel, typeof i87.QueryCategoryHierarchyPanel, typeof i87.TagHierarchyPanel, typeof i87.ProjectHierarchyPanel, typeof i87.ContentItemHierarchyPanel, typeof i87.FileCategoryHierarchyPanel, typeof i87.ListCategoryHierarchyPanel, typeof i87.RecordProcessCategoryHierarchyPanel, typeof i87.SkillHierarchyPanel, typeof i87.TemplateCategoryHierarchyPanel, typeof i87.TestSuiteHierarchyPanel, typeof i87.UserViewCategoryHierarchyPanel, typeof i1.MJEntityFormComponentExtended, typeof i58.MJFileFormComponentExtended, typeof i2.MJEntityActionFormComponentExtended, typeof i3.MJTemplateFormComponentExtended, typeof i6.TemplateEditorComponent, typeof i7.MJAIPromptFormComponentExtended, typeof i8.MJAIAgentFormComponentExtended, typeof i18.MJAIPromptRunFormComponentExtended, typeof i19.ChatMessageViewerComponent, typeof i20.MJActionFormComponentExtended, typeof i21.MJActionExecutionLogFormComponentExtended, typeof i22.MJAIAgentRunFormComponentExtended, typeof i23.AIAgentRunTimelineComponent, typeof i24.AIAgentRunStepNodeComponent, typeof i25.AIAgentRunAnalyticsComponent, typeof i32.MJQueryFormComponentExtended, typeof i34.FlowAgentFormSectionComponent, typeof i35.MJTestRunFormComponentExtended, typeof i36.MJTestFormComponentExtended, typeof i37.MJTestSuiteRunFormComponentExtended, typeof i38.MJTestSuiteFormComponentExtended, typeof i39.MJTestRunFeedbackFormComponentExtended, typeof i40.MJTestRubricFormComponentExtended, typeof i41.EntityLinkPillComponent, typeof i42.MJListFormComponentExtended, typeof i43.TagPipelineConfigurationPanel, typeof i44.WebsiteCrawlerSettingsPanel, typeof i45.ModelPredictionPanel, typeof i46.AISkillSharingPanel, typeof i47.MJSearchScopeFormComponentExtended, typeof i48.MJSearchScopeProviderFormComponentExtended, typeof i49.MJAIAgentSessionFormComponentExtended, typeof i50.MJAIAgentChannelFormComponentExtended, typeof i51.MJAIBridgeProviderFormComponentExtended, typeof i52.MJAIAgentSessionBridgeFormComponentExtended, typeof i53.MJAIBridgeAgentIdentityFormComponentExtended, typeof i54.AgentRealtimePanel, typeof i78.ActionsModule, typeof i55.RecordProcessFormComponentExtended]>;
|
|
88
92
|
static ɵinj: i0.ɵɵInjectorDeclaration<MemberJunctionCoreEntityFormsModule>;
|
|
89
93
|
}
|
|
90
94
|
//# sourceMappingURL=custom-forms.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0GA,qBA8Ja,mCAAmC;yCAAnC,mCAAmC;0CAAnC,mCAAmC;0CAAnC,mCAAmC;CAAI"}
|
|
@@ -2,6 +2,7 @@ import { NgModule } from "@angular/core";
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
4
|
import { DragDropModule } from '@angular/cdk/drag-drop';
|
|
5
|
+
import { HIERARCHY_FORM_PANELS } from './HierarchyPanels/hierarchy-form-panels';
|
|
5
6
|
import { MJButtonDirective, MJAccordionModule, MJDropdownComponent, MJComboboxComponent, MJSwitchComponent, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent, MJNumericInputComponent, MJWindowComponent, MJWindowTitlebarComponent, MJProgressBarComponent, MjSlidePanelComponent, MJEmptyStateComponent, MJAlertComponent, MJTabNavComponent } from '@memberjunction/ng-ui-components';
|
|
6
7
|
import { AngularSplitModule } from 'angular-split';
|
|
7
8
|
import { AgGridModule } from 'ag-grid-angular';
|
|
@@ -10,6 +11,7 @@ import { LinkDirectivesModule } from '@memberjunction/ng-link-directives';
|
|
|
10
11
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
11
12
|
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
|
|
12
13
|
import { MJEntityFormComponentExtended } from "./Entities/entity-form.component";
|
|
14
|
+
import { MJFileFormComponentExtended } from "./Files/file-form.component";
|
|
13
15
|
import { MJTabStripModule } from "@memberjunction/ng-tabstrip";
|
|
14
16
|
import { MJEntityActionFormComponentExtended } from "./EntityActions/entityaction.form.component";
|
|
15
17
|
import { MJTemplateFormComponentExtended } from "./Templates/templates-form.component";
|
|
@@ -98,10 +100,13 @@ import { ModelPredictionPanel } from "../panels/model-predictions/model-predicti
|
|
|
98
100
|
// dialog + SKILL.md export/import actions, mounted on the generated MJ: AI
|
|
99
101
|
// Skills form. Imported so the @RegisterClassEx decorator runs at module load.
|
|
100
102
|
import { AISkillSharingPanel } from "../panels/ai-skill-sharing/ai-skill-sharing-panel.component";
|
|
103
|
+
import { EntityFormChromeEditorComponent } from "../panels/form-chrome/entity-form-chrome-editor.component";
|
|
104
|
+
import { EntityRelationshipFormRolePanel } from "../panels/form-chrome/entity-relationship-form-role.panel";
|
|
101
105
|
import { ResourcePermissionsModule } from "@memberjunction/ng-resource-permissions";
|
|
102
106
|
import * as i0 from "@angular/core";
|
|
103
|
-
import * as i1 from "
|
|
104
|
-
import * as i2 from "@
|
|
107
|
+
import * as i1 from "./HierarchyPanels/hierarchy-form-panels";
|
|
108
|
+
import * as i2 from "@angular/common";
|
|
109
|
+
import * as i3 from "@memberjunction/ng-shared-generic";
|
|
105
110
|
export class MemberJunctionCoreEntityFormsModule {
|
|
106
111
|
static { this.ɵfac = function MemberJunctionCoreEntityFormsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MemberJunctionCoreEntityFormsModule)(); }; }
|
|
107
112
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: MemberJunctionCoreEntityFormsModule }); }
|
|
@@ -151,7 +156,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
151
156
|
MjFormDialogComponent,
|
|
152
157
|
SearchModule,
|
|
153
158
|
RecordProcessEditorComponent,
|
|
154
|
-
ResourcePermissionsModule, ActionsModule] }); }
|
|
159
|
+
ResourcePermissionsModule, HIERARCHY_FORM_PANELS, ActionsModule] }); }
|
|
155
160
|
}
|
|
156
161
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MemberJunctionCoreEntityFormsModule, [{
|
|
157
162
|
type: NgModule,
|
|
@@ -214,6 +219,9 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
214
219
|
MJAIBridgeAgentIdentityFormComponentExtended,
|
|
215
220
|
AgentRealtimePanel,
|
|
216
221
|
RecordProcessFormComponentExtended,
|
|
222
|
+
EntityFormChromeEditorComponent,
|
|
223
|
+
EntityRelationshipFormRolePanel,
|
|
224
|
+
MJFileFormComponentExtended,
|
|
217
225
|
],
|
|
218
226
|
imports: [
|
|
219
227
|
CommonModule,
|
|
@@ -260,10 +268,13 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
260
268
|
MjFormDialogComponent,
|
|
261
269
|
SearchModule,
|
|
262
270
|
RecordProcessEditorComponent,
|
|
263
|
-
ResourcePermissionsModule
|
|
271
|
+
ResourcePermissionsModule,
|
|
272
|
+
...HIERARCHY_FORM_PANELS
|
|
264
273
|
],
|
|
265
274
|
exports: [
|
|
275
|
+
...HIERARCHY_FORM_PANELS,
|
|
266
276
|
MJEntityFormComponentExtended,
|
|
277
|
+
MJFileFormComponentExtended,
|
|
267
278
|
MJEntityActionFormComponentExtended,
|
|
268
279
|
MJTemplateFormComponentExtended,
|
|
269
280
|
TemplateEditorComponent,
|
|
@@ -364,7 +375,10 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
364
375
|
MJAIAgentSessionBridgeFormComponentExtended,
|
|
365
376
|
MJAIBridgeAgentIdentityFormComponentExtended,
|
|
366
377
|
AgentRealtimePanel,
|
|
367
|
-
RecordProcessFormComponentExtended
|
|
378
|
+
RecordProcessFormComponentExtended,
|
|
379
|
+
EntityFormChromeEditorComponent,
|
|
380
|
+
EntityRelationshipFormRolePanel,
|
|
381
|
+
MJFileFormComponentExtended], imports: [CommonModule,
|
|
368
382
|
FormsModule,
|
|
369
383
|
ReactiveFormsModule,
|
|
370
384
|
DragDropModule,
|
|
@@ -408,7 +422,8 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
408
422
|
MjFormDialogComponent,
|
|
409
423
|
SearchModule,
|
|
410
424
|
RecordProcessEditorComponent,
|
|
411
|
-
ResourcePermissionsModule], exports: [MJEntityFormComponentExtended,
|
|
425
|
+
ResourcePermissionsModule, i1.AIAgentCategoryHierarchyPanel, i1.AIPromptCategoryHierarchyPanel, i1.ActionCategoryHierarchyPanel, i1.DashboardCategoryHierarchyPanel, i1.QueryCategoryHierarchyPanel, i1.TagHierarchyPanel, i1.ProjectHierarchyPanel, i1.ContentItemHierarchyPanel, i1.FileCategoryHierarchyPanel, i1.ListCategoryHierarchyPanel, i1.RecordProcessCategoryHierarchyPanel, i1.SkillHierarchyPanel, i1.TemplateCategoryHierarchyPanel, i1.TestSuiteHierarchyPanel, i1.UserViewCategoryHierarchyPanel], exports: [i1.AIAgentCategoryHierarchyPanel, i1.AIPromptCategoryHierarchyPanel, i1.ActionCategoryHierarchyPanel, i1.DashboardCategoryHierarchyPanel, i1.QueryCategoryHierarchyPanel, i1.TagHierarchyPanel, i1.ProjectHierarchyPanel, i1.ContentItemHierarchyPanel, i1.FileCategoryHierarchyPanel, i1.ListCategoryHierarchyPanel, i1.RecordProcessCategoryHierarchyPanel, i1.SkillHierarchyPanel, i1.TemplateCategoryHierarchyPanel, i1.TestSuiteHierarchyPanel, i1.UserViewCategoryHierarchyPanel, MJEntityFormComponentExtended,
|
|
426
|
+
MJFileFormComponentExtended,
|
|
412
427
|
MJEntityActionFormComponentExtended,
|
|
413
428
|
MJTemplateFormComponentExtended,
|
|
414
429
|
TemplateEditorComponent,
|
|
@@ -446,6 +461,6 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
446
461
|
AgentRealtimePanel,
|
|
447
462
|
ActionsModule,
|
|
448
463
|
RecordProcessFormComponentExtended] }); })();
|
|
449
|
-
i0.ɵɵsetComponentScope(AIAgentRunTimelineComponent, [
|
|
450
|
-
AIAgentRunStepNodeComponent], [
|
|
464
|
+
i0.ɵɵsetComponentScope(AIAgentRunTimelineComponent, [i2.NgTemplateOutlet, MJEmptyStateComponent, i3.LoadingComponent, AIAgentRunTimelineComponent,
|
|
465
|
+
AIAgentRunStepNodeComponent], [i2.AsyncPipe]);
|
|
451
466
|
//# sourceMappingURL=custom-forms.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { DragDropModule } from '@angular/cdk/drag-drop';\nimport { MJButtonDirective, MJAccordionModule, MJDropdownComponent, MJComboboxComponent, MJSwitchComponent, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent, MJNumericInputComponent, MJWindowComponent, MJWindowTitlebarComponent, MJProgressBarComponent, MjSlidePanelComponent, MJEmptyStateComponent, MJAlertComponent, MJTabNavComponent } from '@memberjunction/ng-ui-components';\nimport { AngularSplitModule } from 'angular-split';\nimport { AgGridModule } from 'ag-grid-angular';\nimport { BaseFormsModule, MjFormDialogComponent } from '@memberjunction/ng-base-forms';\nimport { LinkDirectivesModule } from '@memberjunction/ng-link-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { EntityViewerModule } from '@memberjunction/ng-entity-viewer';\nimport { MJEntityFormComponentExtended } from \"./Entities/entity-form.component\";\nimport { MJTabStripModule } from \"@memberjunction/ng-tabstrip\";\nimport { MJEntityActionFormComponentExtended } from \"./EntityActions/entityaction.form.component\";\nimport { MJTemplateFormComponentExtended } from \"./Templates/templates-form.component\";\nimport { TemplateParamDialogComponent } from \"./Templates/template-param-dialog.component\";\nimport { TemplateParamsGridComponent } from \"./Templates/template-params-grid.component\";\nimport { TemplateEditorComponent } from \"../shared/components/template-editor.component\";\nimport { MJAIPromptFormComponentExtended } from \"./AIPrompts/ai-prompt-form.component\";\nimport { MJAIAgentFormComponentExtended } from \"./AIAgents/ai-agent-form.component\";\nimport { NewAgentDialogComponent } from \"./AIAgents/new-agent-dialog.component\";\nimport { NewAgentDialogService } from \"./AIAgents/new-agent-dialog.service\";\nimport { AddActionDialogComponent } from \"./AIAgents/add-action-dialog.component\";\nimport { PromptSelectorDialogComponent } from \"./AIAgents/prompt-selector-dialog.component\";\nimport { AgentPromptAdvancedSettingsDialogComponent } from \"./AIAgents/agent-prompt-advanced-settings-dialog.component\";\nimport { SubAgentAdvancedSettingsDialogComponent } from \"./AIAgents/sub-agent-advanced-settings-dialog.component\";\nimport { SubAgentSelectorDialogComponent } from \"./AIAgents/sub-agent-selector-dialog.component\";\nimport { CreatePromptDialogComponent } from \"./AIAgents/create-prompt-dialog.component\";\nimport { CreateSubAgentDialogComponent } from \"./AIAgents/create-sub-agent-dialog.component\";\nimport { AIAgentManagementService } from \"./AIAgents/ai-agent-management.service\";\nimport { AgentsModule } from \"@memberjunction/ng-agents\";\nimport { AITestHarnessModule } from \"@memberjunction/ng-ai-test-harness\";\nimport { ActionGalleryModule } from \"@memberjunction/ng-action-gallery\";\nimport { TestingModule } from \"@memberjunction/ng-testing\";\nimport { JoinGridModule } from \"@memberjunction/ng-join-grid\";\nimport { CodeEditorModule } from \"@memberjunction/ng-code-editor\";\nimport { DeepDiffModule } from \"@memberjunction/ng-deep-diff\";\nimport { EntityRelationshipDiagramModule } from '@memberjunction/ng-entity-relationship-diagram';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\nimport { EntitySelectorDialogComponent } from \"./shared/entity-selector-dialog.component\";\nimport { MJAIPromptRunFormComponentExtended } from \"./AIPromptRuns/ai-prompt-run-form.component\";\nimport { ChatMessageViewerComponent } from \"./AIPromptRuns/chat-message-viewer.component\";\nimport { MJActionFormComponentExtended } from \"./Actions/action-form.component\";\nimport { MJActionExecutionLogFormComponentExtended } from \"./Actions/action-execution-log-form.component\";\nimport { ActionsModule } from \"@memberjunction/ng-actions\";\nimport { MJAIAgentRunFormComponentExtended } from \"./ai-agent-run/ai-agent-run.component\";\nimport { AIAgentRunTimelineComponent } from \"./ai-agent-run/ai-agent-run-timeline.component\";\nimport { AIAgentRunStepNodeComponent } from \"./ai-agent-run/ai-agent-run-step-node.component\";\nimport { AIAgentRunAnalyticsComponent } from \"./ai-agent-run/ai-agent-run-analytics.component\";\nimport { AIAgentRunStepDetailComponent } from \"./ai-agent-run/ai-agent-run-step-detail.component\";\nimport { AIAgentRunFlowComponent } from \"./ai-agent-run/flow/agent-run-flow.component\";\nimport { FlameCascadeComponent } from \"./ai-agent-run/flow/flame-cascade.component\";\nimport { SubwayLinesComponent } from \"./ai-agent-run/flow/subway-lines.component\";\nimport { ConstellationComponent } from \"./ai-agent-run/flow/constellation.component\";\nimport { FlowchartComponent } from \"./ai-agent-run/flow/flowchart.component\";\nimport { MJQueryFormComponentExtended } from \"./Queries/query-form.component\";\nimport { QueryRunDialogComponent } from \"./Queries/query-run-dialog.component\";\nimport { FlowAgentFormSectionComponent } from \"./AIAgents/FlowAgentType/flow-agent-form-section.component\";\nimport { FlowEditorModule } from \"@memberjunction/ng-flow-editor\";\nimport { TaskGraphEditorModule } from \"@memberjunction/ng-task-graph-editor\";\nimport { MarkdownModule } from \"@memberjunction/ng-markdown\";\nimport { NgTreesModule } from \"@memberjunction/ng-trees\";\nimport { MJTestRunFormComponentExtended } from \"./Tests/test-run-form.component\";\nimport { MJTestFormComponentExtended } from \"./Tests/test-form.component\";\nimport { MJTestSuiteRunFormComponentExtended } from \"./Tests/test-suite-run-form.component\";\nimport { MJTestSuiteFormComponentExtended } from \"./Tests/test-suite-form.component\";\nimport { MJTestRunFeedbackFormComponentExtended } from \"./Tests/test-run-feedback-form.component\";\nimport { MJTestRubricFormComponentExtended } from \"./Tests/test-rubric-form.component\";\nimport { EntityLinkPillComponent } from \"./Tests/entity-link-pill.component\";\nimport { MJListFormComponentExtended } from \"./Lists/list-form.component\";\n// ContentSources: the custom-form override was removed once dynamic\n// BaseFormPanel slots landed. Slot-registered panels live in\n// `../panels/content-sources/` and self-mount into the generated form via\n// the `after-fields` slot. Imported here so the @RegisterClassEx decorators\n// run at module load (Angular tree-shaking guard).\nimport { TagPipelineConfigurationPanel } from \"../panels/content-sources/tag-pipeline-configuration.panel\";\nimport { WebsiteCrawlerSettingsPanel } from \"../panels/content-sources/website-crawler-settings.panel\";\nimport { MJSearchScopeFormComponentExtended } from \"./SearchScopes/searchscope-form.component\";\nimport { MJSearchScopeProviderFormComponentExtended } from \"./SearchScopes/searchscopeprovider-form.component\";\nimport { SearchModule } from \"@memberjunction/ng-search\";\nimport { MJAIAgentSessionFormComponentExtended } from \"./AIAgentSessions/ai-agent-session-form.component\";\nimport { MJAIAgentChannelFormComponentExtended } from \"./AIAgentChannels/ai-agent-channel-form.component\";\n// Realtime Bridges — custom Extended forms (Pattern 2) for the three major bridge entities.\nimport { MJAIBridgeProviderFormComponentExtended, LoadMJAIBridgeProviderFormComponentExtended } from \"./BridgeProviders/bridge-provider-form.component\";\nimport { MJAIAgentSessionBridgeFormComponentExtended, LoadMJAIAgentSessionBridgeFormComponentExtended } from \"./SessionBridges/session-bridge-form.component\";\nimport { RecordProcessFormComponentExtended } from \"./RecordProcesses/record-process-form.component\";\nimport { RecordProcessEditorComponent } from \"@memberjunction/ng-record-process-studio\";\nimport { MJAIBridgeAgentIdentityFormComponentExtended, LoadMJAIBridgeAgentIdentityFormComponentExtended } from \"./BridgeAgentIdentities/bridge-agent-identity-form.component\";\n// AI Agent \"Realtime\" panel (Pattern 1 — BaseFormPanel slot). Imported so the\n// @RegisterClassEx decorator runs at module load (Angular tree-shaking guard).\nimport { AgentRealtimePanel, LoadAgentRealtimePanel } from \"../panels/ai-agents/agent-realtime.panel\";\n// Model Predictions — an ENTITY-AGNOSTIC BaseFormPanel (Pattern 1) registered\n// against the '*' wildcard entity, so it mounts on every entity form and\n// self-hides unless that entity has an active MJ: ML Model Scoring Binding.\n// Imported here so the @RegisterClassEx decorator runs at module load.\nimport { ModelPredictionPanel } from \"../panels/model-predictions/model-prediction.panel\";\n// AI Skills sharing/portability panel (Pattern 1 — BaseFormPanel slot): Share\n// dialog + SKILL.md export/import actions, mounted on the generated MJ: AI\n// Skills form. Imported so the @RegisterClassEx decorator runs at module load.\nimport { AISkillSharingPanel } from \"../panels/ai-skill-sharing/ai-skill-sharing-panel.component\";\nimport { ResourcePermissionsModule } from \"@memberjunction/ng-resource-permissions\";\n\n@NgModule({\n declarations: [\n MJEntityFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateParamDialogComponent,\n TemplateParamsGridComponent,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n NewAgentDialogComponent,\n AddActionDialogComponent,\n PromptSelectorDialogComponent,\n AgentPromptAdvancedSettingsDialogComponent,\n SubAgentAdvancedSettingsDialogComponent,\n SubAgentSelectorDialogComponent,\n CreatePromptDialogComponent,\n CreateSubAgentDialogComponent,\n EntitySelectorDialogComponent,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n AIAgentRunStepDetailComponent,\n AIAgentRunFlowComponent,\n FlameCascadeComponent,\n SubwayLinesComponent,\n ConstellationComponent,\n FlowchartComponent,\n MJQueryFormComponentExtended,\n QueryRunDialogComponent,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n // ContentSource-specific BaseFormPanel slot components (no custom form override).\n TagPipelineConfigurationPanel,\n WebsiteCrawlerSettingsPanel,\n // Entity-agnostic ('*') Model Predictions panel — mounts on every form, self-hides when N/A.\n ModelPredictionPanel,\n AISkillSharingPanel,\n MJSearchScopeFormComponentExtended,\n MJSearchScopeProviderFormComponentExtended,\n MJAIAgentSessionFormComponentExtended,\n MJAIAgentChannelFormComponentExtended,\n MJAIBridgeProviderFormComponentExtended,\n MJAIAgentSessionBridgeFormComponentExtended,\n MJAIBridgeAgentIdentityFormComponentExtended,\n AgentRealtimePanel,\n RecordProcessFormComponentExtended,\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n DragDropModule,\n AgGridModule,\n MJEmptyStateComponent,\n MJAlertComponent,\n MJTabNavComponent,\n MJButtonDirective,\n MJAccordionModule,\n MJDropdownComponent,\n MJComboboxComponent,\n MJSwitchComponent,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent,\n MJNumericInputComponent,\n MJWindowComponent,\n MJWindowTitlebarComponent,\n MJProgressBarComponent,\n LinkDirectivesModule,\n JoinGridModule,\n BaseFormsModule,\n MJTabStripModule,\n CodeEditorModule,\n DeepDiffModule,\n AITestHarnessModule,\n ActionGalleryModule,\n TestingModule,\n FlowEditorModule,\n TaskGraphEditorModule,\n SharedGenericModule,\n EntityRelationshipDiagramModule,\n ListManagementModule,\n ActionsModule,\n AgentsModule,\n EntityViewerModule,\n MarkdownModule,\n NgTreesModule,\n AngularSplitModule,\n MjSlidePanelComponent,\n MjFormDialogComponent,\n SearchModule,\n RecordProcessEditorComponent,\n ResourcePermissionsModule\n ],\n exports: [\n MJEntityFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n MJQueryFormComponentExtended,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n TagPipelineConfigurationPanel,\n WebsiteCrawlerSettingsPanel,\n ModelPredictionPanel,\n AISkillSharingPanel,\n MJSearchScopeFormComponentExtended,\n MJSearchScopeProviderFormComponentExtended,\n MJAIAgentSessionFormComponentExtended,\n MJAIAgentChannelFormComponentExtended,\n MJAIBridgeProviderFormComponentExtended,\n MJAIAgentSessionBridgeFormComponentExtended,\n MJAIBridgeAgentIdentityFormComponentExtended,\n AgentRealtimePanel,\n ActionsModule,\n RecordProcessFormComponentExtended\n ],\n providers: [\n NewAgentDialogService,\n AIAgentManagementService\n ]\n})\nexport class MemberJunctionCoreEntityFormsModule { }\n"]}
|
|
1
|
+
{"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { DragDropModule } from '@angular/cdk/drag-drop';\nimport { HIERARCHY_FORM_PANELS } from './HierarchyPanels/hierarchy-form-panels';\nimport { MJButtonDirective, MJAccordionModule, MJDropdownComponent, MJComboboxComponent, MJSwitchComponent, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent, MJNumericInputComponent, MJWindowComponent, MJWindowTitlebarComponent, MJProgressBarComponent, MjSlidePanelComponent, MJEmptyStateComponent, MJAlertComponent, MJTabNavComponent } from '@memberjunction/ng-ui-components';\nimport { AngularSplitModule } from 'angular-split';\nimport { AgGridModule } from 'ag-grid-angular';\nimport { BaseFormsModule, MjFormDialogComponent } from '@memberjunction/ng-base-forms';\nimport { LinkDirectivesModule } from '@memberjunction/ng-link-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { EntityViewerModule } from '@memberjunction/ng-entity-viewer';\nimport { MJEntityFormComponentExtended } from \"./Entities/entity-form.component\";\nimport { MJFileFormComponentExtended } from \"./Files/file-form.component\";\nimport { MJTabStripModule } from \"@memberjunction/ng-tabstrip\";\nimport { MJEntityActionFormComponentExtended } from \"./EntityActions/entityaction.form.component\";\nimport { MJTemplateFormComponentExtended } from \"./Templates/templates-form.component\";\nimport { TemplateParamDialogComponent } from \"./Templates/template-param-dialog.component\";\nimport { TemplateParamsGridComponent } from \"./Templates/template-params-grid.component\";\nimport { TemplateEditorComponent } from \"../shared/components/template-editor.component\";\nimport { MJAIPromptFormComponentExtended } from \"./AIPrompts/ai-prompt-form.component\";\nimport { MJAIAgentFormComponentExtended } from \"./AIAgents/ai-agent-form.component\";\nimport { NewAgentDialogComponent } from \"./AIAgents/new-agent-dialog.component\";\nimport { NewAgentDialogService } from \"./AIAgents/new-agent-dialog.service\";\nimport { AddActionDialogComponent } from \"./AIAgents/add-action-dialog.component\";\nimport { PromptSelectorDialogComponent } from \"./AIAgents/prompt-selector-dialog.component\";\nimport { AgentPromptAdvancedSettingsDialogComponent } from \"./AIAgents/agent-prompt-advanced-settings-dialog.component\";\nimport { SubAgentAdvancedSettingsDialogComponent } from \"./AIAgents/sub-agent-advanced-settings-dialog.component\";\nimport { SubAgentSelectorDialogComponent } from \"./AIAgents/sub-agent-selector-dialog.component\";\nimport { CreatePromptDialogComponent } from \"./AIAgents/create-prompt-dialog.component\";\nimport { CreateSubAgentDialogComponent } from \"./AIAgents/create-sub-agent-dialog.component\";\nimport { AIAgentManagementService } from \"./AIAgents/ai-agent-management.service\";\nimport { AgentsModule } from \"@memberjunction/ng-agents\";\nimport { AITestHarnessModule } from \"@memberjunction/ng-ai-test-harness\";\nimport { ActionGalleryModule } from \"@memberjunction/ng-action-gallery\";\nimport { TestingModule } from \"@memberjunction/ng-testing\";\nimport { JoinGridModule } from \"@memberjunction/ng-join-grid\";\nimport { CodeEditorModule } from \"@memberjunction/ng-code-editor\";\nimport { DeepDiffModule } from \"@memberjunction/ng-deep-diff\";\nimport { EntityRelationshipDiagramModule } from '@memberjunction/ng-entity-relationship-diagram';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\nimport { EntitySelectorDialogComponent } from \"./shared/entity-selector-dialog.component\";\nimport { MJAIPromptRunFormComponentExtended } from \"./AIPromptRuns/ai-prompt-run-form.component\";\nimport { ChatMessageViewerComponent } from \"./AIPromptRuns/chat-message-viewer.component\";\nimport { MJActionFormComponentExtended } from \"./Actions/action-form.component\";\nimport { MJActionExecutionLogFormComponentExtended } from \"./Actions/action-execution-log-form.component\";\nimport { ActionsModule } from \"@memberjunction/ng-actions\";\nimport { MJAIAgentRunFormComponentExtended } from \"./ai-agent-run/ai-agent-run.component\";\nimport { AIAgentRunTimelineComponent } from \"./ai-agent-run/ai-agent-run-timeline.component\";\nimport { AIAgentRunStepNodeComponent } from \"./ai-agent-run/ai-agent-run-step-node.component\";\nimport { AIAgentRunAnalyticsComponent } from \"./ai-agent-run/ai-agent-run-analytics.component\";\nimport { AIAgentRunStepDetailComponent } from \"./ai-agent-run/ai-agent-run-step-detail.component\";\nimport { AIAgentRunFlowComponent } from \"./ai-agent-run/flow/agent-run-flow.component\";\nimport { FlameCascadeComponent } from \"./ai-agent-run/flow/flame-cascade.component\";\nimport { SubwayLinesComponent } from \"./ai-agent-run/flow/subway-lines.component\";\nimport { ConstellationComponent } from \"./ai-agent-run/flow/constellation.component\";\nimport { FlowchartComponent } from \"./ai-agent-run/flow/flowchart.component\";\nimport { MJQueryFormComponentExtended } from \"./Queries/query-form.component\";\nimport { QueryRunDialogComponent } from \"./Queries/query-run-dialog.component\";\nimport { FlowAgentFormSectionComponent } from \"./AIAgents/FlowAgentType/flow-agent-form-section.component\";\nimport { FlowEditorModule } from \"@memberjunction/ng-flow-editor\";\nimport { TaskGraphEditorModule } from \"@memberjunction/ng-task-graph-editor\";\nimport { MarkdownModule } from \"@memberjunction/ng-markdown\";\nimport { NgTreesModule } from \"@memberjunction/ng-trees\";\nimport { MJTestRunFormComponentExtended } from \"./Tests/test-run-form.component\";\nimport { MJTestFormComponentExtended } from \"./Tests/test-form.component\";\nimport { MJTestSuiteRunFormComponentExtended } from \"./Tests/test-suite-run-form.component\";\nimport { MJTestSuiteFormComponentExtended } from \"./Tests/test-suite-form.component\";\nimport { MJTestRunFeedbackFormComponentExtended } from \"./Tests/test-run-feedback-form.component\";\nimport { MJTestRubricFormComponentExtended } from \"./Tests/test-rubric-form.component\";\nimport { EntityLinkPillComponent } from \"./Tests/entity-link-pill.component\";\nimport { MJListFormComponentExtended } from \"./Lists/list-form.component\";\n// ContentSources: the custom-form override was removed once dynamic\n// BaseFormPanel slots landed. Slot-registered panels live in\n// `../panels/content-sources/` and self-mount into the generated form via\n// the `after-fields` slot. Imported here so the @RegisterClassEx decorators\n// run at module load (Angular tree-shaking guard).\nimport { TagPipelineConfigurationPanel } from \"../panels/content-sources/tag-pipeline-configuration.panel\";\nimport { WebsiteCrawlerSettingsPanel } from \"../panels/content-sources/website-crawler-settings.panel\";\nimport { MJSearchScopeFormComponentExtended } from \"./SearchScopes/searchscope-form.component\";\nimport { MJSearchScopeProviderFormComponentExtended } from \"./SearchScopes/searchscopeprovider-form.component\";\nimport { SearchModule } from \"@memberjunction/ng-search\";\nimport { MJAIAgentSessionFormComponentExtended } from \"./AIAgentSessions/ai-agent-session-form.component\";\nimport { MJAIAgentChannelFormComponentExtended } from \"./AIAgentChannels/ai-agent-channel-form.component\";\n// Realtime Bridges — custom Extended forms (Pattern 2) for the three major bridge entities.\nimport { MJAIBridgeProviderFormComponentExtended, LoadMJAIBridgeProviderFormComponentExtended } from \"./BridgeProviders/bridge-provider-form.component\";\nimport { MJAIAgentSessionBridgeFormComponentExtended, LoadMJAIAgentSessionBridgeFormComponentExtended } from \"./SessionBridges/session-bridge-form.component\";\nimport { RecordProcessFormComponentExtended } from \"./RecordProcesses/record-process-form.component\";\nimport { RecordProcessEditorComponent } from \"@memberjunction/ng-record-process-studio\";\nimport { MJAIBridgeAgentIdentityFormComponentExtended, LoadMJAIBridgeAgentIdentityFormComponentExtended } from \"./BridgeAgentIdentities/bridge-agent-identity-form.component\";\n// AI Agent \"Realtime\" panel (Pattern 1 — BaseFormPanel slot). Imported so the\n// @RegisterClassEx decorator runs at module load (Angular tree-shaking guard).\nimport { AgentRealtimePanel, LoadAgentRealtimePanel } from \"../panels/ai-agents/agent-realtime.panel\";\n// Model Predictions — an ENTITY-AGNOSTIC BaseFormPanel (Pattern 1) registered\n// against the '*' wildcard entity, so it mounts on every entity form and\n// self-hides unless that entity has an active MJ: ML Model Scoring Binding.\n// Imported here so the @RegisterClassEx decorator runs at module load.\nimport { ModelPredictionPanel } from \"../panels/model-predictions/model-prediction.panel\";\n// AI Skills sharing/portability panel (Pattern 1 — BaseFormPanel slot): Share\n// dialog + SKILL.md export/import actions, mounted on the generated MJ: AI\n// Skills form. Imported so the @RegisterClassEx decorator runs at module load.\nimport { AISkillSharingPanel } from \"../panels/ai-skill-sharing/ai-skill-sharing-panel.component\";\nimport { EntityFormChromeEditorComponent } from \"../panels/form-chrome/entity-form-chrome-editor.component\";\nimport { EntityRelationshipFormRolePanel } from \"../panels/form-chrome/entity-relationship-form-role.panel\";\nimport { ResourcePermissionsModule } from \"@memberjunction/ng-resource-permissions\";\n\n@NgModule({\n declarations: [\n MJEntityFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateParamDialogComponent,\n TemplateParamsGridComponent,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n NewAgentDialogComponent,\n AddActionDialogComponent,\n PromptSelectorDialogComponent,\n AgentPromptAdvancedSettingsDialogComponent,\n SubAgentAdvancedSettingsDialogComponent,\n SubAgentSelectorDialogComponent,\n CreatePromptDialogComponent,\n CreateSubAgentDialogComponent,\n EntitySelectorDialogComponent,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n AIAgentRunStepDetailComponent,\n AIAgentRunFlowComponent,\n FlameCascadeComponent,\n SubwayLinesComponent,\n ConstellationComponent,\n FlowchartComponent,\n MJQueryFormComponentExtended,\n QueryRunDialogComponent,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n // ContentSource-specific BaseFormPanel slot components (no custom form override).\n TagPipelineConfigurationPanel,\n WebsiteCrawlerSettingsPanel,\n // Entity-agnostic ('*') Model Predictions panel — mounts on every form, self-hides when N/A.\n ModelPredictionPanel,\n AISkillSharingPanel,\n MJSearchScopeFormComponentExtended,\n MJSearchScopeProviderFormComponentExtended,\n MJAIAgentSessionFormComponentExtended,\n MJAIAgentChannelFormComponentExtended,\n MJAIBridgeProviderFormComponentExtended,\n MJAIAgentSessionBridgeFormComponentExtended,\n MJAIBridgeAgentIdentityFormComponentExtended,\n AgentRealtimePanel,\n RecordProcessFormComponentExtended,\n EntityFormChromeEditorComponent,\n EntityRelationshipFormRolePanel,\n MJFileFormComponentExtended,\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n DragDropModule,\n AgGridModule,\n MJEmptyStateComponent,\n MJAlertComponent,\n MJTabNavComponent,\n MJButtonDirective,\n MJAccordionModule,\n MJDropdownComponent,\n MJComboboxComponent,\n MJSwitchComponent,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent,\n MJNumericInputComponent,\n MJWindowComponent,\n MJWindowTitlebarComponent,\n MJProgressBarComponent,\n LinkDirectivesModule,\n JoinGridModule,\n BaseFormsModule,\n MJTabStripModule,\n CodeEditorModule,\n DeepDiffModule,\n AITestHarnessModule,\n ActionGalleryModule,\n TestingModule,\n FlowEditorModule,\n TaskGraphEditorModule,\n SharedGenericModule,\n EntityRelationshipDiagramModule,\n ListManagementModule,\n ActionsModule,\n AgentsModule,\n EntityViewerModule,\n MarkdownModule,\n NgTreesModule,\n AngularSplitModule,\n MjSlidePanelComponent,\n MjFormDialogComponent,\n SearchModule,\n RecordProcessEditorComponent,\n ResourcePermissionsModule,\n ...HIERARCHY_FORM_PANELS\n ],\n exports: [\n ...HIERARCHY_FORM_PANELS,\n MJEntityFormComponentExtended,\n MJFileFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n MJQueryFormComponentExtended,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n TagPipelineConfigurationPanel,\n WebsiteCrawlerSettingsPanel,\n ModelPredictionPanel,\n AISkillSharingPanel,\n MJSearchScopeFormComponentExtended,\n MJSearchScopeProviderFormComponentExtended,\n MJAIAgentSessionFormComponentExtended,\n MJAIAgentChannelFormComponentExtended,\n MJAIBridgeProviderFormComponentExtended,\n MJAIAgentSessionBridgeFormComponentExtended,\n MJAIBridgeAgentIdentityFormComponentExtended,\n AgentRealtimePanel,\n ActionsModule,\n RecordProcessFormComponentExtended\n ],\n providers: [\n NewAgentDialogService,\n AIAgentManagementService\n ]\n})\nexport class MemberJunctionCoreEntityFormsModule { }\n"]}
|
|
@@ -17,7 +17,7 @@ function MJAIActionFormComponent_Conditional_14_Template(rf, ctx) { if (rf & 1)
|
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
19
19
|
i0.ɵɵadvance();
|
|
20
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Model Actions", "AIActionID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Model Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIModelActions"))("ShowToolbar",
|
|
20
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Model Actions", "AIActionID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Model Actions", "AIActionID"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIModelActions"))("ShowToolbar", true);
|
|
21
21
|
} }
|
|
22
22
|
function MJAIActionFormComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
23
23
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -27,7 +27,7 @@ function MJAIActionFormComponent_Conditional_16_Template(rf, ctx) { if (rf & 1)
|
|
|
27
27
|
} if (rf & 2) {
|
|
28
28
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
29
29
|
i0.ɵɵadvance();
|
|
30
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity AI Actions", "AIActionID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity AI Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityAIActions"))("ShowToolbar",
|
|
30
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Entity AI Actions", "AIActionID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Entity AI Actions", "AIActionID"))("AllowLoad", ctx_r1.IsSectionExpanded("mJEntityAIActions"))("ShowToolbar", true);
|
|
31
31
|
} }
|
|
32
32
|
let MJAIActionFormComponent = class MJAIActionFormComponent extends BaseFormComponent {
|
|
33
33
|
async ngOnInit() {
|
|
@@ -107,7 +107,7 @@ MJAIActionFormComponent = __decorate([
|
|
|
107
107
|
export { MJAIActionFormComponent };
|
|
108
108
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJAIActionFormComponent, [{
|
|
109
109
|
type: Component,
|
|
110
|
-
args: [{ standalone: false, selector: 'gen-mjaiaction-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"before-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Action Definition Section -->\n <mj-collapsible-panel\n SectionKey=\"actionDefinition\"\n SectionName=\"Action Definition\"\n Icon=\"fa fa-bolt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Execution Settings Section -->\n <mj-collapsible-panel\n SectionKey=\"executionSettings\"\n SectionName=\"Execution Settings\"\n Icon=\"fa fa-sliders-h\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultPrompt\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultModelID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"after-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- AI Model Actions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIModelActions\"\n SectionName=\"AI Model Actions\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIModelActions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Model Actions','AIActionID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Model Actions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIModelActions')\"\n [ShowToolbar]=\"
|
|
110
|
+
args: [{ standalone: false, selector: 'gen-mjaiaction-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"before-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Action Definition Section -->\n <mj-collapsible-panel\n SectionKey=\"actionDefinition\"\n SectionName=\"Action Definition\"\n Icon=\"fa fa-bolt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Execution Settings Section -->\n <mj-collapsible-panel\n SectionKey=\"executionSettings\"\n SectionName=\"Execution Settings\"\n Icon=\"fa fa-sliders-h\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultPrompt\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultModelID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"after-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- AI Model Actions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJAIModelActions\"\n SectionName=\"AI Model Actions\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJAIModelActions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Model Actions','AIActionID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Model Actions','AIActionID')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIModelActions')\"\n [ShowToolbar]=\"true\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIModelActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity AI Actions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityAIActions\"\n SectionName=\"Entity AI Actions\"\n Icon=\"fa fa-robot\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityAIActions')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity AI Actions','AIActionID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity AI Actions','AIActionID')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityAIActions')\"\n [ShowToolbar]=\"true\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityAIActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"after-related\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n</mj-record-form-container>\n " }]
|
|
111
111
|
}], null, null); })();
|
|
112
112
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJAIActionFormComponent, { className: "MJAIActionFormComponent", filePath: "src/lib/generated/Entities/MJAIAction/mjaiaction.form.component.ts", lineNumber: 13 }); })();
|
|
113
113
|
//# sourceMappingURL=mjaiaction.form.component.js.map
|