@memberjunction/ng-core-entity-forms 3.2.0 → 3.4.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.
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +16 -17
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.js +16 -30
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/EntityActions/entityaction.form.component.js +9 -10
- package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +7 -7
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +195 -112
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +4 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +401 -380
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +4 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +539 -518
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +4 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +535 -518
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +48 -52
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +11 -25
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +141 -113
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js +28 -14
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js +26 -12
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +67 -47
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js +18 -24
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js +11 -17
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js +120 -0
- package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js +75 -0
- package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/APIKey/apikey.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIKey/apikey.form.component.js +25 -7
- package/dist/lib/generated/Entities/APIKey/apikey.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js +61 -0
- package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js +17 -9
- package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js +19 -7
- package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/APIScope/apiscope.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js +67 -11
- package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/action.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Action/action.form.component.js +44 -26
- package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js +23 -5
- package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Company/company.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Company/company.form.component.js +28 -10
- package/dist/lib/generated/Entities/Company/company.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Conversation/conversation.form.component.js +3 -3
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +3 -3
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +3 -3
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Credential/credential.form.component.js +23 -5
- package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js +23 -5
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js +14 -20
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js +9 -15
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js +3 -3
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js +6 -12
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +110 -56
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js +5 -11
- package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js +8 -14
- package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js +6 -12
- package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js +6 -12
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js +11 -17
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js +142 -0
- package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js +158 -0
- package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js +77 -0
- package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js +73 -0
- package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js +132 -0
- package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js +101 -0
- package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Role/role.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Role/role.form.component.js +30 -12
- package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Task/task.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Task/task.form.component.js +26 -32
- package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +182 -146
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +142 -128
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +194 -101
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/public-api.js +1 -0
- package/dist/public-api.js.map +1 -1
- package/package.json +30 -30
- package/dist/lib/custom/Actions/action-param-dialog.component.d.ts +0 -32
- package/dist/lib/custom/Actions/action-param-dialog.component.d.ts.map +0 -1
- package/dist/lib/custom/Actions/action-param-dialog.component.js +0 -321
- package/dist/lib/custom/Actions/action-param-dialog.component.js.map +0 -1
- package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts +0 -20
- package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts.map +0 -1
- package/dist/lib/custom/Actions/action-result-code-dialog.component.js +0 -127
- package/dist/lib/custom/Actions/action-result-code-dialog.component.js.map +0 -1
- package/dist/lib/custom/Actions/action-test-harness-dialog.component.d.ts +0 -15
- package/dist/lib/custom/Actions/action-test-harness-dialog.component.d.ts.map +0 -1
- package/dist/lib/custom/Actions/action-test-harness-dialog.component.js +0 -96
- package/dist/lib/custom/Actions/action-test-harness-dialog.component.js.map +0 -1
- package/dist/lib/custom/Actions/action-test-harness.component.d.ts +0 -50
- package/dist/lib/custom/Actions/action-test-harness.component.d.ts.map +0 -1
- package/dist/lib/custom/Actions/action-test-harness.component.js +0 -710
- package/dist/lib/custom/Actions/action-test-harness.component.js.map +0 -1
|
@@ -159,6 +159,9 @@ import { AIPromptRunFormComponent, LoadAIPromptRunFormComponent } from "./Entiti
|
|
|
159
159
|
import { AIVendorTypeDefinitionFormComponent, LoadAIVendorTypeDefinitionFormComponent } from "./Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component";
|
|
160
160
|
import { AIVendorTypeFormComponent, LoadAIVendorTypeFormComponent } from "./Entities/AIVendorType/aivendortype.form.component";
|
|
161
161
|
import { AIVendorFormComponent, LoadAIVendorFormComponent } from "./Entities/AIVendor/aivendor.form.component";
|
|
162
|
+
import { APIApplicationScopeFormComponent, LoadAPIApplicationScopeFormComponent } from "./Entities/APIApplicationScope/apiapplicationscope.form.component";
|
|
163
|
+
import { APIApplicationFormComponent, LoadAPIApplicationFormComponent } from "./Entities/APIApplication/apiapplication.form.component";
|
|
164
|
+
import { APIKeyApplicationFormComponent, LoadAPIKeyApplicationFormComponent } from "./Entities/APIKeyApplication/apikeyapplication.form.component";
|
|
162
165
|
import { APIKeyScopeFormComponent, LoadAPIKeyScopeFormComponent } from "./Entities/APIKeyScope/apikeyscope.form.component";
|
|
163
166
|
import { APIKeyUsageLogFormComponent, LoadAPIKeyUsageLogFormComponent } from "./Entities/APIKeyUsageLog/apikeyusagelog.form.component";
|
|
164
167
|
import { APIKeyFormComponent, LoadAPIKeyFormComponent } from "./Entities/APIKey/apikey.form.component";
|
|
@@ -199,6 +202,12 @@ import { EnvironmentFormComponent, LoadEnvironmentFormComponent } from "./Entiti
|
|
|
199
202
|
import { FileStorageAccountFormComponent, LoadFileStorageAccountFormComponent } from "./Entities/FileStorageAccount/filestorageaccount.form.component";
|
|
200
203
|
import { ListInvitationFormComponent, LoadListInvitationFormComponent } from "./Entities/ListInvitation/listinvitation.form.component";
|
|
201
204
|
import { ListShareFormComponent, LoadListShareFormComponent } from "./Entities/ListShare/listshare.form.component";
|
|
205
|
+
import { MCPServerConnectionPermissionFormComponent, LoadMCPServerConnectionPermissionFormComponent } from "./Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component";
|
|
206
|
+
import { MCPServerConnectionToolFormComponent, LoadMCPServerConnectionToolFormComponent } from "./Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component";
|
|
207
|
+
import { MCPServerConnectionFormComponent, LoadMCPServerConnectionFormComponent } from "./Entities/MCPServerConnection/mcpserverconnection.form.component";
|
|
208
|
+
import { MCPServerToolFormComponent, LoadMCPServerToolFormComponent } from "./Entities/MCPServerTool/mcpservertool.form.component";
|
|
209
|
+
import { MCPServerFormComponent, LoadMCPServerFormComponent } from "./Entities/MCPServer/mcpserver.form.component";
|
|
210
|
+
import { MCPToolExecutionLogFormComponent, LoadMCPToolExecutionLogFormComponent } from "./Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component";
|
|
202
211
|
import { ProjectFormComponent, LoadProjectFormComponent } from "./Entities/Project/project.form.component";
|
|
203
212
|
import { PublicLinkFormComponent, LoadPublicLinkFormComponent } from "./Entities/PublicLink/publiclink.form.component";
|
|
204
213
|
import { QueryParameterFormComponent, LoadQueryParameterFormComponent } from "./Entities/QueryParameter/queryparameter.form.component";
|
|
@@ -892,10 +901,10 @@ export class GeneratedForms_SubModule_6 {
|
|
|
892
901
|
AIVendorTypeDefinitionFormComponent,
|
|
893
902
|
AIVendorTypeFormComponent,
|
|
894
903
|
AIVendorFormComponent,
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
904
|
+
APIApplicationScopeFormComponent,
|
|
905
|
+
APIApplicationFormComponent,
|
|
906
|
+
APIKeyApplicationFormComponent,
|
|
907
|
+
APIKeyScopeFormComponent
|
|
899
908
|
],
|
|
900
909
|
imports: [
|
|
901
910
|
CommonModule,
|
|
@@ -932,10 +941,10 @@ export class GeneratedForms_SubModule_6 {
|
|
|
932
941
|
AIVendorTypeDefinitionFormComponent,
|
|
933
942
|
AIVendorTypeFormComponent,
|
|
934
943
|
AIVendorFormComponent,
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
944
|
+
APIApplicationScopeFormComponent,
|
|
945
|
+
APIApplicationFormComponent,
|
|
946
|
+
APIKeyApplicationFormComponent,
|
|
947
|
+
APIKeyScopeFormComponent], imports: [CommonModule,
|
|
939
948
|
FormsModule,
|
|
940
949
|
LayoutModule,
|
|
941
950
|
InputsModule,
|
|
@@ -971,6 +980,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
971
980
|
type: NgModule,
|
|
972
981
|
args: [{
|
|
973
982
|
declarations: [
|
|
983
|
+
APIKeyUsageLogFormComponent,
|
|
984
|
+
APIKeyFormComponent,
|
|
985
|
+
APIScopeFormComponent,
|
|
974
986
|
ArtifactPermissionFormComponent,
|
|
975
987
|
ArtifactTypeFormComponent,
|
|
976
988
|
ArtifactUseFormComponent,
|
|
@@ -987,10 +999,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
987
999
|
ComponentFormComponent,
|
|
988
1000
|
ConversationArtifactPermissionFormComponent,
|
|
989
1001
|
ConversationArtifactVersionFormComponent,
|
|
990
|
-
ConversationArtifactFormComponent
|
|
991
|
-
ConversationDetailArtifactFormComponent,
|
|
992
|
-
ConversationDetailAttachmentFormComponent,
|
|
993
|
-
ConversationDetailRatingFormComponent
|
|
1002
|
+
ConversationArtifactFormComponent
|
|
994
1003
|
],
|
|
995
1004
|
imports: [
|
|
996
1005
|
CommonModule,
|
|
@@ -1011,7 +1020,10 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1011
1020
|
exports: []
|
|
1012
1021
|
}]
|
|
1013
1022
|
}], null, null); })();
|
|
1014
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
1023
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [APIKeyUsageLogFormComponent,
|
|
1024
|
+
APIKeyFormComponent,
|
|
1025
|
+
APIScopeFormComponent,
|
|
1026
|
+
ArtifactPermissionFormComponent,
|
|
1015
1027
|
ArtifactTypeFormComponent,
|
|
1016
1028
|
ArtifactUseFormComponent,
|
|
1017
1029
|
ArtifactVersionAttributeFormComponent,
|
|
@@ -1027,10 +1039,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1027
1039
|
ComponentFormComponent,
|
|
1028
1040
|
ConversationArtifactPermissionFormComponent,
|
|
1029
1041
|
ConversationArtifactVersionFormComponent,
|
|
1030
|
-
ConversationArtifactFormComponent,
|
|
1031
|
-
ConversationDetailArtifactFormComponent,
|
|
1032
|
-
ConversationDetailAttachmentFormComponent,
|
|
1033
|
-
ConversationDetailRatingFormComponent], imports: [CommonModule,
|
|
1042
|
+
ConversationArtifactFormComponent], imports: [CommonModule,
|
|
1034
1043
|
FormsModule,
|
|
1035
1044
|
LayoutModule,
|
|
1036
1045
|
InputsModule,
|
|
@@ -1066,6 +1075,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1066
1075
|
type: NgModule,
|
|
1067
1076
|
args: [{
|
|
1068
1077
|
declarations: [
|
|
1078
|
+
ConversationDetailArtifactFormComponent,
|
|
1079
|
+
ConversationDetailAttachmentFormComponent,
|
|
1080
|
+
ConversationDetailRatingFormComponent,
|
|
1069
1081
|
CredentialCategoryFormComponent,
|
|
1070
1082
|
CredentialTypeFormComponent,
|
|
1071
1083
|
CredentialFormComponent,
|
|
@@ -1082,10 +1094,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1082
1094
|
FileStorageAccountFormComponent,
|
|
1083
1095
|
ListInvitationFormComponent,
|
|
1084
1096
|
ListShareFormComponent,
|
|
1085
|
-
|
|
1086
|
-
PublicLinkFormComponent,
|
|
1087
|
-
QueryParameterFormComponent,
|
|
1088
|
-
RecordLinkFormComponent
|
|
1097
|
+
MCPServerConnectionPermissionFormComponent
|
|
1089
1098
|
],
|
|
1090
1099
|
imports: [
|
|
1091
1100
|
CommonModule,
|
|
@@ -1106,7 +1115,10 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1106
1115
|
exports: []
|
|
1107
1116
|
}]
|
|
1108
1117
|
}], null, null); })();
|
|
1109
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
1118
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [ConversationDetailArtifactFormComponent,
|
|
1119
|
+
ConversationDetailAttachmentFormComponent,
|
|
1120
|
+
ConversationDetailRatingFormComponent,
|
|
1121
|
+
CredentialCategoryFormComponent,
|
|
1110
1122
|
CredentialTypeFormComponent,
|
|
1111
1123
|
CredentialFormComponent,
|
|
1112
1124
|
DashboardCategoryLinkFormComponent,
|
|
@@ -1122,10 +1134,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1122
1134
|
FileStorageAccountFormComponent,
|
|
1123
1135
|
ListInvitationFormComponent,
|
|
1124
1136
|
ListShareFormComponent,
|
|
1125
|
-
|
|
1126
|
-
PublicLinkFormComponent,
|
|
1127
|
-
QueryParameterFormComponent,
|
|
1128
|
-
RecordLinkFormComponent], imports: [CommonModule,
|
|
1137
|
+
MCPServerConnectionPermissionFormComponent], imports: [CommonModule,
|
|
1129
1138
|
FormsModule,
|
|
1130
1139
|
LayoutModule,
|
|
1131
1140
|
InputsModule,
|
|
@@ -1161,6 +1170,15 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1161
1170
|
type: NgModule,
|
|
1162
1171
|
args: [{
|
|
1163
1172
|
declarations: [
|
|
1173
|
+
MCPServerConnectionToolFormComponent,
|
|
1174
|
+
MCPServerConnectionFormComponent,
|
|
1175
|
+
MCPServerToolFormComponent,
|
|
1176
|
+
MCPServerFormComponent,
|
|
1177
|
+
MCPToolExecutionLogFormComponent,
|
|
1178
|
+
ProjectFormComponent,
|
|
1179
|
+
PublicLinkFormComponent,
|
|
1180
|
+
QueryParameterFormComponent,
|
|
1181
|
+
RecordLinkFormComponent,
|
|
1164
1182
|
ReportUserStateFormComponent,
|
|
1165
1183
|
ReportVersionFormComponent,
|
|
1166
1184
|
ScheduledJobRunFormComponent,
|
|
@@ -1171,16 +1189,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1171
1189
|
TaskFormComponent,
|
|
1172
1190
|
TestRubricFormComponent,
|
|
1173
1191
|
TestRunFeedbackFormComponent,
|
|
1174
|
-
TestRunFormComponent
|
|
1175
|
-
TestSuiteRunFormComponent,
|
|
1176
|
-
TestSuiteTestFormComponent,
|
|
1177
|
-
TestSuiteFormComponent,
|
|
1178
|
-
TestTypeFormComponent,
|
|
1179
|
-
TestFormComponent,
|
|
1180
|
-
UserNotificationPreferenceFormComponent,
|
|
1181
|
-
UserNotificationTypeFormComponent,
|
|
1182
|
-
UserSettingFormComponent,
|
|
1183
|
-
OutputDeliveryTypeFormComponent
|
|
1192
|
+
TestRunFormComponent
|
|
1184
1193
|
],
|
|
1185
1194
|
imports: [
|
|
1186
1195
|
CommonModule,
|
|
@@ -1201,7 +1210,16 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1201
1210
|
exports: []
|
|
1202
1211
|
}]
|
|
1203
1212
|
}], null, null); })();
|
|
1204
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1213
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MCPServerConnectionToolFormComponent,
|
|
1214
|
+
MCPServerConnectionFormComponent,
|
|
1215
|
+
MCPServerToolFormComponent,
|
|
1216
|
+
MCPServerFormComponent,
|
|
1217
|
+
MCPToolExecutionLogFormComponent,
|
|
1218
|
+
ProjectFormComponent,
|
|
1219
|
+
PublicLinkFormComponent,
|
|
1220
|
+
QueryParameterFormComponent,
|
|
1221
|
+
RecordLinkFormComponent,
|
|
1222
|
+
ReportUserStateFormComponent,
|
|
1205
1223
|
ReportVersionFormComponent,
|
|
1206
1224
|
ScheduledJobRunFormComponent,
|
|
1207
1225
|
ScheduledJobTypeFormComponent,
|
|
@@ -1211,16 +1229,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1211
1229
|
TaskFormComponent,
|
|
1212
1230
|
TestRubricFormComponent,
|
|
1213
1231
|
TestRunFeedbackFormComponent,
|
|
1214
|
-
TestRunFormComponent,
|
|
1215
|
-
TestSuiteRunFormComponent,
|
|
1216
|
-
TestSuiteTestFormComponent,
|
|
1217
|
-
TestSuiteFormComponent,
|
|
1218
|
-
TestTypeFormComponent,
|
|
1219
|
-
TestFormComponent,
|
|
1220
|
-
UserNotificationPreferenceFormComponent,
|
|
1221
|
-
UserNotificationTypeFormComponent,
|
|
1222
|
-
UserSettingFormComponent,
|
|
1223
|
-
OutputDeliveryTypeFormComponent], imports: [CommonModule,
|
|
1232
|
+
TestRunFormComponent], imports: [CommonModule,
|
|
1224
1233
|
FormsModule,
|
|
1225
1234
|
LayoutModule,
|
|
1226
1235
|
InputsModule,
|
|
@@ -1256,6 +1265,15 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1256
1265
|
type: NgModule,
|
|
1257
1266
|
args: [{
|
|
1258
1267
|
declarations: [
|
|
1268
|
+
TestSuiteRunFormComponent,
|
|
1269
|
+
TestSuiteTestFormComponent,
|
|
1270
|
+
TestSuiteFormComponent,
|
|
1271
|
+
TestTypeFormComponent,
|
|
1272
|
+
TestFormComponent,
|
|
1273
|
+
UserNotificationPreferenceFormComponent,
|
|
1274
|
+
UserNotificationTypeFormComponent,
|
|
1275
|
+
UserSettingFormComponent,
|
|
1276
|
+
OutputDeliveryTypeFormComponent,
|
|
1259
1277
|
OutputFormatTypeFormComponent,
|
|
1260
1278
|
OutputTriggerTypeFormComponent,
|
|
1261
1279
|
QueryFormComponent,
|
|
@@ -1266,16 +1284,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1266
1284
|
QueueTaskFormComponent,
|
|
1267
1285
|
QueueTypeFormComponent,
|
|
1268
1286
|
QueueFormComponent,
|
|
1269
|
-
RecommendationItemFormComponent
|
|
1270
|
-
RecommendationProviderFormComponent,
|
|
1271
|
-
RecommendationRunFormComponent,
|
|
1272
|
-
RecommendationFormComponent,
|
|
1273
|
-
RecordChangeReplayRunFormComponent,
|
|
1274
|
-
RecordChangeFormComponent,
|
|
1275
|
-
RecordMergeDeletionLogFormComponent,
|
|
1276
|
-
RecordMergeLogFormComponent,
|
|
1277
|
-
ReportCategoryFormComponent,
|
|
1278
|
-
ReportSnapshotFormComponent
|
|
1287
|
+
RecommendationItemFormComponent
|
|
1279
1288
|
],
|
|
1280
1289
|
imports: [
|
|
1281
1290
|
CommonModule,
|
|
@@ -1296,7 +1305,16 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1296
1305
|
exports: []
|
|
1297
1306
|
}]
|
|
1298
1307
|
}], null, null); })();
|
|
1299
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1308
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [TestSuiteRunFormComponent,
|
|
1309
|
+
TestSuiteTestFormComponent,
|
|
1310
|
+
TestSuiteFormComponent,
|
|
1311
|
+
TestTypeFormComponent,
|
|
1312
|
+
TestFormComponent,
|
|
1313
|
+
UserNotificationPreferenceFormComponent,
|
|
1314
|
+
UserNotificationTypeFormComponent,
|
|
1315
|
+
UserSettingFormComponent,
|
|
1316
|
+
OutputDeliveryTypeFormComponent,
|
|
1317
|
+
OutputFormatTypeFormComponent,
|
|
1300
1318
|
OutputTriggerTypeFormComponent,
|
|
1301
1319
|
QueryFormComponent,
|
|
1302
1320
|
QueryCategoryFormComponent,
|
|
@@ -1306,16 +1324,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1306
1324
|
QueueTaskFormComponent,
|
|
1307
1325
|
QueueTypeFormComponent,
|
|
1308
1326
|
QueueFormComponent,
|
|
1309
|
-
RecommendationItemFormComponent,
|
|
1310
|
-
RecommendationProviderFormComponent,
|
|
1311
|
-
RecommendationRunFormComponent,
|
|
1312
|
-
RecommendationFormComponent,
|
|
1313
|
-
RecordChangeReplayRunFormComponent,
|
|
1314
|
-
RecordChangeFormComponent,
|
|
1315
|
-
RecordMergeDeletionLogFormComponent,
|
|
1316
|
-
RecordMergeLogFormComponent,
|
|
1317
|
-
ReportCategoryFormComponent,
|
|
1318
|
-
ReportSnapshotFormComponent], imports: [CommonModule,
|
|
1327
|
+
RecommendationItemFormComponent], imports: [CommonModule,
|
|
1319
1328
|
FormsModule,
|
|
1320
1329
|
LayoutModule,
|
|
1321
1330
|
InputsModule,
|
|
@@ -1351,6 +1360,15 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1351
1360
|
type: NgModule,
|
|
1352
1361
|
args: [{
|
|
1353
1362
|
declarations: [
|
|
1363
|
+
RecommendationProviderFormComponent,
|
|
1364
|
+
RecommendationRunFormComponent,
|
|
1365
|
+
RecommendationFormComponent,
|
|
1366
|
+
RecordChangeReplayRunFormComponent,
|
|
1367
|
+
RecordChangeFormComponent,
|
|
1368
|
+
RecordMergeDeletionLogFormComponent,
|
|
1369
|
+
RecordMergeLogFormComponent,
|
|
1370
|
+
ReportCategoryFormComponent,
|
|
1371
|
+
ReportSnapshotFormComponent,
|
|
1354
1372
|
ReportFormComponent,
|
|
1355
1373
|
ResourceLinkFormComponent,
|
|
1356
1374
|
ResourcePermissionFormComponent,
|
|
@@ -1361,16 +1379,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1361
1379
|
ScheduledActionFormComponent,
|
|
1362
1380
|
SchemaInfoFormComponent,
|
|
1363
1381
|
SkillFormComponent,
|
|
1364
|
-
TaggedItemFormComponent
|
|
1365
|
-
TagFormComponent,
|
|
1366
|
-
TemplateCategoryFormComponent,
|
|
1367
|
-
TemplateContentTypeFormComponent,
|
|
1368
|
-
TemplateContentFormComponent,
|
|
1369
|
-
TemplateParamFormComponent,
|
|
1370
|
-
TemplateFormComponent,
|
|
1371
|
-
UserApplicationEntityFormComponent,
|
|
1372
|
-
UserApplicationFormComponent,
|
|
1373
|
-
UserFavoriteFormComponent
|
|
1382
|
+
TaggedItemFormComponent
|
|
1374
1383
|
],
|
|
1375
1384
|
imports: [
|
|
1376
1385
|
CommonModule,
|
|
@@ -1391,7 +1400,16 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1391
1400
|
exports: []
|
|
1392
1401
|
}]
|
|
1393
1402
|
}], null, null); })();
|
|
1394
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1403
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [RecommendationProviderFormComponent,
|
|
1404
|
+
RecommendationRunFormComponent,
|
|
1405
|
+
RecommendationFormComponent,
|
|
1406
|
+
RecordChangeReplayRunFormComponent,
|
|
1407
|
+
RecordChangeFormComponent,
|
|
1408
|
+
RecordMergeDeletionLogFormComponent,
|
|
1409
|
+
RecordMergeLogFormComponent,
|
|
1410
|
+
ReportCategoryFormComponent,
|
|
1411
|
+
ReportSnapshotFormComponent,
|
|
1412
|
+
ReportFormComponent,
|
|
1395
1413
|
ResourceLinkFormComponent,
|
|
1396
1414
|
ResourcePermissionFormComponent,
|
|
1397
1415
|
ResourceTypeFormComponent,
|
|
@@ -1401,16 +1419,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1401
1419
|
ScheduledActionFormComponent,
|
|
1402
1420
|
SchemaInfoFormComponent,
|
|
1403
1421
|
SkillFormComponent,
|
|
1404
|
-
TaggedItemFormComponent,
|
|
1405
|
-
TagFormComponent,
|
|
1406
|
-
TemplateCategoryFormComponent,
|
|
1407
|
-
TemplateContentTypeFormComponent,
|
|
1408
|
-
TemplateContentFormComponent,
|
|
1409
|
-
TemplateParamFormComponent,
|
|
1410
|
-
TemplateFormComponent,
|
|
1411
|
-
UserApplicationEntityFormComponent,
|
|
1412
|
-
UserApplicationFormComponent,
|
|
1413
|
-
UserFavoriteFormComponent], imports: [CommonModule,
|
|
1422
|
+
TaggedItemFormComponent], imports: [CommonModule,
|
|
1414
1423
|
FormsModule,
|
|
1415
1424
|
LayoutModule,
|
|
1416
1425
|
InputsModule,
|
|
@@ -1446,6 +1455,15 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1446
1455
|
type: NgModule,
|
|
1447
1456
|
args: [{
|
|
1448
1457
|
declarations: [
|
|
1458
|
+
TagFormComponent,
|
|
1459
|
+
TemplateCategoryFormComponent,
|
|
1460
|
+
TemplateContentTypeFormComponent,
|
|
1461
|
+
TemplateContentFormComponent,
|
|
1462
|
+
TemplateParamFormComponent,
|
|
1463
|
+
TemplateFormComponent,
|
|
1464
|
+
UserApplicationEntityFormComponent,
|
|
1465
|
+
UserApplicationFormComponent,
|
|
1466
|
+
UserFavoriteFormComponent,
|
|
1449
1467
|
UserNotificationFormComponent,
|
|
1450
1468
|
UserRecordLogFormComponent,
|
|
1451
1469
|
UserRoleFormComponent,
|
|
@@ -1456,12 +1474,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1456
1474
|
UserFormComponent,
|
|
1457
1475
|
VectorDatabaseFormComponent,
|
|
1458
1476
|
VectorIndexFormComponent,
|
|
1459
|
-
VersionInstallationFormComponent
|
|
1460
|
-
WorkflowEngineFormComponent,
|
|
1461
|
-
WorkflowRunFormComponent,
|
|
1462
|
-
WorkflowFormComponent,
|
|
1463
|
-
WorkspaceItemFormComponent,
|
|
1464
|
-
WorkspaceFormComponent
|
|
1477
|
+
VersionInstallationFormComponent
|
|
1465
1478
|
],
|
|
1466
1479
|
imports: [
|
|
1467
1480
|
CommonModule,
|
|
@@ -1482,7 +1495,16 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1482
1495
|
exports: []
|
|
1483
1496
|
}]
|
|
1484
1497
|
}], null, null); })();
|
|
1485
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1498
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [TagFormComponent,
|
|
1499
|
+
TemplateCategoryFormComponent,
|
|
1500
|
+
TemplateContentTypeFormComponent,
|
|
1501
|
+
TemplateContentFormComponent,
|
|
1502
|
+
TemplateParamFormComponent,
|
|
1503
|
+
TemplateFormComponent,
|
|
1504
|
+
UserApplicationEntityFormComponent,
|
|
1505
|
+
UserApplicationFormComponent,
|
|
1506
|
+
UserFavoriteFormComponent,
|
|
1507
|
+
UserNotificationFormComponent,
|
|
1486
1508
|
UserRecordLogFormComponent,
|
|
1487
1509
|
UserRoleFormComponent,
|
|
1488
1510
|
UserViewCategoryFormComponent,
|
|
@@ -1492,8 +1514,68 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1492
1514
|
UserFormComponent,
|
|
1493
1515
|
VectorDatabaseFormComponent,
|
|
1494
1516
|
VectorIndexFormComponent,
|
|
1495
|
-
VersionInstallationFormComponent,
|
|
1496
|
-
|
|
1517
|
+
VersionInstallationFormComponent], imports: [CommonModule,
|
|
1518
|
+
FormsModule,
|
|
1519
|
+
LayoutModule,
|
|
1520
|
+
InputsModule,
|
|
1521
|
+
ButtonsModule,
|
|
1522
|
+
DateInputsModule,
|
|
1523
|
+
EntityViewerModule,
|
|
1524
|
+
LinkDirectivesModule,
|
|
1525
|
+
BaseFormsModule,
|
|
1526
|
+
FormToolbarModule,
|
|
1527
|
+
MJTabStripModule,
|
|
1528
|
+
ContainerDirectivesModule,
|
|
1529
|
+
DropDownListModule,
|
|
1530
|
+
ComboBoxModule] }); })();
|
|
1531
|
+
export class GeneratedForms_SubModule_13 {
|
|
1532
|
+
static { this.ɵfac = function GeneratedForms_SubModule_13_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_13)(); }; }
|
|
1533
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
|
|
1534
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1535
|
+
FormsModule,
|
|
1536
|
+
LayoutModule,
|
|
1537
|
+
InputsModule,
|
|
1538
|
+
ButtonsModule,
|
|
1539
|
+
DateInputsModule,
|
|
1540
|
+
EntityViewerModule,
|
|
1541
|
+
LinkDirectivesModule,
|
|
1542
|
+
BaseFormsModule,
|
|
1543
|
+
FormToolbarModule,
|
|
1544
|
+
MJTabStripModule,
|
|
1545
|
+
ContainerDirectivesModule,
|
|
1546
|
+
DropDownListModule,
|
|
1547
|
+
ComboBoxModule] }); }
|
|
1548
|
+
}
|
|
1549
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_13, [{
|
|
1550
|
+
type: NgModule,
|
|
1551
|
+
args: [{
|
|
1552
|
+
declarations: [
|
|
1553
|
+
WorkflowEngineFormComponent,
|
|
1554
|
+
WorkflowRunFormComponent,
|
|
1555
|
+
WorkflowFormComponent,
|
|
1556
|
+
WorkspaceItemFormComponent,
|
|
1557
|
+
WorkspaceFormComponent
|
|
1558
|
+
],
|
|
1559
|
+
imports: [
|
|
1560
|
+
CommonModule,
|
|
1561
|
+
FormsModule,
|
|
1562
|
+
LayoutModule,
|
|
1563
|
+
InputsModule,
|
|
1564
|
+
ButtonsModule,
|
|
1565
|
+
DateInputsModule,
|
|
1566
|
+
EntityViewerModule,
|
|
1567
|
+
LinkDirectivesModule,
|
|
1568
|
+
BaseFormsModule,
|
|
1569
|
+
FormToolbarModule,
|
|
1570
|
+
MJTabStripModule,
|
|
1571
|
+
ContainerDirectivesModule,
|
|
1572
|
+
DropDownListModule,
|
|
1573
|
+
ComboBoxModule
|
|
1574
|
+
],
|
|
1575
|
+
exports: []
|
|
1576
|
+
}]
|
|
1577
|
+
}], null, null); })();
|
|
1578
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [WorkflowEngineFormComponent,
|
|
1497
1579
|
WorkflowRunFormComponent,
|
|
1498
1580
|
WorkflowFormComponent,
|
|
1499
1581
|
WorkspaceItemFormComponent,
|
|
@@ -1526,7 +1608,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1526
1608
|
GeneratedForms_SubModule_9,
|
|
1527
1609
|
GeneratedForms_SubModule_10,
|
|
1528
1610
|
GeneratedForms_SubModule_11,
|
|
1529
|
-
GeneratedForms_SubModule_12
|
|
1611
|
+
GeneratedForms_SubModule_12,
|
|
1612
|
+
GeneratedForms_SubModule_13] }); }
|
|
1530
1613
|
}
|
|
1531
1614
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1532
1615
|
type: NgModule,
|
|
@@ -1545,11 +1628,12 @@ export class CoreGeneratedFormsModule {
|
|
|
1545
1628
|
GeneratedForms_SubModule_9,
|
|
1546
1629
|
GeneratedForms_SubModule_10,
|
|
1547
1630
|
GeneratedForms_SubModule_11,
|
|
1548
|
-
GeneratedForms_SubModule_12
|
|
1631
|
+
GeneratedForms_SubModule_12,
|
|
1632
|
+
GeneratedForms_SubModule_13
|
|
1549
1633
|
]
|
|
1550
1634
|
}]
|
|
1551
1635
|
}], null, null); })();
|
|
1552
|
-
(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] }); })();
|
|
1636
|
+
(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] }); })();
|
|
1553
1637
|
export function LoadCoreGeneratedForms() {
|
|
1554
1638
|
// This function doesn't do much, but it calls each generated form's loader function
|
|
1555
1639
|
// which in turn calls the sections for that generated form. Ultimately, those bits of
|
|
@@ -1692,6 +1776,9 @@ export function LoadCoreGeneratedForms() {
|
|
|
1692
1776
|
LoadAIVendorTypeDefinitionFormComponent();
|
|
1693
1777
|
LoadAIVendorTypeFormComponent();
|
|
1694
1778
|
LoadAIVendorFormComponent();
|
|
1779
|
+
LoadAPIApplicationScopeFormComponent();
|
|
1780
|
+
LoadAPIApplicationFormComponent();
|
|
1781
|
+
LoadAPIKeyApplicationFormComponent();
|
|
1695
1782
|
LoadAPIKeyScopeFormComponent();
|
|
1696
1783
|
LoadAPIKeyUsageLogFormComponent();
|
|
1697
1784
|
LoadAPIKeyFormComponent();
|
|
@@ -1732,6 +1819,12 @@ export function LoadCoreGeneratedForms() {
|
|
|
1732
1819
|
LoadFileStorageAccountFormComponent();
|
|
1733
1820
|
LoadListInvitationFormComponent();
|
|
1734
1821
|
LoadListShareFormComponent();
|
|
1822
|
+
LoadMCPServerConnectionPermissionFormComponent();
|
|
1823
|
+
LoadMCPServerConnectionToolFormComponent();
|
|
1824
|
+
LoadMCPServerConnectionFormComponent();
|
|
1825
|
+
LoadMCPServerToolFormComponent();
|
|
1826
|
+
LoadMCPServerFormComponent();
|
|
1827
|
+
LoadMCPToolExecutionLogFormComponent();
|
|
1735
1828
|
LoadProjectFormComponent();
|
|
1736
1829
|
LoadPublicLinkFormComponent();
|
|
1737
1830
|
LoadQueryParameterFormComponent();
|