@memberjunction/ng-core-entity-forms 5.44.0 → 5.45.1
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/Lists/list-form.component.d.ts +1 -0
- package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.js +4 -2
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.d.ts +1 -0
- package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +6 -4
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts +1 -0
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.js +5 -3
- package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.d.ts +2 -1
- package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +10 -4
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +2 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +5 -3
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +2 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +5 -3
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts +15 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +277 -133
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts +10 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +80 -26
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.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 +3 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +273 -263
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +219 -197
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +116 -96
- package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js +23 -21
- package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +44 -34
- package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.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 +29 -11
- package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js +37 -35
- package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.form.component.js +23 -5
- package/dist/lib/generated/Entities/MJActionExecutionLog/mjactionexecutionlog.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 +31 -13
- package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +91 -43
- package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component.js +86 -0
- package/dist/lib/generated/Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.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 +30 -12
- package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.form.component.js +27 -9
- package/dist/lib/generated/Entities/MJCredentialType/mjcredentialtype.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 +447 -419
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js +29 -11
- package/dist/lib/generated/Entities/MJEnvironment/mjenvironment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js +113 -0
- package/dist/lib/generated/Entities/MJExternalDataSource/mjexternaldatasource.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js +95 -0
- package/dist/lib/generated/Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js +54 -46
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +37 -19
- package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js +30 -12
- package/dist/lib/generated/Entities/MJTemplate/mjtemplate.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +147 -111
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js +169 -0
- package/dist/lib/generated/Entities/MJUserRoutine/mjuserroutine.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.js +82 -0
- package/dist/lib/generated/Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.js +100 -0
- package/dist/lib/generated/Entities/MJUserRoutineRun/mjuserroutinerun.form.component.js.map +1 -0
- package/dist/lib/generated/generated-forms.module.d.ts +243 -237
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +109 -91
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/shared/components/template-editor.component.d.ts +4 -2
- package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
- package/dist/lib/shared/components/template-editor.component.js +10 -9
- package/dist/lib/shared/components/template-editor.component.js.map +1 -1
- package/package.json +38 -38
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6YA,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBA8Ba,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAyBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBApqBxB,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAqC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAkC3B,2BAA2B;0CA6B3B,wBAAwB;CAAI"}
|
|
@@ -160,6 +160,7 @@ import { MJConversationDetailArtifactFormComponent } from "./Entities/MJConversa
|
|
|
160
160
|
import { MJConversationDetailAttachmentFormComponent } from "./Entities/MJConversationDetailAttachment/mjconversationdetailattachment.form.component";
|
|
161
161
|
import { MJConversationDetailRatingFormComponent } from "./Entities/MJConversationDetailRating/mjconversationdetailrating.form.component";
|
|
162
162
|
import { MJConversationDetailFormComponent } from "./Entities/MJConversationDetail/mjconversationdetail.form.component";
|
|
163
|
+
import { MJConversationWidgetInstanceFormComponent } from "./Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component";
|
|
163
164
|
import { MJConversationFormComponent } from "./Entities/MJConversation/mjconversation.form.component";
|
|
164
165
|
import { MJCountryFormComponent } from "./Entities/MJCountry/mjcountry.form.component";
|
|
165
166
|
import { MJCredentialCategoryFormComponent } from "./Entities/MJCredentialCategory/mjcredentialcategory.form.component";
|
|
@@ -216,6 +217,8 @@ import { MJExperimentSessionIterationFormComponent } from "./Entities/MJExperime
|
|
|
216
217
|
import { MJExperimentSessionFormComponent } from "./Entities/MJExperimentSession/mjexperimentsession.form.component";
|
|
217
218
|
import { MJExperimentFormComponent } from "./Entities/MJExperiment/mjexperiment.form.component";
|
|
218
219
|
import { MJExplorerNavigationItemFormComponent } from "./Entities/MJExplorerNavigationItem/mjexplorernavigationitem.form.component";
|
|
220
|
+
import { MJExternalDataSourceTypeFormComponent } from "./Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component";
|
|
221
|
+
import { MJExternalDataSourceFormComponent } from "./Entities/MJExternalDataSource/mjexternaldatasource.form.component";
|
|
219
222
|
import { MJFileCategoryFormComponent } from "./Entities/MJFileCategory/mjfilecategory.form.component";
|
|
220
223
|
import { MJFileEntityRecordLinkFormComponent } from "./Entities/MJFileEntityRecordLink/mjfileentityrecordlink.form.component";
|
|
221
224
|
import { MJFileStorageAccountPermissionFormComponent } from "./Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component";
|
|
@@ -367,6 +370,9 @@ import { MJUserNotificationTypeFormComponent } from "./Entities/MJUserNotificati
|
|
|
367
370
|
import { MJUserNotificationFormComponent } from "./Entities/MJUserNotification/mjusernotification.form.component";
|
|
368
371
|
import { MJUserRecordLogFormComponent } from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
|
|
369
372
|
import { MJUserRoleFormComponent } from "./Entities/MJUserRole/mjuserrole.form.component";
|
|
373
|
+
import { MJUserRoutineRecipientFormComponent } from "./Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component";
|
|
374
|
+
import { MJUserRoutineRunFormComponent } from "./Entities/MJUserRoutineRun/mjuserroutinerun.form.component";
|
|
375
|
+
import { MJUserRoutineFormComponent } from "./Entities/MJUserRoutine/mjuserroutine.form.component";
|
|
370
376
|
import { MJUserSettingFormComponent } from "./Entities/MJUserSetting/mjusersetting.form.component";
|
|
371
377
|
import { MJUserViewCategoryFormComponent } from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
|
|
372
378
|
import { MJUserViewRunDetailFormComponent } from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
|
|
@@ -886,6 +892,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
886
892
|
MJConversationDetailAttachmentFormComponent,
|
|
887
893
|
MJConversationDetailRatingFormComponent,
|
|
888
894
|
MJConversationDetailFormComponent,
|
|
895
|
+
MJConversationWidgetInstanceFormComponent,
|
|
889
896
|
MJConversationFormComponent,
|
|
890
897
|
MJCountryFormComponent,
|
|
891
898
|
MJCredentialCategoryFormComponent,
|
|
@@ -897,8 +904,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
897
904
|
MJDashboardPartTypeFormComponent,
|
|
898
905
|
MJDashboardPermissionFormComponent,
|
|
899
906
|
MJDashboardUserPreferenceFormComponent,
|
|
900
|
-
MJDashboardUserStateFormComponent
|
|
901
|
-
MJDashboardFormComponent
|
|
907
|
+
MJDashboardUserStateFormComponent
|
|
902
908
|
],
|
|
903
909
|
imports: [
|
|
904
910
|
CommonModule,
|
|
@@ -917,6 +923,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
917
923
|
MJConversationDetailAttachmentFormComponent,
|
|
918
924
|
MJConversationDetailRatingFormComponent,
|
|
919
925
|
MJConversationDetailFormComponent,
|
|
926
|
+
MJConversationWidgetInstanceFormComponent,
|
|
920
927
|
MJConversationFormComponent,
|
|
921
928
|
MJCountryFormComponent,
|
|
922
929
|
MJCredentialCategoryFormComponent,
|
|
@@ -928,8 +935,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
928
935
|
MJDashboardPartTypeFormComponent,
|
|
929
936
|
MJDashboardPermissionFormComponent,
|
|
930
937
|
MJDashboardUserPreferenceFormComponent,
|
|
931
|
-
MJDashboardUserStateFormComponent,
|
|
932
|
-
MJDashboardFormComponent], imports: [CommonModule,
|
|
938
|
+
MJDashboardUserStateFormComponent], imports: [CommonModule,
|
|
933
939
|
FormsModule,
|
|
934
940
|
BaseFormsModule,
|
|
935
941
|
EntityViewerModule,
|
|
@@ -947,6 +953,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
947
953
|
type: NgModule,
|
|
948
954
|
args: [{
|
|
949
955
|
declarations: [
|
|
956
|
+
MJDashboardFormComponent,
|
|
950
957
|
MJDataContextItemFormComponent,
|
|
951
958
|
MJDataContextFormComponent,
|
|
952
959
|
MJDatasetItemFormComponent,
|
|
@@ -965,8 +972,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
965
972
|
MJEntityActionFilterFormComponent,
|
|
966
973
|
MJEntityActionInvocationTypeFormComponent,
|
|
967
974
|
MJEntityActionInvocationFormComponent,
|
|
968
|
-
MJEntityActionParamFormComponent
|
|
969
|
-
MJEntityActionFormComponent
|
|
975
|
+
MJEntityActionParamFormComponent
|
|
970
976
|
],
|
|
971
977
|
imports: [
|
|
972
978
|
CommonModule,
|
|
@@ -978,7 +984,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
978
984
|
exports: []
|
|
979
985
|
}]
|
|
980
986
|
}], null, null); })();
|
|
981
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
987
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardFormComponent,
|
|
988
|
+
MJDataContextItemFormComponent,
|
|
982
989
|
MJDataContextFormComponent,
|
|
983
990
|
MJDatasetItemFormComponent,
|
|
984
991
|
MJDatasetFormComponent,
|
|
@@ -996,8 +1003,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
996
1003
|
MJEntityActionFilterFormComponent,
|
|
997
1004
|
MJEntityActionInvocationTypeFormComponent,
|
|
998
1005
|
MJEntityActionInvocationFormComponent,
|
|
999
|
-
MJEntityActionParamFormComponent,
|
|
1000
|
-
MJEntityActionFormComponent], imports: [CommonModule,
|
|
1006
|
+
MJEntityActionParamFormComponent], imports: [CommonModule,
|
|
1001
1007
|
FormsModule,
|
|
1002
1008
|
BaseFormsModule,
|
|
1003
1009
|
EntityViewerModule,
|
|
@@ -1015,6 +1021,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1015
1021
|
type: NgModule,
|
|
1016
1022
|
args: [{
|
|
1017
1023
|
declarations: [
|
|
1024
|
+
MJEntityActionFormComponent,
|
|
1018
1025
|
MJEntityAIActionFormComponent,
|
|
1019
1026
|
MJEntityCommunicationFieldFormComponent,
|
|
1020
1027
|
MJEntityCommunicationMessageTypeFormComponent,
|
|
@@ -1033,8 +1040,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1033
1040
|
MJEntityRelationshipFormComponent,
|
|
1034
1041
|
MJEntitySettingFormComponent,
|
|
1035
1042
|
MJEnvironmentFormComponent,
|
|
1036
|
-
MJErrorLogFormComponent
|
|
1037
|
-
MJExperimentSessionIterationFormComponent
|
|
1043
|
+
MJErrorLogFormComponent
|
|
1038
1044
|
],
|
|
1039
1045
|
imports: [
|
|
1040
1046
|
CommonModule,
|
|
@@ -1046,7 +1052,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1046
1052
|
exports: []
|
|
1047
1053
|
}]
|
|
1048
1054
|
}], null, null); })();
|
|
1049
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
1055
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityActionFormComponent,
|
|
1056
|
+
MJEntityAIActionFormComponent,
|
|
1050
1057
|
MJEntityCommunicationFieldFormComponent,
|
|
1051
1058
|
MJEntityCommunicationMessageTypeFormComponent,
|
|
1052
1059
|
MJEntityDocumentRunFormComponent,
|
|
@@ -1064,8 +1071,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1064
1071
|
MJEntityRelationshipFormComponent,
|
|
1065
1072
|
MJEntitySettingFormComponent,
|
|
1066
1073
|
MJEnvironmentFormComponent,
|
|
1067
|
-
MJErrorLogFormComponent,
|
|
1068
|
-
MJExperimentSessionIterationFormComponent], imports: [CommonModule,
|
|
1074
|
+
MJErrorLogFormComponent], imports: [CommonModule,
|
|
1069
1075
|
FormsModule,
|
|
1070
1076
|
BaseFormsModule,
|
|
1071
1077
|
EntityViewerModule,
|
|
@@ -1083,9 +1089,12 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1083
1089
|
type: NgModule,
|
|
1084
1090
|
args: [{
|
|
1085
1091
|
declarations: [
|
|
1092
|
+
MJExperimentSessionIterationFormComponent,
|
|
1086
1093
|
MJExperimentSessionFormComponent,
|
|
1087
1094
|
MJExperimentFormComponent,
|
|
1088
1095
|
MJExplorerNavigationItemFormComponent,
|
|
1096
|
+
MJExternalDataSourceTypeFormComponent,
|
|
1097
|
+
MJExternalDataSourceFormComponent,
|
|
1089
1098
|
MJFileCategoryFormComponent,
|
|
1090
1099
|
MJFileEntityRecordLinkFormComponent,
|
|
1091
1100
|
MJFileStorageAccountPermissionFormComponent,
|
|
@@ -1099,10 +1108,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1099
1108
|
MJIntegrationObjectFormComponent,
|
|
1100
1109
|
MJIntegrationSourceTypeFormComponent,
|
|
1101
1110
|
MJIntegrationURLFormatFormComponent,
|
|
1102
|
-
MJIntegrationFormComponent
|
|
1103
|
-
MJKnowledgeHubSavedSearchFormComponent,
|
|
1104
|
-
MJLibraryFormComponent,
|
|
1105
|
-
MJLibraryItemFormComponent
|
|
1111
|
+
MJIntegrationFormComponent
|
|
1106
1112
|
],
|
|
1107
1113
|
imports: [
|
|
1108
1114
|
CommonModule,
|
|
@@ -1114,9 +1120,12 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1114
1120
|
exports: []
|
|
1115
1121
|
}]
|
|
1116
1122
|
}], null, null); })();
|
|
1117
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1123
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJExperimentSessionIterationFormComponent,
|
|
1124
|
+
MJExperimentSessionFormComponent,
|
|
1118
1125
|
MJExperimentFormComponent,
|
|
1119
1126
|
MJExplorerNavigationItemFormComponent,
|
|
1127
|
+
MJExternalDataSourceTypeFormComponent,
|
|
1128
|
+
MJExternalDataSourceFormComponent,
|
|
1120
1129
|
MJFileCategoryFormComponent,
|
|
1121
1130
|
MJFileEntityRecordLinkFormComponent,
|
|
1122
1131
|
MJFileStorageAccountPermissionFormComponent,
|
|
@@ -1130,10 +1139,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1130
1139
|
MJIntegrationObjectFormComponent,
|
|
1131
1140
|
MJIntegrationSourceTypeFormComponent,
|
|
1132
1141
|
MJIntegrationURLFormatFormComponent,
|
|
1133
|
-
MJIntegrationFormComponent,
|
|
1134
|
-
MJKnowledgeHubSavedSearchFormComponent,
|
|
1135
|
-
MJLibraryFormComponent,
|
|
1136
|
-
MJLibraryItemFormComponent], imports: [CommonModule,
|
|
1142
|
+
MJIntegrationFormComponent], imports: [CommonModule,
|
|
1137
1143
|
FormsModule,
|
|
1138
1144
|
BaseFormsModule,
|
|
1139
1145
|
EntityViewerModule,
|
|
@@ -1151,6 +1157,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1151
1157
|
type: NgModule,
|
|
1152
1158
|
args: [{
|
|
1153
1159
|
declarations: [
|
|
1160
|
+
MJKnowledgeHubSavedSearchFormComponent,
|
|
1161
|
+
MJLibraryFormComponent,
|
|
1162
|
+
MJLibraryItemFormComponent,
|
|
1154
1163
|
MJListCategoryFormComponent,
|
|
1155
1164
|
MJListDetailFormComponent,
|
|
1156
1165
|
MJListInvitationFormComponent,
|
|
@@ -1167,10 +1176,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1167
1176
|
MJMCPServerConnectionFormComponent,
|
|
1168
1177
|
MJMCPServerToolFormComponent,
|
|
1169
1178
|
MJMCPServerFormComponent,
|
|
1170
|
-
MJMCPToolExecutionLogFormComponent
|
|
1171
|
-
MJMCPToolFavoriteFormComponent,
|
|
1172
|
-
MJMLAlgorithmUseCaseRankingFormComponent,
|
|
1173
|
-
MJMLAlgorithmUseCaseFormComponent
|
|
1179
|
+
MJMCPToolExecutionLogFormComponent
|
|
1174
1180
|
],
|
|
1175
1181
|
imports: [
|
|
1176
1182
|
CommonModule,
|
|
@@ -1182,7 +1188,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1182
1188
|
exports: []
|
|
1183
1189
|
}]
|
|
1184
1190
|
}], null, null); })();
|
|
1185
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1191
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJKnowledgeHubSavedSearchFormComponent,
|
|
1192
|
+
MJLibraryFormComponent,
|
|
1193
|
+
MJLibraryItemFormComponent,
|
|
1194
|
+
MJListCategoryFormComponent,
|
|
1186
1195
|
MJListDetailFormComponent,
|
|
1187
1196
|
MJListInvitationFormComponent,
|
|
1188
1197
|
MJListShareFormComponent,
|
|
@@ -1198,10 +1207,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1198
1207
|
MJMCPServerConnectionFormComponent,
|
|
1199
1208
|
MJMCPServerToolFormComponent,
|
|
1200
1209
|
MJMCPServerFormComponent,
|
|
1201
|
-
MJMCPToolExecutionLogFormComponent,
|
|
1202
|
-
MJMCPToolFavoriteFormComponent,
|
|
1203
|
-
MJMLAlgorithmUseCaseRankingFormComponent,
|
|
1204
|
-
MJMLAlgorithmUseCaseFormComponent], imports: [CommonModule,
|
|
1210
|
+
MJMCPToolExecutionLogFormComponent], imports: [CommonModule,
|
|
1205
1211
|
FormsModule,
|
|
1206
1212
|
BaseFormsModule,
|
|
1207
1213
|
EntityViewerModule,
|
|
@@ -1219,6 +1225,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1219
1225
|
type: NgModule,
|
|
1220
1226
|
args: [{
|
|
1221
1227
|
declarations: [
|
|
1228
|
+
MJMCPToolFavoriteFormComponent,
|
|
1229
|
+
MJMLAlgorithmUseCaseRankingFormComponent,
|
|
1230
|
+
MJMLAlgorithmUseCaseFormComponent,
|
|
1222
1231
|
MJMLAlgorithmFormComponent,
|
|
1223
1232
|
MJMLModelScoringBindingFormComponent,
|
|
1224
1233
|
MJMLModelFormComponent,
|
|
@@ -1235,10 +1244,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1235
1244
|
MJOutputFormatTypeFormComponent,
|
|
1236
1245
|
MJOutputTriggerTypeFormComponent,
|
|
1237
1246
|
MJPermissionDomainFormComponent,
|
|
1238
|
-
MJProcessRunDetailFormComponent
|
|
1239
|
-
MJProcessRunFormComponent,
|
|
1240
|
-
MJProjectFormComponent,
|
|
1241
|
-
MJPublicLinkFormComponent
|
|
1247
|
+
MJProcessRunDetailFormComponent
|
|
1242
1248
|
],
|
|
1243
1249
|
imports: [
|
|
1244
1250
|
CommonModule,
|
|
@@ -1250,7 +1256,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1250
1256
|
exports: []
|
|
1251
1257
|
}]
|
|
1252
1258
|
}], null, null); })();
|
|
1253
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1259
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMCPToolFavoriteFormComponent,
|
|
1260
|
+
MJMLAlgorithmUseCaseRankingFormComponent,
|
|
1261
|
+
MJMLAlgorithmUseCaseFormComponent,
|
|
1262
|
+
MJMLAlgorithmFormComponent,
|
|
1254
1263
|
MJMLModelScoringBindingFormComponent,
|
|
1255
1264
|
MJMLModelFormComponent,
|
|
1256
1265
|
MJMLTrainingPipelineFormComponent,
|
|
@@ -1266,10 +1275,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1266
1275
|
MJOutputFormatTypeFormComponent,
|
|
1267
1276
|
MJOutputTriggerTypeFormComponent,
|
|
1268
1277
|
MJPermissionDomainFormComponent,
|
|
1269
|
-
MJProcessRunDetailFormComponent,
|
|
1270
|
-
MJProcessRunFormComponent,
|
|
1271
|
-
MJProjectFormComponent,
|
|
1272
|
-
MJPublicLinkFormComponent], imports: [CommonModule,
|
|
1278
|
+
MJProcessRunDetailFormComponent], imports: [CommonModule,
|
|
1273
1279
|
FormsModule,
|
|
1274
1280
|
BaseFormsModule,
|
|
1275
1281
|
EntityViewerModule,
|
|
@@ -1287,6 +1293,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1287
1293
|
type: NgModule,
|
|
1288
1294
|
args: [{
|
|
1289
1295
|
declarations: [
|
|
1296
|
+
MJProcessRunFormComponent,
|
|
1297
|
+
MJProjectFormComponent,
|
|
1298
|
+
MJPublicLinkFormComponent,
|
|
1290
1299
|
MJQueryFormComponent,
|
|
1291
1300
|
MJQueryCategoryFormComponent,
|
|
1292
1301
|
MJQueryDependencyFormComponent,
|
|
@@ -1303,10 +1312,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1303
1312
|
MJRecommendationRunFormComponent,
|
|
1304
1313
|
MJRecommendationFormComponent,
|
|
1305
1314
|
MJRecordChangeReplayRunFormComponent,
|
|
1306
|
-
MJRecordChangeFormComponent
|
|
1307
|
-
MJRecordGeoCodeFormComponent,
|
|
1308
|
-
MJRecordLinkFormComponent,
|
|
1309
|
-
MJRecordMergeDeletionLogFormComponent
|
|
1315
|
+
MJRecordChangeFormComponent
|
|
1310
1316
|
],
|
|
1311
1317
|
imports: [
|
|
1312
1318
|
CommonModule,
|
|
@@ -1318,7 +1324,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1318
1324
|
exports: []
|
|
1319
1325
|
}]
|
|
1320
1326
|
}], null, null); })();
|
|
1321
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1327
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJProcessRunFormComponent,
|
|
1328
|
+
MJProjectFormComponent,
|
|
1329
|
+
MJPublicLinkFormComponent,
|
|
1330
|
+
MJQueryFormComponent,
|
|
1322
1331
|
MJQueryCategoryFormComponent,
|
|
1323
1332
|
MJQueryDependencyFormComponent,
|
|
1324
1333
|
MJQueryEntityFormComponent,
|
|
@@ -1334,10 +1343,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1334
1343
|
MJRecommendationRunFormComponent,
|
|
1335
1344
|
MJRecommendationFormComponent,
|
|
1336
1345
|
MJRecordChangeReplayRunFormComponent,
|
|
1337
|
-
MJRecordChangeFormComponent,
|
|
1338
|
-
MJRecordGeoCodeFormComponent,
|
|
1339
|
-
MJRecordLinkFormComponent,
|
|
1340
|
-
MJRecordMergeDeletionLogFormComponent], imports: [CommonModule,
|
|
1346
|
+
MJRecordChangeFormComponent], imports: [CommonModule,
|
|
1341
1347
|
FormsModule,
|
|
1342
1348
|
BaseFormsModule,
|
|
1343
1349
|
EntityViewerModule,
|
|
@@ -1355,6 +1361,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1355
1361
|
type: NgModule,
|
|
1356
1362
|
args: [{
|
|
1357
1363
|
declarations: [
|
|
1364
|
+
MJRecordGeoCodeFormComponent,
|
|
1365
|
+
MJRecordLinkFormComponent,
|
|
1366
|
+
MJRecordMergeDeletionLogFormComponent,
|
|
1358
1367
|
MJRecordMergeLogFormComponent,
|
|
1359
1368
|
MJRecordProcessCategoryFormComponent,
|
|
1360
1369
|
MJRecordProcessWatermarkFormComponent,
|
|
@@ -1371,10 +1380,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1371
1380
|
MJResourceTypeFormComponent,
|
|
1372
1381
|
MJRoleFormComponent,
|
|
1373
1382
|
MJRowLevelSecurityFilterFormComponent,
|
|
1374
|
-
MJScheduledActionParamFormComponent
|
|
1375
|
-
MJScheduledActionFormComponent,
|
|
1376
|
-
MJScheduledJobRunFormComponent,
|
|
1377
|
-
MJScheduledJobTypeFormComponent
|
|
1383
|
+
MJScheduledActionParamFormComponent
|
|
1378
1384
|
],
|
|
1379
1385
|
imports: [
|
|
1380
1386
|
CommonModule,
|
|
@@ -1386,7 +1392,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1386
1392
|
exports: []
|
|
1387
1393
|
}]
|
|
1388
1394
|
}], null, null); })();
|
|
1389
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1395
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJRecordGeoCodeFormComponent,
|
|
1396
|
+
MJRecordLinkFormComponent,
|
|
1397
|
+
MJRecordMergeDeletionLogFormComponent,
|
|
1398
|
+
MJRecordMergeLogFormComponent,
|
|
1390
1399
|
MJRecordProcessCategoryFormComponent,
|
|
1391
1400
|
MJRecordProcessWatermarkFormComponent,
|
|
1392
1401
|
MJRecordProcessFormComponent,
|
|
@@ -1402,10 +1411,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1402
1411
|
MJResourceTypeFormComponent,
|
|
1403
1412
|
MJRoleFormComponent,
|
|
1404
1413
|
MJRowLevelSecurityFilterFormComponent,
|
|
1405
|
-
MJScheduledActionParamFormComponent,
|
|
1406
|
-
MJScheduledActionFormComponent,
|
|
1407
|
-
MJScheduledJobRunFormComponent,
|
|
1408
|
-
MJScheduledJobTypeFormComponent], imports: [CommonModule,
|
|
1414
|
+
MJScheduledActionParamFormComponent], imports: [CommonModule,
|
|
1409
1415
|
FormsModule,
|
|
1410
1416
|
BaseFormsModule,
|
|
1411
1417
|
EntityViewerModule,
|
|
@@ -1423,6 +1429,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1423
1429
|
type: NgModule,
|
|
1424
1430
|
args: [{
|
|
1425
1431
|
declarations: [
|
|
1432
|
+
MJScheduledActionFormComponent,
|
|
1433
|
+
MJScheduledJobRunFormComponent,
|
|
1434
|
+
MJScheduledJobTypeFormComponent,
|
|
1426
1435
|
MJScheduledJobFormComponent,
|
|
1427
1436
|
MJSchemaInfoFormComponent,
|
|
1428
1437
|
MJScopedPromptPartFormComponent,
|
|
@@ -1439,10 +1448,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1439
1448
|
MJSignatureProviderFormComponent,
|
|
1440
1449
|
MJSignatureRequestDocumentFormComponent,
|
|
1441
1450
|
MJSignatureRequestLogFormComponent,
|
|
1442
|
-
MJSignatureRequestRecipientFormComponent
|
|
1443
|
-
MJSignatureRequestFormComponent,
|
|
1444
|
-
MJSkillFormComponent,
|
|
1445
|
-
MJSQLDialectFormComponent
|
|
1451
|
+
MJSignatureRequestRecipientFormComponent
|
|
1446
1452
|
],
|
|
1447
1453
|
imports: [
|
|
1448
1454
|
CommonModule,
|
|
@@ -1454,7 +1460,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1454
1460
|
exports: []
|
|
1455
1461
|
}]
|
|
1456
1462
|
}], null, null); })();
|
|
1457
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1463
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJScheduledActionFormComponent,
|
|
1464
|
+
MJScheduledJobRunFormComponent,
|
|
1465
|
+
MJScheduledJobTypeFormComponent,
|
|
1466
|
+
MJScheduledJobFormComponent,
|
|
1458
1467
|
MJSchemaInfoFormComponent,
|
|
1459
1468
|
MJScopedPromptPartFormComponent,
|
|
1460
1469
|
MJSearchExecutionLogFormComponent,
|
|
@@ -1470,10 +1479,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1470
1479
|
MJSignatureProviderFormComponent,
|
|
1471
1480
|
MJSignatureRequestDocumentFormComponent,
|
|
1472
1481
|
MJSignatureRequestLogFormComponent,
|
|
1473
|
-
MJSignatureRequestRecipientFormComponent,
|
|
1474
|
-
MJSignatureRequestFormComponent,
|
|
1475
|
-
MJSkillFormComponent,
|
|
1476
|
-
MJSQLDialectFormComponent], imports: [CommonModule,
|
|
1482
|
+
MJSignatureRequestRecipientFormComponent], imports: [CommonModule,
|
|
1477
1483
|
FormsModule,
|
|
1478
1484
|
BaseFormsModule,
|
|
1479
1485
|
EntityViewerModule,
|
|
@@ -1491,6 +1497,9 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1491
1497
|
type: NgModule,
|
|
1492
1498
|
args: [{
|
|
1493
1499
|
declarations: [
|
|
1500
|
+
MJSignatureRequestFormComponent,
|
|
1501
|
+
MJSkillFormComponent,
|
|
1502
|
+
MJSQLDialectFormComponent,
|
|
1494
1503
|
MJStateProvinceFormComponent,
|
|
1495
1504
|
MJTagAuditLogFormComponent,
|
|
1496
1505
|
MJTagCoOccurrenceFormComponent,
|
|
@@ -1507,10 +1516,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1507
1516
|
MJTemplateContentFormComponent,
|
|
1508
1517
|
MJTemplateParamFormComponent,
|
|
1509
1518
|
MJTemplateFormComponent,
|
|
1510
|
-
MJTestRubricFormComponent
|
|
1511
|
-
MJTestRunFeedbackFormComponent,
|
|
1512
|
-
MJTestRunOutputTypeFormComponent,
|
|
1513
|
-
MJTestRunOutputFormComponent
|
|
1519
|
+
MJTestRubricFormComponent
|
|
1514
1520
|
],
|
|
1515
1521
|
imports: [
|
|
1516
1522
|
CommonModule,
|
|
@@ -1522,7 +1528,10 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1522
1528
|
exports: []
|
|
1523
1529
|
}]
|
|
1524
1530
|
}], null, null); })();
|
|
1525
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
1531
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSignatureRequestFormComponent,
|
|
1532
|
+
MJSkillFormComponent,
|
|
1533
|
+
MJSQLDialectFormComponent,
|
|
1534
|
+
MJStateProvinceFormComponent,
|
|
1526
1535
|
MJTagAuditLogFormComponent,
|
|
1527
1536
|
MJTagCoOccurrenceFormComponent,
|
|
1528
1537
|
MJTagScopeFormComponent,
|
|
@@ -1538,10 +1547,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1538
1547
|
MJTemplateContentFormComponent,
|
|
1539
1548
|
MJTemplateParamFormComponent,
|
|
1540
1549
|
MJTemplateFormComponent,
|
|
1541
|
-
MJTestRubricFormComponent,
|
|
1542
|
-
MJTestRunFeedbackFormComponent,
|
|
1543
|
-
MJTestRunOutputTypeFormComponent,
|
|
1544
|
-
MJTestRunOutputFormComponent], imports: [CommonModule,
|
|
1550
|
+
MJTestRubricFormComponent], imports: [CommonModule,
|
|
1545
1551
|
FormsModule,
|
|
1546
1552
|
BaseFormsModule,
|
|
1547
1553
|
EntityViewerModule,
|
|
@@ -1559,6 +1565,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1559
1565
|
type: NgModule,
|
|
1560
1566
|
args: [{
|
|
1561
1567
|
declarations: [
|
|
1568
|
+
MJTestRunFeedbackFormComponent,
|
|
1569
|
+
MJTestRunOutputTypeFormComponent,
|
|
1570
|
+
MJTestRunOutputFormComponent,
|
|
1562
1571
|
MJTestRunFormComponent,
|
|
1563
1572
|
MJTestSuiteRunFormComponent,
|
|
1564
1573
|
MJTestSuiteTestFormComponent,
|
|
@@ -1573,12 +1582,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1573
1582
|
MJUserNotificationFormComponent,
|
|
1574
1583
|
MJUserRecordLogFormComponent,
|
|
1575
1584
|
MJUserRoleFormComponent,
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
MJUserViewRunFormComponent,
|
|
1580
|
-
MJUserViewFormComponent,
|
|
1581
|
-
MJUserFormComponent
|
|
1585
|
+
MJUserRoutineRecipientFormComponent,
|
|
1586
|
+
MJUserRoutineRunFormComponent,
|
|
1587
|
+
MJUserRoutineFormComponent
|
|
1582
1588
|
],
|
|
1583
1589
|
imports: [
|
|
1584
1590
|
CommonModule,
|
|
@@ -1590,7 +1596,10 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1590
1596
|
exports: []
|
|
1591
1597
|
}]
|
|
1592
1598
|
}], null, null); })();
|
|
1593
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
1599
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTestRunFeedbackFormComponent,
|
|
1600
|
+
MJTestRunOutputTypeFormComponent,
|
|
1601
|
+
MJTestRunOutputFormComponent,
|
|
1602
|
+
MJTestRunFormComponent,
|
|
1594
1603
|
MJTestSuiteRunFormComponent,
|
|
1595
1604
|
MJTestSuiteTestFormComponent,
|
|
1596
1605
|
MJTestSuiteFormComponent,
|
|
@@ -1604,12 +1613,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1604
1613
|
MJUserNotificationFormComponent,
|
|
1605
1614
|
MJUserRecordLogFormComponent,
|
|
1606
1615
|
MJUserRoleFormComponent,
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
MJUserViewRunFormComponent,
|
|
1611
|
-
MJUserViewFormComponent,
|
|
1612
|
-
MJUserFormComponent], imports: [CommonModule,
|
|
1616
|
+
MJUserRoutineRecipientFormComponent,
|
|
1617
|
+
MJUserRoutineRunFormComponent,
|
|
1618
|
+
MJUserRoutineFormComponent], imports: [CommonModule,
|
|
1613
1619
|
FormsModule,
|
|
1614
1620
|
BaseFormsModule,
|
|
1615
1621
|
EntityViewerModule,
|
|
@@ -1627,6 +1633,12 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1627
1633
|
type: NgModule,
|
|
1628
1634
|
args: [{
|
|
1629
1635
|
declarations: [
|
|
1636
|
+
MJUserSettingFormComponent,
|
|
1637
|
+
MJUserViewCategoryFormComponent,
|
|
1638
|
+
MJUserViewRunDetailFormComponent,
|
|
1639
|
+
MJUserViewRunFormComponent,
|
|
1640
|
+
MJUserViewFormComponent,
|
|
1641
|
+
MJUserFormComponent,
|
|
1630
1642
|
MJVectorDatabaseFormComponent,
|
|
1631
1643
|
MJVectorIndexFormComponent,
|
|
1632
1644
|
MJVersionInstallationFormComponent,
|
|
@@ -1650,7 +1662,13 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1650
1662
|
exports: []
|
|
1651
1663
|
}]
|
|
1652
1664
|
}], null, null); })();
|
|
1653
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
1665
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserSettingFormComponent,
|
|
1666
|
+
MJUserViewCategoryFormComponent,
|
|
1667
|
+
MJUserViewRunDetailFormComponent,
|
|
1668
|
+
MJUserViewRunFormComponent,
|
|
1669
|
+
MJUserViewFormComponent,
|
|
1670
|
+
MJUserFormComponent,
|
|
1671
|
+
MJVectorDatabaseFormComponent,
|
|
1654
1672
|
MJVectorIndexFormComponent,
|
|
1655
1673
|
MJVersionInstallationFormComponent,
|
|
1656
1674
|
MJVersionLabelItemFormComponent,
|