@memberjunction/ng-core-entity-forms 2.89.0 → 2.91.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 (63) hide show
  1. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -1
  2. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -1
  3. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +4 -4
  4. package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
  5. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +21 -10
  6. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  7. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +563 -446
  8. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  9. package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts +9 -9
  10. package/dist/lib/custom/AIAgents/ai-agent-management.service.d.ts.map +1 -1
  11. package/dist/lib/custom/AIAgents/ai-agent-management.service.js.map +1 -1
  12. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +3 -3
  13. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
  14. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
  15. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +8 -8
  16. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
  17. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +1 -1
  18. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
  19. package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +2 -2
  20. package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
  21. package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
  22. package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts +2 -2
  23. package/dist/lib/custom/AIAgents/new-agent-dialog.service.d.ts.map +1 -1
  24. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +10 -10
  25. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
  26. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
  27. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +3 -3
  28. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
  29. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
  30. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +3 -3
  31. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
  32. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +1 -1
  33. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
  34. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +2 -2
  35. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
  36. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  37. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +4 -4
  38. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
  39. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  40. package/dist/lib/custom/Actions/action-form.component.d.ts +20 -4
  41. package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
  42. package/dist/lib/custom/Actions/action-form.component.js +594 -287
  43. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  44. package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts +20 -0
  45. package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts.map +1 -0
  46. package/dist/lib/custom/Actions/action-result-code-dialog.component.js +127 -0
  47. package/dist/lib/custom/Actions/action-result-code-dialog.component.js.map +1 -0
  48. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +2 -2
  49. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
  50. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +3 -3
  51. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
  52. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  53. package/dist/lib/custom/custom-forms.module.d.ts +36 -35
  54. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  55. package/dist/lib/custom/custom-forms.module.js +3 -0
  56. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  57. package/dist/lib/generated/Entities/Component/sections/details.component.d.ts.map +1 -1
  58. package/dist/lib/generated/Entities/Component/sections/details.component.js +31 -4
  59. package/dist/lib/generated/Entities/Component/sections/details.component.js.map +1 -1
  60. package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.d.ts.map +1 -1
  61. package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.js +13 -4
  62. package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.js.map +1 -1
  63. package/package.json +16 -16
@@ -24,43 +24,44 @@ import * as i22 from "./Actions/action-test-harness.component";
24
24
  import * as i23 from "./Actions/action-test-harness-dialog.component";
25
25
  import * as i24 from "./Actions/action-execution-log-form.component";
26
26
  import * as i25 from "./Actions/action-param-dialog.component";
