@memberjunction/ng-core-entity-forms 6.1.0-edge.0 → 6.1.0-edge.1

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 (122) hide show
  1. package/dist/lib/custom/EntityActions/entityaction.form.component.js +9 -9
  2. package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
  3. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts +30 -2
  4. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts.map +1 -1
  5. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +293 -181
  6. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -1
  7. package/dist/lib/custom/custom-forms.module.d.ts +14 -13
  8. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  9. package/dist/lib/custom/custom-forms.module.js +4 -0
  10. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  11. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
  12. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +59 -41
  13. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  14. package/dist/lib/generated/Entities/MJAIAgentCredential/mjaiagentcredential.form.component.d.ts +10 -0
  15. package/dist/lib/generated/Entities/MJAIAgentCredential/mjaiagentcredential.form.component.d.ts.map +1 -0
  16. package/dist/lib/generated/Entities/MJAIAgentCredential/mjaiagentcredential.form.component.js +78 -0
  17. package/dist/lib/generated/Entities/MJAIAgentCredential/mjaiagentcredential.form.component.js.map +1 -0
  18. package/dist/lib/generated/Entities/MJAIAgentHarness/mjaiagentharness.form.component.d.ts +10 -0
  19. package/dist/lib/generated/Entities/{MJReportSnapshot/mjreportsnapshot.form.component.d.ts.map → MJAIAgentHarness/mjaiagentharness.form.component.d.ts.map} +1 -1
  20. package/dist/lib/generated/Entities/MJAIAgentHarness/mjaiagentharness.form.component.js +90 -0
  21. package/dist/lib/generated/Entities/MJAIAgentHarness/mjaiagentharness.form.component.js.map +1 -0
  22. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  23. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +105 -83
  24. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  25. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.d.ts.map +1 -1
  26. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +48 -30
  27. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
  28. package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.d.ts.map +1 -1
  29. package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js +31 -13
  30. package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js.map +1 -1
  31. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.d.ts.map +1 -1
  32. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +39 -57
  33. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  34. package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.d.ts.map +1 -1
  35. package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js +5 -23
  36. package/dist/lib/generated/Entities/MJActionParam/mjactionparam.form.component.js.map +1 -1
  37. package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +2 -2
  38. package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
  39. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.d.ts.map +1 -1
  40. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +31 -49
  41. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
  42. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.d.ts.map +1 -1
  43. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +38 -56
  44. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
  45. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
  46. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +31 -13
  47. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
  48. package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.d.ts.map +1 -1
  49. package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js +7 -25
  50. package/dist/lib/generated/Entities/MJDataContext/mjdatacontext.form.component.js.map +1 -1
  51. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +3 -3
  52. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  53. package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js +12 -10
  54. package/dist/lib/generated/Entities/MJEntityRelationship/mjentityrelationship.form.component.js.map +1 -1
  55. package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.d.ts.map +1 -1
  56. package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js +15 -33
  57. package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js.map +1 -1
  58. package/dist/lib/generated/Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component.d.ts.map +1 -1
  59. package/dist/lib/generated/Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component.js +6 -25
  60. package/dist/lib/generated/Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/MJOutputFormatType/mjoutputformattype.form.component.d.ts.map +1 -1
  62. package/dist/lib/generated/Entities/MJOutputFormatType/mjoutputformattype.form.component.js +6 -25
  63. package/dist/lib/generated/Entities/MJOutputFormatType/mjoutputformattype.form.component.js.map +1 -1
  64. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.d.ts.map +1 -1
  65. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +45 -25
  66. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
  67. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.d.ts.map +1 -1
  68. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js +43 -25
  69. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js.map +1 -1
  70. package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.js +8 -6
  71. package/dist/lib/generated/Entities/MJTaskDependency/mjtaskdependency.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  73. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +372 -462
  74. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  75. package/dist/lib/generated/generated-forms.module.d.ts +375 -389
  76. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  77. package/dist/lib/generated/generated-forms.module.js +158 -215
  78. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  79. package/package.json +43 -42
  80. package/dist/lib/generated/Entities/MJOutputTriggerType/mjoutputtriggertype.form.component.d.ts +0 -10
  81. package/dist/lib/generated/Entities/MJOutputTriggerType/mjoutputtriggertype.form.component.d.ts.map +0 -1
  82. package/dist/lib/generated/Entities/MJOutputTriggerType/mjoutputtriggertype.form.component.js +0 -83
  83. package/dist/lib/generated/Entities/MJOutputTriggerType/mjoutputtriggertype.form.component.js.map +0 -1
  84. package/dist/lib/generated/Entities/MJReport/mjreport.form.component.d.ts +0 -10
  85. package/dist/lib/generated/Entities/MJReport/mjreport.form.component.d.ts.map +0 -1
  86. package/dist/lib/generated/Entities/MJReport/mjreport.form.component.js +0 -161
  87. package/dist/lib/generated/Entities/MJReport/mjreport.form.component.js.map +0 -1
  88. package/dist/lib/generated/Entities/MJReportCategory/mjreportcategory.form.component.d.ts +0 -10
  89. package/dist/lib/generated/Entities/MJReportCategory/mjreportcategory.form.component.d.ts.map +0 -1
  90. package/dist/lib/generated/Entities/MJReportCategory/mjreportcategory.form.component.js +0 -113
  91. package/dist/lib/generated/Entities/MJReportCategory/mjreportcategory.form.component.js.map +0 -1
  92. package/dist/lib/generated/Entities/MJReportSnapshot/mjreportsnapshot.form.component.d.ts +0 -10
  93. package/dist/lib/generated/Entities/MJReportSnapshot/mjreportsnapshot.form.component.js +0 -72
  94. package/dist/lib/generated/Entities/MJReportSnapshot/mjreportsnapshot.form.component.js.map +0 -1
  95. package/dist/lib/generated/Entities/MJReportUserState/mjreportuserstate.form.component.d.ts +0 -10
  96. package/dist/lib/generated/Entities/MJReportUserState/mjreportuserstate.form.component.d.ts.map +0 -1
  97. package/dist/lib/generated/Entities/MJReportUserState/mjreportuserstate.form.component.js +0 -72
  98. package/dist/lib/generated/Entities/MJReportUserState/mjreportuserstate.form.component.js.map +0 -1
  99. package/dist/lib/generated/Entities/MJReportVersion/mjreportversion.form.component.d.ts +0 -10
  100. package/dist/lib/generated/Entities/MJReportVersion/mjreportversion.form.component.d.ts.map +0 -1
  101. package/dist/lib/generated/Entities/MJReportVersion/mjreportversion.form.component.js +0 -78
  102. package/dist/lib/generated/Entities/MJReportVersion/mjreportversion.form.component.js.map +0 -1
  103. package/dist/lib/generated/Entities/MJScheduledAction/mjscheduledaction.form.component.d.ts +0 -10
  104. package/dist/lib/generated/Entities/MJScheduledAction/mjscheduledaction.form.component.d.ts.map +0 -1
  105. package/dist/lib/generated/Entities/MJScheduledAction/mjscheduledaction.form.component.js +0 -135
  106. package/dist/lib/generated/Entities/MJScheduledAction/mjscheduledaction.form.component.js.map +0 -1
  107. package/dist/lib/generated/Entities/MJScheduledActionParam/mjscheduledactionparam.form.component.d.ts +0 -10
  108. package/dist/lib/generated/Entities/MJScheduledActionParam/mjscheduledactionparam.form.component.d.ts.map +0 -1
  109. package/dist/lib/generated/Entities/MJScheduledActionParam/mjscheduledactionparam.form.component.js +0 -76
  110. package/dist/lib/generated/Entities/MJScheduledActionParam/mjscheduledactionparam.form.component.js.map +0 -1
  111. package/dist/lib/generated/Entities/MJWorkflow/mjworkflow.form.component.d.ts +0 -10
  112. package/dist/lib/generated/Entities/MJWorkflow/mjworkflow.form.component.d.ts.map +0 -1
  113. package/dist/lib/generated/Entities/MJWorkflow/mjworkflow.form.component.js +0 -121
  114. package/dist/lib/generated/Entities/MJWorkflow/mjworkflow.form.component.js.map +0 -1
  115. package/dist/lib/generated/Entities/MJWorkflowEngine/mjworkflowengine.form.component.d.ts +0 -10
  116. package/dist/lib/generated/Entities/MJWorkflowEngine/mjworkflowengine.form.component.d.ts.map +0 -1
  117. package/dist/lib/generated/Entities/MJWorkflowEngine/mjworkflowengine.form.component.js +0 -87
  118. package/dist/lib/generated/Entities/MJWorkflowEngine/mjworkflowengine.form.component.js.map +0 -1
  119. package/dist/lib/generated/Entities/MJWorkflowRun/mjworkflowrun.form.component.d.ts +0 -10
  120. package/dist/lib/generated/Entities/MJWorkflowRun/mjworkflowrun.form.component.d.ts.map +0 -1
  121. package/dist/lib/generated/Entities/MJWorkflowRun/mjworkflowrun.form.component.js +0 -80
  122. package/dist/lib/generated/Entities/MJWorkflowRun/mjworkflowrun.form.component.js.map +0 -1
