@memberjunction/ng-core-entity-forms 5.43.0 → 5.44.0

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 (259) hide show
  1. package/dist/__tests__/model-prediction.logic.test.d.ts +2 -0
  2. package/dist/__tests__/model-prediction.logic.test.d.ts.map +1 -0
  3. package/dist/__tests__/model-prediction.logic.test.js +140 -0
  4. package/dist/__tests__/model-prediction.logic.test.js.map +1 -0
  5. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js +79 -105
  6. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js.map +1 -1
  7. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +7 -10
  8. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
  9. package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
  10. package/dist/lib/custom/AIAgents/add-action-dialog.component.js +46 -51
  11. package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
  12. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +2 -0
  13. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  14. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +300 -378
  15. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  16. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +22 -29
  17. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
  18. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +15 -17
  19. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
  20. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +27 -34
  21. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
  22. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +11 -0
  23. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
  24. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +48 -47
  25. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
  26. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +438 -454
  27. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  28. package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +48 -51
  29. package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js.map +1 -1
  30. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +253 -282
  31. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  32. package/dist/lib/custom/Actions/action-execution-log-form.component.js +24 -33
  33. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  34. package/dist/lib/custom/Actions/action-form.component.js +263 -311
  35. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  36. package/dist/lib/custom/Entities/entity-form.component.d.ts +6 -0
  37. package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
  38. package/dist/lib/custom/Entities/entity-form.component.js +475 -493
  39. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  40. package/dist/lib/custom/Lists/list-form.component.js +122 -173
  41. package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
  42. package/dist/lib/custom/Queries/query-form.component.js +190 -248
  43. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  44. package/dist/lib/custom/Queries/query-run-dialog.component.js +19 -23
  45. package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
  46. package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.js +23 -24
  47. package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.js.map +1 -1
  48. package/dist/lib/custom/Templates/template-param-dialog.component.js +14 -23
  49. package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
  50. package/dist/lib/custom/Tests/test-form.component.js +100 -130
  51. package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
  52. package/dist/lib/custom/Tests/test-run-form.component.js +187 -205
  53. package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
  54. package/dist/lib/custom/Tests/test-suite-form.component.d.ts +8 -0
  55. package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
  56. package/dist/lib/custom/Tests/test-suite-form.component.js +412 -489
  57. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  58. package/dist/lib/custom/Tests/test-suite-run-form.component.js +100 -126
  59. package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
  60. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +166 -184
  61. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  62. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +42 -61
  63. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -1
  64. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +8 -17
  65. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  66. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +0 -2
  67. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  68. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +183 -188
  69. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  70. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts +108 -0
  71. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.d.ts.map +1 -0
  72. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js +665 -0
  73. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js.map +1 -0
  74. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts +94 -0
  75. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.d.ts.map +1 -0
  76. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js +257 -0
  77. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.model.js.map +1 -0
  78. package/dist/lib/custom/ai-agent-run/flow/constellation.component.d.ts +38 -0
  79. package/dist/lib/custom/ai-agent-run/flow/constellation.component.d.ts.map +1 -0
  80. package/dist/lib/custom/ai-agent-run/flow/constellation.component.js +200 -0
  81. package/dist/lib/custom/ai-agent-run/flow/constellation.component.js.map +1 -0
  82. package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.d.ts +44 -0
  83. package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.d.ts.map +1 -0
  84. package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.js +180 -0
  85. package/dist/lib/custom/ai-agent-run/flow/flame-cascade.component.js.map +1 -0
  86. package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.d.ts +12 -0
  87. package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.d.ts.map +1 -0
  88. package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.js +46 -0
  89. package/dist/lib/custom/ai-agent-run/flow/flow-svg.util.js.map +1 -0
  90. package/dist/lib/custom/ai-agent-run/flow/flowchart.component.d.ts +64 -0
  91. package/dist/lib/custom/ai-agent-run/flow/flowchart.component.d.ts.map +1 -0
  92. package/dist/lib/custom/ai-agent-run/flow/flowchart.component.js +267 -0
  93. package/dist/lib/custom/ai-agent-run/flow/flowchart.component.js.map +1 -0
  94. package/dist/lib/custom/ai-agent-run/flow/pan-zoom.d.ts +53 -0
  95. package/dist/lib/custom/ai-agent-run/flow/pan-zoom.d.ts.map +1 -0
  96. package/dist/lib/custom/ai-agent-run/flow/pan-zoom.js +111 -0
  97. package/dist/lib/custom/ai-agent-run/flow/pan-zoom.js.map +1 -0
  98. package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.d.ts +42 -0
  99. package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.d.ts.map +1 -0
  100. package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.js +193 -0
  101. package/dist/lib/custom/ai-agent-run/flow/subway-lines.component.js.map +1 -0
  102. package/dist/lib/custom/custom-forms.module.d.ts +58 -51
  103. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  104. package/dist/lib/custom/custom-forms.module.js +52 -13
  105. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  106. package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts +2 -0
  107. package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
  108. package/dist/lib/custom/shared/entity-selector-dialog.component.js +25 -25
  109. package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
  110. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
  111. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +280 -216
  112. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  113. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js +25 -21
  114. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js.map +1 -1
  115. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  116. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +68 -14
  117. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  118. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.d.ts.map +1 -1
  119. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +44 -32
  120. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js.map +1 -1
  121. package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.d.ts +10 -0
  122. package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.d.ts.map +1 -0
  123. package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.js +66 -0
  124. package/dist/lib/generated/Entities/MJAIAgentSkill/mjaiagentskill.form.component.js.map +1 -0
  125. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.d.ts.map +1 -1
  126. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +55 -19
  127. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
  128. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.d.ts.map +1 -1
  129. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +28 -10
  130. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
  131. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.d.ts +10 -0
  132. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.d.ts.map +1 -0
  133. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js +167 -0
  134. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js.map +1 -0
  135. package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.d.ts +10 -0
  136. package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.d.ts.map +1 -0
  137. package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.js +64 -0
  138. package/dist/lib/generated/Entities/MJAISkillAction/mjaiskillaction.form.component.js.map +1 -0
  139. package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.d.ts +10 -0
  140. package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.d.ts.map +1 -0
  141. package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.js +82 -0
  142. package/dist/lib/generated/Entities/MJAISkillPermission/mjaiskillpermission.form.component.js.map +1 -0
  143. package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.d.ts +10 -0
  144. package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.d.ts.map +1 -0
  145. package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.js +64 -0
  146. package/dist/lib/generated/Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component.js.map +1 -0
  147. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.d.ts.map +1 -1
  148. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +35 -17
  149. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  150. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.d.ts.map +1 -1
  151. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +59 -51
  152. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
  153. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.d.ts.map +1 -1
  154. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js +25 -7
  155. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js.map +1 -1
  156. package/dist/lib/generated/Entities/MJCollectionArtifact/mjcollectionartifact.form.component.js +11 -7
  157. package/dist/lib/generated/Entities/MJCollectionArtifact/mjcollectionartifact.form.component.js.map +1 -1
  158. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.d.ts.map +1 -1
  159. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +56 -46
  160. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
  161. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.d.ts.map +1 -1
  162. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +73 -59
  163. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
  164. package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.d.ts.map +1 -1
  165. package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js +24 -4
  166. package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js.map +1 -1
  167. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  168. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +137 -87
  169. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  170. package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.d.ts.map +1 -1
  171. package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js +47 -29
  172. package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js.map +1 -1
  173. package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.d.ts +10 -0
  174. package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.d.ts.map +1 -0
  175. package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js +99 -0
  176. package/dist/lib/generated/Entities/MJExperiment/mjexperiment.form.component.js.map +1 -0
  177. package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.d.ts +10 -0
  178. package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.d.ts.map +1 -0
  179. package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js +101 -0
  180. package/dist/lib/generated/Entities/MJExperimentSession/mjexperimentsession.form.component.js.map +1 -0
  181. package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.d.ts +10 -0
  182. package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.d.ts.map +1 -0
  183. package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js +115 -0
  184. package/dist/lib/generated/Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component.js.map +1 -0
  185. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.d.ts.map +1 -1
  186. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +63 -9
  187. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js.map +1 -1
  188. package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.d.ts.map +1 -1
  189. package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js +32 -14
  190. package/dist/lib/generated/Entities/MJFileStorageProvider/mjfilestorageprovider.form.component.js.map +1 -1
  191. package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.d.ts +10 -0
  192. package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.d.ts.map +1 -0
  193. package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js +161 -0
  194. package/dist/lib/generated/Entities/MJMLAlgorithm/mjmlalgorithm.form.component.js.map +1 -0
  195. package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.d.ts +10 -0
  196. package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.d.ts.map +1 -0
  197. package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js +89 -0
  198. package/dist/lib/generated/Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component.js.map +1 -0
  199. package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.d.ts +10 -0
  200. package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.d.ts.map +1 -0
  201. package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.js +76 -0
  202. package/dist/lib/generated/Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component.js.map +1 -0
  203. package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.d.ts +10 -0
  204. package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.d.ts.map +1 -0
  205. package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js +141 -0
  206. package/dist/lib/generated/Entities/MJMLModel/mjmlmodel.form.component.js.map +1 -0
  207. package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.d.ts +10 -0
  208. package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.d.ts.map +1 -0
  209. package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.js +88 -0
  210. package/dist/lib/generated/Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component.js.map +1 -0
  211. package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.d.ts +10 -0
  212. package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.d.ts.map +1 -0
  213. package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js +143 -0
  214. package/dist/lib/generated/Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component.js.map +1 -0
  215. package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.d.ts +10 -0
  216. package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.d.ts.map +1 -0
  217. package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.js +110 -0
  218. package/dist/lib/generated/Entities/MJMLTrainingRun/mjmltrainingrun.form.component.js.map +1 -0
  219. package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.d.ts.map +1 -1
  220. package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js +54 -24
  221. package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js.map +1 -1
  222. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.d.ts.map +1 -1
  223. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js +24 -6
  224. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js.map +1 -1
  225. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.d.ts.map +1 -1
  226. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +36 -18
  227. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
  228. package/dist/lib/generated/Entities/MJSchemaInfo/mjschemainfo.form.component.js +8 -6
  229. package/dist/lib/generated/Entities/MJSchemaInfo/mjschemainfo.form.component.js.map +1 -1
  230. package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.d.ts +10 -0
  231. package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.d.ts.map +1 -0
  232. package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.js +78 -0
  233. package/dist/lib/generated/Entities/MJScopedPromptPart/mjscopedpromptpart.form.component.js.map +1 -0
  234. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  235. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +145 -109
  236. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  237. package/dist/lib/generated/generated-forms.module.d.ts +356 -335
  238. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  239. package/dist/lib/generated/generated-forms.module.js +304 -226
  240. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  241. package/dist/lib/panels/ai-agents/agent-realtime.panel.js +44 -44
  242. package/dist/lib/panels/ai-agents/agent-realtime.panel.js.map +1 -1
  243. package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.d.ts +43 -0
  244. package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.d.ts.map +1 -0
  245. package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.js +240 -0
  246. package/dist/lib/panels/ai-skill-sharing/ai-skill-sharing-panel.component.js.map +1 -0
  247. package/dist/lib/panels/model-predictions/model-prediction.logic.d.ts +69 -0
  248. package/dist/lib/panels/model-predictions/model-prediction.logic.d.ts.map +1 -0
  249. package/dist/lib/panels/model-predictions/model-prediction.logic.js +130 -0
  250. package/dist/lib/panels/model-predictions/model-prediction.logic.js.map +1 -0
  251. package/dist/lib/panels/model-predictions/model-prediction.panel.d.ts +83 -0
  252. package/dist/lib/panels/model-predictions/model-prediction.panel.d.ts.map +1 -0
  253. package/dist/lib/panels/model-predictions/model-prediction.panel.js +293 -0
  254. package/dist/lib/panels/model-predictions/model-prediction.panel.js.map +1 -0
  255. package/package.json +38 -37
  256. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts +0 -82
  257. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts.map +0 -1
  258. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +0 -1033
  259. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +0 -1
