@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,28 +9,27 @@ import { RegisterClass } from '@memberjunction/global';
9
9
  import { BaseFormComponent } from '@memberjunction/ng-base-forms';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@angular/common";
12
- import * as i2 from "@memberjunction/ng-user-view-grid";
13
- import * as i3 from "@memberjunction/ng-base-forms";
14
- import * as i4 from "@memberjunction/ng-form-toolbar";
12
+ import * as i2 from "@memberjunction/ng-base-forms";
13
+ import * as i3 from "@memberjunction/ng-form-toolbar";
15
14
  function QueryCategoryFormComponent_div_18_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 20);
18
- i0.ɵɵlistener("dataLoaded", function QueryCategoryFormComponent_div_18_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queries", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 20);
17
+ i0.ɵɵlistener("AfterDataLoad", function QueryCategoryFormComponent_div_18_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queries", $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("Queries", "CategoryID"))("NewRecordValues", ctx_r1.NewRecordValues("Queries"))("AllowLoad", ctx_r1.IsSectionExpanded("queries"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Queries", "CategoryID"))("NewRecordValues", ctx_r1.NewRecordValues("Queries"))("AllowLoad", ctx_r1.IsSectionExpanded("queries"))("ShowToolbar", false);
24
23
  } }
25
24
  function QueryCategoryFormComponent_div_20_Template(rf, ctx) { if (rf & 1) {
26
25
  const _r3 = i0.ɵɵgetCurrentView();
27
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 20);
28
- i0.ɵɵlistener("dataLoaded", function QueryCategoryFormComponent_div_20_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queryCategories", $event.totalRowCount)); });
26
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 20);
27
+ i0.ɵɵlistener("AfterDataLoad", function QueryCategoryFormComponent_div_20_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queryCategories", $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("Query Categories", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("Query Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("queryCategories"))("EditMode", ctx_r1.GridEditMode());
32
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Query Categories", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("Query Categories"))("AllowLoad", ctx_r1.IsSectionExpanded("queryCategories"))("ShowToolbar", false);
34
33
  } }
35
34
  let QueryCategoryFormComponent = class QueryCategoryFormComponent extends BaseFormComponent {
36
35
  async ngOnInit() {
@@ -44,7 +43,7 @@ let QueryCategoryFormComponent = class QueryCategoryFormComponent extends BaseFo
44
43
  ]);
45
44
  }
