@memberjunction/ng-core-entity-forms 5.28.0 → 5.30.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 (102) hide show
  1. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts +4 -0
  2. package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
  3. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +567 -566
  4. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  5. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts +3 -0
  6. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.d.ts.map +1 -1
  7. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +243 -244
  8. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  9. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +3 -0
  10. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
  11. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +417 -416
  12. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  13. package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts +51 -16
  14. package/dist/lib/custom/Actions/action-execution-log-form.component.d.ts.map +1 -1
  15. package/dist/lib/custom/Actions/action-execution-log-form.component.js +422 -139
  16. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  17. package/dist/lib/custom/Actions/action-form.component.d.ts +68 -1
  18. package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
  19. package/dist/lib/custom/Actions/action-form.component.js +882 -422
  20. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  21. package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts +3 -0
  22. package/dist/lib/custom/EntityActions/entityaction.form.component.d.ts.map +1 -1
  23. package/dist/lib/custom/EntityActions/entityaction.form.component.js +23 -22
  24. package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
  25. package/dist/lib/custom/Queries/query-form.component.d.ts +13 -1
  26. package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
  27. package/dist/lib/custom/Queries/query-form.component.js +798 -553
  28. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  29. package/dist/lib/custom/Templates/templates-form.component.d.ts +3 -0
  30. package/dist/lib/custom/Templates/templates-form.component.d.ts.map +1 -1
  31. package/dist/lib/custom/Templates/templates-form.component.js +157 -158
  32. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  33. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.d.ts.map +1 -1
  34. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +44 -26
  35. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  36. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.d.ts.map +1 -1
  37. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js +42 -6
  38. package/dist/lib/generated/Entities/MJAIAgentNote/mjaiagentnote.form.component.js.map +1 -1
  39. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  40. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +57 -49
  41. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  42. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +83 -77
  43. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  44. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.d.ts +10 -0
  45. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.d.ts.map +1 -0
  46. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js +123 -0
  47. package/dist/lib/generated/Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component.js.map +1 -0
  48. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.d.ts +10 -0
  49. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.d.ts.map +1 -0
  50. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.js +87 -0
  51. package/dist/lib/generated/Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component.js.map +1 -0
  52. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.d.ts +10 -0
  53. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.d.ts.map +1 -0
  54. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js +109 -0
  55. package/dist/lib/generated/Entities/MJArchiveRun/mjarchiverun.form.component.js.map +1 -0
  56. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.d.ts +10 -0
  57. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.d.ts.map +1 -0
  58. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.js +83 -0
  59. package/dist/lib/generated/Entities/MJArchiveRunDetail/mjarchiverundetail.form.component.js.map +1 -0
  60. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +39 -37
  61. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
  62. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  63. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +104 -68
  64. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  65. package/dist/lib/generated/Entities/MJEntityPermission/mjentitypermission.form.component.js +11 -9
  66. package/dist/lib/generated/Entities/MJEntityPermission/mjentitypermission.form.component.js.map +1 -1
  67. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.d.ts.map +1 -1
  68. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js +32 -14
  69. package/dist/lib/generated/Entities/MJFileStorageAccount/mjfilestorageaccount.form.component.js.map +1 -1
  70. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js +23 -21
  71. package/dist/lib/generated/Entities/MJIntegrationObject/mjintegrationobject.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component.js +9 -7
  73. package/dist/lib/generated/Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component.js.map +1 -1
  74. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.d.ts.map +1 -1
  75. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js +24 -6
  76. package/dist/lib/generated/Entities/MJMCPServerTool/mjmcpservertool.form.component.js.map +1 -1
  77. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.d.ts +10 -0
  78. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.d.ts.map +1 -0
  79. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.js +55 -0
  80. package/dist/lib/generated/Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component.js.map +1 -0
  81. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.d.ts +10 -0
  82. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.d.ts.map +1 -0
  83. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.js +85 -0
  84. package/dist/lib/generated/Entities/MJPermissionDomain/mjpermissiondomain.form.component.js.map +1 -0
  85. package/dist/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.d.ts.map +1 -1
  86. package/dist/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.js +21 -12
  87. package/dist/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.js.map +1 -1
  88. package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js +5 -5
  89. package/dist/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.js.map +1 -1
  90. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +17 -17
  91. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
  92. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
  93. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +241 -169
  94. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  95. package/dist/lib/generated/generated-forms.module.d.ts +252 -246
  96. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  97. package/dist/lib/generated/generated-forms.module.js +168 -150
  98. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  99. package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
  100. package/dist/lib/shared/components/template-editor.component.js +14 -8
  101. package/dist/lib/shared/components/template-editor.component.js.map +1 -1
  102. package/package.json +34 -34