@@ -52,6 +52,7 @@ import { MJAIAgentSessionBridgeParticipantFormComponent } from "./Entities/MJAIA
52
52
  import { MJAIAgentSessionBridgeFormComponent } from "./Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component";
53
53
  import { MJAIAgentSessionChannelFormComponent } from "./Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component";
54
54
  import { MJAIAgentSessionFormComponent } from "./Entities/MJAIAgentSession/mjaiagentsession.form.component";
55
+ import { MJAIAgentSkillFormComponent } from "./Entities/MJAIAgentSkill/mjaiagentskill.form.component";
55
56
  import { MJAIAgentStepPathFormComponent } from "./Entities/MJAIAgentStepPath/mjaiagentsteppath.form.component";
56
57
  import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentstep.form.component";
57
58
  import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
@@ -82,6 +83,10 @@ import { MJAIPromptTypeFormComponent } from "./Entities/MJAIPromptType/mjaipromp
82
83
  import { MJAIPromptFormComponent } from "./Entities/MJAIPrompt/mjaiprompt.form.component";
83
84
  import { MJAIRemoteBrowserProviderFormComponent } from "./Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component";
84
85
  import { MJAIResultCacheFormComponent } from "./Entities/MJAIResultCache/mjairesultcache.form.component";
86
+ import { MJAISkillActionFormComponent } from "./Entities/MJAISkillAction/mjaiskillaction.form.component";
87
+ import { MJAISkillPermissionFormComponent } from "./Entities/MJAISkillPermission/mjaiskillpermission.form.component";
88
+ import { MJAISkillSubAgentFormComponent } from "./Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component";
89
+ import { MJAISkillFormComponent } from "./Entities/MJAISkill/mjaiskill.form.component";
85
90
  import { MJAIVendorTypeDefinitionFormComponent } from "./Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component";
86
91
  import { MJAIVendorTypeFormComponent } from "./Entities/MJAIVendorType/mjaivendortype.form.component";
87
92
  import { MJAIVendorFormComponent } from "./Entities/MJAIVendor/mjaivendor.form.component";
@@ -207,6 +212,9 @@ import { MJEntityRelationshipFormComponent } from "./Entities/MJEntityRelationsh
207
212
  import { MJEntitySettingFormComponent } from "./Entities/MJEntitySetting/mjentitysetting.form.component";
208
213
  import { MJEnvironmentFormComponent } from "./Entities/MJEnvironment/mjenvironment.form.component";
209
214
  import { MJErrorLogFormComponent } from "./Entities/MJErrorLog/mjerrorlog.form.component";
215
+ import { MJExperimentSessionIterationFormComponent } from "./Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component";
216
+ import { MJExperimentSessionFormComponent } from "./Entities/MJExperimentSession/mjexperimentsession.form.component";
217
+ import { MJExperimentFormComponent } from "./Entities/MJExperiment/mjexperiment.form.component";
210
218
  import { MJExplorerNavigationItemFormComponent } from "./Entities/MJExplorerNavigationItem/mjexplorernavigationitem.form.component";
211
219
  import { MJFileCategoryFormComponent } from "./Entities/MJFileCategory/mjfilecategory.form.component";
212
220
  import { MJFileEntityRecordLinkFormComponent } from "./Entities/MJFileEntityRecordLink/mjfileentityrecordlink.form.component";
@@ -243,6 +251,13 @@ import { MJMCPServerToolFormComponent } from "./Entities/MJMCPServerTool/mjmcpse
243
251
  import { MJMCPServerFormComponent } from "./Entities/MJMCPServer/mjmcpserver.form.component";
244
252
  import { MJMCPToolExecutionLogFormComponent } from "./Entities/MJMCPToolExecutionLog/mjmcptoolexecutionlog.form.component";
245
253
  import { MJMCPToolFavoriteFormComponent } from "./Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component";
254
+ import { MJMLAlgorithmUseCaseRankingFormComponent } from "./Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component";
255
+ import { MJMLAlgorithmUseCaseFormComponent } from "./Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component";
256
+ import { MJMLAlgorithmFormComponent } from "./Entities/MJMLAlgorithm/mjmlalgorithm.form.component";
257
+ import { MJMLModelScoringBindingFormComponent } from "./Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component";
258
+ import { MJMLModelFormComponent } from "./Entities/MJMLModel/mjmlmodel.form.component";
259
+ import { MJMLTrainingPipelineFormComponent } from "./Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component";
260
+ import { MJMLTrainingRunFormComponent } from "./Entities/MJMLTrainingRun/mjmltrainingrun.form.component";
246
261
  import { MJOAuthAuthServerMetadataCacheFormComponent } from "./Entities/MJOAuthAuthServerMetadataCache/mjoauthauthservermetadatacache.form.component";
247
262
  import { MJOAuthAuthorizationStateFormComponent } from "./Entities/MJOAuthAuthorizationState/mjoauthauthorizationstate.form.component";
248
263
  import { MJOAuthClientRegistrationFormComponent } from "./Entities/MJOAuthClientRegistration/mjoauthclientregistration.form.component";
@@ -300,6 +315,7 @@ import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjs
300
315
  import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
301
316
  import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
302
317
  import { MJSchemaInfoFormComponent } from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
318
+ import { MJScopedPromptPartFormComponent } from "./Entities/MJScopedPromptPart/mjscopedpromptpart.form.component";
303
319
  import { MJSearchExecutionLogFormComponent } from "./Entities/MJSearchExecutionLog/mjsearchexecutionlog.form.component";
