@memberjunction/ng-core-entity-forms 2.117.0 → 2.119.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 (131) hide show
  1. package/dist/lib/custom/Tests/test-form.component.d.ts +55 -0
  2. package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -0
  3. package/dist/lib/custom/Tests/test-form.component.js +721 -0
  4. package/dist/lib/custom/Tests/test-form.component.js.map +1 -0
  5. package/dist/lib/custom/Tests/test-rubric-form.component.d.ts +16 -0
  6. package/dist/lib/custom/Tests/test-rubric-form.component.d.ts.map +1 -0
  7. package/dist/lib/custom/Tests/test-rubric-form.component.js +138 -0
  8. package/dist/lib/custom/Tests/test-rubric-form.component.js.map +1 -0
  9. package/dist/lib/custom/Tests/test-run-feedback-form.component.d.ts +17 -0
  10. package/dist/lib/custom/Tests/test-run-feedback-form.component.d.ts.map +1 -0
  11. package/dist/lib/custom/Tests/test-run-feedback-form.component.js +134 -0
  12. package/dist/lib/custom/Tests/test-run-feedback-form.component.js.map +1 -0
  13. package/dist/lib/custom/Tests/test-run-form.component.d.ts +58 -0
  14. package/dist/lib/custom/Tests/test-run-form.component.d.ts.map +1 -0
  15. package/dist/lib/custom/Tests/test-run-form.component.js +921 -0
  16. package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -0
  17. package/dist/lib/custom/Tests/test-suite-form.component.d.ts +34 -0
  18. package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -0
  19. package/dist/lib/custom/Tests/test-suite-form.component.js +359 -0
  20. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -0
  21. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +36 -0
  22. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -0
  23. package/dist/lib/custom/Tests/test-suite-run-form.component.js +571 -0
  24. package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -0
  25. package/dist/lib/custom/custom-forms.module.d.ts +30 -23
  26. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  27. package/dist/lib/custom/custom-forms.module.js +43 -3
  28. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  29. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.d.ts.map +1 -1
  30. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +63 -45
  31. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  32. package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.d.ts +11 -0
  33. package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.d.ts.map +1 -0
  34. package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.js +79 -0
  35. package/dist/lib/generated/Entities/AIAgentConfiguration/aiagentconfiguration.form.component.js.map +1 -0
  36. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +32 -30
  37. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
  38. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.d.ts.map +1 -1
  39. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +37 -19
  40. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
  41. package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js +17 -15
  42. package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js.map +1 -1
  43. package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.d.ts.map +1 -1
  44. package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +9 -13
  45. package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
  46. package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.d.ts.map +1 -1
  47. package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.js +14 -20
  48. package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.js.map +1 -1
  49. package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.js +13 -13
  50. package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.js.map +1 -1
  51. package/dist/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.d.ts.map +1 -1
  52. package/dist/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.js +9 -15
  53. package/dist/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.js.map +1 -1
  54. package/dist/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.js +10 -10
  55. package/dist/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.js.map +1 -1
  56. package/dist/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.d.ts.map +1 -1
  57. package/dist/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.js +8 -14
  58. package/dist/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.js.map +1 -1
  59. package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.js +13 -13
  60. package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.d.ts.map +1 -1
  62. package/dist/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.js +8 -14
  63. package/dist/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.js.map +1 -1
  64. package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.d.ts.map +1 -1
  65. package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.js +14 -20
  66. package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.js.map +1 -1
  67. package/dist/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.d.ts.map +1 -1
  68. package/dist/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.js +4 -16
  69. package/dist/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.js.map +1 -1
  70. package/dist/lib/generated/Entities/ContentType/contenttype.form.component.d.ts.map +1 -1
  71. package/dist/lib/generated/Entities/ContentType/contenttype.form.component.js +17 -23
  72. package/dist/lib/generated/Entities/ContentType/contenttype.form.component.js.map +1 -1
  73. package/dist/lib/generated/Entities/ContentTypeAttribute/contenttypeattribute.form.component.d.ts.map +1 -1
  74. package/dist/lib/generated/Entities/ContentTypeAttribute/contenttypeattribute.form.component.js +5 -17
  75. package/dist/lib/generated/Entities/ContentTypeAttribute/contenttypeattribute.form.component.js.map +1 -1
  76. package/dist/lib/generated/Entities/Conversation/conversation.form.component.d.ts.map +1 -1
  77. package/dist/lib/generated/Entities/Conversation/conversation.form.component.js +40 -32
  78. package/dist/lib/generated/Entities/Conversation/conversation.form.component.js.map +1 -1
  79. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +64 -56
  80. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
  81. package/dist/lib/generated/Entities/EntityFieldValue/entityfieldvalue.form.component.d.ts.map +1 -1
  82. package/dist/lib/generated/Entities/EntityFieldValue/entityfieldvalue.form.component.js +10 -15
  83. package/dist/lib/generated/Entities/EntityFieldValue/entityfieldvalue.form.component.js.map +1 -1
  84. package/dist/lib/generated/Entities/ResourceLink/resourcelink.form.component.d.ts.map +1 -1
  85. package/dist/lib/generated/Entities/ResourceLink/resourcelink.form.component.js +4 -16
  86. package/dist/lib/generated/Entities/ResourceLink/resourcelink.form.component.js.map +1 -1
  87. package/dist/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.js +17 -17
  88. package/dist/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.js.map +1 -1
  89. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.d.ts.map +1 -1
  90. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js +32 -26
  91. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js.map +1 -1
  92. package/dist/lib/generated/Entities/Test/test.form.component.d.ts +11 -0
  93. package/dist/lib/generated/Entities/Test/test.form.component.d.ts.map +1 -0
  94. package/dist/lib/generated/Entities/Test/test.form.component.js +129 -0
  95. package/dist/lib/generated/Entities/Test/test.form.component.js.map +1 -0
  96. package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.d.ts +11 -0
  97. package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.d.ts.map +1 -0
  98. package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.js +63 -0
  99. package/dist/lib/generated/Entities/TestRubric/testrubric.form.component.js.map +1 -0
  100. package/dist/lib/generated/Entities/TestRun/testrun.form.component.d.ts +11 -0
  101. package/dist/lib/generated/Entities/TestRun/testrun.form.component.d.ts.map +1 -0
  102. package/dist/lib/generated/Entities/TestRun/testrun.form.component.js +183 -0
  103. package/dist/lib/generated/Entities/TestRun/testrun.form.component.js.map +1 -0
  104. package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.d.ts +11 -0
  105. package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.d.ts.map +1 -0
  106. package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js +63 -0
  107. package/dist/lib/generated/Entities/TestRunFeedback/testrunfeedback.form.component.js.map +1 -0
  108. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.d.ts +11 -0
  109. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.d.ts.map +1 -0
  110. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js +119 -0
  111. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js.map +1 -0
  112. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.d.ts +11 -0
  113. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.d.ts.map +1 -0
  114. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js +109 -0
  115. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js.map +1 -0
  116. package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.d.ts +11 -0
  117. package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.d.ts.map +1 -0
  118. package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.js +61 -0
  119. package/dist/lib/generated/Entities/TestSuiteTest/testsuitetest.form.component.js.map +1 -0
  120. package/dist/lib/generated/Entities/TestType/testtype.form.component.d.ts +11 -0
  121. package/dist/lib/generated/Entities/TestType/testtype.form.component.d.ts.map +1 -0
  122. package/dist/lib/generated/Entities/TestType/testtype.form.component.js +93 -0
  123. package/dist/lib/generated/Entities/TestType/testtype.form.component.js.map +1 -0
  124. package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
  125. package/dist/lib/generated/Entities/User/user.form.component.js +162 -108
  126. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  127. package/dist/lib/generated/generated-forms.module.d.ts +133 -119
  128. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  129. package/dist/lib/generated/generated-forms.module.js +163 -70
  130. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  131. package/package.json +18 -17