@@ -13,27 +13,32 @@ let MJResourcePermissionFormComponent = class MJResourcePermissionFormComponent
13
13
  async ngOnInit() {
14
14
  await super.ngOnInit();
15
15
  this.initSections([
16
- { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
16
+ { sectionKey: 'resourceReference', sectionName: 'Resource Reference', isExpanded: true },
17
17
  { sectionKey: 'recipientAccessScope', sectionName: 'Recipient & Access Scope', isExpanded: true },
18
18
  { sectionKey: 'sharingScheduleStatus', sectionName: 'Sharing Schedule & Status', isExpanded: false },
19
- { sectionKey: 'resourceReference', sectionName: 'Resource Reference', isExpanded: false }
19
+ { sectionKey: 'auditInformation', sectionName: 'Audit Information', isExpanded: false },
20
+ { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
20
21
  ]);
21
22
  }
22
23
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJResourcePermissionFormComponent_BaseFactory; return function MJResourcePermissionFormComponent_Factory(__ngFactoryType__) { return (ɵMJResourcePermissionFormComponent_BaseFactory || (ɵMJResourcePermissionFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(MJResourcePermissionFormComponent)))(__ngFactoryType__ || MJResourcePermissionFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJResourcePermissionFormComponent, selectors: [["gen-mjresourcepermission-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 16, vars: 54, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "details", "SectionName", "Details", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["FieldName", "ResourceTypeID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ResourceRecordID", "Type", "textbox", 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", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", 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"], ["SectionKey", "recipientAccessScope", "SectionName", "Recipient & Access Scope", "Icon", "fa fa-users", 3, "Form", "FormContext"], ["FieldName", "Type", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PermissionLevel", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "sharingScheduleStatus", "SectionName", "Sharing Schedule & Status", "Icon", "fa fa-calendar-alt", 3, "Form", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "resourceReference", "SectionName", "Resource Reference", "Icon", "fa fa-database", 3, "Form", "FormContext"]], template: function MJResourcePermissionFormComponent_Template(rf, ctx) { if (rf & 1) {
24
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJResourcePermissionFormComponent, selectors: [["gen-mjresourcepermission-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 18, vars: 60, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "resourceReference", "SectionName", "Resource Reference", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ResourceTypeID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ResourceRecordID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "recipientAccessScope", "SectionName", "Recipient & Access Scope", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "Type", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RoleID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PermissionLevel", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "sharingScheduleStatus", "SectionName", "Sharing Schedule & Status", "Icon", "fa fa-calendar", 3, "Form", "FormContext"], ["FieldName", "StartSharingAt", "Type", "datepicker", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "EndSharingAt", "Type", "datepicker", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "auditInformation", "SectionName", "Audit Information", "Icon", "fa fa-user-check", 3, "Form", "FormContext"], ["FieldName", "SharedByUserID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["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 MJResourcePermissionFormComponent_Template(rf, ctx) { if (rf & 1) {
24
25
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
25
26
  i0.ɵɵlistener("Navigate", function MJResourcePermissionFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function MJResourcePermissionFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function MJResourcePermissionFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function MJResourcePermissionFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function MJResourcePermissionFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
26
27
  i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
27
- 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);
28
+ i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
28
29
  i0.ɵɵelementEnd();
29
- i0.ɵɵelementStart(10, "mj-collapsible-panel", 10);
30
- i0.ɵɵelement(11, "mj-form-field", 11)(12, "mj-form-field", 12);
30
+ i0.ɵɵelementStart(4, "mj-collapsible-panel", 4);
31
+ i0.ɵɵelement(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
34
+ i0.ɵɵelement(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12);
31
35
  i0.ɵɵelementEnd();
32
36
  i0.ɵɵelementStart(13, "mj-collapsible-panel", 13);
33
37
  i0.ɵɵelement(14, "mj-form-field", 14);
34
38
  i0.ɵɵelementEnd();
35
- i0.ɵɵelement(15, "mj-collapsible-panel", 15);
36
- i0.ɵɵelementEnd();
39
+ i0.ɵɵelementStart(15, "mj-collapsible-panel", 15);
40
+ i0.ɵɵelement(16, "mj-form-field", 16)(17, "mj-form-field", 17);
41
+ i0.ɵɵelementEnd()();
37
42
  } if (rf & 2) {
38
43
  i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
39
44
  i0.ɵɵadvance();
@@ -43,9 +48,7 @@ let MJResourcePermissionFormComponent = class MJResourcePermissionFormComponent
43
48
  i0.ɵɵadvance();
44
49
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
45
50
  i0.ɵɵadvance();
46
- i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
47
- i0.ɵɵadvance();
48
- i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
51
+ i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
49
52
  i0.ɵɵadvance();
50
53
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
51
54
  i0.ɵɵadvance();
@@ -61,11 +64,17 @@ let MJResourcePermissionFormComponent = class MJResourcePermissionFormComponent
61
64
  i0.ɵɵadvance();
62
65
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
63
66
  i0.ɵɵadvance();
67
+ i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
68
+ i0.ɵɵadvance();
64
69
  i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
65
70
  i0.ɵɵadvance();
66
71
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
67
72
  i0.ɵɵadvance();
68
73
  i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
74
+ i0.ɵɵadvance();
75
+ i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
76
+ i0.ɵɵadvance();
77
+ i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
69
78
  } }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent], encapsulation: 2 }); }
70
79
  };
71
80
  MJResourcePermissionFormComponent = __decorate([
@@ -74,7 +83,7 @@ MJResourcePermissionFormComponent = __decorate([
74
83
  export { MJResourcePermissionFormComponent };
75
84
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJResourcePermissionFormComponent, [{
76
85
  type: Component,
77
- args: [{ standalone: false, selector: 'gen-mjresourcepermission-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel\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 ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ResourceRecordID\"\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=\"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 ></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 ></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\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=\"select\"\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=\"select\"\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\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=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Resource Reference Section -->\n <mj-collapsible-panel\n SectionKey=\"resourceReference\"\n SectionName=\"Resource Reference\"\n Icon=\"fa fa-database\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
86
+ args: [{ standalone: false, selector: 'gen-mjresourcepermission-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Resource Reference Section -->\n <mj-collapsible-panel\n SectionKey=\"resourceReference\"\n SectionName=\"Resource Reference\"\n Icon=\"fa fa-info-circle\"\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 ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ResourceRecordID\"\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\n SectionKey=\"recipientAccessScope\"\n SectionName=\"Recipient & Access Scope\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"select\"\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 ></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 ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PermissionLevel\"\n Type=\"select\"\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\n SectionKey=\"sharingScheduleStatus\"\n SectionName=\"Sharing Schedule & Status\"\n Icon=\"fa fa-calendar\"\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=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Audit Information Section -->\n <mj-collapsible-panel\n SectionKey=\"auditInformation\"\n SectionName=\"Audit Information\"\n Icon=\"fa fa-user-check\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"SharedByUserID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\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 " }]
78
87
  }], null, null); })();
79
88
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJResourcePermissionFormComponent, { className: "MJResourcePermissionFormComponent", filePath: "src/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.ts", lineNumber: 12 }); })();
80
89
  //# sourceMappingURL=mjresourcepermission.form.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mjresourcepermission.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.ts","../../../../../src/lib/generated/Entities/MJResourcePermission/mjresourcepermission.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;;;AAQ3D,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,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;wTAXQ,iCAAiC,yBAAjC,iCAAiC;oEAAjC,iCAAiC;YCX9C,mDAK4D;YAAxD,AADA,AADA,AADA,AADA,4IAAY,0BAAsB,IAAC,uIAChB,uBAAmB,IAAC,uIACpB,uBAAmB,IAAC,yIACnB,wBAAoB,IAAC,uJACd,+BAA2B,IAAC;YAMvD,+CAKgC;YA4D5B,AARA,AATA,AATA,AARA,AARA,AARA,AATA,mCAQiB,uBAQA,uBAQA,uBAQA,uBASA,uBASA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAC5B,qCAOiB;YAErB,iBAAuB;YAGvB,4CAOuB;YAC3B,iBAA2B;;YA5IiB,AAAlB,mCAAiB,sBAAuB;YAe1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAI3B,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;YAI3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAI3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,oBACE,0BAGE,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;;;AD9HtB,iCAAiC;IAN7C,aAAa,CAAC,iBAAiB,EAAE,0BAA0B,CAAC,CAAC,uCAAuC;GAMxF,iCAAiC,CAY7C;;iFAZY,iCAAiC;cAL7C,SAAS;6BACM,KAAK,YACP,+BAA+B;;kFAGhC,iCAAiC","sourcesContent":["import { Component } from '@angular/core';\nimport { MJResourcePermissionEntity } from '@memberjunction/core-entities';\nimport { RegisterClass } from '@memberjunction/global';\nimport { BaseFormComponent } from '@memberjunction/ng-base-forms';\n\n@RegisterClass(BaseFormComponent, 'MJ: Resource Permissions') // Tell MemberJunction about this class\n@Component({\n standalone: false,\n selector: 'gen-mjresourcepermission-form',\n templateUrl: './mjresourcepermission.form.component.html'\n})\nexport class MJResourcePermissionFormComponent extends BaseFormComponent {\n public record!: MJResourcePermissionEntity;\n\n override async ngOnInit() {\n await super.ngOnInit();\n this.initSections([\n { sectionKey: 'details', sectionName: 'Details', isExpanded: true },\n { sectionKey: 'recipientAccessScope', sectionName: 'Recipient & Access Scope', isExpanded: true },\n { sectionKey: 'sharingScheduleStatus', sectionName: 'Sharing Schedule & Status', isExpanded: false },\n { sectionKey: 'resourceReference', sectionName: 'Resource Reference', isExpanded: false }\n ]);\n }\n}\n\n","<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel\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 ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ResourceRecordID\"\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=\"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 ></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 ></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\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=\"select\"\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=\"select\"\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\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=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Resource Reference Section -->\n <mj-collapsible-panel\n SectionKey=\"resourceReference\"\n SectionName=\"Resource Reference\"\n Icon=\"fa fa-database\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n "]}
1
+ {"version":3,"file":"mjresourcepermission.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.ts","../../../../../src/lib/generated/Entities/MJResourcePermission/mjresourcepermission.form.component.html"],"names":[],"mappings":"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","sourcesContent":["import { Component } from '@angular/core';\nimport { MJResourcePermissionEntity } from '@memberjunction/core-entities';\nimport { RegisterClass } from '@memberjunction/global';\nimport { BaseFormComponent } from '@memberjunction/ng-base-forms';\n\n@RegisterClass(BaseFormComponent, 'MJ: Resource Permissions') // Tell MemberJunction about this class\n@Component({\n standalone: false,\n selector: 'gen-mjresourcepermission-form',\n templateUrl: './mjresourcepermission.form.component.html'\n})\nexport class MJResourcePermissionFormComponent extends BaseFormComponent {\n public record!: MJResourcePermissionEntity;\n\n override async ngOnInit() {\n await super.ngOnInit();\n this.initSections([\n { sectionKey: 'resourceReference', sectionName: 'Resource Reference', isExpanded: true },\n { sectionKey: 'recipientAccessScope', sectionName: 'Recipient & Access Scope', isExpanded: true },\n { sectionKey: 'sharingScheduleStatus', sectionName: 'Sharing Schedule & Status', isExpanded: false },\n { sectionKey: 'auditInformation', sectionName: 'Audit Information', isExpanded: false },\n { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }\n ]);\n }\n}\n\n","<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Resource Reference Section -->\n <mj-collapsible-panel\n SectionKey=\"resourceReference\"\n SectionName=\"Resource Reference\"\n Icon=\"fa fa-info-circle\"\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 ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ResourceRecordID\"\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\n SectionKey=\"recipientAccessScope\"\n SectionName=\"Recipient & Access Scope\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"select\"\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 ></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 ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PermissionLevel\"\n Type=\"select\"\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\n SectionKey=\"sharingScheduleStatus\"\n SectionName=\"Sharing Schedule & Status\"\n Icon=\"fa fa-calendar\"\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=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Audit Information Section -->\n <mj-collapsible-panel\n SectionKey=\"auditInformation\"\n SectionName=\"Audit Information\"\n Icon=\"fa fa-user-check\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"SharedByUserID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\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 "]}
@@ -57,13 +57,13 @@ let MJRowLevelSecurityFilterFormComponent = class MJRowLevelSecurityFilterFormCo
57
57
  { sectionKey: 'filterDefinition', sectionName: 'Filter Definition', isExpanded: true },
58
58
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
59
59
  { sectionKey: 'mJEntityPermissionsDeleteRLSFilterID', sectionName: 'Entity Permissions', isExpanded: false },
60
- { sectionKey: 'mJEntityPermissionsReadRLSFilterID', sectionName: 'Entity Permissions (Read RLSFilter ID)', isExpanded: false },
61
- { sectionKey: 'mJEntityPermissionsCreateRLSFilterID', sectionName: 'Entity Permissions (Create RLSFilter ID)', isExpanded: false },
62
- { sectionKey: 'mJEntityPermissionsUpdateRLSFilterID', sectionName: 'Entity Permissions (Update RLSFilter ID)', isExpanded: false }
60
+ { sectionKey: 'mJEntityPermissionsReadRLSFilterID', sectionName: 'Entity Permissions (Read Filter ID)', isExpanded: false },
61
+ { sectionKey: 'mJEntityPermissionsCreateRLSFilterID', sectionName: 'Entity Permissions (Create Filter ID)', isExpanded: false },
62
+ { sectionKey: 'mJEntityPermissionsUpdateRLSFilterID', sectionName: 'Entity Permissions (Update Filter ID)', isExpanded: false }
63
63
  ]);
64
64
  }
65
65
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJRowLevelSecurityFilterFormComponent_BaseFactory; return function MJRowLevelSecurityFilterFormComponent_Factory(__ngFactoryType__) { return (ɵMJRowLevelSecurityFilterFormComponent_BaseFactory || (ɵMJRowLevelSecurityFilterFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(MJRowLevelSecurityFilterFormComponent)))(__ngFactoryType__ || MJRowLevelSecurityFilterFormComponent); }; })(); }
66
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJRowLevelSecurityFilterFormComponent, selectors: [["gen-mjrowlevelsecurityfilter-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 17, vars: 48, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "identifier", "SectionName", "Identifier", "Icon", "fa fa-key", 3, "Form", "FormContext"], ["SectionKey", "filterDefinition", "SectionName", "Filter Definition", "Icon", "fa fa-filter", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FilterText", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["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"], ["SectionKey", "mJEntityPermissionsDeleteRLSFilterID", "SectionName", "Entity Permissions", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissionsReadRLSFilterID", "SectionName", "Entity Permissions (Read RLSFilter ID)", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissionsCreateRLSFilterID", "SectionName", "Entity Permissions (Create RLSFilter ID)", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissionsUpdateRLSFilterID", "SectionName", "Entity Permissions (Update RLSFilter ID)", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function MJRowLevelSecurityFilterFormComponent_Template(rf, ctx) { if (rf & 1) {
66
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJRowLevelSecurityFilterFormComponent, selectors: [["gen-mjrowlevelsecurityfilter-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 17, vars: 48, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "identifier", "SectionName", "Identifier", "Icon", "fa fa-key", 3, "Form", "FormContext"], ["SectionKey", "filterDefinition", "SectionName", "Filter Definition", "Icon", "fa fa-filter", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "FilterText", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["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"], ["SectionKey", "mJEntityPermissionsDeleteRLSFilterID", "SectionName", "Entity Permissions", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissionsReadRLSFilterID", "SectionName", "Entity Permissions (Read Filter ID)", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissionsCreateRLSFilterID", "SectionName", "Entity Permissions (Create Filter ID)", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJEntityPermissionsUpdateRLSFilterID", "SectionName", "Entity Permissions (Update Filter ID)", "Icon", "fa fa-shield-alt", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function MJRowLevelSecurityFilterFormComponent_Template(rf, ctx) { if (rf & 1) {
67
67
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
68
68
  i0.ɵɵlistener("Navigate", function MJRowLevelSecurityFilterFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function MJRowLevelSecurityFilterFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function MJRowLevelSecurityFilterFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function MJRowLevelSecurityFilterFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function MJRowLevelSecurityFilterFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
69
69
  i0.ɵɵelement(1, "mj-collapsible-panel", 1);
@@ -127,7 +127,7 @@ MJRowLevelSecurityFilterFormComponent = __decorate([
127
127
  export { MJRowLevelSecurityFilterFormComponent };
128
128
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJRowLevelSecurityFilterFormComponent, [{
129
129
  type: Component,
130
- args: [{ standalone: false, selector: 'gen-mjrowlevelsecurityfilter-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identifier Section -->\n <mj-collapsible-panel\n SectionKey=\"identifier\"\n SectionName=\"Identifier\"\n Icon=\"fa fa-key\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Filter Definition Section -->\n <mj-collapsible-panel\n SectionKey=\"filterDefinition\"\n SectionName=\"Filter Definition\"\n Icon=\"fa fa-filter\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FilterText\"\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\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Entity Permissions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsDeleteRLSFilterID\"\n SectionName=\"Entity Permissions\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','DeleteRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsDeleteRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Read RLSFilter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsReadRLSFilterID\"\n SectionName=\"Entity Permissions (Read RLSFilter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsReadRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','ReadRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsReadRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsReadRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Create RLSFilter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsCreateRLSFilterID\"\n SectionName=\"Entity Permissions (Create RLSFilter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsCreateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','CreateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsCreateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsCreateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Update RLSFilter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsUpdateRLSFilterID\"\n SectionName=\"Entity Permissions (Update RLSFilter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','UpdateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsUpdateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
130
+ args: [{ standalone: false, selector: 'gen-mjrowlevelsecurityfilter-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identifier Section -->\n <mj-collapsible-panel\n SectionKey=\"identifier\"\n SectionName=\"Identifier\"\n Icon=\"fa fa-key\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Filter Definition Section -->\n <mj-collapsible-panel\n SectionKey=\"filterDefinition\"\n SectionName=\"Filter Definition\"\n Icon=\"fa fa-filter\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FilterText\"\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\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Entity Permissions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsDeleteRLSFilterID\"\n SectionName=\"Entity Permissions\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','DeleteRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsDeleteRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Read Filter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsReadRLSFilterID\"\n SectionName=\"Entity Permissions (Read Filter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsReadRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','ReadRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsReadRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsReadRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Create Filter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsCreateRLSFilterID\"\n SectionName=\"Entity Permissions (Create Filter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsCreateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','CreateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsCreateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsCreateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Update Filter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsUpdateRLSFilterID\"\n SectionName=\"Entity Permissions (Update Filter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','UpdateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsUpdateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
131
131
  }], null, null); })();
132
132
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJRowLevelSecurityFilterFormComponent, { className: "MJRowLevelSecurityFilterFormComponent", filePath: "src/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.ts", lineNumber: 13 }); })();
133
133
  //# sourceMappingURL=mjrowlevelsecurityfilter.form.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mjrowlevelsecurityfilter.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.ts","../../../../../src/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.html"],"names":[],"mappings":"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","sourcesContent":["import { Component } from '@angular/core';\nimport { MJRowLevelSecurityFilterEntity } from '@memberjunction/core-entities';\nimport { RegisterClass } from '@memberjunction/global';\nimport { BaseFormComponent } from '@memberjunction/ng-base-forms';\nimport { } from \"@memberjunction/ng-entity-viewer\"\n\n@RegisterClass(BaseFormComponent, 'MJ: Row Level Security Filters') // Tell MemberJunction about this class\n@Component({\n standalone: false,\n selector: 'gen-mjrowlevelsecurityfilter-form',\n templateUrl: './mjrowlevelsecurityfilter.form.component.html'\n})\nexport class MJRowLevelSecurityFilterFormComponent extends BaseFormComponent {\n public record!: MJRowLevelSecurityFilterEntity;\n\n override async ngOnInit() {\n await super.ngOnInit();\n this.initSections([\n { sectionKey: 'identifier', sectionName: 'Identifier', isExpanded: true },\n { sectionKey: 'filterDefinition', sectionName: 'Filter Definition', isExpanded: true },\n { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsDeleteRLSFilterID', sectionName: 'Entity Permissions', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsReadRLSFilterID', sectionName: 'Entity Permissions (Read RLSFilter ID)', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsCreateRLSFilterID', sectionName: 'Entity Permissions (Create RLSFilter ID)', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsUpdateRLSFilterID', sectionName: 'Entity Permissions (Update RLSFilter ID)', isExpanded: false }\n ]);\n }\n}\n\n","<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identifier Section -->\n <mj-collapsible-panel\n SectionKey=\"identifier\"\n SectionName=\"Identifier\"\n Icon=\"fa fa-key\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Filter Definition Section -->\n <mj-collapsible-panel\n SectionKey=\"filterDefinition\"\n SectionName=\"Filter Definition\"\n Icon=\"fa fa-filter\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FilterText\"\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\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Entity Permissions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsDeleteRLSFilterID\"\n SectionName=\"Entity Permissions\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','DeleteRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsDeleteRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Read RLSFilter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsReadRLSFilterID\"\n SectionName=\"Entity Permissions (Read RLSFilter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsReadRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','ReadRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsReadRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsReadRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Create RLSFilter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsCreateRLSFilterID\"\n SectionName=\"Entity Permissions (Create RLSFilter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsCreateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','CreateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsCreateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsCreateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Update RLSFilter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsUpdateRLSFilterID\"\n SectionName=\"Entity Permissions (Update RLSFilter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','UpdateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsUpdateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n "]}
1
+ {"version":3,"file":"mjrowlevelsecurityfilter.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.ts","../../../../../src/lib/generated/Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component.html"],"names":[],"mappings":"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","sourcesContent":["import { Component } from '@angular/core';\nimport { MJRowLevelSecurityFilterEntity } from '@memberjunction/core-entities';\nimport { RegisterClass } from '@memberjunction/global';\nimport { BaseFormComponent } from '@memberjunction/ng-base-forms';\nimport { } from \"@memberjunction/ng-entity-viewer\"\n\n@RegisterClass(BaseFormComponent, 'MJ: Row Level Security Filters') // Tell MemberJunction about this class\n@Component({\n standalone: false,\n selector: 'gen-mjrowlevelsecurityfilter-form',\n templateUrl: './mjrowlevelsecurityfilter.form.component.html'\n})\nexport class MJRowLevelSecurityFilterFormComponent extends BaseFormComponent {\n public record!: MJRowLevelSecurityFilterEntity;\n\n override async ngOnInit() {\n await super.ngOnInit();\n this.initSections([\n { sectionKey: 'identifier', sectionName: 'Identifier', isExpanded: true },\n { sectionKey: 'filterDefinition', sectionName: 'Filter Definition', isExpanded: true },\n { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsDeleteRLSFilterID', sectionName: 'Entity Permissions', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsReadRLSFilterID', sectionName: 'Entity Permissions (Read Filter ID)', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsCreateRLSFilterID', sectionName: 'Entity Permissions (Create Filter ID)', isExpanded: false },\n { sectionKey: 'mJEntityPermissionsUpdateRLSFilterID', sectionName: 'Entity Permissions (Update Filter ID)', isExpanded: false }\n ]);\n }\n}\n\n","<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Identifier Section -->\n <mj-collapsible-panel\n SectionKey=\"identifier\"\n SectionName=\"Identifier\"\n Icon=\"fa fa-key\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Filter Definition Section -->\n <mj-collapsible-panel\n SectionKey=\"filterDefinition\"\n SectionName=\"Filter Definition\"\n Icon=\"fa fa-filter\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FilterText\"\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\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Entity Permissions Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsDeleteRLSFilterID\"\n SectionName=\"Entity Permissions\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','DeleteRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsDeleteRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsDeleteRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Read Filter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsReadRLSFilterID\"\n SectionName=\"Entity Permissions (Read Filter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsReadRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','ReadRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsReadRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsReadRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Create Filter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsCreateRLSFilterID\"\n SectionName=\"Entity Permissions (Create Filter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsCreateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','CreateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsCreateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsCreateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Entity Permissions (Update Filter ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJEntityPermissionsUpdateRLSFilterID\"\n SectionName=\"Entity Permissions (Update Filter ID)\"\n Icon=\"fa fa-shield-alt\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Entity Permissions','UpdateRLSFilterID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Entity Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJEntityPermissionsUpdateRLSFilterID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJEntityPermissionsUpdateRLSFilterID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n "]}
@@ -32,22 +32,22 @@ function MJTagFormComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
32
32
  function MJTagFormComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
33
33
  const _r4 = i0.ɵɵgetCurrentView();
34
34
  i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 23);
35
- i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_20_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_20_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJContentItemTags", $event.totalRowCount)); });
35
+ i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_20_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_20_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagCoOccurrencesTagBID", $event.totalRowCount)); });
36
36
  i0.ɵɵelementEnd()();
37
37
  } if (rf & 2) {
38
38
  const ctx_r1 = i0.ɵɵnextContext();
39
39
  i0.ɵɵadvance();
40
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Content Item Tags", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Content Item Tags"))("AllowLoad", ctx_r1.IsSectionExpanded("mJContentItemTags"))("ShowToolbar", false);
40
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Co Occurrences", "TagBID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Co Occurrences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagCoOccurrencesTagBID"))("ShowToolbar", false);
41
41
  } }
42
42
  function MJTagFormComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
43
43
  const _r5 = i0.ɵɵgetCurrentView();
44
44
  i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 23);
45
- i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_22_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_22_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagCoOccurrencesTagBID", $event.totalRowCount)); });
45
+ i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_22_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_22_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJContentItemTags", $event.totalRowCount)); });
46
46
  i0.ɵɵelementEnd()();
47
47
  } if (rf & 2) {
48
48
  const ctx_r1 = i0.ɵɵnextContext();
49
49
  i0.ɵɵadvance();
50
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Co Occurrences", "TagBID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Co Occurrences"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagCoOccurrencesTagBID"))("ShowToolbar", false);
50
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Content Item Tags", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Content Item Tags"))("AllowLoad", ctx_r1.IsSectionExpanded("mJContentItemTags"))("ShowToolbar", false);
51
51
  } }
