@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
@@ -25,7 +25,7 @@ import * as i23 from "@progress/kendo-angular-layout";
25
25
  import * as i24 from "@progress/kendo-angular-inputs";
26
26
  import * as i25 from "@progress/kendo-angular-buttons";
27
27
  import * as i26 from "@progress/kendo-angular-dateinputs";
28
- import * as i27 from "@memberjunction/ng-user-view-grid";
28
+ import * as i27 from "@memberjunction/ng-entity-viewer";
29
29
  import * as i28 from "@memberjunction/ng-link-directives";
30
30
  import * as i29 from "@memberjunction/ng-base-forms";
31
31
  import * as i30 from "@memberjunction/ng-form-toolbar";
@@ -176,147 +176,149 @@ import * as i174 from "./Entities/EncryptionAlgorithm/encryptionalgorithm.form.c
176
176
  import * as i175 from "./Entities/EncryptionKeySource/encryptionkeysource.form.component";
177
177
  import * as i176 from "./Entities/EncryptionKey/encryptionkey.form.component";
178
178
  import * as i177 from "./Entities/Environment/environment.form.component";
179
- import * as i178 from "./Entities/Project/project.form.component";
180
- import * as i179 from "./Entities/PublicLink/publiclink.form.component";
181
- import * as i180 from "./Entities/QueryParameter/queryparameter.form.component";
182
- import * as i181 from "./Entities/RecordLink/recordlink.form.component";
183
- import * as i182 from "./Entities/ReportUserState/reportuserstate.form.component";
184
- import * as i183 from "./Entities/ReportVersion/reportversion.form.component";
185
- import * as i184 from "./Entities/ScheduledJobRun/scheduledjobrun.form.component";
186
- import * as i185 from "./Entities/ScheduledJobType/scheduledjobtype.form.component";
187
- import * as i186 from "./Entities/ScheduledJob/scheduledjob.form.component";
188
- import * as i187 from "./Entities/TaskDependency/taskdependency.form.component";
189
- import * as i188 from "./Entities/TaskType/tasktype.form.component";
190
- import * as i189 from "./Entities/Task/task.form.component";
191
- import * as i190 from "./Entities/TestRubric/testrubric.form.component";
192
- import * as i191 from "./Entities/TestRunFeedback/testrunfeedback.form.component";
193
- import * as i192 from "./Entities/TestRun/testrun.form.component";
194
- import * as i193 from "./Entities/TestSuiteRun/testsuiterun.form.component";
195
- import * as i194 from "./Entities/TestSuiteTest/testsuitetest.form.component";
196
- import * as i195 from "./Entities/TestSuite/testsuite.form.component";
197
- import * as i196 from "./Entities/TestType/testtype.form.component";
198
- import * as i197 from "./Entities/Test/test.form.component";
199
- import * as i198 from "./Entities/UserSetting/usersetting.form.component";
200
- import * as i199 from "./Entities/OutputDeliveryType/outputdeliverytype.form.component";
201
- import * as i200 from "./Entities/OutputFormatType/outputformattype.form.component";
202
- import * as i201 from "./Entities/OutputTriggerType/outputtriggertype.form.component";
203
- import * as i202 from "./Entities/Query/query.form.component";
204
- import * as i203 from "./Entities/QueryCategory/querycategory.form.component";
205
- import * as i204 from "./Entities/QueryEntity/queryentity.form.component";
206
- import * as i205 from "./Entities/QueryField/queryfield.form.component";
207
- import * as i206 from "./Entities/QueryPermission/querypermission.form.component";
208
- import * as i207 from "./Entities/QueueTask/queuetask.form.component";
209
- import * as i208 from "./Entities/QueueType/queuetype.form.component";
210
- import * as i209 from "./Entities/Queue/queue.form.component";
211
- import * as i210 from "./Entities/RecommendationItem/recommendationitem.form.component";
212
- import * as i211 from "./Entities/RecommendationProvider/recommendationprovider.form.component";
213
- import * as i212 from "./Entities/RecommendationRun/recommendationrun.form.component";
214
- import * as i213 from "./Entities/Recommendation/recommendation.form.component";
215
- import * as i214 from "./Entities/RecordChangeReplayRun/recordchangereplayrun.form.component";
216
- import * as i215 from "./Entities/RecordChange/recordchange.form.component";
217
- import * as i216 from "./Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component";
218
- import * as i217 from "./Entities/RecordMergeLog/recordmergelog.form.component";
219
- import * as i218 from "./Entities/ReportCategory/reportcategory.form.component";
220
- import * as i219 from "./Entities/ReportSnapshot/reportsnapshot.form.component";
221
- import * as i220 from "./Entities/Report/report.form.component";
222
- import * as i221 from "./Entities/ResourceLink/resourcelink.form.component";
223
- import * as i222 from "./Entities/ResourcePermission/resourcepermission.form.component";
224
- import * as i223 from "./Entities/ResourceType/resourcetype.form.component";
225
- import * as i224 from "./Entities/Role/role.form.component";
226
- import * as i225 from "./Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component";
227
- import * as i226 from "./Entities/ScheduledActionParam/scheduledactionparam.form.component";
228
- import * as i227 from "./Entities/ScheduledAction/scheduledaction.form.component";
229
- import * as i228 from "./Entities/SchemaInfo/schemainfo.form.component";
230
- import * as i229 from "./Entities/Skill/skill.form.component";
231
- import * as i230 from "./Entities/TaggedItem/taggeditem.form.component";
232
- import * as i231 from "./Entities/Tag/tag.form.component";
233
- import * as i232 from "./Entities/TemplateCategory/templatecategory.form.component";
234
- import * as i233 from "./Entities/TemplateContentType/templatecontenttype.form.component";
235
- import * as i234 from "./Entities/TemplateContent/templatecontent.form.component";
236
- import * as i235 from "./Entities/TemplateParam/templateparam.form.component";
237
- import * as i236 from "./Entities/Template/template.form.component";
238
- import * as i237 from "./Entities/UserApplicationEntity/userapplicationentity.form.component";
239
- import * as i238 from "./Entities/UserApplication/userapplication.form.component";
240
- import * as i239 from "./Entities/UserFavorite/userfavorite.form.component";
241
- import * as i240 from "./Entities/UserNotification/usernotification.form.component";
242
- import * as i241 from "./Entities/UserRecordLog/userrecordlog.form.component";
243
- import * as i242 from "./Entities/UserRole/userrole.form.component";
244
- import * as i243 from "./Entities/UserViewCategory/userviewcategory.form.component";
245
- import * as i244 from "./Entities/UserViewRunDetail/userviewrundetail.form.component";
246
- import * as i245 from "./Entities/UserViewRun/userviewrun.form.component";
247
- import * as i246 from "./Entities/UserView/userview.form.component";
248
- import * as i247 from "./Entities/User/user.form.component";
249
- import * as i248 from "./Entities/VectorDatabase/vectordatabase.form.component";
250
- import * as i249 from "./Entities/VectorIndex/vectorindex.form.component";
251
- import * as i250 from "./Entities/VersionInstallation/versioninstallation.form.component";
252
- import * as i251 from "./Entities/WorkflowEngine/workflowengine.form.component";
253
- import * as i252 from "./Entities/WorkflowRun/workflowrun.form.component";
254
- import * as i253 from "./Entities/Workflow/workflow.form.component";
255
- import * as i254 from "./Entities/WorkspaceItem/workspaceitem.form.component";
256
- import * as i255 from "./Entities/Workspace/workspace.form.component";
179
+ import * as i178 from "./Entities/ListInvitation/listinvitation.form.component";
180
+ import * as i179 from "./Entities/ListShare/listshare.form.component";
181
+ import * as i180 from "./Entities/Project/project.form.component";
182
+ import * as i181 from "./Entities/PublicLink/publiclink.form.component";
183
+ import * as i182 from "./Entities/QueryParameter/queryparameter.form.component";
184
+ import * as i183 from "./Entities/RecordLink/recordlink.form.component";
185
+ import * as i184 from "./Entities/ReportUserState/reportuserstate.form.component";
186
+ import * as i185 from "./Entities/ReportVersion/reportversion.form.component";
187
+ import * as i186 from "./Entities/ScheduledJobRun/scheduledjobrun.form.component";
188
+ import * as i187 from "./Entities/ScheduledJobType/scheduledjobtype.form.component";
189
+ import * as i188 from "./Entities/ScheduledJob/scheduledjob.form.component";
190
+ import * as i189 from "./Entities/TaskDependency/taskdependency.form.component";
191
+ import * as i190 from "./Entities/TaskType/tasktype.form.component";
192
+ import * as i191 from "./Entities/Task/task.form.component";
193
+ import * as i192 from "./Entities/TestRubric/testrubric.form.component";
194
+ import * as i193 from "./Entities/TestRunFeedback/testrunfeedback.form.component";
195
+ import * as i194 from "./Entities/TestRun/testrun.form.component";
196
+ import * as i195 from "./Entities/TestSuiteRun/testsuiterun.form.component";
197
+ import * as i196 from "./Entities/TestSuiteTest/testsuitetest.form.component";
198
+ import * as i197 from "./Entities/TestSuite/testsuite.form.component";
199
+ import * as i198 from "./Entities/TestType/testtype.form.component";
200
+ import * as i199 from "./Entities/Test/test.form.component";
201
+ import * as i200 from "./Entities/UserSetting/usersetting.form.component";
202
+ import * as i201 from "./Entities/OutputDeliveryType/outputdeliverytype.form.component";
203
+ import * as i202 from "./Entities/OutputFormatType/outputformattype.form.component";
204
+ import * as i203 from "./Entities/OutputTriggerType/outputtriggertype.form.component";
205
+ import * as i204 from "./Entities/Query/query.form.component";
206
+ import * as i205 from "./Entities/QueryCategory/querycategory.form.component";
207
+ import * as i206 from "./Entities/QueryEntity/queryentity.form.component";
208
+ import * as i207 from "./Entities/QueryField/queryfield.form.component";
209
+ import * as i208 from "./Entities/QueryPermission/querypermission.form.component";
210
+ import * as i209 from "./Entities/QueueTask/queuetask.form.component";
211
+ import * as i210 from "./Entities/QueueType/queuetype.form.component";
212
+ import * as i211 from "./Entities/Queue/queue.form.component";
213
+ import * as i212 from "./Entities/RecommendationItem/recommendationitem.form.component";
214
+ import * as i213 from "./Entities/RecommendationProvider/recommendationprovider.form.component";
215
+ import * as i214 from "./Entities/RecommendationRun/recommendationrun.form.component";
216
+ import * as i215 from "./Entities/Recommendation/recommendation.form.component";
217
+ import * as i216 from "./Entities/RecordChangeReplayRun/recordchangereplayrun.form.component";
218
+ import * as i217 from "./Entities/RecordChange/recordchange.form.component";
219
+ import * as i218 from "./Entities/RecordMergeDeletionLog/recordmergedeletionlog.form.component";
220
+ import * as i219 from "./Entities/RecordMergeLog/recordmergelog.form.component";
221
+ import * as i220 from "./Entities/ReportCategory/reportcategory.form.component";
222
+ import * as i221 from "./Entities/ReportSnapshot/reportsnapshot.form.component";
223
+ import * as i222 from "./Entities/Report/report.form.component";
224
+ import * as i223 from "./Entities/ResourceLink/resourcelink.form.component";
225
+ import * as i224 from "./Entities/ResourcePermission/resourcepermission.form.component";
226
+ import * as i225 from "./Entities/ResourceType/resourcetype.form.component";
227
+ import * as i226 from "./Entities/Role/role.form.component";
228
+ import * as i227 from "./Entities/RowLevelSecurityFilter/rowlevelsecurityfilter.form.component";
229
+ import * as i228 from "./Entities/ScheduledActionParam/scheduledactionparam.form.component";
230
+ import * as i229 from "./Entities/ScheduledAction/scheduledaction.form.component";
231
+ import * as i230 from "./Entities/SchemaInfo/schemainfo.form.component";
232
+ import * as i231 from "./Entities/Skill/skill.form.component";
233
+ import * as i232 from "./Entities/TaggedItem/taggeditem.form.component";
234
+ import * as i233 from "./Entities/Tag/tag.form.component";
235
+ import * as i234 from "./Entities/TemplateCategory/templatecategory.form.component";
236
+ import * as i235 from "./Entities/TemplateContentType/templatecontenttype.form.component";
237
+ import * as i236 from "./Entities/TemplateContent/templatecontent.form.component";
238
+ import * as i237 from "./Entities/TemplateParam/templateparam.form.component";
239
+ import * as i238 from "./Entities/Template/template.form.component";
240
+ import * as i239 from "./Entities/UserApplicationEntity/userapplicationentity.form.component";
241
+ import * as i240 from "./Entities/UserApplication/userapplication.form.component";
242
+ import * as i241 from "./Entities/UserFavorite/userfavorite.form.component";
243
+ import * as i242 from "./Entities/UserNotification/usernotification.form.component";
244
+ import * as i243 from "./Entities/UserRecordLog/userrecordlog.form.component";
245
+ import * as i244 from "./Entities/UserRole/userrole.form.component";
246
+ import * as i245 from "./Entities/UserViewCategory/userviewcategory.form.component";
247
+ import * as i246 from "./Entities/UserViewRunDetail/userviewrundetail.form.component";
248
+ import * as i247 from "./Entities/UserViewRun/userviewrun.form.component";
249
+ import * as i248 from "./Entities/UserView/userview.form.component";
250
+ import * as i249 from "./Entities/User/user.form.component";
251
+ import * as i250 from "./Entities/VectorDatabase/vectordatabase.form.component";
252
+ import * as i251 from "./Entities/VectorIndex/vectorindex.form.component";
253
+ import * as i252 from "./Entities/VersionInstallation/versioninstallation.form.component";
254
+ import * as i253 from "./Entities/WorkflowEngine/workflowengine.form.component";
255
+ import * as i254 from "./Entities/WorkflowRun/workflowrun.form.component";
256
+ import * as i255 from "./Entities/Workflow/workflow.form.component";
257
+ import * as i256 from "./Entities/WorkspaceItem/workspaceitem.form.component";
258
+ import * as i257 from "./Entities/Workspace/workspace.form.component";
257
259
  export declare class GeneratedForms_SubModule_0 {
258
260
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
259
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.ActionAuthorizationFormComponent, typeof i2.ActionCategoryFormComponent, typeof i3.ActionContextTypeFormComponent, typeof i4.ActionContextFormComponent, typeof i5.ActionExecutionLogFormComponent, typeof i6.ActionFilterFormComponent, typeof i7.ActionLibraryFormComponent, typeof i8.ActionParamFormComponent, typeof i9.ActionResultCodeFormComponent, typeof i10.ActionFormComponent, typeof i11.AIActionFormComponent, typeof i12.AIAgentActionFormComponent, typeof i13.AIAgentLearningCycleFormComponent, typeof i14.AIAgentModelFormComponent, typeof i15.AIAgentNoteTypeFormComponent, typeof i16.AIAgentNoteFormComponent, typeof i17.AIAgentRequestFormComponent, typeof i18.AIAgentFormComponent, typeof i19.AIModelActionFormComponent, typeof i20.AIModelTypeFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
261
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.ActionAuthorizationFormComponent, typeof i2.ActionCategoryFormComponent, typeof i3.ActionContextTypeFormComponent, typeof i4.ActionContextFormComponent, typeof i5.ActionExecutionLogFormComponent, typeof i6.ActionFilterFormComponent, typeof i7.ActionLibraryFormComponent, typeof i8.ActionParamFormComponent, typeof i9.ActionResultCodeFormComponent, typeof i10.ActionFormComponent, typeof i11.AIActionFormComponent, typeof i12.AIAgentActionFormComponent, typeof i13.AIAgentLearningCycleFormComponent, typeof i14.AIAgentModelFormComponent, typeof i15.AIAgentNoteTypeFormComponent, typeof i16.AIAgentNoteFormComponent, typeof i17.AIAgentRequestFormComponent, typeof i18.AIAgentFormComponent, typeof i19.AIModelActionFormComponent, typeof i20.AIModelTypeFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
260
262
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_0>;
261
263
  }