27
- import * as i26 from "./ai-agent-run/ai-agent-run.component";
28
- import * as i27 from "./ai-agent-run/ai-agent-run-timeline.component";
29
- import * as i28 from "./ai-agent-run/ai-agent-run-step-node.component";
30
- import * as i29 from "./ai-agent-run/ai-agent-run-analytics.component";
31
- import * as i30 from "./ai-agent-run/ai-agent-run-visualization.component";
32
- import * as i31 from "./ai-agent-run/ai-agent-run-step-detail.component";
33
- import * as i32 from "./Queries/query-form.component";
34
- import * as i33 from "./Queries/query-run-dialog.component";
35
- import * as i34 from "./Queries/query-category-dialog.component";
36
- import * as i35 from "./AIAgents/FlowAgentType/flow-agent-form-section.component";
37
- import * as i36 from "./AIAgents/FlowAgentType/step-info-control.component";
38
- import * as i37 from "./AIAgents/FlowAgentType/flow-agent-diagram.component";
39
- import * as i38 from "@angular/common";
40
- import * as i39 from "@angular/forms";
41
- import * as i40 from "@progress/kendo-angular-layout";
42
- import * as i41 from "@progress/kendo-angular-dialog";
43
- import * as i42 from "@progress/kendo-angular-grid";
44
- import * as i43 from "@progress/kendo-angular-inputs";
45
- import * as i44 from "@progress/kendo-angular-dropdowns";
46
- import * as i45 from "@progress/kendo-angular-buttons";
47
- import * as i46 from "@progress/kendo-angular-dateinputs";
48
- import * as i47 from "@memberjunction/ng-user-view-grid";
49
- import * as i48 from "@memberjunction/ng-link-directives";
50
- import * as i49 from "@memberjunction/ng-join-grid";
51
- import * as i50 from "@memberjunction/ng-base-forms";
52
- import * as i51 from "@memberjunction/ng-form-toolbar";
53
- import * as i52 from "@memberjunction/ng-tabstrip";
54
- import * as i53 from "@memberjunction/ng-container-directives";
55
- import * as i54 from "@memberjunction/ng-code-editor";
56
- import * as i55 from "@memberjunction/ng-deep-diff";
57
- import * as i56 from "@progress/kendo-angular-treeview";
58
- import * as i57 from "@memberjunction/ng-ai-test-harness";
59
- import * as i58 from "@memberjunction/ng-action-gallery";
60
- import * as i59 from "./AIAgents/FlowAgentType/mj-integrated-flow-editor.component";
27
+ import * as i26 from "./Actions/action-result-code-dialog.component";
28
+ import * as i27 from "./ai-agent-run/ai-agent-run.component";
29
+ import * as i28 from "./ai-agent-run/ai-agent-run-timeline.component";
30
+ import * as i29 from "./ai-agent-run/ai-agent-run-step-node.component";
31
+ import * as i30 from "./ai-agent-run/ai-agent-run-analytics.component";
32
+ import * as i31 from "./ai-agent-run/ai-agent-run-visualization.component";
33
+ import * as i32 from "./ai-agent-run/ai-agent-run-step-detail.component";
34
+ import * as i33 from "./Queries/query-form.component";
35
+ import * as i34 from "./Queries/query-run-dialog.component";
36
+ import * as i35 from "./Queries/query-category-dialog.component";
37
+ import * as i36 from "./AIAgents/FlowAgentType/flow-agent-form-section.component";
38
+ import * as i37 from "./AIAgents/FlowAgentType/step-info-control.component";
39
+ import * as i38 from "./AIAgents/FlowAgentType/flow-agent-diagram.component";
40
+ import * as i39 from "@angular/common";
41
+ import * as i40 from "@angular/forms";
42
+ import * as i41 from "@progress/kendo-angular-layout";
43
+ import * as i42 from "@progress/kendo-angular-dialog";
44
+ import * as i43 from "@progress/kendo-angular-grid";
45
+ import * as i44 from "@progress/kendo-angular-inputs";
46
+ import * as i45 from "@progress/kendo-angular-dropdowns";
47
+ import * as i46 from "@progress/kendo-angular-buttons";
48
+ import * as i47 from "@progress/kendo-angular-dateinputs";
49
+ import * as i48 from "@memberjunction/ng-user-view-grid";
50
+ import * as i49 from "@memberjunction/ng-link-directives";
51
+ import * as i50 from "@memberjunction/ng-join-grid";
52
+ import * as i51 from "@memberjunction/ng-base-forms";
53
+ import * as i52 from "@memberjunction/ng-form-toolbar";
54
+ import * as i53 from "@memberjunction/ng-tabstrip";
55
+ import * as i54 from "@memberjunction/ng-container-directives";
56
+ import * as i55 from "@memberjunction/ng-code-editor";
57
+ import * as i56 from "@memberjunction/ng-deep-diff";
58
+ import * as i57 from "@progress/kendo-angular-treeview";
59
+ import * as i58 from "@memberjunction/ng-ai-test-harness";
60
+ import * as i59 from "@memberjunction/ng-action-gallery";
61
+ import * as i60 from "./AIAgents/FlowAgentType/mj-integrated-flow-editor.component";
61
62
  export declare class MemberJunctionCoreEntityFormsModule {
62
63
  static ɵfac: i0.ɵɵFactoryDeclaration<MemberJunctionCoreEntityFormsModule, never>;
63
- static ɵmod: i0.ɵɵNgModuleDeclaration<MemberJunctionCoreEntityFormsModule, [typeof i1.EntityFormExtendedComponent, typeof i2.EntityActionExtendedFormComponent, typeof i3.ActionTopComponentExtended, typeof i4.TemplatesFormExtendedComponent, typeof i5.TemplateParamDialogComponent, typeof i6.TemplateParamsGridComponent, typeof i7.TemplateEditorComponent, typeof i8.AIPromptFormComponentExtended, typeof i9.AIAgentFormComponentExtended, typeof i10.NewAgentDialogComponent, typeof i11.AddActionDialogComponent, typeof i12.PromptSelectorDialogComponent, typeof i13.AgentPromptAdvancedSettingsDialogComponent, typeof i14.SubAgentAdvancedSettingsDialogComponent, typeof i15.SubAgentSelectorDialogComponent, typeof i16.CreatePromptDialogComponent, typeof i17.CreateSubAgentDialogComponent, typeof i18.EntitySelectorDialogComponent, typeof i19.AIPromptRunFormComponentExtended, typeof i20.ChatMessageViewerComponent, typeof i21.ActionFormComponentExtended, typeof i22.ActionTestHarnessComponent, typeof i23.ActionTestHarnessDialogComponent, typeof i24.ActionExecutionLogFormComponentExtended, typeof i25.ActionParamDialogComponent, typeof i26.AIAgentRunFormComponentExtended, typeof i27.AIAgentRunTimelineComponent, typeof i28.AIAgentRunStepNodeComponent, typeof i29.AIAgentRunAnalyticsComponent, typeof i30.AIAgentRunVisualizationComponent, typeof i31.AIAgentRunStepDetailComponent, typeof i32.QueryFormExtendedComponent, typeof i33.QueryRunDialogComponent, typeof i34.QueryCategoryDialogComponent, typeof i35.FlowAgentFormSectionComponent, typeof i36.StepInfoControlComponent, typeof i37.FlowAgentDiagramComponent], [typeof i38.CommonModule, typeof i39.FormsModule, typeof i39.ReactiveFormsModule, typeof i40.LayoutModule, typeof i40.ExpansionPanelModule, typeof i40.TabStripModule, typeof i40.SplitterModule, typeof i40.PanelBarModule, typeof i41.DialogsModule, typeof i41.WindowModule, typeof i42.GridModule, typeof i43.InputsModule, typeof i43.TextBoxModule, typeof i43.TextAreaModule, typeof i43.NumericTextBoxModule, typeof i43.SwitchModule, typeof i44.DropDownsModule, typeof i44.ComboBoxModule, typeof i44.DropDownTreesModule, typeof i44.DropDownListModule, typeof i45.ButtonsModule, typeof i45.ButtonModule, typeof i45.SplitButtonModule, typeof i46.DateInputsModule, typeof i47.UserViewGridModule, typeof i48.LinkDirectivesModule, typeof i49.JoinGridModule, typeof i50.BaseFormsModule, typeof i51.FormToolbarModule, typeof i52.MJTabStripModule, typeof i53.ContainerDirectivesModule, typeof i54.CodeEditorModule, typeof i55.DeepDiffModule, typeof i56.TreeViewModule, typeof i43.CheckBoxModule, typeof i57.AITestHarnessModule, typeof i58.ActionGalleryModule, typeof i59.MJIntegratedFlowEditorComponent], [typeof i1.EntityFormExtendedComponent, typeof i3.ActionTopComponentExtended, typeof i2.EntityActionExtendedFormComponent, typeof i4.TemplatesFormExtendedComponent, typeof i7.TemplateEditorComponent, typeof i8.AIPromptFormComponentExtended, typeof i9.AIAgentFormComponentExtended, typeof i19.AIPromptRunFormComponentExtended, typeof i20.ChatMessageViewerComponent, typeof i21.ActionFormComponentExtended, typeof i22.ActionTestHarnessComponent, typeof i23.ActionTestHarnessDialogComponent, typeof i24.ActionExecutionLogFormComponentExtended, typeof i26.AIAgentRunFormComponentExtended, typeof i27.AIAgentRunTimelineComponent, typeof i28.AIAgentRunStepNodeComponent, typeof i29.AIAgentRunAnalyticsComponent, typeof i32.QueryFormExtendedComponent, typeof i35.FlowAgentFormSectionComponent, typeof i36.StepInfoControlComponent, typeof i37.FlowAgentDiagramComponent, typeof i59.MJIntegratedFlowEditorComponent]>;
64
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MemberJunctionCoreEntityFormsModule, [typeof i1.EntityFormExtendedComponent, typeof i2.EntityActionExtendedFormComponent, typeof i3.ActionTopComponentExtended, typeof i4.TemplatesFormExtendedComponent, typeof i5.TemplateParamDialogComponent, typeof i6.TemplateParamsGridComponent, typeof i7.TemplateEditorComponent, typeof i8.AIPromptFormComponentExtended, typeof i9.AIAgentFormComponentExtended, typeof i10.NewAgentDialogComponent, typeof i11.AddActionDialogComponent, typeof i12.PromptSelectorDialogComponent, typeof i13.AgentPromptAdvancedSettingsDialogComponent, typeof i14.SubAgentAdvancedSettingsDialogComponent, typeof i15.SubAgentSelectorDialogComponent, typeof i16.CreatePromptDialogComponent, typeof i17.CreateSubAgentDialogComponent, typeof i18.EntitySelectorDialogComponent, typeof i19.AIPromptRunFormComponentExtended, typeof i20.ChatMessageViewerComponent, typeof i21.ActionFormComponentExtended, typeof i22.ActionTestHarnessComponent, typeof i23.ActionTestHarnessDialogComponent, typeof i24.ActionExecutionLogFormComponentExtended, typeof i25.ActionParamDialogComponent, typeof i26.ActionResultCodeDialogComponent, typeof i27.AIAgentRunFormComponentExtended, typeof i28.AIAgentRunTimelineComponent, typeof i29.AIAgentRunStepNodeComponent, typeof i30.AIAgentRunAnalyticsComponent, typeof i31.AIAgentRunVisualizationComponent, typeof i32.AIAgentRunStepDetailComponent, typeof i33.QueryFormExtendedComponent, typeof i34.QueryRunDialogComponent, typeof i35.QueryCategoryDialogComponent, typeof i36.FlowAgentFormSectionComponent, typeof i37.StepInfoControlComponent, typeof i38.FlowAgentDiagramComponent], [typeof i39.CommonModule, typeof i40.FormsModule, typeof i40.ReactiveFormsModule, typeof i41.LayoutModule, typeof i41.ExpansionPanelModule, typeof i41.TabStripModule, typeof i41.SplitterModule, typeof i41.PanelBarModule, typeof i42.DialogsModule, typeof i42.WindowModule, typeof i43.GridModule, typeof i44.InputsModule, typeof i44.TextBoxModule, typeof i44.TextAreaModule, typeof i44.NumericTextBoxModule, typeof i44.SwitchModule, typeof i45.DropDownsModule, typeof i45.ComboBoxModule, typeof i45.DropDownTreesModule, typeof i45.DropDownListModule, typeof i46.ButtonsModule, typeof i46.ButtonModule, typeof i46.SplitButtonModule, typeof i47.DateInputsModule, typeof i48.UserViewGridModule, typeof i49.LinkDirectivesModule, typeof i50.JoinGridModule, typeof i51.BaseFormsModule, typeof i52.FormToolbarModule, typeof i53.MJTabStripModule, typeof i54.ContainerDirectivesModule, typeof i55.CodeEditorModule, typeof i56.DeepDiffModule, typeof i57.TreeViewModule, typeof i44.CheckBoxModule, typeof i58.AITestHarnessModule, typeof i59.ActionGalleryModule, typeof i60.MJIntegratedFlowEditorComponent], [typeof i1.EntityFormExtendedComponent, typeof i3.ActionTopComponentExtended, typeof i2.EntityActionExtendedFormComponent, typeof i4.TemplatesFormExtendedComponent, typeof i7.TemplateEditorComponent, typeof i8.AIPromptFormComponentExtended, typeof i9.AIAgentFormComponentExtended, typeof i19.AIPromptRunFormComponentExtended, typeof i20.ChatMessageViewerComponent, typeof i21.ActionFormComponentExtended, typeof i22.ActionTestHarnessComponent, typeof i23.ActionTestHarnessDialogComponent, typeof i24.ActionExecutionLogFormComponentExtended, typeof i27.AIAgentRunFormComponentExtended, typeof i28.AIAgentRunTimelineComponent, typeof i29.AIAgentRunStepNodeComponent, typeof i30.AIAgentRunAnalyticsComponent, typeof i33.QueryFormExtendedComponent, typeof i36.FlowAgentFormSectionComponent, typeof i37.StepInfoControlComponent, typeof i38.FlowAgentDiagramComponent, typeof i60.MJIntegratedFlowEditorComponent]>;
64
65
  static ɵinj: i0.ɵɵInjectorDeclaration<MemberJunctionCoreEntityFormsModule>;
65
66
  }
