@memberjunction/ng-core-entity-forms 2.108.0 → 2.109.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 +26 -16
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.js +253 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js +13 -3
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.js +167 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/User/user.form.component.js +45 -25
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +348 -344
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +144 -128
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -129,6 +129,7 @@ import { ListDetailFormComponent, LoadListDetailFormComponent } from "./Entities
|
|
|
129
129
|
import { ListFormComponent, LoadListFormComponent } from "./Entities/List/list.form.component";
|
|
130
130
|
import { AccessControlRuleFormComponent, LoadAccessControlRuleFormComponent } from "./Entities/AccessControlRule/accesscontrolrule.form.component";
|
|
131
131
|
import { AIAgentArtifactTypeFormComponent, LoadAIAgentArtifactTypeFormComponent } from "./Entities/AIAgentArtifactType/aiagentartifacttype.form.component";
|
|
132
|
+
import { AIAgentDataSourceFormComponent, LoadAIAgentDataSourceFormComponent } from "./Entities/AIAgentDataSource/aiagentdatasource.form.component";
|
|
132
133
|
import { AIAgentPermissionFormComponent, LoadAIAgentPermissionFormComponent } from "./Entities/AIAgentPermission/aiagentpermission.form.component";
|
|
133
134
|
import { AIAgentPromptFormComponent, LoadAIAgentPromptFormComponent } from "./Entities/AIAgentPrompt/aiagentprompt.form.component";
|
|
134
135
|
import { AIAgentRelationshipFormComponent, LoadAIAgentRelationshipFormComponent } from "./Entities/AIAgentRelationship/aiagentrelationship.form.component";
|
|
@@ -148,6 +149,7 @@ import { AIPromptRunFormComponent, LoadAIPromptRunFormComponent } from "./Entiti
|
|
|
148
149
|
import { AIVendorTypeDefinitionFormComponent, LoadAIVendorTypeDefinitionFormComponent } from "./Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component";
|
|
149
150
|
import { AIVendorTypeFormComponent, LoadAIVendorTypeFormComponent } from "./Entities/AIVendorType/aivendortype.form.component";
|
|
150
151
|
import { AIVendorFormComponent, LoadAIVendorFormComponent } from "./Entities/AIVendor/aivendor.form.component";
|
|
152
|
+
import { ArtifactPermissionFormComponent, LoadArtifactPermissionFormComponent } from "./Entities/ArtifactPermission/artifactpermission.form.component";
|
|
151
153
|
import { ArtifactTypeFormComponent, LoadArtifactTypeFormComponent } from "./Entities/ArtifactType/artifacttype.form.component";
|
|
152
154
|
import { ArtifactVersionAttributeFormComponent, LoadArtifactVersionAttributeFormComponent } from "./Entities/ArtifactVersionAttribute/artifactversionattribute.form.component";
|
|
153
155
|
import { ArtifactVersionFormComponent, LoadArtifactVersionFormComponent } from "./Entities/ArtifactVersion/artifactversion.form.component";
|
|
@@ -349,6 +351,7 @@ import { ListDetailDetailsComponent, LoadListDetailDetailsComponent } from "./En
|
|
|
349
351
|
import { ListDetailsComponent, LoadListDetailsComponent } from "./Entities/List/sections/details.component";
|
|
350
352
|
import { AccessControlRuleDetailsComponent, LoadAccessControlRuleDetailsComponent } from "./Entities/AccessControlRule/sections/details.component";
|
|
351
353
|
import { AIAgentArtifactTypeDetailsComponent, LoadAIAgentArtifactTypeDetailsComponent } from "./Entities/AIAgentArtifactType/sections/details.component";
|
|
354
|
+
import { AIAgentDataSourceDetailsComponent, LoadAIAgentDataSourceDetailsComponent } from "./Entities/AIAgentDataSource/sections/details.component";
|
|
352
355
|
import { AIAgentPermissionDetailsComponent, LoadAIAgentPermissionDetailsComponent } from "./Entities/AIAgentPermission/sections/details.component";
|
|
353
356
|
import { AIAgentPromptDetailsComponent, LoadAIAgentPromptDetailsComponent } from "./Entities/AIAgentPrompt/sections/details.component";
|
|
354
357
|
import { AIAgentRelationshipDetailsComponent, LoadAIAgentRelationshipDetailsComponent } from "./Entities/AIAgentRelationship/sections/details.component";
|
|
@@ -368,6 +371,7 @@ import { AIPromptRunDetailsComponent, LoadAIPromptRunDetailsComponent } from "./
|
|
|
368
371
|
import { AIVendorTypeDefinitionDetailsComponent, LoadAIVendorTypeDefinitionDetailsComponent } from "./Entities/AIVendorTypeDefinition/sections/details.component";
|
|
369
372
|
import { AIVendorTypeDetailsComponent, LoadAIVendorTypeDetailsComponent } from "./Entities/AIVendorType/sections/details.component";
|
|
370
373
|
import { AIVendorDetailsComponent, LoadAIVendorDetailsComponent } from "./Entities/AIVendor/sections/details.component";
|
|
374
|
+
import { ArtifactPermissionDetailsComponent, LoadArtifactPermissionDetailsComponent } from "./Entities/ArtifactPermission/sections/details.component";
|
|
371
375
|
import { ArtifactTypeDetailsComponent, LoadArtifactTypeDetailsComponent } from "./Entities/ArtifactType/sections/details.component";
|
|
372
376
|
import { ArtifactVersionAttributeDetailsComponent, LoadArtifactVersionAttributeDetailsComponent } from "./Entities/ArtifactVersionAttribute/sections/details.component";
|
|
373
377
|
import { ArtifactVersionDetailsComponent, LoadArtifactVersionDetailsComponent } from "./Entities/ArtifactVersion/sections/details.component";
|
|
@@ -980,6 +984,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
980
984
|
ListFormComponent,
|
|
981
985
|
AccessControlRuleFormComponent,
|
|
982
986
|
AIAgentArtifactTypeFormComponent,
|
|
987
|
+
AIAgentDataSourceFormComponent,
|
|
983
988
|
AIAgentPermissionFormComponent,
|
|
984
989
|
AIAgentPromptFormComponent,
|
|
985
990
|
AIAgentRelationshipFormComponent,
|
|
@@ -992,8 +997,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
992
997
|
AIConfigurationFormComponent,
|
|
993
998
|
AIModelCostFormComponent,
|
|
994
999
|
AIModelPriceTypeFormComponent,
|
|
995
|
-
AIModelPriceUnitTypeFormComponent
|
|
996
|
-
AIModelVendorFormComponent
|
|
1000
|
+
AIModelPriceUnitTypeFormComponent
|
|
997
1001
|
],
|
|
998
1002
|
imports: [
|
|
999
1003
|
CommonModule,
|
|
@@ -1021,6 +1025,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
1021
1025
|
ListFormComponent,
|
|
1022
1026
|
AccessControlRuleFormComponent,
|
|
1023
1027
|
AIAgentArtifactTypeFormComponent,
|
|
1028
|
+
AIAgentDataSourceFormComponent,
|
|
1024
1029
|
AIAgentPermissionFormComponent,
|
|
1025
1030
|
AIAgentPromptFormComponent,
|
|
1026
1031
|
AIAgentRelationshipFormComponent,
|
|
@@ -1033,8 +1038,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
1033
1038
|
AIConfigurationFormComponent,
|
|
1034
1039
|
AIModelCostFormComponent,
|
|
1035
1040
|
AIModelPriceTypeFormComponent,
|
|
1036
|
-
AIModelPriceUnitTypeFormComponent,
|
|
1037
|
-
AIModelVendorFormComponent], imports: [CommonModule,
|
|
1041
|
+
AIModelPriceUnitTypeFormComponent], imports: [CommonModule,
|
|
1038
1042
|
FormsModule,
|
|
1039
1043
|
LayoutModule,
|
|
1040
1044
|
InputsModule,
|
|
@@ -1072,11 +1076,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1072
1076
|
type: NgModule,
|
|
1073
1077
|
args: [{
|
|
1074
1078
|
declarations: [
|
|
1079
|
+
AIModelVendorFormComponent,
|
|
1075
1080
|
AIPromptModelFormComponent,
|
|
1076
1081
|
AIPromptRunFormComponent,
|
|
1077
1082
|
AIVendorTypeDefinitionFormComponent,
|
|
1078
1083
|
AIVendorTypeFormComponent,
|
|
1079
1084
|
AIVendorFormComponent,
|
|
1085
|
+
ArtifactPermissionFormComponent,
|
|
1080
1086
|
ArtifactTypeFormComponent,
|
|
1081
1087
|
ArtifactVersionAttributeFormComponent,
|
|
1082
1088
|
ArtifactVersionFormComponent,
|
|
@@ -1089,9 +1095,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1089
1095
|
ComponentLibraryLinkFormComponent,
|
|
1090
1096
|
ComponentRegistryFormComponent,
|
|
1091
1097
|
ComponentFormComponent,
|
|
1092
|
-
ConversationArtifactPermissionFormComponent
|
|
1093
|
-
ConversationArtifactVersionFormComponent,
|
|
1094
|
-
ConversationArtifactFormComponent
|
|
1098
|
+
ConversationArtifactPermissionFormComponent
|
|
1095
1099
|
],
|
|
1096
1100
|
imports: [
|
|
1097
1101
|
CommonModule,
|
|
@@ -1113,11 +1117,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1113
1117
|
exports: []
|
|
1114
1118
|
}]
|
|
1115
1119
|
}], null, null); })();
|
|
1116
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
1120
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIModelVendorFormComponent,
|
|
1121
|
+
AIPromptModelFormComponent,
|
|
1117
1122
|
AIPromptRunFormComponent,
|
|
1118
1123
|
AIVendorTypeDefinitionFormComponent,
|
|
1119
1124
|
AIVendorTypeFormComponent,
|
|
1120
1125
|
AIVendorFormComponent,
|
|
1126
|
+
ArtifactPermissionFormComponent,
|
|
1121
1127
|
ArtifactTypeFormComponent,
|
|
1122
1128
|
ArtifactVersionAttributeFormComponent,
|
|
1123
1129
|
ArtifactVersionFormComponent,
|
|
@@ -1130,9 +1136,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1130
1136
|
ComponentLibraryLinkFormComponent,
|
|
1131
1137
|
ComponentRegistryFormComponent,
|
|
1132
1138
|
ComponentFormComponent,
|
|
1133
|
-
ConversationArtifactPermissionFormComponent,
|
|
1134
|
-
ConversationArtifactVersionFormComponent,
|
|
1135
|
-
ConversationArtifactFormComponent], imports: [CommonModule,
|
|
1139
|
+
ConversationArtifactPermissionFormComponent], imports: [CommonModule,
|
|
1136
1140
|
FormsModule,
|
|
1137
1141
|
LayoutModule,
|
|
1138
1142
|
InputsModule,
|
|
@@ -1170,6 +1174,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1170
1174
|
type: NgModule,
|
|
1171
1175
|
args: [{
|
|
1172
1176
|
declarations: [
|
|
1177
|
+
ConversationArtifactVersionFormComponent,
|
|
1178
|
+
ConversationArtifactFormComponent,
|
|
1173
1179
|
ConversationDetailArtifactFormComponent,
|
|
1174
1180
|
DashboardUserPreferenceFormComponent,
|
|
1175
1181
|
DashboardUserStateFormComponent,
|
|
@@ -1187,9 +1193,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1187
1193
|
TaskTypeFormComponent,
|
|
1188
1194
|
TaskFormComponent,
|
|
1189
1195
|
OutputDeliveryTypeFormComponent,
|
|
1190
|
-
OutputFormatTypeFormComponent
|
|
1191
|
-
OutputTriggerTypeFormComponent,
|
|
1192
|
-
QueryFormComponent
|
|
1196
|
+
OutputFormatTypeFormComponent
|
|
1193
1197
|
],
|
|
1194
1198
|
imports: [
|
|
1195
1199
|
CommonModule,
|
|
@@ -1211,7 +1215,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1211
1215
|
exports: []
|
|
1212
1216
|
}]
|
|
1213
1217
|
}], null, null); })();
|
|
1214
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
1218
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [ConversationArtifactVersionFormComponent,
|
|
1219
|
+
ConversationArtifactFormComponent,
|
|
1220
|
+
ConversationDetailArtifactFormComponent,
|
|
1215
1221
|
DashboardUserPreferenceFormComponent,
|
|
1216
1222
|
DashboardUserStateFormComponent,
|
|
1217
1223
|
EnvironmentFormComponent,
|
|
@@ -1228,9 +1234,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1228
1234
|
TaskTypeFormComponent,
|
|
1229
1235
|
TaskFormComponent,
|
|
1230
1236
|
OutputDeliveryTypeFormComponent,
|
|
1231
|
-
OutputFormatTypeFormComponent,
|
|
1232
|
-
OutputTriggerTypeFormComponent,
|
|
1233
|
-
QueryFormComponent], imports: [CommonModule,
|
|
1237
|
+
OutputFormatTypeFormComponent], imports: [CommonModule,
|
|
1234
1238
|
FormsModule,
|
|
1235
1239
|
LayoutModule,
|
|
1236
1240
|
InputsModule,
|
|
@@ -1268,6 +1272,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1268
1272
|
type: NgModule,
|
|
1269
1273
|
args: [{
|
|
1270
1274
|
declarations: [
|
|
1275
|
+
OutputTriggerTypeFormComponent,
|
|
1276
|
+
QueryFormComponent,
|
|
1271
1277
|
QueryCategoryFormComponent,
|
|
1272
1278
|
QueryEntityFormComponent,
|
|
1273
1279
|
QueryFieldFormComponent,
|
|
@@ -1285,9 +1291,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1285
1291
|
RecordMergeLogFormComponent,
|
|
1286
1292
|
ReportCategoryFormComponent,
|
|
1287
1293
|
ReportSnapshotFormComponent,
|
|
1288
|
-
ReportFormComponent
|
|
1289
|
-
ResourceLinkFormComponent,
|
|
1290
|
-
ResourcePermissionFormComponent
|
|
1294
|
+
ReportFormComponent
|
|
1291
1295
|
],
|
|
1292
1296
|
imports: [
|
|
1293
1297
|
CommonModule,
|
|
@@ -1309,7 +1313,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1309
1313
|
exports: []
|
|
1310
1314
|
}]
|
|
1311
1315
|
}], null, null); })();
|
|
1312
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
1316
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [OutputTriggerTypeFormComponent,
|
|
1317
|
+
QueryFormComponent,
|
|
1318
|
+
QueryCategoryFormComponent,
|
|
1313
1319
|
QueryEntityFormComponent,
|
|
1314
1320
|
QueryFieldFormComponent,
|
|
1315
1321
|
QueryPermissionFormComponent,
|
|
@@ -1326,9 +1332,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1326
1332
|
RecordMergeLogFormComponent,
|
|
1327
1333
|
ReportCategoryFormComponent,
|
|
1328
1334
|
ReportSnapshotFormComponent,
|
|
1329
|
-
ReportFormComponent,
|
|
1330
|
-
ResourceLinkFormComponent,
|
|
1331
|
-
ResourcePermissionFormComponent], imports: [CommonModule,
|
|
1335
|
+
ReportFormComponent], imports: [CommonModule,
|
|
1332
1336
|
FormsModule,
|
|
1333
1337
|
LayoutModule,
|
|
1334
1338
|
InputsModule,
|
|
@@ -1366,6 +1370,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1366
1370
|
type: NgModule,
|
|
1367
1371
|
args: [{
|
|
1368
1372
|
declarations: [
|
|
1373
|
+
ResourceLinkFormComponent,
|
|
1374
|
+
ResourcePermissionFormComponent,
|
|
1369
1375
|
ResourceTypeFormComponent,
|
|
1370
1376
|
RoleFormComponent,
|
|
1371
1377
|
RowLevelSecurityFilterFormComponent,
|
|
@@ -1383,9 +1389,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1383
1389
|
UserApplicationEntityFormComponent,
|
|
1384
1390
|
UserApplicationFormComponent,
|
|
1385
1391
|
UserFavoriteFormComponent,
|
|
1386
|
-
UserNotificationFormComponent
|
|
1387
|
-
UserRecordLogFormComponent,
|
|
1388
|
-
UserRoleFormComponent
|
|
1392
|
+
UserNotificationFormComponent
|
|
1389
1393
|
],
|
|
1390
1394
|
imports: [
|
|
1391
1395
|
CommonModule,
|
|
@@ -1407,7 +1411,9 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1407
1411
|
exports: []
|
|
1408
1412
|
}]
|
|
1409
1413
|
}], null, null); })();
|
|
1410
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1414
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [ResourceLinkFormComponent,
|
|
1415
|
+
ResourcePermissionFormComponent,
|
|
1416
|
+
ResourceTypeFormComponent,
|
|
1411
1417
|
RoleFormComponent,
|
|
1412
1418
|
RowLevelSecurityFilterFormComponent,
|
|
1413
1419
|
ScheduledActionParamFormComponent,
|
|
@@ -1424,9 +1430,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1424
1430
|
UserApplicationEntityFormComponent,
|
|
1425
1431
|
UserApplicationFormComponent,
|
|
1426
1432
|
UserFavoriteFormComponent,
|
|
1427
|
-
UserNotificationFormComponent,
|
|
1428
|
-
UserRecordLogFormComponent,
|
|
1429
|
-
UserRoleFormComponent], imports: [CommonModule,
|
|
1433
|
+
UserNotificationFormComponent], imports: [CommonModule,
|
|
1430
1434
|
FormsModule,
|
|
1431
1435
|
LayoutModule,
|
|
1432
1436
|
InputsModule,
|
|
@@ -1464,6 +1468,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1464
1468
|
type: NgModule,
|
|
1465
1469
|
args: [{
|
|
1466
1470
|
declarations: [
|
|
1471
|
+
UserRecordLogFormComponent,
|
|
1472
|
+
UserRoleFormComponent,
|
|
1467
1473
|
UserViewCategoryFormComponent,
|
|
1468
1474
|
UserViewRunDetailFormComponent,
|
|
1469
1475
|
UserViewRunFormComponent,
|
|
@@ -1481,9 +1487,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1481
1487
|
ActionCategoryDetailsComponent,
|
|
1482
1488
|
ActionContextTypeDetailsComponent,
|
|
1483
1489
|
ActionContextDetailsComponent,
|
|
1484
|
-
ActionExecutionLogDetailsComponent
|
|
1485
|
-
ActionFilterDetailsComponent,
|
|
1486
|
-
ActionLibraryDetailsComponent
|
|
1490
|
+
ActionExecutionLogDetailsComponent
|
|
1487
1491
|
],
|
|
1488
1492
|
imports: [
|
|
1489
1493
|
CommonModule,
|
|
@@ -1505,7 +1509,9 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1505
1509
|
exports: []
|
|
1506
1510
|
}]
|
|
1507
1511
|
}], null, null); })();
|
|
1508
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1512
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [UserRecordLogFormComponent,
|
|
1513
|
+
UserRoleFormComponent,
|
|
1514
|
+
UserViewCategoryFormComponent,
|
|
1509
1515
|
UserViewRunDetailFormComponent,
|
|
1510
1516
|
UserViewRunFormComponent,
|
|
1511
1517
|
UserViewFormComponent,
|
|
@@ -1522,9 +1528,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1522
1528
|
ActionCategoryDetailsComponent,
|
|
1523
1529
|
ActionContextTypeDetailsComponent,
|
|
1524
1530
|
ActionContextDetailsComponent,
|
|
1525
|
-
ActionExecutionLogDetailsComponent,
|
|
1526
|
-
ActionFilterDetailsComponent,
|
|
1527
|
-
ActionLibraryDetailsComponent], imports: [CommonModule,
|
|
1531
|
+
ActionExecutionLogDetailsComponent], imports: [CommonModule,
|
|
1528
1532
|
FormsModule,
|
|
1529
1533
|
LayoutModule,
|
|
1530
1534
|
InputsModule,
|
|
@@ -1561,6 +1565,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1561
1565
|
type: NgModule,
|
|
1562
1566
|
args: [{
|
|
1563
1567
|
declarations: [
|
|
1568
|
+
ActionFilterDetailsComponent,
|
|
1569
|
+
ActionLibraryDetailsComponent,
|
|
1564
1570
|
ActionParamDetailsComponent,
|
|
1565
1571
|
ActionResultCodeDetailsComponent,
|
|
1566
1572
|
ActionDetailsComponent,
|
|
@@ -1578,9 +1584,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1578
1584
|
AIModelTypeDetailsComponent,
|
|
1579
1585
|
AIModelDetailsComponent,
|
|
1580
1586
|
AIPromptCategoryDetailsComponent,
|
|
1581
|
-
AIPromptTypeDetailsComponent
|
|
1582
|
-
AIPromptDetailsComponent,
|
|
1583
|
-
AIResultCacheDetailsComponent
|
|
1587
|
+
AIPromptTypeDetailsComponent
|
|
1584
1588
|
],
|
|
1585
1589
|
imports: [
|
|
1586
1590
|
CommonModule,
|
|
@@ -1601,7 +1605,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1601
1605
|
exports: []
|
|
1602
1606
|
}]
|
|
1603
1607
|
}], null, null); })();
|
|
1604
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1608
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [ActionFilterDetailsComponent,
|
|
1609
|
+
ActionLibraryDetailsComponent,
|
|
1610
|
+
ActionParamDetailsComponent,
|
|
1605
1611
|
ActionResultCodeDetailsComponent,
|
|
1606
1612
|
ActionDetailsComponent,
|
|
1607
1613
|
ActionTopComponent,
|
|
@@ -1618,9 +1624,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1618
1624
|
AIModelTypeDetailsComponent,
|
|
1619
1625
|
AIModelDetailsComponent,
|
|
1620
1626
|
AIPromptCategoryDetailsComponent,
|
|
1621
|
-
AIPromptTypeDetailsComponent,
|
|
1622
|
-
AIPromptDetailsComponent,
|
|
1623
|
-
AIResultCacheDetailsComponent], imports: [CommonModule,
|
|
1627
|
+
AIPromptTypeDetailsComponent], imports: [CommonModule,
|
|
1624
1628
|
FormsModule,
|
|
1625
1629
|
LayoutModule,
|
|
1626
1630
|
InputsModule,
|
|
@@ -1656,6 +1660,8 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1656
1660
|
type: NgModule,
|
|
1657
1661
|
args: [{
|
|
1658
1662
|
declarations: [
|
|
1663
|
+
AIPromptDetailsComponent,
|
|
1664
|
+
AIResultCacheDetailsComponent,
|
|
1659
1665
|
ApplicationEntityDetailsComponent,
|
|
1660
1666
|
ApplicationSettingDetailsComponent,
|
|
1661
1667
|
ApplicationDetailsComponent,
|
|
@@ -1673,9 +1679,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1673
1679
|
CompanyIntegrationRunAPILogDetailsComponent,
|
|
1674
1680
|
CompanyIntegrationRunDetailDetailsComponent,
|
|
1675
1681
|
CompanyIntegrationRunDetailsComponent,
|
|
1676
|
-
CompanyIntegrationDetailsComponent
|
|
1677
|
-
ContentFileTypeDetailsComponent,
|
|
1678
|
-
ContentItemAttributeDetailsComponent
|
|
1682
|
+
CompanyIntegrationDetailsComponent
|
|
1679
1683
|
],
|
|
1680
1684
|
imports: [
|
|
1681
1685
|
CommonModule,
|
|
@@ -1696,7 +1700,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1696
1700
|
exports: []
|
|
1697
1701
|
}]
|
|
1698
1702
|
}], null, null); })();
|
|
1699
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1703
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [AIPromptDetailsComponent,
|
|
1704
|
+
AIResultCacheDetailsComponent,
|
|
1705
|
+
ApplicationEntityDetailsComponent,
|
|
1700
1706
|
ApplicationSettingDetailsComponent,
|
|
1701
1707
|
ApplicationDetailsComponent,
|
|
1702
1708
|
AuditLogTypeDetailsComponent,
|
|
@@ -1713,9 +1719,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1713
1719
|
CompanyIntegrationRunAPILogDetailsComponent,
|
|
1714
1720
|
CompanyIntegrationRunDetailDetailsComponent,
|
|
1715
1721
|
CompanyIntegrationRunDetailsComponent,
|
|
1716
|
-
CompanyIntegrationDetailsComponent,
|
|
1717
|
-
ContentFileTypeDetailsComponent,
|
|
1718
|
-
ContentItemAttributeDetailsComponent], imports: [CommonModule,
|
|
1722
|
+
CompanyIntegrationDetailsComponent], imports: [CommonModule,
|
|
1719
1723
|
FormsModule,
|
|
1720
1724
|
LayoutModule,
|
|
1721
1725
|
InputsModule,
|
|
@@ -1751,6 +1755,8 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1751
1755
|
type: NgModule,
|
|
1752
1756
|
args: [{
|
|
1753
1757
|
declarations: [
|
|
1758
|
+
ContentFileTypeDetailsComponent,
|
|
1759
|
+
ContentItemAttributeDetailsComponent,
|
|
1754
1760
|
ContentItemTagDetailsComponent,
|
|
1755
1761
|
ContentItemDetailsComponent,
|
|
1756
1762
|
ContentProcessRunDetailsComponent,
|
|
@@ -1768,9 +1774,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1768
1774
|
DataContextDetailsComponent,
|
|
1769
1775
|
DatasetItemDetailsComponent,
|
|
1770
1776
|
DatasetDetailsComponent,
|
|
1771
|
-
DuplicateRunDetailMatchDetailsComponent
|
|
1772
|
-
DuplicateRunDetailDetailsComponent,
|
|
1773
|
-
DuplicateRunDetailsComponent
|
|
1777
|
+
DuplicateRunDetailMatchDetailsComponent
|
|
1774
1778
|
],
|
|
1775
1779
|
imports: [
|
|
1776
1780
|
CommonModule,
|
|
@@ -1791,7 +1795,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1791
1795
|
exports: []
|
|
1792
1796
|
}]
|
|
1793
1797
|
}], null, null); })();
|
|
1794
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1798
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [ContentFileTypeDetailsComponent,
|
|
1799
|
+
ContentItemAttributeDetailsComponent,
|
|
1800
|
+
ContentItemTagDetailsComponent,
|
|
1795
1801
|
ContentItemDetailsComponent,
|
|
1796
1802
|
ContentProcessRunDetailsComponent,
|
|
1797
1803
|
ContentSourceParamDetailsComponent,
|
|
@@ -1808,9 +1814,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1808
1814
|
DataContextDetailsComponent,
|
|
1809
1815
|
DatasetItemDetailsComponent,
|
|
1810
1816
|
DatasetDetailsComponent,
|
|
1811
|
-
DuplicateRunDetailMatchDetailsComponent,
|
|
1812
|
-
DuplicateRunDetailDetailsComponent,
|
|
1813
|
-
DuplicateRunDetailsComponent], imports: [CommonModule,
|
|
1817
|
+
DuplicateRunDetailMatchDetailsComponent], imports: [CommonModule,
|
|
1814
1818
|
FormsModule,
|
|
1815
1819
|
LayoutModule,
|
|
1816
1820
|
InputsModule,
|
|
@@ -1846,6 +1850,8 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1846
1850
|
type: NgModule,
|
|
1847
1851
|
args: [{
|
|
1848
1852
|
declarations: [
|
|
1853
|
+
DuplicateRunDetailDetailsComponent,
|
|
1854
|
+
DuplicateRunDetailsComponent,
|
|
1849
1855
|
EmployeeCompanyIntegrationDetailsComponent,
|
|
1850
1856
|
EmployeeRoleDetailsComponent,
|
|
1851
1857
|
EmployeeSkillDetailsComponent,
|
|
@@ -1863,9 +1869,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1863
1869
|
EntityActionDetailsComponent,
|
|
1864
1870
|
EntityAIActionDetailsComponent,
|
|
1865
1871
|
EntityCommunicationFieldDetailsComponent,
|
|
1866
|
-
EntityCommunicationMessageTypeDetailsComponent
|
|
1867
|
-
EntityDocumentRunDetailsComponent,
|
|
1868
|
-
EntityDocumentSettingDetailsComponent
|
|
1872
|
+
EntityCommunicationMessageTypeDetailsComponent
|
|
1869
1873
|
],
|
|
1870
1874
|
imports: [
|
|
1871
1875
|
CommonModule,
|
|
@@ -1886,7 +1890,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1886
1890
|
exports: []
|
|
1887
1891
|
}]
|
|
1888
1892
|
}], null, null); })();
|
|
1889
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1893
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [DuplicateRunDetailDetailsComponent,
|
|
1894
|
+
DuplicateRunDetailsComponent,
|
|
1895
|
+
EmployeeCompanyIntegrationDetailsComponent,
|
|
1890
1896
|
EmployeeRoleDetailsComponent,
|
|
1891
1897
|
EmployeeSkillDetailsComponent,
|
|
1892
1898
|
EmployeeDetailsComponent,
|
|
@@ -1903,9 +1909,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1903
1909
|
EntityActionDetailsComponent,
|
|
1904
1910
|
EntityAIActionDetailsComponent,
|
|
1905
1911
|
EntityCommunicationFieldDetailsComponent,
|
|
1906
|
-
EntityCommunicationMessageTypeDetailsComponent,
|
|
1907
|
-
EntityDocumentRunDetailsComponent,
|
|
1908
|
-
EntityDocumentSettingDetailsComponent], imports: [CommonModule,
|
|
1912
|
+
EntityCommunicationMessageTypeDetailsComponent], imports: [CommonModule,
|
|
1909
1913
|
FormsModule,
|
|
1910
1914
|
LayoutModule,
|
|
1911
1915
|
InputsModule,
|
|
@@ -1941,6 +1945,8 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1941
1945
|
type: NgModule,
|
|
1942
1946
|
args: [{
|
|
1943
1947
|
declarations: [
|
|
1948
|
+
EntityDocumentRunDetailsComponent,
|
|
1949
|
+
EntityDocumentSettingDetailsComponent,
|
|
1944
1950
|
EntityDocumentTypeDetailsComponent,
|
|
1945
1951
|
EntityDocumentDetailsComponent,
|
|
1946
1952
|
EntityFieldValueDetailsComponent,
|
|
@@ -1958,9 +1964,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1958
1964
|
FileDetailsComponent,
|
|
1959
1965
|
GeneratedCodeCategoryDetailsComponent,
|
|
1960
1966
|
GeneratedCodeDetailsComponent,
|
|
1961
|
-
IntegrationURLFormatDetailsComponent
|
|
1962
|
-
IntegrationDetailsComponent,
|
|
1963
|
-
LibraryDetailsComponent
|
|
1967
|
+
IntegrationURLFormatDetailsComponent
|
|
1964
1968
|
],
|
|
1965
1969
|
imports: [
|
|
1966
1970
|
CommonModule,
|
|
@@ -1981,7 +1985,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1981
1985
|
exports: []
|
|
1982
1986
|
}]
|
|
1983
1987
|
}], null, null); })();
|
|
1984
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1988
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [EntityDocumentRunDetailsComponent,
|
|
1989
|
+
EntityDocumentSettingDetailsComponent,
|
|
1990
|
+
EntityDocumentTypeDetailsComponent,
|
|
1985
1991
|
EntityDocumentDetailsComponent,
|
|
1986
1992
|
EntityFieldValueDetailsComponent,
|
|
1987
1993
|
EntityFieldDetailsComponent,
|
|
@@ -1998,9 +2004,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1998
2004
|
FileDetailsComponent,
|
|
1999
2005
|
GeneratedCodeCategoryDetailsComponent,
|
|
2000
2006
|
GeneratedCodeDetailsComponent,
|
|
2001
|
-
IntegrationURLFormatDetailsComponent,
|
|
2002
|
-
IntegrationDetailsComponent,
|
|
2003
|
-
LibraryDetailsComponent], imports: [CommonModule,
|
|
2007
|
+
IntegrationURLFormatDetailsComponent], imports: [CommonModule,
|
|
2004
2008
|
FormsModule,
|
|
2005
2009
|
LayoutModule,
|
|
2006
2010
|
InputsModule,
|
|
@@ -2036,12 +2040,15 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2036
2040
|
type: NgModule,
|
|
2037
2041
|
args: [{
|
|
2038
2042
|
declarations: [
|
|
2043
|
+
IntegrationDetailsComponent,
|
|
2044
|
+
LibraryDetailsComponent,
|
|
2039
2045
|
LibraryItemDetailsComponent,
|
|
2040
2046
|
ListCategoryDetailsComponent,
|
|
2041
2047
|
ListDetailDetailsComponent,
|
|
2042
2048
|
ListDetailsComponent,
|
|
2043
2049
|
AccessControlRuleDetailsComponent,
|
|
2044
2050
|
AIAgentArtifactTypeDetailsComponent,
|
|
2051
|
+
AIAgentDataSourceDetailsComponent,
|
|
2045
2052
|
AIAgentPermissionDetailsComponent,
|
|
2046
2053
|
AIAgentPromptDetailsComponent,
|
|
2047
2054
|
AIAgentRelationshipDetailsComponent,
|
|
@@ -2052,10 +2059,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2052
2059
|
AIAgentTypeDetailsComponent,
|
|
2053
2060
|
AIConfigurationParamDetailsComponent,
|
|
2054
2061
|
AIConfigurationDetailsComponent,
|
|
2055
|
-
AIModelCostDetailsComponent
|
|
2056
|
-
AIModelPriceTypeDetailsComponent,
|
|
2057
|
-
AIModelPriceUnitTypeDetailsComponent,
|
|
2058
|
-
AIModelVendorDetailsComponent
|
|
2062
|
+
AIModelCostDetailsComponent
|
|
2059
2063
|
],
|
|
2060
2064
|
imports: [
|
|
2061
2065
|
CommonModule,
|
|
@@ -2076,12 +2080,15 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2076
2080
|
exports: []
|
|
2077
2081
|
}]
|
|
2078
2082
|
}], null, null); })();
|
|
2079
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
2083
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [IntegrationDetailsComponent,
|
|
2084
|
+
LibraryDetailsComponent,
|
|
2085
|
+
LibraryItemDetailsComponent,
|
|
2080
2086
|
ListCategoryDetailsComponent,
|
|
2081
2087
|
ListDetailDetailsComponent,
|
|
2082
2088
|
ListDetailsComponent,
|
|
2083
2089
|
AccessControlRuleDetailsComponent,
|
|
2084
2090
|
AIAgentArtifactTypeDetailsComponent,
|
|
2091
|
+
AIAgentDataSourceDetailsComponent,
|
|
2085
2092
|
AIAgentPermissionDetailsComponent,
|
|
2086
2093
|
AIAgentPromptDetailsComponent,
|
|
2087
2094
|
AIAgentRelationshipDetailsComponent,
|
|
@@ -2092,10 +2099,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2092
2099
|
AIAgentTypeDetailsComponent,
|
|
2093
2100
|
AIConfigurationParamDetailsComponent,
|
|
2094
2101
|
AIConfigurationDetailsComponent,
|
|
2095
|
-
AIModelCostDetailsComponent,
|
|
2096
|
-
AIModelPriceTypeDetailsComponent,
|
|
2097
|
-
AIModelPriceUnitTypeDetailsComponent,
|
|
2098
|
-
AIModelVendorDetailsComponent], imports: [CommonModule,
|
|
2102
|
+
AIModelCostDetailsComponent], imports: [CommonModule,
|
|
2099
2103
|
FormsModule,
|
|
2100
2104
|
LayoutModule,
|
|
2101
2105
|
InputsModule,
|
|
@@ -2131,11 +2135,15 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2131
2135
|
type: NgModule,
|
|
2132
2136
|
args: [{
|
|
2133
2137
|
declarations: [
|
|
2138
|
+
AIModelPriceTypeDetailsComponent,
|
|
2139
|
+
AIModelPriceUnitTypeDetailsComponent,
|
|
2140
|
+
AIModelVendorDetailsComponent,
|
|
2134
2141
|
AIPromptModelDetailsComponent,
|
|
2135
2142
|
AIPromptRunDetailsComponent,
|
|
2136
2143
|
AIVendorTypeDefinitionDetailsComponent,
|
|
2137
2144
|
AIVendorTypeDetailsComponent,
|
|
2138
2145
|
AIVendorDetailsComponent,
|
|
2146
|
+
ArtifactPermissionDetailsComponent,
|
|
2139
2147
|
ArtifactTypeDetailsComponent,
|
|
2140
2148
|
ArtifactVersionAttributeDetailsComponent,
|
|
2141
2149
|
ArtifactVersionDetailsComponent,
|
|
@@ -2146,11 +2154,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2146
2154
|
ComponentDependencyDetailsComponent,
|
|
2147
2155
|
ComponentLibraryDetailsComponent,
|
|
2148
2156
|
ComponentLibraryLinkDetailsComponent,
|
|
2149
|
-
ComponentRegistryDetailsComponent
|
|
2150
|
-
ComponentDetailsComponent,
|
|
2151
|
-
ConversationArtifactPermissionDetailsComponent,
|
|
2152
|
-
ConversationArtifactVersionDetailsComponent,
|
|
2153
|
-
ConversationArtifactDetailsComponent
|
|
2157
|
+
ComponentRegistryDetailsComponent
|
|
2154
2158
|
],
|
|
2155
2159
|
imports: [
|
|
2156
2160
|
CommonModule,
|
|
@@ -2171,11 +2175,15 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2171
2175
|
exports: []
|
|
2172
2176
|
}]
|
|
2173
2177
|
}], null, null); })();
|
|
2174
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
2178
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [AIModelPriceTypeDetailsComponent,
|
|
2179
|
+
AIModelPriceUnitTypeDetailsComponent,
|
|
2180
|
+
AIModelVendorDetailsComponent,
|
|
2181
|
+
AIPromptModelDetailsComponent,
|
|
2175
2182
|
AIPromptRunDetailsComponent,
|
|
2176
2183
|
AIVendorTypeDefinitionDetailsComponent,
|
|
2177
2184
|
AIVendorTypeDetailsComponent,
|
|
2178
2185
|
AIVendorDetailsComponent,
|
|
2186
|
+
ArtifactPermissionDetailsComponent,
|
|
2179
2187
|
ArtifactTypeDetailsComponent,
|
|
2180
2188
|
ArtifactVersionAttributeDetailsComponent,
|
|
2181
2189
|
ArtifactVersionDetailsComponent,
|
|
@@ -2186,11 +2194,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2186
2194
|
ComponentDependencyDetailsComponent,
|
|
2187
2195
|
ComponentLibraryDetailsComponent,
|
|
2188
2196
|
ComponentLibraryLinkDetailsComponent,
|
|
2189
|
-
ComponentRegistryDetailsComponent,
|
|
2190
|
-
ComponentDetailsComponent,
|
|
2191
|
-
ConversationArtifactPermissionDetailsComponent,
|
|
2192
|
-
ConversationArtifactVersionDetailsComponent,
|
|
2193
|
-
ConversationArtifactDetailsComponent], imports: [CommonModule,
|
|
2197
|
+
ComponentRegistryDetailsComponent], imports: [CommonModule,
|
|
2194
2198
|
FormsModule,
|
|
2195
2199
|
LayoutModule,
|
|
2196
2200
|
InputsModule,
|
|
@@ -2226,6 +2230,10 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2226
2230
|
type: NgModule,
|
|
2227
2231
|
args: [{
|
|
2228
2232
|
declarations: [
|
|
2233
|
+
ComponentDetailsComponent,
|
|
2234
|
+
ConversationArtifactPermissionDetailsComponent,
|
|
2235
|
+
ConversationArtifactVersionDetailsComponent,
|
|
2236
|
+
ConversationArtifactDetailsComponent,
|
|
2229
2237
|
ConversationDetailArtifactDetailsComponent,
|
|
2230
2238
|
DashboardUserPreferenceDetailsComponent,
|
|
2231
2239
|
DashboardUserStateDetailsComponent,
|
|
@@ -2241,11 +2249,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2241
2249
|
ScheduledJobDetailsComponent,
|
|
2242
2250
|
TaskDependencyDetailsComponent,
|
|
2243
2251
|
TaskTypeDetailsComponent,
|
|
2244
|
-
TaskDetailsComponent
|
|
2245
|
-
OutputDeliveryTypeDetailsComponent,
|
|
2246
|
-
OutputFormatTypeDetailsComponent,
|
|
2247
|
-
OutputTriggerTypeDetailsComponent,
|
|
2248
|
-
QueryDetailsComponent
|
|
2252
|
+
TaskDetailsComponent
|
|
2249
2253
|
],
|
|
2250
2254
|
imports: [
|
|
2251
2255
|
CommonModule,
|
|
@@ -2266,7 +2270,11 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2266
2270
|
exports: []
|
|
2267
2271
|
}]
|
|
2268
2272
|
}], null, null); })();
|
|
2269
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
2273
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [ComponentDetailsComponent,
|
|
2274
|
+
ConversationArtifactPermissionDetailsComponent,
|
|
2275
|
+
ConversationArtifactVersionDetailsComponent,
|
|
2276
|
+
ConversationArtifactDetailsComponent,
|
|
2277
|
+
ConversationDetailArtifactDetailsComponent,
|
|
2270
2278
|
DashboardUserPreferenceDetailsComponent,
|
|
2271
2279
|
DashboardUserStateDetailsComponent,
|
|
2272
2280
|
EnvironmentDetailsComponent,
|
|
@@ -2281,11 +2289,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2281
2289
|
ScheduledJobDetailsComponent,
|
|
2282
2290
|
TaskDependencyDetailsComponent,
|
|
2283
2291
|
TaskTypeDetailsComponent,
|
|
2284
|
-
TaskDetailsComponent,
|
|
2285
|
-
OutputDeliveryTypeDetailsComponent,
|
|
2286
|
-
OutputFormatTypeDetailsComponent,
|
|
2287
|
-
OutputTriggerTypeDetailsComponent,
|
|
2288
|
-
QueryDetailsComponent], imports: [CommonModule,
|
|
2292
|
+
TaskDetailsComponent], imports: [CommonModule,
|
|
2289
2293
|
FormsModule,
|
|
2290
2294
|
LayoutModule,
|
|
2291
2295
|
InputsModule,
|
|
@@ -2321,6 +2325,10 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2321
2325
|
type: NgModule,
|
|
2322
2326
|
args: [{
|
|
2323
2327
|
declarations: [
|
|
2328
|
+
OutputDeliveryTypeDetailsComponent,
|
|
2329
|
+
OutputFormatTypeDetailsComponent,
|
|
2330
|
+
OutputTriggerTypeDetailsComponent,
|
|
2331
|
+
QueryDetailsComponent,
|
|
2324
2332
|
QueryCategoryDetailsComponent,
|
|
2325
2333
|
QueryEntityDetailsComponent,
|
|
2326
2334
|
QueryFieldDetailsComponent,
|
|
@@ -2336,11 +2344,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2336
2344
|
RecordChangeDetailsComponent,
|
|
2337
2345
|
RecordMergeDeletionLogDetailsComponent,
|
|
2338
2346
|
RecordMergeLogDetailsComponent,
|
|
2339
|
-
ReportCategoryDetailsComponent
|
|
2340
|
-
ReportSnapshotDetailsComponent,
|
|
2341
|
-
ReportDetailsComponent,
|
|
2342
|
-
ResourceLinkDetailsComponent,
|
|
2343
|
-
ResourcePermissionDetailsComponent
|
|
2347
|
+
ReportCategoryDetailsComponent
|
|
2344
2348
|
],
|
|
2345
2349
|
imports: [
|
|
2346
2350
|
CommonModule,
|
|
@@ -2361,7 +2365,11 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2361
2365
|
exports: []
|
|
2362
2366
|
}]
|
|
2363
2367
|
}], null, null); })();
|
|
2364
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [
|
|
2368
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [OutputDeliveryTypeDetailsComponent,
|
|
2369
|
+
OutputFormatTypeDetailsComponent,
|
|
2370
|
+
OutputTriggerTypeDetailsComponent,
|
|
2371
|
+
QueryDetailsComponent,
|
|
2372
|
+
QueryCategoryDetailsComponent,
|
|
2365
2373
|
QueryEntityDetailsComponent,
|
|
2366
2374
|
QueryFieldDetailsComponent,
|
|
2367
2375
|
QueryPermissionDetailsComponent,
|
|
@@ -2376,11 +2384,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2376
2384
|
RecordChangeDetailsComponent,
|
|
2377
2385
|
RecordMergeDeletionLogDetailsComponent,
|
|
2378
2386
|
RecordMergeLogDetailsComponent,
|
|
2379
|
-
ReportCategoryDetailsComponent,
|
|
2380
|
-
ReportSnapshotDetailsComponent,
|
|
2381
|
-
ReportDetailsComponent,
|
|
2382
|
-
ResourceLinkDetailsComponent,
|
|
2383
|
-
ResourcePermissionDetailsComponent], imports: [CommonModule,
|
|
2387
|
+
ReportCategoryDetailsComponent], imports: [CommonModule,
|
|
2384
2388
|
FormsModule,
|
|
2385
2389
|
LayoutModule,
|
|
2386
2390
|
InputsModule,
|
|
@@ -2416,6 +2420,10 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2416
2420
|
type: NgModule,
|
|
2417
2421
|
args: [{
|
|
2418
2422
|
declarations: [
|
|
2423
|
+
ReportSnapshotDetailsComponent,
|
|
2424
|
+
ReportDetailsComponent,
|
|
2425
|
+
ResourceLinkDetailsComponent,
|
|
2426
|
+
ResourcePermissionDetailsComponent,
|
|
2419
2427
|
ResourceTypeDetailsComponent,
|
|
2420
2428
|
RoleDetailsComponent,
|
|
2421
2429
|
RowLevelSecurityFilterDetailsComponent,
|
|
@@ -2431,11 +2439,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2431
2439
|
TemplateParamDetailsComponent,
|
|
2432
2440
|
TemplateDetailsComponent,
|
|
2433
2441
|
UserApplicationEntityDetailsComponent,
|
|
2434
|
-
UserApplicationDetailsComponent
|
|
2435
|
-
UserFavoriteDetailsComponent,
|
|
2436
|
-
UserNotificationDetailsComponent,
|
|
2437
|
-
UserRecordLogDetailsComponent,
|
|
2438
|
-
UserRoleDetailsComponent
|
|
2442
|
+
UserApplicationDetailsComponent
|
|
2439
2443
|
],
|
|
2440
2444
|
imports: [
|
|
2441
2445
|
CommonModule,
|
|
@@ -2456,7 +2460,11 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2456
2460
|
exports: []
|
|
2457
2461
|
}]
|
|
2458
2462
|
}], null, null); })();
|
|
2459
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [
|
|
2463
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [ReportSnapshotDetailsComponent,
|
|
2464
|
+
ReportDetailsComponent,
|
|
2465
|
+
ResourceLinkDetailsComponent,
|
|
2466
|
+
ResourcePermissionDetailsComponent,
|
|
2467
|
+
ResourceTypeDetailsComponent,
|
|
2460
2468
|
RoleDetailsComponent,
|
|
2461
2469
|
RowLevelSecurityFilterDetailsComponent,
|
|
2462
2470
|
ScheduledActionParamDetailsComponent,
|
|
@@ -2471,11 +2479,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2471
2479
|
TemplateParamDetailsComponent,
|
|
2472
2480
|
TemplateDetailsComponent,
|
|
2473
2481
|
UserApplicationEntityDetailsComponent,
|
|
2474
|
-
UserApplicationDetailsComponent,
|
|
2475
|
-
UserFavoriteDetailsComponent,
|
|
2476
|
-
UserNotificationDetailsComponent,
|
|
2477
|
-
UserRecordLogDetailsComponent,
|
|
2478
|
-
UserRoleDetailsComponent], imports: [CommonModule,
|
|
2482
|
+
UserApplicationDetailsComponent], imports: [CommonModule,
|
|
2479
2483
|
FormsModule,
|
|
2480
2484
|
LayoutModule,
|
|
2481
2485
|
InputsModule,
|
|
@@ -2511,6 +2515,10 @@ export class GeneratedForms_SubModule_21 {
|
|
|
2511
2515
|
type: NgModule,
|
|
2512
2516
|
args: [{
|
|
2513
2517
|
declarations: [
|
|
2518
|
+
UserFavoriteDetailsComponent,
|
|
2519
|
+
UserNotificationDetailsComponent,
|
|
2520
|
+
UserRecordLogDetailsComponent,
|
|
2521
|
+
UserRoleDetailsComponent,
|
|
2514
2522
|
UserViewCategoryDetailsComponent,
|
|
2515
2523
|
UserViewRunDetailDetailsComponent,
|
|
2516
2524
|
UserViewRunDetailsComponent,
|
|
@@ -2544,7 +2552,11 @@ export class GeneratedForms_SubModule_21 {
|
|
|
2544
2552
|
exports: []
|
|
2545
2553
|
}]
|
|
2546
2554
|
}], null, null); })();
|
|
2547
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [
|
|
2555
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [UserFavoriteDetailsComponent,
|
|
2556
|
+
UserNotificationDetailsComponent,
|
|
2557
|
+
UserRecordLogDetailsComponent,
|
|
2558
|
+
UserRoleDetailsComponent,
|
|
2559
|
+
UserViewCategoryDetailsComponent,
|
|
2548
2560
|
UserViewRunDetailDetailsComponent,
|
|
2549
2561
|
UserViewRunDetailsComponent,
|
|
2550
2562
|
UserViewDetailsComponent,
|
|
@@ -2739,6 +2751,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2739
2751
|
LoadListFormComponent();
|
|
2740
2752
|
LoadAccessControlRuleFormComponent();
|
|
2741
2753
|
LoadAIAgentArtifactTypeFormComponent();
|
|
2754
|
+
LoadAIAgentDataSourceFormComponent();
|
|
2742
2755
|
LoadAIAgentPermissionFormComponent();
|
|
2743
2756
|
LoadAIAgentPromptFormComponent();
|
|
2744
2757
|
LoadAIAgentRelationshipFormComponent();
|
|
@@ -2758,6 +2771,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2758
2771
|
LoadAIVendorTypeDefinitionFormComponent();
|
|
2759
2772
|
LoadAIVendorTypeFormComponent();
|
|
2760
2773
|
LoadAIVendorFormComponent();
|
|
2774
|
+
LoadArtifactPermissionFormComponent();
|
|
2761
2775
|
LoadArtifactTypeFormComponent();
|
|
2762
2776
|
LoadArtifactVersionAttributeFormComponent();
|
|
2763
2777
|
LoadArtifactVersionFormComponent();
|
|
@@ -2959,6 +2973,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2959
2973
|
LoadListDetailsComponent();
|
|
2960
2974
|
LoadAccessControlRuleDetailsComponent();
|
|
2961
2975
|
LoadAIAgentArtifactTypeDetailsComponent();
|
|
2976
|
+
LoadAIAgentDataSourceDetailsComponent();
|
|
2962
2977
|
LoadAIAgentPermissionDetailsComponent();
|
|
2963
2978
|
LoadAIAgentPromptDetailsComponent();
|
|
2964
2979
|
LoadAIAgentRelationshipDetailsComponent();
|
|
@@ -2978,6 +2993,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2978
2993
|
LoadAIVendorTypeDefinitionDetailsComponent();
|
|
2979
2994
|
LoadAIVendorTypeDetailsComponent();
|
|
2980
2995
|
LoadAIVendorDetailsComponent();
|
|
2996
|
+
LoadArtifactPermissionDetailsComponent();
|
|
2981
2997
|
LoadArtifactTypeDetailsComponent();
|
|
2982
2998
|
LoadArtifactVersionAttributeDetailsComponent();
|
|
2983
2999
|
LoadArtifactVersionDetailsComponent();
|