@memberjunction/ng-core-entity-forms 5.10.1 → 5.12.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 (110) hide show
  1. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +2 -2
  2. package/dist/lib/custom/AIAgents/add-action-dialog.component.js +2 -2
  3. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +2 -2
  4. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +8 -0
  5. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  6. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +199 -139
  7. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  8. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +2 -2
  9. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +2 -2
  10. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +2 -2
  11. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +6 -6
  12. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
  13. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +2 -2
  14. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +6 -6
  15. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
  16. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +2 -2
  17. package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +2 -2
  18. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +4 -4
  19. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  20. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +2 -2
  21. package/dist/lib/custom/Actions/action-execution-log-form.component.js +4 -4
  22. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  23. package/dist/lib/custom/Actions/action-form.component.js +22 -22
  24. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  25. package/dist/lib/custom/Entities/entity-form.component.d.ts +11 -0
  26. package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
  27. package/dist/lib/custom/Entities/entity-form.component.js +244 -217
  28. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  29. package/dist/lib/custom/EntityActions/entityaction.form.component.js +2 -2
  30. package/dist/lib/custom/Lists/list-form.component.js +3 -3
  31. package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
  32. package/dist/lib/custom/Queries/query-category-dialog.component.js +3 -3
  33. package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
  34. package/dist/lib/custom/Queries/query-form.component.d.ts +25 -2
  35. package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
  36. package/dist/lib/custom/Queries/query-form.component.js +299 -139
  37. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  38. package/dist/lib/custom/Queries/query-run-dialog.component.js +3 -3
  39. package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
  40. package/dist/lib/custom/Templates/template-param-dialog.component.js +107 -111
  41. package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
  42. package/dist/lib/custom/Templates/template-params-grid.component.js +2 -2
  43. package/dist/lib/custom/Templates/templates-form.component.js +40 -43
  44. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  45. package/dist/lib/custom/Tests/entity-link-pill.component.js +2 -2
  46. package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -1
  47. package/dist/lib/custom/Tests/test-form.component.js +2 -2
  48. package/dist/lib/custom/Tests/test-rubric-form.component.js +2 -2
  49. package/dist/lib/custom/Tests/test-rubric-form.component.js.map +1 -1
  50. package/dist/lib/custom/Tests/test-run-feedback-form.component.js +2 -2
  51. package/dist/lib/custom/Tests/test-run-feedback-form.component.js.map +1 -1
  52. package/dist/lib/custom/Tests/test-run-form.component.js +2 -2
  53. package/dist/lib/custom/Tests/test-suite-form.component.js +2 -2
  54. package/dist/lib/custom/Tests/test-suite-run-form.component.js +2 -2
  55. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +2 -2
  56. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +2 -2
  57. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +2 -2
  58. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +2 -2
  59. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts +1 -0
  60. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts.map +1 -1
  61. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +28 -18
  62. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +1 -1
  63. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +2 -2
  64. package/dist/lib/custom/custom-forms.module.d.ts +2 -1
  65. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  66. package/dist/lib/custom/custom-forms.module.js +7 -3
  67. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  68. package/dist/lib/custom/shared/entity-selector-dialog.component.js +2 -2
  69. package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
  70. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +155 -153
  71. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.d.ts +10 -0
  73. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.d.ts.map +1 -0
  74. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js +105 -0
  75. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js.map +1 -0
  76. package/dist/lib/generated/Entities/MJAIAgentRequest/mjaiagentrequest.form.component.d.ts.map +1 -1
  77. package/dist/lib/generated/Entities/MJAIAgentRequest/mjaiagentrequest.form.component.js +31 -7
  78. package/dist/lib/generated/Entities/MJAIAgentRequest/mjaiagentrequest.form.component.js.map +1 -1
  79. package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.d.ts +10 -0
  80. package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.d.ts.map +1 -0
  81. package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.js +89 -0
  82. package/dist/lib/generated/Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component.js.map +1 -0
  83. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  84. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +50 -14
  85. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  86. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.d.ts.map +1 -1
  87. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js +22 -4
  88. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js.map +1 -1
  89. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +13 -11
  90. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
  91. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +83 -81
  92. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  93. package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js +35 -33
  94. package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js.map +1 -1
  95. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +25 -19
  96. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
  97. package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.d.ts.map +1 -1
  98. package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js +87 -49
  99. package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js.map +1 -1
  100. package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.d.ts +10 -0
  101. package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.d.ts.map +1 -0
  102. package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.js +69 -0
  103. package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.js.map +1 -0
  104. package/dist/lib/generated/generated-forms.module.d.ts +289 -286
  105. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  106. package/dist/lib/generated/generated-forms.module.js +113 -104
  107. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  108. package/dist/lib/shared/components/template-editor.component.js +85 -89
  109. package/dist/lib/shared/components/template-editor.component.js.map +1 -1
  110. package/package.json +31 -31
