@memberjunction/ng-core-entity-forms 5.33.0 → 5.34.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 +30 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +944 -645
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/SearchScopes/searchscope-form.component.d.ts +137 -0
- package/dist/lib/custom/SearchScopes/searchscope-form.component.d.ts.map +1 -0
- package/dist/lib/custom/SearchScopes/searchscope-form.component.js +888 -0
- package/dist/lib/custom/SearchScopes/searchscope-form.component.js.map +1 -0
- package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.d.ts +66 -0
- package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.d.ts.map +1 -0
- package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.js +253 -0
- package/dist/lib/custom/SearchScopes/searchscopeprovider-form.component.js.map +1 -0
- package/dist/lib/custom/Tests/test-rubric-form.component.js +2 -2
- package/dist/lib/custom/Tests/test-rubric-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +2 -2
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +28 -25
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +18 -4
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.js +2 -2
- package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +111 -79
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component.js +93 -0
- package/dist/lib/generated/Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIResultCache/mjairesultcache.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIResultCache/mjairesultcache.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +89 -71
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +23 -21
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +33 -15
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +31 -13
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchExecutionLog/mjsearchexecutionlog.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchExecutionLog/mjsearchexecutionlog.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchExecutionLog/mjsearchexecutionlog.form.component.js +91 -0
- package/dist/lib/generated/Entities/MJSearchExecutionLog/mjsearchexecutionlog.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js +23 -5
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js +243 -0
- package/dist/lib/generated/Entities/MJSearchScope/mjsearchscope.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component.js +71 -0
- package/dist/lib/generated/Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeExternalIndex/mjsearchscopeexternalindex.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchScopeExternalIndex/mjsearchscopeexternalindex.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeExternalIndex/mjsearchscopeexternalindex.form.component.js +75 -0
- package/dist/lib/generated/Entities/MJSearchScopeExternalIndex/mjsearchscopeexternalindex.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopePermission/mjsearchscopepermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchScopePermission/mjsearchscopepermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopePermission/mjsearchscopepermission.form.component.js +65 -0
- package/dist/lib/generated/Entities/MJSearchScopePermission/mjsearchscopepermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeProvider/mjsearchscopeprovider.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchScopeProvider/mjsearchscopeprovider.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeProvider/mjsearchscopeprovider.form.component.js +75 -0
- package/dist/lib/generated/Entities/MJSearchScopeProvider/mjsearchscopeprovider.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeStorageAccount/mjsearchscopestorageaccount.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchScopeStorageAccount/mjsearchscopestorageaccount.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeStorageAccount/mjsearchscopestorageaccount.form.component.js +63 -0
- package/dist/lib/generated/Entities/MJSearchScopeStorageAccount/mjsearchscopestorageaccount.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeTestQuery/mjsearchscopetestquery.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchScopeTestQuery/mjsearchscopetestquery.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchScopeTestQuery/mjsearchscopetestquery.form.component.js +75 -0
- package/dist/lib/generated/Entities/MJSearchScopeTestQuery/mjsearchscopetestquery.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +9 -9
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js +46 -10
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +223 -169
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js +32 -14
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +312 -298
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +168 -111
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +36 -35
|
@@ -45,6 +45,7 @@ import { MJAIAgentRequestFormComponent } from "./Entities/MJAIAgentRequest/mjaia
|
|
|
45
45
|
import { MJAIAgentRunMediaFormComponent } from "./Entities/MJAIAgentRunMedia/mjaiagentrunmedia.form.component";
|
|
46
46
|
import { MJAIAgentRunStepFormComponent } from "./Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component";
|
|
47
47
|
import { MJAIAgentRunFormComponent } from "./Entities/MJAIAgentRun/mjaiagentrun.form.component";
|
|
48
|
+
import { MJAIAgentSearchScopeFormComponent } from "./Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component";
|
|
48
49
|
import { MJAIAgentStepPathFormComponent } from "./Entities/MJAIAgentStepPath/mjaiagentsteppath.form.component";
|
|
49
50
|
import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentstep.form.component";
|
|
50
51
|
import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
|
|
@@ -273,7 +274,15 @@ import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjs
|
|
|
273
274
|
import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
|
|
274
275
|
import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
|
|
275
276
|
import { MJSchemaInfoFormComponent } from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
|
|
277
|
+
import { MJSearchExecutionLogFormComponent } from "./Entities/MJSearchExecutionLog/mjsearchexecutionlog.form.component";
|
|
276
278
|
import { MJSearchProviderFormComponent } from "./Entities/MJSearchProvider/mjsearchprovider.form.component";
|
|
279
|
+
import { MJSearchScopeEntityFormComponent } from "./Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component";
|
|
280
|
+
import { MJSearchScopeExternalIndexFormComponent } from "./Entities/MJSearchScopeExternalIndex/mjsearchscopeexternalindex.form.component";
|
|
281
|
+
import { MJSearchScopePermissionFormComponent } from "./Entities/MJSearchScopePermission/mjsearchscopepermission.form.component";
|
|
282
|
+
import { MJSearchScopeProviderFormComponent } from "./Entities/MJSearchScopeProvider/mjsearchscopeprovider.form.component";
|
|
283
|
+
import { MJSearchScopeStorageAccountFormComponent } from "./Entities/MJSearchScopeStorageAccount/mjsearchscopestorageaccount.form.component";
|
|
284
|
+
import { MJSearchScopeTestQueryFormComponent } from "./Entities/MJSearchScopeTestQuery/mjsearchscopetestquery.form.component";
|
|
285
|
+
import { MJSearchScopeFormComponent } from "./Entities/MJSearchScope/mjsearchscope.form.component";
|
|
277
286
|
import { MJSkillFormComponent } from "./Entities/MJSkill/mjskill.form.component";
|
|
278
287
|
import { MJSQLDialectFormComponent } from "./Entities/MJSQLDialect/mjsqldialect.form.component";
|
|
279
288
|
import { MJStateProvinceFormComponent } from "./Entities/MJStateProvince/mjstateprovince.form.component";
|
|
@@ -422,14 +431,14 @@ export class GeneratedForms_SubModule_1 {
|
|
|
422
431
|
MJAIAgentRunMediaFormComponent,
|
|
423
432
|
MJAIAgentRunStepFormComponent,
|
|
424
433
|
MJAIAgentRunFormComponent,
|
|
434
|
+
MJAIAgentSearchScopeFormComponent,
|
|
425
435
|
MJAIAgentStepPathFormComponent,
|
|
426
436
|
MJAIAgentStepFormComponent,
|
|
427
437
|
MJAIAgentTypeFormComponent,
|
|
428
438
|
MJAIAgentFormComponent,
|
|
429
439
|
MJAIArchitectureFormComponent,
|
|
430
440
|
MJAIClientToolDefinitionFormComponent,
|
|
431
|
-
MJAIConfigurationParamFormComponent
|
|
432
|
-
MJAIConfigurationFormComponent
|
|
441
|
+
MJAIConfigurationParamFormComponent
|
|
433
442
|
],
|
|
434
443
|
imports: [
|
|
435
444
|
CommonModule,
|
|
@@ -453,14 +462,14 @@ export class GeneratedForms_SubModule_1 {
|
|
|
453
462
|
MJAIAgentRunMediaFormComponent,
|
|
454
463
|
MJAIAgentRunStepFormComponent,
|
|
455
464
|
MJAIAgentRunFormComponent,
|
|
465
|
+
MJAIAgentSearchScopeFormComponent,
|
|
456
466
|
MJAIAgentStepPathFormComponent,
|
|
457
467
|
MJAIAgentStepFormComponent,
|
|
458
468
|
MJAIAgentTypeFormComponent,
|
|
459
469
|
MJAIAgentFormComponent,
|
|
460
470
|
MJAIArchitectureFormComponent,
|
|
461
471
|
MJAIClientToolDefinitionFormComponent,
|
|
462
|
-
MJAIConfigurationParamFormComponent,
|
|
463
|
-
MJAIConfigurationFormComponent], imports: [CommonModule,
|
|
472
|
+
MJAIConfigurationParamFormComponent], imports: [CommonModule,
|
|
464
473
|
FormsModule,
|
|
465
474
|
BaseFormsModule,
|
|
466
475
|
EntityViewerModule,
|
|
@@ -478,6 +487,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
478
487
|
type: NgModule,
|
|
479
488
|
args: [{
|
|
480
489
|
declarations: [
|
|
490
|
+
MJAIConfigurationFormComponent,
|
|
481
491
|
MJAICredentialBindingFormComponent,
|
|
482
492
|
MJAIModalityFormComponent,
|
|
483
493
|
MJAIModelActionFormComponent,
|
|
@@ -496,8 +506,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
496
506
|
MJAIPromptTypeFormComponent,
|
|
497
507
|
MJAIPromptFormComponent,
|
|
498
508
|
MJAIResultCacheFormComponent,
|
|
499
|
-
MJAIVendorTypeDefinitionFormComponent
|
|
500
|
-
MJAIVendorTypeFormComponent
|
|
509
|
+
MJAIVendorTypeDefinitionFormComponent
|
|
501
510
|
],
|
|
502
511
|
imports: [
|
|
503
512
|
CommonModule,
|
|
@@ -509,7 +518,8 @@ export class GeneratedForms_SubModule_2 {
|
|
|
509
518
|
exports: []
|
|
510
519
|
}]
|
|
511
520
|
}], null, null); })();
|
|
512
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [
|
|
521
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIConfigurationFormComponent,
|
|
522
|
+
MJAICredentialBindingFormComponent,
|
|
513
523
|
MJAIModalityFormComponent,
|
|
514
524
|
MJAIModelActionFormComponent,
|
|
515
525
|
MJAIModelArchitectureFormComponent,
|
|
@@ -527,8 +537,7 @@ export class GeneratedForms_SubModule_2 {
|
|
|
527
537
|
MJAIPromptTypeFormComponent,
|
|
528
538
|
MJAIPromptFormComponent,
|
|
529
539
|
MJAIResultCacheFormComponent,
|
|
530
|
-
MJAIVendorTypeDefinitionFormComponent,
|
|
531
|
-
MJAIVendorTypeFormComponent], imports: [CommonModule,
|
|
540
|
+
MJAIVendorTypeDefinitionFormComponent], imports: [CommonModule,
|
|
532
541
|
FormsModule,
|
|
533
542
|
BaseFormsModule,
|
|
534
543
|
EntityViewerModule,
|
|
@@ -546,6 +555,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
546
555
|
type: NgModule,
|
|
547
556
|
args: [{
|
|
548
557
|
declarations: [
|
|
558
|
+
MJAIVendorTypeFormComponent,
|
|
549
559
|
MJAIVendorFormComponent,
|
|
550
560
|
MJAPIApplicationScopeFormComponent,
|
|
551
561
|
MJAPIApplicationFormComponent,
|
|
@@ -564,8 +574,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
564
574
|
MJArchiveRunFormComponent,
|
|
565
575
|
MJArtifactPermissionFormComponent,
|
|
566
576
|
MJArtifactTypeFormComponent,
|
|
567
|
-
MJArtifactUseFormComponent
|
|
568
|
-
MJArtifactVersionAttributeFormComponent
|
|
577
|
+
MJArtifactUseFormComponent
|
|
569
578
|
],
|
|
570
579
|
imports: [
|
|
571
580
|
CommonModule,
|
|
@@ -577,7 +586,8 @@ export class GeneratedForms_SubModule_3 {
|
|
|
577
586
|
exports: []
|
|
578
587
|
}]
|
|
579
588
|
}], null, null); })();
|
|
580
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [
|
|
589
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIVendorTypeFormComponent,
|
|
590
|
+
MJAIVendorFormComponent,
|
|
581
591
|
MJAPIApplicationScopeFormComponent,
|
|
582
592
|
MJAPIApplicationFormComponent,
|
|
583
593
|
MJAPIKeyApplicationFormComponent,
|
|
@@ -595,8 +605,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
595
605
|
MJArchiveRunFormComponent,
|
|
596
606
|
MJArtifactPermissionFormComponent,
|
|
597
607
|
MJArtifactTypeFormComponent,
|
|
598
|
-
MJArtifactUseFormComponent,
|
|
599
|
-
MJArtifactVersionAttributeFormComponent], imports: [CommonModule,
|
|
608
|
+
MJArtifactUseFormComponent], imports: [CommonModule,
|
|
600
609
|
FormsModule,
|
|
601
610
|
BaseFormsModule,
|
|
602
611
|
EntityViewerModule,
|
|
@@ -615,6 +624,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
615
624
|
type: NgModule,
|
|
616
625
|
args: [{
|
|
617
626
|
declarations: [
|
|
627
|
+
MJArtifactVersionAttributeFormComponent,
|
|
618
628
|
MJArtifactVersionFormComponent,
|
|
619
629
|
MJArtifactFormComponent,
|
|
620
630
|
MJAuditLogTypeFormComponent,
|
|
@@ -633,8 +643,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
633
643
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
634
644
|
MJCompanyIntegrationFieldMapFormComponent,
|
|
635
645
|
MJCompanyIntegrationRecordMapFormComponent,
|
|
636
|
-
MJCompanyIntegrationRunAPILogFormComponent
|
|
637
|
-
MJCompanyIntegrationRunDetailFormComponent
|
|
646
|
+
MJCompanyIntegrationRunAPILogFormComponent
|
|
638
647
|
],
|
|
639
648
|
imports: [
|
|
640
649
|
CommonModule,
|
|
@@ -647,7 +656,8 @@ export class GeneratedForms_SubModule_4 {
|
|
|
647
656
|
exports: []
|
|
648
657
|
}]
|
|
649
658
|
}], null, null); })();
|
|
650
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [
|
|
659
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJArtifactVersionAttributeFormComponent,
|
|
660
|
+
MJArtifactVersionFormComponent,
|
|
651
661
|
MJArtifactFormComponent,
|
|
652
662
|
MJAuditLogTypeFormComponent,
|
|
653
663
|
MJAuditLogFormComponent,
|
|
@@ -665,8 +675,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
665
675
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
666
676
|
MJCompanyIntegrationFieldMapFormComponent,
|
|
667
677
|
MJCompanyIntegrationRecordMapFormComponent,
|
|
668
|
-
MJCompanyIntegrationRunAPILogFormComponent,
|
|
669
|
-
MJCompanyIntegrationRunDetailFormComponent], imports: [CommonModule,
|
|
678
|
+
MJCompanyIntegrationRunAPILogFormComponent], imports: [CommonModule,
|
|
670
679
|
FormsModule,
|
|
671
680
|
BaseFormsModule,
|
|
672
681
|
EntityViewerModule,
|
|
@@ -685,6 +694,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
685
694
|
type: NgModule,
|
|
686
695
|
args: [{
|
|
687
696
|
declarations: [
|
|
697
|
+
MJCompanyIntegrationRunDetailFormComponent,
|
|
688
698
|
MJCompanyIntegrationRunFormComponent,
|
|
689
699
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
690
700
|
MJCompanyIntegrationFormComponent,
|
|
@@ -703,8 +713,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
703
713
|
MJContentProcessRunFormComponent,
|
|
704
714
|
MJContentSourceParamFormComponent,
|
|
705
715
|
MJContentSourceTypeParamFormComponent,
|
|
706
|
-
MJContentSourceTypeFormComponent
|
|
707
|
-
MJContentSourceFormComponent
|
|
716
|
+
MJContentSourceTypeFormComponent
|
|
708
717
|
],
|
|
709
718
|
imports: [
|
|
710
719
|
CommonModule,
|
|
@@ -716,7 +725,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
716
725
|
exports: []
|
|
717
726
|
}]
|
|
718
727
|
}], null, null); })();
|
|
719
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [
|
|
728
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJCompanyIntegrationRunDetailFormComponent,
|
|
729
|
+
MJCompanyIntegrationRunFormComponent,
|
|
720
730
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
721
731
|
MJCompanyIntegrationFormComponent,
|
|
722
732
|
MJComponentDependencyFormComponent,
|
|
@@ -734,8 +744,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
734
744
|
MJContentProcessRunFormComponent,
|
|
735
745
|
MJContentSourceParamFormComponent,
|
|
736
746
|
MJContentSourceTypeParamFormComponent,
|
|
737
|
-
MJContentSourceTypeFormComponent,
|
|
738
|
-
MJContentSourceFormComponent], imports: [CommonModule,
|
|
747
|
+
MJContentSourceTypeFormComponent], imports: [CommonModule,
|
|
739
748
|
FormsModule,
|
|
740
749
|
BaseFormsModule,
|
|
741
750
|
EntityViewerModule,
|
|
@@ -753,6 +762,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
753
762
|
type: NgModule,
|
|
754
763
|
args: [{
|
|
755
764
|
declarations: [
|
|
765
|
+
MJContentSourceFormComponent,
|
|
756
766
|
MJContentTypeAttributeFormComponent,
|
|
757
767
|
MJContentTypeFormComponent,
|
|
758
768
|
MJConversationArtifactPermissionFormComponent,
|
|
@@ -771,8 +781,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
771
781
|
MJDashboardCategoryLinkFormComponent,
|
|
772
782
|
MJDashboardCategoryPermissionFormComponent,
|
|
773
783
|
MJDashboardPartTypeFormComponent,
|
|
774
|
-
MJDashboardPermissionFormComponent
|
|
775
|
-
MJDashboardUserPreferenceFormComponent
|
|
784
|
+
MJDashboardPermissionFormComponent
|
|
776
785
|
],
|
|
777
786
|
imports: [
|
|
778
787
|
CommonModule,
|
|
@@ -784,7 +793,8 @@ export class GeneratedForms_SubModule_6 {
|
|
|
784
793
|
exports: []
|
|
785
794
|
}]
|
|
786
795
|
}], null, null); })();
|
|
787
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
796
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJContentSourceFormComponent,
|
|
797
|
+
MJContentTypeAttributeFormComponent,
|
|
788
798
|
MJContentTypeFormComponent,
|
|
789
799
|
MJConversationArtifactPermissionFormComponent,
|
|
790
800
|
MJConversationArtifactVersionFormComponent,
|
|
@@ -802,8 +812,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
802
812
|
MJDashboardCategoryLinkFormComponent,
|
|
803
813
|
MJDashboardCategoryPermissionFormComponent,
|
|
804
814
|
MJDashboardPartTypeFormComponent,
|
|
805
|
-
MJDashboardPermissionFormComponent,
|
|
806
|
-
MJDashboardUserPreferenceFormComponent], imports: [CommonModule,
|
|
815
|
+
MJDashboardPermissionFormComponent], imports: [CommonModule,
|
|
807
816
|
FormsModule,
|
|
808
817
|
BaseFormsModule,
|
|
809
818
|
EntityViewerModule,
|
|
@@ -821,6 +830,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
821
830
|
type: NgModule,
|
|
822
831
|
args: [{
|
|
823
832
|
declarations: [
|
|
833
|
+
MJDashboardUserPreferenceFormComponent,
|
|
824
834
|
MJDashboardUserStateFormComponent,
|
|
825
835
|
MJDashboardFormComponent,
|
|
826
836
|
MJDataContextItemFormComponent,
|
|
@@ -839,8 +849,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
839
849
|
MJEncryptionKeyFormComponent,
|
|
840
850
|
MJEntityFormComponent,
|
|
841
851
|
MJEntityActionFilterFormComponent,
|
|
842
|
-
MJEntityActionInvocationTypeFormComponent
|
|
843
|
-
MJEntityActionInvocationFormComponent
|
|
852
|
+
MJEntityActionInvocationTypeFormComponent
|
|
844
853
|
],
|
|
845
854
|
imports: [
|
|
846
855
|
CommonModule,
|
|
@@ -852,7 +861,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
852
861
|
exports: []
|
|
853
862
|
}]
|
|
854
863
|
}], null, null); })();
|
|
855
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
864
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJDashboardUserPreferenceFormComponent,
|
|
865
|
+
MJDashboardUserStateFormComponent,
|
|
856
866
|
MJDashboardFormComponent,
|
|
857
867
|
MJDataContextItemFormComponent,
|
|
858
868
|
MJDataContextFormComponent,
|
|
@@ -870,8 +880,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
870
880
|
MJEncryptionKeyFormComponent,
|
|
871
881
|
MJEntityFormComponent,
|
|
872
882
|
MJEntityActionFilterFormComponent,
|
|
873
|
-
MJEntityActionInvocationTypeFormComponent,
|
|
874
|
-
MJEntityActionInvocationFormComponent], imports: [CommonModule,
|
|
883
|
+
MJEntityActionInvocationTypeFormComponent], imports: [CommonModule,
|
|
875
884
|
FormsModule,
|
|
876
885
|
BaseFormsModule,
|
|
877
886
|
EntityViewerModule,
|
|
@@ -889,6 +898,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
889
898
|
type: NgModule,
|
|
890
899
|
args: [{
|
|
891
900
|
declarations: [
|
|
901
|
+
MJEntityActionInvocationFormComponent,
|
|
892
902
|
MJEntityActionParamFormComponent,
|
|
893
903
|
MJEntityActionFormComponent,
|
|
894
904
|
MJEntityAIActionFormComponent,
|
|
@@ -907,8 +917,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
907
917
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
908
918
|
MJEntityRelationshipFormComponent,
|
|
909
919
|
MJEntitySettingFormComponent,
|
|
910
|
-
MJEnvironmentFormComponent
|
|
911
|
-
MJErrorLogFormComponent
|
|
920
|
+
MJEnvironmentFormComponent
|
|
912
921
|
],
|
|
913
922
|
imports: [
|
|
914
923
|
CommonModule,
|
|
@@ -920,7 +929,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
920
929
|
exports: []
|
|
921
930
|
}]
|
|
922
931
|
}], null, null); })();
|
|
923
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
932
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityActionInvocationFormComponent,
|
|
933
|
+
MJEntityActionParamFormComponent,
|
|
924
934
|
MJEntityActionFormComponent,
|
|
925
935
|
MJEntityAIActionFormComponent,
|
|
926
936
|
MJEntityCommunicationFieldFormComponent,
|
|
@@ -938,8 +948,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
938
948
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
939
949
|
MJEntityRelationshipFormComponent,
|
|
940
950
|
MJEntitySettingFormComponent,
|
|
941
|
-
MJEnvironmentFormComponent,
|
|
942
|
-
MJErrorLogFormComponent], imports: [CommonModule,
|
|
951
|
+
MJEnvironmentFormComponent], imports: [CommonModule,
|
|
943
952
|
FormsModule,
|
|
944
953
|
BaseFormsModule,
|
|
945
954
|
EntityViewerModule,
|
|
@@ -957,6 +966,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
957
966
|
type: NgModule,
|
|
958
967
|
args: [{
|
|
959
968
|
declarations: [
|
|
969
|
+
MJErrorLogFormComponent,
|
|
960
970
|
MJExplorerNavigationItemFormComponent,
|
|
961
971
|
MJFileCategoryFormComponent,
|
|
962
972
|
MJFileEntityRecordLinkFormComponent,
|
|
@@ -975,8 +985,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
975
985
|
MJKnowledgeHubSavedSearchFormComponent,
|
|
976
986
|
MJLibraryFormComponent,
|
|
977
987
|
MJLibraryItemFormComponent,
|
|
978
|
-
MJListCategoryFormComponent
|
|
979
|
-
MJListDetailFormComponent
|
|
988
|
+
MJListCategoryFormComponent
|
|
980
989
|
],
|
|
981
990
|
imports: [
|
|
982
991
|
CommonModule,
|
|
@@ -988,7 +997,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
988
997
|
exports: []
|
|
989
998
|
}]
|
|
990
999
|
}], null, null); })();
|
|
991
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1000
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJErrorLogFormComponent,
|
|
1001
|
+
MJExplorerNavigationItemFormComponent,
|
|
992
1002
|
MJFileCategoryFormComponent,
|
|
993
1003
|
MJFileEntityRecordLinkFormComponent,
|
|
994
1004
|
MJFileStorageAccountPermissionFormComponent,
|
|
@@ -1006,8 +1016,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1006
1016
|
MJKnowledgeHubSavedSearchFormComponent,
|
|
1007
1017
|
MJLibraryFormComponent,
|
|
1008
1018
|
MJLibraryItemFormComponent,
|
|
1009
|
-
MJListCategoryFormComponent,
|
|
1010
|
-
MJListDetailFormComponent], imports: [CommonModule,
|
|
1019
|
+
MJListCategoryFormComponent], imports: [CommonModule,
|
|
1011
1020
|
FormsModule,
|
|
1012
1021
|
BaseFormsModule,
|
|
1013
1022
|
EntityViewerModule,
|
|
@@ -1025,6 +1034,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1025
1034
|
type: NgModule,
|
|
1026
1035
|
args: [{
|
|
1027
1036
|
declarations: [
|
|
1037
|
+
MJListDetailFormComponent,
|
|
1028
1038
|
MJListInvitationFormComponent,
|
|
1029
1039
|
MJListShareFormComponent,
|
|
1030
1040
|
MJListFormComponent,
|
|
@@ -1043,8 +1053,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1043
1053
|
MJOpenAppInstallHistoryFormComponent,
|
|
1044
1054
|
MJOpenAppFormComponent,
|
|
1045
1055
|
MJOutputDeliveryTypeFormComponent,
|
|
1046
|
-
MJOutputFormatTypeFormComponent
|
|
1047
|
-
MJOutputTriggerTypeFormComponent
|
|
1056
|
+
MJOutputFormatTypeFormComponent
|
|
1048
1057
|
],
|
|
1049
1058
|
imports: [
|
|
1050
1059
|
CommonModule,
|
|
@@ -1056,7 +1065,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1056
1065
|
exports: []
|
|
1057
1066
|
}]
|
|
1058
1067
|
}], null, null); })();
|
|
1059
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1068
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJListDetailFormComponent,
|
|
1069
|
+
MJListInvitationFormComponent,
|
|
1060
1070
|
MJListShareFormComponent,
|
|
1061
1071
|
MJListFormComponent,
|
|
1062
1072
|
MJMCPServerConnectionPermissionFormComponent,
|
|
@@ -1074,8 +1084,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1074
1084
|
MJOpenAppInstallHistoryFormComponent,
|
|
1075
1085
|
MJOpenAppFormComponent,
|
|
1076
1086
|
MJOutputDeliveryTypeFormComponent,
|
|
1077
|
-
MJOutputFormatTypeFormComponent,
|
|
1078
|
-
MJOutputTriggerTypeFormComponent], imports: [CommonModule,
|
|
1087
|
+
MJOutputFormatTypeFormComponent], imports: [CommonModule,
|
|
1079
1088
|
FormsModule,
|
|
1080
1089
|
BaseFormsModule,
|
|
1081
1090
|
EntityViewerModule,
|
|
@@ -1093,6 +1102,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1093
1102
|
type: NgModule,
|
|
1094
1103
|
args: [{
|
|
1095
1104
|
declarations: [
|
|
1105
|
+
MJOutputTriggerTypeFormComponent,
|
|
1096
1106
|
MJPermissionDomainFormComponent,
|
|
1097
1107
|
MJProjectFormComponent,
|
|
1098
1108
|
MJPublicLinkFormComponent,
|
|
@@ -1111,8 +1121,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1111
1121
|
MJRecommendationProviderFormComponent,
|
|
1112
1122
|
MJRecommendationRunFormComponent,
|
|
1113
1123
|
MJRecommendationFormComponent,
|
|
1114
|
-
MJRecordChangeReplayRunFormComponent
|
|
1115
|
-
MJRecordChangeFormComponent
|
|
1124
|
+
MJRecordChangeReplayRunFormComponent
|
|
1116
1125
|
],
|
|
1117
1126
|
imports: [
|
|
1118
1127
|
CommonModule,
|
|
@@ -1124,7 +1133,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1124
1133
|
exports: []
|
|
1125
1134
|
}]
|
|
1126
1135
|
}], null, null); })();
|
|
1127
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1136
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJOutputTriggerTypeFormComponent,
|
|
1137
|
+
MJPermissionDomainFormComponent,
|
|
1128
1138
|
MJProjectFormComponent,
|
|
1129
1139
|
MJPublicLinkFormComponent,
|
|
1130
1140
|
MJQueryFormComponent,
|
|
@@ -1142,8 +1152,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1142
1152
|
MJRecommendationProviderFormComponent,
|
|
1143
1153
|
MJRecommendationRunFormComponent,
|
|
1144
1154
|
MJRecommendationFormComponent,
|
|
1145
|
-
MJRecordChangeReplayRunFormComponent,
|
|
1146
|
-
MJRecordChangeFormComponent], imports: [CommonModule,
|
|
1155
|
+
MJRecordChangeReplayRunFormComponent], imports: [CommonModule,
|
|
1147
1156
|
FormsModule,
|
|
1148
1157
|
BaseFormsModule,
|
|
1149
1158
|
EntityViewerModule,
|
|
@@ -1161,6 +1170,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1161
1170
|
type: NgModule,
|
|
1162
1171
|
args: [{
|
|
1163
1172
|
declarations: [
|
|
1173
|
+
MJRecordChangeFormComponent,
|
|
1164
1174
|
MJRecordGeoCodeFormComponent,
|
|
1165
1175
|
MJRecordLinkFormComponent,
|
|
1166
1176
|
MJRecordMergeDeletionLogFormComponent,
|
|
@@ -1179,8 +1189,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1179
1189
|
MJScheduledActionFormComponent,
|
|
1180
1190
|
MJScheduledJobRunFormComponent,
|
|
1181
1191
|
MJScheduledJobTypeFormComponent,
|
|
1182
|
-
MJScheduledJobFormComponent
|
|
1183
|
-
MJSchemaInfoFormComponent
|
|
1192
|
+
MJScheduledJobFormComponent
|
|
1184
1193
|
],
|
|
1185
1194
|
imports: [
|
|
1186
1195
|
CommonModule,
|
|
@@ -1192,7 +1201,8 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1192
1201
|
exports: []
|
|
1193
1202
|
}]
|
|
1194
1203
|
}], null, null); })();
|
|
1195
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1204
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJRecordChangeFormComponent,
|
|
1205
|
+
MJRecordGeoCodeFormComponent,
|
|
1196
1206
|
MJRecordLinkFormComponent,
|
|
1197
1207
|
MJRecordMergeDeletionLogFormComponent,
|
|
1198
1208
|
MJRecordMergeLogFormComponent,
|
|
@@ -1210,8 +1220,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1210
1220
|
MJScheduledActionFormComponent,
|
|
1211
1221
|
MJScheduledJobRunFormComponent,
|
|
1212
1222
|
MJScheduledJobTypeFormComponent,
|
|
1213
|
-
MJScheduledJobFormComponent,
|
|
1214
|
-
MJSchemaInfoFormComponent], imports: [CommonModule,
|
|
1223
|
+
MJScheduledJobFormComponent], imports: [CommonModule,
|
|
1215
1224
|
FormsModule,
|
|
1216
1225
|
BaseFormsModule,
|
|
1217
1226
|
EntityViewerModule,
|
|
@@ -1229,7 +1238,16 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1229
1238
|
type: NgModule,
|
|
1230
1239
|
args: [{
|
|
1231
1240
|
declarations: [
|
|
1241
|
+
MJSchemaInfoFormComponent,
|
|
1242
|
+
MJSearchExecutionLogFormComponent,
|
|
1232
1243
|
MJSearchProviderFormComponent,
|
|
1244
|
+
MJSearchScopeEntityFormComponent,
|
|
1245
|
+
MJSearchScopeExternalIndexFormComponent,
|
|
1246
|
+
MJSearchScopePermissionFormComponent,
|
|
1247
|
+
MJSearchScopeProviderFormComponent,
|
|
1248
|
+
MJSearchScopeStorageAccountFormComponent,
|
|
1249
|
+
MJSearchScopeTestQueryFormComponent,
|
|
1250
|
+
MJSearchScopeFormComponent,
|
|
1233
1251
|
MJSkillFormComponent,
|
|
1234
1252
|
MJSQLDialectFormComponent,
|
|
1235
1253
|
MJStateProvinceFormComponent,
|
|
@@ -1239,16 +1257,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1239
1257
|
MJTagSuggestionFormComponent,
|
|
1240
1258
|
MJTagSynonymFormComponent,
|
|
1241
1259
|
MJTaggedItemFormComponent,
|
|
1242
|
-
MJTagFormComponent
|
|
1243
|
-
MJTaskDependencyFormComponent,
|
|
1244
|
-
MJTaskTypeFormComponent,
|
|
1245
|
-
MJTaskFormComponent,
|
|
1246
|
-
MJTemplateCategoryFormComponent,
|
|
1247
|
-
MJTemplateContentTypeFormComponent,
|
|
1248
|
-
MJTemplateContentFormComponent,
|
|
1249
|
-
MJTemplateParamFormComponent,
|
|
1250
|
-
MJTemplateFormComponent,
|
|
1251
|
-
MJTestRubricFormComponent
|
|
1260
|
+
MJTagFormComponent
|
|
1252
1261
|
],
|
|
1253
1262
|
imports: [
|
|
1254
1263
|
CommonModule,
|
|
@@ -1260,7 +1269,16 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1260
1269
|
exports: []
|
|
1261
1270
|
}]
|
|
1262
1271
|
}], null, null); })();
|
|
1263
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1272
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJSchemaInfoFormComponent,
|
|
1273
|
+
MJSearchExecutionLogFormComponent,
|
|
1274
|
+
MJSearchProviderFormComponent,
|
|
1275
|
+
MJSearchScopeEntityFormComponent,
|
|
1276
|
+
MJSearchScopeExternalIndexFormComponent,
|
|
1277
|
+
MJSearchScopePermissionFormComponent,
|
|
1278
|
+
MJSearchScopeProviderFormComponent,
|
|
1279
|
+
MJSearchScopeStorageAccountFormComponent,
|
|
1280
|
+
MJSearchScopeTestQueryFormComponent,
|
|
1281
|
+
MJSearchScopeFormComponent,
|
|
1264
1282
|
MJSkillFormComponent,
|
|
1265
1283
|
MJSQLDialectFormComponent,
|
|
1266
1284
|
MJStateProvinceFormComponent,
|
|
@@ -1270,16 +1288,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1270
1288
|
MJTagSuggestionFormComponent,
|
|
1271
1289
|
MJTagSynonymFormComponent,
|
|
1272
1290
|
MJTaggedItemFormComponent,
|
|
1273
|
-
MJTagFormComponent,
|
|
1274
|
-
MJTaskDependencyFormComponent,
|
|
1275
|
-
MJTaskTypeFormComponent,
|
|
1276
|
-
MJTaskFormComponent,
|
|
1277
|
-
MJTemplateCategoryFormComponent,
|
|
1278
|
-
MJTemplateContentTypeFormComponent,
|
|
1279
|
-
MJTemplateContentFormComponent,
|
|
1280
|
-
MJTemplateParamFormComponent,
|
|
1281
|
-
MJTemplateFormComponent,
|
|
1282
|
-
MJTestRubricFormComponent], imports: [CommonModule,
|
|
1291
|
+
MJTagFormComponent], imports: [CommonModule,
|
|
1283
1292
|
FormsModule,
|
|
1284
1293
|
BaseFormsModule,
|
|
1285
1294
|
EntityViewerModule,
|
|
@@ -1297,6 +1306,15 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1297
1306
|
type: NgModule,
|
|
1298
1307
|
args: [{
|
|
1299
1308
|
declarations: [
|
|
1309
|
+
MJTaskDependencyFormComponent,
|
|
1310
|
+
MJTaskTypeFormComponent,
|
|
1311
|
+
MJTaskFormComponent,
|
|
1312
|
+
MJTemplateCategoryFormComponent,
|
|
1313
|
+
MJTemplateContentTypeFormComponent,
|
|
1314
|
+
MJTemplateContentFormComponent,
|
|
1315
|
+
MJTemplateParamFormComponent,
|
|
1316
|
+
MJTemplateFormComponent,
|
|
1317
|
+
MJTestRubricFormComponent,
|
|
1300
1318
|
MJTestRunFeedbackFormComponent,
|
|
1301
1319
|
MJTestRunOutputTypeFormComponent,
|
|
1302
1320
|
MJTestRunOutputFormComponent,
|
|
@@ -1307,16 +1325,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1307
1325
|
MJTestTypeFormComponent,
|
|
1308
1326
|
MJTestFormComponent,
|
|
1309
1327
|
MJUserApplicationEntityFormComponent,
|
|
1310
|
-
MJUserApplicationFormComponent
|
|
1311
|
-
MJUserFavoriteFormComponent,
|
|
1312
|
-
MJUserNotificationPreferenceFormComponent,
|
|
1313
|
-
MJUserNotificationTypeFormComponent,
|
|
1314
|
-
MJUserNotificationFormComponent,
|
|
1315
|
-
MJUserRecordLogFormComponent,
|
|
1316
|
-
MJUserRoleFormComponent,
|
|
1317
|
-
MJUserSettingFormComponent,
|
|
1318
|
-
MJUserViewCategoryFormComponent,
|
|
1319
|
-
MJUserViewRunDetailFormComponent
|
|
1328
|
+
MJUserApplicationFormComponent
|
|
1320
1329
|
],
|
|
1321
1330
|
imports: [
|
|
1322
1331
|
CommonModule,
|
|
@@ -1328,7 +1337,16 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1328
1337
|
exports: []
|
|
1329
1338
|
}]
|
|
1330
1339
|
}], null, null); })();
|
|
1331
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1340
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJTaskDependencyFormComponent,
|
|
1341
|
+
MJTaskTypeFormComponent,
|
|
1342
|
+
MJTaskFormComponent,
|
|
1343
|
+
MJTemplateCategoryFormComponent,
|
|
1344
|
+
MJTemplateContentTypeFormComponent,
|
|
1345
|
+
MJTemplateContentFormComponent,
|
|
1346
|
+
MJTemplateParamFormComponent,
|
|
1347
|
+
MJTemplateFormComponent,
|
|
1348
|
+
MJTestRubricFormComponent,
|
|
1349
|
+
MJTestRunFeedbackFormComponent,
|
|
1332
1350
|
MJTestRunOutputTypeFormComponent,
|
|
1333
1351
|
MJTestRunOutputFormComponent,
|
|
1334
1352
|
MJTestRunFormComponent,
|
|
@@ -1338,16 +1356,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1338
1356
|
MJTestTypeFormComponent,
|
|
1339
1357
|
MJTestFormComponent,
|
|
1340
1358
|
MJUserApplicationEntityFormComponent,
|
|
1341
|
-
MJUserApplicationFormComponent,
|
|
1342
|
-
MJUserFavoriteFormComponent,
|
|
1343
|
-
MJUserNotificationPreferenceFormComponent,
|
|
1344
|
-
MJUserNotificationTypeFormComponent,
|
|
1345
|
-
MJUserNotificationFormComponent,
|
|
1346
|
-
MJUserRecordLogFormComponent,
|
|
1347
|
-
MJUserRoleFormComponent,
|
|
1348
|
-
MJUserSettingFormComponent,
|
|
1349
|
-
MJUserViewCategoryFormComponent,
|
|
1350
|
-
MJUserViewRunDetailFormComponent], imports: [CommonModule,
|
|
1359
|
+
MJUserApplicationFormComponent], imports: [CommonModule,
|
|
1351
1360
|
FormsModule,
|
|
1352
1361
|
BaseFormsModule,
|
|
1353
1362
|
EntityViewerModule,
|
|
@@ -1365,6 +1374,15 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1365
1374
|
type: NgModule,
|
|
1366
1375
|
args: [{
|
|
1367
1376
|
declarations: [
|
|
1377
|
+
MJUserFavoriteFormComponent,
|
|
1378
|
+
MJUserNotificationPreferenceFormComponent,
|
|
1379
|
+
MJUserNotificationTypeFormComponent,
|
|
1380
|
+
MJUserNotificationFormComponent,
|
|
1381
|
+
MJUserRecordLogFormComponent,
|
|
1382
|
+
MJUserRoleFormComponent,
|
|
1383
|
+
MJUserSettingFormComponent,
|
|
1384
|
+
MJUserViewCategoryFormComponent,
|
|
1385
|
+
MJUserViewRunDetailFormComponent,
|
|
1368
1386
|
MJUserViewRunFormComponent,
|
|
1369
1387
|
MJUserViewFormComponent,
|
|
1370
1388
|
MJUserFormComponent,
|
|
@@ -1375,10 +1393,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1375
1393
|
MJVersionLabelRestoreFormComponent,
|
|
1376
1394
|
MJVersionLabelFormComponent,
|
|
1377
1395
|
MJWorkflowEngineFormComponent,
|
|
1378
|
-
MJWorkflowRunFormComponent
|
|
1379
|
-
MJWorkflowFormComponent,
|
|
1380
|
-
MJWorkspaceItemFormComponent,
|
|
1381
|
-
MJWorkspaceFormComponent
|
|
1396
|
+
MJWorkflowRunFormComponent
|
|
1382
1397
|
],
|
|
1383
1398
|
imports: [
|
|
1384
1399
|
CommonModule,
|
|
@@ -1390,7 +1405,16 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1390
1405
|
exports: []
|
|
1391
1406
|
}]
|
|
1392
1407
|
}], null, null); })();
|
|
1393
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1408
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJUserFavoriteFormComponent,
|
|
1409
|
+
MJUserNotificationPreferenceFormComponent,
|
|
1410
|
+
MJUserNotificationTypeFormComponent,
|
|
1411
|
+
MJUserNotificationFormComponent,
|
|
1412
|
+
MJUserRecordLogFormComponent,
|
|
1413
|
+
MJUserRoleFormComponent,
|
|
1414
|
+
MJUserSettingFormComponent,
|
|
1415
|
+
MJUserViewCategoryFormComponent,
|
|
1416
|
+
MJUserViewRunDetailFormComponent,
|
|
1417
|
+
MJUserViewRunFormComponent,
|
|
1394
1418
|
MJUserViewFormComponent,
|
|
1395
1419
|
MJUserFormComponent,
|
|
1396
1420
|
MJVectorDatabaseFormComponent,
|
|
@@ -1400,8 +1424,39 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1400
1424
|
MJVersionLabelRestoreFormComponent,
|
|
1401
1425
|
MJVersionLabelFormComponent,
|
|
1402
1426
|
MJWorkflowEngineFormComponent,
|
|
1403
|
-
MJWorkflowRunFormComponent,
|
|
1404
|
-
|
|
1427
|
+
MJWorkflowRunFormComponent], imports: [CommonModule,
|
|
1428
|
+
FormsModule,
|
|
1429
|
+
BaseFormsModule,
|
|
1430
|
+
EntityViewerModule,
|
|
1431
|
+
LinkDirectivesModule] }); })();
|
|
1432
|
+
export class GeneratedForms_SubModule_16 {
|
|
1433
|
+
static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_16)(); }; }
|
|
1434
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
|
|
1435
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1436
|
+
FormsModule,
|
|
1437
|
+
BaseFormsModule,
|
|
1438
|
+
EntityViewerModule,
|
|
1439
|
+
LinkDirectivesModule] }); }
|
|
1440
|
+
}
|
|
1441
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
|
|
1442
|
+
type: NgModule,
|
|
1443
|
+
args: [{
|
|
1444
|
+
declarations: [
|
|
1445
|
+
MJWorkflowFormComponent,
|
|
1446
|
+
MJWorkspaceItemFormComponent,
|
|
1447
|
+
MJWorkspaceFormComponent
|
|
1448
|
+
],
|
|
1449
|
+
imports: [
|
|
1450
|
+
CommonModule,
|
|
1451
|
+
FormsModule,
|
|
1452
|
+
BaseFormsModule,
|
|
1453
|
+
EntityViewerModule,
|
|
1454
|
+
LinkDirectivesModule
|
|
1455
|
+
],
|
|
1456
|
+
exports: []
|
|
1457
|
+
}]
|
|
1458
|
+
}], null, null); })();
|
|
1459
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJWorkflowFormComponent,
|
|
1405
1460
|
MJWorkspaceItemFormComponent,
|
|
1406
1461
|
MJWorkspaceFormComponent], imports: [CommonModule,
|
|
1407
1462
|
FormsModule,
|
|
@@ -1426,7 +1481,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1426
1481
|
GeneratedForms_SubModule_12,
|
|
1427
1482
|
GeneratedForms_SubModule_13,
|
|
1428
1483
|
GeneratedForms_SubModule_14,
|
|
1429
|
-
GeneratedForms_SubModule_15
|
|
1484
|
+
GeneratedForms_SubModule_15,
|
|
1485
|
+
GeneratedForms_SubModule_16] }); }
|
|
1430
1486
|
}
|
|
1431
1487
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1432
1488
|
type: NgModule,
|
|
@@ -1448,9 +1504,10 @@ export class CoreGeneratedFormsModule {
|
|
|
1448
1504
|
GeneratedForms_SubModule_12,
|
|
1449
1505
|
GeneratedForms_SubModule_13,
|
|
1450
1506
|
GeneratedForms_SubModule_14,
|
|
1451
|
-
GeneratedForms_SubModule_15
|
|
1507
|
+
GeneratedForms_SubModule_15,
|
|
1508
|
+
GeneratedForms_SubModule_16
|
|
1452
1509
|
]
|
|
1453
1510
|
}]
|
|
1454
1511
|
}], null, null); })();
|
|
1455
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15] }); })();
|
|
1512
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16] }); })();
|
|
1456
1513
|
//# sourceMappingURL=generated-forms.module.js.map
|