46
45
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵQueryCategoryFormComponent_BaseFactory; return function QueryCategoryFormComponent_Factory(t) { return (ɵQueryCategoryFormComponent_BaseFactory || (ɵQueryCategoryFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(QueryCategoryFormComponent)))(t || QueryCategoryFormComponent); }; })(); }
47
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryCategoryFormComponent, selectors: [["gen-querycategory-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 21, vars: 68, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "categoryDetails", "sectionName", "Category Details", "icon", "fa fa-folder", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "cacheSettings", "sectionName", "Cache Settings", "icon", "fa fa-sliders-h", 3, "form", "formContext"], ["FieldName", "DefaultCacheEnabled", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultCacheTTLMinutes", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultCacheMaxSize", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CacheInheritanceEnabled", "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", "queries", "sectionName", "Queries", "icon", "fa-solid fa-clipboard-question", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "queryCategories", "sectionName", "Query Categories", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function QueryCategoryFormComponent_Template(rf, ctx) { if (rf & 1) {
46
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryCategoryFormComponent, selectors: [["gen-querycategory-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 21, vars: 70, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "categoryDetails", "sectionName", "Category Details", "icon", "fa fa-folder", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "UserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Dropdown", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "User", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "cacheSettings", "sectionName", "Cache Settings", "icon", "fa fa-sliders-h", 3, "form", "formContext"], ["FieldName", "DefaultCacheEnabled", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultCacheTTLMinutes", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultCacheMaxSize", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "CacheInheritanceEnabled", "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", "queries", "sectionName", "Queries", "icon", "fa-solid fa-clipboard-question", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "queryCategories", "sectionName", "Query Categories", "icon", "fa fa-folder", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function QueryCategoryFormComponent_Template(rf, ctx) { if (rf & 1) {
48
47
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
49
48
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
50
49
  i0.ɵɵelementEnd();
@@ -95,14 +94,14 @@ let QueryCategoryFormComponent = class QueryCategoryFormComponent extends BaseFo
95
94
  i0.ɵɵadvance();
96
95
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
97
96
  i0.ɵɵadvance();
98
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("queries"));
97
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("queries"))("defaultExpanded", false);
99
98
  i0.ɵɵadvance();
100
99
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
101
100
  i0.ɵɵadvance();
102
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("queryCategories"));
101
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("queryCategories"))("defaultExpanded", false);
103
102
  i0.ɵɵadvance();
104
103
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
105
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
104
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
106
105
  };
107
106
  QueryCategoryFormComponent = __decorate([
108
107
  RegisterClass(BaseFormComponent, 'Query Categories') // Tell MemberJunction about this class
@@ -110,7 +109,7 @@ QueryCategoryFormComponent = __decorate([
110
109
  export { QueryCategoryFormComponent };
111
110
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCategoryFormComponent, [{
112
111
  type: Component,
113
- args: [{ selector: 'gen-querycategory-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Category Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"categoryDetails\"\n sectionName=\"Category Details\"\n icon=\"fa fa-folder\"\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=\"ParentID\"\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=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserID\"\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=\"Parent\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"User\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Cache Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"cacheSettings\"\n sectionName=\"Cache Settings\"\n icon=\"fa fa-sliders-h\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultCacheEnabled\"\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=\"DefaultCacheTTLMinutes\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultCacheMaxSize\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CacheInheritanceEnabled\"\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 <!-- Queries Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queries\"\n sectionName=\"Queries\"\n icon=\"fa-solid fa-clipboard-question\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queries')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Queries','CategoryID')\"\n [NewRecordValues]=\"NewRecordValues('Queries')\"\n [AllowLoad]=\"IsSectionExpanded('queries')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queries', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryCategories\"\n sectionName=\"Query Categories\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryCategories')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
112
+ args: [{ selector: 'gen-querycategory-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Category Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"categoryDetails\"\n sectionName=\"Category Details\"\n icon=\"fa fa-folder\"\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=\"ParentID\"\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=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"UserID\"\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=\"Parent\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"User\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Cache Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"cacheSettings\"\n sectionName=\"Cache Settings\"\n icon=\"fa fa-sliders-h\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultCacheEnabled\"\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=\"DefaultCacheTTLMinutes\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultCacheMaxSize\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"CacheInheritanceEnabled\"\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 <!-- Queries Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queries\"\n sectionName=\"Queries\"\n icon=\"fa-solid fa-clipboard-question\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queries')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Queries','CategoryID')\"\n [NewRecordValues]=\"NewRecordValues('Queries')\"\n [AllowLoad]=\"IsSectionExpanded('queries')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('queries', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Query Categories Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queryCategories\"\n sectionName=\"Query Categories\"\n icon=\"fa fa-folder\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queryCategories')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Query Categories','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('Query Categories')\"\n [AllowLoad]=\"IsSectionExpanded('queryCategories')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('queryCategories', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
114
113
  }], null, null); })();
115
114
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QueryCategoryFormComponent, { className: "QueryCategoryFormComponent", filePath: "src/lib/generated/Entities/QueryCategory/querycategory.form.component.ts", lineNumber: 12 }); })();
116
115
  export function LoadQueryCategoryFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"querycategory.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/QueryCategory/querycategory.form.component.ts","../../../../../src/lib/generated/Entities/QueryCategory/querycategory.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;;;;;;;;ICyJtD,AADJ,2BAA4B,4BAOnB;IADD,kNAAc,0BAAmB,SAAS,uBAAuB,KAAC;IAG1E,AADI,iBAAoB,EAClB;;;IAPE,cAA0E;IAG1E,AADA,AADA,AADA,gGAA0E,sDAC5B,kDACJ,mCACf;;;;IAiB/B,AADJ,2BAA4B,4BAOnB;IADD,kNAAc,0BAAmB,iBAAiB,uBAAuB,KAAC;IAGlF,AADI,iBAAoB,EAClB;;;IAPE,cAAiF;IAGjF,AADA,AADA,AADA,uGAAiF,+DAC1B,0DACL,mCACvB;;AD1KpC,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,iBAAiB;IAGpD,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,eAAe,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,IAAI,EAAE;YAChF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,EAAE;YACpE,EAAE,UAAU,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,UAAU,EAAE,KAAK,EAAE;SACxF,CAAC,CAAC;IACP,CAAC;4QAZQ,0BAA0B,SAA1B,0BAA0B;oEAA1B,0BAA0B;YCLnC,AANJ,mDAAmE,8BAW/B;YAqD5B,AARA,AARA,AAVA,AARA,AAVA,AARA,mCAOiB,uBAUA,uBAQA,uBAUA,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAyB5B,AARA,AARA,AARA,qCAOiB,yBAQA,yBAQA,yBAQA;YAErB,iBAAuB;YAGvB,iDAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAErB,iBAAuB;YAMvB,iDAOiD;YAC7C,8EAA4B;YAUhC,iBAAuB;YAGvB,iDAOyD;YACrD,8EAA4B;YAWpC,AADI,iBAAuB,EACA;;YA3LiB,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;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;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;YAEb,AADA,AADA,0BAAa,gCACc,iDACiB;YACtC,cAAoB;YAApB,yCAAoB;YAkB1B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,yDACyB;YAC9C,cAAoB;YAApB,yCAAoB;;;ADrKrB,0BAA0B;IALtC,aAAa,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAAC,uCAAuC;GAKhF,0BAA0B,CAatC;;iFAbY,0BAA0B;cAJtC,SAAS;2BACI,wBAAwB;;kFAGzB,0BAA0B;AAevC,MAAM,UAAU,8BAA8B;IAC1C,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"querycategory.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/QueryCategory/querycategory.form.component.ts","../../../../../src/lib/generated/Entities/QueryCategory/querycategory.form.component.html"],"names":[],"mappings":"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"}