262
264
  export declare class GeneratedForms_SubModule_1 {
263
265
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_1, never>;
264
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_1, [typeof i34.AIModelFormComponent, typeof i35.AIPromptCategoryFormComponent, typeof i36.AIPromptTypeFormComponent, typeof i37.AIPromptFormComponent, typeof i38.AIResultCacheFormComponent, typeof i39.ApplicationEntityFormComponent, typeof i40.ApplicationSettingFormComponent, typeof i41.ApplicationFormComponent, typeof i42.AuditLogTypeFormComponent, typeof i43.AuditLogFormComponent, typeof i44.AuthorizationRoleFormComponent, typeof i45.AuthorizationFormComponent, typeof i46.CommunicationBaseMessageTypeFormComponent, typeof i47.CommunicationLogFormComponent, typeof i48.CommunicationProviderMessageTypeFormComponent, typeof i49.CommunicationProviderFormComponent, typeof i50.CommunicationRunFormComponent, typeof i51.CompanyFormComponent, typeof i52.CompanyIntegrationRecordMapFormComponent, typeof i53.CompanyIntegrationRunAPILogFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule, typeof i54.JoinGridModule], never>;
266
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_1, [typeof i34.AIModelFormComponent, typeof i35.AIPromptCategoryFormComponent, typeof i36.AIPromptTypeFormComponent, typeof i37.AIPromptFormComponent, typeof i38.AIResultCacheFormComponent, typeof i39.ApplicationEntityFormComponent, typeof i40.ApplicationSettingFormComponent, typeof i41.ApplicationFormComponent, typeof i42.AuditLogTypeFormComponent, typeof i43.AuditLogFormComponent, typeof i44.AuthorizationRoleFormComponent, typeof i45.AuthorizationFormComponent, typeof i46.CommunicationBaseMessageTypeFormComponent, typeof i47.CommunicationLogFormComponent, typeof i48.CommunicationProviderMessageTypeFormComponent, typeof i49.CommunicationProviderFormComponent, typeof i50.CommunicationRunFormComponent, typeof i51.CompanyFormComponent, typeof i52.CompanyIntegrationRecordMapFormComponent, typeof i53.CompanyIntegrationRunAPILogFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule, typeof i54.JoinGridModule], never>;
265
267
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_1>;
266
268
  }
