@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
@@ -14,21 +14,13 @@ let ResourceLinkFormComponent = class ResourceLinkFormComponent extends BaseForm
14
14
  async ngOnInit() {
15
15
  await super.ngOnInit();
16
16
  this.initSections([
17
- { sectionKey: 'linkDetails', sectionName: 'Link Details', isExpanded: true },
18
- { sectionKey: 'associations', sectionName: 'Associations', isExpanded: true },
19
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
17
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true }
20
18
  ]);
21
19
  }
22
20
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵResourceLinkFormComponent_BaseFactory; return function ResourceLinkFormComponent_Factory(t) { return (ɵResourceLinkFormComponent_BaseFactory || (ɵResourceLinkFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ResourceLinkFormComponent)))(t || ResourceLinkFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceLinkFormComponent, selectors: [["gen-resourcelink-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 40, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "linkDetails", "sectionName", "Link Details", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "ResourceRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FolderID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "associations", "sectionName", "Associations", "icon", "fa fa-users", 3, "form", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceType", "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 ResourceLinkFormComponent_Template(rf, ctx) { if (rf & 1) {
21
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceLinkFormComponent, selectors: [["gen-resourcelink-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 36, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FolderID", "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"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ResourceLinkFormComponent_Template(rf, ctx) { if (rf & 1) {
24
22
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
25
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
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);
29
- i0.ɵɵelementEnd();
30
- i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
31
- i0.ɵɵelement(10, "mj-form-field", 10)(11, "mj-form-field", 11);
23
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9);
32
24
  i0.ɵɵelementEnd()();
33
25
  } if (rf & 2) {
34
26
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -39,8 +31,6 @@ let ResourceLinkFormComponent = class ResourceLinkFormComponent extends BaseForm
39
31
  i0.ɵɵadvance();
40
32
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
41
33
  i0.ɵɵadvance();
42
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
43
- i0.ɵɵadvance();
44
34
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
45
35
  i0.ɵɵadvance();
46
36
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -49,8 +39,6 @@ let ResourceLinkFormComponent = class ResourceLinkFormComponent extends BaseForm
49
39
  i0.ɵɵadvance();
50
40
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
51
41
  i0.ɵɵadvance();
52
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
53
- i0.ɵɵadvance();
54
42
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
55
43
  i0.ɵɵadvance();
56
44
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -62,7 +50,7 @@ ResourceLinkFormComponent = __decorate([
62
50
  export { ResourceLinkFormComponent };
63
51
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ResourceLinkFormComponent, [{
64
52
  type: Component,
65
- args: [{ selector: 'gen-resourcelink-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Link Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"linkDetails\"\n sectionName=\"Link Details\"\n icon=\"fa fa-link\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ResourceRecordID\"\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=\"FolderID\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Associations Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"associations\"\n sectionName=\"Associations\"\n icon=\"fa fa-users\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserID\"\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=\"ResourceTypeID\"\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=\"User\"\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=\"ResourceType\"\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-resourcelink-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=\"UserID\"\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=\"ResourceTypeID\"\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=\"ResourceRecordID\"\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=\"FolderID\"\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 <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"User\"\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=\"ResourceType\"\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
54
  }], null, null); })();
67
55
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ResourceLinkFormComponent, { className: "ResourceLinkFormComponent", filePath: "src/lib/generated/Entities/ResourceLink/resourcelink.form.component.ts", lineNumber: 11 }); })();
68
56
  export function LoadResourceLinkFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"resourcelink.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourceLink/resourcelink.form.component.ts","../../../../../src/lib/generated/Entities/ResourceLink/resourcelink.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,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,iBAAiB;IAGnD,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,IAAI,EAAE;YAC5E,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,cAAc,EAAE,UAAU,EAAE,IAAI,EAAE;YAC7E,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;wQAVQ,yBAAyB,SAAzB,yBAAyB;oEAAzB,yBAAyB;YCJlC,AANJ,mDAAmE,8BAW/B;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YA6B5B,AARA,AAVA,AAVA,mCASiB,uBAUA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAGzB,AADI,iBAAuB,EACA;;YAtGiB,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;YAK3B,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;;;ADxF1B,yBAAyB;IALrC,aAAa,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC,uCAAuC;GAK9E,yBAAyB,CAWrC;;iFAXY,yBAAyB;cAJrC,SAAS;2BACI,uBAAuB;;kFAGxB,yBAAyB;AAatC,MAAM,UAAU,6BAA6B;IACzC,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"resourcelink.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourceLink/resourcelink.form.component.ts","../../../../../src/lib/generated/Entities/ResourceLink/resourcelink.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,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,iBAAiB;IAGnD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE;SACtE,CAAC,CAAC;IACP,CAAC;wQARQ,yBAAyB,SAAzB,yBAAyB;oEAAzB,yBAAyB;YCJlC,AANJ,mDAAmE,8BAW/B;YA6D5B,AARA,AARA,AARA,AARA,AARA,AAVA,AAVA,mCASiB,uBAUA,uBAQA,uBAQA,uBAQA,uBAQA,uBAQA,uBAQA;YAGzB,AADI,iBAAuB,EACA;;YAlFiB,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;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;;;ADpE1B,yBAAyB;IALrC,aAAa,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC,uCAAuC;GAK9E,yBAAyB,CASrC;;iFATY,yBAAyB;cAJrC,SAAS;2BACI,uBAAuB;;kFAGxB,yBAAyB;AAWtC,MAAM,UAAU,6BAA6B;IACzC,kGAAkG;AACtG,CAAC"}
@@ -14,25 +14,25 @@ let ResourcePermissionFormComponent = class ResourcePermissionFormComponent exte
14
14
  async ngOnInit() {
15
15
  await super.ngOnInit();
16
16
  this.initSections([
17
- { sectionKey: 'resourceReference', sectionName: 'Resource Reference', isExpanded: true },
17
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
18
18
  { sectionKey: 'recipientAccessScope', sectionName: 'Recipient & Access Scope', isExpanded: true },
19
19
  { sectionKey: 'sharingScheduleStatus', sectionName: 'Sharing Schedule & Status', isExpanded: false },
20
- { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
20
+ { sectionKey: 'resourceReference', sectionName: 'Resource Reference', isExpanded: false }
21
21
  ]);
22
22
  }
23
23
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵResourcePermissionFormComponent_BaseFactory; return function ResourcePermissionFormComponent_Factory(t) { return (ɵResourcePermissionFormComponent_BaseFactory || (ɵResourcePermissionFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ResourcePermissionFormComponent)))(t || ResourcePermissionFormComponent); }; })(); }
24
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourcePermissionFormComponent, selectors: [["gen-resourcepermission-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 19, vars: 66, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "resourceReference", "sectionName", "Resource Reference", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "ResourceTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "recipientAccessScope", "sectionName", "Recipient & Access Scope", "icon", "fa fa-users", 3, "form", "formContext"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RoleID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PermissionLevel", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Role", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "sharingScheduleStatus", "sectionName", "Sharing Schedule & Status", "icon", "fa fa-calendar-alt", 3, "form", "formContext"], ["FieldName", "StartSharingAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EndSharingAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 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 ResourcePermissionFormComponent_Template(rf, ctx) { if (rf & 1) {
24
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourcePermissionFormComponent, selectors: [["gen-resourcepermission-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 19, vars: 66, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "ResourceTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ResourceRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartSharingAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EndSharingAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RoleID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 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", "recipientAccessScope", "sectionName", "Recipient & Access Scope", "icon", "fa fa-users", 3, "form", "formContext"], ["FieldName", "Type", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PermissionLevel", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Role", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "sharingScheduleStatus", "sectionName", "Sharing Schedule & Status", "icon", "fa fa-calendar-alt", 3, "form", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "resourceReference", "sectionName", "Resource Reference", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "ResourceType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ResourcePermissionFormComponent_Template(rf, ctx) { if (rf & 1) {
25
25
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
26
- i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4);
26
+ 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);
27
27
  i0.ɵɵelementEnd();
28
- i0.ɵɵelementStart(5, "mj-collapsible-panel", 5);
29
- i0.ɵɵelement(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);
28
+ i0.ɵɵelementStart(10, "mj-collapsible-panel", 10);
29
+ i0.ɵɵelement(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14);
30
30
  i0.ɵɵelementEnd();
31
- i0.ɵɵelementStart(12, "mj-collapsible-panel", 12);
32
- i0.ɵɵelement(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15);
31
+ i0.ɵɵelementStart(15, "mj-collapsible-panel", 15);
32
+ i0.ɵɵelement(16, "mj-form-field", 16);
33
33
  i0.ɵɵelementEnd();
34
- i0.ɵɵelementStart(16, "mj-collapsible-panel", 16);
35
- i0.ɵɵelement(17, "mj-form-field", 17)(18, "mj-form-field", 18);
34
+ i0.ɵɵelementStart(17, "mj-collapsible-panel", 17);
35
+ i0.ɵɵelement(18, "mj-form-field", 18);
36
36
  i0.ɵɵelementEnd()();
37
37
  } if (rf & 2) {
38
38
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -45,10 +45,6 @@ let ResourcePermissionFormComponent = class ResourcePermissionFormComponent exte
45
45
  i0.ɵɵadvance();
46
46
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
47
47
  i0.ɵɵadvance();
48
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
49
- i0.ɵɵadvance();
50
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
51
- i0.ɵɵadvance();
52
48
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
53
49
  i0.ɵɵadvance();
54
50
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -67,11 +63,15 @@ let ResourcePermissionFormComponent = class ResourcePermissionFormComponent exte
67
63
  i0.ɵɵadvance();
68
64
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
69
65
  i0.ɵɵadvance();
66
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
67
+ i0.ɵɵadvance();
70
68
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
71
69
  i0.ɵɵadvance();
72
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
70
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
73
71
  i0.ɵɵadvance();
74
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
72
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
73
+ i0.ɵɵadvance();
74
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
75
75
  } }, dependencies: [i1.MJFormField, i1.CollapsiblePanelComponent, i2.RecordFormContainerComponent], encapsulation: 2 }); }
76
76
  };
