@memberjunction/ng-core-entity-forms 5.28.0 → 5.30.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/ai-agent-form.component.d.ts +4 -0
  2. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  3. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +567 -566
  4. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  5. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +3 -0
  6. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
  7. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +243 -244
  8. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  9. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +3 -0
  10. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
  11. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +417 -416
  12. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  13. package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts +51 -16
  14. package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts.map +1 -1
  15. package/dist/lib/custom/Actions/action-execution-log-form.component.js +422 -139
  16. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  17. package/dist/lib/custom/Actions/action-form.component.d.ts +68 -1
  18. package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
  19. package/dist/lib/custom/Actions/action-form.component.js +882 -422
  20. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  21. package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts +3 -0
  22. package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts.map +1 -1
  23. package/dist/lib/custom/EntityActions/entityaction.form.component.js +23 -22
  24. package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
  25. package/dist/lib/custom/Queries/query-form.component.d.ts +13 -1
  26. package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
  27. package/dist/lib/custom/Queries/query-form.component.js +798 -553
  28. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  29. package/dist/lib/custom/Templates/templates-form.component.d.ts +3 -0
  30. package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
  31. package/dist/lib/custom/Templates/templates-form.component.js +157 -158
  32. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  33. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
  34. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +44 -26
  35. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  36. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.d.ts.map +1 -1
  37. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js +42 -6
  38. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js.map +1 -1
  39. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  40. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +57 -49
  41. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  42. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +83 -77
  43. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  44. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.d.ts +10 -0
  45. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.d.ts.map +1 -0
  46. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js +123 -0
  47. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js.map +1 -0
  48. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.d.ts +10 -0
  49. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.d.ts.map +1 -0
  50. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.js +87 -0
  51. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.js.map +1 -0
  52. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.d.ts +10 -0
  53. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.d.ts.map +1 -0
  54. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js +109 -0
  55. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js.map +1 -0
  56. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.d.ts +10 -0
  57. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.d.ts.map +1 -0
  58. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.js +83 -0
  59. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.js.map +1 -0
  60. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +39 -37
  61. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
  62. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  63. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +104 -68
  64. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  65. package/dist/lib/generated/Entities/MJEntityPermission/mjentitypermission.form.component.js +11 -9
  66. package/dist/lib/generated/Entities/MJEntityPermission/mjentitypermission.form.component.js.map +1 -1
  67. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.d.ts.map +1 -1
  68. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +32 -14
  69. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
  70. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +23 -21
  71. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component.js +9 -7
  73. package/dist/lib/generated/Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component.js.map +1 -1
  74. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.d.ts.map +1 -1
  75. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js +24 -6
  76. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js.map +1 -1
  77. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.d.ts +10 -0
  78. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.d.ts.map +1 -0
  79. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.js +55 -0
  80. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.js.map +1 -0
  81. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.d.ts +10 -0
  82. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.d.ts.map +1 -0
  83. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.js +85 -0
  84. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.js.map +1 -0
  85. package/dist/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.d.ts.map +1 -1
  86. package/dist/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.js +21 -12
  87. package/dist/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.js.map +1 -1
  88. package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js +5 -5
  89. package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js.map +1 -1
  90. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +17 -17
  91. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
  92. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  93. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +241 -169
  94. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  95. package/dist/lib/generated/generated-forms.module.d.ts +252 -246
  96. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  97. package/dist/lib/generated/generated-forms.module.js +168 -150
  98. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  99. package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
  100. package/dist/lib/shared/components/template-editor.component.js +14 -8
  101. package/dist/lib/shared/components/template-editor.component.js.map +1 -1
  102. package/package.json +34 -34
@@ -85,6 +85,10 @@ import { MJApplicationEntityFormComponent } from "./Entities/MJApplicationEntity
85
85
  import { MJApplicationRoleFormComponent } from "./Entities/MJApplicationRole/mjapplicationrole.form.component";
86
86
  import { MJApplicationSettingFormComponent } from "./Entities/MJApplicationSetting/mjapplicationsetting.form.component";
87
87
  import { MJApplicationFormComponent } from "./Entities/MJApplication/mjapplication.form.component";
88
+ import { MJArchiveConfigurationEntityFormComponent } from "./Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component";
89
+ import { MJArchiveConfigurationFormComponent } from "./Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component";
90
+ import { MJArchiveRunDetailFormComponent } from "./Entities/MJArchiveRunDetail/mjarchiverundetail.form.component";
91
+ import { MJArchiveRunFormComponent } from "./Entities/MJArchiveRun/mjarchiverun.form.component";
88
92
  import { MJArtifactPermissionFormComponent } from "./Entities/MJArtifactPermission/mjartifactpermission.form.component";
89
93
  import { MJArtifactTypeFormComponent } from "./Entities/MJArtifactType/mjartifacttype.form.component";
90
94
  import { MJArtifactUseFormComponent } from "./Entities/MJArtifactUse/mjartifactuse.form.component";
@@ -218,6 +222,7 @@ import { MJMCPServerConnectionFormComponent } from "./Entities/MJMCPServerConnec
218
222
  import { MJMCPServerToolFormComponent } from "./Entities/MJMCPServerTool/mjmcpservertool.form.component";
