@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,21 +9,20 @@ 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";
15
- import * as i5 from "@memberjunction/ng-join-grid";
12
+ import * as i2 from "@memberjunction/ng-base-forms";
13
+ import * as i3 from "@memberjunction/ng-form-toolbar";
14
+ import * as i4 from "@memberjunction/ng-join-grid";
16
15
  const _c0 = () => ["Name", "Status", "AdditionalAttributes"];
17
16
  const _c1 = a0 => ({ CommunicationProviderID: a0 });
18
17
  function CommunicationProviderFormComponent_div_17_Template(rf, ctx) { if (rf & 1) {
19
18
  const _r1 = i0.ɵɵgetCurrentView();
20
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 19);
21
- i0.ɵɵlistener("dataLoaded", function CommunicationProviderFormComponent_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("communicationLogs", $event.totalRowCount)); });
19
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 19);
20
+ i0.ɵɵlistener("AfterDataLoad", function CommunicationProviderFormComponent_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("communicationLogs", $event.totalRowCount)); });
22
21
  i0.ɵɵelementEnd()();
23
22
  } if (rf & 2) {
24
23
  const ctx_r1 = i0.ɵɵnextContext();
25
24
  i0.ɵɵadvance();
26
- i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Communication Logs", "CommunicationProviderID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("communicationLogs"))("EditMode", ctx_r1.GridEditMode());
25
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Communication Logs", "CommunicationProviderID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("communicationLogs"))("ShowToolbar", false);
27
26
  } }
28
27
  function CommunicationProviderFormComponent_div_19_Template(rf, ctx) { if (rf & 1) {
29
28
  i0.ɵɵelementStart(0, "div");
@@ -47,7 +46,7 @@ let CommunicationProviderFormComponent = class CommunicationProviderFormComponen
47
46
  ]);
48
47
  }
49
48
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCommunicationProviderFormComponent_BaseFactory; return function CommunicationProviderFormComponent_Factory(t) { return (ɵCommunicationProviderFormComponent_BaseFactory || (ɵCommunicationProviderFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CommunicationProviderFormComponent)))(t || CommunicationProviderFormComponent); }; })(); }
50
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationProviderFormComponent, selectors: [["gen-communicationprovider-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 62, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "providerDetails", "sectionName", "Provider Details", "icon", "fa fa-id-card", 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", "operationalSettings", "sectionName", "Operational Settings", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsSending", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsReceiving", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "advancedCapabilities", "sectionName", "Advanced Capabilities", "icon", "fa fa-cogs", 3, "form", "formContext"], ["FieldName", "SupportsScheduledSending", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsForwarding", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsReplying", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsDrafts", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "communicationLogs", "sectionName", "Communication Logs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "messageTypes", "sectionName", "Message Types", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["RowsEntityName", "Communication Base Message Types", "RowsEntityDisplayField", "Type", "RowsExtraFilter", "", "RowsEntityDataSource", "FullEntity", "RowsOrderBy", "Type", "RowsEntityDisplayName", "Base Type", "ColumnsMode", "Fields", "JoinEntityName", "Communication Provider Message Types", "JoinEntityRowForeignKey", "CommunicationBaseMessageTypeID", 3, "ShowSaveButton", "ShowCancelButton", "EditMode", "JoinEntityExtraFilter", "JoinEntityDisplayColumns", "NewRecordDefaultValues"]], template: function CommunicationProviderFormComponent_Template(rf, ctx) { if (rf & 1) {
49
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationProviderFormComponent, selectors: [["gen-communicationprovider-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 64, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "providerDetails", "sectionName", "Provider Details", "icon", "fa fa-id-card", 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", "operationalSettings", "sectionName", "Operational Settings", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsSending", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsReceiving", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "advancedCapabilities", "sectionName", "Advanced Capabilities", "icon", "fa fa-cogs", 3, "form", "formContext"], ["FieldName", "SupportsScheduledSending", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsForwarding", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsReplying", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SupportsDrafts", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-database", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "communicationLogs", "sectionName", "Communication Logs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "messageTypes", "sectionName", "Message Types", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"], ["RowsEntityName", "Communication Base Message Types", "RowsEntityDisplayField", "Type", "RowsExtraFilter", "", "RowsEntityDataSource", "FullEntity", "RowsOrderBy", "Type", "RowsEntityDisplayName", "Base Type", "ColumnsMode", "Fields", "JoinEntityName", "Communication Provider Message Types", "JoinEntityRowForeignKey", "CommunicationBaseMessageTypeID", 3, "ShowSaveButton", "ShowCancelButton", "EditMode", "JoinEntityExtraFilter", "JoinEntityDisplayColumns", "NewRecordDefaultValues"]], template: function CommunicationProviderFormComponent_Template(rf, ctx) { if (rf & 1) {
51
50
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
52
51
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
53
52
  i0.ɵɵelementEnd();
@@ -99,14 +98,14 @@ let CommunicationProviderFormComponent = class CommunicationProviderFormComponen
99
98
  i0.ɵɵadvance();
100
99
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
101
100
  i0.ɵɵadvance();
102
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("communicationLogs"));
101
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("communicationLogs"))("defaultExpanded", false);
103
102
  i0.ɵɵadvance();
104
103
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
105
104
  i0.ɵɵadvance();
106
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("messageTypes"));
105
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("messageTypes"))("defaultExpanded", false);
107
106
  i0.ɵɵadvance();
108
107
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
109
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent, i5.JoinGridComponent], encapsulation: 2 }); }
108
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent, i4.JoinGridComponent], encapsulation: 2 }); }
110
109
  };
