@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.
Files changed (533) hide show
  1. package/LICENSE +180 -4
  2. package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.d.ts +12 -0
  3. package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.d.ts.map +1 -0
  4. package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.js +138 -0
  5. package/dist/lib/custom/AIAgentCategories/ai-agent-category-header.panel.js.map +1 -0
  6. package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.d.ts +20 -0
  7. package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.d.ts.map +1 -0
  8. package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.js +173 -0
  9. package/dist/lib/custom/AIAgentCategories/ai-agent-category-overview.panel.js.map +1 -0
  10. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts +19 -2
  11. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
  12. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +50 -9
  13. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
  14. package/dist/lib/custom/AIAgents/agent-form-tabs.d.ts +59 -0
  15. package/dist/lib/custom/AIAgents/agent-form-tabs.d.ts.map +1 -0
  16. package/dist/lib/custom/AIAgents/agent-form-tabs.js +53 -0
  17. package/dist/lib/custom/AIAgents/agent-form-tabs.js.map +1 -0
  18. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +54 -0
  19. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  20. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +1300 -1143
  21. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  22. package/dist/lib/custom/Actions/action-execution-log-form.component.js +193 -182
  23. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  24. package/dist/lib/custom/Companies/company-header.panel.d.ts +12 -0
  25. package/dist/lib/custom/Companies/company-header.panel.d.ts.map +1 -0
  26. package/dist/lib/custom/Companies/company-header.panel.js +190 -0
  27. package/dist/lib/custom/Companies/company-header.panel.js.map +1 -0
  28. package/dist/lib/custom/Companies/company-overview.panel.d.ts +21 -0
  29. package/dist/lib/custom/Companies/company-overview.panel.d.ts.map +1 -0
  30. package/dist/lib/custom/Companies/company-overview.panel.js +180 -0
  31. package/dist/lib/custom/Companies/company-overview.panel.js.map +1 -0
  32. package/dist/lib/custom/Conversations/conversation-header.panel.d.ts +12 -0
  33. package/dist/lib/custom/Conversations/conversation-header.panel.d.ts.map +1 -0
  34. package/dist/lib/custom/Conversations/conversation-header.panel.js +150 -0
  35. package/dist/lib/custom/Conversations/conversation-header.panel.js.map +1 -0
  36. package/dist/lib/custom/Conversations/conversation-overview.panel.d.ts +23 -0
  37. package/dist/lib/custom/Conversations/conversation-overview.panel.d.ts.map +1 -0
  38. package/dist/lib/custom/Conversations/conversation-overview.panel.js +199 -0
  39. package/dist/lib/custom/Conversations/conversation-overview.panel.js.map +1 -0
  40. package/dist/lib/custom/Employees/employee-header.panel.d.ts +12 -0
  41. package/dist/lib/custom/Employees/employee-header.panel.d.ts.map +1 -0
  42. package/dist/lib/custom/Employees/employee-header.panel.js +180 -0
  43. package/dist/lib/custom/Employees/employee-header.panel.js.map +1 -0
  44. package/dist/lib/custom/Employees/employee-overview.panel.d.ts +21 -0
  45. package/dist/lib/custom/Employees/employee-overview.panel.d.ts.map +1 -0
  46. package/dist/lib/custom/Employees/employee-overview.panel.js +180 -0
  47. package/dist/lib/custom/Employees/employee-overview.panel.js.map +1 -0
  48. package/dist/lib/custom/Entities/entity-form.component.d.ts +4 -1
  49. package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
  50. package/dist/lib/custom/Entities/entity-form.component.js +216 -173
  51. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  52. package/dist/lib/custom/Files/file-form.component.d.ts +40 -0
  53. package/dist/lib/custom/Files/file-form.component.d.ts.map +1 -0
  54. package/dist/lib/custom/Files/file-form.component.js +654 -0
  55. package/dist/lib/custom/Files/file-form.component.js.map +1 -0
  56. package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.d.ts +101 -0
  57. package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.d.ts.map +1 -0
  58. package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.js +1202 -0
  59. package/dist/lib/custom/HierarchyPanels/hierarchy-form-panels.js.map +1 -0
  60. package/dist/lib/custom/Users/user-header.panel.d.ts +12 -0
  61. package/dist/lib/custom/Users/user-header.panel.d.ts.map +1 -0
  62. package/dist/lib/custom/Users/user-header.panel.js +164 -0
  63. package/dist/lib/custom/Users/user-header.panel.js.map +1 -0
  64. package/dist/lib/custom/Users/user-overview.panel.d.ts +19 -0
  65. package/dist/lib/custom/Users/user-overview.panel.d.ts.map +1 -0
  66. package/dist/lib/custom/Users/user-overview.panel.js +172 -0
  67. package/dist/lib/custom/Users/user-overview.panel.js.map +1 -0
  68. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +25 -1
  69. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
  70. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +228 -170
  71. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  72. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts +49 -2
  73. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts.map +1 -1
  74. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +272 -157
  75. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -1
  76. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts +9 -0
  77. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
  78. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +86 -51
  79. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js.map +1 -1
  80. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +118 -4
  81. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
  82. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +263 -14
  83. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  84. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +49 -1
  85. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  86. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +384 -265
  87. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  88. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts +10 -1
  89. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts.map +1 -1
  90. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js +25 -3
  91. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js.map +1 -1
  92. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts +21 -1
  93. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts.map +1 -1
  94. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js +11 -0
  95. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js.map +1 -1
  96. package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.d.ts +28 -0
  97. package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.d.ts.map +1 -0
  98. package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.js +120 -0
  99. package/dist/lib/custom/ai-agent-run/flow/run-tree-flow-projection.js.map +1 -0
  100. package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.d.ts +98 -0
  101. package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.d.ts.map +1 -0
  102. package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.js +403 -0
  103. package/dist/lib/custom/ai-agent-run/run-tree-timeline-projection.js.map +1 -0
  104. package/dist/lib/custom/custom-forms.module.d.ts +33 -29
  105. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  106. package/dist/lib/custom/custom-forms.module.js +27 -9
  107. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  108. package/dist/lib/generated/Entities/MJAIAction/mjaiaction.form.component.js +3 -3
  109. package/dist/lib/generated/Entities/MJAIAction/mjaiaction.form.component.js.map +1 -1
  110. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +300 -294
  111. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  112. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js +31 -23
  113. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js.map +1 -1
  114. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js +3 -3
  115. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js.map +1 -1
  116. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js +14 -16
  117. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js.map +1 -1
  118. package/dist/lib/generated/Entities/MJAIAgentNoteType/mjaiagentnotetype.form.component.js +2 -2
  119. package/dist/lib/generated/Entities/MJAIAgentNoteType/mjaiagentnotetype.form.component.js.map +1 -1
  120. package/dist/lib/generated/Entities/MJAIAgentRequest/mjaiagentrequest.form.component.js +8 -6
  121. package/dist/lib/generated/Entities/MJAIAgentRequest/mjaiagentrequest.form.component.js.map +1 -1
  122. package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.js +2 -2
  123. package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.js.map +1 -1
  124. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +123 -117
  125. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  126. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js +35 -27
  127. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js.map +1 -1
  128. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +47 -49
  129. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js.map +1 -1
  130. package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js +2 -2
  131. package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js.map +1 -1
  132. package/dist/lib/generated/Entities/MJAIAgentStep/mjaiagentstep.form.component.js +3 -3
  133. package/dist/lib/generated/Entities/MJAIAgentStep/mjaiagentstep.form.component.js.map +1 -1
  134. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +3 -3
  135. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
  136. package/dist/lib/generated/Entities/MJAIArchitecture/mjaiarchitecture.form.component.js +30 -22
  137. package/dist/lib/generated/Entities/MJAIArchitecture/mjaiarchitecture.form.component.js.map +1 -1
  138. package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js +4 -4
  139. package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js.map +1 -1
  140. package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js +2 -2
  141. package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js.map +1 -1
  142. package/dist/lib/generated/Entities/MJAIConfiguration/mjaiconfiguration.form.component.js +72 -64
  143. package/dist/lib/generated/Entities/MJAIConfiguration/mjaiconfiguration.form.component.js.map +1 -1
  144. package/dist/lib/generated/Entities/MJAIModality/mjaimodality.form.component.js +8 -8
  145. package/dist/lib/generated/Entities/MJAIModality/mjaimodality.form.component.js.map +1 -1
  146. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +198 -196
  147. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
  148. package/dist/lib/generated/Entities/MJAIModelPriceType/mjaimodelpricetype.form.component.js +2 -2
  149. package/dist/lib/generated/Entities/MJAIModelPriceType/mjaimodelpricetype.form.component.js.map +1 -1
  150. package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js +2 -2
  151. package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js.map +1 -1
  152. package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js +27 -25
  153. package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js.map +1 -1
  154. package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js +16 -14
  155. package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js.map +1 -1
  156. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.d.ts.map +1 -1
  157. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +162 -146
  158. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
  159. package/dist/lib/generated/Entities/MJAIPromptCategory/mjaipromptcategory.form.component.d.ts.map +1 -1
  160. package/dist/lib/generated/Entities/MJAIPromptCategory/mjaipromptcategory.form.component.js +33 -19
  161. package/dist/lib/generated/Entities/MJAIPromptCategory/mjaipromptcategory.form.component.js.map +1 -1
  162. package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.form.component.js +2 -2
  163. package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.form.component.js.map +1 -1
  164. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +85 -79
  165. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
  166. package/dist/lib/generated/Entities/MJAIPromptRunMedia/mjaipromptrunmedia.form.component.js +2 -2
  167. package/dist/lib/generated/Entities/MJAIPromptRunMedia/mjaipromptrunmedia.form.component.js.map +1 -1
  168. package/dist/lib/generated/Entities/MJAIPromptType/mjaiprompttype.form.component.js +2 -2
  169. package/dist/lib/generated/Entities/MJAIPromptType/mjaiprompttype.form.component.js.map +1 -1
  170. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js +7 -7
  171. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js.map +1 -1
  172. package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js +11 -11
  173. package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js.map +1 -1
  174. package/dist/lib/generated/Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component.js +3 -3
  175. package/dist/lib/generated/Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component.js.map +1 -1
  176. package/dist/lib/generated/Entities/MJAPIApplication/mjapiapplication.form.component.js +4 -4
  177. package/dist/lib/generated/Entities/MJAPIApplication/mjapiapplication.form.component.js.map +1 -1
  178. package/dist/lib/generated/Entities/MJAPIKey/mjapikey.form.component.js +4 -4
  179. package/dist/lib/generated/Entities/MJAPIKey/mjapikey.form.component.js.map +1 -1
  180. package/dist/lib/generated/Entities/MJAPIScope/mjapiscope.form.component.js +36 -28
  181. package/dist/lib/generated/Entities/MJAPIScope/mjapiscope.form.component.js.map +1 -1
  182. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.d.ts.map +1 -1
  183. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +121 -95
  184. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  185. package/dist/lib/generated/Entities/MJActionCategory/mjactioncategory.form.component.js +36 -28
  186. package/dist/lib/generated/Entities/MJActionCategory/mjactioncategory.form.component.js.map +1 -1
  187. package/dist/lib/generated/Entities/MJActionContextType/mjactioncontexttype.form.component.js +2 -2
  188. package/dist/lib/generated/Entities/MJActionContextType/mjactioncontexttype.form.component.js.map +1 -1
  189. package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js +13 -13
  190. package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js.map +1 -1
  191. package/dist/lib/generated/Entities/MJActionFilter/mjactionfilter.form.component.js +2 -2
  192. package/dist/lib/generated/Entities/MJActionFilter/mjactionfilter.form.component.js.map +1 -1
  193. package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js +2 -2
  194. package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js.map +1 -1
  195. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +11 -11
  196. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
  197. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js +3 -3
  198. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js.map +1 -1
  199. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js +2 -2
  200. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js.map +1 -1
  201. package/dist/lib/generated/Entities/MJArtifact/mjartifact.form.component.js +4 -4
  202. package/dist/lib/generated/Entities/MJArtifact/mjartifact.form.component.js.map +1 -1
  203. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +48 -40
  204. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
  205. package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js +7 -7
  206. package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js.map +1 -1
  207. package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js +29 -21
  208. package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js.map +1 -1
  209. package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.d.ts +10 -0
  210. package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.d.ts.map +1 -0
  211. package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.js +108 -0
  212. package/dist/lib/generated/Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component.js.map +1 -0
  213. package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js +50 -42
  214. package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js.map +1 -1
  215. package/dist/lib/generated/Entities/MJClusterAnalysis/mjclusteranalysis.form.component.js +2 -2
  216. package/dist/lib/generated/Entities/MJClusterAnalysis/mjclusteranalysis.form.component.js.map +1 -1
  217. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js +44 -36
  218. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js.map +1 -1
  219. package/dist/lib/generated/Entities/MJCommunicationBaseMessageType/mjcommunicationbasemessagetype.form.component.js +3 -3
  220. package/dist/lib/generated/Entities/MJCommunicationBaseMessageType/mjcommunicationbasemessagetype.form.component.js.map +1 -1
  221. package/dist/lib/generated/Entities/MJCommunicationProvider/mjcommunicationprovider.form.component.js +2 -2
  222. package/dist/lib/generated/Entities/MJCommunicationProvider/mjcommunicationprovider.form.component.js.map +1 -1
  223. package/dist/lib/generated/Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component.js +2 -2
  224. package/dist/lib/generated/Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component.js.map +1 -1
  225. package/dist/lib/generated/Entities/MJCommunicationRun/mjcommunicationrun.form.component.js +2 -2
  226. package/dist/lib/generated/Entities/MJCommunicationRun/mjcommunicationrun.form.component.js.map +1 -1
  227. package/dist/lib/generated/Entities/MJCompany/mjcompany.form.component.js +7 -7
  228. package/dist/lib/generated/Entities/MJCompany/mjcompany.form.component.js.map +1 -1
  229. package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.d.ts.map +1 -1
  230. package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js +32 -14
  231. package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js.map +1 -1
  232. package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js +3 -3
  233. package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js.map +1 -1
  234. package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.d.ts.map +1 -1
  235. package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js +44 -26
  236. package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js.map +1 -1
  237. package/dist/lib/generated/Entities/MJCompanyIntegrationRunDetail/mjcompanyintegrationrundetail.form.component.js +2 -2
  238. package/dist/lib/generated/Entities/MJCompanyIntegrationRunDetail/mjcompanyintegrationrundetail.form.component.js.map +1 -1
  239. package/dist/lib/generated/Entities/MJComponent/mjcomponent.form.component.js +5 -5
  240. package/dist/lib/generated/Entities/MJComponent/mjcomponent.form.component.js.map +1 -1
  241. package/dist/lib/generated/Entities/MJComponentLibrary/mjcomponentlibrary.form.component.js +2 -2
  242. package/dist/lib/generated/Entities/MJComponentLibrary/mjcomponentlibrary.form.component.js.map +1 -1
  243. package/dist/lib/generated/Entities/MJComponentRegistry/mjcomponentregistry.form.component.js +2 -2
  244. package/dist/lib/generated/Entities/MJComponentRegistry/mjcomponentregistry.form.component.js.map +1 -1
  245. package/dist/lib/generated/Entities/MJContentFileType/mjcontentfiletype.form.component.js +3 -3
  246. package/dist/lib/generated/Entities/MJContentFileType/mjcontentfiletype.form.component.js.map +1 -1
  247. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +60 -52
  248. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
  249. package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js +28 -20
  250. package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js.map +1 -1
  251. package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js +2 -2
  252. package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js.map +1 -1
  253. package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js +2 -2
  254. package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js.map +1 -1
  255. package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +6 -6
  256. package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
  257. package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js +4 -4
  258. package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js.map +1 -1
  259. package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js +3 -3
  260. package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js.map +1 -1
  261. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +77 -79
  262. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
  263. package/dist/lib/generated/Entities/MJConversationArtifact/mjconversationartifact.form.component.js +4 -4
  264. package/dist/lib/generated/Entities/MJConversationArtifact/mjconversationartifact.form.component.js.map +1 -1
  265. package/dist/lib/generated/Entities/MJConversationArtifactVersion/mjconversationartifactversion.form.component.js +2 -2
  266. package/dist/lib/generated/Entities/MJConversationArtifactVersion/mjconversationartifactversion.form.component.js.map +1 -1
  267. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +76 -68
  268. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
  269. package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js +3 -3
  270. package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js.map +1 -1
  271. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
  272. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +42 -24
  273. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
  274. package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.d.ts.map +1 -1
  275. package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.js +33 -19
  276. package/dist/lib/generated/Entities/MJCredentialCategory/mjcredentialcategory.form.component.js.map +1 -1
  277. package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js +6 -6
  278. package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js.map +1 -1
  279. package/dist/lib/generated/Entities/MJDashboard/mjdashboard.form.component.js +5 -5
  280. package/dist/lib/generated/Entities/MJDashboard/mjdashboard.form.component.js.map +1 -1
  281. package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.d.ts.map +1 -1
  282. package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.js +47 -33
  283. package/dist/lib/generated/Entities/MJDashboardCategory/mjdashboardcategory.form.component.js.map +1 -1
  284. package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js +3 -3
  285. package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js.map +1 -1
  286. package/dist/lib/generated/Entities/MJDataset/mjdataset.form.component.js +2 -2
  287. package/dist/lib/generated/Entities/MJDataset/mjdataset.form.component.js.map +1 -1
  288. package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js +2 -2
  289. package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js.map +1 -1
  290. package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js +2 -2
  291. package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js.map +1 -1
  292. package/dist/lib/generated/Entities/MJEmployee/mjemployee.form.component.js +6 -6
  293. package/dist/lib/generated/Entities/MJEmployee/mjemployee.form.component.js.map +1 -1
  294. package/dist/lib/generated/Entities/MJEncryptionAlgorithm/mjencryptionalgorithm.form.component.js +2 -2
  295. package/dist/lib/generated/Entities/MJEncryptionAlgorithm/mjencryptionalgorithm.form.component.js.map +1 -1
  296. package/dist/lib/generated/Entities/MJEncryptionKey/mjencryptionkey.form.component.js +2 -2
  297. package/dist/lib/generated/Entities/MJEncryptionKey/mjencryptionkey.form.component.js.map +1 -1
  298. package/dist/lib/generated/Entities/MJEncryptionKeySource/mjencryptionkeysource.form.component.js +2 -2
  299. package/dist/lib/generated/Entities/MJEncryptionKeySource/mjencryptionkeysource.form.component.js.map +1 -1
  300. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  301. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +604 -530
  302. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  303. package/dist/lib/generated/Entities/MJEntityAction/mjentityaction.form.component.js +42 -40
  304. package/dist/lib/generated/Entities/MJEntityAction/mjentityaction.form.component.js.map +1 -1
  305. package/dist/lib/generated/Entities/MJEntityActionInvocationType/mjentityactioninvocationtype.form.component.js +3 -3
  306. package/dist/lib/generated/Entities/MJEntityActionInvocationType/mjentityactioninvocationtype.form.component.js.map +1 -1
  307. package/dist/lib/generated/Entities/MJEntityActionParam/mjentityactionparam.form.component.d.ts.map +1 -1
  308. package/dist/lib/generated/Entities/MJEntityActionParam/mjentityactionparam.form.component.js +7 -13
  309. package/dist/lib/generated/Entities/MJEntityActionParam/mjentityactionparam.form.component.js.map +1 -1
  310. package/dist/lib/generated/Entities/MJEntityCommunicationMessageType/mjentitycommunicationmessagetype.form.component.js +2 -2
  311. package/dist/lib/generated/Entities/MJEntityCommunicationMessageType/mjentitycommunicationmessagetype.form.component.js.map +1 -1
  312. package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js +5 -5
  313. package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js.map +1 -1
  314. package/dist/lib/generated/Entities/MJEntityDocumentType/mjentitydocumenttype.form.component.js +2 -2
  315. package/dist/lib/generated/Entities/MJEntityDocumentType/mjentitydocumenttype.form.component.js.map +1 -1
  316. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
  317. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +28 -18
  318. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
  319. package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js +2 -2
  320. package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js.map +1 -1
  321. package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js +2 -2
  322. package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js.map +1 -1
  323. package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js +10 -8
  324. package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js.map +1 -1
  325. package/dist/lib/generated/Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component.js +2 -2
  326. package/dist/lib/generated/Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component.js.map +1 -1
  327. package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js +8 -8
  328. package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js.map +1 -1
  329. package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js +2 -2
  330. package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js.map +1 -1
  331. package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js +2 -2
  332. package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js.map +1 -1
  333. package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js +2 -2
  334. package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js.map +1 -1
  335. package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js +3 -3
  336. package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js.map +1 -1
  337. package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js +2 -2
  338. package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js.map +1 -1
  339. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +9 -9
  340. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js.map +1 -1
  341. package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.d.ts.map +1 -1
  342. package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.js +33 -19
  343. package/dist/lib/generated/Entities/MJFileCategory/mjfilecategory.form.component.js.map +1 -1
  344. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +7 -7
  345. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
  346. package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js +6 -6
  347. package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js.map +1 -1
  348. package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.d.ts +10 -0
  349. package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.d.ts.map +1 -0
  350. package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js +82 -0
  351. package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js.map +1 -0
  352. package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.d.ts.map +1 -1
  353. package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.js +33 -19
  354. package/dist/lib/generated/Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component.js.map +1 -1
  355. package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js +5 -5
  356. package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js.map +1 -1
  357. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +3 -3
  358. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
  359. package/dist/lib/generated/Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component.js +2 -2
  360. package/dist/lib/generated/Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component.js.map +1 -1
  361. package/dist/lib/generated/Entities/MJLibrary/mjlibrary.form.component.js +3 -3
  362. package/dist/lib/generated/Entities/MJLibrary/mjlibrary.form.component.js.map +1 -1
  363. package/dist/lib/generated/Entities/MJList/mjlist.form.component.js +6 -6
  364. package/dist/lib/generated/Entities/MJList/mjlist.form.component.js.map +1 -1
  365. package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.d.ts.map +1 -1
  366. package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.js +33 -19
  367. package/dist/lib/generated/Entities/MJListCategory/mjlistcategory.form.component.js.map +1 -1
  368. package/dist/lib/generated/Entities/MJMCPServer/mjmcpserver.form.component.js +4 -4
  369. package/dist/lib/generated/Entities/MJMCPServer/mjmcpserver.form.component.js.map +1 -1
  370. package/dist/lib/generated/Entities/MJMCPServerConnection/mjmcpserverconnection.form.component.js +7 -7
  371. package/dist/lib/generated/Entities/MJMCPServerConnection/mjmcpserverconnection.form.component.js.map +1 -1
  372. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js +4 -4
  373. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js.map +1 -1
  374. package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js +5 -5
  375. package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js.map +1 -1
  376. package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js +2 -2
  377. package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js.map +1 -1
  378. package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js +3 -3
  379. package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js.map +1 -1
  380. package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js +3 -3
  381. package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js.map +1 -1
  382. package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js +6 -6
  383. package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js.map +1 -1
  384. package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.d.ts +10 -0
  385. package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.d.ts.map +1 -0
  386. package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.js +117 -0
  387. package/dist/lib/generated/Entities/MJMaterializedResult/mjmaterializedresult.form.component.js.map +1 -0
  388. package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.d.ts +10 -0
  389. package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.d.ts.map +1 -0
  390. package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.js +58 -0
  391. package/dist/lib/generated/Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component.js.map +1 -0
  392. package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js +4 -4
  393. package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js.map +1 -1
  394. package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js +2 -2
  395. package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js.map +1 -1
  396. package/dist/lib/generated/Entities/MJProject/mjproject.form.component.js +38 -30
  397. package/dist/lib/generated/Entities/MJProject/mjproject.form.component.js.map +1 -1
  398. package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.d.ts.map +1 -1
  399. package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js +85 -65
  400. package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js.map +1 -1
  401. package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.d.ts.map +1 -1
  402. package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.js +33 -19
  403. package/dist/lib/generated/Entities/MJQueryCategory/mjquerycategory.form.component.js.map +1 -1
  404. package/dist/lib/generated/Entities/MJQueue/mjqueue.form.component.js +2 -2
  405. package/dist/lib/generated/Entities/MJQueue/mjqueue.form.component.js.map +1 -1
  406. package/dist/lib/generated/Entities/MJQueueType/mjqueuetype.form.component.js +2 -2
  407. package/dist/lib/generated/Entities/MJQueueType/mjqueuetype.form.component.js.map +1 -1
  408. package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.d.ts +10 -0
  409. package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.d.ts.map +1 -0
  410. package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.js +64 -0
  411. package/dist/lib/generated/Entities/MJRSUPendingWork/mjrsupendingwork.form.component.js.map +1 -0
  412. package/dist/lib/generated/Entities/MJRecommendation/mjrecommendation.form.component.js +2 -2
  413. package/dist/lib/generated/Entities/MJRecommendation/mjrecommendation.form.component.js.map +1 -1
  414. package/dist/lib/generated/Entities/MJRecommendationProvider/mjrecommendationprovider.form.component.js +2 -2
  415. package/dist/lib/generated/Entities/MJRecommendationProvider/mjrecommendationprovider.form.component.js.map +1 -1
  416. package/dist/lib/generated/Entities/MJRecommendationRun/mjrecommendationrun.form.component.js +2 -2
  417. package/dist/lib/generated/Entities/MJRecommendationRun/mjrecommendationrun.form.component.js.map +1 -1
  418. package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js +21 -23
  419. package/dist/lib/generated/Entities/MJRecordChange/mjrecordchange.form.component.js.map +1 -1
  420. package/dist/lib/generated/Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component.js +2 -2
  421. package/dist/lib/generated/Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component.js.map +1 -1
  422. package/dist/lib/generated/Entities/MJRecordMergeLog/mjrecordmergelog.form.component.js +3 -3
  423. package/dist/lib/generated/Entities/MJRecordMergeLog/mjrecordmergelog.form.component.js.map +1 -1
  424. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js +4 -4
  425. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js.map +1 -1
  426. package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.d.ts.map +1 -1
  427. package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js +33 -19
  428. package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js.map +1 -1
  429. package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.d.ts.map +1 -1
  430. package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js +33 -19
  431. package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js.map +1 -1
  432. package/dist/lib/generated/Entities/MJResourceType/mjresourcetype.form.component.js +6 -6
  433. package/dist/lib/generated/Entities/MJResourceType/mjresourcetype.form.component.js.map +1 -1
  434. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +17 -17
  435. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
  436. package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js +7 -7
  437. package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js.map +1 -1
  438. package/dist/lib/generated/Entities/MJSQLDialect/mjsqldialect.form.component.js +3 -3
  439. package/dist/lib/generated/Entities/MJSQLDialect/mjsqldialect.form.component.js.map +1 -1
  440. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +4 -4
  441. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
  442. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js +4 -4
  443. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js.map +1 -1
  444. package/dist/lib/generated/Entities/MJScheduledJobType/mjscheduledjobtype.form.component.js +2 -2
  445. package/dist/lib/generated/Entities/MJScheduledJobType/mjscheduledjobtype.form.component.js.map +1 -1
  446. package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js +2 -2
  447. package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js.map +1 -1
  448. package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js +10 -10
  449. package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js.map +1 -1
  450. package/dist/lib/generated/Entities/MJSignatureAccount/mjsignatureaccount.form.component.js +2 -2
  451. package/dist/lib/generated/Entities/MJSignatureAccount/mjsignatureaccount.form.component.js.map +1 -1
  452. package/dist/lib/generated/Entities/MJSignatureProvider/mjsignatureprovider.form.component.js +2 -2
  453. package/dist/lib/generated/Entities/MJSignatureProvider/mjsignatureprovider.form.component.js.map +1 -1
  454. package/dist/lib/generated/Entities/MJSignatureRequest/mjsignaturerequest.form.component.js +4 -4
  455. package/dist/lib/generated/Entities/MJSignatureRequest/mjsignaturerequest.form.component.js.map +1 -1
  456. package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js +29 -21
  457. package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js.map +1 -1
  458. package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js +2 -2
  459. package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js.map +1 -1
  460. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.d.ts.map +1 -1
  461. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +104 -92
  462. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
  463. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.d.ts.map +1 -1
  464. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js +69 -29
  465. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js.map +1 -1
  466. package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.d.ts.map +1 -1
  467. package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.js +16 -4
  468. package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.js.map +1 -1
  469. package/dist/lib/generated/Entities/MJTaskType/mjtasktype.form.component.js +2 -2
  470. package/dist/lib/generated/Entities/MJTaskType/mjtasktype.form.component.js.map +1 -1
  471. package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js +10 -10
  472. package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js.map +1 -1
  473. package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.d.ts.map +1 -1
  474. package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.js +33 -19
  475. package/dist/lib/generated/Entities/MJTemplateCategory/mjtemplatecategory.form.component.js.map +1 -1
  476. package/dist/lib/generated/Entities/MJTemplateContent/mjtemplatecontent.form.component.js +2 -2
  477. package/dist/lib/generated/Entities/MJTemplateContent/mjtemplatecontent.form.component.js.map +1 -1
  478. package/dist/lib/generated/Entities/MJTemplateContentType/mjtemplatecontenttype.form.component.js +2 -2
  479. package/dist/lib/generated/Entities/MJTemplateContentType/mjtemplatecontenttype.form.component.js.map +1 -1
  480. package/dist/lib/generated/Entities/MJTest/mjtest.form.component.js +3 -3
  481. package/dist/lib/generated/Entities/MJTest/mjtest.form.component.js.map +1 -1
  482. package/dist/lib/generated/Entities/MJTestRun/mjtestrun.form.component.js +7 -7
  483. package/dist/lib/generated/Entities/MJTestRun/mjtestrun.form.component.js.map +1 -1
  484. package/dist/lib/generated/Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component.js +2 -2
  485. package/dist/lib/generated/Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component.js.map +1 -1
  486. package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js +39 -31
  487. package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js.map +1 -1
  488. package/dist/lib/generated/Entities/MJTestSuiteRun/mjtestsuiterun.form.component.js +2 -2
  489. package/dist/lib/generated/Entities/MJTestSuiteRun/mjtestsuiterun.form.component.js.map +1 -1
  490. package/dist/lib/generated/Entities/MJTestType/mjtesttype.form.component.js +3 -3
  491. package/dist/lib/generated/Entities/MJTestType/mjtesttype.form.component.js.map +1 -1
  492. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +105 -105
  493. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  494. package/dist/lib/generated/Entities/MJUserApplication/mjuserapplication.form.component.js +2 -2
  495. package/dist/lib/generated/Entities/MJUserApplication/mjuserapplication.form.component.js.map +1 -1
  496. package/dist/lib/generated/Entities/MJUserNotificationType/mjusernotificationtype.form.component.js +3 -3
  497. package/dist/lib/generated/Entities/MJUserNotificationType/mjusernotificationtype.form.component.js.map +1 -1
  498. package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js +3 -3
  499. package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js.map +1 -1
  500. package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js +6 -6
  501. package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js.map +1 -1
  502. package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.d.ts.map +1 -1
  503. package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.js +33 -19
  504. package/dist/lib/generated/Entities/MJUserViewCategory/mjuserviewcategory.form.component.js.map +1 -1
  505. package/dist/lib/generated/Entities/MJUserViewRun/mjuserviewrun.form.component.js +2 -2
  506. package/dist/lib/generated/Entities/MJUserViewRun/mjuserviewrun.form.component.js.map +1 -1
  507. package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js +3 -3
  508. package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js.map +1 -1
  509. package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js +6 -6
  510. package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js.map +1 -1
  511. package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js +44 -36
  512. package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js.map +1 -1
  513. package/dist/lib/generated/Entities/MJViewType/mjviewtype.form.component.js +2 -2
  514. package/dist/lib/generated/Entities/MJViewType/mjviewtype.form.component.js.map +1 -1
  515. package/dist/lib/generated/Entities/MJWorkspace/mjworkspace.form.component.js +2 -2
  516. package/dist/lib/generated/Entities/MJWorkspace/mjworkspace.form.component.js.map +1 -1
  517. package/dist/lib/generated/generated-forms.module.d.ts +290 -285
  518. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  519. package/dist/lib/generated/generated-forms.module.js +126 -111
  520. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  521. package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.d.ts +37 -0
  522. package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.d.ts.map +1 -0
  523. package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.js +185 -0
  524. package/dist/lib/panels/form-chrome/entity-form-chrome-editor.component.js.map +1 -0
  525. package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.d.ts +20 -0
  526. package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.d.ts.map +1 -0
  527. package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.js +87 -0
  528. package/dist/lib/panels/form-chrome/entity-relationship-form-role.panel.js.map +1 -0
  529. package/dist/public-api.d.ts +12 -0
  530. package/dist/public-api.d.ts.map +1 -1
  531. package/dist/public-api.js +14 -2
  532. package/dist/public-api.js.map +1 -1
  533. 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,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAIzE;;;;GAIG;AACH,qBAOa,6BAA8B,SAAQ,wBAAwB;IAQ3D,OAAO,CAAC,GAAG;IAPvB,qDAAqD;IAC9C,YAAY,UAAS;IAE5B,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;gBAEmB,GAAG,EAAE,iBAAiB;IAInC,WAAW,IAAI,IAAI;IAKnB,mBAAmB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCAjB5C,6BAA6B;2CAA7B,6BAA6B;CAqBzC"}
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
- * Simply wraps the FlowAgentEditorComponent from @memberjunction/ng-flow-editor
28
- * and passes through the agent ID and edit mode.
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"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [[3, "AgentID", "EditMode", "FullScreen"], ["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"]], template: function FlowAgentFormSectionComponent_Template(rf, ctx) { if (rf & 1) {
50
- i0.ɵɵconditionalCreate(0, FlowAgentFormSectionComponent_Conditional_0_Template, 1, 3, "mj-flow-agent-editor", 0)(1, FlowAgentFormSectionComponent_Conditional_1_Template, 1, 0, "mj-empty-state", 1);
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 }], null); })();
63
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FlowAgentFormSectionComponent, { className: "FlowAgentFormSectionComponent", filePath: "src/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.ts", lineNumber: 18 }); })();
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;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;;;;;ICDnD,+CAKsD;IAAlD,AADA,uNAAa,oBAAa,KAAC,gOACN,kCAA2B,KAAC;IACrD,iBAAuB;;;IAHnB,AADA,AADA,wCAAmB,6BACE,mCACM;;;IAK/B,oCAI8D;;ADRlE;;;;GAIG;AAQI,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,wBAAwB;IAIvE,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;QAP1C,qDAAqD;QAC9C,iBAAY,GAAG,KAAK,CAAC;IAQ5B,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;8HApBQ,6BAA6B;oEAA7B,6BAA6B;YCTxC,AARF,gHAAe,oFAQN;;YART,qCAcC;;;ADGY,6BAA6B;IADzC,aAAa,CAAC,wBAAwB,EAAE,4BAA4B,CAAC;GACzD,6BAA6B,CAqBzC;;iFArBY,6BAA6B;cAPzC,SAAS;6BACI,KAAK,YACL,4BAA4B;;kFAK7B,6BAA6B","sourcesContent":["import { Component, ChangeDetectorRef } from '@angular/core';\nimport { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';\nimport { RegisterClass } from '@memberjunction/global';\nimport { MJAIAgentEntityExtended } from '@memberjunction/ai-core-plus';\n\n/**\n * Form section component for Flow Agent types.\n * Simply wraps the FlowAgentEditorComponent from @memberjunction/ng-flow-editor\n * and passes through the agent ID and edit mode.\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 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 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 <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"]}
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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"}