@@ -46,24 +46,24 @@ let ContentSourceFormComponent = class ContentSourceFormComponent extends BaseFo
46
46
  async ngOnInit() {
47
47
  await super.ngOnInit();
48
48
  this.initSections([
49
- { sectionKey: 'connectionDetails', sectionName: 'Connection Details', isExpanded: true },
49
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
50
50
  { sectionKey: 'contentClassification', sectionName: 'Content Classification', isExpanded: true },
51
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
51
+ { sectionKey: 'connectionDetails', sectionName: 'Connection Details', isExpanded: false },
52
52
  { sectionKey: 'contentItems', sectionName: 'Content Items', isExpanded: false },
53
53
  { sectionKey: 'contentProcessRuns', sectionName: 'Content Process Runs', isExpanded: false },
54
54
  { sectionKey: 'contentSourceParams', sectionName: 'Content Source Params', isExpanded: false }
55
55
  ]);
56
56
  }
57
57
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentSourceFormComponent_BaseFactory; return function ContentSourceFormComponent_Factory(t) { return (ɵContentSourceFormComponent_BaseFactory || (ɵContentSourceFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentSourceFormComponent)))(t || ContentSourceFormComponent); }; })(); }
58
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceFormComponent, selectors: [["gen-contentsource-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 60, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "connectionDetails", "sectionName", "Connection Details", "icon", "fa fa-plug", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSourceTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "URL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSourceType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "contentClassification", "sectionName", "Content Classification", "icon", "fa fa-tags", 3, "form", "formContext"], ["FieldName", "ContentTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentFileTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentFileType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "contentItems", "sectionName", "Content Items", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "contentProcessRuns", "sectionName", "Content Process Runs", "icon", "fa fa-cogs", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "contentSourceParams", "sectionName", "Content Source Params", "icon", "fa fa-cogs", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ContentSourceFormComponent_Template(rf, ctx) { if (rf & 1) {
58
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceFormComponent, selectors: [["gen-contentsource-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 60, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSourceTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentFileTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "URL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "contentClassification", "sectionName", "Content Classification", "icon", "fa fa-tags", 3, "form", "formContext"], ["FieldName", "ContentType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentFileType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "connectionDetails", "sectionName", "Connection Details", "icon", "fa fa-plug", 3, "form", "formContext"], ["FieldName", "ContentSourceType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "contentItems", "sectionName", "Content Items", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "contentProcessRuns", "sectionName", "Content Process Runs", "icon", "fa fa-cogs", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "contentSourceParams", "sectionName", "Content Source Params", "icon", "fa fa-cogs", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ContentSourceFormComponent_Template(rf, ctx) { if (rf & 1) {
59
59
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
60
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5);
60
+ 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);
61
61
  i0.ɵɵelementEnd();
62
- i0.ɵɵelementStart(6, "mj-collapsible-panel", 6);
63
- i0.ɵɵelement(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10);
62
+ i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
63
+ i0.ɵɵelement(10, "mj-form-field", 10)(11, "mj-form-field", 11);
64
64
  i0.ɵɵelementEnd();
65
- i0.ɵɵelementStart(11, "mj-collapsible-panel", 11);
66
- i0.ɵɵelement(12, "mj-form-field", 12)(13, "mj-form-field", 13);
65
+ i0.ɵɵelementStart(12, "mj-collapsible-panel", 12);
66
+ i0.ɵɵelement(13, "mj-form-field", 13);
67
67
  i0.ɵɵelementEnd();
68
68
  i0.ɵɵelementStart(14, "mj-collapsible-panel", 14);
69
69
  i0.ɵɵtemplate(15, ContentSourceFormComponent_div_15_Template, 2, 4, "div", 15);
@@ -87,10 +87,6 @@ let ContentSourceFormComponent = class ContentSourceFormComponent extends BaseFo
87
87
  i0.ɵɵadvance();
88
88
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
89
89
  i0.ɵɵadvance();
90
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
91
- i0.ɵɵadvance();
92
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
93
- i0.ɵɵadvance();
94
90
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
95
91
  i0.ɵɵadvance();
96
92
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -103,6 +99,10 @@ let ContentSourceFormComponent = class ContentSourceFormComponent extends BaseFo
103
99
  i0.ɵɵadvance();
104
100
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
105
101
  i0.ɵɵadvance();
102
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
103
+ i0.ɵɵadvance();
104
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
105
+ i0.ɵɵadvance();
106
106
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("contentItems"));
107
107
  i0.ɵɵadvance();
108
108
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
@@ -122,7 +122,7 @@ ContentSourceFormComponent = __decorate([
122
122
  export { ContentSourceFormComponent };
123
123
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentSourceFormComponent, [{
124
124
  type: Component,
125
- args: [{ selector: 'gen-contentsource-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Connection Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"connectionDetails\"\n sectionName=\"Connection Details\"\n icon=\"fa fa-plug\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSourceTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"URL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSourceType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Content Classification Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"contentClassification\"\n sectionName=\"Content Classification\"\n icon=\"fa fa-tags\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentFileTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentFileType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Content Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItems\"\n sectionName=\"Content Items\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Items','ContentSourceID')\"\n [NewRecordValues]=\"NewRecordValues('Content Items')\"\n [AllowLoad]=\"IsSectionExpanded('contentItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Process Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentProcessRuns\"\n sectionName=\"Content Process Runs\"\n icon=\"fa fa-cogs\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentProcessRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Process Runs','SourceID')\"\n [NewRecordValues]=\"NewRecordValues('Content Process Runs')\"\n [AllowLoad]=\"IsSectionExpanded('contentProcessRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentProcessRuns', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Source Params Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentSourceParams\"\n sectionName=\"Content Source Params\"\n icon=\"fa fa-cogs\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentSourceParams')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Source Params','ContentSourceID')\"\n [NewRecordValues]=\"NewRecordValues('Content Source Params')\"\n [AllowLoad]=\"IsSectionExpanded('contentSourceParams')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentSourceParams', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
125
+ args: [{ selector: 'gen-contentsource-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"details\"\n sectionName=\"Details\"\n icon=\"fa fa-align-left\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSourceTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentFileTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"URL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Content Classification Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"contentClassification\"\n sectionName=\"Content Classification\"\n icon=\"fa fa-tags\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentFileType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Connection Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"connectionDetails\"\n sectionName=\"Connection Details\"\n icon=\"fa fa-plug\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"ContentSourceType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Content Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItems\"\n sectionName=\"Content Items\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Items','ContentSourceID')\"\n [NewRecordValues]=\"NewRecordValues('Content Items')\"\n [AllowLoad]=\"IsSectionExpanded('contentItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Process Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentProcessRuns\"\n sectionName=\"Content Process Runs\"\n icon=\"fa fa-cogs\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentProcessRuns')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Process Runs','SourceID')\"\n [NewRecordValues]=\"NewRecordValues('Content Process Runs')\"\n [AllowLoad]=\"IsSectionExpanded('contentProcessRuns')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentProcessRuns', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Source Params Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentSourceParams\"\n sectionName=\"Content Source Params\"\n icon=\"fa fa-cogs\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentSourceParams')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Source Params','ContentSourceID')\"\n [NewRecordValues]=\"NewRecordValues('Content Source Params')\"\n [AllowLoad]=\"IsSectionExpanded('contentSourceParams')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentSourceParams', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
126
126
  }], null, null); })();
127
127
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentSourceFormComponent, { className: "ContentSourceFormComponent", filePath: "src/lib/generated/Entities/ContentSource/contentsource.form.component.ts", lineNumber: 12 }); })();
128
128
  export function LoadContentSourceFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentsource.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSource/contentsource.form.component.ts","../../../../../src/lib/generated/Entities/ContentSource/contentsource.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"contentsource.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSource/contentsource.form.component.ts","../../../../../src/lib/generated/Entities/ContentSource/contentsource.form.component.html"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"contentsourceparam.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,+BAAgC,SAAQ,iBAAiB;IAC3D,MAAM,EAAG,wBAAwB,CAAC;IAE1B,QAAQ;yCAHd,+BAA+B;2CAA/B,+BAA+B;CAW3C;AAED,wBAAgB,mCAAmC,SAElD"}
