@memberjunction/ng-core-entity-forms 5.13.0 → 5.15.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/AIPromptRuns/ai-prompt-run-form.component.js +55 -33
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +340 -315
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +35 -2
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +917 -632
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAICredentialBinding/mjaicredentialbinding.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAICredentialBinding/mjaicredentialbinding.form.component.js +16 -4
- package/dist/lib/generated/Entities/MJAICredentialBinding/mjaicredentialbinding.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +117 -113
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js +23 -13
- package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js +15 -11
- package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +91 -87
- package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.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 +13 -15
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js +2 -2
- package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js +39 -37
- package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js +29 -27
- package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +2 -2
- 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 +109 -73
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js +99 -0
- package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.js +87 -0
- package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +22 -4
- package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js +22 -4
- package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +137 -135
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +49 -43
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +31 -31
|
@@ -174,6 +174,8 @@ import { MJEntityDocumentTypeFormComponent } from "./Entities/MJEntityDocumentTy
|
|
|
174
174
|
import { MJEntityDocumentFormComponent } from "./Entities/MJEntityDocument/mjentitydocument.form.component";
|
|
175
175
|
import { MJEntityFieldValueFormComponent } from "./Entities/MJEntityFieldValue/mjentityfieldvalue.form.component";
|
|
176
176
|
import { MJEntityFieldFormComponent } from "./Entities/MJEntityField/mjentityfield.form.component";
|
|
177
|
+
import { MJEntityOrganicKeyRelatedEntityFormComponent } from "./Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component";
|
|
178
|
+
import { MJEntityOrganicKeyFormComponent } from "./Entities/MJEntityOrganicKey/mjentityorganickey.form.component";
|
|
177
179
|
import { MJEntityPermissionFormComponent } from "./Entities/MJEntityPermission/mjentitypermission.form.component";
|
|
178
180
|
import { MJEntityRecordDocumentFormComponent } from "./Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component";
|
|
179
181
|
import { MJEntityRelationshipDisplayComponentFormComponent } from "./Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component";
|
|
@@ -889,6 +891,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
889
891
|
type: NgModule,
|
|
890
892
|
args: [{
|
|
891
893
|
declarations: [
|
|
894
|
+
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
895
|
+
MJEntityOrganicKeyFormComponent,
|
|
892
896
|
MJEntityPermissionFormComponent,
|
|
893
897
|
MJEntityRecordDocumentFormComponent,
|
|
894
898
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
@@ -906,9 +910,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
906
910
|
MJGeneratedCodeFormComponent,
|
|
907
911
|
MJIntegrationObjectFieldFormComponent,
|
|
908
912
|
MJIntegrationObjectFormComponent,
|
|
909
|
-
MJIntegrationSourceTypeFormComponent
|
|
910
|
-
MJIntegrationURLFormatFormComponent,
|
|
911
|
-
MJIntegrationFormComponent
|
|
913
|
+
MJIntegrationSourceTypeFormComponent
|
|
912
914
|
],
|
|
913
915
|
imports: [
|
|
914
916
|
CommonModule,
|
|
@@ -921,7 +923,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
921
923
|
exports: []
|
|
922
924
|
}]
|
|
923
925
|
}], null, null); })();
|
|
924
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
926
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
927
|
+
MJEntityOrganicKeyFormComponent,
|
|
928
|
+
MJEntityPermissionFormComponent,
|
|
925
929
|
MJEntityRecordDocumentFormComponent,
|
|
926
930
|
MJEntityRelationshipDisplayComponentFormComponent,
|
|
927
931
|
MJEntityRelationshipFormComponent,
|
|
@@ -938,9 +942,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
938
942
|
MJGeneratedCodeFormComponent,
|
|
939
943
|
MJIntegrationObjectFieldFormComponent,
|
|
940
944
|
MJIntegrationObjectFormComponent,
|
|
941
|
-
MJIntegrationSourceTypeFormComponent,
|
|
942
|
-
MJIntegrationURLFormatFormComponent,
|
|
943
|
-
MJIntegrationFormComponent], imports: [CommonModule,
|
|
945
|
+
MJIntegrationSourceTypeFormComponent], imports: [CommonModule,
|
|
944
946
|
FormsModule,
|
|
945
947
|
LayoutModule,
|
|
946
948
|
BaseFormsModule,
|
|
@@ -960,6 +962,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
960
962
|
type: NgModule,
|
|
961
963
|
args: [{
|
|
962
964
|
declarations: [
|
|
965
|
+
MJIntegrationURLFormatFormComponent,
|
|
966
|
+
MJIntegrationFormComponent,
|
|
963
967
|
MJLibraryFormComponent,
|
|
964
968
|
MJLibraryItemFormComponent,
|
|
965
969
|
MJListCategoryFormComponent,
|
|
@@ -977,9 +981,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
977
981
|
MJOAuthAuthorizationStateFormComponent,
|
|
978
982
|
MJOAuthClientRegistrationFormComponent,
|
|
979
983
|
MJOAuthTokenFormComponent,
|
|
980
|
-
MJOpenAppDependencyFormComponent
|
|
981
|
-
MJOpenAppInstallHistoryFormComponent,
|
|
982
|
-
MJOpenAppFormComponent
|
|
984
|
+
MJOpenAppDependencyFormComponent
|
|
983
985
|
],
|
|
984
986
|
imports: [
|
|
985
987
|
CommonModule,
|
|
@@ -992,7 +994,9 @@ export class GeneratedForms_SubModule_9 {
|
|
|
992
994
|
exports: []
|
|
993
995
|
}]
|
|
994
996
|
}], null, null); })();
|
|
995
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
997
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJIntegrationURLFormatFormComponent,
|
|
998
|
+
MJIntegrationFormComponent,
|
|
999
|
+
MJLibraryFormComponent,
|
|
996
1000
|
MJLibraryItemFormComponent,
|
|
997
1001
|
MJListCategoryFormComponent,
|
|
998
1002
|
MJListDetailFormComponent,
|
|
@@ -1009,9 +1013,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1009
1013
|
MJOAuthAuthorizationStateFormComponent,
|
|
1010
1014
|
MJOAuthClientRegistrationFormComponent,
|
|
1011
1015
|
MJOAuthTokenFormComponent,
|
|
1012
|
-
MJOpenAppDependencyFormComponent,
|
|
1013
|
-
MJOpenAppInstallHistoryFormComponent,
|
|
1014
|
-
MJOpenAppFormComponent], imports: [CommonModule,
|
|
1016
|
+
MJOpenAppDependencyFormComponent], imports: [CommonModule,
|
|
1015
1017
|
FormsModule,
|
|
1016
1018
|
LayoutModule,
|
|
1017
1019
|
BaseFormsModule,
|
|
@@ -1031,6 +1033,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1031
1033
|
type: NgModule,
|
|
1032
1034
|
args: [{
|
|
1033
1035
|
declarations: [
|
|
1036
|
+
MJOpenAppInstallHistoryFormComponent,
|
|
1037
|
+
MJOpenAppFormComponent,
|
|
1034
1038
|
MJOutputDeliveryTypeFormComponent,
|
|
1035
1039
|
MJOutputFormatTypeFormComponent,
|
|
1036
1040
|
MJOutputTriggerTypeFormComponent,
|
|
@@ -1048,9 +1052,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1048
1052
|
MJQueueTypeFormComponent,
|
|
1049
1053
|
MJQueueFormComponent,
|
|
1050
1054
|
MJRecommendationItemFormComponent,
|
|
1051
|
-
MJRecommendationProviderFormComponent
|
|
1052
|
-
MJRecommendationRunFormComponent,
|
|
1053
|
-
MJRecommendationFormComponent
|
|
1055
|
+
MJRecommendationProviderFormComponent
|
|
1054
1056
|
],
|
|
1055
1057
|
imports: [
|
|
1056
1058
|
CommonModule,
|
|
@@ -1063,7 +1065,9 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1063
1065
|
exports: []
|
|
1064
1066
|
}]
|
|
1065
1067
|
}], null, null); })();
|
|
1066
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1068
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJOpenAppInstallHistoryFormComponent,
|
|
1069
|
+
MJOpenAppFormComponent,
|
|
1070
|
+
MJOutputDeliveryTypeFormComponent,
|
|
1067
1071
|
MJOutputFormatTypeFormComponent,
|
|
1068
1072
|
MJOutputTriggerTypeFormComponent,
|
|
1069
1073
|
MJProjectFormComponent,
|
|
@@ -1080,9 +1084,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1080
1084
|
MJQueueTypeFormComponent,
|
|
1081
1085
|
MJQueueFormComponent,
|
|
1082
1086
|
MJRecommendationItemFormComponent,
|
|
1083
|
-
MJRecommendationProviderFormComponent,
|
|
1084
|
-
MJRecommendationRunFormComponent,
|
|
1085
|
-
MJRecommendationFormComponent], imports: [CommonModule,
|
|
1087
|
+
MJRecommendationProviderFormComponent], imports: [CommonModule,
|
|
1086
1088
|
FormsModule,
|
|
1087
1089
|
LayoutModule,
|
|
1088
1090
|
BaseFormsModule,
|
|
@@ -1102,6 +1104,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1102
1104
|
type: NgModule,
|
|
1103
1105
|
args: [{
|
|
1104
1106
|
declarations: [
|
|
1107
|
+
MJRecommendationRunFormComponent,
|
|
1108
|
+
MJRecommendationFormComponent,
|
|
1105
1109
|
MJRecordChangeReplayRunFormComponent,
|
|
1106
1110
|
MJRecordChangeFormComponent,
|
|
1107
1111
|
MJRecordLinkFormComponent,
|
|
@@ -1119,9 +1123,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1119
1123
|
MJRowLevelSecurityFilterFormComponent,
|
|
1120
1124
|
MJScheduledActionParamFormComponent,
|
|
1121
1125
|
MJScheduledActionFormComponent,
|
|
1122
|
-
MJScheduledJobRunFormComponent
|
|
1123
|
-
MJScheduledJobTypeFormComponent,
|
|
1124
|
-
MJScheduledJobFormComponent
|
|
1126
|
+
MJScheduledJobRunFormComponent
|
|
1125
1127
|
],
|
|
1126
1128
|
imports: [
|
|
1127
1129
|
CommonModule,
|
|
@@ -1134,7 +1136,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1134
1136
|
exports: []
|
|
1135
1137
|
}]
|
|
1136
1138
|
}], null, null); })();
|
|
1137
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1139
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJRecommendationRunFormComponent,
|
|
1140
|
+
MJRecommendationFormComponent,
|
|
1141
|
+
MJRecordChangeReplayRunFormComponent,
|
|
1138
1142
|
MJRecordChangeFormComponent,
|
|
1139
1143
|
MJRecordLinkFormComponent,
|
|
1140
1144
|
MJRecordMergeDeletionLogFormComponent,
|
|
@@ -1151,9 +1155,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1151
1155
|
MJRowLevelSecurityFilterFormComponent,
|
|
1152
1156
|
MJScheduledActionParamFormComponent,
|
|
1153
1157
|
MJScheduledActionFormComponent,
|
|
1154
|
-
MJScheduledJobRunFormComponent,
|
|
1155
|
-
MJScheduledJobTypeFormComponent,
|
|
1156
|
-
MJScheduledJobFormComponent], imports: [CommonModule,
|
|
1158
|
+
MJScheduledJobRunFormComponent], imports: [CommonModule,
|
|
1157
1159
|
FormsModule,
|
|
1158
1160
|
LayoutModule,
|
|
1159
1161
|
BaseFormsModule,
|
|
@@ -1173,6 +1175,8 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1173
1175
|
type: NgModule,
|
|
1174
1176
|
args: [{
|
|
1175
1177
|
declarations: [
|
|
1178
|
+
MJScheduledJobTypeFormComponent,
|
|
1179
|
+
MJScheduledJobFormComponent,
|
|
1176
1180
|
MJSchemaInfoFormComponent,
|
|
1177
1181
|
MJSkillFormComponent,
|
|
1178
1182
|
MJSQLDialectFormComponent,
|
|
@@ -1190,9 +1194,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1190
1194
|
MJTestRunFeedbackFormComponent,
|
|
1191
1195
|
MJTestRunOutputTypeFormComponent,
|
|
1192
1196
|
MJTestRunOutputFormComponent,
|
|
1193
|
-
MJTestRunFormComponent
|
|
1194
|
-
MJTestSuiteRunFormComponent,
|
|
1195
|
-
MJTestSuiteTestFormComponent
|
|
1197
|
+
MJTestRunFormComponent
|
|
1196
1198
|
],
|
|
1197
1199
|
imports: [
|
|
1198
1200
|
CommonModule,
|
|
@@ -1205,7 +1207,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1205
1207
|
exports: []
|
|
1206
1208
|
}]
|
|
1207
1209
|
}], null, null); })();
|
|
1208
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1210
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJScheduledJobTypeFormComponent,
|
|
1211
|
+
MJScheduledJobFormComponent,
|
|
1212
|
+
MJSchemaInfoFormComponent,
|
|
1209
1213
|
MJSkillFormComponent,
|
|
1210
1214
|
MJSQLDialectFormComponent,
|
|
1211
1215
|
MJTaggedItemFormComponent,
|
|
@@ -1222,9 +1226,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1222
1226
|
MJTestRunFeedbackFormComponent,
|
|
1223
1227
|
MJTestRunOutputTypeFormComponent,
|
|
1224
1228
|
MJTestRunOutputFormComponent,
|
|
1225
|
-
MJTestRunFormComponent,
|
|
1226
|
-
MJTestSuiteRunFormComponent,
|
|
1227
|
-
MJTestSuiteTestFormComponent], imports: [CommonModule,
|
|
1229
|
+
MJTestRunFormComponent], imports: [CommonModule,
|
|
1228
1230
|
FormsModule,
|
|
1229
1231
|
LayoutModule,
|
|
1230
1232
|
BaseFormsModule,
|
|
@@ -1244,6 +1246,8 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1244
1246
|
type: NgModule,
|
|
1245
1247
|
args: [{
|
|
1246
1248
|
declarations: [
|
|
1249
|
+
MJTestSuiteRunFormComponent,
|
|
1250
|
+
MJTestSuiteTestFormComponent,
|
|
1247
1251
|
MJTestSuiteFormComponent,
|
|
1248
1252
|
MJTestTypeFormComponent,
|
|
1249
1253
|
MJTestFormComponent,
|
|
@@ -1261,9 +1265,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1261
1265
|
MJUserViewRunFormComponent,
|
|
1262
1266
|
MJUserViewFormComponent,
|
|
1263
1267
|
MJUserFormComponent,
|
|
1264
|
-
MJVectorDatabaseFormComponent
|
|
1265
|
-
MJVectorIndexFormComponent,
|
|
1266
|
-
MJVersionInstallationFormComponent
|
|
1268
|
+
MJVectorDatabaseFormComponent
|
|
1267
1269
|
],
|
|
1268
1270
|
imports: [
|
|
1269
1271
|
CommonModule,
|
|
@@ -1276,7 +1278,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1276
1278
|
exports: []
|
|
1277
1279
|
}]
|
|
1278
1280
|
}], null, null); })();
|
|
1279
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1281
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJTestSuiteRunFormComponent,
|
|
1282
|
+
MJTestSuiteTestFormComponent,
|
|
1283
|
+
MJTestSuiteFormComponent,
|
|
1280
1284
|
MJTestTypeFormComponent,
|
|
1281
1285
|
MJTestFormComponent,
|
|
1282
1286
|
MJUserApplicationEntityFormComponent,
|
|
@@ -1293,9 +1297,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1293
1297
|
MJUserViewRunFormComponent,
|
|
1294
1298
|
MJUserViewFormComponent,
|
|
1295
1299
|
MJUserFormComponent,
|
|
1296
|
-
MJVectorDatabaseFormComponent,
|
|
1297
|
-
MJVectorIndexFormComponent,
|
|
1298
|
-
MJVersionInstallationFormComponent], imports: [CommonModule,
|
|
1300
|
+
MJVectorDatabaseFormComponent], imports: [CommonModule,
|
|
1299
1301
|
FormsModule,
|
|
1300
1302
|
LayoutModule,
|
|
1301
1303
|
BaseFormsModule,
|
|
@@ -1315,6 +1317,8 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1315
1317
|
type: NgModule,
|
|
1316
1318
|
args: [{
|
|
1317
1319
|
declarations: [
|
|
1320
|
+
MJVectorIndexFormComponent,
|
|
1321
|
+
MJVersionInstallationFormComponent,
|
|
1318
1322
|
MJVersionLabelItemFormComponent,
|
|
1319
1323
|
MJVersionLabelRestoreFormComponent,
|
|
1320
1324
|
MJVersionLabelFormComponent,
|
|
@@ -1335,7 +1339,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1335
1339
|
exports: []
|
|
1336
1340
|
}]
|
|
1337
1341
|
}], null, null); })();
|
|
1338
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1342
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJVectorIndexFormComponent,
|
|
1343
|
+
MJVersionInstallationFormComponent,
|
|
1344
|
+
MJVersionLabelItemFormComponent,
|
|
1339
1345
|
MJVersionLabelRestoreFormComponent,
|
|
1340
1346
|
MJVersionLabelFormComponent,
|
|
1341
1347
|
MJWorkflowEngineFormComponent,
|