@memberjunction/ng-core-entity-forms 2.75.0 → 2.77.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.
Files changed (87) hide show
  1. package/README.md +124 -0
  2. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts +109 -0
  3. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts.map +1 -0
  4. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js +2020 -0
  5. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js.map +1 -0
  6. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts +32 -0
  7. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -0
  8. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +413 -0
  9. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -0
  10. package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.d.ts +9 -0
  11. package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.d.ts.map +1 -0
  12. package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.js +84 -0
  13. package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.js.map +1 -0
  14. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +34 -6
  15. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  16. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +656 -520
  17. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  18. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +223 -221
  19. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  20. package/dist/lib/custom/Actions/action-execution-log-form.component.js +51 -49
  21. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  22. package/dist/lib/custom/Actions/action-test-harness.component.d.ts.map +1 -1
  23. package/dist/lib/custom/Actions/action-test-harness.component.js +5 -3
  24. package/dist/lib/custom/Actions/action-test-harness.component.js.map +1 -1
  25. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +160 -158
  26. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  27. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.d.ts.map +1 -1
  28. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js +3 -6
  29. package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js.map +1 -1
  30. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts +49 -0
  31. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -0
  32. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +211 -0
  33. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -0
  34. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts +33 -0
  35. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts.map +1 -0
  36. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +265 -0
  37. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -0
  38. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +4 -8
  39. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
  40. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +47 -163
  41. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  42. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts +71 -0
  43. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts.map +1 -0
  44. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +931 -0
  45. package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +1 -0
  46. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +6 -4
  47. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  48. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +202 -297
  49. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  50. package/dist/lib/custom/custom-forms.module.d.ts +30 -25
  51. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  52. package/dist/lib/custom/custom-forms.module.js +31 -4
  53. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  54. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +34 -14
  55. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  56. package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.d.ts +10 -0
  57. package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.d.ts.map +1 -0
  58. package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js +80 -0
  59. package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js.map +1 -0
  60. package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.d.ts +11 -0
  61. package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.d.ts.map +1 -0
  62. package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.js +277 -0
  63. package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.js.map +1 -0
  64. package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.d.ts +10 -0
  65. package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.d.ts.map +1 -0
  66. package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.js +59 -0
  67. package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.js.map +1 -0
  68. package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.d.ts +11 -0
  69. package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.d.ts.map +1 -0
  70. package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.js +147 -0
  71. package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.js.map +1 -0
  72. package/dist/lib/generated/Entities/AIAgentType/sections/details.component.d.ts.map +1 -1
  73. package/dist/lib/generated/Entities/AIAgentType/sections/details.component.js +31 -4
  74. package/dist/lib/generated/Entities/AIAgentType/sections/details.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +16 -6
  76. package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
  77. package/dist/lib/generated/Entities/Action/action.form.component.js +19 -9
  78. package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
  79. package/dist/lib/generated/generated-forms.module.d.ts +294 -285
  80. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  81. package/dist/lib/generated/generated-forms.module.js +183 -110
  82. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  83. package/dist/public-api.d.ts +2 -0
  84. package/dist/public-api.d.ts.map +1 -1
  85. package/dist/public-api.js +3 -0
  86. package/dist/public-api.js.map +1 -1
  87. package/package.json +21 -17
@@ -130,6 +130,8 @@ import { ListFormComponent, LoadListFormComponent } from "./Entities/List/list.f
130
130
  import { AIAgentPromptFormComponent, LoadAIAgentPromptFormComponent } from "./Entities/AIAgentPrompt/aiagentprompt.form.component";
131
131
  import { AIAgentRunStepFormComponent, LoadAIAgentRunStepFormComponent } from "./Entities/AIAgentRunStep/aiagentrunstep.form.component";
132
132
  import { AIAgentRunFormComponent, LoadAIAgentRunFormComponent } from "./Entities/AIAgentRun/aiagentrun.form.component";
133
+ import { AIAgentStepPathFormComponent, LoadAIAgentStepPathFormComponent } from "./Entities/AIAgentStepPath/aiagentsteppath.form.component";
134
+ import { AIAgentStepFormComponent, LoadAIAgentStepFormComponent } from "./Entities/AIAgentStep/aiagentstep.form.component";
133
135
  import { AIAgentTypeFormComponent, LoadAIAgentTypeFormComponent } from "./Entities/AIAgentType/aiagenttype.form.component";
134
136
  import { AIConfigurationParamFormComponent, LoadAIConfigurationParamFormComponent } from "./Entities/AIConfigurationParam/aiconfigurationparam.form.component";
135
137
  import { AIConfigurationFormComponent, LoadAIConfigurationFormComponent } from "./Entities/AIConfiguration/aiconfiguration.form.component";
@@ -322,6 +324,8 @@ import { ListDetailsComponent, LoadListDetailsComponent } from "./Entities/List/
322
324
  import { AIAgentPromptDetailsComponent, LoadAIAgentPromptDetailsComponent } from "./Entities/AIAgentPrompt/sections/details.component";
323
325
  import { AIAgentRunStepDetailsComponent, LoadAIAgentRunStepDetailsComponent } from "./Entities/AIAgentRunStep/sections/details.component";
324
326
  import { AIAgentRunDetailsComponent, LoadAIAgentRunDetailsComponent } from "./Entities/AIAgentRun/sections/details.component";