1
+ {"version":3,"file":"contentsourceparam.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,+BAAgC,SAAQ,iBAAiB;IAC3D,MAAM,EAAG,wBAAwB,CAAC;IAE1B,QAAQ;yCAHd,+BAA+B;2CAA/B,+BAA+B;CAU3C;AAED,wBAAgB,mCAAmC,SAElD"}
@@ -14,21 +14,17 @@ let ContentSourceParamFormComponent = class ContentSourceParamFormComponent exte
14
14
  async ngOnInit() {
15
15
  await super.ngOnInit();
16
16
  this.initSections([
17
- { sectionKey: 'identifierKeys', sectionName: 'Identifier Keys', isExpanded: true },
18
- { sectionKey: 'parameterSettings', sectionName: 'Parameter Settings', isExpanded: true },
19
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
17
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
18
+ { sectionKey: 'parameterSettings', sectionName: 'Parameter Settings', isExpanded: true }
20
19
  ]);
21
20
  }
22
21
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentSourceParamFormComponent_BaseFactory; return function ContentSourceParamFormComponent_Factory(t) { return (ɵContentSourceParamFormComponent_BaseFactory || (ɵContentSourceParamFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentSourceParamFormComponent)))(t || ContentSourceParamFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceParamFormComponent, selectors: [["gen-contentsourceparam-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 32, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "identifierKeys", "sectionName", "Identifier Keys", "icon", "fa fa-key", 3, "form", "formContext"], ["FieldName", "ContentSourceID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSourceTypeParamID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "parameterSettings", "sectionName", "Parameter Settings", "icon", "fa fa-sliders-h", 3, "form", "formContext"], ["FieldName", "Value", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSource", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ContentSourceParamFormComponent_Template(rf, ctx) { if (rf & 1) {
22
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceParamFormComponent, selectors: [["gen-contentsourceparam-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 30, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "ContentSourceID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSourceTypeParamID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Value", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "parameterSettings", "sectionName", "Parameter Settings", "icon", "fa fa-sliders-h", 3, "form", "formContext"], ["FieldName", "ContentSource", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ContentSourceParamFormComponent_Template(rf, ctx) { if (rf & 1) {
24
23
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
25
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
26
- i0.ɵɵelementEnd();
27
- i0.ɵɵelementStart(4, "mj-collapsible-panel", 4);
28
- i0.ɵɵelement(5, "mj-form-field", 5)(6, "mj-form-field", 6);
24
+ 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);
29
25
  i0.ɵɵelementEnd();
30
26
  i0.ɵɵelementStart(7, "mj-collapsible-panel", 7);
31
- i0.ɵɵelement(8, "mj-form-field", 8)(9, "mj-form-field", 9);
27
+ i0.ɵɵelement(8, "mj-form-field", 8);
32
28
  i0.ɵɵelementEnd()();
33
29
  } if (rf & 2) {
34
30
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -39,7 +35,7 @@ let ContentSourceParamFormComponent = class ContentSourceParamFormComponent exte
39
35
  i0.ɵɵadvance();
40
36
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
41
37
  i0.ɵɵadvance();
42
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
38
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
43
39
  i0.ɵɵadvance();
44
40
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
45
41
  i0.ɵɵadvance();
@@ -47,9 +43,7 @@ let ContentSourceParamFormComponent = class ContentSourceParamFormComponent exte
47
43
  i0.ɵɵadvance();
48
44
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
49
45
  i0.ɵɵadvance();
50
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
51
- i0.ɵɵadvance();
52
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
46
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
53
47
  } }, dependencies: [i1.MJFormField, i1.CollapsiblePanelComponent, i2.RecordFormContainerComponent], encapsulation: 2 }); }