@@ -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 QueueFormComponent_div_25_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 26);
18
- i0.ɵɵlistener("dataLoaded", function QueueFormComponent_div_25_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queueTasks", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 26);
17
+ i0.ɵɵlistener("AfterDataLoad", function QueueFormComponent_div_25_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("queueTasks", $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("Queue Tasks", "QueueID"))("NewRecordValues", ctx_r1.NewRecordValues("Queue Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("queueTasks"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Queue Tasks", "QueueID"))("NewRecordValues", ctx_r1.NewRecordValues("Queue Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("queueTasks"))("ShowToolbar", false);
24
23
  } }
25
24
  let QueueFormComponent = class QueueFormComponent extends BaseFormComponent {
26
25
  async ngOnInit() {
@@ -34,7 +33,7 @@ let QueueFormComponent = class QueueFormComponent extends BaseFormComponent {
34
33
  ]);
35
34
  }
36
35
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵQueueFormComponent_BaseFactory; return function QueueFormComponent_Factory(t) { return (ɵQueueFormComponent_BaseFactory || (ɵQueueFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(QueueFormComponent)))(t || QueueFormComponent); }; })(); }
37
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueueFormComponent, selectors: [["gen-queue-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 26, vars: 90, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "queueDefinition", "sectionName", "Queue Definition", "icon", "fa fa-list-alt", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "QueueTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "QueueType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "operationalStatus", "sectionName", "Operational Status", "icon", "fa fa-tachometer-alt", 3, "form", "formContext"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LastHeartbeat", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "processEnvironment", "sectionName", "Process Environment", "icon", "fa fa-server", 3, "form", "formContext"], ["FieldName", "ProcessPID", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessPlatform", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessVersion", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessCwd", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessIPAddress", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessMacAddress", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessOSName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessOSVersion", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessHostName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessUserID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessUserName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "queueTasks", "sectionName", "Queue Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function QueueFormComponent_Template(rf, ctx) { if (rf & 1) {
36
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueueFormComponent, selectors: [["gen-queue-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 26, vars: 91, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "queueDefinition", "sectionName", "Queue Definition", "icon", "fa fa-list-alt", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "QueueTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "QueueType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "operationalStatus", "sectionName", "Operational Status", "icon", "fa fa-tachometer-alt", 3, "form", "formContext"], ["FieldName", "IsActive", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LastHeartbeat", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "processEnvironment", "sectionName", "Process Environment", "icon", "fa fa-server", 3, "form", "formContext"], ["FieldName", "ProcessPID", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessPlatform", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessVersion", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessCwd", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessIPAddress", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessMacAddress", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessOSName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessOSVersion", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessHostName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessUserID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ProcessUserName", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "queueTasks", "sectionName", "Queue Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function QueueFormComponent_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)(4, "mj-form-field", 4)(5, "mj-form-field", 5);
40
39
  i0.ɵɵelementEnd();
@@ -99,10 +98,10 @@ let QueueFormComponent = class QueueFormComponent extends BaseFormComponent {
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("queueTasks"));
101
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("queueTasks"))("defaultExpanded", false);
103
102
  i0.ɵɵadvance();
104
103
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
105
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
104
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
106
105
  };
107
106
  QueueFormComponent = __decorate([
108
107
  RegisterClass(BaseFormComponent, 'Queues') // Tell MemberJunction about this class
@@ -110,7 +109,7 @@ QueueFormComponent = __decorate([
110
109
  export { QueueFormComponent };
111
110
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueueFormComponent, [{
112
111
  type: Component,
113
- args: [{ selector: 'gen-queue-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Queue Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"queueDefinition\"\n sectionName=\"Queue Definition\"\n icon=\"fa fa-list-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"QueueTypeID\"\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=\"QueueType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Operational Status Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"operationalStatus\"\n sectionName=\"Operational Status\"\n icon=\"fa fa-tachometer-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\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=\"LastHeartbeat\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Process Environment Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"processEnvironment\"\n sectionName=\"Process Environment\"\n icon=\"fa fa-server\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProcessPID\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProcessPlatform\"\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=\"ProcessVersion\"\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=\"ProcessCwd\"\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=\"ProcessIPAddress\"\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=\"ProcessMacAddress\"\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=\"ProcessOSName\"\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=\"ProcessOSVersion\"\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=\"ProcessHostName\"\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=\"ProcessUserID\"\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=\"ProcessUserName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Queue Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queueTasks\"\n sectionName=\"Queue Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queueTasks')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Queue Tasks','QueueID')\"\n [NewRecordValues]=\"NewRecordValues('Queue Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('queueTasks')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queueTasks', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
112
+ args: [{ selector: 'gen-queue-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Queue Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"queueDefinition\"\n sectionName=\"Queue Definition\"\n icon=\"fa fa-list-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"QueueTypeID\"\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=\"QueueType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Operational Status Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"operationalStatus\"\n sectionName=\"Operational Status\"\n icon=\"fa fa-tachometer-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\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=\"LastHeartbeat\"\n Type=\"datepicker\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Process Environment Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"processEnvironment\"\n sectionName=\"Process Environment\"\n icon=\"fa fa-server\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProcessPID\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ProcessPlatform\"\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=\"ProcessVersion\"\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=\"ProcessCwd\"\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=\"ProcessIPAddress\"\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=\"ProcessMacAddress\"\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=\"ProcessOSName\"\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=\"ProcessOSVersion\"\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=\"ProcessHostName\"\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=\"ProcessUserID\"\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=\"ProcessUserName\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Queue Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queueTasks\"\n sectionName=\"Queue Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queueTasks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Queue Tasks','QueueID')\"\n [NewRecordValues]=\"NewRecordValues('Queue Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('queueTasks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('queueTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
114
113
  }], null, null); })();
115
114
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QueueFormComponent, { className: "QueueFormComponent", filePath: "src/lib/generated/Entities/Queue/queue.form.component.ts", lineNumber: 12 }); })();
116
115
  export function LoadQueueFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"queue.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Queue/queue.form.component.ts","../../../../../src/lib/generated/Entities/Queue/queue.form.component.html"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"queue.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Queue/queue.form.component.ts","../../../../../src/lib/generated/Entities/Queue/queue.form.component.html"],"names":[],"mappings":"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"}