327
+ import { AIAgentStepPathDetailsComponent, LoadAIAgentStepPathDetailsComponent } from "./Entities/AIAgentStepPath/sections/details.component";
328
+ import { AIAgentStepDetailsComponent, LoadAIAgentStepDetailsComponent } from "./Entities/AIAgentStep/sections/details.component";
325
329
  import { AIAgentTypeDetailsComponent, LoadAIAgentTypeDetailsComponent } from "./Entities/AIAgentType/sections/details.component";
326
330
  import { AIConfigurationParamDetailsComponent, LoadAIConfigurationParamDetailsComponent } from "./Entities/AIConfigurationParam/sections/details.component";
327
331
  import { AIConfigurationDetailsComponent, LoadAIConfigurationDetailsComponent } from "./Entities/AIConfiguration/sections/details.component";
@@ -925,6 +929,8 @@ export class GeneratedForms_SubModule_5 {
925
929
  AIAgentPromptFormComponent,
926
930
  AIAgentRunStepFormComponent,
927
931
  AIAgentRunFormComponent,
932
+ AIAgentStepPathFormComponent,
933
+ AIAgentStepFormComponent,
928
934
  AIAgentTypeFormComponent,
929
935
  AIConfigurationParamFormComponent,
930
936
  AIConfigurationFormComponent,
@@ -935,9 +941,7 @@ export class GeneratedForms_SubModule_5 {
935
941
  AIPromptModelFormComponent,
936
942
  AIPromptRunFormComponent,
937
943
  AIVendorTypeDefinitionFormComponent,
938
- AIVendorTypeFormComponent,
939
- AIVendorFormComponent,
940
- ArtifactTypeFormComponent
944
+ AIVendorTypeFormComponent
941
945
  ],
942
946
  imports: [
943
947
  CommonModule,
@@ -966,6 +970,8 @@ export class GeneratedForms_SubModule_5 {
966
970
  AIAgentPromptFormComponent,
967
971
  AIAgentRunStepFormComponent,
968
972
  AIAgentRunFormComponent,
973
+ AIAgentStepPathFormComponent,
974
+ AIAgentStepFormComponent,
969
975
  AIAgentTypeFormComponent,
970
976
  AIConfigurationParamFormComponent,
971
977
  AIConfigurationFormComponent,
@@ -976,9 +982,7 @@ export class GeneratedForms_SubModule_5 {
976
982
  AIPromptModelFormComponent,
977
983
  AIPromptRunFormComponent,
978
984
  AIVendorTypeDefinitionFormComponent,
979
- AIVendorTypeFormComponent,
980
- AIVendorFormComponent,
981
- ArtifactTypeFormComponent], imports: [CommonModule,
985
+ AIVendorTypeFormComponent], imports: [CommonModule,
982
986
  FormsModule,
983
987
  LayoutModule,
984
988
  InputsModule,
@@ -1016,6 +1020,8 @@ export class GeneratedForms_SubModule_6 {
1016
1020
  type: NgModule,
1017
1021
  args: [{
1018
1022
  declarations: [
1023
+ AIVendorFormComponent,
1024
+ ArtifactTypeFormComponent,
1019
1025
  ConversationArtifactPermissionFormComponent,
1020
1026
  ConversationArtifactVersionFormComponent,
1021
1027
  ConversationArtifactFormComponent,
@@ -1033,9 +1039,7 @@ export class GeneratedForms_SubModule_6 {
1033
1039
  QueryFieldFormComponent,
1034
1040
  QueryPermissionFormComponent,
1035
1041
  QueueTaskFormComponent,
1036
- QueueTypeFormComponent,
1037
- QueueFormComponent,
1038
- RecommendationItemFormComponent
1042
+ QueueTypeFormComponent
1039
1043
  ],
1040
1044
  imports: [
1041
1045
  CommonModule,
@@ -1057,7 +1061,9 @@ export class GeneratedForms_SubModule_6 {
1057
1061
  exports: []
1058
1062
  }]
1059
1063
  }], null, null); })();
1060
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [ConversationArtifactPermissionFormComponent,
1064
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIVendorFormComponent,
1065
+ ArtifactTypeFormComponent,
1066
+ ConversationArtifactPermissionFormComponent,
1061
1067
  ConversationArtifactVersionFormComponent,
1062
1068
  ConversationArtifactFormComponent,
1063
1069
  DashboardUserPreferenceFormComponent,
@@ -1074,9 +1080,7 @@ export class GeneratedForms_SubModule_6 {
1074
1080
  QueryFieldFormComponent,
1075
1081
  QueryPermissionFormComponent,
1076
1082
  QueueTaskFormComponent,
1077
- QueueTypeFormComponent,
1078
- QueueFormComponent,
1079
- RecommendationItemFormComponent], imports: [CommonModule,
1083
+ QueueTypeFormComponent], imports: [CommonModule,
1080
1084
  FormsModule,
1081
1085
  LayoutModule,
1082
1086
  InputsModule,
@@ -1114,6 +1118,8 @@ export class GeneratedForms_SubModule_7 {
1114
1118
  type: NgModule,
1115
1119
  args: [{
1116
1120
  declarations: [
1121
+ QueueFormComponent,
1122
+ RecommendationItemFormComponent,
1117
1123
  RecommendationProviderFormComponent,
1118
1124
  RecommendationRunFormComponent,
1119
1125
  RecommendationFormComponent,
@@ -1131,9 +1137,7 @@ export class GeneratedForms_SubModule_7 {
1131
1137
  RowLevelSecurityFilterFormComponent,
1132
1138
  ScheduledActionParamFormComponent,
1133
1139
  ScheduledActionFormComponent,
1134
- SchemaInfoFormComponent,
1135
- SkillFormComponent,
1136
- TaggedItemFormComponent
1140
+ SchemaInfoFormComponent
1137
1141
  ],
1138
1142
  imports: [
1139
1143
  CommonModule,
@@ -1155,7 +1159,9 @@ export class GeneratedForms_SubModule_7 {
1155
1159
  exports: []
1156
1160
  }]
1157
1161
  }], null, null); })();
1158
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [RecommendationProviderFormComponent,
1162
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [QueueFormComponent,
1163
+ RecommendationItemFormComponent,
1164
+ RecommendationProviderFormComponent,
1159
1165
  RecommendationRunFormComponent,
1160
1166
  RecommendationFormComponent,
1161
1167
  RecordChangeReplayRunFormComponent,
@@ -1172,9 +1178,7 @@ export class GeneratedForms_SubModule_7 {
1172
1178
  RowLevelSecurityFilterFormComponent,
1173
1179
  ScheduledActionParamFormComponent,
1174
1180
  ScheduledActionFormComponent,
1175
- SchemaInfoFormComponent,
1176
- SkillFormComponent,
1177
- TaggedItemFormComponent], imports: [CommonModule,
1181
+ SchemaInfoFormComponent], imports: [CommonModule,
1178
1182
  FormsModule,
1179
1183
  LayoutModule,
1180
1184
  InputsModule,
@@ -1212,6 +1216,8 @@ export class GeneratedForms_SubModule_8 {
1212
1216
  type: NgModule,
1213
1217
  args: [{
1214
1218
  declarations: [
1219
+ SkillFormComponent,
1220
+ TaggedItemFormComponent,
1215
1221
  TagFormComponent,
1216
1222
  TemplateCategoryFormComponent,
1217
1223
  TemplateContentTypeFormComponent,
@@ -1229,9 +1235,7 @@ export class GeneratedForms_SubModule_8 {
1229
1235
  UserViewRunFormComponent,
1230
1236
  UserViewFormComponent,
1231
1237
  UserFormComponent,
1232
- VectorDatabaseFormComponent,
1233
- VectorIndexFormComponent,
1234
- VersionInstallationFormComponent
1238
+ VectorDatabaseFormComponent
1235
1239
  ],
1236
1240
  imports: [
1237
1241
  CommonModule,
@@ -1253,7 +1257,9 @@ export class GeneratedForms_SubModule_8 {
1253
1257
  exports: []
1254
1258
  }]
1255
1259
  }], null, null); })();
1256
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [TagFormComponent,
1260
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [SkillFormComponent,
1261
+ TaggedItemFormComponent,
1262
+ TagFormComponent,
1257
1263
  TemplateCategoryFormComponent,
1258
1264
  TemplateContentTypeFormComponent,
1259
1265
  TemplateContentFormComponent,
@@ -1270,9 +1276,7 @@ export class GeneratedForms_SubModule_8 {
1270
1276
  UserViewRunFormComponent,
1271
1277
  UserViewFormComponent,
1272
1278
  UserFormComponent,
1273
- VectorDatabaseFormComponent,
1274
- VectorIndexFormComponent,
1275
- VersionInstallationFormComponent], imports: [CommonModule,
1279
+ VectorDatabaseFormComponent], imports: [CommonModule,
1276
1280
  FormsModule,
1277
1281
  LayoutModule,
1278
1282
  InputsModule,
@@ -1310,6 +1314,8 @@ export class GeneratedForms_SubModule_9 {
1310
1314
  type: NgModule,
1311
1315
  args: [{
1312
1316
  declarations: [
1317
+ VectorIndexFormComponent,
1318
+ VersionInstallationFormComponent,
1313
1319
  WorkflowEngineFormComponent,
1314
1320
  WorkflowRunFormComponent,
1315
1321
  WorkflowFormComponent,
@@ -1327,9 +1333,7 @@ export class GeneratedForms_SubModule_9 {
1327
1333
  ActionDetailsComponent,
1328
1334
  ActionTopComponent,
1329
1335
  ActionCodeComponent,
1330
- AIActionDetailsComponent,
1331
- AIAgentActionDetailsComponent,
1332
- AIAgentLearningCycleDetailsComponent
1336
+ AIActionDetailsComponent
1333
1337
  ],
1334
1338
  imports: [
1335
1339
  CommonModule,
@@ -1351,7 +1355,9 @@ export class GeneratedForms_SubModule_9 {
1351
1355
  exports: []
1352
1356
  }]
1353
1357
  }], null, null); })();
1354
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [WorkflowEngineFormComponent,
1358
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [VectorIndexFormComponent,
1359
+ VersionInstallationFormComponent,
1360
+ WorkflowEngineFormComponent,
1355
1361
  WorkflowRunFormComponent,
1356
1362
  WorkflowFormComponent,
1357
1363
  WorkspaceItemFormComponent,
@@ -1368,9 +1374,7 @@ export class GeneratedForms_SubModule_9 {
1368
1374
  ActionDetailsComponent,
1369
1375
  ActionTopComponent,
1370
1376
  ActionCodeComponent,
1371
- AIActionDetailsComponent,
1372
- AIAgentActionDetailsComponent,
1373
- AIAgentLearningCycleDetailsComponent], imports: [CommonModule,
1377
+ AIActionDetailsComponent], imports: [CommonModule,
1374
1378
  FormsModule,
1375
1379
  LayoutModule,
1376
1380
  InputsModule,
@@ -1407,6 +1411,8 @@ export class GeneratedForms_SubModule_10 {
1407
1411
  type: NgModule,
1408
1412
  args: [{
1409
1413
  declarations: [
1414
+ AIAgentActionDetailsComponent,
1415
+ AIAgentLearningCycleDetailsComponent,
1410
1416
  AIAgentModelDetailsComponent,
1411
1417
  AIAgentNoteTypeDetailsComponent,
1412
1418
  AIAgentNoteDetailsComponent,
@@ -1424,9 +1430,7 @@ export class GeneratedForms_SubModule_10 {
1424
1430
  ApplicationDetailsComponent,
1425
1431
  AuditLogTypeDetailsComponent,
1426
1432
  AuditLogDetailsComponent,
1427
- AuthorizationRoleDetailsComponent,
1428
- AuthorizationDetailsComponent,
1429
- CommunicationBaseMessageTypeDetailsComponent
1433
+ AuthorizationRoleDetailsComponent
1430
1434
  ],
1431
1435
  imports: [
1432
1436
  CommonModule,
@@ -1447,7 +1451,9 @@ export class GeneratedForms_SubModule_10 {
1447
1451
  exports: []
1448
1452
  }]
1449
1453
  }], null, null); })();
1450
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [AIAgentModelDetailsComponent,
1454
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [AIAgentActionDetailsComponent,
1455
+ AIAgentLearningCycleDetailsComponent,
1456
+ AIAgentModelDetailsComponent,
1451
1457
  AIAgentNoteTypeDetailsComponent,
1452
1458
  AIAgentNoteDetailsComponent,
1453
1459
  AIAgentRequestDetailsComponent,
@@ -1464,9 +1470,7 @@ export class GeneratedForms_SubModule_10 {
1464
1470
  ApplicationDetailsComponent,
1465
1471
  AuditLogTypeDetailsComponent,
1466
1472
  AuditLogDetailsComponent,
1467
- AuthorizationRoleDetailsComponent,
1468
- AuthorizationDetailsComponent,
1469
- CommunicationBaseMessageTypeDetailsComponent], imports: [CommonModule,
1473
+ AuthorizationRoleDetailsComponent], imports: [CommonModule,
1470
1474
  FormsModule,
1471
1475
  LayoutModule,
1472
1476
  InputsModule,
@@ -1502,6 +1506,8 @@ export class GeneratedForms_SubModule_11 {
1502
1506
  type: NgModule,
1503
1507
  args: [{
1504
1508
  declarations: [
1509
+ AuthorizationDetailsComponent,
1510
+ CommunicationBaseMessageTypeDetailsComponent,
1505
1511
  CommunicationLogDetailsComponent,
1506
1512
  CommunicationProviderMessageTypeDetailsComponent,
1507
1513
  CommunicationProviderDetailsComponent,
@@ -1519,9 +1525,7 @@ export class GeneratedForms_SubModule_11 {
1519
1525
  ContentProcessRunDetailsComponent,
1520
1526
  ContentSourceParamDetailsComponent,
1521
1527
  ContentSourceTypeParamDetailsComponent,
1522
- ContentSourceTypeDetailsComponent,
1523
- ContentSourceDetailsComponent,
1524
- ContentTypeAttributeDetailsComponent
1528
+ ContentSourceTypeDetailsComponent
1525
1529
  ],
1526
1530
  imports: [
1527
1531
  CommonModule,
@@ -1542,7 +1546,9 @@ export class GeneratedForms_SubModule_11 {
1542
1546
  exports: []
1543
1547
  }]
1544
1548
  }], null, null); })();
1545
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [CommunicationLogDetailsComponent,
1549
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [AuthorizationDetailsComponent,
1550
+ CommunicationBaseMessageTypeDetailsComponent,
1551
+ CommunicationLogDetailsComponent,
1546
1552
  CommunicationProviderMessageTypeDetailsComponent,
1547
1553
  CommunicationProviderDetailsComponent,
1548
1554
  CommunicationRunDetailsComponent,
@@ -1559,9 +1565,7 @@ export class GeneratedForms_SubModule_11 {
1559
1565
  ContentProcessRunDetailsComponent,
1560
1566
  ContentSourceParamDetailsComponent,
1561
1567
  ContentSourceTypeParamDetailsComponent,
1562
- ContentSourceTypeDetailsComponent,
1563
- ContentSourceDetailsComponent,
1564
- ContentTypeAttributeDetailsComponent], imports: [CommonModule,
1568
+ ContentSourceTypeDetailsComponent], imports: [CommonModule,
1565
1569
  FormsModule,
1566
1570
  LayoutModule,
1567
1571
  InputsModule,
@@ -1597,6 +1601,8 @@ export class GeneratedForms_SubModule_12 {
1597
1601
  type: NgModule,
1598
1602
  args: [{
1599
1603
  declarations: [
1604
+ ContentSourceDetailsComponent,
1605
+ ContentTypeAttributeDetailsComponent,
1600
1606
  ContentTypeDetailsComponent,
1601
1607
  ConversationDetailDetailsComponent,
1602
1608
  ConversationDetailsComponent,
@@ -1614,9 +1620,7 @@ export class GeneratedForms_SubModule_12 {
1614
1620
  EmployeeSkillDetailsComponent,
1615
1621
  EmployeeDetailsComponent,
1616
1622
  EntityDetailsComponent,
1617
- EntityTopComponent,
1618
- EntityAuditComponent,
1619
- EntityAPIComponent
1623
+ EntityTopComponent
1620
1624
  ],
1621
1625
  imports: [
1622
1626
  CommonModule,
@@ -1637,7 +1641,9 @@ export class GeneratedForms_SubModule_12 {
1637
1641
  exports: []
1638
1642
  }]
1639
1643
  }], null, null); })();
1640
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [ContentTypeDetailsComponent,
1644
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [ContentSourceDetailsComponent,
1645
+ ContentTypeAttributeDetailsComponent,
1646
+ ContentTypeDetailsComponent,
1641
1647
  ConversationDetailDetailsComponent,
1642
1648
  ConversationDetailsComponent,
1643
1649
  DashboardCategoryDetailsComponent,
@@ -1654,9 +1660,7 @@ export class GeneratedForms_SubModule_12 {
1654
1660
  EmployeeSkillDetailsComponent,
1655
1661
  EmployeeDetailsComponent,
1656
1662
  EntityDetailsComponent,
1657
- EntityTopComponent,
1658
- EntityAuditComponent,
1659
- EntityAPIComponent], imports: [CommonModule,
1663
+ EntityTopComponent], imports: [CommonModule,
1660
1664
  FormsModule,
1661
1665
  LayoutModule,
1662
1666
  InputsModule,
@@ -1692,6 +1696,8 @@ export class GeneratedForms_SubModule_13 {
1692
1696
  type: NgModule,
1693
1697
  args: [{
1694
1698
  declarations: [
1699
+ EntityAuditComponent,
1700
+ EntityAPIComponent,
1695
1701
  EntityDBComponent,
1696
1702
  EntityUIComponent,
1697
1703
  EntityActionFilterDetailsComponent,
@@ -1709,9 +1715,7 @@ export class GeneratedForms_SubModule_13 {
1709
1715
  EntityFieldValueDetailsComponent,
1710
1716
  EntityFieldDetailsComponent,
1711
1717
  EntityPermissionDetailsComponent,
1712
- EntityRecordDocumentDetailsComponent,
1713
- EntityRelationshipDisplayComponentDetailsComponent,
1714
- EntityRelationshipDetailsComponent
1718
+ EntityRecordDocumentDetailsComponent
1715
1719
  ],
1716
1720
  imports: [
1717
1721
  CommonModule,
@@ -1732,7 +1736,9 @@ export class GeneratedForms_SubModule_13 {
1732
1736
  exports: []
1733
1737
  }]
1734
1738
  }], null, null); })();
1735
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [EntityDBComponent,
1739
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [EntityAuditComponent,
1740
+ EntityAPIComponent,
1741
+ EntityDBComponent,
1736
1742
  EntityUIComponent,
1737
1743
  EntityActionFilterDetailsComponent,
1738
1744
  EntityActionInvocationTypeDetailsComponent,
@@ -1749,9 +1755,7 @@ export class GeneratedForms_SubModule_13 {
1749
1755
  EntityFieldValueDetailsComponent,
1750
1756
  EntityFieldDetailsComponent,
1751
1757
  EntityPermissionDetailsComponent,
1752
- EntityRecordDocumentDetailsComponent,
1753
- EntityRelationshipDisplayComponentDetailsComponent,
1754
- EntityRelationshipDetailsComponent], imports: [CommonModule,
1758
+ EntityRecordDocumentDetailsComponent], imports: [CommonModule,
1755
1759
  FormsModule,
1756
1760
  LayoutModule,
1757
1761
  InputsModule,
@@ -1787,6 +1791,8 @@ export class GeneratedForms_SubModule_14 {
1787
1791
  type: NgModule,
1788
1792
  args: [{
1789
1793
  declarations: [
1794
+ EntityRelationshipDisplayComponentDetailsComponent,
1795
+ EntityRelationshipDetailsComponent,
1790
1796
  EntitySettingDetailsComponent,
1791
1797
  ErrorLogDetailsComponent,
1792
1798
  ExplorerNavigationItemDetailsComponent,
@@ -1804,9 +1810,7 @@ export class GeneratedForms_SubModule_14 {
1804
1810
  ListDetailDetailsComponent,
1805
1811
  ListDetailsComponent,
1806
1812
  AIAgentPromptDetailsComponent,
1807
- AIAgentRunStepDetailsComponent,
1808
- AIAgentRunDetailsComponent,
1809
- AIAgentTypeDetailsComponent
1813
+ AIAgentRunStepDetailsComponent
1810
1814
  ],
1811
1815
  imports: [
1812
1816
  CommonModule,
@@ -1827,7 +1831,9 @@ export class GeneratedForms_SubModule_14 {
1827
1831
  exports: []
1828
1832
  }]
1829
1833
  }], null, null); })();
1830
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [EntitySettingDetailsComponent,
1834
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [EntityRelationshipDisplayComponentDetailsComponent,
1835
+ EntityRelationshipDetailsComponent,
1836
+ EntitySettingDetailsComponent,
1831
1837
  ErrorLogDetailsComponent,
1832
1838
  ExplorerNavigationItemDetailsComponent,
1833
1839
  FileCategoryDetailsComponent,
@@ -1844,9 +1850,7 @@ export class GeneratedForms_SubModule_14 {
1844
1850
  ListDetailDetailsComponent,
1845
1851
  ListDetailsComponent,
1846
1852
  AIAgentPromptDetailsComponent,
1847
- AIAgentRunStepDetailsComponent,
1848
- AIAgentRunDetailsComponent,
1849
- AIAgentTypeDetailsComponent], imports: [CommonModule,
1853
+ AIAgentRunStepDetailsComponent], imports: [CommonModule,
1850
1854
  FormsModule,
1851
1855
  LayoutModule,
1852
1856
  InputsModule,
@@ -1882,6 +1886,10 @@ export class GeneratedForms_SubModule_15 {
1882
1886
  type: NgModule,
1883
1887
  args: [{
1884
1888
  declarations: [
1889
+ AIAgentRunDetailsComponent,
1890
+ AIAgentStepPathDetailsComponent,
1891
+ AIAgentStepDetailsComponent,
1892
+ AIAgentTypeDetailsComponent,
1885
1893
  AIConfigurationParamDetailsComponent,
1886
1894
  AIConfigurationDetailsComponent,
1887
1895
  AIModelCostDetailsComponent,
@@ -1897,11 +1905,7 @@ export class GeneratedForms_SubModule_15 {
1897
1905
  ConversationArtifactPermissionDetailsComponent,
1898
1906
  ConversationArtifactVersionDetailsComponent,
1899
1907
  ConversationArtifactDetailsComponent,
1900
- DashboardUserPreferenceDetailsComponent,
1901
- DashboardUserStateDetailsComponent,
1902
- QueryParameterDetailsComponent,
1903
- ReportUserStateDetailsComponent,
1904
- ReportVersionDetailsComponent
1908
+ DashboardUserPreferenceDetailsComponent
1905
1909
  ],
1906
1910
  imports: [
1907
1911
  CommonModule,
@@ -1922,7 +1926,11 @@ export class GeneratedForms_SubModule_15 {
1922
1926
  exports: []
1923
1927
  }]
1924
1928
  }], null, null); })();
1925
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [AIConfigurationParamDetailsComponent,
1929
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [AIAgentRunDetailsComponent,
1930
+ AIAgentStepPathDetailsComponent,
1931
+ AIAgentStepDetailsComponent,
1932
+ AIAgentTypeDetailsComponent,
1933
+ AIConfigurationParamDetailsComponent,
1926
1934
  AIConfigurationDetailsComponent,
1927
1935
  AIModelCostDetailsComponent,
1928
1936
  AIModelPriceTypeDetailsComponent,
@@ -1937,11 +1945,7 @@ export class GeneratedForms_SubModule_15 {
1937
1945
  ConversationArtifactPermissionDetailsComponent,
1938
1946
  ConversationArtifactVersionDetailsComponent,
1939
1947
  ConversationArtifactDetailsComponent,
1940
- DashboardUserPreferenceDetailsComponent,
1941
- DashboardUserStateDetailsComponent,
1942
- QueryParameterDetailsComponent,
1943
- ReportUserStateDetailsComponent,
1944
- ReportVersionDetailsComponent], imports: [CommonModule,
1948
+ DashboardUserPreferenceDetailsComponent], imports: [CommonModule,
1945
1949
  FormsModule,
1946
1950
  LayoutModule,
1947
1951
  InputsModule,
@@ -1977,6 +1981,10 @@ export class GeneratedForms_SubModule_16 {
1977
1981
  type: NgModule,
1978
1982
  args: [{
1979
1983
  declarations: [
1984
+ DashboardUserStateDetailsComponent,
1985
+ QueryParameterDetailsComponent,
1986
+ ReportUserStateDetailsComponent,
1987
+ ReportVersionDetailsComponent,
1980
1988
  OutputDeliveryTypeDetailsComponent,
1981
1989
  OutputFormatTypeDetailsComponent,
1982
1990
  OutputTriggerTypeDetailsComponent,
@@ -1992,11 +2000,7 @@ export class GeneratedForms_SubModule_16 {
1992
2000
  RecommendationProviderDetailsComponent,
1993
2001
  RecommendationRunDetailsComponent,
1994
2002
  RecommendationDetailsComponent,
1995
- RecordChangeReplayRunDetailsComponent,
1996
- RecordChangeDetailsComponent,
1997
- RecordMergeDeletionLogDetailsComponent,
1998
- RecordMergeLogDetailsComponent,
1999
- ReportCategoryDetailsComponent
2003
+ RecordChangeReplayRunDetailsComponent
2000
2004
  ],
2001
2005
  imports: [
2002
2006
  CommonModule,
@@ -2017,7 +2021,11 @@ export class GeneratedForms_SubModule_16 {
2017
2021
  exports: []
2018
2022
  }]
2019
2023
  }], null, null); })();
2020
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [OutputDeliveryTypeDetailsComponent,
2024
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [DashboardUserStateDetailsComponent,
2025
+ QueryParameterDetailsComponent,
2026
+ ReportUserStateDetailsComponent,
2027
+ ReportVersionDetailsComponent,
2028
+ OutputDeliveryTypeDetailsComponent,
2021
2029
  OutputFormatTypeDetailsComponent,
2022
2030
  OutputTriggerTypeDetailsComponent,
2023
2031
  QueryDetailsComponent,
@@ -2032,11 +2040,7 @@ export class GeneratedForms_SubModule_16 {
2032
2040
  RecommendationProviderDetailsComponent,
2033
2041
  RecommendationRunDetailsComponent,
2034
2042
  RecommendationDetailsComponent,
2035
- RecordChangeReplayRunDetailsComponent,
2036
- RecordChangeDetailsComponent,
2037
- RecordMergeDeletionLogDetailsComponent,
2038
- RecordMergeLogDetailsComponent,
2039
- ReportCategoryDetailsComponent], imports: [CommonModule,
2043
+ RecordChangeReplayRunDetailsComponent], imports: [CommonModule,
2040
2044
  FormsModule,
2041
2045
  LayoutModule,
2042
2046
  InputsModule,
@@ -2072,6 +2076,10 @@ export class GeneratedForms_SubModule_17 {
2072
2076
  type: NgModule,
2073
2077
  args: [{
2074
2078
  declarations: [
2079
+ RecordChangeDetailsComponent,
2080
+ RecordMergeDeletionLogDetailsComponent,
2081
+ RecordMergeLogDetailsComponent,
2082
+ ReportCategoryDetailsComponent,
2075
2083
  ReportSnapshotDetailsComponent,
2076
2084
  ReportDetailsComponent,
2077
2085
  ResourceLinkDetailsComponent,
@@ -2087,11 +2095,7 @@ export class GeneratedForms_SubModule_17 {
2087
2095
  TagDetailsComponent,
2088
2096
  TemplateCategoryDetailsComponent,
2089
2097
  TemplateContentTypeDetailsComponent,
2090
- TemplateContentDetailsComponent,
2091
- TemplateParamDetailsComponent,
2092
- TemplateDetailsComponent,
2093
- UserApplicationEntityDetailsComponent,
2094
- UserApplicationDetailsComponent
2098
+ TemplateContentDetailsComponent
2095
2099
  ],
2096
2100
  imports: [
2097
2101
  CommonModule,
@@ -2112,7 +2116,11 @@ export class GeneratedForms_SubModule_17 {
2112
2116
  exports: []
2113
2117
  }]
2114
2118
  }], null, null); })();
2115
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [ReportSnapshotDetailsComponent,
2119
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [RecordChangeDetailsComponent,
2120
+ RecordMergeDeletionLogDetailsComponent,
2121
+ RecordMergeLogDetailsComponent,
2122
+ ReportCategoryDetailsComponent,
2123
+ ReportSnapshotDetailsComponent,
2116
2124
  ReportDetailsComponent,
2117
2125
  ResourceLinkDetailsComponent,
2118
2126
  ResourcePermissionDetailsComponent,
@@ -2127,11 +2135,7 @@ export class GeneratedForms_SubModule_17 {
2127
2135
  TagDetailsComponent,
2128
2136
  TemplateCategoryDetailsComponent,
2129
2137
  TemplateContentTypeDetailsComponent,
2130
- TemplateContentDetailsComponent,
2131
- TemplateParamDetailsComponent,
2132
- TemplateDetailsComponent,
2133
- UserApplicationEntityDetailsComponent,
2134
- UserApplicationDetailsComponent], imports: [CommonModule,
2138
+ TemplateContentDetailsComponent], imports: [CommonModule,
2135
2139
  FormsModule,
2136
2140
  LayoutModule,
2137
2141
  InputsModule,
@@ -2167,6 +2171,10 @@ export class GeneratedForms_SubModule_18 {
2167
2171
  type: NgModule,
2168
2172
  args: [{
2169
2173
  declarations: [
2174
+ TemplateParamDetailsComponent,
2175
+ TemplateDetailsComponent,
2176
+ UserApplicationEntityDetailsComponent,
2177
+ UserApplicationDetailsComponent,
2170
2178
  UserFavoriteDetailsComponent,
2171
2179
  UserNotificationDetailsComponent,
2172
2180
  UserRecordLogDetailsComponent,
@@ -2182,8 +2190,7 @@ export class GeneratedForms_SubModule_18 {
2182
2190
  WorkflowEngineDetailsComponent,
2183
2191
  WorkflowRunDetailsComponent,
2184
2192
  WorkflowDetailsComponent,
2185
- WorkspaceItemDetailsComponent,
2186
- WorkspaceDetailsComponent
2193
+ WorkspaceItemDetailsComponent
2187
2194
  ],
2188
2195
  imports: [
2189
2196
  CommonModule,
@@ -2204,7 +2211,11 @@ export class GeneratedForms_SubModule_18 {
2204
2211
  exports: []
2205
2212
  }]
2206
2213
  }], null, null); })();
2207
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [UserFavoriteDetailsComponent,
2214
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [TemplateParamDetailsComponent,
2215
+ TemplateDetailsComponent,
2216
+ UserApplicationEntityDetailsComponent,
2217
+ UserApplicationDetailsComponent,
2218
+ UserFavoriteDetailsComponent,
2208
2219
  UserNotificationDetailsComponent,
2209
2220
  UserRecordLogDetailsComponent,
2210
2221
  UserRoleDetailsComponent,
@@ -2219,8 +2230,64 @@ export class GeneratedForms_SubModule_18 {
2219
2230
  WorkflowEngineDetailsComponent,
2220
2231
  WorkflowRunDetailsComponent,
2221
2232
  WorkflowDetailsComponent,
2222
- WorkspaceItemDetailsComponent,
2223
- WorkspaceDetailsComponent], imports: [CommonModule,
2233
+ WorkspaceItemDetailsComponent], imports: [CommonModule,
2234
+ FormsModule,
2235
+ LayoutModule,
2236
+ InputsModule,
2237
+ ButtonsModule,
2238
+ DateInputsModule,
2239
+ UserViewGridModule,
2240
+ LinkDirectivesModule,
2241
+ BaseFormsModule,
2242
+ FormToolbarModule,
2243
+ MJTabStripModule,
2244
+ ContainerDirectivesModule,
2245
+ DropDownListModule,
2246
+ ComboBoxModule] }); })();
2247
+ export class GeneratedForms_SubModule_19 {
2248
+ static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(t) { return new (t || GeneratedForms_SubModule_19)(); }; }
2249
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
2250
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
2251
+ FormsModule,
2252
+ LayoutModule,
2253
+ InputsModule,
2254
+ ButtonsModule,
2255
+ DateInputsModule,
2256
+ UserViewGridModule,
2257
+ LinkDirectivesModule,
2258
+ BaseFormsModule,
2259
+ FormToolbarModule,
2260
+ MJTabStripModule,
2261
+ ContainerDirectivesModule,
2262
+ DropDownListModule,
2263
+ ComboBoxModule] }); }
2264
+ }
2265
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
2266
+ type: NgModule,
2267
+ args: [{
2268
+ declarations: [
2269
+ WorkspaceDetailsComponent
2270
+ ],
2271
+ imports: [
2272
+ CommonModule,
2273
+ FormsModule,
2274
+ LayoutModule,
2275
+ InputsModule,
2276
+ ButtonsModule,
2277
+ DateInputsModule,
2278
+ UserViewGridModule,
2279
+ LinkDirectivesModule,
2280
+ BaseFormsModule,
2281
+ FormToolbarModule,
2282
+ MJTabStripModule,
2283
+ ContainerDirectivesModule,
2284
+ DropDownListModule,
2285
+ ComboBoxModule
2286
+ ],
2287
+ exports: []
2288
+ }]
2289
+ }], null, null); })();
2290
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [WorkspaceDetailsComponent], imports: [CommonModule,
2224
2291
  FormsModule,
2225
2292
  LayoutModule,
2226
2293
  InputsModule,
@@ -2255,7 +2322,8 @@ export class CoreGeneratedFormsModule {
2255
2322
  GeneratedForms_SubModule_15,
2256
2323
  GeneratedForms_SubModule_16,
2257
2324
  GeneratedForms_SubModule_17,
2258
- GeneratedForms_SubModule_18] }); }
2325
+ GeneratedForms_SubModule_18,
2326
+ GeneratedForms_SubModule_19] }); }
2259
2327
  }
2260
2328
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
2261
2329
  type: NgModule,
@@ -2280,11 +2348,12 @@ export class CoreGeneratedFormsModule {
2280
2348
  GeneratedForms_SubModule_15,
2281
2349
  GeneratedForms_SubModule_16,
2282
2350
  GeneratedForms_SubModule_17,
2283
- GeneratedForms_SubModule_18
2351
+ GeneratedForms_SubModule_18,
2352
+ GeneratedForms_SubModule_19
2284
2353
  ]
2285
2354
  }]
2286
2355
  }], null, null); })();