52
52
  function MJTagFormComponent_Conditional_24_Template(rf, ctx) { if (rf & 1) {
53
53
  const _r6 = i0.ɵɵgetCurrentView();
@@ -72,22 +72,22 @@ function MJTagFormComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
72
72
  function MJTagFormComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
73
73
  const _r8 = i0.ɵɵgetCurrentView();
74
74
  i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 23);
75
- i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_28_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_28_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagAuditLogsTagID", $event.totalRowCount)); });
75
+ i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_28_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_28_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagsMergedIntoTagID", $event.totalRowCount)); });
76
76
  i0.ɵɵelementEnd()();
77
77
  } if (rf & 2) {
78
78
  const ctx_r1 = i0.ɵɵnextContext();
79
79
  i0.ɵɵadvance();
80
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Audit Logs", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Audit Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagAuditLogsTagID"))("ShowToolbar", false);
80
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tags", "MergedIntoTagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tags"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagsMergedIntoTagID"))("ShowToolbar", false);
81
81
  } }
82
82
  function MJTagFormComponent_Conditional_30_Template(rf, ctx) { if (rf & 1) {
83
83
  const _r9 = i0.ɵɵgetCurrentView();
84
84
  i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 23);
85
- i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_30_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_30_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagsMergedIntoTagID", $event.totalRowCount)); });
85
+ i0.ɵɵlistener("Navigate", function MJTagFormComponent_Conditional_30_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function MJTagFormComponent_Conditional_30_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTagAuditLogsTagID", $event.totalRowCount)); });
86
86
  i0.ɵɵelementEnd()();
87
87
  } if (rf & 2) {
88
88
  const ctx_r1 = i0.ɵɵnextContext();
89
89
  i0.ɵɵadvance();
90
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tags", "MergedIntoTagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tags"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagsMergedIntoTagID"))("ShowToolbar", false);
90
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tag Audit Logs", "TagID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tag Audit Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTagAuditLogsTagID"))("ShowToolbar", false);
91
91
  } }
