@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
@@ -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 ContentFileTypeFormComponent_div_8_Template(rf, ctx) { if (rf & 1) {
15
+ function ContentFileTypeFormComponent_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 ContentFileTypeFormComponent_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 ContentFileTypeFormComponent_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", "ContentFileTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Content Sources"))("AllowLoad", ctx_r1.IsSectionExpanded("contentSources"))("EditMode", ctx_r1.GridEditMode());
24
24
  } }
25
- function ContentFileTypeFormComponent_div_10_Template(rf, ctx) { if (rf & 1) {
25
+ function ContentFileTypeFormComponent_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 ContentFileTypeFormComponent_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 ContentFileTypeFormComponent_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 ContentFileTypeFormComponent = class ContentFileTypeFormComponent extends Ba
36
36
  async ngOnInit() {
37
37
  await super.ngOnInit();
38
38
  this.initSections([
39
- { sectionKey: 'fileTypeDefinition', sectionName: 'File 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 ɵContentFileTypeFormComponent_BaseFactory; return function ContentFileTypeFormComponent_Factory(t) { return (ɵContentFileTypeFormComponent_BaseFactory || (ɵContentFileTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentFileTypeFormComponent)))(t || ContentFileTypeFormComponent); }; })(); }
46
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentFileTypeFormComponent, selectors: [["gen-contentfiletype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 30, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "fileTypeDefinition", "sectionName", "File Type Definition", "icon", "fa fa-file", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FileExtension", "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 ContentFileTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
45
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentFileTypeFormComponent, selectors: [["gen-contentfiletype-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", "FileExtension", "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 ContentFileTypeFormComponent_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, ContentFileTypeFormComponent_div_7_Template, 2, 4, "div", 7);
52
51
  i0.ɵɵelementEnd();
53
- i0.ɵɵelementStart(7, "mj-collapsible-panel", 7);
54
- i0.ɵɵtemplate(8, ContentFileTypeFormComponent_div_8_Template, 2, 4, "div", 8);
55
- i0.ɵɵelementEnd();
56
- i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
57
- i0.ɵɵtemplate(10, ContentFileTypeFormComponent_div_10_Template, 2, 4, "div", 8);
52
+ i0.ɵɵelementStart(8, "mj-collapsible-panel", 8);
53
+ i0.ɵɵtemplate(9, ContentFileTypeFormComponent_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 ContentFileTypeFormComponent = class ContentFileTypeFormComponent extends Ba
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 @@ ContentFileTypeFormComponent = __decorate([
86
80
  export { ContentFileTypeFormComponent };
87
81
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentFileTypeFormComponent, [{
88
82
  type: Component,
89
- args: [{ selector: 'gen-contentfiletype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- File Type Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"fileTypeDefinition\"\n sectionName=\"File Type Definition\"\n icon=\"fa fa-file\"\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=\"FileExtension\"\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','ContentFileTypeID')\"\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','ContentFileTypeID')\"\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-contentfiletype-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=\"FileExtension\"\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','ContentFileTypeID')\"\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','ContentFileTypeID')\"\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(ContentFileTypeFormComponent, { className: "ContentFileTypeFormComponent", filePath: "src/lib/generated/Entities/ContentFileType/contentfiletype.form.component.ts", lineNumber: 12 }); })();
92
86
  export function LoadContentFileTypeFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentfiletype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentFileType/contentfiletype.form.component.ts","../../../../../src/lib/generated/Entities/ContentFileType/contentfiletype.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,mNAAc,0BAAmB,gBAAgB,uBAAuB,KAAC;IAGjF,AADI,iBAAoB,EAClB;;;IAPE,cAAyF;IAGzF,AADA,AADA,AADA,+GAAyF,8DACnC,yDACL,mCACtB;;;;IAiB/B,AADJ,2BAA4B,4BAOnB;IADD,oNAAc,0BAAmB,cAAc,uBAAuB,KAAC;IAG/E,AADI,iBAAoB,EAClB;;;IAPE,cAAuF;IAGvF,AADA,AADA,AADA,6GAAuF,4DACnC,uDACL,mCACpB;;ADpFpC,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,iBAAiB;IAGtD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,sBAAsB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC3F,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;oRAXQ,4BAA4B,SAA5B,4BAA4B;oEAA5B,4BAA4B;YCLrC,AANJ,mDAAmE,8BAW/B;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAMvB,+CAOwD;YACpD,6EAA4B;YAUhC,iBAAuB;YAGvB,+CAOsD;YAClD,+EAA4B;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,4BAA4B;IALxC,aAAa,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,uCAAuC;GAKlF,4BAA4B,CAYxC;;iFAZY,4BAA4B;cAJxC,SAAS;2BACI,0BAA0B;;kFAG3B,4BAA4B;AAczC,MAAM,UAAU,gCAAgC;IAC5C,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"contentfiletype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentFileType/contentfiletype.form.component.ts","../../../../../src/lib/generated/Entities/ContentFileType/contentfiletype.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,mNAAc,0BAAmB,gBAAgB,uBAAuB,KAAC;IAGjF,AADI,iBAAoB,EAClB;;;IAPE,cAAyF;IAGzF,AADA,AADA,AADA,+GAAyF,8DACnC,yDACL,mCACtB;;;;IAiB/B,AADJ,2BAA4B,2BAOnB;IADD,mNAAc,0BAAmB,cAAc,uBAAuB,KAAC;IAG/E,AADI,iBAAoB,EAClB;;;IAPE,cAAuF;IAGvF,AADA,AADA,AADA,6GAAuF,4DACnC,uDACL,mCACpB;;AD1EpC,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,iBAAiB;IAGtD,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;oRAVQ,4BAA4B,SAA5B,4BAA4B;oEAA5B,4BAA4B;YCLrC,AANJ,mDAAmE,8BAW/B;YAyB5B,AARA,AARA,AARA,mCAOiB,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAMvB,+CAOwD;YACpD,6EAA4B;YAUhC,iBAAuB;YAGvB,+CAOsD;YAClD,6EAA4B;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,4BAA4B;IALxC,aAAa,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,uCAAuC;GAKlF,4BAA4B,CAWxC;;iFAXY,4BAA4B;cAJxC,SAAS;2BACI,0BAA0B;;kFAG3B,4BAA4B;AAazC,MAAM,UAAU,gCAAgC;IAC5C,kGAAkG;AACtG,CAAC"}
@@ -36,23 +36,23 @@ let ContentItemFormComponent = class ContentItemFormComponent extends BaseFormCo
36
36
  async ngOnInit() {
37
37
  await super.ngOnInit();
38
38
  this.initSections([
39
- { sectionKey: 'contentDetails', sectionName: 'Content Details', isExpanded: true },
39
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
40
40
  { sectionKey: 'sourceInformation', sectionName: 'Source Information', isExpanded: true },
41
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
41
+ { sectionKey: 'contentDetails', sectionName: 'Content Details', isExpanded: false },
42
42
  { sectionKey: 'contentItemAttributes', sectionName: 'Content Item Attributes', isExpanded: false },
43
43
  { sectionKey: 'contentItemTags', sectionName: 'Content Item Tags', isExpanded: false }
44
44
  ]);
45
45
  }
46
46
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentItemFormComponent_BaseFactory; return function ContentItemFormComponent_Factory(t) { return (ɵContentItemFormComponent_BaseFactory || (ɵContentItemFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentItemFormComponent)))(t || ContentItemFormComponent); }; })(); }
47
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentItemFormComponent, selectors: [["gen-contentitem-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 23, vars: 76, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "contentDetails", "sectionName", "Content Details", "icon", "fa fa-file-code", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Checksum", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Text", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "sourceInformation", "sectionName", "Source Information", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "ContentSourceID", "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", "ContentSource", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSourceType", "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", "contentItemAttributes", "sectionName", "Content Item Attributes", "icon", "fa fa-tag", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "contentItemTags", "sectionName", "Content Item Tags", "icon", "fa fa-tag", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ContentItemFormComponent_Template(rf, ctx) { if (rf & 1) {
47
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentItemFormComponent, selectors: [["gen-contentitem-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 23, vars: 76, 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", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "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", "Checksum", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "URL", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Text", "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", "sourceInformation", "sectionName", "Source Information", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "ContentSource", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentSourceType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentFileType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "contentDetails", "sectionName", "Content Details", "icon", "fa fa-file-code", 3, "form", "formContext"], ["FieldName", "ContentType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "contentItemAttributes", "sectionName", "Content Item Attributes", "icon", "fa fa-tag", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "contentItemTags", "sectionName", "Content Item Tags", "icon", "fa fa-tag", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ContentItemFormComponent_Template(rf, ctx) { if (rf & 1) {
48
48
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
49
- 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);
49
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12);
50
50
  i0.ɵɵelementEnd();
51
- i0.ɵɵelementStart(8, "mj-collapsible-panel", 8);
52
- i0.ɵɵelement(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15);
51
+ i0.ɵɵelementStart(13, "mj-collapsible-panel", 13);
52
+ i0.ɵɵelement(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16);
53
53
  i0.ɵɵelementEnd();
54
- i0.ɵɵelementStart(16, "mj-collapsible-panel", 16);
55
- i0.ɵɵelement(17, "mj-form-field", 17)(18, "mj-form-field", 18);
54
+ i0.ɵɵelementStart(17, "mj-collapsible-panel", 17);
55
+ i0.ɵɵelement(18, "mj-form-field", 18);
56
56
  i0.ɵɵelementEnd();
57
57
  i0.ɵɵelementStart(19, "mj-collapsible-panel", 19);
58
58
  i0.ɵɵtemplate(20, ContentItemFormComponent_div_20_Template, 2, 4, "div", 20);
@@ -77,7 +77,7 @@ let ContentItemFormComponent = class ContentItemFormComponent extends BaseFormCo
77
77
  i0.ɵɵadvance();
78
78
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
79
79
  i0.ɵɵadvance();
80
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
80
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
81
81
  i0.ɵɵadvance();
82
82
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
83
83
  i0.ɵɵadvance();
@@ -87,6 +87,8 @@ let ContentItemFormComponent = class ContentItemFormComponent extends BaseFormCo
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();
90
92
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
91
93
  i0.ɵɵadvance();
92
94
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -95,9 +97,7 @@ let ContentItemFormComponent = class ContentItemFormComponent extends BaseFormCo
95
97
  i0.ɵɵadvance();
96
98
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
97
99
  i0.ɵɵadvance();
98
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
99
- i0.ɵɵadvance();
100
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
100
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
101
101
  i0.ɵɵadvance();
102
102
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("contentItemAttributes"));
103
103
  i0.ɵɵadvance();
@@ -114,7 +114,7 @@ ContentItemFormComponent = __decorate([
114
114
  export { ContentItemFormComponent };
115
115
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentItemFormComponent, [{
116
116
  type: Component,
117
- args: [{ selector: 'gen-contentitem-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Content Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"contentDetails\"\n sectionName=\"Content Details\"\n icon=\"fa fa-file-code\"\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=\"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=\"Checksum\"\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=\"Text\"\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=\"ContentType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Source Information Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"sourceInformation\"\n sectionName=\"Source Information\"\n icon=\"fa fa-link\"\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=\"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=\"ContentSource\"\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=\"ContentSourceType\"\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 Item Attributes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItemAttributes\"\n sectionName=\"Content Item Attributes\"\n icon=\"fa fa-tag\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItemAttributes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Item Attributes','ContentItemID')\"\n [NewRecordValues]=\"NewRecordValues('Content Item Attributes')\"\n [AllowLoad]=\"IsSectionExpanded('contentItemAttributes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItemAttributes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Item Tags Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItemTags\"\n sectionName=\"Content Item Tags\"\n icon=\"fa fa-tag\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItemTags')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Item Tags','ItemID')\"\n [NewRecordValues]=\"NewRecordValues('Content Item Tags')\"\n [AllowLoad]=\"IsSectionExpanded('contentItemTags')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItemTags', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
117
+ args: [{ selector: 'gen-contentitem-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=\"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=\"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=\"Checksum\"\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=\"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=\"Text\"\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 <!-- Source Information Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"sourceInformation\"\n sectionName=\"Source Information\"\n icon=\"fa fa-link\"\n [form]=\"this\"\n [formContext]=\"formContext\">\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 <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 <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 <!-- Content Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"contentDetails\"\n sectionName=\"Content Details\"\n icon=\"fa fa-file-code\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"ContentType\"\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 Item Attributes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItemAttributes\"\n sectionName=\"Content Item Attributes\"\n icon=\"fa fa-tag\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItemAttributes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Item Attributes','ContentItemID')\"\n [NewRecordValues]=\"NewRecordValues('Content Item Attributes')\"\n [AllowLoad]=\"IsSectionExpanded('contentItemAttributes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItemAttributes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Content Item Tags Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"contentItemTags\"\n sectionName=\"Content Item Tags\"\n icon=\"fa fa-tag\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('contentItemTags')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Content Item Tags','ItemID')\"\n [NewRecordValues]=\"NewRecordValues('Content Item Tags')\"\n [AllowLoad]=\"IsSectionExpanded('contentItemTags')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('contentItemTags', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
118
118
  }], null, null); })();
119
119
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentItemFormComponent, { className: "ContentItemFormComponent", filePath: "src/lib/generated/Entities/ContentItem/contentitem.form.component.ts", lineNumber: 12 }); })();
120
120
  export function LoadContentItemFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentitem.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItem/contentitem.form.component.ts","../../../../../src/lib/generated/Entities/ContentItem/contentitem.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"contentitem.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItem/contentitem.form.component.ts","../../../../../src/lib/generated/Entities/ContentItem/contentitem.form.component.html"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"contentitemattribute.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAE3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,iCAAkC,SAAQ,iBAAiB;IAC7D,MAAM,EAAG,0BAA0B,CAAC;IAE5B,QAAQ;yCAHd,iCAAiC;2CAAjC,iCAAiC;CAW7C;AAED,wBAAgB,qCAAqC,SAEpD"}
1
+ {"version":3,"file":"contentitemattribute.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAE3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,iCAAkC,SAAQ,iBAAiB;IAC7D,MAAM,EAAG,0BAA0B,CAAC;IAE5B,QAAQ;yCAHd,iCAAiC;2CAAjC,iCAAiC;CAU7C;AAED,wBAAgB,qCAAqC,SAEpD"}
@@ -14,30 +14,26 @@ let ContentItemAttributeFormComponent = class ContentItemAttributeFormComponent
14
14
  async ngOnInit() {
15
15
  await super.ngOnInit();
16
16
  this.initSections([
17
- { sectionKey: 'recordMetadata', sectionName: 'Record Metadata', isExpanded: false },
18
- { sectionKey: 'attributeData', sectionName: 'Attribute Data', isExpanded: true },
19
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
17
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
18
+ { sectionKey: 'attributeData', sectionName: 'Attribute Data', isExpanded: true }
20
19
  ]);
21
20
  }
22
21
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentItemAttributeFormComponent_BaseFactory; return function ContentItemAttributeFormComponent_Factory(t) { return (ɵContentItemAttributeFormComponent_BaseFactory || (ɵContentItemAttributeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentItemAttributeFormComponent)))(t || ContentItemAttributeFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentItemAttributeFormComponent, selectors: [["gen-contentitemattribute-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 32, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "recordMetadata", "sectionName", "Record Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "ContentItemID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "attributeData", "sectionName", "Attribute Data", "icon", "fa fa-list", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Value", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentItem", "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 ContentItemAttributeFormComponent_Template(rf, ctx) { if (rf & 1) {
22
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentItemAttributeFormComponent, selectors: [["gen-contentitemattribute-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", "ContentItemID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Name", "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", "attributeData", "sectionName", "Attribute Data", "icon", "fa fa-list", 3, "form", "formContext"], ["FieldName", "ContentItem", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ContentItemAttributeFormComponent_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);
26
- i0.ɵɵelementEnd();
27
- i0.ɵɵelementStart(3, "mj-collapsible-panel", 3);
28
- i0.ɵɵelement(4, "mj-form-field", 4)(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);
35
31
  i0.ɵɵadvance();
36
32
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
37
33
  i0.ɵɵadvance();
38
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
34
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
39
35
  i0.ɵɵadvance();
40
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
36
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
41
37
  i0.ɵɵadvance();
42
38
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
43
39
  i0.ɵɵadvance();
@@ -47,9 +43,7 @@ let ContentItemAttributeFormComponent = class ContentItemAttributeFormComponent
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
  ContentItemAttributeFormComponent = __decorate([
@@ -58,7 +52,7 @@ ContentItemAttributeFormComponent = __decorate([
58
52
  export { ContentItemAttributeFormComponent };
59
53
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentItemAttributeFormComponent, [{
60
54
  type: Component,
61
- args: [{ selector: 'gen-contentitemattribute-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Record Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"recordMetadata\"\n sectionName=\"Record Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"ContentItemID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Attribute Data Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"attributeData\"\n sectionName=\"Attribute Data\"\n icon=\"fa fa-list\"\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=\"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=\"ContentItem\"\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-contentitemattribute-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=\"ContentItemID\"\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=\"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=\"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 <!-- Attribute Data Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"attributeData\"\n sectionName=\"Attribute Data\"\n icon=\"fa fa-list\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"ContentItem\"\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(ContentItemAttributeFormComponent, { className: "ContentItemAttributeFormComponent", filePath: "src/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.ts", lineNumber: 11 }); })();
64
58
  export function LoadContentItemAttributeFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentitemattribute.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.ts","../../../../../src/lib/generated/Entities/ContentItemAttribute/contentitemattribute.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,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,iBAAiB;IAG3D,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,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,eAAe,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,IAAI,EAAE;YAChF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;wSAVQ,iCAAiC,SAAjC,iCAAiC;oEAAjC,iCAAiC;YCJ1C,AANJ,mDAAmE,8BAW/B;YAC5B,mCASiB;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,uBAQA,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,oBACE,0BAGE,gCACM;YAY/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;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,iCAAiC;IAL7C,aAAa,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,CAAC,uCAAuC;GAKvF,iCAAiC,CAW7C;;iFAXY,iCAAiC;cAJ7C,SAAS;2BACI,+BAA+B;;kFAGhC,iCAAiC;AAa9C,MAAM,UAAU,qCAAqC;IACjD,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"contentitemattribute.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItemAttribute/contentitemattribute.form.component.ts","../../../../../src/lib/generated/Entities/ContentItemAttribute/contentitemattribute.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,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,iBAAiB;IAG3D,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,eAAe,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,IAAI,EAAE;SACnF,CAAC,CAAC;IACP,CAAC;wSATQ,iCAAiC,SAAjC,iCAAiC;oEAAjC,iCAAiC;YCJ1C,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,iCAAiC;IAL7C,aAAa,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,CAAC,uCAAuC;GAKvF,iCAAiC,CAU7C;;iFAVY,iCAAiC;cAJ7C,SAAS;2BACI,+BAA+B;;kFAGhC,iCAAiC;AAY9C,MAAM,UAAU,qCAAqC;IACjD,kGAAkG;AACtG,CAAC"}
@@ -14,17 +14,17 @@ let ContentItemTagFormComponent = class ContentItemTagFormComponent extends Base
14
14
  async ngOnInit() {
15
15
  await super.ngOnInit();
16
16
  this.initSections([
17
- { sectionKey: 'tagAssociation', sectionName: 'Tag Association', isExpanded: true },
18
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
17
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
18
+ { sectionKey: 'tagAssociation', sectionName: 'Tag Association', isExpanded: true }
19
19
  ]);
20
20
  }
21
21
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentItemTagFormComponent_BaseFactory; return function ContentItemTagFormComponent_Factory(t) { return (ɵContentItemTagFormComponent_BaseFactory || (ɵContentItemTagFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentItemTagFormComponent)))(t || ContentItemTagFormComponent); }; })(); }
22
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentItemTagFormComponent, selectors: [["gen-contentitemtag-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 26, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "tagAssociation", "sectionName", "Tag Association", "icon", "fa fa-tag", 3, "form", "formContext"], ["FieldName", "ItemID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Tag", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Item", "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 ContentItemTagFormComponent_Template(rf, ctx) { if (rf & 1) {
22
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentItemTagFormComponent, selectors: [["gen-contentitemtag-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 26, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "ItemID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Tag", "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", "tagAssociation", "sectionName", "Tag Association", "icon", "fa fa-tag", 3, "form", "formContext"], ["FieldName", "Item", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ContentItemTagFormComponent_Template(rf, ctx) { if (rf & 1) {
23
23
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
24
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4);
24
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5);
25
25
  i0.ɵɵelementEnd();
26
- i0.ɵɵelementStart(5, "mj-collapsible-panel", 5);
27
- i0.ɵɵelement(6, "mj-form-field", 6)(7, "mj-form-field", 7);
26
+ i0.ɵɵelementStart(6, "mj-collapsible-panel", 6);
27
+ i0.ɵɵelement(7, "mj-form-field", 7);
28
28
  i0.ɵɵelementEnd()();
29
29
  } if (rf & 2) {
30
30
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -37,11 +37,11 @@ let ContentItemTagFormComponent = class ContentItemTagFormComponent extends Base
37
37
  i0.ɵɵadvance();
38
38
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
39
39
  i0.ɵɵadvance();
40
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
41
- i0.ɵɵadvance();
42
40
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
43
41
  i0.ɵɵadvance();
44
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
42
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
43
+ i0.ɵɵadvance();
44
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
45
45
  } }, dependencies: [i1.MJFormField, i1.CollapsiblePanelComponent, i2.RecordFormContainerComponent], encapsulation: 2 }); }
46
46
  };
47
47
  ContentItemTagFormComponent = __decorate([
@@ -50,7 +50,7 @@ ContentItemTagFormComponent = __decorate([
50
50
  export { ContentItemTagFormComponent };
51
51
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentItemTagFormComponent, [{
52
52
  type: Component,
53
- args: [{ selector: 'gen-contentitemtag-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Tag Association Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"tagAssociation\"\n sectionName=\"Tag Association\"\n icon=\"fa fa-tag\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ItemID\"\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=\"Tag\"\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=\"Item\"\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 " }]
53
+ args: [{ selector: 'gen-contentitemtag-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=\"ItemID\"\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=\"Tag\"\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 <!-- Tag Association Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"tagAssociation\"\n sectionName=\"Tag Association\"\n icon=\"fa fa-tag\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"Item\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
54
54
  }], null, null); })();
55
55
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentItemTagFormComponent, { className: "ContentItemTagFormComponent", filePath: "src/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.ts", lineNumber: 11 }); })();
56
56
  export function LoadContentItemTagFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentitemtag.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.ts","../../../../../src/lib/generated/Entities/ContentItemTag/contentitemtag.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,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,iBAAiB;IAGrD,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,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;gRATQ,2BAA2B,SAA3B,2BAA2B;oEAA3B,2BAA2B;YCJpC,AANJ,mDAAmE,8BAW/B;YAmB5B,AARA,AAVA,mCASiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAGzB,AADI,iBAAuB,EACA;;YAlEiB,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;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;;;ADpD1B,2BAA2B;IALvC,aAAa,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,CAAC,uCAAuC;GAKjF,2BAA2B,CAUvC;;iFAVY,2BAA2B;cAJvC,SAAS;2BACI,yBAAyB;;kFAG1B,2BAA2B;AAYxC,MAAM,UAAU,+BAA+B;IAC3C,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"contentitemtag.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentItemTag/contentitemtag.form.component.ts","../../../../../src/lib/generated/Entities/ContentItemTag/contentitemtag.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,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,iBAAiB;IAGrD,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,IAAI,EAAE;SACrF,CAAC,CAAC;IACP,CAAC;gRATQ,2BAA2B,SAA3B,2BAA2B;oEAA3B,2BAA2B;YCJpC,AANJ,mDAAmE,8BAW/B;YA2B5B,AARA,AARA,AAVA,mCASiB,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAC5B,mCAOiB;YAGzB,AADI,iBAAuB,EACA;;YAlEiB,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;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,oBACE,0BAGE,gCACM;;;ADpD1B,2BAA2B;IALvC,aAAa,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,CAAC,uCAAuC;GAKjF,2BAA2B,CAUvC;;iFAVY,2BAA2B;cAJvC,SAAS;2BACI,yBAAyB;;kFAG1B,2BAA2B;AAYxC,MAAM,UAAU,+BAA+B;IAC3C,kGAAkG;AACtG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"contentprocessrun.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;IAEzB,QAAQ;yCAHd,8BAA8B;2CAA9B,8BAA8B;CAW1C;AAED,wBAAgB,kCAAkC,SAEjD"}
1
+ {"version":3,"file":"contentprocessrun.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;IAEzB,QAAQ;yCAHd,8BAA8B;2CAA9B,8BAA8B;CAU1C;AAED,wBAAgB,kCAAkC,SAEjD"}
@@ -14,21 +14,17 @@ let ContentProcessRunFormComponent = class ContentProcessRunFormComponent extend
14
14
  async ngOnInit() {
15
15
  await super.ngOnInit();
16
16
  this.initSections([
17
- { sectionKey: 'runMetadata', sectionName: 'Run Metadata', isExpanded: false },
18
- { sectionKey: 'executionMetrics', sectionName: 'Execution Metrics', isExpanded: true },
19
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
17
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
18
+ { sectionKey: 'runMetadata', sectionName: 'Run Metadata', isExpanded: false }
20
19
  ]);
21
20
  }
22
21
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵContentProcessRunFormComponent_BaseFactory; return function ContentProcessRunFormComponent_Factory(t) { return (ɵContentProcessRunFormComponent_BaseFactory || (ɵContentProcessRunFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ContentProcessRunFormComponent)))(t || ContentProcessRunFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentProcessRunFormComponent, selectors: [["gen-contentprocessrun-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 40, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "runMetadata", "sectionName", "Run Metadata", "icon", "fa fa-id-badge", 3, "form", "formContext"], ["FieldName", "SourceID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Source", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "executionMetrics", "sectionName", "Execution Metrics", "icon", "fa fa-tachometer-alt", 3, "form", "formContext"], ["FieldName", "StartTime", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EndTime", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessedItems", "Type", "numerictextbox", 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 ContentProcessRunFormComponent_Template(rf, ctx) { if (rf & 1) {
22
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContentProcessRunFormComponent, selectors: [["gen-contentprocessrun-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 38, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "SourceID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartTime", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EndTime", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessedItems", "Type", "numerictextbox", 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", "runMetadata", "sectionName", "Run Metadata", "icon", "fa fa-id-badge", 3, "form", "formContext"], ["FieldName", "Source", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ContentProcessRunFormComponent_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)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
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)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
29
25
  i0.ɵɵelementEnd();
30
26
  i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
31
- i0.ɵɵelement(10, "mj-form-field", 10)(11, "mj-form-field", 11);
27
+ i0.ɵɵelement(10, "mj-form-field", 10);
32
28
  i0.ɵɵelementEnd()();
33
29
  } if (rf & 2) {
34
30
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -39,7 +35,7 @@ let ContentProcessRunFormComponent = class ContentProcessRunFormComponent extend
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();
@@ -51,9 +47,7 @@ let ContentProcessRunFormComponent = class ContentProcessRunFormComponent extend
51
47
  i0.ɵɵadvance();
52
48
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
53
49
  i0.ɵɵadvance();
54
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
55
- i0.ɵɵadvance();
56
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
50
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
57
51
  } }, dependencies: [i1.MJFormField, i1.CollapsiblePanelComponent, i2.RecordFormContainerComponent], encapsulation: 2 }); }
58
52
  };
59
53
  ContentProcessRunFormComponent = __decorate([
@@ -62,7 +56,7 @@ ContentProcessRunFormComponent = __decorate([
62
56
  export { ContentProcessRunFormComponent };
63
57
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContentProcessRunFormComponent, [{
64
58
  type: Component,
65
- args: [{ selector: 'gen-contentprocessrun-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Run Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"runMetadata\"\n sectionName=\"Run Metadata\"\n icon=\"fa fa-id-badge\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SourceID\"\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=\"Source\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Execution Metrics Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"executionMetrics\"\n sectionName=\"Execution Metrics\"\n icon=\"fa fa-tachometer-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartTime\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EndTime\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\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=\"ProcessedItems\"\n Type=\"numerictextbox\"\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 " }]
59
+ args: [{ selector: 'gen-contentprocessrun-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=\"SourceID\"\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=\"StartTime\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EndTime\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\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=\"ProcessedItems\"\n Type=\"numerictextbox\"\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 <!-- Run Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"runMetadata\"\n sectionName=\"Run Metadata\"\n icon=\"fa fa-id-badge\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"Source\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
66
60
  }], null, null); })();
67
61
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContentProcessRunFormComponent, { className: "ContentProcessRunFormComponent", filePath: "src/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.ts", lineNumber: 11 }); })();
68
62
  export function LoadContentProcessRunFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"contentprocessrun.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.ts","../../../../../src/lib/generated/Entities/ContentProcessRun/contentprocessrun.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,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,aAAa,EAAE,WAAW,EAAE,cAAc,EAAE,UAAU,EAAE,KAAK,EAAE;YAC7E,EAAE,UAAU,EAAE,kBAAkB,EAAE,WAAW,EAAE,mBAAmB,EAAE,UAAU,EAAE,IAAI,EAAE;YACtF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;4RAVQ,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YCJvC,AANJ,mDAAmE,8BAW/B;YAW5B,AAVA,mCASiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAyB5B,AARA,AARA,AARA,mCAOiB,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAGzB,AADI,iBAAuB,EACA;;YApGiB,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;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;;;ADtF1B,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
+ {"version":3,"file":"contentprocessrun.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ContentProcessRun/contentprocessrun.form.component.ts","../../../../../src/lib/generated/Entities/ContentProcessRun/contentprocessrun.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,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,aAAa,EAAE,WAAW,EAAE,cAAc,EAAE,UAAU,EAAE,KAAK,EAAE;SAChF,CAAC,CAAC;IACP,CAAC;4RATQ,8BAA8B,SAA9B,8BAA8B;oEAA9B,8BAA8B;YCJvC,AANJ,mDAAmE,8BAW/B;YAmD5B,AARA,AARA,AARA,AARA,AARA,AAVA,mCASiB,uBAQA,uBAQA,uBAQA,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAC5B,qCAOiB;YAGzB,AADI,iBAAuB,EACA;;YA1FiB,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;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;;;AD5E1B,8BAA8B;IAL1C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAKpF,8BAA8B,CAU1C;;iFAVY,8BAA8B;cAJ1C,SAAS;2BACI,4BAA4B;;kFAG7B,8BAA8B;AAY3C,MAAM,UAAU,kCAAkC;IAC9C,kGAAkG;AACtG,CAAC"}