@memberjunction/ng-core-entity-forms 2.129.0 → 2.130.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 (95) hide show
  1. package/dist/lib/custom/Tests/entity-link-pill.component.d.ts +44 -0
  2. package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -0
  3. package/dist/lib/custom/Tests/entity-link-pill.component.js +124 -0
  4. package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -0
  5. package/dist/lib/custom/Tests/test-form.component.d.ts +96 -9
  6. package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
  7. package/dist/lib/custom/Tests/test-form.component.js +1529 -277
  8. package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
  9. package/dist/lib/custom/Tests/test-run-form.component.d.ts +50 -9
  10. package/dist/lib/custom/Tests/test-run-form.component.d.ts.map +1 -1
  11. package/dist/lib/custom/Tests/test-run-form.component.js +1079 -426
  12. package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
  13. package/dist/lib/custom/Tests/test-suite-form.component.d.ts +228 -5
  14. package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
  15. package/dist/lib/custom/Tests/test-suite-form.component.js +3309 -201
  16. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  17. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +88 -3
  18. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
  19. package/dist/lib/custom/Tests/test-suite-run-form.component.js +1976 -262
  20. package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
  21. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +9 -2
  22. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  23. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +275 -244
  24. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  25. package/dist/lib/custom/custom-forms.module.d.ts +27 -26
  26. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  27. package/dist/lib/custom/custom-forms.module.js +9 -3
  28. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  29. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.d.ts.map +1 -1
  30. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +154 -122
  31. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  32. package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts +11 -0
  33. package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts.map +1 -0
  34. package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js +75 -0
  35. package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js.map +1 -0
  36. package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts +11 -0
  37. package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts.map +1 -0
  38. package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js +121 -0
  39. package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js.map +1 -0
  40. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.d.ts.map +1 -1
  41. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +77 -41
  42. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
  43. package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts +11 -0
  44. package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts.map +1 -0
  45. package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js +167 -0
  46. package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js.map +1 -0
  47. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.d.ts.map +1 -1
  48. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +160 -102
  49. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
  50. package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts +11 -0
  51. package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts.map +1 -0
  52. package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js +73 -0
  53. package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js.map +1 -0
  54. package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts +11 -0
  55. package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts.map +1 -0
  56. package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js +89 -0
  57. package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js.map +1 -0
  58. package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.d.ts.map +1 -1
  59. package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js +27 -13
  60. package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.d.ts.map +1 -1
  62. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +39 -21
  63. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
  64. package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts +11 -0
  65. package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts.map +1 -0
  66. package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js +95 -0
  67. package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js.map +1 -0
  68. package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts.map +1 -1
  69. package/dist/lib/generated/Entities/Entity/entity.form.component.js +61 -43
  70. package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
  71. package/dist/lib/generated/Entities/File/file.form.component.d.ts.map +1 -1
  72. package/dist/lib/generated/Entities/File/file.form.component.js +22 -4
  73. package/dist/lib/generated/Entities/File/file.form.component.js.map +1 -1
  74. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.d.ts.map +1 -1
  75. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js +40 -4
  76. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js.map +1 -1
  77. package/dist/lib/generated/Entities/Test/test.form.component.js +17 -15
  78. package/dist/lib/generated/Entities/Test/test.form.component.js.map +1 -1
  79. package/dist/lib/generated/Entities/TestRun/testrun.form.component.d.ts.map +1 -1
  80. package/dist/lib/generated/Entities/TestRun/testrun.form.component.js +55 -43
  81. package/dist/lib/generated/Entities/TestRun/testrun.form.component.js.map +1 -1
  82. package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.d.ts.map +1 -1
  83. package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js +9 -15
  84. package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js.map +1 -1
  85. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.d.ts.map +1 -1
  86. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js +39 -19
  87. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js.map +1 -1
  88. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.d.ts.map +1 -1
  89. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js +40 -16
  90. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js.map +1 -1
  91. package/dist/lib/generated/generated-forms.module.d.ts +145 -134
  92. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  93. package/dist/lib/generated/generated-forms.module.js +168 -87
  94. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  95. package/package.json +28 -27