111
110
  CommunicationProviderFormComponent = __decorate([
112
111
  RegisterClass(BaseFormComponent, 'Communication Providers') // Tell MemberJunction about this class
@@ -114,7 +113,7 @@ CommunicationProviderFormComponent = __decorate([
114
113
  export { CommunicationProviderFormComponent };
115
114
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CommunicationProviderFormComponent, [{
116
115
  type: Component,
117
- args: [{ selector: 'gen-communicationprovider-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Provider Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"providerDetails\"\n sectionName=\"Provider Details\"\n icon=\"fa fa-id-card\"\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 <!-- Operational Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"operationalSettings\"\n sectionName=\"Operational Settings\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsSending\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsReceiving\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Advanced Capabilities Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"advancedCapabilities\"\n sectionName=\"Advanced Capabilities\"\n icon=\"fa fa-cogs\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsScheduledSending\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsForwarding\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsReplying\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsDrafts\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Communication Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationLogs\"\n sectionName=\"Communication Logs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Logs','CommunicationProviderID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Logs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('communicationLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Message Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"messageTypes\"\n sectionName=\"Message Types\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('messageTypes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-join-grid\n [ShowSaveButton]=\"false\"\n [ShowCancelButton]=\"false\"\n [EditMode]=\"GridEditMode()\"\n RowsEntityName=\"Communication Base Message Types\"\n RowsEntityDisplayField=\"Type\"\n RowsExtraFilter=\"\"\n RowsEntityDataSource=\"FullEntity\"\n RowsOrderBy=\"Type\"\n RowsEntityDisplayName=\"Base Type\"\n ColumnsMode=\"Fields\"\n JoinEntityName=\"Communication Provider Message Types\"\n JoinEntityRowForeignKey=\"CommunicationBaseMessageTypeID\"\n [JoinEntityExtraFilter]=\"'CommunicationProviderID=' + record.ID\"\n [JoinEntityDisplayColumns]=\"['Name','Status','AdditionalAttributes']\"\n [NewRecordDefaultValues]=\"{CommunicationProviderID: record.ID}\"\n >\n </mj-join-grid>\n \n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
116
+ args: [{ selector: 'gen-communicationprovider-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Provider Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"providerDetails\"\n sectionName=\"Provider Details\"\n icon=\"fa fa-id-card\"\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 <!-- Operational Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"operationalSettings\"\n sectionName=\"Operational Settings\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsSending\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsReceiving\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Advanced Capabilities Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"advancedCapabilities\"\n sectionName=\"Advanced Capabilities\"\n icon=\"fa fa-cogs\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsScheduledSending\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsForwarding\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsReplying\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"SupportsDrafts\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-database\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Communication Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationLogs\"\n sectionName=\"Communication Logs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Logs','CommunicationProviderID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Logs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('communicationLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Message Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"messageTypes\"\n sectionName=\"Message Types\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('messageTypes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-join-grid\n [ShowSaveButton]=\"false\"\n [ShowCancelButton]=\"false\"\n [EditMode]=\"GridEditMode()\"\n RowsEntityName=\"Communication Base Message Types\"\n RowsEntityDisplayField=\"Type\"\n RowsExtraFilter=\"\"\n RowsEntityDataSource=\"FullEntity\"\n RowsOrderBy=\"Type\"\n RowsEntityDisplayName=\"Base Type\"\n ColumnsMode=\"Fields\"\n JoinEntityName=\"Communication Provider Message Types\"\n JoinEntityRowForeignKey=\"CommunicationBaseMessageTypeID\"\n [JoinEntityExtraFilter]=\"'CommunicationProviderID=' + record.ID\"\n [JoinEntityDisplayColumns]=\"['Name','Status','AdditionalAttributes']\"\n [NewRecordDefaultValues]=\"{CommunicationProviderID: record.ID}\"\n >\n </mj-join-grid>\n \n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
118
117
  }], null, null); })();
119
118
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CommunicationProviderFormComponent, { className: "CommunicationProviderFormComponent", filePath: "src/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.ts", lineNumber: 13 }); })();
120
119
  export function LoadCommunicationProviderFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"communicationprovider.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"communicationprovider.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.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;;;;;;;;;;ICgJtD,AADJ,2BAA4B,uCAOnB;IADD,2OAAiB,0BAAmB,mBAAmB,uBAAuB,KAAC;IAGvF,AADI,iBAA+B,EAC7B;;;IAPE,cAAkG;IAGlG,AADA,AADA,AADA,wHAAkG,iEACzC,4DACL,sBAC/B;;;IAiB7B,2BAA4B;IACxB,mCAiBe;IAEnB,iBAAM;;;IAlBE,cAAwB;IAcxB,AADA,AADA,AAVA,AADA,AADA,sCAAwB,2BACE,mCACC,wEAUqC,wDACK,wEACN;;AD5KxE,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,iBAAiB;IAG5D,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,UAAU,EAAE,IAAI,EAAE;YACpF,EAAE,UAAU,EAAE,qBAAqB,EAAE,WAAW,EAAE,sBAAsB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC5F,EAAE,UAAU,EAAE,sBAAsB,EAAE,WAAW,EAAE,uBAAuB,EAAE,UAAU,EAAE,KAAK,EAAE;YAC/F,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,KAAK,EAAE;YACzF,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,KAAK,EAAE;SAClF,CAAC,CAAC;IACP,CAAC;4SAbQ,kCAAkC,SAAlC,kCAAkC;oEAAlC,kCAAkC;YCN3C,AANJ,mDAAmE,8BAW/B;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAyB5B,AARA,AARA,AARA,mCAOiB,yBAQA,yBAQA,yBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAErB,iBAAuB;YAMvB,iDAQ8B;YAC1B,sFAA4B;YAUhC,iBAAuB;YAGvB,iDAQ8B;YAC1B,sFAA4B;YAsBpC,AADI,iBAAuB,EACA;;YA9LiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAc/B,cAAa;YAGb,AADA,AADA,AADA,0BAAa,gCACc,2DAC2B,0BAC7B;YACnB,cAAoB;YAApB,yCAAoB;YAkB1B,cAAa;YAGb,AADA,AADA,AADA,0BAAa,gCACc,sDACsB,0BACxB;YACnB,cAAoB;YAApB,yCAAoB;;;AD5JrB,kCAAkC;IAL9C,aAAa,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,CAAC,uCAAuC;GAKvF,kCAAkC,CAc9C;;iFAdY,kCAAkC;cAJ9C,SAAS;2BACI,gCAAgC;;kFAGjC,kCAAkC;AAgB/C,MAAM,UAAU,sCAAsC;IAClD,kGAAkG;AACtG,CAAC"}
@@ -9,18 +9,17 @@ 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 CommunicationProviderMessageTypeFormComponent_div_14_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 15);
18
- i0.ɵɵlistener("dataLoaded", function CommunicationProviderMessageTypeFormComponent_div_14_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("communicationLogs", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 15);
17
+ i0.ɵɵlistener("AfterDataLoad", function CommunicationProviderMessageTypeFormComponent_div_14_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("communicationLogs", $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("Communication Logs", "CommunicationProviderMessageTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("communicationLogs"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Communication Logs", "CommunicationProviderMessageTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("communicationLogs"))("ShowToolbar", false);
24
23
  } }
25
24
  let CommunicationProviderMessageTypeFormComponent = class CommunicationProviderMessageTypeFormComponent extends BaseFormComponent {
26
25
  async ngOnInit() {
@@ -33,7 +32,7 @@ let CommunicationProviderMessageTypeFormComponent = class CommunicationProviderM
33
32
  ]);
34
33
  }
35
34
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCommunicationProviderMessageTypeFormComponent_BaseFactory; return function CommunicationProviderMessageTypeFormComponent_Factory(t) { return (ɵCommunicationProviderMessageTypeFormComponent_BaseFactory || (ɵCommunicationProviderMessageTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CommunicationProviderMessageTypeFormComponent)))(t || CommunicationProviderMessageTypeFormComponent); }; })(); }
36
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationProviderMessageTypeFormComponent, selectors: [["gen-communicationprovidermessagetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 15, vars: 48, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "providerMapping", "sectionName", "Provider Mapping", "icon", "fa fa-comment", 3, "form", "formContext"], ["FieldName", "CommunicationProviderID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CommunicationBaseMessageTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CommunicationProvider", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CommunicationBaseMessageType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "messageTypeDefinition", "sectionName", "Message Type Definition", "icon", "fa fa-file-alt", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AdditionalAttributes", "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", "communicationLogs", "sectionName", "Communication Logs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function CommunicationProviderMessageTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
35
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationProviderMessageTypeFormComponent, selectors: [["gen-communicationprovidermessagetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 15, vars: 49, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "providerMapping", "sectionName", "Provider Mapping", "icon", "fa fa-comment", 3, "form", "formContext"], ["FieldName", "CommunicationProviderID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CommunicationBaseMessageTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CommunicationProvider", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CommunicationBaseMessageType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "messageTypeDefinition", "sectionName", "Message Type Definition", "icon", "fa fa-file-alt", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AdditionalAttributes", "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", "communicationLogs", "sectionName", "Communication Logs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function CommunicationProviderMessageTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
37
36
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
38
37
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5);
39
38
  i0.ɵɵelementEnd();
@@ -73,10 +72,10 @@ let CommunicationProviderMessageTypeFormComponent = class CommunicationProviderM
73
72
  i0.ɵɵadvance();
74
73
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
75
74
  i0.ɵɵadvance();
76
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("communicationLogs"));
75
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("communicationLogs"))("defaultExpanded", false);
77
76
  i0.ɵɵadvance();
78
77
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
79
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
78
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
80
79
  };
