@memberjunction/ng-core-entity-forms 5.24.0 → 5.26.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 (88) hide show
  1. package/dist/lib/custom/Entities/entity-form.component.js +177 -152
  2. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  3. package/dist/lib/custom/Tests/test-form.component.d.ts +3 -2
  4. package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
  5. package/dist/lib/custom/Tests/test-form.component.js +260 -233
  6. package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
  7. package/dist/lib/custom/Tests/test-suite-form.component.d.ts +3 -2
  8. package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
  9. package/dist/lib/custom/Tests/test-suite-form.component.js +358 -331
  10. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  11. package/dist/lib/custom/custom-forms.module.d.ts +2 -1
  12. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  13. package/dist/lib/custom/custom-forms.module.js +7 -3
  14. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  15. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
  16. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +127 -119
  17. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  18. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.d.ts.map +1 -1
  19. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js +22 -14
  20. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js.map +1 -1
  21. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.d.ts.map +1 -1
  22. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js +17 -9
  23. package/dist/lib/generated/Entities/MJAIAgentType/mjaiagenttype.form.component.js.map +1 -1
  24. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.d.ts.map +1 -1
  25. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js +26 -8
  26. package/dist/lib/generated/Entities/MJApplication/mjapplication.form.component.js.map +1 -1
  27. package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.d.ts +10 -0
  28. package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.d.ts.map +1 -0
  29. package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.js +65 -0
  30. package/dist/lib/generated/Entities/MJApplicationRole/mjapplicationrole.form.component.js.map +1 -0
  31. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +39 -37
  32. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
  33. package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.d.ts.map +1 -1
  34. package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js +43 -27
  35. package/dist/lib/generated/Entities/MJArtifactVersion/mjartifactversion.form.component.js.map +1 -1
  36. package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.d.ts +10 -0
  37. package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.d.ts.map +1 -0
  38. package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js +109 -0
  39. package/dist/lib/generated/Entities/MJCountry/mjcountry.form.component.js.map +1 -0
  40. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.d.ts.map +1 -1
  41. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +54 -18
  42. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
  43. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  44. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +335 -297
  45. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  46. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.d.ts.map +1 -1
  47. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +26 -24
  48. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
  49. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.d.ts.map +1 -1
  50. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js +25 -7
  51. package/dist/lib/generated/Entities/MJFile/mjfile.form.component.js.map +1 -1
  52. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.d.ts.map +1 -1
  53. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +84 -10
  54. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
  55. package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.d.ts +10 -0
  56. package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.d.ts.map +1 -0
  57. package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.js +69 -0
  58. package/dist/lib/generated/Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component.js.map +1 -0
  59. package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.d.ts +10 -0
  60. package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.d.ts.map +1 -0
  61. package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.js +71 -0
  62. package/dist/lib/generated/Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component.js.map +1 -0
  63. package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.d.ts +10 -0
  64. package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.d.ts.map +1 -0
  65. package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.js +91 -0
  66. package/dist/lib/generated/Entities/MJRecordGeoCode/mjrecordgeocode.form.component.js.map +1 -0
  67. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.d.ts.map +1 -1
  68. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js +48 -12
  69. package/dist/lib/generated/Entities/MJRole/mjrole.form.component.js.map +1 -1
  70. package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.d.ts +10 -0
  71. package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.d.ts.map +1 -0
  72. package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js +87 -0
  73. package/dist/lib/generated/Entities/MJSearchProvider/mjsearchprovider.form.component.js.map +1 -0
  74. package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.d.ts +10 -0
  75. package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.d.ts.map +1 -0
  76. package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js +91 -0
  77. package/dist/lib/generated/Entities/MJStateProvince/mjstateprovince.form.component.js.map +1 -0
  78. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  79. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +130 -112
  80. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  81. package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.d.ts.map +1 -1
  82. package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js +22 -14
  83. package/dist/lib/generated/Entities/MJVectorDatabase/mjvectordatabase.form.component.js.map +1 -1
  84. package/dist/lib/generated/generated-forms.module.d.ts +254 -242
  85. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  86. package/dist/lib/generated/generated-forms.module.js +167 -116
  87. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  88. package/package.json +36 -33
@@ -62,9 +62,10 @@ import * as i60 from "@memberjunction/ng-entity-viewer";
62
62
  import * as i61 from "@memberjunction/ng-markdown";
63
63
  import * as i62 from "@memberjunction/ng-trees";
64
64
  import * as i63 from "angular-split";