@@ -32,8 +32,10 @@ import { MJAIAgentChannelFormComponent } from "./Entities/MJAIAgentChannel/mjaia
32
32
  import { MJAIAgentClientToolFormComponent } from "./Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component";
33
33
  import { MJAIAgentCoAgentFormComponent } from "./Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component";
34
34
  import { MJAIAgentConfigurationFormComponent } from "./Entities/MJAIAgentConfiguration/mjaiagentconfiguration.form.component";
35
+ import { MJAIAgentCredentialFormComponent } from "./Entities/MJAIAgentCredential/mjaiagentcredential.form.component";
35
36
  import { MJAIAgentDataSourceFormComponent } from "./Entities/MJAIAgentDataSource/mjaiagentdatasource.form.component";
36
37
  import { MJAIAgentExampleFormComponent } from "./Entities/MJAIAgentExample/mjaiagentexample.form.component";
38
+ import { MJAIAgentHarnessFormComponent } from "./Entities/MJAIAgentHarness/mjaiagentharness.form.component";
37
39
  import { MJAIAgentLearningCycleFormComponent } from "./Entities/MJAIAgentLearningCycle/mjaiagentlearningcycle.form.component";
38
40
  import { MJAIAgentModalityFormComponent } from "./Entities/MJAIAgentModality/mjaiagentmodality.form.component";
39
41
  import { MJAIAgentModelFormComponent } from "./Entities/MJAIAgentModel/mjaiagentmodel.form.component";
@@ -273,7 +275,6 @@ import { MJOpenAppInstallHistoryFormComponent } from "./Entities/MJOpenAppInstal
273
275
  import { MJOpenAppFormComponent } from "./Entities/MJOpenApp/mjopenapp.form.component";
274
276
  import { MJOutputDeliveryTypeFormComponent } from "./Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component";
275
277
  import { MJOutputFormatTypeFormComponent } from "./Entities/MJOutputFormatType/mjoutputformattype.form.component";
276
- import { MJOutputTriggerTypeFormComponent } from "./Entities/MJOutputTriggerType/mjoutputtriggertype.form.component";
277
278
  import { MJPermissionDomainFormComponent } from "./Entities/MJPermissionDomain/mjpermissiondomain.form.component";
278
279
  import { MJProcessRunDetailFormComponent } from "./Entities/MJProcessRunDetail/mjprocessrundetail.form.component";
279
280
  import { MJProcessRunFormComponent } from "./Entities/MJProcessRun/mjprocessrun.form.component";
@@ -305,18 +306,11 @@ import { MJRecordProcessWatermarkFormComponent } from "./Entities/MJRecordProces
305
306
  import { MJRecordProcessFormComponent } from "./Entities/MJRecordProcess/mjrecordprocess.form.component";
306
307
  import { MJRemoteOperationCategoryFormComponent } from "./Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component";
307
308
  import { MJRemoteOperationFormComponent } from "./Entities/MJRemoteOperation/mjremoteoperation.form.component";
308
- import { MJReportCategoryFormComponent } from "./Entities/MJReportCategory/mjreportcategory.form.component";
309
- import { MJReportSnapshotFormComponent } from "./Entities/MJReportSnapshot/mjreportsnapshot.form.component";
310
- import { MJReportUserStateFormComponent } from "./Entities/MJReportUserState/mjreportuserstate.form.component";
311
- import { MJReportVersionFormComponent } from "./Entities/MJReportVersion/mjreportversion.form.component";
312
- import { MJReportFormComponent } from "./Entities/MJReport/mjreport.form.component";
313
309
  import { MJResourceLinkFormComponent } from "./Entities/MJResourceLink/mjresourcelink.form.component";
314
310
  import { MJResourcePermissionFormComponent } from "./Entities/MJResourcePermission/mjresourcepermission.form.component";
315
311
  import { MJResourceTypeFormComponent } from "./Entities/MJResourceType/mjresourcetype.form.component";
316
312
  import { MJRoleFormComponent } from "./Entities/MJRole/mjrole.form.component";
317
313
  import { MJRowLevelSecurityFilterFormComponent } from "./Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component";
318
- import { MJScheduledActionParamFormComponent } from "./Entities/MJScheduledActionParam/mjscheduledactionparam.form.component";
319
- import { MJScheduledActionFormComponent } from "./Entities/MJScheduledAction/mjscheduledaction.form.component";
320
314
  import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjscheduledjobrun.form.component";
321
315
  import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
322
316
  import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
@@ -391,9 +385,6 @@ import { MJVersionLabelItemFormComponent } from "./Entities/MJVersionLabelItem/m
391
385
  import { MJVersionLabelRestoreFormComponent } from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
392
386
  import { MJVersionLabelFormComponent } from "./Entities/MJVersionLabel/mjversionlabel.form.component";
393
387
  import { MJViewTypeFormComponent } from "./Entities/MJViewType/mjviewtype.form.component";
394
- import { MJWorkflowEngineFormComponent } from "./Entities/MJWorkflowEngine/mjworkflowengine.form.component";
395
- import { MJWorkflowRunFormComponent } from "./Entities/MJWorkflowRun/mjworkflowrun.form.component";
396
- import { MJWorkflowFormComponent } from "./Entities/MJWorkflow/mjworkflow.form.component";
397
388
  import { MJWorkspaceItemFormComponent } from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
398
389
  import { MJWorkspaceFormComponent } from "./Entities/MJWorkspace/mjworkspace.form.component";
399
390
  import { JoinGridModule } from "@memberjunction/ng-join-grid";
@@ -430,7 +421,7 @@ export class GeneratedForms_SubModule_0 {
430
421
  MJAIAgentClientToolFormComponent,
431
422
  MJAIAgentCoAgentFormComponent,
432
423
  MJAIAgentConfigurationFormComponent,
433
- MJAIAgentDataSourceFormComponent
424
+ MJAIAgentCredentialFormComponent
434
425
  ],
