@memberjunction/ng-core-entity-forms 6.1.0-edge.3 → 6.1.0-edge.5
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/ai-agent-run/agent-run-step-order.d.ts +27 -0
- package/dist/lib/custom/ai-agent-run/agent-run-step-order.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/agent-run-step-order.js +41 -0
- package/dist/lib/custom/ai-agent-run/agent-run-step-order.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +7 -2
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +39 -12
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +9 -4
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +9 -4
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelCost/mjaimodelcost.form.component.js +6 -8
- package/dist/lib/generated/Entities/MJAIModelCost/mjaimodelcost.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js +20 -10
- package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +80 -68
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.js +95 -0
- package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +105 -87
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js +100 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js +97 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js +27 -9
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.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 +126 -108
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +327 -319
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +150 -111
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +41 -41
|
@@ -90,6 +90,7 @@ import { MJAISkillPermissionFormComponent } from "./Entities/MJAISkillPermission
|
|
|
90
90
|
import { MJAISkillSearchScopeFormComponent } from "./Entities/MJAISkillSearchScope/mjaiskillsearchscope.form.component";
|
|
91
91
|
import { MJAISkillSubAgentFormComponent } from "./Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component";
|
|
92
92
|
import { MJAISkillFormComponent } from "./Entities/MJAISkill/mjaiskill.form.component";
|
|
93
|
+
import { MJAIUsageTypeFormComponent } from "./Entities/MJAIUsageType/mjaiusagetype.form.component";
|
|
93
94
|
import { MJAIVendorTypeDefinitionFormComponent } from "./Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component";
|
|
94
95
|
import { MJAIVendorTypeFormComponent } from "./Entities/MJAIVendorType/mjaivendortype.form.component";
|
|
95
96
|
import { MJAIVendorFormComponent } from "./Entities/MJAIVendor/mjaivendor.form.component";
|
|
@@ -234,6 +235,8 @@ import { MJFileFormComponent } from "./Entities/MJFile/mjfile.form.component";
|
|
|
234
235
|
import { MJFormChromeRuleFormComponent } from "./Entities/MJFormChromeRule/mjformchromerule.form.component";
|
|
235
236
|
import { MJGeneratedCodeCategoryFormComponent } from "./Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component";
|
|
236
237
|
import { MJGeneratedCodeFormComponent } from "./Entities/MJGeneratedCode/mjgeneratedcode.form.component";
|
|
238
|
+
import { MJIdentityClaimTypeFormComponent } from "./Entities/MJIdentityClaimType/mjidentityclaimtype.form.component";
|
|
239
|
+
import { MJIdentityClaimFormComponent } from "./Entities/MJIdentityClaim/mjidentityclaim.form.component";
|
|
237
240
|
import { MJInstanceConfigurationFormComponent } from "./Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component";
|
|
238
241
|
import { MJIntegrationObjectFieldFormComponent } from "./Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component";
|
|
239
242
|
import { MJIntegrationObjectFormComponent } from "./Entities/MJIntegrationObject/mjintegrationobject.form.component";
|
|
@@ -628,9 +631,9 @@ export class GeneratedForms_SubModule_3 {
|
|
|
628
631
|
MJAISkillSearchScopeFormComponent,
|
|
629
632
|
MJAISkillSubAgentFormComponent,
|
|
630
633
|
MJAISkillFormComponent,
|
|
634
|
+
MJAIUsageTypeFormComponent,
|
|
631
635
|
MJAIVendorTypeDefinitionFormComponent,
|
|
632
|
-
MJAIVendorTypeFormComponent
|
|
633
|
-
MJAIVendorFormComponent
|
|
636
|
+
MJAIVendorTypeFormComponent
|
|
634
637
|
],
|
|
635
638
|
imports: [
|
|
636
639
|
CommonModule,
|
|
@@ -659,9 +662,9 @@ export class GeneratedForms_SubModule_3 {
|
|
|
659
662
|
MJAISkillSearchScopeFormComponent,
|
|
660
663
|
MJAISkillSubAgentFormComponent,
|
|
661
664
|
MJAISkillFormComponent,
|
|
665
|
+
MJAIUsageTypeFormComponent,
|
|
662
666
|
MJAIVendorTypeDefinitionFormComponent,
|
|
663
|
-
MJAIVendorTypeFormComponent,
|
|
664
|
-
MJAIVendorFormComponent], imports: [CommonModule,
|
|
667
|
+
MJAIVendorTypeFormComponent], imports: [CommonModule,
|
|
665
668
|
FormsModule,
|
|
666
669
|
BaseFormsModule,
|
|
667
670
|
EntityViewerModule,
|
|
@@ -679,6 +682,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
679
682
|
type: NgModule,
|
|
680
683
|
args: [{
|
|
681
684
|
declarations: [
|
|
685
|
+
MJAIVendorFormComponent,
|
|
682
686
|
MJAPIApplicationScopeFormComponent,
|
|
683
687
|
MJAPIApplicationFormComponent,
|
|
684
688
|
MJAPIKeyApplicationFormComponent,
|
|
@@ -697,8 +701,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
697
701
|
MJArtifactPermissionFormComponent,
|
|
698
702
|
MJArtifactTypeFormComponent,
|
|
699
703
|
MJArtifactUseFormComponent,
|
|
700
|
-
MJArtifactVersionAttributeFormComponent
|
|
701
|
-
MJArtifactVersionFormComponent
|
|
704
|
+
MJArtifactVersionAttributeFormComponent
|
|
702
705
|
],
|
|
703
706
|
imports: [
|
|
704
707
|
CommonModule,
|
|
@@ -710,7 +713,8 @@ export class GeneratedForms_SubModule_4 {
|
|
|
710
713
|
exports: []
|
|
711
714
|
}]
|
|
712
715
|
}], null, null); })();
|
|
713
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [
|
|
716
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAIVendorFormComponent,
|
|
717
|
+
MJAPIApplicationScopeFormComponent,
|
|
714
718
|
MJAPIApplicationFormComponent,
|
|
715
719
|
MJAPIKeyApplicationFormComponent,
|
|
716
720
|
MJAPIKeyScopeFormComponent,
|
|
@@ -728,8 +732,7 @@ export class GeneratedForms_SubModule_4 {
|
|
|
728
732
|
MJArtifactPermissionFormComponent,
|
|
729
733
|
MJArtifactTypeFormComponent,
|
|
730
734
|
MJArtifactUseFormComponent,
|
|
731
|
-
MJArtifactVersionAttributeFormComponent,
|
|
732
|
-
MJArtifactVersionFormComponent], imports: [CommonModule,
|
|
735
|
+
MJArtifactVersionAttributeFormComponent], imports: [CommonModule,
|
|
733
736
|
FormsModule,
|
|
734
737
|
BaseFormsModule,
|
|
735
738
|
EntityViewerModule,
|
|
@@ -748,6 +751,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
748
751
|
type: NgModule,
|
|
749
752
|
args: [{
|
|
750
753
|
declarations: [
|
|
754
|
+
MJArtifactVersionFormComponent,
|
|
751
755
|
MJArtifactFormComponent,
|
|
752
756
|
MJAuditLogTypeFormComponent,
|
|
753
757
|
MJAuditLogFormComponent,
|
|
@@ -766,8 +770,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
766
770
|
MJCommunicationRunFormComponent,
|
|
767
771
|
MJCompanyFormComponent,
|
|
768
772
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
769
|
-
MJCompanyIntegrationFieldMapFormComponent
|
|
770
|
-
MJCompanyIntegrationRecordMapFormComponent
|
|
773
|
+
MJCompanyIntegrationFieldMapFormComponent
|
|
771
774
|
],
|
|
772
775
|
imports: [
|
|
773
776
|
CommonModule,
|
|
@@ -780,7 +783,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
780
783
|
exports: []
|
|
781
784
|
}]
|
|
782
785
|
}], null, null); })();
|
|
783
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [
|
|
786
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJArtifactVersionFormComponent,
|
|
787
|
+
MJArtifactFormComponent,
|
|
784
788
|
MJAuditLogTypeFormComponent,
|
|
785
789
|
MJAuditLogFormComponent,
|
|
786
790
|
MJAuthenticationProviderFormComponent,
|
|
@@ -798,8 +802,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
798
802
|
MJCommunicationRunFormComponent,
|
|
799
803
|
MJCompanyFormComponent,
|
|
800
804
|
MJCompanyIntegrationEntityMapFormComponent,
|
|
801
|
-
MJCompanyIntegrationFieldMapFormComponent,
|
|
802
|
-
MJCompanyIntegrationRecordMapFormComponent], imports: [CommonModule,
|
|
805
|
+
MJCompanyIntegrationFieldMapFormComponent], imports: [CommonModule,
|
|
803
806
|
FormsModule,
|
|
804
807
|
BaseFormsModule,
|
|
805
808
|
EntityViewerModule,
|
|
@@ -818,6 +821,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
818
821
|
type: NgModule,
|
|
819
822
|
args: [{
|
|
820
823
|
declarations: [
|
|
824
|
+
MJCompanyIntegrationRecordMapFormComponent,
|
|
821
825
|
MJCompanyIntegrationRunAPILogFormComponent,
|
|
822
826
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
823
827
|
MJCompanyIntegrationRunFormComponent,
|
|
@@ -836,8 +840,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
836
840
|
MJContentItemFormComponent,
|
|
837
841
|
MJContentProcessRunDetailFormComponent,
|
|
838
842
|
MJContentProcessRunPromptRunFormComponent,
|
|
839
|
-
MJContentProcessRunFormComponent
|
|
840
|
-
MJContentSourceParamFormComponent
|
|
843
|
+
MJContentProcessRunFormComponent
|
|
841
844
|
],
|
|
842
845
|
imports: [
|
|
843
846
|
CommonModule,
|
|
@@ -849,7 +852,8 @@ export class GeneratedForms_SubModule_6 {
|
|
|
849
852
|
exports: []
|
|
850
853
|
}]
|
|
851
854
|
}], null, null); })();
|
|
852
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
855
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationRecordMapFormComponent,
|
|
856
|
+
MJCompanyIntegrationRunAPILogFormComponent,
|
|
853
857
|
MJCompanyIntegrationRunDetailFormComponent,
|
|
854
858
|
MJCompanyIntegrationRunFormComponent,
|
|
855
859
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
@@ -867,8 +871,7 @@ export class GeneratedForms_SubModule_6 {
|
|
|
867
871
|
MJContentItemFormComponent,
|
|
868
872
|
MJContentProcessRunDetailFormComponent,
|
|
869
873
|
MJContentProcessRunPromptRunFormComponent,
|
|
870
|
-
MJContentProcessRunFormComponent,
|
|
871
|
-
MJContentSourceParamFormComponent], imports: [CommonModule,
|
|
874
|
+
MJContentProcessRunFormComponent], imports: [CommonModule,
|
|
872
875
|
FormsModule,
|
|
873
876
|
BaseFormsModule,
|
|
874
877
|
EntityViewerModule,
|
|
@@ -886,6 +889,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
886
889
|
type: NgModule,
|
|
887
890
|
args: [{
|
|
888
891
|
declarations: [
|
|
892
|
+
MJContentSourceParamFormComponent,
|
|
889
893
|
MJContentSourceTypeParamFormComponent,
|
|
890
894
|
MJContentSourceTypeFormComponent,
|
|
891
895
|
MJContentSourceFormComponent,
|
|
@@ -904,8 +908,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
904
908
|
MJCountryFormComponent,
|
|
905
909
|
MJCredentialCategoryFormComponent,
|
|
906
910
|
MJCredentialTypeFormComponent,
|
|
907
|
-
MJCredentialFormComponent
|
|
908
|
-
MJDashboardCategoryFormComponent
|
|
911
|
+
MJCredentialFormComponent
|
|
909
912
|
],
|
|
910
913
|
imports: [
|
|
911
914
|
CommonModule,
|
|
@@ -917,7 +920,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
917
920
|
exports: []
|
|
918
921
|
}]
|
|
919
922
|
}], null, null); })();
|
|
920
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
923
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJContentSourceParamFormComponent,
|
|
924
|
+
MJContentSourceTypeParamFormComponent,
|
|
921
925
|
MJContentSourceTypeFormComponent,
|
|
922
926
|
MJContentSourceFormComponent,
|
|
923
927
|
MJContentTypeAttributeFormComponent,
|
|
@@ -935,8 +939,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
935
939
|
MJCountryFormComponent,
|
|
936
940
|
MJCredentialCategoryFormComponent,
|
|
937
941
|
MJCredentialTypeFormComponent,
|
|
938
|
-
MJCredentialFormComponent,
|
|
939
|
-
MJDashboardCategoryFormComponent], imports: [CommonModule,
|
|
942
|
+
MJCredentialFormComponent], imports: [CommonModule,
|
|
940
943
|
FormsModule,
|
|
941
944
|
BaseFormsModule,
|
|
942
945
|
EntityViewerModule,
|
|
@@ -954,6 +957,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
954
957
|
type: NgModule,
|
|
955
958
|
args: [{
|
|
956
959
|
declarations: [
|
|
960
|
+
MJDashboardCategoryFormComponent,
|
|
957
961
|
MJDashboardCategoryLinkFormComponent,
|
|
958
962
|
MJDashboardCategoryPermissionFormComponent,
|
|
959
963
|
MJDashboardPartTypeFormComponent,
|
|
@@ -972,8 +976,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
972
976
|
MJEmployeeRoleFormComponent,
|
|
973
977
|
MJEmployeeSkillFormComponent,
|
|
974
978
|
MJEmployeeFormComponent,
|
|
975
|
-
MJEncryptionAlgorithmFormComponent
|
|
976
|
-
MJEncryptionKeySourceFormComponent
|
|
979
|
+
MJEncryptionAlgorithmFormComponent
|
|
977
980
|
],
|
|
978
981
|
imports: [
|
|
979
982
|
CommonModule,
|
|
@@ -985,7 +988,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
985
988
|
exports: []
|
|
986
989
|
}]
|
|
987
990
|
}], null, null); })();
|
|
988
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
991
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardCategoryFormComponent,
|
|
992
|
+
MJDashboardCategoryLinkFormComponent,
|
|
989
993
|
MJDashboardCategoryPermissionFormComponent,
|
|
990
994
|
MJDashboardPartTypeFormComponent,
|
|
991
995
|
MJDashboardPermissionFormComponent,
|
|
@@ -1003,8 +1007,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1003
1007
|
MJEmployeeRoleFormComponent,
|
|
1004
1008
|
MJEmployeeSkillFormComponent,
|
|
1005
1009
|
MJEmployeeFormComponent,
|
|
1006
|
-
MJEncryptionAlgorithmFormComponent,
|
|
1007
|
-
MJEncryptionKeySourceFormComponent], imports: [CommonModule,
|
|
1010
|
+
MJEncryptionAlgorithmFormComponent], imports: [CommonModule,
|
|
1008
1011
|
FormsModule,
|
|
1009
1012
|
BaseFormsModule,
|
|
1010
1013
|
EntityViewerModule,
|
|
@@ -1022,6 +1025,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1022
1025
|
type: NgModule,
|
|
1023
1026
|
args: [{
|
|
1024
1027
|
declarations: [
|
|
1028
|
+
MJEncryptionKeySourceFormComponent,
|
|
1025
1029
|
MJEncryptionKeyFormComponent,
|
|
1026
1030
|
MJEntityFormComponent,
|
|
1027
1031
|
MJEntityActionFilterFormComponent,
|
|
@@ -1040,8 +1044,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1040
1044
|
MJEntityFieldFormComponent,
|
|
1041
1045
|
MJEntityFormOverrideFormComponent,
|
|
1042
1046
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1043
|
-
MJEntityOrganicKeyFormComponent
|
|
1044
|
-
MJEntityPermissionFormComponent
|
|
1047
|
+
MJEntityOrganicKeyFormComponent
|
|
1045
1048
|
],
|
|
1046
1049
|
imports: [
|
|
1047
1050
|
CommonModule,
|
|
@@ -1053,7 +1056,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1053
1056
|
exports: []
|
|
1054
1057
|
}]
|
|
1055
1058
|
}], null, null); })();
|
|
1056
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1059
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEncryptionKeySourceFormComponent,
|
|
1060
|
+
MJEncryptionKeyFormComponent,
|
|
1057
1061
|
MJEntityFormComponent,
|
|
1058
1062
|
MJEntityActionFilterFormComponent,
|
|
1059
1063
|
MJEntityActionInvocationTypeFormComponent,
|
|
@@ -1071,8 +1075,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1071
1075
|
MJEntityFieldFormComponent,
|
|
1072
1076
|
MJEntityFormOverrideFormComponent,
|
|
1073
1077
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
1074
|
-
MJEntityOrganicKeyFormComponent,
|
|
1075
|
-
MJEntityPermissionFormComponent], imports: [CommonModule,
|
|
1078
|
+
MJEntityOrganicKeyFormComponent], imports: [CommonModule,
|
|
1076
1079
|
FormsModule,
|
|
1077
1080
|
BaseFormsModule,
|
|
1078
1081
|
EntityViewerModule,
|
|
@@ -1090,6 +1093,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1090
1093
|
type: NgModule,
|
|
1091
1094
|
args: [{
|
|
1092
1095
|
declarations: [
|
|
1096
|
+
MJEntityPermissionFormComponent,
|
|
1093
1097
|
MJEntityRecordDocumentFormComponent,
|
|
1094
1098
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
1095
1099
|
MJEntityRelationshipFormComponent,
|
|
@@ -1108,8 +1112,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1108
1112
|
MJFileStorageAccountFormComponent,
|
|
1109
1113
|
MJFileStorageProviderFormComponent,
|
|
1110
1114
|
MJFileFormComponent,
|
|
1111
|
-
MJFormChromeRuleFormComponent
|
|
1112
|
-
MJGeneratedCodeCategoryFormComponent
|
|
1115
|
+
MJFormChromeRuleFormComponent
|
|
1113
1116
|
],
|
|
1114
1117
|
imports: [
|
|
1115
1118
|
CommonModule,
|
|
@@ -1121,7 +1124,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1121
1124
|
exports: []
|
|
1122
1125
|
}]
|
|
1123
1126
|
}], null, null); })();
|
|
1124
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1127
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJEntityPermissionFormComponent,
|
|
1128
|
+
MJEntityRecordDocumentFormComponent,
|
|
1125
1129
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
1126
1130
|
MJEntityRelationshipFormComponent,
|
|
1127
1131
|
MJEntitySettingFormComponent,
|
|
@@ -1139,8 +1143,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1139
1143
|
MJFileStorageAccountFormComponent,
|
|
1140
1144
|
MJFileStorageProviderFormComponent,
|
|
1141
1145
|
MJFileFormComponent,
|
|
1142
|
-
MJFormChromeRuleFormComponent,
|
|
1143
|
-
MJGeneratedCodeCategoryFormComponent], imports: [CommonModule,
|
|
1146
|
+
MJFormChromeRuleFormComponent], imports: [CommonModule,
|
|
1144
1147
|
FormsModule,
|
|
1145
1148
|
BaseFormsModule,
|
|
1146
1149
|
EntityViewerModule,
|
|
@@ -1158,7 +1161,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1158
1161
|
type: NgModule,
|
|
1159
1162
|
args: [{
|
|
1160
1163
|
declarations: [
|
|
1164
|
+
MJGeneratedCodeCategoryFormComponent,
|
|
1161
1165
|
MJGeneratedCodeFormComponent,
|
|
1166
|
+
MJIdentityClaimTypeFormComponent,
|
|
1167
|
+
MJIdentityClaimFormComponent,
|
|
1162
1168
|
MJInstanceConfigurationFormComponent,
|
|
1163
1169
|
MJIntegrationObjectFieldFormComponent,
|
|
1164
1170
|
MJIntegrationObjectFormComponent,
|
|
@@ -1174,10 +1180,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1174
1180
|
MJListShareFormComponent,
|
|
1175
1181
|
MJListFormComponent,
|
|
1176
1182
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1177
|
-
MJMagicLinkInviteAllowedPathFormComponent
|
|
1178
|
-
MJMagicLinkInviteApplicationFormComponent,
|
|
1179
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1180
|
-
MJMagicLinkInviteFormComponent
|
|
1183
|
+
MJMagicLinkInviteAllowedPathFormComponent
|
|
1181
1184
|
],
|
|
1182
1185
|
imports: [
|
|
1183
1186
|
CommonModule,
|
|
@@ -1189,7 +1192,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1189
1192
|
exports: []
|
|
1190
1193
|
}]
|
|
1191
1194
|
}], null, null); })();
|
|
1192
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1195
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJGeneratedCodeCategoryFormComponent,
|
|
1196
|
+
MJGeneratedCodeFormComponent,
|
|
1197
|
+
MJIdentityClaimTypeFormComponent,
|
|
1198
|
+
MJIdentityClaimFormComponent,
|
|
1193
1199
|
MJInstanceConfigurationFormComponent,
|
|
1194
1200
|
MJIntegrationObjectFieldFormComponent,
|
|
1195
1201
|
MJIntegrationObjectFormComponent,
|
|
@@ -1205,10 +1211,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1205
1211
|
MJListShareFormComponent,
|
|
1206
1212
|
MJListFormComponent,
|
|
1207
1213
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1208
|
-
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1209
|
-
MJMagicLinkInviteApplicationFormComponent,
|
|
1210
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1211
|
-
MJMagicLinkInviteFormComponent], imports: [CommonModule,
|
|
1214
|
+
MJMagicLinkInviteAllowedPathFormComponent], imports: [CommonModule,
|
|
1212
1215
|
FormsModule,
|
|
1213
1216
|
BaseFormsModule,
|
|
1214
1217
|
EntityViewerModule,
|
|
@@ -1226,6 +1229,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1226
1229
|
type: NgModule,
|
|
1227
1230
|
args: [{
|
|
1228
1231
|
declarations: [
|
|
1232
|
+
MJMagicLinkInviteApplicationFormComponent,
|
|
1233
|
+
MJMagicLinkInviteRoleFormComponent,
|
|
1234
|
+
MJMagicLinkInviteFormComponent,
|
|
1229
1235
|
MJMagicLinkRedemptionFormComponent,
|
|
1230
1236
|
MJMaterializedResultQueryFormComponent,
|
|
1231
1237
|
MJMaterializedResultFormComponent,
|
|
@@ -1242,10 +1248,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1242
1248
|
MJMLModelScoringBindingFormComponent,
|
|
1243
1249
|
MJMLModelFormComponent,
|
|
1244
1250
|
MJMLTrainingPipelineFormComponent,
|
|
1245
|
-
MJMLTrainingRunFormComponent
|
|
1246
|
-
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1247
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
1248
|
-
MJOAuthClientRegistrationFormComponent
|
|
1251
|
+
MJMLTrainingRunFormComponent
|
|
1249
1252
|
],
|
|
1250
1253
|
imports: [
|
|
1251
1254
|
CommonModule,
|
|
@@ -1257,7 +1260,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1257
1260
|
exports: []
|
|
1258
1261
|
}]
|
|
1259
1262
|
}], null, null); })();
|
|
1260
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1263
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMagicLinkInviteApplicationFormComponent,
|
|
1264
|
+
MJMagicLinkInviteRoleFormComponent,
|
|
1265
|
+
MJMagicLinkInviteFormComponent,
|
|
1266
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1261
1267
|
MJMaterializedResultQueryFormComponent,
|
|
1262
1268
|
MJMaterializedResultFormComponent,
|
|
1263
1269
|
MJMCPServerConnectionPermissionFormComponent,
|
|
@@ -1273,10 +1279,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1273
1279
|
MJMLModelScoringBindingFormComponent,
|
|
1274
1280
|
MJMLModelFormComponent,
|
|
1275
1281
|
MJMLTrainingPipelineFormComponent,
|
|
1276
|
-
MJMLTrainingRunFormComponent,
|
|
1277
|
-
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1278
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
1279
|
-
MJOAuthClientRegistrationFormComponent], imports: [CommonModule,
|
|
1282
|
+
MJMLTrainingRunFormComponent], imports: [CommonModule,
|
|
1280
1283
|
FormsModule,
|
|
1281
1284
|
BaseFormsModule,
|
|
1282
1285
|
EntityViewerModule,
|
|
@@ -1294,6 +1297,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1294
1297
|
type: NgModule,
|
|
1295
1298
|
args: [{
|
|
1296
1299
|
declarations: [
|
|
1300
|
+
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1301
|
+
MJOAuthAuthorizationStateFormComponent,
|
|
1302
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1297
1303
|
MJOAuthTokenFormComponent,
|
|
1298
1304
|
MJOpenAppDependencyFormComponent,
|
|
1299
1305
|
MJOpenAppInstallHistoryFormComponent,
|
|
@@ -1310,10 +1316,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1310
1316
|
MJQueryDependencyFormComponent,
|
|
1311
1317
|
MJQueryEntityFormComponent,
|
|
1312
1318
|
MJQueryFieldFormComponent,
|
|
1313
|
-
MJQueryParameterFormComponent
|
|
1314
|
-
MJQueryPermissionFormComponent,
|
|
1315
|
-
MJQuerySQLFormComponent,
|
|
1316
|
-
MJQueueTaskFormComponent
|
|
1319
|
+
MJQueryParameterFormComponent
|
|
1317
1320
|
],
|
|
1318
1321
|
imports: [
|
|
1319
1322
|
CommonModule,
|
|
@@ -1325,7 +1328,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1325
1328
|
exports: []
|
|
1326
1329
|
}]
|
|
1327
1330
|
}], null, null); })();
|
|
1328
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1331
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1332
|
+
MJOAuthAuthorizationStateFormComponent,
|
|
1333
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1334
|
+
MJOAuthTokenFormComponent,
|
|
1329
1335
|
MJOpenAppDependencyFormComponent,
|
|
1330
1336
|
MJOpenAppInstallHistoryFormComponent,
|
|
1331
1337
|
MJOpenAppFormComponent,
|
|
@@ -1341,10 +1347,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1341
1347
|
MJQueryDependencyFormComponent,
|
|
1342
1348
|
MJQueryEntityFormComponent,
|
|
1343
1349
|
MJQueryFieldFormComponent,
|
|
1344
|
-
MJQueryParameterFormComponent,
|
|
1345
|
-
MJQueryPermissionFormComponent,
|
|
1346
|
-
MJQuerySQLFormComponent,
|
|
1347
|
-
MJQueueTaskFormComponent], imports: [CommonModule,
|
|
1350
|
+
MJQueryParameterFormComponent], imports: [CommonModule,
|
|
1348
1351
|
FormsModule,
|
|
1349
1352
|
BaseFormsModule,
|
|
1350
1353
|
EntityViewerModule,
|
|
@@ -1362,6 +1365,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1362
1365
|
type: NgModule,
|
|
1363
1366
|
args: [{
|
|
1364
1367
|
declarations: [
|
|
1368
|
+
MJQueryPermissionFormComponent,
|
|
1369
|
+
MJQuerySQLFormComponent,
|
|
1370
|
+
MJQueueTaskFormComponent,
|
|
1365
1371
|
MJQueueTypeFormComponent,
|
|
1366
1372
|
MJQueueFormComponent,
|
|
1367
1373
|
MJRecommendationItemFormComponent,
|
|
@@ -1378,10 +1384,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1378
1384
|
MJRecordProcessWatermarkFormComponent,
|
|
1379
1385
|
MJRecordProcessFormComponent,
|
|
1380
1386
|
MJRemoteOperationCategoryFormComponent,
|
|
1381
|
-
MJRemoteOperationFormComponent
|
|
1382
|
-
MJResourceLinkFormComponent,
|
|
1383
|
-
MJResourcePermissionFormComponent,
|
|
1384
|
-
MJResourceTypeFormComponent
|
|
1387
|
+
MJRemoteOperationFormComponent
|
|
1385
1388
|
],
|
|
1386
1389
|
imports: [
|
|
1387
1390
|
CommonModule,
|
|
@@ -1393,7 +1396,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1393
1396
|
exports: []
|
|
1394
1397
|
}]
|
|
1395
1398
|
}], null, null); })();
|
|
1396
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1399
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJQueryPermissionFormComponent,
|
|
1400
|
+
MJQuerySQLFormComponent,
|
|
1401
|
+
MJQueueTaskFormComponent,
|
|
1402
|
+
MJQueueTypeFormComponent,
|
|
1397
1403
|
MJQueueFormComponent,
|
|
1398
1404
|
MJRecommendationItemFormComponent,
|
|
1399
1405
|
MJRecommendationProviderFormComponent,
|
|
@@ -1409,10 +1415,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1409
1415
|
MJRecordProcessWatermarkFormComponent,
|
|
1410
1416
|
MJRecordProcessFormComponent,
|
|
1411
1417
|
MJRemoteOperationCategoryFormComponent,
|
|
1412
|
-
MJRemoteOperationFormComponent,
|
|
1413
|
-
MJResourceLinkFormComponent,
|
|
1414
|
-
MJResourcePermissionFormComponent,
|
|
1415
|
-
MJResourceTypeFormComponent], imports: [CommonModule,
|
|
1418
|
+
MJRemoteOperationFormComponent], imports: [CommonModule,
|
|
1416
1419
|
FormsModule,
|
|
1417
1420
|
BaseFormsModule,
|
|
1418
1421
|
EntityViewerModule,
|
|
@@ -1430,6 +1433,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1430
1433
|
type: NgModule,
|
|
1431
1434
|
args: [{
|
|
1432
1435
|
declarations: [
|
|
1436
|
+
MJResourceLinkFormComponent,
|
|
1437
|
+
MJResourcePermissionFormComponent,
|
|
1438
|
+
MJResourceTypeFormComponent,
|
|
1433
1439
|
MJRoleFormComponent,
|
|
1434
1440
|
MJRowLevelSecurityFilterFormComponent,
|
|
1435
1441
|
MJRSUPendingWorkFormComponent,
|
|
@@ -1446,10 +1452,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1446
1452
|
MJSearchScopePermissionFormComponent,
|
|
1447
1453
|
MJSearchScopeProviderFormComponent,
|
|
1448
1454
|
MJSearchScopeStorageAccountFormComponent,
|
|
1449
|
-
MJSearchScopeTestQueryFormComponent
|
|
1450
|
-
MJSearchScopeFormComponent,
|
|
1451
|
-
MJSignatureAccountFormComponent,
|
|
1452
|
-
MJSignatureProviderFormComponent
|
|
1455
|
+
MJSearchScopeTestQueryFormComponent
|
|
1453
1456
|
],
|
|
1454
1457
|
imports: [
|
|
1455
1458
|
CommonModule,
|
|
@@ -1461,7 +1464,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1461
1464
|
exports: []
|
|
1462
1465
|
}]
|
|
1463
1466
|
}], null, null); })();
|
|
1464
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1467
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJResourceLinkFormComponent,
|
|
1468
|
+
MJResourcePermissionFormComponent,
|
|
1469
|
+
MJResourceTypeFormComponent,
|
|
1470
|
+
MJRoleFormComponent,
|
|
1465
1471
|
MJRowLevelSecurityFilterFormComponent,
|
|
1466
1472
|
MJRSUPendingWorkFormComponent,
|
|
1467
1473
|
MJScheduledJobRunFormComponent,
|
|
@@ -1477,10 +1483,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1477
1483
|
MJSearchScopePermissionFormComponent,
|
|
1478
1484
|
MJSearchScopeProviderFormComponent,
|
|
1479
1485
|
MJSearchScopeStorageAccountFormComponent,
|
|
1480
|
-
MJSearchScopeTestQueryFormComponent,
|
|
1481
|
-
MJSearchScopeFormComponent,
|
|
1482
|
-
MJSignatureAccountFormComponent,
|
|
1483
|
-
MJSignatureProviderFormComponent], imports: [CommonModule,
|
|
1486
|
+
MJSearchScopeTestQueryFormComponent], imports: [CommonModule,
|
|
1484
1487
|
FormsModule,
|
|
1485
1488
|
BaseFormsModule,
|
|
1486
1489
|
EntityViewerModule,
|
|
@@ -1498,6 +1501,9 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1498
1501
|
type: NgModule,
|
|
1499
1502
|
args: [{
|
|
1500
1503
|
declarations: [
|
|
1504
|
+
MJSearchScopeFormComponent,
|
|
1505
|
+
MJSignatureAccountFormComponent,
|
|
1506
|
+
MJSignatureProviderFormComponent,
|
|
1501
1507
|
MJSignatureRequestDocumentFormComponent,
|
|
1502
1508
|
MJSignatureRequestLogFormComponent,
|
|
1503
1509
|
MJSignatureRequestRecipientFormComponent,
|
|
@@ -1514,10 +1520,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1514
1520
|
MJTagFormComponent,
|
|
1515
1521
|
MJTaskDependencyFormComponent,
|
|
1516
1522
|
MJTaskTypeFormComponent,
|
|
1517
|
-
MJTaskFormComponent
|
|
1518
|
-
MJTemplateCategoryFormComponent,
|
|
1519
|
-
MJTemplateContentTypeFormComponent,
|
|
1520
|
-
MJTemplateContentFormComponent
|
|
1523
|
+
MJTaskFormComponent
|
|
1521
1524
|
],
|
|
1522
1525
|
imports: [
|
|
1523
1526
|
CommonModule,
|
|
@@ -1529,7 +1532,10 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1529
1532
|
exports: []
|
|
1530
1533
|
}]
|
|
1531
1534
|
}], null, null); })();
|
|
1532
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
1535
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSearchScopeFormComponent,
|
|
1536
|
+
MJSignatureAccountFormComponent,
|
|
1537
|
+
MJSignatureProviderFormComponent,
|
|
1538
|
+
MJSignatureRequestDocumentFormComponent,
|
|
1533
1539
|
MJSignatureRequestLogFormComponent,
|
|
1534
1540
|
MJSignatureRequestRecipientFormComponent,
|
|
1535
1541
|
MJSignatureRequestFormComponent,
|
|
@@ -1545,10 +1551,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1545
1551
|
MJTagFormComponent,
|
|
1546
1552
|
MJTaskDependencyFormComponent,
|
|
1547
1553
|
MJTaskTypeFormComponent,
|
|
1548
|
-
MJTaskFormComponent,
|
|
1549
|
-
MJTemplateCategoryFormComponent,
|
|
1550
|
-
MJTemplateContentTypeFormComponent,
|
|
1551
|
-
MJTemplateContentFormComponent], imports: [CommonModule,
|
|
1554
|
+
MJTaskFormComponent], imports: [CommonModule,
|
|
1552
1555
|
FormsModule,
|
|
1553
1556
|
BaseFormsModule,
|
|
1554
1557
|
EntityViewerModule,
|
|
@@ -1566,6 +1569,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1566
1569
|
type: NgModule,
|
|
1567
1570
|
args: [{
|
|
1568
1571
|
declarations: [
|
|
1572
|
+
MJTemplateCategoryFormComponent,
|
|
1573
|
+
MJTemplateContentTypeFormComponent,
|
|
1574
|
+
MJTemplateContentFormComponent,
|
|
1569
1575
|
MJTemplateParamFormComponent,
|
|
1570
1576
|
MJTemplateFormComponent,
|
|
1571
1577
|
MJTestRubricFormComponent,
|
|
@@ -1582,10 +1588,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1582
1588
|
MJUserApplicationEntityFormComponent,
|
|
1583
1589
|
MJUserApplicationFormComponent,
|
|
1584
1590
|
MJUserFavoriteFormComponent,
|
|
1585
|
-
MJUserNotificationPreferenceFormComponent
|
|
1586
|
-
MJUserNotificationTypeFormComponent,
|
|
1587
|
-
MJUserNotificationFormComponent,
|
|
1588
|
-
MJUserRecordLogFormComponent
|
|
1591
|
+
MJUserNotificationPreferenceFormComponent
|
|
1589
1592
|
],
|
|
1590
1593
|
imports: [
|
|
1591
1594
|
CommonModule,
|
|
@@ -1597,7 +1600,10 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1597
1600
|
exports: []
|
|
1598
1601
|
}]
|
|
1599
1602
|
}], null, null); })();
|
|
1600
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
1603
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTemplateCategoryFormComponent,
|
|
1604
|
+
MJTemplateContentTypeFormComponent,
|
|
1605
|
+
MJTemplateContentFormComponent,
|
|
1606
|
+
MJTemplateParamFormComponent,
|
|
1601
1607
|
MJTemplateFormComponent,
|
|
1602
1608
|
MJTestRubricFormComponent,
|
|
1603
1609
|
MJTestRunFeedbackFormComponent,
|
|
@@ -1613,10 +1619,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1613
1619
|
MJUserApplicationEntityFormComponent,
|
|
1614
1620
|
MJUserApplicationFormComponent,
|
|
1615
1621
|
MJUserFavoriteFormComponent,
|
|
1616
|
-
MJUserNotificationPreferenceFormComponent,
|
|
1617
|
-
MJUserNotificationTypeFormComponent,
|
|
1618
|
-
MJUserNotificationFormComponent,
|
|
1619
|
-
MJUserRecordLogFormComponent], imports: [CommonModule,
|
|
1622
|
+
MJUserNotificationPreferenceFormComponent], imports: [CommonModule,
|
|
1620
1623
|
FormsModule,
|
|
1621
1624
|
BaseFormsModule,
|
|
1622
1625
|
EntityViewerModule,
|
|
@@ -1634,6 +1637,9 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1634
1637
|
type: NgModule,
|
|
1635
1638
|
args: [{
|
|
1636
1639
|
declarations: [
|
|
1640
|
+
MJUserNotificationTypeFormComponent,
|
|
1641
|
+
MJUserNotificationFormComponent,
|
|
1642
|
+
MJUserRecordLogFormComponent,
|
|
1637
1643
|
MJUserRoleFormComponent,
|
|
1638
1644
|
MJUserRoutineRecipientFormComponent,
|
|
1639
1645
|
MJUserRoutineRunFormComponent,
|
|
@@ -1650,9 +1656,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1650
1656
|
MJVersionLabelItemFormComponent,
|
|
1651
1657
|
MJVersionLabelRestoreFormComponent,
|
|
1652
1658
|
MJVersionLabelFormComponent,
|
|
1653
|
-
MJViewTypeFormComponent
|
|
1654
|
-
MJWorkspaceItemFormComponent,
|
|
1655
|
-
MJWorkspaceFormComponent
|
|
1659
|
+
MJViewTypeFormComponent
|
|
1656
1660
|
],
|
|
1657
1661
|
imports: [
|
|
1658
1662
|
CommonModule,
|
|
@@ -1664,7 +1668,10 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1664
1668
|
exports: []
|
|
1665
1669
|
}]
|
|
1666
1670
|
}], null, null); })();
|
|
1667
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
1671
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserNotificationTypeFormComponent,
|
|
1672
|
+
MJUserNotificationFormComponent,
|
|
1673
|
+
MJUserRecordLogFormComponent,
|
|
1674
|
+
MJUserRoleFormComponent,
|
|
1668
1675
|
MJUserRoutineRecipientFormComponent,
|
|
1669
1676
|
MJUserRoutineRunFormComponent,
|
|
1670
1677
|
MJUserRoutineFormComponent,
|
|
@@ -1680,8 +1687,38 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1680
1687
|
MJVersionLabelItemFormComponent,
|
|
1681
1688
|
MJVersionLabelRestoreFormComponent,
|
|
1682
1689
|
MJVersionLabelFormComponent,
|
|
1683
|
-
MJViewTypeFormComponent,
|
|
1684
|
-
|
|
1690
|
+
MJViewTypeFormComponent], imports: [CommonModule,
|
|
1691
|
+
FormsModule,
|
|
1692
|
+
BaseFormsModule,
|
|
1693
|
+
EntityViewerModule,
|
|
1694
|
+
LinkDirectivesModule] }); })();
|
|
1695
|
+
export class GeneratedForms_SubModule_19 {
|
|
1696
|
+
static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_19)(); }; }
|
|
1697
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
|
|
1698
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1699
|
+
FormsModule,
|
|
1700
|
+
BaseFormsModule,
|
|
1701
|
+
EntityViewerModule,
|
|
1702
|
+
LinkDirectivesModule] }); }
|
|
1703
|
+
}
|
|
1704
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
|
|
1705
|
+
type: NgModule,
|
|
1706
|
+
args: [{
|
|
1707
|
+
declarations: [
|
|
1708
|
+
MJWorkspaceItemFormComponent,
|
|
1709
|
+
MJWorkspaceFormComponent
|
|
1710
|
+
],
|
|
1711
|
+
imports: [
|
|
1712
|
+
CommonModule,
|
|
1713
|
+
FormsModule,
|
|
1714
|
+
BaseFormsModule,
|
|
1715
|
+
EntityViewerModule,
|
|
1716
|
+
LinkDirectivesModule
|
|
1717
|
+
],
|
|
1718
|
+
exports: []
|
|
1719
|
+
}]
|
|
1720
|
+
}], null, null); })();
|
|
1721
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [MJWorkspaceItemFormComponent,
|
|
1685
1722
|
MJWorkspaceFormComponent], imports: [CommonModule,
|
|
1686
1723
|
FormsModule,
|
|
1687
1724
|
BaseFormsModule,
|
|
@@ -1708,7 +1745,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1708
1745
|
GeneratedForms_SubModule_15,
|
|
1709
1746
|
GeneratedForms_SubModule_16,
|
|
1710
1747
|
GeneratedForms_SubModule_17,
|
|
1711
|
-
GeneratedForms_SubModule_18
|
|
1748
|
+
GeneratedForms_SubModule_18,
|
|
1749
|
+
GeneratedForms_SubModule_19] }); }
|
|
1712
1750
|
}
|
|
1713
1751
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1714
1752
|
type: NgModule,
|
|
@@ -1733,9 +1771,10 @@ export class CoreGeneratedFormsModule {
|
|
|
1733
1771
|
GeneratedForms_SubModule_15,
|
|
1734
1772
|
GeneratedForms_SubModule_16,
|
|
1735
1773
|
GeneratedForms_SubModule_17,
|
|
1736
|
-
GeneratedForms_SubModule_18
|
|
1774
|
+
GeneratedForms_SubModule_18,
|
|
1775
|
+
GeneratedForms_SubModule_19
|
|
1737
1776
|
]
|
|
1738
1777
|
}]
|
|
1739
1778
|
}], null, null); })();
|
|
1740
|
-
(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, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18] }); })();
|
|
1779
|
+
(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, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19] }); })();
|
|
1741
1780
|
//# sourceMappingURL=generated-forms.module.js.map
|