@memberjunction/ng-core-entity-forms 2.104.0 → 2.106.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/agent-permissions-dialog.component.d.ts +60 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.d.ts.map +1 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js +790 -0
- package/dist/lib/custom/AIAgents/agent-permissions-dialog.component.js.map +1 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +5 -0
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +457 -433
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +218 -190
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/custom-forms.module.d.ts +45 -44
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
- package/dist/lib/custom/custom-forms.module.js +3 -0
- package/dist/lib/custom/custom-forms.module.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +41 -21
- 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 +53 -4
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/aiagentartifacttype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js +120 -0
- package/dist/lib/generated/Entities/AIAgentArtifactType/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/AIAgentPermission/aiagentpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js +176 -0
- package/dist/lib/generated/Entities/AIAgentPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js +14 -5
- package/dist/lib/generated/Entities/AIAgentRunStep/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js +16 -7
- package/dist/lib/generated/Entities/AIPrompt/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIPromptCategory/sections/details.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 +22 -4
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.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 +13 -4
- package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ActionCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +34 -4
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js +51 -4
- package/dist/lib/generated/Entities/ArtifactType/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +14 -4
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js +22 -4
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js +59 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/artifactversionattribute.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js +127 -0
- package/dist/lib/generated/Entities/ArtifactVersionAttribute/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AuditLogType/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Authorization/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Authorization/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Authorization/sections/details.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 +13 -4
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js +6 -6
- package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js.map +1 -1
- 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/ConversationDetailArtifact/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/DashboardCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/FileCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/GeneratedCodeCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ListCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Project/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Project/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Project/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/QueryCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ReportCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Role/role.form.component.js +13 -3
- package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Skill/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Skill/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Skill/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Tag/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Tag/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Tag/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Task/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Task/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/Task/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/TemplateCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +32 -12
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/UserViewCategory/sections/details.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +342 -331
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +247 -166
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/AuditLogType/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/AuditLogType/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;IA6DrB,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,mCAMiB,uBAOA,uBASA,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IApEM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;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;;AAO1B,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,wBAAwB;IAAnE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oRAHY,4BAA4B,SAA5B,4BAA4B;oEAA5B,4BAA4B;YA1E1B,+EAAyB;;YAAnB,iCAAiB;;;AA0EzB,4BAA4B;IA9ExC,aAAa,CAAC,wBAAwB,EAAE,yBAAyB,CAAC,CAAC,wCAAwC;GA8E/F,4BAA4B,CAGxC;;iFAHY,4BAA4B;cA7ExC,SAAS;2BACI,+BAA+B,YAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAwET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,4BAA4B;AAKzC,MAAM,UAAU,gCAAgC;IAC5C,2GAA2G;AAC/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Authorization/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;;AAEpE,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Authorization/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;;AAEpE,qBA4Ea,6BAA8B,SAAQ,wBAAwB;IACrD,MAAM,EAAG,mBAAmB,CAAC;IAC7B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,6BAA6B;2CAA7B,6BAA6B;CAGzC;AAED,wBAAgB,iCAAiC,SAEhD"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function AuthorizationDetailsComponent_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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -32,6 +32,8 @@ function AuthorizationDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
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);
|
|
35
37
|
} }
|
|
36
38
|
let AuthorizationDetailsComponent = class AuthorizationDetailsComponent extends BaseFormSectionComponent {
|
|
37
39
|
constructor() {
|
|
@@ -39,8 +41,8 @@ let AuthorizationDetailsComponent = class AuthorizationDetailsComponent extends
|
|
|
39
41
|
this.EditMode = false;
|
|
40
42
|
}
|
|
41
43
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAuthorizationDetailsComponent_BaseFactory; return function AuthorizationDetailsComponent_Factory(t) { return (ɵAuthorizationDetailsComponent_BaseFactory || (ɵAuthorizationDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AuthorizationDetailsComponent)))(t || AuthorizationDetailsComponent); }; })(); }
|
|
42
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuthorizationDetailsComponent, selectors: [["gen-authorization-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UseAuditLog", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AuthorizationDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
-
i0.ɵɵtemplate(0, AuthorizationDetailsComponent_div_0_Template,
|
|
44
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuthorizationDetailsComponent, selectors: [["gen-authorization-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UseAuditLog", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function AuthorizationDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
45
|
+
i0.ɵɵtemplate(0, AuthorizationDetailsComponent_div_0_Template, 11, 27, "div", 0);
|
|
44
46
|
} if (rf & 2) {
|
|
45
47
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
46
48
|
} }, 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}"] }); }
|
|
@@ -111,6 +113,13 @@ export { AuthorizationDetailsComponent };
|
|
|
111
113
|
Type="textbox"
|
|
112
114
|
[EditMode]="EditMode"
|
|
113
115
|
></mj-form-field>
|
|
116
|
+
<mj-form-field
|
|
117
|
+
[record]="record"
|
|
118
|
+
[ShowLabel]="true"
|
|
119
|
+
FieldName="RootParentID"
|
|
120
|
+
Type="textbox"
|
|
121
|
+
[EditMode]="EditMode"
|
|
122
|
+
></mj-form-field>
|
|
114
123
|
|
|
115
124
|
</div>
|
|
116
125
|
</div>
|
|
@@ -120,7 +129,7 @@ export { AuthorizationDetailsComponent };
|
|
|
120
129
|
}], EditMode: [{
|
|
121
130
|
type: Input
|
|
122
131
|
}] }); })();
|
|
123
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuthorizationDetailsComponent, { className: "AuthorizationDetailsComponent", filePath: "src/lib/generated/Entities/Authorization/sections/details.component.ts", lineNumber:
|
|
132
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuthorizationDetailsComponent, { className: "AuthorizationDetailsComponent", filePath: "src/lib/generated/Entities/Authorization/sections/details.component.ts", lineNumber: 82 }); })();
|
|
124
133
|
export function LoadAuthorizationDetailsComponent() {
|
|
125
134
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
126
135
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Authorization/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/Authorization/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;IA2DrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,mCAQiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAlEM,eAAiB;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,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,wBAAwB;IAApE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;wRAHY,6BAA6B,SAA7B,6BAA6B;oEAA7B,6BAA6B;YAxE3B,gFAAyB;;YAAnB,iCAAiB;;;AAwEzB,6BAA6B;IA5EzC,aAAa,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAC,wCAAwC;GA4E9F,6BAA6B,CAGzC;;iFAHY,6BAA6B;cA3EzC,SAAS;2BACI,gCAAgC,YAEhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,6BAA6B;AAK1C,MAAM,UAAU,iCAAiC;IAC7C,2GAA2G;AAC/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Collection/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;;AAEjE,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Collection/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;;AAEjE,qBAmGa,0BAA2B,SAAQ,wBAAwB;IAClD,MAAM,EAAG,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,0BAA0B;2CAA1B,0BAA0B;CAGtC;AAED,wBAAgB,8BAA8B,SAE7C"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function CollectionDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14
14
|
i0.ɵɵelementStart(0, "div")(1, "div", 1);
|
|
15
|
-
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12);
|
|
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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -38,6 +38,8 @@ function CollectionDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
38
38
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
39
39
|
i0.ɵɵadvance();
|
|
40
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);
|
|
41
43
|
} }
|
|
42
44
|
let CollectionDetailsComponent = class CollectionDetailsComponent extends BaseFormSectionComponent {
|
|
43
45
|
constructor() {
|
|
@@ -45,8 +47,8 @@ let CollectionDetailsComponent = class CollectionDetailsComponent extends BaseFo
|
|
|
45
47
|
this.EditMode = false;
|
|
46
48
|
}
|
|
47
49
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCollectionDetailsComponent_BaseFactory; return function CollectionDetailsComponent_Factory(t) { return (ɵCollectionDetailsComponent_BaseFactory || (ɵCollectionDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CollectionDetailsComponent)))(t || CollectionDetailsComponent); }; })(); }
|
|
48
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionDetailsComponent, selectors: [["gen-collection-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "EnvironmentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "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", "Icon", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Color", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Sequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Environment", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function CollectionDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
49
|
-
i0.ɵɵtemplate(0, CollectionDetailsComponent_div_0_Template,
|
|
50
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionDetailsComponent, selectors: [["gen-collection-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "EnvironmentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "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", "Icon", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Color", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Sequence", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Environment", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function CollectionDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
51
|
+
i0.ɵɵtemplate(0, CollectionDetailsComponent_div_0_Template, 14, 36, "div", 0);
|
|
50
52
|
} if (rf & 2) {
|
|
51
53
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
52
54
|
} }, 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}"] }); }
|
|
@@ -140,6 +142,13 @@ export { CollectionDetailsComponent };
|
|
|
140
142
|
Type="textbox"
|
|
141
143
|
[EditMode]="EditMode"
|
|
142
144
|
></mj-form-field>
|
|
145
|
+
<mj-form-field
|
|
146
|
+
[record]="record"
|
|
147
|
+
[ShowLabel]="true"
|
|
148
|
+
FieldName="RootParentID"
|
|
149
|
+
Type="textbox"
|
|
150
|
+
[EditMode]="EditMode"
|
|
151
|
+
></mj-form-field>
|
|
143
152
|
|
|
144
153
|
</div>
|
|
145
154
|
</div>
|
|
@@ -149,7 +158,7 @@ export { CollectionDetailsComponent };
|
|
|
149
158
|
}], EditMode: [{
|
|
150
159
|
type: Input
|
|
151
160
|
}] }); })();
|
|
152
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollectionDetailsComponent, { className: "CollectionDetailsComponent", filePath: "src/lib/generated/Entities/Collection/sections/details.component.ts", lineNumber:
|
|
161
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollectionDetailsComponent, { className: "CollectionDetailsComponent", filePath: "src/lib/generated/Entities/Collection/sections/details.component.ts", lineNumber: 105 }); })();
|
|
153
162
|
export function LoadCollectionDetailsComponent() {
|
|
154
163
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
155
164
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/Collection/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/Collection/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;IAkFrB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAzFM,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;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,wBAAwB;IAAjE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4QAHY,0BAA0B,SAA1B,0BAA0B;oEAA1B,0BAA0B;YA/FxB,6EAAyB;;YAAnB,iCAAiB;;;AA+FzB,0BAA0B;IAnGtC,aAAa,CAAC,wBAAwB,EAAE,yBAAyB,CAAC,CAAC,wCAAwC;GAmG/F,0BAA0B,CAGtC;;iFAHY,0BAA0B;cAlGtC,SAAS;2BACI,6BAA6B,YAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA6FT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,0BAA0B;AAKvC,MAAM,UAAU,8BAA8B;IAC1C,2GAA2G;AAC/G,CAAC"}
|
package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js
CHANGED
|
@@ -28,13 +28,13 @@ function ConversationArtifactFormComponent_form_1_Template(rf, ctx) { if (rf & 1
|
|
|
28
28
|
i0.ɵɵelement(7, "mj-form-section", 7);
|
|
29
29
|
i0.ɵɵelementEnd();
|
|
30
30
|
i0.ɵɵelementStart(8, "mj-tab", 8);
|
|
31
|
-
i0.ɵɵtext(9, " MJ: Conversation Artifact
|
|
31
|
+
i0.ɵɵtext(9, " MJ: Conversation Artifact Permissions ");
|
|
32
32
|
i0.ɵɵelementEnd();
|
|
33
33
|
i0.ɵɵelementStart(10, "mj-tab-body");
|
|
34
34
|
i0.ɵɵelement(11, "mj-user-view-grid", 9);
|
|
35
35
|
i0.ɵɵelementEnd();
|
|
36
36
|
i0.ɵɵelementStart(12, "mj-tab", 10);
|
|
37
|
-
i0.ɵɵtext(13, " MJ: Conversation Artifact
|
|
37
|
+
i0.ɵɵtext(13, " MJ: Conversation Artifact Versions ");
|
|
38
38
|
i0.ɵɵelementEnd();
|
|
39
39
|
i0.ɵɵelementStart(14, "mj-tab-body");
|
|
40
40
|
i0.ɵɵelement(15, "mj-user-view-grid", 9);
|
|
@@ -54,11 +54,11 @@ function ConversationArtifactFormComponent_form_1_Template(rf, ctx) { if (rf & 1
|
|
|
54
54
|
i0.ɵɵadvance();
|
|
55
55
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
56
56
|
i0.ɵɵadvance(3);
|
|
57
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Artifact
|
|
57
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Artifact Permissions", "ConversationArtifactID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversation Artifact Permissions"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Conversation Artifact Permissions"))("EditMode", ctx_r1.GridEditMode());
|
|
58
58
|
i0.ɵɵadvance();
|
|
59
59
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
60
60
|
i0.ɵɵadvance(3);
|
|
61
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Artifact
|
|
61
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Artifact Versions", "ConversationArtifactID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversation Artifact Versions"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Conversation Artifact Versions"))("EditMode", ctx_r1.GridEditMode());
|
|
62
62
|
i0.ɵɵadvance();
|
|
63
63
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
64
64
|
i0.ɵɵadvance(3);
|
|
@@ -66,7 +66,7 @@ function ConversationArtifactFormComponent_form_1_Template(rf, ctx) { if (rf & 1
|
|
|
66
66
|
} }
|
|
67
67
|
let ConversationArtifactFormComponent = class ConversationArtifactFormComponent extends BaseFormComponent {
|
|
68
68
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationArtifactFormComponent_BaseFactory; return function ConversationArtifactFormComponent_Factory(t) { return (ɵConversationArtifactFormComponent_BaseFactory || (ɵConversationArtifactFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationArtifactFormComponent)))(t || ConversationArtifactFormComponent); }; })(); }
|
|
69
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationArtifactFormComponent, selectors: [["gen-conversationartifact-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: Conversation Artifacts", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Conversation Artifact
|
|
69
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationArtifactFormComponent, selectors: [["gen-conversationartifact-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: Conversation Artifacts", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Conversation Artifact Permissions", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: Conversation Artifact Versions", 3, "Visible"], ["Name", "Conversation Details", 3, "Visible"]], template: function ConversationArtifactFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
70
70
|
i0.ɵɵelementStart(0, "div", 1);
|
|
71
71
|
i0.ɵɵtemplate(1, ConversationArtifactFormComponent_form_1_Template, 20, 18, "form", 2);
|
|
72
72
|
i0.ɵɵelementEnd();
|
|
@@ -81,7 +81,7 @@ ConversationArtifactFormComponent = __decorate([
|
|
|
81
81
|
export { ConversationArtifactFormComponent };
|
|
82
82
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationArtifactFormComponent, [{
|
|
83
83
|
type: Component,
|
|
84
|
-
args: [{ selector: 'gen-conversationartifact-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: Conversation Artifacts\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: Conversation Artifact
|
|
84
|
+
args: [{ selector: 'gen-conversationartifact-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: Conversation Artifacts\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: Conversation Artifact Permissions\" [Visible]=\"record.IsSaved\"> \n MJ: Conversation Artifact Permissions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Artifact Permissions','ConversationArtifactID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Artifact Permissions')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Conversation Artifact Permissions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Conversation Artifact Versions\" [Visible]=\"record.IsSaved\"> \n MJ: Conversation Artifact Versions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Artifact Versions','ConversationArtifactID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Artifact Versions')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Conversation Artifact Versions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Conversation Details\" [Visible]=\"record.IsSaved\"> \n Conversation Details\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','ArtifactID')\" \n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsCurrentTab('Conversation Details')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\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"] }]
|
|
85
85
|
}], null, null); })();
|
|
86
86
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationArtifactFormComponent, { className: "ConversationArtifactFormComponent", filePath: "src/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.ts", lineNumber: 14 }); })();
|
|
87
87
|
export function LoadConversationArtifactFormComponent() {
|
package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversationartifact.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.ts","../../../../../src/lib/generated/Entities/ConversationArtifact/conversationartifact.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,wCAAwC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHnF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,qNAAe,0BAAmB,KAAC,0MAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,
|
|
1
|
+
{"version":3,"file":"conversationartifact.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.ts","../../../../../src/lib/generated/Entities/ConversationArtifact/conversationartifact.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,wCAAwC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHnF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,qNAAe,0BAAmB,KAAC,0MAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAgF;IAC5E,uDACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA6E;IACzE,qDACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAvDc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAImB,cAA0B;IAA1B,+CAA0B;IAKvE,eAAoH;IAGpH,AADA,AADA,AADA,0IAAoH,oFACxC,2EACT,mCACxC;IAKe,cAA0B;IAA1B,+CAA0B;IAKpE,eAAiH;IAGjH,AADA,AADA,AADA,uIAAiH,iFACxC,wEACT,mCACrC;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAAuF;IAGvF,AADA,AADA,AADA,6GAAuF,mEAC5B,0DACT,mCACvB;;ADvChD,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,iBAAiB;wSAA3D,iCAAiC,SAAjC,iCAAiC;oEAAjC,iCAAiC;YCb9C,8BAAqC;YACjC,sFAA0D;YAyD9D,iBAAM;;YAzDK,cAAY;YAAZ,iCAAY;;;ADYV,iCAAiC;IAN7C,aAAa,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC,uCAAuC;GAM1F,iCAAiC,CAE7C;;iFAFY,iCAAiC;cAL7C,SAAS;2BACI,+BAA+B;;kFAIhC,iCAAiC;AAI9C,MAAM,UAAU,qCAAqC;IACjD,wCAAwC,EAAE,CAAC;AAC/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetail/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetail/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAsMa,kCAAmC,SAAQ,wBAAwB;IAC1D,MAAM,EAAG,wBAAwB,CAAC;IAClC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,kCAAkC;2CAAlC,kCAAkC;CAG9C;AAED,wBAAgB,sCAAsC,SAErD"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function ConversationDetailDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14
14
|
i0.ɵɵelementStart(0, "div")(1, "div", 1);
|
|
15
|
-
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25);
|
|
15
|
+
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -64,6 +64,8 @@ function ConversationDetailDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1
|
|
|
64
64
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
65
65
|
i0.ɵɵadvance();
|
|
66
66
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
67
|
+
i0.ɵɵadvance();
|
|
68
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
67
69
|
} }
|
|
68
70
|
let ConversationDetailDetailsComponent = class ConversationDetailDetailsComponent extends BaseFormSectionComponent {
|
|
69
71
|
constructor() {
|
|
@@ -71,8 +73,8 @@ let ConversationDetailDetailsComponent = class ConversationDetailDetailsComponen
|
|
|
71
73
|
this.EditMode = false;
|
|
72
74
|
}
|
|
73
75
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailDetailsComponent_BaseFactory; return function ConversationDetailDetailsComponent_Factory(t) { return (ɵConversationDetailDetailsComponent_BaseFactory || (ɵConversationDetailDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailDetailsComponent)))(t || ConversationDetailDetailsComponent); }; })(); }
|
|
74
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailDetailsComponent, selectors: [["gen-conversationdetail-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExternalID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Role", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Error", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HiddenToUser", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserRating", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserFeedback", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ReflectionInsights", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SummaryOfEarlierConversation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletionTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsPinned", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Conversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Artifact", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ConversationDetailDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
75
|
-
i0.ɵɵtemplate(0, ConversationDetailDetailsComponent_div_0_Template,
|
|
76
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailDetailsComponent, selectors: [["gen-conversationdetail-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ConversationID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExternalID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Role", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Error", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "HiddenToUser", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserRating", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserFeedback", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ReflectionInsights", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SummaryOfEarlierConversation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CompletionTime", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "IsPinned", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "AgentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Conversation", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Artifact", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Agent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ConversationDetailDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
77
|
+
i0.ɵɵtemplate(0, ConversationDetailDetailsComponent_div_0_Template, 27, 75, "div", 0);
|
|
76
78
|
} if (rf & 2) {
|
|
77
79
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
78
80
|
} }, 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}"] }); }
|
|
@@ -265,6 +267,13 @@ export { ConversationDetailDetailsComponent };
|
|
|
265
267
|
Type="textbox"
|
|
266
268
|
[EditMode]="EditMode"
|
|
267
269
|
></mj-form-field>
|
|
270
|
+
<mj-form-field
|
|
271
|
+
[record]="record"
|
|
272
|
+
[ShowLabel]="true"
|
|
273
|
+
FieldName="RootParentID"
|
|
274
|
+
Type="textbox"
|
|
275
|
+
[EditMode]="EditMode"
|
|
276
|
+
></mj-form-field>
|
|
268
277
|
|
|
269
278
|
</div>
|
|
270
279
|
</div>
|
|
@@ -274,7 +283,7 @@ export { ConversationDetailDetailsComponent };
|
|
|
274
283
|
}], EditMode: [{
|
|
275
284
|
type: Input
|
|
276
285
|
}] }); })();
|
|
277
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailDetailsComponent, { className: "ConversationDetailDetailsComponent", filePath: "src/lib/generated/Entities/ConversationDetail/sections/details.component.ts", lineNumber:
|
|
286
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailDetailsComponent, { className: "ConversationDetailDetailsComponent", filePath: "src/lib/generated/Entities/ConversationDetail/sections/details.component.ts", lineNumber: 204 }); })();
|
|
278
287
|
export function LoadConversationDetailDetailsComponent() {
|
|
279
288
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
280
289
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetail/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/ConversationDetail/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;IAqLrB,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,AATA,AATA,AATA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AATA,mCAQiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBASA,yBASA,yBASA,yBAOA,yBAOA,yBASA,yBASA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA5LM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;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;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;;AAO1B,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,wBAAwB;IAAzE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4SAHY,kCAAkC,SAAlC,kCAAkC;oEAAlC,kCAAkC;YAlMhC,qFAAyB;;YAAnB,iCAAiB;;;AAkMzB,kCAAkC;IAtM9C,aAAa,CAAC,wBAAwB,EAAE,8BAA8B,CAAC,CAAC,wCAAwC;GAsMpG,kCAAkC,CAG9C;;iFAHY,kCAAkC;cArM9C,SAAS;2BACI,qCAAqC,YAErC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgMT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,kCAAkC;AAK/C,MAAM,UAAU,sCAAsC;IAClD,2GAA2G;AAC/G,CAAC"}
|
package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;;AAEjF,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;;AAEjF,qBAyDa,0CAA2C,SAAQ,wBAAwB;IAClE,MAAM,EAAG,gCAAgC,CAAC;IAC1C,QAAQ,EAAE,OAAO,CAAS;yCAFnC,0CAA0C;2CAA1C,0CAA0C;CAGtD;AAED,wBAAgB,8CAA8C,SAE7D"}
|
package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js
CHANGED
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function ConversationDetailArtifactDetailsComponent_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);
|
|
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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -26,6 +26,8 @@ function ConversationDetailArtifactDetailsComponent_div_0_Template(rf, ctx) { if
|
|
|
26
26
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
27
27
|
i0.ɵɵadvance();
|
|
28
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);
|
|
29
31
|
} }
|
|
30
32
|
let ConversationDetailArtifactDetailsComponent = class ConversationDetailArtifactDetailsComponent extends BaseFormSectionComponent {
|
|
31
33
|
constructor() {
|
|
@@ -33,8 +35,8 @@ let ConversationDetailArtifactDetailsComponent = class ConversationDetailArtifac
|
|
|
33
35
|
this.EditMode = false;
|
|
34
36
|
}
|
|
35
37
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailArtifactDetailsComponent_BaseFactory; return function ConversationDetailArtifactDetailsComponent_Factory(t) { return (ɵConversationDetailArtifactDetailsComponent_BaseFactory || (ɵConversationDetailArtifactDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailArtifactDetailsComponent)))(t || ConversationDetailArtifactDetailsComponent); }; })(); }
|
|
36
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailArtifactDetailsComponent, selectors: [["gen-conversationdetailartifact-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Direction", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ConversationDetailArtifactDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
-
i0.ɵɵtemplate(0, ConversationDetailArtifactDetailsComponent_div_0_Template,
|
|
38
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailArtifactDetailsComponent, selectors: [["gen-conversationdetailartifact-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ConversationDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Direction", "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", "ArtifactVersion", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ConversationDetailArtifactDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
+
i0.ɵɵtemplate(0, ConversationDetailArtifactDetailsComponent_div_0_Template, 8, 18, "div", 0);
|
|
38
40
|
} if (rf & 2) {
|
|
39
41
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
40
42
|
} }, 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}"] }); }
|
|
@@ -86,6 +88,13 @@ export { ConversationDetailArtifactDetailsComponent };
|
|
|
86
88
|
Type="textbox"
|
|
87
89
|
[EditMode]="EditMode"
|
|
88
90
|
></mj-form-field>
|
|
91
|
+
<mj-form-field
|
|
92
|
+
[record]="record"
|
|
93
|
+
[ShowLabel]="true"
|
|
94
|
+
FieldName="ArtifactVersion"
|
|
95
|
+
Type="textbox"
|
|
96
|
+
[EditMode]="EditMode"
|
|
97
|
+
></mj-form-field>
|
|
89
98
|
|
|
90
99
|
</div>
|
|
91
100
|
</div>
|
|
@@ -95,7 +104,7 @@ export { ConversationDetailArtifactDetailsComponent };
|
|
|
95
104
|
}], EditMode: [{
|
|
96
105
|
type: Input
|
|
97
106
|
}] }); })();
|
|
98
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailArtifactDetailsComponent, { className: "ConversationDetailArtifactDetailsComponent", filePath: "src/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.ts", lineNumber:
|
|
107
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailArtifactDetailsComponent, { className: "ConversationDetailArtifactDetailsComponent", filePath: "src/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.ts", lineNumber: 63 }); })();
|
|
99
108
|
export function LoadConversationDetailArtifactDetailsComponent() {
|
|
100
109
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
101
110
|
}
|
package/dist/lib/generated/Entities/ConversationDetailArtifact/sections/details.component.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ConversationDetailArtifact/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/ConversationDetailArtifact/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;IAwCrB,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA;IAGzB,AADI,iBAAM,EACJ;;;IA/CM,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;;AAO1B,IAAM,0CAA0C,GAAhD,MAAM,0CAA2C,SAAQ,wBAAwB;IAAjF;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4UAHY,0CAA0C,SAA1C,0CAA0C;oEAA1C,0CAA0C;YArDxC,4FAAyB;;YAAnB,iCAAiB;;;AAqDzB,0CAA0C;IAzDtD,aAAa,CAAC,wBAAwB,EAAE,2CAA2C,CAAC,CAAC,wCAAwC;GAyDjH,0CAA0C,CAGtD;;iFAHY,0CAA0C;cAxDtD,SAAS;2BACI,6CAA6C,YAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmDT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,0CAA0C;AAKvD,MAAM,UAAU,8CAA8C;IAC1D,2GAA2G;AAC/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/DashboardCategory/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,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/DashboardCategory/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,qBA8Ea,iCAAkC,SAAQ,wBAAwB;IACzD,MAAM,EAAG,uBAAuB,CAAC;IACjC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,iCAAiC;2CAAjC,iCAAiC;CAG7C;AAED,wBAAgB,qCAAqC,SAEpD"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function DashboardCategoryDetailsComponent_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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -32,6 +32,8 @@ function DashboardCategoryDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1)
|
|
|
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);
|
|
35
37
|
} }
|
|
36
38
|
let DashboardCategoryDetailsComponent = class DashboardCategoryDetailsComponent extends BaseFormSectionComponent {
|
|
37
39
|
constructor() {
|
|
@@ -39,8 +41,8 @@ let DashboardCategoryDetailsComponent = class DashboardCategoryDetailsComponent
|
|
|
39
41
|
this.EditMode = false;
|
|
40
42
|
}
|
|
41
43
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵDashboardCategoryDetailsComponent_BaseFactory; return function DashboardCategoryDetailsComponent_Factory(t) { return (ɵDashboardCategoryDetailsComponent_BaseFactory || (ɵDashboardCategoryDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DashboardCategoryDetailsComponent)))(t || DashboardCategoryDetailsComponent); }; })(); }
|
|
42
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DashboardCategoryDetailsComponent, selectors: [["gen-dashboardcategory-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function DashboardCategoryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
-
i0.ɵɵtemplate(0, DashboardCategoryDetailsComponent_div_0_Template,
|
|
44
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DashboardCategoryDetailsComponent, selectors: [["gen-dashboardcategory-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function DashboardCategoryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
45
|
+
i0.ɵɵtemplate(0, DashboardCategoryDetailsComponent_div_0_Template, 11, 27, "div", 0);
|
|
44
46
|
} if (rf & 2) {
|
|
45
47
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
46
48
|
} }, 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}"] }); }
|
|
@@ -113,6 +115,13 @@ export { DashboardCategoryDetailsComponent };
|
|
|
113
115
|
Type="textbox"
|
|
114
116
|
[EditMode]="EditMode"
|
|
115
117
|
></mj-form-field>
|
|
118
|
+
<mj-form-field
|
|
119
|
+
[record]="record"
|
|
120
|
+
[ShowLabel]="true"
|
|
121
|
+
FieldName="RootParentID"
|
|
122
|
+
Type="textbox"
|
|
123
|
+
[EditMode]="EditMode"
|
|
124
|
+
></mj-form-field>
|
|
116
125
|
|
|
117
126
|
</div>
|
|
118
127
|
</div>
|
|
@@ -122,7 +131,7 @@ export { DashboardCategoryDetailsComponent };
|
|
|
122
131
|
}], EditMode: [{
|
|
123
132
|
type: Input
|
|
124
133
|
}] }); })();
|
|
125
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DashboardCategoryDetailsComponent, { className: "DashboardCategoryDetailsComponent", filePath: "src/lib/generated/Entities/DashboardCategory/sections/details.component.ts", lineNumber:
|
|
134
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DashboardCategoryDetailsComponent, { className: "DashboardCategoryDetailsComponent", filePath: "src/lib/generated/Entities/DashboardCategory/sections/details.component.ts", lineNumber: 84 }); })();
|
|
126
135
|
export function LoadDashboardCategoryDetailsComponent() {
|
|
127
136
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
128
137
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/DashboardCategory/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/DashboardCategory/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;IA6DrB,AAPA,AAPA,AAPA,AAPA,AATA,AATA,AAPA,AAPA,mCAMiB,uBAOA,uBASA,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IApEM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAKrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;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;;AAO1B,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,wBAAwB;IAAxE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;wSAHY,iCAAiC,SAAjC,iCAAiC;oEAAjC,iCAAiC;YA1E/B,oFAAyB;;YAAnB,iCAAiB;;;AA0EzB,iCAAiC;IA9E7C,aAAa,CAAC,wBAAwB,EAAE,8BAA8B,CAAC,CAAC,wCAAwC;GA8EpG,iCAAiC,CAG7C;;iFAHY,iCAAiC;cA7E7C,SAAS;2BACI,oCAAoC,YAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAwET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,iCAAiC;AAK9C,MAAM,UAAU,qCAAqC;IACjD,2GAA2G;AAC/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/FileCategory/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;;AAEnE,
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/FileCategory/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;;AAEnE,qBA8Da,4BAA6B,SAAQ,wBAAwB;IACpD,MAAM,EAAG,kBAAkB,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,4BAA4B;2CAA5B,4BAA4B;CAGxC;AAED,wBAAgB,gCAAgC,SAE/C"}
|
|
@@ -12,7 +12,7 @@ import * as i1 from "@angular/common";
|
|
|
12
12
|
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
13
|
function FileCategoryDetailsComponent_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);
|
|
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);
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -28,6 +28,8 @@ function FileCategoryDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
28
28
|
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
29
29
|
i0.ɵɵadvance();
|
|
30
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);
|
|
31
33
|
} }
|
|
32
34
|
let FileCategoryDetailsComponent = class FileCategoryDetailsComponent extends BaseFormSectionComponent {
|
|
33
35
|
constructor() {
|
|
@@ -35,8 +37,8 @@ let FileCategoryDetailsComponent = class FileCategoryDetailsComponent extends Ba
|
|
|
35
37
|
this.EditMode = false;
|
|
36
38
|
}
|
|
37
39
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵFileCategoryDetailsComponent_BaseFactory; return function FileCategoryDetailsComponent_Factory(t) { return (ɵFileCategoryDetailsComponent_BaseFactory || (ɵFileCategoryDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(FileCategoryDetailsComponent)))(t || FileCategoryDetailsComponent); }; })(); }
|
|
38
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileCategoryDetailsComponent, selectors: [["gen-filecategory-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function FileCategoryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
39
|
-
i0.ɵɵtemplate(0, FileCategoryDetailsComponent_div_0_Template,
|
|
40
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileCategoryDetailsComponent, selectors: [["gen-filecategory-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function FileCategoryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
+
i0.ɵɵtemplate(0, FileCategoryDetailsComponent_div_0_Template, 9, 21, "div", 0);
|
|
40
42
|
} if (rf & 2) {
|
|
41
43
|
i0.ɵɵproperty("ngIf", ctx.record);
|
|
42
44
|
} }, 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}"] }); }
|
|
@@ -93,6 +95,13 @@ export { FileCategoryDetailsComponent };
|
|
|
93
95
|
Type="textbox"
|
|
94
96
|
[EditMode]="EditMode"
|
|
95
97
|
></mj-form-field>
|
|
98
|
+
<mj-form-field
|
|
99
|
+
[record]="record"
|
|
100
|
+
[ShowLabel]="true"
|
|
101
|
+
FieldName="RootParentID"
|
|
102
|
+
Type="textbox"
|
|
103
|
+
[EditMode]="EditMode"
|
|
104
|
+
></mj-form-field>
|
|
96
105
|
|
|
97
106
|
</div>
|
|
98
107
|
</div>
|
|
@@ -102,7 +111,7 @@ export { FileCategoryDetailsComponent };
|
|
|
102
111
|
}], EditMode: [{
|
|
103
112
|
type: Input
|
|
104
113
|
}] }); })();
|
|
105
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FileCategoryDetailsComponent, { className: "FileCategoryDetailsComponent", filePath: "src/lib/generated/Entities/FileCategory/sections/details.component.ts", lineNumber:
|
|
114
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FileCategoryDetailsComponent, { className: "FileCategoryDetailsComponent", filePath: "src/lib/generated/Entities/FileCategory/sections/details.component.ts", lineNumber: 68 }); })();
|
|
106
115
|
export function LoadFileCategoryDetailsComponent() {
|
|
107
116
|
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
108
117
|
}
|