81
80
  CommunicationProviderMessageTypeFormComponent = __decorate([
82
81
  RegisterClass(BaseFormComponent, 'Communication Provider Message Types') // Tell MemberJunction about this class
@@ -84,7 +83,7 @@ CommunicationProviderMessageTypeFormComponent = __decorate([
84
83
  export { CommunicationProviderMessageTypeFormComponent };
85
84
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CommunicationProviderMessageTypeFormComponent, [{
86
85
  type: Component,
87
- args: [{ selector: 'gen-communicationprovidermessagetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Provider Mapping Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"providerMapping\"\n sectionName=\"Provider Mapping\"\n icon=\"fa fa-comment\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CommunicationProviderID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CommunicationBaseMessageTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CommunicationProvider\"\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=\"CommunicationBaseMessageType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Message Type Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"messageTypeDefinition\"\n sectionName=\"Message Type Definition\"\n icon=\"fa fa-file-alt\"\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=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AdditionalAttributes\"\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 <!-- Communication Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationLogs\"\n sectionName=\"Communication Logs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Logs','CommunicationProviderMessageTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Logs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('communicationLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
86
+ args: [{ selector: 'gen-communicationprovidermessagetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Provider Mapping Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"providerMapping\"\n sectionName=\"Provider Mapping\"\n icon=\"fa fa-comment\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CommunicationProviderID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CommunicationBaseMessageTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Dropdown\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CommunicationProvider\"\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=\"CommunicationBaseMessageType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Message Type Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"messageTypeDefinition\"\n sectionName=\"Message Type Definition\"\n icon=\"fa fa-file-alt\"\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=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AdditionalAttributes\"\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 <!-- Communication Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationLogs\"\n sectionName=\"Communication Logs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Logs','CommunicationProviderMessageTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Logs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('communicationLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
88
87
  }], null, null); })();
89
88
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CommunicationProviderMessageTypeFormComponent, { className: "CommunicationProviderMessageTypeFormComponent", filePath: "src/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.ts", lineNumber: 12 }); })();
90
89
  export function LoadCommunicationProviderMessageTypeFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"communicationprovidermessagetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.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;;;;;;;;ICyHtD,AADJ,2BAA4B,4BAOnB;IADD,qOAAc,0BAAmB,mBAAmB,uBAAuB,KAAC;IAGpF,AADI,iBAAoB,EAClB;;;IAPE,cAA6G;IAG7G,AADA,AADA,AADA,mIAA6G,iEACpD,4DACL,mCACzB;;ADrHpC,IAAM,6CAA6C,GAAnD,MAAM,6CAA8C,SAAQ,iBAAiB;IAGvE,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,UAAU,EAAE,IAAI,EAAE;YACpF,EAAE,UAAU,EAAE,uBAAuB,EAAE,WAAW,EAAE,yBAAyB,EAAE,UAAU,EAAE,IAAI,EAAE;YACjG,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,KAAK,EAAE;SAC5F,CAAC,CAAC;IACP,CAAC;wVAXQ,6CAA6C,SAA7C,6CAA6C;oEAA7C,6CAA6C;YCLtD,AANJ,mDAAmE,8BAW/B;YA6B5B,AARA,AAVA,AAVA,mCASiB,uBAUA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAErB,iBAAuB;YAMvB,iDAO2D;YACvD,iGAA4B;YAWpC,AADI,iBAAuB,EACA;;YAtIiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;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;YAc/B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,2DAC2B;YAChD,cAAoB;YAApB,yCAAoB;;;ADhHrB,6CAA6C;IALzD,aAAa,CAAC,iBAAiB,EAAE,sCAAsC,CAAC,CAAC,uCAAuC;GAKpG,6CAA6C,CAYzD;;iFAZY,6CAA6C;cAJzD,SAAS;2BACI,2CAA2C;;kFAG5C,6CAA6C;AAc1D,MAAM,UAAU,iDAAiD;IAC7D,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"communicationprovidermessagetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationProviderMessageType/communicationprovidermessagetype.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;;;;;;;IC0HtD,AADJ,2BAA4B,uCAOnB;IADD,sPAAiB,0BAAmB,mBAAmB,uBAAuB,KAAC;IAGvF,AADI,iBAA+B,EAC7B;;;IAPE,cAA6G;IAG7G,AADA,AADA,AADA,mIAA6G,iEACpD,4DACL,sBAC/B;;ADtH9B,IAAM,6CAA6C,GAAnD,MAAM,6CAA8C,SAAQ,iBAAiB;IAGvE,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,UAAU,EAAE,IAAI,EAAE;YACpF,EAAE,UAAU,EAAE,uBAAuB,EAAE,WAAW,EAAE,yBAAyB,EAAE,UAAU,EAAE,IAAI,EAAE;YACjG,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,KAAK,EAAE;SAC5F,CAAC,CAAC;IACP,CAAC;wVAXQ,6CAA6C,SAA7C,6CAA6C;oEAA7C,6CAA6C;YCLtD,AANJ,mDAAmE,8BAW/B;YA6B5B,AARA,AAVA,AAVA,mCASiB,uBAUA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAErB,iBAAuB;YAMvB,iDAQ8B;YAC1B,iGAA4B;YAWpC,AADI,iBAAuB,EACA;;YAvIiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;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;YAc/B,cAAa;YAGb,AADA,AADA,AADA,0BAAa,gCACc,2DAC2B,0BAC7B;YACnB,cAAoB;YAApB,yCAAoB;;;ADjHrB,6CAA6C;IALzD,aAAa,CAAC,iBAAiB,EAAE,sCAAsC,CAAC,CAAC,uCAAuC;GAKpG,6CAA6C,CAYzD;;iFAZY,6CAA6C;cAJzD,SAAS;2BACI,2CAA2C;;kFAG5C,6CAA6C;AAc1D,MAAM,UAAU,iDAAiD;IAC7D,kGAAkG;AACtG,CAAC"}
@@ -9,18 +9,17 @@ 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 CommunicationRunFormComponent_div_16_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 17);
18
- i0.ɵɵlistener("dataLoaded", function CommunicationRunFormComponent_div_16_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("communicationLogs", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 17);
17
+ i0.ɵɵlistener("AfterDataLoad", function CommunicationRunFormComponent_div_16_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("communicationLogs", $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("Communication Logs", "CommunicationRunID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("communicationLogs"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Communication Logs", "CommunicationRunID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Logs"))("AllowLoad", ctx_r1.IsSectionExpanded("communicationLogs"))("ShowToolbar", false);
24
23
  } }
25
24
  let CommunicationRunFormComponent = class CommunicationRunFormComponent extends BaseFormComponent {
26
25
  async ngOnInit() {
@@ -34,7 +33,7 @@ let CommunicationRunFormComponent = class CommunicationRunFormComponent extends
34
33
  ]);
35
34
  }
