@memberjunction/ng-core-entity-forms 5.40.1 → 5.41.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.
Files changed (122) hide show
  1. package/dist/__tests__/bridge-provider-features.test.d.ts +2 -0
  2. package/dist/__tests__/bridge-provider-features.test.d.ts.map +1 -0
  3. package/dist/__tests__/bridge-provider-features.test.js +70 -0
  4. package/dist/__tests__/bridge-provider-features.test.js.map +1 -0
  5. package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.d.ts +17 -0
  6. package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.d.ts.map +1 -0
  7. package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.js +170 -0
  8. package/dist/lib/custom/AIAgentChannels/ai-agent-channel-form.component.js.map +1 -0
  9. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.d.ts +133 -0
  10. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.d.ts.map +1 -0
  11. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js +1190 -0
  12. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js.map +1 -0
  13. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +69 -0
  14. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  15. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +911 -562
  16. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  17. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
  18. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +2 -2
  19. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  20. package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.d.ts +20 -0
  21. package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.d.ts.map +1 -0
  22. package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.js +115 -0
  23. package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.js.map +1 -0
  24. package/dist/lib/custom/BridgeProviders/bridge-provider-features.d.ts +50 -0
  25. package/dist/lib/custom/BridgeProviders/bridge-provider-features.d.ts.map +1 -0
  26. package/dist/lib/custom/BridgeProviders/bridge-provider-features.js +75 -0
  27. package/dist/lib/custom/BridgeProviders/bridge-provider-features.js.map +1 -0
  28. package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.d.ts +48 -0
  29. package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.d.ts.map +1 -0
  30. package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.js +256 -0
  31. package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.js.map +1 -0
  32. package/dist/lib/custom/Entities/entity-form.component.d.ts +28 -4
  33. package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
  34. package/dist/lib/custom/Entities/entity-form.component.js +42 -12
  35. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  36. package/dist/lib/custom/Lists/list-form.component.d.ts +6 -0
  37. package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
  38. package/dist/lib/custom/Lists/list-form.component.js +11 -1
  39. package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
  40. package/dist/lib/custom/SessionBridges/session-bridge-form.component.d.ts +43 -0
  41. package/dist/lib/custom/SessionBridges/session-bridge-form.component.d.ts.map +1 -0
  42. package/dist/lib/custom/SessionBridges/session-bridge-form.component.js +278 -0
  43. package/dist/lib/custom/SessionBridges/session-bridge-form.component.js.map +1 -0
  44. package/dist/lib/custom/custom-forms.module.d.ts +32 -26
  45. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  46. package/dist/lib/custom/custom-forms.module.js +34 -1
  47. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  48. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
  49. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +284 -180
  50. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  51. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.d.ts +10 -0
  52. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.d.ts.map +1 -0
  53. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js +117 -0
  54. package/dist/lib/generated/Entities/MJAIAgentChannel/mjaiagentchannel.form.component.js.map +1 -0
  55. package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.d.ts +10 -0
  56. package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.d.ts.map +1 -0
  57. package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.js +82 -0
  58. package/dist/lib/generated/Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component.js.map +1 -0
  59. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js +27 -25
  60. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  62. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +16 -20
  63. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  64. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.d.ts +10 -0
  65. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.d.ts.map +1 -0
  66. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +185 -0
  67. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js.map +1 -0
  68. package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.d.ts +10 -0
  69. package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.d.ts.map +1 -0
  70. package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js +121 -0
  71. package/dist/lib/generated/Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component.js.map +1 -0
  72. package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.d.ts +10 -0
  73. package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.d.ts.map +1 -0
  74. package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.js +94 -0
  75. package/dist/lib/generated/Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component.js.map +1 -0
  76. package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.d.ts +10 -0
  77. package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.d.ts.map +1 -0
  78. package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.js +86 -0
  79. package/dist/lib/generated/Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component.js.map +1 -0
  80. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.d.ts.map +1 -1
  81. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +37 -15
  82. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
  83. package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.d.ts +10 -0
  84. package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.d.ts.map +1 -0
  85. package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.js +86 -0
  86. package/dist/lib/generated/Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component.js.map +1 -0
  87. package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.d.ts +10 -0
  88. package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.d.ts.map +1 -0
  89. package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js +143 -0
  90. package/dist/lib/generated/Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component.js.map +1 -0
  91. package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component.d.ts +10 -0
  92. package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component.d.ts.map +1 -0
  93. package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component.js +76 -0
  94. package/dist/lib/generated/Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component.js.map +1 -0
  95. package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component.d.ts +10 -0
  96. package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component.d.ts.map +1 -0
  97. package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component.js +90 -0
  98. package/dist/lib/generated/Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component.js.map +1 -0
  99. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.d.ts.map +1 -1
  100. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +28 -10
  101. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
  102. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.d.ts.map +1 -1
  103. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +7 -9
  104. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
  105. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +27 -25
  106. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
  107. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  108. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +143 -107
  109. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  110. package/dist/lib/generated/generated-forms.module.d.ts +358 -343
  111. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  112. package/dist/lib/generated/generated-forms.module.js +426 -366
  113. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  114. package/dist/lib/panels/ai-agents/agent-realtime.panel.d.ts +74 -0
  115. package/dist/lib/panels/ai-agents/agent-realtime.panel.d.ts.map +1 -0
  116. package/dist/lib/panels/ai-agents/agent-realtime.panel.js +365 -0
  117. package/dist/lib/panels/ai-agents/agent-realtime.panel.js.map +1 -0
  118. package/dist/public-api.d.ts +2 -0
  119. package/dist/public-api.d.ts.map +1 -1
  120. package/dist/public-api.js +2 -0
  121. package/dist/public-api.js.map +1 -1
  122. package/package.json +36 -36
@@ -28,7 +28,9 @@ import { MJAIActionFormComponent } from "./Entities/MJAIAction/mjaiaction.form.c
28
28
  import { MJAIAgentActionFormComponent } from "./Entities/MJAIAgentAction/mjaiagentaction.form.component";
29
29
  import { MJAIAgentArtifactTypeFormComponent } from "./Entities/MJAIAgentArtifactType/mjaiagentartifacttype.form.component";
30
30
  import { MJAIAgentCategoryFormComponent } from "./Entities/MJAIAgentCategory/mjaiagentcategory.form.component";
31
+ import { MJAIAgentChannelFormComponent } from "./Entities/MJAIAgentChannel/mjaiagentchannel.form.component";
31
32
  import { MJAIAgentClientToolFormComponent } from "./Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component";
33
+ import { MJAIAgentCoAgentFormComponent } from "./Entities/MJAIAgentCoAgent/mjaiagentcoagent.form.component";
32
34
  import { MJAIAgentConfigurationFormComponent } from "./Entities/MJAIAgentConfiguration/mjaiagentconfiguration.form.component";
33
35
  import { MJAIAgentDataSourceFormComponent } from "./Entities/MJAIAgentDataSource/mjaiagentdatasource.form.component";
34
36
  import { MJAIAgentExampleFormComponent } from "./Entities/MJAIAgentExample/mjaiagentexample.form.component";
@@ -46,11 +48,18 @@ import { MJAIAgentRunMediaFormComponent } from "./Entities/MJAIAgentRunMedia/mja
46
48
  import { MJAIAgentRunStepFormComponent } from "./Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component";
47
49
  import { MJAIAgentRunFormComponent } from "./Entities/MJAIAgentRun/mjaiagentrun.form.component";
48
50
  import { MJAIAgentSearchScopeFormComponent } from "./Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component";
51
+ import { MJAIAgentSessionBridgeParticipantFormComponent } from "./Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component";
52
+ import { MJAIAgentSessionBridgeFormComponent } from "./Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component";
53
+ import { MJAIAgentSessionChannelFormComponent } from "./Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component";
54
+ import { MJAIAgentSessionFormComponent } from "./Entities/MJAIAgentSession/mjaiagentsession.form.component";
49
55
  import { MJAIAgentStepPathFormComponent } from "./Entities/MJAIAgentStepPath/mjaiagentsteppath.form.component";
50
56
  import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentstep.form.component";
51
57
  import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
52
58
  import { MJAIAgentFormComponent } from "./Entities/MJAIAgent/mjaiagent.form.component";
53
59
  import { MJAIArchitectureFormComponent } from "./Entities/MJAIArchitecture/mjaiarchitecture.form.component";
60
+ import { MJAIBridgeAgentIdentityFormComponent } from "./Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component";
61
+ import { MJAIBridgeProviderChannelFormComponent } from "./Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component";
62
+ import { MJAIBridgeProviderFormComponent } from "./Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component";
54
63
  import { MJAIClientToolDefinitionFormComponent } from "./Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component";
55
64
  import { MJAIConfigurationParamFormComponent } from "./Entities/MJAIConfigurationParam/mjaiconfigurationparam.form.component";
56
65
  import { MJAIConfigurationFormComponent } from "./Entities/MJAIConfiguration/mjaiconfiguration.form.component";
@@ -71,6 +80,7 @@ import { MJAIPromptRunMediaFormComponent } from "./Entities/MJAIPromptRunMedia/m
71
80
  import { MJAIPromptRunFormComponent } from "./Entities/MJAIPromptRun/mjaipromptrun.form.component";
72
81
  import { MJAIPromptTypeFormComponent } from "./Entities/MJAIPromptType/mjaiprompttype.form.component";
73
82
  import { MJAIPromptFormComponent } from "./Entities/MJAIPrompt/mjaiprompt.form.component";