92
92
  let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
93
93
  async ngOnInit() {
@@ -99,16 +99,16 @@ let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
99
99
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
100
100
  { sectionKey: 'mJTagsParentID', sectionName: 'Tags', isExpanded: false },
101
101
  { sectionKey: 'mJTaggedItems', sectionName: 'Tagged Items', isExpanded: false },
102
- { sectionKey: 'mJContentItemTags', sectionName: 'Content Item Tags', isExpanded: false },
103
102
  { sectionKey: 'mJTagCoOccurrencesTagBID', sectionName: 'Tag Co Occurrences (Tag B ID)', isExpanded: false },
103
+ { sectionKey: 'mJContentItemTags', sectionName: 'Content Item Tags', isExpanded: false },
104
104
  { sectionKey: 'mJTagAuditLogsRelatedTagID', sectionName: 'Tag Audit Logs (Related Tag)', isExpanded: false },
105
105
  { sectionKey: 'mJTagCoOccurrencesTagAID', sectionName: 'Tag Co Occurrences (Tag A ID)', isExpanded: false },
106
- { sectionKey: 'mJTagAuditLogsTagID', sectionName: 'Tag Audit Logs (Tag)', isExpanded: false },
107
- { sectionKey: 'mJTagsMergedIntoTagID', sectionName: 'Tags (Merged Into Tag)', isExpanded: false }
106
+ { sectionKey: 'mJTagsMergedIntoTagID', sectionName: 'Tags (Merged Into Tag)', isExpanded: false },
107
+ { sectionKey: 'mJTagAuditLogsTagID', sectionName: 'Tag Audit Logs (Tag)', isExpanded: false }
108
108
  ]);
