@memberjunction/ng-core-entity-forms 5.13.0 → 5.15.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 (55) hide show
  1. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +55 -33
  2. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  3. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +340 -315
  4. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  5. package/dist/lib/custom/Entities/entity-form.component.d.ts +35 -2
  6. package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
  7. package/dist/lib/custom/Entities/entity-form.component.js +917 -632
  8. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  9. package/dist/lib/generated/Entities/MJAICredentialBinding/mjaicredentialbinding.form.component.d.ts.map +1 -1
  10. package/dist/lib/generated/Entities/MJAICredentialBinding/mjaicredentialbinding.form.component.js +16 -4
  11. package/dist/lib/generated/Entities/MJAICredentialBinding/mjaicredentialbinding.form.component.js.map +1 -1
  12. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +117 -113
  13. package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
  14. package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.d.ts.map +1 -1
  15. package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js +23 -13
  16. package/dist/lib/generated/Entities/MJAIModelType/mjaimodeltype.form.component.js.map +1 -1
  17. package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js +15 -11
  18. package/dist/lib/generated/Entities/MJAIModelVendor/mjaimodelvendor.form.component.js.map +1 -1
  19. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +91 -87
  20. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
  21. package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.form.component.js +2 -2
  22. package/dist/lib/generated/Entities/MJAIPromptModel/mjaipromptmodel.form.component.js.map +1 -1
  23. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.d.ts.map +1 -1
  24. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +13 -15
  25. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
  26. package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js +2 -2
  27. package/dist/lib/generated/Entities/MJAIVendor/mjaivendor.form.component.js.map +1 -1
  28. package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js +39 -37
  29. package/dist/lib/generated/Entities/MJCompanyIntegration/mjcompanyintegration.form.component.js.map +1 -1
  30. package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js +29 -27
  31. package/dist/lib/generated/Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component.js.map +1 -1
  32. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js +2 -2
  33. package/dist/lib/generated/Entities/MJCredential/mjcredential.form.component.js.map +1 -1
  34. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
  35. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +109 -73
  36. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  37. package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.d.ts +10 -0
  38. package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.d.ts.map +1 -0
  39. package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js +99 -0
  40. package/dist/lib/generated/Entities/MJEntityOrganicKey/mjentityorganickey.form.component.js.map +1 -0
  41. package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.d.ts +10 -0
  42. package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.d.ts.map +1 -0
  43. package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.js +87 -0
  44. package/dist/lib/generated/Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component.js.map +1 -0
  45. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.d.ts.map +1 -1
  46. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js +22 -4
  47. package/dist/lib/generated/Entities/MJScheduledJob/mjscheduledjob.form.component.js.map +1 -1
  48. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.d.ts.map +1 -1
  49. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js +22 -4
  50. package/dist/lib/generated/Entities/MJScheduledJobRun/mjscheduledjobrun.form.component.js.map +1 -1
  51. package/dist/lib/generated/generated-forms.module.d.ts +137 -135
  52. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  53. package/dist/lib/generated/generated-forms.module.js +49 -43
  54. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  55. package/package.json +31 -31
@@ -166,134 +166,136 @@ import * as i164 from "./Entities/MJEntityDocumentType/mjentitydocumenttype.form
166
166
  import * as i165 from "./Entities/MJEntityDocument/mjentitydocument.form.component";
167
167
  import * as i166 from "./Entities/MJEntityFieldValue/mjentityfieldvalue.form.component";
168
168
  import * as i167 from "./Entities/MJEntityField/mjentityfield.form.component";
