@memberjunction/ng-core-entity-forms 5.41.0 → 5.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist/lib/custom/RecordProcesses/record-process-form.component.d.ts +16 -0
  2. package/dist/lib/custom/RecordProcesses/record-process-form.component.d.ts.map +1 -0
  3. package/dist/lib/custom/RecordProcesses/record-process-form.component.js +54 -0
  4. package/dist/lib/custom/RecordProcesses/record-process-form.component.js.map +1 -0
  5. package/dist/lib/custom/Templates/template-param-dialog.component.d.ts.map +1 -1
  6. package/dist/lib/custom/Templates/template-param-dialog.component.js +11 -23
  7. package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
  8. package/dist/lib/custom/custom-forms.module.d.ts +28 -26
  9. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  10. package/dist/lib/custom/custom-forms.module.js +15 -6
  11. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  12. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
  13. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +54 -36
  14. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  15. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.d.ts.map +1 -1
  16. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js +13 -19
  17. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js.map +1 -1
  18. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  19. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +31 -13
  20. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  21. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.d.ts.map +1 -1
  22. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +36 -18
  23. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
  24. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.d.ts.map +1 -1
  25. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +34 -16
  26. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  27. package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.d.ts.map +1 -1
  28. package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js +25 -6
  29. package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js.map +1 -1
  30. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  31. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +138 -66
  32. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  33. package/dist/lib/generated/Entities/MJEntityActionInvocation/mjentityactioninvocation.form.component.js +10 -8
  34. package/dist/lib/generated/Entities/MJEntityActionInvocation/mjentityactioninvocation.form.component.js.map +1 -1
  35. package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js +37 -35
  36. package/dist/lib/generated/Entities/MJIntegration/mjintegration.form.component.js.map +1 -1
  37. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +33 -21
  38. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
  39. package/dist/lib/generated/Entities/MJList/mjlist.form.component.d.ts.map +1 -1
  40. package/dist/lib/generated/Entities/MJList/mjlist.form.component.js +26 -8
  41. package/dist/lib/generated/Entities/MJList/mjlist.form.component.js.map +1 -1
  42. package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js +25 -23
  43. package/dist/lib/generated/Entities/MJOpenApp/mjopenapp.form.component.js.map +1 -1
  44. package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.d.ts +10 -0
  45. package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.d.ts.map +1 -0
  46. package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js +143 -0
  47. package/dist/lib/generated/Entities/MJProcessRun/mjprocessrun.form.component.js.map +1 -0
  48. package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.d.ts +10 -0
  49. package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.d.ts.map +1 -0
  50. package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.js +102 -0
  51. package/dist/lib/generated/Entities/MJProcessRunDetail/mjprocessrundetail.form.component.js.map +1 -0
  52. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.d.ts +10 -0
  53. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.d.ts.map +1 -0
  54. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js +175 -0
  55. package/dist/lib/generated/Entities/MJRecordProcess/mjrecordprocess.form.component.js.map +1 -0
  56. package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.d.ts +10 -0
  57. package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.d.ts.map +1 -0
  58. package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js +111 -0
  59. package/dist/lib/generated/Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component.js.map +1 -0
  60. package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.d.ts +10 -0
  61. package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.d.ts.map +1 -0
  62. package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.js +76 -0
  63. package/dist/lib/generated/Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component.js.map +1 -0
  64. package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.d.ts +10 -0
  65. package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.d.ts.map +1 -0
  66. package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.js +130 -0
  67. package/dist/lib/generated/Entities/MJRemoteOperation/mjremoteoperation.form.component.js.map +1 -0
  68. package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.d.ts +10 -0
  69. package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.d.ts.map +1 -0
  70. package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js +111 -0
  71. package/dist/lib/generated/Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component.js.map +1 -0
  72. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.d.ts.map +1 -1
  73. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js +28 -10
  74. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  76. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +143 -107
  77. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  78. package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.d.ts.map +1 -1
  79. package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js +26 -8
  80. package/dist/lib/generated/Entities/MJUserView/mjuserview.form.component.js.map +1 -1
  81. package/dist/lib/generated/generated-forms.module.d.ts +121 -114
  82. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  83. package/dist/lib/generated/generated-forms.module.js +96 -75
  84. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  85. package/package.json +37 -36
