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