@memberjunction/ng-core-entity-forms 2.132.0 → 2.133.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 (337) hide show
  1. package/dist/lib/custom/Lists/list-form.component.d.ts +102 -0
  2. package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -0
  3. package/dist/lib/custom/Lists/list-form.component.js +991 -0
  4. package/dist/lib/custom/Lists/list-form.component.js.map +1 -0
  5. package/dist/lib/custom/custom-forms.module.d.ts +27 -26
  6. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  7. package/dist/lib/custom/custom-forms.module.js +9 -3
  8. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  9. package/dist/lib/generated/Entities/AIAction/aiaction.form.component.js +13 -14
  10. package/dist/lib/generated/Entities/AIAction/aiaction.form.component.js.map +1 -1
  11. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +93 -94
  12. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  13. package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.d.ts.map +1 -1
  14. package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js +12 -2
  15. package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js.map +1 -1
  16. package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.d.ts.map +1 -1
  17. package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js +12 -2
  18. package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js.map +1 -1
  19. package/dist/lib/generated/Entities/AIAgentNoteType/aiagentnotetype.form.component.js +9 -10
  20. package/dist/lib/generated/Entities/AIAgentNoteType/aiagentnotetype.form.component.js.map +1 -1
  21. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +45 -44
  22. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
  23. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.d.ts.map +1 -1
  24. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js +21 -12
  25. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js.map +1 -1
  26. package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js +13 -14
  27. package/dist/lib/generated/Entities/AIAgentStep/aiagentstep.form.component.js.map +1 -1
  28. package/dist/lib/generated/Entities/AIAgentType/aiagenttype.form.component.js +9 -10
  29. package/dist/lib/generated/Entities/AIAgentType/aiagenttype.form.component.js.map +1 -1
  30. package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js +13 -14
  31. package/dist/lib/generated/Entities/AIArchitecture/aiarchitecture.form.component.js.map +1 -1
  32. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +37 -38
  33. package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
  34. package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js +25 -26
  35. package/dist/lib/generated/Entities/AIModality/aimodality.form.component.js.map +1 -1
  36. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +85 -86
  37. package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
  38. package/dist/lib/generated/Entities/AIModelPriceType/aimodelpricetype.form.component.js +9 -10
  39. package/dist/lib/generated/Entities/AIModelPriceType/aimodelpricetype.form.component.js.map +1 -1
  40. package/dist/lib/generated/Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component.js +9 -10
  41. package/dist/lib/generated/Entities/AIModelPriceUnitType/aimodelpriceunittype.form.component.js.map +1 -1
  42. package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js +13 -14
  43. package/dist/lib/generated/Entities/AIModelType/aimodeltype.form.component.js.map +1 -1
  44. package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.js +9 -10
  45. package/dist/lib/generated/Entities/AIModelVendor/aimodelvendor.form.component.js.map +1 -1
  46. package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +53 -54
  47. package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
  48. package/dist/lib/generated/Entities/AIPromptCategory/aipromptcategory.form.component.js +13 -14
  49. package/dist/lib/generated/Entities/AIPromptCategory/aipromptcategory.form.component.js.map +1 -1
  50. package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.js +9 -10
  51. package/dist/lib/generated/Entities/AIPromptModel/aipromptmodel.form.component.js.map +1 -1
  52. package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js +13 -14
  53. package/dist/lib/generated/Entities/AIPromptRun/aipromptrun.form.component.js.map +1 -1
  54. package/dist/lib/generated/Entities/AIPromptType/aiprompttype.form.component.js +9 -10
  55. package/dist/lib/generated/Entities/AIPromptType/aiprompttype.form.component.js.map +1 -1
  56. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.d.ts.map +1 -1
  57. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js +11 -3
  58. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js.map +1 -1
  59. package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +37 -38
  60. package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component.js +13 -14
  62. package/dist/lib/generated/Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component.js.map +1 -1
  63. package/dist/lib/generated/Entities/Action/action.form.component.js +49 -50
  64. package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
  65. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js +13 -14
  66. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js.map +1 -1
  67. package/dist/lib/generated/Entities/ActionContextType/actioncontexttype.form.component.js +9 -10
  68. package/dist/lib/generated/Entities/ActionContextType/actioncontexttype.form.component.js.map +1 -1
  69. package/dist/lib/generated/Entities/ActionFilter/actionfilter.form.component.js +9 -10
  70. package/dist/lib/generated/Entities/ActionFilter/actionfilter.form.component.js.map +1 -1
  71. package/dist/lib/generated/Entities/ActionParam/actionparam.form.component.js +13 -14
  72. package/dist/lib/generated/Entities/ActionParam/actionparam.form.component.js.map +1 -1
  73. package/dist/lib/generated/Entities/Application/application.form.component.js +25 -26
  74. package/dist/lib/generated/Entities/Application/application.form.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/Artifact/artifact.form.component.js +17 -18
  76. package/dist/lib/generated/Entities/Artifact/artifact.form.component.js.map +1 -1
  77. package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +25 -26
  78. package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
  79. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +21 -22
  80. package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -1
  81. package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js +13 -14
  82. package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js.map +1 -1
  83. package/dist/lib/generated/Entities/Authorization/authorization.form.component.js +25 -26
  84. package/dist/lib/generated/Entities/Authorization/authorization.form.component.js.map +1 -1
  85. package/dist/lib/generated/Entities/Collection/collection.form.component.js +17 -18
  86. package/dist/lib/generated/Entities/Collection/collection.form.component.js.map +1 -1
  87. package/dist/lib/generated/Entities/CommunicationBaseMessageType/communicationbasemessagetype.form.component.js +13 -14
  88. package/dist/lib/generated/Entities/CommunicationBaseMessageType/communicationbasemessagetype.form.component.js.map +1 -1
  89. package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js +11 -12
  90. package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js.map +1 -1
  91. package/dist/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.js +9 -10
  92. package/dist/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.js.map +1 -1
  93. package/dist/lib/generated/Entities/CommunicationRun/communicationrun.form.component.js +9 -10
  94. package/dist/lib/generated/Entities/CommunicationRun/communicationrun.form.component.js.map +1 -1
  95. package/dist/lib/generated/Entities/Company/company.form.component.js +25 -26
  96. package/dist/lib/generated/Entities/Company/company.form.component.js.map +1 -1
  97. package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js +21 -22
  98. package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js.map +1 -1
  99. package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js +17 -18
  100. package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js.map +1 -1
  101. package/dist/lib/generated/Entities/CompanyIntegrationRunDetail/companyintegrationrundetail.form.component.js +9 -10
  102. package/dist/lib/generated/Entities/CompanyIntegrationRunDetail/companyintegrationrundetail.form.component.js.map +1 -1
  103. package/dist/lib/generated/Entities/Component/component.form.component.js +17 -18
  104. package/dist/lib/generated/Entities/Component/component.form.component.js.map +1 -1
  105. package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js +9 -10
  106. package/dist/lib/generated/Entities/ComponentLibrary/componentlibrary.form.component.js.map +1 -1
  107. package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js +9 -10
  108. package/dist/lib/generated/Entities/ComponentRegistry/componentregistry.form.component.js.map +1 -1
  109. package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.js +13 -14
  110. package/dist/lib/generated/Entities/ContentFileType/contentfiletype.form.component.js.map +1 -1
  111. package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.js +13 -14
  112. package/dist/lib/generated/Entities/ContentItem/contentitem.form.component.js.map +1 -1
  113. package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.js +17 -18
  114. package/dist/lib/generated/Entities/ContentSource/contentsource.form.component.js.map +1 -1
  115. package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.js +13 -14
  116. package/dist/lib/generated/Entities/ContentSourceType/contentsourcetype.form.component.js.map +1 -1
  117. package/dist/lib/generated/Entities/ContentType/contenttype.form.component.js +13 -14
  118. package/dist/lib/generated/Entities/ContentType/contenttype.form.component.js.map +1 -1
  119. package/dist/lib/generated/Entities/Conversation/conversation.form.component.js +53 -52
  120. package/dist/lib/generated/Entities/Conversation/conversation.form.component.js.map +1 -1
  121. package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js +17 -18
  122. package/dist/lib/generated/Entities/ConversationArtifact/conversationartifact.form.component.js.map +1 -1
  123. package/dist/lib/generated/Entities/ConversationArtifactVersion/conversationartifactversion.form.component.js +9 -10
  124. package/dist/lib/generated/Entities/ConversationArtifactVersion/conversationartifactversion.form.component.js.map +1 -1
  125. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +41 -42
  126. package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
  127. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.d.ts.map +1 -1
  128. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +11 -3
  129. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -1
  130. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.d.ts.map +1 -1
  131. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +11 -3
  132. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -1
  133. package/dist/lib/generated/Entities/Credential/credential.form.component.js +9 -10
  134. package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -1
  135. package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js +13 -14
  136. package/dist/lib/generated/Entities/CredentialCategory/credentialcategory.form.component.js.map +1 -1
  137. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js +13 -14
  138. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js.map +1 -1
  139. package/dist/lib/generated/Entities/Dashboard/dashboard.form.component.js +13 -14
  140. package/dist/lib/generated/Entities/Dashboard/dashboard.form.component.js.map +1 -1
  141. package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js +13 -14
  142. package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js.map +1 -1
  143. package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js +17 -18
  144. package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js.map +1 -1
  145. package/dist/lib/generated/Entities/Dataset/dataset.form.component.js +9 -10
  146. package/dist/lib/generated/Entities/Dataset/dataset.form.component.js.map +1 -1
  147. package/dist/lib/generated/Entities/DuplicateRun/duplicaterun.form.component.js +9 -10
  148. package/dist/lib/generated/Entities/DuplicateRun/duplicaterun.form.component.js.map +1 -1
  149. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts.map +1 -1
  150. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js +21 -14
  151. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js.map +1 -1
  152. package/dist/lib/generated/Entities/Employee/employee.form.component.js +25 -26
  153. package/dist/lib/generated/Entities/Employee/employee.form.component.js.map +1 -1
  154. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.d.ts.map +1 -1
  155. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js +11 -3
  156. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js.map +1 -1
  157. package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.d.ts.map +1 -1
  158. package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js +12 -4
  159. package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js.map +1 -1
  160. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.d.ts.map +1 -1
  161. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js +11 -3
  162. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js.map +1 -1
  163. package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js +9 -10
  164. package/dist/lib/generated/Entities/EncryptionAlgorithm/encryptionalgorithm.form.component.js.map +1 -1
  165. package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js +9 -10
  166. package/dist/lib/generated/Entities/EncryptionKey/encryptionkey.form.component.js.map +1 -1
  167. package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js +9 -10
  168. package/dist/lib/generated/Entities/EncryptionKeySource/encryptionkeysource.form.component.js.map +1 -1
  169. package/dist/lib/generated/Entities/Entity/entity.form.component.js +169 -170
  170. package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
  171. package/dist/lib/generated/Entities/EntityAction/entityaction.form.component.js +17 -18
  172. package/dist/lib/generated/Entities/EntityAction/entityaction.form.component.js.map +1 -1
  173. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.d.ts.map +1 -1
  174. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js +12 -2
  175. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js.map +1 -1
  176. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.d.ts.map +1 -1
  177. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js +11 -3
  178. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js.map +1 -1
  179. package/dist/lib/generated/Entities/EntityActionInvocationType/entityactioninvocationtype.form.component.js +9 -10
  180. package/dist/lib/generated/Entities/EntityActionInvocationType/entityactioninvocationtype.form.component.js.map +1 -1
  181. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.d.ts.map +1 -1
  182. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js +11 -3
  183. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js.map +1 -1
  184. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.d.ts.map +1 -1
  185. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js +11 -3
  186. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js.map +1 -1
  187. package/dist/lib/generated/Entities/EntityCommunicationMessageType/entitycommunicationmessagetype.form.component.js +9 -10
  188. package/dist/lib/generated/Entities/EntityCommunicationMessageType/entitycommunicationmessagetype.form.component.js.map +1 -1
  189. package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js +17 -18
  190. package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js.map +1 -1
  191. package/dist/lib/generated/Entities/EntityDocumentType/entitydocumenttype.form.component.js +9 -10
  192. package/dist/lib/generated/Entities/EntityDocumentType/entitydocumenttype.form.component.js.map +1 -1
  193. package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js +9 -10
  194. package/dist/lib/generated/Entities/EntityField/entityfield.form.component.js.map +1 -1
  195. package/dist/lib/generated/Entities/EntityRelationshipDisplayComponent/entityrelationshipdisplaycomponent.form.component.js +9 -10
  196. package/dist/lib/generated/Entities/EntityRelationshipDisplayComponent/entityrelationshipdisplaycomponent.form.component.js.map +1 -1
  197. package/dist/lib/generated/Entities/Environment/environment.form.component.js +33 -34
  198. package/dist/lib/generated/Entities/Environment/environment.form.component.js.map +1 -1
  199. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.d.ts.map +1 -1
  200. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js +12 -2
  201. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js.map +1 -1
  202. package/dist/lib/generated/Entities/File/file.form.component.js +13 -14
  203. package/dist/lib/generated/Entities/File/file.form.component.js.map +1 -1
  204. package/dist/lib/generated/Entities/FileCategory/filecategory.form.component.js +13 -14
  205. package/dist/lib/generated/Entities/FileCategory/filecategory.form.component.js.map +1 -1
  206. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js +17 -18
  207. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js.map +1 -1
  208. package/dist/lib/generated/Entities/GeneratedCodeCategory/generatedcodecategory.form.component.js +13 -14
  209. package/dist/lib/generated/Entities/GeneratedCodeCategory/generatedcodecategory.form.component.js.map +1 -1
  210. package/dist/lib/generated/Entities/Integration/integration.form.component.js +17 -18
  211. package/dist/lib/generated/Entities/Integration/integration.form.component.js.map +1 -1
  212. package/dist/lib/generated/Entities/Library/library.form.component.js +13 -14
  213. package/dist/lib/generated/Entities/Library/library.form.component.js.map +1 -1
  214. package/dist/lib/generated/Entities/List/list.form.component.d.ts.map +1 -1
  215. package/dist/lib/generated/Entities/List/list.form.component.js +50 -15
  216. package/dist/lib/generated/Entities/List/list.form.component.js.map +1 -1
  217. package/dist/lib/generated/Entities/ListCategory/listcategory.form.component.js +13 -14
  218. package/dist/lib/generated/Entities/ListCategory/listcategory.form.component.js.map +1 -1
  219. package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.d.ts +11 -0
  220. package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.d.ts.map +1 -0
  221. package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.js +71 -0
  222. package/dist/lib/generated/Entities/ListInvitation/listinvitation.form.component.js.map +1 -0
  223. package/dist/lib/generated/Entities/ListShare/listshare.form.component.d.ts +11 -0
  224. package/dist/lib/generated/Entities/ListShare/listshare.form.component.d.ts.map +1 -0
  225. package/dist/lib/generated/Entities/ListShare/listshare.form.component.js +65 -0
  226. package/dist/lib/generated/Entities/ListShare/listshare.form.component.js.map +1 -0
  227. package/dist/lib/generated/Entities/OutputDeliveryType/outputdeliverytype.form.component.js +9 -10
  228. package/dist/lib/generated/Entities/OutputDeliveryType/outputdeliverytype.form.component.js.map +1 -1
  229. package/dist/lib/generated/Entities/OutputFormatType/outputformattype.form.component.js +9 -10
  230. package/dist/lib/generated/Entities/OutputFormatType/outputformattype.form.component.js.map +1 -1
  231. package/dist/lib/generated/Entities/OutputTriggerType/outputtriggertype.form.component.js +9 -10
  232. package/dist/lib/generated/Entities/OutputTriggerType/outputtriggertype.form.component.js.map +1 -1
  233. package/dist/lib/generated/Entities/Project/project.form.component.js +17 -18
  234. package/dist/lib/generated/Entities/Project/project.form.component.js.map +1 -1
  235. package/dist/lib/generated/Entities/Query/query.form.component.js +25 -26
  236. package/dist/lib/generated/Entities/Query/query.form.component.js.map +1 -1
  237. package/dist/lib/generated/Entities/QueryCategory/querycategory.form.component.js +13 -14
  238. package/dist/lib/generated/Entities/QueryCategory/querycategory.form.component.js.map +1 -1
  239. package/dist/lib/generated/Entities/Queue/queue.form.component.js +9 -10
  240. package/dist/lib/generated/Entities/Queue/queue.form.component.js.map +1 -1
  241. package/dist/lib/generated/Entities/QueueType/queuetype.form.component.js +9 -10
  242. package/dist/lib/generated/Entities/QueueType/queuetype.form.component.js.map +1 -1
  243. package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.d.ts.map +1 -1
  244. package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.js +21 -14
  245. package/dist/lib/generated/Entities/Recommendation/recommendation.form.component.js.map +1 -1
  246. package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.d.ts.map +1 -1
  247. package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.js +11 -3
  248. package/dist/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.js.map +1 -1
  249. package/dist/lib/generated/Entities/RecommendationProvider/recommendationprovider.form.component.js +9 -10
  250. package/dist/lib/generated/Entities/RecommendationProvider/recommendationprovider.form.component.js.map +1 -1
  251. package/dist/lib/generated/Entities/RecommendationRun/recommendationrun.form.component.js +9 -10
  252. package/dist/lib/generated/Entities/RecommendationRun/recommendationrun.form.component.js.map +1 -1
  253. package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.d.ts.map +1 -1
  254. package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.js +11 -3
  255. package/dist/lib/generated/Entities/RecordChange/recordchange.form.component.js.map +1 -1
  256. package/dist/lib/generated/Entities/RecordChangeReplayRun/recordchangereplayrun.form.component.js +9 -10
  257. package/dist/lib/generated/Entities/RecordChangeReplayRun/recordchangereplayrun.form.component.js.map +1 -1
  258. package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.d.ts.map +1 -1
  259. package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.js +11 -3
  260. package/dist/lib/generated/Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component.js.map +1 -1
  261. package/dist/lib/generated/Entities/RecordMergeLog/recordmergelog.form.component.js +13 -14
  262. package/dist/lib/generated/Entities/RecordMergeLog/recordmergelog.form.component.js.map +1 -1
  263. package/dist/lib/generated/Entities/Report/report.form.component.d.ts.map +1 -1
  264. package/dist/lib/generated/Entities/Report/report.form.component.js +34 -27
  265. package/dist/lib/generated/Entities/Report/report.form.component.js.map +1 -1
  266. package/dist/lib/generated/Entities/ReportCategory/reportcategory.form.component.js +13 -14
  267. package/dist/lib/generated/Entities/ReportCategory/reportcategory.form.component.js.map +1 -1
  268. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js +21 -22
  269. package/dist/lib/generated/Entities/ResourceType/resourcetype.form.component.js.map +1 -1
  270. package/dist/lib/generated/Entities/Role/role.form.component.js +33 -34
  271. package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
  272. package/dist/lib/generated/Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component.js +9 -10
  273. package/dist/lib/generated/Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component.js.map +1 -1
  274. package/dist/lib/generated/Entities/ScheduledAction/scheduledaction.form.component.js +9 -10
  275. package/dist/lib/generated/Entities/ScheduledAction/scheduledaction.form.component.js.map +1 -1
  276. package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js +9 -10
  277. package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js.map +1 -1
  278. package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js +9 -10
  279. package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js.map +1 -1
  280. package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js +9 -10
  281. package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js.map +1 -1
  282. package/dist/lib/generated/Entities/Skill/skill.form.component.js +13 -14
  283. package/dist/lib/generated/Entities/Skill/skill.form.component.js.map +1 -1
  284. package/dist/lib/generated/Entities/Tag/tag.form.component.js +13 -14
  285. package/dist/lib/generated/Entities/Tag/tag.form.component.js.map +1 -1
  286. package/dist/lib/generated/Entities/Task/task.form.component.d.ts.map +1 -1
  287. package/dist/lib/generated/Entities/Task/task.form.component.js +34 -27
  288. package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -1
  289. package/dist/lib/generated/Entities/TaskType/tasktype.form.component.js +9 -10
  290. package/dist/lib/generated/Entities/TaskType/tasktype.form.component.js.map +1 -1
  291. package/dist/lib/generated/Entities/Template/template.form.component.js +21 -22
  292. package/dist/lib/generated/Entities/Template/template.form.component.js.map +1 -1
  293. package/dist/lib/generated/Entities/TemplateCategory/templatecategory.form.component.js +13 -14
  294. package/dist/lib/generated/Entities/TemplateCategory/templatecategory.form.component.js.map +1 -1
  295. package/dist/lib/generated/Entities/TemplateContent/templatecontent.form.component.js +9 -10
  296. package/dist/lib/generated/Entities/TemplateContent/templatecontent.form.component.js.map +1 -1
  297. package/dist/lib/generated/Entities/TemplateContentType/templatecontenttype.form.component.js +9 -10
  298. package/dist/lib/generated/Entities/TemplateContentType/templatecontenttype.form.component.js.map +1 -1
  299. package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.d.ts.map +1 -1
  300. package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.js +11 -3
  301. package/dist/lib/generated/Entities/TemplateParam/templateparam.form.component.js.map +1 -1
  302. package/dist/lib/generated/Entities/Test/test.form.component.js +13 -14
  303. package/dist/lib/generated/Entities/Test/test.form.component.js.map +1 -1
  304. package/dist/lib/generated/Entities/TestRun/testrun.form.component.js +25 -26
  305. package/dist/lib/generated/Entities/TestRun/testrun.form.component.js.map +1 -1
  306. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js +17 -18
  307. package/dist/lib/generated/Entities/TestSuite/testsuite.form.component.js.map +1 -1
  308. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js +9 -10
  309. package/dist/lib/generated/Entities/TestSuiteRun/testsuiterun.form.component.js.map +1 -1
  310. package/dist/lib/generated/Entities/TestType/testtype.form.component.js +13 -14
  311. package/dist/lib/generated/Entities/TestType/testtype.form.component.js.map +1 -1
  312. package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
  313. package/dist/lib/generated/Entities/User/user.form.component.js +309 -274
  314. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  315. package/dist/lib/generated/Entities/UserApplication/userapplication.form.component.js +9 -10
  316. package/dist/lib/generated/Entities/UserApplication/userapplication.form.component.js.map +1 -1
  317. package/dist/lib/generated/Entities/UserView/userview.form.component.js +17 -18
  318. package/dist/lib/generated/Entities/UserView/userview.form.component.js.map +1 -1
  319. package/dist/lib/generated/Entities/UserViewCategory/userviewcategory.form.component.js +13 -14
  320. package/dist/lib/generated/Entities/UserViewCategory/userviewcategory.form.component.js.map +1 -1
  321. package/dist/lib/generated/Entities/UserViewRun/userviewrun.form.component.js +9 -10
  322. package/dist/lib/generated/Entities/UserViewRun/userviewrun.form.component.js.map +1 -1
  323. package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js +13 -14
  324. package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js.map +1 -1
  325. package/dist/lib/generated/Entities/VectorIndex/vectorindex.form.component.js +9 -10
  326. package/dist/lib/generated/Entities/VectorIndex/vectorindex.form.component.js.map +1 -1
  327. package/dist/lib/generated/Entities/Workflow/workflow.form.component.js +13 -14
  328. package/dist/lib/generated/Entities/Workflow/workflow.form.component.js.map +1 -1
  329. package/dist/lib/generated/Entities/WorkflowEngine/workflowengine.form.component.js +9 -10
  330. package/dist/lib/generated/Entities/WorkflowEngine/workflowengine.form.component.js.map +1 -1
  331. package/dist/lib/generated/Entities/Workspace/workspace.form.component.js +9 -10
  332. package/dist/lib/generated/Entities/Workspace/workspace.form.component.js.map +1 -1
  333. package/dist/lib/generated/generated-forms.module.d.ts +94 -92
  334. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  335. package/dist/lib/generated/generated-forms.module.js +76 -68
  336. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  337. package/package.json +29 -28