77
77
  ResourcePermissionFormComponent = __decorate([
@@ -80,7 +80,7 @@ ResourcePermissionFormComponent = __decorate([
80
80
  export { ResourcePermissionFormComponent };
81
81
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ResourcePermissionFormComponent, [{
82
82
  type: Component,
83
- args: [{ selector: 'gen-resourcepermission-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Resource Reference Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"resourceReference\"\n sectionName=\"Resource Reference\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ResourceTypeID\"\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=\"ResourceRecordID\"\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=\"ResourceType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Recipient & Access Scope Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"recipientAccessScope\"\n sectionName=\"Recipient & Access Scope\"\n icon=\"fa fa-users\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RoleID\"\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=\"UserID\"\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=\"PermissionLevel\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Role\"\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=\"User\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Sharing Schedule & Status Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"sharingScheduleStatus\"\n sectionName=\"Sharing Schedule & Status\"\n icon=\"fa fa-calendar-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartSharingAt\"\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=\"EndSharingAt\"\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=\"dropdownlist\"\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 " }]
83
+ args: [{ selector: 'gen-resourcepermission-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=\"ResourceTypeID\"\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=\"ResourceRecordID\"\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=\"StartSharingAt\"\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=\"EndSharingAt\"\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=\"RoleID\"\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=\"UserID\"\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=\"__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 <!-- Recipient & Access Scope Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"recipientAccessScope\"\n sectionName=\"Recipient & Access Scope\"\n icon=\"fa fa-users\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PermissionLevel\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Role\"\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=\"User\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Sharing Schedule & Status Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"sharingScheduleStatus\"\n sectionName=\"Sharing Schedule & Status\"\n icon=\"fa fa-calendar-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Resource Reference Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"resourceReference\"\n sectionName=\"Resource Reference\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"ResourceType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
84
84
  }], null, null); })();
85
85
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ResourcePermissionFormComponent, { className: "ResourcePermissionFormComponent", filePath: "src/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.ts", lineNumber: 11 }); })();
86
86
  export function LoadResourcePermissionFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"resourcepermission.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.ts","../../../../../src/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resourcepermission.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.ts","../../../../../src/lib/generated/Entities/ResourcePermission/resourcepermission.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;;;AAO3D,IAAM,+BAA+B,GAArC,MAAM,+BAAgC,SAAQ,iBAAiB;IAGzD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE;YACnE,EAAE,UAAU,EAAE,sBAAsB,EAAE,WAAW,EAAE,0BAA0B,EAAE,UAAU,EAAE,IAAI,EAAE;YACjG,EAAE,UAAU,EAAE,uBAAuB,EAAE,WAAW,EAAE,2BAA2B,EAAE,UAAU,EAAE,KAAK,EAAE;YACpG,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,KAAK,EAAE;SAC5F,CAAC,CAAC;IACP,CAAC;gSAXQ,+BAA+B,SAA/B,+BAA+B;oEAA/B,+BAA+B;YCJxC,AANJ,mDAAmE,8BAW/B;YA+D5B,AARA,AAVA,AAVA,AARA,AARA,AARA,AAVA,mCASiB,uBAQA,uBAQA,uBAQA,uBAUA,uBAUA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAyB5B,AARA,AARA,AARA,qCAOiB,yBAQA,yBAQA,yBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAC5B,qCAOiB;YAErB,iBAAuB;YAGvB,iDAKgC;YAC5B,qCAOiB;YAGzB,AADI,iBAAuB,EACA;;YAlKiB,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;YAK3B,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;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;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,oBACE,0BAGE,gCACM;;;ADpJ1B,+BAA+B;IAL3C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAKpF,+BAA+B,CAY3C;;iFAZY,+BAA+B;cAJ3C,SAAS;2BACI,6BAA6B;;kFAG9B,+BAA+B;AAc5C,MAAM,UAAU,mCAAmC;IAC/C,kGAAkG;AACtG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"resourcetype.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourceType/resourcetype.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,yBAA0B,SAAQ,iBAAiB;IACrD,MAAM,EAAG,kBAAkB,CAAC;IAEpB,QAAQ;yCAHd,yBAAyB;2CAAzB,yBAAyB;CAgBrC;AAED,wBAAgB,6BAA6B,SAE5C"}
1
+ {"version":3,"file":"resourcetype.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourceType/resourcetype.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,yBAA0B,SAAQ,iBAAiB;IACrD,MAAM,EAAG,kBAAkB,CAAC;IAEpB,QAAQ;yCAHd,yBAAyB;2CAAzB,yBAAyB;CAiBrC;AAED,wBAAgB,6BAA6B,SAE5C"}
@@ -12,40 +12,40 @@ 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 ResourceTypeFormComponent_div_16_Template(rf, ctx) { if (rf & 1) {
15
+ function ResourceTypeFormComponent_div_17_Template(rf, ctx) { if (rf & 1) {
16
16
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 20);
18
- i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_16_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("workspaceItems", $event.totalRowCount)); });
17
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 21);
18
+ i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_17_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("workspaceItems", $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("Workspace Items", "ResourceTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Workspace Items"))("AllowLoad", ctx_r1.IsSectionExpanded("workspaceItems"))("EditMode", ctx_r1.GridEditMode());
24
24
  } }