267
269
  export declare class GeneratedForms_SubModule_2 {
268
270
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_2, never>;
269
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_2, [typeof i55.CompanyIntegrationRunDetailFormComponent, typeof i56.CompanyIntegrationRunFormComponent, typeof i57.CompanyIntegrationFormComponent, typeof i58.ContentFileTypeFormComponent, typeof i59.ContentItemAttributeFormComponent, typeof i60.ContentItemTagFormComponent, typeof i61.ContentItemFormComponent, typeof i62.ContentProcessRunFormComponent, typeof i63.ContentSourceParamFormComponent, typeof i64.ContentSourceTypeParamFormComponent, typeof i65.ContentSourceTypeFormComponent, typeof i66.ContentSourceFormComponent, typeof i67.ContentTypeAttributeFormComponent, typeof i68.ContentTypeFormComponent, typeof i69.ConversationDetailFormComponent, typeof i70.ConversationFormComponent, typeof i71.DashboardCategoryFormComponent, typeof i72.DashboardFormComponent, typeof i73.DataContextItemFormComponent, typeof i74.DataContextFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
271
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_2, [typeof i55.CompanyIntegrationRunDetailFormComponent, typeof i56.CompanyIntegrationRunFormComponent, typeof i57.CompanyIntegrationFormComponent, typeof i58.ContentFileTypeFormComponent, typeof i59.ContentItemAttributeFormComponent, typeof i60.ContentItemTagFormComponent, typeof i61.ContentItemFormComponent, typeof i62.ContentProcessRunFormComponent, typeof i63.ContentSourceParamFormComponent, typeof i64.ContentSourceTypeParamFormComponent, typeof i65.ContentSourceTypeFormComponent, typeof i66.ContentSourceFormComponent, typeof i67.ContentTypeAttributeFormComponent, typeof i68.ContentTypeFormComponent, typeof i69.ConversationDetailFormComponent, typeof i70.ConversationFormComponent, typeof i71.DashboardCategoryFormComponent, typeof i72.DashboardFormComponent, typeof i73.DataContextItemFormComponent, typeof i74.DataContextFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
270
272
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_2>;
271
273
  }
272
274
  export declare class GeneratedForms_SubModule_3 {
273
275
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_3, never>;
274
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_3, [typeof i75.DatasetItemFormComponent, typeof i76.DatasetFormComponent, typeof i77.DuplicateRunDetailMatchFormComponent, typeof i78.DuplicateRunDetailFormComponent, typeof i79.DuplicateRunFormComponent, typeof i80.EmployeeCompanyIntegrationFormComponent, typeof i81.EmployeeRoleFormComponent, typeof i82.EmployeeSkillFormComponent, typeof i83.EmployeeFormComponent, typeof i84.EntityFormComponent, typeof i85.EntityActionFilterFormComponent, typeof i86.EntityActionInvocationTypeFormComponent, typeof i87.EntityActionInvocationFormComponent, typeof i88.EntityActionParamFormComponent, typeof i89.EntityActionFormComponent, typeof i90.EntityAIActionFormComponent, typeof i91.EntityCommunicationFieldFormComponent, typeof i92.EntityCommunicationMessageTypeFormComponent, typeof i93.EntityDocumentRunFormComponent, typeof i94.EntityDocumentSettingFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
276
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_3, [typeof i75.DatasetItemFormComponent, typeof i76.DatasetFormComponent, typeof i77.DuplicateRunDetailMatchFormComponent, typeof i78.DuplicateRunDetailFormComponent, typeof i79.DuplicateRunFormComponent, typeof i80.EmployeeCompanyIntegrationFormComponent, typeof i81.EmployeeRoleFormComponent, typeof i82.EmployeeSkillFormComponent, typeof i83.EmployeeFormComponent, typeof i84.EntityFormComponent, typeof i85.EntityActionFilterFormComponent, typeof i86.EntityActionInvocationTypeFormComponent, typeof i87.EntityActionInvocationFormComponent, typeof i88.EntityActionParamFormComponent, typeof i89.EntityActionFormComponent, typeof i90.EntityAIActionFormComponent, typeof i91.EntityCommunicationFieldFormComponent, typeof i92.EntityCommunicationMessageTypeFormComponent, typeof i93.EntityDocumentRunFormComponent, typeof i94.EntityDocumentSettingFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
275
277
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_3>;
276
278
  }
277
279
  export declare class GeneratedForms_SubModule_4 {
278
280
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_4, never>;
279
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_4, [typeof i95.EntityDocumentTypeFormComponent, typeof i96.EntityDocumentFormComponent, typeof i97.EntityFieldValueFormComponent, typeof i98.EntityFieldFormComponent, typeof i99.EntityPermissionFormComponent, typeof i100.EntityRecordDocumentFormComponent, typeof i101.EntityRelationshipDisplayComponentFormComponent, typeof i102.EntityRelationshipFormComponent, typeof i103.EntitySettingFormComponent, typeof i104.ErrorLogFormComponent, typeof i105.ExplorerNavigationItemFormComponent, typeof i106.FileCategoryFormComponent, typeof i107.FileEntityRecordLinkFormComponent, typeof i108.FileStorageProviderFormComponent, typeof i109.FileFormComponent, typeof i110.GeneratedCodeCategoryFormComponent, typeof i111.GeneratedCodeFormComponent, typeof i112.IntegrationURLFormatFormComponent, typeof i113.IntegrationFormComponent, typeof i114.LibraryFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
281
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_4, [typeof i95.EntityDocumentTypeFormComponent, typeof i96.EntityDocumentFormComponent, typeof i97.EntityFieldValueFormComponent, typeof i98.EntityFieldFormComponent, typeof i99.EntityPermissionFormComponent, typeof i100.EntityRecordDocumentFormComponent, typeof i101.EntityRelationshipDisplayComponentFormComponent, typeof i102.EntityRelationshipFormComponent, typeof i103.EntitySettingFormComponent, typeof i104.ErrorLogFormComponent, typeof i105.ExplorerNavigationItemFormComponent, typeof i106.FileCategoryFormComponent, typeof i107.FileEntityRecordLinkFormComponent, typeof i108.FileStorageProviderFormComponent, typeof i109.FileFormComponent, typeof i110.GeneratedCodeCategoryFormComponent, typeof i111.GeneratedCodeFormComponent, typeof i112.IntegrationURLFormatFormComponent, typeof i113.IntegrationFormComponent, typeof i114.LibraryFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
280
282
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_4>;
281
283
  }
282
284
  export declare class GeneratedForms_SubModule_5 {
283
285
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_5, never>;
284
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_5, [typeof i115.LibraryItemFormComponent, typeof i116.ListCategoryFormComponent, typeof i117.ListDetailFormComponent, typeof i118.ListFormComponent, typeof i119.AccessControlRuleFormComponent, typeof i120.AIAgentArtifactTypeFormComponent, typeof i121.AIAgentConfigurationFormComponent, typeof i122.AIAgentDataSourceFormComponent, typeof i123.AIAgentExampleFormComponent, typeof i124.AIAgentModalityFormComponent, typeof i125.AIAgentPermissionFormComponent, typeof i126.AIAgentPromptFormComponent, typeof i127.AIAgentRelationshipFormComponent, typeof i128.AIAgentRunStepFormComponent, typeof i129.AIAgentRunFormComponent, typeof i130.AIAgentStepPathFormComponent, typeof i131.AIAgentStepFormComponent, typeof i132.AIAgentTypeFormComponent, typeof i133.AIArchitectureFormComponent, typeof i134.AIConfigurationParamFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
286
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_5, [typeof i115.LibraryItemFormComponent, typeof i116.ListCategoryFormComponent, typeof i117.ListDetailFormComponent, typeof i118.ListFormComponent, typeof i119.AccessControlRuleFormComponent, typeof i120.AIAgentArtifactTypeFormComponent, typeof i121.AIAgentConfigurationFormComponent, typeof i122.AIAgentDataSourceFormComponent, typeof i123.AIAgentExampleFormComponent, typeof i124.AIAgentModalityFormComponent, typeof i125.AIAgentPermissionFormComponent, typeof i126.AIAgentPromptFormComponent, typeof i127.AIAgentRelationshipFormComponent, typeof i128.AIAgentRunStepFormComponent, typeof i129.AIAgentRunFormComponent, typeof i130.AIAgentStepPathFormComponent, typeof i131.AIAgentStepFormComponent, typeof i132.AIAgentTypeFormComponent, typeof i133.AIArchitectureFormComponent, typeof i134.AIConfigurationParamFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
285
287
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_5>;
286
288
  }
287
289
  export declare class GeneratedForms_SubModule_6 {
288
290
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_6, never>;
289
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_6, [typeof i135.AIConfigurationFormComponent, typeof i136.AICredentialBindingFormComponent, typeof i137.AIModalityFormComponent, typeof i138.AIModelArchitectureFormComponent, typeof i139.AIModelCostFormComponent, typeof i140.AIModelModalityFormComponent, typeof i141.AIModelPriceTypeFormComponent, typeof i142.AIModelPriceUnitTypeFormComponent, typeof i143.AIModelVendorFormComponent, typeof i144.AIPromptModelFormComponent, typeof i145.AIPromptRunFormComponent, typeof i146.AIVendorTypeDefinitionFormComponent, typeof i147.AIVendorTypeFormComponent, typeof i148.AIVendorFormComponent, typeof i149.ArtifactPermissionFormComponent, typeof i150.ArtifactTypeFormComponent, typeof i151.ArtifactUseFormComponent, typeof i152.ArtifactVersionAttributeFormComponent, typeof i153.ArtifactVersionFormComponent, typeof i154.ArtifactFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
291
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_6, [typeof i135.AIConfigurationFormComponent, typeof i136.AICredentialBindingFormComponent, typeof i137.AIModalityFormComponent, typeof i138.AIModelArchitectureFormComponent, typeof i139.AIModelCostFormComponent, typeof i140.AIModelModalityFormComponent, typeof i141.AIModelPriceTypeFormComponent, typeof i142.AIModelPriceUnitTypeFormComponent, typeof i143.AIModelVendorFormComponent, typeof i144.AIPromptModelFormComponent, typeof i145.AIPromptRunFormComponent, typeof i146.AIVendorTypeDefinitionFormComponent, typeof i147.AIVendorTypeFormComponent, typeof i148.AIVendorFormComponent, typeof i149.ArtifactPermissionFormComponent, typeof i150.ArtifactTypeFormComponent, typeof i151.ArtifactUseFormComponent, typeof i152.ArtifactVersionAttributeFormComponent, typeof i153.ArtifactVersionFormComponent, typeof i154.ArtifactFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
290
292
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_6>;
291
293
  }
292
294
  export declare class GeneratedForms_SubModule_7 {
293
295
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_7, never>;
294
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_7, [typeof i155.CollectionArtifactFormComponent, typeof i156.CollectionPermissionFormComponent, typeof i157.CollectionFormComponent, typeof i158.ComponentDependencyFormComponent, typeof i159.ComponentLibraryFormComponent, typeof i160.ComponentLibraryLinkFormComponent, typeof i161.ComponentRegistryFormComponent, typeof i162.ComponentFormComponent, typeof i163.ConversationArtifactPermissionFormComponent, typeof i164.ConversationArtifactVersionFormComponent, typeof i165.ConversationArtifactFormComponent, typeof i166.ConversationDetailArtifactFormComponent, typeof i167.ConversationDetailAttachmentFormComponent, typeof i168.ConversationDetailRatingFormComponent, typeof i169.CredentialCategoryFormComponent, typeof i170.CredentialTypeFormComponent, typeof i171.CredentialFormComponent, typeof i172.DashboardUserPreferenceFormComponent, typeof i173.DashboardUserStateFormComponent, typeof i174.EncryptionAlgorithmFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
296
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_7, [typeof i155.CollectionArtifactFormComponent, typeof i156.CollectionPermissionFormComponent, typeof i157.CollectionFormComponent, typeof i158.ComponentDependencyFormComponent, typeof i159.ComponentLibraryFormComponent, typeof i160.ComponentLibraryLinkFormComponent, typeof i161.ComponentRegistryFormComponent, typeof i162.ComponentFormComponent, typeof i163.ConversationArtifactPermissionFormComponent, typeof i164.ConversationArtifactVersionFormComponent, typeof i165.ConversationArtifactFormComponent, typeof i166.ConversationDetailArtifactFormComponent, typeof i167.ConversationDetailAttachmentFormComponent, typeof i168.ConversationDetailRatingFormComponent, typeof i169.CredentialCategoryFormComponent, typeof i170.CredentialTypeFormComponent, typeof i171.CredentialFormComponent, typeof i172.DashboardUserPreferenceFormComponent, typeof i173.DashboardUserStateFormComponent, typeof i174.EncryptionAlgorithmFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
295
297
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_7>;
296
298
  }
297
299
  export declare class GeneratedForms_SubModule_8 {
298
300
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_8, never>;
299
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_8, [typeof i175.EncryptionKeySourceFormComponent, typeof i176.EncryptionKeyFormComponent, typeof i177.EnvironmentFormComponent, typeof i178.ProjectFormComponent, typeof i179.PublicLinkFormComponent, typeof i180.QueryParameterFormComponent, typeof i181.RecordLinkFormComponent, typeof i182.ReportUserStateFormComponent, typeof i183.ReportVersionFormComponent, typeof i184.ScheduledJobRunFormComponent, typeof i185.ScheduledJobTypeFormComponent, typeof i186.ScheduledJobFormComponent, typeof i187.TaskDependencyFormComponent, typeof i188.TaskTypeFormComponent, typeof i189.TaskFormComponent, typeof i190.TestRubricFormComponent, typeof i191.TestRunFeedbackFormComponent, typeof i192.TestRunFormComponent, typeof i193.TestSuiteRunFormComponent, typeof i194.TestSuiteTestFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
301
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_8, [typeof i175.EncryptionKeySourceFormComponent, typeof i176.EncryptionKeyFormComponent, typeof i177.EnvironmentFormComponent, typeof i178.ListInvitationFormComponent, typeof i179.ListShareFormComponent, typeof i180.ProjectFormComponent, typeof i181.PublicLinkFormComponent, typeof i182.QueryParameterFormComponent, typeof i183.RecordLinkFormComponent, typeof i184.ReportUserStateFormComponent, typeof i185.ReportVersionFormComponent, typeof i186.ScheduledJobRunFormComponent, typeof i187.ScheduledJobTypeFormComponent, typeof i188.ScheduledJobFormComponent, typeof i189.TaskDependencyFormComponent, typeof i190.TaskTypeFormComponent, typeof i191.TaskFormComponent, typeof i192.TestRubricFormComponent, typeof i193.TestRunFeedbackFormComponent, typeof i194.TestRunFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
300
302
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_8>;
301
303
  }
302
304
  export declare class GeneratedForms_SubModule_9 {
303
305
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_9, never>;
304
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_9, [typeof i195.TestSuiteFormComponent, typeof i196.TestTypeFormComponent, typeof i197.TestFormComponent, typeof i198.UserSettingFormComponent, typeof i199.OutputDeliveryTypeFormComponent, typeof i200.OutputFormatTypeFormComponent, typeof i201.OutputTriggerTypeFormComponent, typeof i202.QueryFormComponent, typeof i203.QueryCategoryFormComponent, typeof i204.QueryEntityFormComponent, typeof i205.QueryFieldFormComponent, typeof i206.QueryPermissionFormComponent, typeof i207.QueueTaskFormComponent, typeof i208.QueueTypeFormComponent, typeof i209.QueueFormComponent, typeof i210.RecommendationItemFormComponent, typeof i211.RecommendationProviderFormComponent, typeof i212.RecommendationRunFormComponent, typeof i213.RecommendationFormComponent, typeof i214.RecordChangeReplayRunFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
306
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_9, [typeof i195.TestSuiteRunFormComponent, typeof i196.TestSuiteTestFormComponent, typeof i197.TestSuiteFormComponent, typeof i198.TestTypeFormComponent, typeof i199.TestFormComponent, typeof i200.UserSettingFormComponent, typeof i201.OutputDeliveryTypeFormComponent, typeof i202.OutputFormatTypeFormComponent, typeof i203.OutputTriggerTypeFormComponent, typeof i204.QueryFormComponent, typeof i205.QueryCategoryFormComponent, typeof i206.QueryEntityFormComponent, typeof i207.QueryFieldFormComponent, typeof i208.QueryPermissionFormComponent, typeof i209.QueueTaskFormComponent, typeof i210.QueueTypeFormComponent, typeof i211.QueueFormComponent, typeof i212.RecommendationItemFormComponent, typeof i213.RecommendationProviderFormComponent, typeof i214.RecommendationRunFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
305
307
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_9>;
306
308
  }
307
309
  export declare class GeneratedForms_SubModule_10 {
308
310
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_10, never>;
309
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_10, [typeof i215.RecordChangeFormComponent, typeof i216.RecordMergeDeletionLogFormComponent, typeof i217.RecordMergeLogFormComponent, typeof i218.ReportCategoryFormComponent, typeof i219.ReportSnapshotFormComponent, typeof i220.ReportFormComponent, typeof i221.ResourceLinkFormComponent, typeof i222.ResourcePermissionFormComponent, typeof i223.ResourceTypeFormComponent, typeof i224.RoleFormComponent, typeof i225.RowLevelSecurityFilterFormComponent, typeof i226.ScheduledActionParamFormComponent, typeof i227.ScheduledActionFormComponent, typeof i228.SchemaInfoFormComponent, typeof i229.SkillFormComponent, typeof i230.TaggedItemFormComponent, typeof i231.TagFormComponent, typeof i232.TemplateCategoryFormComponent, typeof i233.TemplateContentTypeFormComponent, typeof i234.TemplateContentFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
311
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_10, [typeof i215.RecommendationFormComponent, typeof i216.RecordChangeReplayRunFormComponent, typeof i217.RecordChangeFormComponent, typeof i218.RecordMergeDeletionLogFormComponent, typeof i219.RecordMergeLogFormComponent, typeof i220.ReportCategoryFormComponent, typeof i221.ReportSnapshotFormComponent, typeof i222.ReportFormComponent, typeof i223.ResourceLinkFormComponent, typeof i224.ResourcePermissionFormComponent, typeof i225.ResourceTypeFormComponent, typeof i226.RoleFormComponent, typeof i227.RowLevelSecurityFilterFormComponent, typeof i228.ScheduledActionParamFormComponent, typeof i229.ScheduledActionFormComponent, typeof i230.SchemaInfoFormComponent, typeof i231.SkillFormComponent, typeof i232.TaggedItemFormComponent, typeof i233.TagFormComponent, typeof i234.TemplateCategoryFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
310
312
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_10>;
311
313
  }
312
314
  export declare class GeneratedForms_SubModule_11 {
313
315
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_11, never>;
314
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_11, [typeof i235.TemplateParamFormComponent, typeof i236.TemplateFormComponent, typeof i237.UserApplicationEntityFormComponent, typeof i238.UserApplicationFormComponent, typeof i239.UserFavoriteFormComponent, typeof i240.UserNotificationFormComponent, typeof i241.UserRecordLogFormComponent, typeof i242.UserRoleFormComponent, typeof i243.UserViewCategoryFormComponent, typeof i244.UserViewRunDetailFormComponent, typeof i245.UserViewRunFormComponent, typeof i246.UserViewFormComponent, typeof i247.UserFormComponent, typeof i248.VectorDatabaseFormComponent, typeof i249.VectorIndexFormComponent, typeof i250.VersionInstallationFormComponent, typeof i251.WorkflowEngineFormComponent, typeof i252.WorkflowRunFormComponent, typeof i253.WorkflowFormComponent, typeof i254.WorkspaceItemFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
316
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_11, [typeof i235.TemplateContentTypeFormComponent, typeof i236.TemplateContentFormComponent, typeof i237.TemplateParamFormComponent, typeof i238.TemplateFormComponent, typeof i239.UserApplicationEntityFormComponent, typeof i240.UserApplicationFormComponent, typeof i241.UserFavoriteFormComponent, typeof i242.UserNotificationFormComponent, typeof i243.UserRecordLogFormComponent, typeof i244.UserRoleFormComponent, typeof i245.UserViewCategoryFormComponent, typeof i246.UserViewRunDetailFormComponent, typeof i247.UserViewRunFormComponent, typeof i248.UserViewFormComponent, typeof i249.UserFormComponent, typeof i250.VectorDatabaseFormComponent, typeof i251.VectorIndexFormComponent, typeof i252.VersionInstallationFormComponent, typeof i253.WorkflowEngineFormComponent, typeof i254.WorkflowRunFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
315
317
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_11>;
316
318
  }
317
319
  export declare class GeneratedForms_SubModule_12 {
318
320
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_12, never>;
319
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_12, [typeof i255.WorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.UserViewGridModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
321
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_12, [typeof i255.WorkflowFormComponent, typeof i256.WorkspaceItemFormComponent, typeof i257.WorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.InputsModule, typeof i25.ButtonsModule, typeof i26.DateInputsModule, typeof i27.EntityViewerModule, typeof i28.LinkDirectivesModule, typeof i29.BaseFormsModule, typeof i30.FormToolbarModule, typeof i31.MJTabStripModule, typeof i32.ContainerDirectivesModule, typeof i33.DropDownListModule, typeof i33.ComboBoxModule], never>;
320
322
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_12>;
321
323
  }
322
324
  export declare class CoreGeneratedFormsModule {
@@ -1 +1 @@
1
- {"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+QA,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBA0Ca,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAyCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAsBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAmBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAjiBxB,0BAA0B,SA8C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,2BAA2B,SA6C3B,2BAA2B,SA0B3B,2BAA2B;0CAuB3B,wBAAwB;CAAI;AAEzC,wBAAgB,sBAAsB,SAuPrC"}
1
+ {"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiRA,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBA0Ca,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAyCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAyCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAwBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAmBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAniBxB,0BAA0B,SA8C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,0BAA0B,SA6C1B,2BAA2B,SA6C3B,2BAA2B,SA4B3B,2BAA2B;0CAuB3B,wBAAwB;CAAI;AAEzC,wBAAgB,sBAAsB,SAyPrC"}