@@ -254,6 +254,8 @@ import { MJOutputDeliveryTypeFormComponent } from "./Entities/MJOutputDeliveryTy
254
254
  import { MJOutputFormatTypeFormComponent } from "./Entities/MJOutputFormatType/mjoutputformattype.form.component";
255
255
  import { MJOutputTriggerTypeFormComponent } from "./Entities/MJOutputTriggerType/mjoutputtriggertype.form.component";
256
256
  import { MJPermissionDomainFormComponent } from "./Entities/MJPermissionDomain/mjpermissiondomain.form.component";
257
+ import { MJProcessRunDetailFormComponent } from "./Entities/MJProcessRunDetail/mjprocessrundetail.form.component";
258
+ import { MJProcessRunFormComponent } from "./Entities/MJProcessRun/mjprocessrun.form.component";
257
259
  import { MJProjectFormComponent } from "./Entities/MJProject/mjproject.form.component";
258
260
  import { MJPublicLinkFormComponent } from "./Entities/MJPublicLink/mjpubliclink.form.component";
259
261
  import { MJQueryFormComponent } from "./Entities/MJQuery/mjquery.form.component";
@@ -277,6 +279,11 @@ import { MJRecordGeoCodeFormComponent } from "./Entities/MJRecordGeoCode/mjrecor
277
279
  import { MJRecordLinkFormComponent } from "./Entities/MJRecordLink/mjrecordlink.form.component";
278
280
  import { MJRecordMergeDeletionLogFormComponent } from "./Entities/MJRecordMergeDeletionLog/mjrecordmergedeletionlog.form.component";
279
281
  import { MJRecordMergeLogFormComponent } from "./Entities/MJRecordMergeLog/mjrecordmergelog.form.component";
282
+ import { MJRecordProcessCategoryFormComponent } from "./Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component";
283
+ import { MJRecordProcessWatermarkFormComponent } from "./Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component";
284
+ import { MJRecordProcessFormComponent } from "./Entities/MJRecordProcess/mjrecordprocess.form.component";
285
+ import { MJRemoteOperationCategoryFormComponent } from "./Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component";
286
+ import { MJRemoteOperationFormComponent } from "./Entities/MJRemoteOperation/mjremoteoperation.form.component";
280
287
  import { MJReportCategoryFormComponent } from "./Entities/MJReportCategory/mjreportcategory.form.component";
281
288
  import { MJReportSnapshotFormComponent } from "./Entities/MJReportSnapshot/mjreportsnapshot.form.component";
282
289
  import { MJReportUserStateFormComponent } from "./Entities/MJReportUserState/mjreportuserstate.form.component";
@@ -1197,6 +1204,8 @@ export class GeneratedForms_SubModule_12 {
1197
1204
  args: [{
1198
1205
  declarations: [
1199
1206
  MJPermissionDomainFormComponent,
1207
+ MJProcessRunDetailFormComponent,
1208
+ MJProcessRunFormComponent,
1200
1209
  MJProjectFormComponent,
1201
1210
  MJPublicLinkFormComponent,
1202
1211
  MJQueryFormComponent,
@@ -1213,9 +1222,7 @@ export class GeneratedForms_SubModule_12 {
1213
1222
  MJRecommendationItemFormComponent,
1214
1223
  MJRecommendationProviderFormComponent,
1215
1224
  MJRecommendationRunFormComponent,
1216
- MJRecommendationFormComponent,
1217
- MJRecordChangeReplayRunFormComponent,
1218
- MJRecordChangeFormComponent
1225
+ MJRecommendationFormComponent
1219
1226
  ],
1220
1227
  imports: [
1221
1228
  CommonModule,
@@ -1228,6 +1235,8 @@ export class GeneratedForms_SubModule_12 {
1228
1235
  }]
1229
1236
  }], null, null); })();