83
+ import { MJAIRemoteBrowserProviderFormComponent } from "./Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component";
74
84
  import { MJAIResultCacheFormComponent } from "./Entities/MJAIResultCache/mjairesultcache.form.component";
75
85
  import { MJAIVendorTypeDefinitionFormComponent } from "./Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component";
76
86
  import { MJAIVendorTypeFormComponent } from "./Entities/MJAIVendorType/mjaivendortype.form.component";
@@ -382,11 +392,11 @@ export class GeneratedForms_SubModule_0 {
382
392
  MJAIAgentActionFormComponent,
383
393
  MJAIAgentArtifactTypeFormComponent,
384
394
  MJAIAgentCategoryFormComponent,
395
+ MJAIAgentChannelFormComponent,
385
396
  MJAIAgentClientToolFormComponent,
397
+ MJAIAgentCoAgentFormComponent,
386
398
  MJAIAgentConfigurationFormComponent,
387
- MJAIAgentDataSourceFormComponent,
388
- MJAIAgentExampleFormComponent,
389
- MJAIAgentLearningCycleFormComponent
399
+ MJAIAgentDataSourceFormComponent
390
400
  ],
391
401
  imports: [
392
402
  CommonModule,
@@ -413,11 +423,11 @@ export class GeneratedForms_SubModule_0 {
413
423
  MJAIAgentActionFormComponent,
414
424
  MJAIAgentArtifactTypeFormComponent,
415
425
  MJAIAgentCategoryFormComponent,
426
+ MJAIAgentChannelFormComponent,
416
427
  MJAIAgentClientToolFormComponent,
428
+ MJAIAgentCoAgentFormComponent,
417
429
  MJAIAgentConfigurationFormComponent,
418
- MJAIAgentDataSourceFormComponent,
419
- MJAIAgentExampleFormComponent,
420
- MJAIAgentLearningCycleFormComponent], imports: [CommonModule,
430
+ MJAIAgentDataSourceFormComponent], imports: [CommonModule,
421
431
  FormsModule,
422
432
  BaseFormsModule,
423
433
  EntityViewerModule,
@@ -435,6 +445,8 @@ export class GeneratedForms_SubModule_1 {
435
445
  type: NgModule,
436
446
  args: [{
437
447
  declarations: [
448
+ MJAIAgentExampleFormComponent,
449
+ MJAIAgentLearningCycleFormComponent,
438
450
  MJAIAgentModalityFormComponent,
439
451
  MJAIAgentModelFormComponent,
440
452
  MJAIAgentNoteTypeFormComponent,
@@ -448,13 +460,11 @@ export class GeneratedForms_SubModule_1 {
448
460
  MJAIAgentRunStepFormComponent,
449
461
  MJAIAgentRunFormComponent,
450
462
  MJAIAgentSearchScopeFormComponent,
451
- MJAIAgentStepPathFormComponent,
452
- MJAIAgentStepFormComponent,
453
- MJAIAgentTypeFormComponent,
454
- MJAIAgentFormComponent,
455
- MJAIArchitectureFormComponent,
456
- MJAIClientToolDefinitionFormComponent,
457
- MJAIConfigurationParamFormComponent
463
+ MJAIAgentSessionBridgeParticipantFormComponent,
464
+ MJAIAgentSessionBridgeFormComponent,
465
+ MJAIAgentSessionChannelFormComponent,
466
+ MJAIAgentSessionFormComponent,
467
+ MJAIAgentStepPathFormComponent
458
468
  ],
459
469
  imports: [
460
470
  CommonModule,
@@ -466,7 +476,9 @@ export class GeneratedForms_SubModule_1 {
466
476
  exports: []
467
477
  }]
468
478
  }], null, null); })();
469
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentModalityFormComponent,
479
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentExampleFormComponent,
480
+ MJAIAgentLearningCycleFormComponent,
481
+ MJAIAgentModalityFormComponent,
470
482
  MJAIAgentModelFormComponent,
471
483
  MJAIAgentNoteTypeFormComponent,
472
484
  MJAIAgentNoteFormComponent,
@@ -479,13 +491,11 @@ export class GeneratedForms_SubModule_1 {
479
491
  MJAIAgentRunStepFormComponent,
480
492
  MJAIAgentRunFormComponent,
481
493
  MJAIAgentSearchScopeFormComponent,
482
- MJAIAgentStepPathFormComponent,
483
- MJAIAgentStepFormComponent,
484
- MJAIAgentTypeFormComponent,
485
- MJAIAgentFormComponent,
486
- MJAIArchitectureFormComponent,
487
- MJAIClientToolDefinitionFormComponent,
488
- MJAIConfigurationParamFormComponent], imports: [CommonModule,
494
+ MJAIAgentSessionBridgeParticipantFormComponent,
495
+ MJAIAgentSessionBridgeFormComponent,
496
+ MJAIAgentSessionChannelFormComponent,
497
+ MJAIAgentSessionFormComponent,
498
+ MJAIAgentStepPathFormComponent], imports: [CommonModule,
489
499
  FormsModule,
490
500
  BaseFormsModule,
491
501
  EntityViewerModule,
@@ -503,6 +513,15 @@ export class GeneratedForms_SubModule_2 {
503
513
  type: NgModule,
504
514
  args: [{
505
515
  declarations: [
516
+ MJAIAgentStepFormComponent,
517
+ MJAIAgentTypeFormComponent,
518
+ MJAIAgentFormComponent,
519
+ MJAIArchitectureFormComponent,
520
+ MJAIBridgeAgentIdentityFormComponent,
521
+ MJAIBridgeProviderChannelFormComponent,
522
+ MJAIBridgeProviderFormComponent,
523
+ MJAIClientToolDefinitionFormComponent,
524
+ MJAIConfigurationParamFormComponent,
506
525
  MJAIConfigurationFormComponent,
507
526
  MJAICredentialBindingFormComponent,
508
527
  MJAIModalityFormComponent,
@@ -513,16 +532,7 @@ export class GeneratedForms_SubModule_2 {
513
532
  MJAIModelPriceTypeFormComponent,
514
533
  MJAIModelPriceUnitTypeFormComponent,
515
534
  MJAIModelTypeFormComponent,
516
- MJAIModelVendorFormComponent,
517
- MJAIModelFormComponent,
518
- MJAIPromptCategoryFormComponent,
519
- MJAIPromptModelFormComponent,
520
- MJAIPromptRunMediaFormComponent,
521
- MJAIPromptRunFormComponent,
522
- MJAIPromptTypeFormComponent,
523
- MJAIPromptFormComponent,
524
- MJAIResultCacheFormComponent,
525
- MJAIVendorTypeDefinitionFormComponent
535
+ MJAIModelVendorFormComponent
526
536
  ],
527
537
  imports: [
528
538
  CommonModule,
@@ -534,7 +544,16 @@ export class GeneratedForms_SubModule_2 {
534
544
  exports: []
535
545
  }]
536
546
  }], null, null); })();
537
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIConfigurationFormComponent,
547
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentStepFormComponent,
548
+ MJAIAgentTypeFormComponent,
549
+ MJAIAgentFormComponent,
550
+ MJAIArchitectureFormComponent,
551
+ MJAIBridgeAgentIdentityFormComponent,
552
+ MJAIBridgeProviderChannelFormComponent,
553
+ MJAIBridgeProviderFormComponent,
554
+ MJAIClientToolDefinitionFormComponent,
555
+ MJAIConfigurationParamFormComponent,
556
+ MJAIConfigurationFormComponent,
538
557
  MJAICredentialBindingFormComponent,
539
558
  MJAIModalityFormComponent,
540
559
  MJAIModelActionFormComponent,
@@ -544,16 +563,7 @@ export class GeneratedForms_SubModule_2 {
544
563
  MJAIModelPriceTypeFormComponent,
545
564
  MJAIModelPriceUnitTypeFormComponent,
546
565
  MJAIModelTypeFormComponent,
547
- MJAIModelVendorFormComponent,
548
- MJAIModelFormComponent,
549
- MJAIPromptCategoryFormComponent,
550
- MJAIPromptModelFormComponent,
551
- MJAIPromptRunMediaFormComponent,
552
- MJAIPromptRunFormComponent,
553
- MJAIPromptTypeFormComponent,
554
- MJAIPromptFormComponent,
555
- MJAIResultCacheFormComponent,
556
- MJAIVendorTypeDefinitionFormComponent], imports: [CommonModule,
566
+ MJAIModelVendorFormComponent], imports: [CommonModule,
557
567
  FormsModule,
558
568
  BaseFormsModule,
559
569
  EntityViewerModule,
@@ -571,6 +581,16 @@ export class GeneratedForms_SubModule_3 {
571
581
  type: NgModule,
572
582
  args: [{
573
583
  declarations: [
584
+ MJAIModelFormComponent,
585
+ MJAIPromptCategoryFormComponent,
586
+ MJAIPromptModelFormComponent,
587
+ MJAIPromptRunMediaFormComponent,
588
+ MJAIPromptRunFormComponent,
589
+ MJAIPromptTypeFormComponent,
590
+ MJAIPromptFormComponent,
591
+ MJAIRemoteBrowserProviderFormComponent,
592
+ MJAIResultCacheFormComponent,
593
+ MJAIVendorTypeDefinitionFormComponent,
574
594
  MJAIVendorTypeFormComponent,
575
595
  MJAIVendorFormComponent,
576
596
  MJAPIApplicationScopeFormComponent,
@@ -580,17 +600,7 @@ export class GeneratedForms_SubModule_3 {
580
600
  MJAPIKeyUsageLogFormComponent,
581
601
  MJAPIKeyFormComponent,
582
602
  MJAPIScopeFormComponent,
583
- MJApplicationEntityFormComponent,
584
- MJApplicationRoleFormComponent,
585
- MJApplicationSettingFormComponent,
586
- MJApplicationFormComponent,
587
- MJArchiveConfigurationEntityFormComponent,
588
- MJArchiveConfigurationFormComponent,
589
- MJArchiveRunDetailFormComponent,
590
- MJArchiveRunFormComponent,
591
- MJArtifactPermissionFormComponent,
592
- MJArtifactTypeFormComponent,
593
- MJArtifactUseFormComponent
603
+ MJApplicationEntityFormComponent
594
604
  ],
595
605
  imports: [
596
606
  CommonModule,
@@ -602,7 +612,17 @@ export class GeneratedForms_SubModule_3 {
602
612
  exports: []
603
613
  }]
604
614
  }], null, null); })();
605
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIVendorTypeFormComponent,
615
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelFormComponent,
616
+ MJAIPromptCategoryFormComponent,
617
+ MJAIPromptModelFormComponent,
618
+ MJAIPromptRunMediaFormComponent,
619
+ MJAIPromptRunFormComponent,
620
+ MJAIPromptTypeFormComponent,
621
+ MJAIPromptFormComponent,
622
+ MJAIRemoteBrowserProviderFormComponent,
623
+ MJAIResultCacheFormComponent,
624
+ MJAIVendorTypeDefinitionFormComponent,
625
+ MJAIVendorTypeFormComponent,
606
626
  MJAIVendorFormComponent,
607
627
  MJAPIApplicationScopeFormComponent,
608
628
  MJAPIApplicationFormComponent,
@@ -611,17 +631,7 @@ export class GeneratedForms_SubModule_3 {
611
631
  MJAPIKeyUsageLogFormComponent,
612
632
  MJAPIKeyFormComponent,
613
633
  MJAPIScopeFormComponent,
614
- MJApplicationEntityFormComponent,
615
- MJApplicationRoleFormComponent,
616
- MJApplicationSettingFormComponent,
617
- MJApplicationFormComponent,
618
- MJArchiveConfigurationEntityFormComponent,
619
- MJArchiveConfigurationFormComponent,
620
- MJArchiveRunDetailFormComponent,
621
- MJArchiveRunFormComponent,
622
- MJArtifactPermissionFormComponent,
623
- MJArtifactTypeFormComponent,
624
- MJArtifactUseFormComponent], imports: [CommonModule,
634
+ MJApplicationEntityFormComponent], imports: [CommonModule,
625
635
  FormsModule,
626
636
  BaseFormsModule,
627
637
  EntityViewerModule,
@@ -633,13 +643,22 @@ export class GeneratedForms_SubModule_4 {
633
643
  FormsModule,
634
644
  BaseFormsModule,
635
645
  EntityViewerModule,
636
- LinkDirectivesModule,
637
- JoinGridModule] }); }
646
+ LinkDirectivesModule] }); }
638
647
  }
