@memberjunction/ng-core-entity-forms 5.30.0 → 5.31.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 (163) hide show
  1. package/dist/lib/__tests__/content-source-form.test.d.ts +2 -0
  2. package/dist/lib/__tests__/content-source-form.test.d.ts.map +1 -0
  3. package/dist/lib/__tests__/content-source-form.test.js +183 -0
  4. package/dist/lib/__tests__/content-source-form.test.js.map +1 -0
  5. package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts +2 -1
  6. package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
  7. package/dist/lib/custom/AIAgents/add-action-dialog.component.js +6 -4
  8. package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
  9. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +2 -2
  10. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
  11. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts +2 -1
  12. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
  13. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +6 -4
  14. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -1
  15. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +15 -15
  16. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  17. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +2 -1
  18. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
  19. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +9 -7
  20. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
  21. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +2 -1
  22. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
  23. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +11 -9
  24. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
  25. package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +2 -1
  26. package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
  27. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +6 -5
  28. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
  29. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +2 -1
  30. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
  31. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +6 -4
  32. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
  33. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +2 -1
  34. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
  35. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +6 -4
  36. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
  37. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +2 -1
  38. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
  39. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +6 -4
  40. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
  41. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +3 -3
  42. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  43. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +1 -1
  44. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
  45. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +6 -6
  46. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  47. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts +2 -1
  48. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts.map +1 -1
  49. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +7 -5
  50. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
  51. package/dist/lib/custom/Actions/action-execution-log-form.component.js +3 -3
  52. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  53. package/dist/lib/custom/Actions/action-form.component.js +12 -12
  54. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  55. package/dist/lib/custom/ContentSources/content-source-form.component.d.ts +59 -5
  56. package/dist/lib/custom/ContentSources/content-source-form.component.d.ts.map +1 -1
  57. package/dist/lib/custom/ContentSources/content-source-form.component.js +379 -34
  58. package/dist/lib/custom/ContentSources/content-source-form.component.js.map +1 -1
  59. package/dist/lib/custom/Entities/entity-form.component.d.ts +1 -1
  60. package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
  61. package/dist/lib/custom/Entities/entity-form.component.js +5 -5
  62. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  63. package/dist/lib/custom/Lists/list-form.component.d.ts +1 -1
  64. package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
  65. package/dist/lib/custom/Lists/list-form.component.js +10 -10
  66. package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
  67. package/dist/lib/custom/Queries/query-category-dialog.component.d.ts +2 -1
  68. package/dist/lib/custom/Queries/query-category-dialog.component.d.ts.map +1 -1
  69. package/dist/lib/custom/Queries/query-category-dialog.component.js +9 -7
  70. package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
  71. package/dist/lib/custom/Queries/query-form.component.js +17 -17
  72. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  73. package/dist/lib/custom/Queries/query-run-dialog.component.d.ts +2 -1
  74. package/dist/lib/custom/Queries/query-run-dialog.component.d.ts.map +1 -1
  75. package/dist/lib/custom/Queries/query-run-dialog.component.js +7 -6
  76. package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
  77. package/dist/lib/custom/Templates/template-param-dialog.component.d.ts +2 -1
  78. package/dist/lib/custom/Templates/template-param-dialog.component.d.ts.map +1 -1
  79. package/dist/lib/custom/Templates/template-param-dialog.component.js +10 -8
  80. package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
  81. package/dist/lib/custom/Templates/template-params-grid.component.d.ts +2 -1
  82. package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
  83. package/dist/lib/custom/Templates/template-params-grid.component.js +9 -7
  84. package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
  85. package/dist/lib/custom/Templates/templates-form.component.js +8 -8
  86. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  87. package/dist/lib/custom/Tests/entity-link-pill.component.d.ts +3 -2
  88. package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -1
  89. package/dist/lib/custom/Tests/entity-link-pill.component.js +8 -6
  90. package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -1
  91. package/dist/lib/custom/Tests/test-form.component.d.ts +1 -1
  92. package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
  93. package/dist/lib/custom/Tests/test-form.component.js +7 -7
  94. package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
  95. package/dist/lib/custom/Tests/test-run-form.component.js +5 -5
  96. package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
  97. package/dist/lib/custom/Tests/test-suite-form.component.d.ts +1 -1
  98. package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
  99. package/dist/lib/custom/Tests/test-suite-form.component.js +8 -8
  100. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  101. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +1 -1
  102. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
  103. package/dist/lib/custom/Tests/test-suite-run-form.component.js +6 -6
  104. package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
  105. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +2 -1
  106. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
  107. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +8 -6
  108. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  109. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts +9 -0
  110. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
  111. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +15 -3
  112. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
  113. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +3 -2
  114. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
  115. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +10 -5
  116. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  117. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +2 -2
  118. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  119. package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts +2 -1
  120. package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
  121. package/dist/lib/custom/shared/entity-selector-dialog.component.js +6 -4
  122. package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
  123. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.d.ts.map +1 -1
  124. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +46 -28
  125. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
  126. package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js +10 -10
  127. package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js.map +1 -1
  128. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.d.ts.map +1 -1
  129. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +25 -7
  130. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
  131. package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.d.ts.map +1 -1
  132. package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +25 -7
  133. package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
  134. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  135. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +106 -88
  136. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  137. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.d.ts.map +1 -1
  138. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +181 -61
  139. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
  140. package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.d.ts +10 -0
  141. package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.d.ts.map +1 -0
  142. package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.js +63 -0
  143. package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.js.map +1 -0
  144. package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.d.ts +10 -0
  145. package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.d.ts.map +1 -0
  146. package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.js +95 -0
  147. package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.js.map +1 -0
  148. package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.d.ts +10 -0
  149. package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.d.ts.map +1 -0
  150. package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.js +63 -0
  151. package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.js.map +1 -0
  152. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  153. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +199 -181
  154. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  155. package/dist/lib/generated/generated-forms.module.d.ts +51 -48
  156. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  157. package/dist/lib/generated/generated-forms.module.js +27 -18
  158. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  159. package/dist/lib/shared/components/template-editor.component.d.ts +3 -2
  160. package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
  161. package/dist/lib/shared/components/template-editor.component.js +8 -6
  162. package/dist/lib/shared/components/template-editor.component.js.map +1 -1
  163. package/package.json +37 -35