@@ -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 QueueTypeFormComponent_div_12_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 13);
18
- i0.ɵɵlistener("dataLoaded", function QueueTypeFormComponent_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("queues", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 13);
17
+ i0.ɵɵlistener("AfterDataLoad", function QueueTypeFormComponent_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("queues", $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("Queues", "QueueTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Queues"))("AllowLoad", ctx_r1.IsSectionExpanded("queues"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Queues", "QueueTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("Queues"))("AllowLoad", ctx_r1.IsSectionExpanded("queues"))("ShowToolbar", false);
24
23
  } }
25
24
  let QueueTypeFormComponent = class QueueTypeFormComponent extends BaseFormComponent {
26
25
  async ngOnInit() {
@@ -33,7 +32,7 @@ let QueueTypeFormComponent = class QueueTypeFormComponent extends BaseFormCompon
33
32
  ]);
34
33
  }
35
34
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵQueueTypeFormComponent_BaseFactory; return function QueueTypeFormComponent_Factory(t) { return (ɵQueueTypeFormComponent_BaseFactory || (ɵQueueTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(QueueTypeFormComponent)))(t || QueueTypeFormComponent); }; })(); }
36
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueueTypeFormComponent, selectors: [["gen-queuetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 13, vars: 40, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "queueDefinition", "sectionName", "Queue Definition", "icon", "fa fa-list-alt", 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", "processingDriverSettings", "sectionName", "Processing Driver Settings", "icon", "fa fa-cogs", 3, "form", "formContext"], ["FieldName", "DriverClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DriverImportPath", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsActive", "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", "queues", "sectionName", "Queues", "icon", "fa-solid fa-folder-tree", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function QueueTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
35
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueueTypeFormComponent, selectors: [["gen-queuetype-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 13, vars: 41, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "queueDefinition", "sectionName", "Queue Definition", "icon", "fa fa-list-alt", 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", "processingDriverSettings", "sectionName", "Processing Driver Settings", "icon", "fa fa-cogs", 3, "form", "formContext"], ["FieldName", "DriverClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DriverImportPath", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsActive", "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", "queues", "sectionName", "Queues", "icon", "fa-solid fa-folder-tree", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function QueueTypeFormComponent_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);
39
38
  i0.ɵɵelementEnd();
@@ -69,10 +68,10 @@ let QueueTypeFormComponent = class QueueTypeFormComponent extends BaseFormCompon
69
68
  i0.ɵɵadvance();
70
69
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
71
70
  i0.ɵɵadvance();
72
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("queues"));
71
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("queues"))("defaultExpanded", false);
73
72
  i0.ɵɵadvance();
74
73
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
75
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
74
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
76
75
  };
77
76
  QueueTypeFormComponent = __decorate([
78
77
  RegisterClass(BaseFormComponent, 'Queue Types') // Tell MemberJunction about this class
@@ -80,7 +79,7 @@ QueueTypeFormComponent = __decorate([
80
79
  export { QueueTypeFormComponent };
81
80
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueueTypeFormComponent, [{
82
81
  type: Component,
83
- args: [{ selector: 'gen-queuetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Queue Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"queueDefinition\"\n sectionName=\"Queue Definition\"\n icon=\"fa fa-list-alt\"\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 <!-- Processing Driver Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"processingDriverSettings\"\n sectionName=\"Processing Driver Settings\"\n icon=\"fa fa-cogs\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DriverClass\"\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=\"DriverImportPath\"\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=\"IsActive\"\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 <!-- Queues Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queues\"\n sectionName=\"Queues\"\n icon=\"fa-solid fa-folder-tree\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queues')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Queues','QueueTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Queues')\"\n [AllowLoad]=\"IsSectionExpanded('queues')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('queues', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
82
+ args: [{ selector: 'gen-queuetype-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Queue Definition Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"queueDefinition\"\n sectionName=\"Queue Definition\"\n icon=\"fa fa-list-alt\"\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 <!-- Processing Driver Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"processingDriverSettings\"\n sectionName=\"Processing Driver Settings\"\n icon=\"fa fa-cogs\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DriverClass\"\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=\"DriverImportPath\"\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=\"IsActive\"\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 <!-- Queues Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"queues\"\n sectionName=\"Queues\"\n icon=\"fa-solid fa-folder-tree\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('queues')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Queues','QueueTypeID')\"\n [NewRecordValues]=\"NewRecordValues('Queues')\"\n [AllowLoad]=\"IsSectionExpanded('queues')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('queues', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
84
83
  }], null, null); })();
85
84
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QueueTypeFormComponent, { className: "QueueTypeFormComponent", filePath: "src/lib/generated/Entities/QueueType/queuetype.form.component.ts", lineNumber: 12 }); })();
86
85
  export function LoadQueueTypeFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"queuetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/QueueType/queuetype.form.component.ts","../../../../../src/lib/generated/Entities/QueueType/queuetype.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;;;;;;;;ICqGtD,AADJ,2BAA4B,4BAOnB;IADD,8MAAc,0BAAmB,QAAQ,uBAAuB,KAAC;IAGzE,AADI,iBAAoB,EAClB;;;IAPE,cAA0E;IAG1E,AADA,AADA,AADA,gGAA0E,qDAC7B,iDACJ,mCACd;;ADjGpC,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,iBAAiB;IAGhD,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,0BAA0B,EAAE,WAAW,EAAE,4BAA4B,EAAE,UAAU,EAAE,IAAI,EAAE;YACvG,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE;SACrE,CAAC,CAAC;IACP,CAAC;4PAXQ,sBAAsB,SAAtB,sBAAsB;oEAAtB,sBAAsB;YCL/B,AANJ,mDAAmE,8BAW/B;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,yBAQA;YAErB,iBAAuB;YAMvB,iDAOgD;YAC5C,0EAA4B;YAWpC,AADI,iBAAuB,EACA;;YAlHiB,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;YAc/B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,gDACgB;YACrC,cAAoB;YAApB,yCAAoB;;;AD5FrB,sBAAsB;IALlC,aAAa,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC,uCAAuC;GAK3E,sBAAsB,CAYlC;;iFAZY,sBAAsB;cAJlC,SAAS;2BACI,oBAAoB;;kFAGrB,sBAAsB;AAcnC,MAAM,UAAU,0BAA0B;IACtC,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"queuetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/QueueType/queuetype.form.component.ts","../../../../../src/lib/generated/Entities/QueueType/queuetype.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;;;;;;;ICsGtD,AADJ,2BAA4B,uCAOnB;IADD,+NAAiB,0BAAmB,QAAQ,uBAAuB,KAAC;IAG5E,AADI,iBAA+B,EAC7B;;;IAPE,cAA0E;IAG1E,AADA,AADA,AADA,gGAA0E,qDAC7B,iDACJ,sBACpB;;ADlG9B,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,iBAAiB;IAGhD,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,0BAA0B,EAAE,WAAW,EAAE,4BAA4B,EAAE,UAAU,EAAE,IAAI,EAAE;YACvG,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE;SACrE,CAAC,CAAC;IACP,CAAC;4PAXQ,sBAAsB,SAAtB,sBAAsB;oEAAtB,sBAAsB;YCL/B,AANJ,mDAAmE,8BAW/B;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,yBAQA;YAErB,iBAAuB;YAMvB,iDAQ8B;YAC1B,0EAA4B;YAWpC,AADI,iBAAuB,EACA;;YAnHiB,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;YAc/B,cAAa;YAGb,AADA,AADA,AADA,0BAAa,gCACc,gDACgB,0BAClB;YACnB,cAAoB;YAApB,yCAAoB;;;AD7FrB,sBAAsB;IALlC,aAAa,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC,uCAAuC;GAK3E,sBAAsB,CAYlC;;iFAZY,sBAAsB;cAJlC,SAAS;2BACI,oBAAoB;;kFAGrB,sBAAsB;AAcnC,MAAM,UAAU,0BAA0B;IACtC,kGAAkG;AACtG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"recommendation.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Recommendation/recommendation.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,2BAA4B,SAAQ,iBAAiB;IACvD,MAAM,EAAG,oBAAoB,CAAC;IAEtB,QAAQ;yCAHd,2BAA2B;2CAA3B,2BAA2B;CAWvC;AAED,wBAAgB,+BAA+B,SAE9C"}