65
+ import * as i64 from "@memberjunction/ng-versions";
65
66
  export declare class MemberJunctionCoreEntityFormsModule {
66
67
  static ɵfac: i0.ɵɵFactoryDeclaration<MemberJunctionCoreEntityFormsModule, never>;
67
- static ɵmod: i0.ɵɵNgModuleDeclaration<MemberJunctionCoreEntityFormsModule, [typeof i1.MJEntityFormComponentExtended, typeof i2.MJEntityActionFormComponentExtended, typeof i3.MJTemplateFormComponentExtended, typeof i4.TemplateParamDialogComponent, typeof i5.TemplateParamsGridComponent, typeof i6.TemplateEditorComponent, typeof i7.MJAIPromptFormComponentExtended, typeof i8.MJAIAgentFormComponentExtended, typeof i9.NewAgentDialogComponent, typeof i10.AddActionDialogComponent, typeof i11.PromptSelectorDialogComponent, typeof i12.AgentPromptAdvancedSettingsDialogComponent, typeof i13.SubAgentAdvancedSettingsDialogComponent, typeof i14.SubAgentSelectorDialogComponent, typeof i15.CreatePromptDialogComponent, typeof i16.CreateSubAgentDialogComponent, typeof i17.EntitySelectorDialogComponent, typeof i18.MJAIPromptRunFormComponentExtended, typeof i19.ChatMessageViewerComponent, typeof i20.MJActionFormComponentExtended, typeof i21.MJActionExecutionLogFormComponentExtended, typeof i22.MJAIAgentRunFormComponentExtended, typeof i23.AIAgentRunTimelineComponent, typeof i24.AIAgentRunStepNodeComponent, typeof i25.AIAgentRunAnalyticsComponent, typeof i26.AIAgentRunVisualizationComponent, typeof i27.AIAgentRunStepDetailComponent, typeof i28.MJQueryFormComponentExtended, typeof i29.QueryRunDialogComponent, typeof i30.QueryCategoryDialogComponent, typeof i31.FlowAgentFormSectionComponent, typeof i32.MJTestRunFormComponentExtended, typeof i33.MJTestFormComponentExtended, typeof i34.MJTestSuiteRunFormComponentExtended, typeof i35.MJTestSuiteFormComponentExtended, typeof i36.MJTestRunFeedbackFormComponentExtended, typeof i37.MJTestRubricFormComponentExtended, typeof i38.EntityLinkPillComponent, typeof i39.MJListFormComponentExtended, typeof i40.MJContentSourceFormComponentExtended], [typeof i41.CommonModule, typeof i42.FormsModule, typeof i42.ReactiveFormsModule, typeof i43.AgGridModule, typeof i44.MJButtonDirective, typeof i44.MJAccordionPanelComponent, typeof i44.MJAccordionTitleDirective, typeof i44.MJDropdownComponent, typeof i44.MJComboboxComponent, typeof i44.MJSwitchComponent, typeof i44.MJDialogComponent, typeof i44.MJDialogTitlebarComponent, typeof i44.MJDialogActionsComponent, typeof i44.MJNumericInputComponent, typeof i44.MJWindowComponent, typeof i44.MJWindowTitlebarComponent, typeof i44.MJProgressBarComponent, typeof i45.LinkDirectivesModule, typeof i46.JoinGridModule, typeof i47.BaseFormsModule, typeof i48.MJTabStripModule, typeof i49.CodeEditorModule, typeof i50.DeepDiffModule, typeof i51.AITestHarnessModule, typeof i52.ActionGalleryModule, typeof i53.TestingModule, typeof i54.FlowEditorModule, typeof i55.SharedGenericModule, typeof i56.EntityRelationshipDiagramModule, typeof i57.ListManagementModule, typeof i58.ActionsModule, typeof i59.AgentsModule, typeof i60.EntityViewerModule, typeof i61.MarkdownModule, typeof i62.NgTreesModule, typeof i63.AngularSplitModule], [typeof i1.MJEntityFormComponentExtended, typeof i2.MJEntityActionFormComponentExtended, typeof i3.MJTemplateFormComponentExtended, typeof i6.TemplateEditorComponent, typeof i7.MJAIPromptFormComponentExtended, typeof i8.MJAIAgentFormComponentExtended, typeof i18.MJAIPromptRunFormComponentExtended, typeof i19.ChatMessageViewerComponent, typeof i20.MJActionFormComponentExtended, typeof i21.MJActionExecutionLogFormComponentExtended, typeof i22.MJAIAgentRunFormComponentExtended, typeof i23.AIAgentRunTimelineComponent, typeof i24.AIAgentRunStepNodeComponent, typeof i25.AIAgentRunAnalyticsComponent, typeof i28.MJQueryFormComponentExtended, typeof i31.FlowAgentFormSectionComponent, typeof i32.MJTestRunFormComponentExtended, typeof i33.MJTestFormComponentExtended, typeof i34.MJTestSuiteRunFormComponentExtended, typeof i35.MJTestSuiteFormComponentExtended, typeof i36.MJTestRunFeedbackFormComponentExtended, typeof i37.MJTestRubricFormComponentExtended, typeof i38.EntityLinkPillComponent, typeof i39.MJListFormComponentExtended, typeof i40.MJContentSourceFormComponentExtended, typeof i58.ActionsModule]>;
68
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MemberJunctionCoreEntityFormsModule, [typeof i1.MJEntityFormComponentExtended, typeof i2.MJEntityActionFormComponentExtended, typeof i3.MJTemplateFormComponentExtended, typeof i4.TemplateParamDialogComponent, typeof i5.TemplateParamsGridComponent, typeof i6.TemplateEditorComponent, typeof i7.MJAIPromptFormComponentExtended, typeof i8.MJAIAgentFormComponentExtended, typeof i9.NewAgentDialogComponent, typeof i10.AddActionDialogComponent, typeof i11.PromptSelectorDialogComponent, typeof i12.AgentPromptAdvancedSettingsDialogComponent, typeof i13.SubAgentAdvancedSettingsDialogComponent, typeof i14.SubAgentSelectorDialogComponent, typeof i15.CreatePromptDialogComponent, typeof i16.CreateSubAgentDialogComponent, typeof i17.EntitySelectorDialogComponent, typeof i18.MJAIPromptRunFormComponentExtended, typeof i19.ChatMessageViewerComponent, typeof i20.MJActionFormComponentExtended, typeof i21.MJActionExecutionLogFormComponentExtended, typeof i22.MJAIAgentRunFormComponentExtended, typeof i23.AIAgentRunTimelineComponent, typeof i24.AIAgentRunStepNodeComponent, typeof i25.AIAgentRunAnalyticsComponent, typeof i26.AIAgentRunVisualizationComponent, typeof i27.AIAgentRunStepDetailComponent, typeof i28.MJQueryFormComponentExtended, typeof i29.QueryRunDialogComponent, typeof i30.QueryCategoryDialogComponent, typeof i31.FlowAgentFormSectionComponent, typeof i32.MJTestRunFormComponentExtended, typeof i33.MJTestFormComponentExtended, typeof i34.MJTestSuiteRunFormComponentExtended, typeof i35.MJTestSuiteFormComponentExtended, typeof i36.MJTestRunFeedbackFormComponentExtended, typeof i37.MJTestRubricFormComponentExtended, typeof i38.EntityLinkPillComponent, typeof i39.MJListFormComponentExtended, typeof i40.MJContentSourceFormComponentExtended], [typeof i41.CommonModule, typeof i42.FormsModule, typeof i42.ReactiveFormsModule, typeof i43.AgGridModule, typeof i44.MJButtonDirective, typeof i44.MJAccordionPanelComponent, typeof i44.MJAccordionTitleDirective, typeof i44.MJDropdownComponent, typeof i44.MJComboboxComponent, typeof i44.MJSwitchComponent, typeof i44.MJDialogComponent, typeof i44.MJDialogTitlebarComponent, typeof i44.MJDialogActionsComponent, typeof i44.MJNumericInputComponent, typeof i44.MJWindowComponent, typeof i44.MJWindowTitlebarComponent, typeof i44.MJProgressBarComponent, typeof i45.LinkDirectivesModule, typeof i46.JoinGridModule, typeof i47.BaseFormsModule, typeof i48.MJTabStripModule, typeof i49.CodeEditorModule, typeof i50.DeepDiffModule, typeof i51.AITestHarnessModule, typeof i52.ActionGalleryModule, typeof i53.TestingModule, typeof i54.FlowEditorModule, typeof i55.SharedGenericModule, typeof i56.EntityRelationshipDiagramModule, typeof i57.ListManagementModule, typeof i58.ActionsModule, typeof i59.AgentsModule, typeof i60.EntityViewerModule, typeof i61.MarkdownModule, typeof i62.NgTreesModule, typeof i63.AngularSplitModule, typeof i64.VersionsModule], [typeof i1.MJEntityFormComponentExtended, typeof i2.MJEntityActionFormComponentExtended, typeof i3.MJTemplateFormComponentExtended, typeof i6.TemplateEditorComponent, typeof i7.MJAIPromptFormComponentExtended, typeof i8.MJAIAgentFormComponentExtended, typeof i18.MJAIPromptRunFormComponentExtended, typeof i19.ChatMessageViewerComponent, typeof i20.MJActionFormComponentExtended, typeof i21.MJActionExecutionLogFormComponentExtended, typeof i22.MJAIAgentRunFormComponentExtended, typeof i23.AIAgentRunTimelineComponent, typeof i24.AIAgentRunStepNodeComponent, typeof i25.AIAgentRunAnalyticsComponent, typeof i28.MJQueryFormComponentExtended, typeof i31.FlowAgentFormSectionComponent, typeof i32.MJTestRunFormComponentExtended, typeof i33.MJTestFormComponentExtended, typeof i34.MJTestSuiteRunFormComponentExtended, typeof i35.MJTestSuiteFormComponentExtended, typeof i36.MJTestRunFeedbackFormComponentExtended, typeof i37.MJTestRubricFormComponentExtended, typeof i38.EntityLinkPillComponent, typeof i39.MJListFormComponentExtended, typeof i40.MJContentSourceFormComponentExtended, typeof i58.ActionsModule]>;
68
69
  static ɵinj: i0.ɵɵInjectorDeclaration<MemberJunctionCoreEntityFormsModule>;
69
70
  }