@@ -271,51 +271,54 @@ import * as i269 from "./Entities/MJSQLDialect/mjsqldialect.form.component";
271
271
  import * as i270 from "./Entities/MJStateProvince/mjstateprovince.form.component";
272
272
  import * as i271 from "./Entities/MJTagAuditLog/mjtagauditlog.form.component";
273
273
  import * as i272 from "./Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component";
274
- import * as i273 from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
275
- import * as i274 from "./Entities/MJTag/mjtag.form.component";
276
- import * as i275 from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
277
- import * as i276 from "./Entities/MJTaskType/mjtasktype.form.component";
278
- import * as i277 from "./Entities/MJTask/mjtask.form.component";
279
- import * as i278 from "./Entities/MJTemplateCategory/mjtemplatecategory.form.component";
280
- import * as i279 from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
281
- import * as i280 from "./Entities/MJTemplateContent/mjtemplatecontent.form.component";
282
- import * as i281 from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
283
- import * as i282 from "./Entities/MJTemplate/mjtemplate.form.component";
284
- import * as i283 from "./Entities/MJTestRubric/mjtestrubric.form.component";
285
- import * as i284 from "./Entities/MJTestRunFeedback/mjtestrunfeedback.form.component";
286
- import * as i285 from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
287
- import * as i286 from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
288
- import * as i287 from "./Entities/MJTestRun/mjtestrun.form.component";
289
- import * as i288 from "./Entities/MJTestSuiteRun/mjtestsuiterun.form.component";
290
- import * as i289 from "./Entities/MJTestSuiteTest/mjtestsuitetest.form.component";
291
- import * as i290 from "./Entities/MJTestSuite/mjtestsuite.form.component";
292
- import * as i291 from "./Entities/MJTestType/mjtesttype.form.component";
293
- import * as i292 from "./Entities/MJTest/mjtest.form.component";
294
- import * as i293 from "./Entities/MJUserApplicationEntity/mjuserapplicationentity.form.component";
295
- import * as i294 from "./Entities/MJUserApplication/mjuserapplication.form.component";
296
- import * as i295 from "./Entities/MJUserFavorite/mjuserfavorite.form.component";
297
- import * as i296 from "./Entities/MJUserNotificationPreference/mjusernotificationpreference.form.component";
298
- import * as i297 from "./Entities/MJUserNotificationType/mjusernotificationtype.form.component";
299
- import * as i298 from "./Entities/MJUserNotification/mjusernotification.form.component";
300
- import * as i299 from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
301
- import * as i300 from "./Entities/MJUserRole/mjuserrole.form.component";
302
- import * as i301 from "./Entities/MJUserSetting/mjusersetting.form.component";
303
- import * as i302 from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
304
- import * as i303 from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
305
- import * as i304 from "./Entities/MJUserViewRun/mjuserviewrun.form.component";
306
- import * as i305 from "./Entities/MJUserView/mjuserview.form.component";
307
- import * as i306 from "./Entities/MJUser/mjuser.form.component";
308
- import * as i307 from "./Entities/MJVectorDatabase/mjvectordatabase.form.component";
309
- import * as i308 from "./Entities/MJVectorIndex/mjvectorindex.form.component";
310
- import * as i309 from "./Entities/MJVersionInstallation/mjversioninstallation.form.component";
311
- import * as i310 from "./Entities/MJVersionLabelItem/mjversionlabelitem.form.component";
312
- import * as i311 from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
313
- import * as i312 from "./Entities/MJVersionLabel/mjversionlabel.form.component";
314
- import * as i313 from "./Entities/MJWorkflowEngine/mjworkflowengine.form.component";
315
- import * as i314 from "./Entities/MJWorkflowRun/mjworkflowrun.form.component";
316
- import * as i315 from "./Entities/MJWorkflow/mjworkflow.form.component";
317
- import * as i316 from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
318
- import * as i317 from "./Entities/MJWorkspace/mjworkspace.form.component";
274
+ import * as i273 from "./Entities/MJTagScope/mjtagscope.form.component";
275
+ import * as i274 from "./Entities/MJTagSuggestion/mjtagsuggestion.form.component";
276
+ import * as i275 from "./Entities/MJTagSynonym/mjtagsynonym.form.component";
277
+ import * as i276 from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
278
+ import * as i277 from "./Entities/MJTag/mjtag.form.component";
279
+ import * as i278 from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
280
+ import * as i279 from "./Entities/MJTaskType/mjtasktype.form.component";
281
+ import * as i280 from "./Entities/MJTask/mjtask.form.component";
282
+ import * as i281 from "./Entities/MJTemplateCategory/mjtemplatecategory.form.component";
283
+ import * as i282 from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
284
+ import * as i283 from "./Entities/MJTemplateContent/mjtemplatecontent.form.component";
285
+ import * as i284 from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
286
+ import * as i285 from "./Entities/MJTemplate/mjtemplate.form.component";
287
+ import * as i286 from "./Entities/MJTestRubric/mjtestrubric.form.component";
288
+ import * as i287 from "./Entities/MJTestRunFeedback/mjtestrunfeedback.form.component";
289
+ import * as i288 from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
290
+ import * as i289 from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
291
+ import * as i290 from "./Entities/MJTestRun/mjtestrun.form.component";
292
+ import * as i291 from "./Entities/MJTestSuiteRun/mjtestsuiterun.form.component";
293
+ import * as i292 from "./Entities/MJTestSuiteTest/mjtestsuitetest.form.component";
294
+ import * as i293 from "./Entities/MJTestSuite/mjtestsuite.form.component";
295
+ import * as i294 from "./Entities/MJTestType/mjtesttype.form.component";
296
+ import * as i295 from "./Entities/MJTest/mjtest.form.component";
297
+ import * as i296 from "./Entities/MJUserApplicationEntity/mjuserapplicationentity.form.component";
298
+ import * as i297 from "./Entities/MJUserApplication/mjuserapplication.form.component";
299
+ import * as i298 from "./Entities/MJUserFavorite/mjuserfavorite.form.component";
300
+ import * as i299 from "./Entities/MJUserNotificationPreference/mjusernotificationpreference.form.component";
301
+ import * as i300 from "./Entities/MJUserNotificationType/mjusernotificationtype.form.component";
302
+ import * as i301 from "./Entities/MJUserNotification/mjusernotification.form.component";
303
+ import * as i302 from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
304
+ import * as i303 from "./Entities/MJUserRole/mjuserrole.form.component";
305
+ import * as i304 from "./Entities/MJUserSetting/mjusersetting.form.component";
306
+ import * as i305 from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
307
+ import * as i306 from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
308
+ import * as i307 from "./Entities/MJUserViewRun/mjuserviewrun.form.component";
309
+ import * as i308 from "./Entities/MJUserView/mjuserview.form.component";
310
+ import * as i309 from "./Entities/MJUser/mjuser.form.component";
311
+ import * as i310 from "./Entities/MJVectorDatabase/mjvectordatabase.form.component";
312
+ import * as i311 from "./Entities/MJVectorIndex/mjvectorindex.form.component";
313
+ import * as i312 from "./Entities/MJVersionInstallation/mjversioninstallation.form.component";
314
+ import * as i313 from "./Entities/MJVersionLabelItem/mjversionlabelitem.form.component";
315
+ import * as i314 from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
316
+ import * as i315 from "./Entities/MJVersionLabel/mjversionlabel.form.component";
317
+ import * as i316 from "./Entities/MJWorkflowEngine/mjworkflowengine.form.component";
318
+ import * as i317 from "./Entities/MJWorkflowRun/mjworkflowrun.form.component";
319
+ import * as i318 from "./Entities/MJWorkflow/mjworkflow.form.component";
320
+ import * as i319 from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
321
+ import * as i320 from "./Entities/MJWorkspace/mjworkspace.form.component";
319
322
  export declare class GeneratedForms_SubModule_0 {
320
323
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
321
324
  static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.MJAccessControlRuleFormComponent, typeof i2.MJActionAuthorizationFormComponent, typeof i3.MJActionCategoryFormComponent, typeof i4.MJActionContextTypeFormComponent, typeof i5.MJActionContextFormComponent, typeof i6.MJActionExecutionLogFormComponent, typeof i7.MJActionFilterFormComponent, typeof i8.MJActionLibraryFormComponent, typeof i9.MJActionParamFormComponent, typeof i10.MJActionResultCodeFormComponent, typeof i11.MJActionFormComponent, typeof i12.MJAIActionFormComponent, typeof i13.MJAIAgentActionFormComponent, typeof i14.MJAIAgentArtifactTypeFormComponent, typeof i15.MJAIAgentCategoryFormComponent, typeof i16.MJAIAgentClientToolFormComponent, typeof i17.MJAIAgentConfigurationFormComponent, typeof i18.MJAIAgentDataSourceFormComponent, typeof i19.MJAIAgentExampleFormComponent, typeof i20.MJAIAgentLearningCycleFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
@@ -383,17 +386,17 @@ export declare class GeneratedForms_SubModule_12 {
383
386
  }
384
387
  export declare class GeneratedForms_SubModule_13 {
385
388
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_13, never>;
386
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i267.MJSearchProviderFormComponent, typeof i268.MJSkillFormComponent, typeof i269.MJSQLDialectFormComponent, typeof i270.MJStateProvinceFormComponent, typeof i271.MJTagAuditLogFormComponent, typeof i272.MJTagCoOccurrenceFormComponent, typeof i273.MJTaggedItemFormComponent, typeof i274.MJTagFormComponent, typeof i275.MJTaskDependencyFormComponent, typeof i276.MJTaskTypeFormComponent, typeof i277.MJTaskFormComponent, typeof i278.MJTemplateCategoryFormComponent, typeof i279.MJTemplateContentTypeFormComponent, typeof i280.MJTemplateContentFormComponent, typeof i281.MJTemplateParamFormComponent, typeof i282.MJTemplateFormComponent, typeof i283.MJTestRubricFormComponent, typeof i284.MJTestRunFeedbackFormComponent, typeof i285.MJTestRunOutputTypeFormComponent, typeof i286.MJTestRunOutputFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
389
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i267.MJSearchProviderFormComponent, typeof i268.MJSkillFormComponent, typeof i269.MJSQLDialectFormComponent, typeof i270.MJStateProvinceFormComponent, typeof i271.MJTagAuditLogFormComponent, typeof i272.MJTagCoOccurrenceFormComponent, typeof i273.MJTagScopeFormComponent, typeof i274.MJTagSuggestionFormComponent, typeof i275.MJTagSynonymFormComponent, typeof i276.MJTaggedItemFormComponent, typeof i277.MJTagFormComponent, typeof i278.MJTaskDependencyFormComponent, typeof i279.MJTaskTypeFormComponent, typeof i280.MJTaskFormComponent, typeof i281.MJTemplateCategoryFormComponent, typeof i282.MJTemplateContentTypeFormComponent, typeof i283.MJTemplateContentFormComponent, typeof i284.MJTemplateParamFormComponent, typeof i285.MJTemplateFormComponent, typeof i286.MJTestRubricFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
387
390
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_13>;
388
391
  }
389
392
  export declare class GeneratedForms_SubModule_14 {
390
393
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_14, never>;
391
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i287.MJTestRunFormComponent, typeof i288.MJTestSuiteRunFormComponent, typeof i289.MJTestSuiteTestFormComponent, typeof i290.MJTestSuiteFormComponent, typeof i291.MJTestTypeFormComponent, typeof i292.MJTestFormComponent, typeof i293.MJUserApplicationEntityFormComponent, typeof i294.MJUserApplicationFormComponent, typeof i295.MJUserFavoriteFormComponent, typeof i296.MJUserNotificationPreferenceFormComponent, typeof i297.MJUserNotificationTypeFormComponent, typeof i298.MJUserNotificationFormComponent, typeof i299.MJUserRecordLogFormComponent, typeof i300.MJUserRoleFormComponent, typeof i301.MJUserSettingFormComponent, typeof i302.MJUserViewCategoryFormComponent, typeof i303.MJUserViewRunDetailFormComponent, typeof i304.MJUserViewRunFormComponent, typeof i305.MJUserViewFormComponent, typeof i306.MJUserFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
394
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i287.MJTestRunFeedbackFormComponent, typeof i288.MJTestRunOutputTypeFormComponent, typeof i289.MJTestRunOutputFormComponent, typeof i290.MJTestRunFormComponent, typeof i291.MJTestSuiteRunFormComponent, typeof i292.MJTestSuiteTestFormComponent, typeof i293.MJTestSuiteFormComponent, typeof i294.MJTestTypeFormComponent, typeof i295.MJTestFormComponent, typeof i296.MJUserApplicationEntityFormComponent, typeof i297.MJUserApplicationFormComponent, typeof i298.MJUserFavoriteFormComponent, typeof i299.MJUserNotificationPreferenceFormComponent, typeof i300.MJUserNotificationTypeFormComponent, typeof i301.MJUserNotificationFormComponent, typeof i302.MJUserRecordLogFormComponent, typeof i303.MJUserRoleFormComponent, typeof i304.MJUserSettingFormComponent, typeof i305.MJUserViewCategoryFormComponent, typeof i306.MJUserViewRunDetailFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
392
395
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_14>;
393
396
  }
394
397
  export declare class GeneratedForms_SubModule_15 {
395
398
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_15, never>;
396
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_15, [typeof i307.MJVectorDatabaseFormComponent, typeof i308.MJVectorIndexFormComponent, typeof i309.MJVersionInstallationFormComponent, typeof i310.MJVersionLabelItemFormComponent, typeof i311.MJVersionLabelRestoreFormComponent, typeof i312.MJVersionLabelFormComponent, typeof i313.MJWorkflowEngineFormComponent, typeof i314.MJWorkflowRunFormComponent, typeof i315.MJWorkflowFormComponent, typeof i316.MJWorkspaceItemFormComponent, typeof i317.MJWorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
399
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_15, [typeof i307.MJUserViewRunFormComponent, typeof i308.MJUserViewFormComponent, typeof i309.MJUserFormComponent, typeof i310.MJVectorDatabaseFormComponent, typeof i311.MJVectorIndexFormComponent, typeof i312.MJVersionInstallationFormComponent, typeof i313.MJVersionLabelItemFormComponent, typeof i314.MJVersionLabelRestoreFormComponent, typeof i315.MJVersionLabelFormComponent, typeof i316.MJWorkflowEngineFormComponent, typeof i317.MJWorkflowRunFormComponent, typeof i318.MJWorkflowFormComponent, typeof i319.MJWorkspaceItemFormComponent, typeof i320.MJWorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
397
400
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_15>;
398
401
  }
399
402
  export declare class CoreGeneratedFormsModule {
@@ -1 +1 @@
1
- {"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0UA,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAuBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAsBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBA9iBxB,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAqC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SA2B3B,2BAA2B;0CA0B3B,wBAAwB;CAAI"}
1
+ {"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6UA,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBA0Ba,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAsBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAjjBxB,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAqC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SA8B3B,2BAA2B;0CA0B3B,wBAAwB;CAAI"}
@@ -279,6 +279,9 @@ import { MJSQLDialectFormComponent } from "./Entities/MJSQLDialect/mjsqldialect.
279
279
  import { MJStateProvinceFormComponent } from "./Entities/MJStateProvince/mjstateprovince.form.component";
280
280
  import { MJTagAuditLogFormComponent } from "./Entities/MJTagAuditLog/mjtagauditlog.form.component";
281
281
  import { MJTagCoOccurrenceFormComponent } from "./Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component";
282
+ import { MJTagScopeFormComponent } from "./Entities/MJTagScope/mjtagscope.form.component";
283
+ import { MJTagSuggestionFormComponent } from "./Entities/MJTagSuggestion/mjtagsuggestion.form.component";
284
+ import { MJTagSynonymFormComponent } from "./Entities/MJTagSynonym/mjtagsynonym.form.component";
282
285
  import { MJTaggedItemFormComponent } from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
283
286
  import { MJTagFormComponent } from "./Entities/MJTag/mjtag.form.component";
284
287
  import { MJTaskDependencyFormComponent } from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
@@ -1232,6 +1235,9 @@ export class GeneratedForms_SubModule_13 {
1232
1235
  MJStateProvinceFormComponent,
1233
1236
  MJTagAuditLogFormComponent,
1234
1237
  MJTagCoOccurrenceFormComponent,
1238
+ MJTagScopeFormComponent,
1239
+ MJTagSuggestionFormComponent,
1240
+ MJTagSynonymFormComponent,
1235
1241
  MJTaggedItemFormComponent,
1236
1242
  MJTagFormComponent,
1237
1243
  MJTaskDependencyFormComponent,
@@ -1242,10 +1248,7 @@ export class GeneratedForms_SubModule_13 {
1242
1248
  MJTemplateContentFormComponent,
1243
1249
  MJTemplateParamFormComponent,
1244
1250
  MJTemplateFormComponent,
1245
- MJTestRubricFormComponent,
1246
- MJTestRunFeedbackFormComponent,
1247
- MJTestRunOutputTypeFormComponent,
1248
- MJTestRunOutputFormComponent
1251
+ MJTestRubricFormComponent
1249
1252
  ],
1250
1253
  imports: [
1251
1254
  CommonModule,
@@ -1263,6 +1266,9 @@ export class GeneratedForms_SubModule_13 {
1263
1266
  MJStateProvinceFormComponent,
1264
1267
  MJTagAuditLogFormComponent,
1265
1268
  MJTagCoOccurrenceFormComponent,
1269
+ MJTagScopeFormComponent,
1270
+ MJTagSuggestionFormComponent,
1271
+ MJTagSynonymFormComponent,
1266
1272
  MJTaggedItemFormComponent,
1267
1273
  MJTagFormComponent,
1268
1274
  MJTaskDependencyFormComponent,
@@ -1273,10 +1279,7 @@ export class GeneratedForms_SubModule_13 {
1273
1279
  MJTemplateContentFormComponent,
1274
1280
  MJTemplateParamFormComponent,
1275
1281
  MJTemplateFormComponent,
1276
- MJTestRubricFormComponent,
1277
- MJTestRunFeedbackFormComponent,
1278
- MJTestRunOutputTypeFormComponent,
1279
- MJTestRunOutputFormComponent], imports: [CommonModule,
1282
+ MJTestRubricFormComponent], imports: [CommonModule,
1280
1283
  FormsModule,
1281
1284
  BaseFormsModule,
1282
1285
  EntityViewerModule,
@@ -1294,6 +1297,9 @@ export class GeneratedForms_SubModule_14 {
1294
1297
  type: NgModule,
1295
1298
  args: [{
1296
1299
  declarations: [
1300
+ MJTestRunFeedbackFormComponent,
1301
+ MJTestRunOutputTypeFormComponent,
1302
+ MJTestRunOutputFormComponent,
1297
1303
  MJTestRunFormComponent,
1298
1304
  MJTestSuiteRunFormComponent,
1299
1305
  MJTestSuiteTestFormComponent,
@@ -1310,10 +1316,7 @@ export class GeneratedForms_SubModule_14 {
1310
1316
  MJUserRoleFormComponent,
1311
1317
  MJUserSettingFormComponent,
1312
1318
  MJUserViewCategoryFormComponent,
1313
- MJUserViewRunDetailFormComponent,
1314
- MJUserViewRunFormComponent,
1315
- MJUserViewFormComponent,
1316
- MJUserFormComponent
1319
+ MJUserViewRunDetailFormComponent
1317
1320
  ],
1318
1321
  imports: [
1319
1322
  CommonModule,
@@ -1325,7 +1328,10 @@ export class GeneratedForms_SubModule_14 {
1325
1328
  exports: []
1326
1329
  }]
1327
1330
  }], null, null); })();
1328
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJTestRunFormComponent,
1331
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJTestRunFeedbackFormComponent,
1332
+ MJTestRunOutputTypeFormComponent,
1333
+ MJTestRunOutputFormComponent,
1334
+ MJTestRunFormComponent,
1329
1335
  MJTestSuiteRunFormComponent,
1330
1336
  MJTestSuiteTestFormComponent,
1331
1337
  MJTestSuiteFormComponent,
@@ -1341,10 +1347,7 @@ export class GeneratedForms_SubModule_14 {
1341
1347
  MJUserRoleFormComponent,
1342
1348
  MJUserSettingFormComponent,
1343
1349
  MJUserViewCategoryFormComponent,
1344
- MJUserViewRunDetailFormComponent,
1345
- MJUserViewRunFormComponent,
1346
- MJUserViewFormComponent,
1347
- MJUserFormComponent], imports: [CommonModule,
1350
+ MJUserViewRunDetailFormComponent], imports: [CommonModule,
1348
1351
  FormsModule,
1349
1352
  BaseFormsModule,
1350
1353
  EntityViewerModule,
@@ -1362,6 +1365,9 @@ export class GeneratedForms_SubModule_15 {
1362
1365
  type: NgModule,
1363
1366
  args: [{
1364
1367
  declarations: [
1368
+ MJUserViewRunFormComponent,
1369
+ MJUserViewFormComponent,
1370
+ MJUserFormComponent,
1365
1371
  MJVectorDatabaseFormComponent,
1366
1372
  MJVectorIndexFormComponent,
1367
1373
  MJVersionInstallationFormComponent,
@@ -1384,7 +1390,10 @@ export class GeneratedForms_SubModule_15 {
1384
1390
  exports: []
1385
1391
  }]
1386
1392
  }], null, null); })();
1387
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJVectorDatabaseFormComponent,
1393
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJUserViewRunFormComponent,
1394
+ MJUserViewFormComponent,
1395
+ MJUserFormComponent,
1396
+ MJVectorDatabaseFormComponent,
1388
1397
  MJVectorIndexFormComponent,
1389
1398
  MJVersionInstallationFormComponent,
1390
1399
  MJVersionLabelItemFormComponent,