@memberjunction/ng-core-entity-forms 2.85.0 → 2.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +34 -14
  2. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  3. package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.d.ts +10 -0
  4. package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.d.ts.map +1 -0
  5. package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.js +59 -0
  6. package/dist/lib/generated/Entities/AIAgentRelationship/aiagentrelationship.form.component.js.map +1 -0
  7. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts +11 -0
  8. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -0
  9. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +120 -0
  10. package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -0
  11. package/dist/lib/generated/Entities/Component/component.form.component.d.ts +10 -0
  12. package/dist/lib/generated/Entities/Component/component.form.component.d.ts.map +1 -0
  13. package/dist/lib/generated/Entities/Component/component.form.component.js +90 -0
  14. package/dist/lib/generated/Entities/Component/component.form.component.js.map +1 -0
  15. package/dist/lib/generated/Entities/Component/sections/details.component.d.ts +11 -0
  16. package/dist/lib/generated/Entities/Component/sections/details.component.d.ts.map +1 -0
  17. package/dist/lib/generated/Entities/Component/sections/details.component.js +253 -0
  18. package/dist/lib/generated/Entities/Component/sections/details.component.js.map +1 -0
  19. package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.d.ts +10 -0
  20. package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.d.ts.map +1 -0
  21. package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.js +59 -0
  22. package/dist/lib/generated/Entities/ComponentDependency/componentdependency.form.component.js.map +1 -0
  23. package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.d.ts +11 -0
  24. package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.d.ts.map +1 -0
  25. package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.js +111 -0
  26. package/dist/lib/generated/Entities/ComponentDependency/sections/details.component.js.map +1 -0
  27. package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.d.ts +10 -0
  28. package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.d.ts.map +1 -0
  29. package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js +70 -0
  30. package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js.map +1 -0
  31. package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.d.ts +11 -0
  32. package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.d.ts.map +1 -0
  33. package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.js +143 -0
  34. package/dist/lib/generated/Entities/ComponentLibrary/sections/details.component.js.map +1 -0
  35. package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.d.ts +10 -0
  36. package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.d.ts.map +1 -0
  37. package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.js +59 -0
  38. package/dist/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.js.map +1 -0
  39. package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.d.ts +11 -0
  40. package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.d.ts.map +1 -0
  41. package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.js +120 -0
  42. package/dist/lib/generated/Entities/ComponentLibraryLink/sections/details.component.js.map +1 -0
  43. package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.d.ts +10 -0
  44. package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.d.ts.map +1 -0
  45. package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js +70 -0
  46. package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js.map +1 -0
  47. package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.d.ts +11 -0
  48. package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.d.ts.map +1 -0
  49. package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.js +125 -0
  50. package/dist/lib/generated/Entities/ComponentRegistry/sections/details.component.js.map +1 -0
  51. package/dist/lib/generated/generated-forms.module.d.ts +303 -291
  52. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  53. package/dist/lib/generated/generated-forms.module.js +286 -238
  54. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  55. package/package.json +16 -16
