@memberjunction/ng-core-entity-forms 2.102.0 → 2.103.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.
@@ -32,6 +32,12 @@ function ArtifactFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
32
32
  i0.ɵɵelementEnd();
33
33
  i0.ɵɵelementStart(10, "mj-tab-body");
34
34
  i0.ɵɵelement(11, "mj-user-view-grid", 9);
35
+ i0.ɵɵelementEnd();
36
+ i0.ɵɵelementStart(12, "mj-tab", 10);
37
+ i0.ɵɵtext(13, " MJ: Collection Artifacts ");
38
+ i0.ɵɵelementEnd();
39
+ i0.ɵɵelementStart(14, "mj-tab-body");
40
+ i0.ɵɵelement(15, "mj-user-view-grid", 9);
35
41
  i0.ɵɵelementEnd()()();
36
42
  } if (rf & 2) {
37
43
  const ctx_r1 = i0.ɵɵnextContext();
@@ -43,12 +49,16 @@ function ArtifactFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
43
49
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
44
50
  i0.ɵɵadvance(3);
45
51
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifact Versions", "ArtifactID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifact Versions"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Artifact Versions"))("EditMode", ctx_r1.GridEditMode());
52
+ i0.ɵɵadvance();
53
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
54
+ i0.ɵɵadvance(3);
55
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Artifacts", "ArtifactID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Artifacts"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Collection Artifacts"))("EditMode", ctx_r1.GridEditMode());
46
56
  } }
47
57
  let ArtifactFormComponent = class ArtifactFormComponent extends BaseFormComponent {
48
58
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵArtifactFormComponent_BaseFactory; return function ArtifactFormComponent_Factory(t) { return (ɵArtifactFormComponent_BaseFactory || (ɵArtifactFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ArtifactFormComponent)))(t || ArtifactFormComponent); }; })(); }
49
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ArtifactFormComponent, selectors: [["gen-artifact-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: Artifacts", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Artifact Versions", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ArtifactFormComponent_Template(rf, ctx) { if (rf & 1) {
59
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ArtifactFormComponent, selectors: [["gen-artifact-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: Artifacts", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Artifact Versions", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: Collection Artifacts", 3, "Visible"]], template: function ArtifactFormComponent_Template(rf, ctx) { if (rf & 1) {
50
60
  i0.ɵɵelementStart(0, "div", 1);
51
- i0.ɵɵtemplate(1, ArtifactFormComponent_form_1_Template, 12, 8, "form", 2);
61
+ i0.ɵɵtemplate(1, ArtifactFormComponent_form_1_Template, 16, 13, "form", 2);
52
62
  i0.ɵɵelementEnd();
53
63
  } if (rf & 2) {
54
64
  i0.ɵɵadvance();
@@ -61,7 +71,7 @@ ArtifactFormComponent = __decorate([
61
71
  export { ArtifactFormComponent };
62
72
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ArtifactFormComponent, [{
63
73
  type: Component,
64
- args: [{ selector: 'gen-artifact-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: 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: Artifact Versions\" [Visible]=\"record.IsSaved\"> \n MJ: Artifact Versions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','ArtifactID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Artifact Versions')\" \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"] }]
74
+ args: [{ selector: 'gen-artifact-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: 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: Artifact Versions\" [Visible]=\"record.IsSaved\"> \n MJ: Artifact Versions\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifact Versions','ArtifactID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Artifact Versions')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Artifact Versions')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Collection Artifacts\" [Visible]=\"record.IsSaved\"> \n MJ: Collection Artifacts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Artifacts','ArtifactID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Collection Artifacts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Collection Artifacts')\" \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
75
  }], null, null); })();
66
76
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ArtifactFormComponent, { className: "ArtifactFormComponent", filePath: "src/lib/generated/Entities/Artifact/artifact.form.component.ts", lineNumber: 14 }); })();
67
77
  export function LoadArtifactFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"artifact.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Artifact/artifact.form.component.ts","../../../../../src/lib/generated/Entities/Artifact/artifact.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,4BAA4B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHvE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,yMAAe,0BAAmB,KAAC,8LAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAgE;IAC5D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA7Bc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIG,cAA0B;IAA1B,+CAA0B;IAKvD,eAAwF;IAGxF,AADA,AADA,AADA,8GAAwF,oEAC5B,2DACT,mCACxB;;ADbhD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,iBAAiB;wPAA/C,qBAAqB,SAArB,qBAAqB;oEAArB,qBAAqB;YCblC,8BAAqC;YACjC,yEAA0D;YA+B9D,iBAAM;;YA/BK,cAAY;YAAZ,iCAAY;;;ADYV,qBAAqB;IANjC,aAAa,CAAC,iBAAiB,EAAE,eAAe,CAAC,CAAC,uCAAuC;GAM7E,qBAAqB,CAEjC;;iFAFY,qBAAqB;cALjC,SAAS;2BACI,mBAAmB;;kFAIpB,qBAAqB;AAIlC,MAAM,UAAU,yBAAyB;IACrC,4BAA4B,EAAE,CAAC;AACnC,CAAC"}