109
109
  }
110
110
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJTagFormComponent_BaseFactory; return function MJTagFormComponent_Factory(__ngFactoryType__) { return (ɵMJTagFormComponent_BaseFactory || (ɵMJTagFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(MJTagFormComponent)))(__ngFactoryType__ || MJTagFormComponent); }; })(); }
111
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTagFormComponent, selectors: [["gen-mjtag-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 31, vars: 90, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "tagBasics", "SectionName", "Tag Basics", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DisplayName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "tagHierarchy", "SectionName", "Tag Hierarchy", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RootParentID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "tagLifecycle", "SectionName", "Tag Lifecycle", "Icon", "fa fa-sync-alt", 3, "Form", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "MergedIntoTagID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RootMergedIntoTagID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["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"], ["SectionKey", "mJTagsParentID", "SectionName", "Tags", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTaggedItems", "SectionName", "Tagged Items", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJContentItemTags", "SectionName", "Content Item Tags", "Icon", "fa fa-tag", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagCoOccurrencesTagBID", "SectionName", "Tag Co Occurrences (Tag B ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagAuditLogsRelatedTagID", "SectionName", "Tag Audit Logs (Related Tag)", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagCoOccurrencesTagAID", "SectionName", "Tag Co Occurrences (Tag A ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagAuditLogsTagID", "SectionName", "Tag Audit Logs (Tag)", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagsMergedIntoTagID", "SectionName", "Tags (Merged Into Tag)", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function MJTagFormComponent_Template(rf, ctx) { if (rf & 1) {
111
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJTagFormComponent, selectors: [["gen-mjtag-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 31, vars: 90, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "tagBasics", "SectionName", "Tag Basics", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DisplayName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "tagHierarchy", "SectionName", "Tag Hierarchy", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RootParentID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "tagLifecycle", "SectionName", "Tag Lifecycle", "Icon", "fa fa-sync-alt", 3, "Form", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "MergedIntoTagID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RootMergedIntoTagID", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["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"], ["SectionKey", "mJTagsParentID", "SectionName", "Tags", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTaggedItems", "SectionName", "Tagged Items", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagCoOccurrencesTagBID", "SectionName", "Tag Co Occurrences (Tag B ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJContentItemTags", "SectionName", "Content Item Tags", "Icon", "fa fa-tag", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagAuditLogsRelatedTagID", "SectionName", "Tag Audit Logs (Related Tag)", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagCoOccurrencesTagAID", "SectionName", "Tag Co Occurrences (Tag A ID)", "Icon", "fa fa-project-diagram", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagsMergedIntoTagID", "SectionName", "Tags (Merged Into Tag)", "Icon", "fa fa-tags", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJTagAuditLogsTagID", "SectionName", "Tag Audit Logs (Tag)", "Icon", "fa fa-history", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function MJTagFormComponent_Template(rf, ctx) { if (rf & 1) {
112
112
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
113
113
  i0.ɵɵlistener("Navigate", function MJTagFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function MJTagFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function MJTagFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function MJTagFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function MJTagFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
114
114
  i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
@@ -186,11 +186,11 @@ let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
186
186
  i0.ɵɵadvance();
187
187
  i0.ɵɵconditional(ctx.record.IsSaved ? 18 : -1);
188
188
  i0.ɵɵadvance();
189
- i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJContentItemTags"))("DefaultExpanded", false);
189
+ i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagCoOccurrencesTagBID"))("DefaultExpanded", false);
190
190
  i0.ɵɵadvance();
191
191
  i0.ɵɵconditional(ctx.record.IsSaved ? 20 : -1);
192
192
  i0.ɵɵadvance();
193
- i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagCoOccurrencesTagBID"))("DefaultExpanded", false);
193
+ i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJContentItemTags"))("DefaultExpanded", false);
194
194
  i0.ɵɵadvance();
195
195
  i0.ɵɵconditional(ctx.record.IsSaved ? 22 : -1);
196
196
  i0.ɵɵadvance();
@@ -202,11 +202,11 @@ let MJTagFormComponent = class MJTagFormComponent extends BaseFormComponent {
202
202
  i0.ɵɵadvance();
203
203
  i0.ɵɵconditional(ctx.record.IsSaved ? 26 : -1);
204
204
  i0.ɵɵadvance();
205
- i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagAuditLogsTagID"))("DefaultExpanded", false);
205
+ i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagsMergedIntoTagID"))("DefaultExpanded", false);
206
206
  i0.ɵɵadvance();
207
207
  i0.ɵɵconditional(ctx.record.IsSaved ? 28 : -1);
208
208
  i0.ɵɵadvance();
209
- i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagsMergedIntoTagID"))("DefaultExpanded", false);
209
+ i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJTagAuditLogsTagID"))("DefaultExpanded", false);
210
210
  i0.ɵɵadvance();
211
211
  i0.ɵɵconditional(ctx.record.IsSaved ? 30 : -1);
212
212
  } }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent], encapsulation: 2 }); }
@@ -217,7 +217,7 @@ MJTagFormComponent = __decorate([
217
217
  export { MJTagFormComponent };
218
218
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJTagFormComponent, [{
219
219
  type: Component,
220
- args: [{ standalone: false, selector: 'gen-mjtag-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Tag Basics Section -->\n <mj-collapsible-panel\n SectionKey=\"tagBasics\"\n SectionName=\"Tag Basics\"\n Icon=\"fa fa-info-circle\"\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=\"DisplayName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Hierarchy Section -->\n <mj-collapsible-panel\n SectionKey=\"tagHierarchy\"\n SectionName=\"Tag Hierarchy\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Lifecycle Section -->\n <mj-collapsible-panel\n SectionKey=\"tagLifecycle\"\n SectionName=\"Tag Lifecycle\"\n Icon=\"fa fa-sync-alt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MergedIntoTagID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootMergedIntoTagID\"\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\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsParentID\"\n SectionName=\"Tags\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsParentID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsParentID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsParentID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTaggedItems\"\n SectionName=\"Tagged Items\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTaggedItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tagged Items','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJTaggedItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTaggedItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Content Item Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJContentItemTags\"\n SectionName=\"Content Item Tags\"\n Icon=\"fa fa-tag\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJContentItemTags')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Content Item Tags','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Content Item Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJContentItemTags')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJContentItemTags', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag B ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagBID\"\n SectionName=\"Tag Co Occurrences (Tag B ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagBID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagBID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagBID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagBID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Related Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsRelatedTagID\"\n SectionName=\"Tag Audit Logs (Related Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsRelatedTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','RelatedTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsRelatedTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsRelatedTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag A ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagAID\"\n SectionName=\"Tag Co Occurrences (Tag A ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagAID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagAID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagAID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagAID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsTagID\"\n SectionName=\"Tag Audit Logs (Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tags (Merged Into Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsMergedIntoTagID\"\n SectionName=\"Tags (Merged Into Tag)\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsMergedIntoTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','MergedIntoTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsMergedIntoTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsMergedIntoTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
220
+ args: [{ standalone: false, selector: 'gen-mjtag-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Tag Basics Section -->\n <mj-collapsible-panel\n SectionKey=\"tagBasics\"\n SectionName=\"Tag Basics\"\n Icon=\"fa fa-info-circle\"\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=\"DisplayName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Hierarchy Section -->\n <mj-collapsible-panel\n SectionKey=\"tagHierarchy\"\n SectionName=\"Tag Hierarchy\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Tag Lifecycle Section -->\n <mj-collapsible-panel\n SectionKey=\"tagLifecycle\"\n SectionName=\"Tag Lifecycle\"\n Icon=\"fa fa-sync-alt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MergedIntoTagID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootMergedIntoTagID\"\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\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 <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsParentID\"\n SectionName=\"Tags\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsParentID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsParentID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsParentID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tagged Items Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTaggedItems\"\n SectionName=\"Tagged Items\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTaggedItems')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tagged Items','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tagged Items')\"\n [AllowLoad]=\"IsSectionExpanded('mJTaggedItems')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTaggedItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag B ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagBID\"\n SectionName=\"Tag Co Occurrences (Tag B ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagBID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagBID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagBID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagBID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Content Item Tags Section -->\n <mj-collapsible-panel\n SectionKey=\"mJContentItemTags\"\n SectionName=\"Content Item Tags\"\n Icon=\"fa fa-tag\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJContentItemTags')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Content Item Tags','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Content Item Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJContentItemTags')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJContentItemTags', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Related Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsRelatedTagID\"\n SectionName=\"Tag Audit Logs (Related Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsRelatedTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','RelatedTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsRelatedTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsRelatedTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Co Occurrences (Tag A ID) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagCoOccurrencesTagAID\"\n SectionName=\"Tag Co Occurrences (Tag A ID)\"\n Icon=\"fa fa-project-diagram\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagCoOccurrencesTagAID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Co Occurrences','TagAID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Co Occurrences')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagCoOccurrencesTagAID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagCoOccurrencesTagAID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tags (Merged Into Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagsMergedIntoTagID\"\n SectionName=\"Tags (Merged Into Tag)\"\n Icon=\"fa fa-tags\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagsMergedIntoTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tags','MergedIntoTagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tags')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagsMergedIntoTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagsMergedIntoTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tag Audit Logs (Tag) Section -->\n <mj-collapsible-panel\n SectionKey=\"mJTagAuditLogsTagID\"\n SectionName=\"Tag Audit Logs (Tag)\"\n Icon=\"fa fa-history\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJTagAuditLogsTagID')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tag Audit Logs','TagID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tag Audit Logs')\"\n [AllowLoad]=\"IsSectionExpanded('mJTagAuditLogsTagID')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTagAuditLogsTagID', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
221
221
  }], null, null); })();
222
222
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJTagFormComponent, { className: "MJTagFormComponent", filePath: "src/lib/generated/Entities/MJTag/mjtag.form.component.ts", lineNumber: 13 }); })();
223
223
  //# sourceMappingURL=mjtag.form.component.js.map