@@ -9,78 +9,77 @@ import { RegisterClass } from '@memberjunction/global';
9
9
  import { BaseFormComponent } from '@memberjunction/ng-base-forms';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@angular/common";
12
- import * as i2 from "@memberjunction/ng-user-view-grid";
13
- import * as i3 from "@memberjunction/ng-base-forms";
14
- import * as i4 from "@memberjunction/ng-form-toolbar";
12
+ import * as i2 from "@memberjunction/ng-base-forms";
13
+ import * as i3 from "@memberjunction/ng-form-toolbar";
15
14
  function EnvironmentFormComponent_div_12_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
18
- i0.ɵɵlistener("dataLoaded", function EnvironmentFormComponent_div_12_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifacts", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
17
+ i0.ɵɵlistener("AfterDataLoad", function EnvironmentFormComponent_div_12_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJArtifacts", $event.totalRowCount)); });
19
18
  i0.ɵɵelementEnd()();
20
19
  } if (rf & 2) {
21
20
  const ctx_r1 = i0.ɵɵnextContext();
22
21
  i0.ɵɵadvance();
23
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifacts"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJArtifacts"))("ShowToolbar", false);
24
23
  } }
25
24
  function EnvironmentFormComponent_div_14_Template(rf, ctx) { if (rf & 1) {
26
25
  const _r3 = i0.ɵɵgetCurrentView();
27
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
28
- i0.ɵɵlistener("dataLoaded", function EnvironmentFormComponent_div_14_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollections", $event.totalRowCount)); });
26
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
27
+ i0.ɵɵlistener("AfterDataLoad", function EnvironmentFormComponent_div_14_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJCollections", $event.totalRowCount)); });
29
28
  i0.ɵɵelementEnd()();
30
29
  } if (rf & 2) {
31
30
  const ctx_r1 = i0.ɵɵnextContext();
32
31
  i0.ɵɵadvance();
33
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollections"))("EditMode", ctx_r1.GridEditMode());
32
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsSectionExpanded("mJCollections"))("ShowToolbar", false);
34
33
  } }
35
34
  function EnvironmentFormComponent_div_16_Template(rf, ctx) { if (rf & 1) {
36
35
  const _r4 = i0.ɵɵgetCurrentView();
37
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
38
- i0.ɵɵlistener("dataLoaded", function EnvironmentFormComponent_div_16_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJProjects", $event.totalRowCount)); });
36
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
37
+ i0.ɵɵlistener("AfterDataLoad", function EnvironmentFormComponent_div_16_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJProjects", $event.totalRowCount)); });
39
38
  i0.ɵɵelementEnd()();
40
39
  } if (rf & 2) {
41
40
  const ctx_r1 = i0.ɵɵnextContext();
42
41
  i0.ɵɵadvance();
43
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Projects", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Projects"))("AllowLoad", ctx_r1.IsSectionExpanded("mJProjects"))("EditMode", ctx_r1.GridEditMode());
42
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Projects", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Projects"))("AllowLoad", ctx_r1.IsSectionExpanded("mJProjects"))("ShowToolbar", false);
44
43
  } }