54
48
  };
55
49
  ContentSourceParamFormComponent = __decorate([
@@ -58,7 +52,7 @@ ContentSourceParamFormComponent = __decorate([
58
52
  export { ContentSourceParamFormComponent };
59
53
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentSourceParamFormComponent, [{
60
54
  type: Component,
61
- args: [{ selector: 'gen-contentsourceparam-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identifier Keys Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"identifierKeys\"\n sectionName=\"Identifier Keys\"\n icon=\"fa fa-key\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSourceID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSourceTypeParamID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Parameter Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"parameterSettings\"\n sectionName=\"Parameter Settings\"\n icon=\"fa fa-sliders-h\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Value\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSource\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
55
+ args: [{ selector: 'gen-contentsourceparam-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"details\"\n sectionName=\"Details\"\n icon=\"fa fa-align-left\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSourceID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentSourceTypeParamID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Value\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Parameter Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"parameterSettings\"\n sectionName=\"Parameter Settings\"\n icon=\"fa fa-sliders-h\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"ContentSource\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
62
56
  }], null, null); })();
63
57
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentSourceParamFormComponent, { className: "ContentSourceParamFormComponent", filePath: "src/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.ts", lineNumber: 11 }); })();
64
58
  export function LoadContentSourceParamFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentsourceparam.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.ts","../../../../../src/lib/generated/Entities/ContentSourceParam/contentsourceparam.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;;;;AAO3D,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;IAGzD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,IAAI,EAAE;YAClF,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,IAAI,EAAE;YACxF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;gSAVQ,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCJxC,AANJ,mDAAmE,8BAW/B;YAW5B,AAVA,mCASiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAGzB,AADI,iBAAuB,EACA;;YApFiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;;;ADtE1B,+BAA+B;IAL3C,aAAa,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,CAAC,uCAAuC;GAKrF,+BAA+B,CAW3C;;iFAXY,+BAA+B;cAJ3C,SAAS;2BACI,6BAA6B;;kFAG9B,+BAA+B;AAa5C,MAAM,UAAU,mCAAmC;IAC/C,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"contentsourceparam.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceParam/contentsourceparam.form.component.ts","../../../../../src/lib/generated/Entities/ContentSourceParam/contentsourceparam.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;;;;AAO3D,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;IAGzD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE;YACnE,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,IAAI,EAAE;SAC3F,CAAC,CAAC;IACP,CAAC;gSATQ,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCJxC,AANJ,mDAAmE,8BAW/B;YAmC5B,AARA,AARA,AARA,AAVA,mCASiB,uBAQA,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAC5B,mCAOiB;YAGzB,AADI,iBAAuB,EACA;;YA1EiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,oBACE,0BAGE,gCACM;;;AD5D1B,+BAA+B;IAL3C,aAAa,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,CAAC,uCAAuC;GAKrF,+BAA+B,CAU3C;;iFAVY,+BAA+B;cAJ3C,SAAS;2BACI,6BAA6B;;kFAG9B,+BAA+B;AAY5C,MAAM,UAAU,mCAAmC;IAC/C,kGAAkG;AACtG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"contentsourcetype.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;IAEzB,QAAQ;yCAHd,8BAA8B;2CAA9B,8BAA8B;CAY1C;AAED,wBAAgB,kCAAkC,SAEjD"}
1
+ {"version":3,"file":"contentsourcetype.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;IAEzB,QAAQ;yCAHd,8BAA8B;2CAA9B,8BAA8B;CAW1C;AAED,wBAAgB,kCAAkC,SAEjD"}
@@ -12,20 +12,20 @@ import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-user-view-grid";
13
13
  import * as i3 from "@memberjunction/ng-base-forms";
14
14
  import * as i4 from "@memberjunction/ng-form-toolbar";
15
- function ContentSourceTypeFormComponent_div_8_Template(rf, ctx) { if (rf & 1) {
15
+ function ContentSourceTypeFormComponent_div_7_Template(rf, ctx) { if (rf & 1) {
16
16
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 10);
18
- i0.ɵɵlistener("dataLoaded", function ContentSourceTypeFormComponent_div_8_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("contentSources", $event.totalRowCount)); });
17
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 9);
18
+ i0.ɵɵlistener("dataLoaded", function ContentSourceTypeFormComponent_div_7_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("contentSources", $event.totalRowCount)); });
19
19
  i0.ɵɵelementEnd()();
