@memberjunction/ng-core-entity-forms 2.104.0 → 2.106.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 +41 -21
- 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/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/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/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.js +14 -4
- 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 +22 -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/ConversationArtifact/conversationartifact.form.component.js +6 -6
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.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 +13 -4
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js.map +1 -1
- 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/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 -331
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +247 -166
- 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";
|
|
@@ -341,6 +344,8 @@ import { ListCategoryDetailsComponent, LoadListCategoryDetailsComponent } from "
|
|
|
341
344
|
import { ListDetailDetailsComponent, LoadListDetailDetailsComponent } from "./Entities/ListDetail/sections/details.component";
|
|
342
345
|
import { ListDetailsComponent, LoadListDetailsComponent } from "./Entities/List/sections/details.component";
|
|
343
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";
|
|
344
349
|
import { AIAgentPromptDetailsComponent, LoadAIAgentPromptDetailsComponent } from "./Entities/AIAgentPrompt/sections/details.component";
|
|
345
350
|
import { AIAgentRelationshipDetailsComponent, LoadAIAgentRelationshipDetailsComponent } from "./Entities/AIAgentRelationship/sections/details.component";
|
|
346
351
|
import { AIAgentRunStepDetailsComponent, LoadAIAgentRunStepDetailsComponent } from "./Entities/AIAgentRunStep/sections/details.component";
|
|
@@ -360,6 +365,7 @@ import { AIVendorTypeDefinitionDetailsComponent, LoadAIVendorTypeDefinitionDetai
|
|
|
360
365
|
import { AIVendorTypeDetailsComponent, LoadAIVendorTypeDetailsComponent } from "./Entities/AIVendorType/sections/details.component";
|
|
361
366
|
import { AIVendorDetailsComponent, LoadAIVendorDetailsComponent } from "./Entities/AIVendor/sections/details.component";
|
|
362
367
|
import { ArtifactTypeDetailsComponent, LoadArtifactTypeDetailsComponent } from "./Entities/ArtifactType/sections/details.component";
|
|
368
|
+
import { ArtifactVersionAttributeDetailsComponent, LoadArtifactVersionAttributeDetailsComponent } from "./Entities/ArtifactVersionAttribute/sections/details.component";
|
|
363
369
|
import { ArtifactVersionDetailsComponent, LoadArtifactVersionDetailsComponent } from "./Entities/ArtifactVersion/sections/details.component";
|
|
364
370
|
import { ArtifactDetailsComponent, LoadArtifactDetailsComponent } from "./Entities/Artifact/sections/details.component";
|
|
365
371
|
import { CollectionArtifactDetailsComponent, LoadCollectionArtifactDetailsComponent } from "./Entities/CollectionArtifact/sections/details.component";
|
|
@@ -965,6 +971,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
965
971
|
ListDetailFormComponent,
|
|
966
972
|
ListFormComponent,
|
|
967
973
|
AccessControlRuleFormComponent,
|
|
974
|
+
AIAgentArtifactTypeFormComponent,
|
|
975
|
+
AIAgentPermissionFormComponent,
|
|
968
976
|
AIAgentPromptFormComponent,
|
|
969
977
|
AIAgentRelationshipFormComponent,
|
|
970
978
|
AIAgentRunStepFormComponent,
|
|
@@ -977,9 +985,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
977
985
|
AIModelCostFormComponent,
|
|
978
986
|
AIModelPriceTypeFormComponent,
|
|
979
987
|
AIModelPriceUnitTypeFormComponent,
|
|
980
|
-
AIModelVendorFormComponent
|
|
981
|
-
AIPromptModelFormComponent,
|
|
982
|
-
AIPromptRunFormComponent
|
|
988
|
+
AIModelVendorFormComponent
|
|
983
989
|
],
|
|
984
990
|
imports: [
|
|
985
991
|
CommonModule,
|
|
@@ -1006,6 +1012,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
1006
1012
|
ListDetailFormComponent,
|
|
1007
1013
|
ListFormComponent,
|
|
1008
1014
|
AccessControlRuleFormComponent,
|
|
1015
|
+
AIAgentArtifactTypeFormComponent,
|
|
1016
|
+
AIAgentPermissionFormComponent,
|
|
1009
1017
|
AIAgentPromptFormComponent,
|
|
1010
1018
|
AIAgentRelationshipFormComponent,
|
|
1011
1019
|
AIAgentRunStepFormComponent,
|
|
@@ -1018,9 +1026,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
1018
1026
|
AIModelCostFormComponent,
|
|
1019
1027
|
AIModelPriceTypeFormComponent,
|
|
1020
1028
|
AIModelPriceUnitTypeFormComponent,
|
|
1021
|
-
AIModelVendorFormComponent,
|
|
1022
|
-
AIPromptModelFormComponent,
|
|
1023
|
-
AIPromptRunFormComponent], imports: [CommonModule,
|
|
1029
|
+
AIModelVendorFormComponent], imports: [CommonModule,
|
|
1024
1030
|
FormsModule,
|
|
1025
1031
|
LayoutModule,
|
|
1026
1032
|
InputsModule,
|
|
@@ -1058,10 +1064,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1058
1064
|
type: NgModule,
|
|
1059
1065
|
args: [{
|
|
1060
1066
|
declarations: [
|
|
1067
|
+
AIPromptModelFormComponent,
|
|
1068
|
+
AIPromptRunFormComponent,
|
|
1061
1069
|
AIVendorTypeDefinitionFormComponent,
|
|
1062
1070
|
AIVendorTypeFormComponent,
|
|
1063
1071
|
AIVendorFormComponent,
|
|
1064
1072
|
ArtifactTypeFormComponent,
|
|
1073
|
+
ArtifactVersionAttributeFormComponent,
|
|
1065
1074
|
ArtifactVersionFormComponent,
|
|
1066
1075
|
ArtifactFormComponent,
|
|
1067
1076
|
CollectionArtifactFormComponent,
|
|
@@ -1074,10 +1083,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1074
1083
|
ConversationArtifactPermissionFormComponent,
|
|
1075
1084
|
ConversationArtifactVersionFormComponent,
|
|
1076
1085
|
ConversationArtifactFormComponent,
|
|
1077
|
-
ConversationDetailArtifactFormComponent
|
|
1078
|
-
DashboardUserPreferenceFormComponent,
|
|
1079
|
-
DashboardUserStateFormComponent,
|
|
1080
|
-
EnvironmentFormComponent
|
|
1086
|
+
ConversationDetailArtifactFormComponent
|
|
1081
1087
|
],
|
|
1082
1088
|
imports: [
|
|
1083
1089
|
CommonModule,
|
|
@@ -1099,10 +1105,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1099
1105
|
exports: []
|
|
1100
1106
|
}]
|
|
1101
1107
|
}], null, null); })();
|
|
1102
|
-
(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,
|
|
1103
1111
|
AIVendorTypeFormComponent,
|
|
1104
1112
|
AIVendorFormComponent,
|
|
1105
1113
|
ArtifactTypeFormComponent,
|
|
1114
|
+
ArtifactVersionAttributeFormComponent,
|
|
1106
1115
|
ArtifactVersionFormComponent,
|
|
1107
1116
|
ArtifactFormComponent,
|
|
1108
1117
|
CollectionArtifactFormComponent,
|
|
@@ -1115,10 +1124,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1115
1124
|
ConversationArtifactPermissionFormComponent,
|
|
1116
1125
|
ConversationArtifactVersionFormComponent,
|
|
1117
1126
|
ConversationArtifactFormComponent,
|
|
1118
|
-
ConversationDetailArtifactFormComponent,
|
|
1119
|
-
DashboardUserPreferenceFormComponent,
|
|
1120
|
-
DashboardUserStateFormComponent,
|
|
1121
|
-
EnvironmentFormComponent], imports: [CommonModule,
|
|
1127
|
+
ConversationDetailArtifactFormComponent], imports: [CommonModule,
|
|
1122
1128
|
FormsModule,
|
|
1123
1129
|
LayoutModule,
|
|
1124
1130
|
InputsModule,
|
|
@@ -1156,6 +1162,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1156
1162
|
type: NgModule,
|
|
1157
1163
|
args: [{
|
|
1158
1164
|
declarations: [
|
|
1165
|
+
DashboardUserPreferenceFormComponent,
|
|
1166
|
+
DashboardUserStateFormComponent,
|
|
1167
|
+
EnvironmentFormComponent,
|
|
1159
1168
|
ProjectFormComponent,
|
|
1160
1169
|
PublicLinkFormComponent,
|
|
1161
1170
|
QueryParameterFormComponent,
|
|
@@ -1172,10 +1181,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1172
1181
|
QueryCategoryFormComponent,
|
|
1173
1182
|
QueryEntityFormComponent,
|
|
1174
1183
|
QueryFieldFormComponent,
|
|
1175
|
-
QueryPermissionFormComponent
|
|
1176
|
-
QueueTaskFormComponent,
|
|
1177
|
-
QueueTypeFormComponent,
|
|
1178
|
-
QueueFormComponent
|
|
1184
|
+
QueryPermissionFormComponent
|
|
1179
1185
|
],
|
|
1180
1186
|
imports: [
|
|
1181
1187
|
CommonModule,
|
|
@@ -1197,7 +1203,10 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1197
1203
|
exports: []
|
|
1198
1204
|
}]
|
|
1199
1205
|
}], null, null); })();
|
|
1200
|
-
(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,
|
|
1201
1210
|
PublicLinkFormComponent,
|
|
1202
1211
|
QueryParameterFormComponent,
|
|
1203
1212
|
RecordLinkFormComponent,
|
|
@@ -1213,10 +1222,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1213
1222
|
QueryCategoryFormComponent,
|
|
1214
1223
|
QueryEntityFormComponent,
|
|
1215
1224
|
QueryFieldFormComponent,
|
|
1216
|
-
QueryPermissionFormComponent,
|
|
1217
|
-
QueueTaskFormComponent,
|
|
1218
|
-
QueueTypeFormComponent,
|
|
1219
|
-
QueueFormComponent], imports: [CommonModule,
|
|
1225
|
+
QueryPermissionFormComponent], imports: [CommonModule,
|
|
1220
1226
|
FormsModule,
|
|
1221
1227
|
LayoutModule,
|
|
1222
1228
|
InputsModule,
|
|
@@ -1254,6 +1260,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1254
1260
|
type: NgModule,
|
|
1255
1261
|
args: [{
|
|
1256
1262
|
declarations: [
|
|
1263
|
+
QueueTaskFormComponent,
|
|
1264
|
+
QueueTypeFormComponent,
|
|
1265
|
+
QueueFormComponent,
|
|
1257
1266
|
RecommendationItemFormComponent,
|
|
1258
1267
|
RecommendationProviderFormComponent,
|
|
1259
1268
|
RecommendationRunFormComponent,
|
|
@@ -1270,10 +1279,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1270
1279
|
ResourceTypeFormComponent,
|
|
1271
1280
|
RoleFormComponent,
|
|
1272
1281
|
RowLevelSecurityFilterFormComponent,
|
|
1273
|
-
ScheduledActionParamFormComponent
|
|
1274
|
-
ScheduledActionFormComponent,
|
|
1275
|
-
SchemaInfoFormComponent,
|
|
1276
|
-
SkillFormComponent
|
|
1282
|
+
ScheduledActionParamFormComponent
|
|
1277
1283
|
],
|
|
1278
1284
|
imports: [
|
|
1279
1285
|
CommonModule,
|
|
@@ -1295,7 +1301,10 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1295
1301
|
exports: []
|
|
1296
1302
|
}]
|
|
1297
1303
|
}], null, null); })();
|
|
1298
|
-
(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,
|
|
1299
1308
|
RecommendationProviderFormComponent,
|
|
1300
1309
|
RecommendationRunFormComponent,
|
|
1301
1310
|
RecommendationFormComponent,
|
|
@@ -1311,10 +1320,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1311
1320
|
ResourceTypeFormComponent,
|
|
1312
1321
|
RoleFormComponent,
|
|
1313
1322
|
RowLevelSecurityFilterFormComponent,
|
|
1314
|
-
ScheduledActionParamFormComponent,
|
|
1315
|
-
ScheduledActionFormComponent,
|
|
1316
|
-
SchemaInfoFormComponent,
|
|
1317
|
-
SkillFormComponent], imports: [CommonModule,
|
|
1323
|
+
ScheduledActionParamFormComponent], imports: [CommonModule,
|
|
1318
1324
|
FormsModule,
|
|
1319
1325
|
LayoutModule,
|
|
1320
1326
|
InputsModule,
|
|
@@ -1352,6 +1358,9 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1352
1358
|
type: NgModule,
|
|
1353
1359
|
args: [{
|
|
1354
1360
|
declarations: [
|
|
1361
|
+
ScheduledActionFormComponent,
|
|
1362
|
+
SchemaInfoFormComponent,
|
|
1363
|
+
SkillFormComponent,
|
|
1355
1364
|
TaggedItemFormComponent,
|
|
1356
1365
|
TagFormComponent,
|
|
1357
1366
|
TemplateCategoryFormComponent,
|
|
@@ -1368,10 +1377,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1368
1377
|
UserViewCategoryFormComponent,
|
|
1369
1378
|
UserViewRunDetailFormComponent,
|
|
1370
1379
|
UserViewRunFormComponent,
|
|
1371
|
-
UserViewFormComponent
|
|
1372
|
-
UserFormComponent,
|
|
1373
|
-
VectorDatabaseFormComponent,
|
|
1374
|
-
VectorIndexFormComponent
|
|
1380
|
+
UserViewFormComponent
|
|
1375
1381
|
],
|
|
1376
1382
|
imports: [
|
|
1377
1383
|
CommonModule,
|
|
@@ -1393,7 +1399,10 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1393
1399
|
exports: []
|
|
1394
1400
|
}]
|
|
1395
1401
|
}], null, null); })();
|
|
1396
|
-
(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,
|
|
1397
1406
|
TagFormComponent,
|
|
1398
1407
|
TemplateCategoryFormComponent,
|
|
1399
1408
|
TemplateContentTypeFormComponent,
|
|
@@ -1409,10 +1418,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1409
1418
|
UserViewCategoryFormComponent,
|
|
1410
1419
|
UserViewRunDetailFormComponent,
|
|
1411
1420
|
UserViewRunFormComponent,
|
|
1412
|
-
UserViewFormComponent,
|
|
1413
|
-
UserFormComponent,
|
|
1414
|
-
VectorDatabaseFormComponent,
|
|
1415
|
-
VectorIndexFormComponent], imports: [CommonModule,
|
|
1421
|
+
UserViewFormComponent], imports: [CommonModule,
|
|
1416
1422
|
FormsModule,
|
|
1417
1423
|
LayoutModule,
|
|
1418
1424
|
InputsModule,
|
|
@@ -1450,6 +1456,9 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1450
1456
|
type: NgModule,
|
|
1451
1457
|
args: [{
|
|
1452
1458
|
declarations: [
|
|
1459
|
+
UserFormComponent,
|
|
1460
|
+
VectorDatabaseFormComponent,
|
|
1461
|
+
VectorIndexFormComponent,
|
|
1453
1462
|
VersionInstallationFormComponent,
|
|
1454
1463
|
WorkflowEngineFormComponent,
|
|
1455
1464
|
WorkflowRunFormComponent,
|
|
@@ -1466,10 +1475,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1466
1475
|
ActionParamDetailsComponent,
|
|
1467
1476
|
ActionResultCodeDetailsComponent,
|
|
1468
1477
|
ActionDetailsComponent,
|
|
1469
|
-
ActionTopComponent
|
|
1470
|
-
ActionCodeComponent,
|
|
1471
|
-
AIActionDetailsComponent,
|
|
1472
|
-
AIAgentActionDetailsComponent
|
|
1478
|
+
ActionTopComponent
|
|
1473
1479
|
],
|
|
1474
1480
|
imports: [
|
|
1475
1481
|
CommonModule,
|
|
@@ -1491,7 +1497,10 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1491
1497
|
exports: []
|
|
1492
1498
|
}]
|
|
1493
1499
|
}], null, null); })();
|
|
1494
|
-
(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,
|
|
1495
1504
|
WorkflowEngineFormComponent,
|
|
1496
1505
|
WorkflowRunFormComponent,
|
|
1497
1506
|
WorkflowFormComponent,
|
|
@@ -1507,10 +1516,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1507
1516
|
ActionParamDetailsComponent,
|
|
1508
1517
|
ActionResultCodeDetailsComponent,
|
|
1509
1518
|
ActionDetailsComponent,
|
|
1510
|
-
ActionTopComponent,
|
|
1511
|
-
ActionCodeComponent,
|
|
1512
|
-
AIActionDetailsComponent,
|
|
1513
|
-
AIAgentActionDetailsComponent], imports: [CommonModule,
|
|
1519
|
+
ActionTopComponent], imports: [CommonModule,
|
|
1514
1520
|
FormsModule,
|
|
1515
1521
|
LayoutModule,
|
|
1516
1522
|
InputsModule,
|
|
@@ -1547,6 +1553,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1547
1553
|
type: NgModule,
|
|
1548
1554
|
args: [{
|
|
1549
1555
|
declarations: [
|
|
1556
|
+
ActionCodeComponent,
|
|
1557
|
+
AIActionDetailsComponent,
|
|
1558
|
+
AIAgentActionDetailsComponent,
|
|
1550
1559
|
AIAgentLearningCycleDetailsComponent,
|
|
1551
1560
|
AIAgentModelDetailsComponent,
|
|
1552
1561
|
AIAgentNoteTypeDetailsComponent,
|
|
@@ -1563,10 +1572,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1563
1572
|
ApplicationEntityDetailsComponent,
|
|
1564
1573
|
ApplicationSettingDetailsComponent,
|
|
1565
1574
|
ApplicationDetailsComponent,
|
|
1566
|
-
AuditLogTypeDetailsComponent
|
|
1567
|
-
AuditLogDetailsComponent,
|
|
1568
|
-
AuthorizationRoleDetailsComponent,
|
|
1569
|
-
AuthorizationDetailsComponent
|
|
1575
|
+
AuditLogTypeDetailsComponent
|
|
1570
1576
|
],
|
|
1571
1577
|
imports: [
|
|
1572
1578
|
CommonModule,
|
|
@@ -1587,7 +1593,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1587
1593
|
exports: []
|
|
1588
1594
|
}]
|
|
1589
1595
|
}], null, null); })();
|
|
1590
|
-
(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,
|
|
1591
1600
|
AIAgentModelDetailsComponent,
|
|
1592
1601
|
AIAgentNoteTypeDetailsComponent,
|
|
1593
1602
|
AIAgentNoteDetailsComponent,
|
|
@@ -1603,10 +1612,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1603
1612
|
ApplicationEntityDetailsComponent,
|
|
1604
1613
|
ApplicationSettingDetailsComponent,
|
|
1605
1614
|
ApplicationDetailsComponent,
|
|
1606
|
-
AuditLogTypeDetailsComponent,
|
|
1607
|
-
AuditLogDetailsComponent,
|
|
1608
|
-
AuthorizationRoleDetailsComponent,
|
|
1609
|
-
AuthorizationDetailsComponent], imports: [CommonModule,
|
|
1615
|
+
AuditLogTypeDetailsComponent], imports: [CommonModule,
|
|
1610
1616
|
FormsModule,
|
|
1611
1617
|
LayoutModule,
|
|
1612
1618
|
InputsModule,
|
|
@@ -1642,6 +1648,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1642
1648
|
type: NgModule,
|
|
1643
1649
|
args: [{
|
|
1644
1650
|
declarations: [
|
|
1651
|
+
AuditLogDetailsComponent,
|
|
1652
|
+
AuthorizationRoleDetailsComponent,
|
|
1653
|
+
AuthorizationDetailsComponent,
|
|
1645
1654
|
CommunicationBaseMessageTypeDetailsComponent,
|
|
1646
1655
|
CommunicationLogDetailsComponent,
|
|
1647
1656
|
CommunicationProviderMessageTypeDetailsComponent,
|
|
@@ -1658,10 +1667,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1658
1667
|
ContentItemTagDetailsComponent,
|
|
1659
1668
|
ContentItemDetailsComponent,
|
|
1660
1669
|
ContentProcessRunDetailsComponent,
|
|
1661
|
-
ContentSourceParamDetailsComponent
|
|
1662
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1663
|
-
ContentSourceTypeDetailsComponent,
|
|
1664
|
-
ContentSourceDetailsComponent
|
|
1670
|
+
ContentSourceParamDetailsComponent
|
|
1665
1671
|
],
|
|
1666
1672
|
imports: [
|
|
1667
1673
|
CommonModule,
|
|
@@ -1682,7 +1688,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1682
1688
|
exports: []
|
|
1683
1689
|
}]
|
|
1684
1690
|
}], null, null); })();
|
|
1685
|
-
(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,
|
|
1686
1695
|
CommunicationLogDetailsComponent,
|
|
1687
1696
|
CommunicationProviderMessageTypeDetailsComponent,
|
|
1688
1697
|
CommunicationProviderDetailsComponent,
|
|
@@ -1698,10 +1707,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1698
1707
|
ContentItemTagDetailsComponent,
|
|
1699
1708
|
ContentItemDetailsComponent,
|
|
1700
1709
|
ContentProcessRunDetailsComponent,
|
|
1701
|
-
ContentSourceParamDetailsComponent,
|
|
1702
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1703
|
-
ContentSourceTypeDetailsComponent,
|
|
1704
|
-
ContentSourceDetailsComponent], imports: [CommonModule,
|
|
1710
|
+
ContentSourceParamDetailsComponent], imports: [CommonModule,
|
|
1705
1711
|
FormsModule,
|
|
1706
1712
|
LayoutModule,
|
|
1707
1713
|
InputsModule,
|
|
@@ -1737,6 +1743,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1737
1743
|
type: NgModule,
|
|
1738
1744
|
args: [{
|
|
1739
1745
|
declarations: [
|
|
1746
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1747
|
+
ContentSourceTypeDetailsComponent,
|
|
1748
|
+
ContentSourceDetailsComponent,
|
|
1740
1749
|
ContentTypeAttributeDetailsComponent,
|
|
1741
1750
|
ContentTypeDetailsComponent,
|
|
1742
1751
|
ConversationDetailDetailsComponent,
|
|
@@ -1753,10 +1762,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1753
1762
|
EmployeeCompanyIntegrationDetailsComponent,
|
|
1754
1763
|
EmployeeRoleDetailsComponent,
|
|
1755
1764
|
EmployeeSkillDetailsComponent,
|
|
1756
|
-
EmployeeDetailsComponent
|
|
1757
|
-
EntityDetailsComponent,
|
|
1758
|
-
EntityTopComponent,
|
|
1759
|
-
EntityAuditComponent
|
|
1765
|
+
EmployeeDetailsComponent
|
|
1760
1766
|
],
|
|
1761
1767
|
imports: [
|
|
1762
1768
|
CommonModule,
|
|
@@ -1777,7 +1783,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1777
1783
|
exports: []
|
|
1778
1784
|
}]
|
|
1779
1785
|
}], null, null); })();
|
|
1780
|
-
(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,
|
|
1781
1790
|
ContentTypeDetailsComponent,
|
|
1782
1791
|
ConversationDetailDetailsComponent,
|
|
1783
1792
|
ConversationDetailsComponent,
|
|
@@ -1793,10 +1802,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1793
1802
|
EmployeeCompanyIntegrationDetailsComponent,
|
|
1794
1803
|
EmployeeRoleDetailsComponent,
|
|
1795
1804
|
EmployeeSkillDetailsComponent,
|
|
1796
|
-
EmployeeDetailsComponent,
|
|
1797
|
-
EntityDetailsComponent,
|
|
1798
|
-
EntityTopComponent,
|
|
1799
|
-
EntityAuditComponent], imports: [CommonModule,
|
|
1805
|
+
EmployeeDetailsComponent], imports: [CommonModule,
|
|
1800
1806
|
FormsModule,
|
|
1801
1807
|
LayoutModule,
|
|
1802
1808
|
InputsModule,
|
|
@@ -1832,6 +1838,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1832
1838
|
type: NgModule,
|
|
1833
1839
|
args: [{
|
|
1834
1840
|
declarations: [
|
|
1841
|
+
EntityDetailsComponent,
|
|
1842
|
+
EntityTopComponent,
|
|
1843
|
+
EntityAuditComponent,
|
|
1835
1844
|
EntityAPIComponent,
|
|
1836
1845
|
EntityDBComponent,
|
|
1837
1846
|
EntityUIComponent,
|
|
@@ -1848,10 +1857,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1848
1857
|
EntityDocumentTypeDetailsComponent,
|
|
1849
1858
|
EntityDocumentDetailsComponent,
|
|
1850
1859
|
EntityFieldValueDetailsComponent,
|
|
1851
|
-
EntityFieldDetailsComponent
|
|
1852
|
-
EntityPermissionDetailsComponent,
|
|
1853
|
-
EntityRecordDocumentDetailsComponent,
|
|
1854
|
-
EntityRelationshipDisplayComponentDetailsComponent
|
|
1860
|
+
EntityFieldDetailsComponent
|
|
1855
1861
|
],
|
|
1856
1862
|
imports: [
|
|
1857
1863
|
CommonModule,
|
|
@@ -1872,7 +1878,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1872
1878
|
exports: []
|
|
1873
1879
|
}]
|
|
1874
1880
|
}], null, null); })();
|
|
1875
|
-
(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,
|
|
1876
1885
|
EntityDBComponent,
|
|
1877
1886
|
EntityUIComponent,
|
|
1878
1887
|
EntityActionFilterDetailsComponent,
|
|
@@ -1888,10 +1897,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1888
1897
|
EntityDocumentTypeDetailsComponent,
|
|
1889
1898
|
EntityDocumentDetailsComponent,
|
|
1890
1899
|
EntityFieldValueDetailsComponent,
|
|
1891
|
-
EntityFieldDetailsComponent,
|
|
1892
|
-
EntityPermissionDetailsComponent,
|
|
1893
|
-
EntityRecordDocumentDetailsComponent,
|
|
1894
|
-
EntityRelationshipDisplayComponentDetailsComponent], imports: [CommonModule,
|
|
1900
|
+
EntityFieldDetailsComponent], imports: [CommonModule,
|
|
1895
1901
|
FormsModule,
|
|
1896
1902
|
LayoutModule,
|
|
1897
1903
|
InputsModule,
|
|
@@ -1927,6 +1933,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1927
1933
|
type: NgModule,
|
|
1928
1934
|
args: [{
|
|
1929
1935
|
declarations: [
|
|
1936
|
+
EntityPermissionDetailsComponent,
|
|
1937
|
+
EntityRecordDocumentDetailsComponent,
|
|
1938
|
+
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1930
1939
|
EntityRelationshipDetailsComponent,
|
|
1931
1940
|
EntitySettingDetailsComponent,
|
|
1932
1941
|
ErrorLogDetailsComponent,
|
|
@@ -1943,10 +1952,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1943
1952
|
LibraryItemDetailsComponent,
|
|
1944
1953
|
ListCategoryDetailsComponent,
|
|
1945
1954
|
ListDetailDetailsComponent,
|
|
1946
|
-
ListDetailsComponent
|
|
1947
|
-
AccessControlRuleDetailsComponent,
|
|
1948
|
-
AIAgentPromptDetailsComponent,
|
|
1949
|
-
AIAgentRelationshipDetailsComponent
|
|
1955
|
+
ListDetailsComponent
|
|
1950
1956
|
],
|
|
1951
1957
|
imports: [
|
|
1952
1958
|
CommonModule,
|
|
@@ -1967,7 +1973,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1967
1973
|
exports: []
|
|
1968
1974
|
}]
|
|
1969
1975
|
}], null, null); })();
|
|
1970
|
-
(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,
|
|
1971
1980
|
EntitySettingDetailsComponent,
|
|
1972
1981
|
ErrorLogDetailsComponent,
|
|
1973
1982
|
ExplorerNavigationItemDetailsComponent,
|
|
@@ -1983,10 +1992,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1983
1992
|
LibraryItemDetailsComponent,
|
|
1984
1993
|
ListCategoryDetailsComponent,
|
|
1985
1994
|
ListDetailDetailsComponent,
|
|
1986
|
-
ListDetailsComponent,
|
|
1987
|
-
AccessControlRuleDetailsComponent,
|
|
1988
|
-
AIAgentPromptDetailsComponent,
|
|
1989
|
-
AIAgentRelationshipDetailsComponent], imports: [CommonModule,
|
|
1995
|
+
ListDetailsComponent], imports: [CommonModule,
|
|
1990
1996
|
FormsModule,
|
|
1991
1997
|
LayoutModule,
|
|
1992
1998
|
InputsModule,
|
|
@@ -2022,6 +2028,11 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2022
2028
|
type: NgModule,
|
|
2023
2029
|
args: [{
|
|
2024
2030
|
declarations: [
|
|
2031
|
+
AccessControlRuleDetailsComponent,
|
|
2032
|
+
AIAgentArtifactTypeDetailsComponent,
|
|
2033
|
+
AIAgentPermissionDetailsComponent,
|
|
2034
|
+
AIAgentPromptDetailsComponent,
|
|
2035
|
+
AIAgentRelationshipDetailsComponent,
|
|
2025
2036
|
AIAgentRunStepDetailsComponent,
|
|
2026
2037
|
AIAgentRunDetailsComponent,
|
|
2027
2038
|
AIAgentStepPathDetailsComponent,
|
|
@@ -2036,12 +2047,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2036
2047
|
AIPromptModelDetailsComponent,
|
|
2037
2048
|
AIPromptRunDetailsComponent,
|
|
2038
2049
|
AIVendorTypeDefinitionDetailsComponent,
|
|
2039
|
-
AIVendorTypeDetailsComponent
|
|
2040
|
-
AIVendorDetailsComponent,
|
|
2041
|
-
ArtifactTypeDetailsComponent,
|
|
2042
|
-
ArtifactVersionDetailsComponent,
|
|
2043
|
-
ArtifactDetailsComponent,
|
|
2044
|
-
CollectionArtifactDetailsComponent
|
|
2050
|
+
AIVendorTypeDetailsComponent
|
|
2045
2051
|
],
|
|
2046
2052
|
imports: [
|
|
2047
2053
|
CommonModule,
|
|
@@ -2062,7 +2068,12 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2062
2068
|
exports: []
|
|
2063
2069
|
}]
|
|
2064
2070
|
}], null, null); })();
|
|
2065
|
-
(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,
|
|
2066
2077
|
AIAgentRunDetailsComponent,
|
|
2067
2078
|
AIAgentStepPathDetailsComponent,
|
|
2068
2079
|
AIAgentStepDetailsComponent,
|
|
@@ -2076,12 +2087,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2076
2087
|
AIPromptModelDetailsComponent,
|
|
2077
2088
|
AIPromptRunDetailsComponent,
|
|
2078
2089
|
AIVendorTypeDefinitionDetailsComponent,
|
|
2079
|
-
AIVendorTypeDetailsComponent,
|
|
2080
|
-
AIVendorDetailsComponent,
|
|
2081
|
-
ArtifactTypeDetailsComponent,
|
|
2082
|
-
ArtifactVersionDetailsComponent,
|
|
2083
|
-
ArtifactDetailsComponent,
|
|
2084
|
-
CollectionArtifactDetailsComponent], imports: [CommonModule,
|
|
2090
|
+
AIVendorTypeDetailsComponent], imports: [CommonModule,
|
|
2085
2091
|
FormsModule,
|
|
2086
2092
|
LayoutModule,
|
|
2087
2093
|
InputsModule,
|
|
@@ -2117,6 +2123,12 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2117
2123
|
type: NgModule,
|
|
2118
2124
|
args: [{
|
|
2119
2125
|
declarations: [
|
|
2126
|
+
AIVendorDetailsComponent,
|
|
2127
|
+
ArtifactTypeDetailsComponent,
|
|
2128
|
+
ArtifactVersionAttributeDetailsComponent,
|
|
2129
|
+
ArtifactVersionDetailsComponent,
|
|
2130
|
+
ArtifactDetailsComponent,
|
|
2131
|
+
CollectionArtifactDetailsComponent,
|
|
2120
2132
|
CollectionDetailsComponent,
|
|
2121
2133
|
ComponentDependencyDetailsComponent,
|
|
2122
2134
|
ComponentLibraryDetailsComponent,
|
|
@@ -2130,13 +2142,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2130
2142
|
DashboardUserPreferenceDetailsComponent,
|
|
2131
2143
|
DashboardUserStateDetailsComponent,
|
|
2132
2144
|
EnvironmentDetailsComponent,
|
|
2133
|
-
ProjectDetailsComponent
|
|
2134
|
-
PublicLinkDetailsComponent,
|
|
2135
|
-
QueryParameterDetailsComponent,
|
|
2136
|
-
RecordLinkDetailsComponent,
|
|
2137
|
-
ReportUserStateDetailsComponent,
|
|
2138
|
-
ReportVersionDetailsComponent,
|
|
2139
|
-
TaskDependencyDetailsComponent
|
|
2145
|
+
ProjectDetailsComponent
|
|
2140
2146
|
],
|
|
2141
2147
|
imports: [
|
|
2142
2148
|
CommonModule,
|
|
@@ -2157,7 +2163,13 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2157
2163
|
exports: []
|
|
2158
2164
|
}]
|
|
2159
2165
|
}], null, null); })();
|
|
2160
|
-
(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,
|
|
2161
2173
|
ComponentDependencyDetailsComponent,
|
|
2162
2174
|
ComponentLibraryDetailsComponent,
|
|
2163
2175
|
ComponentLibraryLinkDetailsComponent,
|
|
@@ -2170,13 +2182,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2170
2182
|
DashboardUserPreferenceDetailsComponent,
|
|
2171
2183
|
DashboardUserStateDetailsComponent,
|
|
2172
2184
|
EnvironmentDetailsComponent,
|
|
2173
|
-
ProjectDetailsComponent,
|
|
2174
|
-
PublicLinkDetailsComponent,
|
|
2175
|
-
QueryParameterDetailsComponent,
|
|
2176
|
-
RecordLinkDetailsComponent,
|
|
2177
|
-
ReportUserStateDetailsComponent,
|
|
2178
|
-
ReportVersionDetailsComponent,
|
|
2179
|
-
TaskDependencyDetailsComponent], imports: [CommonModule,
|
|
2185
|
+
ProjectDetailsComponent], imports: [CommonModule,
|
|
2180
2186
|
FormsModule,
|
|
2181
2187
|
LayoutModule,
|
|
2182
2188
|
InputsModule,
|
|
@@ -2212,6 +2218,12 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2212
2218
|
type: NgModule,
|
|
2213
2219
|
args: [{
|
|
2214
2220
|
declarations: [
|
|
2221
|
+
PublicLinkDetailsComponent,
|
|
2222
|
+
QueryParameterDetailsComponent,
|
|
2223
|
+
RecordLinkDetailsComponent,
|
|
2224
|
+
ReportUserStateDetailsComponent,
|
|
2225
|
+
ReportVersionDetailsComponent,
|
|
2226
|
+
TaskDependencyDetailsComponent,
|
|
2215
2227
|
TaskTypeDetailsComponent,
|
|
2216
2228
|
TaskDetailsComponent,
|
|
2217
2229
|
OutputDeliveryTypeDetailsComponent,
|
|
@@ -2225,13 +2237,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2225
2237
|
QueueTaskDetailsComponent,
|
|
2226
2238
|
QueueTypeDetailsComponent,
|
|
2227
2239
|
QueueDetailsComponent,
|
|
2228
|
-
RecommendationItemDetailsComponent
|
|
2229
|
-
RecommendationProviderDetailsComponent,
|
|
2230
|
-
RecommendationRunDetailsComponent,
|
|
2231
|
-
RecommendationDetailsComponent,
|
|
2232
|
-
RecordChangeReplayRunDetailsComponent,
|
|
2233
|
-
RecordChangeDetailsComponent,
|
|
2234
|
-
RecordMergeDeletionLogDetailsComponent
|
|
2240
|
+
RecommendationItemDetailsComponent
|
|
2235
2241
|
],
|
|
2236
2242
|
imports: [
|
|
2237
2243
|
CommonModule,
|
|
@@ -2252,7 +2258,13 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2252
2258
|
exports: []
|
|
2253
2259
|
}]
|
|
2254
2260
|
}], null, null); })();
|
|
2255
|
-
(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,
|
|
2256
2268
|
TaskDetailsComponent,
|
|
2257
2269
|
OutputDeliveryTypeDetailsComponent,
|
|
2258
2270
|
OutputFormatTypeDetailsComponent,
|
|
@@ -2265,13 +2277,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2265
2277
|
QueueTaskDetailsComponent,
|
|
2266
2278
|
QueueTypeDetailsComponent,
|
|
2267
2279
|
QueueDetailsComponent,
|
|
2268
|
-
RecommendationItemDetailsComponent,
|
|
2269
|
-
RecommendationProviderDetailsComponent,
|
|
2270
|
-
RecommendationRunDetailsComponent,
|
|
2271
|
-
RecommendationDetailsComponent,
|
|
2272
|
-
RecordChangeReplayRunDetailsComponent,
|
|
2273
|
-
RecordChangeDetailsComponent,
|
|
2274
|
-
RecordMergeDeletionLogDetailsComponent], imports: [CommonModule,
|
|
2280
|
+
RecommendationItemDetailsComponent], imports: [CommonModule,
|
|
2275
2281
|
FormsModule,
|
|
2276
2282
|
LayoutModule,
|
|
2277
2283
|
InputsModule,
|
|
@@ -2307,6 +2313,12 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2307
2313
|
type: NgModule,
|
|
2308
2314
|
args: [{
|
|
2309
2315
|
declarations: [
|
|
2316
|
+
RecommendationProviderDetailsComponent,
|
|
2317
|
+
RecommendationRunDetailsComponent,
|
|
2318
|
+
RecommendationDetailsComponent,
|
|
2319
|
+
RecordChangeReplayRunDetailsComponent,
|
|
2320
|
+
RecordChangeDetailsComponent,
|
|
2321
|
+
RecordMergeDeletionLogDetailsComponent,
|
|
2310
2322
|
RecordMergeLogDetailsComponent,
|
|
2311
2323
|
ReportCategoryDetailsComponent,
|
|
2312
2324
|
ReportSnapshotDetailsComponent,
|
|
@@ -2320,13 +2332,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2320
2332
|
ScheduledActionDetailsComponent,
|
|
2321
2333
|
SchemaInfoDetailsComponent,
|
|
2322
2334
|
SkillDetailsComponent,
|
|
2323
|
-
TaggedItemDetailsComponent
|
|
2324
|
-
TagDetailsComponent,
|
|
2325
|
-
TemplateCategoryDetailsComponent,
|
|
2326
|
-
TemplateContentTypeDetailsComponent,
|
|
2327
|
-
TemplateContentDetailsComponent,
|
|
2328
|
-
TemplateParamDetailsComponent,
|
|
2329
|
-
TemplateDetailsComponent
|
|
2335
|
+
TaggedItemDetailsComponent
|
|
2330
2336
|
],
|
|
2331
2337
|
imports: [
|
|
2332
2338
|
CommonModule,
|
|
@@ -2347,7 +2353,13 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2347
2353
|
exports: []
|
|
2348
2354
|
}]
|
|
2349
2355
|
}], null, null); })();
|
|
2350
|
-
(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,
|
|
2351
2363
|
ReportCategoryDetailsComponent,
|
|
2352
2364
|
ReportSnapshotDetailsComponent,
|
|
2353
2365
|
ReportDetailsComponent,
|
|
@@ -2360,13 +2372,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2360
2372
|
ScheduledActionDetailsComponent,
|
|
2361
2373
|
SchemaInfoDetailsComponent,
|
|
2362
2374
|
SkillDetailsComponent,
|
|
2363
|
-
TaggedItemDetailsComponent,
|
|
2364
|
-
TagDetailsComponent,
|
|
2365
|
-
TemplateCategoryDetailsComponent,
|
|
2366
|
-
TemplateContentTypeDetailsComponent,
|
|
2367
|
-
TemplateContentDetailsComponent,
|
|
2368
|
-
TemplateParamDetailsComponent,
|
|
2369
|
-
TemplateDetailsComponent], imports: [CommonModule,
|
|
2375
|
+
TaggedItemDetailsComponent], imports: [CommonModule,
|
|
2370
2376
|
FormsModule,
|
|
2371
2377
|
LayoutModule,
|
|
2372
2378
|
InputsModule,
|
|
@@ -2402,6 +2408,12 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2402
2408
|
type: NgModule,
|
|
2403
2409
|
args: [{
|
|
2404
2410
|
declarations: [
|
|
2411
|
+
TagDetailsComponent,
|
|
2412
|
+
TemplateCategoryDetailsComponent,
|
|
2413
|
+
TemplateContentTypeDetailsComponent,
|
|
2414
|
+
TemplateContentDetailsComponent,
|
|
2415
|
+
TemplateParamDetailsComponent,
|
|
2416
|
+
TemplateDetailsComponent,
|
|
2405
2417
|
UserApplicationEntityDetailsComponent,
|
|
2406
2418
|
UserApplicationDetailsComponent,
|
|
2407
2419
|
UserFavoriteDetailsComponent,
|
|
@@ -2415,12 +2427,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2415
2427
|
UserDetailsComponent,
|
|
2416
2428
|
VectorDatabaseDetailsComponent,
|
|
2417
2429
|
VectorIndexDetailsComponent,
|
|
2418
|
-
VersionInstallationDetailsComponent
|
|
2419
|
-
WorkflowEngineDetailsComponent,
|
|
2420
|
-
WorkflowRunDetailsComponent,
|
|
2421
|
-
WorkflowDetailsComponent,
|
|
2422
|
-
WorkspaceItemDetailsComponent,
|
|
2423
|
-
WorkspaceDetailsComponent
|
|
2430
|
+
VersionInstallationDetailsComponent
|
|
2424
2431
|
],
|
|
2425
2432
|
imports: [
|
|
2426
2433
|
CommonModule,
|
|
@@ -2441,7 +2448,13 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2441
2448
|
exports: []
|
|
2442
2449
|
}]
|
|
2443
2450
|
}], null, null); })();
|
|
2444
|
-
(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,
|
|
2445
2458
|
UserApplicationDetailsComponent,
|
|
2446
2459
|
UserFavoriteDetailsComponent,
|
|
2447
2460
|
UserNotificationDetailsComponent,
|
|
@@ -2454,8 +2467,68 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2454
2467
|
UserDetailsComponent,
|
|
2455
2468
|
VectorDatabaseDetailsComponent,
|
|
2456
2469
|
VectorIndexDetailsComponent,
|
|
2457
|
-
VersionInstallationDetailsComponent,
|
|
2458
|
-
|
|
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,
|
|
2459
2532
|
WorkflowRunDetailsComponent,
|
|
2460
2533
|
WorkflowDetailsComponent,
|
|
2461
2534
|
WorkspaceItemDetailsComponent,
|
|
@@ -2496,7 +2569,8 @@ export class CoreGeneratedFormsModule {
|
|
|
2496
2569
|
GeneratedForms_SubModule_17,
|
|
2497
2570
|
GeneratedForms_SubModule_18,
|
|
2498
2571
|
GeneratedForms_SubModule_19,
|
|
2499
|
-
GeneratedForms_SubModule_20
|
|
2572
|
+
GeneratedForms_SubModule_20,
|
|
2573
|
+
GeneratedForms_SubModule_21] }); }
|
|
2500
2574
|
}
|
|
2501
2575
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
2502
2576
|
type: NgModule,
|
|
@@ -2523,11 +2597,12 @@ export class CoreGeneratedFormsModule {
|
|
|
2523
2597
|
GeneratedForms_SubModule_17,
|
|
2524
2598
|
GeneratedForms_SubModule_18,
|
|
2525
2599
|
GeneratedForms_SubModule_19,
|
|
2526
|
-
GeneratedForms_SubModule_20
|
|
2600
|
+
GeneratedForms_SubModule_20,
|
|
2601
|
+
GeneratedForms_SubModule_21
|
|
2527
2602
|
]
|
|
2528
2603
|
}]
|
|
2529
2604
|
}], null, null); })();
|
|
2530
|
-
(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] }); })();
|
|
2531
2606
|
export function LoadCoreGeneratedForms() {
|
|
2532
2607
|
// This function doesn't do much, but it calls each generated form's loader function
|
|
2533
2608
|
// which in turn calls the sections for that generated form. Ultimately, those bits of
|
|
@@ -2639,6 +2714,8 @@ export function LoadCoreGeneratedForms() {
|
|
|
2639
2714
|
LoadListDetailFormComponent();
|
|
2640
2715
|
LoadListFormComponent();
|
|
2641
2716
|
LoadAccessControlRuleFormComponent();
|
|
2717
|
+
LoadAIAgentArtifactTypeFormComponent();
|
|
2718
|
+
LoadAIAgentPermissionFormComponent();
|
|
2642
2719
|
LoadAIAgentPromptFormComponent();
|
|
2643
2720
|
LoadAIAgentRelationshipFormComponent();
|
|
2644
2721
|
LoadAIAgentRunStepFormComponent();
|
|
@@ -2658,6 +2735,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2658
2735
|
LoadAIVendorTypeFormComponent();
|
|
2659
2736
|
LoadAIVendorFormComponent();
|
|
2660
2737
|
LoadArtifactTypeFormComponent();
|
|
2738
|
+
LoadArtifactVersionAttributeFormComponent();
|
|
2661
2739
|
LoadArtifactVersionFormComponent();
|
|
2662
2740
|
LoadArtifactFormComponent();
|
|
2663
2741
|
LoadCollectionArtifactFormComponent();
|
|
@@ -2852,6 +2930,8 @@ export function LoadCoreGeneratedForms() {
|
|
|
2852
2930
|
LoadListDetailDetailsComponent();
|
|
2853
2931
|
LoadListDetailsComponent();
|
|
2854
2932
|
LoadAccessControlRuleDetailsComponent();
|
|
2933
|
+
LoadAIAgentArtifactTypeDetailsComponent();
|
|
2934
|
+
LoadAIAgentPermissionDetailsComponent();
|
|
2855
2935
|
LoadAIAgentPromptDetailsComponent();
|
|
2856
2936
|
LoadAIAgentRelationshipDetailsComponent();
|
|
2857
2937
|
LoadAIAgentRunStepDetailsComponent();
|
|
@@ -2871,6 +2951,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2871
2951
|
LoadAIVendorTypeDetailsComponent();
|
|
2872
2952
|
LoadAIVendorDetailsComponent();
|
|
2873
2953
|
LoadArtifactTypeDetailsComponent();
|
|
2954
|
+
LoadArtifactVersionAttributeDetailsComponent();
|
|
2874
2955
|
LoadArtifactVersionDetailsComponent();
|
|
2875
2956
|
LoadArtifactDetailsComponent();
|
|
2876
2957
|
LoadCollectionArtifactDetailsComponent();
|