36
35
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCommunicationRunFormComponent_BaseFactory; return function CommunicationRunFormComponent_Factory(t) { return (ɵCommunicationRunFormComponent_BaseFactory || (ɵCommunicationRunFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CommunicationRunFormComponent)))(t || CommunicationRunFormComponent); }; })(); }
37
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationRunFormComponent, selectors: [["gen-communicationrun-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 17, vars: 54, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "runMetadata", "sectionName", "Run Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "executionTimeline", "sectionName", "Execution Timeline", "icon", "fa fa-calendar", 3, "form", "formContext"], ["FieldName", "Direction", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EndedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "resultNotes", "sectionName", "Result & Notes", "icon", "fa fa-comment", 3, "form", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ErrorMessage", "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", "communicationLogs", "sectionName", "Communication Logs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function CommunicationRunFormComponent_Template(rf, ctx) { if (rf & 1) {
36
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationRunFormComponent, selectors: [["gen-communicationrun-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 17, vars: 55, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "runMetadata", "sectionName", "Run Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "executionTimeline", "sectionName", "Execution Timeline", "icon", "fa fa-calendar", 3, "form", "formContext"], ["FieldName", "Direction", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "EndedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "resultNotes", "sectionName", "Result & Notes", "icon", "fa fa-comment", 3, "form", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Comments", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ErrorMessage", "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", "communicationLogs", "sectionName", "Communication Logs", "icon", "fa fa-comment", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function CommunicationRunFormComponent_Template(rf, ctx) { if (rf & 1) {
38
37
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
39
38
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
40
39
  i0.ɵɵelementEnd();
@@ -81,10 +80,10 @@ let CommunicationRunFormComponent = class CommunicationRunFormComponent extends
81
80
  i0.ɵɵadvance();
82
81
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
83
82
  i0.ɵɵadvance();
84
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("communicationLogs"));
83
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("communicationLogs"))("defaultExpanded", false);
85
84
  i0.ɵɵadvance();
86
85
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
87
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
86
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
88
87
  };
89
88
  CommunicationRunFormComponent = __decorate([
90
89
  RegisterClass(BaseFormComponent, 'Communication Runs') // Tell MemberJunction about this class
@@ -92,7 +91,7 @@ CommunicationRunFormComponent = __decorate([
92
91
  export { CommunicationRunFormComponent };
93
92
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CommunicationRunFormComponent, [{
94
93
  type: Component,
95
- args: [{ selector: 'gen-communicationrun-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Run Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"runMetadata\"\n sectionName=\"Run Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"User\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Execution Timeline Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"executionTimeline\"\n sectionName=\"Execution Timeline\"\n icon=\"fa fa-calendar\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Direction\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartedAt\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EndedAt\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Result & Notes Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"resultNotes\"\n sectionName=\"Result & Notes\"\n icon=\"fa fa-comment\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Comments\"\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=\"ErrorMessage\"\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 <!-- Communication Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationLogs\"\n sectionName=\"Communication Logs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationLogs')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Logs','CommunicationRunID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Logs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationLogs')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('communicationLogs', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
94
+ args: [{ selector: 'gen-communicationrun-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Run Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"runMetadata\"\n sectionName=\"Run Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"User\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Execution Timeline Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"executionTimeline\"\n sectionName=\"Execution Timeline\"\n icon=\"fa fa-calendar\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Direction\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartedAt\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EndedAt\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Result & Notes Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"resultNotes\"\n sectionName=\"Result & Notes\"\n icon=\"fa fa-comment\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Comments\"\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=\"ErrorMessage\"\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 <!-- Communication Logs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"communicationLogs\"\n sectionName=\"Communication Logs\"\n icon=\"fa fa-comment\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('communicationLogs')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Logs','CommunicationRunID')\"\n [NewRecordValues]=\"NewRecordValues('Communication Logs')\"\n [AllowLoad]=\"IsSectionExpanded('communicationLogs')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('communicationLogs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
96
95
  }], null, null); })();
97
96
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CommunicationRunFormComponent, { className: "CommunicationRunFormComponent", filePath: "src/lib/generated/Entities/CommunicationRun/communicationrun.form.component.ts", lineNumber: 12 }); })();
98
97
  export function LoadCommunicationRunFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"communicationrun.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationRun/communicationrun.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationRun/communicationrun.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"communicationrun.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationRun/communicationrun.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationRun/communicationrun.form.component.html"],"names":[],"mappings":"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"}
@@ -9,58 +9,57 @@ 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 CompanyFormComponent_div_12_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 17);
18
- i0.ɵɵlistener("dataLoaded", function CompanyFormComponent_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("companyIntegrations", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 17);
17
+ i0.ɵɵlistener("AfterDataLoad", function CompanyFormComponent_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("companyIntegrations", $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("Company Integrations", "CompanyName"))("NewRecordValues", ctx_r1.NewRecordValues("Company Integrations"))("AllowLoad", ctx_r1.IsSectionExpanded("companyIntegrations"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Company Integrations", "CompanyName"))("NewRecordValues", ctx_r1.NewRecordValues("Company Integrations"))("AllowLoad", ctx_r1.IsSectionExpanded("companyIntegrations"))("ShowToolbar", false);
24
23
  } }
25
24
  function CompanyFormComponent_div_14_Template(rf, ctx) { if (rf & 1) {
26
25
  const _r3 = i0.ɵɵgetCurrentView();
27
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 17);
28
- i0.ɵɵlistener("dataLoaded", function CompanyFormComponent_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("employees", $event.totalRowCount)); });
26
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 17);
27
+ i0.ɵɵlistener("AfterDataLoad", function CompanyFormComponent_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("employees", $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("Employees", "CompanyID"))("NewRecordValues", ctx_r1.NewRecordValues("Employees"))("AllowLoad", ctx_r1.IsSectionExpanded("employees"))("EditMode", ctx_r1.GridEditMode());
32
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Employees", "CompanyID"))("NewRecordValues", ctx_r1.NewRecordValues("Employees"))("AllowLoad", ctx_r1.IsSectionExpanded("employees"))("ShowToolbar", false);
34
33
  } }
35
34
  function CompanyFormComponent_div_16_Template(rf, ctx) { if (rf & 1) {
36
35
  const _r4 = i0.ɵɵgetCurrentView();
37
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 17);
38
- i0.ɵɵlistener("dataLoaded", function CompanyFormComponent_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("workflows", $event.totalRowCount)); });
36
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 17);
37
+ i0.ɵɵlistener("AfterDataLoad", function CompanyFormComponent_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("workflows", $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("Workflows", "CompanyName"))("NewRecordValues", ctx_r1.NewRecordValues("Workflows"))("AllowLoad", ctx_r1.IsSectionExpanded("workflows"))("EditMode", ctx_r1.GridEditMode());
42
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Workflows", "CompanyName"))("NewRecordValues", ctx_r1.NewRecordValues("Workflows"))("AllowLoad", ctx_r1.IsSectionExpanded("workflows"))("ShowToolbar", false);
44
43
  } }