@@ -1 +1 @@
1
- {"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiTA,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAkCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAkBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAqBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAjhBxB,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAsC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAsB3B,2BAA2B;0CAyB3B,wBAAwB;CAAI"}
1
+ {"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoTA,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAkCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAqBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAqBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAphBxB,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAsC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAyB3B,2BAA2B;0CAyB3B,wBAAwB;CAAI"}
@@ -28,6 +28,7 @@ import { MJActionFormComponent } from "./Entities/MJAction/mjaction.form.compone
28
28
  import { MJAIActionFormComponent } from "./Entities/MJAIAction/mjaiaction.form.component";
29
29
  import { MJAIAgentActionFormComponent } from "./Entities/MJAIAgentAction/mjaiagentaction.form.component";
30
30
  import { MJAIAgentArtifactTypeFormComponent } from "./Entities/MJAIAgentArtifactType/mjaiagentartifacttype.form.component";
31
+ import { MJAIAgentCategoryFormComponent } from "./Entities/MJAIAgentCategory/mjaiagentcategory.form.component";
31
32
  import { MJAIAgentConfigurationFormComponent } from "./Entities/MJAIAgentConfiguration/mjaiagentconfiguration.form.component";
32
33
  import { MJAIAgentDataSourceFormComponent } from "./Entities/MJAIAgentDataSource/mjaiagentdatasource.form.component";
33
34
  import { MJAIAgentExampleFormComponent } from "./Entities/MJAIAgentExample/mjaiagentexample.form.component";
@@ -39,6 +40,7 @@ import { MJAIAgentNoteFormComponent } from "./Entities/MJAIAgentNote/mjaiagentno
39
40
  import { MJAIAgentPermissionFormComponent } from "./Entities/MJAIAgentPermission/mjaiagentpermission.form.component";
40
41
  import { MJAIAgentPromptFormComponent } from "./Entities/MJAIAgentPrompt/mjaiagentprompt.form.component";
41
42
  import { MJAIAgentRelationshipFormComponent } from "./Entities/MJAIAgentRelationship/mjaiagentrelationship.form.component";
43
+ import { MJAIAgentRequestTypeFormComponent } from "./Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component";
42
44
  import { MJAIAgentRequestFormComponent } from "./Entities/MJAIAgentRequest/mjaiagentrequest.form.component";
43
45
  import { MJAIAgentRunMediaFormComponent } from "./Entities/MJAIAgentRunMedia/mjaiagentrunmedia.form.component";
44
46
  import { MJAIAgentRunStepFormComponent } from "./Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component";
@@ -219,6 +221,7 @@ import { MJProjectFormComponent } from "./Entities/MJProject/mjproject.form.comp
219
221
  import { MJPublicLinkFormComponent } from "./Entities/MJPublicLink/mjpubliclink.form.component";
220
222
  import { MJQueryFormComponent } from "./Entities/MJQuery/mjquery.form.component";
221
223
  import { MJQueryCategoryFormComponent } from "./Entities/MJQueryCategory/mjquerycategory.form.component";
224
+ import { MJQueryDependencyFormComponent } from "./Entities/MJQueryDependency/mjquerydependency.form.component";
222
225
  import { MJQueryEntityFormComponent } from "./Entities/MJQueryEntity/mjqueryentity.form.component";
223
226
  import { MJQueryFieldFormComponent } from "./Entities/MJQueryField/mjqueryfield.form.component";
224
227
  import { MJQueryParameterFormComponent } from "./Entities/MJQueryParameter/mjqueryparameter.form.component";
@@ -329,12 +332,12 @@ export class GeneratedForms_SubModule_0 {
329
332
  MJAIActionFormComponent,
330
333
  MJAIAgentActionFormComponent,
331
334
  MJAIAgentArtifactTypeFormComponent,
335
+ MJAIAgentCategoryFormComponent,
332
336
  MJAIAgentConfigurationFormComponent,
333
337
  MJAIAgentDataSourceFormComponent,
334
338
  MJAIAgentExampleFormComponent,
335
339
  MJAIAgentLearningCycleFormComponent,
336
- MJAIAgentModalityFormComponent,
337
- MJAIAgentModelFormComponent
340
+ MJAIAgentModalityFormComponent
338
341
  ],