45
44
  function EnvironmentFormComponent_div_18_Template(rf, ctx) { if (rf & 1) {
46
45
  const _r5 = i0.ɵɵgetCurrentView();
47
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
48
- i0.ɵɵlistener("dataLoaded", function EnvironmentFormComponent_div_18_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboards", $event.totalRowCount)); });
46
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
47
+ i0.ɵɵlistener("AfterDataLoad", function EnvironmentFormComponent_div_18_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("dashboards", $event.totalRowCount)); });
49
48
  i0.ɵɵelementEnd()();
50
49
  } if (rf & 2) {
51
50
  const ctx_r1 = i0.ɵɵnextContext();
52
51
  i0.ɵɵadvance();
53
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Dashboards", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Dashboards"))("AllowLoad", ctx_r1.IsSectionExpanded("dashboards"))("EditMode", ctx_r1.GridEditMode());
52
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Dashboards", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Dashboards"))("AllowLoad", ctx_r1.IsSectionExpanded("dashboards"))("ShowToolbar", false);
54
53
  } }
55
54
  function EnvironmentFormComponent_div_20_Template(rf, ctx) { if (rf & 1) {
56
55
  const _r6 = i0.ɵɵgetCurrentView();
57
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
58
- i0.ɵɵlistener("dataLoaded", function EnvironmentFormComponent_div_20_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
56
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
57
+ i0.ɵɵlistener("AfterDataLoad", function EnvironmentFormComponent_div_20_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
59
58
  i0.ɵɵelementEnd()();
60
59
  } if (rf & 2) {
61
60
  const ctx_r1 = i0.ɵɵnextContext();
62
61
  i0.ɵɵadvance();
63
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("EditMode", ctx_r1.GridEditMode());
62
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("ShowToolbar", false);
64
63
  } }
65
64
  function EnvironmentFormComponent_div_22_Template(rf, ctx) { if (rf & 1) {
66
65
  const _r7 = i0.ɵɵgetCurrentView();
67
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
68
- i0.ɵɵlistener("dataLoaded", function EnvironmentFormComponent_div_22_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reports", $event.totalRowCount)); });
66
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
67
+ i0.ɵɵlistener("AfterDataLoad", function EnvironmentFormComponent_div_22_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("reports", $event.totalRowCount)); });
69
68
  i0.ɵɵelementEnd()();
70
69
  } if (rf & 2) {
71
70
  const ctx_r1 = i0.ɵɵnextContext();
72
71
  i0.ɵɵadvance();
73
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Reports", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Reports"))("AllowLoad", ctx_r1.IsSectionExpanded("reports"))("EditMode", ctx_r1.GridEditMode());
72
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Reports", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Reports"))("AllowLoad", ctx_r1.IsSectionExpanded("reports"))("ShowToolbar", false);
74
73
  } }