25
- function ResourceTypeFormComponent_div_18_Template(rf, ctx) { if (rf & 1) {
25
+ function ResourceTypeFormComponent_div_19_Template(rf, ctx) { if (rf & 1) {
26
26
  const _r3 = i0.ɵɵgetCurrentView();
27
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 20);
28
- i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_18_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userNotifications", $event.totalRowCount)); });
27
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 21);
28
+ i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_19_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("userNotifications", $event.totalRowCount)); });
29
29
  i0.ɵɵelementEnd()();
30
30
  } if (rf & 2) {
31
31
  const ctx_r1 = i0.ɵɵnextContext();
32
32
  i0.ɵɵadvance();
33
33
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("User Notifications", "ResourceTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("User Notifications"))("AllowLoad", ctx_r1.IsSectionExpanded("userNotifications"))("EditMode", ctx_r1.GridEditMode());
34
34
  } }
35
- function ResourceTypeFormComponent_div_20_Template(rf, ctx) { if (rf & 1) {
35
+ function ResourceTypeFormComponent_div_21_Template(rf, ctx) { if (rf & 1) {
36
36
  const _r4 = i0.ɵɵgetCurrentView();
37
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 20);
38
- i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_20_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceLinks", $event.totalRowCount)); });
37
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 21);
38
+ i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_21_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourceLinks", $event.totalRowCount)); });
39
39
  i0.ɵɵelementEnd()();
40
40
  } if (rf & 2) {
41
41
  const ctx_r1 = i0.ɵɵnextContext();
42
42
  i0.ɵɵadvance();
43
43
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Resource Links", "ResourceTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Resource Links"))("AllowLoad", ctx_r1.IsSectionExpanded("resourceLinks"))("EditMode", ctx_r1.GridEditMode());
44
44
  } }