339
342
  imports: [
340
343
  CommonModule,
@@ -361,12 +364,12 @@ export class GeneratedForms_SubModule_0 {
361
364
  MJAIActionFormComponent,
362
365
  MJAIAgentActionFormComponent,
363
366
  MJAIAgentArtifactTypeFormComponent,
367
+ MJAIAgentCategoryFormComponent,
364
368
  MJAIAgentConfigurationFormComponent,
365
369
  MJAIAgentDataSourceFormComponent,
366
370
  MJAIAgentExampleFormComponent,
367
371
  MJAIAgentLearningCycleFormComponent,
368
- MJAIAgentModalityFormComponent,
369
- MJAIAgentModelFormComponent], imports: [CommonModule,
372
+ MJAIAgentModalityFormComponent], imports: [CommonModule,
370
373
  FormsModule,
371
374
  LayoutModule,
372
375
  BaseFormsModule,
@@ -386,11 +389,13 @@ export class GeneratedForms_SubModule_1 {
386
389
  type: NgModule,
387
390
  args: [{
388
391
  declarations: [
392
+ MJAIAgentModelFormComponent,
389
393
  MJAIAgentNoteTypeFormComponent,
390
394
  MJAIAgentNoteFormComponent,
391
395
  MJAIAgentPermissionFormComponent,
392
396
  MJAIAgentPromptFormComponent,
393
397
  MJAIAgentRelationshipFormComponent,
398
+ MJAIAgentRequestTypeFormComponent,
394
399
  MJAIAgentRequestFormComponent,
395
400
  MJAIAgentRunMediaFormComponent,
396
401
  MJAIAgentRunStepFormComponent,
@@ -403,9 +408,7 @@ export class GeneratedForms_SubModule_1 {
403
408
  MJAIConfigurationParamFormComponent,
404
409
  MJAIConfigurationFormComponent,
405
410
  MJAICredentialBindingFormComponent,
406
- MJAIModalityFormComponent,
407
- MJAIModelActionFormComponent,
408
- MJAIModelArchitectureFormComponent
411
+ MJAIModalityFormComponent
409
412
  ],
410
413
  imports: [
411
414
  CommonModule,
@@ -418,11 +421,13 @@ export class GeneratedForms_SubModule_1 {
418
421
  exports: []
419
422
  }]
420
423
  }], null, null); })();
421
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentNoteTypeFormComponent,
424
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentModelFormComponent,
425
+ MJAIAgentNoteTypeFormComponent,
422
426
  MJAIAgentNoteFormComponent,
423
427
  MJAIAgentPermissionFormComponent,
424
428
  MJAIAgentPromptFormComponent,
425
429
  MJAIAgentRelationshipFormComponent,
430
+ MJAIAgentRequestTypeFormComponent,
426
431
  MJAIAgentRequestFormComponent,
427
432
  MJAIAgentRunMediaFormComponent,
428
433
  MJAIAgentRunStepFormComponent,
@@ -435,9 +440,7 @@ export class GeneratedForms_SubModule_1 {
435
440
  MJAIConfigurationParamFormComponent,
436
441
  MJAIConfigurationFormComponent,
437
442
  MJAICredentialBindingFormComponent,
438
- MJAIModalityFormComponent,
439
- MJAIModelActionFormComponent,
440
- MJAIModelArchitectureFormComponent], imports: [CommonModule,
443
+ MJAIModalityFormComponent], imports: [CommonModule,
441
444
  FormsModule,
442
445
  LayoutModule,
443
446
  BaseFormsModule,
@@ -457,6 +460,8 @@ export class GeneratedForms_SubModule_2 {
457
460
  type: NgModule,
458
461
  args: [{
459
462
  declarations: [
463
+ MJAIModelActionFormComponent,
464
+ MJAIModelArchitectureFormComponent,
460
465
  MJAIModelCostFormComponent,
461
466
  MJAIModelModalityFormComponent,
462
467
  MJAIModelPriceTypeFormComponent,
@@ -474,9 +479,7 @@ export class GeneratedForms_SubModule_2 {
474
479
  MJAIVendorTypeDefinitionFormComponent,
475
480
  MJAIVendorTypeFormComponent,
476
481
  MJAIVendorFormComponent,
477
- MJAPIApplicationScopeFormComponent,
478
- MJAPIApplicationFormComponent,
479
- MJAPIKeyApplicationFormComponent
482
+ MJAPIApplicationScopeFormComponent
480
483
  ],
481
484
  imports: [
482
485
  CommonModule,
@@ -489,7 +492,9 @@ export class GeneratedForms_SubModule_2 {
489
492
  exports: []
490
493
  }]
491
494
  }], null, null); })();
492
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIModelCostFormComponent,
495
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIModelActionFormComponent,
496
+ MJAIModelArchitectureFormComponent,
497
+ MJAIModelCostFormComponent,
493
498
  MJAIModelModalityFormComponent,
494
499
  MJAIModelPriceTypeFormComponent,
495
500
  MJAIModelPriceUnitTypeFormComponent,
@@ -506,9 +511,7 @@ export class GeneratedForms_SubModule_2 {
506
511
  MJAIVendorTypeDefinitionFormComponent,
507
512
  MJAIVendorTypeFormComponent,
508
513
  MJAIVendorFormComponent,
509
- MJAPIApplicationScopeFormComponent,
510
- MJAPIApplicationFormComponent,
511
- MJAPIKeyApplicationFormComponent], imports: [CommonModule,
514
+ MJAPIApplicationScopeFormComponent], imports: [CommonModule,
512
515
  FormsModule,
513
516
  LayoutModule,
514
517
  BaseFormsModule,
@@ -528,6 +531,8 @@ export class GeneratedForms_SubModule_3 {
528
531
  type: NgModule,
529
532
  args: [{
530
533
  declarations: [
534
+ MJAPIApplicationFormComponent,
535
+ MJAPIKeyApplicationFormComponent,
531
536
  MJAPIKeyScopeFormComponent,
532
537
  MJAPIKeyUsageLogFormComponent,
533
538
  MJAPIKeyFormComponent,
@@ -545,9 +550,7 @@ export class GeneratedForms_SubModule_3 {
545
550
  MJAuditLogFormComponent,
546
551
  MJAuthorizationRoleFormComponent,
547
552
  MJAuthorizationFormComponent,
548
- MJCollectionArtifactFormComponent,
549
- MJCollectionPermissionFormComponent,
550
- MJCollectionFormComponent
553
+ MJCollectionArtifactFormComponent
551
554
  ],
552
555
  imports: [
553
556
  CommonModule,
@@ -560,7 +563,9 @@ export class GeneratedForms_SubModule_3 {
560
563
  exports: []
561
564
  }]
562
565
  }], null, null); })();
563
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAPIKeyScopeFormComponent,
566
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAPIApplicationFormComponent,
567
+ MJAPIKeyApplicationFormComponent,
568
+ MJAPIKeyScopeFormComponent,
564
569
  MJAPIKeyUsageLogFormComponent,
565
570
  MJAPIKeyFormComponent,
566
571
  MJAPIScopeFormComponent,
@@ -577,9 +582,7 @@ export class GeneratedForms_SubModule_3 {
577
582
  MJAuditLogFormComponent,
578
583
  MJAuthorizationRoleFormComponent,
579
584
  MJAuthorizationFormComponent,
580
- MJCollectionArtifactFormComponent,
581
- MJCollectionPermissionFormComponent,
582
- MJCollectionFormComponent], imports: [CommonModule,
585
+ MJCollectionArtifactFormComponent], imports: [CommonModule,
583
586
  FormsModule,
584
587
  LayoutModule,
585
588
  BaseFormsModule,
@@ -600,6 +603,8 @@ export class GeneratedForms_SubModule_4 {
600
603
  type: NgModule,
601
604
  args: [{
602
605
  declarations: [
606
+ MJCollectionPermissionFormComponent,
607
+ MJCollectionFormComponent,
603
608
  MJCommunicationBaseMessageTypeFormComponent,
604
609
  MJCommunicationLogFormComponent,
605
610
  MJCommunicationProviderMessageTypeFormComponent,
@@ -617,9 +622,7 @@ export class GeneratedForms_SubModule_4 {
617
622
  MJComponentDependencyFormComponent,
618
623
  MJComponentLibraryFormComponent,
619
624
  MJComponentLibraryLinkFormComponent,
620
- MJComponentRegistryFormComponent,
621
- MJComponentFormComponent,
622
- MJContentFileTypeFormComponent
625
+ MJComponentRegistryFormComponent
623
626
  ],
624
627
  imports: [
625
628
  CommonModule,
@@ -633,7 +636,9 @@ export class GeneratedForms_SubModule_4 {
633
636
  exports: []
634
637
  }]
635
638
  }], null, null); })();
636
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJCommunicationBaseMessageTypeFormComponent,
639
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJCollectionPermissionFormComponent,
640
+ MJCollectionFormComponent,
641
+ MJCommunicationBaseMessageTypeFormComponent,
637
642
  MJCommunicationLogFormComponent,
638
643
  MJCommunicationProviderMessageTypeFormComponent,
639
644
  MJCommunicationProviderFormComponent,
@@ -650,9 +655,7 @@ export class GeneratedForms_SubModule_4 {
650
655
  MJComponentDependencyFormComponent,
651
656
  MJComponentLibraryFormComponent,
652
657
  MJComponentLibraryLinkFormComponent,
653
- MJComponentRegistryFormComponent,
654
- MJComponentFormComponent,
655
- MJContentFileTypeFormComponent], imports: [CommonModule,
658
+ MJComponentRegistryFormComponent], imports: [CommonModule,
656
659
  FormsModule,
657
660
  LayoutModule,
658
661
  BaseFormsModule,
@@ -673,6 +676,8 @@ export class GeneratedForms_SubModule_5 {
673
676
  type: NgModule,
674
677
  args: [{
675
678
  declarations: [
679
+ MJComponentFormComponent,
680
+ MJContentFileTypeFormComponent,
676
681
  MJContentItemAttributeFormComponent,
677
682
  MJContentItemTagFormComponent,
678
683
  MJContentItemFormComponent,
@@ -690,9 +695,7 @@ export class GeneratedForms_SubModule_5 {
690
695
  MJConversationDetailAttachmentFormComponent,
691
696
  MJConversationDetailRatingFormComponent,
692
697
  MJConversationDetailFormComponent,
693
- MJConversationFormComponent,
694
- MJCredentialCategoryFormComponent,
695
- MJCredentialTypeFormComponent
698
+ MJConversationFormComponent
696
699
  ],
697
700
  imports: [
698
701
  CommonModule,
@@ -705,7 +708,9 @@ export class GeneratedForms_SubModule_5 {
705
708
  exports: []
706
709
  }]
707
710
  }], null, null); })();
708
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJContentItemAttributeFormComponent,
711
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJComponentFormComponent,
712
+ MJContentFileTypeFormComponent,
713
+ MJContentItemAttributeFormComponent,
709
714
  MJContentItemTagFormComponent,
710
715
  MJContentItemFormComponent,
711
716
  MJContentProcessRunFormComponent,
@@ -722,9 +727,7 @@ export class GeneratedForms_SubModule_5 {
722
727
  MJConversationDetailAttachmentFormComponent,
723
728
  MJConversationDetailRatingFormComponent,
724
729
  MJConversationDetailFormComponent,
725
- MJConversationFormComponent,
726
- MJCredentialCategoryFormComponent,
727
- MJCredentialTypeFormComponent], imports: [CommonModule,
730
+ MJConversationFormComponent], imports: [CommonModule,
728
731
  FormsModule,
729
732
  LayoutModule,
730
733
  BaseFormsModule,
@@ -744,6 +747,8 @@ export class GeneratedForms_SubModule_6 {
744
747
  type: NgModule,
745
748
  args: [{
746
749
  declarations: [
750
+ MJCredentialCategoryFormComponent,
751
+ MJCredentialTypeFormComponent,
747
752
  MJCredentialFormComponent,
748
753
  MJDashboardCategoryFormComponent,
749
754
  MJDashboardCategoryLinkFormComponent,
@@ -761,9 +766,7 @@ export class GeneratedForms_SubModule_6 {
761
766
  MJDuplicateRunDetailFormComponent,
762
767
  MJDuplicateRunFormComponent,
763
768
  MJEmployeeCompanyIntegrationFormComponent,
764
- MJEmployeeRoleFormComponent,
765
- MJEmployeeSkillFormComponent,
766
- MJEmployeeFormComponent
769
+ MJEmployeeRoleFormComponent
767
770
  ],
768
771
  imports: [
769
772
  CommonModule,
@@ -776,7 +779,9 @@ export class GeneratedForms_SubModule_6 {
776
779
  exports: []
777
780
  }]
778
781
  }], null, null); })();
779
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCredentialFormComponent,
782
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCredentialCategoryFormComponent,
783
+ MJCredentialTypeFormComponent,
784
+ MJCredentialFormComponent,
780
785
  MJDashboardCategoryFormComponent,
781
786
  MJDashboardCategoryLinkFormComponent,
782
787
  MJDashboardCategoryPermissionFormComponent,
@@ -793,9 +798,7 @@ export class GeneratedForms_SubModule_6 {
793
798
  MJDuplicateRunDetailFormComponent,
794
799
  MJDuplicateRunFormComponent,
795
800
  MJEmployeeCompanyIntegrationFormComponent,
796
- MJEmployeeRoleFormComponent,
797
- MJEmployeeSkillFormComponent,
798
- MJEmployeeFormComponent], imports: [CommonModule,
801
+ MJEmployeeRoleFormComponent], imports: [CommonModule,
799
802
  FormsModule,
800
803
  LayoutModule,
801
804
  BaseFormsModule,
@@ -815,6 +818,8 @@ export class GeneratedForms_SubModule_7 {
815
818
  type: NgModule,
816
819
  args: [{
817
820
  declarations: [
821
+ MJEmployeeSkillFormComponent,
822
+ MJEmployeeFormComponent,
818
823
  MJEncryptionAlgorithmFormComponent,
819
824
  MJEncryptionKeySourceFormComponent,
820
825
  MJEncryptionKeyFormComponent,
@@ -832,9 +837,7 @@ export class GeneratedForms_SubModule_7 {
832
837
  MJEntityDocumentTypeFormComponent,
833
838
  MJEntityDocumentFormComponent,
834
839
  MJEntityFieldValueFormComponent,
835
- MJEntityFieldFormComponent,
836
- MJEntityPermissionFormComponent,
837
- MJEntityRecordDocumentFormComponent
840
+ MJEntityFieldFormComponent
838
841
  ],
839
842
  imports: [
840
843
  CommonModule,
@@ -847,7 +850,9 @@ export class GeneratedForms_SubModule_7 {
847
850
  exports: []
848
851
  }]
849
852
  }], null, null); })();
850
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJEncryptionAlgorithmFormComponent,
853
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJEmployeeSkillFormComponent,
854
+ MJEmployeeFormComponent,
855
+ MJEncryptionAlgorithmFormComponent,
851
856
  MJEncryptionKeySourceFormComponent,
852
857
  MJEncryptionKeyFormComponent,
853
858
  MJEntityFormComponent,
@@ -864,9 +869,7 @@ export class GeneratedForms_SubModule_7 {
864
869
  MJEntityDocumentTypeFormComponent,
865
870
  MJEntityDocumentFormComponent,
866
871
  MJEntityFieldValueFormComponent,
867
- MJEntityFieldFormComponent,
868
- MJEntityPermissionFormComponent,
869
- MJEntityRecordDocumentFormComponent], imports: [CommonModule,
872
+ MJEntityFieldFormComponent], imports: [CommonModule,
870
873
  FormsModule,
871
874
  LayoutModule,
872
875
  BaseFormsModule,
@@ -886,6 +889,8 @@ export class GeneratedForms_SubModule_8 {
886
889
  type: NgModule,
887
890
  args: [{
888
891
  declarations: [
892
+ MJEntityPermissionFormComponent,
893
+ MJEntityRecordDocumentFormComponent,
889
894
  MJEntityRelationshipDisplayComponentFormComponent,
890
895
  MJEntityRelationshipFormComponent,
891
896
  MJEntitySettingFormComponent,
@@ -903,9 +908,7 @@ export class GeneratedForms_SubModule_8 {
903
908
  MJIntegrationObjectFormComponent,
904
909
  MJIntegrationSourceTypeFormComponent,
905
910
  MJIntegrationURLFormatFormComponent,
906
- MJIntegrationFormComponent,
907
- MJLibraryFormComponent,
908
- MJLibraryItemFormComponent
911
+ MJIntegrationFormComponent
909
912
  ],
910
913
  imports: [
911
914
  CommonModule,
@@ -918,7 +921,9 @@ export class GeneratedForms_SubModule_8 {
918
921
  exports: []
919
922
  }]
920
923
  }], null, null); })();
921
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityRelationshipDisplayComponentFormComponent,
924
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityPermissionFormComponent,
925
+ MJEntityRecordDocumentFormComponent,
926
+ MJEntityRelationshipDisplayComponentFormComponent,
922
927
  MJEntityRelationshipFormComponent,
923
928
  MJEntitySettingFormComponent,
924
929
  MJEnvironmentFormComponent,
@@ -935,9 +940,7 @@ export class GeneratedForms_SubModule_8 {
935
940
  MJIntegrationObjectFormComponent,
936
941
  MJIntegrationSourceTypeFormComponent,
937
942
  MJIntegrationURLFormatFormComponent,
938
- MJIntegrationFormComponent,
939
- MJLibraryFormComponent,
940
- MJLibraryItemFormComponent], imports: [CommonModule,
943
+ MJIntegrationFormComponent], imports: [CommonModule,
941
944
  FormsModule,
942
945
  LayoutModule,
943
946
  BaseFormsModule,
@@ -957,6 +960,8 @@ export class GeneratedForms_SubModule_9 {
957
960
  type: NgModule,
958
961
  args: [{
959
962
  declarations: [
963
+ MJLibraryFormComponent,
964
+ MJLibraryItemFormComponent,
960
965
  MJListCategoryFormComponent,
961
966
  MJListDetailFormComponent,
962
967
  MJListInvitationFormComponent,
@@ -974,9 +979,7 @@ export class GeneratedForms_SubModule_9 {
974
979
  MJOAuthTokenFormComponent,
975
980
  MJOpenAppDependencyFormComponent,
976
981
  MJOpenAppInstallHistoryFormComponent,
977
- MJOpenAppFormComponent,
978
- MJOutputDeliveryTypeFormComponent,
979
- MJOutputFormatTypeFormComponent
982
+ MJOpenAppFormComponent
980
983
  ],
981
984
  imports: [
982
985
  CommonModule,
@@ -989,7 +992,9 @@ export class GeneratedForms_SubModule_9 {
989
992
  exports: []
990
993
  }]
991
994
  }], null, null); })();
992
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJListCategoryFormComponent,
995
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJLibraryFormComponent,
996
+ MJLibraryItemFormComponent,
997
+ MJListCategoryFormComponent,
993
998
  MJListDetailFormComponent,
994
999
  MJListInvitationFormComponent,
995
1000
  MJListShareFormComponent,
@@ -1006,9 +1011,7 @@ export class GeneratedForms_SubModule_9 {
1006
1011
  MJOAuthTokenFormComponent,
1007
1012
  MJOpenAppDependencyFormComponent,
1008
1013
  MJOpenAppInstallHistoryFormComponent,
1009
- MJOpenAppFormComponent,
1010
- MJOutputDeliveryTypeFormComponent,
1011
- MJOutputFormatTypeFormComponent], imports: [CommonModule,
1014
+ MJOpenAppFormComponent], imports: [CommonModule,
1012
1015
  FormsModule,
1013
1016
  LayoutModule,
1014
1017
  BaseFormsModule,
@@ -1028,11 +1031,14 @@ export class GeneratedForms_SubModule_10 {
1028
1031
  type: NgModule,
1029
1032
  args: [{
1030
1033
  declarations: [
1034
+ MJOutputDeliveryTypeFormComponent,
1035
+ MJOutputFormatTypeFormComponent,
1031
1036
  MJOutputTriggerTypeFormComponent,
1032
1037
  MJProjectFormComponent,
1033
1038
  MJPublicLinkFormComponent,
1034
1039
  MJQueryFormComponent,
1035
1040
  MJQueryCategoryFormComponent,
1041
+ MJQueryDependencyFormComponent,
1036
1042
  MJQueryEntityFormComponent,
1037
1043
  MJQueryFieldFormComponent,
1038
1044
  MJQueryParameterFormComponent,
@@ -1044,10 +1050,7 @@ export class GeneratedForms_SubModule_10 {
1044
1050
  MJRecommendationItemFormComponent,
1045
1051
  MJRecommendationProviderFormComponent,
1046
1052
  MJRecommendationRunFormComponent,
1047
- MJRecommendationFormComponent,
1048
- MJRecordChangeReplayRunFormComponent,
1049
- MJRecordChangeFormComponent,
1050
- MJRecordLinkFormComponent
1053
+ MJRecommendationFormComponent
1051
1054
  ],
1052
1055
  imports: [
1053
1056
  CommonModule,
@@ -1060,11 +1063,14 @@ export class GeneratedForms_SubModule_10 {
1060
1063
  exports: []
1061
1064
  }]
1062
1065
  }], null, null); })();
1063
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJOutputTriggerTypeFormComponent,
1066
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJOutputDeliveryTypeFormComponent,
1067
+ MJOutputFormatTypeFormComponent,
1068
+ MJOutputTriggerTypeFormComponent,
1064
1069
  MJProjectFormComponent,
1065
1070
  MJPublicLinkFormComponent,
1066
1071
  MJQueryFormComponent,
1067
1072
  MJQueryCategoryFormComponent,
1073
+ MJQueryDependencyFormComponent,
1068
1074
  MJQueryEntityFormComponent,
1069
1075
  MJQueryFieldFormComponent,
1070
1076
  MJQueryParameterFormComponent,
@@ -1076,10 +1082,7 @@ export class GeneratedForms_SubModule_10 {
1076
1082
  MJRecommendationItemFormComponent,
1077
1083
  MJRecommendationProviderFormComponent,
1078
1084
  MJRecommendationRunFormComponent,
1079
- MJRecommendationFormComponent,
1080
- MJRecordChangeReplayRunFormComponent,
1081
- MJRecordChangeFormComponent,
1082
- MJRecordLinkFormComponent], imports: [CommonModule,
1085
+ MJRecommendationFormComponent], imports: [CommonModule,
1083
1086
  FormsModule,
1084
1087
  LayoutModule,
1085
1088
  BaseFormsModule,
@@ -1099,6 +1102,9 @@ export class GeneratedForms_SubModule_11 {
1099
1102
  type: NgModule,
1100
1103
  args: [{
1101
1104
  declarations: [
1105
+ MJRecordChangeReplayRunFormComponent,
1106
+ MJRecordChangeFormComponent,
1107
+ MJRecordLinkFormComponent,
1102
1108
  MJRecordMergeDeletionLogFormComponent,
1103
1109
  MJRecordMergeLogFormComponent,
1104
1110
  MJReportCategoryFormComponent,
@@ -1115,10 +1121,7 @@ export class GeneratedForms_SubModule_11 {
1115
1121
  MJScheduledActionFormComponent,
1116
1122
  MJScheduledJobRunFormComponent,
1117
1123
  MJScheduledJobTypeFormComponent,
1118
- MJScheduledJobFormComponent,
1119
- MJSchemaInfoFormComponent,
1120
- MJSkillFormComponent,
1121
- MJSQLDialectFormComponent
1124
+ MJScheduledJobFormComponent
1122
1125
  ],
1123
1126
  imports: [
1124
1127
  CommonModule,
@@ -1131,7 +1134,10 @@ export class GeneratedForms_SubModule_11 {
1131
1134
  exports: []
1132
1135
  }]
1133
1136
  }], null, null); })();
1134
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJRecordMergeDeletionLogFormComponent,
1137
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJRecordChangeReplayRunFormComponent,
1138
+ MJRecordChangeFormComponent,
1139
+ MJRecordLinkFormComponent,
1140
+ MJRecordMergeDeletionLogFormComponent,
1135
1141
  MJRecordMergeLogFormComponent,
1136
1142
  MJReportCategoryFormComponent,
1137
1143
  MJReportSnapshotFormComponent,
@@ -1147,10 +1153,7 @@ export class GeneratedForms_SubModule_11 {
1147
1153
  MJScheduledActionFormComponent,
1148
1154
  MJScheduledJobRunFormComponent,
1149
1155
  MJScheduledJobTypeFormComponent,
1150
- MJScheduledJobFormComponent,
1151
- MJSchemaInfoFormComponent,
1152
- MJSkillFormComponent,
1153
- MJSQLDialectFormComponent], imports: [CommonModule,
1156
+ MJScheduledJobFormComponent], imports: [CommonModule,
1154
1157
  FormsModule,
1155
1158
  LayoutModule,
1156
1159
  BaseFormsModule,
@@ -1170,6 +1173,9 @@ export class GeneratedForms_SubModule_12 {
1170
1173
  type: NgModule,
1171
1174
  args: [{
1172
1175
  declarations: [
1176
+ MJSchemaInfoFormComponent,
1177
+ MJSkillFormComponent,
1178
+ MJSQLDialectFormComponent,
1173
1179
  MJTaggedItemFormComponent,
1174
1180
  MJTagFormComponent,
1175
1181
  MJTaskDependencyFormComponent,
@@ -1186,10 +1192,7 @@ export class GeneratedForms_SubModule_12 {
1186
1192
  MJTestRunOutputFormComponent,
1187
1193
  MJTestRunFormComponent,
1188
1194
  MJTestSuiteRunFormComponent,
1189
- MJTestSuiteTestFormComponent,
1190
- MJTestSuiteFormComponent,
1191
- MJTestTypeFormComponent,
1192
- MJTestFormComponent
1195
+ MJTestSuiteTestFormComponent
1193
1196
  ],
1194
1197
  imports: [
1195
1198
  CommonModule,
@@ -1202,7 +1205,10 @@ export class GeneratedForms_SubModule_12 {
1202
1205
  exports: []
1203
1206
  }]
1204
1207
  }], null, null); })();
1205
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJTaggedItemFormComponent,
1208
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJSchemaInfoFormComponent,
1209
+ MJSkillFormComponent,
1210
+ MJSQLDialectFormComponent,
1211
+ MJTaggedItemFormComponent,
1206
1212
  MJTagFormComponent,
1207
1213
  MJTaskDependencyFormComponent,
1208
1214
  MJTaskTypeFormComponent,
@@ -1218,10 +1224,7 @@ export class GeneratedForms_SubModule_12 {
1218
1224
  MJTestRunOutputFormComponent,
1219
1225
  MJTestRunFormComponent,
1220
1226
  MJTestSuiteRunFormComponent,
1221
- MJTestSuiteTestFormComponent,
1222
- MJTestSuiteFormComponent,
1223
- MJTestTypeFormComponent,
1224
- MJTestFormComponent], imports: [CommonModule,
1227
+ MJTestSuiteTestFormComponent], imports: [CommonModule,
1225
1228
  FormsModule,
1226
1229
  LayoutModule,
1227
1230
  BaseFormsModule,
@@ -1241,6 +1244,9 @@ export class GeneratedForms_SubModule_13 {
1241
1244
  type: NgModule,
1242
1245
  args: [{
1243
1246
  declarations: [
1247
+ MJTestSuiteFormComponent,
1248
+ MJTestTypeFormComponent,
1249
+ MJTestFormComponent,
1244
1250
  MJUserApplicationEntityFormComponent,
1245
1251
  MJUserApplicationFormComponent,
1246
1252
  MJUserFavoriteFormComponent,
@@ -1257,10 +1263,7 @@ export class GeneratedForms_SubModule_13 {
1257
1263
  MJUserFormComponent,
1258
1264
  MJVectorDatabaseFormComponent,
1259
1265
  MJVectorIndexFormComponent,
1260
- MJVersionInstallationFormComponent,
1261
- MJVersionLabelItemFormComponent,
1262
- MJVersionLabelRestoreFormComponent,
1263
- MJVersionLabelFormComponent
1266
+ MJVersionInstallationFormComponent
1264
1267
  ],
1265
1268
  imports: [
1266
1269
  CommonModule,
@@ -1273,7 +1276,10 @@ export class GeneratedForms_SubModule_13 {
1273
1276
  exports: []
1274
1277
  }]
1275
1278
  }], null, null); })();
1276
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJUserApplicationEntityFormComponent,
1279
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJTestSuiteFormComponent,
1280
+ MJTestTypeFormComponent,
1281
+ MJTestFormComponent,
1282
+ MJUserApplicationEntityFormComponent,
1277
1283
  MJUserApplicationFormComponent,
1278
1284
  MJUserFavoriteFormComponent,
1279
1285
  MJUserNotificationPreferenceFormComponent,
@@ -1289,10 +1295,7 @@ export class GeneratedForms_SubModule_13 {
1289
1295
  MJUserFormComponent,
1290
1296
  MJVectorDatabaseFormComponent,
1291
1297
  MJVectorIndexFormComponent,
1292
- MJVersionInstallationFormComponent,
1293
- MJVersionLabelItemFormComponent,
1294
- MJVersionLabelRestoreFormComponent,
1295
- MJVersionLabelFormComponent], imports: [CommonModule,
1298
+ MJVersionInstallationFormComponent], imports: [CommonModule,
1296
1299
  FormsModule,
1297
1300
  LayoutModule,
1298
1301
  BaseFormsModule,
@@ -1312,6 +1315,9 @@ export class GeneratedForms_SubModule_14 {
1312
1315
  type: NgModule,
1313
1316
  args: [{
1314
1317
  declarations: [
1318
+ MJVersionLabelItemFormComponent,
1319
+ MJVersionLabelRestoreFormComponent,
1320
+ MJVersionLabelFormComponent,
1315
1321
  MJWorkflowEngineFormComponent,
1316
1322
  MJWorkflowRunFormComponent,
1317
1323
  MJWorkflowFormComponent,
@@ -1329,7 +1335,10 @@ export class GeneratedForms_SubModule_14 {
1329
1335
  exports: []
1330
1336
  }]
1331
1337
  }], null, null); })();
1332
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJWorkflowEngineFormComponent,
1338
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJVersionLabelItemFormComponent,
1339
+ MJVersionLabelRestoreFormComponent,
1340
+ MJVersionLabelFormComponent,
1341
+ MJWorkflowEngineFormComponent,
1333
1342
  MJWorkflowRunFormComponent,
1334
1343
  MJWorkflowFormComponent,
1335
1344
  MJWorkspaceItemFormComponent,