@@ -0,0 +1,143 @@
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 ComponentLibraryDetailsComponent_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);
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
+ } }
40
+ let ComponentLibraryDetailsComponent = class ComponentLibraryDetailsComponent extends BaseFormSectionComponent {
41
+ constructor() {
42
+ super(...arguments);
43
+ this.EditMode = false;
44
+ }
45
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵComponentLibraryDetailsComponent_BaseFactory; return function ComponentLibraryDetailsComponent_Factory(t) { return (ɵComponentLibraryDetailsComponent_BaseFactory || (ɵComponentLibraryDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ComponentLibraryDetailsComponent)))(t || ComponentLibraryDetailsComponent); }; })(); }
46
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentLibraryDetailsComponent, selectors: [["gen-componentlibrary-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "DisplayName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Version", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "GlobalVariable", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Category", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CDNUrl", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CDNCssUrl", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ComponentLibraryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
47
+ i0.ɵɵtemplate(0, ComponentLibraryDetailsComponent_div_0_Template, 12, 30, "div", 0);
48
+ } if (rf & 2) {
49
+ i0.ɵɵproperty("ngIf", ctx.record);
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}"] }); }
51
+ };
52
+ ComponentLibraryDetailsComponent = __decorate([
53
+ RegisterClass(BaseFormSectionComponent, 'MJ: Component Libraries.details') // Tell MemberJunction about this class
54
+ ], ComponentLibraryDetailsComponent);
55
+ export { ComponentLibraryDetailsComponent };
56
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentLibraryDetailsComponent, [{
57
+ type: Component,
58
+ args: [{ selector: 'gen-componentlibrary-form-details', template: `<div *ngIf="this.record">
59
+ <div class="record-form">
60
+ <mj-form-field
61
+ [record]="record"
62
+ [ShowLabel]="true"
63
+ FieldName="Name"
64
+ Type="textarea"
65
+ [EditMode]="EditMode"
66
+ ></mj-form-field>
67
+ <mj-form-field
68
+ [record]="record"
69
+ [ShowLabel]="true"
70
+ FieldName="DisplayName"
71
+ Type="textarea"
72
+ [EditMode]="EditMode"
73
+ ></mj-form-field>
74
+ <mj-form-field
75
+ [record]="record"
76
+ [ShowLabel]="true"
77
+ FieldName="Version"
78
+ Type="textbox"
79
+ [EditMode]="EditMode"
80
+ ></mj-form-field>
81
+ <mj-form-field
82
+ [record]="record"
83
+ [ShowLabel]="true"
84
+ FieldName="GlobalVariable"
85
+ Type="textarea"
86
+ [EditMode]="EditMode"
87
+ ></mj-form-field>
88
+ <mj-form-field
89
+ [record]="record"
90
+ [ShowLabel]="true"
91
+ FieldName="Category"
92
+ Type="dropdownlist"
93
+ [EditMode]="EditMode"
94
+ ></mj-form-field>
95
+ <mj-form-field
96
+ [record]="record"
97
+ [ShowLabel]="true"
98
+ FieldName="CDNUrl"
99
+ Type="textarea"
100
+ [EditMode]="EditMode"
101
+ ></mj-form-field>
102
+ <mj-form-field
103
+ [record]="record"
104
+ [ShowLabel]="true"
105
+ FieldName="CDNCssUrl"
106
+ Type="textarea"
107
+ [EditMode]="EditMode"
108
+ ></mj-form-field>
109
+ <mj-form-field
110
+ [record]="record"
111
+ [ShowLabel]="true"
112
+ FieldName="Description"
113
+ Type="textarea"
114
+ [EditMode]="EditMode"
115
+ ></mj-form-field>
116
+ <mj-form-field
117
+ [record]="record"
118
+ [ShowLabel]="true"
119
+ FieldName="__mj_CreatedAt"
120
+ Type="textbox"
121
+ [EditMode]="EditMode"
122
+ ></mj-form-field>
123
+ <mj-form-field
124
+ [record]="record"
125
+ [ShowLabel]="true"
126
+ FieldName="__mj_UpdatedAt"
127
+ Type="textbox"
128
+ [EditMode]="EditMode"
129
+ ></mj-form-field>
130
+
131
+ </div>
132
+ </div>
133
+ `, 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"] }]
134
+ }], null, { record: [{
135
+ type: Input
136
+ }], EditMode: [{
137
+ type: Input
138
+ }] }); })();
139
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentLibraryDetailsComponent, { className: "ComponentLibraryDetailsComponent", filePath: "src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts", lineNumber: 87 }); })();
140
+ export function LoadComponentLibraryDetailsComponent() {
141
+ // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
142
+ }
143
+ //# sourceMappingURL=details.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ComponentLibrary/sections/details.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;;;;IAQrE,AADW,2BAAyB,aACX;IAgErB,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,AAPA,mCAMiB,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA,yBAOA,yBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAvEM,eAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;IAGrB,cAAiB;IAIjB,AAHA,AADA,sCAAiB,mBACC,6BAGG;;AAO1B,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,wBAAwB;IAAvE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oSAHY,gCAAgC,SAAhC,gCAAgC;oEAAhC,gCAAgC;YA7E9B,mFAAyB;;YAAnB,iCAAiB;;;AA6EzB,gCAAgC;IAjF5C,aAAa,CAAC,wBAAwB,EAAE,iCAAiC,CAAC,CAAC,wCAAwC;GAiFvG,gCAAgC,CAG5C;;iFAHY,gCAAgC;cAhF5C,SAAS;2BACI,mCAAmC,YAEnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2ET;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,gCAAgC;AAK7C,MAAM,UAAU,oCAAoC;IAChD,2GAA2G;AAC/G,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ComponentLibraryLinkEntity } from '@memberjunction/core-entities';
2
+ import { BaseFormComponent } from '@memberjunction/ng-base-forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ComponentLibraryLinkFormComponent extends BaseFormComponent {
5
+ record: ComponentLibraryLinkEntity;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComponentLibraryLinkFormComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComponentLibraryLinkFormComponent, "gen-componentlibrarylink-form", never, {}, {}, never, never, false, never>;
8
+ }
9
+ export declare function LoadComponentLibraryLinkFormComponent(): void;
10
+ //# sourceMappingURL=componentlibrarylink.form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentlibrarylink.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAE3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,iCAAkC,SAAQ,iBAAiB;IAC7D,MAAM,EAAG,0BAA0B,CAAC;yCADlC,iCAAiC;2CAAjC,iCAAiC;CAE7C;AAED,wBAAgB,qCAAqC,SAEpD"}
@@ -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 { LoadComponentLibraryLinkDetailsComponent } 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 ComponentLibraryLinkFormComponent_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 ComponentLibraryLinkFormComponent_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 ComponentLibraryLinkFormComponent_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 ComponentLibraryLinkFormComponent = class ComponentLibraryLinkFormComponent extends BaseFormComponent {
37
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵComponentLibraryLinkFormComponent_BaseFactory; return function ComponentLibraryLinkFormComponent_Factory(t) { return (ɵComponentLibraryLinkFormComponent_BaseFactory || (ɵComponentLibraryLinkFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ComponentLibraryLinkFormComponent)))(t || ComponentLibraryLinkFormComponent); }; })(); }
38
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentLibraryLinkFormComponent, selectors: [["gen-componentlibrarylink-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: Component Library Links", "Section", "details", 3, "record", "EditMode"]], template: function ComponentLibraryLinkFormComponent_Template(rf, ctx) { if (rf & 1) {
39
+ i0.ɵɵelementStart(0, "div", 1);
40
+ i0.ɵɵtemplate(1, ComponentLibraryLinkFormComponent_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
+ ComponentLibraryLinkFormComponent = __decorate([
48
+ RegisterClass(BaseFormComponent, 'MJ: Component Library Links') // Tell MemberJunction about this class
49
+ ], ComponentLibraryLinkFormComponent);
50
+ export { ComponentLibraryLinkFormComponent };
51
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentLibraryLinkFormComponent, [{
52
+ type: Component,
53
+ args: [{ selector: 'gen-componentlibrarylink-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: Component Library Links\" \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(ComponentLibraryLinkFormComponent, { className: "ComponentLibraryLinkFormComponent", filePath: "src/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.ts", lineNumber: 13 }); })();
56
+ export function LoadComponentLibraryLinkFormComponent() {
57
+ LoadComponentLibraryLinkDetailsComponent();
58
+ }
59
+ //# sourceMappingURL=componentlibrarylink.form.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentlibrarylink.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.form.component.ts","../../../../../src/lib/generated/Entities/ComponentLibraryLink/componentlibrarylink.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;IAItC,AADY,AAFI,iBAAc,EAEJ,EACnB;;;IAjBc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;;ADF/C,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,iBAAiB;wSAA3D,iCAAiC,SAAjC,iCAAiC;oEAAjC,iCAAiC;YCZ9C,8BAAqC;YACjC,oFAA0D;YAmB9D,iBAAM;;YAnBK,cAAY;YAAZ,iCAAY;;;ADWV,iCAAiC;IAN7C,aAAa,CAAC,iBAAiB,EAAE,6BAA6B,CAAC,CAAC,uCAAuC;GAM3F,iCAAiC,CAE7C;;iFAFY,iCAAiC;cAL7C,SAAS;2BACI,+BAA+B;;kFAIhC,iCAAiC;AAI9C,MAAM,UAAU,qCAAqC;IACjD,wCAAwC,EAAE,CAAC;AAC/C,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
2
+ import { ComponentLibraryLinkEntity } from '@memberjunction/core-entities';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ComponentLibraryLinkDetailsComponent extends BaseFormSectionComponent {
5
+ record: ComponentLibraryLinkEntity;
6
+ EditMode: boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComponentLibraryLinkDetailsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComponentLibraryLinkDetailsComponent, "gen-componentlibrarylink-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
10
+ export declare function LoadComponentLibraryLinkDetailsComponent(): 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/ComponentLibraryLink/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;;AAE3E,qBAgEa,oCAAqC,SAAQ,wBAAwB;IAC5D,MAAM,EAAG,0BAA0B,CAAC;IACpC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,oCAAoC;2CAApC,oCAAoC;CAGhD;AAED,wBAAgB,wCAAwC,SAEvD"}
@@ -0,0 +1,120 @@
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 ComponentLibraryLinkDetailsComponent_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);
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
+ } }
34
+ let ComponentLibraryLinkDetailsComponent = class ComponentLibraryLinkDetailsComponent extends BaseFormSectionComponent {
35
+ constructor() {
36
+ super(...arguments);
37
+ this.EditMode = false;
38
+ }
39
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵComponentLibraryLinkDetailsComponent_BaseFactory; return function ComponentLibraryLinkDetailsComponent_Factory(t) { return (ɵComponentLibraryLinkDetailsComponent_BaseFactory || (ɵComponentLibraryLinkDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ComponentLibraryLinkDetailsComponent)))(t || ComponentLibraryLinkDetailsComponent); }; })(); }
40
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentLibraryLinkDetailsComponent, selectors: [["gen-componentlibrarylink-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "ComponentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LibraryID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "MinVersion", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Component", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Library", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ComponentLibraryLinkDetailsComponent_Template(rf, ctx) { if (rf & 1) {
41
+ i0.ɵɵtemplate(0, ComponentLibraryLinkDetailsComponent_div_0_Template, 9, 21, "div", 0);
42
+ } if (rf & 2) {
43
+ i0.ɵɵproperty("ngIf", ctx.record);
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}"] }); }
45
+ };
46
+ ComponentLibraryLinkDetailsComponent = __decorate([
47
+ RegisterClass(BaseFormSectionComponent, 'MJ: Component Library Links.details') // Tell MemberJunction about this class
48
+ ], ComponentLibraryLinkDetailsComponent);
49
+ export { ComponentLibraryLinkDetailsComponent };
50
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentLibraryLinkDetailsComponent, [{
51
+ type: Component,
52
+ args: [{ selector: 'gen-componentlibrarylink-form-details', template: `<div *ngIf="this.record">
53
+ <div class="record-form">
54
+ <mj-form-field
55
+ [record]="record"
56
+ [ShowLabel]="true"
57
+ FieldName="ComponentID"
58
+ Type="textbox"
59
+ [EditMode]="EditMode"
60
+ LinkType="Record"
61
+ LinkComponentType="Search"
62
+ ></mj-form-field>
63
+ <mj-form-field
64
+ [record]="record"
65
+ [ShowLabel]="true"
66
+ FieldName="LibraryID"
67
+ Type="textbox"
68
+ [EditMode]="EditMode"
69
+ LinkType="Record"
70
+ LinkComponentType="Search"
71
+ ></mj-form-field>
72
+ <mj-form-field
73
+ [record]="record"
74
+ [ShowLabel]="true"
75
+ FieldName="MinVersion"
76
+ Type="textbox"
77
+ [EditMode]="EditMode"
78
+ ></mj-form-field>
79
+ <mj-form-field
80
+ [record]="record"
81
+ [ShowLabel]="true"
82
+ FieldName="__mj_CreatedAt"
83
+ Type="textbox"
84
+ [EditMode]="EditMode"
85
+ ></mj-form-field>
86
+ <mj-form-field
87
+ [record]="record"
88
+ [ShowLabel]="true"
89
+ FieldName="__mj_UpdatedAt"
90
+ Type="textbox"
91
+ [EditMode]="EditMode"
92
+ ></mj-form-field>
93
+ <mj-form-field
94
+ [record]="record"
95
+ [ShowLabel]="true"
96
+ FieldName="Component"
97
+ Type="textbox"
98
+ [EditMode]="EditMode"
99
+ ></mj-form-field>
100
+ <mj-form-field
101
+ [record]="record"
102
+ [ShowLabel]="true"
103
+ FieldName="Library"
104
+ Type="textbox"
105
+ [EditMode]="EditMode"
106
+ ></mj-form-field>
107
+
108
+ </div>
109
+ </div>
110
+ `, 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"] }]
111
+ }], null, { record: [{
112
+ type: Input
113
+ }], EditMode: [{
114
+ type: Input
115
+ }] }); })();
116
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentLibraryLinkDetailsComponent, { className: "ComponentLibraryLinkDetailsComponent", filePath: "src/lib/generated/Entities/ComponentLibraryLink/sections/details.component.ts", lineNumber: 70 }); })();
117
+ export function LoadComponentLibraryLinkDetailsComponent() {
118
+ // does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
119
+ }
120
+ //# sourceMappingURL=details.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ComponentLibraryLink/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;IA+CrB,AAPA,AAPA,AAPA,AAPA,AATA,AATA,mCAQiB,uBASA,uBAOA,uBAOA,uBAOA,uBAOA,uBAOA;IAGzB,AADI,iBAAM,EACJ;;;IAtDM,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;;AAO1B,IAAM,oCAAoC,GAA1C,MAAM,oCAAqC,SAAQ,wBAAwB;IAA3E;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;oTAHY,oCAAoC,SAApC,oCAAoC;oEAApC,oCAAoC;YA5DlC,sFAAyB;;YAAnB,iCAAiB;;;AA4DzB,oCAAoC;IAhEhD,aAAa,CAAC,wBAAwB,EAAE,qCAAqC,CAAC,CAAC,wCAAwC;GAgE3G,oCAAoC,CAGhD;;iFAHY,oCAAoC;cA/DhD,SAAS;2BACI,uCAAuC,YAEvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA0DT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,oCAAoC;AAKjD,MAAM,UAAU,wCAAwC;IACpD,2GAA2G;AAC/G,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ComponentRegistryEntity } from '@memberjunction/core-entities';
2
+ import { BaseFormComponent } from '@memberjunction/ng-base-forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ComponentRegistryFormComponent extends BaseFormComponent {
5
+ record: ComponentRegistryEntity;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComponentRegistryFormComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComponentRegistryFormComponent, "gen-componentregistry-form", never, {}, {}, never, never, false, never>;
8
+ }
9
+ export declare function LoadComponentRegistryFormComponent(): void;
10
+ //# sourceMappingURL=componentregistry.form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentregistry.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAIlE,qBAMa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;yCAD/B,8BAA8B;2CAA9B,8BAA8B;CAE1C;AAED,wBAAgB,kCAAkC,SAEjD"}
@@ -0,0 +1,70 @@
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 { LoadComponentRegistryDetailsComponent } 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-user-view-grid";
15
+ import * as i4 from "@memberjunction/ng-base-forms";
16
+ import * as i5 from "@memberjunction/ng-form-toolbar";
17
+ import * as i6 from "@memberjunction/ng-tabstrip";
18
+ function ComponentRegistryFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
19
+ const _r1 = i0.ɵɵgetCurrentView();
20
+ i0.ɵɵelementStart(0, "form", 3, 0);
21
+ i0.ɵɵelement(2, "mj-form-toolbar", 4);
22
+ i0.ɵɵelementStart(3, "mj-tabstrip", 5);
23
+ i0.ɵɵlistener("TabSelected", function ComponentRegistryFormComponent_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 ComponentRegistryFormComponent_form_1_Template_mj_tabstrip_ResizeContainer_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.InvokeManualResize()); });
24
+ i0.ɵɵelementStart(4, "mj-tab", 6);
25
+ i0.ɵɵtext(5, " Details ");
26
+ i0.ɵɵelementEnd();
27
+ i0.ɵɵelementStart(6, "mj-tab-body");
28
+ i0.ɵɵelement(7, "mj-form-section", 7);
29
+ i0.ɵɵelementEnd();
30
+ i0.ɵɵelementStart(8, "mj-tab", 8);
31
+ i0.ɵɵtext(9, " MJ: Components ");
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelementStart(10, "mj-tab-body");
34
+ i0.ɵɵelement(11, "mj-user-view-grid", 9);
35
+ i0.ɵɵelementEnd()()();
36
+ } if (rf & 2) {
37
+ const ctx_r1 = i0.ɵɵnextContext();
38
+ i0.ɵɵadvance(2);
39
+ i0.ɵɵproperty("form", ctx_r1);
40
+ i0.ɵɵadvance(5);
41
+ i0.ɵɵproperty("record", ctx_r1.record)("EditMode", ctx_r1.EditMode);
42
+ i0.ɵɵadvance();
43
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
44
+ i0.ɵɵadvance(3);
45
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Components", "SourceRegistryID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Components"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Components"))("EditMode", ctx_r1.GridEditMode());
46
+ } }
47
+ let ComponentRegistryFormComponent = class ComponentRegistryFormComponent extends BaseFormComponent {
48
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵComponentRegistryFormComponent_BaseFactory; return function ComponentRegistryFormComponent_Factory(t) { return (ɵComponentRegistryFormComponent_BaseFactory || (ɵComponentRegistryFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ComponentRegistryFormComponent)))(t || ComponentRegistryFormComponent); }; })(); }
49
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentRegistryFormComponent, selectors: [["gen-componentregistry-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: Component Registries", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Components", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ComponentRegistryFormComponent_Template(rf, ctx) { if (rf & 1) {
50
+ i0.ɵɵelementStart(0, "div", 1);
51
+ i0.ɵɵtemplate(1, ComponentRegistryFormComponent_form_1_Template, 12, 8, "form", 2);
52
+ i0.ɵɵelementEnd();
53
+ } if (rf & 2) {
54
+ i0.ɵɵadvance();
55
+ i0.ɵɵproperty("ngIf", ctx.record);
56
+ } }, dependencies: [i1.NgIf, i2.ɵNgNoValidate, i2.NgControlStatusGroup, i2.NgForm, i3.UserViewGridComponent, i4.SectionLoaderComponent, i5.FormToolbarComponent, i6.MJTabStripComponent, i6.MJTabBodyComponent, i6.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}"] }); }
57
+ };
58
+ ComponentRegistryFormComponent = __decorate([
59
+ RegisterClass(BaseFormComponent, 'MJ: Component Registries') // Tell MemberJunction about this class
60
+ ], ComponentRegistryFormComponent);
61
+ export { ComponentRegistryFormComponent };
62
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentRegistryFormComponent, [{
63
+ type: Component,
64
+ args: [{ selector: 'gen-componentregistry-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: Component Registries\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: Components\" [Visible]=\"record.IsSaved\"> \n MJ: Components\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Components','SourceRegistryID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Components')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Components')\" \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"] }]
65
+ }], null, null); })();
66
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentRegistryFormComponent, { className: "ComponentRegistryFormComponent", filePath: "src/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.ts", lineNumber: 14 }); })();
67
+ export function LoadComponentRegistryFormComponent() {
68
+ LoadComponentRegistryDetailsComponent();
69
+ }
70
+ //# sourceMappingURL=componentregistry.form.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentregistry.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.ts","../../../../../src/lib/generated/Entities/ComponentRegistry/componentregistry.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;IACtB,iBAAc;IAEd,iCAAyD;IACrD,gCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA7Bc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIJ,cAA0B;IAA1B,+CAA0B;IAKhD,eAAuF;IAGvF,AADA,AADA,AADA,6GAAuF,6DAClC,oDACT,mCACjB;;ADbhD,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,iBAAiB;4RAAxD,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YCb3C,8BAAqC;YACjC,kFAA0D;YA+B9D,iBAAM;;YA/BK,cAAY;YAAZ,iCAAY;;;ADYV,8BAA8B;IAN1C,aAAa,CAAC,iBAAiB,EAAE,0BAA0B,CAAC,CAAC,uCAAuC;GAMxF,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 { ComponentRegistryEntity } from '@memberjunction/core-entities';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ComponentRegistryDetailsComponent extends BaseFormSectionComponent {
5
+ record: ComponentRegistryEntity;
6
+ EditMode: boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComponentRegistryDetailsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComponentRegistryDetailsComponent, "gen-componentregistry-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
10
+ export declare function LoadComponentRegistryDetailsComponent(): 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/ComponentRegistry/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,qBAmEa,iCAAkC,SAAQ,wBAAwB;IACzD,MAAM,EAAG,uBAAuB,CAAC;IACjC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,iCAAiC;2CAAjC,iCAAiC;CAG7C;AAED,wBAAgB,qCAAqC,SAEpD"}