@memberjunction/ng-core-entity-forms 2.106.0 → 2.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +71 -3
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +899 -641
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +57 -34
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +2 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +32 -4
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +358 -337
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- 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/AIAgent/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.js +60 -4
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.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 +31 -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 +34 -13
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
- 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/Action/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/collection.form.component.js +14 -4
- package/dist/lib/generated/Entities/Collection/collection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js +167 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +7 -7
- package/dist/lib/generated/Entities/Entity/entity.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 +81 -21
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +319 -311
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +217 -185
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -153,6 +153,7 @@ import { ArtifactVersionAttributeFormComponent, LoadArtifactVersionAttributeForm
|
|
|
153
153
|
import { ArtifactVersionFormComponent, LoadArtifactVersionFormComponent } from "./Entities/ArtifactVersion/artifactversion.form.component";
|
|
154
154
|
import { ArtifactFormComponent, LoadArtifactFormComponent } from "./Entities/Artifact/artifact.form.component";
|
|
155
155
|
import { CollectionArtifactFormComponent, LoadCollectionArtifactFormComponent } from "./Entities/CollectionArtifact/collectionartifact.form.component";
|
|
156
|
+
import { CollectionPermissionFormComponent, LoadCollectionPermissionFormComponent } from "./Entities/CollectionPermission/collectionpermission.form.component";
|
|
156
157
|
import { CollectionFormComponent, LoadCollectionFormComponent } from "./Entities/Collection/collection.form.component";
|
|
157
158
|
import { ComponentDependencyFormComponent, LoadComponentDependencyFormComponent } from "./Entities/ComponentDependency/componentdependency.form.component";
|
|
158
159
|
import { ComponentLibraryFormComponent, LoadComponentLibraryFormComponent } from "./Entities/ComponentLibrary/componentlibrary.form.component";
|
|
@@ -172,6 +173,9 @@ import { QueryParameterFormComponent, LoadQueryParameterFormComponent } from "./
|
|
|
172
173
|
import { RecordLinkFormComponent, LoadRecordLinkFormComponent } from "./Entities/RecordLink/recordlink.form.component";
|
|
173
174
|
import { ReportUserStateFormComponent, LoadReportUserStateFormComponent } from "./Entities/ReportUserState/reportuserstate.form.component";
|
|
174
175
|
import { ReportVersionFormComponent, LoadReportVersionFormComponent } from "./Entities/ReportVersion/reportversion.form.component";
|
|
176
|
+
import { ScheduledJobRunFormComponent, LoadScheduledJobRunFormComponent } from "./Entities/ScheduledJobRun/scheduledjobrun.form.component";
|
|
177
|
+
import { ScheduledJobTypeFormComponent, LoadScheduledJobTypeFormComponent } from "./Entities/ScheduledJobType/scheduledjobtype.form.component";
|
|
178
|
+
import { ScheduledJobFormComponent, LoadScheduledJobFormComponent } from "./Entities/ScheduledJob/scheduledjob.form.component";
|
|
175
179
|
import { TaskDependencyFormComponent, LoadTaskDependencyFormComponent } from "./Entities/TaskDependency/taskdependency.form.component";
|
|
176
180
|
import { TaskTypeFormComponent, LoadTaskTypeFormComponent } from "./Entities/TaskType/tasktype.form.component";
|
|
177
181
|
import { TaskFormComponent, LoadTaskFormComponent } from "./Entities/Task/task.form.component";
|
|
@@ -369,6 +373,7 @@ import { ArtifactVersionAttributeDetailsComponent, LoadArtifactVersionAttributeD
|
|
|
369
373
|
import { ArtifactVersionDetailsComponent, LoadArtifactVersionDetailsComponent } from "./Entities/ArtifactVersion/sections/details.component";
|
|
370
374
|
import { ArtifactDetailsComponent, LoadArtifactDetailsComponent } from "./Entities/Artifact/sections/details.component";
|
|
371
375
|
import { CollectionArtifactDetailsComponent, LoadCollectionArtifactDetailsComponent } from "./Entities/CollectionArtifact/sections/details.component";
|
|
376
|
+
import { CollectionPermissionDetailsComponent, LoadCollectionPermissionDetailsComponent } from "./Entities/CollectionPermission/sections/details.component";
|
|
372
377
|
import { CollectionDetailsComponent, LoadCollectionDetailsComponent } from "./Entities/Collection/sections/details.component";
|
|
373
378
|
import { ComponentDependencyDetailsComponent, LoadComponentDependencyDetailsComponent } from "./Entities/ComponentDependency/sections/details.component";
|
|
374
379
|
import { ComponentLibraryDetailsComponent, LoadComponentLibraryDetailsComponent } from "./Entities/ComponentLibrary/sections/details.component";
|
|
@@ -388,6 +393,9 @@ import { QueryParameterDetailsComponent, LoadQueryParameterDetailsComponent } fr
|
|
|
388
393
|
import { RecordLinkDetailsComponent, LoadRecordLinkDetailsComponent } from "./Entities/RecordLink/sections/details.component";
|
|
389
394
|
import { ReportUserStateDetailsComponent, LoadReportUserStateDetailsComponent } from "./Entities/ReportUserState/sections/details.component";
|
|
390
395
|
import { ReportVersionDetailsComponent, LoadReportVersionDetailsComponent } from "./Entities/ReportVersion/sections/details.component";
|
|
396
|
+
import { ScheduledJobRunDetailsComponent, LoadScheduledJobRunDetailsComponent } from "./Entities/ScheduledJobRun/sections/details.component";
|
|
397
|
+
import { ScheduledJobTypeDetailsComponent, LoadScheduledJobTypeDetailsComponent } from "./Entities/ScheduledJobType/sections/details.component";
|
|
398
|
+
import { ScheduledJobDetailsComponent, LoadScheduledJobDetailsComponent } from "./Entities/ScheduledJob/sections/details.component";
|
|
391
399
|
import { TaskDependencyDetailsComponent, LoadTaskDependencyDetailsComponent } from "./Entities/TaskDependency/sections/details.component";
|
|
392
400
|
import { TaskTypeDetailsComponent, LoadTaskTypeDetailsComponent } from "./Entities/TaskType/sections/details.component";
|
|
393
401
|
import { TaskDetailsComponent, LoadTaskDetailsComponent } from "./Entities/Task/sections/details.component";
|
|
@@ -1074,6 +1082,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1074
1082
|
ArtifactVersionFormComponent,
|
|
1075
1083
|
ArtifactFormComponent,
|
|
1076
1084
|
CollectionArtifactFormComponent,
|
|
1085
|
+
CollectionPermissionFormComponent,
|
|
1077
1086
|
CollectionFormComponent,
|
|
1078
1087
|
ComponentDependencyFormComponent,
|
|
1079
1088
|
ComponentLibraryFormComponent,
|
|
@@ -1082,8 +1091,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1082
1091
|
ComponentFormComponent,
|
|
1083
1092
|
ConversationArtifactPermissionFormComponent,
|
|
1084
1093
|
ConversationArtifactVersionFormComponent,
|
|
1085
|
-
ConversationArtifactFormComponent
|
|
1086
|
-
ConversationDetailArtifactFormComponent
|
|
1094
|
+
ConversationArtifactFormComponent
|
|
1087
1095
|
],
|
|
1088
1096
|
imports: [
|
|
1089
1097
|
CommonModule,
|
|
@@ -1115,6 +1123,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1115
1123
|
ArtifactVersionFormComponent,
|
|
1116
1124
|
ArtifactFormComponent,
|
|
1117
1125
|
CollectionArtifactFormComponent,
|
|
1126
|
+
CollectionPermissionFormComponent,
|
|
1118
1127
|
CollectionFormComponent,
|
|
1119
1128
|
ComponentDependencyFormComponent,
|
|
1120
1129
|
ComponentLibraryFormComponent,
|
|
@@ -1123,8 +1132,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1123
1132
|
ComponentFormComponent,
|
|
1124
1133
|
ConversationArtifactPermissionFormComponent,
|
|
1125
1134
|
ConversationArtifactVersionFormComponent,
|
|
1126
|
-
ConversationArtifactFormComponent,
|
|
1127
|
-
ConversationDetailArtifactFormComponent], imports: [CommonModule,
|
|
1135
|
+
ConversationArtifactFormComponent], imports: [CommonModule,
|
|
1128
1136
|
FormsModule,
|
|
1129
1137
|
LayoutModule,
|
|
1130
1138
|
InputsModule,
|
|
@@ -1162,6 +1170,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1162
1170
|
type: NgModule,
|
|
1163
1171
|
args: [{
|
|
1164
1172
|
declarations: [
|
|
1173
|
+
ConversationDetailArtifactFormComponent,
|
|
1165
1174
|
DashboardUserPreferenceFormComponent,
|
|
1166
1175
|
DashboardUserStateFormComponent,
|
|
1167
1176
|
EnvironmentFormComponent,
|
|
@@ -1171,17 +1180,16 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1171
1180
|
RecordLinkFormComponent,
|
|
1172
1181
|
ReportUserStateFormComponent,
|
|
1173
1182
|
ReportVersionFormComponent,
|
|
1183
|
+
ScheduledJobRunFormComponent,
|
|
1184
|
+
ScheduledJobTypeFormComponent,
|
|
1185
|
+
ScheduledJobFormComponent,
|
|
1174
1186
|
TaskDependencyFormComponent,
|
|
1175
1187
|
TaskTypeFormComponent,
|
|
1176
1188
|
TaskFormComponent,
|
|
1177
1189
|
OutputDeliveryTypeFormComponent,
|
|
1178
1190
|
OutputFormatTypeFormComponent,
|
|
1179
1191
|
OutputTriggerTypeFormComponent,
|
|
1180
|
-
QueryFormComponent
|
|
1181
|
-
QueryCategoryFormComponent,
|
|
1182
|
-
QueryEntityFormComponent,
|
|
1183
|
-
QueryFieldFormComponent,
|
|
1184
|
-
QueryPermissionFormComponent
|
|
1192
|
+
QueryFormComponent
|
|
1185
1193
|
],
|
|
1186
1194
|
imports: [
|
|
1187
1195
|
CommonModule,
|
|
@@ -1203,7 +1211,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1203
1211
|
exports: []
|
|
1204
1212
|
}]
|
|
1205
1213
|
}], null, null); })();
|
|
1206
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
1214
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [ConversationDetailArtifactFormComponent,
|
|
1215
|
+
DashboardUserPreferenceFormComponent,
|
|
1207
1216
|
DashboardUserStateFormComponent,
|
|
1208
1217
|
EnvironmentFormComponent,
|
|
1209
1218
|
ProjectFormComponent,
|
|
@@ -1212,17 +1221,16 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1212
1221
|
RecordLinkFormComponent,
|
|
1213
1222
|
ReportUserStateFormComponent,
|
|
1214
1223
|
ReportVersionFormComponent,
|
|
1224
|
+
ScheduledJobRunFormComponent,
|
|
1225
|
+
ScheduledJobTypeFormComponent,
|
|
1226
|
+
ScheduledJobFormComponent,
|
|
1215
1227
|
TaskDependencyFormComponent,
|
|
1216
1228
|
TaskTypeFormComponent,
|
|
1217
1229
|
TaskFormComponent,
|
|
1218
1230
|
OutputDeliveryTypeFormComponent,
|
|
1219
1231
|
OutputFormatTypeFormComponent,
|
|
1220
1232
|
OutputTriggerTypeFormComponent,
|
|
1221
|
-
QueryFormComponent,
|
|
1222
|
-
QueryCategoryFormComponent,
|
|
1223
|
-
QueryEntityFormComponent,
|
|
1224
|
-
QueryFieldFormComponent,
|
|
1225
|
-
QueryPermissionFormComponent], imports: [CommonModule,
|
|
1233
|
+
QueryFormComponent], imports: [CommonModule,
|
|
1226
1234
|
FormsModule,
|
|
1227
1235
|
LayoutModule,
|
|
1228
1236
|
InputsModule,
|
|
@@ -1260,6 +1268,10 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1260
1268
|
type: NgModule,
|
|
1261
1269
|
args: [{
|
|
1262
1270
|
declarations: [
|
|
1271
|
+
QueryCategoryFormComponent,
|
|
1272
|
+
QueryEntityFormComponent,
|
|
1273
|
+
QueryFieldFormComponent,
|
|
1274
|
+
QueryPermissionFormComponent,
|
|
1263
1275
|
QueueTaskFormComponent,
|
|
1264
1276
|
QueueTypeFormComponent,
|
|
1265
1277
|
QueueFormComponent,
|
|
@@ -1275,11 +1287,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1275
1287
|
ReportSnapshotFormComponent,
|
|
1276
1288
|
ReportFormComponent,
|
|
1277
1289
|
ResourceLinkFormComponent,
|
|
1278
|
-
ResourcePermissionFormComponent
|
|
1279
|
-
ResourceTypeFormComponent,
|
|
1280
|
-
RoleFormComponent,
|
|
1281
|
-
RowLevelSecurityFilterFormComponent,
|
|
1282
|
-
ScheduledActionParamFormComponent
|
|
1290
|
+
ResourcePermissionFormComponent
|
|
1283
1291
|
],
|
|
1284
1292
|
imports: [
|
|
1285
1293
|
CommonModule,
|
|
@@ -1301,7 +1309,11 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1301
1309
|
exports: []
|
|
1302
1310
|
}]
|
|
1303
1311
|
}], null, null); })();
|
|
1304
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
1312
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [QueryCategoryFormComponent,
|
|
1313
|
+
QueryEntityFormComponent,
|
|
1314
|
+
QueryFieldFormComponent,
|
|
1315
|
+
QueryPermissionFormComponent,
|
|
1316
|
+
QueueTaskFormComponent,
|
|
1305
1317
|
QueueTypeFormComponent,
|
|
1306
1318
|
QueueFormComponent,
|
|
1307
1319
|
RecommendationItemFormComponent,
|
|
@@ -1316,11 +1328,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1316
1328
|
ReportSnapshotFormComponent,
|
|
1317
1329
|
ReportFormComponent,
|
|
1318
1330
|
ResourceLinkFormComponent,
|
|
1319
|
-
ResourcePermissionFormComponent,
|
|
1320
|
-
ResourceTypeFormComponent,
|
|
1321
|
-
RoleFormComponent,
|
|
1322
|
-
RowLevelSecurityFilterFormComponent,
|
|
1323
|
-
ScheduledActionParamFormComponent], imports: [CommonModule,
|
|
1331
|
+
ResourcePermissionFormComponent], imports: [CommonModule,
|
|
1324
1332
|
FormsModule,
|
|
1325
1333
|
LayoutModule,
|
|
1326
1334
|
InputsModule,
|
|
@@ -1358,6 +1366,10 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1358
1366
|
type: NgModule,
|
|
1359
1367
|
args: [{
|
|
1360
1368
|
declarations: [
|
|
1369
|
+
ResourceTypeFormComponent,
|
|
1370
|
+
RoleFormComponent,
|
|
1371
|
+
RowLevelSecurityFilterFormComponent,
|
|
1372
|
+
ScheduledActionParamFormComponent,
|
|
1361
1373
|
ScheduledActionFormComponent,
|
|
1362
1374
|
SchemaInfoFormComponent,
|
|
1363
1375
|
SkillFormComponent,
|
|
@@ -1373,11 +1385,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1373
1385
|
UserFavoriteFormComponent,
|
|
1374
1386
|
UserNotificationFormComponent,
|
|
1375
1387
|
UserRecordLogFormComponent,
|
|
1376
|
-
UserRoleFormComponent
|
|
1377
|
-
UserViewCategoryFormComponent,
|
|
1378
|
-
UserViewRunDetailFormComponent,
|
|
1379
|
-
UserViewRunFormComponent,
|
|
1380
|
-
UserViewFormComponent
|
|
1388
|
+
UserRoleFormComponent
|
|
1381
1389
|
],
|
|
1382
1390
|
imports: [
|
|
1383
1391
|
CommonModule,
|
|
@@ -1399,7 +1407,11 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1399
1407
|
exports: []
|
|
1400
1408
|
}]
|
|
1401
1409
|
}], null, null); })();
|
|
1402
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1410
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [ResourceTypeFormComponent,
|
|
1411
|
+
RoleFormComponent,
|
|
1412
|
+
RowLevelSecurityFilterFormComponent,
|
|
1413
|
+
ScheduledActionParamFormComponent,
|
|
1414
|
+
ScheduledActionFormComponent,
|
|
1403
1415
|
SchemaInfoFormComponent,
|
|
1404
1416
|
SkillFormComponent,
|
|
1405
1417
|
TaggedItemFormComponent,
|
|
@@ -1414,11 +1426,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1414
1426
|
UserFavoriteFormComponent,
|
|
1415
1427
|
UserNotificationFormComponent,
|
|
1416
1428
|
UserRecordLogFormComponent,
|
|
1417
|
-
UserRoleFormComponent,
|
|
1418
|
-
UserViewCategoryFormComponent,
|
|
1419
|
-
UserViewRunDetailFormComponent,
|
|
1420
|
-
UserViewRunFormComponent,
|
|
1421
|
-
UserViewFormComponent], imports: [CommonModule,
|
|
1429
|
+
UserRoleFormComponent], imports: [CommonModule,
|
|
1422
1430
|
FormsModule,
|
|
1423
1431
|
LayoutModule,
|
|
1424
1432
|
InputsModule,
|
|
@@ -1456,6 +1464,10 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1456
1464
|
type: NgModule,
|
|
1457
1465
|
args: [{
|
|
1458
1466
|
declarations: [
|
|
1467
|
+
UserViewCategoryFormComponent,
|
|
1468
|
+
UserViewRunDetailFormComponent,
|
|
1469
|
+
UserViewRunFormComponent,
|
|
1470
|
+
UserViewFormComponent,
|
|
1459
1471
|
UserFormComponent,
|
|
1460
1472
|
VectorDatabaseFormComponent,
|
|
1461
1473
|
VectorIndexFormComponent,
|
|
@@ -1471,11 +1483,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1471
1483
|
ActionContextDetailsComponent,
|
|
1472
1484
|
ActionExecutionLogDetailsComponent,
|
|
1473
1485
|
ActionFilterDetailsComponent,
|
|
1474
|
-
ActionLibraryDetailsComponent
|
|
1475
|
-
ActionParamDetailsComponent,
|
|
1476
|
-
ActionResultCodeDetailsComponent,
|
|
1477
|
-
ActionDetailsComponent,
|
|
1478
|
-
ActionTopComponent
|
|
1486
|
+
ActionLibraryDetailsComponent
|
|
1479
1487
|
],
|
|
1480
1488
|
imports: [
|
|
1481
1489
|
CommonModule,
|
|
@@ -1497,7 +1505,11 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1497
1505
|
exports: []
|
|
1498
1506
|
}]
|
|
1499
1507
|
}], null, null); })();
|
|
1500
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1508
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [UserViewCategoryFormComponent,
|
|
1509
|
+
UserViewRunDetailFormComponent,
|
|
1510
|
+
UserViewRunFormComponent,
|
|
1511
|
+
UserViewFormComponent,
|
|
1512
|
+
UserFormComponent,
|
|
1501
1513
|
VectorDatabaseFormComponent,
|
|
1502
1514
|
VectorIndexFormComponent,
|
|
1503
1515
|
VersionInstallationFormComponent,
|
|
@@ -1512,11 +1524,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1512
1524
|
ActionContextDetailsComponent,
|
|
1513
1525
|
ActionExecutionLogDetailsComponent,
|
|
1514
1526
|
ActionFilterDetailsComponent,
|
|
1515
|
-
ActionLibraryDetailsComponent,
|
|
1516
|
-
ActionParamDetailsComponent,
|
|
1517
|
-
ActionResultCodeDetailsComponent,
|
|
1518
|
-
ActionDetailsComponent,
|
|
1519
|
-
ActionTopComponent], imports: [CommonModule,
|
|
1527
|
+
ActionLibraryDetailsComponent], imports: [CommonModule,
|
|
1520
1528
|
FormsModule,
|
|
1521
1529
|
LayoutModule,
|
|
1522
1530
|
InputsModule,
|
|
@@ -1553,6 +1561,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1553
1561
|
type: NgModule,
|
|
1554
1562
|
args: [{
|
|
1555
1563
|
declarations: [
|
|
1564
|
+
ActionParamDetailsComponent,
|
|
1565
|
+
ActionResultCodeDetailsComponent,
|
|
1566
|
+
ActionDetailsComponent,
|
|
1567
|
+
ActionTopComponent,
|
|
1556
1568
|
ActionCodeComponent,
|
|
1557
1569
|
AIActionDetailsComponent,
|
|
1558
1570
|
AIAgentActionDetailsComponent,
|
|
@@ -1568,11 +1580,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1568
1580
|
AIPromptCategoryDetailsComponent,
|
|
1569
1581
|
AIPromptTypeDetailsComponent,
|
|
1570
1582
|
AIPromptDetailsComponent,
|
|
1571
|
-
AIResultCacheDetailsComponent
|
|
1572
|
-
ApplicationEntityDetailsComponent,
|
|
1573
|
-
ApplicationSettingDetailsComponent,
|
|
1574
|
-
ApplicationDetailsComponent,
|
|
1575
|
-
AuditLogTypeDetailsComponent
|
|
1583
|
+
AIResultCacheDetailsComponent
|
|
1576
1584
|
],
|
|
1577
1585
|
imports: [
|
|
1578
1586
|
CommonModule,
|
|
@@ -1593,7 +1601,11 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1593
1601
|
exports: []
|
|
1594
1602
|
}]
|
|
1595
1603
|
}], null, null); })();
|
|
1596
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1604
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [ActionParamDetailsComponent,
|
|
1605
|
+
ActionResultCodeDetailsComponent,
|
|
1606
|
+
ActionDetailsComponent,
|
|
1607
|
+
ActionTopComponent,
|
|
1608
|
+
ActionCodeComponent,
|
|
1597
1609
|
AIActionDetailsComponent,
|
|
1598
1610
|
AIAgentActionDetailsComponent,
|
|
1599
1611
|
AIAgentLearningCycleDetailsComponent,
|
|
@@ -1608,11 +1620,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1608
1620
|
AIPromptCategoryDetailsComponent,
|
|
1609
1621
|
AIPromptTypeDetailsComponent,
|
|
1610
1622
|
AIPromptDetailsComponent,
|
|
1611
|
-
AIResultCacheDetailsComponent,
|
|
1612
|
-
ApplicationEntityDetailsComponent,
|
|
1613
|
-
ApplicationSettingDetailsComponent,
|
|
1614
|
-
ApplicationDetailsComponent,
|
|
1615
|
-
AuditLogTypeDetailsComponent], imports: [CommonModule,
|
|
1623
|
+
AIResultCacheDetailsComponent], imports: [CommonModule,
|
|
1616
1624
|
FormsModule,
|
|
1617
1625
|
LayoutModule,
|
|
1618
1626
|
InputsModule,
|
|
@@ -1648,6 +1656,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1648
1656
|
type: NgModule,
|
|
1649
1657
|
args: [{
|
|
1650
1658
|
declarations: [
|
|
1659
|
+
ApplicationEntityDetailsComponent,
|
|
1660
|
+
ApplicationSettingDetailsComponent,
|
|
1661
|
+
ApplicationDetailsComponent,
|
|
1662
|
+
AuditLogTypeDetailsComponent,
|
|
1651
1663
|
AuditLogDetailsComponent,
|
|
1652
1664
|
AuthorizationRoleDetailsComponent,
|
|
1653
1665
|
AuthorizationDetailsComponent,
|
|
@@ -1663,11 +1675,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1663
1675
|
CompanyIntegrationRunDetailsComponent,
|
|
1664
1676
|
CompanyIntegrationDetailsComponent,
|
|
1665
1677
|
ContentFileTypeDetailsComponent,
|
|
1666
|
-
ContentItemAttributeDetailsComponent
|
|
1667
|
-
ContentItemTagDetailsComponent,
|
|
1668
|
-
ContentItemDetailsComponent,
|
|
1669
|
-
ContentProcessRunDetailsComponent,
|
|
1670
|
-
ContentSourceParamDetailsComponent
|
|
1678
|
+
ContentItemAttributeDetailsComponent
|
|
1671
1679
|
],
|
|
1672
1680
|
imports: [
|
|
1673
1681
|
CommonModule,
|
|
@@ -1688,7 +1696,11 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1688
1696
|
exports: []
|
|
1689
1697
|
}]
|
|
1690
1698
|
}], null, null); })();
|
|
1691
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1699
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [ApplicationEntityDetailsComponent,
|
|
1700
|
+
ApplicationSettingDetailsComponent,
|
|
1701
|
+
ApplicationDetailsComponent,
|
|
1702
|
+
AuditLogTypeDetailsComponent,
|
|
1703
|
+
AuditLogDetailsComponent,
|
|
1692
1704
|
AuthorizationRoleDetailsComponent,
|
|
1693
1705
|
AuthorizationDetailsComponent,
|
|
1694
1706
|
CommunicationBaseMessageTypeDetailsComponent,
|
|
@@ -1703,11 +1715,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1703
1715
|
CompanyIntegrationRunDetailsComponent,
|
|
1704
1716
|
CompanyIntegrationDetailsComponent,
|
|
1705
1717
|
ContentFileTypeDetailsComponent,
|
|
1706
|
-
ContentItemAttributeDetailsComponent,
|
|
1707
|
-
ContentItemTagDetailsComponent,
|
|
1708
|
-
ContentItemDetailsComponent,
|
|
1709
|
-
ContentProcessRunDetailsComponent,
|
|
1710
|
-
ContentSourceParamDetailsComponent], imports: [CommonModule,
|
|
1718
|
+
ContentItemAttributeDetailsComponent], imports: [CommonModule,
|
|
1711
1719
|
FormsModule,
|
|
1712
1720
|
LayoutModule,
|
|
1713
1721
|
InputsModule,
|
|
@@ -1743,6 +1751,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1743
1751
|
type: NgModule,
|
|
1744
1752
|
args: [{
|
|
1745
1753
|
declarations: [
|
|
1754
|
+
ContentItemTagDetailsComponent,
|
|
1755
|
+
ContentItemDetailsComponent,
|
|
1756
|
+
ContentProcessRunDetailsComponent,
|
|
1757
|
+
ContentSourceParamDetailsComponent,
|
|
1746
1758
|
ContentSourceTypeParamDetailsComponent,
|
|
1747
1759
|
ContentSourceTypeDetailsComponent,
|
|
1748
1760
|
ContentSourceDetailsComponent,
|
|
@@ -1758,11 +1770,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1758
1770
|
DatasetDetailsComponent,
|
|
1759
1771
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1760
1772
|
DuplicateRunDetailDetailsComponent,
|
|
1761
|
-
DuplicateRunDetailsComponent
|
|
1762
|
-
EmployeeCompanyIntegrationDetailsComponent,
|
|
1763
|
-
EmployeeRoleDetailsComponent,
|
|
1764
|
-
EmployeeSkillDetailsComponent,
|
|
1765
|
-
EmployeeDetailsComponent
|
|
1773
|
+
DuplicateRunDetailsComponent
|
|
1766
1774
|
],
|
|
1767
1775
|
imports: [
|
|
1768
1776
|
CommonModule,
|
|
@@ -1783,7 +1791,11 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1783
1791
|
exports: []
|
|
1784
1792
|
}]
|
|
1785
1793
|
}], null, null); })();
|
|
1786
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1794
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [ContentItemTagDetailsComponent,
|
|
1795
|
+
ContentItemDetailsComponent,
|
|
1796
|
+
ContentProcessRunDetailsComponent,
|
|
1797
|
+
ContentSourceParamDetailsComponent,
|
|
1798
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1787
1799
|
ContentSourceTypeDetailsComponent,
|
|
1788
1800
|
ContentSourceDetailsComponent,
|
|
1789
1801
|
ContentTypeAttributeDetailsComponent,
|
|
@@ -1798,11 +1810,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1798
1810
|
DatasetDetailsComponent,
|
|
1799
1811
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1800
1812
|
DuplicateRunDetailDetailsComponent,
|
|
1801
|
-
DuplicateRunDetailsComponent,
|
|
1802
|
-
EmployeeCompanyIntegrationDetailsComponent,
|
|
1803
|
-
EmployeeRoleDetailsComponent,
|
|
1804
|
-
EmployeeSkillDetailsComponent,
|
|
1805
|
-
EmployeeDetailsComponent], imports: [CommonModule,
|
|
1813
|
+
DuplicateRunDetailsComponent], imports: [CommonModule,
|
|
1806
1814
|
FormsModule,
|
|
1807
1815
|
LayoutModule,
|
|
1808
1816
|
InputsModule,
|
|
@@ -1838,6 +1846,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1838
1846
|
type: NgModule,
|
|
1839
1847
|
args: [{
|
|
1840
1848
|
declarations: [
|
|
1849
|
+
EmployeeCompanyIntegrationDetailsComponent,
|
|
1850
|
+
EmployeeRoleDetailsComponent,
|
|
1851
|
+
EmployeeSkillDetailsComponent,
|
|
1852
|
+
EmployeeDetailsComponent,
|
|
1841
1853
|
EntityDetailsComponent,
|
|
1842
1854
|
EntityTopComponent,
|
|
1843
1855
|
EntityAuditComponent,
|
|
@@ -1853,11 +1865,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1853
1865
|
EntityCommunicationFieldDetailsComponent,
|
|
1854
1866
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1855
1867
|
EntityDocumentRunDetailsComponent,
|
|
1856
|
-
EntityDocumentSettingDetailsComponent
|
|
1857
|
-
EntityDocumentTypeDetailsComponent,
|
|
1858
|
-
EntityDocumentDetailsComponent,
|
|
1859
|
-
EntityFieldValueDetailsComponent,
|
|
1860
|
-
EntityFieldDetailsComponent
|
|
1868
|
+
EntityDocumentSettingDetailsComponent
|
|
1861
1869
|
],
|
|
1862
1870
|
imports: [
|
|
1863
1871
|
CommonModule,
|
|
@@ -1878,7 +1886,11 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1878
1886
|
exports: []
|
|
1879
1887
|
}]
|
|
1880
1888
|
}], null, null); })();
|
|
1881
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1889
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [EmployeeCompanyIntegrationDetailsComponent,
|
|
1890
|
+
EmployeeRoleDetailsComponent,
|
|
1891
|
+
EmployeeSkillDetailsComponent,
|
|
1892
|
+
EmployeeDetailsComponent,
|
|
1893
|
+
EntityDetailsComponent,
|
|
1882
1894
|
EntityTopComponent,
|
|
1883
1895
|
EntityAuditComponent,
|
|
1884
1896
|
EntityAPIComponent,
|
|
@@ -1893,11 +1905,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1893
1905
|
EntityCommunicationFieldDetailsComponent,
|
|
1894
1906
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1895
1907
|
EntityDocumentRunDetailsComponent,
|
|
1896
|
-
EntityDocumentSettingDetailsComponent,
|
|
1897
|
-
EntityDocumentTypeDetailsComponent,
|
|
1898
|
-
EntityDocumentDetailsComponent,
|
|
1899
|
-
EntityFieldValueDetailsComponent,
|
|
1900
|
-
EntityFieldDetailsComponent], imports: [CommonModule,
|
|
1908
|
+
EntityDocumentSettingDetailsComponent], imports: [CommonModule,
|
|
1901
1909
|
FormsModule,
|
|
1902
1910
|
LayoutModule,
|
|
1903
1911
|
InputsModule,
|
|
@@ -1933,6 +1941,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1933
1941
|
type: NgModule,
|
|
1934
1942
|
args: [{
|
|
1935
1943
|
declarations: [
|
|
1944
|
+
EntityDocumentTypeDetailsComponent,
|
|
1945
|
+
EntityDocumentDetailsComponent,
|
|
1946
|
+
EntityFieldValueDetailsComponent,
|
|
1947
|
+
EntityFieldDetailsComponent,
|
|
1936
1948
|
EntityPermissionDetailsComponent,
|
|
1937
1949
|
EntityRecordDocumentDetailsComponent,
|
|
1938
1950
|
EntityRelationshipDisplayComponentDetailsComponent,
|
|
@@ -1948,11 +1960,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1948
1960
|
GeneratedCodeDetailsComponent,
|
|
1949
1961
|
IntegrationURLFormatDetailsComponent,
|
|
1950
1962
|
IntegrationDetailsComponent,
|
|
1951
|
-
LibraryDetailsComponent
|
|
1952
|
-
LibraryItemDetailsComponent,
|
|
1953
|
-
ListCategoryDetailsComponent,
|
|
1954
|
-
ListDetailDetailsComponent,
|
|
1955
|
-
ListDetailsComponent
|
|
1963
|
+
LibraryDetailsComponent
|
|
1956
1964
|
],
|
|
1957
1965
|
imports: [
|
|
1958
1966
|
CommonModule,
|
|
@@ -1973,7 +1981,11 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1973
1981
|
exports: []
|
|
1974
1982
|
}]
|
|
1975
1983
|
}], null, null); })();
|
|
1976
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1984
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [EntityDocumentTypeDetailsComponent,
|
|
1985
|
+
EntityDocumentDetailsComponent,
|
|
1986
|
+
EntityFieldValueDetailsComponent,
|
|
1987
|
+
EntityFieldDetailsComponent,
|
|
1988
|
+
EntityPermissionDetailsComponent,
|
|
1977
1989
|
EntityRecordDocumentDetailsComponent,
|
|
1978
1990
|
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1979
1991
|
EntityRelationshipDetailsComponent,
|
|
@@ -1988,11 +2000,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1988
2000
|
GeneratedCodeDetailsComponent,
|
|
1989
2001
|
IntegrationURLFormatDetailsComponent,
|
|
1990
2002
|
IntegrationDetailsComponent,
|
|
1991
|
-
LibraryDetailsComponent,
|
|
1992
|
-
LibraryItemDetailsComponent,
|
|
1993
|
-
ListCategoryDetailsComponent,
|
|
1994
|
-
ListDetailDetailsComponent,
|
|
1995
|
-
ListDetailsComponent], imports: [CommonModule,
|
|
2003
|
+
LibraryDetailsComponent], imports: [CommonModule,
|
|
1996
2004
|
FormsModule,
|
|
1997
2005
|
LayoutModule,
|
|
1998
2006
|
InputsModule,
|
|
@@ -2028,6 +2036,10 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2028
2036
|
type: NgModule,
|
|
2029
2037
|
args: [{
|
|
2030
2038
|
declarations: [
|
|
2039
|
+
LibraryItemDetailsComponent,
|
|
2040
|
+
ListCategoryDetailsComponent,
|
|
2041
|
+
ListDetailDetailsComponent,
|
|
2042
|
+
ListDetailsComponent,
|
|
2031
2043
|
AccessControlRuleDetailsComponent,
|
|
2032
2044
|
AIAgentArtifactTypeDetailsComponent,
|
|
2033
2045
|
AIAgentPermissionDetailsComponent,
|
|
@@ -2043,11 +2055,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2043
2055
|
AIModelCostDetailsComponent,
|
|
2044
2056
|
AIModelPriceTypeDetailsComponent,
|
|
2045
2057
|
AIModelPriceUnitTypeDetailsComponent,
|
|
2046
|
-
AIModelVendorDetailsComponent
|
|
2047
|
-
AIPromptModelDetailsComponent,
|
|
2048
|
-
AIPromptRunDetailsComponent,
|
|
2049
|
-
AIVendorTypeDefinitionDetailsComponent,
|
|
2050
|
-
AIVendorTypeDetailsComponent
|
|
2058
|
+
AIModelVendorDetailsComponent
|
|
2051
2059
|
],
|
|
2052
2060
|
imports: [
|
|
2053
2061
|
CommonModule,
|
|
@@ -2068,7 +2076,11 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2068
2076
|
exports: []
|
|
2069
2077
|
}]
|
|
2070
2078
|
}], null, null); })();
|
|
2071
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
2079
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [LibraryItemDetailsComponent,
|
|
2080
|
+
ListCategoryDetailsComponent,
|
|
2081
|
+
ListDetailDetailsComponent,
|
|
2082
|
+
ListDetailsComponent,
|
|
2083
|
+
AccessControlRuleDetailsComponent,
|
|
2072
2084
|
AIAgentArtifactTypeDetailsComponent,
|
|
2073
2085
|
AIAgentPermissionDetailsComponent,
|
|
2074
2086
|
AIAgentPromptDetailsComponent,
|
|
@@ -2083,11 +2095,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2083
2095
|
AIModelCostDetailsComponent,
|
|
2084
2096
|
AIModelPriceTypeDetailsComponent,
|
|
2085
2097
|
AIModelPriceUnitTypeDetailsComponent,
|
|
2086
|
-
AIModelVendorDetailsComponent,
|
|
2087
|
-
AIPromptModelDetailsComponent,
|
|
2088
|
-
AIPromptRunDetailsComponent,
|
|
2089
|
-
AIVendorTypeDefinitionDetailsComponent,
|
|
2090
|
-
AIVendorTypeDetailsComponent], imports: [CommonModule,
|
|
2098
|
+
AIModelVendorDetailsComponent], imports: [CommonModule,
|
|
2091
2099
|
FormsModule,
|
|
2092
2100
|
LayoutModule,
|
|
2093
2101
|
InputsModule,
|
|
@@ -2123,12 +2131,17 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2123
2131
|
type: NgModule,
|
|
2124
2132
|
args: [{
|
|
2125
2133
|
declarations: [
|
|
2134
|
+
AIPromptModelDetailsComponent,
|
|
2135
|
+
AIPromptRunDetailsComponent,
|
|
2136
|
+
AIVendorTypeDefinitionDetailsComponent,
|
|
2137
|
+
AIVendorTypeDetailsComponent,
|
|
2126
2138
|
AIVendorDetailsComponent,
|
|
2127
2139
|
ArtifactTypeDetailsComponent,
|
|
2128
2140
|
ArtifactVersionAttributeDetailsComponent,
|
|
2129
2141
|
ArtifactVersionDetailsComponent,
|
|
2130
2142
|
ArtifactDetailsComponent,
|
|
2131
2143
|
CollectionArtifactDetailsComponent,
|
|
2144
|
+
CollectionPermissionDetailsComponent,
|
|
2132
2145
|
CollectionDetailsComponent,
|
|
2133
2146
|
ComponentDependencyDetailsComponent,
|
|
2134
2147
|
ComponentLibraryDetailsComponent,
|
|
@@ -2137,12 +2150,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2137
2150
|
ComponentDetailsComponent,
|
|
2138
2151
|
ConversationArtifactPermissionDetailsComponent,
|
|
2139
2152
|
ConversationArtifactVersionDetailsComponent,
|
|
2140
|
-
ConversationArtifactDetailsComponent
|
|
2141
|
-
ConversationDetailArtifactDetailsComponent,
|
|
2142
|
-
DashboardUserPreferenceDetailsComponent,
|
|
2143
|
-
DashboardUserStateDetailsComponent,
|
|
2144
|
-
EnvironmentDetailsComponent,
|
|
2145
|
-
ProjectDetailsComponent
|
|
2153
|
+
ConversationArtifactDetailsComponent
|
|
2146
2154
|
],
|
|
2147
2155
|
imports: [
|
|
2148
2156
|
CommonModule,
|
|
@@ -2163,12 +2171,17 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2163
2171
|
exports: []
|
|
2164
2172
|
}]
|
|
2165
2173
|
}], null, null); })();
|
|
2166
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
2174
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [AIPromptModelDetailsComponent,
|
|
2175
|
+
AIPromptRunDetailsComponent,
|
|
2176
|
+
AIVendorTypeDefinitionDetailsComponent,
|
|
2177
|
+
AIVendorTypeDetailsComponent,
|
|
2178
|
+
AIVendorDetailsComponent,
|
|
2167
2179
|
ArtifactTypeDetailsComponent,
|
|
2168
2180
|
ArtifactVersionAttributeDetailsComponent,
|
|
2169
2181
|
ArtifactVersionDetailsComponent,
|
|
2170
2182
|
ArtifactDetailsComponent,
|
|
2171
2183
|
CollectionArtifactDetailsComponent,
|
|
2184
|
+
CollectionPermissionDetailsComponent,
|
|
2172
2185
|
CollectionDetailsComponent,
|
|
2173
2186
|
ComponentDependencyDetailsComponent,
|
|
2174
2187
|
ComponentLibraryDetailsComponent,
|
|
@@ -2177,12 +2190,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2177
2190
|
ComponentDetailsComponent,
|
|
2178
2191
|
ConversationArtifactPermissionDetailsComponent,
|
|
2179
2192
|
ConversationArtifactVersionDetailsComponent,
|
|
2180
|
-
ConversationArtifactDetailsComponent,
|
|
2181
|
-
ConversationDetailArtifactDetailsComponent,
|
|
2182
|
-
DashboardUserPreferenceDetailsComponent,
|
|
2183
|
-
DashboardUserStateDetailsComponent,
|
|
2184
|
-
EnvironmentDetailsComponent,
|
|
2185
|
-
ProjectDetailsComponent], imports: [CommonModule,
|
|
2193
|
+
ConversationArtifactDetailsComponent], imports: [CommonModule,
|
|
2186
2194
|
FormsModule,
|
|
2187
2195
|
LayoutModule,
|
|
2188
2196
|
InputsModule,
|
|
@@ -2218,26 +2226,26 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2218
2226
|
type: NgModule,
|
|
2219
2227
|
args: [{
|
|
2220
2228
|
declarations: [
|
|
2229
|
+
ConversationDetailArtifactDetailsComponent,
|
|
2230
|
+
DashboardUserPreferenceDetailsComponent,
|
|
2231
|
+
DashboardUserStateDetailsComponent,
|
|
2232
|
+
EnvironmentDetailsComponent,
|
|
2233
|
+
ProjectDetailsComponent,
|
|
2221
2234
|
PublicLinkDetailsComponent,
|
|
2222
2235
|
QueryParameterDetailsComponent,
|
|
2223
2236
|
RecordLinkDetailsComponent,
|
|
2224
2237
|
ReportUserStateDetailsComponent,
|
|
2225
2238
|
ReportVersionDetailsComponent,
|
|
2239
|
+
ScheduledJobRunDetailsComponent,
|
|
2240
|
+
ScheduledJobTypeDetailsComponent,
|
|
2241
|
+
ScheduledJobDetailsComponent,
|
|
2226
2242
|
TaskDependencyDetailsComponent,
|
|
2227
2243
|
TaskTypeDetailsComponent,
|
|
2228
2244
|
TaskDetailsComponent,
|
|
2229
2245
|
OutputDeliveryTypeDetailsComponent,
|
|
2230
2246
|
OutputFormatTypeDetailsComponent,
|
|
2231
2247
|
OutputTriggerTypeDetailsComponent,
|
|
2232
|
-
QueryDetailsComponent
|
|
2233
|
-
QueryCategoryDetailsComponent,
|
|
2234
|
-
QueryEntityDetailsComponent,
|
|
2235
|
-
QueryFieldDetailsComponent,
|
|
2236
|
-
QueryPermissionDetailsComponent,
|
|
2237
|
-
QueueTaskDetailsComponent,
|
|
2238
|
-
QueueTypeDetailsComponent,
|
|
2239
|
-
QueueDetailsComponent,
|
|
2240
|
-
RecommendationItemDetailsComponent
|
|
2248
|
+
QueryDetailsComponent
|
|
2241
2249
|
],
|
|
2242
2250
|
imports: [
|
|
2243
2251
|
CommonModule,
|
|
@@ -2258,26 +2266,26 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2258
2266
|
exports: []
|
|
2259
2267
|
}]
|
|
2260
2268
|
}], null, null); })();
|
|
2261
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
2269
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [ConversationDetailArtifactDetailsComponent,
|
|
2270
|
+
DashboardUserPreferenceDetailsComponent,
|
|
2271
|
+
DashboardUserStateDetailsComponent,
|
|
2272
|
+
EnvironmentDetailsComponent,
|
|
2273
|
+
ProjectDetailsComponent,
|
|
2274
|
+
PublicLinkDetailsComponent,
|
|
2262
2275
|
QueryParameterDetailsComponent,
|
|
2263
2276
|
RecordLinkDetailsComponent,
|
|
2264
2277
|
ReportUserStateDetailsComponent,
|
|
2265
2278
|
ReportVersionDetailsComponent,
|
|
2279
|
+
ScheduledJobRunDetailsComponent,
|
|
2280
|
+
ScheduledJobTypeDetailsComponent,
|
|
2281
|
+
ScheduledJobDetailsComponent,
|
|
2266
2282
|
TaskDependencyDetailsComponent,
|
|
2267
2283
|
TaskTypeDetailsComponent,
|
|
2268
2284
|
TaskDetailsComponent,
|
|
2269
2285
|
OutputDeliveryTypeDetailsComponent,
|
|
2270
2286
|
OutputFormatTypeDetailsComponent,
|
|
2271
2287
|
OutputTriggerTypeDetailsComponent,
|
|
2272
|
-
QueryDetailsComponent,
|
|
2273
|
-
QueryCategoryDetailsComponent,
|
|
2274
|
-
QueryEntityDetailsComponent,
|
|
2275
|
-
QueryFieldDetailsComponent,
|
|
2276
|
-
QueryPermissionDetailsComponent,
|
|
2277
|
-
QueueTaskDetailsComponent,
|
|
2278
|
-
QueueTypeDetailsComponent,
|
|
2279
|
-
QueueDetailsComponent,
|
|
2280
|
-
RecommendationItemDetailsComponent], imports: [CommonModule,
|
|
2288
|
+
QueryDetailsComponent], imports: [CommonModule,
|
|
2281
2289
|
FormsModule,
|
|
2282
2290
|
LayoutModule,
|
|
2283
2291
|
InputsModule,
|
|
@@ -2313,6 +2321,14 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2313
2321
|
type: NgModule,
|
|
2314
2322
|
args: [{
|
|
2315
2323
|
declarations: [
|
|
2324
|
+
QueryCategoryDetailsComponent,
|
|
2325
|
+
QueryEntityDetailsComponent,
|
|
2326
|
+
QueryFieldDetailsComponent,
|
|
2327
|
+
QueryPermissionDetailsComponent,
|
|
2328
|
+
QueueTaskDetailsComponent,
|
|
2329
|
+
QueueTypeDetailsComponent,
|
|
2330
|
+
QueueDetailsComponent,
|
|
2331
|
+
RecommendationItemDetailsComponent,
|
|
2316
2332
|
RecommendationProviderDetailsComponent,
|
|
2317
2333
|
RecommendationRunDetailsComponent,
|
|
2318
2334
|
RecommendationDetailsComponent,
|
|
@@ -2324,15 +2340,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2324
2340
|
ReportSnapshotDetailsComponent,
|
|
2325
2341
|
ReportDetailsComponent,
|
|
2326
2342
|
ResourceLinkDetailsComponent,
|
|
2327
|
-
ResourcePermissionDetailsComponent
|
|
2328
|
-
ResourceTypeDetailsComponent,
|
|
2329
|
-
RoleDetailsComponent,
|
|
2330
|
-
RowLevelSecurityFilterDetailsComponent,
|
|
2331
|
-
ScheduledActionParamDetailsComponent,
|
|
2332
|
-
ScheduledActionDetailsComponent,
|
|
2333
|
-
SchemaInfoDetailsComponent,
|
|
2334
|
-
SkillDetailsComponent,
|
|
2335
|
-
TaggedItemDetailsComponent
|
|
2343
|
+
ResourcePermissionDetailsComponent
|
|
2336
2344
|
],
|
|
2337
2345
|
imports: [
|
|
2338
2346
|
CommonModule,
|
|
@@ -2353,7 +2361,15 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2353
2361
|
exports: []
|
|
2354
2362
|
}]
|
|
2355
2363
|
}], null, null); })();
|
|
2356
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [
|
|
2364
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [QueryCategoryDetailsComponent,
|
|
2365
|
+
QueryEntityDetailsComponent,
|
|
2366
|
+
QueryFieldDetailsComponent,
|
|
2367
|
+
QueryPermissionDetailsComponent,
|
|
2368
|
+
QueueTaskDetailsComponent,
|
|
2369
|
+
QueueTypeDetailsComponent,
|
|
2370
|
+
QueueDetailsComponent,
|
|
2371
|
+
RecommendationItemDetailsComponent,
|
|
2372
|
+
RecommendationProviderDetailsComponent,
|
|
2357
2373
|
RecommendationRunDetailsComponent,
|
|
2358
2374
|
RecommendationDetailsComponent,
|
|
2359
2375
|
RecordChangeReplayRunDetailsComponent,
|
|
@@ -2364,15 +2380,7 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2364
2380
|
ReportSnapshotDetailsComponent,
|
|
2365
2381
|
ReportDetailsComponent,
|
|
2366
2382
|
ResourceLinkDetailsComponent,
|
|
2367
|
-
ResourcePermissionDetailsComponent,
|
|
2368
|
-
ResourceTypeDetailsComponent,
|
|
2369
|
-
RoleDetailsComponent,
|
|
2370
|
-
RowLevelSecurityFilterDetailsComponent,
|
|
2371
|
-
ScheduledActionParamDetailsComponent,
|
|
2372
|
-
ScheduledActionDetailsComponent,
|
|
2373
|
-
SchemaInfoDetailsComponent,
|
|
2374
|
-
SkillDetailsComponent,
|
|
2375
|
-
TaggedItemDetailsComponent], imports: [CommonModule,
|
|
2383
|
+
ResourcePermissionDetailsComponent], imports: [CommonModule,
|
|
2376
2384
|
FormsModule,
|
|
2377
2385
|
LayoutModule,
|
|
2378
2386
|
InputsModule,
|
|
@@ -2408,6 +2416,14 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2408
2416
|
type: NgModule,
|
|
2409
2417
|
args: [{
|
|
2410
2418
|
declarations: [
|
|
2419
|
+
ResourceTypeDetailsComponent,
|
|
2420
|
+
RoleDetailsComponent,
|
|
2421
|
+
RowLevelSecurityFilterDetailsComponent,
|
|
2422
|
+
ScheduledActionParamDetailsComponent,
|
|
2423
|
+
ScheduledActionDetailsComponent,
|
|
2424
|
+
SchemaInfoDetailsComponent,
|
|
2425
|
+
SkillDetailsComponent,
|
|
2426
|
+
TaggedItemDetailsComponent,
|
|
2411
2427
|
TagDetailsComponent,
|
|
2412
2428
|
TemplateCategoryDetailsComponent,
|
|
2413
2429
|
TemplateContentTypeDetailsComponent,
|
|
@@ -2419,15 +2435,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2419
2435
|
UserFavoriteDetailsComponent,
|
|
2420
2436
|
UserNotificationDetailsComponent,
|
|
2421
2437
|
UserRecordLogDetailsComponent,
|
|
2422
|
-
UserRoleDetailsComponent
|
|
2423
|
-
UserViewCategoryDetailsComponent,
|
|
2424
|
-
UserViewRunDetailDetailsComponent,
|
|
2425
|
-
UserViewRunDetailsComponent,
|
|
2426
|
-
UserViewDetailsComponent,
|
|
2427
|
-
UserDetailsComponent,
|
|
2428
|
-
VectorDatabaseDetailsComponent,
|
|
2429
|
-
VectorIndexDetailsComponent,
|
|
2430
|
-
VersionInstallationDetailsComponent
|
|
2438
|
+
UserRoleDetailsComponent
|
|
2431
2439
|
],
|
|
2432
2440
|
imports: [
|
|
2433
2441
|
CommonModule,
|
|
@@ -2448,7 +2456,15 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2448
2456
|
exports: []
|
|
2449
2457
|
}]
|
|
2450
2458
|
}], null, null); })();
|
|
2451
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [
|
|
2459
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [ResourceTypeDetailsComponent,
|
|
2460
|
+
RoleDetailsComponent,
|
|
2461
|
+
RowLevelSecurityFilterDetailsComponent,
|
|
2462
|
+
ScheduledActionParamDetailsComponent,
|
|
2463
|
+
ScheduledActionDetailsComponent,
|
|
2464
|
+
SchemaInfoDetailsComponent,
|
|
2465
|
+
SkillDetailsComponent,
|
|
2466
|
+
TaggedItemDetailsComponent,
|
|
2467
|
+
TagDetailsComponent,
|
|
2452
2468
|
TemplateCategoryDetailsComponent,
|
|
2453
2469
|
TemplateContentTypeDetailsComponent,
|
|
2454
2470
|
TemplateContentDetailsComponent,
|
|
@@ -2459,15 +2475,7 @@ export class GeneratedForms_SubModule_20 {
|
|
|
2459
2475
|
UserFavoriteDetailsComponent,
|
|
2460
2476
|
UserNotificationDetailsComponent,
|
|
2461
2477
|
UserRecordLogDetailsComponent,
|
|
2462
|
-
UserRoleDetailsComponent,
|
|
2463
|
-
UserViewCategoryDetailsComponent,
|
|
2464
|
-
UserViewRunDetailDetailsComponent,
|
|
2465
|
-
UserViewRunDetailsComponent,
|
|
2466
|
-
UserViewDetailsComponent,
|
|
2467
|
-
UserDetailsComponent,
|
|
2468
|
-
VectorDatabaseDetailsComponent,
|
|
2469
|
-
VectorIndexDetailsComponent,
|
|
2470
|
-
VersionInstallationDetailsComponent], imports: [CommonModule,
|
|
2478
|
+
UserRoleDetailsComponent], imports: [CommonModule,
|
|
2471
2479
|
FormsModule,
|
|
2472
2480
|
LayoutModule,
|
|
2473
2481
|
InputsModule,
|
|
@@ -2503,6 +2511,14 @@ export class GeneratedForms_SubModule_21 {
|
|
|
2503
2511
|
type: NgModule,
|
|
2504
2512
|
args: [{
|
|
2505
2513
|
declarations: [
|
|
2514
|
+
UserViewCategoryDetailsComponent,
|
|
2515
|
+
UserViewRunDetailDetailsComponent,
|
|
2516
|
+
UserViewRunDetailsComponent,
|
|
2517
|
+
UserViewDetailsComponent,
|
|
2518
|
+
UserDetailsComponent,
|
|
2519
|
+
VectorDatabaseDetailsComponent,
|
|
2520
|
+
VectorIndexDetailsComponent,
|
|
2521
|
+
VersionInstallationDetailsComponent,
|
|
2506
2522
|
WorkflowEngineDetailsComponent,
|
|
2507
2523
|
WorkflowRunDetailsComponent,
|
|
2508
2524
|
WorkflowDetailsComponent,
|
|
@@ -2528,7 +2544,15 @@ export class GeneratedForms_SubModule_21 {
|
|
|
2528
2544
|
exports: []
|
|
2529
2545
|
}]
|
|
2530
2546
|
}], null, null); })();
|
|
2531
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [
|
|
2547
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [UserViewCategoryDetailsComponent,
|
|
2548
|
+
UserViewRunDetailDetailsComponent,
|
|
2549
|
+
UserViewRunDetailsComponent,
|
|
2550
|
+
UserViewDetailsComponent,
|
|
2551
|
+
UserDetailsComponent,
|
|
2552
|
+
VectorDatabaseDetailsComponent,
|
|
2553
|
+
VectorIndexDetailsComponent,
|
|
2554
|
+
VersionInstallationDetailsComponent,
|
|
2555
|
+
WorkflowEngineDetailsComponent,
|
|
2532
2556
|
WorkflowRunDetailsComponent,
|
|
2533
2557
|
WorkflowDetailsComponent,
|
|
2534
2558
|
WorkspaceItemDetailsComponent,
|
|
@@ -2739,6 +2763,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2739
2763
|
LoadArtifactVersionFormComponent();
|
|
2740
2764
|
LoadArtifactFormComponent();
|
|
2741
2765
|
LoadCollectionArtifactFormComponent();
|
|
2766
|
+
LoadCollectionPermissionFormComponent();
|
|
2742
2767
|
LoadCollectionFormComponent();
|
|
2743
2768
|
LoadComponentDependencyFormComponent();
|
|
2744
2769
|
LoadComponentLibraryFormComponent();
|
|
@@ -2758,6 +2783,9 @@ export function LoadCoreGeneratedForms() {
|
|
|
2758
2783
|
LoadRecordLinkFormComponent();
|
|
2759
2784
|
LoadReportUserStateFormComponent();
|
|
2760
2785
|
LoadReportVersionFormComponent();
|
|
2786
|
+
LoadScheduledJobRunFormComponent();
|
|
2787
|
+
LoadScheduledJobTypeFormComponent();
|
|
2788
|
+
LoadScheduledJobFormComponent();
|
|
2761
2789
|
LoadTaskDependencyFormComponent();
|
|
2762
2790
|
LoadTaskTypeFormComponent();
|
|
2763
2791
|
LoadTaskFormComponent();
|
|
@@ -2955,6 +2983,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2955
2983
|
LoadArtifactVersionDetailsComponent();
|
|
2956
2984
|
LoadArtifactDetailsComponent();
|
|
2957
2985
|
LoadCollectionArtifactDetailsComponent();
|
|
2986
|
+
LoadCollectionPermissionDetailsComponent();
|
|
2958
2987
|
LoadCollectionDetailsComponent();
|
|
2959
2988
|
LoadComponentDependencyDetailsComponent();
|
|
2960
2989
|
LoadComponentLibraryDetailsComponent();
|
|
@@ -2974,6 +3003,9 @@ export function LoadCoreGeneratedForms() {
|
|
|
2974
3003
|
LoadRecordLinkDetailsComponent();
|
|
2975
3004
|
LoadReportUserStateDetailsComponent();
|
|
2976
3005
|
LoadReportVersionDetailsComponent();
|
|
3006
|
+
LoadScheduledJobRunDetailsComponent();
|
|
3007
|
+
LoadScheduledJobTypeDetailsComponent();
|
|
3008
|
+
LoadScheduledJobDetailsComponent();
|
|
2977
3009
|
LoadTaskDependencyDetailsComponent();
|
|
2978
3010
|
LoadTaskTypeDetailsComponent();
|
|
2979
3011
|
LoadTaskDetailsComponent();
|