304
320
  import { MJSearchProviderFormComponent } from "./Entities/MJSearchProvider/mjsearchprovider.form.component";
305
321
  import { MJSearchScopeEntityFormComponent } from "./Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component";
@@ -471,7 +487,7 @@ export class GeneratedForms_SubModule_1 {
471
487
  MJAIAgentSessionBridgeFormComponent,
472
488
  MJAIAgentSessionChannelFormComponent,
473
489
  MJAIAgentSessionFormComponent,
474
- MJAIAgentStepPathFormComponent
490
+ MJAIAgentSkillFormComponent
475
491
  ],
476
492
  imports: [
477
493
  CommonModule,
@@ -502,7 +518,7 @@ export class GeneratedForms_SubModule_1 {
502
518
  MJAIAgentSessionBridgeFormComponent,
503
519
  MJAIAgentSessionChannelFormComponent,
504
520
  MJAIAgentSessionFormComponent,
505
- MJAIAgentStepPathFormComponent], imports: [CommonModule,
521
+ MJAIAgentSkillFormComponent], imports: [CommonModule,
506
522
  FormsModule,
507
523
  BaseFormsModule,
508
524
  EntityViewerModule,
@@ -520,6 +536,7 @@ export class GeneratedForms_SubModule_2 {
520
536
  type: NgModule,
521
537
  args: [{
522
538
  declarations: [
539
+ MJAIAgentStepPathFormComponent,
523
540
  MJAIAgentStepFormComponent,
524
541
  MJAIAgentTypeFormComponent,
525
542
  MJAIAgentFormComponent,
@@ -538,8 +555,7 @@ export class GeneratedForms_SubModule_2 {
538
555
  MJAIModelModalityFormComponent,
539
556
  MJAIModelPriceTypeFormComponent,
540
557
  MJAIModelPriceUnitTypeFormComponent,
541
- MJAIModelTypeFormComponent,
542
- MJAIModelVendorFormComponent
558
+ MJAIModelTypeFormComponent
543
559
  ],
544
560
  imports: [
545
561
  CommonModule,
@@ -551,7 +567,8 @@ export class GeneratedForms_SubModule_2 {
551
567
  exports: []
552
568
  }]
553
569
  }], null, null); })();
554
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentStepFormComponent,
570
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentStepPathFormComponent,
571
+ MJAIAgentStepFormComponent,
555
572
  MJAIAgentTypeFormComponent,
556
573
  MJAIAgentFormComponent,
557
574
  MJAIArchitectureFormComponent,
@@ -569,8 +586,7 @@ export class GeneratedForms_SubModule_2 {
569
586
  MJAIModelModalityFormComponent,
570
587
  MJAIModelPriceTypeFormComponent,
571
588
  MJAIModelPriceUnitTypeFormComponent,
572
- MJAIModelTypeFormComponent,
573
- MJAIModelVendorFormComponent], imports: [CommonModule,
589
+ MJAIModelTypeFormComponent], imports: [CommonModule,
574
590
  FormsModule,
575
591
  BaseFormsModule,
576
592
  EntityViewerModule,
@@ -588,6 +604,7 @@ export class GeneratedForms_SubModule_3 {
588
604
  type: NgModule,
589
605
  args: [{
590
606
  declarations: [
607
+ MJAIModelVendorFormComponent,
591
608
  MJAIModelFormComponent,
592
609
  MJAIPromptCategoryFormComponent,
593
610
  MJAIPromptModelFormComponent,
@@ -597,17 +614,16 @@ export class GeneratedForms_SubModule_3 {
597
614
  MJAIPromptFormComponent,
598
615
  MJAIRemoteBrowserProviderFormComponent,
599
616
  MJAIResultCacheFormComponent,
617
+ MJAISkillActionFormComponent,
618
+ MJAISkillPermissionFormComponent,
619
+ MJAISkillSubAgentFormComponent,
620
+ MJAISkillFormComponent,
600
621
  MJAIVendorTypeDefinitionFormComponent,
601
622
  MJAIVendorTypeFormComponent,
602
623
  MJAIVendorFormComponent,
603
624
  MJAPIApplicationScopeFormComponent,
604
625
  MJAPIApplicationFormComponent,
605
- MJAPIKeyApplicationFormComponent,
606
- MJAPIKeyScopeFormComponent,
607
- MJAPIKeyUsageLogFormComponent,
608
- MJAPIKeyFormComponent,
609
- MJAPIScopeFormComponent,
610
- MJApplicationEntityFormComponent
626
+ MJAPIKeyApplicationFormComponent
611
627
  ],
612
628
  imports: [
613
629
  CommonModule,
@@ -619,7 +635,8 @@ export class GeneratedForms_SubModule_3 {
619
635
  exports: []
620
636
  }]
621
637
  }], null, null); })();
622
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelFormComponent,
638
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelVendorFormComponent,
639
+ MJAIModelFormComponent,
623
640
  MJAIPromptCategoryFormComponent,
624
641
  MJAIPromptModelFormComponent,
625
642
  MJAIPromptRunMediaFormComponent,
@@ -628,17 +645,16 @@ export class GeneratedForms_SubModule_3 {
628
645
  MJAIPromptFormComponent,
629
646
  MJAIRemoteBrowserProviderFormComponent,
630
647
  MJAIResultCacheFormComponent,
648
+ MJAISkillActionFormComponent,
649
+ MJAISkillPermissionFormComponent,
650
+ MJAISkillSubAgentFormComponent,
651
+ MJAISkillFormComponent,
631
652
  MJAIVendorTypeDefinitionFormComponent,
632
653
  MJAIVendorTypeFormComponent,
633
654
  MJAIVendorFormComponent,
634
655
  MJAPIApplicationScopeFormComponent,
635
656
  MJAPIApplicationFormComponent,
636
- MJAPIKeyApplicationFormComponent,
637
- MJAPIKeyScopeFormComponent,
638
- MJAPIKeyUsageLogFormComponent,
639
- MJAPIKeyFormComponent,
640
- MJAPIScopeFormComponent,
641
- MJApplicationEntityFormComponent], imports: [CommonModule,
657
+ MJAPIKeyApplicationFormComponent], imports: [CommonModule,
642
658
  FormsModule,
643
659
  BaseFormsModule,
644
660
  EntityViewerModule,
@@ -656,6 +672,11 @@ export class GeneratedForms_SubModule_4 {
656
672
  type: NgModule,
657
673
  args: [{
658
674
  declarations: [
675
+ MJAPIKeyScopeFormComponent,
676
+ MJAPIKeyUsageLogFormComponent,
677
+ MJAPIKeyFormComponent,
678
+ MJAPIScopeFormComponent,
679
+ MJApplicationEntityFormComponent,
659
680
  MJApplicationRoleFormComponent,
660
681
  MJApplicationSettingFormComponent,
661
682
  MJApplicationFormComponent,
@@ -670,12 +691,7 @@ export class GeneratedForms_SubModule_4 {
670
691
  MJArtifactVersionFormComponent,
671
692
  MJArtifactFormComponent,
672
693
  MJAuditLogTypeFormComponent,
673
- MJAuditLogFormComponent,
674
- MJAuthorizationRoleFormComponent,
675
- MJAuthorizationFormComponent,
676
- MJClusterAnalysisFormComponent,
677
- MJClusterAnalysisClusterFormComponent,
678
- MJCollectionArtifactFormComponent
694
+ MJAuditLogFormComponent
679
695
  ],
680
696
  imports: [
681
697
  CommonModule,
@@ -687,7 +703,12 @@ export class GeneratedForms_SubModule_4 {
687
703
  exports: []
688
704
  }]
689
705
  }], null, null); })();
690
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJApplicationRoleFormComponent,
706
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAPIKeyScopeFormComponent,
707
+ MJAPIKeyUsageLogFormComponent,
708
+ MJAPIKeyFormComponent,
709
+ MJAPIScopeFormComponent,
710
+ MJApplicationEntityFormComponent,
711
+ MJApplicationRoleFormComponent,
691
712
  MJApplicationSettingFormComponent,
692
713
  MJApplicationFormComponent,
693
714
  MJArchiveConfigurationEntityFormComponent,
@@ -701,12 +722,7 @@ export class GeneratedForms_SubModule_4 {
701
722
  MJArtifactVersionFormComponent,
702
723
  MJArtifactFormComponent,
703
724
  MJAuditLogTypeFormComponent,
704
- MJAuditLogFormComponent,
705
- MJAuthorizationRoleFormComponent,
706
- MJAuthorizationFormComponent,
707
- MJClusterAnalysisFormComponent,
708
- MJClusterAnalysisClusterFormComponent,
709
- MJCollectionArtifactFormComponent], imports: [CommonModule,
725
+ MJAuditLogFormComponent], imports: [CommonModule,
710
726
  FormsModule,
711
727
  BaseFormsModule,
712
728
  EntityViewerModule,
@@ -725,6 +741,11 @@ export class GeneratedForms_SubModule_5 {
725
741
  type: NgModule,
726
742
  args: [{
727
743
  declarations: [
744
+ MJAuthorizationRoleFormComponent,
745
+ MJAuthorizationFormComponent,
746
+ MJClusterAnalysisFormComponent,
747
+ MJClusterAnalysisClusterFormComponent,
748
+ MJCollectionArtifactFormComponent,
728
749
  MJCollectionPermissionFormComponent,
729
750
  MJCollectionFormComponent,
730
751
  MJCommunicationBaseMessageTypeFormComponent,
@@ -739,12 +760,7 @@ export class GeneratedForms_SubModule_5 {
739
760
  MJCompanyIntegrationRunAPILogFormComponent,
740
761
  MJCompanyIntegrationRunDetailFormComponent,
741
762
  MJCompanyIntegrationRunFormComponent,
742
- MJCompanyIntegrationSyncWatermarkFormComponent,
743
- MJCompanyIntegrationFormComponent,
744
- MJComponentDependencyFormComponent,
745
- MJComponentLibraryFormComponent,
746
- MJComponentLibraryLinkFormComponent,
747
- MJComponentRegistryFormComponent
763
+ MJCompanyIntegrationSyncWatermarkFormComponent
748
764
  ],
749
765
  imports: [
750
766
  CommonModule,
@@ -757,7 +773,12 @@ export class GeneratedForms_SubModule_5 {
757
773
  exports: []
758
774
  }]
759
775
  }], null, null); })();
760
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJCollectionPermissionFormComponent,
776
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJAuthorizationRoleFormComponent,
777
+ MJAuthorizationFormComponent,
778
+ MJClusterAnalysisFormComponent,
779
+ MJClusterAnalysisClusterFormComponent,
780
+ MJCollectionArtifactFormComponent,
781
+ MJCollectionPermissionFormComponent,
761
782
  MJCollectionFormComponent,
762
783
  MJCommunicationBaseMessageTypeFormComponent,
763
784
  MJCommunicationLogFormComponent,
@@ -771,12 +792,7 @@ export class GeneratedForms_SubModule_5 {
771
792
  MJCompanyIntegrationRunAPILogFormComponent,
772
793
  MJCompanyIntegrationRunDetailFormComponent,
773
794
  MJCompanyIntegrationRunFormComponent,
774
- MJCompanyIntegrationSyncWatermarkFormComponent,
775
- MJCompanyIntegrationFormComponent,
776
- MJComponentDependencyFormComponent,
777
- MJComponentLibraryFormComponent,
778
- MJComponentLibraryLinkFormComponent,
779
- MJComponentRegistryFormComponent], imports: [CommonModule,
795
+ MJCompanyIntegrationSyncWatermarkFormComponent], imports: [CommonModule,
780
796
  FormsModule,
781
797
  BaseFormsModule,
782
798
  EntityViewerModule,
@@ -795,6 +811,11 @@ export class GeneratedForms_SubModule_6 {
795
811
  type: NgModule,
796
812
  args: [{
797
813
  declarations: [
814
+ MJCompanyIntegrationFormComponent,
815
+ MJComponentDependencyFormComponent,
816
+ MJComponentLibraryFormComponent,
817
+ MJComponentLibraryLinkFormComponent,
818
+ MJComponentRegistryFormComponent,
798
819
  MJComponentFormComponent,
799
820
  MJContentFileTypeFormComponent,
800
821
  MJContentItemAttributeFormComponent,
@@ -809,12 +830,7 @@ export class GeneratedForms_SubModule_6 {
809
830
  MJContentSourceTypeFormComponent,
810
831
  MJContentSourceFormComponent,
811
832
  MJContentTypeAttributeFormComponent,
812
- MJContentTypeFormComponent,
813
- MJConversationArtifactPermissionFormComponent,
814
- MJConversationArtifactVersionFormComponent,
815
- MJConversationArtifactFormComponent,
816
- MJConversationDetailArtifactFormComponent,
817
- MJConversationDetailAttachmentFormComponent
833
+ MJContentTypeFormComponent
818
834
  ],
819
835
  imports: [
820
836
  CommonModule,
@@ -826,7 +842,12 @@ export class GeneratedForms_SubModule_6 {
826
842
  exports: []
827
843
  }]
828
844
  }], null, null); })();
829
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJComponentFormComponent,
845
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationFormComponent,
846
+ MJComponentDependencyFormComponent,
847
+ MJComponentLibraryFormComponent,
848
+ MJComponentLibraryLinkFormComponent,
849
+ MJComponentRegistryFormComponent,
850
+ MJComponentFormComponent,
830
851
  MJContentFileTypeFormComponent,
831
852
  MJContentItemAttributeFormComponent,
832
853
  MJContentItemDuplicateFormComponent,
@@ -840,12 +861,7 @@ export class GeneratedForms_SubModule_6 {
840
861
  MJContentSourceTypeFormComponent,
841
862
  MJContentSourceFormComponent,
842
863
  MJContentTypeAttributeFormComponent,
843
- MJContentTypeFormComponent,
844
- MJConversationArtifactPermissionFormComponent,
845
- MJConversationArtifactVersionFormComponent,
846
- MJConversationArtifactFormComponent,
847
- MJConversationDetailArtifactFormComponent,
848
- MJConversationDetailAttachmentFormComponent], imports: [CommonModule,
864
+ MJContentTypeFormComponent], imports: [CommonModule,
849
865
  FormsModule,
850
866
  BaseFormsModule,
851
867
  EntityViewerModule,
@@ -863,6 +879,11 @@ export class GeneratedForms_SubModule_7 {
863
879
  type: NgModule,
864
880
  args: [{
865
881
  declarations: [
882
+ MJConversationArtifactPermissionFormComponent,
883
+ MJConversationArtifactVersionFormComponent,
884
+ MJConversationArtifactFormComponent,
885
+ MJConversationDetailArtifactFormComponent,
886
+ MJConversationDetailAttachmentFormComponent,
866
887
  MJConversationDetailRatingFormComponent,
867
888
  MJConversationDetailFormComponent,
868
889
  MJConversationFormComponent,
@@ -877,12 +898,7 @@ export class GeneratedForms_SubModule_7 {
877
898
  MJDashboardPermissionFormComponent,
878
899
  MJDashboardUserPreferenceFormComponent,
879
900
  MJDashboardUserStateFormComponent,
880
- MJDashboardFormComponent,
881
- MJDataContextItemFormComponent,
882
- MJDataContextFormComponent,
883
- MJDatasetItemFormComponent,
884
- MJDatasetFormComponent,
885
- MJDuplicateRunDetailMatchFormComponent
901
+ MJDashboardFormComponent
886
902
  ],
887
903
  imports: [
888
904
  CommonModule,
@@ -894,7 +910,12 @@ export class GeneratedForms_SubModule_7 {
894
910
  exports: []
895
911
  }]
896
912
  }], null, null); })();
897
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJConversationDetailRatingFormComponent,
913
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJConversationArtifactPermissionFormComponent,
914
+ MJConversationArtifactVersionFormComponent,
915
+ MJConversationArtifactFormComponent,
916
+ MJConversationDetailArtifactFormComponent,
917
+ MJConversationDetailAttachmentFormComponent,
918
+ MJConversationDetailRatingFormComponent,
898
919
  MJConversationDetailFormComponent,
899
920
  MJConversationFormComponent,
900
921
  MJCountryFormComponent,
@@ -908,12 +929,7 @@ export class GeneratedForms_SubModule_7 {
908
929
  MJDashboardPermissionFormComponent,
909
930
  MJDashboardUserPreferenceFormComponent,
910
931
  MJDashboardUserStateFormComponent,
911
- MJDashboardFormComponent,
912
- MJDataContextItemFormComponent,
913
- MJDataContextFormComponent,
914
- MJDatasetItemFormComponent,
915
- MJDatasetFormComponent,
916
- MJDuplicateRunDetailMatchFormComponent], imports: [CommonModule,
932
+ MJDashboardFormComponent], imports: [CommonModule,
917
933
  FormsModule,
918
934
  BaseFormsModule,
919
935
  EntityViewerModule,
@@ -931,6 +947,11 @@ export class GeneratedForms_SubModule_8 {
931
947
  type: NgModule,
932
948
  args: [{
933
949
  declarations: [
950
+ MJDataContextItemFormComponent,
951
+ MJDataContextFormComponent,
952
+ MJDatasetItemFormComponent,
953
+ MJDatasetFormComponent,
954
+ MJDuplicateRunDetailMatchFormComponent,
934
955
  MJDuplicateRunDetailFormComponent,
935
956
  MJDuplicateRunFormComponent,
936
957
  MJEmployeeCompanyIntegrationFormComponent,
@@ -945,12 +966,7 @@ export class GeneratedForms_SubModule_8 {
945
966
  MJEntityActionInvocationTypeFormComponent,
946
967
  MJEntityActionInvocationFormComponent,
947
968
  MJEntityActionParamFormComponent,
948
- MJEntityActionFormComponent,
949
- MJEntityAIActionFormComponent,
950
- MJEntityCommunicationFieldFormComponent,
951
- MJEntityCommunicationMessageTypeFormComponent,
952
- MJEntityDocumentRunFormComponent,
953
- MJEntityDocumentSettingFormComponent
969
+ MJEntityActionFormComponent
954
970
  ],
955
971
  imports: [
956
972
  CommonModule,
@@ -962,7 +978,12 @@ export class GeneratedForms_SubModule_8 {
962
978
  exports: []
963
979
  }]
964
980
  }], null, null); })();
965
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDuplicateRunDetailFormComponent,
981
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDataContextItemFormComponent,
982
+ MJDataContextFormComponent,
983
+ MJDatasetItemFormComponent,
984
+ MJDatasetFormComponent,
985
+ MJDuplicateRunDetailMatchFormComponent,
986
+ MJDuplicateRunDetailFormComponent,
966
987
  MJDuplicateRunFormComponent,
967
988
  MJEmployeeCompanyIntegrationFormComponent,
968
989
  MJEmployeeRoleFormComponent,
@@ -976,12 +997,7 @@ export class GeneratedForms_SubModule_8 {
976
997
  MJEntityActionInvocationTypeFormComponent,
977
998
  MJEntityActionInvocationFormComponent,
978
999
  MJEntityActionParamFormComponent,
979
- MJEntityActionFormComponent,
980
- MJEntityAIActionFormComponent,
981
- MJEntityCommunicationFieldFormComponent,
982
- MJEntityCommunicationMessageTypeFormComponent,
983
- MJEntityDocumentRunFormComponent,
984
- MJEntityDocumentSettingFormComponent], imports: [CommonModule,
1000
+ MJEntityActionFormComponent], imports: [CommonModule,
985
1001
  FormsModule,
986
1002
  BaseFormsModule,
987
1003
  EntityViewerModule,
@@ -999,6 +1015,11 @@ export class GeneratedForms_SubModule_9 {
999
1015
  type: NgModule,
1000
1016
  args: [{
1001
1017
  declarations: [
1018
+ MJEntityAIActionFormComponent,
1019
+ MJEntityCommunicationFieldFormComponent,
1020
+ MJEntityCommunicationMessageTypeFormComponent,
1021
+ MJEntityDocumentRunFormComponent,
1022
+ MJEntityDocumentSettingFormComponent,
1002
1023
  MJEntityDocumentTypeFormComponent,
1003
1024
  MJEntityDocumentFormComponent,
1004
1025
  MJEntityFieldValueFormComponent,
@@ -1013,12 +1034,7 @@ export class GeneratedForms_SubModule_9 {
1013
1034
  MJEntitySettingFormComponent,
1014
1035
  MJEnvironmentFormComponent,
1015
1036
  MJErrorLogFormComponent,
1016
- MJExplorerNavigationItemFormComponent,
1017
- MJFileCategoryFormComponent,
1018
- MJFileEntityRecordLinkFormComponent,
1019
- MJFileStorageAccountPermissionFormComponent,
1020
- MJFileStorageAccountFormComponent,
1021
- MJFileStorageProviderFormComponent
1037
+ MJExperimentSessionIterationFormComponent
1022
1038
  ],
1023
1039
  imports: [
1024
1040
  CommonModule,
@@ -1030,7 +1046,12 @@ export class GeneratedForms_SubModule_9 {
1030
1046
  exports: []
1031
1047
  }]
1032
1048
  }], null, null); })();
1033
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityDocumentTypeFormComponent,
1049
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityAIActionFormComponent,
1050
+ MJEntityCommunicationFieldFormComponent,
1051
+ MJEntityCommunicationMessageTypeFormComponent,
1052
+ MJEntityDocumentRunFormComponent,
1053
+ MJEntityDocumentSettingFormComponent,
1054
+ MJEntityDocumentTypeFormComponent,
1034
1055
  MJEntityDocumentFormComponent,
1035
1056
  MJEntityFieldValueFormComponent,
1036
1057
  MJEntityFieldFormComponent,
@@ -1044,12 +1065,7 @@ export class GeneratedForms_SubModule_9 {
1044
1065
  MJEntitySettingFormComponent,
1045
1066
  MJEnvironmentFormComponent,
1046
1067
  MJErrorLogFormComponent,
1047
- MJExplorerNavigationItemFormComponent,
1048
- MJFileCategoryFormComponent,
1049
- MJFileEntityRecordLinkFormComponent,
1050
- MJFileStorageAccountPermissionFormComponent,
1051
- MJFileStorageAccountFormComponent,
1052
- MJFileStorageProviderFormComponent], imports: [CommonModule,
1068
+ MJExperimentSessionIterationFormComponent], imports: [CommonModule,
1053
1069
  FormsModule,
1054
1070
  BaseFormsModule,
1055
1071
  EntityViewerModule,
@@ -1067,6 +1083,14 @@ export class GeneratedForms_SubModule_10 {
1067
1083
  type: NgModule,
1068
1084
  args: [{
1069
1085
  declarations: [
1086
+ MJExperimentSessionFormComponent,
1087
+ MJExperimentFormComponent,
1088
+ MJExplorerNavigationItemFormComponent,
1089
+ MJFileCategoryFormComponent,
1090
+ MJFileEntityRecordLinkFormComponent,
1091
+ MJFileStorageAccountPermissionFormComponent,
1092
+ MJFileStorageAccountFormComponent,
1093
+ MJFileStorageProviderFormComponent,
1070
1094
  MJFileFormComponent,
1071
1095
  MJGeneratedCodeCategoryFormComponent,
1072
1096
  MJGeneratedCodeFormComponent,
@@ -1078,15 +1102,7 @@ export class GeneratedForms_SubModule_10 {
1078
1102
  MJIntegrationFormComponent,
1079
1103
  MJKnowledgeHubSavedSearchFormComponent,
1080
1104
  MJLibraryFormComponent,
1081
- MJLibraryItemFormComponent,
1082
- MJListCategoryFormComponent,
1083
- MJListDetailFormComponent,
1084
- MJListInvitationFormComponent,
1085
- MJListShareFormComponent,
1086
- MJListFormComponent,
1087
- MJMagicLinkInviteAllowedDomainFormComponent,
1088
- MJMagicLinkInviteAllowedPathFormComponent,
1089
- MJMagicLinkInviteApplicationFormComponent
1105
+ MJLibraryItemFormComponent
1090
1106
  ],
1091
1107
  imports: [
1092
1108
  CommonModule,
@@ -1098,7 +1114,15 @@ export class GeneratedForms_SubModule_10 {
1098
1114
  exports: []
1099
1115
  }]
1100
1116
  }], null, null); })();
1101
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJFileFormComponent,
1117
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJExperimentSessionFormComponent,
1118
+ MJExperimentFormComponent,
1119
+ MJExplorerNavigationItemFormComponent,
1120
+ MJFileCategoryFormComponent,
1121
+ MJFileEntityRecordLinkFormComponent,
1122
+ MJFileStorageAccountPermissionFormComponent,
1123
+ MJFileStorageAccountFormComponent,
1124
+ MJFileStorageProviderFormComponent,
1125
+ MJFileFormComponent,
1102
1126
  MJGeneratedCodeCategoryFormComponent,
1103
1127
  MJGeneratedCodeFormComponent,
1104
1128
  MJInstanceConfigurationFormComponent,
@@ -1109,15 +1133,7 @@ export class GeneratedForms_SubModule_10 {
1109
1133
  MJIntegrationFormComponent,
1110
1134
  MJKnowledgeHubSavedSearchFormComponent,
1111
1135
  MJLibraryFormComponent,
1112
- MJLibraryItemFormComponent,
1113
- MJListCategoryFormComponent,
1114
- MJListDetailFormComponent,
1115
- MJListInvitationFormComponent,
1116
- MJListShareFormComponent,
1117
- MJListFormComponent,
1118
- MJMagicLinkInviteAllowedDomainFormComponent,
1119
- MJMagicLinkInviteAllowedPathFormComponent,
1120
- MJMagicLinkInviteApplicationFormComponent], imports: [CommonModule,
1136
+ MJLibraryItemFormComponent], imports: [CommonModule,
1121
1137
  FormsModule,
1122
1138
  BaseFormsModule,
1123
1139
  EntityViewerModule,
@@ -1135,6 +1151,14 @@ export class GeneratedForms_SubModule_11 {
1135
1151
  type: NgModule,
1136
1152
  args: [{
1137
1153
  declarations: [
1154
+ MJListCategoryFormComponent,
1155
+ MJListDetailFormComponent,
1156
+ MJListInvitationFormComponent,
1157
+ MJListShareFormComponent,
1158
+ MJListFormComponent,
1159
+ MJMagicLinkInviteAllowedDomainFormComponent,
1160
+ MJMagicLinkInviteAllowedPathFormComponent,
1161
+ MJMagicLinkInviteApplicationFormComponent,
1138
1162
  MJMagicLinkInviteRoleFormComponent,
1139
1163
  MJMagicLinkInviteFormComponent,
1140
1164
  MJMagicLinkRedemptionFormComponent,
@@ -1145,16 +1169,8 @@ export class GeneratedForms_SubModule_11 {
1145
1169
  MJMCPServerFormComponent,
1146
1170
  MJMCPToolExecutionLogFormComponent,
1147
1171
  MJMCPToolFavoriteFormComponent,
1148
- MJOAuthAuthServerMetadataCacheFormComponent,
1149
- MJOAuthAuthorizationStateFormComponent,
1150
- MJOAuthClientRegistrationFormComponent,
1151
- MJOAuthTokenFormComponent,
1152
- MJOpenAppDependencyFormComponent,
1153
- MJOpenAppInstallHistoryFormComponent,
1154
- MJOpenAppFormComponent,
1155
- MJOutputDeliveryTypeFormComponent,
1156
- MJOutputFormatTypeFormComponent,
1157
- MJOutputTriggerTypeFormComponent
1172
+ MJMLAlgorithmUseCaseRankingFormComponent,
1173
+ MJMLAlgorithmUseCaseFormComponent
1158
1174
  ],
1159
1175
  imports: [
1160
1176
  CommonModule,
@@ -1166,7 +1182,15 @@ export class GeneratedForms_SubModule_11 {
1166
1182
  exports: []
1167
1183
  }]
1168
1184
  }], null, null); })();
1169
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJMagicLinkInviteRoleFormComponent,
1185
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJListCategoryFormComponent,
1186
+ MJListDetailFormComponent,
1187
+ MJListInvitationFormComponent,
1188
+ MJListShareFormComponent,
1189
+ MJListFormComponent,
1190
+ MJMagicLinkInviteAllowedDomainFormComponent,
1191
+ MJMagicLinkInviteAllowedPathFormComponent,
1192
+ MJMagicLinkInviteApplicationFormComponent,
1193
+ MJMagicLinkInviteRoleFormComponent,
1170
1194
  MJMagicLinkInviteFormComponent,
1171
1195
  MJMagicLinkRedemptionFormComponent,
1172
1196
  MJMCPServerConnectionPermissionFormComponent,
@@ -1176,6 +1200,61 @@ export class GeneratedForms_SubModule_11 {
1176
1200
  MJMCPServerFormComponent,
1177
1201
  MJMCPToolExecutionLogFormComponent,
1178
1202
  MJMCPToolFavoriteFormComponent,
1203
+ MJMLAlgorithmUseCaseRankingFormComponent,
1204
+ MJMLAlgorithmUseCaseFormComponent], imports: [CommonModule,
1205
+ FormsModule,
1206
+ BaseFormsModule,
1207
+ EntityViewerModule,
1208
+ LinkDirectivesModule] }); })();
1209
+ export class GeneratedForms_SubModule_12 {
1210
+ static { this.ɵfac = function GeneratedForms_SubModule_12_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_12)(); }; }
1211
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_12 }); }
1212
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1213
+ FormsModule,
1214
+ BaseFormsModule,
1215
+ EntityViewerModule,
1216
+ LinkDirectivesModule] }); }
1217
+ }
1218
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_12, [{
1219
+ type: NgModule,
1220
+ args: [{
1221
+ declarations: [
1222
+ MJMLAlgorithmFormComponent,
1223
+ MJMLModelScoringBindingFormComponent,
1224
+ MJMLModelFormComponent,
1225
+ MJMLTrainingPipelineFormComponent,
1226
+ MJMLTrainingRunFormComponent,
1227
+ MJOAuthAuthServerMetadataCacheFormComponent,
1228
+ MJOAuthAuthorizationStateFormComponent,
1229
+ MJOAuthClientRegistrationFormComponent,
1230
+ MJOAuthTokenFormComponent,
1231
+ MJOpenAppDependencyFormComponent,
1232
+ MJOpenAppInstallHistoryFormComponent,
1233
+ MJOpenAppFormComponent,
1234
+ MJOutputDeliveryTypeFormComponent,
1235
+ MJOutputFormatTypeFormComponent,
1236
+ MJOutputTriggerTypeFormComponent,
1237
+ MJPermissionDomainFormComponent,
1238
+ MJProcessRunDetailFormComponent,
1239
+ MJProcessRunFormComponent,
1240
+ MJProjectFormComponent,
1241
+ MJPublicLinkFormComponent
1242
+ ],
1243
+ imports: [
1244
+ CommonModule,
1245
+ FormsModule,
1246
+ BaseFormsModule,
1247
+ EntityViewerModule,
1248
+ LinkDirectivesModule
1249
+ ],
1250
+ exports: []
1251
+ }]
1252
+ }], null, null); })();
1253
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMLAlgorithmFormComponent,
1254
+ MJMLModelScoringBindingFormComponent,
1255
+ MJMLModelFormComponent,
1256
+ MJMLTrainingPipelineFormComponent,
1257
+ MJMLTrainingRunFormComponent,
1179
1258
  MJOAuthAuthServerMetadataCacheFormComponent,
