@memberjunction/ng-core-entity-forms 5.30.1 → 5.31.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.
- package/dist/lib/__tests__/content-source-form.test.d.ts +2 -0
- package/dist/lib/__tests__/content-source-form.test.d.ts.map +1 -0
- package/dist/lib/__tests__/content-source-form.test.js +183 -0
- package/dist/lib/__tests__/content-source-form.test.js.map +1 -0
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/add-action-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js +2 -2
- package/dist/lib/custom/AIAgents/agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +15 -15
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +9 -7
- package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +11 -9
- package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js +6 -5
- package/dist/lib/custom/AIAgents/new-agent-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +6 -4
- package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +3 -3
- package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +6 -6
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +7 -5
- package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-execution-log-form.component.js +3 -3
- package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
- package/dist/lib/custom/Actions/action-form.component.js +12 -12
- package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
- package/dist/lib/custom/ContentSources/content-source-form.component.d.ts +59 -5
- package/dist/lib/custom/ContentSources/content-source-form.component.d.ts.map +1 -1
- package/dist/lib/custom/ContentSources/content-source-form.component.js +379 -34
- package/dist/lib/custom/ContentSources/content-source-form.component.js.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts +1 -1
- package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Entities/entity-form.component.js +5 -5
- package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts +1 -1
- package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Lists/list-form.component.js +10 -10
- package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.d.ts +2 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-category-dialog.component.js +9 -7
- package/dist/lib/custom/Queries/query-category-dialog.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +17 -17
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.d.ts +2 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-run-dialog.component.js +7 -6
- package/dist/lib/custom/Queries/query-run-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.d.ts +2 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-param-dialog.component.js +10 -8
- package/dist/lib/custom/Templates/template-param-dialog.component.js.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts +2 -1
- package/dist/lib/custom/Templates/template-params-grid.component.d.ts.map +1 -1
- package/dist/lib/custom/Templates/template-params-grid.component.js +9 -7
- package/dist/lib/custom/Templates/template-params-grid.component.js.map +1 -1
- package/dist/lib/custom/Templates/templates-form.component.js +8 -8
- package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts +3 -2
- package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/entity-link-pill.component.js +8 -6
- package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts +1 -1
- package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-form.component.js +7 -7
- package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-run-form.component.js +5 -5
- package/dist/lib/custom/Tests/test-run-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-form.component.js +8 -8
- package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Tests/test-suite-run-form.component.js +6 -6
- package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +2 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +8 -6
- package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts +9 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +15 -3
- package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +3 -2
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +10 -5
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +2 -2
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts +2 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.d.ts.map +1 -1
- package/dist/lib/custom/shared/entity-selector-dialog.component.js +6 -4
- package/dist/lib/custom/shared/entity-selector-dialog.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js +46 -28
- package/dist/lib/generated/Entities/MJAIModel/mjaimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js +10 -10
- package/dist/lib/generated/Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +25 -7
- package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js +25 -7
- package/dist/lib/generated/Entities/MJContentSource/mjcontentsource.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +106 -88
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +181 -61
- package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.js +63 -0
- package/dist/lib/generated/Entities/MJTagScope/mjtagscope.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.js +95 -0
- package/dist/lib/generated/Entities/MJTagSuggestion/mjtagsuggestion.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.js +63 -0
- package/dist/lib/generated/Entities/MJTagSynonym/mjtagsynonym.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +199 -181
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +51 -48
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +27 -18
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/dist/lib/shared/components/template-editor.component.d.ts +3 -2
- package/dist/lib/shared/components/template-editor.component.d.ts.map +1 -1
- package/dist/lib/shared/components/template-editor.component.js +8 -6
- package/dist/lib/shared/components/template-editor.component.js.map +1 -1
- package/package.json +37 -35
|
@@ -271,51 +271,54 @@ import * as i269 from "./Entities/MJSQLDialect/mjsqldialect.form.component";
|
|
|
271
271
|
import * as i270 from "./Entities/MJStateProvince/mjstateprovince.form.component";
|
|
272
272
|
import * as i271 from "./Entities/MJTagAuditLog/mjtagauditlog.form.component";
|
|
273
273
|
import * as i272 from "./Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component";
|
|
274
|
-
import * as i273 from "./Entities/
|
|
275
|
-
import * as i274 from "./Entities/
|
|
276
|
-
import * as i275 from "./Entities/
|
|
277
|
-
import * as i276 from "./Entities/
|
|
278
|
-
import * as i277 from "./Entities/
|
|
279
|
-
import * as i278 from "./Entities/
|
|
280
|
-
import * as i279 from "./Entities/
|
|
281
|
-
import * as i280 from "./Entities/
|
|
282
|
-
import * as i281 from "./Entities/
|
|
283
|
-
import * as i282 from "./Entities/
|
|
284
|
-
import * as i283 from "./Entities/
|
|
285
|
-
import * as i284 from "./Entities/
|
|
286
|
-
import * as i285 from "./Entities/
|
|
287
|
-
import * as i286 from "./Entities/
|
|
288
|
-
import * as i287 from "./Entities/
|
|
289
|
-
import * as i288 from "./Entities/
|
|
290
|
-
import * as i289 from "./Entities/
|
|
291
|
-
import * as i290 from "./Entities/
|
|
292
|
-
import * as i291 from "./Entities/
|
|
293
|
-
import * as i292 from "./Entities/
|
|
294
|
-
import * as i293 from "./Entities/
|
|
295
|
-
import * as i294 from "./Entities/
|
|
296
|
-
import * as i295 from "./Entities/
|
|
297
|
-
import * as i296 from "./Entities/
|
|
298
|
-
import * as i297 from "./Entities/
|
|
299
|
-
import * as i298 from "./Entities/
|
|
300
|
-
import * as i299 from "./Entities/
|
|
301
|
-
import * as i300 from "./Entities/
|
|
302
|
-
import * as i301 from "./Entities/
|
|
303
|
-
import * as i302 from "./Entities/
|
|
304
|
-
import * as i303 from "./Entities/
|
|
305
|
-
import * as i304 from "./Entities/
|
|
306
|
-
import * as i305 from "./Entities/
|
|
307
|
-
import * as i306 from "./Entities/
|
|
308
|
-
import * as i307 from "./Entities/
|
|
309
|
-
import * as i308 from "./Entities/
|
|
310
|
-
import * as i309 from "./Entities/
|
|
311
|
-
import * as i310 from "./Entities/
|
|
312
|
-
import * as i311 from "./Entities/
|
|
313
|
-
import * as i312 from "./Entities/
|
|
314
|
-
import * as i313 from "./Entities/
|
|
315
|
-
import * as i314 from "./Entities/
|
|
316
|
-
import * as i315 from "./Entities/
|
|
317
|
-
import * as i316 from "./Entities/
|
|
318
|
-
import * as i317 from "./Entities/
|
|
274
|
+
import * as i273 from "./Entities/MJTagScope/mjtagscope.form.component";
|
|
275
|
+
import * as i274 from "./Entities/MJTagSuggestion/mjtagsuggestion.form.component";
|
|
276
|
+
import * as i275 from "./Entities/MJTagSynonym/mjtagsynonym.form.component";
|
|
277
|
+
import * as i276 from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
|
|
278
|
+
import * as i277 from "./Entities/MJTag/mjtag.form.component";
|
|
279
|
+
import * as i278 from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
|
|
280
|
+
import * as i279 from "./Entities/MJTaskType/mjtasktype.form.component";
|
|
281
|
+
import * as i280 from "./Entities/MJTask/mjtask.form.component";
|
|
282
|
+
import * as i281 from "./Entities/MJTemplateCategory/mjtemplatecategory.form.component";
|
|
283
|
+
import * as i282 from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
|
|
284
|
+
import * as i283 from "./Entities/MJTemplateContent/mjtemplatecontent.form.component";
|
|
285
|
+
import * as i284 from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
|
|
286
|
+
import * as i285 from "./Entities/MJTemplate/mjtemplate.form.component";
|
|
287
|
+
import * as i286 from "./Entities/MJTestRubric/mjtestrubric.form.component";
|
|
288
|
+
import * as i287 from "./Entities/MJTestRunFeedback/mjtestrunfeedback.form.component";
|
|
289
|
+
import * as i288 from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
|
|
290
|
+
import * as i289 from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
|
|
291
|
+
import * as i290 from "./Entities/MJTestRun/mjtestrun.form.component";
|
|
292
|
+
import * as i291 from "./Entities/MJTestSuiteRun/mjtestsuiterun.form.component";
|
|
293
|
+
import * as i292 from "./Entities/MJTestSuiteTest/mjtestsuitetest.form.component";
|
|
294
|
+
import * as i293 from "./Entities/MJTestSuite/mjtestsuite.form.component";
|
|
295
|
+
import * as i294 from "./Entities/MJTestType/mjtesttype.form.component";
|
|
296
|
+
import * as i295 from "./Entities/MJTest/mjtest.form.component";
|
|
297
|
+
import * as i296 from "./Entities/MJUserApplicationEntity/mjuserapplicationentity.form.component";
|
|
298
|
+
import * as i297 from "./Entities/MJUserApplication/mjuserapplication.form.component";
|
|
299
|
+
import * as i298 from "./Entities/MJUserFavorite/mjuserfavorite.form.component";
|
|
300
|
+
import * as i299 from "./Entities/MJUserNotificationPreference/mjusernotificationpreference.form.component";
|
|
301
|
+
import * as i300 from "./Entities/MJUserNotificationType/mjusernotificationtype.form.component";
|
|
302
|
+
import * as i301 from "./Entities/MJUserNotification/mjusernotification.form.component";
|
|
303
|
+
import * as i302 from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
|
|
304
|
+
import * as i303 from "./Entities/MJUserRole/mjuserrole.form.component";
|
|
305
|
+
import * as i304 from "./Entities/MJUserSetting/mjusersetting.form.component";
|
|
306
|
+
import * as i305 from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
|
|
307
|
+
import * as i306 from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
|
|
308
|
+
import * as i307 from "./Entities/MJUserViewRun/mjuserviewrun.form.component";
|
|
309
|
+
import * as i308 from "./Entities/MJUserView/mjuserview.form.component";
|
|
310
|
+
import * as i309 from "./Entities/MJUser/mjuser.form.component";
|
|
311
|
+
import * as i310 from "./Entities/MJVectorDatabase/mjvectordatabase.form.component";
|
|
312
|
+
import * as i311 from "./Entities/MJVectorIndex/mjvectorindex.form.component";
|
|
313
|
+
import * as i312 from "./Entities/MJVersionInstallation/mjversioninstallation.form.component";
|
|
314
|
+
import * as i313 from "./Entities/MJVersionLabelItem/mjversionlabelitem.form.component";
|
|
315
|
+
import * as i314 from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
|
|
316
|
+
import * as i315 from "./Entities/MJVersionLabel/mjversionlabel.form.component";
|
|
317
|
+
import * as i316 from "./Entities/MJWorkflowEngine/mjworkflowengine.form.component";
|
|
318
|
+
import * as i317 from "./Entities/MJWorkflowRun/mjworkflowrun.form.component";
|
|
319
|
+
import * as i318 from "./Entities/MJWorkflow/mjworkflow.form.component";
|
|
320
|
+
import * as i319 from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
|
|
321
|
+
import * as i320 from "./Entities/MJWorkspace/mjworkspace.form.component";
|
|
319
322
|
export declare class GeneratedForms_SubModule_0 {
|
|
320
323
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
|
|
321
324
|
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.MJAIAgentClientToolFormComponent, typeof i17.MJAIAgentConfigurationFormComponent, typeof i18.MJAIAgentDataSourceFormComponent, typeof i19.MJAIAgentExampleFormComponent, typeof i20.MJAIAgentLearningCycleFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
|
|
@@ -383,17 +386,17 @@ export declare class GeneratedForms_SubModule_12 {
|
|
|
383
386
|
}
|
|
384
387
|
export declare class GeneratedForms_SubModule_13 {
|
|
385
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_13, never>;
|
|
386
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i267.MJSearchProviderFormComponent, typeof i268.MJSkillFormComponent, typeof i269.MJSQLDialectFormComponent, typeof i270.MJStateProvinceFormComponent, typeof i271.MJTagAuditLogFormComponent, typeof i272.MJTagCoOccurrenceFormComponent, typeof i273.
|
|
389
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i267.MJSearchProviderFormComponent, typeof i268.MJSkillFormComponent, typeof i269.MJSQLDialectFormComponent, typeof i270.MJStateProvinceFormComponent, typeof i271.MJTagAuditLogFormComponent, typeof i272.MJTagCoOccurrenceFormComponent, typeof i273.MJTagScopeFormComponent, typeof i274.MJTagSuggestionFormComponent, typeof i275.MJTagSynonymFormComponent, typeof i276.MJTaggedItemFormComponent, typeof i277.MJTagFormComponent, typeof i278.MJTaskDependencyFormComponent, typeof i279.MJTaskTypeFormComponent, typeof i280.MJTaskFormComponent, typeof i281.MJTemplateCategoryFormComponent, typeof i282.MJTemplateContentTypeFormComponent, typeof i283.MJTemplateContentFormComponent, typeof i284.MJTemplateParamFormComponent, typeof i285.MJTemplateFormComponent, typeof i286.MJTestRubricFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
|
|
387
390
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_13>;
|
|
388
391
|
}
|
|
389
392
|
export declare class GeneratedForms_SubModule_14 {
|
|
390
393
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_14, never>;
|
|
391
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i287.
|
|
394
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i287.MJTestRunFeedbackFormComponent, typeof i288.MJTestRunOutputTypeFormComponent, typeof i289.MJTestRunOutputFormComponent, typeof i290.MJTestRunFormComponent, typeof i291.MJTestSuiteRunFormComponent, typeof i292.MJTestSuiteTestFormComponent, typeof i293.MJTestSuiteFormComponent, typeof i294.MJTestTypeFormComponent, typeof i295.MJTestFormComponent, typeof i296.MJUserApplicationEntityFormComponent, typeof i297.MJUserApplicationFormComponent, typeof i298.MJUserFavoriteFormComponent, typeof i299.MJUserNotificationPreferenceFormComponent, typeof i300.MJUserNotificationTypeFormComponent, typeof i301.MJUserNotificationFormComponent, typeof i302.MJUserRecordLogFormComponent, typeof i303.MJUserRoleFormComponent, typeof i304.MJUserSettingFormComponent, typeof i305.MJUserViewCategoryFormComponent, typeof i306.MJUserViewRunDetailFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
|
|
392
395
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_14>;
|
|
393
396
|
}
|
|
394
397
|
export declare class GeneratedForms_SubModule_15 {
|
|
395
398
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_15, never>;
|
|
396
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_15, [typeof i307.
|
|
399
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_15, [typeof i307.MJUserViewRunFormComponent, typeof i308.MJUserViewFormComponent, typeof i309.MJUserFormComponent, typeof i310.MJVectorDatabaseFormComponent, typeof i311.MJVectorIndexFormComponent, typeof i312.MJVersionInstallationFormComponent, typeof i313.MJVersionLabelItemFormComponent, typeof i314.MJVersionLabelRestoreFormComponent, typeof i315.MJVersionLabelFormComponent, typeof i316.MJWorkflowEngineFormComponent, typeof i317.MJWorkflowRunFormComponent, typeof i318.MJWorkflowFormComponent, typeof i319.MJWorkspaceItemFormComponent, typeof i320.MJWorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
|
|
397
400
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_15>;
|
|
398
401
|
}
|
|
399
402
|
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":"
|
|
1
|
+
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6UA,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAgCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBA0Ba,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAsBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAjjBxB,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAqC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,0BAA0B,SAoC1B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SAoC3B,2BAA2B,SA8B3B,2BAA2B;0CA0B3B,wBAAwB;CAAI"}
|
|
@@ -279,6 +279,9 @@ import { MJSQLDialectFormComponent } from "./Entities/MJSQLDialect/mjsqldialect.
|
|
|
279
279
|
import { MJStateProvinceFormComponent } from "./Entities/MJStateProvince/mjstateprovince.form.component";
|
|
280
280
|
import { MJTagAuditLogFormComponent } from "./Entities/MJTagAuditLog/mjtagauditlog.form.component";
|
|
281
281
|
import { MJTagCoOccurrenceFormComponent } from "./Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component";
|
|
282
|
+
import { MJTagScopeFormComponent } from "./Entities/MJTagScope/mjtagscope.form.component";
|
|
283
|
+
import { MJTagSuggestionFormComponent } from "./Entities/MJTagSuggestion/mjtagsuggestion.form.component";
|
|
284
|
+
import { MJTagSynonymFormComponent } from "./Entities/MJTagSynonym/mjtagsynonym.form.component";
|
|
282
285
|
import { MJTaggedItemFormComponent } from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
|
|
283
286
|
import { MJTagFormComponent } from "./Entities/MJTag/mjtag.form.component";
|
|
284
287
|
import { MJTaskDependencyFormComponent } from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
|
|
@@ -1232,6 +1235,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1232
1235
|
MJStateProvinceFormComponent,
|
|
1233
1236
|
MJTagAuditLogFormComponent,
|
|
1234
1237
|
MJTagCoOccurrenceFormComponent,
|
|
1238
|
+
MJTagScopeFormComponent,
|
|
1239
|
+
MJTagSuggestionFormComponent,
|
|
1240
|
+
MJTagSynonymFormComponent,
|
|
1235
1241
|
MJTaggedItemFormComponent,
|
|
1236
1242
|
MJTagFormComponent,
|
|
1237
1243
|
MJTaskDependencyFormComponent,
|
|
@@ -1242,10 +1248,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1242
1248
|
MJTemplateContentFormComponent,
|
|
1243
1249
|
MJTemplateParamFormComponent,
|
|
1244
1250
|
MJTemplateFormComponent,
|
|
1245
|
-
MJTestRubricFormComponent
|
|
1246
|
-
MJTestRunFeedbackFormComponent,
|
|
1247
|
-
MJTestRunOutputTypeFormComponent,
|
|
1248
|
-
MJTestRunOutputFormComponent
|
|
1251
|
+
MJTestRubricFormComponent
|
|
1249
1252
|
],
|
|
1250
1253
|
imports: [
|
|
1251
1254
|
CommonModule,
|
|
@@ -1263,6 +1266,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1263
1266
|
MJStateProvinceFormComponent,
|
|
1264
1267
|
MJTagAuditLogFormComponent,
|
|
1265
1268
|
MJTagCoOccurrenceFormComponent,
|
|
1269
|
+
MJTagScopeFormComponent,
|
|
1270
|
+
MJTagSuggestionFormComponent,
|
|
1271
|
+
MJTagSynonymFormComponent,
|
|
1266
1272
|
MJTaggedItemFormComponent,
|
|
1267
1273
|
MJTagFormComponent,
|
|
1268
1274
|
MJTaskDependencyFormComponent,
|
|
@@ -1273,10 +1279,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1273
1279
|
MJTemplateContentFormComponent,
|
|
1274
1280
|
MJTemplateParamFormComponent,
|
|
1275
1281
|
MJTemplateFormComponent,
|
|
1276
|
-
MJTestRubricFormComponent,
|
|
1277
|
-
MJTestRunFeedbackFormComponent,
|
|
1278
|
-
MJTestRunOutputTypeFormComponent,
|
|
1279
|
-
MJTestRunOutputFormComponent], imports: [CommonModule,
|
|
1282
|
+
MJTestRubricFormComponent], imports: [CommonModule,
|
|
1280
1283
|
FormsModule,
|
|
1281
1284
|
BaseFormsModule,
|
|
1282
1285
|
EntityViewerModule,
|
|
@@ -1294,6 +1297,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1294
1297
|
type: NgModule,
|
|
1295
1298
|
args: [{
|
|
1296
1299
|
declarations: [
|
|
1300
|
+
MJTestRunFeedbackFormComponent,
|
|
1301
|
+
MJTestRunOutputTypeFormComponent,
|
|
1302
|
+
MJTestRunOutputFormComponent,
|
|
1297
1303
|
MJTestRunFormComponent,
|
|
1298
1304
|
MJTestSuiteRunFormComponent,
|
|
1299
1305
|
MJTestSuiteTestFormComponent,
|
|
@@ -1310,10 +1316,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1310
1316
|
MJUserRoleFormComponent,
|
|
1311
1317
|
MJUserSettingFormComponent,
|
|
1312
1318
|
MJUserViewCategoryFormComponent,
|
|
1313
|
-
MJUserViewRunDetailFormComponent
|
|
1314
|
-
MJUserViewRunFormComponent,
|
|
1315
|
-
MJUserViewFormComponent,
|
|
1316
|
-
MJUserFormComponent
|
|
1319
|
+
MJUserViewRunDetailFormComponent
|
|
1317
1320
|
],
|
|
1318
1321
|
imports: [
|
|
1319
1322
|
CommonModule,
|
|
@@ -1325,7 +1328,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1325
1328
|
exports: []
|
|
1326
1329
|
}]
|
|
1327
1330
|
}], null, null); })();
|
|
1328
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1331
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJTestRunFeedbackFormComponent,
|
|
1332
|
+
MJTestRunOutputTypeFormComponent,
|
|
1333
|
+
MJTestRunOutputFormComponent,
|
|
1334
|
+
MJTestRunFormComponent,
|
|
1329
1335
|
MJTestSuiteRunFormComponent,
|
|
1330
1336
|
MJTestSuiteTestFormComponent,
|
|
1331
1337
|
MJTestSuiteFormComponent,
|
|
@@ -1341,10 +1347,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1341
1347
|
MJUserRoleFormComponent,
|
|
1342
1348
|
MJUserSettingFormComponent,
|
|
1343
1349
|
MJUserViewCategoryFormComponent,
|
|
1344
|
-
MJUserViewRunDetailFormComponent,
|
|
1345
|
-
MJUserViewRunFormComponent,
|
|
1346
|
-
MJUserViewFormComponent,
|
|
1347
|
-
MJUserFormComponent], imports: [CommonModule,
|
|
1350
|
+
MJUserViewRunDetailFormComponent], imports: [CommonModule,
|
|
1348
1351
|
FormsModule,
|
|
1349
1352
|
BaseFormsModule,
|
|
1350
1353
|
EntityViewerModule,
|
|
@@ -1362,6 +1365,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1362
1365
|
type: NgModule,
|
|
1363
1366
|
args: [{
|
|
1364
1367
|
declarations: [
|
|
1368
|
+
MJUserViewRunFormComponent,
|
|
1369
|
+
MJUserViewFormComponent,
|
|
1370
|
+
MJUserFormComponent,
|
|
1365
1371
|
MJVectorDatabaseFormComponent,
|
|
1366
1372
|
MJVectorIndexFormComponent,
|
|
1367
1373
|
MJVersionInstallationFormComponent,
|
|
@@ -1384,7 +1390,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1384
1390
|
exports: []
|
|
1385
1391
|
}]
|
|
1386
1392
|
}], null, null); })();
|
|
1387
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1393
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJUserViewRunFormComponent,
|
|
1394
|
+
MJUserViewFormComponent,
|
|
1395
|
+
MJUserFormComponent,
|
|
1396
|
+
MJVectorDatabaseFormComponent,
|
|
1388
1397
|
MJVectorIndexFormComponent,
|
|
1389
1398
|
MJVersionInstallationFormComponent,
|
|
1390
1399
|
MJVersionLabelItemFormComponent,
|