1230
1237
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJPermissionDomainFormComponent,
1238
+ MJProcessRunDetailFormComponent,
1239
+ MJProcessRunFormComponent,
1231
1240
  MJProjectFormComponent,
1232
1241
  MJPublicLinkFormComponent,
1233
1242
  MJQueryFormComponent,
@@ -1244,9 +1253,7 @@ export class GeneratedForms_SubModule_12 {
1244
1253
  MJRecommendationItemFormComponent,
1245
1254
  MJRecommendationProviderFormComponent,
1246
1255
  MJRecommendationRunFormComponent,
1247
- MJRecommendationFormComponent,
1248
- MJRecordChangeReplayRunFormComponent,
1249
- MJRecordChangeFormComponent], imports: [CommonModule,
1256
+ MJRecommendationFormComponent], imports: [CommonModule,
1250
1257
  FormsModule,
1251
1258
  BaseFormsModule,
1252
1259
  EntityViewerModule,
@@ -1264,10 +1271,17 @@ export class GeneratedForms_SubModule_13 {
1264
1271
  type: NgModule,
1265
1272
  args: [{
1266
1273
  declarations: [
1274
+ MJRecordChangeReplayRunFormComponent,
1275
+ MJRecordChangeFormComponent,
1267
1276
  MJRecordGeoCodeFormComponent,
1268
1277
  MJRecordLinkFormComponent,
1269
1278
  MJRecordMergeDeletionLogFormComponent,
1270
1279
  MJRecordMergeLogFormComponent,
1280
+ MJRecordProcessCategoryFormComponent,
1281
+ MJRecordProcessWatermarkFormComponent,
1282
+ MJRecordProcessFormComponent,
1283
+ MJRemoteOperationCategoryFormComponent,
1284
+ MJRemoteOperationFormComponent,
1271
1285
  MJReportCategoryFormComponent,
1272
1286
  MJReportSnapshotFormComponent,
1273
1287
  MJReportUserStateFormComponent,
@@ -1276,14 +1290,7 @@ export class GeneratedForms_SubModule_13 {
1276
1290
  MJResourceLinkFormComponent,
1277
1291
  MJResourcePermissionFormComponent,
1278
1292
  MJResourceTypeFormComponent,
1279
- MJRoleFormComponent,
1280
- MJRowLevelSecurityFilterFormComponent,
1281
- MJScheduledActionParamFormComponent,
1282
- MJScheduledActionFormComponent,
1283
- MJScheduledJobRunFormComponent,
1284
- MJScheduledJobTypeFormComponent,
1285
- MJScheduledJobFormComponent,
1286
- MJSchemaInfoFormComponent
1293
+ MJRoleFormComponent
1287
1294
  ],
1288
1295
  imports: [
1289
1296
  CommonModule,
@@ -1295,10 +1302,17 @@ export class GeneratedForms_SubModule_13 {
1295
1302
  exports: []
1296
1303
  }]
1297
1304
  }], null, null); })();
1298
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJRecordGeoCodeFormComponent,
1305
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJRecordChangeReplayRunFormComponent,
1306
+ MJRecordChangeFormComponent,
1307
+ MJRecordGeoCodeFormComponent,
1299
1308
  MJRecordLinkFormComponent,
1300
1309
  MJRecordMergeDeletionLogFormComponent,
1301
1310
  MJRecordMergeLogFormComponent,
1311
+ MJRecordProcessCategoryFormComponent,
1312
+ MJRecordProcessWatermarkFormComponent,
1313
+ MJRecordProcessFormComponent,
1314
+ MJRemoteOperationCategoryFormComponent,
1315
+ MJRemoteOperationFormComponent,
1302
1316
  MJReportCategoryFormComponent,
1303
1317
  MJReportSnapshotFormComponent,
1304
1318
  MJReportUserStateFormComponent,