639
648
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_4, [{
640
649
  type: NgModule,
641
650
  args: [{
642
651
  declarations: [
652
+ MJApplicationRoleFormComponent,
653
+ MJApplicationSettingFormComponent,
654
+ MJApplicationFormComponent,
655
+ MJArchiveConfigurationEntityFormComponent,
656
+ MJArchiveConfigurationFormComponent,
657
+ MJArchiveRunDetailFormComponent,
658
+ MJArchiveRunFormComponent,
659
+ MJArtifactPermissionFormComponent,
660
+ MJArtifactTypeFormComponent,
661
+ MJArtifactUseFormComponent,
643
662
  MJArtifactVersionAttributeFormComponent,
644
663
  MJArtifactVersionFormComponent,
645
664
  MJArtifactFormComponent,
@@ -649,30 +668,29 @@ export class GeneratedForms_SubModule_4 {
649
668
  MJAuthorizationFormComponent,
650
669
  MJClusterAnalysisFormComponent,
651
670
  MJClusterAnalysisClusterFormComponent,
652
- MJCollectionArtifactFormComponent,
653
- MJCollectionPermissionFormComponent,
654
- MJCollectionFormComponent,
655
- MJCommunicationBaseMessageTypeFormComponent,
656
- MJCommunicationLogFormComponent,
657
- MJCommunicationProviderMessageTypeFormComponent,
658
- MJCommunicationProviderFormComponent,
659
- MJCommunicationRunFormComponent,
660
- MJCompanyFormComponent,
661
- MJCompanyIntegrationEntityMapFormComponent,
662
- MJCompanyIntegrationFieldMapFormComponent
671
+ MJCollectionArtifactFormComponent
663
672
  ],
664
673
  imports: [
665
674
  CommonModule,
666
675
  FormsModule,
667
676
  BaseFormsModule,
668
677
  EntityViewerModule,
669
- LinkDirectivesModule,
670
- JoinGridModule
678
+ LinkDirectivesModule
671
679
  ],
672
680
  exports: []
673
681
  }]
674
682
  }], null, null); })();
675
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJArtifactVersionAttributeFormComponent,
683
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJApplicationRoleFormComponent,
684
+ MJApplicationSettingFormComponent,
685
+ MJApplicationFormComponent,
686
+ MJArchiveConfigurationEntityFormComponent,
687
+ MJArchiveConfigurationFormComponent,
688
+ MJArchiveRunDetailFormComponent,
689
+ MJArchiveRunFormComponent,
690
+ MJArtifactPermissionFormComponent,
691
+ MJArtifactTypeFormComponent,
692
+ MJArtifactUseFormComponent,
693
+ MJArtifactVersionAttributeFormComponent,
676
694
  MJArtifactVersionFormComponent,
677
695
  MJArtifactFormComponent,
678
696
  MJAuditLogTypeFormComponent,
@@ -681,22 +699,11 @@ export class GeneratedForms_SubModule_4 {
681
699
  MJAuthorizationFormComponent,
682
700
  MJClusterAnalysisFormComponent,
683
701
  MJClusterAnalysisClusterFormComponent,
684
- MJCollectionArtifactFormComponent,
685
- MJCollectionPermissionFormComponent,
686
- MJCollectionFormComponent,
687
- MJCommunicationBaseMessageTypeFormComponent,
688
- MJCommunicationLogFormComponent,
689
- MJCommunicationProviderMessageTypeFormComponent,
690
- MJCommunicationProviderFormComponent,
691
- MJCommunicationRunFormComponent,
692
- MJCompanyFormComponent,
693
- MJCompanyIntegrationEntityMapFormComponent,
694
- MJCompanyIntegrationFieldMapFormComponent], imports: [CommonModule,
702
+ MJCollectionArtifactFormComponent], imports: [CommonModule,
695
703
  FormsModule,
696
704
  BaseFormsModule,
697
705
  EntityViewerModule,
698
- LinkDirectivesModule,
699
- JoinGridModule] }); })();
706
+ LinkDirectivesModule] }); })();
700
707
  export class GeneratedForms_SubModule_5 {
701
708
  static { this.ɵfac = function GeneratedForms_SubModule_5_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_5)(); }; }
702
709
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_5 }); }
@@ -704,12 +711,23 @@ export class GeneratedForms_SubModule_5 {
704
711
  FormsModule,
705
712
  BaseFormsModule,
706
713
  EntityViewerModule,
707
- LinkDirectivesModule] }); }
714
+ LinkDirectivesModule,
715
+ JoinGridModule] }); }
708
716
  }
709
717
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_5, [{
710
718
  type: NgModule,
711
719
  args: [{
712
720
  declarations: [
721
+ MJCollectionPermissionFormComponent,
722
+ MJCollectionFormComponent,
723
+ MJCommunicationBaseMessageTypeFormComponent,
724
+ MJCommunicationLogFormComponent,
725
+ MJCommunicationProviderMessageTypeFormComponent,
726
+ MJCommunicationProviderFormComponent,
727
+ MJCommunicationRunFormComponent,
728
+ MJCompanyFormComponent,
729
+ MJCompanyIntegrationEntityMapFormComponent,
730
+ MJCompanyIntegrationFieldMapFormComponent,
713
731
  MJCompanyIntegrationRecordMapFormComponent,
714
732
  MJCompanyIntegrationRunAPILogFormComponent,
715
733
  MJCompanyIntegrationRunDetailFormComponent,
@@ -719,29 +737,30 @@ export class GeneratedForms_SubModule_5 {
719
737
  MJComponentDependencyFormComponent,
720
738
  MJComponentLibraryFormComponent,
721
739
  MJComponentLibraryLinkFormComponent,
722
- MJComponentRegistryFormComponent,
723
- MJComponentFormComponent,
724
- MJContentFileTypeFormComponent,
725
- MJContentItemAttributeFormComponent,
726
- MJContentItemDuplicateFormComponent,
727
- MJContentItemTagFormComponent,
728
- MJContentItemFormComponent,
729
- MJContentProcessRunDetailFormComponent,
730
- MJContentProcessRunPromptRunFormComponent,
731
- MJContentProcessRunFormComponent,
732
- MJContentSourceParamFormComponent
740
+ MJComponentRegistryFormComponent
733
741
  ],
734
742
  imports: [
735
743
  CommonModule,
736
744
  FormsModule,
737
745
  BaseFormsModule,
738
746
  EntityViewerModule,
739
- LinkDirectivesModule
747
+ LinkDirectivesModule,
748
+ JoinGridModule
740
749
  ],
741
750
  exports: []
742
751
  }]
743
752
  }], null, null); })();