169
- import * as i168 from "./Entities/MJEntityPermission/mjentitypermission.form.component";
170
- import * as i169 from "./Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component";
171
- import * as i170 from "./Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component";
172
- import * as i171 from "./Entities/MJEntityRelationship/mjentityrelationship.form.component";
173
- import * as i172 from "./Entities/MJEntitySetting/mjentitysetting.form.component";
174
- import * as i173 from "./Entities/MJEnvironment/mjenvironment.form.component";
175
- import * as i174 from "./Entities/MJErrorLog/mjerrorlog.form.component";
176
- import * as i175 from "./Entities/MJExplorerNavigationItem/mjexplorernavigationitem.form.component";
177
- import * as i176 from "./Entities/MJFileCategory/mjfilecategory.form.component";
178
- import * as i177 from "./Entities/MJFileEntityRecordLink/mjfileentityrecordlink.form.component";
179
- import * as i178 from "./Entities/MJFileStorageAccount/mjfilestorageaccount.form.component";
180
- import * as i179 from "./Entities/MJFileStorageProvider/mjfilestorageprovider.form.component";
181
- import * as i180 from "./Entities/MJFile/mjfile.form.component";
182
- import * as i181 from "./Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component";
183
- import * as i182 from "./Entities/MJGeneratedCode/mjgeneratedcode.form.component";
184
- import * as i183 from "./Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component";
185
- import * as i184 from "./Entities/MJIntegrationObject/mjintegrationobject.form.component";
186
- import * as i185 from "./Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component";
187
- import * as i186 from "./Entities/MJIntegrationURLFormat/mjintegrationurlformat.form.component";
188
- import * as i187 from "./Entities/MJIntegration/mjintegration.form.component";
189
- import * as i188 from "./Entities/MJLibrary/mjlibrary.form.component";
190
- import * as i189 from "./Entities/MJLibraryItem/mjlibraryitem.form.component";
191
- import * as i190 from "./Entities/MJListCategory/mjlistcategory.form.component";
192
- import * as i191 from "./Entities/MJListDetail/mjlistdetail.form.component";
193
- import * as i192 from "./Entities/MJListInvitation/mjlistinvitation.form.component";
194
- import * as i193 from "./Entities/MJListShare/mjlistshare.form.component";
195
- import * as i194 from "./Entities/MJList/mjlist.form.component";
196
- import * as i195 from "./Entities/MJMCPServerConnectionPermission/mjmcpserverconnectionpermission.form.component";
197
- import * as i196 from "./Entities/MJMCPServerConnectionTool/mjmcpserverconnectiontool.form.component";
198
- import * as i197 from "./Entities/MJMCPServerConnection/mjmcpserverconnection.form.component";
199
- import * as i198 from "./Entities/MJMCPServerTool/mjmcpservertool.form.component";
200
- import * as i199 from "./Entities/MJMCPServer/mjmcpserver.form.component";
201
- import * as i200 from "./Entities/MJMCPToolExecutionLog/mjmcptoolexecutionlog.form.component";
202
- import * as i201 from "./Entities/MJOAuthAuthServerMetadataCache/mjoauthauthservermetadatacache.form.component";
203
- import * as i202 from "./Entities/MJOAuthAuthorizationState/mjoauthauthorizationstate.form.component";
204
- import * as i203 from "./Entities/MJOAuthClientRegistration/mjoauthclientregistration.form.component";
205
- import * as i204 from "./Entities/MJOAuthToken/mjoauthtoken.form.component";
206
- import * as i205 from "./Entities/MJOpenAppDependency/mjopenappdependency.form.component";
207
- import * as i206 from "./Entities/MJOpenAppInstallHistory/mjopenappinstallhistory.form.component";
208
- import * as i207 from "./Entities/MJOpenApp/mjopenapp.form.component";
209
- import * as i208 from "./Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component";
210
- import * as i209 from "./Entities/MJOutputFormatType/mjoutputformattype.form.component";
211
- import * as i210 from "./Entities/MJOutputTriggerType/mjoutputtriggertype.form.component";
212
- import * as i211 from "./Entities/MJProject/mjproject.form.component";
213
- import * as i212 from "./Entities/MJPublicLink/mjpubliclink.form.component";
214
- import * as i213 from "./Entities/MJQuery/mjquery.form.component";
215
- import * as i214 from "./Entities/MJQueryCategory/mjquerycategory.form.component";
216
- import * as i215 from "./Entities/MJQueryDependency/mjquerydependency.form.component";
217
- import * as i216 from "./Entities/MJQueryEntity/mjqueryentity.form.component";
218
- import * as i217 from "./Entities/MJQueryField/mjqueryfield.form.component";
219
- import * as i218 from "./Entities/MJQueryParameter/mjqueryparameter.form.component";
220
- import * as i219 from "./Entities/MJQueryPermission/mjquerypermission.form.component";
221
- import * as i220 from "./Entities/MJQuerySQL/mjquerysql.form.component";
222
- import * as i221 from "./Entities/MJQueueTask/mjqueuetask.form.component";
223
- import * as i222 from "./Entities/MJQueueType/mjqueuetype.form.component";
224
- import * as i223 from "./Entities/MJQueue/mjqueue.form.component";
225
- import * as i224 from "./Entities/MJRecommendationItem/mjrecommendationitem.form.component";
226
- import * as i225 from "./Entities/MJRecommendationProvider/mjrecommendationprovider.form.component";
227
- import * as i226 from "./Entities/MJRecommendationRun/mjrecommendationrun.form.component";
228
- import * as i227 from "./Entities/MJRecommendation/mjrecommendation.form.component";
229
- import * as i228 from "./Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component";
230
- import * as i229 from "./Entities/MJRecordChange/mjrecordchange.form.component";
231
- import * as i230 from "./Entities/MJRecordLink/mjrecordlink.form.component";
232
- import * as i231 from "./Entities/MJRecordMergeDeletionLog/mjrecordmergedeletionlog.form.component";
233
- import * as i232 from "./Entities/MJRecordMergeLog/mjrecordmergelog.form.component";
234
- import * as i233 from "./Entities/MJReportCategory/mjreportcategory.form.component";
235
- import * as i234 from "./Entities/MJReportSnapshot/mjreportsnapshot.form.component";
236
- import * as i235 from "./Entities/MJReportUserState/mjreportuserstate.form.component";
237
- import * as i236 from "./Entities/MJReportVersion/mjreportversion.form.component";
238
- import * as i237 from "./Entities/MJReport/mjreport.form.component";
239
- import * as i238 from "./Entities/MJResourceLink/mjresourcelink.form.component";
240
- import * as i239 from "./Entities/MJResourcePermission/mjresourcepermission.form.component";
241
- import * as i240 from "./Entities/MJResourceType/mjresourcetype.form.component";
242
- import * as i241 from "./Entities/MJRole/mjrole.form.component";
243
- import * as i242 from "./Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component";
244
- import * as i243 from "./Entities/MJScheduledActionParam/mjscheduledactionparam.form.component";
245
- import * as i244 from "./Entities/MJScheduledAction/mjscheduledaction.form.component";
246
- import * as i245 from "./Entities/MJScheduledJobRun/mjscheduledjobrun.form.component";
247
- import * as i246 from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
248
- import * as i247 from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
249
- import * as i248 from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
250
- import * as i249 from "./Entities/MJSkill/mjskill.form.component";
251
- import * as i250 from "./Entities/MJSQLDialect/mjsqldialect.form.component";
252
- import * as i251 from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
253
- import * as i252 from "./Entities/MJTag/mjtag.form.component";
254
- import * as i253 from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
255
- import * as i254 from "./Entities/MJTaskType/mjtasktype.form.component";
256
- import * as i255 from "./Entities/MJTask/mjtask.form.component";
257
- import * as i256 from "./Entities/MJTemplateCategory/mjtemplatecategory.form.component";
258
- import * as i257 from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
259
- import * as i258 from "./Entities/MJTemplateContent/mjtemplatecontent.form.component";
260
- import * as i259 from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
261
- import * as i260 from "./Entities/MJTemplate/mjtemplate.form.component";
262
- import * as i261 from "./Entities/MJTestRubric/mjtestrubric.form.component";
263
- import * as i262 from "./Entities/MJTestRunFeedback/mjtestrunfeedback.form.component";
264
- import * as i263 from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
265
- import * as i264 from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
266
- import * as i265 from "./Entities/MJTestRun/mjtestrun.form.component";
267
- import * as i266 from "./Entities/MJTestSuiteRun/mjtestsuiterun.form.component";
268
- import * as i267 from "./Entities/MJTestSuiteTest/mjtestsuitetest.form.component";
269
- import * as i268 from "./Entities/MJTestSuite/mjtestsuite.form.component";
270
- import * as i269 from "./Entities/MJTestType/mjtesttype.form.component";
271
- import * as i270 from "./Entities/MJTest/mjtest.form.component";
272
- import * as i271 from "./Entities/MJUserApplicationEntity/mjuserapplicationentity.form.component";
273
- import * as i272 from "./Entities/MJUserApplication/mjuserapplication.form.component";
274
- import * as i273 from "./Entities/MJUserFavorite/mjuserfavorite.form.component";
275
- import * as i274 from "./Entities/MJUserNotificationPreference/mjusernotificationpreference.form.component";
276
- import * as i275 from "./Entities/MJUserNotificationType/mjusernotificationtype.form.component";
277
- import * as i276 from "./Entities/MJUserNotification/mjusernotification.form.component";
278
- import * as i277 from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
279
- import * as i278 from "./Entities/MJUserRole/mjuserrole.form.component";
280
- import * as i279 from "./Entities/MJUserSetting/mjusersetting.form.component";
281
- import * as i280 from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
282
- import * as i281 from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
283
- import * as i282 from "./Entities/MJUserViewRun/mjuserviewrun.form.component";
284
- import * as i283 from "./Entities/MJUserView/mjuserview.form.component";
285
- import * as i284 from "./Entities/MJUser/mjuser.form.component";
286
- import * as i285 from "./Entities/MJVectorDatabase/mjvectordatabase.form.component";
287
- import * as i286 from "./Entities/MJVectorIndex/mjvectorindex.form.component";
288
- import * as i287 from "./Entities/MJVersionInstallation/mjversioninstallation.form.component";
289
- import * as i288 from "./Entities/MJVersionLabelItem/mjversionlabelitem.form.component";
290
- import * as i289 from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
291
- import * as i290 from "./Entities/MJVersionLabel/mjversionlabel.form.component";
292
- import * as i291 from "./Entities/MJWorkflowEngine/mjworkflowengine.form.component";
293
- import * as i292 from "./Entities/MJWorkflowRun/mjworkflowrun.form.component";
294
- import * as i293 from "./Entities/MJWorkflow/mjworkflow.form.component";
295
- import * as i294 from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
296
- import * as i295 from "./Entities/MJWorkspace/mjworkspace.form.component";
169
+ import * as i168 from "./Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component";
170
+ import * as i169 from "./Entities/MJEntityOrganicKey/mjentityorganickey.form.component";
171
+ import * as i170 from "./Entities/MJEntityPermission/mjentitypermission.form.component";
172
+ import * as i171 from "./Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component";
173
+ import * as i172 from "./Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component";
174
+ import * as i173 from "./Entities/MJEntityRelationship/mjentityrelationship.form.component";
175
+ import * as i174 from "./Entities/MJEntitySetting/mjentitysetting.form.component";
176
+ import * as i175 from "./Entities/MJEnvironment/mjenvironment.form.component";
177
+ import * as i176 from "./Entities/MJErrorLog/mjerrorlog.form.component";
178
+ import * as i177 from "./Entities/MJExplorerNavigationItem/mjexplorernavigationitem.form.component";
179
+ import * as i178 from "./Entities/MJFileCategory/mjfilecategory.form.component";
180
+ import * as i179 from "./Entities/MJFileEntityRecordLink/mjfileentityrecordlink.form.component";
181
+ import * as i180 from "./Entities/MJFileStorageAccount/mjfilestorageaccount.form.component";
182
+ import * as i181 from "./Entities/MJFileStorageProvider/mjfilestorageprovider.form.component";
183
+ import * as i182 from "./Entities/MJFile/mjfile.form.component";
184
+ import * as i183 from "./Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component";
185
+ import * as i184 from "./Entities/MJGeneratedCode/mjgeneratedcode.form.component";
186
+ import * as i185 from "./Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component";
187
+ import * as i186 from "./Entities/MJIntegrationObject/mjintegrationobject.form.component";
188
+ import * as i187 from "./Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component";
189
+ import * as i188 from "./Entities/MJIntegrationURLFormat/mjintegrationurlformat.form.component";
190
+ import * as i189 from "./Entities/MJIntegration/mjintegration.form.component";
191
+ import * as i190 from "./Entities/MJLibrary/mjlibrary.form.component";
192
+ import * as i191 from "./Entities/MJLibraryItem/mjlibraryitem.form.component";
193
+ import * as i192 from "./Entities/MJListCategory/mjlistcategory.form.component";
194
+ import * as i193 from "./Entities/MJListDetail/mjlistdetail.form.component";
195
+ import * as i194 from "./Entities/MJListInvitation/mjlistinvitation.form.component";
196
+ import * as i195 from "./Entities/MJListShare/mjlistshare.form.component";
197
+ import * as i196 from "./Entities/MJList/mjlist.form.component";
198
+ import * as i197 from "./Entities/MJMCPServerConnectionPermission/mjmcpserverconnectionpermission.form.component";
199
+ import * as i198 from "./Entities/MJMCPServerConnectionTool/mjmcpserverconnectiontool.form.component";
200
+ import * as i199 from "./Entities/MJMCPServerConnection/mjmcpserverconnection.form.component";
201
+ import * as i200 from "./Entities/MJMCPServerTool/mjmcpservertool.form.component";
202
+ import * as i201 from "./Entities/MJMCPServer/mjmcpserver.form.component";
203
+ import * as i202 from "./Entities/MJMCPToolExecutionLog/mjmcptoolexecutionlog.form.component";
204
+ import * as i203 from "./Entities/MJOAuthAuthServerMetadataCache/mjoauthauthservermetadatacache.form.component";
205
+ import * as i204 from "./Entities/MJOAuthAuthorizationState/mjoauthauthorizationstate.form.component";
206
+ import * as i205 from "./Entities/MJOAuthClientRegistration/mjoauthclientregistration.form.component";
207
+ import * as i206 from "./Entities/MJOAuthToken/mjoauthtoken.form.component";
208
+ import * as i207 from "./Entities/MJOpenAppDependency/mjopenappdependency.form.component";
209
+ import * as i208 from "./Entities/MJOpenAppInstallHistory/mjopenappinstallhistory.form.component";
210
+ import * as i209 from "./Entities/MJOpenApp/mjopenapp.form.component";
211
+ import * as i210 from "./Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component";
212
+ import * as i211 from "./Entities/MJOutputFormatType/mjoutputformattype.form.component";
213
+ import * as i212 from "./Entities/MJOutputTriggerType/mjoutputtriggertype.form.component";
214
+ import * as i213 from "./Entities/MJProject/mjproject.form.component";
215
+ import * as i214 from "./Entities/MJPublicLink/mjpubliclink.form.component";
216
+ import * as i215 from "./Entities/MJQuery/mjquery.form.component";
217
+ import * as i216 from "./Entities/MJQueryCategory/mjquerycategory.form.component";
218
+ import * as i217 from "./Entities/MJQueryDependency/mjquerydependency.form.component";
219
+ import * as i218 from "./Entities/MJQueryEntity/mjqueryentity.form.component";
220
+ import * as i219 from "./Entities/MJQueryField/mjqueryfield.form.component";
221
+ import * as i220 from "./Entities/MJQueryParameter/mjqueryparameter.form.component";
222
+ import * as i221 from "./Entities/MJQueryPermission/mjquerypermission.form.component";
223
+ import * as i222 from "./Entities/MJQuerySQL/mjquerysql.form.component";
224
+ import * as i223 from "./Entities/MJQueueTask/mjqueuetask.form.component";
225
+ import * as i224 from "./Entities/MJQueueType/mjqueuetype.form.component";
226
+ import * as i225 from "./Entities/MJQueue/mjqueue.form.component";
227
+ import * as i226 from "./Entities/MJRecommendationItem/mjrecommendationitem.form.component";
228
+ import * as i227 from "./Entities/MJRecommendationProvider/mjrecommendationprovider.form.component";
229
+ import * as i228 from "./Entities/MJRecommendationRun/mjrecommendationrun.form.component";
230
+ import * as i229 from "./Entities/MJRecommendation/mjrecommendation.form.component";
231
+ import * as i230 from "./Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component";
232
+ import * as i231 from "./Entities/MJRecordChange/mjrecordchange.form.component";
233
+ import * as i232 from "./Entities/MJRecordLink/mjrecordlink.form.component";
234
+ import * as i233 from "./Entities/MJRecordMergeDeletionLog/mjrecordmergedeletionlog.form.component";
235
+ import * as i234 from "./Entities/MJRecordMergeLog/mjrecordmergelog.form.component";
236
+ import * as i235 from "./Entities/MJReportCategory/mjreportcategory.form.component";
237
+ import * as i236 from "./Entities/MJReportSnapshot/mjreportsnapshot.form.component";
238
+ import * as i237 from "./Entities/MJReportUserState/mjreportuserstate.form.component";
239
+ import * as i238 from "./Entities/MJReportVersion/mjreportversion.form.component";
240
+ import * as i239 from "./Entities/MJReport/mjreport.form.component";
241
+ import * as i240 from "./Entities/MJResourceLink/mjresourcelink.form.component";
242
+ import * as i241 from "./Entities/MJResourcePermission/mjresourcepermission.form.component";
243
+ import * as i242 from "./Entities/MJResourceType/mjresourcetype.form.component";
244
+ import * as i243 from "./Entities/MJRole/mjrole.form.component";
245
+ import * as i244 from "./Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component";
246
+ import * as i245 from "./Entities/MJScheduledActionParam/mjscheduledactionparam.form.component";
247
+ import * as i246 from "./Entities/MJScheduledAction/mjscheduledaction.form.component";
248
+ import * as i247 from "./Entities/MJScheduledJobRun/mjscheduledjobrun.form.component";
249
+ import * as i248 from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
250
+ import * as i249 from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
251
+ import * as i250 from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
252
+ import * as i251 from "./Entities/MJSkill/mjskill.form.component";
253
+ import * as i252 from "./Entities/MJSQLDialect/mjsqldialect.form.component";
254
+ import * as i253 from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
255
+ import * as i254 from "./Entities/MJTag/mjtag.form.component";
256
+ import * as i255 from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
257
+ import * as i256 from "./Entities/MJTaskType/mjtasktype.form.component";
258
+ import * as i257 from "./Entities/MJTask/mjtask.form.component";
259
+ import * as i258 from "./Entities/MJTemplateCategory/mjtemplatecategory.form.component";
260
+ import * as i259 from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
261
+ import * as i260 from "./Entities/MJTemplateContent/mjtemplatecontent.form.component";
262
+ import * as i261 from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
263
+ import * as i262 from "./Entities/MJTemplate/mjtemplate.form.component";
264
+ import * as i263 from "./Entities/MJTestRubric/mjtestrubric.form.component";
265
+ import * as i264 from "./Entities/MJTestRunFeedback/mjtestrunfeedback.form.component";
266
+ import * as i265 from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
267
+ import * as i266 from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
268
+ import * as i267 from "./Entities/MJTestRun/mjtestrun.form.component";
269
+ import * as i268 from "./Entities/MJTestSuiteRun/mjtestsuiterun.form.component";
270
+ import * as i269 from "./Entities/MJTestSuiteTest/mjtestsuitetest.form.component";
271
+ import * as i270 from "./Entities/MJTestSuite/mjtestsuite.form.component";
272
+ import * as i271 from "./Entities/MJTestType/mjtesttype.form.component";
273
+ import * as i272 from "./Entities/MJTest/mjtest.form.component";
274
+ import * as i273 from "./Entities/MJUserApplicationEntity/mjuserapplicationentity.form.component";
275
+ import * as i274 from "./Entities/MJUserApplication/mjuserapplication.form.component";
276
+ import * as i275 from "./Entities/MJUserFavorite/mjuserfavorite.form.component";
277
+ import * as i276 from "./Entities/MJUserNotificationPreference/mjusernotificationpreference.form.component";
278
+ import * as i277 from "./Entities/MJUserNotificationType/mjusernotificationtype.form.component";
279
+ import * as i278 from "./Entities/MJUserNotification/mjusernotification.form.component";
280
+ import * as i279 from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
281
+ import * as i280 from "./Entities/MJUserRole/mjuserrole.form.component";
282
+ import * as i281 from "./Entities/MJUserSetting/mjusersetting.form.component";
283
+ import * as i282 from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
284
+ import * as i283 from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
285
+ import * as i284 from "./Entities/MJUserViewRun/mjuserviewrun.form.component";
286
+ import * as i285 from "./Entities/MJUserView/mjuserview.form.component";
287
+ import * as i286 from "./Entities/MJUser/mjuser.form.component";
288
+ import * as i287 from "./Entities/MJVectorDatabase/mjvectordatabase.form.component";
289
+ import * as i288 from "./Entities/MJVectorIndex/mjvectorindex.form.component";
290
+ import * as i289 from "./Entities/MJVersionInstallation/mjversioninstallation.form.component";
291
+ import * as i290 from "./Entities/MJVersionLabelItem/mjversionlabelitem.form.component";
292
+ import * as i291 from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
293
+ import * as i292 from "./Entities/MJVersionLabel/mjversionlabel.form.component";
294
+ import * as i293 from "./Entities/MJWorkflowEngine/mjworkflowengine.form.component";
295
+ import * as i294 from "./Entities/MJWorkflowRun/mjworkflowrun.form.component";
296
+ import * as i295 from "./Entities/MJWorkflow/mjworkflow.form.component";
297
+ import * as i296 from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
298
+ import * as i297 from "./Entities/MJWorkspace/mjworkspace.form.component";
297
299
  export declare class GeneratedForms_SubModule_0 {
298
300
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
299
301
  static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.MJAccessControlRuleFormComponent, typeof i2.MJActionAuthorizationFormComponent, typeof i3.MJActionCategoryFormComponent, typeof i4.MJActionContextTypeFormComponent, typeof i5.MJActionContextFormComponent, typeof i6.MJActionExecutionLogFormComponent, typeof i7.MJActionFilterFormComponent, typeof i8.MJActionLibraryFormComponent, typeof i9.MJActionParamFormComponent, typeof i10.MJActionResultCodeFormComponent, typeof i11.MJActionFormComponent, typeof i12.MJAIActionFormComponent, typeof i13.MJAIAgentActionFormComponent, typeof i14.MJAIAgentArtifactTypeFormComponent, typeof i15.MJAIAgentCategoryFormComponent, typeof i16.MJAIAgentConfigurationFormComponent, typeof i17.MJAIAgentDataSourceFormComponent, typeof i18.MJAIAgentExampleFormComponent, typeof i19.MJAIAgentLearningCycleFormComponent, typeof i20.MJAIAgentModalityFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
@@ -336,37 +338,37 @@ export declare class GeneratedForms_SubModule_7 {
336
338
  }
337
339
  export declare class GeneratedForms_SubModule_8 {
338
340
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_8, never>;
339
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_8, [typeof i168.MJEntityPermissionFormComponent, typeof i169.MJEntityRecordDocumentFormComponent, typeof i170.MJEntityRelationshipDisplayComponentFormComponent, typeof i171.MJEntityRelationshipFormComponent, typeof i172.MJEntitySettingFormComponent, typeof i173.MJEnvironmentFormComponent, typeof i174.MJErrorLogFormComponent, typeof i175.MJExplorerNavigationItemFormComponent, typeof i176.MJFileCategoryFormComponent, typeof i177.MJFileEntityRecordLinkFormComponent, typeof i178.MJFileStorageAccountFormComponent, typeof i179.MJFileStorageProviderFormComponent, typeof i180.MJFileFormComponent, typeof i181.MJGeneratedCodeCategoryFormComponent, typeof i182.MJGeneratedCodeFormComponent, typeof i183.MJIntegrationObjectFieldFormComponent, typeof i184.MJIntegrationObjectFormComponent, typeof i185.MJIntegrationSourceTypeFormComponent, typeof i186.MJIntegrationURLFormatFormComponent, typeof i187.MJIntegrationFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
341
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_8, [typeof i168.MJEntityOrganicKeyRelatedEntityFormComponent, typeof i169.MJEntityOrganicKeyFormComponent, typeof i170.MJEntityPermissionFormComponent, typeof i171.MJEntityRecordDocumentFormComponent, typeof i172.MJEntityRelationshipDisplayComponentFormComponent, typeof i173.MJEntityRelationshipFormComponent, typeof i174.MJEntitySettingFormComponent, typeof i175.MJEnvironmentFormComponent, typeof i176.MJErrorLogFormComponent, typeof i177.MJExplorerNavigationItemFormComponent, typeof i178.MJFileCategoryFormComponent, typeof i179.MJFileEntityRecordLinkFormComponent, typeof i180.MJFileStorageAccountFormComponent, typeof i181.MJFileStorageProviderFormComponent, typeof i182.MJFileFormComponent, typeof i183.MJGeneratedCodeCategoryFormComponent, typeof i184.MJGeneratedCodeFormComponent, typeof i185.MJIntegrationObjectFieldFormComponent, typeof i186.MJIntegrationObjectFormComponent, typeof i187.MJIntegrationSourceTypeFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
340
342
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_8>;
341
343
  }
342
344
  export declare class GeneratedForms_SubModule_9 {
343
345
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_9, never>;
344
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_9, [typeof i188.MJLibraryFormComponent, typeof i189.MJLibraryItemFormComponent, typeof i190.MJListCategoryFormComponent, typeof i191.MJListDetailFormComponent, typeof i192.MJListInvitationFormComponent, typeof i193.MJListShareFormComponent, typeof i194.MJListFormComponent, typeof i195.MJMCPServerConnectionPermissionFormComponent, typeof i196.MJMCPServerConnectionToolFormComponent, typeof i197.MJMCPServerConnectionFormComponent, typeof i198.MJMCPServerToolFormComponent, typeof i199.MJMCPServerFormComponent, typeof i200.MJMCPToolExecutionLogFormComponent, typeof i201.MJOAuthAuthServerMetadataCacheFormComponent, typeof i202.MJOAuthAuthorizationStateFormComponent, typeof i203.MJOAuthClientRegistrationFormComponent, typeof i204.MJOAuthTokenFormComponent, typeof i205.MJOpenAppDependencyFormComponent, typeof i206.MJOpenAppInstallHistoryFormComponent, typeof i207.MJOpenAppFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
346
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_9, [typeof i188.MJIntegrationURLFormatFormComponent, typeof i189.MJIntegrationFormComponent, typeof i190.MJLibraryFormComponent, typeof i191.MJLibraryItemFormComponent, typeof i192.MJListCategoryFormComponent, typeof i193.MJListDetailFormComponent, typeof i194.MJListInvitationFormComponent, typeof i195.MJListShareFormComponent, typeof i196.MJListFormComponent, typeof i197.MJMCPServerConnectionPermissionFormComponent, typeof i198.MJMCPServerConnectionToolFormComponent, typeof i199.MJMCPServerConnectionFormComponent, typeof i200.MJMCPServerToolFormComponent, typeof i201.MJMCPServerFormComponent, typeof i202.MJMCPToolExecutionLogFormComponent, typeof i203.MJOAuthAuthServerMetadataCacheFormComponent, typeof i204.MJOAuthAuthorizationStateFormComponent, typeof i205.MJOAuthClientRegistrationFormComponent, typeof i206.MJOAuthTokenFormComponent, typeof i207.MJOpenAppDependencyFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
345
347
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_9>;
346
348
  }
347
349
  export declare class GeneratedForms_SubModule_10 {
348
350
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_10, never>;
349
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_10, [typeof i208.MJOutputDeliveryTypeFormComponent, typeof i209.MJOutputFormatTypeFormComponent, typeof i210.MJOutputTriggerTypeFormComponent, typeof i211.MJProjectFormComponent, typeof i212.MJPublicLinkFormComponent, typeof i213.MJQueryFormComponent, typeof i214.MJQueryCategoryFormComponent, typeof i215.MJQueryDependencyFormComponent, typeof i216.MJQueryEntityFormComponent, typeof i217.MJQueryFieldFormComponent, typeof i218.MJQueryParameterFormComponent, typeof i219.MJQueryPermissionFormComponent, typeof i220.MJQuerySQLFormComponent, typeof i221.MJQueueTaskFormComponent, typeof i222.MJQueueTypeFormComponent, typeof i223.MJQueueFormComponent, typeof i224.MJRecommendationItemFormComponent, typeof i225.MJRecommendationProviderFormComponent, typeof i226.MJRecommendationRunFormComponent, typeof i227.MJRecommendationFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
351
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_10, [typeof i208.MJOpenAppInstallHistoryFormComponent, typeof i209.MJOpenAppFormComponent, typeof i210.MJOutputDeliveryTypeFormComponent, typeof i211.MJOutputFormatTypeFormComponent, typeof i212.MJOutputTriggerTypeFormComponent, typeof i213.MJProjectFormComponent, typeof i214.MJPublicLinkFormComponent, typeof i215.MJQueryFormComponent, typeof i216.MJQueryCategoryFormComponent, typeof i217.MJQueryDependencyFormComponent, typeof i218.MJQueryEntityFormComponent, typeof i219.MJQueryFieldFormComponent, typeof i220.MJQueryParameterFormComponent, typeof i221.MJQueryPermissionFormComponent, typeof i222.MJQuerySQLFormComponent, typeof i223.MJQueueTaskFormComponent, typeof i224.MJQueueTypeFormComponent, typeof i225.MJQueueFormComponent, typeof i226.MJRecommendationItemFormComponent, typeof i227.MJRecommendationProviderFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
350
352
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_10>;
351
353
  }
352
354
  export declare class GeneratedForms_SubModule_11 {
353
355
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_11, never>;
354
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_11, [typeof i228.MJRecordChangeReplayRunFormComponent, typeof i229.MJRecordChangeFormComponent, typeof i230.MJRecordLinkFormComponent, typeof i231.MJRecordMergeDeletionLogFormComponent, typeof i232.MJRecordMergeLogFormComponent, typeof i233.MJReportCategoryFormComponent, typeof i234.MJReportSnapshotFormComponent, typeof i235.MJReportUserStateFormComponent, typeof i236.MJReportVersionFormComponent, typeof i237.MJReportFormComponent, typeof i238.MJResourceLinkFormComponent, typeof i239.MJResourcePermissionFormComponent, typeof i240.MJResourceTypeFormComponent, typeof i241.MJRoleFormComponent, typeof i242.MJRowLevelSecurityFilterFormComponent, typeof i243.MJScheduledActionParamFormComponent, typeof i244.MJScheduledActionFormComponent, typeof i245.MJScheduledJobRunFormComponent, typeof i246.MJScheduledJobTypeFormComponent, typeof i247.MJScheduledJobFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
356
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_11, [typeof i228.MJRecommendationRunFormComponent, typeof i229.MJRecommendationFormComponent, typeof i230.MJRecordChangeReplayRunFormComponent, typeof i231.MJRecordChangeFormComponent, typeof i232.MJRecordLinkFormComponent, typeof i233.MJRecordMergeDeletionLogFormComponent, typeof i234.MJRecordMergeLogFormComponent, typeof i235.MJReportCategoryFormComponent, typeof i236.MJReportSnapshotFormComponent, typeof i237.MJReportUserStateFormComponent, typeof i238.MJReportVersionFormComponent, typeof i239.MJReportFormComponent, typeof i240.MJResourceLinkFormComponent, typeof i241.MJResourcePermissionFormComponent, typeof i242.MJResourceTypeFormComponent, typeof i243.MJRoleFormComponent, typeof i244.MJRowLevelSecurityFilterFormComponent, typeof i245.MJScheduledActionParamFormComponent, typeof i246.MJScheduledActionFormComponent, typeof i247.MJScheduledJobRunFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
355
357
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_11>;
356
358
  }
357
359
  export declare class GeneratedForms_SubModule_12 {
358
360
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_12, never>;
359
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_12, [typeof i248.MJSchemaInfoFormComponent, typeof i249.MJSkillFormComponent, typeof i250.MJSQLDialectFormComponent, typeof i251.MJTaggedItemFormComponent, typeof i252.MJTagFormComponent, typeof i253.MJTaskDependencyFormComponent, typeof i254.MJTaskTypeFormComponent, typeof i255.MJTaskFormComponent, typeof i256.MJTemplateCategoryFormComponent, typeof i257.MJTemplateContentTypeFormComponent, typeof i258.MJTemplateContentFormComponent, typeof i259.MJTemplateParamFormComponent, typeof i260.MJTemplateFormComponent, typeof i261.MJTestRubricFormComponent, typeof i262.MJTestRunFeedbackFormComponent, typeof i263.MJTestRunOutputTypeFormComponent, typeof i264.MJTestRunOutputFormComponent, typeof i265.MJTestRunFormComponent, typeof i266.MJTestSuiteRunFormComponent, typeof i267.MJTestSuiteTestFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
361
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_12, [typeof i248.MJScheduledJobTypeFormComponent, typeof i249.MJScheduledJobFormComponent, typeof i250.MJSchemaInfoFormComponent, typeof i251.MJSkillFormComponent, typeof i252.MJSQLDialectFormComponent, typeof i253.MJTaggedItemFormComponent, typeof i254.MJTagFormComponent, typeof i255.MJTaskDependencyFormComponent, typeof i256.MJTaskTypeFormComponent, typeof i257.MJTaskFormComponent, typeof i258.MJTemplateCategoryFormComponent, typeof i259.MJTemplateContentTypeFormComponent, typeof i260.MJTemplateContentFormComponent, typeof i261.MJTemplateParamFormComponent, typeof i262.MJTemplateFormComponent, typeof i263.MJTestRubricFormComponent, typeof i264.MJTestRunFeedbackFormComponent, typeof i265.MJTestRunOutputTypeFormComponent, typeof i266.MJTestRunOutputFormComponent, typeof i267.MJTestRunFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
360
362
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_12>;
361
363
  }
362
364
  export declare class GeneratedForms_SubModule_13 {
363
365
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_13, never>;
364
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i268.MJTestSuiteFormComponent, typeof i269.MJTestTypeFormComponent, typeof i270.MJTestFormComponent, typeof i271.MJUserApplicationEntityFormComponent, typeof i272.MJUserApplicationFormComponent, typeof i273.MJUserFavoriteFormComponent, typeof i274.MJUserNotificationPreferenceFormComponent, typeof i275.MJUserNotificationTypeFormComponent, typeof i276.MJUserNotificationFormComponent, typeof i277.MJUserRecordLogFormComponent, typeof i278.MJUserRoleFormComponent, typeof i279.MJUserSettingFormComponent, typeof i280.MJUserViewCategoryFormComponent, typeof i281.MJUserViewRunDetailFormComponent, typeof i282.MJUserViewRunFormComponent, typeof i283.MJUserViewFormComponent, typeof i284.MJUserFormComponent, typeof i285.MJVectorDatabaseFormComponent, typeof i286.MJVectorIndexFormComponent, typeof i287.MJVersionInstallationFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
366
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i268.MJTestSuiteRunFormComponent, typeof i269.MJTestSuiteTestFormComponent, typeof i270.MJTestSuiteFormComponent, typeof i271.MJTestTypeFormComponent, typeof i272.MJTestFormComponent, typeof i273.MJUserApplicationEntityFormComponent, typeof i274.MJUserApplicationFormComponent, typeof i275.MJUserFavoriteFormComponent, typeof i276.MJUserNotificationPreferenceFormComponent, typeof i277.MJUserNotificationTypeFormComponent, typeof i278.MJUserNotificationFormComponent, typeof i279.MJUserRecordLogFormComponent, typeof i280.MJUserRoleFormComponent, typeof i281.MJUserSettingFormComponent, typeof i282.MJUserViewCategoryFormComponent, typeof i283.MJUserViewRunDetailFormComponent, typeof i284.MJUserViewRunFormComponent, typeof i285.MJUserViewFormComponent, typeof i286.MJUserFormComponent, typeof i287.MJVectorDatabaseFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
365
367
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_13>;
366
368
  }
367
369
  export declare class GeneratedForms_SubModule_14 {
368
370
  static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_14, never>;
369
- static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i288.MJVersionLabelItemFormComponent, typeof i289.MJVersionLabelRestoreFormComponent, typeof i290.MJVersionLabelFormComponent, typeof i291.MJWorkflowEngineFormComponent, typeof i292.MJWorkflowRunFormComponent, typeof i293.MJWorkflowFormComponent, typeof i294.MJWorkspaceItemFormComponent, typeof i295.MJWorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
371
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i288.MJVectorIndexFormComponent, typeof i289.MJVersionInstallationFormComponent, typeof i290.MJVersionLabelItemFormComponent, typeof i291.MJVersionLabelRestoreFormComponent, typeof i292.MJVersionLabelFormComponent, typeof i293.MJWorkflowEngineFormComponent, typeof i294.MJWorkflowRunFormComponent, typeof i295.MJWorkflowFormComponent, typeof i296.MJWorkspaceItemFormComponent, typeof i297.MJWorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
370
372
  static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_14>;
371
373
  }
372
374
  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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoTA,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAkCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAqBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAqBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAphBxB,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAsC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAyB3B,2BAA2B;0CAyB3B,wBAAwB;CAAI"}
1
+ {"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsTA,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAkCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAuBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAqBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAthBxB,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAsC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SA2B3B,2BAA2B;0CAyB3B,wBAAwB;CAAI"}