@@ -1307,14 +1321,7 @@ export class GeneratedForms_SubModule_13 {
1307
1321
  MJResourceLinkFormComponent,
1308
1322
  MJResourcePermissionFormComponent,
1309
1323
  MJResourceTypeFormComponent,
1310
- MJRoleFormComponent,
1311
- MJRowLevelSecurityFilterFormComponent,
1312
- MJScheduledActionParamFormComponent,
1313
- MJScheduledActionFormComponent,
1314
- MJScheduledJobRunFormComponent,
1315
- MJScheduledJobTypeFormComponent,
1316
- MJScheduledJobFormComponent,
1317
- MJSchemaInfoFormComponent], imports: [CommonModule,
1324
+ MJRoleFormComponent], imports: [CommonModule,
1318
1325
  FormsModule,
1319
1326
  BaseFormsModule,
1320
1327
  EntityViewerModule,
@@ -1332,6 +1339,13 @@ export class GeneratedForms_SubModule_14 {
1332
1339
  type: NgModule,
1333
1340
  args: [{
1334
1341
  declarations: [
1342
+ MJRowLevelSecurityFilterFormComponent,
1343
+ MJScheduledActionParamFormComponent,
1344
+ MJScheduledActionFormComponent,
1345
+ MJScheduledJobRunFormComponent,
1346
+ MJScheduledJobTypeFormComponent,
1347
+ MJScheduledJobFormComponent,
1348
+ MJSchemaInfoFormComponent,
1335
1349
  MJSearchExecutionLogFormComponent,
1336
1350
  MJSearchProviderFormComponent,
1337
1351
  MJSearchScopeEntityFormComponent,
@@ -1344,14 +1358,7 @@ export class GeneratedForms_SubModule_14 {
1344
1358
  MJSignatureAccountFormComponent,
1345
1359
  MJSignatureProviderFormComponent,
1346
1360
  MJSignatureRequestDocumentFormComponent,
1347
- MJSignatureRequestLogFormComponent,
1348
- MJSignatureRequestRecipientFormComponent,
1349
- MJSignatureRequestFormComponent,
1350
- MJSkillFormComponent,
1351
- MJSQLDialectFormComponent,
1352
- MJStateProvinceFormComponent,
1353
- MJTagAuditLogFormComponent,
1354
- MJTagCoOccurrenceFormComponent
1361
+ MJSignatureRequestLogFormComponent
1355
1362
  ],
1356
1363
  imports: [
1357
1364
  CommonModule,
@@ -1363,7 +1370,14 @@ export class GeneratedForms_SubModule_14 {
1363
1370
  exports: []
1364
1371
  }]
1365
1372
  }], null, null); })();
1366
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJSearchExecutionLogFormComponent,
1373
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRowLevelSecurityFilterFormComponent,
1374
+ MJScheduledActionParamFormComponent,
1375
+ MJScheduledActionFormComponent,
1376
+ MJScheduledJobRunFormComponent,
1377
+ MJScheduledJobTypeFormComponent,
1378
+ MJScheduledJobFormComponent,
1379
+ MJSchemaInfoFormComponent,
1380
+ MJSearchExecutionLogFormComponent,
1367
1381
  MJSearchProviderFormComponent,
1368
1382
  MJSearchScopeEntityFormComponent,
1369
1383
  MJSearchScopeExternalIndexFormComponent,
