@memberjunction/ng-core-entity-forms 6.1.0-edge.3 → 6.1.0-edge.4
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/MJEntity/mjentity.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +105 -87
- package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js +3 -3
- package/dist/lib/generated/Entities/MJFormChromeRule/mjformchromerule.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js +100 -0
- package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js +97 -0
- package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js +27 -9
- package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +126 -108
- package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +174 -167
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +92 -56
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +41 -41
|
@@ -234,6 +234,8 @@ import { MJFileFormComponent } from "./Entities/MJFile/mjfile.form.component";
|
|
|
234
234
|
import { MJFormChromeRuleFormComponent } from "./Entities/MJFormChromeRule/mjformchromerule.form.component";
|
|
235
235
|
import { MJGeneratedCodeCategoryFormComponent } from "./Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component";
|
|
236
236
|
import { MJGeneratedCodeFormComponent } from "./Entities/MJGeneratedCode/mjgeneratedcode.form.component";
|
|
237
|
+
import { MJIdentityClaimTypeFormComponent } from "./Entities/MJIdentityClaimType/mjidentityclaimtype.form.component";
|
|
238
|
+
import { MJIdentityClaimFormComponent } from "./Entities/MJIdentityClaim/mjidentityclaim.form.component";
|
|
237
239
|
import { MJInstanceConfigurationFormComponent } from "./Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component";
|
|
238
240
|
import { MJIntegrationObjectFieldFormComponent } from "./Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component";
|
|
239
241
|
import { MJIntegrationObjectFormComponent } from "./Entities/MJIntegrationObject/mjintegrationobject.form.component";
|
|
@@ -1159,6 +1161,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1159
1161
|
args: [{
|
|
1160
1162
|
declarations: [
|
|
1161
1163
|
MJGeneratedCodeFormComponent,
|
|
1164
|
+
MJIdentityClaimTypeFormComponent,
|
|
1165
|
+
MJIdentityClaimFormComponent,
|
|
1162
1166
|
MJInstanceConfigurationFormComponent,
|
|
1163
1167
|
MJIntegrationObjectFieldFormComponent,
|
|
1164
1168
|
MJIntegrationObjectFormComponent,
|
|
@@ -1175,9 +1179,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1175
1179
|
MJListFormComponent,
|
|
1176
1180
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1177
1181
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1178
|
-
MJMagicLinkInviteApplicationFormComponent
|
|
1179
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1180
|
-
MJMagicLinkInviteFormComponent
|
|
1182
|
+
MJMagicLinkInviteApplicationFormComponent
|
|
1181
1183
|
],
|
|
1182
1184
|
imports: [
|
|
1183
1185
|
CommonModule,
|
|
@@ -1190,6 +1192,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1190
1192
|
}]
|
|
1191
1193
|
}], null, null); })();
|
|
1192
1194
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJGeneratedCodeFormComponent,
|
|
1195
|
+
MJIdentityClaimTypeFormComponent,
|
|
1196
|
+
MJIdentityClaimFormComponent,
|
|
1193
1197
|
MJInstanceConfigurationFormComponent,
|
|
1194
1198
|
MJIntegrationObjectFieldFormComponent,
|
|
1195
1199
|
MJIntegrationObjectFormComponent,
|
|
@@ -1206,9 +1210,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1206
1210
|
MJListFormComponent,
|
|
1207
1211
|
MJMagicLinkInviteAllowedDomainFormComponent,
|
|
1208
1212
|
MJMagicLinkInviteAllowedPathFormComponent,
|
|
1209
|
-
MJMagicLinkInviteApplicationFormComponent,
|
|
1210
|
-
MJMagicLinkInviteRoleFormComponent,
|
|
1211
|
-
MJMagicLinkInviteFormComponent], imports: [CommonModule,
|
|
1213
|
+
MJMagicLinkInviteApplicationFormComponent], imports: [CommonModule,
|
|
1212
1214
|
FormsModule,
|
|
1213
1215
|
BaseFormsModule,
|
|
1214
1216
|
EntityViewerModule,
|
|
@@ -1226,6 +1228,8 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1226
1228
|
type: NgModule,
|
|
1227
1229
|
args: [{
|
|
1228
1230
|
declarations: [
|
|
1231
|
+
MJMagicLinkInviteRoleFormComponent,
|
|
1232
|
+
MJMagicLinkInviteFormComponent,
|
|
1229
1233
|
MJMagicLinkRedemptionFormComponent,
|
|
1230
1234
|
MJMaterializedResultQueryFormComponent,
|
|
1231
1235
|
MJMaterializedResultFormComponent,
|
|
@@ -1243,9 +1247,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1243
1247
|
MJMLModelFormComponent,
|
|
1244
1248
|
MJMLTrainingPipelineFormComponent,
|
|
1245
1249
|
MJMLTrainingRunFormComponent,
|
|
1246
|
-
MJOAuthAuthServerMetadataCacheFormComponent
|
|
1247
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
1248
|
-
MJOAuthClientRegistrationFormComponent
|
|
1250
|
+
MJOAuthAuthServerMetadataCacheFormComponent
|
|
1249
1251
|
],
|
|
1250
1252
|
imports: [
|
|
1251
1253
|
CommonModule,
|
|
@@ -1257,7 +1259,9 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1257
1259
|
exports: []
|
|
1258
1260
|
}]
|
|
1259
1261
|
}], null, null); })();
|
|
1260
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1262
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMagicLinkInviteRoleFormComponent,
|
|
1263
|
+
MJMagicLinkInviteFormComponent,
|
|
1264
|
+
MJMagicLinkRedemptionFormComponent,
|
|
1261
1265
|
MJMaterializedResultQueryFormComponent,
|
|
1262
1266
|
MJMaterializedResultFormComponent,
|
|
1263
1267
|
MJMCPServerConnectionPermissionFormComponent,
|
|
@@ -1274,9 +1278,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1274
1278
|
MJMLModelFormComponent,
|
|
1275
1279
|
MJMLTrainingPipelineFormComponent,
|
|
1276
1280
|
MJMLTrainingRunFormComponent,
|
|
1277
|
-
MJOAuthAuthServerMetadataCacheFormComponent,
|
|
1278
|
-
MJOAuthAuthorizationStateFormComponent,
|
|
1279
|
-
MJOAuthClientRegistrationFormComponent], imports: [CommonModule,
|
|
1281
|
+
MJOAuthAuthServerMetadataCacheFormComponent], imports: [CommonModule,
|
|
1280
1282
|
FormsModule,
|
|
1281
1283
|
BaseFormsModule,
|
|
1282
1284
|
EntityViewerModule,
|
|
@@ -1294,6 +1296,8 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1294
1296
|
type: NgModule,
|
|
1295
1297
|
args: [{
|
|
1296
1298
|
declarations: [
|
|
1299
|
+
MJOAuthAuthorizationStateFormComponent,
|
|
1300
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1297
1301
|
MJOAuthTokenFormComponent,
|
|
1298
1302
|
MJOpenAppDependencyFormComponent,
|
|
1299
1303
|
MJOpenAppInstallHistoryFormComponent,
|
|
@@ -1311,9 +1315,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1311
1315
|
MJQueryEntityFormComponent,
|
|
1312
1316
|
MJQueryFieldFormComponent,
|
|
1313
1317
|
MJQueryParameterFormComponent,
|
|
1314
|
-
MJQueryPermissionFormComponent
|
|
1315
|
-
MJQuerySQLFormComponent,
|
|
1316
|
-
MJQueueTaskFormComponent
|
|
1318
|
+
MJQueryPermissionFormComponent
|
|
1317
1319
|
],
|
|
1318
1320
|
imports: [
|
|
1319
1321
|
CommonModule,
|
|
@@ -1325,7 +1327,9 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1325
1327
|
exports: []
|
|
1326
1328
|
}]
|
|
1327
1329
|
}], null, null); })();
|
|
1328
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1330
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJOAuthAuthorizationStateFormComponent,
|
|
1331
|
+
MJOAuthClientRegistrationFormComponent,
|
|
1332
|
+
MJOAuthTokenFormComponent,
|
|
1329
1333
|
MJOpenAppDependencyFormComponent,
|
|
1330
1334
|
MJOpenAppInstallHistoryFormComponent,
|
|
1331
1335
|
MJOpenAppFormComponent,
|
|
@@ -1342,9 +1346,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1342
1346
|
MJQueryEntityFormComponent,
|
|
1343
1347
|
MJQueryFieldFormComponent,
|
|
1344
1348
|
MJQueryParameterFormComponent,
|
|
1345
|
-
MJQueryPermissionFormComponent,
|
|
1346
|
-
MJQuerySQLFormComponent,
|
|
1347
|
-
MJQueueTaskFormComponent], imports: [CommonModule,
|
|
1349
|
+
MJQueryPermissionFormComponent], imports: [CommonModule,
|
|
1348
1350
|
FormsModule,
|
|
1349
1351
|
BaseFormsModule,
|
|
1350
1352
|
EntityViewerModule,
|
|
@@ -1362,6 +1364,8 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1362
1364
|
type: NgModule,
|
|
1363
1365
|
args: [{
|
|
1364
1366
|
declarations: [
|
|
1367
|
+
MJQuerySQLFormComponent,
|
|
1368
|
+
MJQueueTaskFormComponent,
|
|
1365
1369
|
MJQueueTypeFormComponent,
|
|
1366
1370
|
MJQueueFormComponent,
|
|
1367
1371
|
MJRecommendationItemFormComponent,
|
|
@@ -1379,9 +1383,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1379
1383
|
MJRecordProcessFormComponent,
|
|
1380
1384
|
MJRemoteOperationCategoryFormComponent,
|
|
1381
1385
|
MJRemoteOperationFormComponent,
|
|
1382
|
-
MJResourceLinkFormComponent
|
|
1383
|
-
MJResourcePermissionFormComponent,
|
|
1384
|
-
MJResourceTypeFormComponent
|
|
1386
|
+
MJResourceLinkFormComponent
|
|
1385
1387
|
],
|
|
1386
1388
|
imports: [
|
|
1387
1389
|
CommonModule,
|
|
@@ -1393,7 +1395,9 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1393
1395
|
exports: []
|
|
1394
1396
|
}]
|
|
1395
1397
|
}], null, null); })();
|
|
1396
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1398
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJQuerySQLFormComponent,
|
|
1399
|
+
MJQueueTaskFormComponent,
|
|
1400
|
+
MJQueueTypeFormComponent,
|
|
1397
1401
|
MJQueueFormComponent,
|
|
1398
1402
|
MJRecommendationItemFormComponent,
|
|
1399
1403
|
MJRecommendationProviderFormComponent,
|
|
@@ -1410,9 +1414,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1410
1414
|
MJRecordProcessFormComponent,
|
|
1411
1415
|
MJRemoteOperationCategoryFormComponent,
|
|
1412
1416
|
MJRemoteOperationFormComponent,
|
|
1413
|
-
MJResourceLinkFormComponent,
|
|
1414
|
-
MJResourcePermissionFormComponent,
|
|
1415
|
-
MJResourceTypeFormComponent], imports: [CommonModule,
|
|
1417
|
+
MJResourceLinkFormComponent], imports: [CommonModule,
|
|
1416
1418
|
FormsModule,
|
|
1417
1419
|
BaseFormsModule,
|
|
1418
1420
|
EntityViewerModule,
|
|
@@ -1430,6 +1432,8 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1430
1432
|
type: NgModule,
|
|
1431
1433
|
args: [{
|
|
1432
1434
|
declarations: [
|
|
1435
|
+
MJResourcePermissionFormComponent,
|
|
1436
|
+
MJResourceTypeFormComponent,
|
|
1433
1437
|
MJRoleFormComponent,
|
|
1434
1438
|
MJRowLevelSecurityFilterFormComponent,
|
|
1435
1439
|
MJRSUPendingWorkFormComponent,
|
|
@@ -1447,9 +1451,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1447
1451
|
MJSearchScopeProviderFormComponent,
|
|
1448
1452
|
MJSearchScopeStorageAccountFormComponent,
|
|
1449
1453
|
MJSearchScopeTestQueryFormComponent,
|
|
1450
|
-
MJSearchScopeFormComponent
|
|
1451
|
-
MJSignatureAccountFormComponent,
|
|
1452
|
-
MJSignatureProviderFormComponent
|
|
1454
|
+
MJSearchScopeFormComponent
|
|
1453
1455
|
],
|
|
1454
1456
|
imports: [
|
|
1455
1457
|
CommonModule,
|
|
@@ -1461,7 +1463,9 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1461
1463
|
exports: []
|
|
1462
1464
|
}]
|
|
1463
1465
|
}], null, null); })();
|
|
1464
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [
|
|
1466
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJResourcePermissionFormComponent,
|
|
1467
|
+
MJResourceTypeFormComponent,
|
|
1468
|
+
MJRoleFormComponent,
|
|
1465
1469
|
MJRowLevelSecurityFilterFormComponent,
|
|
1466
1470
|
MJRSUPendingWorkFormComponent,
|
|
1467
1471
|
MJScheduledJobRunFormComponent,
|
|
@@ -1478,9 +1482,7 @@ export class GeneratedForms_SubModule_15 {
|
|
|
1478
1482
|
MJSearchScopeProviderFormComponent,
|
|
1479
1483
|
MJSearchScopeStorageAccountFormComponent,
|
|
1480
1484
|
MJSearchScopeTestQueryFormComponent,
|
|
1481
|
-
MJSearchScopeFormComponent,
|
|
1482
|
-
MJSignatureAccountFormComponent,
|
|
1483
|
-
MJSignatureProviderFormComponent], imports: [CommonModule,
|
|
1485
|
+
MJSearchScopeFormComponent], imports: [CommonModule,
|
|
1484
1486
|
FormsModule,
|
|
1485
1487
|
BaseFormsModule,
|
|
1486
1488
|
EntityViewerModule,
|
|
@@ -1498,6 +1500,8 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1498
1500
|
type: NgModule,
|
|
1499
1501
|
args: [{
|
|
1500
1502
|
declarations: [
|
|
1503
|
+
MJSignatureAccountFormComponent,
|
|
1504
|
+
MJSignatureProviderFormComponent,
|
|
1501
1505
|
MJSignatureRequestDocumentFormComponent,
|
|
1502
1506
|
MJSignatureRequestLogFormComponent,
|
|
1503
1507
|
MJSignatureRequestRecipientFormComponent,
|
|
@@ -1515,9 +1519,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1515
1519
|
MJTaskDependencyFormComponent,
|
|
1516
1520
|
MJTaskTypeFormComponent,
|
|
1517
1521
|
MJTaskFormComponent,
|
|
1518
|
-
MJTemplateCategoryFormComponent
|
|
1519
|
-
MJTemplateContentTypeFormComponent,
|
|
1520
|
-
MJTemplateContentFormComponent
|
|
1522
|
+
MJTemplateCategoryFormComponent
|
|
1521
1523
|
],
|
|
1522
1524
|
imports: [
|
|
1523
1525
|
CommonModule,
|
|
@@ -1529,7 +1531,9 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1529
1531
|
exports: []
|
|
1530
1532
|
}]
|
|
1531
1533
|
}], null, null); })();
|
|
1532
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [
|
|
1534
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSignatureAccountFormComponent,
|
|
1535
|
+
MJSignatureProviderFormComponent,
|
|
1536
|
+
MJSignatureRequestDocumentFormComponent,
|
|
1533
1537
|
MJSignatureRequestLogFormComponent,
|
|
1534
1538
|
MJSignatureRequestRecipientFormComponent,
|
|
1535
1539
|
MJSignatureRequestFormComponent,
|
|
@@ -1546,9 +1550,7 @@ export class GeneratedForms_SubModule_16 {
|
|
|
1546
1550
|
MJTaskDependencyFormComponent,
|
|
1547
1551
|
MJTaskTypeFormComponent,
|
|
1548
1552
|
MJTaskFormComponent,
|
|
1549
|
-
MJTemplateCategoryFormComponent,
|
|
1550
|
-
MJTemplateContentTypeFormComponent,
|
|
1551
|
-
MJTemplateContentFormComponent], imports: [CommonModule,
|
|
1553
|
+
MJTemplateCategoryFormComponent], imports: [CommonModule,
|
|
1552
1554
|
FormsModule,
|
|
1553
1555
|
BaseFormsModule,
|
|
1554
1556
|
EntityViewerModule,
|
|
@@ -1566,6 +1568,8 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1566
1568
|
type: NgModule,
|
|
1567
1569
|
args: [{
|
|
1568
1570
|
declarations: [
|
|
1571
|
+
MJTemplateContentTypeFormComponent,
|
|
1572
|
+
MJTemplateContentFormComponent,
|
|
1569
1573
|
MJTemplateParamFormComponent,
|
|
1570
1574
|
MJTemplateFormComponent,
|
|
1571
1575
|
MJTestRubricFormComponent,
|
|
@@ -1583,9 +1587,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1583
1587
|
MJUserApplicationFormComponent,
|
|
1584
1588
|
MJUserFavoriteFormComponent,
|
|
1585
1589
|
MJUserNotificationPreferenceFormComponent,
|
|
1586
|
-
MJUserNotificationTypeFormComponent
|
|
1587
|
-
MJUserNotificationFormComponent,
|
|
1588
|
-
MJUserRecordLogFormComponent
|
|
1590
|
+
MJUserNotificationTypeFormComponent
|
|
1589
1591
|
],
|
|
1590
1592
|
imports: [
|
|
1591
1593
|
CommonModule,
|
|
@@ -1597,7 +1599,9 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1597
1599
|
exports: []
|
|
1598
1600
|
}]
|
|
1599
1601
|
}], null, null); })();
|
|
1600
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [
|
|
1602
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTemplateContentTypeFormComponent,
|
|
1603
|
+
MJTemplateContentFormComponent,
|
|
1604
|
+
MJTemplateParamFormComponent,
|
|
1601
1605
|
MJTemplateFormComponent,
|
|
1602
1606
|
MJTestRubricFormComponent,
|
|
1603
1607
|
MJTestRunFeedbackFormComponent,
|
|
@@ -1614,9 +1618,7 @@ export class GeneratedForms_SubModule_17 {
|
|
|
1614
1618
|
MJUserApplicationFormComponent,
|
|
1615
1619
|
MJUserFavoriteFormComponent,
|
|
1616
1620
|
MJUserNotificationPreferenceFormComponent,
|
|
1617
|
-
MJUserNotificationTypeFormComponent,
|
|
1618
|
-
MJUserNotificationFormComponent,
|
|
1619
|
-
MJUserRecordLogFormComponent], imports: [CommonModule,
|
|
1621
|
+
MJUserNotificationTypeFormComponent], imports: [CommonModule,
|
|
1620
1622
|
FormsModule,
|
|
1621
1623
|
BaseFormsModule,
|
|
1622
1624
|
EntityViewerModule,
|
|
@@ -1634,6 +1636,8 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1634
1636
|
type: NgModule,
|
|
1635
1637
|
args: [{
|
|
1636
1638
|
declarations: [
|
|
1639
|
+
MJUserNotificationFormComponent,
|
|
1640
|
+
MJUserRecordLogFormComponent,
|
|
1637
1641
|
MJUserRoleFormComponent,
|
|
1638
1642
|
MJUserRoutineRecipientFormComponent,
|
|
1639
1643
|
MJUserRoutineRunFormComponent,
|
|
@@ -1651,8 +1655,7 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1651
1655
|
MJVersionLabelRestoreFormComponent,
|
|
1652
1656
|
MJVersionLabelFormComponent,
|
|
1653
1657
|
MJViewTypeFormComponent,
|
|
1654
|
-
MJWorkspaceItemFormComponent
|
|
1655
|
-
MJWorkspaceFormComponent
|
|
1658
|
+
MJWorkspaceItemFormComponent
|
|
1656
1659
|
],
|
|
1657
1660
|
imports: [
|
|
1658
1661
|
CommonModule,
|
|
@@ -1664,7 +1667,9 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1664
1667
|
exports: []
|
|
1665
1668
|
}]
|
|
1666
1669
|
}], null, null); })();
|
|
1667
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [
|
|
1670
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserNotificationFormComponent,
|
|
1671
|
+
MJUserRecordLogFormComponent,
|
|
1672
|
+
MJUserRoleFormComponent,
|
|
1668
1673
|
MJUserRoutineRecipientFormComponent,
|
|
1669
1674
|
MJUserRoutineRunFormComponent,
|
|
1670
1675
|
MJUserRoutineFormComponent,
|
|
@@ -1681,8 +1686,37 @@ export class GeneratedForms_SubModule_18 {
|
|
|
1681
1686
|
MJVersionLabelRestoreFormComponent,
|
|
1682
1687
|
MJVersionLabelFormComponent,
|
|
1683
1688
|
MJViewTypeFormComponent,
|
|
1684
|
-
MJWorkspaceItemFormComponent,
|
|
1685
|
-
|
|
1689
|
+
MJWorkspaceItemFormComponent], imports: [CommonModule,
|
|
1690
|
+
FormsModule,
|
|
1691
|
+
BaseFormsModule,
|
|
1692
|
+
EntityViewerModule,
|
|
1693
|
+
LinkDirectivesModule] }); })();
|
|
1694
|
+
export class GeneratedForms_SubModule_19 {
|
|
1695
|
+
static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_19)(); }; }
|
|
1696
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
|
|
1697
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
1698
|
+
FormsModule,
|
|
1699
|
+
BaseFormsModule,
|
|
1700
|
+
EntityViewerModule,
|
|
1701
|
+
LinkDirectivesModule] }); }
|
|
1702
|
+
}
|
|
1703
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
|
|
1704
|
+
type: NgModule,
|
|
1705
|
+
args: [{
|
|
1706
|
+
declarations: [
|
|
1707
|
+
MJWorkspaceFormComponent
|
|
1708
|
+
],
|
|
1709
|
+
imports: [
|
|
1710
|
+
CommonModule,
|
|
1711
|
+
FormsModule,
|
|
1712
|
+
BaseFormsModule,
|
|
1713
|
+
EntityViewerModule,
|
|
1714
|
+
LinkDirectivesModule
|
|
1715
|
+
],
|
|
1716
|
+
exports: []
|
|
1717
|
+
}]
|
|
1718
|
+
}], null, null); })();
|
|
1719
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [MJWorkspaceFormComponent], imports: [CommonModule,
|
|
1686
1720
|
FormsModule,
|
|
1687
1721
|
BaseFormsModule,
|
|
1688
1722
|
EntityViewerModule,
|
|
@@ -1708,7 +1742,8 @@ export class CoreGeneratedFormsModule {
|
|
|
1708
1742
|
GeneratedForms_SubModule_15,
|
|
1709
1743
|
GeneratedForms_SubModule_16,
|
|
1710
1744
|
GeneratedForms_SubModule_17,
|
|
1711
|
-
GeneratedForms_SubModule_18
|
|
1745
|
+
GeneratedForms_SubModule_18,
|
|
1746
|
+
GeneratedForms_SubModule_19] }); }
|
|
1712
1747
|
}
|
|
1713
1748
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
|
|
1714
1749
|
type: NgModule,
|
|
@@ -1733,9 +1768,10 @@ export class CoreGeneratedFormsModule {
|
|
|
1733
1768
|
GeneratedForms_SubModule_15,
|
|
1734
1769
|
GeneratedForms_SubModule_16,
|
|
1735
1770
|
GeneratedForms_SubModule_17,
|
|
1736
|
-
GeneratedForms_SubModule_18
|
|
1771
|
+
GeneratedForms_SubModule_18,
|
|
1772
|
+
GeneratedForms_SubModule_19
|
|
1737
1773
|
]
|
|
1738
1774
|
}]
|
|
1739
1775
|
}], null, null); })();
|
|
1740
|
-
(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] }); })();
|
|
1776
|
+
(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] }); })();
|
|
1741
1777
|
//# sourceMappingURL=generated-forms.module.js.map
|