1
+ {"version":3,"file":"artifact.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Artifact/artifact.form.component.ts","../../../../../src/lib/generated/Entities/Artifact/artifact.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,4BAA4B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHvE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,yMAAe,0BAAmB,KAAC,8LAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAgE;IAC5D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAmE;IAC/D,2CACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA1Cc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIG,cAA0B;IAA1B,+CAA0B;IAKvD,eAAwF;IAGxF,AADA,AADA,AADA,8GAAwF,oEAC5B,2DACT,mCACxB;IAKK,cAA0B;IAA1B,+CAA0B;IAK1D,eAA2F;IAG3F,AADA,AADA,AADA,iHAA2F,uEAC5B,8DACT,mCAC3B;;AD1BhD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,iBAAiB;wPAA/C,qBAAqB,SAArB,qBAAqB;oEAArB,qBAAqB;YCblC,8BAAqC;YACjC,0EAA0D;YA4C9D,iBAAM;;YA5CK,cAAY;YAAZ,iCAAY;;;ADYV,qBAAqB;IANjC,aAAa,CAAC,iBAAiB,EAAE,eAAe,CAAC,CAAC,uCAAuC;GAM7E,qBAAqB,CAEjC;;iFAFY,qBAAqB;cALjC,SAAS;2BACI,mBAAmB;;kFAIpB,qBAAqB;AAIlC,MAAM,UAAU,yBAAyB;IACrC,4BAA4B,EAAE,CAAC;AACnC,CAAC"}
@@ -28,10 +28,16 @@ function CollectionFormComponent_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: Collections ");
31
+ i0.ɵɵtext(9, " MJ: Collection Artifacts ");
32
32
  i0.ɵɵelementEnd();
33
33
  i0.ɵɵelementStart(10, "mj-tab-body");
34
34
  i0.ɵɵelement(11, "mj-user-view-grid", 9);
35
+ i0.ɵɵelementEnd();
36
+ i0.ɵɵelementStart(12, "mj-tab", 10);
37
+ i0.ɵɵtext(13, " MJ: Collections ");
38
+ i0.ɵɵelementEnd();
39
+ i0.ɵɵelementStart(14, "mj-tab-body");
40
+ i0.ɵɵelement(15, "mj-user-view-grid", 9);
35
41
  i0.ɵɵelementEnd()()();
36
42
  } if (rf & 2) {
37
43
  const ctx_r1 = i0.ɵɵnextContext();
@@ -42,13 +48,17 @@ function CollectionFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
42
48
  i0.ɵɵadvance();
43
49
  i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
44
50
  i0.ɵɵadvance(3);
51
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collection Artifacts", "CollectionID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collection Artifacts"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Collection Artifacts"))("EditMode", ctx_r1.GridEditMode());
52
+ i0.ɵɵadvance();
53
+ i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
54
+ i0.ɵɵadvance(3);
45
55
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Collections"))("EditMode", ctx_r1.GridEditMode());
46
56
  } }