66
67
  export declare function LoadCoreCustomForms(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DA,qBA6Ga,mCAAmC;yCAAnC,mCAAmC;0CAAnC,mCAAmC;0CAAnC,mCAAmC;CAAI;AAEpD,wBAAgB,mBAAmB,SAWlC"}
1
+ {"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgEA,qBA8Ga,mCAAmC;yCAAnC,mCAAmC;0CAAnC,mCAAmC;0CAAnC,mCAAmC;CAAI;AAEpD,wBAAgB,mBAAmB,SAWlC"}
@@ -47,6 +47,7 @@ import { ActionTestHarnessComponent } from "./Actions/action-test-harness.compon
47
47
  import { ActionTestHarnessDialogComponent } from "./Actions/action-test-harness-dialog.component";
48
48
  import { ActionExecutionLogFormComponentExtended, LoadActionExecutionLogFormComponentExtended } from "./Actions/action-execution-log-form.component";
49
49
  import { ActionParamDialogComponent } from "./Actions/action-param-dialog.component";
50
+ import { ActionResultCodeDialogComponent } from "./Actions/action-result-code-dialog.component";
50
51
  import { AIAgentRunFormComponentExtended, LoadAIAgentRunFormComponent } from "./ai-agent-run/ai-agent-run.component";
51
52
  import { AIAgentRunTimelineComponent } from "./ai-agent-run/ai-agent-run-timeline.component";
52
53
  import { AIAgentRunStepNodeComponent } from "./ai-agent-run/ai-agent-run-step-node.component";
@@ -136,6 +137,7 @@ export class MemberJunctionCoreEntityFormsModule {
136
137
  ActionTestHarnessDialogComponent,
137
138
  ActionExecutionLogFormComponentExtended,
138
139
  ActionParamDialogComponent,
140
+ ActionResultCodeDialogComponent,
139
141
  AIAgentRunFormComponentExtended,
140
142
  AIAgentRunTimelineComponent,
141
143
  AIAgentRunStepNodeComponent,
@@ -244,6 +246,7 @@ export class MemberJunctionCoreEntityFormsModule {
244
246
  ActionTestHarnessDialogComponent,
245
247
  ActionExecutionLogFormComponentExtended,
246
248
  ActionParamDialogComponent,
249
+ ActionResultCodeDialogComponent,
247
250
  AIAgentRunFormComponentExtended,
248
251
  AIAgentRunTimelineComponent,
249
252
  AIAgentRunStepNodeComponent,
@@ -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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"}
1
+ {"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Component/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;;AAEhE,qBAmMa,yBAA0B,SAAQ,wBAAwB;IACjD,MAAM,EAAG,eAAe,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAS;yCAFnC,yBAAyB;2CAAzB,yBAAyB;CAGrC;AAED,wBAAgB,6BAA6B,SAE5C"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Component/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;;AAEhE,qBAwNa,yBAA0B,SAAQ,wBAAwB;IACjD,MAAM,EAAG,eAAe,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAS;yCAFnC,yBAAyB;2CAAzB,yBAAyB;CAGrC;AAED,wBAAgB,6BAA6B,SAE5C"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function ComponentDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
14
14
  i0.ɵɵelementStart(0, "div")(1, "div", 1);
15
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26)(27, "mj-form-field", 27);
15
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26)(27, "mj-form-field", 27)(28, "mj-form-field", 28)(29, "mj-form-field", 29)(30, "mj-form-field", 30);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -68,6 +68,12 @@ function ComponentDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
68
68
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
69
69
  i0.ɵɵadvance();
70
70
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
71
+ i0.ɵɵadvance();
72
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
73
+ i0.ɵɵadvance();
74
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
75
+ i0.ɵɵadvance();
76
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
71
77
  } }