744
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJCompanyIntegrationRecordMapFormComponent,
753
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJCollectionPermissionFormComponent,
754
+ MJCollectionFormComponent,
755
+ MJCommunicationBaseMessageTypeFormComponent,
756
+ MJCommunicationLogFormComponent,
757
+ MJCommunicationProviderMessageTypeFormComponent,
758
+ MJCommunicationProviderFormComponent,
759
+ MJCommunicationRunFormComponent,
760
+ MJCompanyFormComponent,
761
+ MJCompanyIntegrationEntityMapFormComponent,
762
+ MJCompanyIntegrationFieldMapFormComponent,
763
+ MJCompanyIntegrationRecordMapFormComponent,
745
764
  MJCompanyIntegrationRunAPILogFormComponent,
746
765
  MJCompanyIntegrationRunDetailFormComponent,
747
766
  MJCompanyIntegrationRunFormComponent,
@@ -750,21 +769,12 @@ export class GeneratedForms_SubModule_5 {
750
769
  MJComponentDependencyFormComponent,
751
770
  MJComponentLibraryFormComponent,
752
771
  MJComponentLibraryLinkFormComponent,
753
- MJComponentRegistryFormComponent,
754
- MJComponentFormComponent,
755
- MJContentFileTypeFormComponent,
756
- MJContentItemAttributeFormComponent,
757
- MJContentItemDuplicateFormComponent,
758
- MJContentItemTagFormComponent,
759
- MJContentItemFormComponent,
760
- MJContentProcessRunDetailFormComponent,
761
- MJContentProcessRunPromptRunFormComponent,
762
- MJContentProcessRunFormComponent,
763
- MJContentSourceParamFormComponent], imports: [CommonModule,
772
+ MJComponentRegistryFormComponent], imports: [CommonModule,
764
773
  FormsModule,
765
774
  BaseFormsModule,
766
775
  EntityViewerModule,
767
- LinkDirectivesModule] }); })();
776
+ LinkDirectivesModule,
777
+ JoinGridModule] }); })();
768
778
  export class GeneratedForms_SubModule_6 {
769
779
  static { this.ɵfac = function GeneratedForms_SubModule_6_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_6)(); }; }
770
780
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_6 }); }
@@ -778,6 +788,16 @@ export class GeneratedForms_SubModule_6 {
778
788
  type: NgModule,
779
789
  args: [{
780
790
  declarations: [
791
+ MJComponentFormComponent,
792
+ MJContentFileTypeFormComponent,
793
+ MJContentItemAttributeFormComponent,
794
+ MJContentItemDuplicateFormComponent,
795
+ MJContentItemTagFormComponent,
796
+ MJContentItemFormComponent,
797
+ MJContentProcessRunDetailFormComponent,
798
+ MJContentProcessRunPromptRunFormComponent,
799
+ MJContentProcessRunFormComponent,
800
+ MJContentSourceParamFormComponent,
781
801
  MJContentSourceTypeParamFormComponent,
782
802
  MJContentSourceTypeFormComponent,
783
803
  MJContentSourceFormComponent,
@@ -787,17 +807,7 @@ export class GeneratedForms_SubModule_6 {
787
807
  MJConversationArtifactVersionFormComponent,
788
808
  MJConversationArtifactFormComponent,
789
809
  MJConversationDetailArtifactFormComponent,
790
- MJConversationDetailAttachmentFormComponent,
791
- MJConversationDetailRatingFormComponent,
792
- MJConversationDetailFormComponent,
793
- MJConversationFormComponent,
794
- MJCountryFormComponent,
795
- MJCredentialCategoryFormComponent,
796
- MJCredentialTypeFormComponent,
797
- MJCredentialFormComponent,
798
- MJDashboardCategoryFormComponent,
799
- MJDashboardCategoryLinkFormComponent,
800
- MJDashboardCategoryPermissionFormComponent
810
+ MJConversationDetailAttachmentFormComponent
801
811
  ],
802
812
  imports: [
803
813
  CommonModule,
@@ -809,7 +819,17 @@ export class GeneratedForms_SubModule_6 {
809
819
  exports: []
810
820
  }]
811
821
  }], null, null); })();
812
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJContentSourceTypeParamFormComponent,
822
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJComponentFormComponent,
823
+ MJContentFileTypeFormComponent,
824
+ MJContentItemAttributeFormComponent,
825
+ MJContentItemDuplicateFormComponent,
826
+ MJContentItemTagFormComponent,
827
+ MJContentItemFormComponent,
828
+ MJContentProcessRunDetailFormComponent,
829
+ MJContentProcessRunPromptRunFormComponent,
830
+ MJContentProcessRunFormComponent,
831
+ MJContentSourceParamFormComponent,
832
+ MJContentSourceTypeParamFormComponent,
813
833
  MJContentSourceTypeFormComponent,
814
834
  MJContentSourceFormComponent,
815
835
  MJContentTypeAttributeFormComponent,
@@ -818,17 +838,7 @@ export class GeneratedForms_SubModule_6 {
818
838
  MJConversationArtifactVersionFormComponent,
819
839
  MJConversationArtifactFormComponent,
820
840
  MJConversationDetailArtifactFormComponent,
821
- MJConversationDetailAttachmentFormComponent,
822
- MJConversationDetailRatingFormComponent,
823
- MJConversationDetailFormComponent,
824
- MJConversationFormComponent,
825
- MJCountryFormComponent,
826
- MJCredentialCategoryFormComponent,
827
- MJCredentialTypeFormComponent,
828
- MJCredentialFormComponent,
829
- MJDashboardCategoryFormComponent,
830
- MJDashboardCategoryLinkFormComponent,
831
- MJDashboardCategoryPermissionFormComponent], imports: [CommonModule,
841
+ MJConversationDetailAttachmentFormComponent], imports: [CommonModule,
832
842
  FormsModule,
833
843
  BaseFormsModule,
834
844
  EntityViewerModule,
@@ -846,6 +856,16 @@ export class GeneratedForms_SubModule_7 {
846
856
  type: NgModule,
847
857
  args: [{
848
858
  declarations: [
859
+ MJConversationDetailRatingFormComponent,
860
+ MJConversationDetailFormComponent,
861
+ MJConversationFormComponent,
862
+ MJCountryFormComponent,
863
+ MJCredentialCategoryFormComponent,
864
+ MJCredentialTypeFormComponent,
865
+ MJCredentialFormComponent,
866
+ MJDashboardCategoryFormComponent,
867
+ MJDashboardCategoryLinkFormComponent,
868
+ MJDashboardCategoryPermissionFormComponent,
849
869
  MJDashboardPartTypeFormComponent,
850
870
  MJDashboardPermissionFormComponent,
851
871
  MJDashboardUserPreferenceFormComponent,
@@ -855,17 +875,7 @@ export class GeneratedForms_SubModule_7 {
855
875
  MJDataContextFormComponent,
856
876
  MJDatasetItemFormComponent,
857
877
  MJDatasetFormComponent,
858
- MJDuplicateRunDetailMatchFormComponent,
859
- MJDuplicateRunDetailFormComponent,
860
- MJDuplicateRunFormComponent,
861
- MJEmployeeCompanyIntegrationFormComponent,
862
- MJEmployeeRoleFormComponent,
863
- MJEmployeeSkillFormComponent,
864
- MJEmployeeFormComponent,
865
- MJEncryptionAlgorithmFormComponent,
866
- MJEncryptionKeySourceFormComponent,
867
- MJEncryptionKeyFormComponent,
868
- MJEntityFormComponent
878
+ MJDuplicateRunDetailMatchFormComponent
869
879
  ],
870
880
  imports: [
871
881
  CommonModule,
@@ -877,7 +887,17 @@ export class GeneratedForms_SubModule_7 {
877
887
  exports: []
878
888
  }]
879
889
  }], null, null); })();
880
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJDashboardPartTypeFormComponent,
890
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJConversationDetailRatingFormComponent,
891
+ MJConversationDetailFormComponent,
892
+ MJConversationFormComponent,
893
+ MJCountryFormComponent,
894
+ MJCredentialCategoryFormComponent,
895
+ MJCredentialTypeFormComponent,
896
+ MJCredentialFormComponent,
897
+ MJDashboardCategoryFormComponent,
898
+ MJDashboardCategoryLinkFormComponent,
899
+ MJDashboardCategoryPermissionFormComponent,
900
+ MJDashboardPartTypeFormComponent,
881
901
  MJDashboardPermissionFormComponent,
882
902
  MJDashboardUserPreferenceFormComponent,
883
903
  MJDashboardUserStateFormComponent,