1180
1259
  MJOAuthAuthorizationStateFormComponent,
1181
1260
  MJOAuthClientRegistrationFormComponent,
@@ -1185,29 +1264,29 @@ export class GeneratedForms_SubModule_11 {
1185
1264
  MJOpenAppFormComponent,
1186
1265
  MJOutputDeliveryTypeFormComponent,
1187
1266
  MJOutputFormatTypeFormComponent,
1188
- MJOutputTriggerTypeFormComponent], imports: [CommonModule,
1267
+ MJOutputTriggerTypeFormComponent,
1268
+ MJPermissionDomainFormComponent,
1269
+ MJProcessRunDetailFormComponent,
1270
+ MJProcessRunFormComponent,
1271
+ MJProjectFormComponent,
1272
+ MJPublicLinkFormComponent], imports: [CommonModule,
1189
1273
  FormsModule,
1190
1274
  BaseFormsModule,
1191
1275
  EntityViewerModule,
1192
1276
  LinkDirectivesModule] }); })();
1193
- export class GeneratedForms_SubModule_12 {
1194
- static { this.ɵfac = function GeneratedForms_SubModule_12_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_12)(); }; }
1195
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_12 }); }
1277
+ export class GeneratedForms_SubModule_13 {
1278
+ static { this.ɵfac = function GeneratedForms_SubModule_13_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_13)(); }; }
1279
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
1196
1280
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1197
1281
  FormsModule,
