@memberjunction/ng-core-entity-forms 2.107.0 → 2.109.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +71 -3
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +899 -641
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts +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 +57 -34
- 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 +2 -0
- 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 +32 -4
- 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.component.js +358 -337
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +26 -16
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.js +60 -4
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.js +253 -0
- package/dist/lib/generated/Entities/AIAgentDataSource/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +33 -12
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js +13 -3
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/ArtifactPermission/artifactpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.js +167 -0
- package/dist/lib/generated/Entities/ArtifactPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Collection/collection.form.component.js +14 -4
- package/dist/lib/generated/Entities/Collection/collection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js +167 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +7 -7
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +72 -22
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +348 -342
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +190 -166
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AIAgentDataSourceEntity } from '@memberjunction/core-entities';
|
|
2
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AIAgentDataSourceFormComponent extends BaseFormComponent {
|
|
5
|
+
record: AIAgentDataSourceEntity;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AIAgentDataSourceFormComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AIAgentDataSourceFormComponent, "gen-aiagentdatasource-form", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
export declare function LoadAIAgentDataSourceFormComponent(): void;
|
|
10
|
+
//# sourceMappingURL=aiagentdatasource.form.component.d.ts.map
|
package/dist/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aiagentdatasource.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;yCAD/B,8BAA8B;2CAA9B,8BAA8B;CAE1C;AAED,wBAAgB,kCAAkC,SAEjD"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
import { LoadAIAgentDataSourceDetailsComponent } from "./sections/details.component";
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
import * as i1 from "@angular/common";
|
|
13
|
+
import * as i2 from "@angular/forms";
|
|
14
|
+
import * as i3 from "@memberjunction/ng-base-forms";
|
|
15
|
+
import * as i4 from "@memberjunction/ng-form-toolbar";
|
|
16
|
+
import * as i5 from "@memberjunction/ng-tabstrip";
|
|
17
|
+
function AIAgentDataSourceFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
19
|
+
i0.ɵɵelementStart(0, "form", 3, 0);
|
|
20
|
+
i0.ɵɵelement(2, "mj-form-toolbar", 4);
|
|
21
|
+
i0.ɵɵelementStart(3, "mj-tabstrip", 5);
|
|
22
|
+
i0.ɵɵlistener("TabSelected", function AIAgentDataSourceFormComponent_form_1_Template_mj_tabstrip_TabSelected_3_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onTabSelect($event)); })("ResizeContainer", function AIAgentDataSourceFormComponent_form_1_Template_mj_tabstrip_ResizeContainer_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.InvokeManualResize()); });
|
|
23
|
+
i0.ɵɵelementStart(4, "mj-tab", 6);
|
|
24
|
+
i0.ɵɵtext(5, " Details ");
|
|
25
|
+
i0.ɵɵelementEnd();
|
|
26
|
+
i0.ɵɵelementStart(6, "mj-tab-body");
|
|
27
|
+
i0.ɵɵelement(7, "mj-form-section", 7);
|
|
28
|
+
i0.ɵɵelementEnd()()();
|
|
29
|
+
} if (rf & 2) {
|
|
30
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
31
|
+
i0.ɵɵadvance(2);
|
|
32
|
+
i0.ɵɵproperty("form", ctx_r1);
|
|
33
|
+
i0.ɵɵadvance(5);
|
|
34
|
+
i0.ɵɵproperty("record", ctx_r1.record)("EditMode", ctx_r1.EditMode);
|
|
35
|
+
} }
|
|
36
|
+
let AIAgentDataSourceFormComponent = class AIAgentDataSourceFormComponent extends BaseFormComponent {
|
|
37
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentDataSourceFormComponent_BaseFactory; return function AIAgentDataSourceFormComponent_Factory(t) { return (ɵAIAgentDataSourceFormComponent_BaseFactory || (ɵAIAgentDataSourceFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentDataSourceFormComponent)))(t || AIAgentDataSourceFormComponent); }; })(); }
|
|
38
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentDataSourceFormComponent, selectors: [["gen-aiagentdatasource-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: AI Agent Data Sources", "Section", "details", 3, "record", "EditMode"]], template: function AIAgentDataSourceFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
40
|
+
i0.ɵɵtemplate(1, AIAgentDataSourceFormComponent_form_1_Template, 8, 3, "form", 2);
|
|
41
|
+
i0.ɵɵelementEnd();
|
|
42
|
+
} if (rf & 2) {
|
|
43
|
+
i0.ɵɵadvance();
|
|
44
|
+
i0.ɵɵproperty("ngIf", ctx.record);
|
|
45
|
+
} }, dependencies: [i1.NgIf, i2.ɵNgNoValidate, i2.NgControlStatusGroup, i2.NgForm, i3.SectionLoaderComponent, i4.FormToolbarComponent, i5.MJTabStripComponent, i5.MJTabBodyComponent, i5.MJTabComponent], 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}"] }); }
|
|
46
|
+
};
|
|
47
|
+
AIAgentDataSourceFormComponent = __decorate([
|
|
48
|
+
RegisterClass(BaseFormComponent, 'MJ: AI Agent Data Sources') // Tell MemberJunction about this class
|
|
49
|
+
], AIAgentDataSourceFormComponent);
|
|
50
|
+
export { AIAgentDataSourceFormComponent };
|
|
51
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIAgentDataSourceFormComponent, [{
|
|
52
|
+
type: Component,
|
|
53
|
+
args: [{ selector: 'gen-aiagentdatasource-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\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=\"MJ: AI Agent Data Sources\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n </mj-tabstrip>\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"] }]
|
|
54
|
+
}], null, null); })();
|
|
55
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentDataSourceFormComponent, { className: "AIAgentDataSourceFormComponent", filePath: "src/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.ts", lineNumber: 13 }); })();
|
|
56
|
+
export function LoadAIAgentDataSourceFormComponent() {
|
|
57
|
+
LoadAIAgentDataSourceDetailsComponent();
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=aiagentdatasource.form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aiagentdatasource.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.form.component.ts","../../../../../src/lib/generated/Entities/AIAgentDataSource/aiagentdatasource.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,qCAAqC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;ICHhF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,kNAAe,0BAAmB,KAAC,uMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IAItC,AADY,AAFI,iBAAc,EAEJ,EACnB;;;IAjBc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;;ADF/C,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,iBAAiB;4RAAxD,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YCZ3C,8BAAqC;YACjC,iFAA0D;YAmB9D,iBAAM;;YAnBK,cAAY;YAAZ,iCAAY;;;ADWV,8BAA8B;IAN1C,aAAa,CAAC,iBAAiB,EAAE,2BAA2B,CAAC,CAAC,uCAAuC;GAMzF,8BAA8B,CAE1C;;iFAFY,8BAA8B;cAL1C,SAAS;2BACI,4BAA4B;;kFAI7B,8BAA8B;AAI3C,MAAM,UAAU,kCAAkC;IAC9C,qCAAqC,EAAE,CAAC;AAC5C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
|
|
2
|
+
import { AIAgentDataSourceEntity } from '@memberjunction/core-entities';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AIAgentDataSourceDetailsComponent extends BaseFormSectionComponent {
|
|
5
|
+
record: AIAgentDataSourceEntity;
|
|
6
|
+
EditMode: boolean;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AIAgentDataSourceDetailsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AIAgentDataSourceDetailsComponent, "gen-aiagentdatasource-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare function LoadAIAgentDataSourceDetailsComponent(): void;
|
|
11
|
+
//# sourceMappingURL=details.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentDataSource/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;;AAExE,qBAuKa,iCAAkC,SAAQ,wBAAwB;IACzD,MAAM,EAAG,uBAAuB,CAAC;IACjC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,iCAAiC;2CAAjC,iCAAiC;CAG7C;AAED,wBAAgB,qCAAqC,SAEpD"}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component, Input } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "@angular/common";
|
|
12
|
+
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
|
+
function AIAgentDataSourceDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
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);
|
|
16
|
+
i0.ɵɵelementEnd()();
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
19
|
+
i0.ɵɵadvance(2);
|
|
20
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
21
|
+
i0.ɵɵadvance();
|
|
22
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
23
|
+
i0.ɵɵadvance();
|
|
24
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
25
|
+
i0.ɵɵadvance();
|
|
26
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
27
|
+
i0.ɵɵadvance();
|
|
28
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
29
|
+
i0.ɵɵadvance();
|
|
30
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
31
|
+
i0.ɵɵadvance();
|
|
32
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
33
|
+
i0.ɵɵadvance();
|
|
34
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
35
|
+
i0.ɵɵadvance();
|
|
36
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
37
|
+
i0.ɵɵadvance();
|
|
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);
|
|
41
|
+
i0.ɵɵadvance();
|
|
42
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
43
|
+
i0.ɵɵadvance();
|
|
44
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
45
|
+
i0.ɵɵadvance();
|
|
46
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
47
|
+
i0.ɵɵadvance();
|
|
48
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
49
|
+
i0.ɵɵadvance();
|
|
50
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
51
|
+
i0.ɵɵadvance();
|
|
52
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
53
|
+
i0.ɵɵadvance();
|
|
54
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
55
|
+
i0.ɵɵadvance();
|
|
56
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
57
|
+
i0.ɵɵadvance();
|
|
58
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
59
|
+
i0.ɵɵadvance();
|
|
60
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
61
|
+
i0.ɵɵadvance();
|
|
62
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
63
|
+
} }
|
|
64
|
+
let AIAgentDataSourceDetailsComponent = class AIAgentDataSourceDetailsComponent extends BaseFormSectionComponent {
|
|
65
|
+
constructor() {
|
|
66
|
+
super(...arguments);
|
|
67
|
+
this.EditMode = false;
|
|
68
|
+
}
|
|
69
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentDataSourceDetailsComponent_BaseFactory; return function AIAgentDataSourceDetailsComponent_Factory(t) { return (ɵAIAgentDataSourceDetailsComponent_BaseFactory || (ɵAIAgentDataSourceDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentDataSourceDetailsComponent)))(t || AIAgentDataSourceDetailsComponent); }; })(); }
|
|
70
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentDataSourceDetailsComponent, selectors: [["gen-aiagentdatasource-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SourceType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EntityName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExtraFilter", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OrderBy", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FieldsToRetrieve", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ResultType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "QueryName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CategoryPath", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parameters", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MaxRows", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExecutionOrder", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CachePolicy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CacheTimeoutSeconds", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DestinationType", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DestinationPath", "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", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentDataSourceDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71
|
+
i0.ɵɵtemplate(0, AIAgentDataSourceDetailsComponent_div_0_Template, 24, 66, "div", 0);
|
|
72
|
+
} if (rf & 2) {
|
|
73
|
+
i0.ɵɵproperty("ngIf", ctx.record);
|
|
74
|
+
} }, 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}"] }); }
|
|
75
|
+
};
|
|
76
|
+
AIAgentDataSourceDetailsComponent = __decorate([
|
|
77
|
+
RegisterClass(BaseFormSectionComponent, 'MJ: AI Agent Data Sources.details') // Tell MemberJunction about this class
|
|
78
|
+
], AIAgentDataSourceDetailsComponent);
|
|
79
|
+
export { AIAgentDataSourceDetailsComponent };
|
|
80
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIAgentDataSourceDetailsComponent, [{
|
|
81
|
+
type: Component,
|
|
82
|
+
args: [{ selector: 'gen-aiagentdatasource-form-details', template: `<div *ngIf="this.record">
|
|
83
|
+
<div class="record-form">
|
|
84
|
+
<mj-form-field
|
|
85
|
+
[record]="record"
|
|
86
|
+
[ShowLabel]="true"
|
|
87
|
+
FieldName="AgentID"
|
|
88
|
+
Type="textbox"
|
|
89
|
+
[EditMode]="EditMode"
|
|
90
|
+
LinkType="Record"
|
|
91
|
+
LinkComponentType="Search"
|
|
92
|
+
></mj-form-field>
|
|
93
|
+
<mj-form-field
|
|
94
|
+
[record]="record"
|
|
95
|
+
[ShowLabel]="true"
|
|
96
|
+
FieldName="Name"
|
|
97
|
+
Type="textarea"
|
|
98
|
+
[EditMode]="EditMode"
|
|
99
|
+
></mj-form-field>
|
|
100
|
+
<mj-form-field
|
|
101
|
+
[record]="record"
|
|
102
|
+
[ShowLabel]="true"
|
|
103
|
+
FieldName="Description"
|
|
104
|
+
Type="textarea"
|
|
105
|
+
[EditMode]="EditMode"
|
|
106
|
+
></mj-form-field>
|
|
107
|
+
<mj-form-field
|
|
108
|
+
[record]="record"
|
|
109
|
+
[ShowLabel]="true"
|
|
110
|
+
FieldName="SourceType"
|
|
111
|
+
Type="dropdownlist"
|
|
112
|
+
[EditMode]="EditMode"
|
|
113
|
+
></mj-form-field>
|
|
114
|
+
<mj-form-field
|
|
115
|
+
[record]="record"
|
|
116
|
+
[ShowLabel]="true"
|
|
117
|
+
FieldName="EntityName"
|
|
118
|
+
Type="textarea"
|
|
119
|
+
[EditMode]="EditMode"
|
|
120
|
+
></mj-form-field>
|
|
121
|
+
<mj-form-field
|
|
122
|
+
[record]="record"
|
|
123
|
+
[ShowLabel]="true"
|
|
124
|
+
FieldName="ExtraFilter"
|
|
125
|
+
Type="textarea"
|
|
126
|
+
[EditMode]="EditMode"
|
|
127
|
+
></mj-form-field>
|
|
128
|
+
<mj-form-field
|
|
129
|
+
[record]="record"
|
|
130
|
+
[ShowLabel]="true"
|
|
131
|
+
FieldName="OrderBy"
|
|
132
|
+
Type="textarea"
|
|
133
|
+
[EditMode]="EditMode"
|
|
134
|
+
></mj-form-field>
|
|
135
|
+
<mj-form-field
|
|
136
|
+
[record]="record"
|
|
137
|
+
[ShowLabel]="true"
|
|
138
|
+
FieldName="FieldsToRetrieve"
|
|
139
|
+
Type="textarea"
|
|
140
|
+
[EditMode]="EditMode"
|
|
141
|
+
></mj-form-field>
|
|
142
|
+
<mj-form-field
|
|
143
|
+
[record]="record"
|
|
144
|
+
[ShowLabel]="true"
|
|
145
|
+
FieldName="ResultType"
|
|
146
|
+
Type="dropdownlist"
|
|
147
|
+
[EditMode]="EditMode"
|
|
148
|
+
></mj-form-field>
|
|
149
|
+
<mj-form-field
|
|
150
|
+
[record]="record"
|
|
151
|
+
[ShowLabel]="true"
|
|
152
|
+
FieldName="QueryName"
|
|
153
|
+
Type="textarea"
|
|
154
|
+
[EditMode]="EditMode"
|
|
155
|
+
></mj-form-field>
|
|
156
|
+
<mj-form-field
|
|
157
|
+
[record]="record"
|
|
158
|
+
[ShowLabel]="true"
|
|
159
|
+
FieldName="CategoryPath"
|
|
160
|
+
Type="textarea"
|
|
161
|
+
[EditMode]="EditMode"
|
|
162
|
+
></mj-form-field>
|
|
163
|
+
<mj-form-field
|
|
164
|
+
[record]="record"
|
|
165
|
+
[ShowLabel]="true"
|
|
166
|
+
FieldName="Parameters"
|
|
167
|
+
Type="textarea"
|
|
168
|
+
[EditMode]="EditMode"
|
|
169
|
+
></mj-form-field>
|
|
170
|
+
<mj-form-field
|
|
171
|
+
[record]="record"
|
|
172
|
+
[ShowLabel]="true"
|
|
173
|
+
FieldName="MaxRows"
|
|
174
|
+
Type="numerictextbox"
|
|
175
|
+
[EditMode]="EditMode"
|
|
176
|
+
></mj-form-field>
|
|
177
|
+
<mj-form-field
|
|
178
|
+
[record]="record"
|
|
179
|
+
[ShowLabel]="true"
|
|
180
|
+
FieldName="ExecutionOrder"
|
|
181
|
+
Type="numerictextbox"
|
|
182
|
+
[EditMode]="EditMode"
|
|
183
|
+
></mj-form-field>
|
|
184
|
+
<mj-form-field
|
|
185
|
+
[record]="record"
|
|
186
|
+
[ShowLabel]="true"
|
|
187
|
+
FieldName="Status"
|
|
188
|
+
Type="dropdownlist"
|
|
189
|
+
[EditMode]="EditMode"
|
|
190
|
+
></mj-form-field>
|
|
191
|
+
<mj-form-field
|
|
192
|
+
[record]="record"
|
|
193
|
+
[ShowLabel]="true"
|
|
194
|
+
FieldName="CachePolicy"
|
|
195
|
+
Type="dropdownlist"
|
|
196
|
+
[EditMode]="EditMode"
|
|
197
|
+
></mj-form-field>
|
|
198
|
+
<mj-form-field
|
|
199
|
+
[record]="record"
|
|
200
|
+
[ShowLabel]="true"
|
|
201
|
+
FieldName="CacheTimeoutSeconds"
|
|
202
|
+
Type="numerictextbox"
|
|
203
|
+
[EditMode]="EditMode"
|
|
204
|
+
></mj-form-field>
|
|
205
|
+
<mj-form-field
|
|
206
|
+
[record]="record"
|
|
207
|
+
[ShowLabel]="true"
|
|
208
|
+
FieldName="DestinationType"
|
|
209
|
+
Type="dropdownlist"
|
|
210
|
+
[EditMode]="EditMode"
|
|
211
|
+
></mj-form-field>
|
|
212
|
+
<mj-form-field
|
|
213
|
+
[record]="record"
|
|
214
|
+
[ShowLabel]="true"
|
|
215
|
+
FieldName="DestinationPath"
|
|
216
|
+
Type="textarea"
|
|
217
|
+
[EditMode]="EditMode"
|
|
218
|
+
></mj-form-field>
|
|
219
|
+
<mj-form-field
|
|
220
|
+
[record]="record"
|
|
221
|
+
[ShowLabel]="true"
|
|
222
|
+
FieldName="__mj_CreatedAt"
|
|
223
|
+
Type="textbox"
|
|
224
|
+
[EditMode]="EditMode"
|
|
225
|
+
></mj-form-field>
|
|
226
|
+
<mj-form-field
|
|
227
|
+
[record]="record"
|
|
228
|
+
[ShowLabel]="true"
|
|
229
|
+
FieldName="__mj_UpdatedAt"
|
|
230
|
+
Type="textbox"
|
|
231
|
+
[EditMode]="EditMode"
|
|
232
|
+
></mj-form-field>
|
|
233
|
+
<mj-form-field
|
|
234
|
+
[record]="record"
|
|
235
|
+
[ShowLabel]="true"
|
|
236
|
+
FieldName="Agent"
|
|
237
|
+
Type="textbox"
|
|
238
|
+
[EditMode]="EditMode"
|
|
239
|
+
></mj-form-field>
|
|
240
|
+
|
|
241
|
+
</div>
|
|
242
|
+
</div>
|
|
243
|
+
`, 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"] }]
|
|
244
|
+
}], null, { record: [{
|
|
245
|
+
type: Input
|
|
246
|
+
}], EditMode: [{
|
|
247
|
+
type: Input
|
|
248
|
+
}] }); })();
|
|
249
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentDataSourceDetailsComponent, { className: "AIAgentDataSourceDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentDataSource/sections/details.component.ts", lineNumber: 173 }); })();
|
|
250
|
+
export function LoadAIAgentDataSourceDetailsComponent() {
|
|
251
|
+
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
252
|
+
}
|
|
253
|
+
//# sourceMappingURL=details.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentDataSource/sections/details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;;AAE1E,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;;AAE1E,qBAqFa,mCAAoC,SAAQ,wBAAwB;IAC3D,MAAM,EAAG,yBAAyB,CAAC;IACnC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,mCAAmC;2CAAnC,mCAAmC;CAG/C;AAED,wBAAgB,uCAAuC,SAEtD"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function AIAgentRelationshipDetailsComponent_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);
|
|
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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -32,6 +32,10 @@ function AIAgentRelationshipDetailsComponent_div_0_Template(rf, ctx) { if (rf &
|
|
|
32
32
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
33
33
|
i0.ɵɵadvance();
|
|
34
34
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
35
|
+
i0.ɵɵadvance();
|
|
36
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
37
|
+
i0.ɵɵadvance();
|
|
38
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
35
39
|
} }
|
|
36
40
|
let AIAgentRelationshipDetailsComponent = class AIAgentRelationshipDetailsComponent extends BaseFormSectionComponent {
|
|
37
41
|
constructor() {
|
|
@@ -39,8 +43,8 @@ let AIAgentRelationshipDetailsComponent = class AIAgentRelationshipDetailsCompon
|
|
|
39
43
|
this.EditMode = false;
|
|
40
44
|
}
|
|
41
45
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentRelationshipDetailsComponent_BaseFactory; return function AIAgentRelationshipDetailsComponent_Factory(t) { return (ɵAIAgentRelationshipDetailsComponent_BaseFactory || (ɵAIAgentRelationshipDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentRelationshipDetailsComponent)))(t || AIAgentRelationshipDetailsComponent); }; })(); }
|
|
42
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRelationshipDetailsComponent, selectors: [["gen-aiagentrelationship-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentOutputMapping", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentRelationshipDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
-
i0.ɵɵtemplate(0, AIAgentRelationshipDetailsComponent_div_0_Template,
|
|
46
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentRelationshipDetailsComponent, selectors: [["gen-aiagentrelationship-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentOutputMapping", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentInputMapping", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgentContextPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SubAgent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AIAgentRelationshipDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
47
|
+
i0.ɵɵtemplate(0, AIAgentRelationshipDetailsComponent_div_0_Template, 12, 30, "div", 0);
|
|
44
48
|
} if (rf & 2) {
|
|
45
49
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
46
50
|
} }, 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}"] }); }
|
|
@@ -99,6 +103,20 @@ export { AIAgentRelationshipDetailsComponent };
|
|
|
99
103
|
Type="textarea"
|
|
100
104
|
[EditMode]="EditMode"
|
|
101
105
|
></mj-form-field>
|
|
106
|
+
<mj-form-field
|
|
107
|
+
[record]="record"
|
|
108
|
+
[ShowLabel]="true"
|
|
109
|
+
FieldName="SubAgentInputMapping"
|
|
110
|
+
Type="textarea"
|
|
111
|
+
[EditMode]="EditMode"
|
|
112
|
+
></mj-form-field>
|
|
113
|
+
<mj-form-field
|
|
114
|
+
[record]="record"
|
|
115
|
+
[ShowLabel]="true"
|
|
116
|
+
FieldName="SubAgentContextPaths"
|
|
117
|
+
Type="textarea"
|
|
118
|
+
[EditMode]="EditMode"
|
|
119
|
+
></mj-form-field>
|
|
102
120
|
<mj-form-field
|
|
103
121
|
[record]="record"
|
|
104
122
|
[ShowLabel]="true"
|
|
@@ -122,7 +140,7 @@ export { AIAgentRelationshipDetailsComponent };
|
|
|
122
140
|
}], EditMode: [{
|
|
123
141
|
type: Input
|
|
124
142
|
}] }); })();
|
|
125
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRelationshipDetailsComponent, { className: "AIAgentRelationshipDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts", lineNumber:
|
|
143
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentRelationshipDetailsComponent, { className: "AIAgentRelationshipDetailsComponent", filePath: "src/lib/generated/Entities/AIAgentRelationship/sections/details.component.ts", lineNumber: 91 }); })();
|
|
126
144
|
export function LoadAIAgentRelationshipDetailsComponent() {
|
|
127
145
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
128
146
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRelationship/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;
|
|
1
|
+
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AIAgentRelationship/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;IAoErB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA3EM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,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;;AAO1B,IAAM,mCAAmC,GAAzC,MAAM,mCAAoC,SAAQ,wBAAwB;IAA1E;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;gTAHY,mCAAmC,SAAnC,mCAAmC;oEAAnC,mCAAmC;YAjFjC,sFAAyB;;YAAnB,iCAAiB;;;AAiFzB,mCAAmC;IArF/C,aAAa,CAAC,wBAAwB,EAAE,oCAAoC,CAAC,CAAC,wCAAwC;GAqF1G,mCAAmC,CAG/C;;iFAHY,mCAAmC;cApF/C,SAAS;2BACI,sCAAsC,YAEtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+ET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,mCAAmC;AAKhD,MAAM,UAAU,uCAAuC;IACnD,2GAA2G;AAC/G,CAAC"}
|