@@ -886,17 +906,7 @@ export class GeneratedForms_SubModule_7 {
886
906
  MJDataContextFormComponent,
887
907
  MJDatasetItemFormComponent,
888
908
  MJDatasetFormComponent,
889
- MJDuplicateRunDetailMatchFormComponent,
890
- MJDuplicateRunDetailFormComponent,
891
- MJDuplicateRunFormComponent,
892
- MJEmployeeCompanyIntegrationFormComponent,
893
- MJEmployeeRoleFormComponent,
894
- MJEmployeeSkillFormComponent,
895
- MJEmployeeFormComponent,
896
- MJEncryptionAlgorithmFormComponent,
897
- MJEncryptionKeySourceFormComponent,
898
- MJEncryptionKeyFormComponent,
899
- MJEntityFormComponent], imports: [CommonModule,
909
+ MJDuplicateRunDetailMatchFormComponent], imports: [CommonModule,
900
910
  FormsModule,
901
911
  BaseFormsModule,
902
912
  EntityViewerModule,
@@ -914,6 +924,16 @@ export class GeneratedForms_SubModule_8 {
914
924
  type: NgModule,
915
925
  args: [{
916
926
  declarations: [
927
+ MJDuplicateRunDetailFormComponent,
928
+ MJDuplicateRunFormComponent,
929
+ MJEmployeeCompanyIntegrationFormComponent,
930
+ MJEmployeeRoleFormComponent,
931
+ MJEmployeeSkillFormComponent,
932
+ MJEmployeeFormComponent,
933
+ MJEncryptionAlgorithmFormComponent,
934
+ MJEncryptionKeySourceFormComponent,
935
+ MJEncryptionKeyFormComponent,
936
+ MJEntityFormComponent,
917
937
  MJEntityActionFilterFormComponent,
918
938
  MJEntityActionInvocationTypeFormComponent,
919
939
  MJEntityActionInvocationFormComponent,
@@ -923,17 +943,7 @@ export class GeneratedForms_SubModule_8 {
923
943
  MJEntityCommunicationFieldFormComponent,
924
944
  MJEntityCommunicationMessageTypeFormComponent,
925
945
  MJEntityDocumentRunFormComponent,
926
- MJEntityDocumentSettingFormComponent,
927
- MJEntityDocumentTypeFormComponent,
928
- MJEntityDocumentFormComponent,
929
- MJEntityFieldValueFormComponent,
930
- MJEntityFieldFormComponent,
931
- MJEntityFormOverrideFormComponent,
932
- MJEntityOrganicKeyRelatedEntityFormComponent,
933
- MJEntityOrganicKeyFormComponent,
934
- MJEntityPermissionFormComponent,
935
- MJEntityRecordDocumentFormComponent,
936
- MJEntityRelationshipDisplayComponentFormComponent
946
+ MJEntityDocumentSettingFormComponent
937
947
  ],
938
948
  imports: [
939
949
  CommonModule,
@@ -945,7 +955,17 @@ export class GeneratedForms_SubModule_8 {
945
955
  exports: []
946
956
  }]
947
957
  }], null, null); })();
948
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityActionFilterFormComponent,
958
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDuplicateRunDetailFormComponent,
959
+ MJDuplicateRunFormComponent,
960
+ MJEmployeeCompanyIntegrationFormComponent,
961
+ MJEmployeeRoleFormComponent,
962
+ MJEmployeeSkillFormComponent,
963
+ MJEmployeeFormComponent,
964
+ MJEncryptionAlgorithmFormComponent,
965
+ MJEncryptionKeySourceFormComponent,
966
+ MJEncryptionKeyFormComponent,
967
+ MJEntityFormComponent,
968
+ MJEntityActionFilterFormComponent,
949
969
  MJEntityActionInvocationTypeFormComponent,
950
970
  MJEntityActionInvocationFormComponent,
951
971
  MJEntityActionParamFormComponent,
@@ -954,17 +974,7 @@ export class GeneratedForms_SubModule_8 {
954
974
  MJEntityCommunicationFieldFormComponent,
955
975
  MJEntityCommunicationMessageTypeFormComponent,
956
976
  MJEntityDocumentRunFormComponent,
957
- MJEntityDocumentSettingFormComponent,
958
- MJEntityDocumentTypeFormComponent,
959
- MJEntityDocumentFormComponent,
960
- MJEntityFieldValueFormComponent,
961
- MJEntityFieldFormComponent,
962
- MJEntityFormOverrideFormComponent,
963
- MJEntityOrganicKeyRelatedEntityFormComponent,
964
- MJEntityOrganicKeyFormComponent,
965
- MJEntityPermissionFormComponent,
966
- MJEntityRecordDocumentFormComponent,
967
- MJEntityRelationshipDisplayComponentFormComponent], imports: [CommonModule,
977
+ MJEntityDocumentSettingFormComponent], imports: [CommonModule,
968
978
  FormsModule,
969
979
  BaseFormsModule,
970
980
  EntityViewerModule,
@@ -982,7 +992,17 @@ export class GeneratedForms_SubModule_9 {
982
992
  type: NgModule,
983
993
  args: [{
984
994
  declarations: [
985
- MJEntityRelationshipFormComponent,
995
+ MJEntityDocumentTypeFormComponent,
996
+ MJEntityDocumentFormComponent,
997
+ MJEntityFieldValueFormComponent,
998
+ MJEntityFieldFormComponent,
999
+ MJEntityFormOverrideFormComponent,
1000
+ MJEntityOrganicKeyRelatedEntityFormComponent,
1001
+ MJEntityOrganicKeyFormComponent,
1002
+ MJEntityPermissionFormComponent,
1003
+ MJEntityRecordDocumentFormComponent,
1004
+ MJEntityRelationshipDisplayComponentFormComponent,
1005
+ MJEntityRelationshipFormComponent,
986
1006
  MJEntitySettingFormComponent,
987
1007
  MJEnvironmentFormComponent,
988
1008
  MJErrorLogFormComponent,
@@ -991,17 +1011,7 @@ export class GeneratedForms_SubModule_9 {
991
1011
  MJFileEntityRecordLinkFormComponent,
992
1012
  MJFileStorageAccountPermissionFormComponent,
993
1013
  MJFileStorageAccountFormComponent,
994
- MJFileStorageProviderFormComponent,
995
- MJFileFormComponent,
996
- MJGeneratedCodeCategoryFormComponent,
997
- MJGeneratedCodeFormComponent,
998
- MJInstanceConfigurationFormComponent,
999
- MJIntegrationObjectFieldFormComponent,
1000
- MJIntegrationObjectFormComponent,
1001
- MJIntegrationSourceTypeFormComponent,
1002
- MJIntegrationURLFormatFormComponent,
1003
- MJIntegrationFormComponent,
1004
- MJKnowledgeHubSavedSearchFormComponent
1014
+ MJFileStorageProviderFormComponent
1005
1015
  ],
1006
1016
  imports: [
1007
1017
  CommonModule,
@@ -1013,7 +1023,17 @@ export class GeneratedForms_SubModule_9 {
1013
1023
  exports: []
1014
1024
  }]
1015
1025
  }], null, null); })();
1016
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityRelationshipFormComponent,
1026
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEntityDocumentTypeFormComponent,
1027
+ MJEntityDocumentFormComponent,
1028
+ MJEntityFieldValueFormComponent,
1029
+ MJEntityFieldFormComponent,
1030
+ MJEntityFormOverrideFormComponent,
1031
+ MJEntityOrganicKeyRelatedEntityFormComponent,
1032
+ MJEntityOrganicKeyFormComponent,
1033
+ MJEntityPermissionFormComponent,
1034
+ MJEntityRecordDocumentFormComponent,
1035
+ MJEntityRelationshipDisplayComponentFormComponent,
1036
+ MJEntityRelationshipFormComponent,
1017
1037
  MJEntitySettingFormComponent,
1018
1038
  MJEnvironmentFormComponent,
1019
1039
  MJErrorLogFormComponent,
@@ -1022,17 +1042,7 @@ export class GeneratedForms_SubModule_9 {
1022
1042
  MJFileEntityRecordLinkFormComponent,
1023
1043
  MJFileStorageAccountPermissionFormComponent,
1024
1044
  MJFileStorageAccountFormComponent,
1025
- MJFileStorageProviderFormComponent,
1026
- MJFileFormComponent,
1027
- MJGeneratedCodeCategoryFormComponent,
1028
- MJGeneratedCodeFormComponent,
1029
- MJInstanceConfigurationFormComponent,
1030
- MJIntegrationObjectFieldFormComponent,
1031
- MJIntegrationObjectFormComponent,
1032
- MJIntegrationSourceTypeFormComponent,
1033
- MJIntegrationURLFormatFormComponent,
1034
- MJIntegrationFormComponent,
1035
- MJKnowledgeHubSavedSearchFormComponent], imports: [CommonModule,
1045
+ MJFileStorageProviderFormComponent], imports: [CommonModule,
1036
1046
  FormsModule,
1037
1047
  BaseFormsModule,
1038
1048
  EntityViewerModule,
@@ -1050,6 +1060,16 @@ export class GeneratedForms_SubModule_10 {
1050
1060
  type: NgModule,
1051
1061
  args: [{
1052
1062
  declarations: [
1063
+ MJFileFormComponent,
1064
+ MJGeneratedCodeCategoryFormComponent,
1065
+ MJGeneratedCodeFormComponent,
1066
+ MJInstanceConfigurationFormComponent,
1067
+ MJIntegrationObjectFieldFormComponent,
1068
+ MJIntegrationObjectFormComponent,
1069
+ MJIntegrationSourceTypeFormComponent,
1070
+ MJIntegrationURLFormatFormComponent,
1071
+ MJIntegrationFormComponent,
1072
+ MJKnowledgeHubSavedSearchFormComponent,
1053
1073
  MJLibraryFormComponent,
1054
1074
  MJLibraryItemFormComponent,
1055
1075
  MJListCategoryFormComponent,
@@ -1059,17 +1079,7 @@ export class GeneratedForms_SubModule_10 {
1059
1079
  MJListFormComponent,
1060
1080
  MJMagicLinkInviteAllowedDomainFormComponent,
1061
1081
  MJMagicLinkInviteAllowedPathFormComponent,
1062
- MJMagicLinkInviteApplicationFormComponent,
1063
- MJMagicLinkInviteRoleFormComponent,
1064
- MJMagicLinkInviteFormComponent,
1065
- MJMagicLinkRedemptionFormComponent,
1066
- MJMCPServerConnectionPermissionFormComponent,
1067
- MJMCPServerConnectionToolFormComponent,
1068
- MJMCPServerConnectionFormComponent,
1069
- MJMCPServerToolFormComponent,
1070
- MJMCPServerFormComponent,
1071
- MJMCPToolExecutionLogFormComponent,
1072
- MJMCPToolFavoriteFormComponent
1082
+ MJMagicLinkInviteApplicationFormComponent
1073
1083
  ],
1074
1084
  imports: [
1075
1085
  CommonModule,
@@ -1081,7 +1091,17 @@ export class GeneratedForms_SubModule_10 {
1081
1091
  exports: []
1082
1092
  }]
1083
1093
  }], null, null); })();