75
74
  function EnvironmentFormComponent_div_24_Template(rf, ctx) { if (rf & 1) {
76
75
  const _r8 = i0.ɵɵgetCurrentView();
77
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
78
- i0.ɵɵlistener("dataLoaded", function EnvironmentFormComponent_div_24_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversations", $event.totalRowCount)); });
76
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
77
+ i0.ɵɵlistener("AfterDataLoad", function EnvironmentFormComponent_div_24_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversations", $event.totalRowCount)); });
79
78
  i0.ɵɵelementEnd()();
80
79
  } if (rf & 2) {
81
80
  const ctx_r1 = i0.ɵɵnextContext();
82
81
  i0.ɵɵadvance();
83
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversations", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversations"))("AllowLoad", ctx_r1.IsSectionExpanded("conversations"))("EditMode", ctx_r1.GridEditMode());
82
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversations", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversations"))("AllowLoad", ctx_r1.IsSectionExpanded("conversations"))("ShowToolbar", false);
84
83
  } }
85
84
  let EnvironmentFormComponent = class EnvironmentFormComponent extends BaseFormComponent {
86
85
  async ngOnInit() {
@@ -100,7 +99,7 @@ let EnvironmentFormComponent = class EnvironmentFormComponent extends BaseFormCo
100
99
  ]);