@@ -1375,14 +1389,7 @@ export class GeneratedForms_SubModule_14 {
1375
1389
  MJSignatureAccountFormComponent,
1376
1390
  MJSignatureProviderFormComponent,
1377
1391
  MJSignatureRequestDocumentFormComponent,
1378
- MJSignatureRequestLogFormComponent,
1379
- MJSignatureRequestRecipientFormComponent,
1380
- MJSignatureRequestFormComponent,
1381
- MJSkillFormComponent,
1382
- MJSQLDialectFormComponent,
1383
- MJStateProvinceFormComponent,
1384
- MJTagAuditLogFormComponent,
1385
- MJTagCoOccurrenceFormComponent], imports: [CommonModule,
1392
+ MJSignatureRequestLogFormComponent], imports: [CommonModule,
1386
1393
  FormsModule,
1387
1394
  BaseFormsModule,
1388
1395
  EntityViewerModule,
@@ -1400,6 +1407,13 @@ export class GeneratedForms_SubModule_15 {
1400
1407
  type: NgModule,
1401
1408
  args: [{
1402
1409
  declarations: [
1410
+ MJSignatureRequestRecipientFormComponent,
1411
+ MJSignatureRequestFormComponent,
1412
+ MJSkillFormComponent,
1413
+ MJSQLDialectFormComponent,
1414
+ MJStateProvinceFormComponent,
1415
+ MJTagAuditLogFormComponent,
1416
+ MJTagCoOccurrenceFormComponent,
1403
1417
  MJTagScopeFormComponent,
1404
1418
  MJTagSuggestionFormComponent,
1405
1419
  MJTagSynonymFormComponent,
@@ -1412,14 +1426,7 @@ export class GeneratedForms_SubModule_15 {
1412
1426
  MJTemplateContentTypeFormComponent,
1413
1427
  MJTemplateContentFormComponent,
1414
1428
  MJTemplateParamFormComponent,
1415
- MJTemplateFormComponent,
1416
- MJTestRubricFormComponent,
1417
- MJTestRunFeedbackFormComponent,
1418
- MJTestRunOutputTypeFormComponent,
1419
- MJTestRunOutputFormComponent,
1420
- MJTestRunFormComponent,
1421
- MJTestSuiteRunFormComponent,
1422
- MJTestSuiteTestFormComponent
1429
+ MJTemplateFormComponent
1423
1430
  ],
1424
1431
  imports: [
1425
1432
  CommonModule,
@@ -1431,7 +1438,14 @@ export class GeneratedForms_SubModule_15 {
1431
1438
  exports: []
1432
1439
  }]
1433
1440
  }], null, null); })();
1434
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJTagScopeFormComponent,
1441
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJSignatureRequestRecipientFormComponent,
1442
+ MJSignatureRequestFormComponent,
1443
+ MJSkillFormComponent,
1444
+ MJSQLDialectFormComponent,
1445
+ MJStateProvinceFormComponent,
1446
+ MJTagAuditLogFormComponent,
1447
+ MJTagCoOccurrenceFormComponent,
1448
+ MJTagScopeFormComponent,
1435
1449
  MJTagSuggestionFormComponent,
1436
1450
  MJTagSynonymFormComponent,
1437
1451
  MJTaggedItemFormComponent,
@@ -1443,14 +1457,7 @@ export class GeneratedForms_SubModule_15 {
1443
1457
  MJTemplateContentTypeFormComponent,
1444
1458
  MJTemplateContentFormComponent,
1445
1459
  MJTemplateParamFormComponent,
1446
- MJTemplateFormComponent,
1447
- MJTestRubricFormComponent,
1448
- MJTestRunFeedbackFormComponent,
1449
- MJTestRunOutputTypeFormComponent,
1450
- MJTestRunOutputFormComponent,
1451
- MJTestRunFormComponent,
1452
- MJTestSuiteRunFormComponent,
1453
- MJTestSuiteTestFormComponent], imports: [CommonModule,
1460
+ MJTemplateFormComponent], imports: [CommonModule,
1454
1461
  FormsModule,
1455
1462
  BaseFormsModule,
1456
1463
  EntityViewerModule,
@@ -1468,6 +1475,13 @@ export class GeneratedForms_SubModule_16 {
1468
1475
  type: NgModule,
1469
1476
  args: [{
1470
1477
  declarations: [
1478
+ MJTestRubricFormComponent,
1479
+ MJTestRunFeedbackFormComponent,
1480
+ MJTestRunOutputTypeFormComponent,
1481
+ MJTestRunOutputFormComponent,
1482
+ MJTestRunFormComponent,
1483
+ MJTestSuiteRunFormComponent,
1484
+ MJTestSuiteTestFormComponent,
1471
1485
  MJTestSuiteFormComponent,
1472
1486
  MJTestTypeFormComponent,
1473
1487
  MJTestFormComponent,
@@ -1480,14 +1494,7 @@ export class GeneratedForms_SubModule_16 {
1480
1494
  MJUserRecordLogFormComponent,
1481
1495
  MJUserRoleFormComponent,
1482
1496
  MJUserSettingFormComponent,
1483
- MJUserViewCategoryFormComponent,
1484
- MJUserViewRunDetailFormComponent,
1485
- MJUserViewRunFormComponent,
1486
- MJUserViewFormComponent,
1487
- MJUserFormComponent,
1488
- MJVectorDatabaseFormComponent,
1489
- MJVectorIndexFormComponent,
1490
- MJVersionInstallationFormComponent
1497
+ MJUserViewCategoryFormComponent
1491
1498
  ],
1492
1499
  imports: [
1493
1500
  CommonModule,
@@ -1499,7 +1506,14 @@ export class GeneratedForms_SubModule_16 {
1499
1506
  exports: []
1500
1507
  }]
1501
1508
  }], null, null); })();