435
426
  imports: [
436
427
  CommonModule,
@@ -461,7 +452,7 @@ export class GeneratedForms_SubModule_0 {
461
452
  MJAIAgentClientToolFormComponent,
462
453
  MJAIAgentCoAgentFormComponent,
463
454
  MJAIAgentConfigurationFormComponent,
464
- MJAIAgentDataSourceFormComponent], imports: [CommonModule,
455
+ MJAIAgentCredentialFormComponent], imports: [CommonModule,
465
456
  FormsModule,
466
457
  BaseFormsModule,
467
458
  EntityViewerModule,
@@ -479,7 +470,9 @@ export class GeneratedForms_SubModule_1 {
479
470
  type: NgModule,
480
471
  args: [{
481
472
  declarations: [
473
+ MJAIAgentDataSourceFormComponent,
482
474
  MJAIAgentExampleFormComponent,
475
+ MJAIAgentHarnessFormComponent,
483
476
  MJAIAgentLearningCycleFormComponent,
484
477
  MJAIAgentModalityFormComponent,
485
478
  MJAIAgentModelFormComponent,
@@ -496,9 +489,7 @@ export class GeneratedForms_SubModule_1 {
496
489
  MJAIAgentSearchScopeFormComponent,
497
490
  MJAIAgentSessionBridgeParticipantFormComponent,
498
491
  MJAIAgentSessionBridgeFormComponent,
499
- MJAIAgentSessionChannelFormComponent,
500
- MJAIAgentSessionFormComponent,
501
- MJAIAgentSkillFormComponent
492
+ MJAIAgentSessionChannelFormComponent
502
493
  ],
503
494
  imports: [
504
495
  CommonModule,
@@ -510,7 +501,9 @@ export class GeneratedForms_SubModule_1 {
510
501
  exports: []
511
502
  }]
512
503
  }], null, null); })();
513
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentExampleFormComponent,
504
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentDataSourceFormComponent,
505
+ MJAIAgentExampleFormComponent,
506
+ MJAIAgentHarnessFormComponent,
514
507
  MJAIAgentLearningCycleFormComponent,
515
508
  MJAIAgentModalityFormComponent,
516
509
  MJAIAgentModelFormComponent,
@@ -527,9 +520,7 @@ export class GeneratedForms_SubModule_1 {
527
520
  MJAIAgentSearchScopeFormComponent,
528
521
  MJAIAgentSessionBridgeParticipantFormComponent,
529
522
  MJAIAgentSessionBridgeFormComponent,
530
- MJAIAgentSessionChannelFormComponent,
531
- MJAIAgentSessionFormComponent,
532
- MJAIAgentSkillFormComponent], imports: [CommonModule,
523
+ MJAIAgentSessionChannelFormComponent], imports: [CommonModule,
533
524
  FormsModule,
534
525
  BaseFormsModule,
535
526
  EntityViewerModule,
@@ -547,6 +538,8 @@ export class GeneratedForms_SubModule_2 {
547
538
  type: NgModule,
548
539
  args: [{
549
540
  declarations: [
541
+ MJAIAgentSessionFormComponent,
542
+ MJAIAgentSkillFormComponent,
550
543
  MJAIAgentStepPathFormComponent,
551
544
  MJAIAgentStepFormComponent,
552
545
  MJAIAgentTypeFormComponent,
@@ -564,9 +557,7 @@ export class GeneratedForms_SubModule_2 {
564
557
  MJAIModelArchitectureFormComponent,
565
558
  MJAIModelCostFormComponent,
566
559
  MJAIModelModalityFormComponent,
567
- MJAIModelPriceTypeFormComponent,
568
- MJAIModelPriceUnitTypeFormComponent,
569
- MJAIModelTypeFormComponent
560
+ MJAIModelPriceTypeFormComponent
570
561
  ],
571
562
  imports: [
572
563
  CommonModule,
@@ -578,7 +569,9 @@ export class GeneratedForms_SubModule_2 {
578
569
  exports: []
579
570
  }]
580
571
  }], null, null); })();
581
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentStepPathFormComponent,
572
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentSessionFormComponent,
573
+ MJAIAgentSkillFormComponent,
574
+ MJAIAgentStepPathFormComponent,
582
575
  MJAIAgentStepFormComponent,
583
576
  MJAIAgentTypeFormComponent,
584
577
  MJAIAgentFormComponent,
@@ -595,9 +588,7 @@ export class GeneratedForms_SubModule_2 {
595
588
  MJAIModelArchitectureFormComponent,
596
589
  MJAIModelCostFormComponent,
597
590
  MJAIModelModalityFormComponent,
598
- MJAIModelPriceTypeFormComponent,
599
- MJAIModelPriceUnitTypeFormComponent,
600
- MJAIModelTypeFormComponent], imports: [CommonModule,
591
+ MJAIModelPriceTypeFormComponent], imports: [CommonModule,
601
592
  FormsModule,
602
593
  BaseFormsModule,
603
594
  EntityViewerModule,
@@ -615,6 +606,8 @@ export class GeneratedForms_SubModule_3 {
615
606
  type: NgModule,
616
607
  args: [{
617
608
  declarations: [
609
+ MJAIModelPriceUnitTypeFormComponent,
610
+ MJAIModelTypeFormComponent,
618
611
  MJAIModelVendorFormComponent,
619
612
  MJAIModelFormComponent,
620
613
  MJAIPromptCategoryFormComponent,
@@ -632,9 +625,7 @@ export class GeneratedForms_SubModule_3 {
632
625
  MJAISkillFormComponent,
633
626
  MJAIVendorTypeDefinitionFormComponent,
634
627
  MJAIVendorTypeFormComponent,
635
- MJAIVendorFormComponent,
636
- MJAPIApplicationScopeFormComponent,
637
- MJAPIApplicationFormComponent
628
+ MJAIVendorFormComponent
638
629
  ],
639
630
  imports: [
640
631
  CommonModule,
@@ -646,7 +637,9 @@ export class GeneratedForms_SubModule_3 {
646
637
  exports: []
647
638
  }]
648
639
  }], null, null); })();
649
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelVendorFormComponent,
640
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelPriceUnitTypeFormComponent,
641
+ MJAIModelTypeFormComponent,
642
+ MJAIModelVendorFormComponent,
650
643
  MJAIModelFormComponent,
651
644
  MJAIPromptCategoryFormComponent,
652
645
  MJAIPromptModelFormComponent,
@@ -663,9 +656,7 @@ export class GeneratedForms_SubModule_3 {
663
656
  MJAISkillFormComponent,
664
657
  MJAIVendorTypeDefinitionFormComponent,
665
658
  MJAIVendorTypeFormComponent,
666
- MJAIVendorFormComponent,
667
- MJAPIApplicationScopeFormComponent,
668
- MJAPIApplicationFormComponent], imports: [CommonModule,
659
+ MJAIVendorFormComponent], imports: [CommonModule,
669
660
  FormsModule,
670
661
  BaseFormsModule,
671
662
  EntityViewerModule,
@@ -683,6 +674,8 @@ export class GeneratedForms_SubModule_4 {
683
674
  type: NgModule,
684
675
  args: [{
685
676
  declarations: [
677
+ MJAPIApplicationScopeFormComponent,
678
+ MJAPIApplicationFormComponent,
686
679
  MJAPIKeyApplicationFormComponent,
687
680
  MJAPIKeyScopeFormComponent,
688
681
  MJAPIKeyUsageLogFormComponent,
@@ -700,9 +693,7 @@ export class GeneratedForms_SubModule_4 {
700
693
  MJArtifactTypeFormComponent,
701
694
  MJArtifactUseFormComponent,
702
695
  MJArtifactVersionAttributeFormComponent,
703
- MJArtifactVersionFormComponent,
704
- MJArtifactFormComponent,
705
- MJAuditLogTypeFormComponent
696
+ MJArtifactVersionFormComponent
706
697
  ],
707
698
  imports: [
708
699
  CommonModule,
@@ -714,7 +705,9 @@ export class GeneratedForms_SubModule_4 {
714
705
  exports: []
715
706
  }]
716
707
  }], null, null); })();
717
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAPIKeyApplicationFormComponent,
708
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAPIApplicationScopeFormComponent,
709
+ MJAPIApplicationFormComponent,
710
+ MJAPIKeyApplicationFormComponent,
718
711
  MJAPIKeyScopeFormComponent,
719
712
  MJAPIKeyUsageLogFormComponent,
720
713
  MJAPIKeyFormComponent,
@@ -731,9 +724,7 @@ export class GeneratedForms_SubModule_4 {
731
724
  MJArtifactTypeFormComponent,
732
725
  MJArtifactUseFormComponent,
733
726
  MJArtifactVersionAttributeFormComponent,
734
- MJArtifactVersionFormComponent,
735
- MJArtifactFormComponent,
736
- MJAuditLogTypeFormComponent], imports: [CommonModule,
727
+ MJArtifactVersionFormComponent], imports: [CommonModule,
737
728
  FormsModule,
738
729
  BaseFormsModule,
739
730
  EntityViewerModule,
@@ -752,6 +743,8 @@ export class GeneratedForms_SubModule_5 {
752
743
  type: NgModule,
753
744
  args: [{
754
745
  declarations: [
746
+ MJArtifactFormComponent,
747
+ MJAuditLogTypeFormComponent,
755
748
  MJAuditLogFormComponent,
756
749
  MJAuthorizationRoleFormComponent,
757
750
  MJAuthorizationFormComponent,
@@ -769,9 +762,7 @@ export class GeneratedForms_SubModule_5 {
769
762
  MJCompanyIntegrationEntityMapFormComponent,
770
763
  MJCompanyIntegrationFieldMapFormComponent,
771
764
  MJCompanyIntegrationRecordMapFormComponent,
772
- MJCompanyIntegrationRunAPILogFormComponent,
773
- MJCompanyIntegrationRunDetailFormComponent,
774
- MJCompanyIntegrationRunFormComponent
765
+ MJCompanyIntegrationRunAPILogFormComponent
775
766
  ],
776
767
  imports: [
777
768
  CommonModule,
@@ -784,7 +775,9 @@ export class GeneratedForms_SubModule_5 {
784
775
  exports: []
785
776
  }]
786
777
  }], null, null); })();
787
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJAuditLogFormComponent,
778
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJArtifactFormComponent,
779
+ MJAuditLogTypeFormComponent,
780
+ MJAuditLogFormComponent,
788
781
  MJAuthorizationRoleFormComponent,
789
782
  MJAuthorizationFormComponent,
790
783
  MJClusterAnalysisFormComponent,
@@ -801,9 +794,7 @@ export class GeneratedForms_SubModule_5 {
801
794
  MJCompanyIntegrationEntityMapFormComponent,
802
795
  MJCompanyIntegrationFieldMapFormComponent,
803
796
  MJCompanyIntegrationRecordMapFormComponent,
804
- MJCompanyIntegrationRunAPILogFormComponent,
805
- MJCompanyIntegrationRunDetailFormComponent,
806
- MJCompanyIntegrationRunFormComponent], imports: [CommonModule,
797
+ MJCompanyIntegrationRunAPILogFormComponent], imports: [CommonModule,
807
798
  FormsModule,
808
799
  BaseFormsModule,
809
800
  EntityViewerModule,
@@ -822,6 +813,8 @@ export class GeneratedForms_SubModule_6 {
822
813
  type: NgModule,
823
814
  args: [{
824
815
  declarations: [
816
+ MJCompanyIntegrationRunDetailFormComponent,
817
+ MJCompanyIntegrationRunFormComponent,
825
818
  MJCompanyIntegrationSyncWatermarkFormComponent,
826
819
  MJCompanyIntegrationFormComponent,
827
820
  MJComponentDependencyFormComponent,
@@ -839,9 +832,7 @@ export class GeneratedForms_SubModule_6 {
839
832
  MJContentProcessRunPromptRunFormComponent,
840
833
  MJContentProcessRunFormComponent,
841
834
  MJContentSourceParamFormComponent,
842
- MJContentSourceTypeParamFormComponent,
843
- MJContentSourceTypeFormComponent,
844
- MJContentSourceFormComponent
835
+ MJContentSourceTypeParamFormComponent
845
836
  ],
846
837
  imports: [
847
838
  CommonModule,
@@ -853,7 +844,9 @@ export class GeneratedForms_SubModule_6 {
853
844
  exports: []
854
845
  }]
855
846
  }], null, null); })();
856
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationSyncWatermarkFormComponent,
847
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationRunDetailFormComponent,
848
+ MJCompanyIntegrationRunFormComponent,
849
+ MJCompanyIntegrationSyncWatermarkFormComponent,
857
850
  MJCompanyIntegrationFormComponent,
858
851
  MJComponentDependencyFormComponent,
859
852
  MJComponentLibraryFormComponent,
@@ -870,9 +863,7 @@ export class GeneratedForms_SubModule_6 {
870
863
  MJContentProcessRunPromptRunFormComponent,
871
864
  MJContentProcessRunFormComponent,
872
865
  MJContentSourceParamFormComponent,
873
- MJContentSourceTypeParamFormComponent,
874
- MJContentSourceTypeFormComponent,
875
- MJContentSourceFormComponent], imports: [CommonModule,
866
+ MJContentSourceTypeParamFormComponent], imports: [CommonModule,
876
867
  FormsModule,
877
868
  BaseFormsModule,
878
869
  EntityViewerModule,
@@ -890,6 +881,8 @@ export class GeneratedForms_SubModule_7 {
890
881
  type: NgModule,
891
882
  args: [{
892
883
  declarations: [
884
+ MJContentSourceTypeFormComponent,
885
+ MJContentSourceFormComponent,
893
886
  MJContentTypeAttributeFormComponent,
894
887
  MJContentTypeFormComponent,
895
888
  MJConversationArtifactPermissionFormComponent,
@@ -907,9 +900,7 @@ export class GeneratedForms_SubModule_7 {
907
900
  MJCredentialTypeFormComponent,
908
901
  MJCredentialFormComponent,
909
902
  MJDashboardCategoryFormComponent,
910
- MJDashboardCategoryLinkFormComponent,
911
- MJDashboardCategoryPermissionFormComponent,
912
- MJDashboardPartTypeFormComponent
903
+ MJDashboardCategoryLinkFormComponent
913
904
  ],
914
905
  imports: [
915
906
  CommonModule,
@@ -921,7 +912,9 @@ export class GeneratedForms_SubModule_7 {
921
912
  exports: []
922
913
  }]
923
914
  }], null, null); })();
924
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJContentTypeAttributeFormComponent,
915
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJContentSourceTypeFormComponent,
916
+ MJContentSourceFormComponent,
917
+ MJContentTypeAttributeFormComponent,
925
918
  MJContentTypeFormComponent,
926
919
  MJConversationArtifactPermissionFormComponent,
927
920
  MJConversationArtifactVersionFormComponent,
@@ -938,9 +931,7 @@ export class GeneratedForms_SubModule_7 {
938
931
  MJCredentialTypeFormComponent,
939
932
  MJCredentialFormComponent,
940
933
  MJDashboardCategoryFormComponent,
941
- MJDashboardCategoryLinkFormComponent,
942
- MJDashboardCategoryPermissionFormComponent,
943
- MJDashboardPartTypeFormComponent], imports: [CommonModule,
934
+ MJDashboardCategoryLinkFormComponent], imports: [CommonModule,
944
935
  FormsModule,
945
936
  BaseFormsModule,
946
937
  EntityViewerModule,
@@ -958,6 +949,8 @@ export class GeneratedForms_SubModule_8 {
958
949
  type: NgModule,
959
950
  args: [{
960
951
  declarations: [
952
+ MJDashboardCategoryPermissionFormComponent,
953
+ MJDashboardPartTypeFormComponent,
961
954
  MJDashboardPermissionFormComponent,
962
955
  MJDashboardUserPreferenceFormComponent,
963
956
  MJDashboardUserStateFormComponent,
@@ -975,9 +968,7 @@ export class GeneratedForms_SubModule_8 {
975
968
  MJEmployeeFormComponent,
976
969
  MJEncryptionAlgorithmFormComponent,
977
970
  MJEncryptionKeySourceFormComponent,
978
- MJEncryptionKeyFormComponent,
979
- MJEntityFormComponent,
980
- MJEntityActionFilterFormComponent
971
+ MJEncryptionKeyFormComponent
981
972
  ],
982
973
  imports: [
983
974
  CommonModule,
@@ -989,7 +980,9 @@ export class GeneratedForms_SubModule_8 {
989
980
  exports: []
990
981
  }]
991
982
  }], null, null); })();
992
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardPermissionFormComponent,
983
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardCategoryPermissionFormComponent,
984
+ MJDashboardPartTypeFormComponent,
985
+ MJDashboardPermissionFormComponent,
993
986
  MJDashboardUserPreferenceFormComponent,
994
987
  MJDashboardUserStateFormComponent,
995
988
  MJDashboardFormComponent,
@@ -1006,9 +999,7 @@ export class GeneratedForms_SubModule_8 {
1006
999
  MJEmployeeFormComponent,
1007
1000
  MJEncryptionAlgorithmFormComponent,
1008
1001
  MJEncryptionKeySourceFormComponent,
1009
- MJEncryptionKeyFormComponent,
1010
- MJEntityFormComponent,
1011
- MJEntityActionFilterFormComponent], imports: [CommonModule,
1002
+ MJEncryptionKeyFormComponent], imports: [CommonModule,
1012
1003
  FormsModule,
1013
1004
  BaseFormsModule,
1014
1005
  EntityViewerModule,
@@ -1026,6 +1017,8 @@ export class GeneratedForms_SubModule_9 {
1026
1017
  type: NgModule,
1027
1018
  args: [{
1028
1019
  declarations: [
1020
+ MJEntityFormComponent,
1021
+ MJEntityActionFilterFormComponent,
1029
1022
  MJEntityActionInvocationTypeFormComponent,
1030
1023
  MJEntityActionInvocationFormComponent,
1031
1024
  MJEntityActionParamFormComponent,
@@ -1043,9 +1036,7 @@ export class GeneratedForms_SubModule_9 {
1043
1036
  MJEntityOrganicKeyRelatedEntityFormComponent,
1044
1037
  MJEntityOrganicKeyFormComponent,
1045
1038
  MJEntityPermissionFormComponent,
1046
- MJEntityRecordDocumentFormComponent,
1047
- MJEntityRelationshipDisplayComponentFormComponent,
1048
- MJEntityRelationshipFormComponent
1039
+ MJEntityRecordDocumentFormComponent
1049
1040
  ],
1050
1041
  imports: [
1051
1042
  CommonModule,
@@ -1057,7 +1048,9 @@ export class GeneratedForms_SubModule_9 {
1057
1048
  exports: []
1058
1049
  }]
1059
1050
  }], null, null); })();
1060
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityActionInvocationTypeFormComponent,
1051
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityFormComponent,
1052
+ MJEntityActionFilterFormComponent,
1053
+ MJEntityActionInvocationTypeFormComponent,
1061
1054
  MJEntityActionInvocationFormComponent,
1062
1055
  MJEntityActionParamFormComponent,
1063
1056
  MJEntityActionFormComponent,
@@ -1074,9 +1067,7 @@ export class GeneratedForms_SubModule_9 {
1074
1067
  MJEntityOrganicKeyRelatedEntityFormComponent,
1075
1068
  MJEntityOrganicKeyFormComponent,
1076
1069
  MJEntityPermissionFormComponent,
1077
- MJEntityRecordDocumentFormComponent,
1078
- MJEntityRelationshipDisplayComponentFormComponent,
1079
- MJEntityRelationshipFormComponent], imports: [CommonModule,
1070
+ MJEntityRecordDocumentFormComponent], imports: [CommonModule,
1080
1071
  FormsModule,
1081
1072
  BaseFormsModule,
1082
1073
  EntityViewerModule,
@@ -1094,6 +1085,8 @@ export class GeneratedForms_SubModule_10 {
1094
1085
  type: NgModule,
1095
1086
  args: [{
1096
1087
  declarations: [
1088
+ MJEntityRelationshipDisplayComponentFormComponent,
1089
+ MJEntityRelationshipFormComponent,
1097
1090
  MJEntitySettingFormComponent,
1098
1091
  MJEnvironmentFormComponent,
1099
1092
  MJErrorLogFormComponent,
@@ -1111,9 +1104,7 @@ export class GeneratedForms_SubModule_10 {
1111
1104
  MJFileFormComponent,
1112
1105
  MJGeneratedCodeCategoryFormComponent,
1113
1106
  MJGeneratedCodeFormComponent,
1114
- MJInstanceConfigurationFormComponent,
1115
- MJIntegrationObjectFieldFormComponent,
1116
- MJIntegrationObjectFormComponent
1107
+ MJInstanceConfigurationFormComponent
1117
1108
  ],
1118
1109
  imports: [
1119
1110
  CommonModule,
@@ -1125,7 +1116,9 @@ export class GeneratedForms_SubModule_10 {
1125
1116
  exports: []
1126
1117
  }]
1127
1118
  }], null, null); })();
1128
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJEntitySettingFormComponent,
1119
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJEntityRelationshipDisplayComponentFormComponent,
1120
+ MJEntityRelationshipFormComponent,
1121
+ MJEntitySettingFormComponent,
1129
1122
  MJEnvironmentFormComponent,
1130
1123
  MJErrorLogFormComponent,
1131
1124
  MJExperimentSessionIterationFormComponent,
@@ -1142,9 +1135,7 @@ export class GeneratedForms_SubModule_10 {
1142
1135
  MJFileFormComponent,
1143
1136
  MJGeneratedCodeCategoryFormComponent,
1144
1137
  MJGeneratedCodeFormComponent,
1145
- MJInstanceConfigurationFormComponent,
1146
- MJIntegrationObjectFieldFormComponent,
1147
- MJIntegrationObjectFormComponent], imports: [CommonModule,
1138
+ MJInstanceConfigurationFormComponent], imports: [CommonModule,
1148
1139
  FormsModule,
1149
1140
  BaseFormsModule,
1150
1141
  EntityViewerModule,
@@ -1162,6 +1153,8 @@ export class GeneratedForms_SubModule_11 {
1162
1153
  type: NgModule,
1163
1154
  args: [{
1164
1155
  declarations: [
1156
+ MJIntegrationObjectFieldFormComponent,
1157
+ MJIntegrationObjectFormComponent,
1165
1158
  MJIntegrationSourceTypeFormComponent,
1166
1159
  MJIntegrationURLFormatFormComponent,
1167
1160
  MJIntegrationFormComponent,
@@ -1179,9 +1172,7 @@ export class GeneratedForms_SubModule_11 {
1179
1172
  MJMagicLinkInviteRoleFormComponent,
1180
1173
  MJMagicLinkInviteFormComponent,
1181
1174
  MJMagicLinkRedemptionFormComponent,
1182
- MJMCPServerConnectionPermissionFormComponent,
1183
- MJMCPServerConnectionToolFormComponent,
1184
- MJMCPServerConnectionFormComponent
1175
+ MJMCPServerConnectionPermissionFormComponent
1185
1176
  ],
1186
1177
  imports: [
1187
1178
  CommonModule,
@@ -1193,7 +1184,9 @@ export class GeneratedForms_SubModule_11 {
1193
1184
  exports: []
1194
1185
  }]
1195
1186
  }], null, null); })();
1196
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJIntegrationSourceTypeFormComponent,
1187
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJIntegrationObjectFieldFormComponent,
1188
+ MJIntegrationObjectFormComponent,
1189
+ MJIntegrationSourceTypeFormComponent,
1197
1190
  MJIntegrationURLFormatFormComponent,
1198
1191
  MJIntegrationFormComponent,
1199
1192
  MJKnowledgeHubSavedSearchFormComponent,
@@ -1210,9 +1203,7 @@ export class GeneratedForms_SubModule_11 {
1210
1203
  MJMagicLinkInviteRoleFormComponent,
1211
1204
  MJMagicLinkInviteFormComponent,
1212
1205
  MJMagicLinkRedemptionFormComponent,
1213
- MJMCPServerConnectionPermissionFormComponent,
1214
- MJMCPServerConnectionToolFormComponent,
1215
- MJMCPServerConnectionFormComponent], imports: [CommonModule,
1206
+ MJMCPServerConnectionPermissionFormComponent], imports: [CommonModule,
1216
1207
  FormsModule,
1217
1208
  BaseFormsModule,
1218
1209
  EntityViewerModule,
@@ -1230,6 +1221,8 @@ export class GeneratedForms_SubModule_12 {
1230
1221
  type: NgModule,
1231
1222
  args: [{
1232
1223
  declarations: [
1224
+ MJMCPServerConnectionToolFormComponent,
1225
+ MJMCPServerConnectionFormComponent,
1233
1226
  MJMCPServerToolFormComponent,
1234
1227
  MJMCPServerFormComponent,
1235
1228
  MJMCPToolExecutionLogFormComponent,
@@ -1247,9 +1240,7 @@ export class GeneratedForms_SubModule_12 {
1247
1240
  MJOAuthTokenFormComponent,
1248
1241
  MJOpenAppDependencyFormComponent,
1249
1242
  MJOpenAppInstallHistoryFormComponent,
1250
- MJOpenAppFormComponent,
1251
- MJOutputDeliveryTypeFormComponent,
1252
- MJOutputFormatTypeFormComponent
1243
+ MJOpenAppFormComponent
1253
1244
  ],
1254
1245
  imports: [
1255
1246
  CommonModule,
@@ -1261,7 +1252,9 @@ export class GeneratedForms_SubModule_12 {
1261
1252
  exports: []
1262
1253
  }]
1263
1254
  }], null, null); })();
1264
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMCPServerToolFormComponent,
1255
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMCPServerConnectionToolFormComponent,
1256
+ MJMCPServerConnectionFormComponent,
1257
+ MJMCPServerToolFormComponent,
1265
1258
  MJMCPServerFormComponent,
1266
1259
  MJMCPToolExecutionLogFormComponent,
1267
1260
  MJMCPToolFavoriteFormComponent,
@@ -1278,9 +1271,7 @@ export class GeneratedForms_SubModule_12 {
1278
1271
  MJOAuthTokenFormComponent,
1279
1272
  MJOpenAppDependencyFormComponent,
1280
1273
  MJOpenAppInstallHistoryFormComponent,
1281
- MJOpenAppFormComponent,
1282
- MJOutputDeliveryTypeFormComponent,
1283
- MJOutputFormatTypeFormComponent], imports: [CommonModule,
1274
+ MJOpenAppFormComponent], imports: [CommonModule,
1284
1275
  FormsModule,
1285
1276
  BaseFormsModule,
1286
1277
  EntityViewerModule,
@@ -1298,7 +1289,8 @@ export class GeneratedForms_SubModule_13 {
1298
1289
  type: NgModule,
1299
1290
  args: [{
1300
1291
  declarations: [
1301
- MJOutputTriggerTypeFormComponent,
1292
+ MJOutputDeliveryTypeFormComponent,
1293
+ MJOutputFormatTypeFormComponent,
1302
1294
  MJPermissionDomainFormComponent,
1303
1295
  MJProcessRunDetailFormComponent,
1304
1296
  MJProcessRunFormComponent,
@@ -1316,8 +1308,7 @@ export class GeneratedForms_SubModule_13 {
1316
1308
  MJQueueTypeFormComponent,
1317
1309
  MJQueueFormComponent,
1318
1310
  MJRecommendationItemFormComponent,
1319
- MJRecommendationProviderFormComponent,
1320
- MJRecommendationRunFormComponent
1311
+ MJRecommendationProviderFormComponent
1321
1312
  ],
1322
1313
  imports: [
1323
1314
  CommonModule,
@@ -1329,7 +1320,8 @@ export class GeneratedForms_SubModule_13 {
1329
1320
  exports: []
1330
1321
  }]
1331
1322
  }], null, null); })();
1332
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJOutputTriggerTypeFormComponent,
1323
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJOutputDeliveryTypeFormComponent,
1324
+ MJOutputFormatTypeFormComponent,
1333
1325
  MJPermissionDomainFormComponent,
1334
1326
  MJProcessRunDetailFormComponent,
1335
1327
  MJProcessRunFormComponent,
@@ -1347,8 +1339,7 @@ export class GeneratedForms_SubModule_13 {
1347
1339
  MJQueueTypeFormComponent,
1348
1340
  MJQueueFormComponent,
1349
1341
  MJRecommendationItemFormComponent,
1350
- MJRecommendationProviderFormComponent,
1351
- MJRecommendationRunFormComponent], imports: [CommonModule,
1342
+ MJRecommendationProviderFormComponent], imports: [CommonModule,
1352
1343
  FormsModule,
1353
1344
  BaseFormsModule,
1354
1345
  EntityViewerModule,
@@ -1366,6 +1357,7 @@ export class GeneratedForms_SubModule_14 {
1366
1357
  type: NgModule,
1367
1358
  args: [{
1368
1359
  declarations: [
1360
+ MJRecommendationRunFormComponent,
1369
1361
  MJRecommendationFormComponent,
1370
1362
  MJRecordChangeReplayRunFormComponent,
1371
1363
  MJRecordChangeFormComponent,
@@ -1378,14 +1370,13 @@ export class GeneratedForms_SubModule_14 {
1378
1370
  MJRecordProcessFormComponent,
1379
1371
  MJRemoteOperationCategoryFormComponent,
1380
1372
  MJRemoteOperationFormComponent,
1381
- MJReportCategoryFormComponent,
1382
- MJReportSnapshotFormComponent,
1383
- MJReportUserStateFormComponent,
1384
- MJReportVersionFormComponent,
1385
- MJReportFormComponent,
1386
1373
  MJResourceLinkFormComponent,
1387
1374
  MJResourcePermissionFormComponent,
1388
- MJResourceTypeFormComponent
1375
+ MJResourceTypeFormComponent,
1376
+ MJRoleFormComponent,
1377
+ MJRowLevelSecurityFilterFormComponent,
1378
+ MJScheduledJobRunFormComponent,
1379
+ MJScheduledJobTypeFormComponent
1389
1380
  ],
1390
1381
  imports: [
1391
1382
  CommonModule,
@@ -1397,7 +1388,8 @@ export class GeneratedForms_SubModule_14 {
1397
1388
  exports: []
1398
1389
  }]
1399
1390
  }], null, null); })();
1400
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRecommendationFormComponent,
1391
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRecommendationRunFormComponent,
1392
+ MJRecommendationFormComponent,
1401
1393
  MJRecordChangeReplayRunFormComponent,
1402
1394
  MJRecordChangeFormComponent,
1403
1395
  MJRecordGeoCodeFormComponent,
@@ -1409,14 +1401,13 @@ export class GeneratedForms_SubModule_14 {
1409
1401
  MJRecordProcessFormComponent,
1410
1402
  MJRemoteOperationCategoryFormComponent,
1411
1403
  MJRemoteOperationFormComponent,
1412
- MJReportCategoryFormComponent,
1413
- MJReportSnapshotFormComponent,
1414
- MJReportUserStateFormComponent,
1415
- MJReportVersionFormComponent,
1416
- MJReportFormComponent,
1417
1404
  MJResourceLinkFormComponent,
1418
1405
  MJResourcePermissionFormComponent,
1419
- MJResourceTypeFormComponent], imports: [CommonModule,
1406
+ MJResourceTypeFormComponent,
1407
+ MJRoleFormComponent,
1408
+ MJRowLevelSecurityFilterFormComponent,
1409
+ MJScheduledJobRunFormComponent,
1410
+ MJScheduledJobTypeFormComponent], imports: [CommonModule,
1420
1411
  FormsModule,
1421
1412
  BaseFormsModule,
1422
1413
  EntityViewerModule,
@@ -1434,12 +1425,6 @@ export class GeneratedForms_SubModule_15 {
1434
1425
  type: NgModule,
1435
1426
  args: [{
1436
1427
  declarations: [
1437
- MJRoleFormComponent,
1438
- MJRowLevelSecurityFilterFormComponent,
1439
- MJScheduledActionParamFormComponent,
1440
- MJScheduledActionFormComponent,
1441
- MJScheduledJobRunFormComponent,
1442
- MJScheduledJobTypeFormComponent,
1443
1428
  MJScheduledJobFormComponent,
1444
1429
  MJSchemaInfoFormComponent,
1445
1430
  MJScopedPromptConfigFormComponent,
@@ -1453,7 +1438,13 @@ export class GeneratedForms_SubModule_15 {
1453
1438
  MJSearchScopeStorageAccountFormComponent,
1454
1439
  MJSearchScopeTestQueryFormComponent,
1455
1440
  MJSearchScopeFormComponent,
1456
- MJSignatureAccountFormComponent
1441
+ MJSignatureAccountFormComponent,
1442
+ MJSignatureProviderFormComponent,
1443
+ MJSignatureRequestDocumentFormComponent,
1444
+ MJSignatureRequestLogFormComponent,
1445
+ MJSignatureRequestRecipientFormComponent,
1446
+ MJSignatureRequestFormComponent,
1447
+ MJSkillFormComponent
1457
1448
  ],
1458
1449
  imports: [
1459
1450
  CommonModule,
@@ -1465,13 +1456,7 @@ export class GeneratedForms_SubModule_15 {
1465
1456
  exports: []
1466
1457
  }]
1467
1458
  }], null, null); })();
1468
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJRoleFormComponent,
1469
- MJRowLevelSecurityFilterFormComponent,
1470
- MJScheduledActionParamFormComponent,
1471
- MJScheduledActionFormComponent,
1472
- MJScheduledJobRunFormComponent,
1473
- MJScheduledJobTypeFormComponent,
1474
- MJScheduledJobFormComponent,
1459
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJScheduledJobFormComponent,
1475
1460
  MJSchemaInfoFormComponent,
1476
1461
  MJScopedPromptConfigFormComponent,
1477
1462
  MJScopedPromptPartFormComponent,
@@ -1484,7 +1469,13 @@ export class GeneratedForms_SubModule_15 {
1484
1469
  MJSearchScopeStorageAccountFormComponent,
1485
1470
  MJSearchScopeTestQueryFormComponent,
1486
1471
  MJSearchScopeFormComponent,
1487
- MJSignatureAccountFormComponent], imports: [CommonModule,
1472
+ MJSignatureAccountFormComponent,
1473
+ MJSignatureProviderFormComponent,
1474
+ MJSignatureRequestDocumentFormComponent,
1475
+ MJSignatureRequestLogFormComponent,
1476
+ MJSignatureRequestRecipientFormComponent,
1477
+ MJSignatureRequestFormComponent,
1478
+ MJSkillFormComponent], imports: [CommonModule,
1488
1479
  FormsModule,
1489
1480
  BaseFormsModule,
1490
1481
  EntityViewerModule,
@@ -1502,12 +1493,6 @@ export class GeneratedForms_SubModule_16 {
1502
1493
  type: NgModule,
1503
1494
  args: [{
1504
1495
  declarations: [
1505
- MJSignatureProviderFormComponent,
1506
- MJSignatureRequestDocumentFormComponent,
1507
- MJSignatureRequestLogFormComponent,
1508
- MJSignatureRequestRecipientFormComponent,
1509
- MJSignatureRequestFormComponent,
1510
- MJSkillFormComponent,
1511
1496
  MJSQLDialectFormComponent,
1512
1497
  MJStateProvinceFormComponent,
1513
1498
  MJTagAuditLogFormComponent,
@@ -1521,7 +1506,13 @@ export class GeneratedForms_SubModule_16 {
1521
1506
  MJTaskTypeFormComponent,
1522
1507
  MJTaskFormComponent,
1523
1508
  MJTemplateCategoryFormComponent,
1524
- MJTemplateContentTypeFormComponent
1509
+ MJTemplateContentTypeFormComponent,
1510
+ MJTemplateContentFormComponent,
1511
+ MJTemplateParamFormComponent,
1512
+ MJTemplateFormComponent,
1513
+ MJTestRubricFormComponent,
1514
+ MJTestRunFeedbackFormComponent,
1515
+ MJTestRunOutputTypeFormComponent
1525
1516
  ],
1526
1517
  imports: [
1527
1518
  CommonModule,
@@ -1533,13 +1524,7 @@ export class GeneratedForms_SubModule_16 {
1533
1524
  exports: []
1534
1525
  }]
1535
1526
  }], null, null); })();
1536
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSignatureProviderFormComponent,
1537
- MJSignatureRequestDocumentFormComponent,
1538
- MJSignatureRequestLogFormComponent,
1539
- MJSignatureRequestRecipientFormComponent,
1540
- MJSignatureRequestFormComponent,
1541
- MJSkillFormComponent,
1542
- MJSQLDialectFormComponent,
1527
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSQLDialectFormComponent,
1543
1528
  MJStateProvinceFormComponent,
1544
1529
  MJTagAuditLogFormComponent,
1545
1530
  MJTagCoOccurrenceFormComponent,
@@ -1552,7 +1537,13 @@ export class GeneratedForms_SubModule_16 {
1552
1537
  MJTaskTypeFormComponent,
1553
1538
  MJTaskFormComponent,
1554
1539
  MJTemplateCategoryFormComponent,
1555
- MJTemplateContentTypeFormComponent], imports: [CommonModule,
1540
+ MJTemplateContentTypeFormComponent,
1541
+ MJTemplateContentFormComponent,
1542
+ MJTemplateParamFormComponent,
1543
+ MJTemplateFormComponent,
1544
+ MJTestRubricFormComponent,
1545
+ MJTestRunFeedbackFormComponent,
1546
+ MJTestRunOutputTypeFormComponent], imports: [CommonModule,
1556
1547
  FormsModule,
1557
1548
  BaseFormsModule,
1558
1549
  EntityViewerModule,
@@ -1570,12 +1561,6 @@ export class GeneratedForms_SubModule_17 {
1570
1561
  type: NgModule,
1571
1562
  args: [{
1572
1563
  declarations: [
1573
- MJTemplateContentFormComponent,
1574
- MJTemplateParamFormComponent,
1575
- MJTemplateFormComponent,
1576
- MJTestRubricFormComponent,
1577
- MJTestRunFeedbackFormComponent,
1578
- MJTestRunOutputTypeFormComponent,
1579
1564
  MJTestRunOutputFormComponent,
1580
1565
  MJTestRunFormComponent,
1581
1566
  MJTestSuiteRunFormComponent,
@@ -1589,7 +1574,13 @@ export class GeneratedForms_SubModule_17 {
1589
1574
  MJUserFavoriteFormComponent,
1590
1575
  MJUserNotificationPreferenceFormComponent,
1591
1576
  MJUserNotificationTypeFormComponent,
1592
- MJUserNotificationFormComponent
1577
+ MJUserNotificationFormComponent,
1578
+ MJUserRecordLogFormComponent,
1579
+ MJUserRoleFormComponent,
1580
+ MJUserRoutineRecipientFormComponent,
1581
+ MJUserRoutineRunFormComponent,
1582
+ MJUserRoutineFormComponent,
1583
+ MJUserSettingFormComponent
1593
1584
  ],
1594
1585
  imports: [
1595
1586
  CommonModule,
@@ -1601,13 +1592,7 @@ export class GeneratedForms_SubModule_17 {
1601
1592
  exports: []
1602
1593
  }]
1603
1594
  }], null, null); })();
1604
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTemplateContentFormComponent,
1605
- MJTemplateParamFormComponent,
1606
- MJTemplateFormComponent,
1607
- MJTestRubricFormComponent,
1608
- MJTestRunFeedbackFormComponent,
1609
- MJTestRunOutputTypeFormComponent,
1610
- MJTestRunOutputFormComponent,
1595
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTestRunOutputFormComponent,
1611
1596
  MJTestRunFormComponent,
1612
1597
  MJTestSuiteRunFormComponent,
1613
1598
  MJTestSuiteTestFormComponent,
@@ -1620,7 +1605,13 @@ export class GeneratedForms_SubModule_17 {
1620
1605
  MJUserFavoriteFormComponent,
1621
1606
  MJUserNotificationPreferenceFormComponent,
1622
1607
  MJUserNotificationTypeFormComponent,
1623
- MJUserNotificationFormComponent], imports: [CommonModule,
1608
+ MJUserNotificationFormComponent,
1609
+ MJUserRecordLogFormComponent,
1610
+ MJUserRoleFormComponent,
1611
+ MJUserRoutineRecipientFormComponent,
1612
+ MJUserRoutineRunFormComponent,
1613
+ MJUserRoutineFormComponent,
1614
+ MJUserSettingFormComponent], imports: [CommonModule,
1624
1615
  FormsModule,
1625
1616
  BaseFormsModule,
1626
1617
  EntityViewerModule,
@@ -1638,12 +1629,6 @@ export class GeneratedForms_SubModule_18 {
1638
1629
  type: NgModule,
1639
1630
  args: [{
1640
1631
  declarations: [
1641
- MJUserRecordLogFormComponent,
1642
- MJUserRoleFormComponent,
1643
- MJUserRoutineRecipientFormComponent,
1644
- MJUserRoutineRunFormComponent,
1645
- MJUserRoutineFormComponent,
1646
- MJUserSettingFormComponent,
1647
1632
  MJUserViewCategoryFormComponent,
1648
1633
  MJUserViewRunDetailFormComponent,
1649
1634
  MJUserViewRunFormComponent,
@@ -1656,8 +1641,8 @@ export class GeneratedForms_SubModule_18 {
1656
1641
  MJVersionLabelRestoreFormComponent,
1657
1642
  MJVersionLabelFormComponent,
1658
1643
  MJViewTypeFormComponent,
1659
- MJWorkflowEngineFormComponent,
1660
- MJWorkflowRunFormComponent
1644
+ MJWorkspaceItemFormComponent,
1645
+ MJWorkspaceFormComponent
1661
1646
  ],
1662
1647
  imports: [
1663
1648
  CommonModule,
@@ -1669,13 +1654,7 @@ export class GeneratedForms_SubModule_18 {
1669
1654
  exports: []
1670
1655
  }]
1671
1656
  }], null, null); })();
1672
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserRecordLogFormComponent,
1673
- MJUserRoleFormComponent,
1674
- MJUserRoutineRecipientFormComponent,
1675
- MJUserRoutineRunFormComponent,
1676
- MJUserRoutineFormComponent,
1677
- MJUserSettingFormComponent,
1678
- MJUserViewCategoryFormComponent,
1657
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserViewCategoryFormComponent,
1679
1658
  MJUserViewRunDetailFormComponent,
1680
1659
  MJUserViewRunFormComponent,
1681
1660
  MJUserViewFormComponent,
@@ -1687,40 +1666,6 @@ export class GeneratedForms_SubModule_18 {
1687
1666
  MJVersionLabelRestoreFormComponent,
1688
1667
  MJVersionLabelFormComponent,
1689
1668
  MJViewTypeFormComponent,
1690
- MJWorkflowEngineFormComponent,
1691
- MJWorkflowRunFormComponent], imports: [CommonModule,
1692
- FormsModule,
1693
- BaseFormsModule,
1694
- EntityViewerModule,
1695
- LinkDirectivesModule] }); })();
1696
- export class GeneratedForms_SubModule_19 {
1697
- static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_19)(); }; }
1698
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
1699
- static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1700
- FormsModule,
1701
- BaseFormsModule,
1702
- EntityViewerModule,
1703
- LinkDirectivesModule] }); }
1704
- }
1705
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
1706
- type: NgModule,
1707
- args: [{
1708
- declarations: [
1709
- MJWorkflowFormComponent,
1710
- MJWorkspaceItemFormComponent,
1711
- MJWorkspaceFormComponent
1712
- ],
1713
- imports: [
1714
- CommonModule,
1715
- FormsModule,
1716
- BaseFormsModule,
1717
- EntityViewerModule,
1718
- LinkDirectivesModule
1719
- ],
1720
- exports: []
1721
- }]
1722
- }], null, null); })();
1723
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [MJWorkflowFormComponent,
1724
1669
  MJWorkspaceItemFormComponent,
1725
1670
  MJWorkspaceFormComponent], imports: [CommonModule,
1726
1671
  FormsModule,
@@ -1748,8 +1693,7 @@ export class CoreGeneratedFormsModule {
1748
1693
  GeneratedForms_SubModule_15,
1749
1694
  GeneratedForms_SubModule_16,
1750
1695
  GeneratedForms_SubModule_17,
1751
- GeneratedForms_SubModule_18,
1752
- GeneratedForms_SubModule_19] }); }
1696
+ GeneratedForms_SubModule_18] }); }
1753
1697
  }
1754
1698
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
1755
1699
  type: NgModule,
@@ -1774,10 +1718,9 @@ export class CoreGeneratedFormsModule {
1774
1718
  GeneratedForms_SubModule_15,
1775
1719
  GeneratedForms_SubModule_16,
1776
1720
  GeneratedForms_SubModule_17,
1777
- GeneratedForms_SubModule_18,
1778
- GeneratedForms_SubModule_19
1721
+ GeneratedForms_SubModule_18
1779
1722
  ]
1780
1723
  }]
1781
1724
  }], null, null); })();
1782
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19] }); })();
1725
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18] }); })();
1783
1726
  //# sourceMappingURL=generated-forms.module.js.map