45
- function ResourceTypeFormComponent_div_22_Template(rf, ctx) { if (rf & 1) {
45
+ function ResourceTypeFormComponent_div_23_Template(rf, ctx) { if (rf & 1) {
46
46
  const _r5 = i0.ɵɵgetCurrentView();
47
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 20);
48
- i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_22_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourcePermissions", $event.totalRowCount)); });
47
+ i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 21);
48
+ i0.ɵɵlistener("dataLoaded", function ResourceTypeFormComponent_div_23_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("resourcePermissions", $event.totalRowCount)); });
49
49
  i0.ɵɵelementEnd()();
50
50
  } if (rf & 2) {
51
51
  const ctx_r1 = i0.ɵɵnextContext();
@@ -59,6 +59,7 @@ let ResourceTypeFormComponent = class ResourceTypeFormComponent extends BaseForm
59
59
  { sectionKey: 'technicalDetails', sectionName: 'Technical Details', isExpanded: true },
60
60
  { sectionKey: 'resourceTypeDefinition', sectionName: 'Resource Type Definition', isExpanded: true },
61
61
  { sectionKey: 'entityAssociations', sectionName: 'Entity Associations', isExpanded: false },
62
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: false },
62
63
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
63
64
  { sectionKey: 'workspaceItems', sectionName: 'Workspace Items', isExpanded: false },
