@memberjunction/ng-core-entity-forms 6.1.0-edge.1 → 6.1.0-edge.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +180 -4
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.d.ts +12 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.d.ts.map +1 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.js +138 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.js.map +1 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.d.ts +20 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.d.ts.map +1 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.js +173 -0
- package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.js.map +1 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts +19 -2
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +50 -9
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-form-tabs.d.ts +59 -0
- package/dist/lib/custom/AIAgents/agent-form-tabs.d.ts.map +1 -0
- package/dist/lib/custom/AIAgents/agent-form-tabs.js +53 -0
- package/dist/lib/custom/AIAgents/agent-form-tabs.js.map +1 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +54 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +1300 -1143
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- 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-analytics.component.d.ts +25 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +228 -170
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts +49 -2
- 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 +272 -157
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts +9 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +86 -51
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +118 -4
- 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 +263 -14
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +49 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +384 -265
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts +10 -1
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js +25 -3
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts +21 -1
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js +11 -0
- package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.d.ts +28 -0
- package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.js +120 -0
- package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.d.ts +98 -0
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.js +403 -0
- package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.js.map +1 -0
- 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 +27 -9
- 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/MJAIAgentRequest/mjaiagentrequest.form.component.js +8 -6
- package/dist/lib/generated/Entities/MJAIAgentRequest/mjaiagentrequest.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 +198 -196
- 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 +27 -25
- package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js +16 -14
- package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +162 -146
- 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.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +121 -95
- 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 +13 -13
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionFilter/mjactionfilter.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJActionFilter/mjactionfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +11 -11
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArtifact/mjartifact.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJArtifact/mjartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +48 -40
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js +29 -21
- package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.js +108 -0
- package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js +50 -42
- package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJClusterAnalysis/mjclusteranalysis.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJClusterAnalysis/mjclusteranalysis.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js +44 -36
- package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationBaseMessageType/mjcommunicationbasemessagetype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJCommunicationBaseMessageType/mjcommunicationbasemessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationProvider/mjcommunicationprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCommunicationProvider/mjcommunicationprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCommunicationRun/mjcommunicationrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCommunicationRun/mjcommunicationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompany/mjcompany.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJCompany/mjcompany.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js +32 -14
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js +44 -26
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationRunDetail/mjcompanyintegrationrundetail.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJCompanyIntegrationRunDetail/mjcompanyintegrationrundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJComponent/mjcomponent.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJComponent/mjcomponent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJComponentLibrary/mjcomponentlibrary.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJComponentLibrary/mjcomponentlibrary.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJComponentRegistry/mjcomponentregistry.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJComponentRegistry/mjcomponentregistry.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentFileType/mjcontentfiletype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJContentFileType/mjcontentfiletype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +60 -52
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js +28 -20
- package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +77 -79
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationArtifact/mjconversationartifact.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJConversationArtifact/mjconversationartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationArtifactVersion/mjconversationartifactversion.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJConversationArtifactVersion/mjconversationartifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +76 -68
- package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +42 -24
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDashboard/mjdashboard.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJDashboard/mjdashboard.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.js +47 -33
- package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDataset/mjdataset.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJDataset/mjdataset.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEmployee/mjemployee.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJEmployee/mjemployee.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEncryptionAlgorithm/mjencryptionalgorithm.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEncryptionAlgorithm/mjencryptionalgorithm.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEncryptionKey/mjencryptionkey.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEncryptionKey/mjencryptionkey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEncryptionKeySource/mjencryptionkeysource.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEncryptionKeySource/mjencryptionkeysource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +604 -530
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityAction/mjentityaction.form.component.js +42 -40
- 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/MJEntityActionParam/mjentityactionparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityActionParam/mjentityactionparam.form.component.js +7 -13
- package/dist/lib/generated/Entities/MJEntityActionParam/mjentityactionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityCommunicationMessageType/mjentitycommunicationmessagetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityCommunicationMessageType/mjentitycommunicationmessagetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocumentType/mjentitydocumenttype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityDocumentType/mjentitydocumenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +28 -18
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js +10 -8
- package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js +8 -8
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +9 -9
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js +82 -0
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJLibrary/mjlibrary.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJLibrary/mjlibrary.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJList/mjlist.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJList/mjlist.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServer/mjmcpserver.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJMCPServer/mjmcpserver.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServerConnection/mjmcpserverconnection.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJMCPServerConnection/mjmcpserverconnection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js +5 -5
- package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.js +117 -0
- package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.js +58 -0
- package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJProject/mjproject.form.component.js +38 -30
- package/dist/lib/generated/Entities/MJProject/mjproject.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js +85 -65
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQueue/mjqueue.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJQueue/mjqueue.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQueueType/mjqueuetype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJQueueType/mjqueuetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.js +64 -0
- package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecommendation/mjrecommendation.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecommendation/mjrecommendation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecommendationProvider/mjrecommendationprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecommendationProvider/mjrecommendationprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecommendationRun/mjrecommendationrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecommendationRun/mjrecommendationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js +21 -23
- package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordMergeLog/mjrecordmergelog.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJRecordMergeLog/mjrecordmergelog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJResourceType/mjresourcetype.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJResourceType/mjresourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +17 -17
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSQLDialect/mjsqldialect.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJSQLDialect/mjsqldialect.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobType/mjscheduledjobtype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJScheduledJobType/mjscheduledjobtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js +10 -10
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSignatureAccount/mjsignatureaccount.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJSignatureAccount/mjsignatureaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSignatureProvider/mjsignatureprovider.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJSignatureProvider/mjsignatureprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSignatureRequest/mjsignaturerequest.form.component.js +4 -4
- package/dist/lib/generated/Entities/MJSignatureRequest/mjsignaturerequest.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js +29 -21
- package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +104 -92
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTask/mjtask.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js +69 -29
- package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.js +16 -4
- package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTaskType/mjtasktype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTaskType/mjtasktype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js +10 -10
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateContent/mjtemplatecontent.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTemplateContent/mjtemplatecontent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplateContentType/mjtemplatecontenttype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTemplateContentType/mjtemplatecontenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTest/mjtest.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJTest/mjtest.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestRun/mjtestrun.form.component.js +7 -7
- package/dist/lib/generated/Entities/MJTestRun/mjtestrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js +39 -31
- package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestSuiteRun/mjtestsuiterun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJTestSuiteRun/mjtestsuiterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTestType/mjtesttype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJTestType/mjtesttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +105 -105
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserApplication/mjuserapplication.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJUserApplication/mjuserapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserNotificationType/mjusernotificationtype.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJUserNotificationType/mjusernotificationtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.js +33 -19
- package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserViewRun/mjuserviewrun.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJUserViewRun/mjuserviewrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js +6 -6
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js +44 -36
- package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJViewType/mjviewtype.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJViewType/mjviewtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJWorkspace/mjworkspace.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJWorkspace/mjworkspace.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +290 -285
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +126 -111
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.d.ts +37 -0
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.d.ts.map +1 -0
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.js +185 -0
- package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.js.map +1 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.d.ts +20 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.d.ts.map +1 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.js +87 -0
- package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.js.map +1 -0
- package/dist/public-api.d.ts +12 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +14 -2
- package/dist/public-api.js.map +1 -1
- package/package.json +44 -42
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow-agent-form-section.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,iBAAiB,
|
|
1
|
+
{"version":3,"file":"flow-agent-form-section.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,iBAAiB,EAAa,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;;AAI5D;;;;;;;GAOG;AACH,qBAOa,6BAA8B,SAAQ,wBAAwB;IAU3D,OAAO,CAAC,GAAG;IATvB,qDAAqD;IAC9C,YAAY,UAAS;IAES,OAAO,CAAC,UAAU,CAAuC;IAE9F,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;gBAEmB,GAAG,EAAE,iBAAiB;IAI1C,6FAA6F;IAC7F,IAAoB,iBAAiB,IAAI,OAAO,CAE/C;IAED;;;;;;OAMG;IACmB,gBAAgB,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC;IAahG,sFAAsF;IACtE,mBAAmB,IAAI,IAAI;IAKpC,WAAW,IAAI,IAAI;IAKnB,mBAAmB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCAlD5C,6BAA6B;2CAA7B,6BAA6B;CAsDzC"}
|
|
@@ -4,9 +4,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
4
4
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
5
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
6
|
};
|
|
7
|
-
import { Component } from '@angular/core';
|
|
7
|
+
import { Component, ViewChild } from '@angular/core';
|
|
8
8
|
import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
|
|
9
9
|
import { RegisterClass } from '@memberjunction/global';
|
|
10
|
+
import { FlowAgentEditorComponent } from '@memberjunction/ng-flow-editor';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
import * as i1 from "@memberjunction/ng-ui-components";
|
|
12
13
|
import * as i2 from "@memberjunction/ng-flow-editor";
|
|
@@ -17,15 +18,18 @@ function FlowAgentFormSectionComponent_Conditional_0_Template(rf, ctx) { if (rf
|
|
|
17
18
|
i0.ɵɵelementEnd();
|
|
18
19
|
} if (rf & 2) {
|
|
19
20
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
20
|
-
i0.ɵɵproperty("AgentID", ctx_r1.AgentID)("EditMode", ctx_r1.EditMode)("FullScreen", ctx_r1.IsFullScreen);
|
|
21
|
+
i0.ɵɵproperty("AgentID", ctx_r1.AgentID)("EditMode", ctx_r1.EditMode)("FullScreen", ctx_r1.IsFullScreen)("CanvasTitle", null);
|
|
21
22
|
} }
|
|
22
23
|
function FlowAgentFormSectionComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
23
24
|
i0.ɵɵelement(0, "mj-empty-state", 1);
|
|
24
25
|
} }
|
|
25
26
|
/**
|
|
26
27
|
* Form section component for Flow Agent types.
|
|
27
|
-
*
|
|
28
|
-
* and
|
|
28
|
+
*
|
|
29
|
+
* Wraps `FlowAgentEditorComponent` and — via {@link ContributeToSave} — makes the flow part of the
|
|
30
|
+
* agent record's own atomic save. The editor's own Save button stays hidden here (`ShowSaveControls`
|
|
31
|
+
* defaults to false): the form owns this record, and two save buttons for one record is how a user
|
|
32
|
+
* ends up with an agent that reports "saved" while their step edits are gone.
|
|
29
33
|
*/
|
|
30
34
|
let FlowAgentFormSectionComponent = class FlowAgentFormSectionComponent extends BaseFormSectionComponent {
|
|
31
35
|
get AgentID() {
|
|
@@ -37,6 +41,35 @@ let FlowAgentFormSectionComponent = class FlowAgentFormSectionComponent extends
|
|
|
37
41
|
/** Whether the flow editor is in full-screen mode */
|
|
38
42
|
this.IsFullScreen = false;
|
|
39
43
|
}
|
|
44
|
+
/** Surfaces the canvas's dirty state to the host, so the form's Save reflects flow edits. */
|
|
45
|
+
get HasPendingChanges() {
|
|
46
|
+
return this.flowEditor?.HasUnsavedChanges === true;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Queues the flow's steps and paths onto the form's transaction.
|
|
50
|
+
*
|
|
51
|
+
* Queued rather than saved: the host submits, so the agent row and its flow land together or
|
|
52
|
+
* not at all. Returns true when there is nothing to contribute — an untouched canvas must not
|
|
53
|
+
* block the record's save.
|
|
54
|
+
*/
|
|
55
|
+
async ContributeToSave(transactionGroup) {
|
|
56
|
+
if (!this.flowEditor?.HasUnsavedChanges) {
|
|
57
|
+
return true;
|
|
58
|
+
}
|
|
59
|
+
try {
|
|
60
|
+
await this.flowEditor.QueueSaveInto(transactionGroup);
|
|
61
|
+
return true;
|
|
62
|
+
}
|
|
63
|
+
catch (error) {
|
|
64
|
+
console.error('Failed to queue flow changes for save:', error);
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
/** Clears the canvas's dirty state once the form's transaction actually committed. */
|
|
69
|
+
OnHostSaveCompleted() {
|
|
70
|
+
this.flowEditor?.MarkSaved();
|
|
71
|
+
this.cdr.detectChanges();
|
|
72
|
+
}
|
|
40
73
|
OnFlowSaved() {
|
|
41
74
|
// Trigger form dirty-state refresh if needed
|
|
42
75
|
this.cdr.detectChanges();
|
|
@@ -46,8 +79,13 @@ let FlowAgentFormSectionComponent = class FlowAgentFormSectionComponent extends
|
|
|
46
79
|
this.cdr.detectChanges();
|
|
47
80
|
}
|
|
48
81
|
static { this.ɵfac = function FlowAgentFormSectionComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FlowAgentFormSectionComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
|
|
49
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FlowAgentFormSectionComponent, selectors: [["mj-flow-agent-form-section"]],
|
|
50
|
-
i0.ɵɵ
|
|
82
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FlowAgentFormSectionComponent, selectors: [["mj-flow-agent-form-section"]], viewQuery: function FlowAgentFormSectionComponent_Query(rf, ctx) { if (rf & 1) {
|
|
83
|
+
i0.ɵɵviewQuery(FlowAgentEditorComponent, 5);
|
|
84
|
+
} if (rf & 2) {
|
|
85
|
+
let _t;
|
|
86
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.flowEditor = _t.first);
|
|
87
|
+
} }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [[3, "AgentID", "EditMode", "FullScreen", "CanvasTitle"], ["Variant", "warning", "Icon", "fa-solid fa-circle-info", "Title", "Save the agent first to configure the workflow.", 1, "flow-empty-state"], [3, "FlowSaved", "FullScreenToggled", "AgentID", "EditMode", "FullScreen", "CanvasTitle"]], template: function FlowAgentFormSectionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
i0.ɵɵconditionalCreate(0, FlowAgentFormSectionComponent_Conditional_0_Template, 1, 4, "mj-flow-agent-editor", 0)(1, FlowAgentFormSectionComponent_Conditional_1_Template, 1, 0, "mj-empty-state", 1);
|
|
51
89
|
} if (rf & 2) {
|
|
52
90
|
i0.ɵɵconditional(ctx.AgentID ? 0 : 1);
|
|
53
91
|
} }, dependencies: [i1.MJEmptyStateComponent, i2.FlowAgentEditorComponent], styles: ["\n\n[_nghost-%COMP%] {\n display: block;\n width: 100%;\n height: 100%;\n}\n\nmj-flow-agent-editor[_ngcontent-%COMP%] {\n display: block;\n width: 100%;\n \n\n\n\n\n height: calc(100vh - 300px);\n min-height: 400px;\n}\n\n\n\n.flow-empty-state[_ngcontent-%COMP%] {\n display: block;\n min-height: 400px;\n}"] }); }
|
|
@@ -58,7 +96,10 @@ FlowAgentFormSectionComponent = __decorate([
|
|
|
58
96
|
export { FlowAgentFormSectionComponent };
|
|
59
97
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FlowAgentFormSectionComponent, [{
|
|
60
98
|
type: Component,
|
|
61
|
-
args: [{ standalone: false, selector: 'mj-flow-agent-form-section', template: "@if (AgentID) {\n <mj-flow-agent-editor\n [AgentID]=\"AgentID\"\n [EditMode]=\"EditMode\"\n [FullScreen]=\"IsFullScreen\"\n (FlowSaved)=\"OnFlowSaved()\"\n (FullScreenToggled)=\"OnFullScreenToggled($event)\">\n </mj-flow-agent-editor>\n} @else {\n <mj-empty-state\n class=\"flow-empty-state\"\n Variant=\"warning\"\n Icon=\"fa-solid fa-circle-info\"\n Title=\"Save the agent first to configure the workflow.\" />\n}\n", styles: ["/* Flow Agent Form Section - thin wrapper */\n:host {\n display: block;\n width: 100%;\n height: 100%;\n}\n\nmj-flow-agent-editor {\n display: block;\n width: 100%;\n /* Subtract the full stack of containers above:\n form-toolbar (~40px) + agent-header (~75px) + form-content padding (24px)\n + panelbar-item header (~52px) + panel-content padding (16px) + margins (~30px)\n + browser chrome (~50px) \u2248 290px. Use 300px with a safety buffer. */\n height: calc(100vh - 300px);\n min-height: 400px;\n}\n\n/* Fill the section's height so the placeholder centers in the available pane */\n.flow-empty-state {\n display: block;\n min-height: 400px;\n}\n"] }]
|
|
62
|
-
}], () => [{ type: i0.ChangeDetectorRef }],
|
|
63
|
-
|
|
99
|
+
args: [{ standalone: false, selector: 'mj-flow-agent-form-section', template: "@if (AgentID) {\n <!-- ShowSaveControls is left off: the agent form owns this record's save, and this section\n contributes the flow to it via ContributeToSave. A Save button here would be a second save\n button for the same record, with its own idea of what \"saved\" means. -->\n <mj-flow-agent-editor\n [AgentID]=\"AgentID\"\n [EditMode]=\"EditMode\"\n [FullScreen]=\"IsFullScreen\"\n [CanvasTitle]=\"null\"\n (FlowSaved)=\"OnFlowSaved()\"\n (FullScreenToggled)=\"OnFullScreenToggled($event)\">\n </mj-flow-agent-editor>\n} @else {\n <mj-empty-state\n class=\"flow-empty-state\"\n Variant=\"warning\"\n Icon=\"fa-solid fa-circle-info\"\n Title=\"Save the agent first to configure the workflow.\" />\n}\n", styles: ["/* Flow Agent Form Section - thin wrapper */\n:host {\n display: block;\n width: 100%;\n height: 100%;\n}\n\nmj-flow-agent-editor {\n display: block;\n width: 100%;\n /* Subtract the full stack of containers above:\n form-toolbar (~40px) + agent-header (~75px) + form-content padding (24px)\n + panelbar-item header (~52px) + panel-content padding (16px) + margins (~30px)\n + browser chrome (~50px) \u2248 290px. Use 300px with a safety buffer. */\n height: calc(100vh - 300px);\n min-height: 400px;\n}\n\n/* Fill the section's height so the placeholder centers in the available pane */\n.flow-empty-state {\n display: block;\n min-height: 400px;\n}\n"] }]
|
|
100
|
+
}], () => [{ type: i0.ChangeDetectorRef }], { flowEditor: [{
|
|
101
|
+
type: ViewChild,
|
|
102
|
+
args: [FlowAgentEditorComponent]
|
|
103
|
+
}] }); })();
|
|
104
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FlowAgentFormSectionComponent, { className: "FlowAgentFormSectionComponent", filePath: "src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.ts", lineNumber: 23 }); })();
|
|
64
105
|
//# sourceMappingURL=flow-agent-form-section.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow-agent-form-section.component.js","sourceRoot":"","sources":["../../../../../src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.ts","../../../../../src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAqB,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"flow-agent-form-section.component.js","sourceRoot":"","sources":["../../../../../src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.ts","../../../../../src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAqB,SAAS,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;;;;;;ICDtE,+CAMsD;IAAlD,AADA,uNAAa,oBAAa,KAAC,gOACN,kCAA2B,KAAC;IACrD,iBAAuB;;;IAHnB,AADA,AADA,AADA,wCAAmB,6BACE,mCACM,qBACP;;;IAKxB,oCAI8D;;ADVlE;;;;;;;GAOG;AAQI,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,wBAAwB;IAMvE,IAAI,OAAO;QACP,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC,CAAE,IAAI,CAAC,MAAkC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;IACnG,CAAC;IAED,YAAoB,GAAsB;QACtC,KAAK,EAAE,CAAC;QADQ,QAAG,GAAH,GAAG,CAAmB;QAT1C,qDAAqD;QAC9C,iBAAY,GAAG,KAAK,CAAC;IAU5B,CAAC;IAED,6FAA6F;IAC7F,IAAoB,iBAAiB;QACjC,OAAO,IAAI,CAAC,UAAU,EAAE,iBAAiB,KAAK,IAAI,CAAC;IACvD,CAAC;IAED;;;;;;OAMG;IACa,KAAK,CAAC,gBAAgB,CAAC,gBAAsC;QACzE,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,iBAAiB,EAAE,CAAC;YACtC,OAAO,IAAI,CAAC;QAChB,CAAC;QACD,IAAI,CAAC;YACD,MAAM,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;YACtD,OAAO,IAAI,CAAC;QAChB,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,wCAAwC,EAAE,KAAK,CAAC,CAAC;YAC/D,OAAO,KAAK,CAAC;QACjB,CAAC;IACL,CAAC;IAED,sFAAsF;IACtE,mBAAmB;QAC/B,IAAI,CAAC,UAAU,EAAE,SAAS,EAAE,CAAC;QAC7B,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;IAC7B,CAAC;IAEM,WAAW;QACd,6CAA6C;QAC7C,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;IAC7B,CAAC;IAEM,mBAAmB,CAAC,UAAmB;QAC1C,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC;QAC/B,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;IAC7B,CAAC;8HArDQ,6BAA6B;oEAA7B,6BAA6B;2BAI3B,wBAAwB;;;;;YCdrC,AAZF,gHAAe,oFAYN;;YAZT,qCAkBC;;;ADIY,6BAA6B;IADzC,aAAa,CAAC,wBAAwB,EAAE,4BAA4B,CAAC;GACzD,6BAA6B,CAsDzC;;iFAtDY,6BAA6B;cAPzC,SAAS;6BACI,KAAK,YACL,4BAA4B;;kBASrC,SAAS;mBAAC,wBAAwB;;kFAJ1B,6BAA6B","sourcesContent":["import { Component, ChangeDetectorRef, ViewChild } from '@angular/core';\nimport { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';\nimport { RegisterClass } from '@memberjunction/global';\nimport { TransactionGroupBase } from '@memberjunction/core';\nimport { MJAIAgentEntityExtended } from '@memberjunction/ai-core-plus';\nimport { FlowAgentEditorComponent } from '@memberjunction/ng-flow-editor';\n\n/**\n * Form section component for Flow Agent types.\n *\n * Wraps `FlowAgentEditorComponent` and — via {@link ContributeToSave} — makes the flow part of the\n * agent record's own atomic save. The editor's own Save button stays hidden here (`ShowSaveControls`\n * defaults to false): the form owns this record, and two save buttons for one record is how a user\n * ends up with an agent that reports \"saved\" while their step edits are gone.\n */\n@Component({\n standalone: false,\n selector: 'mj-flow-agent-form-section',\n templateUrl: './flow-agent-form-section.component.html',\n styleUrls: ['./flow-agent-form-section.component.css']\n})\n@RegisterClass(BaseFormSectionComponent, 'AI Agents.FlowAgentSection')\nexport class FlowAgentFormSectionComponent extends BaseFormSectionComponent {\n /** Whether the flow editor is in full-screen mode */\n public IsFullScreen = false;\n\n @ViewChild(FlowAgentEditorComponent) private flowEditor: FlowAgentEditorComponent | undefined;\n\n get AgentID(): string | null {\n return this.record && 'ID' in this.record ? (this.record as MJAIAgentEntityExtended).ID : null;\n }\n\n constructor(private cdr: ChangeDetectorRef) {\n super();\n }\n\n /** Surfaces the canvas's dirty state to the host, so the form's Save reflects flow edits. */\n public override get HasPendingChanges(): boolean {\n return this.flowEditor?.HasUnsavedChanges === true;\n }\n\n /**\n * Queues the flow's steps and paths onto the form's transaction.\n *\n * Queued rather than saved: the host submits, so the agent row and its flow land together or\n * not at all. Returns true when there is nothing to contribute — an untouched canvas must not\n * block the record's save.\n */\n public override async ContributeToSave(transactionGroup: TransactionGroupBase): Promise<boolean> {\n if (!this.flowEditor?.HasUnsavedChanges) {\n return true;\n }\n try {\n await this.flowEditor.QueueSaveInto(transactionGroup);\n return true;\n } catch (error) {\n console.error('Failed to queue flow changes for save:', error);\n return false;\n }\n }\n\n /** Clears the canvas's dirty state once the form's transaction actually committed. */\n public override OnHostSaveCompleted(): void {\n this.flowEditor?.MarkSaved();\n this.cdr.detectChanges();\n }\n\n public OnFlowSaved(): void {\n // Trigger form dirty-state refresh if needed\n this.cdr.detectChanges();\n }\n\n public OnFullScreenToggled(fullScreen: boolean): void {\n this.IsFullScreen = fullScreen;\n this.cdr.detectChanges();\n }\n}\n","@if (AgentID) {\n <!-- ShowSaveControls is left off: the agent form owns this record's save, and this section\n contributes the flow to it via ContributeToSave. A Save button here would be a second save\n button for the same record, with its own idea of what \"saved\" means. -->\n <mj-flow-agent-editor\n [AgentID]=\"AgentID\"\n [EditMode]=\"EditMode\"\n [FullScreen]=\"IsFullScreen\"\n [CanvasTitle]=\"null\"\n (FlowSaved)=\"OnFlowSaved()\"\n (FullScreenToggled)=\"OnFullScreenToggled($event)\">\n </mj-flow-agent-editor>\n} @else {\n <mj-empty-state\n class=\"flow-empty-state\"\n Variant=\"warning\"\n Icon=\"fa-solid fa-circle-info\"\n Title=\"Save the agent first to configure the workflow.\" />\n}\n"]}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Which tabs the AI Agents form shows, and which one opens.
|
|
3
|
+
*
|
|
4
|
+
* **Why this is a pure function rather than three getters on a 3,000-line component.** The decisions
|
|
5
|
+
* here are small but each one has a failure mode that renders as a broken form rather than as an
|
|
6
|
+
* error: a stored tab that no longer exists hides every pane at once, and a hardcoded default sends
|
|
7
|
+
* every Flow agent back to Details — re-burying the diagram this whole change exists to surface.
|
|
8
|
+
* Neither is catchable by the compiler, and neither is reachable in a unit test while the logic lives
|
|
9
|
+
* inside a component with a dozen injected services.
|
|
10
|
+
*
|
|
11
|
+
* @module @memberjunction/ng-core-entity-forms
|
|
12
|
+
*/
|
|
13
|
+
import type { TabConfig } from '@memberjunction/ng-ui-components';
|
|
14
|
+
/** Just enough of the agent type to decide the tab strip — so tests need no entity instance. */
|
|
15
|
+
export type AgentFormTabContext = {
|
|
16
|
+
/** The agent type's name, e.g. `'Flow'`. Null when the type has not loaded (or has none). */
|
|
17
|
+
AgentTypeName: string | null;
|
|
18
|
+
/**
|
|
19
|
+
* The type's custom form section key. Its presence — not the type's name — is what says
|
|
20
|
+
* "this type ships a designer", so a future agent type gets the designer tab for free.
|
|
21
|
+
*/
|
|
22
|
+
UIFormSectionKey: string | null;
|
|
23
|
+
/** False for an unsaved record: there is no designer to load and nothing yet invokes it. */
|
|
24
|
+
HasRecordID: boolean;
|
|
25
|
+
};
|
|
26
|
+
export type AgentFormTabPlan = {
|
|
27
|
+
Tabs: TabConfig[];
|
|
28
|
+
/** The tab to show. Never a key absent from {@link AgentFormTabPlan.Tabs}. */
|
|
29
|
+
ActiveKey: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const AGENT_TAB_DESIGNER = "designer";
|
|
32
|
+
export declare const AGENT_TAB_DETAILS = "details";
|
|
33
|
+
export declare const AGENT_TAB_INVOCATIONS = "invocations";
|
|
34
|
+
/**
|
|
35
|
+
* Builds the tab strip and resolves which tab is active.
|
|
36
|
+
*
|
|
37
|
+
* `storedTab` is the user's persisted choice, or null for "never chosen". Null falls through to the
|
|
38
|
+
* first tab, which is how a Flow agent opens on its diagram while a Loop agent opens on Details —
|
|
39
|
+
* without either being hardcoded.
|
|
40
|
+
*/
|
|
41
|
+
export declare function BuildAgentFormTabs(context: AgentFormTabContext, storedTab: string | null): AgentFormTabPlan;
|
|
42
|
+
/** True when this agent's type contributes a designer pane. */
|
|
43
|
+
export declare function HasDesignerTab(context: AgentFormTabContext): boolean;
|
|
44
|
+
/**
|
|
45
|
+
* What the designer pane is called.
|
|
46
|
+
*
|
|
47
|
+
* Flow is labelled "Flow" rather than "Flow Agent Configuration": on a record whose header already
|
|
48
|
+
* says what it is, the tab only has to name the view.
|
|
49
|
+
*/
|
|
50
|
+
export declare function DesignerTabLabel(context: AgentFormTabContext): string;
|
|
51
|
+
/**
|
|
52
|
+
* Picks the active tab, guaranteeing it exists.
|
|
53
|
+
*
|
|
54
|
+
* Covers both "never chosen" and "chose a tab this agent no longer has" — the type changed, or the
|
|
55
|
+
* record is unsaved so Invocations is gone. Either way, falling through to the first tab is what
|
|
56
|
+
* stops every pane being hidden at once, which is a blank form with no error to explain it.
|
|
57
|
+
*/
|
|
58
|
+
export declare function ResolveActiveTab(tabs: readonly TabConfig[], storedTab: string | null): string;
|
|
59
|
+
//# sourceMappingURL=agent-form-tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-form-tabs.d.ts","sourceRoot":"","sources":["../../../../src/lib/custom/AIAgents/agent-form-tabs.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAElE,gGAAgG;AAChG,MAAM,MAAM,mBAAmB,GAAG;IAC9B,6FAA6F;IAC7F,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;OAGG;IACH,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,4FAA4F;IAC5F,WAAW,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC3B,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,8EAA8E;IAC9E,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,aAAa,CAAC;AAC7C,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAC3C,eAAO,MAAM,qBAAqB,gBAAgB,CAAC;AAEnD;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,gBAAgB,CAoB3G;AAED,+DAA+D;AAC/D,wBAAgB,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAEpE;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,mBAAmB,GAAG,MAAM,CAErE;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,SAAS,SAAS,EAAE,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAG7F"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export const AGENT_TAB_DESIGNER = 'designer';
|
|
2
|
+
export const AGENT_TAB_DETAILS = 'details';
|
|
3
|
+
export const AGENT_TAB_INVOCATIONS = 'invocations';
|
|
4
|
+
/**
|
|
5
|
+
* Builds the tab strip and resolves which tab is active.
|
|
6
|
+
*
|
|
7
|
+
* `storedTab` is the user's persisted choice, or null for "never chosen". Null falls through to the
|
|
8
|
+
* first tab, which is how a Flow agent opens on its diagram while a Loop agent opens on Details —
|
|
9
|
+
* without either being hardcoded.
|
|
10
|
+
*/
|
|
11
|
+
export function BuildAgentFormTabs(context, storedTab) {
|
|
12
|
+
const tabs = [];
|
|
13
|
+
if (HasDesignerTab(context)) {
|
|
14
|
+
tabs.push({
|
|
15
|
+
key: AGENT_TAB_DESIGNER,
|
|
16
|
+
label: DesignerTabLabel(context),
|
|
17
|
+
// Flow gets the diagram glyph; any other type that ships a designer gets the generic one
|
|
18
|
+
// rather than a Flow-specific icon that would misdescribe it.
|
|
19
|
+
icon: context.AgentTypeName === 'Flow' ? 'fa-solid fa-diagram-project' : 'fa-solid fa-puzzle-piece',
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
tabs.push({ key: AGENT_TAB_DETAILS, label: 'Details', icon: 'fa-solid fa-sliders' });
|
|
23
|
+
if (context.HasRecordID) {
|
|
24
|
+
tabs.push({ key: AGENT_TAB_INVOCATIONS, label: 'Invocations', icon: 'fa-solid fa-tower-broadcast' });
|
|
25
|
+
}
|
|
26
|
+
return { Tabs: tabs, ActiveKey: ResolveActiveTab(tabs, storedTab) };
|
|
27
|
+
}
|
|
28
|
+
/** True when this agent's type contributes a designer pane. */
|
|
29
|
+
export function HasDesignerTab(context) {
|
|
30
|
+
return context.HasRecordID && !!context.UIFormSectionKey;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* What the designer pane is called.
|
|
34
|
+
*
|
|
35
|
+
* Flow is labelled "Flow" rather than "Flow Agent Configuration": on a record whose header already
|
|
36
|
+
* says what it is, the tab only has to name the view.
|
|
37
|
+
*/
|
|
38
|
+
export function DesignerTabLabel(context) {
|
|
39
|
+
return context.AgentTypeName?.trim() || 'Designer';
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Picks the active tab, guaranteeing it exists.
|
|
43
|
+
*
|
|
44
|
+
* Covers both "never chosen" and "chose a tab this agent no longer has" — the type changed, or the
|
|
45
|
+
* record is unsaved so Invocations is gone. Either way, falling through to the first tab is what
|
|
46
|
+
* stops every pane being hidden at once, which is a blank form with no error to explain it.
|
|
47
|
+
*/
|
|
48
|
+
export function ResolveActiveTab(tabs, storedTab) {
|
|
49
|
+
if (storedTab && tabs.some((t) => t.key === storedTab))
|
|
50
|
+
return storedTab;
|
|
51
|
+
return tabs[0]?.key ?? AGENT_TAB_DETAILS;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=agent-form-tabs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-form-tabs.js","sourceRoot":"","sources":["../../../../src/lib/custom/AIAgents/agent-form-tabs.ts"],"names":[],"mappings":"AAiCA,MAAM,CAAC,MAAM,kBAAkB,GAAG,UAAU,CAAC;AAC7C,MAAM,CAAC,MAAM,iBAAiB,GAAG,SAAS,CAAC;AAC3C,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC;AAEnD;;;;;;GAMG;AACH,MAAM,UAAU,kBAAkB,CAAC,OAA4B,EAAE,SAAwB;IACrF,MAAM,IAAI,GAAgB,EAAE,CAAC;IAE7B,IAAI,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC;YACN,GAAG,EAAE,kBAAkB;YACvB,KAAK,EAAE,gBAAgB,CAAC,OAAO,CAAC;YAChC,yFAAyF;YACzF,8DAA8D;YAC9D,IAAI,EAAE,OAAO,CAAC,aAAa,KAAK,MAAM,CAAC,CAAC,CAAC,6BAA6B,CAAC,CAAC,CAAC,0BAA0B;SACtG,CAAC,CAAC;IACP,CAAC;IAED,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,EAAE,iBAAiB,EAAE,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC,CAAC;IAErF,IAAI,OAAO,CAAC,WAAW,EAAE,CAAC;QACtB,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,EAAE,qBAAqB,EAAE,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,6BAA6B,EAAE,CAAC,CAAC;IACzG,CAAC;IAED,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,CAAC,IAAI,EAAE,SAAS,CAAC,EAAE,CAAC;AACxE,CAAC;AAED,+DAA+D;AAC/D,MAAM,UAAU,cAAc,CAAC,OAA4B;IACvD,OAAO,OAAO,CAAC,WAAW,IAAI,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;AAC7D,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,gBAAgB,CAAC,OAA4B;IACzD,OAAO,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE,IAAI,UAAU,CAAC;AACvD,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,gBAAgB,CAAC,IAA0B,EAAE,SAAwB;IACjF,IAAI,SAAS,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,KAAK,SAAS,CAAC;QAAE,OAAO,SAAS,CAAC;IACzE,OAAO,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,IAAI,iBAAiB,CAAC;AAC7C,CAAC","sourcesContent":["/**\n * @fileoverview Which tabs the AI Agents form shows, and which one opens.\n *\n * **Why this is a pure function rather than three getters on a 3,000-line component.** The decisions\n * here are small but each one has a failure mode that renders as a broken form rather than as an\n * error: a stored tab that no longer exists hides every pane at once, and a hardcoded default sends\n * every Flow agent back to Details — re-burying the diagram this whole change exists to surface.\n * Neither is catchable by the compiler, and neither is reachable in a unit test while the logic lives\n * inside a component with a dozen injected services.\n *\n * @module @memberjunction/ng-core-entity-forms\n */\nimport type { TabConfig } from '@memberjunction/ng-ui-components';\n\n/** Just enough of the agent type to decide the tab strip — so tests need no entity instance. */\nexport type AgentFormTabContext = {\n /** The agent type's name, e.g. `'Flow'`. Null when the type has not loaded (or has none). */\n AgentTypeName: string | null;\n /**\n * The type's custom form section key. Its presence — not the type's name — is what says\n * \"this type ships a designer\", so a future agent type gets the designer tab for free.\n */\n UIFormSectionKey: string | null;\n /** False for an unsaved record: there is no designer to load and nothing yet invokes it. */\n HasRecordID: boolean;\n};\n\nexport type AgentFormTabPlan = {\n Tabs: TabConfig[];\n /** The tab to show. Never a key absent from {@link AgentFormTabPlan.Tabs}. */\n ActiveKey: string;\n};\n\nexport const AGENT_TAB_DESIGNER = 'designer';\nexport const AGENT_TAB_DETAILS = 'details';\nexport const AGENT_TAB_INVOCATIONS = 'invocations';\n\n/**\n * Builds the tab strip and resolves which tab is active.\n *\n * `storedTab` is the user's persisted choice, or null for \"never chosen\". Null falls through to the\n * first tab, which is how a Flow agent opens on its diagram while a Loop agent opens on Details —\n * without either being hardcoded.\n */\nexport function BuildAgentFormTabs(context: AgentFormTabContext, storedTab: string | null): AgentFormTabPlan {\n const tabs: TabConfig[] = [];\n\n if (HasDesignerTab(context)) {\n tabs.push({\n key: AGENT_TAB_DESIGNER,\n label: DesignerTabLabel(context),\n // Flow gets the diagram glyph; any other type that ships a designer gets the generic one\n // rather than a Flow-specific icon that would misdescribe it.\n icon: context.AgentTypeName === 'Flow' ? 'fa-solid fa-diagram-project' : 'fa-solid fa-puzzle-piece',\n });\n }\n\n tabs.push({ key: AGENT_TAB_DETAILS, label: 'Details', icon: 'fa-solid fa-sliders' });\n\n if (context.HasRecordID) {\n tabs.push({ key: AGENT_TAB_INVOCATIONS, label: 'Invocations', icon: 'fa-solid fa-tower-broadcast' });\n }\n\n return { Tabs: tabs, ActiveKey: ResolveActiveTab(tabs, storedTab) };\n}\n\n/** True when this agent's type contributes a designer pane. */\nexport function HasDesignerTab(context: AgentFormTabContext): boolean {\n return context.HasRecordID && !!context.UIFormSectionKey;\n}\n\n/**\n * What the designer pane is called.\n *\n * Flow is labelled \"Flow\" rather than \"Flow Agent Configuration\": on a record whose header already\n * says what it is, the tab only has to name the view.\n */\nexport function DesignerTabLabel(context: AgentFormTabContext): string {\n return context.AgentTypeName?.trim() || 'Designer';\n}\n\n/**\n * Picks the active tab, guaranteeing it exists.\n *\n * Covers both \"never chosen\" and \"chose a tab this agent no longer has\" — the type changed, or the\n * record is unsaved so Invocations is gone. Either way, falling through to the first tab is what\n * stops every pane being hidden at once, which is a blank form with no error to explain it.\n */\nexport function ResolveActiveTab(tabs: readonly TabConfig[], storedTab: string | null): string {\n if (storedTab && tabs.some((t) => t.key === storedTab)) return storedTab;\n return tabs[0]?.key ?? AGENT_TAB_DETAILS;\n}\n"]}
|
|
@@ -4,6 +4,8 @@ import { MJAIAgentRunEntityExtended, MJAIPromptEntityExtended, MJAIAgentEntityEx
|
|
|
4
4
|
import { CompositeKey } from '@memberjunction/core';
|
|
5
5
|
import { TreeBranchConfig } from '@memberjunction/ng-trees';
|
|
6
6
|
import { MJAIAgentFormComponent } from '../../generated/Entities/MJAIAgent/mjaiagent.form.component';
|
|
7
|
+
import { type TabConfig } from '@memberjunction/ng-ui-components';
|
|
8
|
+
import { type AgentInvocationOpenRequestedEventArgs } from '@memberjunction/ng-agents';
|
|
7
9
|
import { SearchScopeChildGridColumn } from '@memberjunction/ng-search';
|
|
8
10
|
import * as i0 from "@angular/core";
|
|
9
11
|
/**
|
|
@@ -219,6 +221,32 @@ export declare class MJAIAgentFormComponentExtended extends MJAIAgentFormCompone
|
|
|
219
221
|
HeaderCollapsed: boolean;
|
|
220
222
|
/** Tracked expanded/collapsed state for each panelbar section */
|
|
221
223
|
SectionStates: Record<string, boolean>;
|
|
224
|
+
/**
|
|
225
|
+
* Which pane is showing. Persisted per user, so returning to a record lands where you left.
|
|
226
|
+
*
|
|
227
|
+
* Starts null rather than `'details'`: null means "nobody has chosen yet", which lets
|
|
228
|
+
* {@link refreshFormTabs} fall through to the first tab — the designer, when the agent type has
|
|
229
|
+
* one. A hardcoded default would open every Flow agent on Details and bury its diagram again.
|
|
230
|
+
*/
|
|
231
|
+
ActiveFormTab: string | null;
|
|
232
|
+
/** Tab chrome, recomputed only when the agent type or record identity changes. */
|
|
233
|
+
FormTabs: TabConfig[];
|
|
234
|
+
/** True when this agent's type contributes a designer pane (Flow does; Loop does not). */
|
|
235
|
+
get HasDesignerTab(): boolean;
|
|
236
|
+
/** The slice of state the tab rules read — kept small so the rules stay unit-testable. */
|
|
237
|
+
private get formTabContext();
|
|
238
|
+
/**
|
|
239
|
+
* Rebuilds the tab strip.
|
|
240
|
+
*
|
|
241
|
+
* A field rather than a getter: a getter would allocate a new array on every change-detection
|
|
242
|
+
* pass, and `mj-tab-nav` would see a changed input each time. The rules themselves live in
|
|
243
|
+
* `agent-form-tabs.ts` — they are small, but each has a failure mode that renders as a blank
|
|
244
|
+
* form rather than an error, and none is reachable in a test from inside this component.
|
|
245
|
+
*/
|
|
246
|
+
private refreshFormTabs;
|
|
247
|
+
OnFormTabChange(key: string): void;
|
|
248
|
+
/** Mirrors `customSectionLoaded` for the tab path without reaching into a private field from the template. */
|
|
249
|
+
private get customSectionLoadedForTab();
|
|
222
250
|
/** Model selection mode options for the dropdown */
|
|
223
251
|
modelSelectionModes: {
|
|
224
252
|
text: string;
|
|
@@ -305,8 +333,24 @@ export declare class MJAIAgentFormComponentExtended extends MJAIAgentFormCompone
|
|
|
305
333
|
*/
|
|
306
334
|
clearPermissionCache(): void;
|
|
307
335
|
/** Now using BaseFormComponent's PendingRecords system exclusively */
|
|
336
|
+
/**
|
|
337
|
+
* True until the form knows what it is going to render.
|
|
338
|
+
*
|
|
339
|
+
* The tab strip and every pane depend on the agent's TYPE, which is loaded asynchronously. Until
|
|
340
|
+
* it arrives there are no tabs, no designer pane, and `ActiveFormTab` is null — so the details
|
|
341
|
+
* pane is hidden too and the form renders its header over an empty area for as long as the load
|
|
342
|
+
* takes. That reads as a broken page, not as a slow one.
|
|
343
|
+
*/
|
|
344
|
+
IsFormInitializing: boolean;
|
|
308
345
|
/** Flag to indicate if there are unsaved changes */
|
|
309
346
|
hasUnsavedChanges: boolean;
|
|
347
|
+
/**
|
|
348
|
+
* Surfaces the type section's own edits to the toolbar and the navigate-away guard.
|
|
349
|
+
*
|
|
350
|
+
* A flow canvas edit changes no field on the agent row, so `record.Dirty` stays false and the
|
|
351
|
+
* form would otherwise report itself clean while the user is looking at unsaved steps.
|
|
352
|
+
*/
|
|
353
|
+
get HasAdditionalUnsavedChanges(): boolean;
|
|
310
354
|
private _changeDetectionCount;
|
|
311
355
|
private static readonly MAX_CHANGE_DETECTIONS;
|
|
312
356
|
/** Snapshots of original data for reverting UI changes */
|
|
@@ -321,6 +365,8 @@ export declare class MJAIAgentFormComponentExtended extends MJAIAgentFormCompone
|
|
|
321
365
|
* After view initialization, load any custom form section if defined
|
|
322
366
|
*/
|
|
323
367
|
ngOnInit(): Promise<void>;
|
|
368
|
+
/** The async work ngOnInit performs. Extracted so its completion can be signalled in one place. */
|
|
369
|
+
private initializeForm;
|
|
324
370
|
/**
|
|
325
371
|
* Loads counts and preview data for all related entities including sub-agents,
|
|
326
372
|
* prompts, actions, learning cycles, notes, and execution history.
|
|
@@ -693,6 +739,14 @@ export declare class MJAIAgentFormComponentExtended extends MJAIAgentFormCompone
|
|
|
693
739
|
* Navigates to the parent agent when the "Child of..." badge is clicked
|
|
694
740
|
*/
|
|
695
741
|
navigateToParentAgent(): void;
|
|
742
|
+
/**
|
|
743
|
+
* Opens the substrate behind an invocation pathway.
|
|
744
|
+
*
|
|
745
|
+
* The Invocations widget names the row but never navigates to it — it is a `widgets`-layer
|
|
746
|
+
* component with no Router by construction. Translating that intent into navigation is exactly
|
|
747
|
+
* the job of this layer.
|
|
748
|
+
*/
|
|
749
|
+
OnInvocationOpenRequested(event: AgentInvocationOpenRequestedEventArgs): void;
|
|
696
750
|
/**
|
|
697
751
|
* Component cleanup - critical for preventing memory leaks
|
|
698
752
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-agent-form.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/custom/AIAgents/ai-agent-form.component.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ai-agent-form.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/custom/AIAgents/ai-agent-form.component.ts"],"names":[],"mappings":"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"}
|