1
+ {"version":3,"file":"recommendation.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Recommendation/recommendation.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAKa,2BAA4B,SAAQ,iBAAiB;IACvD,MAAM,EAAG,oBAAoB,CAAC;IAEtB,QAAQ;yCAHd,2BAA2B;2CAA3B,2BAA2B;CAYvC;AAED,wBAAgB,+BAA+B,SAE9C"}
@@ -9,38 +9,41 @@ 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
- function RecommendationFormComponent_div_10_Template(rf, ctx) { if (rf & 1) {
12
+ import * as i2 from "@memberjunction/ng-base-forms";
13
+ import * as i3 from "@memberjunction/ng-form-toolbar";
14
+ function RecommendationFormComponent_div_12_Template(rf, ctx) { if (rf & 1) {
16
15
  const _r1 = i0.ɵɵgetCurrentView();
17
- i0.ɵɵelementStart(0, "div")(1, "mj-user-view-grid", 11);
18
- i0.ɵɵlistener("dataLoaded", function RecommendationFormComponent_div_10_Template_mj_user_view_grid_dataLoaded_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("recommendationItems", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 13);
17
+ i0.ɵɵlistener("AfterDataLoad", function RecommendationFormComponent_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("recommendationItems", $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("Recommendation Items", "RecommendationID"))("NewRecordValues", ctx_r1.NewRecordValues("Recommendation Items"))("AllowLoad", ctx_r1.IsSectionExpanded("recommendationItems"))("EditMode", ctx_r1.GridEditMode());
22
+ i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Recommendation Items", "RecommendationID"))("NewRecordValues", ctx_r1.NewRecordValues("Recommendation Items"))("AllowLoad", ctx_r1.IsSectionExpanded("recommendationItems"))("ShowToolbar", false);
24
23
  } }
25
24
  let RecommendationFormComponent = class RecommendationFormComponent extends BaseFormComponent {
26
25
  async ngOnInit() {
27
26
  await super.ngOnInit();
28
27
  this.initSections([
29
28
  { sectionKey: 'recommendationCore', sectionName: 'Recommendation Core', isExpanded: true },
29
+ { sectionKey: 'details', sectionName: 'Details', isExpanded: true },
30
30
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
31
31
  { sectionKey: 'recommendationItems', sectionName: 'Recommendation Items', isExpanded: false }
32
32
  ]);
33
33
  }
34
34
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵRecommendationFormComponent_BaseFactory; return function RecommendationFormComponent_Factory(t) { return (ɵRecommendationFormComponent_BaseFactory || (ɵRecommendationFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(RecommendationFormComponent)))(t || RecommendationFormComponent); }; })(); }
35
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RecommendationFormComponent, selectors: [["gen-recommendation-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 34, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "recommendationCore", "sectionName", "Recommendation Core", "icon", "fa fa-clipboard", 3, "form", "formContext"], ["FieldName", "RecommendationRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SourceEntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SourceEntityRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SourceEntity", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "recommendationItems", "sectionName", "Recommendation Items", "icon", "fa fa-lightbulb", "variant", "related-entity", 3, "form", "formContext", "badgeCount"], [4, "ngIf"], [3, "dataLoaded", "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function RecommendationFormComponent_Template(rf, ctx) { if (rf & 1) {
35
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RecommendationFormComponent, selectors: [["gen-recommendation-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 13, vars: 41, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "recommendationCore", "sectionName", "Recommendation Core", "icon", "fa fa-clipboard", 3, "form", "formContext"], ["FieldName", "RecommendationRunID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SourceEntityID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SourceEntityRecordID", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "SourceEntity", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "details", "sectionName", "Details", "icon", "fa fa-align-left", 3, "form", "formContext"], ["FieldName", "RecommendationRun", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "recommendationItems", "sectionName", "Recommendation Items", "icon", "fa fa-lightbulb", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function RecommendationFormComponent_Template(rf, ctx) { if (rf & 1) {
36
36
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
37
37
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5);
38
38
  i0.ɵɵelementEnd();
39
39
  i0.ɵɵelementStart(6, "mj-collapsible-panel", 6);
40
- i0.ɵɵelement(7, "mj-form-field", 7)(8, "mj-form-field", 8);
40
+ i0.ɵɵelement(7, "mj-form-field", 7);
41
41
  i0.ɵɵelementEnd();
42
- i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
43
- i0.ɵɵtemplate(10, RecommendationFormComponent_div_10_Template, 2, 4, "div", 10);
42
+ i0.ɵɵelementStart(8, "mj-collapsible-panel", 8);
43
+ i0.ɵɵelement(9, "mj-form-field", 9)(10, "mj-form-field", 10);
44
+ i0.ɵɵelementEnd();
45
+ i0.ɵɵelementStart(11, "mj-collapsible-panel", 11);
46
+ i0.ɵɵtemplate(12, RecommendationFormComponent_div_12_Template, 2, 4, "div", 12);
44
47
  i0.ɵɵelementEnd()();
45
48
  } if (rf & 2) {
46
49
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -57,14 +60,18 @@ let RecommendationFormComponent = class RecommendationFormComponent extends Base
57
60
  i0.ɵɵadvance();
58
61
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
59
62
  i0.ɵɵadvance();
63
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
64
+ i0.ɵɵadvance();
65
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
66
+ i0.ɵɵadvance();
60
67
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
61
68
  i0.ɵɵadvance();
62
69
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
63
70
  i0.ɵɵadvance();
64
- i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("recommendationItems"));
71
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext)("badgeCount", ctx.GetSectionRowCount("recommendationItems"))("defaultExpanded", false);
65
72
  i0.ɵɵadvance();
66
73
  i0.ɵɵproperty("ngIf", ctx.record.IsSaved);
67
- } }, dependencies: [i1.NgIf, i2.UserViewGridComponent, i3.MJFormField, i3.CollapsiblePanelComponent, i4.RecordFormContainerComponent], encapsulation: 2 }); }
74
+ } }, dependencies: [i1.NgIf, i2.MJFormField, i2.CollapsiblePanelComponent, i2.ExplorerEntityDataGridComponent, i3.RecordFormContainerComponent], encapsulation: 2 }); }
68
75
  };
