@memberjunction/ng-core-entity-forms 2.103.0 → 2.105.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/agent-permissions-dialog.component.d.ts +60 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +790 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +5 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +457 -433
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +218 -190
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +45 -44
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +3 -0
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +46 -16
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +53 -4
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js +120 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js +176 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js +14 -5
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js +16 -7
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +34 -4
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js +51 -4
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +29 -8
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js +31 -4
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js +59 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js +127 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Authorization/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Authorization/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Authorization/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +25 -5
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js +53 -4
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +59 -0
- package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js +111 -0
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +7 -7
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Project/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Project/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Project/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Role/role.form.component.js +13 -3
- package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Skill/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Skill/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Skill/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Tag/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Tag/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Tag/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Task/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Task/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Task/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +32 -12
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +342 -329
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +287 -198
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -128,6 +128,8 @@ import { ListCategoryFormComponent, LoadListCategoryFormComponent } from "./Enti
|
|
|
128
128
|
import { ListDetailFormComponent, LoadListDetailFormComponent } from "./Entities/ListDetail/listdetail.form.component";
|
|
129
129
|
import { ListFormComponent, LoadListFormComponent } from "./Entities/List/list.form.component";
|
|
130
130
|
import { AccessControlRuleFormComponent, LoadAccessControlRuleFormComponent } from "./Entities/AccessControlRule/accesscontrolrule.form.component";
|
|
131
|
+
import { AIAgentArtifactTypeFormComponent, LoadAIAgentArtifactTypeFormComponent } from "./Entities/AIAgentArtifactType/aiagentartifacttype.form.component";
|
|
132
|
+
import { AIAgentPermissionFormComponent, LoadAIAgentPermissionFormComponent } from "./Entities/AIAgentPermission/aiagentpermission.form.component";
|
|
131
133
|
import { AIAgentPromptFormComponent, LoadAIAgentPromptFormComponent } from "./Entities/AIAgentPrompt/aiagentprompt.form.component";
|
|
132
134
|
import { AIAgentRelationshipFormComponent, LoadAIAgentRelationshipFormComponent } from "./Entities/AIAgentRelationship/aiagentrelationship.form.component";
|
|
133
135
|
import { AIAgentRunStepFormComponent, LoadAIAgentRunStepFormComponent } from "./Entities/AIAgentRunStep/aiagentrunstep.form.component";
|
|
@@ -147,6 +149,7 @@ import { AIVendorTypeDefinitionFormComponent, LoadAIVendorTypeDefinitionFormComp
|
|
|
147
149
|
import { AIVendorTypeFormComponent, LoadAIVendorTypeFormComponent } from "./Entities/AIVendorType/aivendortype.form.component";
|
|
148
150
|
import { AIVendorFormComponent, LoadAIVendorFormComponent } from "./Entities/AIVendor/aivendor.form.component";
|
|
149
151
|
import { ArtifactTypeFormComponent, LoadArtifactTypeFormComponent } from "./Entities/ArtifactType/artifacttype.form.component";
|
|
152
|
+
import { ArtifactVersionAttributeFormComponent, LoadArtifactVersionAttributeFormComponent } from "./Entities/ArtifactVersionAttribute/artifactversionattribute.form.component";
|
|
150
153
|
import { ArtifactVersionFormComponent, LoadArtifactVersionFormComponent } from "./Entities/ArtifactVersion/artifactversion.form.component";
|
|
151
154
|
import { ArtifactFormComponent, LoadArtifactFormComponent } from "./Entities/Artifact/artifact.form.component";
|
|
152
155
|
import { CollectionArtifactFormComponent, LoadCollectionArtifactFormComponent } from "./Entities/CollectionArtifact/collectionartifact.form.component";
|
|
@@ -159,6 +162,7 @@ import { ComponentFormComponent, LoadComponentFormComponent } from "./Entities/C
|
|
|
159
162
|
import { ConversationArtifactPermissionFormComponent, LoadConversationArtifactPermissionFormComponent } from "./Entities/ConversationArtifactPermission/conversationartifactpermission.form.component";
|
|
160
163
|
import { ConversationArtifactVersionFormComponent, LoadConversationArtifactVersionFormComponent } from "./Entities/ConversationArtifactVersion/conversationartifactversion.form.component";
|
|
161
164
|
import { ConversationArtifactFormComponent, LoadConversationArtifactFormComponent } from "./Entities/ConversationArtifact/conversationartifact.form.component";
|
|
165
|
+
import { ConversationDetailArtifactFormComponent, LoadConversationDetailArtifactFormComponent } from "./Entities/ConversationDetailArtifact/conversationdetailartifact.form.component";
|
|
162
166
|
import { DashboardUserPreferenceFormComponent, LoadDashboardUserPreferenceFormComponent } from "./Entities/DashboardUserPreference/dashboarduserpreference.form.component";
|
|
163
167
|
import { DashboardUserStateFormComponent, LoadDashboardUserStateFormComponent } from "./Entities/DashboardUserState/dashboarduserstate.form.component";
|
|
164
168
|
import { EnvironmentFormComponent, LoadEnvironmentFormComponent } from "./Entities/Environment/environment.form.component";
|
|
@@ -340,6 +344,8 @@ import { ListCategoryDetailsComponent, LoadListCategoryDetailsComponent } from "
|
|
|
340
344
|
import { ListDetailDetailsComponent, LoadListDetailDetailsComponent } from "./Entities/ListDetail/sections/details.component";
|
|
341
345
|
import { ListDetailsComponent, LoadListDetailsComponent } from "./Entities/List/sections/details.component";
|
|
342
346
|
import { AccessControlRuleDetailsComponent, LoadAccessControlRuleDetailsComponent } from "./Entities/AccessControlRule/sections/details.component";
|
|
347
|
+
import { AIAgentArtifactTypeDetailsComponent, LoadAIAgentArtifactTypeDetailsComponent } from "./Entities/AIAgentArtifactType/sections/details.component";
|
|
348
|
+
import { AIAgentPermissionDetailsComponent, LoadAIAgentPermissionDetailsComponent } from "./Entities/AIAgentPermission/sections/details.component";
|
|
343
349
|
import { AIAgentPromptDetailsComponent, LoadAIAgentPromptDetailsComponent } from "./Entities/AIAgentPrompt/sections/details.component";
|
|
344
350
|
import { AIAgentRelationshipDetailsComponent, LoadAIAgentRelationshipDetailsComponent } from "./Entities/AIAgentRelationship/sections/details.component";
|
|
345
351
|
import { AIAgentRunStepDetailsComponent, LoadAIAgentRunStepDetailsComponent } from "./Entities/AIAgentRunStep/sections/details.component";
|
|
@@ -359,6 +365,7 @@ import { AIVendorTypeDefinitionDetailsComponent, LoadAIVendorTypeDefinitionDetai
|
|
|
359
365
|
import { AIVendorTypeDetailsComponent, LoadAIVendorTypeDetailsComponent } from "./Entities/AIVendorType/sections/details.component";
|
|
360
366
|
import { AIVendorDetailsComponent, LoadAIVendorDetailsComponent } from "./Entities/AIVendor/sections/details.component";
|
|
361
367
|
import { ArtifactTypeDetailsComponent, LoadArtifactTypeDetailsComponent } from "./Entities/ArtifactType/sections/details.component";
|
|
368
|
+
import { ArtifactVersionAttributeDetailsComponent, LoadArtifactVersionAttributeDetailsComponent } from "./Entities/ArtifactVersionAttribute/sections/details.component";
|
|
362
369
|
import { ArtifactVersionDetailsComponent, LoadArtifactVersionDetailsComponent } from "./Entities/ArtifactVersion/sections/details.component";
|
|
363
370
|
import { ArtifactDetailsComponent, LoadArtifactDetailsComponent } from "./Entities/Artifact/sections/details.component";
|
|
364
371
|
import { CollectionArtifactDetailsComponent, LoadCollectionArtifactDetailsComponent } from "./Entities/CollectionArtifact/sections/details.component";
|
|
@@ -371,6 +378,7 @@ import { ComponentDetailsComponent, LoadComponentDetailsComponent } from "./Enti
|
|
|
371
378
|
import { ConversationArtifactPermissionDetailsComponent, LoadConversationArtifactPermissionDetailsComponent } from "./Entities/ConversationArtifactPermission/sections/details.component";
|
|
372
379
|
import { ConversationArtifactVersionDetailsComponent, LoadConversationArtifactVersionDetailsComponent } from "./Entities/ConversationArtifactVersion/sections/details.component";
|
|
373
380
|
import { ConversationArtifactDetailsComponent, LoadConversationArtifactDetailsComponent } from "./Entities/ConversationArtifact/sections/details.component";
|
|
381
|
+
import { ConversationDetailArtifactDetailsComponent, LoadConversationDetailArtifactDetailsComponent } from "./Entities/ConversationDetailArtifact/sections/details.component";
|
|
374
382
|
import { DashboardUserPreferenceDetailsComponent, LoadDashboardUserPreferenceDetailsComponent } from "./Entities/DashboardUserPreference/sections/details.component";
|
|
375
383
|
import { DashboardUserStateDetailsComponent, LoadDashboardUserStateDetailsComponent } from "./Entities/DashboardUserState/sections/details.component";
|
|
376
384
|
import { EnvironmentDetailsComponent, LoadEnvironmentDetailsComponent } from "./Entities/Environment/sections/details.component";
|
|
@@ -963,6 +971,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
963
971
|
ListDetailFormComponent,
|
|
964
972
|
ListFormComponent,
|
|
965
973
|
AccessControlRuleFormComponent,
|
|
974
|
+
AIAgentArtifactTypeFormComponent,
|
|
975
|
+
AIAgentPermissionFormComponent,
|
|
966
976
|
AIAgentPromptFormComponent,
|
|
967
977
|
AIAgentRelationshipFormComponent,
|
|
968
978
|
AIAgentRunStepFormComponent,
|
|
@@ -975,9 +985,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
975
985
|
AIModelCostFormComponent,
|
|
976
986
|
AIModelPriceTypeFormComponent,
|
|
977
987
|
AIModelPriceUnitTypeFormComponent,
|
|
978
|
-
AIModelVendorFormComponent
|
|
979
|
-
AIPromptModelFormComponent,
|
|
980
|
-
AIPromptRunFormComponent
|
|
988
|
+
AIModelVendorFormComponent
|
|
981
989
|
],
|
|
982
990
|
imports: [
|
|
983
991
|
CommonModule,
|
|
@@ -1004,6 +1012,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
1004
1012
|
ListDetailFormComponent,
|
|
1005
1013
|
ListFormComponent,
|
|
1006
1014
|
AccessControlRuleFormComponent,
|
|
1015
|
+
AIAgentArtifactTypeFormComponent,
|
|
1016
|
+
AIAgentPermissionFormComponent,
|
|
1007
1017
|
AIAgentPromptFormComponent,
|
|
1008
1018
|
AIAgentRelationshipFormComponent,
|
|
1009
1019
|
AIAgentRunStepFormComponent,
|
|
@@ -1016,9 +1026,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
1016
1026
|
AIModelCostFormComponent,
|
|
1017
1027
|
AIModelPriceTypeFormComponent,
|
|
1018
1028
|
AIModelPriceUnitTypeFormComponent,
|
|
1019
|
-
AIModelVendorFormComponent,
|
|
1020
|
-
AIPromptModelFormComponent,
|
|
1021
|
-
AIPromptRunFormComponent], imports: [CommonModule,
|
|
1029
|
+
AIModelVendorFormComponent], imports: [CommonModule,
|
|
1022
1030
|
FormsModule,
|
|
1023
1031
|
LayoutModule,
|
|
1024
1032
|
InputsModule,
|
|
@@ -1056,10 +1064,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1056
1064
|
type: NgModule,
|
|
1057
1065
|
args: [{
|
|
1058
1066
|
declarations: [
|
|
1067
|
+
AIPromptModelFormComponent,
|
|
1068
|
+
AIPromptRunFormComponent,
|
|
1059
1069
|
AIVendorTypeDefinitionFormComponent,
|
|
1060
1070
|
AIVendorTypeFormComponent,
|
|
1061
1071
|
AIVendorFormComponent,
|
|
1062
1072
|
ArtifactTypeFormComponent,
|
|
1073
|
+
ArtifactVersionAttributeFormComponent,
|
|
1063
1074
|
ArtifactVersionFormComponent,
|
|
1064
1075
|
ArtifactFormComponent,
|
|
1065
1076
|
CollectionArtifactFormComponent,
|
|
@@ -1072,10 +1083,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1072
1083
|
ConversationArtifactPermissionFormComponent,
|
|
1073
1084
|
ConversationArtifactVersionFormComponent,
|
|
1074
1085
|
ConversationArtifactFormComponent,
|
|
1075
|
-
|
|
1076
|
-
DashboardUserStateFormComponent,
|
|
1077
|
-
EnvironmentFormComponent,
|
|
1078
|
-
ProjectFormComponent
|
|
1086
|
+
ConversationDetailArtifactFormComponent
|
|
1079
1087
|
],
|
|
1080
1088
|
imports: [
|
|
1081
1089
|
CommonModule,
|
|
@@ -1097,10 +1105,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1097
1105
|
exports: []
|
|
1098
1106
|
}]
|
|
1099
1107
|
}], null, null); })();
|
|
1100
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
1108
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIPromptModelFormComponent,
|
|
1109
|
+
AIPromptRunFormComponent,
|
|
1110
|
+
AIVendorTypeDefinitionFormComponent,
|
|
1101
1111
|
AIVendorTypeFormComponent,
|
|
1102
1112
|
AIVendorFormComponent,
|
|
1103
1113
|
ArtifactTypeFormComponent,
|
|
1114
|
+
ArtifactVersionAttributeFormComponent,
|
|
1104
1115
|
ArtifactVersionFormComponent,
|
|
1105
1116
|
ArtifactFormComponent,
|
|
1106
1117
|
CollectionArtifactFormComponent,
|
|
@@ -1113,10 +1124,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1113
1124
|
ConversationArtifactPermissionFormComponent,
|
|
1114
1125
|
ConversationArtifactVersionFormComponent,
|
|
1115
1126
|
ConversationArtifactFormComponent,
|
|
1116
|
-
|
|
1117
|
-
DashboardUserStateFormComponent,
|
|
1118
|
-
EnvironmentFormComponent,
|
|
1119
|
-
ProjectFormComponent], imports: [CommonModule,
|
|
1127
|
+
ConversationDetailArtifactFormComponent], imports: [CommonModule,
|
|
1120
1128
|
FormsModule,
|
|
1121
1129
|
LayoutModule,
|
|
1122
1130
|
InputsModule,
|
|
@@ -1154,6 +1162,10 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1154
1162
|
type: NgModule,
|
|
1155
1163
|
args: [{
|
|
1156
1164
|
declarations: [
|
|
1165
|
+
DashboardUserPreferenceFormComponent,
|
|
1166
|
+
DashboardUserStateFormComponent,
|
|
1167
|
+
EnvironmentFormComponent,
|
|
1168
|
+
ProjectFormComponent,
|
|
1157
1169
|
PublicLinkFormComponent,
|
|
1158
1170
|
QueryParameterFormComponent,
|
|
1159
1171
|
RecordLinkFormComponent,
|
|
@@ -1169,11 +1181,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1169
1181
|
QueryCategoryFormComponent,
|
|
1170
1182
|
QueryEntityFormComponent,
|
|
1171
1183
|
QueryFieldFormComponent,
|
|
1172
|
-
QueryPermissionFormComponent
|
|
1173
|
-
QueueTaskFormComponent,
|
|
1174
|
-
QueueTypeFormComponent,
|
|
1175
|
-
QueueFormComponent,
|
|
1176
|
-
RecommendationItemFormComponent
|
|
1184
|
+
QueryPermissionFormComponent
|
|
1177
1185
|
],
|
|
1178
1186
|
imports: [
|
|
1179
1187
|
CommonModule,
|
|
@@ -1195,7 +1203,11 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1195
1203
|
exports: []
|
|
1196
1204
|
}]
|
|
1197
1205
|
}], null, null); })();
|
|
1198
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
1206
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [DashboardUserPreferenceFormComponent,
|
|
1207
|
+
DashboardUserStateFormComponent,
|
|
1208
|
+
EnvironmentFormComponent,
|
|
1209
|
+
ProjectFormComponent,
|
|
1210
|
+
PublicLinkFormComponent,
|
|
1199
1211
|
QueryParameterFormComponent,
|
|
1200
1212
|
RecordLinkFormComponent,
|
|
1201
1213
|
ReportUserStateFormComponent,
|
|
@@ -1210,11 +1222,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1210
1222
|
QueryCategoryFormComponent,
|
|
1211
1223
|
QueryEntityFormComponent,
|
|
1212
1224
|
QueryFieldFormComponent,
|
|
1213
|
-
QueryPermissionFormComponent,
|
|
1214
|
-
QueueTaskFormComponent,
|
|
1215
|
-
QueueTypeFormComponent,
|
|
1216
|
-
QueueFormComponent,
|
|
1217
|
-
RecommendationItemFormComponent], imports: [CommonModule,
|
|
1225
|
+
QueryPermissionFormComponent], imports: [CommonModule,
|
|
1218
1226
|
FormsModule,
|
|
1219
1227
|
LayoutModule,
|
|
1220
1228
|
InputsModule,
|
|
@@ -1252,6 +1260,10 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1252
1260
|
type: NgModule,
|
|
1253
1261
|
args: [{
|
|
1254
1262
|
declarations: [
|
|
1263
|
+
QueueTaskFormComponent,
|
|
1264
|
+
QueueTypeFormComponent,
|
|
1265
|
+
QueueFormComponent,
|
|
1266
|
+
RecommendationItemFormComponent,
|
|
1255
1267
|
RecommendationProviderFormComponent,
|
|
1256
1268
|
RecommendationRunFormComponent,
|
|
1257
1269
|
RecommendationFormComponent,
|
|
@@ -1267,11 +1279,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1267
1279
|
ResourceTypeFormComponent,
|
|
1268
1280
|
RoleFormComponent,
|
|
1269
1281
|
RowLevelSecurityFilterFormComponent,
|
|
1270
|
-
ScheduledActionParamFormComponent
|
|
1271
|
-
ScheduledActionFormComponent,
|
|
1272
|
-
SchemaInfoFormComponent,
|
|
1273
|
-
SkillFormComponent,
|
|
1274
|
-
TaggedItemFormComponent
|
|
1282
|
+
ScheduledActionParamFormComponent
|
|
1275
1283
|
],
|
|
1276
1284
|
imports: [
|
|
1277
1285
|
CommonModule,
|
|
@@ -1293,7 +1301,11 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1293
1301
|
exports: []
|
|
1294
1302
|
}]
|
|
1295
1303
|
}], null, null); })();
|
|
1296
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
1304
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [QueueTaskFormComponent,
|
|
1305
|
+
QueueTypeFormComponent,
|
|
1306
|
+
QueueFormComponent,
|
|
1307
|
+
RecommendationItemFormComponent,
|
|
1308
|
+
RecommendationProviderFormComponent,
|
|
1297
1309
|
RecommendationRunFormComponent,
|
|
1298
1310
|
RecommendationFormComponent,
|
|
1299
1311
|
RecordChangeReplayRunFormComponent,
|
|
@@ -1308,11 +1320,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1308
1320
|
ResourceTypeFormComponent,
|
|
1309
1321
|
RoleFormComponent,
|
|
1310
1322
|
RowLevelSecurityFilterFormComponent,
|
|
1311
|
-
ScheduledActionParamFormComponent,
|
|
1312
|
-
ScheduledActionFormComponent,
|
|
1313
|
-
SchemaInfoFormComponent,
|
|
1314
|
-
SkillFormComponent,
|
|
1315
|
-
TaggedItemFormComponent], imports: [CommonModule,
|
|
1323
|
+
ScheduledActionParamFormComponent], imports: [CommonModule,
|
|
1316
1324
|
FormsModule,
|
|
1317
1325
|
LayoutModule,
|
|
1318
1326
|
InputsModule,
|
|
@@ -1350,6 +1358,10 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1350
1358
|
type: NgModule,
|
|
1351
1359
|
args: [{
|
|
1352
1360
|
declarations: [
|
|
1361
|
+
ScheduledActionFormComponent,
|
|
1362
|
+
SchemaInfoFormComponent,
|
|
1363
|
+
SkillFormComponent,
|
|
1364
|
+
TaggedItemFormComponent,
|
|
1353
1365
|
TagFormComponent,
|
|
1354
1366
|
TemplateCategoryFormComponent,
|
|
1355
1367
|
TemplateContentTypeFormComponent,
|
|
@@ -1365,11 +1377,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1365
1377
|
UserViewCategoryFormComponent,
|
|
1366
1378
|
UserViewRunDetailFormComponent,
|
|
1367
1379
|
UserViewRunFormComponent,
|
|
1368
|
-
UserViewFormComponent
|
|
1369
|
-
UserFormComponent,
|
|
1370
|
-
VectorDatabaseFormComponent,
|
|
1371
|
-
VectorIndexFormComponent,
|
|
1372
|
-
VersionInstallationFormComponent
|
|
1380
|
+
UserViewFormComponent
|
|
1373
1381
|
],
|
|
1374
1382
|
imports: [
|
|
1375
1383
|
CommonModule,
|
|
@@ -1391,7 +1399,11 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1391
1399
|
exports: []
|
|
1392
1400
|
}]
|
|
1393
1401
|
}], null, null); })();
|
|
1394
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1402
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [ScheduledActionFormComponent,
|
|
1403
|
+
SchemaInfoFormComponent,
|
|
1404
|
+
SkillFormComponent,
|
|
1405
|
+
TaggedItemFormComponent,
|
|
1406
|
+
TagFormComponent,
|
|
1395
1407
|
TemplateCategoryFormComponent,
|
|
1396
1408
|
TemplateContentTypeFormComponent,
|
|
1397
1409
|
TemplateContentFormComponent,
|
|
@@ -1406,11 +1418,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1406
1418
|
UserViewCategoryFormComponent,
|
|
1407
1419
|
UserViewRunDetailFormComponent,
|
|
1408
1420
|
UserViewRunFormComponent,
|
|
1409
|
-
UserViewFormComponent,
|
|
1410
|
-
UserFormComponent,
|
|
1411
|
-
VectorDatabaseFormComponent,
|
|
1412
|
-
VectorIndexFormComponent,
|
|
1413
|
-
VersionInstallationFormComponent], imports: [CommonModule,
|
|
1421
|
+
UserViewFormComponent], imports: [CommonModule,
|
|
1414
1422
|
FormsModule,
|
|
1415
1423
|
LayoutModule,
|
|
1416
1424
|
InputsModule,
|
|
@@ -1448,6 +1456,10 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1448
1456
|
type: NgModule,
|
|
1449
1457
|
args: [{
|
|
1450
1458
|
declarations: [
|
|
1459
|
+
UserFormComponent,
|
|
1460
|
+
VectorDatabaseFormComponent,
|
|
1461
|
+
VectorIndexFormComponent,
|
|
1462
|
+
VersionInstallationFormComponent,
|
|
1451
1463
|
WorkflowEngineFormComponent,
|
|
1452
1464
|
WorkflowRunFormComponent,
|
|
1453
1465
|
WorkflowFormComponent,
|
|
@@ -1463,11 +1475,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1463
1475
|
ActionParamDetailsComponent,
|
|
1464
1476
|
ActionResultCodeDetailsComponent,
|
|
1465
1477
|
ActionDetailsComponent,
|
|
1466
|
-
ActionTopComponent
|
|
1467
|
-
ActionCodeComponent,
|
|
1468
|
-
AIActionDetailsComponent,
|
|
1469
|
-
AIAgentActionDetailsComponent,
|
|
1470
|
-
AIAgentLearningCycleDetailsComponent
|
|
1478
|
+
ActionTopComponent
|
|
1471
1479
|
],
|
|
1472
1480
|
imports: [
|
|
1473
1481
|
CommonModule,
|
|
@@ -1489,7 +1497,11 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1489
1497
|
exports: []
|
|
1490
1498
|
}]
|
|
1491
1499
|
}], null, null); })();
|
|
1492
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1500
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [UserFormComponent,
|
|
1501
|
+
VectorDatabaseFormComponent,
|
|
1502
|
+
VectorIndexFormComponent,
|
|
1503
|
+
VersionInstallationFormComponent,
|
|
1504
|
+
WorkflowEngineFormComponent,
|
|
1493
1505
|
WorkflowRunFormComponent,
|
|
1494
1506
|
WorkflowFormComponent,
|
|
1495
1507
|
WorkspaceItemFormComponent,
|
|
@@ -1504,11 +1516,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1504
1516
|
ActionParamDetailsComponent,
|
|
1505
1517
|
ActionResultCodeDetailsComponent,
|
|
1506
1518
|
ActionDetailsComponent,
|
|
1507
|
-
ActionTopComponent,
|
|
1508
|
-
ActionCodeComponent,
|
|
1509
|
-
AIActionDetailsComponent,
|
|
1510
|
-
AIAgentActionDetailsComponent,
|
|
1511
|
-
AIAgentLearningCycleDetailsComponent], imports: [CommonModule,
|
|
1519
|
+
ActionTopComponent], imports: [CommonModule,
|
|
1512
1520
|
FormsModule,
|
|
1513
1521
|
LayoutModule,
|
|
1514
1522
|
InputsModule,
|
|
@@ -1545,6 +1553,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1545
1553
|
type: NgModule,
|
|
1546
1554
|
args: [{
|
|
1547
1555
|
declarations: [
|
|
1556
|
+
ActionCodeComponent,
|
|
1557
|
+
AIActionDetailsComponent,
|
|
1558
|
+
AIAgentActionDetailsComponent,
|
|
1559
|
+
AIAgentLearningCycleDetailsComponent,
|
|
1548
1560
|
AIAgentModelDetailsComponent,
|
|
1549
1561
|
AIAgentNoteTypeDetailsComponent,
|
|
1550
1562
|
AIAgentNoteDetailsComponent,
|
|
@@ -1560,11 +1572,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1560
1572
|
ApplicationEntityDetailsComponent,
|
|
1561
1573
|
ApplicationSettingDetailsComponent,
|
|
1562
1574
|
ApplicationDetailsComponent,
|
|
1563
|
-
AuditLogTypeDetailsComponent
|
|
1564
|
-
AuditLogDetailsComponent,
|
|
1565
|
-
AuthorizationRoleDetailsComponent,
|
|
1566
|
-
AuthorizationDetailsComponent,
|
|
1567
|
-
CommunicationBaseMessageTypeDetailsComponent
|
|
1575
|
+
AuditLogTypeDetailsComponent
|
|
1568
1576
|
],
|
|
1569
1577
|
imports: [
|
|
1570
1578
|
CommonModule,
|
|
@@ -1585,7 +1593,11 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1585
1593
|
exports: []
|
|
1586
1594
|
}]
|
|
1587
1595
|
}], null, null); })();
|
|
1588
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1596
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [ActionCodeComponent,
|
|
1597
|
+
AIActionDetailsComponent,
|
|
1598
|
+
AIAgentActionDetailsComponent,
|
|
1599
|
+
AIAgentLearningCycleDetailsComponent,
|
|
1600
|
+
AIAgentModelDetailsComponent,
|
|
1589
1601
|
AIAgentNoteTypeDetailsComponent,
|
|
1590
1602
|
AIAgentNoteDetailsComponent,
|
|
1591
1603
|
AIAgentRequestDetailsComponent,
|
|
@@ -1600,11 +1612,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1600
1612
|
ApplicationEntityDetailsComponent,
|
|
1601
1613
|
ApplicationSettingDetailsComponent,
|
|
1602
1614
|
ApplicationDetailsComponent,
|
|
1603
|
-
AuditLogTypeDetailsComponent,
|
|
1604
|
-
AuditLogDetailsComponent,
|
|
1605
|
-
AuthorizationRoleDetailsComponent,
|
|
1606
|
-
AuthorizationDetailsComponent,
|
|
1607
|
-
CommunicationBaseMessageTypeDetailsComponent], imports: [CommonModule,
|
|
1615
|
+
AuditLogTypeDetailsComponent], imports: [CommonModule,
|
|
1608
1616
|
FormsModule,
|
|
1609
1617
|
LayoutModule,
|
|
1610
1618
|
InputsModule,
|
|
@@ -1640,6 +1648,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1640
1648
|
type: NgModule,
|
|
1641
1649
|
args: [{
|
|
1642
1650
|
declarations: [
|
|
1651
|
+
AuditLogDetailsComponent,
|
|
1652
|
+
AuthorizationRoleDetailsComponent,
|
|
1653
|
+
AuthorizationDetailsComponent,
|
|
1654
|
+
CommunicationBaseMessageTypeDetailsComponent,
|
|
1643
1655
|
CommunicationLogDetailsComponent,
|
|
1644
1656
|
CommunicationProviderMessageTypeDetailsComponent,
|
|
1645
1657
|
CommunicationProviderDetailsComponent,
|
|
@@ -1655,11 +1667,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1655
1667
|
ContentItemTagDetailsComponent,
|
|
1656
1668
|
ContentItemDetailsComponent,
|
|
1657
1669
|
ContentProcessRunDetailsComponent,
|
|
1658
|
-
ContentSourceParamDetailsComponent
|
|
1659
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1660
|
-
ContentSourceTypeDetailsComponent,
|
|
1661
|
-
ContentSourceDetailsComponent,
|
|
1662
|
-
ContentTypeAttributeDetailsComponent
|
|
1670
|
+
ContentSourceParamDetailsComponent
|
|
1663
1671
|
],
|
|
1664
1672
|
imports: [
|
|
1665
1673
|
CommonModule,
|
|
@@ -1680,7 +1688,11 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1680
1688
|
exports: []
|
|
1681
1689
|
}]
|
|
1682
1690
|
}], null, null); })();
|
|
1683
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1691
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [AuditLogDetailsComponent,
|
|
1692
|
+
AuthorizationRoleDetailsComponent,
|
|
1693
|
+
AuthorizationDetailsComponent,
|
|
1694
|
+
CommunicationBaseMessageTypeDetailsComponent,
|
|
1695
|
+
CommunicationLogDetailsComponent,
|
|
1684
1696
|
CommunicationProviderMessageTypeDetailsComponent,
|
|
1685
1697
|
CommunicationProviderDetailsComponent,
|
|
1686
1698
|
CommunicationRunDetailsComponent,
|
|
@@ -1695,11 +1707,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1695
1707
|
ContentItemTagDetailsComponent,
|
|
1696
1708
|
ContentItemDetailsComponent,
|
|
1697
1709
|
ContentProcessRunDetailsComponent,
|
|
1698
|
-
ContentSourceParamDetailsComponent,
|
|
1699
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1700
|
-
ContentSourceTypeDetailsComponent,
|
|
1701
|
-
ContentSourceDetailsComponent,
|
|
1702
|
-
ContentTypeAttributeDetailsComponent], imports: [CommonModule,
|
|
1710
|
+
ContentSourceParamDetailsComponent], imports: [CommonModule,
|
|
1703
1711
|
FormsModule,
|
|
1704
1712
|
LayoutModule,
|
|
1705
1713
|
InputsModule,
|
|
@@ -1735,6 +1743,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1735
1743
|
type: NgModule,
|
|
1736
1744
|
args: [{
|
|
1737
1745
|
declarations: [
|
|
1746
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1747
|
+
ContentSourceTypeDetailsComponent,
|
|
1748
|
+
ContentSourceDetailsComponent,
|
|
1749
|
+
ContentTypeAttributeDetailsComponent,
|
|
1738
1750
|
ContentTypeDetailsComponent,
|
|
1739
1751
|
ConversationDetailDetailsComponent,
|
|
1740
1752
|
ConversationDetailsComponent,
|
|
@@ -1750,11 +1762,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1750
1762
|
EmployeeCompanyIntegrationDetailsComponent,
|
|
1751
1763
|
EmployeeRoleDetailsComponent,
|
|
1752
1764
|
EmployeeSkillDetailsComponent,
|
|
1753
|
-
EmployeeDetailsComponent
|
|
1754
|
-
EntityDetailsComponent,
|
|
1755
|
-
EntityTopComponent,
|
|
1756
|
-
EntityAuditComponent,
|
|
1757
|
-
EntityAPIComponent
|
|
1765
|
+
EmployeeDetailsComponent
|
|
1758
1766
|
],
|
|
1759
1767
|
imports: [
|
|
1760
1768
|
CommonModule,
|
|
@@ -1775,7 +1783,11 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1775
1783
|
exports: []
|
|
1776
1784
|
}]
|
|
1777
1785
|
}], null, null); })();
|
|
1778
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1786
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [ContentSourceTypeParamDetailsComponent,
|
|
1787
|
+
ContentSourceTypeDetailsComponent,
|
|
1788
|
+
ContentSourceDetailsComponent,
|
|
1789
|
+
ContentTypeAttributeDetailsComponent,
|
|
1790
|
+
ContentTypeDetailsComponent,
|
|
1779
1791
|
ConversationDetailDetailsComponent,
|
|
1780
1792
|
ConversationDetailsComponent,
|
|
1781
1793
|
DashboardCategoryDetailsComponent,
|
|
@@ -1790,11 +1802,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1790
1802
|
EmployeeCompanyIntegrationDetailsComponent,
|
|
1791
1803
|
EmployeeRoleDetailsComponent,
|
|
1792
1804
|
EmployeeSkillDetailsComponent,
|
|
1793
|
-
EmployeeDetailsComponent,
|
|
1794
|
-
EntityDetailsComponent,
|
|
1795
|
-
EntityTopComponent,
|
|
1796
|
-
EntityAuditComponent,
|
|
1797
|
-
EntityAPIComponent], imports: [CommonModule,
|
|
1805
|
+
EmployeeDetailsComponent], imports: [CommonModule,
|
|
1798
1806
|
FormsModule,
|
|
1799
1807
|
LayoutModule,
|
|
1800
1808
|
InputsModule,
|
|
@@ -1830,6 +1838,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1830
1838
|
type: NgModule,
|
|
1831
1839
|
args: [{
|
|
1832
1840
|
declarations: [
|
|
1841
|
+
EntityDetailsComponent,
|
|
1842
|
+
EntityTopComponent,
|
|
1843
|
+
EntityAuditComponent,
|
|
1844
|
+
EntityAPIComponent,
|
|
1833
1845
|
EntityDBComponent,
|
|
1834
1846
|
EntityUIComponent,
|
|
1835
1847
|
EntityActionFilterDetailsComponent,
|
|
@@ -1845,11 +1857,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1845
1857
|
EntityDocumentTypeDetailsComponent,
|
|
1846
1858
|
EntityDocumentDetailsComponent,
|
|
1847
1859
|
EntityFieldValueDetailsComponent,
|
|
1848
|
-
EntityFieldDetailsComponent
|
|
1849
|
-
EntityPermissionDetailsComponent,
|
|
1850
|
-
EntityRecordDocumentDetailsComponent,
|
|
1851
|
-
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1852
|
-
EntityRelationshipDetailsComponent
|
|
1860
|
+
EntityFieldDetailsComponent
|
|
1853
1861
|
],
|
|
1854
1862
|
imports: [
|
|
1855
1863
|
CommonModule,
|
|
@@ -1870,7 +1878,11 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1870
1878
|
exports: []
|
|
1871
1879
|
}]
|
|
1872
1880
|
}], null, null); })();
|
|
1873
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1881
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [EntityDetailsComponent,
|
|
1882
|
+
EntityTopComponent,
|
|
1883
|
+
EntityAuditComponent,
|
|
1884
|
+
EntityAPIComponent,
|
|
1885
|
+
EntityDBComponent,
|
|
1874
1886
|
EntityUIComponent,
|
|
1875
1887
|
EntityActionFilterDetailsComponent,
|
|
1876
1888
|
EntityActionInvocationTypeDetailsComponent,
|
|
@@ -1885,11 +1897,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1885
1897
|
EntityDocumentTypeDetailsComponent,
|
|
1886
1898
|
EntityDocumentDetailsComponent,
|
|
1887
1899
|
EntityFieldValueDetailsComponent,
|
|
1888
|
-
EntityFieldDetailsComponent,
|
|
1889
|
-
EntityPermissionDetailsComponent,
|
|
1890
|
-
EntityRecordDocumentDetailsComponent,
|
|
1891
|
-
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1892
|
-
EntityRelationshipDetailsComponent], imports: [CommonModule,
|
|
1900
|
+
EntityFieldDetailsComponent], imports: [CommonModule,
|
|
1893
1901
|
FormsModule,
|
|
1894
1902
|
LayoutModule,
|
|
1895
1903
|
InputsModule,
|
|
@@ -1925,6 +1933,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1925
1933
|
type: NgModule,
|
|
1926
1934
|
args: [{
|
|
1927
1935
|
declarations: [
|
|
1936
|
+
EntityPermissionDetailsComponent,
|
|
1937
|
+
EntityRecordDocumentDetailsComponent,
|
|
1938
|
+
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1939
|
+
EntityRelationshipDetailsComponent,
|
|
1928
1940
|
EntitySettingDetailsComponent,
|
|
1929
1941
|
ErrorLogDetailsComponent,
|
|
1930
1942
|
ExplorerNavigationItemDetailsComponent,
|
|
@@ -1940,11 +1952,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1940
1952
|
LibraryItemDetailsComponent,
|
|
1941
1953
|
ListCategoryDetailsComponent,
|
|
1942
1954
|
ListDetailDetailsComponent,
|
|
1943
|
-
ListDetailsComponent
|
|
1944
|
-
AccessControlRuleDetailsComponent,
|
|
1945
|
-
AIAgentPromptDetailsComponent,
|
|
1946
|
-
AIAgentRelationshipDetailsComponent,
|
|
1947
|
-
AIAgentRunStepDetailsComponent
|
|
1955
|
+
ListDetailsComponent
|
|
1948
1956
|
],
|
|
1949
1957
|
imports: [
|
|
1950
1958
|
CommonModule,
|
|
@@ -1965,7 +1973,11 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1965
1973
|
exports: []
|
|
1966
1974
|
}]
|
|
1967
1975
|
}], null, null); })();
|
|
1968
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1976
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [EntityPermissionDetailsComponent,
|
|
1977
|
+
EntityRecordDocumentDetailsComponent,
|
|
1978
|
+
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1979
|
+
EntityRelationshipDetailsComponent,
|
|
1980
|
+
EntitySettingDetailsComponent,
|
|
1969
1981
|
ErrorLogDetailsComponent,
|
|
1970
1982
|
ExplorerNavigationItemDetailsComponent,
|
|
1971
1983
|
FileCategoryDetailsComponent,
|
|
@@ -1980,11 +1992,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1980
1992
|
LibraryItemDetailsComponent,
|
|
1981
1993
|
ListCategoryDetailsComponent,
|
|
1982
1994
|
ListDetailDetailsComponent,
|
|
1983
|
-
ListDetailsComponent,
|
|
1984
|
-
AccessControlRuleDetailsComponent,
|
|
1985
|
-
AIAgentPromptDetailsComponent,
|
|
1986
|
-
AIAgentRelationshipDetailsComponent,
|
|
1987
|
-
AIAgentRunStepDetailsComponent], imports: [CommonModule,
|
|
1995
|
+
ListDetailsComponent], imports: [CommonModule,
|
|
1988
1996
|
FormsModule,
|
|
1989
1997
|
LayoutModule,
|
|
1990
1998
|
InputsModule,
|
|
@@ -2020,6 +2028,12 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2020
2028
|
type: NgModule,
|
|
2021
2029
|
args: [{
|
|
2022
2030
|
declarations: [
|
|
2031
|
+
AccessControlRuleDetailsComponent,
|
|
2032
|
+
AIAgentArtifactTypeDetailsComponent,
|
|
2033
|
+
AIAgentPermissionDetailsComponent,
|
|
2034
|
+
AIAgentPromptDetailsComponent,
|
|
2035
|
+
AIAgentRelationshipDetailsComponent,
|
|
2036
|
+
AIAgentRunStepDetailsComponent,
|
|
2023
2037
|
AIAgentRunDetailsComponent,
|
|
2024
2038
|
AIAgentStepPathDetailsComponent,
|
|
2025
2039
|
AIAgentStepDetailsComponent,
|
|
@@ -2033,13 +2047,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2033
2047
|
AIPromptModelDetailsComponent,
|
|
2034
2048
|
AIPromptRunDetailsComponent,
|
|
2035
2049
|
AIVendorTypeDefinitionDetailsComponent,
|
|
2036
|
-
AIVendorTypeDetailsComponent
|
|
2037
|
-
AIVendorDetailsComponent,
|
|
2038
|
-
ArtifactTypeDetailsComponent,
|
|
2039
|
-
ArtifactVersionDetailsComponent,
|
|
2040
|
-
ArtifactDetailsComponent,
|
|
2041
|
-
CollectionArtifactDetailsComponent,
|
|
2042
|
-
CollectionDetailsComponent
|
|
2050
|
+
AIVendorTypeDetailsComponent
|
|
2043
2051
|
],
|
|
2044
2052
|
imports: [
|
|
2045
2053
|
CommonModule,
|
|
@@ -2060,7 +2068,13 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2060
2068
|
exports: []
|
|
2061
2069
|
}]
|
|
2062
2070
|
}], null, null); })();
|
|
2063
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
2071
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [AccessControlRuleDetailsComponent,
|
|
2072
|
+
AIAgentArtifactTypeDetailsComponent,
|
|
2073
|
+
AIAgentPermissionDetailsComponent,
|
|
2074
|
+
AIAgentPromptDetailsComponent,
|
|
2075
|
+
AIAgentRelationshipDetailsComponent,
|
|
2076
|
+
AIAgentRunStepDetailsComponent,
|
|
2077
|
+
AIAgentRunDetailsComponent,
|
|
2064
2078
|
AIAgentStepPathDetailsComponent,
|
|
2065
2079
|
AIAgentStepDetailsComponent,
|
|
2066
2080
|
AIAgentTypeDetailsComponent,
|
|
@@ -2073,13 +2087,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2073
2087
|
AIPromptModelDetailsComponent,
|
|
2074
2088
|
AIPromptRunDetailsComponent,
|
|
2075
2089
|
AIVendorTypeDefinitionDetailsComponent,
|
|
2076
|
-
AIVendorTypeDetailsComponent,
|
|
2077
|
-
AIVendorDetailsComponent,
|
|
2078
|
-
ArtifactTypeDetailsComponent,
|
|
2079
|
-
ArtifactVersionDetailsComponent,
|
|
2080
|
-
ArtifactDetailsComponent,
|
|
2081
|
-
CollectionArtifactDetailsComponent,
|
|
2082
|
-
CollectionDetailsComponent], imports: [CommonModule,
|
|
2090
|
+
AIVendorTypeDetailsComponent], imports: [CommonModule,
|
|
2083
2091
|
FormsModule,
|
|
2084
2092
|
LayoutModule,
|
|
2085
2093
|
InputsModule,
|
|
@@ -2115,6 +2123,13 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2115
2123
|
type: NgModule,
|
|
2116
2124
|
args: [{
|
|
2117
2125
|
declarations: [
|
|
2126
|
+
AIVendorDetailsComponent,
|
|
2127
|
+
ArtifactTypeDetailsComponent,
|
|
2128
|
+
ArtifactVersionAttributeDetailsComponent,
|
|
2129
|
+
ArtifactVersionDetailsComponent,
|
|
2130
|
+
ArtifactDetailsComponent,
|
|
2131
|
+
CollectionArtifactDetailsComponent,
|
|
2132
|
+
CollectionDetailsComponent,
|
|
2118
2133
|
ComponentDependencyDetailsComponent,
|
|
2119
2134
|
ComponentLibraryDetailsComponent,
|
|
2120
2135
|
ComponentLibraryLinkDetailsComponent,
|
|
@@ -2123,18 +2138,11 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2123
2138
|
ConversationArtifactPermissionDetailsComponent,
|
|
2124
2139
|
ConversationArtifactVersionDetailsComponent,
|
|
2125
2140
|
ConversationArtifactDetailsComponent,
|
|
2141
|
+
ConversationDetailArtifactDetailsComponent,
|
|
2126
2142
|
DashboardUserPreferenceDetailsComponent,
|
|
2127
2143
|
DashboardUserStateDetailsComponent,
|
|
2128
2144
|
EnvironmentDetailsComponent,
|
|
2129
|
-
ProjectDetailsComponent
|
|
2130
|
-
PublicLinkDetailsComponent,
|
|
2131
|
-
QueryParameterDetailsComponent,
|
|
2132
|
-
RecordLinkDetailsComponent,
|
|
2133
|
-
ReportUserStateDetailsComponent,
|
|
2134
|
-
ReportVersionDetailsComponent,
|
|
2135
|
-
TaskDependencyDetailsComponent,
|
|
2136
|
-
TaskTypeDetailsComponent,
|
|
2137
|
-
TaskDetailsComponent
|
|
2145
|
+
ProjectDetailsComponent
|
|
2138
2146
|
],
|
|
2139
2147
|
imports: [
|
|
2140
2148
|
CommonModule,
|
|
@@ -2155,7 +2163,14 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2155
2163
|
exports: []
|
|
2156
2164
|
}]
|
|
2157
2165
|
}], null, null); })();
|
|
2158
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
2166
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [AIVendorDetailsComponent,
|
|
2167
|
+
ArtifactTypeDetailsComponent,
|
|
2168
|
+
ArtifactVersionAttributeDetailsComponent,
|
|
2169
|
+
ArtifactVersionDetailsComponent,
|
|
2170
|
+
ArtifactDetailsComponent,
|
|
2171
|
+
CollectionArtifactDetailsComponent,
|
|
2172
|
+
CollectionDetailsComponent,
|
|
2173
|
+
ComponentDependencyDetailsComponent,
|
|
2159
2174
|
ComponentLibraryDetailsComponent,
|
|
2160
2175
|
ComponentLibraryLinkDetailsComponent,
|
|
2161
2176
|
ComponentRegistryDetailsComponent,
|
|
@@ -2163,18 +2178,11 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2163
2178
|
ConversationArtifactPermissionDetailsComponent,
|
|
2164
2179
|
ConversationArtifactVersionDetailsComponent,
|
|
2165
2180
|
ConversationArtifactDetailsComponent,
|
|
2181
|
+
ConversationDetailArtifactDetailsComponent,
|
|
2166
2182
|
DashboardUserPreferenceDetailsComponent,
|
|
2167
2183
|
DashboardUserStateDetailsComponent,
|
|
2168
2184
|
EnvironmentDetailsComponent,
|
|
2169
|
-
ProjectDetailsComponent,
|
|
2170
|
-
PublicLinkDetailsComponent,
|
|
2171
|
-
QueryParameterDetailsComponent,
|
|
2172
|
-
RecordLinkDetailsComponent,
|
|
2173
|
-
ReportUserStateDetailsComponent,
|
|
2174
|
-
ReportVersionDetailsComponent,
|
|
2175
|
-
TaskDependencyDetailsComponent,
|
|
2176
|
-
TaskTypeDetailsComponent,
|
|
2177
|
-
TaskDetailsComponent], imports: [CommonModule,
|
|
2185
|
+
ProjectDetailsComponent], imports: [CommonModule,
|
|
2178
2186
|
FormsModule,
|
|
2179
2187
|
LayoutModule,
|
|
2180
2188
|
InputsModule,
|
|
@@ -2210,6 +2218,14 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2210
2218
|
type: NgModule,
|
|
2211
2219
|
args: [{
|
|
2212
2220
|
declarations: [
|
|
2221
|
+
PublicLinkDetailsComponent,
|
|
2222
|
+
QueryParameterDetailsComponent,
|
|
2223
|
+
RecordLinkDetailsComponent,
|
|
2224
|
+
ReportUserStateDetailsComponent,
|
|
2225
|
+
ReportVersionDetailsComponent,
|
|
2226
|
+
TaskDependencyDetailsComponent,
|
|
2227
|
+
TaskTypeDetailsComponent,
|
|
2228
|
+
TaskDetailsComponent,
|
|
2213
2229
|
OutputDeliveryTypeDetailsComponent,
|
|
2214
2230
|
OutputFormatTypeDetailsComponent,
|
|
2215
2231
|
OutputTriggerTypeDetailsComponent,
|
|
@@ -2221,15 +2237,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2221
2237
|
QueueTaskDetailsComponent,
|
|
2222
2238
|
QueueTypeDetailsComponent,
|
|
2223
2239
|
QueueDetailsComponent,
|
|
2224
|
-
RecommendationItemDetailsComponent
|
|
2225
|
-
RecommendationProviderDetailsComponent,
|
|
2226
|
-
RecommendationRunDetailsComponent,
|
|
2227
|
-
RecommendationDetailsComponent,
|
|
2228
|
-
RecordChangeReplayRunDetailsComponent,
|
|
2229
|
-
RecordChangeDetailsComponent,
|
|
2230
|
-
RecordMergeDeletionLogDetailsComponent,
|
|
2231
|
-
RecordMergeLogDetailsComponent,
|
|
2232
|
-
ReportCategoryDetailsComponent
|
|
2240
|
+
RecommendationItemDetailsComponent
|
|
2233
2241
|
],
|
|
2234
2242
|
imports: [
|
|
2235
2243
|
CommonModule,
|
|
@@ -2250,7 +2258,15 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2250
2258
|
exports: []
|
|
2251
2259
|
}]
|
|
2252
2260
|
}], null, null); })();
|
|
2253
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
2261
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [PublicLinkDetailsComponent,
|
|
2262
|
+
QueryParameterDetailsComponent,
|
|
2263
|
+
RecordLinkDetailsComponent,
|
|
2264
|
+
ReportUserStateDetailsComponent,
|
|
2265
|
+
ReportVersionDetailsComponent,
|
|
2266
|
+
TaskDependencyDetailsComponent,
|
|
2267
|
+
TaskTypeDetailsComponent,
|
|
2268
|
+
TaskDetailsComponent,
|
|
2269
|
+
OutputDeliveryTypeDetailsComponent,
|
|
2254
2270
|
OutputFormatTypeDetailsComponent,
|
|
2255
2271
|
OutputTriggerTypeDetailsComponent,
|
|
2256
2272
|
QueryDetailsComponent,
|
|
@@ -2261,15 +2277,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2261
2277
|
QueueTaskDetailsComponent,
|
|
2262
2278
|
QueueTypeDetailsComponent,
|
|
2263
2279
|
QueueDetailsComponent,
|
|
2264
|
-
RecommendationItemDetailsComponent,
|
|
2265
|
-
RecommendationProviderDetailsComponent,
|
|
2266
|
-
RecommendationRunDetailsComponent,
|
|
2267
|
-
RecommendationDetailsComponent,
|
|
2268
|
-
RecordChangeReplayRunDetailsComponent,
|
|
2269
|
-
RecordChangeDetailsComponent,
|
|
2270
|
-
RecordMergeDeletionLogDetailsComponent,
|
|
2271
|
-
RecordMergeLogDetailsComponent,
|
|
2272
|
-
ReportCategoryDetailsComponent], imports: [CommonModule,
|
|
2280
|
+
RecommendationItemDetailsComponent], imports: [CommonModule,
|
|
2273
2281
|
FormsModule,
|
|
2274
2282
|
LayoutModule,
|
|
2275
2283
|
InputsModule,
|
|
@@ -2305,6 +2313,14 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2305
2313
|
type: NgModule,
|
|
2306
2314
|
args: [{
|
|
2307
2315
|
declarations: [
|
|
2316
|
+
RecommendationProviderDetailsComponent,
|
|
2317
|
+
RecommendationRunDetailsComponent,
|
|
2318
|
+
RecommendationDetailsComponent,
|
|
2319
|
+
RecordChangeReplayRunDetailsComponent,
|
|
2320
|
+
RecordChangeDetailsComponent,
|
|
2321
|
+
RecordMergeDeletionLogDetailsComponent,
|
|
2322
|
+
RecordMergeLogDetailsComponent,
|
|
2323
|
+
ReportCategoryDetailsComponent,
|
|
2308
2324
|
ReportSnapshotDetailsComponent,
|
|
2309
2325
|
ReportDetailsComponent,
|
|
2310
2326
|
ResourceLinkDetailsComponent,
|
|
@@ -2316,15 +2332,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2316
2332
|
ScheduledActionDetailsComponent,
|
|
2317
2333
|
SchemaInfoDetailsComponent,
|
|
2318
2334
|
SkillDetailsComponent,
|
|
2319
|
-
TaggedItemDetailsComponent
|
|
2320
|
-
TagDetailsComponent,
|
|
2321
|
-
TemplateCategoryDetailsComponent,
|
|
2322
|
-
TemplateContentTypeDetailsComponent,
|
|
2323
|
-
TemplateContentDetailsComponent,
|
|
2324
|
-
TemplateParamDetailsComponent,
|
|
2325
|
-
TemplateDetailsComponent,
|
|
2326
|
-
UserApplicationEntityDetailsComponent,
|
|
2327
|
-
UserApplicationDetailsComponent
|
|
2335
|
+
TaggedItemDetailsComponent
|
|
2328
2336
|
],
|
|
2329
2337
|
imports: [
|
|
2330
2338
|
CommonModule,
|
|
@@ -2345,7 +2353,15 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2345
2353
|
exports: []
|
|
2346
2354
|
}]
|
|
2347
2355
|
}], null, null); })();
|
|
2348
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [
|
|
2356
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [RecommendationProviderDetailsComponent,
|
|
2357
|
+
RecommendationRunDetailsComponent,
|
|
2358
|
+
RecommendationDetailsComponent,
|
|
2359
|
+
RecordChangeReplayRunDetailsComponent,
|
|
2360
|
+
RecordChangeDetailsComponent,
|
|
2361
|
+
RecordMergeDeletionLogDetailsComponent,
|
|
2362
|
+
RecordMergeLogDetailsComponent,
|
|
2363
|
+
ReportCategoryDetailsComponent,
|
|
2364
|
+
ReportSnapshotDetailsComponent,
|
|
2349
2365
|
ReportDetailsComponent,
|
|
2350
2366
|
ResourceLinkDetailsComponent,
|
|
2351
2367
|
ResourcePermissionDetailsComponent,
|
|
@@ -2356,15 +2372,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2356
2372
|
ScheduledActionDetailsComponent,
|
|
2357
2373
|
SchemaInfoDetailsComponent,
|
|
2358
2374
|
SkillDetailsComponent,
|
|
2359
|
-
TaggedItemDetailsComponent,
|
|
2360
|
-
TagDetailsComponent,
|
|
2361
|
-
TemplateCategoryDetailsComponent,
|
|
2362
|
-
TemplateContentTypeDetailsComponent,
|
|
2363
|
-
TemplateContentDetailsComponent,
|
|
2364
|
-
TemplateParamDetailsComponent,
|
|
2365
|
-
TemplateDetailsComponent,
|
|
2366
|
-
UserApplicationEntityDetailsComponent,
|
|
2367
|
-
UserApplicationDetailsComponent], imports: [CommonModule,
|
|
2375
|
+
TaggedItemDetailsComponent], imports: [CommonModule,
|
|
2368
2376
|
FormsModule,
|
|
2369
2377
|
LayoutModule,
|
|
2370
2378
|
InputsModule,
|
|
@@ -2400,6 +2408,14 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2400
2408
|
type: NgModule,
|
|
2401
2409
|
args: [{
|
|
2402
2410
|
declarations: [
|
|
2411
|
+
TagDetailsComponent,
|
|
2412
|
+
TemplateCategoryDetailsComponent,
|
|
2413
|
+
TemplateContentTypeDetailsComponent,
|
|
2414
|
+
TemplateContentDetailsComponent,
|
|
2415
|
+
TemplateParamDetailsComponent,
|
|
2416
|
+
TemplateDetailsComponent,
|
|
2417
|
+
UserApplicationEntityDetailsComponent,
|
|
2418
|
+
UserApplicationDetailsComponent,
|
|
2403
2419
|
UserFavoriteDetailsComponent,
|
|
2404
2420
|
UserNotificationDetailsComponent,
|
|
2405
2421
|
UserRecordLogDetailsComponent,
|
|
@@ -2411,12 +2427,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2411
2427
|
UserDetailsComponent,
|
|
2412
2428
|
VectorDatabaseDetailsComponent,
|
|
2413
2429
|
VectorIndexDetailsComponent,
|
|
2414
|
-
VersionInstallationDetailsComponent
|
|
2415
|
-
WorkflowEngineDetailsComponent,
|
|
2416
|
-
WorkflowRunDetailsComponent,
|
|
2417
|
-
WorkflowDetailsComponent,
|
|
2418
|
-
WorkspaceItemDetailsComponent,
|
|
2419
|
-
WorkspaceDetailsComponent
|
|
2430
|
+
VersionInstallationDetailsComponent
|
|
2420
2431
|
],
|
|
2421
2432
|
imports: [
|
|
2422
2433
|
CommonModule,
|
|
@@ -2437,7 +2448,15 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2437
2448
|
exports: []
|
|
2438
2449
|
}]
|
|
2439
2450
|
}], null, null); })();
|
|
2440
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [
|
|
2451
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [TagDetailsComponent,
|
|
2452
|
+
TemplateCategoryDetailsComponent,
|
|
2453
|
+
TemplateContentTypeDetailsComponent,
|
|
2454
|
+
TemplateContentDetailsComponent,
|
|
2455
|
+
TemplateParamDetailsComponent,
|
|
2456
|
+
TemplateDetailsComponent,
|
|
2457
|
+
UserApplicationEntityDetailsComponent,
|
|
2458
|
+
UserApplicationDetailsComponent,
|
|
2459
|
+
UserFavoriteDetailsComponent,
|
|
2441
2460
|
UserNotificationDetailsComponent,
|
|
2442
2461
|
UserRecordLogDetailsComponent,
|
|
2443
2462
|
UserRoleDetailsComponent,
|
|
@@ -2448,8 +2467,68 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2448
2467
|
UserDetailsComponent,
|
|
2449
2468
|
VectorDatabaseDetailsComponent,
|
|
2450
2469
|
VectorIndexDetailsComponent,
|
|
2451
|
-
VersionInstallationDetailsComponent,
|
|
2452
|
-
|
|
2470
|
+
VersionInstallationDetailsComponent], imports: [CommonModule,
|
|
2471
|
+
FormsModule,
|
|
2472
|
+
LayoutModule,
|
|
2473
|
+
InputsModule,
|
|
2474
|
+
ButtonsModule,
|
|
2475
|
+
DateInputsModule,
|
|
2476
|
+
UserViewGridModule,
|
|
2477
|
+
LinkDirectivesModule,
|
|
2478
|
+
BaseFormsModule,
|
|
2479
|
+
FormToolbarModule,
|
|
2480
|
+
MJTabStripModule,
|
|
2481
|
+
ContainerDirectivesModule,
|
|
2482
|
+
DropDownListModule,
|
|
2483
|
+
ComboBoxModule] }); })();
|
|
2484
|
+
export class GeneratedForms_SubModule_21 {
|
|
2485
|
+
static { this.ɵfac = function GeneratedForms_SubModule_21_Factory(t) { return new (t || GeneratedForms_SubModule_21)(); }; }
|
|
2486
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_21 }); }
|
|
2487
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
2488
|
+
FormsModule,
|
|
2489
|
+
LayoutModule,
|
|
2490
|
+
InputsModule,
|
|
2491
|
+
ButtonsModule,
|
|
2492
|
+
DateInputsModule,
|
|
2493
|
+
UserViewGridModule,
|
|
2494
|
+
LinkDirectivesModule,
|
|
2495
|
+
BaseFormsModule,
|
|
2496
|
+
FormToolbarModule,
|
|
2497
|
+
MJTabStripModule,
|
|
2498
|
+
ContainerDirectivesModule,
|
|
2499
|
+
DropDownListModule,
|
|
2500
|
+
ComboBoxModule] }); }
|
|
2501
|
+
}
|
|
2502
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_21, [{
|
|
2503
|
+
type: NgModule,
|
|
2504
|
+
args: [{
|
|
2505
|
+
declarations: [
|
|
2506
|
+
WorkflowEngineDetailsComponent,
|
|
2507
|
+
WorkflowRunDetailsComponent,
|
|
2508
|
+
WorkflowDetailsComponent,
|
|
2509
|
+
WorkspaceItemDetailsComponent,
|
|
2510
|
+
WorkspaceDetailsComponent
|
|
2511
|
+
],
|
|
2512
|
+
imports: [
|
|
2513
|
+
CommonModule,
|
|
2514
|
+
FormsModule,
|
|
2515
|
+
LayoutModule,
|
|
2516
|
+
InputsModule,
|
|
2517
|
+
ButtonsModule,
|
|
2518
|
+
DateInputsModule,
|
|
2519
|
+
UserViewGridModule,
|
|
2520
|
+
LinkDirectivesModule,
|
|
2521
|
+
BaseFormsModule,
|
|
2522
|
+
FormToolbarModule,
|
|
2523
|
+
MJTabStripModule,
|
|
2524
|
+
ContainerDirectivesModule,
|
|
2525
|
+
DropDownListModule,
|
|
2526
|
+
ComboBoxModule
|
|
2527
|
+
],
|
|
2528
|
+
exports: []
|
|
2529
|
+
}]
|
|
2530
|
+
}], null, null); })();
|
|
2531
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [WorkflowEngineDetailsComponent,
|
|
2453
2532
|
WorkflowRunDetailsComponent,
|
|
2454
2533
|
WorkflowDetailsComponent,
|
|
2455
2534
|
WorkspaceItemDetailsComponent,
|
|
@@ -2490,7 +2569,8 @@ export class CoreGeneratedFormsModule {
|
|
|
2490
2569
|
GeneratedForms_SubModule_17,
|
|
2491
2570
|
GeneratedForms_SubModule_18,
|
|
2492
2571
|
GeneratedForms_SubModule_19,
|
|
2493
|
-
GeneratedForms_SubModule_20
|
|
2572
|
+
GeneratedForms_SubModule_20,
|
|
2573
|
+
GeneratedForms_SubModule_21] }); }
|
|
2494
2574
|
}
|
|
2495
2575
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
2496
2576
|
type: NgModule,
|
|
@@ -2517,11 +2597,12 @@ export class CoreGeneratedFormsModule {
|
|
|
2517
2597
|
GeneratedForms_SubModule_17,
|
|
2518
2598
|
GeneratedForms_SubModule_18,
|
|
2519
2599
|
GeneratedForms_SubModule_19,
|
|
2520
|
-
GeneratedForms_SubModule_20
|
|
2600
|
+
GeneratedForms_SubModule_20,
|
|
2601
|
+
GeneratedForms_SubModule_21
|
|
2521
2602
|
]
|
|
2522
2603
|
}]
|
|
2523
2604
|
}], null, null); })();
|
|
2524
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19, GeneratedForms_SubModule_20] }); })();
|
|
2605
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19, GeneratedForms_SubModule_20, GeneratedForms_SubModule_21] }); })();
|
|
2525
2606
|
export function LoadCoreGeneratedForms() {
|
|
2526
2607
|
// This function doesn't do much, but it calls each generated form's loader function
|
|
2527
2608
|
// which in turn calls the sections for that generated form. Ultimately, those bits of
|
|
@@ -2633,6 +2714,8 @@ export function LoadCoreGeneratedForms() {
|
|
|
2633
2714
|
LoadListDetailFormComponent();
|
|
2634
2715
|
LoadListFormComponent();
|
|
2635
2716
|
LoadAccessControlRuleFormComponent();
|
|
2717
|
+
LoadAIAgentArtifactTypeFormComponent();
|
|
2718
|
+
LoadAIAgentPermissionFormComponent();
|
|
2636
2719
|
LoadAIAgentPromptFormComponent();
|
|
2637
2720
|
LoadAIAgentRelationshipFormComponent();
|
|
2638
2721
|
LoadAIAgentRunStepFormComponent();
|
|
@@ -2652,6 +2735,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2652
2735
|
LoadAIVendorTypeFormComponent();
|
|
2653
2736
|
LoadAIVendorFormComponent();
|
|
2654
2737
|
LoadArtifactTypeFormComponent();
|
|
2738
|
+
LoadArtifactVersionAttributeFormComponent();
|
|
2655
2739
|
LoadArtifactVersionFormComponent();
|
|
2656
2740
|
LoadArtifactFormComponent();
|
|
2657
2741
|
LoadCollectionArtifactFormComponent();
|
|
@@ -2664,6 +2748,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2664
2748
|
LoadConversationArtifactPermissionFormComponent();
|
|
2665
2749
|
LoadConversationArtifactVersionFormComponent();
|
|
2666
2750
|
LoadConversationArtifactFormComponent();
|
|
2751
|
+
LoadConversationDetailArtifactFormComponent();
|
|
2667
2752
|
LoadDashboardUserPreferenceFormComponent();
|
|
2668
2753
|
LoadDashboardUserStateFormComponent();
|
|
2669
2754
|
LoadEnvironmentFormComponent();
|
|
@@ -2845,6 +2930,8 @@ export function LoadCoreGeneratedForms() {
|
|
|
2845
2930
|
LoadListDetailDetailsComponent();
|
|
2846
2931
|
LoadListDetailsComponent();
|
|
2847
2932
|
LoadAccessControlRuleDetailsComponent();
|
|
2933
|
+
LoadAIAgentArtifactTypeDetailsComponent();
|
|
2934
|
+
LoadAIAgentPermissionDetailsComponent();
|
|
2848
2935
|
LoadAIAgentPromptDetailsComponent();
|
|
2849
2936
|
LoadAIAgentRelationshipDetailsComponent();
|
|
2850
2937
|
LoadAIAgentRunStepDetailsComponent();
|
|
@@ -2864,6 +2951,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2864
2951
|
LoadAIVendorTypeDetailsComponent();
|
|
2865
2952
|
LoadAIVendorDetailsComponent();
|
|
2866
2953
|
LoadArtifactTypeDetailsComponent();
|
|
2954
|
+
LoadArtifactVersionAttributeDetailsComponent();
|
|
2867
2955
|
LoadArtifactVersionDetailsComponent();
|
|
2868
2956
|
LoadArtifactDetailsComponent();
|
|
2869
2957
|
LoadCollectionArtifactDetailsComponent();
|
|
@@ -2876,6 +2964,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2876
2964
|
LoadConversationArtifactPermissionDetailsComponent();
|
|
2877
2965
|
LoadConversationArtifactVersionDetailsComponent();
|
|
2878
2966
|
LoadConversationArtifactDetailsComponent();
|
|
2967
|
+
LoadConversationDetailArtifactDetailsComponent();
|
|
2879
2968
|
LoadDashboardUserPreferenceDetailsComponent();
|
|
2880
2969
|
LoadDashboardUserStateDetailsComponent();
|
|
2881
2970
|
LoadEnvironmentDetailsComponent();
|