219
223
  import { MJMCPServerFormComponent } from "./Entities/MJMCPServer/mjmcpserver.form.component";
220
224
  import { MJMCPToolExecutionLogFormComponent } from "./Entities/MJMCPToolExecutionLog/mjmcptoolexecutionlog.form.component";
225
+ import { MJMCPToolFavoriteFormComponent } from "./Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component";
221
226
  import { MJOAuthAuthServerMetadataCacheFormComponent } from "./Entities/MJOAuthAuthServerMetadataCache/mjoauthauthservermetadatacache.form.component";
222
227
  import { MJOAuthAuthorizationStateFormComponent } from "./Entities/MJOAuthAuthorizationState/mjoauthauthorizationstate.form.component";
223
228
  import { MJOAuthClientRegistrationFormComponent } from "./Entities/MJOAuthClientRegistration/mjoauthclientregistration.form.component";
@@ -228,6 +233,7 @@ import { MJOpenAppFormComponent } from "./Entities/MJOpenApp/mjopenapp.form.comp
228
233
  import { MJOutputDeliveryTypeFormComponent } from "./Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component";
229
234
  import { MJOutputFormatTypeFormComponent } from "./Entities/MJOutputFormatType/mjoutputformattype.form.component";
230
235
  import { MJOutputTriggerTypeFormComponent } from "./Entities/MJOutputTriggerType/mjoutputtriggertype.form.component";
236
+ import { MJPermissionDomainFormComponent } from "./Entities/MJPermissionDomain/mjpermissiondomain.form.component";
231
237
  import { MJProjectFormComponent } from "./Entities/MJProject/mjproject.form.component";
232
238
  import { MJPublicLinkFormComponent } from "./Entities/MJPublicLink/mjpubliclink.form.component";
233
239
  import { MJQueryFormComponent } from "./Entities/MJQuery/mjquery.form.component";
@@ -549,14 +555,14 @@ export class GeneratedForms_SubModule_3 {
549
555
  MJApplicationRoleFormComponent,
550
556
  MJApplicationSettingFormComponent,
551
557
  MJApplicationFormComponent,
558
+ MJArchiveConfigurationEntityFormComponent,
559
+ MJArchiveConfigurationFormComponent,
560
+ MJArchiveRunDetailFormComponent,
561
+ MJArchiveRunFormComponent,
552
562
  MJArtifactPermissionFormComponent,
553
563
  MJArtifactTypeFormComponent,
554
564
  MJArtifactUseFormComponent,
555
- MJArtifactVersionAttributeFormComponent,
556
- MJArtifactVersionFormComponent,
557
- MJArtifactFormComponent,
558
- MJAuditLogTypeFormComponent,
559
- MJAuditLogFormComponent
565
+ MJArtifactVersionAttributeFormComponent
560
566
  ],