20
20
  } if (rf & 2) {
21
21
  const ctx_r1 = i0.ɵɵnextContext();
22
22
  i0.ɵɵadvance();
23
23
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Content Sources", "ContentSourceTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Content Sources"))("AllowLoad", ctx_r1.IsSectionExpanded("contentSources"))("EditMode", ctx_r1.GridEditMode());
24
24
  } }
25
- function ContentSourceTypeFormComponent_div_10_Template(rf, ctx) { if (rf & 1) {
25
+ function ContentSourceTypeFormComponent_div_9_Template(rf, ctx) { if (rf & 1) {
26
26
  const _r3 = i0.ɵɵgetCurrentView();
27
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 10);
28
- i0.ɵɵlistener("dataLoaded", function ContentSourceTypeFormComponent_div_10_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("contentItems", $event.totalRowCount)); });
27
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 9);
28
+ i0.ɵɵlistener("dataLoaded", function ContentSourceTypeFormComponent_div_9_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("contentItems", $event.totalRowCount)); });
29
29
  i0.ɵɵelementEnd()();
30
30
  } if (rf & 2) {
31
31
  const ctx_r1 = i0.ɵɵnextContext();
@@ -36,25 +36,21 @@ let ContentSourceTypeFormComponent = class ContentSourceTypeFormComponent extend
36
36
  async ngOnInit() {
37
37
  await super.ngOnInit();
38
38
  this.initSections([
39
- { sectionKey: 'sourceTypeDefinition', sectionName: 'Source Type Definition', isExpanded: true },
40
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
39
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
41
40
  { sectionKey: 'contentSources', sectionName: 'Content Sources', isExpanded: false },
42
41
  { sectionKey: 'contentItems', sectionName: 'Content Items', isExpanded: false }
43
42
  ]);
44
43
  }
45
44
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentSourceTypeFormComponent_BaseFactory; return function ContentSourceTypeFormComponent_Factory(t) { return (ɵContentSourceTypeFormComponent_BaseFactory || (ɵContentSourceTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentSourceTypeFormComponent)))(t || ContentSourceTypeFormComponent); }; })(); }
46
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceTypeFormComponent, selectors: [["gen-contentsourcetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 30, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "sourceTypeDefinition", "sectionName", "Source Type Definition", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "contentSources", "sectionName", "Content Sources", "icon", "fa fa-plug", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "contentItems", "sectionName", "Content Items", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ContentSourceTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
45
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceTypeFormComponent, selectors: [["gen-contentsourcetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 28, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "contentSources", "sectionName", "Content Sources", "icon", "fa fa-plug", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "contentItems", "sectionName", "Content Items", "icon", "fa fa-file-alt", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ContentSourceTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
47
46
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
48
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
47
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5);
49
48
  i0.ɵɵelementEnd();
50
- i0.ɵɵelementStart(4, "mj-collapsible-panel", 4);
51
- i0.ɵɵelement(5, "mj-form-field", 5)(6, "mj-form-field", 6);
49
+ i0.ɵɵelementStart(6, "mj-collapsible-panel", 6);
50
+ i0.ɵɵtemplate(7, ContentSourceTypeFormComponent_div_7_Template, 2, 4, "div", 7);
52
51
  i0.ɵɵelementEnd();
53
- i0.ɵɵelementStart(7, "mj-collapsible-panel", 7);
54
- i0.ɵɵtemplate(8, ContentSourceTypeFormComponent_div_8_Template, 2, 4, "div", 8);
55
- i0.ɵɵelementEnd();
56
- i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
57
- i0.ɵɵtemplate(10, ContentSourceTypeFormComponent_div_10_Template, 2, 4, "div", 8);
52
+ i0.ɵɵelementStart(8, "mj-collapsible-panel", 8);
53
+ i0.ɵɵtemplate(9, ContentSourceTypeFormComponent_div_9_Template, 2, 4, "div", 7);
58
54
  i0.ɵɵelementEnd()();
59
55
  } if (rf & 2) {
60
56
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -65,8 +61,6 @@ let ContentSourceTypeFormComponent = class ContentSourceTypeFormComponent extend
65
61
  i0.ɵɵadvance();
66
62
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
67
63
  i0.ɵɵadvance();
68
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
69
- i0.ɵɵadvance();
70
64
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
71
65
  i0.ɵɵadvance();
72
66
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -86,7 +80,7 @@ ContentSourceTypeFormComponent = __decorate([
86
80
  export { ContentSourceTypeFormComponent };
87
81
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentSourceTypeFormComponent, [{
88
82
  type: Component,
89
- args: [{ selector: 'gen-contentsourcetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Source Type Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"sourceTypeDefinition\"\n sectionName=\"Source Type Definition\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Content Sources Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentSources\"\n sectionName=\"Content Sources\"\n icon=\"fa fa-plug\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentSources')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Sources','ContentSourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Content Sources')\"\n [AllowLoad]=\"IsSectionExpanded('contentSources')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentSources', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItems\"\n sectionName=\"Content Items\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Items','ContentSourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Content Items')\"\n [AllowLoad]=\"IsSectionExpanded('contentItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
83
+ args: [{ selector: 'gen-contentsourcetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"details\"\n sectionName=\"Details\"\n icon=\"fa fa-align-left\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Content Sources Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentSources\"\n sectionName=\"Content Sources\"\n icon=\"fa fa-plug\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentSources')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Sources','ContentSourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Content Sources')\"\n [AllowLoad]=\"IsSectionExpanded('contentSources')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentSources', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItems\"\n sectionName=\"Content Items\"\n icon=\"fa fa-file-alt\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Items','ContentSourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Content Items')\"\n [AllowLoad]=\"IsSectionExpanded('contentItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
90
84
  }], null, null); })();
91
85
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentSourceTypeFormComponent, { className: "ContentSourceTypeFormComponent", filePath: "src/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.ts", lineNumber: 12 }); })();
92
86
  export function LoadContentSourceTypeFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentsourcetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.ts","../../../../../src/lib/generated/Entities/ContentSourceType/contentsourcetype.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;;;;;;;;ICmEtD,AADJ,2BAA4B,4BAOnB;IADD,qNAAc,0BAAmB,gBAAgB,uBAAuB,KAAC;IAGjF,AADI,iBAAoB,EAClB;;;IAPE,cAA2F;IAG3F,AADA,AADA,AADA,iHAA2F,8DACrC,yDACL,mCACtB;;;;IAiB/B,AADJ,2BAA4B,4BAOnB;IADD,sNAAc,0BAAmB,cAAc,uBAAuB,KAAC;IAG/E,AADI,iBAAoB,EAClB;;;IAPE,cAAyF;IAGzF,AADA,AADA,AADA,+GAAyF,4DACrC,uDACL,mCACpB;;ADpFpC,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,iBAAiB;IAGxD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,sBAAsB,EAAE,WAAW,EAAE,wBAAwB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC/F,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,KAAK,EAAE;SAClF,CAAC,CAAC;IACP,CAAC;4RAXQ,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YCLvC,AANJ,mDAAmE,8BAW/B;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAMvB,+CAOwD;YACpD,+EAA4B;YAUhC,iBAAuB;YAGvB,+CAOsD;YAClD,iFAA4B;YAWpC,AADI,iBAAuB,EACA;;YArGiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAc/B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,wDACwB;YAC7C,cAAoB;YAApB,yCAAoB;YAkB1B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,sDACsB;YAC3C,cAAoB;YAApB,yCAAoB;;;AD/ErB,8BAA8B;IAL1C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAKpF,8BAA8B,CAY1C;;iFAZY,8BAA8B;cAJ1C,SAAS;2BACI,4BAA4B;;kFAG7B,8BAA8B;AAc3C,MAAM,UAAU,kCAAkC;IAC9C,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"contentsourcetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.ts","../../../../../src/lib/generated/Entities/ContentSourceType/contentsourcetype.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;;;;;;;;ICyDtD,AADJ,2BAA4B,2BAOnB;IADD,qNAAc,0BAAmB,gBAAgB,uBAAuB,KAAC;IAGjF,AADI,iBAAoB,EAClB;;;IAPE,cAA2F;IAG3F,AADA,AADA,AADA,iHAA2F,8DACrC,yDACL,mCACtB;;;;IAiB/B,AADJ,2BAA4B,2BAOnB;IADD,qNAAc,0BAAmB,cAAc,uBAAuB,KAAC;IAG/E,AADI,iBAAoB,EAClB;;;IAPE,cAAyF;IAGzF,AADA,AADA,AADA,+GAAyF,4DACrC,uDACL,mCACpB;;AD1EpC,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,iBAAiB;IAGxD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE;YACnE,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,KAAK,EAAE;SAClF,CAAC,CAAC;IACP,CAAC;4RAVQ,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YCLvC,AANJ,mDAAmE,8BAW/B;YAyB5B,AARA,AARA,AARA,mCAOiB,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAMvB,+CAOwD;YACpD,+EAA4B;YAUhC,iBAAuB;YAGvB,+CAOsD;YAClD,+EAA4B;YAWpC,AADI,iBAAuB,EACA;;YA3FiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAc/B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,wDACwB;YAC7C,cAAoB;YAApB,yCAAoB;YAkB1B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,sDACsB;YAC3C,cAAoB;YAApB,yCAAoB;;;ADrErB,8BAA8B;IAL1C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAKpF,8BAA8B,CAW1C;;iFAXY,8BAA8B;cAJ1C,SAAS;2BACI,4BAA4B;;kFAG7B,8BAA8B;AAa3C,MAAM,UAAU,kCAAkC;IAC9C,kGAAkG;AACtG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"contentsourcetypeparam.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAE7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,mCAAoC,SAAQ,iBAAiB;IAC/D,MAAM,EAAG,4BAA4B,CAAC;IAE9B,QAAQ;yCAHd,mCAAmC;2CAAnC,mCAAmC;CAW/C;AAED,wBAAgB,uCAAuC,SAEtD"}
1
+ {"version":3,"file":"contentsourcetypeparam.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAE7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,mCAAoC,SAAQ,iBAAiB;IAC/D,MAAM,EAAG,4BAA4B,CAAC;IAE9B,QAAQ;yCAHd,mCAAmC;2CAAnC,mCAAmC;CAS/C;AAED,wBAAgB,uCAAuC,SAEtD"}
@@ -14,21 +14,13 @@ let ContentSourceTypeParamFormComponent = class ContentSourceTypeParamFormCompon
14
14
  async ngOnInit() {
15
15
  await super.ngOnInit();
16
16
  this.initSections([
17
- { sectionKey: 'parameterSpecification', sectionName: 'Parameter Specification', isExpanded: true },
18
- { sectionKey: 'parameterSettings', sectionName: 'Parameter Settings', isExpanded: true },
19
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
17
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true }
20
18
  ]);
21
19
  }