1502
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJTestSuiteFormComponent,
1509
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJTestRubricFormComponent,
1510
+ MJTestRunFeedbackFormComponent,
1511
+ MJTestRunOutputTypeFormComponent,
1512
+ MJTestRunOutputFormComponent,
1513
+ MJTestRunFormComponent,
1514
+ MJTestSuiteRunFormComponent,
1515
+ MJTestSuiteTestFormComponent,
1516
+ MJTestSuiteFormComponent,
1503
1517
  MJTestTypeFormComponent,
1504
1518
  MJTestFormComponent,
1505
1519
  MJUserApplicationEntityFormComponent,
@@ -1511,14 +1525,7 @@ export class GeneratedForms_SubModule_16 {
1511
1525
  MJUserRecordLogFormComponent,
1512
1526
  MJUserRoleFormComponent,
1513
1527
  MJUserSettingFormComponent,
1514
- MJUserViewCategoryFormComponent,
1515
- MJUserViewRunDetailFormComponent,
1516
- MJUserViewRunFormComponent,
1517
- MJUserViewFormComponent,
1518
- MJUserFormComponent,
1519
- MJVectorDatabaseFormComponent,
1520
- MJVectorIndexFormComponent,
1521
- MJVersionInstallationFormComponent], imports: [CommonModule,
1528
+ MJUserViewCategoryFormComponent], imports: [CommonModule,
1522
1529
  FormsModule,
1523
1530
  BaseFormsModule,
1524
1531
  EntityViewerModule,
@@ -1536,6 +1543,13 @@ export class GeneratedForms_SubModule_17 {
1536
1543
  type: NgModule,
1537
1544
  args: [{
1538
1545
  declarations: [
1546
+ MJUserViewRunDetailFormComponent,
1547
+ MJUserViewRunFormComponent,
1548
+ MJUserViewFormComponent,
1549
+ MJUserFormComponent,
1550
+ MJVectorDatabaseFormComponent,
1551
+ MJVectorIndexFormComponent,
1552
+ MJVersionInstallationFormComponent,
1539
1553
  MJVersionLabelItemFormComponent,
1540
1554
  MJVersionLabelRestoreFormComponent,
1541
1555
  MJVersionLabelFormComponent,
@@ -1556,7 +1570,14 @@ export class GeneratedForms_SubModule_17 {
1556
1570
  exports: []
1557
1571
  }]
1558
1572
  }], null, null); })();
1559
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJVersionLabelItemFormComponent,
1573
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJUserViewRunDetailFormComponent,
1574
+ MJUserViewRunFormComponent,
1575
+ MJUserViewFormComponent,
1576
+ MJUserFormComponent,
1577
+ MJVectorDatabaseFormComponent,
1578
+ MJVectorIndexFormComponent,
1579
+ MJVersionInstallationFormComponent,
1580
+ MJVersionLabelItemFormComponent,
1560
1581
  MJVersionLabelRestoreFormComponent,
1561
1582
  MJVersionLabelFormComponent,
1562
1583
  MJViewTypeFormComponent,