69
76
  RecommendationFormComponent = __decorate([
70
77
  RegisterClass(BaseFormComponent, 'Recommendations') // Tell MemberJunction about this class
@@ -72,7 +79,7 @@ RecommendationFormComponent = __decorate([
72
79
  export { RecommendationFormComponent };
73
80
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RecommendationFormComponent, [{
74
81
  type: Component,
75
- args: [{ selector: 'gen-recommendation-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Recommendation Core Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"recommendationCore\"\n sectionName=\"Recommendation Core\"\n icon=\"fa fa-clipboard\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RecommendationRunID\"\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=\"SourceEntityID\"\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=\"SourceEntityRecordID\"\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=\"SourceEntity\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Recommendation Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendationItems\"\n sectionName=\"Recommendation Items\"\n icon=\"fa fa-lightbulb\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendationItems')\">\n <div *ngIf=\"record.IsSaved\">\n <mj-user-view-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Items','RecommendationID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Items')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationItems')\"\n [EditMode]=\"GridEditMode()\"\n (dataLoaded)=\"SetSectionRowCount('recommendationItems', $event.totalRowCount)\"\n >\n </mj-user-view-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
82
+ args: [{ selector: 'gen-recommendation-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Recommendation Core Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"recommendationCore\"\n sectionName=\"Recommendation Core\"\n icon=\"fa fa-clipboard\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RecommendationRunID\"\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=\"SourceEntityID\"\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=\"SourceEntityRecordID\"\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=\"SourceEntity\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Details Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"details\"\n sectionName=\"Details\"\n icon=\"fa fa-align-left\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"RecommendationRun\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- Recommendation Items Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"recommendationItems\"\n sectionName=\"Recommendation Items\"\n icon=\"fa fa-lightbulb\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('recommendationItems')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Recommendation Items','RecommendationID')\"\n [NewRecordValues]=\"NewRecordValues('Recommendation Items')\"\n [AllowLoad]=\"IsSectionExpanded('recommendationItems')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('recommendationItems', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
76
83
  }], null, null); })();
77
84
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationFormComponent, { className: "RecommendationFormComponent", filePath: "src/lib/generated/Entities/Recommendation/recommendation.form.component.ts", lineNumber: 12 }); })();
78
85
  export function LoadRecommendationFormComponent() {
@@ -1 +1 @@
1
- {"version":3,"file":"recommendation.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Recommendation/recommendation.form.component.ts","../../../../../src/lib/generated/Entities/Recommendation/recommendation.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;;;;;;;;ICuFtD,AADJ,2BAA4B,4BAOnB;IADD,mNAAc,0BAAmB,qBAAqB,uBAAuB,KAAC;IAGtF,AADI,iBAAoB,EAClB;;;IAPE,cAA6F;IAG7F,AADA,AADA,AADA,mHAA6F,mEAClC,8DACL,mCAC3B;;ADnFpC,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,iBAAiB;IAGrD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,qBAAqB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC1F,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,qBAAqB,EAAE,WAAW,EAAE,sBAAsB,EAAE,UAAU,EAAE,KAAK,EAAE;SAChG,CAAC,CAAC;IACP,CAAC;gRAVQ,2BAA2B,SAA3B,2BAA2B;oEAA3B,2BAA2B;YCLpC,AANJ,mDAAmE,8BAW/B;YA6B5B,AARA,AAVA,AAVA,mCASiB,uBAUA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAErB,iBAAuB;YAMvB,+CAO6D;YACzD,+EAA4B;YAWpC,AADI,iBAAuB,EACA;;YApGiB,AAAlB,mCAAiB,sBAAuB;YAU1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAK3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;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;YAc/B,cAAa;YAEb,AADA,AADA,0BAAa,gCACc,6DAC6B;YAClD,cAAoB;YAApB,yCAAoB;;;AD9ErB,2BAA2B;IALvC,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,uCAAuC;GAK/E,2BAA2B,CAWvC;;iFAXY,2BAA2B;cAJvC,SAAS;2BACI,yBAAyB;;kFAG1B,2BAA2B;AAaxC,MAAM,UAAU,+BAA+B;IAC3C,kGAAkG;AACtG,CAAC"}
1
+ {"version":3,"file":"recommendation.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Recommendation/recommendation.form.component.ts","../../../../../src/lib/generated/Entities/Recommendation/recommendation.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;;;;;;;IC0GtD,AADJ,2BAA4B,uCAOnB;IADD,oOAAiB,0BAAmB,qBAAqB,uBAAuB,KAAC;IAGzF,AADI,iBAA+B,EAC7B;;;IAPE,cAA6F;IAG7F,AADA,AADA,AADA,mHAA6F,mEAClC,8DACL,sBACjC;;ADtG9B,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,iBAAiB;IAGrD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,qBAAqB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC1F,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE;YACnE,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,qBAAqB,EAAE,WAAW,EAAE,sBAAsB,EAAE,UAAU,EAAE,KAAK,EAAE;SAChG,CAAC,CAAC;IACP,CAAC;gRAXQ,2BAA2B,SAA3B,2BAA2B;oEAA3B,2BAA2B;YCLpC,AANJ,mDAAmE,8BAW/B;YA6B5B,AARA,AAVA,AAVA,mCASiB,uBAUA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAC5B,mCAOiB;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,yBAQA;YAErB,iBAAuB;YAMvB,iDAQ8B;YAC1B,+EAA4B;YAWpC,AADI,iBAAuB,EACA;;YAvHiB,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,oBACE,0BAGE,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,6DAC6B,0BAC/B;YACnB,cAAoB;YAApB,yCAAoB;;;ADjGrB,2BAA2B;IALvC,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,uCAAuC;GAK/E,2BAA2B,CAYvC;;iFAZY,2BAA2B;cAJvC,SAAS;2BACI,yBAAyB;;kFAG1B,2BAA2B;AAcxC,MAAM,UAAU,+BAA+B;IAC3C,kGAAkG;AACtG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"recommendationitem.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,+BAAgC,SAAQ,iBAAiB;IAC3D,MAAM,EAAG,wBAAwB,CAAC;IAE1B,QAAQ;yCAHd,+BAA+B;2CAA/B,+BAA+B;CAW3C;AAED,wBAAgB,mCAAmC,SAElD"}
1
+ {"version":3,"file":"recommendationitem.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/RecommendationItem/recommendationitem.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAKa,+BAAgC,SAAQ,iBAAiB;IAC3D,MAAM,EAAG,wBAAwB,CAAC;IAE1B,QAAQ;yCAHd,+BAA+B;2CAA/B,+BAA+B;CAY3C;AAED,wBAAgB,mCAAmC,SAElD"}