22
20
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentSourceTypeParamFormComponent_BaseFactory; return function ContentSourceTypeParamFormComponent_Factory(t) { return (ɵContentSourceTypeParamFormComponent_BaseFactory || (ɵContentSourceTypeParamFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentSourceTypeParamFormComponent)))(t || ContentSourceTypeParamFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceTypeParamFormComponent, selectors: [["gen-contentsourcetypeparam-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 36, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "parameterSpecification", "sectionName", "Parameter Specification", "icon", "fa fa-list-alt", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Type", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultValue", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "parameterSettings", "sectionName", "Parameter Settings", "icon", "fa fa-wrench", 3, "form", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsRequired", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ContentSourceTypeParamFormComponent_Template(rf, ctx) { if (rf & 1) {
21
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentSourceTypeParamFormComponent, selectors: [["gen-contentsourcetypeparam-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 32, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Type", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultValue", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsRequired", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ContentSourceTypeParamFormComponent_Template(rf, ctx) { if (rf & 1) {
24
22
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
25
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4);
26
- i0.ɵɵelementEnd();
27
- i0.ɵɵelementStart(5, "mj-collapsible-panel", 5);
28
- i0.ɵɵelement(6, "mj-form-field", 6)(7, "mj-form-field", 7);
29
- i0.ɵɵelementEnd();
30
- i0.ɵɵelementStart(8, "mj-collapsible-panel", 8);
31
- i0.ɵɵelement(9, "mj-form-field", 9)(10, "mj-form-field", 10);
23
+ 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);
32
24
  i0.ɵɵelementEnd()();
33
25
  } if (rf & 2) {
34
26
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -41,14 +33,10 @@ let ContentSourceTypeParamFormComponent = class ContentSourceTypeParamFormCompon
41
33
  i0.ɵɵadvance();
42
34
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
43
35
  i0.ɵɵadvance();
44
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
45
- i0.ɵɵadvance();
46
36
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
47
37
  i0.ɵɵadvance();
48
38
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
49
39
  i0.ɵɵadvance();
50
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
51
- i0.ɵɵadvance();
52
40
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
53
41
  i0.ɵɵadvance();
54
42
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -60,7 +48,7 @@ ContentSourceTypeParamFormComponent = __decorate([
60
48
  export { ContentSourceTypeParamFormComponent };
61
49
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentSourceTypeParamFormComponent, [{
62
50
  type: Component,
63
- args: [{ selector: 'gen-contentsourcetypeparam-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Parameter Specification Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"parameterSpecification\"\n sectionName=\"Parameter Specification\"\n icon=\"fa fa-list-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultValue\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Parameter Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"parameterSettings\"\n sectionName=\"Parameter Settings\"\n icon=\"fa fa-wrench\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsRequired\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
51
+ args: [{ selector: 'gen-contentsourcetypeparam-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"details\"\n sectionName=\"Details\"\n icon=\"fa fa-align-left\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultValue\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsRequired\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
64
52
  }], null, null); })();
65
53
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentSourceTypeParamFormComponent, { className: "ContentSourceTypeParamFormComponent", filePath: "src/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.ts", lineNumber: 11 }); })();
66
54
  export function LoadContentSourceTypeParamFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentsourcetypeparam.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.ts","../../../../../src/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.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;;;;AAO3D,IAAM,mCAAmC,GAAzC,MAAM,mCAAoC,SAAQ,iBAAiB;IAG7D,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,wBAAwB,EAAE,WAAW,EAAE,yBAAyB,EAAE,UAAU,EAAE,IAAI,EAAE;YAClG,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,IAAI,EAAE;YACxF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;gTAVQ,mCAAmC,SAAnC,mCAAmC;oEAAnC,mCAAmC;YCJ5C,AANJ,mDAAmE,8BAW/B;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,yBAQA;YAGzB,AADI,iBAAuB,EACA;;YA1FiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;;;AD5E1B,mCAAmC;IAL/C,aAAa,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC,uCAAuC;GAK1F,mCAAmC,CAW/C;;iFAXY,mCAAmC;cAJ/C,SAAS;2BACI,iCAAiC;;kFAGlC,mCAAmC;AAahD,MAAM,UAAU,uCAAuC;IACnD,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"contentsourcetypeparam.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.form.component.ts","../../../../../src/lib/generated/Entities/ContentSourceTypeParam/contentsourcetypeparam.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;;;;AAO3D,IAAM,mCAAmC,GAAzC,MAAM,mCAAoC,SAAQ,iBAAiB;IAG7D,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE;SACtE,CAAC,CAAC;IACP,CAAC;gTARQ,mCAAmC,SAAnC,mCAAmC;oEAAnC,mCAAmC;YCJ5C,AANJ,mDAAmE,8BAW/B;YAiD5B,AARA,AARA,AARA,AARA,AARA,AARA,mCAOiB,uBAQA,uBAQA,uBAQA,uBAQA,uBAQA,uBAQA;YAGzB,AADI,iBAAuB,EACA;;YAtEiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;;;ADxD1B,mCAAmC;IAL/C,aAAa,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC,uCAAuC;GAK1F,mCAAmC,CAS/C;;iFATY,mCAAmC;cAJ/C,SAAS;2BACI,iCAAiC;;kFAGlC,mCAAmC;AAWhD,MAAM,UAAU,uCAAuC;IACnD,kGAAkG;AACtG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"contenttype.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentType/contenttype.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,wBAAyB,SAAQ,iBAAiB;IACpD,MAAM,EAAG,iBAAiB,CAAC;IAEnB,QAAQ;yCAHd,wBAAwB;2CAAxB,wBAAwB;CAapC;AAED,wBAAgB,4BAA4B,SAE3C"}
1
+ {"version":3,"file":"contenttype.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentType/contenttype.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,wBAAyB,SAAQ,iBAAiB;IACpD,MAAM,EAAG,iBAAiB,CAAC;IAEnB,QAAQ;yCAHd,wBAAwB;2CAAxB,wBAAwB;CAYpC;AAED,wBAAgB,4BAA4B,SAE3C"}