@memberjunction/ng-core-entity-forms 5.24.0 → 5.26.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/Entities/entity-form.component.js +177 -152
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +3 -2
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +260 -233
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +3 -2
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +358 -331
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +2 -1
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +7 -3
- package/dist/lib/custom/custom-forms.module.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 +127 -119
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js +22 -14
- package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +17 -9
- package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +26 -8
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.js +65 -0
- package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +39 -37
- package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js +43 -27
- package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js +109 -0
- package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +54 -18
- package/dist/lib/generated/Entities/MJCredential/mjcredential.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 +335 -297
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +26 -24
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +25 -7
- package/dist/lib/generated/Entities/MJFile/mjfile.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 +84 -10
- package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.js +69 -0
- package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.js +71 -0
- package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.js +91 -0
- package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +48 -12
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js +87 -0
- package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js +91 -0
- package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +130 -112
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js +22 -14
- package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +254 -242
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +167 -116
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +36 -33
|
@@ -82,6 +82,7 @@ import { MJAPIKeyUsageLogFormComponent } from "./Entities/MJAPIKeyUsageLog/mjapi
|
|
|
82
82
|
import { MJAPIKeyFormComponent } from "./Entities/MJAPIKey/mjapikey.form.component";
|
|
83
83
|
import { MJAPIScopeFormComponent } from "./Entities/MJAPIScope/mjapiscope.form.component";
|
|
84
84
|
import { MJApplicationEntityFormComponent } from "./Entities/MJApplicationEntity/mjapplicationentity.form.component";
|
|
85
|
+
import { MJApplicationRoleFormComponent } from "./Entities/MJApplicationRole/mjapplicationrole.form.component";
|
|
85
86
|
import { MJApplicationSettingFormComponent } from "./Entities/MJApplicationSetting/mjapplicationsetting.form.component";
|
|
86
87
|
import { MJApplicationFormComponent } from "./Entities/MJApplication/mjapplication.form.component";
|
|
87
88
|
import { MJArtifactPermissionFormComponent } from "./Entities/MJArtifactPermission/mjartifactpermission.form.component";
|
|
@@ -138,6 +139,7 @@ import { MJConversationDetailAttachmentFormComponent } from "./Entities/MJConver
|
|
|
138
139
|
import { MJConversationDetailRatingFormComponent } from "./Entities/MJConversationDetailRating/mjconversationdetailrating.form.component";
|
|
139
140
|
import { MJConversationDetailFormComponent } from "./Entities/MJConversationDetail/mjconversationdetail.form.component";
|
|
140
141
|
import { MJConversationFormComponent } from "./Entities/MJConversation/mjconversation.form.component";
|
|
142
|
+
import { MJCountryFormComponent } from "./Entities/MJCountry/mjcountry.form.component";
|
|
141
143
|
import { MJCredentialCategoryFormComponent } from "./Entities/MJCredentialCategory/mjcredentialcategory.form.component";
|
|
142
144
|
import { MJCredentialTypeFormComponent } from "./Entities/MJCredentialType/mjcredentialtype.form.component";
|
|
143
145
|
import { MJCredentialFormComponent } from "./Entities/MJCredential/mjcredential.form.component";
|
|
@@ -190,11 +192,13 @@ import { MJErrorLogFormComponent } from "./Entities/MJErrorLog/mjerrorlog.form.c
|
|
|
190
192
|
import { MJExplorerNavigationItemFormComponent } from "./Entities/MJExplorerNavigationItem/mjexplorernavigationitem.form.component";
|
|
191
193
|
import { MJFileCategoryFormComponent } from "./Entities/MJFileCategory/mjfilecategory.form.component";
|
|
192
194
|
import { MJFileEntityRecordLinkFormComponent } from "./Entities/MJFileEntityRecordLink/mjfileentityrecordlink.form.component";
|
|
195
|
+
import { MJFileStorageAccountPermissionFormComponent } from "./Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component";
|
|
193
196
|
import { MJFileStorageAccountFormComponent } from "./Entities/MJFileStorageAccount/mjfilestorageaccount.form.component";
|
|
194
197
|
import { MJFileStorageProviderFormComponent } from "./Entities/MJFileStorageProvider/mjfilestorageprovider.form.component";
|
|
195
198
|
import { MJFileFormComponent } from "./Entities/MJFile/mjfile.form.component";
|
|
196
199
|
import { MJGeneratedCodeCategoryFormComponent } from "./Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component";
|
|
197
200
|
import { MJGeneratedCodeFormComponent } from "./Entities/MJGeneratedCode/mjgeneratedcode.form.component";
|
|
201
|
+
import { MJInstanceConfigurationFormComponent } from "./Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component";
|
|
198
202
|
import { MJIntegrationObjectFieldFormComponent } from "./Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component";
|
|
199
203
|
import { MJIntegrationObjectFormComponent } from "./Entities/MJIntegrationObject/mjintegrationobject.form.component";
|
|
200
204
|
import { MJIntegrationSourceTypeFormComponent } from "./Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component";
|
|
@@ -243,6 +247,7 @@ import { MJRecommendationRunFormComponent } from "./Entities/MJRecommendationRun
|
|
|
243
247
|
import { MJRecommendationFormComponent } from "./Entities/MJRecommendation/mjrecommendation.form.component";
|
|
244
248
|
import { MJRecordChangeReplayRunFormComponent } from "./Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component";
|
|
245
249
|
import { MJRecordChangeFormComponent } from "./Entities/MJRecordChange/mjrecordchange.form.component";
|
|
250
|
+
import { MJRecordGeoCodeFormComponent } from "./Entities/MJRecordGeoCode/mjrecordgeocode.form.component";
|
|
246
251
|
import { MJRecordLinkFormComponent } from "./Entities/MJRecordLink/mjrecordlink.form.component";
|
|
247
252
|
import { MJRecordMergeDeletionLogFormComponent } from "./Entities/MJRecordMergeDeletionLog/mjrecordmergedeletionlog.form.component";
|
|
248
253
|
import { MJRecordMergeLogFormComponent } from "./Entities/MJRecordMergeLog/mjrecordmergelog.form.component";
|
|
@@ -262,8 +267,10 @@ import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjs
|
|
|
262
267
|
import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
|
|
263
268
|
import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
|
|
264
269
|
import { MJSchemaInfoFormComponent } from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
|
|
270
|
+
import { MJSearchProviderFormComponent } from "./Entities/MJSearchProvider/mjsearchprovider.form.component";
|
|
265
271
|
import { MJSkillFormComponent } from "./Entities/MJSkill/mjskill.form.component";
|
|
266
272
|
import { MJSQLDialectFormComponent } from "./Entities/MJSQLDialect/mjsqldialect.form.component";
|
|
273
|
+
import { MJStateProvinceFormComponent } from "./Entities/MJStateProvince/mjstateprovince.form.component";
|
|
267
274
|
import { MJTagAuditLogFormComponent } from "./Entities/MJTagAuditLog/mjtagauditlog.form.component";
|
|
268
275
|
import { MJTagCoOccurrenceFormComponent } from "./Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component";
|
|
269
276
|
import { MJTaggedItemFormComponent } from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
|
|
@@ -539,6 +546,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
539
546
|
MJAPIKeyFormComponent,
|
|
540
547
|
MJAPIScopeFormComponent,
|
|
541
548
|
MJApplicationEntityFormComponent,
|
|
549
|
+
MJApplicationRoleFormComponent,
|
|
542
550
|
MJApplicationSettingFormComponent,
|
|
543
551
|
MJApplicationFormComponent,
|
|
544
552
|
MJArtifactPermissionFormComponent,
|
|
@@ -548,8 +556,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
548
556
|
MJArtifactVersionFormComponent,
|
|
549
557
|
MJArtifactFormComponent,
|
|
550
558
|
MJAuditLogTypeFormComponent,
|
|
551
|
-
MJAuditLogFormComponent
|
|
552
|
-
MJAuthorizationRoleFormComponent
|
|
559
|
+
MJAuditLogFormComponent
|
|
553
560
|
],
|
|
554
561
|
imports: [
|
|
555
562
|
CommonModule,
|
|
@@ -570,6 +577,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
570
577
|
MJAPIKeyFormComponent,
|
|
571
578
|
MJAPIScopeFormComponent,
|
|
572
579
|
MJApplicationEntityFormComponent,
|
|
580
|
+
MJApplicationRoleFormComponent,
|
|
573
581
|
MJApplicationSettingFormComponent,
|
|
574
582
|
MJApplicationFormComponent,
|
|
575
583
|
MJArtifactPermissionFormComponent,
|
|
@@ -579,8 +587,7 @@ export class GeneratedForms_SubModule_3 {
|
|
|
579
587
|
MJArtifactVersionFormComponent,
|
|
580
588
|
MJArtifactFormComponent,
|
|
581
589
|
MJAuditLogTypeFormComponent,
|
|
582
|
-
MJAuditLogFormComponent,
|
|
583
|
-
MJAuthorizationRoleFormComponent], imports: [CommonModule,
|
|
590
|
+
MJAuditLogFormComponent], imports: [CommonModule,
|
|
584
591
|
FormsModule,
|
|
585
592
|
BaseFormsModule,
|
|
586
593
|
EntityViewerModule,
|
|
@@ -599,6 +606,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
599
606
|
type: NgModule,
|
|
600
607
|
args: [{
|
|
601
608
|
declarations: [
|
|
609
|
+
MJAuthorizationRoleFormComponent,
|
|
602
610
|
MJAuthorizationFormComponent,
|
|
603
611
|
MJCollectionArtifactFormComponent,
|
|
604
612
|
MJCollectionPermissionFormComponent,
|
|
@@ -617,8 +625,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
617
625
|
MJCompanyIntegrationRunFormComponent,
|
|
618
626
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
619
627
|
MJCompanyIntegrationFormComponent,
|
|
620
|
-
MJComponentDependencyFormComponent
|
|
621
|
-
MJComponentLibraryFormComponent
|
|
628
|
+
MJComponentDependencyFormComponent
|
|
622
629
|
],
|
|
623
630
|
imports: [
|
|
624
631
|
CommonModule,
|
|
@@ -631,7 +638,8 @@ export class GeneratedForms_SubModule_4 {
|
|
|
631
638
|
exports: []
|
|
632
639
|
}]
|
|
633
640
|
}], null, null); })();
|
|
634
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [
|
|
641
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAuthorizationRoleFormComponent,
|
|
642
|
+
MJAuthorizationFormComponent,
|
|
635
643
|
MJCollectionArtifactFormComponent,
|
|
636
644
|
MJCollectionPermissionFormComponent,
|
|
637
645
|
MJCollectionFormComponent,
|
|
@@ -649,8 +657,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
649
657
|
MJCompanyIntegrationRunFormComponent,
|
|
650
658
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
651
659
|
MJCompanyIntegrationFormComponent,
|
|
652
|
-
MJComponentDependencyFormComponent,
|
|
653
|
-
MJComponentLibraryFormComponent], imports: [CommonModule,
|
|
660
|
+
MJComponentDependencyFormComponent], imports: [CommonModule,
|
|
654
661
|
FormsModule,
|
|
655
662
|
BaseFormsModule,
|
|
656
663
|
EntityViewerModule,
|
|
@@ -669,6 +676,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
669
676
|
type: NgModule,
|
|
670
677
|
args: [{
|
|
671
678
|
declarations: [
|
|
679
|
+
MJComponentLibraryFormComponent,
|
|
672
680
|
MJComponentLibraryLinkFormComponent,
|
|
673
681
|
MJComponentRegistryFormComponent,
|
|
674
682
|
MJComponentFormComponent,
|
|
@@ -687,8 +695,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
687
695
|
MJContentTypeAttributeFormComponent,
|
|
688
696
|
MJContentTypeFormComponent,
|
|
689
697
|
MJConversationArtifactPermissionFormComponent,
|
|
690
|
-
MJConversationArtifactVersionFormComponent
|
|
691
|
-
MJConversationArtifactFormComponent
|
|
698
|
+
MJConversationArtifactVersionFormComponent
|
|
692
699
|
],
|
|
693
700
|
imports: [
|
|
694
701
|
CommonModule,
|
|
@@ -700,7 +707,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
700
707
|
exports: []
|
|
701
708
|
}]
|
|
702
709
|
}], null, null); })();
|
|
703
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [
|
|
710
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJComponentLibraryFormComponent,
|
|
711
|
+
MJComponentLibraryLinkFormComponent,
|
|
704
712
|
MJComponentRegistryFormComponent,
|
|
705
713
|
MJComponentFormComponent,
|
|
706
714
|
MJContentFileTypeFormComponent,
|
|
@@ -718,8 +726,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
718
726
|
MJContentTypeAttributeFormComponent,
|
|
719
727
|
MJContentTypeFormComponent,
|
|
720
728
|
MJConversationArtifactPermissionFormComponent,
|
|
721
|
-
MJConversationArtifactVersionFormComponent,
|
|
722
|
-
MJConversationArtifactFormComponent], imports: [CommonModule,
|
|
729
|
+
MJConversationArtifactVersionFormComponent], imports: [CommonModule,
|
|
723
730
|
FormsModule,
|
|
724
731
|
BaseFormsModule,
|
|
725
732
|
EntityViewerModule,
|
|
@@ -737,11 +744,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
737
744
|
type: NgModule,
|
|
738
745
|
args: [{
|
|
739
746
|
declarations: [
|
|
747
|
+
MJConversationArtifactFormComponent,
|
|
740
748
|
MJConversationDetailArtifactFormComponent,
|
|
741
749
|
MJConversationDetailAttachmentFormComponent,
|
|
742
750
|
MJConversationDetailRatingFormComponent,
|
|
743
751
|
MJConversationDetailFormComponent,
|
|
744
752
|
MJConversationFormComponent,
|
|
753
|
+
MJCountryFormComponent,
|
|
745
754
|
MJCredentialCategoryFormComponent,
|
|
746
755
|
MJCredentialTypeFormComponent,
|
|
747
756
|
MJCredentialFormComponent,
|
|
@@ -754,9 +763,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
754
763
|
MJDashboardUserStateFormComponent,
|
|
755
764
|
MJDashboardFormComponent,
|
|
756
765
|
MJDataContextItemFormComponent,
|
|
757
|
-
MJDataContextFormComponent
|
|
758
|
-
MJDatasetItemFormComponent,
|
|
759
|
-
MJDatasetFormComponent
|
|
766
|
+
MJDataContextFormComponent
|
|
760
767
|
],
|
|
761
768
|
imports: [
|
|
762
769
|
CommonModule,
|
|
@@ -768,11 +775,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
768
775
|
exports: []
|
|
769
776
|
}]
|
|
770
777
|
}], null, null); })();
|
|
771
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
778
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJConversationArtifactFormComponent,
|
|
779
|
+
MJConversationDetailArtifactFormComponent,
|
|
772
780
|
MJConversationDetailAttachmentFormComponent,
|
|
773
781
|
MJConversationDetailRatingFormComponent,
|
|
774
782
|
MJConversationDetailFormComponent,
|
|
775
783
|
MJConversationFormComponent,
|
|
784
|
+
MJCountryFormComponent,
|
|
776
785
|
MJCredentialCategoryFormComponent,
|
|
777
786
|
MJCredentialTypeFormComponent,
|
|
778
787
|
MJCredentialFormComponent,
|
|
@@ -785,9 +794,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
785
794
|
MJDashboardUserStateFormComponent,
|
|
786
795
|
MJDashboardFormComponent,
|
|
787
796
|
MJDataContextItemFormComponent,
|
|
788
|
-
MJDataContextFormComponent,
|
|
789
|
-
MJDatasetItemFormComponent,
|
|
790
|
-
MJDatasetFormComponent], imports: [CommonModule,
|
|
797
|
+
MJDataContextFormComponent], imports: [CommonModule,
|
|
791
798
|
FormsModule,
|
|
792
799
|
BaseFormsModule,
|
|
793
800
|
EntityViewerModule,
|
|
@@ -805,6 +812,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
805
812
|
type: NgModule,
|
|
806
813
|
args: [{
|
|
807
814
|
declarations: [
|
|
815
|
+
MJDatasetItemFormComponent,
|
|
816
|
+
MJDatasetFormComponent,
|
|
808
817
|
MJDuplicateRunDetailMatchFormComponent,
|
|
809
818
|
MJDuplicateRunDetailFormComponent,
|
|
810
819
|
MJDuplicateRunFormComponent,
|
|
@@ -822,9 +831,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
822
831
|
MJEntityActionParamFormComponent,
|
|
823
832
|
MJEntityActionFormComponent,
|
|
824
833
|
MJEntityAIActionFormComponent,
|
|
825
|
-
MJEntityCommunicationFieldFormComponent
|
|
826
|
-
MJEntityCommunicationMessageTypeFormComponent,
|
|
827
|
-
MJEntityDocumentRunFormComponent
|
|
834
|
+
MJEntityCommunicationFieldFormComponent
|
|
828
835
|
],
|
|
829
836
|
imports: [
|
|
830
837
|
CommonModule,
|
|
@@ -836,7 +843,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
836
843
|
exports: []
|
|
837
844
|
}]
|
|
838
845
|
}], null, null); })();
|
|
839
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
846
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJDatasetItemFormComponent,
|
|
847
|
+
MJDatasetFormComponent,
|
|
848
|
+
MJDuplicateRunDetailMatchFormComponent,
|
|
840
849
|
MJDuplicateRunDetailFormComponent,
|
|
841
850
|
MJDuplicateRunFormComponent,
|
|
842
851
|
MJEmployeeCompanyIntegrationFormComponent,
|
|
@@ -853,9 +862,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
853
862
|
MJEntityActionParamFormComponent,
|
|
854
863
|
MJEntityActionFormComponent,
|
|
855
864
|
MJEntityAIActionFormComponent,
|
|
856
|
-
MJEntityCommunicationFieldFormComponent,
|
|
857
|
-
MJEntityCommunicationMessageTypeFormComponent,
|
|
858
|
-
MJEntityDocumentRunFormComponent], imports: [CommonModule,
|
|
865
|
+
MJEntityCommunicationFieldFormComponent], imports: [CommonModule,
|
|
859
866
|
FormsModule,
|
|
860
867
|
BaseFormsModule,
|
|
861
868
|
EntityViewerModule,
|
|
@@ -873,6 +880,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
873
880
|
type: NgModule,
|
|
874
881
|
args: [{
|
|
875
882
|
declarations: [
|
|
883
|
+
MJEntityCommunicationMessageTypeFormComponent,
|
|
884
|
+
MJEntityDocumentRunFormComponent,
|
|
876
885
|
MJEntityDocumentSettingFormComponent,
|
|
877
886
|
MJEntityDocumentTypeFormComponent,
|
|
878
887
|
MJEntityDocumentFormComponent,
|
|
@@ -890,9 +899,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
890
899
|
MJExplorerNavigationItemFormComponent,
|
|
891
900
|
MJFileCategoryFormComponent,
|
|
892
901
|
MJFileEntityRecordLinkFormComponent,
|
|
893
|
-
|
|
894
|
-
MJFileStorageProviderFormComponent,
|
|
895
|
-
MJFileFormComponent
|
|
902
|
+
MJFileStorageAccountPermissionFormComponent
|
|
896
903
|
],
|
|
897
904
|
imports: [
|
|
898
905
|
CommonModule,
|
|
@@ -904,7 +911,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
904
911
|
exports: []
|
|
905
912
|
}]
|
|
906
913
|
}], null, null); })();
|
|
907
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
914
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityCommunicationMessageTypeFormComponent,
|
|
915
|
+
MJEntityDocumentRunFormComponent,
|
|
916
|
+
MJEntityDocumentSettingFormComponent,
|
|
908
917
|
MJEntityDocumentTypeFormComponent,
|
|
909
918
|
MJEntityDocumentFormComponent,
|
|
910
919
|
MJEntityFieldValueFormComponent,
|
|
@@ -921,9 +930,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
921
930
|
MJExplorerNavigationItemFormComponent,
|
|
922
931
|
MJFileCategoryFormComponent,
|
|
923
932
|
MJFileEntityRecordLinkFormComponent,
|
|
924
|
-
|
|
925
|
-
MJFileStorageProviderFormComponent,
|
|
926
|
-
MJFileFormComponent], imports: [CommonModule,
|
|
933
|
+
MJFileStorageAccountPermissionFormComponent], imports: [CommonModule,
|
|
927
934
|
FormsModule,
|
|
928
935
|
BaseFormsModule,
|
|
929
936
|
EntityViewerModule,
|
|
@@ -941,8 +948,12 @@ export class GeneratedForms_SubModule_9 {
|
|
|
941
948
|
type: NgModule,
|
|
942
949
|
args: [{
|
|
943
950
|
declarations: [
|
|
951
|
+
MJFileStorageAccountFormComponent,
|
|
952
|
+
MJFileStorageProviderFormComponent,
|
|
953
|
+
MJFileFormComponent,
|
|
944
954
|
MJGeneratedCodeCategoryFormComponent,
|
|
945
955
|
MJGeneratedCodeFormComponent,
|
|
956
|
+
MJInstanceConfigurationFormComponent,
|
|
946
957
|
MJIntegrationObjectFieldFormComponent,
|
|
947
958
|
MJIntegrationObjectFormComponent,
|
|
948
959
|
MJIntegrationSourceTypeFormComponent,
|
|
@@ -956,11 +967,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
956
967
|
MJListInvitationFormComponent,
|
|
957
968
|
MJListShareFormComponent,
|
|
958
969
|
MJListFormComponent,
|
|
959
|
-
MJMCPServerConnectionPermissionFormComponent
|
|
960
|
-
MJMCPServerConnectionToolFormComponent,
|
|
961
|
-
MJMCPServerConnectionFormComponent,
|
|
962
|
-
MJMCPServerToolFormComponent,
|
|
963
|
-
MJMCPServerFormComponent
|
|
970
|
+
MJMCPServerConnectionPermissionFormComponent
|
|
964
971
|
],
|
|
965
972
|
imports: [
|
|
966
973
|
CommonModule,
|
|
@@ -972,8 +979,12 @@ export class GeneratedForms_SubModule_9 {
|
|
|
972
979
|
exports: []
|
|
973
980
|
}]
|
|
974
981
|
}], null, null); })();
|
|
975
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
982
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJFileStorageAccountFormComponent,
|
|
983
|
+
MJFileStorageProviderFormComponent,
|
|
984
|
+
MJFileFormComponent,
|
|
985
|
+
MJGeneratedCodeCategoryFormComponent,
|
|
976
986
|
MJGeneratedCodeFormComponent,
|
|
987
|
+
MJInstanceConfigurationFormComponent,
|
|
977
988
|
MJIntegrationObjectFieldFormComponent,
|
|
978
989
|
MJIntegrationObjectFormComponent,
|
|
979
990
|
MJIntegrationSourceTypeFormComponent,
|
|
@@ -987,11 +998,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
987
998
|
MJListInvitationFormComponent,
|
|
988
999
|
MJListShareFormComponent,
|
|
989
1000
|
MJListFormComponent,
|
|
990
|
-
MJMCPServerConnectionPermissionFormComponent,
|
|
991
|
-
MJMCPServerConnectionToolFormComponent,
|
|
992
|
-
MJMCPServerConnectionFormComponent,
|
|
993
|
-
MJMCPServerToolFormComponent,
|
|
994
|
-
MJMCPServerFormComponent], imports: [CommonModule,
|
|
1001
|
+
MJMCPServerConnectionPermissionFormComponent], imports: [CommonModule,
|
|
995
1002
|
FormsModule,
|
|
996
1003
|
BaseFormsModule,
|
|
997
1004
|
EntityViewerModule,
|
|
@@ -1009,6 +1016,10 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1009
1016
|
type: NgModule,
|
|
1010
1017
|
args: [{
|
|
1011
1018
|
declarations: [
|
|
1019
|
+
MJMCPServerConnectionToolFormComponent,
|
|
1020
|
+
MJMCPServerConnectionFormComponent,
|
|
1021
|
+
MJMCPServerToolFormComponent,
|
|
1022
|
+
MJMCPServerFormComponent,
|
|
1012
1023
|
MJMCPToolExecutionLogFormComponent,
|
|
1013
1024
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1014
1025
|
MJOAuthAuthorizationStateFormComponent,
|
|
@@ -1024,11 +1035,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1024
1035
|
MJPublicLinkFormComponent,
|
|
1025
1036
|
MJQueryFormComponent,
|
|
1026
1037
|
MJQueryCategoryFormComponent,
|
|
1027
|
-
MJQueryDependencyFormComponent
|
|
1028
|
-
MJQueryEntityFormComponent,
|
|
1029
|
-
MJQueryFieldFormComponent,
|
|
1030
|
-
MJQueryParameterFormComponent,
|
|
1031
|
-
MJQueryPermissionFormComponent
|
|
1038
|
+
MJQueryDependencyFormComponent
|
|
1032
1039
|
],
|
|
1033
1040
|
imports: [
|
|
1034
1041
|
CommonModule,
|
|
@@ -1040,7 +1047,11 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1040
1047
|
exports: []
|
|
1041
1048
|
}]
|
|
1042
1049
|
}], null, null); })();
|
|
1043
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1050
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJMCPServerConnectionToolFormComponent,
|
|
1051
|
+
MJMCPServerConnectionFormComponent,
|
|
1052
|
+
MJMCPServerToolFormComponent,
|
|
1053
|
+
MJMCPServerFormComponent,
|
|
1054
|
+
MJMCPToolExecutionLogFormComponent,
|
|
1044
1055
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1045
1056
|
MJOAuthAuthorizationStateFormComponent,
|
|
1046
1057
|
MJOAuthClientRegistrationFormComponent,
|
|
@@ -1055,11 +1066,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1055
1066
|
MJPublicLinkFormComponent,
|
|
1056
1067
|
MJQueryFormComponent,
|
|
1057
1068
|
MJQueryCategoryFormComponent,
|
|
1058
|
-
MJQueryDependencyFormComponent,
|
|
1059
|
-
MJQueryEntityFormComponent,
|
|
1060
|
-
MJQueryFieldFormComponent,
|
|
1061
|
-
MJQueryParameterFormComponent,
|
|
1062
|
-
MJQueryPermissionFormComponent], imports: [CommonModule,
|
|
1069
|
+
MJQueryDependencyFormComponent], imports: [CommonModule,
|
|
1063
1070
|
FormsModule,
|
|
1064
1071
|
BaseFormsModule,
|
|
1065
1072
|
EntityViewerModule,
|
|
@@ -1077,6 +1084,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1077
1084
|
type: NgModule,
|
|
1078
1085
|
args: [{
|
|
1079
1086
|
declarations: [
|
|
1087
|
+
MJQueryEntityFormComponent,
|
|
1088
|
+
MJQueryFieldFormComponent,
|
|
1089
|
+
MJQueryParameterFormComponent,
|
|
1090
|
+
MJQueryPermissionFormComponent,
|
|
1080
1091
|
MJQuerySQLFormComponent,
|
|
1081
1092
|
MJQueueTaskFormComponent,
|
|
1082
1093
|
MJQueueTypeFormComponent,
|
|
@@ -1087,16 +1098,12 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1087
1098
|
MJRecommendationFormComponent,
|
|
1088
1099
|
MJRecordChangeReplayRunFormComponent,
|
|
1089
1100
|
MJRecordChangeFormComponent,
|
|
1101
|
+
MJRecordGeoCodeFormComponent,
|
|
1090
1102
|
MJRecordLinkFormComponent,
|
|
1091
1103
|
MJRecordMergeDeletionLogFormComponent,
|
|
1092
1104
|
MJRecordMergeLogFormComponent,
|
|
1093
1105
|
MJReportCategoryFormComponent,
|
|
1094
|
-
MJReportSnapshotFormComponent
|
|
1095
|
-
MJReportUserStateFormComponent,
|
|
1096
|
-
MJReportVersionFormComponent,
|
|
1097
|
-
MJReportFormComponent,
|
|
1098
|
-
MJResourceLinkFormComponent,
|
|
1099
|
-
MJResourcePermissionFormComponent
|
|
1106
|
+
MJReportSnapshotFormComponent
|
|
1100
1107
|
],
|
|
1101
1108
|
imports: [
|
|
1102
1109
|
CommonModule,
|
|
@@ -1108,7 +1115,11 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1108
1115
|
exports: []
|
|
1109
1116
|
}]
|
|
1110
1117
|
}], null, null); })();
|
|
1111
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1118
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJQueryEntityFormComponent,
|
|
1119
|
+
MJQueryFieldFormComponent,
|
|
1120
|
+
MJQueryParameterFormComponent,
|
|
1121
|
+
MJQueryPermissionFormComponent,
|
|
1122
|
+
MJQuerySQLFormComponent,
|
|
1112
1123
|
MJQueueTaskFormComponent,
|
|
1113
1124
|
MJQueueTypeFormComponent,
|
|
1114
1125
|
MJQueueFormComponent,
|
|
@@ -1118,16 +1129,12 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1118
1129
|
MJRecommendationFormComponent,
|
|
1119
1130
|
MJRecordChangeReplayRunFormComponent,
|
|
1120
1131
|
MJRecordChangeFormComponent,
|
|
1132
|
+
MJRecordGeoCodeFormComponent,
|
|
1121
1133
|
MJRecordLinkFormComponent,
|
|
1122
1134
|
MJRecordMergeDeletionLogFormComponent,
|
|
1123
1135
|
MJRecordMergeLogFormComponent,
|
|
1124
1136
|
MJReportCategoryFormComponent,
|
|
1125
|
-
MJReportSnapshotFormComponent,
|
|
1126
|
-
MJReportUserStateFormComponent,
|
|
1127
|
-
MJReportVersionFormComponent,
|
|
1128
|
-
MJReportFormComponent,
|
|
1129
|
-
MJResourceLinkFormComponent,
|
|
1130
|
-
MJResourcePermissionFormComponent], imports: [CommonModule,
|
|
1137
|
+
MJReportSnapshotFormComponent], imports: [CommonModule,
|
|
1131
1138
|
FormsModule,
|
|
1132
1139
|
BaseFormsModule,
|
|
1133
1140
|
EntityViewerModule,
|
|
@@ -1145,6 +1152,11 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1145
1152
|
type: NgModule,
|
|
1146
1153
|
args: [{
|
|
1147
1154
|
declarations: [
|
|
1155
|
+
MJReportUserStateFormComponent,
|
|
1156
|
+
MJReportVersionFormComponent,
|
|
1157
|
+
MJReportFormComponent,
|
|
1158
|
+
MJResourceLinkFormComponent,
|
|
1159
|
+
MJResourcePermissionFormComponent,
|
|
1148
1160
|
MJResourceTypeFormComponent,
|
|
1149
1161
|
MJRoleFormComponent,
|
|
1150
1162
|
MJRowLevelSecurityFilterFormComponent,
|
|
@@ -1154,17 +1166,12 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1154
1166
|
MJScheduledJobTypeFormComponent,
|
|
1155
1167
|
MJScheduledJobFormComponent,
|
|
1156
1168
|
MJSchemaInfoFormComponent,
|
|
1169
|
+
MJSearchProviderFormComponent,
|
|
1157
1170
|
MJSkillFormComponent,
|
|
1158
1171
|
MJSQLDialectFormComponent,
|
|
1172
|
+
MJStateProvinceFormComponent,
|
|
1159
1173
|
MJTagAuditLogFormComponent,
|
|
1160
|
-
MJTagCoOccurrenceFormComponent
|
|
1161
|
-
MJTaggedItemFormComponent,
|
|
1162
|
-
MJTagFormComponent,
|
|
1163
|
-
MJTaskDependencyFormComponent,
|
|
1164
|
-
MJTaskTypeFormComponent,
|
|
1165
|
-
MJTaskFormComponent,
|
|
1166
|
-
MJTemplateCategoryFormComponent,
|
|
1167
|
-
MJTemplateContentTypeFormComponent
|
|
1174
|
+
MJTagCoOccurrenceFormComponent
|
|
1168
1175
|
],
|
|
1169
1176
|
imports: [
|
|
1170
1177
|
CommonModule,
|
|
@@ -1176,7 +1183,12 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1176
1183
|
exports: []
|
|
1177
1184
|
}]
|
|
1178
1185
|
}], null, null); })();
|
|
1179
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1186
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJReportUserStateFormComponent,
|
|
1187
|
+
MJReportVersionFormComponent,
|
|
1188
|
+
MJReportFormComponent,
|
|
1189
|
+
MJResourceLinkFormComponent,
|
|
1190
|
+
MJResourcePermissionFormComponent,
|
|
1191
|
+
MJResourceTypeFormComponent,
|
|
1180
1192
|
MJRoleFormComponent,
|
|
1181
1193
|
MJRowLevelSecurityFilterFormComponent,
|
|
1182
1194
|
MJScheduledActionParamFormComponent,
|
|
@@ -1185,17 +1197,12 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1185
1197
|
MJScheduledJobTypeFormComponent,
|
|
1186
1198
|
MJScheduledJobFormComponent,
|
|
1187
1199
|
MJSchemaInfoFormComponent,
|
|
1200
|
+
MJSearchProviderFormComponent,
|
|
1188
1201
|
MJSkillFormComponent,
|
|
1189
1202
|
MJSQLDialectFormComponent,
|
|
1203
|
+
MJStateProvinceFormComponent,
|
|
1190
1204
|
MJTagAuditLogFormComponent,
|
|
1191
|
-
MJTagCoOccurrenceFormComponent,
|
|
1192
|
-
MJTaggedItemFormComponent,
|
|
1193
|
-
MJTagFormComponent,
|
|
1194
|
-
MJTaskDependencyFormComponent,
|
|
1195
|
-
MJTaskTypeFormComponent,
|
|
1196
|
-
MJTaskFormComponent,
|
|
1197
|
-
MJTemplateCategoryFormComponent,
|
|
1198
|
-
MJTemplateContentTypeFormComponent], imports: [CommonModule,
|
|
1205
|
+
MJTagCoOccurrenceFormComponent], imports: [CommonModule,
|
|
1199
1206
|
FormsModule,
|
|
1200
1207
|
BaseFormsModule,
|
|
1201
1208
|
EntityViewerModule,
|
|
@@ -1213,6 +1220,13 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1213
1220
|
type: NgModule,
|
|
1214
1221
|
args: [{
|
|
1215
1222
|
declarations: [
|
|
1223
|
+
MJTaggedItemFormComponent,
|
|
1224
|
+
MJTagFormComponent,
|
|
1225
|
+
MJTaskDependencyFormComponent,
|
|
1226
|
+
MJTaskTypeFormComponent,
|
|
1227
|
+
MJTaskFormComponent,
|
|
1228
|
+
MJTemplateCategoryFormComponent,
|
|
1229
|
+
MJTemplateContentTypeFormComponent,
|
|
1216
1230
|
MJTemplateContentFormComponent,
|
|
1217
1231
|
MJTemplateParamFormComponent,
|
|
1218
1232
|
MJTemplateFormComponent,
|
|
@@ -1225,14 +1239,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1225
1239
|
MJTestSuiteTestFormComponent,
|
|
1226
1240
|
MJTestSuiteFormComponent,
|
|
1227
1241
|
MJTestTypeFormComponent,
|
|
1228
|
-
MJTestFormComponent
|
|
1229
|
-
MJUserApplicationEntityFormComponent,
|
|
1230
|
-
MJUserApplicationFormComponent,
|
|
1231
|
-
MJUserFavoriteFormComponent,
|
|
1232
|
-
MJUserNotificationPreferenceFormComponent,
|
|
1233
|
-
MJUserNotificationTypeFormComponent,
|
|
1234
|
-
MJUserNotificationFormComponent,
|
|
1235
|
-
MJUserRecordLogFormComponent
|
|
1242
|
+
MJTestFormComponent
|
|
1236
1243
|
],
|
|
1237
1244
|
imports: [
|
|
1238
1245
|
CommonModule,
|
|
@@ -1244,7 +1251,14 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1244
1251
|
exports: []
|
|
1245
1252
|
}]
|
|
1246
1253
|
}], null, null); })();
|
|
1247
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1254
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJTaggedItemFormComponent,
|
|
1255
|
+
MJTagFormComponent,
|
|
1256
|
+
MJTaskDependencyFormComponent,
|
|
1257
|
+
MJTaskTypeFormComponent,
|
|
1258
|
+
MJTaskFormComponent,
|
|
1259
|
+
MJTemplateCategoryFormComponent,
|
|
1260
|
+
MJTemplateContentTypeFormComponent,
|
|
1261
|
+
MJTemplateContentFormComponent,
|
|
1248
1262
|
MJTemplateParamFormComponent,
|
|
1249
1263
|
MJTemplateFormComponent,
|
|
1250
1264
|
MJTestRubricFormComponent,
|
|
@@ -1256,14 +1270,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1256
1270
|
MJTestSuiteTestFormComponent,
|
|
1257
1271
|
MJTestSuiteFormComponent,
|
|
1258
1272
|
MJTestTypeFormComponent,
|
|
1259
|
-
MJTestFormComponent,
|
|
1260
|
-
MJUserApplicationEntityFormComponent,
|
|
1261
|
-
MJUserApplicationFormComponent,
|
|
1262
|
-
MJUserFavoriteFormComponent,
|
|
1263
|
-
MJUserNotificationPreferenceFormComponent,
|
|
1264
|
-
MJUserNotificationTypeFormComponent,
|
|
1265
|
-
MJUserNotificationFormComponent,
|
|
1266
|
-
MJUserRecordLogFormComponent], imports: [CommonModule,
|
|
1273
|
+
MJTestFormComponent], imports: [CommonModule,
|
|
1267
1274
|
FormsModule,
|
|
1268
1275
|
BaseFormsModule,
|
|
1269
1276
|
EntityViewerModule,
|
|
@@ -1281,6 +1288,13 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1281
1288
|
type: NgModule,
|
|
1282
1289
|
args: [{
|
|
1283
1290
|
declarations: [
|
|
1291
|
+
MJUserApplicationEntityFormComponent,
|
|
1292
|
+
MJUserApplicationFormComponent,
|
|
1293
|
+
MJUserFavoriteFormComponent,
|
|
1294
|
+
MJUserNotificationPreferenceFormComponent,
|
|
1295
|
+
MJUserNotificationTypeFormComponent,
|
|
1296
|
+
MJUserNotificationFormComponent,
|
|
1297
|
+
MJUserRecordLogFormComponent,
|
|
1284
1298
|
MJUserRoleFormComponent,
|
|
1285
1299
|
MJUserSettingFormComponent,
|
|
1286
1300
|
MJUserViewCategoryFormComponent,
|
|
@@ -1293,12 +1307,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1293
1307
|
MJVersionInstallationFormComponent,
|
|
1294
1308
|
MJVersionLabelItemFormComponent,
|
|
1295
1309
|
MJVersionLabelRestoreFormComponent,
|
|
1296
|
-
MJVersionLabelFormComponent
|
|
1297
|
-
MJWorkflowEngineFormComponent,
|
|
1298
|
-
MJWorkflowRunFormComponent,
|
|
1299
|
-
MJWorkflowFormComponent,
|
|
1300
|
-
MJWorkspaceItemFormComponent,
|
|
1301
|
-
MJWorkspaceFormComponent
|
|
1310
|
+
MJVersionLabelFormComponent
|
|
1302
1311
|
],
|
|
1303
1312
|
imports: [
|
|
1304
1313
|
CommonModule,
|
|
@@ -1310,7 +1319,14 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1310
1319
|
exports: []
|
|
1311
1320
|
}]
|
|
1312
1321
|
}], null, null); })();
|
|
1313
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1322
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJUserApplicationEntityFormComponent,
|
|
1323
|
+
MJUserApplicationFormComponent,
|
|
1324
|
+
MJUserFavoriteFormComponent,
|
|
1325
|
+
MJUserNotificationPreferenceFormComponent,
|
|
1326
|
+
MJUserNotificationTypeFormComponent,
|
|
1327
|
+
MJUserNotificationFormComponent,
|
|
1328
|
+
MJUserRecordLogFormComponent,
|
|
1329
|
+
MJUserRoleFormComponent,
|
|
1314
1330
|
MJUserSettingFormComponent,
|
|
1315
1331
|
MJUserViewCategoryFormComponent,
|
|
1316
1332
|
MJUserViewRunDetailFormComponent,
|
|
@@ -1322,8 +1338,41 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1322
1338
|
MJVersionInstallationFormComponent,
|
|
1323
1339
|
MJVersionLabelItemFormComponent,
|
|
1324
1340
|
MJVersionLabelRestoreFormComponent,
|
|
1325
|
-
MJVersionLabelFormComponent,
|
|
1326
|
-
|
|
1341
|
+
MJVersionLabelFormComponent], imports: [CommonModule,
|
|
1342
|
+
FormsModule,
|
|
1343
|
+
BaseFormsModule,
|
|
1344
|
+
EntityViewerModule,
|
|
1345
|
+
LinkDirectivesModule] }); })();
|
|
1346
|
+
export class GeneratedForms_SubModule_15 {
|
|
1347
|
+
static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_15)(); }; }
|
|
1348
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
|
|
1349
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1350
|
+
FormsModule,
|
|
1351
|
+
BaseFormsModule,
|
|
1352
|
+
EntityViewerModule,
|
|
1353
|
+
LinkDirectivesModule] }); }
|
|
1354
|
+
}
|
|
1355
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
|
|
1356
|
+
type: NgModule,
|
|
1357
|
+
args: [{
|
|
1358
|
+
declarations: [
|
|
1359
|
+
MJWorkflowEngineFormComponent,
|
|
1360
|
+
MJWorkflowRunFormComponent,
|
|
1361
|
+
MJWorkflowFormComponent,
|
|
1362
|
+
MJWorkspaceItemFormComponent,
|
|
1363
|
+
MJWorkspaceFormComponent
|
|
1364
|
+
],
|
|
1365
|
+
imports: [
|
|
1366
|
+
CommonModule,
|
|
1367
|
+
FormsModule,
|
|
1368
|
+
BaseFormsModule,
|
|
1369
|
+
EntityViewerModule,
|
|
1370
|
+
LinkDirectivesModule
|
|
1371
|
+
],
|
|
1372
|
+
exports: []
|
|
1373
|
+
}]
|
|
1374
|
+
}], null, null); })();
|
|
1375
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJWorkflowEngineFormComponent,
|
|
1327
1376
|
MJWorkflowRunFormComponent,
|
|
1328
1377
|
MJWorkflowFormComponent,
|
|
1329
1378
|
MJWorkspaceItemFormComponent,
|
|
@@ -1349,7 +1398,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1349
1398
|
GeneratedForms_SubModule_11,
|
|
1350
1399
|
GeneratedForms_SubModule_12,
|
|
1351
1400
|
GeneratedForms_SubModule_13,
|
|
1352
|
-
GeneratedForms_SubModule_14
|
|
1401
|
+
GeneratedForms_SubModule_14,
|
|
1402
|
+
GeneratedForms_SubModule_15] }); }
|
|
1353
1403
|
}
|
|
1354
1404
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1355
1405
|
type: NgModule,
|
|
@@ -1370,9 +1420,10 @@ export class CoreGeneratedFormsModule {
|
|
|
1370
1420
|
GeneratedForms_SubModule_11,
|
|
1371
1421
|
GeneratedForms_SubModule_12,
|
|
1372
1422
|
GeneratedForms_SubModule_13,
|
|
1373
|
-
GeneratedForms_SubModule_14
|
|
1423
|
+
GeneratedForms_SubModule_14,
|
|
1424
|
+
GeneratedForms_SubModule_15
|
|
1374
1425
|
]
|
|
1375
1426
|
}]
|
|
1376
1427
|
}], null, null); })();
|
|
1377
|
-
(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] }); })();
|
|
1428
|
+
(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] }); })();
|
|
1378
1429
|
//# sourceMappingURL=generated-forms.module.js.map
|