1198
1282
  BaseFormsModule,
1199
1283
  EntityViewerModule,
1200
1284
  LinkDirectivesModule] }); }
1201
1285
  }
1202
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_12, [{
1286
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_13, [{
1203
1287
  type: NgModule,
1204
1288
  args: [{
1205
1289
  declarations: [
1206
- MJPermissionDomainFormComponent,
1207
- MJProcessRunDetailFormComponent,
1208
- MJProcessRunFormComponent,
1209
- MJProjectFormComponent,
1210
- MJPublicLinkFormComponent,
1211
1290
  MJQueryFormComponent,
1212
1291
  MJQueryCategoryFormComponent,
1213
1292
  MJQueryDependencyFormComponent,
@@ -1222,7 +1301,12 @@ export class GeneratedForms_SubModule_12 {
1222
1301
  MJRecommendationItemFormComponent,
1223
1302
  MJRecommendationProviderFormComponent,
1224
1303
  MJRecommendationRunFormComponent,
1225
- MJRecommendationFormComponent
1304
+ MJRecommendationFormComponent,
1305
+ MJRecordChangeReplayRunFormComponent,
1306
+ MJRecordChangeFormComponent,
1307
+ MJRecordGeoCodeFormComponent,
1308
+ MJRecordLinkFormComponent,
1309
+ MJRecordMergeDeletionLogFormComponent
1226
1310
  ],
1227
1311
  imports: [
1228
1312
  CommonModule,
@@ -1234,12 +1318,7 @@ export class GeneratedForms_SubModule_12 {
1234
1318
  exports: []
1235
1319
  }]
1236
1320
  }], null, null); })();
1237
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJPermissionDomainFormComponent,
1238
- MJProcessRunDetailFormComponent,
1239
- MJProcessRunFormComponent,
1240
- MJProjectFormComponent,
1241
- MJPublicLinkFormComponent,
1242
- MJQueryFormComponent,
1321
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJQueryFormComponent,
1243
1322
  MJQueryCategoryFormComponent,
1244
1323
  MJQueryDependencyFormComponent,
1245
1324
  MJQueryEntityFormComponent,
@@ -1253,29 +1332,29 @@ export class GeneratedForms_SubModule_12 {
1253
1332
  MJRecommendationItemFormComponent,
1254
1333
  MJRecommendationProviderFormComponent,
1255
1334
  MJRecommendationRunFormComponent,
1256
- MJRecommendationFormComponent], imports: [CommonModule,
1335
+ MJRecommendationFormComponent,
1336
+ MJRecordChangeReplayRunFormComponent,
1337
+ MJRecordChangeFormComponent,
1338
+ MJRecordGeoCodeFormComponent,
1339
+ MJRecordLinkFormComponent,
1340
+ MJRecordMergeDeletionLogFormComponent], imports: [CommonModule,
1257
1341
  FormsModule,
1258
1342
  BaseFormsModule,
1259
1343
  EntityViewerModule,
1260
1344
  LinkDirectivesModule] }); })();