1084
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJLibraryFormComponent,
1094
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJFileFormComponent,
1095
+ MJGeneratedCodeCategoryFormComponent,
1096
+ MJGeneratedCodeFormComponent,
1097
+ MJInstanceConfigurationFormComponent,
1098
+ MJIntegrationObjectFieldFormComponent,
1099
+ MJIntegrationObjectFormComponent,
1100
+ MJIntegrationSourceTypeFormComponent,
1101
+ MJIntegrationURLFormatFormComponent,
1102
+ MJIntegrationFormComponent,
1103
+ MJKnowledgeHubSavedSearchFormComponent,
1104
+ MJLibraryFormComponent,
1085
1105
  MJLibraryItemFormComponent,
1086
1106
  MJListCategoryFormComponent,
1087
1107
  MJListDetailFormComponent,
@@ -1090,17 +1110,7 @@ export class GeneratedForms_SubModule_10 {
1090
1110
  MJListFormComponent,
1091
1111
  MJMagicLinkInviteAllowedDomainFormComponent,
1092
1112
  MJMagicLinkInviteAllowedPathFormComponent,
1093
- MJMagicLinkInviteApplicationFormComponent,
1094
- MJMagicLinkInviteRoleFormComponent,
1095
- MJMagicLinkInviteFormComponent,
1096
- MJMagicLinkRedemptionFormComponent,
1097
- MJMCPServerConnectionPermissionFormComponent,
1098
- MJMCPServerConnectionToolFormComponent,
1099
- MJMCPServerConnectionFormComponent,
1100
- MJMCPServerToolFormComponent,
1101
- MJMCPServerFormComponent,
1102
- MJMCPToolExecutionLogFormComponent,
1103
- MJMCPToolFavoriteFormComponent], imports: [CommonModule,
1113
+ MJMagicLinkInviteApplicationFormComponent], imports: [CommonModule,
1104
1114
  FormsModule,
1105
1115
  BaseFormsModule,
1106
1116
  EntityViewerModule,
@@ -1118,6 +1128,16 @@ export class GeneratedForms_SubModule_11 {
1118
1128
  type: NgModule,
1119
1129
  args: [{
1120
1130
  declarations: [
1131
+ MJMagicLinkInviteRoleFormComponent,
1132
+ MJMagicLinkInviteFormComponent,
1133
+ MJMagicLinkRedemptionFormComponent,
1134
+ MJMCPServerConnectionPermissionFormComponent,
1135
+ MJMCPServerConnectionToolFormComponent,
1136
+ MJMCPServerConnectionFormComponent,
1137
+ MJMCPServerToolFormComponent,
1138
+ MJMCPServerFormComponent,
1139
+ MJMCPToolExecutionLogFormComponent,
1140
+ MJMCPToolFavoriteFormComponent,
1121
1141
  MJOAuthAuthServerMetadataCacheFormComponent,
1122
1142
  MJOAuthAuthorizationStateFormComponent,
1123
1143
  MJOAuthClientRegistrationFormComponent,
@@ -1127,17 +1147,7 @@ export class GeneratedForms_SubModule_11 {
1127
1147
  MJOpenAppFormComponent,
1128
1148
  MJOutputDeliveryTypeFormComponent,
1129
1149
  MJOutputFormatTypeFormComponent,
1130
- MJOutputTriggerTypeFormComponent,
1131
- MJPermissionDomainFormComponent,
1132
- MJProjectFormComponent,
1133
- MJPublicLinkFormComponent,
1134
- MJQueryFormComponent,
1135
- MJQueryCategoryFormComponent,
1136
- MJQueryDependencyFormComponent,
1137
- MJQueryEntityFormComponent,
1138
- MJQueryFieldFormComponent,
1139
- MJQueryParameterFormComponent,
1140
- MJQueryPermissionFormComponent
1150
+ MJOutputTriggerTypeFormComponent
1141
1151
  ],
1142
1152
  imports: [
1143
1153
  CommonModule,
@@ -1149,7 +1159,17 @@ export class GeneratedForms_SubModule_11 {
1149
1159
  exports: []
1150
1160
  }]
1151
1161
  }], null, null); })();
1152
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJOAuthAuthServerMetadataCacheFormComponent,
1162
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJMagicLinkInviteRoleFormComponent,
1163
+ MJMagicLinkInviteFormComponent,
1164
+ MJMagicLinkRedemptionFormComponent,
1165
+ MJMCPServerConnectionPermissionFormComponent,
1166
+ MJMCPServerConnectionToolFormComponent,
1167
+ MJMCPServerConnectionFormComponent,
1168
+ MJMCPServerToolFormComponent,
1169
+ MJMCPServerFormComponent,
1170
+ MJMCPToolExecutionLogFormComponent,
1171
+ MJMCPToolFavoriteFormComponent,
1172
+ MJOAuthAuthServerMetadataCacheFormComponent,
1153
1173
  MJOAuthAuthorizationStateFormComponent,
1154
1174
  MJOAuthClientRegistrationFormComponent,
1155
1175
  MJOAuthTokenFormComponent,
@@ -1158,17 +1178,7 @@ export class GeneratedForms_SubModule_11 {
1158
1178
  MJOpenAppFormComponent,
1159
1179
  MJOutputDeliveryTypeFormComponent,
1160
1180
  MJOutputFormatTypeFormComponent,
1161
- MJOutputTriggerTypeFormComponent,
1162
- MJPermissionDomainFormComponent,
1163
- MJProjectFormComponent,
1164
- MJPublicLinkFormComponent,
1165
- MJQueryFormComponent,
1166
- MJQueryCategoryFormComponent,
1167
- MJQueryDependencyFormComponent,
1168
- MJQueryEntityFormComponent,
1169
- MJQueryFieldFormComponent,
1170
- MJQueryParameterFormComponent,
1171
- MJQueryPermissionFormComponent], imports: [CommonModule,
1181
+ MJOutputTriggerTypeFormComponent], imports: [CommonModule,
1172
1182
  FormsModule,
1173
1183
  BaseFormsModule,
1174
1184
  EntityViewerModule,
@@ -1186,6 +1196,16 @@ export class GeneratedForms_SubModule_12 {
1186
1196
  type: NgModule,
1187
1197
  args: [{
1188
1198
  declarations: [
1199
+ MJPermissionDomainFormComponent,
1200
+ MJProjectFormComponent,
1201
+ MJPublicLinkFormComponent,
1202
+ MJQueryFormComponent,
1203
+ MJQueryCategoryFormComponent,
1204
+ MJQueryDependencyFormComponent,
1205
+ MJQueryEntityFormComponent,
1206
+ MJQueryFieldFormComponent,
1207
+ MJQueryParameterFormComponent,
1208
+ MJQueryPermissionFormComponent,
1189
1209
  MJQuerySQLFormComponent,
1190
1210
  MJQueueTaskFormComponent,
1191
1211
  MJQueueTypeFormComponent,
@@ -1195,17 +1215,7 @@ export class GeneratedForms_SubModule_12 {
1195
1215
  MJRecommendationRunFormComponent,
1196
1216
  MJRecommendationFormComponent,
1197
1217
  MJRecordChangeReplayRunFormComponent,
1198
- MJRecordChangeFormComponent,
1199
- MJRecordGeoCodeFormComponent,
1200
- MJRecordLinkFormComponent,
1201
- MJRecordMergeDeletionLogFormComponent,
1202
- MJRecordMergeLogFormComponent,
1203
- MJReportCategoryFormComponent,
1204
- MJReportSnapshotFormComponent,
1205
- MJReportUserStateFormComponent,
1206
- MJReportVersionFormComponent,
1207
- MJReportFormComponent,
1208
- MJResourceLinkFormComponent
1218
+ MJRecordChangeFormComponent
1209
1219
  ],
1210
1220
  imports: [
1211
1221
  CommonModule,
@@ -1217,7 +1227,17 @@ export class GeneratedForms_SubModule_12 {
1217
1227
  exports: []
1218
1228
  }]
1219
1229
  }], null, null); })();