70
71
  //# sourceMappingURL=custom-forms.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmEA,qBAkHa,mCAAmC;yCAAnC,mCAAmC;0CAAnC,mCAAmC;0CAAnC,mCAAmC;CAAI"}
1
+ {"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoEA,qBAmHa,mCAAmC;yCAAnC,mCAAmC;0CAAnC,mCAAmC;0CAAnC,mCAAmC;CAAI"}
@@ -34,6 +34,7 @@ import { TestingModule } from "@memberjunction/ng-testing";
34
34
  import { JoinGridModule } from "@memberjunction/ng-join-grid";
35
35
  import { CodeEditorModule } from "@memberjunction/ng-code-editor";
36
36
  import { DeepDiffModule } from "@memberjunction/ng-deep-diff";
37
+ import { VersionsModule } from "@memberjunction/ng-versions";
37
38
  import { EntityRelationshipDiagramModule } from '@memberjunction/ng-entity-relationship-diagram';
38
39
  import { ListManagementModule } from '@memberjunction/ng-list-management';
39
40
  import { EntitySelectorDialogComponent } from "./shared/entity-selector-dialog.component";
@@ -106,7 +107,8 @@ export class MemberJunctionCoreEntityFormsModule {
106
107
  EntityViewerModule,
107
108
  MarkdownModule,
108
109
  NgTreesModule,
109
- AngularSplitModule, ActionsModule] }); }
110
+ AngularSplitModule,
111
+ VersionsModule, ActionsModule] }); }
110
112
  }
