@memberjunction/ng-core-entity-forms 2.128.0 → 2.130.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/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js +3 -9
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts +1 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +3 -3
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts +2 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +2 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +2 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +200 -0
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -0
- package/dist/lib/custom/Entities/entity-form.component.js +2543 -0
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -0
- package/dist/lib/custom/Templates/templates-form.component.js +3 -3
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts +44 -0
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -0
- package/dist/lib/custom/Tests/entity-link-pill.component.js +124 -0
- package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -0
- package/dist/lib/custom/Tests/test-form.component.d.ts +94 -8
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +1527 -276
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.d.ts +48 -8
- package/dist/lib/custom/Tests/test-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +1078 -426
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +227 -5
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +3307 -200
- 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 +86 -2
- 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 +1975 -262
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +10 -3
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +275 -244
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +28 -25
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +25 -11
- 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 +154 -122
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js +2 -12
- package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js +75 -0
- package/dist/lib/generated/Entities/AIAgentModality/aiagentmodality.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js +2 -12
- package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.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 +6 -16
- package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js +121 -0
- package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +77 -41
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.js +69 -0
- package/dist/lib/generated/Entities/AICredentialBinding/aicredentialbinding.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js +167 -0
- package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +160 -102
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js +73 -0
- package/dist/lib/generated/Entities/AIModelArchitecture/aimodelarchitecture.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js +89 -0
- package/dist/lib/generated/Entities/AIModelModality/aimodelmodality.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js +27 -13
- package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.js +27 -7
- package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.js +27 -7
- package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js +34 -32
- package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.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 +3 -11
- package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +69 -41
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.js +2 -2
- package/dist/lib/generated/Entities/CompanyIntegrationRunAPILog/companyintegrationrunapilog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +84 -56
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +3 -11
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js +95 -0
- package/dist/lib/generated/Entities/ConversationDetailAttachment/conversationdetailattachment.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +3 -11
- package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Credential/credential.form.component.js +111 -0
- package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js +109 -0
- package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js +109 -0
- package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/DataContextItem/datacontextitem.form.component.js +2 -2
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js +8 -16
- 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 +3 -11
- package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js +4 -12
- 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 +3 -11
- package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js +81 -0
- package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js +93 -0
- package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.d.ts +11 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js +81 -0
- package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +61 -43
- 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 +2 -12
- 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 +3 -11
- 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 +3 -11
- 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 +3 -11
- package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityField/entityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js +22 -8
- package/dist/lib/generated/Entities/EntityField/entityfield.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 +2 -12
- package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/File/file.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/File/file.form.component.js +22 -4
- package/dist/lib/generated/Entities/File/file.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js +40 -4
- package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Query/query.form.component.js +34 -32
- package/dist/lib/generated/Entities/Query/query.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.js +8 -16
- package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.js +3 -11
- package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.js +3 -11
- package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.js +3 -11
- package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Report/report.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Report/report.form.component.js +17 -25
- package/dist/lib/generated/Entities/Report/report.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 +17 -25
- package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.js +3 -11
- package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Test/test.form.component.js +17 -15
- package/dist/lib/generated/Entities/Test/test.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.js +72 -28
- package/dist/lib/generated/Entities/TestRun/testrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js +18 -4
- package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js +39 -19
- package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js +57 -9
- package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +2 -2
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.js +2 -2
- package/dist/lib/generated/Entities/UserRecordLog/userrecordlog.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +145 -127
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +226 -117
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +28 -25
- package/dist/lib/custom/Entities/entities-form.component.d.ts +0 -10
- package/dist/lib/custom/Entities/entities-form.component.d.ts.map +0 -1
- package/dist/lib/custom/Entities/entities-form.component.js +0 -198
- package/dist/lib/custom/Entities/entities-form.component.js.map +0 -1
|
@@ -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,9 +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";
|
|
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";
|
|
145
150
|
import { AIModelCostFormComponent, LoadAIModelCostFormComponent } from "./Entities/AIModelCost/aimodelcost.form.component";
|
|
151
|
+
import { AIModelModalityFormComponent, LoadAIModelModalityFormComponent } from "./Entities/AIModelModality/aimodelmodality.form.component";
|
|
146
152
|
import { AIModelPriceTypeFormComponent, LoadAIModelPriceTypeFormComponent } from "./Entities/AIModelPriceType/aimodelpricetype.form.component";
|
|
147
153
|
import { AIModelPriceUnitTypeFormComponent, LoadAIModelPriceUnitTypeFormComponent } from "./Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component";
|
|
148
154
|
import { AIModelVendorFormComponent, LoadAIModelVendorFormComponent } from "./Entities/AIModelVendor/aimodelvendor.form.component";
|
|
@@ -169,9 +175,16 @@ import { ConversationArtifactPermissionFormComponent, LoadConversationArtifactPe
|
|
|
169
175
|
import { ConversationArtifactVersionFormComponent, LoadConversationArtifactVersionFormComponent } from "./Entities/ConversationArtifactVersion/conversationartifactversion.form.component";
|
|
170
176
|
import { ConversationArtifactFormComponent, LoadConversationArtifactFormComponent } from "./Entities/ConversationArtifact/conversationartifact.form.component";
|
|
171
177
|
import { ConversationDetailArtifactFormComponent, LoadConversationDetailArtifactFormComponent } from "./Entities/ConversationDetailArtifact/conversationdetailartifact.form.component";
|
|
178
|
+
import { ConversationDetailAttachmentFormComponent, LoadConversationDetailAttachmentFormComponent } from "./Entities/ConversationDetailAttachment/conversationdetailattachment.form.component";
|
|
172
179
|
import { ConversationDetailRatingFormComponent, LoadConversationDetailRatingFormComponent } from "./Entities/ConversationDetailRating/conversationdetailrating.form.component";
|
|
180
|
+
import { CredentialCategoryFormComponent, LoadCredentialCategoryFormComponent } from "./Entities/CredentialCategory/credentialcategory.form.component";
|
|
181
|
+
import { CredentialTypeFormComponent, LoadCredentialTypeFormComponent } from "./Entities/CredentialType/credentialtype.form.component";
|
|
182
|
+
import { CredentialFormComponent, LoadCredentialFormComponent } from "./Entities/Credential/credential.form.component";
|
|
173
183
|
import { DashboardUserPreferenceFormComponent, LoadDashboardUserPreferenceFormComponent } from "./Entities/DashboardUserPreference/dashboarduserpreference.form.component";
|
|
174
184
|
import { DashboardUserStateFormComponent, LoadDashboardUserStateFormComponent } from "./Entities/DashboardUserState/dashboarduserstate.form.component";
|
|
185
|
+
import { EncryptionAlgorithmFormComponent, LoadEncryptionAlgorithmFormComponent } from "./Entities/EncryptionAlgorithm/encryptionalgorithm.form.component";
|
|
186
|
+
import { EncryptionKeySourceFormComponent, LoadEncryptionKeySourceFormComponent } from "./Entities/EncryptionKeySource/encryptionkeysource.form.component";
|
|
187
|
+
import { EncryptionKeyFormComponent, LoadEncryptionKeyFormComponent } from "./Entities/EncryptionKey/encryptionkey.form.component";
|
|
175
188
|
import { EnvironmentFormComponent, LoadEnvironmentFormComponent } from "./Entities/Environment/environment.form.component";
|
|
176
189
|
import { ProjectFormComponent, LoadProjectFormComponent } from "./Entities/Project/project.form.component";
|
|
177
190
|
import { PublicLinkFormComponent, LoadPublicLinkFormComponent } from "./Entities/PublicLink/publiclink.form.component";
|
|
@@ -762,6 +775,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
762
775
|
AIAgentConfigurationFormComponent,
|
|
763
776
|
AIAgentDataSourceFormComponent,
|
|
764
777
|
AIAgentExampleFormComponent,
|
|
778
|
+
AIAgentModalityFormComponent,
|
|
765
779
|
AIAgentPermissionFormComponent,
|
|
766
780
|
AIAgentPromptFormComponent,
|
|
767
781
|
AIAgentRelationshipFormComponent,
|
|
@@ -770,9 +784,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
770
784
|
AIAgentStepPathFormComponent,
|
|
771
785
|
AIAgentStepFormComponent,
|
|
772
786
|
AIAgentTypeFormComponent,
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
AIModelCostFormComponent
|
|
787
|
+
AIArchitectureFormComponent,
|
|
788
|
+
AIConfigurationParamFormComponent
|
|
776
789
|
],
|
|
777
790
|
imports: [
|
|
778
791
|
CommonModule,
|
|
@@ -802,6 +815,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
802
815
|
AIAgentConfigurationFormComponent,
|
|
803
816
|
AIAgentDataSourceFormComponent,
|
|
804
817
|
AIAgentExampleFormComponent,
|
|
818
|
+
AIAgentModalityFormComponent,
|
|
805
819
|
AIAgentPermissionFormComponent,
|
|
806
820
|
AIAgentPromptFormComponent,
|
|
807
821
|
AIAgentRelationshipFormComponent,
|
|
@@ -810,9 +824,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
810
824
|
AIAgentStepPathFormComponent,
|
|
811
825
|
AIAgentStepFormComponent,
|
|
812
826
|
AIAgentTypeFormComponent,
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
AIModelCostFormComponent], imports: [CommonModule,
|
|
827
|
+
AIArchitectureFormComponent,
|
|
828
|
+
AIConfigurationParamFormComponent], imports: [CommonModule,
|
|
816
829
|
FormsModule,
|
|
817
830
|
LayoutModule,
|
|
818
831
|
InputsModule,
|
|
@@ -848,6 +861,12 @@ export class GeneratedForms_SubModule_6 {
|
|
|
848
861
|
type: NgModule,
|
|
849
862
|
args: [{
|
|
850
863
|
declarations: [
|
|
864
|
+
AIConfigurationFormComponent,
|
|
865
|
+
AICredentialBindingFormComponent,
|
|
866
|
+
AIModalityFormComponent,
|
|
867
|
+
AIModelArchitectureFormComponent,
|
|
868
|
+
AIModelCostFormComponent,
|
|
869
|
+
AIModelModalityFormComponent,
|
|
851
870
|
AIModelPriceTypeFormComponent,
|
|
852
871
|
AIModelPriceUnitTypeFormComponent,
|
|
853
872
|
AIModelVendorFormComponent,
|
|
@@ -861,13 +880,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
861
880
|
ArtifactUseFormComponent,
|
|
862
881
|
ArtifactVersionAttributeFormComponent,
|
|
863
882
|
ArtifactVersionFormComponent,
|
|
864
|
-
ArtifactFormComponent
|
|
865
|
-
CollectionArtifactFormComponent,
|
|
866
|
-
CollectionPermissionFormComponent,
|
|
867
|
-
CollectionFormComponent,
|
|
868
|
-
ComponentDependencyFormComponent,
|
|
869
|
-
ComponentLibraryFormComponent,
|
|
870
|
-
ComponentLibraryLinkFormComponent
|
|
883
|
+
ArtifactFormComponent
|
|
871
884
|
],
|
|
872
885
|
imports: [
|
|
873
886
|
CommonModule,
|
|
@@ -888,7 +901,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
888
901
|
exports: []
|
|
889
902
|
}]
|
|
890
903
|
}], null, null); })();
|
|
891
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
904
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIConfigurationFormComponent,
|
|
905
|
+
AICredentialBindingFormComponent,
|
|
906
|
+
AIModalityFormComponent,
|
|
907
|
+
AIModelArchitectureFormComponent,
|
|
908
|
+
AIModelCostFormComponent,
|
|
909
|
+
AIModelModalityFormComponent,
|
|
910
|
+
AIModelPriceTypeFormComponent,
|
|
892
911
|
AIModelPriceUnitTypeFormComponent,
|
|
893
912
|
AIModelVendorFormComponent,
|
|
894
913
|
AIPromptModelFormComponent,
|
|
@@ -901,13 +920,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
901
920
|
ArtifactUseFormComponent,
|
|
902
921
|
ArtifactVersionAttributeFormComponent,
|
|
903
922
|
ArtifactVersionFormComponent,
|
|
904
|
-
ArtifactFormComponent,
|
|
905
|
-
CollectionArtifactFormComponent,
|
|
906
|
-
CollectionPermissionFormComponent,
|
|
907
|
-
CollectionFormComponent,
|
|
908
|
-
ComponentDependencyFormComponent,
|
|
909
|
-
ComponentLibraryFormComponent,
|
|
910
|
-
ComponentLibraryLinkFormComponent], imports: [CommonModule,
|
|
923
|
+
ArtifactFormComponent], imports: [CommonModule,
|
|
911
924
|
FormsModule,
|
|
912
925
|
LayoutModule,
|
|
913
926
|
InputsModule,
|
|
@@ -943,15 +956,103 @@ export class GeneratedForms_SubModule_7 {
|
|
|
943
956
|
type: NgModule,
|
|
944
957
|
args: [{
|
|
945
958
|
declarations: [
|
|
959
|
+
CollectionArtifactFormComponent,
|
|
960
|
+
CollectionPermissionFormComponent,
|
|
961
|
+
CollectionFormComponent,
|
|
962
|
+
ComponentDependencyFormComponent,
|
|
963
|
+
ComponentLibraryFormComponent,
|
|
964
|
+
ComponentLibraryLinkFormComponent,
|
|
946
965
|
ComponentRegistryFormComponent,
|
|
947
966
|
ComponentFormComponent,
|
|
948
967
|
ConversationArtifactPermissionFormComponent,
|
|
949
968
|
ConversationArtifactVersionFormComponent,
|
|
950
969
|
ConversationArtifactFormComponent,
|
|
951
970
|
ConversationDetailArtifactFormComponent,
|
|
971
|
+
ConversationDetailAttachmentFormComponent,
|
|
952
972
|
ConversationDetailRatingFormComponent,
|
|
973
|
+
CredentialCategoryFormComponent,
|
|
974
|
+
CredentialTypeFormComponent,
|
|
975
|
+
CredentialFormComponent,
|
|
953
976
|
DashboardUserPreferenceFormComponent,
|
|
954
977
|
DashboardUserStateFormComponent,
|
|
978
|
+
EncryptionAlgorithmFormComponent
|
|
979
|
+
],
|
|
980
|
+
imports: [
|
|
981
|
+
CommonModule,
|
|
982
|
+
FormsModule,
|
|
983
|
+
LayoutModule,
|
|
984
|
+
InputsModule,
|
|
985
|
+
ButtonsModule,
|
|
986
|
+
DateInputsModule,
|
|
987
|
+
UserViewGridModule,
|
|
988
|
+
LinkDirectivesModule,
|
|
989
|
+
BaseFormsModule,
|
|
990
|
+
FormToolbarModule,
|
|
991
|
+
MJTabStripModule,
|
|
992
|
+
ContainerDirectivesModule,
|
|
993
|
+
DropDownListModule,
|
|
994
|
+
ComboBoxModule
|
|
995
|
+
],
|
|
996
|
+
exports: []
|
|
997
|
+
}]
|
|
998
|
+
}], null, null); })();
|
|
999
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [CollectionArtifactFormComponent,
|
|
1000
|
+
CollectionPermissionFormComponent,
|
|
1001
|
+
CollectionFormComponent,
|
|
1002
|
+
ComponentDependencyFormComponent,
|
|
1003
|
+
ComponentLibraryFormComponent,
|
|
1004
|
+
ComponentLibraryLinkFormComponent,
|
|
1005
|
+
ComponentRegistryFormComponent,
|
|
1006
|
+
ComponentFormComponent,
|
|
1007
|
+
ConversationArtifactPermissionFormComponent,
|
|
1008
|
+
ConversationArtifactVersionFormComponent,
|
|
1009
|
+
ConversationArtifactFormComponent,
|
|
1010
|
+
ConversationDetailArtifactFormComponent,
|
|
1011
|
+
ConversationDetailAttachmentFormComponent,
|
|
1012
|
+
ConversationDetailRatingFormComponent,
|
|
1013
|
+
CredentialCategoryFormComponent,
|
|
1014
|
+
CredentialTypeFormComponent,
|
|
1015
|
+
CredentialFormComponent,
|
|
1016
|
+
DashboardUserPreferenceFormComponent,
|
|
1017
|
+
DashboardUserStateFormComponent,
|
|
1018
|
+
EncryptionAlgorithmFormComponent], imports: [CommonModule,
|
|
1019
|
+
FormsModule,
|
|
1020
|
+
LayoutModule,
|
|
1021
|
+
InputsModule,
|
|
1022
|
+
ButtonsModule,
|
|
1023
|
+
DateInputsModule,
|
|
1024
|
+
UserViewGridModule,
|
|
1025
|
+
LinkDirectivesModule,
|
|
1026
|
+
BaseFormsModule,
|
|
1027
|
+
FormToolbarModule,
|
|
1028
|
+
MJTabStripModule,
|
|
1029
|
+
ContainerDirectivesModule,
|
|
1030
|
+
DropDownListModule,
|
|
1031
|
+
ComboBoxModule] }); })();
|
|
1032
|
+
export class GeneratedForms_SubModule_8 {
|
|
1033
|
+
static { this.ɵfac = function GeneratedForms_SubModule_8_Factory(t) { return new (t || GeneratedForms_SubModule_8)(); }; }
|
|
1034
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_8 }); }
|
|
1035
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1036
|
+
FormsModule,
|
|
1037
|
+
LayoutModule,
|
|
1038
|
+
InputsModule,
|
|
1039
|
+
ButtonsModule,
|
|
1040
|
+
DateInputsModule,
|
|
1041
|
+
UserViewGridModule,
|
|
1042
|
+
LinkDirectivesModule,
|
|
1043
|
+
BaseFormsModule,
|
|
1044
|
+
FormToolbarModule,
|
|
1045
|
+
MJTabStripModule,
|
|
1046
|
+
ContainerDirectivesModule,
|
|
1047
|
+
DropDownListModule,
|
|
1048
|
+
ComboBoxModule] }); }
|
|
1049
|
+
}
|
|
1050
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_8, [{
|
|
1051
|
+
type: NgModule,
|
|
1052
|
+
args: [{
|
|
1053
|
+
declarations: [
|
|
1054
|
+
EncryptionKeySourceFormComponent,
|
|
1055
|
+
EncryptionKeyFormComponent,
|
|
955
1056
|
EnvironmentFormComponent,
|
|
956
1057
|
ProjectFormComponent,
|
|
957
1058
|
PublicLinkFormComponent,
|
|
@@ -962,7 +1063,14 @@ export class GeneratedForms_SubModule_7 {
|
|
|
962
1063
|
ScheduledJobRunFormComponent,
|
|
963
1064
|
ScheduledJobTypeFormComponent,
|
|
964
1065
|
ScheduledJobFormComponent,
|
|
965
|
-
TaskDependencyFormComponent
|
|
1066
|
+
TaskDependencyFormComponent,
|
|
1067
|
+
TaskTypeFormComponent,
|
|
1068
|
+
TaskFormComponent,
|
|
1069
|
+
TestRubricFormComponent,
|
|
1070
|
+
TestRunFeedbackFormComponent,
|
|
1071
|
+
TestRunFormComponent,
|
|
1072
|
+
TestSuiteRunFormComponent,
|
|
1073
|
+
TestSuiteTestFormComponent
|
|
966
1074
|
],
|
|
967
1075
|
imports: [
|
|
968
1076
|
CommonModule,
|
|
@@ -983,15 +1091,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
983
1091
|
exports: []
|
|
984
1092
|
}]
|
|
985
1093
|
}], null, null); })();
|
|
986
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
987
|
-
|
|
988
|
-
ConversationArtifactPermissionFormComponent,
|
|
989
|
-
ConversationArtifactVersionFormComponent,
|
|
990
|
-
ConversationArtifactFormComponent,
|
|
991
|
-
ConversationDetailArtifactFormComponent,
|
|
992
|
-
ConversationDetailRatingFormComponent,
|
|
993
|
-
DashboardUserPreferenceFormComponent,
|
|
994
|
-
DashboardUserStateFormComponent,
|
|
1094
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [EncryptionKeySourceFormComponent,
|
|
1095
|
+
EncryptionKeyFormComponent,
|
|
995
1096
|
EnvironmentFormComponent,
|
|
996
1097
|
ProjectFormComponent,
|
|
997
1098
|
PublicLinkFormComponent,
|
|
@@ -1002,7 +1103,14 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1002
1103
|
ScheduledJobRunFormComponent,
|
|
1003
1104
|
ScheduledJobTypeFormComponent,
|
|
1004
1105
|
ScheduledJobFormComponent,
|
|
1005
|
-
TaskDependencyFormComponent
|
|
1106
|
+
TaskDependencyFormComponent,
|
|
1107
|
+
TaskTypeFormComponent,
|
|
1108
|
+
TaskFormComponent,
|
|
1109
|
+
TestRubricFormComponent,
|
|
1110
|
+
TestRunFeedbackFormComponent,
|
|
1111
|
+
TestRunFormComponent,
|
|
1112
|
+
TestSuiteRunFormComponent,
|
|
1113
|
+
TestSuiteTestFormComponent], imports: [CommonModule,
|
|
1006
1114
|
FormsModule,
|
|
1007
1115
|
LayoutModule,
|
|
1008
1116
|
InputsModule,
|
|
@@ -1016,9 +1124,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1016
1124
|
ContainerDirectivesModule,
|
|
1017
1125
|
DropDownListModule,
|
|
1018
1126
|
ComboBoxModule] }); })();
|
|
1019
|
-
export class
|
|
1020
|
-
static { this.ɵfac = function
|
|
1021
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1127
|
+
export class GeneratedForms_SubModule_9 {
|
|
1128
|
+
static { this.ɵfac = function GeneratedForms_SubModule_9_Factory(t) { return new (t || GeneratedForms_SubModule_9)(); }; }
|
|
1129
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_9 }); }
|
|
1022
1130
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1023
1131
|
FormsModule,
|
|
1024
1132
|
LayoutModule,
|
|
@@ -1034,17 +1142,10 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1034
1142
|
DropDownListModule,
|
|
1035
1143
|
ComboBoxModule] }); }
|
|
1036
1144
|
}
|
|
1037
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1145
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_9, [{
|
|
1038
1146
|
type: NgModule,
|
|
1039
1147
|
args: [{
|
|
1040
1148
|
declarations: [
|
|
1041
|
-
TaskTypeFormComponent,
|
|
1042
|
-
TaskFormComponent,
|
|
1043
|
-
TestRubricFormComponent,
|
|
1044
|
-
TestRunFeedbackFormComponent,
|
|
1045
|
-
TestRunFormComponent,
|
|
1046
|
-
TestSuiteRunFormComponent,
|
|
1047
|
-
TestSuiteTestFormComponent,
|
|
1048
1149
|
TestSuiteFormComponent,
|
|
1049
1150
|
TestTypeFormComponent,
|
|
1050
1151
|
TestFormComponent,
|
|
@@ -1057,7 +1158,14 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1057
1158
|
QueryEntityFormComponent,
|
|
1058
1159
|
QueryFieldFormComponent,
|
|
1059
1160
|
QueryPermissionFormComponent,
|
|
1060
|
-
QueueTaskFormComponent
|
|
1161
|
+
QueueTaskFormComponent,
|
|
1162
|
+
QueueTypeFormComponent,
|
|
1163
|
+
QueueFormComponent,
|
|
1164
|
+
RecommendationItemFormComponent,
|
|
1165
|
+
RecommendationProviderFormComponent,
|
|
1166
|
+
RecommendationRunFormComponent,
|
|
1167
|
+
RecommendationFormComponent,
|
|
1168
|
+
RecordChangeReplayRunFormComponent
|
|
1061
1169
|
],
|
|
1062
1170
|
imports: [
|
|
1063
1171
|
CommonModule,
|
|
@@ -1078,14 +1186,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1078
1186
|
exports: []
|
|
1079
1187
|
}]
|
|
1080
1188
|
}], null, null); })();
|
|
1081
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1082
|
-
TaskFormComponent,
|
|
1083
|
-
TestRubricFormComponent,
|
|
1084
|
-
TestRunFeedbackFormComponent,
|
|
1085
|
-
TestRunFormComponent,
|
|
1086
|
-
TestSuiteRunFormComponent,
|
|
1087
|
-
TestSuiteTestFormComponent,
|
|
1088
|
-
TestSuiteFormComponent,
|
|
1189
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [TestSuiteFormComponent,
|
|
1089
1190
|
TestTypeFormComponent,
|
|
1090
1191
|
TestFormComponent,
|
|
1091
1192
|
UserSettingFormComponent,
|
|
@@ -1097,7 +1198,14 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1097
1198
|
QueryEntityFormComponent,
|
|
1098
1199
|
QueryFieldFormComponent,
|
|
1099
1200
|
QueryPermissionFormComponent,
|
|
1100
|
-
QueueTaskFormComponent
|
|
1201
|
+
QueueTaskFormComponent,
|
|
1202
|
+
QueueTypeFormComponent,
|
|
1203
|
+
QueueFormComponent,
|
|
1204
|
+
RecommendationItemFormComponent,
|
|
1205
|
+
RecommendationProviderFormComponent,
|
|
1206
|
+
RecommendationRunFormComponent,
|
|
1207
|
+
RecommendationFormComponent,
|
|
1208
|
+
RecordChangeReplayRunFormComponent], imports: [CommonModule,
|
|
1101
1209
|
FormsModule,
|
|
1102
1210
|
LayoutModule,
|
|
1103
1211
|
InputsModule,
|
|
@@ -1111,9 +1219,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1111
1219
|
ContainerDirectivesModule,
|
|
1112
1220
|
DropDownListModule,
|
|
1113
1221
|
ComboBoxModule] }); })();
|
|
1114
|
-
export class
|
|
1115
|
-
static { this.ɵfac = function
|
|
1116
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1222
|
+
export class GeneratedForms_SubModule_10 {
|
|
1223
|
+
static { this.ɵfac = function GeneratedForms_SubModule_10_Factory(t) { return new (t || GeneratedForms_SubModule_10)(); }; }
|
|
1224
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_10 }); }
|
|
1117
1225
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1118
1226
|
FormsModule,
|
|
1119
1227
|
LayoutModule,
|
|
@@ -1129,17 +1237,10 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1129
1237
|
DropDownListModule,
|
|
1130
1238
|
ComboBoxModule] }); }
|
|
1131
1239
|
}
|
|
1132
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1240
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_10, [{
|
|
1133
1241
|
type: NgModule,
|
|
1134
1242
|
args: [{
|
|
1135
1243
|
declarations: [
|
|
1136
|
-
QueueTypeFormComponent,
|
|
1137
|
-
QueueFormComponent,
|
|
1138
|
-
RecommendationItemFormComponent,
|
|
1139
|
-
RecommendationProviderFormComponent,
|
|
1140
|
-
RecommendationRunFormComponent,
|
|
1141
|
-
RecommendationFormComponent,
|
|
1142
|
-
RecordChangeReplayRunFormComponent,
|
|
1143
1244
|
RecordChangeFormComponent,
|
|
1144
1245
|
RecordMergeDeletionLogFormComponent,
|
|
1145
1246
|
RecordMergeLogFormComponent,
|
|
@@ -1152,7 +1253,14 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1152
1253
|
RoleFormComponent,
|
|
1153
1254
|
RowLevelSecurityFilterFormComponent,
|
|
1154
1255
|
ScheduledActionParamFormComponent,
|
|
1155
|
-
ScheduledActionFormComponent
|
|
1256
|
+
ScheduledActionFormComponent,
|
|
1257
|
+
SchemaInfoFormComponent,
|
|
1258
|
+
SkillFormComponent,
|
|
1259
|
+
TaggedItemFormComponent,
|
|
1260
|
+
TagFormComponent,
|
|
1261
|
+
TemplateCategoryFormComponent,
|
|
1262
|
+
TemplateContentTypeFormComponent,
|
|
1263
|
+
TemplateContentFormComponent
|
|
1156
1264
|
],
|
|
1157
1265
|
imports: [
|
|
1158
1266
|
CommonModule,
|
|
@@ -1173,14 +1281,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1173
1281
|
exports: []
|
|
1174
1282
|
}]
|
|
1175
1283
|
}], null, null); })();
|
|
1176
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1177
|
-
QueueFormComponent,
|
|
1178
|
-
RecommendationItemFormComponent,
|
|
1179
|
-
RecommendationProviderFormComponent,
|
|
1180
|
-
RecommendationRunFormComponent,
|
|
1181
|
-
RecommendationFormComponent,
|
|
1182
|
-
RecordChangeReplayRunFormComponent,
|
|
1183
|
-
RecordChangeFormComponent,
|
|
1284
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [RecordChangeFormComponent,
|
|
1184
1285
|
RecordMergeDeletionLogFormComponent,
|
|
1185
1286
|
RecordMergeLogFormComponent,
|
|
1186
1287
|
ReportCategoryFormComponent,
|
|
@@ -1192,7 +1293,14 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1192
1293
|
RoleFormComponent,
|
|
1193
1294
|
RowLevelSecurityFilterFormComponent,
|
|
1194
1295
|
ScheduledActionParamFormComponent,
|
|
1195
|
-
ScheduledActionFormComponent
|
|
1296
|
+
ScheduledActionFormComponent,
|
|
1297
|
+
SchemaInfoFormComponent,
|
|
1298
|
+
SkillFormComponent,
|
|
1299
|
+
TaggedItemFormComponent,
|
|
1300
|
+
TagFormComponent,
|
|
1301
|
+
TemplateCategoryFormComponent,
|
|
1302
|
+
TemplateContentTypeFormComponent,
|
|
1303
|
+
TemplateContentFormComponent], imports: [CommonModule,
|
|
1196
1304
|
FormsModule,
|
|
1197
1305
|
LayoutModule,
|
|
1198
1306
|
InputsModule,
|
|
@@ -1206,9 +1314,9 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1206
1314
|
ContainerDirectivesModule,
|
|
1207
1315
|
DropDownListModule,
|
|
1208
1316
|
ComboBoxModule] }); })();
|
|
1209
|
-
export class
|
|
1210
|
-
static { this.ɵfac = function
|
|
1211
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1317
|
+
export class GeneratedForms_SubModule_11 {
|
|
1318
|
+
static { this.ɵfac = function GeneratedForms_SubModule_11_Factory(t) { return new (t || GeneratedForms_SubModule_11)(); }; }
|
|
1319
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_11 }); }
|
|
1212
1320
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1213
1321
|
FormsModule,
|
|
1214
1322
|
LayoutModule,
|
|
@@ -1224,17 +1332,10 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1224
1332
|
DropDownListModule,
|
|
1225
1333
|
ComboBoxModule] }); }
|
|
1226
1334
|
}
|
|
1227
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1335
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_11, [{
|
|
1228
1336
|
type: NgModule,
|
|
1229
1337
|
args: [{
|
|
1230
1338
|
declarations: [
|
|
1231
|
-
SchemaInfoFormComponent,
|
|
1232
|
-
SkillFormComponent,
|
|
1233
|
-
TaggedItemFormComponent,
|
|
1234
|
-
TagFormComponent,
|
|
1235
|
-
TemplateCategoryFormComponent,
|
|
1236
|
-
TemplateContentTypeFormComponent,
|
|
1237
|
-
TemplateContentFormComponent,
|
|
1238
1339
|
TemplateParamFormComponent,
|
|
1239
1340
|
TemplateFormComponent,
|
|
1240
1341
|
UserApplicationEntityFormComponent,
|
|
@@ -1247,7 +1348,14 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1247
1348
|
UserViewRunDetailFormComponent,
|
|
1248
1349
|
UserViewRunFormComponent,
|
|
1249
1350
|
UserViewFormComponent,
|
|
1250
|
-
UserFormComponent
|
|
1351
|
+
UserFormComponent,
|
|
1352
|
+
VectorDatabaseFormComponent,
|
|
1353
|
+
VectorIndexFormComponent,
|
|
1354
|
+
VersionInstallationFormComponent,
|
|
1355
|
+
WorkflowEngineFormComponent,
|
|
1356
|
+
WorkflowRunFormComponent,
|
|
1357
|
+
WorkflowFormComponent,
|
|
1358
|
+
WorkspaceItemFormComponent
|
|
1251
1359
|
],
|
|
1252
1360
|
imports: [
|
|
1253
1361
|
CommonModule,
|
|
@@ -1268,14 +1376,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1268
1376
|
exports: []
|
|
1269
1377
|
}]
|
|
1270
1378
|
}], null, null); })();
|
|
1271
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1272
|
-
SkillFormComponent,
|
|
1273
|
-
TaggedItemFormComponent,
|
|
1274
|
-
TagFormComponent,
|
|
1275
|
-
TemplateCategoryFormComponent,
|
|
1276
|
-
TemplateContentTypeFormComponent,
|
|
1277
|
-
TemplateContentFormComponent,
|
|
1278
|
-
TemplateParamFormComponent,
|
|
1379
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [TemplateParamFormComponent,
|
|
1279
1380
|
TemplateFormComponent,
|
|
1280
1381
|
UserApplicationEntityFormComponent,
|
|
1281
1382
|
UserApplicationFormComponent,
|
|
@@ -1287,7 +1388,14 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1287
1388
|
UserViewRunDetailFormComponent,
|
|
1288
1389
|
UserViewRunFormComponent,
|
|
1289
1390
|
UserViewFormComponent,
|
|
1290
|
-
UserFormComponent
|
|
1391
|
+
UserFormComponent,
|
|
1392
|
+
VectorDatabaseFormComponent,
|
|
1393
|
+
VectorIndexFormComponent,
|
|
1394
|
+
VersionInstallationFormComponent,
|
|
1395
|
+
WorkflowEngineFormComponent,
|
|
1396
|
+
WorkflowRunFormComponent,
|
|
1397
|
+
WorkflowFormComponent,
|
|
1398
|
+
WorkspaceItemFormComponent], imports: [CommonModule,
|
|
1291
1399
|
FormsModule,
|
|
1292
1400
|
LayoutModule,
|
|
1293
1401
|
InputsModule,
|
|
@@ -1301,9 +1409,9 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1301
1409
|
ContainerDirectivesModule,
|
|
1302
1410
|
DropDownListModule,
|
|
1303
1411
|
ComboBoxModule] }); })();
|
|
1304
|
-
export class
|
|
1305
|
-
static { this.ɵfac = function
|
|
1306
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
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 }); }
|
|
1307
1415
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1308
1416
|
FormsModule,
|
|
1309
1417
|
LayoutModule,
|
|
@@ -1319,17 +1427,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1319
1427
|
DropDownListModule,
|
|
1320
1428
|
ComboBoxModule] }); }
|
|
1321
1429
|
}
|
|
1322
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1430
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_12, [{
|
|
1323
1431
|
type: NgModule,
|
|
1324
1432
|
args: [{
|
|
1325
1433
|
declarations: [
|
|
1326
|
-
VectorDatabaseFormComponent,
|
|
1327
|
-
VectorIndexFormComponent,
|
|
1328
|
-
VersionInstallationFormComponent,
|
|
1329
|
-
WorkflowEngineFormComponent,
|
|
1330
|
-
WorkflowRunFormComponent,
|
|
1331
|
-
WorkflowFormComponent,
|
|
1332
|
-
WorkspaceItemFormComponent,
|
|
1333
1434
|
WorkspaceFormComponent
|
|
1334
1435
|
],
|
|
1335
1436
|
imports: [
|
|
@@ -1351,14 +1452,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1351
1452
|
exports: []
|
|
1352
1453
|
}]
|
|
1353
1454
|
}], null, null); })();
|
|
1354
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1355
|
-
VectorIndexFormComponent,
|
|
1356
|
-
VersionInstallationFormComponent,
|
|
1357
|
-
WorkflowEngineFormComponent,
|
|
1358
|
-
WorkflowRunFormComponent,
|
|
1359
|
-
WorkflowFormComponent,
|
|
1360
|
-
WorkspaceItemFormComponent,
|
|
1361
|
-
WorkspaceFormComponent], imports: [CommonModule,
|
|
1455
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [WorkspaceFormComponent], imports: [CommonModule,
|
|
1362
1456
|
FormsModule,
|
|
1363
1457
|
LayoutModule,
|
|
1364
1458
|
InputsModule,
|
|
@@ -1386,7 +1480,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1386
1480
|
GeneratedForms_SubModule_8,
|
|
1387
1481
|
GeneratedForms_SubModule_9,
|
|
1388
1482
|
GeneratedForms_SubModule_10,
|
|
1389
|
-
GeneratedForms_SubModule_11
|
|
1483
|
+
GeneratedForms_SubModule_11,
|
|
1484
|
+
GeneratedForms_SubModule_12] }); }
|
|
1390
1485
|
}
|
|
1391
1486
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1392
1487
|
type: NgModule,
|
|
@@ -1404,11 +1499,12 @@ export class CoreGeneratedFormsModule {
|
|
|
1404
1499
|
GeneratedForms_SubModule_8,
|
|
1405
1500
|
GeneratedForms_SubModule_9,
|
|
1406
1501
|
GeneratedForms_SubModule_10,
|
|
1407
|
-
GeneratedForms_SubModule_11
|
|
1502
|
+
GeneratedForms_SubModule_11,
|
|
1503
|
+
GeneratedForms_SubModule_12
|
|
1408
1504
|
]
|
|
1409
1505
|
}]
|
|
1410
1506
|
}], null, null); })();
|
|
1411
|
-
(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] }); })();
|
|
1412
1508
|
export function LoadCoreGeneratedForms() {
|
|
1413
1509
|
// This function doesn't do much, but it calls each generated form's loader function
|
|
1414
1510
|
// which in turn calls the sections for that generated form. Ultimately, those bits of
|
|
@@ -1524,6 +1620,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
1524
1620
|
LoadAIAgentConfigurationFormComponent();
|
|
1525
1621
|
LoadAIAgentDataSourceFormComponent();
|
|
1526
1622
|
LoadAIAgentExampleFormComponent();
|
|
1623
|
+
LoadAIAgentModalityFormComponent();
|
|
1527
1624
|
LoadAIAgentPermissionFormComponent();
|
|
1528
1625
|
LoadAIAgentPromptFormComponent();
|
|
1529
1626
|
LoadAIAgentRelationshipFormComponent();
|
|
@@ -1532,9 +1629,14 @@ export function LoadCoreGeneratedForms() {
|
|
|
1532
1629
|
LoadAIAgentStepPathFormComponent();
|
|
1533
1630
|
LoadAIAgentStepFormComponent();
|
|
1534
1631
|
LoadAIAgentTypeFormComponent();
|
|
1632
|
+
LoadAIArchitectureFormComponent();
|
|
1535
1633
|
LoadAIConfigurationParamFormComponent();
|
|
1536
1634
|
LoadAIConfigurationFormComponent();
|
|
1635
|
+
LoadAICredentialBindingFormComponent();
|
|
1636
|
+
LoadAIModalityFormComponent();
|
|
1637
|
+
LoadAIModelArchitectureFormComponent();
|
|
1537
1638
|
LoadAIModelCostFormComponent();
|
|
1639
|
+
LoadAIModelModalityFormComponent();
|
|
1538
1640
|
LoadAIModelPriceTypeFormComponent();
|
|
1539
1641
|
LoadAIModelPriceUnitTypeFormComponent();
|
|
1540
1642
|
LoadAIModelVendorFormComponent();
|
|
@@ -1561,9 +1663,16 @@ export function LoadCoreGeneratedForms() {
|
|
|
1561
1663
|
LoadConversationArtifactVersionFormComponent();
|
|
1562
1664
|
LoadConversationArtifactFormComponent();
|
|
1563
1665
|
LoadConversationDetailArtifactFormComponent();
|
|
1666
|
+
LoadConversationDetailAttachmentFormComponent();
|
|
1564
1667
|
LoadConversationDetailRatingFormComponent();
|
|
1668
|
+
LoadCredentialCategoryFormComponent();
|
|
1669
|
+
LoadCredentialTypeFormComponent();
|
|
1670
|
+
LoadCredentialFormComponent();
|
|
1565
1671
|
LoadDashboardUserPreferenceFormComponent();
|
|
1566
1672
|
LoadDashboardUserStateFormComponent();
|
|
1673
|
+
LoadEncryptionAlgorithmFormComponent();
|
|
1674
|
+
LoadEncryptionKeySourceFormComponent();
|
|
1675
|
+
LoadEncryptionKeyFormComponent();
|
|
1567
1676
|
LoadEnvironmentFormComponent();
|
|
1568
1677
|
LoadProjectFormComponent();
|
|
1569
1678
|
LoadPublicLinkFormComponent();
|