1220
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJQuerySQLFormComponent,
1230
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJPermissionDomainFormComponent,
1231
+ MJProjectFormComponent,
1232
+ MJPublicLinkFormComponent,
1233
+ MJQueryFormComponent,
1234
+ MJQueryCategoryFormComponent,
1235
+ MJQueryDependencyFormComponent,
1236
+ MJQueryEntityFormComponent,
1237
+ MJQueryFieldFormComponent,
1238
+ MJQueryParameterFormComponent,
1239
+ MJQueryPermissionFormComponent,
1240
+ MJQuerySQLFormComponent,
1221
1241
  MJQueueTaskFormComponent,
1222
1242
  MJQueueTypeFormComponent,
1223
1243
  MJQueueFormComponent,
@@ -1226,17 +1246,7 @@ export class GeneratedForms_SubModule_12 {
1226
1246
  MJRecommendationRunFormComponent,
1227
1247
  MJRecommendationFormComponent,
1228
1248
  MJRecordChangeReplayRunFormComponent,
1229
- MJRecordChangeFormComponent,
1230
- MJRecordGeoCodeFormComponent,
1231
- MJRecordLinkFormComponent,
1232
- MJRecordMergeDeletionLogFormComponent,
1233
- MJRecordMergeLogFormComponent,
1234
- MJReportCategoryFormComponent,
1235
- MJReportSnapshotFormComponent,
1236
- MJReportUserStateFormComponent,
1237
- MJReportVersionFormComponent,
1238
- MJReportFormComponent,
1239
- MJResourceLinkFormComponent], imports: [CommonModule,
1249
+ MJRecordChangeFormComponent], imports: [CommonModule,
1240
1250
  FormsModule,
1241
1251
  BaseFormsModule,
1242
1252
  EntityViewerModule,
@@ -1254,6 +1264,16 @@ export class GeneratedForms_SubModule_13 {
1254
1264
  type: NgModule,
1255
1265
  args: [{
1256
1266
  declarations: [
1267
+ MJRecordGeoCodeFormComponent,
1268
+ MJRecordLinkFormComponent,
1269
+ MJRecordMergeDeletionLogFormComponent,
1270
+ MJRecordMergeLogFormComponent,
1271
+ MJReportCategoryFormComponent,
1272
+ MJReportSnapshotFormComponent,
1273
+ MJReportUserStateFormComponent,
1274
+ MJReportVersionFormComponent,
1275
+ MJReportFormComponent,
1276
+ MJResourceLinkFormComponent,
1257
1277
  MJResourcePermissionFormComponent,
1258
1278
  MJResourceTypeFormComponent,
1259
1279
  MJRoleFormComponent,
@@ -1263,17 +1283,7 @@ export class GeneratedForms_SubModule_13 {
1263
1283
  MJScheduledJobRunFormComponent,
1264
1284
  MJScheduledJobTypeFormComponent,
1265
1285
  MJScheduledJobFormComponent,
1266
- MJSchemaInfoFormComponent,
1267
- MJSearchExecutionLogFormComponent,
1268
- MJSearchProviderFormComponent,
1269
- MJSearchScopeEntityFormComponent,
1270
- MJSearchScopeExternalIndexFormComponent,
1271
- MJSearchScopePermissionFormComponent,
1272
- MJSearchScopeProviderFormComponent,
1273
- MJSearchScopeStorageAccountFormComponent,
1274
- MJSearchScopeTestQueryFormComponent,
1275
- MJSearchScopeFormComponent,
1276
- MJSignatureAccountFormComponent
1286
+ MJSchemaInfoFormComponent
1277
1287
  ],
1278
1288
  imports: [
1279
1289
  CommonModule,
@@ -1285,7 +1295,17 @@ export class GeneratedForms_SubModule_13 {
1285
1295
  exports: []
1286
1296
  }]
1287
1297
  }], null, null); })();
1288
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJResourcePermissionFormComponent,
1298
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJRecordGeoCodeFormComponent,
1299
+ MJRecordLinkFormComponent,
1300
+ MJRecordMergeDeletionLogFormComponent,
1301
+ MJRecordMergeLogFormComponent,
1302
+ MJReportCategoryFormComponent,
1303
+ MJReportSnapshotFormComponent,
1304
+ MJReportUserStateFormComponent,
1305
+ MJReportVersionFormComponent,
1306
+ MJReportFormComponent,
1307
+ MJResourceLinkFormComponent,
1308
+ MJResourcePermissionFormComponent,
1289
1309
  MJResourceTypeFormComponent,
1290
1310
  MJRoleFormComponent,
1291
1311
  MJRowLevelSecurityFilterFormComponent,
@@ -1294,17 +1314,7 @@ export class GeneratedForms_SubModule_13 {
1294
1314
  MJScheduledJobRunFormComponent,
1295
1315
  MJScheduledJobTypeFormComponent,
1296
1316
  MJScheduledJobFormComponent,
1297
- MJSchemaInfoFormComponent,
1298
- MJSearchExecutionLogFormComponent,
1299
- MJSearchProviderFormComponent,
1300
- MJSearchScopeEntityFormComponent,
1301
- MJSearchScopeExternalIndexFormComponent,
1302
- MJSearchScopePermissionFormComponent,
1303
- MJSearchScopeProviderFormComponent,
1304
- MJSearchScopeStorageAccountFormComponent,
1305
- MJSearchScopeTestQueryFormComponent,
1306
- MJSearchScopeFormComponent,
1307
- MJSignatureAccountFormComponent], imports: [CommonModule,
1317
+ MJSchemaInfoFormComponent], imports: [CommonModule,
1308
1318
  FormsModule,
1309
1319
  BaseFormsModule,
1310
1320
  EntityViewerModule,
@@ -1322,6 +1332,16 @@ export class GeneratedForms_SubModule_14 {
1322
1332
  type: NgModule,
1323
1333
  args: [{
1324
1334
  declarations: [
1335
+ MJSearchExecutionLogFormComponent,
1336
+ MJSearchProviderFormComponent,
1337
+ MJSearchScopeEntityFormComponent,
1338
+ MJSearchScopeExternalIndexFormComponent,
1339
+ MJSearchScopePermissionFormComponent,
1340
+ MJSearchScopeProviderFormComponent,
1341
+ MJSearchScopeStorageAccountFormComponent,
1342
+ MJSearchScopeTestQueryFormComponent,
1343
+ MJSearchScopeFormComponent,
1344
+ MJSignatureAccountFormComponent,
1325
1345
  MJSignatureProviderFormComponent,
1326
1346
  MJSignatureRequestDocumentFormComponent,
1327
1347
  MJSignatureRequestLogFormComponent,
@@ -1331,17 +1351,7 @@ export class GeneratedForms_SubModule_14 {
1331
1351
  MJSQLDialectFormComponent,
1332
1352
  MJStateProvinceFormComponent,
1333
1353
  MJTagAuditLogFormComponent,
1334
- MJTagCoOccurrenceFormComponent,
1335
- MJTagScopeFormComponent,
1336
- MJTagSuggestionFormComponent,
1337
- MJTagSynonymFormComponent,
1338
- MJTaggedItemFormComponent,
1339
- MJTagFormComponent,
1340
- MJTaskDependencyFormComponent,
1341
- MJTaskTypeFormComponent,
1342
- MJTaskFormComponent,
1343
- MJTemplateCategoryFormComponent,
1344
- MJTemplateContentTypeFormComponent
1354
+ MJTagCoOccurrenceFormComponent
1345
1355
  ],
1346
1356
  imports: [
1347
1357
  CommonModule,
@@ -1353,7 +1363,17 @@ export class GeneratedForms_SubModule_14 {
1353
1363
  exports: []
1354
1364
  }]
1355
1365
  }], null, null); })();
1356
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJSignatureProviderFormComponent,
1366
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJSearchExecutionLogFormComponent,
1367
+ MJSearchProviderFormComponent,
1368
+ MJSearchScopeEntityFormComponent,
1369
+ MJSearchScopeExternalIndexFormComponent,
1370
+ MJSearchScopePermissionFormComponent,
1371
+ MJSearchScopeProviderFormComponent,
1372
+ MJSearchScopeStorageAccountFormComponent,
1373
+ MJSearchScopeTestQueryFormComponent,
1374
+ MJSearchScopeFormComponent,
1375
+ MJSignatureAccountFormComponent,
1376
+ MJSignatureProviderFormComponent,
1357
1377
  MJSignatureRequestDocumentFormComponent,
1358
1378
  MJSignatureRequestLogFormComponent,
1359
1379
  MJSignatureRequestRecipientFormComponent,