45
44
  function CompanyFormComponent_div_18_Template(rf, ctx) { if (rf & 1) {
46
45
  const _r5 = i0.ɵɵgetCurrentView();
47
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 17);
48
- i0.ɵɵlistener("dataLoaded", function CompanyFormComponent_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("aIAgentNotes", $event.totalRowCount)); });
46
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 17);
47
+ i0.ɵɵlistener("AfterDataLoad", function CompanyFormComponent_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("aIAgentNotes", $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("AI Agent Notes", "CompanyID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Notes"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentNotes"))("EditMode", ctx_r1.GridEditMode());
52
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Notes", "CompanyID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Notes"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentNotes"))("ShowToolbar", false);
54
53
  } }
55
54
  function CompanyFormComponent_div_20_Template(rf, ctx) { if (rf & 1) {
56
55
  const _r6 = i0.ɵɵgetCurrentView();
57
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 17);
58
- i0.ɵɵlistener("dataLoaded", function CompanyFormComponent_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("mJAIAgentExamples", $event.totalRowCount)); });
56
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 17);
57
+ i0.ɵɵlistener("AfterDataLoad", function CompanyFormComponent_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("mJAIAgentExamples", $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: AI Agent Examples", "CompanyID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("EditMode", ctx_r1.GridEditMode());
62
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "CompanyID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("ShowToolbar", false);
64
63
  } }