72
78
  let ComponentDetailsComponent = class ComponentDetailsComponent extends BaseFormSectionComponent {
73
79
  constructor() {
@@ -75,8 +81,8 @@ let ComponentDetailsComponent = class ComponentDetailsComponent extends BaseForm
75
81
  this.EditMode = false;
76
82
  }
77
83
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵComponentDetailsComponent_BaseFactory; return function ComponentDetailsComponent_Factory(t) { return (ɵComponentDetailsComponent_BaseFactory || (ɵComponentDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ComponentDetailsComponent)))(t || ComponentDetailsComponent); }; })(); }
78
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentDetailsComponent, selectors: [["gen-component-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Namespace", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Version", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "VersionSequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Title", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DeveloperName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DeveloperEmail", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DeveloperOrganization", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceRegistryID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ReplicatedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LastSyncedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Specification", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FunctionalRequirements", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TechnicalDesign", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FunctionalRequirementsVector", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TechnicalDesignVector", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HasCustomProps", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HasCustomEvents", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RequiresData", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DependencyCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceRegistry", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ComponentDetailsComponent_Template(rf, ctx) { if (rf & 1) {
79
- i0.ɵɵtemplate(0, ComponentDetailsComponent_div_0_Template, 28, 78, "div", 0);
84
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentDetailsComponent, selectors: [["gen-component-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Namespace", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Version", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "VersionSequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Title", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DeveloperName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DeveloperEmail", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DeveloperOrganization", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceRegistryID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ReplicatedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LastSyncedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Specification", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FunctionalRequirements", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TechnicalDesign", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FunctionalRequirementsVector", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TechnicalDesignVector", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HasCustomProps", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HasCustomEvents", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RequiresData", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DependencyCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "TechnicalDesignVectorEmbeddingModelID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FunctionalRequirementsVectorEmbeddingModelID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HasRequiredCustomProps", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceRegistry", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ComponentDetailsComponent_Template(rf, ctx) { if (rf & 1) {
85
+ i0.ɵɵtemplate(0, ComponentDetailsComponent_div_0_Template, 31, 87, "div", 0);
80
86
  } if (rf & 2) {
81
87
  i0.ɵɵproperty("ngIf", ctx.record);
82
88
  } }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
@@ -266,6 +272,27 @@ export { ComponentDetailsComponent };
266
272
  Type="numerictextbox"
267
273
  [EditMode]="EditMode"
268
274
  ></mj-form-field>
275
+ <mj-form-field
276
+ [record]="record"
277
+ [ShowLabel]="true"
278
+ FieldName="TechnicalDesignVectorEmbeddingModelID"
279
+ Type="textarea"
280
+ [EditMode]="EditMode"
281
+ ></mj-form-field>
282
+ <mj-form-field
283
+ [record]="record"
284
+ [ShowLabel]="true"
285
+ FieldName="FunctionalRequirementsVectorEmbeddingModelID"
286
+ Type="textarea"
287
+ [EditMode]="EditMode"
288
+ ></mj-form-field>
289
+ <mj-form-field
290
+ [record]="record"
291
+ [ShowLabel]="true"
292
+ FieldName="HasRequiredCustomProps"
293
+ Type="checkbox"
294
+ [EditMode]="EditMode"
295
+ ></mj-form-field>
269
296
  <mj-form-field
270
297
  [record]="record"
271
298
  [ShowLabel]="true"
@@ -282,7 +309,7 @@ export { ComponentDetailsComponent };
282
309
  }], EditMode: [{
283
310
  type: Input
284
311
  }] }); })();