@@ -132,6 +132,7 @@ import { AIAgentArtifactTypeFormComponent, LoadAIAgentArtifactTypeFormComponent
132
132
  import { AIAgentConfigurationFormComponent, LoadAIAgentConfigurationFormComponent } from "./Entities/AIAgentConfiguration/aiagentconfiguration.form.component";
133
133
  import { AIAgentDataSourceFormComponent, LoadAIAgentDataSourceFormComponent } from "./Entities/AIAgentDataSource/aiagentdatasource.form.component";
134
134
  import { AIAgentExampleFormComponent, LoadAIAgentExampleFormComponent } from "./Entities/AIAgentExample/aiagentexample.form.component";
135
+ import { AIAgentModalityFormComponent, LoadAIAgentModalityFormComponent } from "./Entities/AIAgentModality/aiagentmodality.form.component";
135
136
  import { AIAgentPermissionFormComponent, LoadAIAgentPermissionFormComponent } from "./Entities/AIAgentPermission/aiagentpermission.form.component";
136
137
  import { AIAgentPromptFormComponent, LoadAIAgentPromptFormComponent } from "./Entities/AIAgentPrompt/aiagentprompt.form.component";
137
138
  import { AIAgentRelationshipFormComponent, LoadAIAgentRelationshipFormComponent } from "./Entities/AIAgentRelationship/aiagentrelationship.form.component";
@@ -140,10 +141,14 @@ import { AIAgentRunFormComponent, LoadAIAgentRunFormComponent } from "./Entities
140
141
  import { AIAgentStepPathFormComponent, LoadAIAgentStepPathFormComponent } from "./Entities/AIAgentStepPath/aiagentsteppath.form.component";
141
142
  import { AIAgentStepFormComponent, LoadAIAgentStepFormComponent } from "./Entities/AIAgentStep/aiagentstep.form.component";
142
143
  import { AIAgentTypeFormComponent, LoadAIAgentTypeFormComponent } from "./Entities/AIAgentType/aiagenttype.form.component";
144
+ import { AIArchitectureFormComponent, LoadAIArchitectureFormComponent } from "./Entities/AIArchitecture/aiarchitecture.form.component";
143
145
  import { AIConfigurationParamFormComponent, LoadAIConfigurationParamFormComponent } from "./Entities/AIConfigurationParam/aiconfigurationparam.form.component";
144
146
  import { AIConfigurationFormComponent, LoadAIConfigurationFormComponent } from "./Entities/AIConfiguration/aiconfiguration.form.component";
145
147
  import { AICredentialBindingFormComponent, LoadAICredentialBindingFormComponent } from "./Entities/AICredentialBinding/aicredentialbinding.form.component";
148
+ import { AIModalityFormComponent, LoadAIModalityFormComponent } from "./Entities/AIModality/aimodality.form.component";
149
+ import { AIModelArchitectureFormComponent, LoadAIModelArchitectureFormComponent } from "./Entities/AIModelArchitecture/aimodelarchitecture.form.component";
146
150
  import { AIModelCostFormComponent, LoadAIModelCostFormComponent } from "./Entities/AIModelCost/aimodelcost.form.component";
151
+ import { AIModelModalityFormComponent, LoadAIModelModalityFormComponent } from "./Entities/AIModelModality/aimodelmodality.form.component";
147
152
  import { AIModelPriceTypeFormComponent, LoadAIModelPriceTypeFormComponent } from "./Entities/AIModelPriceType/aimodelpricetype.form.component";
148
153
  import { AIModelPriceUnitTypeFormComponent, LoadAIModelPriceUnitTypeFormComponent } from "./Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component";
149
154
  import { AIModelVendorFormComponent, LoadAIModelVendorFormComponent } from "./Entities/AIModelVendor/aimodelvendor.form.component";
@@ -170,6 +175,7 @@ import { ConversationArtifactPermissionFormComponent, LoadConversationArtifactPe
170
175
  import { ConversationArtifactVersionFormComponent, LoadConversationArtifactVersionFormComponent } from "./Entities/ConversationArtifactVersion/conversationartifactversion.form.component";
171
176
  import { ConversationArtifactFormComponent, LoadConversationArtifactFormComponent } from "./Entities/ConversationArtifact/conversationartifact.form.component";
172
177
  import { ConversationDetailArtifactFormComponent, LoadConversationDetailArtifactFormComponent } from "./Entities/ConversationDetailArtifact/conversationdetailartifact.form.component";
178
+ import { ConversationDetailAttachmentFormComponent, LoadConversationDetailAttachmentFormComponent } from "./Entities/ConversationDetailAttachment/conversationdetailattachment.form.component";
173
179
  import { ConversationDetailRatingFormComponent, LoadConversationDetailRatingFormComponent } from "./Entities/ConversationDetailRating/conversationdetailrating.form.component";
174
180
  import { CredentialCategoryFormComponent, LoadCredentialCategoryFormComponent } from "./Entities/CredentialCategory/credentialcategory.form.component";
175
181
  import { CredentialTypeFormComponent, LoadCredentialTypeFormComponent } from "./Entities/CredentialType/credentialtype.form.component";
@@ -769,6 +775,7 @@ export class GeneratedForms_SubModule_5 {
769
775
  AIAgentConfigurationFormComponent,
770
776
  AIAgentDataSourceFormComponent,
771
777
  AIAgentExampleFormComponent,
778
+ AIAgentModalityFormComponent,
772
779
  AIAgentPermissionFormComponent,
773
780
  AIAgentPromptFormComponent,
774
781
  AIAgentRelationshipFormComponent,
@@ -777,9 +784,8 @@ export class GeneratedForms_SubModule_5 {
777
784
  AIAgentStepPathFormComponent,
778
785
  AIAgentStepFormComponent,
779
786
  AIAgentTypeFormComponent,
780
- AIConfigurationParamFormComponent,
781
- AIConfigurationFormComponent,
782
- AICredentialBindingFormComponent
787
+ AIArchitectureFormComponent,
788
+ AIConfigurationParamFormComponent
783
789
  ],
784
790
  imports: [
785
791
  CommonModule,
@@ -809,6 +815,7 @@ export class GeneratedForms_SubModule_5 {
809
815
  AIAgentConfigurationFormComponent,
810
816
  AIAgentDataSourceFormComponent,
811
817
  AIAgentExampleFormComponent,
818
+ AIAgentModalityFormComponent,
812
819
  AIAgentPermissionFormComponent,
813
820
  AIAgentPromptFormComponent,
814
821
  AIAgentRelationshipFormComponent,
@@ -817,9 +824,8 @@ export class GeneratedForms_SubModule_5 {
817
824
  AIAgentStepPathFormComponent,
818
825
  AIAgentStepFormComponent,
819
826
  AIAgentTypeFormComponent,
820
- AIConfigurationParamFormComponent,
821
- AIConfigurationFormComponent,
822
- AICredentialBindingFormComponent], imports: [CommonModule,
827
+ AIArchitectureFormComponent,
828
+ AIConfigurationParamFormComponent], imports: [CommonModule,
823
829
  FormsModule,
824
830
  LayoutModule,
825
831
  InputsModule,
@@ -855,7 +861,12 @@ export class GeneratedForms_SubModule_6 {
855
861
  type: NgModule,
856
862
  args: [{
857
863
  declarations: [
864
+ AIConfigurationFormComponent,
865
+ AICredentialBindingFormComponent,
866
+ AIModalityFormComponent,
867
+ AIModelArchitectureFormComponent,
858
868
  AIModelCostFormComponent,
869
+ AIModelModalityFormComponent,
859
870
  AIModelPriceTypeFormComponent,
860
871
  AIModelPriceUnitTypeFormComponent,
861
872
  AIModelVendorFormComponent,
@@ -869,12 +880,7 @@ export class GeneratedForms_SubModule_6 {
869
880
  ArtifactUseFormComponent,
870
881
  ArtifactVersionAttributeFormComponent,
871
882
  ArtifactVersionFormComponent,
872
- ArtifactFormComponent,
873
- CollectionArtifactFormComponent,
874
- CollectionPermissionFormComponent,
875
- CollectionFormComponent,
876
- ComponentDependencyFormComponent,
877
- ComponentLibraryFormComponent
883
+ ArtifactFormComponent
878
884
  ],
879
885
  imports: [
880
886
  CommonModule,
@@ -895,7 +901,12 @@ export class GeneratedForms_SubModule_6 {
895
901
  exports: []
896
902
  }]
897
903
  }], null, null); })();
898
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIModelCostFormComponent,
904
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIConfigurationFormComponent,
905
+ AICredentialBindingFormComponent,
906
+ AIModalityFormComponent,
907
+ AIModelArchitectureFormComponent,
908
+ AIModelCostFormComponent,
909
+ AIModelModalityFormComponent,
899
910
  AIModelPriceTypeFormComponent,
900
911
  AIModelPriceUnitTypeFormComponent,
901
912
  AIModelVendorFormComponent,
@@ -909,12 +920,7 @@ export class GeneratedForms_SubModule_6 {
909
920
  ArtifactUseFormComponent,
910
921
  ArtifactVersionAttributeFormComponent,
911
922
  ArtifactVersionFormComponent,
912
- ArtifactFormComponent,
913
- CollectionArtifactFormComponent,
914
- CollectionPermissionFormComponent,
915
- CollectionFormComponent,
916
- ComponentDependencyFormComponent,
917
- ComponentLibraryFormComponent], imports: [CommonModule,
923
+ ArtifactFormComponent], imports: [CommonModule,
918
924
  FormsModule,
919
925
  LayoutModule,
920
926
  InputsModule,
@@ -950,6 +956,11 @@ export class GeneratedForms_SubModule_7 {
950
956
  type: NgModule,
951
957
  args: [{
952
958
  declarations: [
959
+ CollectionArtifactFormComponent,
960
+ CollectionPermissionFormComponent,
961
+ CollectionFormComponent,
962
+ ComponentDependencyFormComponent,
963
+ ComponentLibraryFormComponent,
953
964
  ComponentLibraryLinkFormComponent,
954
965
  ComponentRegistryFormComponent,
955
966
  ComponentFormComponent,
@@ -957,19 +968,14 @@ export class GeneratedForms_SubModule_7 {
957
968
  ConversationArtifactVersionFormComponent,
958
969
  ConversationArtifactFormComponent,
959
970
  ConversationDetailArtifactFormComponent,
971
+ ConversationDetailAttachmentFormComponent,
960
972
  ConversationDetailRatingFormComponent,
961
973
  CredentialCategoryFormComponent,
962
974
  CredentialTypeFormComponent,
963
975
  CredentialFormComponent,
964
976
  DashboardUserPreferenceFormComponent,
965
977
  DashboardUserStateFormComponent,
966
- EncryptionAlgorithmFormComponent,
967
- EncryptionKeySourceFormComponent,
968
- EncryptionKeyFormComponent,
969
- EnvironmentFormComponent,
970
- ProjectFormComponent,
971
- PublicLinkFormComponent,
972
- QueryParameterFormComponent
978
+ EncryptionAlgorithmFormComponent
973
979
  ],
974
980
  imports: [
975
981
  CommonModule,
@@ -990,26 +996,26 @@ export class GeneratedForms_SubModule_7 {
990
996
  exports: []
991
997
  }]
992
998
  }], null, null); })();
993
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [ComponentLibraryLinkFormComponent,
999
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [CollectionArtifactFormComponent,
1000
+ CollectionPermissionFormComponent,
1001
+ CollectionFormComponent,
1002
+ ComponentDependencyFormComponent,
1003
+ ComponentLibraryFormComponent,
1004
+ ComponentLibraryLinkFormComponent,
994
1005
  ComponentRegistryFormComponent,
995
1006
  ComponentFormComponent,
996
1007
  ConversationArtifactPermissionFormComponent,
997
1008
  ConversationArtifactVersionFormComponent,
998
1009
  ConversationArtifactFormComponent,
999
1010
  ConversationDetailArtifactFormComponent,
1011
+ ConversationDetailAttachmentFormComponent,
1000
1012
  ConversationDetailRatingFormComponent,
1001
1013
  CredentialCategoryFormComponent,
1002
1014
  CredentialTypeFormComponent,
1003
1015
  CredentialFormComponent,
1004
1016
  DashboardUserPreferenceFormComponent,
1005
1017
  DashboardUserStateFormComponent,
1006
- EncryptionAlgorithmFormComponent,
1007
- EncryptionKeySourceFormComponent,
1008
- EncryptionKeyFormComponent,
1009
- EnvironmentFormComponent,
1010
- ProjectFormComponent,
1011
- PublicLinkFormComponent,
1012
- QueryParameterFormComponent], imports: [CommonModule,
1018
+ EncryptionAlgorithmFormComponent], imports: [CommonModule,
1013
1019
  FormsModule,
1014
1020
  LayoutModule,
1015
1021
  InputsModule,
@@ -1045,6 +1051,12 @@ export class GeneratedForms_SubModule_8 {
1045
1051
  type: NgModule,
1046
1052
  args: [{
1047
1053
  declarations: [
1054
+ EncryptionKeySourceFormComponent,
1055
+ EncryptionKeyFormComponent,
1056
+ EnvironmentFormComponent,
1057
+ ProjectFormComponent,
1058
+ PublicLinkFormComponent,
1059
+ QueryParameterFormComponent,
1048
1060
  RecordLinkFormComponent,
1049
1061
  ReportUserStateFormComponent,
1050
1062
  ReportVersionFormComponent,
@@ -1058,13 +1070,7 @@ export class GeneratedForms_SubModule_8 {
1058
1070
  TestRunFeedbackFormComponent,
1059
1071
  TestRunFormComponent,
1060
1072
  TestSuiteRunFormComponent,
1061
- TestSuiteTestFormComponent,
1062
- TestSuiteFormComponent,
1063
- TestTypeFormComponent,
1064
- TestFormComponent,
1065
- UserSettingFormComponent,
1066
- OutputDeliveryTypeFormComponent,
1067
- OutputFormatTypeFormComponent
1073
+ TestSuiteTestFormComponent
1068
1074
  ],
1069
1075
  imports: [
1070
1076
  CommonModule,
@@ -1085,7 +1091,13 @@ export class GeneratedForms_SubModule_8 {
1085
1091
  exports: []
1086
1092
  }]
1087
1093
  }], null, null); })();
1088
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [RecordLinkFormComponent,
1094
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [EncryptionKeySourceFormComponent,
1095
+ EncryptionKeyFormComponent,
1096
+ EnvironmentFormComponent,
1097
+ ProjectFormComponent,
1098
+ PublicLinkFormComponent,
1099
+ QueryParameterFormComponent,
1100
+ RecordLinkFormComponent,
1089
1101
  ReportUserStateFormComponent,
1090
1102
  ReportVersionFormComponent,
1091
1103
  ScheduledJobRunFormComponent,
@@ -1098,13 +1110,7 @@ export class GeneratedForms_SubModule_8 {
1098
1110
  TestRunFeedbackFormComponent,
1099
1111
  TestRunFormComponent,
1100
1112
  TestSuiteRunFormComponent,
1101
- TestSuiteTestFormComponent,
1102
- TestSuiteFormComponent,
1103
- TestTypeFormComponent,
1104
- TestFormComponent,
1105
- UserSettingFormComponent,
1106
- OutputDeliveryTypeFormComponent,
1107
- OutputFormatTypeFormComponent], imports: [CommonModule,
1113
+ TestSuiteTestFormComponent], imports: [CommonModule,
1108
1114
  FormsModule,
1109
1115
  LayoutModule,
1110
1116
  InputsModule,
@@ -1140,6 +1146,12 @@ export class GeneratedForms_SubModule_9 {
1140
1146
  type: NgModule,
1141
1147
  args: [{
1142
1148
  declarations: [
1149
+ TestSuiteFormComponent,
1150
+ TestTypeFormComponent,
1151
+ TestFormComponent,
1152
+ UserSettingFormComponent,
1153
+ OutputDeliveryTypeFormComponent,
1154
+ OutputFormatTypeFormComponent,
1143
1155
  OutputTriggerTypeFormComponent,
1144
1156
  QueryFormComponent,
1145
1157
  QueryCategoryFormComponent,
@@ -1153,13 +1165,7 @@ export class GeneratedForms_SubModule_9 {
1153
1165
  RecommendationProviderFormComponent,
1154
1166
  RecommendationRunFormComponent,
1155
1167
  RecommendationFormComponent,
1156
- RecordChangeReplayRunFormComponent,
1157
- RecordChangeFormComponent,
1158
- RecordMergeDeletionLogFormComponent,
1159
- RecordMergeLogFormComponent,
1160
- ReportCategoryFormComponent,
1161
- ReportSnapshotFormComponent,
1162
- ReportFormComponent
1168
+ RecordChangeReplayRunFormComponent
1163
1169
  ],
1164
1170
  imports: [
1165
1171
  CommonModule,
@@ -1180,7 +1186,13 @@ export class GeneratedForms_SubModule_9 {
1180
1186
  exports: []
1181
1187
  }]
1182
1188
  }], null, null); })();
1183
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [OutputTriggerTypeFormComponent,
1189
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [TestSuiteFormComponent,
1190
+ TestTypeFormComponent,
1191
+ TestFormComponent,
1192
+ UserSettingFormComponent,
1193
+ OutputDeliveryTypeFormComponent,
1194
+ OutputFormatTypeFormComponent,
1195
+ OutputTriggerTypeFormComponent,
1184
1196
  QueryFormComponent,
1185
1197
  QueryCategoryFormComponent,
1186
1198
  QueryEntityFormComponent,
@@ -1193,13 +1205,7 @@ export class GeneratedForms_SubModule_9 {
1193
1205
  RecommendationProviderFormComponent,
1194
1206
  RecommendationRunFormComponent,
1195
1207
  RecommendationFormComponent,
1196
- RecordChangeReplayRunFormComponent,
1197
- RecordChangeFormComponent,
1198
- RecordMergeDeletionLogFormComponent,
1199
- RecordMergeLogFormComponent,
1200
- ReportCategoryFormComponent,
1201
- ReportSnapshotFormComponent,
1202
- ReportFormComponent], imports: [CommonModule,
1208
+ RecordChangeReplayRunFormComponent], imports: [CommonModule,
1203
1209
  FormsModule,
1204
1210
  LayoutModule,
1205
1211
  InputsModule,
@@ -1235,6 +1241,12 @@ export class GeneratedForms_SubModule_10 {
1235
1241
  type: NgModule,
1236
1242
  args: [{
1237
1243
  declarations: [
1244
+ RecordChangeFormComponent,
1245
+ RecordMergeDeletionLogFormComponent,
1246
+ RecordMergeLogFormComponent,
1247
+ ReportCategoryFormComponent,
1248
+ ReportSnapshotFormComponent,
1249
+ ReportFormComponent,
1238
1250
  ResourceLinkFormComponent,
1239
1251
  ResourcePermissionFormComponent,
1240
1252
  ResourceTypeFormComponent,
@@ -1248,13 +1260,7 @@ export class GeneratedForms_SubModule_10 {
1248
1260
  TagFormComponent,
1249
1261
  TemplateCategoryFormComponent,
1250
1262
  TemplateContentTypeFormComponent,
1251
- TemplateContentFormComponent,
1252
- TemplateParamFormComponent,
1253
- TemplateFormComponent,
1254
- UserApplicationEntityFormComponent,
1255
- UserApplicationFormComponent,
1256
- UserFavoriteFormComponent,
1257
- UserNotificationFormComponent
1263
+ TemplateContentFormComponent
1258
1264
  ],
1259
1265
  imports: [
1260
1266
  CommonModule,
@@ -1275,7 +1281,13 @@ export class GeneratedForms_SubModule_10 {
1275
1281
  exports: []
1276
1282
  }]
1277
1283
  }], null, null); })();
1278
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [ResourceLinkFormComponent,
1284
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [RecordChangeFormComponent,
1285
+ RecordMergeDeletionLogFormComponent,
1286
+ RecordMergeLogFormComponent,
1287
+ ReportCategoryFormComponent,
1288
+ ReportSnapshotFormComponent,
1289
+ ReportFormComponent,
1290
+ ResourceLinkFormComponent,
1279
1291
  ResourcePermissionFormComponent,
1280
1292
  ResourceTypeFormComponent,
1281
1293
  RoleFormComponent,
@@ -1288,13 +1300,7 @@ export class GeneratedForms_SubModule_10 {
1288
1300
  TagFormComponent,
1289
1301
  TemplateCategoryFormComponent,
1290
1302
  TemplateContentTypeFormComponent,
1291
- TemplateContentFormComponent,
1292
- TemplateParamFormComponent,
1293
- TemplateFormComponent,
1294
- UserApplicationEntityFormComponent,
1295
- UserApplicationFormComponent,
1296
- UserFavoriteFormComponent,
1297
- UserNotificationFormComponent], imports: [CommonModule,
1303
+ TemplateContentFormComponent], imports: [CommonModule,
1298
1304
  FormsModule,
1299
1305
  LayoutModule,
1300
1306
  InputsModule,
@@ -1330,6 +1336,12 @@ export class GeneratedForms_SubModule_11 {
1330
1336
  type: NgModule,
1331
1337
  args: [{
1332
1338
  declarations: [
1339
+ TemplateParamFormComponent,
1340
+ TemplateFormComponent,
1341
+ UserApplicationEntityFormComponent,
1342
+ UserApplicationFormComponent,
1343
+ UserFavoriteFormComponent,
1344
+ UserNotificationFormComponent,
1333
1345
  UserRecordLogFormComponent,
1334
1346
  UserRoleFormComponent,
1335
1347
  UserViewCategoryFormComponent,
@@ -1343,8 +1355,7 @@ export class GeneratedForms_SubModule_11 {
1343
1355
  WorkflowEngineFormComponent,
1344
1356
  WorkflowRunFormComponent,
1345
1357
  WorkflowFormComponent,
1346
- WorkspaceItemFormComponent,
1347
- WorkspaceFormComponent
1358
+ WorkspaceItemFormComponent
1348
1359
  ],
1349
1360
  imports: [
1350
1361
  CommonModule,
@@ -1365,7 +1376,13 @@ export class GeneratedForms_SubModule_11 {
1365
1376
  exports: []
1366
1377
  }]
1367
1378
  }], null, null); })();
1368
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [UserRecordLogFormComponent,
1379
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [TemplateParamFormComponent,
1380
+ TemplateFormComponent,
1381
+ UserApplicationEntityFormComponent,
1382
+ UserApplicationFormComponent,
1383
+ UserFavoriteFormComponent,
1384
+ UserNotificationFormComponent,
1385
+ UserRecordLogFormComponent,
1369
1386
  UserRoleFormComponent,
1370
1387
  UserViewCategoryFormComponent,
1371
1388
  UserViewRunDetailFormComponent,
@@ -1378,8 +1395,64 @@ export class GeneratedForms_SubModule_11 {
1378
1395
  WorkflowEngineFormComponent,
1379
1396
  WorkflowRunFormComponent,
1380
1397
  WorkflowFormComponent,
1381
- WorkspaceItemFormComponent,
1382
- WorkspaceFormComponent], imports: [CommonModule,
1398
+ WorkspaceItemFormComponent], imports: [CommonModule,
1399
+ FormsModule,
1400
+ LayoutModule,
1401
+ InputsModule,
1402
+ ButtonsModule,
1403
+ DateInputsModule,
1404
+ UserViewGridModule,
1405
+ LinkDirectivesModule,
1406
+ BaseFormsModule,
1407
+ FormToolbarModule,
1408
+ MJTabStripModule,
1409
+ ContainerDirectivesModule,
1410
+ DropDownListModule,
1411
+ ComboBoxModule] }); })();
1412
+ export class GeneratedForms_SubModule_12 {
1413
+ static { this.ɵfac = function GeneratedForms_SubModule_12_Factory(t) { return new (t || GeneratedForms_SubModule_12)(); }; }
1414
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_12 }); }
1415
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1416
+ FormsModule,
1417
+ LayoutModule,
1418
+ InputsModule,
1419
+ ButtonsModule,
1420
+ DateInputsModule,
1421
+ UserViewGridModule,
1422
+ LinkDirectivesModule,
1423
+ BaseFormsModule,
1424
+ FormToolbarModule,
1425
+ MJTabStripModule,
1426
+ ContainerDirectivesModule,
1427
+ DropDownListModule,
1428
+ ComboBoxModule] }); }
1429
+ }
1430
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_12, [{
1431
+ type: NgModule,
1432
+ args: [{
1433
+ declarations: [
1434
+ WorkspaceFormComponent
1435
+ ],
1436
+ imports: [
1437
+ CommonModule,
1438
+ FormsModule,
1439
+ LayoutModule,
1440
+ InputsModule,
1441
+ ButtonsModule,
1442
+ DateInputsModule,
1443
+ UserViewGridModule,
1444
+ LinkDirectivesModule,
1445
+ BaseFormsModule,
1446
+ FormToolbarModule,
1447
+ MJTabStripModule,
1448
+ ContainerDirectivesModule,
1449
+ DropDownListModule,
1450
+ ComboBoxModule
1451
+ ],
1452
+ exports: []
1453
+ }]
1454
+ }], null, null); })();
1455
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [WorkspaceFormComponent], imports: [CommonModule,
1383
1456
  FormsModule,
1384
1457
  LayoutModule,
1385
1458
  InputsModule,
@@ -1407,7 +1480,8 @@ export class CoreGeneratedFormsModule {
1407
1480
  GeneratedForms_SubModule_8,
1408
1481
  GeneratedForms_SubModule_9,
1409
1482
  GeneratedForms_SubModule_10,
1410
- GeneratedForms_SubModule_11] }); }
1483
+ GeneratedForms_SubModule_11,
1484
+ GeneratedForms_SubModule_12] }); }
1411
1485
  }