65
64
  let CompanyFormComponent = class CompanyFormComponent extends BaseFormComponent {
66
65
  async ngOnInit() {
@@ -77,7 +76,7 @@ let CompanyFormComponent = class CompanyFormComponent extends BaseFormComponent
77
76
  ]);
78
77
  }
79
78
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCompanyFormComponent_BaseFactory; return function CompanyFormComponent_Factory(t) { return (ɵCompanyFormComponent_BaseFactory || (ɵCompanyFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CompanyFormComponent)))(t || CompanyFormComponent); }; })(); }
80
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyFormComponent, selectors: [["gen-company-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 21, vars: 56, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "coreCompanyInfo", "sectionName", "Core Company Info", "icon", "fa fa-building", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "brandingDigitalPresence", "sectionName", "Branding & Digital Presence", "icon", "fa fa-globe", 3, "form", "formContext"], ["FieldName", "Website", "Type", "textbox", "LinkType", "URL", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LogoURL", "Type", "textarea", "LinkType", "URL", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Domain", "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", "companyIntegrations", "sectionName", "Company Integrations", "icon", "fa fa-plug", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "employees", "sectionName", "Employees", "icon", "fa-solid fa-users", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "workflows", "sectionName", "Workflows", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AI Agent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function CompanyFormComponent_Template(rf, ctx) { if (rf & 1) {
79
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyFormComponent, selectors: [["gen-company-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 21, vars: 61, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "coreCompanyInfo", "sectionName", "Core Company Info", "icon", "fa fa-building", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "brandingDigitalPresence", "sectionName", "Branding & Digital Presence", "icon", "fa fa-globe", 3, "form", "formContext"], ["FieldName", "Website", "Type", "textbox", "LinkType", "URL", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LogoURL", "Type", "textarea", "LinkType", "URL", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Domain", "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", "companyIntegrations", "sectionName", "Company Integrations", "icon", "fa fa-plug", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "employees", "sectionName", "Employees", "icon", "fa-solid fa-users", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "workflows", "sectionName", "Workflows", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AI Agent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function CompanyFormComponent_Template(rf, ctx) { if (rf & 1) {
81
80
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
82
81
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
83
82
  i0.ɵɵelementEnd();
@@ -125,26 +124,26 @@ let CompanyFormComponent = class CompanyFormComponent extends BaseFormComponent
125
124
  i0.ɵɵadvance();
126
125
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
127
126
  i0.ɵɵadvance();
128
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("companyIntegrations"));
127
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("companyIntegrations"))("defaultExpanded", false);
129
128
  i0.ɵɵadvance();
130
129
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
131
130
  i0.ɵɵadvance();
132
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("employees"));
131
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("employees"))("defaultExpanded", false);
133
132
  i0.ɵɵadvance();