47
57
  let CollectionFormComponent = class CollectionFormComponent extends BaseFormComponent {
48
58
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCollectionFormComponent_BaseFactory; return function CollectionFormComponent_Factory(t) { return (ɵCollectionFormComponent_BaseFactory || (ɵCollectionFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CollectionFormComponent)))(t || CollectionFormComponent); }; })(); }
49
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionFormComponent, selectors: [["gen-collection-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: Collections", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Collections", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function CollectionFormComponent_Template(rf, ctx) { if (rf & 1) {
59
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionFormComponent, selectors: [["gen-collection-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: Collections", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Collection Artifacts", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: Collections", 3, "Visible"]], template: function CollectionFormComponent_Template(rf, ctx) { if (rf & 1) {
50
60
  i0.ɵɵelementStart(0, "div", 1);
51
- i0.ɵɵtemplate(1, CollectionFormComponent_form_1_Template, 12, 8, "form", 2);
61
+ i0.ɵɵtemplate(1, CollectionFormComponent_form_1_Template, 16, 13, "form", 2);
52
62
  i0.ɵɵelementEnd();
53
63
  } if (rf & 2) {
54
64
  i0.ɵɵadvance();
@@ -61,7 +71,7 @@ CollectionFormComponent = __decorate([
61
71
  export { CollectionFormComponent };
62
72
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CollectionFormComponent, [{
63
73
  type: Component,
64
- args: [{ selector: 'gen-collection-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: Collections\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: Collections\" [Visible]=\"record.IsSaved\"> \n MJ: Collections\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Collections')\" \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"] }]
74
+ args: [{ selector: 'gen-collection-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: Collections\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: Collection Artifacts\" [Visible]=\"record.IsSaved\"> \n MJ: Collection Artifacts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collection Artifacts','CollectionID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Collection Artifacts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Collection Artifacts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Collections\" [Visible]=\"record.IsSaved\"> \n MJ: Collections\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Collections')\" \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
75
  }], null, null); })();
66
76
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollectionFormComponent, { className: "CollectionFormComponent", filePath: "src/lib/generated/Entities/Collection/collection.form.component.ts", lineNumber: 14 }); })();
67
77
  export function LoadCollectionFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"collection.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Collection/collection.form.component.ts","../../../../../src/lib/generated/Entities/Collection/collection.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,8BAA8B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHzE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,2MAAe,0BAAmB,KAAC,gMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAA0D;IACtD,iCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA7Bc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIH,cAA0B;IAA1B,+CAA0B;IAKjD,eAAgF;IAGhF,AADA,AADA,AADA,sGAAgF,8DAC1B,qDACT,mCAClB;;ADbhD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,iBAAiB;gQAAjD,uBAAuB,SAAvB,uBAAuB;oEAAvB,uBAAuB;YCbpC,8BAAqC;YACjC,2EAA0D;YA+B9D,iBAAM;;YA/BK,cAAY;YAAZ,iCAAY;;;ADYV,uBAAuB;IANnC,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,uCAAuC;GAM/E,uBAAuB,CAEnC;;iFAFY,uBAAuB;cALnC,SAAS;2BACI,qBAAqB;;kFAItB,uBAAuB;AAIpC,MAAM,UAAU,2BAA2B;IACvC,8BAA8B,EAAE,CAAC;AACrC,CAAC"}