1412
1486
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
1413
1487
  type: NgModule,
@@ -1425,11 +1499,12 @@ export class CoreGeneratedFormsModule {
1425
1499
  GeneratedForms_SubModule_8,
1426
1500
  GeneratedForms_SubModule_9,
1427
1501
  GeneratedForms_SubModule_10,
1428
- GeneratedForms_SubModule_11
1502
+ GeneratedForms_SubModule_11,
1503
+ GeneratedForms_SubModule_12
1429
1504
  ]
1430
1505
  }]
1431
1506
  }], null, null); })();
1432
- (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] }); })();
1507
+ (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] }); })();
1433
1508
  export function LoadCoreGeneratedForms() {
1434
1509
  // This function doesn't do much, but it calls each generated form's loader function
1435
1510
  // which in turn calls the sections for that generated form. Ultimately, those bits of
@@ -1545,6 +1620,7 @@ export function LoadCoreGeneratedForms() {
1545
1620
  LoadAIAgentConfigurationFormComponent();
1546
1621
  LoadAIAgentDataSourceFormComponent();
1547
1622
  LoadAIAgentExampleFormComponent();
1623
+ LoadAIAgentModalityFormComponent();
1548
1624
  LoadAIAgentPermissionFormComponent();
1549
1625
  LoadAIAgentPromptFormComponent();
1550
1626
  LoadAIAgentRelationshipFormComponent();
@@ -1553,10 +1629,14 @@ export function LoadCoreGeneratedForms() {
1553
1629
  LoadAIAgentStepPathFormComponent();
1554
1630
  LoadAIAgentStepFormComponent();
1555
1631
  LoadAIAgentTypeFormComponent();
1632
+ LoadAIArchitectureFormComponent();
1556
1633
  LoadAIConfigurationParamFormComponent();
1557
1634
  LoadAIConfigurationFormComponent();
1558
1635
  LoadAICredentialBindingFormComponent();
1636
+ LoadAIModalityFormComponent();
1637
+ LoadAIModelArchitectureFormComponent();
1559
1638
  LoadAIModelCostFormComponent();
1639
+ LoadAIModelModalityFormComponent();
1560
1640
  LoadAIModelPriceTypeFormComponent();
1561
1641
  LoadAIModelPriceUnitTypeFormComponent();
1562
1642
  LoadAIModelVendorFormComponent();
@@ -1583,6 +1663,7 @@ export function LoadCoreGeneratedForms() {
1583
1663
  LoadConversationArtifactVersionFormComponent();
1584
1664
  LoadConversationArtifactFormComponent();
1585
1665
  LoadConversationDetailArtifactFormComponent();
1666
+ LoadConversationDetailAttachmentFormComponent();
1586
1667
  LoadConversationDetailRatingFormComponent();
1587
1668
  LoadCredentialCategoryFormComponent();
1588
1669
  LoadCredentialTypeFormComponent();