101
100
  }
102
101
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEnvironmentFormComponent_BaseFactory; return function EnvironmentFormComponent_Factory(t) { return (ɵEnvironmentFormComponent_BaseFactory || (ɵEnvironmentFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EnvironmentFormComponent)))(t || EnvironmentFormComponent); }; })(); }
103
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EnvironmentFormComponent, selectors: [["gen-environment-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 25, vars: 62, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "technicalMetadata", "sectionName", "Technical Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["slot", "field-panels", "sectionKey", "environmentDefinition", "sectionName", "Environment Definition", "icon", "fa fa-cubes", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsDefault", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "environmentSettings", "sectionName", "Environment Settings", "icon", "fa fa-sliders-h", 3, "form", "formContext"], ["FieldName", "Settings", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "mJArtifacts", "sectionName", "MJ: Artifacts", "icon", "fa fa-file", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "mJCollections", "sectionName", "MJ: Collections", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJProjects", "sectionName", "MJ: Projects", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "dashboards", "sectionName", "Dashboards", "icon", "fa-solid fa-table-columns", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "reports", "sectionName", "Reports", "icon", "fa-solid fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function EnvironmentFormComponent_Template(rf, ctx) { if (rf & 1) {
102
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EnvironmentFormComponent, selectors: [["gen-environment-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 25, vars: 69, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "technicalMetadata", "sectionName", "Technical Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["slot", "field-panels", "sectionKey", "environmentDefinition", "sectionName", "Environment Definition", "icon", "fa fa-cubes", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsDefault", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "environmentSettings", "sectionName", "Environment Settings", "icon", "fa fa-sliders-h", 3, "form", "formContext"], ["FieldName", "Settings", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "mJArtifacts", "sectionName", "MJ: Artifacts", "icon", "fa fa-file", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "mJCollections", "sectionName", "MJ: Collections", "icon", "fa fa-folder-open", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJProjects", "sectionName", "MJ: Projects", "icon", "fa fa-project-diagram", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "dashboards", "sectionName", "Dashboards", "icon", "fa-solid fa-table-columns", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "reports", "sectionName", "Reports", "icon", "fa-solid fa-chart-line", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversations", "sectionName", "Conversations", "icon", "fa-regular fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function EnvironmentFormComponent_Template(rf, ctx) { if (rf & 1) {
104
103
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
105
104
  i0.ɵɵelement(1, "mj-collapsible-panel", 1);
106
105
  i0.ɵɵelementStart(2, "mj-collapsible-panel", 2);
@@ -156,34 +155,34 @@ let EnvironmentFormComponent = class EnvironmentFormComponent extends BaseFormCo
156
155
  i0.ɵɵadvance();
157
156
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
158
157
  i0.ɵɵadvance();
159
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJArtifacts"));
158
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJArtifacts"))("defaultExpanded", false);
160
159
  i0.ɵɵadvance();
161
160
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
162
161
  i0.ɵɵadvance();
163
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJCollections"));
162
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJCollections"))("defaultExpanded", false);
164
163
  i0.ɵɵadvance();
165
164
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
166
165
  i0.ɵɵadvance();
167
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJProjects"));
166
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJProjects"))("defaultExpanded", false);
168
167
  i0.ɵɵadvance();
169
168
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
170
169
  i0.ɵɵadvance();
171
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("dashboards"));
170
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("dashboards"))("defaultExpanded", false);
172
171
  i0.ɵɵadvance();
173
172
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
174
173
  i0.ɵɵadvance();
175
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJTasks"));
174
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJTasks"))("defaultExpanded", false);
176
175
  i0.ɵɵadvance();
177
176
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
178
177
  i0.ɵɵadvance();
179
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("reports"));
178
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("reports"))("defaultExpanded", false);
180
179
  i0.ɵɵadvance();
181
180
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
182
181
  i0.ɵɵadvance();
183
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("conversations"));
182
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("conversations"))("defaultExpanded", false);
184
183
  i0.ɵɵadvance();
185
184
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
186
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
185
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
187
186
  };
188
187
  EnvironmentFormComponent = __decorate([
189
188
  RegisterClass(BaseFormComponent, 'MJ: Environments') // Tell MemberJunction about this class
@@ -191,7 +190,7 @@ EnvironmentFormComponent = __decorate([
191
190
  export { EnvironmentFormComponent };
192
191
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EnvironmentFormComponent, [{
193
192
  type: Component,
194
- args: [{ selector: 'gen-environment-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Technical Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"technicalMetadata\"\n sectionName=\"Technical Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Environment Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"environmentDefinition\"\n sectionName=\"Environment Definition\"\n icon=\"fa fa-cubes\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsDefault\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Environment Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"environmentSettings\"\n sectionName=\"Environment Settings\"\n icon=\"fa fa-sliders-h\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"Settings\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- MJ: Artifacts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifacts\"\n sectionName=\"MJ: Artifacts\"\n icon=\"fa fa-file\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifacts')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collections Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollections\"\n sectionName=\"MJ: Collections\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollections')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Projects Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJProjects\"\n sectionName=\"MJ: Projects\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJProjects')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Projects','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Projects')\"\n [AllowLoad]=\"IsSectionExpanded('mJProjects')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJProjects', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboards Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboards\"\n sectionName=\"Dashboards\"\n icon=\"fa-solid fa-table-columns\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboards')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTasks\"\n sectionName=\"MJ: Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTasks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Reports Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reports\"\n sectionName=\"Reports\"\n icon=\"fa-solid fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reports')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversations\"\n sectionName=\"Conversations\"\n icon=\"fa-regular fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversations')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
193
+ args: [{ selector: 'gen-environment-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Technical Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"technicalMetadata\"\n sectionName=\"Technical Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Environment Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"environmentDefinition\"\n sectionName=\"Environment Definition\"\n icon=\"fa fa-cubes\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsDefault\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Environment Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"environmentSettings\"\n sectionName=\"Environment Settings\"\n icon=\"fa fa-sliders-h\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"Settings\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- MJ: Artifacts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJArtifacts\"\n sectionName=\"MJ: Artifacts\"\n icon=\"fa fa-file\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJArtifacts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsSectionExpanded('mJArtifacts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJArtifacts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Collections Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJCollections\"\n sectionName=\"MJ: Collections\"\n icon=\"fa fa-folder-open\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJCollections')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsSectionExpanded('mJCollections')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJCollections', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Projects Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJProjects\"\n sectionName=\"MJ: Projects\"\n icon=\"fa fa-project-diagram\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJProjects')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Projects','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Projects')\"\n [AllowLoad]=\"IsSectionExpanded('mJProjects')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJProjects', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Dashboards Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"dashboards\"\n sectionName=\"Dashboards\"\n icon=\"fa-solid fa-table-columns\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('dashboards')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsSectionExpanded('dashboards')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('dashboards', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTasks\"\n sectionName=\"MJ: Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTasks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Reports Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"reports\"\n sectionName=\"Reports\"\n icon=\"fa-solid fa-chart-line\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('reports')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsSectionExpanded('reports')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('reports', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversations\"\n sectionName=\"Conversations\"\n icon=\"fa-regular fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','EnvironmentID')\"\n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsSectionExpanded('conversations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
195
194
  }], null, null); })();
196
195
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnvironmentFormComponent, { className: "EnvironmentFormComponent", filePath: "src/lib/generated/Entities/Environment/environment.form.component.ts", lineNumber: 12 }); })();
197
196
  export function LoadEnvironmentFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"environment.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Environment/environment.form.component.ts","../../../../../src/lib/generated/Entities/Environment/environment.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"environment.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Environment/environment.form.component.ts","../../../../../src/lib/generated/Entities/Environment/environment.form.component.html"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"errorlog.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ErrorLog/errorlog.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,qBAAsB,SAAQ,iBAAiB;IACjD,MAAM,EAAG,cAAc,CAAC;IAEhB,QAAQ;yCAHd,qBAAqB;2CAArB,qBAAqB;CAYjC;AAED,wBAAgB,yBAAyB,SAExC"}
1
+ {"version":3,"file":"errorlog.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ErrorLog/errorlog.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,qBAAsB,SAAQ,iBAAiB;IACjD,MAAM,EAAG,cAAc,CAAC;IAEhB,QAAQ;yCAHd,qBAAqB;2CAArB,qBAAqB;CAajC;AAED,wBAAgB,yBAAyB,SAExC"}
@@ -17,11 +17,12 @@ let ErrorLogFormComponent = class ErrorLogFormComponent extends BaseFormComponen
17
17
  { sectionKey: 'technicalInformation', sectionName: 'Technical Information', isExpanded: true },
18
18
  { sectionKey: 'errorClassification', sectionName: 'Error Classification', isExpanded: true },
19
19
  { sectionKey: 'errorContent', sectionName: 'Error Content', isExpanded: false },
20
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: false },
20
21
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
21
22
  ]);