285
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentDetailsComponent, { className: "ComponentDetailsComponent", filePath: "src/lib/generated/Entities/Component/sections/details.component.ts", lineNumber: 201 }); })();
312
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentDetailsComponent, { className: "ComponentDetailsComponent", filePath: "src/lib/generated/Entities/Component/sections/details.component.ts", lineNumber: 222 }); })();
286
313
  export function LoadComponentDetailsComponent() {
287
314
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
288
315
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Component/sections/details.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Component/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IAuMrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,mCAMiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA9MM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,wBAAwB;IAAhE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;wQAHY,yBAAyB,SAAzB,yBAAyB;oEAAzB,yBAAyB;YApNvB,4EAAyB;;YAAnB,iCAAiB;;;AAoNzB,yBAAyB;IAxNrC,aAAa,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAC,wCAAwC;GAwN9F,yBAAyB,CAGrC;;iFAHY,yBAAyB;cAvNrC,SAAS;2BACI,4BAA4B,YAE5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkNT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,yBAAyB;AAKtC,MAAM,UAAU,6BAA6B;IACzC,2GAA2G;AAC/G,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,qBAiFa,gCAAiC,SAAQ,wBAAwB;IACxD,MAAM,EAAG,sBAAsB,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,gCAAgC;2CAAhC,gCAAgC;CAG5C;AAED,wBAAgB,oCAAoC,SAEnD"}
1
+ {"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,qBAwFa,gCAAiC,SAAQ,wBAAwB;IACxD,MAAM,EAAG,sBAAsB,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,gCAAgC;2CAAhC,gCAAgC;CAG5C;AAED,wBAAgB,oCAAoC,SAEnD"}
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  function ComponentLibraryDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
14
14
  i0.ɵɵelementStart(0, "div")(1, "div", 1);
15
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11);
15
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12);
16
16
  i0.ɵɵelementEnd()();