561
567
  imports: [
562
568
  CommonModule,
@@ -580,14 +586,14 @@ export class GeneratedForms_SubModule_3 {
580
586
  MJApplicationRoleFormComponent,
581
587
  MJApplicationSettingFormComponent,
582
588
  MJApplicationFormComponent,
589
+ MJArchiveConfigurationEntityFormComponent,
590
+ MJArchiveConfigurationFormComponent,
591
+ MJArchiveRunDetailFormComponent,
592
+ MJArchiveRunFormComponent,
583
593
  MJArtifactPermissionFormComponent,
584
594
  MJArtifactTypeFormComponent,
585
595
  MJArtifactUseFormComponent,
586
- MJArtifactVersionAttributeFormComponent,
587
- MJArtifactVersionFormComponent,
588
- MJArtifactFormComponent,
589
- MJAuditLogTypeFormComponent,
590
- MJAuditLogFormComponent], imports: [CommonModule,
596
+ MJArtifactVersionAttributeFormComponent], imports: [CommonModule,
591
597
  FormsModule,
592
598
  BaseFormsModule,
593
599
  EntityViewerModule,
@@ -606,6 +612,10 @@ export class GeneratedForms_SubModule_4 {
606
612
  type: NgModule,
607
613
  args: [{
608
614
  declarations: [
615
+ MJArtifactVersionFormComponent,
616
+ MJArtifactFormComponent,
617
+ MJAuditLogTypeFormComponent,
618
+ MJAuditLogFormComponent,
609
619
  MJAuthorizationRoleFormComponent,
610
620
  MJAuthorizationFormComponent,
611
621
  MJCollectionArtifactFormComponent,
@@ -621,11 +631,7 @@ export class GeneratedForms_SubModule_4 {
621
631
  MJCompanyIntegrationFieldMapFormComponent,
622
632
  MJCompanyIntegrationRecordMapFormComponent,
623
633
  MJCompanyIntegrationRunAPILogFormComponent,
624
- MJCompanyIntegrationRunDetailFormComponent,
625
- MJCompanyIntegrationRunFormComponent,
626
- MJCompanyIntegrationSyncWatermarkFormComponent,
627
- MJCompanyIntegrationFormComponent,
628
- MJComponentDependencyFormComponent
634
+ MJCompanyIntegrationRunDetailFormComponent
629
635
  ],
630
636
  imports: [
631
637
  CommonModule,
@@ -638,7 +644,11 @@ export class GeneratedForms_SubModule_4 {
638
644
  exports: []
639
645
  }]
640
646
  }], null, null); })();
641
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAuthorizationRoleFormComponent,
647
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJArtifactVersionFormComponent,
648
+ MJArtifactFormComponent,
649
+ MJAuditLogTypeFormComponent,
650
+ MJAuditLogFormComponent,
651
+ MJAuthorizationRoleFormComponent,
642
652
  MJAuthorizationFormComponent,
643
653
  MJCollectionArtifactFormComponent,
644
654
  MJCollectionPermissionFormComponent,
@@ -653,11 +663,7 @@ export class GeneratedForms_SubModule_4 {
653
663
  MJCompanyIntegrationFieldMapFormComponent,
654
664
  MJCompanyIntegrationRecordMapFormComponent,
655
665
  MJCompanyIntegrationRunAPILogFormComponent,
656
- MJCompanyIntegrationRunDetailFormComponent,
657
- MJCompanyIntegrationRunFormComponent,
658
- MJCompanyIntegrationSyncWatermarkFormComponent,
659
- MJCompanyIntegrationFormComponent,
660
- MJComponentDependencyFormComponent], imports: [CommonModule,
666
+ MJCompanyIntegrationRunDetailFormComponent], imports: [CommonModule,
661
667
  FormsModule,
662
668
  BaseFormsModule,
663
669
  EntityViewerModule,
@@ -676,6 +682,10 @@ export class GeneratedForms_SubModule_5 {
676
682
  type: NgModule,
677
683
  args: [{
678
684
  declarations: [
685
+ MJCompanyIntegrationRunFormComponent,
686
+ MJCompanyIntegrationSyncWatermarkFormComponent,
687
+ MJCompanyIntegrationFormComponent,
688
+ MJComponentDependencyFormComponent,
679
689
  MJComponentLibraryFormComponent,
680
690
  MJComponentLibraryLinkFormComponent,
681
691
  MJComponentRegistryFormComponent,
@@ -691,11 +701,7 @@ export class GeneratedForms_SubModule_5 {
691
701
  MJContentSourceParamFormComponent,
692
702
  MJContentSourceTypeParamFormComponent,
693
703
  MJContentSourceTypeFormComponent,
694
- MJContentSourceFormComponent,
695
- MJContentTypeAttributeFormComponent,
696
- MJContentTypeFormComponent,
697
- MJConversationArtifactPermissionFormComponent,
698
- MJConversationArtifactVersionFormComponent
704
+ MJContentSourceFormComponent
699
705
  ],
700
706
  imports: [
701
707
  CommonModule,
@@ -707,7 +713,11 @@ export class GeneratedForms_SubModule_5 {
707
713
  exports: []
708
714
  }]
709
715
  }], null, null); })();
710
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJComponentLibraryFormComponent,
716
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJCompanyIntegrationRunFormComponent,
717
+ MJCompanyIntegrationSyncWatermarkFormComponent,
718
+ MJCompanyIntegrationFormComponent,
719
+ MJComponentDependencyFormComponent,
720
+ MJComponentLibraryFormComponent,
711
721
  MJComponentLibraryLinkFormComponent,
712
722
  MJComponentRegistryFormComponent,
713
723
  MJComponentFormComponent,
@@ -722,11 +732,7 @@ export class GeneratedForms_SubModule_5 {
722
732
  MJContentSourceParamFormComponent,
723
733
  MJContentSourceTypeParamFormComponent,
724
734
  MJContentSourceTypeFormComponent,
725
- MJContentSourceFormComponent,
726
- MJContentTypeAttributeFormComponent,
727
- MJContentTypeFormComponent,
728
- MJConversationArtifactPermissionFormComponent,
729
- MJConversationArtifactVersionFormComponent], imports: [CommonModule,
735
+ MJContentSourceFormComponent], imports: [CommonModule,
730
736
  FormsModule,
731
737
  BaseFormsModule,
732
738
  EntityViewerModule,
@@ -744,6 +750,10 @@ export class GeneratedForms_SubModule_6 {
744
750
  type: NgModule,
745
751
  args: [{
746
752
  declarations: [
753
+ MJContentTypeAttributeFormComponent,
754
+ MJContentTypeFormComponent,
755
+ MJConversationArtifactPermissionFormComponent,
756
+ MJConversationArtifactVersionFormComponent,
747
757
  MJConversationArtifactFormComponent,
748
758
  MJConversationDetailArtifactFormComponent,
749
759
  MJConversationDetailAttachmentFormComponent,
@@ -759,11 +769,7 @@ export class GeneratedForms_SubModule_6 {
759
769
  MJDashboardCategoryPermissionFormComponent,
760
770
  MJDashboardPartTypeFormComponent,
761
771
  MJDashboardPermissionFormComponent,
762
- MJDashboardUserPreferenceFormComponent,
763
- MJDashboardUserStateFormComponent,
764
- MJDashboardFormComponent,
765
- MJDataContextItemFormComponent,
766
- MJDataContextFormComponent
772
+ MJDashboardUserPreferenceFormComponent
767
773
  ],
768
774
  imports: [
769
775
  CommonModule,
@@ -775,7 +781,11 @@ export class GeneratedForms_SubModule_6 {
775
781
  exports: []
776
782
  }]
777
783
  }], null, null); })();
778
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJConversationArtifactFormComponent,
784
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJContentTypeAttributeFormComponent,
785
+ MJContentTypeFormComponent,
786
+ MJConversationArtifactPermissionFormComponent,
787
+ MJConversationArtifactVersionFormComponent,
788
+ MJConversationArtifactFormComponent,
779
789
  MJConversationDetailArtifactFormComponent,
780
790
  MJConversationDetailAttachmentFormComponent,
781
791
  MJConversationDetailRatingFormComponent,
@@ -790,11 +800,7 @@ export class GeneratedForms_SubModule_6 {
790
800
  MJDashboardCategoryPermissionFormComponent,
791
801
  MJDashboardPartTypeFormComponent,
792
802
  MJDashboardPermissionFormComponent,
793
- MJDashboardUserPreferenceFormComponent,
794
- MJDashboardUserStateFormComponent,
795
- MJDashboardFormComponent,
796
- MJDataContextItemFormComponent,
797
- MJDataContextFormComponent], imports: [CommonModule,
803
+ MJDashboardUserPreferenceFormComponent], imports: [CommonModule,
798
804
  FormsModule,
799
805
  BaseFormsModule,
800
806
  EntityViewerModule,
@@ -812,6 +818,10 @@ export class GeneratedForms_SubModule_7 {
812
818
  type: NgModule,
813
819
  args: [{
814
820
  declarations: [
821
+ MJDashboardUserStateFormComponent,
822
+ MJDashboardFormComponent,
823
+ MJDataContextItemFormComponent,
824
+ MJDataContextFormComponent,
815
825
  MJDatasetItemFormComponent,
816
826
  MJDatasetFormComponent,
817
827
  MJDuplicateRunDetailMatchFormComponent,
@@ -827,11 +837,7 @@ export class GeneratedForms_SubModule_7 {
827
837
  MJEntityFormComponent,
828
838
  MJEntityActionFilterFormComponent,
829
839
  MJEntityActionInvocationTypeFormComponent,
830
- MJEntityActionInvocationFormComponent,
831
- MJEntityActionParamFormComponent,
832
- MJEntityActionFormComponent,
833
- MJEntityAIActionFormComponent,
834
- MJEntityCommunicationFieldFormComponent
840
+ MJEntityActionInvocationFormComponent
835
841
  ],
836
842
  imports: [
837
843
  CommonModule,
@@ -843,7 +849,11 @@ export class GeneratedForms_SubModule_7 {
843
849
  exports: []
844
850
  }]
845
851
  }], null, null); })();
846
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJDatasetItemFormComponent,
852
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJDashboardUserStateFormComponent,
853
+ MJDashboardFormComponent,
854
+ MJDataContextItemFormComponent,
855
+ MJDataContextFormComponent,
856
+ MJDatasetItemFormComponent,
847
857
  MJDatasetFormComponent,
848
858
  MJDuplicateRunDetailMatchFormComponent,
849
859
  MJDuplicateRunDetailFormComponent,
@@ -858,11 +868,7 @@ export class GeneratedForms_SubModule_7 {
858
868
  MJEntityFormComponent,
859
869
  MJEntityActionFilterFormComponent,
860
870
  MJEntityActionInvocationTypeFormComponent,
861
- MJEntityActionInvocationFormComponent,
862
- MJEntityActionParamFormComponent,
863
- MJEntityActionFormComponent,
864
- MJEntityAIActionFormComponent,
865
- MJEntityCommunicationFieldFormComponent], imports: [CommonModule,
871
+ MJEntityActionInvocationFormComponent], imports: [CommonModule,
866
872
  FormsModule,
867
873
  BaseFormsModule,
868
874
  EntityViewerModule,
@@ -880,6 +886,10 @@ export class GeneratedForms_SubModule_8 {
880
886
  type: NgModule,
881
887
  args: [{
882
888
  declarations: [
889
+ MJEntityActionParamFormComponent,
890
+ MJEntityActionFormComponent,
891
+ MJEntityAIActionFormComponent,
892
+ MJEntityCommunicationFieldFormComponent,
883
893
  MJEntityCommunicationMessageTypeFormComponent,
884
894
  MJEntityDocumentRunFormComponent,
885
895
  MJEntityDocumentSettingFormComponent,
@@ -895,11 +905,7 @@ export class GeneratedForms_SubModule_8 {
895
905
  MJEntityRelationshipFormComponent,
896
906
  MJEntitySettingFormComponent,
897
907
  MJEnvironmentFormComponent,
898
- MJErrorLogFormComponent,
899
- MJExplorerNavigationItemFormComponent,
900
- MJFileCategoryFormComponent,
901
- MJFileEntityRecordLinkFormComponent,
902
- MJFileStorageAccountPermissionFormComponent
908
+ MJErrorLogFormComponent
903
909
  ],
904
910
  imports: [
905
911
  CommonModule,
@@ -911,7 +917,11 @@ export class GeneratedForms_SubModule_8 {
911
917
  exports: []
912
918
  }]
913
919
  }], null, null); })();
914
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityCommunicationMessageTypeFormComponent,
920
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityActionParamFormComponent,
921
+ MJEntityActionFormComponent,
922
+ MJEntityAIActionFormComponent,
923
+ MJEntityCommunicationFieldFormComponent,
924
+ MJEntityCommunicationMessageTypeFormComponent,
915
925
  MJEntityDocumentRunFormComponent,
916
926
  MJEntityDocumentSettingFormComponent,
917
927
  MJEntityDocumentTypeFormComponent,
@@ -926,11 +936,7 @@ export class GeneratedForms_SubModule_8 {
926
936
  MJEntityRelationshipFormComponent,
927
937
  MJEntitySettingFormComponent,
928
938
  MJEnvironmentFormComponent,
929
- MJErrorLogFormComponent,
930
- MJExplorerNavigationItemFormComponent,
931
- MJFileCategoryFormComponent,
932
- MJFileEntityRecordLinkFormComponent,
933
- MJFileStorageAccountPermissionFormComponent], imports: [CommonModule,
939
+ MJErrorLogFormComponent], imports: [CommonModule,
934
940
  FormsModule,
935
941
  BaseFormsModule,
936
942
  EntityViewerModule,
@@ -948,6 +954,10 @@ export class GeneratedForms_SubModule_9 {
948
954
  type: NgModule,
949
955
  args: [{
950
956
  declarations: [
957
+ MJExplorerNavigationItemFormComponent,
958
+ MJFileCategoryFormComponent,
959
+ MJFileEntityRecordLinkFormComponent,
960
+ MJFileStorageAccountPermissionFormComponent,
951
961
  MJFileStorageAccountFormComponent,
952
962
  MJFileStorageProviderFormComponent,
953
963
  MJFileFormComponent,
@@ -963,11 +973,7 @@ export class GeneratedForms_SubModule_9 {
963
973
  MJLibraryFormComponent,
964
974
  MJLibraryItemFormComponent,
965
975
  MJListCategoryFormComponent,
966
- MJListDetailFormComponent,
967
- MJListInvitationFormComponent,
968
- MJListShareFormComponent,
969
- MJListFormComponent,
970
- MJMCPServerConnectionPermissionFormComponent
976
+ MJListDetailFormComponent
971
977
  ],
972
978
  imports: [
973
979
  CommonModule,
@@ -979,7 +985,11 @@ export class GeneratedForms_SubModule_9 {
979
985
  exports: []
980
986
  }]
981
987
  }], null, null); })();
982
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJFileStorageAccountFormComponent,
988
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJExplorerNavigationItemFormComponent,
989
+ MJFileCategoryFormComponent,
990
+ MJFileEntityRecordLinkFormComponent,
991
+ MJFileStorageAccountPermissionFormComponent,
992
+ MJFileStorageAccountFormComponent,
983
993
  MJFileStorageProviderFormComponent,
984
994
  MJFileFormComponent,
985
995
  MJGeneratedCodeCategoryFormComponent,
@@ -994,11 +1004,7 @@ export class GeneratedForms_SubModule_9 {
994
1004
  MJLibraryFormComponent,
995
1005
  MJLibraryItemFormComponent,
996
1006
  MJListCategoryFormComponent,
997
- MJListDetailFormComponent,
998
- MJListInvitationFormComponent,
999
- MJListShareFormComponent,
1000
- MJListFormComponent,
1001
- MJMCPServerConnectionPermissionFormComponent], imports: [CommonModule,
1007
+ MJListDetailFormComponent], imports: [CommonModule,
1002
1008
  FormsModule,
1003
1009
  BaseFormsModule,
1004
1010
  EntityViewerModule,
@@ -1016,11 +1022,16 @@ export class GeneratedForms_SubModule_10 {
1016
1022
  type: NgModule,
1017
1023
  args: [{
1018
1024
  declarations: [
1025
+ MJListInvitationFormComponent,
1026
+ MJListShareFormComponent,
1027
+ MJListFormComponent,
1028
+ MJMCPServerConnectionPermissionFormComponent,
1019
1029
  MJMCPServerConnectionToolFormComponent,
1020
1030
  MJMCPServerConnectionFormComponent,
1021
1031
  MJMCPServerToolFormComponent,
1022
1032
  MJMCPServerFormComponent,
1023
1033
  MJMCPToolExecutionLogFormComponent,
1034
+ MJMCPToolFavoriteFormComponent,
1024
1035
  MJOAuthAuthServerMetadataCacheFormComponent,
1025
1036
  MJOAuthAuthorizationStateFormComponent,
1026
1037
  MJOAuthClientRegistrationFormComponent,
@@ -1030,12 +1041,7 @@ export class GeneratedForms_SubModule_10 {
1030
1041
  MJOpenAppFormComponent,
1031
1042
  MJOutputDeliveryTypeFormComponent,
1032
1043
  MJOutputFormatTypeFormComponent,
1033
- MJOutputTriggerTypeFormComponent,
1034
- MJProjectFormComponent,
1035
- MJPublicLinkFormComponent,
1036
- MJQueryFormComponent,
1037
- MJQueryCategoryFormComponent,
1038
- MJQueryDependencyFormComponent
1044
+ MJOutputTriggerTypeFormComponent
1039
1045
  ],
1040
1046
  imports: [
1041
1047
  CommonModule,
@@ -1047,11 +1053,16 @@ export class GeneratedForms_SubModule_10 {
1047
1053
  exports: []
1048
1054
  }]
1049
1055
  }], null, null); })();
1050
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJMCPServerConnectionToolFormComponent,
1056
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJListInvitationFormComponent,
1057
+ MJListShareFormComponent,
1058
+ MJListFormComponent,
1059
+ MJMCPServerConnectionPermissionFormComponent,
1060
+ MJMCPServerConnectionToolFormComponent,
1051
1061
  MJMCPServerConnectionFormComponent,
1052
1062
  MJMCPServerToolFormComponent,
1053
1063
  MJMCPServerFormComponent,
1054
1064
  MJMCPToolExecutionLogFormComponent,
1065
+ MJMCPToolFavoriteFormComponent,
1055
1066
  MJOAuthAuthServerMetadataCacheFormComponent,
1056
1067
  MJOAuthAuthorizationStateFormComponent,
1057
1068
  MJOAuthClientRegistrationFormComponent,
@@ -1061,12 +1072,7 @@ export class GeneratedForms_SubModule_10 {
1061
1072
  MJOpenAppFormComponent,
1062
1073
  MJOutputDeliveryTypeFormComponent,
1063
1074
  MJOutputFormatTypeFormComponent,
1064
- MJOutputTriggerTypeFormComponent,
1065
- MJProjectFormComponent,
1066
- MJPublicLinkFormComponent,
1067
- MJQueryFormComponent,
1068
- MJQueryCategoryFormComponent,
1069
- MJQueryDependencyFormComponent], imports: [CommonModule,
1075
+ MJOutputTriggerTypeFormComponent], imports: [CommonModule,
1070
1076
  FormsModule,
1071
1077
  BaseFormsModule,
1072
1078
  EntityViewerModule,
@@ -1084,6 +1090,12 @@ export class GeneratedForms_SubModule_11 {
1084
1090
  type: NgModule,
1085
1091
  args: [{
1086
1092
  declarations: [
1093
+ MJPermissionDomainFormComponent,
1094
+ MJProjectFormComponent,
1095
+ MJPublicLinkFormComponent,
1096
+ MJQueryFormComponent,
1097
+ MJQueryCategoryFormComponent,
1098
+ MJQueryDependencyFormComponent,
1087
1099
  MJQueryEntityFormComponent,
1088
1100
  MJQueryFieldFormComponent,
1089
1101
  MJQueryParameterFormComponent,
@@ -1097,13 +1109,7 @@ export class GeneratedForms_SubModule_11 {
1097
1109
  MJRecommendationRunFormComponent,
1098
1110
  MJRecommendationFormComponent,
1099
1111
  MJRecordChangeReplayRunFormComponent,
1100
- MJRecordChangeFormComponent,
1101
- MJRecordGeoCodeFormComponent,
1102
- MJRecordLinkFormComponent,
1103
- MJRecordMergeDeletionLogFormComponent,
1104
- MJRecordMergeLogFormComponent,
1105
- MJReportCategoryFormComponent,
1106
- MJReportSnapshotFormComponent
1112
+ MJRecordChangeFormComponent
1107
1113
  ],
1108
1114
  imports: [
1109
1115
  CommonModule,
@@ -1115,7 +1121,13 @@ export class GeneratedForms_SubModule_11 {
1115
1121
  exports: []
1116
1122
  }]
1117
1123
  }], null, null); })();
1118
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJQueryEntityFormComponent,
1124
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJPermissionDomainFormComponent,
1125
+ MJProjectFormComponent,
1126
+ MJPublicLinkFormComponent,
1127
+ MJQueryFormComponent,
1128
+ MJQueryCategoryFormComponent,
1129
+ MJQueryDependencyFormComponent,
1130
+ MJQueryEntityFormComponent,
1119
1131
  MJQueryFieldFormComponent,
1120
1132
  MJQueryParameterFormComponent,
1121
1133
  MJQueryPermissionFormComponent,
@@ -1128,13 +1140,7 @@ export class GeneratedForms_SubModule_11 {
1128
1140
  MJRecommendationRunFormComponent,
1129
1141
  MJRecommendationFormComponent,
1130
1142
  MJRecordChangeReplayRunFormComponent,
1131
- MJRecordChangeFormComponent,
1132
- MJRecordGeoCodeFormComponent,
1133
- MJRecordLinkFormComponent,
1134
- MJRecordMergeDeletionLogFormComponent,
1135
- MJRecordMergeLogFormComponent,
1136
- MJReportCategoryFormComponent,
1137
- MJReportSnapshotFormComponent], imports: [CommonModule,
1143
+ MJRecordChangeFormComponent], imports: [CommonModule,
1138
1144
  FormsModule,
1139
1145
  BaseFormsModule,
1140
1146
  EntityViewerModule,
@@ -1152,6 +1158,12 @@ export class GeneratedForms_SubModule_12 {
1152
1158
  type: NgModule,
1153
1159
  args: [{
1154
1160
  declarations: [
1161
+ MJRecordGeoCodeFormComponent,
1162
+ MJRecordLinkFormComponent,
1163
+ MJRecordMergeDeletionLogFormComponent,
1164
+ MJRecordMergeLogFormComponent,
1165
+ MJReportCategoryFormComponent,
1166
+ MJReportSnapshotFormComponent,
1155
1167
  MJReportUserStateFormComponent,
1156
1168
  MJReportVersionFormComponent,
1157
1169
  MJReportFormComponent,
@@ -1165,13 +1177,7 @@ export class GeneratedForms_SubModule_12 {
1165
1177
  MJScheduledJobRunFormComponent,
1166
1178
  MJScheduledJobTypeFormComponent,
1167
1179
  MJScheduledJobFormComponent,
1168
- MJSchemaInfoFormComponent,
1169
- MJSearchProviderFormComponent,
1170
- MJSkillFormComponent,
1171
- MJSQLDialectFormComponent,
1172
- MJStateProvinceFormComponent,
1173
- MJTagAuditLogFormComponent,
1174
- MJTagCoOccurrenceFormComponent
1180
+ MJSchemaInfoFormComponent
1175
1181
  ],
1176
1182
  imports: [
1177
1183
  CommonModule,
@@ -1183,7 +1189,13 @@ export class GeneratedForms_SubModule_12 {
1183
1189
  exports: []
1184
1190
  }]
1185
1191
  }], null, null); })();
1186
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJReportUserStateFormComponent,
1192
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJRecordGeoCodeFormComponent,
1193
+ MJRecordLinkFormComponent,
1194
+ MJRecordMergeDeletionLogFormComponent,
1195
+ MJRecordMergeLogFormComponent,
1196
+ MJReportCategoryFormComponent,
1197
+ MJReportSnapshotFormComponent,
1198
+ MJReportUserStateFormComponent,
1187
1199
  MJReportVersionFormComponent,
1188
1200
  MJReportFormComponent,
1189
1201
  MJResourceLinkFormComponent,
@@ -1196,13 +1208,7 @@ export class GeneratedForms_SubModule_12 {
1196
1208
  MJScheduledJobRunFormComponent,
1197
1209
  MJScheduledJobTypeFormComponent,
1198
1210
  MJScheduledJobFormComponent,
1199
- MJSchemaInfoFormComponent,
1200
- MJSearchProviderFormComponent,
1201
- MJSkillFormComponent,
1202
- MJSQLDialectFormComponent,
1203
- MJStateProvinceFormComponent,
1204
- MJTagAuditLogFormComponent,
1205
- MJTagCoOccurrenceFormComponent], imports: [CommonModule,
1211
+ MJSchemaInfoFormComponent], imports: [CommonModule,
1206
1212
  FormsModule,
1207
1213
  BaseFormsModule,
1208
1214
  EntityViewerModule,
@@ -1220,6 +1226,12 @@ export class GeneratedForms_SubModule_13 {
1220
1226
  type: NgModule,
1221
1227
  args: [{
1222
1228
  declarations: [
1229
+ MJSearchProviderFormComponent,
1230
+ MJSkillFormComponent,
1231
+ MJSQLDialectFormComponent,
1232
+ MJStateProvinceFormComponent,
1233
+ MJTagAuditLogFormComponent,
1234
+ MJTagCoOccurrenceFormComponent,
1223
1235
  MJTaggedItemFormComponent,
1224
1236
  MJTagFormComponent,
1225
1237
  MJTaskDependencyFormComponent,
@@ -1233,13 +1245,7 @@ export class GeneratedForms_SubModule_13 {
1233
1245
  MJTestRubricFormComponent,
1234
1246
  MJTestRunFeedbackFormComponent,
1235
1247
  MJTestRunOutputTypeFormComponent,
1236
- MJTestRunOutputFormComponent,
1237
- MJTestRunFormComponent,
1238
- MJTestSuiteRunFormComponent,
1239
- MJTestSuiteTestFormComponent,
1240
- MJTestSuiteFormComponent,
1241
- MJTestTypeFormComponent,
1242
- MJTestFormComponent
1248
+ MJTestRunOutputFormComponent
1243
1249
  ],
1244
1250
  imports: [
1245
1251
  CommonModule,
@@ -1251,7 +1257,13 @@ export class GeneratedForms_SubModule_13 {
1251
1257
  exports: []
1252
1258
  }]
1253
1259
  }], null, null); })();
1254
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJTaggedItemFormComponent,
1260
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJSearchProviderFormComponent,
1261
+ MJSkillFormComponent,
1262
+ MJSQLDialectFormComponent,
1263
+ MJStateProvinceFormComponent,
1264
+ MJTagAuditLogFormComponent,
1265
+ MJTagCoOccurrenceFormComponent,
1266
+ MJTaggedItemFormComponent,
1255
1267
  MJTagFormComponent,
1256
1268
  MJTaskDependencyFormComponent,
1257
1269
  MJTaskTypeFormComponent,
@@ -1264,13 +1276,7 @@ export class GeneratedForms_SubModule_13 {
1264
1276
  MJTestRubricFormComponent,
1265
1277
  MJTestRunFeedbackFormComponent,
1266
1278
  MJTestRunOutputTypeFormComponent,
1267
- MJTestRunOutputFormComponent,
1268
- MJTestRunFormComponent,
1269
- MJTestSuiteRunFormComponent,
1270
- MJTestSuiteTestFormComponent,
1271
- MJTestSuiteFormComponent,
1272
- MJTestTypeFormComponent,
1273
- MJTestFormComponent], imports: [CommonModule,
1279
+ MJTestRunOutputFormComponent], imports: [CommonModule,
1274
1280
  FormsModule,
1275
1281
  BaseFormsModule,
1276
1282
  EntityViewerModule,
@@ -1288,6 +1294,12 @@ export class GeneratedForms_SubModule_14 {
1288
1294
  type: NgModule,
1289
1295
  args: [{
1290
1296
  declarations: [
1297
+ MJTestRunFormComponent,
1298
+ MJTestSuiteRunFormComponent,
1299
+ MJTestSuiteTestFormComponent,
1300
+ MJTestSuiteFormComponent,
1301
+ MJTestTypeFormComponent,
1302
+ MJTestFormComponent,
1291
1303
  MJUserApplicationEntityFormComponent,
1292
1304
  MJUserApplicationFormComponent,
1293
1305
  MJUserFavoriteFormComponent,
@@ -1301,13 +1313,7 @@ export class GeneratedForms_SubModule_14 {
1301
1313
  MJUserViewRunDetailFormComponent,
1302
1314
  MJUserViewRunFormComponent,
1303
1315
  MJUserViewFormComponent,
1304
- MJUserFormComponent,
1305
- MJVectorDatabaseFormComponent,
1306
- MJVectorIndexFormComponent,
1307
- MJVersionInstallationFormComponent,
1308
- MJVersionLabelItemFormComponent,
1309
- MJVersionLabelRestoreFormComponent,
1310
- MJVersionLabelFormComponent
1316
+ MJUserFormComponent
1311
1317
  ],
1312
1318
  imports: [
1313
1319
  CommonModule,
@@ -1319,7 +1325,13 @@ export class GeneratedForms_SubModule_14 {
1319
1325
  exports: []
1320
1326
  }]
1321
1327
  }], null, null); })();
1322
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJUserApplicationEntityFormComponent,
1328
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJTestRunFormComponent,
1329
+ MJTestSuiteRunFormComponent,
1330
+ MJTestSuiteTestFormComponent,
1331
+ MJTestSuiteFormComponent,
1332
+ MJTestTypeFormComponent,
1333
+ MJTestFormComponent,
1334
+ MJUserApplicationEntityFormComponent,
1323
1335
  MJUserApplicationFormComponent,
1324
1336
  MJUserFavoriteFormComponent,
1325
1337
  MJUserNotificationPreferenceFormComponent,
@@ -1332,13 +1344,7 @@ export class GeneratedForms_SubModule_14 {
1332
1344
  MJUserViewRunDetailFormComponent,
1333
1345
  MJUserViewRunFormComponent,
1334
1346
  MJUserViewFormComponent,
1335
- MJUserFormComponent,
1336
- MJVectorDatabaseFormComponent,
1337
- MJVectorIndexFormComponent,
1338
- MJVersionInstallationFormComponent,
1339
- MJVersionLabelItemFormComponent,
1340
- MJVersionLabelRestoreFormComponent,
1341
- MJVersionLabelFormComponent], imports: [CommonModule,
1347
+ MJUserFormComponent], imports: [CommonModule,
1342
1348
  FormsModule,
1343
1349
  BaseFormsModule,
1344
1350
  EntityViewerModule,
@@ -1356,6 +1362,12 @@ export class GeneratedForms_SubModule_15 {
1356
1362
  type: NgModule,
1357
1363
  args: [{
1358
1364
  declarations: [
1365
+ MJVectorDatabaseFormComponent,
1366
+ MJVectorIndexFormComponent,
1367
+ MJVersionInstallationFormComponent,
1368
+ MJVersionLabelItemFormComponent,
1369
+ MJVersionLabelRestoreFormComponent,
1370
+ MJVersionLabelFormComponent,
1359
1371
  MJWorkflowEngineFormComponent,
1360
1372
  MJWorkflowRunFormComponent,
1361
1373
  MJWorkflowFormComponent,
@@ -1372,7 +1384,13 @@ export class GeneratedForms_SubModule_15 {
1372
1384
  exports: []
1373
1385
  }]
1374
1386
  }], null, null); })();
1375
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJWorkflowEngineFormComponent,
1387
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJVectorDatabaseFormComponent,
1388
+ MJVectorIndexFormComponent,
1389
+ MJVersionInstallationFormComponent,
1390
+ MJVersionLabelItemFormComponent,
1391
+ MJVersionLabelRestoreFormComponent,
1392
+ MJVersionLabelFormComponent,
1393
+ MJWorkflowEngineFormComponent,
1376
1394
  MJWorkflowRunFormComponent,
1377
1395
  MJWorkflowFormComponent,
1378
1396
  MJWorkspaceItemFormComponent,