22
23
  }
23
24
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵErrorLogFormComponent_BaseFactory; return function ErrorLogFormComponent_Factory(t) { return (ɵErrorLogFormComponent_BaseFactory || (ɵErrorLogFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ErrorLogFormComponent)))(t || ErrorLogFormComponent); }; })(); }
24
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ErrorLogFormComponent, selectors: [["gen-errorlog-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 15, vars: 50, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "technicalInformation", "sectionName", "Technical Information", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "CompanyIntegrationRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CompanyIntegrationRunDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "errorClassification", "sectionName", "Error Classification", "icon", "fa fa-tag", 3, "form", "formContext"], ["FieldName", "Code", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Category", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "errorContent", "sectionName", "Error Content", "icon", "fa fa-file-alt", 3, "form", "formContext"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CreatedBy", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Details", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ErrorLogFormComponent_Template(rf, ctx) { if (rf & 1) {
25
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ErrorLogFormComponent, selectors: [["gen-errorlog-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 18, vars: 60, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "technicalInformation", "sectionName", "Technical Information", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "CompanyIntegrationRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CompanyIntegrationRunDetailID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "errorClassification", "sectionName", "Error Classification", "icon", "fa fa-tag", 3, "form", "formContext"], ["FieldName", "Code", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Category", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "errorContent", "sectionName", "Error Content", "icon", "fa fa-file-alt", 3, "form", "formContext"], ["FieldName", "Message", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CreatedBy", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Details", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "CompanyIntegrationRun", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CompanyIntegrationRunDetail", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"]], template: function ErrorLogFormComponent_Template(rf, ctx) { if (rf & 1) {
25
26
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
26
27
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
27
28
  i0.ɵɵelementEnd();
@@ -33,6 +34,9 @@ let ErrorLogFormComponent = class ErrorLogFormComponent extends BaseFormComponen
33
34
  i0.ɵɵelementEnd();
34
35
  i0.ɵɵelementStart(12, "mj-collapsible-panel", 12);
35
36
  i0.ɵɵelement(13, "mj-form-field", 13)(14, "mj-form-field", 14);
37
+ i0.ɵɵelementEnd();
38
+ i0.ɵɵelementStart(15, "mj-collapsible-panel", 15);
39
+ i0.ɵɵelement(16, "mj-form-field", 16)(17, "mj-form-field", 17);
36
40
  i0.ɵɵelementEnd()();
37
41
  } if (rf & 2) {
38
42
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -64,6 +68,12 @@ let ErrorLogFormComponent = class ErrorLogFormComponent extends BaseFormComponen
64
68
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
65
69
  i0.ɵɵadvance();
66
70
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
71
+ i0.ɵɵadvance();
72
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
73
+ i0.ɵɵadvance();
74
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
75
+ i0.ɵɵadvance();
76
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
67
77
  } }, dependencies: [i1.MJFormField, i1.CollapsiblePanelComponent, i2.RecordFormContainerComponent], encapsulation: 2 }); }