17
17
  } if (rf & 2) {
18
18
  const ctx_r0 = i0.ɵɵnextContext();
@@ -36,6 +36,8 @@ function ComponentLibraryDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1)
36
36
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
37
37
  i0.ɵɵadvance();
38
38
  i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
39
+ i0.ɵɵadvance();
40
+ i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
39
41
  } }
40
42
  let ComponentLibraryDetailsComponent = class ComponentLibraryDetailsComponent extends BaseFormSectionComponent {
41
43
  constructor() {
@@ -43,8 +45,8 @@ let ComponentLibraryDetailsComponent = class ComponentLibraryDetailsComponent ex
43
45
  this.EditMode = false;
44
46
  }
45
47
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵComponentLibraryDetailsComponent_BaseFactory; return function ComponentLibraryDetailsComponent_Factory(t) { return (ɵComponentLibraryDetailsComponent_BaseFactory || (ɵComponentLibraryDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ComponentLibraryDetailsComponent)))(t || ComponentLibraryDetailsComponent); }; })(); }
46
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentLibraryDetailsComponent, selectors: [["gen-componentlibrary-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DisplayName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Version", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "GlobalVariable", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Category", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CDNUrl", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CDNCssUrl", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ComponentLibraryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
47
- i0.ɵɵtemplate(0, ComponentLibraryDetailsComponent_div_0_Template, 12, 30, "div", 0);
48
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentLibraryDetailsComponent, selectors: [["gen-componentlibrary-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DisplayName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Version", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "GlobalVariable", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Category", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CDNUrl", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CDNCssUrl", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"]], template: function ComponentLibraryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
49
+ i0.ɵɵtemplate(0, ComponentLibraryDetailsComponent_div_0_Template, 13, 33, "div", 0);
48
50
  } if (rf & 2) {
49
51
  i0.ɵɵproperty("ngIf", ctx.record);
50
52
  } }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