2287
- (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] }); })();
2356
+ (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] }); })();
2288
2357
  export function LoadCoreGeneratedForms() {
2289
2358
  // This function doesn't do much, but it calls each generated form's loader function
2290
2359
  // which in turn calls the sections for that generated form. Ultimately, those bits of
@@ -2398,6 +2467,8 @@ export function LoadCoreGeneratedForms() {
2398
2467
  LoadAIAgentPromptFormComponent();
2399
2468
  LoadAIAgentRunStepFormComponent();
2400
2469
  LoadAIAgentRunFormComponent();
2470
+ LoadAIAgentStepPathFormComponent();
2471
+ LoadAIAgentStepFormComponent();
2401
2472
  LoadAIAgentTypeFormComponent();
2402
2473
  LoadAIConfigurationParamFormComponent();
2403
2474
  LoadAIConfigurationFormComponent();
@@ -2590,6 +2661,8 @@ export function LoadCoreGeneratedForms() {
2590
2661
  LoadAIAgentPromptDetailsComponent();
2591
2662
  LoadAIAgentRunStepDetailsComponent();
2592
2663
  LoadAIAgentRunDetailsComponent();
2664
+ LoadAIAgentStepPathDetailsComponent();
2665
+ LoadAIAgentStepDetailsComponent();
2593
2666
  LoadAIAgentTypeDetailsComponent();
2594
2667
  LoadAIConfigurationParamDetailsComponent();
2595
2668
  LoadAIConfigurationDetailsComponent();