1261
- export class GeneratedForms_SubModule_13 {
1262
- static { this.ɵfac = function GeneratedForms_SubModule_13_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_13)(); }; }
1263
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
1345
+ export class GeneratedForms_SubModule_14 {
1346
+ static { this.ɵfac = function GeneratedForms_SubModule_14_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_14)(); }; }
1347
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_14 }); }
1264
1348
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1265
1349
  FormsModule,
1266
1350
  BaseFormsModule,
1267
1351
  EntityViewerModule,
1268
1352
  LinkDirectivesModule] }); }
1269
1353
  }
1270
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_13, [{
1354
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_14, [{
1271
1355
  type: NgModule,
1272
1356
  args: [{
1273
1357
  declarations: [
1274
- MJRecordChangeReplayRunFormComponent,
1275
- MJRecordChangeFormComponent,
1276
- MJRecordGeoCodeFormComponent,
1277
- MJRecordLinkFormComponent,
1278
- MJRecordMergeDeletionLogFormComponent,
1279
1358
  MJRecordMergeLogFormComponent,
1280
1359
  MJRecordProcessCategoryFormComponent,
1281
1360
  MJRecordProcessWatermarkFormComponent,
@@ -1290,7 +1369,12 @@ export class GeneratedForms_SubModule_13 {
1290
1369
  MJResourceLinkFormComponent,
1291
1370
  MJResourcePermissionFormComponent,
1292
1371
  MJResourceTypeFormComponent,
1293
- MJRoleFormComponent
1372
+ MJRoleFormComponent,
1373
+ MJRowLevelSecurityFilterFormComponent,
1374
+ MJScheduledActionParamFormComponent,
1375
+ MJScheduledActionFormComponent,
1376
+ MJScheduledJobRunFormComponent,
1377
+ MJScheduledJobTypeFormComponent
1294
1378
  ],
1295
1379
  imports: [
1296
1380
  CommonModule,
@@ -1302,12 +1386,7 @@ export class GeneratedForms_SubModule_13 {
1302
1386
  exports: []
1303
1387
  }]
1304
1388
  }], null, null); })();
1305
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJRecordChangeReplayRunFormComponent,
1306
- MJRecordChangeFormComponent,
1307
- MJRecordGeoCodeFormComponent,
1308
- MJRecordLinkFormComponent,
1309
- MJRecordMergeDeletionLogFormComponent,
1310
- MJRecordMergeLogFormComponent,
1389
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRecordMergeLogFormComponent,
1311
1390
  MJRecordProcessCategoryFormComponent,
1312
1391
  MJRecordProcessWatermarkFormComponent,
1313
1392
  MJRecordProcessFormComponent,
@@ -1321,31 +1400,32 @@ export class GeneratedForms_SubModule_13 {
1321
1400
  MJResourceLinkFormComponent,
1322
1401
  MJResourcePermissionFormComponent,
1323
1402
  MJResourceTypeFormComponent,
1324
- MJRoleFormComponent], imports: [CommonModule,
1403
+ MJRoleFormComponent,
1404
+ MJRowLevelSecurityFilterFormComponent,
1405
+ MJScheduledActionParamFormComponent,
1406
+ MJScheduledActionFormComponent,
1407
+ MJScheduledJobRunFormComponent,
1408
+ MJScheduledJobTypeFormComponent], imports: [CommonModule,
1325
1409
  FormsModule,
1326
1410
  BaseFormsModule,
1327
1411
  EntityViewerModule,
1328
1412
  LinkDirectivesModule] }); })();