@@ -127,6 +129,13 @@ export { ComponentLibraryDetailsComponent };
127
129
  Type="textbox"
128
130
  [EditMode]="EditMode"
129
131
  ></mj-form-field>
132
+ <mj-form-field
133
+ [record]="record"
134
+ [ShowLabel]="true"
135
+ FieldName="Status"
136
+ Type="dropdownlist"
137
+ [EditMode]="EditMode"
138
+ ></mj-form-field>
130
139
 
131
140
  </div>
132
141
  </div>
@@ -136,7 +145,7 @@ export { ComponentLibraryDetailsComponent };
136
145
  }], EditMode: [{
137
146
  type: Input
138
147
  }] }); })();
139
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentLibraryDetailsComponent, { className: "ComponentLibraryDetailsComponent", filePath: "src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts", lineNumber: 87 }); })();
148
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentLibraryDetailsComponent, { className: "ComponentLibraryDetailsComponent", filePath: "src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts", lineNumber: 94 }); })();
140
149
  export function LoadComponentLibraryDetailsComponent() {
141
150
  // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
142
151
  }
@@ -1 +1 @@
1
- {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IAgErB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,mCAMiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAvEM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,wBAAwB;IAAvE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oSAHY,gCAAgC,SAAhC,gCAAgC;oEAAhC,gCAAgC;YA7E9B,mFAAyB;;YAAnB,iCAAiB;;;AA6EzB,gCAAgC;IAjF5C,aAAa,CAAC,wBAAwB,EAAE,iCAAiC,CAAC,CAAC,wCAAwC;GAiFvG,gCAAgC,CAG5C;;iFAHY,gCAAgC;cAhF5C,SAAS;2BACI,mCAAmC,YAEnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2ET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,gCAAgC;AAK7C,MAAM,UAAU,oCAAoC;IAChD,2GAA2G;AAC/G,CAAC"}
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IAuErB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,mCAMiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA9EM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,wBAAwB;IAAvE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oSAHY,gCAAgC,SAAhC,gCAAgC;oEAAhC,gCAAgC;YApF9B,mFAAyB;;YAAnB,iCAAiB;;;AAoFzB,gCAAgC;IAxF5C,aAAa,CAAC,wBAAwB,EAAE,iCAAiC,CAAC,CAAC,wCAAwC;GAwFvG,gCAAgC,CAG5C;;iFAHY,gCAAgC;cAvF5C,SAAS;2BACI,mCAAmC,YAEnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkFT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,gCAAgC;AAK7C,MAAM,UAAU,oCAAoC;IAChD,2GAA2G;AAC/G,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-core-entity-forms",
3
- "version": "2.89.0",
3
+ "version": "2.91.0",
4
4
  "description": "MemberJunction Core Entity Angular Forms",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -24,21 +24,21 @@
24
24
  "@angular/forms": "18.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@memberjunction/global": "2.89.0",
28
- "@memberjunction/core": "2.89.0",
29
- "@memberjunction/core-entities": "2.89.0",
30
- "@memberjunction/ai-core-plus": "2.89.0",
31
- "@memberjunction/ng-base-forms": "2.89.0",
32
- "@memberjunction/ng-deep-diff": "2.89.0",
33
- "@memberjunction/ng-form-toolbar": "2.89.0",
34
- "@memberjunction/ng-tabstrip": "2.89.0",
35
- "@memberjunction/ng-container-directives": "2.89.0",
36
- "@memberjunction/ng-code-editor": "2.89.0",
37
- "@memberjunction/ng-timeline": "2.89.0",
38
- "@memberjunction/ng-join-grid": "2.89.0",
39
- "@memberjunction/ai-engine-base": "2.89.0",
40
- "@memberjunction/ng-ai-test-harness": "2.89.0",
41
- "@memberjunction/ng-action-gallery": "2.89.0",
27
+ "@memberjunction/global": "2.91.0",
28
+ "@memberjunction/core": "2.91.0",
29
+ "@memberjunction/core-entities": "2.91.0",
30
+ "@memberjunction/ai-core-plus": "2.91.0",
31
+ "@memberjunction/ng-base-forms": "2.91.0",
32
+ "@memberjunction/ng-deep-diff": "2.91.0",
33
+ "@memberjunction/ng-form-toolbar": "2.91.0",
34
+ "@memberjunction/ng-tabstrip": "2.91.0",
35
+ "@memberjunction/ng-container-directives": "2.91.0",
36
+ "@memberjunction/ng-code-editor": "2.91.0",
37
+ "@memberjunction/ng-timeline": "2.91.0",
38
+ "@memberjunction/ng-join-grid": "2.91.0",
39
+ "@memberjunction/ai-engine-base": "2.91.0",
40
+ "@memberjunction/ng-ai-test-harness": "2.91.0",
41
+ "@memberjunction/ng-action-gallery": "2.91.0",
42
42
  "@progress/kendo-angular-grid": "16.2.0",
43
43
  "@progress/kendo-angular-dropdowns": "16.2.0",
44
44
  "@progress/kendo-angular-dialog": "16.2.0",