@memberjunction/ng-core-entity-forms 5.22.0 → 5.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js +55 -59
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +0 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +54 -71
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +1053 -1096
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts +2 -3
- package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-management.service.js +39 -82
- package/dist/lib/custom/AIAgents/ai-agent-management.service.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +28 -31
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +15 -14
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +4 -7
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +77 -124
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts +2 -2
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.js +10 -11
- package/dist/lib/custom/AIAgents/new-agent-dialog.service.js.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +18 -18
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +59 -80
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +23 -24
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +862 -906
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +4 -5
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +448 -499
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.d.ts +2 -2
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.js +6 -11
- package/dist/lib/custom/AIPrompts/ai-prompt-management.service.js.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts +4 -5
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +16 -15
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +160 -166
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.js +93 -94
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +2 -2
- package/dist/lib/custom/Lists/list-form.component.js +61 -63
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.js +33 -59
- package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +354 -360
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js +62 -71
- package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.js +128 -124
- package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts +45 -22
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.js +380 -384
- package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +34 -36
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +8 -9
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js +4 -4
- package/dist/lib/custom/Tests/test-run-feedback-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +7 -7
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +6 -7
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +6 -7
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +381 -409
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +74 -63
- 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-visualization.component.js +10 -10
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +352 -332
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +22 -27
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +51 -81
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts +4 -5
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.js +59 -66
- package/dist/lib/custom/shared/entity-selector-dialog.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 +176 -156
- package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.js +65 -0
- package/dist/lib/generated/Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js +89 -0
- package/dist/lib/generated/Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +80 -44
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItemTag/mjcontentitemtag.form.component.js +11 -8
- package/dist/lib/generated/Entities/MJContentItemTag/mjcontentitemtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +39 -24
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js +35 -17
- package/dist/lib/generated/Entities/MJContentType/mjcontenttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js +15 -13
- package/dist/lib/generated/Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js +7 -9
- package/dist/lib/generated/Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +21 -9
- package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js +41 -5
- package/dist/lib/generated/Entities/MJVectorIndex/mjvectorindex.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +280 -279
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +102 -142
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/shared/components/template-editor.component.js +14 -15
- package/dist/lib/shared/components/template-editor.component.js.map +1 -1
- package/package.json +34 -41
|
@@ -12,7 +12,6 @@ import { FormsModule } from '@angular/forms';
|
|
|
12
12
|
import { BaseFormsModule } from '@memberjunction/ng-base-forms';
|
|
13
13
|
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
|
|
14
14
|
import { LinkDirectivesModule } from '@memberjunction/ng-link-directives';
|
|
15
|
-
import { LayoutModule } from '@progress/kendo-angular-layout';
|
|
16
15
|
// Import Generated Components
|
|
17
16
|
import { MJAccessControlRuleFormComponent } from "./Entities/MJAccessControlRule/mjaccesscontrolrule.form.component";
|
|
18
17
|
import { MJActionAuthorizationFormComponent } from "./Entities/MJActionAuthorization/mjactionauthorization.form.component";
|
|
@@ -29,6 +28,7 @@ import { MJAIActionFormComponent } from "./Entities/MJAIAction/mjaiaction.form.c
|
|
|
29
28
|
import { MJAIAgentActionFormComponent } from "./Entities/MJAIAgentAction/mjaiagentaction.form.component";
|
|
30
29
|
import { MJAIAgentArtifactTypeFormComponent } from "./Entities/MJAIAgentArtifactType/mjaiagentartifacttype.form.component";
|
|
31
30
|
import { MJAIAgentCategoryFormComponent } from "./Entities/MJAIAgentCategory/mjaiagentcategory.form.component";
|
|
31
|
+
import { MJAIAgentClientToolFormComponent } from "./Entities/MJAIAgentClientTool/mjaiagentclienttool.form.component";
|
|
32
32
|
import { MJAIAgentConfigurationFormComponent } from "./Entities/MJAIAgentConfiguration/mjaiagentconfiguration.form.component";
|
|
33
33
|
import { MJAIAgentDataSourceFormComponent } from "./Entities/MJAIAgentDataSource/mjaiagentdatasource.form.component";
|
|
34
34
|
import { MJAIAgentExampleFormComponent } from "./Entities/MJAIAgentExample/mjaiagentexample.form.component";
|
|
@@ -50,6 +50,7 @@ import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentst
|
|
|
50
50
|
import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
|
|
51
51
|
import { MJAIAgentFormComponent } from "./Entities/MJAIAgent/mjaiagent.form.component";
|
|
52
52
|
import { MJAIArchitectureFormComponent } from "./Entities/MJAIArchitecture/mjaiarchitecture.form.component";
|
|
53
|
+
import { MJAIClientToolDefinitionFormComponent } from "./Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component";
|
|
53
54
|
import { MJAIConfigurationParamFormComponent } from "./Entities/MJAIConfigurationParam/mjaiconfigurationparam.form.component";
|
|
54
55
|
import { MJAIConfigurationFormComponent } from "./Entities/MJAIConfiguration/mjaiconfiguration.form.component";
|
|
55
56
|
import { MJAICredentialBindingFormComponent } from "./Entities/MJAICredentialBinding/mjaicredentialbinding.form.component";
|
|
@@ -311,7 +312,6 @@ export class GeneratedForms_SubModule_0 {
|
|
|
311
312
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_0 }); }
|
|
312
313
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
313
314
|
FormsModule,
|
|
314
|
-
LayoutModule,
|
|
315
315
|
BaseFormsModule,
|
|
316
316
|
EntityViewerModule,
|
|
317
317
|
LinkDirectivesModule] }); }
|
|
@@ -335,16 +335,15 @@ export class GeneratedForms_SubModule_0 {
|
|
|
335
335
|
MJAIAgentActionFormComponent,
|
|
336
336
|
MJAIAgentArtifactTypeFormComponent,
|
|
337
337
|
MJAIAgentCategoryFormComponent,
|
|
338
|
+
MJAIAgentClientToolFormComponent,
|
|
338
339
|
MJAIAgentConfigurationFormComponent,
|
|
339
340
|
MJAIAgentDataSourceFormComponent,
|
|
340
341
|
MJAIAgentExampleFormComponent,
|
|
341
|
-
MJAIAgentLearningCycleFormComponent
|
|
342
|
-
MJAIAgentModalityFormComponent
|
|
342
|
+
MJAIAgentLearningCycleFormComponent
|
|
343
343
|
],
|
|
344
344
|
imports: [
|
|
345
345
|
CommonModule,
|
|
346
346
|
FormsModule,
|
|
347
|
-
LayoutModule,
|
|
348
347
|
BaseFormsModule,
|
|
349
348
|
EntityViewerModule,
|
|
350
349
|
LinkDirectivesModule
|
|
@@ -367,13 +366,12 @@ export class GeneratedForms_SubModule_0 {
|
|
|
367
366
|
MJAIAgentActionFormComponent,
|
|
368
367
|
MJAIAgentArtifactTypeFormComponent,
|
|
369
368
|
MJAIAgentCategoryFormComponent,
|
|
369
|
+
MJAIAgentClientToolFormComponent,
|
|
370
370
|
MJAIAgentConfigurationFormComponent,
|
|
371
371
|
MJAIAgentDataSourceFormComponent,
|
|
372
372
|
MJAIAgentExampleFormComponent,
|
|
373
|
-
MJAIAgentLearningCycleFormComponent,
|
|
374
|
-
MJAIAgentModalityFormComponent], imports: [CommonModule,
|
|
373
|
+
MJAIAgentLearningCycleFormComponent], imports: [CommonModule,
|
|
375
374
|
FormsModule,
|
|
376
|
-
LayoutModule,
|
|
377
375
|
BaseFormsModule,
|
|
378
376
|
EntityViewerModule,
|
|
379
377
|
LinkDirectivesModule] }); })();
|
|
@@ -382,7 +380,6 @@ export class GeneratedForms_SubModule_1 {
|
|
|
382
380
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_1 }); }
|
|
383
381
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
384
382
|
FormsModule,
|
|
385
|
-
LayoutModule,
|
|
386
383
|
BaseFormsModule,
|
|
387
384
|
EntityViewerModule,
|
|
388
385
|
LinkDirectivesModule] }); }
|
|
@@ -391,6 +388,7 @@ export class GeneratedForms_SubModule_1 {
|
|
|
391
388
|
type: NgModule,
|
|
392
389
|
args: [{
|
|
393
390
|
declarations: [
|
|
391
|
+
MJAIAgentModalityFormComponent,
|
|
394
392
|
MJAIAgentModelFormComponent,
|
|
395
393
|
MJAIAgentNoteTypeFormComponent,
|
|
396
394
|
MJAIAgentNoteFormComponent,
|
|
@@ -407,15 +405,13 @@ export class GeneratedForms_SubModule_1 {
|
|
|
407
405
|
MJAIAgentTypeFormComponent,
|
|
408
406
|
MJAIAgentFormComponent,
|
|
409
407
|
MJAIArchitectureFormComponent,
|
|
408
|
+
MJAIClientToolDefinitionFormComponent,
|
|
410
409
|
MJAIConfigurationParamFormComponent,
|
|
411
|
-
MJAIConfigurationFormComponent
|
|
412
|
-
MJAICredentialBindingFormComponent,
|
|
413
|
-
MJAIModalityFormComponent
|
|
410
|
+
MJAIConfigurationFormComponent
|
|
414
411
|
],
|
|
415
412
|
imports: [
|
|
416
413
|
CommonModule,
|
|
417
414
|
FormsModule,
|
|
418
|
-
LayoutModule,
|
|
419
415
|
BaseFormsModule,
|
|
420
416
|
EntityViewerModule,
|
|
421
417
|
LinkDirectivesModule
|
|
@@ -423,7 +419,8 @@ export class GeneratedForms_SubModule_1 {
|
|
|
423
419
|
exports: []
|
|
424
420
|
}]
|
|
425
421
|
}], null, null); })();
|
|
426
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [
|
|
422
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentModalityFormComponent,
|
|
423
|
+
MJAIAgentModelFormComponent,
|
|
427
424
|
MJAIAgentNoteTypeFormComponent,
|
|
428
425
|
MJAIAgentNoteFormComponent,
|
|
429
426
|
MJAIAgentPermissionFormComponent,
|
|
@@ -439,12 +436,10 @@ export class GeneratedForms_SubModule_1 {
|
|
|
439
436
|
MJAIAgentTypeFormComponent,
|
|
440
437
|
MJAIAgentFormComponent,
|
|
441
438
|
MJAIArchitectureFormComponent,
|
|
439
|
+
MJAIClientToolDefinitionFormComponent,
|
|
442
440
|
MJAIConfigurationParamFormComponent,
|
|
443
|
-
MJAIConfigurationFormComponent,
|
|
444
|
-
MJAICredentialBindingFormComponent,
|
|
445
|
-
MJAIModalityFormComponent], imports: [CommonModule,
|
|
441
|
+
MJAIConfigurationFormComponent], imports: [CommonModule,
|
|
446
442
|
FormsModule,
|
|
447
|
-
LayoutModule,
|
|
448
443
|
BaseFormsModule,
|
|
449
444
|
EntityViewerModule,
|
|
450
445
|
LinkDirectivesModule] }); })();
|
|
@@ -453,7 +448,6 @@ export class GeneratedForms_SubModule_2 {
|
|
|
453
448
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_2 }); }
|
|
454
449
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
455
450
|
FormsModule,
|
|
456
|
-
LayoutModule,
|
|
457
451
|
BaseFormsModule,
|
|
458
452
|
EntityViewerModule,
|
|
459
453
|
LinkDirectivesModule] }); }
|
|
@@ -462,6 +456,8 @@ export class GeneratedForms_SubModule_2 {
|
|
|
462
456
|
type: NgModule,
|
|
463
457
|
args: [{
|
|
464
458
|
declarations: [
|
|
459
|
+
MJAICredentialBindingFormComponent,
|
|
460
|
+
MJAIModalityFormComponent,
|
|
465
461
|
MJAIModelActionFormComponent,
|
|
466
462
|
MJAIModelArchitectureFormComponent,
|
|
467
463
|
MJAIModelCostFormComponent,
|
|
@@ -479,14 +475,11 @@ export class GeneratedForms_SubModule_2 {
|
|
|
479
475
|
MJAIPromptFormComponent,
|
|
480
476
|
MJAIResultCacheFormComponent,
|
|
481
477
|
MJAIVendorTypeDefinitionFormComponent,
|
|
482
|
-
MJAIVendorTypeFormComponent
|
|
483
|
-
MJAIVendorFormComponent,
|
|
484
|
-
MJAPIApplicationScopeFormComponent
|
|
478
|
+
MJAIVendorTypeFormComponent
|
|
485
479
|
],
|
|
486
480
|
imports: [
|
|
487
481
|
CommonModule,
|
|
488
482
|
FormsModule,
|
|
489
|
-
LayoutModule,
|
|
490
483
|
BaseFormsModule,
|
|
491
484
|
EntityViewerModule,
|
|
492
485
|
LinkDirectivesModule
|
|
@@ -494,7 +487,9 @@ export class GeneratedForms_SubModule_2 {
|
|
|
494
487
|
exports: []
|
|
495
488
|
}]
|
|
496
489
|
}], null, null); })();
|
|
497
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [
|
|
490
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAICredentialBindingFormComponent,
|
|
491
|
+
MJAIModalityFormComponent,
|
|
492
|
+
MJAIModelActionFormComponent,
|
|
498
493
|
MJAIModelArchitectureFormComponent,
|
|
499
494
|
MJAIModelCostFormComponent,
|
|
500
495
|
MJAIModelModalityFormComponent,
|
|
@@ -511,11 +506,8 @@ export class GeneratedForms_SubModule_2 {
|
|
|
511
506
|
MJAIPromptFormComponent,
|
|
512
507
|
MJAIResultCacheFormComponent,
|
|
513
508
|
MJAIVendorTypeDefinitionFormComponent,
|
|
514
|
-
MJAIVendorTypeFormComponent,
|
|
515
|
-
MJAIVendorFormComponent,
|
|
516
|
-
MJAPIApplicationScopeFormComponent], imports: [CommonModule,
|
|
509
|
+
MJAIVendorTypeFormComponent], imports: [CommonModule,
|
|
517
510
|
FormsModule,
|
|
518
|
-
LayoutModule,
|
|
519
511
|
BaseFormsModule,
|
|
520
512
|
EntityViewerModule,
|
|
521
513
|
LinkDirectivesModule] }); })();
|
|
@@ -524,7 +516,6 @@ export class GeneratedForms_SubModule_3 {
|
|
|
524
516
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_3 }); }
|
|
525
517
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
526
518
|
FormsModule,
|
|
527
|
-
LayoutModule,
|
|
528
519
|
BaseFormsModule,
|
|
529
520
|
EntityViewerModule,
|
|
530
521
|
LinkDirectivesModule] }); }
|
|
@@ -533,6 +524,8 @@ export class GeneratedForms_SubModule_3 {
|
|
|
533
524
|
type: NgModule,
|
|
534
525
|
args: [{
|
|
535
526
|
declarations: [
|
|
527
|
+
MJAIVendorFormComponent,
|
|
528
|
+
MJAPIApplicationScopeFormComponent,
|
|
536
529
|
MJAPIApplicationFormComponent,
|
|
537
530
|
MJAPIKeyApplicationFormComponent,
|
|
538
531
|
MJAPIKeyScopeFormComponent,
|
|
@@ -550,14 +543,11 @@ export class GeneratedForms_SubModule_3 {
|
|
|
550
543
|
MJArtifactFormComponent,
|
|
551
544
|
MJAuditLogTypeFormComponent,
|
|
552
545
|
MJAuditLogFormComponent,
|
|
553
|
-
MJAuthorizationRoleFormComponent
|
|
554
|
-
MJAuthorizationFormComponent,
|
|
555
|
-
MJCollectionArtifactFormComponent
|
|
546
|
+
MJAuthorizationRoleFormComponent
|
|
556
547
|
],
|
|
557
548
|
imports: [
|
|
558
549
|
CommonModule,
|
|
559
550
|
FormsModule,
|
|
560
|
-
LayoutModule,
|
|
561
551
|
BaseFormsModule,
|
|
562
552
|
EntityViewerModule,
|
|
563
553
|
LinkDirectivesModule
|
|
@@ -565,7 +555,9 @@ export class GeneratedForms_SubModule_3 {
|
|
|
565
555
|
exports: []
|
|
566
556
|
}]
|
|
567
557
|
}], null, null); })();
|
|
568
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [
|
|
558
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIVendorFormComponent,
|
|
559
|
+
MJAPIApplicationScopeFormComponent,
|
|
560
|
+
MJAPIApplicationFormComponent,
|
|
569
561
|
MJAPIKeyApplicationFormComponent,
|
|
570
562
|
MJAPIKeyScopeFormComponent,
|
|
571
563
|
MJAPIKeyUsageLogFormComponent,
|
|
@@ -582,11 +574,8 @@ export class GeneratedForms_SubModule_3 {
|
|
|
582
574
|
MJArtifactFormComponent,
|
|
583
575
|
MJAuditLogTypeFormComponent,
|
|
584
576
|
MJAuditLogFormComponent,
|
|
585
|
-
MJAuthorizationRoleFormComponent,
|
|
586
|
-
MJAuthorizationFormComponent,
|
|
587
|
-
MJCollectionArtifactFormComponent], imports: [CommonModule,
|
|
577
|
+
MJAuthorizationRoleFormComponent], imports: [CommonModule,
|
|
588
578
|
FormsModule,
|
|
589
|
-
LayoutModule,
|
|
590
579
|
BaseFormsModule,
|
|
591
580
|
EntityViewerModule,
|
|
592
581
|
LinkDirectivesModule] }); })();
|
|
@@ -595,7 +584,6 @@ export class GeneratedForms_SubModule_4 {
|
|
|
595
584
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_4 }); }
|
|
596
585
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
597
586
|
FormsModule,
|
|
598
|
-
LayoutModule,
|
|
599
587
|
BaseFormsModule,
|
|
600
588
|
EntityViewerModule,
|
|
601
589
|
LinkDirectivesModule,
|
|
@@ -605,6 +593,8 @@ export class GeneratedForms_SubModule_4 {
|
|
|
605
593
|
type: NgModule,
|
|
606
594
|
args: [{
|
|
607
595
|
declarations: [
|
|
596
|
+
MJAuthorizationFormComponent,
|
|
597
|
+
MJCollectionArtifactFormComponent,
|
|
608
598
|
MJCollectionPermissionFormComponent,
|
|
609
599
|
MJCollectionFormComponent,
|
|
610
600
|
MJCommunicationBaseMessageTypeFormComponent,
|
|
@@ -622,14 +612,11 @@ export class GeneratedForms_SubModule_4 {
|
|
|
622
612
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
623
613
|
MJCompanyIntegrationFormComponent,
|
|
624
614
|
MJComponentDependencyFormComponent,
|
|
625
|
-
MJComponentLibraryFormComponent
|
|
626
|
-
MJComponentLibraryLinkFormComponent,
|
|
627
|
-
MJComponentRegistryFormComponent
|
|
615
|
+
MJComponentLibraryFormComponent
|
|
628
616
|
],
|
|
629
617
|
imports: [
|
|
630
618
|
CommonModule,
|
|
631
619
|
FormsModule,
|
|
632
|
-
LayoutModule,
|
|
633
620
|
BaseFormsModule,
|
|
634
621
|
EntityViewerModule,
|
|
635
622
|
LinkDirectivesModule,
|
|
@@ -638,7 +625,9 @@ export class GeneratedForms_SubModule_4 {
|
|
|
638
625
|
exports: []
|
|
639
626
|
}]
|
|
640
627
|
}], null, null); })();
|
|
641
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [
|
|
628
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAuthorizationFormComponent,
|
|
629
|
+
MJCollectionArtifactFormComponent,
|
|
630
|
+
MJCollectionPermissionFormComponent,
|
|
642
631
|
MJCollectionFormComponent,
|
|
643
632
|
MJCommunicationBaseMessageTypeFormComponent,
|
|
644
633
|
MJCommunicationLogFormComponent,
|
|
@@ -655,11 +644,8 @@ export class GeneratedForms_SubModule_4 {
|
|
|
655
644
|
MJCompanyIntegrationSyncWatermarkFormComponent,
|
|
656
645
|
MJCompanyIntegrationFormComponent,
|
|
657
646
|
MJComponentDependencyFormComponent,
|
|
658
|
-
MJComponentLibraryFormComponent,
|
|
659
|
-
MJComponentLibraryLinkFormComponent,
|
|
660
|
-
MJComponentRegistryFormComponent], imports: [CommonModule,
|
|
647
|
+
MJComponentLibraryFormComponent], imports: [CommonModule,
|
|
661
648
|
FormsModule,
|
|
662
|
-
LayoutModule,
|
|
663
649
|
BaseFormsModule,
|
|
664
650
|
EntityViewerModule,
|
|
665
651
|
LinkDirectivesModule,
|
|
@@ -669,7 +655,6 @@ export class GeneratedForms_SubModule_5 {
|
|
|
669
655
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_5 }); }
|
|
670
656
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
671
657
|
FormsModule,
|
|
672
|
-
LayoutModule,
|
|
673
658
|
BaseFormsModule,
|
|
674
659
|
EntityViewerModule,
|
|
675
660
|
LinkDirectivesModule] }); }
|
|
@@ -678,6 +663,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
678
663
|
type: NgModule,
|
|
679
664
|
args: [{
|
|
680
665
|
declarations: [
|
|
666
|
+
MJComponentLibraryLinkFormComponent,
|
|
667
|
+
MJComponentRegistryFormComponent,
|
|
681
668
|
MJComponentFormComponent,
|
|
682
669
|
MJContentFileTypeFormComponent,
|
|
683
670
|
MJContentItemAttributeFormComponent,
|
|
@@ -695,14 +682,11 @@ export class GeneratedForms_SubModule_5 {
|
|
|
695
682
|
MJConversationArtifactFormComponent,
|
|
696
683
|
MJConversationDetailArtifactFormComponent,
|
|
697
684
|
MJConversationDetailAttachmentFormComponent,
|
|
698
|
-
MJConversationDetailRatingFormComponent
|
|
699
|
-
MJConversationDetailFormComponent,
|
|
700
|
-
MJConversationFormComponent
|
|
685
|
+
MJConversationDetailRatingFormComponent
|
|
701
686
|
],
|
|
702
687
|
imports: [
|
|
703
688
|
CommonModule,
|
|
704
689
|
FormsModule,
|
|
705
|
-
LayoutModule,
|
|
706
690
|
BaseFormsModule,
|
|
707
691
|
EntityViewerModule,
|
|
708
692
|
LinkDirectivesModule
|
|
@@ -710,7 +694,9 @@ export class GeneratedForms_SubModule_5 {
|
|
|
710
694
|
exports: []
|
|
711
695
|
}]
|
|
712
696
|
}], null, null); })();
|
|
713
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [
|
|
697
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJComponentLibraryLinkFormComponent,
|
|
698
|
+
MJComponentRegistryFormComponent,
|
|
699
|
+
MJComponentFormComponent,
|
|
714
700
|
MJContentFileTypeFormComponent,
|
|
715
701
|
MJContentItemAttributeFormComponent,
|
|
716
702
|
MJContentItemTagFormComponent,
|
|
@@ -727,11 +713,8 @@ export class GeneratedForms_SubModule_5 {
|
|
|
727
713
|
MJConversationArtifactFormComponent,
|
|
728
714
|
MJConversationDetailArtifactFormComponent,
|
|
729
715
|
MJConversationDetailAttachmentFormComponent,
|
|
730
|
-
MJConversationDetailRatingFormComponent,
|
|
731
|
-
MJConversationDetailFormComponent,
|
|
732
|
-
MJConversationFormComponent], imports: [CommonModule,
|
|
716
|
+
MJConversationDetailRatingFormComponent], imports: [CommonModule,
|
|
733
717
|
FormsModule,
|
|
734
|
-
LayoutModule,
|
|
735
718
|
BaseFormsModule,
|
|
736
719
|
EntityViewerModule,
|
|
737
720
|
LinkDirectivesModule] }); })();
|
|
@@ -740,7 +723,6 @@ export class GeneratedForms_SubModule_6 {
|
|
|
740
723
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_6 }); }
|
|
741
724
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
742
725
|
FormsModule,
|
|
743
|
-
LayoutModule,
|
|
744
726
|
BaseFormsModule,
|
|
745
727
|
EntityViewerModule,
|
|
746
728
|
LinkDirectivesModule] }); }
|
|
@@ -749,6 +731,8 @@ export class GeneratedForms_SubModule_6 {
|
|
|
749
731
|
type: NgModule,
|
|
750
732
|
args: [{
|
|
751
733
|
declarations: [
|
|
734
|
+
MJConversationDetailFormComponent,
|
|
735
|
+
MJConversationFormComponent,
|
|
752
736
|
MJCredentialCategoryFormComponent,
|
|
753
737
|
MJCredentialTypeFormComponent,
|
|
754
738
|
MJCredentialFormComponent,
|
|
@@ -766,14 +750,11 @@ export class GeneratedForms_SubModule_6 {
|
|
|
766
750
|
MJDatasetFormComponent,
|
|
767
751
|
MJDuplicateRunDetailMatchFormComponent,
|
|
768
752
|
MJDuplicateRunDetailFormComponent,
|
|
769
|
-
MJDuplicateRunFormComponent
|
|
770
|
-
MJEmployeeCompanyIntegrationFormComponent,
|
|
771
|
-
MJEmployeeRoleFormComponent
|
|
753
|
+
MJDuplicateRunFormComponent
|
|
772
754
|
],
|
|
773
755
|
imports: [
|
|
774
756
|
CommonModule,
|
|
775
757
|
FormsModule,
|
|
776
|
-
LayoutModule,
|
|
777
758
|
BaseFormsModule,
|
|
778
759
|
EntityViewerModule,
|
|
779
760
|
LinkDirectivesModule
|
|
@@ -781,7 +762,9 @@ export class GeneratedForms_SubModule_6 {
|
|
|
781
762
|
exports: []
|
|
782
763
|
}]
|
|
783
764
|
}], null, null); })();
|
|
784
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
765
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJConversationDetailFormComponent,
|
|
766
|
+
MJConversationFormComponent,
|
|
767
|
+
MJCredentialCategoryFormComponent,
|
|
785
768
|
MJCredentialTypeFormComponent,
|
|
786
769
|
MJCredentialFormComponent,
|
|
787
770
|
MJDashboardCategoryFormComponent,
|
|
@@ -798,11 +781,8 @@ export class GeneratedForms_SubModule_6 {
|
|
|
798
781
|
MJDatasetFormComponent,
|
|
799
782
|
MJDuplicateRunDetailMatchFormComponent,
|
|
800
783
|
MJDuplicateRunDetailFormComponent,
|
|
801
|
-
MJDuplicateRunFormComponent,
|
|
802
|
-
MJEmployeeCompanyIntegrationFormComponent,
|
|
803
|
-
MJEmployeeRoleFormComponent], imports: [CommonModule,
|
|
784
|
+
MJDuplicateRunFormComponent], imports: [CommonModule,
|
|
804
785
|
FormsModule,
|
|
805
|
-
LayoutModule,
|
|
806
786
|
BaseFormsModule,
|
|
807
787
|
EntityViewerModule,
|
|
808
788
|
LinkDirectivesModule] }); })();
|
|
@@ -811,7 +791,6 @@ export class GeneratedForms_SubModule_7 {
|
|
|
811
791
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_7 }); }
|
|
812
792
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
813
793
|
FormsModule,
|
|
814
|
-
LayoutModule,
|
|
815
794
|
BaseFormsModule,
|
|
816
795
|
EntityViewerModule,
|
|
817
796
|
LinkDirectivesModule] }); }
|
|
@@ -820,6 +799,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
820
799
|
type: NgModule,
|
|
821
800
|
args: [{
|
|
822
801
|
declarations: [
|
|
802
|
+
MJEmployeeCompanyIntegrationFormComponent,
|
|
803
|
+
MJEmployeeRoleFormComponent,
|
|
823
804
|
MJEmployeeSkillFormComponent,
|
|
824
805
|
MJEmployeeFormComponent,
|
|
825
806
|
MJEncryptionAlgorithmFormComponent,
|
|
@@ -837,14 +818,11 @@ export class GeneratedForms_SubModule_7 {
|
|
|
837
818
|
MJEntityDocumentRunFormComponent,
|
|
838
819
|
MJEntityDocumentSettingFormComponent,
|
|
839
820
|
MJEntityDocumentTypeFormComponent,
|
|
840
|
-
MJEntityDocumentFormComponent
|
|
841
|
-
MJEntityFieldValueFormComponent,
|
|
842
|
-
MJEntityFieldFormComponent
|
|
821
|
+
MJEntityDocumentFormComponent
|
|
843
822
|
],
|
|
844
823
|
imports: [
|
|
845
824
|
CommonModule,
|
|
846
825
|
FormsModule,
|
|
847
|
-
LayoutModule,
|
|
848
826
|
BaseFormsModule,
|
|
849
827
|
EntityViewerModule,
|
|
850
828
|
LinkDirectivesModule
|
|
@@ -852,7 +830,9 @@ export class GeneratedForms_SubModule_7 {
|
|
|
852
830
|
exports: []
|
|
853
831
|
}]
|
|
854
832
|
}], null, null); })();
|
|
855
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
833
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJEmployeeCompanyIntegrationFormComponent,
|
|
834
|
+
MJEmployeeRoleFormComponent,
|
|
835
|
+
MJEmployeeSkillFormComponent,
|
|
856
836
|
MJEmployeeFormComponent,
|
|
857
837
|
MJEncryptionAlgorithmFormComponent,
|
|
858
838
|
MJEncryptionKeySourceFormComponent,
|
|
@@ -869,11 +849,8 @@ export class GeneratedForms_SubModule_7 {
|
|
|
869
849
|
MJEntityDocumentRunFormComponent,
|
|
870
850
|
MJEntityDocumentSettingFormComponent,
|
|
871
851
|
MJEntityDocumentTypeFormComponent,
|
|
872
|
-
MJEntityDocumentFormComponent,
|
|
873
|
-
MJEntityFieldValueFormComponent,
|
|
874
|
-
MJEntityFieldFormComponent], imports: [CommonModule,
|
|
852
|
+
MJEntityDocumentFormComponent], imports: [CommonModule,
|
|
875
853
|
FormsModule,
|
|
876
|
-
LayoutModule,
|
|
877
854
|
BaseFormsModule,
|
|
878
855
|
EntityViewerModule,
|
|
879
856
|
LinkDirectivesModule] }); })();
|
|
@@ -882,7 +859,6 @@ export class GeneratedForms_SubModule_8 {
|
|
|
882
859
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_8 }); }
|
|
883
860
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
884
861
|
FormsModule,
|
|
885
|
-
LayoutModule,
|
|
886
862
|
BaseFormsModule,
|
|
887
863
|
EntityViewerModule,
|
|
888
864
|
LinkDirectivesModule] }); }
|
|
@@ -891,6 +867,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
891
867
|
type: NgModule,
|
|
892
868
|
args: [{
|
|
893
869
|
declarations: [
|
|
870
|
+
MJEntityFieldValueFormComponent,
|
|
871
|
+
MJEntityFieldFormComponent,
|
|
894
872
|
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
895
873
|
MJEntityOrganicKeyFormComponent,
|
|
896
874
|
MJEntityPermissionFormComponent,
|
|
@@ -908,14 +886,11 @@ export class GeneratedForms_SubModule_8 {
|
|
|
908
886
|
MJFileFormComponent,
|
|
909
887
|
MJGeneratedCodeCategoryFormComponent,
|
|
910
888
|
MJGeneratedCodeFormComponent,
|
|
911
|
-
MJIntegrationObjectFieldFormComponent
|
|
912
|
-
MJIntegrationObjectFormComponent,
|
|
913
|
-
MJIntegrationSourceTypeFormComponent
|
|
889
|
+
MJIntegrationObjectFieldFormComponent
|
|
914
890
|
],
|
|
915
891
|
imports: [
|
|
916
892
|
CommonModule,
|
|
917
893
|
FormsModule,
|
|
918
|
-
LayoutModule,
|
|
919
894
|
BaseFormsModule,
|
|
920
895
|
EntityViewerModule,
|
|
921
896
|
LinkDirectivesModule
|
|
@@ -923,7 +898,9 @@ export class GeneratedForms_SubModule_8 {
|
|
|
923
898
|
exports: []
|
|
924
899
|
}]
|
|
925
900
|
}], null, null); })();
|
|
926
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
901
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJEntityFieldValueFormComponent,
|
|
902
|
+
MJEntityFieldFormComponent,
|
|
903
|
+
MJEntityOrganicKeyRelatedEntityFormComponent,
|
|
927
904
|
MJEntityOrganicKeyFormComponent,
|
|
928
905
|
MJEntityPermissionFormComponent,
|
|
929
906
|
MJEntityRecordDocumentFormComponent,
|
|
@@ -940,11 +917,8 @@ export class GeneratedForms_SubModule_8 {
|
|
|
940
917
|
MJFileFormComponent,
|
|
941
918
|
MJGeneratedCodeCategoryFormComponent,
|
|
942
919
|
MJGeneratedCodeFormComponent,
|
|
943
|
-
MJIntegrationObjectFieldFormComponent,
|
|
944
|
-
MJIntegrationObjectFormComponent,
|
|
945
|
-
MJIntegrationSourceTypeFormComponent], imports: [CommonModule,
|
|
920
|
+
MJIntegrationObjectFieldFormComponent], imports: [CommonModule,
|
|
946
921
|
FormsModule,
|
|
947
|
-
LayoutModule,
|
|
948
922
|
BaseFormsModule,
|
|
949
923
|
EntityViewerModule,
|
|
950
924
|
LinkDirectivesModule] }); })();
|
|
@@ -953,7 +927,6 @@ export class GeneratedForms_SubModule_9 {
|
|
|
953
927
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_9 }); }
|
|
954
928
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
955
929
|
FormsModule,
|
|
956
|
-
LayoutModule,
|
|
957
930
|
BaseFormsModule,
|
|
958
931
|
EntityViewerModule,
|
|
959
932
|
LinkDirectivesModule] }); }
|
|
@@ -962,6 +935,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
962
935
|
type: NgModule,
|
|
963
936
|
args: [{
|
|
964
937
|
declarations: [
|
|
938
|
+
MJIntegrationObjectFormComponent,
|
|
939
|
+
MJIntegrationSourceTypeFormComponent,
|
|
965
940
|
MJIntegrationURLFormatFormComponent,
|
|
966
941
|
MJIntegrationFormComponent,
|
|
967
942
|
MJLibraryFormComponent,
|
|
@@ -979,14 +954,11 @@ export class GeneratedForms_SubModule_9 {
|
|
|
979
954
|
MJMCPToolExecutionLogFormComponent,
|
|
980
955
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
981
956
|
MJOAuthAuthorizationStateFormComponent,
|
|
982
|
-
MJOAuthClientRegistrationFormComponent
|
|
983
|
-
MJOAuthTokenFormComponent,
|
|
984
|
-
MJOpenAppDependencyFormComponent
|
|
957
|
+
MJOAuthClientRegistrationFormComponent
|
|
985
958
|
],
|
|
986
959
|
imports: [
|
|
987
960
|
CommonModule,
|
|
988
961
|
FormsModule,
|
|
989
|
-
LayoutModule,
|
|
990
962
|
BaseFormsModule,
|
|
991
963
|
EntityViewerModule,
|
|
992
964
|
LinkDirectivesModule
|
|
@@ -994,7 +966,9 @@ export class GeneratedForms_SubModule_9 {
|
|
|
994
966
|
exports: []
|
|
995
967
|
}]
|
|
996
968
|
}], null, null); })();
|
|
997
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [
|
|
969
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJIntegrationObjectFormComponent,
|
|
970
|
+
MJIntegrationSourceTypeFormComponent,
|
|
971
|
+
MJIntegrationURLFormatFormComponent,
|
|
998
972
|
MJIntegrationFormComponent,
|
|
999
973
|
MJLibraryFormComponent,
|
|
1000
974
|
MJLibraryItemFormComponent,
|
|
@@ -1011,11 +985,8 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1011
985
|
MJMCPToolExecutionLogFormComponent,
|
|
1012
986
|
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1013
987
|
MJOAuthAuthorizationStateFormComponent,
|
|
1014
|
-
MJOAuthClientRegistrationFormComponent,
|
|
1015
|
-
MJOAuthTokenFormComponent,
|
|
1016
|
-
MJOpenAppDependencyFormComponent], imports: [CommonModule,
|
|
988
|
+
MJOAuthClientRegistrationFormComponent], imports: [CommonModule,
|
|
1017
989
|
FormsModule,
|
|
1018
|
-
LayoutModule,
|
|
1019
990
|
BaseFormsModule,
|
|
1020
991
|
EntityViewerModule,
|
|
1021
992
|
LinkDirectivesModule] }); })();
|
|
@@ -1024,7 +995,6 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1024
995
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_10 }); }
|
|
1025
996
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1026
997
|
FormsModule,
|
|
1027
|
-
LayoutModule,
|
|
1028
998
|
BaseFormsModule,
|
|
1029
999
|
EntityViewerModule,
|
|
1030
1000
|
LinkDirectivesModule] }); }
|
|
@@ -1033,6 +1003,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1033
1003
|
type: NgModule,
|
|
1034
1004
|
args: [{
|
|
1035
1005
|
declarations: [
|
|
1006
|
+
MJOAuthTokenFormComponent,
|
|
1007
|
+
MJOpenAppDependencyFormComponent,
|
|
1036
1008
|
MJOpenAppInstallHistoryFormComponent,
|
|
1037
1009
|
MJOpenAppFormComponent,
|
|
1038
1010
|
MJOutputDeliveryTypeFormComponent,
|
|
@@ -1050,14 +1022,11 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1050
1022
|
MJQuerySQLFormComponent,
|
|
1051
1023
|
MJQueueTaskFormComponent,
|
|
1052
1024
|
MJQueueTypeFormComponent,
|
|
1053
|
-
MJQueueFormComponent
|
|
1054
|
-
MJRecommendationItemFormComponent,
|
|
1055
|
-
MJRecommendationProviderFormComponent
|
|
1025
|
+
MJQueueFormComponent
|
|
1056
1026
|
],
|
|
1057
1027
|
imports: [
|
|
1058
1028
|
CommonModule,
|
|
1059
1029
|
FormsModule,
|
|
1060
|
-
LayoutModule,
|
|
1061
1030
|
BaseFormsModule,
|
|
1062
1031
|
EntityViewerModule,
|
|
1063
1032
|
LinkDirectivesModule
|
|
@@ -1065,7 +1034,9 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1065
1034
|
exports: []
|
|
1066
1035
|
}]
|
|
1067
1036
|
}], null, null); })();
|
|
1068
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [
|
|
1037
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJOAuthTokenFormComponent,
|
|
1038
|
+
MJOpenAppDependencyFormComponent,
|
|
1039
|
+
MJOpenAppInstallHistoryFormComponent,
|
|
1069
1040
|
MJOpenAppFormComponent,
|
|
1070
1041
|
MJOutputDeliveryTypeFormComponent,
|
|
1071
1042
|
MJOutputFormatTypeFormComponent,
|
|
@@ -1082,11 +1053,8 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1082
1053
|
MJQuerySQLFormComponent,
|
|
1083
1054
|
MJQueueTaskFormComponent,
|
|
1084
1055
|
MJQueueTypeFormComponent,
|
|
1085
|
-
MJQueueFormComponent,
|
|
1086
|
-
MJRecommendationItemFormComponent,
|
|
1087
|
-
MJRecommendationProviderFormComponent], imports: [CommonModule,
|
|
1056
|
+
MJQueueFormComponent], imports: [CommonModule,
|
|
1088
1057
|
FormsModule,
|
|
1089
|
-
LayoutModule,
|
|
1090
1058
|
BaseFormsModule,
|
|
1091
1059
|
EntityViewerModule,
|
|
1092
1060
|
LinkDirectivesModule] }); })();
|
|
@@ -1095,7 +1063,6 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1095
1063
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_11 }); }
|
|
1096
1064
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1097
1065
|
FormsModule,
|
|
1098
|
-
LayoutModule,
|
|
1099
1066
|
BaseFormsModule,
|
|
1100
1067
|
EntityViewerModule,
|
|
1101
1068
|
LinkDirectivesModule] }); }
|
|
@@ -1104,6 +1071,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1104
1071
|
type: NgModule,
|
|
1105
1072
|
args: [{
|
|
1106
1073
|
declarations: [
|
|
1074
|
+
MJRecommendationItemFormComponent,
|
|
1075
|
+
MJRecommendationProviderFormComponent,
|
|
1107
1076
|
MJRecommendationRunFormComponent,
|
|
1108
1077
|
MJRecommendationFormComponent,
|
|
1109
1078
|
MJRecordChangeReplayRunFormComponent,
|
|
@@ -1121,14 +1090,11 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1121
1090
|
MJResourceTypeFormComponent,
|
|
1122
1091
|
MJRoleFormComponent,
|
|
1123
1092
|
MJRowLevelSecurityFilterFormComponent,
|
|
1124
|
-
MJScheduledActionParamFormComponent
|
|
1125
|
-
MJScheduledActionFormComponent,
|
|
1126
|
-
MJScheduledJobRunFormComponent
|
|
1093
|
+
MJScheduledActionParamFormComponent
|
|
1127
1094
|
],
|
|
1128
1095
|
imports: [
|
|
1129
1096
|
CommonModule,
|
|
1130
1097
|
FormsModule,
|
|
1131
|
-
LayoutModule,
|
|
1132
1098
|
BaseFormsModule,
|
|
1133
1099
|
EntityViewerModule,
|
|
1134
1100
|
LinkDirectivesModule
|
|
@@ -1136,7 +1102,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1136
1102
|
exports: []
|
|
1137
1103
|
}]
|
|
1138
1104
|
}], null, null); })();
|
|
1139
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1105
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJRecommendationItemFormComponent,
|
|
1106
|
+
MJRecommendationProviderFormComponent,
|
|
1107
|
+
MJRecommendationRunFormComponent,
|
|
1140
1108
|
MJRecommendationFormComponent,
|
|
1141
1109
|
MJRecordChangeReplayRunFormComponent,
|
|
1142
1110
|
MJRecordChangeFormComponent,
|
|
@@ -1153,11 +1121,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1153
1121
|
MJResourceTypeFormComponent,
|
|
1154
1122
|
MJRoleFormComponent,
|
|
1155
1123
|
MJRowLevelSecurityFilterFormComponent,
|
|
1156
|
-
MJScheduledActionParamFormComponent,
|
|
1157
|
-
MJScheduledActionFormComponent,
|
|
1158
|
-
MJScheduledJobRunFormComponent], imports: [CommonModule,
|
|
1124
|
+
MJScheduledActionParamFormComponent], imports: [CommonModule,
|
|
1159
1125
|
FormsModule,
|
|
1160
|
-
LayoutModule,
|
|
1161
1126
|
BaseFormsModule,
|
|
1162
1127
|
EntityViewerModule,
|
|
1163
1128
|
LinkDirectivesModule] }); })();
|
|
@@ -1166,7 +1131,6 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1166
1131
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_12 }); }
|
|
1167
1132
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1168
1133
|
FormsModule,
|
|
1169
|
-
LayoutModule,
|
|
1170
1134
|
BaseFormsModule,
|
|
1171
1135
|
EntityViewerModule,
|
|
1172
1136
|
LinkDirectivesModule] }); }
|
|
@@ -1175,6 +1139,8 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1175
1139
|
type: NgModule,
|
|
1176
1140
|
args: [{
|
|
1177
1141
|
declarations: [
|
|
1142
|
+
MJScheduledActionFormComponent,
|
|
1143
|
+
MJScheduledJobRunFormComponent,
|
|
1178
1144
|
MJScheduledJobTypeFormComponent,
|
|
1179
1145
|
MJScheduledJobFormComponent,
|
|
1180
1146
|
MJSchemaInfoFormComponent,
|
|
@@ -1192,14 +1158,11 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1192
1158
|
MJTemplateFormComponent,
|
|
1193
1159
|
MJTestRubricFormComponent,
|
|
1194
1160
|
MJTestRunFeedbackFormComponent,
|
|
1195
|
-
MJTestRunOutputTypeFormComponent
|
|
1196
|
-
MJTestRunOutputFormComponent,
|
|
1197
|
-
MJTestRunFormComponent
|
|
1161
|
+
MJTestRunOutputTypeFormComponent
|
|
1198
1162
|
],
|
|
1199
1163
|
imports: [
|
|
1200
1164
|
CommonModule,
|
|
1201
1165
|
FormsModule,
|
|
1202
|
-
LayoutModule,
|
|
1203
1166
|
BaseFormsModule,
|
|
1204
1167
|
EntityViewerModule,
|
|
1205
1168
|
LinkDirectivesModule
|
|
@@ -1207,7 +1170,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1207
1170
|
exports: []
|
|
1208
1171
|
}]
|
|
1209
1172
|
}], null, null); })();
|
|
1210
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1173
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJScheduledActionFormComponent,
|
|
1174
|
+
MJScheduledJobRunFormComponent,
|
|
1175
|
+
MJScheduledJobTypeFormComponent,
|
|
1211
1176
|
MJScheduledJobFormComponent,
|
|
1212
1177
|
MJSchemaInfoFormComponent,
|
|
1213
1178
|
MJSkillFormComponent,
|
|
@@ -1224,11 +1189,8 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1224
1189
|
MJTemplateFormComponent,
|
|
1225
1190
|
MJTestRubricFormComponent,
|
|
1226
1191
|
MJTestRunFeedbackFormComponent,
|
|
1227
|
-
MJTestRunOutputTypeFormComponent,
|
|
1228
|
-
MJTestRunOutputFormComponent,
|
|
1229
|
-
MJTestRunFormComponent], imports: [CommonModule,
|
|
1192
|
+
MJTestRunOutputTypeFormComponent], imports: [CommonModule,
|
|
1230
1193
|
FormsModule,
|
|
1231
|
-
LayoutModule,
|
|
1232
1194
|
BaseFormsModule,
|
|
1233
1195
|
EntityViewerModule,
|
|
1234
1196
|
LinkDirectivesModule] }); })();
|
|
@@ -1237,7 +1199,6 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1237
1199
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
|
|
1238
1200
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1239
1201
|
FormsModule,
|
|
1240
|
-
LayoutModule,
|
|
1241
1202
|
BaseFormsModule,
|
|
1242
1203
|
EntityViewerModule,
|
|
1243
1204
|
LinkDirectivesModule] }); }
|
|
@@ -1246,6 +1207,8 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1246
1207
|
type: NgModule,
|
|
1247
1208
|
args: [{
|
|
1248
1209
|
declarations: [
|
|
1210
|
+
MJTestRunOutputFormComponent,
|
|
1211
|
+
MJTestRunFormComponent,
|
|
1249
1212
|
MJTestSuiteRunFormComponent,
|
|
1250
1213
|
MJTestSuiteTestFormComponent,
|
|
1251
1214
|
MJTestSuiteFormComponent,
|
|
@@ -1263,14 +1226,11 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1263
1226
|
MJUserViewCategoryFormComponent,
|
|
1264
1227
|
MJUserViewRunDetailFormComponent,
|
|
1265
1228
|
MJUserViewRunFormComponent,
|
|
1266
|
-
MJUserViewFormComponent
|
|
1267
|
-
MJUserFormComponent,
|
|
1268
|
-
MJVectorDatabaseFormComponent
|
|
1229
|
+
MJUserViewFormComponent
|
|
1269
1230
|
],
|
|
1270
1231
|
imports: [
|
|
1271
1232
|
CommonModule,
|
|
1272
1233
|
FormsModule,
|
|
1273
|
-
LayoutModule,
|
|
1274
1234
|
BaseFormsModule,
|
|
1275
1235
|
EntityViewerModule,
|
|
1276
1236
|
LinkDirectivesModule
|
|
@@ -1278,7 +1238,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1278
1238
|
exports: []
|
|
1279
1239
|
}]
|
|
1280
1240
|
}], null, null); })();
|
|
1281
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1241
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJTestRunOutputFormComponent,
|
|
1242
|
+
MJTestRunFormComponent,
|
|
1243
|
+
MJTestSuiteRunFormComponent,
|
|
1282
1244
|
MJTestSuiteTestFormComponent,
|
|
1283
1245
|
MJTestSuiteFormComponent,
|
|
1284
1246
|
MJTestTypeFormComponent,
|
|
@@ -1295,11 +1257,8 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1295
1257
|
MJUserViewCategoryFormComponent,
|
|
1296
1258
|
MJUserViewRunDetailFormComponent,
|
|
1297
1259
|
MJUserViewRunFormComponent,
|
|
1298
|
-
MJUserViewFormComponent,
|
|
1299
|
-
MJUserFormComponent,
|
|
1300
|
-
MJVectorDatabaseFormComponent], imports: [CommonModule,
|
|
1260
|
+
MJUserViewFormComponent], imports: [CommonModule,
|
|
1301
1261
|
FormsModule,
|
|
1302
|
-
LayoutModule,
|
|
1303
1262
|
BaseFormsModule,
|
|
1304
1263
|
EntityViewerModule,
|
|
1305
1264
|
LinkDirectivesModule] }); })();
|
|
@@ -1308,7 +1267,6 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1308
1267
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_14 }); }
|
|
1309
1268
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1310
1269
|
FormsModule,
|
|
1311
|
-
LayoutModule,
|
|
1312
1270
|
BaseFormsModule,
|
|
1313
1271
|
EntityViewerModule,
|
|
1314
1272
|
LinkDirectivesModule] }); }
|
|
@@ -1317,6 +1275,8 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1317
1275
|
type: NgModule,
|
|
1318
1276
|
args: [{
|
|
1319
1277
|
declarations: [
|
|
1278
|
+
MJUserFormComponent,
|
|
1279
|
+
MJVectorDatabaseFormComponent,
|
|
1320
1280
|
MJVectorIndexFormComponent,
|
|
1321
1281
|
MJVersionInstallationFormComponent,
|
|
1322
1282
|
MJVersionLabelItemFormComponent,
|
|
@@ -1331,7 +1291,6 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1331
1291
|
imports: [
|
|
1332
1292
|
CommonModule,
|
|
1333
1293
|
FormsModule,
|
|
1334
|
-
LayoutModule,
|
|
1335
1294
|
BaseFormsModule,
|
|
1336
1295
|
EntityViewerModule,
|
|
1337
1296
|
LinkDirectivesModule
|
|
@@ -1339,7 +1298,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1339
1298
|
exports: []
|
|
1340
1299
|
}]
|
|
1341
1300
|
}], null, null); })();
|
|
1342
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1301
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJUserFormComponent,
|
|
1302
|
+
MJVectorDatabaseFormComponent,
|
|
1303
|
+
MJVectorIndexFormComponent,
|
|
1343
1304
|
MJVersionInstallationFormComponent,
|
|
1344
1305
|
MJVersionLabelItemFormComponent,
|
|
1345
1306
|
MJVersionLabelRestoreFormComponent,
|
|
@@ -1350,7 +1311,6 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1350
1311
|
MJWorkspaceItemFormComponent,
|
|
1351
1312
|
MJWorkspaceFormComponent], imports: [CommonModule,
|
|
1352
1313
|
FormsModule,
|
|
1353
|
-
LayoutModule,
|
|
1354
1314
|
BaseFormsModule,
|
|
1355
1315
|
EntityViewerModule,
|
|
1356
1316
|
LinkDirectivesModule] }); })();
|