68
78
  };
69
79
  ErrorLogFormComponent = __decorate([
@@ -72,7 +82,7 @@ ErrorLogFormComponent = __decorate([
72
82
  export { ErrorLogFormComponent };
73
83
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ErrorLogFormComponent, [{
74
84
  type: Component,
75
- args: [{ selector: 'gen-errorlog-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Technical Information Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"technicalInformation\"\n sectionName=\"Technical Information\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CompanyIntegrationRunID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CompanyIntegrationRunDetailID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Error Classification Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"errorClassification\"\n sectionName=\"Error Classification\"\n icon=\"fa fa-tag\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Code\"\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=\"Status\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Category\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Error Content Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"errorContent\"\n sectionName=\"Error Content\"\n icon=\"fa fa-file-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Message\"\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=\"CreatedBy\"\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=\"Details\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
85
+ args: [{ selector: 'gen-errorlog-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Technical Information Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"technicalInformation\"\n sectionName=\"Technical Information\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CompanyIntegrationRunID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CompanyIntegrationRunDetailID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Error Classification Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"errorClassification\"\n sectionName=\"Error Classification\"\n icon=\"fa fa-tag\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Code\"\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=\"Status\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Category\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Error Content Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"errorContent\"\n sectionName=\"Error Content\"\n icon=\"fa fa-file-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Message\"\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=\"CreatedBy\"\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=\"Details\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"details\"\n sectionName=\"Details\"\n icon=\"fa fa-align-left\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CompanyIntegrationRun\"\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=\"CompanyIntegrationRunDetail\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
76
86
  }], null, null); })();
77
87
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ErrorLogFormComponent, { className: "ErrorLogFormComponent", filePath: "src/lib/generated/Entities/ErrorLog/errorlog.form.component.ts", lineNumber: 11 }); })();
78
88
  export function LoadErrorLogFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"errorlog.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ErrorLog/errorlog.form.component.ts","../../../../../src/lib/generated/Entities/ErrorLog/errorlog.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;;;AAO3D,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,iBAAiB;IAG/C,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,sBAAsB,EAAE,WAAW,EAAE,uBAAuB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC9F,EAAE,UAAU,EAAE,qBAAqB,EAAE,WAAW,EAAE,sBAAsB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC5F,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,KAAK,EAAE;YAC/E,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;wPAXQ,qBAAqB,SAArB,qBAAqB;oEAArB,qBAAqB;YCJ9B,AANJ,mDAAmE,8BAW/B;YAW5B,AAVA,mCASiB,uBAUA;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,yBAQA,yBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAGzB,AADI,iBAAuB,EACA;;YAhIiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAY/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;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;;;ADlH1B,qBAAqB;IALjC,aAAa,CAAC,iBAAiB,EAAE,YAAY,CAAC,CAAC,uCAAuC;GAK1E,qBAAqB,CAYjC;;iFAZY,qBAAqB;cAJjC,SAAS;2BACI,mBAAmB;;kFAGpB,qBAAqB;AAclC,MAAM,UAAU,yBAAyB;IACrC,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"errorlog.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ErrorLog/errorlog.form.component.ts","../../../../../src/lib/generated/Entities/ErrorLog/errorlog.form.component.html"],"names":[],"mappings":"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"}
@@ -9,28 +9,27 @@ import { RegisterClass } from '@memberjunction/global';
9
9
  import { BaseFormComponent } from '@memberjunction/ng-base-forms';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@angular/common";
12
- import * as i2 from "@memberjunction/ng-user-view-grid";
13
- import * as i3 from "@memberjunction/ng-base-forms";
14
- import * as i4 from "@memberjunction/ng-form-toolbar";
12
+ import * as i2 from "@memberjunction/ng-base-forms";
13
+ import * as i3 from "@memberjunction/ng-form-toolbar";
15
14
  function FileFormComponent_div_17_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
18
- i0.ɵɵlistener("dataLoaded", function FileFormComponent_div_17_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("fileEntityRecordLinks", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
17
+ i0.ɵɵlistener("AfterDataLoad", function FileFormComponent_div_17_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("fileEntityRecordLinks", $event.totalRowCount)); });
19
18
  i0.ɵɵelementEnd()();
20
19
  } if (rf & 2) {
21
20
  const ctx_r1 = i0.ɵɵnextContext();
22
21
  i0.ɵɵadvance();
23
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("File Entity Record Links", "FileID"))("NewRecordValues", ctx_r1.NewRecordValues("File Entity Record Links"))("AllowLoad", ctx_r1.IsSectionExpanded("fileEntityRecordLinks"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("File Entity Record Links", "FileID"))("NewRecordValues", ctx_r1.NewRecordValues("File Entity Record Links"))("AllowLoad", ctx_r1.IsSectionExpanded("fileEntityRecordLinks"))("ShowToolbar", false);
24
23
  } }