134
133
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
135
134
  i0.ɵɵadvance();
136
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("workflows"));
135
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("workflows"))("defaultExpanded", false);
137
136
  i0.ɵɵadvance();
138
137
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
139
138
  i0.ɵɵadvance();
140
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("aIAgentNotes"));
139
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("aIAgentNotes"))("defaultExpanded", false);
141
140
  i0.ɵɵadvance();
142
141
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
143
142
  i0.ɵɵadvance();
144
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJAIAgentExamples"));
143
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("mJAIAgentExamples"))("defaultExpanded", false);
145
144
  i0.ɵɵadvance();
146
145
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
147
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
146
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
148
147
  };
149
148
  CompanyFormComponent = __decorate([
150
149
  RegisterClass(BaseFormComponent, 'Companies') // Tell MemberJunction about this class
@@ -152,7 +151,7 @@ CompanyFormComponent = __decorate([
152
151
  export { CompanyFormComponent };
153
152
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyFormComponent, [{
154
153
  type: Component,
155
- args: [{ selector: 'gen-company-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Core Company Info Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"coreCompanyInfo\"\n sectionName=\"Core Company Info\"\n icon=\"fa fa-building\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Branding & Digital Presence Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"brandingDigitalPresence\"\n sectionName=\"Branding & Digital Presence\"\n icon=\"fa fa-globe\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Website\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"URL\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LogoURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"URL\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Domain\"\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 <!-- Company Integrations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrations\"\n sectionName=\"Company Integrations\"\n icon=\"fa fa-plug\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrations')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integrations','CompanyName')\"\n [NewRecordValues]=\"NewRecordValues('Company Integrations')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrations')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('companyIntegrations', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Employees Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"employees\"\n sectionName=\"Employees\"\n icon=\"fa-solid fa-users\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('employees')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Employees','CompanyID')\"\n [NewRecordValues]=\"NewRecordValues('Employees')\"\n [AllowLoad]=\"IsSectionExpanded('employees')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('employees', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Workflows Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"workflows\"\n sectionName=\"Workflows\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('workflows')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workflows','CompanyName')\"\n [NewRecordValues]=\"NewRecordValues('Workflows')\"\n [AllowLoad]=\"IsSectionExpanded('workflows')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('workflows', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentNotes\"\n sectionName=\"AI Agent Notes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentNotes')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','CompanyID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentExamples\"\n sectionName=\"MJ: AI Agent Examples\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','CompanyID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
154
+ args: [{ selector: 'gen-company-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Core Company Info Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"coreCompanyInfo\"\n sectionName=\"Core Company Info\"\n icon=\"fa fa-building\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Branding & Digital Presence Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"brandingDigitalPresence\"\n sectionName=\"Branding & Digital Presence\"\n icon=\"fa fa-globe\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Website\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"URL\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LogoURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"URL\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Domain\"\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 <!-- Company Integrations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"companyIntegrations\"\n sectionName=\"Company Integrations\"\n icon=\"fa fa-plug\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('companyIntegrations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integrations','CompanyName')\"\n [NewRecordValues]=\"NewRecordValues('Company Integrations')\"\n [AllowLoad]=\"IsSectionExpanded('companyIntegrations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('companyIntegrations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Employees Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"employees\"\n sectionName=\"Employees\"\n icon=\"fa-solid fa-users\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('employees')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Employees','CompanyID')\"\n [NewRecordValues]=\"NewRecordValues('Employees')\"\n [AllowLoad]=\"IsSectionExpanded('employees')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('employees', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Workflows Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"workflows\"\n sectionName=\"Workflows\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('workflows')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Workflows','CompanyName')\"\n [NewRecordValues]=\"NewRecordValues('Workflows')\"\n [AllowLoad]=\"IsSectionExpanded('workflows')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('workflows', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Notes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentNotes\"\n sectionName=\"AI Agent Notes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentNotes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','CompanyID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentExamples\"\n sectionName=\"MJ: AI Agent Examples\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','CompanyID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
156
155
  }], null, null); })();
157
156
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompanyFormComponent, { className: "CompanyFormComponent", filePath: "src/lib/generated/Entities/Company/company.form.component.ts", lineNumber: 12 }); })();
158
157
  export function LoadCompanyFormComponent() {