64
65
  { sectionKey: 'userNotifications', sectionName: 'User Notifications', isExpanded: false },
@@ -67,29 +68,32 @@ let ResourceTypeFormComponent = class ResourceTypeFormComponent extends BaseForm
67
68
  ]);
68
69
  }
69
70
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵResourceTypeFormComponent_BaseFactory; return function ResourceTypeFormComponent_Factory(t) { return (ɵResourceTypeFormComponent_BaseFactory || (ɵResourceTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ResourceTypeFormComponent)))(t || ResourceTypeFormComponent); }; })(); }
70
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceTypeFormComponent, selectors: [["gen-resourcetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 23, vars: 66, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "technicalDetails", "sectionName", "Technical Details", "icon", "fa fa-cog", 3, "form", "formContext"], ["slot", "field-panels", "sectionKey", "resourceTypeDefinition", "sectionName", "Resource Type Definition", "icon", "fa fa-tag", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DisplayName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Icon", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "entityAssociations", "sectionName", "Entity Associations", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "EntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CategoryEntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Entity", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CategoryEntity", "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", "workspaceItems", "sectionName", "Workspace Items", "icon", "fa fa-th", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "userNotifications", "sectionName", "User Notifications", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourceLinks", "sectionName", "Resource Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourcePermissions", "sectionName", "Resource Permissions", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ResourceTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
71
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceTypeFormComponent, selectors: [["gen-resourcetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 24, vars: 68, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "technicalDetails", "sectionName", "Technical Details", "icon", "fa fa-cog", 3, "form", "formContext"], ["slot", "field-panels", "sectionKey", "resourceTypeDefinition", "sectionName", "Resource Type Definition", "icon", "fa fa-tag", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DisplayName", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Icon", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "entityAssociations", "sectionName", "Entity Associations", "icon", "fa fa-link", 3, "form", "formContext"], ["FieldName", "EntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CategoryEntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Entity", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "CategoryEntity", "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", "workspaceItems", "sectionName", "Workspace Items", "icon", "fa fa-th", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "userNotifications", "sectionName", "User Notifications", "icon", "fa fa-bell", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourceLinks", "sectionName", "Resource Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "resourcePermissions", "sectionName", "Resource Permissions", "icon", "fa fa-lock", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ResourceTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
71
72
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
72
73
  i0.ɵɵelement(1, "mj-collapsible-panel", 1);
73
74
  i0.ɵɵelementStart(2, "mj-collapsible-panel", 2);
74
75
  i0.ɵɵelement(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6);
75
76
  i0.ɵɵelementEnd();
76
77
  i0.ɵɵelementStart(7, "mj-collapsible-panel", 7);
77
- i0.ɵɵelement(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11);
78
+ i0.ɵɵelement(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10);
78
79
  i0.ɵɵelementEnd();
79
- i0.ɵɵelementStart(12, "mj-collapsible-panel", 12);
80
- i0.ɵɵelement(13, "mj-form-field", 13)(14, "mj-form-field", 14);
80
+ i0.ɵɵelementStart(11, "mj-collapsible-panel", 11);
81
+ i0.ɵɵelement(12, "mj-form-field", 12);
81
82
  i0.ɵɵelementEnd();
82
- i0.ɵɵelementStart(15, "mj-collapsible-panel", 15);
83
- i0.ɵɵtemplate(16, ResourceTypeFormComponent_div_16_Template, 2, 4, "div", 16);
83
+ i0.ɵɵelementStart(13, "mj-collapsible-panel", 13);
84
+ i0.ɵɵelement(14, "mj-form-field", 14)(15, "mj-form-field", 15);
84
85
  i0.ɵɵelementEnd();
85
- i0.ɵɵelementStart(17, "mj-collapsible-panel", 17);
86
- i0.ɵɵtemplate(18, ResourceTypeFormComponent_div_18_Template, 2, 4, "div", 16);
86
+ i0.ɵɵelementStart(16, "mj-collapsible-panel", 16);
87
+ i0.ɵɵtemplate(17, ResourceTypeFormComponent_div_17_Template, 2, 4, "div", 17);
87
88
  i0.ɵɵelementEnd();
88
- i0.ɵɵelementStart(19, "mj-collapsible-panel", 18);
89
- i0.ɵɵtemplate(20, ResourceTypeFormComponent_div_20_Template, 2, 4, "div", 16);
89
+ i0.ɵɵelementStart(18, "mj-collapsible-panel", 18);
90
+ i0.ɵɵtemplate(19, ResourceTypeFormComponent_div_19_Template, 2, 4, "div", 17);
90
91
  i0.ɵɵelementEnd();
91
- i0.ɵɵelementStart(21, "mj-collapsible-panel", 19);
92
- i0.ɵɵtemplate(22, ResourceTypeFormComponent_div_22_Template, 2, 4, "div", 16);
92
+ i0.ɵɵelementStart(20, "mj-collapsible-panel", 19);
93
+ i0.ɵɵtemplate(21, ResourceTypeFormComponent_div_21_Template, 2, 4, "div", 17);
94
+ i0.ɵɵelementEnd();
95
+ i0.ɵɵelementStart(22, "mj-collapsible-panel", 20);
96
+ i0.ɵɵtemplate(23, ResourceTypeFormComponent_div_23_Template, 2, 4, "div", 17);
93
97
  i0.ɵɵelementEnd()();
94
98
  } if (rf & 2) {
95
99
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -114,7 +118,9 @@ let ResourceTypeFormComponent = class ResourceTypeFormComponent extends BaseForm
114
118
  i0.ɵɵadvance();
115
119
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
116
120
  i0.ɵɵadvance();
117
- i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
121
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
122
+ i0.ɵɵadvance();
123
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
118
124
  i0.ɵɵadvance();
119
125
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
120
126
  i0.ɵɵadvance();
@@ -145,7 +151,7 @@ ResourceTypeFormComponent = __decorate([
145
151
  export { ResourceTypeFormComponent };
146
152
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ResourceTypeFormComponent, [{
147
153
  type: Component,
148
- args: [{ selector: 'gen-resourcetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Technical Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"technicalDetails\"\n sectionName=\"Technical Details\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Resource Type Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"resourceTypeDefinition\"\n sectionName=\"Resource Type Definition\"\n icon=\"fa fa-tag\"\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=\"DisplayName\"\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=\"Icon\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Entity Associations Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"entityAssociations\"\n sectionName=\"Entity Associations\"\n icon=\"fa fa-link\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CategoryEntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Entity\"\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=\"CategoryEntity\"\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 <!-- Workspace Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"workspaceItems\"\n sectionName=\"Workspace Items\"\n icon=\"fa fa-th\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('workspaceItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspace Items','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Workspace Items')\"\n [AllowLoad]=\"IsSectionExpanded('workspaceItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('workspaceItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Notifications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userNotifications\"\n sectionName=\"User Notifications\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userNotifications')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourceLinks\"\n sectionName=\"Resource Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourceLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourcePermissions\"\n sectionName=\"Resource Permissions\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourcePermissions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
154
+ args: [{ selector: 'gen-resourcetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Technical Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"technicalDetails\"\n sectionName=\"Technical Details\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Resource Type Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"resourceTypeDefinition\"\n sectionName=\"Resource Type Definition\"\n icon=\"fa fa-tag\"\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=\"DisplayName\"\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=\"Icon\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Entity Associations Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"entityAssociations\"\n sectionName=\"Entity Associations\"\n icon=\"fa fa-link\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CategoryEntityID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Entity\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\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]=\"false\"\n FieldName=\"CategoryEntity\"\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 <!-- Workspace Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"workspaceItems\"\n sectionName=\"Workspace Items\"\n icon=\"fa fa-th\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('workspaceItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workspace Items','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Workspace Items')\"\n [AllowLoad]=\"IsSectionExpanded('workspaceItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('workspaceItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- User Notifications Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"userNotifications\"\n sectionName=\"User Notifications\"\n icon=\"fa fa-bell\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('userNotifications')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('User Notifications','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('User Notifications')\"\n [AllowLoad]=\"IsSectionExpanded('userNotifications')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('userNotifications', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourceLinks\"\n sectionName=\"Resource Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourceLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Links','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Links')\"\n [AllowLoad]=\"IsSectionExpanded('resourceLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourceLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Resource Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"resourcePermissions\"\n sectionName=\"Resource Permissions\"\n icon=\"fa fa-lock\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('resourcePermissions')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Resource Permissions','ResourceTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Resource Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('resourcePermissions')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('resourcePermissions', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
149
155
  }], null, null); })();
150
156
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ResourceTypeFormComponent, { className: "ResourceTypeFormComponent", filePath: "src/lib/generated/Entities/ResourceType/resourcetype.form.component.ts", lineNumber: 12 }); })();
151
157
  export function LoadResourceTypeFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"resourcetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourceType/resourcetype.form.component.ts","../../../../../src/lib/generated/Entities/ResourceType/resourcetype.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resourcetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ResourceType/resourcetype.form.component.ts","../../../../../src/lib/generated/Entities/ResourceType/resourcetype.form.component.html"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ import { TestEntity } from '@memberjunction/core-entities';
2
+ import { BaseFormComponent } from '@memberjunction/ng-base-forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TestFormComponent extends BaseFormComponent {
5
+ record: TestEntity;
6
+ ngOnInit(): Promise<void>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TestFormComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TestFormComponent, "gen-test-form", never, {}, {}, never, never, false, never>;
9
+ }
10
+ export declare function LoadTestFormComponent(): void;
11
+ //# sourceMappingURL=test.form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Test/test.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,iBAAkB,SAAQ,iBAAiB;IAC7C,MAAM,EAAG,UAAU,CAAC;IAEZ,QAAQ;yCAHd,iBAAiB;2CAAjB,iBAAiB;CAc7B;AAED,wBAAgB,qBAAqB,SAEpC"}