@memberjunction/ng-core-entity-forms 2.85.0 → 2.86.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/generated/Entities/AIAgent/aiagent.form.component.js +34 -14
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +120 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Component/component.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/Component/component.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Component/component.form.component.js +90 -0
- package/dist/lib/generated/Entities/Component/component.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Component/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Component/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Component/sections/details.component.js +253 -0
- package/dist/lib/generated/Entities/Component/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.js +59 -0
- package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.js +111 -0
- package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js +70 -0
- package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.js +143 -0
- package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.js +59 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.js +120 -0
- package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js +70 -0
- package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.js +125 -0
- package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.js.map +1 -0
- package/dist/lib/generated/generated-forms.module.d.ts +303 -291
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +286 -238
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +16 -16
|
@@ -128,6 +128,7 @@ 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 { AIAgentPromptFormComponent, LoadAIAgentPromptFormComponent } from "./Entities/AIAgentPrompt/aiagentprompt.form.component";
|
|
131
|
+
import { AIAgentRelationshipFormComponent, LoadAIAgentRelationshipFormComponent } from "./Entities/AIAgentRelationship/aiagentrelationship.form.component";
|
|
131
132
|
import { AIAgentRunStepFormComponent, LoadAIAgentRunStepFormComponent } from "./Entities/AIAgentRunStep/aiagentrunstep.form.component";
|
|
132
133
|
import { AIAgentRunFormComponent, LoadAIAgentRunFormComponent } from "./Entities/AIAgentRun/aiagentrun.form.component";
|
|
133
134
|
import { AIAgentStepPathFormComponent, LoadAIAgentStepPathFormComponent } from "./Entities/AIAgentStepPath/aiagentsteppath.form.component";
|
|
@@ -145,6 +146,11 @@ import { AIVendorTypeDefinitionFormComponent, LoadAIVendorTypeDefinitionFormComp
|
|
|
145
146
|
import { AIVendorTypeFormComponent, LoadAIVendorTypeFormComponent } from "./Entities/AIVendorType/aivendortype.form.component";
|
|
146
147
|
import { AIVendorFormComponent, LoadAIVendorFormComponent } from "./Entities/AIVendor/aivendor.form.component";
|
|
147
148
|
import { ArtifactTypeFormComponent, LoadArtifactTypeFormComponent } from "./Entities/ArtifactType/artifacttype.form.component";
|
|
149
|
+
import { ComponentDependencyFormComponent, LoadComponentDependencyFormComponent } from "./Entities/ComponentDependency/componentdependency.form.component";
|
|
150
|
+
import { ComponentLibraryFormComponent, LoadComponentLibraryFormComponent } from "./Entities/ComponentLibrary/componentlibrary.form.component";
|
|
151
|
+
import { ComponentLibraryLinkFormComponent, LoadComponentLibraryLinkFormComponent } from "./Entities/ComponentLibraryLink/componentlibrarylink.form.component";
|
|
152
|
+
import { ComponentRegistryFormComponent, LoadComponentRegistryFormComponent } from "./Entities/ComponentRegistry/componentregistry.form.component";
|
|
153
|
+
import { ComponentFormComponent, LoadComponentFormComponent } from "./Entities/Component/component.form.component";
|
|
148
154
|
import { ConversationArtifactPermissionFormComponent, LoadConversationArtifactPermissionFormComponent } from "./Entities/ConversationArtifactPermission/conversationartifactpermission.form.component";
|
|
149
155
|
import { ConversationArtifactVersionFormComponent, LoadConversationArtifactVersionFormComponent } from "./Entities/ConversationArtifactVersion/conversationartifactversion.form.component";
|
|
150
156
|
import { ConversationArtifactFormComponent, LoadConversationArtifactFormComponent } from "./Entities/ConversationArtifact/conversationartifact.form.component";
|
|
@@ -322,6 +328,7 @@ import { ListCategoryDetailsComponent, LoadListCategoryDetailsComponent } from "
|
|
|
322
328
|
import { ListDetailDetailsComponent, LoadListDetailDetailsComponent } from "./Entities/ListDetail/sections/details.component";
|
|
323
329
|
import { ListDetailsComponent, LoadListDetailsComponent } from "./Entities/List/sections/details.component";
|
|
324
330
|
import { AIAgentPromptDetailsComponent, LoadAIAgentPromptDetailsComponent } from "./Entities/AIAgentPrompt/sections/details.component";
|
|
331
|
+
import { AIAgentRelationshipDetailsComponent, LoadAIAgentRelationshipDetailsComponent } from "./Entities/AIAgentRelationship/sections/details.component";
|
|
325
332
|
import { AIAgentRunStepDetailsComponent, LoadAIAgentRunStepDetailsComponent } from "./Entities/AIAgentRunStep/sections/details.component";
|
|
326
333
|
import { AIAgentRunDetailsComponent, LoadAIAgentRunDetailsComponent } from "./Entities/AIAgentRun/sections/details.component";
|
|
327
334
|
import { AIAgentStepPathDetailsComponent, LoadAIAgentStepPathDetailsComponent } from "./Entities/AIAgentStepPath/sections/details.component";
|
|
@@ -339,6 +346,11 @@ import { AIVendorTypeDefinitionDetailsComponent, LoadAIVendorTypeDefinitionDetai
|
|
|
339
346
|
import { AIVendorTypeDetailsComponent, LoadAIVendorTypeDetailsComponent } from "./Entities/AIVendorType/sections/details.component";
|
|
340
347
|
import { AIVendorDetailsComponent, LoadAIVendorDetailsComponent } from "./Entities/AIVendor/sections/details.component";
|
|
341
348
|
import { ArtifactTypeDetailsComponent, LoadArtifactTypeDetailsComponent } from "./Entities/ArtifactType/sections/details.component";
|
|
349
|
+
import { ComponentDependencyDetailsComponent, LoadComponentDependencyDetailsComponent } from "./Entities/ComponentDependency/sections/details.component";
|
|
350
|
+
import { ComponentLibraryDetailsComponent, LoadComponentLibraryDetailsComponent } from "./Entities/ComponentLibrary/sections/details.component";
|
|
351
|
+
import { ComponentLibraryLinkDetailsComponent, LoadComponentLibraryLinkDetailsComponent } from "./Entities/ComponentLibraryLink/sections/details.component";
|
|
352
|
+
import { ComponentRegistryDetailsComponent, LoadComponentRegistryDetailsComponent } from "./Entities/ComponentRegistry/sections/details.component";
|
|
353
|
+
import { ComponentDetailsComponent, LoadComponentDetailsComponent } from "./Entities/Component/sections/details.component";
|
|
342
354
|
import { ConversationArtifactPermissionDetailsComponent, LoadConversationArtifactPermissionDetailsComponent } from "./Entities/ConversationArtifactPermission/sections/details.component";
|
|
343
355
|
import { ConversationArtifactVersionDetailsComponent, LoadConversationArtifactVersionDetailsComponent } from "./Entities/ConversationArtifactVersion/sections/details.component";
|
|
344
356
|
import { ConversationArtifactDetailsComponent, LoadConversationArtifactDetailsComponent } from "./Entities/ConversationArtifact/sections/details.component";
|
|
@@ -927,6 +939,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
927
939
|
ListDetailFormComponent,
|
|
928
940
|
ListFormComponent,
|
|
929
941
|
AIAgentPromptFormComponent,
|
|
942
|
+
AIAgentRelationshipFormComponent,
|
|
930
943
|
AIAgentRunStepFormComponent,
|
|
931
944
|
AIAgentRunFormComponent,
|
|
932
945
|
AIAgentStepPathFormComponent,
|
|
@@ -940,8 +953,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
940
953
|
AIModelVendorFormComponent,
|
|
941
954
|
AIPromptModelFormComponent,
|
|
942
955
|
AIPromptRunFormComponent,
|
|
943
|
-
AIVendorTypeDefinitionFormComponent
|
|
944
|
-
AIVendorTypeFormComponent
|
|
956
|
+
AIVendorTypeDefinitionFormComponent
|
|
945
957
|
],
|
|
946
958
|
imports: [
|
|
947
959
|
CommonModule,
|
|
@@ -968,6 +980,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
968
980
|
ListDetailFormComponent,
|
|
969
981
|
ListFormComponent,
|
|
970
982
|
AIAgentPromptFormComponent,
|
|
983
|
+
AIAgentRelationshipFormComponent,
|
|
971
984
|
AIAgentRunStepFormComponent,
|
|
972
985
|
AIAgentRunFormComponent,
|
|
973
986
|
AIAgentStepPathFormComponent,
|
|
@@ -981,8 +994,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
981
994
|
AIModelVendorFormComponent,
|
|
982
995
|
AIPromptModelFormComponent,
|
|
983
996
|
AIPromptRunFormComponent,
|
|
984
|
-
AIVendorTypeDefinitionFormComponent,
|
|
985
|
-
AIVendorTypeFormComponent], imports: [CommonModule,
|
|
997
|
+
AIVendorTypeDefinitionFormComponent], imports: [CommonModule,
|
|
986
998
|
FormsModule,
|
|
987
999
|
LayoutModule,
|
|
988
1000
|
InputsModule,
|
|
@@ -1020,8 +1032,14 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1020
1032
|
type: NgModule,
|
|
1021
1033
|
args: [{
|
|
1022
1034
|
declarations: [
|
|
1035
|
+
AIVendorTypeFormComponent,
|
|
1023
1036
|
AIVendorFormComponent,
|
|
1024
1037
|
ArtifactTypeFormComponent,
|
|
1038
|
+
ComponentDependencyFormComponent,
|
|
1039
|
+
ComponentLibraryFormComponent,
|
|
1040
|
+
ComponentLibraryLinkFormComponent,
|
|
1041
|
+
ComponentRegistryFormComponent,
|
|
1042
|
+
ComponentFormComponent,
|
|
1025
1043
|
ConversationArtifactPermissionFormComponent,
|
|
1026
1044
|
ConversationArtifactVersionFormComponent,
|
|
1027
1045
|
ConversationArtifactFormComponent,
|
|
@@ -1033,13 +1051,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1033
1051
|
OutputDeliveryTypeFormComponent,
|
|
1034
1052
|
OutputFormatTypeFormComponent,
|
|
1035
1053
|
OutputTriggerTypeFormComponent,
|
|
1036
|
-
QueryFormComponent
|
|
1037
|
-
QueryCategoryFormComponent,
|
|
1038
|
-
QueryEntityFormComponent,
|
|
1039
|
-
QueryFieldFormComponent,
|
|
1040
|
-
QueryPermissionFormComponent,
|
|
1041
|
-
QueueTaskFormComponent,
|
|
1042
|
-
QueueTypeFormComponent
|
|
1054
|
+
QueryFormComponent
|
|
1043
1055
|
],
|
|
1044
1056
|
imports: [
|
|
1045
1057
|
CommonModule,
|
|
@@ -1061,8 +1073,14 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1061
1073
|
exports: []
|
|
1062
1074
|
}]
|
|
1063
1075
|
}], null, null); })();
|
|
1064
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
1076
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIVendorTypeFormComponent,
|
|
1077
|
+
AIVendorFormComponent,
|
|
1065
1078
|
ArtifactTypeFormComponent,
|
|
1079
|
+
ComponentDependencyFormComponent,
|
|
1080
|
+
ComponentLibraryFormComponent,
|
|
1081
|
+
ComponentLibraryLinkFormComponent,
|
|
1082
|
+
ComponentRegistryFormComponent,
|
|
1083
|
+
ComponentFormComponent,
|
|
1066
1084
|
ConversationArtifactPermissionFormComponent,
|
|
1067
1085
|
ConversationArtifactVersionFormComponent,
|
|
1068
1086
|
ConversationArtifactFormComponent,
|
|
@@ -1074,13 +1092,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1074
1092
|
OutputDeliveryTypeFormComponent,
|
|
1075
1093
|
OutputFormatTypeFormComponent,
|
|
1076
1094
|
OutputTriggerTypeFormComponent,
|
|
1077
|
-
QueryFormComponent,
|
|
1078
|
-
QueryCategoryFormComponent,
|
|
1079
|
-
QueryEntityFormComponent,
|
|
1080
|
-
QueryFieldFormComponent,
|
|
1081
|
-
QueryPermissionFormComponent,
|
|
1082
|
-
QueueTaskFormComponent,
|
|
1083
|
-
QueueTypeFormComponent], imports: [CommonModule,
|
|
1095
|
+
QueryFormComponent], imports: [CommonModule,
|
|
1084
1096
|
FormsModule,
|
|
1085
1097
|
LayoutModule,
|
|
1086
1098
|
InputsModule,
|
|
@@ -1118,6 +1130,12 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1118
1130
|
type: NgModule,
|
|
1119
1131
|
args: [{
|
|
1120
1132
|
declarations: [
|
|
1133
|
+
QueryCategoryFormComponent,
|
|
1134
|
+
QueryEntityFormComponent,
|
|
1135
|
+
QueryFieldFormComponent,
|
|
1136
|
+
QueryPermissionFormComponent,
|
|
1137
|
+
QueueTaskFormComponent,
|
|
1138
|
+
QueueTypeFormComponent,
|
|
1121
1139
|
QueueFormComponent,
|
|
1122
1140
|
RecommendationItemFormComponent,
|
|
1123
1141
|
RecommendationProviderFormComponent,
|
|
@@ -1131,13 +1149,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1131
1149
|
ReportSnapshotFormComponent,
|
|
1132
1150
|
ReportFormComponent,
|
|
1133
1151
|
ResourceLinkFormComponent,
|
|
1134
|
-
ResourcePermissionFormComponent
|
|
1135
|
-
ResourceTypeFormComponent,
|
|
1136
|
-
RoleFormComponent,
|
|
1137
|
-
RowLevelSecurityFilterFormComponent,
|
|
1138
|
-
ScheduledActionParamFormComponent,
|
|
1139
|
-
ScheduledActionFormComponent,
|
|
1140
|
-
SchemaInfoFormComponent
|
|
1152
|
+
ResourcePermissionFormComponent
|
|
1141
1153
|
],
|
|
1142
1154
|
imports: [
|
|
1143
1155
|
CommonModule,
|
|
@@ -1159,7 +1171,13 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1159
1171
|
exports: []
|
|
1160
1172
|
}]
|
|
1161
1173
|
}], null, null); })();
|
|
1162
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
1174
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [QueryCategoryFormComponent,
|
|
1175
|
+
QueryEntityFormComponent,
|
|
1176
|
+
QueryFieldFormComponent,
|
|
1177
|
+
QueryPermissionFormComponent,
|
|
1178
|
+
QueueTaskFormComponent,
|
|
1179
|
+
QueueTypeFormComponent,
|
|
1180
|
+
QueueFormComponent,
|
|
1163
1181
|
RecommendationItemFormComponent,
|
|
1164
1182
|
RecommendationProviderFormComponent,
|
|
1165
1183
|
RecommendationRunFormComponent,
|
|
@@ -1172,13 +1190,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1172
1190
|
ReportSnapshotFormComponent,
|
|
1173
1191
|
ReportFormComponent,
|
|
1174
1192
|
ResourceLinkFormComponent,
|
|
1175
|
-
ResourcePermissionFormComponent,
|
|
1176
|
-
ResourceTypeFormComponent,
|
|
1177
|
-
RoleFormComponent,
|
|
1178
|
-
RowLevelSecurityFilterFormComponent,
|
|
1179
|
-
ScheduledActionParamFormComponent,
|
|
1180
|
-
ScheduledActionFormComponent,
|
|
1181
|
-
SchemaInfoFormComponent], imports: [CommonModule,
|
|
1193
|
+
ResourcePermissionFormComponent], imports: [CommonModule,
|
|
1182
1194
|
FormsModule,
|
|
1183
1195
|
LayoutModule,
|
|
1184
1196
|
InputsModule,
|
|
@@ -1216,6 +1228,12 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1216
1228
|
type: NgModule,
|
|
1217
1229
|
args: [{
|
|
1218
1230
|
declarations: [
|
|
1231
|
+
ResourceTypeFormComponent,
|
|
1232
|
+
RoleFormComponent,
|
|
1233
|
+
RowLevelSecurityFilterFormComponent,
|
|
1234
|
+
ScheduledActionParamFormComponent,
|
|
1235
|
+
ScheduledActionFormComponent,
|
|
1236
|
+
SchemaInfoFormComponent,
|
|
1219
1237
|
SkillFormComponent,
|
|
1220
1238
|
TaggedItemFormComponent,
|
|
1221
1239
|
TagFormComponent,
|
|
@@ -1229,13 +1247,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1229
1247
|
UserFavoriteFormComponent,
|
|
1230
1248
|
UserNotificationFormComponent,
|
|
1231
1249
|
UserRecordLogFormComponent,
|
|
1232
|
-
UserRoleFormComponent
|
|
1233
|
-
UserViewCategoryFormComponent,
|
|
1234
|
-
UserViewRunDetailFormComponent,
|
|
1235
|
-
UserViewRunFormComponent,
|
|
1236
|
-
UserViewFormComponent,
|
|
1237
|
-
UserFormComponent,
|
|
1238
|
-
VectorDatabaseFormComponent
|
|
1250
|
+
UserRoleFormComponent
|
|
1239
1251
|
],
|
|
1240
1252
|
imports: [
|
|
1241
1253
|
CommonModule,
|
|
@@ -1257,7 +1269,13 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1257
1269
|
exports: []
|
|
1258
1270
|
}]
|
|
1259
1271
|
}], null, null); })();
|
|
1260
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
1272
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [ResourceTypeFormComponent,
|
|
1273
|
+
RoleFormComponent,
|
|
1274
|
+
RowLevelSecurityFilterFormComponent,
|
|
1275
|
+
ScheduledActionParamFormComponent,
|
|
1276
|
+
ScheduledActionFormComponent,
|
|
1277
|
+
SchemaInfoFormComponent,
|
|
1278
|
+
SkillFormComponent,
|
|
1261
1279
|
TaggedItemFormComponent,
|
|
1262
1280
|
TagFormComponent,
|
|
1263
1281
|
TemplateCategoryFormComponent,
|
|
@@ -1270,13 +1288,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1270
1288
|
UserFavoriteFormComponent,
|
|
1271
1289
|
UserNotificationFormComponent,
|
|
1272
1290
|
UserRecordLogFormComponent,
|
|
1273
|
-
UserRoleFormComponent,
|
|
1274
|
-
UserViewCategoryFormComponent,
|
|
1275
|
-
UserViewRunDetailFormComponent,
|
|
1276
|
-
UserViewRunFormComponent,
|
|
1277
|
-
UserViewFormComponent,
|
|
1278
|
-
UserFormComponent,
|
|
1279
|
-
VectorDatabaseFormComponent], imports: [CommonModule,
|
|
1291
|
+
UserRoleFormComponent], imports: [CommonModule,
|
|
1280
1292
|
FormsModule,
|
|
1281
1293
|
LayoutModule,
|
|
1282
1294
|
InputsModule,
|
|
@@ -1314,6 +1326,12 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1314
1326
|
type: NgModule,
|
|
1315
1327
|
args: [{
|
|
1316
1328
|
declarations: [
|
|
1329
|
+
UserViewCategoryFormComponent,
|
|
1330
|
+
UserViewRunDetailFormComponent,
|
|
1331
|
+
UserViewRunFormComponent,
|
|
1332
|
+
UserViewFormComponent,
|
|
1333
|
+
UserFormComponent,
|
|
1334
|
+
VectorDatabaseFormComponent,
|
|
1317
1335
|
VectorIndexFormComponent,
|
|
1318
1336
|
VersionInstallationFormComponent,
|
|
1319
1337
|
WorkflowEngineFormComponent,
|
|
@@ -1327,13 +1345,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1327
1345
|
ActionContextDetailsComponent,
|
|
1328
1346
|
ActionExecutionLogDetailsComponent,
|
|
1329
1347
|
ActionFilterDetailsComponent,
|
|
1330
|
-
ActionLibraryDetailsComponent
|
|
1331
|
-
ActionParamDetailsComponent,
|
|
1332
|
-
ActionResultCodeDetailsComponent,
|
|
1333
|
-
ActionDetailsComponent,
|
|
1334
|
-
ActionTopComponent,
|
|
1335
|
-
ActionCodeComponent,
|
|
1336
|
-
AIActionDetailsComponent
|
|
1348
|
+
ActionLibraryDetailsComponent
|
|
1337
1349
|
],
|
|
1338
1350
|
imports: [
|
|
1339
1351
|
CommonModule,
|
|
@@ -1355,7 +1367,13 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1355
1367
|
exports: []
|
|
1356
1368
|
}]
|
|
1357
1369
|
}], null, null); })();
|
|
1358
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1370
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [UserViewCategoryFormComponent,
|
|
1371
|
+
UserViewRunDetailFormComponent,
|
|
1372
|
+
UserViewRunFormComponent,
|
|
1373
|
+
UserViewFormComponent,
|
|
1374
|
+
UserFormComponent,
|
|
1375
|
+
VectorDatabaseFormComponent,
|
|
1376
|
+
VectorIndexFormComponent,
|
|
1359
1377
|
VersionInstallationFormComponent,
|
|
1360
1378
|
WorkflowEngineFormComponent,
|
|
1361
1379
|
WorkflowRunFormComponent,
|
|
@@ -1368,13 +1386,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1368
1386
|
ActionContextDetailsComponent,
|
|
1369
1387
|
ActionExecutionLogDetailsComponent,
|
|
1370
1388
|
ActionFilterDetailsComponent,
|
|
1371
|
-
ActionLibraryDetailsComponent,
|
|
1372
|
-
ActionParamDetailsComponent,
|
|
1373
|
-
ActionResultCodeDetailsComponent,
|
|
1374
|
-
ActionDetailsComponent,
|
|
1375
|
-
ActionTopComponent,
|
|
1376
|
-
ActionCodeComponent,
|
|
1377
|
-
AIActionDetailsComponent], imports: [CommonModule,
|
|
1389
|
+
ActionLibraryDetailsComponent], imports: [CommonModule,
|
|
1378
1390
|
FormsModule,
|
|
1379
1391
|
LayoutModule,
|
|
1380
1392
|
InputsModule,
|
|
@@ -1411,6 +1423,12 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1411
1423
|
type: NgModule,
|
|
1412
1424
|
args: [{
|
|
1413
1425
|
declarations: [
|
|
1426
|
+
ActionParamDetailsComponent,
|
|
1427
|
+
ActionResultCodeDetailsComponent,
|
|
1428
|
+
ActionDetailsComponent,
|
|
1429
|
+
ActionTopComponent,
|
|
1430
|
+
ActionCodeComponent,
|
|
1431
|
+
AIActionDetailsComponent,
|
|
1414
1432
|
AIAgentActionDetailsComponent,
|
|
1415
1433
|
AIAgentLearningCycleDetailsComponent,
|
|
1416
1434
|
AIAgentModelDetailsComponent,
|
|
@@ -1424,13 +1442,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1424
1442
|
AIPromptCategoryDetailsComponent,
|
|
1425
1443
|
AIPromptTypeDetailsComponent,
|
|
1426
1444
|
AIPromptDetailsComponent,
|
|
1427
|
-
AIResultCacheDetailsComponent
|
|
1428
|
-
ApplicationEntityDetailsComponent,
|
|
1429
|
-
ApplicationSettingDetailsComponent,
|
|
1430
|
-
ApplicationDetailsComponent,
|
|
1431
|
-
AuditLogTypeDetailsComponent,
|
|
1432
|
-
AuditLogDetailsComponent,
|
|
1433
|
-
AuthorizationRoleDetailsComponent
|
|
1445
|
+
AIResultCacheDetailsComponent
|
|
1434
1446
|
],
|
|
1435
1447
|
imports: [
|
|
1436
1448
|
CommonModule,
|
|
@@ -1451,7 +1463,13 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1451
1463
|
exports: []
|
|
1452
1464
|
}]
|
|
1453
1465
|
}], null, null); })();
|
|
1454
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1466
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [ActionParamDetailsComponent,
|
|
1467
|
+
ActionResultCodeDetailsComponent,
|
|
1468
|
+
ActionDetailsComponent,
|
|
1469
|
+
ActionTopComponent,
|
|
1470
|
+
ActionCodeComponent,
|
|
1471
|
+
AIActionDetailsComponent,
|
|
1472
|
+
AIAgentActionDetailsComponent,
|
|
1455
1473
|
AIAgentLearningCycleDetailsComponent,
|
|
1456
1474
|
AIAgentModelDetailsComponent,
|
|
1457
1475
|
AIAgentNoteTypeDetailsComponent,
|
|
@@ -1464,13 +1482,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1464
1482
|
AIPromptCategoryDetailsComponent,
|
|
1465
1483
|
AIPromptTypeDetailsComponent,
|
|
1466
1484
|
AIPromptDetailsComponent,
|
|
1467
|
-
AIResultCacheDetailsComponent,
|
|
1468
|
-
ApplicationEntityDetailsComponent,
|
|
1469
|
-
ApplicationSettingDetailsComponent,
|
|
1470
|
-
ApplicationDetailsComponent,
|
|
1471
|
-
AuditLogTypeDetailsComponent,
|
|
1472
|
-
AuditLogDetailsComponent,
|
|
1473
|
-
AuthorizationRoleDetailsComponent], imports: [CommonModule,
|
|
1485
|
+
AIResultCacheDetailsComponent], imports: [CommonModule,
|
|
1474
1486
|
FormsModule,
|
|
1475
1487
|
LayoutModule,
|
|
1476
1488
|
InputsModule,
|
|
@@ -1506,6 +1518,12 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1506
1518
|
type: NgModule,
|
|
1507
1519
|
args: [{
|
|
1508
1520
|
declarations: [
|
|
1521
|
+
ApplicationEntityDetailsComponent,
|
|
1522
|
+
ApplicationSettingDetailsComponent,
|
|
1523
|
+
ApplicationDetailsComponent,
|
|
1524
|
+
AuditLogTypeDetailsComponent,
|
|
1525
|
+
AuditLogDetailsComponent,
|
|
1526
|
+
AuthorizationRoleDetailsComponent,
|
|
1509
1527
|
AuthorizationDetailsComponent,
|
|
1510
1528
|
CommunicationBaseMessageTypeDetailsComponent,
|
|
1511
1529
|
CommunicationLogDetailsComponent,
|
|
@@ -1519,13 +1537,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1519
1537
|
CompanyIntegrationRunDetailsComponent,
|
|
1520
1538
|
CompanyIntegrationDetailsComponent,
|
|
1521
1539
|
ContentFileTypeDetailsComponent,
|
|
1522
|
-
ContentItemAttributeDetailsComponent
|
|
1523
|
-
ContentItemTagDetailsComponent,
|
|
1524
|
-
ContentItemDetailsComponent,
|
|
1525
|
-
ContentProcessRunDetailsComponent,
|
|
1526
|
-
ContentSourceParamDetailsComponent,
|
|
1527
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1528
|
-
ContentSourceTypeDetailsComponent
|
|
1540
|
+
ContentItemAttributeDetailsComponent
|
|
1529
1541
|
],
|
|
1530
1542
|
imports: [
|
|
1531
1543
|
CommonModule,
|
|
@@ -1546,7 +1558,13 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1546
1558
|
exports: []
|
|
1547
1559
|
}]
|
|
1548
1560
|
}], null, null); })();
|
|
1549
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1561
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [ApplicationEntityDetailsComponent,
|
|
1562
|
+
ApplicationSettingDetailsComponent,
|
|
1563
|
+
ApplicationDetailsComponent,
|
|
1564
|
+
AuditLogTypeDetailsComponent,
|
|
1565
|
+
AuditLogDetailsComponent,
|
|
1566
|
+
AuthorizationRoleDetailsComponent,
|
|
1567
|
+
AuthorizationDetailsComponent,
|
|
1550
1568
|
CommunicationBaseMessageTypeDetailsComponent,
|
|
1551
1569
|
CommunicationLogDetailsComponent,
|
|
1552
1570
|
CommunicationProviderMessageTypeDetailsComponent,
|
|
@@ -1559,13 +1577,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1559
1577
|
CompanyIntegrationRunDetailsComponent,
|
|
1560
1578
|
CompanyIntegrationDetailsComponent,
|
|
1561
1579
|
ContentFileTypeDetailsComponent,
|
|
1562
|
-
ContentItemAttributeDetailsComponent,
|
|
1563
|
-
ContentItemTagDetailsComponent,
|
|
1564
|
-
ContentItemDetailsComponent,
|
|
1565
|
-
ContentProcessRunDetailsComponent,
|
|
1566
|
-
ContentSourceParamDetailsComponent,
|
|
1567
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1568
|
-
ContentSourceTypeDetailsComponent], imports: [CommonModule,
|
|
1580
|
+
ContentItemAttributeDetailsComponent], imports: [CommonModule,
|
|
1569
1581
|
FormsModule,
|
|
1570
1582
|
LayoutModule,
|
|
1571
1583
|
InputsModule,
|
|
@@ -1601,6 +1613,12 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1601
1613
|
type: NgModule,
|
|
1602
1614
|
args: [{
|
|
1603
1615
|
declarations: [
|
|
1616
|
+
ContentItemTagDetailsComponent,
|
|
1617
|
+
ContentItemDetailsComponent,
|
|
1618
|
+
ContentProcessRunDetailsComponent,
|
|
1619
|
+
ContentSourceParamDetailsComponent,
|
|
1620
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1621
|
+
ContentSourceTypeDetailsComponent,
|
|
1604
1622
|
ContentSourceDetailsComponent,
|
|
1605
1623
|
ContentTypeAttributeDetailsComponent,
|
|
1606
1624
|
ContentTypeDetailsComponent,
|
|
@@ -1614,13 +1632,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1614
1632
|
DatasetDetailsComponent,
|
|
1615
1633
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1616
1634
|
DuplicateRunDetailDetailsComponent,
|
|
1617
|
-
DuplicateRunDetailsComponent
|
|
1618
|
-
EmployeeCompanyIntegrationDetailsComponent,
|
|
1619
|
-
EmployeeRoleDetailsComponent,
|
|
1620
|
-
EmployeeSkillDetailsComponent,
|
|
1621
|
-
EmployeeDetailsComponent,
|
|
1622
|
-
EntityDetailsComponent,
|
|
1623
|
-
EntityTopComponent
|
|
1635
|
+
DuplicateRunDetailsComponent
|
|
1624
1636
|
],
|
|
1625
1637
|
imports: [
|
|
1626
1638
|
CommonModule,
|
|
@@ -1641,7 +1653,13 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1641
1653
|
exports: []
|
|
1642
1654
|
}]
|
|
1643
1655
|
}], null, null); })();
|
|
1644
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1656
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [ContentItemTagDetailsComponent,
|
|
1657
|
+
ContentItemDetailsComponent,
|
|
1658
|
+
ContentProcessRunDetailsComponent,
|
|
1659
|
+
ContentSourceParamDetailsComponent,
|
|
1660
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1661
|
+
ContentSourceTypeDetailsComponent,
|
|
1662
|
+
ContentSourceDetailsComponent,
|
|
1645
1663
|
ContentTypeAttributeDetailsComponent,
|
|
1646
1664
|
ContentTypeDetailsComponent,
|
|
1647
1665
|
ConversationDetailDetailsComponent,
|
|
@@ -1654,13 +1672,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1654
1672
|
DatasetDetailsComponent,
|
|
1655
1673
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1656
1674
|
DuplicateRunDetailDetailsComponent,
|
|
1657
|
-
DuplicateRunDetailsComponent,
|
|
1658
|
-
EmployeeCompanyIntegrationDetailsComponent,
|
|
1659
|
-
EmployeeRoleDetailsComponent,
|
|
1660
|
-
EmployeeSkillDetailsComponent,
|
|
1661
|
-
EmployeeDetailsComponent,
|
|
1662
|
-
EntityDetailsComponent,
|
|
1663
|
-
EntityTopComponent], imports: [CommonModule,
|
|
1675
|
+
DuplicateRunDetailsComponent], imports: [CommonModule,
|
|
1664
1676
|
FormsModule,
|
|
1665
1677
|
LayoutModule,
|
|
1666
1678
|
InputsModule,
|
|
@@ -1696,6 +1708,12 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1696
1708
|
type: NgModule,
|
|
1697
1709
|
args: [{
|
|
1698
1710
|
declarations: [
|
|
1711
|
+
EmployeeCompanyIntegrationDetailsComponent,
|
|
1712
|
+
EmployeeRoleDetailsComponent,
|
|
1713
|
+
EmployeeSkillDetailsComponent,
|
|
1714
|
+
EmployeeDetailsComponent,
|
|
1715
|
+
EntityDetailsComponent,
|
|
1716
|
+
EntityTopComponent,
|
|
1699
1717
|
EntityAuditComponent,
|
|
1700
1718
|
EntityAPIComponent,
|
|
1701
1719
|
EntityDBComponent,
|
|
@@ -1709,13 +1727,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1709
1727
|
EntityCommunicationFieldDetailsComponent,
|
|
1710
1728
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1711
1729
|
EntityDocumentRunDetailsComponent,
|
|
1712
|
-
EntityDocumentSettingDetailsComponent
|
|
1713
|
-
EntityDocumentTypeDetailsComponent,
|
|
1714
|
-
EntityDocumentDetailsComponent,
|
|
1715
|
-
EntityFieldValueDetailsComponent,
|
|
1716
|
-
EntityFieldDetailsComponent,
|
|
1717
|
-
EntityPermissionDetailsComponent,
|
|
1718
|
-
EntityRecordDocumentDetailsComponent
|
|
1730
|
+
EntityDocumentSettingDetailsComponent
|
|
1719
1731
|
],
|
|
1720
1732
|
imports: [
|
|
1721
1733
|
CommonModule,
|
|
@@ -1736,7 +1748,13 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1736
1748
|
exports: []
|
|
1737
1749
|
}]
|
|
1738
1750
|
}], null, null); })();
|
|
1739
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1751
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [EmployeeCompanyIntegrationDetailsComponent,
|
|
1752
|
+
EmployeeRoleDetailsComponent,
|
|
1753
|
+
EmployeeSkillDetailsComponent,
|
|
1754
|
+
EmployeeDetailsComponent,
|
|
1755
|
+
EntityDetailsComponent,
|
|
1756
|
+
EntityTopComponent,
|
|
1757
|
+
EntityAuditComponent,
|
|
1740
1758
|
EntityAPIComponent,
|
|
1741
1759
|
EntityDBComponent,
|
|
1742
1760
|
EntityUIComponent,
|
|
@@ -1749,13 +1767,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1749
1767
|
EntityCommunicationFieldDetailsComponent,
|
|
1750
1768
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1751
1769
|
EntityDocumentRunDetailsComponent,
|
|
1752
|
-
EntityDocumentSettingDetailsComponent,
|
|
1753
|
-
EntityDocumentTypeDetailsComponent,
|
|
1754
|
-
EntityDocumentDetailsComponent,
|
|
1755
|
-
EntityFieldValueDetailsComponent,
|
|
1756
|
-
EntityFieldDetailsComponent,
|
|
1757
|
-
EntityPermissionDetailsComponent,
|
|
1758
|
-
EntityRecordDocumentDetailsComponent], imports: [CommonModule,
|
|
1770
|
+
EntityDocumentSettingDetailsComponent], imports: [CommonModule,
|
|
1759
1771
|
FormsModule,
|
|
1760
1772
|
LayoutModule,
|
|
1761
1773
|
InputsModule,
|
|
@@ -1791,6 +1803,12 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1791
1803
|
type: NgModule,
|
|
1792
1804
|
args: [{
|
|
1793
1805
|
declarations: [
|
|
1806
|
+
EntityDocumentTypeDetailsComponent,
|
|
1807
|
+
EntityDocumentDetailsComponent,
|
|
1808
|
+
EntityFieldValueDetailsComponent,
|
|
1809
|
+
EntityFieldDetailsComponent,
|
|
1810
|
+
EntityPermissionDetailsComponent,
|
|
1811
|
+
EntityRecordDocumentDetailsComponent,
|
|
1794
1812
|
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1795
1813
|
EntityRelationshipDetailsComponent,
|
|
1796
1814
|
EntitySettingDetailsComponent,
|
|
@@ -1804,13 +1822,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1804
1822
|
GeneratedCodeDetailsComponent,
|
|
1805
1823
|
IntegrationURLFormatDetailsComponent,
|
|
1806
1824
|
IntegrationDetailsComponent,
|
|
1807
|
-
LibraryDetailsComponent
|
|
1808
|
-
LibraryItemDetailsComponent,
|
|
1809
|
-
ListCategoryDetailsComponent,
|
|
1810
|
-
ListDetailDetailsComponent,
|
|
1811
|
-
ListDetailsComponent,
|
|
1812
|
-
AIAgentPromptDetailsComponent,
|
|
1813
|
-
AIAgentRunStepDetailsComponent
|
|
1825
|
+
LibraryDetailsComponent
|
|
1814
1826
|
],
|
|
1815
1827
|
imports: [
|
|
1816
1828
|
CommonModule,
|
|
@@ -1831,7 +1843,13 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1831
1843
|
exports: []
|
|
1832
1844
|
}]
|
|
1833
1845
|
}], null, null); })();
|
|
1834
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1846
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [EntityDocumentTypeDetailsComponent,
|
|
1847
|
+
EntityDocumentDetailsComponent,
|
|
1848
|
+
EntityFieldValueDetailsComponent,
|
|
1849
|
+
EntityFieldDetailsComponent,
|
|
1850
|
+
EntityPermissionDetailsComponent,
|
|
1851
|
+
EntityRecordDocumentDetailsComponent,
|
|
1852
|
+
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1835
1853
|
EntityRelationshipDetailsComponent,
|
|
1836
1854
|
EntitySettingDetailsComponent,
|
|
1837
1855
|
ErrorLogDetailsComponent,
|
|
@@ -1844,13 +1862,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1844
1862
|
GeneratedCodeDetailsComponent,
|
|
1845
1863
|
IntegrationURLFormatDetailsComponent,
|
|
1846
1864
|
IntegrationDetailsComponent,
|
|
1847
|
-
LibraryDetailsComponent,
|
|
1848
|
-
LibraryItemDetailsComponent,
|
|
1849
|
-
ListCategoryDetailsComponent,
|
|
1850
|
-
ListDetailDetailsComponent,
|
|
1851
|
-
ListDetailsComponent,
|
|
1852
|
-
AIAgentPromptDetailsComponent,
|
|
1853
|
-
AIAgentRunStepDetailsComponent], imports: [CommonModule,
|
|
1865
|
+
LibraryDetailsComponent], imports: [CommonModule,
|
|
1854
1866
|
FormsModule,
|
|
1855
1867
|
LayoutModule,
|
|
1856
1868
|
InputsModule,
|
|
@@ -1886,6 +1898,13 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1886
1898
|
type: NgModule,
|
|
1887
1899
|
args: [{
|
|
1888
1900
|
declarations: [
|
|
1901
|
+
LibraryItemDetailsComponent,
|
|
1902
|
+
ListCategoryDetailsComponent,
|
|
1903
|
+
ListDetailDetailsComponent,
|
|
1904
|
+
ListDetailsComponent,
|
|
1905
|
+
AIAgentPromptDetailsComponent,
|
|
1906
|
+
AIAgentRelationshipDetailsComponent,
|
|
1907
|
+
AIAgentRunStepDetailsComponent,
|
|
1889
1908
|
AIAgentRunDetailsComponent,
|
|
1890
1909
|
AIAgentStepPathDetailsComponent,
|
|
1891
1910
|
AIAgentStepDetailsComponent,
|
|
@@ -1898,14 +1917,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1898
1917
|
AIModelVendorDetailsComponent,
|
|
1899
1918
|
AIPromptModelDetailsComponent,
|
|
1900
1919
|
AIPromptRunDetailsComponent,
|
|
1901
|
-
AIVendorTypeDefinitionDetailsComponent
|
|
1902
|
-
AIVendorTypeDetailsComponent,
|
|
1903
|
-
AIVendorDetailsComponent,
|
|
1904
|
-
ArtifactTypeDetailsComponent,
|
|
1905
|
-
ConversationArtifactPermissionDetailsComponent,
|
|
1906
|
-
ConversationArtifactVersionDetailsComponent,
|
|
1907
|
-
ConversationArtifactDetailsComponent,
|
|
1908
|
-
DashboardUserPreferenceDetailsComponent
|
|
1920
|
+
AIVendorTypeDefinitionDetailsComponent
|
|
1909
1921
|
],
|
|
1910
1922
|
imports: [
|
|
1911
1923
|
CommonModule,
|
|
@@ -1926,7 +1938,14 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1926
1938
|
exports: []
|
|
1927
1939
|
}]
|
|
1928
1940
|
}], null, null); })();
|
|
1929
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1941
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [LibraryItemDetailsComponent,
|
|
1942
|
+
ListCategoryDetailsComponent,
|
|
1943
|
+
ListDetailDetailsComponent,
|
|
1944
|
+
ListDetailsComponent,
|
|
1945
|
+
AIAgentPromptDetailsComponent,
|
|
1946
|
+
AIAgentRelationshipDetailsComponent,
|
|
1947
|
+
AIAgentRunStepDetailsComponent,
|
|
1948
|
+
AIAgentRunDetailsComponent,
|
|
1930
1949
|
AIAgentStepPathDetailsComponent,
|
|
1931
1950
|
AIAgentStepDetailsComponent,
|
|
1932
1951
|
AIAgentTypeDetailsComponent,
|
|
@@ -1938,14 +1957,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1938
1957
|
AIModelVendorDetailsComponent,
|
|
1939
1958
|
AIPromptModelDetailsComponent,
|
|
1940
1959
|
AIPromptRunDetailsComponent,
|
|
1941
|
-
AIVendorTypeDefinitionDetailsComponent,
|
|
1942
|
-
AIVendorTypeDetailsComponent,
|
|
1943
|
-
AIVendorDetailsComponent,
|
|
1944
|
-
ArtifactTypeDetailsComponent,
|
|
1945
|
-
ConversationArtifactPermissionDetailsComponent,
|
|
1946
|
-
ConversationArtifactVersionDetailsComponent,
|
|
1947
|
-
ConversationArtifactDetailsComponent,
|
|
1948
|
-
DashboardUserPreferenceDetailsComponent], imports: [CommonModule,
|
|
1960
|
+
AIVendorTypeDefinitionDetailsComponent], imports: [CommonModule,
|
|
1949
1961
|
FormsModule,
|
|
1950
1962
|
LayoutModule,
|
|
1951
1963
|
InputsModule,
|
|
@@ -1981,6 +1993,18 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1981
1993
|
type: NgModule,
|
|
1982
1994
|
args: [{
|
|
1983
1995
|
declarations: [
|
|
1996
|
+
AIVendorTypeDetailsComponent,
|
|
1997
|
+
AIVendorDetailsComponent,
|
|
1998
|
+
ArtifactTypeDetailsComponent,
|
|
1999
|
+
ComponentDependencyDetailsComponent,
|
|
2000
|
+
ComponentLibraryDetailsComponent,
|
|
2001
|
+
ComponentLibraryLinkDetailsComponent,
|
|
2002
|
+
ComponentRegistryDetailsComponent,
|
|
2003
|
+
ComponentDetailsComponent,
|
|
2004
|
+
ConversationArtifactPermissionDetailsComponent,
|
|
2005
|
+
ConversationArtifactVersionDetailsComponent,
|
|
2006
|
+
ConversationArtifactDetailsComponent,
|
|
2007
|
+
DashboardUserPreferenceDetailsComponent,
|
|
1984
2008
|
DashboardUserStateDetailsComponent,
|
|
1985
2009
|
QueryParameterDetailsComponent,
|
|
1986
2010
|
ReportUserStateDetailsComponent,
|
|
@@ -1988,19 +2012,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1988
2012
|
OutputDeliveryTypeDetailsComponent,
|
|
1989
2013
|
OutputFormatTypeDetailsComponent,
|
|
1990
2014
|
OutputTriggerTypeDetailsComponent,
|
|
1991
|
-
QueryDetailsComponent
|
|
1992
|
-
QueryCategoryDetailsComponent,
|
|
1993
|
-
QueryEntityDetailsComponent,
|
|
1994
|
-
QueryFieldDetailsComponent,
|
|
1995
|
-
QueryPermissionDetailsComponent,
|
|
1996
|
-
QueueTaskDetailsComponent,
|
|
1997
|
-
QueueTypeDetailsComponent,
|
|
1998
|
-
QueueDetailsComponent,
|
|
1999
|
-
RecommendationItemDetailsComponent,
|
|
2000
|
-
RecommendationProviderDetailsComponent,
|
|
2001
|
-
RecommendationRunDetailsComponent,
|
|
2002
|
-
RecommendationDetailsComponent,
|
|
2003
|
-
RecordChangeReplayRunDetailsComponent
|
|
2015
|
+
QueryDetailsComponent
|
|
2004
2016
|
],
|
|
2005
2017
|
imports: [
|
|
2006
2018
|
CommonModule,
|
|
@@ -2021,26 +2033,26 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2021
2033
|
exports: []
|
|
2022
2034
|
}]
|
|
2023
2035
|
}], null, null); })();
|
|
2024
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
2036
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [AIVendorTypeDetailsComponent,
|
|
2037
|
+
AIVendorDetailsComponent,
|
|
2038
|
+
ArtifactTypeDetailsComponent,
|
|
2039
|
+
ComponentDependencyDetailsComponent,
|
|
2040
|
+
ComponentLibraryDetailsComponent,
|
|
2041
|
+
ComponentLibraryLinkDetailsComponent,
|
|
2042
|
+
ComponentRegistryDetailsComponent,
|
|
2043
|
+
ComponentDetailsComponent,
|
|
2044
|
+
ConversationArtifactPermissionDetailsComponent,
|
|
2045
|
+
ConversationArtifactVersionDetailsComponent,
|
|
2046
|
+
ConversationArtifactDetailsComponent,
|
|
2047
|
+
DashboardUserPreferenceDetailsComponent,
|
|
2048
|
+
DashboardUserStateDetailsComponent,
|
|
2025
2049
|
QueryParameterDetailsComponent,
|
|
2026
2050
|
ReportUserStateDetailsComponent,
|
|
2027
2051
|
ReportVersionDetailsComponent,
|
|
2028
2052
|
OutputDeliveryTypeDetailsComponent,
|
|
2029
2053
|
OutputFormatTypeDetailsComponent,
|
|
2030
2054
|
OutputTriggerTypeDetailsComponent,
|
|
2031
|
-
QueryDetailsComponent,
|
|
2032
|
-
QueryCategoryDetailsComponent,
|
|
2033
|
-
QueryEntityDetailsComponent,
|
|
2034
|
-
QueryFieldDetailsComponent,
|
|
2035
|
-
QueryPermissionDetailsComponent,
|
|
2036
|
-
QueueTaskDetailsComponent,
|
|
2037
|
-
QueueTypeDetailsComponent,
|
|
2038
|
-
QueueDetailsComponent,
|
|
2039
|
-
RecommendationItemDetailsComponent,
|
|
2040
|
-
RecommendationProviderDetailsComponent,
|
|
2041
|
-
RecommendationRunDetailsComponent,
|
|
2042
|
-
RecommendationDetailsComponent,
|
|
2043
|
-
RecordChangeReplayRunDetailsComponent], imports: [CommonModule,
|
|
2055
|
+
QueryDetailsComponent], imports: [CommonModule,
|
|
2044
2056
|
FormsModule,
|
|
2045
2057
|
LayoutModule,
|
|
2046
2058
|
InputsModule,
|
|
@@ -2076,6 +2088,18 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2076
2088
|
type: NgModule,
|
|
2077
2089
|
args: [{
|
|
2078
2090
|
declarations: [
|
|
2091
|
+
QueryCategoryDetailsComponent,
|
|
2092
|
+
QueryEntityDetailsComponent,
|
|
2093
|
+
QueryFieldDetailsComponent,
|
|
2094
|
+
QueryPermissionDetailsComponent,
|
|
2095
|
+
QueueTaskDetailsComponent,
|
|
2096
|
+
QueueTypeDetailsComponent,
|
|
2097
|
+
QueueDetailsComponent,
|
|
2098
|
+
RecommendationItemDetailsComponent,
|
|
2099
|
+
RecommendationProviderDetailsComponent,
|
|
2100
|
+
RecommendationRunDetailsComponent,
|
|
2101
|
+
RecommendationDetailsComponent,
|
|
2102
|
+
RecordChangeReplayRunDetailsComponent,
|
|
2079
2103
|
RecordChangeDetailsComponent,
|
|
2080
2104
|
RecordMergeDeletionLogDetailsComponent,
|
|
2081
2105
|
RecordMergeLogDetailsComponent,
|
|
@@ -2083,19 +2107,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2083
2107
|
ReportSnapshotDetailsComponent,
|
|
2084
2108
|
ReportDetailsComponent,
|
|
2085
2109
|
ResourceLinkDetailsComponent,
|
|
2086
|
-
ResourcePermissionDetailsComponent
|
|
2087
|
-
ResourceTypeDetailsComponent,
|
|
2088
|
-
RoleDetailsComponent,
|
|
2089
|
-
RowLevelSecurityFilterDetailsComponent,
|
|
2090
|
-
ScheduledActionParamDetailsComponent,
|
|
2091
|
-
ScheduledActionDetailsComponent,
|
|
2092
|
-
SchemaInfoDetailsComponent,
|
|
2093
|
-
SkillDetailsComponent,
|
|
2094
|
-
TaggedItemDetailsComponent,
|
|
2095
|
-
TagDetailsComponent,
|
|
2096
|
-
TemplateCategoryDetailsComponent,
|
|
2097
|
-
TemplateContentTypeDetailsComponent,
|
|
2098
|
-
TemplateContentDetailsComponent
|
|
2110
|
+
ResourcePermissionDetailsComponent
|
|
2099
2111
|
],
|
|
2100
2112
|
imports: [
|
|
2101
2113
|
CommonModule,
|
|
@@ -2116,26 +2128,26 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2116
2128
|
exports: []
|
|
2117
2129
|
}]
|
|
2118
2130
|
}], null, null); })();
|
|
2119
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
2131
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [QueryCategoryDetailsComponent,
|
|
2132
|
+
QueryEntityDetailsComponent,
|
|
2133
|
+
QueryFieldDetailsComponent,
|
|
2134
|
+
QueryPermissionDetailsComponent,
|
|
2135
|
+
QueueTaskDetailsComponent,
|
|
2136
|
+
QueueTypeDetailsComponent,
|
|
2137
|
+
QueueDetailsComponent,
|
|
2138
|
+
RecommendationItemDetailsComponent,
|
|
2139
|
+
RecommendationProviderDetailsComponent,
|
|
2140
|
+
RecommendationRunDetailsComponent,
|
|
2141
|
+
RecommendationDetailsComponent,
|
|
2142
|
+
RecordChangeReplayRunDetailsComponent,
|
|
2143
|
+
RecordChangeDetailsComponent,
|
|
2120
2144
|
RecordMergeDeletionLogDetailsComponent,
|
|
2121
2145
|
RecordMergeLogDetailsComponent,
|
|
2122
2146
|
ReportCategoryDetailsComponent,
|
|
2123
2147
|
ReportSnapshotDetailsComponent,
|
|
2124
2148
|
ReportDetailsComponent,
|
|
2125
2149
|
ResourceLinkDetailsComponent,
|
|
2126
|
-
ResourcePermissionDetailsComponent,
|
|
2127
|
-
ResourceTypeDetailsComponent,
|
|
2128
|
-
RoleDetailsComponent,
|
|
2129
|
-
RowLevelSecurityFilterDetailsComponent,
|
|
2130
|
-
ScheduledActionParamDetailsComponent,
|
|
2131
|
-
ScheduledActionDetailsComponent,
|
|
2132
|
-
SchemaInfoDetailsComponent,
|
|
2133
|
-
SkillDetailsComponent,
|
|
2134
|
-
TaggedItemDetailsComponent,
|
|
2135
|
-
TagDetailsComponent,
|
|
2136
|
-
TemplateCategoryDetailsComponent,
|
|
2137
|
-
TemplateContentTypeDetailsComponent,
|
|
2138
|
-
TemplateContentDetailsComponent], imports: [CommonModule,
|
|
2150
|
+
ResourcePermissionDetailsComponent], imports: [CommonModule,
|
|
2139
2151
|
FormsModule,
|
|
2140
2152
|
LayoutModule,
|
|
2141
2153
|
InputsModule,
|
|
@@ -2171,6 +2183,18 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2171
2183
|
type: NgModule,
|
|
2172
2184
|
args: [{
|
|
2173
2185
|
declarations: [
|
|
2186
|
+
ResourceTypeDetailsComponent,
|
|
2187
|
+
RoleDetailsComponent,
|
|
2188
|
+
RowLevelSecurityFilterDetailsComponent,
|
|
2189
|
+
ScheduledActionParamDetailsComponent,
|
|
2190
|
+
ScheduledActionDetailsComponent,
|
|
2191
|
+
SchemaInfoDetailsComponent,
|
|
2192
|
+
SkillDetailsComponent,
|
|
2193
|
+
TaggedItemDetailsComponent,
|
|
2194
|
+
TagDetailsComponent,
|
|
2195
|
+
TemplateCategoryDetailsComponent,
|
|
2196
|
+
TemplateContentTypeDetailsComponent,
|
|
2197
|
+
TemplateContentDetailsComponent,
|
|
2174
2198
|
TemplateParamDetailsComponent,
|
|
2175
2199
|
TemplateDetailsComponent,
|
|
2176
2200
|
UserApplicationEntityDetailsComponent,
|
|
@@ -2178,19 +2202,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2178
2202
|
UserFavoriteDetailsComponent,
|
|
2179
2203
|
UserNotificationDetailsComponent,
|
|
2180
2204
|
UserRecordLogDetailsComponent,
|
|
2181
|
-
UserRoleDetailsComponent
|
|
2182
|
-
UserViewCategoryDetailsComponent,
|
|
2183
|
-
UserViewRunDetailDetailsComponent,
|
|
2184
|
-
UserViewRunDetailsComponent,
|
|
2185
|
-
UserViewDetailsComponent,
|
|
2186
|
-
UserDetailsComponent,
|
|
2187
|
-
VectorDatabaseDetailsComponent,
|
|
2188
|
-
VectorIndexDetailsComponent,
|
|
2189
|
-
VersionInstallationDetailsComponent,
|
|
2190
|
-
WorkflowEngineDetailsComponent,
|
|
2191
|
-
WorkflowRunDetailsComponent,
|
|
2192
|
-
WorkflowDetailsComponent,
|
|
2193
|
-
WorkspaceItemDetailsComponent
|
|
2205
|
+
UserRoleDetailsComponent
|
|
2194
2206
|
],
|
|
2195
2207
|
imports: [
|
|
2196
2208
|
CommonModule,
|
|
@@ -2211,26 +2223,26 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2211
2223
|
exports: []
|
|
2212
2224
|
}]
|
|
2213
2225
|
}], null, null); })();
|
|
2214
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
2226
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [ResourceTypeDetailsComponent,
|
|
2227
|
+
RoleDetailsComponent,
|
|
2228
|
+
RowLevelSecurityFilterDetailsComponent,
|
|
2229
|
+
ScheduledActionParamDetailsComponent,
|
|
2230
|
+
ScheduledActionDetailsComponent,
|
|
2231
|
+
SchemaInfoDetailsComponent,
|
|
2232
|
+
SkillDetailsComponent,
|
|
2233
|
+
TaggedItemDetailsComponent,
|
|
2234
|
+
TagDetailsComponent,
|
|
2235
|
+
TemplateCategoryDetailsComponent,
|
|
2236
|
+
TemplateContentTypeDetailsComponent,
|
|
2237
|
+
TemplateContentDetailsComponent,
|
|
2238
|
+
TemplateParamDetailsComponent,
|
|
2215
2239
|
TemplateDetailsComponent,
|
|
2216
2240
|
UserApplicationEntityDetailsComponent,
|
|
2217
2241
|
UserApplicationDetailsComponent,
|
|
2218
2242
|
UserFavoriteDetailsComponent,
|
|
2219
2243
|
UserNotificationDetailsComponent,
|
|
2220
2244
|
UserRecordLogDetailsComponent,
|
|
2221
|
-
UserRoleDetailsComponent,
|
|
2222
|
-
UserViewCategoryDetailsComponent,
|
|
2223
|
-
UserViewRunDetailDetailsComponent,
|
|
2224
|
-
UserViewRunDetailsComponent,
|
|
2225
|
-
UserViewDetailsComponent,
|
|
2226
|
-
UserDetailsComponent,
|
|
2227
|
-
VectorDatabaseDetailsComponent,
|
|
2228
|
-
VectorIndexDetailsComponent,
|
|
2229
|
-
VersionInstallationDetailsComponent,
|
|
2230
|
-
WorkflowEngineDetailsComponent,
|
|
2231
|
-
WorkflowRunDetailsComponent,
|
|
2232
|
-
WorkflowDetailsComponent,
|
|
2233
|
-
WorkspaceItemDetailsComponent], imports: [CommonModule,
|
|
2245
|
+
UserRoleDetailsComponent], imports: [CommonModule,
|
|
2234
2246
|
FormsModule,
|
|
2235
2247
|
LayoutModule,
|
|
2236
2248
|
InputsModule,
|
|
@@ -2266,6 +2278,18 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2266
2278
|
type: NgModule,
|
|
2267
2279
|
args: [{
|
|
2268
2280
|
declarations: [
|
|
2281
|
+
UserViewCategoryDetailsComponent,
|
|
2282
|
+
UserViewRunDetailDetailsComponent,
|
|
2283
|
+
UserViewRunDetailsComponent,
|
|
2284
|
+
UserViewDetailsComponent,
|
|
2285
|
+
UserDetailsComponent,
|
|
2286
|
+
VectorDatabaseDetailsComponent,
|
|
2287
|
+
VectorIndexDetailsComponent,
|
|
2288
|
+
VersionInstallationDetailsComponent,
|
|
2289
|
+
WorkflowEngineDetailsComponent,
|
|
2290
|
+
WorkflowRunDetailsComponent,
|
|
2291
|
+
WorkflowDetailsComponent,
|
|
2292
|
+
WorkspaceItemDetailsComponent,
|
|
2269
2293
|
WorkspaceDetailsComponent
|
|
2270
2294
|
],
|
|
2271
2295
|
imports: [
|
|
@@ -2287,7 +2311,19 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2287
2311
|
exports: []
|
|
2288
2312
|
}]
|
|
2289
2313
|
}], null, null); })();
|
|
2290
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [
|
|
2314
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [UserViewCategoryDetailsComponent,
|
|
2315
|
+
UserViewRunDetailDetailsComponent,
|
|
2316
|
+
UserViewRunDetailsComponent,
|
|
2317
|
+
UserViewDetailsComponent,
|
|
2318
|
+
UserDetailsComponent,
|
|
2319
|
+
VectorDatabaseDetailsComponent,
|
|
2320
|
+
VectorIndexDetailsComponent,
|
|
2321
|
+
VersionInstallationDetailsComponent,
|
|
2322
|
+
WorkflowEngineDetailsComponent,
|
|
2323
|
+
WorkflowRunDetailsComponent,
|
|
2324
|
+
WorkflowDetailsComponent,
|
|
2325
|
+
WorkspaceItemDetailsComponent,
|
|
2326
|
+
WorkspaceDetailsComponent], imports: [CommonModule,
|
|
2291
2327
|
FormsModule,
|
|
2292
2328
|
LayoutModule,
|
|
2293
2329
|
InputsModule,
|
|
@@ -2465,6 +2501,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2465
2501
|
LoadListDetailFormComponent();
|
|
2466
2502
|
LoadListFormComponent();
|
|
2467
2503
|
LoadAIAgentPromptFormComponent();
|
|
2504
|
+
LoadAIAgentRelationshipFormComponent();
|
|
2468
2505
|
LoadAIAgentRunStepFormComponent();
|
|
2469
2506
|
LoadAIAgentRunFormComponent();
|
|
2470
2507
|
LoadAIAgentStepPathFormComponent();
|
|
@@ -2482,6 +2519,11 @@ export function LoadCoreGeneratedForms() {
|
|
|
2482
2519
|
LoadAIVendorTypeFormComponent();
|
|
2483
2520
|
LoadAIVendorFormComponent();
|
|
2484
2521
|
LoadArtifactTypeFormComponent();
|
|
2522
|
+
LoadComponentDependencyFormComponent();
|
|
2523
|
+
LoadComponentLibraryFormComponent();
|
|
2524
|
+
LoadComponentLibraryLinkFormComponent();
|
|
2525
|
+
LoadComponentRegistryFormComponent();
|
|
2526
|
+
LoadComponentFormComponent();
|
|
2485
2527
|
LoadConversationArtifactPermissionFormComponent();
|
|
2486
2528
|
LoadConversationArtifactVersionFormComponent();
|
|
2487
2529
|
LoadConversationArtifactFormComponent();
|
|
@@ -2659,6 +2701,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2659
2701
|
LoadListDetailDetailsComponent();
|
|
2660
2702
|
LoadListDetailsComponent();
|
|
2661
2703
|
LoadAIAgentPromptDetailsComponent();
|
|
2704
|
+
LoadAIAgentRelationshipDetailsComponent();
|
|
2662
2705
|
LoadAIAgentRunStepDetailsComponent();
|
|
2663
2706
|
LoadAIAgentRunDetailsComponent();
|
|
2664
2707
|
LoadAIAgentStepPathDetailsComponent();
|
|
@@ -2676,6 +2719,11 @@ export function LoadCoreGeneratedForms() {
|
|
|
2676
2719
|
LoadAIVendorTypeDetailsComponent();
|
|
2677
2720
|
LoadAIVendorDetailsComponent();
|
|
2678
2721
|
LoadArtifactTypeDetailsComponent();
|
|
2722
|
+
LoadComponentDependencyDetailsComponent();
|
|
2723
|
+
LoadComponentLibraryDetailsComponent();
|
|
2724
|
+
LoadComponentLibraryLinkDetailsComponent();
|
|
2725
|
+
LoadComponentRegistryDetailsComponent();
|
|
2726
|
+
LoadComponentDetailsComponent();
|
|
2679
2727
|
LoadConversationArtifactPermissionDetailsComponent();
|
|
2680
2728
|
LoadConversationArtifactVersionDetailsComponent();
|
|
2681
2729
|
LoadConversationArtifactDetailsComponent();
|