@memberjunction/ng-core-entity-forms 2.106.0 → 2.107.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 +6 -6
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +15 -4
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Environment/environment.form.component.js +16 -16
- package/dist/lib/generated/Entities/Environment/environment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.js +329 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.js +174 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.js +125 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/User/user.form.component.js +51 -21
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +297 -291
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +168 -144
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -172,6 +172,9 @@ import { QueryParameterFormComponent, LoadQueryParameterFormComponent } from "./
|
|
|
172
172
|
import { RecordLinkFormComponent, LoadRecordLinkFormComponent } from "./Entities/RecordLink/recordlink.form.component";
|
|
173
173
|
import { ReportUserStateFormComponent, LoadReportUserStateFormComponent } from "./Entities/ReportUserState/reportuserstate.form.component";
|
|
174
174
|
import { ReportVersionFormComponent, LoadReportVersionFormComponent } from "./Entities/ReportVersion/reportversion.form.component";
|
|
175
|
+
import { ScheduledJobRunFormComponent, LoadScheduledJobRunFormComponent } from "./Entities/ScheduledJobRun/scheduledjobrun.form.component";
|
|
176
|
+
import { ScheduledJobTypeFormComponent, LoadScheduledJobTypeFormComponent } from "./Entities/ScheduledJobType/scheduledjobtype.form.component";
|
|
177
|
+
import { ScheduledJobFormComponent, LoadScheduledJobFormComponent } from "./Entities/ScheduledJob/scheduledjob.form.component";
|
|
175
178
|
import { TaskDependencyFormComponent, LoadTaskDependencyFormComponent } from "./Entities/TaskDependency/taskdependency.form.component";
|
|
176
179
|
import { TaskTypeFormComponent, LoadTaskTypeFormComponent } from "./Entities/TaskType/tasktype.form.component";
|
|
177
180
|
import { TaskFormComponent, LoadTaskFormComponent } from "./Entities/Task/task.form.component";
|
|
@@ -388,6 +391,9 @@ import { QueryParameterDetailsComponent, LoadQueryParameterDetailsComponent } fr
|
|
|
388
391
|
import { RecordLinkDetailsComponent, LoadRecordLinkDetailsComponent } from "./Entities/RecordLink/sections/details.component";
|
|
389
392
|
import { ReportUserStateDetailsComponent, LoadReportUserStateDetailsComponent } from "./Entities/ReportUserState/sections/details.component";
|
|
390
393
|
import { ReportVersionDetailsComponent, LoadReportVersionDetailsComponent } from "./Entities/ReportVersion/sections/details.component";
|
|
394
|
+
import { ScheduledJobRunDetailsComponent, LoadScheduledJobRunDetailsComponent } from "./Entities/ScheduledJobRun/sections/details.component";
|
|
395
|
+
import { ScheduledJobTypeDetailsComponent, LoadScheduledJobTypeDetailsComponent } from "./Entities/ScheduledJobType/sections/details.component";
|
|
396
|
+
import { ScheduledJobDetailsComponent, LoadScheduledJobDetailsComponent } from "./Entities/ScheduledJob/sections/details.component";
|
|
391
397
|
import { TaskDependencyDetailsComponent, LoadTaskDependencyDetailsComponent } from "./Entities/TaskDependency/sections/details.component";
|
|
392
398
|
import { TaskTypeDetailsComponent, LoadTaskTypeDetailsComponent } from "./Entities/TaskType/sections/details.component";
|
|
393
399
|
import { TaskDetailsComponent, LoadTaskDetailsComponent } from "./Entities/Task/sections/details.component";
|
|
@@ -1171,6 +1177,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1171
1177
|
RecordLinkFormComponent,
|
|
1172
1178
|
ReportUserStateFormComponent,
|
|
1173
1179
|
ReportVersionFormComponent,
|
|
1180
|
+
ScheduledJobRunFormComponent,
|
|
1181
|
+
ScheduledJobTypeFormComponent,
|
|
1182
|
+
ScheduledJobFormComponent,
|
|
1174
1183
|
TaskDependencyFormComponent,
|
|
1175
1184
|
TaskTypeFormComponent,
|
|
1176
1185
|
TaskFormComponent,
|
|
@@ -1178,10 +1187,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1178
1187
|
OutputFormatTypeFormComponent,
|
|
1179
1188
|
OutputTriggerTypeFormComponent,
|
|
1180
1189
|
QueryFormComponent,
|
|
1181
|
-
QueryCategoryFormComponent
|
|
1182
|
-
QueryEntityFormComponent,
|
|
1183
|
-
QueryFieldFormComponent,
|
|
1184
|
-
QueryPermissionFormComponent
|
|
1190
|
+
QueryCategoryFormComponent
|
|
1185
1191
|
],
|
|
1186
1192
|
imports: [
|
|
1187
1193
|
CommonModule,
|
|
@@ -1212,6 +1218,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1212
1218
|
RecordLinkFormComponent,
|
|
1213
1219
|
ReportUserStateFormComponent,
|
|
1214
1220
|
ReportVersionFormComponent,
|
|
1221
|
+
ScheduledJobRunFormComponent,
|
|
1222
|
+
ScheduledJobTypeFormComponent,
|
|
1223
|
+
ScheduledJobFormComponent,
|
|
1215
1224
|
TaskDependencyFormComponent,
|
|
1216
1225
|
TaskTypeFormComponent,
|
|
1217
1226
|
TaskFormComponent,
|
|
@@ -1219,10 +1228,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1219
1228
|
OutputFormatTypeFormComponent,
|
|
1220
1229
|
OutputTriggerTypeFormComponent,
|
|
1221
1230
|
QueryFormComponent,
|
|
1222
|
-
QueryCategoryFormComponent,
|
|
1223
|
-
QueryEntityFormComponent,
|
|
1224
|
-
QueryFieldFormComponent,
|
|
1225
|
-
QueryPermissionFormComponent], imports: [CommonModule,
|
|
1231
|
+
QueryCategoryFormComponent], imports: [CommonModule,
|
|
1226
1232
|
FormsModule,
|
|
1227
1233
|
LayoutModule,
|
|
1228
1234
|
InputsModule,
|
|
@@ -1260,6 +1266,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1260
1266
|
type: NgModule,
|
|
1261
1267
|
args: [{
|
|
1262
1268
|
declarations: [
|
|
1269
|
+
QueryEntityFormComponent,
|
|
1270
|
+
QueryFieldFormComponent,
|
|
1271
|
+
QueryPermissionFormComponent,
|
|
1263
1272
|
QueueTaskFormComponent,
|
|
1264
1273
|
QueueTypeFormComponent,
|
|
1265
1274
|
QueueFormComponent,
|
|
@@ -1276,10 +1285,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1276
1285
|
ReportFormComponent,
|
|
1277
1286
|
ResourceLinkFormComponent,
|
|
1278
1287
|
ResourcePermissionFormComponent,
|
|
1279
|
-
ResourceTypeFormComponent
|
|
1280
|
-
RoleFormComponent,
|
|
1281
|
-
RowLevelSecurityFilterFormComponent,
|
|
1282
|
-
ScheduledActionParamFormComponent
|
|
1288
|
+
ResourceTypeFormComponent
|
|
1283
1289
|
],
|
|
1284
1290
|
imports: [
|
|
1285
1291
|
CommonModule,
|
|
@@ -1301,7 +1307,10 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1301
1307
|
exports: []
|
|
1302
1308
|
}]
|
|
1303
1309
|
}], null, null); })();
|
|
1304
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
1310
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [QueryEntityFormComponent,
|
|
1311
|
+
QueryFieldFormComponent,
|
|
1312
|
+
QueryPermissionFormComponent,
|
|
1313
|
+
QueueTaskFormComponent,
|
|
1305
1314
|
QueueTypeFormComponent,
|
|
1306
1315
|
QueueFormComponent,
|
|
1307
1316
|
RecommendationItemFormComponent,
|
|
@@ -1317,10 +1326,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1317
1326
|
ReportFormComponent,
|
|
1318
1327
|
ResourceLinkFormComponent,
|
|
1319
1328
|
ResourcePermissionFormComponent,
|
|
1320
|
-
ResourceTypeFormComponent,
|
|
1321
|
-
RoleFormComponent,
|
|
1322
|
-
RowLevelSecurityFilterFormComponent,
|
|
1323
|
-
ScheduledActionParamFormComponent], imports: [CommonModule,
|
|
1329
|
+
ResourceTypeFormComponent], imports: [CommonModule,
|
|
1324
1330
|
FormsModule,
|
|
1325
1331
|
LayoutModule,
|
|
1326
1332
|
InputsModule,
|
|
@@ -1358,6 +1364,9 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1358
1364
|
type: NgModule,
|
|
1359
1365
|
args: [{
|
|
1360
1366
|
declarations: [
|
|
1367
|
+
RoleFormComponent,
|
|
1368
|
+
RowLevelSecurityFilterFormComponent,
|
|
1369
|
+
ScheduledActionParamFormComponent,
|
|
1361
1370
|
ScheduledActionFormComponent,
|
|
1362
1371
|
SchemaInfoFormComponent,
|
|
1363
1372
|
SkillFormComponent,
|
|
@@ -1374,10 +1383,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1374
1383
|
UserNotificationFormComponent,
|
|
1375
1384
|
UserRecordLogFormComponent,
|
|
1376
1385
|
UserRoleFormComponent,
|
|
1377
|
-
UserViewCategoryFormComponent
|
|
1378
|
-
UserViewRunDetailFormComponent,
|
|
1379
|
-
UserViewRunFormComponent,
|
|
1380
|
-
UserViewFormComponent
|
|
1386
|
+
UserViewCategoryFormComponent
|
|
1381
1387
|
],
|
|
1382
1388
|
imports: [
|
|
1383
1389
|
CommonModule,
|
|
@@ -1399,7 +1405,10 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1399
1405
|
exports: []
|
|
1400
1406
|
}]
|
|
1401
1407
|
}], null, null); })();
|
|
1402
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1408
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [RoleFormComponent,
|
|
1409
|
+
RowLevelSecurityFilterFormComponent,
|
|
1410
|
+
ScheduledActionParamFormComponent,
|
|
1411
|
+
ScheduledActionFormComponent,
|
|
1403
1412
|
SchemaInfoFormComponent,
|
|
1404
1413
|
SkillFormComponent,
|
|
1405
1414
|
TaggedItemFormComponent,
|
|
@@ -1415,10 +1424,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1415
1424
|
UserNotificationFormComponent,
|
|
1416
1425
|
UserRecordLogFormComponent,
|
|
1417
1426
|
UserRoleFormComponent,
|
|
1418
|
-
UserViewCategoryFormComponent,
|
|
1419
|
-
UserViewRunDetailFormComponent,
|
|
1420
|
-
UserViewRunFormComponent,
|
|
1421
|
-
UserViewFormComponent], imports: [CommonModule,
|
|
1427
|
+
UserViewCategoryFormComponent], imports: [CommonModule,
|
|
1422
1428
|
FormsModule,
|
|
1423
1429
|
LayoutModule,
|
|
1424
1430
|
InputsModule,
|
|
@@ -1456,6 +1462,9 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1456
1462
|
type: NgModule,
|
|
1457
1463
|
args: [{
|
|
1458
1464
|
declarations: [
|
|
1465
|
+
UserViewRunDetailFormComponent,
|
|
1466
|
+
UserViewRunFormComponent,
|
|
1467
|
+
UserViewFormComponent,
|
|
1459
1468
|
UserFormComponent,
|
|
1460
1469
|
VectorDatabaseFormComponent,
|
|
1461
1470
|
VectorIndexFormComponent,
|
|
@@ -1472,10 +1481,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1472
1481
|
ActionExecutionLogDetailsComponent,
|
|
1473
1482
|
ActionFilterDetailsComponent,
|
|
1474
1483
|
ActionLibraryDetailsComponent,
|
|
1475
|
-
ActionParamDetailsComponent
|
|
1476
|
-
ActionResultCodeDetailsComponent,
|
|
1477
|
-
ActionDetailsComponent,
|
|
1478
|
-
ActionTopComponent
|
|
1484
|
+
ActionParamDetailsComponent
|
|
1479
1485
|
],
|
|
1480
1486
|
imports: [
|
|
1481
1487
|
CommonModule,
|
|
@@ -1497,7 +1503,10 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1497
1503
|
exports: []
|
|
1498
1504
|
}]
|
|
1499
1505
|
}], null, null); })();
|
|
1500
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1506
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [UserViewRunDetailFormComponent,
|
|
1507
|
+
UserViewRunFormComponent,
|
|
1508
|
+
UserViewFormComponent,
|
|
1509
|
+
UserFormComponent,
|
|
1501
1510
|
VectorDatabaseFormComponent,
|
|
1502
1511
|
VectorIndexFormComponent,
|
|
1503
1512
|
VersionInstallationFormComponent,
|
|
@@ -1513,10 +1522,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1513
1522
|
ActionExecutionLogDetailsComponent,
|
|
1514
1523
|
ActionFilterDetailsComponent,
|
|
1515
1524
|
ActionLibraryDetailsComponent,
|
|
1516
|
-
ActionParamDetailsComponent,
|
|
1517
|
-
ActionResultCodeDetailsComponent,
|
|
1518
|
-
ActionDetailsComponent,
|
|
1519
|
-
ActionTopComponent], imports: [CommonModule,
|
|
1525
|
+
ActionParamDetailsComponent], imports: [CommonModule,
|
|
1520
1526
|
FormsModule,
|
|
1521
1527
|
LayoutModule,
|
|
1522
1528
|
InputsModule,
|
|
@@ -1553,6 +1559,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1553
1559
|
type: NgModule,
|
|
1554
1560
|
args: [{
|
|
1555
1561
|
declarations: [
|
|
1562
|
+
ActionResultCodeDetailsComponent,
|
|
1563
|
+
ActionDetailsComponent,
|
|
1564
|
+
ActionTopComponent,
|
|
1556
1565
|
ActionCodeComponent,
|
|
1557
1566
|
AIActionDetailsComponent,
|
|
1558
1567
|
AIAgentActionDetailsComponent,
|
|
@@ -1569,10 +1578,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1569
1578
|
AIPromptTypeDetailsComponent,
|
|
1570
1579
|
AIPromptDetailsComponent,
|
|
1571
1580
|
AIResultCacheDetailsComponent,
|
|
1572
|
-
ApplicationEntityDetailsComponent
|
|
1573
|
-
ApplicationSettingDetailsComponent,
|
|
1574
|
-
ApplicationDetailsComponent,
|
|
1575
|
-
AuditLogTypeDetailsComponent
|
|
1581
|
+
ApplicationEntityDetailsComponent
|
|
1576
1582
|
],
|
|
1577
1583
|
imports: [
|
|
1578
1584
|
CommonModule,
|
|
@@ -1593,7 +1599,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1593
1599
|
exports: []
|
|
1594
1600
|
}]
|
|
1595
1601
|
}], null, null); })();
|
|
1596
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1602
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [ActionResultCodeDetailsComponent,
|
|
1603
|
+
ActionDetailsComponent,
|
|
1604
|
+
ActionTopComponent,
|
|
1605
|
+
ActionCodeComponent,
|
|
1597
1606
|
AIActionDetailsComponent,
|
|
1598
1607
|
AIAgentActionDetailsComponent,
|
|
1599
1608
|
AIAgentLearningCycleDetailsComponent,
|
|
@@ -1609,10 +1618,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1609
1618
|
AIPromptTypeDetailsComponent,
|
|
1610
1619
|
AIPromptDetailsComponent,
|
|
1611
1620
|
AIResultCacheDetailsComponent,
|
|
1612
|
-
ApplicationEntityDetailsComponent,
|
|
1613
|
-
ApplicationSettingDetailsComponent,
|
|
1614
|
-
ApplicationDetailsComponent,
|
|
1615
|
-
AuditLogTypeDetailsComponent], imports: [CommonModule,
|
|
1621
|
+
ApplicationEntityDetailsComponent], imports: [CommonModule,
|
|
1616
1622
|
FormsModule,
|
|
1617
1623
|
LayoutModule,
|
|
1618
1624
|
InputsModule,
|
|
@@ -1648,6 +1654,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1648
1654
|
type: NgModule,
|
|
1649
1655
|
args: [{
|
|
1650
1656
|
declarations: [
|
|
1657
|
+
ApplicationSettingDetailsComponent,
|
|
1658
|
+
ApplicationDetailsComponent,
|
|
1659
|
+
AuditLogTypeDetailsComponent,
|
|
1651
1660
|
AuditLogDetailsComponent,
|
|
1652
1661
|
AuthorizationRoleDetailsComponent,
|
|
1653
1662
|
AuthorizationDetailsComponent,
|
|
@@ -1664,10 +1673,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1664
1673
|
CompanyIntegrationDetailsComponent,
|
|
1665
1674
|
ContentFileTypeDetailsComponent,
|
|
1666
1675
|
ContentItemAttributeDetailsComponent,
|
|
1667
|
-
ContentItemTagDetailsComponent
|
|
1668
|
-
ContentItemDetailsComponent,
|
|
1669
|
-
ContentProcessRunDetailsComponent,
|
|
1670
|
-
ContentSourceParamDetailsComponent
|
|
1676
|
+
ContentItemTagDetailsComponent
|
|
1671
1677
|
],
|
|
1672
1678
|
imports: [
|
|
1673
1679
|
CommonModule,
|
|
@@ -1688,7 +1694,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1688
1694
|
exports: []
|
|
1689
1695
|
}]
|
|
1690
1696
|
}], null, null); })();
|
|
1691
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1697
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [ApplicationSettingDetailsComponent,
|
|
1698
|
+
ApplicationDetailsComponent,
|
|
1699
|
+
AuditLogTypeDetailsComponent,
|
|
1700
|
+
AuditLogDetailsComponent,
|
|
1692
1701
|
AuthorizationRoleDetailsComponent,
|
|
1693
1702
|
AuthorizationDetailsComponent,
|
|
1694
1703
|
CommunicationBaseMessageTypeDetailsComponent,
|
|
@@ -1704,10 +1713,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1704
1713
|
CompanyIntegrationDetailsComponent,
|
|
1705
1714
|
ContentFileTypeDetailsComponent,
|
|
1706
1715
|
ContentItemAttributeDetailsComponent,
|
|
1707
|
-
ContentItemTagDetailsComponent,
|
|
1708
|
-
ContentItemDetailsComponent,
|
|
1709
|
-
ContentProcessRunDetailsComponent,
|
|
1710
|
-
ContentSourceParamDetailsComponent], imports: [CommonModule,
|
|
1716
|
+
ContentItemTagDetailsComponent], imports: [CommonModule,
|
|
1711
1717
|
FormsModule,
|
|
1712
1718
|
LayoutModule,
|
|
1713
1719
|
InputsModule,
|
|
@@ -1743,6 +1749,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1743
1749
|
type: NgModule,
|
|
1744
1750
|
args: [{
|
|
1745
1751
|
declarations: [
|
|
1752
|
+
ContentItemDetailsComponent,
|
|
1753
|
+
ContentProcessRunDetailsComponent,
|
|
1754
|
+
ContentSourceParamDetailsComponent,
|
|
1746
1755
|
ContentSourceTypeParamDetailsComponent,
|
|
1747
1756
|
ContentSourceTypeDetailsComponent,
|
|
1748
1757
|
ContentSourceDetailsComponent,
|
|
@@ -1759,10 +1768,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1759
1768
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1760
1769
|
DuplicateRunDetailDetailsComponent,
|
|
1761
1770
|
DuplicateRunDetailsComponent,
|
|
1762
|
-
EmployeeCompanyIntegrationDetailsComponent
|
|
1763
|
-
EmployeeRoleDetailsComponent,
|
|
1764
|
-
EmployeeSkillDetailsComponent,
|
|
1765
|
-
EmployeeDetailsComponent
|
|
1771
|
+
EmployeeCompanyIntegrationDetailsComponent
|
|
1766
1772
|
],
|
|
1767
1773
|
imports: [
|
|
1768
1774
|
CommonModule,
|
|
@@ -1783,7 +1789,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1783
1789
|
exports: []
|
|
1784
1790
|
}]
|
|
1785
1791
|
}], null, null); })();
|
|
1786
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1792
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [ContentItemDetailsComponent,
|
|
1793
|
+
ContentProcessRunDetailsComponent,
|
|
1794
|
+
ContentSourceParamDetailsComponent,
|
|
1795
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1787
1796
|
ContentSourceTypeDetailsComponent,
|
|
1788
1797
|
ContentSourceDetailsComponent,
|
|
1789
1798
|
ContentTypeAttributeDetailsComponent,
|
|
@@ -1799,10 +1808,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1799
1808
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1800
1809
|
DuplicateRunDetailDetailsComponent,
|
|
1801
1810
|
DuplicateRunDetailsComponent,
|
|
1802
|
-
EmployeeCompanyIntegrationDetailsComponent,
|
|
1803
|
-
EmployeeRoleDetailsComponent,
|
|
1804
|
-
EmployeeSkillDetailsComponent,
|
|
1805
|
-
EmployeeDetailsComponent], imports: [CommonModule,
|
|
1811
|
+
EmployeeCompanyIntegrationDetailsComponent], imports: [CommonModule,
|
|
1806
1812
|
FormsModule,
|
|
1807
1813
|
LayoutModule,
|
|
1808
1814
|
InputsModule,
|
|
@@ -1838,6 +1844,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1838
1844
|
type: NgModule,
|
|
1839
1845
|
args: [{
|
|
1840
1846
|
declarations: [
|
|
1847
|
+
EmployeeRoleDetailsComponent,
|
|
1848
|
+
EmployeeSkillDetailsComponent,
|
|
1849
|
+
EmployeeDetailsComponent,
|
|
1841
1850
|
EntityDetailsComponent,
|
|
1842
1851
|
EntityTopComponent,
|
|
1843
1852
|
EntityAuditComponent,
|
|
@@ -1854,10 +1863,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1854
1863
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1855
1864
|
EntityDocumentRunDetailsComponent,
|
|
1856
1865
|
EntityDocumentSettingDetailsComponent,
|
|
1857
|
-
EntityDocumentTypeDetailsComponent
|
|
1858
|
-
EntityDocumentDetailsComponent,
|
|
1859
|
-
EntityFieldValueDetailsComponent,
|
|
1860
|
-
EntityFieldDetailsComponent
|
|
1866
|
+
EntityDocumentTypeDetailsComponent
|
|
1861
1867
|
],
|
|
1862
1868
|
imports: [
|
|
1863
1869
|
CommonModule,
|
|
@@ -1878,7 +1884,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1878
1884
|
exports: []
|
|
1879
1885
|
}]
|
|
1880
1886
|
}], null, null); })();
|
|
1881
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1887
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [EmployeeRoleDetailsComponent,
|
|
1888
|
+
EmployeeSkillDetailsComponent,
|
|
1889
|
+
EmployeeDetailsComponent,
|
|
1890
|
+
EntityDetailsComponent,
|
|
1882
1891
|
EntityTopComponent,
|
|
1883
1892
|
EntityAuditComponent,
|
|
1884
1893
|
EntityAPIComponent,
|
|
@@ -1894,10 +1903,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1894
1903
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1895
1904
|
EntityDocumentRunDetailsComponent,
|
|
1896
1905
|
EntityDocumentSettingDetailsComponent,
|
|
1897
|
-
EntityDocumentTypeDetailsComponent,
|
|
1898
|
-
EntityDocumentDetailsComponent,
|
|
1899
|
-
EntityFieldValueDetailsComponent,
|
|
1900
|
-
EntityFieldDetailsComponent], imports: [CommonModule,
|
|
1906
|
+
EntityDocumentTypeDetailsComponent], imports: [CommonModule,
|
|
1901
1907
|
FormsModule,
|
|
1902
1908
|
LayoutModule,
|
|
1903
1909
|
InputsModule,
|
|
@@ -1933,6 +1939,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1933
1939
|
type: NgModule,
|
|
1934
1940
|
args: [{
|
|
1935
1941
|
declarations: [
|
|
1942
|
+
EntityDocumentDetailsComponent,
|
|
1943
|
+
EntityFieldValueDetailsComponent,
|
|
1944
|
+
EntityFieldDetailsComponent,
|
|
1936
1945
|
EntityPermissionDetailsComponent,
|
|
1937
1946
|
EntityRecordDocumentDetailsComponent,
|
|
1938
1947
|
EntityRelationshipDisplayComponentDetailsComponent,
|
|
@@ -1949,10 +1958,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1949
1958
|
IntegrationURLFormatDetailsComponent,
|
|
1950
1959
|
IntegrationDetailsComponent,
|
|
1951
1960
|
LibraryDetailsComponent,
|
|
1952
|
-
LibraryItemDetailsComponent
|
|
1953
|
-
ListCategoryDetailsComponent,
|
|
1954
|
-
ListDetailDetailsComponent,
|
|
1955
|
-
ListDetailsComponent
|
|
1961
|
+
LibraryItemDetailsComponent
|
|
1956
1962
|
],
|
|
1957
1963
|
imports: [
|
|
1958
1964
|
CommonModule,
|
|
@@ -1973,7 +1979,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1973
1979
|
exports: []
|
|
1974
1980
|
}]
|
|
1975
1981
|
}], null, null); })();
|
|
1976
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1982
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [EntityDocumentDetailsComponent,
|
|
1983
|
+
EntityFieldValueDetailsComponent,
|
|
1984
|
+
EntityFieldDetailsComponent,
|
|
1985
|
+
EntityPermissionDetailsComponent,
|
|
1977
1986
|
EntityRecordDocumentDetailsComponent,
|
|
1978
1987
|
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1979
1988
|
EntityRelationshipDetailsComponent,
|
|
@@ -1989,10 +1998,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1989
1998
|
IntegrationURLFormatDetailsComponent,
|
|
1990
1999
|
IntegrationDetailsComponent,
|
|
1991
2000
|
LibraryDetailsComponent,
|
|
1992
|
-
LibraryItemDetailsComponent,
|
|
1993
|
-
ListCategoryDetailsComponent,
|
|
1994
|
-
ListDetailDetailsComponent,
|
|
1995
|
-
ListDetailsComponent], imports: [CommonModule,
|
|
2001
|
+
LibraryItemDetailsComponent], imports: [CommonModule,
|
|
1996
2002
|
FormsModule,
|
|
1997
2003
|
LayoutModule,
|
|
1998
2004
|
InputsModule,
|
|
@@ -2028,6 +2034,9 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2028
2034
|
type: NgModule,
|
|
2029
2035
|
args: [{
|
|
2030
2036
|
declarations: [
|
|
2037
|
+
ListCategoryDetailsComponent,
|
|
2038
|
+
ListDetailDetailsComponent,
|
|
2039
|
+
ListDetailsComponent,
|
|
2031
2040
|
AccessControlRuleDetailsComponent,
|
|
2032
2041
|
AIAgentArtifactTypeDetailsComponent,
|
|
2033
2042
|
AIAgentPermissionDetailsComponent,
|
|
@@ -2044,10 +2053,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2044
2053
|
AIModelPriceTypeDetailsComponent,
|
|
2045
2054
|
AIModelPriceUnitTypeDetailsComponent,
|
|
2046
2055
|
AIModelVendorDetailsComponent,
|
|
2047
|
-
AIPromptModelDetailsComponent
|
|
2048
|
-
AIPromptRunDetailsComponent,
|
|
2049
|
-
AIVendorTypeDefinitionDetailsComponent,
|
|
2050
|
-
AIVendorTypeDetailsComponent
|
|
2056
|
+
AIPromptModelDetailsComponent
|
|
2051
2057
|
],
|
|
2052
2058
|
imports: [
|
|
2053
2059
|
CommonModule,
|
|
@@ -2068,7 +2074,10 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2068
2074
|
exports: []
|
|
2069
2075
|
}]
|
|
2070
2076
|
}], null, null); })();
|
|
2071
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
2077
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [ListCategoryDetailsComponent,
|
|
2078
|
+
ListDetailDetailsComponent,
|
|
2079
|
+
ListDetailsComponent,
|
|
2080
|
+
AccessControlRuleDetailsComponent,
|
|
2072
2081
|
AIAgentArtifactTypeDetailsComponent,
|
|
2073
2082
|
AIAgentPermissionDetailsComponent,
|
|
2074
2083
|
AIAgentPromptDetailsComponent,
|
|
@@ -2084,10 +2093,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2084
2093
|
AIModelPriceTypeDetailsComponent,
|
|
2085
2094
|
AIModelPriceUnitTypeDetailsComponent,
|
|
2086
2095
|
AIModelVendorDetailsComponent,
|
|
2087
|
-
AIPromptModelDetailsComponent,
|
|
2088
|
-
AIPromptRunDetailsComponent,
|
|
2089
|
-
AIVendorTypeDefinitionDetailsComponent,
|
|
2090
|
-
AIVendorTypeDetailsComponent], imports: [CommonModule,
|
|
2096
|
+
AIPromptModelDetailsComponent], imports: [CommonModule,
|
|
2091
2097
|
FormsModule,
|
|
2092
2098
|
LayoutModule,
|
|
2093
2099
|
InputsModule,
|
|
@@ -2123,6 +2129,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2123
2129
|
type: NgModule,
|
|
2124
2130
|
args: [{
|
|
2125
2131
|
declarations: [
|
|
2132
|
+
AIPromptRunDetailsComponent,
|
|
2133
|
+
AIVendorTypeDefinitionDetailsComponent,
|
|
2134
|
+
AIVendorTypeDetailsComponent,
|
|
2126
2135
|
AIVendorDetailsComponent,
|
|
2127
2136
|
ArtifactTypeDetailsComponent,
|
|
2128
2137
|
ArtifactVersionAttributeDetailsComponent,
|
|
@@ -2139,10 +2148,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2139
2148
|
ConversationArtifactVersionDetailsComponent,
|
|
2140
2149
|
ConversationArtifactDetailsComponent,
|
|
2141
2150
|
ConversationDetailArtifactDetailsComponent,
|
|
2142
|
-
DashboardUserPreferenceDetailsComponent
|
|
2143
|
-
DashboardUserStateDetailsComponent,
|
|
2144
|
-
EnvironmentDetailsComponent,
|
|
2145
|
-
ProjectDetailsComponent
|
|
2151
|
+
DashboardUserPreferenceDetailsComponent
|
|
2146
2152
|
],
|
|
2147
2153
|
imports: [
|
|
2148
2154
|
CommonModule,
|
|
@@ -2163,7 +2169,10 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2163
2169
|
exports: []
|
|
2164
2170
|
}]
|
|
2165
2171
|
}], null, null); })();
|
|
2166
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
2172
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [AIPromptRunDetailsComponent,
|
|
2173
|
+
AIVendorTypeDefinitionDetailsComponent,
|
|
2174
|
+
AIVendorTypeDetailsComponent,
|
|
2175
|
+
AIVendorDetailsComponent,
|
|
2167
2176
|
ArtifactTypeDetailsComponent,
|
|
2168
2177
|
ArtifactVersionAttributeDetailsComponent,
|
|
2169
2178
|
ArtifactVersionDetailsComponent,
|
|
@@ -2179,10 +2188,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2179
2188
|
ConversationArtifactVersionDetailsComponent,
|
|
2180
2189
|
ConversationArtifactDetailsComponent,
|
|
2181
2190
|
ConversationDetailArtifactDetailsComponent,
|
|
2182
|
-
DashboardUserPreferenceDetailsComponent,
|
|
2183
|
-
DashboardUserStateDetailsComponent,
|
|
2184
|
-
EnvironmentDetailsComponent,
|
|
2185
|
-
ProjectDetailsComponent], imports: [CommonModule,
|
|
2191
|
+
DashboardUserPreferenceDetailsComponent], imports: [CommonModule,
|
|
2186
2192
|
FormsModule,
|
|
2187
2193
|
LayoutModule,
|
|
2188
2194
|
InputsModule,
|
|
@@ -2218,11 +2224,17 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2218
2224
|
type: NgModule,
|
|
2219
2225
|
args: [{
|
|
2220
2226
|
declarations: [
|
|
2227
|
+
DashboardUserStateDetailsComponent,
|
|
2228
|
+
EnvironmentDetailsComponent,
|
|
2229
|
+
ProjectDetailsComponent,
|
|
2221
2230
|
PublicLinkDetailsComponent,
|
|
2222
2231
|
QueryParameterDetailsComponent,
|
|
2223
2232
|
RecordLinkDetailsComponent,
|
|
2224
2233
|
ReportUserStateDetailsComponent,
|
|
2225
2234
|
ReportVersionDetailsComponent,
|
|
2235
|
+
ScheduledJobRunDetailsComponent,
|
|
2236
|
+
ScheduledJobTypeDetailsComponent,
|
|
2237
|
+
ScheduledJobDetailsComponent,
|
|
2226
2238
|
TaskDependencyDetailsComponent,
|
|
2227
2239
|
TaskTypeDetailsComponent,
|
|
2228
2240
|
TaskDetailsComponent,
|
|
@@ -2231,13 +2243,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2231
2243
|
OutputTriggerTypeDetailsComponent,
|
|
2232
2244
|
QueryDetailsComponent,
|
|
2233
2245
|
QueryCategoryDetailsComponent,
|
|
2234
|
-
QueryEntityDetailsComponent
|
|
2235
|
-
QueryFieldDetailsComponent,
|
|
2236
|
-
QueryPermissionDetailsComponent,
|
|
2237
|
-
QueueTaskDetailsComponent,
|
|
2238
|
-
QueueTypeDetailsComponent,
|
|
2239
|
-
QueueDetailsComponent,
|
|
2240
|
-
RecommendationItemDetailsComponent
|
|
2246
|
+
QueryEntityDetailsComponent
|
|
2241
2247
|
],
|
|
2242
2248
|
imports: [
|
|
2243
2249
|
CommonModule,
|
|
@@ -2258,11 +2264,17 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2258
2264
|
exports: []
|
|
2259
2265
|
}]
|
|
2260
2266
|
}], null, null); })();
|
|
2261
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
2267
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [DashboardUserStateDetailsComponent,
|
|
2268
|
+
EnvironmentDetailsComponent,
|
|
2269
|
+
ProjectDetailsComponent,
|
|
2270
|
+
PublicLinkDetailsComponent,
|
|
2262
2271
|
QueryParameterDetailsComponent,
|
|
2263
2272
|
RecordLinkDetailsComponent,
|
|
2264
2273
|
ReportUserStateDetailsComponent,
|
|
2265
2274
|
ReportVersionDetailsComponent,
|
|
2275
|
+
ScheduledJobRunDetailsComponent,
|
|
2276
|
+
ScheduledJobTypeDetailsComponent,
|
|
2277
|
+
ScheduledJobDetailsComponent,
|
|
2266
2278
|
TaskDependencyDetailsComponent,
|
|
2267
2279
|
TaskTypeDetailsComponent,
|
|
2268
2280
|
TaskDetailsComponent,
|
|
@@ -2271,13 +2283,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2271
2283
|
OutputTriggerTypeDetailsComponent,
|
|
2272
2284
|
QueryDetailsComponent,
|
|
2273
2285
|
QueryCategoryDetailsComponent,
|
|
2274
|
-
QueryEntityDetailsComponent,
|
|
2275
|
-
QueryFieldDetailsComponent,
|
|
2276
|
-
QueryPermissionDetailsComponent,
|
|
2277
|
-
QueueTaskDetailsComponent,
|
|
2278
|
-
QueueTypeDetailsComponent,
|
|
2279
|
-
QueueDetailsComponent,
|
|
2280
|
-
RecommendationItemDetailsComponent], imports: [CommonModule,
|
|
2286
|
+
QueryEntityDetailsComponent], imports: [CommonModule,
|
|
2281
2287
|
FormsModule,
|
|
2282
2288
|
LayoutModule,
|
|
2283
2289
|
InputsModule,
|
|
@@ -2313,6 +2319,12 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2313
2319
|
type: NgModule,
|
|
2314
2320
|
args: [{
|
|
2315
2321
|
declarations: [
|
|
2322
|
+
QueryFieldDetailsComponent,
|
|
2323
|
+
QueryPermissionDetailsComponent,
|
|
2324
|
+
QueueTaskDetailsComponent,
|
|
2325
|
+
QueueTypeDetailsComponent,
|
|
2326
|
+
QueueDetailsComponent,
|
|
2327
|
+
RecommendationItemDetailsComponent,
|
|
2316
2328
|
RecommendationProviderDetailsComponent,
|
|
2317
2329
|
RecommendationRunDetailsComponent,
|
|
2318
2330
|
RecommendationDetailsComponent,
|
|
@@ -2326,13 +2338,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2326
2338
|
ResourceLinkDetailsComponent,
|
|
2327
2339
|
ResourcePermissionDetailsComponent,
|
|
2328
2340
|
ResourceTypeDetailsComponent,
|
|
2329
|
-
RoleDetailsComponent
|
|
2330
|
-
RowLevelSecurityFilterDetailsComponent,
|
|
2331
|
-
ScheduledActionParamDetailsComponent,
|
|
2332
|
-
ScheduledActionDetailsComponent,
|
|
2333
|
-
SchemaInfoDetailsComponent,
|
|
2334
|
-
SkillDetailsComponent,
|
|
2335
|
-
TaggedItemDetailsComponent
|
|
2341
|
+
RoleDetailsComponent
|
|
2336
2342
|
],
|
|
2337
2343
|
imports: [
|
|
2338
2344
|
CommonModule,
|
|
@@ -2353,7 +2359,13 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2353
2359
|
exports: []
|
|
2354
2360
|
}]
|
|
2355
2361
|
}], null, null); })();
|
|
2356
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [
|
|
2362
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [QueryFieldDetailsComponent,
|
|
2363
|
+
QueryPermissionDetailsComponent,
|
|
2364
|
+
QueueTaskDetailsComponent,
|
|
2365
|
+
QueueTypeDetailsComponent,
|
|
2366
|
+
QueueDetailsComponent,
|
|
2367
|
+
RecommendationItemDetailsComponent,
|
|
2368
|
+
RecommendationProviderDetailsComponent,
|
|
2357
2369
|
RecommendationRunDetailsComponent,
|
|
2358
2370
|
RecommendationDetailsComponent,
|
|
2359
2371
|
RecordChangeReplayRunDetailsComponent,
|
|
@@ -2366,13 +2378,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2366
2378
|
ResourceLinkDetailsComponent,
|
|
2367
2379
|
ResourcePermissionDetailsComponent,
|
|
2368
2380
|
ResourceTypeDetailsComponent,
|
|
2369
|
-
RoleDetailsComponent,
|
|
2370
|
-
RowLevelSecurityFilterDetailsComponent,
|
|
2371
|
-
ScheduledActionParamDetailsComponent,
|
|
2372
|
-
ScheduledActionDetailsComponent,
|
|
2373
|
-
SchemaInfoDetailsComponent,
|
|
2374
|
-
SkillDetailsComponent,
|
|
2375
|
-
TaggedItemDetailsComponent], imports: [CommonModule,
|
|
2381
|
+
RoleDetailsComponent], imports: [CommonModule,
|
|
2376
2382
|
FormsModule,
|
|
2377
2383
|
LayoutModule,
|
|
2378
2384
|
InputsModule,
|
|
@@ -2408,6 +2414,12 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2408
2414
|
type: NgModule,
|
|
2409
2415
|
args: [{
|
|
2410
2416
|
declarations: [
|
|
2417
|
+
RowLevelSecurityFilterDetailsComponent,
|
|
2418
|
+
ScheduledActionParamDetailsComponent,
|
|
2419
|
+
ScheduledActionDetailsComponent,
|
|
2420
|
+
SchemaInfoDetailsComponent,
|
|
2421
|
+
SkillDetailsComponent,
|
|
2422
|
+
TaggedItemDetailsComponent,
|
|
2411
2423
|
TagDetailsComponent,
|
|
2412
2424
|
TemplateCategoryDetailsComponent,
|
|
2413
2425
|
TemplateContentTypeDetailsComponent,
|
|
@@ -2421,13 +2433,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2421
2433
|
UserRecordLogDetailsComponent,
|
|
2422
2434
|
UserRoleDetailsComponent,
|
|
2423
2435
|
UserViewCategoryDetailsComponent,
|
|
2424
|
-
UserViewRunDetailDetailsComponent
|
|
2425
|
-
UserViewRunDetailsComponent,
|
|
2426
|
-
UserViewDetailsComponent,
|
|
2427
|
-
UserDetailsComponent,
|
|
2428
|
-
VectorDatabaseDetailsComponent,
|
|
2429
|
-
VectorIndexDetailsComponent,
|
|
2430
|
-
VersionInstallationDetailsComponent
|
|
2436
|
+
UserViewRunDetailDetailsComponent
|
|
2431
2437
|
],
|
|
2432
2438
|
imports: [
|
|
2433
2439
|
CommonModule,
|
|
@@ -2448,7 +2454,13 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2448
2454
|
exports: []
|
|
2449
2455
|
}]
|
|
2450
2456
|
}], null, null); })();
|
|
2451
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [
|
|
2457
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [RowLevelSecurityFilterDetailsComponent,
|
|
2458
|
+
ScheduledActionParamDetailsComponent,
|
|
2459
|
+
ScheduledActionDetailsComponent,
|
|
2460
|
+
SchemaInfoDetailsComponent,
|
|
2461
|
+
SkillDetailsComponent,
|
|
2462
|
+
TaggedItemDetailsComponent,
|
|
2463
|
+
TagDetailsComponent,
|
|
2452
2464
|
TemplateCategoryDetailsComponent,
|
|
2453
2465
|
TemplateContentTypeDetailsComponent,
|
|
2454
2466
|
TemplateContentDetailsComponent,
|
|
@@ -2461,13 +2473,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2461
2473
|
UserRecordLogDetailsComponent,
|
|
2462
2474
|
UserRoleDetailsComponent,
|
|
2463
2475
|
UserViewCategoryDetailsComponent,
|
|
2464
|
-
UserViewRunDetailDetailsComponent,
|
|
2465
|
-
UserViewRunDetailsComponent,
|
|
2466
|
-
UserViewDetailsComponent,
|
|
2467
|
-
UserDetailsComponent,
|
|
2468
|
-
VectorDatabaseDetailsComponent,
|
|
2469
|
-
VectorIndexDetailsComponent,
|
|
2470
|
-
VersionInstallationDetailsComponent], imports: [CommonModule,
|
|
2476
|
+
UserViewRunDetailDetailsComponent], imports: [CommonModule,
|
|
2471
2477
|
FormsModule,
|
|
2472
2478
|
LayoutModule,
|
|
2473
2479
|
InputsModule,
|
|
@@ -2503,6 +2509,12 @@ export class GeneratedForms_SubModule_21 {
|
|
|
2503
2509
|
type: NgModule,
|
|
2504
2510
|
args: [{
|
|
2505
2511
|
declarations: [
|
|
2512
|
+
UserViewRunDetailsComponent,
|
|
2513
|
+
UserViewDetailsComponent,
|
|
2514
|
+
UserDetailsComponent,
|
|
2515
|
+
VectorDatabaseDetailsComponent,
|
|
2516
|
+
VectorIndexDetailsComponent,
|
|
2517
|
+
VersionInstallationDetailsComponent,
|
|
2506
2518
|
WorkflowEngineDetailsComponent,
|
|
2507
2519
|
WorkflowRunDetailsComponent,
|
|
2508
2520
|
WorkflowDetailsComponent,
|
|
@@ -2528,7 +2540,13 @@ export class GeneratedForms_SubModule_21 {
|
|
|
2528
2540
|
exports: []
|
|
2529
2541
|
}]
|
|
2530
2542
|
}], null, null); })();
|
|
2531
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [
|
|
2543
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [UserViewRunDetailsComponent,
|
|
2544
|
+
UserViewDetailsComponent,
|
|
2545
|
+
UserDetailsComponent,
|
|
2546
|
+
VectorDatabaseDetailsComponent,
|
|
2547
|
+
VectorIndexDetailsComponent,
|
|
2548
|
+
VersionInstallationDetailsComponent,
|
|
2549
|
+
WorkflowEngineDetailsComponent,
|
|
2532
2550
|
WorkflowRunDetailsComponent,
|
|
2533
2551
|
WorkflowDetailsComponent,
|
|
2534
2552
|
WorkspaceItemDetailsComponent,
|
|
@@ -2758,6 +2776,9 @@ export function LoadCoreGeneratedForms() {
|
|
|
2758
2776
|
LoadRecordLinkFormComponent();
|
|
2759
2777
|
LoadReportUserStateFormComponent();
|
|
2760
2778
|
LoadReportVersionFormComponent();
|
|
2779
|
+
LoadScheduledJobRunFormComponent();
|
|
2780
|
+
LoadScheduledJobTypeFormComponent();
|
|
2781
|
+
LoadScheduledJobFormComponent();
|
|
2761
2782
|
LoadTaskDependencyFormComponent();
|
|
2762
2783
|
LoadTaskTypeFormComponent();
|
|
2763
2784
|
LoadTaskFormComponent();
|
|
@@ -2974,6 +2995,9 @@ export function LoadCoreGeneratedForms() {
|
|
|
2974
2995
|
LoadRecordLinkDetailsComponent();
|
|
2975
2996
|
LoadReportUserStateDetailsComponent();
|
|
2976
2997
|
LoadReportVersionDetailsComponent();
|
|
2998
|
+
LoadScheduledJobRunDetailsComponent();
|
|
2999
|
+
LoadScheduledJobTypeDetailsComponent();
|
|
3000
|
+
LoadScheduledJobDetailsComponent();
|
|
2977
3001
|
LoadTaskDependencyDetailsComponent();
|
|
2978
3002
|
LoadTaskTypeDetailsComponent();
|
|
2979
3003
|
LoadTaskDetailsComponent();
|