1329
- export class GeneratedForms_SubModule_14 {
1330
- static { this.ɵfac = function GeneratedForms_SubModule_14_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_14)(); }; }
1331
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_14 }); }
1413
+ export class GeneratedForms_SubModule_15 {
1414
+ static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_15)(); }; }
1415
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
1332
1416
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1333
1417
  FormsModule,
1334
1418
  BaseFormsModule,
1335
1419
  EntityViewerModule,
1336
1420
  LinkDirectivesModule] }); }
1337
1421
  }
1338
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_14, [{
1422
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
1339
1423
  type: NgModule,
1340
1424
  args: [{
1341
1425
  declarations: [
1342
- MJRowLevelSecurityFilterFormComponent,
1343
- MJScheduledActionParamFormComponent,
1344
- MJScheduledActionFormComponent,
1345
- MJScheduledJobRunFormComponent,
1346
- MJScheduledJobTypeFormComponent,
1347
1426
  MJScheduledJobFormComponent,
1348
1427
  MJSchemaInfoFormComponent,
1428
+ MJScopedPromptPartFormComponent,
1349
1429
  MJSearchExecutionLogFormComponent,
1350
1430
  MJSearchProviderFormComponent,
1351
1431
  MJSearchScopeEntityFormComponent,
@@ -1358,7 +1438,11 @@ export class GeneratedForms_SubModule_14 {
1358
1438
  MJSignatureAccountFormComponent,
1359
1439
  MJSignatureProviderFormComponent,
1360
1440
  MJSignatureRequestDocumentFormComponent,
1361
- MJSignatureRequestLogFormComponent
1441
+ MJSignatureRequestLogFormComponent,
1442
+ MJSignatureRequestRecipientFormComponent,
1443
+ MJSignatureRequestFormComponent,
1444
+ MJSkillFormComponent,
1445
+ MJSQLDialectFormComponent
1362
1446
  ],
1363
1447
  imports: [
1364
1448
  CommonModule,
@@ -1370,13 +1454,9 @@ export class GeneratedForms_SubModule_14 {
1370
1454
  exports: []
1371
1455
  }]
1372
1456
  }], null, null); })();
1373
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRowLevelSecurityFilterFormComponent,
1374
- MJScheduledActionParamFormComponent,
1375
- MJScheduledActionFormComponent,
1376
- MJScheduledJobRunFormComponent,
1377
- MJScheduledJobTypeFormComponent,
1378
- MJScheduledJobFormComponent,
1457
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJScheduledJobFormComponent,
1379
1458
  MJSchemaInfoFormComponent,
1459
+ MJScopedPromptPartFormComponent,
1380
1460
  MJSearchExecutionLogFormComponent,
1381
1461
  MJSearchProviderFormComponent,
1382
1462
  MJSearchScopeEntityFormComponent,
@@ -1389,28 +1469,28 @@ export class GeneratedForms_SubModule_14 {
1389
1469
  MJSignatureAccountFormComponent,
1390
1470
  MJSignatureProviderFormComponent,
1391
1471
  MJSignatureRequestDocumentFormComponent,
1392
- MJSignatureRequestLogFormComponent], imports: [CommonModule,
1472
+ MJSignatureRequestLogFormComponent,
1473
+ MJSignatureRequestRecipientFormComponent,
1474
+ MJSignatureRequestFormComponent,
1475
+ MJSkillFormComponent,
1476
+ MJSQLDialectFormComponent], imports: [CommonModule,
1393
1477
  FormsModule,
1394
1478
  BaseFormsModule,
1395
1479
  EntityViewerModule,
1396
1480
  LinkDirectivesModule] }); })();