111
113
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MemberJunctionCoreEntityFormsModule, [{
112
114
  type: NgModule,
@@ -189,7 +191,8 @@ export class MemberJunctionCoreEntityFormsModule {
189
191
  EntityViewerModule,
190
192
  MarkdownModule,
191
193
  NgTreesModule,
192
- AngularSplitModule
194
+ AngularSplitModule,
195
+ VersionsModule
193
196
  ],
194
197
  exports: [
195
198
  MJEntityFormComponentExtended,
@@ -299,7 +302,8 @@ export class MemberJunctionCoreEntityFormsModule {
299
302
  EntityViewerModule,
300
303
  MarkdownModule,
301
304
  NgTreesModule,
302
- AngularSplitModule], exports: [MJEntityFormComponentExtended,
305
+ AngularSplitModule,
306
+ VersionsModule], exports: [MJEntityFormComponentExtended,
303
307
  MJEntityActionFormComponentExtended,
304
308
  MJTemplateFormComponentExtended,
305
309
  TemplateEditorComponent,
@@ -1 +1 @@
1
- {"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MJButtonDirective, MJAccordionPanelComponent, MJAccordionTitleDirective, MJDropdownComponent, MJComboboxComponent, MJSwitchComponent, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent, MJNumericInputComponent, MJWindowComponent, MJWindowTitlebarComponent, MJProgressBarComponent } from '@memberjunction/ng-ui-components';\nimport { AngularSplitModule } from 'angular-split';\nimport { AgGridModule } from 'ag-grid-angular';\nimport { BaseFormsModule } from '@memberjunction/ng-base-forms';\nimport { LinkDirectivesModule } from '@memberjunction/ng-link-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { EntityViewerModule } from '@memberjunction/ng-entity-viewer';\nimport { MJEntityFormComponentExtended } from \"./Entities/entity-form.component\";\nimport { MJTabStripModule } from \"@memberjunction/ng-tabstrip\";\nimport { MJEntityActionFormComponentExtended } from \"./EntityActions/entityaction.form.component\";\nimport { MJTemplateFormComponentExtended } from \"./Templates/templates-form.component\";\nimport { TemplateParamDialogComponent } from \"./Templates/template-param-dialog.component\";\nimport { TemplateParamsGridComponent } from \"./Templates/template-params-grid.component\";\nimport { TemplateEditorComponent } from \"../shared/components/template-editor.component\";\nimport { MJAIPromptFormComponentExtended } from \"./AIPrompts/ai-prompt-form.component\";\nimport { MJAIAgentFormComponentExtended } from \"./AIAgents/ai-agent-form.component\";\nimport { NewAgentDialogComponent } from \"./AIAgents/new-agent-dialog.component\";\nimport { NewAgentDialogService } from \"./AIAgents/new-agent-dialog.service\";\nimport { AddActionDialogComponent } from \"./AIAgents/add-action-dialog.component\";\nimport { PromptSelectorDialogComponent } from \"./AIAgents/prompt-selector-dialog.component\";\nimport { AgentPromptAdvancedSettingsDialogComponent } from \"./AIAgents/agent-prompt-advanced-settings-dialog.component\";\nimport { SubAgentAdvancedSettingsDialogComponent } from \"./AIAgents/sub-agent-advanced-settings-dialog.component\";\nimport { SubAgentSelectorDialogComponent } from \"./AIAgents/sub-agent-selector-dialog.component\";\nimport { CreatePromptDialogComponent } from \"./AIAgents/create-prompt-dialog.component\";\nimport { CreateSubAgentDialogComponent } from \"./AIAgents/create-sub-agent-dialog.component\";\nimport { AIAgentManagementService } from \"./AIAgents/ai-agent-management.service\";\nimport { AgentsModule } from \"@memberjunction/ng-agents\";\nimport { AITestHarnessModule } from \"@memberjunction/ng-ai-test-harness\";\nimport { ActionGalleryModule } from \"@memberjunction/ng-action-gallery\";\nimport { TestingModule } from \"@memberjunction/ng-testing\";\nimport { JoinGridModule } from \"@memberjunction/ng-join-grid\";\nimport { CodeEditorModule } from \"@memberjunction/ng-code-editor\";\nimport { DeepDiffModule } from \"@memberjunction/ng-deep-diff\";\nimport { EntityRelationshipDiagramModule } from '@memberjunction/ng-entity-relationship-diagram';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\nimport { EntitySelectorDialogComponent } from \"./shared/entity-selector-dialog.component\";\nimport { MJAIPromptRunFormComponentExtended } from \"./AIPromptRuns/ai-prompt-run-form.component\";\nimport { ChatMessageViewerComponent } from \"./AIPromptRuns/chat-message-viewer.component\";\nimport { MJActionFormComponentExtended } from \"./Actions/action-form.component\";\nimport { MJActionExecutionLogFormComponentExtended } from \"./Actions/action-execution-log-form.component\";\nimport { ActionsModule } from \"@memberjunction/ng-actions\";\nimport { MJAIAgentRunFormComponentExtended } from \"./ai-agent-run/ai-agent-run.component\";\nimport { AIAgentRunTimelineComponent } from \"./ai-agent-run/ai-agent-run-timeline.component\";\nimport { AIAgentRunStepNodeComponent } from \"./ai-agent-run/ai-agent-run-step-node.component\";\nimport { AIAgentRunAnalyticsComponent } from \"./ai-agent-run/ai-agent-run-analytics.component\";\nimport { AIAgentRunVisualizationComponent } from \"./ai-agent-run/ai-agent-run-visualization.component\";\nimport { AIAgentRunStepDetailComponent } from \"./ai-agent-run/ai-agent-run-step-detail.component\";\nimport { MJQueryFormComponentExtended } from \"./Queries/query-form.component\";\nimport { QueryRunDialogComponent } from \"./Queries/query-run-dialog.component\";\nimport { QueryCategoryDialogComponent } from \"./Queries/query-category-dialog.component\";\nimport { FlowAgentFormSectionComponent } from \"./AIAgents/FlowAgentType/flow-agent-form-section.component\";\nimport { FlowEditorModule } from \"@memberjunction/ng-flow-editor\";\nimport { MarkdownModule } from \"@memberjunction/ng-markdown\";\nimport { NgTreesModule } from \"@memberjunction/ng-trees\";\nimport { MJTestRunFormComponentExtended } from \"./Tests/test-run-form.component\";\nimport { MJTestFormComponentExtended } from \"./Tests/test-form.component\";\nimport { MJTestSuiteRunFormComponentExtended } from \"./Tests/test-suite-run-form.component\";\nimport { MJTestSuiteFormComponentExtended } from \"./Tests/test-suite-form.component\";\nimport { MJTestRunFeedbackFormComponentExtended } from \"./Tests/test-run-feedback-form.component\";\nimport { MJTestRubricFormComponentExtended } from \"./Tests/test-rubric-form.component\";\nimport { EntityLinkPillComponent } from \"./Tests/entity-link-pill.component\";\nimport { MJListFormComponentExtended } from \"./Lists/list-form.component\";\nimport { MJContentSourceFormComponentExtended } from \"./ContentSources/content-source-form.component\";\n\n@NgModule({\n declarations: [\n MJEntityFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateParamDialogComponent,\n TemplateParamsGridComponent,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n NewAgentDialogComponent,\n AddActionDialogComponent,\n PromptSelectorDialogComponent,\n AgentPromptAdvancedSettingsDialogComponent,\n SubAgentAdvancedSettingsDialogComponent,\n SubAgentSelectorDialogComponent,\n CreatePromptDialogComponent,\n CreateSubAgentDialogComponent,\n EntitySelectorDialogComponent,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n AIAgentRunVisualizationComponent,\n AIAgentRunStepDetailComponent,\n MJQueryFormComponentExtended,\n QueryRunDialogComponent,\n QueryCategoryDialogComponent,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n MJContentSourceFormComponentExtended,\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n AgGridModule,\n MJButtonDirective,\n MJAccordionPanelComponent,\n MJAccordionTitleDirective,\n MJDropdownComponent,\n MJComboboxComponent,\n MJSwitchComponent,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent,\n MJNumericInputComponent,\n MJWindowComponent,\n MJWindowTitlebarComponent,\n MJProgressBarComponent,\n LinkDirectivesModule,\n JoinGridModule,\n BaseFormsModule,\n MJTabStripModule,\n CodeEditorModule,\n DeepDiffModule,\n AITestHarnessModule,\n ActionGalleryModule,\n TestingModule,\n FlowEditorModule,\n SharedGenericModule,\n EntityRelationshipDiagramModule,\n ListManagementModule,\n ActionsModule,\n AgentsModule,\n EntityViewerModule,\n MarkdownModule,\n NgTreesModule,\n AngularSplitModule\n ],\n exports: [\n MJEntityFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n MJQueryFormComponentExtended,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n MJContentSourceFormComponentExtended,\n ActionsModule\n ],\n providers: [\n NewAgentDialogService,\n AIAgentManagementService\n ]\n})\nexport class MemberJunctionCoreEntityFormsModule { }\n"]}
1
+ {"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MJButtonDirective, MJAccordionPanelComponent, MJAccordionTitleDirective, MJDropdownComponent, MJComboboxComponent, MJSwitchComponent, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent, MJNumericInputComponent, MJWindowComponent, MJWindowTitlebarComponent, MJProgressBarComponent } from '@memberjunction/ng-ui-components';\nimport { AngularSplitModule } from 'angular-split';\nimport { AgGridModule } from 'ag-grid-angular';\nimport { BaseFormsModule } from '@memberjunction/ng-base-forms';\nimport { LinkDirectivesModule } from '@memberjunction/ng-link-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { EntityViewerModule } from '@memberjunction/ng-entity-viewer';\nimport { MJEntityFormComponentExtended } from \"./Entities/entity-form.component\";\nimport { MJTabStripModule } from \"@memberjunction/ng-tabstrip\";\nimport { MJEntityActionFormComponentExtended } from \"./EntityActions/entityaction.form.component\";\nimport { MJTemplateFormComponentExtended } from \"./Templates/templates-form.component\";\nimport { TemplateParamDialogComponent } from \"./Templates/template-param-dialog.component\";\nimport { TemplateParamsGridComponent } from \"./Templates/template-params-grid.component\";\nimport { TemplateEditorComponent } from \"../shared/components/template-editor.component\";\nimport { MJAIPromptFormComponentExtended } from \"./AIPrompts/ai-prompt-form.component\";\nimport { MJAIAgentFormComponentExtended } from \"./AIAgents/ai-agent-form.component\";\nimport { NewAgentDialogComponent } from \"./AIAgents/new-agent-dialog.component\";\nimport { NewAgentDialogService } from \"./AIAgents/new-agent-dialog.service\";\nimport { AddActionDialogComponent } from \"./AIAgents/add-action-dialog.component\";\nimport { PromptSelectorDialogComponent } from \"./AIAgents/prompt-selector-dialog.component\";\nimport { AgentPromptAdvancedSettingsDialogComponent } from \"./AIAgents/agent-prompt-advanced-settings-dialog.component\";\nimport { SubAgentAdvancedSettingsDialogComponent } from \"./AIAgents/sub-agent-advanced-settings-dialog.component\";\nimport { SubAgentSelectorDialogComponent } from \"./AIAgents/sub-agent-selector-dialog.component\";\nimport { CreatePromptDialogComponent } from \"./AIAgents/create-prompt-dialog.component\";\nimport { CreateSubAgentDialogComponent } from \"./AIAgents/create-sub-agent-dialog.component\";\nimport { AIAgentManagementService } from \"./AIAgents/ai-agent-management.service\";\nimport { AgentsModule } from \"@memberjunction/ng-agents\";\nimport { AITestHarnessModule } from \"@memberjunction/ng-ai-test-harness\";\nimport { ActionGalleryModule } from \"@memberjunction/ng-action-gallery\";\nimport { TestingModule } from \"@memberjunction/ng-testing\";\nimport { JoinGridModule } from \"@memberjunction/ng-join-grid\";\nimport { CodeEditorModule } from \"@memberjunction/ng-code-editor\";\nimport { DeepDiffModule } from \"@memberjunction/ng-deep-diff\";\nimport { VersionsModule } from \"@memberjunction/ng-versions\";\nimport { EntityRelationshipDiagramModule } from '@memberjunction/ng-entity-relationship-diagram';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\nimport { EntitySelectorDialogComponent } from \"./shared/entity-selector-dialog.component\";\nimport { MJAIPromptRunFormComponentExtended } from \"./AIPromptRuns/ai-prompt-run-form.component\";\nimport { ChatMessageViewerComponent } from \"./AIPromptRuns/chat-message-viewer.component\";\nimport { MJActionFormComponentExtended } from \"./Actions/action-form.component\";\nimport { MJActionExecutionLogFormComponentExtended } from \"./Actions/action-execution-log-form.component\";\nimport { ActionsModule } from \"@memberjunction/ng-actions\";\nimport { MJAIAgentRunFormComponentExtended } from \"./ai-agent-run/ai-agent-run.component\";\nimport { AIAgentRunTimelineComponent } from \"./ai-agent-run/ai-agent-run-timeline.component\";\nimport { AIAgentRunStepNodeComponent } from \"./ai-agent-run/ai-agent-run-step-node.component\";\nimport { AIAgentRunAnalyticsComponent } from \"./ai-agent-run/ai-agent-run-analytics.component\";\nimport { AIAgentRunVisualizationComponent } from \"./ai-agent-run/ai-agent-run-visualization.component\";\nimport { AIAgentRunStepDetailComponent } from \"./ai-agent-run/ai-agent-run-step-detail.component\";\nimport { MJQueryFormComponentExtended } from \"./Queries/query-form.component\";\nimport { QueryRunDialogComponent } from \"./Queries/query-run-dialog.component\";\nimport { QueryCategoryDialogComponent } from \"./Queries/query-category-dialog.component\";\nimport { FlowAgentFormSectionComponent } from \"./AIAgents/FlowAgentType/flow-agent-form-section.component\";\nimport { FlowEditorModule } from \"@memberjunction/ng-flow-editor\";\nimport { MarkdownModule } from \"@memberjunction/ng-markdown\";\nimport { NgTreesModule } from \"@memberjunction/ng-trees\";\nimport { MJTestRunFormComponentExtended } from \"./Tests/test-run-form.component\";\nimport { MJTestFormComponentExtended } from \"./Tests/test-form.component\";\nimport { MJTestSuiteRunFormComponentExtended } from \"./Tests/test-suite-run-form.component\";\nimport { MJTestSuiteFormComponentExtended } from \"./Tests/test-suite-form.component\";\nimport { MJTestRunFeedbackFormComponentExtended } from \"./Tests/test-run-feedback-form.component\";\nimport { MJTestRubricFormComponentExtended } from \"./Tests/test-rubric-form.component\";\nimport { EntityLinkPillComponent } from \"./Tests/entity-link-pill.component\";\nimport { MJListFormComponentExtended } from \"./Lists/list-form.component\";\nimport { MJContentSourceFormComponentExtended } from \"./ContentSources/content-source-form.component\";\n\n@NgModule({\n declarations: [\n MJEntityFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateParamDialogComponent,\n TemplateParamsGridComponent,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n NewAgentDialogComponent,\n AddActionDialogComponent,\n PromptSelectorDialogComponent,\n AgentPromptAdvancedSettingsDialogComponent,\n SubAgentAdvancedSettingsDialogComponent,\n SubAgentSelectorDialogComponent,\n CreatePromptDialogComponent,\n CreateSubAgentDialogComponent,\n EntitySelectorDialogComponent,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n AIAgentRunVisualizationComponent,\n AIAgentRunStepDetailComponent,\n MJQueryFormComponentExtended,\n QueryRunDialogComponent,\n QueryCategoryDialogComponent,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n MJContentSourceFormComponentExtended,\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n AgGridModule,\n MJButtonDirective,\n MJAccordionPanelComponent,\n MJAccordionTitleDirective,\n MJDropdownComponent,\n MJComboboxComponent,\n MJSwitchComponent,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent,\n MJNumericInputComponent,\n MJWindowComponent,\n MJWindowTitlebarComponent,\n MJProgressBarComponent,\n LinkDirectivesModule,\n JoinGridModule,\n BaseFormsModule,\n MJTabStripModule,\n CodeEditorModule,\n DeepDiffModule,\n AITestHarnessModule,\n ActionGalleryModule,\n TestingModule,\n FlowEditorModule,\n SharedGenericModule,\n EntityRelationshipDiagramModule,\n ListManagementModule,\n ActionsModule,\n AgentsModule,\n EntityViewerModule,\n MarkdownModule,\n NgTreesModule,\n AngularSplitModule,\n VersionsModule\n ],\n exports: [\n MJEntityFormComponentExtended,\n MJEntityActionFormComponentExtended,\n MJTemplateFormComponentExtended,\n TemplateEditorComponent,\n MJAIPromptFormComponentExtended,\n MJAIAgentFormComponentExtended,\n MJAIPromptRunFormComponentExtended,\n ChatMessageViewerComponent,\n MJActionFormComponentExtended,\n MJActionExecutionLogFormComponentExtended,\n MJAIAgentRunFormComponentExtended,\n AIAgentRunTimelineComponent,\n AIAgentRunStepNodeComponent,\n AIAgentRunAnalyticsComponent,\n MJQueryFormComponentExtended,\n FlowAgentFormSectionComponent,\n MJTestRunFormComponentExtended,\n MJTestFormComponentExtended,\n MJTestSuiteRunFormComponentExtended,\n MJTestSuiteFormComponentExtended,\n MJTestRunFeedbackFormComponentExtended,\n MJTestRubricFormComponentExtended,\n EntityLinkPillComponent,\n MJListFormComponentExtended,\n MJContentSourceFormComponentExtended,\n ActionsModule\n ],\n providers: [\n NewAgentDialogService,\n AIAgentManagementService\n ]\n})\nexport class MemberJunctionCoreEntityFormsModule { }\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"mjaiagent.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,sBAAuB,SAAQ,iBAAiB;IAClD,MAAM,EAAG,eAAe,CAAC;IAEjB,QAAQ;yCAHd,sBAAsB;2CAAtB,sBAAsB;CAyClC"}
1
+ {"version":3,"file":"mjaiagent.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,sBAAuB,SAAQ,iBAAiB;IAClD,MAAM,EAAG,eAAe,CAAC;IAEjB,QAAQ;yCAHd,sBAAsB;2CAAtB,sBAAsB;CA0ClC"}