@@ -1362,17 +1382,7 @@ export class GeneratedForms_SubModule_14 {
1362
1382
  MJSQLDialectFormComponent,
1363
1383
  MJStateProvinceFormComponent,
1364
1384
  MJTagAuditLogFormComponent,
1365
- MJTagCoOccurrenceFormComponent,
1366
- MJTagScopeFormComponent,
1367
- MJTagSuggestionFormComponent,
1368
- MJTagSynonymFormComponent,
1369
- MJTaggedItemFormComponent,
1370
- MJTagFormComponent,
1371
- MJTaskDependencyFormComponent,
1372
- MJTaskTypeFormComponent,
1373
- MJTaskFormComponent,
1374
- MJTemplateCategoryFormComponent,
1375
- MJTemplateContentTypeFormComponent], imports: [CommonModule,
1385
+ MJTagCoOccurrenceFormComponent], imports: [CommonModule,
1376
1386
  FormsModule,
1377
1387
  BaseFormsModule,
1378
1388
  EntityViewerModule,
@@ -1390,6 +1400,16 @@ export class GeneratedForms_SubModule_15 {
1390
1400
  type: NgModule,
1391
1401
  args: [{
1392
1402
  declarations: [
1403
+ MJTagScopeFormComponent,
1404
+ MJTagSuggestionFormComponent,
1405
+ MJTagSynonymFormComponent,
1406
+ MJTaggedItemFormComponent,
1407
+ MJTagFormComponent,
1408
+ MJTaskDependencyFormComponent,
1409
+ MJTaskTypeFormComponent,
1410
+ MJTaskFormComponent,
1411
+ MJTemplateCategoryFormComponent,
1412
+ MJTemplateContentTypeFormComponent,
1393
1413
  MJTemplateContentFormComponent,
1394
1414
  MJTemplateParamFormComponent,
1395
1415
  MJTemplateFormComponent,
@@ -1399,17 +1419,7 @@ export class GeneratedForms_SubModule_15 {
1399
1419
  MJTestRunOutputFormComponent,
1400
1420
  MJTestRunFormComponent,
1401
1421
  MJTestSuiteRunFormComponent,
1402
- MJTestSuiteTestFormComponent,
1403
- MJTestSuiteFormComponent,
1404
- MJTestTypeFormComponent,
1405
- MJTestFormComponent,
1406
- MJUserApplicationEntityFormComponent,
1407
- MJUserApplicationFormComponent,
1408
- MJUserFavoriteFormComponent,
1409
- MJUserNotificationPreferenceFormComponent,
1410
- MJUserNotificationTypeFormComponent,
1411
- MJUserNotificationFormComponent,
1412
- MJUserRecordLogFormComponent
1422
+ MJTestSuiteTestFormComponent
1413
1423
  ],
1414
1424
  imports: [
1415
1425
  CommonModule,
@@ -1421,7 +1431,17 @@ export class GeneratedForms_SubModule_15 {
1421
1431
  exports: []
1422
1432
  }]
1423
1433
  }], null, null); })();
1424
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJTemplateContentFormComponent,
1434
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJTagScopeFormComponent,
1435
+ MJTagSuggestionFormComponent,
1436
+ MJTagSynonymFormComponent,
1437
+ MJTaggedItemFormComponent,
1438
+ MJTagFormComponent,
1439
+ MJTaskDependencyFormComponent,
1440
+ MJTaskTypeFormComponent,
1441
+ MJTaskFormComponent,
1442
+ MJTemplateCategoryFormComponent,
1443
+ MJTemplateContentTypeFormComponent,
1444
+ MJTemplateContentFormComponent,
1425
1445
  MJTemplateParamFormComponent,
1426
1446
  MJTemplateFormComponent,
1427
1447
  MJTestRubricFormComponent,
@@ -1430,17 +1450,7 @@ export class GeneratedForms_SubModule_15 {
1430
1450
  MJTestRunOutputFormComponent,
1431
1451
  MJTestRunFormComponent,
1432
1452
  MJTestSuiteRunFormComponent,
1433
- MJTestSuiteTestFormComponent,
1434
- MJTestSuiteFormComponent,
1435
- MJTestTypeFormComponent,
1436
- MJTestFormComponent,
1437
- MJUserApplicationEntityFormComponent,
1438
- MJUserApplicationFormComponent,
1439
- MJUserFavoriteFormComponent,
1440
- MJUserNotificationPreferenceFormComponent,
1441
- MJUserNotificationTypeFormComponent,
1442
- MJUserNotificationFormComponent,
1443
- MJUserRecordLogFormComponent], imports: [CommonModule,
1453
+ MJTestSuiteTestFormComponent], imports: [CommonModule,
1444
1454
  FormsModule,
1445
1455
  BaseFormsModule,
1446
1456
  EntityViewerModule,
@@ -1458,6 +1468,16 @@ export class GeneratedForms_SubModule_16 {
1458
1468
  type: NgModule,
1459
1469
  args: [{
1460
1470
  declarations: [
1471
+ MJTestSuiteFormComponent,
1472
+ MJTestTypeFormComponent,
1473
+ MJTestFormComponent,
1474
+ MJUserApplicationEntityFormComponent,
1475
+ MJUserApplicationFormComponent,
1476
+ MJUserFavoriteFormComponent,
1477
+ MJUserNotificationPreferenceFormComponent,
1478
+ MJUserNotificationTypeFormComponent,
1479
+ MJUserNotificationFormComponent,
1480
+ MJUserRecordLogFormComponent,
1461
1481
  MJUserRoleFormComponent,
1462
1482
  MJUserSettingFormComponent,
1463
1483
  MJUserViewCategoryFormComponent,
@@ -1467,7 +1487,55 @@ export class GeneratedForms_SubModule_16 {
1467
1487
  MJUserFormComponent,
1468
1488
  MJVectorDatabaseFormComponent,
1469
1489
  MJVectorIndexFormComponent,
1470
- MJVersionInstallationFormComponent,
1490
+ MJVersionInstallationFormComponent
1491
+ ],
1492
+ imports: [
1493
+ CommonModule,
1494
+ FormsModule,
1495
+ BaseFormsModule,
1496
+ EntityViewerModule,
1497
+ LinkDirectivesModule
1498
+ ],
1499
+ exports: []
1500
+ }]
1501
+ }], null, null); })();
1502
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJTestSuiteFormComponent,
1503
+ MJTestTypeFormComponent,
1504
+ MJTestFormComponent,
1505
+ MJUserApplicationEntityFormComponent,
1506
+ MJUserApplicationFormComponent,
1507
+ MJUserFavoriteFormComponent,
1508
+ MJUserNotificationPreferenceFormComponent,
1509
+ MJUserNotificationTypeFormComponent,
1510
+ MJUserNotificationFormComponent,
1511
+ MJUserRecordLogFormComponent,
1512
+ MJUserRoleFormComponent,
1513
+ MJUserSettingFormComponent,
1514
+ MJUserViewCategoryFormComponent,
1515
+ MJUserViewRunDetailFormComponent,
1516
+ MJUserViewRunFormComponent,
1517
+ MJUserViewFormComponent,
1518
+ MJUserFormComponent,
1519
+ MJVectorDatabaseFormComponent,
1520
+ MJVectorIndexFormComponent,
1521
+ MJVersionInstallationFormComponent], imports: [CommonModule,
1522
+ FormsModule,
1523
+ BaseFormsModule,
1524
+ EntityViewerModule,
1525
+ LinkDirectivesModule] }); })();
1526
+ export class GeneratedForms_SubModule_17 {
1527
+ static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_17)(); }; }
1528
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
1529
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1530
+ FormsModule,
1531
+ BaseFormsModule,
1532
+ EntityViewerModule,
1533
+ LinkDirectivesModule] }); }
1534
+ }
1535
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
1536
+ type: NgModule,
1537
+ args: [{
1538
+ declarations: [
1471
1539
  MJVersionLabelItemFormComponent,
1472
1540
  MJVersionLabelRestoreFormComponent,
1473
1541
  MJVersionLabelFormComponent,
@@ -1488,17 +1556,7 @@ export class GeneratedForms_SubModule_16 {
1488
1556
  exports: []
1489
1557
  }]
1490
1558
  }], null, null); })();
1491
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJUserRoleFormComponent,
1492
- MJUserSettingFormComponent,
1493
- MJUserViewCategoryFormComponent,
1494
- MJUserViewRunDetailFormComponent,
1495
- MJUserViewRunFormComponent,
1496
- MJUserViewFormComponent,
1497
- MJUserFormComponent,
1498
- MJVectorDatabaseFormComponent,
1499
- MJVectorIndexFormComponent,
1500
- MJVersionInstallationFormComponent,
1501
- MJVersionLabelItemFormComponent,
1559
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJVersionLabelItemFormComponent,
1502
1560
  MJVersionLabelRestoreFormComponent,
1503
1561
  MJVersionLabelFormComponent,
1504
1562
  MJViewTypeFormComponent,
@@ -1530,7 +1588,8 @@ export class CoreGeneratedFormsModule {
1530
1588
  GeneratedForms_SubModule_13,
1531
1589
  GeneratedForms_SubModule_14,
1532
1590
  GeneratedForms_SubModule_15,
1533
- GeneratedForms_SubModule_16] }); }
1591
+ GeneratedForms_SubModule_16,
1592
+ GeneratedForms_SubModule_17] }); }
1534
1593
  }
1535
1594
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
1536
1595
  type: NgModule,
@@ -1553,9 +1612,10 @@ export class CoreGeneratedFormsModule {
1553
1612
  GeneratedForms_SubModule_13,
1554
1613
  GeneratedForms_SubModule_14,
1555
1614
  GeneratedForms_SubModule_15,
1556
- GeneratedForms_SubModule_16
1615
+ GeneratedForms_SubModule_16,
1616
+ GeneratedForms_SubModule_17
1557
1617
  ]
1558
1618
  }]
1559
1619
  }], null, null); })();
1560
- (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] }); })();
1620
+ (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] }); })();
1561
1621
  //# sourceMappingURL=generated-forms.module.js.map