@memberjunction/ng-core-entity-forms 2.69.0 → 2.70.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/AIPromptRuns/ai-prompt-run-form.component.d.ts +12 -2
- 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 +385 -228
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.d.ts +72 -0
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.d.ts.map +1 -0
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +526 -0
- package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js.map +1 -0
- package/dist/lib/custom/custom-forms.module.d.ts +31 -30
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +9 -1
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/package.json +16 -16
|
@@ -11,38 +11,39 @@ import * as i9 from "./AIAgents/ai-agent-form.component";
|
|
|
11
11
|
import * as i10 from "./AIAgents/new-agent-dialog.component";
|
|
12
12
|
import * as i11 from "./shared/entity-selector-dialog.component";
|
|
13
13
|
import * as i12 from "./AIPromptRuns/ai-prompt-run-form.component";
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./Actions/action-
|
|
16
|
-
import * as i15 from "./Actions/action-test-harness
|
|
17
|
-
import * as i16 from "./Actions/action-
|
|
18
|
-
import * as i17 from "./Actions/action-
|
|
19
|
-
import * as i18 from "./
|
|
20
|
-
import * as i19 from "./ai-agent-run/ai-agent-run
|
|
21
|
-
import * as i20 from "./ai-agent-run/ai-agent-run-
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "@angular/
|
|
24
|
-
import * as i23 from "@
|
|
25
|
-
import * as i24 from "@progress/kendo-angular-
|
|
26
|
-
import * as i25 from "@progress/kendo-angular-
|
|
27
|
-
import * as i26 from "@progress/kendo-angular-
|
|
28
|
-
import * as i27 from "@progress/kendo-angular-
|
|
29
|
-
import * as i28 from "@progress/kendo-angular-
|
|
30
|
-
import * as i29 from "@progress/kendo-angular-
|
|
31
|
-
import * as i30 from "@
|
|
32
|
-
import * as i31 from "@memberjunction/ng-
|
|
33
|
-
import * as i32 from "@memberjunction/ng-
|
|
34
|
-
import * as i33 from "@memberjunction/ng-
|
|
35
|
-
import * as i34 from "@memberjunction/ng-
|
|
36
|
-
import * as i35 from "@memberjunction/ng-
|
|
37
|
-
import * as i36 from "@memberjunction/ng-
|
|
38
|
-
import * as i37 from "@memberjunction/ng-
|
|
39
|
-
import * as i38 from "@memberjunction/ng-
|
|
40
|
-
import * as i39 from "@
|
|
41
|
-
import * as i40 from "@
|
|
42
|
-
import * as i41 from "@memberjunction/ng-
|
|
14
|
+
import * as i13 from "./AIPromptRuns/chat-message-viewer.component";
|
|
15
|
+
import * as i14 from "./Actions/action-form.component";
|
|
16
|
+
import * as i15 from "./Actions/action-test-harness.component";
|
|
17
|
+
import * as i16 from "./Actions/action-test-harness-dialog.component";
|
|
18
|
+
import * as i17 from "./Actions/action-execution-log-form.component";
|
|
19
|
+
import * as i18 from "./Actions/action-param-dialog.component";
|
|
20
|
+
import * as i19 from "./ai-agent-run/ai-agent-run.component";
|
|
21
|
+
import * as i20 from "./ai-agent-run/ai-agent-run-timeline.component";
|
|
22
|
+
import * as i21 from "./ai-agent-run/ai-agent-run-step-node.component";
|
|
23
|
+
import * as i22 from "@angular/common";
|
|
24
|
+
import * as i23 from "@angular/forms";
|
|
25
|
+
import * as i24 from "@progress/kendo-angular-layout";
|
|
26
|
+
import * as i25 from "@progress/kendo-angular-dialog";
|
|
27
|
+
import * as i26 from "@progress/kendo-angular-grid";
|
|
28
|
+
import * as i27 from "@progress/kendo-angular-inputs";
|
|
29
|
+
import * as i28 from "@progress/kendo-angular-dropdowns";
|
|
30
|
+
import * as i29 from "@progress/kendo-angular-buttons";
|
|
31
|
+
import * as i30 from "@progress/kendo-angular-dateinputs";
|
|
32
|
+
import * as i31 from "@memberjunction/ng-user-view-grid";
|
|
33
|
+
import * as i32 from "@memberjunction/ng-link-directives";
|
|
34
|
+
import * as i33 from "@memberjunction/ng-join-grid";
|
|
35
|
+
import * as i34 from "@memberjunction/ng-base-forms";
|
|
36
|
+
import * as i35 from "@memberjunction/ng-form-toolbar";
|
|
37
|
+
import * as i36 from "@memberjunction/ng-tabstrip";
|
|
38
|
+
import * as i37 from "@memberjunction/ng-container-directives";
|
|
39
|
+
import * as i38 from "@memberjunction/ng-code-editor";
|
|
40
|
+
import * as i39 from "@memberjunction/ng-deep-diff";
|
|
41
|
+
import * as i40 from "@progress/kendo-angular-treeview";
|
|
42
|
+
import * as i41 from "@memberjunction/ng-ai-test-harness";
|
|
43
|
+
import * as i42 from "@memberjunction/ng-action-gallery";
|
|
43
44
|
export declare class MemberJunctionCoreEntityFormsModule {
|
|
44
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<MemberJunctionCoreEntityFormsModule, never>;
|
|
45
|
-
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.EntitySelectorDialogComponent, typeof i12.AIPromptRunFormComponentExtended, typeof i13.
|
|
46
|
+
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.EntitySelectorDialogComponent, typeof i12.AIPromptRunFormComponentExtended, typeof i13.ChatMessageViewerComponent, typeof i14.ActionFormComponentExtended, typeof i15.ActionTestHarnessComponent, typeof i16.ActionTestHarnessDialogComponent, typeof i17.ActionExecutionLogFormComponentExtended, typeof i18.ActionParamDialogComponent, typeof i19.AIAgentRunFormComponentExtended, typeof i20.AIAgentRunTimelineComponent, typeof i21.AIAgentRunStepNodeComponent], [typeof i22.CommonModule, typeof i23.FormsModule, typeof i23.ReactiveFormsModule, typeof i24.LayoutModule, typeof i24.ExpansionPanelModule, typeof i24.TabStripModule, typeof i24.SplitterModule, typeof i25.DialogsModule, typeof i25.WindowModule, typeof i26.GridModule, typeof i27.InputsModule, typeof i27.TextBoxModule, typeof i27.TextAreaModule, typeof i27.NumericTextBoxModule, typeof i27.SwitchModule, typeof i28.DropDownsModule, typeof i28.ComboBoxModule, typeof i29.ButtonsModule, typeof i29.ButtonModule, typeof i29.SplitButtonModule, typeof i30.DateInputsModule, typeof i31.UserViewGridModule, typeof i32.LinkDirectivesModule, typeof i33.JoinGridModule, typeof i34.BaseFormsModule, typeof i35.FormToolbarModule, typeof i36.MJTabStripModule, typeof i37.ContainerDirectivesModule, typeof i38.CodeEditorModule, typeof i39.DeepDiffModule, typeof i40.TreeViewModule, typeof i27.CheckBoxModule, typeof i41.AITestHarnessModule, typeof i42.ActionGalleryModule], [typeof i1.EntityFormExtendedComponent, typeof i3.ActionTopComponentExtended, typeof i2.EntityActionExtendedFormComponent, typeof i4.TemplatesFormExtendedComponent, typeof i7.TemplateEditorComponent, typeof i8.AIPromptFormComponentExtended, typeof i9.AIAgentFormComponentExtended, typeof i12.AIPromptRunFormComponentExtended, typeof i13.ChatMessageViewerComponent, typeof i14.ActionFormComponentExtended, typeof i15.ActionTestHarnessComponent, typeof i16.ActionTestHarnessDialogComponent, typeof i17.ActionExecutionLogFormComponentExtended, typeof i19.AIAgentRunFormComponentExtended, typeof i20.AIAgentRunTimelineComponent, typeof i21.AIAgentRunStepNodeComponent]>;
|
|
46
47
|
static ɵinj: i0.ɵɵInjectorDeclaration<MemberJunctionCoreEntityFormsModule>;
|
|
47
48
|
}
|
|
48
49
|
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":"
|
|
1
|
+
{"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CA,qBAkFa,mCAAmC;yCAAnC,mCAAmC;0CAAnC,mCAAmC;0CAAnC,mCAAmC;CAAI;AAEpD,wBAAgB,mBAAmB,SAUlC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NgModule } from "@angular/core";
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { InputsModule, TextBoxModule, TextAreaModule, NumericTextBoxModule, SwitchModule } from '@progress/kendo-angular-inputs';
|
|
4
|
+
import { InputsModule, TextBoxModule, TextAreaModule, NumericTextBoxModule, SwitchModule, CheckBoxModule } from '@progress/kendo-angular-inputs';
|
|
5
5
|
import { DateInputsModule } from '@progress/kendo-angular-dateinputs';
|
|
6
6
|
import { ButtonsModule, ButtonModule, SplitButtonModule } from '@progress/kendo-angular-buttons';
|
|
7
7
|
import { DropDownsModule, ComboBoxModule } from '@progress/kendo-angular-dropdowns';
|
|
@@ -33,6 +33,7 @@ import { DeepDiffModule } from "@memberjunction/ng-deep-diff";
|
|
|
33
33
|
import { TreeViewModule } from '@progress/kendo-angular-treeview';
|
|
34
34
|
import { EntitySelectorDialogComponent } from "./shared/entity-selector-dialog.component";
|
|
35
35
|
import { AIPromptRunFormComponentExtended } from "./AIPromptRuns/ai-prompt-run-form.component";
|
|
36
|
+
import { ChatMessageViewerComponent } from "./AIPromptRuns/chat-message-viewer.component";
|
|
36
37
|
import { ActionFormComponentExtended, LoadActionFormComponentExtended } from "./Actions/action-form.component";
|
|
37
38
|
import { ActionTestHarnessComponent } from "./Actions/action-test-harness.component";
|
|
38
39
|
import { ActionTestHarnessDialogComponent } from "./Actions/action-test-harness-dialog.component";
|
|
@@ -79,6 +80,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
79
80
|
CodeEditorModule,
|
|
80
81
|
DeepDiffModule,
|
|
81
82
|
TreeViewModule,
|
|
83
|
+
CheckBoxModule,
|
|
82
84
|
AITestHarnessModule,
|
|
83
85
|
ActionGalleryModule] }); }
|
|
84
86
|
}
|
|
@@ -98,6 +100,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
98
100
|
NewAgentDialogComponent,
|
|
99
101
|
EntitySelectorDialogComponent,
|
|
100
102
|
AIPromptRunFormComponentExtended,
|
|
103
|
+
ChatMessageViewerComponent,
|
|
101
104
|
ActionFormComponentExtended,
|
|
102
105
|
ActionTestHarnessComponent,
|
|
103
106
|
ActionTestHarnessDialogComponent,
|
|
@@ -139,6 +142,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
139
142
|
CodeEditorModule,
|
|
140
143
|
DeepDiffModule,
|
|
141
144
|
TreeViewModule,
|
|
145
|
+
CheckBoxModule,
|
|
142
146
|
AITestHarnessModule,
|
|
143
147
|
ActionGalleryModule
|
|
144
148
|
],
|
|
@@ -151,6 +155,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
151
155
|
AIPromptFormComponentExtended,
|
|
152
156
|
AIAgentFormComponentExtended,
|
|
153
157
|
AIPromptRunFormComponentExtended,
|
|
158
|
+
ChatMessageViewerComponent,
|
|
154
159
|
ActionFormComponentExtended,
|
|
155
160
|
ActionTestHarnessComponent,
|
|
156
161
|
ActionTestHarnessDialogComponent,
|
|
@@ -176,6 +181,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
176
181
|
NewAgentDialogComponent,
|
|
177
182
|
EntitySelectorDialogComponent,
|
|
178
183
|
AIPromptRunFormComponentExtended,
|
|
184
|
+
ChatMessageViewerComponent,
|
|
179
185
|
ActionFormComponentExtended,
|
|
180
186
|
ActionTestHarnessComponent,
|
|
181
187
|
ActionTestHarnessDialogComponent,
|
|
@@ -214,6 +220,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
214
220
|
CodeEditorModule,
|
|
215
221
|
DeepDiffModule,
|
|
216
222
|
TreeViewModule,
|
|
223
|
+
CheckBoxModule,
|
|
217
224
|
AITestHarnessModule,
|
|
218
225
|
ActionGalleryModule], exports: [EntityFormExtendedComponent,
|
|
219
226
|
ActionTopComponentExtended,
|
|
@@ -223,6 +230,7 @@ export class MemberJunctionCoreEntityFormsModule {
|
|
|
223
230
|
AIPromptFormComponentExtended,
|
|
224
231
|
AIAgentFormComponentExtended,
|
|
225
232
|
AIPromptRunFormComponentExtended,
|
|
233
|
+
ChatMessageViewerComponent,
|
|
226
234
|
ActionFormComponentExtended,
|
|
227
235
|
ActionTestHarnessComponent,
|
|
228
236
|
ActionTestHarnessDialogComponent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-core-entity-forms",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.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.
|
|
28
|
-
"@memberjunction/core": "2.
|
|
29
|
-
"@memberjunction/core-entities": "2.
|
|
30
|
-
"@memberjunction/ai-core-plus": "2.
|
|
31
|
-
"@memberjunction/ng-base-forms": "2.
|
|
32
|
-
"@memberjunction/ng-deep-diff": "2.
|
|
33
|
-
"@memberjunction/ng-form-toolbar": "2.
|
|
34
|
-
"@memberjunction/ng-tabstrip": "2.
|
|
35
|
-
"@memberjunction/ng-container-directives": "2.
|
|
36
|
-
"@memberjunction/ng-code-editor": "2.
|
|
37
|
-
"@memberjunction/ng-timeline": "2.
|
|
38
|
-
"@memberjunction/ng-join-grid": "2.
|
|
39
|
-
"@memberjunction/ai-engine-base": "2.
|
|
40
|
-
"@memberjunction/ng-ai-test-harness": "2.
|
|
41
|
-
"@memberjunction/ng-action-gallery": "2.
|
|
27
|
+
"@memberjunction/global": "2.70.0",
|
|
28
|
+
"@memberjunction/core": "2.70.0",
|
|
29
|
+
"@memberjunction/core-entities": "2.70.0",
|
|
30
|
+
"@memberjunction/ai-core-plus": "2.70.0",
|
|
31
|
+
"@memberjunction/ng-base-forms": "2.70.0",
|
|
32
|
+
"@memberjunction/ng-deep-diff": "2.70.0",
|
|
33
|
+
"@memberjunction/ng-form-toolbar": "2.70.0",
|
|
34
|
+
"@memberjunction/ng-tabstrip": "2.70.0",
|
|
35
|
+
"@memberjunction/ng-container-directives": "2.70.0",
|
|
36
|
+
"@memberjunction/ng-code-editor": "2.70.0",
|
|
37
|
+
"@memberjunction/ng-timeline": "2.70.0",
|
|
38
|
+
"@memberjunction/ng-join-grid": "2.70.0",
|
|
39
|
+
"@memberjunction/ai-engine-base": "2.70.0",
|
|
40
|
+
"@memberjunction/ng-ai-test-harness": "2.70.0",
|
|
41
|
+
"@memberjunction/ng-action-gallery": "2.70.0",
|
|
42
42
|
"@progress/kendo-angular-grid": "16.2.0",
|
|
43
43
|
"@progress/kendo-angular-dropdowns": "16.2.0",
|
|
44
44
|
"tslib": "^2.3.0"
|