@memberjunction/ng-core-entity-forms 2.74.0 → 2.76.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/README.md +124 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts +109 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js +2020 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-diagram.component.js.map +1 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts +32 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +413 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js.map +1 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.d.ts +9 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.js +84 -0
- package/dist/lib/custom/AIAgents/FlowAgentType/step-info-control.component.js.map +1 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +34 -6
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +656 -520
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +11 -6
- 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 +459 -448
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +51 -49
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-test-harness.component.d.ts.map +1 -1
- package/dist/lib/custom/Actions/action-test-harness.component.js +5 -3
- package/dist/lib/custom/Actions/action-test-harness.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +35 -7
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +235 -219
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.d.ts +37 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js +117 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-cost.service.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts +49 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +211 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts +33 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +265 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +0 -8
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +4 -8
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +47 -189
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts +71 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.d.ts.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js +931 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-visualization.component.js.map +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts +10 -4
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +257 -295
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +30 -25
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +31 -4
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +34 -14
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js +80 -0
- package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.js +277 -0
- package/dist/lib/generated/Entities/AIAgentStep/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/aiagentsteppath.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.js +147 -0
- package/dist/lib/generated/Entities/AIAgentStepPath/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentType/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentType/sections/details.component.js +31 -4
- package/dist/lib/generated/Entities/AIAgentType/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +16 -6
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js +15 -4
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/action.form.component.js +19 -9
- package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +294 -285
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +183 -110
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/public-api.d.ts +2 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +3 -0
- package/dist/public-api.js.map +1 -1
- package/package.json +21 -17
|
@@ -85,23 +85,29 @@ function ActionFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
85
85
|
i0.ɵɵelement(46, "mj-user-view-grid", 16);
|
|
86
86
|
i0.ɵɵelementEnd();
|
|
87
87
|
i0.ɵɵelementStart(47, "mj-tab", 24);
|
|
88
|
-
i0.ɵɵtext(48, "
|
|
88
|
+
i0.ɵɵtext(48, " MJ: AI Agent Steps ");
|
|
89
89
|
i0.ɵɵelementEnd();
|
|
90
90
|
i0.ɵɵelementStart(49, "mj-tab-body");
|
|
91
91
|
i0.ɵɵelement(50, "mj-user-view-grid", 16);
|
|
92
92
|
i0.ɵɵelementEnd();
|
|
93
93
|
i0.ɵɵelementStart(51, "mj-tab", 25);
|
|
94
|
-
i0.ɵɵtext(52, "
|
|
94
|
+
i0.ɵɵtext(52, " Execution Logs ");
|
|
95
95
|
i0.ɵɵelementEnd();
|
|
96
96
|
i0.ɵɵelementStart(53, "mj-tab-body");
|
|
97
97
|
i0.ɵɵelement(54, "mj-user-view-grid", 16);
|
|
98
98
|
i0.ɵɵelementEnd();
|
|
99
99
|
i0.ɵɵelementStart(55, "mj-tab", 26);
|
|
100
|
-
i0.ɵɵ
|
|
101
|
-
i0.ɵɵtext(57, "Actions ");
|
|
100
|
+
i0.ɵɵtext(56, " Authorizations ");
|
|
102
101
|
i0.ɵɵelementEnd();
|
|
103
|
-
i0.ɵɵelementStart(
|
|
104
|
-
i0.ɵɵelement(
|
|
102
|
+
i0.ɵɵelementStart(57, "mj-tab-body");
|
|
103
|
+
i0.ɵɵelement(58, "mj-user-view-grid", 16);
|
|
104
|
+
i0.ɵɵelementEnd();
|
|
105
|
+
i0.ɵɵelementStart(59, "mj-tab", 27);
|
|
106
|
+
i0.ɵɵelement(60, "span", 28);
|
|
107
|
+
i0.ɵɵtext(61, "Actions ");
|
|
108
|
+
i0.ɵɵelementEnd();
|
|
109
|
+
i0.ɵɵelementStart(62, "mj-tab-body");
|
|
110
|
+
i0.ɵɵelement(63, "mj-user-view-grid", 16);
|
|
105
111
|
i0.ɵɵelementEnd()()()()();
|
|
106
112
|
} if (rf & 2) {
|
|
107
113
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -146,6 +152,10 @@ function ActionFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
146
152
|
i0.ɵɵadvance();
|
|
147
153
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
148
154
|
i0.ɵɵadvance(3);
|
|
155
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Steps", "ActionID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Steps"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Agent Steps"))("EditMode", ctx_r1.GridEditMode());
|
|
156
|
+
i0.ɵɵadvance();
|
|
157
|
+
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
158
|
+
i0.ɵɵadvance(3);
|
|
149
159
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Action Execution Logs", "ActionID"))("NewRecordValues", ctx_r1.NewRecordValues("Action Execution Logs"))("AllowLoad", ctx_r1.IsCurrentTab("Execution Logs"))("EditMode", ctx_r1.GridEditMode());
|
|
150
160
|
i0.ɵɵadvance();
|
|
151
161
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
@@ -158,9 +168,9 @@ function ActionFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
158
168
|
} }
|
|
159
169
|
let ActionFormComponent = class ActionFormComponent extends BaseFormComponent {
|
|
160
170
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵActionFormComponent_BaseFactory; return function ActionFormComponent_Factory(t) { return (ɵActionFormComponent_BaseFactory || (ɵActionFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ActionFormComponent)))(t || ActionFormComponent); }; })(); }
|
|
161
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActionFormComponent, selectors: [["gen-action-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], ["topArea", ""], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], ["orientation", "vertical", 3, "layoutChange"], [3, "collapsible", "size"], [1, "record-form-group"], ["Entity", "Actions", "Section", "top-area", 3, "record", "EditMode"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "Actions", "Section", "details", 3, "record", "EditMode"], ["Name", "Code"], ["Entity", "Actions", "Section", "code", 3, "record", "EditMode"], ["Name", "Params", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "Libraries", 3, "Visible"], [1, "fa-solid", "fa-book", "tab-header-icon"], ["Name", "Scheduled Actions", 3, "Visible"], ["Name", "Result Codes", 3, "Visible"], ["Name", "AIAgent Actions", 3, "Visible"], ["Name", "Action Contexts", 3, "Visible"], ["Name", "Entity Actions", 3, "Visible"], ["Name", "Execution Logs", 3, "Visible"], ["Name", "Authorizations", 3, "Visible"], ["Name", "Actions", 3, "Visible"], [1, "fa-solid", "fa-bolt", "tab-header-icon"]], template: function ActionFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
171
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActionFormComponent, selectors: [["gen-action-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], ["topArea", ""], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], ["orientation", "vertical", 3, "layoutChange"], [3, "collapsible", "size"], [1, "record-form-group"], ["Entity", "Actions", "Section", "top-area", 3, "record", "EditMode"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "Actions", "Section", "details", 3, "record", "EditMode"], ["Name", "Code"], ["Entity", "Actions", "Section", "code", 3, "record", "EditMode"], ["Name", "Params", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "Libraries", 3, "Visible"], [1, "fa-solid", "fa-book", "tab-header-icon"], ["Name", "Scheduled Actions", 3, "Visible"], ["Name", "Result Codes", 3, "Visible"], ["Name", "AIAgent Actions", 3, "Visible"], ["Name", "Action Contexts", 3, "Visible"], ["Name", "Entity Actions", 3, "Visible"], ["Name", "MJ: AI Agent Steps", 3, "Visible"], ["Name", "Execution Logs", 3, "Visible"], ["Name", "Authorizations", 3, "Visible"], ["Name", "Actions", 3, "Visible"], [1, "fa-solid", "fa-bolt", "tab-header-icon"]], template: function ActionFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
162
172
|
i0.ɵɵelementStart(0, "div", 2);
|
|
163
|
-
i0.ɵɵtemplate(1, ActionFormComponent_form_1_Template,
|
|
173
|
+
i0.ɵɵtemplate(1, ActionFormComponent_form_1_Template, 64, 64, "form", 3);
|
|
164
174
|
i0.ɵɵelementEnd();
|
|
165
175
|
} if (rf & 2) {
|
|
166
176
|
i0.ɵɵadvance();
|
|
@@ -173,7 +183,7 @@ ActionFormComponent = __decorate([
|
|
|
173
183
|
export { ActionFormComponent };
|
|
174
184
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActionFormComponent, [{
|
|
175
185
|
type: Component,
|
|
176
|
-
args: [{ selector: 'gen-action-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n <kendo-splitter orientation=\"vertical\" (layoutChange)=\"splitterLayoutChange()\" >\n <kendo-splitter-pane [collapsible]=\"true\" [size]=\"TopAreaHeight\">\n <div #topArea class=\"record-form-group\">\n <mj-form-section Entity=\"Actions\" Section=\"top-area\" [record]=\"record\" [EditMode]=\"this.EditMode\"></mj-form-section>\n </div>\n </kendo-splitter-pane>\n <kendo-splitter-pane>\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"Actions\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Code\">\n Code\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"Actions\" \n Section=\"code\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Params\" [Visible]=\"record.IsSaved\"> \n Params\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Params','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Params')\"\n [AllowLoad]=\"IsCurrentTab('Params')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Libraries\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-book tab-header-icon\"></span>Libraries\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Libraries','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Libraries')\"\n [AllowLoad]=\"IsCurrentTab('Libraries')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Scheduled Actions\" [Visible]=\"record.IsSaved\"> \n Scheduled Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsCurrentTab('Scheduled Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Result Codes\" [Visible]=\"record.IsSaved\"> \n Result Codes\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Result Codes','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Result Codes')\"\n [AllowLoad]=\"IsCurrentTab('Result Codes')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AIAgent Actions\" [Visible]=\"record.IsSaved\"> \n AIAgent Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agent Actions')\"\n [AllowLoad]=\"IsCurrentTab('AIAgent Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Action Contexts\" [Visible]=\"record.IsSaved\"> \n Action Contexts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Contexts','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Contexts')\"\n [AllowLoad]=\"IsCurrentTab('Action Contexts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Entity Actions\" [Visible]=\"record.IsSaved\"> \n Entity Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Entity Actions')\"\n [AllowLoad]=\"IsCurrentTab('Entity Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Execution Logs\" [Visible]=\"record.IsSaved\"> \n Execution Logs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsCurrentTab('Execution Logs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Authorizations\" [Visible]=\"record.IsSaved\"> \n Authorizations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Authorizations','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Authorizations')\"\n [AllowLoad]=\"IsCurrentTab('Authorizations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Actions\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-bolt tab-header-icon\"></span>Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsCurrentTab('Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </kendo-splitter-pane>\n </kendo-splitter>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\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/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\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 {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
186
|
+
args: [{ selector: 'gen-action-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n <kendo-splitter orientation=\"vertical\" (layoutChange)=\"splitterLayoutChange()\" >\n <kendo-splitter-pane [collapsible]=\"true\" [size]=\"TopAreaHeight\">\n <div #topArea class=\"record-form-group\">\n <mj-form-section Entity=\"Actions\" Section=\"top-area\" [record]=\"record\" [EditMode]=\"this.EditMode\"></mj-form-section>\n </div>\n </kendo-splitter-pane>\n <kendo-splitter-pane>\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"Actions\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Code\">\n Code\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"Actions\" \n Section=\"code\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Params\" [Visible]=\"record.IsSaved\"> \n Params\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Params','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Params')\"\n [AllowLoad]=\"IsCurrentTab('Params')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Libraries\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-book tab-header-icon\"></span>Libraries\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Libraries','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Libraries')\"\n [AllowLoad]=\"IsCurrentTab('Libraries')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Scheduled Actions\" [Visible]=\"record.IsSaved\"> \n Scheduled Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Scheduled Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Scheduled Actions')\"\n [AllowLoad]=\"IsCurrentTab('Scheduled Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Result Codes\" [Visible]=\"record.IsSaved\"> \n Result Codes\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Result Codes','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Result Codes')\"\n [AllowLoad]=\"IsCurrentTab('Result Codes')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"AIAgent Actions\" [Visible]=\"record.IsSaved\"> \n AIAgent Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('AI Agent Actions')\"\n [AllowLoad]=\"IsCurrentTab('AIAgent Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Action Contexts\" [Visible]=\"record.IsSaved\"> \n Action Contexts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Contexts','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Contexts')\"\n [AllowLoad]=\"IsCurrentTab('Action Contexts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Entity Actions\" [Visible]=\"record.IsSaved\"> \n Entity Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Entity Actions','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Entity Actions')\"\n [AllowLoad]=\"IsCurrentTab('Entity Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: AI Agent Steps\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Steps\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Steps','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Steps')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent Steps')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Execution Logs\" [Visible]=\"record.IsSaved\"> \n Execution Logs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Execution Logs','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Execution Logs')\"\n [AllowLoad]=\"IsCurrentTab('Execution Logs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Authorizations\" [Visible]=\"record.IsSaved\"> \n Authorizations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Authorizations','ActionID')\" \n [NewRecordValues]=\"NewRecordValues('Action Authorizations')\"\n [AllowLoad]=\"IsCurrentTab('Authorizations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Actions\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-bolt tab-header-icon\"></span>Actions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Actions','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('Actions')\"\n [AllowLoad]=\"IsCurrentTab('Actions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </kendo-splitter-pane>\n </kendo-splitter>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\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/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\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 {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
177
187
|
}], null, null); })();
|
|
178
188
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ActionFormComponent, { className: "ActionFormComponent", filePath: "src/lib/generated/Entities/Action/action.form.component.ts", lineNumber: 16 }); })();
|
|
179
189
|
export function LoadActionFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Action/action.form.component.ts","../../../../../src/lib/generated/Entities/Action/action.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;ICL/D,kCAA0D;IACtD,qCAAiD;IACjD,yCAAgF;IAAzC,sMAAgB,6BAAsB,KAAC;IAEtE,AADJ,8CAAiE,gBACrB;IACpC,qCAAoH;IAE5H,AADI,iBAAM,EACY;IAElB,AADJ,2CAAqB,sBAC0E;IAAzC,AAArC,uMAAe,0BAAmB,KAAC,4LAAqB,2BAAoB,KAAC;IAEtF,mCAAuB;IACnB,0BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,uCAKkB;IACtB,iBAAc;IAEd,mCAAoB;IAChB,uBACJ;IAAA,iBAAS;IACT,oCAAa;IACT,uCAKkB;IACtB,iBAAc;IAEd,mCAAiD;IAC7C,yBACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAoD;IAChD,4BAAsD;IAAA,2BAC1D;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA4D;IACxD,oCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAuD;IACnD,+BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAyD;IACrD,iCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAyD;IACrD,iCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAyD;IACrD,iCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAkD;IAC9C,4BAAsD;IAAA,yBAC1D;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAKxC,AADI,AADI,AADI,AADI,iBAAc,EACJ,EACI,EACT,EACd;;;
|
|
1
|
+
{"version":3,"file":"action.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Action/action.form.component.ts","../../../../../src/lib/generated/Entities/Action/action.form.component.html"],"names":[],"mappings":"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"}
|