@memberjunction/ng-core-entity-forms 5.22.0 → 5.24.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/add-action-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js +55 -59
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +0 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +54 -71
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -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 +1053 -1096
- 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 -3
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.js +39 -82
- package/dist/lib/custom/AIAgents/ai-agent-management.service.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +28 -31
- 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 +4 -5
- 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 +15 -14
- 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 +4 -7
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +77 -124
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts +2 -2
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.js +10 -11
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.js.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +18 -18
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +4 -5
- 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 +59 -80
- 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 +4 -5
- 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 +23 -24
- 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.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +862 -906
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +4 -5
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +448 -499
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.d.ts +2 -2
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.js +6 -11
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.js.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +16 -15
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +160 -166
- package/dist/lib/custom/Actions/action-execution-log-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 +93 -94
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/ContentSources/content-source-form.component.d.ts +22 -0
- package/dist/lib/custom/ContentSources/content-source-form.component.d.ts.map +1 -0
- package/dist/lib/custom/ContentSources/content-source-form.component.js +165 -0
- package/dist/lib/custom/ContentSources/content-source-form.component.js.map +1 -0
- package/dist/lib/custom/Entities/entity-form.component.js +2 -2
- package/dist/lib/custom/Lists/list-form.component.js +61 -63
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.js +33 -59
- package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +354 -360
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js +62 -71
- package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.js +128 -124
- package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts +45 -22
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.js +380 -384
- package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +34 -36
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +8 -9
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js +4 -4
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +7 -7
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +6 -7
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +6 -7
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +381 -409
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +74 -63
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +10 -10
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +1 -1
- 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 +352 -332
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +25 -29
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +57 -82
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts +4 -5
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.js +59 -66
- package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +176 -156
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.js +65 -0
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js +89 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +98 -44
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +35 -17
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +79 -20
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItemDuplicate/mjcontentitemduplicate.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJContentItemDuplicate/mjcontentitemduplicate.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJContentItemDuplicate/mjcontentitemduplicate.form.component.js +73 -0
- package/dist/lib/generated/Entities/MJContentItemDuplicate/mjcontentitemduplicate.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJContentItemTag/mjcontentitemtag.form.component.js +11 -6
- package/dist/lib/generated/Entities/MJContentItemTag/mjcontentitemtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js +49 -8
- package/dist/lib/generated/Entities/MJContentProcessRun/mjcontentprocessrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js +107 -0
- package/dist/lib/generated/Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJContentProcessRunPromptRun/mjcontentprocessrunpromptrun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJContentProcessRunPromptRun/mjcontentprocessrunpromptrun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJContentProcessRunPromptRun/mjcontentprocessrunpromptrun.form.component.js +57 -0
- package/dist/lib/generated/Entities/MJContentProcessRunPromptRun/mjcontentprocessrunpromptrun.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +71 -24
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js +43 -15
- package/dist/lib/generated/Entities/MJContentSourceType/mjcontentsourcetype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js +43 -17
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js +21 -11
- package/dist/lib/generated/Entities/MJDuplicateRun/mjduplicaterun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js +19 -13
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js +7 -9
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +78 -60
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js +24 -6
- package/dist/lib/generated/Entities/MJEntityDocument/mjentitydocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +21 -9
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js +23 -5
- package/dist/lib/generated/Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJKnowledgeHubSavedSearch/mjknowledgehubsavedsearch.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJKnowledgeHubSavedSearch/mjknowledgehubsavedsearch.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJKnowledgeHubSavedSearch/mjknowledgehubsavedsearch.form.component.js +77 -0
- package/dist/lib/generated/Entities/MJKnowledgeHubSavedSearch/mjknowledgehubsavedsearch.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJScheduledAction/mjscheduledaction.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledAction/mjscheduledaction.form.component.js +22 -4
- package/dist/lib/generated/Entities/MJScheduledAction/mjscheduledaction.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +139 -19
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTagAuditLog/mjtagauditlog.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagAuditLog/mjtagauditlog.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagAuditLog/mjtagauditlog.form.component.js +67 -0
- package/dist/lib/generated/Entities/MJTagAuditLog/mjtagauditlog.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component.js +65 -0
- package/dist/lib/generated/Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTaggedItem/mjtaggeditem.form.component.js +10 -8
- package/dist/lib/generated/Entities/MJTaggedItem/mjtaggeditem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +226 -154
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js +41 -5
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +286 -279
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +192 -214
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/shared/components/template-editor.component.js +14 -15
- package/dist/lib/shared/components/template-editor.component.js.map +1 -1
- package/package.json +34 -41
|
@@ -12,7 +12,6 @@ import { FormsModule } from '@angular/forms';
|
|
|
12
12
|
import { BaseFormsModule } from '@memberjunction/ng-base-forms';
|
|
13
13
|
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
|
|
14
14
|
import { LinkDirectivesModule } from '@memberjunction/ng-link-directives';
|
|
15
|
-
import { LayoutModule } from '@progress/kendo-angular-layout';
|
|
16
15
|
// Import Generated Components
|
|
17
16
|
import { MJAccessControlRuleFormComponent } from "./Entities/MJAccessControlRule/mjaccesscontrolrule.form.component";
|
|
18
17
|
import { MJActionAuthorizationFormComponent } from "./Entities/MJActionAuthorization/mjactionauthorization.form.component";
|
|
@@ -29,6 +28,7 @@ import { MJAIActionFormComponent } from "./Entities/MJAIAction/mjaiaction.form.c
|
|
|
29
28
|
import { MJAIAgentActionFormComponent } from "./Entities/MJAIAgentAction/mjaiagentaction.form.component";
|
|
30
29
|
import { MJAIAgentArtifactTypeFormComponent } from "./Entities/MJAIAgentArtifactType/mjaiagentartifacttype.form.component";
|
|
31
30
|
import { MJAIAgentCategoryFormComponent } from "./Entities/MJAIAgentCategory/mjaiagentcategory.form.component";
|
|
31
|
+
import { MJAIAgentClientToolFormComponent } from "./Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component";
|
|
32
32
|
import { MJAIAgentConfigurationFormComponent } from "./Entities/MJAIAgentConfiguration/mjaiagentconfiguration.form.component";
|
|
33
33
|
import { MJAIAgentDataSourceFormComponent } from "./Entities/MJAIAgentDataSource/mjaiagentdatasource.form.component";
|
|
34
34
|
import { MJAIAgentExampleFormComponent } from "./Entities/MJAIAgentExample/mjaiagentexample.form.component";
|
|
@@ -50,6 +50,7 @@ import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentst
|
|
|
50
50
|
import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
|
|
51
51
|
import { MJAIAgentFormComponent } from "./Entities/MJAIAgent/mjaiagent.form.component";
|
|
52
52
|
import { MJAIArchitectureFormComponent } from "./Entities/MJAIArchitecture/mjaiarchitecture.form.component";
|
|
53
|
+
import { MJAIClientToolDefinitionFormComponent } from "./Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component";
|
|
53
54
|
import { MJAIConfigurationParamFormComponent } from "./Entities/MJAIConfigurationParam/mjaiconfigurationparam.form.component";
|
|
54
55
|
import { MJAIConfigurationFormComponent } from "./Entities/MJAIConfiguration/mjaiconfiguration.form.component";
|
|
55
56
|
import { MJAICredentialBindingFormComponent } from "./Entities/MJAICredentialBinding/mjaicredentialbinding.form.component";
|
|
@@ -117,8 +118,11 @@ import { MJComponentRegistryFormComponent } from "./Entities/MJComponentRegistry
|
|
|
117
118
|
import { MJComponentFormComponent } from "./Entities/MJComponent/mjcomponent.form.component";
|
|
118
119
|
import { MJContentFileTypeFormComponent } from "./Entities/MJContentFileType/mjcontentfiletype.form.component";
|
|
119
120
|
import { MJContentItemAttributeFormComponent } from "./Entities/MJContentItemAttribute/mjcontentitemattribute.form.component";
|
|
121
|
+
import { MJContentItemDuplicateFormComponent } from "./Entities/MJContentItemDuplicate/mjcontentitemduplicate.form.component";
|
|
120
122
|
import { MJContentItemTagFormComponent } from "./Entities/MJContentItemTag/mjcontentitemtag.form.component";
|
|
121
123
|
import { MJContentItemFormComponent } from "./Entities/MJContentItem/mjcontentitem.form.component";
|
|
124
|
+
import { MJContentProcessRunDetailFormComponent } from "./Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component";
|
|
125
|
+
import { MJContentProcessRunPromptRunFormComponent } from "./Entities/MJContentProcessRunPromptRun/mjcontentprocessrunpromptrun.form.component";
|
|
122
126
|
import { MJContentProcessRunFormComponent } from "./Entities/MJContentProcessRun/mjcontentprocessrun.form.component";
|
|
123
127
|
import { MJContentSourceParamFormComponent } from "./Entities/MJContentSourceParam/mjcontentsourceparam.form.component";
|
|
124
128
|
import { MJContentSourceTypeParamFormComponent } from "./Entities/MJContentSourceTypeParam/mjcontentsourcetypeparam.form.component";
|
|
@@ -196,6 +200,7 @@ import { MJIntegrationObjectFormComponent } from "./Entities/MJIntegrationObject
|
|
|
196
200
|
import { MJIntegrationSourceTypeFormComponent } from "./Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component";
|
|
197
201
|
import { MJIntegrationURLFormatFormComponent } from "./Entities/MJIntegrationURLFormat/mjintegrationurlformat.form.component";
|
|
198
202
|
import { MJIntegrationFormComponent } from "./Entities/MJIntegration/mjintegration.form.component";
|
|
203
|
+
import { MJKnowledgeHubSavedSearchFormComponent } from "./Entities/MJKnowledgeHubSavedSearch/mjknowledgehubsavedsearch.form.component";
|
|
199
204
|
import { MJLibraryFormComponent } from "./Entities/MJLibrary/mjlibrary.form.component";
|
|
200
205
|
import { MJLibraryItemFormComponent } from "./Entities/MJLibraryItem/mjlibraryitem.form.component";
|
|
201
206
|
import { MJListCategoryFormComponent } from "./Entities/MJListCategory/mjlistcategory.form.component";
|
|
@@ -259,6 +264,8 @@ import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjschedul
|
|
|
259
264
|
import { MJSchemaInfoFormComponent } from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
|
|
260
265
|
import { MJSkillFormComponent } from "./Entities/MJSkill/mjskill.form.component";
|
|
261
266
|
import { MJSQLDialectFormComponent } from "./Entities/MJSQLDialect/mjsqldialect.form.component";
|
|
267
|
+
import { MJTagAuditLogFormComponent } from "./Entities/MJTagAuditLog/mjtagauditlog.form.component";
|
|
268
|
+
import { MJTagCoOccurrenceFormComponent } from "./Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component";
|
|
262
269
|
import { MJTaggedItemFormComponent } from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
|
|
263
270
|
import { MJTagFormComponent } from "./Entities/MJTag/mjtag.form.component";
|
|
264
271
|
import { MJTaskDependencyFormComponent } from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
|
|
@@ -311,7 +318,6 @@ export class GeneratedForms_SubModule_0 {
|
|
|
311
318
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_0 }); }
|
|
312
319
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
313
320
|
FormsModule,
|
|
314
|
-
LayoutModule,
|
|
315
321
|
BaseFormsModule,
|
|
316
322
|
EntityViewerModule,
|
|
317
323
|
LinkDirectivesModule] }); }
|
|
@@ -335,16 +341,15 @@ export class GeneratedForms_SubModule_0 {
|
|
|
335
341
|
MJAIAgentActionFormComponent,
|
|
336
342
|
MJAIAgentArtifactTypeFormComponent,
|
|
337
343
|
MJAIAgentCategoryFormComponent,
|
|
344
|
+
MJAIAgentClientToolFormComponent,
|
|
338
345
|
MJAIAgentConfigurationFormComponent,
|
|
339
346
|
MJAIAgentDataSourceFormComponent,
|
|
340
347
|
MJAIAgentExampleFormComponent,
|
|
341
|
-
MJAIAgentLearningCycleFormComponent
|
|
342
|
-
MJAIAgentModalityFormComponent
|
|
348
|
+
MJAIAgentLearningCycleFormComponent
|
|
343
349
|
],
|
|
344
350
|
imports: [
|
|
345
351
|
CommonModule,
|
|
346
352
|
FormsModule,
|
|
347
|
-
LayoutModule,
|
|
348
353
|
BaseFormsModule,
|
|
349
354
|
EntityViewerModule,
|
|
350
355
|
LinkDirectivesModule
|
|
@@ -367,13 +372,12 @@ export class GeneratedForms_SubModule_0 {
|
|
|
367
372
|
MJAIAgentActionFormComponent,
|
|
368
373
|
MJAIAgentArtifactTypeFormComponent,
|
|
369
374
|
MJAIAgentCategoryFormComponent,
|
|
375
|
+
MJAIAgentClientToolFormComponent,
|
|
370
376
|
MJAIAgentConfigurationFormComponent,
|
|
371
377
|
MJAIAgentDataSourceFormComponent,
|
|
372
378
|
MJAIAgentExampleFormComponent,
|
|
373
|
-
MJAIAgentLearningCycleFormComponent,
|
|
374
|
-
MJAIAgentModalityFormComponent], imports: [CommonModule,
|
|
379
|
+
MJAIAgentLearningCycleFormComponent], imports: [CommonModule,
|
|
375
380
|
FormsModule,
|
|
376
|
-
LayoutModule,
|
|
377
381
|
BaseFormsModule,
|
|
378
382
|
EntityViewerModule,
|
|
379
383
|
LinkDirectivesModule] }); })();
|
|
@@ -382,7 +386,6 @@ export class GeneratedForms_SubModule_1 {
|
|
|
382
386
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_1 }); }
|
|
383
387
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
384
388
|
FormsModule,
|
|
385
|
-
LayoutModule,
|
|
386
389
|
BaseFormsModule,
|
|
387
390
|
EntityViewerModule,
|
|
388
391
|
LinkDirectivesModule] }); }
|
|
@@ -391,6 +394,7 @@ export class GeneratedForms_SubModule_1 {
|
|
|
391
394
|
type: NgModule,
|
|
392
395
|
args: [{
|
|
393
396
|
declarations: [
|
|
397
|
+
MJAIAgentModalityFormComponent,
|
|
394
398
|
MJAIAgentModelFormComponent,
|
|
395
399
|
MJAIAgentNoteTypeFormComponent,
|
|
396
400
|
MJAIAgentNoteFormComponent,
|
|
@@ -407,15 +411,13 @@ export class GeneratedForms_SubModule_1 {
|
|
|
407
411
|
MJAIAgentTypeFormComponent,
|
|
408
412
|
MJAIAgentFormComponent,
|
|
409
413
|
MJAIArchitectureFormComponent,
|
|
414
|
+
MJAIClientToolDefinitionFormComponent,
|
|
410
415
|
MJAIConfigurationParamFormComponent,
|
|
411
|
-
MJAIConfigurationFormComponent
|
|
412
|
-
MJAICredentialBindingFormComponent,
|
|
413
|
-
MJAIModalityFormComponent
|
|
416
|
+
MJAIConfigurationFormComponent
|
|
414
417
|
],
|
|
415
418
|
imports: [
|
|
416
419
|
CommonModule,
|
|
417
420
|
FormsModule,
|
|
418
|
-
LayoutModule,
|
|
419
421
|
BaseFormsModule,
|
|
420
422
|
EntityViewerModule,
|
|
421
423
|
LinkDirectivesModule
|
|
@@ -423,7 +425,8 @@ export class GeneratedForms_SubModule_1 {
|
|
|
423
425
|
exports: []
|
|
424
426
|
}]
|
|
425
427
|
}], null, null); })();
|
|
426
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [
|
|
428
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentModalityFormComponent,
|
|
429
|
+
MJAIAgentModelFormComponent,
|
|
427
430
|
MJAIAgentNoteTypeFormComponent,
|
|
428
431
|
MJAIAgentNoteFormComponent,
|
|
429
432
|
MJAIAgentPermissionFormComponent,
|
|
@@ -439,12 +442,10 @@ export class GeneratedForms_SubModule_1 {
|
|
|
439
442
|
MJAIAgentTypeFormComponent,
|
|
440
443
|
MJAIAgentFormComponent,
|
|
441
444
|
MJAIArchitectureFormComponent,
|
|
445
|
+
MJAIClientToolDefinitionFormComponent,
|
|
442
446
|
MJAIConfigurationParamFormComponent,
|
|
443
|
-
MJAIConfigurationFormComponent,
|
|
444
|
-
MJAICredentialBindingFormComponent,
|
|
445
|
-
MJAIModalityFormComponent], imports: [CommonModule,
|
|
447
|
+
MJAIConfigurationFormComponent], imports: [CommonModule,
|
|
446
448
|
FormsModule,
|
|
447
|
-
LayoutModule,
|
|
448
449
|
BaseFormsModule,
|
|
449
450
|
EntityViewerModule,
|
|
450
451
|
LinkDirectivesModule] }); })();
|
|
@@ -453,7 +454,6 @@ export class GeneratedForms_SubModule_2 {
|
|
|
453
454
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_2 }); }
|
|
454
455
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
455
456
|
FormsModule,
|
|
456
|
-
LayoutModule,
|
|
457
457
|
BaseFormsModule,
|
|
458
458
|
EntityViewerModule,
|
|
459
459
|
LinkDirectivesModule] }); }
|
|
@@ -462,6 +462,8 @@ export class GeneratedForms_SubModule_2 {
|
|
|
462
462
|
type: NgModule,
|
|
463
463
|
args: [{
|
|
464
464
|
declarations: [
|
|
465
|
+
MJAICredentialBindingFormComponent,
|
|
466
|
+
MJAIModalityFormComponent,
|
|
465
467
|
MJAIModelActionFormComponent,
|
|
466
468
|
MJAIModelArchitectureFormComponent,
|
|
467
469
|
MJAIModelCostFormComponent,
|
|
@@ -479,14 +481,11 @@ export class GeneratedForms_SubModule_2 {
|
|
|
479
481
|
MJAIPromptFormComponent,
|
|
480
482
|
MJAIResultCacheFormComponent,
|
|
481
483
|
MJAIVendorTypeDefinitionFormComponent,
|
|
482
|
-
MJAIVendorTypeFormComponent
|
|
483
|
-
MJAIVendorFormComponent,
|
|
484
|
-
MJAPIApplicationScopeFormComponent
|
|
484
|
+
MJAIVendorTypeFormComponent
|
|
485
485
|
],
|
|
486
486
|
imports: [
|
|
487
487
|
CommonModule,
|
|
488
488
|
FormsModule,
|
|
489
|
-
LayoutModule,
|
|
490
489
|
BaseFormsModule,
|
|
491
490
|
EntityViewerModule,
|
|
492
491
|
LinkDirectivesModule
|
|
@@ -494,7 +493,9 @@ export class GeneratedForms_SubModule_2 {
|
|
|
494
493
|
exports: []
|
|
495
494
|
}]
|
|
496
495
|
}], null, null); })();
|
|
497
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [
|
|
496
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAICredentialBindingFormComponent,
|
|
497
|
+
MJAIModalityFormComponent,
|
|
498
|
+
MJAIModelActionFormComponent,
|
|
498
499
|
MJAIModelArchitectureFormComponent,
|
|
499
500
|
MJAIModelCostFormComponent,
|
|
500
501
|
MJAIModelModalityFormComponent,
|
|
@@ -511,11 +512,8 @@ export class GeneratedForms_SubModule_2 {
|
|
|
511
512
|
MJAIPromptFormComponent,
|
|
512
513
|
MJAIResultCacheFormComponent,
|
|
513
514
|
MJAIVendorTypeDefinitionFormComponent,
|
|
514
|
-
MJAIVendorTypeFormComponent,
|
|
515
|
-
MJAIVendorFormComponent,
|
|
516
|
-
MJAPIApplicationScopeFormComponent], imports: [CommonModule,
|
|
515
|
+
MJAIVendorTypeFormComponent], imports: [CommonModule,
|
|
517
516
|
FormsModule,
|
|
518
|
-
LayoutModule,
|
|
519
517
|
BaseFormsModule,
|
|
520
518
|
EntityViewerModule,
|
|
521
519
|
LinkDirectivesModule] }); })();
|
|
@@ -524,7 +522,6 @@ export class GeneratedForms_SubModule_3 {
|
|
|
524
522
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_3 }); }
|
|
525
523
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
526
524
|
FormsModule,
|
|
527
|
-
LayoutModule,
|
|
528
525
|
BaseFormsModule,
|
|
529
526
|
EntityViewerModule,
|
|
530
527
|
LinkDirectivesModule] }); }
|
|
@@ -533,6 +530,8 @@ export class GeneratedForms_SubModule_3 {
|
|
|
533
530
|
type: NgModule,
|
|
534
531
|
args: [{
|
|
535
532
|
declarations: [
|
|
533
|
+
MJAIVendorFormComponent,
|
|
534
|
+
MJAPIApplicationScopeFormComponent,
|
|
536
535
|
MJAPIApplicationFormComponent,
|
|
537
536
|
MJAPIKeyApplicationFormComponent,
|
|
538
537
|
MJAPIKeyScopeFormComponent,
|
|
@@ -550,14 +549,11 @@ export class GeneratedForms_SubModule_3 {
|
|
|
550
549
|
MJArtifactFormComponent,
|
|
551
550
|
MJAuditLogTypeFormComponent,
|
|
552
551
|
MJAuditLogFormComponent,
|
|
553
|
-
MJAuthorizationRoleFormComponent
|
|
554
|
-
MJAuthorizationFormComponent,
|
|
555
|
-
MJCollectionArtifactFormComponent
|
|
552
|
+
MJAuthorizationRoleFormComponent
|
|
556
553
|
],
|
|
557
554
|
imports: [
|
|
558
555
|
CommonModule,
|
|
559
556
|
FormsModule,
|
|
560
|
-
LayoutModule,
|
|
561
557
|
BaseFormsModule,
|
|
562
558
|
EntityViewerModule,
|
|
563
559
|
LinkDirectivesModule
|
|
@@ -565,7 +561,9 @@ export class GeneratedForms_SubModule_3 {
|
|
|
565
561
|
exports: []
|
|
566
562
|
}]
|
|
567
563
|
}], null, null); })();
|
|
568
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [
|
|
564
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIVendorFormComponent,
|
|
565
|
+
MJAPIApplicationScopeFormComponent,
|
|
566
|
+
MJAPIApplicationFormComponent,
|
|
569
567
|
MJAPIKeyApplicationFormComponent,
|
|
570
568
|
MJAPIKeyScopeFormComponent,
|
|
571
569
|
MJAPIKeyUsageLogFormComponent,
|
|
@@ -582,11 +580,8 @@ export class GeneratedForms_SubModule_3 {
|
|
|
582
580
|
MJArtifactFormComponent,
|
|
583
581
|
MJAuditLogTypeFormComponent,
|
|
584
582
|
MJAuditLogFormComponent,
|
|
585
|
-
MJAuthorizationRoleFormComponent,
|
|
586
|
-
MJAuthorizationFormComponent,
|
|
587
|
-
MJCollectionArtifactFormComponent], imports: [CommonModule,
|
|
583
|
+
MJAuthorizationRoleFormComponent], imports: [CommonModule,
|
|
588
584
|
FormsModule,
|
|
589
|
-
LayoutModule,
|
|
590
585
|
BaseFormsModule,
|
|
591
586
|
EntityViewerModule,
|
|
592
587
|
LinkDirectivesModule] }); })();
|
|
@@ -595,7 +590,6 @@ export class GeneratedForms_SubModule_4 {
|
|
|
595
590
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_4 }); }
|
|
596
591
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
597
592
|
FormsModule,
|
|
598
|
-
LayoutModule,
|
|
599
593
|
BaseFormsModule,
|
|
600
594
|
EntityViewerModule,
|
|
601
595
|
LinkDirectivesModule,
|
|
@@ -605,6 +599,8 @@ export class GeneratedForms_SubModule_4 {
|
|
|
605
599
|
type: NgModule,
|
|
606
600
|
args: [{
|
|
607
601
|
declarations: [
|
|
602
|
+
MJAuthorizationFormComponent,
|
|
603
|
+
MJCollectionArtifactFormComponent,
|
|
608
604
|
MJCollectionPermissionFormComponent,
|
|
609
605
|
MJCollectionFormComponent,
|
|
610
606
|
MJCommunicationBaseMessageTypeFormComponent,
|
|
@@ -622,14 +618,11 @@ export class GeneratedForms_SubModule_4 {
|
|
|
622
618
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
623
619
|
MJCompanyIntegrationFormComponent,
|
|
624
620
|
MJComponentDependencyFormComponent,
|
|
625
|
-
MJComponentLibraryFormComponent
|
|
626
|
-
MJComponentLibraryLinkFormComponent,
|
|
627
|
-
MJComponentRegistryFormComponent
|
|
621
|
+
MJComponentLibraryFormComponent
|
|
628
622
|
],
|
|
629
623
|
imports: [
|
|
630
624
|
CommonModule,
|
|
631
625
|
FormsModule,
|
|
632
|
-
LayoutModule,
|
|
633
626
|
BaseFormsModule,
|
|
634
627
|
EntityViewerModule,
|
|
635
628
|
LinkDirectivesModule,
|
|
@@ -638,7 +631,9 @@ export class GeneratedForms_SubModule_4 {
|
|
|
638
631
|
exports: []
|
|
639
632
|
}]
|
|
640
633
|
}], null, null); })();
|
|
641
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [
|
|
634
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAuthorizationFormComponent,
|
|
635
|
+
MJCollectionArtifactFormComponent,
|
|
636
|
+
MJCollectionPermissionFormComponent,
|
|
642
637
|
MJCollectionFormComponent,
|
|
643
638
|
MJCommunicationBaseMessageTypeFormComponent,
|
|
644
639
|
MJCommunicationLogFormComponent,
|
|
@@ -655,11 +650,8 @@ export class GeneratedForms_SubModule_4 {
|
|
|
655
650
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
656
651
|
MJCompanyIntegrationFormComponent,
|
|
657
652
|
MJComponentDependencyFormComponent,
|
|
658
|
-
MJComponentLibraryFormComponent,
|
|
659
|
-
MJComponentLibraryLinkFormComponent,
|
|
660
|
-
MJComponentRegistryFormComponent], imports: [CommonModule,
|
|
653
|
+
MJComponentLibraryFormComponent], imports: [CommonModule,
|
|
661
654
|
FormsModule,
|
|
662
|
-
LayoutModule,
|
|
663
655
|
BaseFormsModule,
|
|
664
656
|
EntityViewerModule,
|
|
665
657
|
LinkDirectivesModule,
|
|
@@ -669,7 +661,6 @@ export class GeneratedForms_SubModule_5 {
|
|
|
669
661
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_5 }); }
|
|
670
662
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
671
663
|
FormsModule,
|
|
672
|
-
LayoutModule,
|
|
673
664
|
BaseFormsModule,
|
|
674
665
|
EntityViewerModule,
|
|
675
666
|
LinkDirectivesModule] }); }
|
|
@@ -678,11 +669,16 @@ export class GeneratedForms_SubModule_5 {
|
|
|
678
669
|
type: NgModule,
|
|
679
670
|
args: [{
|
|
680
671
|
declarations: [
|
|
672
|
+
MJComponentLibraryLinkFormComponent,
|
|
673
|
+
MJComponentRegistryFormComponent,
|
|
681
674
|
MJComponentFormComponent,
|
|
682
675
|
MJContentFileTypeFormComponent,
|
|
683
676
|
MJContentItemAttributeFormComponent,
|
|
677
|
+
MJContentItemDuplicateFormComponent,
|
|
684
678
|
MJContentItemTagFormComponent,
|
|
685
679
|
MJContentItemFormComponent,
|
|
680
|
+
MJContentProcessRunDetailFormComponent,
|
|
681
|
+
MJContentProcessRunPromptRunFormComponent,
|
|
686
682
|
MJContentProcessRunFormComponent,
|
|
687
683
|
MJContentSourceParamFormComponent,
|
|
688
684
|
MJContentSourceTypeParamFormComponent,
|
|
@@ -692,17 +688,11 @@ export class GeneratedForms_SubModule_5 {
|
|
|
692
688
|
MJContentTypeFormComponent,
|
|
693
689
|
MJConversationArtifactPermissionFormComponent,
|
|
694
690
|
MJConversationArtifactVersionFormComponent,
|
|
695
|
-
MJConversationArtifactFormComponent
|
|
696
|
-
MJConversationDetailArtifactFormComponent,
|
|
697
|
-
MJConversationDetailAttachmentFormComponent,
|
|
698
|
-
MJConversationDetailRatingFormComponent,
|
|
699
|
-
MJConversationDetailFormComponent,
|
|
700
|
-
MJConversationFormComponent
|
|
691
|
+
MJConversationArtifactFormComponent
|
|
701
692
|
],
|
|
702
693
|
imports: [
|
|
703
694
|
CommonModule,
|
|
704
695
|
FormsModule,
|
|
705
|
-
LayoutModule,
|
|
706
696
|
BaseFormsModule,
|
|
707
697
|
EntityViewerModule,
|
|
708
698
|
LinkDirectivesModule
|
|
@@ -710,11 +700,16 @@ export class GeneratedForms_SubModule_5 {
|
|
|
710
700
|
exports: []
|
|
711
701
|
}]
|
|
712
702
|
}], null, null); })();
|
|
713
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [
|
|
703
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJComponentLibraryLinkFormComponent,
|
|
704
|
+
MJComponentRegistryFormComponent,
|
|
705
|
+
MJComponentFormComponent,
|
|
714
706
|
MJContentFileTypeFormComponent,
|
|
715
707
|
MJContentItemAttributeFormComponent,
|
|
708
|
+
MJContentItemDuplicateFormComponent,
|
|
716
709
|
MJContentItemTagFormComponent,
|
|
717
710
|
MJContentItemFormComponent,
|
|
711
|
+
MJContentProcessRunDetailFormComponent,
|
|
712
|
+
MJContentProcessRunPromptRunFormComponent,
|
|
718
713
|
MJContentProcessRunFormComponent,
|
|
719
714
|
MJContentSourceParamFormComponent,
|
|
720
715
|
MJContentSourceTypeParamFormComponent,
|
|
@@ -724,14 +719,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
724
719
|
MJContentTypeFormComponent,
|
|
725
720
|
MJConversationArtifactPermissionFormComponent,
|
|
726
721
|
MJConversationArtifactVersionFormComponent,
|
|
727
|
-
MJConversationArtifactFormComponent,
|
|
728
|
-
MJConversationDetailArtifactFormComponent,
|
|
729
|
-
MJConversationDetailAttachmentFormComponent,
|
|
730
|
-
MJConversationDetailRatingFormComponent,
|
|
731
|
-
MJConversationDetailFormComponent,
|
|
732
|
-
MJConversationFormComponent], imports: [CommonModule,
|
|
722
|
+
MJConversationArtifactFormComponent], imports: [CommonModule,
|
|
733
723
|
FormsModule,
|
|
734
|
-
LayoutModule,
|
|
735
724
|
BaseFormsModule,
|
|
736
725
|
EntityViewerModule,
|
|
737
726
|
LinkDirectivesModule] }); })();
|
|
@@ -740,7 +729,6 @@ export class GeneratedForms_SubModule_6 {
|
|
|
740
729
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_6 }); }
|
|
741
730
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
742
731
|
FormsModule,
|
|
743
|
-
LayoutModule,
|
|
744
732
|
BaseFormsModule,
|
|
745
733
|
EntityViewerModule,
|
|
746
734
|
LinkDirectivesModule] }); }
|
|
@@ -749,6 +737,11 @@ export class GeneratedForms_SubModule_6 {
|
|
|
749
737
|
type: NgModule,
|
|
750
738
|
args: [{
|
|
751
739
|
declarations: [
|
|
740
|
+
MJConversationDetailArtifactFormComponent,
|
|
741
|
+
MJConversationDetailAttachmentFormComponent,
|
|
742
|
+
MJConversationDetailRatingFormComponent,
|
|
743
|
+
MJConversationDetailFormComponent,
|
|
744
|
+
MJConversationFormComponent,
|
|
752
745
|
MJCredentialCategoryFormComponent,
|
|
753
746
|
MJCredentialTypeFormComponent,
|
|
754
747
|
MJCredentialFormComponent,
|
|
@@ -763,17 +756,11 @@ export class GeneratedForms_SubModule_6 {
|
|
|
763
756
|
MJDataContextItemFormComponent,
|
|
764
757
|
MJDataContextFormComponent,
|
|
765
758
|
MJDatasetItemFormComponent,
|
|
766
|
-
MJDatasetFormComponent
|
|
767
|
-
MJDuplicateRunDetailMatchFormComponent,
|
|
768
|
-
MJDuplicateRunDetailFormComponent,
|
|
769
|
-
MJDuplicateRunFormComponent,
|
|
770
|
-
MJEmployeeCompanyIntegrationFormComponent,
|
|
771
|
-
MJEmployeeRoleFormComponent
|
|
759
|
+
MJDatasetFormComponent
|
|
772
760
|
],
|
|
773
761
|
imports: [
|
|
774
762
|
CommonModule,
|
|
775
763
|
FormsModule,
|
|
776
|
-
LayoutModule,
|
|
777
764
|
BaseFormsModule,
|
|
778
765
|
EntityViewerModule,
|
|
779
766
|
LinkDirectivesModule
|
|
@@ -781,7 +768,12 @@ export class GeneratedForms_SubModule_6 {
|
|
|
781
768
|
exports: []
|
|
782
769
|
}]
|
|
783
770
|
}], null, null); })();
|
|
784
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
771
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJConversationDetailArtifactFormComponent,
|
|
772
|
+
MJConversationDetailAttachmentFormComponent,
|
|
773
|
+
MJConversationDetailRatingFormComponent,
|
|
774
|
+
MJConversationDetailFormComponent,
|
|
775
|
+
MJConversationFormComponent,
|
|
776
|
+
MJCredentialCategoryFormComponent,
|
|
785
777
|
MJCredentialTypeFormComponent,
|
|
786
778
|
MJCredentialFormComponent,
|
|
787
779
|
MJDashboardCategoryFormComponent,
|
|
@@ -795,14 +787,8 @@ export class GeneratedForms_SubModule_6 {
|
|
|
795
787
|
MJDataContextItemFormComponent,
|
|
796
788
|
MJDataContextFormComponent,
|
|
797
789
|
MJDatasetItemFormComponent,
|
|
798
|
-
MJDatasetFormComponent,
|
|
799
|
-
MJDuplicateRunDetailMatchFormComponent,
|
|
800
|
-
MJDuplicateRunDetailFormComponent,
|
|
801
|
-
MJDuplicateRunFormComponent,
|
|
802
|
-
MJEmployeeCompanyIntegrationFormComponent,
|
|
803
|
-
MJEmployeeRoleFormComponent], imports: [CommonModule,
|
|
790
|
+
MJDatasetFormComponent], imports: [CommonModule,
|
|
804
791
|
FormsModule,
|
|
805
|
-
LayoutModule,
|
|
806
792
|
BaseFormsModule,
|
|
807
793
|
EntityViewerModule,
|
|
808
794
|
LinkDirectivesModule] }); })();
|
|
@@ -811,7 +797,6 @@ export class GeneratedForms_SubModule_7 {
|
|
|
811
797
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_7 }); }
|
|
812
798
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
813
799
|
FormsModule,
|
|
814
|
-
LayoutModule,
|
|
815
800
|
BaseFormsModule,
|
|
816
801
|
EntityViewerModule,
|
|
817
802
|
LinkDirectivesModule] }); }
|
|
@@ -820,6 +805,11 @@ export class GeneratedForms_SubModule_7 {
|
|
|
820
805
|
type: NgModule,
|
|
821
806
|
args: [{
|
|
822
807
|
declarations: [
|
|
808
|
+
MJDuplicateRunDetailMatchFormComponent,
|
|
809
|
+
MJDuplicateRunDetailFormComponent,
|
|
810
|
+
MJDuplicateRunFormComponent,
|
|
811
|
+
MJEmployeeCompanyIntegrationFormComponent,
|
|
812
|
+
MJEmployeeRoleFormComponent,
|
|
823
813
|
MJEmployeeSkillFormComponent,
|
|
824
814
|
MJEmployeeFormComponent,
|
|
825
815
|
MJEncryptionAlgorithmFormComponent,
|
|
@@ -834,17 +824,11 @@ export class GeneratedForms_SubModule_7 {
|
|
|
834
824
|
MJEntityAIActionFormComponent,
|
|
835
825
|
MJEntityCommunicationFieldFormComponent,
|
|
836
826
|
MJEntityCommunicationMessageTypeFormComponent,
|
|
837
|
-
MJEntityDocumentRunFormComponent
|
|
838
|
-
MJEntityDocumentSettingFormComponent,
|
|
839
|
-
MJEntityDocumentTypeFormComponent,
|
|
840
|
-
MJEntityDocumentFormComponent,
|
|
841
|
-
MJEntityFieldValueFormComponent,
|
|
842
|
-
MJEntityFieldFormComponent
|
|
827
|
+
MJEntityDocumentRunFormComponent
|
|
843
828
|
],
|
|
844
829
|
imports: [
|
|
845
830
|
CommonModule,
|
|
846
831
|
FormsModule,
|
|
847
|
-
LayoutModule,
|
|
848
832
|
BaseFormsModule,
|
|
849
833
|
EntityViewerModule,
|
|
850
834
|
LinkDirectivesModule
|
|
@@ -852,7 +836,12 @@ export class GeneratedForms_SubModule_7 {
|
|
|
852
836
|
exports: []
|
|
853
837
|
}]
|
|
854
838
|
}], null, null); })();
|
|
855
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
839
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJDuplicateRunDetailMatchFormComponent,
|
|
840
|
+
MJDuplicateRunDetailFormComponent,
|
|
841
|
+
MJDuplicateRunFormComponent,
|
|
842
|
+
MJEmployeeCompanyIntegrationFormComponent,
|
|
843
|
+
MJEmployeeRoleFormComponent,
|
|
844
|
+
MJEmployeeSkillFormComponent,
|
|
856
845
|
MJEmployeeFormComponent,
|
|
857
846
|
MJEncryptionAlgorithmFormComponent,
|
|
858
847
|
MJEncryptionKeySourceFormComponent,
|
|
@@ -866,14 +855,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
866
855
|
MJEntityAIActionFormComponent,
|
|
867
856
|
MJEntityCommunicationFieldFormComponent,
|
|
868
857
|
MJEntityCommunicationMessageTypeFormComponent,
|
|
869
|
-
MJEntityDocumentRunFormComponent,
|
|
870
|
-
MJEntityDocumentSettingFormComponent,
|
|
871
|
-
MJEntityDocumentTypeFormComponent,
|
|
872
|
-
MJEntityDocumentFormComponent,
|
|
873
|
-
MJEntityFieldValueFormComponent,
|
|
874
|
-
MJEntityFieldFormComponent], imports: [CommonModule,
|
|
858
|
+
MJEntityDocumentRunFormComponent], imports: [CommonModule,
|
|
875
859
|
FormsModule,
|
|
876
|
-
LayoutModule,
|
|
877
860
|
BaseFormsModule,
|
|
878
861
|
EntityViewerModule,
|
|
879
862
|
LinkDirectivesModule] }); })();
|
|
@@ -882,7 +865,6 @@ export class GeneratedForms_SubModule_8 {
|
|
|
882
865
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_8 }); }
|
|
883
866
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
884
867
|
FormsModule,
|
|
885
|
-
LayoutModule,
|
|
886
868
|
BaseFormsModule,
|
|
887
869
|
EntityViewerModule,
|
|
888
870
|
LinkDirectivesModule] }); }
|
|
@@ -891,6 +873,11 @@ export class GeneratedForms_SubModule_8 {
|
|
|
891
873
|
type: NgModule,
|
|
892
874
|
args: [{
|
|
893
875
|
declarations: [
|
|
876
|
+
MJEntityDocumentSettingFormComponent,
|
|
877
|
+
MJEntityDocumentTypeFormComponent,
|
|
878
|
+
MJEntityDocumentFormComponent,
|
|
879
|
+
MJEntityFieldValueFormComponent,
|
|
880
|
+
MJEntityFieldFormComponent,
|
|
894
881
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
895
882
|
MJEntityOrganicKeyFormComponent,
|
|
896
883
|
MJEntityPermissionFormComponent,
|
|
@@ -905,17 +892,11 @@ export class GeneratedForms_SubModule_8 {
|
|
|
905
892
|
MJFileEntityRecordLinkFormComponent,
|
|
906
893
|
MJFileStorageAccountFormComponent,
|
|
907
894
|
MJFileStorageProviderFormComponent,
|
|
908
|
-
MJFileFormComponent
|
|
909
|
-
MJGeneratedCodeCategoryFormComponent,
|
|
910
|
-
MJGeneratedCodeFormComponent,
|
|
911
|
-
MJIntegrationObjectFieldFormComponent,
|
|
912
|
-
MJIntegrationObjectFormComponent,
|
|
913
|
-
MJIntegrationSourceTypeFormComponent
|
|
895
|
+
MJFileFormComponent
|
|
914
896
|
],
|
|
915
897
|
imports: [
|
|
916
898
|
CommonModule,
|
|
917
899
|
FormsModule,
|
|
918
|
-
LayoutModule,
|
|
919
900
|
BaseFormsModule,
|
|
920
901
|
EntityViewerModule,
|
|
921
902
|
LinkDirectivesModule
|
|
@@ -923,7 +904,12 @@ export class GeneratedForms_SubModule_8 {
|
|
|
923
904
|
exports: []
|
|
924
905
|
}]
|
|
925
906
|
}], null, null); })();
|
|
926
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
907
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityDocumentSettingFormComponent,
|
|
908
|
+
MJEntityDocumentTypeFormComponent,
|
|
909
|
+
MJEntityDocumentFormComponent,
|
|
910
|
+
MJEntityFieldValueFormComponent,
|
|
911
|
+
MJEntityFieldFormComponent,
|
|
912
|
+
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
927
913
|
MJEntityOrganicKeyFormComponent,
|
|
928
914
|
MJEntityPermissionFormComponent,
|
|
929
915
|
MJEntityRecordDocumentFormComponent,
|
|
@@ -937,14 +923,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
937
923
|
MJFileEntityRecordLinkFormComponent,
|
|
938
924
|
MJFileStorageAccountFormComponent,
|
|
939
925
|
MJFileStorageProviderFormComponent,
|
|
940
|
-
MJFileFormComponent,
|
|
941
|
-
MJGeneratedCodeCategoryFormComponent,
|
|
942
|
-
MJGeneratedCodeFormComponent,
|
|
943
|
-
MJIntegrationObjectFieldFormComponent,
|
|
944
|
-
MJIntegrationObjectFormComponent,
|
|
945
|
-
MJIntegrationSourceTypeFormComponent], imports: [CommonModule,
|
|
926
|
+
MJFileFormComponent], imports: [CommonModule,
|
|
946
927
|
FormsModule,
|
|
947
|
-
LayoutModule,
|
|
948
928
|
BaseFormsModule,
|
|
949
929
|
EntityViewerModule,
|
|
950
930
|
LinkDirectivesModule] }); })();
|
|
@@ -953,7 +933,6 @@ export class GeneratedForms_SubModule_9 {
|
|
|
953
933
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_9 }); }
|
|
954
934
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
955
935
|
FormsModule,
|
|
956
|
-
LayoutModule,
|
|
957
936
|
BaseFormsModule,
|
|
958
937
|
EntityViewerModule,
|
|
959
938
|
LinkDirectivesModule] }); }
|
|
@@ -962,8 +941,14 @@ export class GeneratedForms_SubModule_9 {
|
|
|
962
941
|
type: NgModule,
|
|
963
942
|
args: [{
|
|
964
943
|
declarations: [
|
|
944
|
+
MJGeneratedCodeCategoryFormComponent,
|
|
945
|
+
MJGeneratedCodeFormComponent,
|
|
946
|
+
MJIntegrationObjectFieldFormComponent,
|
|
947
|
+
MJIntegrationObjectFormComponent,
|
|
948
|
+
MJIntegrationSourceTypeFormComponent,
|
|
965
949
|
MJIntegrationURLFormatFormComponent,
|
|
966
950
|
MJIntegrationFormComponent,
|
|
951
|
+
MJKnowledgeHubSavedSearchFormComponent,
|
|
967
952
|
MJLibraryFormComponent,
|
|
968
953
|
MJLibraryItemFormComponent,
|
|
969
954
|
MJListCategoryFormComponent,
|
|
@@ -975,18 +960,11 @@ export class GeneratedForms_SubModule_9 {
|
|
|
975
960
|
MJMCPServerConnectionToolFormComponent,
|
|
976
961
|
MJMCPServerConnectionFormComponent,
|
|
977
962
|
MJMCPServerToolFormComponent,
|
|
978
|
-
MJMCPServerFormComponent
|
|
979
|
-
MJMCPToolExecutionLogFormComponent,
|
|
980
|
-
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
981
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
982
|
-
MJOAuthClientRegistrationFormComponent,
|
|
983
|
-
MJOAuthTokenFormComponent,
|
|
984
|
-
MJOpenAppDependencyFormComponent
|
|
963
|
+
MJMCPServerFormComponent
|
|
985
964
|
],
|
|
986
965
|
imports: [
|
|
987
966
|
CommonModule,
|
|
988
967
|
FormsModule,
|
|
989
|
-
LayoutModule,
|
|
990
968
|
BaseFormsModule,
|
|
991
969
|
EntityViewerModule,
|
|
992
970
|
LinkDirectivesModule
|
|
@@ -994,8 +972,14 @@ export class GeneratedForms_SubModule_9 {
|
|
|
994
972
|
exports: []
|
|
995
973
|
}]
|
|
996
974
|
}], null, null); })();
|
|
997
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
975
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJGeneratedCodeCategoryFormComponent,
|
|
976
|
+
MJGeneratedCodeFormComponent,
|
|
977
|
+
MJIntegrationObjectFieldFormComponent,
|
|
978
|
+
MJIntegrationObjectFormComponent,
|
|
979
|
+
MJIntegrationSourceTypeFormComponent,
|
|
980
|
+
MJIntegrationURLFormatFormComponent,
|
|
998
981
|
MJIntegrationFormComponent,
|
|
982
|
+
MJKnowledgeHubSavedSearchFormComponent,
|
|
999
983
|
MJLibraryFormComponent,
|
|
1000
984
|
MJLibraryItemFormComponent,
|
|
1001
985
|
MJListCategoryFormComponent,
|
|
@@ -1007,15 +991,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1007
991
|
MJMCPServerConnectionToolFormComponent,
|
|
1008
992
|
MJMCPServerConnectionFormComponent,
|
|
1009
993
|
MJMCPServerToolFormComponent,
|
|
1010
|
-
MJMCPServerFormComponent,
|
|
1011
|
-
MJMCPToolExecutionLogFormComponent,
|
|
1012
|
-
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1013
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
1014
|
-
MJOAuthClientRegistrationFormComponent,
|
|
1015
|
-
MJOAuthTokenFormComponent,
|
|
1016
|
-
MJOpenAppDependencyFormComponent], imports: [CommonModule,
|
|
994
|
+
MJMCPServerFormComponent], imports: [CommonModule,
|
|
1017
995
|
FormsModule,
|
|
1018
|
-
LayoutModule,
|
|
1019
996
|
BaseFormsModule,
|
|
1020
997
|
EntityViewerModule,
|
|
1021
998
|
LinkDirectivesModule] }); })();
|
|
@@ -1024,7 +1001,6 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1024
1001
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_10 }); }
|
|
1025
1002
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1026
1003
|
FormsModule,
|
|
1027
|
-
LayoutModule,
|
|
1028
1004
|
BaseFormsModule,
|
|
1029
1005
|
EntityViewerModule,
|
|
1030
1006
|
LinkDirectivesModule] }); }
|
|
@@ -1033,6 +1009,12 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1033
1009
|
type: NgModule,
|
|
1034
1010
|
args: [{
|
|
1035
1011
|
declarations: [
|
|
1012
|
+
MJMCPToolExecutionLogFormComponent,
|
|
1013
|
+
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1014
|
+
MJOAuthAuthorizationStateFormComponent,
|
|
1015
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1016
|
+
MJOAuthTokenFormComponent,
|
|
1017
|
+
MJOpenAppDependencyFormComponent,
|
|
1036
1018
|
MJOpenAppInstallHistoryFormComponent,
|
|
1037
1019
|
MJOpenAppFormComponent,
|
|
1038
1020
|
MJOutputDeliveryTypeFormComponent,
|
|
@@ -1046,18 +1028,11 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1046
1028
|
MJQueryEntityFormComponent,
|
|
1047
1029
|
MJQueryFieldFormComponent,
|
|
1048
1030
|
MJQueryParameterFormComponent,
|
|
1049
|
-
MJQueryPermissionFormComponent
|
|
1050
|
-
MJQuerySQLFormComponent,
|
|
1051
|
-
MJQueueTaskFormComponent,
|
|
1052
|
-
MJQueueTypeFormComponent,
|
|
1053
|
-
MJQueueFormComponent,
|
|
1054
|
-
MJRecommendationItemFormComponent,
|
|
1055
|
-
MJRecommendationProviderFormComponent
|
|
1031
|
+
MJQueryPermissionFormComponent
|
|
1056
1032
|
],
|
|
1057
1033
|
imports: [
|
|
1058
1034
|
CommonModule,
|
|
1059
1035
|
FormsModule,
|
|
1060
|
-
LayoutModule,
|
|
1061
1036
|
BaseFormsModule,
|
|
1062
1037
|
EntityViewerModule,
|
|
1063
1038
|
LinkDirectivesModule
|
|
@@ -1065,7 +1040,13 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1065
1040
|
exports: []
|
|
1066
1041
|
}]
|
|
1067
1042
|
}], null, null); })();
|
|
1068
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1043
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJMCPToolExecutionLogFormComponent,
|
|
1044
|
+
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1045
|
+
MJOAuthAuthorizationStateFormComponent,
|
|
1046
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1047
|
+
MJOAuthTokenFormComponent,
|
|
1048
|
+
MJOpenAppDependencyFormComponent,
|
|
1049
|
+
MJOpenAppInstallHistoryFormComponent,
|
|
1069
1050
|
MJOpenAppFormComponent,
|
|
1070
1051
|
MJOutputDeliveryTypeFormComponent,
|
|
1071
1052
|
MJOutputFormatTypeFormComponent,
|
|
@@ -1078,15 +1059,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1078
1059
|
MJQueryEntityFormComponent,
|
|
1079
1060
|
MJQueryFieldFormComponent,
|
|
1080
1061
|
MJQueryParameterFormComponent,
|
|
1081
|
-
MJQueryPermissionFormComponent,
|
|
1082
|
-
MJQuerySQLFormComponent,
|
|
1083
|
-
MJQueueTaskFormComponent,
|
|
1084
|
-
MJQueueTypeFormComponent,
|
|
1085
|
-
MJQueueFormComponent,
|
|
1086
|
-
MJRecommendationItemFormComponent,
|
|
1087
|
-
MJRecommendationProviderFormComponent], imports: [CommonModule,
|
|
1062
|
+
MJQueryPermissionFormComponent], imports: [CommonModule,
|
|
1088
1063
|
FormsModule,
|
|
1089
|
-
LayoutModule,
|
|
1090
1064
|
BaseFormsModule,
|
|
1091
1065
|
EntityViewerModule,
|
|
1092
1066
|
LinkDirectivesModule] }); })();
|
|
@@ -1095,7 +1069,6 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1095
1069
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_11 }); }
|
|
1096
1070
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1097
1071
|
FormsModule,
|
|
1098
|
-
LayoutModule,
|
|
1099
1072
|
BaseFormsModule,
|
|
1100
1073
|
EntityViewerModule,
|
|
1101
1074
|
LinkDirectivesModule] }); }
|
|
@@ -1104,6 +1077,12 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1104
1077
|
type: NgModule,
|
|
1105
1078
|
args: [{
|
|
1106
1079
|
declarations: [
|
|
1080
|
+
MJQuerySQLFormComponent,
|
|
1081
|
+
MJQueueTaskFormComponent,
|
|
1082
|
+
MJQueueTypeFormComponent,
|
|
1083
|
+
MJQueueFormComponent,
|
|
1084
|
+
MJRecommendationItemFormComponent,
|
|
1085
|
+
MJRecommendationProviderFormComponent,
|
|
1107
1086
|
MJRecommendationRunFormComponent,
|
|
1108
1087
|
MJRecommendationFormComponent,
|
|
1109
1088
|
MJRecordChangeReplayRunFormComponent,
|
|
@@ -1117,18 +1096,11 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1117
1096
|
MJReportVersionFormComponent,
|
|
1118
1097
|
MJReportFormComponent,
|
|
1119
1098
|
MJResourceLinkFormComponent,
|
|
1120
|
-
MJResourcePermissionFormComponent
|
|
1121
|
-
MJResourceTypeFormComponent,
|
|
1122
|
-
MJRoleFormComponent,
|
|
1123
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1124
|
-
MJScheduledActionParamFormComponent,
|
|
1125
|
-
MJScheduledActionFormComponent,
|
|
1126
|
-
MJScheduledJobRunFormComponent
|
|
1099
|
+
MJResourcePermissionFormComponent
|
|
1127
1100
|
],
|
|
1128
1101
|
imports: [
|
|
1129
1102
|
CommonModule,
|
|
1130
1103
|
FormsModule,
|
|
1131
|
-
LayoutModule,
|
|
1132
1104
|
BaseFormsModule,
|
|
1133
1105
|
EntityViewerModule,
|
|
1134
1106
|
LinkDirectivesModule
|
|
@@ -1136,7 +1108,13 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1136
1108
|
exports: []
|
|
1137
1109
|
}]
|
|
1138
1110
|
}], null, null); })();
|
|
1139
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1111
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJQuerySQLFormComponent,
|
|
1112
|
+
MJQueueTaskFormComponent,
|
|
1113
|
+
MJQueueTypeFormComponent,
|
|
1114
|
+
MJQueueFormComponent,
|
|
1115
|
+
MJRecommendationItemFormComponent,
|
|
1116
|
+
MJRecommendationProviderFormComponent,
|
|
1117
|
+
MJRecommendationRunFormComponent,
|
|
1140
1118
|
MJRecommendationFormComponent,
|
|
1141
1119
|
MJRecordChangeReplayRunFormComponent,
|
|
1142
1120
|
MJRecordChangeFormComponent,
|
|
@@ -1149,15 +1127,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1149
1127
|
MJReportVersionFormComponent,
|
|
1150
1128
|
MJReportFormComponent,
|
|
1151
1129
|
MJResourceLinkFormComponent,
|
|
1152
|
-
MJResourcePermissionFormComponent,
|
|
1153
|
-
MJResourceTypeFormComponent,
|
|
1154
|
-
MJRoleFormComponent,
|
|
1155
|
-
MJRowLevelSecurityFilterFormComponent,
|
|
1156
|
-
MJScheduledActionParamFormComponent,
|
|
1157
|
-
MJScheduledActionFormComponent,
|
|
1158
|
-
MJScheduledJobRunFormComponent], imports: [CommonModule,
|
|
1130
|
+
MJResourcePermissionFormComponent], imports: [CommonModule,
|
|
1159
1131
|
FormsModule,
|
|
1160
|
-
LayoutModule,
|
|
1161
1132
|
BaseFormsModule,
|
|
1162
1133
|
EntityViewerModule,
|
|
1163
1134
|
LinkDirectivesModule] }); })();
|
|
@@ -1166,7 +1137,6 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1166
1137
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_12 }); }
|
|
1167
1138
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1168
1139
|
FormsModule,
|
|
1169
|
-
LayoutModule,
|
|
1170
1140
|
BaseFormsModule,
|
|
1171
1141
|
EntityViewerModule,
|
|
1172
1142
|
LinkDirectivesModule] }); }
|
|
@@ -1175,31 +1145,30 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1175
1145
|
type: NgModule,
|
|
1176
1146
|
args: [{
|
|
1177
1147
|
declarations: [
|
|
1148
|
+
MJResourceTypeFormComponent,
|
|
1149
|
+
MJRoleFormComponent,
|
|
1150
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1151
|
+
MJScheduledActionParamFormComponent,
|
|
1152
|
+
MJScheduledActionFormComponent,
|
|
1153
|
+
MJScheduledJobRunFormComponent,
|
|
1178
1154
|
MJScheduledJobTypeFormComponent,
|
|
1179
1155
|
MJScheduledJobFormComponent,
|
|
1180
1156
|
MJSchemaInfoFormComponent,
|
|
1181
1157
|
MJSkillFormComponent,
|
|
1182
1158
|
MJSQLDialectFormComponent,
|
|
1159
|
+
MJTagAuditLogFormComponent,
|
|
1160
|
+
MJTagCoOccurrenceFormComponent,
|
|
1183
1161
|
MJTaggedItemFormComponent,
|
|
1184
1162
|
MJTagFormComponent,
|
|
1185
1163
|
MJTaskDependencyFormComponent,
|
|
1186
1164
|
MJTaskTypeFormComponent,
|
|
1187
1165
|
MJTaskFormComponent,
|
|
1188
1166
|
MJTemplateCategoryFormComponent,
|
|
1189
|
-
MJTemplateContentTypeFormComponent
|
|
1190
|
-
MJTemplateContentFormComponent,
|
|
1191
|
-
MJTemplateParamFormComponent,
|
|
1192
|
-
MJTemplateFormComponent,
|
|
1193
|
-
MJTestRubricFormComponent,
|
|
1194
|
-
MJTestRunFeedbackFormComponent,
|
|
1195
|
-
MJTestRunOutputTypeFormComponent,
|
|
1196
|
-
MJTestRunOutputFormComponent,
|
|
1197
|
-
MJTestRunFormComponent
|
|
1167
|
+
MJTemplateContentTypeFormComponent
|
|
1198
1168
|
],
|
|
1199
1169
|
imports: [
|
|
1200
1170
|
CommonModule,
|
|
1201
1171
|
FormsModule,
|
|
1202
|
-
LayoutModule,
|
|
1203
1172
|
BaseFormsModule,
|
|
1204
1173
|
EntityViewerModule,
|
|
1205
1174
|
LinkDirectivesModule
|
|
@@ -1207,28 +1176,27 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1207
1176
|
exports: []
|
|
1208
1177
|
}]
|
|
1209
1178
|
}], null, null); })();
|
|
1210
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1179
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJResourceTypeFormComponent,
|
|
1180
|
+
MJRoleFormComponent,
|
|
1181
|
+
MJRowLevelSecurityFilterFormComponent,
|
|
1182
|
+
MJScheduledActionParamFormComponent,
|
|
1183
|
+
MJScheduledActionFormComponent,
|
|
1184
|
+
MJScheduledJobRunFormComponent,
|
|
1185
|
+
MJScheduledJobTypeFormComponent,
|
|
1211
1186
|
MJScheduledJobFormComponent,
|
|
1212
1187
|
MJSchemaInfoFormComponent,
|
|
1213
1188
|
MJSkillFormComponent,
|
|
1214
1189
|
MJSQLDialectFormComponent,
|
|
1190
|
+
MJTagAuditLogFormComponent,
|
|
1191
|
+
MJTagCoOccurrenceFormComponent,
|
|
1215
1192
|
MJTaggedItemFormComponent,
|
|
1216
1193
|
MJTagFormComponent,
|
|
1217
1194
|
MJTaskDependencyFormComponent,
|
|
1218
1195
|
MJTaskTypeFormComponent,
|
|
1219
1196
|
MJTaskFormComponent,
|
|
1220
1197
|
MJTemplateCategoryFormComponent,
|
|
1221
|
-
MJTemplateContentTypeFormComponent,
|
|
1222
|
-
MJTemplateContentFormComponent,
|
|
1223
|
-
MJTemplateParamFormComponent,
|
|
1224
|
-
MJTemplateFormComponent,
|
|
1225
|
-
MJTestRubricFormComponent,
|
|
1226
|
-
MJTestRunFeedbackFormComponent,
|
|
1227
|
-
MJTestRunOutputTypeFormComponent,
|
|
1228
|
-
MJTestRunOutputFormComponent,
|
|
1229
|
-
MJTestRunFormComponent], imports: [CommonModule,
|
|
1198
|
+
MJTemplateContentTypeFormComponent], imports: [CommonModule,
|
|
1230
1199
|
FormsModule,
|
|
1231
|
-
LayoutModule,
|
|
1232
1200
|
BaseFormsModule,
|
|
1233
1201
|
EntityViewerModule,
|
|
1234
1202
|
LinkDirectivesModule] }); })();
|
|
@@ -1237,7 +1205,6 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1237
1205
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
|
|
1238
1206
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1239
1207
|
FormsModule,
|
|
1240
|
-
LayoutModule,
|
|
1241
1208
|
BaseFormsModule,
|
|
1242
1209
|
EntityViewerModule,
|
|
1243
1210
|
LinkDirectivesModule] }); }
|
|
@@ -1246,6 +1213,14 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1246
1213
|
type: NgModule,
|
|
1247
1214
|
args: [{
|
|
1248
1215
|
declarations: [
|
|
1216
|
+
MJTemplateContentFormComponent,
|
|
1217
|
+
MJTemplateParamFormComponent,
|
|
1218
|
+
MJTemplateFormComponent,
|
|
1219
|
+
MJTestRubricFormComponent,
|
|
1220
|
+
MJTestRunFeedbackFormComponent,
|
|
1221
|
+
MJTestRunOutputTypeFormComponent,
|
|
1222
|
+
MJTestRunOutputFormComponent,
|
|
1223
|
+
MJTestRunFormComponent,
|
|
1249
1224
|
MJTestSuiteRunFormComponent,
|
|
1250
1225
|
MJTestSuiteTestFormComponent,
|
|
1251
1226
|
MJTestSuiteFormComponent,
|
|
@@ -1257,20 +1232,11 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1257
1232
|
MJUserNotificationPreferenceFormComponent,
|
|
1258
1233
|
MJUserNotificationTypeFormComponent,
|
|
1259
1234
|
MJUserNotificationFormComponent,
|
|
1260
|
-
MJUserRecordLogFormComponent
|
|
1261
|
-
MJUserRoleFormComponent,
|
|
1262
|
-
MJUserSettingFormComponent,
|
|
1263
|
-
MJUserViewCategoryFormComponent,
|
|
1264
|
-
MJUserViewRunDetailFormComponent,
|
|
1265
|
-
MJUserViewRunFormComponent,
|
|
1266
|
-
MJUserViewFormComponent,
|
|
1267
|
-
MJUserFormComponent,
|
|
1268
|
-
MJVectorDatabaseFormComponent
|
|
1235
|
+
MJUserRecordLogFormComponent
|
|
1269
1236
|
],
|
|
1270
1237
|
imports: [
|
|
1271
1238
|
CommonModule,
|
|
1272
1239
|
FormsModule,
|
|
1273
|
-
LayoutModule,
|
|
1274
1240
|
BaseFormsModule,
|
|
1275
1241
|
EntityViewerModule,
|
|
1276
1242
|
LinkDirectivesModule
|
|
@@ -1278,7 +1244,15 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1278
1244
|
exports: []
|
|
1279
1245
|
}]
|
|
1280
1246
|
}], null, null); })();
|
|
1281
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1247
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJTemplateContentFormComponent,
|
|
1248
|
+
MJTemplateParamFormComponent,
|
|
1249
|
+
MJTemplateFormComponent,
|
|
1250
|
+
MJTestRubricFormComponent,
|
|
1251
|
+
MJTestRunFeedbackFormComponent,
|
|
1252
|
+
MJTestRunOutputTypeFormComponent,
|
|
1253
|
+
MJTestRunOutputFormComponent,
|
|
1254
|
+
MJTestRunFormComponent,
|
|
1255
|
+
MJTestSuiteRunFormComponent,
|
|
1282
1256
|
MJTestSuiteTestFormComponent,
|
|
1283
1257
|
MJTestSuiteFormComponent,
|
|
1284
1258
|
MJTestTypeFormComponent,
|
|
@@ -1289,17 +1263,8 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1289
1263
|
MJUserNotificationPreferenceFormComponent,
|
|
1290
1264
|
MJUserNotificationTypeFormComponent,
|
|
1291
1265
|
MJUserNotificationFormComponent,
|
|
1292
|
-
MJUserRecordLogFormComponent,
|
|
1293
|
-
MJUserRoleFormComponent,
|
|
1294
|
-
MJUserSettingFormComponent,
|
|
1295
|
-
MJUserViewCategoryFormComponent,
|
|
1296
|
-
MJUserViewRunDetailFormComponent,
|
|
1297
|
-
MJUserViewRunFormComponent,
|
|
1298
|
-
MJUserViewFormComponent,
|
|
1299
|
-
MJUserFormComponent,
|
|
1300
|
-
MJVectorDatabaseFormComponent], imports: [CommonModule,
|
|
1266
|
+
MJUserRecordLogFormComponent], imports: [CommonModule,
|
|
1301
1267
|
FormsModule,
|
|
1302
|
-
LayoutModule,
|
|
1303
1268
|
BaseFormsModule,
|
|
1304
1269
|
EntityViewerModule,
|
|
1305
1270
|
LinkDirectivesModule] }); })();
|
|
@@ -1308,7 +1273,6 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1308
1273
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_14 }); }
|
|
1309
1274
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1310
1275
|
FormsModule,
|
|
1311
|
-
LayoutModule,
|
|
1312
1276
|
BaseFormsModule,
|
|
1313
1277
|
EntityViewerModule,
|
|
1314
1278
|
LinkDirectivesModule] }); }
|
|
@@ -1317,6 +1281,14 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1317
1281
|
type: NgModule,
|
|
1318
1282
|
args: [{
|
|
1319
1283
|
declarations: [
|
|
1284
|
+
MJUserRoleFormComponent,
|
|
1285
|
+
MJUserSettingFormComponent,
|
|
1286
|
+
MJUserViewCategoryFormComponent,
|
|
1287
|
+
MJUserViewRunDetailFormComponent,
|
|
1288
|
+
MJUserViewRunFormComponent,
|
|
1289
|
+
MJUserViewFormComponent,
|
|
1290
|
+
MJUserFormComponent,
|
|
1291
|
+
MJVectorDatabaseFormComponent,
|
|
1320
1292
|
MJVectorIndexFormComponent,
|
|
1321
1293
|
MJVersionInstallationFormComponent,
|
|
1322
1294
|
MJVersionLabelItemFormComponent,
|
|
@@ -1331,7 +1303,6 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1331
1303
|
imports: [
|
|
1332
1304
|
CommonModule,
|
|
1333
1305
|
FormsModule,
|
|
1334
|
-
LayoutModule,
|
|
1335
1306
|
BaseFormsModule,
|
|
1336
1307
|
EntityViewerModule,
|
|
1337
1308
|
LinkDirectivesModule
|
|
@@ -1339,7 +1310,15 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1339
1310
|
exports: []
|
|
1340
1311
|
}]
|
|
1341
1312
|
}], null, null); })();
|
|
1342
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1313
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJUserRoleFormComponent,
|
|
1314
|
+
MJUserSettingFormComponent,
|
|
1315
|
+
MJUserViewCategoryFormComponent,
|
|
1316
|
+
MJUserViewRunDetailFormComponent,
|
|
1317
|
+
MJUserViewRunFormComponent,
|
|
1318
|
+
MJUserViewFormComponent,
|
|
1319
|
+
MJUserFormComponent,
|
|
1320
|
+
MJVectorDatabaseFormComponent,
|
|
1321
|
+
MJVectorIndexFormComponent,
|
|
1343
1322
|
MJVersionInstallationFormComponent,
|
|
1344
1323
|
MJVersionLabelItemFormComponent,
|
|
1345
1324
|
MJVersionLabelRestoreFormComponent,
|
|
@@ -1350,7 +1329,6 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1350
1329
|
MJWorkspaceItemFormComponent,
|
|
1351
1330
|
MJWorkspaceFormComponent], imports: [CommonModule,
|
|
1352
1331
|
FormsModule,
|
|
1353
|
-
LayoutModule,
|
|
1354
1332
|
BaseFormsModule,
|
|
1355
1333
|
EntityViewerModule,
|
|
1356
1334
|
LinkDirectivesModule] }); })();
|