1
+ {"version":3,"file":"collection.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Collection/collection.form.component.ts","../../../../../src/lib/generated/Entities/Collection/collection.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,8BAA8B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHzE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,2MAAe,0BAAmB,KAAC,gMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAmE;IAC/D,0CACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA1Cc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIM,cAA0B;IAA1B,+CAA0B;IAK1D,eAA6F;IAG7F,AADA,AADA,AADA,mHAA6F,uEAC9B,8DACT,mCAC3B;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAgF;IAGhF,AADA,AADA,AADA,sGAAgF,8DAC1B,qDACT,mCAClB;;AD1BhD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,iBAAiB;gQAAjD,uBAAuB,SAAvB,uBAAuB;oEAAvB,uBAAuB;YCbpC,8BAAqC;YACjC,4EAA0D;YA4C9D,iBAAM;;YA5CK,cAAY;YAAZ,iCAAY;;;ADYV,uBAAuB;IANnC,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,uCAAuC;GAM/E,uBAAuB,CAEnC;;iFAFY,uBAAuB;cALnC,SAAS;2BACI,qBAAqB;;kFAItB,uBAAuB;AAIpC,MAAM,UAAU,2BAA2B;IACvC,8BAA8B,EAAE,CAAC;AACrC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { CollectionArtifactEntity } from '@memberjunction/core-entities';
2
+ import { BaseFormComponent } from '@memberjunction/ng-base-forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CollectionArtifactFormComponent extends BaseFormComponent {
5
+ record: CollectionArtifactEntity;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollectionArtifactFormComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollectionArtifactFormComponent, "gen-collectionartifact-form", never, {}, {}, never, never, false, never>;
8
+ }
9
+ export declare function LoadCollectionArtifactFormComponent(): void;
10
+ //# sourceMappingURL=collectionartifact.form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collectionartifact.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CollectionArtifact/collectionartifact.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,+BAAgC,SAAQ,iBAAiB;IAC3D,MAAM,EAAG,wBAAwB,CAAC;yCADhC,+BAA+B;2CAA/B,+BAA+B;CAE3C;AAED,wBAAgB,mCAAmC,SAElD"}
@@ -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 { LoadCollectionArtifactDetailsComponent } 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 CollectionArtifactFormComponent_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 CollectionArtifactFormComponent_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 CollectionArtifactFormComponent_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 CollectionArtifactFormComponent = class CollectionArtifactFormComponent extends BaseFormComponent {
37
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCollectionArtifactFormComponent_BaseFactory; return function CollectionArtifactFormComponent_Factory(t) { return (ɵCollectionArtifactFormComponent_BaseFactory || (ɵCollectionArtifactFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CollectionArtifactFormComponent)))(t || CollectionArtifactFormComponent); }; })(); }
38
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionArtifactFormComponent, selectors: [["gen-collectionartifact-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: Collection Artifacts", "Section", "details", 3, "record", "EditMode"]], template: function CollectionArtifactFormComponent_Template(rf, ctx) { if (rf & 1) {
39
+ i0.ɵɵelementStart(0, "div", 1);
40
+ i0.ɵɵtemplate(1, CollectionArtifactFormComponent_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
+ CollectionArtifactFormComponent = __decorate([
48
+ RegisterClass(BaseFormComponent, 'MJ: Collection Artifacts') // Tell MemberJunction about this class
49
+ ], CollectionArtifactFormComponent);
50
+ export { CollectionArtifactFormComponent };
51
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CollectionArtifactFormComponent, [{
52
+ type: Component,
53
+ args: [{ selector: 'gen-collectionartifact-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: Collection Artifacts\" \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(CollectionArtifactFormComponent, { className: "CollectionArtifactFormComponent", filePath: "src/lib/generated/Entities/CollectionArtifact/collectionartifact.form.component.ts", lineNumber: 13 }); })();
56
+ export function LoadCollectionArtifactFormComponent() {
57
+ LoadCollectionArtifactDetailsComponent();
58
+ }
59
+ //# sourceMappingURL=collectionartifact.form.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collectionartifact.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CollectionArtifact/collectionartifact.form.component.ts","../../../../../src/lib/generated/Entities/CollectionArtifact/collectionartifact.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,sCAAsC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;ICHjF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,mNAAe,0BAAmB,KAAC,wMAAqB,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,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;gSAAzD,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCZ5C,8BAAqC;YACjC,kFAA0D;YAmB9D,iBAAM;;YAnBK,cAAY;YAAZ,iCAAY;;;ADWV,+BAA+B;IAN3C,aAAa,CAAC,iBAAiB,EAAE,0BAA0B,CAAC,CAAC,uCAAuC;GAMxF,+BAA+B,CAE3C;;iFAFY,+BAA+B;cAL3C,SAAS;2BACI,6BAA6B;;kFAI9B,+BAA+B;AAI5C,MAAM,UAAU,mCAAmC;IAC/C,sCAAsC,EAAE,CAAC;AAC7C,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
2
+ import { CollectionArtifactEntity } from '@memberjunction/core-entities';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CollectionArtifactDetailsComponent extends BaseFormSectionComponent {
5
+ record: CollectionArtifactEntity;
6
+ EditMode: boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollectionArtifactDetailsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollectionArtifactDetailsComponent, "gen-collectionartifact-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
10
+ export declare function LoadCollectionArtifactDetailsComponent(): 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/CollectionArtifact/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,qBAgEa,kCAAmC,SAAQ,wBAAwB;IAC1D,MAAM,EAAG,wBAAwB,CAAC;IAClC,QAAQ,EAAE,OAAO,CAAS;yCAFnC,kCAAkC;2CAAlC,kCAAkC;CAG9C;AAED,wBAAgB,sCAAsC,SAErD"}
@@ -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 CollectionArtifactDetailsComponent_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 CollectionArtifactDetailsComponent = class CollectionArtifactDetailsComponent extends BaseFormSectionComponent {
35
+ constructor() {
36
+ super(...arguments);
37
+ this.EditMode = false;
38
+ }
39
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCollectionArtifactDetailsComponent_BaseFactory; return function CollectionArtifactDetailsComponent_Factory(t) { return (ɵCollectionArtifactDetailsComponent_BaseFactory || (ɵCollectionArtifactDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CollectionArtifactDetailsComponent)))(t || CollectionArtifactDetailsComponent); }; })(); }
40
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollectionArtifactDetailsComponent, selectors: [["gen-collectionartifact-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "CollectionID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ArtifactID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 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", "Collection", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Artifact", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function CollectionArtifactDetailsComponent_Template(rf, ctx) { if (rf & 1) {
41
+ i0.ɵɵtemplate(0, CollectionArtifactDetailsComponent_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
+ CollectionArtifactDetailsComponent = __decorate([
47
+ RegisterClass(BaseFormSectionComponent, 'MJ: Collection Artifacts.details') // Tell MemberJunction about this class
48
+ ], CollectionArtifactDetailsComponent);
49
+ export { CollectionArtifactDetailsComponent };
50
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CollectionArtifactDetailsComponent, [{
51
+ type: Component,
52
+ args: [{ selector: 'gen-collectionartifact-form-details', template: `<div *ngIf="this.record">
53
+ <div class="record-form">
54
+ <mj-form-field
55
+ [record]="record"
56
+ [ShowLabel]="true"
57
+ FieldName="CollectionID"
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="ArtifactID"
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="Sequence"
76
+ Type="numerictextbox"
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="Collection"
97
+ Type="textbox"
98
+ [EditMode]="EditMode"
99
+ ></mj-form-field>
100
+ <mj-form-field
101
+ [record]="record"
102
+ [ShowLabel]="true"
103
+ FieldName="Artifact"
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(CollectionArtifactDetailsComponent, { className: "CollectionArtifactDetailsComponent", filePath: "src/lib/generated/Entities/CollectionArtifact/sections/details.component.ts", lineNumber: 70 }); })();
117
+ export function LoadCollectionArtifactDetailsComponent() {
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/CollectionArtifact/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,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,wBAAwB;IAAzE;;QAEe,aAAQ,GAAY,KAAK,CAAC;KAC/C;4SAHY,kCAAkC,SAAlC,kCAAkC;oEAAlC,kCAAkC;YA5DhC,oFAAyB;;YAAnB,iCAAiB;;;AA4DzB,kCAAkC;IAhE9C,aAAa,CAAC,wBAAwB,EAAE,kCAAkC,CAAC,CAAC,wCAAwC;GAgExG,kCAAkC,CAG9C;;iFAHY,kCAAkC;cA/D9C,SAAS;2BACI,qCAAqC,YAErC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA0DT;gBAGiB,MAAM;kBAAvB,KAAK;YACY,QAAQ;kBAAzB,KAAK;;kFAFG,kCAAkC;AAK/C,MAAM,UAAU,sCAAsC;IAClD,2GAA2G;AAC/G,CAAC"}