@memberjunction/ng-core-entity-forms 2.100.3 → 2.102.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/generated/Entities/AIAgent/aiagent.form.component.js +20 -10
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.js +59 -0
- package/dist/lib/generated/Entities/AccessControlRule/accesscontrolrule.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/AccessControlRule/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/AccessControlRule/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/AccessControlRule/sections/details.component.js +192 -0
- package/dist/lib/generated/Entities/AccessControlRule/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js +70 -0
- package/dist/lib/generated/Entities/Artifact/artifact.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Artifact/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Artifact/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Artifact/sections/details.component.js +158 -0
- package/dist/lib/generated/Entities/Artifact/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js +13 -3
- package/dist/lib/generated/Entities/ArtifactType/artifacttype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js +59 -0
- package/dist/lib/generated/Entities/ArtifactVersion/artifactversion.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js +147 -0
- package/dist/lib/generated/Entities/ArtifactVersion/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Collection/collection.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/Collection/collection.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Collection/collection.form.component.js +70 -0
- package/dist/lib/generated/Entities/Collection/collection.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Collection/sections/details.component.js +156 -0
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Conversation/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Conversation/sections/details.component.js +53 -4
- package/dist/lib/generated/Entities/Conversation/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js +13 -3
- package/dist/lib/generated/Entities/ConversationDetail/conversationdetail.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Dashboard/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Dashboard/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Dashboard/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +34 -4
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Environment/environment.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/Environment/environment.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Environment/environment.form.component.js +133 -0
- package/dist/lib/generated/Entities/Environment/environment.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Environment/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Environment/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Environment/sections/details.component.js +107 -0
- package/dist/lib/generated/Entities/Environment/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Project/project.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/Project/project.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Project/project.form.component.js +91 -0
- package/dist/lib/generated/Entities/Project/project.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/Project/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Project/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Project/sections/details.component.js +156 -0
- package/dist/lib/generated/Entities/Project/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.js +59 -0
- package/dist/lib/generated/Entities/PublicLink/publiclink.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/PublicLink/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/PublicLink/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/PublicLink/sections/details.component.js +163 -0
- package/dist/lib/generated/Entities/PublicLink/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.js +59 -0
- package/dist/lib/generated/Entities/RecordLink/recordlink.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/RecordLink/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/RecordLink/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/RecordLink/sections/details.component.js +156 -0
- package/dist/lib/generated/Entities/RecordLink/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Report/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Report/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Report/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Task/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/Task/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Task/sections/details.component.js +265 -0
- package/dist/lib/generated/Entities/Task/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/Task/task.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/Task/task.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/Task/task.form.component.js +90 -0
- package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/TaskDependency/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/TaskDependency/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/TaskDependency/sections/details.component.js +120 -0
- package/dist/lib/generated/Entities/TaskDependency/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.js +59 -0
- package/dist/lib/generated/Entities/TaskDependency/taskdependency.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/TaskType/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/TaskType/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/TaskType/sections/details.component.js +89 -0
- package/dist/lib/generated/Entities/TaskType/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.js +70 -0
- package/dist/lib/generated/Entities/TaskType/tasktype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/User/user.form.component.js +60 -10
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +332 -305
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +429 -281
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +17 -17
|
@@ -127,6 +127,7 @@ import { LibraryItemFormComponent, LoadLibraryItemFormComponent } from "./Entiti
|
|
|
127
127
|
import { ListCategoryFormComponent, LoadListCategoryFormComponent } from "./Entities/ListCategory/listcategory.form.component";
|
|
128
128
|
import { ListDetailFormComponent, LoadListDetailFormComponent } from "./Entities/ListDetail/listdetail.form.component";
|
|
129
129
|
import { ListFormComponent, LoadListFormComponent } from "./Entities/List/list.form.component";
|
|
130
|
+
import { AccessControlRuleFormComponent, LoadAccessControlRuleFormComponent } from "./Entities/AccessControlRule/accesscontrolrule.form.component";
|
|
130
131
|
import { AIAgentPromptFormComponent, LoadAIAgentPromptFormComponent } from "./Entities/AIAgentPrompt/aiagentprompt.form.component";
|
|
131
132
|
import { AIAgentRelationshipFormComponent, LoadAIAgentRelationshipFormComponent } from "./Entities/AIAgentRelationship/aiagentrelationship.form.component";
|
|
132
133
|
import { AIAgentRunStepFormComponent, LoadAIAgentRunStepFormComponent } from "./Entities/AIAgentRunStep/aiagentrunstep.form.component";
|
|
@@ -146,6 +147,9 @@ import { AIVendorTypeDefinitionFormComponent, LoadAIVendorTypeDefinitionFormComp
|
|
|
146
147
|
import { AIVendorTypeFormComponent, LoadAIVendorTypeFormComponent } from "./Entities/AIVendorType/aivendortype.form.component";
|
|
147
148
|
import { AIVendorFormComponent, LoadAIVendorFormComponent } from "./Entities/AIVendor/aivendor.form.component";
|
|
148
149
|
import { ArtifactTypeFormComponent, LoadArtifactTypeFormComponent } from "./Entities/ArtifactType/artifacttype.form.component";
|
|
150
|
+
import { ArtifactVersionFormComponent, LoadArtifactVersionFormComponent } from "./Entities/ArtifactVersion/artifactversion.form.component";
|
|
151
|
+
import { ArtifactFormComponent, LoadArtifactFormComponent } from "./Entities/Artifact/artifact.form.component";
|
|
152
|
+
import { CollectionFormComponent, LoadCollectionFormComponent } from "./Entities/Collection/collection.form.component";
|
|
149
153
|
import { ComponentDependencyFormComponent, LoadComponentDependencyFormComponent } from "./Entities/ComponentDependency/componentdependency.form.component";
|
|
150
154
|
import { ComponentLibraryFormComponent, LoadComponentLibraryFormComponent } from "./Entities/ComponentLibrary/componentlibrary.form.component";
|
|
151
155
|
import { ComponentLibraryLinkFormComponent, LoadComponentLibraryLinkFormComponent } from "./Entities/ComponentLibraryLink/componentlibrarylink.form.component";
|
|
@@ -156,9 +160,16 @@ import { ConversationArtifactVersionFormComponent, LoadConversationArtifactVersi
|
|
|
156
160
|
import { ConversationArtifactFormComponent, LoadConversationArtifactFormComponent } from "./Entities/ConversationArtifact/conversationartifact.form.component";
|
|
157
161
|
import { DashboardUserPreferenceFormComponent, LoadDashboardUserPreferenceFormComponent } from "./Entities/DashboardUserPreference/dashboarduserpreference.form.component";
|
|
158
162
|
import { DashboardUserStateFormComponent, LoadDashboardUserStateFormComponent } from "./Entities/DashboardUserState/dashboarduserstate.form.component";
|
|
163
|
+
import { EnvironmentFormComponent, LoadEnvironmentFormComponent } from "./Entities/Environment/environment.form.component";
|
|
164
|
+
import { ProjectFormComponent, LoadProjectFormComponent } from "./Entities/Project/project.form.component";
|
|
165
|
+
import { PublicLinkFormComponent, LoadPublicLinkFormComponent } from "./Entities/PublicLink/publiclink.form.component";
|
|
159
166
|
import { QueryParameterFormComponent, LoadQueryParameterFormComponent } from "./Entities/QueryParameter/queryparameter.form.component";
|
|
167
|
+
import { RecordLinkFormComponent, LoadRecordLinkFormComponent } from "./Entities/RecordLink/recordlink.form.component";
|
|
160
168
|
import { ReportUserStateFormComponent, LoadReportUserStateFormComponent } from "./Entities/ReportUserState/reportuserstate.form.component";
|
|
161
169
|
import { ReportVersionFormComponent, LoadReportVersionFormComponent } from "./Entities/ReportVersion/reportversion.form.component";
|
|
170
|
+
import { TaskDependencyFormComponent, LoadTaskDependencyFormComponent } from "./Entities/TaskDependency/taskdependency.form.component";
|
|
171
|
+
import { TaskTypeFormComponent, LoadTaskTypeFormComponent } from "./Entities/TaskType/tasktype.form.component";
|
|
172
|
+
import { TaskFormComponent, LoadTaskFormComponent } from "./Entities/Task/task.form.component";
|
|
162
173
|
import { OutputDeliveryTypeFormComponent, LoadOutputDeliveryTypeFormComponent } from "./Entities/OutputDeliveryType/outputdeliverytype.form.component";
|
|
163
174
|
import { OutputFormatTypeFormComponent, LoadOutputFormatTypeFormComponent } from "./Entities/OutputFormatType/outputformattype.form.component";
|
|
164
175
|
import { OutputTriggerTypeFormComponent, LoadOutputTriggerTypeFormComponent } from "./Entities/OutputTriggerType/outputtriggertype.form.component";
|
|
@@ -327,6 +338,7 @@ import { LibraryItemDetailsComponent, LoadLibraryItemDetailsComponent } from "./
|
|
|
327
338
|
import { ListCategoryDetailsComponent, LoadListCategoryDetailsComponent } from "./Entities/ListCategory/sections/details.component";
|
|
328
339
|
import { ListDetailDetailsComponent, LoadListDetailDetailsComponent } from "./Entities/ListDetail/sections/details.component";
|
|
329
340
|
import { ListDetailsComponent, LoadListDetailsComponent } from "./Entities/List/sections/details.component";
|
|
341
|
+
import { AccessControlRuleDetailsComponent, LoadAccessControlRuleDetailsComponent } from "./Entities/AccessControlRule/sections/details.component";
|
|
330
342
|
import { AIAgentPromptDetailsComponent, LoadAIAgentPromptDetailsComponent } from "./Entities/AIAgentPrompt/sections/details.component";
|
|
331
343
|
import { AIAgentRelationshipDetailsComponent, LoadAIAgentRelationshipDetailsComponent } from "./Entities/AIAgentRelationship/sections/details.component";
|
|
332
344
|
import { AIAgentRunStepDetailsComponent, LoadAIAgentRunStepDetailsComponent } from "./Entities/AIAgentRunStep/sections/details.component";
|
|
@@ -346,6 +358,9 @@ import { AIVendorTypeDefinitionDetailsComponent, LoadAIVendorTypeDefinitionDetai
|
|
|
346
358
|
import { AIVendorTypeDetailsComponent, LoadAIVendorTypeDetailsComponent } from "./Entities/AIVendorType/sections/details.component";
|
|
347
359
|
import { AIVendorDetailsComponent, LoadAIVendorDetailsComponent } from "./Entities/AIVendor/sections/details.component";
|
|
348
360
|
import { ArtifactTypeDetailsComponent, LoadArtifactTypeDetailsComponent } from "./Entities/ArtifactType/sections/details.component";
|
|
361
|
+
import { ArtifactVersionDetailsComponent, LoadArtifactVersionDetailsComponent } from "./Entities/ArtifactVersion/sections/details.component";
|
|
362
|
+
import { ArtifactDetailsComponent, LoadArtifactDetailsComponent } from "./Entities/Artifact/sections/details.component";
|
|
363
|
+
import { CollectionDetailsComponent, LoadCollectionDetailsComponent } from "./Entities/Collection/sections/details.component";
|
|
349
364
|
import { ComponentDependencyDetailsComponent, LoadComponentDependencyDetailsComponent } from "./Entities/ComponentDependency/sections/details.component";
|
|
350
365
|
import { ComponentLibraryDetailsComponent, LoadComponentLibraryDetailsComponent } from "./Entities/ComponentLibrary/sections/details.component";
|
|
351
366
|
import { ComponentLibraryLinkDetailsComponent, LoadComponentLibraryLinkDetailsComponent } from "./Entities/ComponentLibraryLink/sections/details.component";
|
|
@@ -356,9 +371,16 @@ import { ConversationArtifactVersionDetailsComponent, LoadConversationArtifactVe
|
|
|
356
371
|
import { ConversationArtifactDetailsComponent, LoadConversationArtifactDetailsComponent } from "./Entities/ConversationArtifact/sections/details.component";
|
|
357
372
|
import { DashboardUserPreferenceDetailsComponent, LoadDashboardUserPreferenceDetailsComponent } from "./Entities/DashboardUserPreference/sections/details.component";
|
|
358
373
|
import { DashboardUserStateDetailsComponent, LoadDashboardUserStateDetailsComponent } from "./Entities/DashboardUserState/sections/details.component";
|
|
374
|
+
import { EnvironmentDetailsComponent, LoadEnvironmentDetailsComponent } from "./Entities/Environment/sections/details.component";
|
|
375
|
+
import { ProjectDetailsComponent, LoadProjectDetailsComponent } from "./Entities/Project/sections/details.component";
|
|
376
|
+
import { PublicLinkDetailsComponent, LoadPublicLinkDetailsComponent } from "./Entities/PublicLink/sections/details.component";
|
|
359
377
|
import { QueryParameterDetailsComponent, LoadQueryParameterDetailsComponent } from "./Entities/QueryParameter/sections/details.component";
|
|
378
|
+
import { RecordLinkDetailsComponent, LoadRecordLinkDetailsComponent } from "./Entities/RecordLink/sections/details.component";
|
|
360
379
|
import { ReportUserStateDetailsComponent, LoadReportUserStateDetailsComponent } from "./Entities/ReportUserState/sections/details.component";
|
|
361
380
|
import { ReportVersionDetailsComponent, LoadReportVersionDetailsComponent } from "./Entities/ReportVersion/sections/details.component";
|
|
381
|
+
import { TaskDependencyDetailsComponent, LoadTaskDependencyDetailsComponent } from "./Entities/TaskDependency/sections/details.component";
|
|
382
|
+
import { TaskTypeDetailsComponent, LoadTaskTypeDetailsComponent } from "./Entities/TaskType/sections/details.component";
|
|
383
|
+
import { TaskDetailsComponent, LoadTaskDetailsComponent } from "./Entities/Task/sections/details.component";
|
|
362
384
|
import { OutputDeliveryTypeDetailsComponent, LoadOutputDeliveryTypeDetailsComponent } from "./Entities/OutputDeliveryType/sections/details.component";
|
|
363
385
|
import { OutputFormatTypeDetailsComponent, LoadOutputFormatTypeDetailsComponent } from "./Entities/OutputFormatType/sections/details.component";
|
|
364
386
|
import { OutputTriggerTypeDetailsComponent, LoadOutputTriggerTypeDetailsComponent } from "./Entities/OutputTriggerType/sections/details.component";
|
|
@@ -938,6 +960,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
938
960
|
ListCategoryFormComponent,
|
|
939
961
|
ListDetailFormComponent,
|
|
940
962
|
ListFormComponent,
|
|
963
|
+
AccessControlRuleFormComponent,
|
|
941
964
|
AIAgentPromptFormComponent,
|
|
942
965
|
AIAgentRelationshipFormComponent,
|
|
943
966
|
AIAgentRunStepFormComponent,
|
|
@@ -952,8 +975,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
952
975
|
AIModelPriceUnitTypeFormComponent,
|
|
953
976
|
AIModelVendorFormComponent,
|
|
954
977
|
AIPromptModelFormComponent,
|
|
955
|
-
AIPromptRunFormComponent
|
|
956
|
-
AIVendorTypeDefinitionFormComponent
|
|
978
|
+
AIPromptRunFormComponent
|
|
957
979
|
],
|
|
958
980
|
imports: [
|
|
959
981
|
CommonModule,
|
|
@@ -979,6 +1001,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
979
1001
|
ListCategoryFormComponent,
|
|
980
1002
|
ListDetailFormComponent,
|
|
981
1003
|
ListFormComponent,
|
|
1004
|
+
AccessControlRuleFormComponent,
|
|
982
1005
|
AIAgentPromptFormComponent,
|
|
983
1006
|
AIAgentRelationshipFormComponent,
|
|
984
1007
|
AIAgentRunStepFormComponent,
|
|
@@ -993,8 +1016,7 @@ export class GeneratedForms_SubModule_5 {
|
|
|
993
1016
|
AIModelPriceUnitTypeFormComponent,
|
|
994
1017
|
AIModelVendorFormComponent,
|
|
995
1018
|
AIPromptModelFormComponent,
|
|
996
|
-
AIPromptRunFormComponent,
|
|
997
|
-
AIVendorTypeDefinitionFormComponent], imports: [CommonModule,
|
|
1019
|
+
AIPromptRunFormComponent], imports: [CommonModule,
|
|
998
1020
|
FormsModule,
|
|
999
1021
|
LayoutModule,
|
|
1000
1022
|
InputsModule,
|
|
@@ -1032,9 +1054,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1032
1054
|
type: NgModule,
|
|
1033
1055
|
args: [{
|
|
1034
1056
|
declarations: [
|
|
1057
|
+
AIVendorTypeDefinitionFormComponent,
|
|
1035
1058
|
AIVendorTypeFormComponent,
|
|
1036
1059
|
AIVendorFormComponent,
|
|
1037
1060
|
ArtifactTypeFormComponent,
|
|
1061
|
+
ArtifactVersionFormComponent,
|
|
1062
|
+
ArtifactFormComponent,
|
|
1063
|
+
CollectionFormComponent,
|
|
1038
1064
|
ComponentDependencyFormComponent,
|
|
1039
1065
|
ComponentLibraryFormComponent,
|
|
1040
1066
|
ComponentLibraryLinkFormComponent,
|
|
@@ -1045,13 +1071,9 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1045
1071
|
ConversationArtifactFormComponent,
|
|
1046
1072
|
DashboardUserPreferenceFormComponent,
|
|
1047
1073
|
DashboardUserStateFormComponent,
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
OutputDeliveryTypeFormComponent,
|
|
1052
|
-
OutputFormatTypeFormComponent,
|
|
1053
|
-
OutputTriggerTypeFormComponent,
|
|
1054
|
-
QueryFormComponent
|
|
1074
|
+
EnvironmentFormComponent,
|
|
1075
|
+
ProjectFormComponent,
|
|
1076
|
+
PublicLinkFormComponent
|
|
1055
1077
|
],
|
|
1056
1078
|
imports: [
|
|
1057
1079
|
CommonModule,
|
|
@@ -1073,9 +1095,13 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1073
1095
|
exports: []
|
|
1074
1096
|
}]
|
|
1075
1097
|
}], null, null); })();
|
|
1076
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [
|
|
1098
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIVendorTypeDefinitionFormComponent,
|
|
1099
|
+
AIVendorTypeFormComponent,
|
|
1077
1100
|
AIVendorFormComponent,
|
|
1078
1101
|
ArtifactTypeFormComponent,
|
|
1102
|
+
ArtifactVersionFormComponent,
|
|
1103
|
+
ArtifactFormComponent,
|
|
1104
|
+
CollectionFormComponent,
|
|
1079
1105
|
ComponentDependencyFormComponent,
|
|
1080
1106
|
ComponentLibraryFormComponent,
|
|
1081
1107
|
ComponentLibraryLinkFormComponent,
|
|
@@ -1086,13 +1112,9 @@ export class GeneratedForms_SubModule_6 {
|
|
|
1086
1112
|
ConversationArtifactFormComponent,
|
|
1087
1113
|
DashboardUserPreferenceFormComponent,
|
|
1088
1114
|
DashboardUserStateFormComponent,
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
OutputDeliveryTypeFormComponent,
|
|
1093
|
-
OutputFormatTypeFormComponent,
|
|
1094
|
-
OutputTriggerTypeFormComponent,
|
|
1095
|
-
QueryFormComponent], imports: [CommonModule,
|
|
1115
|
+
EnvironmentFormComponent,
|
|
1116
|
+
ProjectFormComponent,
|
|
1117
|
+
PublicLinkFormComponent], imports: [CommonModule,
|
|
1096
1118
|
FormsModule,
|
|
1097
1119
|
LayoutModule,
|
|
1098
1120
|
InputsModule,
|
|
@@ -1130,6 +1152,17 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1130
1152
|
type: NgModule,
|
|
1131
1153
|
args: [{
|
|
1132
1154
|
declarations: [
|
|
1155
|
+
QueryParameterFormComponent,
|
|
1156
|
+
RecordLinkFormComponent,
|
|
1157
|
+
ReportUserStateFormComponent,
|
|
1158
|
+
ReportVersionFormComponent,
|
|
1159
|
+
TaskDependencyFormComponent,
|
|
1160
|
+
TaskTypeFormComponent,
|
|
1161
|
+
TaskFormComponent,
|
|
1162
|
+
OutputDeliveryTypeFormComponent,
|
|
1163
|
+
OutputFormatTypeFormComponent,
|
|
1164
|
+
OutputTriggerTypeFormComponent,
|
|
1165
|
+
QueryFormComponent,
|
|
1133
1166
|
QueryCategoryFormComponent,
|
|
1134
1167
|
QueryEntityFormComponent,
|
|
1135
1168
|
QueryFieldFormComponent,
|
|
@@ -1138,18 +1171,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1138
1171
|
QueueTypeFormComponent,
|
|
1139
1172
|
QueueFormComponent,
|
|
1140
1173
|
RecommendationItemFormComponent,
|
|
1141
|
-
RecommendationProviderFormComponent
|
|
1142
|
-
RecommendationRunFormComponent,
|
|
1143
|
-
RecommendationFormComponent,
|
|
1144
|
-
RecordChangeReplayRunFormComponent,
|
|
1145
|
-
RecordChangeFormComponent,
|
|
1146
|
-
RecordMergeDeletionLogFormComponent,
|
|
1147
|
-
RecordMergeLogFormComponent,
|
|
1148
|
-
ReportCategoryFormComponent,
|
|
1149
|
-
ReportSnapshotFormComponent,
|
|
1150
|
-
ReportFormComponent,
|
|
1151
|
-
ResourceLinkFormComponent,
|
|
1152
|
-
ResourcePermissionFormComponent
|
|
1174
|
+
RecommendationProviderFormComponent
|
|
1153
1175
|
],
|
|
1154
1176
|
imports: [
|
|
1155
1177
|
CommonModule,
|
|
@@ -1171,7 +1193,18 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1171
1193
|
exports: []
|
|
1172
1194
|
}]
|
|
1173
1195
|
}], null, null); })();
|
|
1174
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [
|
|
1196
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [QueryParameterFormComponent,
|
|
1197
|
+
RecordLinkFormComponent,
|
|
1198
|
+
ReportUserStateFormComponent,
|
|
1199
|
+
ReportVersionFormComponent,
|
|
1200
|
+
TaskDependencyFormComponent,
|
|
1201
|
+
TaskTypeFormComponent,
|
|
1202
|
+
TaskFormComponent,
|
|
1203
|
+
OutputDeliveryTypeFormComponent,
|
|
1204
|
+
OutputFormatTypeFormComponent,
|
|
1205
|
+
OutputTriggerTypeFormComponent,
|
|
1206
|
+
QueryFormComponent,
|
|
1207
|
+
QueryCategoryFormComponent,
|
|
1175
1208
|
QueryEntityFormComponent,
|
|
1176
1209
|
QueryFieldFormComponent,
|
|
1177
1210
|
QueryPermissionFormComponent,
|
|
@@ -1179,18 +1212,7 @@ export class GeneratedForms_SubModule_7 {
|
|
|
1179
1212
|
QueueTypeFormComponent,
|
|
1180
1213
|
QueueFormComponent,
|
|
1181
1214
|
RecommendationItemFormComponent,
|
|
1182
|
-
RecommendationProviderFormComponent,
|
|
1183
|
-
RecommendationRunFormComponent,
|
|
1184
|
-
RecommendationFormComponent,
|
|
1185
|
-
RecordChangeReplayRunFormComponent,
|
|
1186
|
-
RecordChangeFormComponent,
|
|
1187
|
-
RecordMergeDeletionLogFormComponent,
|
|
1188
|
-
RecordMergeLogFormComponent,
|
|
1189
|
-
ReportCategoryFormComponent,
|
|
1190
|
-
ReportSnapshotFormComponent,
|
|
1191
|
-
ReportFormComponent,
|
|
1192
|
-
ResourceLinkFormComponent,
|
|
1193
|
-
ResourcePermissionFormComponent], imports: [CommonModule,
|
|
1215
|
+
RecommendationProviderFormComponent], imports: [CommonModule,
|
|
1194
1216
|
FormsModule,
|
|
1195
1217
|
LayoutModule,
|
|
1196
1218
|
InputsModule,
|
|
@@ -1228,6 +1250,17 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1228
1250
|
type: NgModule,
|
|
1229
1251
|
args: [{
|
|
1230
1252
|
declarations: [
|
|
1253
|
+
RecommendationRunFormComponent,
|
|
1254
|
+
RecommendationFormComponent,
|
|
1255
|
+
RecordChangeReplayRunFormComponent,
|
|
1256
|
+
RecordChangeFormComponent,
|
|
1257
|
+
RecordMergeDeletionLogFormComponent,
|
|
1258
|
+
RecordMergeLogFormComponent,
|
|
1259
|
+
ReportCategoryFormComponent,
|
|
1260
|
+
ReportSnapshotFormComponent,
|
|
1261
|
+
ReportFormComponent,
|
|
1262
|
+
ResourceLinkFormComponent,
|
|
1263
|
+
ResourcePermissionFormComponent,
|
|
1231
1264
|
ResourceTypeFormComponent,
|
|
1232
1265
|
RoleFormComponent,
|
|
1233
1266
|
RowLevelSecurityFilterFormComponent,
|
|
@@ -1236,18 +1269,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1236
1269
|
SchemaInfoFormComponent,
|
|
1237
1270
|
SkillFormComponent,
|
|
1238
1271
|
TaggedItemFormComponent,
|
|
1239
|
-
TagFormComponent
|
|
1240
|
-
TemplateCategoryFormComponent,
|
|
1241
|
-
TemplateContentTypeFormComponent,
|
|
1242
|
-
TemplateContentFormComponent,
|
|
1243
|
-
TemplateParamFormComponent,
|
|
1244
|
-
TemplateFormComponent,
|
|
1245
|
-
UserApplicationEntityFormComponent,
|
|
1246
|
-
UserApplicationFormComponent,
|
|
1247
|
-
UserFavoriteFormComponent,
|
|
1248
|
-
UserNotificationFormComponent,
|
|
1249
|
-
UserRecordLogFormComponent,
|
|
1250
|
-
UserRoleFormComponent
|
|
1272
|
+
TagFormComponent
|
|
1251
1273
|
],
|
|
1252
1274
|
imports: [
|
|
1253
1275
|
CommonModule,
|
|
@@ -1269,7 +1291,18 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1269
1291
|
exports: []
|
|
1270
1292
|
}]
|
|
1271
1293
|
}], null, null); })();
|
|
1272
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [
|
|
1294
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [RecommendationRunFormComponent,
|
|
1295
|
+
RecommendationFormComponent,
|
|
1296
|
+
RecordChangeReplayRunFormComponent,
|
|
1297
|
+
RecordChangeFormComponent,
|
|
1298
|
+
RecordMergeDeletionLogFormComponent,
|
|
1299
|
+
RecordMergeLogFormComponent,
|
|
1300
|
+
ReportCategoryFormComponent,
|
|
1301
|
+
ReportSnapshotFormComponent,
|
|
1302
|
+
ReportFormComponent,
|
|
1303
|
+
ResourceLinkFormComponent,
|
|
1304
|
+
ResourcePermissionFormComponent,
|
|
1305
|
+
ResourceTypeFormComponent,
|
|
1273
1306
|
RoleFormComponent,
|
|
1274
1307
|
RowLevelSecurityFilterFormComponent,
|
|
1275
1308
|
ScheduledActionParamFormComponent,
|
|
@@ -1277,18 +1310,7 @@ export class GeneratedForms_SubModule_8 {
|
|
|
1277
1310
|
SchemaInfoFormComponent,
|
|
1278
1311
|
SkillFormComponent,
|
|
1279
1312
|
TaggedItemFormComponent,
|
|
1280
|
-
TagFormComponent,
|
|
1281
|
-
TemplateCategoryFormComponent,
|
|
1282
|
-
TemplateContentTypeFormComponent,
|
|
1283
|
-
TemplateContentFormComponent,
|
|
1284
|
-
TemplateParamFormComponent,
|
|
1285
|
-
TemplateFormComponent,
|
|
1286
|
-
UserApplicationEntityFormComponent,
|
|
1287
|
-
UserApplicationFormComponent,
|
|
1288
|
-
UserFavoriteFormComponent,
|
|
1289
|
-
UserNotificationFormComponent,
|
|
1290
|
-
UserRecordLogFormComponent,
|
|
1291
|
-
UserRoleFormComponent], imports: [CommonModule,
|
|
1313
|
+
TagFormComponent], imports: [CommonModule,
|
|
1292
1314
|
FormsModule,
|
|
1293
1315
|
LayoutModule,
|
|
1294
1316
|
InputsModule,
|
|
@@ -1326,6 +1348,17 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1326
1348
|
type: NgModule,
|
|
1327
1349
|
args: [{
|
|
1328
1350
|
declarations: [
|
|
1351
|
+
TemplateCategoryFormComponent,
|
|
1352
|
+
TemplateContentTypeFormComponent,
|
|
1353
|
+
TemplateContentFormComponent,
|
|
1354
|
+
TemplateParamFormComponent,
|
|
1355
|
+
TemplateFormComponent,
|
|
1356
|
+
UserApplicationEntityFormComponent,
|
|
1357
|
+
UserApplicationFormComponent,
|
|
1358
|
+
UserFavoriteFormComponent,
|
|
1359
|
+
UserNotificationFormComponent,
|
|
1360
|
+
UserRecordLogFormComponent,
|
|
1361
|
+
UserRoleFormComponent,
|
|
1329
1362
|
UserViewCategoryFormComponent,
|
|
1330
1363
|
UserViewRunDetailFormComponent,
|
|
1331
1364
|
UserViewRunFormComponent,
|
|
@@ -1334,7 +1367,85 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1334
1367
|
VectorDatabaseFormComponent,
|
|
1335
1368
|
VectorIndexFormComponent,
|
|
1336
1369
|
VersionInstallationFormComponent,
|
|
1337
|
-
WorkflowEngineFormComponent
|
|
1370
|
+
WorkflowEngineFormComponent
|
|
1371
|
+
],
|
|
1372
|
+
imports: [
|
|
1373
|
+
CommonModule,
|
|
1374
|
+
FormsModule,
|
|
1375
|
+
LayoutModule,
|
|
1376
|
+
InputsModule,
|
|
1377
|
+
ButtonsModule,
|
|
1378
|
+
DateInputsModule,
|
|
1379
|
+
UserViewGridModule,
|
|
1380
|
+
LinkDirectivesModule,
|
|
1381
|
+
BaseFormsModule,
|
|
1382
|
+
FormToolbarModule,
|
|
1383
|
+
MJTabStripModule,
|
|
1384
|
+
ContainerDirectivesModule,
|
|
1385
|
+
DropDownListModule,
|
|
1386
|
+
ComboBoxModule,
|
|
1387
|
+
UserViewGridModule
|
|
1388
|
+
],
|
|
1389
|
+
exports: []
|
|
1390
|
+
}]
|
|
1391
|
+
}], null, null); })();
|
|
1392
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [TemplateCategoryFormComponent,
|
|
1393
|
+
TemplateContentTypeFormComponent,
|
|
1394
|
+
TemplateContentFormComponent,
|
|
1395
|
+
TemplateParamFormComponent,
|
|
1396
|
+
TemplateFormComponent,
|
|
1397
|
+
UserApplicationEntityFormComponent,
|
|
1398
|
+
UserApplicationFormComponent,
|
|
1399
|
+
UserFavoriteFormComponent,
|
|
1400
|
+
UserNotificationFormComponent,
|
|
1401
|
+
UserRecordLogFormComponent,
|
|
1402
|
+
UserRoleFormComponent,
|
|
1403
|
+
UserViewCategoryFormComponent,
|
|
1404
|
+
UserViewRunDetailFormComponent,
|
|
1405
|
+
UserViewRunFormComponent,
|
|
1406
|
+
UserViewFormComponent,
|
|
1407
|
+
UserFormComponent,
|
|
1408
|
+
VectorDatabaseFormComponent,
|
|
1409
|
+
VectorIndexFormComponent,
|
|
1410
|
+
VersionInstallationFormComponent,
|
|
1411
|
+
WorkflowEngineFormComponent], imports: [CommonModule,
|
|
1412
|
+
FormsModule,
|
|
1413
|
+
LayoutModule,
|
|
1414
|
+
InputsModule,
|
|
1415
|
+
ButtonsModule,
|
|
1416
|
+
DateInputsModule,
|
|
1417
|
+
UserViewGridModule,
|
|
1418
|
+
LinkDirectivesModule,
|
|
1419
|
+
BaseFormsModule,
|
|
1420
|
+
FormToolbarModule,
|
|
1421
|
+
MJTabStripModule,
|
|
1422
|
+
ContainerDirectivesModule,
|
|
1423
|
+
DropDownListModule,
|
|
1424
|
+
ComboBoxModule,
|
|
1425
|
+
UserViewGridModule] }); })();
|
|
1426
|
+
export class GeneratedForms_SubModule_10 {
|
|
1427
|
+
static { this.ɵfac = function GeneratedForms_SubModule_10_Factory(t) { return new (t || GeneratedForms_SubModule_10)(); }; }
|
|
1428
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_10 }); }
|
|
1429
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1430
|
+
FormsModule,
|
|
1431
|
+
LayoutModule,
|
|
1432
|
+
InputsModule,
|
|
1433
|
+
ButtonsModule,
|
|
1434
|
+
DateInputsModule,
|
|
1435
|
+
UserViewGridModule,
|
|
1436
|
+
LinkDirectivesModule,
|
|
1437
|
+
BaseFormsModule,
|
|
1438
|
+
FormToolbarModule,
|
|
1439
|
+
MJTabStripModule,
|
|
1440
|
+
ContainerDirectivesModule,
|
|
1441
|
+
DropDownListModule,
|
|
1442
|
+
ComboBoxModule,
|
|
1443
|
+
UserViewGridModule] }); }
|
|
1444
|
+
}
|
|
1445
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_10, [{
|
|
1446
|
+
type: NgModule,
|
|
1447
|
+
args: [{
|
|
1448
|
+
declarations: [
|
|
1338
1449
|
WorkflowRunFormComponent,
|
|
1339
1450
|
WorkflowFormComponent,
|
|
1340
1451
|
WorkspaceItemFormComponent,
|
|
@@ -1345,7 +1456,16 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1345
1456
|
ActionContextDetailsComponent,
|
|
1346
1457
|
ActionExecutionLogDetailsComponent,
|
|
1347
1458
|
ActionFilterDetailsComponent,
|
|
1348
|
-
ActionLibraryDetailsComponent
|
|
1459
|
+
ActionLibraryDetailsComponent,
|
|
1460
|
+
ActionParamDetailsComponent,
|
|
1461
|
+
ActionResultCodeDetailsComponent,
|
|
1462
|
+
ActionDetailsComponent,
|
|
1463
|
+
ActionTopComponent,
|
|
1464
|
+
ActionCodeComponent,
|
|
1465
|
+
AIActionDetailsComponent,
|
|
1466
|
+
AIAgentActionDetailsComponent,
|
|
1467
|
+
AIAgentLearningCycleDetailsComponent,
|
|
1468
|
+
AIAgentModelDetailsComponent
|
|
1349
1469
|
],
|
|
1350
1470
|
imports: [
|
|
1351
1471
|
CommonModule,
|
|
@@ -1367,16 +1487,7 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1367
1487
|
exports: []
|
|
1368
1488
|
}]
|
|
1369
1489
|
}], null, null); })();
|
|
1370
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1371
|
-
UserViewRunDetailFormComponent,
|
|
1372
|
-
UserViewRunFormComponent,
|
|
1373
|
-
UserViewFormComponent,
|
|
1374
|
-
UserFormComponent,
|
|
1375
|
-
VectorDatabaseFormComponent,
|
|
1376
|
-
VectorIndexFormComponent,
|
|
1377
|
-
VersionInstallationFormComponent,
|
|
1378
|
-
WorkflowEngineFormComponent,
|
|
1379
|
-
WorkflowRunFormComponent,
|
|
1490
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [WorkflowRunFormComponent,
|
|
1380
1491
|
WorkflowFormComponent,
|
|
1381
1492
|
WorkspaceItemFormComponent,
|
|
1382
1493
|
WorkspaceFormComponent,
|
|
@@ -1386,7 +1497,16 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1386
1497
|
ActionContextDetailsComponent,
|
|
1387
1498
|
ActionExecutionLogDetailsComponent,
|
|
1388
1499
|
ActionFilterDetailsComponent,
|
|
1389
|
-
ActionLibraryDetailsComponent
|
|
1500
|
+
ActionLibraryDetailsComponent,
|
|
1501
|
+
ActionParamDetailsComponent,
|
|
1502
|
+
ActionResultCodeDetailsComponent,
|
|
1503
|
+
ActionDetailsComponent,
|
|
1504
|
+
ActionTopComponent,
|
|
1505
|
+
ActionCodeComponent,
|
|
1506
|
+
AIActionDetailsComponent,
|
|
1507
|
+
AIAgentActionDetailsComponent,
|
|
1508
|
+
AIAgentLearningCycleDetailsComponent,
|
|
1509
|
+
AIAgentModelDetailsComponent], imports: [CommonModule,
|
|
1390
1510
|
FormsModule,
|
|
1391
1511
|
LayoutModule,
|
|
1392
1512
|
InputsModule,
|
|
@@ -1401,9 +1521,9 @@ export class GeneratedForms_SubModule_9 {
|
|
|
1401
1521
|
DropDownListModule,
|
|
1402
1522
|
ComboBoxModule,
|
|
1403
1523
|
UserViewGridModule] }); })();
|
|
1404
|
-
export class
|
|
1405
|
-
static { this.ɵfac = function
|
|
1406
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1524
|
+
export class GeneratedForms_SubModule_11 {
|
|
1525
|
+
static { this.ɵfac = function GeneratedForms_SubModule_11_Factory(t) { return new (t || GeneratedForms_SubModule_11)(); }; }
|
|
1526
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_11 }); }
|
|
1407
1527
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1408
1528
|
FormsModule,
|
|
1409
1529
|
LayoutModule,
|
|
@@ -1419,19 +1539,10 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1419
1539
|
DropDownListModule,
|
|
1420
1540
|
ComboBoxModule] }); }
|
|
1421
1541
|
}
|
|
1422
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1542
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_11, [{
|
|
1423
1543
|
type: NgModule,
|
|
1424
1544
|
args: [{
|
|
1425
1545
|
declarations: [
|
|
1426
|
-
ActionParamDetailsComponent,
|
|
1427
|
-
ActionResultCodeDetailsComponent,
|
|
1428
|
-
ActionDetailsComponent,
|
|
1429
|
-
ActionTopComponent,
|
|
1430
|
-
ActionCodeComponent,
|
|
1431
|
-
AIActionDetailsComponent,
|
|
1432
|
-
AIAgentActionDetailsComponent,
|
|
1433
|
-
AIAgentLearningCycleDetailsComponent,
|
|
1434
|
-
AIAgentModelDetailsComponent,
|
|
1435
1546
|
AIAgentNoteTypeDetailsComponent,
|
|
1436
1547
|
AIAgentNoteDetailsComponent,
|
|
1437
1548
|
AIAgentRequestDetailsComponent,
|
|
@@ -1442,7 +1553,16 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1442
1553
|
AIPromptCategoryDetailsComponent,
|
|
1443
1554
|
AIPromptTypeDetailsComponent,
|
|
1444
1555
|
AIPromptDetailsComponent,
|
|
1445
|
-
AIResultCacheDetailsComponent
|
|
1556
|
+
AIResultCacheDetailsComponent,
|
|
1557
|
+
ApplicationEntityDetailsComponent,
|
|
1558
|
+
ApplicationSettingDetailsComponent,
|
|
1559
|
+
ApplicationDetailsComponent,
|
|
1560
|
+
AuditLogTypeDetailsComponent,
|
|
1561
|
+
AuditLogDetailsComponent,
|
|
1562
|
+
AuthorizationRoleDetailsComponent,
|
|
1563
|
+
AuthorizationDetailsComponent,
|
|
1564
|
+
CommunicationBaseMessageTypeDetailsComponent,
|
|
1565
|
+
CommunicationLogDetailsComponent
|
|
1446
1566
|
],
|
|
1447
1567
|
imports: [
|
|
1448
1568
|
CommonModule,
|
|
@@ -1463,16 +1583,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1463
1583
|
exports: []
|
|
1464
1584
|
}]
|
|
1465
1585
|
}], null, null); })();
|
|
1466
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1467
|
-
ActionResultCodeDetailsComponent,
|
|
1468
|
-
ActionDetailsComponent,
|
|
1469
|
-
ActionTopComponent,
|
|
1470
|
-
ActionCodeComponent,
|
|
1471
|
-
AIActionDetailsComponent,
|
|
1472
|
-
AIAgentActionDetailsComponent,
|
|
1473
|
-
AIAgentLearningCycleDetailsComponent,
|
|
1474
|
-
AIAgentModelDetailsComponent,
|
|
1475
|
-
AIAgentNoteTypeDetailsComponent,
|
|
1586
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [AIAgentNoteTypeDetailsComponent,
|
|
1476
1587
|
AIAgentNoteDetailsComponent,
|
|
1477
1588
|
AIAgentRequestDetailsComponent,
|
|
1478
1589
|
AIAgentDetailsComponent,
|
|
@@ -1482,7 +1593,16 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1482
1593
|
AIPromptCategoryDetailsComponent,
|
|
1483
1594
|
AIPromptTypeDetailsComponent,
|
|
1484
1595
|
AIPromptDetailsComponent,
|
|
1485
|
-
AIResultCacheDetailsComponent
|
|
1596
|
+
AIResultCacheDetailsComponent,
|
|
1597
|
+
ApplicationEntityDetailsComponent,
|
|
1598
|
+
ApplicationSettingDetailsComponent,
|
|
1599
|
+
ApplicationDetailsComponent,
|
|
1600
|
+
AuditLogTypeDetailsComponent,
|
|
1601
|
+
AuditLogDetailsComponent,
|
|
1602
|
+
AuthorizationRoleDetailsComponent,
|
|
1603
|
+
AuthorizationDetailsComponent,
|
|
1604
|
+
CommunicationBaseMessageTypeDetailsComponent,
|
|
1605
|
+
CommunicationLogDetailsComponent], imports: [CommonModule,
|
|
1486
1606
|
FormsModule,
|
|
1487
1607
|
LayoutModule,
|
|
1488
1608
|
InputsModule,
|
|
@@ -1496,9 +1616,9 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1496
1616
|
ContainerDirectivesModule,
|
|
1497
1617
|
DropDownListModule,
|
|
1498
1618
|
ComboBoxModule] }); })();
|
|
1499
|
-
export class
|
|
1500
|
-
static { this.ɵfac = function
|
|
1501
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1619
|
+
export class GeneratedForms_SubModule_12 {
|
|
1620
|
+
static { this.ɵfac = function GeneratedForms_SubModule_12_Factory(t) { return new (t || GeneratedForms_SubModule_12)(); }; }
|
|
1621
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_12 }); }
|
|
1502
1622
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1503
1623
|
FormsModule,
|
|
1504
1624
|
LayoutModule,
|
|
@@ -1514,19 +1634,10 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1514
1634
|
DropDownListModule,
|
|
1515
1635
|
ComboBoxModule] }); }
|
|
1516
1636
|
}
|
|
1517
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1637
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_12, [{
|
|
1518
1638
|
type: NgModule,
|
|
1519
1639
|
args: [{
|
|
1520
1640
|
declarations: [
|
|
1521
|
-
ApplicationEntityDetailsComponent,
|
|
1522
|
-
ApplicationSettingDetailsComponent,
|
|
1523
|
-
ApplicationDetailsComponent,
|
|
1524
|
-
AuditLogTypeDetailsComponent,
|
|
1525
|
-
AuditLogDetailsComponent,
|
|
1526
|
-
AuthorizationRoleDetailsComponent,
|
|
1527
|
-
AuthorizationDetailsComponent,
|
|
1528
|
-
CommunicationBaseMessageTypeDetailsComponent,
|
|
1529
|
-
CommunicationLogDetailsComponent,
|
|
1530
1641
|
CommunicationProviderMessageTypeDetailsComponent,
|
|
1531
1642
|
CommunicationProviderDetailsComponent,
|
|
1532
1643
|
CommunicationRunDetailsComponent,
|
|
@@ -1537,7 +1648,16 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1537
1648
|
CompanyIntegrationRunDetailsComponent,
|
|
1538
1649
|
CompanyIntegrationDetailsComponent,
|
|
1539
1650
|
ContentFileTypeDetailsComponent,
|
|
1540
|
-
ContentItemAttributeDetailsComponent
|
|
1651
|
+
ContentItemAttributeDetailsComponent,
|
|
1652
|
+
ContentItemTagDetailsComponent,
|
|
1653
|
+
ContentItemDetailsComponent,
|
|
1654
|
+
ContentProcessRunDetailsComponent,
|
|
1655
|
+
ContentSourceParamDetailsComponent,
|
|
1656
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1657
|
+
ContentSourceTypeDetailsComponent,
|
|
1658
|
+
ContentSourceDetailsComponent,
|
|
1659
|
+
ContentTypeAttributeDetailsComponent,
|
|
1660
|
+
ContentTypeDetailsComponent
|
|
1541
1661
|
],
|
|
1542
1662
|
imports: [
|
|
1543
1663
|
CommonModule,
|
|
@@ -1558,16 +1678,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1558
1678
|
exports: []
|
|
1559
1679
|
}]
|
|
1560
1680
|
}], null, null); })();
|
|
1561
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1562
|
-
ApplicationSettingDetailsComponent,
|
|
1563
|
-
ApplicationDetailsComponent,
|
|
1564
|
-
AuditLogTypeDetailsComponent,
|
|
1565
|
-
AuditLogDetailsComponent,
|
|
1566
|
-
AuthorizationRoleDetailsComponent,
|
|
1567
|
-
AuthorizationDetailsComponent,
|
|
1568
|
-
CommunicationBaseMessageTypeDetailsComponent,
|
|
1569
|
-
CommunicationLogDetailsComponent,
|
|
1570
|
-
CommunicationProviderMessageTypeDetailsComponent,
|
|
1681
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [CommunicationProviderMessageTypeDetailsComponent,
|
|
1571
1682
|
CommunicationProviderDetailsComponent,
|
|
1572
1683
|
CommunicationRunDetailsComponent,
|
|
1573
1684
|
CompanyDetailsComponent,
|
|
@@ -1577,7 +1688,16 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1577
1688
|
CompanyIntegrationRunDetailsComponent,
|
|
1578
1689
|
CompanyIntegrationDetailsComponent,
|
|
1579
1690
|
ContentFileTypeDetailsComponent,
|
|
1580
|
-
ContentItemAttributeDetailsComponent
|
|
1691
|
+
ContentItemAttributeDetailsComponent,
|
|
1692
|
+
ContentItemTagDetailsComponent,
|
|
1693
|
+
ContentItemDetailsComponent,
|
|
1694
|
+
ContentProcessRunDetailsComponent,
|
|
1695
|
+
ContentSourceParamDetailsComponent,
|
|
1696
|
+
ContentSourceTypeParamDetailsComponent,
|
|
1697
|
+
ContentSourceTypeDetailsComponent,
|
|
1698
|
+
ContentSourceDetailsComponent,
|
|
1699
|
+
ContentTypeAttributeDetailsComponent,
|
|
1700
|
+
ContentTypeDetailsComponent], imports: [CommonModule,
|
|
1581
1701
|
FormsModule,
|
|
1582
1702
|
LayoutModule,
|
|
1583
1703
|
InputsModule,
|
|
@@ -1591,9 +1711,9 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1591
1711
|
ContainerDirectivesModule,
|
|
1592
1712
|
DropDownListModule,
|
|
1593
1713
|
ComboBoxModule] }); })();
|
|
1594
|
-
export class
|
|
1595
|
-
static { this.ɵfac = function
|
|
1596
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1714
|
+
export class GeneratedForms_SubModule_13 {
|
|
1715
|
+
static { this.ɵfac = function GeneratedForms_SubModule_13_Factory(t) { return new (t || GeneratedForms_SubModule_13)(); }; }
|
|
1716
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_13 }); }
|
|
1597
1717
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1598
1718
|
FormsModule,
|
|
1599
1719
|
LayoutModule,
|
|
@@ -1609,19 +1729,10 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1609
1729
|
DropDownListModule,
|
|
1610
1730
|
ComboBoxModule] }); }
|
|
1611
1731
|
}
|
|
1612
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1732
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_13, [{
|
|
1613
1733
|
type: NgModule,
|
|
1614
1734
|
args: [{
|
|
1615
1735
|
declarations: [
|
|
1616
|
-
ContentItemTagDetailsComponent,
|
|
1617
|
-
ContentItemDetailsComponent,
|
|
1618
|
-
ContentProcessRunDetailsComponent,
|
|
1619
|
-
ContentSourceParamDetailsComponent,
|
|
1620
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1621
|
-
ContentSourceTypeDetailsComponent,
|
|
1622
|
-
ContentSourceDetailsComponent,
|
|
1623
|
-
ContentTypeAttributeDetailsComponent,
|
|
1624
|
-
ContentTypeDetailsComponent,
|
|
1625
1736
|
ConversationDetailDetailsComponent,
|
|
1626
1737
|
ConversationDetailsComponent,
|
|
1627
1738
|
DashboardCategoryDetailsComponent,
|
|
@@ -1632,7 +1743,16 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1632
1743
|
DatasetDetailsComponent,
|
|
1633
1744
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1634
1745
|
DuplicateRunDetailDetailsComponent,
|
|
1635
|
-
DuplicateRunDetailsComponent
|
|
1746
|
+
DuplicateRunDetailsComponent,
|
|
1747
|
+
EmployeeCompanyIntegrationDetailsComponent,
|
|
1748
|
+
EmployeeRoleDetailsComponent,
|
|
1749
|
+
EmployeeSkillDetailsComponent,
|
|
1750
|
+
EmployeeDetailsComponent,
|
|
1751
|
+
EntityDetailsComponent,
|
|
1752
|
+
EntityTopComponent,
|
|
1753
|
+
EntityAuditComponent,
|
|
1754
|
+
EntityAPIComponent,
|
|
1755
|
+
EntityDBComponent
|
|
1636
1756
|
],
|
|
1637
1757
|
imports: [
|
|
1638
1758
|
CommonModule,
|
|
@@ -1653,16 +1773,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1653
1773
|
exports: []
|
|
1654
1774
|
}]
|
|
1655
1775
|
}], null, null); })();
|
|
1656
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1657
|
-
ContentItemDetailsComponent,
|
|
1658
|
-
ContentProcessRunDetailsComponent,
|
|
1659
|
-
ContentSourceParamDetailsComponent,
|
|
1660
|
-
ContentSourceTypeParamDetailsComponent,
|
|
1661
|
-
ContentSourceTypeDetailsComponent,
|
|
1662
|
-
ContentSourceDetailsComponent,
|
|
1663
|
-
ContentTypeAttributeDetailsComponent,
|
|
1664
|
-
ContentTypeDetailsComponent,
|
|
1665
|
-
ConversationDetailDetailsComponent,
|
|
1776
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [ConversationDetailDetailsComponent,
|
|
1666
1777
|
ConversationDetailsComponent,
|
|
1667
1778
|
DashboardCategoryDetailsComponent,
|
|
1668
1779
|
DashboardDetailsComponent,
|
|
@@ -1672,7 +1783,16 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1672
1783
|
DatasetDetailsComponent,
|
|
1673
1784
|
DuplicateRunDetailMatchDetailsComponent,
|
|
1674
1785
|
DuplicateRunDetailDetailsComponent,
|
|
1675
|
-
DuplicateRunDetailsComponent
|
|
1786
|
+
DuplicateRunDetailsComponent,
|
|
1787
|
+
EmployeeCompanyIntegrationDetailsComponent,
|
|
1788
|
+
EmployeeRoleDetailsComponent,
|
|
1789
|
+
EmployeeSkillDetailsComponent,
|
|
1790
|
+
EmployeeDetailsComponent,
|
|
1791
|
+
EntityDetailsComponent,
|
|
1792
|
+
EntityTopComponent,
|
|
1793
|
+
EntityAuditComponent,
|
|
1794
|
+
EntityAPIComponent,
|
|
1795
|
+
EntityDBComponent], imports: [CommonModule,
|
|
1676
1796
|
FormsModule,
|
|
1677
1797
|
LayoutModule,
|
|
1678
1798
|
InputsModule,
|
|
@@ -1686,9 +1806,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1686
1806
|
ContainerDirectivesModule,
|
|
1687
1807
|
DropDownListModule,
|
|
1688
1808
|
ComboBoxModule] }); })();
|
|
1689
|
-
export class
|
|
1690
|
-
static { this.ɵfac = function
|
|
1691
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1809
|
+
export class GeneratedForms_SubModule_14 {
|
|
1810
|
+
static { this.ɵfac = function GeneratedForms_SubModule_14_Factory(t) { return new (t || GeneratedForms_SubModule_14)(); }; }
|
|
1811
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_14 }); }
|
|
1692
1812
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1693
1813
|
FormsModule,
|
|
1694
1814
|
LayoutModule,
|
|
@@ -1704,19 +1824,10 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1704
1824
|
DropDownListModule,
|
|
1705
1825
|
ComboBoxModule] }); }
|
|
1706
1826
|
}
|
|
1707
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1827
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_14, [{
|
|
1708
1828
|
type: NgModule,
|
|
1709
1829
|
args: [{
|
|
1710
1830
|
declarations: [
|
|
1711
|
-
EmployeeCompanyIntegrationDetailsComponent,
|
|
1712
|
-
EmployeeRoleDetailsComponent,
|
|
1713
|
-
EmployeeSkillDetailsComponent,
|
|
1714
|
-
EmployeeDetailsComponent,
|
|
1715
|
-
EntityDetailsComponent,
|
|
1716
|
-
EntityTopComponent,
|
|
1717
|
-
EntityAuditComponent,
|
|
1718
|
-
EntityAPIComponent,
|
|
1719
|
-
EntityDBComponent,
|
|
1720
1831
|
EntityUIComponent,
|
|
1721
1832
|
EntityActionFilterDetailsComponent,
|
|
1722
1833
|
EntityActionInvocationTypeDetailsComponent,
|
|
@@ -1727,7 +1838,16 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1727
1838
|
EntityCommunicationFieldDetailsComponent,
|
|
1728
1839
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1729
1840
|
EntityDocumentRunDetailsComponent,
|
|
1730
|
-
EntityDocumentSettingDetailsComponent
|
|
1841
|
+
EntityDocumentSettingDetailsComponent,
|
|
1842
|
+
EntityDocumentTypeDetailsComponent,
|
|
1843
|
+
EntityDocumentDetailsComponent,
|
|
1844
|
+
EntityFieldValueDetailsComponent,
|
|
1845
|
+
EntityFieldDetailsComponent,
|
|
1846
|
+
EntityPermissionDetailsComponent,
|
|
1847
|
+
EntityRecordDocumentDetailsComponent,
|
|
1848
|
+
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1849
|
+
EntityRelationshipDetailsComponent,
|
|
1850
|
+
EntitySettingDetailsComponent
|
|
1731
1851
|
],
|
|
1732
1852
|
imports: [
|
|
1733
1853
|
CommonModule,
|
|
@@ -1748,16 +1868,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1748
1868
|
exports: []
|
|
1749
1869
|
}]
|
|
1750
1870
|
}], null, null); })();
|
|
1751
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1752
|
-
EmployeeRoleDetailsComponent,
|
|
1753
|
-
EmployeeSkillDetailsComponent,
|
|
1754
|
-
EmployeeDetailsComponent,
|
|
1755
|
-
EntityDetailsComponent,
|
|
1756
|
-
EntityTopComponent,
|
|
1757
|
-
EntityAuditComponent,
|
|
1758
|
-
EntityAPIComponent,
|
|
1759
|
-
EntityDBComponent,
|
|
1760
|
-
EntityUIComponent,
|
|
1871
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [EntityUIComponent,
|
|
1761
1872
|
EntityActionFilterDetailsComponent,
|
|
1762
1873
|
EntityActionInvocationTypeDetailsComponent,
|
|
1763
1874
|
EntityActionInvocationDetailsComponent,
|
|
@@ -1767,7 +1878,16 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1767
1878
|
EntityCommunicationFieldDetailsComponent,
|
|
1768
1879
|
EntityCommunicationMessageTypeDetailsComponent,
|
|
1769
1880
|
EntityDocumentRunDetailsComponent,
|
|
1770
|
-
EntityDocumentSettingDetailsComponent
|
|
1881
|
+
EntityDocumentSettingDetailsComponent,
|
|
1882
|
+
EntityDocumentTypeDetailsComponent,
|
|
1883
|
+
EntityDocumentDetailsComponent,
|
|
1884
|
+
EntityFieldValueDetailsComponent,
|
|
1885
|
+
EntityFieldDetailsComponent,
|
|
1886
|
+
EntityPermissionDetailsComponent,
|
|
1887
|
+
EntityRecordDocumentDetailsComponent,
|
|
1888
|
+
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1889
|
+
EntityRelationshipDetailsComponent,
|
|
1890
|
+
EntitySettingDetailsComponent], imports: [CommonModule,
|
|
1771
1891
|
FormsModule,
|
|
1772
1892
|
LayoutModule,
|
|
1773
1893
|
InputsModule,
|
|
@@ -1781,9 +1901,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1781
1901
|
ContainerDirectivesModule,
|
|
1782
1902
|
DropDownListModule,
|
|
1783
1903
|
ComboBoxModule] }); })();
|
|
1784
|
-
export class
|
|
1785
|
-
static { this.ɵfac = function
|
|
1786
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1904
|
+
export class GeneratedForms_SubModule_15 {
|
|
1905
|
+
static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(t) { return new (t || GeneratedForms_SubModule_15)(); }; }
|
|
1906
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
|
|
1787
1907
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1788
1908
|
FormsModule,
|
|
1789
1909
|
LayoutModule,
|
|
@@ -1799,19 +1919,10 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1799
1919
|
DropDownListModule,
|
|
1800
1920
|
ComboBoxModule] }); }
|
|
1801
1921
|
}
|
|
1802
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
1922
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
|
|
1803
1923
|
type: NgModule,
|
|
1804
1924
|
args: [{
|
|
1805
1925
|
declarations: [
|
|
1806
|
-
EntityDocumentTypeDetailsComponent,
|
|
1807
|
-
EntityDocumentDetailsComponent,
|
|
1808
|
-
EntityFieldValueDetailsComponent,
|
|
1809
|
-
EntityFieldDetailsComponent,
|
|
1810
|
-
EntityPermissionDetailsComponent,
|
|
1811
|
-
EntityRecordDocumentDetailsComponent,
|
|
1812
|
-
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1813
|
-
EntityRelationshipDetailsComponent,
|
|
1814
|
-
EntitySettingDetailsComponent,
|
|
1815
1926
|
ErrorLogDetailsComponent,
|
|
1816
1927
|
ExplorerNavigationItemDetailsComponent,
|
|
1817
1928
|
FileCategoryDetailsComponent,
|
|
@@ -1822,7 +1933,16 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1822
1933
|
GeneratedCodeDetailsComponent,
|
|
1823
1934
|
IntegrationURLFormatDetailsComponent,
|
|
1824
1935
|
IntegrationDetailsComponent,
|
|
1825
|
-
LibraryDetailsComponent
|
|
1936
|
+
LibraryDetailsComponent,
|
|
1937
|
+
LibraryItemDetailsComponent,
|
|
1938
|
+
ListCategoryDetailsComponent,
|
|
1939
|
+
ListDetailDetailsComponent,
|
|
1940
|
+
ListDetailsComponent,
|
|
1941
|
+
AccessControlRuleDetailsComponent,
|
|
1942
|
+
AIAgentPromptDetailsComponent,
|
|
1943
|
+
AIAgentRelationshipDetailsComponent,
|
|
1944
|
+
AIAgentRunStepDetailsComponent,
|
|
1945
|
+
AIAgentRunDetailsComponent
|
|
1826
1946
|
],
|
|
1827
1947
|
imports: [
|
|
1828
1948
|
CommonModule,
|
|
@@ -1843,16 +1963,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1843
1963
|
exports: []
|
|
1844
1964
|
}]
|
|
1845
1965
|
}], null, null); })();
|
|
1846
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1847
|
-
EntityDocumentDetailsComponent,
|
|
1848
|
-
EntityFieldValueDetailsComponent,
|
|
1849
|
-
EntityFieldDetailsComponent,
|
|
1850
|
-
EntityPermissionDetailsComponent,
|
|
1851
|
-
EntityRecordDocumentDetailsComponent,
|
|
1852
|
-
EntityRelationshipDisplayComponentDetailsComponent,
|
|
1853
|
-
EntityRelationshipDetailsComponent,
|
|
1854
|
-
EntitySettingDetailsComponent,
|
|
1855
|
-
ErrorLogDetailsComponent,
|
|
1966
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [ErrorLogDetailsComponent,
|
|
1856
1967
|
ExplorerNavigationItemDetailsComponent,
|
|
1857
1968
|
FileCategoryDetailsComponent,
|
|
1858
1969
|
FileEntityRecordLinkDetailsComponent,
|
|
@@ -1862,7 +1973,16 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1862
1973
|
GeneratedCodeDetailsComponent,
|
|
1863
1974
|
IntegrationURLFormatDetailsComponent,
|
|
1864
1975
|
IntegrationDetailsComponent,
|
|
1865
|
-
LibraryDetailsComponent
|
|
1976
|
+
LibraryDetailsComponent,
|
|
1977
|
+
LibraryItemDetailsComponent,
|
|
1978
|
+
ListCategoryDetailsComponent,
|
|
1979
|
+
ListDetailDetailsComponent,
|
|
1980
|
+
ListDetailsComponent,
|
|
1981
|
+
AccessControlRuleDetailsComponent,
|
|
1982
|
+
AIAgentPromptDetailsComponent,
|
|
1983
|
+
AIAgentRelationshipDetailsComponent,
|
|
1984
|
+
AIAgentRunStepDetailsComponent,
|
|
1985
|
+
AIAgentRunDetailsComponent], imports: [CommonModule,
|
|
1866
1986
|
FormsModule,
|
|
1867
1987
|
LayoutModule,
|
|
1868
1988
|
InputsModule,
|
|
@@ -1876,9 +1996,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1876
1996
|
ContainerDirectivesModule,
|
|
1877
1997
|
DropDownListModule,
|
|
1878
1998
|
ComboBoxModule] }); })();
|
|
1879
|
-
export class
|
|
1880
|
-
static { this.ɵfac = function
|
|
1881
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
1999
|
+
export class GeneratedForms_SubModule_16 {
|
|
2000
|
+
static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(t) { return new (t || GeneratedForms_SubModule_16)(); }; }
|
|
2001
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
|
|
1882
2002
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1883
2003
|
FormsModule,
|
|
1884
2004
|
LayoutModule,
|
|
@@ -1894,18 +2014,10 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1894
2014
|
DropDownListModule,
|
|
1895
2015
|
ComboBoxModule] }); }
|
|
1896
2016
|
}
|
|
1897
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
2017
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
|
|
1898
2018
|
type: NgModule,
|
|
1899
2019
|
args: [{
|
|
1900
2020
|
declarations: [
|
|
1901
|
-
LibraryItemDetailsComponent,
|
|
1902
|
-
ListCategoryDetailsComponent,
|
|
1903
|
-
ListDetailDetailsComponent,
|
|
1904
|
-
ListDetailsComponent,
|
|
1905
|
-
AIAgentPromptDetailsComponent,
|
|
1906
|
-
AIAgentRelationshipDetailsComponent,
|
|
1907
|
-
AIAgentRunStepDetailsComponent,
|
|
1908
|
-
AIAgentRunDetailsComponent,
|
|
1909
2021
|
AIAgentStepPathDetailsComponent,
|
|
1910
2022
|
AIAgentStepDetailsComponent,
|
|
1911
2023
|
AIAgentTypeDetailsComponent,
|
|
@@ -1917,7 +2029,15 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1917
2029
|
AIModelVendorDetailsComponent,
|
|
1918
2030
|
AIPromptModelDetailsComponent,
|
|
1919
2031
|
AIPromptRunDetailsComponent,
|
|
1920
|
-
AIVendorTypeDefinitionDetailsComponent
|
|
2032
|
+
AIVendorTypeDefinitionDetailsComponent,
|
|
2033
|
+
AIVendorTypeDetailsComponent,
|
|
2034
|
+
AIVendorDetailsComponent,
|
|
2035
|
+
ArtifactTypeDetailsComponent,
|
|
2036
|
+
ArtifactVersionDetailsComponent,
|
|
2037
|
+
ArtifactDetailsComponent,
|
|
2038
|
+
CollectionDetailsComponent,
|
|
2039
|
+
ComponentDependencyDetailsComponent,
|
|
2040
|
+
ComponentLibraryDetailsComponent
|
|
1921
2041
|
],
|
|
1922
2042
|
imports: [
|
|
1923
2043
|
CommonModule,
|
|
@@ -1938,15 +2058,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1938
2058
|
exports: []
|
|
1939
2059
|
}]
|
|
1940
2060
|
}], null, null); })();
|
|
1941
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
1942
|
-
ListCategoryDetailsComponent,
|
|
1943
|
-
ListDetailDetailsComponent,
|
|
1944
|
-
ListDetailsComponent,
|
|
1945
|
-
AIAgentPromptDetailsComponent,
|
|
1946
|
-
AIAgentRelationshipDetailsComponent,
|
|
1947
|
-
AIAgentRunStepDetailsComponent,
|
|
1948
|
-
AIAgentRunDetailsComponent,
|
|
1949
|
-
AIAgentStepPathDetailsComponent,
|
|
2061
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [AIAgentStepPathDetailsComponent,
|
|
1950
2062
|
AIAgentStepDetailsComponent,
|
|
1951
2063
|
AIAgentTypeDetailsComponent,
|
|
1952
2064
|
AIConfigurationParamDetailsComponent,
|
|
@@ -1957,7 +2069,15 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1957
2069
|
AIModelVendorDetailsComponent,
|
|
1958
2070
|
AIPromptModelDetailsComponent,
|
|
1959
2071
|
AIPromptRunDetailsComponent,
|
|
1960
|
-
AIVendorTypeDefinitionDetailsComponent
|
|
2072
|
+
AIVendorTypeDefinitionDetailsComponent,
|
|
2073
|
+
AIVendorTypeDetailsComponent,
|
|
2074
|
+
AIVendorDetailsComponent,
|
|
2075
|
+
ArtifactTypeDetailsComponent,
|
|
2076
|
+
ArtifactVersionDetailsComponent,
|
|
2077
|
+
ArtifactDetailsComponent,
|
|
2078
|
+
CollectionDetailsComponent,
|
|
2079
|
+
ComponentDependencyDetailsComponent,
|
|
2080
|
+
ComponentLibraryDetailsComponent], imports: [CommonModule,
|
|
1961
2081
|
FormsModule,
|
|
1962
2082
|
LayoutModule,
|
|
1963
2083
|
InputsModule,
|
|
@@ -1971,9 +2091,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1971
2091
|
ContainerDirectivesModule,
|
|
1972
2092
|
DropDownListModule,
|
|
1973
2093
|
ComboBoxModule] }); })();
|
|
1974
|
-
export class
|
|
1975
|
-
static { this.ɵfac = function
|
|
1976
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
2094
|
+
export class GeneratedForms_SubModule_17 {
|
|
2095
|
+
static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(t) { return new (t || GeneratedForms_SubModule_17)(); }; }
|
|
2096
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
|
|
1977
2097
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1978
2098
|
FormsModule,
|
|
1979
2099
|
LayoutModule,
|
|
@@ -1989,15 +2109,10 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1989
2109
|
DropDownListModule,
|
|
1990
2110
|
ComboBoxModule] }); }
|
|
1991
2111
|
}
|
|
1992
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
2112
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
|
|
1993
2113
|
type: NgModule,
|
|
1994
2114
|
args: [{
|
|
1995
2115
|
declarations: [
|
|
1996
|
-
AIVendorTypeDetailsComponent,
|
|
1997
|
-
AIVendorDetailsComponent,
|
|
1998
|
-
ArtifactTypeDetailsComponent,
|
|
1999
|
-
ComponentDependencyDetailsComponent,
|
|
2000
|
-
ComponentLibraryDetailsComponent,
|
|
2001
2116
|
ComponentLibraryLinkDetailsComponent,
|
|
2002
2117
|
ComponentRegistryDetailsComponent,
|
|
2003
2118
|
ComponentDetailsComponent,
|
|
@@ -2006,13 +2121,18 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2006
2121
|
ConversationArtifactDetailsComponent,
|
|
2007
2122
|
DashboardUserPreferenceDetailsComponent,
|
|
2008
2123
|
DashboardUserStateDetailsComponent,
|
|
2124
|
+
EnvironmentDetailsComponent,
|
|
2125
|
+
ProjectDetailsComponent,
|
|
2126
|
+
PublicLinkDetailsComponent,
|
|
2009
2127
|
QueryParameterDetailsComponent,
|
|
2128
|
+
RecordLinkDetailsComponent,
|
|
2010
2129
|
ReportUserStateDetailsComponent,
|
|
2011
2130
|
ReportVersionDetailsComponent,
|
|
2131
|
+
TaskDependencyDetailsComponent,
|
|
2132
|
+
TaskTypeDetailsComponent,
|
|
2133
|
+
TaskDetailsComponent,
|
|
2012
2134
|
OutputDeliveryTypeDetailsComponent,
|
|
2013
|
-
OutputFormatTypeDetailsComponent
|
|
2014
|
-
OutputTriggerTypeDetailsComponent,
|
|
2015
|
-
QueryDetailsComponent
|
|
2135
|
+
OutputFormatTypeDetailsComponent
|
|
2016
2136
|
],
|
|
2017
2137
|
imports: [
|
|
2018
2138
|
CommonModule,
|
|
@@ -2033,12 +2153,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2033
2153
|
exports: []
|
|
2034
2154
|
}]
|
|
2035
2155
|
}], null, null); })();
|
|
2036
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
2037
|
-
AIVendorDetailsComponent,
|
|
2038
|
-
ArtifactTypeDetailsComponent,
|
|
2039
|
-
ComponentDependencyDetailsComponent,
|
|
2040
|
-
ComponentLibraryDetailsComponent,
|
|
2041
|
-
ComponentLibraryLinkDetailsComponent,
|
|
2156
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [ComponentLibraryLinkDetailsComponent,
|
|
2042
2157
|
ComponentRegistryDetailsComponent,
|
|
2043
2158
|
ComponentDetailsComponent,
|
|
2044
2159
|
ConversationArtifactPermissionDetailsComponent,
|
|
@@ -2046,13 +2161,18 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2046
2161
|
ConversationArtifactDetailsComponent,
|
|
2047
2162
|
DashboardUserPreferenceDetailsComponent,
|
|
2048
2163
|
DashboardUserStateDetailsComponent,
|
|
2164
|
+
EnvironmentDetailsComponent,
|
|
2165
|
+
ProjectDetailsComponent,
|
|
2166
|
+
PublicLinkDetailsComponent,
|
|
2049
2167
|
QueryParameterDetailsComponent,
|
|
2168
|
+
RecordLinkDetailsComponent,
|
|
2050
2169
|
ReportUserStateDetailsComponent,
|
|
2051
2170
|
ReportVersionDetailsComponent,
|
|
2171
|
+
TaskDependencyDetailsComponent,
|
|
2172
|
+
TaskTypeDetailsComponent,
|
|
2173
|
+
TaskDetailsComponent,
|
|
2052
2174
|
OutputDeliveryTypeDetailsComponent,
|
|
2053
|
-
OutputFormatTypeDetailsComponent,
|
|
2054
|
-
OutputTriggerTypeDetailsComponent,
|
|
2055
|
-
QueryDetailsComponent], imports: [CommonModule,
|
|
2175
|
+
OutputFormatTypeDetailsComponent], imports: [CommonModule,
|
|
2056
2176
|
FormsModule,
|
|
2057
2177
|
LayoutModule,
|
|
2058
2178
|
InputsModule,
|
|
@@ -2066,9 +2186,9 @@ export class GeneratedForms_SubModule_16 {
|
|
|
2066
2186
|
ContainerDirectivesModule,
|
|
2067
2187
|
DropDownListModule,
|
|
2068
2188
|
ComboBoxModule] }); })();
|
|
2069
|
-
export class
|
|
2070
|
-
static { this.ɵfac = function
|
|
2071
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
2189
|
+
export class GeneratedForms_SubModule_18 {
|
|
2190
|
+
static { this.ɵfac = function GeneratedForms_SubModule_18_Factory(t) { return new (t || GeneratedForms_SubModule_18)(); }; }
|
|
2191
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_18 }); }
|
|
2072
2192
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
2073
2193
|
FormsModule,
|
|
2074
2194
|
LayoutModule,
|
|
@@ -2084,10 +2204,12 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2084
2204
|
DropDownListModule,
|
|
2085
2205
|
ComboBoxModule] }); }
|
|
2086
2206
|
}
|
|
2087
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
2207
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_18, [{
|
|
2088
2208
|
type: NgModule,
|
|
2089
2209
|
args: [{
|
|
2090
2210
|
declarations: [
|
|
2211
|
+
OutputTriggerTypeDetailsComponent,
|
|
2212
|
+
QueryDetailsComponent,
|
|
2091
2213
|
QueryCategoryDetailsComponent,
|
|
2092
2214
|
QueryEntityDetailsComponent,
|
|
2093
2215
|
QueryFieldDetailsComponent,
|
|
@@ -2105,9 +2227,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2105
2227
|
RecordMergeLogDetailsComponent,
|
|
2106
2228
|
ReportCategoryDetailsComponent,
|
|
2107
2229
|
ReportSnapshotDetailsComponent,
|
|
2108
|
-
ReportDetailsComponent
|
|
2109
|
-
ResourceLinkDetailsComponent,
|
|
2110
|
-
ResourcePermissionDetailsComponent
|
|
2230
|
+
ReportDetailsComponent
|
|
2111
2231
|
],
|
|
2112
2232
|
imports: [
|
|
2113
2233
|
CommonModule,
|
|
@@ -2128,7 +2248,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2128
2248
|
exports: []
|
|
2129
2249
|
}]
|
|
2130
2250
|
}], null, null); })();
|
|
2131
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
2251
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [OutputTriggerTypeDetailsComponent,
|
|
2252
|
+
QueryDetailsComponent,
|
|
2253
|
+
QueryCategoryDetailsComponent,
|
|
2132
2254
|
QueryEntityDetailsComponent,
|
|
2133
2255
|
QueryFieldDetailsComponent,
|
|
2134
2256
|
QueryPermissionDetailsComponent,
|
|
@@ -2145,9 +2267,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2145
2267
|
RecordMergeLogDetailsComponent,
|
|
2146
2268
|
ReportCategoryDetailsComponent,
|
|
2147
2269
|
ReportSnapshotDetailsComponent,
|
|
2148
|
-
ReportDetailsComponent,
|
|
2149
|
-
ResourceLinkDetailsComponent,
|
|
2150
|
-
ResourcePermissionDetailsComponent], imports: [CommonModule,
|
|
2270
|
+
ReportDetailsComponent], imports: [CommonModule,
|
|
2151
2271
|
FormsModule,
|
|
2152
2272
|
LayoutModule,
|
|
2153
2273
|
InputsModule,
|
|
@@ -2161,9 +2281,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
2161
2281
|
ContainerDirectivesModule,
|
|
2162
2282
|
DropDownListModule,
|
|
2163
2283
|
ComboBoxModule] }); })();
|
|
2164
|
-
export class
|
|
2165
|
-
static { this.ɵfac = function
|
|
2166
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
2284
|
+
export class GeneratedForms_SubModule_19 {
|
|
2285
|
+
static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(t) { return new (t || GeneratedForms_SubModule_19)(); }; }
|
|
2286
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
|
|
2167
2287
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
2168
2288
|
FormsModule,
|
|
2169
2289
|
LayoutModule,
|
|
@@ -2179,10 +2299,12 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2179
2299
|
DropDownListModule,
|
|
2180
2300
|
ComboBoxModule] }); }
|
|
2181
2301
|
}
|
|
2182
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
2302
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
|
|
2183
2303
|
type: NgModule,
|
|
2184
2304
|
args: [{
|
|
2185
2305
|
declarations: [
|
|
2306
|
+
ResourceLinkDetailsComponent,
|
|
2307
|
+
ResourcePermissionDetailsComponent,
|
|
2186
2308
|
ResourceTypeDetailsComponent,
|
|
2187
2309
|
RoleDetailsComponent,
|
|
2188
2310
|
RowLevelSecurityFilterDetailsComponent,
|
|
@@ -2200,9 +2322,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2200
2322
|
UserApplicationEntityDetailsComponent,
|
|
2201
2323
|
UserApplicationDetailsComponent,
|
|
2202
2324
|
UserFavoriteDetailsComponent,
|
|
2203
|
-
UserNotificationDetailsComponent
|
|
2204
|
-
UserRecordLogDetailsComponent,
|
|
2205
|
-
UserRoleDetailsComponent
|
|
2325
|
+
UserNotificationDetailsComponent
|
|
2206
2326
|
],
|
|
2207
2327
|
imports: [
|
|
2208
2328
|
CommonModule,
|
|
@@ -2223,7 +2343,9 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2223
2343
|
exports: []
|
|
2224
2344
|
}]
|
|
2225
2345
|
}], null, null); })();
|
|
2226
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
2346
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [ResourceLinkDetailsComponent,
|
|
2347
|
+
ResourcePermissionDetailsComponent,
|
|
2348
|
+
ResourceTypeDetailsComponent,
|
|
2227
2349
|
RoleDetailsComponent,
|
|
2228
2350
|
RowLevelSecurityFilterDetailsComponent,
|
|
2229
2351
|
ScheduledActionParamDetailsComponent,
|
|
@@ -2240,9 +2362,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2240
2362
|
UserApplicationEntityDetailsComponent,
|
|
2241
2363
|
UserApplicationDetailsComponent,
|
|
2242
2364
|
UserFavoriteDetailsComponent,
|
|
2243
|
-
UserNotificationDetailsComponent,
|
|
2244
|
-
UserRecordLogDetailsComponent,
|
|
2245
|
-
UserRoleDetailsComponent], imports: [CommonModule,
|
|
2365
|
+
UserNotificationDetailsComponent], imports: [CommonModule,
|
|
2246
2366
|
FormsModule,
|
|
2247
2367
|
LayoutModule,
|
|
2248
2368
|
InputsModule,
|
|
@@ -2256,9 +2376,9 @@ export class GeneratedForms_SubModule_18 {
|
|
|
2256
2376
|
ContainerDirectivesModule,
|
|
2257
2377
|
DropDownListModule,
|
|
2258
2378
|
ComboBoxModule] }); })();
|
|
2259
|
-
export class
|
|
2260
|
-
static { this.ɵfac = function
|
|
2261
|
-
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type:
|
|
2379
|
+
export class GeneratedForms_SubModule_20 {
|
|
2380
|
+
static { this.ɵfac = function GeneratedForms_SubModule_20_Factory(t) { return new (t || GeneratedForms_SubModule_20)(); }; }
|
|
2381
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_20 }); }
|
|
2262
2382
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
2263
2383
|
FormsModule,
|
|
2264
2384
|
LayoutModule,
|
|
@@ -2274,10 +2394,12 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2274
2394
|
DropDownListModule,
|
|
2275
2395
|
ComboBoxModule] }); }
|
|
2276
2396
|
}
|
|
2277
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
2397
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_20, [{
|
|
2278
2398
|
type: NgModule,
|
|
2279
2399
|
args: [{
|
|
2280
2400
|
declarations: [
|
|
2401
|
+
UserRecordLogDetailsComponent,
|
|
2402
|
+
UserRoleDetailsComponent,
|
|
2281
2403
|
UserViewCategoryDetailsComponent,
|
|
2282
2404
|
UserViewRunDetailDetailsComponent,
|
|
2283
2405
|
UserViewRunDetailsComponent,
|
|
@@ -2311,7 +2433,9 @@ export class GeneratedForms_SubModule_19 {
|
|
|
2311
2433
|
exports: []
|
|
2312
2434
|
}]
|
|
2313
2435
|
}], null, null); })();
|
|
2314
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
2436
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [UserRecordLogDetailsComponent,
|
|
2437
|
+
UserRoleDetailsComponent,
|
|
2438
|
+
UserViewCategoryDetailsComponent,
|
|
2315
2439
|
UserViewRunDetailDetailsComponent,
|
|
2316
2440
|
UserViewRunDetailsComponent,
|
|
2317
2441
|
UserViewDetailsComponent,
|
|
@@ -2359,7 +2483,8 @@ export class CoreGeneratedFormsModule {
|
|
|
2359
2483
|
GeneratedForms_SubModule_16,
|
|
2360
2484
|
GeneratedForms_SubModule_17,
|
|
2361
2485
|
GeneratedForms_SubModule_18,
|
|
2362
|
-
GeneratedForms_SubModule_19
|
|
2486
|
+
GeneratedForms_SubModule_19,
|
|
2487
|
+
GeneratedForms_SubModule_20] }); }
|
|
2363
2488
|
}
|
|
2364
2489
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
2365
2490
|
type: NgModule,
|
|
@@ -2385,11 +2510,12 @@ export class CoreGeneratedFormsModule {
|
|
|
2385
2510
|
GeneratedForms_SubModule_16,
|
|
2386
2511
|
GeneratedForms_SubModule_17,
|
|
2387
2512
|
GeneratedForms_SubModule_18,
|
|
2388
|
-
GeneratedForms_SubModule_19
|
|
2513
|
+
GeneratedForms_SubModule_19,
|
|
2514
|
+
GeneratedForms_SubModule_20
|
|
2389
2515
|
]
|
|
2390
2516
|
}]
|
|
2391
2517
|
}], null, null); })();
|
|
2392
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19] }); })();
|
|
2518
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19, GeneratedForms_SubModule_20] }); })();
|
|
2393
2519
|
export function LoadCoreGeneratedForms() {
|
|
2394
2520
|
// This function doesn't do much, but it calls each generated form's loader function
|
|
2395
2521
|
// which in turn calls the sections for that generated form. Ultimately, those bits of
|
|
@@ -2500,6 +2626,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2500
2626
|
LoadListCategoryFormComponent();
|
|
2501
2627
|
LoadListDetailFormComponent();
|
|
2502
2628
|
LoadListFormComponent();
|
|
2629
|
+
LoadAccessControlRuleFormComponent();
|
|
2503
2630
|
LoadAIAgentPromptFormComponent();
|
|
2504
2631
|
LoadAIAgentRelationshipFormComponent();
|
|
2505
2632
|
LoadAIAgentRunStepFormComponent();
|
|
@@ -2519,6 +2646,9 @@ export function LoadCoreGeneratedForms() {
|
|
|
2519
2646
|
LoadAIVendorTypeFormComponent();
|
|
2520
2647
|
LoadAIVendorFormComponent();
|
|
2521
2648
|
LoadArtifactTypeFormComponent();
|
|
2649
|
+
LoadArtifactVersionFormComponent();
|
|
2650
|
+
LoadArtifactFormComponent();
|
|
2651
|
+
LoadCollectionFormComponent();
|
|
2522
2652
|
LoadComponentDependencyFormComponent();
|
|
2523
2653
|
LoadComponentLibraryFormComponent();
|
|
2524
2654
|
LoadComponentLibraryLinkFormComponent();
|
|
@@ -2529,9 +2659,16 @@ export function LoadCoreGeneratedForms() {
|
|
|
2529
2659
|
LoadConversationArtifactFormComponent();
|
|
2530
2660
|
LoadDashboardUserPreferenceFormComponent();
|
|
2531
2661
|
LoadDashboardUserStateFormComponent();
|
|
2662
|
+
LoadEnvironmentFormComponent();
|
|
2663
|
+
LoadProjectFormComponent();
|
|
2664
|
+
LoadPublicLinkFormComponent();
|
|
2532
2665
|
LoadQueryParameterFormComponent();
|
|
2666
|
+
LoadRecordLinkFormComponent();
|
|
2533
2667
|
LoadReportUserStateFormComponent();
|
|
2534
2668
|
LoadReportVersionFormComponent();
|
|
2669
|
+
LoadTaskDependencyFormComponent();
|
|
2670
|
+
LoadTaskTypeFormComponent();
|
|
2671
|
+
LoadTaskFormComponent();
|
|
2535
2672
|
LoadOutputDeliveryTypeFormComponent();
|
|
2536
2673
|
LoadOutputFormatTypeFormComponent();
|
|
2537
2674
|
LoadOutputTriggerTypeFormComponent();
|
|
@@ -2700,6 +2837,7 @@ export function LoadCoreGeneratedForms() {
|
|
|
2700
2837
|
LoadListCategoryDetailsComponent();
|
|
2701
2838
|
LoadListDetailDetailsComponent();
|
|
2702
2839
|
LoadListDetailsComponent();
|
|
2840
|
+
LoadAccessControlRuleDetailsComponent();
|
|
2703
2841
|
LoadAIAgentPromptDetailsComponent();
|
|
2704
2842
|
LoadAIAgentRelationshipDetailsComponent();
|
|
2705
2843
|
LoadAIAgentRunStepDetailsComponent();
|
|
@@ -2719,6 +2857,9 @@ export function LoadCoreGeneratedForms() {
|
|
|
2719
2857
|
LoadAIVendorTypeDetailsComponent();
|
|
2720
2858
|
LoadAIVendorDetailsComponent();
|
|
2721
2859
|
LoadArtifactTypeDetailsComponent();
|
|
2860
|
+
LoadArtifactVersionDetailsComponent();
|
|
2861
|
+
LoadArtifactDetailsComponent();
|
|
2862
|
+
LoadCollectionDetailsComponent();
|
|
2722
2863
|
LoadComponentDependencyDetailsComponent();
|
|
2723
2864
|
LoadComponentLibraryDetailsComponent();
|
|
2724
2865
|
LoadComponentLibraryLinkDetailsComponent();
|
|
@@ -2729,9 +2870,16 @@ export function LoadCoreGeneratedForms() {
|
|
|
2729
2870
|
LoadConversationArtifactDetailsComponent();
|
|
2730
2871
|
LoadDashboardUserPreferenceDetailsComponent();
|
|
2731
2872
|
LoadDashboardUserStateDetailsComponent();
|
|
2873
|
+
LoadEnvironmentDetailsComponent();
|
|
2874
|
+
LoadProjectDetailsComponent();
|
|
2875
|
+
LoadPublicLinkDetailsComponent();
|
|
2732
2876
|
LoadQueryParameterDetailsComponent();
|
|
2877
|
+
LoadRecordLinkDetailsComponent();
|
|
2733
2878
|
LoadReportUserStateDetailsComponent();
|
|
2734
2879
|
LoadReportVersionDetailsComponent();
|
|
2880
|
+
LoadTaskDependencyDetailsComponent();
|
|
2881
|
+
LoadTaskTypeDetailsComponent();
|
|
2882
|
+
LoadTaskDetailsComponent();
|
|
2735
2883
|
LoadOutputDeliveryTypeDetailsComponent();
|
|
2736
2884
|
LoadOutputFormatTypeDetailsComponent();
|
|
2737
2885
|
LoadOutputTriggerTypeDetailsComponent();
|