1397
- export class GeneratedForms_SubModule_15 {
1398
- static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_15)(); }; }
1399
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
1481
+ export class GeneratedForms_SubModule_16 {
1482
+ static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_16)(); }; }
1483
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
1400
1484
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1401
1485
  FormsModule,
1402
1486
  BaseFormsModule,
1403
1487
  EntityViewerModule,
1404
1488
  LinkDirectivesModule] }); }
1405
1489
  }
1406
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
1490
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
1407
1491
  type: NgModule,
1408
1492
  args: [{
1409
1493
  declarations: [
1410
- MJSignatureRequestRecipientFormComponent,
1411
- MJSignatureRequestFormComponent,
1412
- MJSkillFormComponent,
1413
- MJSQLDialectFormComponent,
1414
1494
  MJStateProvinceFormComponent,
1415
1495
  MJTagAuditLogFormComponent,
1416
1496
  MJTagCoOccurrenceFormComponent,
@@ -1426,7 +1506,11 @@ export class GeneratedForms_SubModule_15 {
1426
1506
  MJTemplateContentTypeFormComponent,
1427
1507
  MJTemplateContentFormComponent,
1428
1508
  MJTemplateParamFormComponent,
1429
- MJTemplateFormComponent
1509
+ MJTemplateFormComponent,
1510
+ MJTestRubricFormComponent,
1511
+ MJTestRunFeedbackFormComponent,
1512
+ MJTestRunOutputTypeFormComponent,
1513
+ MJTestRunOutputFormComponent
1430
1514
  ],
1431
1515
  imports: [
1432
1516
  CommonModule,
@@ -1438,11 +1522,7 @@ export class GeneratedForms_SubModule_15 {
1438
1522
  exports: []
1439
1523
  }]
1440
1524
  }], null, null); })();
1441
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJSignatureRequestRecipientFormComponent,
1442
- MJSignatureRequestFormComponent,
1443
- MJSkillFormComponent,
1444
- MJSQLDialectFormComponent,
1445
- MJStateProvinceFormComponent,
1525
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJStateProvinceFormComponent,
1446
1526
  MJTagAuditLogFormComponent,
1447
1527
  MJTagCoOccurrenceFormComponent,
1448
1528
  MJTagScopeFormComponent,
@@ -1457,28 +1537,28 @@ export class GeneratedForms_SubModule_15 {
1457
1537
  MJTemplateContentTypeFormComponent,
1458
1538
  MJTemplateContentFormComponent,
1459
1539
  MJTemplateParamFormComponent,
1460
- MJTemplateFormComponent], imports: [CommonModule,
1540
+ MJTemplateFormComponent,
1541
+ MJTestRubricFormComponent,
1542
+ MJTestRunFeedbackFormComponent,
1543
+ MJTestRunOutputTypeFormComponent,
1544
+ MJTestRunOutputFormComponent], imports: [CommonModule,
1461
1545
  FormsModule,
1462
1546
  BaseFormsModule,
1463
1547
  EntityViewerModule,
1464
1548
  LinkDirectivesModule] }); })();
1465
- export class GeneratedForms_SubModule_16 {
1466
- static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_16)(); }; }
1467
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
1549
+ export class GeneratedForms_SubModule_17 {
1550
+ static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_17)(); }; }
1551
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
1468
1552
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1469
1553
  FormsModule,
1470
1554
  BaseFormsModule,
1471
1555
  EntityViewerModule,
1472
1556
  LinkDirectivesModule] }); }
1473
1557
  }
1474
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
1558
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
1475
1559
  type: NgModule,
1476
1560
  args: [{
1477
1561
  declarations: [
1478
- MJTestRubricFormComponent,
1479
- MJTestRunFeedbackFormComponent,
1480
- MJTestRunOutputTypeFormComponent,
1481
- MJTestRunOutputFormComponent,
1482
1562
  MJTestRunFormComponent,
1483
1563
  MJTestSuiteRunFormComponent,
1484
1564
  MJTestSuiteTestFormComponent,
@@ -1494,7 +1574,11 @@ export class GeneratedForms_SubModule_16 {
1494
1574
  MJUserRecordLogFormComponent,
1495
1575
  MJUserRoleFormComponent,
1496
1576
  MJUserSettingFormComponent,
1497
- MJUserViewCategoryFormComponent
1577
+ MJUserViewCategoryFormComponent,
1578
+ MJUserViewRunDetailFormComponent,
1579
+ MJUserViewRunFormComponent,
1580
+ MJUserViewFormComponent,
1581
+ MJUserFormComponent
1498
1582
  ],
1499
1583
  imports: [
1500
1584
  CommonModule,
@@ -1506,11 +1590,7 @@ export class GeneratedForms_SubModule_16 {
1506
1590
  exports: []
1507
1591
  }]
1508
1592
  }], null, null); })();
1509
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJTestRubricFormComponent,
1510
- MJTestRunFeedbackFormComponent,
1511
- MJTestRunOutputTypeFormComponent,
1512
- MJTestRunOutputFormComponent,
1513
- MJTestRunFormComponent,
1593
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTestRunFormComponent,
1514
1594
  MJTestSuiteRunFormComponent,
1515
1595
  MJTestSuiteTestFormComponent,
1516
1596
  MJTestSuiteFormComponent,
@@ -1525,28 +1605,28 @@ export class GeneratedForms_SubModule_16 {
1525
1605
  MJUserRecordLogFormComponent,
1526
1606
  MJUserRoleFormComponent,
1527
1607
  MJUserSettingFormComponent,
1528
- MJUserViewCategoryFormComponent], imports: [CommonModule,
1608
+ MJUserViewCategoryFormComponent,
1609
+ MJUserViewRunDetailFormComponent,
1610
+ MJUserViewRunFormComponent,
1611
+ MJUserViewFormComponent,
1612
+ MJUserFormComponent], imports: [CommonModule,
1529
1613
  FormsModule,
1530
1614
  BaseFormsModule,
1531
1615
  EntityViewerModule,
1532
1616
  LinkDirectivesModule] }); })();
1533
- export class GeneratedForms_SubModule_17 {
1534
- static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_17)(); }; }
1535
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
1617
+ export class GeneratedForms_SubModule_18 {
1618
+ static { this.ɵfac = function GeneratedForms_SubModule_18_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_18)(); }; }
1619
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_18 }); }
1536
1620
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1537
1621
  FormsModule,
1538
1622
  BaseFormsModule,
1539
1623
  EntityViewerModule,
1540
1624
  LinkDirectivesModule] }); }
1541
1625
  }
1542
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
1626
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_18, [{
1543
1627
  type: NgModule,
1544
1628
  args: [{
1545
1629
  declarations: [
1546
- MJUserViewRunDetailFormComponent,
1547
- MJUserViewRunFormComponent,
1548
- MJUserViewFormComponent,
1549
- MJUserFormComponent,
1550
1630
  MJVectorDatabaseFormComponent,
1551
1631
  MJVectorIndexFormComponent,
1552
1632
  MJVersionInstallationFormComponent,
@@ -1570,11 +1650,7 @@ export class GeneratedForms_SubModule_17 {
1570
1650
  exports: []
1571
1651
  }]
1572
1652
  }], null, null); })();
1573
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJUserViewRunDetailFormComponent,
1574
- MJUserViewRunFormComponent,
1575
- MJUserViewFormComponent,
1576
- MJUserFormComponent,
1577
- MJVectorDatabaseFormComponent,
1653
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJVectorDatabaseFormComponent,
1578
1654
  MJVectorIndexFormComponent,
1579
1655
  MJVersionInstallationFormComponent,
1580
1656
  MJVersionLabelItemFormComponent,
@@ -1610,7 +1686,8 @@ export class CoreGeneratedFormsModule {
1610
1686
  GeneratedForms_SubModule_14,
1611
1687
  GeneratedForms_SubModule_15,
1612
1688
  GeneratedForms_SubModule_16,
1613
- GeneratedForms_SubModule_17] }); }
1689
+ GeneratedForms_SubModule_17,
1690
+ GeneratedForms_SubModule_18] }); }
1614
1691
  }
1615
1692
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
1616
1693
  type: NgModule,
@@ -1634,9 +1711,10 @@ export class CoreGeneratedFormsModule {
1634
1711
  GeneratedForms_SubModule_14,
1635
1712
  GeneratedForms_SubModule_15,
1636
1713
  GeneratedForms_SubModule_16,
1637
- GeneratedForms_SubModule_17
1714
+ GeneratedForms_SubModule_17,
1715
+ GeneratedForms_SubModule_18
1638
1716
  ]
1639
1717
  }]
1640
1718
  }], null, null); })();
1641
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17] }); })();
1719
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18] }); })();
1642
1720
  //# sourceMappingURL=generated-forms.module.js.map