25
24
  function FileFormComponent_div_19_Template(rf, ctx) { if (rf & 1) {
26
25
  const _r3 = i0.ɵɵgetCurrentView();
27
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
28
- i0.ɵɵlistener("dataLoaded", function FileFormComponent_div_19_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJConversationDetailAttachments", $event.totalRowCount)); });
26
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
27
+ i0.ɵɵlistener("AfterDataLoad", function FileFormComponent_div_19_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJConversationDetailAttachments", $event.totalRowCount)); });
29
28
  i0.ɵɵelementEnd()();
30
29
  } if (rf & 2) {
31
30
  const ctx_r1 = i0.ɵɵnextContext();
32
31
  i0.ɵɵadvance();
33
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Detail Attachments", "FileID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversation Detail Attachments"))("AllowLoad", ctx_r1.IsSectionExpanded("mJConversationDetailAttachments"))("EditMode", ctx_r1.GridEditMode());
32
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Conversation Detail Attachments", "FileID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Conversation Detail Attachments"))("AllowLoad", ctx_r1.IsSectionExpanded("mJConversationDetailAttachments"))("ShowToolbar", false);
34
33
  } }
35
34
  let FileFormComponent = class FileFormComponent extends BaseFormComponent {
36
35
  async ngOnInit() {
@@ -45,7 +44,7 @@ let FileFormComponent = class FileFormComponent extends BaseFormComponent {
45
44
  ]);
46
45
  }
47
46
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵFileFormComponent_BaseFactory; return function FileFormComponent_Factory(t) { return (ɵFileFormComponent_BaseFactory || (ɵFileFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(FileFormComponent)))(t || FileFormComponent); }; })(); }
48
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileFormComponent, selectors: [["gen-file-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 62, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "fileBasics", "sectionName", "File Basics", "icon", "fa fa-file", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "classificationStatus", "sectionName", "Classification & Status", "icon", "fa fa-tags", 3, "form", "formContext"], ["FieldName", "CategoryID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Category", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "storageDetails", "sectionName", "Storage Details", "icon", "fa fa-cloud", 3, "form", "formContext"], ["FieldName", "ProviderID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentType", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProviderKey", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Provider", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "fileEntityRecordLinks", "sectionName", "File Entity Record Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "mJConversationDetailAttachments", "sectionName", "MJ: Conversation Detail Attachments", "icon", "fa fa-paperclip", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function FileFormComponent_Template(rf, ctx) { if (rf & 1) {
47
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileFormComponent, selectors: [["gen-file-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 64, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "fileBasics", "sectionName", "File Basics", "icon", "fa fa-file", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "classificationStatus", "sectionName", "Classification & Status", "icon", "fa fa-tags", 3, "form", "formContext"], ["FieldName", "CategoryID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Category", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "storageDetails", "sectionName", "Storage Details", "icon", "fa fa-cloud", 3, "form", "formContext"], ["FieldName", "ProviderID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContentType", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProviderKey", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Provider", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "fileEntityRecordLinks", "sectionName", "File Entity Record Links", "icon", "fa fa-link", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "mJConversationDetailAttachments", "sectionName", "MJ: Conversation Detail Attachments", "icon", "fa fa-paperclip", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function FileFormComponent_Template(rf, ctx) { if (rf & 1) {
49
48
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
50
49
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
51
50
  i0.ɵɵelementEnd();
@@ -97,14 +96,14 @@ let FileFormComponent = class FileFormComponent extends BaseFormComponent {
97
96
  i0.ɵɵadvance();
98
97
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
99
98
  i0.ɵɵadvance();
100
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("fileEntityRecordLinks"));
99
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("fileEntityRecordLinks"))("defaultExpanded", false);
101
100
  i0.ɵɵadvance();
102
101
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
103
102
  i0.ɵɵadvance();
104
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJConversationDetailAttachments"));
103
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJConversationDetailAttachments"))("defaultExpanded", false);
105
104
  i0.ɵɵadvance();
106
105
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
107
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
106
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
108
107
  };
109
108
  FileFormComponent = __decorate([
110
109
  RegisterClass(BaseFormComponent, 'Files') // Tell MemberJunction about this class
@@ -112,7 +111,7 @@ FileFormComponent = __decorate([
112
111
  export { FileFormComponent };
113
112
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileFormComponent, [{
114
113
  type: Component,
115
- args: [{ selector: 'gen-file-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- File Basics Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"fileBasics\"\n sectionName=\"File Basics\"\n icon=\"fa fa-file\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Classification & Status Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"classificationStatus\"\n sectionName=\"Classification & Status\"\n icon=\"fa fa-tags\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CategoryID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Category\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Storage Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"storageDetails\"\n sectionName=\"Storage Details\"\n icon=\"fa fa-cloud\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProviderID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentType\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProviderKey\"\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=\"Provider\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- File Entity Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"fileEntityRecordLinks\"\n sectionName=\"File Entity Record Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('fileEntityRecordLinks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('File Entity Record Links','FileID')\"\n [NewRecordValues]=\"NewRecordValues('File Entity Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('fileEntityRecordLinks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('fileEntityRecordLinks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Conversation Detail Attachments Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJConversationDetailAttachments\"\n sectionName=\"MJ: Conversation Detail Attachments\"\n icon=\"fa fa-paperclip\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJConversationDetailAttachments')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Attachments','FileID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Attachments')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailAttachments')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJConversationDetailAttachments', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
114
+ args: [{ selector: 'gen-file-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- File Basics Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"fileBasics\"\n sectionName=\"File Basics\"\n icon=\"fa fa-file\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Classification & Status Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"classificationStatus\"\n sectionName=\"Classification & Status\"\n icon=\"fa fa-tags\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CategoryID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Category\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Storage Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"storageDetails\"\n sectionName=\"Storage Details\"\n icon=\"fa fa-cloud\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProviderID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContentType\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProviderKey\"\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=\"Provider\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- File Entity Record Links Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"fileEntityRecordLinks\"\n sectionName=\"File Entity Record Links\"\n icon=\"fa fa-link\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('fileEntityRecordLinks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('File Entity Record Links','FileID')\"\n [NewRecordValues]=\"NewRecordValues('File Entity Record Links')\"\n [AllowLoad]=\"IsSectionExpanded('fileEntityRecordLinks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('fileEntityRecordLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Conversation Detail Attachments Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJConversationDetailAttachments\"\n sectionName=\"MJ: Conversation Detail Attachments\"\n icon=\"fa fa-paperclip\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJConversationDetailAttachments')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Conversation Detail Attachments','FileID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Conversation Detail Attachments')\"\n [AllowLoad]=\"IsSectionExpanded('mJConversationDetailAttachments')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJConversationDetailAttachments', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
116
115
  }], null, null); })();
117
116
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FileFormComponent, { className: "FileFormComponent", filePath: "src/lib/generated/Entities/File/file.form.component.ts", lineNumber: 12 }); })();
118
117
  export function LoadFileFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"file.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/File/file.form.component.ts","../../../../../src/lib/generated/Entities/File/file.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"file.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/File/file.form.component.ts","../../../../../src/lib/generated/Entities/File/file.form.component.html"],"names":[],"mappings":"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"}